@charset "utf-8";
/* CSS Document */

/*----------------
RESET CSS
-----------------*/
html, body {
    width: 100%;
    max-width: 100%;
    position: relative;

}
html {
    overflow-x: hidden;
}
body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #f9f9f9;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight:500;
    font-size: 16px;
    overflow-x: hidden;
}

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;
    color: #6ecddd;
    text-decoration: none;
}

img {
    border: none;
}

li {
    list-style: none;
}

* {
    box-sizing: border-box;
}
.mx-3{margin-left: 1rem;margin-right: 1rem;}
.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;
}


.checkout-page .container {
    width: 100%;
    max-width: 1150px;
    max-width: 1500px;
    padding:0 30px;
    margin:0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.lft-chk {
    width: 58%;
    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: #fff;
    z-index: -1;
}

.logo-box {
    float: left;
    width: 100%;
    text-align: center;
}

.logo {
    display: inline-block;
    vertical-align: middle;
}

.viewBx {
    float: none;
    width: 100%;
    background: #219653;
    border: 0;
    margin-top: 0;
    padding: 15px 5px;
    text-align: center;
}
.timer {
    font-size: 16px;
    color: #F05A23;
    font-weight: 600;
    background: #fff;
    /* width: 100px; */
    height: 30px;
    border-radius: 5px;
    display: inline-block;
    /* align-items: center;
    justify-content: center; */
    margin: 0 10px 0 10px;
    padding: 5px 10px;
    text-align: center;
}
section.grn-timer.viewBx .container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
a.del {
    position: absolute;
    right: 0;
}
.viewBx img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 5px 0 0px;
}

.viewBx p {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
text-align: center;

color: #FFFFFF;
}

.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;
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.chk-subheading {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #707A80;
}

.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: 28%;
    margin-left: 2%;
}

.frm-flds.drop-fld-1 {
    width: 33%;
    margin-right: 2%;
}

.frm-flds.zip-fld {
    width: 30%;
}

.frm-flds.exp-flds {
    width: 40%;
}

.frm-flds.cvv-flds {
    width: 28%;
}

.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[type=text], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=email], select, textarea,input[type=text].input-flds, select.selcet-fld {
    background: #fff;
    float: left;
    width: 100%;
    outline: none;
    border: 1px solid #ccc;
    height: 54px;
    padding: 10px 10px 10px 10px;
    border-radius: 4px;
    /* color: #000; */
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-sizing: border-box;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
    font-weight: 400;
    color: rgb(117, 117, 117);
}
.devider-cp.light {
    background: #daddde;
}

.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;
}

.input-flds:focus {
    border: 1px solid #0098fa;
    box-shadow: 0 0 0 1px #0098fa;
    -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-items: center;
}

.shipping-time img {
    float: left;
    height: auto;
    margin-top: 0;
}

.shipping-time p {
    color: #000;
    font-size: 14px;
    line-height: 1.2;
    margin-left: 15px;
    padding-left: 13px;
}

.shipping-time p span {
    color: #F05A23;
    font-weight: 500;
}

/*------------------------
CSS FOR SHIPPING PART
-------------------------*/

.payoptbox {
    float: left;
    width: 100%;
    /* border: 1px solid #d9d9d9;
    border-radius: 4px; */
    position: relative;
    overflow: hidden;
}
section.card-sec-wrapper{
    padding: 13px 15px 10px 15px;
    min-height: 78px;
    background: #FFFFFF;
    border: 2px solid #CCCCCC;
    border-radius: 10px;
    overflow:hidden;
    margin-top: 20px;
}
.payment-cards-box {
    padding: 13px 15px 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment-cards-box.open {
    
}

.payment-cards-box p {
    float: left;
    font-weight: 500;
    color: #333333;
    font-size: 20px;
}

.payment-cards-box img {
   
}

.payment-flds-box {
    padding: 13px 15px 10px 15px;
}


.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: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* font-family: 'Fira Sans'; */
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #111111;
    padding-left: 45px;
}
.paymybtn.PaypalOpt{
    justify-content: center;
    /* padding-left: 30px; */
}
.n8 .paymybtn.PaypalOpt{
    justify-content: flex-start;
    padding-left: 30px;
    position: relative;
}
section.card-sec-wrapper.n4 .payment-cards-box {
    justify-content: normal;
}
section.card-sec-wrapper.n4 .paymybtn {width:auto;padding-left: 30px;}
section.card-sec-wrapper.n4 .payment-cards-box img {
    float: none;
    margin-left: 20px;
}



.ship-label-btn input[type=radio],
.paymybtn input[type=radio] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width:25px;
    height:25px;
    -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;
}

.card-sec-wrapper.active input[type=radio] {
    background: transparent;
    border: 1px solid #F05A23;
}

