@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;400;500;600;800&display=swap");
:root {
  --all: all 300ms ease-in-out;
}
/*
Theme Name: Custom Theme
Author: SOS Media
Author URI: https://sosmediacorp.com/
Description: custom theme by SOS Media.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hvacoffers
Domain Path: /languages 
*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 150%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: inherit;
  font-size: 15px;
  line-height: inherit;
  background-color: #fff;
  color: #FFFFFF;
  min-height: 60vh;
  position: relative;
}
body::-webkit-scrollbar-thumb {
  background-color: #008037;
  border-radius: 20px;
  border: none;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background: #fff;
}
body:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: var(--all);
}
body.active {
  height: 100vh;
  overflow: hidden;
}
body.active:before {
  opacity: 1;
  visibility: visible;
}
body .content-wrap {
  width: 90%;
  max-width: 975px;
  min-height: 100vh;
  padding-top: 20px;
  margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  color: #FFFFFF;
  font-weight: 600;
}
h3 {
  font-size: 20px;
}
ul, ol {
  list-style: none;
}
a, span, p {
  text-decoration: none;
  color: #FFFFFF;
}
a.center, span.center, p.center {
  text-align: center;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: #FFFFFF;
  width: 100%;
  text-align: left !important;
  -webkit-appearance: none;
  border-radius: 0px;
  transition: var(--all);
}
input:focus, textarea:focus, button:focus, select:focus {
  outline: none;
}
.sos-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 16px 25px !important;
  transition: var(--all);
  font-size: 15px;
  border-radius: 50px;
  letter-spacing: 0px;
  text-transform: capitalize;
  line-height: 100%;
  background: #008037;
  color: #FFFFFF !important;
  text-wrap: nowrap;
  font-weight: 200;
  border: 1px solid #008037;
  cursor: pointer;
  min-width: 140px;
  text-align: center !important;
}
.sos-button icon {
  margin-right: 6px;
  line-height: 0;
  padding: 0;
  max-width: 22px;
}
.sos-button icon.white img {
  filter: brightness(0) invert(1);
}
.sos-button:hover {
  background: #3B9611;
}
.sos-button[data-status="success"] {
  background: #3B9611;
  border-color: #3B9611;
}
.sos-button span {
  color: #FFFFFF;
}
.sos-button.with-icon {
  padding-left: 19px !important;
}
.sos-button.fullwidth {
  width: 100%;
}
.sos-button.empty {
  background: none;
  color: #008037 !important;
  border: 1px solid #008037;
}
.sos-button.empty:hover {
  background: #008037;
  color: #FFFFFF !important;
}
.sos-button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.flatpickr-current-month {
  display: block !important;
}
.flatpickr-current-month .select-wrapper {
  display: none !important;
}
.flatpickr-months .flatpickr-monthDropdown-months, .flatpickr-months .flatpickr-current-month {
  overflow: hidden;
  height: auto;
}
input.cur-year {
  display: inline-block !important;
  opacity: 1 !important;
  width: auto !important;
  visibility: visible !important;
}
div:not(.nf-form-cont) .checkbox-wrap {
  display: flex;
}
div:not(.nf-form-cont) input[type="checkbox"]:not(.toggle) {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
}
div:not(.nf-form-cont) input[type="checkbox"]:not(.toggle):before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #656565;
  background: #FFFFFF;
  border-radius: 5px;
  z-index: 1;
}
div:not(.nf-form-cont) input[type="checkbox"]:not(.toggle):after {
  content: "";
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0);
  top: 4px;
  left: 4px;
  transition: all 100ms ease-in-out;
  display: block;
  position: absolute;
  border-radius: 3px;
}
div:not(.nf-form-cont) input[type="checkbox"]:not(.toggle):checked:after {
  background: #008037;
}
div:not(.nf-form-cont) input[type="checkbox"].toggle {
  width: 42px;
  height: 21px;
  border-radius: 30px;
  background: #656565;
  cursor: pointer;
  position: relative;
}
div:not(.nf-form-cont) input[type="checkbox"].toggle:before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 20px;
  background: #FFFFFF;
  top: 2px;
  left: 2px;
  position: absolute;
  transition: var(--all);
  z-index: 99;
}
div:not(.nf-form-cont) input[type="checkbox"].toggle:checked {
  background: #008037;
}
div:not(.nf-form-cont) input[type="checkbox"].toggle:checked:before {
  left: calc(100% - 19px);
}
div:not(.nf-form-cont) input[type="radio"]:not(.toggle) {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
}
div:not(.nf-form-cont) input[type="radio"]:not(.toggle):before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #656565;
  background: #FFFFFF;
  border-radius: 50px;
  z-index: 1;
}
div:not(.nf-form-cont) input[type="radio"]:not(.toggle):after {
  content: "";
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0);
  top: 4px;
  left: 4px;
  transition: all 100ms ease-in-out;
  display: block;
  position: absolute;
  border-radius: 50px;
}
div:not(.nf-form-cont) input[type="radio"]:not(.toggle):checked:after {
  background: #008037;
}
div:not(.nf-form-cont) input[type="radio"].toggle {
  width: 42px;
  height: 21px;
  border-radius: 30px;
  background: #656565;
  cursor: pointer;
  position: relative;
}
div:not(.nf-form-cont) input[type="radio"].toggle:before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 20px;
  background: #FFFFFF;
  top: 2px;
  left: 2px;
  position: absolute;
  transition: var(--all);
  z-index: 99;
}
div:not(.nf-form-cont) input[type="radio"].toggle:checked {
  background: #008037;
}
div:not(.nf-form-cont) input[type="radio"].toggle:checked:before {
  left: calc(100% - 19px);
}
div:not(.nf-form-cont) select:not(.flatpickr-monthDropdown-months) {
  cursor: pointer;
  display: none;
}
@media (max-width: 980px) {
  div:not(.nf-form-cont) select:not(.flatpickr-monthDropdown-months) {
    display: block;
    padding-bottom: 3px;
  }
}
button {
  cursor: pointer;
  background: transparent;
  border: none;
  transition: var(--all);
}
textarea {
  resize: none;
}
iframe {
  border: 0;
}
html {
  box-sizing: border-box;
}
icon {
  display: block;
  transition: var(--all);
}
.sos-header {
  transition: var(--all);
}
.sos-header.sticky {
  backdrop-filter: blur(8px);
}
div, section {
  transition: var(--all);
}
div::-webkit-scrollbar-thumb, section::-webkit-scrollbar-thumb {
  background-color: #008037;
  border-radius: 20px;
  border: none;
}
div::-webkit-scrollbar, section::-webkit-scrollbar {
  width: 5px;
}
div::-webkit-scrollbar-track, section::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
section.red {
  background: #008037;
}
section.full-size {
  min-height: 100vh;
  width: 100%;
}
.edit-post {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 23px;
  z-index: 999;
}
/* Custom dropdown container */
.select-wrapper {
  position: relative;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 980px) {
  .select-wrapper {
    display: none;
  }
}
.select-wrapper .selected {
  padding: 0;
  border-radius: 4px;
  background-color: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
}
.select-wrapper .selected:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5'/%3E%3C/svg%3E");
  width: 16px;
  margin-left: 4px;
  position: relative;
  top: 3px;
  display: block;
}
.select-wrapper .options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(6px);
  border: 1px solid #BABABA;
  border-radius: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
  /* Initially hidden */
  z-index: 999;
  max-height: 280px;
  overflow-x: scroll;
  color: #171313;
}
.select-wrapper .options div {
  padding: 10px;
  cursor: pointer;
  transition: background 0.2s;
}
.select-wrapper .options div:hover {
  background-color: #f0f0f0;
}
.lds-ring {
  /* change color here */
  color: #fff;
}
.lds-ring, .lds-ring div {
  box-sizing: border-box;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 34px;
  height: 30px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  margin: 0px;
  border: 3px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#user-impersonator {
  font-size: 14px;
}
#user-impersonator .impersonator-select {
  width: 260px;
  background: #171313;
  border: 1px solid #171313;
  cursor: pointer;
  position: relative;
}
#user-impersonator .impersonator-select .impersonator-selected {
  padding: 8px;
}
#user-impersonator .impersonator-select .impersonator-dropdown {
  position: absolute;
  background: #171313;
  border: 1px solid #313131;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
}
#user-impersonator .impersonator-select .impersonator-dropdown .impersonator-search {
  width: 100%;
  padding: 12px;
  margin-bottom: 5px;
  box-sizing: border-box;
  border: 1px solid #313131;
}
#user-impersonator .impersonator-select .impersonator-dropdown .impersonator-options {
  max-height: 400px;
  overflow-y: auto;
}
#user-impersonator .impersonator-select .impersonator-dropdown .impersonator-options .impersonator-option {
  padding: 8px;
  border-top: 1px solid #313131;
}
#user-impersonator .impersonator-select .impersonator-dropdown .impersonator-options .impersonator-option:hover {
  background: #313131;
}
@media (max-width: 600px) {
  #user-impersonator {
    right: auto !important;
    left: 20px !important;
  }
}
.type-page {
  position: relative;
}
.type-page .page-background {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover !important;
  background-position: center !important;
}
.type-page .content-wrap {
  position: relative;
  z-index: 99;
}
#search .field-wrap {
  background: #FFFFFF;
  position: relative;
  border-radius: 50px;
  padding: 7px 12px;
  min-width: 300px;
}
#search .field-wrap input {
  color: #171313;
}
#search .field-wrap img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
body {
  font-family: "Manrope", sans-serif;
}
body main .page {
  background-position: center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
}
body main #head-info .logo {
  margin-bottom: 20px;
}
body main #head-info .logo a img {
  margin: 0 auto;
}
body main #head-info .location-name {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}
body main #head-info .location-name span {
  color: #008037;
}
body main .filters {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}
body main .filters .filter-options {
  display: flex;
  align-items: center;
}
body main .filters .filter-options .col {
  margin-right: 15px;
  display: flex;
  position: relative;
  font-weight: 600;
}
body main .filters .filter-options .col label {
  margin-right: 5px;
  white-space: nowrap;
}
body main .filters .filter-options .col .select-wrapper {
  position: initial;
}
body main .filters .filter-options .col .select-wrapper .options {
  min-width: 198px;
}
body main .filters .filter-options .col select option {
  color: #171313;
}
body main .filters .filter-options .col .sos-button {
  padding: 7px 15px !important;
}
body main .filters .search .field-wrap {
  background: #FFFFFF;
  position: relative;
  border-radius: 50px;
  padding: 7px 12px;
  min-width: 300px;
}
body main .filters .search .field-wrap input {
  color: #171313;
}
body main .filters .search .field-wrap img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
@media (max-width: 870px) {
  body main .filters {
    display: block;
  }
  body main .filters .filter-options {
    flex-wrap: wrap;
  }
  body main .filters .filter-options .col {
    margin-bottom: 25px;
  }
}
body main .product-list {
  padding-bottom: 120px;
}
body main .product-list .main-group {
  border-bottom: 1px solid #3B9611;
  margin-bottom: 20px;
}
body main .product-list .main-group .main-group-title {
  font-size: 43px;
  line-height: 110%;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 10px;
}
body main .product-list .main-group .product-category-group .group-title {
  font-size: 30px;
  padding-bottom: 20px;
}
body main .product-list .main-group .product-category-group .species-group {
  padding-bottom: 20px;
}
body main .product-list .main-group .product-category-group .species-group .species-title {
  font-size: 25px;
  margin-bottom: 20px;
}
body main .product-list .item-wrap {
  position: relative;
}
body main .product-list .item-wrap .list-item {
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  border-radius: 15px;
  border: 1px solid #313131;
}
body main .product-list .item-wrap .list-item .opened-data {
  display: none;
}
body main .product-list .item-wrap .list-item.active .closed-data {
  display: none;
}
body main .product-list .item-wrap .list-item.active .toggle-icon {
  transform: rotate(180deg);
}
body main .product-list .item-wrap .list-item .toggle-icon {
  position: absolute;
  right: 20px;
  width: 25px;
  top: 20px;
}
body main .product-list .item-wrap .list-item .toggle-icon img {
  filter: invert(1);
}
body main .product-list .item-wrap .list-item .closed-data {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: baseline;
  padding: 12px 55px 12px 20px;
}
body main .product-list .item-wrap .list-item .closed-data .col {
  line-height: 100%;
}
body main .product-list .item-wrap .list-item .closed-data .col label {
  display: block;
  line-height: 110%;
  font-size: 12px;
  opacity: 0.75;
  position: relative;
  top: -2px;
}
body main .product-list .item-wrap .list-item .closed-data .col span {
  font-size: 18px;
  font-weight: 600;
}
body main .product-list .item-wrap .list-item .closed-data .product-name {
  grid-column: 3 span;
}
body main .product-list .item-wrap .list-item .closed-data .brand {
  padding: 5px 12px 5px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.23);
  grid-column: 2 span;
}
body main .product-list .item-wrap .list-item .closed-data .info-data {
  display: flex;
  justify-content: flex-end;
}
body main .product-list .item-wrap .list-item .closed-data .info-data .info {
  line-height: 100%;
  padding: 0 15px;
  text-align: center;
}
body main .product-list .item-wrap .list-item .closed-data .info-data .info.price label {
  color: #FF0000;
  opacity: 1;
  white-space: nowrap;
}
body main .product-list .item-wrap .list-item .closed-data .info-data .info.thc {
  border-left: 1px solid rgba(255, 255, 255, 0.23);
  border-right: 1px solid rgba(255, 255, 255, 0.23);
}
body main .product-list .item-wrap .list-item.active .opened-data {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
body main .product-list .item-wrap .list-item.active .opened-data .product-info {
  grid-column: 2 span;
  padding-top: 15px;
}
body main .product-list .item-wrap .list-item.active .opened-data .product-info h3 {
  font-size: 29px;
  width: 80%;
  line-height: 117%;
}
body main .product-list .item-wrap .list-item.active .opened-data .product-info h3 span {
  font-size: 16px;
  font-weight: 400;
  padding-left: 7px;
  position: relative;
  top: -10px;
}
body main .product-list .item-wrap .list-item.active .opened-data .product-info .price {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
body main .product-list .item-wrap .list-item.active .opened-data .product-info .price .reg-price {
  text-decoration: line-through;
  opacity: 0.35;
  color: #FFFFFF;
}
body main .product-list .item-wrap .list-item.active .opened-data .product-info .price span {
  color: #FF0000;
}
body main .product-list .item-wrap .list-item.active .opened-data .product-info .meta {
  display: flex;
  margin-bottom: 20px;
}
body main .product-list .item-wrap .list-item.active .opened-data .product-info .meta li {
  padding: 2px 12px 2px 0;
  margin-right: 12px;
  line-height: 100%;
  border-right: 1px solid #FFFFFF;
}
body main .product-list .item-wrap .list-item.active .opened-data .product-info .meta li:last-child {
  border-right: none;
}
body main .product-list .item-wrap .list-item.active .opened-data .product-info .thc-cbd {
  display: flex;
  margin-bottom: 25px;
}
body main .product-list .item-wrap .list-item.active .opened-data .product-info .thc-cbd div {
  width: fit-content;
  padding: 7px 12px;
  line-height: 100%;
  background: #008037;
  border-radius: 20px;
  margin-right: 15px;
}
body main .product-list .item-wrap .sale-price {
  position: absolute;
  top: 0;
  width: 80px;
  right: -80px;
  background: #FF0000;
  z-index: 1;
  height: 100%;
  line-height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: 8px 11px 9px 11px;
  border-radius: 0px 15px 15px 0;
}
body main .product-list .item-wrap .sale-price .old-price {
  font-size: 12px;
  text-decoration: line-through;
}
body main .product-list .item-wrap .sale-price .new-price {
  font-size: 20px;
}
body main .product-list .item-wrap[data-price="discounted"] .list-item {
  background: rgba(122, 19, 19, 0.75);
  border-radius: 15px 0 0 15px;
}
body main .product-list .item-wrap[data-price="discounted"] .closed-data .info-data .info.price label {
  color: #FFFFFF;
}
body main .product-list .item-wrap[data-price="discounted"]:has(.active) {
  width: 100%;
}
body main .product-list .item-wrap[data-price="discounted"]:has(.active) > .list-item {
  border-radius: 15px;
}
body main .product-list .item-wrap[data-price="discounted"]:has(.active) > .sale-price {
  display: none;
}
@media (max-width: 1154px) {
  body main .product-list .item-wrap[data-price="discounted"] {
    width: calc(100% - 80px);
  }
}
@media (max-width: 797px) {
  body main .product-list .item-wrap .list-item .closed-data .col.product-name {
    grid-column: 3 span;
    margin-bottom: 12px;
  }
  body main .product-list .item-wrap .list-item .closed-data .col.brand {
    grid-column: 3 span;
  }
  body main .product-list .item-wrap .list-item .closed-data .col.info-data .info:first-child {
    padding-left: 0;
  }
}
@media (max-width: 620px) {
  body main .product-list .item-wrap .list-item.active .opened-data {
    grid-template-columns: repeat(1, 1fr);
  }
  body main .product-list .item-wrap .list-item.active .opened-data .col-l {
    grid-column: 1 span;
  }
  body main .product-list .item-wrap .list-item.active .opened-data .col-r {
    grid-column: 1 span;
  }
}
@media (max-width: 590px) {
  body main .product-list .item-wrap .list-item .closed-data .col.product-name {
    grid-column: 6 span;
    margin-bottom: 12px;
  }
  body main .product-list .item-wrap .list-item .closed-data .col.brand {
    grid-column: 6 span;
    margin-bottom: 15px;
    padding-left: 0;
    border-left: none;
  }
  body main .product-list .item-wrap .list-item.active .opened-data .product-info .meta {
    display: block;
  }
  body main .product-list .item-wrap .list-item.active .opened-data .product-info .meta li {
    border-right: none;
  }
}
body main .fixed-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: block;
  padding: 12px;
  font-size: 20px;
  background: #008037;
  left: 0;
  z-index: 9999;
}
body main .has-form {
  min-height: 91.5vh;
  display: flex;
  padding: 130px 0 50px;
  justify-content: center;
  align-items: center;
}
body main .has-form .col {
  max-width: 580px;
  width: 100%;
}
body main .has-form .col h1 {
  font-size: 45px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
body main .has-form .col .col-content-wrap {
  border-radius: 20px;
  background: #171313;
  box-shadow: 0px 13px 49.5px -21px rgba(0, 0, 0, 0.13);
  padding: 45px;
}
body main .has-form .col .col-content-wrap .message {
  margin-bottom: 20px;
}
body main .has-form .col .col-content-wrap .message h2 {
  font-size: 20px;
  text-align: center;
}
body main .has-form .col .col-content-wrap .message p {
  text-align: center;
}
body main .has-form .col .col-content-wrap .alert-box {
  font-size: 14px;
}
body main .has-form .col .col-content-wrap .alert-box.hidden {
  display: none;
}
body main .has-form .col .col-content-wrap .alert-box .msg {
  margin-bottom: 10px;
  border: 1px solid #008037;
  display: flex;
  align-items: center;
  border-radius: 25px;
}
body main .has-form .col .col-content-wrap .alert-box .msg icon {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: #008037;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex: 0 0 48px;
}
body main .has-form .col .col-content-wrap .alert-box .msg icon img {
  width: 22px;
  filter: brightness(0) invert(1);
}
body main .has-form .col .col-content-wrap .alert-box .msg p {
  color: #FFFFFF;
  line-height: 100%;
  width: 80%;
}
body main .has-form .col .col-content-wrap .alert-box .error {
  margin-bottom: 10px;
  border: 1px solid #171313;
  display: flex;
  align-items: center;
  border-radius: 100px;
}
body main .has-form .col .col-content-wrap .alert-box .error icon {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: #171313;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex: 0 0 48px;
}
body main .has-form .col .col-content-wrap .alert-box .error icon img {
  width: 22px;
  filter: brightness(0) invert(1);
}
body main .has-form .col .col-content-wrap .alert-box .error icon p {
  color: #171313 !important;
  width: 80%;
  line-height: 100%;
}
body main .has-form .col .col-content-wrap form {
  margin-bottom: 25px;
}
body main .has-form .col .col-content-wrap form .field-wrap {
  padding: 3px 20px;
  border-radius: 25px;
  border: 1px solid #FFFFFF;
  margin-bottom: 15px;
  position: relative;
}
body main .has-form .col .col-content-wrap form .field-wrap.description {
  border-radius: 20px;
}
body main .has-form .col .col-content-wrap form .field-wrap label {
  font-size: 11px;
  display: block;
  color: #656565;
  margin-bottom: -5px;
}
body main .has-form .col .col-content-wrap form .field-wrap input, body main .has-form .col .col-content-wrap form .field-wrap .select-wrapper {
  position: relative;
  top: -3px;
  color: #FFFFFF;
}
body main .has-form .col .col-content-wrap form .field-wrap .toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  user-select: none;
  font-size: 16px;
}
body main .has-form .col .col-content-wrap form .field-wrap .toggle-password .visible {
  display: none;
  width: 20px;
}
body main .has-form .col .col-content-wrap form .field-wrap .toggle-password .hidden {
  display: block;
  width: 20px;
}
body main .has-form .col .col-content-wrap form .field-wrap .toggle-password img {
  filter: invert(1);
}
body main .has-form .col .col-content-wrap form .field-wrap .toggle-password.active .visible {
  display: block;
}
body main .has-form .col .col-content-wrap form .field-wrap .toggle-password.active .hidden {
  display: none;
}
body main .has-form .col .col-content-wrap form button {
  width: 100%;
  max-width: 400px;
  margin: 15px auto;
}
body main .has-form .col .col-content-wrap form button:hover {
  background: #3B9611;
  border-color: #3B9611;
}
body main .has-form .col .col-content-wrap form .action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}
body main .has-form .col .col-content-wrap form .action .remember-me {
  display: flex;
  align-items: center;
}
body main .has-form .col .col-content-wrap form .action .remember-me label {
  margin-left: 10px;
}
body main #search {
  position: relative;
}
body main #search h2 {
  font-size: 35px;
  margin-bottom: 20px;
}
body main #search p {
  margin-bottom: 15px;
}
body main #specials-search-results {
  position: absolute;
  top: 124px;
  padding: 10px 0;
  border-radius: 15px;
  background: #FFFFFF;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
