/* _content/BlazorFront/Components/Layout/Footer.razor.rz.scp.css */
h1[b-ycdeph697h] {
    font-size: 13px;
    color: #81858b;
    margin-top: 0px;
    margin-bottom: 8px;
}

h4[b-ycdeph697h] {
    color: #81858b;
    font-size: 14px;
}

p[b-ycdeph697h] {
    font-size: 12px;
    color: #9ba0a7;
}

.about[b-ycdeph697h] {
    margin-bottom: 40px;
}

.about[b-ycdeph697h] {
    text-align: justify;
}

a[b-ycdeph697h] {
    color: #81858b;
}

.footer[b-ycdeph697h] {
    padding: 55px 15px 20px 15px;
    border-top: 1px solid #eaeaea;
    text-align: right;
    max-width: 1300px;
    margin: 0 auto;
}

.footer-top[b-ycdeph697h] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.foote-top-right[b-ycdeph697h] {
    width: 50%;
}

.hr[b-ycdeph697h] {
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
    margin-bottom: 20px;
}

.footer-bottom[b-ycdeph697h] {
    width: 100%;
    background-color: green;
    text-align: center;
    color: white;
    padding: 10px 0;
}

.vl[b-ycdeph697h] {
    width: 1px;
    background-color: #81858b;
    height: 210px;
}

svg[b-ycdeph697h] {
    fill: #81858b;
}

.socials[b-ycdeph697h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.enamads[b-ycdeph697h] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

    .enamads div[b-ycdeph697h] {
        border: 1px solid #eaeaea;
        margin: 0 10px;
        width: 100px;
        height: 100px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.others-right[b-ycdeph697h] {
    margin-bottom: 40px;
    text-align: center;
}

.footer-nav[b-ycdeph697h] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #81858b;
    font-size: 14px;
    font-weight: bold;
}

li[b-ycdeph697h] {
    margin: 0 10px;
}

@media (max-width: 950px) {
    .vl[b-ycdeph697h] {
        display: none;
    }

    .footer[b-ycdeph697h] {
        padding-top: 30px;
        padding-bottom: 80px;
    }

    .footer-top[b-ycdeph697h] {
        flex-direction: column;
        align-items: center;
    }

    .about[b-ycdeph697h] {
        text-align: right;
    }

    .others-right[b-ycdeph697h] {
        margin-bottom: 25px;
    }

    .foote-top-right[b-ycdeph697h] {
        width: 100%;
    }

    .footer-nav[b-ycdeph697h] {
        justify-content: space-between;
    }

    li[b-ycdeph697h] {
        margin: 0;
    }
}

@media (max-width: 768px) {
    h2[b-ycdeph697h] {
        text-align: center;
    }
}
/* _content/BlazorFront/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-jmg7tekxiv] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-jmg7tekxiv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/BlazorFront/Components/Layout/Nav.razor.rz.scp.css */
.nav[b-onjxmbgs0k] {
    background-color: white;
    z-index: 3;
}

.nav-bar[b-onjxmbgs0k] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1300px;
    padding: 5px 22px 5px 0;
    margin: 0 auto;
}

.nav-menu[b-onjxmbgs0k] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    background-color: white;
}

.nav-link[b-onjxmbgs0k] {
    font-size: 16px;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    color: gray;
}

.nav-search[b-onjxmbgs0k] {
    position: relative;
}

.search-input[b-onjxmbgs0k] {
    background-color: hsl(0, 0%, 94%);
    width: 450px;
    border-radius: 50px;
    padding: 0 20px;
    border: none;
    height: 40px;
}

.search-result-container[b-onjxmbgs0k] {
    position: absolute;
    width: 550px;
    background-color: white;
    border-radius: 15px;
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
    text-align: center;
    font-size: 14px;
    color: gray;
    right: -50px;
    top: 50px;
    z-index: 3;
    padding: 15px 10px;
    max-height: calc(100vh - 200px);
    overflow: auto;
}

.logo[b-onjxmbgs0k]{
    height: 50px;
    width: auto;
}

