<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.woocommerce form table.shop_table.shop_table_responsive tbody .woocommerce-additionals-cart,
.woocommerce-form-coupon-toggle {
    display: none;
}

.promocode-wrapper .error {
    border: 1px solid red;
}

/*cart*/
/*cart table*/
.cart-wrapper {
    display: flex;
}

.cart-wrapper-table,
.cart-wrapper-sidebar {
    padding: 0 20px;
}

.cart-wrapper-table {
    width: calc(100% - 470px);
    padding-top: 25px;
}

.cart-wrapper-sidebar {
    width: 470px;
}

.remove-wrapper.mobile {
    display: none !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: auto;
}

.woocommerce form table.shop_table.shop_table_responsive, .woocommerce-page form table.shop_table.shop_table_responsive {
    border-radius: 0;
    border: none;
    border-collapse: collapse;
}

.woocommerce form table.shop_table.shop_table_responsive thead tr th, .woocommerce-page form table.shop_table.shop_table_responsive thead tr th {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #bc818c !important;
    color: #bc818c;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    padding: 35px 28px;
    border-radius: 10px;
    background-color: #f7f7f7;
}

.woocommerce form table.shop_table.shop_table_responsive tbody tr.cart_item td, .woocommerce-page form table.shop_table.shop_table_responsive tbody tr.cart_item td {
    vertical-align: top;
    padding: 60px 12px;
    font-size: 17px;
    color: #000;
}

.woocommerce form table.shop_table.shop_table_responsive thead tr th.product-subtotal, .woocommerce-page form table.shop_table.shop_table_responsive thead tr th.product-subtotal {
    text-align: center;
}

.woocommerce form table.shop_table.shop_table_responsive tr td.product-thumbnail img, .woocommerce-page form table.shop_table.shop_table_responsive tr td.product-thumbnail img {
    width: 120px;
}

.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity, .woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity {
    width: 86px;
}

.woocommerce form table.shop_table.shop_table_responsive tr td.product-name a.remove, .woocommerce-page form table.shop_table.shop_table_responsive tr td.product-name a.remove {
    width: auto;
    height: auto;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: transparent;
    color: #bc818c !important;
    display: inline-block;
    line-height: 1.2;
}

.woocommerce form table.shop_table.shop_table_responsive tr td.product-name a.remove:hover, .woocommerce-page form table.shop_table.shop_table_responsive tr td.product-name a.remove:hover {
    background-color: transparent;
    color: red !important;
}

.woocommerce-cart-form__cart-item {
    position: relative;
}

.woocommerce-cart-form__cart-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #000;
}

.woocommerce form table.shop_table.shop_table_responsive tbody tr td.cart-link, .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.cart-link {
    padding: 36px 0;
}

.cart-link a {
    padding: 14px 90px;
    background-color: #bb818b;
    border: 1px solid #bb818b;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    transition: .2s ease;
}

.cart-link a:hover {
    color: #bb818b !important;
    background-color: #fff;
}


/*sidebar*/
.woocommerce-cart #contents .cart_totals &gt; h2:first-child {
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #8f8f8f;
    text-align: center;
}

.woocommerce-cart .cart_totals .shop_table {
    border: 0;
    border-radius: 0;
    border-collapse: collapse;
}

.woocommerce-cart .cart_totals .shop_table th,
.woocommerce-cart .cart_totals .shop_table td {
    border: 0 !important;
    font-weight: 500;
}

.woocommerce-cart .cart_totals .shop_table th {
    font-size: 16px;
    text-transform: uppercase;
    color: #8f8f8f;
}

.woocommerce-cart .cart_totals .shop_table td {
    text-align: right;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}

.woocommerce-cart .cart_totals .shop_table label {
    font-weight: 500;
}

.woocommerce-cart .cart_totals .shop_table .promocode-wrapper td {
    padding-bottom: 25px;
    position: relative;
}

.woocommerce-cart .cart_totals .shop_table .promocode-wrapper td:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 12px;
    right: 12px;
    height: 1px;
    background-color: #8f8f8f;
}

#promo-code {
    width: calc(100% - 150px);
    margin-right: 15px;
    color: #000;
}

#promocode-submit {
    text-align: center;
    text-transform: uppercase;
    width: 130px;
    display: inline-block;
}

