
@media only screen and (max-width:1500px) {

.filterbar .row:first-child {
    display: none;
    
}
	
img.lazy{
	max-height:260px;
		
}
.item-det h2,
.item-det h4 {
    font-size: 4.4vw;
    line-height: 4.5vw;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Limelight', cursive;
    text-transform: none;
    text-shadow: 5px 6px 14px black;
    width: 38vw;
} 

/*#accettatra {
    position: absolute !important;
    left: -139px !important;
    bottom: 76px;
}*/



@media only screen and (max-width:1300px) {
	
img.lazy{
	max-height:225px;
		
}


}

@media only screen and (max-width:1200px) {
	nav.dropdown > ul > li > a{
	padding: 0em 1em !important;
}
	
}

@media only screen and (max-width:1024px) {
	
	
.dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    left:0;
    padding: 0; 
    text-align: left;
    background-color:#fff;
    padding:15px;
    box-sizing:border-box;
    box-shadow: 0 .154rem .231rem rgba(0,0,0,.175) !important;
    top:35px;
  
}

a.dropdown-toggle{
	font-size:0.688em;
	color:#767676;
	text-transform:uppercase;
	display: block;	
	border:none;
	padding: 8px 8px;
	position: relative;
	
}

a.dropdown-toggle:after{
	content:"\f3d0";
	position: absolute;
	right:8px;
	font-family: "Ionicons";
	bottom:5px;
	font-size:1.563em;
}

a.dropdown-toggle.active:after{
	content:"\f3d8";
}


.content_animate.open .filterbar{
	display:none;
}

.filterbar{
	
	width: 100%;	
	border-bottom: solid 1px #a0a0a0;
	position: fixed;	
	right:0;
	top:100px;
	z-index:5;
	background-color: #fff; 
	margin-top: 6px;
	margin-bottom:10px;
}

.filterbar + .section-header{
	padding-top:30px;	
}

.filer-active li span{
	display: inline-block;
}


.filterbar .row{
	margin-left: -5px;
	margin-right: -5px;
	
}


.tab {
    border-right: solid 1px #a0a0a0;
    padding-left: 5px;
    padding-right: 5px;
    color: grey;
    
}

.tab a {
	color:#ccc;
}

.tab a:active {
	color:#000 !important;
}

.filer-active{
	margin-top: 2px;
	/*text-align:center;*/
}

.filer-active li a:after{
	content:none;
	
}

.tab:last-child{
	border-right:none;
}

.tab-content{
	max-height: 38vh;
	overflow: scroll;
	margin-bottom: 10px;
	
}

.tab-content li{
	display: block;
	border-bottom: solid 1px #d8d8d8;	
	background-color:#f4f4f4;
	
	
}

.tab-content li a{
	font-size:0.688em;
	text-transform:uppercase;
	color:#767676;
	font-family:'Conv_Gotham Book Regular',Sans-Serif;		
	display: block;
	padding: 10px 8px;
	
}

.dropdown-menu{
	padding: 0;
}
.accordion {
    width: 100%;
}

.accordion-body .tab-content li{
	padding:10px 8px;
}

.accordion .accordion-head {     
    border-bottom: solid 1px #d8d8d8;
    position: relative;   
    cursor: pointer;
    overflow: hidden;
    border-bottom: solid 1px #d8d8d8;
	padding: 10px 8px;
	background-color:#f4f4f4;
	color:#767676;
	font-size:0.688em;
}
.accordion .accordion-head * {
    cursor: pointer;
}
.accordion .accordion-head h4 {
    float: left;    
    text-transform:uppercase;
    font-weight:normal;
}

.accordion .accordion-body {
    border-bottom: 1px solid #fff;
    padding: 0px 0px;
    height: auto;
    display: none;
}
.arrow:after {    
    color:#000; 
   	content:"\f489";  
    float:right;
    font-family: "Ionicons";
    font-size:18px;
}
.accordion-head.open .arrow:after {   
   content:"\f209";  
} 
	
.hide-mobile{
	display: none;
	
}

.show-mobile{
	display:block;	
	
}  

.container-list{
	display: none;
}

img.lazy{
	max-height:200px;
}

.main{
	    -ms-flex-preferred-size:100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
}

/*#accettatra {
    position: absolute !important;
    left: -110px;
    bottom: 76px;
}*/

}


@media only screen and (max-width:1023px) {

 
}

