@charset "utf-8";
/* CSS Document */
@import "fonts.css";
@import "nitebox.css";
@import "cookie_accept.css";
@import "menu.css";
@import "panels.css";
@import "form.css";
@import "list.css";

* {
	position:relative;
	margin:0;
	padding:0;
	outline:none;
	resize:none;
	border:none;
}
img { -ms-interpolation-mode : bicubic; vertical-align:middle; } 
html,
body {
	width:100%;
	height:100%;
	min-width:320px;
	background:#fff;
}
html {
	overflow:auto;
	overflow-y:scroll;
}
/* NOSCRIPT */
#noscript {
	width:100%; padding:10px; background-color:#ce0f00; text-align:center; color:#fff; display:block; margin-bottom:2px;
}
#noscript * { color:#fff; font-size:14px; line-height:normal; }
#noscript a { font-weight:600; }
/* SELECTION */
::selection, ::-moz-selection {
	background: #ee3188; color:#fff;
}
/* 404 */
h1.nf, h1.nf * { font-size:100px; line-height:100px; color:#0fbdf8; font-weight:700; font-style:normal; margin: 2% 0 1% 0; user-select: none; }
/* box-sizing */
* { box-sizing: border-box; }
/* font-face */
* { font-family:'Roboto Condensed', Arial, Helvetica, sans-serif; font-weight:400; font-size:18px; color:#505050; line-height: normal; }
/* transition */
.t, a, a::after, a::before, a *, ul.menu ul, ul.menu > li:after { transition:all .3s; }
h1, h2 { transition:color .3s; -webkit-transition:color .3s; }
/* hovers */
ul.menu .nc:hover { cursor:default; }
/* not selectable */
.not-selectable, ul.menu .nc, input[type="checkbox"]+label, form label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
	cursor:default;
}
strong, b, strong *, b * { font-weight:700; }
/**/

a { color:#ee3188; text-decoration:none; }
a:hover { color:#ac2262; }

div.c { max-width:1800px; padding:0px 3%; margin:0 auto; }

h1, h2, h3, h4, h5, h6 {
	cursor:default;
	font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
	font-weight: 700;
	color:#181818;
}

#preloader { width:100%; height:100%; z-index:9997; position:fixed; background:url(../images/preloader.svg) center center no-repeat #fff; }

#wrapper { width:100%; overflow:hidden; min-height:100%; display: flex; flex-direction:column; }

#header {
	background-color: #181818;
	z-index: 3;
}

#header div.main {
	background-image: url(../images/pattern-white.png);
}
#header div.logo {
	max-width:320px;
	width:100%;
	padding:30px 0;
	user-select: none;
}
#wrapper.b2b div.logo {
	max-width:200px;
	padding:10px 0;
}
#header div.logo a {
	display: block;
}
#header div.logo a #eb-ball {
	transition:all .3s;
}
#header div.logo a:hover #eb-ball {
	fill:#c4de4e;
}
#header div.logo img {
	width:100%;
}
#header * {
	font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
	font-weight: 500;
}
#header div.top {
	padding:10px 0;
}
#wrapper.b2b #header div.top {
	padding: 20px 0;
}
#header div.top * {
	color:#bbbbbb;
	font-size:16px;
	line-height: normal;
}
#header div.page-title {
	user-select: none;
	text-transform: uppercase;
	align-self: center;
}
#header ul.links {
	list-style-type: none;
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
#header ul.links > li {
	align-self: center;
}
#header ul.links > li + li {
	margin-left: 25px;
}
#header ul.links a {
	display: block;
	text-indent: -10000px;
	opacity:.4;
}
#header ul.links a:hover {
	opacity:1;
}
#header ul.links a.ernie-ball-music-man {
	width:90px;
	height:36px;
	background: url(../images/ernie-ball-music-man.png) center center no-repeat;
	background-size: 100% auto;
}
#header ul.links a.youtube {
	width:90px;
	height:30px;
	background: url(../images/youtube.svg) center center no-repeat;
	background-size: 100% auto;
}
#header ul.links a.facebook {
	width:90px;
	height:30px;
	background: url(../images/facebook.svg) center center no-repeat;
	background-size: 100% auto;
}
#header div.c {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#header div.menu {
	align-self:center;
}
#line, div.line-sep {
	background-image: url(../images/pattern-gray-inv.png);
	background-color: #fff;
	border-top: 2px solid #fff;
	padding:20px 0;
	z-index: 2;
}
div.line-sep {
	border:none;
	height:85px;
}

