@import '_content/Blazored.Modal/Blazored.Modal.ployc3jzj3.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/FA8.Blazor.Controls/FA8.Blazor.Controls.76fj1pyc2f.bundle.scp.css';

/* /Components/Component/Cart/ShopCartMini_List.razor.rz.scp.css */

*[b-6j9lqba723], *[b-6j9lqba723]:before, *[b-6j9lqba723]:after {
    box-sizing: border-box;
}


.lighter-text[b-6j9lqba723] {
    color: #ABB0BE;
}


.container[b-6j9lqba723] {
    margin: auto;
    width: 80%;
}

.badge[b-6j9lqba723] {
    background-color: #8B63F8;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 7px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Vazirmatn UI FD' !important;
}

.shopping-cart[b-6j9lqba723] {
/*    margin: 20px 0;*/
    float: right;
/*    background: white;*/
    width: 320px;
    position: relative;
    border-radius: 3px;
/*    padding: 20px;*/
}
.shopping-cart-header[b-6j9lqba723] {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}
    .shopping-cart-total[b-6j9lqba723]
{
    float: right;
}

.shopping-cart-items[b-6j9lqba723] {
    padding-top: 20px;
}
    .shopping-cart-items.li[b-6j9lqba723]
{
    margin-bottom: 18px;
}

img[b-6j9lqba723] {
    float: left;
    margin-right: 12px;
}

.item-name[b-6j9lqba723] {
    display: block;
    padding-top: 10px;
    font-size: 16px;
}

.item-price[b-6j9lqba723] {
    color: $main-color;
    margin-right: 8px;
}

.item-quantity[b-6j9lqba723] {
    color: $light-text;
}


.shopping-cart[b-6j9lqba723]:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}

.cart-icon[b-6j9lqba723] {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    margin-left: 7px;
    float: left;
}

.button[b-6j9lqba723] {
    background: $main-color;
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    margin: 25px 0 15px 0;
}

    .button :hover[b-6j9lqba723]
{
    background: lighten($main-color, 3%);
}

.clearfix[b-6j9lqba723]:after {
    content: "";
    display: table;
    clear: both;
}
/* /Components/Layout/AdminMainLayout.razor.rz.scp.css */
.page[b-b30khnfoz2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-b30khnfoz2] {
    flex: 1;
}
.navBackGround[b-b30khnfoz2] {
    background-image: linear-gradient(180deg, rgb(8 31 74) 0%, #252026 70%) !important;
}

.sidebar[b-b30khnfoz2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-b30khnfoz2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-b30khnfoz2]  a, .top-row[b-b30khnfoz2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-b30khnfoz2]  a:hover, .top-row[b-b30khnfoz2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-b30khnfoz2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-b30khnfoz2] {
        justify-content: space-between;
    }

    .top-row[b-b30khnfoz2]  a, .top-row[b-b30khnfoz2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-b30khnfoz2] {
        flex-direction: row;
    }

    .sidebar[b-b30khnfoz2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-b30khnfoz2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-b30khnfoz2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-b30khnfoz2], article[b-b30khnfoz2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-b30khnfoz2] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-b30khnfoz2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/AdminNavMenu.razor.rz.scp.css */
.navbar-toggler[b-iwnz74king] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-iwnz74king] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-iwnz74king] {
    font-size: 1.1rem;
}

.oi[b-iwnz74king] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-iwnz74king] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-iwnz74king] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-iwnz74king] {
        padding-bottom: 1rem;
    }

    .nav-item[b-iwnz74king]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-iwnz74king]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-iwnz74king]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-iwnz74king] {
        display: none;
    }

    .collapse[b-iwnz74king] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-boj8x12gbn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-boj8x12gbn] {
    flex: 1;
}

