/** Quote Overlay **/
body.vde-has-active-overlay {
  overflow: hidden !important;
}

.vde-quote-overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 16, 21, 0.2);
  z-index: 9999;
  transition: opacity 0.2s;
  display: none;
}

.vde-quote-overlay-content {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 2em 2.5em;
  overflow-y: scroll;
  z-index: 99999;
  display: none;
}
.vde-quote-overlay-content .vde-quote-overlay-close-wrapper {
  display: flex;
  justify-content: end;
}
.vde-quote-overlay-content .vde-quote-overlay-close-wrapper .vde-quote-overlay-close-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8em;
  border: 1px solid #0F2246;
  background: #fff;
  border-radius: 100%;
  color: #0F2246;
  cursor: pointer;
}
.vde-quote-overlay-content .vde-quote-overlay-close-wrapper .vde-quote-overlay-close-button svg {
  width: 12px;
  height: 12px;
}
.vde-quote-overlay-content .vde-quote-overlay-close-wrapper .vde-quote-overlay-close-button:hover {
  background: #0F2246;
  color: #fff;
}
.vde-quote-overlay-content .vde-quote-overlay-header {
  padding-bottom: 1em;
}
.vde-quote-overlay-content .vde-quote-overlay-header h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-quote-product-wrapper {
  padding-bottom: 0.5em;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-quote-product-wrapper label {
  font-size: 16px;
  font-weight: bold;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-quote-product-wrapper .vde-quote-product {
  display: flex;
  gap: 2em;
  margin: 1em 0;
  padding: 1em 1em;
  background: #D1DBE5;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-quote-product-wrapper .vde-quote-product img {
  max-height: 100px;
  max-width: 100px;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-quote-product-wrapper .vde-quote-product .vde-quote-product-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-quote-product-wrapper .vde-quote-product .vde-quote-product-content span:last-child {
  font-size: 0.9em;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-quote-form .validation_message, .vde-quote-overlay-content .vde-quote-overlay-body .vde-quote-form .gform_validation_errors {
  display: none;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-quote-form .gform_wrapper .vde-gf-clever-field-label {
  margin-bottom: 0;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-quote-form .gform_wrapper .vde-gf-clever-field-description {
  font-size: 15px;
  margin-bottom: 1em;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-quote-form .gform_wrapper .gform_button {
  max-height: 50px !important;
  padding: 8px 22px !important;
  border: 0;
  border-radius: 100px;
  color: #0f2246;
  background: #00ff94;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-quote-form .gform_wrapper .gform_button:hover {
  background: #0f2246 !important;
  color: #fff !important;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-gf-clever-combinations ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #D1DBE5;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-gf-clever-combinations ul li {
  display: flex;
  gap: 25px;
  padding: 10px;
  border-bottom: 1px solid #D1DBE5;
  border-collapse: collapse;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-gf-clever-combinations ul li input[type=checkbox] {
  display: none;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-gf-clever-combinations ul li img {
  width: 75px;
  height: 75px;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-gf-clever-combinations ul li .vde-gf-cc-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-gf-clever-combinations ul li .vde-gf-cc-item-content span {
  font-size: 0.8em;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-gf-clever-combinations ul li .vde-gf-cc-item-content span:first-child {
  font-size: 1em;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-gf-clever-combinations ul li label {
  display: flex;
  align-self: center;
  width: auto; /** because ollie global styling sets all labels to 100% **/
  padding: 6px 25px;
  border: 1px solid #0F2246;
  border-radius: 500px;
  cursor: pointer;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-gf-clever-combinations ul li label:hover {
  background: #0F2246;
  color: #fff;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-gf-clever-combinations ul li label span {
  display: none;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-gf-clever-combinations ul li label span:first-child {
  display: inline;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-gf-clever-combinations ul li.vde-cc-checked {
  background: #D1DBE5;
  border-bottom: 4px solid #295bde;
  padding-bottom: 7px;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-gf-clever-combinations ul li.vde-cc-checked label span:first-child {
  display: none;
}
.vde-quote-overlay-content .vde-quote-overlay-body .vde-gf-clever-combinations ul li.vde-cc-checked label span:last-child {
  display: inline;
}

/** Quote Button **/
.vde-quote-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #0f2246;
  background: #00ff94;
  border: 0;
  padding: 11px 20px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  z-index: 999;
}
.vde-quote-button:hover {
  background: #0f2246;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .vde-quote-overlay-content {
    width: 48%;
  }
}

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