/* Animation keyframes - you need to add prefixes */
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin-b-onjxmbgs0k {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Loading animation container */
.loading[b-onjxmbgs0k] {
    margin: 0 auto;
    width: 28px;
    height: 28px;
    position: relative;
}

    /* Spinning circle (inner circle) */
    .loading .maskedCircle[b-onjxmbgs0k] {
        width: 20px;
        height: 20px;
        border-radius: 12px;
        border: 3px solid black;
    }

    /* Spinning circle mask */
    .loading .mask[b-onjxmbgs0k] {
        width: 12px;
        height: 12px;
        overflow: hidden;
    }

    /* Spinner */
    .loading .spinner[b-onjxmbgs0k] {
        width: 26px;
        height: 26px;
        -webkit-animation: spin 1s infinite linear;
        animation: spin-b-onjxmbgs0k 1s infinite linear;
    }

.nav-link:hover[b-onjxmbgs0k] {
    color: #52b400;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

.search-cat[b-onjxmbgs0k] {
    text-align: right;
    padding: 10px;
    font-weight: bold;
}

.view-all[b-onjxmbgs0k] {
    cursor: pointer;
    font-size: 16px;
}

.search-business[b-onjxmbgs0k] {
    cursor: pointer;
    padding: 5px 20px;
    background-color: #52b400;
    border-radius: 25px;
    color: white;
    margin-left: 15px;
}

.search-product[b-onjxmbgs0k] {
    cursor: pointer;
    padding: 10px;
    text-align: right;
    color: hsl(0, 0%, 25%);
}

    .search-product:hover[b-onjxmbgs0k] {
        color: black;
    }

    .search-product img[b-onjxmbgs0k] {
        margin-left: 15px;
    }

.hamburger[b-onjxmbgs0k] {
    display: none;
    cursor: pointer;
}

.bar[b-onjxmbgs0k] {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: black;
}

.nav-categories[b-onjxmbgs0k] {
    text-decoration: none;
    font-size: 16px;
}

    .nav-categories[b-onjxmbgs0k]::after {
        display: inline-block;
        margin-right: 0.255em;
        vertical-align: 4px;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        color: gray;
    }

    .nav-categories span:hover[b-onjxmbgs0k] {
        cursor: pointer;
    }

.categories-container[b-onjxmbgs0k] {
    position: absolute;
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
    background-color: white;
    font-size: 14px;
    overflow-y: auto;
    min-width: 740px;
    border-radius: 15px;
    z-index: 3;
    display: flex;
}

.stores[b-onjxmbgs0k] {
    background-color: #edfbfc;
    width: 200px;
    padding: 20px 15px 20px 0;
}

.store[b-onjxmbgs0k] {
    display: block;
    text-align: right;
    color: #4c5e60;
    cursor: pointer;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-weight: bold;
    width: 100%;
    padding: 15px 20px;
}

.store-select[b-onjxmbgs0k] {
    background-color: white;
}

.circle[b-onjxmbgs0k] {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #34949e;
    margin: 0 0 2px 10px;
}

.categories[b-onjxmbgs0k] {
    padding: 20px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 300px;
}

.category[b-onjxmbgs0k] {
    padding-right: 15px;
    padding-left: 50px;
    margin: 10px 0;
    display: block;
    text-align: right;
    color: gray;
}

    .category:hover[b-onjxmbgs0k] {
        color: black;
        cursor: pointer;
    }

.overlay[b-onjxmbgs0k] {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 2;
}

.mobile-nav[b-onjxmbgs0k] {
    display: none;
}

.mobile[b-onjxmbgs0k] {
    display: none;
}

@media (max-width: 768px) {
    .no-mobile[b-onjxmbgs0k] {
        display: none;
    }

    .mobile[b-onjxmbgs0k] {
        display: block;
    }

    .top-nav-mobile[b-onjxmbgs0k] {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 10px;
        background-color: white;
        z-index: 5;
        
        box-shadow: rgb(0 0 0 / 10%) 0px 1px 10px;
    }

        .top-nav-mobile svg[b-onjxmbgs0k] {
            fill: gray;
            height: 25px;
            margin-right: 7px;
            color: #52b400;
        }

    .nav-branding img[b-onjxmbgs0k] {
        height: 25px;
    }

    .nav-bar[b-onjxmbgs0k] {
        padding: 15px 15px 15px 6px;
    }

    .nav-menu[b-onjxmbgs0k] {
        position: absolute;
        right: -100%;
        top: 54px;
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        text-align: center;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        z-index: 3;
        -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
        box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
    }

    .nav-item[b-onjxmbgs0k] {
        margin: 16px 0;
    }

    .nav-menu.active[b-onjxmbgs0k] {
        right: 0;
    }

    .nav-search[b-onjxmbgs0k] {
        margin-top: 15px;
        text-align: center;
    }

    .search-input[b-onjxmbgs0k] {
        width: 100%;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .overlay[b-onjxmbgs0k] {
        display: none;
    }

    .product-name[b-onjxmbgs0k] {
        font-size: 14px;
    }

    .search-cat[b-onjxmbgs0k] {
        color: gray;
    }

    .view-all[b-onjxmbgs0k] {
        color: #52b400;
    }

    .mobile-nav[b-onjxmbgs0k] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 6;
        padding: 8px 0;
        background-color: white;
        -webkit-box-shadow: 0 0.15rem 0.75rem 0 rgb(82 102 129 / 15%);
        box-shadow: 0 0.15rem 0.75rem 0 rgba(82, 102, 129, 0.15);
    }

    .nav-item-m[b-onjxmbgs0k] {
        text-align: center;
        font-size: 13px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        outline: none;
        fill: gray;
        color: gray;
    }

    .nav-item-m-active[b-onjxmbgs0k] {
        color: #52b400;
        fill: #52b400;
    }

    .nav-item-m:focus[b-onjxmbgs0k],
    .nav-item-m:active[b-onjxmbgs0k] {
        outline: none;
        user-select: none;
    }

    .nav-item-m svg[b-onjxmbgs0k] {
        width: 20px;
        height: 20px;
        vertical-align: middle;
    }
}

.mobile-cat-view[b-onjxmbgs0k],
.mobile-search-view[b-onjxmbgs0k] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 59px;
    background-color: white;
    z-index: 5;
    height: calc(100% - 59px);
    overflow: auto;
    padding: 20px;
}

.mobile-cat-top[b-onjxmbgs0k] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 22px;
    color: #52b400;
    fill: gray;
    font-weight: bold;
}

.mobile-cat-container[b-onjxmbgs0k] {
    padding: 0 20px 20px 20px;
}

.mobile-store[b-onjxmbgs0k] {
    padding: 5px 0 15px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    color: #444;
    font-weight: bold;
}

.mobile-store-chev[b-onjxmbgs0k] {
    transform: rotate(90deg);
    fill: #52b400;
    width: 7px;
    transition: transform 0.25s ease-in-out;
}

.chev-active[b-onjxmbgs0k] {
    transform: rotate(-90deg);
    transition: transform 0.5s ease-in-out;
}

.mobile-cats[b-onjxmbgs0k] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
    margin-top: 5px;
}

.mobile-cats-open[b-onjxmbgs0k] {
    max-height: 1640px;
    transition: max-height 0.5s ease-in-out;
}

.mobile-cat[b-onjxmbgs0k] {
    padding: 0 10px;
}

.mobile-cat-item[b-onjxmbgs0k] {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .mobile-cat-item svg[b-onjxmbgs0k] {
        fill: #52b400;
        width: 7px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
/* _content/BlazorFront/Components/Layout/ProductsSwiper.razor.rz.scp.css */
.hottest-section[b-026vlqpd6z] {
    max-width: 1300px;
    margin: 0px auto;
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 45px;
}

.hottest-title[b-026vlqpd6z] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-right: 10px;
}


.section-title[b-026vlqpd6z] {
    margin: 0;
    font-size: 16px;
    margin-right: 5px;
}

.ht-red[b-026vlqpd6z] {
    background-color: #ef3b50;
    color: white;
    fill: white;
}

.ht-blue[b-026vlqpd6z] {
    background-color: #3baaef;
    color: white;
    fill: white;
}

.ht-green[b-026vlqpd6z] {
    background-color: #3bef80;
    color: #3e3e3e;
    fill: #3e3e3e;
}

.ht-white[b-026vlqpd6z] {
}

.product-cards[b-026vlqpd6z] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    /* height: 430px; */
}

