*{
    font-family: "Montserrat", Sans-serif;;
}

table th, 
table td{
    border: none !important;
}

form.checkout .woocommerce-error,
.woocommerce-message{
    display: none !important;
}

#checkout-left{
    display: table;
    width: 50%;
    float: left;
    padding-right: 10px;
}
#checkout-right{
    display: table;
    width: 50%;
    float: right;
    padding-left: 10px;
}

.woocommerce-checkout-review-order{
    display: table;
    width: 100%;
}

.woocommerce-billing-fields,
.woocommerce-additional-fields{
    display: table;
    width: 100%;
    padding: 20px;
    background-color: #f1f1f1;
}

.woocommerce-billing-fields input[type="text"],
.woocommerce-billing-fields input[type="email"],
.woocommerce-billing-fields input[type="textarea"],
.woocommerce-billing-fields input[type="tel"],
.woocommerce-additional-fields textarea{
    border-radius: 0;
    outline: none;
    border: none;
    border-bottom: 1px #A6B0A5 solid;
    background-color: #f1f1f1;
    padding: 10px 0px 2px 0px;
}

.woocommerce-billing-fields input:focus,
.woocommerce-additional-fields textarea:focus{
    border-bottom: 1px #A6B0A5 solid;
}

.woocommerce-invalid input {
    border-bottom: 1px red solid !important;
}
.woocommerce-invalid input[type="checkbox"] {
    border: .125rem solid !important;
    border-color: red !important;
}

p.form-row label{
    margin-top: 15px;
}

.error-message,
.checkout-inline-error-message {
    color: #ff0000;
    font-size: 10px;
    font-weight: 500;
    margin-top: 5px;
    display: block;
    position: absolute;
}

/*terms error*/
p#terms_description{
    display: none !important;
    content: "" !important;
}

/*select2 dropdowns error*/
#billing_state_field.woocommerce-invalid > .woocommerce-input-wrapper span.select2-selection--single,
#billing_country_field.woocommerce-invalid > .woocommerce-input-wrapper span.select2-selection--single{
    border: 1px solid #ff0000 !important;
}

ul#shipping_method,
ul.payment_methods{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

ul#shipping_method li,
ul.payment_methods li{
    display: block;
    width: 100%;
    padding: 10px;
    text-align: right;
    background-color: #f9f9f9;
    margin: 10px 0px;
    border-radius: 6px;
}

ul#shipping_method li input,
ul.payment_methods li input{
    margin-bottom: -6px;
    float: left;
}
ul#shipping_method li label,
ul.payment_methods li label{
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 0px 5px 0px;
    cursor: pointer;
}

ul#shipping_method li input:checked + label,
ul.payment_methods li input:checked + label{
    font-weight: 600;
}

td.custom-total-price strong{
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
td.custom-total-price .includes_tax{
    display: block;
    width: 100%;
    margin-bottom: 5px;
}


input#terms{
    margin-bottom: -7px;
    margin-right: 2px;
}

.flex-table {
    display: flex !important;
    flex-direction: column;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ccc;
}

.flex-row {
    display: flex;
    width: 100%;
}

.flex-cell {
    flex: 1; /* Each cell takes equal space */
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
}

.flex-cell-30 {
    flex: 3; /* 30% of total (3 out of 10) */
    text-align: left;
}
.flex-cell-40 {
    flex: 4; /* 40% of total (4 out of 10) */
    text-align: left;
}

.flex-cell-60 {
    flex: 6; /* 60% of total (6 out of 10) */
    text-align: right;
}

.flex-cell-70 {
    flex: 7; /* 70% of total (7 out of 10) */
    text-align: right;
}

.flex-cell-100 {
    flex: 1; /* 100% of total (10 out of 10) */
}

.flex-cell-30-product {
    flex: 3; /* 30% of total (3 out of 10) */
    text-align: right;
}

.flex-cell-70-product {
    flex: 7; /* 70% of total (7 out of 10) */
    text-align: left;
}

.flex-cell-30-coupon {
    flex: 3; /* 30% of total (3 out of 10) */
    text-align: right;
    padding: 5px 15px;
    margin-top: 5px;
}

.flex-cell-70-coupon {
    flex: 7; /* 70% of total (7 out of 10) */
    text-align: left;
    padding: 5px 15px;
}


tr.order-total{
    border-top: 1px #000 solid !important;
}

div#payment{
    padding: 0px;
}

b.custom-payment-heading{
    font-size: 15px;
    font-weight: 700;
}

.payment_box{
    display: table;
    width: 100%;
    font-size: 12px;
    padding: 10px;
    background-color: #f0efef;
    margin: 10px 0px;
    border-radius: 6px;
    text-align: left;
}

.woocommerce-terms-and-conditions-wrapper{
    margin: 20px 0px;
}

.custom-terms-and-conditions input{
    margin-bottom: -6px;

}
.custom-terms-and-conditions label{
    font-size: 14px;
}
.custom-form-row-first {
    float: left;
    width: 48%;
    margin-right: 4%;
    clear: none;
}

.custom-form-row-last {
    float: right;
    width: 48%;
    clear: none;
}

div#custom-billing-form p.form-row{
    margin-bottom: 25px;
}

p#billing_country_field{
    margin-bottom: 20px;
}

