body {
    font-family: 'Prompt', sans-serif;
    height: auto !important;
    font-weight: 400;
}

a:focus,
.btn:focus {
    outline: none;
    outline-offset: 0px;
}

ul {
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

li {
    list-style-type: none;
}

a:hover,
a:focus {
    text-decoration: none;
}


/***********website header ***********/

header {
    height: 60px;
    position: relative;
    top: 0;
    padding: 20px;
    z-index: 9999;
    width: 100%;
}

.logo h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.logo a {
    color: #000;
}

.left-navigations {
    width: 40%;
    float: left;
}

.logo {
    width: 20%;
    float: left;
    text-align: center;
}

.right-navigations {
    width: 40%;
    float: left;
    text-align: right;
}

.left-navigations ul li {
    display: inline-block;
    margin: 0 10px;
}

.right-navigations ul li {
    display: inline-block;
    margin: 0 10px;
}

.left-navigations ul li a {
    color: #171717;
    font-size: 13px;
    font-weight: 400;
}

.right-navigations ul li a {
    color: #171717;
    font-size: 13px;
    font-weight: 400;
}

.badges {
    left: 5px;
    position: relative;
    bottom: 5px;
}

.icon-img {
    width: 16px;
}


/******tool header*******/

.tool-header {
    position: relative;
    height: 60px;
    padding: 20px;
    background: #fafafa;
    border-top: 1px solid #dfe0e1;
    border-bottom: 1px solid #dfe0e1;
    z-index: 999;
}

.left-header-sec {
    width: 15%;
    float: left;
    text-align: left;
}

.middle-header-sec {
    width: 70%;
    float: left;
    text-align: center;
}

.right-header-sec {
    width: 15%;
    float: left;
    text-align: right;
}

.left-header-sec .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.left-header-sec .breadcrumb a {
    color: #5b5b5a;
    font-weight: 400;
}

.breadcrumb a.active {
    color: #707070 !important;
}

.breadcrumb>li+li::before {
    color: #333;
}

.right-header-sec a {
    color: #555;
    font-weight: 500;
    font-size: 14px;
}

.right-header-sec img {
    position: relative;
    bottom: 2px;
    right: 3px;
    width: 20px;
}

.middle-nav ul li {
    display: inline-block;
    margin: 0 5px;
}

.middle-nav ul li a {
    padding: 6px 13px;
    border-radius: 50px;
    color: #4c4c4b;
    font-weight: 400;
    font-size: 13px;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}

.middle-nav ul li a.active {
    background: #171717;
    color: #fff;
}

.zoom-btn {
    position: absolute;
    top: 20px;
    left: 20px;
}

.zoom-btn img {
    width: 25px;
    cursor: pointer;
}

.rotate-btn {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.rotate-btn img {
    width: 70px;
}


/****** tool main work sec *******/

.left-main-work-section {
    width: 50%;
    position: absolute;
    height: calc(100vh - 120px);
    left: 0;
    top: 120px;
    bottom: 0;
    background: #fff;
    text-align: center;
}

.canvas-sec img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    padding: 30px;
}

.right-tool-sec {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100vh - 120px);
    background: #fff;
}


/****** right-tool-sec *******/

.right-tool-sec .fabric-details-sec {
    width: 60%;
    height: calc(100vh - 120px);
    float: left;
    top: 120px;
    border-left: 1px solid #dfe0e1;
    border-right: 1px solid #dfe0e1;
    background: #fafafa;
    position: relative;
}

.right-tool-sec .options-sec {
    width: 40%;
    /* height: calc(100vh - 120px);*/
    top: 120px;
    float: right;
    background: #fff;
    position: relative;
}

.fabric-details-inner,.fabric-details-inner-accent,.fabric-details-inner-monogram {
    padding: 15px;
}

.fab-filter-icon {
    position: absolute;
    right: 15px;
    top: 15px;
}

.fab-filter-icon img {
    margin-left: 10px;
    cursor: pointer;
}

.fab-search-icon img {
    margin-right: 10px;
    cursor: pointer;
}

.options-sec-inner {
    height: calc(100vh - 250px);
}

.options-sec-inner ul {
    padding: 0px 15px;
}

.fabric-search-head-sec {
    margin-bottom: 15px;
}

.fabric-details-inner ul {
    margin: 0 -10px;
    height: calc(100vh - 250px);
}

.fabric-details-inner-monogram {
    margin: 0 -10px;
    height: calc(100vh - 120px);
}

.fabric-details-inner ul li,.fabric-details-inner-accent ul li,.fabric-details-inner-monogram ul li{
    width: 50%;
    padding: 0 10px;
    float: left;
    margin-bottom: 20px;
}



