html {
    font-size: 1rem !important;
}

.hidden {
    display: none !important;
}

.actualPrice {
    font-weight: 700;
    color: red;
    font-size: 20px;
    margin-bottom: 15px;
}

.wrapPaginate .pageNum {
    display: flex;
    line-height: 0;
    justify-content: flex-end;
    padding: 0 0 20px 0;
}

.wrapPaginate .pageNum .shop-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrapPaginate .pageNum .shop-pagination li {
    margin: 0;
}

.wrapPaginate .pageNum .shop-pagination .page-link,
.wrapPaginate .pageNum .shop-pagination .page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    background: #fff;
    color: #157436;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
}

.wrapPaginate .pageNum .shop-pagination a.page-link,
.wrapPaginate .pageNum .shop-pagination a.page-btn {
    cursor: pointer;
}

.wrapPaginate .pageNum .shop-pagination .page-btn {
    appearance: none;
    cursor: pointer;
    font-family: inherit;
}

.wrapPaginate .pageNum .shop-pagination li.active .page-link {
    background: #157436;
    border-color: #157436;
    color: #fff;
}

.wrapPaginate .pageNum .shop-pagination li.disabled .page-link {
    color: #999;
    background: #f5f5f5;
    cursor: default;
}

.wrapPaginate .pageNum .shop-pagination .page-btn:hover {
    border-color: #157436;
}

.nucFilter {
    display: flex;
    flex-direction: column;
}

.checkFilter label {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.checkFilter input {
    margin: 0;
    padding: 0;
}

.checkFilter {
    display: inline-flex;
    align-items: center;
}

.flexSA {
    display: flex;
    justify-content: space-around;
}

.flexSB {
    display: flex;
    justify-content: space-between;
}

.flexCenter {
    display: flex;
    justify-content: center;
}

.flexAI {
    display: flex;
    align-items: center;
}

.flexW {
    display: flex;
    flex-wrap: wrap;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

.flexStart {
    display: flex;
    justify-content: flex-start;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
}

.wrapSR {
    width: 290px;
}

.filterBlock {
    width: 100%;
    height: 100%;
    border: 1px solid #168136;
    padding: 40px 30px;
}

.catalogSectionBlocks {
    align-items: flex-start;
}

.rangeValues {
    display: block;
}

input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 300px;
    position: absolute;
    left: 0;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
    margin-top: -4px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
}


/*hide the outline behind the border*/

input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 300px;
    height: 5px;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent;
    z-index: -4;
}

input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
}

input[type=range]:focus::-ms-fill-lower {
    background: #888;
}

input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

.wrapFilter input[type="file"],
.wrapFilter input[type="image"],
.wrapFilter input[type="submit"],
.wrapFilter input[type="reset"],
.wrapFilter input[type="button"],
.wrapFilter input[type="radio"],
.wrapFilter input[type="checkbox"] {
    width: 17px
}

.wrapSliderBlock .irs {
    opacity: .4;
}

.wrapSL {
    width: calc(100% - 310px);
}

.card {
    min-height: 340px;
    display: flex;
    justify-content: space-between;
}

.prod-img img {
    max-width: 100%;
    height: 100%;
}

.prod-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-height: 150px;
    margin: 20px 0 30px;
}

.wrapSectionList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin: 0px 0px 40px;
}

.wrapSectionList .item .imgW {
    height: 243px;
}

header {
    position: relative;
}

.wrapSectionList .item .name {
    padding: 25px 0px;
}

:focus,
 :active {
    outline: 0;
}

* {
    box-sizing: border-box;
}

#accordion .ui-accordion-content {
    background-color: #f3f3f3;
    width: 100%;
    color: #777;
    font-size: 0.875em;
    line-height: 1;
}

#accordion .ui-accordion-content>* {
    margin: 0;
    padding: 20px;
}

#accordion .ui-accordion-header {
    color: black;
    line-height: 2.625;
    display: block;
    font-size: 0.8125em;
    width: 100%;
    text-indent: 10px;
}


