/* .add_to_cart_button.loading .elementor-button-icon i:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 34px;
}

.add_to_cart_button.added .elementor-button-icon i:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: url("/wp-content/plugins/customisations/public/images/icon-loading.svg");
  text-align: center;
  line-height: 34px;
} */

.single-product .shop_attributes table {
  border: none !important;
}

.single-product .shop_attributes th,
.single-product .shop_attributes td {
  background: transparent;
  border: none !important;
  font-style: normal !important;
  text-align: left;
}

.single-product .single_add_to_cart_button {
  width: 100%;
}

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

.single-product .custom-product-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Oswald", Sans-serif;
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1A1A1A;
}

.single-product .custom-product-title .brand {
  color: #ec1b23;
  font-size: 40px;
  color: black;
  //background-color: #f5f5f5;
  //padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
}

.single-product .e-loop-item .custom-product-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Oswald", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1A1A1A;
}

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