.overlay-table {
  padding-bottom: 10px;
}

.pagination__area {
  margin-top: 15px;
}

.product__wrapper_row .product__wrapper_row_col {
  width: calc(33.3333333333% - 22.5px);
}

.thank {
  padding: 90px 0;
}

.cart__table {
  overflow: hidden;
  overflow-x: auto;
}
.cart__table .cart__table--inner {
  vertical-align: middle;
  min-width: 1000px;
  max-width: 1300px;
  width: 100%;
}

@media (max-width: 991px) {
  .categories__menu.mobile-v-block {
    display: flex !important;
    align-items: center !important;
    min-width: 250px;
    justify-content: space-between !important;
  }
  .categories__menu.mobile-v-block .header__menu--link {
    line-height: 40px;
    border: 0;
  }
  .categories__menu.mobile-v-block .header__menu--link::before {
    display: none;
  }
  .header__select--categories {
    margin-bottom: 25px;
  }
  .copyright__content {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .product__card--title {
    font-size: 14px;
  }
  #whatsappIcon, #scroll__top {
    right: 8px;
    height: 35px;
    width: 35px;
    padding: 0;
    font-size: 20px;
  }
  #whatsappIcon svg, #scroll__top svg {
    width: 20px;
  }
}

/*# sourceMappingURL=style-new-v1.2.css.map */
