/**
* Woocommerce Product Category Styles
*/

.header-block {
  display: flex;
  align-items: center;
  width: 100%;
 height: 80px;
}
.tinvwl_add_to_wishlist-text {
  display: none !important;
}
.container-flex.align-center {
  display: flex;
  flex-wrap: unset;
  align-items: center;
}

section.left-sidebar {
  display: inline-block;
  position: sticky;
  top: 0;
  width: 20%;
  color: #2d2d2d;
  border-right: solid 1px #2d2d2d;
}

section.left-sidebar a {
  color: #2d2d2d;
}

main.category-page {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 140px;
  background-color: #ececec;
  overflow: hidden;
}

.main__inner.container-flex {
  padding-top: 30px;
}

.product-search {
  display: inline-block;
  width: 50%;
  padding: 30px 0;
}

.product-ordering {
  display: inline-block;
  width: 50%;
}

.woocommerce .product-ordering .woocommerce-ordering {
  margin: 0;
  float: left;
  position: relative;
  right: -160px;
  display: none;
}

h1.woocommerce-product__title {
  display: block;
  width: 100%;
  color: white;
  font-size: 2.8em;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin: 0;
}

.product-colors {
  padding-right: 30px;
}

.product-colors__title {
  padding: 10px 15px;
  background: white;
}

.prodcut-filter__filters {
  display: none;
}

.product-filter__top {
  position: relative;
  width: 100%;
  height: auto;
}

.woocommerce span.onsale {
  display: inline-block;
  width: auto;
  position: relative;
  background: none;
  height: auto;
  line-height: normal;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  min-height: auto;
}

.product-filter__title {
  position: relative;
  display: block;
  padding: 20px 0;
  top: -15px;
  z-index: 100;
}

.left-sidebar .bapf_rst_sel {
  margin-bottom: 2rem;
  display: block;
  width: 100%;
  min-height: 20px;
}

.left-sidebar .bapf_button.bapf_reset {
  width: auto;
  float: right;
  padding: 5px 10px;
  border: solid 1px;
  color: white;
  background: #70958b;
}

.product-filter__title:before {
  content: '';
  background: #70958b;
  width: calc(100vw - 6px);
  height: 100%;
  display: block;
  position: absolute;
  left: -15px;
  top: 0;
  z-index: -1;
}

span.filter-close {
  float: right;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.filter-close::before {
  content: '\f335';
  font-family: dashicons;
  display: inline-block;
  font-size: 30px;
}

button.btn-filter-ok {
  float: right;
  font-size: 16px;
  border: solid 2px #70958b;
}

.no-desktop {
  display: none;
}

.prodcut-filter__filters.active {
  display: block;
  position: fixed;
  padding: 15px;
  top: 0;
  background: #ececec;
  width: 100vw;
  left: 0;
  top: 50px;
  z-index: 99;
  height: calc(100vh - 105px);
}

.breadcrumbs-header.container,
.breadcrumbs-header.container a {
  position: relative;
  font-size: 1.4rem;
  color: white;
}

.breadcrumbs-header.container {
  display: block;
  padding-top: 10px;
  padding-bottom: 40px;
}

.category-title.container {
  display: block;
  width: 100%;
  padding-top: 5%;
}

.left-sidebar__inner {
  display: none;
  width: 100%;
  padding: 3rem 3rem 3rem 0;
}

.services.category-page .content-area__inner {
  padding: 0;
}

li.service-item > div {
  min-height: 26rem;
}

li.service-item .product-item__thumbnail img {
  display: block;
  width: revert-layer;
  margin: auto;
  height: auto;
  padding: 1rem;
  max-width: 215px;
}

.content-area__inner {
  display: block;
  width: 100%;
  padding: 0 0 0 3rem;
}

ul.products-list li.product-item > a {
  text-decoration: none;
  position: relative;
  padding: 5px 10px;
  display: block;
}

ul.products-list li.product-item .sale-block {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  color: white;
  left: -10px;
  top: 10px;
  margin: 0;
  padding: 0.2rem 1rem;
  border-radius: 0;
  background: none;
}
.berocket_single_filter_widget .bapf_stylecolor ul > li.checked::before,
.berocket_single_filter_widget .bapf_stylecolor ul > li::before {
  content: none;
  display: none;
}

.berocket_single_filter_widget .bapf_stylecolor label {
  padding-left: 0;
}

body.term-503 .bapf_body li:first-of-type {
  display: none;
}

h2.product-item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 10rem;
  text-align: center;
  padding: 1rem 1rem 0rem;
  color: #3B4F49;
}

