section.banner-product img {
    object-fit: scale-down;
    width: 100%;
}
section.banner-product {
    position: relative;
}
.list-child_category a {
    border: 1px solid #000;
    padding: 5px 20px;
    border-radius: 34px;
    margin-bottom: 8px;
    font-size: 15px;
    display: flex;
    width: max-content;
    font-weight: 500;
}
.container-fluid.flexinfo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.flexinfo-title .title {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 48px;
}

.flexinfo-title {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 40px;
}
.product-list .product-loop {
    padding: 0 7px;
    margin-bottom: 10px;
}
.product-list {
    display: flex;
    flex-wrap: wrap;
}
.heading-collection h1.title {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 15px 0 0;
}
.wrap-collection-title {
    padding: 15px 0;
    margin-bottom: 15px;
}
.product-detail.clearfix {
    padding: 15px 1px;
}
.custom-dropdown.custom-dropdown--grey {
    width: 150px;
    float: right;
}
.heading-collection {
    display: flex;
    align-items: center;
}
.paginator span, .paginator a {
    display: inline-block;
    margin: 30px 8px;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.4;
}

span.titlePages, span.labelPages {
    display: none;
}

.currentPage {
    opacity: 1 !important;
}
.box-pro-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-pro-detail h3 {
    margin: 0 0 5px;
    font-size: 14px;
    position: relative;
}

.box-pro-detail h3 a {
    line-height: 20px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.box-pro-prices {
    width: 100%;
}
.product-detail.clearfix {
    padding: 15px 1px;
}

.box-pro-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-pro-detail h3 {
    margin: 0 0 5px;
    font-size: 14px;
    position: relative;
}

.box-pro-detail h3 a {
    line-height: 20px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.box-pro-prices {
    width: 100%;
}
.box-pro-prices {
    display: flex;
    gap: 10px;
}
.click_open_filter {
    display: none;
}
.heading-collection.title-product {
    padding: 15px 0;
}
.wrap_filter .close_filter, .option.browse-tags .fa-sort {
    display: none;
}
.titleFilter .dropdown-filter span {
    font-weight: 700;
}
@media(max-width: 768px){
    .flexinfo-title .title{
        font-size: 25px;
        text-align: center;
    }
    .title-description {
        text-align: center;
    }
    .flexinfo-title{
        justify-content: center;
    }
    .wrap_filter {
        width: 100%;
        position: fixed;
        height: 100vh;
        left: 0;
        right: auto;
        top: 0;
        background: #fff;
        z-index: 999999;
        -ms-transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        padding: 0;
    }
    .wrap_filter.active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .heading-collection .wrap_filter, .heading-collection .wrap_filter .titleFilter, .titleFilter .dropdown-filter {
        display: block;
    }
    .mobile-bottom-sidebar {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #000;
        display: flex;
        width: 100%;
        z-index: 999;
        align-items: center;
    }
    .click_open_filter {
        color: #fff;
        width: 50%;
        text-align: center;
        border: 1px solid #e1e1e1;
        padding: 10px 4px;
    }
    .option.browse-tags {
        width: 50%;
        border: 1px solid #e1e1e1;
        padding: 4px 4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    select#SortBy {
        background: #000;
        color: #fff;
    }
    .click_open_filter {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .click_open_filter .fa-filter {
        padding-right: 10px;
    }
    .wrap-collection-title {
        padding: 0;
    }
    .wrap_filter .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .heading-collection h1.title {
        margin: 0;
        padding: 10px;
        font-weight: 700;
    }
    .wrap_filter .close_filter {
        display: block;
        font-size: 25px;
    }
    .browse-tags select#SortBy {
        appearance: none;
        border: 1px solid #000;
    }
    .custom-dropdown.custom-dropdown--grey {
        width: auto;
    }
    .option.browse-tags .fa-sort {
        color: #fff;
        padding-right: 10px;
        display: block;
    }
    .box-sibar-filter .content-filter {
        display: none;
    }
    .filter-size .check-box-list {
        display: flex;
        flex-wrap: wrap;
    }
    .filter-size .check-box-list .filter-item label {
        background: #fff;
        color: #000;
        margin: 0 5px 5px 0;
        padding: 0 5px;
        border: 1px solid #f2f2f2;
    }
    .filter-size .check-box-list .filter-item.active label {
        background: #000;
        color: #fff;
    }
    .filter-size .filter-item .cust-check {
        display: none;
    }
    .box-sibar-filter {
        overflow-y: auto;
        max-height: 100vh;
    }
    .box-sibar-filter .titleFilter > div {
        width: auto;
        margin-bottom: 10px;
    }
    .check-box-list .filter-item {
        margin-bottom: 5px;
    }
     .wrap_filter .box-sibar-filter .titleFilter {
        padding: 10px;
    }
    .filter-color, .filter-size, .filter-brand, .filter-price {
        padding-top: 10px;
    }
    .list-child_category{
        display: flex;
        justify-content: center;
    }
}
@media(min-width: 768px){
    div#product_list {
        padding: 0 25px;
    }
    .heading-collection .col-md-8 {
        padding: 0;
    }
    .flexinfo-title .title{
        font-size: 48px;
    }
    .list-child_category{
        display: flex;
        justify-content: end;
    }
    .title-description {
        text-align: right;
        display: flex;
        justify-content: end;
    }
    section.banner-product {
        height: 500px;
    }
    .box-sibar-filter:hover .content-filter {
        display: flex;
    }
    .content-filter {
        overflow-y: auto;
        max-height: 250px;
    }
    .content-filter::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }
    .content-filter::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }
    .content-filter::-webkit-scrollbar-thumb {
        background-color: #000000;
    }
}
section.banner-product {
    object-fit: cover;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
a.paging-next.ico:before {
    content: "\f178";
    font-family: 'Font Awesome 5 Pro';
}
h3.pro-name:hover a {
    color: #bfbebe;
}
select#SortBy {
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    padding: 5px 0;
    width: 100%;
}
a.paging-previous.ico:before {
    content: "\f177";
    font-family: 'Font Awesome 5 Pro';
}

