/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 26 2025 | 14:27:06 */
.woof_auto_show {
    opacity: 1 !important;
	overflow: scroll;
    max-height: 700px;
}
.woof_autohide_wrapper {
      display:block !important;
    }
.woof_term_15, .ct-product-add-to-cart .stock.in-stock {
	display:none !important;
}
.woof_sid_auto_shortcode .woof_redraw_zone {
    flex-direction: column;
}
.woof_sid_auto_shortcode .woof_container {
    width:unset;
}

.woof_auto_show_indent{
    box-shadow: 0px 9px 14px #00000014;
}
.woof_show_auto_form, .woof_hide_auto_form {
    width: 200px;
    background: unset;
}
.woof_autohide_wrapper{
	
    position: sticky;
    top: 0;
    padding-top: 10px;
    background: #fff;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #adadad;

}
@media screen and (min-width:998px){
	.woof_autohide_wrapper{
		display:none;
		
	}
}