

.productCard_w {
  width: 19.34375vw;
  padding: 1.04167vw 1.1875vw;
  margin: 0 1.04167vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: unset;
      align-content: unset;
  border: 0.10417vw solid transparent;
  border-radius: 1.5625vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.productCard_w * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.productCard_w:hover {
  border: 0.10417vw solid #FFC632;
  -webkit-filter: drop-shadow(0vw 0.20833vw 0.20833vw rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0vw 0.20833vw 0.20833vw rgba(0, 0, 0, 0.25));
}

.productCard_w:hover .productCard_btn {
  visibility: visible;
  opacity: 1;
}

.productCard_img {
  width: 15.72917vw;
  height: 15.72917vw;
  margin-bottom: 1.51042vw;
}

.productCard_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.productCard_weight {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 0.83333vw;
  line-height: 1.04167vw;
  color: #CACACA;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.onsale {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 1.14583vw;
  line-height: 2.03125vw;
  text-align: center;
  color: #FFC632;
}

.productCard_title,
.woocommerce-loop-product__title {
  width: 17.8125vw;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 1.14583vw;
  line-height: 1.40625vw;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 1.30208vw;
}

.productCard_desc {
  max-width: 13.28125vw;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 0.83333vw;
  line-height: 1.04167vw;
  text-align: center;
  color: #CECECE;
  margin-bottom: 1.04167vw;
}

.product_prices {
  width: fit-content;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.51042vw;
}

.productCard_price {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 1.66667vw;
  line-height: 2.03125vw;
  text-align: center;
  color: #FFC632;
  margin-bottom: 0;
  margin-right: 1vw;
}

.productCard_oldPrice {
  text-decoration: line-through !important;
  font-size: 0.8vw;
  line-height: 1.03125vw;
}

.productCard_price span {
  font-size: 1.14583vw;
}

.productCard_btn,
.added_to_cart {
  padding: 0.625vw 2.08333vw;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  text-align: center;
  color: #FFFFFF;
  background-color: #85241F;
  border-radius: 0.88542vw;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

/* .added_to_cart {
  margin-top: 2vw;
  visibility: visible;
  opacity: 1;
} */

.productCard_btn:hover,
.added_to_cart:hover {
  background-color: #fff;
  color: #85241F;
}

@media screen and (max-width: 500px) {
  .productCard_btn,
  .added_to_cart {
    padding: 1.66667vw 5.55556vw;
    font-size: 2.33333vw;
    line-height: 4.16667vw;
    border-radius: 2.36111vw;
  }
}

@media screen and (max-width: 500px) {
  .productCard_w {
    width: 38.88889vw;
  }
  .productCard_img {
    width: 27.77778vw;
    height: 28.33333vw;
    margin-bottom: 3.05556vw;
  }
  .productCard_img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .productCard_weight {
    font-size: 2.77778vw;
    line-height: 3.61111vw;
  }
  .productCard_title,
.woocommerce-loop-product__title {
    width: 37.5vw;
    font-size: 3.33333vw;
    line-height: 4.16667vw;
    margin-bottom: 2.22222vw;
  }
  .productCard_desc {
    max-width: 36.11111vw;
    font-size: 2.22222vw;
    line-height: 2.77778vw;
    margin-bottom: 2.77778vw;
  }
  .productCard_price {
    font-size: 3.33333vw;
    line-height: 4.16667vw;
    margin-bottom: 4.16667vw;
  }
  .productCard_price span {
    font-size: 3.33333vw;
  }
  .productCard_btn,
  .added_to_cart {
    padding: 0.625vw 2.08333vw;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.5625vw;
    text-align: center;
    color: #FFFFFF;
    background-color: #85241F;
    border-radius: 0.88542vw;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 2.77778vw;
  }
  .productCard_btn:hover,
  .added_to_cart:hover {
    background-color: #fff;
    color: #85241F;
  }
}

@media screen and (max-width: 500px) and (max-width: 500px) {
  .productCard_btn,
  .added_to_cart {
    padding: 1.66667vw 5.55556vw;
    font-size: 2.33333vw;
    line-height: 4.16667vw;
    border-radius: 2.36111vw;
  }
}


.main {
  margin-top: 6.14583vw;
  width: 100%;
  padding: 0 7.8125vw;
  padding-top: 2.60417vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: unset;
      align-content: unset;
}

.sidebar {
  width: 17.70833vw;
  position: sticky;
  top: 140px;
  z-index: 9;
}

.container_tabs {
  width: 90%;
  height: 100%;
  margin: 0 auto;
}

.container_btns_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: unset;
      align-content: unset;
}

.container_tabs_wrapper {
  width: 100%;
  height: 100%;
  margin-top: 1.92708vw;
  padding: 1.61458vw 0;
  border-right: 2px solid #FFC632;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: unset;
      align-content: unset;
}

.container_tab {
  display: none;
}

.container_btn {
  padding: 0.52083vw 1.30208vw;
  background: transparent;
  border: 0.15625vw solid #85241F;
  border-radius: 0.3125vw;
  cursor: pointer;
  margin: 0 1.14583vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 1.04167vw;
  line-height: 1.25vw;
  color: #FFFFFF;
}

.container_btn:hover {
  background-color: #85241F;
}

.container_tab {
  width: 100%;
  height: 29vw;
  overflow-y: auto;
}
.container_tab::-webkit-scrollbar {
  width: 10px;
}.container_tab::-webkit-webkit-scrollbar-thumb {
  background-color: #fff;
}

.container_tab ul {
  width: 100%;
}

.container_tab ul li {
  width: 100%;
  margin: 0 0 1.5625vw 0;
}

.container_tab ul li:last-child {
  margin-bottom: 0;
}

.menuRow {
  width: 100%;
  padding: 0.41667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: unset;
      align-content: unset;
  cursor: pointer;
}

.menuRow span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 1.7vw;
  color: #FFFFFF;
}