.term-33 h1,
.term-62 h1,
.term-96 h1,
.term-80 h1,
.term-81 h1,
.term-136 h1,
body.term-538 h1 {
  font-size: 4rem;
}
.term-171 h1 {
  font-size: 4rem;
}

.category-view svg {
  max-width: 30px;
  max-height: 22px;
}

.category-view span {
  display: flex;
  line-height: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  cursor: pointer;
}

.category-view {
  display: flex;
  float: right;
  position: relative;
  align-items: center;
  line-height: 40px;
}

.category-view span.active svg path {
  fill: #70958b;
}

/* Category List View */

ul.products-list.list-view li.product-item {
  width: 100%;
  background: white;
  margin-bottom: 30px;
  margin-left: 20px;
}

ul.products-list.list-view .category-row-4,
ul.products-list.list-view .category-row-3 {
  padding-left: 0;
  padding-bottom: 0;
}

ul.products-list.list-view .product-item__thumbnail {
  float: left;
  width: 230px;
  height: auto;
  padding: 0;
  
}

ul.products-list.list-view li.product-item .sale-block {
  left: -8rem;
}

ul.products-list.list-view h2.product-item__title {
  font-weight: 750;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  display: block;
  float: right;
  width: 100%;
  padding: 0;
  min-height: unset;
 
}

ul.products-list.grid-view a.product-item__link {
  display: block;
}

ul.products-list.list-view li > a.product-item__link {
  display: inline-block;
  width: auto;
  position: absolute;
  bottom: 20px;
  right: 50px;
  padding: 0;
}

ul.products-list.list-view li.product-item {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: space-between;
  position: relative;
  padding: 2rem;
}

ul.products-list.list-view .product-item__link-wrapepr a {
  gap: 20px;
  display: flex;
  align-items: unset;
  
}

ul.products-list.list-view .product-item__thumbnail img {
 
  padding: 0;
  width: 100%;
  height: 230px;
}
li.product-item .tinvwl-shortcode-add-to-cart {
 position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  z-index: 2;
}
li.product-item .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  font-size: 20px;
}
ul.products-list.list-view li.product-item .tinvwl-shortcode-add-to-cart {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
}
ul.products-list.list-view li.product-item .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  font-size: 30px;
}
ul.products-list.list-view li.product-item .sale-block {
  top: 25px;
}

ul.products-list.list-view
  .product-item__price
  > span.woocommerce-Price-amount.amount {
  display: block !important;
  font-size: 3.6rem;
  font-family: 'Avenir Bold';
  font-weight: 600;
  color: #00478c;
  text-transform: lowercase;
  border: none;
}

ul.products-list.list-view ins span.woocommerce-Price-amount.amount {
  display: block !important;
  font-size: 3.6rem;
  font-family: 'Avenir Bold';
  font-weight: 600;
  color: #00478c;
  text-transform: lowercase;
  border: none;
}

ul.products-list.list-view .product-item__price {
  position: relative;
}

ul.products-list.list-view .product-item__price del {
  width: auto;
  position: absolute;
  right: 0px;
  top: -19px;
}

ul.products-list.list-view li del::after {
  content: '';
  position: relative;
  width: 100%;
  height: 1px;
  background: #019fe3;
  display: block;
  bottom: 12px;
  left: -3px;
}

