/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.btn-guida-taglie{
	text-transform: none;
	padding: 1%;
}
#main > div.row > div:nth-child(2) > div.product-information > div.tabs > ul > li:nth-child(2){
	/*display: none;*/
}

/* search_filters */
#search_filters ul li{
	width: 100%;
}
#search_filters ul li label{
	width: 100%;
}
#search_filters ul li .custom-checkbox{
	float: left;
}
#search_filters ul li a{
	width: 80%;
	float: left;
	text-align: left;
	margin-top: 0 !important;
	padding-left: 5px;
	text-transform: lowercase;
}
#search_filters ul li a::first-letter{
	text-transform: uppercase;
}
#add-to-cart-or-refresh .selected-color {
    clear: both;
}

/* popup guida taglie */
.popup{
	display: none;
	width: 70%;
	position: fixed; 
	top: 50%; 
	z-index: 10000; 
	left: 50%;
	transform: translate(-50%, -50%);
	height: auto;
	max-height: 100%;
}
.background-popup{
	display: none;
	z-index: 9999;
	position: fixed;
	width: 100%;
	height: 100%;
	background: black;
	top: 0;
	left: 0;
}
.btn-close{
	display: block; 
	width: 20px; 
	height: 20px; 
	position: absolute; 
	top: -2px; 
	right: -2px; 
	cursor: pointer;
	border: 1px solid black;
	text-align: center;
	color: black;
}

/* contact page */
.phone-contact{
	text-align: left !important;
	margin-top: 16px;
	font-size: 12px;
	font-style: italic;
}
.phone-contact i{
	font-size: 15px;
	margin-right: 2px;
}
.contact-form .input-group label.btn-default{
	height: 37px;
	padding-top: 11px;
}
@media  screen and (max-width: 576px){
	.popup{
		width: 100%;
	}
}