/* .ship-label-btn input[type=radio]:checked:after, .paymybtn input[type=radio]:checked:after {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #F05A23;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} */
.card-sec-wrapper.active .paymybtn input[type=radio]:after {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #F05A23;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



.paymybtn input[type=radio] {
    position: absolute;
    left: 20px;
}
.payplsvg {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}

.paypal-txt {
    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: 17px;
    width: 100%;
}

.all-checkbox {
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
    -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: #0eb2f0;
    border: 1px solid #0eb2f0;
}

.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;
    margin-top: 30px;
    width: 100%;
    line-height: 40px;
    padding: 0;
    overflow: hidden;
    color: #ffffff;
    font-size: 24px;
    position: relative;
    font-weight: 600;
    border: none;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    cursor: pointer;
    -webkit-appearance: none;
    background: rgb(0, 180, 73);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 40px;
    gap: 10px;
    /* height: 58px; */
    background: linear-gradient(140.12deg, #54DD30 4.07%, #459F49 97.48%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.26);
    border-radius: 88px;
    user-select: none;
}
.packageBtn:hover{color: #ffffff;background: rgb(36, 133, 121);}
.bottom-seal {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
    max-width: 100%;
}
.mb-3{margin-bottom: 1rem;}
/*----------------------
RIGHT SIDE CSS
------------------------*/
.rtpd {
    padding: 40px 50px;
    border-bottom: 1px solid #DADDDE;
    overflow: hidden;
}
.right-chk {
    width: 42%;
    float: right;
    position: relative;
    background: #fff;
    padding: 0;
    border-left: 1px solid #d9d9d9;
}

.prod-box {
    float: left;
    width: 100%;
    min-height: 60px;
    display: table;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}
.prod-box + .prod-box {
    border-top: 1px solid #DADDDE;
}

/* .ord-lft {
    width: 75%;
    position: relative;
    padding-left: 75px;
    display: table-cell;
    vertical-align: middle;
} */

.ord-lft {
    width: 75%;
    position: relative;
    /* padding-left: 75px; */
        display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* .prod-img,.prod-img-main {
    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, .prod-img-main {
    position: relative;
    max-width: 70px;
    height: 70px;
    line-height: 58px;
    border: 1px solid #dedddd;
    border-radius: 4px;
    /* overflow: hidden; */
    background: #fff;
    left: 0;
    top: 0;
    margin-right: 10px;
    flex-shrink: 0;
}
div.prod-box:not(:first-child)>.ord-lft{
    margin-top: 20px;
}
.product-thumbnail__quantity {
    font-size: 0.8571428571em;
    font-weight: 500;
    line-height: 22px;
    white-space: nowrap;
    text-align: center;
    border-radius: 21px;
    background-color: rgba(114,114,114,0.9);
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 21px;
    height: 21px;
    padding: 0 7px;
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 3;
}
.prod-img img,.prod-img-main img {
    display: inline-block;
    vertical-align: middle;
    max-height: 80%;
}

.prod-count {
    /* left: 50px;
    height: 20px;
    width: 20px;
    line-height: 18px;
    top: -5px;
    position: absolute;
    background-color: rgba(114, 114, 114, 0.9);
    border-radius: 50%;
    color: #fff;
    font-size: 13px; */
    display: none;
}

.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: 500;
    font-size: 16px;
}

.ord-right {
    display: table-cell;
    vertical-align: middle;
}

.ord-right p {
    float: right;
    color: #161616;
    font-size: 17px;
    text-align: right;
    font-weight: 600;
}

.prod-box-1 {
    float: left;
    width: 100%;
    min-height: 60px;
    display: table;
    vertical-align: middle;
    margin-bottom: 10px;
}

.ord-lft-1 {
    width: 75%;
    position: relative;
    padding-left: 75px;
    display: table-cell;
    vertical-align: middle;
}

.prod-img-1 {
    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-1 img {
    display: inline-block;
    vertical-align: middle;
    max-height: 80%;
}

.prod-count-1 {
    left: 50px;
    height: 20px;
    width: 20px;
    line-height: 18px;
    top: -5px;
    position: absolute;
    background-color: rgba(114, 114, 114, 0.9);
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
}

.ord-lft-1 p {
    float: left;
    width: 100%;
    text-align: left;
}

.ord-title-1 {
    color: #161616;
    font-size: 15px;
    line-height: 20px;
}

.ord-title-1 span {
    font-weight: 600;
    font-size: 17px;
}

.ord-right-1 {
    display: table-cell;
    vertical-align: middle;
}

.ord-right-1 p {
    float: right;
    color: #161616;
    font-size: 17px;
    text-align: right;
    font-weight: 600;
}

.devider-cp {
    float: left;
    width: 100%;
    margin: 10px 0;
    height: 1px;
    background: #000;
}

.cart-table {
    color: #000;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.cart-table.ttl {
    font-weight: 700;
    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%; */
}

.rgt-label span {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

ul.rgt-list {
    float: left;
    width: 100%;
}

ul.rgt-list li {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 80px;
    text-align: left;
    padding-bottom: 10px;
    margin-top: 20px;
    /* border-bottom: 1px solid #d6d6d6; */
}

ul.rgt-list li:last-child {
    border: none;
}

.rgt-img-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.rgt-txt-heading {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.rgt-para {
    color: #707A80;
    font-size: 14px;
    line-height:1.6;
    margin-top: 7px;
}

.testi-bx {
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    margin-top: 30px;
    border: 1px solid #DADDDE;
    border-radius: 10px;
    padding: 20px;
}

.name-t {
display: flex;
align-items: center;
}

.tsti-txt1 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.t-star {
    display: block;
}

.tsti-txt2 {
    float: left;
    width: 100%;
    color: #707A80;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 0;
}

.tsti-txt3 {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    color: #333333;
    margin-top: 12px;
    font-weight: 600;
}


#toggle-mob-cart {
    width: 100%;
}
#toggle-mob-cart.isopened {
    height: auto;
    visibility: visible;
}

h2.hd {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-align: left;
}
a.paypal {
    height: 60px;
    background: #F5C055;
    border-radius: 4px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
section.card-sec-wrapper.active {
    /* background: #FEF7F4;
    border: 2px solid #F05A23; **/
    border-radius: 10px;
        border-color: #f05a23;
}
.card-sec-wrapper.active .payment-flds-box{display:block!important}

.recommend h2 {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}
.rc-prc del{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;    
    text-decoration-line: line-through;
    color: #707A80;
}
/* .rc-prc h3 {
font-weight: 600;
font-size: 16px;
line-height:1.2;
margin-bottom: 10px;
} */
.rc-prc h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.rc-prc span {
    font-weight: 700;
    font-size: 30px;
    margin-left: 10px;
}
/* .rc-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 104px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
} */
.rc-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 104px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    padding: 0 10px;
}

.packageBtn.btn1 {
    font-size: 16px;
    padding: 0px 0px;
    height: 45px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.26);
    max-width: 133px;
    margin: 0 0 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width:1299px) {
    .packageBtn.btn1 {
        font-size: 12px;
        padding: 10px 5px;
        height: 40px;
        max-width: 100px;
        margin: 0 10px 0 0;
    }
    .rtpd {
        padding: 30px 20px 30px 30px;
    }
}
@media only screen and (max-width:1180px) {
    .checkout-page .container {
        padding: 0 15px;
    }
    .shipping-time p span {
        display: block;
    }
    .shipping-time img {
        margin-top: 12px;
    }
}

@media only screen and (max-width:1000px) {

    .rc-box {justify-content: flex-start; }
    .rc-prc span {
        font-weight: 700;
        font-size: 24px;
        margin-left: 10px;
    }
    .rc-prc del {
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        text-decoration-line: line-through;
        color: #707A80;
    }
    .rc-box img{max-width: 20%;}
    .packageBtn.btn1 {
        font-size: 12px;
        padding: 10px 5px;
        height: 40px;
        max-width: 100px;
        margin: 0 10px 0 0;
        position: absolute;
        right: 0px;
        bottom: 15px;
    }
}
@media only screen and (max-width:991px) {
    .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;
    }
    .checkout-page .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;
    }

    section.grn-timer.viewBx .container {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        flex-wrap: nowrap;
        text-align: left;
        /* padding-right: 40px; */
    }
    .viewBx p {
        text-align: center;
    }
    .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.5px;
    }
    .devider-cp {
        margin: 10px 0;
    }
    .prod-img,
    .prod-img-1 {
        width: 55px;
        /* height: 50px; */
        height: 55px;
        line-height: 45px;
    }
    .ord-title,
    .ord-title-1 {
        font-size: 13px;
        line-height: 16px;
    }
    .prod-box,
    .prod-box-1 {
        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 13px;
        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.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: 15px;
    }
    .active .s-arw {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    .ord-title,
    .ord-title-1 {
        line-height: 18px;
    }
    .ord-title span,
    .ord-title-1 span {
        font-size: 15px;
        font-weight: 500;
    }
    .shipping-time p {
        font-size: 14px;
        line-height: 18px;
    }
    .shipping-time p span {
        display: inline;
    }
    .shipping-time img {
        margin-top: 12px;
        width: 110px;
    }
    .packageBtn {
        margin-top: 20px;
    }
    .bottom-seal {
        margin-top: 15px;
    }
    .rgt-img-left {
        width: 60px;
    }
    ul.rgt-list li {
        padding-left: 75px;
    }
    .rgt-txt-heading {
        font-size: 17px;
        line-height: 18px;
    }


    .frm-flds .fl-is-active .selcet-fld {
        padding-top: 17px;
    }
    .chkout-bg .right-chk .container{padding: 0;}
    section.order-summary {background: #F0F7FE;}
    .rtpd {
        padding:25px;
    }
    body{background: #fff;}
}

@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.drop-fld {
        margin-left: 0;
    }
}

/*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... "; */
    content: attr(data-after-content);
    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
    }
    .frm-flds.drop-fld-1 {
        width: 100%;
    }
}

