/********************************************************
			Template Custom Styles
********************************************************/

.img-hover {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.img-hover img {
  display: block;
  width: 100%;
  transition: transform 300ms ease;
}

.img-hover:hover img {
  transform: scale(1.1);
}

.img-hover::before {
  position: absolute;
  top: 0;
  left: -68%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.subbanner_img_hover:hover .img-hover:before{
  -webkit-animation: shine .95s;
  animation: shine .95s;
}
@-webkit-keyframes shine {
  100% {
      left: 125%;
  }
}
@keyframes shine {
  100% {
      left: 125%;
  }
}.owl-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-item:hover a img {
  border-color: blue;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}
.owl-page.active,.owl-page:hover{
    background-color: #37c5a6;
    cursor: default;
}
.owl-page {
	background-color:#666666;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    width: 12px;
}
.owl-pagination{text-align:center;}
/* mouse grab icon */
.grabbing {
  cursor: url("../img/themeimage/grabbing.png") 8 8, move;
}
 
.customNavigation,.owl-buttons {
position: absolute;
z-index: 959;
    top: -75px;
direction: ltr !important;
right: 0;
left: auto;
}
.customNavigation .btn,.owl-buttons div{
	    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 0;
    border: none;
    position: static;
    background: none;
    bottom: auto;
    top: 39%;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 21px !important;
}



/*
.customNavigation .btn:hover, .owl-buttons div:hover {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
}*/
.customNavigation .btn:hover:before,.owl-buttons div:hover:before{color:#ffffff;}


.customNavigation a.next,
.owl-buttons .owl-next {
	background-image: url("../img/themeimage/pst-prod-next.svg");
	right: 0;
	left: auto;
	background-position: center;
}

.customNavigation a.prev,
.owl-buttons .owl-prev {
	background-image: url("../img/themeimage/pst-prod-prev.svg");
	margin: 0;
	left: 0;
	right: auto;
	background-position: center;
}

.customNavigation a.next:hover,
.owl-buttons .owl-next:hover {
	background-image: url("../img/themeimage/pst-prod-next-hover.svg");
}

.customNavigation a.prev:hover,
.owl-buttons .owl-prev:hover {
	background-image: url("../img/themeimage/pst-prod-prev-hover.svg");
}


.customNavigation .btn:before,.owl-buttons div:before{
	font-family:'FontAwesome';
	font-size: 20px;
	margin: 0;
	color: #3E474C;
}

/*
.customNavigation .prev:before,.owl-buttons .owl-prev:before{
	content:'\f104';
}
.customNavigation .next:before,.owl-buttons .owl-next:before{
	content:'\f105';
}
*/

.brands .customNavigation{
	position:static;	
}
.brands .brand_prev{left:0;right:auto;}
.brands .brand_next{right:0;left:auto;}
.brands .customNavigation .btn{position:absolute;z-index: 1;top: 27%;}
.brands .title-wrapper{display:none;}
.brands .products .product_list{padding: 0;}
.brands .product-carousel{margin:0;}

#pst_categorycmsblock .owl-buttons {
    position: static;
}
#pst_categorycmsblock .owl-buttons div {
    position: absolute;
	    cursor: pointer;
}

@media (max-width: 1024px) {
.img-hover {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.img-hover img {
  display: block;
  width: 100%;
  transition: transform 300ms ease;
}

.img-hover:hover img {
  transform: scale(1.1);
}

.img-hover::before {
  position: absolute;
  top: 0;
  left: -68%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.subbanner_img_hover:hover .img-hover:before{
  -webkit-animation: shine .95s;
  animation: shine .95s;
}
@-webkit-keyframes shine {
  100% {
      left: 125%;
  }
}
@keyframes shine {
  100% {
      left: 125%;
  }
}
	
	#main .images-container .js-qv-mask { margin:0px; }
}
#tmleftbanner img,
#tmrightbanner img{
	max-width: 100%;
}	


@media (max-width: 991px) {
.img-hover {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.img-hover img {
  display: block;
  width: 100%;
  transition: transform 300ms ease;
}

.img-hover:hover img {
  transform: scale(1.1);
}

.img-hover::before {
  position: absolute;
  top: 0;
  left: -68%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.subbanner_img_hover:hover .img-hover:before{
  -webkit-animation: shine .95s;
  animation: shine .95s;
}
@-webkit-keyframes shine {
  100% {
      left: 125%;
  }
}
@keyframes shine {
  100% {
      left: 125%;
  }
}
.pst-hometabcontent .customNavigation {
       right: 0 !important;
    left: 0 !important;
    top: -70px;
    bottom: auto;
}
}

/* modifiche Teseo */

.product-title a {
	font-size: 12px !important;
	color: #464646 !important;
}

#js-product-list .product_list li.product_item {
    /* width: 25%; */
    min-height: 418px;
}

#products .product-description, .products .product-description, .product-accessories .product-description {
    text-align: center;
}

.products .product-miniature .product-flags .new.discount-percentage, .products .product-miniature .online-only.discount-percentage, .products .product-miniature .on-sale.discount-percentage, .products .product-miniature .discount-percentage.discount-percentage {
    color: #f22727;
}

body {
	color: #464646 !important;
}

.footer-container .links {
    margin-bottom: 20px;
    /* width: 33%; */
}

.newsletter-desc {
    text-transform: none;
}
#left-column .block, #right-column .block, #left-column .links, #right-column .links {
    margin-bottom: 0px;
}

#header .user-info {
    min-width: 250px;
}