/*accordeons*/

:root {
    --colorMain: #B11832;
    --colorSecondary: #000000;
    --colorSecondaryLight: #fff;
    --colorHoverMain: #000000;
    --colorHoverMainLight: #fff;
}

.accordionBlocks {
    padding: 50px 0;
}

.wrapQuestLine {
    border: 0
}

.wrapQuestLineFilter .quest {
    font-size: 15px;
    font-weight: 500;
    color: #157436;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    min-height: 30px;
    padding: 0 30px 0 0;
}

.breadcrumb-item a {
    color: #000;
}

.quest::after {
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #157436;
    border-right: 2px solid #157436;
    transform: rotate(45deg);
    transition: all 0.4s;
}

.activeQuest .quest::after {
    top: calc(50% - 3px);
    transform: rotate(225deg);
}

.ask {
    padding: 0 0 10px 0;
    font-size: 17px;
    line-height: 1.1;
    display: none;
}

.wrapFilter span.irs-line {
    background-color: #168136;
}

.wrapFilter .irs--sharp .irs-min,
.wrapFilter .irs--sharp .irs-max {
    background-color: #168136;
}

.wrapFilter .irs--sharp .irs-from,
.wrapFilter .irs--sharp .irs-to,
.wrapFilter .irs--sharp .irs-single {
    background-color: #168136;
}

.wrapFilter .irs--sharp .irs-from:before,
.wrapFilter .irs--sharp .irs-to:before,
.wrapFilter .irs--sharp .irs-single:before {
    border-top-color: #168136;
}

.wrapFilter .irs--sharp .irs-handle>i:first-child {
    border-top-color: #168136;
}

.wrapFilter .irs--sharp .irs-handle {
    background-color: #168136;
    cursor: pointer;
}

.wrapFilter .irs--sharp .irs-bar {
    background-color: #168136;
}

.fTitle {
    color: #157436;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    padding-right: 20px;
}

.wrapQuestLineFilter {
    padding: 5px 0;
}

.rangeSlider {
    padding: 15px 10px 0;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
    font-size: 13px;
}

.nucFilter input[type="checkbox"] {
    width: 10px !important;
    height: 10px !important;
    left: 0 !important;
    top: 0 !important;
    position: absolute !important;
    opacity: 0 !important;
    display: none;
}

.wrapFilter .questionsCol span {
    color: #000;
    font-weight: 300;
    padding-left: 25px;
    display: block;
    position: relative;
    cursor: pointer;
}

.wrapFilter .questionsCol span:before {
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    content: '';
    background: #fff;
    border: 1px solid #D2D2D2;
    border-radius: 0px;
}

.wrapFilter .questionsCol input:checked+span:after {
    opacity: 1;
}

.wrapFilter .questionsCol span:after {
    position: absolute;
    width: 8px;
    height: 8px;
    left: 4px;
    top: calc(50% - 4px);
    content: '';
    background: #157436;
    /* border-radius: 2px; */
    opacity: 0;
}

#accordion {
    padding: 20px 0;
}

.filterResult {
    color: #177d36;
    font-size: 12px;
    max-height: 100px;
    margin: 0 0 10px;
    overflow: auto;
}


/* удалить */

.wrapItem {
    width: 100%;
}

.wrapSectionList .item {
    border: none;
    padding: 0;
    min-height: auto;
    display: block;
    margin: 0;
}


/* удалить */


/*End accordeons*/


/* element */

.rightBlock {
    width: calc(100% - 640px);
}

.leftBlock {
    width: 600px;
}

.nucProps {
    display: flex;
    justify-content: space-between;
}

.sliderImgB .imgW {
    padding: 0 5px;
}

.sliderImgB {
    margin-top: 20px;
}

.sliderImgB .slick-list {
    margin-left: -5px;
    margin-right: -5px;
}

.titleProps {
    font-size: 17px;
    color: #147235;
    font-weight: 500;
}