.custom-register-customer label,
.custom-signup-newsletter label{
    cursor: pointer;
}

.custom-register-customer input[type="checkbox"],
.custom-signup-newsletter input[type="checkbox"]{
    margin-bottom: -5px;
}


/* hide optional label*/
span.optional{
    content: "" !important;
    display: none !important;
}

#place_order{
    display: inline-block;
    width: 48%;
    float: right;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    text-align: center;
    background-color: #212227;
    color: #fff;
    transition: all 0.5s ease;
    cursor: pointer;
    border: 0 !important;
    border-radius: 0 !important;
}
#place_order:hover{
    background-color: #6C7C69;
    color: #fff;
}

.custom-cart-return-btn{
    display: table;
    width: 100%;
}
.cart-return-btn{
    display: inline-block;
    width: 48%;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    text-align: center;
    background-color: #212227;
    color: #fff;
    transition: all 0.5s ease;
    cursor: pointer;
    border: 0 !important;
    border-radius: 0 !important;
}
.cart-return-btn:hover{
    background-color: #6C7C69;
    color: #fff;
}
.shop-return-btn{
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    text-align: center;
    background-color: #212227;
    color: #fff;
    transition: all 0.5s ease;
    cursor: pointer;
    border: 0 !important;
    border-radius: 0 !important;
}
.shop-return-btn:hover{
    background-color: #6C7C69;
    color: #fff;
}

.woocommerce-terms-and-conditions-checkbox-text{
    font-size: 11px;
}

.woocommerce-terms-and-conditions-checkbox-text a{
    color: #000;
    font-weight: bold;
}
.woocommerce-terms-and-conditions-checkbox-text a:hover{
    color: #6C7C69;
    font-weight: bold;
}

/* THANK YOU BACS PAYMENT*/
.woocommerce-order-details{
    display: table;
    width: 50%;
    float: left;
    padding-right: 10px;
}
.woocommerce-customer-details{
    display: table;
    width: 50%;
    float: right;
    padding-left: 10px;
}

