/*
Theme Name: Silure Access Elementor 2025
Theme URI: https://silureaccess.com/
Description: Silure Access Elementor 2025 IRCF
Author: IRCF
Author URI: https://ircf.fr/
Template: hello-elementor
Version: 1.0
Text Domain: silureaccess-elementor-2025
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 #70bc5c !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 #70bc5c !important;
	border-radius: 14px !important;
}
.wpc-filters-widget-wrapper .wpc-filters-range-slider-control > .ui-slider-range{
	background-color: #70bc5c !important;
}
.wpc-custom-selected-terms{
	display: none;
}
.select2-container ul.select2-results__options > li{
	font-size: 1rem;
}

html body *:focus-visible {
    outline: 2px solid #70bc5c !important;
}

.woocommerce-message{
	align-items: center;
	background-color: #70bc5c;
	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: #70bc5c;
	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;
	}
}

.woocommerce-info::before {
    color: #70bc5c;
}
.woocommerce-info {
    border-top-color: transparent;
}

.woocommerce form .form-row .input-text {
	outline: 2px solid #b1b2b3;
}