/*****************************brqands******************/
/* .current-brands-wrraper {
    margin-bottom: 2rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23%;
    margin: 2rem auto 3rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
} */
/*  sidebar css */
.sidebar {
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    padding: 0.5rem;
    height: fit-content;
        min-width: 15rem;
}

.side-bar-menu1 .menu-item .sid-bar-link .item-sidebar .icon-serach,
p.title-result-sid-bar,
p.item-result-sid-bar {
    color: gray;
}

.sidebar .title-side-bar svg:not(:root).svg-inline--fa {
    vertical-align: middle;
}

.side-bar-menu1 .menu-item .sid-bar-link .item-sidebar {
    font-size: 14px;
}

.product-categories-wrraper .image-sidbar-wrraper {
    width: 2rem;
    height: 2rem;
}

.brands-result-left {
    max-height: 20rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

img.image-sid-bar {
    width: 100%;
}

.image-brand-result-wrraper {
    width: 4rem;
    height: 4rem;
    overflow: hidden;
}

img.image-barnd-result {
    width: 100%;
    object-fit: cover;
}

.result-side-bar-wrraper {
    position: absolute;
    display: none;
    right: 16rem;
    background-color: white;
    top: 0;
}

li.menu-item {
    position: relative;
}

.sid-bar-menu2 {
    position: absolute;
    display: none;
    background-color: white;
    right: 70%;
    top: 0;
    width: 25rem;
    z-index: 1000;
    padding: 1rem 2rem;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
}

.menu-item:hover .sid-bar-menu2 {
    display: block;

}

@media only screen and (max-width:750px) {

    .sidebar,
    .details,
    .details .data-panel .details-row,
    .details .data-panel .ImageProduct {
        width: 100%;
    }
}

.sidebar .side-bar-menu1 {
    list-style: none;
}

.sidebar .side-bar-menu1 .menu-item .sid-bar-link {
    display: flex;
    align-items: center;
    justify-content: start;
}

.sidebar .side-bar-menu1 .menu-item .sid-bar-link .image-sid-bar.ng-scope {
    width: 100%;
    max-width: 40px;
    height: 32px;
    margin-left: 10px;
}

.sidebar .side-bar-menu1 .sid-bar-menu2 .sub-menu {
    display: flex;
    justify-content: space-between;
    place-items: flex-start;

}

.container {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.brand-image {
    width: 10rem;
}

.brand-title {
    font-weight: bolder;
    font-size: 1.2rem;
    text-align: center;
}

.top-brand-container {
    grid-template-columns: 16rem auto;
    column-gap: 1rem;
    margin: 1rem auto 0px auto;
    display: grid;
    max-width: 85rem;
}

.brand-image-wrraper {
    margin: 0px auto;
}

p.brand-link {
    margin: 0 auto 0 0px;
}

h1.brand-title {
    font-size: 24px;
}

.brand-body-wrraper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 92%;
    margin-right: 3rem;
}

/********************************products*****************************/
.products-container {
    display: grid;
    grid-template-columns: 15rem auto;
    column-gap: 2rem;
    margin: 0 auto;
    max-width: fit-content;
}

.hide {
    display: none;
}

button.active-list {
    background-color: #52549b29 !important;
    border-radius: 6px;
}

.products-container .search-box {
    padding-right: 1.5rem;
}

.Serach-attribute-pane {
    margin: 0.5rem 1rem;
}

.search-box .categories {
    border: 0.1rem solid lightgray;
    border-radius: 0.675rem;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    padding: 0.9rem;
    max-height: 30rem;
    overflow: auto;
    --scrollbarBG: rgb(37, 37, 38);
    --thumbBG: #59595a;
    margin-bottom: 1.8rem;
}

.search-box .categories .category-item.active-category {
    background-color: #e0dbdb;
}

.search-box .categories::-webkit-scrollbar {
    width: 0.4rem;
}

.search-box .categories::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

.search-box .categories::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
}

.search-box .categories .category-item {
    margin-bottom: 0.6rem;
    font-size: 0.9rem;
}

.search-box .categories .category-item .category-button {
    background: none;
    border: none;
    box-shadow: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-size: 0.8rem;
}

.search-box .categories .category-item .category-button i {
    margin-left: 0.9rem;
    font-size: 1.9rem;
    height: 4rem;
}

.search-box .categories .category-item.all-categories {
    margin: 0px;
}