.woocommerce-order-details__title,
.woocommerce-column__title{
    font-size: 26px;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details{
    display: flex !important;
    flex-direction: column;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ccc;
}
.woocommerce-table__line-item.order_item{
    background-color: #f1f1f1 !important;
    border-bottom: 1px #dedede solid;
}

.wc-item-meta{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.wc-item-meta li p{
    margin: 0;
    padding: 0;
}
.wc-item-meta li {
    margin-bottom: 10px;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr{
    display: flex;
    width: 100%;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th{
    flex: 3; /* 30% of total (3 out of 10) */
    text-align: left;
    padding: 5px 15px;
    margin-top: 5px;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td{
    flex: 7; /* 70% of total (7 out of 10) */
    text-align: right;
    padding: 5px 15px;
    margin-top: 5px;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.product-name{
    text-align: left;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th.product-total,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.product-total{
    flex: 3; /* 30% of total (3 out of 10) */
    text-align: right;
    padding: 5px 15px;
    margin-top: 5px;
}

.woocommerce-customer-details address{
    display: flex !important;
    flex-direction: column;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px;
    line-height: 30px;
}

.order-actions--heading,
.order-actions-button{
    display: none !important;
}
small.shipped_via{
    float: left;
}
small.includes_tax{
    display: block;
}

.custom-order-payment-text{
    display: table;
    width: 100%;
    padding: 20px 0px;
}

ul.woocommerce-order-overview{
    list-style:none;
    margin: 0;
    padding: 0;
}
ul.woocommerce-order-overview li{
    margin: 10px 0px;
}

/* CHECKBOX STYLE */
input[type="radio"],
input[type="checkbox"]{
    display: inline-block;
    border: .125rem solid;
    border-color: #bebebe !important;
    border-radius: .1875rem;
    width: 1.4375rem;
    height: 1.4375rem;
    position: relative;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    margin-right: .8125rem;
    transition: all .3s;
    cursor: pointer
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    border-color: #212227 !important;
}

input[type="radio"]::before,
input[type="checkbox"]::before{
    content: " ";
    display: block;
    height: .75rem;
    width: .375rem;
    background-color: transparent;
    position: absolute;
    top: .125rem;
    left: .4375rem;
    border-bottom: 3px solid #212227;
    border-right: 3px solid #212227;
    opacity: 0;
    transition: opacity .2s;
    transform: rotate(45deg)
}

input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
    opacity: 1;
}



/* TABLET */
@media (max-width: 1024px){
    #checkout-left,
    #checkout-right{
        width: 100%;
        padding: 0;
    }

    #checkout-right{
        margin-top: 20px;
    }

    .custom-form-row-first,
    .custom-form-row-last{
        width: 100%;
    }

    .woocommerce-terms-and-conditions-checkbox-text{
        font-size: 12px;
    }

    #place_order,
    .cart-return-btn{
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .woocommerce-order-details,
    .woocommerce-customer-details{
        width: 100%;
    }

}

/* CUSTOM CHECKOUT SHORTCODE */
.woo-checkout-shortcode{
    background-color: #F3EFE3;
    box-sizing: border-box;
    color: #222222;
    display: block;
    font-family: "Montserrat", Sans-serif;
    padding: 34px 28px;
    width: 100%;
}

.woo-checkout-shortcode .woo-checkout-layout{
    align-items: flex-start;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) 440px;
    width: 100%;
}

.woo-checkout-shortcode .woo-checkout-left,
.woo-checkout-shortcode .woo-checkout-right{
    display: block;
    float: none;
    padding: 0;
    width: 100%;
}

.woo-checkout-shortcode .woo-checkout-step{
    background-color: #FFFEF9;
    border: 1px solid #DFDDD9;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    width: 100%;
}

.woo-checkout-shortcode .woo-checkout-step.active{
    cursor: default;
}

.woo-checkout-shortcode .woo-checkout-step:hover,
.woo-checkout-shortcode .woo-checkout-step.active{
    border-color: #CFCBC1;
    box-shadow: 0 2px 12px rgba(34, 34, 34, 0.04);
}

.woo-checkout-shortcode .woo-checkout-step-header{
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 10px;
    padding: 20px 18px;
}

.woo-checkout-shortcode .woo-checkout-step-number{
    align-items: center;
    border: 2px solid #B8B5AA;
    border-radius: 50%;
    color: #8E8A7E;
    display: inline-flex;
    font-size: 17px;
    font-weight: 600;
    height: 28px;
    justify-content: center;
    line-height: 1;
    min-width: 28px;
    width: 28px;
}

.woo-checkout-shortcode .woo-checkout-step.active .woo-checkout-step-number{
    border-color: #5C5C53;
    color: #222222;
}

.woo-checkout-shortcode .woo-checkout-step.completed .woo-checkout-step-number{
    background-color: #5F742E;
    border-color: #5F742E;
    color: #FFFFFF;
    font-size: 0;
}

.woo-checkout-shortcode .woo-checkout-step.completed .woo-checkout-step-number::before{
    content: "✓";
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.woo-checkout-shortcode .woo-checkout-step h2{
    color: #222222;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.woo-checkout-shortcode .woo-checkout-step.completed h2{
    color: #8E8A7E;
}

.woo-checkout-shortcode .woo-checkout-step:not(.active) .woo-checkout-step-content{
    display: none;
}

.woo-checkout-shortcode .woo-checkout-step-content{
    cursor: default;
    padding: 0 18px 18px;
}

.woo-checkout-shortcode .woo-checkout-row{
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
}

.woo-checkout-shortcode p.form-row{
    float: none !important;
    margin: 0 0 18px 0;
    padding: 0;
    width: 100% !important;
}

.woo-checkout-shortcode p.form-row label{
    color: #5C5C53;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 8px 0;
}

.woo-checkout-shortcode input[type="text"],
.woo-checkout-shortcode input[type="email"],
.woo-checkout-shortcode input[type="tel"],
.woo-checkout-shortcode input[type="number"],
.woo-checkout-shortcode input[type="password"],
.woo-checkout-shortcode select,
.woo-checkout-shortcode textarea,
.woo-checkout-shortcode .select2-container .select2-selection--single{
    background-color: #FFFEF9;
    border: 1px solid #DFDDD9 !important;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #5C5C53;
    display: block;
    font-size: 16px;
    height: 44px;
    line-height: 1.2;
    outline: none;
    padding: 10px 12px;
    transition: border-color 0.25s ease;
    width: 100%;
}

.woo-checkout-shortcode textarea{
    height: 110px;
    line-height: 1.45;
    resize: vertical;
}

.woo-checkout-shortcode .select2-container{
    display: block;
    width: 100% !important;
}

.woo-checkout-shortcode .select2-container .select2-selection--single .select2-selection__rendered{
    color: #5C5C53;
    line-height: 22px;
    padding-left: 0;
}

.woo-checkout-shortcode input:focus,
.woo-checkout-shortcode select:focus,
.woo-checkout-shortcode textarea:focus,
.woo-checkout-shortcode .select2-container--open .select2-selection--single{
    border-color: #9B9B8B !important;
}

.woo-checkout-shortcode input::placeholder,
.woo-checkout-shortcode textarea::placeholder{
    color: #9B978D;
    opacity: 1;
}

.woo-checkout-shortcode .woo-checkout-checkbox,
.woo-checkout-shortcode .woo-checkout-checkbox-field label{
    align-items: center;
    color: #5C5C53;
    cursor: pointer;
    display: flex;
    font-size: 17px;
    font-weight: 500;
    gap: 0;
    line-height: 1.4;
    margin: 0 0 18px 0;
}

.woo-checkout-shortcode .woo-checkout-checkbox input,
.woo-checkout-shortcode .woo-checkout-checkbox-field input{
    margin-bottom: 0;
    margin-top: 0;
}

.woo-checkout-shortcode .woo-checkout-r1-fields,
.woo-checkout-shortcode .woo-checkout-shipping-fields{
    display: none;
}

.woo-checkout-shortcode .woo-checkout-r1-fields.active,
.woo-checkout-shortcode .woo-checkout-shipping-fields.active{
    display: block;
}

.woo-checkout-shortcode .woo-checkout-next,
.woo-checkout-shortcode button.wpdpd-pudo-open,
.woo-checkout-shortcode .woo-checkout-confirm-actions #place_order{
    background-color: #5C5C53;
    border: 2px solid #5C5C53 !important;
    border-radius: 5px !important;
    box-shadow: none;
    box-sizing: border-box;
    color: #FFFEF9;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 4px 0 0 auto;
    min-width: 185px;
    padding: 14px 22px;
    text-align: center;
    transition: all 0.25s ease;
    width: auto;
}

.woo-checkout-shortcode .woo-checkout-next:hover,
.woo-checkout-shortcode .woo-checkout-next:focus,
.woo-checkout-shortcode button.wpdpd-pudo-open:hover,
.woo-checkout-shortcode button.wpdpd-pudo-open:focus,
.woo-checkout-shortcode button#box_now_delivery_button:hover,
.woo-checkout-shortcode button#box_now_delivery_button:focus,
.woo-checkout-shortcode .woo-checkout-confirm-actions #place_order:hover,
.woo-checkout-shortcode .woo-checkout-confirm-actions #place_order:focus{
    background-color: #77776D;
    border-color: #77776D !important;
    color: #FFFEF9;
    outline: none;
}

.woo-checkout-shortcode .woo-checkout-step-content::after{
    clear: both;
    content: "";
    display: table;
}

.woo-checkout-shortcode .woo-checkout-empty-step,
.woo-checkout-shortcode .woo-checkout-confirm-text{
    color: #5C5C53;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 18px;
}

.woo-checkout-shortcode .boxnow-form-row-hidden,
.woo-checkout-shortcode .boxnow-locker-id-field{
    display: none !important;
}

.woo-checkout-shortcode .woo-checkout-native-shipping-toggle{
    display: none !important;
}

.woo-checkout-shortcode .woo-checkout-shipping-table,
.woo-checkout-shortcode .woo-checkout-shipping-table tfoot,
.woo-checkout-shortcode .woo-checkout-shipping-table tbody,
.woo-checkout-shortcode .woo-checkout-shipping-table tr,
.woo-checkout-shortcode .woo-checkout-shipping-table th,
.woo-checkout-shortcode .woo-checkout-shipping-table td{
    border: none !important;
    display: block;
    padding: 0;
    width: 100%;
}

.woo-checkout-shortcode .woo-checkout-shipping-table th{
    color: #222222;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.woo-checkout-shortcode .woo-checkout-shipping-table .woocommerce-shipping-totals th{
    display: none;
}

.woo-checkout-shortcode ul#shipping_method,
.woo-checkout-shortcode ul.woo-checkout-shipping-list,
.woo-checkout-shortcode ul.payment_methods{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.woo-checkout-shortcode ul#shipping_method li,
.woo-checkout-shortcode ul.woo-checkout-shipping-list li,
.woo-checkout-shortcode ul.payment_methods li{
    align-items: flex-start;
    background-color: #F8F6F0;
    border: 1px solid #DFDDD9;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    margin: 0 0 12px 0;
    padding: 15px;
    text-align: left;
    width: 100%;
}

.woo-checkout-shortcode ul#shipping_method li .woo-checkout-shipping-method-main{
    align-items: center;
    column-gap: 14px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    row-gap: 10px;
    width: 100%;
}

.woo-checkout-shortcode ul#shipping_method li .woo-checkout-shipping-method-main > input.shipping_method{
    float: none;
    grid-column: 1;
    grid-row: 1;
    margin: 0;
}

.woo-checkout-shortcode ul#shipping_method li .woo-checkout-shipping-method-main > label{
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
}

.woo-checkout-shortcode ul#shipping_method li .woo-checkout-shipping-method-main .wpdpd-pudo-picker{
    align-items: center;
    display: contents;
}

