@charset "UTF-8";
:root {
  --primary-color: #C8742A;
  --secondary-color: #2D2218;
  --border-color:#E6D6C8;
  --border-footer:#5A3E2A;
  --light-bg:#FFF4E6;
  --body-text-color:#3B2C24;
  --title-text-color:#1F140E;
  --white-color: #ffffff;
  --light-primary-bg:#F9E8D6;
  --overlay-bg: linear-gradient(180deg, rgba(255, 255, 255, 0) -15.31%, #FFF4E6 88.78%);
  --green-color:#4C8F48;
  --dark-color:#231A14;
}

#alko-quick-purchase-popup {
  border-radius: 4px;
  max-width: 620px;
  padding: 40px;
  overflow: visible;
  width: 100%;
  position: relative;
  z-index: 2;
}
#alko-quick-purchase-popup .treomax-qp-title h3 {
  margin-bottom: 10px;
  text-align: center;
}
#alko-quick-purchase-popup .treomax-qp-title p {
  margin-bottom: 12px;
  text-align: center;
}
#alko-quick-purchase-popup .treomax-qp-wrapper .treomax-qp-field {
  margin-bottom: 12px;
}
#alko-quick-purchase-popup .treomax-qp-wrapper label {
  font-family: var(--medium-font);
  color: var(--dark-color);
  margin-bottom: 6px;
  font-size: 15px;
}
#alko-quick-purchase-popup .treomax-qp-wrapper input, #alko-quick-purchase-popup .treomax-qp-wrapper select {
  padding: 8px 15px;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 15px;
  outline: 0 !important;
}
#alko-quick-purchase-popup .treomax-qp-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 8px 15px;
  border-radius: 4px;
  border: 0;
  font-size: 15px;
  line-height: 25px;
  min-height: 42px;
  padding-right: 50px;
}
#alko-quick-purchase-popup .treomax-qp-wrapper .select2-container .select2-dropdown, #alko-quick-purchase-popup .treomax-qp-wrapper .select2-container .select2-selection {
  border: 1px solid var(--border-color);
}
#alko-quick-purchase-popup .treomax-qp-wrapper .select2-container .select2-selection--single .select2-selection__arrow {
  width: 30px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  right: 0 !important;
  height: 42px !important;
}
#alko-quick-purchase-popup .treomax-qp-wrapper .treomax-qp-field-submit {
  margin-top: 25px;
  margin-bottom: 0;
}
#alko-quick-purchase-popup .treomax-qp-wrapper .treomax-qp-field-submit button {
  justify-content: center;
  background-color: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  min-height: 50px;
  width: 100%;
}
#alko-quick-purchase-popup .treomax-qp-wrapper .treomax-qp-field-submit button:hover {
  background: var(--secondary-color);
}
#alko-quick-purchase-popup .treomax-qp-field-confirmation {
  padding-left: 20px;
  margin-top: 12px;
}
#alko-quick-purchase-popup .treomax-qp-field-confirmation .checkbox-label {
  display: flex;
  align-items: center;
  gap: 1px;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
}
#alko-quick-purchase-popup .treomax-qp-field-confirmation input[type=checkbox] {
  border: 0;
  padding: 0;
  width: 0;
  position: relative;
  appearance: none !important;
}
#alko-quick-purchase-popup .treomax-qp-field-confirmation input[type=checkbox]:before {
  cursor: pointer;
  top: -8px;
  position: absolute;
  left: -19px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #E2E2E2;
  background: #E2E2E2;
}
#alko-quick-purchase-popup .treomax-qp-field-confirmation input[type=checkbox]:checked:before {
  border-color: #1F242A;
  background: #1F242A;
}
#alko-quick-purchase-popup .treomax-qp-field-confirmation input[type=checkbox]:checked:after {
  color: #fff;
  position: absolute;
  top: -5px;
  left: -16px;
  font: 9px/1 FontAwesome;
  content: "\f00c";
  text-align: center;
}
#alko-quick-purchase-popup .select2-container {
  width: 100% !important;
  z-index: 999999;
}
#alko-quick-purchase-popup [title=АРК] {
  display: none !important;
}

.select2-container--open .select2-dropdown {
  margin-top: 0 !important;
}

.select2-search__field {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.select2-container .select2-dropdown, .select2-container .select2-selection {
  border-color: var(--border-color);
  height: 42px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--border-color) !important;
  padding-left: 15px;
  padding-right: 15px;
  outline: 0 !important;
}

.select2-results__option {
  padding: 8px 15px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none !important;
}

.select2-container--default .select2-results > .select2-results__options {
  background: var(--white-color);
  border: 1px solid var(--border-color);
}

.treomax-qp-success h3 {
  text-align: center;
  margin-bottom: 10px;
}
.treomax-qp-success p {
  text-align: center;
  margin-bottom: 35px;
}
.treomax-qp-success .treomax-qp-close {
  border-radius: 4px;
  color: var(--white-color) !important;
  background: var(--primary-color);
  padding: 20px 32px;
  display: inline-flex;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  justify-content: center;
}
.treomax-qp-success .treomax-qp-close:hover {
  background: var(--secondary-color);
}

/*-------------------------------------------------------------------

==  max-width 992px

-------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  .templines-add-to-cart-wrap .alko-quick-purchase-wrapper button {
    padding: 1rem 2.8125rem !important;
    font-size: 12px;
    margin-right: 0 !important;
  }
}
/*-------------------------------------------------------------------

==  max-width 768px

-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  :root {
    --h3-font-size:29px;
  }
  #alko-quick-purchase-popup {
    max-width: 620px;
  }
}
/*-------------------------------------------------------------------

==  max-width 620px

-------------------------------------------------------------------*/
@media screen and (max-width: 620px) {
  #alko-quick-purchase-popup {
    max-width: 98%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 25px;
  }
  #alko-quick-purchase-popup .treomax-qp-wrapper .treomax-qp-field-submit {
    margin-top: 10px;
  }
  #alko-quick-purchase-popup .treomax-qp-field-confirmation .checkbox-label {
    line-height: 1.1;
    font-size: 14px;
    justify-content: flex-start;
  }
  .shop-archive-item .new-title-link {
    display: flex;
    line-height: 1.2;
  }
  .safari-browser-phone .treomax-qp-field-confirmation .checkbox-label input[type=checkbox]:before {
    top: 0 !important;
  }
  .safari-browser-phone .treomax-qp-field-confirmation .checkbox-label input[type=checkbox]:after {
    top: 3px !important;
    left: -16px !important;
  }
}
/*-------------------------------------------------------------------

==  max-width 450px

-------------------------------------------------------------------*/
.select2-container--open {
  z-index: 999999 !important;
}

.select2-dropdown {
  z-index: 9999;
}

/*# sourceMappingURL=treomax-popup.css.map */