body main #specials-search-results.active {
  opacity: 1;
  visibility: visible;
}
body main #specials-search-results li {
  color: #171313;
  cursor: pointer;
  transition: var(--all);
  padding: 7px 10px;
}
body main #specials-search-results li:hover {
  background: #dcdcdc;
}
body main #specials-search-results li.disabled {
  pointer-events: none;
  color: #ccc;
}
body main #specials-search-results li .already-added {
  color: #ccc;
}
body main #specials-selected-list {
  margin-top: 30px;
}
body main #specials-selected-list .specials-selected-item {
  position: relative;
  margin-bottom: 15px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  border-radius: 15px;
  border: 1px solid #313131;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}
body main #specials-selected-list .specials-selected-item .remove-special {
  filter: invert(1);
  cursor: pointer;
}
body.active-popup {
  height: 100vh;
  overflow: hidden;
}
body .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
body .slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
body .slick-slider .slick-list:focus {
  outline: none;
}
body .slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
body .slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body .slick-slider .slick-track:before {
  display: table;
  content: "";
}
body .slick-slider .slick-track:after {
  display: table;
  content: "";
  clear: both;
}
body .slick-slider .slick-track .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
body .slick-slider .slick-list, body .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body .slick-slider.slick-loading .slick-track {
  visibility: hidden;
}
body .slick-slider.slick-loading .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
body .slick-slider.slick-initialized .slick-slide {
  display: block;
}
body .slick-slider.slick-initialized .slick-slide .slick-slide {
  visibility: hidden;
}
body .slick-dots {
  display: block;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 30px !important;
  list-style: none;
  text-align: center;
}
body .slick-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  transition: var(--all);
  top: 0px;
  cursor: pointer;
  padding: 2px;
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
}
body .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  padding: 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
body .slick-dots li button:before {
  font-family: "slick";
  font-size: 0px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50px;
  width: 9px;
  height: 9px;
  transform: translate(-50%, -50%);
  transition: var(--all);
  content: "•";
  text-align: center;
  opacity: 1;
  background: #171313;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .slick-dots li button:hover, body .slick-dots li button:focus {
  outline: none;
}
body .slick-dots li.slick-active {
  border-color: #171313;
  padding: 6px !important;
  top: 2px;
}
body .slick-dots li.slick-active button:before {
  opacity: 1;
  width: 4px;
  background: rgba(0, 0, 0, 0);
}
body .slick-arrow {
  position: absolute;
}
body .slick-arrow.slick-hidden {
  display: none;
}
body .slick-arrow.slick-prev, body .slick-arrow.slick-next {
  font-size: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border-radius: 100px;
  outline: none;
  background: rgba(0, 0, 0, 0.35);
  z-index: 999;
  transition: var(--all);
  top: 50%;
  transform: translate(0, -50%);
  backdrop-filter: blur(7px);
}
body .slick-arrow.slick-prev:before, body .slick-arrow.slick-prev:after, body .slick-arrow.slick-next:before, body .slick-arrow.slick-next:after {
  font-family: "slick";
  font-size: 13px;
  line-height: 1;
  opacity: 1;
  transition: var(--all);
  filter: brightness(0) invert(1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .slick-arrow.slick-prev.slick-disabled, body .slick-arrow.slick-next.slick-disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body .slick-arrow.slick-prev:hover, body .slick-arrow.slick-next:hover {
  background: #171313;
}
body .slick-arrow.slick-prev:hover:before, body .slick-arrow.slick-prev:hover:after, body .slick-arrow.slick-next:hover:before, body .slick-arrow.slick-next:hover:after {
  opacity: 1;
}
body .slick-arrow.slick-prev:before, body .slick-arrow.slick-next:before {
  content: "";
  width: 18px;
  height: 19px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 980px) {
  body .slick-arrow.slick-prev, body .slick-arrow.slick-next {
    width: 42px;
    height: 42px;
  }
}
body .slick-arrow.slick-prev {
  left: -4%;
}
body .slick-arrow.slick-prev:before {
  content: url("assets/icons/arrow-left.svg");
}
body .slick-arrow.slick-next {
  right: -4%;
}
body .slick-arrow.slick-next:before {
  content: url("assets/icons/arrow-right.svg");
}
