header#site-header, .woocommerce-notices-wrapper{
    display: none;
}
#content {
    padding: 20px 16px;
    max-width: 960px;
}




.checkout-header {
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.03);
    border-radius: 5px;
    margin-bottom: 20px;
}
.checkout-header>div {
    padding: 30px;
}











.radio-option h3{
    font-family: Inter, sans-serif;
    font-size: 18px;
    color: #4a4a4a;
    margin: 0 15px 25px;
    text-transform: uppercase;
}
.checkout-header .radio-option label {
    display: block;
    border-radius: 8px;
    padding: 24px 15px;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.1);
    cursor: pointer;
    border: 1px solid white;
}
.checkout-header .radio-option label:hover {
    border-color: #8f9295;
}
.checkout-header .radio-option label:last-child {
    margin-top: 20px;
}
.checkout-header .radio-option label:has(input:checked) {
    border-color: #118ccd;
}
.checkout-header .radio-option input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.checkout-header .radio-option .bullet {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #21282e;
    border-radius: 50%;
    margin-right: 8px;
}
.checkout-header .radio-option input:checked+.bullet {
    border: 5px solid #118ccd;
}
.checkout-header .radio-option span.label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #21282e;
    vertical-align: bottom;
    font-family: Inter, sans-serif;
}
span.variation-coupon-off {
    border: 1px solid #17df87;
    padding: 2px 4px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    font-family: Inter, sans-serif;
    font-size: 12px;
    gap: 4px;
}
.checkout-header .radio-option label>div:not(.description) {
    font-family: Inter, sans-serif;
    font-size: 12px;
    color: #71747a;
    margin-top: 8px;
}
.checkout-header .radio-option label>div:not(.description) span.woocommerce-Price-amount.amount {
    color: #21282e;
    font-size: 18px;
}
.checkout-header .radio-option label:has(input:not(:checked)) .description {
    display: none;
}
.checkout-header .radio-option .description>div:first-child {
    font-family: Inter, sans-serif;
    font-size: 13px;
    color: #71747a;
    margin-top: 8px;
}
.checkout-header .payment-details>div>div {
    font-family: Inter, sans-serif;
    font-size: 12px;
    min-height: 64px;
    align-content: center;
}
.checkout-header .payment-details span.woocommerce-Price-amount.amount {
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
    display: inline-block;
}
.payment-details del bdi {
    color: #71747a;
    text-decoration: line-through;
}
span.desktop-date {
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 1.6;
    color: #21282e;
}
span:is(.desktop-date, .mobile-date) strong {
    font-weight: 600;
}












form.checkout.woocommerce-checkout {
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #f4f3f4;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.03);
}
form.checkout.woocommerce-checkout h3 {
    margin-block: 0 15px;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 18px;
    color: #4a4a4a;
}












form.checkout.woocommerce-checkout :is(.form-row-first, .form-row-last) {
    width: calc(50% - 4px);
    overflow: visible;
}
form.checkout.woocommerce-checkout .form-row-first {
    float: left
}
form.checkout.woocommerce-checkout .form-row-last {
    float: right
}
form.checkout.woocommerce-checkout .form-row-wide {
    clear: both
}
#billing_address_1_field, #billing_city_field{
    width: calc(100% / 3 * 2 - 4px);
}
#billing_address_2_field, #billing_postcode_field{
    width: calc(100% / 3 - 4px);
}
#billing_phone_field span.woocommerce-input-wrapper>div {
    width: 100%;
}







ul.wc_payment_methods {
    list-style: none;
    padding: 0;
}
li.wc_payment_method label {
    margin-bottom: 16px;
    border: 1px solid #17df87;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15),0 2px 4px 2px rgba(0,0,0,.15);
    padding: 24px;
    width: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 75px;
    cursor: pointer;
}
li.wc_payment_method label:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 6px solid #118ccd;
    border-radius: 50%;
}
li.wc_payment_method label:hover:before {
    width: 21px;
    height: 21px;
    border-width: 7px;
}
.payment_box {
    padding: 24px 16px;
    background: #f9f9fe;
    font-family: Inter, sans-serif;
    font-size: 12px;
    color: #485056;
}
.payment_box p{
    margin: 0;
}
.payment_box hr{
    margin-block: 16px 20px;
}









.order-summary {
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
    margin-top: 46px;
}
.coupon-form {
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.1);
}
.coupon-form h4 {
    padding: 12px 30px 12px 16px;
    position: relative;
    color: #21282e;
    margin: 0;
    font-size: 14px;
    font-family: Inter, sans-serif;
}
.coupon-form h4:hover {
    background: #f3f5f8;
    cursor: pointer;
}
.coupon-form svg {
    position: absolute;
    right: 8px;
    top: 10px;
}
.coupon-form .closed path.up {
    display: none;
}
.coupon-form h4:not(.closed) path.down {
    display: none;
}



