@media (max-width: 659px) {
  .container-md {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 660px) and (max-width: 767px) {
  .container-md {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.page-catalog {
  padding-bottom: 0;
}
.page-catalog .accordion-button:hover {
  color: #2B2C2D;
}
.page-catalog .list-product-catalog {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin: 0 -20px;
}
.page-catalog .list-product-catalog .wrapper-item-product {
  background-color: #fff;
  padding: 9px 9px 0;
}
.page-catalog .list-product-catalog .item-product {
  padding: 0;
  width: calc(100% / 2 - 1px);
}
.page-catalog .block-bottom-page {
  margin-top: 20px;
}
.page-catalog .list-post-catalog .slick-dots {
  bottom: -15px;
}
.page-catalog .section-blog {
  padding-bottom: 40px;
}
.page-catalog .section-wrapper-questions {
  padding-bottom: 45px;
}
.page-catalog .section-wrapper-questions .accordionItem {
  margin-bottom: 15px;
}
.page-catalog .section-viewed-products {
  padding-top: 45px;
}
.page-catalog .section-viewed-products .slider-list-product .slick-dots {
  bottom: -35px;
}
.page-catalog .btn-sort {
  color: #2B2C2D;
}
@media (min-width: 768px) {
  .page-catalog .list-product-catalog {
    gap: 30px;
    margin: 0;
  }
  .page-catalog .list-product-catalog .item-product {
    width: calc(100% / 2 - 15px);
  }
  .page-catalog .list-product-catalog .wrapper-item-product {
    padding: 0;
  }
  .page-catalog .block-bottom-page {
    margin-top: 35px;
  }
  .page-catalog .section-viewed-products {
    padding-bottom: 75px;
  }
}
@media (min-width: 1024px) {
  .page-catalog .accordionWrapper {
    grid-gap: 0;
  }
  .page-catalog .title-section.small {
    font-size: 18px;
    line-height: 120%;
  }
  .page-catalog .list-product-catalog .item-product {
    width: calc(100% / 3 - 20px);
  }
  .page-catalog .list-product-catalog.grid-3 .item-product{
    width: calc(100% / 3 - 20px);
  }
  .page-catalog .list-product-catalog.grid-4 .item-product {
    width: calc(100% / 4 - 22.5px);
    min-height: initial;
  }
  .wrapper-sort .select-custom-project {
    margin-bottom: 0;
  }
  .page-catalog .section-viewed-products {
    padding-top: 70px;
  }
  .page-catalog .section-blog {
    padding-top: 10px;
  }
  .page-catalog .section-blog .title-section {
    margin-bottom: 50px;
  }
  .page-catalog .list-post .text-post {
    -webkit-line-clamp: 4;
  }
  .page-catalog .list-post .wrapper-img-post {
    height: 212px;
  }
  .page-catalog .list-post-catalog .slick-dots {
    bottom: 0;
  }
}
@media (min-width: 1280px) {
  .page-catalog .wrapper-photo-product {
    height: 355px;
    padding: 0px;
  }
  .page-catalog .wrapper-photo-product .label-product-like {
    right: 15px;
  }
  .page-catalog .list-post .wrapper-img-post {
    height: 265px;
  }
  .page-catalog .section-viewed-products {
    padding-top: 90px;
  }
  .page-catalog .section-viewed-products .title-section {
    margin-bottom: 45px;
  }
  .page-catalog .section-wrapper-questions {
    padding-bottom: 60px;
  }
  .page-catalog .seo-post .wrapper-post {
    margin-bottom: 0;
  }
  .page-catalog .seo-post .title-section {
    margin-bottom: 50px;
  }
  .page-catalog .seo-post p {
    margin-bottom: 25px;
  }
  .page-catalog .seo-post .item-post {
    -webkit-line-clamp: 8;
  }
  .page-catalog .pages {
    margin: 20px auto 20px;
  }
  .page-catalog .block-bottom-page {
    margin-top: 46px;
    flex-direction: column;
    width: 100%;
  }
  .page-catalog .wrapper-photo-product {
    height: 290px;
  }
}
@media (min-width: 1440px) {
  .page-catalog .wrapper-photo-product {
    padding: 0px;
  }
  .page-catalog .list-product-catalog {
    grid-gap: 30px;
  }
  .page-catalog .list-product-catalog.grid-3 .wrapper-photo-product {
    height: 290px;
  }
  .page-catalog .list-product-catalog.grid-4 .wrapper-photo-product {
    height: 210px;
    padding: 0px;
  }
  .page-catalog .list-product-catalog.grid-4 .title, .page-catalog .list-product-catalog.grid-4 .size-product {
    display: inline;
  }
  .page-catalog .list-product-catalog.grid-4 .clock-timer {
    padding: 10px 20px 6px;
  }
  .page-catalog .list-product-catalog.grid-4 .clock-timer .column .timer {
    font-size: 20px;
  }
  .page-catalog .list-product-catalog.grid-4 .block-price {
    margin-bottom: 5px;
  }
  .page-catalog .list-product-catalog.grid-4 .wrapper-description-product {
    padding: 15px 15px 0;
  }
  .page-catalog .list-product-catalog.grid-4 .wrapper-description-product .btn-bay {
    /*margin-right: -15px;*/
    margin-left: 4px;
  }
  .page-catalog .list-product-catalog.grid-4 .description-product .title-product {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-catalog .wrapper-catalog {
    display: grid;
    grid-template-columns: 290px auto;
    grid-gap: 30px;
  }
  .page-catalog .title-section.small {
    font-size: 20px;
  }
  .page-catalog .section-blog {
    padding-top: 25px;
  }
  .page-catalog .list-post .data-post {
    margin-bottom: 5px;
  }
  .page-catalog .list-post .wrapper-img-post {
    height: 215px;
  }
  .page-catalog .list-post .title-post {
    margin-bottom: 15px;
  }
  .page-catalog .list-post .text-post {
    -webkit-line-clamp: 5;
  }
  .page-catalog .list-post .section-wrapper-questions {
    padding-top: 20px;
  }
}
@media (min-width: 1600px) {
  .page-catalog .title-section.small {
    font-size: 22px;
  }
  .page-catalog .list-product-catalog.grid-3 .wrapper-photo-product {
    height: 320px;
  }
  .page-catalog .list-product-catalog.grid-4 .wrapper-photo-product {
    height: 232px;
  }
  .page-catalog .list-product-catalog.grid-4 .title, .page-catalog .list-product-catalog.grid-4 .size-product {
    display: inline-block;
  }
  .page-catalog .wrapper-catalog {
    grid-template-columns: 320px auto;
  }
  .page-catalog .block-bottom-page {
    margin-top: 45px;
    flex-direction: row;
    width: calc(50% + 218px);
    justify-content: space-between;
  }
  .page-catalog .pages {
    margin: 0;
  }
  .page-catalog .pages .arrow-next {
    margin-right: 0;
  }
  .page-catalog .pages .btn-number {
    width: 40px;
  }
  .page-catalog .section-viewed-products,
.page-catalog .section-blog,
.page-catalog .section-wrapper-questions,
.page-catalog .seo-post {
    padding-top: 110px;
    padding-bottom: 0;
  }
  .page-catalog .section-subscription {
    margin-top: 110px;
  }
  .page-catalog .wrapper-photo-product {
    height: 340px;
    padding: 0px;
  }
  .page-catalog .section-blog .title-section {
    margin-bottom: 65px;
  }
  .page-catalog .list-post .wrapper-img-post {
    height: 240px;
  }
  .page-catalog .list-post .text-post {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) and (max-width: 1919.98px) {
  .page-catalog .list-product-catalog.grid-4 .wrapper-description-product .btn-bay {
    padding: 12px 12px;
  }
  .page-catalog .list-product-catalog.grid-4 .wrapper-description-product .btn-bay .text-btn-bay {
    display: none;
  }
  .page-catalog .list-product-catalog.grid-4 .wrapper-item-product:hover .btn-bay {
    transform: translate(calc(100% - 45px));
  }
}
@media (min-width: 1920px) {
  .page-catalog.level-2 .sort-filter-top {
    padding-top: 25px;
  }
  .page-catalog .wrapper-catalog {
    grid-template-columns: 390px auto;
  }
  .page-catalog .list-product-catalog.grid-3 .wrapper-photo-product {
    height: 390px;
    padding: 0px;
  }
  .page-catalog .list-product-catalog.grid-4 .wrapper-photo-product {
    height: 285px;
  }
  .page-catalog .section-viewed-products,
.page-catalog .section-blog,
.page-catalog .section-wrapper-questions,
.page-catalog .seo-post {
    padding-top: 120px;
    padding-bottom: 0;
  }
  .page-catalog .section-subscription {
    margin-top: 120px;
  }
  .page-catalog .section-viewed-products .title-section {
    margin-bottom: 70px;
  }
  .page-catalog .wrapper-photo-product {
    height: 390px;
    padding: 55px;
  }
  .page-catalog .list-post .wrapper-img-post {
    height: 290px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .page-catalog .list-product-catalog.grid-4 {
    gap: 20px;
  }

  .page-catalog .list-product-catalog.grid-4 .item-product {
    width: calc(100% / 4 - 15px);
  }
}

.list-category-catalog {
  margin: 0 -10px;
}
.list-category-catalog.slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.list-category-catalog .wrapper-item-category {
  display: block;
  color: #2B2C2D;
  border-radius: 5px 40px 5px 5px;
  background-color: #fff;
  padding: 20px 28px 15px;
  margin: 0 10px;
  overflow: hidden;
}
.list-category-catalog .wrapper-item-category .img {
  width: 74px;
  height: 74px;
  display: block;
  margin: 0 auto;
}
.list-category-catalog .wrapper-item-category .title-category {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 110%;
  font-weight: 700;
  margin-top: 15px;
  text-align: center;
  min-height: 35px;
}
@media (min-width: 768px) {
  .list-category-catalog {
    margin: 0 -15px;
  }
  .list-category-catalog .wrapper-item-category {
    padding: 20px 30px 20px;
    margin: 0 15px;
  }
  .list-category-catalog .wrapper-item-category .img {
    width: 92px;
    height: 92px;
  }
  .list-category-catalog .wrapper-item-category .title-category {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .list-category-catalog {
    margin: 0 -15px;
  }
  .list-category-catalog .slick-track {
    margin-bottom: 20px;
  }
  .list-category-catalog .slick-dots {
    bottom: -5px;
  }
  .list-category-catalog.slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  .list-category-catalog .wrapper-item-category {
    padding: 20px 50px 30px;
    margin: 0 15px;
  }
  .list-category-catalog .wrapper-item-category .img {
    width: 103px;
    min-width: 103px;
    height: 100px;
  }
  .list-category-catalog .wrapper-item-category .title-category {
    font-size: 16px;
  }
  .list-category-catalog .wrapper-item-category:hover {
    box-shadow: 0px 6px 16px 0px #0000001A;
  }
  .list-category-catalog .wrapper-item-category:hover .title-category {
    color: #733E90;
  }
}
@media (min-width: 1280px) {
  .list-category-catalog {
    margin: 0 -15px;
  }
  .list-category-catalog .slick-track {
    margin-bottom: 30px;
  }
  .list-category-catalog .wrapper-item-category {
    padding: 10px 20px 20px;
  }
  .list-category-catalog .wrapper-item-category .img {
    width: 115px;
    min-width: 115px;
    height: 115px;
  }
}
@media (min-width: 1440px) {
  .list-category-catalog .slick-track {
    margin-bottom: 40px;
  }
  .list-category-catalog .wrapper-item-category {
    padding: 15px 20px 25px;
  }
  .list-category-catalog .wrapper-item-category .img {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
}
@media (min-width: 1600px) {
  .list-category-catalog .wrapper-item-category {
    padding: 25px 20px 30px;
  }
  .list-category-catalog .wrapper-item-category .img {
    width: 130px;
    min-width: 130px;
    height: 130px;
  }
}
@media (min-width: 1920px) {
  .list-category-catalog .wrapper-item-category {
    padding: 25px 50px 25px;
  }
  .list-category-catalog .wrapper-item-category .img {
    width: 155px;
    min-width: 155px;
    height: 155px;
  }
}

.sort-filter-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 120%;
  margin-bottom: 20px;
}
.sort-filter-top .btn-sort {
  text-transform: uppercase;
}

.btn-grid-product {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-gap: 30px;
}
.btn-grid-product .btn-grid-3, .btn-grid-product .btn-grid-4 {
  filter: contrast(0);
  cursor: pointer;
}
.btn-grid-product .btn-grid-3.active, .btn-grid-product .btn-grid-4.active {
  filter: contrast(100%);
}

.wrapper-sort {
  position: relative;
  display: flex;
  align-items: center;
}

.offcanvas-filter-catalog {
  font-size: 12px;
  line-height: 120%;
  width: 265px;
}
.offcanvas-filter-catalog .block-filter {
  padding: 20px;
  border-bottom: 1px solid #EAEAEA;
}
.offcanvas-filter-catalog .block-filter.bottom-group-button {
  display: grid;
  grid-template-columns: 140px auto;
  grid-gap: 13px;
  align-items: center;
  border-bottom: 0;
}
.offcanvas-filter-catalog .block-filter.bottom-group-button .btn-custom.full-color {
  padding: 12px 20px;
}
.offcanvas-filter-catalog .block-filter .group-button-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
.offcanvas-filter-catalog .block-filter .group-button-top .btn-clear-option {
  color: #808081;
  display: block;
  cursor: pointer;
}
.offcanvas-filter-catalog .block-filter .accordionItem.open .icon-arrow-filter:before {
  transform: rotate(180deg);
  transition: 0.7s;
}
.offcanvas-filter-catalog .block-filter .block-filter-price {
  display: grid;
  grid-template-columns: 90px 32px 90px;
  text-align: center;
  align-items: center;
  color: #AAABAB;
}
.offcanvas-filter-catalog .block-filter .block-filter-price .filter-price {
  border: 1px solid #AAABAB;
  background: transparent;
  color: #000;
  padding: 4px 10px;
  border-radius: 5px 5px 20px 5px;
  font-size: 14px;
  text-align: center;
}
.offcanvas-filter-catalog .block-filter .block-filter-price .filter-price::placeholder {
  font-size: 14px;
  color: #AAABAB;
}
.offcanvas-filter-catalog .offcanvas-body,
.offcanvas-filter-catalog .accordionItemContent,
.offcanvas-filter-catalog .accordion-header {
  padding: 0;
}
.offcanvas-filter-catalog .offcanvas-header {
  padding: 20px;
  border-bottom: 1px solid #EAEAEA;
}
.offcanvas-filter-catalog .offcanvas-header .offcanvas-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.offcanvas-filter-catalog .accordionItemContent {
  padding-top: 15px;
}
.offcanvas-filter-catalog .accordion-item {
  border: none;
}
.offcanvas-filter-catalog .accordion-button .icon-arrow-filter::before {
  transition: 0.5s;
}
.offcanvas-filter-catalog .accordion-button[aria-expanded="true"] .icon-arrow-filter::before {
  transform: rotate(180deg);
}
.offcanvas-filter-catalog .title-block-filter {
  font-weight: 700;
}
.offcanvas-filter-catalog .list-check-option {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
.offcanvas-filter-catalog .list-check-option .item-check-option {
  display: flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 5px 5px 15px 5px;
  margin: 0 5px 5px 0;
  text-transform: inherit;
}
.offcanvas-filter-catalog .list-check-option .item-check-option:hover {
  background-color: #733E90;
  color: #fff;
}
.offcanvas-filter-catalog .list-check-option .icon-delet-option {
  cursor: pointer;
}
@media (min-width: 768px) {
  .offcanvas-filter-catalog {
    width: 278px;
  }
  .offcanvas-filter-catalog .block-filter, .offcanvas-filter-catalog .offcanvas-header {
    padding-left: 35px;
  }
}
@media (min-width: 1024px) {
  .offcanvas-filter-catalog {
    width: 380px;
  }
  .offcanvas-filter-catalog .block-filter, .offcanvas-filter-catalog .offcanvas-header {
    padding-left: 55px;
  }
}
@media (min-width: 1280px) {
  .offcanvas-filter-catalog {
    font-size: 14px;
    width: 430px;
  }
  .offcanvas-filter-catalog .block-filter, .offcanvas-filter-catalog .offcanvas-header {
    padding-left: 75px;
  }
  .offcanvas-filter-catalog .accordionItemHeading {
    font-size: 14px;
  }
  .offcanvas-filter-catalog .list-check-option .item-check-option {
    font-size: 14px;
  }
  .offcanvas-filter-catalog .block-filter.bottom-group-button {
    display: flex;
    grid-template-columns: 140px auto;
    grid-gap: 30px;
  }
  .offcanvas-filter-catalog .block-filter.bottom-group-button .btn-custom.full-color {
    padding: 12px 32px;
  }
}
@media (min-width: 1440px) {
  .offcanvas-filter-catalog {
    width: 290px;
    border-radius: 5px 20px 5px 5px;
    border: none;
    z-index: 1;
    position: relative;
    transform: none;
    visibility: visible;
  }
  .offcanvas-filter-catalog .block-filter {
    padding: 20px 20px 17px 15px;
  }
  .offcanvas-filter-catalog .block-filter, .offcanvas-filter-catalog .offcanvas-header {
    padding-left: 15px;
  }
  .offcanvas-filter-catalog .offcanvas-header {
    display: none;
  }
  .offcanvas-filter-catalog .block-filter.bottom-group-button {
    display: none;
  }
}
@media (min-width: 1600px) {
  .offcanvas-filter-catalog {
    width: 320px;
  }
  .offcanvas-filter-catalog .block-filter {
    padding: 20px 20px 20px 15px;
  }
}
@media (min-width: 1920px) {
  .offcanvas-filter-catalog {
    width: 390px;
  }
  .offcanvas-filter-catalog .block-filter {
    padding: 20px 20px 20px 20px;
  }
}

.btn-sort {
  display: flex;
  align-items: center;
}

.btn-filter-mob {
  padding: 12px 30px;
}
@media (min-width: 1440px) {
  .btn-filter-mob.btn-custom.full-color {
    display: none;
  }
}

.offcanvas-sort {
  width: 265px;
}
.offcanvas-sort .select-custom-project .selectDropdown {
  border-radius: 0;
  border: none;
}
.offcanvas-sort .offcanvas-header {
  padding: 20px;
  border-bottom: 1px solid #EAEAEA;
}
.offcanvas-sort .offcanvas-header .offcanvas-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.offcanvas-sort .offcanvas-body {
  padding: 0;
}
@media (min-width: 768px) {
  .offcanvas-sort {
    border: none;
    z-index: 3;
    position: relative;
    transform: none;
    visibility: visible;
    background-color: transparent;
  }
  .offcanvas-sort .offcanvas-header {
    display: none;
  }
  .offcanvas-sort .offcanvas-body {
    overflow-y: inherit;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    padding: 0;
  }
  .offcanvas-sort .offcanvas-body .title-sort {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
  }
}
@media (min-width: 1440px) {
  .offcanvas-sort .offcanvas-body {
    justify-content: flex-start;
  }
  .offcanvas-sort .offcanvas-body .title-sort {
    font-size: 16px;
  }
}

.dropdown-select-sort .selectBtn {
  display: none;
}
.dropdown-select-sort .option {
  font-size: 14px;
  padding: 20px;
  border-bottom: 1px solid #EAEAEA;
  color: #808081;
}
.dropdown-select-sort .option.active {
  color: #733E90;
}

@media (max-width: 767px) {
  .wrapper-sort .selectDropdown {
    position: relative;
    overflow: unset;
    visibility: visible;
    transform: unset;
    box-shadow: none;
  }
  .wrapper-sort .selectDropdown .option {
    font-size: 14px;
    padding: 20px;
    border-bottom: 1px solid #EAEAEA;
  }
}
@media (min-width: 768px) {
  .wrapper-sort .selectBtn {
    display: block;
    width: 100%;
    position: relative;
    background: transparent;
    border-radius: 0;
    border: none;
  }
  .wrapper-sort .select-custom-project {
    min-width: 190px;
  }
  .wrapper-sort .select-custom-project .selectBtn {
    background-color: transparent;
    font-size: 14px;
    border: none;
    outline: none;
    text-align: right;
    padding: 10px 40px 10px 10px;
    width: 100%;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .wrapper-sort .select-custom-project .selectBtn:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808081 transparent transparent transparent;
    transition: 0.2s ease;
  }
  .wrapper-sort .select-custom-project .selectDropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    background: var(--bg1);
    border-top: 1px solid #eee;
    z-index: 1;
    background: #FFFFFF;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    visibility: hidden;
    transition: 0.2s ease;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .wrapper-sort .select-custom-project .selectDropdown .option {
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 13px;
  }
  .wrapper-sort .select-custom-project .selectDropdown .option:hover {
    background: #f8f8f8;
  }
  .wrapper-sort .select-custom-project .selectDropdown.toggle {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@media (min-width: 1440px) {
  .wrapper-sort .select-custom-project .selectBtn {
    display: none;
  }
  .wrapper-sort .select-custom-project .selectDropdown {
    position: relative;
    display: flex;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    border-top: none;
    z-index: 1;
    border: none;
    transform: none;
    visibility: visible;
    transition: 0.2s ease;
    box-shadow: none;
  }
  .wrapper-sort .select-custom-project .selectDropdown .option {
    border-bottom: none;
    font-size: 16px;
    border-right: 1px solid #808081;
    padding: 0 13px;
    height: fit-content;
    white-space: nowrap;
  }
  .wrapper-sort .select-custom-project .selectDropdown .option:last-child {
    border-right: none;
  }
}

.list-category-catalog {
  display: none;
}
.category__preorder {
  height: 255px;
  background-color: #fff;
  width: 100%;
}


@media(max-width: 768px) {
  .category__preorder {
    height: 159px;
  }
}

.list-category-catalog.slick-initialized {
  display: block;
}

.wrapper-photo-product {
  padding: 0!important;
}

.page-limits {
  white-space: nowrap;
  margin-left: 10px;
  align-items: center;
  justify-content: end;
  flex-wrap: nowrap;
}
.page-limit label{
margin-right: 5px;
}

.button__loadmore{
  white-space: nowrap;
}


@media (max-width: 1280px) {
  .page-limits {
    width: 20%;
    justify-content: center;
  }
}
@media (max-width: 1600px) {
  .page-limits{
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 375px) {
  .page-limits{
   display: none;
  }
}

.page-catalog + .section-viewed-products {
  padding-top: 60px;
}

@media (min-width: 1024px) {
  .page-catalog + .section-viewed-products {
    padding-top: 120px;
  }
}