.fabrics-item {
    position: relative;
    border: 1px solid #dfe0e1;
}

.fabrics-item img{
    width: 100%;
    cursor: pointer;
}


.premium-price {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #f5f5f5;
    color: #4c4c4b;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 600;
    font-family: arial;
}

.fabric-info p {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
}

.fabric-info {
    padding: 5px;
}

.fab-name {
    font-size: 10px !important;
    font-weight: 500 !important;
    color: #707070 !important;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.premium {
    margin-left: 20px;
    color: #8c710c;
    font-weight: 500;
}

.options-sec-inner ul li {
    padding: 5px 0;
    position: relative;
    border-bottom: 1px solid #dfe0e1;
}

.options-sec-inner ul li a {
    padding: 10px 0;
    color: #b6b3b3;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 0.8px;
    font-weight: 400;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}

.default-option {
    text-align: right;
    font-size: 12px;
    padding: 10px 0;
    color: #c4c4c4;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.selected-option {
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 5px;
    font-weight: 500;
}

.options-sec-inner .tablinks {
    padding: 20px 0px !important;
}

/*
.options-sec-inner .tablinks.active {
    padding: 20px 0px !important;
}*/

.options-sec-inner .tablinks.active {
    color: #171717 !important;
    font-weight: 500;
}

.options-sec-inner .tablinks.active::after {
    content: '';
    height: 100%;
    width: 4px;
    background: #4c4c4b;
    position: absolute;
    left: -15px;
    top: 0;
}

.tabcontent {
    display: none;
}

.fabric-details-sec #fabrics {
    display: block;
}

.search-form {
    display: none;
}

.search-form input {
    border: none;
    border-bottom: 1px solid #888;
    width: 93%;
    background: #fafafa;
    position: absolute;
    left: 15px;
    height: 35px;
    padding: 15px;
    top: 8px;
    z-index: 11;
    margin: 0 auto;
    font-weight: 400;
}

.submit-search-icon {
    width: 17px;
    position: absolute;
    cursor: pointer;
    right: 25px;
    top: 18px;
    z-index: 11;
}

.fab-search-icon {
    font-size: 14px;
    font-weight: 400;
    color: #171717;
}

.botttom-cart-outer {
    padding: 15px 15px 10px 15px;
    position: fixed;
    bottom: 0;
    width: 20%;
}

.cart-btn {
    width: 100%;
    display: block;
    border: 1px solid #333;
    text-align: center;
    padding: 15px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    background: #000;
}

.cart-btn:hover {
    color: #fff;
}

.delivery {
    font-size: 13px;
    color: #171717;
    font-weight: 400;
}

.price span {
    float: right;
    font-family: arial;
}

.price {
    font-weight: 400;
    letter-spacing: 0.8px;
}



.icons-item {
    text-align: center;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    position: relative;
    height: 125px;
}

.icon-info p {
    font-size: 13px;
    margin: 10px 0;
    color: #000;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

.active .icons-item {
    border: 1px solid #333;
}

.active .icons-item::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../img/Check.png);
    background-repeat: no-repeat;
}

.selct-style-btn-sec {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 5%;
    z-index: 9999;
}

.selct-style-btn-sec a {
    width: 90%;
    padding: 15px;
    display: inline-block;
    border: 1px solid #171717;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #171717;
}


/********* fabric details popup **********/

.fabric-details-popup {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translate(-50%, -50%);
}

/*.fabric-details-popup img {
    width: 100%;
    height: 440px;
}*/

.fabric-details-popup .fabrics-info {
    position: absolute;
    left: 20px;
    top: 20px;
    background: #fff;
    color: #555;
    padding: 15px;
    width: 75%;
}

.fabrics-info h4 {
    margin-bottom: 4px;
    font-size: 18px;
    color: #171717;
}

.fabrics-info p {
    font-size: 13px;
    margin-bottom: 0px;
    color: #7b7b7b;
}

.premium-details {
    margin-bottom: 10px !important;
}

.premium-details span {
    color: #8c710c !important;
    padding-right: 5px;
    font-weight: 500;
}

.fab-close img {
    width: 30px;
    height: 30px;
}

.fab-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 11;
    cursor: pointer;
}


/********* fabric filter popup **********/

.fabric-filter-popup {
    position: absolute;
    left: 0;
    top: 0px;
    background: #fafafa;
    z-index: 999;
    display: none;
    width: 100%;
    padding: 15px;
    height: calc(100vh - 120px);
    overflow: hidden;
}

