*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
b { font-weight: bold; }
strong { font-weight: bold; }
div {margin:auto;}
a {outline:0;}
a img {border:none; outline:0;}
p {margin-top:0; padding-top:0; }
p:last-child {margin-bottom: 0; padding-bottom: 0;}
html, body {
	margin:0;
	padding:0;
	width: 100%;
	float: left;
}
/*************** body ***************/
body {
	font-family: 'Drive', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #222;
    font-weight: normal;
    font-style: normal;
	font-smoothing:antialiased; -webkit-font-smoothing:antialiased;
	background-color: white;
}
body#offline {
	background-image: none;
}
input[type="submit"], input[type="button"] { -webkit-appearance: none; }
/*************** web ***************/
.ease {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*

shadows

*/

.shadow-xs { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); }
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.shadow { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.shadow-inner { box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
.shadow-outline { box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }
.shadow-none { box-shadow: none; }
/*************** a, img, h, etc ***************/
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
img {
	border: 0;
}

/* h1, h2, h3, h4 */
h1 {
	font-family: 'Drive', Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:36px;
	font-weight:normal;
	color: #000000;
}
h2 { font-family: 'Drive', Arial, Helvetica, sans-serif; margin:0;padding:0;font-size: 20px; color:#000000; text-transform: none; font-weight:normal; }
h3 { font-family: 'Drive', Arial, Helvetica, sans-serif; margin:0;padding:0;font-size: 18px; color:#000000; text-transform: none; font-weight:normal; }
h4 { font-family: 'Drive', Arial, Helvetica, sans-serif; margin:0;padding:0;font-size: 16px; color:#000000; text-transform: none; font-weight:normal; }
/*************** font ***************/
.russo {
}
/*************** radius ***************/
.radius5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*************** wrapper ***************/
#start {
	position: relative;
	float: left;
	width: 100%;
}
/*
#notifications, #notification-cart {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 20px;
	background-color: black;
	font-size: 18px;
	text-align: center;
	z-index: 999999;
	color: #fff;
	font-family: 'Drive', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
}
span#notification-cart-product {
	text-align: left;
	float: left;
}
#notification-cart a {
	display: inline-block;
	color: #fff;
	background: black;
	padding: 5px 10px;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	font-family: 'Drive', Arial, Helvetica, sans-serif;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
}
#notification-cart a:hover {
	text-decoration: underline;
	color: #fff;
}
*/

#notifications, #flash-cart {
	display: none;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 999999;
	padding: 0;
	margin: 0;
	text-align: center;
	top: 80px;
}
span#flash-message {
	text-align: left;
	float: left;
	color: #333;
	font-family: 'Russo One', Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-image: none;
	font-size: 18px;
	text-align: center;
}
#flash-cart a.flash-checkout {
	float: right;
	display: inline-block;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	text-decoration: none;
	background-image: url(/design/layout-elements/btn-black2.png);
	background-size: 100% 100%;
	font-weight: normal;
	font-family: 'Russo One', Arial, Helvetica, sans-serif;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
}
#flash-cart a.flash-checkout:hover {
	text-decoration: underline;
	color: #fff;
}
#flash-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.8;
}
#flash-cart-box {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	padding: 20px;
	background-color: white;
	color: black;
	box-shadow: 5px 6px 9px -4px #000;
	position: relative;
	z-index: 99;
}
#flash-cart-buttons {
	float: left;
	width: 100%;
	padding: 20px 0 0 0;
	margin-top: 20px;
	border-top: 1px solid #eee;
}
#flash-close {
	float: left;
	display: inline-block;
	padding: 5px 10px;
	background-color: #eee;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Russo One', Arial, Helvetica, sans-serif;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
}
#flash-content {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}
/*************** header ***************/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	height: 160px;
	background-color: #000;
	color: white;
  -o-transition:.2s;
  -ms-transition:.2s;
  -moz-transition:.2s;
  -webkit-transition:.2s;
  transition:.2s;
}
header .row {
}
header .col-md-12 {
}

/*
body.scrollingDown header {
	top: -160px;
	background-color: white;
}
body.scrollingUp header {
	top: 0 !important;
	background-color: white;
}
*/
#store-logo {
	position: absolute;
	left: 0;
	/*
	top: 20px;
	height: 60px;
	*/
    top: 30px;
    height: 50px;
    z-index: 10005;
}
#store-logo img { width: auto; height: 100%; }
.logo-wide { max-height:100px; width: auto !important; }

#nav {
	position: absolute;
	top: 100px;
	right: 0;
	text-align: left;
	width: 100%;
	height: 60px;
	z-index: 999;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav ul li {
	position: relative;
	display: inline-block;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 60px;
	color: white;
	font-size: 22px;
	font-weight: normal;
	cursor: default;
}
#nav ul li.last-menu { margin-right: 0; }
#nav ul li a {
	display: block;
	line-height: 60px;
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 0 20px;
	letter-spacing: 0;
	position: relative;
}
#nav ul li.active > a::before {
	content:  "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,0.4);
}
#nav ul li a:hover {
	text-decoration: none;
	background-color: #111111;
	color: white;
	line-height: 60px;
}
#nav ul li.active > a {
	background-color: black;
	color: white;
	line-height: 60px;
}

#nav ul li span.navShowChildren { display: none; }
#nav ul li.gotMegaNav:hover .meganav {
	display: block;
}
.meganav {
	background-color: #2e2f31;
	text-align: left;
	display: none;
	top: 60px;
    width: 250px;
    left: 0;
    position: absolute;
    padding: 0 0 0 0;
}
.meganav a {
	border-bottom: 1px solid black;
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 10px !important;
	font-size: 16px !important;
	color: white !important;
    text-transform: none !important;
	line-height: 24px !important;
}
#nav.catScroll {
	position: fixed;
	top: 0;
	bottom: auto;
}
#nav.tight ul li {
	font-size: 13px;
}
#nav.tight ul li a {
	padding: 0 6px 0 6px;
}
#userIcon {
	position: absolute;
	right: 52px;
	top: 29px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	color: #000;
	padding: 0 0 0 0;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	z-index: 10005;
    border: 1px solid black;
}
#userIcon a {
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
#userIcon svg {
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	width: auto;
}
#userIcon i {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
}
#userIcon:hover i { color: black; }
#userIcon img {
	display: inline-block;
	vertical-align: middle;
	height: 32px;
}
  .headerIco { background: white; }
#wishlist {
	position: absolute;
	right: 52px;
	top: 29px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	color: #000;
	padding: 0 0 0 0;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	z-index: 10005;
    border: 1px solid black;
}
#wishlist a {
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
#wishlist svg {
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	width: auto;
}
#wishlist i {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
}
#wishlist:hover i { color: black; }
#wishlist img {
	display: inline-block;
	vertical-align: middle;
	height: 32px;
}

#searchIcon {
	display: none;
	position: absolute;
	right: 75px;
	top: 35px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	color: #000;
	padding: 0 0 0 0;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	z-index: 10005;
	border: 1px solid black;
}
#searchIcon div {
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#searchIcon svg {
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	width: auto;
}
#searchIcon i {
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	font-size: 24px;
}
#searchIcon:hover i { color: black; }

#cart {
	position: absolute;
	right: 0;
	top: 29px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	color: #000;
	padding: 0 0 0 0;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	z-index: 10005;
}
#cart div {
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
    background: white;
}
#cart i {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color: white;
}
#cart:hover i { color: black; }
#cart img {
	display: inline-block;
	vertical-align: middle;
	height: 20px;
}#cart svg {
	display: inline-block;
	vertical-align: middle;
	height: 20px;
}
#cart span#cart-count {
	position: absolute;
	right: -6px;
	top:-6px;
	background-color: black;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
	font-size: 8px;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	text-align: center;
	color: white;
}
#cart[data-count="0"] span {display: none;}
#main {
	float: left;
	width: 100%;
}
#mainCheckout {
	float: left;
	width: 100%;
}
/*************** footer ***************/
footer {
	background-color: #000;
  color: white;
	float: left;
	width: 100%;
	padding: 50px;
}
footer a { color: white; text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; }
.footer-text {
	font-size: 18px;
	line-height: 32px;
}
.footer-text h1, .footer-text h2, .footer-text h3, .footer-text h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-hr {
	background-color: rgba(0,0,0,0.1);
	width: 100%;
	display: block;
	height: 1px;
	margin: 30px 0;
}
.footer-newsletter input[type="text"] {
    border: none;
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background-color: white;
    border: 1px solid black;
    color: black;
    font-size: 18px;
    width: 100%;
    margin: 0 0 10px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
}

.footer-newsletter button {
	border: 0;
    display: inline-block;
    padding: 7px 10px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background-color: #111111;
    cursor: pointer;
    font-weight: normal;
    font-family: 'Drive', Arial, Helvetica, sans-serif;
}
.footer-newsletter button svg {
	height: 16px; width: auto; display: inline-block; vertical-align: middle;
}

