.elementor-kit-35749{--e-global-color-primary:#D13A19;--e-global-color-secondary:#5B5B5B;--e-global-color-text:#252525;--e-global-color-accent:#577AB4;--e-global-color-64ef9dd:#B80505;--e-global-color-0a38e64:#3A547E;--e-global-color-16a5cfe:#FDF100;--e-global-color-9600e3e:#FDA800;--e-global-color-f807a36:#68DD49;--e-global-color-7418561:#F3F3F3;--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-35749 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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);}@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 *//* ####### WooCommerce product search input ####### */
.woocommerce-product-search .search-field {
    padding: 6px 12px 6px 32px !important; /* left padding ensures icon does not overlap text */
    height: 38px !important;
    line-height: 1 !important;
}

/* Fix search icon alignment */
.woocommerce-product-search::before,
.woocommerce-product-search .search-field::before {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* If theme uses a span or i tag inside the field */
.woocommerce-product-search .search-field + span,
.woocommerce-product-search i,
.woocommerce-product-search svg {
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 10px !important; /* adjust icon’s horizontal alignment */
    position: absolute !important;
    pointer-events: none;
}

/* Increase space between search icon and placeholder text */
.woocommerce-product-search .search-field {
    padding-left: 40px !important; /* increase this number to add more space */
}



/* Widen site from 1072px default */
body {
    max-width: 100% !important;
    overflow-x: hidden;
}
.col-full {
    max-width: 1400px;
}
/* Contain Storefront pages missing .col-full wrapper —
   but NOT Elementor Full Width pages */
body.left-sidebar:not(.page-template-elementor_header_footer),
body.right-sidebar:not(.page-template-elementor_header_footer) {
    max-width: 1400px !important;
    margin-left: auto;
    margin-right: auto;
}/* End custom CSS */