.sidebar[b-boj8x12gbn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-boj8x12gbn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-boj8x12gbn]  a, .top-row[b-boj8x12gbn]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-boj8x12gbn]  a:hover, .top-row[b-boj8x12gbn]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-boj8x12gbn]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-boj8x12gbn] {
        justify-content: space-between;
    }

    .top-row[b-boj8x12gbn]  a, .top-row[b-boj8x12gbn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-boj8x12gbn] {
        flex-direction: row;
    }

    .sidebar[b-boj8x12gbn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-boj8x12gbn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-boj8x12gbn]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-boj8x12gbn], article[b-boj8x12gbn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-boj8x12gbn] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-boj8x12gbn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ow6f37dpbx] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ow6f37dpbx] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ow6f37dpbx] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ow6f37dpbx] {
    font-size: 1.1rem;
}

.bi[b-ow6f37dpbx] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ow6f37dpbx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ow6f37dpbx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ow6f37dpbx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-ow6f37dpbx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ow6f37dpbx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ow6f37dpbx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ow6f37dpbx]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ow6f37dpbx]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ow6f37dpbx]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ow6f37dpbx] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ow6f37dpbx] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ow6f37dpbx] {
        display: none;
    }

    .nav-scrollable[b-ow6f37dpbx] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2s5i4fk1zf],
.components-reconnect-repeated-attempt-visible[b-2s5i4fk1zf],
.components-reconnect-failed-visible[b-2s5i4fk1zf],
.components-pause-visible[b-2s5i4fk1zf],
.components-resume-failed-visible[b-2s5i4fk1zf],
.components-rejoining-animation[b-2s5i4fk1zf] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2s5i4fk1zf],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2s5i4fk1zf],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2s5i4fk1zf],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2s5i4fk1zf],
#components-reconnect-modal.components-reconnect-retrying[b-2s5i4fk1zf],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2s5i4fk1zf],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2s5i4fk1zf],
#components-reconnect-modal.components-reconnect-failed[b-2s5i4fk1zf],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2s5i4fk1zf] {
    display: block;
}


#components-reconnect-modal[b-2s5i4fk1zf] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-2s5i4fk1zf 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-2s5i4fk1zf 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2s5i4fk1zf 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-2s5i4fk1zf]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2s5i4fk1zf 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2s5i4fk1zf {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2s5i4fk1zf {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2s5i4fk1zf {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2s5i4fk1zf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2s5i4fk1zf] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2s5i4fk1zf] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-2s5i4fk1zf] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-2s5i4fk1zf] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-2s5i4fk1zf] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-2s5i4fk1zf] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-2s5i4fk1zf 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-2s5i4fk1zf] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-2s5i4fk1zf {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Products/ProductDetail.razor.rz.scp.css */
.basket-loading-overlay[b-v717s6ehqd] {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.35);
    backdrop-filter: blur(2px);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
}

.nav-md .container.body .right_col[b-v717s6ehqd] {
    padding: 10px 20px 0;
    margin-right: 230px;
}

body .container.body .right_col[b-v717s6ehqd] {
    background: #f7f7f7;
}

.page-title[b-v717s6ehqd] {
    width: 100%;
    height: 65px;
    padding: 10px 0;
}

page-title .title_left[b-v717s6ehqd] {
    width: 45%;
    float: right;
    display: block;
}

.page-title .title_right[b-v717s6ehqd] {
    width: 55%;
    float: left;
    display: block;
}

.clearfix[b-v717s6ehqd]::after, form[b-v717s6ehqd]::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.x_panel[b-v717s6ehqd] {
    position: relative;
    width: 100%;
    padding: 10px 17px;
    display: inline-block;

    border: 1px solid #e6e9ed;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
}

.x_panel[b-v717s6ehqd], .x_title[b-v717s6ehqd] {
    margin-bottom: 10px;
}

.x_title[b-v717s6ehqd] {
    border-bottom: 2px solid #e6e9ed;
    padding: 1px 5px 6px;
}

.x_content[b-v717s6ehqd] {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
}

.x_content h4[b-v717s6ehqd] {
    font-size: 16px;
    font-weight: 500
}

legend[b-v717s6ehqd] {
    padding-bottom: 7px;
    font-size: 18px;
    color: inherit
}

.prod_title[b-v717s6ehqd] {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 5px;
    margin: 30px 0;
    font-size: 20px;
    font-weight: 400
}

