/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

::-webkit-input-placeholder { color:#999999; }

:-moz-placeholder { color:#999999; }

:-ms-input-placeholder { color:#999999; }

/*html {
    position: relative;
    min-height: 100%;
}*/

body {
	background: #000000;
	color:#000000;
	font-family:"nimbus-sans", Arial, sans-serif;
	font-size:14px;
	font-weight:400;
 	min-width:990px;
	width: 100%;
	/*margin: 0 0 188px;*/
}

body.woocommerce-checkout {
	background: #ffffff;
}

a {
	color:#3d0f4a;
	text-decoration:none;
	}

h1, h2, h3 {
	font-family: "myriad-pro-condensed",sans-serif;
	font-weight:600;
	}

.wrap {
	margin:0 auto;
	padding: 0 15px;
	width:960px;
}

.header-wrap {
	position: relative;
}

#main-content-wrap { clear: both; }
	
header, footer {
	float:left;
	min-width:100%;
}

#main-content-full-width-wrap {
	background:url('../img/cardboard-bg.jpg') repeat 0 0;
	float: left;
	min-width: 100%;
}

.woocommerce-page .item-coming-soon #content div.product p.price, .item-coming-soon .entry-summary .cart {
	display: none;
}
	
header {
	background:#3d0f4a;
	height:95px;
	padding:25px 0px;
}

header h1 {
	float: left;
	margin: 0;
	}

header h1 a {
	display: block;
	height: 49px;
	margin: 23px 43px 23px 1px;
	width: 275px;
	}

header .banner-ad {
	display: block;
	float: left;
}

#header-cart {
	color: #ffffff;
	float: right;
	font-size: 11px;
	margin: 13px 0 0 0;
	min-width: 117px;
	text-align: center;
}

#header-cart a { color: #ffffff; }

#header-cart a:hover { text-decoration: underline; }

#header-cart a.basket {
	display: block;
	margin-bottom: 6px;
}

#container {
	float: left;
	width: 100%;
}

.nav-wrapper {
	background:#000000;
	float:left;
	height:45px;
	min-width:100%;
}

body.woocommerce-checkout .nav-wrapper {
	display: none;
}

.nav-wrapper .wrap {
	position: relative;
}

.nav-wrapper nav ul {
	font-family: "myriad-pro-condensed",sans-serif;
	font-size: 17px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.nav-wrapper nav ul li {
	display:inline;
	float:left;
	}

.nav-wrapper nav ul li a {
	color: #ffffff;
	display:block;
	float:left;
	height:45px;
	line-height:45px;
	margin-right:40px;
	text-decoration:none;
	}
	
.nav-wrapper nav ul li a:hover { color: #d2205c; }

#searchform {
	height: 25px;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 15px;
	top: 0;
}

#searchform input {
	background:#ffffff;
	border:none;
	border-radius: 3px;
	color:#000000;
	font-family:"nimbus-sans", Arial, sans-serif;
	font-size:11px;
	height: 18px;
	margin:0;
	padding: 4px 24px 3px 7px;
	width:188px;
}

#searchform input#searchsubmit {
	background:url('../img/magnify.png') no-repeat 0 1px;
	border:0;
	display:block;
	font-size:0;
	height:21px;
	line-height:0;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	text-indent:-9999px;
	top: 12px;
	width:19px;
}

#content {
	margin:44px 0;
	/*float:left;*/
	width:100%;
}

#main-content-full-width-wrap h1 {
	text-transform: uppercase;
}

#inside-page {
	margin: 44px 0 70px;
}

#inside-page h1 {
	border-bottom: 3px solid #000000;
	margin: 18px 0;
	padding-bottom: 10px;
}

#content h1 { margin: 18px 0 10px; }

#content .summary h1 { margin: 18px 0 5px; }

.page-id-1084 #inside-page h1 { margin-bottom: 27px; }

#inside-page.shop-category h1 {
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}

#inside-page p {

}

/* news pages */

.news-story {
	border-bottom: 3px solid #000000;
	margin-bottom: 20px;
	padding: 10px 0 44px 1px;
}

.news-story-single {
	padding: 10px 0 44px 1px;
	position: relative;
}

.news-story-img {
	float: left;
	width: 275px;
}

.news-story-text {
	float: right;
	padding-right: 20px;
	width: 635px;
}

.news-story-text h4 {
	color: #3d0f4a;
	font-family: "myriad-pro-condensed",sans-serif;
	font-size:17px;
	font-weight:600;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.news-story-text h2 {
	font-size: 27px;
	font-weight: 700;
	line-height: 0.9;
	margin: 0;
	padding: 0 20px 0 0;
	text-transform: uppercase;
}

.news-story-text h2 a {
	color: #000000;
}

.event-details {
	color: #3d0f4a;
	font-weight: 700;
}

.news-pagination-wrap {
	padding: 0;
}

.newer { float: left; }

.older { float: right; }

/* shop pages */

.browse-container {
	border-bottom: 3px solid #000000;
	border-top: 3px solid #000000;
	margin-bottom: 30px;
	padding: 20px 0;
}

.browse-container ul {
	float: left;
	font-family: "myriad-pro-condensed",sans-serif;
	font-size:21px;
	font-weight:600;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.browse-container ul li {
	float: left;
	margin: 0 30px 0 0;
}

.browse-container ul li a {
	color: #000000;
}

.browse-container ul li a:hover, .browse-container ul li.current a  {
	color: #d2205c;
}

.browse-container select {
	float: right;
	margin-left: 20px;
}

/* home page */

.home #main-content-wrap {
	background: url('../img/dots.png') repeat-y 15px 0;
	margin-bottom: 44px;
	margin-top: 44px;
	}

#col-left {
	float:left;
	width:638px;
	}

#col-right {
	float:right;
	width:322px;
	}
	
.double-wrap {
	float:left;
	width:100%;
	}
	
.wrap-275 {
	float:left;
	padding:0 44px 49px 0;
	position: relative;
	width:275px;
	}

.free-download {
	left: 0;
	position: absolute;
	top: 0;
	width: 80px;
}

.wrap-275.first {
	clear: left;
}
	
.wrap-275.final {
	padding-bottom: 0;
	}
	
.wrap-275 .cat-no {
	display:block;
	font-size:10px;
	margin:8px 0 -3px;
	}
	
.wrap-275 h2 {
	color:#000000;
	font-size:20px;
	line-height: 1;
	margin:5px 0;
	padding:0 20px 0 0;
	text-transform:uppercase;
	}
	
.wrap-275 h3 {
	color:#3d0f4a;
	font-size:27px;
	font-weight:700;
	line-height:0.9;
	margin:0;
	padding:0 20px 0 0;
	text-transform:uppercase;
	}
	
.wrap-275 h4 {
	font-size:12px;
	font-weight:700;
	margin:0;
	text-transform:uppercase;
	}
	
.wrap-275 h5 {
	font-size:11px;
	font-weight: normal;
	margin:3px 0 0;
	text-transform:uppercase;
	}

.wrap-275 p {
	font-size:12px;
	margin:8px 0 5px;
	}

.wrap-275 p.listen-link {
	font-size:14px;
	font-style:italic;
	margin:3px 0 25px;
	}

.buy-btn {
	background:#3d0f4a;
	color:#ffffff;
	font-family: "myriad-pro-condensed",sans-serif;
	font-size:20px;
	font-weight:600;
	padding:5px 20px;
	text-decoration:none;
	text-transform:uppercase;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	/*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background:-webkit-gradient(linear, left top, left bottom, from(#5F1772), to(#3d0f4a));
	background:-moz-linear-gradient(top,  #5F1772,  #3d0f4a);
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;*/
	}

.buy-btn:active {
	position:relative;
	/*top:1px;*/
}

.buy-btn:hover {
	background:#d2205c;
	/*background:-webkit-gradient(linear, left top, left bottom, from(#4D135D), to(#2A0A33));
	background:-moz-linear-gradient(top,  #4D135D,  #2A0A33);*/
}

.wrap-275 .buy-btn {
	display: block;
	margin-top: 14px;
	text-align: center;
	width: 180px;
}
	
#col-right h2 {
	border-bottom:3px solid #000000;
	clear:both;
	font-size:24px;
	font-weight:700;
	margin-left:44px;
	text-transform:uppercase;
	}
	
#col-right h2 a {
	color: #000000;
	}
	
.wrap-117 {
	float:left;
	padding:0 0 44px 44px;
	width:117px;
	}
	
.wrap-117.first {
	clear: left;
	}
	
.wrap-117.final {
	padding-bottom: 0;
	}
		
.wrap-117 .cat-no {
	display:block;
	font-size:10px;
	margin:8px 0 -3px;
	}
	
#col-right .wrap-117 h2 {
	border-bottom:0;
	color:#000000;
	font-size:13px;
	font-weight:600;
	line-height:1;
	margin:5px 0;
	text-transform:uppercase;
	}
	
.wrap-117 h3 {
	color:#3d0f4a;
	font-size:15px;
	font-weight:700;
	line-height:0.9;
	margin:0;
	text-transform:uppercase;
	}
	
.wrap-117 h5 {
	font-size:11px;
	font-weight: normal;
	margin:3px 0 0;
	text-transform:uppercase;
	}

.wrap-117 .buy-btn {
	display:block;
	font-size:13px;
	margin-top:10px;
	padding:5px 0;
	text-align:center;
}

.woocommerce-tabs {
	width: 100%;
}

#mailing-list-wrapper {
	background: #d2205c;
	float: left;
	min-width: 100%;
}

#mailing-list-wrapper .wrap {
	padding: 15px 0;
}

#mailing-list-wrapper .wrap h3 {
	display: inline;
	float: left;
	font-size: 18px;
	line-height: 26px;
	margin: 0 25px 0 0;
	text-transform: uppercase;
}

#mailing-list-wrapper .wrap form {
	float: left;
	height: 26px;
}

#mailing-list-wrapper .wrap form input.email {
	border: 0;
	border-radius: 3px;
	float: left;
	height: 18px;
	margin: 0 25px 0 0;
	padding: 4px 7px 3px;
}

