/*.search-products-page {
    background: #f0f3f8;
}*/

.search--page {
    text-align: right;
    font-size: 14px
}

    .search--page .filter-toggler {
        display: none;
    }

    .search--page .search--content {
        flex: 0 0 100%;
        max-width: 100%;
    }

.search--aside {
    position: sticky;
    top: 14px;
    align-self: flex-start;
    padding-left: 15px;
    padding-top: 15px;
}

.search--aside-overlay {
    position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(74, 74, 74, 0.43);
    opacity: 0;
    z-index: 98;
    -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    pointer-events: none;
}

.bread-crumb {
    padding: 15px 0
}

    .bread-crumb li a:after, .bread-crumb li a:before {
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
        content: '';
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent
    }

    .bread-crumb .delimiter {
        margin: 0 7px;
        color: #CFCFCF
    }

    .bread-crumb a {
        color: #767676
    }

input[type="text"], input[type="search"], input[type="url"] {
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid #C8C8C8;
    color: #717171;
    border-radius: 5px
}

.search--box {
    position: sticky;
    top: 0;
    align-self: flex-start;
    padding-right: 15px;
}

.search--box-item {
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.03);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.03);
    border: 1px solid #E4E4E4;
    border-radius: 0;
    padding: 10px;
    margin-bottom: 10px
}

    .search--box-item .header .title {
        font-size: 14px;
        font-weight: 400;
        border-bottom: 1px solid #F2F2F2;
        padding-bottom: 13px
    }

    .search--box-item .highstore-product-search .search-field {
        color: #555;
        background: #f8f8f8;
        border-color: transparent;
        transition: all 200ms ease-out;
        font-size: 12px
    }

.highstore-result-count {
    text-align: left;
    padding-left: 15px;
    padding-top: 5px
}

.search--box-item .highstore-product-search button[type="submit"] {
    display: none
}

.highstore .products ul, .highstore ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside none;
    clear: both
}

    .highstore .products ul li, .highstore ul.products li {
        list-style: none outside none
    }

        .highstore ul.products li.product, .highstore-page ul.products li.product {
            float: right;
            margin: 0 0 2.992em 3.8%;
            padding: 0;
            position: relative;
            width: 22.05%
        }

.item-newprdct .inner-prdct {
    padding: 10px;
    background-color: #fff;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: unset;
    margin: 0 0 15px;
    transition: all .3s
}

    .item-newprdct .inner-prdct:hover {
        box-shadow: 0px 0px 20px -14px #3a3a3a;
        transition: all .3s;
    }

        .item-newprdct .inner-prdct:hover .pic .icon-search {
            opacity: 1;
            top: calc(50% - 40px);
            transition: all .3s;
        }

    .item-newprdct .inner-prdct .pic {
        width: 100%;
        border-radius: 18px;
        overflow: hidden;
        position: relative
    }

.inner-prdct .detailse a {
    color: #2f2f2f;
    font-weight: 600
}

.item-newprdct .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.item-newprdct .detailse h4 {
    text-align: center;
    margin-top: 12px;
    font-size: 14px;
    color: #111;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s
}

.item-newprdct .detailse .summary {
    display: none;
}

.item-newprdct .detailse .rating-box {
    display: flex;
    justify-content: center;
    align-items: center
}

    .item-newprdct .detailse .rating-box .rating::before {
        content: '\f005';
        margin: 5px 0;
        -webkit-font-smoothing: antialiased;
        font: 600 15px 'Font Awesome 5 pro';
        color: #ffca28;
        display: block
    }

    .item-newprdct .detailse .rating-box .empty.rating::before {
        color: #aaa !important;
        font-weight: 400
    }

.item-newprdct .detailse .prices {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px
}

    .item-newprdct .detailse .prices span {
        color: #e91e63;
        font-size: 15px;
        font-weight: bold;
    }

        .item-newprdct .detailse .prices span.not {
            font-size: 13px;
            color: #bbb;
            margin: 0 12px;
            position: relative;
        }

        .item-newprdct .detailse .prices span:not(.not) {
            font-size: 16px
        }

        .item-newprdct .detailse .prices span b {
            font-weight: 400;
            font-size: 13px;
            margin-right: 3px
        }

        .item-newprdct .detailse .prices span:not(.not) b {
            font-weight: 500;
            font-size: 12px;
            margin-right: 3px;
            color: #000
        }

