@import "RecoletaAlt/stylesheet.css";

*{
 margin:0;
 padding:0;
}


:root {
    font-size: 16px;

}

a {
    color: #000000;
}

a:visited {
    text-decoration: none !important;
}


body {
    font-family: 'Inter', serif;
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}



#continue {
    background: #0176f7 url(../images/locknshield.jpg) no-repeat;
    background-position: 14px center;
    border-radius: 10px;
    width: 35%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    #continue {
        width: 70%;
    }
}
@media(max-width:768px) {
    #continue {
        width: 51%;
    }
}
@media (max-width: 430px) {
    #continue {
        width: 90%;
    }
}

#continue p {
    font-size: 1.1rem;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0px 15px;
    text-align: center;
}

@media (max-width: 767px) {
    #continue p {
        font-size: 1.5rem;
        padding: 20px 0px;
    }
}

@media (max-width: 430px) {
    #continue p {
        font-size: 1rem;
    }
}


@media(max-width:375px) {
    #continue p {
        font-size: 0.85rem;
        padding: 15px 0px;
    }
}



footer {
    background: #F6F7FA;
    text-align: center;
    padding-bottom: 30px;
    margin-top: 30px;
    font-family: 'Inter', sans-serif;

}

footer ul {
    list-style-type: none;
    text-align: center;
    margin-bottom: 0;
    padding-top: 50px;
}

@media (max-width: 430px) {

    footer ul {
        padding-top: 50px;
        padding-left: 0;
    }
}

footer ul li {
    display: inline-block;
    padding: 20px;
    font-size: 12px;
    line-height: 12px;

}

@media (max-width: 430px) {
    footer ul li {
        display: inline-block;
        padding: 2px;
        font-size: 11px;
        line-height: 12px;
    }
}

footer p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
    padding-bottom: 1rem;
}

@media (max-width: 430px) {
    footer p {
        margin-bottom: 0;
        padding-top: 1rem;
        line-height: 20px;
    }
}



.formsection {
    position: relative;
    margin-top: 20px;
    width: 506px;
}

@media (max-width: 1200px) {
    .formsection {
        width: 97%;
    }
}

@media (max-width: 991px) {

    .formsection {
        width: 100%;
    }
}


.estship {
    background: url(../images/truck.jpg) no-repeat;
    background-position: left center;
    font-size: 0.9375rem;
    line-height: 1.2;
    margin: 0;
    padding: 10px 0 10px 35px;
}

@media(max-width:375px) {
    .estship {
        font-size: 0.85em;
        line-height: 1;
    }
}

@media(max-width:374px) {
    .estship {
        font-size: 0.75em;
    }
}

/*Checkout Form Begin */

form {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    margin-top: 20px;
    text-align: center;
}

form div {
    padding: 0;
}

form div {
    display: block;
    height: auto;
    list-style: none outside none;
    padding-bottom: 10px;
    position: relative;
}

form div:last-child {
    padding-bottom: 0
}


@media(max-width:375px) {
    .show-ship-info {
        margin: 0 -12px;
    }
}



input:not([type='checkbox']):not([type='submit']):not([type='radio']) {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 5px;
}

input:not([type='checkbox']):not([type='submit']):not([type='radio']), select {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin: 0;
    padding-left: 16px;
    background: #FFFFFF;
    font-size: 17px;
    height: 40px;
    box-sizing: border-box;
    padding-top: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #414141;
}

select {
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #FFFFFF url(../images/dropdown.png) no-repeat;
    background-position: 102% 55%;
    width: 100%;
}

select#shipState {
    background: #FFFFFF url(../images/dropdown.png) no-repeat;
    background-position: 102% 55%;
}

select#shipState.withVal {
    background: none;
}

#cvc {
    background: #FFFFFF url(../images/cvv.png) no-repeat;
    background-position: 90% 55%;
}

input:not([type='checkbox']):not([type='submit']).error, select.error {
    background-color: transparent !important;
    border: 1px solid;
    border-color: #FF0000;
}

@media (max-width: 1200px) {
    input:not([type='checkbox']):not([type='submit']) + label {
        font-size: 13px;
    }
}


select + label {
    position: absolute;
    left: 11px;
    top: 5px;
    font-size: 11px;
    line-height: 14px;
    color: #80818c;
    text-transform: capitalize;
    font-weight: 500;
}

@media(max-width:374px) {
    select + label {
        font-size:8px;
    }
}


select + label.error {
    position: absolute;
}




input:not([type='checkbox']):not([type='submit']):not([type='radio']):focus, select:focus {
    position: relative;
    outline: none;
    border: 1px solid #0078f5;
    background-color: #FFFFFF;
}


