@import "../Public.css";
@import "PublicPagesHeader.css";
@import "PublicPagesFooter.css";
/*-------------------------------*/
.MainContent{
    width: 100%;
    display: block;
    margin: auto;
    padding: 5px;
}
/*-------------------------------*/
.MainContent > section{
    margin: 0px auto 10px auto;
}
/*-------------RecentlyPublishedAdvertisements-------------*/
.MainContent section#RecentlyPublishedAdvertisements{
    width: 100%;
    display: block;
    margin: 0px auto 10px auto;
    background-color: rgba(245,255,255,35%);
    backdrop-filter: blur(5px);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,5%), -10px -10px 10px rgba(255,255,255,20%), inset -1px -1px 1px rgba(255,255,255,75%), -1px -1px 2px rgba(255,255,255,50%);
    position: relative;
}
.MainContent section#RecentlyPublishedAdvertisements > h2{
    font-family: IranSans;
    font-size: 14px;
    font-weight: 800;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid rgba(0,0,0,50%);
    pointer-events: none;
    display: inline-grid;
}
.MainContent section#RecentlyPublishedAdvertisements > .TitleCount{
    font-family: IranSans-FaNum;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    color: rgb(255,255,255);
    background-color: rgba(25,60,65,95%);
    border-radius: 5px;
    min-width: 20px;
    padding: 4px;
    display: inline-grid;
}
.MainContent section#RecentlyPublishedAdvertisements > a{
    font-family: IranSans;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
    cursor: pointer;
    color: rgb(255,255,255);
    background-color: rgba(25,60,65,0.95);
    position: absolute;
    top: 0%;
    left: 0%;
    translate: 25px 24px;
    transition: 0.2s;
}
.MainContent section#RecentlyPublishedAdvertisements > a:hover,.MainContent section#RecentlyPublishedAdvertisements > a:active{
    background-color: rgba(35,70,95,0.95);
}
.MainContent section#RecentlyPublishedAdvertisements > section{
    width: 100%;
    display: block;
    margin: auto auto 10px auto;
    background-color: rgba(255,255,255,35%);
    backdrop-filter: blur(2px);
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,5%), -10px -10px 10px rgba(255,255,255,20%), inset -1px -1px 1px rgba(255,255,255,75%), -1px -1px 2px rgba(255,255,255,50%);
    text-align: right;
}
.MainContent section#RecentlyPublishedAdvertisements > section > h3{
    font-family: IranSans;
    font-size: 12px;
    font-weight: 600;
}
.MainContent section#RecentlyPublishedAdvertisements > section > h3 strong{
    font-family: IranSans;
    font-size: 12px;
    font-weight: 600;
}
.MainContent section#RecentlyPublishedAdvertisements > section > h3 sup{
    font-family: IranSans;
    font-size: 10px;
    font-weight: 800;
    color: rgb(255,0,0);
}
.MainContent section#RecentlyPublishedAdvertisements > section > h3 img{
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
/*--------------PublicPublishedAdvertisements--------------*/
.MainContent section#PublicPublishedAdvertisements{
    width: 100%;
    display: block;
    margin: 0px auto 10px auto;
    background-color: rgba(245,255,255,35%);
    backdrop-filter: blur(5px);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,5%), -10px -10px 10px rgba(255,255,255,20%), inset -1px -1px 1px rgba(255,255,255,75%), -1px -1px 2px rgba(255,255,255,50%);
    position: relative;
}
.MainContent section#PublicPublishedAdvertisements > h2{
    font-family: IranSans;
    font-size: 14px;
    font-weight: 800;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid rgba(0,0,0,50%);
    pointer-events: none;
    display: inline-grid;
}
.MainContent section#PublicPublishedAdvertisements > .TitleCount{
    font-family: IranSans-FaNum;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    color: rgb(255,255,255);
    background-color: rgba(25,60,65,95%);
    border-radius: 5px;
    min-width: 20px;
    padding: 4px;
    display: inline-grid;
}
.MainContent section#PublicPublishedAdvertisements > a{
    font-family: IranSans;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
    cursor: pointer;
    color: rgb(255,255,255);
    background-color: rgba(25,60,65,0.95);
    position: absolute;
    top: 0%;
    left: 0%;
    translate: 25px 24px;
    transition: 0.2s;
}
.MainContent section#PublicPublishedAdvertisements > a:hover,.MainContent section#PublicPublishedAdvertisements > a:active{
    background-color: rgba(35,70,95,0.95);
}
.MainContent section#PublicPublishedAdvertisements > section{
    width: 100%;
    display: block;
    margin: auto auto 10px auto;
    background-color: rgba(255,255,255,35%);
    backdrop-filter: blur(2px);
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,5%), -10px -10px 10px rgba(255,255,255,20%), inset -1px -1px 1px rgba(255,255,255,75%), -1px -1px 2px rgba(255,255,255,50%);
    text-align: right;
}
.MainContent section#PublicPublishedAdvertisements > section > h3{
    font-family: IranSans;
    font-size: 12px;
    font-weight: 600;
}
.MainContent section#PublicPublishedAdvertisements > section > h3 strong{
    font-family: IranSans;
    font-size: 12px;
    font-weight: 600;
}
.MainContent section#PublicPublishedAdvertisements > section > h3 sup{
    font-family: IranSans;
    font-size: 10px;
    font-weight: 800;
    color: rgb(255,0,0);
}
.MainContent section#PublicPublishedAdvertisements > section > h3 img{
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.MainContent section#PublicPublishedAdvertisements > section > p.OrganizationName{
    font-family: IranSans;
    font-size: 12px;
    font-weight: 800;
}
.MainContent section#PublicPublishedAdvertisements > section > p.OrganizationName img{
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.MainContent section#PublicPublishedAdvertisements > section > p.PhoneNumber{
    font-family: IranSans-FaNum;
    font-size: 12px;
    font-weight: 600;
}
.MainContent section#PublicPublishedAdvertisements > section > p.PhoneNumber img{
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.MainContent section#PublicPublishedAdvertisements > section > p.Email{
    font-family: IranSans;
    font-size: 12px;
    font-weight: 600;
}
.MainContent section#PublicPublishedAdvertisements > section > p.Email img{
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
/*--------------------EmploymentNews----------------------*/
.MainContent section#EmploymentNews{
    width: 100%;
    display: block;
    margin: 0px auto 10px auto;
    background-color: rgba(245,255,255,35%);
    backdrop-filter: blur(5px);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,5%), -10px -10px 10px rgba(255,255,255,20%), inset -1px -1px 1px rgba(255,255,255,75%), -1px -1px 2px rgba(255,255,255,50%);
    position: relative;
}
.MainContent section#EmploymentNews > h2{
    font-family: IranSans;
    font-size: 14px;
    font-weight: 800;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid rgba(0,0,0,50%);
    pointer-events: none;
    display: inline-grid;
}
.MainContent section#EmploymentNews > .TitleCount{
    font-family: IranSans-FaNum;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    color: rgb(255,255,255);
    background-color: rgba(25,60,65,95%);
    border-radius: 5px;
    min-width: 20px;
    padding: 4px;
    display: inline-grid;
}
.MainContent section#EmploymentNews > a{
    font-family: IranSans;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
    cursor: pointer;
    color: rgb(255,255,255);
    background-color: rgba(25,60,65,0.95);
    position: absolute;
    top: 0%;
    left: 0%;
    translate: 25px 24px;
    transition: 0.2s;
}
.MainContent section#EmploymentNews > a:hover,.MainContent section#EmploymentNews > a:active{
    background-color: rgba(35,70,95,0.95);
}
.MainContent > section#EmploymentNews section{
    width: 100%;
    display: block;
    margin: auto auto 10px auto;
    background-color: rgba(255,255,255,50%);
    backdrop-filter: blur(2px);
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,5%), -10px -10px 10px rgba(255,255,255,20%), inset -1px -1px 1px rgba(255,255,255,75%), -1px -1px 2px rgba(255,255,255,50%);
}
.MainContent > section#EmploymentNews section.NewsItem{
    height: auto;
    transition: 0.5s;
    overflow: hidden;
}
.MainContent > section#EmploymentNews section.NewsItem label{
    text-align: right;
    margin: auto;
    display: block;
    font-family: IranSans;
    font-size: 10px;
    font-weight: 600;
    color: rgb(25,25,25);
    cursor: pointer;
}
.MainContent > section#EmploymentNews section.NewsItem label img{
    width: 16px;
    height: 16px;
    transition: 0.5s;
}
.MainContent > section#EmploymentNews section.NewsItem input[type=checkbox]{
    appearance: none;
    display: none;
    margin: 0px;
}
.MainContent > section#EmploymentNews section.NewsItem article{
    width: 95%;
    height: 35px;
    overflow: hidden;
    position: absolute;
    top: 64%;
    right: 50%;
    translate: 50% 0%;
    pointer-events: none;
    filter: blur(2px);
    opacity: 50%;
    transition: 0.5s;
}
.MainContent > section#EmploymentNews section.NewsItem h3{
    font-family: IranSans-FaNum;
    font-size: 12px;
    font-weight: 800;
    color: rgb(0,0,0);
    text-align: right;
    display: inline;
}
.MainContent > section#EmploymentNews section.NewsItem strong.TodayAlert{
    font-family: Hamrah;
    font-size: 12px;
    font-weight: normal;
    color: rgb(255,0,0);
    display: inline;
}
.MainContent > section#EmploymentNews section.NewsItem article p{
    font-family: IranSans-FaNum;
    font-size: 12px;
    font-weight: 500;
    text-align: justify;
    display: block;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.MainContent > section#EmploymentNews section.NewsItem .GMT{
    display: block;
    width: 100%;
}
.MainContent > section#EmploymentNews section.NewsItem input[type=checkbox]:checked ~ article{
    position: relative;
    width: auto;
    height: auto;
    filter: blur(0px);
    opacity: 100%;
}
.MainContent > section#EmploymentNews section.NewsItem input[type=checkbox]:checked ~ article p{
    height: auto;
    white-space: inherit;
    text-overflow: inherit;
}
.MainContent > section#EmploymentNews section.NewsItem input[type=checkbox]:checked + label img{
    rotate: 180deg;
}
.MainContent > section#EmploymentNews section p a{
    font-family: IranSans;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: rgb(255,255,255);
    background-color: rgba(125,125,155,0.7);
    padding-inline: 2px;
    display: inline-block;
    margin-inline: 5px;
    min-width: 100px;
    border-radius: 5px;
    pointer-events: auto;
    cursor: pointer;
}
.MainContent > section#EmploymentNews section p a:visited{
    color: rgb(255,255,255);
    background-color: rgb(125,125,145);
}
.MainContent > section#EmploymentNews .Form {
    margin: 45px auto auto auto;
    background: none;
    backdrop-filter: none;
    box-shadow: none;
}
.MainContent > section#EmploymentNews .Form .FormButtonsContainer{
    text-align: center;
}
.MainContent > section#EmploymentNews .Form .Submit{
    display: inline-grid;
    font-size: 12px;
    width: 80%;
    max-width: 120px;
    padding: 6px 4px 6px 4px;
    margin: 5px auto 5px auto;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    white-space: inherit;
}
.MainContent > section#EmploymentNews .Form .Delete{
    color: rgb(255,255,255);
    background-color: rgb(225,60,65);
}
.MainContent > section#EmploymentNews .Form .Delete:hover,.MainContent > section#EmploymentNews .Form .Delete:active{
    color: rgb(255,255,255);
    background-color: rgb(235,60,65);
}
.MainContent > section#EmploymentNews .Form .FormGroup{
    width: 100%;
    display: block;
    margin: auto auto 10px auto;
    background-color: rgba(0,0,0,5%);
    backdrop-filter: blur(2px);
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
}
.MainContent > section#EmploymentNews .Form .FormDivision{
    width: 100%;
    display: block;
    margin: auto auto 5px auto;
    background: none;
}
.MainContent > section#EmploymentNews .Form .Input{
    width: 100%;
    text-align: center;
    margin: auto;
}
.MainContent > section#EmploymentNews .Form textarea.Input{
    font-size: 11px;
    font-weight: 500;
    min-height: 200px;
    text-align: right;
    overflow-y: auto;
    padding: 25px 10px 5px 10px;
}
.MainContent > section#EmploymentNews .Form textarea.Input:hover ~ .InputIcon,.MainContent > section#EmploymentNews .Form textarea.Input:focus ~ .InputIcon{
    animation: none;
}
.MainContent > section#EmploymentNews section#EmploymentNewsPagination{
    text-align: center;
}
.MainContent > section#EmploymentNews section#EmploymentNewsPagination button{
    display: inline-grid;
    font-family: IranSans;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    margin: 5px 10px 5px 10px;
    padding: 4px 8px 4px 8px;
    border: none;
    border-radius: 4px;
    color: rgb(255,255,255);
    background-color: rgba(5,30,35,80%);
    cursor: pointer;
    transition: 0.2s;
}
.MainContent > section#EmploymentNews section#EmploymentNewsPagination button:hover,.MainContent > section#EmploymentNews section#EmploymentNewsPagination button:active{
    background-color: rgba(50,120,150,100%);
}
.MainContent > section#EmploymentNews section#EmploymentNewsPagination div#EmploymentNewsPageNumber span{
    font-family: IranSans-FaNum;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}