.product-card[b-026vlqpd6z] {
    width: 185px;
    border-radius: 10px;
    background-color: white;
    /* margin-bottom: 15px; */
    /* margin-left: 15px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.category-badge[b-026vlqpd6z] {
    position: absolute;
    bottom: 36px;
    right: 10px;
    font-size: 12px;
    background-color: #ef394e;
    color: white;
    padding: 3px 7px;
    border-radius: 15px;
    letter-spacing: 1px;
}

.product-card-head[b-026vlqpd6z] {
    height: 150px;
    width: 150px;
    margin: 0px 15px 15px 15px;
    cursor: pointer;
}

.product-card-content[b-026vlqpd6z] {
    padding: 10px;
    font-size: 14px;
}

.curent-price[b-026vlqpd6z] {
    color: #444;
    font-weight: bold;
    font-size: 16px;
}

.main-price[b-026vlqpd6z] {
    text-decoration: line-through;
    margin-left: 35px;
    color: gray;
}


h3[b-026vlqpd6z] {
    text-align: right;
    font-size: 14px;
    height: 45px;
    cursor: pointer;
    white-space: normal;
    color: #444;
}

.view-all[b-026vlqpd6z] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .view-all svg[b-026vlqpd6z] {
        margin-right: 5px;
    }

.more[b-026vlqpd6z] {
    font-size: 14px;
}


@media (max-width: 768px) {
    .product-card[b-026vlqpd6z] {
        width: 165px;
        border: none;
    }

    .last-card[b-026vlqpd6z] {
        height: 320px;
    }

    .product-card-head[b-026vlqpd6z] {
        margin: 0 8px 8px 8px;
    }

    .border[b-026vlqpd6z] {
        border: 1px solid #eaeaea;
    }

    .seller[b-026vlqpd6z] {
        font-size: 13px;
    }

    .buy-btn[b-026vlqpd6z] {
        margin: 10px 0;
        padding: 3px;
        font-weight: 100;
    }

    .product-card-content[b-026vlqpd6z] {
        padding: 7px;
        padding-bottom: 15px;
    }

        .product-card-content h3[b-026vlqpd6z] {
            margin-top: 0;
        }

    .more[b-026vlqpd6z] {
        font-size: 14px;
    }

    .hottest-section[b-026vlqpd6z] {
        border-radius: 0;
    }

    .curent-price[b-026vlqpd6z] {
        font-size: 14px;
        color: #444;
    }

    .main-price[b-026vlqpd6z] {
        font-size: 13px;
    }

    .hottest-title[b-026vlqpd6z] {
        padding-right: 0;
    }

    .section-title[b-026vlqpd6z] {
        font-size: 14px;
    }

    .view-all[b-026vlqpd6z] {
        padding-left: 10px;
    }

    .hottest-title svg[b-026vlqpd6z] {
        width: 15px;
    }
}
/* _content/BlazorFront/Components/Layout/UserPhoneNumber.razor.rz.scp.css */

.user-section[b-9k8sgnwmcu] {
    color: white;
    max-width: 1300px;
    margin: 0px auto;
    text-align: right;
    margin-bottom: 25px;
    background-color: #3c4b6d;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .user-section strong[b-9k8sgnwmcu] {
        font-size: 24px;
        color: white;
        display: block;
    }

    .user-section input[b-9k8sgnwmcu] {
        font-size: 18px;
        border-radius: 5px;
        padding: 5px 10px;
        background-color: #f1f2f4;
    }

    .user-section button[b-9k8sgnwmcu] {
        font-size: 18px;
        margin-right: 5px;
        background-color: #e0e0e6;
        color: white;
        padding: 5px 15px;
        border-radius: 5px;
        cursor: pointer;
    }

.submit-number-active[b-9k8sgnwmcu] {
    background-color: #ef4056 !important;
}

.user-section-subtitle[b-9k8sgnwmcu] {
    display: none;
}


@media (max-width: 768px) {
    .user-section[b-9k8sgnwmcu] {
        display: block;
        text-align: center;
        padding: 30px 10px;
        border-radius: 0px;
    }

        .user-section strong[b-9k8sgnwmcu] {
            margin-bottom: 4px;
        }

    .user-section-subtitle[b-9k8sgnwmcu] {
        display: block;
        font-size: 12px;
        color: hsl(290, 5%, 90%);
        padding: 0 60px;
        margin-bottom: 35px;
    }
}
/* _content/BlazorFront/Components/Pages/About.razor.rz.scp.css */
.container[b-hadxvqeqyg] {
    max-width: 960px;
    padding: 48px 15px;
}

h1[b-hadxvqeqyg] {
    font-size: 22px;
    color: #4c4c4c;
    margin: 0 0 10px 0;
    display: inline-block;
    border-bottom: 2px solid #50af00;
    padding-bottom: 5px;
}

h2[b-hadxvqeqyg] {
    margin: 0;
    margin-top: 12px;
    font-size: 18px;
    color: #4c4c4c;
}

p[b-hadxvqeqyg] {
    margin: 4px;
    text-align: justify;
    color: #737373;
}

.warning[b-hadxvqeqyg] {
    font-weight: bold;
}

@media (max-width: 768px) {
    .container[b-hadxvqeqyg] {
        padding: 20px 15px;
    }

    h1[b-hadxvqeqyg] {
        font-size: 18px;
    }

    p[b-hadxvqeqyg] {
        font-size: 14px;
    }

    h2[b-hadxvqeqyg] {
        font-size: 16px;
    }

    .warning[b-hadxvqeqyg] {
        text-align: center;
    }

        .warning:first-child[b-hadxvqeqyg] {
            margin-bottom: 15px;
        }
}
/* _content/BlazorFront/Components/Pages/Contact.razor.rz.scp.css */
.message-section[b-hexgns7wr2] {
    margin-top: 10px;
}

.container[b-hexgns7wr2] {
    max-width: 900px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
    padding: 15px 25px;
    margin-top: 15px;
}

h1[b-hexgns7wr2] {
    margin: 0;
    font-size: 18px;
}

p[b-hexgns7wr2] {
    text-align: justify;
}

.contact[b-hexgns7wr2] {
}

    .contact *[b-hexgns7wr2] {
        margin-bottom: 10px;
    }

form[b-hexgns7wr2] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-group[b-hexgns7wr2] {
    padding: 10px 0;
}

    .form-group label[b-hexgns7wr2] {
        display: block;
    }

    .form-group span[b-hexgns7wr2] {
        color: red;
        margin-right: 3px;
        font-size: 14px;
    }

textarea[b-hexgns7wr2] {
    resize: vertical;
}

.form-group input[b-hexgns7wr2],
textarea[b-hexgns7wr2] {
    padding: 8px 16px;
    border: 1px solid #eaeaea;
    outline: none;
    width: 400px;
    -webkit-transition: border-color ease-in-out 0.125s;
    -o-transition: border-color ease-in-out 0.125s;
    transition: border-color ease-in-out 0.125s;
}

    .form-group input:hover[b-hexgns7wr2],
    textarea:hover[b-hexgns7wr2] {
        border-color: #c5c4c3;
        -webkit-transition: border-color ease-in-out 0.125s;
        -o-transition: border-color ease-in-out 0.125s;
        transition: border-color ease-in-out 0.125s;
    }

    .form-group input:focus[b-hexgns7wr2],
    textarea:focus[b-hexgns7wr2] {
        border-color: #c5c4c3;
        -webkit-transition: border-color ease-in-out 0.125s;
        -o-transition: border-color ease-in-out 0.125s;
        transition: border-color ease-in-out 0.125s;
    }

.bordered[b-hexgns7wr2] {
    border-color: red;
}

.sent-btn[b-hexgns7wr2] {
    width: 120px;
    background-color: #50af00;
    border: 1px solid #50af00;
    padding: 16px 24px;
    text-align: center;
    color: white;
    -webkit-transition-property: background-color, border-color;
    -o-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    margin-bottom: 10px;
    cursor: pointer;
}

    .sent-btn:hover[b-hexgns7wr2] {
        background-color: #9bd86a;
        border: 1px solid #50af00;
        -webkit-transition-property: background-color, border-color;
        -o-transition-property: background-color, border-color;
        transition-property: background-color, border-color;
        -webkit-transition-duration: 0.15s;
        -o-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    .sent-btn:disabled[b-hexgns7wr2] {
        cursor: not-allowed;
        opacity: 0.5;
    }

        .sent-btn:disabled:hover[b-hexgns7wr2] {
            background-color: #50af00;
            border: 1px solid #50af00;
            cursor: not-allowed;
        }

.buy-btn[b-hexgns7wr2] {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px;
    text-align: center;
    background-color: #52b400;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 5px;
    display: inline-block;
    cursor: pointer;
}

@media (max-width: 500px) {
    .form-group input[b-hexgns7wr2],
    textarea[b-hexgns7wr2] {
        width: 260px;
    }
}
/* _content/BlazorFront/Components/Pages/Deals.razor.rz.scp.css */
.container[b-s4gyhpf2zo] {
    padding-top: 25px;
}

h1[b-s4gyhpf2zo] {
    margin-bottom: 0;
    text-align: center;
    color: #797979;
    font-size: 26px;
    text-align: center;
}

h2[b-s4gyhpf2zo] {
    text-align: center;
    color: #797979;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 0;
}

p[b-s4gyhpf2zo] {
    text-align: center;
    color: #797979;
    font-size: 14px;
    margin-bottom: 0;
}

.photo[b-s4gyhpf2zo]{
    width: 100%;
    height: auto;
}

.filter-area[b-s4gyhpf2zo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 5px 16px 5px;
    padding: 8px 20px;
    border-radius: 10px;
    background-color: hsl(0deg, 0%, 94%);
    
}

.filter-area-right[b-s4gyhpf2zo] {
    display: flex;
    align-items: center;
}

.filter-label[b-s4gyhpf2zo] {
    color: hsl(186, 12%, 34%);
    font-size: 14px;
    margin-left: 25px;
}

.cards[b-s4gyhpf2zo] {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.product-card[b-s4gyhpf2zo] {
    width: 19%;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    position: relative;
}

.current-price[b-s4gyhpf2zo] {
    color: #444;
    font-weight: bold;
    font-size: 16px;
}

.product-card-head[b-s4gyhpf2zo] {
    margin: 0px 15px 15px 15px;
    cursor: pointer;
}

.category-badge[b-s4gyhpf2zo] {
    position: absolute;
    bottom: 36px;
    right: 10px;
    font-size: 12px;
    background-color: #ef394e;
    color: white;
    padding: 3px 7px;
    border-radius: 15px;
    letter-spacing: 1px;
}

.product-card-content[b-s4gyhpf2zo] {
    padding: 10px;
    font-size: 14px;
}

.product-card h3[b-s4gyhpf2zo] {
    text-align: right;
    font-size: 14px;
    height: 45px;
    cursor: pointer;
    white-space: normal;
    color: #444;
}

.seller[b-s4gyhpf2zo] {
    text-align: right;
}

.main-price[b-s4gyhpf2zo] {
    text-decoration: line-through;
    margin-left: 35px;
    color: gray;
}

.description[b-s4gyhpf2zo] {
    font-size: 14px;
    color: #444;
}

.custom-select[b-s4gyhpf2zo] {
    margin-left: 25px;
}

.totalItems[b-s4gyhpf2zo] {
    font-size: 14px;
    color: hsl(186, 12%, 34%);
}

@media (max-width: 768px) {
    .container[b-s4gyhpf2zo] {
        padding-top: 15px;
    }

    h1[b-s4gyhpf2zo] {
        font-size: 20px;
        text-align: center;
        margin-bottom: 5px;
    }

    h2[b-s4gyhpf2zo],
    h3[b-s4gyhpf2zo] {
        font-size: 14px;
    }

    .product-card[b-s4gyhpf2zo] {
        width: 49%;
        border: none;
        border: 1px solid #eaeaea;
        margin-bottom: 10px;
    }

    .cards[b-s4gyhpf2zo] {
        justify-content: space-between;
    }

    .seller[b-s4gyhpf2zo] {
        font-size: 13px;
    }

    .product-card-content[b-s4gyhpf2zo] {
        padding: 7px;
        padding-bottom: 15px;
    }

        .product-card-content h3[b-s4gyhpf2zo] {
            margin-top: 0;
        }

    .current-price[b-s4gyhpf2zo] {
        font-size: 14px;
        color: #444;
    }

    .main-price[b-s4gyhpf2zo] {
        font-size: 13px;
    }

    .filter-area[b-s4gyhpf2zo] {
        padding-left: 5px;
        padding-right: 5px;
        margin: 15px 0 5px 0;
    }

    .filter-area-right[b-s4gyhpf2zo] {
        justify-content: space-between;
    }

    .filter-label[b-s4gyhpf2zo] {
        font-size: 12px;
    }

    .custom-select[b-s4gyhpf2zo] {
        margin-left: 10px;
    }

    .totalItems[b-s4gyhpf2zo] {
        display: none;
    }
}
/* _content/BlazorFront/Components/Pages/Home.razor.rz.scp.css */
.top-page[b-h3cten9i2v] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 30px auto 32px auto;
    aspect-ratio: 1300 / 422;
}

.top-swiper[b-h3cten9i2v] {
    width: 66%;
}

.slide-title[b-h3cten9i2v] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.swiper img[b-h3cten9i2v], .swiper video[b-h3cten9i2v] {
    object-fit: cover;
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 10px;
}
.banner[b-h3cten9i2v] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 31%;
}

    .banner img[b-h3cten9i2v] {
        width: 100%;
        max-width: 590px;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 10px;
        
       
    }

.first-still[b-h3cten9i2v] {
    margin-bottom: 19px;
}


.hottest-section[b-h3cten9i2v] {
    max-width: 1300px;
    margin: 0px auto 32px auto;
    text-align: center;
}

.hottest-title[b-h3cten9i2v] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
    color: #444;
    fill: #444;
}

    .hottest-title h2[b-h3cten9i2v] {
        margin: 0 5px 0 0;
        text-align: right;
        font-size: 16px;
    }

