.btn-seller{
    border: none;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 20px;
    color: #fff;
    background: #4EB92D;
    border-radius: 50px;
    line-height: 1;
}
.btn-seller:hover{
    color: #fff;
}
.descricao-produto{
    max-height: 150px;
    overflow-y: auto;
    padding-right: 10px;
}
.product-category{
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 900;
    color: #cc0000;
}
.special-products-wrap img,
.shop--area img{
    width: 100%;
    height: 250px;
    object-fit: contain;
}
.shop-details-content p{
    text-align: justify;
}
.shop-details-img{
    text-align: center;
}
.shop-details-img img{
    width: 550px;
}
.shop-details-bottom .btn:hover{
    color: #fff !important;
}
.shop-details-area video{
    border: 2px solid #437629;
    width: 80%;
}
.shop-details-area .carousel-control-prev-icon{
    color: #373435;
    font-size: 25pt;
}
.shop-details-area-no-video img{
    width: 250px;
}
.fa-star{
    color: #F7B700 !important;
}


