.footer-payments {
	padding-top: 50px;
	color: #ccc;
	font-size: 14px;
	text-align: center;
}
.footer-credits {
	border-top: 1px solid rgba(0,0,0,0.1);
	margin-top: 50px;
	padding-top: 50px;
	color: #666;
	font-size: 14px;
}
footer div.totop {
	position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 20px;
    background-color: white;
    text-align: center;
    color: black;
    cursor: pointer;
    font-size: 12px;
}
footer div.totop i { margin-top: 4px; }

/*************** form ***************/
.field textarea, .form textarea, .field input[type="text"], .field input[type="password"], .form input[type="text"], .form input[type="password"] {
	width: 100%;
	padding: 6px;
	border: 0;
	background-color: #fff;
	resize:none;
	font-size: 14px;
	font-family: 'Drive', Arial, Tahoma, Helvetica, sans-serif;
	background-image: url(/design/layout-elements/bg-input.png);
	background-position: top left;
	background-repeat: repeat;
	color: #292929;
	margin-bottom: 10px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.075);
}
.field-readonly {
	background-color: transparent !important;
	background-image: none !important;
	padding: 6px 0 !important;
}
#city {
	cursor: not-allowed;
}
label {
	font-size: 14px;
	width: 100%;
	float: left;
}
.submit {
	float: left;
	border: none;
	margin: 0;
	cursor: pointer;
	font-weight: normal;
	padding: 7px 12px;
	font-family: 'Drive', Arial, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	background-color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.submit:hover {
	border: 0;
	text-decoration: underline;
}
div.error { display: none; }
label.error, .err_msg {
	float: left;
	width: 100%;
	padding-left: 5px;
	color: #941c1e;
	font-size: 12px;
	font-weight: normal;
}
input.product-amount { width: 30px; }
div.cartAmountWrap {
	margin-top: 5px;
	position: relative;
	float: right;
	width: 90px;
	height: 50px;
}
.row-addForm { margin-top: 30px; }
.add-amount span { color: #333; display: inline-block; margin-top: -20px; }
input.cartAmount {
	position: relative;
	width: 100%;
	line-height: 57px;
	height: 57px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
	padding: 0;
	text-align: center;
	margin: 0;
	font-size: 22px;
	font-family: 'Drive', Arial, Helvetica, sans-serif;
}
input.cartAmountMinus {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	line-height: 40px;
	background-color: #000;
	color: #fff;
	border: none;
	padding: 0;
	margin: 0;
	height: 40px;
	font-family: 'Drive', Arial, Helvetica, sans-serif;
	font-size: 18px;
}
input.cartAmountPlus {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	line-height: 40px;
	background-color: #000;
	color: #fff;
	border: none;
	padding: 0;
	margin: 0;
	height: 40px;
	font-family: 'Drive', Arial, Helvetica, sans-serif;
	font-size: 18px;
}

/*************** content ***************/
.cat-title {
	float: left;
	width: 100%;
}
.cat-title h1 {
	text-transform: uppercase;
	font-size: 36px;
}
.cat-desc {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
}
.title {
	float: left;
	width: 100%;
	font-size: 36px;
	margin-bottom: 20px;
}
.titleline {
	float: left;
	width: 100%;
	font-size: 36px;
	margin-bottom: 20px;
	border-bottom: 3px solid #eee;
	padding-bottom: 20px;
	text-align: center;
}
.pagetitle {
	float: left;
	width: 100%;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding-bottom: 20px;
}
.frontTitle {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}
.frontTitle h1, .frontTitle h2, .frontTitle h3 {
	display: inline-block;
	text-transform: uppercase;
	padding: 15px 150px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 36px;
	font-weight: normal;
}
.middle {
	float: left;
	width: 100%;
	padding: 0 200px;
}
.innerPage {
	float: left;
	width: 100%;
	padding: 0 100px;
}
.text {
	float: left;
	width: 100%;
	overflow: hidden;
	line-height: 24px;
}
.youtube-player {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #ededed;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.youtube-player iframe {
	max-width: 100%;
}
.left {
	float: left;
	width: 700px;
}
.right {
	float: right;
	width: 300px;
}
.rightbox {
	float: left;
	padding: 20px;
	background-color: #eee;
	line-height: 20px;
	font-size: 14px;
}
.rightform {
	float: left;
	padding: 20px;
	background-color: #fff;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 20px;
    box-shadow: 0 0 16px 0 rgba(0,0,0,.08);
}
.rightform-title {
	text-align: center;
	margin-bottom: 20px;
	font-size: 24px;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
.rightform-title h3 {
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	padding: 20px 0;
}
.text iframe { max-width: 100%; }
/*************** alert messages ***************/

.alert {
	float: left;
	width: 100%;
	padding: 10px 20px;
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
  box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
}
.alert-danger {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}
.alert-success {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.text-danger { color: #a94442;}
.field-error { color: #a94442; display: inline-block; margin-top: -4px; margin-bottom: 8px; }

/*************** webshop ***************/
#contentbox {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 40px;
}
#contentboxCheckout {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 40px;
}
#full {
	float: left;
	width: 100%;
}
#left {
	float: left;
	width: 220px;
	overflow: hidden;
}
#left img { max-width: 100%; height: auto; }
#right {
	float: right;
	width: 870px;
}
#bar {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	background-color: white;
    border-bottom: 1px solid #ebebeb;
    font-style: italic;
}
#bar a { color: #666; text-decoration: none; }
#bar a:hover { color: #666; text-decoration: underline; }
#bread {
	width: 100%;
}
#bread a:after { content:"»"; margin-left: 5px;  margin-right: 5px; display: inline-block; }
#go-back {
	float: right;
	width: 100%;
	text-align: right;
}
#bread-go-back {
	float: right;
	width: 100%;
	text-align: right;
}

