/*#region Naitev Blazor */
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}
/*#endregion */






/*#region Main Theme */

.main-page {

    padding-top: 20px;
}

@media (max-width: 768px) {

/*    .main-page {
        padding-top: 60px;
    }*/
    .mob-n {
        display : none;
    }
}

/*#endregion */
/*#region Top Barre */

.top-bar {
    /*    position: fixed;*/
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 10px 20px;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* bottom shadow */
    position: sticky; /* optional, sticks to top on scroll */
    top: 0;
}
.top-bar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.logo {
    height: 60px;
}
.main-menu {
    display: flex;
    gap: 15px;
}
    .main-menu a {
        text-decoration: none;
        color: #01283f;
        padding: 5px 10px;
        font-size: 18px;
        transition: color 0.3s ease;
        font-family: "Outfit", serif;
        font-weight: 500;
        font-style: normal;
    }
        .main-menu a:hover {
            color: #de6109; /* Change color on hover */
            transform: scale(1.1);
        }
.main-btn {
    background-color: #efac26;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
}
.hamburger-menu {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    color: #de6109;
    cursor: pointer;
}
.cart-btn {
    display: inline-flex; /* Make it inline and flex */
    align-items: center; /* Vertically center content */
    gap: 5px; /* Space between icon and label */
    color: #ff7300;
    text-decoration: none;
    transition: transform 0.3s ease;
}
    .cart-btn i {
        font-size: 25px;
    }
    .cart-btn label {
        font-size: 18px;
        margin: 0; /* Reset default margin */
    }
/* Responsive styling for mobile */
@media (max-width: 768px) {
    .main-menu {
        display: none; /* Hide menu by default */
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #ffffff;
        width: 100%;
        padding: 10px 0;
    }

        .main-menu.active {
            display: flex; /* Show menu when active */
        }

    .hamburger-menu {
        display: block; /* Show hamburger button */
    }

    .logo {
        height: 40px;
    }
}
/*#endregion */
/*#region Products & body */

.prudct_container {
    margin-top: 40px;
    display: flex; /* Enables flexbox layout */
    flex-wrap: wrap; /* Allows wrapping to the next row if needed */
    gap: 15px; /* Adds spacing between child divs */
    justify-content: center;
    max-width: 1400px;
}
.prudct_card {
    flex: 1 1 calc(20% - 15px); /* Each child div takes 25% of the row minus the gap */
    /*     height:fit-content; */
    min-width: 150px;
    max-width: 250px;
    background-color: none; /* Optional: for visualization */
    padding: 10px;
    text-align: center;
    border-radius: 15px;
    display: flex;
    flex-direction: column; /* Stack child elements vertically */
    justify-content: space-between; /* Push the last child to the bottom */
    margin-top: 20px;
    cursor: pointer;
}
.prudct_card label {
        max-width: 95%;
        word-wrap: break-word; /* Breaks long words */
        overflow-wrap: break-word; /* Ensures word breaks */
    }
.prudct_card-content {
    cursor: pointer;
}
.main-btn {
    padding: 10px 20px; /* Adds padding inside the button */
    font-size: 16px; /* Adjusts the font size */
    background-color: #01283f; /* Button color */
    color: #fff; /* Button text color */
    border: none; /* Removes border */
    border-radius: 5px; /* Optional: Rounds the corners */
    cursor: pointer; /* Changes cursor to pointer on hover */
    text-decoration: none;
}
    .main-btn:hover {
        background-color: #de6109; /* Darkens the button on hover */
    }

/*#endregion */
/*#region Footer */

.footer {
    background-color: #1a1a1a;
    color: white;
    padding: 00px 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    font-family: Arial, sans-serif;
    margin-top: 50px;
}
    .footer h3 {
        color: #f97316; /* Orange accent */
        margin-bottom: 20px;
    }
    .footer a {
        color: #ccc;
        text-decoration: none;
        display: block;
        margin-bottom: 10px;
    }
       .footer a:hover {
            color: white;
        }
    .footer .footer-section {
        flex: 1;
        margin: 10px;
        padding: 50px 20px;
    }
    .footer .social-icons a
