body .zopim {
  left:inherit!important;
  right: 76px!important;
}

body .footer-container .product-container {
  z-index: 100;
}

#product .footer-container .product-container.active-list {
  bottom: 110px;
  display: none;
}


#bon-stick-cart .productcountdown,
#bon-stick-cart .discount.discount-percentage{
  display: none;
}

#bonhtmlcontent {
  padding-top: 77px;
  background-color: #fff;
  padding-bottom: 25px;
}

#bonhtmlcontent ul {
  margin-bottom: 0;
}

#bonhtmlcontent .link-htmlcontent {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

#bonhtmlcontent .box-htmlcontent h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #3a3a3a;
  font-weight: 500;
  padding: 0;
  margin: 20px 0 7px 0;
}

#bonhtmlcontent .box-htmlcontent h5 {
  font-size: 13px;
  color: #7a7a7a;
  font-weight: 400;
  padding: 0;
}

#bonhtmlcontent .box-icon {
  transition: all 0.5s ease;
}

#bonhtmlcontent .box-icon i {
  font-size: 60px;
  transition: all 0.5s ease;
  margin-right: -10px;
}

#bonhtmlcontent .box-icon i::before {
    color: #7A7A7A;
}

#bonhtmlcontent .box-htmlcontent:hover .box-icon {
  transform: rotateY(360deg);

}

#bonhtmlcontent .box-htmlcontent:hover .box-icon i{
  color: #777;
}

#bonhtmlcontent .owl-nav {
  position: absolute;
  right: 10px;
  top: -75px;
}
#bonhtmlcontent .owl-theme .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#bonhtmlcontent .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #333;
}
#bonhtmlcontent .owl-theme .owl-dots .owl-dot.active span,
#bonhtmlcontent .owl-theme .owl-dots .owl-dot:hover span {
  background: #333;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #bonhtmlcontent .box-htmlcontent {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px){
  #bonhtmlcontent .box-htmlcontent {
    padding: 5px 0;
  }
}