#mailing-list-wrapper .wrap form input.button {
	background: none;
	color: #000000;
	float: left;
	font-size: 18px;
	line-height: 26px;
	height: 26px;
	padding: 0;
	margin:0;
	cursor:pointer;
	position:relative;
	overflow:visible;
	text-decoration:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	left:auto;
	text-shadow:none;
	border: none;
	white-space:nowrap;
	display:inline-block;
	font-family: "myriad-pro-condensed",sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

#mailing-list-wrapper .wrap form input.button:hover {
	color: #ffffff;
}

/* contact page */

.wpcf7-submit {
	font-size:100%;
	margin:0;
	line-height:1em;
	cursor:pointer;
	position:relative;
	overflow:visible;
	text-decoration:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	left:auto;
	color: #ffffff;
	text-shadow:none;
	border: none;
	background: #3b0f4d;
	white-space:nowrap;
	display:inline-block;
	font-family: "myriad-pro-condensed",sans-serif;
	font-size: 20px;
	font-weight: 600;
	padding: 5px 20px;
	text-transform: uppercase;
}

.wpcf7-submit:hover {background:#d2205c;}

.your-recipient { margin: 4px 0 0; }

.wpcf7-text, .wpcf7-textarea {
	background: #ffffff;
	border: none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color: #000000;
	font-family: "nimbus-sans", Arial, sans-serif;
	font-size: 11px;
	margin: 4px 0 0;
	padding: 4px 24px 3px 7px;
	width: 50%;
}

.wpcf7-text { height: 18px; }

/* login page */

#loginform-custom .input {
	background: #ffffff;
	border: 0;
	border-radius: 3px;
	height: 18px;
	margin: 0 0 0 25px;
	padding: 4px 7px 3px;
}

#loginform-custom .button-primary {
	font-size:100%;
	margin:0;
	line-height:1em;
	cursor:pointer;
	position:relative;
	overflow:visible;
	text-decoration:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	left:auto;
	color: #ffffff;
	text-shadow:none;
	border: none;
	background: #3b0f4d;
	white-space:nowrap;
	display:inline-block;
	font-family: "myriad-pro-condensed",sans-serif;
	font-size: 20px;
	font-weight: 600;
	padding: 5px 20px;
	text-transform: uppercase;
}

#loginform-custom .button-primary:hover {background:#d2205c;}
	
footer {
	background:#000000;
	color:#ffffff;
	font-weight:300;
	line-height:1.6;
	padding:44px 0;

    /*position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;*/
}

footer .wrap { background:url('../img/fk-footer.png') no-repeat 790px 10px; }

footer a { color:#5B5C5D; }

footer a:hover { border-bottom:1px dotted #5b5c5d; color:#e4e6e7; }

footer ul {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0 44px 0 0;
	width:275px;	
}

footer span { color:#e4e6e7; float:right; padding-top:53px; }

/* ==========================================================================
   WooCommerce original styles
   ========================================================================== */

/*.woocommerce-message,.woocommerce-error,.woocommerce-info {
	padding:.55em 1em .55em 3em;
	margin:0 0 2em;
	position:relative;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background:0;
	color:#666666;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
	-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
	text-shadow:0 1px 0 #ffffff;
	list-style:none outside;
	width:auto;
}

.woocommerce-message:before,.woocommerce-error:before,.woocommerce-info:before {
	content:"";
	height:16px;
	width:16px;
	display:block;
	position:absolute;
	top:.8em;
	left:1em;
	background-color:white;
	-webkit-border-radius:1em;
	-moz-border-radius:1em;
	border-radius:1em;
}

.woocommerce-message:before {
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGCAYAAAAPDoR2AAAAN0lEQVQIHXWMQQ4AMAjCxv7/ZxZIanbYPIhSUbbXo2Jqf0BsA4mjgU1ioAVpSSrDVbPzFgPt7QH7qwoJ3MDCYgAAAABJRU5ErkJggg==) center no-repeat #8fae1b;
}

.woocommerce-info:before {
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAFCAYAAABvsz2cAAAAG0lEQVQIHWP8DwQMQMACxIwwBliECcQDATgDAMHrBQqJ6tMZAAAAAElFTkSuQmCC) center no-repeat #18919c;
}

.woocommerce-error:before {
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAFCAYAAABvsz2cAAAAHUlEQVQIHWP8DwQMQMAEIkAAzmABchhBIiAGWA0Ar6MFCigWCYMAAAAASUVORK5CYII=) center no-repeat #b81c23;
}*/

p.demo_store {
	position:fixed;
	top:0;
	left:0;
	right:0;
	margin:0;
	width:100%;
	font-size:1em;
	padding:.5em 0;
	text-align:center;
	background:0;
	border:1px solid #1a0620;
	color:#c284d4;
	z-index:99998;
	box-shadow:inset 0 0 0 3px rgba(255,255,255,0.2);
	-webkit-box-shadow:inset 0 0 0 3px rgba(255,255,255,0.2);
	-moz-box-shadow:inset 0 0 0 3px rgba(255,255,255,0.2);
}

.admin-bar p.demo_store {
	top:28px;
}

.woocommerce small.note,.woocommerce-page small.note {
	display:block;
	color:#777777;
	font-size:11px;
	line-height:21px;
	margin-top:10px;
}

.woocommerce .woocommerce-breadcrumb,.woocommerce-page .woocommerce-breadcrumb {
	margin:0 0 1em;
	padding:0;
	font-size:.92em;
	color:#000000;
}

.woocommerce .woocommerce-breadcrumb a,.woocommerce-page .woocommerce-breadcrumb a {
	color:#000000;
}

.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1 {
	float:left;
	width:48%;
}

.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2 {
	float:right;
	width:48%;
}

.woocommerce div.product,.woocommerce #content div.product,.woocommerce-page div.product,.woocommerce-page #content div.product {
	margin-bottom:0;
	position:relative;
}

.woocommerce div.product .product_title,.woocommerce #content div.product .product_title,.woocommerce-page div.product .product_title,.woocommerce-page #content div.product .product_title {
	clear:none;
	margin-top:0;
	padding:0;
}

.woocommerce div.product span.price,.woocommerce div.product p.price,.woocommerce #content div.product span.price,.woocommerce #content div.product p.price,.woocommerce-page div.product span.price,.woocommerce-page div.product p.price,.woocommerce-page #content div.product span.price,.woocommerce-page #content div.product p.price {
	color:#000000;
	font-size:1.25em;
}

.woocommerce div.product span.price ins,.woocommerce div.product p.price ins,.woocommerce #content div.product span.price ins,.woocommerce #content div.product p.price ins,.woocommerce-page div.product span.price ins,.woocommerce-page div.product p.price ins,.woocommerce-page #content div.product span.price ins,.woocommerce-page #content div.product p.price ins {
	background:inherit;
}

.woocommerce div.product span.price del,.woocommerce div.product p.price del,.woocommerce #content div.product span.price del,.woocommerce #content div.product p.price del,.woocommerce-page div.product span.price del,.woocommerce-page div.product p.price del,.woocommerce-page #content div.product span.price del,.woocommerce-page #content div.product p.price del {
	font-size:.67em;
	color:rgba(0,0,0,0.5);
}

.woocommerce div.product p.stock,.woocommerce #content div.product p.stock,.woocommerce-page div.product p.stock,.woocommerce-page #content div.product p.stock {
	font-size:.92em;
}

.woocommerce div.product .out-of-stock,.woocommerce #content div.product .out-of-stock,.woocommerce-page div.product .out-of-stock,.woocommerce-page #content div.product .out-of-stock {
	color:red;
}

.woocommerce div.product div.images,.woocommerce #content div.product div.images,.woocommerce-page div.product div.images,.woocommerce-page #content div.product div.images {
	float:left;
	width:48%;
	margin-bottom:2em;
}

.woocommerce div.product div.images img,.woocommerce #content div.product div.images img,.woocommerce-page div.product div.images img,.woocommerce-page #content div.product div.images img {
	display:block;
	width:100%;
	height:auto;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);
	/*-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;*/
}

.woocommerce div.product div.images div.thumbnails,.woocommerce #content div.product div.images div.thumbnails,.woocommerce-page div.product div.images div.thumbnails,.woocommerce-page #content div.product div.images div.thumbnails {
	padding-top: 12px;
}

.woocommerce div.product div.images div.thumbnails a,.woocommerce #content div.product div.images div.thumbnails a,.woocommerce-page div.product div.images div.thumbnails a,.woocommerce-page #content div.product div.images div.thumbnails a {
	float:left;
	/*width:30.75%;
	margin-right:3.8%;*/
	width: 22%;
	margin-right: 4%;
	margin-bottom: 12px;
}

.woocommerce div.product div.summary,.woocommerce #content div.product div.summary,.woocommerce-page div.product div.summary,.woocommerce-page #content div.product div.summary {
	float:right;
	width:48%;
	margin-bottom:2em;
}

.woocommerce div.product div.social,.woocommerce #content div.product div.social,.woocommerce-page div.product div.social,.woocommerce-page #content div.product div.social {
	text-align:right;
	margin:0 0 1em;
}

.woocommerce div.product div.social span,.woocommerce #content div.product div.social span,.woocommerce-page div.product div.social span,.woocommerce-page #content div.product div.social span {
	margin:0 0 0 2px;
}

.woocommerce div.product div.social span .stButton .chicklets,.woocommerce #content div.product div.social span .stButton .chicklets,.woocommerce-page div.product div.social span .stButton .chicklets,.woocommerce-page #content div.product div.social span .stButton .chicklets {
	padding-left:16px;
	width:0;
}

.woocommerce div.product div.social iframe,.woocommerce #content div.product div.social iframe,.woocommerce-page div.product div.social iframe,.woocommerce-page #content div.product div.social iframe {
	float:left;
	margin-top:3px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce #content div.product .woocommerce-tabs ul.tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
	list-style:none;
	padding:0;
	margin:0 0 1.618em;
	overflow:hidden;
	position:relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	/*border:1px solid #e6e6e6;*/
	background:0;
	display:inline-block;
	position:relative;
	z-index:0;
	font-family: "myriad-pro-condensed",sans-serif;
	font-size: 22px;
    font-weight: 700;
	/*-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	box-shadow:0 3px 3px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.6);*/
	margin:0;
	padding:0 1em 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
	display:inline-block;
	padding:.5em 0;
	font-weight:bold;
	color:#666666;
	/*text-shadow:0 1px 0 rgba(255,255,255,0.8);*/
	text-decoration:none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover {
	text-decoration:none;
	color:#3d0f4a;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
	color:#000000;
	z-index:2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
	color:inherit;
	text-shadow:inherit;
}

