/*====================================
=  Stile custom pagina prodotto Gift Card =
=  (portato da mwb_wgm_common.css v2.8.1) =
====================================*/
.product_cat-gift-card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
  padding: 30px;
}
.product_cat-gift-card h1 {
  position: relative;
}
.product_cat-gift-card h1.product_title.entry-title::before {
  background-color: #575757;
  bottom: -8px;
  content: "";
  height: 2px;
  position: absolute;
  width: 45%;
}
.product_cat-gift-card .woocommerce-product-gallery__image.flex-active-slide {
  max-width: 300px;
  width: 100%;
}
.product_cat-gift-card .price {
  margin: 15px 0;
}
.product_cat-gift-card .woocommerce form.cart,
.woocommerce-page form.cart {
  margin-top: 20px !important;
}
.product_cat-gift-card .mwb_wgm_added_wrapper > p label {
  display: block;
  font-size: 15px;
  margin-top: 10px;
  padding-bottom: 6px;
}
.product_cat-gift-card input[type="text"],
.product_cat-gift-card input[type="email"],
.product_cat-gift-card input[type="url"],
.product_cat-gift-card input[type="password"],
.product_cat-gift-card input[type="search"] {
  padding: 7px !important;
}
.product_cat-gift-card .mwb_wgm_from_name,
.product_cat-gift-card .mwb_wgm_send_date.hasDatepicker,
.product_cat-gift-card .input-text.mwb_wgm_price {
  border: 1px solid #f1f1f1;
  width: 100% !important;
}
.product_cat-gift-card input,
.product_cat-gift-card textarea {
  border: 1px solid #f1f1f1 !important;
}
.product_cat-gift-card .woocommerce-product-gallery__image {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  padding: 5px;
}
.product_cat-gift-card input:active,
.product_cat-gift-card textarea:active {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.product_cat-gift-card .mwb_wgm_send_giftcard {
  margin-bottom: 7px;
  margin-right: 7px;
}
