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 {
  margin-bottom: 30px;
}

#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;
  justify-content: space-between;
  padding-left: 20px;
}

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

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

#bonban .box-ban p,
#bonban .bonban-items {
  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-items {
  padding-left: 30px;
  position: relative;
  font-size: 13px;
}

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

#bonban .bonban-items:before {
  content: "\E5CA";
  font-family: 'Material Icons';
  color: #0BC3C3;
  font-size: 13px;
  position: absolute;
  left: 0;
}

#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 .slick-next {
  top: 53%;
}

#bonban .slick-prev,
#bonban .slick-next {
  text-align: center;
  opacity: 0;
  left: 5px;
  transition: all 0.3s ease;
  z-index: 10;
  width: 50px;
  height: 50px;
  position: absolute;
}

#bonban .slick-prev {
  top: 43%;
}

#bonban .slick-next:before {
  font-family: "Mercury";
  color: #777;
  font-size: 35px;
  transition: all 0.3s ease;
  opacity: 0.75;
  content: '\e803';
}

#bonban .slick-prev:before {
  font-family: "Mercury";
  color: #777;
  font-size: 35px;
  transition: all 0.3s ease;
  opacity: 0.75;
  content: '\e801';
}

#bonban .slick-prev:hover:before {
  color: #089C9C;
  opacity: 1;
}

#bonban .slick-next:hover:before {
  color: #089C9C;
  opacity: 1;
}

#bonban:hover .slick-next {
  left: -6%;
  opacity: 1;
}

#bonban:hover .slick-prev {
  left: -6%;
  opacity: 1;
}

#bonban .slick-next.white-arrow:before,
#bonban .slick-prev.white-arrow:before {
  color: #3a3a3a;
}

.vertical-dots {
  right: -6%;
  list-style: none;
  display: block;
  position: absolute;
  top: 35%;
}

.vertical-dots li {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.vertical-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  background: transparent;
  margin: 40px 0;
}


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

.vertical-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 {
  overflow: hidden;
  display: block;
}

@media (max-width: 1550px) {
  #bonban .vertical-dots {
    justify-content: center;
    display: flex;
    top: auto;
    right: 0;
    bottom: -30px;
    width: 100%;
  }

  .vertical-dots li button:before {
    width: 35px;
    height: 4px;
  }

  #bonban .vertical-dots li {
    margin: 0 20px;
  }

  .vertical-dots li button {
    margin: 20px 0;
  }
}

@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 .vertical-dots li {
    margin: 0 15px;
  }

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

  #bonban .author {
    flex-wrap: wrap;
  }
}

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