.coupon-form div {
    display: flex;
    gap: 16px;
    padding: 8px 16px 16px;
}
.coupon-form p {
    margin: 0;
    flex-grow: 1;
}
.coupon-form label {
    color: #000004;
    margin-bottom: 4px;
    font-weight: 500;
    font-family: Inter, sans-serif;
    font-size: 14px;
}
.coupon-form p input {
    padding: 10px 16px;
    height: 40px;
    border-color: #d7dadf;
    color: #21282e;
    border-radius: 4px;
    font-size: 14px;
    font-family: Inter, sans-serif;
}
.coupon-form p input:is(:focus, :not(:placeholder-shown)) {
    border-color: #05ab5b;
    outline: none;
}
.coupon-form button.button {
    border-radius: 22px;
    border: none;
    padding: 9px 23px;
    font-size: 14px;
    font-family: Inter, sans-serif;
    line-height: 20px;
    background: #118ccd;
    color: #fff;
}
.coupon-form p:has(input:placeholder-shown)+button {
    color: #8f9295;
    background: #f0f1f6;
    cursor: not-allowed;
}
p.form-row.form-row-first.invalid-coupon{
    position: relative;
}
p.form-row.form-row-first.invalid-coupon input#coupon_code:not(:focus){
    border-color: #ce0018 !important;
}
p.form-row.form-row-first.invalid-coupon svg{
    top: 34px;
    right: 10px;
}
.order-summary .coupon-form p.form-row.form-row-first:not(.invalid-coupon) :is(span, svg) {
    display: none;
}






.order-summary>div:not(.coupon-form) {
    border: 1px solid #17df87;
    padding: 16px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15),0 2px 4px 2px rgba(0,0,0,.15);
    border-radius: 8px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}
.coupon-details {
    flex-grow: 1;
}
button.remove-coupon {
    border-radius: 50px;
    padding: 9px 23px;
    border: 1px solid #21282e;
    color: #21282e;
    line-height: 20px;
}
button.remove-coupon:is(:hover, :focus) {
    color: #71747a;
    border-color: #71747a;
    background: white;
}






table.summary-table {
    margin-block: 24px;
    border-collapse: separate;
    border-spacing: 0 8px;
}
table.summary-table td {
    border: none;
    background: none !important;
    padding: 0;
    font-family: Inter, sans-serif;
}
table.summary-table td:last-child {
    text-align: right;
}
.table-coupon-details>span:first-child {
    display: inline-flex;
    gap: 4px;
    border: 1px solid #17df87;
    border-radius: 8px;
    padding: 2px 4px;
    font-size: 12px;
    align-items: center;
    color: #000004;
    line-height: 1.6px;
    margin-right: 4px;
    vertical-align: middle;
}
.table-coupon-details svg {
    color: #17df87 !important;
}
.table-coupon-details>span:last-child {
    font-size: 12px;
    color: #21282e;
    line-height: 1.6;
}
.summary-table .order-total td:first-child {
    line-height: 1.5;
    color: #21282e;
    font-size: 14px;
    font-weight: 500;
}
.summary-table td[data-title="Total"] {
    font-size: 18px;
    line-height: 1.4;
    color: #21282e;
}
.order-total td[data-title="Total"] del {
    margin-left: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #71747a;
}
table.summary-table tr:last-child td:first-child,
table.summary-table tr:last-child td:last-child {
    line-height: 1.6;
    font-size: 12px;
    color: #71747a;
}
table.summary-table tr:last-child td:last-child span {
    font-weight: 500;
    color: #21282e;
}






.woocommerce-privacy-policy-text a {
    color: #1e84d7 !important;
}
.woocommerce-privacy-policy-text a:not(:hover) {
    text-decoration: none;
}
.woocommerce-terms-and-conditions-wrapper abbr.required {
    text-decoration: none;
    color: #ff4747;
}
button#place_order {
    font-family: Inter, sans-serif;
    color: white;
    border-radius: 10px;
    border: none;
    line-height: 1.4;
    width: 100%;
    padding: 10px;
    background: #00183d;
}
.form-row.place-order:not(:has(p.form-row.validate-required.woocommerce-validated)) #place_order{
    background: #cdcdcd;
    pointer-events: none;
}
.icons {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
}











@media(min-width: 769px) {
    .checkout-header .payment-details {
        display: flex;
        gap: 4px;
    }
    .checkout-header .first {
        min-width: 104px;
    }
    .checkout-header .last {
        width: 100%;
    }
    .payment-details>div>div {
        padding: 4px 8px;
    }
    .checkout-header .first div {
        background: color-mix(in srgb, transparent 75%, rgb(17, 140, 205));
        border-radius: 8px 0 0 8px;
    }
    .checkout-header .last div {
        background: color-mix(in srgb, transparent 85%, rgb(17, 140, 205));
        border-radius: 0 8px 8px 0;
    }
    .checkout-header .radio-option .payment-details{
        text-align: center;
    }
    .checkout-header span.mobile-date {
        display: none;
    }
}
@media(max-width: 768px) {
    .payment-details .first {
        margin-bottom: 4px;
    }
    .payment-details>div>div{
        border-left: 8px solid color-mix(in srgb,transparent, #118ccd 15%);
        padding-left: 16px;
    }
    .checkout-header span.desktop-date {
        display: none;
    }
}
@media(min-width: 993px) {
    #content {
        max-width: 1200px;
    }
    .checkout-header {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .checkout-header .info {
        border-right: 1px solid #eaeaea;
    }
    form.checkout.woocommerce-checkout {
        display: grid;
        grid-template-columns: calc(50% + 30px) calc(50% - 30px);
        padding: 30px;
    }
    .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
        grid-column: span 2;
        margin-bottom: 10px;
    }
    #customer_details {
        padding-right: 30px;
        margin-right: 30px;
        border-right: 1px solid #eaeaea;
    }
    .coupon-form div {
        align-items: flex-start;
    }
    .coupon-form button.button{
        margin-top: 25px;
    }
}
@media(min-width: 1281px) {
    #content {
        padding: 20px 40px;
    }
}
@media(max-width: 992px) {
    .coupon-form div {
        flex-direction: column;
    }
    button.remove-coupon {
        width: 100%;
    }
}




