/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 21 2026 | 09:56:14 */
/* 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 */ 

h1, .entry-content :where(h1){
	font-size:2rem !important;
}
#secondary {
	width:19%;
		
}
.woocommerce-js .woocommerce-breadcrumb{
	display:none;
}

.ast-onsale-card{
	position:relative;
    top:5.5em;
    left: 0.0em;
    color: var(--ast-global-color-3);
    background-color: #c42002;
    width: fit-content;
    border-radius: 20px;
    padding: 0.4em 0.8em;
    font-size: .87em;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    box-shadow: 0 4px 4px rgba(0, 0, 0,
}
.woocommerce a.add_to_cart_button {
    background-color: #ff7a00;
    color: #fff;
}

.entry-content :where(h4),h4 {
    color: #808285 !important;
    line-height: 1.5;
    font-size: 1.3em
}
/* Single product title */
.product_title {
    color: #ff7a00 !important;
}

.nav-white{
	color:#fff !important;
}

/* Hide WooCommerce sidebar on mobile only */
@media (max-width: 921px) {
    .ast-left-sidebar #secondary {
        padding-right: 0;
			display:none !important;
    }
}