input:not([type='checkbox']):not([type='submit']):not([type='radio']):focus + label {
    position: absolute;
    left: 11px;
    top: 5px;
    font-size: 11px;
    line-height: 14px;
    color: #80818c;
    text-transform: capitalize;
    font-weight: 500;
}

label br {
    display: none
}


#ACMGForm label.focused {
    position: absolute;
    left: 11px;
    top: 5px;
    font-size: 11px;
    line-height: 14px;
    color: #80818c;
    text-transform: capitalize;
    font-weight: 500;
}

@media(max-width:374px) {
    #ACMGForm label.focused {
        font-size:9px;
    }
}

#ACMGForm label.error + label {
    position: absolute;
    left: 11px;
    top: 5px;
    font-size: 11px;
    line-height: 14px;
    color: #80818c;
    text-transform: capitalize;
    font-weight: 500;
}

#ACMGForm input.cardnumberclass {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-image: url(../images/defaultcard.png);
    background-repeat: no-repeat;
    background-size: 49px 30px;
    background-position: 96% 4px;
}

#ACMGForm input.cardnumberclass.cc_type_mc {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-image: url(../images/mastercard.png);
    background-repeat: no-repeat;
    background-size: 49px 30px;
    background-position: 96% 9px;

}

#ACMGForm input.cardnumberclass.cc_type_ax {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-image: url(../images/americanex.png);
    background-repeat: no-repeat;
    background-size: 49px 30px;
    background-position: 96% 9px;

}

#ACMGForm input.cardnumberclass.cc_type_vs {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-image: url(../images/visa.png);
    background-repeat: no-repeat;
    background-size: 49px 30px;
    background-position: 96% 9px;

}

#ACMGForm input.cardnumberclass.cc_type_ds {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-image: url(../images/discover.png);
    background-repeat: no-repeat;
    background-size: 49px 30px;
    background-position: 96% 9px;

}

select::-ms-expand {
    display: none;
}


#processing {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    display: none;
}