/*************** left ***************/
.categories {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 40px;
	background-color: #fff;
}
.categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.categories ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border-left: 4px solid #eee;
	font-size: 14px;
	color: #111;
}
.categories ul li a {
	display: block;
	width: 100%;
	padding: 10px 13px;
	text-decoration: none;
	color: #111;
}
.categories ul ul li a:before { content: "»"; margin-right: 5px; display: inline-block; }
.categories ul li a:hover { color: #000; text-decoration: underline; }
.categories ul li.active { font-weight: bold; border-left:4px solid #333; }
.categories ul ul.children { padding-left: 0; }
.categories ul ul li.child.active { border-right: 4px solid #333; font-weight: bold; }
.categories ul ul li.child { font-size: 13px; border-right: 4px solid #eee; border-left: 4px solid #fff; }
.categories ul ul li.child a { color: #333; border-bottom: 1px solid #fff; }
.categories ul ul li.child:hover { border-left: 4px solid #666; }
.categories ul ul li.child a:before { content: "»"; margin-right: 5px; display: inline-block; }

#inner-categories {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
}
.inner-categories {
	float: left;
	width: 100%;
}
.inner-categories a {
	display: inline-block;
	padding: 5px 10px;
	color: #333;
	text-decoration: none;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	background-color: #eee;
}
.sghjdgs {}
.sghjdgs {}
.sghjdgs {}
.inner-categories a.active {
	color: #333;
	background-color: #ffefde;
}
.inner-categories a:hover {
	color: #333;
	background-color: #ffefde;
}
span.inner-categories-par-title {
	font-weight: bold;
	font-size: 12px;
	color: #666;
	margin-right: 10px;
}
a.category-go-back {
	float: left;
	display: block;
	width: 100%;
	color: #cecece;
	font-size: 14px;
	padding: 0 18px 15px 18px;
	text-decoration: none;
}
a.category-go-back:hover { color: #cecece; text-decoration: underline; }
a.category-go-back:before { content:"»"; margin-right: 5px; display: inline-block;}
.categories-title {
	float: left;
	width: 100%;
	font-family: 'Drive', Arial, Helvetica, sans-serif;
	display: block;
	font-weight: normal;
	color: #333;
	font-size: 20px;
	margin-bottom: 5px;
}

.category-prices {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.payment-logos {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}

.categories-images li a {
	position: relative;
	padding-left: 55px !important;
	min-height: 56px;
}
.categories-images img {
	float: left;
	position: absolute;
	left: 15px;
	top: 15px;
	width: auto !important;
	height: auto !important;
	max-width: 30px !important;
	max-height: 30px !important;
}


/*************** right ***************/

#products-bar {
	display: block;
	width: 100%;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#products-bar select {
	margin-left: 10px;
	background-color: #eee;
	background-image: none;
	padding: 5px 10px;
	border: none;
}
.products-bar-left {
	float: left;
	width: 50%;
}
.products-bar-right {
	float: right;
	width: 50%;
	text-align: right;
}
.products-bar-sort {
	float: left;
	width: 100%;
	text-align: center;
}
.products-bar-sort a {
	display: inline-block;
	padding: 5px 10px;
	color: #333;
	text-decoration: none;
	margin-right: 10px;
	font-size: 13px;
}
.products-bar-sort a.active { background-color: #eee; }
.products-bar-sort a:hover { background-color: #eee; }
a.grid-btn {
	display: inline-block;
	padding: 5px;
	background-color: #333;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.grid-btn-active {
	background-color: #111;
	color: #fff;
}
a.grid-btn:hover {
	background-color: #ccc;
	text-decoration: none;
}
.products-paging {
	float: left;
	width: 100%;
}
.products-paging span { color: #ccc; }
.products-paging a {
	text-decoration: none;
}
.products-paging a:hover {
	text-decoration: underline;
}
.products-paging .next-page { color: #6a3c68; }
.products-paging .prev-page { color: #6a3c68; }

#products {
	float: left;
	width: 100%;
}

/*************** list ***************/
.product-list {
	position: relative;
	float: left;
	width: 100%;
	background-color: #fff;
	margin: 20px 0;
	padding-bottom:20px;
	border-bottom: 1px solid #eee;
}
.product-list .product-box-image { float:left; width: 150px; margin-right:20px; }
.product-list-content { float:right; position:relative; width: 980px; }
/*************** grid ***************/



.product-col-image .tns-nav button {
    cursor: pointer;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    border: 0 solid black;
    outline: 0;
    display: inline-block;
    padding: 0;
    margin: 0 5px;
	background-color: #eee;
}
.product-col-image .tns-nav button.tns-nav-active {
	background-color: #111111;
}
.product-col-image .tns-outer {
	position: relative;
}
.product-col-image .tns-controls {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
}
.product-col-image .tns-controls button[data-controls="prev"] {
	left: -50px;
	height: 100px;
	width: 20px;
	position: absolute;
	top: -50px;
	text-indent: -9999px;
	border: 0;
	outline: 0;
	cursor: pointer;
	padding: 0;
	margin: 0;
	background-color: transparent;
	background-image: url(/_theme/sullandb2b/assets/layout/slider-left.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.product-col-image .tns-controls button[data-controls="next"] {
	right: -50px;
	height: 100px;
	width: 20px;
	position: absolute;
	top: -50px;
	text-indent: -9999px;
	border: 0;
	outline: 0;
	cursor: pointer;
	padding: 0;
	margin: 0;
	background-color: transparent;
	background-image: url(/_theme/sullandb2b/assets/layout/slider-right.png);
	background-position: center center;
	background-repeat: no-repeat;
}


.producer-box {
	position: relative;
	padding: 10px;
	background-color: #fff;
	text-align: center;
	margin-bottom: 20px;
    float: left;
    width: 100%;
}
.producer-box-image img {
	width: 100%;
	height: auto;
}
.producer-box-title {
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	margin-top: 10px;
}
.producer-box-desc {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

.box-white { background-color: white !important; }
.product-box {
	position: relative;
	float: left;
	width: 100%;
    padding: 0 0 0 0;
	background-color: white;
}
.product-box:hover {
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.product-box:before {
	content:"";
    display: block;
	display: none;
    z-index: 13;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .04;
    background: #6e4a28;
}
.product-box:hover {
}
.product-box a { text-decoration: none; }
.product-box a:hover { text-decoration: underline; }

.product-box-logo { height: 15px; width: auto; display: inline-block; vertical-align: middle; }
.product-box-logo img { height: 15px; width: auto; display: inline-block; vertical-align: middle; margin-right: 50px; }
.product-box-heart {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 10px;
	height: 10px;
	color: #111111;
	z-index: 120;
	cursor: pointer;
}

.product-box-heart .fal { display: block; }
.product-box-heart .fa { display: none; }

.product-box-heart.hasHeart .fal { display: none; }
.product-box-heart.hasHeart .fa { display: block; }

.product-box-heart:hover .fa { display: block; }
.product-box-heart:hover .fal { display: none; }

.product-box-heart.hasHeart:hover .fa { display: block; }
.product-box-heart.hasHeart:hover .fal { display: none; }

.product-box-ribbon {
	position: absolute;
	left: 5px;
	top: 20px;
	width: auto;
	height: auto;
	padding: 5px 15px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	overflow: hidden;
	z-index: 99;
	background-color: #111111;
	font-weight: normal;
}
.product-box-ribbon a { color: #fff; text-decoration: none; }
.product-box-ribbon a:hover { color: #fff; text-decoration: underline; }
.ribbon-left {}
.ribbon-right {
	left: 5px;
	top: 50px;
}

.product-box-discount {
	display: none;
	position: absolute;
	right: 100px;
	top: 0;
	width: 87px;
	text-align: center;
	height: 33px;
	line-height: 33px;
	background-color: #a72121;
	color: #fff;
	text-transform: uppercase;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	overflow: hidden;
	z-index: 99;
}
.product-box-discount a { color: #fff; text-decoration: none; }
.product-box-discount a:hover { color: #fff; text-decoration: underline; }

.product-box-discountRate {
	position: absolute;
	left: 5px;
	top: 20px;
	width: auto;
	height: auto;
	padding: 5px 15px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	overflow: hidden;
	z-index: 99;
	background-color: #111111;
	font-weight: normal;
}
.product-box-discountRate a { color: #fff; text-decoration: none; }
.product-box-discountRate a:hover { color: #fff; text-decoration: underline; }

.product-box-discountRate.bgGreen {
	background-image: url(/design/layout-elements/btn-green2.png);
	background-size: 100% 100%;
	color: #111;
}

.product-box-image {
	width: 100%;
	text-align: center;
	padding-bottom: 0;
	padding-top: 0;
	background-color: white;
}
span.center-image {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.product-box-image img {
	display: inline-block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.product-box-image:hover img { opacity: 0.8; }

.product-box-read {
	float: left;
	width: 100%;
	margin-top: 0;
	text-align: center;
	font-family: 'Drive', Arial, Helvetica, sans-serif; font-weight: normal;
}
.product-box-read a {
	display: inline-block;
	background-image: url(/_theme/sullandb2b/design/layout-elements/btn-bg.png);
	background-size: 100% 100%;
	color: #fff;
	padding: 5px 10px;
}
.product-box-read a:hover { text-decoration: underline; }


.product-box-title {
	float: left;
	width: 100%;
	font-size: 24px;
	margin-top: 20px;
	font-weight: bold;
	color: #171717;
	line-height: 20px;
	min-height: 40px;
	max-height: 60px;
	overflow: hidden;
	text-align: center;
}
.product-box-title h2, .product-box-title h3 { font-weight: bold; color: #171717; font-size: 24px; }
.product-box-title a { color: #171717; }

.product-box-price-buy {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	border-top: 3px solid #eee;
	margin-top: 20px;
}
.product-box-buy-btn {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin-top: 20px;
	width: 100%;
}
.product-box-buy-btn a {
	position: relative;
	display: inline-block;
	background-color: #111111;
	color: #fff;
	padding: 15px 30px;
	z-index: 101;
}
.product-box-buy-btn a:hover { text-decoration: underline; }

.product-box-buy-btn span {
	position: relative;
	width: 100%;
	display: inline-block;
	background-color: #111111;
	color: #fff;
	padding: 15px 30px;
	z-index: 101;
}
.product-box-buy-btn span:hover { text-decoration: underline; }

.product-box-price {
	display: inline-block;
	font-size: 22px;
	color: black;
	font-weight: bold;
	margin-top: 20px;
	width: 100%;
}
.product-box-price a { color: black; }
.product-box-price a {
	display: inline-block;
	/*background-image: url(/_theme/sullandb2b/design/layout-elements/btn-bg.png);
	background-size: 100% 100%;*/
	color: #000;
}
.product-box-price a:hover { text-decoration: underline; }
.product-box-price.price-on-sale a { color: black; }

span.old-price { font-size:18px; color: #76919A; font-weight: normal; margin-right: 10px; }
.box-category .product-box-title { font-family: 'Drive', Arial, Helvetica, sans-serif; font-weight: normal; text-align: center; font-size: 24px; line-height: 30px; }
.box-category .product-box-title h2 { font-family: 'Drive', Arial, Helvetica, sans-serif; font-weight: normal; text-align: center; font-size: 24px; }
.product-box-stock {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	padding-top: 3px;
	text-align: center;
    border-top: 3px solid #eee;
    margin-top: 20px;
    padding-top: 16px;
}
.product-box-stock svg { display: inline-block; height: 10px; width: auto; }
.product-box-stock i {
	color: green;
}
.product-box-stock span {
	display: inline-block;
    line-height: 15px;
}

.product-box-desc {
	float: left;
	width: 100%;
	margin-top: 8px;
	font-size: 14px;
    text-align: center;
}
.product-box-desc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-box-desc ul li {
	list-style: none;
	margin: 0 0 3px 0;
	padding: 0;
	float: left;
	line-height: 18px;
	width: 100%;
}
.product-box-desc ul li:before { content: "\00B7"; margin-right: 5px; display: inline-block; }
/*************** product ***************/
#product {
	float: left;
	width: 100%;
}
.product-col-wrap {
	float: left;
	width: 100%;
}
.product-col-left {
	float: left;
	width: 35%;
	padding-right: 30px;
	background-color: #fff;
}
.product-col-right {
	position: relative;
	float: right;
	width: 65%;
	padding-left: 30px;
}
.product-col-image {
	float: left;
	width: 100%;
}
.product-col-buy {
}
.product-col-buy-title {
	display: none;
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	font-family: 'Drive', Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}
.product-col-buy-scrollFixed {
	position: fixed;
	top: 10px;
}
.product-col-buy-scrollAbsolute {
	position: absolute;
	top: 10px;
}
.product-col-info {
	float: left;
	width: 100%;
	padding: 50px 50px 0 50px;
	margin-top: 50px;
	border-top: 1px solid #dbdbdb;
}

.product-left {
	float: left;
	width: 300px;
	margin-bottom: 100px;
}
.product-right {
	float: right;
	width: 800px;
	margin-bottom: 100px;
}
.inner-no-stock {
    display: inline-block;
    margin-left: 12px;
    margin-right: 0;
    color: #333;
    /*background-color: #3fc981;*/
    float: right;
    padding: 0 19px;
    line-height: 29px;
 }
.inner-no-stock svg {
    height: 15px;
    width: auto;
    fill: #333;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
.inner-free-shipping {
    display: inline-block;
    margin-left: 12px;
    margin-right: 0;
    color: #333;
    /*background-color: #3fc981;*/
    float: right;
    padding: 0 19px;
    margin-top: 6px;
    line-height: 29px;
 }
.inner-free-shipping svg {
    height: 15px;
    width: auto;
    fill: #333;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
.product-image {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	background-color: #fff;
}
.product-image img:hover { opacity: 0.9; }
.product-image img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
	max-height: 600px;
}

.product-image-thumbs {
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
.product-image-thumb {
	display: inline-block;
	width: 94px;
	height: 94px;
	margin-top: 9px;
	margin-right: 9px;
	text-align: center;
}
.product-image-thumbs img {
	display: inline-block;
	max-width: 84px !important;
	vertical-align: middle;
	max-height: 84px !important;
}
.product-image-thumbs img:hover { opacity: 0.9; }
.product-price {
	display: inline-block;
	font-size: 28px;
	line-height: 32px;
	color: #000;
	font-weight: normal;
	font-family: 'Drive', Arial, Helvetica, sans-serif;
}
.product-price-discount {
	display: none;
	float: left;
	width: 100%;
	font-size: 18px;
	text-align: center;
}
.product-price-is-discount { color: #111111; }
.product-price-before {
	display: block;
	font-size: 18px;
	color: #76919A;
	font-weight: normal;
}
.product-short-desc {
	float: left;
	width: 100%;
}
.product-desc {
	float: left;
	width: 100%;
	font-size: 18px;
	text-align: left !important;
	line-height: 30px;
}
.product-info {
	float: left;
	width: 100%;
}
.product-info-left {
	float: left;
	width: 440px;
}
.product-info-right {
	float: right;
	width: 300px;
}

.product-other-title {
	font-size: 28px;
	line-height: 32px;
}
.product-other-title h1 {
	font-size: 28px;
	line-height: 32px;
}
.product-title {
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
}
.product-title h1 {
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
}
.product-title-desc {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin-top: -10px;
	padding: 0 100px 20px 100px;
}
.product-title-line {
	float: left;
	width: 100%;
	height: 1px;
	background-color: #eee;
	margin-bottom: 20px;
}



.product-info-line {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	text-align: left !important;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #eee;
	color: #666;
}
.product-info-line.last { border-bottom: 1px dotted #eee; padding-bottom: 10px; }
.product-col-buy {
}
.product-add {
}
.product-add.Scrolling {
	background-color: #000;
	background-image: url(/design/layout-elements/bg.jpg);
	background-size: cover;
}
.product-add.Scrolling .product-col-buy-title,
.product-add.Scrolling .product-price
{
	color: #fff;
}
.product-add.Scrolling .product-add-info, .product-add.Scrolling .product-add-info i
{
	color: #eee !important;
}
.product-add.Scrolling input.cartAmountMinus,
.product-add.Scrolling input.cartAmountPlus {
	background-color: #e7c67d;
	background-image: url(/_theme/sullandb2b/design/layout-elements/btn-bg.png);
	background-size: 100% 100%;
	color: #fff;
}
.product-add label { font-size: 13px; font-weight: bold; }
.product-field {
	width: 100%;
	padding: 10px 20px;
	border: 0;
	background-color: #fff;
	resize:none;
	font-size: 14px;
	font-family: 'Drive', Arial, Tahoma, Helvetica, sans-serif;
	color: #292929;
	margin-bottom: 10px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.product-add .ui-spinner {
	margin-bottom: 10px;
}
.product-add .ui-widget input {
	font-family: 'Drive', Arial, Helvetica, sans-serif !important;
}
.hr-addform { float: left; width: 100%; height: 1px; margin: 10px 0; background-color: #dadada; }
.product-socials {
	float: left;
	width: 100%;
	margin-top: 20px;
}



.bg-white {
	background-color: white;
}
.bg-soft {
	background-color: #eee;
}
.bg-sand {
	background-color: #2a2725;
}
.row.bg-sand { border: 3px solid #2a2725; }
.bg-sand .hr { background-color: rgba(0,0,0,0.1); }



/* other products */
.product-block-title {
	float: left;
	width: 100%;
	font-size: 36px;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	text-align: center;
	font-family: 'Drive', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.product-other-row {
	float: left;
	width: 100%;
}

/*************** forms ***************/
.form {
	float: left;
	width: 100%;
	background-color: #eee;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.field {
	float: left;
	width: 100%;
}
.field-2 {
	float: left;
	width: 50%;
	padding-right: 10px;
}
.field-2.last {
	float: right;
	padding-left: 10px;
	padding-right: 0;
}
span.inner-title {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.form-headline {
	font-family: 'Drive', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/*************** btns ***************/
.btn-back-checkout {
	border: 0;
	display: inline-block;
	padding: 10px 10px;
	font-size: 16px;
	color: #999;
	text-decoration: none;
	color: black;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Drive', Arial, Helvetica, sans-serif;
}
.btn-back-checkout:hover { color: #999; text-decoration: underline; }
.btn-white {
	border: 0;
	display: inline-block;
	padding: 5px 10px;
	font-size: 16px;
	color: #222;
	text-decoration: none;
	background-color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Drive', Arial, Helvetica, sans-serif;
}
.btn-white:hover { color: #222; text-decoration: underline; }
.btn-gray {
	border: 0;
	display: inline-block;
	padding: 10px 20px;
	font-size: 18px;
	color: #222;
	text-decoration: none;
	background-color: #eee;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Drive', Arial, Helvetica, sans-serif;
}
.btn-gray:hover { color: #222; text-decoration: underline; }
.btn-gray-big {
	border: 0;
	display: inline-block;
	padding: 10px 20px;
	font-size: 30px;
	color: #222;
	text-decoration: none;
	background-color: #eee;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Drive', Arial, Helvetica, sans-serif;
}
.btn-gray-big:hover { color: #222; text-decoration: underline; }
.btn-green-big {
	border: 0;
	display: inline-block;
	padding: 10px 20px;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	background-color: #111111;
	cursor: pointer;
	font-weight: normal;
	font-family: 'Drive', Arial, Helvetica, sans-serif;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;


}
.btn-green-big:hover { color: #fff; background-size: 120% 120%; background-position: center center; }
.btn-green-big img { display: inline-block; height: 21px; }
.btn-cart-checkout {
	border: 0;
	display: inline-block;
	padding: 10px 20px;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	cursor: pointer;
	font-weight: normal;
	font-family: 'Drive', Arial, Helvetica, sans-serif;
}
.btn-cart-checkout:hover { text-decoration: underline; color: #fff; }
.btn-block { width: 100%; }

#submit-btn.btn-green-big {
	padding: 15px 30px;
    font-size: 18px;



}

/*************** checkout ***************/
body.checkout { background-color: #ebebeb; }
.cart-window {
	float: left;
	width: 100%;
	max-height: 140px;
	overflow-y: scroll;
    overflow-x: hidden;
}
.checkoutbox {
	position: relative;
	padding: 20px;
	background-color: #fff;
	float: left;
	width: 100%;
}
.checkoutbox-cartwindow {
	position: absolute;
	right: -400px;
	top: 20px;
	width: 400px;
	max-height: 800px;
	overflow-y: scroll;
	padding: 10px 10px 10px 22px;
	background-color: #fff;
	background-image: url(/design/layout-elements/checkout-cart-shadow.png);
	background-position: left;
	background-repeat: repeat-y;
	background-size: 12px 100%;
}
#checkout-header {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;
}
#checkout-logo {
	float: left;
	width: 100%;
	text-align: left;
}
#checkout-logo img { height: 30px; width: auto; }
#checkout-back {
	position: absolute;
	right: 0;
	bottom: 15px;
}

#checkout-payments {
	float: left;
	width: 100%;
	text-align: center;
}
#checkout-payments img { height: 25px; width: auto; margin-right: 10px;}
#checkout-payments span { display: block; width: 100%; margin-bottom: 10px; font-size: 12px; color: #666; }
.checkout-left {
	float: left;
	width: 50%;
	padding-right: 10px;
}
.checkout-form {
	background-color: #fff;
	padding: 0;
}
.checkout-form textarea, .checkout-form input[type="text"], .checkout-form input[type="password"], .discount-field {
	background-color: #eee;
	background-image: none;
	border-bottom: 1px solid #ddd;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.075);
}
.discount-field {
	display: inline-block;
	width: 100px;
	border: 0;
	resize:none;
	font-size: 14px;
	font-family: 'Drive', Arial, Tahoma, Helvetica, sans-serif;
	color: #292929;
	margin-bottom: 10px;
	height: 33px;
	padding: 0 6px;
	line-height: 32px;
}
#activate-discount {
	display: inline-block;
	line-height: 32px;
	padding: 0 10px;
	height: 33px;
	color: #fff;
	background-color: #000;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	font-size: 14px;
}
.checkout-right {
	float: left;
	width: 50%;
	padding-left: 10px;
	border-left: 1px solid #eee;
}

.shipping-price {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 12px;
}

.shipping-block {
	float: left;
	width: 100%;
}
.shipping-block-error {
	background-color: #ffd1d1;
}
#shipping-status { display: none; }
#submit-status { display: none; }
#submit-error { display: none; }
#submit {
	float: left;
	width: 100%;
}
#submit.inactive #submit-btn { background-color: #eee; }
#submit.inactive #submit-btn:disabled { background-color: #eee; }

span.checkoutMark-shipping {
	display: none;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	z-index: 10;
	text-align: center;
	font-size: 20px;
	color: green;
}
.label-select-shipping {
	position: relative;
	cursor: pointer;
	margin: 0;
	padding: 10px 100px 10px 10px;
	border-bottom: 1px dotted #eee;
}
.label-select-shipping-offline {
	color: #999;
	cursor: pointer;
	margin: 0;
	padding: 10px;
	border-bottom: 1px dotted #eee;
}
.label-select-shipping-active { background-color: #fff; }
span.checkoutMark-payment {
	display: none;
	position: absolute;
	left: 0;
	top: 10px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	z-index: 10;
	text-align: center;
	font-size: 20px;
	color: green;
}
.label-select-payment {
	position: relative;
	cursor: pointer;
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #eee;
}
.label-select-payment-active { background-color: #fff; }
#wrap-submit-btn {
	float: left;
	display: inline-block;
}
#submit-btn { z-index: 1; }

#shipping_bring { position: relative; }
span#arrow-postalnr {
	position: absolute;
	left: 24px;
	top: -55px;
	width: 50px;
	height: 92px;
	background-image: url(/design/layout-elements/red-arrow-postalnr.png);
	background-repeat: no-repeat;
}

/*************** index ***************/
.bg-white { background-color: white; }
.bg-ra {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 150px 0;
}
.bg-ra-overlay {
	background-color: rgba(45,73,85);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
	opacity: 0.64;
}
.bg-ra-container {
	position: relative;
	z-index: 11;
	color: white;
	text-align: center;
}
.ra-text {
	font-size: 18px;
	line-height: 32px;
	color: white;
}
.ra-text h1, .ra-text h2 {
	font-size: 32px;
	color: white;
}
.ra-text h3 { color: white; font-size: 24px; }
.ra-text h4 { color: white; font-size: 18px; }
.ra-text a { color: white; text-decoration: none; }
.ra-text a.ra-go {
	padding: 5px 20px;
	display: inline-block;
	color: black;
	background-color: white;
	font-size: 18px;
	text-decoration: none;
}
.ra-text a.go {
	color: white;
	background-color: #1B2428;
	text-decoration: none;
}

.bg-topcat {
	background-color: #fff;
	color:#333;
	padding:20px 20px 10px 20px;
	margin-bottom:0;
	background-size:cover; background-position:center;
}
.bg-topcat h1, .bg-topcat h2 { color: #333; }

.bg-screw {
	background-image: url(https://cdn-adam.imgix.net/sullandb2b/assets/layout/scewpattern.png?auto=compress,format);
	background-repeat: repeat;
	background-color: #e6e6e6;
}

.bg-sand {
	background-color: #2a2725;
}
.bg-title {
	background-color: #2a2725;
	padding: 30px 0 !important;
	margin-bottom: 30px;
}
.bg-title .container { position: relative; }
.bg-title .title-golink {
	position: absolute;
	right: 20px;
	top: 20px;
}

.front-title {
	display: block;
	width: 100%;
	font-size: 44px;
	font-weight: normal;
	font-family: 'Drive', Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.front-slideshow {
	float:left;
	width: 100%;
}
.front-slideshow.slick-slider { margin-bottom:60px; }
.front-box-category {
	width: 363px !important;
	margin-right: 30px !important;
}
.front-box-category .product-box-title {
	line-height: 68px !important;
	height: 68px !important;
	padding: 0 20px !important;
	overflow: hidden;
	font-size: 20px !important;
	margin-top: 45px !important;
}
.front-box-category .product-box-title a {
	line-height: 68px !important;
	height: 68px !important;
	overflow: hidden;
}
.front-box-category .product-box-image {
	height: 200px !important;
}
.front-box-category .product-box-image img {
	display: inline-block;
	max-width: 100% !important;
	vertical-align: middle;
	max-height: 200px !important;
}

#welcome {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	margin-top: 40px;
	border-bottom: 1px solid #dadada;
	padding: 0 150px 40px 150px;
}
.welcome-title {
	float: left;
	width: 100%;
	font-size: 35px;
	line-height: 40px;
	font-weight: bold;
	font-family: 'Drive', Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
.welcome-text {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
}
.welcome-links {
	float: left;
	width: 100%;
	font-size: 18px;
}
.welcome-links a {
	color: #6a96c7;
	font-weight: bold;
	display: inline-block;
	text-decoration: underline;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}
.welcome-links a.last { padding-right: 0; margin-right: 0; border: 0; }
.welcome-links a:hover { text-decoration: none; color: #6a96c7; }

/*************** slider ***************/
#slider-wrap {
	float: left;
	width: 100%;
	background-image: url(/design/layout-elements/bg-hero.jpg);
	background-repeat: repeat;
	overflow: hidden;
	height: 500px;
}
#slider {
	position: relative;
	margin: 0 auto;
	width: 1150px;
	height: 500px;
	padding-top: 50px;
}
#slider .bx-prev {
	position: absolute;
	left: 0;
	top: 226px;
	width: 24px;
	height: 48px;
	background-image: url(/design/layout-elements/slider-arrow-left.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
    text-indent: -9999px;
    z-index: 99;
}
#slider .bx-next {
	position: absolute;
	right: 0;
	top: 226px;
	width: 24px;
	height: 48px;
	background-image: url(/design/layout-elements/slider-arrow-right.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
    text-indent: -9999px;
    z-index: 99;
}

#slider .bx-pager {
	position: absolute;
	right: 0;
	bottom: 20px;
	height: 18px;
}
#slider .bx-pager-item {
	display: inline-block;
}
#slider .bx-pager-item a {
    background: #666;
    text-indent: -9999px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#slider .bx-pager-item a.active { background-color: #000; }
.slider-box {
	float: left;
	width: 100%;
	padding-left: 85px;
	padding-right: 85px;
}
.slider-box a { text-decoration: none; }
.slider-box-left {
	position: relative;
	float: left;
	width: 402px;
	height: 402px;
	padding-top: 2px;
}
.slider-box-right {
	position: relative;
	float: right;
	width: 520px;
	height: 402px;
	padding-top: 30px;
	overflow: hidden;
}
.slider-box-image {
	float: left;
	width: 402px;
	height: 396px;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
	text-align: center;
}
.slider-box-image img {
	display: inline-block;
	max-width: 322px;
	vertical-align: middle;
	max-height: 322px;
}
.slider-box-title {
	float: left;
	width: 100%;
	font-size: 35px;
	line-height: 40px;
	font-family: 'Drive', Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}
.slider-box-desc {
	float: left;
	width: 100%;
	font-size: 18px;
	overflow: hidden;
	line-height: 30px;
	max-height: 218px;
}
.slider-box-btns {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin-top: 30px;
	font-family: 'Drive', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
}
.slider-box-btns a.slider-buy-btn {
	display: inline-block;
	background-color: #e7c67d;
	padding: 0 20px;
	line-height: 50px;
	height: 50px;
	color: #333;
	text-transform: uppercase;
	font-size: 25px;
}
.slider-box-btns a.slider-price {
	display: inline-block;
	margin-left: 20px;
}
#slider-count { display: none !important; }


/*************** table sizes etc ***************/
.table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
}

.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}

.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
padding: 0.3rem;
}

.table-bordered {
border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
border-color: #7abaff;
}

.table-hover .table-primary:hover {
background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
border-color: #8fd19e;
}

.table-hover .table-success:hover {
background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
border-color: #86cfda;
}

.table-hover .table-info:hover {
background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
border-color: #ed969e;
}

.table-hover .table-danger:hover {
background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
border-color: #fbfcfc;
}

.table-hover .table-light:hover {
background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #95999c;
}

.table-hover .table-dark:hover {
background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
color: #fff;
background-color: #343a40;
border-color: #454d55;
}

.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}

.table-dark {
color: #fff;
background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #454d55;
}

.table-dark.table-bordered {
border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-sm > .table-bordered {
border: 0;
}
}

@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-md > .table-bordered {
border: 0;
}
}

@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-lg > .table-bordered {
border: 0;
}
}

@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-xl > .table-bordered {
border: 0;
}
}

.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
border: 0;
}

.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
border: 0;
}


/*************** content boxes ***************/
.content-box {
	position: relative;
	float: left;
	width: 257px;
	margin-bottom: 40px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #fff;
	border-bottom: 1px solid #c7c7c7;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
}
.content-box-imagebg {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	height: 150px;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.content-box-image {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	height: 150px;
	text-align: center;
}
.content-box-image img {
	display: inline-block;
	max-width: 150px;
	vertical-align: middle;
	max-height: 150px;
}
.content-box-title {
	float: left;
	width: 100%;
	padding: 0 10px;
	font-weight: normal;
	font-family: 'Drive', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.content-box-desc {
	float: left;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 10px;
}
.content-box-btn {
	float: left;
	width: 100%;
}
.content-box-btn a {
	display: block;
	width: 100%;
	text-decoration: none;
	background-color: #e7c67d;
	color: #222;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Drive', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
}
.content-box-btn a:hover { text-decoration: underline; }

/*************** custom ***************/
img.max100 { max-width: 100%; height: auto; }
a.clicker { position: absolute;
			left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: 120; }
.relative { position: relative; }
.text-center { text-align: center; }
.p-0 { padding: 0 !important; }
.p-10 { padding: 10px !important; }
.p-20 { padding: 20px !important; }
.p-30 { padding: 30px !important; }
.p-40 { padding: 40px !important; }
.p-50 { padding: 50px !important; }
.p-100 { padding: 100px !important; }

.pl-0 { padding-left: 0 !important; }
.pl-10 { padding-left: 10px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-30 { padding-left: 30px !important; }
.pl-40 { padding-left: 40px !important; }
.pl-50 { padding-left: 50px !important; }
.pl-100 { padding-left: 100px !important; }

.pr-0 { padding-right: 0 !important; }
.pr-10 { padding-right: 10px !important; }
.pr-20 { padding-right: 20px !important; }
.pr-30 { padding-right: 30px !important; }
.pr-40 { padding-right: 40px !important; }
.pr-50 { padding-right: 50px !important; }
.pr-100 { padding-right: 100px !important; }

.pb-0 { padding-bottom: 0 !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-100 { padding-bottom: 100px !important; }

.pt-0 { padding-top: 0 !important; }
.pt-10 { padding-top: 10px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-100 { padding-top: 100px !important; }


.m-0 { margin: 0; }

.ml-0 { margin-left: 0; }
.ml-10 { margin-left: 10px; }
.ml-20 { margin-left: 20px; }
.ml-30 { margin-left: 30px; }
.ml-40 { margin-left: 40px; }
.ml-50 { margin-left: 50px; }
.ml-100 { margin-left: 100px; }


.mr-0 { margin-right: 0; }
.mr-10 { margin-right: 10px; }
.mr-20 { margin-right: 20px; }
.mr-30 { margin-right: 30px; }
.mr-40 { margin-right: 40px; }
.mr-50 { margin-right: 50px; }
.mr-100 { margin-right: 100px; }

.mt-0 { margin-top: 0; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-100 { margin-top: 100px; }

.mb-0 { margin-bottom: 0; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-100 { margin-bottom: 100px; }



.mt-0 { margin-top: 0; }
.mt-20 { margin-top: 20px; }
.mt-50 { margin-top: 50px; }
.mt-100 { margin-top: 100px; }

.mb-0 { margin-top: 0; }
.mb-20 { margin-bottom: 20px; }
.mb-50 { margin-bottom: 50px; }

.f24 { font-size: 24px; }
.f20 { font-size: 20px; }
.mart60 { margin-top: 60px; }
.mart50 { margin-top: 50px; }
.mart40 { margin-top: 40px; }
.mart30 { margin-top: 30px; }
.marb60 { margin-bottom: 60px; }
.marb50 { margin-bottom: 50px; }
.marb40 { margin-bottom: 40px; }
.marb30 { margin-bottom: 30px; }
.marb10 { margin-bottom: 10px; }
.w100p { width: 100%; }
.w50p { width: 50%; }
.w50 { width: 50%; }
.tleft{ text-align: left; }
.tright { text-align: right; }
.text-right { text-align: right; }
.tcenter { text-align: center; }
.fright { float: right; }
.fleft { float: left; }
.clean { margin-right: 0 !important; }
.last { margin-right: 0 !important; }
.center-wrap { margin: 0 auto; position: relative; width: 1150px; }
.center { margin: 0 auto; position: relative; width: 1150px; }
.no-overflow { overflow: visible; }
span.req { color: #941c1e; }
.open { display: block; }
.closed { display: none; }
.hidden { display: none; }
.f14 { font-size: 14px; }
.f13 { font-size: 13px; }
.f12 { font-size: 12px; }



span.fs32 { font-size: 32px; }
span.fs24 { font-size: 24px; }
span.fs22 { font-size: 22px; }
span.fs18 { font-size: 18px; }
span.fs16 { font-size: 16px; }
span.fs14 { font-size: 14px; }
span.fs12 { font-size: 12px; line-height: 16px; }

.hajd { display: none; }
.show { display: block !important; }
.half-left { float: left; width: 50%; padding-right: 10px; }
.half-right { float: right; width: 50%; padding-left: 10px; }
div.hr { float: left; width: 100%; height: 1px; margin: 20px 0; background-color: #eee; }
div.hr-crown {
	float: left;
	width: 100%;
	height: 59px;
	background-image: url(/design/layout-elements/crown-hr.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.boxy {
	float: left;
	width: 100%;
	padding: 50px;
	background: white;
	border: 1px solid #dbdbdb;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}
.mart0 { margin-top: 0; }
.mart5 { margin-top: 5px; }
.mart10 { margin-top: 10px; }
.mart20 { margin-top: 20px; }
.mart30 { margin-top: 30px; }
.mart40 { margin-top: 40px; }
.mart50 { margin-top: 50px; }

#navIcon {
	display: none;
	position: absolute;
	right: 0;
	top: 29px;
	height: 42px;
	text-align: center;
	width: 42px;
	font-size: 28px;
	color: black;
	cursor: pointer;
	z-index: 9999;
    border: 1px solid black;
}
#navIcon div {
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
#navIcon svg {
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	width: auto;
}
#navIcon span.icon-open { display: block; }
#navIcon span.icon-close { display: none; }

/*body.menu-open #navIcon { position: fixed; }*/
body.menu-open #navIcon span.icon-open { display: none; }
body.menu-open #navIcon span.icon-close { display: block; }
body.menu-open #nav { display: block; }
body.menu-open #nav {
	position: fixed;
	top: 114px;
	left: 0;
	width: 100%;
	height: calc(100vh - 50px);
	background-color: #faf8f7;
	color: black;
	text-align: left;
	padding: 0 0 120px 0;
	overflow-y: scroll;
}
body.menu-open #start { display: none; }
body.menu-open #nav ul li { width: 100%; margin: 0; padding: 0; }
body.menu-open #nav ul li:hover, body.menu-open #nav ul li.active { background-image: none !important; }
body.menu-open #nav ul li a {
	font-weight: bold;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	line-height: 50px;
	color: black !important;
	padding: 0 10px;
}
body.menu-open #nav .showmob { display: block; }

body.menu-open #nav .meganavDrop {
	padding: 0;
	display: block;
    top: auto;
    width: 100%;
    left: 0;
    box-shadow: none;
    position: relative;
}
body.menu-open #nav .meganavDrop a { font-weight: normal; width: 100%; color: #1b2428 !important; padding-left: 24px !important; }
body.menu-open #nav .meganavDrop a span.sub-menu-title { font-weight: normal; font-size: 16px; }
body.menu-open #nav .meganavDrop a span.sub-menu-desc { font-weight: normal; font-size: 14px; padding-left: 5px; }

body.menu-open header { top: 0 !important; background-color: #faf8f7; }
body.menu-open footer { background-color: #1B2428; color: #faf8f7; }

body.checkout footer { display: none; }
body.checkout header { display: none; }
body.checkout #start { padding-top: 0; }

.tabs {
	float: left;
	width: 100%;
	display: block;
}



/*************** media queries ***************/

/*
52,104,156,208,260,312
*/

#cart { top: 29px; right: 0; }
#navIcon { top: 29px; right: 0; }
#userIcon { top: 29px; right: 52px; }
#wishlist { top: 29px; right: 104px; }
#searchAutocomplete { top: 29px; right: 156px; }
#searchIcon { top: 29px; right: 156px; }

.hidedesk { display: none !important; }
@media (min-width: 1200px) {
	.hidedesk { display: none !important; }
}

@media (max-width: 1350px) {
	#nav ul li { margin-left: 5px; }
	#nav ul li a { letter-spacing: 0; }
}
@media (max-width: 1200px) {

	header { height: 114px; }
	#start { padding-top: 114px; }
	#searchAutocomplete { display: none; }
	#searchIcon { display: block; right: 208px !important; }
	#userIcon { right: 104px; }
	#wishlist { right: 156px; }
	#cart { right: 52px; }


	#nav {
		display: none;
	}
	#navIcon { display: block; }
	.showmob { display: block !important; }
	.hidelg { display: none; }

	.meganav { background-color: white; }
}

@media (max-width: 768px) {
	.hidemd { display: none; }

	.producer-box-title h2 { font-size: 18px !important; }

	.text-md-left { text-align: left; }
	.text-md-center { text-align: center; }
	.text-md-right { text-align: right; }

	.mmt-0 { margin-top: 0 !important; }
	.mmt-10 { margin-top: 10px !important; }
	.mmt-20 { margin-top: 20px !important; }
	.mmt-30 { margin-top: 30px !important; }
	.mmt-40 { margin-top: 40px !important; }
	.mmt-50 { margin-top: 50px !important; }

	.mmb-0 { margin-bottom: 0 !important; }
	.mmb-10 { margin-bottom: 10px !important; }
	.mmb-20 { margin-bottom: 20px !important; }
	.mmb-30 { margin-bottom: 30px !important; }
	.mmb-40 { margin-bottom: 40px !important; }
	.mmb-50 { margin-bottom: 50px !important; }

	.mp-0 { padding: 0 !important; }
	.mp-10 { padding: 10px !important; }
	.mp-20 { padding: 20px !important; }
	.mp-30 { padding: 30px !important; }
	.mp-40 { padding: 40px !important; }
	.mp-50 { padding: 50px !important; }

	.mpt-0 { padding-top: 0 !important; }
	.mpt-10 { padding-top: 10px !important; }
	.mpt-20 { padding-top: 20px !important; }
	.mpt-30 { padding-top: 30px !important; }
	.mpt-40 { padding-top: 40px !important; }
	.mpt-50 { padding-top: 50px !important; }

	.mpb-0 { padding-bottom: 0 !important; }
	.mpb-10 { padding-bottom: 10px !important; }
	.mpb-20 { padding-bottom: 20px !important; }
	.mpb-30 { padding-bottom: 30px !important; }
	.mpb-40 { padding-bottom: 40px !important; }
	.mpb-50 { padding-bottom: 50px !important; }

	.mpl-0 { padding-left: 0 !important; }
	.mpl-5 { padding-left: 5px !important; }
	.mpl-10 { padding-left: 10px !important; }
	.mpl-15 { padding-left: 15px !important; }
	.mpl-20 { padding-left: 20px !important; }

	.mpr-0 { padding-right: 0 !important; }
	.mpr-5 { padding-right: 5px !important; }
	.mpr-10 { padding-right: 10px !important; }
	.mpr-15 { padding-right: 15px !important; }
	.mpr-20 { padding-right: 20px !important; }

	.mt-100 { margin-top: 50px !important; }
	.mb-100 { margin-bottom: 50px !important; }


	.front-title { font-size: 32px;  }

}

@media (max-width: 576px) {

	span.mfs32 { font-size: 32px; line-height: 42px; }
	span.mfs24 { font-size: 24px; line-height: 34px; }
	span.mfs22 { font-size: 22px; line-height: 32px; }
	span.mfs18 { font-size: 18px; line-height: 28px; }
	span.mfs16 { font-size: 16px; line-height: 26px; }
	span.mfs14 { font-size: 14px; line-height: 24px; }
	span.mfs12 { font-size: 12px; line-height: 22px; }


	.mob-pcPadFix:nth-child(odd) {
	  padding-right: 8px;
	}
	.mob-pcPadFix:nth-child(even) {
	  padding-left: 8px;
	}

	.product-box-title {
		font-size: 12px; line-height: 20px
	}
	.product-box-buy-btn { width: 100%; }
	.product-box-buy-btn span { width: 100%; padding: 5px 10px; }
	.product-box-buy-btn svg { height: 15px !important; }
	.product-field { text-align: center; }

	/*#navIcon { top: 29px; right: 0; }
	#searchIcon { top: 29px; right: 104px; }
	#wishlist { top: 29px; right: 52px; }
	#cart { top: 29px; right: 0; }*/

	header { height: 67px; }
	body.menu-open #nav { top: 67px; }
	#start { padding-top: 67px; }

	#store-logo { top: 18px; left: 0; height: 26px;}
	#searchAutocomplete { display: none; }
  	#searchIcon { display: block; right: 156px; }
  	#searchAutocomplete {
  		top: 67px;
  		right: 0;
  		width: 100%;
  	}
  	#searchAutocomplete-results { top: 42px; }
	.hidesm { display: none; }
	.bg-ra { padding: 100px 0; }

	.inner-categories a { width: 100%; margin-bottom: 5px; margin-right: 0; }

	/*.product-box-image img { max-height: 150px; width: auto; }*/

	.headerIco { top: 15px !important; }

	#searchIcon { top: 15px !important; }

	#navIcon { width: 32px; height: 32px; }
	#searchIcon { width: 32px; height: 32px; }
	#cart { width: 32px; height: 32px; }
	#wishlist { width: 32px; height: 32px; }
	#userIcon { width: 32px; height: 32px; }

	#searchIcon div { width:32px; height: 32px; }
	#navIcon div { width:32px; height: 32px; }
	#cart div { width:32px; height: 32px; }
	#cart div { background:white; color: black;}
	#cart svg { fill: black;}

	#wishlist a { width:32px; height: 32px; }
	#userIcon a { width:32px; height: 32px; }

	#navIcon { right: 0; }
	#searchIcon { right: 146px !important; }
	#wishlist { right: 110px; }
	#userIcon { right: 74px; }
	#cart { right: 37px; }
	/*
	#wishlist { border: none;  }
	#cart i {color: black;}
	#cart div { background-color: white; }
	#cart span#cart-count { top: 0; }*/
}

@media (max-width: 375px) {
	.headerIco { top: 29px; }

	#store-logo { height: 21px; }
	div.tab-title {
		display: inline-block;
		padding: 5px 10px;
		font-size: 16px;
		cursor: pointer;
		border-left: 2px solid #2a2725;
		border-top: 2px solid #2a2725;
		border-right: 2px solid #2a2725;
	}
}

/*************** corebar ***************/
#wrap.corebar-1 {
}
#corebar {
	display: none;
	float: left;
	width: 100%;
	background-color: #fff;
	font-size: 14px;
	color: #111;
}
.corebar-menu {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.corebar-menu ul {list-style: none; margin: 0; padding: 0; }
.corebar-menu ul li { float: left; list-style: none; margin: 0; padding: 0; }
.corebar-menu ul li a { display: inline-block; padding: 0 20px; }

.corebar-title {
	float: left;
	width: 100%;
	font-size: 24px;
	font-family: 'Drive', Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 20px 0;
}

.corebar-content {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	border-top: 2px solid #eee;
	max-height: 300px;
	height: 300px;
	overflow-y:scroll;
}

.corebar-product-list-50 ul.corebar-product-list-50 { list-style: none; margin: 0; padding: 0; }
ul.corebar-product-list-50 li { float: left; width: 50%; list-style: none;
	margin: 0 0 5px 0;
	padding: 0 10px 5px 0;
	border-bottom: 1px solid #eee;
}
ul.corebar-product-list-50 li a { display: inline-block; padding: 0 20px; }

.corebar-product-box-bar {
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
}
.corebar-product-box-bar a {
	display: inline-block;
	margin-left: 5px;
	padding: 5px;
	background-color: #eee;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color: #111;
}

.index-brand {
	float: left;
	width: 140px;
	margin-right: 44px;
}
.index-brands {
	float: left;
	width: 100%;
	text-align: center;
}
.index-brands a { display: inline-block; width:12%; }
.index-brands a img { width: auto; height: 35px; }
.index-brand img { width: 100%; height: auto; vertical-align: middle; display: inline-block; }

/* animate */
#whas { -webkit-transition:top 0.3s ease-out, background 0.3s, width 0.1s ease-out, height 0.1s ease-out; -moz-transition:top 0.3s ease-out, background 0.3s, width 0.1s ease-out, height 0.1s ease-out; -ms-transition:top 0.3s ease-out, background 0.3s, width 0.1s ease-out, height 0.1s ease-out; -o-transition:top 0.3s ease-out, background 0.3s, width 0.1s ease-out, height 0.1s ease-out; transition:top 0.3s ease-out, background 0.3s, width 0.1s ease-out, height 0.1s ease-out; }


/* popup / hide_theme */
body#popup_1 { width:1150px; max-width: 1150px; min-width: 1150px; background: #fff; background-image: none; }
body#popup_1 #main { padding: 0; }
body#popup_1 .center { width: 100%; }
body#popup_1 #start { min-width: 100%; }
body#popup_1 #contentbox { margin: 0; }

/* top campaign */
#top-campaign {
	float: left;
	width: 100%;
	height: 50px;
	padding: 5px;
	line-height: 40px;
	font-size: 18px;
}
#top-campaign-bar {
	float: left;
	width: 100%;
}
#top-campaign-bar img {
	height: 30px; max-width: auto;
	display: inline-block; vertical-align: middle;
}
#top-campaign-bar.green-friday {
	color: #111;
	background-image: url(/design/layout-elements/btn-green2.png);
	background-size: 100% 100%;
}
#top-campaign-bar.green-friday a {
	display: inline-block;
	margin-left: 20px;
	padding: 0 0;
	color: #111;
	text-decoration: none;
}
#top-campaign-bar.green-friday a:hover {
	text-decoration: underline;
	color: #111;
}
#top-campaign-bar.angelwax {
	color: #fff;
	background-color: black;
	text-align: center;
}
#top-campaign-bar.angelwax a {
	display: inline-block;
	margin-left: 20px;
	padding: 0 0;
	color: #fff;
	text-decoration: none;
}
#top-campaign-bar.angelwax a:hover {
	text-decoration: underline;
	color: #fff;
}


/* facebook messenger */
#fb-messenger {
    width: 250px;
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 993;
}
#fb-messenger-box {
    display: none;
    float: left;
    width: 100%;
}
#fb-messenger-title {
    float: left;
    width: 100%;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    background-color: #111;
	background-image: url(/design/layout-elements/bg.jpg);
	background-size:cover;
}
#fb-messenger-title img { display: inline-block; vertical-align: middle; margin-right: 10px;}
#fb-messenger-open {
	width: 210px;
	display:inline-block;
    cursor: pointer;
}
#fb-messenger-close {
    display: none;
    float: right;
    cursor: pointer;
}

/* products scroller */
.products-scroller-wrap {
	float: left;
	width: 100%;
	position: relative;
	height: 470px;
	overflow: hidden;
	overflow-x: scroll;
}
.products-scroller {
	float: left;
	width: 100%;
}

/* poppers */
#popper {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 300px;
    height: 100px;
}
.pop-item {
	display: none;
	float: left;
	width: 100%;
	height: 100px;
	padding: 10px;
    overflow: hidden;
    box-shadow: 0 0 4px #ccc;
    background-color: #fff;
    color: #333;
}
.pop-click {
	position: relative;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.pop-item-text {
	float: right;
	width: 210px;
	font-size: 13px;
	line-height: 18px;
	color: #333;
}
.pop-item-text a {
	color: #111;
	text-decoration: underline;
}
.pop-item-text a:hover { color: #333; text-decoration: underline; }
.pop-item-image {
	float: left;
	width: 50px;
	height: 80px;
	text-align: center;
}
.pop-item-image img {
	max-width: 50px;
	max-height: 80px;
}

/* fancybox */
.fancybox-slide--ajax div {
	max-width  : 80%;
}

/* f box */
.f-boxes {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.f-box {
	display: inline-block;
	width: 320px;
	margin-right: 40px;
	margin-bottom: 40px;
}
.f-box img {
	width: 100%;
	height: auto;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
}
.f-box:hover { opacity: 0.9; }

.f-box6 {
	display: inline-block;
	width: 175px;
	margin-right: 10px;
}
.f-box6 img {
	width: 100%;
	height: auto;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
}
.f-box6:hover { opacity: 0.9; }

/* open */


/* utlisting min konto */

/* utlisting 1 */
.utlisting-1 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.utlisting-1 ul { list-style: none; margin: 0; padding: 0; }
.utlisting-1 ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	float: left;
	width: 100%;
	margin-bottom: 2px;
}
.utlisting-1 ul li.last { padding-left: 10px; padding-right: 0; }
.utlisting-1 ul li a {
	display: block;
	width: 100%;
	line-height: 30px;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	background-color: #e7c67d;
	background-image: url(/_theme/sullandb2b/design/layout-elements/btn-bg.png);
	background-size: 100% 100%;
	text-decoration: none;
	font-weight: bold;
}

.utlisting-1 ul li a:hover { background-image: url(/_theme/sullandb2b/design/layout-elements/btn-bg2.png); color: #222; }
.utlisting-1 ul li a.active { background-image: url(/_theme/sullandb2b/design/layout-elements/btn-bg2.png); color: #222; }
/* utlisting 2 */
.utlisting-2 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.utlisting-2 ul { list-style: none; margin: 0; padding: 0; }
.utlisting-2 ul li {
	list-style: none;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
	width: 50%;
	margin-bottom: 2px;
}
.utlisting-2 ul li.last { padding-left: 10px; padding-right: 0; }
.utlisting-2 ul li a {
	display: block;
	width: 100%;
	line-height: 30px;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	background-color: #e7c67d;
	background-image: url(/_theme/sullandb2b/design/layout-elements/btn-bg.png);
	background-size: 100% 100%;
	text-decoration: none;
	font-weight: bold;
}

.utlisting-2 ul li a:hover { background-image: url(/_theme/sullandb2b/design/layout-elements/btn-bg2.png); color: #222; }
.utlisting-2 ul li a.active { background-image: url(/_theme/sullandb2b/design/layout-elements/btn-bg2.png); color: #222; }


/* teaser boxes 3 */

.teaser3boxes {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}
.teaser3box {
	float: left;
	width: 350px;
	line-height: 24px;
	padding: 30px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-right: 50px;
	font-size: 18px;
	text-align: center;
}
.teaser3box span {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
}
/* teaser boxes 3 */
.frontboxes-some {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}
.frontbox-some {
	float: left;
	width: 350px;
	line-height: 20px;
	padding: 30px 30px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-right: 50px;
	font-size: 14px;
	text-align: center;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
	border: 1px solid #dbdbdb;
	background-color: white;
}
.frontbox-some span {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
}
.frontbox-some-area {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.some-area-newsletter input {
	display: block;
	width: 100%;
	font-size: 18px;
	color: #737373;
	padding: 0 20px;
	background-color: white;
	box-shadow: inset 2px 3.464px 8px 0px rgba(0, 0, 0, 0.26);
	margin-bottom: 10px;
	border: none;
	line-height: 62px;
	height: 62px;
	text-align: center;
}
.some-area-newsletter button {
	display: inline-block;
	text-decoration: none;
	border: none;
	background-color: black;
	color: white;
	text-transform: uppercase;
	padding: 0 20px;
	line-height: 42px;
	height: 42px;
	font-size: 18px;
	font-weight: 600;

}

.frontimages {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.frontimage-1 {
	position: relative;
	float: left;
	width: 255px;
	margin-right: 50px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}
.frontimage-2 {
	position: relative;
	float: left;
	width: 540px;
	margin-right: 50px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}
.frontimage-3 {
	position: relative;
	float: left;
	width: 255px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}
.frontimages img { width: 100%; height: auto; }


.frontproducts {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.frontproduct-1 {
	position: relative;
	float: left;
	width: 350px;
	background-color: white;
	padding: 0;
	position: relative;
	margin-right: 50px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}
.frontproduct-2 {
	position: relative;
	float: left;
	width: 350px;
	background-color: white;
	padding: 0;
	position: relative;
	margin-right: 50px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}
.frontproduct-3 {
	position: relative;
	float: left;
	width: 350px;
	background-color: white;
	padding: 0;
	position: relative;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}
.frontproductClicker {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}
.frontproduct-image {
	float: left;
	width: 100%;
}
.frontproduct-image img { width: 100%; height: auto; }
.frontproduct-price {
	float: left;
	width: 100%;
	padding: 25px;
	border-top: 1px solid #dbdbdb;
}
.frontproduct-desc {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #231f20;
	padding: 25px 25px;
}


/* admin, inline */
.edit-image { position: relative; }
.inlineEditImageBtn {
position: absolute;
right: -5px;
top: -5px;
width: 20px;
height: 20px;
background: white;
color: black;
box-shadow: 2px 2px 2px #444;
line-height: 20px;
text-align: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	z-index: 11;
}

.container {
	max-width: 1400px !important;
}

.dfsgj {

}
.dfsgj {

}
.dfsgj {

}
.dfsgj {

}

.dfsg {

}
.dfgfd {}