

/*********** CSS RESET **********/


* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
.special {
	color:#ffb500;
}
a img {
	border: none;
}
img{
	vertical-align: middle;
}

a:active {
	outline: none;
}
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
	display: none !important;
}


/*********** GLOBAL STYLES **********/

body {
	max-width: 100%;
	overflow-x: hidden;
	background-color:#353535;
	background-image:url(../images/bg.png);
	font: normal 16px "Helvetica Neue", Helvetica, sans-serif;
	color: #eee;
}
h1,h2,h3,h4,h5,h6 {
	color: #aaa;
}
a {
	color: inherit;
	cursor: pointer;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
}
u {
	text-decoration: underline;
}
svg {
	fill: #eee;
	vertical-align: sub;
	height: 1em;
}

.panel .solid-logo{
	padding:20px;
	text-align: center;
}
.solid-logo svg {
	max-width: 100%;
	fill: #000;
	stroke: #000;
	stroke-width:0.25;
	height: 150px;
	filter: drop-shadow(5px 10px 10px #0005);
}

.logo svg {
	height:32px;
	margin:5px;
}

.html-home-page .header-lower, .html-home-page .joinus{
	display: none;
}

.header-logo a svg {
	transition-duration: 5s;
	max-width: 100%;
	fill: #baec3b;
	stroke:#baec3b;
	stroke-width:1.5;
	-webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
	filter: drop-shadow(4px 6px 4px rgba(0, 0, 0, 1));
	height: 84px;
}
.header-logo a:hover svg {
	fill: #baec3b;
	filter: drop-shadow(0 0 10px #baec3b);
}
@media all and (min-width: 500px)
{
.header-logo a svg {
	fill: #2e2e2e;
	stroke-dasharray:400;
	stroke-dashoffset:0;
}
.header-logo a:hover svg {
	fill: #2e2e2e;
	stroke-dashoffset:800;
}
}
.no-logo .header-lower{
	display:none;
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea, select {
	border: 1px solid #444;
	padding: 10px;
	vertical-align: middle;
	border-radius: 3px;
	background-color:#333;
	color: #eee;
}
input, textarea, select {
	font-size: 16px;
}
textarea {
	min-height: 150px;
}
select {
	min-width: 50px;
	height: 32px; /*safari padding fix*/
	padding: 6px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
	border-color: #ffb500;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
}

.button-1,
.button-2,
button,
.search-box-button,
.newsletter-subscribe-button,
.buttons input,
input[type="button"],
input[type="submit"],
.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button,
.item-box .product-box-add-to-cart-button,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.wishlist-content .update-wishlist-button,
.wishlist-content .wishlist-add-to-cart-button,
.wishlist-content .email-a-friend-wishlist-button,
.compare-products-table .remove-button,
#check-availability-button,
.shopping-cart-page .common-buttons input,
.cart-footer .checkout-button,
.remove-discount-button,
.remove-gift-card-button,
.order-details-page .actions input,
.blog-posts .buttons .read-more,
.news-items .buttons .read-more,
.topic-post .pm-button,
.profile-info-box .pm-button,
.compare-products-page .clear-list,
.forums-table-section .view-all a {
	color: #eee;
	background-color: #111;
	border: 1px solid #ffb500;
	border-radius: 4px;
	padding: 10px 15px;
	font-size: 16px;
	text-align: center;
	text-transform: capitalize;
	display: inline-block;
}
.button-1:hover,
.button-2:hover,
button:hover,
.search-box-button:hover,
.newsletter-subscribe-button:hover,
.buttons input:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.item-box .add-to-compare-list-button:hover,
.item-box .add-to-wishlist-button:hover,
.item-box .product-box-add-to-cart-button:hover,
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover,
.wishlist-content .update-wishlist-button:hover,
.wishlist-content .wishlist-add-to-cart-button:hover,
.wishlist-content .email-a-friend-wishlist-button:hover,
.compare-products-table .remove-button:hover,
#check-availability-button:hover,
.shopping-cart-page .common-buttons input:hover,
.cart-footer .checkout-button:hover,
.remove-discount-button:hover,
.remove-gift-card-button:hover,
.order-details-page .actions input:hover,
.blog-posts .buttons .read-more:hover,
.news-items .buttons .read-more:hover,
.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover,
.compare-products-page .clear-list:hover,
.forums-table-section .view-all a:hover,
.button-1:focus,
.button-2:focus,
button:focus,
.search-box-button:focus,
.newsletter-subscribe-button:focus,
.buttons input:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
.item-box .add-to-compare-list-button:focus,
.item-box .add-to-wishlist-button:focus,
.item-box .product-box-add-to-cart-button:focus,
.overview .add-to-cart-button:focus,
.variant-overview .add-to-cart-button:focus,
.wishlist-content .update-wishlist-button:focus,
.wishlist-content .wishlist-add-to-cart-button:focus,
.wishlist-content .email-a-friend-wishlist-button:focus,
.compare-products-table .remove-button:focus,
#check-availability-button:focus,
.shopping-cart-page .common-buttons input:focus,
.cart-footer .checkout-button:focus,
.remove-discount-button:focus,
.remove-gift-card-button:focus,
.order-details-page .actions input:focus,
.blog-posts .buttons .read-more:focus,
.news-items .buttons .read-more:focus,
.topic-post .pm-button:focus,
.profile-info-box .pm-button:focus,
.compare-products-page .clear-list:focus,
.forums-table-section .view-all a:focus {
	background-color: #333;
	color: #eee;
}
label, label + * {
	vertical-align: middle;
}

.screen-reader-shortcut{
	position:absolute;
	left:-1000em;
	top:-1000em;
	height:1px;
	width:1px;
	overflow:hidden;
}
html{
	padding-top:42px;
}

.master-wrapper-content {
	position: relative;
	z-index: 0;
	width: 90%;
	margin: 0 auto;
}
.master-wrapper-page
{
	background:rgba(0,0,0,.3);
	background:-moz-linear-gradient(left,rgba(0,0,0,.8),rgba(0,0,0,.3) 50%,rgba(0,0,0,.8));
	background:-webkit-linear-gradient(left,rgba(0,0,0,.8),rgba(0,0,0,.3) 50%,rgba(0,0,0,.8));
	background:linear-gradient(to left,rgba(0,0,0,.8),rgba(0,0,0,.3) 50%,rgba(0,0,0,.8));
	min-height:100vh;
}
.master-column-wrapper {
	position: relative;
	z-index: 0;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.center-1 {
	/*! margin: 0 0 100px; */
}
.center-2, .side-2 {
	margin: 0 0 50px;
}
.side-2:after {
	content: "";
	display: block;
	clear: both;
}

.page {
	min-height: 200px;
	text-align: center;
}
.page-title h1 {
	font-size: 0px;
}
.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}
.info {
	font-size: 16px;
	white-space: initial;
	margin:15px auto;
}
.important {
	color: #ffb500;
	font-size: 24px;
	font-weight: 200;
}
.buttons {
	margin: 0 0 30px;
}
.link-rss {
	display: none;
	width: 24px;
	height: 24px;
	background: url('../images/rss.png') center no-repeat;
	font-size: 0 !important;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p {
	margin: 10px 0;
}
.flyout-cart {
	display: none;
}



.row{
	display:table;
	padding-bottom:20px;
	width:100%;
}
table td.feature-type-module{
	color:#7a6;
}
table td.feature-type-player{
	color:#a8f;
}
table td.feature-type-machine{
	color:#ffa;
}
table td.feature-type-roleplaying{
	color:#aad;
}
table td.feature-type-sceneaccess{
	color:#cfa;
}
table td.feature-type-weapon{
	color:#fb7;
}
table td.feature-type-vehicle{
	color:#acf;
}
table td.feature-type-supplyaccess{
	color:#caf;
}
table td.feature-type-lodgings{
	color:#fba;
}
.done0{
	color:#f55;
}
.done50{
	color:#f95;
}
.done70{
	color:#ff5;
}
.done90{
	color:#5f5;
}
.done{
	text-align:right;
	font-size: 2em;
	line-height:0.8em;
}
/*.feature-cell{
	width:calc(50% - 20px);
	float:left;
	padding:10px;
}
.feature-cell.right{
	width:auto;
	overflow:auto;
	float:none;
	min-width:400px;
}
.feature-cell.full{
	width:100%;
	padding:0;
	margin:10px 0;
}
.feature-box{
	display:inline;
	border-radius:10px;
}
.feature-box h4{
	margin:0;
	padding:10px;
	border:1px solid #ffb500;
	border-radius: 10px;
	color:#ffb500;
}

.feature-cell:focus p{
	display:inline-block;
}
.feature-cell:focus h4{
	border-bottom:0;
	border-radius:10px 10px 0 0;
}
.feature-box.yellow h4{
	background-color:#ffb500;
	color:#000;
}
.feature-box p{
	border:1px solid #ffb500;
	margin:0;
	padding:10px;
	border-radius:0 0 10px 10px;
	display: none;
}*/
.panel{
	display:inline-block;
}
img.bg-image {
	min-width: 100%;
	min-height:100%;
}
.feature-box.feature-black{
	color: #fff;
	background: #000;
}
.feature-box.feature-black h4{
	color: #fff;
}
.feature-box.nuke:before{
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, #f3aa73, #0000 10%);
}
.feature-box.ship:before{
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, #000, #0000 30%);
}
.feature-box.pain:before{
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, #0a1113, #0000 20%);
}

.image .bob {
	padding:30px;
	transform:scale(1);
	will-change:transform;
	-webkit-animation:bob 10s infinite;
			animation:bob 10s infinite;
}

@-webkit-keyframes bob{
	50%{transform:scale(1.2);}
}
@keyframes bob{
	50%{transform:scale(1.2);}
}
.feature-box{
	background:#fff;
	color:#000;
}
.panel img{
	max-width:100%;
}
.feature-box.hand, .feature-box.cann {
}
.feature-box.tool {
}
.impress-on-tool_plasmacannon .feature-box.tool {
	background: radial-gradient(#eca6ff,#6400a5);
}
.impress-on-tool_einsten .feature-box.tool {
	background: radial-gradient(#ff2a00,#631000);
}
.impress-on-tool_shaper .feature-box.tool {
	background: radial-gradient(#fefe2f,#fd8633);
}
.impress-on-tool_pliers .feature-box.tool {
	background: radial-gradient(#c4d0ff,#134fff);
}
.impress-on-tool_airbrush .feature-box.tool {
	background: radial-gradient(#ffa700,#fffc00);
}
.thumbnail{
	display:inline-block;
	padding:20px;
	transition-duration:0.5s;
}
.thumbnail:hover{
	transform: scale(1.2);
}
.thumbnail-bar{
	cursor: pointer;
	position:relative;
	height:0;
}
.thumbnail-box{
	width:100%;
	text-align: center;
	position: absolute;
	bottom: 0;
}
.feature-box{
	font-size:24px;
}
.feature-box.full{
	text-align: center;
}
.slideshow {
	/*! margin: 1em auto; */
	width: 100%;
	height: 100vh;
	position:relative;
	text-align: left;
}
.slideshow img {
	position: absolute;
	min-width:100%;
	min-height: 100%;
}
.slideshow-caption{
	position: absolute;
	z-index: 1000;
	bottom: 10%;
	width: 50%;
	left:25%;
	padding:10px 20px;
	color: #fff;
	background:#0008;
	border-radius:10px;
}
.slideshow img:nth-of-type(1) {
	animation-name: fader;
	animation-delay: 4s;
	animation-duration: 1s;
	z-index: 20;
}
.slideshow img:nth-of-type(2) {
	z-index: 10;
}
.slideshow img:nth-of-type(n+3) {
	display: none;
}

@keyframes fader {
	from { opacity: 1.0; }
	to   { opacity: 0.0; }
}
.feature-box.ship .caption{
	/*background:#0003;
	border-radius:10px;
	padding:10px;
	box-shadow:0 0 40px #0006;*/
}
.panel div.caption{
	padding:40px;
	clear:both;
}
.panel div.caption *{
	max-width:700px;
}
.feature-box h2, .feature-box h3, .feature-box h4{
	text-align: center;
	font-family: 'Russo One', sans-serif;
	color:#000;
	letter-spacing:6px;
}
.step{
	max-width: 100vw;
}
.feature-box.full.ship *{
	color:#fff;
}
.cta {
	transition-duration:0.25s;
	letter-spacing: 0px;
	background: #ff9600;
	padding:5px 25px 2px;
	border-radius:10px;
	box-shadow:0px 8px 0px #9f5e00;
	display:inline-block;
	color:#000;
	margin-bottom:4px;
}
.cta:hover{
	color:#000;
	box-shadow:0px 4px 0px #9f5e00;
	margin-top:4px;
	margin-bottom:0;
	/*! background: #9f5e00; */
}
.panel-wide div.image{
	text-align: center;
}
.panel-left div.caption *{
	margin-left:auto;
}
.panel-wide div.caption *{
	margin:0 auto;
}
.panel-left img{
	float: right;
	padding:20px;
}
.panel-right img{
	float: left;
	padding:20px;
}
.step img{
	max-width:100vw;
}
.panel-wide div.caption *{
	max-width:800px;
	margin:0 auto;
}
.panel-left, .panel-right{
	width:50%;
	float:left;
}
.panel-short{
	width: 40%;
}
.panel-long{
	width: 60%;
}
.panel-left{
	float:left;
}
.panel-right{
	float:right;
}
.panel-wide{
	width:100%;
	padding-bottom: 40px;
}
.panel-wide .image{
  background:#fe4626;
}
.panel3 .image{
	background: #d0351e;
}
.feature-box{
	width:100vw;
	overflow: hidden;
	position:relative !important;
	top:0% !important;
	left:0% !important;
}
.feature-box.full{
	height:100vh;
}
@media all and (max-width: 900px)
{
	.panel-left, .panel-right{
		float:none;
		width: 100%;
	}
	.panel div.caption *{
		margin-left:auto;
		margin-right:auto;
	}
	.panel-right img,
	.panel-left img{
		float: none;
	}
	.thumbnail-bar{
		height: unset;
		background: #fff;
	}
	.thumbnail-box{
		position: unset;
	}
	.thumbnail-bar.black{
		background:#000;
	}
	.thumbnail-bar.sand{
		background: #f3aa73;
	}
}
.feature-box.fb1{background:#eee;}
.feature-box.fb2{background:#aaa}
.feature-box.fb3{background:#eee}
.feature-box.fb4{background:#aaa}
.feature-box.fb5{background:#eee}
.feature-cell{
	width:420px;
	position:absolute;
}
.feature-cell.fc1{top:10%;left:10%}
.feature-cell.fc2{top:10%;right:10%}
.feature-cell.fc3{bottom:10%;left:10%}
.feature-cell.fc4{bottom:10%;right:10%}
.feature-cell>h4{
	background: #333 url('../icon/chevron-right.svg') right 14px center no-repeat;
	background-size:20px;
	padding:10px;
	line-height:1em;
}
.feature-cell>div{
	max-height:0;
	overflow:hidden;
	transition: max-height 0.6s ease-out;
}
.feature-cell>div>p{
	background:#222;
	border:1px solid #333;
	padding:10px;
}
.feature-cell:focus>h4{
	background-image: url('../icon/chevron-bottom.svg');
}
.feature-cell:focus>div{
	max-height:130px;
}
.feature-title{
	color:#111;
	width:1200px;
	text-align: center;
	position:absolute;
	top:-200px;
	left:-300px;
	font-size:5em;
}
.colophon{
	margin:50px 20%;
}
.feature-list{
	margin:100px;
}
.arrow{
	width:48px;
	height:48px;
	position:absolute;
	top:50%;
	margin-top:-16px;
	cursor:pointer;
	font-size:0px;
	opacity:0.8;
	border-radius:8px;
	-moz-transition:0.2s opacity;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}

.arrow:hover{
	opacity:1;
}

.arrow-left{
	left:45px;
	background:#0005 url('../icon/chevron-left.svg') no-repeat 6px;
	background-size: 32px;
}

.arrow-right{
	right:45px;
	background:#0005 url('../icon/chevron-right.svg') no-repeat 6px;
	background-size: 32px;
}

.bigbox{
	border-radius: 5px;
	border: 1px solid #ffb500;
	padding: 10px;
	background: #111;
	margin-bottom: 20px;
}

.flextiles{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.flextile{
	width: 300px;
	max-width: 80%;
	text-align: left;
	background: #111;
	padding:0 10px;
	border-radius: 10px;
	margin: 10px;
	border:1px solid #ffb500;
}


div.clear-break{
	width:100%;
	clear:both;
}
div.vspace{
	height:25px;
}
@media(min-width:570px){
	.rrimgcol{
		width:16.67%;
		float:left;
	}
	.rrdesccol{
		width:50%;
		float:left;
	}
	.rrrcipcol{
		width:33.33%;
		float:left;
	}
}
@media screen and (max-width:540px){
.feature-cell{
	width:100%;
	padding:0;
	margin:10px 0;
}
.feature-cell.right{
	width:100%;
	overflow:none;
	float:left;
	min-width:0;
}
}


div.clear-break{
	width:100%;
	clear:both;
}
div.vspace{
	height:25px;
}
a.joinus{
	font-size:1.5em;
	color:#eee;
	padding:10px;
	display:inline-block;
	margin:15px;
	background:#293644;
	line-height:1em;
	border:1px solid #56575A;
	border-radius:4px
}
h1,h2,h3,h4,h5,h6{
	line-height:1.5em;
	word-wrap:break-word;
	font-weight:200;
	font-family:"Exo 2",sans-serif
}
h1{font-size:3em}
h2{font-size:2.5em;}
h3{font-size:2em}
h4{font-size:1.5em}
h5{font-size:1.25em}
h6{font-size:1em}
.anchor_section
{
	padding-top: 30px;
}

.rbanner{
	margin-bottom:15px;
}
div.videodiv{max-width:560px;margin:0 auto}
div.videodiv iframe{border:0;width:560px;height:315px}



.rdownload .lin{
	display:none;
}
.rdownload
{
	margin-bottom:30px;
}
.rdownload *{
	padding:25px 10px 25px 70px;
	margin:10px;
	display:block;
	border:1px solid #ffb500;
	border-radius: 4px;
	width:450px;
	color:#eee;
}
.rdownload .win{
	background:#111 url(../windows.svg) 10px center no-repeat;
	background-size: 50px;
}
.rdownload .mac{
	background:#111 url(../apple.svg) 10px center no-repeat;
	background-size: 50px;
}
.rdownload *:hover{
	background-color:#333;
	color:#eee;
}
.ranslate textarea{
	min-height:0px;
	width:500px;
}

.vote.up{
	color:#ffb500;
}
.vote.down{
	color:#6300ff;
}
.vote{
	height:150px;
	width:250px;
	display:inline-block;
	width:250px;
	height:200px;
	position:relative;
	font-size:2rem;
	cursor:pointer;
}
.vote:before, .vote:after{
	position:absolute;
	top:50%;
	left:50%;
	border-radius:50%;
	content:'';
}
.vote:before{
	border:solid 10rem;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
	margin:-10rem;
	width:20rem;
	height:20rem;
	-webkit-transform:scale(0);
			-ms-transform:scale(0);
		transform:scale(0);
}
.vote:after{
	margin:-0.5rem;
	width:1rem;
	height:1rem;
	box-shadow:
	0rem -14rem 0 -0.5rem,
	0rem 14rem 0 -0.5rem,
	0.86603rem -15.5rem 0 -0.5rem,
	-0.86603rem -15.5rem 0 -0.5rem,
	13.85641rem -7rem 0 -0.5rem,
	12.12436rem -7rem 0 -0.5rem,
	12.99038rem -8.5rem 0 -0.5rem,
	12.99038rem 8.5rem 0 -0.5rem,
	12.12436rem 7rem 0 -0.5rem,
	13.85641rem 7rem 0 -0.5rem,
	-0.86603rem 15.5rem 0 -0.5rem,
	0.86603rem 15.5rem 0 -0.5rem,
	-13.85641rem 7rem 0 -0.5rem,
	-12.12436rem 7rem 0 -0.5rem,
	-12.99038rem 8.5rem 0 -0.5rem,
	-12.99038rem -8.5rem 0 -0.5rem,
	-12.12436rem -7rem 0 -0.5rem,
	-13.85641rem -7rem 0 -0.5rem;
}
.selected.vote{
	will-change:font-size;
	-webkit-animation:heart 1s cubic-bezier(0.27, 3.81, 0.42, 1);
			animation:heart 1s cubic-bezier(0.27, 3.81, 0.42, 1);
}
.selected.vote:before, .selected.vote:after{
	-webkit-animation:inherit;
			animation:inherit;
	-webkit-animation-timing-function:ease-out;
			animation-timing-function:ease-out;
}
.selected.vote:before{
	will-change:transform, border-width, opacity;
	-webkit-animation-name:bubble;
			animation-name:bubble;
}
.selected.vote:after{
	will-change:opacity, box-shadow;
	-webkit-animation-name:sparkles;
			animation-name:sparkles;
}

@-webkit-keyframes heart{
	0%, 17.5%{
	font-size:0;
	}
}
@keyframes heart{
	0%, 17.5%{
	font-size:0;
	}
}
@-webkit-keyframes bubble{
100%{
opacity:1;
-webkit-transform:scale(2);
border-width:10rem;
}
90%, 100%{
opacity:0.4;
-webkit-transform:scale(2);
border-width:0;
}
}
@keyframes bubble{
100%{
opacity:1;
transform:scale(2);
border-width:10rem;
}
90%, 100%{
opacity:0.4;
transform:scale(2);
border-width:0;
}
}
@-webkit-keyframes sparkles{
0%, 20%{
opacity:0;
}
25%{
opacity:1;
box-shadow:0.86603rem -0.5rem 0 0rem,
0rem 1rem 0 0rem,
-0.86603rem -0.5rem 0 0rem,
0.86603rem 0.5rem 0 0rem,
-0.86603rem 0.5rem 0 0rem,
0rem -1rem 0 0rem,
0rem 1rem 0 0rem,
-0.86603rem -0.5rem 0 0rem,
0.86603rem -0.5rem 0 0rem,
-0.86603rem 0.5rem 0 0rem,
0rem -1rem 0 0rem,
0.86603rem 0.5rem 0 0rem,
-0.86603rem -0.5rem 0 0rem,
0.86603rem -0.5rem 0 0rem,
0rem 1rem 0 0rem,
0rem -1rem 0 0rem,
0.86603rem 0.5rem 0 0rem,
-0.86603rem 0.5rem 0 0rem;
}
}
@keyframes sparkles{
0%, 20%{
opacity:0;
}
25%{
opacity:1;
box-shadow:0.86603rem -0.5rem 0 0rem,
0rem 1rem 0 0rem,
-0.86603rem -0.5rem 0 0rem,
0.86603rem 0.5rem 0 0rem,
-0.86603rem 0.5rem 0 0rem,
0rem -1rem 0 0rem,
0rem 1rem 0 0rem,
-0.86603rem -0.5rem 0 0rem,
0.86603rem -0.5rem 0 0rem,
-0.86603rem 0.5rem 0 0rem,
0rem -1rem 0 0rem,
0.86603rem 0.5rem 0 0rem,
-0.86603rem -0.5rem 0 0rem,
0.86603rem -0.5rem 0 0rem,
0rem 1rem 0 0rem,
0rem -1rem 0 0rem,
0.86603rem 0.5rem 0 0rem,
-0.86603rem 0.5rem 0 0rem;
}
}

.post-head{
	overflow: hidden;
	background-color: #333;
}
.avatar{
	width:80px;
	height:80px;
	float:left;
}
.avatar:hover{
	-webkit-animation: avatarspin 1s ease-in-out;
	animation: avatarspin 1s ease-in-out;
}
@keyframes avatarspin{50%{transform:rotate(1000deg)}}
@-webkit-keyframes avatarspin{50%{transform:rotate(1000deg)}}
.stat.box{
	margin:10px 0;
	width:200px;
	height:80px;
	display:inline-block;
}
.rank.box{
	display:inline-block;
	margin:10px;
	height:80px;
}
.stat .ttip{
	padding:0 8px 0 24px;
	background:#333 4px center no-repeat;
	box-shadow:0 5px #333,0 -5px #333,0 6px 5px #000;
	display:block;
	float:left;
	border-radius: 4px;
	height:16px;
	font-size:18px;
	line-height:16px;
	margin:12px 5px;
	width:86px;
}
.rank .ttip{
	box-shadow:1px 3px 5px #000;
	display:block;
	margin:5px;
	float:left;
	border-radius:6px;
	background:url("../funder.svg");
	height:60px;
	width:60px;
}
.rank .ttip:after{
	display:block;
	height:60px;
	width:60px;
	content:"";
	z-index:1;
}
.ttip:hover:after{
	-webkit-animation: rankhop 1s ease-in-out;
	animation: rankhop 1s ease-in-out;
}
@keyframes rankhop{50%{transform:scale(100);opacity:0}}
@-webkit-keyframes rankhop{50%{transform:scale(100);opacity:0}}

.roster .stat .ttip{
	margin:2px;
	float:right;
}
.roster .stat,.roster .rank{
	display:inline-block;
}
.user-info{
	padding:5px;
	border-bottom:1px solid #444;
}
.user-info span{
	text-align: right;
}
.roster .summary{
	text-align: center;
	font-size: 1.5em;
	color: #ffb500;
}

.stat .post{background-image:url(../icon/comment-square.svg)}
.stat .rep{background-image:url(../rep.svg);color:#ffb500}
.stat .ant{background-image:url(../credit.svg);color:#baec3b}
.stat .fm{background-image:url(../fm.svg)}
.stat .ic{background-image:url(../ic.svg)}

.rank .ed.ttip:after{animation:none;-webkit-animation:none;}
.rank .ed1 {background-color:#444}
.rank .ed2 {background-color:#444}
.rank .ed3 {background-color:#444}
.rank .ed4 {background-color:#444}
.rank .ed5 {background-color:#cfd929}
.rank .ed6 {background-color:#e18b26}
.rank .ed7 {background-color:#e10000}
.rank .ed8 {background-color:#6a8ae3}
.rank .ed9 {background-color:#a6e370}
.rank .ed10{background-color:#8f68dc}

.rank .op {background:#333 url("../op-0.svg")}
.rank .op1:after {background:url("../op-1.svg")}
.rank .op2:after {background:url("../op-2.svg")}
.rank .op3:after {background:url("../op-3.svg")}
.rank .op4:after {background:url("../op-4.svg")}
.rank .op5:after {background:url("../op-5.svg")}
.rank .op6:after {background:url("../op-6.svg")}
.rank .op7:after {background:url("../op-7.svg")}
.rank .op8:after {background:url("../op-8.svg")}
.rank .op9:after {background:url("../op-9.svg")}
.rank .op10:after{background:url("../op-10.svg")}
.rank .op11:after{background:url("../op-11.svg")}
.rank .op12:after{background:url("../op-12.svg")}

.rank .tl {background:#333 url("../tl-0.svg");border-radius:100px}
.rank .tl1:after {background:url("../tl-1.svg")}
.rank .tl2:after {background:url("../tl-2.svg")}
.rank .tl3:after {background:url("../tl-3.svg")}
.rank .tl4:after {background:url("../tl-4.svg")}
.rank .tl5:after {background:url("../tl-5.svg")}
.rank .tl6:after {background:url("../tl-6.svg")}
.rank .tl7:after {background:url("../tl-7.svg")}
.rank .tl8:after {background:url("../tl-8.svg")}
.rank .tl9:after {background:url("../tl-9.svg")}
.rank .tl10:after{background:url("../tl-10.svg")}
.rank .tl11:after{background:url("../tl-11.svg")}
.rank .tl12:after{background:url("../tl-12.svg")}

.rank .eb {background:#333 url("../eb-0.svg");border-radius:100px}
.rank .eb1:after {background:url("../eb-1.svg")}
.rank .eb2:after {background:url("../eb-2.svg")}
.rank .eb3:after {background:url("../eb-3.svg")}
.rank .eb4:after {background:url("../eb-4.svg")}
.rank .eb5:after {background:url("../eb-5.svg")}
.rank .eb6:after {background:url("../eb-6.svg")}
.rank .eb7:after {background:url("../eb-7.svg")}
.rank .eb8:after {background:url("../eb-8.svg")}
.rank .eb9:after {background:url("../eb-9.svg")}
.rank .eb10:after{background:url("../eb-10.svg")}
.rank .eb11:after{background:url("../eb-11.svg")}
.rank .eb12:after{background:url("../eb-12.svg")}

.ttip{
	position:relative;
}
.ttip a.ttxt{
	visibility:hidden;
	position:absolute;
	background:#333;
	border:1px solid #444;
	padding:2px 6px;
	border-radius:4px;
	line-height:20px;
	z-index:1;
	left:100%;
	height:26px;
	top:50%;
	margin-top:-13px;
	white-space:nowrap;
}
.ttip:hover>a.ttxt,
.ttip:focus>a.ttxt{
	visibility:visible;
}

.ranslate input[type="checkbox"]
{
	margin:5px;
	vertical-align:middle;
}
.ranslate .editted {
	display:inline-block;
	width:20px;
	height:20px;
	margin:5px;
	background: url("../icon/pencil.svg")
}

.payment-description{
	color: #FFB500;
}
.payment-info .info {
	border:1px solid #ffb500;
	border-radius:8px;
	width:520px;
	max-width: 100%;
}
.payment-info .info p {
	border-top: 1px solid 
	#ffb500;
	padding-top: 10px;
}
.payment-info .info img{
	width:100px;
	margin:0 auto;
	display:block;
}
.payment-guide {
	border: 1px solid #ffb500;
	border-radius: 7px;
	padding: 15px;
	min-width: 50%;
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}
.payment-guide .topic-block-title {
	display: none;
}
.payment-guide .topic-block strong{
	color: #ffb500;
}

#consentWidgetDiv,
#walletWidgetDiv,
#addressBookWidgetDiv {
	min-width: 300px;
	width: 100%;
	max-width: 900px;
	min-height: 228px;
	height: 240px;
	max-height: 400px;
	margin: 15px auto;
	background:#fff;
	border-radius:6px
}

.paypal-button{
	background: #ffc439;
	border-radius: 4px;
	height: 45px;
	min-height: 30px;
	max-height: 55px;
	width: 130px;
	text-align: center;
	float:right;
}
.paypal-button > .paypal-logo, .paypal-button > .paypal-logo-card {
    height: 21px;
    max-height: 27px;
    min-height: 18px;
}
.paypal-button > .paypal-logo, .paypal-button > .paypal-logo-card, .paypal-button > .paypal-button-text {
    vertical-align: top;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}
.paypal-logo {
    padding: 0;
    display: inline-block;
    background: none;
    border: none;
    width: auto;
}

table tr.even{
	background-color:#333;
}
table th,
table tr.odd{
	background-color:#222;
}
th,
td{
	padding:5px;
}
th{
	text-align: center;
}
.roadmap table{
	width:100%;
}
.roadmap table td{
	padding:.2em .4em;
}
.features{
	clear:both;
	max-width: 1000px;
	margin:auto;
}
/*FUNDER PULSE*/
.side-2 .block-category-navigation li+li+li a{
	text-shadow:0 0 15px #c5ff30;
	font-size:30px;
	-webkit-animation: funder-blink 1s infinite;
	animation: funder-blink 1s infinite;
}
@keyframes funder-blink{50%{text-shadow:0 0 0 #c5ff30}}
@-webkit-keyframes funder-blink{50%{text-shadow:0 0 0 #c5ff30}}

.alert-danger {
	background-color: #f39c12 !important;
	border-color: #f39c12 !important;
}
.StripeElement {
	background-color: white;
	height: 40px;
	padding: 10px 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
}

.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
	border-color: #fa755a;
}

.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}
.square-input {
	height: 41px;
	border: 1px solid #444;
	background: #333;
	padding: 8px;
	border-radius: 4px;
	vertical-align: middle;
	color: #eee;
}

select.square-input {
	width: 100%;
}

.square-input--focus {
	border-color: #ffb500;
}

.square-input--error {
	outline: #e4434b;
}

/*********** GLOBAL FORMS ***********/



.fieldset, .section {
	position: relative;
	/*! margin: 0 0 40px; */
}
.fieldset .title,
.section .title {
	margin: 0 0 15px;
	padding: 0 10px;
	font-size: 20px;
	color: #aaa;
}
.fieldset .title strong,
.section .title strong {
	font-weight: normal;
}
.form-fields {
	position: relative;
	/*! border-top: 1px solid #666; */
	padding: 15px 15px;
}
.inputs {
	position: relative;
	margin: 0 0 15px;
	/*! text-align: center; */
	white-space: nowrap; /*fix for 'required' elements*/
	font-size: 0;
}
.inputs:after {
	content: "";
	display: block;
	clear: both;
}
.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
	font-size: 16px; /*reset zeroing*/
}
.inputs input[type="text"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
	width: 400px;
	max-width: 100%;
	background-color: #333;
}
.inputs.custom-attributes {
	white-space: normal;
}
.inputs .option-list {
	display: inline-block;
	max-width: 95%;
	vertical-align: middle;
}
.inputs .option-list li {
	display: inline-block;
	margin: 5px;
	/*! background-color: #fff; */
	padding: 8px 10px;
}
.inputs .option-list label {
	display: inline-block;
	width: auto !important;
	margin: 0 0 0 5px;
}

.inputs.reversed {
	margin: 0 0 20px;
	text-align: center;
}
.required {
	margin: 0 -8px 0 3px; /*siblings offset*/
	vertical-align: top;
	font-size: 20px;
	font-weight: normal;
	color: #ffb500;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #ffb500;
	margin-top: 5px;
}
.field-validation-valid,
.username-available-status {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #baec3b;
}

.captcha-box {
	text-align: center;
	line-height: 0; /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
	max-width: 100%;
}
.captcha-box input {
	height: auto;
}
.pass-wrapper{
	width: 400px;
	max-width: 100%;
	margin: auto;
}
.pass-graybar {
	height:12px;
	background-color:#333;
	width:100%;
	position:relative;
	border-radius: 4px;
}
.pass-colorbar {
	height:12px;
	background-image:url(../images/passwordstrength.jpg);
	border-radius: 4px;
	position:absolute;
	top:0;
	left:0
}

/*********** GLOBAL TABLES ***********/



.table-wrapper {
	overflow-x: auto;
}
.cart th,
.data-table th,
.forum-table th {
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #444;
	background-color: #333;
	padding: 10px;
	white-space: nowrap;
	font-weight: normal;
}
.forum-table th.replies,
.forum-table th.views,
.forum-table th.votes,
.forum-table th.latest-post,
.forum-table th.topics,
.forum-table th.posts,
.forum-table td.replies,
.forum-table td.views,
.forum-table td.votes,
.forum-table td.latest-post,
.forum-table td.topics,
.forum-table td.posts{
	display: none;
}
.forum-table td.image {
	min-width: 0;
}
.cart td,
.data-table td,
.forum-table td {
	min-width: 50px;
	border: 1px solid #333;
	background-color: #222;
	padding: 20px;
}
.forum-table td {
	min-width: 90px;
	padding: 10px;
}
a {
	color: #baec3b;
}
a:hover {
	color: #7bab00;
}
.panel p a {
	color: #7bab00;
	font-weight:700;
}
.panel p a:hover {
	color: #baec3b;
}
a svg {
	fill: #baec3b;
}
a:hover svg {
	fill: #7bab00;
}
.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
	min-width: 225px;
	text-align: left;
}
.forum-table .forum-details,
.forum-table .topic-details {
	text-align: left;
}

.cart .product .edit-item {
	margin: 10px 0 0;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
	text-align: center;
}

.cart td.unit-price,
.data-table td.unit-price {
	white-space: nowrap;
}
.cart td.quantity input {
	width: 50px;
	text-align: center;
}
.cart td.subtotal,
.data-table td.total {
	white-space: nowrap;
}
.cart td.subtotal .discount, .cart td.subtotal .discount-additional-info {
	font-style: italic;
	color: #baec3b;
}

.data-table div.download {
	margin: 10px 0 0;
}


/*********** NOTIFICATIONS & POPUPS	***********/



.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	padding: 15px 25px 15px 10px;
	line-height: 16px;
	background-color: #333;
	border-top:4px solid;
}
.bar-notification.success {
	border-color: #baec3b;
}
.bar-notification.error {
	border-color: #ffb500;
}
.bar-notification.warning {
	border-color: #ffb500;
}
.bar-notification .content {
	margin: 0 10px 0 0;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	margin: 7px;
	background: #111 url('../icon/x.svg') center no-repeat;
	background-size: 20px;
	cursor: pointer;
	border:1px solid #ffb500;
	border-radius:4px;
}
.bar-notification .close:hover {
	background-color: #333;
}

.noscript {
	border-bottom: 1px solid #333;
	background-color: #ff9;
	padding: 30px 15px;
	text-align: center;
	line-height: 22px;
}

.ajax-loading-block-window {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 40px;
	height: 40px;
	margin: -16px 0 0 -16px;
}
.please-wait {
	padding-left: 20px;
	font-size: 16px;
}
.search-box .ui-autocomplete-loading,
.please-wait,
.ajax-loading-block-window {
	animation-name: spin;
	animation-duration: 1000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 1000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 1000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 1000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	background: url('../icon/loop-circular.svg') center no-repeat;
	background-size: 40px;
}
@-moz-keyframes spin {
	from {-moz-transform:rotate(0deg);}
	to {-moz-transform:rotate(-360deg);}
}
@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(-360deg);}
}
@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(-360deg);}
}

.ui-dialog {
	max-width: 90%;
	box-shadow: 0 0 40px #000;
}
.ui-dialog-titlebar {
	border-bottom: 1px solid #666;
	overflow: hidden;
	padding: 10px 15px;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	background: #111 url('../icon/x.svg') center no-repeat;
	background-size: 20px;
	font-size: 0;
}
.ui-dialog-titlebar button span {
	display: none !important;
}
.ui-dialog-content {
	padding: 15px;
	background-color: #222;
}
.ui-dialog-content .page{
	min-height: 0;
}
.ui-dialog-content .page-title{
	min-height: 0;
	margin: 0 0 15px;
	padding: 0px 10px 10px 10px;
	text-align: center;
}
.ui-dialog-content .page-title h1{
	font-size: 24px;
	line-height: 30px;
}
.ui-dialog-content .back-in-stock-subscription-page {
	text-align: center;
}
.ui-dialog-content .back-in-stock-subscription-page .tooltip{
	margin-bottom: 10px;
}



.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
	background: #222;
	border-radius: 4px;
	border: 1px solid #444;
}
.ui-dialog .ui-dialog-titlebar {
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	padding: .5em 1em;
	background: none;
	overflow: auto;
	width: 100% !important;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 7px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 7px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 7px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 7px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.eu-cookie-bar-notification {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1050;
	width: 320px;
	/*! height: 180px; */
	margin: -90px -160px;
	border: 1px solid #666;border-radius: 4px;
	background-color: #333;
	padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 10px;
}
.eu-cookie-bar-notification a {
	display: block;
}


/*** NAVBAR ***/


nav>ul{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99999;
	outline:1px solid #baec3b;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display:flex;
	justify-content: stretch;
}
nav>ul>li.logo{
	flex-grow: 0;
	padding:0 20px;
}
nav>ul>li.logo svg{
	fill: #baec3b;
}
nav>ul>li{
	flex-grow: 1;
	background:#222;
	line-height:42px;
	height:42px;
}
nav>ul>li>ul{
	text-align:left;
	display:none;
	background:#222;
	box-shadow:0 10px 10px #000;
}
nav>ul>li>ul>li{
	float:none;
}
nav>ul li>a{
	display:block;
	padding:0 10px;
}
nav>ul li:hover{
	background:#1a1a1a;
}
nav>ul>li:hover>ul,
nav>ul>li:focus>ul{
	display:block;
	position:absolute;
	width:100%;
}
nav>ul li{
	position:relative;
	z-index:99999;
	float:left;
}
nav>ul li.divider{
	margin:6px 0;
	border-top:1px solid #171717;
	width:100%;
	border-bottom:1px solid #333;
}
nav>ul a {
	color: #eee;
}
nav>ul a:hover {
	color: #baec3b;
}
nav>ul a svg {
	fill: #eee;
}
nav>ul a:hover svg {
	fill: #baec3b;
}


/*********** HEADER ***********/



.admin-header-links {
	background-color: #222;
	text-align: center;
	color: #eee;
}
.admin-header-links * {
	display: inline-block;
	margin: 0 10px;
	line-height: 35px;
}
.admin-header-links .impersonate {
	display: inline-block;
}
.admin-header-links .impersonate a {
	background-color: #555;
	padding: 0 15px;
}
.admin-header-links .impersonate a:hover {
	background-color: #666;
}

.header {
	position: relative;
	z-index: 10;
	width: 95%;
	margin: auto;
	text-align: center;
}
.header-upper {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #666;
}

.header-selectors-wrapper > div {
	display: block;
	width: 50%;
	margin: 10px auto;
}
.header-selectors-wrapper select {
	width: 100%;
}
.language-list {
	max-width: 100%;
	font-size: 0;
}
.language-list li {
	display: inline-block;
	margin: 0 1px;
	vertical-align: middle;
}
.language-list a {
	display: block;
	position: relative;
	width: 24px;
	height: 32px;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.header-links-wrapper {
	position: relative;
	padding: 20px 0;
}
.header-links li {
	display: inline-block;
	margin: 0 10px;
}
.header-links span,
.header-links a {
	display: inline-block;
	line-height: 36px;
}
#topcartlink {
	display: block;
	width: 70%;
	max-width: 400px;
	margin: 10px auto 0;
	padding: 0 20px;
}
#topcartlink a {
	background: url('../icon/cart.svg') left 8px center no-repeat;
	background-size: 20px;
	padding: 0 0 0 20px;
}

.header-lower {
	padding: 20px 0;
}
.header-logo a img {
	max-width: 100%;
	opacity: 1;
}

.search-box form {
	display: inline-block;
}
.search-box input.search-box-text {
	float: left;
	width: 200px;
	margin: 0 -2px 0 0;
}
.search-box .search-box-button {
	float: left;
	border-radius: 0 4px 4px 0;
}
.ui-helper-hidden-accessible {
	display: none !important;
}
.ui-autocomplete {
	overflow: hidden;
	background-color: #333;
	text-align: left;
	border:1px solid #444;
	border-radius:0 0 4px 4px;
	margin-top:-2px;
	border-top: none;
}
.ui-autocomplete li {
	border-top: 1px solid #444;
}
.ui-autocomplete li:first-child {
	border-top: none;
}
.ui-autocomplete a {
	display: block;
	padding: 15px;
}
.ui-autocomplete img {
	display: none;
	min-width: 20px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.ui-autocomplete {
	width: 280px !important;
	position:unset !important;
	margin: -4px auto 6px;
}
.ui-autocomplete img {
	display: inline;
}


/*********** FOOTER ***********/



.footer {
	background: #000 url('../images/footer.jpg') center no-repeat;
	background-size: auto 100%;
	text-align: center;
	border-top: #333 1px solid;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
.footer{
    background-image:url('../images/footer@2x.jpg');
}
}

.footer-upper {
	width: 95%;
	margin: auto;
	overflow: hidden;
	padding: 40px 0;
	font-size: 0;
}
.footer-block {
	width: 95%;
	margin: 1px auto;
	text-align: left;
	font-size: 16px; /*reset zeroing*/
}
.footer-block .title {
	margin: 0 0 1px;
	background: #333 url('../icon/chevron-bottom.svg') right 16px center no-repeat;
	background-size: 20px;
	padding: 15px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.footer-block .title strong {
	font-weight: normal;
}
.footer-block .list {
	display: none;
}
.footer-block .list a {
	display: block;
	padding: 15px;
}

.follow-us {
	margin: 30px auto 0;
	text-align: center;
}
.follow-us .title {
	margin: 0 0 10px;
	background: none;
	color: #aaa;
	cursor: auto;
}
.follow-us .social ul {
	margin: 10px;
}
.follow-us .social li {
	display: inline-block;
	margin: 0 5px;
}
.follow-us .social a {
	display: block;
	width: 38px;
	height: 38px;
	background: url('../images/social-sprite.png') no-repeat;
	font-size: 0;
}
.follow-us .social .facebook a {
	background-position: 0 0;
}
.follow-us .social .twitter a {
	background-position: -38px 0;
}
.follow-us .social .rss a {
	background-position: -76px 0;
}
.follow-us .social .youtube a {
	background-position: -114px 0;
}
.follow-us .social .google-plus a {
	background-position: -152px 0;
}

.newsletter-email {
	display: inline-block;
}
.newsletter-email input[type="email"] {
	float: left;
	width: 180px;
	margin: 0 -2px 0 0;
}
input.newsletter-subscribe-button {
	float: left;
	border-radius: 0 4px 4px 0;
}
.newsletter-email .options {
	clear: both;
	padding: 10px 0 0;
}
.newsletter-validation,
.newsletter-result {
	width: 100%;
	overflow: hidden;
	line-height: 28px;
}

.footer-lower {
	width: 95%;
	margin: auto;
	overflow: hidden;
	padding: 25px 0;
	font-size: 12px;
	color: #aaa;
}
.footer-tax-shipping a {
	font-weight: bold;
	color: #baec3b;
}
.footer-tax-shipping a:hover {
	text-decoration: underline;
}
.footer-powered-by {
	margin: 10px 0 0;
}
.footer-powered-by a {
	color: #aaa;
}
.theme-selector {
	margin: 10px 0 0;
}
.theme-selector select {
	width: 170px;
}




/*********** RCHAT ***********/

#rchat {
	font-size: 16px;
	clear:both;
	display:block;
	margin:20px 0;
	padding:10px;
	background:#222;
	border:1px solid #333;
	border-radius:4px;
}

#rchat form {
	padding-top:10px;
}

#rchat form>textarea
{
	height:41px;
	min-height:41px;
	width:70%;
	max-width:70%;
	min-width:150px;
}
#rchat form>a,
#rchat form>input {
	vertical-align:middle;
}
#rchat form>a{
  float:right;
}
#rchat form>label {
	font-size: 0
}

#rchat ol {
	overflow:hidden;
	overflow-y:scroll;
	height:50vh;
	padding:10px;
	border:1px solid #333;
	box-shadow: 0 10px 10px -10px #000 inset, 0 -10px 10px -10px #000 inset;
	scrollbar-color: #444 #222;
	scrollbar-width: thin;
	text-align: left;
}

#rchat ol>li {
	padding:2px 0;
}

#rchat ol>li>img{
	height:7em;
}
#rchat ol>li>a{
	position:relative;
}

#rchat ol>li>a>.profile-box{
	position:absolute;
	z-index: 1;
	background:#222;
	border-radius:7px;
	left:100%;
	top:50%;
	margin-left:15px;
	margin-top:-48px;
	width:300px;
	height:100px;
	padding:5px;
}
#rchat ol>li>a>.profile-box:after{
	position:absolute;
	right:100%;
	top:50%;
	border:10px solid transparent;
	border-right-color:#222;
	content:" ";
	margin-top:-10px;
}
#rchat .profile-box>span{
	font-size:0;
	width:120px;
	height:40px;
	display:inline-block;
	position:absolute;
	bottom:0;
	right:0;
}
#rchat a.edit{
	background:url(../icon/pencil.svg) center no-repeat;
}
#rchat a.delete{
	background:url(../icon/trash.svg) center no-repeat;
}
#rchat a.flag{
	background:url(../icon/flag.svg) center no-repeat;
}
#rchat a.nuke{
	background:url(../icon/nuke.svg) center no-repeat;
}
#rchat .profile-box>span>a{
	font-size:0;
	width:40px;
	height:40px;
	float:right;
	display:inline-block;
	background-size:20px;
}
#rchat .profile-box>span>a:hover{
	opacity:0.6;
}


div.video {
	max-width:560px;
	margin:0 auto;
}
div.video iframe {
	border:0;
	width:560px;
	height:315px;
}


/*********** SIDE COLUMN ***********/



.block {
	max-width: 600px; /*width limit in mobile*/
	min-height: 50px;
	margin: auto;
	text-align: left;
}
.block .title {
	position: relative;
	background: #333 url('../icon/chevron-bottom.svg') right 14px center no-repeat;
	background-size: 20px;
	padding: 15px 30px 15px 15px;
	font-size: 16px;
	color: #eee;
	cursor: pointer;
}
.block .title strong {
	font-weight: normal;
}
.block .listbox {
	display: none;
}
.block .list li a {
	padding: 15px;
	background-color: #333;
	width: 100%;
}
.block .list li {
	margin: 1px 0;
}
.block .list a {
	display: inline-block;
	position: relative;
	font-size: 16px;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.block .list .active > a {
	color: #baec3b;
}
.block a.product-picture {
	display: none;
}
.block a.product-picture:before {
	display: none;
}
.block .sublist a {
	font-size: 16px;
}

.block .view-all {
	margin: 10px 0 0;
}
.block .view-all a {
	display: inline-block;
	padding: 10px 15px;
	font-size: 16px;
	color: #baec3b;
}
.block .view-all a:hover {
	text-decoration: underline;
}

.block .tags {
	margin: 5px 0 10px;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
	font-size: 16px !important; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	float: left;
	line-height: 30px;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
	color: #baec3b;
}

.poll strong {
	display: block;
	margin: 10px 0;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
.poll-options,
.poll-results {
	margin: 10px 0 15px;
	overflow: hidden;
	font-size: 16px;
}
.poll-options li,
.poll-results li {
	margin: 10px 0;
}
.poll-options li > input {
	margin: 0 5px 0 0;
	cursor: pointer;
}
.poll-options li > label {
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
	font-style: italic;
}

.home-page-polls {
	text-align: center;
}
.home-page-polls .title {
	border-bottom: 1px solid #666;
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 30px;
	padding: 0 0 15px;
}
.home-page-polls .title strong {
	font-weight: normal;
}
.home-page-polls li {
	display: inline-block;
	margin: 10px;
}


/********** CATEGORY PAGE **********/



.breadcrumb {
	margin: 0 0 50px;
	padding: 5px 10px;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li * {
	display: inline-block;
	margin: 0 5px;
	font-size: 16px; /*reset zeroing*/
	line-height: 32px;
}
.breadcrumb strong {
	font-weight: normal;
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin: 0 0 25px;
	line-height: 22px;
}

.contact-vendor {
	margin: 0 0 30px;
}
.contact-vendor .button-2 {
	padding: 10px 15px;
}

.product-selectors {
	margin: 0 0 20px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 20px 0;
}
.product-selectors:first-child {
	border-top: none;
}
.product-selectors:after {
	content: "";
	display: block;
	clear: both;
}
.product-selectors > div {
	display: inline-block;
	margin: 5px;
}
.product-selectors span {
	vertical-align: middle;
	font-size: 16px;
}
.product-selectors select {
	margin: 0 8px;
}
.product-selectors .product-viewmode {
	display: none;
	font-size: 0;
}

.product-filters {
	display: table;
	width: 100%;
	margin: -20px 0 20px;
}
.product-filter {
	margin: 0 0 10px;
}
.product-filter .filter-title {
	margin: 0 0 10px;
	background-color: #f6f6f6;
	padding: 10px;
	font-size: 16px;
}
.product-filter .filter-title strong {
	font-weight: normal;
}
.product-filter .filter-content {
	padding: 10px;
}
.product-filter .available-items:after {
	content: "";
	display: block;
	clear: both;
}
.product-filter .group {
	margin: 0 0 10px;
}
.product-filter .group li {
	font-size: 16px;
}
.product-filter .group li a,
.product-filter .group li strong {
	display: inline-block;
	padding: 5px 0;
}
.product-filter .group li a:hover {
	color: #baec3b;
}
.product-filter .group li.item {
	display: inline-block;
	position: relative;
	margin: 0 15px 0 0;
	padding: 0 0 0 15px;
}
.product-filter .group li.item:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #ddd;
}
.product-filter .group li.color-item {
	padding: 0;
	display: inline-block;
}
.product-filter .group li.color-item a {
	padding: 0;
}
.product-filter .group li.color-item:before {
	display: none;
}

.filtered-items .title {
	margin: 0 0 5px;
	font-style: italic;
}
.filtered-items .item {
	color: #baec3b;
}
.remove-filter {
	margin: 15px 0;
}
.remove-filter a {
	display: inline-block;
	background-color: #aaa;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.remove-filter a:hover {
	background-color: #999;
}

.item-grid:after {
	content: "";
	display: block;
	clear: both;
}
.item-box {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 0 80px;
	text-align: center;
}
.item-box .picture {
	margin: 0 0 20px;
}
.item-box .picture a {
	display: block;
	position: relative;
}
.item-box .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.item-box .picture a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
		margin:0 auto;
	display:block;
	box-shadow:#000 0px 6px 20px;
	border-radius:16px;
}
.item-box .no-stock .picture:before{
	opacity:1.0;
	position:absolute;
	background-image:linear-gradient(to left,#000,#f00,#000);
	display:block;
	height:25px;
	text-align: center;
	z-index:10;
	content:'Not available yet.';
	box-shadow:black 0 8px 20px;
	width:100%;
	margin-top:70%;
}
.item-box .product-title {
	margin: 0 0 10px;
	overflow: hidden;
	font-size: 2em;
	line-height: 1.2;
	font-weight: normal;
	color: #baec3b;
}
.item-box .product-title a:hover {
	color: #7bab00;
}
.item-box .sku {
	margin: 0 0 15px;
}
.item-box .product-rating-box {
	display: inline-block;
	margin: 0 0 10px;
}
.item-box .rating {
	background: url('../star.svg') repeat-x;
	background-size: 20px;
	width: 100px;
	height: 20px;
}
.item-box .rating div {
	background: url('../unstar.svg') repeat-x;
	background-size: 20px;
	height: 20px;
}
.item-box .description a {
	display: block;
	overflow: hidden;
	color:#eee;
}
.item-box .description a:hover{
	color:#eee;
}
.item-box .prices {
	margin: 0 0 10px;
}
.item-box .old-price {
	margin: 0 5px 0 0;
	font-size: 16px;
	color: #aaa;
	text-decoration: line-through;
}
.product-price label{
	display:inline-block;
	margin:10px 0 0 0;
}
.product-price span,
.item-box .actual-price {
	color:#fff;
	font-size:1.25em;
	background-color:#547d42;
	display:inline-block;
	padding:2px 10px;
	border:1px solid #93b784;
	border-radius:8px;
	margin:10px 0 0 0;
	box-shadow:black 0px 6px 20px;
}
.item-box .tax-shipping-info a {
	color: #baec3b;
}
.item-box .tax-shipping-info a:hover {
	text-decoration: underline;
}
.item-box .buttons {
	margin: 15px 0;
	font-size: 0;
}
.item-box input[type="button"],
.item-box a.button-2{
	display: inline-block;
	height: 41px;
	vertical-align: middle;
}
.item-box .product-box-add-to-cart-button {
	width: 60%;
}
.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
	width: 20%;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}
.item-box .add-to-compare-list-button {
	background-image: url('../icon/loop.svg');
	background-size: 20px;
}
.item-box .add-to-wishlist-button {
	background-image: url('../icon/heart.svg');
	background-size: 20px;
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
	margin: 0 0 20px;
}
.home-page-category-grid .title,
.sub-category-grid .title {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home-page-category-grid .title a,
.sub-category-grid .title a {
	display: block;
	padding: 0 0 15px;
}
.home-page-category-grid .picture,
.sub-category-grid .picture {
	margin: 0;
}
.home-page-category-grid .picture a:before,
.sub-category-grid .picture a:before {
	padding-top: 65%;
}

.product-grid,
.product-list {
	margin: 0 0 50px;
}
.product-grid .title {
	margin: 0 0 30px;
	padding: 0 0 15px;
	font-size: 30px;
}
.manufacturer-grid .title {
	margin: 0 0 15px;
	text-align: center;
	font-size: 16px;
}
.vendor-grid .title {
	margin: 0 0 15px;
	text-align: center;
	font-size: 16px;
}
.pager {
	margin: 0 0 20px;
}
.pager ul {
	text-align: right;
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
}
.pager li a,
.pager li span {
	display: block;
	min-width: 35px;
	height: 35px;
	border: 1px solid #ffb500;
	background-color: #111;
	padding: 8px;
	text-align: center;
	font-size: 14px; /*reset zeroing*/
	cursor: pointer;
	border-radius: 4px;
	color: #eee;
}
.pager li span {
	background-color: #333;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
	color: #fff;
}
.pager li.previous-page * {
	background-image: url('../icon/chevron-left.svg');
	background-size: 20px;
}
.pager li.next-page * {
	background-image: url('../icon/chevron-right.svg');
	background-size: 20px;
}
.pager li.first-page * {
	background-image: url('../icon/media-step-backward.svg');
	background-size: 20px;
}
.pager li.last-page * {
	background-image: url('../icon/media-step-forward.svg');
	background-size: 20px;
}
.pager li a:hover {
	/*! border-color: transparent; */
	background-color: #333;
	color: #eee;
}


/********** PRODUCT PAGE **********/


.product-details-page {
	padding: 20px 0 0;
}
.product-essential {
	margin: 0 0 40px;
	border-bottom: 1px solid #666;
	padding: 0 0 10px;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}
.gallery {
	margin: 0 auto 50px;
}
.gallery .picture-wrapper {
	margin: 0 0 10px;
}
.gallery .picture {
	position: relative;
	max-width: 100%;
	margin: 0 auto 10px;
}
.gallery .picture:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	box-shadow:black 12px 12px 30px;
	border-radius: 5%;
}
.gallery .picture-thumbs {
	overflow: hidden;
	font-size: 0;
}
.gallery .picture-thumbs .thumb-item {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 5px 10px;
	overflow: hidden;
	cursor: pointer;
}

.overview {
	position: relative;
	margin: 0 0 50px;
}
.overview .discontinued-product {
	margin: 0 0 20px;
}
.overview .discontinued-product h4 {
	padding: 17px 17px 17px 40px;
	background: url('../icon/warning.svg') no-repeat 13px center;
	background-size: 20px;
}
.overview .product-name {
	margin: 0 0 25px;
	border-bottom: 1px solid #666;
	padding: 0 0 10px;
}
.overview .product-name h1 {
	font-size: 30px;
	font-weight: normal;
}
.overview .short-description {
	margin: 0 0 25px;
	line-height: 22px;
}

.product-no-reviews,
.product-reviews-overview {
	margin: 0 0 25px;
}
.product-review-box {
	display: inline-block;
	margin: 0 0 8px;
}
.product-review-box .rating {
	width: 100px;
	height: 20px;
	background: url('../star.svg') repeat-x;
	background-size: 20px;
}
.product-review-box .rating div {
	height: 20px;
	background: url('../icon/trash.svg') repeat-x;
	background-size: 20px;
}

.overview .value a:hover,
.variant-overview .value a:hover {
	text-decoration: underline;
}

.overview-buttons {
	margin: 0 0 25px;
	font-size: 0;
}
.overview-buttons div {
	width: 80%;
	margin: 0 auto 3px;
}
.overview .button-2,
.variant-overview .button-2 {
	display: block;
	width: 100%;
	background-position: 12px center;
	background-repeat: no-repeat;
	padding: 12px 15px 12px 40px;
	text-align: left;
}
.overview .add-to-compare-list-button {
	background-image: url('../icon/loop.svg');
	background-size: 20px;
}
.overview .email-a-friend-button {
	background-image: url('../icon/envelope-closed.svg');
	background-size: 20px;
}
.overview .subscribe-button,
.variant-overview .subscribe-button {
	background-image: url('../icon/envelope-closed.svg');
	background-size: 20px;
}
.overview .download-sample-button,
.variant-overview .download-sample-button {
	background-image: url('../icon/data-transfer-download.svg');
	background-size: 20px;
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
	background-image: url('../icon/heart.svg');
	background-size: 20px;
}

.overview .manufacturers {
	margin: 0 0 20px;
}
.overview .availability,
.variant-overview .availability {
	margin: 0 0 20px;
	overflow: hidden;
}
.overview .availability .stock,
.variant-overview .availability .stock {
	margin: 0 0 10px;
}
.overview .availability .back-in-stock-subscription,
.variant-overview .availability .back-in-stock-subscription {
	display: inline-block;
}
.overview .additional-details,
.variant-overview .additional-details {
	margin: 0 0 20px;
}
.overview .additional-details div,
.variant-overview .additional-details div {
	margin: 0 0 8px;
}
.overview .delivery,
.variant-overview .delivery {
	overflow: hidden;
}
.overview .free-shipping,
.variant-overview .free-shipping {
	display: none;
	margin: 10px 0;
	background: url('../icon/map.svg') left 8px center no-repeat;
	background-size: 20px;
	padding: 2px 0 2px 28px;
}
.overview .free-shipping.visible,
.variant-overview .free-shipping.visible {
	display: inline-block;
}
.overview .delivery-date,
.variant-overview .delivery-date {
	margin: 10px 0;
}
.overview .min-qty-notification,
.variant-overview .min-qty-notification {
	margin: 10px 0;
}
.overview .download-sample,
.variant-overview .download-sample {
	display: inline-block;
	margin: 0 0 25px;
}

.overview .prices,
.variant-overview .prices {
	margin: 0 0 10px;
	overflow: hidden;
}
.overview .prices > div,
.variant-overview .prices > div {
	margin: 0 0 5px;
}
.overview .prices > div > span,
.variant-overview .prices > div > span {
	vertical-align: middle;
}
.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
	font-size: 16px;
	color: #999;
	text-decoration: line-through;
}
.overview .product-price,
.variant-overview .product-price {
	font-size: 20px;
}
.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
	color: #baec3b;
}
.overview .tax-shipping-info a:hover,
.variant-overview .tax-shipping-info a:hover {
	text-decoration: underline;
}

.customer-entered-price {
	margin: 0 0 20px;
	overflow: hidden;
}
.customer-entered-price .price-input label {
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
}
.customer-entered-price .price-input input {
	width: 170px;
	text-align: center;
}
.customer-entered-price .price-range {
	margin: 5px 0 0;
	color: #aaa;
}

.tier-prices {
	margin: 0 0 20px;
	display: none;
}
.tier-prices .title {
	display: none;
}
.tier-prices table td {
	padding: 10px;
}
.tier-prices .field-header {
	min-width: 80px;
}
.tier-prices .item-price {
	font-size: 16px;
	color: #ffb500;
}

.overview .add-to-cart {
	margin: 0 0 20px;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	display: inline-block;
	position: relative;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	float: left;
}
.overview .qty-label,
.variant-overview .qty-label {
	display: none !important;
}
.overview .qty-input,
.variant-overview .qty-input {
	width: 45px;
	height: 43px;
	padding: 0 12px;
	text-align: center;
	font-size: 16px;
	margin-right: -2px;
}
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
	height: 43px;
	padding: 0 12px;
	font-size: 16px;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
	height: 43px;
	padding: 0 24px;
	border-radius: 0 4px 4px 0;
	line-height: 40px;
}
.product-share-button {
	display: inline-block;
	overflow: hidden;
}
.full-description {
	clear: both;
	line-height: 24px;
}

.product-collateral {
	margin: 0 0 75px;
}
.product-collateral .title {
	margin: 0 0 10px;
	font-size: 18px;
}
.product-collateral .title strong {
	font-weight: normal;
}

.product-variant-line {
	margin: 0 0 30px;
	padding: 0 0 20px;
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-picture {
	position: relative;
	width: 220px;
	height: 220px;
	margin: 0 auto 15px;
	overflow: hidden;
}
.variant-overview {
	width: 100%;
}
.variant-overview .variant-name {
	margin: 0 0 10px;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #baec3b;
}
.variant-overview .variant-description {
	margin: 0 0 15px;
	line-height: 22px;
}
.variant-overview .add-to-wishlist {
	margin: 0 0 25px;
}
.variant-overview .add-to-wishlist-button {
	display: inline-block;
	width: auto;
}
.variant-overview .add-to-cart {
	margin: 0 0 10px;
}

.product-specs-box {
	margin: 0 0 40px;
}
.product-specs-box td {
	padding: 10px;
}

.product-tags-list {
	font-size: 0;
}
.product-tags-list li {
	display: inline-block;
	font-size: 16px; /*reset zeroing*/
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
}

.attributes {
	margin: 20px 0;
}
.attributes dl {
	overflow: hidden;
	padding: 0 2px; /* fix for Chrome in Mac, the checkboxes get cut off */
}
.attributes dt,
.attribute-label {
	display: block;
	margin: 0 0 5px;
	white-space: nowrap;
}
.attributes dd,
.attribute-data {
	margin: 0 0 10px;
}
.attributes li {
	margin: 8px 0 12px;
}
.attributes select {
	width: auto;
	min-width: 100px;
	max-width: 100%;
}
.attributes .option-list label {
	margin: 0 5px;
}

.attributes .datepicker {
	width: 280px;
	text-align: center;
}

.attributes .qty-box input{
	width: 48px;
	height: 32px;
	text-align: center;
}

.ui-datepicker {
	width: 280px;
	box-shadow: 0 10px 20px #000;
	text-align: center;
}
.ui-datepicker-header {
	height: 32px;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 0;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url('../icon/chevron-left.svg') center no-repeat;
	background-size: 20px;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('../icon/chevron-right.svg') center no-repeat;
	background-size: 20px;
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 32px;
	background-color: #111;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
	border: 1px solid #444;
	background-color: #222;
}
.ui-datepicker-calendar th {
	background-color: #333;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
}

.attribute-squares {
	font-size: 0;
}
.attribute-squares li {
	display: inline-block;
	margin: 0 5px 5px;
	text-align: center;
}
.attribute-squares .attribute-square-container {
	display: block;
	position: relative;
	z-index: 0;
	padding: 1px;
}
.attribute-squares label {
	display: block;
	margin: 0 !important;
	overflow: hidden;
}
.attribute-squares .attribute-square {
	display: table !important;
	width: 32px !important;
	height: 32px !important;
	border: 1px solid #444;
	cursor: pointer;
}
.attribute-squares .selected-value .attribute-square-container {
	background-color: #baec3b;
}
.attribute-squares li input {
	position: relative;
	z-index: -1;
	margin: -32px 0 0;
}
.tooltip-container {
	position: absolute;
	width: 200px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #eeeeee;
	text-align: center;
	visibility: hidden;
	border-radius: 5px;
}
.tooltip-container:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -7px;
	width: 0; height: 0;
	border-bottom: 7px solid #eeeeee;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}
.tooltip-container:after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -6px;
	width: 0; height: 0;
	border-bottom: 6px solid #FFFFFF;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
.attribute-squares li:hover .tooltip-container {
	visibility: visible;
	margin-left: -83px;
	margin-top: 5px;
	z-index: 999;
}
.tooltip-container .tooltip-header {
	background-color:#F6F6F6;
	height:25px;
	border-top-right-radius:4px;
	border-top-left-radius:4px;
	padding-left:10px;
	padding-top:5px;
	text-align:left;
	width: 198px;
	font-size: 16px;
	border-bottom: 1px #EEEEEE solid;
}
.tooltip-container .tooltip-body {
	margin:5px;
}
.tooltip-container .tooltip-body img {
	border: 0px #FFF;
	width: 190px;
}
.giftcard {
	margin: 0 0 20px;
	overflow: hidden;
}
.giftcard div {
	margin: 0 0 10px;
}
.giftcard label {
	display: block;
	margin: 0 auto 5px;
	font-weight: bold;
}
.giftcard input,
.giftcard textarea {
	width: 350px;
	max-width: 100%;
}
.giftcard textarea {
	height: 150px;
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .title {
	margin: 0 0 20px;
	font-size: 20px;
}
.product-reviews-page .title strong {
	font-weight: normal;
}

.write-review {
	margin: 0 0 60px;
}
.write-review .fieldset {
	margin: 0 0 30px;
}

.tooltip {
	position: initial;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: auto;
	background: #f0f0f0 no-repeat 100% 5%;
	border: #c0c0c0 1px dotted;
	text-align: Left;
	padding: 10px 10px 5px 5px;
	position: absolute;
	z-index: 1;
	left: 10%;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
	cursor: help;
}

.write-review .review-rating {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.write-review .review-rating label {
	display: block;
	margin: 0 0 5px;
}
.write-review .review-rating div.first {
	color: #f44;
}
.write-review .review-rating div.rating-options {
	padding-top: 2px;
}
.write-review .review-rating div.rating-options input {
	vertical-align: text-top;
}
.write-review .review-rating div.last {
	color: #4f4;
}
.write-review .captcha-box {
	margin: 15px 0 0;
}
.write-review .button-1 {
	padding: 10px 25px;
}
.product-reviews-page .result,
.product-reviews-page .message-error {
	margin: 0 0 20px;
}

.product-review-list {
	overflow: hidden;
}
.product-review-item {
	margin: 0 0 40px;
}
.product-review-item .review-item-head {
	overflow: hidden;
	padding: 10px;
}
.product-review-item .review-title {
	line-height: 20px;
	font-size: 16px;
}
.product-review-item .product-review-box {
	margin: 3px 0 0;
}
.product-review-item .review-content {
	padding: 20px 10px;
}
.product-review-item .review-text {
	margin: 0 0 15px;
	line-height: 22px;
}
.product-review-item .reply {
	margin: 15px 0;
}
.product-review-item .reply-header {
	margin: 15px 0;
	font-weight: bold;
}
.product-review-item .reply-text {
	line-height: 22px;
}
.product-review-item .review-info {
	margin: 0 0 5px;
}
.product-review-item .review-info label {
	font-weight: normal;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 5px;
	color: #baec3b;
	cursor: pointer;
}
.product-review-helpfulness .question {
	margin: 0 5px 0 0;
	font-style: italic;
}
.product-review-helpfulness .result {
	margin: 0 0 0 10px;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-page .page-title {
	margin: 0 0 -1px;
}
.wishlist-content {
	margin: 0 0 20px;
}
.wishlist-content .message-error {
	margin: 20px 0;
}
.wishlist-content .table-wrapper {
	margin: 0 0 30px;
}
.wishlist-content .product-content {
	min-width: 300px;
	text-align: left;
}
.wishlist-content .tax-shipping-info {
	margin: 0 0 20px;
	text-align: center;
}
.wishlist-content .tax-shipping-info a {
	color: #4ab3f1;
}
.wishlist-content .tax-shipping-info a:hover {
	text-decoration: underline;
}
.wishlist-content .buttons {
	font-size: 0;
}
.wishlist-content .button-2 {
	display: block;
	width: 250px;
	margin: 0 auto 3px;
	padding: 10px 25px;
	line-height: 20px;
}
.wishlist-page .share-info {
	text-align: center;
}
.wishlist-page .share-info span {
	display: block;
	margin: 0 0 5px;
}
.wishlist-page .share-info a {
	padding: 10px;
	background: #222;
	border-radius: 4px;
	border: 1px solid #333;
	display: inline-block;
}
.wishlist-page .no-data {
	margin: 25px 0 0;
}

.compare-products-page {
	position: relative;
	overflow: hidden;
}
.compare-products-page .clear-list {
	display: inline-block;
	margin: 10px 0;
}
.compare-products-page .table-wrapper {
	margin: 0 0 30px;
	padding: 0 0 1px; /*IE mobile table border fix*/
}
.compare-products-table td {
	min-width: 150px;
	border: 1px solid #333;
	background-color: #222;
	padding: 10px;
	/*! text-align: left; */
	/*! vertical-align: top; */
}
.compare-products-table td:first-child {
	min-width: 0;
}
.compare-products-table td label {
	font-weight: normal;
	color: #aaa;
}
.compare-products-table .remove-button {
	/*! display: inline-block; */
	background: #111 url('../icon/x.svg') left 8px center no-repeat;
	background-size: 20px;
	padding: 10px 10px 10px 32px;
	font-size: 16px;
}
.compare-products-table .picture {
	display: block;
	position: relative;
	max-width: 200px;
	height: 200px;
	overflow: hidden;
}
.compare-products-table .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.compare-products-table .product-name td a:hover {
	color: #baec3b;
}
.compare-products-table .short-description td {
	line-height: 22px;
}
.compare-products-table .full-description td {
	display: none;
}
.compare-products-page .no-data {
	margin: 25px 0 0;
}


/*********** TOPICS ***********/



.topic-block {
	margin: 0 0 25px;
}
.topic-block-title {
	min-height: 50px;
	margin: 0 0 25px;
	padding: 0 0 15px;
}
.topic-block-title h2 {
	font-size: 30px;
	font-weight: normal;
}
.topic-block-body {
	text-align: justify;
	line-height: 24px;
	font-size: 16px;
}
.topic-page .page-body {
	text-align: justify;
	line-height: 22px;
}
.topic-block strong,
.topic-page strong {
	color: #aaa;
}

.home-page .topic-block {
	margin: 0 0 50px;
}
.popup-window .topic-page {
	padding: 15px;
}

.not-found-page p {
	margin: 30px 15px;
}

.topic-password {
	text-align: center;
}
.enter-password-title {
	margin: 0 0 20px;
}
.enter-password-form {
	display: inline-block;
	overflow: hidden;
}
.enter-password-form input[type="password"] {
	float: left;
	width: 200px;
	height: 40px;
	margin: 0 -1px 0 0;
}
.enter-password-form input[type="submit"] {
	float: left;
	width: auto;
	min-width: 86px;
	height: 40px;
	border: none;
	background-color: #baec3b;
	padding: 0 15px;
	color: #fff;
	text-transform: uppercase;
}
.enter-password-form input[type="submit"]:hover {
	background-color: #7bab00;
}


/*********** CONTACT & EMAIL A FRIEND & APPLY FOR VENDOR ACCOUNT ***********/



.contact-page .page-title,
.email-a-friend-page .page-title,
.apply-vendor-page .page-title {
	margin: 0 0 -1px;
}
.contact-page .result,
.contact-page .message-error,
.email-a-friend-page .result,
.email-a-friend-page .message-error,
.apply-vendor-page .result,
.apply-vendor-page .message-error {
	margin: 20px 0;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
	min-width: 140px;
	padding: 10px 30px;
}
.contact-page .topic-block,
.email-a-friend-page .title,
.apply-vendor-page .title {
	margin: 25px 0;
}
.email-a-friend-page .title h2 {
	font-weight: normal;
	color: #baec3b;
}

.apply-vendor-page .terms-of-service {
	text-align: center;
}
.apply-vendor-page .terms-of-service > * {
	display: inline-block;
	line-height: 32px;
}
.apply-vendor-page .terms-of-service span,
.apply-vendor-page .terms-of-service a {
	color: #baec3b;
	cursor: pointer;
}

/********** REGISTRATION, LOGIN, ACCOUNT PAGES	**********/



.gender {
	display: inline-block;
}
.gender span {
	display: inline-block;
	margin: 0 5px;
}
.gender span > * {
	display: inline !important;
	margin: 0 5px;
	line-height: 32px;
}
.date-of-birth .date-picker-wrapper {
	display: inline;
}
.date-of-birth select {
	width: 31%; /*always single line*/
	max-width: 126px;
}
.date-of-birth select + select {
	margin: 0 0 0 10px;
}
.date-of-birth .select-wrapper + .select-wrapper {
	margin: 0 0 0 10px;
}
#check-availability-button {
	margin: 10px 0 0;
	padding: 10px 15px;
}
.inputs.accept-consent > * {
	display: inline-block;
}
input[type="checkbox"] {
	-webkit-appearance: none;
	background-color: #111;
	border:1px solid #ffb500;
	padding:14px;
	border-radius:4px;
	display:inline-block;
	position:relative;
	vertical-align: top;
}
input[type="checkbox"]:focus,
input[type="checkbox"]:hover {
	background-color: #333;
}
input[type="checkbox"]:checked:after {
	content:'\2714';
	font-size:36px;
	position:absolute;
	top:-10px;
	left:3px;
	color:#ffb500;
}
.inputs.accept-consent span,
.inputs.accept-consent a {
	color: #baec3b;
	cursor: pointer;
	font-size: 16px;
}
div.inputs.accept-consent label {
	width: auto;
	margin-left: 10px;
white-space: initial;
	text-align:left;
}
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
	min-width: 140px;
	padding: 10px 30px;
}
.return-request-page h1 a {
	color: #baec3b;
}
.return-request-page .return-request-file {
	font-size: 16px;
}
.return-request-page .return-request-file .uploadedfileinput {
	display: inline-block;
}
.registration-page .message-error,
.login-page .message-error,
.account-page .message-error {
	margin: 0 0 10px;
}
.registration-result-page .result {
	margin: 0 0 30px;
	padding: 30px 0;
	text-align: center;
	font-size: 16px;
	color: #4cb17c;
}
.customer-info-page .email-to-revalidate,
.customer-info-page .readonly-username,
.customer-info-page .vat-status {
	margin: 0 5px;
	font-size: 16px;
}
.customer-info-page .vat-status {
	display: block;
}
.registration-page .vat-note,
.customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
	display: block;
	font-size: 16px;
	margin-top: 7px;
	white-space: normal;
}
.login-page .customer-blocks {
	margin: 0 0 30px;
}
.login-page .title {
	margin: 0 0 15px;
	font-size: 20px;
	color: #aaa;
	text-align: center;
}
.login-page .title strong {
	font-weight: normal;
}
.login-page .new-wrapper {
	margin: 0 0 50px;
}
.login-page .new-wrapper .text {
	margin: 0 0 30px;
	border-top: 1px solid #666;
	padding: 30px;
	line-height: 22px;
}
.login-page .new-wrapper .topic-block {
	margin: 0;
}
.login-page .new-wrapper .button-1 {
	margin: 0 0 5px;
}
.login-page .inputs.reversed * {
	display: inline-block;
	width: auto;
	margin: 5px;
	font-size: 16px; /*reset zeroing*/
}
.login-page .captcha-box {
	margin: -15px 0 20px;
}

.external-authentication {
	margin: 0 0 50px;
	overflow: hidden;
	text-align: center;
}
.external-authentication .title {
	margin: 0 0 15px;
	font-size: 20px;
}
.external-authentication .buttons {
	margin: 0 0 30px;
	border-top: 1px solid #666;
	padding: 30px;
}
.external-auth-errors {
	color: #ffb500;
}
.external-auth-association a {
	color: #baec3b;
}
.external-auth-association a:hover {
	text-decoration: underline;
}

.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
}
.password-recovery-page .tooltip {
	margin: 0 0 25px;
}

.add-more-external-records {
	text-align: center;
}
.add-more-external-records a {
	color: #baec3b;
}
.add-more-external-records a:hover {
	text-decoration: underline;
}

.account-page .buttons {
	text-align: center;
}
.account-page .description {
	margin: 0 0 25px;
	padding: 0 10px;
}
.account-page .table-wrapper {
	margin: 0 0 30px
}

.gdpr-tools-page .result {
	margin: 20px 0;
	font-size: 16px;
	color: #ffb500;
}
.gdpr-tools-page .buttons {
	margin-top: 20px;
}

.address-list-page .info,
.order-list-page .info {
	margin: 0 0 10px;
	border: 1px solid #333;
	background-color: #222;
	padding: 20px;
	line-height: 26px;
}
.address-list-page .info .name,
.order-list-page .info .name {
	font-size: 16px;
	font-weight: bold;
}
.address-list-page .button-2,
.order-list-page .button-2 {
	padding: 10px 15px 10px 30px;
}
.edit-address-button {
	background: url('../icon/pencil.svg') 8px center no-repeat;
	background-size: 20px;
}
.delete-address-button,
.cancel-recurring-order-button {
	background: url('../icon/x.svg') 8px center no-repeat;
	background-size: 20px;
}
.retry-recurring-order-button {
	background: url('../icon/reload.svg') 8px center no-repeat;
	background-size: 20px;
}
.return-items-button {
	background: url('../icon/arrow-thick-right.svg') 8px center no-repeat;
	background-size: 20px;
}
.order-details-button {
	background: url('../icon/list-rich.svg') 8px center no-repeat;
	background-size: 20px;
}
.address-list-page .add-button {
	margin: 20px;
	text-align: center;
}

.address-edit-page .page-title {
	margin: 0 0 -1px;
}
.address-edit-page .message-error {
	margin: 20px 0;
}
.address-edit-page .edit-address {
	margin: 0 0 30px;
	border-top: 1px solid #666;
	padding: 30px 15px;
}

.recurring-payments table td {
	white-space: nowrap;
}
.recurring-payments table td:first-child {
	min-width: 120px;
	white-space: normal;
}

.return-request-list-page .details {
	border-top: 1px solid #e6e6e6;
	background-color: #f9f9f9;
	padding: 20px;
	line-height: 22px;
}
.return-request-list-page label {
	margin: 0 5px 0 0;
}
.return-request-list-page a {
	color: #baec3b;
}
.return-request-list-page a:hover {
	text-decoration: underline;
}
.return-request-list-page .comments div {
	margin: 10px 0 0;
	font-size: 16px;
}

.reward-points-overview {
	margin: 0 0 25px;
}
.reward-points-history table td:first-child {
	min-width: 120px;
}

.change-password-page .page-title {
	margin: 0 0 -1px;
}
.change-password-page .result,
.change-password-page .message-error {
	margin: 20px 0;
}
.change-password-page .fieldset {
	margin: 0 0 30px;
}

.avatar-page .page-title {
	margin: 0;
}
.avatar-page .page-body {
	margin: 0 0 30px;
	overflow: hidden;
	padding: 30px 25px;
}
.avatar-page .message-error {
	margin: 0 0 10px;
}
.avatar-page .image {
	margin: 0 0 10px;
}
.avatar-page .image img {
	border: 1px solid #666;
}
.vendorinfo-page .vendor-picture {
	width: 400px;
	margin: 0 auto;
}
.vendorinfo-page .vendor-picture * {
	display: block;
	margin-top: 15px;
}

.check-gift-card-balance-page .page-title {
	margin: 0 0 -1px;
}

.check-gift-card-balance-page .result,
.check-gift-card-balance-page .message-error {
	margin: 20px 0;
}

.check-gift-card-balance-page .fieldset {
	margin: 0 0 30px;
}


/********** SHOPPING CART **********/



.order-progress {
	/*! margin: 0 0 50px; */
	/*! background-color: #f6f6f6; */
	/*! padding: 15px 0; */
	text-align: center;
}
.order-progress ul {
	font-size: 0;
}
.order-progress li {
	display: inline-block;
	margin: 10px;
}
.order-progress a {
	display: block;
	min-width: 70px;
	font-size: 16px; /*reset zeroing*/
}
.order-progress a:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 5px;
	border: 1px solid #ffb500;
	background: #000 url('../icon/chevron-right.svg') center no-repeat;
	background-size: 20px;
	border-radius: 4px;
}
.order-progress li.active-step a {
	cursor: pointer;
}
.order-progress li.inactive-step a {
	opacity: 0.3;
	cursor: default;
}

.shopping-cart-page .page-title {
	margin: 0 0 -1px;
	padding: 10px;
}
.shopping-cart-page .message-error {
	margin: 20px 0;
}
.shopping-cart-page td .message-error {
	margin: 10px 0 0;
	text-align: left;
}
.shopping-cart-page .checkout-attributes a {
	color: #4ab3f1;
}
.shopping-cart-page .checkout-attributes a:hover {
	text-decoration: underline;
}
.shopping-cart-page .tax-shipping-info {
	margin: 20px 0;
	text-align: center;
}
.shopping-cart-page .tax-shipping-info a {
	color: #4ab3f1;
}
.shopping-cart-page .tax-shipping-info a:hover {
	text-decoration: underline;
}
.shopping-cart-page .common-buttons {
	padding: 20px;
	font-size: 0;
}
.shopping-cart-page .common-buttons input {
	display: inline-block;
	min-width: 180px;
	margin: 5px;
}

.checkout-attributes {
	margin: -30px 0 30px;
}
.checkout-attributes dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.checkout-attributes dd {
	margin: 0 0 20px;
}
.checkout-attributes input[type="text"],
.checkout-attributes select {
	min-width: 170px;
}
.checkout-attributes ul {
	font-size: 0;
}
.checkout-attributes li {
	display: inline-block;
	margin: 5px;
	background-color: #fff;
	padding: 8px 10px;
	font-size: 16px; /*reset zeroing*/
}
.checkout-attributes .attribute-squares li{
	border: none;
	padding: 0;
	line-height: 0;
}
.checkout-attributes li label {
	display: inline-block;
	margin: 0 0 0 5px;
}

.selected-checkout-attributes {
	margin: 30px 0;
}
.selected-checkout-attributes br {
	content: "";
	display: block;
	margin: 3px;
}

.cart-footer {
	margin: 0 0 50px;
}
.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}
.cart-footer .totals {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 50px;
	background-color: #222;
	padding: 10px;
	border: 1px solid #333;
	border-radius: 5px;
}
.cart-footer .total-info {
	margin: 0 0 20px;
	border-bottom: 1px solid #333;
	padding: 5px 30px 15px;
}

.cart-total td {
	width: 50%;
	padding: 5px 0;
	text-align: right;
}
.cart-total td:first-child {
	text-align: left;
}
.cart-total .giftcard-remaining {
	display: block;
	font-style: italic;
}
.cart-total .order-total {
	font-size: 20px;
	color: #ffb500;
}
.cart-total .order-total strong {
	font-weight: normal;
}
.cart-total .earn-reward-points {
	font-style: italic;
}

.min-amount-warning {
	margin: 0 0 20px;
	padding: 0 30px;
	color: #ffb500;
}

.terms-of-service {
	margin: 0 0 20px;
	padding: 0 30px;
}
.terms-of-service label {
	cursor: pointer;
}
.terms-of-service a {
	margin: 0 0 0 3px;
}

.cart-footer .checkout-buttons {
	padding: 0 10px;
}
.cart-footer .checkout-disabled {
	font-size: 20px;
	text-align: center;
	background: #ffb500;
	border: 1px solid #c3891e;
	color: #fff;
	padding: 15px 50px;
}
.cart-footer .checkout-button {
	display: inline-block;
	min-width: 130px;
	padding: 10px 20px;
	font-size: 16px;
	height: 45px;
}
.cart-footer .addon-buttons {
	margin: 20px 0 0;
	padding: 0 10px;
}

.cart-collaterals {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 50px;
	padding: 25px 0 0;
}
.cart-collaterals > div {
	max-width: 400px;
	margin: 0 0 50px;
}
.cart-collaterals .button-2 {
	display: inline-block;
	border-radius: 0 4px 4px 0;
}

.cart-collaterals .title {
	margin: 0 0 5px;
	font-size: 18px;
}
.cart-collaterals .title strong {
	font-weight: normal;
}
.cart-collaterals .hint {
	margin: 0 0 10px;
}
.cart-collaterals .deals > div {
	margin: 0 0 20px;
}
.cart-collaterals .coupon-code {
	overflow: hidden;
}
.cart-collaterals .coupon-code input[type="text"] {
	float: left;
	width: 60%;
	height: 36px; /*safari padding fix*/
	margin: 0 -2px 0 0;
}
.cart-collaterals .coupon-code input[type="submit"] {
	float: left;
	width: 40%;
	height: 36px; /*safari padding fix*/
	padding: 0;
}
.cart-collaterals .message-failure {
	margin: 5px 0 0;
	color: #ffb500;
}
.cart-collaterals .message-success {
	margin: 5px 0 0;
	font-size: 16px;
	color: #4f4;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
}
.remove-discount-button,
.remove-gift-card-button {
	background: url('../icon/x.svg') center no-repeat;
	background-size: 20px;
}

.cart-collaterals .shipping select {
	height: 36px;
}
.cart-collaterals .shipping-results {
	margin: 30px 0 0;
}
.cart-collaterals .shipping-results li {
	margin: 20px 0;
}
.cart-collaterals .shipping-results li strong {
	display: block;
	margin: 0 0 5px;
}
.shopping-cart-page .no-data {
	margin: 25px 0 0;
}


/********** CHECKOUT **********/



.checkout-page .section {
	margin: 0 0 30px;
}
.checkout-page .section.order-summary {
	margin: 100px 0 30px;
}

.checkout-page .cart-options {
	min-height: 60px;
	overflow: hidden;
}
.checkout-page .cart-footer {
	border-top: none;
}
.checkout-page .total-info {
	margin: 0;
	border-bottom: none;
	padding: 5px 20px 10px;
}

.checkout-page .button-1 {
	display: inline-block;
	min-width: 140px;
	padding: 10px 30px;
}

.checkout-page .address-item {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 40px;
}
.checkout-page .address-item ul {
	margin: 0 0 15px;
	background-color: #333;
	padding: 20px;
}
.checkout-page .address-item li {
	padding: 5px 0;
}
.checkout-page .address-item li.name {
	font-size: 16px;
	font-weight: bold;
}

.enter-address .message-error {
	margin: 20px 0;
}
.enter-address .edit-address {
	border-top: 1px solid #666;
	margin: 0 0 30px;
	padding: 30px 15px;
}

.checkout-page .ship-to-same-address {
	padding: 30px 0;
	text-align: center;
}
.checkout-page .ship-to-same-address .selector {
	margin: 0 0 5px;
}

.checkout-page .pickup-in-store {
	text-align: center;
}
.checkout-page .pickup-in-store .selector {
	margin: 0 0 5px;
}

.select-pickup-point {
	text-align: center;
}
.checkout-page .pickup-points-map {
	min-width: 400px;
	min-height: 350px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
}

.shipping-method .method-list,
.payment-method .method-list {
	margin: 0 auto 30px;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	margin: 20px 0;
	font-size: 16px; /*reset zeroing*/
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	font-size: 16px;
	font-weight: bold;
}
.shipping-method .method-description {
	margin: 5px 0 0;
}

.payment-method .use-reward-points {
	margin: 0 0 30px;
	text-align: center;
}
.payment-method .payment-logo {
	display: inline-block;
	vertical-align: middle;
}
.payment-method .payment-logo label {
	display: block;
	font-size: 0 !important;
}
.payment-method .payment-details {
	min-width: 180px;
	display: inline-block;
	margin: 0 0 0 10px;
	text-align: left;
	vertical-align: middle;
}

.payment-info .info {
	padding: 30px;
}
.payment-info .info tr {
	display: block;
	margin: 0 0 15px;
	font-size: 0;
}
.payment-info .info td {
	display: inline-block;
	width: 230px !important;
	max-width: 100% !important;
	font-size: 16px; /*reset zeroing*/
}
.payment-info .info td:only-child {
	width: 100% !important;
	max-width: 100% !important;
}
.payment-info .info td input[type="text"] {
	width: 100% !important;
}
.payment-info .info td input[name="CardCode"] {
	width: 65px !important;
}
.payment-info .info td select {
	min-width: 70px;
}
.payment-info .info td:first-child {
	margin: 0 0 10px;
	/*! text-align: right; */
}
.payment-info .info p {
	text-align: center;
}

.confirm-order .buttons {
	padding: 10px 0;
}
.confirm-order .button-1 {
	font-size: 16px;
}

.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 40px;
	background-color: #333;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #444;
}
.order-review-data li,
.order-details-area li,
.shipment-details-area li {
	padding: 3px 0;
}
.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
	margin: 0 0 5px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.order-review-data .title strong,
.order-details-area .title strong,
.shipment-details-area .title strong {
	font-weight: 700;
}
.order-review-data .payment-method-info,
.order-review-data .shipping-method-info,
.order-details-area .payment-method-info,
.order-details-area .shipping-method-info {
	margin-top: 20px;
}
.order-completed .details {
	margin: 0 0 30px;
	padding: 30px 15px;
	text-align: center;
}
.order-completed .details div {
	margin: 5px 0;
}
.order-completed .details strong {
	font-weight: normal;
	text-transform: uppercase;
}
.order-completed .details a {
	color: #baec3b;
}
.order-completed .details a:hover {
	text-decoration: underline;
}

.opc .step-title {
	margin-top: 10px;
	overflow: hidden;
	border-bottom:1px solid #444;
	background: #333;
}
.opc .allow .step {
	background: #222;
}
.opc .step-title .number
{
	border-right:1px solid #444;
}
.opc .step-title .number,
.opc .step-title .title {
	float: left;
	min-height: 40px;
	padding: 10px 15px;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
}
.opc .step-title .number {
	text-align: center;
}
.opc .step {
	padding: 15px;
}
.opc .section {
	margin: 0 0 30px;
}
.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.opc input[type="text"],
.opc select {
	max-width: 100%;
}
.opc .buttons {
	margin-bottom: 0;
}
.opc .back-link {
	margin: 0 0 10px;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a {
	display: inline-block;
	margin: 0 0 0 -17px;
	background: url('../icon/arrow-thick-left.svg') left 8px center no-repeat;
	background-size: 20px;
	padding: 0 0 0 34px;
}
.opc .buttons .please-wait {
	display: block;
	margin: 10px 0 0;
	background: none;
}
.opc .section.ship-to-same-address {
	margin: 0 0 30px;
	padding: 0;
}
.opc .section.pickup-in-store {
	margin: 0 0 30px;
	padding: 0;
}
.opc .payment-info .info tr {
	text-align: left;
}
.opc .section.order-summary {
	margin: 0;
}


/****** ORDER DETAILS & SHIPPING DETAILS ******/



.order-details-page .order-overview {
	margin: 0 0 50px;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
}
.order-details-page .order-overview .order-number {
	margin: 0 0 10px;
	text-transform: uppercase;
}

.order-details-page .repost .button-2 {
	display: inline-block;
	margin: 10px 0;
}

.user-agreement-page .terms-of-agreement {
	margin: 0 0 20px;
	padding: 20px;
	text-align: center;
}
.user-agreement-page .button-1 {
	min-width: 140px;
	padding: 10px 30px;
}

.order-details-page .tax-shipping-info {
	margin: 30px 0;
}
.order-details-page .tax-shipping-info a {
	color: #baec3b;
}
.order-details-page .tax-shipping-info a:hover {
	text-decoration: underline;
}

.order-details-page .actions {
	margin: 20px 0 0;
	font-size: 0;
}
.order-details-page .actions input {
	display: inline-block;
	min-width: 165px;
	margin: 5px;
	background-image: none;
	padding: 10px 20px;
}
.order-details-page .actions input:first-child:hover {
	background-color: #7bab00;
}

.order-details-page .totals.section {
	width: 370px;
	padding: 10px;
	max-width: 100%;
	/*! margin: 0 auto 50px; */
}
.order-details-page .total-info {
	background-color: #333;
	padding: 15px 20px;
	border-radius: 4px;
	border: 1px solid #444;
}


/****** SEARCH & SITEMAP ******/



.search-page .page-title {
	margin: 0 0 -1px;
}
.search-input .fieldset {
	margin: 0 0 30px;
}
.search-input .form-fields {
	padding: 30px 15px 10px;
}
.search-input input + label {
	display: inline;
	margin: 0 0 0 5px;
}

.advanced-search {
	margin: 30px 0 0;
}
.advanced-search .price-range {
	display: inline-block;
}
.advanced-search .price-range input {
	width: 80px;
	margin: 3px;
}
.search-input .buttons {
	text-align: center;
}
.search-input .button-1 {
	min-width: 140px;
	padding: 10px 30px;
}
.search-results {
	margin: 30px 0 0;
}
.search-results .warning,
.search-results .no-result {
	margin: 10px 0;
	color: #ffb500;
}

.sitemap-page .description {
	margin: 0 0 30px;
	text-align: center;
}
.sitemap-page .entity {
	margin: 0 0 30px;
}
.sitemap-page .entity-title {
	margin: 0 0 15px;
	padding: 0 10px;
	text-align: center;
}
.sitemap-page .entity-title h2 {
	font-size: 20px;
	font-weight: normal;
}
.sitemap-page .entity-body {
	border-top: 1px solid #666;
	padding: 30px 15px;
	text-align: center;
}
.sitemap-page .entity li {
	display: inline-block;
}
.sitemap-page .entity li a {
	padding: 12px;
	line-height: 50px;
}


/****** BLOG & NEWS ******/



.block-blog-archive .number {
	display: block;
	cursor: auto;
	background-color: #333;
	padding: 1px 15px;
}

.blog-page .page-title,
.news-list-page .page-title {
	margin: 0;
}

.blog-page .post,
.news-items .news-item {
	margin: 0 0 30px;
}
.blog-page .post:after {
	content: "";
	display: block;
	clear: both;
}
.post-title,
.news-title {
	display: inline-block;
	padding: 20px 10px;
	line-height: 20px;
	font-size: 16px;
}
.post-date,
.news-date {
	display: block;
	margin: 0 0 15px;
	padding: 10px;
	color: #aaa;
}
.post-body,
.news-body {
	/*! margin: 0 0 20px; */
	/*! padding: 0 10px; */
	line-height: 22px;
	position: relative;
	min-height: 132px;
}
.blog-page .tags,
.blogpost-page .tags {
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0 10px;
}
.blog-page .tags label,
.blogpost-page .tags label {
	display: inline-block;
	margin: 0 3px 3px 0;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	display: inline-block;
	margin: 0 0 3px 3px;
	font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
	display: inline-block;
	font-size: 16px; /*reset zeroing*/
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin: 0 8px 0 0;
}
.blog-page .tags a,
.blogpost-page .tags a {
	display: block;
	color: #baec3b;
}
.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
	text-decoration: underline;
}

.blog-posts .buttons,
.news-items .buttons {
	margin: 0;
	padding: 0 10px;
}
.blog-posts .buttons .read-comments {
	display: block;
	margin: 0 0 15px;
}
.blog-posts .buttons .read-more,
.news-items .buttons .read-more {
	display: inline-block;
	padding: 10px 20px;
}

.new-comment {
	margin: 50px 0 60px;
}
.new-comment .notifications {
	margin: 0 0 10px;
}
.new-comment .form-fields {
	margin: 0 0 20px;
}
.new-comment .button-1 {
	padding: 10px 30px;
}
.comment-list {
	margin: 0 0 100px;
}
.comment-list .title {
	margin: 0 0 15px;
	padding: 0 10px;
}
.comment-list .title strong {
	font-weight: normal;
}
.comment-list .comment {
	margin: 0 0 40px;
	border-top: 1px solid #666;
}
.comment-list .comment:after {
	content: "";
	display: block;
	clear: both;
}
.comment-info {
	width: 150px;
	margin: 20px auto;
}
.comment-info a.username {
	display: block;
	margin: 0 0 -2px;
	padding: 11px 0;
}
.comment-info .avatar {
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	border: solid 1px #444;
}
.comment-time {
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: bold;
}
.comment-title {
	margin: 0 0 15px;
}
.comment-body {
	line-height: 22px;
}

.news-list-homepage {
	margin: 0 0 75px;
}
.news-list-homepage .title {
	margin: 0 0 -1px;
	padding: 0 0 15px;
	font-size: 30px;
}
.news-list-homepage .title strong {
	font-weight: normal;
}
.news-list-homepage .view-all {
	text-align: center;
}


/*** FORUM & PROFILE ***/



.forums-main-page .topic-block {
	margin: 0 0 35px;
	text-align: center;
}
.forums-main-page .topic-block p {
	text-align: center;
}
.forums-main-page .pager {
	display: none;
}

.forum-breadcrumb {
	margin: 0 0 40px;
}

.forums-header {
	margin: 0 0 50px;
	overflow: hidden;
}
.forums-header:after {
	content: "";
	display: block;
	clear: both;
}
.forums-header .current-time {
	margin: 0 0 15px;
}
.forum-search-box .basic {
	overflow: hidden;
	margin: 0 0 10px;
}

.forum-search-page .page-title {
	margin: 0 0 -1px;
}
.forum-search-page .search-error,
.forum-search-page .no-result {
	margin: 0 0 15px;
	text-align: center;
	color: #ffb500;
}

/* forum group */

.forums-table-section + .pager {
	margin: -30px 0 30px;
}
.forums-table-section-title {
	margin: 15px 0;
	padding: 0 10px;
}
.forums-table-section-title a,
.forums-table-section-title strong {
	font-size: 22px;
	font-weight: normal;
}
.forums-table-section-title a:hover {
	color: #baec3b;
}

.forums-table-section .image div {
	width: 38px;
	height: 32px;
	margin: auto;
	background: url('../icon/folder.svg') center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url('../icon/pin.svg') center no-repeat;
}
.forums-table-section .image div.announcement {
	background: url('../icon/bullhorn.svg') center no-repeat;
}

.forums-table-section .forum-title,
.forums-table-section .topic-title {
	margin: 5px 0;
}
.forums-table-section .forum-title a,
.forums-table-section .topic-title a {
	font-size: 16px;
}
.forums-table-section .forum-title a:hover,
.forums-table-section .topic-title a:hover {
	text-decoration: none;
}
.forums-table-section .topic-title span {
	display: block;
	color: #aaa;
}
.forums-table-section .forum-description,
.forums-table-section .topic-starter {
	margin: 5px 0;
}
.forums-table-section .latest-post {
	white-space: nowrap;
}
.forums-table-section .latest-post div {
	margin: 5px 0;
}
.forums-table-section .latest-post label {
	color: #aaa;
}

.forums-table-section .view-all {
	margin: 30px 0 0;
	padding: 0 10px;
}

/* forum-page, topic page */

.forum-page .forum-info {
	margin: 0 0 30px;
}
.forum-page .forum-name,
.forum-topic-page .topic-name {
	margin: 0 0 25px;
	border-bottom: 1px solid #666;
	padding: 0 10px 10px;
}
.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
	font-size: 30px;
	font-weight: normal;
}

.forum-actions,
.topic-actions {
	margin: 0 0 20px;
	/*! font-size: 0; */
}
.forum-actions .actions a,
.topic-actions .actions a {
	display: inline-block;
	margin: 1px;
	padding: 10px 10px 10px 33px;
	font-size: 16px;
	border: 1px solid #ffb500;
	border-radius: 4px;
	background-color: #111;
	color: #eee;
}
.forum-actions .actions .new-topic {
	background: #111 url('../icon/plus.svg') left 8px center no-repeat;
	background-size: 20px;
	border: 1px solid #ffb500;
	border-radius: 4px;
	color: #eee;
}
.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum {
	background: #111 url('../icon/eye.svg') left 8px center no-repeat;
	background-size: 20px;
	border: 1px solid #ffb500;
	border-radius: 4px;
	color: #eee;
}
.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
	background-color: #333;
}
.forum-actions .pager.upper,
.topic-actions .pager.upper {
	display: none;
	margin: 0;
}
.topic-actions .reply-topic-button {
	background: #eee url('../icon/comment-square.svg') left 8px center no-repeat;
	background-size: 20px;
}
.topic-actions .watch-topic-button {
	background: #eee url('../icon/eye.svg') left 8px center no-repeat;
	background-size: 20px;
}
.topic-actions .move-topic-button {
	background: #eee url('../icon/arrow-thick-right.svg') left 8px center no-repeat;
	background-size: 20px;
}
.topic-actions .edit-topic-button {
	background: #eee url('../icon/pencil.svg') left 8px center no-repeat;
	background-size: 20px;
}
.topic-actions .delete-topic-button {
	background: #eee url('../icon/x.svg') left 8px center no-repeat;
	background-size: 20px;
}
.topic-actions.lower .actions {
	display: none;
}

