﻿/* MONDOWEB */
.anthemeblocks-staticblockcategory .owl-stage {transform:none !important; width:100% !important;}
.anthemeblocks-staticblockcategory .owl-item {margin-right:24px !important; min-height:260px !important;}
.anthemeblocks-staticblockcategory .categories-nav {display:none !important;}
.anthemeblocks-staticblockcategory .cloned {display:none !important;}
.categories-wrapper .owl-stage-outer .owl-stage .active {width:20%;}

@media (max-width:587px) {
.anthemeblocks-staticblockcategory .owl-item {margin-right:12px !important;}
}
/* /MONDOWEB */
.anthemeblocks-staticblockcategory {
  /*margin-bottom: 78px; - MW */
  margin-bottom:10px;
  margin-top:30px;
}
.categories-title {
  font-size: 32px;
  margin: 2px 0 35px;
  text-align: center;
}
.categories-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.categories-wrapper-slider {
  margin: 0;
}
.staticblockcategory-item{
  position: relative;
  overflow: hidden;
}

.staticblockcategory-item.staticblockcategory-item-big {
	/* PROVVISORIO */
  /* width: 160px; /* 160px */
  position: relative;
  margin: 0 15px 16px;

}
.categories-wrapper-slider .staticblockcategory-item.staticblockcategory-item-big {
  margin: 0 auto 16px;
}
.staticblockcategory-item .satitblock-image {
  display: flex;
  justify-content: center;
  align-items: center;
  /* PROVVISORIO */
  /* background: #f6f6f6; */
  max-height:286px;
  height:auto; /* 160px */
  margin-bottom:12px;
}

.anthemeblocks-staticblockcategory-desc h6 {
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  /*text-transform: uppercase;*/
}

.anthemeblocks-staticblockcategory .owl-carousel .owl-item img {
	/* PROVVISORIO */
  /* width: auto; */
  max-height:286px;
  width:100%;
  max-width:100%;
}

.anthemeblocks-staticblockcategory .categories-nav {
  display: flex;
  justify-content: center;
}
.anthemeblocks-staticblockcategory .categories-nav i {
  background: #f6f6f6;
  border-radius: 50%;
  cursor: pointer;
  font-size: 21px;
  margin: 0 3px;
  height: 35px;
  line-height: 35px;
  width: 35px;
  text-align: center;
}
.anthemeblocks-staticblockcategory .categories-nav i:hover {
  color: #fff;
}

/*** effects ***/
.staticblockcategory-item .satitblock-image {
  position: relative;
}
.staticblockcategory-item .satitblock-image::before {
  position: absolute;
  top: 0;
  left: -75%;
  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,.5) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.staticblockcategory-item:hover .satitblock-image::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
      left: 125%;
  }
}
@keyframes shine {
  100% {
      left: 125%;
  }
}
