
/* Order Side cart css */
.addtocart-overlay:after{
    content: '';
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000000e0;
    display: none;
    z-index: 20;
}
body.js-coverlay{
    overflow: hidden;
    height: 100%;
}
.cart-modal-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--darkborder);
}
.close-slide{
    cursor: pointer;
}
.cart-list{
    width:410px;
    height:100%;
    background:#fff;
    position: fixed;
    top: 0px;
    right: -100%;
    z-index:99999;
    transition: 0.5s all ease;
    overflow: auto;
}
.bg-overlay-loading{
    position: relative;
    padding: 20px 20px 0px 20px;
  }
  .bg-overlay-loading:after{
    content: '';
    background: rgb(0 0 0 / 29%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.cart-product-list .crt-prd-img{
    border:1px solid var(--darkborder)
}
.cart-product-list .crt-prd-img>img{
    width: 84px !important;
    height: 84px !important;
}
.cart-product-list .bg-light-gray{
    background: #fff;
}
.loading .bg-overlay-loading:after{
    display: block;
}
.addtocart-overlay.open:after{
    display: block;
    transition: 0.5s all ease;
}
.addtocart-overlay .cart-modal-title{
    font-size: 22px;
    color: #091D4F;
    font-weight: 600;
}
.addtocart-overlay.open .cart-list{
    right: 0px;
}
.cart-list .crt-added-itm-rw{
    max-height: calc(100vh - 250px);
    margin-top: 20px;
}

.cart-list .crt-added-item{
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}
.cart-list .crt-added-item:last-child{
    border-bottom: 0px;
}
.cart-list .crt-added-content>p{
    justify-content: flex-start;
}
.cart-list .crt-added-content>p>span{
    margin-right: 10px;
}
.cart-list .btn-success{
    background:#198754;
}
.cart-list .crt-coupon-code-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-list .crt-coupon-code-form input{
    flex: 1;
    margin-right: 10px;
}
.cart-buttons{
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    bottom: 20px;
}
.aplied-cd-txt {
    color:#004CBE;
    font-weight: 800;
}
.aplied-cd-txt svg path{
    fill: #004CBE;
}
.addedtocart-txt{
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.addedtocart-txt svg{
    width: 28px;
    height: 28px;
    margin-right: 8px;
}
/* Order side cart css end */

.addtocart-overlay .crt-chkout-cntnt-main{
    display: flex;
    flex-direction: column;
    padding: 0px;
}


.addtocart-overlay .crt-chkout-cntnt{
    width:100%;
    padding-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
}
.addtocart-overlay  .crt-chkout-sumry-detail{
    width:100%;
}
.addtocart-overlay .crt-prd-list{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 64px;
    margin-bottom: 4px;
    position: relative;
}
.crt-prd-row .crt-prd-list:last-child{
    border-bottom: 0px;
}
.addtocart-overlay .crt-prd-list.txt-row{
    display: none !important;
}
.crt-prd-itm{
    flex: 1;
    padding: 10px 15px;
}
.crt-prd-list.txt-row .crt-prd-itm{
    padding-top: 0px;
}
.crt-prd-detail.crt-prd-itm{
    flex: 3;
    max-width: 350px;
}
.crt-prd-itm.crt-prd-Quantity{
    min-width: 200px;
}
.crt-prd-itm.crt-prd-img{
    flex:0 0 98px;
}
.crt-prd-itm h6{
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color:rgb(9 29 79 / 60%);
    margin: 0px;
}

.addtocart-overlay .crt-prd-prc .prd-prc-flex h5,
.addtocart-overlay .crt-prd-Quantity h5{
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 22.4px;
    color: var(--description);
    margin: 0px 0px 0px 0px;
}

.addtocart-overlay .crt-prd-title{
    color: var(--textColor);
    font-size: 12.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.addtocart-overlay .crt-prd-title span{
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    color: var(--description);
    display: block;
}
.crt-prd-title>a{
    color: #091D4F;
}
.crt-shipping-dtl{
    display: flex;
}
.crt-shipping-dtl h3{
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    color: #091D4F;
    opacity: 0.8;
    margin: 0px 16px 0px 0px;
    display: flex;

}
.crt-shipping-dtl h3:last-child{
    margin-right: 0px;
}
.crt-shipping-dtl h3 span{
    color:rgb(9 29 79 / 60%);
    padding-left: 5px;
    display: inline-block;
}
.crt-prd-itm.crt-prd-prc .prd-prc-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.addtocart-overlay .empty-cart{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
/* Detail Modal */
.crt-prd-prc-detail .drpdwn-hdr {
    cursor: pointer;
    padding: 2px;
}
.crt-prd-prc-detail .dropdown-toggle::after{
    display: none;
    }
    .crt-prd-prc-detail-modal{
    padding: 0px;
    }
    .crt-prd-prc-detail-modal ul{
        margin: 0px;
        padding: 0px;
    }
    .crt-prd-prc-detail-modal ul li{
        list-style: none;
    }
    .crt-prd-prc-detail-modal ul li a{
        display: block;
        padding: 7px 20px;
        font-weight: 400;
        font-size: 16px;
        line-height: 25.6px;
        color: #091D4F;
        border-bottom: 1px solid #E4E4E4;
    }
    .crt-prd-prc-detail-modal ul li:last-child a{
        border-bottom: 0px;
    }
    .crt-prd-prc-detail-modal ul li a svg{
        max-width: 100%;
        margin-right: 8px;
    }
    .addtocart-overlay .crt-prd-img{
        order: 1;
    }
    .addtocart-overlay .crt-prd-detail{
        order: 2;
    }
    .addtocart-overlay .crt-prd-prc-detail{
        order: 3;
    }
    
    .addtocart-overlay .crt-prd-prc{
        order: 4;
        position: absolute;
        right:0px;
        text-align: right;
        bottom: 65px;
        padding-right:10px;
    }
    .addtocart-overlay .crt-prd-Quantity{
        order: 5;
        min-width: auto;
        position: absolute;
        left: 130px;
        bottom: 63px;
        border: 1px solid var(--darkborder);
        padding: 8px 30px;
    }
    .addtocart-overlay .dropdown.crt-dtl-drpdwn{
        position: absolute;
        left: 0px;
        bottom: 10px;
    }
    .addtocart-overlay .crt-dtl-drpdwn .drpdwn-hdr{
        padding: 5px 10px 5px 20px;
        font-weight: 500 !important;
        font-size: 14px;
        line-height: 22.4px;
        color:var(--description);
    }
    /* Detail Modal End  */

    /* Detail Dropdown */

 
    .crt-dtl-drpdwn .drpdwn-hdr{
        background: #F9F9F9;
        border-radius: 5px;
        font-weight: 400;
        font-size: 16px;
        line-height: 25.6px;
        color: #091D4F;
        padding: 8px 10px 8px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border: 0px;
    }
    .crt-dtl-drpdwn .drpdwn-hdr svg{
        width:30px;
        height: 30px;
    }
    .crt-dtl-drpdwn .drpdwn-hdr.show{
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .crt-dtl-drpdwn .drpdwn-body{
        background: #F9F9F9;
        padding: 10px 22px;
        border: 0px;
        max-height: 300px;
        overflow: auto;
    }
    .crt-dtl-drpdwn .drpdwn-body.show{
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .drpdwn-body .crt-shipping-dtl h3{
        margin-bottom: 14px;
        opacity: 1;
    }
    .drpdwn-body .crt-shipping-dtl h3 span{
        word-break: break-all;
    }
    .color-list{
        margin: 0px;
        padding: 0px;
        display: flex;
    }
    .color-list li{
        width:12px;
        height: 12px;
        background: #f00;
        margin-right: 10px;
        border-radius: 100%;
    }

    /* Detail Dropdown End */
    .crt-prd-Quantity .og-label>span{
        font-size: 13px;
        color: #e31837;
        font-weight: 700;
        display: flex;
        margin-left: 2px;
    }
    .subscription-info{
        padding-top: 8px;
    }
    .subscription-info ul{
        margin: 0px;
        padding: 0px;
    }
    .subscription-info ul li{
        position: relative;
        font-size: 13px;
        color: rgb(9 29 79 / 50%);
        font-weight: 600;
        padding-left: 12px;
    }
    .subscription-info ul li::before{
        content: '';
        position: absolute;
        top:7px;
        width: 6px;
        height: 6px;
        border-radius: 50px;
        background: rgb(9 29 79 / 50%); 
        left: 0px;
    }
    .og-offer{
        padding-top: 8px;
    }
    .og-offer .frm-chkbox-main label:before{
        width: 20px;
        height: 20px;
        border-radius: 4px;
    }
    .og-offer .frm-chkbox-main label::after{
        width: 11px;
        height: 6px;
        top: 5px;
        left: 4.5px;
    }
    .og-offer .frm-chkbox-main label{
        min-height: 20px;
        padding-left: 25px;
        margin-top: 5px;
        line-height: normal;
    }
    .og-option-row.og-on-row{
        display: flex;
        align-items: flex-start;
    }
    .subs-lbl-para, .disTotAmt, .disUnitAmt{
        font-size: 13px;
        color:#e31837;
    }
   .og-picker{
    display: flex;
   }
   .og-picker > img{
    max-width: 24px;
    margin: auto auto auto 10px;
   }
   .crt-sub-mdl{
    width: 20px;
    height: 20px;
    display: inline-flex;
    border-radius: 100%;
    background: #091d4f;
    margin-left: 2px;
   }
   .crt-sub-mdl svg{
    margin: auto;
    width: 12px;
   }
  .subs-mdl .sop-mdl-hdr h2 img{
    max-width: 28px;
    margin-inline-end: 10px;
   }
   .subs-cntnt-rw{
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
    border-bottom: 1px dashed #e4e4e4;
    padding-bottom: 16px;
   }
   .subs-cntnt-rw > img{
    max-width: 120px;
   }
   .subs-cntnt-rw h4{
    font-size: 18px;
    color: #091D4F;
    font-weight: 700;
    margin-left: 20px;
   }
   .subs-cntnt-rw h4 span{
    font-size: 14px;
    display: block;
    color: rgb(9 29 79 / 50%);
    font-weight: normal;
    line-height: 140%;
    padding-top: 5px;
   }
   .addtocart-overlay .crt-prd-itm.crt-prd-Quantity .input-group .xquantity-number{
    width: 60px;
    border-right: 0px;
    padding: 0px 0px 0px 5px;
   }
   .addtocart-overlay   .xqty-plus-btn {
    background: transparent;
    padding-left: 0px;
    border-left: 0px;
    display: flex;
    padding-right: 5px;
   }
   .addtocart-overlay .xqty-plus-btn svg path {
        fill: #091D4F;
   }
   .addtocart-overlay .xqty-plus-btn svg {
        margin: auto;
    }

    /* ***********************************/
    /* Discount Meter */

    .addtocart-overlay .dscnt-mtr-sec{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 12px;
    }
    
   .addtocart-overlay .dscnt-mtr-process{
        flex:1;
        padding-right: 0px;
        width: 100%;
    }
    .addtocart-overlay .dscnt-mtr-sec>p{
        font-weight: 800;
        margin-top: 12px;
        font-size: 12px;
    }
    .step-process{
        display: flex;
        align-items: center;
        margin: 0px;
        padding:0px;
        position: relative;
        width: 100%;
    }
    .addtocart-overlay .step-process::before{
        content: '';
        background: #E4E4E4;
        height: 2px;
        width: 100%;
        position: absolute;
        top: calc(50% - 2px);
    }

    .step-process li{
        text-align: left;
        width: 33.3333%;
        position: relative;
    }
    .step-content{
        width: fit-content;
        position: relative;
        text-align: center;
        transform: translateX(-33%);
        white-space: nowrap;
    }
    .step-line{
        height: 3px;
        width: 100%;
        position: absolute;
        top: calc(50% - 2px);
        border-radius: 20px;
    }
   .active .step-line{
        background: #D6151E;
   }
   .addtocart-overlay .step-process li h2{
        font-weight: 700;
        font-size: 12px;
        text-align: left;
        color: #091D4F;
        opacity: 0.9;
        margin: 0px 0px 0px 0px;
        text-align: center;
    }
    .addtocart-overlay  .step-dots{
        width: 12px;
        height: 12px;
        border-radius: 100%;
        background: #E4E4E4;
        position: absolute;
        top: calc(50% - 7px);
        left: 0px;
    }
    .addtocart-overlay .active .step-dots{
        background: #D6151E;
    }
    .addtocart-overlay  .step-process li h6{
        font-weight: 500;
        font-size: 12px;
        line-height: 160%;
        color: #091D4F;
        opacity: 0.7;
        display: block;
        margin: 25px 0px 0px 0px;
    }
    .step-process li:first-child .step-content{
        position: static;
        transform: translateX(0%);
    }
    .step-process li:first-child .step-content  .step-dots{
       left: 0px;
       transform: unset;
    }
    /* .step-process li:last-child .step-line{
        display:none;
     } */
     /* .step-process li:last-child{
        width:fit-content;
     } */
     
       /* Discount Meter end*/

     /* Applied Discount */
     .addtocart-overlay .applied-dscnt{
       display: none;
    }
  
    .crt-prd-title span {
        text-transform: capitalize;
    }


  /*  Applied Discount */

  /* Cart Product Summary  */
 
   .addtocart-overlay  .crt-smry-bx{
        padding: 12px 20px 12px 20px;
        background: var(--white);
        border-radius: 0px;
        margin-bottom: 16px;
        margin: 0px -20px;
        
    }
    .addtocart-overlay  .fix-summary-bottom{
        position: fixed;
        bottom: 0px;
        right: -100%;
        width: 410px;
        margin: 0;
        padding: 12px 20px;
    }
    .addtocart-overlay.open  .fix-summary-bottom{
        right: 0px;
    }
    .addtocart-overlay  .summary-detail{
        margin-bottom: 80px;
    }
    
    .addtocart-overlay .crt-smry-bx > h3{
        font-weight: 700;
        font-size: 20px;
        color: #FFFFFF;
        padding: 0px 16px;
        display: none;
    }
    .addtocart-overlay .crt-smry-list{
        border-bottom: 1px solid rgb(255 255 255 / 20%);
        padding: 0px 16px;
    }
    .crt-smry-list-itm, .smry-total{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 4px;
        font-weight: 400;
        font-size: 16px;
        line-height: 25.6px;
        text-align: right;
        color: var(--textColor);
    }
    .crt-smry-list-itm span, .smry-total span{
        color: var(--textColor);
        font-weight: 400;
        line-height: 25.6px;
    }
    .crt-itm-list{
        max-height:220px;
        padding-top:15px;
        margin-bottom:15px;
        overflow-y:auto;
    }
    .smry-total span.grandTotal{
        opacity: 1;
    }
    .addtocart-overlay .smry-total {
        margin: 10px 16px 0px 16px;
        padding-top: 0px;
    }
    .iframe-content{
        min-height: 500px;
    }
    .modal-content .close svg{
        margin: auto;
    }
    .modal-content .close {
        width: 35px;
        height: 35px;
        z-index: 999;
        background: #091D4F;
        border-radius: 100%;
        position: absolute;
        top: -10px;
        right: -10px;
        display: flex;
    }
    .modal-dialog-scrollable .modal-content {
        overflow: unset;
      }
      .addtocart-overlay .crt-coupon-code{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .crt-coupon-code-form{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .addtocart-overlay .crt-coupon-code-form input{
        background: #FFFFFF;
        border: 1px solid #E4E4E4;
        border-radius: 5px;
        padding: 4px 10px;
        line-height: 22.4px;
        font-weight: 500;
        font-size: 14px;
        flex: 1;
    }

    .addtocart-overlay  .crt-coupon-code-form button{
        margin-left: 0px;
        width: 29px;
        height: 29px;
        box-sizing: content-box;
        padding: 0;
    }
    .addtocart-overlay .crt-coupon-code-form button.cross-btn{
        width: 24px;
        height: 24px;
    }
    .coupon-cd-txt{
        padding-top: 10px;
        display: inline-block;
        color: #FFFFFF;
        opacity: 0.5;
        border-bottom: 1px solid rgb(255 255 255 / 50%);
    }

    .addtocart-overlay .aplied-cd-txt{
        color: #fff;
        font-size: 18px;
        text-transform: uppercase ;
    }
    .addtocart-overlay .crt-chkout-sumry-detail .sml-txt.fs-16{
        font-size: 16px;
        border-bottom: 1px solid #fff;
        display: inline-block;
        margin: auto;
    }
    .addtocart-overlay .sml-txt{
        color: var(--textColor);
    }
    /* .quote-em-hdr{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 25px;
    } */
    .quote-em-hdr h4{
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 160%;
        display: flex;
        align-items: center;
        color: #091D4F;
        margin: 0px;
    }
    .quote-em-hdr span{
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        color: #091D4F;
    }
    .captcha-code-rw{
        display: flex;
        align-items: center;
    }
    .captcha-code-rw .input-text{
        width: 105px;
    }
   .coupon-code-inpt{
    background: #000;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    padding: 7px;
   }
   .quote-modal label{
        width: 90px;
        text-align: left;
   }
   body .size-color-form-modal.quote-modal{
    width: 320px;
    right: auto;
    }

   body .quote-modal .modal-dialog{
        width: 320px;
        right: auto;
   }
   label.error, span.error{
    font-size: 12px;
    color: #f00;
   }
 
   body .quote-modal .input-text{
    width: 100%;
   }
   body .quote-modal .error{
    width: 100%;
    font-weight: normal;
   }
    /* This css should be remove from order and we should make it global */
    .addtocart-btn{
        display: flex;
    }
    .addtocart-btn>*{
        width: 50%;
    }
    .black-border-btn{
        border: 2px solid var(--textColor);
        color: var(--textColor);
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.7px;
        text-transform: uppercase;
        padding: 10px 20px;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .black-border-btn:hover{
        color: var(--textColor);
    }
   .addtocart-btn .default-btn{
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.7px;
    }
    .addtocart-btn .default-btn:hover{
        color: var(--white);
    }
    .crt-coupon-code-form .default-btn{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .crt-coupon-code-form .default-btn>svg{
        margin: auto;
    }
@media screen and (max-width:580px){
    .cart-list{
        width: 100%;
    }
    .addtocart-overlay .fix-summary-bottom{
        width: 100%;
    }
}
   
    .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: block;
    }
    .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 #E4E4E4;
        border-radius: 5px;
    }
    .size-color-wrapper select{
        width: 100%;
    }
    .color-dot{
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        border: 1px solid #E4E4E4;
        margin-top: 8px;
    }
    .xqty-number {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .xqty-number svg {
        width: 18px;
        height: 18px;
    }
    @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;
        }
        .card-p-style.type-color{
            width: 48%;
        }
        #js-step-3 .custom-tab-body, #js-step-1 .custom-tab-body{
            min-height:150px;
            max-height:300px;
        }
    }
    .input-error{
        border:1px solid red;
    }


    /* This css should be remove from order and we should make it global End*/
 /* Cart Product Summary  */ 

 /* Register box */
 .addtocart-overlay .register-box{
        padding: 5px;
        background: #F9F9F9;
        border-radius: 4px;
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
        color: #091D4F;
        display: flex;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .register-box a{
        display: inline-block;
        color: #091D4F;
        border-bottom: 1px solid #091D4F;
    }
    .register-box svg{
        max-width: 22px;
        margin-right: 12px;
    }
   
 /* Register box end*/

/* Product Review  */
.prd-rviw-sec .review-card{
    position: static;
}
.prd-rviw-crsoul{
    padding: 0px 50px;
}
.prd-rviw-sec .slick-prev ,.prd-rviw-sec .slick-next{
    width: 50px;
    height: 50px;
    border: 0px;
    background: #F9F9F9 url(https://d11jpnl4uum05e.cloudfront.net/wbnew/images/home/arrow-left.svg) center center no-repeat;
    color: transparent;
    background-size: 25px;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: calc(50% - 25px);
    z-index: 9999;
}
.prd-rviw-sec .slick-next{
    background-size: 25px;
    right: 0px;
    left: auto;
}
.prd-rviw-sec .slick-slide{
    margin: 0px 15px 0px 15px;
}
@media screen and (max-width:640px){
    .prd-rviw-sec .fs-32{
        font-size: 28px;
        margin-bottom: 20px;
    }
}

/* Product Review End */
@media screen and (max-width:991px){
    .crt-chkout-cntnt .fs-32{
        font-size: 28px;
        margin-bottom: 30px;
    }
    .crt-prd-list{
        flex-wrap: wrap;
    }
    .crt-shipping-dtl{
        flex-direction: column;
        width: 100%;
        margin-top: 16px;
    }
    .crt-qnty-prc{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 25px;
    }
    .crt-qnty-prc>*{
        padding: 0px;
    }
    .crt-qnty-prc .crt-prd-itm.crt-prd-prc .prd-prc-flex{
        justify-content: flex-end;
    }
    .crt-qnty-prc .crt-prd-Quantity{
        display: flex;
        align-items: center;
    }
    .crt-qnty-prc .crt-prd-Quantity h5{
        margin: 0px 15px 0px;
    }
    .crt-qnty-prc .crt-prd-Quantity a{
        display: inline-block;
    }
    .crt-dtl-drpdwn{
        margin-top: 16px;
        width:100% !important;
    }
    .crt-dtl-drpdwn .drpdwn-body{
        width:100%;
    }
    .dscnt-mtr-process{
     padding-right: 0px;
    }
    .dscnt-mtr-title h2{
         margin-top: 40px;
     }
     .step-process::before{
         width: calc(100% - 20px);
     }
     /* .step-process li:last-child{
         width:20px;
     } */
     /* .step-process li:last-child .step-content {
         transform: translateX(-50px);
     } */
     .dscnt-mtr-sec{
        flex-wrap: wrap;
    }
    .applied-dscnt{
        width:100%;
        margin: 30px 0px 60px;
    }
 }
 .crt-chkout-cntnt-main .large.default-btn:hover{
    color:#fff;
 }
@media screen and (min-width:768px) and (max-width:991px){
    .crt-smry-bx .default-btn{
        font-size: 14px;
    }
}

@media screen and (min-width:992px) and (max-width:1375px){
    .crt-prd-list .crt-shipping-dtl{
        flex-wrap: wrap;
    }
    .crt-chkout-cntnt-main .large.default-btn{
        padding:15px 30px
    }
}
@media screen and (min-width:1281px) and (max-width:1440px){
   .crt-chkout-cntnt-main .large.default-btn{
        padding:15px 30px
    }
}
 /* ************** Checkout Start  ***************** */
.form-wizard-step-sec{
    max-width: 450px;
}
.form-wizard-step-sec .form-wizard-steps {
    margin: 30px 0;
}
.form-wizard-step-sec .form-wizard-steps li {
    width: 33.3333%;
    float: left;
    position: relative;
}
.form-wizard-step-sec .form-wizard-steps li span {
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    position: relative;
    text-align: center;
    width: 26px;
    z-index: 1;
    border: 1px solid #009DFF;
    color: #009DFF;
    font-size: 12px;
}
.form-wizard-step-sec .form-wizard-steps li h6{
    margin: 6px 0px 0px 0px;
    color: #091D4F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.form-wizard-step-sec .form-wizard-steps li::after {
    background-color:#009DFF;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: calc(50% - 12px);
    transform: translate(calc(-50% + 13px), -50%);
    width: 60%;
}
.form-wizard-step-sec .form-wizard-steps li:last-child:after{
    display: none;
}

/* Process complete */
.form-wizard-step-sec .form-wizard-steps li.complete span {
    background-color: #009DFF;
    color: transparent;
    position: relative;
}
.form-wizard-step-sec .form-wizard-steps li.complete span:after{
    content: '';
    position: absolute;
    top: 7px;
    left: 6px;
    width: 12px;
    height: 6px;
    border: 2px solid #fff;
    border-width: 0px 0px 2px 2px;
    transform: rotate(-45deg);
}
.form-wizard-step-sec .form-wizard-steps li.complete::after {
    background-color: #009DFF;
    border-color: #009DFF;
}
.form-wizard-step-sec .form-wizard-steps li.complete h6{
    margin: 6px 0px 0px 0px;
    color: #091D4F
}
/* Process complete End */


/* Process Active  */

.form-wizard-step-sec .form-wizard-steps li.active span {
    background-color: transparent;
    color: #009DFF;
    border-color: #009DFF;
}

.form-wizard-step-sec .form-wizard-steps li.active h6{
    margin: 6px 0px 0px 0px;
    color: #091D4F
}
/* Process Active End */


.chkout-form-title{
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    display: flex;
    align-items: center;
    color: #091D4F;
    margin: 0px 0px 22px 0px;
}
.chkout-sml-title{
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    display: flex;
    align-items: center;
    color: #091D4F;
    margin: 0px 0px 0px 0px;
}
.acco-pymnt-crd-hdr{
    display: flex;
    align-items: center;
}
.acco-pymnt-crd-hdr h6{
    margin: 0px;
    padding-left: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    display: flex;
    align-items: center;
    color: #091D4F;
}
.payment-method .accordian-title{
    background: #fff;
    border: 1px solid #E4E4E4;
    padding: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    border-bottom: 0px;
}
.payment-method .accordian-head{
    padding:20px;
    border-bottom: 1px solid #E4E4E4;
    cursor: pointer;
}
.payment-method .accordian-body{
    padding: 20px;
    background: #F9F9F9;
}
.frm-chkbox-main label{
    color: #091D4F;
}
.frm-chkbox-main label a{
    color: #004CBE;
    display: inline-block;
    border-bottom: 1px solid #004CBE;
}
.js-login-link a{
    color: #004CBE;
}
.payment-method .accordian-head:hover{
    background: #F9F9F9;
}

.chkout-prdct{
    justify-content: flex-start;
    margin-bottom: 24px;
}
.chkout-prdct .prdct-img{
    width:48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 5px;
    position: relative;
}
.chkout-prdct .prdct-img >img{
    width:90%;
    height: 90%;
    object-fit: contain;

}
.chkout-prdct .prdct-img .prdct-qunty{
    position: absolute;
    top: -15px;
    right: -10px;
    min-width: 30px;
    height: 30px;
    border-radius: 40px;
    background: #009DFF;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    line-height: 20px;
    padding: 5px;
}
.chkout-prdct-dtail{
    flex: 1;
    padding-left: 16px;
    text-align: left;
}
.chkout-prdct-dtail h2{
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    color: #FFFFFF;
}
.chkout-prdct-dtail h2 span{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: rgb(255 255 255 / 70%);
    opacity: 1;
    display: block;
}
.ordr-prtcn{
    display: flex;
    align-items: center;
    color: #fff;
}
.ordr-prtcn div{
    color: #fff;
    padding: 0px 5px;
}
.info{
    line-height: 14px;
}
.prvcy-hide-on-lrg{
    display: block;
}
.prvcy-hide-on-sml{
    display: none;
}
body .chkout-prdct.swtch-row{
    align-items: flex-start;
}
.gray-box .frm-chkbox-main label a{
    border-bottom: 0px;
}
.tx-exmpton-rw{
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0px;
}
.tx-exmpton-rw>.d-flex:nth-child(1){
    margin-right: 10px;
}

.tx-exmpton-rw .frm-chkbox-main label:before{
    border:1px solid  #E4E4E4;
}
.tx-exmpton-rw .frm-contrl-inpt{
    width: 150px;
    padding: 8px 20px 7px 20px;
}
.tx-exmpton-rw > .d-flex{
    align-items: center;
}
.tx-exmpton-rw .sml-txt{
    margin-right: 10px;
}

label.error {
    color: #f00;
    font-weight: normal;
}
.fk-contrl-inpt{
    color: #d0d0d0;
    cursor: text;
    font-weight: normal;
    font-size: 14px;
}
/* SOP Modal start */
    
.comman-modal .modal-content{
    background: #ffffff;
    box-shadow: -8px 8px 46px -9px rgb(6 19 51 / 20%);
    border-radius: 8px;
}
    .circle-close{
        width:35px;
    height: 35px;
    background: transparent;
    border-radius: 100%;
    display: flex;
    border: 0px;
}
.circle-close svg{
    margin: auto;
}

.sop-mdl-hdr h2{
    font-size: 18px;
    color: #898989;
    font-weight: normal;
    text-align: center;
    padding: 15px;
}
.sop-mdl-hdr h2 span{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #091D4F;
    font-weight: 700;
}
.sop-mdl-hdr h2 span svg{
    width:28px;
    height: 28px;
    margin-right: 7px;
}
.sop-mdl-hdr h2 span svg path{
    fill: #091D4F;
}
.sop-mdl-body{
    display: flex;
}
.sop-mdl-img img{
    width: 200px;
}
.sop-mdl-cntnt-item{
    margin-bottom: 30px;
}
.sop-mdl-cntnt-item h3{
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    font-weight: 700;
    color: #091D4F;
}
.sop-mdl  .sop-icon-rw{
    display: flex;
    place-items: flex-start;
}
.sop-mdl  .sop-icon-rw p{
    font-size: 15px;
    color: #898989;
    font-weight: normal;
    line-height: 20px;
    flex:1;
}
.sop-icon-rw svg{
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-top: 4px;
}
.sop-icon-rw svg path{
    stroke: #091D4F;
}
.sop-mdl .modal-footer{
    padding: 15px;
    border-top: 1px solid #f5f5f5;
}

@media screen and (max-width:767px){
    .sop-mdl{
        max-width: 90%;
    }
    .sop-mdl-hdr h2 span{
        font-size: 22px;
    }
    .sop-mdl-img{
        display: none;
    }
}
/* SOP Modal End */


@media screen and (max-width:767px){
    .crt-smry-bx{
        padding: 20px;
    }
    .payment-method .controls-wrapper{
        display: none;
    }
    .payment-method .fieldset{
        display: none;
    }
    .prvcy-hide-on-lrg{
        display: none;
    }
    .prvcy-hide-on-sml{
        display: block;
    }
    .payment-method .accordian-title.active .accordian-head{
        position: relative;
    }
    .payment-method .accordian-title.active .accordian-head:after{
        content: '';
        position: absolute;
        top: calc(50% - 7px);
        right: 25px;
        display: block;
        width: 13px;
        height: 7px;
        border-radius: 0;
        background: transparent;
        border: 2px solid #009DFF;
        border-width: 0px 0px 2px 2px;
        transform: rotate(-45deg);
    }
    
    .prvcy-hide-on-lrg{
        display: none;
    }
    .prvcy-hide-on-sml{
        display: block;
    }
}
@media screen and (min-width:768px) and (max-width:1200px){
    .crt-smry-bx{
        padding: 25px;
    }
}


/* cart/CHeckout layout */
@media screen and (min-width:992px){
    .crt-hide-on-lrg{
        display: block;
    }
    .crt-hide-on-sml{
        display: none;
    }
}
@media screen and (max-width:991px){
    .crt-hide-on-lrg{
        display: none;
    }
    .crt-hide-on-sml{
        display: block;
    }
}

 

  

@media screen and (min-width:768px) and (max-width:991px){
    .crt-chkout-cntnt{
        width:calc(100% - 45%);
        padding-right: 30px;
        margin-left: 0px;
    }
    .crt-chkout-sumry-detail{
        width: 45%;
    }
   
}

@media screen and (min-width:992px) and (max-width:1179px){
    .crt-chkout-cntnt{
        width:calc(100% - 35%);
        padding-right: 30px;
        margin-left: 0px;
    }
    .crt-chkout-sumry-detail{
        width: 35%;
    }
}
@media screen and (min-width:1180px) and (max-width:1280px){

    .crt-chkout-cntnt{
        width:calc(100% - 35%);
        padding-right: 80px;
        margin-left: calc(50vw - 593px);
    }
    .crt-chkout-sumry-detail{
        width: 35%;
    }
}

 @media screen and (min-width:1281px) and (max-width:1349px){
    .crt-chkout-cntnt{
        padding-right: 80px;
        margin-left: calc(50vw - 593px);
    }
    .crt-chkout-sumry-detail{
        width:400px
    }
}


/* Checkout Address Dropdown start */

   .add-drpdwn .btn{
        background: #FFFFFF;
        padding: 11px 20px;
        border: 1px solid #E4E4E4;
        border-radius: 5px;
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: space-between;
        color: #091D4F;
    }
    .crt-drpdwn .btn{
        padding: 8px 10px 8px 20px;
    }
    .add-drpdwn .dropdown-toggle::after, .crt-dtl-drpdwn .dropdown-toggle::after{
        display: none;
    }
    .add-drpdwn .dropdown-menu{
        margin-top: 3px;
        padding: 0px;
        background: #FFFFFF;
        border: 1px solid #E4E4E4;
        border-radius: 5px;
        width: 100%;
    }

    .add-list{
        margin: 0px;
        padding: 0px;
    }
    .add-list li{
        padding: 8px 20px;
        list-style: none;
        display: block;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 160%;
        color: rgb(9 29 79 / 50%);
        cursor: pointer;
    }
    .add-list li:hover{
        background: #F3F3F3;
    }
    .add-list h4{
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 160%;
        color:rgb(9 29 79 / 80%);
        margin: 0px;
    }
    .add-new{
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 160%;
        color: #091D4F;
        display: flex;
        align-items: center;
    }
    .add-new svg{
        margin-right: 10px;
    }
    .pass-view{
        position: absolute;
        top:10px;
        right: 10px;
    }
    .already-acc{
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        display: flex;
        align-items: center;
        color: rgb(9 29 79 / 70%);
        justify-content: center;
    }
    .already-acc a{ 
        display: inline-block;
        
    }
    .login_modal  .already-acc a{
        border-bottom: 1px solid #091D4F;
    }
    .login_modal  .already-acc a:hover{
        color: #091D4F;
    }
    .login_modal .modal-footer{
        padding: 0;
        border: 0;
    }
/* Checkout Address Dropdown End */
@media screen  and (max-width:580px){
    .crt-prd-list{
        position: relative;
        padding-bottom: 50px;
    }
    .crt-prd-prc-detail.dropdown{
        padding: 10px 15px;
    }
    .crt-prd-row .crt-prd-list:last-child{
        padding-bottom: 60px;
    }
    .cart-p-checkout .default-btn{
        width: 100%;
        padding: 19px 50px !important;
        margin-top: 10px;
        border: 0;
        border-radius: 8px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }
}
#cardNumber, #cardExpiry, #cardCvc{
    height:50px;
}
.frm-contrl-inpt.is-invalid {
    border: 1px solid #eb1c26 !important;
}
#imageModal .modal-content{
    background: #f9f9f9;
}
.image-modal{
    width: 100%;
    height: 400px;
    text-align: center;
    padding: 25px;
}
.fill-circle{
    background: #091D4F;
    display: inline-block;
    line-height: 20px;
    text-align: center;
}
.fill-circle svg>path{
    stroke: #fff;
}
.image-modal img{ 
    width: 100%;
   max-width: 400px; 
    height: 100%; 
    object-fit: contain;
}
.crt-prd-itm.crt-prd-img{
    cursor: pointer;
}
#imageModal .modal-header {
    position: absolute;
    z-index: 2;
}
.quote-bottom-text {
    font-size: 10px;
    margin-top: 10px;
    text-align: justify;
}

.addtocart-overlay .default-black-btn{
    background-color: #D6151E;
    padding: 7px 32px;
    color:#fff;
    font-weight: 600;
    font-size: 14px;
}
.addtocart-overlay .default-btn.white-btn{
    background: #fff;
    padding: 7px 32px;
    color: #D6151E;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 14px;
}

.frm-chkbox-main label.error::before {
    display: none;
}
.frm-chkbox-main label.error {
    padding: 0;
    margin-left: 15px;
}
#quote-loader{
    display: none;
    /* flex: 1; */
    width:157px;
}
.quote-loader {
    border: 3px solid #F3F3F3;
    border-radius: 50%;
    border-top: 3px solid #3498DB;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: auto;
  }
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .addtocart-overlay .qoute-btn{
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: center;
  }

 .qoute-btn-sec{
        display: flex;
        align-items: center;
        margin-top: 15px;
    }
    .qoute-btn-sec>h2{
        color: var(--textColor);
        font-size: 16px;
        font-weight: 600;
        margin: 0px 14px 0px 0px;
    }
    .qoute-btn-sec .qoute-btn{
        margin-top: 0px;
    }
    .qoute-btn-sec .seprator{
        position: relative;
    }
    .qoute-btn-sec .seprator:after{
        content: '|';
        color: #a4a4a4;
        position: absolute;
        right: -13px;
        font-weight: 100;
    }
  @media screen and (max-width:580px){
    .qoute-btn a{
        font-size: 14px !important;
    }
    #quote-loader{
        width:138px;
    }
  }


.bg-loader{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    justify-content: center;
    align-items: center;
}

.addtocart-overlay .loading .bg-loader{
    display: flex;
    height: 100vh;
}
.addtocart-overlay .loading.cart-list{
    overflow: hidden;
}
.addtocart-overlay .loader {
    position: relative;
    z-index: 99999;
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #1d1d1d;
    --_m: 
      conic-gradient(#0000 10%,#000),
      linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 1s infinite linear;
  }
  
  @keyframes l3 {to{transform: rotate(1turn)}}
  .addtocart-overlay .form-control:focus{
    border-color: #eee;
    box-shadow: none;
  }

  
  @media screen and (max-width:580px){
    .addtocart-overlay .fix-summary-bottom{
        padding: 30px 20px;
    }
    .addtocart-overlay .summary-detail {
        margin-bottom: 180px;
        padding-bottom: 12px !important;
    }
  }

  .tooltip-main {
    position: relative;
    -webkit-font-smoothing: antialiased; 
    }
    
    .tooltip-main .tooltip-dv {
        display: none;
        border-radius: 6px;
        left: 40%;
        bottom: 100%;
        opacity: 0;
        padding: 8px;
        pointer-events: none;
        position: absolute;
        font-size: 12px;
        line-height: normal;
        width: 100%;
        background: #fff;
        min-width: 170px;
        transform: translate(-50%, -10px);
        transition: all .25s ease-out;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    }
    
    .tooltip-main:hover .tooltip-dv {
        opacity: 1;
        pointer-events: auto;
        display: block;
    }
    @media screen and (min-width:1280px) and (max-width:1366px){
        .addtocart-overlay .summary-detail{
            margin-bottom: 145px;
        }
    }

    


