/*
Theme Name: Doctors Lounge
Theme URI: https://doctorslounge.lycantech.eu/
Author: Lycantech
Description: Custom Doctors Lounge clinical skincare theme with WooCommerce product catalog.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: doctors-lounge
*/

@import url("assets/site.css");

.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  max-width: 1180px;
  margin: 1rem auto;
}

.woocommerce .quantity .qty {
  min-height: 44px;
  border: 1px solid rgba(28, 49, 50, 0.16);
  border-radius: 999px;
  padding: 0 0.8rem;
}

.woocommerce-page .site-main {
  padding-top: 0;
}

.wc-forward,
.checkout-button,
.single_add_to_cart_button,
.button.product_type_simple,
.added_to_cart {
  text-decoration: none;
}

.product-card .price,
.detail-price {
  display: block;
}

.stock.in-stock {
  color: #2d6952;
}

.stock.out-of-stock {
  color: #9f332a;
}

.primary-nav li {
  list-style: none;
}

.primary-nav ul,
.primary-nav .menu {
  display: contents;
}

.site-footer {
  margin-bottom: 0;
}

.single-product .cart {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
