#custom-checkout .step {
    margin-bottom: 20px;
}

#custom-checkout button {
    margin-top: 10px;
}

abbr.required {
    color: #993A27 !important;
    text-decoration: none !important;
}

/* General styling for form fields */
/* Ensure fields are displayed in two columns */


.form-row .form-row-first,
.form-row .form-row-last {
    width: 48%; /* Adjust as needed */
    padding-right: 10px;
}

.form-row .form-row-last {
    padding-right: 0;
}

.clear {
    clear: both;
}

/* Optional: to center the content inside the fields */
.woocommerce input.input-text {
    width: 100%;
    box-sizing: border-box;
}


/**CART**/
.woocommerce a.remove {
    height: auto;
    width: auto;
}

.woocommerce a.remove:hover {
    color: transparent;
    background: transparent;
}

.woocommerce table.shop_table td {
    border-top: none;
    padding: 16px 13px;
    border-bottom: 1px solid #F3EADB !important;
    border-radius: 0px !important;
}

.woocommerce table.shop_table th {
    border-bottom: 1px solid #F3EADB;
    border-top: 0px !important;
}

.woocommerce table.shop_table tfoot td {
    border-top: 0px !important;
}

.woocommerce .order-total th,
.woocommerce .order-total td,
.woocommerce thead th {
    border-bottom: 0px !important;
}

.woocommerce table.shop_table {
    border-color: #E4D694;
    border-radius: 0px !important;
}

.cart-collateralss table.shop_table  {
    border: 1px solid #E4D694;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
    border-radius: 0px !important;
}

.woocommerce .quantity .qty {
    background: #FCF7EF;
    padding: 16px;
}

.checkout-button {
    padding: 16px 36px !important;
    font-size: 16px  !important;;
    text-decoration: none;
    color: var(--blue-to-white)  !important;;
    background-color: var(--accent-exception)  !important;;
    position: relative;
    cursor: pointer;
    outline: none;
    border-radius: 99px  !important;;
    font-weight: bold;
    display: flex;
    align-items: center;
    outline: 1px solid #F7ECBA;
    outline-offset: -4px;
    justify-content: center;
    margin-bottom: 0px !important;
}

.checkout-button:hover {
    box-shadow: 0 0px 0px 4px rgba(183, 96, 58, 0.20) !important;
    transition: 0.3s;
}

.woocommerce-cart .cart-collateralss .cart_totals table th {
    vertical-align: center !important;
}

.cart-collateralss table.shop_table td,
.cart-collateralss table.shop_table th {
    padding: 24px;
    border-bottom: 1px solid #E4D694;
    border-top: none !important;
}



.cart-collateralss table.shop_table td {
    text-align: right;
}


input#coupon_code {
    background-color: #FCF7EF !important;
    padding: 16px !important;
    width: 70%;
    border: none !important;
} 

.woocommerce-page table.cart td.actions .coupon {
    float: none !important;
}

.coupon button {
    border-radius: 0px !important;
    width: 30%;
    color: white !important;
}

/**CHECKOUT**/

.woocommerce-checkout input {
    background-color: #FCF7EF !important;
    padding: 16px !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    font-family: 'DM Sans';
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
    background-color: #FCF7EF !important;
    padding: 16px !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    border: 0 !important;
    border-radius: 0px !important;
}

.woocommerce-checkout .select2-selection {
    height: 50px;
    font-family: 'DM Sans';
}

.woocommerce-checkout .select2-selection__arrow {
    top: 20px !important;
}

.woocommerce-checkout label {
    font-family: 'DM Sans' ;
    font-size: 14px;
    font-weight: 600;
    color: #1C2335;
}

.woocommerce-additional-fields {
    display: none;
}

#step-1 #payment {
    display: none;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
    margin-bottom: 0 !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    padding: 16px 36px !important;
    font-size: 16px  !important;;
    text-decoration: none;
    color: var(--blue-to-white)  !important;;
    background-color: var(--accent-exception)  !important;;
    position: relative;
    cursor: pointer;
    outline: none;
    border-radius: 99px  !important;;
    font-weight: bold;
    display: flex;
    align-items: center;
    outline: 1px solid #F7ECBA;
    outline-offset: -4px;
    justify-content: center;
    margin-bottom: 0px !important;
    width: 100%;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box { 
    background-color: #FCF7EF;
    border-radius: 0px !important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #FCF7EF;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.wc_payment_methods li p {
    font-family: 'DM Sans';
    font-size: 12px;
}

