﻿.wp-home-pro-hot {
    background: url(/Design/img/HoangKimBio/Product/decorBack.png) no-repeat;
    background-size: cover;
    padding-top: 71px;
    padding-bottom: 55px;
}

.top-home-pro-hot h2 {
    margin: 0;
    font-size: 40.25px;
    color: #1359bb;
    font-family: Bebas;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.top-home-pro-hot {
    text-align: center;
}

span.slogan-home-pro-hot {
    font-family: OpenSanR;
    color: #ffffff;
    font-size: 18px;
    display: block;
    margin-top: 17px;
    padding-bottom: 38px;
    line-height: 1.5;
    padding-left: 130px;
    padding-right: 130px;
}

li.itemProHotHome {
    list-style: none;
    border-radius: 5px;
}

ul.listProHotHome {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 12px;
    row-gap: 15px;
    padding: 0;
}

h3.titleProHotHome {
    text-align: left;
    font-size: 20px;
    color: #1359bb;
    font-family: BeVNM;
    margin: 0;
}

.star-view-pro-hot-home .star {
    color: #efc248;
    font-size: 12px;
    position: relative;
}

.star-view-pro-hot-home {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0;
    padding: 0 26px;
}

span.viewProHotHome {
    font-size: 14px;
    color: #848996;
    font-family: NotoSanR;
}

span.contactProHotHome a {
    font-size: 14px;
    color: #ffffff;
    font-family: NotoSanR;
    width: 138px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 50px;
}

.bottomContentProHotHome {
    padding: 18px 18px 23px 18px;
    padding-left: 0;
}

.imgTopProHotHome > a > img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
    overflow: hidden;
    transition: all .3s;
    border-radius: 10px;
}

.imgTopProHotHome > a {
    overflow: hidden;
}

.detail-view-pro-home {
    padding-top: 20px;
}

li.ItemCatePro {
    list-style: none;
    padding-right: 8px;
    padding-top: 8px;
}

    li.ItemCatePro a {
        font-size: 18px;
        color: #1359bb;
        font-family: BeVNSB;
        background: #ffffff;
        padding: 8px 16px;
        width: max-content;
        border-radius: 50px;
        border: 1px solid #1359bb;
        transition: all .3s;
    }

        li.ItemCatePro a:hover {
            background: #1359bb;
            color: #fff;
            border-color: #1359bb;
        }

ul.ListCateProHome {
    display: flex;
    padding: 0 75px;
    flex-flow: wrap;
    justify-content: center;
}

.bottom-home-pro-hot {
    padding-top: 53px;
}

li.itemProHotHome:hover .imgTopProHotHome > a > img {
    transform: scale(1.1);
}

.wp-btn-search-cart-home {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(34 34 34 / 50%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

a.btn-search-home {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    border-radius: 50px;
    border: 1px solid #ebebeb;
    position: relative;
    left: -21px;
    transition: .3s;
}

    a.btn-search-home:hover {
        background: #1359bb;
        border: 1px solid #1359bb;
    }

a.btn-cart-home {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    border-radius: 50px;
    border: 1px solid #ebebeb;
    margin-left: 9px;
    position: relative;
    right: -21px;
    transition: .3s;
}

li.itemProHotHome:hover a.btn-cart-home {
    right: 0;
}

a.btn-cart-home:hover {
    background: #1359bb;
    border: 1px solid #1359bb;
}

li.itemProHotHome:hover a.btn-search-home {
    left: 0;
}

li.itemProHotHome:hover .wp-btn-search-cart-home {
    opacity: 1;
    visibility: visible;
}

.star-view-pro-hot-home .star:after {
    content: "";
    position: absolute;
    background: #929498;
    width: 2px;
    height: 15px;
    right: -13px;
    top: 0px;
}

span.contactProHotHome a:hover {
    background: #efc248;
    border: 1px solid #efc248;
    color: #2e333a;
}

.imgTopProHotHome {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.wp-mini-banner img {
    display: block;
    width: 100%;
    height: 100%;
}

a.a-detail-stt {
    color: #fff;
    font-size: 18px;
    font-family: OpenSanR;
    padding-left: 5px;
}

.detail-view-pro-home a {
    font-size: 20.05px;
    font-family: BeVNR;
    color: #0058af;
    width: 155px;
    height: 53px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: auto;
    transition: all .3s;
}

    .detail-view-pro-home a:hover {
        background: #1359bb;
        color: #fff;
    }

span.price-product-new-homepage {
    display: block;
    color: #ed1c24;
    font-size: 17px;
    font-family: BeVNR;
    margin-top: 7px;
}