/* block top user information */

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

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

#header_user .buttons {
    display: inline-block;
    margin: 16px 0;
    height: 24px;
    float: left;
}

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

#header_user .link img {
    float: none;
    display: inline-block;
}

#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;
}

#header_user .link.favourites {
    margin-right: 40px;
    height: 20px;
}

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

#header_user #shopping_cart span {
    vertical-align: middle;
}

#header_user #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;
}

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

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

    #header_user .link.user {
        margin-right: 30px;
    }

    #header_user .link.favourites {
        margin-right: 30px;
    }
}

/* temporarily disable mobile theme (max-width: 450) */
@media screen and (max-width: 1px) {

    #header_user .buttons {
        display: none;
    }

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

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

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

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

    #header_user #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;
    }
	
}


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

#header_user #shopping_cart span.title,
#header_user #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;
}