.place_order {
    position: relative;
    background-size: contain;
    border: 0 none;
    cursor: pointer;
    width: 71%;
    height: 52px;
    margin: 8px 0 5px;
    padding: 0;
    display: block;
    outline: none !important;
    color: #FFFFFF;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #91ADCE;
    font-size: 17px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.place_order.ready {
    background-color: #0176f7;
}

    /* Tooltip text */
.cvvHelp .tooltiptext {
    visibility: hidden;
    width: 222px;
    background-color: #232323;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    left: -46px;
    top: -82px;
    font-size: 12px;
    line-height: 15px;
    padding: 6px;
}


/* Tooltip text */
.cvvHelp .tooltiptext:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #232323;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/* Show the tooltip text when you mouse over the tooltip container */
.cvvHelp:hover .tooltiptext {
    visibility: visible;
}

.cvvHelp {
    position: relative;
    left: 2px;
    font-size: 13px;
    text-decoration: none;
    line-height: 19px;
    display: block;
    top: 4px;
    color: #80838e;
    cursor: pointer;
    text-align: left;
}

@media(max-width:374px) {
    .cvvHelp  {
        font-size:11px;
    }
}


.billsameasques {

    position: relative;
    display: inline-block;
    vertical-align: top;

}

p.billsameques {

    display: inline-block;

    vertical-align: top;

    font-size: 13px;

    line-height: 13px;

    color: #232323;

    padding-right: 5px;
}

.address1 {
    position: relative;
    width: 100%;
}

.billingextendwrap {
    position: relative;
    text-align: left;
    margin-top: 6px;
}

.yesnobilling {
    position: relative;
    display: inline;
    vertical-align: top;
}

.yesnobilling input {
    position: relative;
    display: inline;
    width: 15px;
    height: 15px;
    vertical-align: top;
    margin-right: 3px;
    top: 0px;
}

.yesnobilling label {
    position: relative;
    margin-right: 10px;
    font-size: 13px;
    line-height: 16px;
    vertical-align: top;
}

.yesnobilling label.billsameques {
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 430px) {
    .yesnobilling label {
        margin-right: 5px;
        font-size: 12px;
    }
}

@media(max-width:375px) {
    .yesnobilling label {
        font-size: 10px;
    }
}

@media(max-width:374px) {
    .yesnobilling label {
        font-size: 9px;
    }
}


.wrap50 {
    position: relative;
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .wrap50right {
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    .wrap50 {
        width: 49%;
    }
}

@media (max-width: 400px) {
    .wrap50 {
        width: 49.27%;
    }
}

@media (max-width: 400px) {
    .wrap50 {
        width: 48.5%;
    }
}

.wrap50right {
    position: relative;
    margin-left: 1.1%;
    float: right;
}

@media (max-width: 768px) {
    .wrap50right {
        margin-left: 0;
    }
}

/*NEW*/

.wrap58 {
    position: relative;
    width: 58%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-bottom: 0;
}

.wrap20 {
    position: relative;
    width: 20%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-bottom: 0;
}

.wrap52 {
    position: relative;
    width: 52%;
    /* margin-right: 1%; */
    /* margin-left: 0.8%; */
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.wrap46 {
    position: relative;
    width: 46%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.wrap46right {
    position: relative;
    margin-left: 1.1%;
}

@media (max-width: 768px) {
    .wrap46right {
        margin-left: 0;
    }
}

.wrap73 {
    position: relative;
    width: 73%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}


.wrap25 {
    position: relative;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}


/*END NEW*/



@media (max-width: 768px) {
    .sm100 {
        width: 100%;
        padding-bottom:10px;
    }


}

.addline {
    position: relative;
    color: #268eff;
    display: block;
    padding-bottom: 14px;
    padding-top: 7px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    font-weight: 600;
    cursor: pointer;
}

.checkoutheadline {
    position: relative;
    text-align: center;
    font-size: 1.45rem;
    color: #323656;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 700;
    background: url(../images/bluelock.png) no-repeat;
    background-position: 92% center;
}

.checkoutheadline span {
    font-weight: 700;
}

.checkoutheadline1 {
    position: relative;
    text-align: center;
    font-size: 1.25rem;
    color: #323656;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 700;
    text-transform: uppercase;
    background-position: 92% center;
}

.paymentchoice {
    position: relative;
}

.paymentchoiceheadlines {
    position: relative;
    border: 2px dashed #7f7f7f;
    padding: 15px 5px;
    margin: 0 auto;
    width: 92%;
}

.paymentchoice h5 {
    position: relative;
    font-size: 1.35rem;
    color: #0f0f0f;
    font-weight: 400;
}

.paymentchoice h6 {
    position: relative;
    font-size: 1.25rem;
    color: #0f0f0f;
    font-weight: 600;
    margin-bottom: 0px;
}

.ctalinks {
    position: relative;
    color: #000000;
    font-size: 11px;
    font-weight: 500;
    padding-top: 0px;
    margin-top: 0;
}

.ctalinks a {
    position: relative;
    color: #000000;
    text-decoration: underline;
    font-size: 11px;
    font-weight: 500;
}


#ACMGForm li.agree {
    clear: both;
    font-size: 12px;
    display: block;
    position: relative;
    width: 98%;
    box-sizing: border-box;
    text-align: justify;
    padding: 8px;
    margin-left: auto;
    margin-right: auto;
}

#ACMGForm li.agree a {
    text-decoration: underline;
    color: #000000;
    font-weight: 400;
    vertical-align: top;
}


#ACMGForm li.agree label {
    display: block;
    position: relative;
    color: #000000;
    display: inline;
    vertical-align: top;
    padding-bottom: 4px;
    width: auto;
    margin-right: 0;
    margin-left: 2px;
    left: 0;
    top: 0;
    text-transform: none;
    text-align: justify;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: -0.02em;
}

@media only screen and (max-width: 428px) and (min-width: 420px)  {
    #ACMGForm li.agree label {
        font-size:12px;
    }
}

@media(max-width:374px) {
    #ACMGForm li.agree label {
        font-size:10px;
    }
}


.secondsubmitlang {
    position: relative;
    color: #000000;
    display: none;
    vertical-align: top;
    width: auto;
    font-size: 12px;
    margin-right: 0;
    line-height: 20px;
    padding: 0;
    left: 0;
    top: 0;
    font-weight: 400;
    text-transform: none;
    padding-left: 4px;
    text-align: justify;
    margin-top: 20px;
}

.secondsubmitlang a {
    position: relative;
    color: #000000;
    text-decoration: underline;
}

.submitlangoneshot {
    position: relative;
    color: #000000;
    display: none;
    vertical-align: top;
    width: auto;
    font-size: 12px;
    margin-right: 0;
    line-height: 20px;
    padding: 0;
    left: 0;
    top: 0;
    font-weight: 400;
    text-transform: none;
    padding-left: 4px;
    text-align: center;
    margin-top: 20px;
}


#ACMGForm input#billingIsSameAsShippingYes, #ACMGForm input#billingIsSameAsShippingNo {
    border: 0 none !important;
    box-shadow: none;
    display: inline;
    height: 16px !important;
    position: relative;
    vertical-align: top;
    top: -2px;
    width: 18px;
}


