.elementor-kit-63{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-63 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    font-family: 'Roboto', sans-serif;
}

.wc-tabs li {
    border: 1px solid #9e2e3b !important;
    border-radius: 30px !important;
    background-color: #9e2e3b !important;
    margin-right: 5px !important;
}

.wc-tabs li a {
    color: white !important; 
}

.product_title {
    font-size: 28px;
}

a.elementor-button {
    background-color: #9e2e3b !important;
    border-radius: 100px !important;
}

p#billing_country_field {
    display: none;
}

button.button.buy_now_button {
    color: white !important;
}

button.single_add_to_cart_button.button {
    color: #9e2e3b !important;
    background-color: #ffff !important;
    border: 1px solid #9e2e3b !important;
}

input.input-text.qty.text {
    display: block !important;
}

a.button.product_type_variable.add_to_cart_button {
    color: #9e2e3b !important;
    background-color: #ffff !important;
    border: 1px solid #9e2e3b !important;
}

.wp-block-woocommerce-cart-order-summary-shipping-block.wc-block-components-totals-wrapper {
    display: none !important;
}

.woocommerce-billing-fields__field-wrapper {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 10px;
}

.e-checkout__container {
grid-template-columns: 50% auto !important;
}

.payment_box.payment_method_bacs {
    display: none !important;
}

.payment_box.payment_method_cod {
    display: none !important;
}

.woocommerce-terms-and-conditions-wrapper {
    display: none;
}

.checkout-quantity-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.quantity-buttons {
    display: flex;
    align-items: center;
    gap: 5px;
}

.quantity-buttons button {
    background: #0071a1; /* Màu nền */
    color: #fff;         /* Màu chữ */
    border: none;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.quantity-buttons button:hover {
    background: #005f85; /* Màu khi hover */
}

.checkout-quantity-input {
    width: 60px;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input.checkout-quantity-input {
    width: 40px;
    padding: 5px 5px;
}

button.qty-plus {
    background-color: #9e2e3b
}

button.qty-minus {
    background-color: #9e2e3b

}

a.wc-block-components-product-name {
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
}

ul.wc-block-components-product-details li {
    font-size: 16px;
}

.wc-block-cart-item__prices span {
    font-size: 20px;
}

tr.wc-block-cart-items__header th {
    font-size: 14px;
}

.wc-block-cart__submit-container>a {
    background-color: transparent;
    color: #9e2e3b;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid;
    text-decoration: none;
}

td.product-action {
    vertical-align: top !important;
}

td.product-action a {
    color: #9e2e3b;
}

a.remove {
    display: none !important;
}/* End custom CSS */