@charset "UTF-8";

.bestBuy .feature__cart__push {
  color: #333333;
}
.bestBuy .offer-item__head {
  background-color: #FFFFFF;
}
.bestBuy .new__content__icon {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 130px;
  height: auto;
}
.bestBuy .offer-item__image {
  width: 100%;
}
.bestBuy .offer-item__appeal__title::before,
.bestBuy .offer-item__appeal__title::after {
  background-color: #333333;
}
.bestBuy .offer-item__appeal__title span {
  color: #333333;
}
@media screen and (min-width: 750px) {
  .bestBuy__section {
    margin-top: 96px !important;
  }
  .bestBuy .offer-item__appeal {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 749px) { 
  .bestBuy__section {
    margin-top: 56px !important;
  }  
  .bestBuy .new__content__icon {
    left: 10px;
    top: 10px;
    width: 90px;
  }  
}
