
.breadcrumb li a, .breadcrumb li{
    display: flex;
}
.breadcrumb li::after {
    content: '/';
    font-size: 11px;
    margin-left: 11px;
    margin-top: 2px;
    margin-right: 8px;
}

.canvas-wrapper .zoom>img{
    margin: auto;
}

.preview-slider-sec{
    display: flex;
}
.slider-nav{
    width: 90px;
}
.slider-for{
    width: calc(100% - 90px);
    padding-left:20px;
}

.slider-for .slick-dots{
    display: flex;
    justify-content: center;
    position: relative;
    z-index:1;
    top:-40px;
    margin-bottom: 0px;

}
.slider-for .slick-dots button{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--darkborder);
    color: transparent;
    font-size: 0px;
    display: inline-block;
    border: 0px;
    margin: 0px 4px;
    padding: 0px;

}
.slider-for .slick-dots li.slick-active button{
    background: var(--defaultColor);
}

.preview-slider-sec .slider-for .slick-slide>div{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cstm-glry{
    position: relative;
}
.cstm-glry .slick-slide{
    margin: 0px 0px 11px 0px;
}
.cstm-glry-itm{
    border: 1px solid var(--border);
    border-radius: 4px;
    background: #F9F9F9;
    display: inline-flex !important;
    padding: 20px;
    min-height: 110px;
}
.cstm-glry .slick-slide img{
    border-radius: 8px;
}

.slick-prev:after, .slick-next:after{
    top: 13px;
}
.slick-prev:after{
    left: 13px;
}
.slick-prev:after{
    right: 15px;
}
.slider-for .slick-arrow{
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translate(0px, -50%);
    height: 40px;
    width: 40px;
    z-index: 1;
}
.slider-for .slick-next{
    left: auto;
    right: 20px;
    transform:translate(0px, -50%);
} 
.cstm-glry .slick-slide>div{
    background: var(--white);
    border: 1px solid var(--darkborder);
}
.cstm-glry .slick-current.slick-active>div{
    border: 1px solid var(--defaultColor);
}


/* @media screen and (max-width:580px){
    .cstm-glry .slick-list{
        margin: 0px;
    }
    .cstm-glry .slick-arrow{
        left: -28px;
    }
    .cstm-glry .slick-next {
        left: auto;
        right: -30px;
    }
} */

@media screen and (min-width:993px) and (max-width:1279px){
    .cstm-glry .slick-slide>div{
        height: 68px;
    }
    body .cstm-cl-xl-left{
        width:475px;
    }
  body  .cstm-cl-xl-right{
        width:calc(100% - 475px);
    }
    .canvas-wrapper .zoom{
        width: 450px !important;
    }
    .canvas-wrapper .zoom>img{
        width: 450px;
        HEIGHT: 450px;
        object-fit: contain;
        border-radius: 8px;
    }
    
 }

@media screen and (min-width:1280px){
    .cstm-glry .slick-slide>div{
        height: 90px;
    }
    /* .slider-nav{
        height: 90px;
        overflow-y: hidden;
    } */
    .cstm-glry img{
        width: 84px;
        height: 84px;
        object-fit: contain;
    }

    .slider-for {
        overflow: hidden;
        height: 400px !important;
    }
    .canvas-wrapper .zoom{
        width: 100% !important;
        height: 400px !important;
        overflow: hidden;
        border: 1px solid var(--darkborder);
    }
    .canvas-wrapper .zoom>img{
        width: 100%;
        HEIGHT: 400px;
        object-fit: contain;
        border-radius: 8px;
    }
   body .cstm-cl-xl-left{
        width:600px;
    }
  body  .cstm-cl-xl-right{
        width:calc(100% - 600px);
    }
}

@media screen and (max-width:580px){
    .slider-for{
        width: 100%;
        padding-left:0px;
    }
}
/* Left bar carousel end */


/* Products Tags Start */
.product-tag{
    border-radius: 4px;
    border: 1px solid var(--defaultColor);
    background: var(--white);
    display: inline-flex  !important;
    align-items: center;
    padding: 6px 8px;
    margin: 0px 5px;
    
}
.product-tag>img{
    width: 12px;
    margin-right: 6px;
}
.product-tag>span{
    color: var(--description);
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; 
    white-space: nowrap;
}
.rating-tags-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-tags-main{
    max-width: 60%;
    padding-left: 10px;
}
.tags-scroll{
    width: 100%;
    overflow: auto;
    padding-bottom: 1px;
    display: flex;
}

.tags-scroll .product-tag:first-child{
    margin-left: 0px;
}
.tags-scroll .product-tag:last-child{
    margin-right: 0px;
}
.tags-scroll::-webkit-scrollbar {
    height: 8px;
}

.tags-scroll::-webkit-scrollbar-thumb {
    height: 8px;
}
.rating-tags-container .approved.home-approved{
    flex-direction: row;
    width: 235px;
}
@media screen and (max-width:767px){
    .product-tags-main{
        max-width: 100%;
        padding-left: 0px;
    }
    .product-tags-main{
        margin-top: .2rem;
    }
    .rating-tags-container .approved.home-approved{
        width: 100%;
    }
}
@media screen and (min-width:1024px) and (max-width:1349px){
    .rating-tags-container .approved.home-approved{
        flex-direction: row;
        width: 235px;
    }
    .product-tags-main{
        width: calc(100% - 245px);
    }
}
@media screen and (min-width: 992px) and (max-width: 1279px){
    .rating-tags-container .approved>span, .rating-tags-container .customers>span, .rating-tags-container .trustpilot>span{
         margin-top: 0px;
     }

}

/* Products Tags End */


/* Tabs */
.custom-tabs{
    margin-top: 23px;
}
.custom-tabs .nav-link{
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    padding: 0px 22px 10px 22px;
}

/* Tabs End*/
.input-text{
    border-radius: 0px;
}
.card-img-wrapper{
    height: 140px;
}

.card-p-style .product-name, .card-p-height .product-name, .card-p-extra .product-name, .card-p-delivery .product-name{
    color: var(--textColor);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.card-p-style .input-text{
    border-radius: 5px;
    border: 1px solid var(--lightgreybg);
    background: #FFF;
    padding: 10px 15px;
    color: var(--description);
    text-align: center;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.card-p-style .input-text::placeholder {
    color: var(--description);
    opacity: 1;
}

.card-p-style .input-text::-ms-input-placeholder {
    color: var(--description);
}
.size-box .js-a-primary{
    color: var(--description);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}
.min-qty{
    font-size: 10px;
}




/* Updated upload box start */
.custom-select-2{
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #009DFF;
}
.custom-select-2 .icon-wrapper span{
    color: #009DFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
}
.custom-select-2 .icon-wrapper svg{
    width: 22px;
    height: 22px;
}
.custom-select-2 .icon-wrapper svg path{
    stroke: var(--defaultColor);
}
.drop-upload g path{
    fill: var(--defaultColor);
}
.drop-upload-wrapper{
    border-radius: 4px;
    border: 1px dashed var(--border);
    background: rgba(204, 204, 204, 0.06);
    display: flex;
    justify-content: center;
}
.drop-upload-wrapper .heading-3{
    color: var(--description);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 0px !important;
}
.drop-upload-wrapper .heading-3 span{
    font-weight: 500;
    color: var(--textColor);
}
.drop-upload-wrapper .small{
    color: var(--description);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.uploaded-artwork-item-main{
    margin-bottom: 12px;
}
.drop-upload{
    flex-direction: row;
    justify-content: center;
}
.loading-prg-con{
    position: unset;
    transform: unset;
    display: flex;
    align-items: center;
    margin-right: 24px;
}
.uploaded-artwork-item{
    flex: 1;
}

.uploaded-artwork-item .ca-uploaded-file >a img{
    width: 130px;
    height: 130px;
    max-width: unset;
    margin-right: 10px;
    object-fit: cover;
}
.loading-pcon{
    align-items: center;
    justify-content: center;
}
.loading-pcon img{
    width: 34px;
    width:34px;
}

.uploaded-artwork-item .ca-uploaded-file{
    width: 100%;
    position: relative;
    padding-bottom: 19px;
    border-bottom: 0.65px solid #B6B6B6;
    margin-bottom: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.file-uploaded-name{
    width: 300px;
    max-width: 100%;
    display: flex;
    align-items: center;
}
.file-uploaded-name a, .file-uploaded-name span{
    word-break: break-all;
    color: #091D4F;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    padding: 0px;
    background-color: transparent;
    margin-right: 5px;
    display: flex;
    align-items: center;
}
.file-uploaded-name a{
    font-weight: 500;
}
.loading-file-name{
    opacity: 0.5;
}
.ca-uploaded-file > a img, .ca-uploaded-file > span img{
    max-width: 24px;
}
.ca-uploaded-file strong{
    font-size: 10px;
    padding-left: 10px;
    color: #000;
    line-height: normal;
    word-break: break-all;
}
.file-size{
    padding-right: 18px;
    color: #B6B6B6;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    white-space: nowrap;
    margin-left: 8px;
}
.upload-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: calc(50% - 14px);
    cursor: pointer;
    background: #ccc;
    text-align: center;
    line-height: 16px;
    border-radius: 50px;
}
.uploaded-artwork-item-main  .upload-close{
    right: 0px;
    top: 5px;
    transform: translate(0%, 0%);
    cursor: pointer;
    width: 11px;
    height: 14px;
    background: transparent url(https://d11jpnl4uum05e.cloudfront.net/wbnew/images/icons/file-delete.png) center center no-repeat;
    background-size: contain;
}
.ca-uploaded-file>a{
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 8px 30px 8px 8px;
    border-radius: 3px;
    word-break: break-all;
}
.upload-success {
    background: transparent url(https://d11jpnl4uum05e.cloudfront.net/wbnew/images/icons/file-success.png) center center no-repeat;
    background-size: 13px;
    min-width: 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
}
.ca-uploaded-file .file-loading{
    margin-top: 0px;
    width: 40%;
}
.uploaded-artwork-item .ca-uploaded-file:last-child{
    border-bottom: 0px;
}
.uploading-count{
    color:#091D4F;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; 
    margin-bottom: 34px;
    padding-top: 14px;
}
.ca-uploaded-file svg{
    margin-right: 12px;
}
.file-uploaded-name a svg{
    float: left;
}
.file-size-loading{
    color: #B6B6B6;
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
}
.file-loading-main{
    width: 40%;
}
.file-loading-main .file-loading{
    margin-top: 2px;
    width: 100%;
}
  .drag-over {
    background: linear-gradient(90deg, #AAA 50%, transparent 50%), linear-gradient(90deg, #AAA 50%, transparent 50%), linear-gradient(0deg, #AAA 50%, transparent 50%), linear-gradient(0deg, #AAA 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px;
    border: 0px;
    padding: 0px;
    border-radius: 0px;
    animation: border-dance 30s infinite linear;
    background-color: #f2f6fc;
    
  }
  @keyframes border-dance {
    0% {
      background-position: 0px 0px, 100% 100%, 0px 100%, 100% 0px;
    }
    100% {
      background-position: 100% 0px, 0px 100%, 0px 0px, 100% 100%;
    }
  }
/* Updated upload box End */
.card-p-delivery .img-wrapper{
    color: var(--textColor);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    text-transform: capitalize;
}

.card-p-delivery.active .check-icon{
    top: 30px;
}
.no-estmtd.card-p-delivery.active .check-icon{
    top:8px;
}
.card-p-style.active, .card-p-style.selected, .card-p-style:hover, .card-p-height.active, .card-p-height:hover, .card-p-delivery.active, .card-p-delivery:hover{
    border-color:var(--defaultColor);
    border-radius: 8px;
}
.card-p-delivery.no-estmtd {
    min-height: 120px;
}
 .card-p-delivery .img-wrapper{
    color: var(--textColor);
    width: 100%;
    min-height: 100px;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    min-height: auto;
    margin-bottom: 0px;
}
.js-free-qty.card-p-delivery .img-wrapper{
    font-size: 18px;
    height: 90px;
}
.js-free-qty.card-p-delivery{
    border: 1px solid var(--border);
}
.card-p-delivery.disabled, .card-p-delivery.disabled:hover {
    border-color: var(--border);
    background: #f7f7f7;
    cursor:default;
}
.card-p-delivery.disabled div, .card-p-delivery.disabled span{
    color:#b1afaf;
}
.product-c-note p{
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 12px;
    color: #091D4F;
    margin-left:1%;
    margin-right:1%;
    text-align: justify;
}

.product-c-details{
    flex-direction: row;
}
.product-c-details .p-details label{
    width: fit-content;
}
.qt-main,
.price-main{
    /* width: 50%; */
}
.qt-main{
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
}
.qt-main:after{
    content: '';
    position: absolute;
    top:0px;
    right: 0px;
    width: 1px;
    height: 100%;
    background: var(--white);
    opacity: 0.2;
}
.product-c-details .p-details label{
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
    flex:unset;
}
.product-c-details .p-details span.sub-value-pc-details{
    color: var(--defaultColor);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
    padding-left: 20px;
}
.card-p-addtocart .default-btn{
    color: var(--white);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.card-p-addtocart .default-btn svg{
    margin-right: 5px;
}
.sub-value-pc-details.small-value{
    color: var(--white);
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 18.2px */
    text-transform: capitalize;
}

.sub-value-pc-details.small-value .js-tt-uprice{
    color: var(--white);
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 18.2px */
    text-transform: capitalize;
}
.card-p-delivery .product-desc{
    padding-bottom: 5px;
    margin-bottom: 11px;
    border-bottom: 1px solid var(--border);
    width: 100%;
}
.card-p-style .product-desc, .card-p-height .product-desc, .card-p-extra .product-desc, .card-p-delivery .product-desc{
    font-weight: 500;
    font-size: 14px;
    color: var(--description);
    text-align: center;
}

.lanyard-dlvry-dt .card-p-delivery{
    width: 23%;
    min-height: 130px;
    border: 1px solid var(--lightgreybg);
    border-radius: 6px;
    overflow:hidden;
}




@media screen and (max-width:580px) {
    .product-c-details .p-details label{
        font-size: 12px;
    }
    .product-c-details .p-details span.sub-value-pc-details{
        font-size: 14px;
    }
    .sub-value-pc-details.small-value,
    .sub-value-pc-details.small-value .js-tt-uprice{
        font-size: 10px;
    }
}




















































/* Comman Css */
body .sticky-tab{
    background: #fff;
    border-bottom: 1px solid var(--border);
}
.sticky-tab li{
	padding: 10px 0px;
	border-bottom: 1px solid transparent;
	margin-right: 30px;
}
.sticky-tab li a{
	color: rgb(9 29 79 / 50%);
}
.sticky-tab li.active{
    border-bottom: 1px solid #091D4F;
}

.sticky-tab li.active a{
	color:#091D4F;
}

.overflow-h{
    overflow: hidden;
}
.pl-16{
    padding-left: 16px !important;
}
.card-p-style, .card-p-height, .card-p-extra, .card-p-delivery, .card-p-shipping{
    width: 31.33333%;
    margin: 0px 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    position: relative;
    margin-bottom: 16px;
    cursor: pointer;
    border: 1px solid transparent;
}
.card-p-style{
    width: 31.3333%;
    margin: 0 1%;
    margin-bottom: 0px;
    margin-bottom: 16px;
}
body .inpt-100{
    width: 100px;
}
@media (max-width: 767px) {
    .product-wrapper .card-p-height{
        width: 48%;
    }
    .card-p-style, .card-p-height, .card-p-extra, .card-p-delivery, .card-p-shipping, .card-p-similar{
        width: 48%;
    }
    .card-p-style .product-name, .card-p-height .product-name, .card-p-extra .product-name, .card-p-delivery .product-name, .card-p-style .product-desc, .card-p-height .product-desc, .card-p-extra .product-desc, .card-p-delivery .product-desc{
        font-size: 12px;
    }
}
/* Comman Css End*/

/* Product Canvas */
.product-wrapper{
    width: 100%;
    text-align: center;
    padding: 0px;
}
.product-wrapper-outer{
    height: 100%;
    position: relative;
}
.product-wrapper-inner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.lanyard-wrapper img{
    max-width: 220px;
    width: 100%;
}


.product-wrapper .custom-select-2{
    max-width: 205px;
    margin-top: 10px;
}
.product-wrapper .product-details{
    border-top: 1px solid var(--border);
    margin-top: 15px;
    display: flex;
    flex-direction: row;
}
.product-wrapper .product-details div{
    flex: 1;
    padding: 8px 0px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--border);
}
.product-wrapper .product-details .quantity .color-text-dark{
    font-weight: 700;
    font-size: 14px;
}
.product-wrapper .product-details .quantity .color-gray{
    color: #091D4F;
    opacity: 0.5;
    font-weight: 500;
    font-size: 14px;
}
.product-wrapper .product-details div:last-child{
    border: 1px solid transparent;
}

.custom-select-dropdown-2{
    width: 170px;
    min-height: auto;
    background: #F9F9F9;
    border: 1px solid var(--border);
}

.custom-select-body-inner{
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.custom-select .icon-wrapper svg, .custom-select .icon-wrapper img, .custom-select-2 .icon-wrapper svg, .custom-select-2 .icon-wrapper img{
    margin-right: 5px;
    width: 32px;
    height: 32px;
}
.custom-select-2 .icon-wrapper svg, .custom-select-2 .icon-wrapper img{
    display: block;
}

.custom-select.selected .icon-wrapper svg, .custom-select-2.selected .icon-wrapper svg{
    display: block;
    width: 20px;
}

.custom-select-2 .arrow-icon{
    background-position: center left;
    width: 26px;
    height: 24px;
    padding-left: 10px;
    border-left: 1px solid var(--border);
}
.custom-select-dropdown, .custom-select-dropdown-2{
    width: 420px;
    /* min-height: 100px; */
    border-radius: 8px;
    position: absolute;
    right: 0px;
    top: 100%;
    background: #fff;
    padding: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-shadow: -8px 8px 46px -9px rgb(6 19 51 / 20%);
    z-index: 2;
    align-items: center;
    justify-content: center;
}
.close-custom-select{
    display: none;
}
.custom-select-heading{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 10px;
}
.custom-select-heading .clipart-tab{
    padding: 4px 8px;
    border: 1px solid var(--border);
    color: #091D4F;
    margin-right: 5px;
    border-radius: 4px;
    cursor: pointer;
}
.custom-select-heading .clipart-tab.active, .custom-select-heading .clipart-tab:hover{
    color: #fff;
    background: #009DFF;
    border-color: #009DFF;
}
.custom-select-body{
    width: 100%;
}
.custom-select-body-inner{
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.card-clipart{
    width: 18%;
    margin: 0px 1% 10px;
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    padding: 5px;
    align-items: center;
    cursor: pointer;
}
.card-clipart.font-list{
    width: 31.33333%;
}
.card-clipart.active, .card-clipart:hover{
    border-color: #009DFF;
}
.card-clipart img{
    max-width: 90%;

}
.card-clipart span{
    text-align: center;
    margin-top: 5px;
    text-transform: capitalize;
    font-size: 12px;
    display: flex;
    flex: 1;
    align-items: flex-end;
    justify-content: center;
}
.open-product-modal{
    display: none;
}
.close-product-modal{
    display: none;
}

.fixed-header .product-wrapper-outer, .fixed-header #js-right-cont{
    margin-top:47px;
}
.fixed-header {
    padding-top: 130px;
}
.clipart-search{
    width: 80%;
    border: 1px solid var(--border);
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.clipart-search svg{
    padding: 9px;
    width: 37px;
    height: 37px;
    background: #f1f1f1;
    cursor: pointer;
}
.clipart-search input{
    flex: 1;
    border: none;
}
.close-product-modal{
    display: none;
}
.open-product-modal{
    display: none;
}
@media (max-width: 992px) {
    .product-wrapper-inner{
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 20px;
    }
    .product-wrapper-outer{
        position: fixed;
        top: 0px;
        left: 110%;
        width: 100%;
        height: 100vh;
        background: #F9F9F9;
        z-index: 10;
        overflow-y: auto;
        padding: 12px 12px;
        transition: all 0.4s ease-in-out;
    }
    .product-wrapper-outer.active{
        left: 0px;
    }
    .close-product-modal{
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        background: #F9F9F9;
        border: none;
        outline: none;
        box-shadow: none;
        z-index: 10;
    }
    .open-product-modal{
        position: fixed;
        right: -23px;
        top: 50%;
        transform: translate(0%, -50%) rotate(90deg);
        z-index: 10;
        display: block;
        border: none;
        background: #00c300;
        color: #fff;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        cursor: pointer;
    }
    .custom-select-body-inner{
        max-height: none;
        min-height: auto;
    }
    .custom-select-body{
        flex: 1;
        overflow-y: auto;
    }
    .card-clipart{
        height: 83px;
        width: 18%;
    }
    .card-clipart img{
        width: 80px;
        max-width: 90%;
    }
    .close-custom-select{
        border: none;
        background: #F9F9F9;
        outline: none;
        box-shadow: none;
        position: absolute;
        z-index: 10;
        right: 4px;
        top: 8px;
        display: block;
    }
   
}

/* Product Canvas End*/

/* Step 1 Start */
.custom-tab-body {
    overflow-y: auto;
    max-height: 775px;
}
.crd-brdr{
    border: 1px solid var(--border);
    border-collapse: collapse;
    max-height: 340px;
    overflow-y: auto;
}
.crd-brdr .card-p-style{
    /* border: 1px solid var(--border); */
}
.crd-brdr .card-p-style.active, .crd-brdr .card-p-style:hover{
    background: rgba(0, 157, 255, 0.1);
    border: 1.5px solid #009DFF;
    border-radius: 8px;
}
.crd-brdr.no-actv-bg .card-p-style.active{
    background: transparent;
}
.crd-brdr.no-actv-bg .card-p-style.active .product-name{
    color: #D6151E;
}
.crd-brdr .card-img-wrapper{
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.crd-brdr .card-img-wrapper img{
    margin: auto;
    object-fit: contain;
}
.crd-brdr .card-img-wrapper img.loaded{
    width: 80%;
    height: 80%;
}
.card-detail-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    /* margin: 10px 0; */
}
body .gv-away-txt-bx .img-wrapper {
    min-height: 45px;
    font-size: 22px;
    padding-top: 10px;
    margin: 0;
}
.custom-tab-body.four-col-box .gv-away-txt-bx{
    border-radius: 4px;
}
.custom-tab-body.four-col-box .gv-away-txt-bx:hover{
    border-radius: 8px;
}
.custom-tab-body.four-col-box .gv-away-txt-bx .product-desc{
    color: #4D526B;
    opacity: 1;
    font-size: 12px;

}
.crd-brdr .card-p-style .product-name{
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}
/* Step 1 Start End*/

/* Step 2 Start*/
.card-p-height{
    flex-direction: row;
    border: 1px solid var(--border);
    min-height: 72px;
    border-radius: 4px;
}
.lnyrd-sz{
    margin: 0px -1%;
}
.lnyrd-sz .card-p-height{
    overflow: hidden;
    width: calc(33.333% - 16px);
    margin-left: 8px;
    margin-right: 8px;
}
.lnyrd-sz .card-p-height.active, .lnyrd-sz .card-p-height:hover {
    border-color: #D6151E;
}
.lnyrd-sz .card-p-height.active .product-name, .lnyrd-sz .card-p-height:hover .product-name, .lnyrd-sz .card-p-height.active .product-desc{
    color: #D6151E;
}

.lnyrd-sz .card-p-height>img{
    max-width: 100%;
    margin-bottom: -30px;
}
.lnyrd-sz .card-p-height>svg{
    max-width: 100%;
    margin-bottom: -30px;
}
.four-col-box .card-p-height{
    width: calc(25% - 16px);
    margin-left: 8px;
    margin-right: 8px;
}
.custom-tab-body.two-col-box .card-p-style{
    width: 50%;
    margin: 0px;
    min-height: 112px;
    padding: 10px;
}
.inr-brdr-bx .card-p-style{
    /* border: 1px solid var(--border); */
}

.rw-inr-pding>*{
    padding-left:8px;
    padding-right:8px;
}
@media screen and (max-width:580px){
    .four-col-box .card-p-height{
        width:calc(50% - 16px)
    }
    .lnyrd-sz .card-p-height{
        width: calc(50% - 16px);
    }
    .lnyrd-sz.four-col-box .card-p-height{
        width: calc(50% - 16px);
    }
   
}
/* Step 2 Start End*/

/* Step 3 Start*/

.custom-tab .nav-item button.active, .custom-tab .nav-item button:hover {
    color: #091D4F;
    opacity: 1;
    border-bottom: 1px solid #4D4D4D;
  }
  .custom-tab .nav-item button {
    border: none;
    color: #091D4F;
    opacity: 0.5;
    padding: 10px 0;
    margin: 0 16px;
  }
  .custom-tab .nav-item:first-child button {
    margin-left: 0;
  }
 
.custom-color-picker{
    width: 38px;
    height: 38px;
    border-radius: 50px;
    border: 1px solid #f1f1f1;
    margin-bottom: 8px;
}

.four-col-box .card-p-style{
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 16px;
    /* min-height: 112px; */
    padding-top: 10px;
    padding-bottom: 5px;
}

.six-col-box .card-p-style{
    width: 14.666%;
}
.max-h-unset{
    max-height:unset !important;
}
.inr-brdr-bx .card-p-style.active .product-name, .inr-brdr-bx .card-p-style:hover .product-name{
    /* color: #004CBE; */

}
.card-p-style .product-name{
    line-height: 100%;
}
@media screen and (max-width:580px){
    .four-col-box .card-p-style,
    .six-col-box .card-p-style{
        width: 48%;
    }
    .stitch-col-mob .card-p-style.js-stitch{
        width: 33.333%;
    }
    .stitch-col-mob .card-p-style.js-length-adjuster{
        width: 33.333%;
    }
}
/* Step 3 Start End*/

/* Step 9 Start End*/
.lanyard-reel-carousel .card-p-delivery{
    width: 100%;
}
.lanyard-reel-carousel .slick-prev, .lanyard-reel-carousel .slick-next {
    position: absolute;
    top: -97px;
    right: 0px;
}
.lanyard-reel-carousel .slick-prev{
    right: 65px;
}

.lanyard-reel-carousel .card-p-style{
    width: 100%;
}
/* Step 9 Start End*/

/* Step 10 Start End*/
.add-gvwy-carousel .card-p-delivery{
    width: 100%;
}
.add-gvwy-carousel .slick-prev, .add-gvwy-carousel .slick-next {
    position: absolute;
    top: -115px;
    right: 0px;
}
.add-gvwy-carousel .slick-prev{
    right: 65px;
}
.add-gvwy-carousel .slick-slide{
    margin-right: 12px;
}
.add-gvwy-carousel .card-p-style{
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 4px;

}
.add-gvwy-carousel .card-p-style.active{
   border-color: #D6151E;
}
.add-gvwy-carousel .card-p-style.active .img-wrapper span{
    color: #D6151E;
}
.add-gvwy-carousel .card-p-style.active .product-desc{
    color: hwb(216deg 0% 25% / 50%);
}
.add-gvwy-carousel .card-p-style.active .product-name{
    color: #D6151E;
}
/* Step 10 Start End*/

/* step 10 */
.lanyard-dlvry-dt .card-title{
    width: 100%;
    background:rgb(0 76 190 / 40%);
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.lanyard-dlvry-dt .card-p-delivery .card-detail-wrapper{
    /* padding-bottom: 10px; */
}
.lanyard-dlvry-dt .card-p-delivery.active .card-title{
    background: #D6151E;
}
.lanyard-dlvry-dt .card-p-delivery.active .img-wrapper,
.lanyard-dlvry-dt .card-p-delivery.active .product-desc
,.lanyard-dlvry-dt .card-p-delivery.active .product-name{
    color: #D6151E;
    opacity: 1;
}

.card-p-style.type-color{
    width: 23%;
    padding-top: 10px;
    padding-bottom: 5px;
    /* min-height: 112px; */
    min-height: auto;
}

.card-p-style .img-wrapper{
    width: 100%;
    min-height: 100px;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-p-style img{
    margin-bottom: 8px;
    object-fit: cover;
}
.card-p-style.type-color img{
    border: 1px solid #D2D2D6;
    border-radius: 50%;
}

.card-p-style.type-color .product-name{
    flex: 1;
}

.card-p-height .product-desc{
    text-align: left;
    color: #091D4F;
    opacity: 0.5;
}
.card-p-style .check-icon, .card-p-height .check-icon, .card-p-extra .check-icon, .card-p-delivery .check-icon{
    display: none;
}
.card-p-style.active .check-icon, .card-p-style.selected .check-icon, .card-p-height.active .check-icon, .card-p-extra.active .check-icon, .card-p-delivery.active .check-icon{
    display: block;
    position: absolute;
    top: 4px;
    right: 6px;
}
.card-p-delivery.active .check-icon{
    top: 30px;
}
.no-estmtd.card-p-delivery.active .check-icon{
    top:8px;
}
@media screen and (max-width:580px){
    .lanyard-dlvry-dt .card-p-delivery{
        width: 48%;
    }
}
/* Step 10 end */



/* Comman */
/* Fixed Header */
.fixed-header{
    padding-top: 130px;
}
.fixed-header .header{
    position: fixed;
    top:0px;
    left: 0px;
    width:100%;
    z-index: 9999;
    background: #fff;
    padding-bottom: 10px;
}




/* Modal css Start */
/* .size-color-form-modal{
    position: absolute;
    background: #fff;
    box-shadow: -8px 8px 46px -9px rgb(6 19 51 / 20%);
    border-radius: 8px;
    width: 370px;
    right: 0px;
    top: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 24px;
    z-index: 2;
    display:none;
}
.size-color-form-modal.active{
    display: flex;
} */
.column-title{
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    max-width: 60%;
}
.column-title.column-color{
    max-width: 40%;
}
.fieldset{
    flex: 1 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.size-color-wrapper .fieldset label{
    margin-right: 5px;
    font-weight: 500;
    font-size: 14px;
    color: #898989;
}
.size-color-wrapper{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.size-color-wrapper > div{
    max-width: 60%;
    padding: 0px 10px;
    flex: 1;
}
.size-color-wrapper .fieldset.column-color{
    width: 40%;
    max-width: 40%;
}
.size-color-wrapper .input-text{
    width: 90px;
    height: 39px;
    padding: 8px 14px 8px 14px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid var(--border);
    border-radius: 5px;
}
.size-color-wrapper select{
    width: 100%;
}
.color-dot{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid var(--border);
    margin-top: 8px;
}

@media (max-width: 768px) {
    .size-color-form-modal{
        position: fixed;
        top: 20vh;
        left: 10%;
        z-index: 20000000001;
        min-height: 100px;
        align-items: inherit;
        width: 80%;
    }
    @media (max-width: 640px) {
        .size-color-form-modal{
            left: 2%;
            width: 96%;
        }
    }
    .size-color-form-modal > div:first-child{
        flex: 1;
    }
    #js-step-3 .custom-tab-body, #js-step-1 .custom-tab-body{
        min-height:150px;
        max-height:300px;
    }
}
@media (max-width: 767px) {
    .card-p-style.type-color{
        width: 48%;
    }
}
.input-error{
    border:1px solid red;
}



/* Modal css End */

/* Product Left Detail start */


.custom-table{
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 15px;
}
.custom-table.price-chart{
    overflow-x: auto;
}
.custom-table .table-body{
    border: 1px solid var(--border);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.custom-table .table-header, .custom-table .table-row{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.custom-table .table-header{
    background-color: #091D4F;
}
.custom-table .table-header .table-th{
    color: #fff;
}
.custom-table .table-header .table-th, .custom-table .table-row .table-tb{
    flex: 1;
    padding: 10px;
    font-size: 13px;
    text-align: center;
}
.custom-table .table-row .table-tb{
    border-bottom: 1px solid var(--border);
    border-right: 1px solid var(--border);
    min-width: 60px;
}
.custom-table .table-header .table-th{
    border-right: 1px solid var(--border);
}
.custom-table .table-header .table-th:last-child{
    border-right: 1px solid transparent;
}
.custom-table .table-row .table-tb:last-child{
    /* border-right: 1px solid transparent; */
}
.custom-table .table-row:last-child .table-tb{
    border-bottom: 1px solid var(--border);
    border-right: 1px solid var(--border);
    min-width: 60px;
}
.custom-table .table-body{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.custom-table .table-header .table-th{
    font-weight: 500;
}
.custom-table .table-row .table-tb{
    font-weight: 400;
}
/* New */

.card-p-shipping{
    background-color: #091D4F;
    border-radius: 8px;
    padding:15px;
    min-height: auto;
}
.card-p-shipping .icon-wrapper {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-p-shipping .product-desc {
    width: 100%;
    flex: 1;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
/* Product Left Detail End */


/* Custom Dots */
.custom-dots .slick-dots{
    padding-top:20px;
}
.custom-dots .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
}
.abslt-dots .slick-dots{
    position: absolute;
    width: 100%;
}
.custom-dots .slick-dots li{
    display: flex;
}
.custom-dots .slick-dots button{
    border: 1px solid #091D4F;
    border-radius: 20px;
    width: 8px;
    height: 8px;
    text-indent: 40px;
    overflow: hidden;
    margin-right: 24px;
    padding: 0px;
    background: var(--textColor);
    transition: 0.5s all ease;
}
.custom-dots .slick-dots li.slick-active button{
    border: 1px solid var(--defaultColor);
    background: var(--defaultColor);
    width: 12px;
    height: 12px;
    transition: 0.5s all ease;
}
/* Custom Dots End*/

.steps h2 span.js-step-no {
    color: inherit;
}


.step-2 .custom-select.font-family-box .icon-wrapper img {
    display: block;
    width: 55%;
    height: auto;
}
.ca-uploaded-file{
    position: relative;
    margin: 10px;
}
.ca-uploaded-file > a{
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 8px 30px 8px 8px;
    border-radius: 3px;
    word-break: break-all;
  }

.ca-uploaded-file > a img{
    max-width: 24px;
}
.ca-uploaded-file strong{
    font-size: 10px;
    padding-left: 10px;
    color: #000;
    line-height: normal;
    word-break: break-all;
}
.upload-close{
    position: absolute;
    right: 5px;
    top: calc(50% - 10px);
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #ccc;
    text-align: center;
    line-height: 20px;
    border-radius: 50px;
    font-size: 14px;
}

.step-2 .custom-tab-body > form{
    width: 100%;
}
.uploaded-artwork-item .ca-uploaded-file{
    margin-bottom: 10px;
    width: 50%;
}
.uploaded-artwork-item .ca-uploaded-file >a img{
    width: 130px;
    height: 130px;
    max-width: unset;
    margin-right: 10px;
    object-fit: cover;
}
.loading-pcon{
    align-items: center;
    justify-content: center;
}
.loading-pcon img{
    width: 34px;
    width:34px;
}

.htabs {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  padding-bottom: 20px;
}
.htabs li {
  display: inline-block;
}

.htabs .slick-prev, .htabs  .slick-next {
    position: absolute;
    top: -55px;
    right: 0px;
}
.htabs  .slick-prev{
    right: 65px;
}
.nav-tabs.htabs .nav-item .nav-link{
	border:0px;
	border-bottom: 1px solid transparent;
}
.nav-tabs.htabs .nav-item.show .nav-link, 
.nav-tabs.htabs.htabs .nav-link.active,
.nav-tabs.htabs .nav-link:focus, 
.nav-tabs.htabs .nav-link:hover{
	   
    border-bottom: 1px solid #091D4F;
}
body .nav-tabs.htabs{
	overflow: visible;
	margin-bottom:0px;
	padding: 0;
}
body .nav-tabs.htabs .slick-track{
	height:45px;
}
.price-chart img{
    width: 32px;
    margin: 60px auto;
}

.delivery-scroll{
    max-height: 280px;
    overflow-y: auto;
}
body .sticky-tab{
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid var(--border);
}
.sticky-tab li{
	padding: 10px 0px;
	border-bottom: 1px solid transparent;
	margin-right: 30px;
}
.sticky-tab li a{
	color: rgb(9 29 79 / 50%);
}
.sticky-tab li.active{
    border-bottom: 1px solid #091D4F;
}

.sticky-tab li.active a{
	color:#091D4F;
}
.fixed-header .product-wrapper-outer, .fixed-header #js-right-cont{
    margin-top:47px;
}
.product-desc h2{
    font-size: 17px;
}
.preview-img {
    max-width: 500px;
    max-height: 500px;
}
.canvas-wrapper.loading {
    position: relative;
}
.canvas-wrapper .loader{
    display: none;
}
.canvas-wrapper.loading .loader{
    display: flex;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    background-color: #F9F9F9b2;
    align-items: center;
    justify-content: center;
}
.canvas-wrapper.loading .loader img{
    width: 32px;
    height: 32px;
}

/*********step 3 css ends************/
.product-preview-size{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.product-preview-size.hlf-sz-img{
    overflow: auto;
}
.size-item{
    width: 25%;
    border: 1px solid var(--border);
    /* padding: 11px 10px 12px 0px; */
    padding: 2px 2px 2px 0px;
    display: flex;
    align-items: center;
    margin: 10px;
    border-radius: 5px;
    position: relative;
    min-height:35px;
    cursor:pointer;
}
.size-item.active, .size-item:hover, .size-item:focus{
    border: 1px solid #009DFF;
    background: rgba(0, 157, 255, 0.1);
}
.size-item .check-icon{
    display: none;
}
.active.size-item .check-icon{
    display: block;
}
.size-item > img{
    max-width: 30px;
}
.hlf-sz-img{
    position: relative;
}
.hlf-sz-img .size-item{
    overflow: hidden;
}
.hlf-sz-img .size-item > img {
    left: -5px;
    max-width: 20px;
    position: relative;
    margin-left: -5px;
}
.size-info{
    margin-left: 10px;
    color: #8991A9;
    font-size: 11px;
    width: fit-content;
    text-align: left;
    line-height: 13px;
}
.size-info span{
    color: #091D4F;
    font-weight: 600;
    font-size: 11px;
    display: block;
}

.canvas-wrapper{
    position: relative;
}
.product-length{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}
.product-length::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: var(--border);
    left: 50%;
}
.product-length span{
    font-size: 9px;
    font-weight: 700;
    display: inline-block;
    background: #f9f9f9;
    padding: 3px 4px;
    z-index: 1;
}
.product-length span::before, .product-length span::after{
    content: '';
    width: 30px;
    height: 1px;
    background: var(--border);
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
}
.product-length span::after{
    content: '';
    top: auto;
    bottom: 0px;
}
.choose-clr-bx-dv{
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 8px;
    /*! background: #fff; */
    /*! box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 5%); */
    padding: 5px;
    min-width: 150px;
    max-height: 280px;
    overflow: auto;
}
.choose-clr-bx{
    border: 1px solid var(--border);
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.choose-clr-bx:hover{
    border: 1px solid #009DFF;
    background: rgba(0, 157, 255, 0.1);
}
.choose-clr-bx img{
    height: 35px;
    display: inline-block;
}
.text-color-box{
    width:20px;
    height: 20px;
    overflow: hidden;
    position: relative;
}
.text-color-box svg{
    position: absolute;
    top: -5px;
    left: 0px;
}
#myTabContent .custom-select .text-color-box{
    border-radius: 100%;
    box-shadow: 0 0 2px #444;
}

@media screen and (max-width:580px){
.card-clipart.font-list {
width: 48%;
height: auto;
}
#myTabContent .custom-select-dropdown{
left:0px;
max-width:100%;
    max-height: 300px;
overflow: auto;
}
.preview-img {
    max-width: 255px;
    max-height: 450px;
}
.choose-clr-bx-dv {
    bottom: 124px;
    top: unset;
    min-width: 130px;
    max-height: 200px;
}
}

#js-step-style .custom-tab-body{
    max-height: 350px;
}

#myTabBadge .custom-tab-body{
    max-height: 408px;
}
#myTabHolder .custom-tab-body{
    max-height: 408px;
}
#myTabContent label{
    color: #091D4F;
    font-size: 14px;
    font-weight: 700; 
}

.custom-table .table-body .table-row:first-child .table-tb:first-child {
    border-top-left-radius: 8px;
  }
  .custom-table .table-row:nth-child(1) .table-tb {
    background: #F7F7F7;
    padding: 12px 1px;
  }

  .tbl-horiz .table-row > * {
    flex: 1;
  }
  .spd-table table {
    border-collapse: collapse;
    margin-bottom: 10px;
    width: 100%;
  }
  .spd-table table td {
    border-bottom: 1px dashed var(--border);
    padding: 5px 10px;
    font-size: 14px;
    text-align: left;
  }
  .spd-table table td:first-child{
    border-right: 1px solid var(--border);
    width: 150px;
  }
  @media (max-width: 768px){
  .heading-1.page-htitle {
    font-size: 25px;
  }
}
@media (max-width: 767px){
.crd-brdr .card-p-style .product-name{
    font-size: 12px;
}
}
@media (max-width: 768px){
.custom-tab {
  justify-content: left;
}
}
@media (max-width: 768px){
.custom-tab li > button {
  font-size: 14px;
}
}

.custom-table .table-body {
    overflow: hidden;
    border-bottom: 0px;
    border-right: 0px;
  }
  .tbl-horiz .table-body {
    display: table;
  }

  #sa_sort {
    min-width:134px;
   }
   .sa_page.arrow {
    min-width:35px;
   }

.b-right{
    border-right: 1px solid var(--border);
    max-height: unset;
}
#myTabBadge .h-badge{
    max-height: 504px;
}
#myTabHolder .h-holder{
    /* max-height: 504px; */
}
.steps .h-colors{
    /* max-height: 510px; */
}
.overflow-x-hidden{
    overflow-x: hidden;
}

@media screen and (max-width: 580px){
    .card-p-addtocart .default-btn {
      width: 100%;
      padding: 19px 50px !important;
      margin-top: 10px;
      border: 0;
    }
    .w-attachments.two-col-box .card-p-style{
        width: 33.333%;
    }
    .b-right {
        border: none;
    }
    }
    .card-p-style.js-stitch {
        width: 25%;
      }
    .card-p-style.w-upgrade {
        width: 25%;
      }
    .heading-3.attachment-fs-13{
        font-size: 13px;
    }
    .js-reels-holders .crd-brdr {
        max-height: 566px;
    }
    .js-reels-holders .heading-3.attachment-fs-13{
        min-height: 56px;
        display: flex;
        align-items: center;
    }
    .js-reels-holders select, .js-reels-holders input{
        background-color: #fff;
        font-size: 14px;
        padding: 10px 8px;
        width: 80%;
        margin: 0 auto;
        display: block;
        text-align: center;
        padding-right: 16px;
        text-align-last: center;
        -moz-text-align-last: center;
    }

    /* Preview slider css */

/* row boundry border */
.js-eo-litem-row {
    position: relative;
    border: 1px solid var(--border);
    margin: 0px 0px 20px;
    padding-top: 10px;
    border-radius: 8px;
}
.js-rm-line-item {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: #eee;
    border-radius: 50%;
    color: #000;
    text-align: center;
    line-height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

/* Color Modal */
.comman-dropdown .dropdown-menu{
    background: #fff;
    padding: 14px;
    box-shadow: -8px 8px 46px -9px rgb(6 19 51 / 20%);
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 450px;
    min-height: 100px;
    border: 0px;

}
.comman-dropdown .dropdown-menu.dropdown-xs{
    width: 80px;
}
.imprint-value {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 1px #AEAEAE;
}

.popular-tag{
    background: #2b262b;
    color: #ffffff;
    padding: 2px 5px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    line-height: normal;
    font-size: 12px;
    position: absolute;
    bottom: -8px;
    width: fit-content;
    margin: auto;
    left: 50%;
    transform: translate(-50%, 0%);
    white-space: nowrap;
    border-radius: 4px;
}
body .brdr-pr-box {
    border: 1px solid var(--border);
    padding: 10px 6px 15px 6px !important;
    position: relative;
    border-radius: 8px;
  }

@media screen and (max-width: 580px){
.comman-dropdown .dropdown-menu {
    width: 320px;
}
.popular-tag{
    padding: 2px 2px;
    font-size: 12px;
    letter-spacing: 0px;
}
}
@media screen and (max-width: 767px){
    .card-clipart {
        width: 23%;
    }
    }

/* Custom Search dropdown css ends */
.sd-clr-menu{
    position: fixed;
    top: 0px;
    right: -100%;
    width: 450px;
    max-width: 100%;
    z-index: 99999;
    height: 100%;
    background: #fff;
    box-shadow: -8px 8px 46px -9px rgb(6 19 51 / 20%);
    transition: 0.5s all ease;
}
 .sd-clr-menu-overlay{
    background: #fff;
    padding: 20px;
    height: 100%;
    position: relative;
}

 .sd-clr-menu:before{
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000004d;
    top: 0px;
    left: 0px;
     display:none
}
.sd-clr-menu.active:before{
    display:block;
}
.sd-clr-menu.active{
    right: 0px;
    transition: 0.5s all ease;
}

.sml-clr-bx {
    margin-top: 20px;
    margin: 20px -4px;
}
.sml-clr-bx .card-p-style.type-color{
    width: 38px;
    height: 38px;
    margin: 0px 4px 4px;
    padding: 0px;
}
.sml-clr-bx .card-p-style.type-color img{
    margin: 0px;
}
.sml-clr-bx .custom-color-picker{
    margin-bottom: 0px;
}
.mdl-hdr .close{
    cursor:pointer;
}
.lrg-clr-bx .card-p-style.type-color img{
    max-width: 38px;
}
.lrg-clr-bx .card-p-style {
    border-color:var(--border);
    margin: 0px;
    padding: 8px;
    width: 25%;
}
body .no-scroll{
    overflow: unset;
    max-height: none;
}
.editor-loading-con{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 566px;
}
.sd-clr-menu .scroll-content{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100% - 105px);
    margin-top: 20px;
}
@media screen and (max-width:370px){
    .lrg-clr-bx .card-p-style{
        width: 33.333%;
    }
}
.icon-input {
    width: 100%;
    padding-left: 40px;
}
.search-icon{
    position: absolute;
    top: 5px;
    left: 10px;
}
.mdl-hdr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
}
.mdl-hdr h2{
    margin: 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    color: #091D4F;
    display: flex;
    align-items: center;
}
.mdl-hdr .close {
    cursor: pointer;
}
.mdl-hdr span svg path {
    stroke: #0A1D4F;
}

.img-drpdwn .custom-select-dropdown{
    width: 100%;
    box-shadow: none;
    flex-direction: column;
    align-items: flex-start;
    top: calc(100% + 1px);
    border: 1px solid var(--border);
    border-radius: 0px;
    padding: 0px;
    display: none;
}
.img-drpdwn.selected .custom-select-dropdown{
    display: block;
    z-index: 10;
    max-height: 368px;
    overflow-x: auto;
}
.img-drpdwn .icon-wrapper>img{
    width: 24px;
    height: 24px;
}
.img-drpdwn .custom-select-dropdown li{
    display: block;
    width: 100%;
}
.img-drpdwn .custom-select-dropdown li:hover{
    background: #f5f5f5;
}
.img-drpdwn .custom-select-dropdown li img{
    width: 24px;
    height: 24px;
    margin-right: 7px;
}
.img-drpdwn .custom-select-dropdown li a{
    color: #091D4F;
    display: block;
    padding: 5px 10px;
}
.slick-slide {
    height: auto !important;
}
.zoomImg {
    background-color: var(--border);
}
.con-easy-order .radio-lbl{
    color: #485675;
    font-weight: 400;
}
.js-eo-clrlist-con .imprint-code {
    font-size: 13px;
    line-height: 14px;
}
.custom-table .table-body .table-row:last-child .table-tb:last-child {
    border-bottom-right-radius: 8px;
}
.custom-table .table-body{
    border-radius: 8px;
}
.input-group-qty button.btn svg{
    margin: auto;
}
.input-group-qty input{
    border-top: solid 1px #6c757d;
    border-bottom: solid 1px #6c757d;
}
.con-step-color .input-group-qty .btn {
    border-color: var(--border);
	padding: 13px 12px;
}
.con-step-color .input-group-qty .btn:hover {
	background-color: var(--border);
    border-color: var(--border);
}

.con-step-color .input-group-qty .js-txt-qty{
	border-top-color:var(--border);
	border-bottom-color:var(--border);
}

/* .product-tag-carousel .slick-prev,
.product-tag-carousel .slick-next{
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0px;
    z-index: 1;
    width: 18px;
    height: 18px;
    background: #fff url(../../images/arrow-chevron-left.svg) center center;
    border-radius: 0px;
}
.product-tag-carousel .slick-next{
    right: 0px;
    left: auto;
    transform: translate(0px, -50%) rotate(180deg);
}
.product-tag-carousel .slick-disabled{
    display: none !important;
}
@media screen and (min-width:768px){
    .col-45{
        width:45%;
    }
    .col-55{
        width:55%;
    }
} */
/* @media screen and (min-width:1024px) and (max-width:1200px){
    .product-tag>span{
        font-size: 11px;
    }
}
@media screen and (min-width:1280px) and (max-width:1349px){
    .product-tag-carousel .slick-list{
        padding: 0px 10% 0px 0px;
    }
    .product-tag{
        margin:0px 2px;
        padding: 8px 6px;
    }
    .col-45{
        width:48%;
    }
    .col-55{
        width:52%;
    }
    .product-tag>span{
        font-size: 11px;
    }
} */
/* Product Tag Carousel Css End*/


#custom-tab-pane .custom-tab-body{
    max-height: 600px !important;
    overflow: auto;
}

.product-name{
    text-align: center;
}
.product-c-note p {
    color: #091D4F;
}
/* Addtocart sticky start */
.dv-computer .order-cart-fixed{
    position: fixed !important;
    bottom: 0px;
    z-index: 10;
}
/* Addtocart sticky End */



body .align-price-on-scroll {
    padding: 10px 20px;
}
.align-price-on-scroll {
    align-items: center !important;
}
.align-price-on-scroll .p-details {
    margin-bottom: 0px;
}

.choose-attech .card-img-wrapper{
    text-align: center;
    max-height: 100px;
}

.choose-attech .card-p-style img{
    height: 100%;
}

.row-qty label{
    color: #091D4F;
    font-size: 13px;
    font-weight: 700;
    display: block;
}
.row-qty{
    margin-bottom: -22px;
}

.js-tf-wrap{
    position: relative;
}

.card-clipart .dot-color span{
    width: 38px;
    height: 38px;
    border: none;
    box-shadow: 0 0 2px #444;
    border-radius: 100%;
    flex: unset;
}

.custom-img-height{
    max-height: 150px;
    text-align: center;
}
.custom-img-height>img{
    max-height: 100%;
    object-fit: contain;
}

/* Detail video modal */
.video-guide svg {
    width: 16px;
}
.detail-modal{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.detail-modal::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
}
.detail-modal-content{
    background: #fff;
    margin: 30px;
    position: relative;
    max-width: 60%;
}
.detail-modal .close{
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255,255,255,0.6);
    background-image: url(https://d11jpnl4uum05e.cloudfront.net/wbnew/images/icons/controls.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100%;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: pointer;
}
.detail-modal .close>svg{
    width: 20px;
}
.detail-modal video{
    display: flex;
    width: 100%;
}
.custom-accordian .accordian-body div {
    font-weight: 400;
}
@media screen and (max-width: 580px){
.detail-modal-content{
    max-width: 100%;
}
}
.user-testimonial {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #CECECE;
    border-radius: 16px;
    padding: 12px 16px;
    margin: 20px 0px;
}
.user-testimonial>img {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    margin-right: 12px;
}
.user-testimonial .quote {
    display: flex;
    flex-direction: column;
}
.user-testimonial .quote p {
    font-size: 16px;
    font-style: italic;
    line-height: 124%;
    position: relative;
    margin-bottom: 4px;
}
.user-testimonial  .quote p strong {
    font-weight: 800;
    color: #595959;
}
.user-testimonial  .quote .name {
    display: block;
    font-size: .8rem;
}
.user-testimonial .quote .name strong {
    font-weight: 800;
    color: #1200E4;
}
.testimonail-date{
    display: block;
    text-transform: uppercase;
    font-size: .6rem;
}
@media screen and (max-width:580px){
    .user-testimonial>img {
        width: 45px;
        height: 45px;
    }
    .user-testimonial .quote p {
        font-size:14px;
    }
    .user-testimonial{
        align-items: flex-start;
    }
}
.card-p-delivery.overflow-unset{
    overflow:unset;
}
.top-position{
    top:-8px;
    bottom:auto;
    text-transform: uppercase;
}
@media screen and (min-width:1024px) and (max-width:1366px){
    .top-position{
        font-size:10px;
    }
}


.js-eo-add-row,
.js-eo-upload-logo,
.js-eo-add-row:hover, 
.js-eo-upload-logo:hover {
    color:var(--defaultColor);
}

.primary-img-box .card-p-style {
    padding: 0px !important;
    /* overflow: hidden; */
}
.primary-img-box .card-detail-wrapper{
    margin: 16px 0px;
}
.primary-img-box  .card-img-wrapper{
    max-height: unset;
}

@media screen and (max-width:580px){
    .primary-img-box .card-img-wrapper {
        width:100%;
        max-height: unset;
    }
    .primary-img-box .card-img-wrapper img {
        width:100%;
        max-height: unset;
        max-width: unset;
        display: inline-block;
    }
    .breadcrumb li{
        padding: 0px 3px;
    }
    .breadcrumb li::after {
        content: '/';
        font-size: 8px;
        margin-left: 7px;
        margin-top: 2px;
    }
}