.single-product-layout .woocommerce-product-gallery {
  width: 50%!important;
  float: left!important;
}
.single-product-layout .summary {
  width: 50%!important;
  float: right!important;
}
.single-product-layout .summary h1 {
  font-size: 2rem!important;
  color: #c52d2f!important;
  text-transform: uppercase!important;
  margin-top: 32px!important;
}
.single-product-layout .summary .price {
  font-size: 1rem!important;
  color: #000!important;
  font-weight: 800!important;
  text-transform: uppercase!important;
}
.single-product-layout .summary .woocommerce-variation-price .woocommerce-Price-amount {
  font-size: 1.5rem!important;
  color: #199536!important;
  font-weight: 800!important;
  text-transform: uppercase!important;
}

.single-product-layout .summary .variations {
  border: 1px solid #00000050!important;
}
.single-product-layout .summary .variations .label {
  padding-right: 16px!important;
  padding-left: 12px!important;
  padding-top: 0px!important;
}
.single-product-layout .summary .variations .value select {
  width: 100%!important;
}

.single-product-layout .summary .variations .value .reset_variations {
  display: none!important;
}

.single-product-layout .summary .quantity {
  display: none!important;
}
.single-product-layout .summary .single_add_to_cart_button {
  background: #c52d2f!important;
  width: 100%!important;
}

.single-product-layout .tabs {
  display: none!important;
}

.checkout-button, #place_order {
  background: #c52d2f!important;
}

.products .outofstock {
  opacity: 0.5!important;
  filter: grayscale(100%)!important;
}

.products .outofstock .out-of-stock-message-shop {
  display: none!important;
}
.products .outofstock .price {
  opacity: 0!important;
}
.product.outofstock {
  filter: grayscale(100%)!important;
}
.product.outofstock .summary .price {
  opacity: 0!important;
}
.product.outofstock:before {
  position: absolute!important;
  z-index: 10!important;
  content: ''!important;
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  width: 100%!important;
  text-align: center!important;
  font-size: 1rem!important;
  font-weight: 800!important;
  text-transform: uppercase!important;
  color: #c52d2f!important;
  background: #ffffff50!important;
  border-radius: 8px!important;
  min-height: 452px!important;
  margin-bottom: 32px!important;
}
