body{
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    color: #505050;
    font-size: 15px;
}
.red {
    color: red;
}
.discount {
    text-decoration: line-through;
}
.header {
    background-color: #15416e;
}
.header.header-v3 .header-wrap {
    background: #001a57;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}    
.header .header-wrap .logo{
    margin: 10px 40px 10px 0;
}
.header .header-wrap .logo img {
    height: 70px;
}
.header .custom-info {
    float: left;
    padding-top: 35px;
    color: #fff;
}
.header .social-links {
    float: right;
    padding-top: 23px;
    margin-left: 20px;
}
.header .custom-info i {
    margin-right: 10px;
    margin-left: 30px;
    width: 28px;
    height: 28px;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 26px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.1);
}
#different_address, .someone_other, .other_opt{
    display: none;
}