@media only screen and (max-width:768px) {
	.container{
	overflow: hidden !important;	
}

.container-fluid{
	padding-left: 1em !important;
	padding-right: 1em !important;
}

.content-wrapper{
	padding-top: 5em;
	min-height: auto;
}

h2.title,h2.title{
	font-size:18px;
	line-height: 20px;
}
.single-slider a.btn{
	display: inline-block;
}

.item-det{
	left:54%;
	width: 45vw;
}


a.btn{
	font-size:12px;
	display: block;
	padding:5px 10px;
	
}

h4.title{
	font-size:25px;
	line-height:30px;
}

.block_link{
	font-size:15px;
}

h2.fw-title,
h2.fw-title {
    font-size: 20px;
    margin-bottom: 2px;
    margin-top: 16px;
}
.sub-list {
	display: none;
	
}


.product-item{
	width: 50%;
}




[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {  
  padding-left:30px; 
  font-size:0.688em;
  color:#767676; 
}

#cart-table th{
	display:none;
}

#cart-table th, #cart-table td{
	box-sizing: border-box;
}

.cart-row{
	box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; 
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}


.cart-item-image{
  width: 50%;
 }

.cart-item-info{
  width: 50%;
}


.cart-item-quantity,
.cart-item-price,
.cart-item-total{
	width:33.33%;
	 position: relative;  
    box-sizing: border-box;	
    
}

#cart-table td{
	border-right:none;
}

.cart-action a,
.product-action a,
.pages-action a{
	display: block;
	margin-bottom: 10px;
	text-align:center;
	
}
.panel-box .section{
	border-right:none;
	min-height:0;
	padding-top: 0;
	padding-bottom: 0;
	
}

/*.product-detail{
	margin-top: 30px;
	
}*/

.panel-info-input{
	min-height: auto;
}

img.lazy
{
	max-height:50vw;
	
}

.carousel .product-image img{
	max-height:60vw;
}






.section-header_title h1, .section-header_title h2, .section-header_title h3, .section-header_title h4{
	font-size:1.5em;
}

.cart-item-price .product-price, 
.cart-item-total .product-price{
	/*line-height: 2em;*/
	line-height: 1em;
}

.ordine .cart-item-total{
	width: 100%;
	position: absolute;
	bottom:-10px;
	right:0;
}

.dropdown dt a{
	width: 100%;
}

.dropdown dd ul{
	width: 100%;
}

header .message{
	display: none;
}


.slider-nav{
	display:none !important;
}

.slider-for{
	width: 100%;
	padding-right: 0;
}

.carousel .item_wrap{
	padding-left: 0;
	padding-right: 0;
}

.cart-item-info h2.product-name,
.cart-item-info h4.product-name{
	font-size:0.750em;
}

.label-active{
	font-size:0.750em;
}

.popup{
	max-width:90%;
}

.panel-info_sub-title{
	min-height: auto;
	margin-bottom: 20px;
}

span.label-step{
	font-size:10px;
}

#cd-search{
	width:180px;
}

/*#accettatra {
    position: absolute !important;
    left: -173px;
    bottom: 76px;
}*/


.price-range{
	padding-left:20px;
    padding-right: 20px;
    padding-top: 20px;
}

}

@media only screen and (max-width:667px) {	

/*#accettatra {
    position: absolute !important;
    left: -307px;
    bottom: 90px;
    height: 15px;
}*/

}

@media only screen and (max-width:480px) {	

	.filterbar{
		top:76px;
		color:grey;
		text-align: center;
	}

	.item-det h2,
	.item-det h4{
		margin-bottom:5px;
		font-size:15px;
		width:47vw;
	}
	
	.item-det h5 {
    font-size: 2.5vw;
    margin-bottom: 5px;
    width: 44vw;
}


#cd-search{
	top:-38px;
	right:70px;
}

.searchTerm {
	background: none;
	border-bottom:solid 1px #fff;
	color:#fff;
	height: 26px;
}

.search:before{
	background-color: #000;
	color:#fff;
	
}

a.btn {
    font-size:12px;
    display: block;
    padding: 3px 5px;
    margin:4px;
}
.item-det {
    left: 49%;
  }
  
.filterbar + .section-header {
    padding-top: 50px;
}

.dropdown-menu{
	top: 35px;
}

.tab a:active{
	color:#000 !important;
}

.popup-title{
	font-size:13px;
}

.popup-container .product-image img {
    max-height: 186px;
}

.popup-container .label-active {
    font-size: 0.8em;
}

#ricerca2 {
	top:35px;
}

/*#accettatra {
    position: absolute !important;
    left: -163px;
    bottom: 90px;
    height: 15px;
}*/

.search-container{
	position:absolute;
	top:-40px;
	left:-140px;
}

.ion-social-facebook{
margin:9px !important;
padding-top:9px !important;
}

.ion-social-instagram-outline{
margin-right:9px !important;
padding-top:9px !important;
}