.wc_payment_method {
    padding-top: 16px ;
    padding-bottom: 16px;
}

.woocommerce-checkout table.shop_table th {

    padding: 24px 24px;
}

.woocommerce-checkout td.product-name {
    padding: 24px !important;
    padding-right: 0px !important;
}

.woocommerce-checkout td.product-total {
    padding: 24px !important;
    padding-left: 0px !important;
}

.wc_payment_methods {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0px;
}

.woocommerce-privacy-policy-text p {
    font-family: 'DM Sans';
    font-size: 11px;
    margin-bottom: 16px;
    color: #1C2335;
    opacity: 60%;
}

input[type="radio"] {
    height: 22px;
    width: 22px;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 50%;
    border: 1px solid #1C2335;
    background-color: white !important;
    margin-bottom: -12px !important;
}


input[type="radio"]:checked {
    width: 22px;
    height: 22px;
    background-color: #1C2335 !important;
    box-shadow: inset 0 0 0px 5px white;
}

div#payment {
    border: 1px solid #E4D694;
    border-top: 0px;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #E4D694;
}

td.product-total {
    text-align: right;
}

tfoot td {
    text-align: right;
    padding-right: 24px !important;
    border-bottom: 0px !important;
}

/**THANK YOU**/

.woocommerce ul.order_details li {
    border-right: 1px solid #EADDC7 !important;
}

.woocommerce-order-received h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1C2335;
    padding-bottom: 32px;
    border-top: 1px solid #E4D694;
    padding-top: 32px;
}

address {
    background-color: #fefaf3;
    border-radius: 0px ! Important;
    border: 1px solid #F3EADB !important;
    padding: 24px !important;
    color: #1C2335;
}

.woocommerce-customer-details--phone::before,
.woocommerce-customer-details--email::before {
    display: none;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
    padding-left: 0 !important;
    font-family: 'DM Sans';
}

.woocommerce-order-received .woocommerce-order-details table td,
.woocommerce-order-received .woocommerce-order-details table th {
    text-align: left !important;
    padding: 16px !important;
}

.woocommerce-order-received .woocommerce-order-details table tfoot tr:last-of-type th,
.woocommerce-order-received .woocommerce-order-details table tfoot tr:last-of-type td {
    border-bottom: 0 !important;
}

.woocommerce-order-received .woocommerce-order-details table tbody th:first-of-type,
.woocommerce-order-received .woocommerce-order-details table tbody td:first-of-type,
.woocommerce-order-received .woocommerce-order-details table thead th:first-of-type,
.woocommerce-order-received .woocommerce-order-details table thead td:first-of-type,
.woocommerce-order-received .woocommerce-order-details table tfoot th  {
    border-right: 1px solid #F3EADB;
}

@media (max-width: 640px) { 
    .woocommerce-order-received h2 {
        font-size: 21x;
        padding-bottom: 24px;
    }   
    h2.woocommerce-order-details__title {
        padding-top: 24px;
    } 
    address {
        padding: 20px !important;
    }
    .cart-collateralss table.shop_table td,
    .cart-collateralss table.shop_table th {
        padding: 16px;
    }

    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100% !important;
    }
}

.mx-cart .woocommerce-notices-wrapper {
    display: none;
}

@media (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent !important;;
    }
}

.woocommerce-checkout .main-menu,
.woocommerce-checkout .menu-static-pages {
    visibility: hidden; 
}

.woocommerce-checkout .checkout-footer {
    display: block;
}

.woocommerce-checkout .base-footer {
    display: none;
}

@media (min-width: 768px) {
    .checkout-footer #menu-privacy-policy-menu-1 {
        justify-content: end;
    }
}

.woocommerce table.shop_table .order-total td {
    border-bottom: 0px !important;
}

.my-cart td.product-name,
.my-cart td.product-thumbnail {
    pointer-events: none;
}