.search-box .categories .category-item .image-wrapper {
    width: 1.8rem;
    height: 1.8rem;
    overflow: hidden;
    display: inline-flex;
    margin-left: 0.8rem;
}

.search-box .categories .category-item .image-wrapper>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: 1rem;
}

.search-box .categories .category-item .category-button>span {
    display: flex;
    color: rgb(68, 68, 68);
    font-weight: 600;
}

.search-box .brands {
    border: 0.1rem solid lightgray;
    border-radius: 0.675rem;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    padding: 0.9rem;
}

.search-box .brands .brand-list {
    max-height: 20rem;
    overflow: auto;
    --scrollbarBG: rgb(236 236 236);
    --thumbBG: #525252;
}

.search-box .brands .brand-list::-webkit-scrollbar {
    width: 0.4rem;
}

.search-box .brands .brand-list::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

.search-box .brands .brand-list::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
}

.search-box .brands .brand-item {
    margin-bottom: 0.3rem;
}

.search-box .brands .brand-item .brand-button {
    background: none;
    border: none;
    box-shadow: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-size: 0.7rem;
    text-align: right;
}

.search-box .brands .brand-item .brand-button i {
    margin-left: 0.9rem;
    font-size: 1.9rem;
    height: 3rem;
}

.search-box .brands .brand-item.all-brands {
    margin: 0px;
}

.search-box .brands .brand-item .image-wrapper {
    width: 1.8rem;
    height: 1.8rem;
    overflow: hidden;
    display: inline-flex;
    margin-left: 0.8rem;
}

.search-box .brands .brand-item .image-wrapper>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: 1rem;
}

.search-box .brands .brand-item .brand-button>span {
    display: flex;
    color: rgb(68, 68, 68);
    font-weight: 600;
}

.search-box .brands .header-label {
    display: flex;
    font-size: 1.2rem;
    align-items: center;
    flex-flow: row nowrap;
}

.search-box .brands .header-label i {
    display: flex;
    margin-left: 0.7rem;
}

.search-box .brands .header-label .label {
    font-size: 0.9rem;
    padding-right: 1rem;
    padding-left: 1rem;

}

.search-box .brands .b-input-group {
    position: relative;
    margin-bottom: 1.4rem;
}

.search-box .brands .b-input-group>input {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 0.1rem solid rgb(197, 196, 196);
    border-radius: 0.375rem;
    background-color: rgb(255, 255, 255);
    padding: 0.5rem 2.4rem 0.5rem 0.5rem;
    line-height: 1;
    font-size: 0.8rem;
}

.search-box .brands .b-input-group>span {
    right: 0px;
    top: 0.55rem;
    position: absolute;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 0.8rem;
    width: calc(1.5em + 1.3rem + 2px);
}

.search-box .brands .brand-item.active-brand {
    background-color: #e0dbdb;
}

.pl-header {
    display: flex;
    flex-flow: column nowrap;
}

.pl-header .top-toolbar {
    background-color: rgb(225, 225, 225);
    border: 0.1rem solid silver;
    border-radius: 0.475rem;
    display: flex;
    flex-flow: row nowrap;
    padding: 0.5rem 1.2rem;
    font-size: 0.8rem;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    margin-bottom: 1.3rem;
    align-items: center;
    width: 100%;
}

.pl-header .top-toolbar .pl-breadcrumb {
    display: flex;
    flex-flow: row nowrap;
    margin-left: 0.8rem;
    margin-bottom: 0;
    width: inherit;
}

.pl-header .top-toolbar .pl-breadcrumb .pl-breadcrumb-item {
    color: rgb(68, 68, 68);
    font-weight: 600;
    margin-left: 0.4rem;
    display: flex;
    align-items: center;
}

.pl-header .top-toolbar .pl-breadcrumb .pl-breadcrumb-item:last-child i {
    display: none;
}

.pl-header .top-toolbar .pl-breadcrumb .pl-breadcrumb-item i {
    display: inline-flex;
    margin-right: 0.2rem;
}

.pl-header .top-toolbar .products-count {
    /* display: inline-flex; */
    margin-right: auto;
    align-items: center;
    flex-direction: row;
    margin-left: 0.8rem;
}

/* 
.pl-header .top-toolbar .filter-wrapper {
    border-right: 0.1rem solid rgb(194, 190, 190);
    padding-right: 0.8rem;
    width: 25%;
    margin-left: 2rem;
} */

