#bonswiper #video-container .bonslick-caption h1,
#bonswiper #video-container .bonslick-caption h3,
#bonswiper #video-container .bonslick-caption p {
  color: #fff;
  text-shadow: 1px 1px 1px #444;
}

#bonswiper .bonswiper-wrapper {
  margin: 0;
}

.bonslick-video {
  width: 100%;
  height: 100%;
}
#bonswiper .slick-slide-bottom-wrapper {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}

.bonslick-caption {
  font-family: Garamond;
  color: #fff;
  margin-left: 0;
}

#video-container #controls {
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 1000;
}

#video-container #controls .play,
#video-container #controls .pause,
#video-container #controls .mute,
#video-container #controls .unmute {
  font-size: 0;
  background-color: transparent;
  border: none;
  transition: all 0.3s linear;
}

#video-container #controls .play:before,
#video-container #controls .pause:before,
#video-container #controls .mute:before,
#video-container #controls .unmute:before {
  font-family: 'Material Icons';
  color: #fff;
  font-size: 35px;
  transition: all 0.3s linear;
}

#video-container #controls .play:hover,
#video-container #controls .pause:hover,
#video-container #controls .mute:hover,
#video-container #controls .unmute:hover {
  outline: none;
  border: none;
}

#video-container #controls .play:focus,
#video-container #controls .pause:focus,
#video-container #controls .mute:focus,
#video-container #controls .unmute:focus {
  outline: none;
}

#video-container #controls .play:hover:before,
#video-container #controls .pause:hover:before,
#video-container #controls .mute:hover:before,
#video-container #controls .unmute:hover:before {
  cursor: pointer;
  color: #cccccc;
}

#video-container #controls .play:before {
  content: '\e037';
}

#video-container #controls .pause:before {
  content: '\e034';
}

#video-container #controls .mute:before {
  content: '\e04e';
}

#video-container #controls .unmute:before {
  content: '\e04f';
}

#bonswiper .slick-dotted.bonswiper-wrapper {
  margin-bottom: 0;
}

#bonswiper .bonswiper-pagination {
  bottom: 90px;
}

#bonswiper {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.swiper-slider:focus,
a {
  outline: none;
}

/*#bonswiper .bonswiper-wrapper li:not(:first-child) {*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  transition: opacity 1s ease;*/
/*}*/

/*#bonswiper .bonswiper-wrapper.slick-initialized li:not(:first-child) {*/
/*  visibility: visible;*/
/*  opacity: 1;*/
/*}*/

#bonswiper .box-bonslick {
  position: absolute;
  left: 0;
  bottom: 1%;
  width: 100%;
/*  transform: translateY(-50%)!important;*/
  opacity: 0;
  transition: opacity 1s ease 0s;
}
#bonswiper.swiper-initialized .box-bonslick {
  transition: opacity 1s ease 0s;
  opacity: 1;
}

#bonswiper .swiper-slide img {
  width: 100%;
}

#bonswiper .link-bonslick {
  display: block;
  position: relative;
  overflow: hidden;
}

#bonswiper .link-bonslick:focus {
  outline: none;
}

.box-bonslick h3 {
  font-size: calc(15px + (55 - 15) * ((100vw - 320px) / (1880 - 320)));
  font-weight: 300;
  margin-bottom: 0;
  transition: all 1s ease-in-out 0.7s;
  color: #fff;
  line-height: 100%;
  position: relative;
  letter-spacing: 1px;
}
article.product-miniature {
    border: 0.25px solid #b18f41;
}

/*.box-bonslick h3:before {*/
/*  content: "";*/
/*  width: calc(100px + (361 - 100) * ((100vw - 320px) / (1880 - 320)));*/
/*  height: 1px;*/
/*  background-color: #3a3a3a;*/
/*  display: block;*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*}*/

.box-bonslick h1 {
  color: #3a3a3a;
  font-size: 33px;
  font-weight: 200;
  margin-bottom: 12px;
  transition: all 1s ease-in-out 0.9s;
}

#bonswiper .swiper-slide .box-bonslick h4 {
  font-size: calc(10px + (22 - 10) * ((100vw - 320px) / (1880 - 320)));
  transition: all 1s ease-in-out 0.5s;
  color: #3a3a3a;
  font-weight: 300;
  margin-bottom: calc(12px + (40 - 12) * ((100vw - 320px) / (1880 - 320)));
  letter-spacing: 1px;
  display: block;
}

