
/* START CATEGORY */

.category {
    width : calc(89% + 30px);
    margin: 0 auto;
}

@media (min-width:0) and (max-width: 1023px) {
    .category {
        width: 100%;
    }
}

@media (min-width:1024px) and (max-width: 1439px) {
    .category {
        width: calc(90% + 30px);
    }
}

.category__box ul {
    display   : flex;
    flex-wrap : wrap;
    list-style: none;
}

@media (max-width: 767px) {
    .category__box ul {
        /* justify-content: center; */
    }
}

.category__box li {
    height            : fit-content;
    width             : calc(100% / 7 - 30px);
    margin            : 0 15px 30px;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow   : 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow        : 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
}

.category__box li:before {
  content: none;
}

@media (max-width: 767px) {
    .category__box li {
        width : calc(100% / 3 - 20px);
        margin: 0 8px 15px;
    }
}

@media (min-width: 768px) and (max-width: 1349px) {
    .category__box li {
        width: calc(100% / 4 - 30px);
    }
}

@media (min-width: 1350px) and (max-width: 1799px) {
    .category__box li {
        width: calc(100% / 5 - 30px);
    }
}

.category__box ul a {
    display        : flex;
    flex-direction : column;
    justify-content: flex-end;
    align-items    : center;
    height         : 208px;
    padding        : 10px;

    color          : var(--green-color);
    text-decoration: underline;
    transition     : all .4s;
    overflow       : hidden;
}

@media (max-width: 374px) {
    .category__box ul a {
        height : 100px;
        /* padding: 5px 5px 0; */
        padding: 5px;
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .category__box ul a {
        height : 95px;
        /* padding: 5px 5px 0; */
        padding: 5px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .category__box ul a {
        height : 175px;
        padding: 5px 5px 10px;
    }
}

@media (max-width: 767px) {
  .category__box picture {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

.category__box li {
  text-indent: unset;
}

.category__box ul a img {
    width  : 100%;
    padding: 20px 20px 25px;
}

@media (max-width: 767px) {
    .category__box ul a img {
        /* width: 70px; */
        width: 80%;
        /* height: 52px; */
        /* padding: 0 0 10px; */
        margin-bottom: 5px;
        padding: 0;
    }
}

.category__box ul span {
    font-weight: 500;
    color      : var(--green-color);
    text-align : center;
    display: inline-block;
    height: 40px;
}

@media (max-width: 767px) {
    .category__box ul span {
        /* height: 30px; */
        /* font-size: 8px; */
        display: flex;
        align-items: center;
        height: 23px;
        overflow: hidden;
        margin-bottom: 0 3px 6px 3px;
        font-weight: 500;
        font-size: 10px;
        line-height: 9px;
        color: var(--green-color);
        text-align: center;
        text-indent: 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .category__box ul span {
        font-size: 13px;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .category__box ul span {
        font-size: 14px;
    }
}

.category__box ul a:hover,
.category__box ul a:hover span {
    color: var(--grey-light-color);
}

/* END CATEGORY */

/* START FILTR */

#oct-ismobile {
    position: relative;
    width: 89%;
    margin: 0 auto 30px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
}

@media (min-width:0) and (max-width: 1023px) {
    #oct-ismobile {
        width  : 100%;
        padding: 15px;
    }
}

@media (min-width:1023px) and (max-width: 1439px) {
    #oct-ismobile {
        width: 90%;
    }
}

#oct-product-filter-data {
  display: none;
}

@media (max-width: 1023px) {
  #oct-product-filter-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

.filter__cross {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  display: none;
}

@media (max-width: 1023px) {
  .filter__cross {
    display: block;
  }
}

.cost-prod {
  width: 12%;
  margin-right: 10px;
  margin-bottom: 20px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .cost-prod {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cost-prod {
    width: 25%;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .cost-prod {
    width: 22%;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .cost-prod {
    width: 17%;
  }
}

#oct-ismobile .cost-prod .list-group-item {
    padding: 0 5px 0 0;
    border: none;
} 

#oct-ismobile .list-group-item {
    padding: 0 15px;
    border: none;
} 

#oct-ismobile .item-title {
    margin-top: 5px;
}

#oct-ismobile .item-title .name {
    overflow: hidden;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--grey-color);
}

#oct-ismobile .checkbox {
    margin-bottom: 2px;
}

#oct-ismobile .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#oct-ismobile .checkbox label {
    padding-left: 20px;
    font-size: 12px;
    line-height: 14px;
    color: var(--grey-color);
}

#oct-ismobile .checkbox label.disabled {
    color: var(--grey-light-color);
    cursor: not-allowed;
}



#oct-ismobile .checkbox .my-check {
    position: absolute;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
}

#oct-ismobile .checkbox input:checked + .my-check:after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    display: block;
    width: 6px;
    height: 6px;
    background: var(--green-color);
    z-index: 10;
}

