@media (min-width: 1024px) {
    .mt-lg-300 {
        margin-top: 70px;
    }

    #offer-slidebar {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    #offer-slide {
        display: none !important;
    }
}

.sitsara {
    background-color: #cbd5f7;
    border-radius: 4px;
    margin-right: 4px;
    padding: 2px 10px;
}

.logut:hover {
    background-color: #eeb9b954;
    border-radius: 7px;
}

.bg-primery {
    background: #3b83f617;
    padding: 5px 10px;
    border-radius: 10px;
}

.address-card[data-main="true"] {
    border-color: #2563eb;
    /* رنگ آبی */
    box-shadow: 0 0 0 2px #2563eb33;
}
@media (min-width: 200px) and (max-width: 1024px) {
    .banner {
        margin: 0 10px;
        border-radius:10px;
    }
}

@media (min-width: 1024px) {
    .shegt-angiz {
        margin-right: -210px;
        margin-top: -40px;
    }

    .shegt-angiz-img {
        margin-top: -30px;
        margin-right: -40px
    }
    .styles{
        margin-top:5px !important;
    }
}
@media (min-width: 1400px){
    .styles{
        margin-top:20px !important;
    }
}

.shegift {
    z-index: 2;
    border-top-left-radius: 10px !important;
    margin-top: -20px;
}

.media-wrapper {
    min-height: 600px;
    /* همان مقدار قبلی */
    display: flex;
    /* فعال‌سازی Flexbox */
    align-items: center;
    /* مرکز عمودی */
    justify-content: center;
    /* مرکز افقی (اگر می‌خواهید) */
    overflow: hidden;
    /* جلوگیری از خروج محتوا */
}

/* اگر می‌خواهید تصویر/ویدیو به‌صورت کامل داخل باکس بماند */
.lazy-story {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* یا cover بسته به نیاز */
}


.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
}

.modal-content {
    margin: auto;
    padding: 30px;
    border: 1px solid #47474788;
    width: 90%;
    max-width: 500px;
    height: 300px;
    /* border-radius: 12px; */
    /* box-shadow: 0 5px 25px #00000080; */
    text-align: center;
    position: relative;
}

.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}


.action-btn {
    background-color: #3B82F6;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    transition: background-color 0.3s;
}

.action-btn:hover {
    background-color: #3b83f6d2;
}

.text-cart {
    font-size:12px !important;
}

.categorys {
    max-height: 355px;
    overflow: auto !important;
}

.menuss{
    width: 1100px !important; 
}

.rightMenu {
    min-height: 500px !important;
    max-height: 650px !important;
}
.leftMenu {
    min-height: 500px !important;
    max-height: 650px !important;
    min-width: 400px !important;
    max-width: 800px !important;
}