.active-discussions-page .forums-table-section-title {
	margin: 0 0 25px;
	padding: 0 10px 10px;
}
.active-discussions-page .forums-table-section-title strong {
	font-size: 30px;
	font-weight: normal;
}
.active-discussions-page .forums-table-section-body {
	margin: 0 0 20px;
}

/* topic post */

.topic-post {
	margin: 0 0 30px;
	border-top: 1px solid #666;
}
.topic-post:after {
	content: "";
	display: block;
	clear: both;
}
.topic-post .post-info {
	background-color: #222;
}
.topic-post .post-content {
	background-color: #222;
	overflow: hidden;
}
.topic-post .username {
	display: block;
	background-color: #333;
	padding: 11px 0;
}
.topic-post .avatar,
.profile-info-box .avatar {
	margin: 10px;
	display: inline-block;
}
.topic-post .user-stats {
	margin: 0 0 15px;
}
.topic-post .user-stats li {
	display: inline-block;
	margin: 0 10px;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 0 0 3px;
	font-weight: bold;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	display: inline-block;
}

.topic-post .post-time {
	padding: 10px 14px;
}
.topic-post .post-actions > div {
	display: inline-block;
}
.topic-post .post-actions a {
	display: inline-block;
	margin: 1px 5px;
	font-size: 16px;
}
.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
	padding: 10px 10px 10px 33px;
}
.topic-post .post-actions .edit-post-button {
	background: url('../icon/pencil.svg') left 8px center no-repeat;
	background-size: 20px;
}
.topic-post .post-actions .delete-post-button {
	background: url('../icon/x.svg') left 8px center no-repeat;
	background-size: 20px;
}
.topic-post .post-actions .post-link-button {
	padding: 10px;
	font-weight: bold;
}
.topic-post .post-actions .quote-post-button {
	padding: 10px 20px;
}

