﻿.Messages_EN {
    text-align: left;
    direction: ltr;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.Box_MainPage {
    border: 1px solid #cecece;
    width: 23.6%;
}

.Box_Img {
    width: 80%;
    margin: 5% auto;
}

.Titr_MainPage_Box {
    margin-top: 5%;
    font-size: 12px;
    font-weight: 600;
    color: #707070;
    font-family: 'Roboto', sans-serif;
}

.About_Alama {
    font-family: 'Roboto', sans-serif;
    color: #ff0000;
    font-size: 12px;
    font-weight: 600;
    line-height: 0px;
}

.discreption_Product div {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
}

.Header_Box_En {
    box-shadow: 0 0 13px rgba(0,0,0,.16);
    -moz-box-shadow: 0 0 13px rgba(0,0,0,.16);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    padding: 20px;
}

.Box_Img img:hover {
    transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.Product_Box {
    background-color: #ededed;
    height: 100px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .Product_Box:hover {
        background-color: red;
    }

.Product_Img_Box {
    padding-top: 20px;
    padding-left: 15px;
}

.Product_Img {
    width: 90%;
    height: 90%;
    box-shadow: 0 0 3px black;
}

.Product_Box_Discreption {
    width: 59%;
    margin-top: 10%;
}

.Product_Box:hover .Product_Box_Discreption_Header, .Product_Box:hover .Product_Box_Discreption_Message {
    color: white;
}

.Product_Box_Discreption_Header {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #ff0000;
    text-align: left;
    font-size: 16px;
}

.Product_Box_Discreption_Header_FA {
    font-family: Tahoma;
    font-weight: 600;
    color: #ff0000;
    text-align: right;
    font-size: 16px;
}

.Product_Box_Discreption_Message {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #707070;
    text-align: left;
}

.Facebook {
    width: 44px;
    height: 44px;
    background-image: url('../images/Facebook.png');
    float: right;
    margin-left: 10px;
}

    .Facebook:hover {
        background-position-y: 45px;
        cursor: pointer;
    }

.Rss {
    width: 44px;
    height: 44px;
    background-image: url('../images/Rss.png');
    float: right;
    margin-left: 10px;
}

    .Rss:hover {
        background-position-y: 45px;
        cursor: pointer;
    }

.Twiter:hover {
    background-position-y: 45px;
    cursor: pointer;
}

.Twiter {
    width: 44px;
    height: 44px;
    background-image: url('../images/Twiter.png');
    float: right;
    margin-left: 10px;
}

.Twiter_Fa {
    width: 44px;
    height: 44px;
    background-image: url('../images/Twiter.png');
    float: left;
    margin-left: 10px;
}
.Twiter_Fa:hover{
        background-position-y: 45px;
    cursor: pointer;
}
.Rss_FA {
    width: 44px;
    height: 44px;
    background-image: url('../images/Rss.png');
    float: left;
    margin-left: 10px;
}
.Rss_FA:hover{
        background-position-y: 45px;
        cursor: pointer;
}
.Facebook_Fa:hover{
   background-position-y: 45px;
        cursor: pointer;
}
.Facebook_Fa {
    width: 44px;
    height: 44px;
    background-image: url('../images/Facebook.png');
    float: left;
    margin-left: 10px;
}

.Contact_Us > div {
    text-align: left;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
}

.Contact_Us_Text {
    width: 95% !important;
    height: 20px !important;
}

.Contact_Us_Text_Master {
    width: 95% !important;
    height: 10px !important;
}

.Input_Btn {
    background-color: #ff0000;
    color: white;
    border: #c10000;
    box-shadow: 0 0 3px #5b5b5b;
    font-family: 'Roboto', sans-serif;
    border-radius: 2px;
}

.Input_TeaxtErea {
    width: 97%;
    box-shadow: inset 0px 1px 4px #ccc;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
}

.Input_Btn_ParentDiv {
    margin-top: 10px;
    margin-bottom: 10px;
}

.Contact_Us_MainPage {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
}

#Search {
    border-radius: 0;
    line-height: 25px;
    width: 65%;
    height: 30px;
    margin: 0;
    padding: 0px !important;
    color: #000;
    background-color: transparent;
    border-color: #cecece;
    float: left;
    /* margin-top: 50px; */
    background-image: url('../Images/MainImg/Search.png');
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 7px;
    color: #707070;
    font-size: 11px;
    box-shadow: none;
    margin-left: 10%;
}

#Search_Btn {
    position: relative;
    display: inline-block;
    border: none;
    background: #ff0800;
    margin-left: -1px;
    color: #fff;
    float: right;
    width: 20%;
    line-height: 30px;
    /*margin-top: 50px;*/
    left: -2px;
}

#SiteAndHelp {
    width: 90%;
    text-align: left;
    margin-left: 10%;
    margin-bottom: 5px;
    font-size: 11px;
}

.Header_Line_Light {
    border-bottom: solid 3px #ff0000;
    line-height: 40px;
}

.Header_Line_Dark {
    border-bottom: solid 3px #969696;
    line-height: 40px;
    height: 40px;
    margin-left: 1px;
}

.Top_Links {
    text-align: right;
    font-size: 13px;
    font-weight: 600;
    color: #5b5b5b;
    font-family: 'Roboto', sans-serif;
}

.Internal_Search_Img {
    height: 19px !important;
    width: 55% !important;
}