.woo-checkout-shortcode ul#shipping_method li .woo-checkout-shipping-method-main button.wpdpd-pudo-open{
    align-items: center;
    display: inline-flex;
    float: right;
    font-size: 14px;
    grid-column: 3;
    grid-row: 1;
    justify-content: center;
    margin: 0 0 0 auto;
    min-width: 145px;
    padding: 10px 16px;
    width: auto;
}

.woo-checkout-shortcode ul#shipping_method li .woo-checkout-shipping-method-main button#box_now_delivery_button{
    align-items: center;
    background-color: #5C5C53;
    border: 2px solid #5C5C53 !important;
    border-radius: 5px !important;
    box-shadow: none;
    box-sizing: border-box;
    color: #FFFEF9;
    cursor: pointer;
    display: inline-flex;
    float: right;
    font-size: 14px;
    font-weight: 600;
    grid-column: 3;
    grid-row: 1;
    justify-content: center;
    line-height: 1.2;
    margin: 0 0 0 auto;
    min-width: 145px;
    padding: 10px 16px;
    text-align: center;
    transition: all 0.25s ease;
    width: auto;
}

.woo-checkout-shortcode ul#shipping_method li .woo-checkout-shipping-method-main .wpdpd-pudo-selected{
    grid-column: 2 / -1;
    grid-row: 2;
    margin: 0 !important;
}

.woo-checkout-shortcode ul#shipping_method li .woo-checkout-shipping-method-main .wpdpd-pudo-selected strong,
.woo-checkout-shortcode ul#shipping_method li .woo-checkout-shipping-method-main .wpdpd-pudo-selected span{
    display: block;
}

.woo-checkout-shortcode ul#shipping_method li > #box_now_selected_locker_details{
    color: #5C5C53;
    display: block;
    font-size: 14px;
    line-height: 1.4;
    margin: 10px 0 0 38px;
}

