.woocommerce-cart .shipping {
    display: none !important;
}


@media (min-width: 768px) {
  .menu-item-1137 {
    display: none !important;
  }
}

.wc-block-cart .wc-block-cart__submit-container {
  padding: 10px;
  background-color: #fa5f36;
  color: #ffffff;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bolder;
}

.qodef-page-title .qodef-m-title {
  text-transform: uppercase;
}

/* Make product images clickable */

.qodef-e-product-inner {
  position: relative;
}

.qodef-e-product-inner > a.woocommerce-LoopProduct-link {
  position: absolute;
  inset: 0;
  z-index: 5;
}

/* Keep buttons clickable above the overlay */

.qodef-e-product-content,
.qodef-e-product-content * {
  position: relative;
  z-index: 10;
}



.stock.in-stock {
  color: #db5151;
  margin-top: 40px;
}