@import url('../../../shopper-v2/css/store/store-header.css');

.callout-wrapper { background: rgba(195,107,132,0.05); height: 32px; }
.callout-wrapper .callout h3 { color: #c36b84; font-size: 12px; line-height: 32px; }
.callout-wrapper .callout h3 a { color: #c36b84; }

header {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
header .top-switch-bg {
	background: transparent;
	height: 40px;
}

header .header-container .links li a {
	line-height: 40px;
	font-weight: bold;
}

header .cart-top-container {
	border-radius: 0;
	box-shadow: none;
	padding: 7px 12px 6px 9px;
}

header .links,
header .header-container .top-switch-bg .topBarLft li.first,
header .header-container .links li a,
.header-switch span { 
	color: #c36b84 !important;
}

header .header-container .links li a:hover,
header .cart-top-container .cart-top a:hover .cartNumberAmount {
	color: #c36b84 !important;
}

header .cart-top > a:before { background-color: #c36b84; }
header .cart-top > a:hover:before { background-color: #b34867; }
header .cart-top-container .cartNumberAmount { color: #60ad15; }

header .header-wrapper { background: transparent; }

header .header-wrapper .topMenuColumn { display: none }

/* Logo Center ---------------------------- */

h1.logo,
body.checkout-onepage-index a.logo { margin: 0 auto 30px auto !important; display: block !important; text-align: center; float: none !important; width: 100%; max-width: 192px; }
h1.logo img { margin: 0 !important; }

/* Medium & Up -------------------------- */
@media screen and (min-width: 40em) {
	.callout-wrapper { height: 40px; }
	.callout-wrapper .callout h3 { font-size: 16px; line-height: 40px; }
}

h1.logo a { margin: 0; }

header a.logo img { height: auto; }

header .header-wrapper { background: transparent; }
header .header-wrapper a.logo img { }
header .header-wrapper .large-6 { width: 100%; }
header .header-wrapper .topMenuColumn {display: none}

.mobile-nav { margin-top: 20px; }
.mobile-nav .nav-container .nav-top-title { background: #eee; }
.mobile-nav .nav-container .nav-top-title:hover { background: #c20201; }