.ptitle {
    font-size: 24px;
    font-family: 'Lora';
    font-weight: 400;
    line-height: 1;
}

.wrapProps {
    padding: 30px 0 100px;
}

.prises .price {
    font-size: 40px;
    font-family: 'Roboto';
    font-weight: bold;
    line-height: 1.2;
}

.prises .oldprice {
    font-size: 32px;
    font-weight: 300;
    text-decoration: line-through;
    line-height: 1.2;
}

.prises {
    padding: 0 0 30px 0;
}

.properties a.more.btnStyle {
    max-width: 294px;
}

.wrapProps .nucProps {
    padding: 5px 0;
    border-bottom: 1px dotted #B3B3B3;
}

.wrapPlans {
    margin-top: 100px;
}

.wrapDescription {
    margin-top: 80px;
    margin-bottom: 160px;
}

.elementBlock {
    margin-top: 60px;
}

.filterTitle {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
}

.categorymenu {
    background: #D0EAD4;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto';
    padding: 30px;
    margin-bottom: 20px;
}

.catName {
    font-size: 20px;
    margin-bottom: 10px;
}

.categorymenu ul li {
    padding: 5px 0;
}

a {
    color: #000;
}

.laravelJooomla .h1 {
    font-size: 38px;
    text-align: left;
    font-weight: 400;
}

.categorymenu li.active a {
    color: #157736;
}

.categories .h1 {
    text-align: left;
    font-size: 38px;
}

.categories {
    padding-top: 20px;
    padding-bottom: 50px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    color: #757575;
    content: var(--mdb-breadcrumb-divider, "/");
}

.categorymenu ul li a {
    color: #000;
}

.slideE .imgW {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slideE img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sliderESmall .imgW {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sliderESmall img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* таблица в товаре */

.productTable {
    width: 100%;
    overflow-x: auto;
    margin: 20px auto;
}

.productTable td {
    border: 1px solid #000;
    padding: 5px;
}

.productTable th {
    border: 1px solid #000;
    padding: 5px;
    background: linear-gradient(to right, var(--colorHead2), var(--colorHead));
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.productTable tr:hover {
    background: #d9eddc;
}


/* End таблица в товаре */

@media screen and (max-width:1199px) {
    .wrapSectionList {
        grid-template-columns: repeat(2, 1fr);
    }
    .productTable th {
        font-size: 16px;
    }
}

@media screen and (max-width:991px) {
    .wrapSR {
        width: 200px;
    }
    .wrapSL {
        width: calc(100% - 210px);
    }
    .irs--sharp .irs-grid-text {
        display: none;
    }
    .irs--sharp .irs-from,
    .irs--sharp .irs-to,
    .irs--sharp .irs-single {
        font-size: 11px;
    }
    .irs--sharp .irs-to {
        margin-right: -10px;
    }
    .filterBlock {
        padding: 20px 15px;
    }
    .categorymenu {
        padding: 15px;
    }
    .wrapSectionList {
        grid-gap: 20px 10px;
    }
    .leftBlock {
        width: 400px;
    }
    .slideE .imgW {
        height: 305px;
    }
    .rightBlock {
        width: calc(100% - 420px);
    }
    .productTable th,
    .productTable td {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .wrapElement {
        flex-direction: column;
        align-items: center;
    }
    .leftBlock {
        margin-bottom: 50px;
        width: 100%;
        max-width: 400px;
    }
    .rightBlock {
        width: 100%;
    }
    .wrapProps {
        padding: 15px 0 30px;
    }
    .prises .price {
        font-size: 32px;
    }
    .categorymenu {
        display: none;
    }
    .catalogSectionBlocks {
        flex-direction: column;
    }
    .wrapSR {
        width: 100%;
        margin-bottom: 15px;
    }
    .wrapSL {
        width: 100%;
    }
}

@media screen and (max-width:600px) {
    .slideE .imgW {
        height: auto;
    }
    .wrapSectionList {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 40px;
    }
}