/* _content/VendorMarketplace_Main_Dev/Components/Account/Pages/Register.razor.rz.scp.css */

.container[b-z2e1707rjr] {
    background: #f1f1f1;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    margin-top: 90px;
    max-width: 600px;
}

.form-group label[b-z2e1707rjr] {
    padding-bottom: 1px;
    color: var(--secondary-color);
}

.btn.btn-primary.btn-block[b-z2e1707rjr] {
    background-color: var(--primary-color);
    border: none;
    color: var(--text-color);
    margin: 0 auto;
    display: block;
}

    .btn.btn-primary.btn-block:hover[b-z2e1707rjr] {
        background-color: var(--secondary-color);
        color: var(--text-color);
    }

    .btn.btn-primary.btn-block:focus[b-z2e1707rjr],
    .btn.btn-primary.btn-block:active[b-z2e1707rjr] {
        outline: none;
        box-shadow: 0 0 0 0.2rem var(--primary-color);
    }
/* _content/VendorMarketplace_Main_Dev/Components/Cart/Shared/AddToCart.razor.rz.scp.css */
.price-cart-container .add-to-cart-icon[b-n7f1lc6x3i] {
    color: var(--danger-color);
    display: inline-block;
    font-size: 1.2em;
    cursor: pointer;
    margin-left: 30px;
}

@media (max-width: 768px) {
    .price-cart-container .add-to-cart-icon[b-n7f1lc6x3i] {
        margin-left: auto;
        font-size: 1em;
    }
}
/* _content/VendorMarketplace_Main_Dev/Components/Cart/Shared/CartIcon.razor.rz.scp.css */
.default-cart-icon[b-cq6z0wqjzm] {
    color: var(--primary-color);
    display: inline-block;
    font-size: 2em;
    cursor: pointer;
    position: relative;
}

.cart-count[b-cq6z0wqjzm] {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: red;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75em;
}
/* _content/VendorMarketplace_Main_Dev/Components/Layout/MainLayout.razor.rz.scp.css */
/* _content/VendorMarketplace_Main_Dev/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-ypgfxbcfru] {
    font-family: "Josefin Sans", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--primary-color);
    padding: 10px 20px 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
}

.svg-logo[b-ypgfxbcfru]{
    width: 150px;
    height: auto;
}

.get-attention[b-ypgfxbcfru] {
    background: var(--primary-alert) !important;
}

.logo a[b-ypgfxbcfru] {
    font-family: "Josefin Slab", serif;
    color: var(--text-color);
    text-decoration: none;
    font-size: 40px;
    font-weight: bold;
}

.nav-menu-links[b-ypgfxbcfru] {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 20px;
    flex-grow: 1;
    justify-content: center;
}

    .nav-menu-links li[b-ypgfxbcfru] {
        margin: 0 15px;
    }

    .nav-menu-links a[b-ypgfxbcfru] {
        color: var(--text-color);
        text-decoration: none;
        font-size: 18px;
    }

        .nav-menu-links a:hover[b-ypgfxbcfru] {
            color: var(--text-hover-color);
        }

.sign-in[b-ypgfxbcfru] {
    margin-left: auto;
    margin-right: 30px;
}

    .sign-in a[b-ypgfxbcfru] {
        color: var(--text-color);
        text-decoration: none;
        font-size: 18px;
    }

        .sign-in a:hover[b-ypgfxbcfru] {
            color: var(--text-hover-color);
        }

.burger[b-ypgfxbcfru] {
    display: none;
    cursor: pointer;
}

    .burger div[b-ypgfxbcfru] {
        width: 25px;
        height: 3px;
        background-color: var(--text-color);
        margin: 5px;
        transition: 0.3s;
    }

.nav-items[b-ypgfxbcfru] {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.nav-menu-links[b-ypgfxbcfru] {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}

    .nav-menu-links li[b-ypgfxbcfru] {
        margin: 0 15px;
    }

    .nav-menu-links a[b-ypgfxbcfru] {
        color: var(--text-color);
        text-decoration: none;
        font-size: 18px;
    }

        .nav-menu-links a:hover[b-ypgfxbcfru] {
            color: var(--text-hover-color);
        }

.nav-menu-link[b-ypgfxbcfru] {
    color: var(--text-color);
    background: var(--primary-color);
    border: none;
    padding: 0.375rem 0.75rem;
    font-size: var(--font-size-md);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.25rem;
}

    .nav-menu-link:hover[b-ypgfxbcfru] {
        color: var(--text-hover-color);
    }

.banner-icon[b-ypgfxbcfru] {
    font-size: 20px;
    color: white;
    padding-left: inherit;
    padding-right: inherit;
}

.spacer[b-ypgfxbcfru] {
    padding: 10px;
}

.profile-picture[b-ypgfxbcfru]{
    margin-right: 10px;
}

@media (max-width: 768px) {
    .nav-menu-links[b-ypgfxbcfru] {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        background-color: var(--primary-color);
    }

        .nav-menu-links.active[b-ypgfxbcfru] {
            display: flex;
        }

    .burger[b-ypgfxbcfru] {
        display: block;
    }
}
/* _content/VendorMarketplace_Main_Dev/Components/Pages/Home.razor.rz.scp.css */