#promo-code,
#promocode-submit {
    border: 1px solid #8f8f8f;
    border-radius: 0;
    padding: 8px 12px;
    font-size: 15px;
    color: #8b8b8b;
    background-color: #fff;
    line-height: 1.2;
}

#promocode-submit:hover {
    color: #bb818b !important;
}

.woocommerce-cart .cart_totals .shop_table .order-total td,
.woocommerce-cart .cart_totals .shop_table .order-total th {
    padding-top: 25px;
}

.woocommerce-cart .cart_totals .shop_table .order-total th {
    color: #000;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding-left: 12px;
    padding-right: 12px;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    border-radius: 0;
    padding: 16px 0;
    text-align: center;
    background-color: #bb818b !important;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #bb818b !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
    background-color: #fff !important;
    color: #bb818b !important;
}

.cart_totals .widget-cart-info {
    padding: 38px 12px 0 12px;
    position: relative;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}

.cart_totals .widget-cart-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    right: 12px;
    height: 1px;
    background-color: #8f8f8f;
}

.woocommerce-cart #contents .widget-cart-info h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
    border: 0;
    padding-bottom: 0;
}

.cart-info-text:not(:last-child) {
    padding-bottom: 35px;
    border-bottom: 1px solid #8f8f8f;
    margin-bottom: 35px;
}

.cart-info-gallery {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #8f8f8f;
}

.cart-info-gallery-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.cart-info-gallery-img.mastercard {
    width: 35px;
}

.cart-info-gallery-img.visa {
    width: 47px;
}

.cart-info-gallery-img.gcash {
    width: 83px;
}

.cart-info-gallery-img.paypal {
    width: 77px;
}

.cart-info-gallery-img.cash {
    width: 42px;
}

.contact-link {
    color: #bb818b;
}

.woocommerce-checkout .listings-title,
.woocommerce-cart .listings-title {
    background: url("../img/headline-bg.jpeg") no-repeat center/cover !important;
}

.woocommerce-checkout .listings-title .wrap-title .entry-title,
.woocommerce-cart .listings-title .wrap-title .entry-title {
    color: #fff;
}

.woocommerce-checkout .listings-title .wrap-title .breadcrumbs .breadcrumb &gt; li,
.woocommerce-cart .listings-title .wrap-title .breadcrumbs .breadcrumb &gt; li {
    color: #fff;
}

.woocommerce-checkout .listings-title .wrap-title .breadcrumbs .breadcrumb &gt; li &gt; a,
.woocommerce-cart .listings-title .wrap-title .breadcrumbs .breadcrumb &gt; li &gt; a {
    color: #fff;
}

@media (min-width: 1200px) {
    .woocommerce-cart .container {
        max-width: 1300px;
    }
}

@media screen and (max-width: 1200px) {
    .cart-wrapper {
        flex-direction: column;
    }

    .cart-wrapper-table {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce form table.shop_table.shop_table_responsive tbody tr.cart_item td, .woocommerce-page form table.shop_table.shop_table_responsive tbody tr.cart_item td {
        padding: 0;
    }

    .woocommerce-page.woocommerce-cart .entry-content,
    .cart-wrapper-table,
    .cart-wrapper-sidebar{
        padding: 0;
    }

    .woocommerce form table.shop_table.shop_table_responsive tbody tr td:before, .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before {
        display: none !important;
    }

    .remove-wrapper.desktop {
        display: none;
    }

    .woocommerce form table.shop_table.shop_table_responsive tbody tr:not(.cart-link-wrapper),
    .woocommerce-page form table.shop_table.shop_table_responsive tbody tr:not(.cart-link-wrapper) {
        display: grid;
        grid-gap: 8px 18px;
        grid-template-columns: 130px 1fr 100px;
        grid-auto-columns: 80px;
        grid-template-areas:
                "thumbnail name subtotal"
                "thumbnail quantity remove";
        padding: 25px 0;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: #fff;
    }

    .woocommerce-cart-form .product-thumbnail {
        grid-area: thumbnail;
    }

    .woocommerce-cart-form .product-name {
        grid-area: name;
        font-size: 14px !important;
    }

    .woocommerce-cart-form .product-subtotal {
        grid-area: subtotal;
        display: flex !important;
        justify-content: flex-end;
        font-weight: 500;
        font-size: 14px !important;
    }

    .woocommerce-cart-form .product-quantity {
        grid-area: quantity;
    }

    .woocommerce-cart-form .remove-wrapper.mobile {
        grid-area: remove;
        display: flex !important;
        justify-content: flex-end;
    }

    .woocommerce-cart-form .remove-wrapper.mobile a {
        width: auto;
        height: auto;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 600;
        background-color: transparent;
        color: #bc818c !important;
        display: inline-block;
        line-height: 1.2;
        margin-top: 12px;
    }

    .woocommerce-cart-form .amount-wrapper {
        margin-bottom: 0;
    }

    .woocommerce-cart-form .woocommerce-additionals-cart {
        display: none !important;
    }

    .woocommerce form table.shop_table.shop_table_responsive tbody tr td.cart-link, .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.cart-link {
        padding: 24px 0;
    }

    .cart-link a {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .cart-wrapper-sidebar {
        width: 100%;
    }

    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        display: none;
    }

    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
        display: flex;
    }

    .cart-wrapper-sidebar .shop_table tr {
        display: flex !important;
        justify-content: space-between;
        width: 100%;
    }

    .woocommerce-cart .cart_totals .shop_table .promocode-wrapper td {
        width: 100%;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: transparent;
    }

    .woocommerce-cart .cart_totals .shop_table th,
    .woocommerce-cart .cart_totals .shop_table td,
    .woocommerce-cart .wc-proceed-to-checkout,
    .cart_totals .widget-cart-info {
        padding-left: 0;
        padding-right: 0;
    }

    .woocommerce-cart .cart_totals .shop_table .promocode-wrapper td:after,
    .cart_totals .widget-cart-info:before {
        left: 0;
        right: 0;
    }

}

