/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 06 2023 | 14:56:50 */
.woof_auto_show {
    opacity: 1 !important;
}
.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;
		
	}
}