.content{
    min-height: 600px;
}
.squaredOne {
    width: 28px;
    height: 27px;
    background: #fff;
    position: relative;
    box-shadow: inset 0px 0px 5px 0px #E7E7E7;
    border: 1px solid gainsboro;
    border-radius: 5px;
    outline: none;
    transition: .1s;
    margin-bottom: 5px;
  }

  .squaredOne input {
    display: none;
  }
  .squaredOne label {
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    width: 100%;
    height: 18px;
    padding-left: 36px;
    font-size: 16px;
    line-height: 18px;
    white-space: nowrap;
  }
  .squaredOne label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 17px;
    width: 18px;
    background: #dd1c1a;
    border-radius: 4px;
  }
  .squaredOne input[type=checkbox]:checked + label:after,label.checked:after,label.checked::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
  }
  /* line 726, ../sass/style.scss */
  .squaredOne input[type=radio]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
  }
  
  /* line 715, ../sass/style.scss */
  .squaredOne label:hover::after,.squaredOne label:focus::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
  }
  .navbar.navbar-left.filters{
    padding-right: 20px;
  }
  .filter_block{
    width: 100%;
  }
  .filter_block .btn{
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    white-space:normal;
    display:inline-flex;
    font-weight: bold;
    font-size: 16px;
  }

  .filter_block.hide > .squaredOne:nth-of-type(n+6) {
    display: none;
  }
.left-header{
    max-width: 296px;
    width: 100%;
    height: 46px;
    border-radius: 10px;
    margin: 15px auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.bProductList__discont, .bProductList__new, .bProductList__sale {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    width: 72px;
    height: 59px;
    line-height: 59px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 0px;
    z-index: 2;
    text-align:center;
  } 
  .bProductList__new{
    background-image: url(img/sprite2.png);
    top: 55px;
  }

  .bProductList__discont{
    background-image: url(img/sprite1.png);
    top: 110px;
  }
  
  .bProductList__sale{
    background-image: url(img/sprite3.png);
    top: 0px;
  }
  
.price-line{
  display: inline-flex;
}
.price-real{
  margin-right: 20px;
}

.price-discount{
  margin-right: 20px;
  text-decoration: line-through;
}
.price-text{
  color:#9c9c9c;
  font-family: fantasy;
}

.fast-order{
  font-family: fantasy;
}

.date{
    color: #115000;
    font-variant-numeric: lining-nums proportional-nums;

    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height:  21px;
    
}
.date::before{
    width: 15px;
    height: 15px;
    content:  url(img/clarity_calendar-line.png);
    position:relative;
    margin-right: 3px;
    top: 2px;


}
.time{
    color: #115000;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}
.time::before{
    width: 18px;
    height: 18px;
    content:  url(img/ph_clock-light.png);
    position:relative;
    margin-right: 3px;
    top: 3px;
}
.date-time{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.main-news .news-header,.news .news-text{
    padding: 0;
    word-break: break-word;
    font-size: 16px;
    line-height: 13.2px;
    color: var(--grey, #000);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Podkova;
    font-weight: bold;
}

.news .news-img{
    margin: 10px 0;
}

.active>.page-link, .page-link.active{
  background-color: black;
}
.page-link{
  color:black;
}
.page-link{
  font-size: 16px;
}

.spin {
    display: inline;
    width: 105px;
    height: 31px;
    background-color: white;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 34px;
    -webkit-box-shadow: inset 0 0 0 1px #d0d0d0;
    -moz-box-shadow: inset 0 0 0 1px #d0d0d0;
    box-shadow: inset 0 0 0 1px #d0d0d0;
    border-radius: 4px;
}

.spin-control {
    float: right;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #e2d9c9;
    width: 19px;
    height: 29px;
    display: inline;
    margin-top: 1px;
    margin-right: 1px;
}

.spin-text {
    float: left;
    display: inline;
}

.spin-up, .spin-down {
    width: 12px;
    height: 8px;
    margin: 0 auto;
    margin-top: 5px;
    position: relative;
    left: 1px;
    cursor: pointer;
}

.spin-up {
    background: url("img/spin-up.png");
}

.spin-down {
    background: url("img/spin-down.png");
}

.spin-text {
    font-size: 16px;
    font-family: tahoma;
    margin-top: 5px;
    margin-left: 12px;
    width: 70px;
}
.slick-current + .slick-slide .bnr-label{
  background-color: transparent;
  
}
@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
      display: block;
      height: auto !important;
      visibility: visible;
    }
  }