#ACMGForm input[type=checkbox] {
    display: inline;
    float: left;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    outline: 0;
    background-image: url(../images/check.png);
    /* top: 10px; */
    position: relative;
    margin-right: 4px;
    margin-top: 0px;
    border: 0px;

}

@media(min-width:991px) {
    #ACMGForm input[type=checkbox] {
        display:inline-block;
        margin-top: 0px;
    }
}

#ACMGForm .cardInfo {
    position: relative;
    margin-top: 0px;
    display:none;
}

@media (max-width: 430px) {
    #ACMGForm .cardInfo {
        margin-top: 25px;
    }
}


#ACMGForm li.agree label.error {
    top: -8px;
    display: block;
    white-space: nowrap;
    margin-left: 0 !important;
    clear: both !important;
    position: relative;
    left: 0;
    right: 0;
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    padding: 6px 10px;
    letter-spacing: 0;
    margin-top: -5px;
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #32CD32;
    color:#FFFFFF;

    
}

#ACMGForm li.agree.error {
    /*border: 1px solid #FF0000;*/
}

@media(max-width:430px) {
    #ACMGForm li.agree label.error {
        font-size:13px;
    }
}

@media(max-width:375px) {
    #ACMGForm li.agree label.error {
        font-size:12px;
    }
}
#ACMGForm input[type=checkbox]:checked {
    background-image: url(../images/check.png);
    background-position: center 1px;
}

#ACMGForm input[type=checkbox]:not(:checked) {
    background-image: url(../images/check.png);
    background-position: center -17px;
}


#continueToShipping {
    position: relative;
    background-size: contain;
    border: 0 none;
    box-shadow: none;
    cursor: pointer;
    width: 80%;
    height: 52px;
    margin: 25px auto;
    margin-bottom: 15px;
    padding: 0;
    display: block;
    /* left: 17px; */
    outline: none !important;
    box-shadow: 0px 11px 35px -13px rgba(38, 142, 255, 0.96);
    color: #FFFFFF;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #268eff url(../images/whitelock.png) no-repeat;
    background-position: 33px 11px;
    font-size: 19px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

#continueToBilling {
    position: relative;
    background-size: contain;
    border: 0 none;
    box-shadow: none;
    cursor: pointer;
    width: 80%;
    height: 52px;
    margin: 5px auto;
    padding: 0;
    display: block;
    /* left: 17px; */
    margin-top: 8px;
    outline: none !important;
    box-shadow: 0px 11px 35px -13px rgba(38, 142, 255, 0.96);
    color: #FFFFFF;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #268eff url(../images/whitelock.png) no-repeat;
    background-position: 33px 11px;
    font-size: 19px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}


#paypal-container {
    position: relative;
    width: 84%;
    margin: 0 auto;
    margin-bottom: 10px
}

.step1CtaWrap {
    display: none;
}

.paymentseals {
    position: relative;
    display: block;
    margin-left: 17px;
}

.returntoholder {
    margin-top: 5px;
    margin-bottom: 15px;
    display: none;
    width: 71%;
}

.returnto {
    position: relative;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
    text-decoration: underline;
    color: #000000;
    font-weight: 500;
    display: inline;
}

.processing {
    display: none;
}

#ACMGForm input.error, #ACMGForm select.error {

    border-color: red;
}

input:not([type="checkbox"]):not([type="submit"]) + label {
    position: absolute;
    left: 16px;
    top: 10px;
    font-size: 14px;
    line-height: 21px;
    color: #999999;
    text-transform: capitalize;
    font-weight: 500;
}

input:not([type="checkbox"]):not([type="submit"]) + label.error,
input:not([type='checkbox']):not([type='submit']):not([type='radio']):focus + label.error,
select + label.error {
    color: #f04124;
    position: absolute;
    font-size: 10px;
    line-height: 12px;
    top: 6px;
    font-weight: 400;
    right: 10px;
    left: auto;
}

select + label.error {
    position: absolute;
    display: none;
}


#shipState + label.error, #billingExtend label.error {
    display: none !important;
}

#shipZip + label.error {
    right: 0;
    width: 70px;
}

.shippingData, .shippingData label.error span {
    display: block;
}

select#expYear + label.error {
    color: #f04124 !important;
    position: absolute !important;
    font-size: 13px !important;
    line-height: 13px !important;
    top: 12px !important;
    margin-left: 104px !important;
    width: 92px;
    display: none !important;
}

#cvc.error + label.error {
    margin-left: 30px !important;
}

#errorMessage, #errorMessageStatus {
    background: #f8bfbf;
    font-size: 15px;
    line-height: 21px;
    padding: 5px;
    margin-bottom: 22px;
}

