/* master page style */

body {
    min-width: 1180px;
    max-width: 1180px;
    background: #f4f3f3;
    margin: 0 auto;
    font-family: 'Titillium Web', sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

header {
    background: #000;
    height: 105px;
    color: white;
    padding: 0px 15px;
    text-align: right;
}

ul li {
    display: inline;
}

header .title {
    color: #fff;
    font-size: 36px;
    line-height: 105px;
    float: left;
}

header a {
    color: #9b9b9b;
    text-decoration: none;
}

header .nav {
    padding-top: 18px;
}

header .nav li {
    padding: 0 11px;
    font-size: 8px;
}

header .info li {
    display: inline-block;
    height: 70px;
    margin: 0px 20px;
    font-size: 10px;
    line-height: 20px;
    color: #9b9b9b;
    text-align: left;
    padding-left: 40px;
    padding-top: 15px;
    position: relative;
}

header .info li:after {
    background: url('../img/nav_header_border.png');
    background-position: right;
    background-repeat: no-repeat;
    content: " ";
    width: 3px;
    height: 70px;
    display: block;
    position: absolute;
    top: 0;
    right: -25px;
}

header .info li:last-child:after {
    display: none;
}

header .info li a {
    color: #aeaeae;
    font-weight: 700;
}

header .info .phone {
    background-image: url("../img/phone.png");
    background-repeat: no-repeat;
    background-position: center left;
}

header .info .account {
    background-image: url("../img/account.png");
    background-repeat: no-repeat;
    background-position: center left;
}

header .info .cart {
    background-image: url("../img/shop.png");
    background-repeat: no-repeat;
    background-position: 0% 15%;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 45px;
}

header .info .item_count {
    font-size: 30px;
}

header .info sup {
    position: absolute;
    top: 5px;
}

.nav2 a {
    color: black;
    font-weight: 700;
    text-decoration: none;
    line-height: 48px;
    height: 10px;
    margin-right: 34px;
}

.nav2 li:last-child a {
    margin-right: 0px;
}

.nav2 form {
    float: right;
}

.nav2 input[type=text] {
    width: 290px;
    height: 30px;
    margin-top: 10px;
    padding-left: 5px;
}

.nav2 input[type=submit] {
    border: 0;
    background: #e92e2e;
    line-height: 23px;
    color: #f4f3f3;
    width: 80px;
}

.promotion {
    margin-top: 20px;
    height: 50px;
    border: 1px solid #cdcdcd;
    border-bottom-width: 5px;
    line-height: 45px;
    background: #fff;
}

.promotion li {
    width: 33.3%;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 55px;
    color: #858585;
    font-size: 12px;
}

.promotion .sale {
    background-image: url("../img/sale.png");
    background-repeat: no-repeat;
    background-position: 5% 40%;
}

.promotion .delivery {
    background-image: url("../img/delivery.png");
    background-repeat: no-repeat;
    background-position: 5% 40%;
}

.promotion .return {
    background-image: url("../img/return.png");
    background-repeat: no-repeat;
    background-position: 5% 40%;
}
/* footer styles */

footer {
    background: #ffffff;
    width: 100%;
    padding: 30px 0 0 20px;
    position: relative;
}

footer:before {
    position: absolute;
    top: -23px;
    height: 23px;
    content: "";
    left: 0;
    width: 100%;
    background: url(../img/footer-top.png);
    background-position: top center;
    background-repeat: no-repeat;
}

footer .horrizontal_column {
    width: 360px;
    margin-right: 40px;
    display: inline-block;
    float: left;
}

footer .horrizontal_column.last {
    margin-right: 0;
}

footer .horrizontal_column .horrizontal_subcolumn {
    width: 50%;
    display: inline-block;
    float: left;
    font-size: 8px;
}

footer h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
    color: #e92e2e;
}

footer ul li {
    display: block;
    margin-bottom: 10px;
}

footer ul li:last-child {
    margin-bottom: 0;
}

footer .payments {
    margin-top: 25px;
    text-align: center;
    vertical-align: center;
    height: 95px;
    background: url('../img/footer-separator.png');
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

footer .payments .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .payments img {
    margin-right: 10px;
}

.clearBoth {
    clear: both;
}

strong {
    font-weight: 700;
}

p {
    margin-top: 15px;
    line-height: 12px;
}