.topic-post .post-text {
	/*topic post-text also gets style from blog post-body*/
	padding: 0 10px 20px;
}

.topic-post .post-text {
	padding: 10px 60px 10px 10px;
}

.topic-post .post-vote{
	padding: 10px;
}
.topic-post .post-vote{
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
	max-width: 100%;
	height: auto;
}
.topic-post .quote,
.latest-posts .quote {
	margin: 10px 0;
	border: 1px dashed #333;
	background-color: rgba(0,0,0,0.15);
	padding: 10px;
	border-radius: 4px;
}
.topic-post .signature {
	border-top: 1px solid #666;
	padding: 20px;
	font-size: 16px;
	font-style: italic;
	clear: both;
}

.topic-post .post-vote span.vote {
	cursor: pointer;
	display: block;
	width: 40px;
	height: 40px;
}
.topic-post .post-vote span.up{
	background: url('../upnuke.svg') no-repeat 50% 50%;
}
.topic-post .post-vote span.down{
	background: url('../downnuke.svg') no-repeat 50% 50%;
}
.topic-post .vote-count-post {
	font-size: 160%;
	padding: 5px;
	text-align: center;
}
/* forum edit & send message */

.forum-edit-page .page-title,
.move-topic-page .page-title,
.private-message-send-page .page-title {
	margin: 0 0 -1px;
}
.move-topic-page label {
	white-space: normal;
}
.forum-edit-page .message-error,
.private-message-send-page .message-error {
	margin: 20px 0;
}
.forum-edit-page .inputs strong {
	display: inline-block;
	max-width: 400px;
	font-size: 22px; /*reset zeroing*/
	font-weight: normal;
	color: #aaa;
	white-space: normal;
}
.forum-edit-page .inputs .topic-subject {
	font-size: 16px;
}
.forum-edit-page .inputs.reversed {
	margin: 0;
}
.forum-edit-page .inputs.reversed label {
	width: auto;
	margin: 5px;
	font-size: 16px; /*reset zeroing*/
	white-space: normal;
}
.bb-code-editor-wrapper {
	text-align: center;
	font-size:16px;
	margin:10px;
	line-height:40px;
	height:40px;
}
.bb-code-editor-wrapper>span {
	margin:4px;
	padding:8px;
	border-radius: 4px;
	border:1px solid #ffb500;
	background-color:#111;
}
.bb-code-editor-wrapper>span:hover {
	background-color:#333;
}
.bb-code-editor-wrapper>span>span {
	font-size: 0;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	display: block;
	margin: auto;
}
.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input {
	min-width: 140px;
	padding: 10px 30px;
}

