/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 02.11.2018, 5:00:03
    Author     : Nick Denry
*/

.main-header {
    background: url('../../theme/images/main-header/background.png') repeat top left;
    border-bottom: 1px solid #f3f3f3;
}

.main-header__content {
    align-items: center;
    display: flex;
}

.main-header__column {
    flex: 1 1 0px;
}

.main-header__social {
    display: inline-block;
    height: 32px;
    text-indent: -9999px;
    width: 32px;
}

.main-header__social.active,
.main-header__social:active,
.main-header__social:focus,
.main-header__social:hover {
    box-shadow: 0px 0px 4px 0px rgba(58,105,149,0.7);
    border-radius: 4px;
}

.main-header__social-vk {
    background: url('../../theme/images/main-header/soc-icon.png') no-repeat 0px 0px;
}

.main-header__social-vk:active,
.main-header__social-vk:focus,
.main-header__social-vk:hover {
    background-position: 0px -32px;
}


.main-header__social-fb {
    background: url('../../theme/images/main-header/soc-icon.png') no-repeat -32px 0px;
}

.main-header__social-fb:active,
.main-header__social-fb:focus,
.main-header__social-fb:hover {
    background-position: -32px -32px;
}

.main-header__social-inst {
    background: url('../../theme/images/main-header/soc-icon.png') no-repeat -64px 0px;
}

.main-header__social-inst:active,
.main-header__social-inst:focus,
.main-header__social-inst:hover {
    background-position: -64px -32px;
}

.main-header__logo {
    display: block;
    padding: 45px 0px;
}

.main-header__cart {
    align-items: center;
    display: flex;
    float: right;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}

.main-header__cart:active,
.main-header__cart:focus,
.main-header__cart:hover {
    text-decoration: none;
}

.main-header__cart-icon {
    display: inline-block;
    vertical-align: middle;
    width: 22px; height: 27px;
    background: url('../../theme/images/main-header/cart-icon.png') 0px 0px;
}

.main-header__cart:active .main-header__cart-icon ,
.main-header__cart:focus .main-header__cart-icon ,
.main-header__cart:hover .main-header__cart-icon {
    background: url('../../theme/images/main-header/cart-icon.png') -22px 0px;
}


.main-header__cart-content {
    margin-left: 10px;
}
/*.main-header__cart-content {
    background: #ac0000;
    color: #fff;
    display: inline-block;
    margin: 30px 0px;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border: 0px solid #000000;
    padding: 0px 20px;
}*/