/* /Authentication/Components/Login.razor.rz.scp.css */
.card[b-mip2vl7utx] {
    margin-bottom: 2rem;
}
/* /Authentication/Components/Register.razor.rz.scp.css */
.loading-overlay[b-aorecw260n] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

@@keyframes pulse {
     0%[b-aorecw260n] {
         transform: scale(1);
         box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
     }

     50%[b-aorecw260n] {
         transform: scale(0.95);
         box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
     }

     100%[b-aorecw260n] {
         transform: scale(1);
         box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
     }
 }
/* /Components/Header/HeaderBoxComponent.razor.rz.scp.css */
.cart-link[b-cb9vlqjpmo] {
    color: black;
    text-decoration: none;
}

.cart-link i[b-cb9vlqjpmo] {
    color: black
}

.cart-link:hover[b-cb9vlqjpmo] {
    color: #f26745;
}

.cart-link:hover i[b-cb9vlqjpmo] {
    color: #f26745;
}
/* /Components/Notifications/Toast.razor.rz.scp.css */
.custom-toast-container[b-lx4zo6fm3b] {
    position: fixed;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    /* Контейнерите за различните ъгли */
    .custom-toast-container.top-right[b-lx4zo6fm3b] {
        top: 1rem;
        right: 1rem;
        align-items: flex-end;
    }

    .custom-toast-container.top-left[b-lx4zo6fm3b] {
        top: 1rem;
        left: 1rem;
        align-items: flex-start;
    }

    .custom-toast-container.bottom-right[b-lx4zo6fm3b] {
        bottom: 1rem;
        right: 1rem;
        align-items: flex-end;
    }

    .custom-toast-container.bottom-left[b-lx4zo6fm3b] {
        bottom: 1rem;
        left: 1rem;
        align-items: flex-start;
    }

/* Общ вид на тоста */
.custom-toast[b-lx4zo6fm3b] {
    min-width: 300px;
    margin-bottom: 0.5rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.85);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
    opacity: 1;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

    /* Преход при показване/скриване */
    .custom-toast.fade.show[b-lx4zo6fm3b] {
        opacity: 1;
        transform: translateY(0);
    }

    .custom-toast.fade[b-lx4zo6fm3b] {
        opacity: 0;
        transform: translateY(20px);
    }

/* Хедър на тоста */
.custom-toast-header[b-lx4zo6fm3b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #fff;
    background-color: inherit;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

    .custom-toast-header small[b-lx4zo6fm3b] {
        margin-left: auto;
        margin-right: 0.1rem;
    }

    .custom-toast-header button[b-lx4zo6fm3b] {
        margin-left: 0.1rem;
    }

/* Текстът */
.custom-toast-body[b-lx4zo6fm3b] {
    padding: 1rem;
    font-size: 0.9rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

/* Бутона за затваряне */
.close[b-lx4zo6fm3b] {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
}

/* Цветове спрямо типа на тоста */
.custom-toast.Info[b-lx4zo6fm3b] {
    background-color: #17a2b8;
}

.custom-toast.Success[b-lx4zo6fm3b] {
    background-color: #28a745;
}

.custom-toast.Warning[b-lx4zo6fm3b] {
    background-color: #ea6813;
}

.custom-toast.Error[b-lx4zo6fm3b] {
    background-color: #a50000;
}
/* /Layout/CategoryComponent.razor.rz.scp.css */
/* Hide scrollbars for horizontal category row where supported */
.no-scrollbar[b-u00qar1glk]::-webkit-scrollbar { display: none; }
.no-scrollbar[b-u00qar1glk] { -ms-overflow-style: none; scrollbar-width: none; }
/* /Layout/Header.razor.rz.scp.css */
.logo-container[b-thlwos0mwj] {
    position: absolute;
    top: 10px;
    left: 8%;
    transform: translateX(-50%);
    z-index: 10;
}

.logo-image[b-thlwos0mwj] {
    height: 50px;
    max-width: 100%;
}

@@media (max-width: 1600px) and (min-width: 768px) {
     .logo-container[b-thlwos0mwj] {
         top: 50px; /* Регулира височината на логото за устройства между 768px и 1600px */
         left: 50%;
         transform: translateX(-50%);
     }
 }

@@media (max-width: 768px) {
     .logo-container[b-thlwos0mwj] {
         top: 5px; /* Регулира височината на логото за устройства под 768px */
         left: 50%;
         transform: translateX(-50%);
     }

     .logo-image[b-thlwos0mwj] {
         height: 40px; /* Намалява размера на логото */
     }
 }
/* /Layout/MainLayout.razor.rz.scp.css */
.page-container[b-3o9z2mc8ub] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content[b-3o9z2mc8ub] {
    flex-grow: 1;
}
/* /Pages/Administration/AdminNavBar.razor.rz.scp.css */
.logo-container[b-pdjrftzbmn] {
    position: absolute;
    top: 10px;
    left: 8%;
    transform: translateX(-50%);
    z-index: 10;
}

.logo-image[b-pdjrftzbmn] {
    height: 50px;
    max-width: 100%;
}

.menu-toggle[b-pdjrftzbmn] {
    display: none;
    background-color: transparent;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 15;
}

.mobile-side-menu[b-pdjrftzbmn] {
    position: fixed;
    top: 0;
    left: -250px; /* Започва извън екрана */
    width: 250px;
    height: 100%;
    background-color: #111;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
    transition: left 0.3s ease;
    z-index: 20;
}

    .mobile-side-menu.show[b-pdjrftzbmn] {
        left: 0; /* Показва менюто */
    }

    .mobile-side-menu ul[b-pdjrftzbmn] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .mobile-side-menu ul li[b-pdjrftzbmn] {
            padding: 10px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

            .mobile-side-menu ul li a[b-pdjrftzbmn] {
                text-decoration: none;
                color: white;
                font-size: 18px;
                display: flex;
                align-items: center;
                gap: 10px;
            }

                .mobile-side-menu ul li a:hover[b-pdjrftzbmn] {
                    color: #f26522;
                    background-color: rgba(255, 255, 255, 0.1);
                    border-radius: 8px;
                    padding-left: 10px;
                }

@media (max-width: 1600px) and (min-width: 768px) {
    .logo-container[b-pdjrftzbmn] {
        top: 65px; /* Регулира височината на логото за устройства между 768px и 1600px */
        left: 50%;
        transform: translateX(-50%);
    }

    .logo-image[b-pdjrftzbmn] {
        height: 40px; /* Намалява размера на логото */
    }
}

@media (max-width: 768px) {
    .menu-toggle[b-pdjrftzbmn] {
        display: block; /* Показваме бутона за мобилна версия */
    }

    .custom_menu[b-pdjrftzbmn] {
        display: none; /* Скриваме главното меню за мобилни устройства */
    }

    .logo-container[b-pdjrftzbmn] {
        top: 5px; /* Регулира височината на логото за устройства под 768px */
        left: 50%;
        transform: translateX(-50%);
    }

    .logo-image[b-pdjrftzbmn] {
        height: 40px; /* Намалява размера на логото */
    }
}
/* /Pages/Errors/NotAuthorized.razor.rz.scp.css */
.card[b-0in7a92exr] {
    border-radius: 8px;
    border: none;
    margin-bottom: 40px;
}

.text-danger[b-0in7a92exr] {
    font-size: 2rem;
    font-weight: bold;
}

.lead[b-0in7a92exr] {
    font-size: 1.2rem;
    margin-top: 10px;
}

.btn[b-0in7a92exr] {
    margin: 0 10px;
}
/* /Pages/Errors/NotFound.razor.rz.scp.css */
.not-found-container[b-4oh31t5v1q] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh; /* Центрира вертикално */
    background-color: transparent;
}

.not-found-content[b-4oh31t5v1q] {
    text-align: center;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.9); /* Полупрозрачен фон */
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Леки сенки */
}

.not-found-content h1[b-4oh31t5v1q] {
    font-size: 6rem;
    font-weight: bold;
    color: #dc3545; /* Червен текст */
    margin-bottom: 0.5rem;
}

.not-found-content h2[b-4oh31t5v1q] {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.not-found-content p[b-4oh31t5v1q] {
    font-size: 1rem;
    color: #6c757d;
}

.not-found-content .btn[b-4oh31t5v1q] {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
}
/* /Pages/Payments/Cart.razor.rz.scp.css */
.quantity-input[b-23c4oar10d] {
    width: 80px;
    text-align: center;
    font-size: 1rem;
    padding: 0.4rem 0.6rem;
    border: 1px solid #6c757d;
    border-radius: 0.25rem;
}
/* /Pages/Products/LatestProducts.razor.rz.scp.css */
/* Smooth fade + slight slide animation when page changes */
.fade-slide[b-u4am819wcp] {
  animation: fadeSlideIn-b-u4am819wcp 450ms ease-in-out;
}

@keyframes fadeSlideIn-b-u4am819wcp {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* /Pages/Products/ProductDetails.razor.rz.scp.css */
.modal.fade[b-vr6ah21qjm] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh; /* Височината на модала покрива целия екран */
}

.modal-dialog[b-vr6ah21qjm] {
    position: relative;
    max-width: 800px;
    width: 100%; /* Запазва адаптивност */
    margin: 0; /* Без отмествания */
}

.modal-content[b-vr6ah21qjm] {
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    overflow: hidden;
}

.modal.fade.show[b-vr6ah21qjm] {
    display: flex; /* Flexbox за центриране */
}

.modal.fade .modal-dialog[b-vr6ah21qjm] {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.modal.fade.show .modal-dialog[b-vr6ah21qjm] {
    transform: translate(0, 0);
}

.product-details-card[b-vr6ah21qjm] {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product-image img[b-vr6ah21qjm] {
    max-width: 100%;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

.product-image img:hover[b-vr6ah21qjm] {
    transform: scale(1.05);
}

.product-description[b-vr6ah21qjm] {
    font-size: 0.9rem;
    line-height: 1.6;
}

.product-meta .product-price[b-vr6ah21qjm] {
    font-size: 1.5rem;
    color: #28a745;
}

.product-meta .product-quantity[b-vr6ah21qjm] {
    font-size: 1rem;
    color: #17a2b8;
}

.product-actions button[b-vr6ah21qjm] {
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 8px;
}

.product-actions button .fa[b-vr6ah21qjm] {
    margin-right: 5px;
}

.fixed-size-image[b-vr6ah21qjm] {
    width: auto;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* /Pages/Public/About.razor.rz.scp.css */
.team-section h2[b-jhd9g7y92a] {
    font-size: 28px;
    color: black;
    margin-bottom: 20px;
}

.team-members[b-jhd9g7y92a] {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.team-member[b-jhd9g7y92a] {
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 8px;
    width: 200px;
}

.team-member img[b-jhd9g7y92a] {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.team-member h3[b-jhd9g7y92a] {
    font-size: 18px;
    color: #30302e;
    margin-bottom: 5px;
}

.team-member p[b-jhd9g7y92a] {
    font-size: 14px;
    color: #767676;
}
/* /Pages/Public/CustomerService.razor.rz.scp.css */
.service-section h3[b-tdgbq4ih7v] {
    font-size: 24px;
    color: black;
    margin-bottom: 15px;
}

.service-contact[b-tdgbq4ih7v] {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #30302e;
}

.service-contact li[b-tdgbq4ih7v] {
    margin-bottom: 10px;
}

form .form-control[b-tdgbq4ih7v] {
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

form button[b-tdgbq4ih7v] {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
}
/* /Pages/Public/Deals/TodaysDeals.razor.rz.scp.css */
.todays-deals-section[b-bn5xk6xhwz] {
    background-color: #343a40;
    padding: 40px 20px;
    color: white;
}

.deal-card[b-bn5xk6xhwz] {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.2s;
}

.deal-card:hover[b-bn5xk6xhwz] {
    transform: translateY(-5px);
}

.deal-card-header[b-bn5xk6xhwz] {
    height: 180px;
    overflow: hidden;
}

.deal-card-image[b-bn5xk6xhwz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deal-card-body[b-bn5xk6xhwz] {
    padding: 15px;
    text-align: center;
}

.deal-card-title[b-bn5xk6xhwz] {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.deal-card-price[b-bn5xk6xhwz] {
    font-size: 1.1rem;
    font-weight: bold;
    color: #28a745;
    margin-bottom: 15px;
}

.deal-card-actions button[b-bn5xk6xhwz],
.deal-card-actions a[b-bn5xk6xhwz] {
    margin: 5px 0;
    font-size: 0.9rem;
}

.deal-card-actions[b-bn5xk6xhwz] {
    display: flex;
    justify-content: center;
    gap: 10px;
}
/* /Pages/Public/FAQ.razor.rz.scp.css */
.faq-section[b-xp9ivsyov4] {
    margin-top: 20px;
    text-align: left;
}

.faq-item[b-xp9ivsyov4] {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-question[b-xp9ivsyov4] {
    font-size: 20px;
    color: #30302e;
    margin-bottom: 10px;
}

.faq-answer[b-xp9ivsyov4] {
    font-size: 16px;
    color: #767676;
}
