#copytext{
    
  display:none;
}
#closeic{
    
    width:30px;
    float:left;
}



.store_info_header{
    background-color:white;
    padding:10px;
    direction:rtl;
    margin-top:20px;
    text-align:center;
    font-family:'b yekan';
}



.googlemap{
    
    vertical-align:middle; 
    text-align:center;
    width:99%;
    height:100%;
}

.map{
    
    width:20%;
    height:70px;
    margin:0 40%;
    border-radius:200px;
    background:white;
   float:right;
   
}
.map div{
    
   float:right;
    width:33%;
}
.map div img{
  
    padding:10px;
}

.map div a{
      display:flex;
      justify-content:center;
}

div.scrollmenu  {   
    font-family:'b yekan';
    direction:rtl;
  background-color:#f0f0f0;
  overflow: auto;
  white-space: nowrap;
}
#registerform{
    border-radius:10px;
    direction:rtl;
    text-align:center;
    font-size:24px;
     font-family:'b yekan';
    background-color:white;
    z-index:1000;
    display:none;
    width:50%;
    height:300px;
    position:absolute;
    left:25%;
    top:25%;
}
#registerform input{
    font-size:22px;
    height:50px;
    width:220px;
}
#registerform button{
        font-family:'b yekan';
width:100px;
margin:10px auto;
    display:block;
    font-size:24px;

    
}
div.scrollmenu a  ,#srchform{
    min-width:70px;
  display: inline-block;
  color: #3c3c3c;
  text-align: center;
  padding:0px 20px ;
  text-decoration: none;
}
div.scrollmenu a  img{
    margin:auto;
    padding:10px;
  width:50px;
  height:50px;
  display:block;
}
#srchform .txtsrch{
    width:500px;
    border-radius:0px 50px 50px 0 ;
  background:url(../icons/srch.png) no-repeat white;

    height:50px;
}
.btnsrch{
    cursor:pointer;
    font-family:'b yekan';
    font-size:18px;
    background:orange;
    
    color:white;
    height:50px;
}

div.scrollmenu a:hover {
  background-color: grey;
  color:white;
}
.adver{
    text-decoration:none;
    color:black;
}
.adverlisttitle{
    font-weight:bold;
}
div.adverlist span{
    
    height:33%;
    display:flex;
    margin:0px 10px;
    align-items: center;
}
div.adverlist {
    direction:rtl;
    border-radius:1px;
    font-family:'b yekan';
    
     background:white;
}
.adverimage {
   display:block;
   float:left;
   width:35%;
   height:100%;
}
.advericons {
    margin:0px 5px;
   display:block;
   float:right;
   width:30px;
   height:30px;
}
@media only screen and (max-device-width: 600px) {
    div.scrollmenu {
   font-size:28px;
}
div.adverlist {
        display:block;
          font-size:32px;
   width:90%;
   margin:10px auto;
   height:400px;
}
}

@media only screen and (max-device-width: 1024px) {
    
    #srchform{
       
        display:block;
        margin-top:20px;
    }
    .txtsrch{
        
         background:white;
    }
    
     .addetail p
     {
         font-size:28px;
         padding:10px;
     }
    .addetail{ 
        background:white;
        border-bottom:1px solid grey;
        font-family:'b yekan';
        direction:rtl;

        margin:40px auto ;
        height:500px;
        display:block;
        width:95%;
    }
    .addetail .title
    {
         border-bottom:1px dashed grey;
        font-size:28px;
        padding:10px;
       justify-content:center;
        height:70px;
        font-weight:bold;
        display:flex;
        margin:0px 10px;
        align-items: center;
    }
    
    .addetail .date
    {
         border-bottom:1px dashed grey;
        font-size:28px;
        padding:10px;
       
        height:70px;
       
        display:flex;
        margin:0px 10px;
        align-items: center;
    }
    
    .date img{
        padding-left:10px;
        width:50px;
        height:50px;
        
    }
    
    .adverinfo .slider{
      
        width:100%;
        height:500px;
    }
   .adverinfo .slide{
       
       height:100%;
        float:left;
        
    }
}

@media only screen and (min-device-width: 600px)and (max-device-width: 1024px) {
   
    
    div.scrollmenu {
   font-size:24px;
}

div.adverlist {
    font-size:32px;
        display:block;
      
   width:90%;
   margin:10px auto;
   height:400px;
}
}
@media only screen and (min-device-width: 1024px) {
    
     .addetail p
     {
         
         padding:10px;
     }
    .addetail{ 
        background:white;
        border-bottom:1px solid grey;
        font-family:'b yekan';
        direction:rtl;
        float:left;
        margin:10px ;
        height:500px;
       
        width:33%;
    }
    .addetail .title
    {
         border-bottom:1px dashed grey;
        font-size:20px;
        padding:10px;
       
        height:70px;
        font-weight:bold;
        display:flex;
        margin:0px 10px;
        align-items: center;
    }
    
    .addetail .date
    {
         border-bottom:1px dashed grey;
        font-size:20px;
        padding:10px;
       
        height:70px;
       
        display:flex;
        margin:0px 10px;
        align-items: center;
    }
    
    .date img{
        padding-left:10px;
        width:50px;
        height:50px;
        
    }
    
    .adverinfo .slider{
        width:30%;
     
        float:left;
        height:500px;
    }
   .adverinfo .slide{
       height:100%;
        
        
    }
    div.adverlist {
        display:block;
        float:right;
  
   width:30%;
   margin:1.6%;
   height:200px;
}
}