/*.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before {
	box-shadow:2px 2px 0 #3d0f4a;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after {
	box-shadow:-2px 2px 0 #3d0f4a;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	border:1px solid #e6e6e6;
	position:absolute;
	bottom:-1px;
	width:5px;
	height:5px;
	content:" ";
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
	left:-6px;
	-webkit-border-bottom-right-radius:4px;
	-mox-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	border-width:0 1px 1px 0;
	box-shadow:2px 2px 0 #e6e6e6;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	right:-6px;
	-webkit-border-bottom-left-radius:4px;
	-mox-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	border-width:0 0 1px 1px;
	box-shadow:-2px 2px 0 #e6e6e6;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
	position:absolute;
	content:" ";
	width:100%;
	bottom:0;
	left:0;
	border-bottom:1px solid #e6e6e6;
	z-index:1;
}*/

.woocommerce div.product .woocommerce-tabs .panel,.woocommerce #content div.product .woocommerce-tabs .panel,.woocommerce-page div.product .woocommerce-tabs .panel,.woocommerce-page #content div.product .woocommerce-tabs .panel {
	margin:0 0 2em;
	padding:0;
}

.woocommerce div.product form.cart,.woocommerce #content div.product form.cart,.woocommerce-page div.product form.cart,.woocommerce-page #content div.product form.cart {
	margin-bottom:2em;
}

.woocommerce div.product form.cart div.quantity,.woocommerce #content div.product form.cart div.quantity,.woocommerce-page div.product form.cart div.quantity,.woocommerce-page #content div.product form.cart div.quantity {
	float:left;
	margin:0 4px 0 0;
}

.woocommerce div.product form.cart table,.woocommerce #content div.product form.cart table,.woocommerce-page div.product form.cart table,.woocommerce-page #content div.product form.cart table {
	border-width:0 0 1px;
}

.woocommerce div.product form.cart table td,.woocommerce #content div.product form.cart table td,.woocommerce-page div.product form.cart table td,.woocommerce-page #content div.product form.cart table td {
	padding-left:0;
}

.woocommerce div.product form.cart table div.quantity,.woocommerce #content div.product form.cart table div.quantity,.woocommerce-page div.product form.cart table div.quantity,.woocommerce-page #content div.product form.cart table div.quantity {
	float:none;
	margin:0;
}

.woocommerce div.product form.cart table small.stock,.woocommerce #content div.product form.cart table small.stock,.woocommerce-page div.product form.cart table small.stock,.woocommerce-page #content div.product form.cart table small.stock {
	display:block;
	float:none;
}

.woocommerce div.product form.cart .variations select,.woocommerce #content div.product form.cart .variations select,.woocommerce-page div.product form.cart .variations select,.woocommerce-page #content div.product form.cart .variations select {
	width:100%;
	float:left;
}

.woocommerce div.product form.cart .variations td.label,.woocommerce #content div.product form.cart .variations td.label,.woocommerce-page div.product form.cart .variations td.label,.woocommerce-page #content div.product form.cart .variations td.label {
	padding-right:1em;
}

.woocommerce div.product form.cart .button,.woocommerce #content div.product form.cart .button,.woocommerce-page div.product form.cart .button,.woocommerce-page #content div.product form.cart .button {
	vertical-align:middle;
	float:left;
}

.woocommerce div.product form.cart .group_table td.label,.woocommerce #content div.product form.cart .group_table td.label,.woocommerce-page div.product form.cart .group_table td.label,.woocommerce-page #content div.product form.cart .group_table td.label {
	padding-right:1em;
	padding-left:1em;
}

.woocommerce span.onsale,.woocommerce-page span.onsale {
	min-height:32px;
	min-width:32px;
	padding:4px;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	text-align:center;
	line-height:32px;
	top:6px;
	left:6px;
	margin:0;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background:0;
	text-shadow:0 -1px 0 #000000;
	color:#999999;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2);
}

.woocommerce .products ul,.woocommerce ul.products,.woocommerce-page .products ul,.woocommerce-page ul.products, ul.products {
	margin:0;
	padding:0;
	list-style:none outside;
	clear:both;
}

.woocommerce .related ul.products li.product img,.woocommerce .related ul li.product img,.woocommerce .upsells.products ul.products li.product img,.woocommerce .upsells.products ul li.product img,.woocommerce-page .related ul.products li.product img,.woocommerce-page .related ul li.product img,.woocommerce-page .upsells.products ul.products li.product img,.woocommerce-page .upsells.products ul li.product img {
	width:100%;
	height:auto;
}

.woocommerce ul.products li.product,.woocommerce-page ul.products li.product {
	float:left;
	margin:0 3.8% 2.992em 0;
	padding:0;
	position:relative;
	width:22.05%;
	margin-left:0;
}

.woocommerce ul.products li.product .onsale,.woocommerce-page ul.products li.product .onsale {
	top:0;
	right:0;
	left:auto;
	margin:-6px -6px 0 0;
}

.woocommerce ul.products li.product h3,.woocommerce-page ul.products li.product h3 {
	padding:.5em 0;
	margin:0;
	font-size:1em;
}

.woocommerce ul.products li.product a,.woocommerce-page ul.products li.product a {
	text-decoration:none;
}

.woocommerce ul.products li.product a img,.woocommerce-page ul.products li.product a img {
	width:100%;
	height:auto;
	display:block;
	margin:0 0 8px;
	/*box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;*/
}

/*.woocommerce ul.products li.product a:hover img,.woocommerce-page ul.products li.product a:hover img {
	box-shadow:0 1px 3px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.4);
	-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,0.4);
}*/

.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price {
	color:#000000;
	display:block;
	font-weight:normal;
	margin-bottom:.5em;
}

.woocommerce ul.products li.product .price del,.woocommerce-page ul.products li.product .price del {
	font-size:.67em;
	color:rgba(0,0,0,0.5);
	margin:-2px 0 0;
}

.woocommerce ul.products li.product .price ins,.woocommerce-page ul.products li.product .price ins {
	background:none;
}

.woocommerce ul.products li.product .price .from,.woocommerce-page ul.products li.product .price .from {
	font-size:.67em;
	margin:-2px 0 0;
	text-transform:uppercase;
	color:rgba(0,0,0,0.5);
}

.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count {
	float:left;
	margin:0 0 1em;
}

.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering {
	margin:0 0 1em;
	float:right;
}

.woocommerce nav.woocommerce-pagination,.woocommerce #content nav.woocommerce-pagination,.woocommerce-page nav.woocommerce-pagination,.woocommerce-page #content nav.woocommerce-pagination {
	text-align:center;
}

.woocommerce nav.woocommerce-pagination ul,.woocommerce #content nav.woocommerce-pagination ul,.woocommerce-page nav.woocommerce-pagination ul,.woocommerce-page #content nav.woocommerce-pagination ul {
	display:inline-block;
	white-space:nowrap;
	clear:both;
	/*border:1px solid #e6e6e6;*/
	border-right:0;
	margin:1px;
}

.woocommerce nav.woocommerce-pagination ul li,.woocommerce #content nav.woocommerce-pagination ul li,.woocommerce-page nav.woocommerce-pagination ul li,.woocommerce-page #content nav.woocommerce-pagination ul li {
	/*border-right:1px solid #e6e6e6;*/
	padding:0;
	margin:0;
	float:left;
	display:inline;
	overflow:hidden;
}

.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span,.woocommerce #content nav.woocommerce-pagination ul li a,.woocommerce #content nav.woocommerce-pagination ul li span,.woocommerce-page nav.woocommerce-pagination ul li a,.woocommerce-page nav.woocommerce-pagination ul li span,.woocommerce-page #content nav.woocommerce-pagination ul li a,.woocommerce-page #content nav.woocommerce-pagination ul li span {
	margin:0;
	text-decoration:none;
	line-height:1em;
	font-size:1em;
	font-weight:normal;
	padding:.5em;
	min-width:1em;
	display:block;
	color: #000000;
}

.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce #content nav.woocommerce-pagination ul li span.current,.woocommerce #content nav.woocommerce-pagination ul li a:hover,.woocommerce #content nav.woocommerce-pagination ul li a:focus,.woocommerce-page nav.woocommerce-pagination ul li span.current,.woocommerce-page nav.woocommerce-pagination ul li a:hover,.woocommerce-page nav.woocommerce-pagination ul li a:focus,.woocommerce-page #content nav.woocommerce-pagination ul li span.current,.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,.woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
	/*background:#ffffff;
	color:#999999;*/
	text-decoration: underline;
}

.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.woocommerce #content input.button,.woocommerce-page a.button,.woocommerce-page button.button,.woocommerce-page input.button,.woocommerce-page #respond input#submit,.woocommerce-page #content input.button {
	font-size:100%;
	margin:0;
	line-height:1em;
	cursor:pointer;
	position:relative;
	overflow:visible;
	text-decoration:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	left:auto;
	color: #ffffff;
	text-shadow:none;
	border: none;
	background: #3b0f4d;
	white-space:nowrap;
	display:inline-block;
	font-family: "myriad-pro-condensed",sans-serif;
	font-size: 20px;
	font-weight: 600;
	padding: 5px 20px;
	text-transform: uppercase;
}

.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading,.woocommerce #respond input#submit.loading,.woocommerce #content input.button.loading,.woocommerce-page a.button.loading,.woocommerce-page button.button.loading,.woocommerce-page input.button.loading,.woocommerce-page #respond input#submit.loading,.woocommerce-page #content input.button.loading {
	color:#808080;
	border:1px solid #ffffff;
}

