/* Design */

h1#Main_Title {color:#5E826A;font-size:50px;text-align:center;font-weight:bold;}
div.Menu {margin:auto auto 10px auto;}
div.Menu ul 
{
    padding:10px;
    overflow:auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
div.Menu li, div.Menu a {background-color:#5E826A;color:white;display:block;list-style-type:none;padding:2px 5px 2px 5px;;margin:3px;}
div.Menu li:hover, div.Menu a:hover {color:white;background-color:#5E826A;}



div#Container {width:80%;padding:10px;margin-right:auto;margin-left:auto;}



/* For mobile */
@media only screen and (max-width:800px)
{
    div#Container {width:unset;}
    h1#Main_Title {font-size:30px;}
}



div#Footer {max-width:1200px;font-size:13px;padding:10px;margin:auto;}
div#Footer p {font-size:13px;}

#Design_Bottom_Img_Box {float:left; }
#Design_Bottom_Img_Box div { display: inline-block; width:100px; height:90px; border: 1px solid black; padding:5px; margin:15px; text-align:center;}
#Design_Bottom_Img_Box img {max-height:70px;width:auto;}


div#Recommended_Links a{font-size:7px;color:white;}


/**************************************
*** Design permanent side links box ***
*** Negishut and Whatsapp links     ***
***************************************/
div.permanent_side_links_box {
    position: fixed;
    top:150px;
    left:0px;
    background-color:#ebe9e9;
    padding: 2px;
    border-radius: 0px 10px 10px 0px;
}
div.permanent_link_box img {
    width: 40px;
    height:40px;
    border-radius: 10px 10px 10px 10px;
    display:block;
    padding:3px;

}


/******************************************************************************************
******************************* Global Elemetns style *************************************
*******************************************************************************************/

body { 
    direction:rtl;
    background-color:white;
    font-family:Arial,Helvetica,sans-serif;
}

h2 {color:#5E826A;font-size:30px;text-decoration:underline;text-align:center;}

p { font-size:20px; }

img { border:0px; }

span.No_Wrap {white-space:nowrap;}

/* Images float and divs */
.Img_Float_Left{float:left;margin:20px;}
.Img_Float_Right{float:right;margin:20px;}
img.Img_Center{display:block;margin-right:auto;margin-left:auto;}
div.Img_Center{text-align:center;margin:10px;}
div.Img_Center img{margin:10px auto 10px auto;}

@media only screen and (max-width: 500px)
{
    .Img_Float_Right, .Img_Float_Left {float:unset;max-width:100%;height:auto;display:block;margin-right:auto;margin-left:auto;}
    div.Img_Float_Left {text-align:center;}
    div.Img_Float_Right {text-align:center;}
    .Img_Center img, img.Img_Center, img.Img_Float_Left, img.Img_Float_Right {float:unset;max-width:100%;height:auto;display:block;margin-right:auto;margin-left:auto;}
}

/* Images sizes */
.Max_Image_Size_120 { width:120px;height:auto; }
.Max_Image_Size_140 { width:140px;height:auto; }
.Max_Image_Size_150 { width:150px;height:auto; }
.Max_Image_Size_180 { width:180px;height:auto; }
.Max_Image_Size_200 { width:200px;height:auto; }
.Max_Image_Size_240 { width:240px;height:auto; }

.Max_Image_Height_160 { height:160px;width:auto; } 
.Max_Image_Height_180 { height:180px;width:auto; } 
.Max_Image_Height_200 { height:200px;width:auto; } 
.Max_Image_Height_240 { height:240px;width:auto; } 
.Max_Image_Height_280 { height:280px;width:auto; } 
.Max_Image_Height_300 { height:300px;width:auto; } 
.Max_Image_Height_360 { height:360px;width:auto; } 
.Max_Image_Height_500 { height:500px;width:auto; } 


/**************************
*** Tables for products ***
**************************/
div.Mevukaim_Gallery, div.Copying_Gallery
{
    overflow:auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
div.Mevukaim_Gallery img, div.Copying_Gallery img {max-width:100%;height:auto;display:block;margin-right:auto;margin-left:auto;}
div.Mevukaim_Gallery h3 , div.Copying_Gallery h3 {text-align:center;}
div.Mevukaim_Gallery div, div.Copying_Gallery div {border:1px black solid;width:300px;height:auto;padding:15px;margin:10px;}