.tara-designer-gallery {
  padding-top: 1.875rem;
  flex-wrap: wrap;
}
.tara-designer-gallery.alignfull {
  padding-left: 0;
  padding-right: 0;
}
.tara-designer-gallery__feature {
  width: 100%;
  margin-bottom: 2.5rem;
}
.tara-designer-gallery__feature a,
.tara-designer-gallery__feature img {
  display: block;
}
.tara-designer-gallery__feature img {
  margin: 0 auto;
}
.tara-designer-gallery__slides {
  width: 100%;
  text-align: center;
}
.tara-designer-gallery__slides__item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tara-designer-gallery__slides__item a img {
  display: block;
  max-width: 80%;
  max-height: 80%;
}
.tara-designer-gallery__box-more {
  width: 100%;
  text-align: center;
}
.tara-designer-gallery__box-more a {
  padding: 0.5rem 1rem;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 38px;
  font-size: 0.75rem;
  background-color: var(--cl-sonic-silver);
  border: 1px solid var(--cl-sonic-silver);
  color: var(--cl-white);
  margin: 1.875rem 0;
  text-transform: uppercase;
}
.tara-designer-gallery .slick-track {
  display: flex;
  align-items: center;
}
.tara-designer-gallery .slick-next,
.tara-designer-gallery .slick-prev {
  z-index: 2;
  top: 50%;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  transition: all 0.3s linear;
}
.tara-designer-gallery .slick-next:before,
.tara-designer-gallery .slick-prev:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: transparent url(../../img/arrow-left-logofarm.png) no-repeat center center;
  background-size: contain;
  opacity: 1 !important;
}
.tara-designer-gallery .slick-next {
  right: 0px;
}
.tara-designer-gallery .slick-next:before {
  transform: rotate(180deg);
}
.tara-designer-gallery .slick-prev {
  left: 0px;
}

@media (min-width: 768px) {
  .tara-designer-gallery {
    padding-bottom: 1.875rem;
  }
  .tara-designer-gallery__feature {
    width: 20%;
    flex-basis: 20%;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    margin-bottom: 0;
  }
  .tara-designer-gallery__slides {
    width: 80%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/*# sourceMappingURL=tara-designer-gallery.css.map*/