.woocommerce a.button.loading:before,.woocommerce button.button.loading:before,.woocommerce input.button.loading:before,.woocommerce #respond input#submit.loading:before,.woocommerce #content input.button.loading:before,.woocommerce-page a.button.loading:before,.woocommerce-page button.button.loading:before,.woocommerce-page input.button.loading:before,.woocommerce-page #respond input#submit.loading:before,.woocommerce-page #content input.button.loading:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:url(../images/ajax-loader.gif) center no-repeat rgba(255,255,255,0.65);
}

.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover,.woocommerce #content input.button:hover,.woocommerce-page a.button:hover,.woocommerce-page button.button:hover,.woocommerce-page input.button:hover,.woocommerce-page #respond input#submit:hover,.woocommerce-page #content input.button:hover {
	background:#d2205c;
}

.woocommerce a.button:active,.woocommerce button.button:active,.woocommerce input.button:active,.woocommerce #respond input#submit:active,.woocommerce #content input.button:active,.woocommerce-page a.button:active,.woocommerce-page button.button:active,.woocommerce-page input.button:active,.woocommerce-page #respond input#submit:active,.woocommerce-page #content input.button:active {
	/*top:1px;*/
}

.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit.alt,.woocommerce #content input.button.alt,.woocommerce-page a.button.alt,.woocommerce-page button.button.alt,.woocommerce-page input.button.alt,.woocommerce-page #respond input#submit.alt,.woocommerce-page #content input.button.alt {
	background:0;
	border-color:#000000;
	color:#c284d4;
	text-shadow:0 -1px 0 rgba(0,0,0,0.6);
}

.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce #content input.button.alt:hover,.woocommerce-page a.button.alt:hover,.woocommerce-page button.button.alt:hover,.woocommerce-page input.button.alt:hover,.woocommerce-page #respond input#submit.alt:hover,.woocommerce-page #content input.button.alt:hover {
	background:#d2205c;
	/*background:-webkit-gradient(linear, left top, left bottom, from(#4D135D), to(#2A0A33));
	background:-moz-linear-gradient(top,  #4D135D,  #2A0A33);*/
	text-shadow: none;
}

.woocommerce a.added_to_cart,.woocommerce-page a.added_to_cart {
	background:url(../images/success.png) no-repeat left;
	background-size:16px 14px;
	padding:0 0 0 22px;
	white-space:nowrap;
	display:inline-block;
}

.woocommerce .quantity,.woocommerce #content .quantity,.woocommerce-page .quantity,.woocommerce-page #content .quantity {
	width:60px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
}

.woocommerce .quantity input.qty,.woocommerce #content .quantity input.qty,.woocommerce-page .quantity input.qty,.woocommerce-page #content .quantity input.qty {
	width:40px;
	height:28px;
	float:left;
	padding:0;
	text-align:center;
	border:1px solid #cccccc;
	border-right:0;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	box-shadow:inset 0 0 2px 0 #ffffff;
	-webkit-box-shadow:inset 0 0 2px 0 #ffffff;
	-moz-box-shadow:inset 0 0 2px 0 #ffffff;
	font-weight:bold;
	-webkit-border-top-left-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-bottomleft:2px;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
}

.woocommerce .quantity noindex:-o-prefocus,.woocommerce .quantity input[type=number],.woocommerce #content .quantity noindex:-o-prefocus,.woocommerce #content .quantity input[type=number],.woocommerce-page .quantity noindex:-o-prefocus,.woocommerce-page .quantity input[type=number],.woocommerce-page #content .quantity noindex:-o-prefocus,.woocommerce-page #content .quantity input[type=number] {
	padding-right:1.2em;
}

.woocommerce .quantity .plus,.woocommerce .quantity .minus,.woocommerce #content .quantity .plus,.woocommerce #content .quantity .minus,.woocommerce-page .quantity .plus,.woocommerce-page .quantity .minus,.woocommerce-page #content .quantity .plus,.woocommerce-page #content .quantity .minus {
	display:block;
	padding:0;
	margin:0;
	position:absolute;
	text-align:center;
	vertical-align:text-top;
	width:20px;
	height:15px;
	overflow:visible;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	line-height:13px;
	font-size:12px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#666666;
	text-shadow:0 1px 0 rgba(255,255,255,0.8);
	border:1px solid #cccccc;
	background:0;
	-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
	box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
}

.woocommerce .quantity .plus:hover,.woocommerce .quantity .minus:hover,.woocommerce #content .quantity .plus:hover,.woocommerce #content .quantity .minus:hover,.woocommerce-page .quantity .plus:hover,.woocommerce-page .quantity .minus:hover,.woocommerce-page #content .quantity .plus:hover,.woocommerce-page #content .quantity .minus:hover {
	/*background:0;*/
}

.woocommerce .quantity .plus,.woocommerce #content .quantity .plus,.woocommerce-page .quantity .plus,.woocommerce-page #content .quantity .plus {
	top:0;
	right:0;
	border-bottom:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}

.woocommerce .quantity .minus,.woocommerce #content .quantity .minus,.woocommerce-page .quantity .minus,.woocommerce-page #content .quantity .minus {
	bottom:0;
	right:0;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	border-top-left-radius:0;
	border-top-right-radius:0;
}

.woocommerce #reviews h2 small,.woocommerce-page #reviews h2 small {
	float:right;
	color:#777777;
	font-size:15px;
	line-height:21px;
	margin:10px 0 0;
}

.woocommerce #reviews h2 small a,.woocommerce-page #reviews h2 small a {
	text-decoration:none;
	color:#777777;
}

.woocommerce #reviews #respond,.woocommerce-page #reviews #respond {
	margin:0;
	border:0;
	padding:0;
}

.woocommerce #reviews #comment,.woocommerce-page #reviews #comment {
	height:75px;
}

.woocommerce #reviews #comments h2,.woocommerce-page #reviews #comments h2 {
	clear:none;
}

.woocommerce #reviews #comments ol.commentlist,.woocommerce-page #reviews #comments ol.commentlist {
	margin:0;
	width:100%;
	background:none;
	list-style:none;
}

.woocommerce #reviews #comments ol.commentlist li,.woocommerce-page #reviews #comments ol.commentlist li {
	padding:00;
	margin:0 0 20px;
	position:relative;
	background:0;
	border:0;
}

.woocommerce #reviews #comments ol.commentlist li .meta,.woocommerce-page #reviews #comments ol.commentlist li .meta {
	color:#777777;
	font-size:.75em;
}

.woocommerce #reviews #comments ol.commentlist li img,.woocommerce-page #reviews #comments ol.commentlist li img {
	float:left;
	position:absolute;
	top:0;
	left:0;
	padding:3px;
	width:32px;
	height:auto;
	background:#ffffff;
	border:1px solid #f7f7f7;
	margin:0;
	line-height:1;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	margin:0 0 0 50px;
	border:1px solid #f7f7f7;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:1em 1em 0;
}

.woocommerce #reviews #comments .commentlist > li:before,.woocommerce-page #reviews #comments .commentlist > li:before {
	content:"";
}

.woocommerce .star-rating,.woocommerce-page .star-rating {
	float:right;
	overflow:hidden;
	position:relative;
	height:1em;
	line-height:1em;
	font-size:1em;
	width:5.4em;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

.woocommerce .star-rating:before,.woocommerce-page .star-rating:before {
	content:"\2606\2606\2606\2606\2606";
	color:#e6e6e6;
	float:left;
	top:0;
	left:0;
	position:absolute;
	letter-spacing:0 \9;
}

.woocommerce .star-rating span,.woocommerce-page .star-rating span {
	overflow:hidden;
	float:left;
	top:0;
	left:0;
	position:absolute;
	padding-top:1.5em;
}

.woocommerce .star-rating span:before,.woocommerce-page .star-rating span:before {
	content:"\2605\2605\2605\2605\2605";
	top:0;
	position:absolute;
	left:0;
	letter-spacing:0 \9;
}

.woocommerce .products .star-rating,.woocommerce-page .products .star-rating {
	display:block;
	margin:0 0 .5em;
	float:none;
}

.woocommerce .hreview-aggregate .star-rating,.woocommerce-page .hreview-aggregate .star-rating {
	margin:10px 0 0;
}

.woocommerce #review_form #respond,.woocommerce-page #review_form #respond {
	position:static;
	margin:0;
	width:auto;
	padding:0;
	background:transparent none;
	border:0;
}

.woocommerce #review_form #respond p,.woocommerce-page #review_form #respond p {
	margin:0 0 10px;
}

.woocommerce #review_form #respond .form-submit input,.woocommerce-page #review_form #respond .form-submit input {
	left:auto;
}

.woocommerce #review_form #respond textarea,.woocommerce-page #review_form #respond textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
}

