@import "fonts.css";
@import "fonts/icons/remixicon.css";
@import "variables.css";
@import "styles.css";
@import "layout/header.css";
@import "layout/footer.css";
@import "components/slider.css";
@import "components/product.css";
@import "components/cart.css";

.dropdown-toggle::after {
    display: none;
}

.pagination{
    row-gap: 10px;
}

.dropdowns-cultrue{
    border-right: 1px solid var(--black);
}

.nav-side-dropdown-menu.show{
    display: block!important;
}

.nav-side-dropdown-menu{
    max-height: 520px !important;
    position: absolute;
    top: calc(100% + 30px);
    display: none;
    width: 263px;
    height: auto;
    min-height: 74px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
}

.truncate-text-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-text-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

div, main, ol, pre, span, ul {
    scrollbar-width: thin!important;
    scrollbar-color: var(--black) transparent!important;
}

.btn-banner-primary{
    background-color: var(--white);
    color: var(--black);
    border-radius: 10px;
    border-color: var(--black);
}

.btn-banner-primary:hover{
    background-color: var(--black);
    color: var(--white);
    border-radius: 10px;
    border-color: var(--white);
}

.toastr-message{
    padding-top:10px!important;
    padding-bottom:10px!important;
}

[data-kt-scrolltop=on] .scrolltop{
    opacity: 0.6;
}

.scrolltop{
    border:1px solid var(--white) !important;
    background-color: var(--primary) !important;
}

html[dir="rtl"] .toastr-close-button{
    margin:5px!important;
}

.account-nav-link {
    font-weight: 400;
    border-radius: 15px;
    border: 1px solid var(--fillgray);
    background-color: var(--fillgray);
    transition: text-shadow .3s;
}

.account-nav-link:hover {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    font-weight: 400;
    text-shadow: 0 0 .65px var(--white), 0 0 .65px var(--white);
    color: white !important;
}

.account-nav-link.active{
    border: 1px solid var(--primary);
    background-color: var(--primary);
    font-weight: 600;
    text-shadow: 0 0 .65px var(--white), 0 0 .65px var(--white);
    color: white !important;
}

.form-check-input:checked{
    background-color:#000!important;
}

.summary-card {
    position: sticky;
    top: 100px; /* Adjust based on your header height */
    margin-bottom: 20px; /* Space before footer */
}

.cart-item {
    position: relative;
    display: flex;
    padding: 10px 0;
    align-items: center;
    justify-content: space-between;
}

.cart-item .product-info {
    flex-grow: 1;
    min-width: 0
}

.cart-item .product-info .product-name{
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    max-height: 40px;
    display: -webkit-box;
    color: var(--black);
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration-line: underline;
    text-decoration-color: transparent;
}




.category-filter > ul::-webkit-scrollbar {
    display: inherit;
}

.category-filter > ul:hover::-webkit-scrollbar {
    width: 10px;
}

.category-filter > ul:hover::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.category-filter > ul:hover::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(100,100,100,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
