.ah-tab-wrapper{position:relative}.ah-tab-wrapper *,.ah-tab-wrapper :after,.ah-tab-wrapper :before{box-sizing:border-box;margin:0;padding:0}.ah-tab{position:relative;white-space:nowrap;overflow:hidden;letter-spacing:-.3em}.ah-tab::after,.ah-tab::before{bottom:0;content:"";height:100%;opacity:0;position:absolute;z-index:1;transition:opacity .3s}.ah-tab::before{right:-100%;width:30px;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,#fff 70%,#fff 99%);background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,#fff 70%,#fff 99%);background:linear-gradient(to right,rgba(255,255,255,0) 0,#fff 70%,#fff 99%)}@media (min-width:768px){.ah-tab::before{width:50px}}.ah-tab::after{left:100%;width:80px;background:-moz-linear-gradient(right,rgba(255,255,255,0) 0,#fff 40%,#fff 99%);background:-webkit-linear-gradient(right,rgba(255,255,255,0) 0,#fff 40%,#fff 99%);background:linear-gradient(to left,rgba(255,255,255,0) 0,#fff 40%,#fff 99%)}.ah-tab-overflow-left::before{opacity:1;right:0}.ah-tab-overflow-right::after{opacity:1;left:0}.ah-tab-overflow-wrapper{position:absolute;width:43px;height:100%;left:100%;opacity:0;top:0;z-index:1;text-align:center}.ah-tab-overflow-wrapper[data-ah-tab-active=true]{left:0;opacity:1;transition:opacity .3s}.ah-tab-overflow-wrapper:hover{z-index:2}.ah-tab-overflow-menu{background:transparent url(../../img/theme/ah-tab-overflow-menu.svg) center center no-repeat;background-size:18px;display:inline-block;width:100%;height:100%;border:0;cursor:pointer;transition:opacity .3s;opacity:.7}.ah-tab-overflow-wrapper:hover .ah-tab-overflow-menu{opacity:1}.ah-tab-overflow-list{position:absolute;top:-10000%;left:0;text-align:right;background-color:#fff;border:1px solid #e9e9e9;box-shadow:0 3px 7px 0 rgba(0,0,0,.09);list-style:none;transition:opacity .3s;opacity:0;max-width:290px;z-index:100000}.ah-tab-overflow-list::after{content:" ";display:block;position:absolute;top:-14px;left:14px;width:0;height:0;border:7px solid transparent;border-bottom-color:#fff}.ah-tab-overflow-list::before{content:" ";display:block;position:absolute;top:-16px;left:13px;width:0;height:0;border:8px solid transparent;border-bottom-color:#cdcdcd}.ah-tab-overflow-wrapper:hover .ah-tab-overflow-list{top:99%;padding:10px 0;opacity:1}.ah-tab-overflow-list:hover{display:block}.ah-tab-item{color:#5b5656;cursor:pointer;display:inline-block;letter-spacing:normal;transition:all .3s;text-decoration:none;font-size:16px}.ah-tab>.ah-tab-item{border-bottom:3px solid transparent;padding:15px}.ah-tab>.ah-tab-item:hover{color:#000}.ah-tab-item[data-ah-tab-active=true]{color:#000}.ah-tab>.ah-tab-item:hover{border-bottom:3px solid #000}.ah-tab>.ah-tab-item[data-ah-tab-active=true]{border-bottom-color:#000}.ah-tab-overflow-list>.ah-tab-item{border-right:3px solid transparent;display:block;overflow:hidden;padding:10px 20px;text-overflow:ellipsis;white-space:nowrap}.ah-tab-overflow-list>.ah-tab-item:hover{border-right-color:#000}.ah-tab-overflow-list>.ah-tab-item[data-ah-tab-active=true]{border-right:3px solid #000!important;border-radius:0!important}.ah-tab-overflow-list>.ah-tab-item{border-radius:0!important;margin:0!important;padding:4px 10px!important;font-size:15px!important}.ah-tab-content-wrapper{margin:30px 0}.ah-tab-content{display:none}.ah-tab-content[data-ah-tab-active=true]{display:block}
.category-main-container {
    display: flex;
    flex-direction: row;
    margin: 0 2rem
}


.category-jump-to-othercat {
    display: flex;
    overflow-x: auto
}


.category-jump-to-othercat::-webkit-scrollbar {
    display: none
}


.category-jump-to-othercat {
    -ms-overflow-style: none;
    scrollbar-width: none
}


.category-jump-to-othercat a {
    padding: .2rem .5rem;
    color: #202326;
    background-color: #fff;
    margin: 0 .15rem;
    border: 1px solid #e3e3e3;
    border-radius: 25px;
    flex-shrink: 0
}


.category-jump-to-othercat a:hover {
    background-color: #6accaf;
    color: #fff
}


.category-jump-to-othercat .selected {
    background-color: #6accaf;
    color: #fff;
    pointer-events: none;
    cursor: default
}


.sticky-sidebar {
    width: 20%;
    display: flex;
    flex-direction: column;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: min-content
}


.category-main-contnent {
    width: 79%;
    margin: 0 1% 0 0;
    display: flex;
    flex-direction: column
}


.category-main-container .readmore-section {
    border-top: 1px solid #e3e3e3;
    padding: 2rem 0 0
}


.readmore-section {
    height: 12.5rem;
    overflow: hidden
}


.product-list-page-description input:checked~.readmore-section {
    height: auto;
    min-height: 12.5rem
}


.readmore-section h2 {
    font-size: 1.5rem
}


.readmore-section h3 {
    font-size: 1.35rem
}


.readmore-section h4 {
    font-size: 1.2rem
}


.readmore-section h5 {
    font-size: 1.1rem
}


.category-faq {
    margin: 1rem 0;
    padding: 1rem 2rem;
    border: solid .5px #e1e1e1;
    background-color: #fff;
    border-radius: 5px
}


.category-faq__title {
    font-size: 1.5rem;
    display: block;
    text-align: center
}


.category-faq__sub-title {
    display: block;
    padding: .5rem 0 1rem;
    text-align: center;
    font-size: .9rem;
    font-weight: 200;
    letter-spacing: .033rem;
    border-bottom: 1px solid #b5b0b0;
    color: #646464
}


.category-faq__item {
    padding: 1rem 3rem;
    border-radius: 5px;
    margin: 10px 0;
    cursor: pointer;
    position: relative
}


.category-faq__item--title {
    background-color: #2ab88d;
    border-radius: 10px;
    height: 40px;
    margin-right: 20px;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 400
}


.category-faq__item--title::before {
    content: "+";
    color: #fff;
    margin: 0 .5rem;
    height: 24px;
    position: absolute;
    right: 0;
    top: 1rem;
    border-color: #2ab88d;
    border-radius: 15px;
    line-height: 0;
    font-size: 30px;
    font-weight: 600;
    border-style: solid;
    border-width: 20px 12px
}


.category-faq__item--desc {
    height: 0;
    opacity: 0;
    overflow: hidden
}


.active>.category-faq__item--desc {
    height: auto;
    opacity: 1;
    border-radius: 5px;
    margin: 10px 22px
}


.active>.category-faq__item--title::before {
    content: "-";
    font-size: 40px
}


.filter-tab {
    margin-bottom: .5rem;
    border-radius: 10px;
    border: 1px solid #f3f3f3;
    border-bottom-color: #f3f3f3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    -webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    border: 1px solid #f3f3f3
}

.filter-tab p {
    margin: 0
}

.filter-tab>.filter-tab-header>p>button>i {
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 25px;
    text-align: center;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    color: #2ab88d
}

.filter-submit-color {
    margin-top: 1rem
}

.sorting {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: min-content;
    margin: auto 1.5rem;
    width: 30%
}

.sorting>a {
    margin: auto;
    font-size: 12px;
    text-decoration: none;
    color: #5c5757 !important
}

.sorting>a:hover {
    color: #2ab88d
}

.price-filter-container {
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    vertical-align: baseline;
    justify-content: start;
    align-content: center;
    margin-bottom: .5rem
}


@media (max-width: 810px) {
    .d-sidebar__filter {
        display: none
    }

    .category-main-container {
        display: flex;
        flex-direction: column;
        margin: 0
    }

    .m-sticky-sidebar {
        display: none
    }

    .m-category-main-contnent {
        width: 96%;
        margin: 0 .5rem
    }

    .categoryName-sorting {
        display: flex;
        flex-direction: row
    }

    .sorting {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        height: min-content;
        margin: .5rem auto;
        width: 90%
    }

    .m-sidebar__category {
        display: none
    }

    .name-filterbtn {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .name-filterbtn div {
        font-size: 1rem
    }

    .m-sidebar__filter {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1000000000000;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: .5s
    }

    .m-filter-content {
        position: relative;
        top: 2rem;
        width: 100%;
        text-align: center;
        margin-top: 1rem
    }

    .m-sidebar__filter .close-btn {
        position: absolute;
        right: 10px;
        font-size: 40px;
        color: #999494
    }

    .m-sidebar__filter .close-btn a {
        text-decoration: none;
        color: #5b5656
    }

    .m-filter-content .filter-tab {
        margin: 0;
        padding: .5rem
    }

    .price-filter-container {
        margin-bottom: 1.2rem
    }

    .filter-submit-btn-container {
        height: 3.5rem
    }

    .fixbtn {
        position: fixed;
        bottom: 0;
        width: 100%
    }

    .filter-submit-color .filter-submit-btn {
        padding: 1rem 0;
        border-radius: 0
    }
}


/* ========================================
   Category Page Theme Styles (from main.min.css)
   ======================================== */

.side-bar-category .parent_category {
    color: #000;
    padding-bottom: 5px;
    padding-top: 10px;
    border-top: 1px solid #cfcfcf;
}
.side-bar-category .sub_parent_category {
    color: #000;
    padding-bottom: 5px;
}
.side-bar-category a {
    font-size: 13px;
    padding: 0;
    margin: 10px;
    color: grey;
}

.filter-product .card {
    border-radius: 10px;
    border: 1px solid #f3f3f3;
    box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    -webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
}
.filter-product .card .card-header {
    background-color: #fff;
}
.filter-product .card .card-header button {
    font-size: 14px;
}
.filter-product .card .card-header button i {
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #edf0f5;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    color: #f7858d;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.filter-product .card .card-header button[aria-expanded="true"] i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.filter-product .card .card-body .custom-control {
    padding-left: 0;
}
.filter-product .card .card-body .filter-color {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: top;
    margin-top: 7px;
    margin-left: 6px;
    border: 1px solid #f2f2f2;
    position: absolute;
    left: 0;
}
.parent-switcher {
    position: relative;
}
.parent-switcher .ui-statusswitcher {
    position: absolute;
    right: 0;
    top: 0;
}
.parent-switcher .ui-statusswitcher input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}
.parent-switcher .ui-statusswitcher-slider {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 21px;
    border-radius: 29px;
    border: 1px solid #8c8c8c;
    background: #e5e5e5;
    transition: 0.15s ease-in;
}
.parent-switcher input[type="checkbox"]:checked + .ui-statusswitcher-slider {
    background-color: #f7858d;
    border-color: #f7858d;
}
.parent-switcher .ui-statusswitcher-slider-toggle {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #959595;
    transition: all 0.4s ease;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 2px;
}
.parent-switcher
    input[type="checkbox"]:checked
    + .ui-statusswitcher-slider
    span {
    right: 21px;
}
.parent-switcher .label-switcher {
    margin-right: 50px;
    margin-bottom: 5px;
    cursor: pointer;
}
.noUi-target {
    border: 0;
    border-radius: 4px;
    background-color: #e0e0e0;
    box-shadow: none;
}
.noUi-horizontal {
    height: 4px;
}
.noUi-horizontal .noUi-handle {
    top: -8px;
    left: -10px;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(42, 184, 141, 0.3);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.noUi-handle:after,
.noUi-handle:before {
    display: none;
}
.noUi-horizontal .noUi-handle::before {
    display: none;
}
.noUi-horizontal .noUi-handle.noUi-handle-lower {
    background-color: #2ab88d;
}
.noUi-horizontal .noUi-handle.noUi-handle-upper {
    background-color: #2ab88d;
}
.noUi-horizontal .noUi-handle:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 8px rgba(42, 184, 141, 0.4);
}
.noUi-horizontal .noUi-handle:active {
    transform: scale(1.05);
}
.noUi-horizontal .noUi-handle:focus {
    outline: 0;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -10px;
    left: auto;
}
.ui-range-slider-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.875rem;
}
.ui-range-slider-footer > .column:last-child {
    padding-right: 0.9375rem;
    text-align: right;
}
.ui-range-values {
    display: inline-block;
}
.ui-range-values .ui-range-value-max,
.ui-range-values .ui-range-value-min {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
}
.ui-range-values .ui-range-label {
    display: inline-block;
    margin-right: 0.125rem;
    color: #8c8c8c;
    font-size: 0.75rem;
    font-weight: 600;
}
.noUi-connect {
    background: #2ab88d !important;
    border-radius: 4px;
}