.woocommerce p.stars,.woocommerce-page p.stars {
	overflow:hidden;
	position:relative;
	height:1em;
	line-height:1em;
	font-size:1em;
	width:5.4em;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

.woocommerce p.stars:before,.woocommerce-page p.stars:before {
	content:"\2606\2606\2606\2606\2606";
	float:left;
	top:0;
	left:0;
	position:absolute;
	letter-spacing:0 \9;
	color:#e6e6e6;
}

.woocommerce p.stars a,.woocommerce-page p.stars a {
	float:left;
	position:absolute;
	left:0;
	top:0;
	width:1em;
	height:0;
	padding-top:1em;
	overflow:hidden;
}

.woocommerce p.stars a:before,.woocommerce-page p.stars a:before {
	content:"\2605\2605\2605\2605\2605";
	top:0;
	position:absolute;
	left:0;
	letter-spacing:0 \9;
	visibility:hidden;
}

.woocommerce p.stars a.star-1,.woocommerce-page p.stars a.star-1 {
	width:1em;
	z-index:10;
}

.woocommerce p.stars a.star-2,.woocommerce-page p.stars a.star-2 {
	width:2.1em;
	z-index:9;
}

.woocommerce p.stars a.star-3,.woocommerce-page p.stars a.star-3 {
	width:3.2em;
	z-index:8;
}

.woocommerce p.stars a.star-4,.woocommerce-page p.stars a.star-4 {
	width:4.3em;
	z-index:7;
}

.woocommerce p.stars a.star-5,.woocommerce-page p.stars a.star-5 {
	width:5.4em;
	z-index:6;
}

.woocommerce table.shop_attributes,.woocommerce-page table.shop_attributes {
	border:0;
	border-top:1px dotted rgba(0,0,0,0.1);
	margin-bottom:1.618em;
	width:100%;
}

.woocommerce table.shop_attributes th,.woocommerce-page table.shop_attributes th {
	width:150px;
	font-weight:bold;
	padding:8px;
	border-top:0;
	border-bottom:1px dotted rgba(0,0,0,0.1);
	margin:0;
	line-height:1.5em;
}

.woocommerce table.shop_attributes td,.woocommerce-page table.shop_attributes td {
	font-style:italic;
	padding:0;
	border-top:0;
	border-bottom:1px dotted rgba(0,0,0,0.1);
	margin:0;
	line-height:1.5em;
}

.woocommerce table.shop_attributes td p,.woocommerce-page table.shop_attributes td p {
	margin:0;
	padding:8px 0;
}

.woocommerce table.shop_attributes .alt td,.woocommerce table.shop_attributes .alt th,.woocommerce-page table.shop_attributes .alt td,.woocommerce-page table.shop_attributes .alt th {
	background:rgba(0,0,0,0.025);
}

.woocommerce table.shop_table,.woocommerce-page table.shop_table {
	border:1px solid rgba(0,0,0,0.3);
	margin:0 -1px 24px 0;
	text-align:left;
	width:100%;
	border-collapse:separate;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.woocommerce table.shop_table th,.woocommerce-page table.shop_table th {
	font-weight:bold;
	line-height:18px;
	padding:9px 12px;
}

.woocommerce table.shop_table td,.woocommerce-page table.shop_table td {
	border-top:1px solid rgba(0,0,0,0.3);
	padding:6px 12px;
	vertical-align:middle;
}

.woocommerce table.shop_table td small,.woocommerce-page table.shop_table td small {
	font-weight:normal;
}

.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th,.woocommerce-page table.shop_table tfoot td,.woocommerce-page table.shop_table tfoot th {
	font-weight:bold;
	border-top:1px solid rgba(0,0,0,0.3);
}

.woocommerce table.my_account_orders,.woocommerce-page table.my_account_orders {
	font-size:.85em;
}

.woocommerce table.my_account_orders th,.woocommerce table.my_account_orders td,.woocommerce-page table.my_account_orders th,.woocommerce-page table.my_account_orders td {
	padding:4px 8px;
	vertical-align:top;
}

.woocommerce td.product-name dl.variation,.woocommerce-page td.product-name dl.variation {
	margin:.25em 0 .5em;
	font-size:.8751em;
}

.woocommerce td.product-name dl.variation dt,.woocommerce-page td.product-name dl.variation dt {
	font-weight:bold;
	float:left;
	clear:left;
	margin:0 .25em 0 0;
	padding:0;
}

.woocommerce td.product-name dl.variation dd,.woocommerce-page td.product-name dl.variation dd {
	margin:0 0 .25em;
}

.woocommerce td.product-quantity,.woocommerce-page td.product-quantity {
	min-width:80px;
}

.woocommerce table.cart .product-thumbnail,.woocommerce #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail {
	min-width:32px;
}

.woocommerce table.cart img,.woocommerce #content table.cart img,.woocommerce-page table.cart img,.woocommerce-page #content table.cart img {
	width:32px;
	height:auto;
}

.woocommerce table.cart th,.woocommerce table.cart td,.woocommerce #content table.cart th,.woocommerce #content table.cart td,.woocommerce-page table.cart th,.woocommerce-page table.cart td,.woocommerce-page #content table.cart th,.woocommerce-page #content table.cart td {
	vertical-align:middle;
}

.woocommerce table.cart a.remove,.woocommerce #content table.cart a.remove,.woocommerce-page table.cart a.remove,.woocommerce-page #content table.cart a.remove {
	display:block;
	height:16px;
	width:16px;
	text-indent:-9999px;
	background:url('../img/remove.png') no-repeat 0 0;
}

.woocommerce table.cart a.remove:hover,.woocommerce #content table.cart a.remove:hover,.woocommerce-page table.cart a.remove:hover,.woocommerce-page #content table.cart a.remove:hover {
	background-position: 0 -16px;
}

.woocommerce table.cart td.actions,.woocommerce #content table.cart td.actions,.woocommerce-page table.cart td.actions,.woocommerce-page #content table.cart td.actions {
	text-align:right;
}

.woocommerce table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon .input-text {
	width:80px;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);
	border:1px solid #e6e6e6;
	padding:6px 6px 5px;
	margin:0 4px 0 0;
	outline:0;
	line-height:1em;
}

.woocommerce table.cart td.actions .button.alt,.woocommerce #content table.cart td.actions .button.alt,.woocommerce-page table.cart td.actions .button.alt,.woocommerce-page #content table.cart td.actions .button.alt {
	float:right;
	margin-left:.25em;
}

.woocommerce table.cart input,.woocommerce #content table.cart input,.woocommerce-page table.cart input,.woocommerce-page #content table.cart input {
	margin:0;
	vertical-align:middle;
	line-height:1em;
}

.woocommerce ul.cart_list,.woocommerce ul.product_list_widget,.woocommerce-page ul.cart_list,.woocommerce-page ul.product_list_widget {
	list-style:none outside;
	padding:0;
	margin:0;
}

.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li,.woocommerce-page ul.cart_list li,.woocommerce-page ul.product_list_widget li {
	padding:4px 0;
	margin:0;
	list-style:none;
}

.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a,.woocommerce-page ul.cart_list li a,.woocommerce-page ul.product_list_widget li a {
	display:block;
	font-weight:bold;
}

.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img {
	float:right;
	margin-left:4px;
	width:32px;
	height:auto;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);
}

.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl,.woocommerce-page ul.cart_list li dl,.woocommerce-page ul.product_list_widget li dl {
	margin:0;
	font-size:.8751em;
	padding-left:1em;
	border-left:2px solid rgba(0,0,0,0.1);
}

.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt,.woocommerce-page ul.cart_list li dl dt,.woocommerce-page ul.product_list_widget li dl dt {
	float:left;
	clear:left;
	margin-right:.25em;
}

.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd,.woocommerce-page ul.cart_list li dl dd,.woocommerce-page ul.product_list_widget li dl dd {
	margin-bottom:.5em;
}

.woocommerce .widget_shopping_cart .total,.woocommerce-page .widget_shopping_cart .total {
	border-top:3px double #ffffff;
	padding:4px 0 0;
}

.woocommerce .widget_shopping_cart .total strong,.woocommerce-page .widget_shopping_cart .total strong {
	min-width:40px;
	display:inline-block;
}

.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related {
	width:30.75%;
	float:left;
}

.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator {
	width:48%;
	text-align:right;
	margin:20px 0 0;
	clear:right;
	float:right;
}

.woocommerce .cart-collaterals .shipping_calculator .button,.woocommerce-page .cart-collaterals .shipping_calculator .button {
	width:100%;
	float:none;
	display:block;
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
	width:47%;
}

.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals {
	float:right;
	width:48%;
	text-align:right;
}

.woocommerce .cart-collaterals .cart_totals p small,.woocommerce-page .cart-collaterals .cart_totals p small {
	color:#777777;
	font-size:.83em;
}

.woocommerce .cart-collaterals .cart_totals table,.woocommerce-page .cart-collaterals .cart_totals table {
	border-collapse:separate;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:0 0 6px;
	padding:0;
}

.woocommerce .cart-collaterals .cart_totals table tr:first-child th,.woocommerce .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-page .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-page .cart-collaterals .cart_totals table tr:first-child td {
	border-top:0;
}

.woocommerce .cart-collaterals .cart_totals table td,.woocommerce .cart-collaterals .cart_totals table th,.woocommerce-page .cart-collaterals .cart_totals table td,.woocommerce-page .cart-collaterals .cart_totals table th {
	padding:6px 3px;
}

.woocommerce .cart-collaterals .cart_totals table small,.woocommerce-page .cart-collaterals .cart_totals table small {
	display:block;
	color:#777777;
}

.woocommerce .cart-collaterals .cart_totals tr td,.woocommerce .cart-collaterals .cart_totals tr th,.woocommerce-page .cart-collaterals .cart_totals tr td,.woocommerce-page .cart-collaterals .cart_totals tr th {
	border-top:1px solid #ffffff;
	padding:6px;
}

.woocommerce .cart-collaterals .cart_totals a.button.alt,.woocommerce-page .cart-collaterals .cart_totals a.button.alt {
	width:193px;
	display:block;
	font-size:.92em;
}

.woocommerce form .form-row,.woocommerce-page form .form-row {
	padding:3px;
	margin:0 0 6px;
}

.woocommerce form .form-row label.hidden,.woocommerce-page form .form-row label.hidden {
	visibility:hidden;
}

.woocommerce form .form-row select,.woocommerce-page form .form-row select {
	width:100%;
	cursor:pointer;
	margin:0;
}

.woocommerce form .form-row .required,.woocommerce-page form .form-row .required {
	color:red;
	font-weight:bold;
	border:0;
}

.woocommerce form .form-row .input-checkbox,.woocommerce-page form .form-row .input-checkbox {
	display:inline;
	margin:-2px 8px 0 0;
	text-align:center;
	vertical-align:middle;
}

.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox {
	display:inline;
}

.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce-page form .form-row input.input-text,.woocommerce-page form .form-row textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	margin:0;
	outline:0;
	line-height:1em;
}

