#checkout {
	align-items: flex-start;
    display: flex;
    font-family: 'Inter';
}

#checkout-main {
    flex: 1;
	font-size: 14px;
	line-height: 20px;
    padding: 0 20px 0 0;
    position: relative;
}

.checkout-overlay {
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(3px);
    color: #555;
    font-size: 20px;
    font-weight: 800;
    text-shadow: 1px 1px 5px #ddd;
    height: 100%;
    left: 0;
    padding-top: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

#checkout .checkout-title {
    background: #48a7a7;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin: 5px 5px 20px 5px;
    padding: 10px 10px;
    text-align: center;
    text-shadow: 0px 0px 3px #074848;
}

#checkout hr {
    border-bottom: 1px dashed #99b3b3;
    border-left-width: 0;
    border-right-width: 0;
    border-top: 1px dashed #99b3b3;
    height: 2px;
    margin: 20px 0;
    padding: 0;
}

/* checkout summary */

#checkout-summary {
    background: #b6e6e6;
    border: 1px solid #48a7a7;
    border-radius: 5px;
    box-shadow: 0 0 3px #82a2a2;
    flex: 0 0 220px;
    line-height: 19px;
    padding: 15px;
    text-align: center;
}

#checkout .checkout-summary-block {
    background: #b6f3f3;
    border: 1px dotted #7dafaf;
    font-size: 13px;
    line-height: 17px;
    margin: 10px 0;
    padding: 10px;
}

#checkout .checkout-summary-block-title {
    color: #0b6363;
    font-size: 14px;
    font-weight: 800;
	margin-bottom: 2px;
    text-transform: uppercase;
}

#checkout .sidebar-edit {
    background: #c38e27;
    border: 1px solid #a27a2e;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    margin: 5px 0 0 0;
    padding: 3px 9px;
    text-shadow: 0 0 3px #806128;
    text-transform: uppercase;
}

#checkout .sidebar-edit:hover {
    background: #e29500;
    color: #fff;
}

/* two-column flex */

#checkout .flex-2col{display:flex}#checkout .flex-2col-half{flex:50%;padding:0 40px 0 0}

/* form layouts */

#checkout .option{margin:15px 0 0 0;padding:0}#checkout .option div{margin:3px 0 10px 32px}#checkout fieldset{border:0;border-left:2px solid #008282;margin:5px 0 15px 12px;padding:10px 5px 10px 20px}#checkout .field-row{line-height:25px;margin:0 0 10px 0}#checkout .field-row .required{color:#000}#checkout .field-row .required:after{color:#00aeae;content:" \f069";font-family:'Font Awesome 5 Free';font-size:7px;line-height:7px;vertical-align:super}#checkout span.field-label{display:inline-block;font-weight:700;width:200px}#checkout div.field-label{font-weight:700}#checkout .field-submit{border-top:1px dashed #99b3b3;margin:30px 0 0 0;padding:25px 0;text-align:center}

/* form fields */ 

#checkout input[type=checkbox],#checkout input[type=radio]{display:none}#checkout input[type=checkbox]+label,#checkout input[type=radio]+label{font-size:17px;line-height:17px;padding:5px}#checkout input[type=checkbox]+label:hover,#checkout input[type=radio]+label:hover{color:#194e86;cursor:pointer}#checkout input[type=radio]+label:before{color:#777;content:"\f111";font-family:'Font Awesome 5 Free';margin-right:10px}#checkout input[type=checkbox]+label:before{color:#777;content:"\f0c8";font-family:'Font Awesome 5 Free';margin-right:10px}#checkout input[type=checkbox]:checked+label,#checkout input[type=radio]:checked+label{color:#008282;font-weight:700}#checkout input[type=checkbox]:checked+label:before{color:#008282;content:"\f14a";font-family:'Font Awesome 5 Free'}#checkout input[type=radio]:checked+label:before{color:#008282;content:"\f058";font-family:'Font Awesome 5 Free'}#checkout input[type=number],#checkout input[type=text],#checkout select{background-color:#e1f9f9;border:1px solid #0095a1;border-radius:2px;box-shadow:0 0 3px #9ec9ea;box-sizing:border-box;color:#053535;font-family:Inter;font-size:14px;font-weight:500;height:30px;line-height:20px;padding:5px 7px;vertical-align:middle}#checkout input[type=text]:not(.field-sm):not(.field-md):not(.field-lg){width:300px}#checkout select{cursor:pointer;padding:2px}#checkout input[type=radio]{margin:0 7px 0 0;vertical-align:middle}#checkout input[type=number]:focus,#checkout input[type=text]:focus,#checkout select:focus{background-color:#a3ffff;border:1px solid #026e6e;box-shadow:0 0 3px #00d9d9;color:#000;outline-width:0}#checkout input.field-sm{width:75px}#checkout input.field-md{width:150px}#checkout input.field-lg{width:700px}#checkout .field-error{background-color:#ffe1e1!important;border:1px solid #ff022f!important;box-shadow:0 0 3px #fba7b5!important}#checkout ::placeholder{color:#aaa;font-size:12px;font-weight:400;line-height:20px;padding:0}.save-checkout{background:#47abab;border:1px solid #2e8a8a;border-bottom-width:2px;border-radius:4px;color:#fff;cursor:pointer;font-size:15px;font-weight:800;padding:10px;text-shadow:0 0 3px #1b7979;text-transform:uppercase}.save-checkout:active{border-bottom-width:1px;transform:translateY(1px)}.save-checkout:hover{background:#00e1e1}

