.mj-product-slider .mj-slide a {
    text-align: center;
    display: block;
    /* padding: 10px; */
}
.mj-product-slider img {
    width: 100%;
    border-radius: 8px;
}

.swiper-slide h3 {
    font-size: 18px;
    color: #000;
    font-family: "Lora", Sans-serif;
    
}
span.price {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    font-family: "Lora", Sans-serif;
}
.swiper-slide span.onsale {
    position: absolute;
    top: 18px;
    left: 14px;
    z-index: 99;
    color: #fff;
    font-weight: bold;
    background: orange;
    padding: 9px 0 0 0;
    border: 1px solid transparent;
    border-radius: 100%;
    font-size: 12px;
    height: 40px;
    width: 40px;
}



.swiper-slide .mj-product-actions {
    position: absolute;
    bottom: 150px;
    left: 16px;
    z-index: 99;
    background: #c19417;
    padding: 10px;
    width: 90%;
     visibility: hidden;
}
.swiper-slide .mj-product-actions a {
    color: #fff;
}
.swiper-slide {
    position: relative;
}
.swiper-slide:hover .mj-product-actions {
    visibility: visible;
}