/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 25 2026 | 13:41:51 */
.archive .promotion_html {
	margin-bottom:30px;
}

#sbar_toggle {
    cursor: pointer;
    transition: opacity 0.2s;
    margin-bottom: 20px;
	transition: transform 0.3s;
	padding:0;
	position:relative;
}
#sbar_toggle:hover {
	opacity:0.8;
}
.sbar_opened #sbar_toggle {
	filter:grayscale(1);
}
.sbar_closed #sbar_toggle {
    transform: translate(-5px, 10px);
}

#woocommerce_layered_nav-991125 > .widget_text {
	display:none;
}
.widget.woocommerce li .count {
    display:none;
}
.cat_img {
	border-radius:10px;
	margin:0 auto;
}
.freq_bought {
	display:flex;
	flex-wrap:wrap;
}
.wpro {
    max-width: 100%;
    padding: 20px 10px;
}
.freq_bought a {
    padding: 0 !important;
    left: 0 !important;
    max-width: 50%;
    border: 1px solid #eee;
}
.wpro img {
	margin: 0 auto;
}
.wpro p {
    text-align: center;
    margin: 10px 0 4px;
    line-height: 1.2em;
    font-size: 12px;
}

.wpro div {
	text-align:center;
}
.wpro .amount {
	font-size:16px!important;
}