.anthemeblocks-staticblockcategory {
  margin-bottom: 58px;
  margin-top: 72px;
}
.categories-title {
  margin: 0 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 {
  /* width: 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;
  background: #f6f6f6;
  height: 250px;
  margin-bottom: 11px;
  border-radius: 11px;
}

.anthemeblocks-staticblockcategory-desc h6 {
  font-size: 16px;
  text-align: center;
}

.anthemeblocks-staticblockcategory .owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
}

.anthemeblocks-staticblockcategory .categories-nav {
  display: flex;
  justify-content: center;
}
.anthemeblocks-staticblockcategory .categories-nav.disabled {
  display: none;
}
.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%;
  }
}

.anthemeblocks-staticblockcategory .owl-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.anthemeblocks-staticblockcategory .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 4px 5px;
  background: #eef0f1!important;
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 50%;
  position: relative;
}
.anthemeblocks-staticblockcategory .owl-dots .owl-dot.active span:before,
.anthemeblocks-staticblockcategory .owl-dots .owl-dot:hover span:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 50%;
  border: 2px solid transparent;
}
.anthemeblocks-staticblockcategory .owl-dots .owl-dot.active span,
.anthemeblocks-staticblockcategory .owl-dots .owl-dot:hover span {
  border: 1px solid;
}