@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');
*{
  font-family: "IBM Plex Sans Arabic", sans-serif;
}
body{
    background: #fdfdfd;
    padding: 0;
    margin: 0;
} 


#layout{
    width: 100%;
    max-width: 500px;
    margin: auto; 
    padding-bottom: 20px;
    position: relative;
}

#cat_slider{
    margin-top: 10px;
}
#cat_slider a{
    text-decoration: none;
    color: #000;
    text-align: center;
    font-size: 10pt;
}
#cat_slider a img{
    border-radius: 90px;
}
#cat_slider a .title{
    margin-top: 5px;
}

#products{
    text-align: center;
}


#products .item{
    text-align: right;
    width:46%;
    margin: 1%;
    display: inline-block;
    border: 1px solid #f3f4fc;
    background: #fff;
    border-radius: 10px;
}

#products .item a{
    color: #0f2c83;
    text-decoration: none;
}

#products .item .img{
    margin: 5%;
    width: 90%;
    height: 200px;  
    border-radius: 10px;   
}
 
#products .item .title{ 
    font-size:11pt;
    color: #0f2c83;
    margin: 5%;
    display: block;
}

#products .item .price{
    font-weight: bold;
    margin-right: 5%;
    margin-bottom: 5%;
    font-size: 13pt;
    padding:3px 5px;
    border-radius: 3px;
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgb(255 228 0));
    width: 130px;
    color: #403900;
    float: right;
}
#products .item .whatsapp{
        width: 25px;
        height: 25px;
        float:left;
    margin-left: 5%;
    margin-bottom: 5%;
}
#products .item .whatsapp img{
    width: 100%;
}


#view{
    padding: 2%;
}

#view .main_image{
    width: 100%; 
    border-radius: 10px;
}

#view .title{
    font-size: 18pt;
    font-weight: 500;
    margin-top: 5px;
}

#view .price{
    font-size: 18pt;
    font-weight: bold; 
    float: left;
    color: #342f08;
    margin-top: 10px;
    background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgb(255 228 0));
    padding: 2px 10px;
    border-radius: 3px;
}

#view .note{
    color:#6c6e70;
    margin: 10px 0px;
    font-size: 12pt;
    line-height: 27px;
}
#view .not_available{
    margin-top: 5px;
    color: rgb(196, 18, 18);
    font-size: 13pt;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    border: 1px solid rgb(169, 32, 32);
    border-radius: 10px;
    display: inline-block; 
    padding: 2px 10px;
}
.product_image{
    width: 96%;
    margin: 2%;
}

#layout .logo{
    width: 100%;
}

#bottom{ 
    width: 100%;
    padding: 4px;
    text-align: center;
    margin-top: 20px;
    font-size: 12pt;
    border: 1px solid #ccc;
    border-radius: 5px;
    
}
#bottom a{
    text-decoration: none;
    font-weight: bold;
    direction: ltr;
    unicode-bidi: embed;
    color: #0f2c83;
}