.elementor-kit-5883{--e-global-color-primary:#005D8D;--e-global-color-secondary:#BB890B;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-9d3f0a3:#FFFFFF;--e-global-typography-primary-font-family:"Philosopher";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Philosopher";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Philosopher";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Philosopher";--e-global-typography-accent-font-weight:500;font-family:"Philosopher", Sans-serif;}.elementor-kit-5883 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5883 a{font-family:"Philosopher", Sans-serif;}.elementor-kit-5883 a:hover{font-family:"Philosopher", Sans-serif;}.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-header .site-navigation ul.menu li a{color:#636363;}.site-header .site-navigation-toggle .site-navigation-toggle-icon{color:#005D8D;}.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 *//* Hide Add to Cart button on WooCommerce latest products page */
.woocommerce ul.products li.product .button {
    display: none;
}

/* Hide stock status on WooCommerce latest products page */
.woocommerce ul.products li.product .stock {
    display: none;
}

/* Change the color of all links */
a {
    color: #005d8d; /* Replace with your desired color */
}

/* Change the color of links on hover */
a:hover,
a:focus {
    color: #bb890b; /* Replace with your desired hover color */
}

/* Change the color of product prices on shop and archive pages */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    color: #bb890b; /* Replace with your desired color */
}

/* Change the color of product prices on single product pages */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #bb890b; /* Replace with your desired color */
}

/* Change the color of 'In stock' status */
.woocommerce div.product p.stock.in-stock {
    color: #bb890b; /* Replace with your desired color for 'In stock' */
}

/* Change the color of 'Out of stock' status */
.woocommerce div.product p.stock.out-of-stock {
    color: #dc3545; /* Replace with your desired color for 'Out of stock' */
}
/* Change woocommerce message bar */
.woocommerce-message {
border-top-color: #bb890b;
}
.woocommerce-message::before {
content: "\e015";
color: #bb890b;
}/* End custom CSS */