/*
Theme Name: Indaweb Child
Template: indaweb
Theme URI: https://indaweb.it
Author: Indaweb
Author URI: https://indaweb.it
Description: Flexible Multi-Purpose Responsive WordPress Theme
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 screen and (min-width: 992px) {
	.sidebar-right .wf-container-main{
		grid-template-columns: calc(25% - 25px) calc(100% - 25% - 25px)!important;
		grid-template-areas: "sidebar content"!important;
	}
	.sidebar-right .sidebar {
    	border-right: 1px solid rgba(170,170,170,0.25)!important;
		border-left:none!important;
	}
	.sidebar-divider-vertical.sidebar-right .sidebar .sidebar-content {
		padding-right: 50px;
	}
}
.current-cat a{
	color:#d95c8c!important;
}
.children .cat-item a{font-weight:inherit!important;}
.cat-item a{
	font-weight:bold!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
	background-color:#d95c8c!important;
}
.product_meta .sku_wrapper{
	display:none!important;
}
.custom-alert{
	font-size: 12px;
	font-family: Courgette, Helvetica, Arial, Verdana, sans-serif;
	color:#d95c8c;
}