.campaign-card[b-h3cten9i2v] {
    background-color: white;
    width: 320px;
    border: 1px solid #e0e0e6;
    border-radius: 10px;
}

    .campaign-card h3[b-h3cten9i2v] {
        font-size: 14px;
        color: #444;
        margin: 10px;
        height: 48px;
    }

    .campaign-card img[b-h3cten9i2v] {
        aspect-ratio: 4 / 3;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }


.pages[b-h3cten9i2v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    aspect-ratio: 1300 / 233;
}

.page[b-h3cten9i2v] {
    width: 32%;
    margin-bottom: 25px;
}

    .page img[b-h3cten9i2v] {
        width: 100%;
        border-radius: 10px;
    }


@media (max-width: 768px) {
   

    .top-page[b-h3cten9i2v] {
        padding: 10px 10px 0 10px;
        margin-top: 0;
        margin-bottom: 20px;
    }


    .top-swiper[b-h3cten9i2v] {
        width: 100%;
    }

    .swiper-slide[b-h3cten9i2v]{
        margin-left: 0;
    }
}
/* _content/BlazorFront/Components/Pages/OnlineCampaignComponent.razor.rz.scp.css */
h1[b-znk5ei22x1],
h2[b-znk5ei22x1],
h3[b-znk5ei22x1],
h4[b-znk5ei22x1],
h5[b-znk5ei22x1],
h6[b-znk5ei22x1],
p[b-znk5ei22x1] {
    margin: 0;
}

