@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&display=swap');
/*----------------
RESET CSS
-----------------*/
body {
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    padding:0;
    background:#fff;
    color:#000;
    text-align:center;
    font-family: 'Nunito Sans', sans-serif;
    overflow-x: hidden;
    font-size:14px;
    letter-spacing:0.4px;
}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#064870; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
    clear:both;
    font-size:1px;
    line-height:1px;
    height:1px;
}

select{
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

/*-----------------------
MAIN CSS START
------------------------*/
.for-desk{}
.for-mob{display:none;}

html, body {
    margin: 0;
    width: 100%;
    height: 100%;
}


.payment-container.container{
    width: 100%;
    max-width:1170px;
    margin:0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.lft-chk{
    width: 52%;
    padding-right: 30px;
    float:left;
    padding-top:60px;
    position:relative;
    padding-bottom:160px;
}


.right-chk:after{
    content: "";
    display: block;
    width: 300%;
    position: absolute;
    top: 0;
    left:0;
    bottom: 0;
    background: #fbfbfb;
    z-index: -1;
}

.logo-box{
    float: left;
    width: 100%;
    text-align:center;
}
.logo{
    display:inline-block;
    vertical-align:middle;
}
.viewBx{
    float:left;
    width:100%;
    background:#f0f7fb;
    border:2px solid #7dadc8;
    margin-top:30px;
    padding:8px 5px 14px;
}
.viewBx img{
    display:inline-block;
    vertical-align:top;
    margin:1px 5px 0 0px;
}
.viewBx p{
    display:inline-block;
    vertical-align:middle;
    color:#292929;
    font-size:18px;
    line-height:20px;
    letter-spacing:1px;
    font-weight:500;
}
.viewBx p span{
    color:#ff0000;
    font-weight:600;
}


.cp-prospect, .cp-shipping{
    float:left;
    width:100%;
    margin-top:40px;
}

.heading-box{
    float:left;
    width:100%;
    margin-bottom:10px;
}
.chk-head{
    float: left;
    font-weight:500;
    color: #333333;
    font-size: 25px;
    line-height: 25px;
    text-align: left;
}
.chk-subheading{
    float:left;
    width:100%;
    color: #333333;
    font-size:15px;
    text-align:left;
    margin-top:4px;
}

.frm-flds{
    float:left;
    width:100%;
    position:relative;
    margin:7px 0;
}
.frm-flds.fl{float:left;}
.frm-flds.fr{float:right;}
.frm-flds.half-fld{width:49%;}
.frm-flds.drop-fld{width:34%; margin-right:1%;}
.frm-flds.zip-fld{width:30%;}
.frm-flds.exp-flds{width:60%;}
.frm-flds.cvv-flds{width:38%;}
.frm-flds label{
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top:8px;
    left: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #bbb;
    transition: all .2s ease-in-out;
    z-index: 1;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}
.frm-flds .fl-is-active label{
    opacity: 1;
    visibility: visible;
    transform: none;
    color: #737373;
}
.input-flds, .selcet-fld{
    float:left;
    width:100%;
    outline:none;
    border:1px solid #d9d9d9;
    height:54px;
    padding:10px 10px 10px 10px;
    border-radius: 5px;
    color: #000;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-sizing:border-box;
    font-size:16px;
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing:0.5px;
    -webkit-appearance:none;
}
.selcet-fld{
    background:url(images/select.svg) no-repeat 94% center #fff;
    padding-right:40px;
}
.frm-flds .fl-is-active .input-flds{
    padding-top: 20px;
}
.frm-flds .fl-is-active .selcet-fld{
    padding-top: 20px;
}
.frm-flds.mini{
    width:150px;
    border-radius:4px;
}
.frm-flds.mini .selcet-fld{ background-position: 95% center; padding-right:20px;}
.fr.mini1{
    width:calc(100% - 160px);
    border-radius:4px;
}
.input-flds:focus{
    border:1px solid #73af33;
    box-shadow:0 0 0 1px #73af33;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.shipping-time{
    float:left;
    width:100%;
    margin-top:10px;
    text-align:left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-content:center;
}
.shipping-time img{
    float:left;
    height:auto;
    margin-top:12px;
}
.shipping-time p{
    color:#333333;
    font-size:16px;
    line-height:20px;
    margin-left:15px;
    padding-left:13px;
    border-left:1px solid #d6d6d6;
}
.shipping-time p span{
    color:#ff0000;
    font-weight:600;
}

/*BUMP-UPSELL*/
.offerBox{
    float:left;
    width:100%;
    border:2px dashed #333;
    border-radius:10px;
    background:#fcf8e3;
    margin-top:30px;
    padding:5px;
}

.fieldToggle {
    float:left;
    width:100%;
    background:#ffff99;
    padding:12px 10px 10px;
    text-align:center;
    position: relative;
    font-size:22px;
    line-height:22px;
    color:#191919;
    font-weight:800;
    cursor:pointer;
}
.fieldToggle input[type=checkbox] {
    position: absolute;
    opacity: 0;
}
.fieldToggle input[type=checkbox] + span {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 22px;
    height: 22px;
    border: 2px solid #858555;
    position: relative;
    background:#fff;
    border-radius:3px;
    margin-top:-2px;
}
.fieldToggle input[type=checkbox]:checked + span:after {
    position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    background: url(images/tik-blk.svg) no-repeat center center;
    background-size: 100%;
    left: 0;
    top: 0;
}
.red-l-arw{
    display:inline-block;
    vertical-align:top;
    margin:0 20px 0 0;
}
.red-r-arw{
    display:inline-block;
    vertical-align:top;
    margin:0 0 0 20px;
}

.ofrbx-mdl{
    float:left;
    width:100%;
    padding:15px 15px 15px 130px;
    position:relative;
    text-align:left;
}
.warnty1yr{
    position:absolute;
    left:15px;
    top:50%;
    margin-top:-49px;
}
.offrbx-txt1{
    font-size:17px;
    letter-spacing:0.3px;
    line-height:25px;
    color:#000000;
}


/*------------------------
CSS FOR SHIPPING PART
-------------------------*/
.payoptbox{
    float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    position:relative;
    overflow:hidden;
}
.payment-cards-box{
    float: left;
    width: 100%;
    padding:13px 15px 10px 15px;
}
.payment-cards-box.open{
    border-bottom: 1px solid #d9d9d9;
}
.payment-cards-box p{
    float:left;
    font-weight: 600;
    color: #333333;
    font-size:17px;
}
.payment-cards-box img{
    float:right;
}
.payment-flds-box{
    float: left;
    width: 100%;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding:10px 15px;
    background-color: #f6f6f6;
}
.lock-bg, .help-icon{
    color: #919191;
    width:17px;
    position:absolute;
    right:15px;
    top:0px;
}
.frm-flds.card-nme-fld{
    width:46%;
}
.frm-flds.card-sm-fld{
    width:25%;
    margin-left:2%;
}
.billingtogglbtn, .paymybtn{
    float:left;
    width:100%;
    font-weight: 500;
    color: #333333;
    font-size:16px;
    text-align:left;
    cursor:pointer;
}
.paymybtn{float:left; width:40%;}
.ship-label-btn input[type=radio], .paymybtn input[type=radio]{
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
    width: 18px;
    height: 18px;
    -webkit-box-shadow: 0 0 0 0 #000000 inset;
    box-shadow: 0 0 0 0 #000000 inset;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    -webkit-appearance:none;
    -moz-appearance:none;
    border:1px solid #d9d9d9;
    border-radius:50%;
    outline:none;
    margin-top:-6px;
    margin-right:10px;
}
.ship-label-btn input[type=radio]:checked, .paymybtn input[type=radio]:checked{
    background:#73af33;
}
.ship-label-btn input[type=radio]:checked:after, .paymybtn input[type=radio]:checked:after{
    width:6px;
    height:6px;
    border-radius:50%;
    background:#fff;
    position:absolute;
    content:'';
    left:5px;
    top:5px;
}
.payplsvg{
    display:inline-block;
    vertical-align:middle;
    margin-top:-4px;
}
.paypal-txt{
    float:left;
    width:100%;
    padding:0 12%;
    padding-bottom:20px;
    color: #545454;
    font-size:14px;
    line-height:20px;
}


.label-checkbox{
    float:left;
    text-align:left;
    cursor:pointer;
    margin:5px 0;
    color: #000;
    font-size:15px;
}
.all-checkbox{
    display:inline-block;
    vertical-align:middle;
    margin-top:-5px;
    -webkit-appearance:none;
    width:20px;
    height:20px;
    border:1px solid #0eb2f0;
    border-radius:3px;
    outline:none;
    position:relative;
    margin-right:5px;
    -webkit-box-shadow: 0 0 0 0 #000000 inset;
    box-shadow: 0 0 0 0 #000000 inset;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.all-checkbox:checked{
    background:#73af33;
    border:1px solid #73af33;
}
.all-checkbox:after{
    content:'';
    position:absolute;
    width:18px;
    height:18px;
    background:url(images/tik.svg) no-repeat center center;
    left:0;
    top:0;
    opacity:0;
    z-index:1;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
}
.all-checkbox:checked:after{
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity:1;
}
.packageBtn{
    float:left;
    width:100%;
    background:#62a011;
    margin-top:25px;
    border-radius:5px;
    border:none;
    border-bottom:2px solid #49780c;
    height:80px;
    line-height:78px;
    color:#fff;
    font-size:38px;
    letter-spacing:1px;
    font-weight:800;
    text-align:center;
    padding-right:65px;
    position:relative;
    overflow:hidden;
    text-shadow: 1px 1px 1px #000;
    font-family: 'Nunito Sans', sans-serif;
    outline:none;
    cursor:pointer;
}
.packageBtn span{
    position:absolute;
    right:0;
    height:100%;
    top:0;
    width:65px;
    background:#49780c;
}
.packageBtn span:after{
    content:'';
    left:50%;
    top:50%;
    margin:-10px 0 0 -5px;
    position:absolute;
    border-bottom:10px solid transparent;
    border-top:10px solid transparent;
    border-left:10px solid #fff;
}
.bottom-seal{
    display:inline-block;
    vertical-align:middle;
    margin-top:15px;
    max-width:100%;
}



/*----------------------
RIGHT SIDE CSS
------------------------*/
.right-chk{
    width: 48%;
    float:right;
    position:relative;
    background:#fbfbfb;
    padding:50px 10px 30px 35px;
    border-left:1px solid #d9d9d9;
}
.prod-box{
    float:left;
    width:100%;
    min-height:60px;
    display:table;
    vertical-align:middle;
    margin-bottom:10px;
}
.ord-lft{
    width:75%;
    position:relative;
    padding-left:80px;
    display:table-cell;
    vertical-align:middle;
}
.prod-img{
    position:absolute;
    width:62px;
    height:62px;
    line-height:58px;
    border:1px solid #dedddd;
    border-radius:4px;
    overflow:hidden;
    background:#fff;
    left:0;
    top:0;
}
.prod-img img{
    display:inline-block;
    vertical-align:middle;
    max-height:80%;
}
.prod-count{
    left:50px;
    height:23px;
    width:23px;
    line-height:24px;
    top:-5px;
    position:absolute;
    background-color: rgb(163 214 93);
    border-radius: 50%;
    color:#fff;
    font-size:15px;
    font-weight:bold;
}
.ord-lft p{
    float:left;
    width:100%;
    text-align:left;
}
.ord-title{
    color: #161616;
    font-size:15px;
    line-height:20px;
}
.ord-title span{
    font-weight:bold;
    font-size:17px;
}
.ord-right{
    display:table-cell;
    vertical-align:middle;
}
.ord-right p{
    float:right;
    color: #161616;
    font-size:17px;
    text-align:right;
    font-weight:bold;
}
.devider-cp{
    float:left;
    width:100%;
    margin:10px 0;
    height:1px;
    background:#dedede;
}
.cart-table{
    color: #2b2b2b;
    width:100%;
    font-size:16px;
    line-height:30px;
}
.cart-table span{
    color:#000;
    font-weight:500;
}
.total-txt{
    font-size:13px;
}
.total-txt span{
    font-size:18px;
    display:inline-block;
    vertical-align:top;
    font-weight:600;
    margin:-1px 0 0 5px;
}

/*CSS FOR RGT DATA*/
.rgt-label{
    float:left;
    width:100%;
    border-bottom:1px solid #c6c6c6;
    padding-bottom:15px;
    margin-top:50px;
}
.rgt-label span{
    float:left;
    width:100%;
    color:#272727;
    font-size:23px;
    line-height:23px;
    font-weight:bold;
    text-align:left;
}
ul.rgt-list{
    float:left;
    width:100%;
}
ul.rgt-list li{
    float:left;
    width:100%;
    position:relative;
    padding-left:120px;
    text-align:left;
    padding-bottom:10px;
    padding-top:10px;
    margin-top:20px;
}
ul.rgt-list li:last-child{border:none;}
.rgt-img-left{
    position:absolute;
    left:0;
    top:0px;
}
.rgt-txt-heading{
    color:#272727;
    font-size:19px;
    line-height:20px;
    font-weight:bold;
}
.rgt-para{
    color:#272727;
    font-size:16px;
    line-height:22px;
    margin-top:7px;
}
.review-row{
    float:left;
    width:100%;
    margin-top:40px;
    padding-left:110px;
    position:relative;
    text-align:left;
}
.rev-img{
    position:absolute;
    left:0;
    top:0;
    border:1px solid #d7d7d7;
}
.rev-title{
    color:#000;
    font-size:20px;
    font-weight:bold;
    line-height:24px;
}
.rev-star{
    width:100px;
    margin-top:5px;
}
.rev-para{
    color:#1a1a1a;
    font-size:17px;
    line-height:25px;
    margin-top:5px;
    letter-spacing:0.3px;
}
.rev-name{
    color:#1a1a1a;
    font-size:16px;
    margin-top:10px;
    letter-spacing:0.5px;
}
.rev-name span{font-weight:600; color:#000; font-size:18px;}


/*-----------------------
CSS FOR FOOTER
-------------------------*/
.footer{
    position:absolute;
    bottom:0;
    float:left;
    width:100%;
    padding:20px 0;
    border-top: 1px solid #e6e6e6;
}
.footer p {
    float: left;
    width: 100%;
    color: #000;
    font-size:15px;
    line-height:17px;
    margin:6px 0;
}
.footer p a{
    color: #000;
}

#toggle-mob-cart{
    width:100%;
}




#toggle-mob-cart.isopened{height: auto; visibility:visible;}

@media only screen and (max-width:1180px){
    .payment-container.container{padding:0 15px;}
    .shipping-time p span{display:block;}
    .shipping-time img{margin-top:12px;}

}


@media only screen and (max-width:999px){
    .for-desk{display:none;}
    .for-mob{display:block;}

    .top-header{
        width:100%;
        padding:15px 0;
        text-align:center;
    }
    .mob-logo{
        display:inline-block;
        vertical-align:middle;
    }
    .payment-container.container{
        width:100%;
        max-width:560px;
        padding:0 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        box-sizing:border-box;
    }

    .lft-chk{width:100%; padding-right:0; float:none; padding-top:0; padding-bottom:0;}
    .right-chk{width:100%; padding-left:0; float:none; padding:0; border:none;}
    .right-chk:after{left:-100%; box-shadow:none;}
    .cp-contact, .cp-prospect, .cp-shipping{margin-top:25px;}

    .viewBx{margin-top:20px; padding-left:10px;}
    .viewBx p{font-size:15px; letter-spacing:0;}

    .devider-cp{margin:10px 0;}
    .prod-img{width:55px; height:50px; line-height:45px;}
    .ord-title{font-size:13px; line-height:16px;}
    .prod-box{min-height:50px;}
    .selcet-fld{background-position: 96% center;}

    .summry-toggle-mob{
        background: #fafafa;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        padding: 10px 0 10px;
        text-align: left;
        width: 100%;
        cursor:pointer;
        position:relative;
    }
    .summry-toggle{
        float:left;
        width:calc(100% - 100px);
        color: #000;
        font-size:17px;
        padding-left:25px;
    }
    .togle-price{
        float:right;
        width:100px;
        font-size:17px;
        color: #161616;
        text-align:right;
        font-weight:500;
    }

    #toggle-mob-cart {
        height: 0;
        visibility:hidden;
    }

    #toggle-mob-cart.isopened{
        /*height: 0;*/
        /*visibility:hidden;*/
        overflow: hidden;
        -ms-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .s-arw{position:absolute; left:10px; width:18px; top:7px;}
    .active .s-arw{ transform:rotate(180deg); -webkit-transform:rotate(180deg);}

    .ord-title{line-height:18px;}
    .ord-title span{font-size:15px;}

    .shipping-time p{font-size:14px; line-height:18px;}
    .shipping-time p span{display:inline;}
    .shipping-time img{margin-top:12px; width:110px;}

    .chk-head{font-size: 23px; line-height: 23px;}

    .fieldToggle{ font-size:18px; padding:10px 5px;}
    .red-r-arw{ display:none;}
    .ofrbx-mdl{ padding:15px 8px 15px 100px;}
    .warnty1yr{ width:80px; left:10px;}
    .offrbx-txt1{ font-size:16px; line-height:23px;}

    .packageBtn{ margin-top:25px;font-size: 26px;height: 76px; line-height: 76px;padding-right: 50px;}
    .packageBtn span{width: 50px;}
    .bottom-seal{margin-top:15px;}
    .rgt-img-left{width:60px;}
    ul.rgt-list li{padding:0 0 0 75px; margin-top:25px;}
    .rgt-txt-heading{font-size:18px; line-height:20px;}
    .rgt-label span{font-size: 20px;line-height: 21px;}

    .rgt-label{ margin-top:35px;}

    .review-row{ margin-top:30px; padding-left:100px;}
    .rev-img{ width:80px;}
    .rev-title{ font-size:18px;}
    .rev-para{font-size: 16px; line-height: 23px;}
    .rev-name{ font-size:15px;}
    .rev-name span{ font-size:16px;}


    .footer{padding:20px 0; margin-top:20px; position:static;}
    .footer p{ line-height:26px;}

    .frm-flds .fl-is-active .selcet-fld{padding-top:17px;}

    .finish-your-order {
        padding-top: 0px;
    }

    .finish-your-order .checkout-item__body {
        margin-top: 0px;
    }

    .finish-your-order .checkout-cart {
        background: transparent;
        padding: 0px;
        padding-top: 15px;
        margin-bottom: 0px;
    }

    .checkout-cart__badge {
        display: none;
    }

    /*.details-badge {*/
    /*    position: relative;*/
    /*    bottom: 2px;*/
    /*}*/


}

@media only screen and (max-width:749px){
    .frm-flds.half-fld, .frm-flds.drop-fld, .frm-flds.zip-fld , .frm-flds.cvv-flds, .frm-flds.exp-flds{width: 100%;margin-right: 0;}

    .frm-flds.mini{width: 120px;}
    .fr.mini1{width: calc(100% - 130px);}
}



.tadda {
    animation-name: tadda;
    -webkit-animation-name: tadda;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes tadda {
    0% {transform:translateX(0px)}
    50% {transform: translateX(15px);}
    100% {transform: translateX(0px);}
}
.taddaR {
    animation-name: taddaR;
    -webkit-animation-name: taddaR;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes taddaR {
    0% {transform:translateX(0px)}
    50% {transform: translateX(-15px);}
    100% {transform: translateX(0px);}
}


/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay{position:fixed;top:0;left:0;padding:0;margin:0;width:100%;height:100%;z-index:2147483647;background:#333;background:rgba(255, 255, 255, .8);display:none;overflow-x:hidden;-webkit-overflow-scrolling:touch}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body{max-width:600px;-webkit-background-clip:padding-box;font-family:Verdana, Geneva, sans-serif;box-sizing:border-box;outline:0}
#error_handler_overlay .error_handler_body{margin:100px auto;width:95%;padding:20px;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
#app_common_modal_close,
#error_handler_overlay_close{position:absolute;right:-10px;top:-10px;color:#FFF;background-color:#333;border:2px solid #FFF;border-radius:50%;width:30px;height:30px;text-align:center;cursor:pointer;text-decoration:none;font-weight:700;line-height:26px;padding:0;margin:0}
#app_common_modal .app_modal_body{margin:100px auto;min-width:inherit;width:95%;min-height:400px;padding:2.5%;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}
#app_common_modal .app_modal_body iframe{min-height:400px;width:100%;border:1px solid #d5d6ef}
.exitpop-content{position:fixed;height:400px;width:708px;margin:-200px 0 0 -354px;top:50%;left:50%;text-align:left;padding:0;border:none;z-index:2147483647}
.exitpopup-overlay{background:rgba(0, 0, 0, .6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483647;display:none}
.exitpop-content img{display:block;margin:0 auto;position:relative;text-align:center;max-width:100%;height:auto}
.exitpop-discountbar{background-color:red;border-bottom:4px dashed #fff;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:700;height:50px;line-height:50px;position:fixed;text-align:center;top:0;width:100%;z-index:9999;display:none}
.app-load-spinner{display:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100px;height:100px;margin:auto;background-color:#333;border-radius:100%}
#loading-indicator::after,
#loading-indicator::before{box-sizing:border-box;left:50%;position:absolute;top:50%}
.all-card-types li{float:left;margin-right:20px}
#loading-indicator{background-color:rgba(0, 0, 0, .5);bottom:0;box-sizing:border-box;font-size:1px;height:100%;left:0;margin:0!important;padding:0!important;position:fixed;right:0;top:0;width:100%;z-index:2147483646}
#loading-indicator::before{background:url(images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);content:"";height:70px;margin-left:-35px;margin-top:-70px;width:70px;z-index:2}
#loading-indicator::after{background:#fff;border-radius:5px;color:#000;content:"Processing, one moment please... ";font-family:arial;font-size:17px;height:110px;line-height:98px;margin-left:-150px;margin-top:-75px;padding-top:35px;text-align:center;width:300px;z-index:1}

@-webkit-keyframes scaleout{
    0%{-webkit-transform:scale(0)}
    100%{-webkit-transform:scale(1);opacity:0}
}

@keyframes scaleout{
    0%{transform:scale(0);-webkit-transform:scale(0)}
    100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}
}


@media screen and (max-device-width:767px) and (orientation:landscape){#app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body{margin:20px auto;}
    #app_common_modal .app_modal_body iframe{min-height:360px;}
}


@media(max-device-width:767px){#app_common_modal .app_modal_body{margin:2% auto}}


/** CUSTOM **/

.checkout-page.lazy-bg-loaded {
    background: none;
}

.package-box:first-of-type {
    margin-left: 0px;
}

.slct-size-bx .select-size {
    display: block;
}

.slct-size-bx .select-size p {
    display: inline-block;
}

.select-size input[type=radio]:checked + span:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #4a4a4a;
}

.checkout-item {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

.checkout-item:first-child {
    padding-top: 15px;
}

.component-product-configurator-special-upgrade {
    width: 100%;
    margin: 10px 0;
    border: 1px solid #1f404f;
    -webkit-box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 15px;
    background: #f2fbff;
    padding-left: 15px;
}

.component-product-configurator-special-upgrade .checkout-checkbox__inner--flex {
    justify-content: normal;
}

.component-product-configurator-special-upgrade .checkout-checkbox__figure {
    width: auto;
}

.component-product-configurator-special-upgrade .checkout-checkbox__figure img {
    width: auto;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

.component-product-configurator-special-upgrade .checkout-checkbox__content {
    padding-left: 15px;
}

.component-product-configurator-special-upgrade .checkout-checkbox__inner {
    margin-top: 0px;
}

.component-product-configurator-special-upgrade .checkout-item__body {
    margin-top: 0px;
}

.component-product-configurator-special-upgrade .checkout-item__title {
    margin-left: 0px;
    background: none;
}

.checkout-item__headline {
    background: #e5e5e5;
    background-position: center;
    height: 1px;
    margin-top: 33px;
    margin-bottom: 33px;
}

.checkout-item__step::before {
    counter-increment: section;
    content: "Step #" counter(section);
    top:50%;
    width:100%;
    background: #fff;
}

.checkout-item__step {
    width: 100px;
    color:#1f404f;
    font-size:24px;
    position:relative;
    letter-spacing:0.5px;
    background:#fff;
}

.checkout-item__title {
    background: #fff;
    margin-left: 0px;
    color: #1f404f;
    font-size: 24px;
}

/*.component-shipping-provider .option-name {*/
/*    display: none;*/
/*}*/

.component-shipping-provider .shipping-provider-label {
    display: none;
}

.component-shipping-provider .shipping-provider-select {
    display: none;
}

.component-shipping-provider .shipping-option-label {
    display: none;
}

.shipping-option-name {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.shipping-component-container {
    display: none;
}

.shipping-component-container br {
    display: none;
}

.component-customer-information .checkout-item__headline {
    display: none;
}

.component-payment-information .checkout-item__headline {
    display: none;
}

.optional-checkout-button .checkout-item__headline {
    padding: var(--addon-section-padding);
    border-bottom: 2px dashed #505050;
    display: flex;
    padding: 9px 25px;

    background: #ffff99;
    padding: 14px 10px 12px;
    text-align: left;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px dashed #4b4b4b;

    border: 1px dashed #4b4b4b;
    border-radius: 10px 10px 0px 0px;
    padding: 8px 10px 6px !important;

    margin-bottom: 0px;
    margin-top: 20px;
    height: auto;
}

.optional-checkout-button .checkout-item__headline label {
    padding-top: 5px;
    margin-right: 5px;
}

.optional-checkout-button .checkout-item__title {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    background: none;
}

.optional-checkout-button .checkout-item__body {
    padding: var(--addon-section-padding);
    background: none !important;
    margin-top: 0px;
    padding-top: 15px;

    border: 1px dashed #4b4b4b;
    border-radius: 0px 0px 10px 10px;
    border-top: 0px;
}

.optional-checkout-button .checkout-item__price {
    display: none;
}

.optional-checkout-button .checkout-checkbox.selected {
    border: none;
}

.optional-checkout-button .checkout-item__body .checkbox__inner {
    /*display: none;*/
}

.optional-checkout-button .checkout-checkbox__col {
    display: none;
}

.optional-checkout-button .checkout-item__body br {
    display: none;
}

.optional-checkout-button .checkout-form__text[presale-type='optional unchecked'],
.optional-checkout-button .checkout-form__text[presale-type='optional checked']
{
    margin-top: 0px;
}

.optional-checkout-button .checkout-form__text
{
    margin-left: 15px;
    margin-right: 15px;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #161616;
}

.optional-checkout-button .checkout-checkbox {
    padding: 0px;
}

.optional-checkout-button .checkout-item--yellow {
    padding: 0px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #fcf8e3 !important;
}

.optional-checkout-button .checkout-item__body {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
}

.optional-checkout-button .checkbox__input {
    width: auto;
    height: auto;
    position: inherit;
    opacity: inherit;
    display: none;
}

.optional-checkout-button .checkout-item__step {
    display: none;
}

.optional-checkout-button .checkbox__checkmark {
    background-color: #fff !important;
}

.checkout-actions__arrow {
    display: none;
}

.checkout-form__submit {
    width: 100%;
    background: #62a011;
    margin-top: 20px;
    border-radius: 5px;
    border: none;
    border-bottom: 2px solid #49780c;
    height: 80px;
    line-height: 78px;
    color: #fff;
    font-size: 38px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    padding: 0px;
    padding-right: 65px;
    position: relative;
    overflow: hidden;
    text-shadow: 1px 1px 1px #000;
    font-family: 'Nunito Sans', sans-serif;
    outline: none;
    cursor: pointer;
}

.checkout-actions__btn span {
    display: inline !important;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 65px;
    background: #49780c;
}

.checkout-actions__btn span:after {
    content: '';
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -5px;
    position: absolute;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;
}

.checkout-actions__inner {
    max-width: 100%;
}

.checkout-actions__security {
    display: none;
}

.additional-fees {
    padding-top: 0px;
}

.prod-slide {
    float: left;
    width: 100%;
    background: #f0eeee;
    padding: 20px 10px;
    border: 1px solid #ececec;
    border-radius: 10px;
}

.header {
    padding-top: 0px;
}

.checkout-item__discount {
    display: none;
}

.component-payment-summary .checkout-item__discount {
    display: inline-flex;
}

.checkout-item__price {
    background: none;
    text-align: center;
    margin-left: -28px;
}

.shipping-component-container {
    margin-top: -30px;
}

.checkout-item__price .price {
    font-weight: 800;
    font-size: 27px;
}

.checkout-item__prices {
    align-items: end;
}

.checkout-item__pair {
    padding-bottom: 10px;
    margin-left: -10px;
    font-weight: normal;
    font-size: 18px;
}

.price-before-discount s {
    color: #f00;
}

.slick-slide .prd-nav {
    height: auto;
}

.component-payment-information .checkout-radio {
    padding-bottom: 0px;
}

.component-payment-information .payment-info {
    padding-bottom: 0px;
}

.component-payment-button .checkout-actions__footer {
    padding-top: 0px;
}

.component-product-configurator-special-upgrade .checkout-checkbox__figure {
    align-self: center;
}

.component-product-configurator-special-upgrade .checkout-checkbox__image {
    width: 85px;
}

#paypal-button-container {
    margin-top: 20px;
}

.component-payment-summary .checkout-item__title {
    visibility: hidden;
    word-spacing: -999px;
    letter-spacing: -999px;
}

.component-payment-summary .checkout-item__title:after {
    content: "Order Summary";
    visibility: visible;
    word-spacing: normal;
    letter-spacing: normal;
}

.component-payment-summary .checkout-item__step_finish {
    display: none;
}

.component-payment-summary .checkout-item__headline {
    background: none;
}

.component-payment-summary .finish-your-order {
    background: none;
}

.payoptbox {
    border: 0px;
}

.component-payment-information label .checkout-form__text {
    text-align: left;
}

.regular-subscription-pricing {
    display: none;
}

.component-payment-summary .finish-your-order {
    padding-bottom: 0px;
}

.component-coupon {
    background: none;
}

.checkout-item__headline {
    display: none;
}

.checkout-option .checkout-item__headline {
    display: block;
    background: none;
}

.checkout-option .checkout-item__step {
    display: none;
}

.component-coupon .checkout-item {
    background: none;
}

.component-coupon .checkout-item {
    background: none;
}

@media only screen and (max-width:767px){
    .header{ padding:10px 0; height:auto;}

    .quantity-picture-price-container {
        float: right;
        width: 50%;
    }

    .checkout-item {
        margin-bottom: 20px;
    }

    .checkout-quantity {
        padding-bottom: 0px;
    }

    .checkout-item__price {
        text-align: left;
        padding-left: 0px;
        display: inline-block;
        margin-left: 0px;
    }

    .checkout-item__pair {
        margin-left: -6px;
    }

    .most-popular-best-value-price {
        display: block;
    }

    .most-popular-best-value-price .stars {
        text-align: left !important;
    }

    .prod-heading {
        text-align: center;
    }

    .low-stock-image {
        display: none !important;
    }

    .prd-rat {
        text-align: center;
    }

    .prd-rat .show-tab {
        display: none;
    }

    /*.checkout-item__headline {*/
    /*    margin-top: 0px;*/
    /*}*/

    .top-right-list {
        margin-bottom: 25px;
    }

    .shipping-component-container {
        margin-top: -20px;
    }

    .shipping-component-container .checkout-item__title {
        display: none;
    }

    .component-product-configurator-special-upgrade .checkout-checkbox__inner--flex {
        display: flex;
    }

    .component-product-configurator-special-upgrade .checkout-checkbox__content {
        margin-top: 0px;
    }

    .component-customer-information .country-select {
        height: 59px;
        font-size: 0.80rem;
    }

    .component-customer-information input {
        height: 59px;
    }

    /*.checkout-item__step {*/
    /*    margin-top: -20px;*/
    /*}*/

    /*.checkout-item__title {*/
    /*    margin-top: -20px;*/
    /*}*/

    .checkout-item--yellow .checkout-item__title {
        margin-top: 0px;
    }
}