.item-newprdct .detailse .btnes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    padding: 0 5px
}

    .item-newprdct .detailse .btnes a:nth-child(1) {
        width: 80%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        background-color: #f5f5f5;
        height: 40px;
        color: #111;
        font-weight: 400;
        font-size: 13px
    }

    .item-newprdct .detailse .btnes a:nth-child(2) {
        width: 17%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        background-color: #f5f5f5;
        height: 40px
    }

.item-newprdct .detailse .like::before {
    font-size: 18px;
    color: #bbb
}

.item-newprdct .detailse .btnes a {
    transition: all .3s
}

    .item-newprdct .detailse .btnes a:hover, .item-newprdct .detailse .btnes a:hover {
        background-color: #dedede;
        transition: all .3s
    }

    .item-newprdct .detailse .btnes a i {
        font-size: 20px;
        position: relative
    }

    .item-newprdct .detailse .btnes a.add-to-cart i {
        right: -7px
    }

.item-newprdct .inner-prdct .pic .icon-search {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 105px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 100%;
    opacity: 0;
    transition: all .3s
}

    .item-newprdct .inner-prdct .pic .icon-search::before {
        font-size: 25px
    }

.title--decor2::before {
    width: 8px;
    right: 22px;
    width: 5px;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 17px;
    z-index: 1;
    content: '';
    border-radius: 2px
}

.title--decor2::after {
    width: 13px;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0;
    z-index: 1;
    content: '';
    border-radius: 2px
}

@media screen and (max-width:900px) and (min-width:300px) {
    .item-newprdct .inner-prdct .pic .icon-search {
        display: none
    }
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.product-page .result-filter .product-filter-list .list-product {
    justify-content: flex-start;
    margin: 0;
    padding: 15px 15px 5px;
    flex-direction: row;
    flex-wrap: wrap
}

    .product-page .result-filter .product-filter-list .list-product.columns-4 .item-newprdct {
        flex: 0 0 25%;
        width: 0;
        padding: 3px
    }

    .product-page .result-filter .product-filter-list .list-product .item-newprdct .detailse .prices span.not::before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #bbb;
        position: absolute;
        right: 0;
        left: 0;
        top: 11px;
        z-index: 9;
    }

    .product-page .result-filter .product-filter-list .list-product .item-newprdct .inner-prdct .pic .discount {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #e91e63;
        border-radius: 100%;
        color: #fff;
        font-size: 17px;
        transition: all .3s;
    }


.highstore button:not(.owl-dot):hover, input[type="button"]:focus, input[type="button"]:hover, input[type="submit"]:focus, input[type="submit"]:hover {
    background-color: #464f71;
    border-color: #464f71;
    color: #fff;
}

