.ic_chevron {
display:none;
} 
.toggler_list-item .info  .text {
display:none;
  
}
.basket-item-amount-filed {
    font-size: 16px!important;
    font-weight: 400!important;
}
 .no34 .swiper-slide-duplicate {
    display:none;
}
 .hist_back{
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 130px;
    left: 20px;
    z-index: 10;
  }
  .hist_back a{
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;

  }
  .hist_back a:after{
    display: block;
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    border-left: 1px solid #000;
    border-top: 1px solid #000;
  }
  .hist_back a:before{
    display: block;
    content: '';
    position: absolute;
    width: 28px;
    height: 1px;
    background: #000;
    top: 7px;
    left: -1px;
  }