.pl-header .top-toolbar .filter-wrapper .filter-button {
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #ccc;
    background: none;
    flex-direction: row;
    align-items: center;
    font-size: 0.8rem;
    width: max-content !important;
}

.pl-header .top-toolbar .filter-wrapper .filter-button i {
    display: inline-flex;
    font-size: 1.1rem;
    margin-left: 0;
}

.not-show-filter {
    display: flex;
}

.action-bar {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-size: 0.8rem;
    margin-bottom: 1.4rem;
}

.action-bar .sortbar {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.action-bar button {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    font-weight: 600;
}

.action-bar button.active {
    color: rgb(230, 142, 34);
}

.action-bar button i {
    display: flex;
    color: rgb(55, 55, 152);
    margin-left: 0.2rem;
    font-size: 1.2rem;
}

.action-bar .more-options {
    display: flex;
    margin-right: auto;
}

.action-bar .display-mode {
    display: flex;
    margin-right: auto;
    margin-left: 3rem;
}

.action-bar .display-mode button {
    font-size: 1rem;
}

.pl-body {
    margin-bottom: 1.8rem;
    ;
}

.products-container .products-grid .pg-grid {
    display: grid;
    column-gap: 0.5rem;
    font-size: 0.8rem;
}

.products-container:not(.b-is-admin) .products-grid .pg-grid {
    grid-template-columns: 3rem 4rem 16rem 3rem 7rem 4rem 4rem 4.5rem 4.5rem 4.5rem 2.5rem;
}

.products-container.b-is-admin .products-grid .pg-grid {
    /** grid-template-columns: 3rem 5rem 10rem 4rem 3rem 4.5rem 4rem 4.5rem 4.5rem 4.5rem 4.5rem 2.5rem;**/
    grid-template-columns: 3rem 4rem 16rem 3rem 7rem 4rem 4rem 4.5rem 4.5rem 4.5rem 2.5rem;
}

.pg-header-columns {
    color: rgb(175, 175, 175);
    border-bottom: 0.1rem solid lightgray;
    padding-bottom: 0.5rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
    text-align: center;
}

.pg-body .pg-row {
    margin-bottom: 0.8rem;
    border-bottom: 0.1rem solid lightgray;
    padding-bottom: 0.8rem;
}

.pg-body .no-data-alert,
.products-list-grid .no-data-alert {
    font-weight: bolder;
    text-align: center;
    margin: 3rem 0px;
    color: navy;
}

.pg-body .pg-body-columns {
    color: rgb(51, 51, 51);
    line-height: 1.45rem;
    text-align: center;
}

.pg-body .pg-body-columns .body-column {
    color: black;
    margin: auto;
}

.pg-body .pg-body-columns .image-wrapper {
    position: relative;
    width: 4rem;
    height: 4rem;
    overflow: hidden;
    border-radius: 5px;
}

a,
a:link {
    height: fit-content;
    margin: auto;
}

.pg-body .pg-body-columns .image-wrapper>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pg-body .pg-body-columns .brand-image-wrapper {
    position: relative;
    width: 100%;
    height: 3rem;
    overflow: hidden;
}

.pg-body .pg-body-columns .brand-image-wrapper>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pg-body .pg-body-columns .swing-number {
    font-size: .9rem;
    font-weight: 700;
    direction: ltr;
}

.pl-footer {
    margin-bottom: 1.8rem;
}

.pl-footer ul {
    margin: 0;
    padding: 0;
}


/*----------------------------------------------------------------------------
            List Display Mode 2
----------------------------------------------------------------------------*/
.products-list-grid {
    display: block;
}

.products-list-grid .products {
    display: grid;
    grid-template-columns: 19rem 19rem 19rem;
    grid-column-gap: 0;
    grid-row-gap: 1.5rem;
    align-content: space-between;
    justify-content: space-around;
    border-right: solid .1rem lightgray;
}

.products-list-grid .products .product-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0 1.5rem 1.5rem;
    border-left: solid .1rem lightgray;
    border-bottom: solid .1rem lightgray;
    align-items: center;
    box-shadow: rgb(0 0 0 / 9%) 0px 14px 28px, rgb(0 0 0 / 12%) 0px 10px 10px;
    position: relative;
}

