.shadow-on-hover {
    transition: box-shadow 0.3s; /* Add a smooth transition effect */
}

/* Define the shadow effect when the mouse enters the element */
.shadow-on-hover:hover {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1); /* You can customize the shadow values */
}

.dropdown-toggle::after {
    display: none;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
}

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}

.table-responsive {
    overflow: inherit !important;
}

.disable-div {
    pointer-events: none;
}

.product-detail-container {

}

.toastr {
    opacity: 1 !important;
}

#toastr-container > div {
    opacity: 1 !important;
}

body {
    font-family: "PersianFontFamily"
}

.e-control {
    font-family: "PersianFontFamily" !important;
}

select option {
    font-family: "PersianFontFamily" !important;
}

.slider {
    width: 100%;
    aspect-ratio: 100 / 28;
}