.footer-bottom {
    text-align: center;
    border-top: 1px solid #333;
    padding: 20px;
    color: #888;
    font-size: 14px;
    width: 100%;
}

@media (max-width: 768px) {

    .footer .footer-section {
       
        padding: 10px 10px;
    }
}
/*#endregion */
/*#region search barre */

.search-container {
    display: flex; /* Enables flexbox layout */
    justify-content: center; /* Centers items horizontally */
    align-items: center; /* Centers items vertically */
    gap: 10px; /* Adds spacing between the input and button */
    margin: 20px auto; /* Centers the container itself and adds top/bottom spacing */
    width: 100%; /* Ensures the container spans full width for centering */
    flex-wrap: wrap;
    max-width: 900px; /* Optional: Limits the container width */
}

.search-input {
    flex: 1; /* Allows the input to grow and take up available space */
    padding: 10px; /* Adds padding inside the input */
    font-size: 16px; /* Adjusts the font size */
    border: 1px solid #ccc; /* Adds a border */
    border-radius: 5px; /* Optional: Rounds the corners */
    box-sizing: border-box; /* Ensures padding is included in the width */
    min-width: 300px;
}


    @media (max-width: 768px) {





        .search-container {
            width: 95%;
           
        }
    }


/*#endregion */
/*#region Logos Track Move */


.image-band {
    width: 80%;
    margin: 0 auto; /* This centers it horizontally */
    overflow: hidden;
    height: 50px;
    position: relative;
    background: #fff;
    border: 0px solid #ccc;
    margin-top: 20px;
}

.image-track {
    display: flex;
    width: max-content;
    gap: 30px;
    animation: scroll-left 20s linear infinite;
}

    .image-track img {
        height: 50px;
        margin-right: 10px;
        flex-shrink: 0;
    }

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/*#endregion */
/*#region Home Slides */



.mySlides img {
    height: 500px;
    width: auto;
}

@media (max-width: 768px) {
    .mySlides img {
        height: auto;
        width: 90%;
    }
}
/*#endregion */


/*#region Store */


.Main-store {
    display: flex;
    width: 100%;
    padding: 0px 00px;
    height: 90vh;
}

.sidebar, .main-content {
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.sidebar {
    flex: 1;
    background-color: #f5f5f5;
    padding: 20px;
    margin: 0px;
    /*             height:fit-content;
 */
}

.main-content {
    flex: 4;
    padding: 20px;
    overflow-y: auto;
    height:;
}

.category {
    margin-bottom: 10px;
}

    .category input {
        display: none;
    }

    .category label {
        display: block;
        font-weight: bold;
        cursor: pointer;
        padding: 8px;
        /*  background-color: #e0e0e0; */
        border-radius: 4px;
    }

.subcategory {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 15px;
}

.category input:checked + label + .subcategory {
    max-height: 1000px; /* enough height to show items */
}

.subcategory a {
    padding: 6px 0;
    cursor: pointer;
    text-decoration :none;
    color : black;
}

    .subcategory a:hover {
        text-decoration: underline;
    }



@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .sidebar {
        position: absolute;
        top: 60px;
        left: 0;
        height: calc(100% - 60px);
        transform: translateX(-100%);
        z-index: 1000;
        background-color: #f5f5f5;
    }

        .sidebar.active {
            transform: translateX(0);
        }

    .menu-btn {
        display: inline-block;
    }
    .sidebar-togle-btn {
        display: unset !important;
        color: #de6109;
    }
}

/*#endregion */



/*#region About */


.container {
    padding: 1vw;
    text-align: center;
}

.content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
}

.left-column, .right-column {
    flex: 1;
    min-width: 280px;
}

    .left-column img:first-child {
        height: 100px;
        width: auto;
    }

    .left-column img:last-child {
        height: auto;
        max-width: 100%;
        margin-top: 30px;
        border-radius: 20px;
    }

    .right-column{
        flex:2;
    }

    .about-text {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.6;
        display: block;
        text-align: justify;
    }

.contact-info {
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px;
    text-align: left;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .contact-item i {
        color: #de6109;
        margin-right: 10px;
    }

@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        padding: 10px;
    }

    .contact-info {
        text-align: center;
    }

    .contact-item {
        justify-content: center;
    }
}

/*#endregion */