.woo-checkout-shortcode ul#shipping_method li > #box_now_selected_locker_details p{
    margin: 0 0 4px;
}

.woo-checkout-shortcode ul#shipping_method li label,
.woo-checkout-shortcode ul.woo-checkout-shipping-list li label,
.woo-checkout-shortcode ul.payment_methods li label{
    color: #5C5C53;
    cursor: pointer;
    display: inline;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0;
    position: static;
    width: auto;
}

.woo-checkout-shortcode .woo-checkout-shipping-price{
    color: #222222;
    display: inline-block;
    font-weight: 700;
    margin-left: 8px;
    white-space: nowrap;
}

.woo-checkout-shortcode .woo-checkout-shipping-package{
    display: block;
    margin-bottom: 18px;
    width: 100%;
}

.woo-checkout-shortcode .woo-checkout-shipping-package:last-child{
    margin-bottom: 0;
}

.woo-checkout-shortcode .woo-checkout-shipping-package-title{
    color: #222222;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 12px 0;
}

.woo-checkout-shortcode .woo-checkout-shipping-option input[type="radio"]{
    margin-bottom: -6px;
    margin-right: 10px;
}

.woo-checkout-shortcode .woo-checkout-shipping-option input[type="radio"]:checked + label{
    color: #222222;
    font-weight: 700;
}

.woo-checkout-shortcode .payment_box{
    background-color: #FFFEF9;
    border: 1px solid #DFDDD9;
    border-radius: 0;
    color: #5C5C53;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin: 14px 0 0 0;
    padding: 14px;
    text-align: left;
    width: 100%;
}

.woo-checkout-shortcode .woo-checkout-confirm-actions{
    display: block;
    margin-top: 18px;
    width: 100%;
}

.woo-checkout-shortcode .woocommerce-terms-and-conditions-wrapper{
    color: #5C5C53;
    margin: 0 0 18px 0;
}

.woo-checkout-shortcode .woo-checkout-terms-checkbox{
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: 0;
    margin: 0;
}

.woo-checkout-shortcode .woo-checkout-terms-checkbox input{
    flex: 0 0 auto;
    margin-top: -2px;
}

.woo-checkout-shortcode .woocommerce-terms-and-conditions-checkbox-text{
    font-size: 13px;
    line-height: 1.5;
}

.woo-checkout-shortcode .woo-checkout-confirm-actions .error-message,
.woo-checkout-shortcode .woo-checkout-confirm-actions .checkout-inline-error-message{
    font-size: 13px;
    margin-top: 8px;
    position: static;
}

.woo-checkout-shortcode .woo-checkout-right{
    position: sticky;
    top: 20px;
}

.woo-checkout-shortcode .woo-checkout-summary-inner{
    background-color: #FFFEF9;
    box-sizing: border-box;
    display: block;
    padding: 28px;
    width: 100%;
}

.woo-checkout-shortcode .woo-checkout-summary-totals{
    border-bottom: 1px solid #DFDDD9;
    padding-bottom: 22px;
}

.woo-checkout-shortcode .woo-checkout-summary-line{
    align-items: flex-start;
    color: #5C5C53;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    line-height: 1.4;
    margin-bottom: 18px;
}

.woo-checkout-shortcode .woo-checkout-summary-line strong{
    color: #222222;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
}

.woo-checkout-shortcode .woo-checkout-summary-line.total{
    color: #222222;
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 10px;
}

.woo-checkout-shortcode .woo-checkout-summary-line.total small{
    color: #5C5C53;
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-top: 4px;
}

.woo-checkout-shortcode .woo-checkout-summary-coupon .woocommerce-remove-coupon{
    display: none;
}

.woo-checkout-shortcode .woo-checkout-remove-coupon{
    background-color: transparent;
    border: none;
    color: #f26b1d;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    margin-left: 6px;
    padding: 0;
}

.woo-checkout-shortcode .woo-checkout-coupon-form{
    border-bottom: 1px solid #DFDDD9;
    margin: 0;
    padding: 22px 0;
}

.woo-checkout-shortcode .woo-checkout-coupon-form label{
    color: #222222;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.woo-checkout-shortcode .woo-checkout-coupon-row{
    display: flex;
    gap: 8px;
}

.woo-checkout-shortcode .woo-checkout-coupon-row input{
    height: 42px;
}

.woo-checkout-shortcode .woo-checkout-coupon-row button{
    background-color: #5C5C53;
    border: 2px solid #5C5C53;
    border-radius: 5px;
    color: #FFFEF9;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 14px;
    transition: all 0.25s ease;
}

.woo-checkout-shortcode .woo-checkout-coupon-row button:hover,
.woo-checkout-shortcode .woo-checkout-coupon-row button:focus{
    background-color: #77776D;
    border-color: #77776D;
    color: #FFFEF9;
    outline: none;
}

.woo-checkout-shortcode .woo-checkout-coupon-response{
    color: #C21010;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    min-height: 18px;
    padding-top: 8px;
}

.woo-checkout-shortcode .woo-checkout-coupon-response.success{
    color: #5D7832;
}

.woo-checkout-shortcode .woo-checkout-coupon-response.error{
    color: #C21010;
}

.woo-checkout-shortcode .woo-checkout-summary-products{
    padding-top: 22px;
}

