.offer-anywhere-slider-title {
    display: none;
}

.offer-product-collection .offer-anywhere-slider-title {
  display: block;
}
.slider-shop-button {
    display: none !important;
}
.offer-product-collection .offer-collection-wrapper .slider-shop-button {
  display: block !important;
  font-size: 20px;
  text-align: center;
  border-radius: 0 !important;
  border: 1px solid #6d6e71;
  padding: 15px;
  line-height: 1;
  width: 225px;
  height: 60px;
  color: #6d6e71;
  margin: 35px auto;
}
.offer-product-collection.third-product-collection .slider-shop-button {
    border-color: #fff;
    color: #fff;
}
.slider-wrapper {
  position: relative;
  margin: 0 0 20px;
}
.offer-product-collection > .slider-wrapper {
  margin-top: 20px;
}
.anywhere-slider {
	position: relative;
	background-color: transparent;
}
.anywhere-slider:before {
    content: "";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;   
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: #444 transparent;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
    @-webkit-keyframes spin {
	to { transform: rotate(360deg); }
}
	@keyframes spin {
	to { transform: rotate(360deg); }
}

.anywhere-slider.slickless:before {
    display: none;
}

.anywhere-slider .slick-track {
    background-color: #fff;
}
.anywhere-slider .picture-slide a {
    display: block;
    height: 100%;
    border-radius: 214px 0 0;
    overflow: hidden;
}
.offer-collection-wrapper .anywhere-slider .picture-slide a {
    border-radius: 0;
} 
.offer-collection-2 .anywhere-slider .picture-slide {
  width: 390px;
  max-width: 100%;
  margin: 0 auto;
}
.offer-collection-2 .anywhere-slider .picture-slide a:not(.slider-shop-button) {
  width: 290px;
  margin-left: auto;
  margin-right: auto;
}

.sixth-product-collection.offer-collection-2 .anywhere-slider .picture-slide {
  width: 330px;
}
.eight-product-collection.offer-collection-2 .anywhere-slider .picture-slide {
    width: 330px;
}
.nine-product-collection.offer-collection-2 .anywhere-slider .picture-slide {
    width: 330px;
}
.third-product-collection .offer-collection-2 .anywhere-slider {
  background: #58110a;
  min-height: 100%;
  padding: 30px 20px 20px;
}
.fifth-product-collection .offer-collection-2 .anywhere-slider {
  background: #006eb7 !important;
}
.third-product-collection .offer-collection-2 .anywhere-slider .picture-slide,
.fifth-product-collection .offer-collection-2 .anywhere-slider .picture-slide {
  width: 390px;
  max-width: 100%;
  margin: 0 auto;
}
.third-product-collection .offer-collection-2 .anywhere-slider .picture-slide a:not(.slider-shop-button),
.fifth-product-collection .offer-collection-2 .anywhere-slider .picture-slide a:not(.slider-shop-button) {
  width: 390px;
  max-width: 100%;
}
    .third-product-collection .offer-collection-2 .anywhere-slider .picture-slide .offer-anywhere-slider-title,
    .fifth-product-collection .offer-collection-2 .anywhere-slider .picture-slide .offer-anywhere-slider-title,
    .sixth-product-collection .offer-collection-2 .anywhere-slider .picture-slide .offer-anywhere-slider-title,
    .eight-product-collection .offer-collection-2 .anywhere-slider .picture-slide .offer-anywhere-slider-title,
    .nine-product-collection .offer-collection-2 .anywhere-slider .picture-slide .offer-anywhere-slider-title {
        width: 320px;
        max-width: 100%;
    }


.anywhere-slider .picture-slide img {
  display: none;
  width: 100%;
}
.anywhere-slider .first-slide img {
    display: block;
}

.anywhere-slider .slick-arrow {
    position: absolute;
    top: auto; bottom: 0;
    width: 60px; height: 50px;
    background: rgba(136,136,136,.4);
    font-size: 0; border: none;
    transition: 0.3s ease;
}

.anywhere-slider .slick-arrow {
    bottom: 50%;
    transform: translateY(50%);
    background: transparent;
}
.anywhere-slider .slick-arrow:before {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    text-align: center;
    text-indent: 0;
    font-family: 'icomoon';
    font-size: 42px;
    line-height: 50px;
    color: #fff;
}
.anywhere-slider .slick-prev {
	left: 0;
}
.anywhere-slider .slick-prev:before {
    content: "\e903";
}
.anywhere-slider .slick-next {
	right: 0;
}
.anywhere-slider .slick-next:before {
    content: "\e906";
}
/*.anywhere-slider .slick-arrow:hover {
    background: rgba(136,136,136,.7);
}*/
.offer-product-collection img {
    max-width: 100%;
}
.sixth-product-collection .offer-collection-wrapper .picture-slide img,
.eight-product-collection .offer-collection-wrapper .picture-slide img,
.nine-product-collection .offer-collection-wrapper .picture-slide img {
    max-width: 60%;
    margin: auto;
}
.anywhere-slider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 60px;
  right: 60px;
  height: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
.anywhere-slider .slick-dots li {
	display: inline-block;
    position: relative;
    bottom: 24px;
    width: 30px;
    height: 4px;
    margin: 10px 2px;
    background-color: #dedede;
}
.anywhere-slider .slick-dots button {
    position: absolute;
    top: -10px; right: 0;
    bottom: -10px; left: 0;
    width: 100%; border: none;
    background-color: transparent;
    font-size: 0 !important;
}
.anywhere-slider .slick-dots .slick-active {
	background-color: #c09e6c;
}

.banner-box .slider-wrapper {
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.banner-box .anywhere-slider {
    height: 100%; /*slickless*/
}
.banner-box .slider-wrapper img {
    position: absolute !important;
    top: 0; right: -999px;
    bottom: 0; left: -999px;
    width: auto !important;
    max-width: none;
    height: 100%;
    margin: auto;
}


@media all and (min-width: 1261px) {
  .anywhere-slider {
      border-radius: 214px 0 0;
      overflow: hidden;
  }
  
  .offer-product-collection .anywhere-slider {
    border-radius: 0;
  }
  .offer-anywhere-slider-title {
      text-align: center;
      font-size: 58px;
      color: #000;
      font-weight: normal;
      width: 300px;
      margin: 0 auto;
      max-width: 100%;
  }
  .offer-collection-2 .offer-anywhere-slider-title {
      width: 390px;
      font-size: 36px;
  }
  .third-product-collection .anywhere-slider .offer-anywhere-slider-title {
    color: #fff;
  }
}
@media all and (min-width: 1261px) {

    .category-boxes-layout-1 .slider-wrapper {
        position: absolute;
        top: 0; right: 0;
        bottom: 0; left: 20px;
    }
    .category-boxes-layout-1 .anywhere-slider {
        height: 100%;
    }
    .category-boxes-layout-1 .slick-list {
        height: 100% !important;
    }
    .category-boxes-layout-1 .slick-track {
        position: absolute;
        height: 100%;
    }
    .category-boxes-layout-1 .picture-slide img {
        position: absolute !important;
        width: auto !important;
        max-width: none !important;
        height: 100% !important;
    }
}


/* secondary slider on home page */

.home-page-categories-wrapper ~ .slider-wrapper {
    margin: 0 0 60px;
    padding-top: 20px;
}
.offer-product-collection .offer-collection-wrapper.no-title-button .offer-anywhere-slider-title,
.offer-product-collection .offer-collection-wrapper.no-title-button .slider-shop-button {
  display: none !important;
}
@media all and (min-width: 1261px) {
  .home-page-categories-wrapper ~ .slider-wrapper {
        margin-bottom: 70px;
    }
}
@media all and (min-width: 1501px) {

    .home-page-categories-wrapper ~ .slider-wrapper {
        margin-bottom: 110px;
    }
}

@media all and (min-width: 1600px) {
  .offer-collection-2 .offer-anywhere-slider-title {
    font-size: 58px;
  }
}

@media (max-width: 1024px) {
  .offer-product-collection .offer-collection-wrapper .slider-shop-button {
    display: inline-block !important;
    height: auto;
    width: auto;
  }
  .third-product-collection .anywhere-slider .offer-anywhere-slider-title {
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .anywhere-slider .picture-slide a {
      border-radius: 0;
  }
  .third-product-collection .offer-collection-2 .anywhere-slider .picture-slide, 
  .fifth-product-collection .offer-collection-2 .anywhere-slider .picture-slide {
      text-align: center;
  }
    .third-product-collection .offer-collection-2 .anywhere-slider .picture-slide .offer-anywhere-slider-title,
    .fifth-product-collection .offer-collection-2 .anywhere-slider .picture-slide .offer-anywhere-slider-title,
    .sixth-product-collection .offer-collection-2 .anywhere-slider .picture-slide .offer-anywhere-slider-title,
    .eight-product-collection .offer-collection-2 .anywhere-slider .picture-slide .offer-anywhere-slider-title,
    .nine-product-collection .offer-collection-2 .anywhere-slider .picture-slide .offer-anywhere-slider-title {
        width: 100%;
    }
}