/*--------------------Store----------------------*/
.MainContent > section#Stores{
    width: auto;
    display: block;
    margin: auto;
    text-align: right;
    border-radius: 16px;
    padding: 4px 16px 16px 16px;
    background-color: rgba(245,255,255,35%);
    box-shadow: 5px 5px 5px rgba(0,0,0,5%), -10px -10px 10px rgba(255,255,255,20%), inset -1px -1px 1px rgba(255,255,255,75%), -1px -1px 2px rgba(255,255,255,50%);
}
.MainContent > section#Stores .TitleCount{
    font-family: IranSans-FaNum;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    color: rgb(0,0,0);
    border-radius: 12px;
    min-width: 24px;
    padding: 4px;
    display: inline-grid;
    vertical-align: middle;
    background-color: rgba(255,255,255,50%);
    backdrop-filter: blur(2px);
    box-shadow: -1px -1px 1px rgba(255,255,255,50%), inset -1px -1px 1px rgba(255,255,255,75%), -1px -1px 1px rgba(255,255,255,50%), inset 1px 1px 2px rgba(255,255,255,10%);
    pointer-events: none;
}
.MainContent > section#Stores a.ViewCategoryPageLink{
    font-family: IranSans;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 5px auto auto auto;
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
    cursor: pointer;
    color: rgb(5,55,95);
    background-color: rgba(255,255,255,65%);
    backdrop-filter: blur(5px);
    box-shadow: 1px 1px 3px rgba(0,0,0,25%), -1px -1px 1px rgba(255,255,255,50%), inset -1px -1px 1px rgba(255,255,255,75%), -1px -1px 1px rgba(255,255,255,50%), inset 1px 1px 2px rgba(255,255,255,10%);
    transition: 0.2s;
}
.MainContent > section#Stores a.ViewCategoryPageLink:hover,.MainContent section > a.ViewCategoryPageLink:active{
    color: rgb(25,95,195);
    background-color: rgba(255,255,255,85%);
}
.MainContent > section#Stores > h2{
    font-family: IranSans;
    font-size: 14px;
    font-weight: 800;
    text-align: right;
    display: inline-grid;
    vertical-align: middle;
    color: rgb(0,0,0);
    pointer-events: none;
}
.MainContent > section#Stores > section{
    width: auto;
    display: block;
    margin: auto;
    text-align: center;
    padding: 4px 16px 16px 16px;
    border-radius: 12px;
    background-color: rgba(245,255,255,25%);
    box-shadow: 5px 5px 5px rgba(0,0,0,5%), -2px -2px 2px rgba(255,255,255,50%), inset -1px -1px 1px rgba(255,255,255,75%), -1px -1px 2px rgba(255,255,255,50%);
}
.MainContent > section#Stores > section > h3{
    font-family: IranSans;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    display: inline-grid;
    vertical-align: middle;
    color: rgb(55,75,95);
    pointer-events: none;
}
.MainContent > section#Stores > section > section{
    width: auto;
    display: block;
    margin: auto auto 16px auto;
    text-align: right;
    padding: 4px 16px 16px 16px;
    border-radius: 8px;
    background-color: rgba(0,0,16,10%);
    box-shadow: 5px 5px 5px rgba(0,0,0,5%), -2px -2px 2px rgba(255,255,255,20%), inset -1px -1px 1px rgba(255,255,255,75%), -1px -1px 2px rgba(255,255,255,50%);

}
.MainContent > section#Stores > section > section > h4{
    font-family: IranSans;
    font-size: 12px;
    font-weight: 800;
    text-align: right;
    display: inline-grid;
    vertical-align: middle;
    color: rgb(55,75,95);
    pointer-events: none;
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup{
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem{
    width: 360px;
    height: auto;
    display: inline-grid;
    white-space: normal;
    margin: auto 5px 10px 5px;
    background-color: rgba(255,255,255,35%);
    backdrop-filter: blur(8px);
    padding: 5px 16px 5px 16px;
    border-radius: 6px;
    box-shadow: 5px 5px 5px rgba(0,0,0,5%), -1px -1px 1px rgba(255,255,255,50%), inset -1px -1px 1px rgba(255,255,255,75%), -1px -1px 2px rgba(255,255,255,50%);
    text-align: right;
    transition: 0.5s;
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem:hover{
    background-color: rgba(255,255,255,65%);
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > .ProductItemTitle{
    font-family: IranSans;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: rgb(75,85,95);
    margin: 8px auto 8px auto;
    padding: 0px 20px 0px 20px;
    pointer-events: none;
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > a.ProductLink{
    text-decoration: none;
    font-family: IranSans;
    font-size: 12px;
    font-weight: 700;
    color: rgb(50,135,255);
    display: block;
    margin: 5px auto auto auto;
    padding: 0px 0px 5px 0px;
    position: relative;
    transition: 0.2s;
    cursor: pointer;
    perspective: 800px;
    perspective-origin: right;
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > a.ProductLink:active{
    color: rgba(25,95,255,100%);
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > a.ProductLink:hover{
    color: rgb(50,145,255);
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > a.ProductLink::after{
    content: " ";
    display: block;
    width: 0%;
    height: 1px;
    border-radius: 2px;
    background-color: rgba(25,95,255,100%);
    position: absolute;
    bottom: 0%;
    left: 50%;
    translate: -50% -50%;
    transition: 0.2s;
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > a.ProductLink:hover::after{
    width: 100%;
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > a.ProductLink img.ProductImageCover{
    width: 300px;
    height: 300px;
    background-size: cover;
    display: block;
    margin: auto;
    border-radius: 10px;
    transition: 0.5s;
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > a.ProductLink img.SpecialProductImage{
    width: 148px;
    height: 230px;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -63% -54%;
    transform: rotateY(-31deg);
    border-radius: 8px;
    mask-image: radial-gradient(ellipse,rgba(0,0,0,50%) 25%,rgba(255,255,255,0%) 85%);
    mask-image: -wekbit-radial-gradient(ellipse,rgba(0,0,0,50%) 25%,rgba(255,255,255,0%) 85%);
    -webkit-mask-image: radial-gradient(ellipse,rgba(0,0,0,50%) 25%,rgba(255,255,255,0%) 85%);
    -webkit-mask-image: -wekbit-radial-gradient(ellipse,rgba(0,0,0,50%) 25%,rgba(255,255,255,0%) 85%);
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > a.ProductLink .ProductImageCoverText{
    font-family: IranSans;
    font-size: 11px;
    font-weight: 600;
    display: block;
    padding: 3px;
    max-width: 150px;
    position: absolute;
    color: rgb(0,0,0);
    top: 25%;
    left: 50%;
    translate: -62% -50%;
    transform: rotateY(-32deg);
    text-shadow: 1px 1px 1px rgb(255,255,255);
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > a.ProductLink .ProductImageTitle{
    font-family: IranSans;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100px;
    height: 50%;
    padding: 8px 4px 2px 4px;
    border-radius: 12px 12px 0px 0px;
    position: absolute;
    top: 100%;
    left: 50%;
    translate: -62% -128%;
    transform: rotateY(-25deg);
    background-color: rgba(255,255,255,45%);
    backdrop-filter: blur(4px);
    text-shadow: 1px 1px 1px rgba(255,255,255,100%);
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > p{
    margin: 2px 0px 12px auto;
    display: block;
    width: 100%;
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > .ProductName{
    font-family: IranSans;
    font-size: 14px;
    font-weight: 600;
    margin: 2px 0px 24px auto;
    pointer-events: none;
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > .ProductName strong{
    color: rgb(25,95,195);
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > .ProductCategory{
    font-family: IranSans;
    font-size: 12px;
    font-weight: 500;
    pointer-events: none;
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > .ProductCategory strong{
    color: rgb(25,60,95);
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > .ProductPrice{
    font-family: IranSans-FaNum;
    font-size: 12px;
    font-weight: 600;
    margin: 8px 0px 16px auto;
    pointer-events: none;
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > .ProductPrice img{
    width: 18px;
    height: 18px;
    display: inline-grid;
    vertical-align: middle;
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > .ProductPrice b{
    font-family: IranSans-FaNum;
    color: rgb(25,95,195);
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > .ProductDate{
    font-family: IranSans-FaNum;
    font-size: 12px;
    font-weight: 500;
    color: rgb(95,95,95);
    pointer-events: none;
}
.MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > .ProductDate img{
    width: 16px;
    height: 16px;
    opacity: 50%;
    display: inline-grid;
    vertical-align: top;
}
/*---------------------------------------------------------*/
.MainContent > article{
    margin: auto;
    width: 100%;
    display: block;
    background-color: rgba(245,255,255,50%);
    backdrop-filter: blur(5px);
    padding: 16px 25px 25px 25px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,5%), -10px -10px 10px rgba(255,255,255,20%), inset -1px -1px 1px rgba(255,255,255,75%), -1px -1px 2px rgba(255,255,255,50%);
}
.MainContent > article > h2{
    font-family: IranSans;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    color: rgb(0,0,0);
    margin: 0px auto 5px auto;
}
.MainContent > article > img#Pulses{
    width: 250px;
    position: absolute;
    left: 50%;
    translate: -50%;
    z-index: -100;
}
.MainContent > article > section{
    text-align: justify;
    width: 100%;
    display: block;
    margin: auto auto 10px auto;
    background-color: rgba(255,255,255,50%);
    backdrop-filter: blur(5px);
    padding: 5px 10px 10px 10px;
    border-radius: 20px;
    box-shadow: 5px 5px 5px rgba(0,0,0,5%), -10px -10px 10px rgba(255,255,255,20%), inset -1px -1px 1px rgba(255,255,255,75%), -1px -1px 2px rgba(255,255,255,50%);
}
.MainContent > article > section > img.Icon{
    width: 50px;
    height: 50px;
    opacity: 50%;
}
.MainContent > article > section > h2{
    font-family: IranSans;
    font-size: 14px;
    font-weight: 800;
    pointer-events: none;
    color: rgb(0,0,0);
}
.MainContent > article > section > p{
    font-family: IranSans;
    font-size: 12px;
    font-weight: 500;
    text-align: justify;
    display: inline;
    color: rgb(0,0,0);
    pointer-events: none;
    margin: 0px;
}
.MainContent > article > section > p strong{
    font-size: 12px;
    font-weight: 500;
}
/*-------------------------------------------Media Queries-----------------------------------------------*/
@media screen and (min-width: 1440px){
    .MainContent{
        width: 1440px;
    }
}
@media screen and (max-width: 500px){
    .MainContent > section#Stores .TitleCount{
        font-size: 9px;
        border-radius: 10px;
        min-width: 20px;
    }
    .MainContent > section#Stores > h2{
        font-size: 14px;
    }
    .MainContent > section#Stores > section > h3{
        font-size: 12px;
    }
    .MainContent > section#Stores > section > section > h4{
        font-size: 10px;
    }
    .MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem{
        width: 98%;
        height: 100%;
        margin: auto auto 4px 4px;
    }
    .MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > .ProductItemTitle{
        font-size: 12px;
        padding: 0px 4px 0px 4px;
    }
    .MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > a.ProductLink img.ProductImageCover{
        width: 100%;
        height: auto;
        margin: auto;
    }
    .MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > a.ProductLink img.SpecialProductImage{
        width: 50%;
        height: 76%;
    }
    .MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > a.ProductLink .ProductImageCoverText{
        transform: rotateY(-32deg);
    }

}
@media screen and (max-width: 480px){
    .FormTitle h1{
        font-size: 18px;
        margin-top: 8px;
    }
    .FormTitle img{
        width: 56px;
        height: 56px;
    }
    .FormAlert{
        font-size: 9px;
    }
    .InputLabel{
        font-size: 12px;
    }
    .InputIcon{
        width: 14px;
        height: 14px;
    }
}
@media screen and (max-width: 400px){
    .MainContent > section#Stores a.ViewCategoryPageLink{
        font-size: 11px;
    }
    .MainContent > section#Stores > h2{
        font-size: 13px;
    }
    .MainContent > section#Stores > section > h3{
        font-size: 11px;
    }
    .MainContent > section#Stores > section > section > h4{
        font-size: 9px;
    }
    .MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > .ProductItemTitle{
        font-size: 11px;
        padding: 0px;
    }
    .MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > a.ProductLink .ProductImageCoverText{
        font-size: 10px;
    }
    .MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > a.ProductLink .ProductImageTitle{
        font-size: 14px;
    }
    .MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > .ProductName{
        font-size: 13px;
        margin: 2px 0px 20px auto;
    }
    .MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > .ProductCategory{
        font-size: 11px;
    }
    .MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > .ProductPrice{
        font-size: 11px;
        margin: 8px 0px 14px auto;
    }
    .MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > .ProductDate{
        font-size: 10px;
    }
}
@media screen and (max-width: 380px){
    .MainContent > section#Stores .TitleCount{
        font-size: 8px;
        border-radius: 8px;
        min-width: 16px;
    }
    .MainContent > section#Stores a.ViewCategoryPageLink{
        font-size: 10px;
    }
    .MainContent > section#Stores > h2{
        font-size: 12px;
    }
    .MainContent > section#Stores > section > h3{
        font-size: 10px;
    }
    .MainContent > section#Stores > section > section > h4{
        font-size: 8px;
    }
    .MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > a.ProductLink .ProductImageCoverText{
        font-size: 9px;
    }
    .MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > a.ProductLink .ProductImageTitle{
        font-size: 13px;
        translate: -60% -132%;
    }
    .MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > .ProductName{
        font-size: 12px;
        margin: 2px 0px 18px auto;
    }
    .MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > .ProductCategory{
        font-size: 10px;
    }
    .MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > .ProductPrice{
        font-size: 10px;
        margin: 8px 0px 12px auto;
    }
    .MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > .ProductDate{
        font-size: 9px;
    }
}
@media screen and (max-width: 385px){
    .InputLabel{
        font-size: 11px;
    }
    .InputIcon{
        width: 12px;
        height: 12px;
    }
}
@media screen and (max-width: 360px){
    .MainContent > section#Stores > h2{
        font-size: 11px;
    }
    .MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > a.ProductLink .ProductImageCoverText{
        font-size: 8px;
    }
    .MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > a.ProductLink .ProductImageTitle{
        font-size: 12px;
    }
}
@media screen and (max-width: 330px){
    .MainContent > section#Stores > h2{
        font-size: 10px;
    }
    .MainContent > section#Stores > section > h3{
        font-size: 9px;
    }
    .MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > a.ProductLink .ProductImageCoverText{
        font-size: 6px;
    }
    .MainContent > section#Stores > section > section > .ProductsItemsGroup > section.ProductItem > a.ProductLink .ProductImageTitle{
        font-size: 10px;
        transform: rotateY(-30deg);
    }
}
@media screen and (max-width: 255px){
    .FormTitle h1{
        font-size: 16px;
        margin-top: 6px;
    }
    .FormTitle img{
        width: 48px;
        height: 48px;
    }
    .InputLabel{
        font-size: 9px;
    }
    .InputIcon{
        width: 10px;
        height: 10px;
    }
}
@media screen and (max-width: 200px){
    .FormTitle h1{
        font-size: 14px;
        margin-top: 2px;
    }
    .FormTitle img{
        width: 36px;
        height: 36px;
    }
}