/* /Pages/ContactInfo.razor.rz.scp.css */
.contact-anchor[b-fuhfuqh1av] {
    text-decoration:none;
    font-size:22px;
}
/* /Pages/ProductDetails.razor.rz.scp.css */
.img[b-z4exukn18h] {
    max-width:300px;
    max-height:300px;
}


.label[b-z4exukn18h] {
    font-size: 14px;
}

.value[b-z4exukn18h] {
    font-weight:bold;
    font-size:16px;
}

.desciption[b-z4exukn18h] {
    font-weight: bold;
    font-size: 12px;
}


.img-thuumb[b-z4exukn18h] {
    max-width: 64px;
    max-height: 64px;
    cursor:pointer;
}
/* /Shared/Layouts/MainLayout.razor.rz.scp.css */
.wrapper[b-af13b49nh4] {
    justify-content:space-around;
    display: flex;    
    align-items: stretch;
    min-height:100%;
}

#content[b-af13b49nh4] {
    margin-top:75px;
    min-height:100%;
}

#sidebar[b-af13b49nh4] {   
    padding-left: 15px;
    top: 75px;
    min-width: 250px;
    max-width: 250px;
    transition: all 0.3s;
    border-right: 1px solid #5e7e95;
    height: 100%;
    overflow: auto;
}
/* /Shared/Partial/AppFooter.razor.rz.scp.css */
#footer[b-xzeagie66i] {
    font-size: 12px;
    color: #999;
    display: block;
    text-align: center;
    height: 40px;    
    padding-top: 12px;
    margin-top: 10px;    
    bottom:0 !important;
    z-index:-1;
}
/* /Shared/Partial/AppHeader.razor.rz.scp.css */
:root[b-a85vjohhim] {
    --orange: #e87d1e;
    --green: #71a087;
    --grey: #5e7e95;
}

.app-header[b-a85vjohhim] {
    position: fixed;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-bottom: 1px solid #ffa600;
    background-color: white;
    z-index: 1000;
}

.menu[b-a85vjohhim] {
    /*text-align:right !important;*/
    height:40px;
    width:30%;
    align-items:center;
}

.menu ul[b-a85vjohhim] {
    direction:rtl;
    display: flex;
    list-style: none;
}

    .menu li[b-a85vjohhim] {        
        border-bottom: 2px solid transparent;
        padding: 5px 10px;
        cursor: pointer;
        transition:, border-bottom 0.3s;
    }

        .menu li a[b-a85vjohhim] {
            white-space:nowrap;
            font-weight: bold;
            font-size:14px;
            text-decoration: none;
            color: #5ba364;
            transition: color 0.3s;
        }


.menu li:hover a[b-a85vjohhim] {
    color: #ffa600;
}

    .menu li:hover[b-a85vjohhim] {
        border-bottom: 2px solid #ffa600;
    }

.app-header img[b-a85vjohhim] {
    height: 60px;
    padding: 10px;
    margin: auto 0;
}

.txt-search[b-a85vjohhim] {
    outline: none;
    border: 1px solid #5e7e95;
    border-right:none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 15px;
    width: 79%;
    line-height: 2;
}

.img-search[b-a85vjohhim] {
    width: 24px;
    height: 24px !important;
    padding: 0 !important;
}

.div-search[b-a85vjohhim] {
    width: 90%; 
    display: flex;
    align-items:center;
}

.btn-search[b-a85vjohhim] {
    border: 1px solid #5e7e95;
    border-left:none;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    line-height:2;
}
/* /Shared/Partial/ProductList.razor.rz.scp.css */
.btn-show-more[b-myz2icdrw7] {
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid #0275d8;
    border-bottom: 1px solid #0275d8;
    border-radius: 0 !important;
    color: #0275d8;
}

.wrapper[b-myz2icdrw7] {
    justify-content: space-between;
    display: flex;
    width: 98%;
    align-items: stretch;
}

#sidebar[b-myz2icdrw7] {
    padding-left: 15px;
    top: 75px;    
    width:18%;
    transition: all 0.3s;
    border-right: 1px solid #5e7e95;
    height: 100%;
    overflow: auto;
}
/* /Shared/Partial/ProductTile.razor.rz.scp.css */
:root[b-tfdeni9ckk] {
    --orange: #e87d1e;
    --green: #71a087;
    --grey: #5e7e95;
}


.btn[b-tfdeni9ckk] {
    width: 180px;
    height: 200px;
    border-radius: 7px;
    background-color: #fff;
    overflow: hidden;
    padding: 5px 5px 0 5px;
    margin: 10px 10px;
    opacity: 0.88;
    box-shadow: #5e7e95 0px 0px 5px;
    transition: background-color 0.3s;
}

    .btn:hover[b-tfdeni9ckk] {
        background-color: #c5d0d9;
        opacity: 1;
        z-index: 0;
    }

    button *[b-tfdeni9ckk] {
        border: none !important;
        background-color: transparent !important;
    }

.div-tile[b-tfdeni9ckk] {
    width: 180px;
    height: 200px;
}


.tile-img[b-tfdeni9ckk] {
    border:1px solid transparent;
    border-radius:3px;
    overflow:hidden;
    max-width: 190px; 
    text-align:center;
    height:100px !important;
}

    .tile-img > img[b-tfdeni9ckk] {
        max-width: 120px !important;
        max-height: 100px !important;
        margin: 0 auto;
    }

.tile-title[b-tfdeni9ckk] {
    font-size: 16px;
    font-weight: bold;
    height: 30px !important;
}

.tile-price[b-tfdeni9ckk] {
    height: 30px !important;
    font-weight: bold;
    font-size: 14px;
    color: #e87d1e; 
    text-align:left;
}

.tile-desc[b-tfdeni9ckk] {
    height: 38px !important;
    font-size: 10px;
    font-family: sans-serif;
    text-align: left;
}
/* /Shared/Partial/Sidebar.razor.rz.scp.css */
:root[b-huxvfmf11w] {
    --orange: #e87d1e;
    --green: #71a087;
    --grey: #5e7e95;
    --white:#fff;
}

#sidebar-internal[b-huxvfmf11w] {
    position: fixed;    
    top: 75px;
    height: 87%;
    overflow: auto;
    margin-bottom: 30px;
    scrollbar-color: orange;
    scrollbar-width:thin;
    scroll-behavior:smooth;
}

    #sidebar.active[b-huxvfmf11w] {
        margin-left: -215px;
    }

    #sidebar .sidebar-header[b-huxvfmf11w] {
        padding: 20px;
    }

.chk-item[b-huxvfmf11w] {
    padding: 5px 10px 3px 0px;
    accent-color: #e87d1e;
    mix-blend-mode:multiply;
}

.img-clear[b-huxvfmf11w] {
    width: 24px;
    height: 24px !important;
    padding: 0 !important;
}

.chk[b-huxvfmf11w] {
    
}

.unchecked[b-huxvfmf11w] {
    color: #5e7e95;
    background-color: #fff;
}

.checked[b-huxvfmf11w] {
    color: #fff;
    background-color: #71a087;
}

.txt-search[b-huxvfmf11w] {
    outline: none;
    border: 1px solid #5e7e95;
    border-radius: 25px;    
    margin-bottom: 5px;
    padding-left: 15px;
    width:180px;
}

.btn-clear[b-huxvfmf11w] {

}