/*search.css*/
.header-page {
    text-align: center;
    padding-bottom: 30px;
}
.header-page h1 {
    font-size: 30px;
    margin: 0 0 10px;
    font-weight: 700;
}
p.qty-cart {
    margin-bottom: 10px;
}
.header-page:after {
    content: "";
    background: #252a2b;
    display: block;
    width: 60px;
    height: 4px;
    margin: 25px auto 0;
}
.heading-page {
    padding-top: 30px;
}
.subtext-result{
    margin-bottom: 30px;
}
.remove-wishlist {
    display: inline-block;
}
.product-img a img {
    object-fit: scale-down;
}
.wrap_filter , .wrap_filter .titleFilter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wrap_filter .titleFilter {
    padding: 0 10px;
}
.box-sibar-filter {
    position: relative;
}
.titleFilter > div {
    width: 160px;
}
.content-filter {
    border: 1px solid #f1f1f1;
    padding: 10px;
    position: absolute;
    z-index: 99;
    background: white;
    display: none;
}
.content-filter > div {
    width: 140px;
    margin-right: 20px;
}
.content-filter .filter-price {
    width: 195px;
}
.content-filter .check-box-list .filter-item {
    margin-bottom: 10px;
}
.dropdown-filter {
    display: flex;
    align-items: center;
}
.dropdown-filter i {
    margin: -5px 0 0 5px;
    cursor: pointer;
    color: #b6b6b6;
}
.filter-item label, .filter-item .label {
    position: relative;
    padding-left: 20px;
    display: inline-block;
}
.filter-item label .cust-check, .filter-item .label .cust-check {
    top: 2px;
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    text-align: center;
    margin-right: 12px;
    border: 1px solid #cacaca;
    background-color: #fff;
}
.filter-item.active .cust-check:after {
    content: "\2713";
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    left: 2px;
    top: -1px;
    font-weight: 700;
    position: absolute;
    font-size: 11px;
    color: #fff;
}
.filter-item.active .cust-check {
    background: #ff3366;
}