img.paypalbuyer {
    position: relative;
    margin: 0 auto;
    max-width: 240px;
    width: 90%;
    margin-bottom: 40px;
    display: block;
}

.greencheck {
    position: relative;
    display: none;
}

.paypalsuccess {
    position: relative;
    color: #41b800;
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
}

.paypaluser {
    position: relative;
    color: #000000;
    display: block;
    font-size: 1.35rem;
    font-weight: 500;
}


.yourorder {
    position: relative;
    color: #000000;
    display: block;
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 43px;
}


/* Form Ends */


.cctop {
    float: left;
}


.cctop .payinfo {
    font-size: 1.1rem;
    line-height: 1.1;
    margin-bottom: 0px;
    color: #000000;
    font-weight: bold;
    width: 100%;
    text-align: left;
}

@media(max-width:375px) {
    .cctop .payinfo {
        font-size: 0.85rem;
    }
}
.cctop .securetrans {
    font-size: 0.75rem;
    padding-top: 5px;
}

@media(max-width:375px) {
    .cctop .securetrans {
        font-size: 0.65rem;
    }
}

.secureimg {
    float: right;
}

@media(max-width:375px) {
    .secureimg {
        width: 22%;
    }
}

.billingInformation {
    padding: 15px 10px;
}

.info-top {
    padding-bottom: 0;
    border: 1px solid #d9d9d9;
    border-bottom: 0;
}

.info-top p {
    float: left;
    font-size: 0.95rem;
    padding-top: 11px;
    padding-left: 12px;
}

@media(max-width:374px) {
    .info-top p {
        font-size:0.75rem;
    }
}

.info-top img {
    float: right;
    padding-right: 10px;
}


footer .socialshare {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin:0;
}

#ACMGForm #cardcontinue {
    background-color: #91ADCE;
    border-radius: 10px;
    width: 71%;
    cursor: pointer;
}

#ACMGForm #cardcontinue.ready {
    background-color: #0176f7;
}

@media (max-width: 767px) {
    #ACMGForm #cardcontinue {
        width: 70%;
    }
}
@media(max-width:768px) {
    #ACMGForm #cardcontinue {
        width: 51%;
    }
}
@media (max-width: 430px) {
    #ACMGForm #cardcontinue {
        width: 90%;
        padding-bottom: 0;
        margin: 0 auto;
    }
}

#ACMGForm #cardcontinue p {
    font-size: 1.1rem;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 0px;
    text-align: center;
}

@media (max-width: 767px) {
    #ACMGForm #cardcontinue p {
        font-size: 1.5rem;
        padding: 20px 0px;
    }
}

@media (max-width: 430px) {
    #ACMGForm #cardcontinue p {
        font-size: 1rem;
    }
}


@media(max-width:375px) {
    #ACMGForm #cardcontinue p {
        font-size: 0.85rem;
        padding: 15px 0px;
    }
}

@media(max-width:374px) {
    #ACMGForm #cardcontinue p {
        font-size: 0.7rem;
    }
}

.regularretail {
    font-size: 0.85rem!important;
    top: 16px!important;
}

@media(max-width:640px) {
    
    .topleft {
        padding-top:0px;
    }
    
    .summarytitle {
        font-size: 1rem;
        line-height: 1.2;
        color: #000000;
        font-weight: 600;
        float: left;
    }
    
    .summarytitle img {
        vertical-align:bottom;
        width:12%;
    }
}

.oldprice {
    font-size: 0.875rem;
    line-height: 1.3rem;
    font-weight: 600;
    text-align: right;
    
}

@media(max-width:374px) {
    .oldprice {
        font-size:0.7rem;
        margin-top:10px
    }
}

.oldprice span {
    background:url(../images/babyslash.png) no-repeat;
}

@media(max-width:374px) {
    .oldprice span {
        background-size: 47px;
    }
}




.savings {
    color:#00c826;
}

.bestdeal {
    color:red;
}
.savings img {
    width: 100%;
    max-width: 17px;
    vertical-align: text-top;
}


.privacypolicy {
    font-size:11px;
    line-height:15px;
    padding-top:10px;
    width: 71%;
}

@media(max-width:430px) {
    
    .privacypolicy {
        text-align: center;
        font-size: 0.7rem;
        margin-top: 0%;
        margin-bottom: 3%;
        font-weight: 500;
        width: 100%;
    }
}

.holiday {
    position:relative;
    margin-bottom:30px;
    margin-top:15px;
}

@media(max-width:640px) {
    .holiday {
        display:none;
    }
}
.holiday .holidaymessage {
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    margin-bottom:5px;
}