#bonswiper .swiper-slide .box-bonslick p {
  transition: all 1s ease-in-out 0.3s;
  display: flex;
}


#bonswiper .swiper-slide .box-bonslick .bonswiper-btn {
  padding-bottom: calc(1px + (14 - 1) * ((100vw - 420px) / (1880 - 420)));
  font-size: calc(18px + (18 - 12) * ((100vw - 320px) / (1880 - 320)));
  font-weight: 300;
  transition: all 0.3s ease 0s;
  background: transparent;
  color: #FFF;
  font-family: 'Garamond';
  font-style: italic;
    text-decoration: underline;
  letter-spacing: 0.5px;
}

#bonswiper .swiper-slide .box-bonslick .bonswiper-btn:hover {
/*  background: #525252;*/
  box-shadow: none;
  color: #fff;
}

/* arrow-right button */
#bonswiper .swiper-slide .box-bonslick .bonswiper-btn .arrow-right {
  position: relative;
  height: 1px;
  width: 21px;
  background-color: #3a3a3a;
  display: block;
  transition: all 0.3s ease 0s;
}

#bonswiper .swiper-slide .box-bonslick .bonswiper-btn .arrow-right:before,
#bonswiper .swiper-slide .box-bonslick .bonswiper-btn .arrow-right:after {
  background-color: #3a3a3a;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: -1px;
  width: calc(3px + (5 - 3) * ((100vw - 320px) / (1880 - 320)));
  transition: all 0.2s;
}

#bonswiper .swiper-slide .box-bonslick .bonswiper-btn .arrow-right:before {
  transform-origin: top right;
  transform: rotate(40deg);
}
#bonswiper .swiper-slide .box-bonslick .bonswiper-btn .arrow-right:after {
  transform-origin: bottom right;
  transform: rotate(-40deg);
}

#bonswiper .swiper-slide .box-bonslick .bonswiper-btn:hover .arrow-right {
  background-color: #fff;
}
#bonswiper .swiper-slide .box-bonslick .bonswiper-btn:hover .arrow-right:before,
#bonswiper .swiper-slide .box-bonslick .bonswiper-btn:hover .arrow-right:after {
  background-color: #fff;
}
/* END arrow-right button */


#bonswiper .bonswiper-button-next,
#bonswiper .bonswiper-button-prev {
  transition: all .3s ease;
  z-index: 10;
  width: 50px;
  height: 50px;
  position: absolute;
  text-align: center;
  opacity: 0;
}

#bonswiper .bonswiper-button-next {
  right: 5px;
}

#bonswiper .bonswiper-button-prev {
  left: 5px;
}

#bonswiper:hover .bonswiper-button-next {
  right: 30px;
  opacity: 1;
}

#bonswiper:hover .bonswiper-button-prev {
  left: 30px;
  opacity: 1;
}

#bonswiper .slick-next.white-arrow:before,
#bonswiper .slick-prev.white-arrow:before {
  color: #fff;
}

#bonswiper .bonswiper-button-next:after,
#bonswiper .bonswiper-button-prev:after {
  font-family: "Mercury";
  color: #cdcdcd;
  font-size: 60px;
  transition: all .3s ease;
}

#bonswiper .bonswiper-button-next:hover:after,
#bonswiper .bonswiper-button-prev:hover:after {
  color: #fff;
}

#bonswiper .bonswiper-button-prev:after {
  content: '\e802';
}

#bonswiper .bonswiper-button-next:after {
  content: '\e804';
}

#bonswiper .bonswiper-pagination .bonswiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: .25;
  padding: 0;

}

#bonswiper .bonswiper-pagination .bonswiper-pagination-bullet.bonswiper-pagination-bullet-active {
  opacity: .75;
}

#bonswiper .bonswiper-pagination .bonswiper-pagination-bullet {
  margin: 0 10px;
}

#bonswiper #video-container {
  width: 100%;
}

.bonslick-icon-wrapper{
  position: relative;
}


@media(min-width: 768px) and (max-width: 991px) {

  #bonswiper .bonswiper-button-next:after,
  #bonswiper .bonswiper-button-prev:after {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  #bonswiper .bonswiper-button-next:after,
  #bonswiper .bonswiper-button-prev:after {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  #bonswiper .swiper-slide .box-bonslick .bonswiper-btn {
    display: none;
  }
  #video-container #controls {
    right: 10px;
    bottom: 10px;
  }
}