/* ========================================
   Category Styles (from combined.css)
   ======================================== */

.dropdown-filter-btn {
    font-size: 1rem;
    line-height: 1.5;
    border: 0;
    text-align: right;
    width: 100%;
    display: block
}


.filter-title {
    font-weight: 700;
    font-size: 18px;
    color: #6f7479;
    margin: 1rem 0
}


.filter-title h2 {
    font-size: 16px
}


.filter-title>h2 {
    padding-right: 2rem
}


.dropdown-filter-btn>i {
    float: left
}


.dropdown-filter-btn>h2 {
    margin: 0
}

.sidebar__category {
    margin: 1rem 0;
    margin-top: .5rem;
    padding: 1rem;
    border-radius: 5px;
    background-color: #fff;
    border: solid .5px #e1e1e1;
    -webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    -webkit-transition: all .1s;
    transition: all .1s
}


.sidebar__filter {
    border-radius: 5px;
    -webkit-transition: all .1s;
    transition: all .1s;
    z-index: 1.0E+21
}


.product-list-container {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: solid .5px #e1e1e1;
    -webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    border-radius: 5px
}


.product-list-page-description input {
    z-index: -1;
    opacity: 0;
    position: absolute
}


.product-list-page-description label {
    cursor: pointer;
    padding: 1rem;
    text-align: center;
    display: block;
    background-color: #e3e3e3;
    border-radius: 15px;
    margin: 2rem 1rem
}


