.variation-group {
  margin-top: 20px;
}

.variation-group .bundle-product-variation-container {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.quote-variable-image .variable-product-gallery>img {
  max-height: 80px;
}

.variable-product-gallery>video {
  max-height: 80px;
}

.save-quote-btn {
  background: #E73E11;
  padding: 10px 20px;
  width: fit-content;
  color: white;
  font-weight: bold;
  cursor: pointer;
  border-radius: 8px;
}

.quote-product-price {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 20px;
  border-top: 2px solid #A9AFA2;
  z-index: 1;
}

.quote-product-price>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: auto;
}

#quote-buttons {
  margin-top: 40px;
}

#quote-buttons>div>div {
  display: flex;
  /* justify-content: space-between; */
  align-items: flex-end;
  margin: 40px 0 60px;
  gap: 20px;
  flex-wrap: wrap;
}

#quote-buttons h2 {
  font-weight: bold;
}

#quote-buttons>div>div>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

#quote-buttons>div>div img {
  height: 120px;
  margin-bottom: 10px;
}

.loading-quote-btn {
  background: #e2866e !important;
  pointer-events: none;
  cursor: not-allowed;
}

#quote-user-form>div {
  display: flex;
  gap: 20px;
}

#quote-user-form {
  margin-bottom: 40px;
}

#quote-user-form>div>div {
  flex: 1;
}

@media screen and (max-width:680px) {
  #quote-buttons>div>div img {
    height: 80px !important;
  }

  #quote-user-form>div {
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width:1080px) {
  .quote-variable-image {
    max-width: initial !important;
  }
}


.quote-variable-image {
  max-width: 500px;
  width: 100%;
}

.quote-product-infos {
  max-width: initial;
}