#header .logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#header .header_logo {
	top: 19%;
}

#header .searchtoggle {
	width: 270px;
}

.header-top {
	background-color: rgba(255, 255, 255, 0.9);
}

.header-top.fixed
{
	min-height: 150px;
}

#product-availability {
    font-weight: 600;
    font-size: larger;
}

.delivery-information {
    font-weight: 600;
    font-size: larger;
    color: red !important;
}


@media (min-width: 992px) {
.img-hover {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.img-hover img {
  display: block;
  width: 100%;
  transition: transform 300ms ease;
}

.img-hover:hover img {
  transform: scale(1.1);
}

.img-hover::before {
  position: absolute;
  top: 0;
  left: -68%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.subbanner_img_hover:hover .img-hover:before{
  -webkit-animation: shine .95s;
  animation: shine .95s;
}
@-webkit-keyframes shine {
  100% {
      left: 125%;
  }
}
@keyframes shine {
  100% {
      left: 125%;
  }
}
	#top-menu>li:nth-child(3):before,
	#top-menu>li:nth-child(5):before {
		position: absolute;
       		content: "";
        	top: -7px;
        	right: 6px;
        	left: auto;
        	bottom: auto;
        	display: block;
        	width: 32px;
        	height: 32px;
        	background-image: url(../img/themeimage/star.png);
       		background-size: 100%;
        	-animation: "flash" 2s infinite;
        	-webkit-animation: "flash" 2s infinite;
        	-moz-animation: "flash" 2s infinite;
        	-o-animation: "flash" 2s infinite;
	}
	#top-menu>li:nth-child(5):before {
		display:none;
       		background-image: url(../img/themeimage/hot.png);
	}
}

#scalapayPopUpTriggerMain {
	margin-left: 20px!important;
}

p.promo-code-button.display-promo {
    font-weight: bold;
}

.promo-code-button > a {
    color: #000!important;
    font-size: 14px!important;
}

.row {
    margin-left: 0px;
    margin-right: -15px;
}

#search_widget form input {
    width: 100%;
    padding: 10px 20px 10px 20px;
    outline: none;
    background-color: #f1f1f1;
    border: none;
    border-radius: 5px;
}

@media (min-width: 1300px) {
.img-hover {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.img-hover img {
  display: block;
  width: 100%;
  transition: transform 300ms ease;
}

.img-hover:hover img {
  transform: scale(1.1);
}

.img-hover::before {
  position: absolute;
  top: 0;
  left: -68%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.subbanner_img_hover:hover .img-hover:before{
  -webkit-animation: shine .95s;
  animation: shine .95s;
}
@-webkit-keyframes shine {
  100% {
      left: 125%;
  }
}
@keyframes shine {
  100% {
      left: 125%;
  }
}
	.products .product_list li.product_item {
		min-height: 433px;
	}
}

div.heidipay-inline-wrapper {
	font-size: 16px !important;
}