#oct-ismobile .input-price-left {
  margin-bottom: 15px;
  padding-right: 5px;
}

#oct-ismobile .input-price-right {
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

#oct-ismobile .input-price-left input,
#oct-ismobile .input-price-right input {
  margin-bottom: 15px;
  padding-right: 5px;
  border-radius: 50px;
  border: 1px solid #C4C4C4;
}

#oct-ismobile .noUi-horizontal .noUi-handle {
    left: 0;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border: 1px solid white;
    background: var(--green-color);
    box-shadow: none;
    border-radius: 50px;
    cursor:pointer;
}

@media (max-width: 1023px) {
  #oct-ismobile .noUi-horizontal .noUi-handle {
    top: calc(50% - 6px);
    width: 15px;
    height: 15px;
  }
}

#oct-ismobile .noUi-horizontal .noUi-handle:before,
#oct-ismobile .noUi-horizontal .noUi-handle:after {
    content: unset;
}

#oct-ismobile .noUi-target {
  height: 1px;
  border-radius: unset;
  box-shadow: unset;
  background: #C4C4C4;
}

#oct-ismobile .noUi-connect {
  height: 1px;
  border-radius: unset;
  box-shadow: unset;
  background: var(--green-color);
}

@media (max-width: 1023px) {  
  #oct-ismobile .noUi-target {
    height: 3px;
  }

  #oct-ismobile .noUi-connect {
    height: 3px;
  }
}

#oct-ismobile a.list-group-item:focus,
#oct-ismobile a.list-group-item:hover {
    color: var(--grey-color);
    text-decoration: none;
    background-color: unset;
}

#filter-mobile {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .5);
    display: none;
}

#filter-mobile #oct-ismobile {
    position: relative;
    top: 100px;
    width: 90%;
    background: white;
}

.filter__apply {
    display: none;
    justify-content: center;
    width: 150px;
    height: 45px;
    
    font-weight: 700;
    font-size: 14px;
    color: var(--white-color);
    border: none;
    border-radius: 50px;
    background: var(--green-color);
}

@media (max-width: 1023px) {  
  .filter__apply {
    display: flex;
  }
}

/* END FILTR */

/* START MAIN-CONTENT */

.main-content {
    display: flex;
    width  : 89%;
    margin : 0 auto 55px;
}

@media (min-width:1024px) and (max-width: 1439px) {
    .main-content {
        margin: 0 auto 35px;
    }
}


@media (min-width:0) and (max-width: 1023px) {
    .main-content {
        width  : 100%;
        padding: 0 15px;
    }
}

@media (min-width:1023px) and (max-width: 1439px) {
    .main-content {
        width: 90%;
    }
}

/* START MENU-CAT */

.menu-cat {
    height            : fit-content;
    width             : 18%;
    margin-right      : 30px;
    padding           : 40px 25px 20px 40px;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow   : 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow        : 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
}