.home-jumbotron[b-fp0gmtwbnt] {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.home-jumbotron-banner[b-fp0gmtwbnt] {
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: right;
    font-size: var(--font-size-lg);
    color: var(--primary-color);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    opacity: 1;
}

.home-jumbotron-banner-but-smaller[b-fp0gmtwbnt] {
    font-weight: normal;
    font-size: var(--font-size-md);
    text-align: left;
}

#background-video[b-fp0gmtwbnt] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (max-width: 768px) {
    .home-jumbotron-banner[b-fp0gmtwbnt] {
        width: 80%;
    }
}
/* _content/VendorMarketplace_Main_Dev/Components/Product/NewProduct.razor.rz.scp.css */
.container h3[b-gxwx7298n6]{
    color: var(--primary-color);
    font-size: 0.8em;
}

.container.centered[b-gxwx7298n6] {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.row.justify-content-center[b-gxwx7298n6] {
    display: flex;
    justify-content: center;
    width: 100%;
}

.form-control product-new-main-details[b-gxwx7298n6] {
    width: 90%;
    padding: 0;
}

@media (min-width: 768px) {
    .form-control product-new-main-details[b-gxwx7298n6] {
        width: 50%;
    }
}
/* _content/VendorMarketplace_Main_Dev/Components/Product/Shared/ProductCard.razor.rz.scp.css */
.product-link[b-0b7falgfzw] {
    text-decoration: none;
    color: inherit;
    display: block;
}

.product-card-group[b-0b7falgfzw] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: left;
}

.product-card[b-0b7falgfzw] {
    display: flex;
    flex-direction: column;
    width: 250px;
    height: auto;
    font-family: var(--font-family);
    margin: 10px;
}

    .product-card:hover .product-img[b-0b7falgfzw] {
        transform: scale(1.02);
        transition: transform 0.5s;
    }

.product-text[b-0b7falgfzw] {
    color: var(--steelBlue);
    text-align: left;
}

.product-title[b-0b7falgfzw] {
    font-size: large;
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: bold;
}

