#ship-to-different-address label {
    display: block;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
    color: #212121;
    font-family: 'Poppins', sans-serif;
}

#ship-to-different-address label span {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    color: #212121;
}

#ship-to-different-address input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

#ship-to-different-address input[type="checkbox"] + span::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 1px solid #CECECE;
    border-radius: 0;
    background: transparent;
    margin-right: 12px;
    vertical-align: middle;
    transition: background 0.15s, border-color 0.15s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 10px;
}

#ship-to-different-address label input[type="checkbox"]:checked + span::before {
    background-color: #0F497A;
    border-color: #0F497A;
    background-image: url("data:image/svg+xml,%3Csvg%20width='11'%20height='9'%20viewBox='0%200%2011%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M0.5%205.5L2.83333%207.83333L9.83333%200.5'%20stroke='%23F0F1F4'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
}

#ship-to-different-address label input[type="checkbox"]:checked + span {
    color: #212121;
}

.woocommerce-shipping-methods input[type="radio"], .wc_payment_method input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.woocommerce-shipping-methods input[type="radio"] + label::before, .wc_payment_method input[type="radio"] + label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 1px solid #CECECE;
    border-radius: 50%;
    background: #FFFFFF;
    margin-right: 12px;
    vertical-align: middle;
    transition: background 0.15s, border-color 0.15s;
}

.woocommerce-shipping-methods input[type="radio"]:checked + label::before, .wc_payment_method input[type="radio"]:checked + label::before {
    background-color: #0F497A;
    border-color: #0F497A;
    box-shadow: inset 0 0 0 3.5px #FFFFFF;
}

.woocommerce-shipping-methods input[type="radio"] + label, .wc_payment_method input[type="radio"] + label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: #212121 !important;
}