ul.products-list.list-view
  .product-item__price
  del
  span.woocommerce-Price-amount.amount {
  font-size: 1.8rem;
}
.btn_more {
  display: none;
}

/* ----------------- */

/* Footer widget's styles */

.product-widget .sale-block {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  position: absolute;
  bottom: 15px;
  left: -10px;
  color: white;
  padding: 5px 10px;
  z-index: 10;
}

.product-widget .recently-viewed__price {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
}

.product-widget ins,
.product-widget del {
  padding: 0;
}

.product-widget del {
  position: relative;
  left: 10px;
  font-weight: normal;
}

.product-widget del span.woocommerce-Price-amount.amount {
  font-weight: normal;
  font-family: 'Avenir Medium';
}
.product-widget del span.woocommerce-Price-amount.amount:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: red;
  display: block;
  bottom: 9px;
}

.product-widget ins span.woocommerce-Price-amount.amount,
.product-widget del span.woocommerce-Price-amount.amount {
  color: #2d2d2d;
}

.product-widget .sale-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #eb5757;
  transform: skew(-20deg);
  z-index: -1;
}

.product-widget a.recently-viewed__link {
  position: relative;
  display: block;
}

/* ------------------------- */

/* Select Styles */
span.select-inner:before {
  content: 'Сортировать по:';
  color: #2d2d2d;
  position: absolute;
  left: -135px;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #70958b;
  width: 180px;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ececec;
  padding: 8px 15px;
  transition: all 0.2s ease-in;
}

span.select-inner {
  position: relative;
}

select.orderby {
  display: none;
}

span.select-inner:after {
  content: '\f347';
  color: #2d2d2d;
  font-family: 'dashicons';
  font-size: 1.4rem;
  position: absolute;
  top: 5px;
  right: -20px;
}
.select-styled:hover {
  background-color: #ececec;
}
.select-styled:active,
.select-styled.active {
  background-color: #ececec;
}
.select-styled:active:after,
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.term-211 ul.products-list.list-view li.product-item {
  margin: unset;
  background: unset;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: white;
  box-shadow: -5px -5px 20px rgba(255, 255, 255, 0.9),
    5px 5px 20px rgba(0, 72, 140, 0.1);
}
.select-options li {
  color: black;
  margin: 0;
  padding: 10px 0 0 0;
  text-indent: 15px;
  transition: all 0.15s ease-in;
}
.select-options li:last-of-type {
  padding-bottom: 10px;
}

.select-options li:hover {
  color: #70958b;
  background: #fff;
}
.select-options li[rel='hide'] {
  display: none;
}
/* --------------- */

.term-description {
  display: block;
  float: left;
  padding: 3rem 4rem;
  background: white;
  margin: 6rem 0 0;
}

/* Filter Styles */
.left-sidebar .left-sidebar__inner {
  margin-bottom: 1rem;
}

.left-sidebar .bapf_sfilter {
  margin-bottom: 2rem;
}
.bapf_head h3,
.left-sidebar .left-sidebar__inner h3 {
  display: flex;
  width: 100%;
  font-family: 'Avenir Demi';
  font-weight: bold;
  font-size: 16px;
  align-items: center;
  margin: 0;
  letter-spacing: 1px;
  background: white;
  padding: 6px 20px 6px 40px;
  text-transform: uppercase;
  cursor: pointer;
}

.berocket_aapf_widget-title_div {
  padding-right: 0;
}

.left-sidebar .left-sidebar__inner ul {
  padding: 2rem 0 0rem 4rem;
}

.irs--big .irs-max,
.irs--big .irs-min {
  top: 2px;
  padding: 1px 5px;
  color: #fff;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 0px;
  font-size: 12px;
  font-family: 'Avenir Medium';
}

.irs--big .irs-from,
.irs--big .irs-single,
.irs--big .irs-to {
  color: #2d2d2d;
  text-shadow: none;
  padding: 1px 5px;
  background: unset;
  font-size: 14px;
  font-family: 'Avenir Medium';
}

