
@media (max-width: 575px) { 
.zetasis{text-align: left} 
.product-list-header video{display: none;} 
.product-list-header-container { padding-left: 26px; padding-right: 26px; }
}


@media (min-width: 576px) and (max-width: 767px) { 
.zetasis{text-align: left} 
.product-list-header video{display: none;}
}


@media (min-width: 768px) and (max-width: 991px) { 
.zetasis{text-align: left} 
 }


@media (min-width: 992px) and (max-width: 1199px) { 
.zetasis{text-align: left} 


/* ----- Section Footer > Footer Menu */
.footer .menu li a{} 
.footer .menu li { display: inline-block; padding: 0 0 0 0; margin: 0 12px 0 0; }

/*************** PRODUCT LIST PAGE */
/* ----- Section Product List > Header */
.product-list-header-container { padding-top:26px; padding-bottom:0;}
.product-list-header video {top:55%;}
.product-list-header-container h1 {font-size:38px; margin: 0;}
.product-list-header-container p {font-size:15px;}
.product-list-header {margin: 0 0 66px 0;}
}

@media (min-width: 1200px) { 
.sticky{width:60px;height: 48px;position: fixed;top:0;z-index: 100;left:54.80%; margin-left: -624px; background: transparent;
	transition-duration: .6s;
	} 
}


@media screen and (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}



@media screen and (min-width: 1600px) {
  .container {
    width: 1570px;
  }
  .product-list-header video {top:30%;}	
}



@media screen and (min-width: 1900px) {
  .container {
    width: 1870px;
  }
  .product-list-header video {top:36%;}	
}