.prod_color li[b-v717s6ehqd] {
    margin: 0 10px
}

    .prod_color li p[b-v717s6ehqd] {
        margin-bottom: 0
    }

.prod_color .color[b-v717s6ehqd] {
    width: 25px;
    height: 25px;
    border: 2px solid rgba(51,51,51,.28) !important;
    padding: 2px;
    border-radius: 50px
}

.product_price[b-v717s6ehqd] {
    margin: 20px 0;
    padding: 5px 10px;
    background-color: #fff;
    text-align: left;
    border: 2px dashed #dfdfdf;
}
.product-image img[b-v717s6ehqd] {
    width: 90%
}

.prod_size li[b-v717s6ehqd] {
    padding: 0
}

.product_gallery a[b-v717s6ehqd] {
    width: 100px;
    height: 100px;
    float: left;
    margin: 10px;
    border: 1px solid #e5e5e5
}

.product_gallery a img[b-v717s6ehqd] {
    width: 100%;
    margin-top: 15px
 }
.price[b-v717s6ehqd] {
    font-size: 40px;
    font-weight: 400;
    color: #26b99a;
    margin: 0;
}

.price-tax[b-v717s6ehqd] {
    font-size: 18px;
}

.product_social[b-v717s6ehqd] {
    margin: 20px 0;
}

ul.bar_tabs[b-v717s6ehqd] {
    overflow: visible;
    background: #f5f7fa;
    height: 25px;
    margin: 21px 0 14px;
    padding-right: 14px;
    position: relative;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #e6e9ed;
}

.nav[b-v717s6ehqd] {
    padding-right: 0;
    padding-left: initial;
}