.product-list-page-description label:before {
    content: "بیشتر بدانید"
}


.product-list-page-description input:checked~label:before {
    content: "بستن"
}


.categoryName-sorting {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #b8babd82;
    padding: 1rem
}


.categoryName {
    padding: 1rem
}


.categoryName h1 {
    font-size: 1.7rem;
    color: #5b5656;
    text-align: center
}


.video {
    display: flex;
    justify-content: center;
    width: 100%
}


.sorting__btn--selected {
    padding: .5rem;
    font-size: 16px;
    position: relative;
    border-radius: 10px;
    color: #fff !important;
    border: 0;
    outline: 0;
    background-color: #6cccb0
}


.product-card-container {
    width: 25%;
    height: auto
}


.product-card-container a {
    text-decoration: none;
    color: #5b5656
}


.product-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}


.pagination a {
    color: #212121;
    padding: .5rem .75rem;
    border-radius: 5px
}


.pagination a:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-radius: 5px
}


.page-link {
    padding: .5rem .75rem
}


.page-item.active .page-link {
    color: #fff;
    background-color: #2ab88d;
    border-radius: 5px
}


.page-counter {
    margin-top: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative
}


.page-counter::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 5rem;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 60%);
    pointer-events: none
}


.page-counter::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 5rem;
    height: 100%;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 60%);
    pointer-events: none
}


