
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 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;
  text-align: center;
}

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

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

#bonban .box-ban h3 {
  font-size: 17px;
  line-height: 24px;
  color: #3a3a3a;
  font-weight: 400;
  padding: 18px 0 1px;
}

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

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

#bonban a:focus,
#bonban a:active{
  outline: none;
}

#bonban a:hover img {
  transform: scale(1.1);
}


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

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

#bonban .bonban-image {
  display: block;
  overflow: hidden;
}

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

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

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

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



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

#bonban .slick-next {
  right: 5px;
}

#bonban .slick-prev {
  left: 5px;
}

#bonban:hover .slick-next {
  right: -45px;
  opacity: 1;
}

#bonban:hover .slick-prev {
  left: -45px;
  opacity: 1;
}
#bonban .slick-next.white-arrow:before,
#bonban .slick-prev.white-arrow:before {
  color:#fff;
}

#bonban .slick-next:before,
#bonban .slick-prev:before {
  font-family: "Material Icons";
  color: #777;
  font-size: 35px;
  transition: all .3s ease;
  opacity: 0.75;
}
#bonban .slick-next:hover:before,
#bonban .slick-prev:hover:before{
  color: #be0505;
  opacity: 1;
}
#bonban .slick-prev:before {
  content: '\e5cb';
}
#bonban .slick-next:before {
  content: '\e5cc';
}

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


#bonban .author {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

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

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

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

@media screen and (max-width: 380px) {
  #bonban .author .comment-counter {
    transform: none;
  }
}

@media (max-width: 1024px) {
  #bonban .slick-dots li {
    width: 20px;
    height: 3px;
    margin: 0 7px;
  }

  #bonban .slick-dots li button {
    width: 20px;
    height: 3px;
    opacity: .25;
    background: black;
    padding: 0;
  }

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

  #bonban .slick-dots li button:before {
    content: '';
  }

  #bonban {
    margin-bottom: 60px;
  }
}