.elementor-kit-6{--e-global-color-secondary:#8EB4ED;--e-global-color-text:#101114;--e-global-color-accent:#0059B3;--e-global-color-primary:#3C87D2;--e-global-color-12277ed:#000000;--e-global-color-2185b18:#F6F9FE;--e-global-color-c5336c7:#F49B3F;--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:"Nanum Gothic";--e-global-typography-accent-font-weight:300;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.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 */.elementor-menu-cart__subtotal {
    display: none;
}

a.elementor-button.elementor-button--checkout.elementor-size-md {
    display: none;
}

.woocommerce-shipping-fields {
    display: none;
}

th.woocommerce-table__product-table.product-total {
    display: none;
}

/* General styles for the table to maintain its layout */
.elementor-widget-container table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap; /* Prevent table cells from wrapping */
}

.elementor-widget-container th,
.elementor-widget-container td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
}

.elementor-widget-container th {
    background-color: #f2f2f2;
}

/* Styles for mobile devices to make the table scrollable */
@media (max-width: 767px) {
    .elementor-widget-container table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
    }
}/* End custom CSS */