.container[b-znk5ei22x1] {
    max-width: 1200px;
    padding: 0;
}

.campaing[b-znk5ei22x1] {
    margin: 0 auto 50px auto;
    background-color: white;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.top-section[b-znk5ei22x1] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.left[b-znk5ei22x1] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%;
    padding: 10px;
    margin-top: 95px;
}

.right[b-znk5ei22x1] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    width: 60%;
}

h1[b-znk5ei22x1] {
    color: #2b2430;
}

h1[b-znk5ei22x1],
h3[b-znk5ei22x1] {
    font-size: 24px;
}

.description-items[b-znk5ei22x1] {
    color: #0f0f0f;
    padding: 16px 16px 32px 16px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.campaing img[b-znk5ei22x1] {
    height: auto;
}

.photo[b-znk5ei22x1]{
    width: 100%;
    height: auto
}

.subs[b-znk5ei22x1] {
    margin: 30px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
    color: #6b677e;
}

.sub[b-znk5ei22x1] {
    margin-left: 15px;
    text-align: center;
    position: relative;
}

    .sub:hover .tooltiptext[b-znk5ei22x1] {
        visibility: visible;
    }

.tooltiptext[b-znk5ei22x1] {
    visibility: hidden;
    width: 90px;
    background-color: #737373;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 0;
    margin-left: -38px;
    font-size: 11px;
}

.btn[b-znk5ei22x1] {
    background-color: #3baaef;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    width: 110px;
    cursor: pointer;
}

.buy-btn[b-znk5ei22x1] {
    display: block;
    padding: 10px;
    text-align: center;
    background-color: #52b400;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 20px;
}

.finished-btn[b-znk5ei22x1] {
    display: block;
    padding: 5px;
    text-align: center;
    width: 100%;
    background-color: lightgray;
    color: darkred;
    font-size: 16px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 20px;
    cursor: not-allowed;
}

.more-campaign[b-znk5ei22x1] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.cards[b-znk5ei22x1] {
    margin-top: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
}

.card[b-znk5ei22x1] {
    background-color: white;
    border: solid 1px #b8bfcc;
    border-radius: 4px;
    min-width: 200px;
    margin-left: 15px;
}

    .card img[b-znk5ei22x1] {
        aspect-ratio: 4 / 3;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .card h2[b-znk5ei22x1],
    .card h3[b-znk5ei22x1] {
        font-size: 14px;
        padding: 16px 8px;
        white-space: break-spaces;
        height: 77px;
        overflow: hidden;
    }

.cards[b-znk5ei22x1]::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #fff;
}

.cards[b-znk5ei22x1]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #ececec;
}

.cards[b-znk5ei22x1]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 10px;
    background-color: #fff;
}

.code-area[b-znk5ei22x1] {
    background-color: #f5ebff;
    border: 1px dashed #490c7c;
    padding: 10px 20px;
    border-radius: 4px;
}

.report-icon[b-znk5ei22x1] {
    border: solid 2px #767790;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .left[b-znk5ei22x1] {
        width: 100%;
        margin-top: 25px;
    }

    .right[b-znk5ei22x1] {
        width: 100%;
        padding-left: 0;
    }

    .description-items[b-znk5ei22x1] {
        padding: 16px;
    }

    h2[b-znk5ei22x1],
    h3[b-znk5ei22x1] {
        font-size: 16px;
    }

    h1[b-znk5ei22x1] {
        font-size: 18px;
        margin-bottom: 5px;
    }

    p[b-znk5ei22x1] {
        font-size: 14px;
    }

    .description-items[b-znk5ei22x1] {
        font-size: 14px;
    }

    .card[b-znk5ei22x1] {
        min-width: 70%;
    }

    .container[b-znk5ei22x1] {
        padding: 0px 10px;
    }

    .campaing[b-znk5ei22x1] {
        margin-bottom: 25px;
    }

    .top-section[b-znk5ei22x1] {
        display: block;
    }
}
/* _content/BlazorFront/Components/Pages/OnlineCampaigns.razor.rz.scp.css */
.container[b-n0vvfwzovk] {
    padding-top: 20px;
}

h1[b-n0vvfwzovk],
h2[b-n0vvfwzovk],
h3[b-n0vvfwzovk] {
    margin: 0;
}

h3[b-n0vvfwzovk] {
    color: #3a3a3a;
    font-size: 20px;
}

h1[b-n0vvfwzovk] {
    text-align: center;
    font-size: 18px;
    color: #737373;
    margin-bottom: 5px;
}

.page-sub-heading[b-n0vvfwzovk] {
    padding: 0 44px;
    margin-bottom: 20px;
    color: #737373;
    text-align: center;
}

.stores[b-n0vvfwzovk] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
    max-width: 900px;
    margin: 0 auto;
}

.store[b-n0vvfwzovk] {
    padding: 5px 10px;
    border: 1px solid #b8bfcc;
    border-radius: 4px;
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

    .store:hover[b-n0vvfwzovk] {
        background-color: #52b400;
        border-color: #52b400;
        color: white;
    }

.card[b-n0vvfwzovk] {
    width: 100%;
    max-width: 900px;
    margin: 25px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 5px;
    background-color: white;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    -o-transition: transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .card:hover[b-n0vvfwzovk] {
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01);
        -webkit-transition: -webkit-transform 0.1s ease;
        transition: -webkit-transform 0.1s ease;
        -o-transition: transform 0.1s ease;
        transition: transform 0.1s ease;
        transition: transform 0.1s ease, -webkit-transform 0.1s ease;
        -webkit-box-shadow: 0 1px 8px #ccc;
        box-shadow: 0 1px 8px #ccc;
    }

.left[b-n0vvfwzovk] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 10px;
    border: solid 1px #eaeaea;
    border-right: 0;
    border-radius: 10px 0 0 10px;
    min-height: 338px;
}

.right[b-n0vvfwzovk] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}

.h2-area[b-n0vvfwzovk] {
    margin-bottom: 30px;
}

