.container .content {
    padding-top: 3rem;
}

.content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

/*tìm kiếm*/
.content-box-search {
    display: block;
    width: 100%;
    padding: 1.5rem;
    background: var(--gray);
    border-radius: 4px;
}

.content .box-search {
    flex-basis: 100%;
}

select {
    color: var(--black) !important;
    border-radius: 2rem;
    padding: 0 0.5rem;
    margin-right: 1rem;
    height: 3.5rem;
    border: 1px solid #dedede;
}

option {
    color: var(--black);
}

.box-search select {
    margin-bottom: 1.5rem;
}

.search-products {
    width: auto;
    padding: 0.7rem 2rem;
    background: var(--btn);
    border-radius: 20px;
    color: var(--white);
    font-weight: bold;
}

.search-products:hover {
    background: var(--btnHover);
}

.msg {
    width: 100%;
    padding: 3rem 1.5rem;
    background-color: var(--gray);
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
}

/*sắp xếp theo*/
.sort {
    display: block;
    width: 100%;
    text-align: right;
    margin: 1.5rem 0;
}

/*danh sách sản phẩm*/
.col-l {
    flex-basis: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 4px;
    flex-wrap: wrap;
}

.col-l .list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.col-l .list:after {
    content: "";
    flex-basis: 18.5%;
}