.woocommerce form .form-row textarea,.woocommerce-page form .form-row textarea {
	height:3.5em;
	line-height:1.5em;
	display:block;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce-page form .form-row.woocommerce-validated input.input-text {
	background-image:url(../images/icons/valid.png);
	background-position:95% center;
	background-repeat:no-repeat;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce-page form .form-row.woocommerce-invalid input.input-text {
	background-image:url(../images/icons/invalid.png);
	background-position:95% center;
	background-repeat:no-repeat;
}

.woocommerce form .form-row.woocommerce-invalid .chzn-single,.woocommerce form .form-row.woocommerce-invalid .chzn-drop,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select,.woocommerce-page form .form-row.woocommerce-invalid .chzn-single,.woocommerce-page form .form-row.woocommerce-invalid .chzn-drop,.woocommerce-page form .form-row.woocommerce-invalid input.input-text,.woocommerce-page form .form-row.woocommerce-invalid select {
	border-color:#fb7f88;
}

.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last {
	float:left;
	width:47%;
	overflow:visible;
}

.woocommerce form.login,.woocommerce form.checkout_coupon,.woocommerce form.register,.woocommerce-page form.login,.woocommerce-page form.checkout_coupon,.woocommerce-page form.register {
	/*border:1px solid #e6e6e6;*/
	padding:0 0 10px;
	text-align:left;
	/*-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;*/
}

.woocommerce-checkout p { margin: 0; padding: 15px 0; }

.woocommerce ul#shipping_method,.woocommerce-page ul#shipping_method {
	list-style:none outside;
	margin:0;
	padding:0;
}

.woocommerce ul#shipping_method li,.woocommerce-page ul#shipping_method li {
	margin:0;
	padding:.25em 0 .25em 22px;
	text-indent:-22px;
	list-style:none outside;
}

.woocommerce .checkout .col-2 h3,.woocommerce-page .checkout .col-2 h3 {
	float:left;
	clear:none;
}

.woocommerce .checkout div.shipping-address,.woocommerce-page .checkout div.shipping-address {
	padding:0;
	clear:left;
	width:100%;
}

.woocommerce .checkout #shiptobilling,.woocommerce-page .checkout #shiptobilling {
	float:right;
	line-height:1.62em;
	margin:0;
	padding:0;
}

.woocommerce .checkout #shiptobilling label,.woocommerce-page .checkout #shiptobilling label {
	font-size:.6875em;
}

.woocommerce #payment,.woocommerce-page #payment {
	background:#ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.woocommerce #payment ul.payment_methods,.woocommerce-page #payment ul.payment_methods {
	text-align:left;
	padding:1em;
	border-bottom:1px solid #e6e6e6;
	margin:0;
	list-style:none outside;
}

.woocommerce #payment ul.payment_methods li,.woocommerce-page #payment ul.payment_methods li {
	line-height:2em;
	text-align:left;
	margin:0;
	font-weight:normal;
}

.woocommerce #payment ul.payment_methods li input,.woocommerce-page #payment ul.payment_methods li input {
	margin:0 1em 0 0;
}

.woocommerce #payment ul.payment_methods li img,.woocommerce-page #payment ul.payment_methods li img {
	vertical-align:middle;
	margin:-2px 0 0 .5em;
	position:relative;
}

.woocommerce #payment div.form-row,.woocommerce-page #payment div.form-row {
	padding:1em;
	border-top:1px solid #ffffff;
}

.woocommerce #payment #place_order,.woocommerce-page #payment #place_order {
	float:right;
	margin:0;
}

.woocommerce #payment .terms,.woocommerce-page #payment .terms {
	padding:0 1em;
	text-align:right;
}

.woocommerce #payment div.payment_box,.woocommerce-page #payment div.payment_box {
	position:relative;
	width:96%;
	padding:1em 2%;
	margin:1em 0;
	font-size:.92em;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	line-height:1.5em;
	background:0;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
	-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
	color:#666666;
	text-shadow:0 1px 0 rgba(255,255,255,0.8);
}

.woocommerce #payment div.payment_box span.help,.woocommerce-page #payment div.payment_box span.help {
	font-size:11px;
	color:#777777;
	line-height:13px;
	font-weight:normal;
}

.woocommerce #payment div.payment_box .form-row select,.woocommerce-page #payment div.payment_box .form-row select {
	width:48%;
	float:left;
	margin-right:3.8%;
}

.woocommerce #payment div.payment_box:after,.woocommerce-page #payment div.payment_box:after {
	content:"";
	display:block;
	border:8px solid #f2f2f2;
	border-right-color:transparent;
	border-left-color:transparent;
	border-top-color:transparent;
	position:absolute;
	top:-3px;
	left:0;
	margin:-1em 0 0 2em;
}

.woocommerce .order_details,.woocommerce-page .order_details {
	margin:0 0 1.5em;
	list-style:none;
}

.woocommerce .order_details li,.woocommerce-page .order_details li {
	float:left;
	margin-right:2em;
	text-transform:uppercase;
	font-size:.715em;
	line-height:1em;
	border-right:1px dashed #e6e6e6;
	padding-right:2em;
}

.woocommerce .order_details li strong,.woocommerce-page .order_details li strong {
	display:block;
	font-size:1.4em;
	text-transform:none;
	line-height:1.5em;
}

.woocommerce .order_details li:last-of-type,.woocommerce-page .order_details li:last-of-type {
	border:none;
}

.woocommerce ol.commentlist.notes li.note p.meta,.woocommerce-page ol.commentlist.notes li.note p.meta {
	font-weight:bold;
	margin-bottom:0;
}

.woocommerce ul.digital-downloads,.woocommerce-page ul.digital-downloads {
	margin-left:0;
	padding-left:0;
}

.woocommerce ul.digital-downloads li,.woocommerce-page ul.digital-downloads li {
	list-style:none;
	margin-left:0;
	padding-left:1.5em;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAQUlEQVQIHWP8//8/AwgwMjLWgxlQAijeCGIyIQtiYxNUwAjUhWI0uilMMLvQJUB8kBzYCmyKYGJwN8AEYDphJgIAPtccffZCsOoAAAAASUVORK5CYII=) left no-repeat;
}

.woocommerce .widget_layered_nav ul,.woocommerce-page .widget_layered_nav ul {
	margin:0;
	padding:0;
	border:0;
	list-style:none outside;
}

.woocommerce .widget_layered_nav ul li,.woocommerce-page .widget_layered_nav ul li {
	padding:0 0 1px;
	list-style:none;
}

.woocommerce .widget_layered_nav ul li a,.woocommerce .widget_layered_nav ul li span,.woocommerce-page .widget_layered_nav ul li a,.woocommerce-page .widget_layered_nav ul li span {
	padding:1px 0;
	float:left;
}

.woocommerce .widget_layered_nav ul li.chosen a,.woocommerce-page .widget_layered_nav ul li.chosen a {
	padding:0 6px 0 18px;
	border:1px solid #3d0f4a;
	background:#3d0f4a url(../images/cross_white.png) no-repeat 6px center;
	box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;
	-webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;
	-moz-box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;
	color:#c284d4;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.woocommerce .widget_layered_nav ul small.count,.woocommerce-page .widget_layered_nav ul small.count {
	float:right;
	margin-left:6px;
	font-size:1em;
	padding:1px 0;
	color:#777777;
}

.woocommerce .widget_layered_nav_filters ul,.woocommerce-page .widget_layered_nav_filters ul {
	margin:0;
	padding:0;
	border:0;
	list-style:none outside;
	overflow:hidden;
	zoom:1;
}

.woocommerce .widget_layered_nav_filters ul li,.woocommerce-page .widget_layered_nav_filters ul li {
	float:left;
	padding:0 1px 1px 0;
	list-style:none;
}

.woocommerce .widget_layered_nav_filters ul li a,.woocommerce-page .widget_layered_nav_filters ul li a {
	padding:0 6px 0 18px;
	border:1px solid #3d0f4a;
	background:#3d0f4a url(../images/cross_white.png) no-repeat 6px center;
	box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;
	-webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;
	-moz-box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;
	color:#c284d4;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	float:left;
}

.woocommerce .widget_price_filter .price_slider_amount,.woocommerce-page .widget_price_filter .price_slider_amount {
	text-align:right;
	line-height:2.4em;
	font-size:.8751em;
}

.woocommerce .widget_price_filter .price_slider_amount .button,.woocommerce-page .widget_price_filter .price_slider_amount .button {
	font-size:1.15em;
	float:left;
}

.woocommerce .widget_price_filter .ui-slider,.woocommerce-page .widget_price_filter .ui-slider {
	position:relative;
	text-align:left;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	position:absolute;
	z-index:2;
	width:.9em;
	height:.9em;
	-webkit-border-radius:1em;
	-moz-border-radius:1em;
	border-radius:1em;
	border:1px solid #000000;
	cursor:pointer;
	background:0;
	outline:none;
	top:-.3em;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65);
	box-shadow:0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left:-1em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	position:absolute;
	z-index:1;
	font-size:.7em;
	display:block;
	border:0;
	background:#3d0f4a url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAFUlEQVQIHWP4//9/PRMDA8NzEPEMADLLBU76a5idAAAAAElFTkSuQmCC) top repeat-x;
	box-shadow:inset 0 0 0 1px rgba(0,0,0,0.5);
	-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.5);
	-webkit-border-radius:1em;
	-moz-border-radius:1em;
	border-radius:1em;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	-webkit-border-radius:1em;
	-moz-border-radius:1em;
	border-radius:1em;
	background:0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal,.woocommerce-page .widget_price_filter .ui-slider-horizontal {
	height:.5em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top:0;
	height:100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min,.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left:-1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max,.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right:-1px;
}

.clear,.woocommerce div.product div.images div.thumbnails a.first,.woocommerce #content div.product div.images div.thumbnails a.first,.woocommerce-page div.product div.images div.thumbnails a.first,.woocommerce-page #content div.product div.images div.thumbnails a.first,.woocommerce div.product .woocommerce-tabs,.woocommerce #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce ul.products li.first,.woocommerce-page ul.products li.first,.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide {
	clear:both;
}

.nobr,.woocommerce table.my_account_orders .button,.woocommerce-page table.my_account_orders .button {
	white-space:nowrap;
}

