/*card content*/

.product-card.hover_style_4:not(.product-card--horizontal):not(.product-entry--horizontal) .product-card__content {
   
    padding: 0;
    overflow: hidden;
}
/*salla button*/

salla-button .s-button-btn {
    background-color: #000;
    color: #fff;
    margin-right: 30px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 15px;
font-size: 20px;
}
.product-card__title a {
    font-size: 1.3rem; 
}
/*image product*/

.product-card--fit-height .product-card__image {
    
    bottom: 24%;
    background-color: transparent;
}
body.products-has-border .product-card {
    position: relative;
    border: none;
    overflow: visible;
    background-color: #e0e0e0;
}

.mb-8 {
    margin-bottom: 5rem;
}

/*======mobile style=========*/
@media (max-width: 991px) {
  .product-card>div>a {
    
    position: absolute;
    top: -36%;
}

.product-card__addToCart__btn salla-button {
    background: rgba(0, 0, 0, .5);
    border: 0;
   color: #fff;
    display: flex;
    flex: 1;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    overflow: hidden;
    position: relative;
    text-transform: inherit;
    width: 90%;
    z-index: 1;
    
    background-color: #000;
    margin-right: 20px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    
}



.product-card--rounded .product-card__content {
   
    position: absolute;
    top: 50%;
    right: 15%;
}

salla-products-list .product-card--vertical.product-card--fit-height .product-card__image {
        flex: auto !important;
        flex-shrink: 0 !important;
        background-color: transparent;
overflow: visible;
    }

body.products-has-border .product-card {
    position: relative;
    background-color: #e0e0e0 !important;
    border: none;
    overflow: visible;
}
.product-card--fit-height .product-card__image {
    bottom: 0%;
    background-color: transparent;
}
.product-card__title a {
    font-size: 0.9rem !important;
}
salla-button .s-button-btn {
    
   margin-right: 0px !important; 
    
}
}
@media (max-width: 767px) {
    .product-card__price .total-price {
        font-size: 18px;
        color: #1c80ef;
    }
}
.product-card__price .total-price {
       
        color: #1c80ef;
    }
    
    @media (max-width: 767px) {
    .product-card__price .total-price {
        font-size: 18px;
        color: #1c80ef;
    }
.product-card__addToCart__btn salla-button button .s-button-text {
    display: flex
;
    font-size: 16px;
}
}
salla-button .s-button-btn {
    
    font-size: 16px;}
    .product-card__buttons.normal>div {
    
    transform: translateY(60px);
}