.pointer {
  cursor: pointer;
}
.old-price {
  text-decoration: line-through;
  color: #a2a2a2 !important;
}
.v-toast__text {
  color: white;
}
select.order-price {
  width: 100px;
  padding: 5px;
}
.checkbox-filter-category {
  margin-right: 5px;
}
.input-price-range {
  border: 1px solid darkgrey!important;
}
.shoping__cart__item img {
  max-width: 50px;
}
.product__pagination a.active,
.blog__pagination a.active {
	background: #7fad39;
	border-color: #7fad39;
	color: #ffffff;
}
.header__logo img {
  max-height: 100px;
}
@media only screen and (max-width: 414px) {
  .hero__item.set-bg {
    display: none;
    /* background-size: 100% 450px; */
  }
  .footer__about img {
    max-height: 100px;
  }
  .shoping__cart__item img {
    display: none;
  }
}
@media (max-width: 414px) {
  .shoping__cart__item img {
    display: none!important;
  }=
}
@media (max-width: 770px) {
  .hero__search__phone {
    display: none!important;
  }
}