@font-face {
  font-family: mtavruli;
  src: url(../fonts/MyriadGEOMtavruliMedium.ttf);
}

@font-face {
  font-family: lght;
  src: url(../fonts/45-Light.ttf);
}

@font-face {
  font-family: rmn;
  src: url(../fonts/55-Roman.ttf);
}

@font-face {
  font-family: bld;
  src: url(../fonts/75-Bold.ttf);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  resize: none;
  -webkit-transition: .1s;
  transition: .1s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

input, input:before, input:after {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

input, button, textarea {
  background-color: transparent;
  border: none;
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

a, input, textarea {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

ul li {
  list-style-position: inside;
  list-style: none;
}

div.default-ul p:not(:last-child) {
  margin-bottom: 1em;
}

div.default-ul ul li {
  list-style: initial;
  list-style-position: inside;
}

html {
  overflow-x: auto;
  scrollbar-color: #20CF8B #F2F2F2;
  scrollbar-width: 10px;
}

@media screen and (min-width: 1025px) {
  html::-webkit-scrollbar {
    width: 10px;
    background-color: #F2F2F2;
  }
}

@media screen and (min-width: 1025px) {
  html::-webkit-scrollbar-thumb {
    background-color: #20CF8B;
  }
}

@media screen and (min-width: 1025px) {
  html::-webkit-scrollbar-track {
    background-color: #F2F2F2;
  }
}

@media screen and (min-width: 1025px) {
  *:not(html):not(body)::-webkit-scrollbar {
    width: 3px;
    background-color: #F2F2F2;
  }
}

@media screen and (min-width: 1025px) {
  *:not(html):not(body)::-webkit-scrollbar-thumb {
    background-color: #20CF8B;
  }
}

@media screen and (min-width: 1025px) {
  *:not(html):not(body)::-webkit-scrollbar-track {
    background-color: #F2F2F2;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}

html {
  font-family: rmn;
  font-size: 16px;
  line-height: 1.125rem;
  scroll-behavior: smooth;
}

@media screen and (min-width: 1025px) {
  html {
    font-size: 13px;
  }
}

@media screen and (min-width: 1441px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width: 1800px) {
  html {
    font-size: 16px;
  }
}

body {
  background-color: #FAFAFA;
  overflow-x: hidden;
}

body.noscroll {
  overflow-y: hidden;
}

.lang-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

@media screen and (min-width: 1025px) {
  .lang-select:hover li {
    max-width: 26px;
  }
  .lang-select:hover li.active {
    color: #20CF8B;
  }
}

.lang-select li {
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .lang-select li {
    max-width: 0;
  }
}

.lang-select li.active {
  max-width: 26px;
  display: unset;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.lang-select li:not(.last-child) {
  margin-right: 20px;
}

.searchbar-container {
  cursor: pointer;
}

.searchbar-container .searchbar-input-container {
  display: none;
}

.searchbar-container.active .searchbar-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-container {
  width: 100%;
  height: 133px;
  z-index: 8;
  background-color: #111111;
}

@media screen and (min-width: 1025px) {
  .header-container {
    height: 123px;
  }
}

.header-container.scrolled-one {
  display: none;
  color: #fff;
  position: fixed;
}

@media screen and (min-width: 1025px) {
  .header-container.scrolled-one.scrolled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home-header .header-container {
  position: fixed;
  right: 0;
  top: 0;
}

@media screen and (min-width: 1025px) {
  .home-header .header-container {
    position: absolute;
  }
}

.home-header .header-container.scrolled {
  padding: 0;
  height: 103px;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
}

@media screen and (min-width: 1025px) {
  header {
    font-size: 12px;
  }
}

@media screen and (min-width: 1055px) {
  header {
    padding: 0;
  }
}

@media screen and (min-width: 1441px) {
  header {
    font-size: 16px;
  }
}

header li:active {
  color: #20CF8B;
}

@media screen and (min-width: 1025px) {
  header li:hover {
    color: #20CF8B;
  }
}

svg {
  width: 1.5rem;
  height: 1.5rem;
}

*:not(.header-right-login):active > .svg path {
  stroke: #20CF8B;
}

@media screen and (min-width: 1025px) {
  *:not(.header-right-login):hover > .svg path {
    stroke: #20CF8B;
  }
}

.nav-ul-li-home:active svg path {
  fill: #20CF8B !important;
}

@media screen and (min-width: 1025px) {
  .nav-ul-li-home:hover svg path {
    fill: #20CF8B !important;
  }
}

.header-left, .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header-left .header-logo {
  margin-right: 4.375rem;
}

.header-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-left ul li:not(:last-child) {
  margin-right: 3.25rem;
}

.header-left ul li.nav-ul-li-home {
  margin-right: 4.375rem;
}

.header-left ul li.active {
  position: relative;
}

.header-left ul li.active::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -14px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .header-right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[6];
        grid-template-columns: repeat(6, auto);
    grid-column-gap: 2.5rem;
  }
}

.header-right-bag, .header-right-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-right-login {
  cursor: pointer;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

.header-right-login path {
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

.header-right-login:active {
  color: #20CF8B;
}

.header-right-login:active path {
  fill: #20CF8B !important;
}

.header-right-login:hover {
  color: #20CF8B;
}

@media screen and (min-width: 1025px) {
  .header-right-login:hover path {
    fill: #20CF8B !important;
  }
}

.bag-svg, .profile-svg, .searchbar-svg {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .header-left > *:not(.header-logo) {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .header-right > *:not(.lang-select) {
    display: none;
  }
}

.header-right-hr {
  height: 25px;
  width: 1px;
  opacity: .5;
  border-radius: 2px;
  background-color: #fff;
}

.home-header {
  position: relative;
  z-index: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(100vh - 111px);
  color: #fff;
  background-color: #111111;
  overflow: hidden;
  margin-bottom: 40px;
}

@media screen and (min-width: 1025px) {
  .home-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15.75rem;
    height: 100vh;
  }
}

@media screen and (min-width: 1365px) {
  .home-header {
    padding-left: 105px;
  }
}

@media screen and (min-width: 1700px) {
  .home-header {
    padding-left: 15.75rem;
  }
}

.home-header > * {
  max-height: 100vh;
}

@media screen and (max-width: 1024px) {
  .home-header > div:not(.mid):not(.header-burgerMenu) {
    display: none !important;
  }
}

.mid {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .mid {
    height: 100%;
    max-width: 90.375rem;
    margin: 0 auto;
    padding: 0 15px;
  }
}

@media screen and (min-width: 1365px) {
  .mid {
    margin-left: 0;
  }
}

@media screen and (min-width: 1800px) {
  .mid {
    margin-left: 0;
  }
}

.mid.scrolled {
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: none;
          transform: none;
}

.mid-container {
  font-size: 80%;
  padding: 0 15px;
}

@media screen and (min-width: 1025px) {
  .mid-container {
    height: 100%;
    padding: unset;
    margin-right: 12.5em;
  }
}

@media screen and (min-width: 1365px) {
  .mid-container {
    margin-right: 0;
  }
}

@media screen and (min-width: 1800px) {
  .mid-container {
    margin-right: 0;
  }
}

.moveX-content {
  position: relative !important;
}

@media screen and (min-width: 1025px) {
  .moveX-content {
    -webkit-transition: left .8s ease-out !important;
    transition: left .8s ease-out !important;
    left: 0;
  }
  .moveX-content.left {
    left: 29.1875rem;
  }
  .moveX-content.right {
    left: -37.125rem;
  }
}

.home-header-realContent {
  margin: 0 auto;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  grid-auto-rows: calc( 100vh - 244px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-top: 133px;
  height: auto;
}

@media screen and (min-width: 1025px) {
  .home-header-realContent {
    height: 100%;
    grid-auto-rows: calc( 100vh - 7.6875rem);
    grid-gap: 6rem;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    display: -ms-grid;
    display: grid;
    font-size: 0.8125rem;
    margin-top: 0;
    padding-top: 123px;
  }
}

@media screen and (min-width: 1441px) {
  .home-header-realContent {
    -ms-grid-columns: minmax(auto, 40%) minmax(1fr, 60%);
        grid-template-columns: minmax(auto, 40%) minmax(1fr, 60%);
  }
}

.home-header-realContent h1 {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 11px;
}

@media screen and (max-height: 750px) {
  .home-header-realContent h1 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1025px) {
  .home-header-realContent h1 {
    font-size: 4rem;
    line-height: 4.5rem;
    margin-bottom: 2.75rem;
    min-height: 174px;
  }
}

.home-header-realContent .realContent-textdiv {
  font-size: 12px;
  line-height: 18px;
  font-family: rmn;
}

@media screen and (max-height: 750px) {
  .home-header-realContent .realContent-textdiv {
    font-size: 11px;
    line-height: 14px;
  }
}

@media screen and (min-width: 1025px) {
  .home-header-realContent .realContent-textdiv {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 5.625rem;
  }
}

.home-header-realContent .realContent-see-more {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 1rem;
  line-height: 1.125rem;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14.3125rem;
  border-radius: 0.75rem;
  background-color: #20CF8B;
  height: 3.5rem;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .home-header-realContent .realContent-see-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home-header-realContent .realContent-see-more::after {
  position: absolute;
  content: url(../images/canabis.svg);
  right: -25.8992px;
  top: 0.1062rem;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.cannabis-btn-rotate {
  -webkit-transition: background-color .3s ease-in, -webkit-transform .3s ease-in !important;
  transition: background-color .3s ease-in, -webkit-transform .3s ease-in !important;
  transition: transform .3s ease-in, background-color .3s ease-in !important;
  transition: transform .3s ease-in, background-color .3s ease-in, -webkit-transform .3s ease-in !important;
}

@media screen and (min-width: 1025px) {
  .cannabis-btn-rotate:hover {
    -webkit-transform: rotate(-5deg) !important;
            transform: rotate(-5deg) !important;
    background-color: #F2A928 !important;
  }
}

.realContent-left, .realContent-right {
  height: calc( (100vh - 320px) / 2);
}

.realContent-left {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1025px) {
  .realContent-left {
    max-width: 28.4375rem;
    min-width: 28.4375rem;
    margin-right: 1.25rem;
    padding-bottom: 8.5rem;
    height: 100%;
  }
}

.realContent-right {
  justify-self: flex-end;
  border-radius: 50%;
  max-height: 200px;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .realContent-right {
    background-color: #20CF8B;
    width: unset;
    max-width: 100vw;
    max-height: unset;
    height: unset;
    max-width: unset;
    width: calc( 100vh - 251px);
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media screen and (min-width: 1441px) {
  .realContent-right {
    font-size: 1rem;
    max-height: 815px;
    max-width: 815px;
  }
}

.realContent-right::before {
  position: absolute;
  right: 50%;
  bottom: 50%;
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/canabis.svg);
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  z-index: 2;
  display: none;
  height: 50%;
  width: 50%;
}

@media screen and (min-width: 1025px) {
  .realContent-right::before {
    display: block;
  }
}

.realContent-right::after {
  content: '';
  display: none;
  border-radius: 50%;
  padding-bottom: 100%;
}

@media screen and (min-width: 1025px) {
  .realContent-right::after {
    display: block;
  }
}

.realContent-right .realContent-right-imageBox {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.realContent-right .realContent-right-imageBox .inner-container {
  height: 100%;
  width: 100%;
  position: relative;
}

.realContent-right .realContent-right-imageBox .swiper-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.realContent-right .realContent-right-imageBox img {
  height: 100%;
  max-height: 27.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
  -webkit-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .realContent-right .realContent-right-imageBox img {
    height: calc(440 / 815 * 100%);
  }
}

.realContent-right .realContent-right-imageBox img.swiper-slide-active {
  opacity: 1;
}

.swiper-navigation-pagination {
  position: absolute;
  top: calc(100% + 1.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: 1fr auto 1fr;
      grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 18px;
  grid-column-gap: 50px;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .swiper-navigation-pagination {
    top: calc(100% + 3.25rem);
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

.swiper-navigation-pagination .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 104px;
}

.swiper-next, .swiper-prev {
  cursor: pointer;
  display: none !important;
}

@media screen and (min-width: 1025px) {
  .swiper-next, .swiper-prev {
    display: block !important;
  }
}

.swiper-next:hover, .swiper-prev:hover {
  color: #20CF8B;
}

.swiper-prev {
  justify-self: flex-end;
}

.swiper-pagination-bullet {
  height: 5px;
  display: block;
  background-color: #20CF8B;
  width: 22px;
  opacity: .1;
  margin: 0 4px;
  border-radius: 5px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 44px;
  max-width: 44px;
  opacity: 1;
}

.header-burgerMenu {
  position: fixed;
  top: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 6.3125rem;
  margin-right: 9.4375rem;
  z-index: 21;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .header-burgerMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: unset;
  }
}

.burger-icon-container {
  max-width: 102px;
  min-width: 6.3125rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 0.0625rem solid #232323;
  position: relative;
  z-index: 1;
  -webkit-transition: none !important;
  transition: none !important;
}

.burger-icon {
  width: 0.75rem;
  height: 2rem;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  cursor: pointer;
}

.burger-icon span {
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  width: 0.125rem;
  height: 2rem;
  border-radius: 0.125rem;
  background-color: #fff;
  -webkit-transition: left .3s .3s, -webkit-transform .3s ease-in-out;
  transition: left .3s .3s, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, left .3s .3s;
  transition: transform .3s ease-in-out, left .3s .3s, -webkit-transform .3s ease-in-out;
}

.burger-icon span:first-child {
  left: 0;
}

.burger-icon span:last-child {
  left: calc( 100% - 0.0625rem);
}

.header-burgerMenu.active {
  height: 100% !important;
}

.header-burgerMenu.active .burger-icon span {
  left: calc(50% - 0.0625rem) !important;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.header-burgerMenu.active .burger-icon span:first-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-burgerMenu.active .burger-icon span:last-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.burger-categories {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-transform: none !important;
          transform: none !important;
  padding-left: 15.75rem;
  width: 22.875rem;
  height: 100vh;
  -webkit-transition: right 1.2s ease-out;
  transition: right 1.2s ease-out;
}

.burger-cat-ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 6.0625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 11.25rem;
  position: relative;
}

.burger-categories li {
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #909090;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  -webkit-transform: translateX(-250%);
          transform: translateX(-250%);
  -webkit-transition: -webkit-transform .6s ease-out;
  transition: -webkit-transform .6s ease-out;
  transition: transform .6s ease-out;
  transition: transform .6s ease-out, -webkit-transform .6s ease-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.burger-categories li:not(:last-of-type) {
  margin-bottom: 1.625rem;
}

.burger-categories li a {
  white-space: nowrap;
}

.burger-categories li.active, .burger-categories li:active, .burger-categories li:hover {
  color: #fff;
}

.burger-categories li:nth-last-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.burger-categories li:nth-last-of-type(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.burger-categories li:nth-last-of-type(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.burger-categories li:nth-last-of-type(4) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.burger-categories li:nth-last-of-type(5) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.burger-categories li:nth-last-of-type(6) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.burger-categories li:nth-last-of-type(7) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.burger-categories li:nth-last-of-type(8) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.burger-categories li:nth-last-of-type(9) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.burger-categories li:nth-last-of-type(10) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.burger-categories li:nth-last-of-type(11) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.burger-categories li:nth-last-of-type(12) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.burger-categories li:nth-last-of-type(13) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.burger-categories li:nth-last-of-type(14) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

.burger-categories li:nth-last-of-type(15) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.burger-categories li:nth-last-of-type(16) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.burger-categories li:nth-last-of-type(17) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.burger-categories li:nth-last-of-type(18) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.burger-categories li:nth-last-of-type(19) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.burger-categories li:nth-last-of-type(20) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

.burger-categories li:nth-last-of-type(21) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.burger-categories li:nth-last-of-type(22) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.burger-categories li:nth-last-of-type(23) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.burger-categories li:nth-last-of-type(24) {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(4) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(5) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(6) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(7) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(8) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(9) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(10) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(11) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(12) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(13) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(14) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(15) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(16) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(17) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(18) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(19) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(20) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(21) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(22) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(23) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.whole-nav-menu.left .burger-categories .burger-cat-ul li:nth-of-type(24) {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

.realContent-left {
  height: 202px !important;
}

@media screen and (max-height: 750px) {
  .realContent-left {
    height: 120px !important;
  }
}

@media screen and (min-width: 1025px) {
  .realContent-left {
    height: 380px !important;
  }
}

@media screen and (min-width: 1441px) {
  .realContent-left {
    height: 418px !important;
  }
}

.text-content {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 1025px) {
  .text-content {
    position: absolute;
    left: 0;
    top: 3.5rem;
  }
}

@media screen and (min-width: 1441px) {
  .text-content {
    top: 4.5rem;
  }
}

@media screen and (min-width: 1800px) {
  .text-content {
    top: 50%;
  }
}

.text-content a {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0;
  transition: 0;
}

.text-content h1, .text-content .realContent-textdiv {
  opacity: 0 !important;
  -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out, opacity .8s ease-in-out;
  transition: transform .8s ease-in-out, opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

.text-content.prev-slide h1, .text-content.prev-slide .realContent-textdiv {
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}

.text-content.next-slide h1, .text-content.next-slide .realContent-textdiv {
  -webkit-transform: translateY(60%);
          transform: translateY(60%);
}

.text-content.active {
  z-index: 2;
}

.text-content.active h1, .text-content.active .realContent-textdiv {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.text-content.active a {
  opacity: 1;
}

.scroll-down-yeah {
  position: absolute;
  top: calc(100% - 66px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .scroll-down-yeah {
    top: calc(100vh - 6.625rem);
    width: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

.scroll-down-yeah p {
  display: none;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 18px;
}

@media screen and (min-width: 1025px) {
  .scroll-down-yeah p {
    display: block;
  }
}

.scroll-down-yeah p span {
  color: #20CF8B;
}

.scroll-bot-svg {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: rgba(32, 207, 139, 0.1);
}

@media screen and (min-width: 1025px) {
  .scroll-bot-svg {
    margin-right: 15px;
  }
}

.home-page .home-header-authorization {
  height: calc(100vh - 243px);
  top: 133px;
}

@media screen and (min-width: 1025px) {
  .home-page .home-header-authorization {
    height: 100vh;
    top: 0;
  }
}

.home-header-authorization {
  overflow-y: auto;
  height: calc(100vh - 213px);
  padding: 37px 15px 39px 15px;
  width: 100vw;
  color: #111111;
  background-color: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  left: 100%;
  top: 103px;
  z-index: 20;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
}

@media screen and (min-width: 1025px) {
  .home-header-authorization {
    background-color: #111111;
    padding-top: 62px;
    padding-left: 7.5rem;
    color: #fff;
    top: 0;
    width: 37.125rem;
    height: 100vh;
  }
}

.home-header-authorization.right {
  left: 0;
}

@media screen and (min-width: 1025px) {
  .home-header-authorization.right {
    left: calc( 100% - 37.125rem);
  }
}

.minimize-svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #303030;
  position: absolute;
  right: 15px;
}

@media screen and (min-width: 1025px) {
  .minimize-svg {
    position: static;
    width: 56px;
    height: 56px;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 4.75rem;
  }
}

.minimize-svg svg {
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media screen and (min-width: 1025px) {
  .minimize-svg svg {
    -webkit-transform: none;
            transform: none;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.minimize-svg svg path {
  fill: #111;
}

@media screen and (min-width: 1025px) {
  .minimize-svg svg path {
    fill: #fff;
  }
}

.switch-to-register {
  display: block;
  margin-top: 2.5rem;
  text-align: center;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
}

.hard-form {
  height: 100% !important;
}

@media screen and (min-width: 1025px) {
  .hard-form {
    padding-bottom: 30px;
    padding-right: 20px;
  }
}

.home-header-forms-combiner {
  width: 100%;
  height: 100% !important;
}

@media screen and (min-width: 1025px) {
  .home-header-forms-combiner {
    overflow: auto;
    max-width: 22.25rem;
  }
}

.home-header-forms-combiner form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
}

.home-header-forms-combiner h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 38px;
}

@media screen and (min-width: 1025px) {
  .home-header-forms-combiner h2 {
    font-size: 1.75rem;
    line-height: 2rem;
    margin-bottom: 1.75rem;
  }
}

.home-header-forms-combiner button {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  border-radius: 12px;
  width: 100%;
  min-height: 56px;
  background-color: #20CF8B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  z-index: 200;
  cursor: pointer;
  color: #fff;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
}

.home-header-forms-combiner button::after {
  position: absolute;
  content: url(../images/canabis.svg);
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  right: -25.8992px;
  top: 1.6992px;
  z-index: 201;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 73.27px;
  height: 74.58px;
}

.home-header-forms-combiner .home-header-register, .home-header-forms-combiner .home-header-reset {
  display: none;
}

.home-header-forms-combiner.register .home-header-login {
  display: none;
}

.home-header-forms-combiner.register .home-header-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-header-forms-combiner.reset .home-header-login {
  display: none;
}

.home-header-forms-combiner.reset .home-header-reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-header-forms-combiner.reset.reseted .home-header-reset > *:not(.reset-successful) {
  display: none;
}

.input-div:not(.radio-input) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.875rem;
}

.input-div:not(.radio-input) label {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 1rem;
  line-height: 1.125rem;
  margin-bottom: 1rem;
}

.input-div:not(.radio-input) input, .input-div:not(.radio-input) textarea {
  border-radius: 12px;
  height: 56px;
  padding: 1.25rem;
  padding-right: 56px;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  text-transform: lowercase !important;
  color: #111111;
  background-color: #fff;
}

.input-div:not(.radio-input) .input-error-qstmark {
  position: absolute;
  bottom: calc(56px + 1rem);
  right: 0;
  height: auto !important;
  display: none;
  color: #F41E10;
  font-family: bld;
  font-size: 10px;
  line-height: 11px;
}

.input-div:not(.radio-input) .input-error-qstmark-real {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background-color: #F2A928;
  color: #111111;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 18px;
}

.input-div:not(.radio-input).invalid.invalid-shown .input-error-qstmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reset-successful {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reset-successful__imgbox {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8.125rem;
  height: 8.125rem;
  background-color: #20CF8B;
  margin-bottom: 2.5rem;
}

.reset-successful__text {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 25.6px;
  text-align: center;
}

.reset-successful__text span {
  color: #F22828;
}

.reseted .reset-successful {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.home-main {
  max-width: 90.375rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 1025px) {
  .home-main {
    margin-top: 353px;
  }
}

.home-categories {
  width: 100%;
  height: 241px;
  overflow: hidden;
  margin-bottom: 38px;
}

@media screen and (min-width: 1025px) {
  .home-categories {
    height: 19.3125rem;
    margin-bottom: 7.375rem;
  }
}

.home-categories-ul, .home-topProducts-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.home-categories-ul .discount-label, .home-topProducts-ul .discount-label {
  display: none;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  margin: 0;
  padding: 4px 10px;
  background-color: #171717;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  color: #fff;
  border-radius: 4px;
  font-size: 9px;
  line-height: 10px;
}

@media screen and (min-width: 1025px) {
  .home-categories-ul .discount-label, .home-topProducts-ul .discount-label {
    font-size: 12px;
    line-height: 14px;
  }
}

.home-categories-ul li, .home-topProducts-ul li {
  border-radius: 12px;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
  -webkit-transition: -webkit-box-shadow .2s ease-in;
  transition: -webkit-box-shadow .2s ease-in;
  transition: box-shadow .2s ease-in;
  transition: box-shadow .2s ease-in, -webkit-box-shadow .2s ease-in;
}

.home-categories-ul li.discounted .discount-label, .home-topProducts-ul li.discounted .discount-label {
  display: inline;
}

.home-categories-ul li.discounted .price, .home-topProducts-ul li.discounted .price {
  color: #F2A928;
  font-size: 16px;
  line-height: 18px;
  margin-right: 3px;
}

@media screen and (min-width: 1025px) {
  .home-categories-ul li.discounted .price, .home-topProducts-ul li.discounted .price {
    font-size: 22px;
    line-height: 25px;
  }
}

.home-categories-ul li .discounted-from, .home-topProducts-ul li .discounted-from {
  text-decoration: line-through;
  font-size: 16px;
  line-height: 18px;
}

.home-categories-ul li:active, .home-topProducts-ul li:active {
  -webkit-box-shadow: 0 0 30px rgba(98, 126, 163, 0.12);
          box-shadow: 0 0 30px rgba(98, 126, 163, 0.12);
}

@media screen and (min-width: 1025px) {
  .home-categories-ul li:hover, .home-topProducts-ul li:hover {
    -webkit-box-shadow: 0 0 30px rgba(98, 126, 163, 0.12);
            box-shadow: 0 0 30px rgba(98, 126, 163, 0.12);
  }
}

.home-categories-ul li a, .home-topProducts-ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 16px 23px 16px;
}

@media screen and (min-width: 1025px) {
  .home-categories-ul li a, .home-topProducts-ul li a {
    padding: 20px 20px 30px 20px;
  }
}

.home-categories-ul li h4, .home-topProducts-ul li h4 {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 12px;
  line-height: 14px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .home-categories-ul li h4, .home-topProducts-ul li h4 {
    font-size: 16px;
    line-height: 18px;
  }
}

.home-categories-ul li .home-cat-li-imgbox, .home-topProducts-ul li .home-cat-li-imgbox {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 22px;
  width: 100%;
  height: 100%;
  max-width: 136px;
  max-height: 164px;
}

@media screen and (min-width: 1025px) {
  .home-categories-ul li .home-cat-li-imgbox, .home-topProducts-ul li .home-cat-li-imgbox {
    max-width: 175px;
    max-height: 210px;
    margin-bottom: 30px;
    width: 100%;
  }
}

.home-categories-ul li img, .home-topProducts-ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.home-topProducts {
  overflow: hidden;
  margin-bottom: 40px;
}

@media screen and (min-width: 1025px) {
  .home-topProducts {
    margin-bottom: 110px;
  }
}

.home-topProducts h3 {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 21px;
  color: #111111;
}

.home-topProducts h3 span {
  margin-right: 12px;
}

@media screen and (min-width: 1025px) {
  .home-topProducts h3 {
    font-size: 28px;
    line-height: 33px;
  }
}

.home-topProducts-ul li {
  height: 377px;
}

@media screen and (min-width: 1025px) {
  .home-topProducts-ul li {
    width: 335px;
    height: 437px;
  }
}

.home-topProducts-ul li a {
  padding: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 1025px) {
  .home-topProducts-ul li a {
    padding: 30px 10px;
  }
}

.home-topProducts-ul li a img {
  height: 180px;
  margin-bottom: 16px;
}

@media screen and (min-width: 1025px) {
  .home-topProducts-ul li a img {
    height: 235px;
  }
}

.home-topProducts-ul li a h4 {
  font-family: rmn !important;
  text-transform: unset !important;
  font-size: 14px;
  line-height: 17px;
  min-height: 34px;
  font-weight: 500 !important;
  margin-bottom: 17px;
}

@media screen and (min-width: 1025px) {
  .home-topProducts-ul li a h4 {
    font-size: 16px;
    line-height: 19px;
    min-height: 38px;
  }
}

.home-topProducts-ul li .top-products-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 16px;
}

@media screen and (min-width: 1025px) {
  .home-topProducts-ul li .top-products-price {
    font-size: 22px;
    line-height: 26px;
  }
}

.home-topProducts-ul li .home-products-hr {
  height: 1px;
  border-radius: 2px;
  background-color: #F2F2F2;
  display: block;
  width: 76px;
  margin: 0 auto;
  margin-bottom: 16px;
}

@media screen and (min-width: 1025px) {
  .home-topProducts-ul li .home-products-hr {
    width: 100px;
    margin-bottom: 16px;
  }
}

.top-produts-li-addbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #20CF8B;
  border-radius: 50%;
  min-width: 56px;
  min-height: 56px;
  height: 56px;
  margin: 0 auto;
  cursor: pointer;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 12px;
  line-height: 14px;
}

.top-produts-li-addbtn svg {
  width: 18px;
  height: 18px;
}

.top-produts-li-addbtn svg path {
  fill: #fff;
}

.top-produts-li-addbtn span {
  display: none;
}

@media screen and (min-width: 1025px) {
  .top-produts-li-addbtn {
    min-width: unset;
    min-height: unset;
    border-radius: unset;
    width: unset;
    height: unset;
    background-color: transparent;
  }
  .top-produts-li-addbtn span {
    display: inline;
  }
  .top-produts-li-addbtn svg {
    width: unset;
    height: unset;
    margin-right: 10px;
  }
  .top-produts-li-addbtn svg path {
    fill: #111;
  }
}

@media screen and (min-width: 1025px) {
  .top-produts-li-addbtn.productin-addbtn svg path {
    fill: #fff;
  }
}

.topProd-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 22px;
}

@media screen and (min-width: 1025px) {
  .topProd-heading {
    margin-bottom: 50px;
  }
}

.topProd-heading .topProd-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 104px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.topProd-heading .topProd-pagination span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.home-second-categories {
  overflow: hidden;
  width: 100%;
  height: 110px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .home-second-categories {
    margin-bottom: 50px;
    height: 145px;
  }
}

.home-second-categories-ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-second-categories-ul .ptext {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.home-second-categories-ul li {
  border-radius: 12px;
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  width: 168px;
  display: block;
  height: 100%;
  padding: 20px;
  padding-bottom: 16px;
  color: #111111;
  -webkit-transition: color .1s ease-out, all .2s ease-out;
  transition: color .1s ease-out, all .2s ease-out;
  color: #111;
}

.home-second-categories-ul li .ptext {
  color: inherit;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.home-second-categories-ul li svg path {
  fill: #111;
  stroke: #111;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.home-second-categories-ul li.active, .home-second-categories-ul li:active {
  background-color: #20CF8B;
  color: #fff;
}

.home-second-categories-ul li.active svg path, .home-second-categories-ul li:active svg path {
  fill: #fff;
  stroke: #fff;
}

@media screen and (min-width: 1025px) {
  .home-second-categories-ul li:hover {
    background-color: #20CF8B;
    color: #fff;
  }
  .home-second-categories-ul li:hover svg path {
    fill: #fff;
    stroke: #fff;
  }
}

.home-second-categories-ul li .symbol {
  margin-bottom: 15px;
}

@media screen and (min-width: 1025px) {
  .home-second-categories-ul li .symbol {
    margin-bottom: 34px;
  }
}

@media screen and (min-width: 1025px) {
  .home-page .home-topProductsSecond ul li {
    display: none;
  }
}

.home-topProductsSecond {
  padding-bottom: 70px;
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .home-topProductsSecond ul {
    grid-gap: 30px 25px;
  }
}

@media screen and (min-width: 1025px) {
  .home-topProductsSecond {
    padding-bottom: 110px;
    width: 100%;
  }
  .home-topProductsSecond ul {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 25px;
  }
  .home-topProductsSecond ul li {
    height: 377px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .home-topProductsSecond ul li {
    width: unset;
    max-width: 335px;
    height: 437px;
  }
}

@media screen and (min-width: 1025px) {
  .home-topProductsSecond ul li::after {
    position: absolute;
    content: attr(data-category);
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
    right: 0;
    color: white;
    font-size: 50px;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-topProductsSecond ul li.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: showProduct .9s;
            animation: showProduct .9s;
  }
}

.home-topProductsSecond .home-topProducts-ul {
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .home-topProductsSecond .home-topProducts-ul {
    margin-bottom: 70px;
  }
}

@-webkit-keyframes showProduct {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showProduct {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.home-see-all-btn {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 1rem;
  margin: 0 auto;
  line-height: 1.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14.3125rem;
  border-radius: 0.75rem;
  background-color: #20CF8B;
  position: relative;
  height: 3.5rem;
  overflow: hidden;
  -webkit-transition: background-color .3s ease-in, -webkit-transform .3s ease-in;
  transition: background-color .3s ease-in, -webkit-transform .3s ease-in;
  transition: transform .3s ease-in, background-color .3s ease-in;
  transition: transform .3s ease-in, background-color .3s ease-in, -webkit-transform .3s ease-in;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-see-all-btn:hover, .home-see-all-btn.added.active-animation {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  background-color: #F2A928;
}

.home-see-all-btn::after {
  position: absolute;
  content: url(../images/canabis-white.svg);
  right: -25.8992px;
  top: 0.1062rem;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.footer-container {
  background-color: #111111;
  height: 377px;
  width: 100%;
  margin-bottom: 110px;
}

@media screen and (min-width: 1025px) {
  .footer-container {
    height: 239px;
    margin-bottom: 0;
  }
}

footer {
  height: 100%;
  max-width: 90.375rem;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
}

footer > * {
  font-size: 14px;
  line-height: 16px;
}

@media screen and (min-width: 1025px) {
  footer > * {
    font-size: 16px;
    line-height: 18px;
  }
}

.footer-top, .footer-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 1025px) {
  .footer-top, .footer-bot {
    height: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-bot {
  height: 134px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media screen and (min-width: 1025px) {
  .footer-bot {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    height: 50%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer-hr {
  height: 1px;
  background-color: #232323;
  width: 100%;
}

.footer-top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 1025px) {
  .footer-top {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    height: calc(50% - 1px);
  }
}

.footer-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1025px) {
  .footer-top-left {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer-top-left a:active {
  color: #20CF8B;
}

@media screen and (min-width: 1025px) {
  .footer-top-left a:not(:last-child) {
    margin-right: 36px;
  }
}

@media screen and (min-width: 1025px) {
  .footer-top-left a:hover {
    color: #20CF8B;
  }
}

.footer-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1025px) {
  .footer-top-right {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer-top-right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1025px) {
  .footer-top-right a:not(:last-child) {
    margin-right: 41px;
  }
}

.footer-top-right a:active {
  color: #20CF8B;
}

@media screen and (min-width: 1025px) {
  .footer-top-right a:hover {
    color: #20CF8B;
  }
}

.footer-top-right a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-right: 10px;
}

.footer-top-right a:last-child {
  text-transform: none !important;
}

.footer-bot-right a {
  text-transform: none !important;
  color: #F2A928;
}

.footer-top-left a, .footer-top-right a {
  margin: 15px 0;
}

@media screen and (min-width: 1025px) {
  .footer-top-left a, .footer-top-right a {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.footer-top-left a:first-child {
  margin-top: 30px;
}

@media screen and (min-width: 1025px) {
  .footer-top-left a:first-child {
    margin-top: 0;
  }
}

.respo-menu-container {
  position: fixed;
  bottom: -1px;
  right: 0;
  width: 100%;
  background-color: #FAFAFA;
  min-height: 111px;
  padding: 10.5px 15px 20.5px;
  z-index: 30;
}

@media screen and (min-width: 1025px) {
  .respo-menu-container {
    display: none;
  }
}

.respo-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media screen and (min-width: 420px) {
  .respo-menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 30px;
  }
}

.respo-menu > ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.respo-menu > ul > li {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.respo-menu > ul > li svg {
  width: 24px;
  height: 24px;
}

.respo-menu > ul > li svg path {
  -webkit-transition: fill .6s ease-out;
  transition: fill .6s ease-out;
}

.respo-menu > ul > li:active svg, .respo-menu > ul > li.active svg {
  width: 24px;
  height: 24px;
}

.respo-menu > ul > li:active svg path, .respo-menu > ul > li.active svg path {
  fill: #20CF8B;
}

.respo-menu-toggler {
  background: #20CF8B;
  border-radius: 50%;
  position: relative;
  bottom: 0;
  -webkit-transition: bottom .6s ease-in;
  transition: bottom .6s ease-in;
}

.respo-menu-toggler .respo-cats-container {
  position: absolute;
  height: 0;
  background-color: #20CF8B;
  width: 0;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  border-radius: 12px;
  color: #fff;
  overflow: hidden;
  bottom: 0;
}

.respo-menu-toggler .respo-cats {
  width: 100%;
  height: 100%;
  padding: 40px;
  overflow: auto;
}

.respo-menu-toggler .respo-cats > li {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 18px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.respo-menu-toggler .respo-cats > li:not(:last-child) {
  margin-bottom: 28px;
}

.respo-menu-toggler.active {
  bottom: 40px;
}

.respo-menu-toggler.active .respo-cats-container {
  bottom: 70px;
  width: calc( 100vw - 30px);
  height: calc( 100vh - 298px);
}

.respo-menu-toggler.active .respo-cats-container li {
  opacity: 1;
}

.respo-menu-toggler svg {
  display: none;
}

.respo-menu-toggler svg path {
  fill: #fff;
}

.home-main .mid .header-container-norm {
  position: relative;
}

body .header-container-norm {
  height: 103px;
  width: 100%;
  color: #fff;
  position: fixed;
  top: 0;
  z-index: 21;
  background-color: #111111;
}

@media screen and (min-width: 1025px) {
  body .header-container-norm {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 6.3125rem 1fr 6.3125rem;
        grid-template-columns: 6.3125rem 1fr 6.3125rem;
  }
}

body .header-container-norm header {
  max-width: 90.375rem;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  -ms-grid-column: 2;
  grid-column: 2;
}

.body-child-container {
  max-width: 90.375rem;
  margin: 0 auto;
  padding: 37px 15px;
  width: 100%;
}

.aboutus-main {
  color: #111111;
  min-height: calc( 100vh - 591px);
}

@media screen and (min-width: 1025px) {
  .aboutus-main {
    padding: 67px 15px;
    min-height: calc( 100vh - 342px);
  }
}

.aboutus-main h1 {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 22px;
}

@media screen and (min-width: 1025px) {
  .aboutus-main h1 {
    margin-bottom: 69px;
    font-size: 28px;
    line-height: 32px;
  }
}

.aboutus-main .aboutus-main-textdiv {
  max-width: 935px;
  width: 100%;
  margin: 0 auto;
  font-family: rmn;
  font-size: 14px;
  line-height: 22.4px;
}

@media screen and (min-width: 1025px) {
  .aboutus-main .aboutus-main-textdiv {
    font-size: 16px;
    line-height: 25.6px;
  }
}

.contact-map {
  width: 100%;
  height: 220px;
  overflow: hidden;
  margin-bottom: 39px;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .contact-map {
    height: 400px;
    margin-bottom: 69px;
  }
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  opacity: .7;
}

.contact-map::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #20cf8b;
}

.contact-content-container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 15px;
  padding-bottom: 30px;
}

@media screen and (min-width: 1025px) {
  .contact-content-container {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 1441px) {
  .contact-content-container {
    margin-bottom: 110px;
  }
}

.contact-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
}

@media screen and (min-width: 1025px) {
  .contact-content {
    margin-left: 4.75rem;
    -ms-grid-columns: 1fr calc( 828/ 1920 * 100%);
        grid-template-columns: 1fr calc( 828/ 1920 * 100%);
    grid-gap: 5rem;
    grid-auto-rows: auto;
  }
}

@media screen and (min-width: 1441px) {
  .contact-content {
    margin-left: 12.5rem;
    grid-gap: 6rem;
  }
}

@media screen and (min-width: 1600px) {
  .contact-content {
    margin-left: 15.75rem;
    grid-gap: 145px;
  }
}

.contact-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  margin-bottom: 30px;
  grid-gap: 1.25rem 1.5625rem;
}

@media screen and (min-width: 1025px) {
  .contact-form {
    margin-bottom: 0;
    grid-gap: 2.5rem 1.5625rem;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.contact-form .input-div {
  margin-bottom: 0;
}

.contact-form * {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  text-transform: none !important;
  font-size: 16px;
  line-height: 18px;
}

.contact-form *::-webkit-input-placeholder {
  font-weight: 500;
}

.contact-form *:-ms-input-placeholder {
  font-weight: 500;
}

.contact-form *::-ms-input-placeholder {
  font-weight: 500;
}

.contact-form *::placeholder {
  font-weight: 500;
}

.contact-form .contact-input-div-textarea {
  height: unset;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1025px) {
  .contact-form .contact-input-div-textarea {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
}

.contact-form textarea {
  height: 160px !important;
  padding: 1.875rem !important;
}

@media screen and (min-width: 1025px) {
  .contact-form textarea {
    height: 240px !important;
    padding: 1.875rem !important;
  }
}

.contact-form label {
  text-transform: uppercase !important;
  display: block;
  margin-bottom: 15px;
}

.contact-form button {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  border-radius: 12px;
  width: 100%;
  min-height: 56px;
  background-color: #20CF8B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  z-index: 200;
  cursor: pointer;
  color: #fff;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
}

.contact-form button::after {
  position: absolute;
  content: url(../images/canabis-white.svg);
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  right: -25.8992px;
  top: 1.6992px;
  z-index: 201;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 73.27px;
  height: 74.58px;
}

.contact-info {
  border-radius: 12px;
  background-color: #fff;
  padding: 20px;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

@media screen and (min-width: 1025px) {
  .contact-info {
    margin-bottom: calc( 56px + 2.5rem);
    border-radius: 12px 0 0 12px;
    padding: 2.875rem 7.5rem;
  }
}

.contact-info .contact-info-ul {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 29px;
}

@media screen and (min-width: 1025px) {
  .contact-info .contact-info-ul {
    grid-row-gap: 39px;
  }
}

.contact-info .contact-info-ul li span {
  font-size: 13px;
  line-height: 15px;
}

@media screen and (min-width: 1025px) {
  .contact-info .contact-info-ul li span {
    font-size: 1.375rem;
    line-height: 1.625rem;
    font-family: rmn;
  }
}

.contact-info h2 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 28px;
}

@media screen and (min-width: 1025px) {
  .contact-info h2 {
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase !important;
    margin-bottom: 38px;
  }
}

.contact-info h3 {
  opacity: .3;
  margin-bottom: 8px;
  text-transform: uppercase !important;
  font-size: 13px;
  line-height: 15px;
}

@media screen and (min-width: 1025px) {
  .contact-info h3 {
    font-size: 1rem;
    line-height: 1.125rem;
    margin-bottom: 7px;
  }
}

.single-product-main {
  background-color: #20CF8B;
  width: 100%;
  height: 351px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px;
  overflow-x: hidden;
  margin-bottom: 22px;
}

@media screen and (min-width: 1025px) {
  .single-product-main {
    margin-bottom: 42px;
    padding: 0;
    height: 269px;
    max-height: calc( 100vh - 103px);
  }
  .single-product-main.active {
    height: 600px;
  }
  .single-product-main.active .single-product-slider {
    max-width: unset;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .single-product-main.active .single-product-slider {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .single-product-main.active .single-product-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 450px;
  }
  .single-product-main.active .single-product-slider .swiper-wrapper li {
    width: unset;
  }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .single-product-main.active .single-product-slider .swiper-wrapper li {
    max-width: 695px;
  }
}

.single-product-main .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-product-main .swiper-wrapper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}

.single-product-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-product-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  margin-bottom: 15px;
  max-width: 66rem;
}

@media screen and (min-width: 1025px) {
  .single-product-slider {
    margin-bottom: 0;
  }
}

.single-product-slider .swiper-wrapper {
  height: 189px;
}

.single-product-slider .swiper-wrapper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  position: relative;
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .single-product-slider .swiper-wrapper li {
    padding: 15px 80px;
  }
}

.single-product-slider .swiper-wrapper li::after {
  position: absolute;
  content: '';
  width: 100%;
  opacity: .9;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #20CF8B;
  display: block;
  z-index: 99;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.single-product-slider .swiper-wrapper li.swiper-slide-active::after {
  opacity: 0;
}

.single-product-slider-thumbs {
  overflow-x: hidden;
  width: 100%;
  height: 56px;
}

@media screen and (min-width: 1025px) {
  .single-product-slider-thumbs {
    display: none;
  }
}

.single-product-slider-thumbs .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.single-product-slider-thumbs .swiper-wrapper li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-slider-prev, .main-slider-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  cursor: pointer;
  display: none;
  right: calc(100% / 9 * 2);
}

@media screen and (min-width: 1025px) {
  .main-slider-prev, .main-slider-next {
    display: block;
  }
}

.main-slider-prev {
  right: unset;
  left: calc(100% / 9 * 2);
}

.single-product-content {
  max-width: 90.375rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 38px;
}

@media screen and (min-width: 1025px) {
  .single-product-content {
    margin-bottom: 108px;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}

.single-product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 769px) {
  .single-product-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.single-product-content h1 {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 9px;
}

@media screen and (min-width: 1025px) {
  .single-product-content h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 17px;
  }
}

.single-product-content__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.single-product-content__left__price, .single-product-content__left__price > * {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  margin-bottom: 30px;
}

@media screen and (min-width: 1025px) {
  .single-product-content__left__price, .single-product-content__left__price > * {
    margin-bottom: 52px;
  }
}

.single-product-content__left__textcontent {
  font-family: rmn;
  font-size: 16px;
  line-height: 24px;
}

.single-product-content__left__textcontent p:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .single-product-content__right {
    margin: 0;
    position: fixed;
    width: 100%;
    padding: 0 15px;
    padding-top: 10px;
    right: 0;
    bottom: 110px;
    background-color: #fafafa;
    z-index: 999;
    height: 66px;
  }
}

@media screen and (min-width: 769px) {
  .single-product-content__right {
    margin: unset;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 9rem;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .single-product-content__right {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media screen and (max-width: 768px) {
  .single-product-content__right .form-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .single-product-content__right .form-quantity__manipulation {
    background-color: #fff;
  }
  .single-product-content__right .form-quantity .home-see-all-btn {
    margin-left: 10px;
    border-radius: 12px;
    min-width: 56px;
    max-width: 56px;
  }
  .single-product-content__right .form-quantity .home-see-all-btn::after {
    display: none;
  }
}

.form-quantity {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 21rem;
}

.form-quantity__manipulation {
  background-color: #f2f2f2;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 20px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}

.form-quantity__manipulation input {
  text-align: center;
  width: 3ch;
  pointer-events: none;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 22px;
  line-height: 26px;
}

.form-quantity__manipulation__hr {
  width: 1px;
  height: 26px;
  background-color: #111111;
  opacity: .1;
  border-radius: 3px;
}

.form-quantity .minus, .form-quantity .plus {
  cursor: pointer;
}

.form-quantity button {
  height: 56px;
  width: 100%;
  max-width: 335px;
}

.single-product-similar-products {
  max-width: 90.375rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 0;
}

.single-product-similar-products h2 {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 22px;
}

@media screen and (min-width: 1025px) {
  .single-product-similar-products h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 52px;
  }
}

.single-product-similar-products h2::first-letter {
  font-size: 22px;
  line-height: 26px;
}

.products-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1025px) {
  .products-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.products-main__right-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.products-main__left {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .products-main__left {
    width: 335px;
    margin-right: 25px;
  }
}

.products-main__left__categories {
  margin-bottom: 20px;
  width: 100%;
  padding: 40px;
  border-radius: 12px;
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .products-main__left__categories {
    margin-bottom: 40px;
  }
}

.products-main .home-topProductsSecond ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products-main__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 21px !important;
}

@media screen and (min-width: 1025px) {
  .products-main__right {
    padding-bottom: 70px !important;
  }
}

.products-main__right .home-topProducts-ul {
  margin-bottom: 0 !important;
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 769px) {
  .products-main__right .home-topProducts-ul {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

.products-main__right__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .products-main__right__pagination {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    width: unset;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .products-main__right__pagination {
    margin: unset;
  }
}

.products-main__right__pagination svg {
  width: unset;
  height: unset;
}

.products-main__right__pagination__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products-main__right__pagination div, .products-main__right__pagination li {
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background-color: #fff;
  color: #111111;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  text-transform: none !important;
  font-size: 13px;
  line-height: 15px;
  -webkit-transition: background-color .2s ease-out, color .2s ease-out;
  transition: background-color .2s ease-out, color .2s ease-out;
}

@media screen and (min-width: 1025px) {
  .products-main__right__pagination div, .products-main__right__pagination li {
    font-size: 16px;
    line-height: 18px;
    width: 56px;
    height: 56px;
  }
}

.products-main__right__pagination div.active, .products-main__right__pagination div:active, .products-main__right__pagination li.active, .products-main__right__pagination li:active {
  color: #fff;
  background-color: #20CF8B;
}

@media screen and (min-width: 1025px) {
  .products-main__right__pagination div:hover, .products-main__right__pagination li:hover {
    color: #fff;
    background-color: #20CF8B;
  }
}

.products-main__right__pagination li {
  width: 47px;
}

@media screen and (min-width: 1025px) {
  .products-main__right__pagination li {
    width: 56px;
  }
}

.products-main__right__pagination div:last-child {
  margin-right: 0;
}

.products-main__right__searchresult {
  margin-bottom: 27px;
  font-size: 16px;
  line-height: 18px;
  display: none;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
}

@media screen and (min-width: 1025px) {
  .products-main__right__searchresult {
    margin-bottom: 50px;
  }
}

.products-main__right__searchresult__name {
  color: #F22828;
}

.products-main__right__searchresult.active {
  display: block;
}

.products-main__right__searchresult.active.notfound + .products-main__right__searchform {
  display: block;
}

.products-main__right__searchform {
  display: none;
  padding: 0 20px;
  height: 56px;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .products-main__right__searchform {
    max-width: 335px;
  }
}

.products-main__right .searchput {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products-ul {
  width: 100%;
  display: block;
}

.products-ul__li {
  max-height: 21px;
  overflow: hidden;
  white-space: nowrap;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: max-height -200ms 300ms ease-out;
  transition: max-height -200ms 300ms ease-out;
}

.products-ul__li:not(:last-of-type) {
  margin-bottom: 28px;
}

.products-ul__li.active {
  max-height: 9999px;
  -webkit-transition: max-height 400ms ease-in;
  transition: max-height 400ms ease-in;
}

.products-ul__li.active .products-a-outter {
  color: #20CF8B;
}

.products-ul__li.active .products-a-outter::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.products-a-outter {
  position: relative;
  margin-bottom: 19px;
  display: block;
}

.products-a-outter::after {
  content: url(../images/products-cat-down.svg);
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.products-li-inside-ul {
  display: block;
  padding-left: 10px;
}

.products-li-inside-ul li {
  display: block;
}

.products-li-inside-ul li:not(:last-of-type) {
  margin-bottom: 16px;
}

.products-li-inside-ul li a {
  font-family: rmn;
  font-size: 16px;
  line-height: 18px;
  display: block;
  text-transform: none !important;
}

.products-li-inside-ul li a.active, .products-li-inside-ul li a:active {
  color: #20CF8B;
}

@media screen and (min-width: 1025px) {
  .products-li-inside-ul li a:hover {
    color: #20CF8B;
  }
}

.price-filter {
  width: 100%;
  padding: 40px;
  padding-bottom: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background-color: #fff;
  margin-bottom: 50px;
}

@media screen and (min-width: 1025px) {
  .price-filter {
    margin: 0 auto;
    margin-bottom: 46px;
  }
}

.price-filter * {
  -webkit-transition: none;
  transition: none;
}

.price-filter h2 {
  margin-bottom: 40px;
  margin-left: 15px;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 16px;
  color: #111111;
}

@media screen and (min-width: 1025px) {
  .price-filter h2 {
    margin-bottom: 50px;
  }
}

.price-filter .multi-range-slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.price-filter .slider {
  position: relative;
  z-index: 1;
  height: 4px;
  margin: 0 15px;
}

.price-filter .slider > .track {
  position: absolute;
  height: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #F8F8F8;
}

.price-filter .slider > .track span {
  position: absolute;
  top: calc(100% - 25px);
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 11px;
  line-height: 12px;
  text-transform: none !important;
  color: lightgrey;
}

@media screen and (min-width: 1025px) {
  .price-filter .slider > .track span {
    top: calc(100% - 25px);
  }
}

.price-filter .slider > .track span.track-size-min {
  left: 0;
}

.price-filter .slider > .track span.track-size-max {
  right: 0;
}

.price-filter .slider > .range {
  position: absolute;
  z-index: 2;
  left: 25%;
  right: 25%;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #20CF8B;
}

.price-filter input[type="range" i]::-webkit-slider-runnable-track {
  height: 16px;
}

.price-filter .slider > .thumb {
  position: absolute;
  z-index: 3;
  width: 16px;
  height: 16px;
  background-color: #20CF8B;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(98, 0, 238, 0.1);
          box-shadow: 0 0 0 0 rgba(98, 0, 238, 0.1);
  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}

.price-filter .slider > .thumb .thumb-content {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #111111;
  position: absolute;
  top: calc(100% + 4px);
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  white-space: nowrap;
}

@media screen and (min-width: 1025px) {
  .price-filter .slider > .thumb .thumb-content {
    top: calc(100% + 7px);
  }
}

.price-filter .slider > .thumb .thumb-content.empty {
  right: -10%;
}

.price-filter .slider > .thumb .thumb-content.full {
  right: 10%;
}

.price-filter .slider > .thumb.left {
  left: 25%;
  -webkit-transform: translate(-8px, calc(16px / -2.6));
          transform: translate(-8px, calc(16px / -2.6));
}

.price-filter .slider > .thumb.right {
  right: 25%;
  -webkit-transform: translate(8px, calc(16px / -2.6));
          transform: translate(8px, calc(16px / -2.6));
}

.price-filter .slider > .thumb.hover {
  -webkit-box-shadow: 0 0 0 10.6px rgba(98, 0, 238, 0.1);
          box-shadow: 0 0 0 10.6px rgba(98, 0, 238, 0.1);
}

.price-filter .slider > .thumb.active {
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 21.2px rgba(98, 0, 238, 0.2);
          box-shadow: 0 0 0 21.2px rgba(98, 0, 238, 0.2);
}

.price-filter input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 2;
  height: 4px;
  width: 100%;
  opacity: 0;
  cursor: -webkit-grab;
  cursor: grab;
}

.price-filter input[type=range]:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.price-filter input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 16px;
  height: 16px;
  border-radius: 0;
  border: 0 none;
  background-color: red;
  -webkit-appearance: none;
}

.filter-submit-btn {
  display: none;
}

.cart-h1 {
  display: none;
  margin-bottom: 4.3125rem;
  font-size: 28px;
  line-height: 32px;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  padding-top: 4.3125rem;
  padding-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .cart-h1 {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .cart-main-main {
    padding-top: 0;
  }
}

.cart-main-main .products-main__right-container {
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
}

@media screen and (min-width: 1025px) {
  .cart-main-main .products-main__right-container {
    padding: 40px;
  }
}

aside.cart-menu {
  padding: 10px;
  padding-bottom: 29px;
  background-color: #fff;
  border-radius: 12px;
  margin-right: 25px;
  padding-left: 80px;
  max-height: 70px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  overflow: hidden;
  -webkit-transition: max-height .2s ease-out;
  transition: max-height .2s ease-out;
  margin-bottom: 30px;
}

@media screen and (min-width: 1025px) {
  aside.cart-menu {
    padding: 40px;
    max-height: unset;
    margin-bottom: 0;
  }
}

aside.cart-menu.active {
  max-height: 286px !important;
}

@media screen and (min-width: 1025px) {
  aside.cart-menu.active {
    max-height: unset !important;
  }
}

.cart-menu {
  position: relative;
}

.cart-menu::after {
  cursor: pointer;
  content: url(../images/products-cat-down.svg);
  display: block;
  position: absolute;
  right: 20px;
  top: 27px;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

@media screen and (min-width: 1025px) {
  .cart-menu::after {
    display: none;
  }
}

.cart-menu.active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.cart-menu__img {
  top: 10px;
  left: 10px;
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../images/cart-photo.svg);
}

@media screen and (min-width: 1025px) {
  .cart-menu__img {
    position: relative;
    top: unset;
    left: unset;
    padding: 10px;
    width: 115px;
    height: 115px;
    margin: 0 auto;
    margin-bottom: 29px;
  }
}

.cart-menu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

@media screen and (min-width: 1025px) {
  .cart-menu__img img {
    border-radius: 12px;
  }
}

.cart-menu__ul {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
}

.cart-menu__ul li {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

@media screen and (min-width: 1025px) {
  .cart-menu__ul li {
    padding-bottom: 25px;
  }
}

.cart-menu__ul li.active {
  color: #20CF8B;
}

@media screen and (min-width: 1025px) {
  .cart-menu__ul li:hover {
    color: #20CF8B;
  }
}

@media screen and (min-width: 1025px) {
  .cart-menu__ul li:last-of-type {
    margin-bottom: 40px;
  }
}

.cart-menu__ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  display: none;
  width: 100%;
  height: 1px;
  background-color: #F2F2F2;
  border-radius: 0.5px;
}

@media screen and (min-width: 1025px) {
  .cart-menu__ul li::after {
    display: block;
  }
}

.cart-menu__ul__basket {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 18px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 1025px) {
  .cart-menu__ul__basket {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.cart-menu__ul__basket.fake-on-top {
  height: 50px;
}

@media screen and (min-width: 1025px) {
  .cart-menu__ul__basket.fake-on-top {
    display: none;
  }
}

.cart-menu__ul__basket__text {
  margin-right: 19px;
}

.cart-menu__ul__basket__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  background-color: #F2A928;
  width: 40px;
  height: 40px;
}

.cart-logout.home-see-all-btn {
  background-color: #F2A928;
  color: #F22828;
  font-size: inherit;
  margin: unset;
  line-height: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  width: unset;
  border-radius: unset;
  background-color: transparent;
  position: relative;
  height: unset;
  overflow: unset;
}

.cart-logout.home-see-all-btn:hover {
  -webkit-transform: none;
          transform: none;
}

.cart-logout.home-see-all-btn::after {
  display: none;
}

@media screen and (min-width: 1025px) {
  .cart-logout.home-see-all-btn::after {
    display: unset;
  }
}

@media screen and (min-width: 1025px) {
  .cart-logout.home-see-all-btn {
    font-size: 1rem;
    color: #fff;
    margin: 0 auto;
    line-height: 1.125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 14.3125rem;
    border-radius: 0.75rem;
    background-color: #F2A928;
    position: relative;
    height: 3.5rem;
    overflow: hidden;
  }
}

.basket-ul__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #F2F2F2;
  position: relative;
  height: calc(154px + 30px);
  padding-bottom: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1025px) {
  .basket-ul__li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: calc(215px + 2.5rem);
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.basket-ul__li__removebtn {
  display: none;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
  background-color: rgba(242, 40, 40, 0.1);
}

@media screen and (min-width: 1025px) {
  .basket-ul__li__removebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2.5rem;
    min-width: 56px;
    height: 56px;
  }
}

.basket-ul__li__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.basket-ul__li__left {
  height: 90px;
  width: 90px;
  margin-right: 20px;
}

@media screen and (min-width: 1025px) {
  .basket-ul__li__left {
    width: 13.4375rem;
    min-width: 13.4375rem;
    height: 13.4375rem;
    padding: 25px 0;
    margin-right: 2.5rem;
  }
}

.basket-ul__li__left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.basket-ul__li__right {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
}

@media screen and (min-width: 1025px) {
  .basket-ul__li__right {
    padding-right: 20px;
  }
}

.basket-ul__li__right h2 {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1025px) {
  .basket-ul__li__right h2 {
    margin-bottom: 17px;
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}

.basket-ul__li__right__price {
  font-size: 16px;
  line-height: 18px;
}

@media screen and (min-width: 1025px) {
  .basket-ul__li__right__price {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}

.basket-ul__li__quantities {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1025px) {
  .basket-ul__li__quantities {
    max-width: 13.5625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.basket-ul__li__quantities .basket-ul__li__removebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1025px) {
  .basket-ul__li__quantities .basket-ul__li__removebtn {
    display: none;
  }
}

.basket-ul__li__quantities .form-quantity__manipulation {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  min-width: 143px;
}

.basket-ul__li__quantities .form-quantity__manipulation input {
  font-size: 16px;
  line-height: 18px;
}

@media screen and (min-width: 1025px) {
  .basket-ul__li__quantities .form-quantity__manipulation input {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}

.basket-ul__li__quantities .basket-ul__li__totalAmount {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  white-space: nowrap;
}

.basket-ul__li__beforeQuantities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.basket-ul__li__totalAmount {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1025px) {
  .basket-ul__li__totalAmount {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.basket-ul__li__totalAmount__label {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  color: #aaa;
  font-size: 9px;
  line-height: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1025px) {
  .basket-ul__li__totalAmount__label {
    margin-right: 0.625rem;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.basket-ul__li__totalAmount__num {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 18px;
}

@media screen and (min-width: 1025px) {
  .basket-ul__li__totalAmount__num {
    font-size: 22px;
    line-height: 26px;
  }
}

.basket-ul__li .form-quantity__manipulation {
  background-color: transparent;
  margin-bottom: 0;
  height: 44px;
  padding: 0 16px;
  border: 1px solid #E5E5E5;
}

@media screen and (min-width: 1025px) {
  .basket-ul__li .form-quantity__manipulation {
    min-height: 3.5rem;
    padding: 0 16px;
    margin-bottom: 21px;
  }
}

@media screen and (min-width: 1441px) {
  .basket-ul__li .form-quantity__manipulation {
    padding: 0 30px;
  }
}

.plus, .minus {
  cursor: pointer;
}

.cart-basket-info-and-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-basket-info-and-nav__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: unset;
}

.cart-basket-info-and-nav__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-basket-info-and-nav__right a:first-child {
  font-family: rmn;
  font-size: 13px;
  color: #F22828;
  line-height: 16px;
}

@media screen and (min-width: 1025px) {
  .cart-basket-info-and-nav__right a:first-child {
    color: #111111;
    margin-right: 40px;
    font-size: 16px;
    line-height: 19px;
  }
}

.real-cart {
  position: relative;
  margin-bottom: 106px;
}

@media screen and (min-width: 1025px) {
  .real-cart {
    margin-bottom: 0;
  }
}

.real-cart .continue-to-order.home-see-all-btn {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background-color: #20CF8B;
  top: 100%;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .real-cart .continue-to-order.home-see-all-btn {
    -webkit-transform: none;
            transform: none;
    position: relative;
    right: 0;
    top: 0;
  }
}

.basket__orderMenu h3 {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .basket__orderMenu h3 {
    margin-bottom: 2.5rem;
  }
}

.basket__orderMenu .cart-basket-info-and-nav {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 31px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1025px) {
  .basket__orderMenu .cart-basket-info-and-nav {
    padding-bottom: 31px;
    margin-bottom: 40px;
  }
}

.delivery-price {
  margin-top: 8px;
  font-family: rmn;
  font-size: 13px;
  line-height: 16px;
}

@media screen and (min-width: 1025px) {
  .delivery-price {
    margin-left: 18px;
    margin-top: 0;
    font-size: 16px;
    line-height: 19px;
  }
}

.delivery-price__amount {
  color: #F22828;
}

.totalPlusDelivery {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  color: #F22828;
  font-size: 16px;
  line-height: 18px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media screen and (min-width: 1025px) {
  .totalPlusDelivery {
    -ms-flex-item-align: unset;
        -ms-grid-row-align: unset;
        align-self: unset;
    font-size: 22px;
    line-height: 26px;
  }
}

.input-div.reg-select-div:not(.radio-input) {
  position: relative;
  height: 56px;
  padding: 0 30px;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: none;
  transition: none;
}

.input-div.reg-select-div:not(.radio-input) .nicuSelect-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
}

.input-div.reg-select-div:not(.radio-input) .nicuSelect-container p {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  line-height: 16px;
  color: #1111111c;
}

.input-div.reg-select-div:not(.radio-input) .nicuSelect-container p.active-p {
  color: #111;
}

.input-div.reg-select-div:not(.radio-input) .nicuSelect-container p.active-p br {
  display: none;
}

.input-div.reg-select-div:not(.radio-input) .nicuSelect-container p::after {
  content: url(../images/reg-sel-arrow.svg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform .2s ease-in;
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

.input-div.reg-select-div:not(.radio-input) .nicuSelect-container ul {
  background-color: #fff;
  position: absolute;
  z-index: -1;
  right: -31px;
  top: 100%;
  width: calc( 100% + 62px);
  border: 1px solid #E5E5E5;
  border-color: transparent;
  border-top: transparent;
  padding-left: 30px;
  border-radius: 0 0 12px 12px;
  padding-bottom: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-row-gap: 14px;
  max-height: 0;
  -webkit-transition: max-height -400ms 600ms ease-out;
  transition: max-height -400ms 600ms ease-out;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
}

.input-div.reg-select-div:not(.radio-input).active {
  border-radius: 12px 12px 0 0;
}

.input-div.reg-select-div:not(.radio-input).active .nicuSelect-container ul {
  z-index: 1;
  border: 1px solid #E5E5E5;
  border-top: transparent;
  padding-bottom: 24px;
  max-height: 9999px;
  -webkit-transition: max-height 800ms ease-in;
  transition: max-height 800ms ease-in;
}

.input-div.reg-select-div:not(.radio-input).active p::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nicuSelect-container ul {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
}

.nicuSelect-container ul li {
  opacity: .6;
}

.nicuSelect-container ul li.active, .nicuSelect-container ul li:hover {
  opacity: 1;
}

#reg-select {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.text-input {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  h3 + .two-together {
    margin-bottom: 69px;
    max-width: 695px;
  }
}

.two-together {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 10px;
}

@media screen and (min-width: 1025px) {
  .two-together {
    grid-gap: 25px;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.two-together .input-div:not(.radio-input) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 56px;
  border-radius: 12px;
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #E5E5E5;
}

.two-together .input-div:not(.radio-input) > * {
  height: 100%;
}

.two-together .input-div:not(.radio-input) input, .two-together .input-div:not(.radio-input) .span-dash {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  text-transform: initial !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.two-together .input-div:not(.radio-input) input {
  height: 100%;
}

.two-together:nth-of-type(2) {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 31px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1025px) {
  .two-together:nth-of-type(2) {
    padding-bottom: 31px;
    margin-bottom: 40px;
    grid-gap: 2.5rem;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.radio-input {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.radio-input label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  white-space: nowrap;
}

.radio-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-input .label-text {
  font-family: rmn;
  font-size: 16px;
  line-height: 19px;
  margin-left: 30px;
}

.radio-input .radio-checkmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #111;
  background-color: transparent;
}

.radio-input input:checked ~ .radio-checkmark {
  border-color: #20CF8B;
  background-color: #20CF8B;
}

.checkmark {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background-color: white;
  background-color: transparent;
  position: relative;
  border: 1px solid #707070;
  margin-right: 15px;
}

#agree-terms-chkbx {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#agree-terms-chkbx:checked ~ .checkmark {
  border-color: #F22828;
  background-color: #F22828;
}

.agree-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 1025px) {
  .agree-terms {
    margin-bottom: 0;
  }
}

.agree-terms label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  color: #111111;
}

.agree-terms span, .agree-terms a {
  font-family: rmn !important;
}

.agree-terms a {
  color: #F22828;
}

.three-together {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1025px) {
  .three-together {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.three-together__right {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 1025px) {
  .three-together__right {
    margin-bottom: 0;
    -ms-flex-item-align: unset;
        -ms-grid-row-align: unset;
        align-self: unset;
  }
}

.three-together__right .goBackToBasket {
  font-family: rmn;
  font-size: 14px;
  line-height: 17px;
}

@media screen and (min-width: 1025px) {
  .three-together__right .goBackToBasket {
    font-size: 16px;
    line-height: 19px;
    margin-right: 2.5rem;
  }
}

.basket.form.products-main__right-container .basket__orderMenu {
  display: none;
}

.basket.form.products-main__right-container.ordering .basket__chooseMenu {
  display: none;
}

.basket.form.products-main__right-container.ordering .basket__orderMenu {
  display: unset;
}

.order-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.order-ul__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.order-ul__li:not(:last-child) {
  margin-bottom: 20px;
}

.order-ul__li__header {
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  padding-left: 20px;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .order-ul__li__header {
    padding-left: 30px;
  }
}

.order-ul__li__header::after {
  content: url(../images/historyorder-arrow.svg);
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

@media screen and (min-width: 1025px) {
  .order-ul__li__header::after {
    right: 30px;
  }
}

.order-ul__li__header__number {
  margin-right: 20px;
  font-size: 16px;
  line-height: 18px;
}

@media screen and (min-width: 1025px) {
  .order-ul__li__header__number {
    margin-right: 2.5rem;
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}

.order-ul__li__header__ID, .order-ul__li__header__date {
  color: #AAAAAA;
  font-size: 13px;
  line-height: 15px;
}

@media screen and (min-width: 1025px) {
  .order-ul__li__header__ID, .order-ul__li__header__date {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.order-ul__li__header__ID {
  margin-right: 27px;
  color: #F2A928;
}

@media screen and (min-width: 1025px) {
  .order-ul__li__header__ID {
    margin-right: 2.5rem;
  }
}

.order-ul__li__header__hr {
  width: 1px;
  height: 1.5rem;
  background-color: #E6E6E6;
  margin-right: 20px;
}

@media screen and (min-width: 1025px) {
  .order-ul__li__header__hr {
    margin-right: 2.5rem;
  }
}

.order-ul__li__header.active {
  border-radius: 12px 12px 0 0;
}

.order-ul__li__header.active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.orders-ul__li__itemsUL {
  border: 1px solid #E5E5E5;
  border-top: none;
  border-color: transparent;
  overflow: hidden;
  max-height: 0;
  border-radius: 0 0 12px 12px;
  -webkit-transition: max-height -400ms 600ms ease-out;
  transition: max-height -400ms 600ms ease-out;
  padding: 0 20px;
}

@media screen and (min-width: 1025px) {
  .orders-ul__li__itemsUL {
    padding: 0;
  }
}

.orders-ul__li__itemsUL__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc( 90px + 46px);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1025px) {
  .orders-ul__li__itemsUL__li {
    padding: 20px 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 135px;
    margin-bottom: 0;
  }
  .orders-ul__li__itemsUL__li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    opacity: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #20CF8B;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }
  .orders-ul__li__itemsUL__li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#20cf8b), color-stop(50.74%, #fa1c29), to(#f2a928));
    background: linear-gradient(to right, #20cf8b 0%, #fa1c29 50.74%, #f2a928 100%);
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }
  .orders-ul__li__itemsUL__li:hover::before {
    opacity: 1;
  }
  .orders-ul__li__itemsUL__li:hover::after {
    opacity: .05;
  }
}

.orders-ul__li__itemsUL__li:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}

.orders-ul__li__itemsUL__li__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.orders-ul__li__itemsUL__li__left img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 90px;
  height: 90px;
  margin-right: 10px;
}

@media screen and (min-width: 1025px) {
  .orders-ul__li__itemsUL__li__left img {
    margin-right: 1.5625rem;
    width: 95px;
    height: 100%;
  }
}

.orders-ul__li__itemsUL__li__right {
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .orders-ul__li__itemsUL__li__right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 53px;
    width: unset;
  }
}

@media screen and (min-width: 1025px) {
  .orders-ul__li__itemsUL__li__right__amount {
    margin-right: 2.25rem;
  }
}

.orders-ul__li__itemsUL__li__right p {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-size: 13px;
  line-height: 15px;
  color: #AAAAAA;
}

.orders-ul__li__itemsUL__li__right p span {
  font-weight: bold !important;
  color: #111111;
}

.h2andPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 59px;
}

@media screen and (min-width: 1025px) {
  .h2andPrice {
    height: 53px;
  }
}

.h2andPrice h2 {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 16px;
}

@media screen and (min-width: 1025px) {
  .h2andPrice h2 {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.h2andPrice__price {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 18px;
}

@media screen and (min-width: 1025px) {
  .h2andPrice__price {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.order-ul__li__header.active ~ .orders-ul__li__itemsUL {
  max-height: 9999px;
  border-color: #E5E5E5;
  -webkit-transition: max-height 800ms ease-in;
  transition: max-height 800ms ease-in;
}

@media screen and (min-width: 1025px) {
  .history-orders-real {
    padding-bottom: 6.875rem;
  }
}

.whole-nav-menu {
  position: fixed !important;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 100%;
  top: 0;
  background-color: #111;
  color: #fff !important;
  width: 29.1875rem;
  height: 100vh;
  -webkit-transition: right .8s ease-out;
  transition: right .8s ease-out;
}

.whole-nav-menu.left {
  right: calc( 100% - 29.1875rem);
}

.header-burgerMenu {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 6.3125rem;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

.header-burgerMenu.scrolled {
  position: fixed;
  height: 123px;
}

.header-burgerMenu.left {
  position: fixed;
  height: 100vh;
}

.header-burgerMenu.right {
  left: -37.125rem;
  -webkit-transition: left .8 ease-out;
  transition: left .8 ease-out;
}

.header-container-norm .header-burgerMenu {
  position: relative;
  top: 0;
  left: 0;
  height: 103px;
  width: 6.3125rem;
  min-width: unset;
  max-width: unset;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
  -webkit-animation: relativeLater .6s;
          animation: relativeLater .6s;
}

.header-container-norm .header-burgerMenu.scrolled {
  position: fixed;
  height: 123px;
  -webkit-animation: none;
          animation: none;
}

.header-container-norm .header-burgerMenu.left {
  position: fixed;
  height: 100vh;
  -webkit-animation: none;
          animation: none;
}

.minimeze-svg-container {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .minimeze-svg-container {
    position: static;
  }
}

@-webkit-keyframes relativeLater {
  0% {
    position: fixed;
  }
  100% {
    position: fixed;
  }
}

@keyframes relativeLater {
  0% {
    position: fixed;
  }
  100% {
    position: fixed;
  }
}

.personal-info__three-together {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 20px;
  grid-auto-rows: auto;
}

@media screen and (min-width: 1025px) {
  .personal-info__three-together {
    grid-gap: 1.5625rem;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

.personal-info__one-alone {
  cursor: drag;
  position: relative;
}

.personal-input {
  border: 1px solid #E5E5E5;
  border-radius: 12px;
}

.dropzone.dz-clickable {
  cursor: initial !important;
}

.dropzone {
  min-height: unset !important;
  border: unset !important;
  background: unset !important;
  padding: unset !important;
}

@media screen and (max-width: 768px) {
  .personal-info {
    padding: 0 !important;
    background: unset !important;
  }
}

.basicinfoform {
  margin-bottom: 30px;
}

@media screen and (min-width: 1025px) {
  .basicinfoform {
    margin-bottom: 57px;
  }
}

.personal-info form {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  background-color: #fff !important;
  border-radius: 12px !important;
  padding: 20px !important;
}

@media screen and (min-width: 1025px) {
  .personal-info form {
    padding: 0 !important;
  }
}

.personal-info form label:not(.label-container), .personal-info form label .same-as-label {
  cursor: pointer;
  display: block;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 16px;
  margin-bottom: 15px !important;
  line-height: 18px;
}

@media screen and (min-width: 1025px) {
  .personal-info form label:not(.label-container), .personal-info form label .same-as-label {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.personal-info form .home-see-all-btn {
  cursor: pointer !important;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: transparent;
  border: 1px solid #20CF8B;
  color: #20CF8B;
  margin: unset;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media screen and (min-width: 769px) {
  .personal-info form .home-see-all-btn {
    width: 14.3125rem;
  }
}

.personal-info form .home-see-all-btn::after {
  content: url(../images/cyan-border-canabis.svg);
  right: -32.8992px;
  top: -0.4rem;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
}

.dz-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 181px;
  border-radius: 12px;
  border: 1px dashed #e5e5e5;
}

@media screen and (min-width: 1025px) {
  .dz-default {
    height: 220px;
  }
}

.dz-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
}

.dz-message img {
  margin-bottom: 19px;
}

.dz-message span {
  font-size: 14px;
  line-height: 16px;
  color: #AAAAAA;
  margin-bottom: 13px;
}

@media screen and (min-width: 1025px) {
  .dz-message span {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.dz-message .deskt {
  display: none;
}

@media screen and (min-width: 1025px) {
  .dz-message .deskt {
    display: unset;
  }
}

@media screen and (min-width: 1025px) {
  .dz-message .mob {
    display: none;
  }
}

.dz-message .warning {
  color: #aaaaaa;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.dropzone .dz-message {
  margin: 0 !important;
  cursor: pointer;
  margin-bottom: 20px !important;
}

@media screen and (min-width: 1025px) {
  .dropzone .dz-message {
    margin-bottom: 30px !important;
  }
}

.dz-message .real-image {
  display: none;
  width: 100%;
  height: 100%;
}

.dz-message.got-input {
  padding: 10px;
}

.dz-message.got-input > *:not(.real-image) {
  display: none !important;
}

.dz-message.got-input .real-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.real-image {
  position: relative;
}

.real-image img {
  border-radius: 12px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.real-imageX {
  display: none;
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 20;
  cursor: pointer;
}

.real-imageX i {
  font-size: 25px;
  color: #F41E10;
}

.personal-info__one-alone.got-input-outer .real-imageX {
  display: unset;
}

.passformheading {
  margin-bottom: 38px;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 18px;
}

@media screen and (min-width: 1025px) {
  .passformheading {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}

@media screen and (min-width: 1025px) {
  .real-profile {
    padding-bottom: 80px;
  }
}

.recovery-form {
  width: 100%;
  margin: 0 auto;
  max-width: 455px;
}

.recovery-submit-btn {
  width: 100%;
  cursor: pointer;
}

.real-recovery.active .recover-successfully-completed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.real-recovery.active .recovery-form {
  display: none;
}

.recover-successfully-completed {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkmark-buble {
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 39px;
  border-radius: 50%;
  background-color: #20CF8B;
}

.p-message {
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-size: 1rem;
  line-height: 1.6rem;
}

.real-rules h1 {
  margin-bottom: 49px !important;
}

@media screen and (min-width: 1025px) {
  .real-rules h1 {
    margin-bottom: 109px !important;
  }
}

.real-rules h3 {
  font-family: rmn;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .real-rules h3 {
    font-size: 1.375rem;
    line-height: 1.625rem;
    margin-bottom: 110px;
  }
}

.rules-content__three-together {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1025px) {
  .rules-content__three-together {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.rules-content__three-together__each {
  max-width: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rules-content__three-together__each:not(:last-of-type) {
  margin-bottom: 40px;
}

@media screen and (min-width: 1025px) {
  .rules-content__three-together__each:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.rules-content__three-together__each__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #20CF8B;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .rules-content__three-together__each__box {
    width: 160px;
    height: 160px;
    margin-bottom: 40px;
  }
}

.rules-content__three-together__each__text {
  font-family: rmn;
  font-size: 14px;
  line-height: 22.4px;
  text-align: center;
}

.rules-content__three-together__each__text span {
  display: block;
  color: #F2A928;
}

.rules-content svg {
  width: 44px;
  height: 44px;
}

@media screen and (min-width: 1025px) {
  .real-rules {
    padding-bottom: 7.5rem;
  }
}

header {
  position: relative;
}

.searchbar-shown {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 90%;
  z-index: -1;
  opacity: 0;
  padding-left: calc( 105px + 4.375rem);
  padding-right: 10px;
  width: 100%;
  height: 0;
  -webkit-transition: top .4s ease-in, opacity .2s ease-in, height .2s ease-in;
  transition: top .4s ease-in, opacity .2s ease-in, height .2s ease-in;
}

.searchbar-shown.srch-on {
  height: 100%;
  opacity: 1;
  top: 0;
  z-index: 1;
}

.searchbar-shown__inside {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-right {
  position: relative;
  z-index: 1;
}

.header-right > *:not(.searchbar-container), .header-left > *:not(.header-logo) {
  bottom: 0;
  position: relative;
  opacity: 1;
  -webkit-transition: bottom .5s ease-in, left .2s ease-in, opacity .6s ease-in;
  transition: bottom .5s ease-in, left .2s ease-in, opacity .6s ease-in;
}

.header-right.srch-on > *:not(.searchbar-container), .header-left.srch-on > *:not(.header-logo) {
  bottom: 100%;
  position: relative;
  opacity: 0;
  -webkit-transition: bottom .4s ease-in, left .2s ease-in, opacity .2s ease-in;
  transition: bottom .4s ease-in, left .2s ease-in, opacity .2s ease-in;
}

.header-right .searchbar-container {
  position: relative;
  left: 0;
  -webkit-transition: left .2s ease-in;
  transition: left .2s ease-in;
}

.header-right.srch-on .searchbar-container {
  left: 178px;
  z-index: 10;
  position: relative;
}

.searchbar-svg__X {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

.searchbar-input-container {
  width: 50%;
}

.searchbar-input-container input {
  width: 100%;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}

.respo-menu-ul li:not(.respo-search-li).vanished {
  display: none !important;
}

.respo-search-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.respo-search-li__searchform {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.respo-search-li__searchform input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 20px;
  margin-right: 15px;
  font-size: 12px;
  line-height: 14px;
  font-family: mtavruli !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
}

.respo-search-li.respo-srch-on {
  width: 100%;
}

.respo-search-li.respo-srch-on a {
  display: none;
}

.respo-search-li.respo-srch-on .respo-search-li__searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.respo-search-li__searchform__X {
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .home-header.work-with {
    -webkit-transition: height 0s;
    transition: height 0s;
    position: fixed;
    top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .mid-container {
    position: relative !important;
  }
}

@media screen and (min-width: 1025px) {
  .header-burgerMenu {
    top: 0;
    position: fixed !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

.contact-input-div-textarea .input-error-qstmark {
  bottom: calc( 100% + 1rem) !important;
}

.respo-menu-toggler {
  position: relative;
}

.respo-menu-toggler::after {
  position: absolute;
  content: '';
  display: block;
  height: 24px;
  width: 24px;
  background: url(../images/respo-menu.svg);
  -webkit-transition: background .2s ease-in;
  transition: background .2s ease-in;
}

.respo-menu-toggler.active::after {
  background: url(../images/active-respo-menu.svg);
}

@media screen and (min-width: 1025px) {
  main:not(.home-main):not(.single-product-main) {
    padding-bottom: 6.875rem;
  }
}

@media screen and (max-width: 1024px) {
  .personal-info__three-together {
    grid-row-gap: 0;
  }
  .personal-info__three-together .input-div:not(.radio-input) {
    margin-bottom: 20px;
  }
}

.real-success .recover-successfully-completed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.real-success .recover-successfully-completed .error-svgg {
  display: none;
}

.real-success .recover-successfully-completed .p-message-err {
  display: none;
}

.real-success .recover-successfully-completed.error .checkmark-buble {
  background-color: #F22828;
}

.real-success .recover-successfully-completed.error .error-svgg, .real-success .recover-successfully-completed.error .p-message-err {
  display: unset;
}

.real-success .recover-successfully-completed.error .sucesss, .real-success .recover-successfully-completed.error .p-message-suc {
  display: none;
}

.recover-successfully-completed svg {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 768px) {
  .home-page .home-see-all-btn {
    width: 100%;
  }
  .home-topProductsSecond {
    padding-bottom: 34px;
  }
}

.price-filter input[type=range] {
  position: absolute;
  pointer-events: initial !important;
  -webkit-appearance: none;
  z-index: 2;
  height: 4px;
  width: 100%;
  opacity: 0;
}

.price-filter input[type=range]::-webkit-slider-thumb {
  pointer-events: initial;
  width: 16px;
  height: 16px;
  border-radius: 0;
  border: 0 none;
  background-color: red;
  -webkit-appearance: none;
}
/*# sourceMappingURL=style.css.map */