 body { direction: rtl; background: #f8f9fa; }
span.empty {
    color: #dd3540;
    font-weight: bold;
}
img.product-img {
    aspect-ratio: 1 / 1;
}
h5.text-primary a {
    font-size: 16px;
    color: #525252;
}
.discount-badge {
    width: 45px;
}
.item.product-card a.btn.btn-success {
    margin-bottom: 10px;
}
.product-card {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    transition: 0.3s;
    text-align: center;
    min-height: 330px;
}

.product-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}
.discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #dd3540;
    color: #fff;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}
.product-img {
    width: 100%;
    border-radius: 8px;
}

.old-price {
    text-decoration: line-through;
    color: #888;
    margin-left: 5px;
}
.new-price {
    color: #dd3540;
    font-weight: bold;
    font-size: 15px;
}
.stars {
    color: gold;
    font-size: 12px;
    margin: 5px 0;
}

.owl-item {
    padding: 10px;
}

.owl-item  .btn-success {
	color: #fff;
	background-color: #0b5f3b;
	border-color: #0b5f3b;
}

.owl-prev {
    float: right;
    margin-top: -20% !important;
    z-index: 999;
    position: relative;
    margin-right: 18px !important;
}
.owl-next{
    float: left;
    margin-top: -20% !important;
    z-index: 999;
    position: relative;
    margin-left: 18px !important;
}

@media only screen and (max-width: 600px) {
    .owl-next,.owl-prev {
        margin-top: -80% !important;
    }
}