.fieldToggle {
    float: left;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    margin: 20px 0;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}

.fieldToggle input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.fieldToggle input[type=checkbox]+span {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border: 2px solid #808080;
    border-radius: 4px;
    position: relative;
}

.fieldToggle input[type=checkbox]+span {
    position: absolute;
    left: 0;
}

.fieldToggle input[type=checkbox]:checked+span:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    background: url(../images/tik-blk.svg) no-repeat center center;
    background-size: 100%;
    left: 1px;
    top: 1px;
}

.offerBox {
    float: left;
    width: 100%;
    border: 2px dashed #e51010;
    margin-top: 20px;
    border-radius: 10px;
}

.ofrbx-top {
    float: left;
    width: 100%;
    background: #1cc2eb;
    padding: 12px 10px 12px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ofrbx-top .fieldToggle {
    float: none;
    text-align: center;
    display: inline-block;
    margin: 0;
    padding-left: 40px;
}

.ofrbx-top .fieldToggle p {
    font-size: 22px;
    line-height: 28px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.ofr-chk {
    background: #fff;
    margin-top: 3px;
    margin-left: 5px;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
}

.fieldToggle input[type=checkbox]:checked+span.ofr-chk:after {
    left: 2px;
    top: 2px;
    width: 15px;
    height: 15px;
}

.ofrbx-mdl {
    float: left;
    width: 100%;
    background: #fff;
    padding: 25px 25px 25px 25px;
    border-radius: 0 0 10px 10px;
    position: relative;
    text-align: left;
}

.offrbx-txt1 {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    color: #000;
}

.offrbx-txt1 span {
    font-weight: bold;
    color: #F00;
}

.offrbx-txt1 span#protection-price-update {
    color: #000;
    font-weight: 400;
}

.icon-red-arrow {
    width: 20px;
    margin: 0px 10px 0 0;
}

.icon-red-arrow-r {
    width: 20px;
    margin: 0px 0 0 15px;
}

.offr-bx-img {
    position: absolute;
    right: 8px;
    top: 5px;
}


@media only screen and (max-width:767px) {
    .ofrbx-top {
        padding: 10px 8px;
    }
    .ofrbx-top .fieldToggle {
        padding-left: 25px;
    }
    .ofrbx-top .fieldToggle p {
        font-size: 15px;
        line-height: 20px;
    }
    .ofr-chk {
        margin: 0 5px 0 0;
    }
    .ofrbx-mdl {
        padding: 10px 15px 20px 15px;
    }
    .offrbx-txt1 {
        font-size: 15px;
        line-height: 22px;
    }
    .rtpd {
        margin-left: -15px;
        margin-right: -15px;
        border: 0;
    }
    .timer {
        font-size: 14px;
        /* width: 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(10px);
    }
    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(-10px);
    }
    100% {
        transform: translateX(0px);
    }
}

@media screen and (max-device-width:359px) {
    .paymybtn {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .label-checkbox {
        font-size: 15px;
    }
    .payment-cards-box {
        float: left;
        width: 100%;
        padding: 13px 5px 10px 5px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .ship-label-btn input[type=radio],
    .paymybtn input[type=radio] {
        margin-right: 5px;
    }
    .payment-cards-box img {
        max-width: 55%;
    }
    #pay-with-apple_pay{
        justify-content: flex-start;
        padding-left: 45px;
    }
    section.card-sec-wrapper.n4 .paymybtn {
        width: auto;
        padding-left: 40px;
    }
}
@media screen and (max-width:450px) {
    #pay-with-apple_pay{
        justify-content: space-between;
        padding-left: 45px;
    }
    .payment-cards-box img {
        max-width: 30%;
    }
    .payment-cards-box p {
        font-size: 15px;
    }
    section.card-sec-wrapper.n4 .payment-cards-box {
        justify-content: space-between;
    }
    #pay-with-klarna{
        justify-content: space-between;
    }
    /* section.card-sec-wrapper.n4 .paymybtn {
        width: auto;
        padding-left: 40px;
    } */
    #pay-with-card .paymybtn{
        font-size: 15px;
    }
    .payment-cards-box img {
        max-width: 30%;
    }
    .klarnapaymybtn {
        justify-content: space-between;
    }
    h2.hd {
        margin-top: 25px;
    }
}
.owl-carousel .owl-item img {
    display: block;
    width: auto!important;
}
.d-block{display: block;}
em{font-style: normal;}
.ml-3{margin-left: 1rem;}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    width: auto;
}
.slider h3 {
    font-size: 16px;
    margin-bottom: 15px;
}



