#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%;
}

.bonslick-caption {
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-left: 0;
  text-align: left;
}

#video-container #controls {
  position: absolute;
  right: 5px;
  bottom: 5px;
  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: #2c5789;
}

#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: 20px;
}

#bonswiper {
  position: relative;
  overflow: hidden;
  padding: 0;
  max-width: 100%;
  transition: all .3s linear;
}
@media (min-width: 2880px) {
  #bonswiper {
    max-width: 1651px;
  }
}
@media (min-width: 1880px) and (max-width: 2879px) {
  #bonswiper {
    margin-top: 20px;
    max-width: calc(100% - (656px + (1876 - 656) * ((100vw - 1880px) / (2880 - 1880))));
    margin-left: calc(542px + (1264 - 542) * ((100vw - 1880px) / (2880 - 1880)));
  }
}
@media (min-width: 1680px) and (max-width: 1880px) {
  #bonswiper {
    margin-top: 20px;
    max-width: calc(100% - (416px + (668 - 416) * ((100vw - 1680px) / (1880 - 1680))));
    margin-left: calc(403px + (555 - 403) * ((100vw - 1680px) / (1880 - 1680)));
  }
}
@media (min-width: 992px) and (max-width: 1680px) {
  #bonswiper {
    margin-top: 20px;
    max-width: calc(100% - (288px + (423 - 288) * ((100vw - 991px) / (1680 - 991))));
    margin-left: calc(254px + (409 - 254) * ((100vw - 991px) / (1680 - 991)));
  }
}

.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: 8%;
  top: 50%;
  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;
}


#bonswiper .box-bonslick h1 {
  text-transform: capitalize;
  /*font-size: 50px;*/
  font-weight: 500;
  letter-spacing: 2px;
  /*margin-bottom: 25px;*/
  margin-bottom: calc(5px + (25 - 5) * ((100vw - 320px) / (1880 - 320)));
  font-size: calc(12px + (39 - 12) * ((100vw - 320px) / (1880 - 320)));
  /*transition: all 0.8s ease-in-out 0.4s;*/
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0.4s;
  color: #ffffff;
  max-width: 80%;
}

#bonswiper .box-bonslick h2 {
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0.4s;
  color: #ffffff;
  /*font-size: 16px;*/
  font-size: calc(7px + (16 - 7) * ((100vw - 320px) / (1880 - 320)));
  font-weight: 300;
  /*margin-bottom: 25px;*/
  margin-bottom: calc(5px + (25 - 5) * ((100vw - 320px) / (1880 - 320)));
}
#bonswiper .box-bonslick h2 span:nth-child(5) {
  margin-right: calc(3px + (14 - 3) * ((100vw - 320px) / (1880 - 320)));
}
#bonswiper .box-bonslick h2 b {
  font-weight: 500;
}

#bonswiper .box-bonslick h2 span:before {
  content: '\e055';
  vertical-align: 1px;
  font-family: "bonicon";
  font-size: 14px;
  color: #FFD314;
}
#bonswiper .box-bonslick h2 span.active:before {
  color: #FFD314;
  content: '\e056';
}

#bonswiper .box-bonslick h3 {
  color: #ffffff;
  /*font-size: 28px;*/
  font-weight: 200;
  /*margin-bottom: 25px;*/
  margin-bottom: calc(5px + (25 - 5) * ((100vw - 320px) / (1880 - 320)));
  font-size: calc(10px + (25 - 10) * ((100vw - 320px) / (1880 - 320)));
  /*transition: all 1s ease-in-out 0.5s;*/
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0.4s;
}
#bonswiper .slick-text {
  /*font-size: 50px;*/
  font-size: calc(12px + (50 - 12) * ((100vw - 320px) / (1880 - 320)));
  color: #FF4C4C;
  font-weight: 500;
  margin-bottom: calc(5px + (70 - 5) * ((100vw - 320px) / (1880 - 320)));
}
#bonswiper .slick-text span {
  color: #3a3a3a;
  font-weight: 400;
  /*font-size: 29px;*/
  font-size: calc(10px + (29 - 10) * ((100vw - 320px) / (1880 - 320)));
  vertical-align: 15px;
  text-decoration: line-through;
}

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


#bonswiper .box-bonslick .slick_view-more {
  border-radius: 5px;
  font-family: 'Popins', sans-serif;
  text-transform: capitalize;
  display: inline-block;
  font-size: calc(9px + (21 - 9) * ((100vw - 320px) / (1880 - 320)));
  transition: all .3s cubic-bezier(.4,0,1,1) 0s;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .15);
}

