/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* CUSTOM CSS - ALAE-SAVOUR  */
/*Product Page */

.product_header_container {
	font-size: 17px;
    line-height: 25px;
}
	
.product_header_container .h1 {
    font-size: 27px !important;
}

#product-availability{
	margin-bottom:25px!important;
}

#product-description-short-20{
	font-size:15px!important;
}

.product-prices .current-price .product-price{
	font-size:21px!important;
}

.product-add-to-cart .row .col-add-btn{
	width:100%;
}

.product-add-to-cart .row .col .add .add-to-cart{
	width:100%;
	border-radius: 15px;
}

#wrapper .block-title{
border: 0px!important;
}

.product-quantities{
	display:none;
}


/* CATEGORÍA Page */

#customCategoria{
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
}

#facets_search_center_dropdown{
	width:25%;
	margin-right: 10px;
}

#content-wrapper{
	width:100%;
}

#js-product-list{
	width:100%!important;
}

#js-product-list .products-grid{
	justify-content:flex-start;
}

.view-switcher{
	display:none;
}

@media (min-width: 768px){
	#search_center_filter_toggler:hover, #search_center_filter_toggler:active, .btn-secondary:not(:disabled):not(.disabled):active{
		background-color:#225544!important;
		color:white!important;
	}
	
	.product-miniature-default .product-thumbnail img{
		margin:0px!important;
	}
	#js-product-list .products-grid .js-product-miniature-wrapper{
		padding:5px!important;
	}
	
	
}

#js-product-list .product-add-cart {
	display:block!important;
}



#js-product-list .product-add-cart .btn-product-list{
	background-color: #225544;
	color:white;
}

#js-product-list .product-add-cart .btn-product-list:hover{
	background-color: #CCCCCC;
	color:black;
}

#js-product-list .product-functional-buttons{display:none!important;}

#iqithtmlandbanners-block-1{
	border-top: 1px solid rgba(160, 160, 160, .25);
    padding-top: 35px;
}

#iqithtmlandbanners-block-1 h5{
	font-size: 15px;
}

#iqithtmlandbanners-block-3 .block-title{display: none!important;} 
#iqithtmlandbanners-block-3 .block-content{margin: 1% auto; text-align:center;}

@media (max-width: 768px) {
	.ets_wa_whatsapp_block.right_bottom {
		right: 5%!important;
		bottom: 35px!important;
	}
	
	#iqithtmlandbanners-block-3 .block-content {
    	margin: 5% auto!important;
	}
}