/* block top user information */

#header_user #header_nav {
    display: inline-block;
    float: right;
    margin: 0;
}

#header_user .buttons {
    height: 24px;
}

/* ESH-1256 START */
#header_user .contact {
    text-align: center;
}

#header_user .first-line {
    position: relative;
    margin-bottom: 6px;
    font-size: 14px;
}

#header_user .first-line.larger-margin {
    margin-top: 7px;
}

#header_user .second-line {
    font-size: 18px;
    margin-bottom: 4px;
}

#header_user .work-hours {
    font-size: 12px;
}

@media screen and (max-width: 1280px) {
    #header_user .first-line {
        font-size: 13px;
    }
}

#header_user .link {
    display: inline-block;
    vertical-align: middle;
}

#header_user .link.user {
    position: relative;
    margin-right: 40px;
    height: 24px;
}

#header_user .link.user.logged::after {
    content: ' ';
    position: absolute;
    bottom: -4px;
    right: -6px;
    width: 18px;
    height: 18px;

    background-image: url('/img/svg/checkmark_round.svg');
    background-size: contain;
}

#shopping_cart {
    font-size: 20px;
    width: 137px;
}

#shopping_cart span {
    vertical-align: middle;
}

#shopping_cart .cart-quantity {
    display: inline-block;

    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: #BB0000;

    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;

    margin-left: 9px;
}

#shopping_cart .btn-icon {
    display: inline-block;
    margin-right: 10px;
}

@media screen and (max-width: 1280px) {

    #header_user .link.user{
        margin-right: 30px;
    }
}
/* temporarily disable mobile theme (max-width: 450) */
@media screen and (max-width: 1px) {

    #header_user{
        display: none;
    }

    #shopping_cart {
        width: 51px;
        padding: 5px;
    }

    #shopping_cart .btn-icon {
        width: 23px;
        margin-right: 4px;
    }

    #shopping_cart .btn-icon img {
        width: 23px;
    }

    #shopping_cart .btn-title {
        display: none;
    }

    #shopping_cart .cart-quantity {
        font-size: 14px;
        width: 24px;
        height: 24px;
        line-height: 25px; /* zamerne 1px navic pro lepsi vycentrovani na mobilu */
        border-radius: 12px;
        margin: 0;
    }

}


#shopping_cart .ajax_cart_total,
#shopping_cart .ajax_cart_product_txt,
#shopping_cart .ajax_cart_product_txt,
#shopping_cart .ajax_cart_product_txt_s { display:none !important; }

#shopping_cart span.title,
#shopping_cart span.title a {
    color: #fff;
    display: none;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

#header p.shopping-cart span {
    color: #e8bb88;
}
#header p.shopping-cart span.title {
    color: #fff;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}
#header p.shopping-cart span.price {
    font-size: 12px;
}
#header p.shopping-cart strong {
    font-weight: normal;
}





#header #header_user_info.center {
    font-size: 75%;
    text-align: right;
    float: left;
    display: none;
    margin: 23px 18px 0;
    overflow: hidden;
}

#header #header_user_info.center p {
    padding: 0;
    margin: 15px 0 0 0;
}

#header #header_user_info.center p a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}
#header #header_user_info.center p a:hover {
    text-decoration: none;
}
#header #header_user_info.center ul {
    margin-top: 1px;
    float: right;
}
#header #header_user_info.center ul li {
    text-transform: uppercase;
    float: left;
    padding-right: 14px;
    padding-left: 10px;
    border-right: 1px solid #35230f;
}
#header #header_user_info.center ul li a {
    color: #35230f;
}
#header #header_user_info.center ul li a:hover,
#header #header_user_info.center ul li a span {
    color: #9f361e;
}
#header #header_user_info.center ul li.last {
    padding-right: 0;
    border-right: none;
}

#shopping_cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    /*width: 167px;*/
    min-width: 30px;
    max-width: 167px;
    height: 54px;
    width: unset;
    border-radius: 3px;
}

#shopping_cart > span{
    margin-right: 10px !important;
}

#shopping_cart > span:first-child{
    margin-left: 15px !important;
}

#shopping_cart > span:last-child{
    margin-right: 15px !important;
}

#shopping_cart span.btn-icon,
#shopping_cart span.btn-title,
#shopping_cart span.cart-quantity {
    margin: 0;
}

#shopping_cart span.btn-icon{
    position: relative;
}