#bonswiper .box-bonslick .slick_shop-now {
  background: transparent;
  color: #ffffff;
  margin-right: 30px;
  font-weight: 300;
  font-size: calc(9px + (25 - 9) * ((100vw - 320px) / (1880 - 320)));
  position: relative;
}
#bonswiper .box-bonslick .slick_shop-now:after {
  content: "";
  position: absolute;
  bottom: calc(1px + (5 - 1) * ((100vw - 320px) / (1880 - 320)));;
  right: 0;
  width: 100%;
  background: #fff;
  transition: all .3s ease;
  height: 1px;
}

#bonswiper .box-bonslick .slick_view-more {
  background: transparent;
  color: #386DAC;
  border: 1px solid #386DAC;
  padding: 15px 30px;
  transition: all .3s cubic-bezier(.4,0,1,1) 0s;
}

#bonswiper .box-bonslick .slick_shop-now:hover:after {
  width: 0;
  left: 0;
}

#bonswiper .box-bonslick .slick_view-more:hover {
  border-color: #2c5789;
  background: #2c5789;
  color: #ffffff;
  text-shadow: none;
  box-shadow: none;
  /*box-shadow: 0 0 14px rgb(255 255 255 / 20%) inset;*/
}

#bonswiper .swiper-slide .box-bonslick .bonswiper-btn:hover {
  background: #fff;
  box-shadow: none;
  color: #3a3a3a;
  text-shadow: none;
}

/* arrow-right button */
#bonswiper .swiper-slide .box-bonslick .bonswiper-btn .arrow-right {
  position: relative;
  height: 1px;
  width: 21px;
  background-color: #fff;
  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: #fff;
  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: #3a3a3a;
}
#bonswiper .swiper-slide .box-bonslick .bonswiper-btn:hover .arrow-right:before,
#bonswiper .swiper-slide .box-bonslick .bonswiper-btn:hover .arrow-right:after {
  background-color: #3a3a3a;
}
/* END arrow-right button */
/*#bonswiper .bonswiper-button-next.white-arrow::after, #bonswiper .bonswiper-button-prev.white-arrow::after {*/
/*  color: #fff;*/
/*}*/

#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;
  border-radius: 50%;
  background: #ffffff;
}

#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 .bonswiper-button-next:after,
#bonswiper .bonswiper-button-prev:after {
  font-family: "Mercury";
  color: #3a3a3a;
  font-size: 26px;
  transition: all .3s ease;
}

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

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

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

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

#bonswiper .bonswiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  background: #386DAC;
  opacity: .25;
  padding: 0;
  border-radius: 5px;
}

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

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

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

.bonslick-icon-wrapper{
  position: relative;
}
@media (max-width: 1200px) {
  #bonswiper .box-bonslick {
    left: 4%;
  }
  #bonswiper .bonswiper-button-next, #bonswiper .bonswiper-button-prev {
    width: calc(20px + (50 - 20) * ((100vw - 120px) / (1200 - 120)));
    height: calc(20px + (50 - 20) * ((100vw - 120px) / (1200 - 120)));
  }
  #bonswiper .bonswiper-button-next::after, #bonswiper .bonswiper-button-prev::after {
    font-size: calc(12px + (26 - 12) * ((100vw - 120px) / (1200 - 120)));;
  }
}

@media(min-width: 991px) and (max-width: 1200px) {
  #bonswiper .box-bonslick .slick_view-more {
    margin-right: 10px;
    padding: 7px 18px;
  }
}

@media (max-width: 991px) {
  #bonswiper .box-bonslick .slick_view-more {
    padding: 4px 13px;
  }
}

@media (max-width: 767px) {
  #bonswiper .box-bonslick h1,
  #bonswiper .box-bonslick h3 {
    max-width: 80%;
  }
}
@media (max-width: 576px) {
  .products-section-title {
    line-height: 300%;
  }

  .featured-products.featured-products-swiper .swiper-button-next,
  .featured-products.featured-products-swiper .swiper-button-prev {
    top: 58%;
  }

  .featured-products.featured-products-swiper .swiper-button-prev {
    right: 40px;
  }

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

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

  #bonswiper .box-bonslick .slick_view-more {
    padding: 1px 4px;
  }

  #bonswiper .box-bonslick .slick_view-more,
  #bonswiper .box-bonslick h2,
  #bonswiper .box-bonslick .slick_shop-now {
    display: none;
  }

  #bonswiper .box-bonslick {
    left: 7%;
  }
}

@media (max-width: 435px) {
  #bonswiper .box-bonslick .slick_view-more {
    display: none;
  }
}