.woo-checkout-shortcode .woo-checkout-summary-toggle{
    align-items: center;
    background: transparent;
    border: none;
    color: #222222;
    cursor: pointer;
    display: flex;
    font-size: 17px;
    font-weight: 700;
    justify-content: space-between;
    margin: 0 0 18px 0;
    padding: 0;
    width: 100%;
}

.woo-checkout-shortcode .woo-checkout-summary-toggle strong{
    align-items: center;
    background-color: #f26b1d;
    border-radius: 50%;
    color: #FFFEF9;
    display: inline-flex;
    font-size: 12px;
    height: 27px;
    justify-content: center;
    line-height: 1;
    margin-left: 10px;
    width: 27px;
}

.woo-checkout-shortcode .woo-checkout-summary-toggle::after{
    border: solid #222222;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: auto;
    transform: rotate(-135deg);
    transition: transform 0.25s ease;
    width: 10px;
}

.woo-checkout-shortcode .woo-checkout-summary-toggle[aria-expanded="false"]::after{
    transform: rotate(45deg);
}

.woo-checkout-shortcode .woo-checkout-summary-product{
    border-bottom: 1px solid #DFDDD9;
    display: grid;
    gap: 18px;
    grid-template-columns: 82px minmax(0, 1fr);
    padding: 18px 0;
}

.woo-checkout-shortcode .woo-checkout-summary-product:first-child{
    padding-top: 0;
}

.woo-checkout-shortcode .woo-checkout-summary-product:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.woo-checkout-shortcode .woo-checkout-summary-product-thumb{
    background-color: #F3F0E8;
    height: 82px;
    width: 82px;
}

