#header-top {
	background-color:#282727 !important;
}
/* header links */
div.header-links > a {
	font-size:24px !important;
}
div.v-shop-top-bar > a {
	margin-left:14px !important;
}
/* shop-menu */
div#v-shop-menu {
	background-color:#84754e;
}
div#v-shop-menu > div {
	padding:0 20px;
}
div#v-shop-menu a:link
,div#v-shop-menu a:visited
,div#v-shop-menu a:hover
{
	color:white;
	font-family:'bebas-neue-pro';
	font-size:24px;
	line-height:1em;
	font-weight:300;
	text-decoration:none;
	box-sizing:border-box;
	padding:6px 6px 5px;
	height:100%;
	margin:7px 4px;
	text-transform:uppercase;
	white-space:nowrap;
	border:1px solid transparent;
}
div#v-shop-menu a.selected {
	border:1px solid white;
}
@media (max-width:750px) {
	div#v-shop-menu-desktop
	,body.merch div.header-links > a.non-mobile
	{
		display:none !important;
	}
	/*
	body.side-menu-left.merch header a.logo {
		margin-left:0 !important;
	}
	*/
}
@media (min-width:750.001px) {
	body.merch #hamburger
	,div#v-shop-menu-mobile
	,div#v-mobile-main-category-menu
	{
		display:none !important;
	}
}
body.merch.merch-shop-is-open #bodyHolder {
	padding-top:110px !important;
}
/* v-shop-menu-mobile 
div#v-shop-menu-mobile {
	margin:0 -5px 10px;
	display:flex;
	justify-content:space-between;
	align-content:flex-start;
	background-color:#84754e;
}
div#v-shop-menu-mobile > a {
	display:block;
	box-sizing:border-box;
	text-decoration:none;
	padding:6px 8px;
	border:1px solid #000;
	flex:1 0 auto;
	font-family:'bebas-neue-pro';
	font-size:24px;
	line-height:1em;
	font-weight:300;
	text-transform:uppercase;
	white-space:nowrap;
	text-align:center;
	margin:0 5px;
}
div#v-shop-menu-mobile > a:link
,div#v-shop-menu-mobile > a:hover
,div#v-shop-menu-mobile > a:visited
{
	color:#000;
}
div#v-shop-menu-mobile > a.selected:link
,div#v-shop-menu-mobile > a.selected:hover
,div#v-shop-menu-mobile > a.selected:visited
{
	background-color:black;
	color:white !important;
}*/
/* vue modules */
div#v-cart
,div#v-cart-just-added
,div#v-cart-msg
,div#v-product-list-module
,div#v-shop-start-areas {
	font-family:'montserrat' !important;
	font-weight:400;
}
#shop-breadcrumb
,#v-mobile-main-category-menu
{
	padding-top:2rem;
}
/* v-cart */
div#v-cart-msg {
	color:white;
	font-size:14px;
	font-weight: 400;
}
div.v-cart-headline {
	font-size:24px;
	font-weight:700;
}
div.v-cart-item-body > span {
	font-size:12px;
	word-break: break-all;
}
@media screen and (max-width: 480px) {
	div.v-cart-item-body > span {
		font-size:14px !important;
	}
	div.v-cart-item-price {
		font-size:16px !important;
	}
}
span.v-cart-item-brand {
	font-weight:600;
}
span.v-cart-item-option {
	font-weight:600;
}
div.v-cart-item-price {
	font-weight:600;
	font-size:14px;
}
div.v-cart-amount > span {
	font-size:20px;
}
div.v-cart-amount > span:nth-of-type(1) {
	font-weight:400;
}
div.v-cart-amount > span:nth-of-type(2) {
	font-weight:600;
}
a.v-cart-checkout
,a.v-filter-apply
{
	font-size:18px;
	font-weight:600;
}
div.v-cart-note {
	font-weight:600;
	font-size:14px;
	text-align:center;
}
/* v-product-list-header */
div#v-product-list-header > a {
	font-family:'bebas-neue-pro';
	font-weight:600;
}
/* product list image box */
div.v-product-list-inner > div > div > a {
	box-shadow:0 2px 5px rgba(0,0,0,0.2);
	transition: transform 200ms ease;
}
div.v-product-list-inner > div > div > a:hover {
	transform: scale(1.03);
}
span.v-product-list-banner {
	position: absolute;
	display:block;
	width: 36px;
	height: 36px;
	box-shadow:0 2px 5px rgba(0,0,0,0.2);
	font-family:'bebas-neue-pro';
	font-size: 20px;
	line-height: 1em;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 0.4em 0 0;
	color:white;
}
span.v-product-list-banner.eco {
	bottom: 0;
	right: 0;
	background-color: #10672f;
}
span.v-product-list-banner.sale {
	top: 0;
	right: 0;
	background-color: #b72424;
}
/*
span.v-product-list-eco > span {
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../graphic/merch/eco-logo.png);
}
*/
div.v-product-list-price > span.ord-price {
	color:#888;
	text-decoration:line-through;
}
div.v-product-list-price > span.sale-price {
	color:#b72424;
}
div.v-product-list-price > span.discount-percent{
	color:white;
	padding:2px 4px !important;
	background-color: #b72424;
}
div.v-product-list-brand {
	font-weight:600;
	font-size:15px;
}
div.v-product-list-name {
	font-weight:400;
	font-size:13px;
}
div.v-product-list-price > span {
	font-weight:600;
	font-size:15px;
}
div.v-product-list-variants {
	position:relative;
	transition:opacity 350ms ease-in;
}
/*
div.v-product-list-variants > span:hover {
	background-color:#84754e;
}
*/
div.v-product-list-variants.adding-to-cart {
	opacity:0.5;
}
div.v-product-list-variants > span {
	font-weight:400;
	font-size:13px;
	color:#DDD !important;
	background-color:#555;
}
div.v-product-list-variants > span.selected {
	color:#555 !important;
	background-color:transparent !important;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
/*
.tooltip > span {
	font-weight:300;
	font-size:11px;
	background-color:#84754e;
	color:#fff;
}
.tooltip.sizes > span {
	width:40px;
	margin-left:-20px;
}
*/
@media (max-width:750px) {
	div#v-product-list-filter-menu {
		background-color:#f7f4f0;
	}
}
/* filter */
div.v-filter-section-name {
	font-size:16px;
	font-weight:600;
}
div.v-filter-section-name > span > span {
	font-size:14px;
	font-weight:400;
}
div.v-filter-section-name > i
,div.v-filter-section-name > svg
{
	font-size:14px;
}
div.v-filter-option label {
	font-size:14px;
	color:black;
}
/* product single (ps) 
div.ps-price-holder {
	position:relative;
	display:flex;
	margin:5px 0 20px;
	justify-content:flex-start;
	align-content:flex-start;
	font-family:'bebas-neue-pro';
	font-weight: 600;
}
div.ps-price-holder > div {
	color:black;
	font-size:30px;
	line-height:1em;
	margin-right:10px;
	padding:4px 0;
	font-weight:600;
}
div.ps-price-ord {
	color:#888 !important;
	text-decoration:line-through;
}
div.ps-price.sale {
	color:#b72424 !important;
}
div.ps-discount {
	color:white !important;
	padding-left:6px !important;
	padding-right:6px !important;
	background-color:rgba(255,109,112,1.00);
}*/
img.product-single-eco-logo {
	margin: 10px 0 10px;
	width: 100px;
}
button.v-product-list-buy
,div.v-product-list-out-of-stock
{
	display: block;
	color: white;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	width: 100%;
	padding: 6px;
	font-family:'bebas-neue-pro';
	font-weight: 600;
	border: 0 solid black;
	transition: filter 250ms ease;
	text-transform: uppercase;
	margin:8px 0 0;
}
button.v-product-list-buy {
	cursor: pointer;
	background-color: #333;
}
button.v-product-list-buy:hover {
	filter:brightness(1.6);
}
button.v-product-list-buy > i
,button.v-product-list-buy > svg {
	font-size: 14px;
	margin-right: 10px;
}
button.v-product-list-buy.adding-to-cart {
	cursor:not-allowed !important;
}
div.v-product-list-out-of-stock {
	background-color: #b72424;
}
p.soldOut {
	color:#b72424;
	font-size: 30px;
	line-height: 1em;
	font-family:'bebas-neue-pro';
	font-weight: 600;
	text-transform: uppercase;
}
div.v-bounce-alert {
	background-color:#84754e;
	color:white;
}
