.testing::after {
  border: 1px solid hsla(0,0%,7%,.11);
  border-radius: 4px;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.testing {
  position: relative;
  margin-right: 1rem;
}

.wc-block-components-quantity-selector__button--plus {
  border-radius: 0 4px 4px 0;
}

.wc-block-components-quantity-selector__button--minus {
  border-radius: 4px 0 0 4px;
}

.wc-block-components-quantity-selector__button--minus,
.wc-block-components-quantity-selector__button--plus {
  background: none transparent;
  border: 1px solid white;
  box-shadow: none;
  color: currentColor;
  cursor: pointer;
  font-size: .9em;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  min-width: 30px;
  opacity: .6;
  padding: 0;
  text-align: center;
  text-decoration: none;
  padding-bottom: 5px;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus,
.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
  border: 1px solid white !important;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  border-right: none !important;
  border-left: none !important;
}

.qty {
  -moz-appearance: textfield;
  appearance: textfield;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: currentColor;
  flex: 1 1 auto;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  min-width: 40px;
  order: 2;
  padding: .4em 0;
  text-align: center;
  vertical-align: middle;
  height: 100%;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.quantity,
.single_add_to_cart_button {
  float: none !important;
}

.quantity {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-right: 0 !important;
}

.summary .cart {
  display: flex;
}

.cart-item-image {
  max-width: 60px !important;
  height: auto !important;
}

#cartDropdown {
  margin-left: 1rem;
}

.btn .badge {
  top: -5px;
  position: absolute;
}

.dropdown-menu {
  min-width: 320px;
}

.btn-primary.btn-block,
.btn-primary.btn-block:hover,
.btn-primary.btn-block:focus {
  border: 1px solid var(--tertiary);
}

.navbar-light .dropdown-menu.dropdown-menu-right a::after {
  display: none;
}

.woocommerce-page .page-header .sub-title,
.woocommerce-page .sharing,
.woocommerce-page .product_meta,
.woocommerce-page #reviews_button,
.woocommerce-page header .updated {
  display: none !important;
}

.wc-block-components-button {
  text-decoration: none !important;
  white-space: normal;
  text-shadow: none !important;
  box-shadow: none !important;
  min-height: 25px !important;
  min-width: 25px !important;
  display: block;
  width: 100%;
  text-transform: capitalize;
  font-family: var(--font_body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.125rem;
  border-radius: 300px !important;
  border: 1px solid var(--tertiary);
  background-color: var(--tertiary);
  color: var(--body_text_color);
  padding: 1rem 2rem;
  text-decoration: none !important;
}

@media (max-width: 575px) {
  .navbar-brand img {
    max-width: 90px !important;
  }
}

.mobile-container .style-switcher {
  margin-left: 0.3rem;
}

.woocommerce-page .page-header {
  margin-top: 1.5rem !important;
}

@media (min-width: 768px) {
  .woocommerce-page .page-header {
    margin-top: 3rem !important;
  }
}

@media (max-width: 575px) {
  .dropdown-menu {
    position: fixed;
    right: 0;
    left: 0;
    top: 84px;
  }
}

.product a.product_type_simple {
  display: none !important;
}

.dropdown-menu-right {
  z-index: 1031;
}

.single_add_to_cart_button {
  text-transform: uppercase;
  font-weight: 300 !important;
  border-color: var(--secondary) !important;
  background-color: var(--secondary) !important;
  color: black !important;
}

.single_add_to_cart_button:hover,
.single_add_to_cart_button:focus {
  background-color: white !important;
  color: black !important;
}

.single-product .bg-outside {
  margin-top: 2rem;
}

.related.products {
  text-align: center;
}

.related.products h2 {
  margin: 2rem 0;
}

.text-section img {
  border-radius: 2rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.text-section p img {
  margin: 0;
}

.woocommerce-shop #content {
	text-align: center;
}

.woocommerce.columns-4  {
	margin-top: 3rem;
}

.woocommerce-LoopProduct-link {
  display: block;
}

.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  text-decoration: underline;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: var(--primary) !important;
  font-size: 1rem;
}

.woocommerce-loop-product__title {
  color: black !important;
}

.wc-block-components-quantity-selector__button--plus {
  opacity: 1;
}

section.woocommerce-columns--addresses .woocommerce-column.col-1,
section.woocommerce-columns--addresses .woocommerce-column.col-2 {
  -ms-flex: unset;
  -webkit-box-flex: unset;
  flex: unset;
  max-width: none;
}