.woocommerce-message:after,.woocommerce-error:after,.woocommerce-info:after,.woocommerce .woocommerce-breadcrumb:after,.woocommerce-page .woocommerce-breadcrumb:after,.woocommerce .col2-set:after,.woocommerce-page .col2-set:after,.woocommerce div.product div.images div.thumbnails:after,.woocommerce #content div.product div.images div.thumbnails:after,.woocommerce-page div.product div.images div.thumbnails:after,.woocommerce-page #content div.product div.images div.thumbnails:after,.woocommerce div.product form.cart:after,.woocommerce #content div.product form.cart:after,.woocommerce-page div.product form.cart:after,.woocommerce-page #content div.product form.cart:after,.woocommerce .products ul:after,.woocommerce ul.products:after,.woocommerce-page .products ul:after,.woocommerce-page ul.products:after,.woocommerce .related:after,.woocommerce .upsells.products:after,.woocommerce-page .related:after,.woocommerce-page .upsells.products:after,.woocommerce #reviews #comments .add_review:after,.woocommerce-page #reviews #comments .add_review:after,.woocommerce #reviews #comments ol.commentlist:after,.woocommerce-page #reviews #comments ol.commentlist:after,.woocommerce #review_form #respond:after,.woocommerce-page #review_form #respond:after,.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li:after,.woocommerce-page ul.cart_list li:after,.woocommerce-page ul.product_list_widget li:after,.woocommerce .widget_shopping_cart .buttons:after,.woocommerce-page .widget_shopping_cart .buttons:after,.woocommerce .cart-collaterals:after,.woocommerce-page .cart-collaterals:after,.woocommerce .cart-collaterals .shipping_calculator:after,.woocommerce-page .cart-collaterals .shipping_calculator:after,.woocommerce form .form-row:after,.woocommerce-page form .form-row:after,.woocommerce #payment ul.payment_methods:after,.woocommerce-page #payment ul.payment_methods:after,.woocommerce .order_details:after,.woocommerce-page .order_details:after,.woocommerce .addresses .title:after,.woocommerce-page .addresses .title:after,.woocommerce .widget_layered_nav ul li:after,.woocommerce-page .widget_layered_nav ul li:after {
	content:"";
	display:block;
	clear:both;
}

.woocommerce-message .button,.woocommerce-error .button,.woocommerce-info .button,.woocommerce div.product p.cart,.woocommerce #content div.product p.cart,.woocommerce-page div.product p.cart,.woocommerce-page #content div.product p.cart,.woocommerce form .form-row-last,.woocommerce-page form .form-row-last,.woocommerce #payment div.payment_box #cc-expire-year,.woocommerce-page #payment div.payment_box #cc-expire-year,.woocommerce .addresses .title .edit,.woocommerce-page .addresses .title .edit,.woocommerce ul.digital-downloads li .count,.woocommerce-page ul.digital-downloads li .count {
	float:right;
}

.woocommerce-message li,.woocommerce-error li,.woocommerce-info li,.woocommerce .products ul li,.woocommerce ul.products li,.woocommerce-page .products ul li,.woocommerce-page ul.products li {
	list-style:none outside;
}

.woocommerce .col2-set,.woocommerce-page .col2-set,.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals,.woocommerce .cart-collaterals .cart_totals table select,.woocommerce-page .cart-collaterals .cart_totals table select {
	width:100%;
}

.woocommerce div.product .stock,.woocommerce #content div.product .stock,.woocommerce-page div.product .stock,.woocommerce-page #content div.product .stock,.woocommerce .cart-collaterals .cart_totals .discount td,.woocommerce-page .cart-collaterals .cart_totals .discount td {
	color:#000000;
}

.woocommerce div.product div.images div.thumbnails a.last,.woocommerce #content div.product div.images div.thumbnails a.last,.woocommerce-page div.product div.images div.thumbnails a.last,.woocommerce-page #content div.product div.images div.thumbnails a.last,.woocommerce ul.products li.last,.woocommerce-page ul.products li.last,.woocommerce #payment div.payment_box .form-row select:nth-child(3n),.woocommerce-page #payment div.payment_box .form-row select:nth-child(3n) {
	margin-right:0;
}

.woocommerce div.product div.social span span,.woocommerce #content div.product div.social span span,.woocommerce-page div.product div.social span span,.woocommerce-page #content div.product div.social span span,.woocommerce #reviews h3,.woocommerce-page #reviews h3,.woocommerce .cart-collaterals .cart_totals p,.woocommerce-page .cart-collaterals .cart_totals p {
	margin:0;
}

.woocommerce div.product form.cart .variations,.woocommerce #content div.product form.cart .variations,.woocommerce-page div.product form.cart .variations,.woocommerce-page #content div.product form.cart .variations,.woocommerce .widget_price_filter .price_slider,.woocommerce-page .widget_price_filter .price_slider {
	margin-bottom:1em;
}

.woocommerce div.product form.cart .variations label,.woocommerce #content div.product form.cart .variations label,.woocommerce-page div.product form.cart .variations label,.woocommerce-page #content div.product form.cart .variations label,.woocommerce ul#shipping_method .amount,.woocommerce-page ul#shipping_method .amount {
	font-weight:bold;
}

.woocommerce div.product form.cart .variations td,.woocommerce #content div.product form.cart .variations td,.woocommerce-page div.product form.cart .variations td,.woocommerce-page #content div.product form.cart .variations td,.woocommerce div.product form.cart .group_table td,.woocommerce #content div.product form.cart .group_table td,.woocommerce-page div.product form.cart .group_table td,.woocommerce-page #content div.product form.cart .group_table td,.woocommerce .woocommerce-ordering select,.woocommerce-page .woocommerce-ordering select {
	vertical-align:top;
}

.woocommerce .related ul.products,.woocommerce .related ul,.woocommerce .upsells.products ul.products,.woocommerce .upsells.products ul,.woocommerce-page .related ul.products,.woocommerce-page .related ul,.woocommerce-page .upsells.products ul.products,.woocommerce-page .upsells.products ul,.woocommerce .cart .button,.woocommerce .cart input.button,.woocommerce-page .cart .button,.woocommerce-page .cart input.button,.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating,.woocommerce-page ul.cart_list li .star-rating,.woocommerce-page ul.product_list_widget li .star-rating,.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products {
	float:none;
}

.woocommerce .related ul.products li.product,.woocommerce .related ul li.product,.woocommerce .upsells.products ul.products li.product,.woocommerce .upsells.products ul li.product,.woocommerce-page .related ul.products li.product,.woocommerce-page .related ul li.product,.woocommerce-page .upsells.products ul.products li.product,.woocommerce-page .upsells.products ul li.product,.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li {
	/*width:48%;*/
}

.woocommerce ul.products li.product strong,.woocommerce-page ul.products li.product strong,.woocommerce form .form-row label,.woocommerce-page form .form-row label {
	display:block;
}

.woocommerce .quantity input::-webkit-outer-spin-button,.woocommerce .quantity input::-webkit-inner-spin-button,.woocommerce #content .quantity input::-webkit-outer-spin-button,.woocommerce #content .quantity input::-webkit-inner-spin-button,.woocommerce-page .quantity input::-webkit-outer-spin-button,.woocommerce-page .quantity input::-webkit-inner-spin-button,.woocommerce-page #content .quantity input::-webkit-outer-spin-button,.woocommerce-page #content .quantity input::-webkit-inner-spin-button,.woocommerce table.cart td.actions .coupon label,.woocommerce #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label {
	display:none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p,.woocommerce-page #reviews #comments ol.commentlist li .comment-text p,.woocommerce #payment div.payment_box .form-row,.woocommerce-page #payment div.payment_box .form-row {
	margin:0 0 1em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta,.woocommerce td.product-name p.backorder_notification,.woocommerce-page td.product-name p.backorder_notification {
	font-size:.83em;
}

.woocommerce p.stars a:hover:before,.woocommerce p.stars a:focus:before,.woocommerce-page p.stars a:hover:before,.woocommerce-page p.stars a:focus:before,.woocommerce p.stars a.active:before,.woocommerce-page p.stars a.active:before {
	color:#3d0f4a;
	visibility:visible;
}

.woocommerce table.cart td.actions .coupon,.woocommerce #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce .addresses .title h3,.woocommerce-page .addresses .title h3 {
	float:left;
}

.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce #payment div.payment_box #cc-expire-month,.woocommerce #payment div.payment_box #cc-expire-year,.woocommerce-page #payment div.payment_box #cc-expire-month,.woocommerce-page #payment div.payment_box #cc-expire-year {
	width:48%;
	float:left;
}

.woocommerce form .form-row ::-webkit-input-placeholder,.woocommerce-page form .form-row ::-webkit-input-placeholder,.woocommerce form .form-row :-moz-placeholder,.woocommerce-page form .form-row :-moz-placeholder,.woocommerce form .form-row :-ms-input-placeholder,.woocommerce-page form .form-row :-ms-input-placeholder {
	line-height:1em;
	padding-top:2px;
}

.woocommerce .checkout .col-2 .notes,.woocommerce-page .checkout .col-2 .notes,.woocommerce .checkout .col-2 .form-row-first,.woocommerce-page .checkout .col-2 .form-row-first {
	clear:left;
}

.woocommerce #payment div.payment_box p:last-child,.woocommerce-page #payment div.payment_box p:last-child,.woocommerce ol.commentlist.notes li.note .description p:last-child,.woocommerce-page ol.commentlist.notes li.note .description p:last-child {
	margin-bottom:0;
}

@media -webkit-min-device-pixel-ratio 2,min-resolution 192dpi {
	.woocommerce a.button.loading:before,.woocommerce button.button.loading:before,.woocommerce input.button.loading:before,.woocommerce #respond input#submit.loading:before,.woocommerce #content input.button.loading:before,.woocommerce-page a.button.loading:before,.woocommerce-page button.button.loading:before,.woocommerce-page input.button.loading:before,.woocommerce-page #respond input#submit.loading:before,.woocommerce-page #content input.button.loading:before {
		background-image:url(../images/ajax-loader@2x.gif);
		background-size:16px 16px;
	}
	
	.woocommerce .woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce .woocommerce-page form .form-row.woocommerce-validated input.input-text,.woocommerce-page .woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce-page .woocommerce-page form .form-row.woocommerce-validated input.input-text {
		background-image:url(../images/icons/valid@2x.png);
		background-size:12px 9px;
	}
	
	.woocommerce .woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce .woocommerce-page form .form-row.woocommerce-invalid input.input-text,.woocommerce-page .woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce-page .woocommerce-page form .form-row.woocommerce-invalid input.input-text {
		background-image:url(../images/icons/invalid@2x.png);
		background-size:12px 9px;
	}
}