.page-counter__scroll {
    overflow-x: auto
}


.page-counter__scroll nav ul {
    padding-right: 2rem;
    margin-top: 1rem
}


@media (min-width: 811px) {
    .m-sidebar__filter {
        display: none
    }

    .m-filter-icon {
        display: none
    }
}


@media (max-width: 810px) {
    .product-card-container {
        width: 50%;
        height: auto
    }

    .product-card {
        box-shadow: 0 0 4px 0 #0000001a;
        max-width: 100%
    }

    .product-list-container .product-card {
        width: auto
    }

    .card-body {
        font-size: .9rem;
        text-align: right;
        line-height: 27px;
        padding: .2rem 2rem 1.2rem 0
    }
}


.ah-tab-item {
    transform: translateX(0) !important
}


.ah-tab-overflow-wrapper {
    display: none
}


.search-page-container {
    margin: 1rem .5rem;
    background-color: #fff;
    padding: 1rem;
    border: solid .5px #e1e1e1
}
.product-list-page-description {
    background-color: #fff;
    border-radius: 5px;
    margin: 1rem 1.5rem;
    padding: 0 2rem;
    border: solid .5px #e1e1e1;
    font-family: iransans
}


.category-discription {
    margin: 1rem 0 !important
}


.category-discription span,
.category-discription p,
.category-discription h1,
.category-discription h2,
.category-discription h3,
.category-discription h4,
.category-discription h5,
.category-discription h6,
.category-discription strong,
.category-discription ul,
.category-discription ol,
.category-discription li,
.category-discription td,
.category-discription tr {
    font-family: IRANSans !important
}