.private-message-send-page a {
	font-size: 16px;
}
.private-message-send-page span {
	font-size: 16px;
}

/* jQuery tabs */

.ui-tabs-nav li {
	background-color: #222;
}
.ui-tabs-nav li a {
	display: block;
	border: 1px solid #666;
	padding: 12px 24px;
	text-align: center;
	font-size: 18px;
	border-radius: 4px 4px 0 0;
}
.ui-tabs-nav li.ui-state-active a {
	background-color: #333;
	border-bottom: 1px solid #333;
}

/* inbox & view message */

.private-messages-page .table-wrapper,
.private-message-view-page .view-message {
	margin: 0 0 30px;
}
.private-messages-page th.select {
	text-align: center;
}
.private-messages-page td.from,
.private-messages-page td.to,
.private-messages-page td.subject {
	min-width: 150px;
}
.private-messages-page td.date {
	white-space: nowrap;
}
.private-messages-page td.subject a.pm-unread {
	color: #baec3b;
}
.private-messages-page .pager {
	margin: 0 0 30px;
}
.private-messages-page .buttons,
.private-message-view-page .buttons {
	font-size: 0;
}
.private-messages-page .buttons .button-1,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-1,
.private-message-view-page .buttons .button-2 {
	display: block;
	width: 250px;
	margin: 0 auto 3px;
	font-size: 16px; /*reset zeroing*/
}