@media screen and (max-width: 525px) {
    .woocommerce form table.shop_table.shop_table_responsive tbody tr, .woocommerce-page form table.shop_table.shop_table_responsive tbody tr {
        grid-template-columns: 80px 1fr 70px;
    }

    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        padding: 24px 14px;
    }

    .woocommerce-cart .cart_totals .shop_table th,
    .woocommerce-cart .cart_totals .shop_table td {
        font-size: 13px;
        flex: 1;
    }

    .woocommerce-cart #contents .cart_totals &gt; h2:first-child {
        padding-bottom: 24px;
        margin-bottom: 18px;
    }

    .cart-info-text:not(:last-child) {
        font-size: 14px;
    }

    .woocommerce-cart #contents .widget-cart-info h2 {
        margin-bottom: 14px;
    }

    .woocommerce-cart .cart_totals .shop_table .promocode-wrapper td {
        padding-bottom: 18px;
    }

    .woocommerce-cart .cart_totals .shop_table .order-total td, .woocommerce-cart .cart_totals .shop_table .order-total th {
        padding-top: 22px;
    }

    .woocommerce form table.shop_table.shop_table_responsive tbody tr:not(.cart-link-wrapper), .woocommerce-page form table.shop_table.shop_table_responsive tbody tr:not(.cart-link-wrapper) {
        grid-template-columns: 100px 1fr 80px;
    }
}

/*checkout*/
.woocommerce .checkout .col2-set .col-1 {
    width: calc(100% - 450px);
    padding-right: 35px;
}

.woocommerce .checkout .col2-set .col-2 {
    width: 450px;
}

/*checkout table*/
.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields, .woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields {
    padding-right: 0;
}

.woocommerce .checkout .col2-set .col-1 h3 {
    font-size: 21px;
    font-weight: 600;
    color: #bc818c;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 35px;
}

.woocommerce .checkout .col2-set .col-1 .woocommerce-shipping-fields {
    padding-top: 35px;
}

 .woocommerce form .form-row label {
    font-size: 17px;
    font-weight: 600 !important;
    color: #000;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 15px;
}

.woocommerce-checkout form .form-row .required {
    color: #bc818c;
    font-size: 15px;
}

.woocommerce-checkout form .form-row {
    margin-bottom: 32px;
    padding: 0;
}

.woocommerce-checkout form #billing_email_field {
    margin-bottom: 0;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row-first,
.woocommerce-checkout .woocommerce-billing-fields .form-row-last {
    width: 48% !important;
}

.woocommerce-billing-fields #subscribe_field {
    display: none;
}

.form-row-wide,
.address-field {
    width: 100%;
}

.validate-postcode,
.validate-phone {
    width: 48%;
}

