a:hover{
	color: #61d10b !important;
}
#configurator-anchor #configurator_block{
	font-family: Manrope,sans-serif;
}
#configurator-anchor #configurator-tabs li[data-selected=true]{
	background:#61D10B !important;
}
#configurator-anchor #configurator_block .info, #configurator-anchor #configurator_block .info-fb{
	background:#2196f3;
}

#configurator-anchor .btn-primary,
#tab-action-add-to-cart{
	padding: 1rem 2rem;
    border-style: solid;
    border-width: 1px;
    border-color: #61d10b;
    border-radius: 25px;
    background-color: #61d10b;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
    transition: all 250ms ease;
    text-align: center;
	color: #fff;
}
#configurator-anchor #configurator_preview li a{
	color: #61d10b;
}
#configurator_block label span.label-default{
	background: #61d10b !important;
}
#configurator-anchor div.selector, #configurator-anchor div.selector span{
	max-width: 100%;
}
#configurator_block.tabs{
	padding: 0;
}
.single-product__add-to-cart{
	visibility: hidden !important;
}

.configurator-tabs-actions{
	margin-bottom:20px;
}

#configurator_preview_container{
	margin-top:10px !important;
}

#configurator_block .color:hover{
	border: 0px;
    outline: 0;
    /* margin-top: 6px; */
    border: 0px solid;
    margin-top: 0px !important;
}

.step-color-texture > span{
	display:none;
}

#configurator-loader {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
}
body#product #configurator_preview .col-lg-6{
	width: 100% !important;
}
body#product #configurator_preview #form_add_configurator_to_cart .configurator-qty #quantity-configurator{
	max-width: 100px;
}
#configurator_block .accessories .option_block .quantity_wanted {
    margin-top: 40px !important;
}
#configurator_block .step-color-texture .option_block{
	height: 150px !important;
}
@media screen and (max-width: 425px) {
	#configurator_block #configurator-tabs ul{
		flex-direction: column;
	}
	
	#configurator_block #configurator-tabs ul .configurator-tab-page{
		width: 100% !important;
		border: 0;
		border-radius: 0;
	}
}
@media screen and (max-width: 991px)
	and (min-width: 768px){
		#configurator_block #configurator-tabs ul{
		flex-direction: column;
	}
	
	#configurator_block #configurator-tabs ul .configurator-tab-page{
		width: 100% !important;
		border: 0;
		border-radius: 0;
	}
}	
.single-product__image-wrapper{
    height: fit-content;
    top: 0;
    position: sticky;
}
#configurator_block .option_input.form-group{
	width: 100%;
}
#configurator_block .technical-form div a {
	color: #009409;
	padding-block: 0.5rem;
}
#configurator_block .technical-form div a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 767px){
.single-product__image-wrapper {
    position: static !important;
}
}
.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover{
	border-color: #61d10b !important;
}
.avantages4__div p{
	color: #fff !important;
}