.fabric-filter-inner {
    height: 390px;
}

.pr-20 {
    padding-right: 20px;
}

.fab-filter-close {
    position: absolute;
    top: 3px;
    right: 0px;
    z-index: 10;
    cursor: pointer;
}

.filter-fabric-type {
    margin: 20px 0;
}

.filter-heading {
    font-size: 14px;
    margin-top: 15px;
    font-weight: 400;
    color: #171717;
    margin-bottom: 15px;
}

.filter-fabric-type span {
    display: inline-block;
    font-size: 13px;
    margin: 0 2px;
    padding: 2px 4px;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 25px;
}

.filter-fabric-type span.active {
    border: 1px solid #333;
}

.fabric-filter-inner ul li {
    width: 33.33%;
    float: left;
}

.colors-type span.active{
    border-bottom: 3px solid #333;
}

.colors-type span {
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
}

.colors-type span {
    width: 30px;
    height: 30px
}
.colors-type span img {
    width: 30px;
    height: 30px
}

.fabric-pattern-type span {
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
}

.fabric-pattern-type span img {
    width: 30px;
}

.filter-apply-btns {
    margin-top: 15px;
}

.apply-btn {
    padding: 7px 20px;
    background: #000;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
}

.apply-btn:hover {
    color: #fff;
}

.clear-filter {
    color: #000;
    display: inline-block;
    font-size: 13px;
    font-weight: 5000;
    border-bottom: 1px solid #333;
}

.clear-filter:hover {
    color: #000;
}


/***** The custom-checkbox *****/

.cust-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    padding-top: 2px;
    font-size: 13px;
    color: #171717;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.cust-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border: 1px solid #ccc;
}


/* On mouse-over, add a grey background color */

.cust-checkbox:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.cust-checkbox input:checked~.checkmark {
    background-color: #000;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.cust-checkbox input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.cust-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/****** zoom popup *******/

.zoom-object-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    overflow: auto;
    text-align: center;
    background: #fff;
    z-index: 9999;
}

.zoom-close-btn {
    position: absolute;
    left: 30px;
    top: 30px;
}

.zoom-close-btn img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.others-view-images {
    position: absolute;
    right: 20px;
    top: 20px;
}

.others-view-images ul li {
    width: 100px;
    border: 1px solid #dfe0e1;
    margin: 15px 0;
    cursor: pointer;
}

.others-view-images ul li img {
    width: 100%;
}

.icons-item img {
    width: 70px;
    overflow: hidden;
}

.right-view-img {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 90px;
    height: 90px;
    padding: 5px;
    border: 1px solid #dfe0e1;
}

.right-view-img img {
    width: 100%;
}



/*#monogram .selct-style-btn-sec,
#CollarContrast .selct-style-btn-sec,#CuffContrast .selct-style-btn-sec,#PlacketContrast .selct-style-btn-sec,
#sleeve .selct-style-btn-sec {
    position: relative;
    bottom: 0;
}*/

#monogram .selct-style-btn-sec, #CollarContrast .selct-style-btn-sec, #CuffContrast .selct-style-btn-sec, #PlacketContrast .selct-style-btn-sec, #ElbowPatch .selct-style-btn-sec #sleeve .selct-style-btn-sec {
    position: fixed;
    bottom: 10px;
    width: 30%;
    left: 51%;
}

.filter-heading.second-head {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.colors-type.mono-colors {
    padding: 0 10px 20px 10px;
}

.monogram-text {
    padding: 10px 10px 20px 10px;
}

.monogram-text input {
    padding: 8px;
    height: 40px;
    border: 1px solid #ccc;
    width: 80%;
    font-weight: 500;
}

.mobile-navigations {
    display: none;
}

.contrast-fabric-item img {
    width: 100%;
    height: 80px;
}

.contrast-fabric-item {
    position: relative;
    border: 1px solid #dfe0e1;
}

.contrast-fabric-item {
    width: 100%;
    padding: 6px;
    text-align: center;
    color: #171717;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
}

.active .contrast-fabric-item {
    border: 1px solid #333;
}

.active .contrast-fabric-item::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../img/Check.png);
    background-repeat: no-repeat;
}

.active .fabrics-item{
    border: 1px solid #333;
}

.active .fabrics-item::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../img/Check.png);
    background-repeat: no-repeat;
}


/*-----------------------MIDDEL-PANEL-------------------------*/


/* .main-work-area {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    bottom: 0;
} */

.main-work-area #canvasHolder {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.main-work-area img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    padding: 15px;
    /* padding: 48px; */
}

.main-work-area #canvasHolder canvas {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    height: auto !important;
    width: auto !important;
}