.product-list-page-description p {
    text-align: justify;
    font-size: 1rem;
    color: #454545
}


.owl-nav .owl-prev,
.owl-nav .owl-next {
    font-size: 4rem !important;
    color: #393e46 !important
}


.product-carousel .owl-nav button {
    line-height: 37px !important;
    text-align: center
}


.product-carousel .owl-nav button.owl-next {
    left: -15px;
    cursor: pointer
}


.product-carousel .owl-nav button.owl-prev {
    right: -15px;
    cursor: pointer
}


.product-carousel .owl-nav button.owl-next,
.product-carousel .owl-nav button.owl-prev {
    background-color: #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #6a6a6a
}


.product-carousel .owl-nav button {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 37px !important;
    text-align: center;
    outline: 0;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: .3s;
    transition: .3s
}


.product-carousel .owl-nav button.disabled {
    opacity: 0 !important
}


@media (max-width: 810px) {
    .search-page-container {
        margin: .25rem;
        margin-top: 1rem;
        background-color: #fff;
        padding: .25rem;
        border: solid .5px #e1e1e1
    }

    .d-Five-page-card {
        width: 50% !important
    }

    .search-page-product-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }
}


@media (max-width: 810px) {
    .tag-page-container {
        margin: .25rem;
        margin-top: 1rem;
        background-color: #fff;
        padding: .25rem;
        border: solid .5px #e1e1e1
    }

    .d-Five-page-card {
        width: 50% !important
    }

    .tag-page-product-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }
}
/* ==========================================
   Filter & Price Slider Components
   ========================================== */

.price-filter-bar {
    width: 85%;
    text-align: center;
    margin: 2rem auto;
    margin-bottom: 1rem
}




.price-filter-amount {
    text-align: center;
    margin-bottom: 1rem
}


.filter-product-body {
    padding: 1.25rem
}


.filter-product-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}


.filter-product-control li {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    z-index: -1;
    opacity: 0
}


.filter-product-control label {
    padding-right: 2rem;
    font-size: 12px
}


.filter-product-control label:after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
    right: 0;
    left: auto
}


.filter-product-control label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: .25rem;
    right: 0;
    left: auto
}


.filter-product .card .card-header button i {
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 25px;
    text-align: center;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}


.widget-search {
    position: relative;
}

.widget-search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 7px;
    font-size: 13px;
    background-color: #fafdfb;
    border: 1px solid #f3f3f3;
    border-radius: 7px;
    outline: 0;
}

