:root {
  --primary-color: #D40E1A;
  --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;
  --h1-font-size:56px;
  --h2-font-size:40px;
  --h3-font-size:32px;
  --h4-font-size:24px;
  --h5-font-size:20px;
  --h6-font-size:16px;
  --btn-font-size:16px;
  --body-font-size:16px;
  --counter-font-size:110px;
  --line-height-body:1.5;
  --line-height-title:1.4;
  --normal-font: "Inter-Regular", "Arial", "Helvetica", sans-serif;
  --title-font: "Inter-SemiBold", "Arial", "Helvetica", sans-serif;
  --medium-font: "Inter-Medium", "Arial", "Helvetica", sans-serif;
}

#alko-quick-purchase-popup {
  border-radius: 4px;
  max-width: 620px;
  padding: 40px;
  overflow: visible;
  width: 100%;
}
#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 {
  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;
}

.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;
}

.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

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 768px

-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  :root {
    --h3-font-size:29px;
  }
  #alko-quick-purchase-popup {
    max-width: 620px;
  }
}
/*-------------------------------------------------------------------

==  Success Message Styles

-------------------------------------------------------------------*/
.treomax-qp-success {
  text-align: center;

}

.treomax-qp-success h3 {
  font-family: var(--title-font);
  font-size: var(--h4-font-size);
  color: var(--dark-color);
  margin-bottom: 16px;
  line-height: var(--line-height-title);
}

.treomax-qp-success p {
  font-family: var(--normal-font);
  font-size: var(--body-font-size);
  color: var(--body-text-color);
  margin-bottom: 24px;
  line-height: var(--line-height-body);
}

.treomax-qp-success .treomax-qp-button {
  background: var(--primary-color);
  color: var(--white-color);
  border: none;
  padding: 16px 32px;
  font-family: var(--medium-font);
  font-size: var(--btn-font-size);
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: 100%;
  max-width: 300px;
}

.treomax-qp-success .treomax-qp-button:hover {
  background: #6d1825;
}

/*-------------------------------------------------------------------

==  max-width 620px

-------------------------------------------------------------------*/
@media screen and (max-width: 620px) {
  :root {
    --h3-font-size:25px;
  }
  #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;
  }
}
/*-------------------------------------------------------------------

==  max-width 450px

-------------------------------------------------------------------*/

/*# sourceMappingURL=treomax-popup.css.map */
