/*
Theme Name: Greenwich
Theme URI: https://basework.studio
Author: Basework Studio
Author URI: https://basework.studio
Version: 1.0
Text Domain: gw
*/

a.added_to_cart.wc-forward {
  display: none;
}

.add_to_cart_button:after {
  content: "" !important;
}

.account-sidebar-list-content-list-item a.is-active p {
  color: #ff5000;
}

.account-sidebar-list-content-list-item a.is-active i {
  background: #fdf4ec;
}

.account-sidebar-list-content-list-item a.is-active i svg path,
.account-sidebar-list-content-list-item a.is-active i svg rect {
  stroke: #ff5000;
}

.hero-2-content-footer-piece input::-webkit-outer-spin-button,
.hero-2-content-footer-piece input::-webkit-inner-spin-button,
.comp-34-list-item-content-footer-piece
  input[type="number"]::-webkit-outer-spin-button,
.comp-34-list-item-content-footer-piece
  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce-no-products-found {
  display: none;
}
.woocommerce-notices-wrapper {
  display: none;
}

.comp-26 {
  background: transparent !important;
  padding: 0 !important;
}

.comp-26-image img {
  width: 100%;
  height: auto;
}

.desktop-image {
  display: block;
}

.mobile-image {
  display: none;
}

@media (max-width: 992px) {
  .desktop-image {
    display: none;
  }

  .mobile-image {
    display: block;
  }
}
