.gift-cards-section {
  display: grid;
  grid-template-columns: 120px auto;
  grid-column-gap: 10px;
}

.gift-cards-error-img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.woocommerce-message {
  margin-bottom: 20px !important;
}

.gift-cards-error-text {
  padding-bottom: 3px;
  color: red;
}

.gift-cards-error {
  margin-top: 5px;
  min-width: 200px;
  display: none;
  align-items: center;
  justify-content: flex-start;
}
.gift-cards-error.--active {
  display: flex;
}

.gift-cards-section {
  margin-bottom: 30px;
}

.gift-card-images,
.gift-card-prices {
  display: flex;
  flex-wrap: wrap;
}

.gift-cards-input {
  width: 315px;
  max-width: calc(100% - 30px);
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid rgb(216, 216, 216);
}
.gift-cards-input:focus, .gift-cards-input:focus-within {
  outline: none;
}

:root .gift-card-price--toggle {
  color: navy;
}
:root .gift-card-price--toggle:hover {
  border: 1px solid rgb(216, 216, 216);
}

.gift-card-image,
.gift-card-price {
  border-radius: 4px;
  border: 1px solid rgb(216, 216, 216);
  margin: 3px;
}

.gift-card-price,
.gift-card-image {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
}

.gift-card-image {
  width: 80px;
  height: 58px;
  background-size: cover;
  background-repeat: no-repeat;
}

.gift-card-images--closed .gift-card-price--toggleable {
  display: none;
}
.gift-card-images--closed .gift-card-price--less {
  display: none;
}

.large-giftcard-price-wrapper {
  height: 60px;
}

.giftcard-infobox-top {
  padding-right: 15px;
}

.infobox-extra {
  grid-column: span 2;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  margin-top: 15px;
  display: none;
}

#ginfo-box:hover {
  cursor: pointer;
}
#ginfo-box .infobox-chevron {
  position: absolute;
  top: 30px;
  right: 20px;
  display: block;
  height: 20px;
  width: 20px;
  transform: rotate(180deg);
  transform-origin: center 60%;
}
#ginfo-box.--open .infobox-chevron {
  transform: rotate(0);
}
#ginfo-box.--open .infobox-extra {
  display: block;
}

.product-info-box {
  margin-top: 20px;
}

.large-giftcard-price {
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 52px;
  margin-bottom: 20px;
}
.large-giftcard-price span {
  font-size: 36px !important;
}

.gift-card-main-img {
  margin-bottom: 20px;
}

.gift-card-image:hover {
  cursor: pointer;
  border: 1px solid #ec0000;
}
.gift-card-image.gift-card-image--active {
  pointer-events: none;
  border: 1px solid #ec0000;
}

.wrapper-giftcard {
  display: flex;
  justify-content: center;
}

.gift-card-price--toggle:hover {
  cursor: pointer;
}

.gift-card-images--open .gift-card-price--toggleable,
.gift-card-images--open .gift-card-thumb--toggleable {
  display: flex;
}
.gift-card-images--open .gift-card-price--less,
.gift-card-images--open .gift-card-thumb--less {
  display: flex;
}
.gift-card-images--open .gift-card-price--more,
.gift-card-images--open .gift-card-thumb--more {
  display: none;
}

.gift-card-main-img {
  max-width: 400px;
}

/*# sourceMappingURL=giftcards.css.map */
