.header__menu-item > a:hover
{
  color: #d72329 !important;
}

#header_menu_item_100123881 a {
  background: #d72026;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
}

#header_menu_item_100123881 a:hover { color:#fff !important;}


/*Footer*/
.footer__menu-title {
  border-bottom: 3px solid #d72026;
  padding-bottom: 3px;
}

.footer__badges img,.footer__badge img {
  height: 36px !important;
}


/*Carusels*/

.mdp-carusel-products {
  background: #fbfbfb;
}

.widget-header h2 {
  border-bottom: 2px solid #e3e3e3;
}

/*Cart Button - Custom Style*/
.product__add-to-cart,
.product-action--add-to-cart > .btn{
  position: relative;
  overflow: hidden;
}

.product__add-to-cart::after,
.product-action--add-to-cart > .btn::after {
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('https://c.cdnmp.net/153783049/content/icons/cart-ico.png');
  background-size: 23px;
  background-repeat: no-repeat;
  background-color: #000;
  background-position: center;
}

.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary:hover,
.product-summary__info--actions .product-action--add-to-cart > .btn:hover {
  background-color: #a90e14;
  border-color: #a90e14;
  color: #fff;
}

.product-summary__info--actions .product-action--add-to-cart > .btn {
  background-color: #d72026;
  border-color: #d72026;
  color: #fff;
}

/*Mobile*/
@media screen and (max-width: 640px){
.product__add-to-cart {
  padding: .375rem 0.05rem .375rem 1.5rem;
  font-size: 0.85rem;
}

.product__add-to-cart::after {
  content: '';
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('https://c.cdnmp.net/153783049/content/icons/cart-ico.png');
  background-size: 16px;
  background-repeat: no-repeat;
  background-color: #000;
  background-position: center;
}

.footer__blocks {
  flex-direction: column;
}

}