.widget-search input::placeholder {
    font-size: 12px;
}

.widget-search button.btn-search-widget {
    position: absolute;
    left: 0;
    width: 35px;
    height: 40px;
    background-color: #f7858d;
    border: 0;
    border-radius: 7px 0 0 7px;
    outline: 0;
}

.widget-search button.btn-search-widget img {
    max-width: 100%;
}

.filter-product .card {
    border-radius: 10px;
    border: 1px solid #f3f3f3;
    box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    -webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
}

.filter-product .card .card-header {
    background-color: #fff;
}

.filter-product .card .card-header button {
    font-size: 14px;
}

.filter-product .card .card-header button i {
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #edf0f5;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    color: #f7858d;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.filter-product .card .card-header button[aria-expanded="true"] i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter-product .card .card-body .custom-control {
    padding-left: 0;
}

.filter-product .card .card-body .filter-color {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: top;
    margin-top: 7px;
    margin-left: 6px;
    border: 1px solid #f2f2f2;
    position: absolute;
    left: 0;
}

.parent-switcher {
    position: relative;
}

.parent-switcher .ui-statusswitcher {
    position: absolute;
    right: 0;
    top: 0;
}

.parent-switcher .ui-statusswitcher input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}

.parent-switcher .ui-statusswitcher-slider {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 21px;
    border-radius: 29px;
    border: 1px solid #8c8c8c;
    background: #e5e5e5;
    transition: 0.15s ease-in;
}

.parent-switcher input[type="checkbox"]:checked + .ui-statusswitcher-slider {
    background-color: #f7858d;
    border-color: #f7858d;
}

.parent-switcher .ui-statusswitcher-slider-toggle {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #959595;
    transition: all 0.4s ease;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 2px;
}

.parent-switcher
    input[type="checkbox"]:checked
    + .ui-statusswitcher-slider
    span {
    right: 21px;
}

.parent-switcher .label-switcher {
    margin-right: 50px;
    margin-bottom: 5px;
    cursor: pointer;
}

.noUi-target {
    border: 0;
    border-radius: 4px;
    background-color: #e0e0e0;
    box-shadow: none;
}

.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    top: -8px;
    left: -10px;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(42, 184, 141, 0.3);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}

.noUi-horizontal .noUi-handle::before {
    display: none;
}

.noUi-horizontal .noUi-handle.noUi-handle-lower {
    background-color: #2ab88d;
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
    background-color: #2ab88d;
}

.noUi-horizontal .noUi-handle:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 8px rgba(42, 184, 141, 0.4);
}

.noUi-horizontal .noUi-handle:active {
    transform: scale(1.05);
}

.noUi-horizontal .noUi-handle:focus {
    outline: 0;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -10px;
    left: auto;
}

.ui-range-slider-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.875rem;
}

.ui-range-slider-footer > .column:last-child {
    padding-right: 0.9375rem;
    text-align: right;
}

.ui-range-values {
    display: inline-block;
}

.ui-range-values .ui-range-value-max,
.ui-range-values .ui-range-value-min {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
}

.ui-range-values .ui-range-label {
    display: inline-block;
    margin-right: 0.125rem;
    color: #8c8c8c;
    font-size: 0.75rem;
    font-weight: 600;
}

.noUi-connect {
    background: #2ab88d !important;
    border-radius: 4px;
}

.page .filter-product .card {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.page .filter-product .card .card-header {
    margin-bottom: 15px;
    border: 1px solid #ededed;
    border-radius: 25px;
}

.page .filter-product .card:not(:first-of-type) .card-header:first-child {
    border-radius: 25px;
}

.page .filter-product .card-body {
    padding: 0 25px 25px;
    margin-bottom: 10px;
}

.page .filter-product p {
    list-style: unset;
    margin-bottom: 0;
}


/* ========================================
   Category Extras & Comments Section
   ======================================== */

.product-category-extras {
    width: 100%
}


.product-category-comment {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    max-width: 100%;
    background-color: #fff;
    border: .5px solid #e1e1e1;
    border-radius: 5px;
    padding: 1rem 0
}


.comment-reply-parent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative
}