.private-message-view-page .view-message {
	margin: 0 0 30px;
}
.private-message-view-page .message-head {
	margin: 0 0 20px;
	line-height: 22px;
}
.private-message-view-page .message-head span {
	font-weight: bold;
	color: #aaa;
}
.private-message-view-page .message-body {
	border-top: 1px solid #444;
	background-color: #222;
	padding: 30px 20px;
	line-height: 22px;
	text-align: justify;
}
.private-message-view-page .back-pm-button {
	text-transform: capitalize !important;
}

/* profile page	*/

.tab-content{
	margin:-1px 0 10px;
	border:1px solid #666;
	padding: 15px;
	background: #333;
}
.ui-tabs-nav {
	margin-top: 15px;
}

.profile-info-box {
	overflow: hidden;
}
.profile-info-box .user-details {
	margin: 0 0 30px;
}
.profile-info-box .avatar {
	margin: 0 auto 15px;
}
.profile-info-box .title {
	margin: 0 0 10px;
	font-size: 18px;
}
.profile-info-box .stats {
	margin: 0 0 15px;
}

.latest-posts .topic {
	margin-bottom: -1px;
}
.latest-posts .topic-title {
	padding: 15px;
	background: #333;
}
.latest-posts .topic-body {
	background: #222;
	padding: 15px;
}
.latest-posts .topic-data {
	background: #222;
	padding: 15px;
	border-top: 1px solid #333;
}