.col-l .list .item {
    flex-basis: 18.5%;
    background: var(--gray);
    box-shadow: rgba(0, 0, 0, 0.133) 0 3.2px 7.2px 0, rgba(0, 0, 0, 0.11) 0 0.6px 1.8px 0;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.col-l .list .item-last {
    border: none;
    margin-bottom: 0;
    box-shadow: none;
}

.col-l .list .item .img {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.col-l .list .item .img img {
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 18rem;
}

.col-l .list .item:hover .img img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.col-l .list .item:hover h3{
    color: var(--yellow);
}

.col-l .list .item h3 {
    padding: 15px 10px;
    min-height: 90px;
    font-size: 1.8rem;
    line-height: 2.6rem;
    text-transform: capitalize;
}

.price {
    display: inline-block;
    font-family: 'mySourceSansProSemiBoldFont', sans-serif;
    color: var(--white);
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    border: 1px solid #dedede;
    border-radius: 20px;
    margin: 0 0 1.5rem 1.5rem;
    padding: 0.5rem 1rem;
    background: var(--btn);
}

.discount {
    font-size: 1.4rem;
    color: var(--discount);
    margin-left: 0.5rem;
}

.number-discount {
    color: var(--yellow);
    position: absolute;
    top: -18px;
    right: -12px;
    margin-left: 0.3rem;
    font-size: 1.2rem;
    background-color: var(--bgDiscount);
    padding: 0 0.2rem;
    border-radius: 30%;
}

.stars {
    padding-bottom: 1rem;
}

.stars .number-reviews {
    margin-left: 0.5rem;
    color: var(--discount);
}

.btn-view {
    width: 100%;
    text-align: center;
}

.btn-view a {
    margin-top: 1rem;
    width: auto;
    background: var(--btn);
    font-weight: bold;
    color: var(--white);
    padding: 0.6rem 6rem;
    border-radius: 3rem;
}

.btn-view a:hover {
    background: var(--btnHover);
}

/*có thể bạn quan tâm*/
.content .news-other-box {
    flex-basis: 29%;
    background: #F7F8FA;
    border-radius: 4px;
    padding: 20px;
}

.news-box .item {
    text-align: left;
    flex-basis: 48%;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 4px;
}

.news-box .item .img {
    overflow: hidden;
}

.news-box .item .img img {
    object-fit: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 260px;
}

.news-box .item h3 {
    padding: 15px 0 10px;
}

.news-box .item .description {
    text-align: justify;
    cursor: auto;
}

.news-other-box h2 {
    color: #000000;
    margin-bottom: 15px;
}

.news-other-box .item {
    border-bottom: 1px solid #dedede;
    padding: 15px 0;
}

.news-other-box .item:last-child {
    border: none;
}

.news-other-box .item a {
    color: #5a5a5a;
}

.news-other-box .item a:hover {
    color: var(--yellow);
}

/*đánh giá sản phẩm*/
/*.my-rating {*/
/*display: flex;*/
/*align-items: center;*/
/*justify-content: center;*/
/*text-align: center;*/
/*}*/

.jq-star {
    margin-right: 2rem;
}

/*.jq-star:after {*/
/*display: block;*/
/*width: 200px;*/
/*}*/

/*.jq-star:nth-child(1):after {*/
/*content: 'rất tệ';*/
/*}*/
/*.jq-star:nth-child(2):after {*/
/*content: 'tệ';*/
/*}*/
/*.jq-star:nth-child(3):after {*/
/*content: 'trung bình';*/
/*}*/
/*.jq-star:nth-child(4):after {*/
/*content: 'tốt';*/
/*}*/
/*.jq-star:nth-child(5):after {*/
/*content: 'tuyệt vời';*/
/*}*/

.reset-products{
    width: auto;
    padding: 0.7rem 2rem;
    border-radius: 20px;
    color: var(--white);
    font-weight: bold;
    margin-left: 0.5rem;
    background: #d55810;
}

.reset-products:hover {
    background: #a6450c;
}

.list-img img {
    width: 90px;
    height: 80px;
    object-fit: cover;
    margin-right: 1rem;
}

.link {
    color: #0331C4;
}

.link:hover {
    color: var(--yellow);
}

.info-pr {
    text-align: center;
    padding: 1.5rem 1rem;
}

.info-pr .title-product {
    min-height: auto !important;
    padding: 0 !important;
    margin-bottom: 1rem;
}

.total-products {
    width: 100%;
    text-align: right;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 1250px) {
    .col-l .list .item h3 {
        min-height: 74px;
    }

    .price {
        min-height: 55px;
        padding-bottom: 0;
    }

    .price del {
        display: block;
        margin-top: 0.5rem;
    }

    .number-discount {
        position: static;
    }
}

@media only screen and (max-width: 1200px) {
    .col-l .list .item {
        flex-basis: 24%;
    }
}

@media only screen and (max-width: 1024px) {
    .box .intro h1 {
        font-size: 31px;
        line-height: 38px;
    }

    .content .box {
        align-items: flex-start;
        margin-bottom: 40px;
    }

    .col-l .list .item .img img {
        height: 200px;
    }

    h2 {
        font-size: 26px;
        line-height: 33px;
    }
}

@media only screen and (max-width: 991px) {
    .col-l .list .item {
        flex-basis: 32%;
    }
}

@media only screen and (max-width: 885px) {
    .content-box-search {
        padding: 1.5rem 1rem;
    }

    .content-box-search select {
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .content {
        margin-bottom: 0;
    }

    .container .content {
        padding: 20px 0;
        flex-wrap: wrap;
    }

    .col-l, .col-r {
        flex-basis: 100%;
    }

    .content .box {
        margin-bottom: 0;
    }

    .col-l .list .item {
        flex-basis: 49%;
        margin-bottom: 15px;
    }

    .news-other-box h2 {
        margin-bottom: 5px;
    }

    .content .news-other-box {
        padding: 20px 15px 0;
    }
}

@media only screen and (max-width: 650px) {
    .col-l .list .item {
        flex-basis: 49%;
    }

    .col-l .list .item h3 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

@media only screen and (max-width: 576px) {
    .col-l .list .item .img img {
        height: 180px;
    }
}

@media only screen and (max-width: 480px) {
    .col-l .list .item .img img {
        height: 150px;
    }

    .stars .fa-star, .stars .checked {
        font-size: 1.2rem;
    }

    .col-l .list .item h3 {
        padding: 5px;
        min-height: 54px;
    }
}

@media only screen and (max-width: 480px) {
    .col-l .list .item .img img {
        height: 160px;
    }

    h2 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 375px) {
    .col-l .list .item .img img {
        height: 130px;
    }
}

@media only screen and (max-width: 320px) {
    .col-l .list .item .img img {
        height: 130px;
    }
}