/*--------------------------------------------------------------
TopShop Premium - Header Centered Styling
--------------------------------------------------------------*/

.topshop-header-layout-centered .site-top-bar-left {
    float: left;
    padding: 3px 0 5px;
    position: relative;
    width: 50%;
    background-color: #ffffff;
    z-index: 99;
}
.topshop-header-layout-centered .site-top-bar-left a {
    margin: 0 7px 0 0;
    font-size: 14px;
    vertical-align: middle;
}
.topshop-header-layout-centered .site-top-bar-left-text {
    display: inline-block;
    margin: 0 0 0 4px;
    padding: 0;
    vertical-align: middle;
    font-size: 11px;
}

.topshop-header-layout-centered .site-top-bar-right {
    float: right;
    font-size: 14px;
    padding: 1px 0 5px;
    position: relative;
    width: 50%;
    text-align: right;
    background-color: #ffffff;
    z-index: 99;
}
.topshop-header-layout-centered .site-top-bar-right i {
    margin: 0 0 0 1px;
}
.topshop-header-layout-centered .site-top-bar-right ul {
    display: inline-block;
    vertical-align: middle;
}
.topshop-header-layout-centered .site-top-bar-right ul li {
    
}
.topshop-header-layout-centered .site-top-bar-right ul li a {
    line-height: 14px;
    
}
.topshop-header-layout-centered .header-cart {
    padding: 1px 0 0 8px;
}
.topshop-header-layout-centered .header-cart-contents {
    font-size: 11px;
    color: inherit;
    padding: 5px 0 10px;
}

.topshop-header-layout-centered .header-cart-amount {
    color: inherit;
}
.topshop-header-layout-centered .header-cart-checkout span {
    display: none;
}

.topshop-header-layout-centered .site-header-branding {
    width: 100%;
    text-align: center;
    padding: 0 0 2px;
}
.topshop-header-layout-centered .site-header-branding a {
    display: inline-block;
}
.topshop-header-layout-centered .site-header-branding img {
    display: block;
    margin: 0;
}

.topshop-header-layout-centered .site-header-right-link {
    display: inline-block;
    vertical-align: middle;
    margin: 1px 0 0;
    padding: 0 5px 0px 0;
    font-size: 13px;
    line-height: 14px;
}
.topshop-header-layout-centered .site-header-right-link a {
    padding: 0 5px 1px;
    color: inherit;
    border-radius: 3px;
    -webkit-transition: all 0.05s linear 0s;
    -moz-transition: all 0.05s linear 0s;
    -ms-transition: all 0.05s linear 0s;
    -o-transition: all 0.05s linear 0s;
    transition: all 0.05s linear 0s;
}
.topshop-header-layout-centered .site-header-right-link a:hover {
    background-color: #545454;
    color: #FFF;
}

.topshop-header-layout-centered .site-title {
    font-size: 34px;
    line-height: 34px;
    font-weight: 100;
    margin: 0;
    padding: 17px 0 3px;
}
.topshop-header-layout-centered .site-description {
    margin: 0;
    padding: 4px 0 21px;
    font-size: 13px;
    font-weight: 400;
}
.header-cart .site-header-cart {
    top: 27px;
}

@media screen and (max-width: 782px) {
    
    .topshop-header-layout-centered .site-top-bar-left {
        min-height: 0;
        padding: 2px 0 0;
    }
    .topshop-header-layout-centered .site-top-bar-right {
    }
    .topshop-header-layout-centered .site-title {
        padding: 10px 0 3px;
    }
    .topshop-header-layout-centered .site-description {
        padding: 4px 0 15px;
    }

}