/* BB codes */

pre {
	white-space: pre-wrap;
	white-space: normal;
	word-wrap: break-word;
}


@media all and (max-width: 768px) {
	.footer-block .list li {
		margin: 0 0 1px;
		background-color: #333;
	}

	.review-rating .name-description {
		text-align: center;
		width: 100%;
		display: block;
	}

	.write-review .review-rating div{
		text-align: center;
		padding-bottom: 10px;
		display: inline-block;
	}

	div.videodiv{
		max-width:280px;
	}
	div.videodiv iframe{
		width:280px;
		height:157px;
	}
	nav>ul{
		display:flex;
		flex-direction: column;
	}
	nav>ul>li{
		display:none;
	}
	nav>ul>li{
		height:unset;
	}
	nav>ul>li.logo{
		height:42px;
		display:block;
		width:100%;
		background: #222 url(../icon/menu.svg) right 10px center no-repeat;
		background-size: 24px;
	}
	nav>ul:hover,nav>ul:focus{
		height:unset;
	}
	nav>ul:hover>li.logo,nav>ul:focus>li.logo{
		background-color: #1a1a1a;
	}
	nav>ul:hover>li,nav>ul:focus>li{
		display:block;
		width:100%;
	}
	nav>ul>li>ul{
		position:relative!important;
		z-index:99999;
	}

	#rank-table{
		text-align: center;
		word-wrap: anywhere;
	}
	#rank-table .rank,
	#rank-table .stat{
		display: inline-block;
	}
	#rank-table td{
		padding:10px;
	}
	#rank-table h3{
		font-size: 1.25em;
	}
	#rank-table .ttip{
		margin:0;
	}
	#rank-table .ttip.rep{
		width:60px;
		margin:15px 0;
	}
}





