/*--------------------------------------------------------------
TopShop Premium - Header Standard Styling
--------------------------------------------------------------*/
.top_bar {
    padding: 15px 0;
    background-color: #f2f0f0;
	color:#6f6e6e;
}
.site-top-bar {
    color: #777;
}
.topshop-header-layout-standard > .site-container {
    position: relative;
}

.topshop-header-layout-standard > .site-container .row {
    display: flex;
    justify-content: space-between;
}

.topshop-header-layout-standard > .site-container .row:before, .topshop-header-layout-standard > .site-container .row:after  {
    content: none;
}
.main-head{
	padding: 10px 15px 10px;
	font-weight:700;
	font-size:12.99px;
    @media screen and (max-width: 480px) {
        padding: 10px 8px 10px;
    }
}
.main-head a{
	color:#333333;
}

.hd-mail{
	display:inline-block;
	background:url(../../images/hd-mail21.png) 0 0 no-repeat;
	padding-left:42px;
}
.hd-mail a{
	font-size:15px;
}
.hd_cb:hover {
    text-decoration: underline;
}
.hd_phone{
	display:inline-block;
	background:url(../../images/hd-phone21.png) 0 0 no-repeat;
	padding-left:42px;
}
.hd-off{
	display:inline-block;
	background:url(../../images/hd-cal21.png) 0 0 no-repeat;
	padding-left:42px;
}
.header-cart{
    position: relative;
}
.header-cart .site-header-cart {
	display:none;
    top: 28px;
    background-color: #fff;
    padding: 15px;
    position: absolute;
	z-index:99999;
	right:0;
}
.bordr{
	border-right:1px solid #dcdada;
	padding:0 12px;
}
@media screen and (max-width: 782px) {
    
    .topshop-header-layout-standard .site-top-bar-left {
        min-height: 0;
    }
    .topshop-header-layout-standard .site-top-bar-right {
        
    }
    .topshop-header-layout-standard .site-header-left a {
        display: inline-block;
    }
    .topshop-header-layout-standard .site-header-right {
        position: relative;
        right: 0;
        top: 0;
        margin: 0;
    }
    .topshop-header-layout-standard .site-title {
        padding: 10px 0 3px;
    }

}