/*
Theme Name: Sway Child
Template: sway
Theme URI: https://www.swaytheme.com/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Multi-Purpose WordPress Theme with Block Builder
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */
@media (max-width: 960px) {
    .woo-sidebar-left .shop-sidebar-container {
        order: 1 !important;
    }
}

.post-type-archive-product .ser_ftop .woof_block_html_items li{
	background-color: #20236e;
	margin-bottom: 5px !important;
	border-radius: 10px;
	padding-left: 10px !important;
	width: fit-content !important;
	float: left;
	margin: 5px !important;
    padding: 0px 15px 0px 15px !important;
}
.post-type-archive-product .ser_ftop .woof_block_html_items label{
	color: #fff;
	vertical-align: unset !important;
}

.post-type-archive-product .ser_ftop .woof_block_html_items div.icheckbox_square-blue{
	background-color: #fff;
} 
div.ser_ftop, body.post-type-archive-product div.ser_ftop div.woof_text_search_container, body.post-type-archive-product div.ser_ftop div.widget h5{
	display:none;
}
body.post-type-archive-product div.ser_ftop{
	display: none !important; /*exibição na pagina produtos-2 aqui trocar de none para flex */
	margin-bottom: 60px;
}
div.woof_container_inner_categoriasdeproduto h4{
	text-align: center;
}
.ser_ftop li.woof_childs_list_li{
	border: solid 1px #fff !important;
}
.ser_ftop ul.woof_childs_list li{
	background-color: #ad004a;
}