@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Vazir.eot');
    src: url('fonts/Vazir.eot?#iefix') format('embedded-opentype'), url('fonts/Vazir.woff2') format('woff2'), url('fonts/Vazir.woff') format('woff'), url('fonts/Vazir.ttf') format('truetype');
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/Vazir-Bold.eot');
    src: url('fonts/Vazir-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Vazir-Bold.woff2') format('woff2'), url('fonts/Vazir-Bold.woff') format('woff'), url('fonts/Vazir-Bold.ttf') format('truetype');
}
body{
    font-family: 'Vazir' !important;
    background-color: #dd8a0080 !important;
}
.menu-icon{
    height: 100px;
    width: 100px;
    border-radius: 100px;
}
.logo{
    max-width: 250px;
    opacity: 0.7;
}
.title{
    font-size: 25px;
    color: #363636;
}
.title2{
    font-size: 11px;
    color: #363636;
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
.c-section {
    background-size: contain;
    display: flex;
    align-items: center;
    padding-left: 20px;
    overflow: auto;
    direction: rtl;

}
.c-products-row {
    padding: 10px 0 10px 0;
    overflow: visible;
    display: flex;
}
.product-card {
    margin: 0px;
    width: 100%;
}
.card-w {
    width: 250px;
    min-width: 200px;
}
.product-title{
    font-size: 18px;
    color: #4c3100;
    font-weight: 700;
}
.price{
    background: #6e6e6e;
    width: 164px;
    border-radius: 15px;
    padding: 2px;
    text-align: center;
    color: white;   
}
.nav-icon{
    width: 60px;
    border-radius: 50%;
}
.block{
    border-top: solid 1px #ba9d6a;
    padding-top: 20px;
}