﻿.home-product-top-seller h3 {
    margin: 0;
    font-size: 33px;
    color: #00a0e3;
    font-family: 'monEB';
    text-transform: uppercase;
    text-align: center;
}

.home-product-top-seller {
    margin-bottom: 23px;
}

.content-item-pro-seller {
    padding: 10px 10px 15px 10px;
    background: #fff;
    border-radius: 0 0 12px 12px;
}

.home-product-seller {
    background: #f2f4fa;
}

.p-product-img-seller {
    display: block;
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
    border-radius: 12px 12px 0 0;
}

    .p-product-img-seller img {
        border-radius: 12px 12px 0 0;
        overflow: hidden;
        transition: all .3s;
    }

.price-old-seller {
    opacity: 0;
    visibility: hidden;
}

.free-discount-pro {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    font-size: 15px;
    background: #e26d38;
    padding: 12px 5px;
    border-radius: 50px;
    color: #fff;
    font-family: 'monSB';
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.product-item-price-seller {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-new-seller span.decor-price-pro {
    font-size: 15px;
    font-family: monM;
    color: #333;
}

h3.p-product-title-seller {
    font-size: 18px;
    color: #00a0e3;
    font-family: 'monSB';
    margin: 0;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all .3s;
}

a.p-product-item-seller {
    display: block;
    border-radius: 12px;
    border: 1px solid #f7f9ff;
    width: 100%;
    /* height: 100%; */
}

.item-product-seller-home:hover h3.p-product-title-seller {
    color: #f26522;
}

.price-new-seller span {
    font-size: 17px;
    color: #f26522;
    font-family: 'MonB';
}

.item-product-seller-home:hover .p-product-img-seller img {
    transform: scale(1.09);
}

.p-product-img-seller:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: #ffffff1a;
    opacity: 0;
    z-index: 1;
    transition: all .5s ease-out 0s;
}

.item-product-seller-home:hover .p-product-img-seller:before {
    opacity: 1;
    top: 50%;
    bottom: 50%;
}

.item-product-seller-home:hover .p-product-img-seller:after {
    opacity: 1;
    left: 50%;
    right: 50%;
}

.p-product-img-seller:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: #ffffff1a;
    opacity: 0;
    z-index: 1;
    transition: all .5s ease-out 0s;
}

.price-old-seller span {
    font-size: 15px;
    color: #727171;
    font-family: 'monR';
    text-decoration: line-through;
}

.stars-product-seller i {
    color: #f3a53b;
    font-size: 13px;
}

.stars-product-seller {
    margin-bottom: 12px;
    padding-bottom: 12px;
    margin-top: 3px;
    border-bottom: 1px solid #d5d5d5;
}

a.p-full-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    color: #f26522;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'monSB';
    border-radius: 50px;
    border: 1.5px solid #f26522;
    margin: auto;
    transition: all .3s;
}

    a.p-full-more:hover svg path {
        fill: #fff;
    }

    a.p-full-more span {
        margin-right: 6px;
    }

.link-full-pro {
    text-align: center;
    margin-bottom: 75px;
}

a.p-full-more:hover {
    background: #4a9ed6;
    color: #fff;
    border-color: #fff;
}

@media(max-width:1023px) {
    .home-product-top-seller h3 {
        margin: 0;
        text-align: center;
        font-size: 26px;
        font-weight: 100;
        max-width: 100%;
    }

    a.p-full-more {
        font-size: 14px;
        padding: 6px 13px;
        text-transform: none;
    }

    .p-product-img-seller {
        height: 280px;
    }

    .stars-product-seller {
        margin-bottom: 12px;
        padding-bottom: 12px;
        margin-top: 12px;
        border-bottom: 1px solid #d5d5d5;
    }

    .link-full-pro {
        margin-bottom: 25px;
    }

    .price-old-seller {
        display: none;
    }
}

@media(max-width:739px) {
    .p-product-img-seller {
        height: 150px;
    }

    .home-product-top-seller h3 {
        margin: 0;
        text-align: center;
        font-size: 18px;
        font-weight: 100;
        max-width: 100%;
    }

    h3.p-product-title-seller {
        font-size: 14px;
        height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .stars-product-seller i {
        font-size: 12px;
    }

    .price-new-seller span {
        font-size: 14px;
    }

    .content-item-pro-seller {
        padding: 6px;
    }

    .stars-product-seller {
        margin-bottom: 8px;
        padding-bottom: 8px;
        margin-top: 2px;
    }

    .price-new-seller span.decor-price-pro {
        font-size: 13px;
    }
}