.nav[b-v717s6ehqd] {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tab-focus()[b-v717s6ehqd] {
    // WebKit-specific. Other browsers will keep their default outline style. // (Initially tried to also force default via `outline: initial`,
  // but that seems to erroneously remove the outline in Firefox altogether.) outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.nav-tabs[b-v717s6ehqd] {
    border-bottom: 1px solid #ddd;
}
ul.bar_tabs > li.active[b-v717s6ehqd] {
    border-left: 6px solid #d3d6da;
    border-top: 0;
    margin-top: -15px;
}

ul.bar_tabs > li[b-v717s6ehqd] {
    border: 1px solid #e6e9ed;
    border-top-color: rgb(230, 233, 237);
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: rgb(230, 233, 237);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(230, 233, 237);
    border-left-style: solid;
    border-left-width: 1px;
    color: #333 !important;
    margin-top: -17px;
    margin-right: 8px;
    background: #fff;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li[b-v717s6ehqd] {
    float: right;
}

.nav-tabs > li[b-v717s6ehqd] {
    float: left;
    margin-bottom: -1px;
}

.nav > li[b-v717s6ehqd] {
    position: relative;
    display: block;
}
.nav-tabs > li.active > a[b-v717s6ehqd], .nav-tabs > li.active > a:focus[b-v717s6ehqd], .nav-tabs > li.active > a:hover[b-v717s6ehqd] {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}

ul.bar_tabs > li a:hover[b-v717s6ehqd] {
    border: 1px solid transparent;
}

ul.bar_tabs > li.active a[b-v717s6ehqd] {
    border-bottom: none;
}

.nav > li > a:hover[b-v717s6ehqd] {
    background-color: transparent;
}

.nav-tabs > li > a:hover[b-v717s6ehqd] {
    border-color: #eee #eee #ddd;
}

.nav > li > a:focus[b-v717s6ehqd], .nav > li > a:hover[b-v717s6ehqd] {
    text-decoration: none;
    background-color: #eee;
}

ul.bar_tabs > li a[b-v717s6ehqd] {
    padding: 10px 17px;
    background: #f5f7fa;
    background-color: rgb(245, 247, 250);
    margin: 0;
    border-top-left-radius: 0;
}

.nav > li > a[b-v717s6ehqd] {
    padding: 13px 15px 12px;
}

.nav.side-menu > li[b-v717s6ehqd], .nav.top_menu > li > a[b-v717s6ehqd], .nav > li > a[b-v717s6ehqd] {
    display: block;
    position: relative;
}

.nav-tabs > li > a[b-v717s6ehqd] {
    margin-left: auto;
    margin-right: -2px;
    border-radius: 4px 4px 0 0;
    border-top-left-radius: 4px;
}

.nav-tabs > li > a[b-v717s6ehqd] {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav > li > a[b-v717s6ehqd] {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.detail a[b-v717s6ehqd], .expand[b-v717s6ehqd], .jqstooltip[b-v717s6ehqd], .nav.side-menu > li > a:hover[b-v717s6ehqd], .paging_full_numbers a:hover[b-v717s6ehqd], .site_title:focus[b-v717s6ehqd], .site_title:hover[b-v717s6ehqd], .tile-stats > .dash-box-footer[b-v717s6ehqd], .tile:hover[b-v717s6ehqd], a[b-v717s6ehqd], a:focus[b-v717s6ehqd], a:hover[b-v717s6ehqd] {
    text-decoration: none;
}

    a:focus[b-v717s6ehqd], a:hover[b-v717s6ehqd] {
        color: #23527c;
        text-decoration: underline;
    }

    a:active[b-v717s6ehqd], a:hover[b-v717s6ehqd] {
        outline: 0;
    }
ul.bar_tabs[b-v717s6ehqd] {
    overflow: visible;
    background: #f5f7fa;
    height: 25px;
    margin: 21px 0 14px;
    padding-right: 14px;
    position: relative;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #e6e9ed;
}
.tab-content > .active[b-v717s6ehqd] {
    display: block;
}

.tab-content > .tab-pane[b-v717s6ehqd] {
    display: none;
}

.fade.in[b-v717s6ehqd] {
    opacity: 1;
}

.btn-default:hover[b-v717s6ehqd] {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn.focus[b-v717s6ehqd], .btn:focus[b-v717s6ehqd], .btn:hover[b-v717s6ehqd] {
    color: #333;
    text-decoration: none;
}

.btn[b-v717s6ehqd] {
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 3px;
}

.btn-group-lg > .btn[b-v717s6ehqd], .btn-lg[b-v717s6ehqd] {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-default[b-v717s6ehqd] {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn[b-v717s6ehqd] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}

.btn[b-v717s6ehqd] {
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 3px;
}

.btn-group-lg > .btn[b-v717s6ehqd], .btn-lg[b-v717s6ehqd] {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-default[b-v717s6ehqd] {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn[b-v717s6ehqd] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}

button[b-v717s6ehqd] {
    margin-bottom: 5px;
    margin-right: 5px;
}

button[b-v717s6ehqd], input[b-v717s6ehqd], select[b-v717s6ehqd], textarea[b-v717s6ehqd] {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    button[b-v717s6ehqd], html input[type="button"][b-v717s6ehqd], input[type="reset"][b-v717s6ehqd], input[type="submit"][b-v717s6ehqd] {
        -webkit-appearance: button;
        cursor: pointer;
    }

button[b-v717s6ehqd], select[b-v717s6ehqd] {
    text-transform: none;
}

button[b-v717s6ehqd] {
    overflow: visible;
}

button[b-v717s6ehqd], input[b-v717s6ehqd], optgroup[b-v717s6ehqd], select[b-v717s6ehqd], textarea[b-v717s6ehqd] {
    margin: 0;
    margin-right: 0px;
    margin-bottom: 0px;
    font: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit;
}
/* /Components/Pages/Products/ProductList.razor.rz.scp.css */
*[b-pt7gf1q779] {
    box-sizing: border-box
}

#search[b-pt7gf1q779] {
    outline: none;
    border: none;
    display: inline-block
}

#burgundy[b-pt7gf1q779] {
    color: rgb(153, 40, 59)
}

#orange[b-pt7gf1q779],
select[b-pt7gf1q779],
.btn[b-pt7gf1q779] {
    color: orange
}

.fa-search[b-pt7gf1q779] {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 3px;
    padding-right: 20px
}

.search-nav-item[b-pt7gf1q779] {
    height: 40px
}

nav[b-pt7gf1q779] {
    padding: 0px 100px
}

.fa-user-o[b-pt7gf1q779],
.fa-shopping-cart[b-pt7gf1q779] {
    font-size: 20px;
    padding: 4px
}

.form-group[b-pt7gf1q779] {
    margin-bottom: 5px
}

label[b-pt7gf1q779] {
    padding-left: 10px
}

.form-group:last-child[b-pt7gf1q779] {
    margin-bottom: 0
}

h6[b-pt7gf1q779] {
    margin-bottom: 0px
}

#sort[b-pt7gf1q779] {
    outline: none;
    border: none
}

.btn[b-pt7gf1q779] {
    border: 1px solid orange;
    border-radius: 10px;
    background-color: #fff
}

    .btn:hover[b-pt7gf1q779] {
        color: #fff;
        background-color: orange
    }

.card-body[b-pt7gf1q779] {
    padding: 8px
}

.sign[b-pt7gf1q779] {
    width: 25px;
    height: 25px
}

.discount[b-pt7gf1q779] {
    border: 1px solid orange;
    border-radius: 5px;
    width: 65px;
    position: absolute;
    top: 2%
}

@media(min-width:1200px) {
    #search[b-pt7gf1q779] {
        width: 300px;
        padding: 5px;
        padding-left: 20px
    }

    .search-nav-item[b-pt7gf1q779] {
        margin-left: 400px;
        width: 350px
    }

    .fa-user-o[b-pt7gf1q779] {
        margin-left: 300px
    }

    .text[b-pt7gf1q779] {
        display: none
    }

    .fa-user-o[b-pt7gf1q779],
    .fa-shopping-cart[b-pt7gf1q779] {
        font-size: 20px;
        padding-left: 20px
    }

    #sidebar[b-pt7gf1q779] {
        width: 20%;
        padding: 20px;
        float: right
    }

    #products[b-pt7gf1q779] {
        width: 80%;
        padding: 10px;
        margin: 0;
        float: left
    }

    .card[b-pt7gf1q779] {
        width: 300px;
        height: 330px;
        border: none
    }

    .card-img-top[b-pt7gf1q779] {
        width: 295px;
        height: 200px;
        border-radius: 10px
    }

    del[b-pt7gf1q779] {
        padding-right: 2px
    }

    .filter[b-pt7gf1q779],
    #mobile-filter[b-pt7gf1q779] {
        display: none
    }
}

