.bestsellers .product {
    border-bottom: 1px solid #ddd0;
    margin-bottom: 20px;
    padding: 7px 0;
    margin: 0;
}
.product {
    border-bottom: 1px solid #DDD;
    margin-bottom: 20px;
    padding: 7px 0;
    margin: 0;
}
.product:hover {
    border-bottom: 1px solid #E2007A;
}
@media (min-width: 768px) {
    .card .product .card-header {
        padding: 0 5px 7px;
    }
}
.product {}
.product h3 {
    margin-top: 10px;
    font-size: 16px;
    height: 27px;
    color: #000;
}
.product h4 {
    font-size: 13px;
    text-overflow: ellipsis;
    color: #777;
    height: 26px;
    font-weight: normal;
    overflow: hidden;
    margin: 10px 0px 0;
}
.product .ambassador-price-title {
    color: #009036;
    margin: 0;
    line-height: 20px;
}
.product .product-price {
    height: 38px;
}
.product .product-price-container {
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
}
.product .price {
    white-space: nowrap;
}
.product-img {
    line-height: 38px;
    height: 38px;
    text-align: center;
}
.product-img img{
    height: auto;
    max-height: 38px;
    border-radius: 0;
    max-width: 100%;
    margin-bottom: 5px;
}
.product-title {
    /*height: 38px;*/
    display: table-cell;
    vertical-align: middle;
}

.product-title a{
    display: inline;
    vertical-align: middle;
}
.product .product-add-to-cart {
    display: inline-block;
}
.product .product-add-to-cart .add-to-cart{
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
}
.product .product-add-to-cart .add-to-cart button{
    margin:0;
}
.product .add-to-cart .input-group{
    margin: auto;
}
.product .add-to-cart input[type=number]{
    border: 1px solid #DDD;
    padding: 5px;
    width: 50px;
    height: 28px;
}
.product .add-to-cart button[type=submit]{
    background-color: #E2007A;
    margin-bottom: 10px;
    font-size: 11px;
    padding: 3px 6px;
}
.product .add-to-cart button[type=submit] .btn-text {
    margin-left: 5px;
}
.bestsellers .product {
    margin-top:20px !important;
    text-align: center;
    position: relative;
}
.bestsellers .promo-price-container {
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
}
.bestsellers .promo-title {
    color: #FFF;
    position: absolute;
    z-index: 11;
    top: 30px;
    font-size: 17px;
    left: 0;
    width: 100%;
}
.bestsellers .promo-price {
    color: #FFF;
    position: absolute;
    top: 55px;
    width: 100%;
    line-height: 18px;
    font-size: 17px;
    left: 0;
}
.bestsellers .taxes-info {
    font-size: 12px;
}
.bestsellers .product h3 {
    margin-top: 10px;
    font-size: 16px;
    height: 27px;
    color: #000;
}
.bestsellers .product h4 {
    font-size: 13px;
    text-overflow: ellipsis;
    color: #777;
    height: 26px;
    font-weight: normal;
    overflow: hidden;
    margin: 10px 0px 0;
}
.bestsellers .product .ambassador-price-title {
    color: #009036;
    margin: 0;
    line-height: 20px;
}
.bestsellers .product .product-price {
    line-height: 30px;
    height: 40px;
}
.bestsellers .product .product-price-container {
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
}
.bestsellers .product .price {
}
.bestsellers .product-img {
    line-height: inherit;
    height: 200px;
    text-align: center;
}
.bestsellers .product-img img{
    height: auto;
    max-height: 200px;
    border-radius: 0;
    max-width: 100%;
    margin-bottom: 5px;
}
.bestsellers .product-title {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.bestsellers .product-title a{
    display: inline;
    vertical-align: middle;
}
.bestsellers .product .product-add-to-cart {
    display: flex;justify-content: center;
    height: 30px;
    line-height: 30px;
}
.bestsellers .product .product-add-to-cart .add-to-cart{
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
}
.bestsellers .product .details-btn{
    line-height: 17px;
    vertical-align: middle;
    /* display: inline-block; */
    margin-right: 10px;
    font-size: 11px;
    margin-bottom: 7px;
    padding: 3px 6px;
}
.bestsellers .product .details-btn .btn-text {
    margin-left: 5px;
}
.bestsellers .product .product-add-to-cart .add-to-cart button{
    margin:0;
}
.bestsellers .product .add-to-cart .input-group{
    margin: auto;
}
.bestsellers .product .add-to-cart input[type=number]{
    border: 1px solid #DDD;
    padding: 5px;
    width: 50px;
    height: 28px;
}
.bestsellers .product .add-to-cart button[type=submit]{
    background-color: #E2007A;
    margin-bottom: 10px;
    font-size: 11px;
    padding: 3px 6px;
}
.bestsellers .product .add-to-cart button[type=submit] .btn-text {
    margin-left: 5px;
}

.menu-shop {
    list-style: none;
    margin-top: 10px;
    padding: 0;
}
.menu-shop li{
    margin-bottom: 6px;
}
.menu-shop li a{
    font-size: 18px;
}
.menu-shop li a.active{
    color: #e2007a;
    font-weight: bold;
}
.menu-shop li a:hover{}

@media (max-width: 767px) {

    .product-img {
        height: auto;
    }

    .product-img img {
        height: auto;
        max-height: 130px;
    }
}

.product-price-new {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 100px;
    max-width: 200px;
    margin: auto;
}

.product-price-new p {
    margin-bottom: 0;
    font-size: 10px;
}

.text-price {
    font-size: 14px;
}

.advantage-price {

}

.monthly_price {

}

.monthly_price span {
    font-weight: 700;
    font-size: 16px;
    color: #e2007a;
}

.real-price {

}

.advantage-price .text-price {
    font-weight: bold;
}