.product-category-comment__box {
    padding: 1rem;
    width: 20rem;
    height: 20rem;
    border: .5px solid #e1e1e1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    margin: 0 8.5px;
    background-color: #fff;
    flex-shrink: 0
}


.comment-reply {
    display: flex;
    position: absolute
}


.comment-reply.closed-reply {
    position: relative;
    width: 21rem;
    transition: .5s
}


.comment-head {
    position: relative
}


.new-reply-container {
    position: relative;
    display: flex;
    padding: 6px 0
}


.product-category-comment__box.reply,
.product-category-comment__box.new-reply {
    height: fit-content;
    margin-top: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #e8fdf7
}


.product-category-comment__box.new-reply {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1
}


.product-category-comment__box--rate {
    text-align: center
}


.product-category-comment__box--img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 4px
}


.product-category-comment__box--img img {
    border: .5px solid #e1e1e1;
    border-radius: 7px
}


.product-category-comment__box p {
    margin: .5rem 0;
    text-align: right;
    width: 100%;
    height: 4rem;
    overflow-y: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto
}


.product-category-comment__box--btn {
    color: #2ab88d;
    border: none;
    background-color: transparent
}


.comment-name-input {
    width: 10rem;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    padding: .5rem
}


.comment-textarea {
    margin-top: 1rem;
    border: 1px solid #e1e1e1;
    border-radius: 15px;
    padding: .5rem;
    max-height: 212px
}


.product-category-comment__box--rate label {
    position: relative;
    padding: 1px;
    display: block
}


.product-category-comment__box--rate input {
    position: absolute;
    opacity: 0;
    z-index: -1
}


.product-category-comment__box--rate label:before {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    height: 24px;
    width: 24px
}


.comment-reply.closed-reply .product-category-comment__box.reply {
    position: absolute;
    top: 8.4rem;
    right: -.55rem;
    z-index: 100;
    margin: 0 17px
}


.product-category-comment__box.with-reply {
    z-index: 3;
    transition: all .3s cubic-bezier(0.25, 0.8, 0.25, 1)
}


input.review-input#rating-stars01:checked~span label[for="rating-stars01"]::before {
    content: url(../img/star.png)
}


input.review-input#rating-stars02:checked~span label[for="rating-stars01"]::before,
input.review-input#rating-stars02:checked~span label[for="rating-stars02"]::before {
    content: url(../img/star.png)
}


input.review-input#rating-stars03:checked~span label[for="rating-stars01"]::before,
input.review-input#rating-stars03:checked~span label[for="rating-stars02"]::before,
input.review-input#rating-stars03:checked~span label[for="rating-stars03"]::before {
    content: url(../img/star.png)
}


input.review-input#rating-stars04:checked~span label[for="rating-stars01"]::before,
input.review-input#rating-stars04:checked~span label[for="rating-stars02"]::before,
input.review-input#rating-stars04:checked~span label[for="rating-stars03"]::before,
input.review-input#rating-stars04:checked~span label[for="rating-stars04"]::before {
    content: url(../img/star.png)
}


input.review-input#rating-stars05:checked~span label[for="rating-stars01"]::before,
input.review-input#rating-stars05:checked~span label[for="rating-stars02"]::before,
input.review-input#rating-stars05:checked~span label[for="rating-stars03"]::before,
input.review-input#rating-stars05:checked~span label[for="rating-stars04"]::before,
input.review-input#rating-stars05:checked~span label[for="rating-stars05"]::before {
    content: url(../img/star.png)
}


@media (max-width: 810px) {
    .product-category-comment {
        display: flex;
        flex-direction: row;
        overflow-x: hidden;
        margin: 0 auto;
        padding: 0;
        height: 25rem
    }

    .comment-reply-parent {
        flex-direction: column
    }
}


@media (max-width: 380px) {
    .product-category-comment__box {
        width: 19.7rem
    }
}