#content {
	padding-bottom: 4%;
	z-index: 1;
	flex-grow:1;
}
#content div.block.gray {
	background-image: url(../images/pattern-gray-inv.png);
} 

#content p.msg {
	padding: 20px 0;
}

/* CATEGORY PATH */
div.category-path {
	text-align: center;
	padding:5px 0;
	display: flex;
}
div.category-path ul {
	list-style-type: none;
	display: inline-block;
	margin: 0 auto;
	background-color: #fff;
	padding:5px 10px;
}
div.category-path li {
	display: inline-block;
}
div.category-path li::after {
	content:'/';
	padding:0 10px;
	color:#fe4fae;
}
div.category-path li:last-child::after {
	content:'';
	padding:0;
}
div.category-path li * {
	font-size:14px;
	text-transform: uppercase;
}
div.category-path li a {
	color:#696969;
}
div.category-path li a:hover {
	color:#181818;
}
div.category-path li span {
	cursor:default;
}
div.prod-settings {
	display:flex;
	justify-content: space-between;
}
div.prod-settings form select {
	height:34px !important;
	top:0 !important;
}
div.prod-settings form select:hover+div.select { color:#181818; border:none;  }
div.prod-settings form div.select { 
	border:none; 
	width:100% !important; 
	height:auto !important; 
	color:#696969; 
	text-transform: 
	uppercase; 
	border-radius:0px; 
}
div.prod-settings form div.select > span {
	line-height: normal;
	font-size: 14px;
}
div.prod-settings form > div {
	display:inline-block;
}
div.prod-settings form {
	display:flex;
}
div.prod-settings form > * {
	align-self: center;
}
div.prod-settings form a {
	margin-left: 10px;
	background-color: #fff;
	display:inline-block;
	height:34px;
	width:34px;
}
div.prod-settings form a svg {
	width:24px;
	height:24px;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
div.prod-settings form a.selected {
	pointer-events: none;
}
div.prod-settings form a.selected svg path {
	fill:#0fbdf8;
}
div.prod-settings form a:hover svg path {
	fill:#191919;
}

#line a.quick-order {
	display: inline-block;
	background-color: #0fbdf8;
	color:#fff;
	padding:5px 20px;
	text-transform: uppercase;
	font-weight: 700;
}
#line a.quick-order:hover {
	background-color: #008fbf;
}
#line ul + a.quick-order {
	margin-left: 20px;
}

/* SEARCH TEXT */
#line div.search_text {
	text-align: center;
}
#line p.search_text {
	text-transform: uppercase;
	display: inline-block;
	background-color: #fff;
	font-size:14px;
	padding: 5px 10px;
	cursor: default;
}

/* SEARCH MOBILE */
#header div.bottom {
	display: none;
	background-color: #fff;
	border-bottom:1px solid #404040;
}
form[name="searchFormMobile"] {
	padding:0.5% !important;
	display: flex !important;
	flex-wrap: nowrap;
	width:100% !important;
}
form[name="searchFormMobile"] > input[type="text"] {
	padding:2% 1%;
	font-size:1.2em;
	border:none !important;
}
form[name="searchFormMobile"] button {
	background: url(../images/search-button.svg) center center no-repeat;
	width:40px;
	margin-right: 20px;
}
#search_results {
	position: absolute;
	top:calc(100% + 1px);
	overflow-y: auto;
	width:100%;
	left:0px;
	background-color: #fff;
	border-radius: 3px;
}
#search_results p {
	padding:0.5%;
}
#header #search_results {
	background-color: #dfdfdf;
}
#header #search_results p {
	padding:3%;
}

#footer {
	margin-top: auto;
	align-self: flex-end;
	width:100%;
	background-color: #181818;
	padding:25px 0;
}
#footer div, #footer a, #footer span {
	font-size:14px;
	line-height: normal;
	color:#989898;
	text-transform: uppercase;
	user-select: none;
}
#footer a {
	color:#eaeaea;
}
#footer a:hover {
	color:#0fbdf8;
}
#footer div.c {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}
#footer div.footer-menu,
#footer div.siteby {
	display: inline-block;
}
#footer div.footer-menu {
	margin-right: 20px;
}
#footer div.footer-menu a + a {
	margin-left: 20px;
}