.container-wrapper {
    background: #f5f5f5;
    padding-bottom: 30px;
}
/* Css pagination */
.pagination .pagination-number, .pagination .pagination-next, .pagination .pagination-prev {
    border: 2px solid #A2A6B0;
    box-sizing: border-box;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 35px;
    margin: 0px 5px;
    cursor: pointer;
}
.pagination .pagination-number.active{
    background: #DEFFED !important;
    color: #072E75;
    border: none;
}
.pagination-prev, .pagination-next {
    font-size: 10px;
}
.category-wrapper-left-item-title {
    padding-right: 10px;
}
.product-category-wrapper .pagination {
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    color: #A2A6B0;
}
.sale-products-item-header > a > img {
    border-radius: 12px;
    height: 220px;
}
/* Css nav owl carousel */
#sale-products-banner-carousel .owl-stage-outer.owl-height .owl-stage .owl-item {
    padding-bottom: 20px !important;
}
.sale-products-item .owl-nav > button > span {
    font-size: 30px;
    display: inline-block;
    background: #252931;
    opacity: 0.5;
    color: white;
    z-index: 99999;
    width: 36px;
    height: 48px;
}
.sale-products-item .owl-nav > button.owl-prev > span {
    border-radius: 0px 30px 30px 0px;
    padding-right: 5px;
}
.sale-products-item .owl-nav > button.owl-next > span {
    border-radius: 30px 0px 0px 30px;
    padding-left: 5px;
}
#sale-products-banner-carousel .owl-nav > button {
    top: 110px !important;
}
/**/
.product-category-wrapper-content {
    display: flex;
    flex-wrap: wrap;
}
.product-category-wrapper-content-item {
    margin: 8.8px;
    background: #FFFFFF;
    box-shadow: 0px 5.98055px 17.9416px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    width: 218px;
    /*height: 367px;*/
    border: 0.5px solid #FFFFFF;
}
.product-category-wrapper-content-item:hover {
    border: 0.5px solid #21C58E;
}
div.product-category-wrapper-content-item:nth-child(5),
div.product-category-wrapper-content-item:nth-child(10),
div.product-category-wrapper-content-item:nth-child(15),
div.product-category-wrapper-content-item:nth-child(20),
div.product-category-wrapper-content-item:nth-child(25),
div.product-category-wrapper-content-item:nth-child(30) {
    margin-right: 0px;
}
.product-category-wrapper-content-item .products-item-content {
    padding: 8px;
}
.product-category-wrapper-content-item .product-item-header {
    position: relative;
    margin-bottom: 20px;
}
.products-item-heart {
    position: absolute;
    right: 15px;
    bottom: 0;
}
.product-category-wrapper-content-item .product-item-title {
    font-weight: bold;
    color: #242424;
    cursor: pointer;
    height: 50px;
}
.product-item-weight {
    color: #666666;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}
.--old-price {
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: line-through;
    color: #999999;
    margin-bottom: 5px;
}
.--current-price {
    color: #072E75;
    font-weight: bold;
}
.product-item-btn {
    text-align: center;
    margin-top: 10px;
}
.product-item-add-to-card {
    width: 202px;
    height: 44px;
    background: #21C58E;
    border-radius: 8px;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    white-space: nowrap;
}
.products-item-heart:hover {
    cursor: pointer;
}
.products-item-heart:hover > path {
    fill: red;
}
/**/
.product-item-header {
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
}
.sale-percent {
    display: inline-block;
    width: 62px;
    height: 24px;
    background: #FF3F3F;
    background: #FF3F3F;
    border-radius: 8px 2px;
    position: absolute;
    right: 15px;
    top: 5px;
    display: flex;
    align-items: center;
}
.sale-percent > svg {
    margin-left: 8px;
}
.sale-percent-number {
    width: 25px;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 12px;
}
.title-category-content {
    color: #242424;
    font-size: 32px;
    font-weight: bold;
}
@media only screen and (max-width: 46.1875em) {
    .product-category-wrapper-content-item {
        width: 47%;
        margin: unset;
        margin-right: 17px !important;
        margin-bottom: 26px;
        height: fit-content;

    }
    .product-category-wrapper-content-item:nth-child(even) {
        margin-right: 0 !important;
    }
    .product-category-wrapper-content-item .product-item-header {
        text-align: center;
    }
    .product-category-wrapper-content-item .product-item-header img {
        width: 100%;
        height: 150px;
    }
    .product-item-add-to-card {
        width: 100%;
        font-size: 12px;
        height: 42px;
    }
    .title-category-content {
        font-size: 18px;
    }
    .product-category-wrapper-content-item .product-item-title {
        font-size: 14px;
        height: 60px;
        overflow: hidden;
    }
    .--current-price {
        font-size: 12px;
    }
    .banner {
        margin: 0 !important;
    }
    .sale-products-item-header > a > img {
        height: 160px;
    }
    .title-category {
        margin-top: 20px;
    }
    .breadcrumb {
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 360px) {
    .product-category-wrapper-content-item .product-item-header img {
        width: 100%;
        height: 120px;
    }
}
