#content .list_product.table_list_product .table_row .list_product_coll.recommended_product .flag {
  font-size: 11px;
  width: 160px;
  padding: 5px 15px 5px 10px;
}
.brands-page .top-models{
  padding:0 10px 0;
}
.delivery-page .safe-order__eclipse-gray .more-time {
  top: 5px;
}
.delivery-page .safe-order__eclipse-gray .more-time span {
  font-size: 10px;
}
.blog-page .blog-footer__input input[type=email] {
  width: 65%;
}
.blog-page .blog-footer__input-button {
  width: 35%;
  font-size: 12px;
}
.blog-page .blog-footer__input .subscribe_checkbox {
  margin: 5px 0;
}
.blog-page .blog-footer__input .privacy_policy_checkbox {
  margin: 5px 0 10px 6px;
}

@media screen and (max-width: 425px){
  #content.product_page .product-wrap__add-to{
    font-size: 15px;
  }
}
@media screen and (max-width: 375px){
  #content.product_page .product-wrap .product-wrap__add-to {
    font-size: 12px;
  }
}

/*footer*/
@media only screen and (max-width: 340px) {
  .footer .footer-wrap__image-right {width: 40%;}
  .footer .footer-wrap__image {background-position: -19px bottom;}
}