@media all and (max-width: 1000px) {


/*** GLOBAL TABLES ***/


.cart {
	display: block;
}
.cart colgroup,
.cart thead {
	display: none;
}
.cart tbody {
	display: block;
	overflow: hidden;
}
.cart tr {
	display: block;
	float: left;
	width: 100%;
	margin: 40px 0 0;
	border: 1px solid #666;
	background-color: #222;
}
.cart td {
	display: block;
	border: none;
	padding: 10px;
}
.cart td.remove-from-cart {
	border-bottom: 1px solid #666;
	padding: 10px;
}
.cart td.product-picture {
	border-top: 1px solid #666;
	padding: 15px 10px 5px;
}
.cart td.product {
	min-width: 0;
	border-bottom: 1px solid #666;
	padding: 5px 10px 15px;
	text-align: center;
}
.cart td.quantity {
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
}
.cart td.unit-price,
.cart td.subtotal {
	display: inline-block;
	padding: 20px 10px;
	vertical-align: middle;
}

.order-details-page .data-table {
	display: block;
}
.order-details-page .data-table colgroup,
.order-details-page .data-table thead {
	display: none;
}
.order-details-page .data-table tbody {
	display: block;
	overflow: hidden;
}
.order-details-page .data-table tr {
	display: block;
	float: left;
	width: 100%;
	margin: 40px 0 0;
}
.order-details-page .data-table td {
	display: block;
	border: none;
	padding: 10px;
}
.order-details-page .data-table td.product,
.order-details-page .data-table td.tracking-number {
	min-width: 0;
	padding: 5px 10px 15px;
	text-align: center;
}


/*** MOBILE NAVIGATION ***/


	nav>ul>li:hover>ul{
		width:100vw;
		position:fixed;
		left:0;
	}
.header-menu {
	position: relative;
	z-index: 1;
	width: 90%;
	max-width: 600px;
	margin: 0 auto 40px;
}
.menu-toggle {
	background: #333 url('../icon/cog.svg') right center no-repeat;
	background-size: 20px;
	padding: 15px;
	font-size: 16px;
	cursor: pointer;
}

.top-menu {
	display: none;
}
.top-menu > li {
	position: relative;
	margin: 1px 0;
	background-color: #333;
}
.top-menu > li > a {
	display: block;
	padding: 15px;
	font-size: 16px;
}
.top-menu .sublist {
	display: none;
	background-color: #fff;
	padding: 5px 0;
}
.top-menu .sublist li {
	position: relative;
	margin: 1px 0 1px 20px;
}
.top-menu .sublist li a {
	display: block;
	padding: 15px 18px;
	font-size: 16px;
}

.footer{
	height:auto;
}

.sublist-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px;
	border-left: 1px solid #fff;
	background: url('../icon/chevron-bottom.svg') center no-repeat;
	background-size: 20px;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

.sublist .sublist-toggle {
	height: 49px;
}
.sublist .sublist li {
	background-color: #f6f6f6;
}
.sublist .sublist .sublist li {
	background-color: #fff;
}

.block-category-navigation {
	display: none;
}
.block-account-navigation {
	float: none;
	margin: auto !important;
}
.write-review .review-rating {
	text-align: center;
}

.write-review .review-rating div.name-description {
	width: 100%;
	margin: 0 5px 0 0;
	text-align: center;
}

}



@media all and (max-width: 480px) {
table.roadmap tr,
table.roadmap tr td{
	width:100%;
	display:block;
	text-align: left;
}
table.roadmap tr th{
	display:none;
}
table.roadmap tr td.done{
	text-align: right;
}
table.roadmap tr td.done::before{
	content:"Completion: ";
	color:#eee;
	font-size:16px;
	vertical-align:top;
}
}


@media all and (min-width: 481px) {


/*** GLOBAL ***/


.master-wrapper-content,
.header-menu {
	width: 92.5%;
}


/*** GLOBAL TABLES ***/


.cart tr {
	width: 46%;
	margin: 40px 2% 0;
}
.cart tr:nth-child(2n+1) {
	clear: both;
}
.order-details-page .data-table tr {
	width: 46%;
	margin: 40px 2% 0;
}
.order-details-page .data-table tr:nth-child(2n+1) {
	clear: both;
}


/*** HEADER ***/


.header-selectors-wrapper > div {
	display: inline-block;
	width: 30%;
	margin: 10px auto;
}


/*** FOOTER ***/


.footer-block {
	width: 85%;
}
.newsletter-email input[type="text"] {
	width: 240px;
}


/*** CATEGORY ***/


.product-filter {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
.product-filter.price-range-filter {
	width: 200px;
}
.product-filter .product-spec-group {
	float: left;
	margin: 0 25px 10px 0;
}
.product-filter .product-spec-group.product-spec-color {
	max-width: 190px;
}
.product-filter .group li.item {
	display: block;
	margin: 0;
}
.product-filter .group li.color-item {
	display: inline-block;
}

.item-box{
	list-style:none outside;
	display:inline-block;
	float:left;
	text-align:center;
	-webkit-transition: transform 1s;
	transition: transform 1s;
}
.item-box:hover{
	transform: scale(1.1);
}

.item-box {
	width: 47%;
	margin: 0 1.5% 50px;
}
.item-box:nth-child(42+1) {
	clear: both;
}
.item-box .product-rating-box {
	margin: 0 0 15px;
}
.item-box .prices {
	min-height: 40px;
}
.item-box .product-title {
	min-height: 42px;
	margin: 0 0 5px;
}


/*** PRODUCT PAGE ***/


.overview-buttons div {
	display: inline-block;
	width: auto;
	margin: 0 1px 2px;
}


/*** WISHLIST ***/


.wishlist-content .button-2 {
	display: inline-block;
	width: auto;
	min-width: 140px;
	margin: 0 1px 5px;
}


/*** TOPICS ***/


.enter-password-form input[type="password"] {
	width: 260px;
}


/*** FORUM & PROFILE ***/

.ui-tabs-nav li {
	display: inline-block;
}

.private-messages-page .buttons .button-1,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-1,
.private-message-view-page .buttons .button-2 {
	display: inline-block;
	width: auto;
	margin: 1px;
}

.forum-group .forum-table th.latest-post,
.forum-group .forum-table th.topics,
.forum-group .forum-table th.posts,
.forum-group .forum-table td.latest-post,
.forum-group .forum-table td.topics,
.forum-group .forum-table td.posts {
	display: table-cell;
}

.topic-group .forum-table th.latest-post,
.topic-group .forum-table td.latest-post {
	display: table-cell;
}

.forum-table td.image {
	max-width: 40px;
}
}





@media all and (min-width: 769px) {


/**** GLOBAL ***/


.master-wrapper-content {
	width: 94%;
}
.home-page-polls li {
	min-width: 100px;
}


/**** GLOBAL TABLES ***/


.cart tr {
	width: 31.33333%;
	margin: 40px 1% 0;
}
.cart tr:nth-child(2n+1) {
	clear: none;
}
.cart tr:nth-child(3n+1) {
	clear: both;
}
.order-details-page .data-table tr {
	width: 31.33333%;
	margin: 40px 1% 0;
}
.order-details-page .data-table tr:nth-child(2n+1) {
	clear: none;
}
.order-details-page .data-table tr:nth-child(3n+1) {
	clear: both;
}


/*** HEADER ***/


.header-selectors-wrapper > div {
	width: 20%;
}


/*** FOOTER ***/


.footer-block {
	display: inline-block;
	width: 25.33333%;
	margin: 0 4%;
	vertical-align: top;
}
.footer-block .title {
	margin: 0 0 15px;
	background: none;
	padding: 0;
	color: #aaa;
	cursor: auto;
}
.footer-block .list {
	display: block !important; /* prevents toggle display:none on resize */
	background: none;
	padding: 0;
}
.footer-block .list li {
	padding: 5px 0;
}
.footer-block .list a {
	display: inline;
	padding: 0;
	background:#0006;
	box-shadow:#000c 0 0 11px;
	border-radius:1em;
}
.follow-us {
	width: 98%;
	margin: 25px auto 0;
}


/*** CATEGORY ***/

.item-box {
	width: 30%;
	margin: 0 1.5% 50px;
}
.item-box:nth-child(3n+1) {
	clear: both;
}

/*** PRODUCT PAGE ***/


.gallery {
	width: 550px;
}
.variant-picture {
	float: left;
}
.variant-picture + .variant-overview {
	width: auto;
	margin: 0 0 0 240px;
}
.variant-overview {
	text-align: left;
}


/*** PRODUCT REVIEWS ***/


.product-review-item .review-title {
	float: left;
	max-width: 600px;
}
.product-review-item .product-review-box {
	float: right;
}

.write-review .review-rating div {
	display: inline-block;
	margin: 0 0 0 5px;
	cursor: default;
	vertical-align: middle;
	height: 17px;
}




/*** REGISTRATION, LOGIN, ACCOUNT ***/


.address-list-page .section,
.order-list-page .section,
.return-request-list-page .section {
	display: inline-block;
	width: 45%;
	margin: 20px 1%;
	vertical-align: top;
}
.recurring-payments {
	width: 100% !important;
	margin: 20px 0 !important;
}


/*** SHOPPING CART ***/


.order-progress {
	padding: 20px;
}
.order-progress li {
	margin: 0 10px;
}
.order-progress a {
	min-width: 80px;
}

.cart-options .common-buttons {
	text-align: right;
}
.cart-options .checkout-attributes,
.cart-options .selected-checkout-attributes {
	padding: 0 10px;
}

.cart-footer .totals {
	float: right;
	width: 45%;
	margin: 0 2.5%;
}
.cart-footer .terms-of-service {
	text-align: left;
}
.cart-footer .checkout-buttons,
.cart-footer .addon-buttons {
	text-align: right;
}
.cart-footer .cart-collaterals {
	float: left;
	width: 45%;
	margin: 0 2.5%;
}
.cart-footer .cart-collaterals div,
.cart-footer .cart-collaterals label {
	text-align: left;
}
.cart-footer .estimate-shipping label {
	display: block;
	margin: 0 0 10px;
}
.cart-footer .estimate-shipping .buttons {
	text-align: right;
}


/*** CHECKOUT ***/


.checkout-page .selected-checkout-attributes {
	float: right;
	text-align: right;
}
.checkout-page .cart-footer .totals {
	max-width: 350px;
	margin: 0;
}
.checkout-page .address-grid {
	overflow: hidden;
}
.checkout-page .address-item {
	float: left;
	width: 48%;
	margin: 0 1% 40px;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	display: inline-block;
	width: 25%;
	margin: 20px 2%;
	vertical-align: top;
}
.payment-method .payment-logo {
	display: block;
	background-color: #333;
	padding: 10px;
}
.payment-method .payment-details {
	display: block;
	width: auto;
	min-width: 0;
	margin: 10px 0 0;
	text-align: center;
}
.payment-info .info {
	padding: 30px;
}
.order-review-data,
.order-details-area,
.shipment-details-area {
	overflow: hidden;
}
.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
	float: left;
}


/*** ORDER DETAILS & SHIPPING DETAILS ***/


.order-details-page .section.options {
	text-align: right;
}
.order-details-page .selected-checkout-attributes {
	padding: 0 10px;
}
.order-details-page .tax-shipping-info {
	text-align: right;
}
.order-details-page .totals {
	float: right;
	clear: both;
}
.shipment-details-page .tracking-number .tracking-url {
	color: #baec3b;
}


/*** BLOG & NEWS ***/


.blog-posts .tags {
	float: right;
	width: 80%;
	text-align: right;
}
.blog-posts .buttons {
	float: left;
	width: 20%;
	text-align: left;
}

.new-comment {
	text-align: center;
}
.new-comment .buttons {
	text-align: center;
}

.comment-list .comment {
	display: table;
	width: 100%;
	margin: 0;
}
.comment-list .comment:last-child {
	border-bottom: 1px solid #666;
}
.comment-info {
	display: table-cell;
	width: 15%;
	margin: 0;
	vertical-align: top;
	background: #333;
}
.comment-info .username {
	min-height: 40px;
	margin: 0;
	border: none;
	text-align: center;
}
.comment-info .avatar {
	border: none;
}
.comment-info .avatar img {
	max-width: 80%;
	max-height: 80%;
}
.comment-content {
	display: table-cell;
	width: 85%;
	border-left: 1px solid #666;
	vertical-align: top;
	text-align: left;
	background: #222;
}
.comment-time {
	min-height: 40px;
	margin: 0;
	background-color: #333;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: normal;
}
.comment-title {
	margin: 0 0 -20px;
	padding: 20px;
}
.comment-body {
	padding: 20px;
}


/*** FORUM & PROFILE ***/


.forum-actions,
.topic-actions {
	overflow: hidden;
}
.forum-actions .actions,
.topic-actions .actions {
	float: left;
}
.forum-actions .pager,
.topic-actions .pager {
	float: right;
	max-width: 450px;
}
.forum-actions .pager li,
.topic-actions .pager li {
	margin: 2px 4px;
}
.forum-actions .pager.upper {
	display: block;
}
.topic-actions.lower .actions {
	display: block;
}

.topic-posts {
	margin: 0 0 20px;
}
.topic-post {
	display: table;
	width: 100%;
	margin: 0;
}
.topic-post .post-info {
	display: table-cell;
	width: 20%;
}
.topic-post .user-info {
	width: auto;
}
.topic-post .username {
	min-height: 40px;
	margin: 0;
	border: none;
	text-align: center;
}
.topic-post .send-pm {
	margin: 0 0 20px;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	padding: 8px 16px;
	font-size: 16px;
}
.topic-post .post-content {
	display: table-cell;
	width: 80%;
	border-left: 1px solid #666;
	vertical-align: top;
	text-align: left;
}
.topic-post .post-time {
	float: left;
}
.topic-post .post-actions {
	float: right;
	margin: 0;
}
.topic-post .post-actions a {
	margin: 0;
	line-height: 20px;
}
.topic-post .post-actions .quote-post a {
	min-width: 70px;
}
.topic-post .post-actions a.post-link-button {
	text-align: center;
}


.forum-table th.replies,
.forum-table th.views,
.forum-table th.votes,
.forum-table td.replies,
.forum-table td.views,
.forum-table td.votes {
	display: table-cell;
}

.forum-table td.image {
	max-width: none;
}

.ui-tabs-nav {
	text-align: left;
}
.ui-tabs-nav li {
	margin-left: 10px;
}

.profile-info-box .avatar {
	float: left;
	margin: 0 15px 15px 0;
}
.profile-info-box .profile-stats {
	float: left;
	text-align: left;
}
.profile-info-box .title {
	text-align: left;
}
.profile-info-box .send-pm {
	clear: both;
	text-align: left;
}

}


