.fwb-qv-open {
  overflow: hidden;
}

.fwb-qv-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.fwb-qv-modal.is-open {
  display: block;
}

.fwb-qv-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.fwb-qv-dialog {
  position: relative;
  width: min(1120px, calc(100vw - 40px));
  margin: 34px auto;
  background: #000;
  color: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
}

.fwb-qv-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  width: 30px!important;
  height: 30px!important;
  padding: 0!important;
  border: 0;    
  background: transparent!important;
  cursor: pointer;
}

.fwb-qv-close::before,
.fwb-qv-close::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 4px;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: background .2s ease, opacity .2s ease;
}

.fwb-qv-close::before {
  transform: rotate(45deg);
}

.fwb-qv-close::after {
  transform: rotate(-45deg);
}

.fwb-qv-close:hover::before,
.fwb-qv-close:hover::after,
.fwb-qv-close:focus::before,
.fwb-qv-close:focus::after {
  background: #D5590B;
}

.fwb-qv-close:focus {
  outline: none;
}

.fwb-qv-body {
  padding: 0;
}

.fwb-qv-loading,
.fwb-qv-error {
  padding: 28px;
  color: #fff;
}

.fwb-qv-error {
  font-size: 16px;
  line-height: 1.4;
}

.fwb-qv-skeleton {
  display: flex;
  align-items: stretch;
  min-height: 560px;
  background: #000;
}

.fwb-qv-skeleton-media,
.fwb-qv-skeleton-content {
  min-width: 0;
}

.fwb-qv-skeleton-media {
  width: 54%;
}

.fwb-qv-skeleton-image {
  height: 100%;
  min-height: 560px;
  background: linear-gradient(90deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.13) 50%, rgba(255,255,255,.06) 100%);
  background-size: 240% 100%;
  animation: fwb-qv-shimmer 1.3s linear infinite;
}

.fwb-qv-skeleton-content {
  width: 46%;
  padding: 42px 36px 34px;
}

.fwb-qv-skeleton-line {
  height: 14px;
  margin-bottom: 14px;
  border-radius: 3px;
  background: linear-gradient(90deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.13) 50%, rgba(255,255,255,.06) 100%);
  background-size: 240% 100%;
  animation: fwb-qv-shimmer 1.3s linear infinite;
}

.fwb-qv-skeleton-line--title {
  width: 58%;
  height: 24px;
  margin-bottom: 34px;
}

.fwb-qv-skeleton-line--label {
  width: 26%;
  margin-bottom: 10px;
}

.fwb-qv-skeleton-line--text {
  width: 100%;
}

.fwb-qv-skeleton-line--short {
  width: 72%;
}

.fwb-qv-skeleton-block {
  margin-top: 28px;
}

.fwb-qv-skeleton-rows {
  margin-top: 40px;
}

.fwb-qv-skeleton-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.fwb-qv-skeleton-row-label,
.fwb-qv-skeleton-row-value,
.fwb-qv-skeleton-row-dots {
  height: 12px;
  border-radius: 3px;
  background: linear-gradient(90deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.13) 50%, rgba(255,255,255,.06) 100%);
  background-size: 240% 100%;
  animation: fwb-qv-shimmer 1.3s linear infinite;
}

.fwb-qv-skeleton-row-label {
  width: 24%;
}

.fwb-qv-skeleton-row-dots {
  flex: 1 1 auto;
}

.fwb-qv-skeleton-row-value {
  width: 18%;
}

.fwb-qv-skeleton-button {
  width: 188px;
  height: 44px;
  margin-top: 30px;
  border-radius: 3px;
  background: linear-gradient(90deg, rgba(213,89,11,.6) 0%, rgba(213,89,11,.9) 50%, rgba(213,89,11,.6) 100%);
  background-size: 220% 100%;
  animation: fwb-qv-shimmer 1.3s linear infinite;
}

@keyframes fwb-qv-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.fwb-qv-layout {
  display: flex;
  align-items: stretch;
  background: #000;
}

.fwb-qv-media,
.fwb-qv-summary {
  min-width: 0;
}

.fwb-qv-media {
  width: 54%;
}

.fwb-qv-summary {
  width: 46%;
  padding: 42px 36px 34px;
  background: #000;
}

.fwb-qv-image-wrap {
  height: 100%;
  min-height: 560px;
  background: #000;
}

.fwb-qv-image-wrap img,
.fwb-qv-image-wrap .woocommerce-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.fwb-qv-title {
  margin: 0 36px 28px 0;
  color: #fff;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
}

.fwb-qv-title--mobile {
  display: none;
}

.fwb-qv-section + .fwb-qv-section {
  margin-top: 26px;
}

