/*
Theme Name: Sandre Only Elementor
Theme URI: https://sandreonly.fr/
Description: Sandre Only Elementor IRCF
Author: IRCF
Author URI: https://ircf.fr/
Template: hello-elementor
Version: 1.0
Text Domain: sandre-only-elementor
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
.wpc-filters-widget-wrapper .widget-title{
	font-weight: 700;
}
.wpc-filters-widget-wrapper .select2{
	width: 100% !important;
}
.wpc-filters-widget-wrapper .select2 .select2-selection{
	border: 2px solid #f04f2b !important;
	border-radius: 14px !important;
	font-size: 1rem;
}
.wpc-filters-widget-wrapper .select2 .select2-selection > .select2-selection__arrow{
	border-radius: 50% !important;
	height: 90% !important;
	right: 8px !important;
	top: 5% !important;
}
.wpc-filters-widget-wrapper input.wpc-filters-range-min,
.wpc-filters-widget-wrapper input.wpc-filters-range-max{
	border: 2px solid #f04f2b !important;
	border-radius: 14px !important;
}
.wpc-filters-widget-wrapper .wpc-filters-range-slider-control > .ui-slider-range{
	background-color: #f04f2b !important;
}
.wpc-custom-selected-terms{
	display: none;
}
.select2-container ul.select2-results__options > li{
	font-size: 1rem;
}

.woocommerce-message{
	align-items: center;
	background-color: #11406b;
	border: none;
	color: #fff;
	display: flex;
	font-size: 1.4rem;
	justify-content: center;
	margin-bottom: 20px;
	padding: 30px 0;
}
.woocommerce-message:before{
	content: "";
}
.woocommerce-message > a.button{
	background-color: #f04f2b;
	border-radius: 3px;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	margin-left: 50px;
	padding: 0.8rem 2rem;
	text-transform: uppercase;
}
@media (max-width: 767px){
	.woocommerce-message{
		flex-direction: column;
		font-size: 1rem;
		padding: 10px 20px;
	}
	.woocommerce-message > a.button{
		font-size: 0.8rem;
		margin-left: 0;
		margin-top: 10px;
	}
}