/**
* Theme Name: Fana Child
* Description: This is a child theme for Fana
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.1.37
* Template: fana
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

#sidebar-shop{
	background:#fff6e2 !important;
	margin-top:20px !important;
	border-radius:10px !important;
	position:sticky;
	top:120px !important;
	height:100%
}
.woof_redraw_zone{padding:15px !important}
.woof_products_top_panel_ul{
	    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.woof_reset_button_2{ color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}