.holiday .holidaymessage img {
    width: 25px;
    max-width: 100%;
    vertical-align: text-bottom;
}

.contmsg {
    font-size:11px;
    line-height:17px;
    margin-top:15px;
}

.productleft .productdesc .pack span {
    font-weight:normal!important;
    line-height: 1.7;
}

.stylingset {
    margin: 0 12px!important;
}

@media(max-width:413px) {
    .stylingset {
        margin: 0 5px!important;
    }
}

@media(max-width:374px) {
    .stylingset {
        width:30px;
    }
}


.mbgmobile {
    display:none;
}

.mbgmobile h5 {
    font-size: 17px;
    line-height: 25px;
    color: #474747;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 1rem;
}

.mbgmobile p {
    font-size: 11px;
    line-height: 17px;
    margin-top: 15px;
}

@media(max-width:640px) {
    .mbgmobile{
        display:block!important;
    }
}

@media(max-width:640px) {
    .bonusnopadd {
        padding-top:0;
        margin-bottom:0;
    }
}

.martopbottom {
        margin: 3px auto;
}

.toppaddeight {
    padding-top:8px;
}

.kqsystem {
    width: 80px;
    height: 62px;
    position: relative;
    background: url(../images/singlejar.jpg)no-repeat;
    background-size: 80px;
    display: inline-block;
}

@media(max-width:374px) {
    .kqsystem {
        width: 50px;
        background-size: 50px;
    }
}
.phone {
    padding: 100px 0px 30px;
    position:relative;
}

.phone img {
    vertical-align: text-bottom;
}

@media(max-width:991px) {
    .phone {
        display:none;
    }
}

.mainproductgallerylink {
    width: 83px;
    height: 64px;
    position: absolute;
}

.ACMGRetailContainer {
    display: none;
}


/*Lift Checkout New Styles*/

.header {
    background: #3B2B56!important;
    margin-bottom: 0 !important;
}

.banner p {
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    padding: 10px 0px;
    margin-top: -1px;
}

.banner p.mob-banner {
    font-size: 25px;
    line-height: 25px;
}

.banner p.mob-banner .regrowth-sale {
    font-size: 18px;
}

.banner p span {
    font-weight: bold;
}
        
.container {
    max-width:1200px;
}


.order-summary {
    background:#f6f7fa;
    border-radius: 10px;
    padding: 20px;    
    margin-top: 100px;
    font-weight: 500;
    margin-bottom: 20px;
    border:3px solid #887C9C;
}

@media(max-width:767px) {
    .order-summary {
        border:none;
        margin-top:0;
        background:#ffffff;
    }
}

.order-summary h2 {
    color:#3B2B56;
    font-size:25px;
    line-height:20px; 
    font-weight:600;
    margin: 40px 0px 20px;
}

.order-summary-top {
    position: relative; 
    padding-bottom: 20px;
}

.kit-name {
    font-size:18px;
    line-height:20px;
    margin-bottom: 0;
        font-family: 'Lora', sans-serif;
}

    .mob {
        display:none;
    }

@media(max-width:430px) {
    .dt {
        display:none;
    }
    
    .mob {
        display:block;
    }
}

.supply-type {
    font-size:13px;
    line-height:20px;
    margin-bottom: 0;
}

.top-savings {
    font-size:13px;
    line-height:20px;
    color:#7232DC;
    margin-bottom: 0;
    font-weight:600;
    text-transform: uppercase;
}

.price-summary-top {
    position:relative; 
    margin-top: 37px;
}

.og-price {
    font-size:13px; 
    margin-bottom: 0;
}

.discount-price {
    font-size:18px;
    color:#7232DC;
    font-weight:bold; 
    margin-bottom: 0;
}

@media(max-width: 991px) {
    .discount-price {
        font-size:17px;
    }
}
.order-summary-middle {
    border-top:2px solid #D9D9D9; 
    padding: 15px 0px;
}

.order-summary-middle p {
    font-size:18px; 
    line-height:25px;
    margin-bottom: 0;
}