.products-list-grid .products .product-item>.image-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 10rem;
    margin-top: 1rem;
    border-radius: 10px;
}

.products-list-grid .products .product-item>.image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.products-list-grid .products .product-item .product-title {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1.1rem;
}

.products-list-grid .products .product-item .product-title .product-link {
    font-size: .9rem;
    text-align: center;
    color: #444;
}

.products-list-grid .products .product-item .productist-name {
    padding: .5rem;
    border-radius: .475rem;
    border: solid .1rem lightgray;
    font-size: .85rem;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    margin-bottom: 1rem;
}

.products-list-grid .products .product-item .productist-name>.image-wrapper {
    width: 2.1rem;
    height: 2.1rem;
    overflow: hidden;
    display: inline-flex;
    margin-left: .8rem;
    border-radius: 50%;
}

.products-list-grid .products .product-item .productist-name>.image-wrapper>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.products-list-grid .products .product-item .productist-name>a {
    color: #c13724d6;
    font-weight: 500;
    width: 12rem;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}

/*----------------------------------------------------------------------------
            product List Paginig
----------------------------------------------------------------------------*/
.products-list-grid .paging-bar {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.products-list-grid .paging-bar ul {
    margin: 0;
    padding: 0;
}

p.brand-describ.ng-scope {
    height: 110px !important;
    overflow-y: scroll;
}

/*----------------------------------------------------------------------------
           Result Search  category
----------------------------------------------------------------------------*/
.products-list .search-result-wrraper {
    height: 50%;
    min-width: 60%;
    position: absolute;
    background-color: whitesmoke !important;
    z-index: 100;
    top: 10rem;
    border-radius: 10px 0 0 10px;
    box-shadow: -2px 1px 3px 2px #c3baba;
    right: 13rem;
    padding: 13px 40px 13px 22px;
}

.right-items .title-result-sid-bar {
    font-weight: bolder;
    color: #000000de;
    font-size: 17px;
    cursor: pointer;
}

.right-items .items-value-result {
    cursor: pointer;
}

.image-brand-result-wrraper {
    width: 70px;
    height: 70px;
    margin-top: 7px;
    border: 1px solid #e3e0e0;
}

.image-brand-result-wrraper .image-barnd-result {
    width: 100% !important;
}



/*----------------------------------------------------------------------------
           Attrubit Search  category
----------------------------------------------------------------------------*/
.pl-body .attrbuit-wrraper {
    background-color: #f4f4f4;
    z-index: 99999999999;
    /* width: auto; */
    min-width: 300px;
    /* padding: 12px 9px; */
    padding: 0px;
    box-shadow: 0px 1px 1px 1px #c3baba;
    top: 2.4rem !important;
    position: absolute;
    left: 1rem;

    /* left: 8.5rem; */

    /* overflow-y: scroll; */
    height: fit-content;
}

.filters-canvas button.filter-button {
    display: flex;
    width: 96%;
    justify-content: center;
    align-items: center;
    padding: 0.4rem;
    border: none;
    margin: 0.5rem;
    border-radius: 0.475rem;
}

button.brand-button-ph {
    border: none;
    display: flex;
    background: none;
    align-items: center;
}

.image-wrapper-ph img {
    width: 3rem;
    margin-left: 1rem;
}

button.sort-mobile.active {
    background: #e2d7fa;
}

button.sort-mobile {
    display: flex;
    width: 96%;
    justify-content: center;
    align-items: center;
    padding: 0.4rem;
    border: none;
    margin: 0.5rem;
    border-radius: 0.475rem;
}

.brand-image-wrraper {
    width: 13.5rem;
    border: 0.1rem solid lightgray;
    border-radius: 0.675rem;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    margin-right: 4rem;
}

.brand-image {
    width: 100%;
}

/* .pl-body .attrbuit-wrraper .btn-fillter-wrrpaer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: navy;
    color: white !important;
    font-weight: bolder;
} */
/*----------------------------------------------------------------------------
            Media Query For Responsive
----------------------------------------------------------------------------*/
@media (max-width: 1335px) {
    .products-container {
        grid-template-columns: 13rem auto;
        column-gap: 1rem;
        margin: 0px;
    }

    .products-list .search-result-wrraper {
        right: 13rem;
    }

    .search-box .categories .category-item .category-button {
        font-size: 0.75rem;
    }

    .products-container:not(.b-is-admin) .products-grid .pg-grid {
        grid-template-columns: 2rem 3.9rem 9rem 2.5rem 3rem 4rem 4rem 4.5rem 4rem 4rem 3rem 2rem;
    }

    .products-container .products-grid .pg-grid {
        column-gap: 0.5rem;
        font-size: 0.75rem;
    }

    .current-brands-wrraper {
        display: block !important;
    }

    .brand-image-wrraper {
        text-align: center;
        margin-bottom: 1rem;
    }

    img.brand-image {
        border: 1px solid #bab7b7;
        border-radius: 6px;
    }

    .pl-header .top-toolbar {
        padding: 0.5rem 0.5rem;
    }

    .pl-header .top-toolbar .pl-breadcrumb {
        padding-right: 0.5rem;
    }

    .products-list-grid .products {
        border: none !important;
    }

    .action-bar {
        display: none;
    }

    .not-show-filter {
        display: none !important;
    }

    .show-filter {
        display: flex !important;
    }

    .pl-header .top-toolbar .filter-wrapper .filter-button {
        background: #e0e0e0;
        border-radius: 10px;
        box-shadow: 2px 1px 22px #afafaf, 3px -1px 22px #ffffff;
        padding: 0.3rem 1rem;
        border: none !important;
    }

    .products-container {
        grid-template-columns: 22rem;
        column-gap: 1rem;
        margin: auto;
    }

    .search-box .categories .category-item .category-button {
        font-size: 0.75rem;
    }

    .products-container:not(.b-is-admin) .products-grid .pg-grid {
        grid-template-columns: 2rem 3.9rem 9rem 2.5rem 8rem 4rem 4rem 4.5rem 4rem 4rem 3rem 2rem;
    }

    .products-container .products-grid .pg-grid {
        column-gap: 0.5rem;
        font-size: 0.75rem;
    }

    .products-container .search-box {
        display: none;
    }

    .products-list {
        overflow-x: scroll;
        width: 100%;
    }

    .pl-header .top-toolbar {
        width: 100%;
        flex-flow: column;
    }

    .pl-header .top-toolbar .pl-breadcrumb {
        margin: 0.3rem 0 0.3rem auto;
    }

    .pl-body .attrbuit-wrraper {
        left: unset;
        width: 94%;
    }

    .d-phone {
        display: flex !important;
    }

    .search-result-wrraper {
        display: none !important;
    }

    .pl-header .top-toolbar .filter-wrapper {
        border: none;
        padding-right: 0;
        margin-left: 0;
        margin-right: auto;
        width: 100%;
        align-items: center;
        justify-content: flex-start;

    }

    .products-list-grid .products {
        grid-template-columns: 20rem;
    }

    div .sticky {
        position: -webkit-sticky;
        position: sticky;
        padding: 0;
        width: 100%;
        right: 0;
        z-index: 100;
        transition: 10000ms;
    }

    .filter-top-4 {
        top: 4rem !important;
        border-bottom: 0px !important;
        background: transparent !important;
    }
}

@media (min-width: 660px) {
    .container {
        min-width: 680px;
    }
}

@media (min-width: 1150px) and (max-width :1200) {
    .products-container:not(.b-is-admin) .products-grid .pg-grid {
        grid-template-columns: 3rem 4.9rem 14rem 4rem 10rem 4rem 4rem 4.5rem 4rem 4rem 4rem 5rem !important;
    }
}

@media (min-width: 1200px) and (max-width :1335px) {
    .products-container:not(.b-is-admin) .products-grid .pg-grid {
        grid-template-columns: 4rem 5.9rem 13rem 4rem 10rem 5rem 5rem 5.5rem 5rem 5rem 3rem 4rem !important;
    }
}

@media (min-width: 2300px) {}


@media (min-width: 1050px) {
    .products-list .search-result-wrraper {
        right: 19rem;
    }
}


@media (min-width: 1600px) and (max-width: 1678px) {

    .products-list .search-result-wrraper {
        right: 14rem !important;
    }
}


@media (min-width: 1500px) and (max-width: 1599) {

    .products-list .search-result-wrraper {
        right: 14rem !important;
    }
}


@media (min-width: 1050px) and (max-width: 1450px) {
    .products-list .search-result-wrraper {
        right: 15rem !important;
    }
}


@media (min-width: 1560px) and (max-width: 1600px) {
    .products-list .search-result-wrraper {
        right: 16.5rem !important;
    }
}

@media (min-width: 1601px) and (max-width: 1680px) {
    .products-list .search-result-wrraper {
        right: 17.5rem !important;
    }
}

@media (min-width: 1681px) and (max-width: 1780px) {
    .products-list .search-result-wrraper {
        right: 20.5rem !important;
    }
}

@media (min-width: 1731px) and (max-width: 1850px) {
    .products-list .search-result-wrraper {
        right: 20.5rem !important;
    }
}

@media (min-width: 1851px) and (max-width: 1920px) {
    .products-list .search-result-wrraper {
        right: 25.3rem !important;
    }
}

@media (min-width: 1921px) and (max-width: 1950px) {
    .products-list .search-result-wrraper {
        right: 27.5rem !important;
    }
}

@media (min-width: 1951px) and (max-width: 2000px) {
    .products-list .search-result-wrraper {
        right: 28.5rem !important;
    }
}



/*----------------------------------------------------------------------------
            Custom
----------------------------------------------------------------------------*/
.d-phone {
    display: none;
}

.accordion-button {
    background-color: #ebebeb !important;
    padding: 0.65rem 0.45rem !important;
    font-size: 0.9rem !important;
}

.form-check {
    padding-left: 0em !important;
}

.accordion-button::after {
    margin-left: 0px !important;
    margin-right: auto !important;
    width: 1rem !important;
    height: 1rem !important;
    background-size: 1rem !important;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #e7f1ff00 !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125) !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #414b58;
    border-top-color: #414b58;
    border-right-color: #414b58;
    border-bottom-color: #414b58;
    border-left-color: #414b58;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(66, 78, 96, 0.256);
}

.main-attr-list {
    position: relative;
    height: 100%;
}

.close-icon-attr-list {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    justify-content: end;
    font-size: 16px !important;
    margin: 0px auto 0px 0px;
}

.body-attr {
    /* overflow-y: scroll; */
    /* position: relative; */
    top: 2.5rem !important;
    max-height: 85%;
}

/* .body-attr input#toggle {
    margin: -8px 5px 0px;
} */
.header-attr {
    /* position: fixed; */
    display: flex;
    width: 100%;
    padding: 0.25rem 0.25rem;
    z-index: 100;
    background-color: #ebebeb;
    flex-direction: row;
}

.count-filter {
    padding: 3px 10px;
    font-size: 18px;
}

.attr-btn a:not([href]):not([tabindex]):hover {
    color: #F5F5F5 !important;
}

.attr-btn a:not([href]):not([tabindex]):first-child {
    color: #0d6efd;
}

.attr-btn a:not([href]):not([tabindex]):last-child {
    color: #dc3545;
}

.header-attr {
    border-radius: 15PX 15PX 0PX 0PX;
}

.pl-body .attrbuit-wrraper {
    border-radius: 15PX 15PX 0PX 0PX;
}

.form-group.attr-items>div {
    max-height: 200px;
    overflow-y: scroll;
}

.form-group.attr-items>div label {
    font-size: 14px;
}

.accordion-body {
    padding: 0px !important;
}

/*----------------------------------------------------------------------------
            toggle
----------------------------------------------------------------------------*/
/* 

 */

/*----------------------------------------------------------------------------
            scrollbar
----------------------------------------------------------------------------*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

/*----------------------------------------------------------------------------
                                checkbox
----------------------------------------------------------------------------*/

input[type=checkbox] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    -moz-appearance: none;
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: auto 4px;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    /* border: 0.15em solid currentColor; */
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

input[type=checkbox]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    /* Windows High Contrast Mode */
    background-color: CanvasText;
}

input[type=checkbox]:checked::before {
    transform: scale(1);
}

/* 
input[type=checkbox]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
} */

input[type=checkbox]:disabled {
    --form-control-color: var(--form-control-disabled);
    color: var(--form-control-disabled);
    cursor: not-allowed;
}

:root {
    --form-background: #e1e1e1;
}

.count-filter-header {
    background: #9594943d;
    padding: 2px 5px;
    border-radius: 5px;
}

.pe-custom {
    cursor: pointer;
}

.custom-color-icon {
    margin: 4px;
    font: inherit;
    width: 1.15em;
    height: 1.15em;
    border: 1px solid #bbb;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

.more-options button::before {
    font-size: 1.2rem;
    padding: 0 0.3rem;
}