.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-456c134:#015483;--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-6 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;}{}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;}@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 *//* Add to Cart Button Styling */
.woocommerce .button.add_to_cart_button, 
.woocommerce .button.single_add_to_cart_button {
    background-color: #015688 !important; /* Blue color */
    color: #ffffff !important; /* White text */
    border: none !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 15px; /* Adjust padding as needed */
    border-radius: 5px; /* Rounded corners (optional) */
}

.woocommerce .button.add_to_cart_button:hover, 
.woocommerce .button.single_add_to_cart_button:hover {
    background-color: #013f5e ; /* Darker blue on hover */
    color: #ffffff ;
}

/* Product Heading Styling */
.woocommerce-loop-product__title, 
.woocommerce div.product .product_title {
    color: #015688 ; /* Blue color for product title */
    font-weight: bold ;
}

/* Product Price Styling */
.woocommerce div.product p.price, 
.woocommerce div.product span.price, 
.woocommerce ul.products li.product .price {
    color: #000000 ; /* Black color for price */
    font-weight: bold ;
}
/* Style Variable Product Buttons */
/* Style the "Select Options" and other WooCommerce buttons */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .button.select_options,
.woocommerce ul.products li.product .woocommerce-loop-product__link {
   
    color: #ffffff ; /* White text */
    border: none ;
    font-weight: bold;
    text-transform: uppercase ;
    padding: 10px 15px; /* Adjust padding */
    border-radius: 5px; /* Optional rounded corners */
    display: block ; /* Ensures full width */
    width: 100% ; /* Full width */
    text-align: center;
    box-shadow: none; /* Remove default button shadows */
}/* End custom CSS */