.berocket_single_filter_widget {
  position: relative;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: white;
  background: white;
}
.irs--big .irs-line {
  top: 35px;
  height: 8px;
  background-color: #fff;
  background: white;
  border: 1px solid #ccc;
  border-radius: 0;
}
.irs--big .irs-bar {
  top: 35px;
  height: 8px;
  background-color: #70958b;
  border: 1px solid #fff;
  background: #70958b;
}
.irs--big .irs-handle {
  top: 28px;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: white;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px #fff;
  border-radius: 0;
  cursor: pointer;
}

.left-sidebar .left-sidebar__inner ul li.slider.price input {
  padding: 1rem 1.5rem !important;
  margin: 0 !important;
  display: block;
  background: transparent !important;
  border: solid 1px black !important;
  min-width: 12.5rem;
  font-family: 'avenir regular';
  text-transform: none;
  text-decoration: none;
  font-style: normal;
}

.berocket_single_filter_widget li.slider div.slide {
  padding-top: 2rem;
  display: block;
}

.berocket_single_filter_widget label {
  padding-left: 35px;
  line-height: 25px;
  position: relative;
  z-index: 90;
}

.berocket_single_filter_widget input {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  position: relative;
  top: 0;
}
.berocket_single_filter_widget .bapf_sfilter ul li {
  margin-top: 5px !important;
}

.bapf_slidr_main.ui-widget-content .ui-slider-handle {
  background: white;
  border: solid 2px #2d2d2d;
  border-radius: 0;
}

.bapf_sfilter.bapf_slidr .bapf_body {
  padding: 3rem 0 1.5rem;
  margin: 0 20px;
}

.bapf_slidr_main.ui-widget-content {
  background: white;
}

.bapf_slidr_main.ui-widget-content .ui-slider-range {
  background: #70958b;
}

.berocket_single_filter_widget ul > li input {
  display: none;
}

.berocket_single_filter_widget ul > li {
  display: flex;
  align-items: flex-start;
}

.berocket_single_filter_widget ul > li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: white;
  color: white;
  font-size: 19px;
}

.berocket_single_filter_widget ul > li.checked::before {
  content: '\f147';
  font-family: dashicons;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: #70958b;
  color: white;
  font-size: 19px;
}

.berocket_single_filter_widget li > span {
  position: relative;
}

span.berocket_aapf_widget_show.show_button.mobile_hide {
  display: none;
}

/* -------------------- */

@media screen and (max-width: 1400px) {
  h2.product-item__title {
    font-family: 'avenir demi';
  }
}

ul.products-list li.product-item .sale-block:before {
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #eb5757;
  z-index: 0;
  transform: skew(-20deg);
}

span.sale-block__title {
  position: relative;
  z-index: 10;
}

ul.products-list li del::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #019fe3;
  display: block;
  bottom: 8px;
  left: -3px;
}

del {
  position: relative;
  color: transparent;
  bottom: 0.2rem;
}

.aws-container .aws-search-form .aws-search-btn svg {
  fill: #70958b;
}

ins {
  text-decoration: none;
  position: relative;
  padding-left: 1rem;
}

.product-item__price {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-end;
}

.product-item__thumbnail {
  display: flex;
  width: 100%;
  height: 184px;
  position: relative;
  padding-top: 3rem;
  align-items: center;
  justify-content: center;
}

.product-item__thumbnail img {
  display: block;
  width: 100%;
  height: 215px;

  padding: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-item__thumbnail a {
  display: flex;
  width: 100%;
  justify-content: center;
}
span.sale-block__value {
  display: inline-block;
  margin-left: 5px;
  width: auto;
  color: white;
  position: relative;
  font-weight: 400;
}

.services.category-page #products-block {
  display: block;
  width: 100%;
  position: relative;
}

