body #search_filters .facet .color-boxes .facet-label .custom-checkbox,
body #search_filters .facet .color-boxes .facet-label .custom-radio {
  top: 0;
}

body #search_filters .custom-checkbox input[type=checkbox]+span {
  vertical-align: -3px;
}

body #search_filters .custom-checkbox input[type=checkbox]+span .checkbox-checked {
  top: 3px;
}

.product-page-right #block-reassurance img {
  padding-top: 2px;
}

body #search_filters .facet .facet-title {
  width: auto;
}

body #search_filters>p.text-uppercase.h6 {
  display: none;
}

body #search_filters {
  padding-top: 0;
  margin-top: -4px;
}

#bonban {
  background-color: #fff;
  display: block;
  margin-bottom: 50px;
}

#bonban .bonban-item {
  padding: 15px 25px 0 25px;
}

#left-column #bonban h2+span {
  display: none;
}

#left-column #bonban ul {
  margin-bottom: 0;
}

#bonban h2+span {
  display: block;
  font-size: 14px;
  text-transform: none;
  padding-top: 7px;
  color: #777;
}

#bonban li:focus {
  outline: none;
}

#bonban .box-ban {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

#bonban .box-ban h3 {
  font-size: 17px;
  line-height: 1;
  color: #3a3a3a;
  font-weight: 400;
  margin-bottom: 10px;
}

#bonban .box-ban h2 {
  text-transform: uppercase;
  margin: 20px 0 16px 0;
}

#bonban .box-ban p {
  line-height: 24px;
  color: #7b7f83;
  font-weight: 400;
}

#bonban .box-ban p span {
  font-size: 12px;
  display: block;
  color: #c7c4c3;
}

#bonban .box-ban p span strong {
  font-size: 13px;
  color: #3a3a3a;
}


#bonban .bonban-list {
  margin-bottom: 17px;
}


#bonban .box-ban a:focus,
#bonban .box-ban a:active {
  outline: none;
  text-decoration: none;
}

#bonban a.read-more:after {
  font-family: "Material Icons";
  content: '\e5c8';
  font-size: 15px;
  margin-left: 10px;
  vertical-align: -3px;
}

#bonban a[author]:after {
  content: attr(data-author) "10.12.2019";
}

#bonban .bonban-image:after {
  content: none;
}

#bonban .bonban-cover-img {
  position: relative;
}

#bonban .bonban-cover-img::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#bonban .bonban-video-link {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
  cursor: pointer;
}

#bonban .bonban-video-link {
  background: url('../img/play.png');
  background-size: contain;
  transition: all 0.3s ease;
  width: 130px;
  height: 130px;
  transition: all 0.3s ease;
  opacity: 0.7;
}

#bonban .bonban-cover-img:hover .bonban-video-link {
  opacity: 1;
}

#bonban .modal-dialog {
  max-width: 1200px;
}

#bonban .modal-content {
  background: transparent;
  border: none;
}

#bonban #video-element {
  width: 100%;
}

#bonban .horizontal-dots {
  justify-content: center;
  display: flex;

}

#bonban .horizontal-dots li {
  margin: 0 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#bonban .horizontal-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  border: 0;
  position: relative;
}

#bonban .horizontal-dots li button:before {
  font-family: 'slick';
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 35px;
  content: '';
  opacity: .25;
  color: transparent;
  background: #af9fd6;
}

#bonban .horizontal-dots li.slick-active button:before {
  opacity: .75;
}

#bonban .author {
  display: flex;
  justify-content: space-between;
}

#bonban .author .comment-counter {
  margin: 0;
  color: #3a3a3a;
  transform: translateX(-15px);
}

#bonban .author .comment-counter i {
  font-size: 16px;
  color: #3a3a3a;
  padding-right: 5px;
  vertical-align: -2px;
}

#bonban .author a {
  min-width: max-content;
}

.bonban-img-container {
  padding: 20px;
}

.img-responsive {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}

.box-ban span,
time {
  font-size: 13px;
}

#bonban .bonban-image {
  margin-bottom: 15px;
  display: block;
}


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

  #bonban .bonban-image,
  #bonban .bonban-video {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  #bonban .bonban-image {
    margin-bottom: 25px;
  }

  #bonban .horizontal-dots li {
    margin: 0 15px;
  }

  #bonban .horizontal-dots li button {
    width: 25px;
    height: 3px;
  }
}

@media screen and (max-width: 575px) {
  #bonban .comment-counter {
    padding-left: 15px;
    margin-top: 10px;
  }
}