@media(min-width:992px) and (max-width:1199px) {
    #search[b-pt7gf1q779] {
        width: 300px;
        padding: 5px;
        padding-left: 20px
    }

    .search-nav-item[b-pt7gf1q779] {
        margin-left: 200px;
        width: 350px
    }

    .fa-user-o[b-pt7gf1q779] {
        margin-left: 160px
    }

    .text[b-pt7gf1q779] {
        display: none
    }

    #sidebar[b-pt7gf1q779] {
        width: 30%;
        padding: 20px;
        float: right
    }

    #products[b-pt7gf1q779] {
        width: 70%;
        padding: 10px;
        margin: 0;
        float: left
    }

    .card[b-pt7gf1q779] {
        width: 200px;
        height: 330px;
        border: none
    }

    .card-img-top[b-pt7gf1q779] {
        width: 200px;
        height: 200px;
        border-radius: 10px
    }

    .fa-plus[b-pt7gf1q779],
    .fa-minus[b-pt7gf1q779] {
        font-size: 12px
    }

    .sign[b-pt7gf1q779] {
        height: 25px
    }

    .price[b-pt7gf1q779] {
        width: 99px
    }

    .filter[b-pt7gf1q779],
    #mobile-filter[b-pt7gf1q779] {
        display: none
    }
}

