@charset "UTF-8";
:root {
  --primary-color: #811D2C;
  --secondary-color: #1f1f1f;
  --border-color:#E0E2E5;
  --border-footer:#3D3D3D;
  --light-bg:#F4F4F4;
  --body-text-color:#3D3D3D;
  --title-text-color:#000000;
  --white-color: #ffffff;
  --light-primary-bg:#F5F2ED;
  --overlay-bg: linear-gradient(180deg, rgba(255, 255, 255, 0) -15.31%, #FFFFFF 88.78%);
  --green-color:#61CB59;
  --dark-color:#000000;
}

#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: #D40E1A;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  min-height: 50px;
  width: 100%;
}
#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);
}

.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .entry-wrap .templines--add-to-cart-btn {
  display: flex;
  width: 100%;
  margin-top: 12px;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .entry-wrap .templines--add-to-cart-btn a {
  font-size: 15px;
  gap: 12px;
  width: 100% !important;
  padding-left: 15px;
  padding-right: 15px;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .entry-wrap .templines--add-to-cart-btn a:not(.loading) {
  flex-direction: row-reverse;
}

.templines-add-to-cart-wrap .alko-quick-purchase-wrapper button {
  background: transparent !important;
  border: 1px solid #D40E1A !important;
  color: #D40E1A !important;
  padding-left: 2.8125rem !important;
  font-weight: normal !important;
  position: relative;
  align-items: center;
  display: flex;
  height: 2.8125rem;
  float: none !important;
  font-size: 0.875rem;
  text-transform: none;
  transition: 0.3s ease;
  opacity: 1 !important;
}
.templines-add-to-cart-wrap .alko-quick-purchase-wrapper button:before {
  display: none !important;
}
.templines-add-to-cart-wrap .alko-quick-purchase-wrapper button:hover {
  color: #ffffff !important;
  background: #D40E1A !important;
}

.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: #D40E1A;
  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: #1F242A;
}

.price-section .price {
  font-weight: normal !important;
  font-family: "ProximaNova-Bold" !important;
  margin-bottom: 0 !important;
}

.summary .templines-add-to-cart-wrap {
  align-items: center;
}

.woocommerce form .form-row .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper input {
  min-height: 42px;
  margin-bottom: 15px;
}

/*-------------------------------------------------------------------

==  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;
  }
  .summary .templines-add-to-cart-wrap {
    gap: 12px;
  }
  .summary .stock-status-after-title {
    margin-bottom: 15px;
  }
  .summary .templines-add-to-cart-wrap {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .summary form {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .bottom-product-inner-wrap > .container {
    padding: 0;
  }
  .woocommerce-page div.product div.images {
    margin-bottom: 15px !important;
  }
  .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 */