.description-headig[b-n0vvfwzovk] {
    border-bottom: 3px solid #52b400;
    display: inline-block;
    margin-bottom: 7px;
    font-size: 16px;
    color: #696969;
    font-weight: bold;
}

.description-items[b-n0vvfwzovk] {
    color: gray;
    padding-right: 5px;
    margin-bottom: 2px;
    font-size: 14px;
    overflow: auto;
}

.card img[b-n0vvfwzovk] {
    height: auto;
    width: 100%;
    border-radius: 0px 10px 10px 0px;
}

.buy-btn[b-n0vvfwzovk] {
    display: block;
    padding: 5px;
    text-align: center;
    background-color: #52b400;
    color: white;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .left[b-n0vvfwzovk] {
        width: 100%;
        border-top: 0;
        border-radius: 0px 0px 10px 10px;
        min-height: unset;
    }

    .right[b-n0vvfwzovk] {
        width: 100%;
    }

    h3[b-n0vvfwzovk] {
        font-size: 18px;
    }

    .h2-area[b-n0vvfwzovk] {
        margin-bottom: 15px;
    }

    p[b-n0vvfwzovk] {
        font-size: 14px;
    }

    .description-headig[b-n0vvfwzovk] {
        font-size: 13px;
    }

    .description-items[b-n0vvfwzovk] {
        font-size: 13px;
        height: unset;
    }

    .store[b-n0vvfwzovk] {
        width: 93px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        font-size: 12px;
    }

    .card img[b-n0vvfwzovk] {
        border-radius: 10px 10px 0px 0px;
    }

    .buy-btn[b-n0vvfwzovk] {
        margin-top: 20px;
        margin-bottom: 0;
    }
}
/* _content/BlazorFront/Components/Pages/OnlineCampaignsForShop.razor.rz.scp.css */
h1[b-menbyqn21z],
h2[b-menbyqn21z],
h3[b-menbyqn21z],
h4[b-menbyqn21z],
h5[b-menbyqn21z],
h6[b-menbyqn21z] {
    margin: 0;
}

.store[b-menbyqn21z] {
    background-color: white;
    border: solid 1px #b8bfcc;
    border-radius: 4px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 25px;
    box-sizing: border-box;
}

.store-icon[b-menbyqn21z] {
    width: 75px;
    height: 75px
}

.store-content[b-menbyqn21z] {
    margin-right: 25px;
}

h1[b-menbyqn21z] {
    font-size: 18px;
}

