@font-face {
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Flaticon.woff") format("woff"),
        url("../fonts/Flaticon.ttf") format("truetype"),
        url("../fonts/Flaticon.svg#Flaticon") format("svg");
}

[class^="flaticon-"]::before,
[class*=" flaticon-"]::before,
[class^="flaticon-"]::after,
[class*=" flaticon-"]::after {
    font-family: Flaticon;
    font-style: normal;
    margin-left: 0;
}

.flaticon-champagne::before {
    content: "";
}

.flaticon-chocolate::before {
    content: "";
}

.flaticon-contrast::before {
    content: "";
}

.flaticon-cutlery::before {
    content: "";
}

.flaticon-cutlery-1::before {
    content: "";
}

.flaticon-dinner::before {
    content: "";
}

.flaticon-fabric::before {
    content: "";
}

.flaticon-layers::before {
    content: "";
}

.flaticon-ruler::before {
    content: "";
}

.modal-header {
    min-height: 45.43px !important;
}

.theView {
    display: none;
    left: 0;
    top: 0;
    width: 400px;
}

.theView.active {
    display: inline-block;
}

.theViewM {
    display: none;
    left: 0;
    top: 0;
    width: 400px;
}

.theViewM.active {
    display: inline-block;
}


#zoomOfTool .modal-dialog {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.modal-content {
    border-radius: 0;
    height: auto;
    /* min-height: 46%; */
    /* margin-top: 10%; */
    margin-top: 0% !important;
}

#zoomOfTool,
#measurement {
    z-index: 9999 !important;
}

#zoom_cancle a.close {
    color: #666;
    cursor: pointer;
    font-family: "nc-nav";
    font-size: 60px;
    position: fixed;
    right: 15px;
    text-decoration: none;
    top: 15px;
    z-index: 99999;
}

.zoomOut {
    left: 109px !important;
    position: absolute;
    right: 0;
    top: -114px;
    transition: all 0.5s ease-in-out 0s;
    width: 85% !important;
}

/* .fabricInfo {
    height: 300px;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 30%;
    transition: all 0.4s linear 0s;
    width: 300px;
    z-index: 999;
} */
.fabricInfo {
    height: 210px !important;
    /* left: 220px !important; */
    left: 235px !important;
    margin: 0 auto;
    position: relative;
    right: 0;
    /* top: 30%; */
    transition: all 0.4s linear 0s;
    width: 210px !important;
    z-index: 999;
    top: 10px;
}

#slide {
    animation: 1.5s ease 2s normal forwards 1 running slide;
    background: white none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

@-webkit-keyframes slide {
    100% {
        left: 0;
    }
}

@keyframes slide {
    100% {
        left: 0;
    }
}

.fabricInfo .cl {
    background: #ffffff none repeat scroll 0 0;
    color: #666666;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    opacity: 1;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    z-index: 9999999 !important;
}

fabricview {
    cursor: pointer;
}

.buttonPos {
    margin-left: 716px;
    margin-top: 427px;
}

.view-thumb .active {
    /*background: #27264a none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 0 1px goldenrod;*/
    border: none;
    background: #27264a;
    box-shadow: 0px 0px 1px goldenrod;
}

.buttonStyl:hover {
    background: #27264a none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 0 1px goldenrod;
}

.style-view img {
    height: 50px;
    margin-left: -4px;
}

.start-view {
    color: black;
    font-size: 17px;
    font-style: normal;
    margin-left: 10px;
}

.activeDesign {
    border-bottom: 1px solid #27264a !important;
    position: relative;
}

.innerImg {
}

.style-view > img {
    display: inline-block;
    margin-right: 15px;
}

.animate-show {
    background: white none repeat scroll 0 0;
    border: 1px solid black;
    line-height: 20px;
    opacity: 1;
    padding: 10px;
}

.fabvie {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    float: left;
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 5px;
    text-align: center;
}

.fabvie .start-view {
    margin: 0;
}

.fabvie .start-view > img {
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.4s linear 0s;
    width: 81%;
}

.fabvie .start-view > img:hover {
    transform: scale(1.1);
}

.info {
    margin-top: 10px;
}

