.header__row {
  border: 1px solid #000;
}

.shop-sidebar .shop-widget__title {
  color: #fff;
  font-family: TTFirsNeue-DemiBold;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 18px;
}

@media screen and (max-width: 1024px) {
  .widget_wpc_sorting_widget {
    display: none;
  }
}

body .wpc-filters-open-button-container a.wpc-filters-open-widget, body .wpc-filters-open-button-container a.wpc-open-close-filters-button {
  color: #fff !important;
}

@media screen and (max-width: 1024px) {
  .wpc-filters-scroll-container {
    background: #242424 !important;
  }
}

@media screen and (max-width: 1024px) {
  .wpc-filters-widget-controls-container {
    background: #242424 !important;
  }
}

@media screen and (max-width: 1024px) {
  .wpc-widget-close-container {
    background: #242424 !important;
  }
}

@media screen and (max-width: 1024px) {
  .wpc-inner-widget-chips-wrapper {
    background: #242424 !important;
  }
}

@media screen and (max-width: 1024px) {
  .wpc-filter-chips-list {
    padding: 0 !important;
    padding: 10px 0 !important;
  }
  .wpc-filter-chips-list li {
    margin-bottom: 0 !important;
  }
}

.shop-sidebar .wpc-chip-reset-all {
  background: #242424;
  color: #fff;
}

.wpc-orderby-select {
  background: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.35);
  border-radius: 10px;
  color: #fff;
  padding: 5px;
}
.wpc-orderby-select option {
  background: #242424;
}

a {
  color: #8a97eb;
}

.slider3 {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .slider3 .sw__pagination {
    display: none;
  }
}

.sl3 {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .sl3 {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .arr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 20px;
  }
}

.sw__left {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 100px;
  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;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .sw__left {
    position: relative;
    margin: 0;
    margin-right: 15px;
  }
}

.sw__right {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 100px;
  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;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .sw__right {
    position: relative;
    margin: 0;
  }
}

.woocommerce-Price-amount {
  margin-bottom: 0;
}

.catalog__price {
  margin-bottom: 0;
}

.pdv__text {
  color: #ccc;
  margin-bottom: 30px;
  font-size: 14px;
}

.product__right__price {
  margin-bottom: 0;
}

.slider2 .swiper-slide img {
  width: 250px;
  min-width: 250px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .slider2 .swiper-slide img {
    width: auto;
    min-width: auto;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .section5__row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow-x: scroll;
    width: 100%;
  }
  .section5__row .section5__item {
    min-width: 80%;
  }
}

.top__menu .menu .menu-item {
  margin-right: 25px;
}