input[type="button"]:focus, input[type="button"]:hover, input[type="submit"]:focus, input[type="submit"]:hover {
    background-color: #0063d1;
    border-color: #0063d1;
    color: #fff
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@font-face {
    font-family: star;
    src: url(../fonts/star/star.eot);
    src: url(../fonts/star/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star/star.woff) format("woff"),url(../fonts/star/star.ttf) format("truetype"),url(../fonts/star/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: highstore;
    src: url(../fonts/highstore/highstore.eot);
    src: url(../fonts/highstore/highstore.eot?#iefix) format("embedded-opentype"),url(../fonts/highstore/highstore.woff) format("woff"),url(../fonts/highstore/highstore.ttf) format("truetype"),url(../fonts/highstore/highstore.svg#highstore) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: highstore;
    src: url(../fonts/highstore/highstore.eot);
    src: url(../fonts/highstore/highstore.eot?#iefix) format("embedded-opentype"),url(../fonts/highstore/highstore.woff) format("woff"),url(../fonts/highstore/highstore.ttf) format("truetype"),url(../fonts/highstore/highstore.svg#highstore) format("svg");
    font-weight: 400;
    font-style: normal
}

.widget_title::after {
    width: 13px;
    height: 2px;
    background-color: #0063d1;
    position: absolute;
    bottom: -2px;
    right: 0;
    z-index: 1;
    content: ''
}

.widget_title::before {
    width: 80px;
    height: 2px;
    background-color: #dcdcdc;
    position: absolute;
    bottom: -2px;
    right: 18px;
    z-index: 1;
    content: ''
}

.widget .product-categories li .accr_header a::before {
    font: 13px/1 "Font Awesome 5 pro";
    position: absolute;
    content: "\f07b";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    right: 0;
    top: 4px
}

@media only screen and (min-width:650px) and (max-width:1000px) {
    .product-page .result-filter .product-filter-list .list-product .item-newprdct {
        width: 48%
    }
}

@media only screen and (min-width:0px) and (max-width:640px) {
    .product-page .result-filter .product-filter-list .list-product.columns-4 .item-newprdct {
        border-bottom: 1px solid #eee;
        flex: 0 0 50%;
        width: 0;
        padding: 3px
    }

        .product-page .result-filter .product-filter-list .list-product .item-newprdct:last-child {
            border-bottom: 0
        }

    .product-page .result-filter .sort-view, .product-page .result-filter .sort-view .list-sort {
        flex-wrap: wrap;
        justify-content: center
    }

        .product-page .result-filter .sort-view .list-sort .item-sort {
            width: 46%
        }

            .product-page .result-filter .sort-view .list-sort .item-sort > a {
                display: block;
                text-align: center
            }

                .product-page .result-filter .sort-view .list-sort .item-sort > a:hover {
                    background-color: #f2f2f2;
                    color: #222;
                }
}

.product-page {
    padding-bottom: 20px;
}

    .product-page .product-box {
        background-color: #fff;
        box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
        border: 1px solid #e4e4e4;
        width: 100%;
        padding: 0 15px
    }

    .product-page .page-navigation {
        float: right;
        position: relative;
        z-index: 10;
        margin: 0
    }

    .product-page .result-filter {
        padding: 0
    }

        .product-page .result-filter .product-sort {
            border-bottom: 1px solid #e4e4e4;
            padding: 10px 0
        }

            .product-page .result-filter .product-sort > .row {
                margin: 0
            }

        .product-page .result-filter .sort-view {
            padding: 3px 20px 3px 0;
            display: flex
        }

            .product-page .result-filter .sort-view .lbl-sort {
                font-size: 12px;
                color: #222;
                font-weight: bold;
                margin: 0;
                line-height: 2.2
            }

            .product-page .result-filter .sort-view .list-sort {
                padding: 0;
                margin: 0 5px 0 0;
                display: flex
            }

                .product-page .result-filter .sort-view .list-sort .item-sort {
                    list-style: none;
                    margin: 0 0 0 3px
                }

                    .product-page .result-filter .sort-view .list-sort .item-sort > a {
                        font-size: 11px;
                        color: #999;
                        padding: 5px 12px;
                        border-radius: 4px;
                        transition: all 0.5s;
                    }

                        .product-page .result-filter .sort-view .list-sort .item-sort > a:hover {
                            background-color: #f2f2f2;
                            color: #222;
                        }

                    .product-page .result-filter .sort-view .list-sort .item-sort.active > a, .product-page .result-filter .sort-view .list-sort .item-sort.active:hover > a {
                        background-color: var(--color-fire-brick);
                        color: #fff
                    }

        .product-page .result-filter .product-filter-list {
            margin: 0
        }

        .product-page .result-filter .page-navigation {
            float: none;
            margin: 0;
            border-top: 1px solid #e4e4e4
        }

        .product-page .result-filter .btn-modal {
            display: none;
            font-size: 12px;
            text-align: center;
            background-color: #f8f8f8;
            color: #222;
            border: 1px solid rgba(0,0,0,0.1);
            padding: .375rem .75rem;
            line-height: 1.5;
            border-radius: .25rem
        }

            .product-page .result-filter .btn-modal > i {
                font-size: 16px;
                vertical-align: middle;
                margin-left: 3px
            }

.pagination-box {
    text-align: center
}

ul.pagination {
    margin-top: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.pagination li a {
    padding: 8px;
    display: inline-block;
    border-radius: 4px;
    height: 30px;
    width: 30px;
    line-height: 16px;
    text-align: center;
    position: relative;
    color: #565656;
    transition: all 0.35s ease
}

    .pagination li a:hover {
        background: #f5f5f5;
    }

    .pagination li a i {
        position: absolute;
        top: 9px;
        right: 0;
        left: 0;
        bottom: 0;
    }

.pagination li.active a {
    background: var(--color-fire-brick);
    color: #fff
}

.product-categories {
    padding: 0
}

    .product-categories li {
        list-style: none;
        padding-right: 15px;
        padding-bottom: 7px
    }

    .product-categories .children {
        padding: 10px 0 0
    }

    .product-categories a {
        color: #575656;
        font-size: 13px;
        font-weight: 400
    }

    .product-categories > .cat-item::before {
        content: '\f104';
        font-family: "Font Awesome 5 Pro";
        position: relative;
        top: 2px;
        right: -5px
    }

.search--box-item .showmore-button {
    text-align: center;
    background-color: #FCFCFC;
    border-top: 1px solid #F2F2F2;
    color: #828282;
    cursor: pointer;
    position: relative;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: -10px;
    height: 35px;
    line-height: 30px
}

    .search--box-item .showmore-button::after {
        font: 13px 'Font Awesome 5 Pro';
        content: "\f103";
        position: absolute;
        top: 9px;
        margin-right: 7px;
    }

.search--box-item .switcher-slider {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 21px;
    border-radius: 29px;
    border: 1px solid #8C8C8C;
    background: #E5E5E5;
    -webkit-transition: .15s ease-in;
    transition: .15s ease-in;
    top: 5px;
    margin-right: 5px
}

    .search--box-item .switcher-slider span {
        display: block;
        width: 15px;
        height: 15px;
        background-color: #FFF;
        border: 1px solid #959595;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        border-radius: 50%;
        position: absolute;
        top: 2px;
        left: 2px
    }

.search--box-item #instock-filter, .search--box-item #offer-filter, .search--box-item #special-filter {
    display: none
}

    .search--box-item #instock-filter:checked + label .switcher-slider, .search--box-item #offer-filter:checked + label .switcher-slider, .search--box-item #special-filter:checked + label .switcher-slider {
        background-color: #00BFD6;
        border-color: #0091a3
    }

        .search--box-item #instock-filter:checked + label .switcher-slider span, .search--box-item #offer-filter:checked + label .switcher-slider span, .search--box-item #special-filter:checked + label .switcher-slider span {
            left: 21px
        }

.brands-filter .brand-search {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px
}

    .brands-filter .brand-search::before {
        font: 22px 'Font Awesome 5 Pro';
        content: "\f002";
        right: 9px;
        top: 6px;
        position: absolute;
        z-index: 52;
        color: #A1A3A8;
        width: 36px;
        height: 36px
    }

    .brands-filter .brand-search input[type="text"] {
        color: #555;
        background: transparent;
        border-color: #00bfd6;
        padding-right: 36px
    }

.brands-filter ul {
    margin-right: -10px;
    margin-left: -10px;
    max-height: 256px;
    overflow-y: auto;
    padding: 0
}

    .brands-filter ul li {
        transition: all 200ms ease-out;
        padding: 4px 10px
    }

        .brands-filter ul li a {
            display: block;
            color: #4A5F73;
            font-weight: 300
        }

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: 5px;
    display: inline-block;
    width: 18px;
    min-width: 18px;
    height: 18px;
    background: #FFF;
    border: 1px solid #DCD7CA;
    box-shadow: none;
    cursor: pointer;
    margin: 0 0 0 5px;
    border-radius: 2px
}

    input[type="radio"]:checked, input[type="checkbox"]:checked {
        border-color: #009fb2;
    }

        input[type="checkbox"]:checked:before {
            content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23fff%27%2F%3E%3C%2Fsvg%3E");
            position: absolute;
            display: inline-block;
            height: 18px;
            width: 18px;
            top: 0;
            right: 0;
        }

    input[type="checkbox"]:checked {
        background: #00BFD6;
    }

.checkbox:checked:before {
    top: -3px;
}

/*---------------------- Switch-w100 ---------------------*/
.search--box .switch-box {
    width: 75px;
    height: 30px;
    background-color: #fff;
    border-radius: 25px;
    position: relative;
    padding: 0px;
    /* display: flex; */
    cursor: pointer;
    transition: .5s all;
    float: left;
}

    .search--box .switch-box > span {
        position: absolute;
        width: 80px;
        right: -85px;
        top: 4px;
    }

    .search--box .switch-box .switch-circle {
        position: absolute;
        width: 25px;
        height: 25px;
        background-color: #eee;
        border-radius: 50%;
        right: 3px;
        transition: .5s all;
        top: 3px;
    }

    .search--box .switch-box.active .switch-circle {
        right: 47px !important;
    }

    .search--box .switch-box .list-column-switch {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        right: 10px;
        font-size: 12px;
        transition: .5s all;
        top: 4px;
    }

    .search--box .switch-box .list-grids-switch {
        position: absolute;
        left: 10px;
        font-size: 12px;
        transition: .5s all;
        top: 5px;
    }

    .search--box .switch-box.active .list-grids-switch {
        opacity: 0;
        visibility: hidden;
    }

    .search--box .switch-box.active .list-column-switch {
        opacity: 1;
        visibility: visible;
    }

.highstore .switch-w100 {
    max-width: 100% !important;
    flex: 100% !important;
}

.highstore-search .switch-w100 .gatagory-all {
    display: flex;
}

.highstore .switch-w100 .product-detail-area {
    align-items: flex-start !important;
    margin-right: 15px;
}

.highstore .switch-w100 .product-img {
    width: 200px;
    height: 200px;
}

.content-main .product-box.switch-w100 .product-title {
    text-align: right;
}

.content-main .switch-w100 .product-price {
    justify-content: flex-start;
}


.item-newprdct.switch-w100 {
    flex: 0 0 100% !important;
    width: 0;
    transition: all 0.35s ease;
}

    /*.item-newprdct.switch-w100:hover {
        background: #f5f5f5;
        border-radius: 15px;
        box-shadow: 0px 0px 6px #dfdfdf;
    }*/

    .item-newprdct.switch-w100 .inner-prdct {
        display: flex;
        background: transparent;
        margin: 0;
    }

        .item-newprdct.switch-w100 .inner-prdct .pic {
            flex: 0 0 18%;
        }

    .item-newprdct.switch-w100 .detailse {
        flex: 0 0 82%;
        padding: 0 15px 0 0;
        position: relative;
    }

        .item-newprdct.switch-w100 .detailse h4 {
            text-align: right;
        }

        .item-newprdct.switch-w100 .detailse .btnes {
            width: 30%;
            /*! flex: auto; */
            /*! float: left; */
            margin-top: 10px;
            position: absolute;
            left: 0;
            bottom: 0;
        }

        .item-newprdct.switch-w100 .detailse .summary {
            display: block;
            font-size: 12px;
            padding: 10px 0;
        }

        .item-newprdct.switch-w100 .detailse .rating-box {
            float: right;
        }

        .item-newprdct.switch-w100 .detailse .prices {
            float: right;
            clear: both;
        }

.search--aside .close-filter-box {
    display: none;
}
@media only screen and (max-width: 779px) {

    /*-------------------- Start of Filter and Sorts ---------------------------*/

    .search--content {
        flex-wrap: wrap;
    }

    .search--page .filter-toggler {
        display: block;
        padding: 11px 0;
        width: 100%;
    }

        .search--page .filter-toggler a.filter-show, .search--page .filter-toggler .sort-toggle {
            background: #E0E0E0;
            color: #424242;
            padding: 5px 20px;
            border-radius: 5px;
            box-shadow: 0px 3px 3px #ccc;
            float: right;
            position: relative;
            cursor: pointer;
        }

        .search--page .filter-toggler .sort-toggle {
            float: left;
        }


        .search--page .filter-toggler .highstore-ordering {
            position: fixed;
            z-index: 999;
            background: #FFF;
            left: 0;
            top: 30px;
            width: calc(100% - 100px);
            right: 0;
            margin: auto;
            border-radius: 10px;
            padding: 52px 20px 20px;
            display: none;
            max-height: 320px;
            overflow: auto;
        }

            .search--page .filter-toggler .highstore-ordering .orderby .toggle-ordering {
                display: inline-block;
                border: none !important;
                position: absolute;
                top: 10px;
                left: 25px;
                color: #555;
            }

                .search--page .filter-toggler .highstore-ordering .orderby .toggle-ordering:before {
                    font-family: 'Font Awesome 5 Pro';
                    content: "\f00d";
                    font-size: 26px;
                }

            .search--page .filter-toggler .highstore-ordering .orderby::before {
                top: 20px;
                font-weight: bold;
                position: absolute;
                content: attr(aria-label);
            }

            .search--page .filter-toggler .highstore-ordering .orderby a {
                display: block;
                padding: 7px 0;
                border-radius: 0;
                line-height: 26px;
                color: #4A5F73;
            }

                .search--page .filter-toggler .highstore-ordering .orderby a.active {
                    background: transparent;
                    color: #00BFD6;
                }

                .search--page .filter-toggler .highstore-ordering .orderby a:not(:last-child) {
                    border-bottom: 0.5px solid rgba(41, 41, 41, 0.18);
                }

                .search--page .filter-toggler .highstore-ordering .orderby a:nth-child(2) {
                    border-top: 0.5px solid rgba(41, 41, 41, 0.18);
                }

    body.show-sort .search--page .filter-toggler .highstore-ordering {
        display: block;
    }

    .search--aside {
        position: fixed;
        right: -360px;
        top: 0;
        padding: 16px;
        z-index: 999;
        width: 360px;
        background: #f2f2f2;
        overflow-y: auto;
        height: 100vh;
        overflow-x: hidden;
        transition: all 0.35s ease;
    }

        .search--aside .close-filter-box {
            color: #555;
            margin: 0 0 10px 0;
            display: inline-block;
        }

    body.show-aside .search--aside {
        right: 0;
    }

    body.show-aside .search--aside-overlay, body.show-sort .search--aside-overlay {
        opacity: 1;
        z-index: 104;
        pointer-events: auto;
    }

    /*-------------------- End of Filter and Sorts ---------------------------*/

    .product-page .result-filter .sort-view {
        display:none;
    }

    .item-newprdct.switch-w100 .detailse .summary {
        display: none;
    }

    .item-newprdct.switch-w100 .inner-prdct .pic {
        flex: 0 0 35%;
        max-height: 150px;
        align-items: center;
    }

    .item-newprdct.switch-w100 .detailse {
        flex: 0 0 70%;
        padding: 0 15px 0 0;
        position: relative;
        width: 0;
    }

        .item-newprdct.switch-w100 .detailse h4 {
            text-align: center;
            margin-top: 12px;
            font-size: 14px;
            color: #111;
            margin-bottom: 10px;
            white-space: normal;
            /* text-overflow: ellipsis; */
            transition: all .3s;
            line-height: 30px;
            overflow:;
            text-align: right;
        }

    .item-newprdct.switch-w100 .detailse .btnes {
        width: 100%;
        /* flex: auto; */
        /* float: left; */
        margin-top: 10px;
        position: relative;
        left: 0;
        bottom: 0;
    }
}

.add-to-favorite.active i {
    color: #ff0000;
}