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 ul{
  display: flex;
  flex-wrap: wrap;
}

#bonban ul li:first-child{
  padding-left: 0;
}

#bonban ul li:nth-child(2){
  padding: 0 5px;
}

#bonban ul li:last-child{
  padding-right: 0;
}


#bonban > h2{
  display: none;
}

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

#bonban li:focus {
  outline: none;
}

#bonban .box-ban {
  position: absolute;
  left: 0;
  top: 50%;
  padding-left: 40px;
  z-index: 2;
  transform: translate(0,-50%);
}

#bonban .box-ban h4 {
  color: #fff;
  font-size: calc(18px + (37 - 18) * ((100vw - 320px) / (1880 - 320)));
  width: 70%;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0 0 30px;
}

#bonban .box-ban span{
  font-family: 'Poppins', sans-serif;
  padding: 12px 28px;
  font-size: calc(12px + (19 - 12) * ((100vw - 320px) / (1880 - 320)));
  font-weight: 400;
  text-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
  transition: all 0.3s ease;
  color: white;
  letter-spacing: 0.5px;
  background: #1e9bd2;
  box-shadow: 4px 4px 4px rgb(0 0 0 / 14%);
}

#bonban .box-ban span:hover{
  background: #0492D1;
  box-shadow: none;
}

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

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

#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 a: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 .slick-next {
  transition: all 0.3s ease;
  z-index: 10;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 35%;
  text-align: center;
  opacity: 0;
  right: 5px;
}

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

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

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

#bonban .slick-prev:hover:before {
  color: #0492D1;
  opacity: 1;
}

#bonban .slick-next:hover:before {
  color: #0492D1;
  opacity: 1;
}

#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: #3a3a3a;
}

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

#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 .bonban{
  position: relative;
}

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  #bonban ul li{
    padding: 0 !important;
    margin: 10px 0;
  }
}

@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;
  }
}