.drag-to-rotate,
.drag-to-rotateZoom {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 100;
}

a.drag-rotate,
a.drag-rotateZoom {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0;
    color: #292929;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    padding: 8px 20px;
    border: none;
    font-size: 10px;
    text-transform: uppercase;
}


/********custom color pattern checkbox ********/
.custom-check-box-pattern{
   width : 30px;
   height : 30px;
   position : relative;
}

.custom-check-box-pattern input {
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0px;
    cursor: pointer;
    opacity: 0;
}
.custom-check-box-pattern label img {
    border-radius: 50px;
}
.custom-check-box-pattern input:checked ~ label img {
    border: 1px solid #000;
}

/********custom fabric type checkbox ********/
.custom-check-box-fabric {
    width: auto;
    display: inline-block !important;
    height: 30px;
    position: relative;
}
.custom-check-box-fabric input {
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 33px;
    line-height: 30px;
    margin: 0px;
    cursor: pointer;
    opacity: 0;
}
.custom-check-box-fabric label {
    border-radius: 25px;
    padding: 2px 5px;
    font-weight: 500;
    border: 1px solid transparent;
}
.custom-check-box-fabric input:checked ~ label{
    border: 1px solid #000;
}

#Thread .contrast-heading, #monogram .contrast-heading, #CheastPleats .contrast-heading{
    display: none;
}
.fabric-grid,.contrast-heading{
    display: none;
}


/*thread color*/


.box_color {
    overflow: hidden;
}
.green_bg{
    background: green;
}
.yellow_bg{
    background: yellow;
}
.white_bg{
    background: white;
}
.red_bg{
    background: red;
}
.gray_bg{
    background: gray;
}
.lightblue_bg{
    background: #2361ad;
}
.darkblue_bg{
    background: blue;
}
.black_bg{
    background: black;
}
.blue_bg{
    background: blue;
}
/*modal changes index page*/

/*zoom*/
.zoomContainer{ 
    z-index: -1;
    left :0 !important; 
    top : 0 !important; 
}

.zoomWindowContainer, .zoomContainer{
    width: 100% !important;
}
/*zoom end*/

.confirm-icon.monogram,.momo_placement.second{
    display:none;
}

#monogram .second-head,#fonts-list,#monogram .mono-colors,#monogram .monogram-text{
    display: none;
}

.active .tablinks::after {
    content: '';
    height: 100%;
    width: 4px;
    background: #4c4c4b;
    position: absolute;
    left: -15px;
    top: 0;
}
.active .tablinks {
    color: #171717;
}

#CheastPleats{
    height: calc(100vh - 120px);
    overflow-y : auto;
    overflow-x : hidden;
}
#CheastPleats ul{
    margin: 0px !important;
    height: auto !important;
}
#CheastPleats .filter-heading{
    padding-left: 10px !important;
}
#CheastPleats .selct-style-btn-sec{
position: fixed;
    bottom: 10px;
    width: 30%;
    left: 51%;
}

#Thread{
    height: calc(100vh - 190px);
    overflow-y: auto;
    overflow-x: hidden;
}
#Thread ul{
    margin: 0px !important;
    height: auto !important;
}
#Thread .filter-heading{
    padding-left: 10px !important;
}
#Thread .selct-style-btn-sec{
position: fixed;
    bottom: 10px;
    width: 30%;
    left: 51%;
}

.search-form input:focus{
    outline : none;
    border-bottom : 1px solid #555;
}

#emptyFilter {
    position: absolute;
}
#popZoomObj{
    max-height: 100%;
    max-width: 100%;
}
.options-sec-inner .Highlight {
    color: #171717 !important;
    font-weight: 400;
    padding: 15px 0px;
}

#monogram, #CollarContrast, #CuffContrast, #PlacketContrast, #ElbowPatch, #sleeve, #pocketstyle {
    height: calc(100vh - 190px);
    overflow-y: auto;
    overflow-x: hidden;
}

#monogram ul,
#CollarContrast ul,#CuffContrast ul,#PlacketContrast ul,
#pocketstyle ul,
#sleeve ul {
    margin: 0px !important;
    height: auto !important;
}

#monogram .filter-heading,
#CollarContrast .filter-heading,#CuffContrast .filter-heading,#PlacketContrast .filter-heading,
#sleeve .filter-heading {
    padding-left: 10px !important;
}

#custom-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}
#slider{
    margin: 20px;
}

#Button .selct-style-btn-sec, #Piping .selct-style-btn-sec {
    position: fixed;
    bottom: 10px;
    width: 30%;
    left: 51%;
}
 