.swiper-slide .products-grid-item{width: 100%!important}

.added_to_cart.wc-forward,.woocommerce-NoticeGroup.woocommerce-NoticeGroup-updateOrderReview{display: none!important;}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-updateOrderReview{display: none!important;}



.form-response{}


.checkout-order-title .checkout-order-total-new{
  display: none;
}

@media only screen and (max-width: 991px) {
    .checkout-order-title .checkout-order-total-new {
        display: block;
    }
}


.form-response p{
  display: block;
  padding: 15px 20px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.form-response p.red{
  background: #f6d8df;
}
.form-response p.green{
  background: #2c3576;
  color: #fff;
}


.delivery-form-response-message p{
  display: block;
  padding: 15px 20px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.delivery-form-response-message p.red{
  background: #f6d8df;
}
.delivery-form-response-message p.green{
  background: #2c3576;
  color: #fff;
}

.products-grid-item{
  transition-delay: .3s;
}
.products-grid-item.replacing{
  opacity: 0;
}
button.disabled{
  pointer-events: none;
}

.cart-item .title span{
  opacity: 0.7;
  font-size: 0.9em;
  margin-top: 0.85em;
  display: inline-block;
}

.btn-account-favs-item-add.active:before,.btn-quick-search-item.active:before{
  background: #d8dbef;
} 

.btn-account-favs-item-add.active,.btn-quick-search-item.active{
  color: #062045;
} 

.checkout-order-items .cart-menu-list-wrap .cart-item .count-block:before{
  pointer-events: none;
}

.catalog-block-right-more{
  margin-top: 30px;
}

@media only screen and (min-width: 1800px) {
  .catalog-block-right-more {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .catalog-block-right-more {
    margin-top: 20px;
  }
}