/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 13 2026 | 05:23:35 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

body{
	font-family: Montserrat;
	background-color: #fff !important;

}

.ct-media-container img, .ct-media-container picture {
    width: inherit;
    border-radius: inherit;
    object-fit: contain;
}

.ul:last-child, ol:last-child, ul li:last-child, ol li:last-child, label:last-child, .ct-widget p:last-child, .entry-excerpt *:last-child, .wp-block-columns:last-child, .ct-dynamic-data p:last-child, .ct-woo-card-stock p:last-child, [class*=ct-form-notification] p:last-child, .ct-product-description p:last-child, .woocommerce-variation-description p:last-child, .woocommerce-variation-availability p:last-child {
    margin-bottom: 0 !important;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu{
	    --dropdown-background-color: #fff !important;
	    --dropdown-divider: unset !important;
}
[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link {
    --theme-link-initial-color: #000 !important;
    --theme-font-weight: 800 !important;
    --theme-font-size: 14px !important;
}

[class*=animated-submenu]>.sub-menu {
    top: 78% !important;
	border-radius: 10px !important;
}


nav[class*=menu] li:hover>.ct-sub-menu-parent {
    color: #000 !important;
    background: #f6f3f4;
}

@media (max-width: 689.98px) {
    [data-prefix="product"] [class*="ct-container"] > article[class*="post"] {
        --theme-boxed-content-spacing: 20px 0 !important;
    }
}