body .g-button {
  background: #E30211;
  color: #fff;
  border-radius: 10px;
  transition: 0.3s;
}
body .g-button:hover {
  background: #e72835;
}
body .g-button.g-button--invert {
  border: 1px solid #E30211;
  color: #E30211;
}
body .g-button.g-button--invert:hover {
  color: #fff;
  background: #E30211;
  border: 1px solid #E30211;
}
body .g-auth__fogot-password, body .g-auth__personal-note a {
  color: #E30211;
}
body .g-form-control-text:focus, body .g-form-control-textarea:focus, body input[type=text][name="_cn"]:focus {
  border: 1px solid #E30211;
  box-shadow: 0 0 3px #E30211;
}
.product-list.thumbs .product-item .gr-product-image a {
  background-size: contain !important;
  background-position: 50% !important;
}
.card-slider.horizontal .card-slider__image {
  background-size: contain !important;
}
.product-list.thumbs .product-item .product-price .price-current, .product-price, .product-article, .gr-has-amount {
  display: none !important;
}