/* ==========================================================================
   WooCommerce alterations
   ========================================================================== */

.breadcrumb {
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 10px;
	padding: 0 0 10px;
}

.breadcrumb span {
	font-size: 8px;
	line-height: 11px;
}

.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
	width:41.66666666666667%;
	}

.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
	margin-left:4%;
	min-height: 400px;
	width:54.3333333%;
	}

p.format-details {
	margin: 5px 0 10px;
}

p.extra-notes {
	font-size: 12px;
	width: 470px;
}

.series-logo {
	position: absolute;
	right: 0;
	top: 0;
}

.woocommerce-message,.woocommerce-error {
	display: none;
}

.woocommerce-info { }

.product h3 {
	color:#000000;
	font-family:Arial,sans-serif;
    font-size:11px;
    font-weight:normal;
    margin:0;
    padding:0;
    text-transform:uppercase;
	}

.product h2 {
	color:#000000;
    font-size:24px;
    margin:0;
    padding:0;
    text-transform:uppercase;
	}

.product h1 {
	color:#3D0F4A;
    font-size:34px;
    font-weight:700;
    line-height:0.9;
    margin:0 0 5px;
    padding:0;
    text-transform:uppercase;
	}

.product .label-details {
	font-size: 11px;
}

.product .label-details a {
	color: #000000;
	text-decoration: underline;
}

.product .label-details a:hover {
	color: #d2205c;
	text-decoration: underline; 
}

.woocommerce div.product p.stock,.woocommerce #content div.product p.stock,.woocommerce-page div.product p.stock,.woocommerce-page #content div.product p.stock {
	font-size: 11px;
	margin: 0;
	padding: 5px 0 15px;
}
	
.product .youtube {
	background:url('../img/youtube-logo.png') no-repeat 0 0;
	color:#000000;
	display:block;
	height:28px;
	left:45.66666666666667%;
	line-height:28px;
	padding:0 0 0 34px;
	position:absolute;
	top:340px;
	}

.product .youtube:hover { text-decoration:underline; }
	
.product .klicktrack {
	background:url('../img/klicktrack-logo.png') no-repeat 0 0;
	color:#000000;
	display:block;
	height:28px;
	left:45.66666666666667%;
	line-height:28px;
	padding:0 0 0 34px;
	position:absolute;
	top:308px;
	}

.product .klicktrack:hover { text-decoration:underline; }

.product .social-wrapper {
	color:#000000;
	display:block;
	left:45.66666666666667%;
	padding:0;
	position:absolute;
	top:378px;
}

.product .social-wrapper .social-block {
	float: left;
	height: 20px;
    width: 100px;
}

#tab-tracklist a {
	background:url('../img/audio.png') right center no-repeat;
	padding-right: 20px;
}

.variations .label { display:none; }

.product .quantity, .reset_variations { display:none !important; }

.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price {
	color:#000000;
	display:block;
	font-family: "myriad-pro-condensed",sans-serif;
	font-weight:600;
    font-size:24px;
    margin:0 0 5px;
    padding:0;
    text-transform:uppercase;
	}

.woocommerce #content div.product.product-type-variable p.price {
	display: none;
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
	background: #3d0f4a;
	border: 0;
	color: #ffffff;
	font-family: "myriad-pro-condensed",sans-serif;
	font-size: 20px;
	font-weight: 600;
	padding: 5px 20px;
	text-decoration: none;
	text-transform: uppercase;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	/*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background:-webkit-gradient(linear, left top, left bottom, from(#5F1772), to(#3d0f4a));
	background:-moz-linear-gradient(top,  #5F1772,  #3d0f4a);
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;*/
	}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 3px solid #000000;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.woocommerce-cart h2, .woocommerce-checkout h2 {
	border-bottom: 3px solid #000000;
	font-size: 32px;
	text-transform: uppercase;
}

.woocommerce-cart h2 { text-transform: none; }

.cart-collaterals h2 {
	border-bottom: none;
	font-size: 21px;
	text-transform: none;
}

.cart th.product-quantity {
	text-align: center;
}

/*.cart .coupon { display: none; }*/

.woocommerce .quantity .minus, .woocommerce .quantity .plus {
	background: #ffffff;
}

.cart_totals table { float: right; }

.woocommerce-checkout h3 {
	font-size: 20px;
	text-transform: uppercase;
}

.related h2, .upsells h2 {
	border-bottom: 3px solid #000000;
	font-size: 22px;
	font-weight: 700;
	margin: 20px 0;
	padding-bottom: 8px;
	text-transform: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: left;
	/*min-height: 230px;*/
	margin: 0 30px 40px 0;
	padding: 0;
	position: relative;
	width: 168px;
}

.woocommerce ul.products li.product.last, .woocommerce-page ul.products li.product.last {
	margin-right: 0;
}

.woocommerce ul.products li.product h3 {
	color: #3d0f4a;
	font-family: "myriad-pro-condensed",sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 0.9;
	margin: 0;
	padding-top: 4px;
}

.woocommerce ul.products li.product h4 {
	color: #000000;
	font-family: "myriad-pro-condensed",sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 0.9;
	margin: 0;
	text-transform: uppercase;
}

.woocommerce ul.products li.product h5 {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}

.woocommerce ul.products li.product h6 {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	margin: -10px 0 0;
	text-transform: uppercase;
}

.woocommerce ul.products li.product a.button {
	bottom: 0;
	display: none;
	left: 0;
	padding-left: 0;
	padding-right: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price { display: none !important; }

.woocommerce-result-count { display: none; }

.woocommerce-ordering { display: none; }

#tab-description img { border: 1px solid #666666; float: right; margin: 0 0 15px 15px; }

/* checkout */

#join-mailing-list h3 {
	float: none;
}

/* account pages */

#main-content-wrap header {
	background: none;
	height: auto;
	padding: 0;
}

.woocommerce-account .edit:hover {
	text-decoration: underline;
}

/* banner css */

.term-anatolian-invasion #content h1.page-title {
	background: url('../img/banners/anatolian.png') no-repeat 0 0;
	height: 90px;
	margin-bottom: 18px;
	margin-top: 0;
	text-indent: -9999px;
	width: 960px;
}

.term-finders-keepers #content h1.page-title {
	background: url('../img/banners/finders.png') no-repeat 0 0;
	height: 90px;
	margin-top: 0;
	text-indent: -9999px;
	width: 960px;
}

.term-no-no-years #content h1.page-title {
	background: url('../img/banners/no-no.png') no-repeat 0 0;
	height: 90px;
	margin-top: 0;
	text-indent: -9999px;
	width: 960px;
}

.term-sounds-of-wonder #content h1.page-title {
	background: url('../img/banners/wonder.png') no-repeat 0 0;
	height: 90px;
	margin-top: 0;
	text-indent: -9999px;
	width: 960px;
}

.term-cache-cache #content h1.page-title {
	background: url('../img/banners/cache.png') no-repeat 0 0;
	height: 90px;
	margin-top: 0;
	text-indent: -9999px;
	width: 960px;
}

.term-cacophonic #content h1.page-title {
	background: url('../img/banners/cacophonic.png') no-repeat 0 0;
	height: 90px;
	margin-top: 0;
	text-indent: -9999px;
	width: 960px;
}

.term-bird #content h1.page-title {
	background: url('../img/banners/bird.png') no-repeat 0 0;
	height: 90px;
	margin-top: 0;
	text-indent: -9999px;
	width: 960px;
}

.term-germanic-miner #content h1.page-title {
	background: url('../img/banners/germanic.png') no-repeat 0 0;
	height: 90px;
	margin-top: 0;
	text-indent: -9999px;
	width: 960px;
}

.term-disposable-music #content h1.page-title {
	background: url('../img/banners/disposable.png') no-repeat 0 0;
	height: 90px;
	margin-top: 0;
	text-indent: -9999px;
	width: 960px;
}

.term-dead-cert #content h1.page-title {
	background: url('../img/banners/dead-cert.png') no-repeat 0 0;
	height: 90px;
	margin-top: 0;
	text-indent: -9999px;
	width: 960px;
}

.term-folklore-tapes #content h1.page-title {
	background: url('../img/banners/folklore.png') no-repeat 0 0;
	height: 90px;
	margin-top: 0;
	text-indent: -9999px;
	width: 960px;
}

.term-welsh-rare-beat #content h1.page-title {
	background: url('../img/banners/welsh-rare.jpg') no-repeat 0 0;
	height: 90px;
	margin-top: 0;
	text-indent: -9999px;
	width: 960px;
}

.term-man-chest-hair #content h1.page-title {
	background: url('../img/banners/man-chest-hair.jpg') no-repeat 0 0;
	height: 90px;
	margin-top: 0;
	text-indent: -9999px;
	width: 960px;
}

.term-compacta-series #content h1.page-title {
	background: url('../img/banners/compacta.jpg') no-repeat 0 0;
	height: 90px;
	margin-top: 0;
	text-indent: -9999px;
	width: 960px;
}

.term-battered-ornaments #content h1.page-title {
	background: url('../img/banners/battered.jpg') no-repeat 0 0;
	height: 90px;
	margin-top: 0;
	text-indent: -9999px;
	width: 960px;
}

.term-twisted-nerve #content h1.page-title {
	background: url('../img/banners/tn.gif') no-repeat 0 0;
	height: 90px;
	margin-top: 0;
	text-indent: -9999px;
	width: 960px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

/* retina display / hi res media queries */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {

	#main-content-full-width-wrap {
		background-size: 200px 200px;
	}

	.woocommerce table.cart a.remove,.woocommerce #content table.cart a.remove,.woocommerce-page table.cart a.remove,.woocommerce-page #content table.cart a.remove {
		background: url('../img/removex2.png') no-repeat 0 0;
		background-size: 16px 32px;
	}

	footer .wrap { background:url('../img/fk-footerx2.png') no-repeat 790px 10px; background-size: 180px 31px; }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