.category-page #products-block {
  display: inline-block;
  width: 80%;
}

/* Load more Btn ------------------ */

.lmp_load_more_button.br_lmp_button_settings {
  float: left;
  width: 100%;
  padding-top: 3rem;
  font-family: 'Avenir Demi';
  text-transform: uppercase;
}

.woocommerce div#products-block nav.woocommerce-pagination {
  float: left;
  width: 100%;
  position: relative;
  left: 0;
  height: auto;
}

a.lmp_button.pagination__show-more {
  width: 100%;
  padding: 1.5rem 0 !important;
}

/* ----------------------------------------- */

.woocommerce nav.woocommerce-pagination {
  width: 100%;
  left: 0;
  padding-top: 4rem;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li > span {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li.prev-page a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li.next-page a {
  padding: 0;
}

li.next-page a::before {
  content: '\f345';
  font-family: dashicons;
  font-size: 30px;
  color: #70958b;
}

li.prev-page a::before {
  content: '\f341';
  font-family: dashicons;
  font-size: 30px;
  color: #70958b;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li > span.current {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #70958b;
  color: white;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li.prev-page,
.woocommerce nav.woocommerce-pagination ul.page-numbers li.next-page {
  border: none;
  width: 30px;
  margin: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
  margin: 0;
  border: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 1rem 2rem;
  border: solid 1px;
}

ul.left-menu__subcategory {
  display: none;
  height: auto;
  opacity: 1;
  width: 100%;
  list-style: none;
  padding: 0px 0 10px 40px;
  transition: all 0.5s ease;
}

li.left-menu__item {
  position: relative;
}

ul.left-menu__list {
  list-style: none;
  padding-right: 30px;
}

a.left-menu__link.active,
a.left-menu__submenu-link.active,
li.left-menu__item.active > a {
  position: relative;
  font-weight: 600;
}

a.left-menu__link {
  display: block;
  position: relative;
  padding: 6px 20px 6px 40px;
  background: white;
  margin-bottom: 10px;
}

li.left-menu__item.show > ul {
  display: block;
}

a.left-menu__submenu-link.active:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: -35px;
  width: 25px;
  height: 2px;
  background: #2d2d2d;
}

.bapf_ocolaps .bapf_head.bapf_colaps_togl::before,
a.left-menu__link:before {
  content: '\f347';
  display: inline-block;
  color: #00478c;
  position: absolute;
  top: 8px;
  left: 10px;
  width: 30px;
  z-index: 10;
  font-family: 'dashicons';
}
.bapf_ccolaps .bapf_head.bapf_colaps_togl::before,
li.left-menu__item.active > a.left-menu__link:before,
li.left-menu__item.show > a.left-menu__link:before {
  content: '\f343';
  font-family: dashicons;
  color: #00478c;
  top: 8px;
  left: 10px;
  position: absolute;
  z-index: 50;
}

li.left-menu__item.active > ul.left-menu__subcategory {
  display: block;
}

.prodcut-filter__filters-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: scroll;
  left: 0;
  top: 0;
  padding: 15px;
}

ul.left-menu__subcategory > li {
  padding-top: 5px;
}
ul.left-menu__subcategory > li:first-of-type {
  padding: 0;
}

.product-order__mobile,
.product-filter__mobile {
  display: none;
}

label.label-orderby {
  display: none;
}

.term-137 h1 {
  font-size: 3.4rem;
}
.catalog-slider {
  width: 100%;
}
.list-view svg {
  max-height: unset;
}

.list-view.active svg path {
  stroke: #70958b;
}
 ul.products-list.list-view .product-item__link-wrapepr {
    display: flex;
   gap: 20px;
    height: 100%;
  }


    .product-ordering {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-left: 2em;
    position: relative;
  }
ul.products-list.list-view .btn_more {
  display: none !important;
}
@media screen and (max-width: 1480px) {
.header-block {

  height: 70px;
}


  .woocommerce .product-ordering .woocommerce-ordering {
    display: none;
  }

}

@media screen and (max-width: 1023px) {
  .product-filter__title:before {
    left: -86px;
  }
  .prodcut-filter__filters-inner {
    padding: 1.5rem 10rem;
  }

  .woocommerce .product-ordering .woocommerce-ordering {
    left: 2rem;
    position: absolute !important;
    width: 40px;
    left: 235px;
  }
  .bapf_sfilter.bapf_rst_nofltr.filter-clear-btn {
    float: right;
    width: auto;
    margin: 0;
  }
  .term-136 h1 {
    font-size: 18px;
  }
  a.parent-link__href:before {
    content: '\f341';
    font-family: dashicons;
    width: 30px;
    font-size: 25px;
    display: inline-block;
  }

  a.parent-link__href {
    padding: 15px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
  }

  .top-backlink .parent-link {
    background: white;
  }

  .product-filter__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .bapf_sfilter.bapf_rst_nofltr.filter-clear-btn .bapf_body {
    padding: 0;
  }
  .bapf_sfilter.bapf_rst_nofltr.filter-clear-btn button {
    padding: 1rem 2rem;
    margin-right: 2rem;
    border: solid 2px #70958b;
    background: transparent;
    font-size: 16px;
    color: #70958b;
  }
  .bapf_body {
    padding-top: 15px;
  }


  section.left-sidebar {
    display: none;
    position: unset;
  }
  body main#main .header-block {
    min-height: auto;
  }
  .page-title h1 {
    padding: 0rem 0;
  }
  .content-area__inner {
    display: block;
    width: 100%;
    padding: 0;
  }
  .category-page #products-block {
    display: inline-block;
    width: 100%;
  }
  .product-search {
    width: 100%;
  }

  ul.products-list.list-view .product-item__thumbnail {
    margin-left: 0;
   
    padding-left: 20px;
    height: auto;
  }
  ul.products-list.list-view li.product-item {
    margin-left: 0;
  }
  ul.products-list.list-view h2.product-item__title {
    font-weight: 750;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    display: block;
    float: right;
    width: 80%;
    padding: 1.5rem;
  }
  ul.products-list.list-view .product-item__thumbnail img {
    min-width: 100%;
    min-height: auto;
    padding: 0;
    
  }

  .lmp_load_more_button.br_lmp_button_settings {
    width: 100%;
  }
  ul.products-list.list-view li > a.product-item__link {
    right: 20px;
  }
  ul.products-list.list-view li.product-item .sale-block {
    bottom: -8px;
    top: unset;
    left: 0;
  }
  span.sale-block__value,
  .caption-base-two {
    font-weight: 700;
  }
  main.category-page {
    padding-bottom: 4rem;
  }
  ul.product-widget {
    list-style: none;
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  .row-4 {
    width: calc(100% / 2);
    margin-left: 0;
    padding-left: 1.5rem;
  }

  .product-widget.row-items-30 {
    width: calc(100% + 1.5rem);
    margin-left: -1.5rem;
  }

  .woocommerce .product-ordering .woocommerce-ordering {
    position: unset;
    display: inline-block;
    float: unset;
  }
  select#order-by {
    width: 30px;
    height: 26px;
    display: inline-block;
    position: relative;
    z-index: 10;
    opacity: 0;
  }

  label.label-orderby {
    display: inline-block;
    width: 13px;
    height: auto;
    position: absolute;
    z-index: 1;
    margin-left: 0px;
    bottom: -7px;
  }
  svg.orderby-svg {
    width: 25px;
  }
  svg.orderby-svg path {
    fill: #2d2d2d;
  }
  section.left-sidebar {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }
  ul.left-menu__list {
    padding: 0;
  }
  .left-sidebar__inner {
    display: block;
    width: 100%;
    padding: 2rem 0rem 3rem 0;
  }
  .product-order__mobile,
  .product-filter__mobile {
    display: inline-block;
  }

  button.product-filter {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 1.5rem 6rem;
    border: solid 1px;
  }
}
@media screen and (max-width: 1023px) {
  main.category-page {
    background: #fff;
  }
  .product-search {
    padding: 1rem 0;
    padding-bottom: 0;
  }
  .page-breadcrumbs {
    margin-top: 1rem;
  }
  .aws-container {
    border: 1px solid #d4d4d4;
    border-radius: 10px;
  }
  .no-desktop {
    display: block;
  }
.aws-container .aws-search-field {
  text-transform: none !important;
}
  .prodcut-filter__filters-inner {
    padding: 1.5rem 5rem;
  }
  .product-filter__title:before {
    left: -43px;
  }
  .woocommerce-ordering {
    display: none !important;
  }
  .category-view svg path {
    fill: #d4d4d4;
  }
  .product-item__thumbnail {
    padding-top: 0;
  }
  .main__inner.container-flex {
    padding-top: 0;
  }
  .product-ordering {
    padding-bottom: 1rem;
    color: gray;
  }
  .catalog-slider .slick-prev, .catalog-slider .slick-next {
    display: none !important;
  }
  .product-item__thumbnail img,
  .product-item__thumbnail {
    height: auto;
    padding: 0;
  }
  h2.product-item__title {
    min-height: auto;
    padding: 0;
  }
  .product-item {
    border: 1px solid #ececec;
    padding: 10px;
    width: 100%;
  }
    .row-items-20 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    align-items: stretch;
    justify-content: stretch;

  }
  .product-item__link-wrapepr {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
   .row-items-20.list-view {
    grid-template-columns: repeat(1,1fr);
   }
   ul.products-list.list-view .product-item__link-wrapepr {
    flex-direction: column;
    align-items: center;
   }
  .category-page .container-flex, .category-page .main__inner.container-flex {
    max-width: 100%;
  }
  .btn_more {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #70958b;
    font-size: 1.2rem;
    font-weight: 600;
    color: #70958b;
    padding: 5px 10px;
    width: 100%;
    margin: auto 0 0 0;
  }
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  margin-top: -15px;
  margin-left: -7px;
}


  .tinv-wraper.tinv-wishlist {
    position: absolute;
    right: 10px;
    z-index: 10;
  }

  h2.product-item__title {
    text-align: left;
    margin-bottom: 10px;
  }

  h2.product-item__title {
 font-size: 1rem;
  align-items: start;
  justify-content: start;
 margin-top: 5px;
  text-align: left;
 
}
ul.products-list.list-view h2.product-item__title {
  width: 100%;
  text-align: left;
}
.slick-list {
  max-height: 221px;
}
  .container-flex.align-center {
    flex-wrap: wrap;
  }
  .product-ordering {
    padding-left: 0;
  }

}
@media screen and (max-width: 550px) {
  .term-33 h1,
  .term-62 h1,
  .term-96 h1,
  .term-80 h1,
  .term-81 h1,
  .term-538 h1,
  .term-136 h1 {
    font-size: 2rem !important;
  }
  .row-items-20 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    margin: auto;
    gap: 10px;
  }
  .row-items-20.list-view {
    display: flex;
    flex-direction: column;
  }
  ul.products-list.list-view li.product-item {
    margin: 0 !important;
  }
  .product-item__thumbnail img {
    height: auto;
  }

  .product-item {
    width: 100%;
    border-radius: 10px;
  }
  .berocket_single_filter_widget .bapf_sfilter ul li {
    padding-left: 25px !important;
  }
  .prodcut-filter__filters-inner {
    padding: 1.5rem;
  }
  .product-filter__title:before {
    left: -1.5rem;
  }

  .woocommerce .product-ordering .woocommerce-ordering {
    position: absolute !important;
    width: 35px;
    left: 220px;
  }
  .bapf_sfilter.bapf_rst_nofltr.filter-clear-btn {
    float: right;
    width: auto;
    margin: 0;
  }
  .term-136 h1 {
    font-size: 18px;
  }
  a.parent-link__href:before {
    content: '\f341';
    font-family: dashicons;
    width: 30px;
    font-size: 25px;
    display: inline-block;
  }

  a.parent-link__href {
    padding: 15px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
  }

  .top-backlink .parent-link {
    background: white;
  }

  .product-filter__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .bapf_sfilter.bapf_rst_nofltr.filter-clear-btn .bapf_body {
    padding: 0;
  }
  .bapf_sfilter.bapf_rst_nofltr.filter-clear-btn button {
    padding: 1rem 2rem;
    margin-right: 2rem;
    border: solid 2px #70958b;
    background: transparent;
    font-size: 16px;
    color: #70958b;
  }
  .bapf_body {
    padding-top: 15px;
  }


  section.left-sidebar {
    display: none;
  }
  body main#main .header-block {
    min-height: auto;
  }
  .page-title h1 {
    padding: 0rem 0;
  }
  .content-area__inner {
    display: block;
    width: 100%;
    padding: 0;
  }
  .category-page #products-block {
    display: inline-block;
    width: 100%;
  }
  .product-search {
    width: 100%;
  }
  .product-ordering {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }


  .product-item__thumbnail img {
    height: 130px;
  }
  ul.products-list.list-view .product-item__thumbnail img {
    min-width: 100%;
    min-height: auto;
    padding: 0;
  }
  ul.products-list.list-view .product-item__thumbnail {
    width: 100%;
    padding: 0;
  }
  .lmp_load_more_button.br_lmp_button_settings {
    width: 100%;
  }
  ul.products-list.list-view li > a.product-item__link {
    right: 20px;
  }
  ul.products-list.list-view li.product-item .sale-block {
    bottom: -8px;
    top: unset;
    left: 0;
  }
  span.sale-block__value,
  .caption-base-two {
    font-weight: 700;
  }
  main.category-page {
    padding-bottom: 4rem;
  }
  ul.product-widget {
    list-style: none;
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  .row-4 {
    width: calc(100% / 2);
    margin-left: 0;
    padding-left: 1.5rem;
  }

  .product-widget.row-items-30 {
    width: calc(100% + 1.5rem);
    margin-left: -1.5rem;
  }

  .woocommerce .product-ordering .woocommerce-ordering {
    position: unset;
    display: inline-block;
    float: unset;
  }
  select#order-by {
    width: 30px;
    height: 26px;
    display: inline-block;
    position: relative;
    z-index: 10;
    opacity: 0;
  }

  label.label-orderby {
    display: inline-block;
    width: 13px;
    height: auto;
    position: absolute;
    z-index: 1;
    margin-left: 0px;
    bottom: -7px;
  }
  svg.orderby-svg {
    width: 25px;
  }
  svg.orderby-svg path {
    fill: #2d2d2d;
  }
  section.left-sidebar {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }
  ul.left-menu__list {
    padding: 0;
  }
  .left-sidebar__inner {
    display: block;
    width: 100%;
    padding: 2rem 0rem 3rem 0;
  }
  .product-order__mobile,
  .product-filter__mobile {
    display: inline-block;
  }

  button.product-filter {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 1.5rem 6rem;
    border: solid 1px;
  }
  .page-title h1 {
    padding: 0;
  }
  .header-block {
    max-height: 6rem;
  }

}
@media screen and (max-width: 330px) {
  button.product-filter {
    padding: 1.5rem 3rem;
  }
  .woocommerce .product-ordering .woocommerce-ordering {
    left: 178px;
  }
}



/* Убираем overflow у main и html которые мешают sticky */
main.category-page {
    overflow: visible !important;
}

@media screen and (min-width: 1024px) and (max-width: 1400px)  {
 .product-search {
    padding: 20px 0;
  }

.main__inner.container-flex {
    padding-top: 0px;
  }
}