﻿@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
body {
    font-family: IRANSansX !important;
    background-color: #a9bfb1;
    margin: 0;
}

h1,h2 {
    color: #004023 !important;
}

.menuItem {
    color: #004023;
    font-weight: 500 !important;
}
.itemPrice{
    text-align:left;
}

.mainBg {
    position: fixed;
    bottom: 0;
    width: 150%;
    //background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255, 1));
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    
}

.menuGroup {

    width: 180px;
    height: 180px;
    display: inline-block;
  
}

.menuGroupIcon {
    text-align: center;
    padding-top: 15px;
}
.menuGroupText {
    text-align: center;
    
}
.selectedCategory {

    border: 1px solid #c1c1c1;
    border-radius: 40%;

}

.faNum {
    font-family: IRANSansXFaNum !important;
}

.mainTextColor {
    color: #496A65 !important;
    font-weight: bold;
    text-decoration: none;
}