@media all and (min-width: 901px) {

.panel-flip{
	display: flex;
	flex-direction: column-reverse;
}

}



@media all and (min-width: 1001px) {


/*** GLOBAL STYLES ***/


.master-wrapper-content {
	width: 980px;
	margin: auto;
}
.center-2 {
	float: right;
	width: 73%;
}
.side-2 {
	float: left;
	width: 25%;
}
.page {
	text-align: left;
}
.inputs label {
	display: inline-block;
	width: 265px;
	margin: 0 10px 0 0;
	text-align: right;
}
.inputs input[type="text"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs input[type="password"],
.inputs select {
	min-height: 40px;
}
.inputs .option-list li {
	margin: 0 10px 0 0;
}
.center-1 .buttons {
	text-align: center;
}
.center-2 .inputs label {
	width: 136px;
}
.page-title a + h1 {
	float: left;
}
.link-rss {
	display: block;
	float: right;
	margin: 6px 0 0;
}


/*** GLOBAL TABLES ***/


.cart tr {
	width: auto;
	margin: 0;
}
.cart label {
	display: none;
}

.order-details-page .data-table tr {
	width: auto;
	margin: 0;
}
.order-details-page .data-table label {
	display: none;
}


/*** HEADER ***/


.header {
	width: 980px;
	margin: auto;
}
.header-upper:after {
	content: "";
	display: block;
	clear: both;
}
.header-selectors-wrapper {
	/*! float: left; */
	border: none;
	padding: 0;
}
.header-selectors-wrapper > div {
	width: auto;
	min-width: 100px;
	margin: 0 12px 0 0;
	line-height: 43px;
}
.header-selectors-wrapper select {
	padding: 4px;
	font-size: 16px;
}
.language-list {
	text-align: left;
}
.header-links-wrapper {
	float: right;
	padding: 0;
}
.header-links li {
	margin: 0 16px;
}
.header-links a,
.header-links span {
	line-height: 45px;
}
#topcartlink {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0 18px;
}

.flyout-cart {
	position: absolute;
	top: 45px;
	right: 0;
	z-index: 100;
	width: 300px;
	background-color: #333;
	border-radius: 0 0 4px 4px;
	border: 1px solid #666;
}
.flyout-cart.active {
	display: block;
}
.mini-shopping-cart {
	padding: 12px;
	text-align: left;
	font-size: 16px;
}
.mini-shopping-cart .count a {
	margin: 0 2px;
	font-weight: bold;
}
.mini-shopping-cart .items {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.mini-shopping-cart .item {
	overflow: hidden;
	padding: 10px 0;
}
.mini-shopping-cart .picture {
	float: left;
	width: 70px;
	text-align: center;
}
.mini-shopping-cart .picture a {
	display: block;
	position: relative;
	overflow: hidden;
}
.mini-shopping-cart .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.mini-shopping-cart .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
}
.mini-shopping-cart .picture + .product {
	margin: 0 0 0 80px;
}
.mini-shopping-cart .name {
	margin: 0 0 10px;
	font-size: 16px;
}
.mini-shopping-cart .attributes {
	margin: 5px 0;
}
.mini-shopping-cart .totals {
	margin: 0 0 12px;
	font-size: 16px;
}
.mini-shopping-cart .totals strong {
	font-size: 16px;
}
.mini-shopping-cart .buttons {
	margin: 0;
}
.mini-shopping-cart input[type="button"] {
	display: inline-block;
	padding: 10px 20px;
}


/*** NAVIGATION ***/


.header-menu {
	position: relative;
	z-index: 5;
	width: 980px;
	margin: 0 auto 10px;
	border-width: 1px;
	border-style: solid;
	border-image: linear-gradient(to left,rgba(0,0,0,0),#666,#666,rgba(0,0,0,0)) 1 0;
	text-align: center;
}
.menu-toggle,
.sublist-toggle {
	display: none;
}
.header-menu > ul {
	display: block !important; /* prevents toggle display:none on resize */
	font-size: 0;
}
.header-menu > ul.mobile {
	display: none !important;
}
.header-menu > ul > li {
	display: inline-block;
	border-left: 1px solid #666;
	padding: 0 15px;
	vertical-align: middle;
}
.header-menu > ul > li:first-child {
	border-left: none;
}
.header-menu > ul > li > a {
	display: block;
	padding: 10px;
	line-height: 20px;
	font-size: 16px; /*reset zeroing*/
}
.header-menu .sublist {
	display: none;
	position: absolute;
	width: 200px;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	background-color: #fff;
	padding: 10px 0;
	text-align: left;
}
.header-menu .sublist li {
	position: relative;
}
.header-menu .sublist li a {
	display: block;
	position: relative;
	padding: 10px 20px 10px 30px;
	font-size: 16px;
}
.header-menu .sublist li a:before {
	content: "";
	position: absolute;
	top: 17px;
	left: 15px;
	width: 5px;
	height: 5px;
	background-color: #ddd;
}
.header-menu .sublist li:hover > a {
	background-color: #f6f6f6;
}
.header-menu ul li:hover > .sublist {
	display: block;
}
.header-menu .sublist .sublist {
	top: -10px;
	left: 100% !important;
}


/*** FOOTER ***/


.footer-upper {
	width: 980px;
	padding: 35px 10px;
}
.footer-upper:after {
	content: "";
	display: block;
	clear: both;
}
.footer-block {
	float: left;
	width: 220px;
	margin: 0;
}
.footer-block .list {
	margin: 0;
}
.follow-us {
	float: right;
	width: 300px !important;
	margin: 0;
}
.follow-us .social li {
	margin: 0 10px 0 0;
}
.newsletter-email {
	display: block;
}
.newsletter-email input[type="text"] {
	width: 200px;
}
.newsletter-validation .field-validation-valid {
	text-align: left;
}
.footer-lower {
	position: relative;
	width: 980px;
	padding: 25px 5px;
}
.footer-lower:after {
	content: "";
	display: block;
	clear: both;
}
.footer-info {
	float: right;
	line-height: 32px;
}
.footer-powered-by {
	float: left;
	margin: 0;
	line-height: 32px;
}
.theme-selector {
	float: left;
	margin: 0 0 0 15px;
}


/*** COLUMN ***/


.block {
	float: none;
	width: auto;
	margin: 0 0 20px;
}
.block .title {
	/*! margin: 0; */
	/*! border-bottom: 1px solid #666; */
	/*! background: none; */
	/*! cursor: auto; */
	height: 0;
	padding: 0;
}
.block .listbox li a {
	background:none;
	width: auto;
}
.block .list li {
	margin: -1px 0;
	border-width: 1px;
	border-style: solid;
	border-image: linear-gradient(to right,#666,rgba(0,0,0,0)) 1;
}
.block .list li.year {
	border: none;
}
.block .list li.year .number {
	background-image: linear-gradient(to right,#666,rgba(0,0,0,0));
	background-color: rgba(0,0,0,0);
}
.block .title strong {
	font-weight: bold;
	color: #aaa;
	font-size: 0;
}
.block .listbox {
	display: block;
	border-bottom: none;
}
.block a.product-picture {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.block a.product-name {
	vertical-align: middle;
}
.block a.product-picture + a.product-name:before {
	display: none;
}


/*** CATEGORY ***/


.breadcrumb {
	margin: 0 0 20px;
}

.item-box .buttons {
	text-align: left;
}

.home-page .product-grid .item-box,
.product-details-page .product-grid .item-box,
.shopping-cart-page .product-grid .item-box {
	width: 24%;
	margin: 0 0.5% 50px;
}
.home-page .product-grid .item-box:nth-child(3n+1),
.product-details-page .product-grid .item-box:nth-child(3n+1),
.shopping-cart-page .product-grid .item-box:nth-child(3n+1) {
	clear: none;
}
.home-page .product-grid .item-box:nth-child(4n+1),
.product-details-page .product-grid .item-box:nth-child(4n+1),
.shopping-cart-page .product-grid .item-box:nth-child(4n+1) {
	clear: both;
}


/*** PRODUCT PAGE ***/


.gallery {
	float: left;
	width: 46%;
}
.gallery .picture {
	width: auto;
}
.overview {
	float: right;
	width: 52%;
}
.rental-attributes {
	overflow: hidden;
}
.rental-attributes .attribute-item {
	float: left;
	margin: 0 20px 0 0;
}
.rental-attributes .datepicker {
	width: 160px;
	text-align: left;
}
.attribute-squares li {
	margin: 0 10px 10px 0;
}
.product-details-page .title {
	text-align: left;
}


/*** PRODUCT REVIEWS ***/


.product-review-item .review-title {
	max-width: 850px;
}

.write-review .review-rating div.name-description {
	width: 265px;
	margin: 0 5px 0 0;
	text-align: right
}


/*** WISHLIST & COMPARE LIST ***/

.compare-products-page .page-title {
	margin: 0 0 -1px;
}
.compare-products-table .full-description td {
	display: table-cell;
}
.compare-products-table .full-description td p {
	margin-top: 0;
}


/*** TOPICS ***/


.center-1 .topic-block-title {
	text-align: center;
}
.topic-page p {
	text-align: justify;
}


/*** REGISTRATION, LOGIN, ACCOUNT ***/


.gender span {
	margin: 0 10px 0 0;
}
.gender span > * {
	margin: 0 5px 0 0;
}
.date-of-birth select + select {
	margin: 0 0 0 11px;
}
#check-availability-button {
	display: block;
	margin: 10px auto;
}

.login-page .customer-blocks {
	overflow: hidden;
}
.login-page .new-wrapper {
	float: left;
	width: 49%;
	margin: 0;
}
.login-page .new-wrapper .text {
	min-height: 200px;
}

.address-list-page .section,
.order-list-page .section,
.return-request-list-page .section {
	display: block;
	width: auto;
	margin: 0 0 40px;
}

.avatar-page .message-error,
.avatar-page .buttons {
	text-align: left;
}

.registration-page .vat-note {
	margin-left: 275px;
}
.customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
	margin-left: 150px;
}
.customer-info-page .vat-status {
	display: inline-block;
}

/*** SHOPPING CART ***/


.shopping-cart-page .cart-options {
	overflow: hidden;
}
.shopping-cart-page .checkout-attributes {
	float: left;
	max-width: 565px;
	margin: -30px 0 15px;
}
.shopping-cart-page .checkout-attributes li {
	margin: 5px 10px 5px 0;
}
.shopping-cart-page .selected-checkout-attributes {
	float: right;
	max-width: 395px;
	margin: 15px 0;
}


/*** CHECKOUT ***/


.checkout-page .address-item {
	width: 31.33333%;
}
.checkout-page .terms-of-service {
	text-align: center;
}
.payment-info .info {
	padding: 15px;
}
.payment-info .info td:first-child {
	width: 50% !important;
	margin: 0 10px 0 0;
	text-align: right;
}
.payment-info .info td:only-child {
	width: 100% !important;
}
.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
	text-align: left;
}
.opc .order-review-data ul {
	text-align: left;
}


/*** SEARCH & SITEMAP ***/


.advanced-search .price-range {
	margin-left: 114px;
}


/*** BLOG & NEWS ***/


.comment-list {
	margin: 0 0 50px;
}
.news-list-homepage .news-items {
	overflow: hidden;
	text-align: left;
}
.news-list-homepage .news-item {
	float: left;
	width: 31.33333%;
	margin: 0 1% 30px;
}
.news-list-homepage .news-item:nth-child(3n+1) {
	clear: both;
}
.news-list-homepage .news-item:only-child {
	float: none;
	width: auto;
	margin: 0 0 30px;
}
.news-list-homepage .news-head {
	text-align: center;
}
.news-list-homepage .news-body {
	text-align: justify;
}


/*** FORUM & PROFILE ***/


.forum-breadcrumb {
	margin: 0 0 30px;
}
.current-time {
	float: right;
}
.forum-search-box .advanced {
	text-align: left;
}
.forums-table-section td {
	min-width: 150px;
}
.forums-table-section td:first-child {
	min-width: 90px;
}
.forums-table-section .view-all {
	text-align: right;
}
.topic-actions .pager.upper {
	display: block;
	max-width: 400px;
}
.forum-table .forum-details,
.forum-table .topic-details {
	min-width: 225px;
}
.forum-table td {
	padding: 20px;
}
.private-message-send-page .bb-code-editor-wrapper {
	display: inline-block;
	width: 400px;
	margin: 10px 0;
	vertical-align: middle;
}

}





@media all and (min-width: 1367px) {


/*** GLOBAL STYLES ***/


.master-wrapper-content {
	width: 1200px;
}
.inputs label {
	width: 375px;
}
.center-2 .inputs label {
	width: 213px;
}


/*** HEADER ***/


.header {
	width: 1200px;
}
.gallery {
	width:38%;
}
.overview {
	width:60%;
}


/*** NAVIGATION ***/


.header-menu {
	width: 1200px;
}
.header-menu > ul > li {
	padding: 0 20px;
}


/*** FOOTER ***/


.footer-upper {
	width: 1200px;
	padding: 35px 30px;
}
.footer-block {
	width: 280px;
}
.footer-lower {
	width: 1200px;
	padding: 25px 20px;
}


/*** PRODUCT REVIEWS ***/


.product-review-item .review-title {
	max-width: 1050px;
}

.write-review .review-rating div.name-description {
	margin: 0 5px 0 0;
	min-width: 375px;
}


/*** REGISTRATION, LOGIN, ACCOUNT ***/

.registration-page .vat-note {
	margin-left: 385px;
}
.customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
	margin-left: 225px;
}

/*** SHOPPING CART ***/


.cart-footer .totals {
	width: 395px;
	margin: 0;
}
.cart-footer .cart-collaterals {
	width: 760px;
	margin: 0;
}
.cart-footer .cart-collaterals .deals {
	float: left;
	width: 360px;
}
.cart-footer .cart-collaterals .shipping {
	float: right;
	width: 360px;
}
.cart-footer .estimate-shipping .inputs label {
	display: inline-block;
	width: 35%;
}
.cart-footer .estimate-shipping .inputs input,
.cart-footer .estimate-shipping .inputs select {
	width: 65%;
}


/*** CHECKOUT ***/


.shipping-method .method-list li,
.payment-method .method-list li {
	margin: 20px 1%;
}
.payment-info .info td:first-child {
	/*! width: 50% !important; */
	/*! max-width: 50%; */
}
.payment-info .info td:only-child {
	width: 100% !important;
}


/*** FORUM & PROFILE ***/


.forum-actions .pager,
.topic-actions .pager {
	max-width: 600px !important;
}

.topic-post .post-text {
	/*! width: 880px; */
	max-width: 870px;
}

}



@media all and (min-width: 1600px) {


/*** GLOBAL STYLES ***/


.master-wrapper-content {
	width: 1500px;
}
.inputs label {
	width: 525px;
}
.center-2 .inputs label {
	width: 263px;
}


/*** HEADER ***/


.header {
	width: 1500px;
}
.gallery {
	width:30%;
}
.overview {
	width:68%;
}


/*** FOOTER ***/


.footer-upper {
	width: 1400px;
}
.footer-lower {
	width: 1400px;
}


.item-box {
	width: 22%;
	margin: 0 1.5% 50px;
}
.item-box:nth-child(3n+1) {
	clear: none;
}
.item-box:nth-child(4n+1) {
	clear: both;
}

}


@media all and (min-width: 1900px) {


/*** GLOBAL STYLES ***/


.master-wrapper-content {
	width: 1800px;
}
.inputs label {
	width: 675px;
}
.center-2 .inputs label {
	width: 413px;
}


/*** HEADER ***/


.header {
	width: 1800px;
}
.gallery {
	width:25%;
}
.overview {
	width:73%;
}


/*** FOOTER ***/


.footer-upper {
	width: 1700px;
}
.footer-lower {
	width: 1700px;
}

}
