.fixed-header__bar {
	display : none;
}

.header-mobile {
	display      : none;
	position     : relative;
	z-index      : 80;
	padding-left : 20px;
	background   : rgb(245, 199, 74);
	background   : -moz-linear-gradient(top, rgba(245, 199, 74, 1) 0%, rgba(241, 167, 24, 1) 100%);
	background   : -webkit-linear-gradient(top, rgba(245, 199, 74, 1) 0%, rgba(241, 167, 24, 1) 100%);
	background   : linear-gradient(to bottom, rgba(245, 199, 74, 1) 0%, rgba(241, 167, 24, 1) 100%);
	filter       : progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5c74a', endColorstr='#f1a718', GradientType=0);
}

.header-mobile__row {
	padding : 20px 20px 0 0;
}

.header-mobile__row:after {
	display : block;
	content : '';
	clear   : both;
}

.header-mobile__logo {
	float : left;
	width : 50%;
}

.header-mobile__work {
	float        : left;
	width        : 50%;
	box-sizing   : border-box;
	padding-left : 10px;
	font         : 300 10px/12px 'San Francisco', sans-serif;
	color        : #000000;
	text-align   : right;
}

.header-mobile__work b {
	font-weight : 500;
}

.header-mobile__bar {
	display      : block;
	float        : left;
	font-size    : 20px;
	padding      : 0 0 6px;
	margin-right : 15px;
}

.header-mobile__bar a {
	color           : #7a3035;
	text-decoration : none;
}

.header-mobile__cart {
	float : right;
}

.body--sidebar .header-mobile {
	opacity : 0;
}

.header-mobile__phone {
	float          : left;
	font           : 300 14px/14px 'San Francisco', sans-serif;
	color          : #222222;
	padding-bottom : 20px;
}

.header-mobile__phone span {
	border        : 1px solid rgba(32, 32, 32, .2);
	display       : inline-block;
	padding       : 6px 8px;
	border-radius : 5px;
}

.header-mobile .fixed-header__cart-btn {
	font-size      : 15px;
	line-height    : 15px;
	padding-top    : 5px;
	padding-bottom : 5px;
}

@media (max-width : 768px) {

	.header {
		display : none;
	}

	body {
		padding-top : 170px;
	}

	.header-mobile {
		display    : block;
		position   : fixed;
		top        : 0;
		left       : 0;
		right      : 0;
		z-index    : 105;
		transition : .3s top ease;
	}

	.header-mobile.fixed-header--visible {
		top : -45px;
	}

	.fixed-header {
		padding-left : 20px;
		background   : rgb(245, 199, 74);
		background   : -moz-linear-gradient(top, rgba(245, 199, 74, 1) 0%, rgba(241, 167, 24, 1) 100%);
		background   : -webkit-linear-gradient(top, rgba(245, 199, 74, 1) 0%, rgba(241, 167, 24, 1) 100%);
		background   : linear-gradient(to bottom, rgba(245, 199, 74, 1) 0%, rgba(241, 167, 24, 1) 100%);
		filter       : progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5c74a', endColorstr='#f1a718', GradientType=0);
	}

	.fixed-header__phone {
		display : none;
	}

	.js-init-fixed-header:after {
		display : none;
	}

	.fixed-header__cart-btn {
		white-space      : nowrap;
		background-color : #ffffff;
	}

	.fixed-header__bar {
		display   : block;
		float     : left;
		font-size : 20px;
		padding   : 6px 0;
	}

	.fixed-header__bar a {
		color           : #7a3035;
		text-decoration : none;
	}

	.body--sidebar .fixed-header {
		opacity : 0;
	}
}

@media (max-width : 460px) {
    .header-mobile__phone span {
        display       : block;
        margin-bottom: 10px;
    }
}