#measurementFabric .fabvie {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    float: none;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 15px 5px 5px;
    text-align: center;
}

#stylePartOfTool .collapse {
    display: none;
}

#stylePartOfTool .nav {
    border-bottom: 1px dashed #dfdfdf;
}

#stylePartOfTool .collapse.in {
    display: block;
}

.buttonStyl {
    border-radius: 50px;
    display: inline-block;
    height: 16px;
    margin: 0 5px;
    width: 16px;
    color: #fff;
    font-family: "Oswald";
    font-size: 20px;
    text-decoration: none;
    border: none;
    background-color: #bbb;
    padding: 0.5em;
}

.myStyle {
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.cssload-container {
    height: 224px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.cssload-container .cssload-item {
    animation: 2.3s ease-in-out 0s alternate none infinite running cssload-tilt;
    background-color: rgb(205, 155, 29);
    background-image: linear-gradient(rgb(205, 155, 29), rgb(237, 203, 98));
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    bottom: 0;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    cursor: pointer;
    height: 49px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
}

.cssload-container .cssload-item::after {
    animation: 2.3s ease-in-out 0s alternate none infinite running cssload-ding,
        2.3s ease-in-out 0s alternate none infinite running cssload-tilt;
    background-color: rgb(205, 155, 29);
    background-image: linear-gradient(rgb(205, 155, 29), rgb(237, 203, 98));
    border-radius: 50%;
    bottom: -19px;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    content: "";
    height: 10px;
    position: absolute;
    width: 10px;
}

@keyframes cssload-tilt {
    0% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(-45deg);
    }
}

@keyframes cssload-tilt {
    0% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(-45deg);
    }
}

@keyframes cssload-ding {
    0% {
        left: 0;
    }

    100% {
        left: calc(100% - 49px / 5);
    }
}

@keyframes cssload-ding {
    0% {
        left: 0;
    }

    100% {
        left: calc(100% - 49px / 5);
    }
}

footer {
    z-index: 999;
}

.option_icon_left i {
    display: inline-block;
    font-size: 32px;
    /* line-height: 45px; */
    line-height: 30px;
    min-width: 60px;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.leftMainNav .active {
    border-bottom: 1px solid #27264a !important;
}

.leftMainNav ul li {
    border-bottom: 1px solid #e3e3e3;
}

.modal-footer button {
    background: #27264a none repeat scroll 0 0;
    border: 1px solid #27264a;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    padding: 5px;
}

.mainToolareaM {
    z-index: 1;
}

.measuerright {
    z-index: 0;
}

//scansize

.scnsize {
    background-color: #e0e3ec;
    min-height: 293px;
    padding: 10px;
}

.scnsize h3 {
    color: #676767;
    text-align: center;
}

.scnsize p {
    color: #676767;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.scnsize p i {
    color: #676767;
}

.measurement {
    border: 1px solid #939393;
    padding: 10px;
}

.scnsize p img {
    display: inline-block;
}

.measurement .form-control {
    border: 1px solid #051a31;
    height: 28px;
}

.size th {
    text-align: center;
}

.size td {
    text-align: center;
}

.mins {
    line-height: 28px;
}

.size-opt {
    cursor: pointer;
}

//
.view-thumb a {
    display: inline-block !important;
    cursor: pointer;
}

.hidelastafter::after {
    content: none !important;
}

.size-opt {
    cursor: pointer;
}

.scnsize {
    background-color: #e0e3ec;
    min-height: 293px;
    padding: 10px;
}

.scnsize h3 {
    color: #676767;
    text-align: center;
}

.scnsize p {
    color: #676767;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.scnsize p i {
    color: #676767;
}

.measurement {
    border: 1px solid #939393;
    padding: 10px;
}

.scnsize p img {
    display: inline-block;
}

.measurement .form-control {
    border: 1px solid #051a31;
    height: 28px;
}

.size th {
    text-align: center;
}

.size td {
    text-align: center;
}

.mins {
    line-height: 28px;
}

.zoomContainer {
    z-index: 999;
}

/* img[rel="threads"] {
    left: -28px !important;
    top: -13px !important;
} */
