@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:#000000;
    text-align:center;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: normal;
}
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:inherit; text-decoration:none;}
a:hover {}
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;
}
.forMob{display:none;}
.forDesk{}
.show-tab{display:none;}

.default-select {
    background: #fff;
    color: #1a1a1a;
}

.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);}
}



/*-----------------------
MAIN CSS START
------------------------*/
.container {
    width:1170px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.top-red-strip{
    float:left;
    width:100%;
    background:#73af33;
    padding:10px 0 8px 0;
}
.top-red-strip p{
    float:left;
    width:100%;
    text-align:center;
    font-size:17px;
    line-height:18px;
    color:#ffffff;
    letter-spacing:0.6px;
}
.top-red-strip p span{
    color:#fff000;
    font-weight:600;
}
.strip-arrow-left{
    display:inline-block;
    vertical-align:middle;
    width:27px;
    margin:-2px 15px 0 0;
}
.strip-arrow-right{
    display:inline-block;
    vertical-align:middle;
    width:27px;
    margin:-3px 0 0 15px;
}


/*================
HEADER CSS
==================*/
.chk-logo {
    float: left;
    margin-top:25px;
    max-width: 300px;
    max-height: 300px;
    object-fit: contain;
}
.chk-step{
    display:inline-block;
    vertical-align:middle;
    margin:18px 0 0 30px;
}
.header-seals{
    float:right;
    margin-top:22px;
}



/*=================
CHECKOUT TOP PART
==================*/
.checkout-top{
    float:left;
    width:100%;
    padding:50px 0 60px;
}
.checkout-top-left{
    float:left;
    width:41%;
}
.as-seen-logos{
    float:left;
    width:100%;
    margin-top:30px;
}
.as-seen-heading{
    float:left;
    width:100%;
    color:#000;
    font-size:17px;
    position:relative;
}
.as-seen-heading:before{
    content:'';
    position:absolute;
    left:0px;
    right:0px;
    height:1px;
    top:12px;
    background:#CCC;
}
.as-seen-heading span{
    position:relative;
    z-index:1;
    background:#fff;
    padding:0 20px;
}
.as-seen-img{
    display:inline-block;
    vertical-align:middle;
    max-width:100%;
    margin-top:10px;
}
.cs-rev-heading{
    float:left;
    width:100%;
    margin-top:30px;
    color:#1a1a1a;
    font-size:24px;
    font-weight:bold;
    border-bottom:1px solid #c7c7c7;
    padding-bottom:10px;
    text-align:left;
}
.review-row{
    float:left;
    width:100%;
    margin-top:30px;
    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:#000;
    font-size:17px;
    line-height:25px;
    opacity:0.8;
    margin-top:5px;
    letter-spacing:0.3px;
}
.rev-name{
    color:#1cc286;
    font-size:16px;
    margin-top:10px;
    letter-spacing:0.5px;
}
.rev-name span{font-weight:600; color:#000;}

.checkout-top-right{
    float:right;
    width:56%;
    text-align:left;
}
.prod-heading{
    float:left;
    width:100%;
    color:#1f404f;
    font-size:40px;
    line-height:50px;
    font-weight:800;
    letter-spacing:0.5px;
}
.prod-heading sup{
    font-weight:normal;
    font-size:12px;
    position:relative;
    top:-10px;
}
.prd-rat{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 17px;
    color: #646464;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
    margin-top: 10px;
    letter-spacing:0.3px;
}
.prd-rat img {
    display: inline-block;
    vertical-align: middle;
    margin:-5px 5px 0 0;
}
.prd-rat p{
    display:inline-block;
    vertical-align:middle;
}
.prd-rat p span{ color:#ff0000; font-weight:bold;}
.prd-rat p img{ margin:-5px 5px 0;}
.prod-desc{
    float: left;
    width: 100%;
    color:#212121;
    font-size:18px;
    line-height:26px;
    margin-top:15px;
    letter-spacing:0.5px;
}
ul.top-right-list{
    float: left;
    width: 100%;
    margin-top:10px;
}
ul.top-right-list li{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #010101;
    padding-left: 35px;
    margin: 3px 0;
    letter-spacing: 0.5px;
    font-weight:600;
    background: url(images/check-mark.png) left 3px no-repeat;
}
.step-heading{
    float:left;
    width:100%;
    color:#1f404f;
    font-size:24px;
    margin-top:35px;
    position:relative;
    letter-spacing:0.5px;
}
.step-heading:before{
    content:'';
    position:absolute;
    left:0;
    top:50%;
    width:100%;
    height:1px;
    background:#e5e5e5;
}
.step-heading span{
    float:left;
    background:#fff;
    padding-right:20px;
    position:relative;
    z-index:1;
}
.package-container, .checkout-quantity .checkout-item__body {
    width:100%;
    margin-top:25px;
    margin-bottom:10px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.package-box{
    width:31.5%;
    border:1px solid #cdcdcd;
    border-radius:10px;
    padding:15px 5px 15px;
    cursor:pointer;
    text-align:center;
    letter-spacing:0.5px;
    color:#000000;
}
.package-box.active{
    background:#f2fbff;
    border:1px solid #1f404f;
    -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}
.package-title{
    font-size:20px;
    line-height:22px;
    font-weight:800;
}
.package-box.active .package-title{color:#1f404f;}
.pack-save{
    font-size:16px;
    line-height:21px;
}
.pack-image{
    display:block;
    margin:5px auto;
    max-width:100%;
}
.pack-retail{
    font-size:17px;
    line-height:20px;
}
.pack-retail span{
    position:relative;
}
.pack-retail span:after{
    content:'';
    position:absolute;
    left:-2px;
    right:-2px;
    height:2px;
    background:#F00;
    top:10px;
    transform:rotate(10deg);
}
.pack-unit-price{
    font-weight:800;
    font-size:27px;
}
.pack-unit-price span{
    font-weight:normal;
    font-size:18px;
}

/* SUBSCRIPTION PURCHASE */
.pur-opt{
    float:left;
    width:100%;
    border:1px solid #c0c8dc;
    border-radius:6px;
    box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
    overflow:hidden;
    margin-top:15px;
}
ul.pur-tab{
    float:left;
    width:100%;
}
ul.pur-tab li{
    background:#f2f9fc;
    width:50%;
    float:left;
    position:relative;
}
ul.pur-tab li label{
    position:relative;
    float:left;
    width:100%;
    padding:20px;
    padding-left:40px;
    cursor:pointer;
}
ul.pur-tab li.active{background:#fff;}
.def-pur-rad{
    position:absolute;
    left:0;
    top:0;
    opacity:0;
}
.pur-rad{
    border:1px solid #1f404f;
    width:18px;
    height:18px;
    border-radius:50%;
    position:absolute;
    left:12px;
    top:50%;
    margin-top:-10px;
    background:#fff;
}
.def-pur-rad:checked + .pur-rad:after{
    content:'';
    width:8px;
    height:8px;
    background:#1f404f;
    border-radius:50%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
}
.pur-tab-tx{
    font-size:16px;
    line-height:20px;
    font-weight:700;
    letter-spacing:0.2px;
}
ul.pur-tab li:first-child .pur-tab-tx span{
    color:#de1818;
}

.pur-tab-cont{
    float:left;
    width:100%;
    padding:15px 15px 20px;
}
.sel-sub-tx{
    font-size:18px;
    line-height:22px;
    color:#1f404f;
    margin-bottom:10px;
    font-weight:600;
}
.pur-sub-opt{
    float:left;
    width:100%;
    border:1px solid #c0c8dc;
    height:45px;
    border-radius:5px;
    -webkit-appearance:none;
    padding:0 15px;
    background:url(images/sel-opt.png) 96% center no-repeat;
    font-family: 'Nunito Sans', sans-serif;
    font-size:16px;
    color:#313b54;
}
ul.subs-det{
    float:left;
    width:100%;
}
ul.subs-det li{
    float:left;
    width:50%;
    position:relative;
    padding-left:30px;
    margin-top:15px;
    font-size:16px;
    line-height:20px;
    letter-spacing:0.5px;
}
ul.subs-det li img{
    position:absolute;
    left:0;
    top:0;
}
.swtc-subs-tx, .subs-tx{
    font-size:14px;
    line-height:22px;
    color:rgb(31,64,79);
    position:relative;
    padding-left:40px;
}
.subs-tx{padding-left:0; margin-bottom:10px;}
.swtc-subs-tx span{
    font-weight:600;
    font-size:16px;
    margin-bottom:5px;
    display:inline-block;
    vertical-align:top;
}

.swtc-subs-tx:before {
    content: "";
    background: url(images/hand.svg) left top no-repeat;
    width: 50px;
    position: absolute;
    top:0;
    left: 0px;
    height:100px;
}
.otp-ea{
    float:left;
    width:100%;
    margin-top:5px;
    color:#000 !important;
    display:none;
    font-size:14px;
}
/*=======*/


.size-container{
    float:left;
    width:100%;
    margin:10px 0;
}
.multi-opt, .select-size, .shipping-option-name {
    float:left;
    width:100%;
    margin-top:15px;
    border:1px solid #cdcdcd;
    border-radius:4px;
    cursor:pointer;
    position:relative;
}
.multi-opt.active, .select-size.selected, .shipping-option-name.selected {
    background:#f2fbff;
    border:1px solid #1f404f;
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
}
.multi-opt input[type=radio], .select-size input[type=radio], .shipping-option-name input[type=radio] {
    position:absolute;
    opacity:0;
}
.multi-opt label, .select-size p, .shipping-option-name p {
    float:left;
    width:100%;
    padding:13px 15px 13px 50px;
    color:#000;
    font-size:18px;
    cursor:pointer;
}
.multi-opt span, .select-size span, .shipping-option-name span {
    position:absolute;
    /*left:20px;*/
    top:17px;
    width:19px;
    height:19px;
    border-radius:50%;
    border:1px solid #999;
    background:#fff;
}
.multi-opt.active span, .select-size.active span, .shipping-option-name.selected span {
    border:1px solid #1f404f;
}
.multi-opt.active span:after, .select-size.active span:after, .shipping-option-name.selected span:after {
    content:'';
    position:absolute;
    width:8px;
    left:4px;
    top:4px;
    height:8px;
    border-radius:50%;
    background:#1f404f;
}
.addon-container{
    float:left;
    width:100%;
    margin-top:10px;
}
.addon-box{
    float:left;
    width:100%;
    margin:10px 0;
    border:1px solid #1f404f;
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
    border-radius:4px;
    padding:15px;
    background: #f2fbff;
}
.addon-img{
    float:left;
    border:1px solid #d6d6d6;
    border-radius:3px;
}
.addon-data{
    float:left;
    width:calc(100% - 105px);
    padding-left:15px;
}
.addon-data h3{
    color:#000000;
    font-size:20px;
    line-height:24px;
}
.addon-data p{
    color:#000;
    font-size:17px;
    line-height:23px;
    margin-top:2px;
}
.addon-data label{
    float:left;
    margin-top:5px;
    margin-right:10px;
    position:relative;
    font-size:18px;
}
.addon-data label input[type=radio]{
    position:absolute;
    opacity:0;
    font-size:18px;
}
.addon-data label input[type=radio] + span{
    display:inline-block;
    vertical-align:middle;
    position:relative;
    width:18px;
    height:18px;
    border-radius:50%;
    border:1px solid #999;
    background:#fff;
    margin-right:2px;
}
.addon-data label input[type=radio]:checked + span:after{
    content:'';
    position:absolute;
    width:8px;
    left:4px;
    top:4px;
    height:8px;
    border-radius:50%;
    background:#1f404f;
}
.price-box1{
    float:left;
    width:100%;
    margin-top:20px;
}
.save-price{
    float:left;
    color:#559106;
    font-size:22px;
    font-weight:bold;
}
.subtotal-price{
    float:right;
    color:#1f404f;
    font-size:22px;
    font-weight:800;
}
a.step1-btn, .packageBtn{
    float:left;
    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-right:65px;
    position:relative;
    overflow:hidden;
    text-shadow: 1px 1px 1px #000;
    font-family: 'Nunito Sans', sans-serif;
    outline:none;
    cursor:pointer;
}
a.step1-btn span, .packageBtn span{
    position:absolute;
    right:0;
    height:100%;
    top:0;
    width:65px;
    background:#49780c;
}
a.step1-btn span:after, .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;
}

.paymentStep{
    float:left;
    width:100%;
    display:none;
}
/*====================
DEVIDER PART
====================*/
.chk-top-hdng{
    float:left;
    width:100%;
    background:#1f404f;
    padding:20px 0 22px;
    text-align:center;
}
.hdng-txt1{
    float:left;
    width:100%;
    font-size:34px;
    color:#ffffff;
    font-weight:700;
    line-height:40px;
    position:relative;
    letter-spacing:0.5px;
}
.hdng-txt1 span{
    color:#fcff00;
}
.hdng-txt2{
    float:left;
    width:100%;
    font-size:22px;
    color:#ffffff;
    line-height:24px;
    margin-top:5px;
    letter-spacing:0.5px;
}


/*====================
CHECKOUT FORM SECTION
=====================*/
.sectionOne{
    float:left;
    width:100%;
    padding-bottom:70px;
}
.chk-Box {
    float: left;
    width: 100%;
    margin-top:50px;
}
.chk-left-side{
    display:inline-block;
    vertical-align:middle;
    width:58%;
}
.chk-bdr-box{
    float:left;
    width:100%;
    border-radius:15px;
    box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
}
.stepCount {
    float: left;
    width: 100%;
    padding: 18px 20px 18px 80px;
    text-align: left;
    background: #1f404f;
    position: relative;
    border-radius:15px 15px 0 0;
    color: #fff;
}
.stepCount img {
    position: absolute;
    left: 20px;
    top: 18px;
}
.stepCount span {
    font-size:17px;
    letter-spacing:0.5px;
}
.stepCount p {
    font-size:25px;
    line-height:28px;
    font-weight:700;
}
.from-box{
    float:left;
    width:100%;
    padding:20px 30px;
}
.frm-elements{
    width:100%;
    margin:7px 0;
}
.frm-elements.half{
    width:calc(50% - 10px);
}
.frm-elements.fl{float:left;}
.frm-elements.fr{float:right;}

.field-all {
    float: left;
    width: 100%;
    height:48px;
    border:1px solid #c4c4c4;
    border-radius:4px;
    outline: none;
    color: #000;
    font-size: 16px;
    padding:0 10px 0 10px;
    font-family: 'Nunito Sans', sans-serif;
}
.field-all.selcet-fld {
    -webkit-appearance: none;
    background: url(images/dwn-arw.png) no-repeat right center;
    padding:0 42px 0 10px;
}
.selcet-fld.mini{
    width:120px;
    border-radius:4px 0 0 4px;
    padding: 0 20px 0 10px;
    border-right:none;
    background: url(images/dwn-arw.png) no-repeat 104% center;
}
.field-all.mini1{
    width:calc(100% - 120px);
    border-radius:0 4px 4px 0;
}
a.whats-dis {
    float:left;
    color: #0c426d;
    font-size: 16px;
    text-decoration: underline;
    margin-top:10px;
}
.pay-flds{
    float:left;
    width:100%;
    margin-top:20px;
}
.card-box{
    float:left;
    width:100%;
    text-align:left;
    border-radius:5px;
    border:1px solid #fff;
}
.card-box.active{
    border:1px solid #1f404f;
    background:#f2fbff;
}
.cards{
    float:left;
    width:100%;
    padding:10px 20px 12px;
    cursor:pointer;
}

.cards img{
    display:inline-block;
    vertical-align:middle;
    max-width:100%;
}
.chkbx{
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
    width: 22px;
    height: 22px;
    -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;
}
.chkbx:checked {
    background:#fff;
    border:1px solid #000;
}
.chkbx:checked:after{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#000;
    position:absolute;
    content:'';
    left:6px;
    top:6px;
}
.or{
    display:inline-block;
    vertical-align:middle;
    max-width:100%;
    margin:5px 0;
    opacity:0.7;
}
.bottom-seal{
    display:inline-block;
    vertical-align:middle;
    margin-top:10px;
    max-width:100%;
}
.paypal-btn{
    display:inline-block;
    vertical-align:middle;
    max-width:100%;
    margin-top:10px;
}
.paypal-txt{
    float:left;
    width:100%;
    padding:0 12%;
    padding-bottom:20px;
    color: #545454;
    font-size:14px;
    line-height:20px;
    margin-top:20px;
}

/*=================
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;
}
.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;
}

/*=================
FOOTER CSS
==================*/
footer{
    float:left;
    width:100%;
    padding:30px 0;
    border-top:1px solid #ddd;
}
.ftr-txt1{
    float:left;
    width:100%;
    font-size:16px;
    line-height:24px;
    color:#333;
    margin:5px 0;
    letter-spacing:0.3px;
}
.ftr-txt1 a{color:#333;}


@media only screen and (max-width:1187px){
    .container{ width:1004px;}
    .prod-heading{font-size:36px; line-height:46px;}
}


@media only screen and (max-width:1021px){
    .container{ width:750px;}
    .show-tab{display:block;}
    .hide-tab{display:none;}

    .top-red-strip p{font-size:16px;}

    .chk-logo{margin-top:20px;}

    .chk-step{width:300px;  margin: 20px 0 0 10px;}
    .header-seals{width:200px; margin-top:25px;}

    .checkout-top{padding:40px 0 50px;}

    .cs-rev-heading{font-size:20px;}
    .review-row{padding-left:85px;}
    .rev-title{font-size:18px;}
    .rev-img{width:70px;}

    .prod-heading{font-size:28px; line-height:32px; letter-spacing:0;}
    .prod-heading sup{font-size:8px;}
    .prd-rat{line-height:27px; padding:5px 0;}
    .rat-star{width:94px; margin: -8px 5px 0 0;}
    .prod-desc{ font-size:17px; line-height:23px;}
    ul.top-right-list li{font-size:18px;}
    .step-heading{font-size:20px;}
    .package-box{padding:10px 5px;}
    .package-title{font-size:15px; line-height:18px;}
    .pack-save{font-size:14px; line-height:18px;}
    .pack-retail{font-size:15px;}
    .pack-unit-price{font-size:22px;}
    .pack-unit-price span{font-size:16px;}
    .multi-opt label{font-size:16px;}
    a.step1-btn, .packageBtn{font-size:30px;}
    .hdng-txt1{font-size:30px; line-height:34px;}

    .chk-left-side{width:75%;}
    .paypal-txt{padding:0;}
}

@media only screen and (max-width:767px){
    .container{ width:100%; max-width:600px; padding:0 10px;}

    .forMob{ display:block;}
    .forDesk{display:none;}
    .hide-mob{ display:none;}

    .top-red-strip p{ font-size:17px; line-height:18px;}

    .chk-step{display:none;}
    .header-seals{display:none;}
    .chk-logo{float:none; display:inline-block; vertical-align:middle; margin-top:0;}

    .checkout-top{padding:20px 0 30px;}
    .checkout-top-right{width:100%;}
    .checkout-top-left{width:100%;}
    .prod-heading{font-size:24px; line-height:30px;}
    .prd-rat{border-bottom:none; font-size:14px; letter-spacing:0; padding-top:12px;}
    .rat-star{width:90px;}
    .as-seen-logos{margin-top:10px;}

    .step-heading{margin-top:30px;}
    .package-container{margin-top:10px; margin-bottom:0;}
    .package-box{width:100%; margin:10px 0; text-align:left; position:relative; padding:15px;margin-left: 0px !important;}
    .pack-image{position:absolute; right:5px; top:50%; margin-top:-30px;}
    .package-title{font-size:20px; line-height:24px;}
    .pack-save{font-size:16px; margin-top:4px;}
    .pack-retail{font-size:16px; margin-top:10px;}
    .pack-unit-price{font-size:26px; margin-top:5px;}
    .size-container{ margin:10px 0 0 0;}
    .addon-container{margin-top:0;}
    .addon-box{padding:10px 10px 15px; margin:20px 0 0 0;}
    .addon-img{width:70px;}
    .addon-data{width: calc(100% - 70px);}
    .addon-data h3{font-size:18px; line-height:20px;}
    .addon-data p{font-size:16px; line-height:22px;}
    .multi-opt span{top:15px;}

    .save-price, .subtotal-price{font-size:20px;}
    a.step1-btn, .packageBtn{ height:70px; line-height:70px; font-size:26px; padding:0 50px 0 5px;}
    a.step1-btn span, .packageBtn span{width:50px;}

    .chk-top-hdng{padding:10px 0;}
    .hdng-txt1{ font-size:17px; line-height:22px;}
    .hdng-txt2{ font-size:13px; line-height:17px;}

    .sectionOne{ padding-bottom:30px;}
    .chk-Box{ margin-top:25px;}
    .chk-left-side{ width:100%;}
    .stepCount{padding: 14px 10px 14px 60px; line-height:18px;}
    .stepCount img{ width:40px; left:10px; top:15px;}
    .stepCount p{font-size:22px;}
    .stepCount span{font-size:15px;}

    .from-box{padding:15px;}
    .frm-elements.half{width:100%;}
    .pay-flds .frm-elements.half{width: calc(50% - 10px);}

    .cards{padding:10px;}
    .chkbx{width:18px; height:18px; margin-right:5px; margin-top:-3px;}
    .chkbx:checked:after{width:6px; height:6px; left:5px; top:5px;}
    .cards img{max-width:calc(100% - 35px);}
    .paypal-txt{padding:0 15px;}

    .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;}

    footer{ padding:20px 0;}
}


/*=================================*/
.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {transform: scale(0.9);}
    50% {transform: scale(1);}
    100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0.95);}
    50% {-webkit-transform: scale(1);}
    100% {-webkit-transform: scale(0.95);}
}

/*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 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: url(images/check.png) no-repeat 20px center #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;*/

/*    animation-name: pulse;*/
/*    -webkit-animation-name: pulse;*/
/*    animation-duration: 1s;*/
/*    -webkit-animation-duration: 1s;*/
/*    animation-iteration-count: infinite;*/
/*    -webkit-animation-iteration-count: infinite;*/
/*}*/

/*.checkout-form__submit:hover {*/
/*    background: url(images/checked.png) no-repeat 20px center #62a011;*/
/*}*/

/*.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;
}

.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;
}

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

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

.checkout-item__pair {
    padding-bottom: 10px;
    margin-left: -14px;
    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;
}

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

@media only screen and (max-width:767px){
    .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;
    }
}