.woocommerce ul#shipping_method.woocommerce-shipping-methods li label {
    display: flex;
    align-items: start;
    margin-bottom: 12px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-header h1 {
    margin-top: 0;
    margin-bottom: 64px;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    color: #001324;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .e-checkout__container {
    grid-template-columns: 50% auto;
    grid-column-gap: 64px;
    grid-row-gap: 64px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .col-1, .woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields, .woocommerce-checkout .woocommerce .woocommerce-checkout #payment.woocommerce-checkout-payment, .woocommerce-checkout .woocommerce .woocommerce-checkout .e-checkout__order_review {
    padding: 0;
    border-radius: 0;
    border: none;
    margin: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields h3, .woocommerce-checkout .woocommerce .woocommerce-checkout .e-checkout__order_review h3 {
    margin-bottom: 32px;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #001324;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    padding: 42px 42px 12px 42px;
    background-color: #F0F1F4;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    padding: 12px 42px 42px 42px;
    background-color: #F0F1F4;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields h3 {
    margin: 0;
    padding: 0 42px 12px 42px;
    background-color: #F0F1F4;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #001324;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .form-row label {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #001324;
    margin-bottom: 8px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .form-row {
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .form-row input, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .form-row textarea, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .form-row select {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #001324;
    text-transform: none;
    padding: 10px 16px;
    border-radius: 0;
    border: 1px solid #CECECE;
    background-color: transparent;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .form-row input::placeholder, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .form-row textarea::placeholder {
    color: #535353;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single {
    background-color: #E5E5E5;
    border: 1px solid #CECECE;
    margin: 0;
    border-radius: 0;
    height: 42px;
}

.woocommerce-checkout .woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
    border-color: #CECECE;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    top: 1px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #001324;
    text-transform: none;
    padding: 11px 16px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr {
    padding: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr th {
    padding: 21px 24px;
    background-color: #F0F1F4;
    border-bottom: 1px solid #D3D3D3;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #212121;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr th:last-child {
    padding-left: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item td {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item td:last-child {
    padding-left: 0;
    padding-inline-end: 24px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item:first-child td {
    padding-top: 32px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item:last-child td {
    padding-bottom: 32px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item td.product-name {
    padding-inline-end: 24px;
    vertical-align: middle;
    max-width: 100%;
    display: flex;
    align-items: center;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item td.product-total {
    vertical-align: middle;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item td.product-name .checkout-product-img {
    width: 85px;
    height: 96px;
    border: 0.27px solid #CECECE;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 16px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item td.product-name .checkout-product-img img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    text-align: center;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .shop_table tbody td .checkout-product-name {
    margin-right: 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #001324;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .shop_table tbody td .product-quantity {
    margin-left: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #6F7068;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item td .woocommerce-Price-amount {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #535353;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th, .woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #212121;
    padding: 21px 0;     
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .cart-subtotal th, .woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total th, .woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td {
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .tax-rate th, .woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .tax-rate td {
    border-top: 1px solid #D3D3D3;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td .woocommerce-Price-amount {
    color: #0F497A;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout table.shop_table tfoot .woocommerce-shipping-totals {
    width: 100%;
    padding: 20px 0;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout table.shop_table tfoot .woocommerce-shipping-totals th, .woocommerce-checkout .woocommerce .woocommerce-checkout table.shop_table tfoot .woocommerce-shipping-totals td {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 12px 0;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout table.shop_table tfoot .woocommerce-shipping-totals h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 24px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout table.shop_table tfoot .woocommerce-shipping-totals td {
    padding-top: 32px;
    padding-bottom: 32px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td:last-child {
    padding-right: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals .woocommerce-shipping-methods {
    display: grid;
    grid-template-columns: 45% minmax(0, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 32px;
}

.woocommerce ul#shipping_method.woocommerce-shipping-methods li {
    margin: 0;
    line-height: normal;
}

.woocommerce ul#shipping_method.woocommerce-shipping-methods li > div {
    line-height: 20px;
}

.woocommerce-checkout .woocommerce table.shop_table td .woocommerce-shipping-methods small {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #212121;
}

.woocommerce-checkout .woocommerce table.shop_table td .woocommerce-shipping-methods .shipping-pickup-store > strong {
    display: none;
}

.woocommerce-checkout .woocommerce table.shop_table td .woocommerce-shipping-methods .shipping-pickup-store select {
    border: 1px solid #CECECE;
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #535353;
    padding: 11px 16px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .shipping-pickup-store .select2-container--default .select2-selection--single {
    background-color: transparent;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .shipping-pickup-store .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #535353;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td strong {
    font-weight: 500;
}

.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout #payment.woocommerce-checkout-payment {
    padding-top: 32px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment.woocommerce-checkout-payment .payment_methods .payment_box {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #212121;
    background-color: #F0F1F4;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout .woocommerce-privacy-policy-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #535353;
    margin-bottom: 0;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout .woocommerce-privacy-policy-text p a {
    color: #535353;
    text-decoration: underline;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment button#place_order {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    background-color: #0F497A !important;
    color: #F0F1F4;
    border: 1px solid #0F497A !important;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 8px 10px;
    margin-top: 32px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment button#place_order:hover {
    background-color: #FFFFFF !important;
    color: #0F497A;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment button#place_order:after {
    content: '';
    width: 36px;
    height: 18px;
    background-color: currentColor; /* icon follows text */
    -webkit-mask: url('data:image/svg+xml,<svg width="36" height="18" viewBox="0 0 36 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 8.63635H35V8.63635H0V8.63635Z" stroke="%23F0F1F4" stroke-width="0.9"/><path d="M27.2504 16.6364L27 16.386L34.7521 8.6339L27 0.886736L27.2504 0.636353L35.2529 8.6339L27.2504 16.6364Z" fill="%23F0F1F4" stroke="%23F0F1F4" stroke-width="0.9"/></svg>');
    mask: url('data:image/svg+xml,<svg width="36" height="18" viewBox="0 0 36 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 8.63635H35V8.63635H0V8.63635Z" stroke="%23F0F1F4" stroke-width="0.9"/><path d="M27.2504 16.6364L27 16.386L34.7521 8.6339L27 0.886736L27.2504 0.636353L35.2529 8.6339L27.2504 16.6364Z" fill="%23F0F1F4" stroke="%23F0F1F4" stroke-width="0.9"/></svg>');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    display: inline-block;
}

@media(max-width: 1024px) {
    .woocommerce-checkout .woocommerce .woocommerce-checkout .e-checkout__container {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }
}


@media(max-width: 991px) {
    .woocommerce-checkout .woocommerce .woocommerce-checkout .e-checkout__container {
        grid-template-columns: 1fr;
    }

    .woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
        padding: 21px 21px 8px 21px;
    }

    .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .form-row {
        margin-bottom: 16px;
    }

    .woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields h3 {
        padding: 0 21px 8px 21px;
    }

    .woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
        padding: 8px 21px 21px 21px;
    }

    .woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item td.product-name {
        padding-inline-end: 12px;
    }

    .woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item td:last-child {
        padding-inline-end: 12px;
    }

    .woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item:first-child td {
        padding-top: 16px;
    }

    .woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item td {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 12px;
    }

    .woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item:last-child td {
        padding-bottom: 16px;
    }

    .woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th, .woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
        padding: 12px 0;
    }

    .woocommerce-checkout .woocommerce .woocommerce-checkout table.shop_table tfoot .woocommerce-shipping-totals td {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .woocommerce-checkout .woocommerce .checkout.woocommerce-checkout #payment.woocommerce-checkout-payment {
        padding-top: 16px;
    }

    .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout .woocommerce-privacy-policy-text p {
        margin-top: 12px;
    }

    .woocommerce-checkout .woocommerce .woocommerce-checkout table.shop_table tfoot .woocommerce-shipping-totals h3 {
        margin-bottom: 12px;
    }

    .woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields h3, .woocommerce-checkout .woocommerce .woocommerce-checkout .e-checkout__order_review h3 {
        margin-bottom: 16px;
    }
}



@media(max-width: 768px) {
    .woocommerce-checkout .woocommerce .woocommerce-checkout-header h1 {
        margin-bottom: 32px;
    }
}

@media(max-width: 767px) {
    .woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item td.product-name .checkout-product-img {
        display: none;
    }

    .woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals .woocommerce-shipping-methods {
        grid-template-columns: minmax(0, 1fr);
        grid-row-gap: 16px;
    }
}



