.header {
    background-color: rgba(28,34,36,.8);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
    color: #fff;
    border: 0;
}

.header__top{
    background-color:#E91E63;
    height: 60px;
}

.header-logo{
    display: inline-block;
    margin-top:10px;
    text-align: right;
}

.header-logo .header-logo__link{
    font-size: 22px;
    color: #FFF;
    text-decoration: none;
    line-height: 36px;
    font-weight: 600;
    zoom: 1;
}

.header-search{
    width: 100%;
    position: relative;
    zoom: 1;
}

.header-search .header-search__form{
    width: 100%;
    padding:0;
    margin-top:10px;
    margin-bottom:10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.23);
    border-radius: 0 2px 2px 0;
}
.header-search__form .input-group {
    width: 100%;
}

.header-search__form .form-control {
    width:100%;
    height: 40px;
    border-color: #DDDADA;
    box-shadow: none;
    border-radius: 2px 0px 0px 2px;
    border: 0;
}

.header-search__form .input-group-addon {
    width: 50px !important;
    padding: 0px 0px;
    background-color: #FCE4EC;
    border: 1px solid #fff;
    border-radius: 0px 2px 2px 0px;
}

.header-search__form .searchIcon{
    width: 100%;
    display: block;
    padding: 3px 0px;
    font-size: 18px;
    background: transparent;
    outline: 0 !important;
    box-shadow: none !important;
}

.header .header-right{
    margin-right: 0;
}

.header .header-right__item{
    display: inline-block;
    height: 60px;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.header .header-right__item:hover{
    background-color: rgba(0, 0, 0, 0.09);
    cursor:pointer;
}

.header .header-my-account{

}

.header .header-right__item.open:hover{
    background-color:transparent  ;
}

.header .header-my-account.open .account,
.header .header-my-account.open .account:focus{
    background-color: rgba(0, 0, 0, 0.09) !important;
    border:0;
    cursor:pointer;
}

.header .account {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block !important;
    height: 100%;
    cursor: pointer;
    height: 60px;
    line-height: 60px !important;
    width: 130px;
    padding: 0 !important;
    color: #fff !important;

}

.header .accountContainer{
    display: inline-block;
    line-height: 1;
    margin-top: 13px;
    position: relative;
    text-align: left;
    padding: 0px 20px;
}

.header .accountContainer:before{
    font-family: FontAwesome;
    content: "\f107";
    font-style: normal;
    bottom: 16px;
    font-size: 12px;
    position: absolute;
    right: 28px;
}

.header .header-my-account ul.dropdown-menu:before {
    content: "";
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    top: -8px;
    right: 29px;
    z-index: 10;
}

.header .account__my-account{
    display:block;
}

.header .account__my-login{
    color: #eee;
    display: inline-block;
    font-size: 12px;
    margin-top: 4px;
}

.header .header-my-cart{

}

.header .shopping-cart{
    display: block;
    height: 100%;
    line-height: 60px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.header .shopping-cart{
    background-image: url(../images/cart.png);
    background-size: 26px;
    background-position: 17px;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 100%;
    padding-left: 40px;
    text-align: center;
    width: 130px;
    padding-right: 20px;
}

.header .shopping-cart .shopping-cart__count {
    position: absolute;
    left:36px;
    top: 9px;
    min-width: 20px;
    height: 20px;
    border-radius: 20px;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 11px;
    padding: 5px 6px 5px 5px;
    text-align: center;
    background-color: rgb(160, 13, 63);
}

.header__bottom{
    position:relative;
    background-color: #fff;
    min-height:initial;
    height: 36px;
    margin-bottom: 0;
    zoom: 1;
    border-radius:0;
}

.header__bottom.navbar-default{
    background-color: #fff;
    border:0;
}

.header__bottom .navbar-nav{
    float: left;
    margin: 0;
}

.header__bottom .navbar-nav>li {
    float: left;
    zoom:1;
}
.header__bottom .navbar-nav>li>a {
    color: #020202;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    zoom: 1;
}

.header__bottom .navbar-nav>li:first-child>a:first-child{
    padding-left:0;
}