/* footer only */

.footer {
    border-top: 1px solid rgba(18, 18, 18, 0.08);
    padding: 24px 16px;
    max-width: 1440px;
    margin: 0 auto;
  }
  .footer p {
    margin: 0;
  }
  .footer-block .footer__manufactured span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000;
  }
  .grid {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 2rem;
        padding: 0;
        list-style: none;
        column-gap: var(--grid-mobile-horizontal-spacing);
        row-gap: var(--grid-mobile-vertical-spacing);
    }
  .footer-block-image {
    display: flex;
    max-width: 136px;
    margin-bottom: 08px;
  }
  .footer__payment {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
  }
  .footer__payment .list-payment__item > * {
    height: 25px;
    width: 40px;
  }
  .footer__content-top__payment_message {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    justify-content: flex-start;
    margin-bottom: 12px;
  }
  .footer-block.grid__item {
    margin: 24px 0;
  }
  .footer-block.grid__item:last-child {
    margin-bottom: 0;
  }
  footer .list-payment {
    justify-content: flex-start;
    padding-top: 0;
  }
  .footer__registered-mark {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    justify-content: center;
  }
  .footer__registered-mark p {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #707a80;
  }
  .footer-block__heading {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin: 0;
    margin-bottom: 12px;
  }
  .footer-block__details-content {
    margin: 0;
  }
  .footer-block__details-content > li {
    display: flex;
  }
  .footer-block__details-content > li:not(:last-child) {
    margin-bottom: 12px;
  }
  .footer-block__details-content > li * {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin: 0;
    padding: 0;
  }
  .footer__copyright {
    text-align: start;
  }
  .footer__copyright .copyright__content {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #707a80;
  }
  .grid--1-col .grid__item {
    max-width: 100%;
    width: 100%;
}
.grid--2-col .grid__item {
    width: calc(50% - 10px / 2);
}
.list-payment__item {
    align-items: center;
    display: flex;
    padding: 0.5rem;
}
.list-payment {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -0.5rem 0;
    padding-top: 1rem;
    padding-left: 0;
}
footer .list-payment {
    justify-content: flex-start;
    padding-top: 0;
}
  @media screen and (min-width: 750px) {
    .footer {
      padding: 32px 80px 24px;
      max-width: 1440px;
    }
    .list-payment {
    justify-content: flex-end;
    margin: -0.5rem;
    padding-top: 0;
}
    .footer-block.grid__item {
      margin: 0;
    }
    .footer-block-image {
      margin-bottom: 16px;
    }
    .grid--2-col .grid__item {
    width: calc(50% - 20px / 2);
    }
    .grid--4-col-tablet .grid__item {
        width: calc(25% - 20px * 3 / 4);
    }
    .footer__payment {
      margin-top: 30px;
    }
    .footer-block .footer__manufactured span {
      font-size: 16px;
      line-height: 20px;
    }
    .grid {
        column-gap: 20px;
        row-gap: 20px;
    }
    .footer__content-top__payment_message {
      font-size: 18px;
      line-height: 22px;
    }
    .footer-block__heading {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 16px;
    }
    .footer-block__details-content > li:not(:last-child) {
      margin-bottom: 16px;
    }
    .footer-block__details-content > li * {
      font-size: 16px;
      line-height: 20px;
      color: #000 !important;
    }
    .footer__registered-mark {
      margin-bottom: 12px;
    }
    .footer__registered-mark p {
      font-size: 16px;
      line-height: 20px;
      text-align: center;
    }
    .footer__copyright .copyright__content {
      font-size: 16px;
      line-height: 20px;
    }
    .footer__copyright {
      text-align: center;
    }
  }
  .footer:not(.color-background-1) {
    border-top: none;
  }
  .footer__content-top {
    padding: 0;
    display: block;
  }
  @media screen and (max-width: 749px) {
    .footer .grid {
      display: block;
    }
    .footer-block.grid__item {
      padding: 0;
      width: 100%;
    }
    .footer-block.grid__item:first-child {
      margin-top: 0;
    }
  }
  @media screen and (min-width: 750px) {
    .footer__content-top .grid {
      row-gap: 60px;
      margin-bottom: 30px;
    }
  }
  .footer__content-bottom {
    border-top: solid 1px rgba(18, 18, 18, 0.08);
    padding-top: 30px;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .footer__content-bottom .footer-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .footer__content-bottom .footer-block__details-content {
    margin: 0;
  }
  .footer__content-bottom .footer-block * {
    text-align: center;
  }
  .footer__content-bottom .footer-block-image img {
    max-width: 300px;
    max-height: 300px;
  }
  .footer__content-bottom:only-child {
    border-top: 0;
  }
  .footer__content-bottom-wrapper {
    display: flex;
    width: 100%;
  }
  .footer__content-top-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .footer__content-top-wrapper .footer__column--info {
    align-items: center;
  }
  @media screen and (max-width: 749px) {
    .footer__content-bottom,
    .footer__content-top,
    .footer__content-bottom-wrapper {
      flex-wrap: wrap;
      row-gap: 15px;
    }
  }
  .footer__localization:empty + .footer__column--info {
    align-items: center;
  }
  @media screen and (max-width: 749px) {
    .footer__localization:empty + .footer__column {
      padding-top: 15px;
    }
  }
  .footer__column {
    width: 100%;
    align-items: flex-end;
  }
  .footer__column--info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  @media screen and (min-width: 750px) {
    .footer__column--info {
      padding-left: 0;
      padding-right: 0;
      align-items: flex-end;
    }
  }
  .footer-block:only-child:last-child {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
  }
  @media screen and (min-width: 750px) {
    .footer-block {
      display: block;
      margin-top: 0;
    }
  }
  .footer-block:empty {
    display: none;
  }
  .footer-block--newsletter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    margin-top: 30px;
  }
  .footer-block--newsletter:only-child {
    margin-top: 0;
  }
  .footer-block--newsletter > * {
    flex: 1 1 100%;
  }
  @media screen and (max-width: 749px) {
    .footer-block.footer-block--menu:only-child {
      text-align: left;
    }
  }
  @media screen and (min-width: 750px) {
    .footer-block--newsletter {
      flex-wrap: nowrap;
      justify-content: space-between;
    }
  }
  .footer__list-social:empty,
  .footer-block--newsletter:empty {
    display: block;
  }
  .footer__list-social.list-social:only-child {
    justify-content: center;
  }
  .footer-block__newsletter {
    text-align: center;
  }
  .newsletter-form__field-wrapper {
    max-width: 360px;
  }
  @media screen and (min-width: 750px) {
    .footer-block__newsletter:not(:only-child) {
      text-align: left;
    }
    .footer-block__newsletter:not(:only-child) .footer__newsletter {
      justify-content: flex-start;
      margin: 0;
    }
    .footer-block__newsletter:not(:only-child)
      .newsletter-form__message--success {
      left: auto;
    }
  }
  .footer-block__newsletter + .footer__list-social {
    margin-top: 30px;
  }
  @media screen and (max-width: 749px) {
    .footer__list-social.list-social {
      justify-content: center;
    }
  }
  @media screen and (min-width: 750px) {
    .footer-block__newsletter + .footer__list-social {
      margin-top: 0;
    }
  }
  .footer__localization {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 10px 10px 0;
  }
  .footer__localization:empty {
    display: none;
  }
  .localization-form {
    display: flex;
    flex-direction: column;
    flex: auto 1 0;
    padding: 10px;
    margin: 0 auto;
  }
  .localization-form:only-child {
    display: inline-flex;
    flex-wrap: wrap;
    flex: initial;
    padding: 10px 0;
  }
  .localization-form:only-child .button,
  .localization-form:only-child .localization-form__select {
    margin: 10px 10px 05px;
    flex-grow: 1;
  }
  .footer__localization h2 {
    margin: 10px 10px 05px;
    color: rgba(18, 18, 18, 0.75);
  }
  @media screen and (min-width: 750px) {
    .footer__localization {
      padding: 04px 0;
      justify-content: flex-start;
    }
    .localization-form {
      padding: 10px 20px 10px 0;
    }
    .localization-form:first-of-type {
      padding-left: 0;
    }
    .localization-form:only-child {
      justify-content: start;
      width: auto;
      margin: 0 10px 0 0;
    }
    .localization-form:only-child .button,
    .localization-form:only-child .localization-form__select {
      margin: 10px 0;
    }
    .footer__localization h2 {
      margin: 10px 0 0;
    }
  }
  @media screen and (max-width: 989px) {
    noscript .localization-form:only-child,
    .footer__localization noscript {
      width: 100%;
    }
  }
  .localization-form .button {
    padding: 10px;
  }
  .localization-form__currency {
    display: inline-block;
  }
  @media screen and (max-width: 749px) {
    .localization-form .button {
      word-break: break-all;
    }
  }
  .localization-form__select {
    border-radius: 0px;
    position: relative;
    margin-bottom: 15px;
    padding-left: 10px;
    text-align: left;
    min-height: calc(40px + 1px * 2);
    min-width: calc(70px + 1px * 2);
  }
  .disclosure__button.localization-form__select {
    padding: calc(20px + 1px);
    background: rgb(255, 255, 255);
  }
  noscript .localization-form__select {
    padding-left: 0px;
  }
  @media screen and (min-width: 750px) {
    noscript .localization-form__select {
      min-width: 200px;
    }
  }
  .localization-form__select .icon-caret {
    position: absolute;
    content: "";
    height: 06px;
    right: calc(1px + 15px);
    top: calc(50% - 02px);
  }
  .localization-selector.link {
    text-decoration: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: rgb(18, 18, 18);
    width: 100%;
    padding-right: 40px;
    padding-bottom: 15px;
  }
  noscript .localization-selector.link {
    padding-top: 15px;
    padding-left: 15px;
  }
  .disclosure .localization-form__select {
    padding-top: 15px;
  }
  .localization-selector option {
    color: #000;
  }
  .localization-selector + .disclosure__list-wrapper {
    margin-left: 10px;
    opacity: 1;
    animation: animateLocalization 0.2s ease;
  }
  .footer__copyright {
    margin-top: 15px;
  }
  @media screen and (min-width: 750px) {
    .footer__copyright {
      text-align: center;
    }
  }
  @keyframes appear-down {
    0% {
      opacity: 0;
      margin-top: -10px;
    }
    to {
      opacity: 1;
      margin-top: 0;
    }
  }
  @media screen and (min-width: 750px) {
    .footer-block:only-child li {
      display: inline;
    }
  }
  .copyright__content a {
    color: rgba(18, 18, 18, 0.75);
  }
  .footer-block__details-content .list-menu__item--active {
    transition: text-decoration-thickness 0.1s ease;
    color: rgb(18, 18, 18);
  }
  @media screen and (min-width: 750px) {
    .footer-block__details-content .list-menu__item--link:hover,
    .copyright__content a:hover {
      color: rgb(18, 18, 18);
      text-decoration: underline;
      text-underline-offset: 03px;
    }
    .footer-block__details-content .list-menu__item--active:hover {
      text-decoration-thickness: 02px;
    }
  }
  @media screen and (min-width: 750px) {
    .footer-block__details-content .list-menu__item--link {
      display: inline-block;
    }
    .footer-block__details-content > :first-child .list-menu__item--link {
      padding-top: 0;
    }
  }
  @media screen and (max-width: 749px) {
    .footer-block-image {
      text-align: center;
    }
    .rc-prc {
    margin-left: 10px;
}
  }
  .footer-block-image > img {
    height: auto;
  }
  .footer-block__details-content .placeholder-svg {
    max-width: 200px;
  }
  .copyright__content a {
    color: currentColor;
    text-decoration: none;
  }
  @keyframes animateLocalization {
    0% {
      opacity: 0;
      transform: translateY(0);
    }
    to {
      opacity: 1;
      transform: translateY(-10px);
    }
  }
  .footer .disclosure__link {
    padding: 09.5px 35px 09.5px 20px;
    color: rgba(18, 18, 18, 0.75);
  }
  .footer .disclosure__link:hover {
    color: rgb(18, 18, 18);
  }
  .footer .disclosure__link--active {
    text-decoration: underline;
  }
  @supports not (inset: 10px) {
    @media screen and (max-width: 749px) {
      .footer .grid {
        margin-left: 0;
      }
    }
    @media screen and (min-width: 750px) {
      .footer__content-top .grid {
        margin-left: -30px;
      }
      .footer__content-top .grid__item {
        padding-left: 30px;
      }
    }
  }
  .footer__popup-modal {
    box-sizing: border-box;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    z-index: -1;
    margin: 0 auto;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    background: rgba(18, 18, 18, 0.4);
    height: 100%;
  }
  .footer__popup-modal[open] {
    opacity: 1;
    visibility: visible;
    z-index: 101;
  }
  .footer__popup-modal__toggle {
    border: 01px solid #000;
    border-radius: 50%;
    color: rgba(18, 18, 18, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 04px;
    right: 04px;
    padding: 12px;
    z-index: 2;
    width: 40px;
    margin: 0 0 0 auto;
  }
  .footer__popup-modal__content {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 2px #0009;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 95%;
    transform: translate(-50%, -50%);
    overflow-y: scroll;
    background: white;
    padding: 24px;
  }
  .footer__popup-modal__content .h2 {
    text-align: center;
    margin-top: 0;
  }
  .footer__popup-modal__toggle:hover {
    color: rgba(18, 18, 18, 0.75);
    background-color: rgb(240, 240, 240);
  }
  .footer__popup-modal__toggle .icon {
    height: auto;
    margin: 0;
    width: 22px;
    color: #000;
  }
  .footer__popup-modal__opener {
    display: inline-block;
  }
  .footer__popup-modal__content-info {
    text-align: justify;
  }
  @media screen and (min-width: 750px) {
    .footer__popup-modal__content {
      width: 80%;
    }
    .footer__popup-modal__toggle {
      top: 0;
      right: 0;
    }
    .footer__popup-modal__content .h2 {
      margin-top: -28px;
    }
    .footer__popup-modal__toggle {
      position: sticky;
      top: -16px;
      right: -16px;
    }
  }
  @media screen and (min-width: 990px) {
    .footer__popup-modal__content {
      width: 50%;
    }
  }
  @media screen and (max-width:399px) {
 .rc-prc>p,.rc-prc>p>* {
    display: block!important;
    margin: 0!important;
}
  }



  
.modal-wrapper {
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 9999999999;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-box {
    width: 800px;
    max-width: 90vw;
    background: #fff;
    padding: 0;
    position: relative;
    max-height: 80vh;
}
.footer__popup-modal__toggle {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px;
    width: 30px;
    background-color: rgb(240, 240, 240);
}

.modal-box h2 {
    margin-top: 0!important;
    margin-bottom: 20px!important;
    line-height: 1.2;
}

.footer__popup-modal__content-info {
    text-align: justify;
    padding: 20px;
    overflow: hidden;
    overflow-y: scroll;
    height: 76vh;
    margin: 20px 0;
}
.mw p{
    /* color: rgba(18, 18, 18, 0.75); */
        color: #212529;
    line-height: calc(1 + 0.8 / 1);
}
.mw ul li{
    /* color: rgba(18, 18, 18, 0.75); */
        color: #212529;
    line-height: calc(1 + 0.8 / 1);
    list-style-type: disc;
}

/* header */

.disc {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    background: #394EAD;
    /* height: 39px; */
    padding: 9px 0;
    text-align: center;
    line-height: 1.2;
}
.disc img {
    display: inline-block;
    vertical-align: middle;
}
.fw-bold {
    font-weight: 700 !important;
}
.topbar {
    -webkit-box-shadow: 0px 6px 9px -5px rgba(9, 44, 124, 0.1);
    box-shadow: 0px 6px 9px -5px rgba(9, 44, 124, 0.1);
    background-color: #fff;
    position: relative;
}
.topbar .logo {
    width: 140px;
}
.secure-checkout {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-left: 1px solid black;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
}
.topbar .breadcrumb .breadcrumb-item.is-current {
    color: black;
}

ol.breadcrumb {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #707A80;
    margin: 20px 0;
}
.topbar .breadcrumb .breadcrumb-item.is-current {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: " ";
    background: url(../images/arrow.svg) 50% 50% no-repeat;
    width: 35px;
    height: 17px;
}
.topbar .logo-sec{margin:10px 0;}

.rc-prc>p{
         display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
}

.rc-prc>p del, .rc-prc>p span{
         white-space: nowrap;
}

  
.modal-wrapper {
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 9999999999;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-box {
    width: 800px;
    max-width: 90vw;
    background: #fff;
    padding: 0;
    position: relative;
    max-height: 80vh;
}
.footer__popup-modal__toggle {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px;
    width: 30px;
    background-color: rgb(240, 240, 240);
}

.modal-box h2 {
    margin-top: 0!important;
    margin-bottom: 20px!important;
    line-height: 1.2;
}

.footer__popup-modal__content-info {
    text-align: justify;
    padding: 20px;
    overflow: hidden;
    overflow-y: scroll;
    height: 76vh;
    margin: 20px 0;
}
.mw p{
    color: rgba(18, 18, 18, 0.75);
    line-height: calc(1 + 0.8 / 1);
}
.mw ul{padding:20px}
.mw ul li{
    color: rgba(18, 18, 18, 0.75);
    line-height: calc(1 + 0.8 / 1);
    list-style-type: disc;
}
table:not([class]) {
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 14px;
    border-style: hidden;
    box-shadow: 0 0 0 0.1rem rgba(18, 18, 18, 0.2);
  }
  table:not([class]) td,
  table:not([class]) th {
    padding: 1em;
    border: 1px solid rgba(18, 18, 18, 0.2);
        color: #212529;
  }
  .mw p {
    margin-top: 0;
    margin-bottom: 1rem;
}

footer .link { text-decoration: none;}
.main-card-sec-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.card-sec-wrapper.n1 {
    background: #F5C055;
    width: 48%;
}
section.card-sec-wrapper.n1.n7 .paymybtn{
    padding-left: 0px;
}
section.card-sec-wrapper.n1.n7 {
    background: #000;
}
.main-card-sec-wrapper .n7 .payment-cards-box {
    padding: 8px 15px 8px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.card-sec-wrapper {
    padding: 5px 0 5px 15px;
    min-height: 60px; 
    background: #FFFFFF;
    border: 1px solid #CCCCCC; 
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
}

section.card-sec-wrapper {
 /*   background: #FEF7F4;
    border: 2px solid #F05A23; **/
    border-radius: 5px !Important;
}

span#stopwatch {
    width: 40px;
    display: inline-block;
    text-align: left;
}

@media (max-width:399px){
    section.grn-timer.viewBx .container {
    padding: 0;
    /* padding-right: 30px; */
}
.timer {
    font-size: 15px;
    color: #F05A23;
    font-weight: 600;
    background: #fff;
    width: 80px;
    height: 30px;
     margin: 0 0 0 5px;
}
.viewBx p {
    font-size: 14px;
    letter-spacing:0;
    /* width: 70%; */
}
}

.klarnapaymybtn {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    /* font-family: 'Fira Sans'; */
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #111111;
    padding-left: 45px;
}

@media (min-width: 992px) {
	span.cross-desk {
        display: none!important;
		position: absolute;
		right: -25px;
		top: 34px;
		font-size: 30px;
		transform: rotate(45deg);
		/ background: #bdbdbd;/ border-radius: 50%;
		height: 20px;
		width: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-shrink: 0;
		cursor: pointer;
		z-index: 9999;
		color: #000;
	}

	span.cross-mob {
		display: none;
	}
}

@media (max-width: 992px) {
	span.cross-desk {
		display: none;
	}

	.prod-box-upsell3 .ord-lft {
		width: 70%;
	}

	.prod-box-upsell3 .ord-right {
		width: 30%;
	}

	span.cross-mob {
        display: none;
		float: right;
		font-size: 30px;
		transform: rotate(45deg);
		line-height: 0.7;
		padding-left: 5px;
	}
}

div.rc-box:not(:last-child){
    margin-bottom: 15px;
}
#pay-with-paypal label {
    padding-left: 0px;
}
#pay-with-apple_pay label {
    padding-left: 0px;
}

.packageBtn.btn1{
    font-size: 12px;
    line-height: 1;
    text-align: center;
    min-width: 133px;
}
@media only screen and (max-width:1150px) and (min-width: 992px){
    .rc-prc span {
        font-size: 20px;
    }
}
@media only screen and (max-width:1000px) and (min-width: 992px){
    .packageBtn.btn1{
        margin-top: 25px;
        position: relative;
    }
}
@media only screen and (max-width: 430px){
    .packageBtn.btn1 {
        font-size: 11px;
    }
    .rc-prc span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 330px){
    .packageBtn.btn1 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 480px){
    section.card-sec-wrapper.n1 {
        width: 100%;
    }
    .main-card-sec-wrapper {
        flex-wrap: wrap;
    }
}
span.checkout_review_stars svg{
    height: 16px;
    width: 20px;
    color: #f79e1b;
}
span.checkout_review_stars{
    flex-shrink: 0;
}
@media only screen and (max-width:375px){
    .name-t {
        flex-wrap: wrap;
    }
    .name-t img:last-child{
        margin-left: 75px;
    }
}


.n8 img {
    max-width: 56px;
    margin-left: 20px;
}

@media (max-width: 450px){
    .paymybtn.PaypalOpt {
        justify-content: space-between;
    }
    .main-card-sec-wrapper .paymybtn.PaypalOpt {
        justify-content: center;
    }
}

@media (max-width: 359px){
.paymybtn.PaypalOpt {
    padding-left: 40px;
}
}

.n8 .payment-cards-box {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
}

.n8 input[type=radio] {
    left: -12px;
    top: 18px;
}
@media (max-width: 359px){
.n8 input[type=radio] {
    left: 0px;
    top: 18px;
}
}
@media (max-width: 480px){
    .n8 .paymybtn.PaypalOpt {
        justify-content: space-between;
    }
}




.checkout-modal-outer{
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1024;
    overflow-y: auto;
    /*background: rgba(14, 21, 52, 0.46);*/
    background:  rgb(255 255 255 / 90%);
}
.checkout-modal-outer .checkout-modal-inner{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.checkout-modal-outer .checkout-modal-inner .checkout-modal{
    background-color: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 20px;
    /* padding: 15px; */
    max-width: 800px;
    width: 100%;
    height: auto;
}
.checkout-modal-outer .checkout-modal-inner .checkout-modal .checkout-modal-head{
    padding: 15px;
}
.checkout-modal-outer .checkout-modal-inner .checkout-modal .checkout-modal-head{
    background: #3f73cb;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
}
.checkout-modal-head h4{
    font-size: 35px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
}
.checkout-modal-head .close-checkout-modal{
    position: absolute;
    top: -15px;
    right: -15px;
    background: #000;
    padding: 10px;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.checkout-modal-head .close-checkout-modal i{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.freeShip {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #F05A23;
}
/* .checkout-modal-outer .checkout-modal-inner .checkout-modal .checkout-modal-body{
    padding: 0 15px 15px 15px;
} */
.checkout-modal-body .special-offer{
    background: #f0f7fe;
    padding: 10px 15px;
    text-align: center;
}
.checkout-modal-body .special-offer p{
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
}
.checkout-modal-body .special-offer p span{
    font-weight: 600;
        padding-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}
.checkout-modal-body h4{
    font-size: 35px;
    color: #000;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    margin-top: 15px;
}
.checkout-modal-body .line{
    width: 65%;
    height: 2px;
    background: #e8e8e9;
    margin: 0 auto;
}
.checkout-modal-body .product-desc p{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #040404;
    margin-bottom: 15px;
}
.checkout-modal-body .product-price{
    margin-top: 15px;
}
.checkout-modal-body .product-price span.actual-price{
    font-size: 22px;
    text-decoration: line-through;
    color: #a59888;
    margin-right: 15px;
}
.checkout-modal-body .product-price span.discounted-price{
    color: #040404;
    font-size: 34px;
    font-weight: 700;
}
.checkout-modal-body .product-price span.discounted-price span.sub{
    font-size: 20px;
}
.btn-upsell {
    color: #fff !important;
    background-color: #21b415 !important;
    border-color: #21b415 !important;
    font-size: 1.5rem;
    padding: 1rem 2rem;
    background: linear-gradient(140.12deg, #54DD30 4.07%, #459F49 97.48%);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2588235294);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2588235294);
    border-radius: 8.8rem;
    border: transparent;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
    display: inline-block;
    width: auto;
}
.btn.btn-upsell.upsell-submit {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
}
.no-thanks {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #000000 !important;
    white-space: nowrap;
}
@media (min-width: 800px){
.checkout-modal-body .row img{
    max-width: 250px;
}
}
@media (max-width: 767px){
    .btn.btn-upsell.upsell-submit {
        padding: 1rem 1.5rem;
    }
}
@media (max-width: 425px){
    /* .checkout-modal-outer{
        margin: 15px 0;
    } */
    .checkout-modal-outer {
        top: 50px;
        left: 50%;
        transform: translate(-50%, -50px);
    }
}
@media (max-width: 375px){
    .checkout-modal-outer .checkout-modal-inner {
        padding: 15px;
    }
    .checkout-modal-head h4 {
        font-size: 28px;
    }
}