.woocommerce-checkout .col2-set .col-1 input.input-text,
.woocommerce-checkout .col2-set .col-1 textarea.input-text {
    height: 45px;
    background-color: #fff;
    border: 2px solid #bababa;
    color: #000;
    font-size: 17px;
    padding: 4px 8px;
    font-weight: 600;
    resize: none;
}

.woocommerce-checkout .col2-set .col-1 textarea.input-text {
    padding: 6px 8px;
}

.woocommerce-checkout input.input-text::placeholder {
    color: #848484;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
    height: 45px;
    background-color: #fff;
    border: 2px solid #bababa;
    border-radius: 0;
    color: #000;
    font-size: 17px;
    padding: 6px 8px;
    font-weight: 600;
}

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

.woocommerce-checkout #subscribe_field .form-row {
    margin-bottom: 0;
}

.woocommerce-checkout #subscribe_field .checkbox,
.woocommerce-checkout .woocommerce-account-fields .checkbox,
.woocommerce-checkout .woocommerce-account-fields .create-account {
    display: flex !important;
    align-items: center;
    text-transform: none;
    font-weight: normal;
}

.woocommerce-checkout #subscribe_field .input-checkbox,
.woocommerce-checkout .woocommerce-account-fields .woocommerce-form__input-checkbox,
#ship-to-different-address .woocommerce-form__input-checkbox {
    width: 17px;
    height: 17px;
    border-radius: 0;
}

#ship-to-different-address .woocommerce-form__label {
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    padding: 0 0 0 23px;
    display: flex;
    align-items: center;
}

#ship-to-different-address .woocommerce-form__label &gt; span {
    padding: 4px 0 0 8px;
}

.woocommerce form #order_comments_field label {
    text-transform: none;
}

#order_comments_field {
    padding: 0;
}

/*woocommerce-checkout-payment*/
.woocommerce-checkout #payment ul.payment_methods {
    border: none;
    background-color: #fff;
    padding-right: 0;
    padding-top: 0;
}

.woocommerce-checkout-payment .input-radio {
    display: none;
}

.woocommerce-checkout-payment label {
    position: relative;
    padding-left: 30px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
}

.woocommerce-checkout-payment label:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #2f2f2f;
    transition: .2s ease;
}

.woocommerce-checkout-payment input:checked ~ label:before {
    box-shadow: inset 0 0 0 5px #bc818c;
}

.woocommerce-checkout #payment div.payment_box {
    margin-left: 30px;
    background-color: #fff;
    border: 2px solid #bb818b;
    color: #000;
    font-size: 17px;
    padding: 8px 14px;
    font-weight: 600;
    margin-top: 0;
    width: calc(100% - 30px);
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

.woocommerce-checkout #payment ul.payment_methods li {
    margin-bottom: 10px;
}

.woocommerce-checkout-payment-title {
    padding-top: 10px;
    background-color: #fff;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    width: 80px;
    margin: 12px 0;
}

.woocommerce-checkout #payment ul.payment_methods .payment_method_molpay img {
    width: auto;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    line-height: 1.2;
    color: #bc818c;
    text-decoration: underline;
    transition: .2s ease;
    display: block;
    float: none;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal:hover {
    color: #000 !important;
}

.woocommerce .woocommerce-checkout #payment div.form-row, .woocommerce-page .woocommerce-checkout #payment div.form-row {
    padding: 0;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.woocommerce-terms-and-conditions-wrapper {
    order: 1;
    text-align: center;
    font-size: 17px;
    font-style: italic;
    display: block;
    margin: 8px 0;
}

.woocommerce .checkout #payment #place_order, .woocommerce-page .checkout #payment #place_order {
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    transition: .2s ease;
    border-radius: 0;
    padding: 18px;
}

/*checkout sidebar*/
.woocommerce-checkout .col-2 {
    margin-top: 96px;
    border-radius: 8px;
    border: 2px solid #bababa;
    background-color: #fff;
    padding: 36px 30px 0;
}

.order-review-heading-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 28px;
}

.order-review-heading-wrapper a {
    color: #bd808c;
}

.order-review-heading-wrapper a:hover {
    color: #bd808c !important;
    text-decoration: underline;
}

.woocommerce-page .checkout .col2-set .col-2 h3 {
    padding: 0;
    margin: 0;
    font-weight: 600;
    color: #bd808c;
    border: 0;
}

.woocommerce-checkout-review-order-table {
    border-collapse: collapse;
}

