.breadcrumb-shop .breadcrumb-arrow {
    padding: 8px 0 10px;
    background: transparent;
    border-radius: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.breadcrumb-shop .breadcrumb-arrow li {
    font-size: 14px;
}
.breadcrumb-shop .breadcrumb-arrow li:first-child{
    display: none;
}
.breadcrumb-shop .breadcrumb-arrow li:nth-child(2) a span {
    color: #323232;
    font-weight: 700;
}
.breadcrumb-shop .breadcrumb-arrow li:last-child span {
    color: #616161;
    font-weight: 500;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #616161;
    content: "/\00a0";
}
.breadcrumb-shop .breadcrumb-arrow li a {
    color: #616161;
}
.breadcrumb-shop .breadcrumb>li+li:before {
    padding: 0 0 0 5px;
}

.breadcrumb-shop .breadcrumb-arrow li:nth-child(2) {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.breadcrumb-shop .breadcrumb-arrow li:nth-child(2):before {
    display: none;
}
.collection-sortby .sortby-option {
    position: relative;
    width: 180px;
    float: right;
}

.collection-sortby .sortby-option .label-tt {
    font-size: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 35px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    right: 200px;
    white-space: nowrap;
}
.collection-sortby .sortby-option .label-tt .text-sort {
    color: #616161;
    font-weight: 500;
    font-size: 14px;
}
.collection-sortby .sortby-option select.custom-dropdown__select {
    height: 30px;
    line-height: 28px;
    width: 70%;
    font-size: 14px;
    color: #636363;
    padding: 0 30px 0 15px;
    outline: none;
    border: 1px solid rgb(99 99 99);
    background: #fafafa;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: none;
    margin: 0 0 0 auto;
    display: block;
    font-weight: 500;
}

.collection-sortby .sortby-option:after {
    content: "v";
    display: block;
    position: absolute;
    top: 20%;
    right: 15px;
    width: 0;
    height: 0;
    border-width: 7px 6px 0 6px;
    border-color: #bababa transparent transparent transparent;
    border: none;
    color: rgb(99 99 99);
}
.header-top-cate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}
.product-category ul.item{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
}
.sortpagibar.pagi span.labelPages,.sortpagibar.pagi span.titlePages {
    display: none;
}
.sortpagibar.pagi span.currentPage {
    background: #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 35px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.sortpagibar.pagi .paginator a {
    margin-right: 35px;
    font-size: 18px;
}

.sortpagibar.pagi a.paging-last,.sortpagibar.pagi a.paging-next.ico,.list-childCategory {
    display: none;
}
.sortpagibar.pagi {
    text-align: end;
}
.outer-sort-filter {
    display: flex;
    align-items: center;
}
.heading-page {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.subtxt {
    padding-left: 20px;
}
.heading-page h1 {
    font-size: 20px;
    font-weight: 500;
}
.search-page .header-top-cate{
    padding-bottom: 0;
}
.breadcrumb-shop>.container-fluid {
    padding-left: 0;
}
.PageContainer {
    background-color: var(--gray-color);
}
@media (max-width: 768px) {
    .PageContainer {
        background: #fff;
    }

    .breadcrumb-shop .breadcrumb-arrows li:last-child span {
        font-weight: bold;
    }

    .product-category ul.item{
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
    }
    .sortpagibar.pagi {
        text-align: center;
    }
    .breadcrumb-shop .breadcrumb-arrow li,.breadcrumb>li+li:before {
        display: none;
    }
    .breadcrumb-shop .breadcrumb-arrow li:last-child {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
    }
    .list-childCategory{
        display: flex;
        padding:0 0 20px 0;
        overflow-x: scroll;
        flex-wrap: initial;
        overflow-y: hidden;
    }
    .list-childCategory .category-child{
        background: rgba(128, 128, 128, 0.1);
        font-weight: normal;
        color: rgb(51, 51, 51);
        margin-left: 10px;
        margin-top: 10px;
        border-radius: 6px;
    }
    .list-childCategory .category-child:first-child {
        margin-left: 0;
    }
    .category-child a{
        width: max-content;
        padding-left: 25px;
        padding-right: 25px;
        text-align: left;
        color: rgb(51, 51, 51);
        -webkit-box-flex: 1;
        flex-grow: 1;
        font-size: 12px;
        font-weight: 600;
        height: 30px;
        line-height: 30px;
        display: block;
    }
    .list-childCategory .category-child.active {
        background: #c1c1c1;
    }
    .collection-sortby .sortby-option select.custom-dropdown__select{
        width: 60%;
    }
    .collection-sortby .sortby-option .label-tt{
        right: 180px;
    }

    .header-top-cate {
        padding-bottom: 10px;
    }
}

.product-category .item_product .chir-img img.img_thumb_product {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: all .4s ease-in-out;
}

.header {
    background: #fff;
}