.fwb-qv-section-label {
  margin-bottom: 8px;
  color: #D5590B;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.fwb-qv-section-value,
.fwb-qv-ingredients {
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  text-transform: uppercase;
}

.fwb-qv-ingredients {
  white-space: normal;
}

.fwb-qv-nutrition-wrap {
  margin-top: 34px;
}

.fwb-qv-nutrition-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 1.25;
  text-transform: uppercase;
}

.fwb-qv-nutrition-label {
  color: #D5590B;
  font-weight: 700;
  flex: 0 0 auto;
}

.fwb-qv-nutrition-dots {
  flex: 1 1 auto;
  height: 1px;
  background-image: radial-gradient(circle, rgba(255,255,255,.42) 0.7px, transparent 0.8px);
  background-size: 7px 1px;
  background-repeat: repeat-x;
  background-position: center;
}

.fwb-qv-nutrition-value {
  color: #fff;
  font-weight: 500;
  flex: 0 0 auto;
  text-align: right;
}

.fwb-qv-cart-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.fwb-qv-cart-wrap .button,
.fwb-qv-button,
.fwb-qv-cart-wrap .added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid #D5590B;
  border-radius: 3px;
  background: #D5590B;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: opacity .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.fwb-qv-button {
  border-radius: 3px;
}

.fwb-qv-button:hover,
.fwb-qv-button:focus,
.fwb-qv-cart-wrap .button:hover,
.fwb-qv-cart-wrap .button:focus,
.fwb-qv-cart-wrap .added_to_cart:hover,
.fwb-qv-cart-wrap .added_to_cart:focus {
  background: transparent;
  color: #D5590B;
  border-color: #D5590B;
  outline: none;
}

.fwb-qv-add-to-cart {
	background: #D5590B!important;
    color: #fff!important;
    padding: 13px 20px 10px 20px!important;
	cursor:pointer;
}
.added_to_cart {
	padding: 13px 20px 10px 20px!important;
}
.fwb-qv-cart-wrap .fwb-qv-add-to-cart.added {
  opacity: .92;
}

.fwb-qv-button__text {
  display: inline-block;
}

.fwb-qv-cart-wrap .woocommerce-variation-add-to-cart,
.fwb-qv-cart-wrap .cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.fwb-qv-cart-wrap .quantity {
  margin: 0;
}

.fwb-qv-cart-wrap input.qty {
  min-height: 44px;
  min-width: 72px;
  padding: 8px 10px;
  border-radius: 3px;
  background: #000;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

@media (max-width: 991px) {
  .fwb-qv-dialog {
    width: calc(100vw - 20px);
    margin: 10px auto;
  }

  .fwb-qv-skeleton,
  .fwb-qv-layout {
    flex-direction: column;
    min-height: 0;
  }

  .fwb-qv-skeleton-media,
  .fwb-qv-skeleton-content,
  .fwb-qv-media,
  .fwb-qv-summary {
    width: 100%;
  }

  .fwb-qv-skeleton-image,
  .fwb-qv-image-wrap,
  .fwb-qv-image-wrap img,
  .fwb-qv-image-wrap .woocommerce-placeholder {
    min-height: 360px;
  }

  .fwb-qv-skeleton-content,
  .fwb-qv-summary {
    padding: 28px 22px 24px;
  }

  .fwb-qv-title {
    font-size: 18px;
    margin-right: 28px;
  }

  .fwb-qv-title--mobile {
    display: block;
    margin: 0;
    padding: 28px 46px 18px 22px;
	  font-size: 24px;
  }

  .fwb-qv-title--desktop {
    display: none;
	      font-size: 42px!important;
  }
}

@media (max-width: 575px) {
  .fwb-qv-close {
    top: 12px;
    right: 12px;
  }

  .fwb-qv-close::before,
  .fwb-qv-close::after {
    top: 13px;
    left: 5px;
    width: 18px;
  }

  .fwb-qv-skeleton-image,
  .fwb-qv-image-wrap,
  .fwb-qv-image-wrap img,
  .fwb-qv-image-wrap .woocommerce-placeholder {
    min-height: 280px;
  }

  .fwb-qv-skeleton-content,
  .fwb-qv-summary {
    padding: 24px 16px 18px;
  }

  .fwb-qv-title--mobile {
    padding: 24px 40px 14px 16px;
  }

  .fwb-qv-section-label,
  .fwb-qv-section-value,
  .fwb-qv-ingredients,
  .fwb-qv-nutrition-row,
  .fwb-qv-button,
  .fwb-qv-cart-wrap .button,
  .fwb-qv-cart-wrap .added_to_cart {
    font-size: 13px;
  }
}