.woo-checkout-shortcode .woo-checkout-summary-product-thumb img{
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.woo-checkout-shortcode .woo-checkout-summary-product-info{
    color: #5C5C53;
    font-size: 14px;
    line-height: 1.5;
}

.woo-checkout-shortcode .woo-checkout-summary-product-info strong{
    color: #5C5C53;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 10px;
}

.woo-checkout-shortcode .woo-checkout-summary-product-info > span,
.woo-checkout-shortcode .woo-checkout-summary-product-info .variation{
    display: block;
    margin-bottom: 4px;
}

.woo-checkout-shortcode .woo-checkout-summary-quantity{
    display: inline-block !important;
    margin-bottom: 12px !important;
    white-space: nowrap;
}

.woo-checkout-shortcode .woo-checkout-summary-quantity b,
.woo-checkout-shortcode .woo-checkout-summary-product-info .variation dt{
    color: #5C5C53;
    font-weight: 600;
}

.woo-checkout-shortcode .woo-checkout-summary-quantity b{
    display: inline !important;
}

.woo-checkout-shortcode .woo-checkout-summary-product-info .variation{
    color: #5C5C53;
    font-size: 14px;
    margin-bottom: 10px;
}

.woo-checkout-shortcode .woo-checkout-summary-product-info .variation dt,
.woo-checkout-shortcode .woo-checkout-summary-product-info .variation dd{
    display: inline;
    float: none;
    margin: 0;
}

.woo-checkout-shortcode .woo-checkout-summary-product-info .woo-checkout-summary-price{
    color: #222222;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-top: 6px;
    white-space: nowrap;
}

.woo-checkout-thank-you{
    background-color: #F3EFE3;
    box-sizing: border-box;
    color: #222222;
    font-family: "Montserrat", Sans-serif;
    padding: 34px 28px;
    width: 100%;
}

.woo-checkout-thank-you-hero{
    align-items: center;
    background-color: #FFFEF9;
    border: 1px solid #DFDDD9;
    display: flex;
    gap: 22px;
    margin-bottom: 18px;
    padding: 28px;
}

.woo-checkout-thank-you-mark{
    align-items: center;
    background-color: #5C5C53;
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 auto;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.woo-checkout-thank-you-mark::before{
    border-bottom: 3px solid #FFFEF9;
    border-right: 3px solid #FFFEF9;
    content: "";
    display: block;
    height: 30px;
    margin-left: 23px;
    margin-top: 10px;
    transform: rotate(45deg);
    width: 13px;
}

.woo-checkout-thank-you-hero p,
.woo-checkout-thank-you-hero h1,
.woo-checkout-thank-you-hero span{
    margin: 0;
}

.woo-checkout-thank-you-hero p{
    color: #5C5C53;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.woo-checkout-thank-you-hero h1{
    color: #222222;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
}

.woo-checkout-thank-you-hero span{
    color: #5C5C53;
    display: block;
    font-size: 15px;
    margin-top: 8px;
}

.woo-checkout-thank-you-overview{
    background-color: #FFFEF9;
    border: 1px solid #DFDDD9;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 18px;
}

.woo-checkout-thank-you-overview div{
    border-bottom: 1px solid #DFDDD9;
    border-right: 1px solid #DFDDD9;
    padding: 18px;
}

.woo-checkout-thank-you-overview div:nth-child(3n){
    border-right: none;
}

.woo-checkout-thank-you-overview div:nth-last-child(-n+3){
    border-bottom: none;
}

.woo-checkout-thank-you-overview div > span,
.woo-checkout-thank-you-totals span{
    color: #5C5C53;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}

.woo-checkout-thank-you-overview strong,
.woo-checkout-thank-you-totals strong{
    color: #222222;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
    text-align: right;
}

.woo-checkout-thank-you-overview .woocommerce-Price-amount,
.woo-checkout-thank-you-overview .woocommerce-Price-currencySymbol{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.woo-checkout-thank-you-layout{
    align-items: flex-start;
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
}

.woo-checkout-thank-you-side{
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.woo-checkout-thank-you-panel{
    background-color: #FFFEF9;
    border: 1px solid #DFDDD9;
    padding: 24px;
}

.woo-checkout-thank-you-panel h2{
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 18px;
}

.woo-checkout-thank-you-item{
    align-items: center;
    border-bottom: 1px solid #DFDDD9;
    display: grid;
    gap: 18px;
    grid-template-columns: 82px minmax(0, 1fr) auto;
    padding: 18px 0;
}

.woo-checkout-thank-you-item:first-of-type{
    padding-top: 0;
}

.woo-checkout-thank-you-item-thumb{
    background-color: #F3F0E8;
    height: 82px;
    width: 82px;
}

.woo-checkout-thank-you-item-thumb img{
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.woo-checkout-thank-you-item-body h3{
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 8px;
}

.woo-checkout-thank-you-item-body span,
.woo-checkout-thank-you-item-meta{
    color: #5C5C53;
    font-size: 14px;
    line-height: 1.45;
}

.woo-checkout-thank-you-item-meta{
    margin: 0 0 8px;
}

.woo-checkout-thank-you-item-meta dt,
.woo-checkout-thank-you-item-meta dd{
    display: inline;
    float: none;
    margin: 0;
}

.woo-checkout-thank-you-item-meta dt{
    font-weight: 600;
}

.woo-checkout-thank-you-item > strong{
    color: #222222;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.woo-checkout-thank-you-totals{
    margin-top: 18px;
}

.woo-checkout-thank-you-totals div{
    align-items: center;
    border-bottom: 1px solid #DFDDD9;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 12px 0;
}

.woo-checkout-thank-you-totals div:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.woo-checkout-thank-you-totals div:last-child span,
.woo-checkout-thank-you-totals div:last-child strong{
    color: #222222;
    font-size: 18px;
}

.woo-checkout-thank-you-totals small.shipped_via{
    display: block;
    float: none;
    font-size: 13px;
    font-weight: 500;
    margin-top: 4px;
    text-align: right;
    white-space: normal;
}

.woo-checkout-thank-you-empty-cart{
    background-color: #FFFEF9;
    border: 1px solid #DFDDD9;
    box-sizing: border-box;
    margin-top: 18px;
    padding: 28px;
    text-align: center;
}

.woo-checkout-thank-you-empty-cart p{
    color: #5C5C53;
    font-size: 16px;
    margin: 0 0 20px 0;
}

.woo-checkout-thank-you-empty-cart a{
    background-color: #5C5C53;
    border-radius: 5px;
    color: #FFFEF9;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 22px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.woo-checkout-thank-you-empty-cart a:hover,
.woo-checkout-thank-you-empty-cart a:focus{
    background-color: #77776D;
    color: #FFFEF9;
    outline: none;
    text-decoration: none;
}

.woo-checkout-thank-you-panel address,
.woo-checkout-thank-you-panel p{
    color: #5C5C53;
    font-size: 15px;
    font-style: normal;
    line-height: 1.55;
    margin: 0;
}

.woo-checkout-thank-you-panel p{
    margin-top: 10px;
    overflow-wrap: anywhere;
}

.woo-checkout-thank-you-transaction dl{
    display: grid;
    gap: 12px;
    margin: 0;
}

.woo-checkout-thank-you-transaction dl div{
    align-items: flex-start;
    border-bottom: 1px solid #DFDDD9;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding-bottom: 12px;
}

.woo-checkout-thank-you-transaction dl div:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.woo-checkout-thank-you-transaction dt,
.woo-checkout-thank-you-transaction dd{
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
}

.woo-checkout-thank-you-transaction dt{
    color: #5C5C53;
    font-weight: 600;
}

.woo-checkout-thank-you-transaction dd{
    color: #222222;
    font-weight: 700;
    overflow-wrap: anywhere;
    text-align: right;
}

.woo-checkout-thank-you-notice{
    background-color: #FFFEF9;
    border: 1px solid #DFDDD9;
    color: #5C5C53;
    font-size: 16px;
    padding: 24px;
}

.woo-checkout-shortcode .woo-checkout-summary-product-info .woocommerce-Price-amount,
.woo-checkout-shortcode .woo-checkout-summary-line .woocommerce-Price-amount,
.woo-checkout-thank-you .woo-checkout-thank-you-overview .woocommerce-Price-amount,
.woo-checkout-thank-you .woo-checkout-thank-you-totals .woocommerce-Price-amount,
.woo-checkout-shortcode .woo-checkout-summary-line .woocommerce-Price-amount bdi,
.woo-checkout-thank-you .woo-checkout-thank-you-overview .woocommerce-Price-amount bdi,
.woo-checkout-thank-you .woo-checkout-thank-you-totals .woocommerce-Price-amount bdi,
.woo-checkout-shortcode .woo-checkout-summary-product-info .woocommerce-Price-currencySymbol,
.woo-checkout-shortcode .woo-checkout-summary-line .woocommerce-Price-currencySymbol,
.woo-checkout-thank-you .woo-checkout-thank-you-overview .woocommerce-Price-currencySymbol,
.woo-checkout-thank-you .woo-checkout-thank-you-totals .woocommerce-Price-currencySymbol{
    align-items: baseline;
    display: inline-flex !important;
    white-space: nowrap;
}

.woo-checkout-shortcode .woo-custom-cart-item-images{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.woo-checkout-shortcode .woo-custom-cart-item-image{
    background-color: #F3F0E8;
    display: block;
    height: 72px;
    object-fit: cover;
    width: 72px;
}

.woo-checkout-shortcode .woocommerce-invalid input,
.woo-checkout-shortcode .woocommerce-invalid select,
.woo-checkout-shortcode .woocommerce-invalid textarea,
.woo-checkout-shortcode .woocommerce-invalid .select2-selection--single{
    border-color: #dd360c !important;
}

.woo-checkout-shortcode .error-message,
.woo-checkout-shortcode .checkout-inline-error-message{
    color: #dd360c;
    display: block;
    font-size: 11px;
    font-weight: 500;
    margin-top: 5px;
    position: static;
}

@media (max-width: 1024px){
    .woo-checkout-shortcode{
        padding: 28px 18px;
    }

    .woo-checkout-shortcode .woo-checkout-layout{
        grid-template-columns: 1fr;
    }

    .woo-checkout-shortcode .woo-checkout-right{
        position: static;
    }

    .woo-checkout-thank-you{
        padding: 28px 18px;
    }

    .woo-checkout-thank-you-layout{
        grid-template-columns: 1fr;
    }

    .woo-checkout-thank-you-side{
        grid-template-columns: 1fr;
    }

    .woo-checkout-thank-you-overview{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .woo-checkout-thank-you-overview div:nth-child(3n){
        border-right: 1px solid #DFDDD9;
    }

    .woo-checkout-thank-you-overview div:nth-child(2n){
        border-right: none;
    }

    .woo-checkout-thank-you-overview div:nth-last-child(-n+3){
        border-bottom: 1px solid #DFDDD9;
    }

    .woo-checkout-thank-you-overview div:nth-last-child(-n+2){
        border-bottom: none;
    }
}

@media (max-width: 767px){
    .woo-checkout-shortcode{
        padding: 22px 14px;
    }

    .woo-checkout-shortcode .woo-checkout-row{
        gap: 0;
        grid-template-columns: 1fr;
    }

    .woo-checkout-shortcode .woo-checkout-step h2{
        font-size: 19px;
    }

    .woo-checkout-shortcode .woo-checkout-step-header{
        padding: 18px 14px;
    }

    .woo-checkout-shortcode .woo-checkout-step-content{
        padding: 0 14px 16px;
    }

    .woo-checkout-shortcode .woo-checkout-next,
    .woo-checkout-shortcode .woo-checkout-confirm-actions #place_order{
        float: none;
        margin-top: 10px;
        width: 100%;
    }

    .woo-checkout-shortcode ul#shipping_method li .woo-checkout-shipping-method-main{
        grid-template-columns: auto minmax(0, 1fr);
    }

    .woo-checkout-shortcode ul#shipping_method li .woo-checkout-shipping-method-main .wpdpd-pudo-picker{
        display: contents;
    }

    .woo-checkout-shortcode ul#shipping_method li .woo-checkout-shipping-method-main button.wpdpd-pudo-open,
    .woo-checkout-shortcode ul#shipping_method li .woo-checkout-shipping-method-main button#box_now_delivery_button{
        float: right;
        grid-column: 2;
        grid-row: 2;
        margin: 0 0 0 auto;
        width: auto;
    }

    .woo-checkout-shortcode ul#shipping_method li .woo-checkout-shipping-method-main .wpdpd-pudo-selected{
        grid-column: 2;
        grid-row: 3;
    }

    .woo-checkout-shortcode ul#shipping_method li > #box_now_selected_locker_details{
        margin-left: 34px;
    }

    .woo-checkout-shortcode .woo-checkout-summary-inner{
        padding: 22px 18px;
    }

    .woo-checkout-thank-you{
        padding: 22px 14px;
    }

    .woo-checkout-thank-you-hero{
        align-items: flex-start;
        padding: 22px 18px;
    }

    .woo-checkout-thank-you-mark{
        height: 46px;
        width: 46px;
    }

    .woo-checkout-thank-you-hero h1{
        font-size: 24px;
    }

    .woo-checkout-thank-you-overview{
        grid-template-columns: 1fr;
    }

    .woo-checkout-thank-you-overview div,
    .woo-checkout-thank-you-overview div:nth-child(2n),
    .woo-checkout-thank-you-overview div:nth-child(3n),
    .woo-checkout-thank-you-overview div:nth-last-child(-n+2),
    .woo-checkout-thank-you-overview div:nth-last-child(-n+3){
        border-bottom: 1px solid #DFDDD9;
        border-right: none;
    }

    .woo-checkout-thank-you-overview div:last-child{
        border-bottom: none;
    }

    .woo-checkout-thank-you-panel{
        padding: 20px 18px;
    }

    .woo-checkout-thank-you-item{
        align-items: flex-start;
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .woo-checkout-thank-you-item-thumb{
        height: 72px;
        width: 72px;
    }

    .woo-checkout-thank-you-item > strong{
        grid-column: 2;
    }
}