@media (max-width: 1023px) {
    .menu-cat {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1349px) {
    .menu-cat {
        width: 30%;
    }
}

@media (min-width: 1350px) and (max-width: 1919px) {
    .menu-cat {
        width: 24%;
    }
}

.menu-cat ul {
    list-style-type: none;
}

.menu-cat ul>li {
  text-indent: -5px;
}

.menu-cat li {
    width: fit-content;
}

.menu-cat li:before {
  content: none;
}

.menu-cat li.active a {
    color: var(--orange-color);
}

.menu-cat li.active a:before {
    content     : '\25B2';
    display     : inline-block;
    margin-right: 8px;
    font-weight : bold;
    font-size   : 8px;
    width       : 1em;
    margin-left : -18px;
    color       : var(--orange-color);
}

li.active .menu-cat__sub-menu a:before {
    content: none;
}

li.active .menu-cat__sub-menu a {
    color: var(--grey-color);
}

.menu-cat li a {
    display        : block;
    margin-bottom  : 20px;
    font-weight    : 500;
    color          : var(--green-color);
    text-decoration: underline;
}

.menu-cat li a:before {
    content    : "\2022";
    color      : var(--green-color);
    font-weight: bold;
    display    : inline-block;
    width      : 1em;
    margin-left: -1em;
}

.menu-cat__sub-menu {
    display: none;
}

li.active>.menu-cat__sub-menu {
    display: block;
}

.menu-cat__sub-menu li a:before {
    content: none;
}

.menu-cat__sub-menu li a {
    font-weight: 500;
    font-size  : 14px;
    color      : var(--grey-color);
}

/* END MENU-CAT */

/* START CAT-PRODS */

.car-prods {
    width: 79%;
}

@media (max-width: 1023px) {
    .car-prods {
        width: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1349px) {
    .car-prods {
        width: 67%;
    }
}

@media (min-width: 1350px) and (max-width: 1919px) {
    .car-prods {
        width: 76%;
    }
}

.car-prods__top {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    flex-wrap: wrap;
    margin-bottom  : 30px;
}

@media (max-width: 767px) {
    .car-prods__top {
        flex-direction: column;
        align-items   : flex-start;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .car-prods__top {
        flex-wrap: wrap;
    }
}

@media (max-width: 1023px) {
  .car-prods__headline-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}

.car-prods h1 {
    margin-bottom: 5px;
    font-weight  : 500;
    font-size    : 30px;
    color        : var(--grey-color);
}

@media (max-width: 767px) {
    .car-prods h1 {
        margin-bottom: 15px;
        font-size    : 22px;
        text-align   : center;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .car-prods h1 {
        margin-bottom: 15px;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .car-prods h1 {
        font-size: 22px;
    }
}

.filter-btn {
  font-size: 16px;
  color: var(--green-color);
  border: none;
  background: transparent;
  display: none;
}

@media (max-width: 1023px) {
  .filter-btn {
    display: flex;
    align-items: center;
  }
}

.filter-btn img {
  margin-left: 10px;
}

.car-prods__top select {
    width        : 210px;
    padding      : 10px 22px 10px 15px;
    font-size    : 14px;
    color        : var(--grey-color);
    border       : 1px solid var(--grey-light-color);
    border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px; 
    -moz-border-radius: 50px 50px 50px 50px; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/image/arrow-select.png") 96% / 3% no-repeat transparent;   
    cursor: pointer;
    outline: none;
}

@media (min-width: 0px) and (max-width: 1023px) {
    .car-prods__top select {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .car-prods__top select {
        font-size: 12px;
    }
}

.car-prods__bottom {
    display  : flex;
    flex-wrap: wrap;
}

.car-prods__bottom .best__card-box {
    position  : relative;
    width     : calc(100% / 4 - 16px);
    height    : fit-content;
    min-height: 580px;
    /* min-height: 440px; */
    /* min-height: 465px; */
    margin    : 0 8px 30px;
}

@media (max-width: 767px) {
    .car-prods__bottom .best__card-box {
        min-height: 525px;
        width     : 100%;
        margin    : 0 0 30px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .car-prods__bottom .best__card-box {
        /* min-height: 405px; */
        min-height: 525px;
        width     : calc(100% / 2 - 16px);
    }
}

@media (min-width: 1024px) and (max-width: 1349px) {
    .car-prods__bottom .best__card-box {
        width     : calc(100% / 2 - 16px);
        min-height: 480px;
    }
}

@media (min-width: 1350px) and (max-width: 1599px) {
    .car-prods__bottom .best__card-box {
        /* min-height: 415px; */
        min-height: 505px;
        width     : calc(100% / 3 - 16px);
    }
}

@media (min-width: 1600px) and (max-width: 1919px) {
    .car-prods__bottom .best__card-box {
        /* min-height: 415px; */
        min-height: 520px;
        width     : calc(100% / 3 - 16px);
    }
}

.car-prods__bottom .best__card {
    position: absolute;
    background: var(--white-color);
}

.car-prods__bottom .best__card:hover {
    left              : -5px;
    right             : -5px;
    padding: 0 5px;
    z-index           : 10;
    background        : var(--white-color);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow   : 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow        : 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.car-prods__bottom .best__descr-box-add {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: space-between;
    display        : none;
}

.car-prods__bottom .best__card:hover .best__descr-box-add {
    display: flex;
    width: 100%;
}

@media (min-width: 0px) and (max-width: 767px) {
    .car-prods__bottom .best__new-price {
        font-size: 24px;
    }

    .car-prods__bottom .best__old-price {
        font-size: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .car-prods__bottom .best__new-price {
        font-size: 20px;
    }

    .car-prods__bottom .best__old-price {
        font-size: 10px;
    }
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .car-prods__bottom .best__new-price {
        font-size: 22px;
    }

    .car-prods__bottom .best__old-price {
        font-size: 12px;
    }
}

.best__card:hover img {
    /*padding: 15px;*/
}

.car-prods .pagination {
    margin: 20px 0 20px 5px;
}

.car-prods .pagination>.active>span {
  background-color: var(--green-color);
  border-color: var(--green-color);
}

.car-prods .pagination>li>a {
  color: var(--green-color);
}

/* END CAT-PRODS */

/* END MAIN-CONTENT */

/* START QUEST-CAT */

.quest-cat {
    margin-bottom   : 40px;
    background      : #F4F4F4;
    background-image: none;
}

.quest-cat h2 {
    color: #656565;
}

.quest-cat span {
    color: #777777;
}

/* END QUEST-CAT */

.list-group-item .oct-filter-view{
  font-size: 14px;
  margin-bottom: 15px;
  display: flex;
}

.filter-btn{
  display: none;
}