.woocommerce .checkout #order_review table.shop_table tr, .woocommerce-page .checkout #order_review table.shop_table tr {
    background-color: #fff;
    position: relative;
}

.woocommerce .checkout #order_review table.shop_table tr:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background-color: #8f8f8f;
}

.woocommerce-checkout-review-order .product-image {
    width: 140px;
}

.woocommerce-page .woocommerce .checkout #order_review table.shop_table td {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0 !important;
}

.woocommerce-page .woocommerce .checkout #order_review table.shop_table .cart_item td {
    padding-top: 30px;
    padding-bottom: 30px;
}

.woocommerce-checkout-review-order-table .product-name {
    font-size: 17px;
    color: #000;
}

.woocommerce-checkout-review-order-table .quantity {
    padding-bottom: 30px;
    color: #686868;
}

.woocommerce-checkout-review-order-table .meta,
.woocommerce-checkout-review-order-table .price {
    color: #686868;
}

.woocommerce-checkout-review-order #promo-code,
.woocommerce-checkout-review-order #promocode-submit {
    width: auto;
    margin: 0;
    border: 0;
    padding: 8px 2px;
    color: #000;
    background-color: transparent;
}

.woocommerce-checkout-review-order #promo-code {
    width: 160px;
}

.woocommerce-checkout-review-order #promo-code::placeholder {
    text-transform: uppercase;
}

.woocommerce-checkout-review-order #promocode-submit {
    text-align: right;
    width: 100%;
}

.woocommerce-page .woocommerce .checkout #order_review table.shop_table .cart-subtotal,
.woocommerce-page .woocommerce .checkout #order_review table.shop_table .cart-discount,
.woocommerce-page .woocommerce .checkout #order_review table.shop_table .woocommerce-shipping-totals {
    text-transform: uppercase;
    font-size: 16px;
}

.woocommerce-page .woocommerce .checkout #order_review table.shop_table .cart-subtotal th,
.woocommerce-page .woocommerce .checkout #order_review table.shop_table .cart-discount th,
.woocommerce-page .woocommerce .checkout #order_review table.shop_table .woocommerce-shipping-totals th {
    color: #8f8f8f;
}

.woocommerce-page .woocommerce .checkout #order_review table.shop_table .cart-subtotal td {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
}

.woocommerce-page .woocommerce .checkout #order_review table.shop_table .woocommerce-shipping-totals th,
.woocommerce-page .woocommerce .checkout #order_review table.shop_table .woocommerce-shipping-totals td {
    padding-top: 0;
    padding-bottom: 20px;
}

.woocommerce-page .woocommerce .checkout #order_review table.shop_table .woocommerce-shipping-totals td {
    text-align: right;
}

.woocommerce-page .woocommerce .checkout #order_review table.shop_table .cart-subtotal td:after,
.woocommerce-page .woocommerce .checkout #order_review table.shop_table .woocommerce-shipping-totals td:after {
    display: none;
}

.woocommerce-shipping-totals:after {
    display: none !important;
}

.woocommerce-checkout table.shop_table .promocode-wrapper &gt; *,
.woocommerce-checkout table.shop_table .woocommerce-shipping-totals &gt; *,
.woocommerce-checkout table.shop_table .order-total &gt; *,
.woocommerce-checkout table.shop_table .cart-subtotal &gt; *,
.woocommerce-checkout table.shop_table .cart-discount &gt; * {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.woocommerce-checkout ul#shipping_method li {
    margin-bottom: 0;
}

.woocommerce-page .woocommerce .checkout #order_review table.shop_table .order-total {
    font-size: 16px;
}

.woocommerce-page .woocommerce .checkout #order_review table.shop_table .order-total td,
.woocommerce-page .woocommerce .checkout #order_review table.shop_table .cart-discount td {
    text-align: right;
}

.woocommerce-checkout .woocommerce-remove-coupon {
    text-transform: none;
}

.woocommerce-checkout table.shop_table .order-total &gt; * {
    padding-top: 30px;
    padding-bottom: 10px;
}

.woocommerce .checkout #order_review table.shop_table tr:hover, .woocommerce-page .checkout #order_review table.shop_table tr:hover {
    background-color: #fff;
}

@media (min-width: 1200px) {
    .woocommerce-checkout .container {
        max-width: 1300px;
    }
}

