body{
    margin: 0px;
    padding: 0px;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.footerb{
background-color: rgb(240, 241, 242);
}
.ContentBg{
    background-color: white;
}
.ContentBgImg{
    background-color: white;
}
.bg-g{
    
    background-color: white;
    background-image: url(../img/go-green-logo-color1.jpg);
    width: 100%;
}
.textWear{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    color: #999999;
}
.textExoert{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    color: #333333;
    font-weight: bolder;
}
.txtmain {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666666;
    width: 100%;
    height: 100%;
    padding-left: 5px;
}
.text-black{
    color:black;
    font-weight: bolder;
    text-decoration:underline;
}
.text-black:hover{
    color:black;
    font-weight: bolder;
}
.Redii{
    border-radius: 30px 30px 0px 0px;
    background-color: rgb(0, 171, 69);
}
.TitleColor > li > a{
    color:white;
    font-weight: bold;
}
.TitleColor > li > a:Hover{
    color:white;
    font-weight: bold;
    opacity: 0.8;
    cursor: pointer;
    
}
.bgfoot{
    background-color: rgb(43, 48, 51);
}
.footImg{
    height: 50px;
    background-color: rgb(26, 28, 29);
}
.fontfoot{
    color:white;
    text-decoration:underline;
}
.TextWhite{
    color:white;
    font-size: 13px;
}
.LoginEmail{
    font-weight: bolder;
    color: #d8ff00;
}
.LoginEmail:hover{
    color: #d8ff00;
    font-weight: bolder;
    text-decoration: none;
}
.TextCon{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
}
.BoxCon{
    background-color: rgb(238, 245, 220);
    padding: 10px;
    height: 164px;
}
.TitleText{
    color: #CC0000;
    font-weight: bolder;
}
.TextProduct{
    font-size: 12px;
    line-height: 17px;
}
.BoxMarket{
    background-color: rgb(238, 245, 220);
    width: 180px;
  padding: 10px;
  text-align: center;
}

.txtSty {
    font-size: 12px;
    line-height: 0px;
}
.txtStyTile {
    font-size: 12px;
    line-height: 0px;
    color: #666666;
    font-weight: bold;
}
.txtContext > p{
    font-size: 12px;
}
.txtContext > p > strong{
    font-size: 14px;
    font-weight: bold;
    color:rgb(204, 0, 0);
    text-decoration: underline;
}
.txtContext > p > a{
    color:rgb(51, 49, 49);
}
