.marquee-container {
    width: 100vw;
    height: 100%;
    overflow: hidden;
    background: rgb(250, 250, 250);
    text-align: center;
}



button.nav-item {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}

.nav-item i {
    font-size: 18px;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 44px;
    background-color: rgb(228, 228, 230);
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #ccc;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.05);
    z-index: 1000;
}

.nav-item {
    margin-top: 6px;
    text-decoration: none;
    color: #777;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
}

.nav-item i {
    font-size: 15px;
    margin-bottom: 4px;
}

body {
    height: fit-content;
    background-color: var(--tg-theme-bg-color);
    color: var(--tg-theme-text-color);
}

.header-1 {
    background-color: rgba(212, 214, 138, 0.75);
    padding: 11px;
    text-align: center;
    border-bottom: 2px solid #ccc;
}

.company-name {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    color: rgb(28, 39, 49);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

.box {
    padding-bottom: 70px;
}

.badge-sm {
    font-size: 0.6rem;
    padding: 2px 4px;
}

#basket::before {
    color: green;
    content: attr(data-count);
    font-size: 15px;
    position: absolute;

    transform: translate(0, 0);

    width: 15px;
    height: 15px;
    border-radius: 20px;
    background-color: green;
    color: white;
    text-align: center;
}

.header {
    margin: 0;
    background-image: url('/static/miniapp.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
    width: 100vw;
    /* To make the image cover the element */
    height: 10vh;
    background-position: center;
    /* To center the image */
    /*opacity: 0.8;*/
}

.messages {
    margin: 20px 0;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}


.logo hr {
    margin: auto 10px;
    height: 1px;
    background-color: gray;
}

.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: space-around;
}

.bascet {
    font-size: 30px;
}

.menu-icon {
    width: 20px;
    display: inline-block;
    cursor: pointer;
    padding: 0 10px;
    font-size: 40px;
    /* Размер шрифта для увеличения символов */
    line-height: 1.5;
    /* Пространство между полосками */
}

.header {
    display: flex;
    justify-content: center;
}

.btn.btn-primary.btn-sm.rounded-pill a {
    color: rgb(71, 69, 69);
    text-decoration: none;
    padding: 0;
    font-size: clamp(14px, 2vw, 14px);
}

.btn.btn-primary.btn-sm.rounded-pill {
    background-color: rgb(226, 238, 221);
    background-color: rgb(96, 66, 66);
    border: green;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 6px;
}

.fs-4.text-primary {
    margin-bottom: 0px;
}

/*================================================*/

body {
    /* background-image: linear-gradient(to right, rgba(16, 16, 16, 0.9), rgb(22, 75, 113), rgba(16, 16, 16, 0.9));*/
    background-color: #fafafa !important;
}

/* Боковое меню навигации */
.sidenav {
    height: 100%;
    /* 100% Полный рост */
    width: 0;
    /* 0 ширина - измените это с помощью JavaScript */
    position: fixed;
    /* Оставаться на месте */
    z-index: 1;
    /* Оставайтесь на вершине */
    top: 0;
    left: 0;
    background-color: rgb(40, 41, 38);
    /* Черный */
    overflow-x: hidden;
    /* Отключить горизонтальную прокрутку */
    padding-top: 60px;
    /* Поместите содержимое 60px сверху */
    transition: 0.6s;
    /* 0.5 секунд эффект перехода, чтобы скользить в sidenav */
}

/* Ссылки в меню навигации */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: rgb(202, 199, 199);
    display: block;
    transition: 0.7s;
}

/* При наведении курсора мыши на навигационные ссылки измените их цвет */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Положение и стиль кнопки закрытия (верхний правый угол) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Стиль содержимого страницы - Используйте это, если вы хотите переместить содержимое страницы вправо при открытии боковой навигации */
#main {
    transition: margin-left 0.7s;
    padding: 5px;
}

/* На небольших экранах, где высота меньше 450px, измените стиль sidenav (меньше отступов и меньший размер шрифта) */
@media screen and (max-height: 450px) {
    #main {
        transition: margin-left 1.7s;
        padding: 5px;
    }

    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}