.menuRow:hover {
  background-color: #85241F;
}

.menuRow_icon {
  width: 1.5625vw;
  height: 1.5625vw;
  margin-right: 0.52083vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: unset;
      align-content: unset;
}

.menuRow_icon svg {
  width: 100%;
  height: auto;
}

.menuContent_wraper {
  width: 100%;
  /* margin-left: 16.66667vw; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: unset;
      align-content: unset;
}

.menuContent_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 2.1875vw;
  line-height: 2.65625vw;
  letter-spacing: 0.07em;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  margin: 0;
  margin-bottom: 4.94792vw;
  margin-left: -10.9375vw;
}

.menuContent_title::after {
  content: '';
  position: absolute;
  bottom: -0.52083vw;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 70%;
  height: 0.20833vw;
  background-color: #85241F;
}

.menuContent_title::before {
  content: 'კერძები';
  position: absolute;
  bottom: -2.08333vw;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-size: 0.83333vw;
  line-height: 0.98958vw;
  color: #BFBFBF;
}

@media screen and (max-width: 500px) {
  .menuContent_title {
    font-size: 5vw;
    line-height: 6.11111vw;
  }
  .menuContent_title::after {
    bottom: -2.77778vw;
    height: 0.55556vw;
  }
  .menuContent_title::before {
    bottom: -8.33333vw;
    font-size: 2.22222vw;
    line-height: 2.5vw;
  }
}

.menuContent_content,
ul.products {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: unset;
      align-content: unset;
}

.open_sidebar_mobile {
  display: none;
}

.menuContent_pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2.60417vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: unset;
      align-content: unset;
}

.menuContent_pagination a {
  margin: 0 0.26042vw;
}

.menuContent_pagination a:first-child, .menuContent_pagination a:last-child {
  /* margin: 0 1.5625vw; */
}