@media(min-width:768px) and (max-width:991px) {
    #search[b-pt7gf1q779] {
        width: 300px;
        padding: 5px;
        padding-left: 20px
    }

    .search-nav-item[b-pt7gf1q779] {
        margin-left: 60px;
        width: 350px
    }

    .fa-user-o[b-pt7gf1q779] {
        margin-left: 80px
    }

    .text[b-pt7gf1q779] {
        display: none
    }

    #sidebar[b-pt7gf1q779] {
        width: 35%;
        padding: 20px;
        float: right
    }

    #products[b-pt7gf1q779] {
        width: 65%;
        padding: 10px;
        margin: 0;
        float: left
    }

    .card[b-pt7gf1q779] {
        border: none
    }

    .filter[b-pt7gf1q779],
    #mobile-filter[b-pt7gf1q779] {
        display: none
    }
}

@media(min-width:576px) and (max-width:767px) {
    .text[b-pt7gf1q779] {
        display: none
    }

    .search-nav-item[b-pt7gf1q779] {
        margin-left: 35px;
        width: 270px
    }

    #search[b-pt7gf1q779] {
        width: 240px;
        padding: 5px;
        padding-left: 20px
    }

    .fa-search[b-pt7gf1q779] {
        padding: 3px;
        font-size: 18px
    }

    #sidebar[b-pt7gf1q779] {
        width: 40%;
        padding: 20px;
        float: right
    }

    #products[b-pt7gf1q779] {
        width: 60%;
        padding: 10px;
        margin: 0;
        float: left
    }

    .card[b-pt7gf1q779] {
        border: none
    }

    #off[b-pt7gf1q779] {
        padding-left: 2px
    }

    #sorting span[b-pt7gf1q779],
    #res[b-pt7gf1q779] {
        font-size: 14px
    }

    .filter[b-pt7gf1q779],
    #mobile-filter[b-pt7gf1q779] {
        display: none
    }
}

@media(max-width:575px) {
    .search-nav-item[b-pt7gf1q779] {
        margin: 0;
        width: 100%;
        margin-top: 10px
    }

    #search[b-pt7gf1q779] {
        width: 80%;
        padding-left: 10px;
        margin-top: 10px;
        padding-right: 10px
    }

    .fa-search[b-pt7gf1q779] {
        padding: 10px;
        font-size: 18px
    }

    #sidebar[b-pt7gf1q779] {
        display: none
    }

    .filter[b-pt7gf1q779] {
        margin-left: 70%;
        margin-top: 2%
    }

    #sorting[b-pt7gf1q779],
    #res[b-pt7gf1q779] {
        font-size: 12px;
        margin-top: 2%
    }
}
.bodyProductList[b-pt7gf1q779] {
    background: #eee;
    font-family:'B Yekan',Tahoma;
    font-size:large;
}

/* CSS */
.button-5[b-pt7gf1q779] {
    align-items: center;
    background-clip: padding-box;
    background-color: #fa6400;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}

.button-5:hover[b-pt7gf1q779],
.button-5:focus[b-pt7gf1q779] {
    background-color: #fb8332;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover[b-pt7gf1q779] {
    transform: translateY(-1px);
}

.button-5:active[b-pt7gf1q779] {
    background-color: #c85000;
    box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
    transform: translateY(0);
}
/* CSS */
.button-37[b-pt7gf1q779] {
    background-color: #13aa52;
    border: 1px solid #13aa52;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: "Akzidenz Grotesk BQ Medium", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    outline: 0;
    padding: 10px 25px;
    text-align: center;
    transform: translateY(0);
    transition: transform 150ms, box-shadow 150ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-37:hover[b-pt7gf1q779] {
    box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
    transform: translateY(-2px);
}

@media (min-width: 768px) {
    .button-37[b-pt7gf1q779] {
        padding: 10px 30px;
    }
}

.ratings i[b-pt7gf1q779] {
    font-size: 16px;
    color: red
}

.strike-text[b-pt7gf1q779] {
    color: red;
    text-decoration: line-through
}

.product-image[b-pt7gf1q779] {
    width: 100%
}

.dot[b-pt7gf1q779] {
    height: 7px;
    width: 7px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 3px;
    background-color: blue;
    border-radius: 50%;
    display: inline-block
}

.spec-1[b-pt7gf1q779] {
    color: #938787;
    font-size: 15px
}

h5[b-pt7gf1q779] {
    font-weight: 400
}

.para[b-pt7gf1q779] {
    font-size: 16px
}