@media screen and (max-width: 991px) {
    .woocommerce .col2-set, .woocommerce-page .col2-set {
        display: flex;
        flex-direction: column;
    }
    .woocommerce .checkout .col2-set .col-1 {
        width: 100%;
        order: 1;
        padding-right: 0;
    }

    .woocommerce .checkout .col2-set .col-2 {
        margin-bottom: 34px;
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-page.woocommerce-checkout .entry-content {
        padding: 0;
    }

    .woocommerce-checkout .elementor-column-gap-default&gt;.elementor-row&gt;.elementor-column&gt;.elementor-element-populated {
        padding: 0;
    }
}

@media screen and (max-width: 575px) {
    .woocommerce .checkout .col2-set .col-2 {
        width: 100%;
        padding: 22px 16px 0;
    }

    .order-review-heading-wrapper {
        padding-bottom: 22px;
    }

    .woocommerce-page .checkout .col2-set .col-2 h3,
    .order-review-heading-wrapper a {
        font-size: 14px;
    }

    .woocommerce-page .woocommerce .checkout #order_review table.shop_table .cart_item td {
        padding: 15px 12px 26px 0;
    }

    .woocommerce-checkout-review-order-table .product-name {
        font-size: 14px;
    }

    .woocommerce-checkout-review-order-table .product-name .amount {
        font-weight: 500;
        color: #000;
    }

    .woocommerce-page .woocommerce .checkout #order_review table.shop_table td {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .woocommerce-page .woocommerce .checkout #order_review table.shop_table td:not(.product-image) {
        flex: 1;
    }

    .woocommerce-page .woocommerce .checkout #order_review table.shop_table .cart-subtotal td,
    .woocommerce-page .woocommerce .checkout #order_review table.shop_table .cart-subtotal th {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 15px;
    }

    .woocommerce-page .woocommerce .checkout #order_review table.shop_table .woocommerce-shipping-totals th, .woocommerce-page .woocommerce .checkout #order_review table.shop_table .woocommerce-shipping-totals td {
        padding-bottom: 15px;
    }

    .woocommerce .checkout #order_review table.shop_table tr, .woocommerce-page .checkout #order_review table.shop_table tr {
        display: flex;
    }

    .woocommerce-checkout-review-order .product-image {
        width: 100px;
    }

    .woocommerce-checkout-review-order-table .quantity {
        padding-bottom: 10px;
    }

    .woocommerce-page .woocommerce .checkout #order_review table.shop_table .cart-subtotal, .woocommerce-page .woocommerce .checkout #order_review table.shop_table .cart-discount, .woocommerce-page .woocommerce .checkout #order_review table.shop_table .woocommerce-shipping-totals {
        font-size: 15px;
    }

    .woocommerce-page .woocommerce .checkout #order_review table.shop_table .cart-subtotal th, .woocommerce-page .woocommerce .checkout #order_review table.shop_table .cart-discount th, .woocommerce-page .woocommerce .checkout #order_review table.shop_table .woocommerce-shipping-totals th {
        font-size: 13px;
    }

    .woocommerce-page .woocommerce .checkout #order_review table.shop_table .order-total {
        font-size: 14px;
    }

    .woocommerce-page .woocommerce .checkout #order_review table.shop_table .order-total th {
        font-weight: 400;
    }

    .woocommerce-checkout .woocommerce-billing-fields .form-row-first, .woocommerce-checkout .woocommerce-billing-fields .form-row-last {
        width: 100% !important;
    }

    .woocommerce .checkout .col2-set .col-1 h3 {
        padding-bottom: 26px;
        font-size: 22px;
    }

    .woocommerce form .form-row label {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 12px;
    }

    .woocommerce-checkout form .form-row {
        margin-bottom: 26px;
    }

    .woocommerce-checkout #payment ul.payment_methods {
        padding-left: 0;
    }

    .woocommerce-checkout #subscribe_field .checkbox {
        margin-bottom: 24px;
    }

    #ship-to-different-address .woocommerce-form__label {
        font-size: 18px;
    }

    .woocommerce-checkout .col2-set .col-1 input.input-text, .woocommerce-checkout .col2-set .col-1 textarea.input-text {
        font-size: 14px;
    }

    .woocommerce-checkout .select2-container--default .select2-selection--single {
        font-size: 14px;
    }

    .woocommerce-checkout-payment label {
        font-size: 14px;
    }

    .woocommerce-checkout-payment label:before {
        top: 6px;
    }
}</pre></body></html>