.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: 0;
  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;
}

.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;
}

.summary .cart {
  display: flex;
}

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

#cartDropdown {
  padding: 1rem;
  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 #reviews_close_button,
.woocommerce-page .page-header .sub-title:not(.d-block),
.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;
  }
}

.woocommerce #content ul li::before {
  display: none;
}

.button.product_type_simple,
.product .ajax_add_to_cart {
  display: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  line-height: 1.7;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin-right: 0.5rem;
}

.related.products {
  float: left;
  width: 100%;
}

#tab-custom_reviews textarea,
#tab-custom_reviews input:not(.submit) {
  height: 3.5rem !important;
  padding: 1.25rem 1rem !important;
  background-color: var(--light) !important;
  border-color: var(--light) !important;
  border-radius: 0.5rem !important;
  box-shadow: none !important;
  border: 1px solid #c5a381 !important;
  outline: none !important;
  width: 100%;
}

#tab-custom_reviews input.submit {
  border-radius: 300px !important;
}

#tab-custom_reviews textarea {
  height: 192px !important;
}

#tab-custom_reviews label {
  font-family: var(--font_body) !important;
  font-size: 0.875rem !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 1.3125rem !important;
  color: var(--body_text_color) !important;
}

#tab-custom_reviews .required {
  color: var(--gf-ctrl-label-color-req);
  display: inline-block;
  font-family: var(--gf-ctrl-label-font-family-req);
  font-size: var(--gf-ctrl-label-font-size-req);
  font-style: var(--gf-ctrl-label-font-style-req);
  font-weight: var(--gf-ctrl-label-font-weight-req);
  letter-spacing: var(--gf-ctrl-label-letter-spacing-req);
  line-height: var(--gf-ctrl-label-line-height-req);
}

.woocommerce #review_form #respond p {
  margin: 0 0 1rem;
}

.woocommerce ul.products {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  float: none;
  margin: 0;
  border: none;
}

@media (min-width: 768px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.woocommerce-page ul.products li.product a {
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-radius: 0.5rem;
  display: block;
  height: 100%;
  text-decoration: none !important;
}

.woocommerce-page ul.products li.product a .woocommerce-loop-product__title {
  text-decoration: underline;
}

.woocommerce-page .content ul.products li.product a {
  text-decoration: none !important;
}

.woocommerce-result-count,
.woocommerce-ordering {
  display: none;
}

.single-product #content ul {
  list-style-type: disc;
}

.single_add_to_cart_button {
  text-transform: capitalize !important;
  font-family: var(--font_body) !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.125rem !important;
  padding: 1rem 2rem !important;
  background-color: var(--tertiary) !important;
  color: var(--body_text_color) !important;
  border-color: var(--primary) !important;
  border-radius: 300px !important;
}

.single_add_to_cart_button:hover,
.single_add_to_cart_button:focus {
  background-color: var(--tertiary) !important;
  color: var(--body_text_color) !important;
  box-shadow: 0px 0px 8px 0px #007cff !important;
  border-color: var(--primary) !important;
}

#menu-primary li.shop-link > a,
#menu-primary li.shop-link > a svg {
  color: #C6A280 !important;
}

.term-description {
  display: none;
}

ul.products a.product_type_variable {
  display: none !important;
}

.onsale {
  display: none !important;
}

.woocommerce-variation-price {
  margin: 1rem 0;
}

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;
}