.category-name h1 {
    font-size: 27px;
    text-transform: uppercase;
  }
  .category-name {
    margin-bottom: 45px;
  }
  .cs-product-block.category .holder {
    padding: 10px;
  }
  .cs-product-block.category .holder img {
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f5;
  }
  .cs-product-block.category .name h2 {
    color: #000000;
    text-align: left;
    font-size: 16px;
  }
  .cs-product-block.category .subcats {
    margin: 0 auto;
    padding: 0;
    max-height: 116px;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
  }
  .cs-product-block.category .subcats li {
    list-style: none;
    display: block;
    text-align: left;
    font-size: 12px;
    padding-bottom: 4px;
  }
  .cs-product-block.category .subcats li a:hover {
    color: #40ac19;
    border-bottom: 0.1px solid;
  }
  .cs-product-block.category {
    width: 25%;
    margin-bottom: 60px;
    border-right: 1px solid #f0f0f5;
  }
  .full-categories {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .cs-product-block .name {
    overflow: hidden;
    height: 74px;
    padding-top: 7px;
    margin-bottom: 10px;
  }
  .cs-product-block.category.lastinrow {
    border: none;
  }
  .cs-product-block.category:last-of-type {
    border: none;
  }
  .filters {
    overflow: hidden;
  }
  .filters .title .text {
    font-size: 17px;
    display: block;
  }
  .filters .title {
    display: flex;
    margin-bottom: 18px;
    justify-content: space-between;
    align-items: center;
  }
  .filter-close {
    display: none;
    font-size: 20px;
  }
  .single-filter label {
    font-size: 14px;
    padding-bottom: 14px;
    cursor: pointer;
  }
  #form_sort_on_price {
    display: flex;
    justify-content: space-between;
  }
  #form_sort_on_price input {
    width: 95px;
    padding: 8px 0 8px 15px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    font-size: 13px;
  }
  #form_sort_on_price input.btn-success {
    width: 40px;
    padding: 5px;
  }
  .slider-inner-range {
    height: 6px;
    position: absolute;
    border: none;
    left: 0px;
    background: #e2e2e2;
    width: 99%;
  }
  #slider-range {
    padding-right: 20px;
    padding-left: 10px;
    margin-bottom: 35px;
    margin-top: 15px;
    clear: both;
    position: relative;
  }
  #slider-range.ui-slider {
    border: none !important;
    height: 0;
  }
  #slider-range.ui-slider .ui-slider-range {
    background: #40ac19;
    height: 6px;
  }
  #slider-range.ui-slider .ui-slider-handle:hover {
    opacity: 1;
    background: #40AC19;
  }
  .ui-slider-handle {
    border-radius: 50% !important;
  }
  #slider-range.ui-slider .ui-slider-handle {
    background: #ffffff;
    color: #fff;
    cursor: pointer;
    height: 17px;
    display: inline-block;
    top: 0;
    width: 17px;
    position: absolute;
    border-radius: 50%;
    border: 1.6px solid #40ac19;
    transform: translate(8px,-6px);
  }
  #slider-range.ui-slider .ui-slider-handle:last-of-type {
    margin-left: -5px;
    transform: translate(-12px,-6px);
  }
  .filters .single-filter {
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
    padding-bottom: 13px;
  }
  .price-range-blocks {
    overflow: hidden;
    margin-bottom: 10px;
    border: none;
    padding-bottom: 10px;
  }
  a.filters-control {
    border-bottom: 1px dashed #3b6d9a;
    width: auto;
    cursor: pointer;
    color: #3b6d9a;
  }
  a.filters-control:hover {
    border-bottom-color: #40ac19;
    color: #40ac19;
  }
  a.filters-control:after {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-left: 6px;
    vertical-align: middle;
    font-weight: 900;
  }
  a.filters-control.show-more-filters:after {
    content: "\f107";
  }
  a.filters-control.hide-expanded-filters:after {
    content: "\f106";
  }
  .single-filter .filter-title {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  .single-filter .filter-title:hover {
    color: #40ac19;
  }
  .single-filter .filter-angle-right-wrapper {
    font-size: 18px;
  }
  .single-filter .filter-angle-right-wrapper span {
    transform: rotate(0);
    transition: .3s;
  }
  .single-filter  ul.open .filter-angle-right-wrapper span {
    transform: rotate(90);
  }
  .single-filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s cubic-bezier(0,1,0,1);
    -moz-transition: max-height .5s cubic-bezier(0,1,0,1);
    -ms-transition: max-height .5s cubic-bezier(0,1,0,1);
    -o-transition: max-height .5s cubic-bezier(0,1,0,1);
    transition: max-height .5s cubic-bezier(0,1,0,1);
  }
  .open {
    max-height: 10000px !important;
  }
  .closed {
    max-height: 0 !important;
  }
  .single-filter ul.open {
    -webkit-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -ms-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
  .single-filter ul ~ .filters-control {
    display: none;
    -webkit-transition: display 1s ease-in-out;
    -moz-transition: display 1s ease-in-out;
    -ms-transition: display 1s ease-in-out;
    -o-transition: display 1s ease-in-out;
    transition: display 1s ease-in-out;
  }
  .single-filter ul.open ~ .filters-control {
    display: inline-block;
    -webkit-transition: display 1s ease-in-out;
    -moz-transition: display 1s ease-in-out;
    -ms-transition: display 1s ease-in-out;
    -o-transition: display 1s ease-in-out;
    transition: display 1s ease-in-out;
  }
  .single-filter ul>li>a {
    display: block;
    font-size: 12px;
    color: #000000;
    margin-bottom: 6px;
  }
  .single-filter ul>li>a:hover {
    text-decoration: underline !important;
  }
  .single-filter ul>li>a>.filter-check {
    height: 15px;
    width: 15px;
    display: inline-block;
    border: 1.1px solid #e2e2e2;
    border-radius: 4px;
    margin-right: 8px;
    top: 3px;
    position: relative;
    padding: 2px;
  }
  .single-filter ul>li>a>.filter-check .filter-check-act {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background: #40ac19;
  }
  .single-filter ul>li>a>.filter-check:hover {
    border: 1.1px solid #40ac19;
  }
  .sort-block {
    font-size: 13px;
  }
  .sort-block select {
    background: none;
    padding: 5px;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 12px;
    border: 1px solid #e2e2e2;
  }
  .full-prods-page .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .pagination {
    margin: 0;
  }
  .pagination ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .pagination ul li {
    display: inline-block;
    margin-right: 15px;
  }
  .pagination ul li.disabled {
    display: none;
  }
  .pagination ul li a {
    display: block;
    color: #000;
    font-size: 13px;
    color: #000000;
    font-family: OpenSansBold;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
  }
  .pagination ul li a:hover {
    color: #40ac19;
  }
  .pagination ul li.active a {
    color: #40ac19;
  }
  .pagination ul li a.arrow {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 31px;
    background: #000000;
    color: #ffffff;
    border-radius: 50%;
  }
  .pagination ul li a.arrow:hover {
    color: #ffffff;
    background: #40ac19;
  }
  .block-body {
    width: 100%;
  }
  .full-prods-page .cs-product-block {
    width: 25%;
  }
  .full-prods-page .top .filters-mob {
    display: none;
  }
  .aj-loader-wrapper {
    clear: both;
    text-align: center;
    position: relative;
  }
  .sk-three-bounce {
    margin: auto;
    text-align: center;
  }
  .sk-three-bounce .sk-child {
    width: 1.4em;
    height: 1.4em;
    background-color: #40ac19;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  }
  .sk-three-bounce .sk-bounce-1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .sk-three-bounce .sk-bounce-2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  @-webkit-keyframes sk-three-bounce {
    0%,
    80%,
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    40% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes sk-three-bounce {
    0%,
    80%,
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    40% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  #showed_text {
    text-align: center;
    margin-top: 5px;
    color: #9f9f9f;
    font-size: 12px;
  }
  .cs-product-block.category .name .mob-plus {
    display: none;
  }
  #upload-next-group-product {
    display: inline-block;
    font-size: 34px;
    padding: 0px 10px;
    cursor: pointer;
    background: linear-gradient(to bottom,#e3e3e3,#fff);
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    left: 50%;
    margin-left: -25px;
  }
  #upload-next-group-product:hover {
    background: #47ae1c;
    color: white;
  }
  #category-sub-links {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  #category-sub-links .cs-product-block.category .holder img {
    padding: 0;
  }
  #category-sub-links .cs-product-block.category {
    min-height: 100px;
    margin: 0;
    border: none;
    width: 47%;
  }
  #category-sub-links .cs-product-block {
    width: 20%;
  }
  #category-sub-links .cs-product-block.category .name h2,
  #category-sub-links .cs-product-block.category .name .category-name-catalog {
    text-align: center;
    font-size: 13px;
    margin: 7px;
  }
  #category-sub-links .cs-product-block .name {
    overflow: hidden;
    height: auto;
    padding-top: 0px;
    margin-bottom: 0px;
  }
  #category-sub-links .cs-product-block.category .holder {
    padding: 3px;
  }
  #category-sub-links .cs-product-block.active,
  #category-sub-links .cs-product-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  }
  .product-bottom .price.special>.orig,
  .product-bottom .price.special>.orig .curr {
    color: red;
    display: inline-block;
  }
  .cs-product-block .product-bottom .price .old {
    display: block;
    padding: 0;
  }
  .product-bottom .price span {
    font-size: 15px;
  }
  #category-sub-links .holder img {
    width: 100%;
  }
  .full-categories .cs-product-block.category .subcats {
    max-height: 100%!important;
  }