ul.page-numbers a.page-numbers,
ul.page-numbers span.page-numbers {
  width: 2.34375vw;
  height: 2.34375vw;
  background-color: #85241F;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: unset;
      align-content: unset;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 1.51042vw;
  color: #FFFFFF;
}

.page-numbers svg {
  width: 25%;
  height: auto;
}

.page-numbers svg path {
  stroke: #fff;
}

ul.page-numbers a.page-numbers:hover,
ul.page-numbers span.page-numbers:hover {
  background-color: #fff;
  color: #85241F;
}

ul.page-numbers a.page-numbers:hover path,
ul.page-numbers span.page-numbers:hover path {
  stroke: #85241F;
}

ul.page-numbers {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: unset;
      align-content: unset;
}

@media screen and (max-width: 500px) {
  .main {
    margin-top: 32.77778vw;
    width: 100%;
    padding: 0 7.8125vw;
    padding-top: 2.60417vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: unset;
        align-content: unset;
  }
  .sidebar {
    width: 85%;
    height: 100%;
    padding-top: 32.5vw;
    position: fixed;
    top: 0;
    left: -85%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.9);
    border-right: 2px solid #FFC632;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .open_sidebar_mobile {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent;
    position: fixed;
    left: -20.83333vw;
    top: 55.55556vw;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .open_sidebar_mobile span {
    width: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 5.55556vw;
    line-height: 6.94444vw;
    letter-spacing: 0.07em;
    color: #FFFFFF;
    white-space: nowrap;
  }
  .container_tabs {
    width: 100%;
    margin: 0 auto;
  }
  .container_btns_wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: unset;
        align-content: unset;
  }
  .container_tabs_wrapper {
    width: 100%;
    margin-top: 0;
    padding: 8.61111vw 0;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
    -ms-flex-line-pack: unset;
        align-content: unset;
  }
  .container_tab {
    display: none;
  }
  .container_btn {
    padding: 1.66667vw 4.16667vw;
    border: 0.5vw solid #85241F;
    border-radius: 1vw;
    margin: 0 3.66667vw;
    font-size: 3.33333vw;
    line-height: 4vw;
  }
  .container_tab {
    width: 100%;
    height: 95vw;
    padding-bottom: 0.52083vw;
  }
  .container_tab ul {
    width: 100%;
  }
  .container_tab ul li {
    width: 100%;
    margin: 0 0 1.5625vw 0;
  }
  .menuRow {
    width: 100%;
    padding: 2.22222vw;
    padding-left: 8.33333vw;
  }
  .menuRow span {
    font-size: 6.66667vw;
    line-height: 8vw;
    color: #FFFFFF;
  }
  .menuRow_icon {
    width: 8.33333vw;
    height: 8.33333vw;
    margin-right: 2.77778vw;
  }
  .menuContent_wraper {
    margin-left: 0;
  }
  .menuContent_title {
    font-size: 8.16667vw;
    line-height: 9.91667vw;
    margin-bottom: 18.47222vw;
    margin-left: 0;
  }
  .menuContent_title::after {
    bottom: -1.94444vw;
    height: 0.77778vw;
  }
  .menuContent_title::before {
    content: 'კერძები';
    bottom: -7.77778vw;
    font-size: 3.11111vw;
    line-height: 3.69444vw;
  }
  .menuContent_pagination {
    margin-top: 9.72222vw;
  }
  .menuContent_pagination a {
    margin: 0 0.97222vw;
  }
  .menuContent_pagination a:first-child, .menuContent_pagination a:last-child {
    /* margin: 0 5.83333vw; */
  }
  ul.page-numbers a.page-numbers,
  ul.page-numbers span.page-numbers {
    width: 8.75vw;
    height: 8.75vw;
    font-size: 4.66667vw;
    line-height: 5.63889vw;
  }
}

.current {
    background-color: #fff !important;
    color: #85241F !important;
}
