@font-face {
    font-family: IranSans;
    src: url(../Fonts/IRANSANS/woff2/IRANSansWeb.woff2) format(woff2);
}

body {
    font-family: IranSans !important;
}

header{
    background-color: #F0C80F;
}

aside {
    direction: ltr;
    position: fixed;
    top: 0px;
    right: -65%;
    width: 65%;
    height: 100lvh;
    background-color: #292626;
    transition: right 0.2s ease-in-out;
    background-image: url(../images/langBg.png);
    background-size: 100% 100%;
    z-index: 1000;
}

.active {
    right: 0px;
}

.antiAside {
    position: fixed;
    width: 100%;
    height: 100lvh;
    top: 0px;
    right: 0px;
    direction: ltr;
    background-color: rgba(0, 0, 0, .2);
    display: none;
    z-index: 999;
}

.antiActive {
    display: block;
}

aside li.asideLinkActive a{
    background-color: #F0C80F;
    color: #292626;
    padding: 0px 20px;
    border-radius: 1000px;
}

aside a{
    color:#F0C80F ;
}

.btnRgb{
background-color: #292626;
color: #F0C80F;
}

.newProductRgb{
    background-color: #eaeaea;
}

.btnNewProductRgb{
    background-color:#F0C80F;
}

.dastebandiChildrenRgb{
background-color: white;
}

.btnDateRgb{
    background-color: #292626;
}

.container{
    @media only screen and (min-width: 576px){
        max-width: 100% !important;
    }
}

.itemContent{
    display: flex;
    grid-template-rows: 0fr;
    transition: grid-template-rows .2s ease-in-out;
}

.itemContent.itemActive{
    grid-template-rows: 1fr !important;
}

.bi-chevron-down{
    transition: transform .2s ease-in-out;
}

.rotatedSvg{
    transform: rotate(-180deg);
    transform-origin: center;
}

.distanscTwoDiv{
    @media only screen and (min-width: 516px){
        margin-top: 1.5rem;
    }
}

.distanscTwoDiv{
    @media only screen and (min-width: 670px){
        margin-top: 1.5rem;
    } 
}
.distanscTwoDiv{
    @media only screen and (min-width: 722px){
        margin-top: 2rem;
    } 
}

.bordeDiv{
    @media only screen and (max-width: 768px){
        border: 2px solid #F0C80F;
        background: transparent;
        border-radius: 0.5rem;
    }  
}

.borderz{
    @media only screen and (min-width: 768px){
           border-top: 2px solid #F0C80F;
           border-left: 2px solid #F0C80F;
           border-right: 2px solid #F0C80F;
           border-top-right-radius:0.5rem;
           border-top-left-radius:0.5rem;
    }  
}

.divKol{
@media only screen and (max-width: 768px){
display: flex;
flex-direction: column;
row-gap: 25px;
 } 
}