/* payment */

#checkout-autoship {
    background: linear-gradient(to right, #a3ffbb, #d9f3a5, #a3ffbb);
    border: 1px solid #4fa968;
    border-radius: 5px;
    box-shadow: 0 0 9px rgba(48, 154, 91, .5);
    padding: 20px;
    position: relative;
}

#checkout-autoship-faq {
    bottom: 8px;
    color: #135a27;
    font-size: 12px;
    font-style: italic;
    position: absolute;
    right: 8px;
}

/*--Aesthetics--*/

.payment-cart-details {display: flex; flex-wrap: nowrap; justify-content: space-evenly; border: 1px solid #d1d1d1; padding: 10px; margin: 0 0 10px 0;}
.pay-1, .pay-2, .pay-3 {order: 1; padding: 0 10px; font-size: 18px; line-height: 26px;}
.pay-1, .pay-2 {}
.pay-1 {width: 50%; border-right: 1px dashed #d1d1d1; font-weight: bold;}
.pay-1 span{font-weight: normal; font-size: 12px; font-style: italic;}
.pay-2 {width: 30%; border-right: 1px dashed #d1d1d1; text-align: center;}
.pay-3 {width: 20%; text-align: center; font-weight: bold; color: #009595;}

.payment-price-details {display: flex; flex-wrap: nowrap; justify-content: space-evenly; border: 1px solid #d1d1d1; font-size: 14px; line-height: 26px; padding: 5px; text-align: center;}
.payment-price-details div {order: 1; text-align: center; padding: 5px; border-right: 1px dashed #d1d1d1;}
.payment-price-details div:last-child {border-right: none;}
.payment-price-details div span {font-weight: bold; color: #009595;}
.payment-order-total {background: #00c4c4; color: #fff; font-weight: bold;}

.payment-save-bs-info {display: inline-block; padding: 10px 20px; margin: 10px; border: 1px dashed #d1d1d1; font-size: 18px; line-height: 26px;}
.payment-save-bs-info:hover {background: #eaffff; transition: all 0.5s;}

.first-auto-ship-date {display: inline-block;
    font-size: 15px;
    line-height: 24px;
    color: #006b6b;
}}
.first-auto-ship-date span {font-size: 20px; line-height: 28px;}



.checkout-summary-title {cursor: pointer; text-align: center; font-size: 24px; font-weight: 400; padding: 20px 10px; color: #004f4f; display: none;}

.turn-into-autoship {
    color: #006969;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

/* mobile overrides */
@media only screen and (max-width: 1000px) {
#checkout {flex-direction: column-reverse; flex-wrap: wrap;}
#checkout-main {order: 1; padding: 0; width: 100%;}
#checkout-summary {order: 2; flex: 0 0 100px; width: 100%; box-sizing: border-box;margin: 0 0 20px 0;}
.checkout-summary-title {display: block;}
}

@media only screen and (max-width: 850px) {
    
    #checkout-summary-mobile-hide {
        display: none;
    }
    
    #checkout-main {
        box-sizing: border-box;
        margin: 0 auto;
        width: 100%;
    }

    #checkout-summary {
        box-sizing: border-box;
        margin: 0 auto 20px 0;
        width: 100%;
    }

    #checkout .flex-2col {
        border-top: 0;
        display: block;
        padding: 0 0 0 0;
    }

    #checkout .flex-2col-half {
        border-right: 0;
        box-sizing: border-box;
        display: block;
        flex: 0 0 100%;
        margin: 0;
        padding: 0;
    }

    #checkout .flex-2col-half:last-child {
        border: 0;
        padding: 0;
    }
    
    #checkout span.field-label {
        display: block;
        width: 100%;
    }
	
.payment-price-details {display: block; border: none; padding: 0;}
.payment-price-details div {display: block; text-align: center; padding: 10px; border-bottom: 1px dashed #d1d1d1; border-right: none;}
.payment-price-details div:last-child {border-bottom: none;}

}
@media only screen and (max-width: 650px) {
.checkout-summary-block {width: auto; display: block; margin: 0 10px 10px 10px;}
}