.gift4u-section-wrapper {
  margin-bottom: 20px;
  padding-right: 4px;
}

.gift4u-delivery-methods {
  display: flex;
  gap: 6px;
}

.gift4u-row {
  margin-bottom: 10px;
}
.gift4u-row label, .gift4u-row input {
  display: block;
  width: 100%;
}

.gift4u-input {
  width: 100%;
}

.gift4u-image-list, .gift4u-card-template-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 5px;
}

.gift4u-image-item {
  position: relative;
  overflow: hidden;
  width: calc(20% - 8px);
  cursor: pointer;
  max-width: 120px;
  border-radius: 4px;
}
.gift4u-image-item .gift4u-image-padding {
  padding: 50%;
  display: block;
}
.gift4u-image-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: none;
}

.gift4u-card-template-item {
  position: relative;
  overflow: hidden;
  width: calc(20% - 8px);
  cursor: pointer;
  max-width: 120px;
  border-radius: 4px;
}
.gift4u-card-template-item .gift4u-card-template-padding {
  padding: 50%;
  display: block;
}
.gift4u-card-template-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: none;
}

.gift4u-see-more-btn {
  position: relative;
  overflow: hidden;
  width: calc(20% - 6px);
  cursor: pointer;
  border: 1px solid #dddddd;
  max-width: 120px;
  border-radius: 4px;
}
.gift4u-see-more-btn:hover {
  color: #00047a;
}

.gift4u-see-more-text {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
  line-height: 1;
  padding: 4px;
  text-align: center;
  font-size: small;
}

.gift4u-button {
  padding: 0.6180469716em 1.41575em;
  border: 1px solid #cccccc;
  cursor: pointer;
  background-color: white;
  color: #333;
  line-height: 1;
}
.gift4u-button:hover {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.gift4u-button.gift4u-button-selected {
  border: 1px solid #555;
  outline: none;
}

.gift4u-selected {
  outline: 2px solid #555;
  outline-offset: 1px;
  position: relative;
  overflow: hidden;
}

input[type].gift4u-error, textarea.gift4u-error {
  outline: 1px solid red;
}

/*------------------------MODAL--------------------------*/
#gift4u-modal-frame {
  display: none;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#gift4u-modal-frame ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
#gift4u-modal-frame ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#gift4u-modal-frame ::-webkit-scrollbar-thumb {
  background: #cecece;
  border-radius: 20px;
}
#gift4u-modal-frame ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#gift4u-modal-frame .gift4u-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  z-index: 999999;
  opacity: 0.5;
}
#gift4u-modal-frame .gift4u-modal-content-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  z-index: 9999999;
  padding: 20px;
}
#gift4u-modal-frame .gift4u-modal-content-inner {
  max-height: 80vh;
  height: 600px;
  overflow: auto;
}
#gift4u-modal-frame .gift4u-modal-close {
  line-height: 1;
  font-size: 32px;
  color: #9e9e9e;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: 2px;
}
#gift4u-modal-frame .gift4u-modal-close:hover {
  color: #ffffff;
}
#gift4u-modal-frame .gift4u-images-tab-item {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
#gift4u-modal-frame .gift4u-image-item {
  width: calc(25% - 9px);
}
#gift4u-modal-frame .gift4u-images-tab-item:not(.gift4u-active) {
  display: none;
}
#gift4u-modal-frame .gift4u-gallery-title {
  padding: 10px;
  cursor: pointer;
}
#gift4u-modal-frame .gift4u-gallery-title:not(:last-child) {
  border-bottom: 1px solid #eee;
}
#gift4u-modal-frame .gift4u-gallery-title.gift4u-active {
  font-weight: bold;
}
#gift4u-modal-frame .gift4u-gallery-title:hover {
  color: black;
}
#gift4u-modal-frame .gift4u-use-design {
  float: right;
  margin: 0;
}

#gift4u-image-list-modal {
  background-color: white;
  box-shadow: 0 0 14px 0 rgba(15, 17, 17, 0.5);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 800px;
  max-width: 100%;
}
#gift4u-image-list-modal .gift4u-modal-content-header {
  padding: 16px 20px;
  background-color: #f2f2f2;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d4d4d4;
}
#gift4u-image-list-modal .gift4u-header-title {
  flex-grow: 1;
}
#gift4u-image-list-modal .gift4u-modal-content-body {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  position: relative;
  padding: 20px;
  flex-grow: 1;
}
#gift4u-image-list-modal .gift4u-modal-content-footer {
  padding: 16px 20px;
}
#gift4u-image-list-modal .gift4u-modal-left {
  width: 30%;
}
#gift4u-image-list-modal .gift4u-modal-right {
  flex-grow: 1;
}

#gift4u-email-design-preview .gift4u-email-design-wrapper {
  display: block;
  background-color: white;
  padding: 20px;
}
#gift4u-email-design-preview p {
  margin: unset;
  line-height: inherit;
}
#gift4u-email-design-preview table {
  margin: unset;
}
#gift4u-email-design-preview table td {
  background-color: unset;
  border: unset;
}

@media only screen and (max-width: 768px) {
  #gift4u-modal-frame .gift4u-image-item {
    width: calc(50% - 12px);
  }
  .gift4u-modal-content-wrapper {
    width: 100%;
  }
  .gift4u-modal-content-wrapper table {
    width: 100% !important;
  }
  #gift4u-email-design-preview .gift4u-email-design-wrapper {
    padding: 5px;
  }
}
/*******************************************/
.gift4u-loading {
  position: relative;
  color: transparent !important;
}
.gift4u-loading:after {
  content: " ";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #777 transparent #777 transparent;
  animation: gift4u-spinner-animation 700ms linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
}

@keyframes gift4u-spinner-animation1 {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes gift4u-spinner-animation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.gift4u-discount-rules {
  width: 100%;
  margin: 1em 0;
}
.gift4u-discount-rules th {
  text-transform: unset;
}
.gift4u-discount-rules th, .gift4u-discount-rules td {
  padding: 7px 14px;
}
.gift4u-discount-rules th:last-child, .gift4u-discount-rules td:last-child {
  text-align: right;
}

.gift4u-email-design-preview, .gift4u-card-template-preview {
  float: right;
  text-decoration: underline;
  cursor: pointer;
}
.gift4u-email-design-preview:hover, .gift4u-card-template-preview:hover {
  color: black;
}

.gift4u-card-preview-item {
  padding: 10px;
}

/*# sourceMappingURL=single-product.css.map */