.product-desc[b-0b7falgfzw] {
    font-size: medium;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.product-image[b-0b7falgfzw] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-price-sale[b-0b7falgfzw] {
    position: absolute;
    bottom: 40px;
    right: 10px;
    background-color: var(--attentionGreen);
    color: var(--text-color);
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
}

.product-price[b-0b7falgfzw] {
    position: absolute;
    bottom: 10px;
    right: 0px;
    background-color: var(--primary-color);
    color: var(--text-color);
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
}

    .product-price[price-style="sale"][b-0b7falgfzw] {
        text-decoration: line-through;
    }

.product-banner[b-0b7falgfzw] {
    position: relative;
    display: block;
    margin-top: 5px;
    background-color: var(--accentLight);
    color: var(--primaryFontDark);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: small;
    font-weight: bold;
}

    .product-banner[banner-style="sale"][b-0b7falgfzw] {
        background-color: var(--attentionGreen);
        color: var(--primaryFontLight);
    }

    .product-banner[banner-style="featured"][b-0b7falgfzw] {
        background-color: var(--featuredYellow);
        color: var(--primaryFontDark);
    }

    .product-banner[banner-style="discount"][b-0b7falgfzw] {
        background-color: var(--discountRed);
        color: var(--primaryFontLight);
    }

.banner-group[b-0b7falgfzw] {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 10px;
    right: 10px;
}

.product-img[b-0b7falgfzw] {
    width: 250px;
    height: 250px;
    border-radius: 10px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .product-card[b-0b7falgfzw] {
        width: 100%;
        height: auto;
    }

    .product-img[b-0b7falgfzw] {
        width: 100%;
        aspect-ratio: 1/1;
    }
}
/* _content/VendorMarketplace_Main_Dev/Components/Product/Shared/ProductDescription.razor.rz.scp.css */
.custom-textarea[b-yjpbbioj50] {
    width: 100%;
    aspect-ratio: 2/1;
    height: auto;
    max-height: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 0.9em;
    transition: border-color 0.3s ease;
    margin-bottom: 10px;
}

    .custom-textarea:focus[b-yjpbbioj50] {
        border-color: #007bff;
        outline: none;
    }

/* _content/VendorMarketplace_Main_Dev/Components/Product/Shared/ProductGallery.razor.rz.scp.css */
.ecommerce-gallery[b-6zyrsi1cjr] {
    max-width: 45%;
}

.product-image[b-6zyrsi1cjr]{

}

.ecommerce-gallery img[b-6zyrsi1cjr] {
    border-radius: 8px;
    flex: 1;
    position: relative;
    height: auto;
    max-height: 500px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

@media (max-width: 768px) {
    .product-image img[b-6zyrsi1cjr] {
        max-width: 100%;
        margin: 0 0 20px 0;
    }
}
/* _content/VendorMarketplace_Main_Dev/Components/Product/Shared/ProductGalleryItem.razor.rz.scp.css */
.ecommerce-gallery img[b-2o45pxww89] {
    border-radius: 8px;
    flex: 1;
    position: relative;
    height: auto;
    max-height: 500px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

    .ecommerce-gallery img:hover[b-2o45pxww89] {
        transform: scale(1.02);
        transition: transform 0.5s;
    }

.focused-product-item[b-2o45pxww89] {
    opacity: 0.5;
}
/* _content/VendorMarketplace_Main_Dev/Components/Product/Shared/ProductGalleryItemContainer.razor.rz.scp.css */
.nav-button[b-ky82n2anwa] {
    position: absolute;
    width: 40px;
    height: 70px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    cursor: pointer;
    user-select: none;
}

    .nav-button i[b-ky82n2anwa] {
        font-size: 1.5em;
    }

.prev[b-ky82n2anwa] {
    align-self: flex-start;
    left: 10px;
}

.next[b-ky82n2anwa] {
    right: 10px;
}
/* _content/VendorMarketplace_Main_Dev/Components/Product/Shared/RadiusMap.razor.rz.scp.css */
.radius-map[b-ibaxxj3dof] {
    border-radius: 50px;
    height: 200px;
    width: 100%;
}
/* _content/VendorMarketplace_Main_Dev/Components/Product/ViewProduct.razor.rz.scp.css */
.product-details[b-r40782ioyn] {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product-info[b-r40782ioyn],
.options[b-r40782ioyn] {
    flex: 1;
    margin: 10px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
}

    .product-info h3[b-r40782ioyn] {
        font-family: "Josefin Slab", serif;
        font-weight: bold;
        color: var(--primary-color);
    }

.card[b-r40782ioyn] {
    color: var(--primary-color);
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .card h2[b-r40782ioyn] {
        font-family: "Josefin Slab", serif;
        font-weight: bold;
    }

    .card h3[b-r40782ioyn] {
        margin-bottom: 15px;
    }

.delivery[b-r40782ioyn] {
    max-width: 200px;
}

.price-group[b-r40782ioyn] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.product-price-sale[b-r40782ioyn] {
    font-size: 18px;
    font-weight: bold;
}

.product-price[b-r40782ioyn] {
    font-size: 14px;
    text-decoration: line-through;
}

.price-cart-container[b-r40782ioyn] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

    .price-cart-container h2[b-r40782ioyn] {
        margin: 0;
    }

@media (max-width: 768px) {
    .product-details[b-r40782ioyn] {
        flex-direction: column;
    }

    .product-info[b-r40782ioyn],
    .options[b-r40782ioyn] {
        margin: 0;
    }
}
/* _content/VendorMarketplace_Main_Dev/Components/Profile/ProfileBanner.razor.rz.scp.css */

.user-profile-group[b-g56qc534zb] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
    color: black;
    box-sizing: border-box;
    flex-wrap: wrap;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

a[b-g56qc534zb] {
    text-decoration: none;
    color: var(--primary-color);
} 

.profile-picture[b-g56qc534zb] {
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    margin-bottom: 5px;
}

    .profile-picture img[b-g56qc534zb] {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.profile-details[b-g56qc534zb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    max-width: calc(100% - 150px);
}

    .profile-details h1[b-g56qc534zb] {
        margin: 0;
        font-size: 24px;
        color: rgb(0, 0, 0);
    }

    .profile-details h2[b-g56qc534zb] {
        margin: 5px 0 0 0;
        font-size: 14px;
        color: rgb(0, 0, 0);
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        transition: max-height 0.3s ease;
    }

        .profile-details h2.expanded[b-g56qc534zb] {
            -webkit-line-clamp: unset;
            overflow: visible;
            max-height: 500px;
        }

.show-more-btn[b-g56qc534zb] {
    background-color: var(--primary-color);
    color: var(--text-color);
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    font-size: 10px;
    border-radius: 3px;
    margin-top: 10px;
}

    .show-more-btn:hover[b-g56qc534zb] {
        background-color: var(--secondary-color);
    }

.user-location[b-g56qc534zb] {
    margin-top: 2px;
    font-size: 12px;
    color: var(--secondary-color);
}

    .user-location i[b-g56qc534zb] {
        margin-right: 2px;
        color: var(--secondary-color);
    }

@media (min-width: 769px) {
    .user-profile-group[b-g56qc534zb] {
        flex-wrap: nowrap;
        max-width: 800px;
    }

    .profile-picture[b-g56qc534zb] {
        margin-right: 20px;
    }

    .profile-details[b-g56qc534zb] {
        align-items: flex-start;
        text-align: left;
    }
}

.user-profile-info[b-g56qc534zb] {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 250px;
    text-align: center;
    box-sizing: border-box;
}

.user-handle[b-g56qc534zb] {
    font-size: 14px;
    margin-top: 5px;
}

.verified-badge-banner[b-g56qc534zb]{
    margin-right: 5px;
    width: 16px;
    height: auto;
}
/* _content/VendorMarketplace_Main_Dev/Components/Shared/ProductImageUploader.razor.rz.scp.css */
.upload-area[b-4t0tq82rkx] {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

    .upload-area.dragging[b-4t0tq82rkx] {
        background-color: #f8f9fa;
        border-color: #007bff;
    }
/* _content/VendorMarketplace_Main_Dev/Components/Shared/ProfilePicture.razor.rz.scp.css */
.profile-picture[b-pied7hukwy] {
    flex-shrink: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
