/* Best Years - gift message product module on product details */
.by-giftmessage-module {
  max-width: 760px;
  margin: 1.75rem 0 1.5rem;
  padding: 0;
  text-align: left;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.by-giftmessage-title {
  margin: 0 0 .35rem;
  font-family: var(--neoteric-font-family-headings, inherit);
  font-size: 1.15rem;
  line-height: 1.2;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.by-giftmessage-intro {
  margin: 0 0 1rem;
  color: var(--secondary, #6d757e);
  font-size: .95rem;
}

.by-giftmessage-product,
.by-giftmessage-addtocart,
.by-giftmessage-addtocart form,
.by-giftmessage-addtocart .addtocart-area,
.by-giftmessage-addtocart .product-fields,
.by-giftmessage-addtocart .product-field,
.by-giftmessage-addtocart .product-field-display {
  max-width: 100%;
}

.by-giftmessage-module .product-fields-title,
.by-giftmessage-module label,
.by-giftmessage-module .product-field label {
  display: block;
  margin-bottom: .35rem;
  color: #333;
  font-size: .95rem;
  font-weight: 400;
}

.by-giftmessage-module select,
.by-giftmessage-module input[type="text"],
.by-giftmessage-module textarea,
.by-giftmessage-module .form-control {
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid #ced4da !important;
  background-color: #fff !important;
  color: #333;
  box-shadow: none !important;
}

.by-giftmessage-module select:focus,
.by-giftmessage-module input[type="text"]:focus,
.by-giftmessage-module textarea:focus,
.by-giftmessage-module .form-control:focus {
  border-color: var(--template-primary-color, #749acb) !important;
  box-shadow: 0 0 0 .15rem rgba(116, 154, 203, .16) !important;
}

.by-giftmessage-textarea {
  min-height: 5.5rem;
  resize: vertical;
}

.by-giftmessage-counter {
  text-align: left;
}

.by-giftmessage-hidden-qty,
.by-giftmessage-module .quantity-box,
.by-giftmessage-module .quantity-controls,
.by-giftmessage-module .quantity-plus,
.by-giftmessage-module .quantity-minus,
.by-giftmessage-module .quantity-input,
.by-giftmessage-module .vm-quantity {
  display: none !important;
}

.by-giftmessage-module .addtocart-bar,
.by-giftmessage-module .addtocart-area {
  display: block !important;
  text-align: left !important;
}

.by-giftmessage-submit,
.by-giftmessage-module input.addtocart-button,
.by-giftmessage-module button.addtocart-button,
.by-giftmessage-module input[type="submit"],
.by-giftmessage-module button[type="submit"] {
  width: auto !important;
  min-width: 280px;
  margin-top: 1rem;
  padding: .75rem 1.4rem !important;
  text-align: center;
  white-space: normal;
}

@media (max-width: 575.98px) {
  .by-giftmessage-submit,
  .by-giftmessage-module input.addtocart-button,
  .by-giftmessage-module button.addtocart-button,
  .by-giftmessage-module input[type="submit"],
  .by-giftmessage-module button[type="submit"] {
    width: 100% !important;
    min-width: 0;
  }
}
