.back{
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #130f27;
    cursor: pointer;
    width: fit-content;
    font-style: normal;
    display: flex;
    align-items: center;
}
svg.bi-question-circle{
    margin-left: 1px;
    margin-right: 2px !important;
    position: relative;
    bottom: 2px;
}
.back svg{
    width: 8px;
    height: 16px;
    margin-right: 15px;
}
.cart-bar{
    background: var(--defaultColor);
    padding: 10px;
    color: var(--white);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.cart-bar strong{
    font-weight: 700;
}
.crt-chkout-sec .container{
    padding: 0px;
}
.crt-chkout-cntnt-main{
    display: flex;
}
.crt-chkout-cntnt{
    width:calc(100% - 35%);
    padding-right: 80px;
    padding-left: 15px;
}
.crt-chkout-sumry-detail{
    width: 35%;
}
.crt-prd-list{
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.crt-prd-row .crt-prd-list:last-child{
    border-bottom: 0px;
}
.crt-prd-list.txt-row{
    padding-bottom: 8px;
}
.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 150px;
}
 .bg-light-gray {
    background: #fff;
}
.cart-product-list .crt-prd-img {
    border: 1px solid var(--darkborder);
}
.crt-prd-itm h6{
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: var(--textcolor);
    margin: 0px;
}

.crt-prd-title{
    font-weight: 700;
    font-size: 18px;
    line-height: 28.8px;
    color: #130f27;
    margin: 0px 0px 8px 0px;
}
.crt-prd-title span{
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    color: #130f27;
    opacity: 0.7;
    display: block;
}
.crt-prd-title>a{
    color: #130f27;
}
.crt-shipping-dtl{
    display: flex;
}
.crt-shipping-dtl h3{
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    color: #130f27;
    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;
}

.crt-smry-bx .sml-txt{
    color: var(--textColor);
}
/* 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: #130f27;
        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;
    }
    /* Detail Modal End  */

    /* Detail Dropdown */
    .crt-dtl-drpdwn{
        position: relative;
    }
    .crt-dtl-drpdwn .drpdwn-hdr{
        background: #F9F9F9;
        border-radius: 5px;
        font-weight: 400;
        font-size: 16px;
        line-height: 25.6px;
        color: #130f27;
        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: #130f27;
    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: #130f27;
    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;
   }
   @media screen and (max-width:580px){
        .subs-cntnt-rw{
            flex-direction: column;

        }
        .subs-cntnt-rw > img{
            margin: 10px 0px;
        }
        .subs-cntnt-rw h4{
            margin-left: 0px;
            
        }
   }
    /* ***********************************/
    /* Discount Meter */
    .dscnt-mtr-title h2{
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        margin: 88px 0px 8px 0px;
        color: #130f27;
    }   
    .dscnt-mtr-title p{
        font-size: 14px;
        line-height: 25px;
        color: #130f27;
        opacity: 0.7;
        font-weight: 500;
        margin: 0px 0px 22px 0px;
    }
    .dscnt-mtr-sec{
        display: flex;
        align-items: center;
    }
    .dscnt-mtr-process{
        flex:1;
        padding-right: 30px;
    }
    .step-process{
        display: flex;
        align-items: center;
        margin: 0px;
        padding:0px;
        position: relative;
        width: 100%;
    }
    .step-process::before{
        content: '';
        background: #E4E4E4;
        height: 3px;
        width: calc(100% - 49px);
        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: var(--defaultColor);
   }
    .step-process li h2{
        font-weight: 700;
        font-size: 14px;
        text-align: left;
        color: #130f27;
        opacity: 0.9;
        margin: 0px 0px 0px 0px;
        text-align: center;
    }
    .step-dots{
        width: 16px;
        height: 16px;
        border-radius: 100%;
        background: #E4E4E4;
        position: absolute;
        top: calc(50% - 9px);
        left: 0px;
    }
    .active .step-dots{
        background: var(--defaultColor);
    }
    .step-process li h6{
        font-weight: 500;
        font-size: 14px;
        line-height: 160%;
        color: #130f27;
        opacity: 0.7;
        display: block;
        margin: 50px 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 */
    .applied-dscnt{
        background: var(--defaultColor);
        border-radius: 4px;
        padding: 20px;
    }
    .applied-dscnt a{
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        text-align: center;
        color: var(--white); 
        display: block;
        margin-top: 10px;
    }
    .applied-dscnt span{
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: var(--white);
        display: block;
    }
    .crt-prd-title span {
        text-transform: capitalize;
    }


  /*  Applied Discount */

  /* Cart Product Summary  */
    .sticky-box{
        position: sticky;
        top:50px;
    }
   .cart-btn .default-btn{
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cart-btn .default-btn svg{
        margin-right: 5px;
    }
    .crt-smry-bx{
        padding: 20px;
        border-radius: 2px;
        background: rgba(246, 246, 246, 0.50);
        margin-bottom: 16px;
        
    }
    .crt-smry-bx > h3{
        color: var(--textColor);
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
    }
    .crt-smry-bx > h3 span{
        display: block;
        color: var(--description);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 10px 0px 15px;
    }
    .crt-smry-list{
        border-bottom: 1px solid rgb(255 255 255 / 20%);
    }
    .crt-smry-list-itm, .smry-total{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
        color: var(--textColor);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
   .smry-total{
    border-top: 1px solid var(--darkborder);
   }
    .smry-total .grandTotal{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .crt-smry-list-itm span, .smry-total span{
       color: var(--description);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .crt-itm-list{
        max-height:220px;
        padding-top:15px;
        margin-bottom:15px;
        overflow-y:auto;
    }
    .smry-total span.grandTotal{
        opacity: 1;
    }
    .smry-total{
        padding-top: 24px;
    }
    .iframe-content{
        min-height: 500px;
    }
    .modal-content .close svg{
        margin: auto;
    }
    .modal-content .close {
        width: 35px;
        height: 35px;
        z-index: 999;
        background: #130f27;
        border-radius: 100%;
        position: absolute;
        top: -10px;
        right: -10px;
        display: flex;
    }
    .modal-dialog-scrollable .modal-content {
        overflow: unset;
      }
    .crt-coupon-code{
        padding-top: 48px;
        padding-bottom: 32px;
    }
    .crt-coupon-code-form{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .crt-coupon-code-form input{
        background: var(--white);
        border: 1px solid #E4E4E4;
        border-radius: 5px;
        padding: 14px 20px;
        line-height: 22.4px;
        font-weight: 500;
        font-size: 14px;
        flex: 1;
    }

    .crt-coupon-code-form button{
        margin-left: 8px;
        padding: 0 10px;
        font-size: 14px;
        height: 52px;
        line-height: normal;
    }
    .coupon-cd-txt{
        padding-top: 10px;
        display: inline-block;
        color: var(--white);
        opacity: 0.5;
        border-bottom: 1px solid rgb(255 255 255 / 50%);
    }

    .aplied-cd-txt{
        color: var(--white);
        font-size: 24px;
        text-transform: uppercase ;
    }
    .crt-chkout-sumry-detail .sml-txt.fs-16{
        font-size: 16px;
        border-bottom: 1px solid var(--white);
        display: inline-block;
        margin: 20px auto auto auto;
    }
    /* .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: #130f27;
        margin: 0px;
    }
    .quote-em-hdr span{
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        color: #130f27;
    }
    .captcha-code-rw{
        display: flex;
        align-items: center;
    }
    .captcha-code-rw .input-text{
        width: 105px;
    }
   .coupon-code-inpt{
    background: #000;
    color: var(--white);
    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 */

   
    .size-color-form-modal{
        position: absolute;
        background: var(--white);
        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 */
    .register-box{
        padding: 24px;
        background: #F9F9F9;
        border-radius: 8px 0px 0px 8px;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        color: #130f27;
        display: flex;
        align-items: flex-start;
    }
    .register-box a{
        display: inline-block;
        color: #130f27;
        border-bottom: 1px solid #130f27;
    }
    .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;
}
/* .chkout-acc .accordian-head:after{
    background: url('https://d11jpnl4uum05e.cloudfront.net/wbnew/images/icons/downarrow.svg') center center no-repeat;
    background-size: contain;
    right:20px;
    opacity:1;
    width: 30px;
    height: 30px;
}
.chkout-acc.active .accordian-head:after{
    background: url('https://d11jpnl4uum05e.cloudfront.net/wbnew/images/icons/downarrow.svg') center center no-repeat;
    transform: rotate(180deg);
    width: 30px;
    height: 30px;
    top: unset;
} */

@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-prd-row .crt-prd-list:last-child{
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
   
    .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:var(--white);
 }
@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
    }
}
.acco-pymnt-crd-hdr>label.fieldset{
    margin-bottom: 0px;
}
 /* ************** 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 var(--defaultColor);
    color: var(--defaultColor);
    font-size: 12px;
}
.form-wizard-step-sec .form-wizard-steps li h6{
    margin: 6px 0px 0px 0px;
    color: #130f27;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.form-wizard-step-sec .form-wizard-steps li::after {
    background-color:var(--defaultColor);
    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: var(--defaultColor);
    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 var(--white);
    border-width: 0px 0px 2px 2px;
    transform: rotate(-45deg);
}
.form-wizard-step-sec .form-wizard-steps li.complete::after {
    background-color: var(--defaultColor);
    border-color: var(--defaultColor);
}
.form-wizard-step-sec .form-wizard-steps li.complete h6{
    margin: 6px 0px 0px 0px;
    color: #130f27
}
/* Process complete End */


/* Process Active  */

.form-wizard-step-sec .form-wizard-steps li.active span {
    background-color: transparent;
    color: var(--defaultColor);
    border-color: var(--defaultColor);
}

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


.chkout-form-title{
    color: var(--textColor);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    text-transform: capitalize;
}
.chkout-sml-title{
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    display: flex;
    align-items: center;
    color: #130f27;
    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: #130f27;
}
.payment-method{
    padding: 0px;
}
.payment-method .accordian-title{
    background: var(--white);
    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;
}
.payment-method .accordian-head::after{
    right: 20px;
}
.frm-chkbox-main label{
    color: #130f27;
}
.frm-chkbox-main label a{
    color: var(--defaultColor);
    display: inline-block;
    border-bottom: 1px solid var(--defaultColor);
}
.js-login-link a{
    color: var(--defaultColor);
}
.payment-method .accordian-head:hover{
    background: #F9F9F9;
}

.chkout-prdct{
    justify-content: flex-start;
    margin-bottom: 24px;
}
.chkout-prdct .prdct-img{
    width:110px;
    height: 95px;
    border: 0.6px solid var(--darkborder);
    background: var(--white);
    position: relative;
    border-radius: 0px;
}
.chkout-prdct .prdct-img >img{
    width:100%;
    height: 100%;
    object-fit: cover;

}
.chkout-prdct .prdct-img .prdct-qunty{
    position: absolute;
    top: -10px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    border-radius: 40px;
    background: var(--defaultColor);
    font-weight: 400;
    font-size: 10px;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--white);
    line-height: 7px;
    padding: 5px;
}
.chkout-prdct-dtail{
    flex: 1;
    padding-left: 16px;
    text-align: left;
}
.chkout-prdct-dtail h2{
    color: var(--textColor);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 122%;
}
.chkout-prdct-dtail h2 span{
    color: var(--textColor);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; 
    text-transform: capitalize;
    display: block;
}
.chkout-prdct-dtail h2 span.cart-delivery-date{
    margin-top: 5px;
    color: var(--defaultColor);
    font-weight: bold;
    font-size: 0.9em;
}
.ordr-prtcn{
    display: flex;
    align-items: center;
    color: var(--white);
}
.ordr-prtcn div{
    color: var(--white);
    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: var(--white);
    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: #130f27;
    font-weight: 700;
}
.sop-mdl-hdr h2 span svg{
    width:28px;
    height: 28px;
    margin-right: 7px;
}
.sop-mdl-hdr h2 span svg path{
    fill: #130f27;
}
.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: #130f27;
}
.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: #130f27;
}
.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 var(--defaultColor);
        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 (max-width:767px){
    .crt-chkout-cntnt-main{
        flex-direction: column;
        padding: 0px 15px;
    }
    .crt-chkout-cntnt{
        width:100%;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .crt-chkout-sumry-detail{
        width: 100%;
    }
    .crt-smry-bx .frm-chkbox-main.dark label:before{
        background: var(--white);
    }
    .frm-chkbox-main.dark .frm-chkbox:checked + label:after{
        /* border-color: var(--defaultColor); */
    }
}
@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
    }
}


/* Thank you Page Start */
    .top-bg-sec.bg-default{
        background: #120f242b;
    }
    .crt-dtl-drpdwn .dropdown-toggle::after{
        display: none;
    }
    .crt-prd-title span {
        text-transform: capitalize;
    }
       .order-placed-txt{
        display: flex;
    }
    .order-placed-txt h1{
        margin: 0px 0px 0px 18px;
        color: var(--textColor);
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 52px */
        text-transform: capitalize;
    }
    .order-placed-txt h1 span{
        color: var(--description);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        text-transform: capitalize;
        display: block;
    }
    .ordr-dtail-main{
        padding-top: 40px;
    }
    .order-dtail-sec{
        border: 1px solid var(--darkborder);
        padding: 30px;
    }
    .order-dtail-sec h2{
        color: var(--textColor);
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 90%;
        text-transform: capitalize;
        margin: 0px 0px;
    }
    /* .order-dtail-sec{
        padding: 60px;
    } */
     .ordr-dtail{
        display: flex;
        flex-wrap: wrap;
     }
    .ordr-dtail-rw{
        flex: 0 0 50%;
        margin-bottom: 30px;
    }

    .ordr-dtail-rw .text-nowrap{
        color: var(--textColor);
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 28px */
        text-transform: capitalize;
        margin-bottom: 4px;
    }
    .ordr-dtail-rw span{
        color: var(--description);
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 140%;
        display: block;
    }
    .placed-img{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .placed-img img{
        max-width: 100%;
    }
     .offer-banner{
        display: flex;
        background: var(--defaultColor);
        position: relative;
        margin-bottom: 50px;
    }
    .priceoff-img{
        position: absolute;
        transform: translate(-60%,-50%);
        top: 50%;
        left: 50%;
    }
    .priceoff-img img{
        max-width: 240px;
    }
    .offer-img{
        width: 45%;
    }
    .offer-img img{
        max-width: 100%;
    }
    .offer-content{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 55%;
        padding:40px 40px 40px 15%;
        position: relative;
    }
    .offer-content:after{
        content: '';
        position: absolute;
        bottom: 0px;
        right: 0px;
        background: url(https://img.rushpromo.com/uploads/images/src/banner-vector.png) 100% 100%;
        background-size: contain;
        width: 227px;
        height: 174px;

    }
    .offer-content h2{
        font-weight: 700;
        font-style: Bold;
        font-size: 36px;
        line-height: 140%;
        letter-spacing: 0%;
        vertical-align: middle;
        text-transform: capitalize;
        color: var(--white);
        margin-top: 0;
    }
    .offer-content p{
        font-weight: 600;
        font-style: SemiBold;
        font-size: 15px;
        line-height: 153%;
        letter-spacing: 0%;
        color: var(--white);
        margin-bottom: 16px;
    }
    .offer-content img{
        max-width: 250px;
    }
    .offer-content .default-btn{
        max-width: 250px;
        background: var(--white);
        color: var(--defaultColor);
        padding: 23px 30px;
    }
@media screen and (max-width:767px){
    /* .ordr-dtail-main{
        background: #DEF5FF url('https://d11jpnl4uum05e.cloudfront.net/wbnew/images/cart/order-detail-vector-mob.svg');
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    } */
    .ordr-dtail-main > .row >*{
        order: 1;
    }
    .ordr-dtail-main > .row >.placed-img{
        order: 0;
    }
    .order-dtail-sec {
        padding: 30px;
    }
    .ordr-dtail-rw{
        color:#130f27;
        margin-bottom: 8px;
    }
    .order-placed-txt h1{
        font-size: 22px;
    }
    .order-placed-txt svg{
        width: 48px;
        height: 48px;
    }
    .ordr-dtail-rw{
        flex: 0 0 100%;
    }
    .offer-banner{
        flex-direction: column;
    }
    .offer-img,.offer-content{
        width: 100%;
    }
    .priceoff-img{
        transform: unset;
        right: 20px;
        left: auto;
        top: 20px;
    }
    .priceoff-img img{
        max-width: 100px;
    }
    .offer-content{
        padding: 20px;
    }
    .offer-content h2{
        font-size: 22px;
    }
    .offer-content:after{
        width: 127px;
        height: 84px;
    }
    .offer-content img {
        max-width: 140px;
    }
    .chkout-form-title {
        font-size: 20px;
        margin-bottom: 8px;
    }
}

/* Thank you Page End */
/* Checkout Address Dropdown start */
   .add-drpdwn .btn{
        background: var(--white);
        padding: 11px 20px;
        border: 1px solid #E4E4E4;
        border-radius: 5px;
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: space-between;
        color: #130f27;
    }
    .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: var(--white);
        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: #130f27;
        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 #130f27;
    }
    .login_modal  .already-acc a:hover{
        color: #130f27;
    }
    .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;
    }
    .dropdown.crt-dtl-drpdwn{
        position: absolute;
        left: 0px;
        bottom: 10px;
    }
    .crt-prd-prc-detail.dropdown{
        padding: 10px 15px;
    }
    .crt-prd-row .crt-prd-list:last-child{
        padding-bottom: 50px;
    }
    .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;
        justify-content: center;
        height: auto;
    }
}
#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: #130f27;
    display: inline-block;
    line-height: 20px;
    text-align: center;
}
.fill-circle svg>path{
    stroke: var(--white);
}
.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;
}

.default-black-btn{
    background-color: var(--defaultColor) !important;
    color: var(--white) !important;
    font-weight: 800 !important;
}

.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); }
  }
  .qoute-btn{
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: center;
  }
.safe-txt{
    text-align: center;
    color: var(--description);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.safe-txt svg{
    margin-right: 5px;
}
.note-danger{
    border-radius: 5px;
    border: 1px solid var(--defaultColor);
    background: #FBF1F2;
    padding: 10px;
    color: var(--defaultColor);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 14.74px */
    text-transform: capitalize;
    margin: 20px 0px 10px;
}
.note-danger strong{
    font-weight: 600;
}
.tax-text{
    color: var(--description);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}
.tax-text a{
    color: var(--defaultColor);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
    .shipping-process{
        color: var(--textColor);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        display: flex;
    }
   .shipping-process svg{
        width: 50px;
        height: 50px;
        margin-right: 16px;
    }
   
    .continue-link{
        font-weight: 300;
        font-style: Light;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0%;
        text-transform: capitalize;
        color: var(--description);
    }
  @media screen and (max-width:580px){
    .qoute-btn a{
        font-size: 14px !important;
    }
    #quote-loader{
        width:138px;
    }
  }