.card[b-menbyqn21z] {
    width: 100%;
    max-width: 900px;
    margin: 25px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 5px;
    background-color: white;
    border: 1px solid #b8bfcc;
    transition: transform 0.1s ease;
    position: relative;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.photo[b-menbyqn21z] {
    width: 100%;
    height: auto
}

.hover:hover[b-menbyqn21z] {
    transform: scale(1.01);
    transition: transform 0.1s ease;
    box-shadow: 0 1px 8px #ccc;
}

.left[b-menbyqn21z] {
    box-sizing: border-box;
    width: 50%;
    padding: 10px;
}

.right[b-menbyqn21z] {
    box-sizing: border-box;
    width: 50%;
    padding-left: 10px;
}

.h2-area[b-menbyqn21z] {
    margin-bottom: 30px;
}

.description-items[b-menbyqn21z] {
    color: #585858;
    margin: 0;
}

.card img[b-menbyqn21z] {
    height: auto;
    width: 100%;
    border-radius: 0px 5px 5px 0;
}

.buy-btn[b-menbyqn21z] {
    display: block;
    padding: 5px;
    text-align: center;
    background-color: #52b400;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    margin-top: 20px;
}

.finished-btn[b-menbyqn21z] {
    display: block;
    padding: 5px;
    text-align: center;
    background-color: lightgray;
    color: darkred;
    font-size: 16px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 20px;
    cursor: not-allowed;
}

.pagination[b-menbyqn21z] {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.seoDescription[b-menbyqn21z] {
    background-color: white;
    border: solid 1px #b8bfcc;
    border-radius: 4px;
    text-align: justify;
    padding: 15px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 30px;
    box-sizing: border-box;
}

.toc[b-menbyqn21z] {
    list-style: none;
    background-color: #eee;
    padding: 15px 25px;
    border-radius: 10px;
    margin-bottom: 16px;
}

    .toc a[b-menbyqn21z] {
        color: #52b400;
    }

@media (max-width: 768px) {
    .left[b-menbyqn21z] {
        width: 100%;
    }

    .right[b-menbyqn21z] {
        width: 100%;
        padding-left: 0;
    }

    h2[b-menbyqn21z],
    h3[b-menbyqn21z] {
        font-size: 18px;
    }

    .h2-area[b-menbyqn21z] {
        margin-bottom: 15px;
    }

    p[b-menbyqn21z] {
        font-size: 14px;
    }

    .description-items[b-menbyqn21z] {
        font-size: 14px;
    }

    .store[b-menbyqn21z] {
        flex-direction: column;
        align-items: center;
    }

    .store-content[b-menbyqn21z] {
        margin-right: 0;
        margin-top: 15px;
    }

        .store-content p[b-menbyqn21z] {
            text-align: justify;
        }
}
/* _content/BlazorFront/Components/Pages/PageComponent.razor.rz.scp.css */
.background-lightgray[b-1gwtpf6188] {
    background-color: #fcfeff;
}

.container[b-1gwtpf6188] {
    max-width: 1600px;
}

.page[b-1gwtpf6188] {
    padding: 25px 0 15px 0;
}

h1[b-1gwtpf6188],
h2[b-1gwtpf6188],
h3[b-1gwtpf6188] {
    margin: 0;
}

h2[b-1gwtpf6188] {
    font-size: 18px;
    color: #3a3a3a;
}

h3[b-1gwtpf6188] {
    color: #3a3a3a;
    font-size: 18px;
}

h1[b-1gwtpf6188] {
    text-align: center;
    font-size: 26px;
    color: #737373;
    margin-bottom: 25px;
}

.page-top-nav[b-1gwtpf6188] {
    padding: 8px 20px;
    border-radius: 10px;
    background-color: hsl(0deg, 0%, 94%);
    margin-top: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-top-nav-right[b-1gwtpf6188] {
    display: flex;
    align-items: center;
    color: #333333;
}

    .page-top-nav-right div[b-1gwtpf6188] {
        margin-left: 25px;
        cursor: pointer;
    }

.page-top-nav-active[b-1gwtpf6188] {
    color: #2962ff;
}

.cards[b-1gwtpf6188] {
    margin: 10px auto 25px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.photo[b-1gwtpf6188]{
    width: 100%;
    height: auto;
}
.product-card[b-1gwtpf6188] {
    width: 16%;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgb(240, 240, 240);
    position: relative;
    padding-top: 52px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
}

.curent-price[b-1gwtpf6188] {
    color: #444;
    font-weight: bold;
    font-size: 16px;
}

.product-card-head[b-1gwtpf6188] {
    margin: 0px 15px 15px 15px;
    cursor: pointer;
}

.category-badge[b-1gwtpf6188] {
    position: absolute;
    bottom: 36px;
    right: 10px;
    font-size: 12px;
    background-color: #ef394e;
    color: white;
    padding: 3px 7px;
    border-radius: 15px;
    letter-spacing: 1px;
}

.product-card-content[b-1gwtpf6188] {
    padding: 10px;
    font-size: 14px;
}

.product-card h3[b-1gwtpf6188] {
    text-align: right;
    font-size: 14px;
    height: 45px;
    cursor: pointer;
    white-space: normal;
    color: #444;
}

.seller[b-1gwtpf6188] {
    text-align: right;
}

.main-price[b-1gwtpf6188] {
    text-decoration: line-through;
    margin-left: 35px;
    color: gray;
}

.description[b-1gwtpf6188] {
    font-size: 14px;
    color: #444;
}

.custom-select[b-1gwtpf6188] {
    margin-left: 25px;
}

.totalItems[b-1gwtpf6188] {
    font-size: 14px;
    color: hsl(186, 12%, 34%);
}

.card[b-1gwtpf6188] {
    margin: 0 auto 25px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 5px;
    background-color: white;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    -o-transition: transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .card:hover[b-1gwtpf6188] {
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01);
        -webkit-transition: -webkit-transform 0.1s ease;
        transition: -webkit-transform 0.1s ease;
        -o-transition: transform 0.1s ease;
        transition: transform 0.1s ease;
        transition: transform 0.1s ease, -webkit-transform 0.1s ease;
        -webkit-box-shadow: 0 1px 8px #ccc;
        box-shadow: 0 1px 8px #ccc;
    }

.left[b-1gwtpf6188] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 10px;
    border: solid 1px #eaeaea;
    border-right: 0;
    border-radius: 10px 0 0 10px;
}

.right[b-1gwtpf6188] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}

.description-headig[b-1gwtpf6188] {
    border-bottom: 3px solid #52b400;
    display: inline-block;
    margin-bottom: 7px;
    font-size: 16px;
    color: #696969;
    font-weight: bold;
}

.description-items[b-1gwtpf6188] {
    color: gray;
    padding-right: 5px;
    margin-bottom: 2px;
    font-size: 14px;
}

.card img[b-1gwtpf6188] {
    height: auto;
    width: 100%;
    border-radius: 0px 10px 10px 0px;
}

.buy-btn[b-1gwtpf6188] {
    display: block;
    padding: 5px;
    text-align: center;
    background-color: #52b400;
    color: white;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 50px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .left[b-1gwtpf6188] {
        width: 100%;
        border-top: 0;
        border-radius: 0px 0px 10px 10px;
    }

    .right[b-1gwtpf6188] {
        width: 100%;
    }

    h3[b-1gwtpf6188] {
        font-size: 18px;
        height: auto;
    }

    p[b-1gwtpf6188] {
        font-size: 14px;
    }

    .description-headig[b-1gwtpf6188] {
        font-size: 13px;
    }

    .description-items[b-1gwtpf6188] {
        font-size: 13px;
    }

    .store[b-1gwtpf6188] {
        width: 93px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        font-size: 12px;
    }

    .card img[b-1gwtpf6188] {
        border-radius: 10px 10px 0px 0px;
    }

    .buy-btn[b-1gwtpf6188] {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .product-card[b-1gwtpf6188] {
        width: 49%;
        border: none;
        border: 1px solid #eaeaea;
        margin-bottom: 10px;
    }

        .product-card h3[b-1gwtpf6188] {
            height: 75px;
        }

    .cards[b-1gwtpf6188] {
        justify-content: space-between;
    }

    .seller[b-1gwtpf6188] {
        font-size: 13px;
    }

    .product-card-content[b-1gwtpf6188] {
        padding: 7px;
        padding-bottom: 15px;
    }

        .product-card-content h3[b-1gwtpf6188] {
            margin-top: 0;
        }

    .curent-price[b-1gwtpf6188] {
        font-size: 14px;
        color: #444;
    }

    .main-price[b-1gwtpf6188] {
        font-size: 13px;
    }
}
/* _content/BlazorFront/Components/Pages/Pages.razor.rz.scp.css */
.container[b-3x7b8jvswd] {
    padding-top: 25px;
}

.pages[b-3x7b8jvswd] {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page[b-3x7b8jvswd] {
    width: 49%;
    margin-top: 25px;
}

    .page img[b-3x7b8jvswd] {
        width: 100%;
        border-radius: 10px;
        max-width: 600px;
    }

a[b-3x7b8jvswd] {
    color: #0000ee;
    font-size: 18px;
}

@media (max-width: 768px) {
    .page[b-3x7b8jvswd] {
        width: 100%;
    }
}
/* _content/BlazorFront/Components/Pages/ProductComponent.razor.rz.scp.css */
.container[b-tkw3mpi15c] {
    padding-top: 1px;
}

.card[b-tkw3mpi15c] {
    position: relative;
    background-color: white;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    margin-bottom: 25px;
}

.photo[b-tkw3mpi15c] {
    width: 600px;
    height: auto;
}

.chart-section[b-tkw3mpi15c] {
    background-color: white;
    margin-bottom: 25px;
    border-radius: 4px;
}

.chart[b-tkw3mpi15c] {
    width: 100%;
    direction: ltr;
}

.brand-logo[b-tkw3mpi15c] {
    position: absolute;
    left: 20px;
    top: 20px;
}

.image-area[b-tkw3mpi15c] {
    text-align: center;
    width: 100%;
    max-width: 600px;
}

    .image-area img[b-tkw3mpi15c] {
        aspect-ratio: 600 / 600;
    }

.category[b-tkw3mpi15c] {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
    background-color: #52b400;
    color: white;
    padding: 3px 7px;
    border-radius: 15px;
}

.image-area a[b-tkw3mpi15c] {
    cursor: pointer;
}

.spec-area[b-tkw3mpi15c] {
    margin-right: 30px;
    width: 45%;
}

.card h1[b-tkw3mpi15c] {
    font-size: 26px;
    margin: 50px 0 150px 0;
    color: #4c5e60;
}

.second-row[b-tkw3mpi15c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
}

.price-area[b-tkw3mpi15c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.price-row[b-tkw3mpi15c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.price-row-left[b-tkw3mpi15c] {
    width: 40%;
}

.second-row h3[b-tkw3mpi15c] {
    margin: 7px 0;
    font-size: 15px;
}

.buy-btn[b-tkw3mpi15c] {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 12px;
    text-align: center;
    background-color: #52b400;
    color: white;
    font-size: 16px;
    display: block;
    border-radius: 10px;
}

.side-section-area[b-tkw3mpi15c] {
    width: 30%;
}

.side-section[b-tkw3mpi15c] {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
    margin-bottom: 20px;
}

    .side-section h3[b-tkw3mpi15c] {
        font-size: 14px;
        text-align: center;
        margin-bottom: 0;
    }

    .side-section h4[b-tkw3mpi15c] {
        font-size: 13px;
        margin: 0 0 5px 0;
    }

.hot-item[b-tkw3mpi15c] {
    padding: 15px;
    border-bottom: 1px solid lightgray;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .hot-item:last-of-type[b-tkw3mpi15c] {
        border-bottom: none;
    }

.search-icon[b-tkw3mpi15c] {
    border: solid 1px #2cdd9b;
}

h2[b-tkw3mpi15c] {
    font-size: 20px;
    color: #4c5e60;
    margin-bottom: 15px;
}

.attr-section[b-tkw3mpi15c] {
    max-height: 180px;
    overflow: hidden;
}

.attr-more[b-tkw3mpi15c] {
    max-height: unset;
}

.attr-value[b-tkw3mpi15c]::after {
    content: " , ";
}

.attr-value:last-child[b-tkw3mpi15c]::after {
    content: "";
}

#attr-section[b-tkw3mpi15c] {
    scroll-margin-block-start: 50px;
}

.attribute[b-tkw3mpi15c] {
    font-size: 14px;
    margin-bottom: 10px;
}

.attribute-title[b-tkw3mpi15c] {
    font-weight: bold;
    color: gray;
}

.mobile[b-tkw3mpi15c] {
    display: none;
}

.price-section[b-tkw3mpi15c] {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    justify-content: space-between;
}

.price-section-right[b-tkw3mpi15c] {
    background-color: #ee3b50;
    color: white;
    font-size: 12px;
    padding: 3px 5px;
    margin-bottom: 3px;
    text-align: center;
    border-radius: 5px;
}

.percent[b-tkw3mpi15c] {
    font-size: 12px;
    color: #4c5e60;
}

.price-section-left[b-tkw3mpi15c] {
    text-align: left;
}

.main-price[b-tkw3mpi15c] {
    text-decoration: line-through;
    font-size: 12px;
    color: #4c5e60;
}

.price[b-tkw3mpi15c] {
    font-weight: bold;
    font-size: 24px;
}

.attr-title[b-tkw3mpi15c] {
    font-size: 14px;
    font-weight: bold;
    color: #818181;
    margin-bottom: 25px;
}

.hr[b-tkw3mpi15c] {
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin-bottom: 25px;
}

ol.breadcrumb[b-tkw3mpi15c] {
    padding: 20px 0;
}

.chart-container[b-tkw3mpi15c] {
    position: relative;
    height: 400px;
    width: 100%;
}

@media (max-width: 1000px) {
    .side-section-area[b-tkw3mpi15c] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .mobile[b-tkw3mpi15c] {
        display: block;
    }

    .no-mobile[b-tkw3mpi15c] {
        display: none;
    }

    .card[b-tkw3mpi15c] {
        display: block;
        padding: 0px;
        margin-bottom: 25px;
    }

    .image-area img[b-tkw3mpi15c] {
        width: 200px;
        aspect-ratio: 200 / 200;
    }

    .spec-area[b-tkw3mpi15c] {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .card h1[b-tkw3mpi15c] {
        font-size: 18px;
        margin: 0;
        margin-bottom: 10px;
    }

    .price-section[b-tkw3mpi15c] {
        margin-bottom: 25px;
    }

    .buy-btn[b-tkw3mpi15c] {
        padding: 5px;
    }

    .chart-section[b-tkw3mpi15c] {
        padding: 0;
        margin-bottom: 25px;
    }

    h2[b-tkw3mpi15c] {
        font-size: 14px;
        color: #818181;
    }

    .chart[b-tkw3mpi15c] {
        height: 400px;
    }

    .price[b-tkw3mpi15c] {
        font-size: 18px;
    }

    .attribute[b-tkw3mpi15c] {
        font-size: 14px;
    }
}

.update-btn[b-tkw3mpi15c] {
    cursor: pointer;
    font-size: 10px;
    border: 1px solid #777;
    padding: 3px 10px;
    border-radius: 15px;
    display: inline-block;
}
/* _content/BlazorFront/Components/Shared/Modal.razor.rz.scp.css */
.modal[b-jdn04iftga] {
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2001;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    min-width: 300px;
    z-index: 2001;
}

.modal_overlay[b-jdn04iftga] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.8;
    z-index: 2000;
}

.close-btn[b-jdn04iftga] {
    background-color: #6c757d;
    color: white;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    width: 75%;
    margin: 10px auto 0 auto
}
/* _content/BlazorFront/Components/Shared/PaginationComponent.razor.rz.scp.css */

.pagination[b-fb9dtrd4eq] {
    margin-top: 25px;
}

.pagination-list[b-fb9dtrd4eq] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    direction: ltr;
}

.pagination-item[b-fb9dtrd4eq] {
    margin: 0 12px 0 0;
    width: 56px;
    height: 56px;
    border: solid 1px #304ddb;
    border-radius: 7px;
}

.dots[b-fb9dtrd4eq] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination-item:hover[b-fb9dtrd4eq] {
    background-color: #eaeaea;
}

.pagination-item a[b-fb9dtrd4eq] {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #304ddb;
    font-weight: bold;
}

.pagination-item svg[b-fb9dtrd4eq] {
    width: 24px;
    height: auto auto;
}

.pagination-item-active[b-fb9dtrd4eq] {
    background-color: #304ddb;
}

    .pagination-item-active:hover[b-fb9dtrd4eq] {
        background-color: #304ddb;
    }

    .pagination-item-active a[b-fb9dtrd4eq] {
        color: white;
    }
/* _content/BlazorFront/Components/Shared/Toast.razor.rz.scp.css */
.toast-message-container[b-d39c289dsh] {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 300px;
    z-index: 1000;
    animation: slide-in-b-d39c289dsh 0.5s ease-out, slide-out-b-d39c289dsh 0.5s ease-in 5s forwards;
}

.toast-message-box[b-d39c289dsh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

.toast-message-success[b-d39c289dsh] {
    background-color: #28a745;
}

.toast-message-failure[b-d39c289dsh] {
    background-color: #dc3545;
}

.toast-message-alert[b-d39c289dsh] {
    background-color: #ffc107;
    color: #212529;
}

.toast-message-warning[b-d39c289dsh] {
    background-color: #ff8800;
}

.toast-message-default[b-d39c289dsh] {
    background-color: #17a2b8;
}

.toast-close-button[b-d39c289dsh] {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

    .toast-close-button:hover[b-d39c289dsh] {
        color: #000;
    }

@keyframes slide-in-b-d39c289dsh {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-out-b-d39c289dsh {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}