@media(max-width: 991px) {
    .order-summary-middle p {
        font-size:15px; 
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 820px) { 
    .order-summary-middle p {
        font-size:13px; 
    }
}

@media(max-width: 374px) {
    .order-summary-middle p {
        font-size:14px; 
    }
}


.order-summary-middle p span {
    color:#7232DC;
    font-weight: 700;
}

.order-summary-middle-two {
    border-top:2px solid #D9D9D9;    
    padding: 10px 0px;
}

.order-summary-middle-two p {
    font-size:13px;
    line-height:18px;
    margin-bottom:0;
}

.order-summary-price {
    border-top:2px solid #D9D9D9;
    padding: 10px 0px;
    
}

.order-summary-price p {
    font-size:20px;
    line-height:25px;
    color:#7232DC;
}

.order-summary-price p span {
    font-weight:bold;
    font-family: 'Inter', sans-serif;
}

.guarantee-header {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: -0.02em;
    color: #383938;
    padding: 20px 15px 0;
}

.guarantee-copy {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: -0.02em;
    color: #000000;
    padding: 0 15px;
}

.never-run {
    font-size:14px;
    line-height:25px;
    padding: 14px 20px 18px;
    font-weight: 500;
}

.trusted-mbg,
.lyh-mbg {
    background:#F5F2F9;
    color:#000000;
    padding: 35px 60px;
    border-radius:15px;
}

.trusted-mbg .title,
.lyh-mbg .title {
    font-size:20px;
    line-height:25px;
    font-weight:bold;
    margin: 20px 0 10px;
}

.trusted-mbg .copy,
.lyh-mbg .copy {
    font-size:13px;
    line-height:16px;
    font-weight: 500;
}

.trusted-mbg .copy.firstCopy {
    margin-bottom: 35px;
}

.hidden {
    display: none;
}

/*NEW*/

.wrap58 {
    position: relative;
    width: 58%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-bottom: 0;
}

.wrap20 {
    position: relative;
    width: 20%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-bottom: 0;
}

.wrap52 {
    position: relative;
    width: 52%;
    /* margin-right: 1%; */
    /* margin-left: 0.8%; */
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.wrap46 {
    position: relative;
    width: 45.7%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.wrap46right {
    position: relative;
    margin-left: 1.1%;
}

@media (max-width: 768px) {
    .wrap46right {
        margin-left: 0;
    }
}

.wrap73 {
    position: relative;
    width: 73%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}


.wrap25 {
    position: relative;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}


/*END NEW*/

/*End Lift Checkout New Styles*/

.progress {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    height: 8px;
}

.progress-bar {
    background-color: #D9D9D9;
}

.progress + p {
    margin-top: 10px;
}

.secondchecklanguage {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #000000;
    text-align: justify;
    padding: 8px;
    margin: 0 auto 16px;
    width: 98%;
}

.encrypted {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #000000;
    text-align: left;
}

.ACMGShippingDate {
    display: none;
}

.continue-cta {
    margin-top: 31px;
}

.continue-cta > a {
    text-decoration: none;
}

.shippingDate {
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #000000;
}

.shippingDate span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #000000;
}

.productSummary {
    margin-left: 20px;
}

@media(max-width:991px) {
    .productSummary {
        margin-left: 15px;
    }
}

@media (max-width: 820px) {
    .productSummary {
        margin-left: 0;
        display: block !important;
        margin-top: 20px;
    }

    .price-summary-top {
        margin-top: 137px;
    }
}

.progress-div.d-md-none {
    margin-top: 35px;
    padding: 0 20px;
}

@media(max-width:430px) {
    .progress-div.d-md-none {
        margin-top:20px;
    }
}

.progress-div.d-md-none .progress {
    height: 6px;
}

.progress-div.d-md-none .step {
    font-size: 10px;
    line-height: 12px;
}

.formContainer {
    margin-top: 30px;
}

.heading-wrap {
    float: left;
    position: relative;
}

.heading {
    font-size:25px;
    line-height:25px;
    color: #3B2B56;
    font-weight:bold;
    padding-top: 10px;
}

.cc-img-wrap {
    float: right;
    position:relative;
    display:none;
}

@media (max-width: 430px) {
    .order-summary {
        background: none;
        margin-top: 0;
        padding-top:0;
        margin-bottom: 0;
    }

    .order-summary h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .order-summary-top img {
        width: 65px;
    }

    .productSummary {
        display: inline-block !important;
        margin-left: 15px;
        margin-top: 0;
    }

    .kit-name {
        font-size: 15px;
        line-height: 16px;
    }

    .supply-type {
        font-size: 10px;
        line-height: 16px;
    }

    .top-savings {
        font-size: 10px;
        line-height: 10px;
        text-transform: uppercase;
    }

    .og-price {
        font-size: 10px;
        line-height: 12px;
    }

    .discount-price {
        font-size: 15px;
        line-height: 18px;
    }

    .price-summary-top {
        margin-top: 30px;
    }

    .never-run {
        font-style: normal;
        font-size: 11px;
        line-height: 14px;
        letter-spacing: -0.02em;
        color: #000000;
        padding: 21px 15px 15px;
    }

    .shippingForm {
        padding: 0 27px;
    }

    .formContainer {
        margin-top: 0;
    }

    .formsection {
        margin-top: 0;
    }

    .wrap58 {
        width: 57%;
    }

    select#shipState {
        font-size: 13px;
    }

    .shippingDate {
        font-size: 14px;
        line-height: 17px;
    }

    .yesnobilling label {
        font-size: 11px;
        line-height: 13px;
    }

    .yesnobilling label.billsameques {
        display: inline-block;
    }

    .paymentseals {
        margin: 0 auto;
    }

    .returntoholder {
        width: 100%;
    }

    .trusted-mbg {
        padding: 27px 25px 29px;
    }

    .lyh-mbg {
        padding: 35px 25px 23px;
    }

    .trusted-mbg .title {
        font-size: 15px;
        line-height: 18px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .lyh-mbg .title {
        font-size: 15px;
        line-height: 18px;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .trusted-mbg .copy,
    .lyh-mbg .copy {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 0;
    }

    .encrypted {
        font-size: 10px;
        line-height: 12px;
    }

    .place_order {
        width: 90%;
        margin: 0 auto;
    }
}

.ACMGRetailContainer {
    display: none;
}

.bf-applied {
    background: #e8a9bc;
    position: relative;
    margin: 0 auto;
    margin-top: -50px;
    width: 75%;
    border-radius: 5px;
    padding: 15px;
}

@media(max-width:991px) {
    .bf-applied {
        padding: 15px 5px;
    }
}

@media(max-width:768px) {
    .bf-applied {
        padding: 15px 0px;
        width:100%;
    }
}

@media(max-width:767px) {
    .bf-applied {
        margin-top:0;
    }
}


@media(max-width:430px) {
    .bf-applied {
        width:90%
    }
}

.bf-applied p {
    text-align:center;
    margin: 0;
    font-size:14px;
    color:#000000;
    line-height:18px;
    font-weight: 600;
}

@media(max-width:991px) {
    .bf-applied p {
        font-size:13px;
    }
}

@media(max-width:991px) {
    .bf-applied p {
        font-size:13px;
    }
}

@media(max-width:430px) {
    .bf-applied p {
        font-size:13px;
        margin:0;
    }
}

.banner {
    background: #e8a9bc;

}

@media(max-width:767px) {
    .banner {
        margin-top: -1px;
    }
}

.bf-offer-dt p {
    font-size:22px;
    line-height:22px;
    padding: 30px 0 0px;
    position:relative;
    display:inline-block;
    vertical-align:top;
}

@media(max-width:820px) {
    .bf-offer-dt p {
        font-size:18px;
    }
}

.bf-offer-dt p span {
    font-weight:700;
}

@media(max-width:820px) {
    .bf-offer-mob {
        padding: 20px 0;
    }
}

.bf-offer-mob p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
}

@media(max-width:430px) {
    .bf-offer-mob p {
        font-size: 20px;
        line-height: 31px;
        font-weight: 500;
        padding: 0;
        margin-bottom: 0;
    }
}
.bf-offer-mob p span {
    font-weight: 700;
}

.bf-top {
    font-family: 'Recoleta', sans-serif;
    font-size: 20px!important;
    font-weight: 700;
    padding: 20px !important;
}

@media(max-width:820px) {
    .bf-top {
        font-size: 16px !important;
        line-height: 20px !important;
        width: 100%;
    }
}


@media(max-width:430px) {
    .bf-top {
        font-size:17px !important;
        line-height:40px!important;
        padding: 10px 0px 15px !important;
        width: 100%;
    }
}

.countdown-wrap {
    font-family:'Montserrat',sans-serif;
}

.countdown-wrap .myCountdown {
    min-width: 179px;
    background: #ffffff;
    padding: 5px;
    border-radius: 5px;
    color:#000000;
}

@media(max-width:430px) {
    .countdown-wrap .myCountdown {
        min-width: 199px;
        background: #ffffff;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 28px;
        
    }
}

.countdown-wrap .myCountdown .counter-hours {
    display: inline-block;
    min-width: 40px;   
}

.countdown-wrap .myCountdown .counter-minutes {
    display: inline-block;
    min-width: 40px;   
}

.countdown-wrap .myCountdown .counter-seconds {
    display: inline-block;
    min-width: 40px;   
}


@media(max-width:430px) {
    .bf-top {
        font-size:25px !important;
        line-height:40px!important;
        width: 100%;
    }
}

@media(max-width:430px) {
    .bf-top {
        font-size:22px !important;
        line-height:40px!important;
        padding: 10px 0px 15px !important;
        width: 100%;
        margin-bottom: 0;
    }
}
