.product-item .best {
  padding-top: 15px;
}

@media (min-width:960px) { 
  .product--item .btn {
    top:17px;
  }
  }
@media (min-width:992px) { 
  .product--item .btn {
    top:15px;
  }
}
.header .search-trigger svg>*,
.header .cart-btn svg>* {
  transition: all 0.3s;
}

.header .search-trigger:hover svg circle,
.header .search-trigger:hover svg path,
.header .cart-btn:hover svg path {
  stroke: #506A7C;
}

.about-block .title span {
  position: relative;
  z-index: 3;
}

.marquee {
  position: relative;
  z-index: 1;
}
.info-product .option .option-values {
  margin:0;
}
.info-product .option .option-values .option-value {
  margin:0 30px 5px 0;
  padding:0 4px;
  line-height:normal;
  height:auto;
}
.info-product .option .option-values .option-value:hover {
  border-bottom-color: #000;
}
.info-product .option .option-values .option-value {
  border:2px solid transparent;
}
.info-product .option .option-values .option-value.is-active  {
  border-color:#000;
}


.collections-list .icon {
  display: flex;
}
.filters-list {
  margin-top: 15px;
}
.filters-list-wrap .custom-scroll {
      max-height: calc(100vh - 170px);
}
@media (max-width:575px) { 
  .filters-wrap {
    margin-bottom: 20px;
  }
}
@media (min-width:575px) { 
  .filter-btn {
    background:url(filter-back.jpg) no-repeat left center;
height:100px;
  }
}
.filters-list--item-body .checkbox {
  margin-top:20px;
}
/*
.checkbox {
  min-height:30px;
  margin-bottom: 4px;
}
*/
@media (max-width:767px) { 
  .title-wrap {
    min-height:auto;

  }
  .title-wrap .figure {
    display:none;
  }
}
