/*
====================================================================================================
WooCommerce Styles
====================================================================================================
*/

@font-face {
    font-family: 'star';
    src: url('fonts/star/star.eot');
    src: url('fonts/star/star.eot?#iefix') format('embedded-opentype'),
         url('fonts/star/star.woff') format('woff'),
         url('fonts/star/star.ttf') format('truetype'),
         url('fonts/star/star.svg#star') format('svg');
    font-weight: normal;
    font-style: normal;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	padding: 20px 20px 20px 60px;
	margin: 0 0 20px;
	position: relative;
	background: #c3af4b;
	color: #ffffff;
	font-size: 14px !important;
	list-style: none outside;
	width: auto;
	clear: both;
}
.woocommerce-message:after,
.woocommerce-error:after,
.woocommerce-info:after {
	content: "";
	display: block;
	clear: both;
}
.woocommerce-message a.button,
.woocommerce-error a.button,
.woocommerce-info a.button {
	float: right;
	padding-top: 0.25em !important;
	padding-bottom: 0.25em !important;
}
.woocommerce-message ul,
.woocommerce-error ul,
.woocommerce-info ul {
	padding: 0;
	margin: 0;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
	list-style: none outside;
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.woocommerce-message {
	color: #ffffff;
	background-color: #282d32;
}
.woocommerce-message:before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	padding: 21px 27px;
	font-size: 14px;
}
.woocommerce-info {
    color: #ffffff;
	background-color: #282d32;
}
.woocommerce-info:before {
	content: "i";
	position: absolute;
	left: 0;
	top: 0;
	font-family: serif;
	font-style: italic;
	padding: 20px 30px;
	font-size: 20px;
}
.woocommerce-error {
    color: #ffffff;
	background-color: #b43232;
}
.woocommerce-error:before {
	content: "\2715";
	position: absolute;
	left: 0;
	top: 0;
	padding: 21px 27px;
	font-size: 14px;
}
.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: 0.92em;
	color: #777777;
}
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-breadcrumb:after {
	content: "";
	display: block;
	clear: both;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
	color: #777777;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
	width: 100%;
}
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
	content: "";
	display: block;
	clear: both;
}
.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-page div.product,
.woocommerce #content div.product,
.woocommerce-page #content div.product {
	margin-bottom: 0;
	position: relative;
}
.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title,
.woocommerce #content div.product .product_title,
.woocommerce-page #content div.product .product_title {
	clear: none;
	margin-top: 0;
	padding: 0;
}
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price {
	font-size: 1.25em;
}
.woocommerce div.product span.price ins,
.woocommerce-page div.product span.price ins,
.woocommerce #content div.product span.price ins,
.woocommerce-page #content div.product span.price ins,
.woocommerce div.product p.price ins,
.woocommerce-page div.product p.price ins,
.woocommerce #content div.product p.price ins,
.woocommerce-page #content div.product p.price ins {
	background: inherit;
	text-decoration: none;
}
.woocommerce div.product span.price del,
.woocommerce-page div.product span.price del,
.woocommerce #content div.product span.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce-page div.product p.price del,
.woocommerce #content div.product p.price del,
.woocommerce-page #content div.product p.price del {
	font-size: 0.67em;
	font-weight: 300;
	color: rgba(145, 145, 145, 0.5);
}
.woocommerce div.product p.stock,
.woocommerce-page div.product p.stock,
.woocommerce #content div.product p.stock,
.woocommerce-page #content div.product p.stock {
	font-size: 0.92em;
}
.woocommerce div.product .stock,
.woocommerce-page div.product .stock,
.woocommerce #content div.product .stock,
.woocommerce-page #content div.product .stock {

}
.woocommerce div.product .out-of-stock,
.woocommerce-page div.product .out-of-stock,
.woocommerce #content div.product .out-of-stock,
.woocommerce-page #content div.product .out-of-stock {
	color: red;
}
.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page #content div.product div.images {
	float: right;
	width: 33.33%;
	padding: 0;
	margin-bottom: 2em;
}
.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img {
	display: block;
	width: 100%;
	height: auto;
}
.woocommerce div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails,
.woocommerce #content div.product div.images div.thumbnails,
.woocommerce-page #content div.product div.images div.thumbnails {
	padding-top: 1.25em;
}
.woocommerce div.product div.images div.thumbnails:after,
.woocommerce-page div.product div.images div.thumbnails:after,
.woocommerce #content div.product div.images div.thumbnails:after,
.woocommerce-page #content div.product div.images div.thumbnails:after {
	content: "";
	display: block;
	clear: both;
}
.woocommerce div.product div.images div.thumbnails a,
.woocommerce-page div.product div.images div.thumbnails a,
.woocommerce #content div.product div.images div.thumbnails a,
.woocommerce-page #content div.product div.images div.thumbnails a {
	float: left;
	width: 30.8%;
	margin-right: 3.8%;
    margin-bottom: 1.25em;
    background: transparent;
}
.woocommerce div.product div.images div.thumbnails a:hover,
.woocommerce-page div.product div.images div.thumbnails a:hover,
.woocommerce #content div.product div.images div.thumbnails a:hover,
.woocommerce-page #content div.product div.images div.thumbnails a:hover {
	border-color: rgba(0,0,0,0.3) !important;
}
.woocommerce div.product div.images div.thumbnails a.last,
.woocommerce-page div.product div.images div.thumbnails a.last,
.woocommerce #content div.product div.images div.thumbnails a.last,
.woocommerce-page #content div.product div.images div.thumbnails a.last {
	margin-right: 0;
}
.woocommerce div.product div.images div.thumbnails a.first,
.woocommerce-page div.product div.images div.thumbnails a.first,
.woocommerce #content div.product div.images div.thumbnails a.first,
.woocommerce-page #content div.product div.images div.thumbnails a.first {
	clear: both;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page #content div.product div.summary {
	float: left;
	width: 66.66%;
	padding-right: 2em;
	margin-bottom: 2em;
}
.woocommerce div.product div.summary table,
.woocommerce-page div.product div.summary table,
.woocommerce #content div.product div.summary table,
.woocommerce-page #content div.product div.summary table {
	width: 100% !important;
	margin: 1em 0;
}
.woocommerce div.product div.summary label,
.woocommerce-page div.product div.summary label,
.woocommerce #content div.product div.summary label,
.woocommerce-page #content div.product div.summary label {
	font-size: 1.8em;
}
.woocommerce div.product div.summary select,
.woocommerce-page div.product div.summary select,
.woocommerce #content div.product div.summary select,
.woocommerce-page #content div.product div.summary select {
	margin: 1em 0;
}
.woocommerce div.product div.summary .price,
.woocommerce-page div.product div.summary .price,
.woocommerce #content div.product div.summary .price,
.woocommerce-page #content div.product div.summary .price {
	font-size: 2em;
	font-weight: 700;
	margin: 1em 0;
}
.woocommerce div.product div.summary .single_variation,
.woocommerce-page div.product div.summary .single_variation,
.woocommerce #content div.product div.summary .single_variation,
.woocommerce-page #content div.product div.summary .single_variation {
    margin: 0;
}
.woocommerce div.product div.summary .single_add_to_cart_button,
.woocommerce-page div.product div.summary .single_add_to_cart_button,
.woocommerce #content div.product div.summary .single_add_to_cart_button
.woocommerce-page #content div.product div.summary .single_add_to_cart_button {
    font-size: 2em !important;
    margin: 0 0.5em !important;
    padding: 0 1.5em !important;
    height: 50px;
}
.woocommerce div.product div.social,
.woocommerce-page div.product div.social,
.woocommerce #content 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-page div.product div.social span,
.woocommerce #content div.product div.social span,
.woocommerce-page #content div.product div.social span {
	margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span,
.woocommerce-page div.product div.social span span,
.woocommerce #content div.product div.social span span,
.woocommerce-page #content div.product div.social span span {
	margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets,
.woocommerce-page div.product div.social span .stButton .chicklets,
.woocommerce #content 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-page div.product div.social iframe,
.woocommerce #content div.product div.social iframe,
.woocommerce-page #content div.product div.social iframe {
	float: left;
	margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
	clear: both;
}
.woocommerce div.product .woocommerce-tabs a:hover,
.woocommerce-page div.product .woocommerce-tabs a:hover,
.woocommerce #content div.product .woocommerce-tabs a:hover,
.woocommerce-page #content div.product .woocommerce-tabs a:hover {
	color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	display: inline-block;
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: 0.75em 1.5em;
	font-size: 1.1em;
	text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover {
	text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
	z-index: 2;
    background: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content 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;
	cursor: text;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a:hover {
    background: #ffffff;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel {
	margin: 0 0 2em;
	padding: 2em;
	background: #ffffff;
}
.woocommerce div.product p.cart,
.woocommerce-page div.product p.cart,
.woocommerce #content div.product p.cart,
.woocommerce-page #content div.product p.cart {
	margin-bottom: 2em;
}
.woocommerce div.product p.cart:after,
.woocommerce-page div.product p.cart:after,
.woocommerce #content div.product p.cart:after,
.woocommerce-page #content div.product p.cart:after {
	content: "";
	display: block;
	clear: both;
}
.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page #content div.product form.cart {
	margin-bottom: 2em;
}
.woocommerce div.product form.cart:after,
.woocommerce-page div.product form.cart:after,
.woocommerce #content div.product form.cart:after,
.woocommerce-page #content div.product form.cart:after {
	content: "";
	display: block;
	clear: both;
}
.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity,
.woocommerce #content 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-page div.product form.cart table,
.woocommerce #content div.product form.cart table,
.woocommerce-page #content div.product form.cart table {
	border-width: 0 0 1px 0;
}
.woocommerce div.product form.cart table td,
.woocommerce-page div.product form.cart table td,
.woocommerce #content 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-page div.product form.cart table div.quantity,
.woocommerce #content 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-page div.product form.cart table small.stock,
.woocommerce #content 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,
.woocommerce-page div.product form.cart .variations,
.woocommerce #content div.product form.cart .variations,
.woocommerce-page #content div.product form.cart .variations {
	margin-bottom: 2em;
}
.woocommerce div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label,
.woocommerce #content div.product form.cart .variations label,
.woocommerce-page #content div.product form.cart .variations label {
	font-size: 2em;
	font-weight: 300;
	margin: 0.75em 0 0;
}
.woocommerce div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select,
.woocommerce #content div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select {
	width: 50%;
}
.woocommerce div.product form.cart .variations td.label,
.woocommerce-page div.product form.cart .variations td.label,
.woocommerce #content 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 .variations td,
.woocommerce-page div.product form.cart .variations td,
.woocommerce #content div.product form.cart .variations td,
.woocommerce-page #content div.product form.cart .variations td {
	vertical-align: top;
}
.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce #content 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-page div.product form.cart .group_table td.label,
.woocommerce #content 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 div.product form.cart .group_table td,
.woocommerce-page div.product form.cart .group_table td,
.woocommerce #content div.product form.cart .group_table td,
.woocommerce-page #content div.product form.cart .group_table td {
	vertical-align: top;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	float: left;
    width: 50%;
    padding: 0.75em 2px;
    margin: 0 0 2em;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	float: left;
    width: 50%;
    padding: 0 2px;
    margin: 0 0 2em;
    clear: none;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
	float: right;
    width: 47%;
    padding: 0.7em 1em;
    vertical-align: middle;
}
.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination,
.woocommerce #content nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination {
	display: block;
	clear: both;
	width: 100%;
	text-align: center;
	padding: 2em 0;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	clear: both;
	margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li,
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li {
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li span {
	text-decoration: none;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	padding: 1.5em 2em;
	margin: 0 2px 2px 0;
	display: block;
}
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
	font-size: 1em;
	margin: 0;
	cursor: pointer;
	position: relative;
	font-family: inherit;
	text-decoration: none;
	overflow: visible;
	font-weight: bold;
	left: auto;
	border: none;
	white-space: nowrap;
	display: inline-block;

    padding: 1em 2em;
    font-weight: 300;
    text-align: center;
    line-height: 1.2em;

    text-shadow: none;
    border: 0;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.woocommerce a.button.loading:before,
.woocommerce-page a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce-page button.button.loading:before,
.woocommerce input.button.loading:before,
.woocommerce-page input.button.loading:before,
.woocommerce #respond input#submit.loading:before,
.woocommerce-page #respond input#submit.loading:before,
.woocommerce #content input.button.loading:before,
.woocommerce-page #content input.button.loading:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-image: url("images/loading.gif");
	background-position: center center;
	background-repeat: no-repeat;
}
.woocommerce a.button.added:before,
.woocommerce-page a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce-page input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce-page #respond input#submit.added:before,
.woocommerce #content input.button.added:before,
.woocommerce-page #content input.button.added:before {
	content: "";
	position: absolute;
	height: 16px;
	width: 16px;
	top: 10px;
	left: 10px;
	z-index: 999;
	text-indent: 0;
	background-image: url("images/icons/success.png");
	background-repeat: no-repeat;
}
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover {
	text-decoration: none;
}
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt {
	font-size: 1.8em;
	font-weight: 300;
}
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover {

}
.woocommerce .cart .button,
.woocommerce-page .cart .button,
.woocommerce .cart input.button,
.woocommerce-page .cart input.button {
	float: none;
}
.woocommerce .quantity,
.woocommerce-page .quantity,
.woocommerce #content .quantity,
.woocommerce-page #content .quantity {
	width: 100px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}
.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce-page .quantity input::-webkit-outer-spin-button,
.woocommerce #content .quantity input::-webkit-outer-spin-button,
.woocommerce-page #content .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button,
.woocommerce-page .quantity input::-webkit-inner-spin-button,
.woocommerce #content .quantity input::-webkit-inner-spin-button,
.woocommerce-page #content .quantity input::-webkit-inner-spin-button {
	display: none;
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
	width: 100px;
	height: 50px;
	float: left;
	padding: 0.4em 1em 0;
	text-align: left;
	border: 1px solid #c8bfc6;
	font-weight: 300;
	outline: none;
}
.woocommerce .quantity noindex:-o-prefocus,
.woocommerce-page .quantity noindex:-o-prefocus,
.woocommerce #content .quantity noindex:-o-prefocus,
.woocommerce-page #content .quantity noindex:-o-prefocus,
.woocommerce .quantity input[type=number],
.woocommerce-page .quantity input[type=number],
.woocommerce #content .quantity input[type=number],
.woocommerce-page #content .quantity input[type=number] {
	padding-right: 1.2em;
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page #content .quantity .minus {
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	vertical-align: text-top;
	width: 30px;
	height: 26px;
	text-decoration: none;
	overflow: visible;
	text-decoration: none;
	font-weight: 300;
	cursor: pointer;
	line-height: 13px;
	font-size: 1em;
	color: #5e5e5e !important;
	border: 1px solid #c8bfc6;
	background-color: transparent !important;
}
.woocommerce .quantity .plus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce #content .quantity .minus:hover,
.woocommerce-page #content .quantity .minus:hover {
	background-color: #ffffff;
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .plus {
	top: 0;
	right: 0;
	border-bottom: 0;
}
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page #content .quantity .minus {
	bottom: 0;
	right: 0;
}
.woocommerce #reviews h2 small,
.woocommerce-page #reviews h2 small {
	float: right;
	color: #777777;
	font-size: 15px;
	line-height: 21px;
	margin: 10px 0 0 0;
}
.woocommerce #reviews h2 small a,
.woocommerce-page #reviews h2 small a {
	text-decoration: none;
	color: #777777;
}
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
	margin: 0;
}
.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 .add_review:after,
.woocommerce-page #reviews #comments .add_review:after {
	content: "";
	display: block;
	clear: both;
}
.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:after,
.woocommerce-page #reviews #comments ol.commentlist:after {
	content: "";
	display: block;
	clear: both;
}
.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
	padding: 00;
	margin: 0 0 20px;
	border: 0;
	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: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 30px;
	height: auto;
	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 rgba(0,0,0,0.1);
	padding: 1em 1em 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
	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 {
	font-size: 1.1em;
}
.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: "star";
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
	content: "\53\53\53\53\53";
	color: rgba(0,0,0,0.25);
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}
.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: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
	display: block;
	margin: 0 0 0.5em;
	float: none;
}
.woocommerce .hreview-aggregate .star-rating,
.woocommerce-page .hreview-aggregate .star-rating {
	margin: 10px 0 0 0;
}
.woocommerce #review_form #respond,
.woocommerce-page #review_form #respond {
	position: static;
	margin: 0;
	width: auto;
	padding: 0 0 0;
	background: transparent none;
	border: 0;
}
.woocommerce #review_form #respond:after,
.woocommerce-page #review_form #respond:after {
	content: "";
	display: block;
	clear: both;
}
.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;
	margin-top: 1em;
}
.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: 1.8em;
	width: 5.4em;
	font-family: "star";
}
.woocommerce p.stars:before,
.woocommerce-page p.stars:before {
	content: "\73\73\73\73\73";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
    color: rgba(0,0,0,0.25);
}
.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: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	visibility: hidden;
}
.woocommerce p.stars a:hover:before,
.woocommerce-page p.stars a:hover:before,
.woocommerce p.stars a:focus:before,
.woocommerce-page p.stars a:focus:before {
	visibility: visible;
}
.woocommerce p.stars a.active:before,
.woocommerce-page p.stars a.active:before {
	visibility: visible;
}
.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a.star-1 {
	width: 24px;
    z-index: 10;
}
.woocommerce p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
	width: 48px;
    z-index: 9;
}
.woocommerce p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
	width: 72px;
    z-index: 8;
}
.woocommerce p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
	width: 96px;
    z-index: 7;
}
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
	width: 120px;
    z-index: 6;
}
.woocommerce p.stars a,
.woocommerce-page p.stars a {
	background: transparent;
}
.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
	border: 0;
	margin-bottom: 1.618em;
	width: 100%;
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
	width: 20%;
	font-weight: bold;
	padding: 1em 1.5em 1em 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	margin: 0;
	line-height: 1.5em;
}
.woocommerce table.shop_attributes tr:first-child th,
.woocommerce-page table.shop_attributes tr:first-child th {
	border-color: transparent;
}
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
	font-style: italic;
	padding: 1em 1.5em;
	border-top: 1px solid rgba(0,0,0,0.1);
	margin: 0;
	line-height: 1.5em;
}
.woocommerce table.shop_attributes tr:first-child td,
.woocommerce-page table.shop_attributes tr:first-child td {
	border-color: transparent;
}
.woocommerce table.shop_attributes td p,
.woocommerce-page table.shop_attributes td p {
	margin: 0;
	padding: 0;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	margin: 0px 0 2em 0px;
	text-align: left;
	font-size: 1.2em;
	width: 100%;
	color: #282d32;
	background-color: #ffffff;
	border-collapse: separate;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table tfoot th {
    color: #282d32;
    background: #ffffff;
}
.woocommerce table.actions_table,
.woocommerce-page table.actions_table {
	width: 100%;
}
.woocommerce .cart-subtotal th,
.woocommerce-page .cart-subtotal th,
.woocommerce .total th,
.woocommerce-page .total th  {
    vertical-align: middle;
}
.woocommerce .cart-subtotal .amount,
.woocommerce-page .cart-subtotal .amount,
.woocommerce .total .amount,
.woocommerce-page .total .amount  {
	font-size: 1.6em;
}
.woocommerce table.shop_table a:hover,
.woocommerce-page table.shop_table a:hover {
	color: #ffffff;
}
.woocommerce table.shop_table thead th,
.woocommerce-page table.shop_table thead th {
	line-height: 2em;
	padding: 20px;
	color: white;
}
.woocommerce table.shop_table th.product-thumbnail,
.woocommerce-page table.shop_table th.product-thumbnail {

}
.woocommerce table.shop_table .product-subtotal,
.woocommerce-page table.shop_table .product-subtotal {
	text-align: right;
	font-weight: 700;
}
.woocommerce table.shop_table th.product-remove,
.woocommerce-page table.shop_table th.product-remove {
	text-align: center;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th {
	padding: 10px 20px;
	vertical-align: middle;
	border-bottom: 1px solid;
    border-color: rgba(0,0,0,0.1) !important;
}
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th {
	font-weight: bold;
}
.woocommerce table.shop_table td small,
.woocommerce-page table.shop_table td small {
	font-weight: normal;
}
.woocommerce table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th {
	font-weight: 300;
}
.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
	font-size: 1em;
}
.woocommerce table.my_account_orders th,
.woocommerce-page table.my_account_orders th,
.woocommerce table.my_account_orders td,
.woocommerce-page table.my_account_orders td {
	padding: 1em 1.5em;
	vertical-align: middle;
}
.woocommerce table.my_account_orders .button,
.woocommerce-page table.my_account_orders .button {
	white-space: nowrap;
}
.woocommerce table.my_account_orders .order-actions,
.woocommerce-page table.my_account_orders .order-actions {
	text-align: right;
}
.woocommerce table.my_account_orders .order-actions .button,
.woocommerce-page table.my_account_orders .order-actions .button {
	margin: 0.125em 0 0.125em .25em;
}
.woocommerce td.product-name a,
.woocommerce-page td.product-name a {
	font-size: 1em;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 2px solid transparent;
}
.woocommerce td.product-price,
.woocommerce td.product-subtotal {
	font-size: 1em;
	text-decoration: none;
	background-color: transparent;
}
.woocommerce td.product-name dl.variation,
.woocommerce-page td.product-name dl.variation {
	margin: 0.25em 0 0.5em;
	font-size: 0.9em;
	color: rgba(0,0,0,0.3);
}
.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt {
	font-weight: bold;
	float: left;
	clear: left;
	margin: 0 0.25em 0 0;
	padding: 0;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
	float: left;
	margin: 0;
}
.woocommerce td.product-name dl.variation dd p,
.woocommerce-page td.product-name dl.variation dd p {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}
.woocommerce td.product-name p.backorder_notification,
.woocommerce-page td.product-name p.backorder_notification {
	font-size: 0.83em;
}
.woocommerce td.product-quantity,
.woocommerce-page td.product-quantity {
	min-width: 80px;
}
.woocommerce td.product-quantity .quantity,
.woocommerce-page td.product-quantity .quantity {
	margin-left: 0;
}
.woocommerce table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
	min-width: 50px;
}
.woocommerce table.cart img,
.woocommerce-page table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page #content table.cart img {
	width: 50px;
	height: auto;
}
.woocommerce table.cart th,
.woocommerce-page table.cart th,
.woocommerce #content table.cart th,
.woocommerce-page #content table.cart th,
.woocommerce table.cart td,
.woocommerce-page table.cart td,
.woocommerce #content table.cart td,
.woocommerce-page #content table.cart td {
	vertical-align: middle;
}
.woocommerce table.cart a.remove,
.woocommerce-page table.cart a.remove,
.woocommerce #content table.cart a.remove,
.woocommerce-page #content table.cart a.remove {
	float: right;
	font-size: 2em;
	height: 2em;
	width: 2em;
	text-align: center;
	line-height: 2em;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #b43232;
	text-decoration: none;
	font-weight: bold;
}
.woocommerce table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover,
.woocommerce #content table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover {
	background-color: #b43232;
	color: #fff;
}
.woocommerce table.cart_actions,
.woocommerce-page table.cart_actions,
.woocommerce #content table.cart_actions,
.woocommerce-page #content table.cart_actions {
	width: 100%;
	margin: 1em 0;
	text-align: right;
}
.woocommerce table.cart_actions td.cart_checkout,
.woocommerce-page table.cart_actions td.cart_checkout,
.woocommerce #content table.cart_actions td.cart_checkout,
.woocommerce-page #content table.cart_actions td.cart_checkout {
	padding: 1em 0 0;
}
.woocommerce table.cart_actions .coupon,
.woocommerce-page table.cart_actions .coupon,
.woocommerce #content table.cart_actions .coupon,
.woocommerce-page #content table.cart_actions .coupon {
	float: left;
}
.woocommerce table.cart_actions .coupon label,
.woocommerce-page table.cart_actions .coupon label,
.woocommerce #content table.cart_actions .coupon label,
.woocommerce-page #content table.cart_actions .coupon label {
	display: none;
}
.woocommerce table.cart_actions .coupon .input-text,
.woocommerce-page table.cart_actions .coupon .input-text,
.woocommerce #content table.cart_actions .coupon .input-text,
.woocommerce-page #content table.cart_actions .coupon .input-text {
	float: left;
	margin: 0;
}
.woocommerce table.cart_actions .coupon input[type="submit"],
.woocommerce-page table.cart_actions .coupon input[type="submit"],
.woocommerce #content table.cart_actions .coupon input[type="submit"],
.woocommerce-page #content table.cart_actions .coupon input[type="submit"] {
	float: left;
}
.woocommerce table.cart_actions input[type="submit"],
.woocommerce-page table.cart_actions input[type="submit"],
.woocommerce #content table.cart_actions input[type="submit"],
.woocommerce-page #content table.cart_actions input[type="submit"] {
	margin: 2px 0 0 0 !important;
	font-size: 1.05em;
}
.woocommerce table.cart_actions .button.alt,
.woocommerce-page table.cart_actions .button.alt,
.woocommerce #content table.cart_actions .button.alt,
.woocommerce-page #content table.cart_actions .button.alt {
	float: right !important;
	margin: 1em 0 0;
}
.woocommerce table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
	padding: 1em 0;
	text-align: right;
}
.woocommerce table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon {
	float: left;
}
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label,
.woocommerce #content table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label {
	display: none;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
	width: 55%;
	height: 40px;
	float: left;
	padding: 1em 1.5em;
	margin: 0;
	outline: none;
	line-height: 1em;
}
.woocommerce table.cart td.actions .coupon .button-coupon,
.woocommerce-page table.cart td.actions .coupon .button-coupon,
.woocommerce #content table.cart td.actions .coupon .button-coupon,
.woocommerce-page #content table.cart td.actions .coupon .button-coupon {
    height: 40px;
    padding: 1em 1.5em;
    margin: 0 !important;
}
.woocommerce table.cart td.actions .button-update-cart,
.woocommerce-page table.cart td.actions .button-update-cart,
.woocommerce #content table.cart td.actions .button-update-cart,
.woocommerce-page #content table.cart td.actions .button-update-cart {
    height: 40px;
    padding: 1em 1.5em;
    margin: 0 !important;
}
.woocommerce table.cart td.actions .button.alt,
.woocommerce-page table.cart td.actions .button.alt,
.woocommerce #content table.cart td.actions .button.alt,
.woocommerce-page #content table.cart td.actions .button.alt {
	float: right !important;
	margin: 1em 0 0;
}
.woocommerce table.cart input,
.woocommerce-page table.cart input,
.woocommerce #content table.cart input,
.woocommerce-page #content table.cart input {
	margin: 0;
	vertical-align: middle;
	padding: 1em 1.5em 1.1em;
}
.woocommerce ul.cart_list,
.woocommerce-page ul.cart_list,
.woocommerce ul.product_list_widget,
.woocommerce-page ul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce-page ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
    padding: 0.5em 0;
	margin: 0;
	list-style: none;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:after {
	content: "";
	display: block;
	clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce-page ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.product_list_widget li a {
	display: block;
    background-color: transparent;
}
.woocommerce ul.cart_list li img,
.woocommerce-page ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
	float: right;
    margin-top: 5px;
	margin-left: 10px;
	width: 32px;
	height: auto;
}
.woocommerce ul.cart_list li dl,
.woocommerce-page ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.woocommerce-page ul.product_list_widget li dl {
	margin: 0;
	font-size: 0.8751em;
	padding-left: 1em;
	border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.woocommerce ul.cart_list li dl dt,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dt {
	float: left;
	clear: left;
	margin-right: 0.25em;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.product_list_widget li dl dd {
	margin-bottom: 0.5em;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce-page ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating,
.woocommerce-page ul.product_list_widget li .star-rating {
	float: none;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
	border-top: 3px double rgba(255,255,255,0.1);
	padding: 10px 0 0;
    font-weight: bold;
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce-page .widget_shopping_cart .total strong {
	margin-top: 7px;
}
.woocommerce .widget_shopping_cart .total .amount,
.woocommerce-page .widget_shopping_cart .total .amount {
	float: right;
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce-page .widget_shopping_cart .total strong {
	min-width: 40px;
	display: inline-block;
}
.woocommerce .widget_shopping_cart .buttons a.button,
.woocommerce-page .widget_shopping_cart .buttons a.button {
	float: left;
    width: 48%;
}
.woocommerce .widget_shopping_cart .buttons a.button.checkout,
.woocommerce-page .widget_shopping_cart .buttons a.button.checkout {
	float: right;
    width: 48%;
}
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after {
	content: "";
	display: block;
	clear: both;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	width: 100%;
}
.woocommerce .cart-collaterals th,
.woocommerce-page .cart-collaterals th {

}
.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:after {
	content: "";
	display: block;
	clear: both;
}
.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
	width: 30.75%;
	float: left;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	width: 48%;
	float: left;
}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
	float: none;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
	width: 48%;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
	width: 48%;
	text-align: right;
	margin: 20px 0 0 0;
	clear: right;
	float: right;
}
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after {
	content: "";
	display: block;
	clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator h2,
.woocommerce-page .cart-collaterals .shipping_calculator h2 {
	padding: 20px;
}
.woocommerce .cart-collaterals .shipping_calculator h2 a,
.woocommerce-page .cart-collaterals .shipping_calculator h2 a {
	background-color: transparent;
}
.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-page .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-2 {
	width: 47%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: left;
	width: 100%;
	text-align: right;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
	padding: 20px;
	margin: 0;
}
.woocommerce .cart-collaterals .cart_totals p,
.woocommerce-page .cart-collaterals .cart_totals p {
	margin: 0;
}
.woocommerce .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals th {
	width: 50%;
}
.woocommerce .cart-collaterals .cart_totals p small,
.woocommerce-page .cart-collaterals .cart_totals p small {
	font-size: 1em;
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
	float: right;
	width: 100%;
	border: 0;
	margin: 0 0 2em;
	padding: 0;
	background-color: #ffffff;
	color: #282d32;
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-page .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 td {
	border-top: 0;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
	padding: 1em 1.5em !important;
	font-size: 1.3em;
	text-align: right;
}
.woocommerce .cart-collaterals .cart_totals table small,
.woocommerce-page .cart-collaterals .cart_totals table small {
	display: block;
}
.woocommerce .cart-collaterals .cart_totals table select,
.woocommerce-page .cart-collaterals .cart_totals table select {
	width: 100%;
}
.woocommerce .cart-collaterals .cart_totals .discount td,
.woocommerce-page .cart-collaterals .cart_totals .discount td {

}
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr th {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 1em;
}
.woocommerce .cart-collaterals .cart_totals a.button.alt,
.woocommerce-page .cart-collaterals .cart_totals a.button.alt {
	width: 193px;
	display: block;
	font-size: 0.92em;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
	padding: 1em 0 0.5em;
	margin: 0;
}
.woocommerce form .form-row a,
.woocommerce-page form .form-row a {
    color: #282d32;
}
.woocommerce form .form-row a:hover,
.woocommerce-page form .form-row a:hover {
    color: #ffffff;
}
.woocommerce form .form-row a.lost_password,
.woocommerce-page form .form-row a.lost_password {
    float: right;
}
.woocommerce form .form-row:after,
.woocommerce-page form .form-row:after {
	content: "";
	display: block;
	clear: both;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder,
.woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity: 0;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	display: block;
}
.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: #b43232;
	font-weight: bold;
	border: 0;
}
.woocommerce form .form-row .input-checkbox,
.woocommerce-page form .form-row .input-checkbox {
	display: inline;
	margin: -6px 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-page form .form-row input.input-text,
.woocommerce form .form-row textarea,
.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;
	-webkit-transition-property: border-color, background-color;
	-moz-transition-property: border-color, background-color;
	transition-property: border-color, background-color;
}
.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.validate-required.woocommerce-validated input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text {
	background-image: url("images/icons/valid.png");
	background-position: right center;
	background-repeat: no-repeat;
}
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text {
	background-image: url("images/icons/invalid.png");
	background-position: right center;
	background-repeat: no-repeat;
}
.woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-single,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chzn-single,
.woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-drop,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chzn-drop,
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce form .form-row.validate-required.woocommerce-invalid select,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
	border-color: #b43232;
}
.woocommerce form .form-row ::-webkit-input-placeholder,
.woocommerce-page form .form-row ::-webkit-input-placeholder {
	line-height: 1em;
	padding-top: 2px;
}
.woocommerce form .form-row :-moz-placeholder,
.woocommerce-page form .form-row :-moz-placeholder {
	line-height: 1em;
	padding-top: 2px;
}
.woocommerce form .form-row :-ms-input-placeholder,
.woocommerce-page form .form-row :-ms-input-placeholder {
	line-height: 1em;
	padding-top: 2px;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
	float: left;
	width: 47%;
	overflow: visible;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
	float: right;
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
	clear: both;
}
.woocommerce form.login,
.woocommerce-page form.login,
.woocommerce form.checkout_coupon,
.woocommerce-page form.checkout_coupon,
.woocommerce form.register,
.woocommerce-page form.register {
	float: left;
	width: 100%;
	background: #ffffff;
	color: #282d32;
	padding: 2em;
	margin: 0 0 2em 0;
	text-align: left;
}
.woocommerce form.checkout_coupon #coupon_code,
.woocommerce-page form.checkout_coupon #coupon_code {
	height: 45px;
}
.woocommerce form.checkout_coupon input.button,
.woocommerce-page form.checkout_coupon input.button {
	height: 45px;
}
.woocommerce ul#shipping_method,
.woocommerce-page ul#shipping_method {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
	display: block;
	position: relative;
	padding: 0 0 0 2.5em;
	text-align: left;
	list-style: none outside;
}
.woocommerce ul#shipping_method li input,
.woocommerce-page ul#shipping_method li input {
	position: absolute;
	left: 0;
	top: 0;
}
.woocommerce ul#shipping_method li label,
.woocommerce-page ul#shipping_method li label {
	font-size: 20px;
}
.woocommerce ul#shipping_method .amount,
.woocommerce-page ul#shipping_method .amount {
	font-weight: bold;
}
.woocommerce .checkout #customer_details,
.woocommerce-page .checkout #customer_details {
    color: #282d32;
	background-color: #ffffff;
	padding: 2em;
	margin-bottom: 2em;
}
.woocommerce .checkout .col-2 h3,
.woocommerce-page .checkout .col-2 h3 {
	float: left;
	clear: none;
}
.woocommerce .checkout .col-2 .notes,
.woocommerce-page .checkout .col-2 .notes {
	clear: left;
}
.woocommerce .checkout .col-2 .form-row-first,
.woocommerce-page .checkout .col-2 .form-row-first {
	clear: left;
}
.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: 3em;
	margin: 0 0 0 0;
	padding: 0;
}
.woocommerce .checkout .shipping_address,
.woocommerce-page .checkout .shipping_address {
	clear: both;
}
.woocommerce #payment,
.woocommerce-page #payment {
	background: #ffffff;
	color: #282d32;
	padding: 2em;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
	text-align: left;
	margin: 0;
	list-style: none outside;
}
.woocommerce #payment ul.payment_methods:after,
.woocommerce-page #payment ul.payment_methods:after {
	content: "";
	display: block;
	clear: both;
}
.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
	line-height: 2em;
	margin: 0 0 2em;
	text-align: left;
	font-weight: normal;
}
.woocommerce #payment ul.payment_methods li input,
.woocommerce-page #payment ul.payment_methods li input {
	float: left;
	margin: 6px 1.5em 0 0;
}
.woocommerce #payment ul.payment_methods li img,
.woocommerce-page #payment ul.payment_methods li img {
	vertical-align: middle;
	margin: -2px 0 0 0.5em;
	position: relative;
}
.woocommerce .address-field a:hover,
.woocommerce-page .address-field a:hover {
    color: inherit !important;
}
.woocommerce #payment ul.payment_methods li label,
.woocommerce-page #payment ul.payment_methods li label {
	font-size: 20px;
}
.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
	padding: 0;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: right;
	margin: 0;
    padding: 1em 2em !important;
    font-size: 2em !important;
}
.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
	padding: 0 1em 0;
	text-align: right;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
	position: relative;
	width: 100%;
	padding: 2em;
	margin: 1.5em 0;
	font-size: 1em;
	line-height: 1.5em;
	background: #ffffff;
	border: 1px solid rgba(0,0,0,0.1);
	color: #282d32;
}
.woocommerce #payment div.payment_box p:last-child,
.woocommerce-page #payment div.payment_box p:last-child {
	margin-bottom: 0;
}
.woocommerce #payment div.payment_box #cc-expire-month,
.woocommerce-page #payment div.payment_box #cc-expire-month,
.woocommerce #payment div.payment_box #cc-expire-year,
.woocommerce-page #payment div.payment_box #cc-expire-year {
	width: 48%;
	float: left;
}
.woocommerce #payment div.payment_box #cc-expire-year,
.woocommerce-page #payment div.payment_box #cc-expire-year {
	float: right;
}
.woocommerce #payment div.payment_box span.help,
.woocommerce-page #payment div.payment_box span.help {
	font-size: 11px;
	color: #282d32;
	line-height: 13px;
	font-weight: normal;
}
.woocommerce #payment div.payment_box .form-row,
.woocommerce-page #payment div.payment_box .form-row {
	margin: 0 0 1em;
}
.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 .form-row select:nth-child(3n),
.woocommerce-page #payment div.payment_box .form-row select:nth-child(3n) {
	margin-right: 0;
}
.woocommerce .order_details,
.woocommerce-page .order_details {
	margin: 0 0 1.5em;
	list-style: none;
}
.woocommerce .order_details:after,
.woocommerce-page .order_details:after {
	content: "";
	display: block;
	clear: both;
}
.woocommerce .order_details li,
.woocommerce-page .order_details li {
	float: left;
	margin-right: 2em;
	line-height: 1em;
	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 .addresses .title:after,
.woocommerce-page .addresses .title:after {
	content: "";
	display: block;
	clear: both;
}
.woocommerce .addresses .title h3,
.woocommerce-page .addresses .title h3 {
	float: left;
}
.woocommerce .addresses .title .edit,
.woocommerce-page .addresses .title .edit {
	float: right;
}
.woocommerce ol.commentlist.notes li.note p.meta,
.woocommerce-page ol.commentlist.notes li.note p.meta {
	font-weight: bold;
	margin-bottom: 0;
}
.woocommerce ol.commentlist.notes li.note .description p:last-child,
.woocommerce-page ol.commentlist.notes li.note .description p:last-child {
	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 ul.digital-downloads li .count,
.woocommerce-page ul.digital-downloads li .count {
	float: right;
}
.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.25em 0 0;
	list-style: none;
}
.woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:after {
	content: "";
	display: block;
	clear: both;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce-page .widget_layered_nav ul li span {
	padding: 0;
	float: left;
	font-size: 1em;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 2px solid transparent;
}
.woocommerce .widget_layered_nav ul li a:hover,
.woocommerce-page .widget_layered_nav ul li a:hover {
    color: #ffffff;
    border-color: #ffffff;
}
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
	padding: 0;
}
.woocommerce .widget_layered_nav ul li.chosen a:hover,
.woocommerce-page .widget_layered_nav ul li.chosen a:hover {

}
.woocommerce .widget_layered_nav ul small.count,
.woocommerce-page .widget_layered_nav ul small.count {
	float: right;
	margin-left: 1em;
	font-size: 0.9em;
	padding: 0;
	color: rgba(255,255,255,0.4);
}
.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 {
	float: left;
	padding: 0 0.5em 0 1.5em;
	text-decoration: none;

	background-image: url(images/icons/cross.png);
	background-repeat: no-repeat;
	background-position: 0.5em center;
}
.woocommerce .widget_price_filter .price_slider,
.woocommerce-page .widget_price_filter .price_slider {
	margin: 2em 0;
}
.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 3.6em;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
	font-size: 1.2em;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
	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: 0.75em;
	height: 1.5em;

	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);

	-webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;

	cursor: pointer;
	outline: none;
	top: -0.5em;

	background: rgba(255,255,255,0.5);
}
.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: -0.75em;
}
.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: 0.7em;
	display: block;
	border: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {

}
.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
	height: 0.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;
}

/*
====================================================================================================
WooCommerce Custom Styles
====================================================================================================
*/

/*
----------------------------------------------------------------------------------------------------
Global
----------------------------------------------------------------------------------------------------
*/

.sidebar-shop {
    padding-top: 1em;
}

.demo_store {
    border: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.woocommerce label,
.woocommerce-page label,
.woocommerce span.required,
.woocommerce-page span.required { display: inline-block; }

/*
----------------------------------------------------------------------------------------------------
Category
----------------------------------------------------------------------------------------------------
*/

.woocommerce .page-title,
.woocommerce-page .page-title {
    display: block;
    position: relative;
    padding: 0;
    margin: 0 0 0.25em;
    clear: both;
}
.woocommerce .grid-shop,
.woocommerce-page .grid-shop {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
}
.woocommerce .grid-shop .product,
.woocommerce-page .grid-shop .product {
    float: left;
}
.woocommerce .grid-shop .product .tile-block,
.woocommerce-page .grid-shop .product .tile-block {
    position: relative;
}
.woocommerce .grid-shop .product .product-image-container,
.woocommerce-page .grid-shop .product .product-image-container {
    float: left;
    width: 100%;
    padding: 0.5em;
    clear: both;
}
.woocommerce .grid-shop .product .product-image-container img,
.woocommerce-page .grid-shop .product .product-image-container img {
    width: 100%;
    height: auto;
}
.woocommerce .grid-shop .product .product-body,
.woocommerce-page .grid-shop .product .product-body {
    float: left;
    width: 100%;
    margin: 0;
    clear: both;
}
.woocommerce .grid-shop .product .product-content,
.woocommerce-page .grid-shop .product .product-content {
    position: relative;
}
.woocommerce .grid-shop .product h2,
.woocommerce-page .grid-shop .product h2 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 1.8em;
    line-height: 1.4em;
}
.woocommerce .grid-shop .product .price,
.woocommerce-page .grid-shop .product .price {
    float: left;
    width: 100%;
    clear: both;
    font-size: 1.4em;
    font-weight: 700;
}
.woocommerce .grid-shop .product-category h3,
.woocommerce-page .grid-shop .product-category h3 {
    padding: 0.5em 0 0.75em;
    margin: 0;
    text-align: center;
}
.woocommerce .grid-shop .product-category .tile-block,
.woocommerce-page .grid-shop .product-category .tile-block {
    background: transparent;
}
.woocommerce .grid-shop .product .star-rating,
.woocommerce-page .grid-shop .product .star-rating {
    float: left;
    margin: 0 0 2em;
    clear: both;
}
.woocommerce a.button.add_to_cart_button,
.woocommerce-page a.button.add_to_cart_button,
.woocommerce a.button.product_type_variable,
.woocommerce-page a.button.product_type_variable,
.woocommerce a.button.product_type_grouped,
.woocommerce-page a.button.product_type_grouped,
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
    float: left;
    clear: both;
    width: 100%;

    padding: 0.75em 2em !important;
    margin: 1.5em 0 0 !important;

    text-shadow: none !important;
    border: 0 !important;

    background: transparent !important;

    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;

    line-height: 1.2em !important;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.75em 2em !important;
    text-align: center;
    margin: 0 !important;
    text-decoration: none;
}
.woocommerce div.product span.onsale,
.woocommerce-page div.product span.onsale {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.6em 1.5em;
    margin: 0;
    font-size: 1.1em;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    line-height: normal;
    z-index: 1;

    white-space: nowrap;
}
.woocommerce .grid-shop div.product span.onsale,
.woocommerce-page .grid-shop div.product span.onsale {
    bottom: 0 !important;
    top: auto;
    padding: 0.6em 1.5em;
    padding: 5px 1em;
}
.woocommerce div.product div.product_meta,
.woocommerce-page div.product div.product_meta {
    margin-bottom: 3em;
}
.woocommerce .checkout-button,
.woocommerce-page .checkout-button {
    padding: 1em 2em !important;
    font-size: 2em !important;
}
.woocommerce table.shop_table td.actions,
.woocommerce-page table.shop_table td.actions {
    padding: 0 !important;
    background: transparent !important;
    border-bottom: 0;
}
.woocommerce input[type="radio"],
.woocommerce-page input[type="radio"] {
    margin-top: 18px !important;
}
.woocommerce #order_review_heading,
.woocommerce-page #order_review_heading {
    padding: 20px;
	margin: 0;
}

/*
----------------------------------------------------------------------------------------------------
Account
----------------------------------------------------------------------------------------------------
*/

.toolbar .account {
    margin-left: 1em;
    list-style: none;
}
.toolbar .account li {
    margin-right: 2px;
}
.toolbar .account li a {
    float: left;
    height: 36px;
    padding: 0.6em 1em;
    text-decoration: none;
}

/*
----------------------------------------------------------------------------------------------------
Mini Cart
----------------------------------------------------------------------------------------------------
*/

.toolbar .cart-mini {
    margin-left: 0;
    list-style: none;
}
.toolbar .cart-mini li {
    margin-right: 2px;
}
.toolbar .cart-mini li a {
    float: left;
    height: 36px;
    padding: 0.6em 1em;
    text-decoration: none;
}
.toolbar .cart-mini li.cart a {
    position: relative;
    padding-left: 3em;
    background-image: url("images/icons/cart.png");
    background-position: 10px 9px;
    background-repeat: no-repeat;
}
.toolbar .cart-mini li.cart a strong {
    margin-left: 8px;
}
.toolbar .cart-mini li.cart a span.badge {
    position: absolute;
    top: -8px;
    right: -8px;
    padding: 0 5px;
    font-size: 0.8em;

    -webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

	.toolbar .cart-mini li.cart a {
        background-image: url("images/icons/cart@2x.png");
        -webkit-background-size: 20px 16px;
		-moz-background-size: 20px 16px;
		-o-background-size: 20px 16px;
		background-size: 20px 16px;
    }

}

/*
----------------------------------------------------------------------------------------------------
Widget Product Categories [WooCommerce]
----------------------------------------------------------------------------------------------------
*/

.widget_product_categories li {
    padding: 0.5em 1em;
        margin: 0 0 2px;
    font-size: 1.4em;
}
.widget_product_categories li a {
    text-decoration: none;
    border-bottom: 2px solid transparent;
}
.widget_product_categories li a:hover {
    text-decoration: none;
    border-bottom: 2px solid;
}
.widget_product_categories li li {
    padding: 0;
    font-size: 1em;
}
.widget_product_categories li li a:before {
    content: '\2192\00A0';
}

/*
====================================================================================================
Retina
====================================================================================================
*/

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

    .woocommerce .widget_layered_nav_filters ul li a,
    .woocommerce-page .widget_layered_nav_filters ul li a {
        background-image: url(images/icons/cross@2x.png);
        -webkit-background-size: 8px 8px;
		-moz-background-size: 8px 8px;
		-o-background-size: 8px 8px;
		background-size: 8px 8px;
    }
    .woocommerce form .form-row.validate-required.woocommerce-validated input.input-text,
    .woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text {
        background-image: url("images/icons/valid@2x.png");
        -webkit-background-size: 32px 16px;
		-moz-background-size: 32px 16px;
		-o-background-size: 32px 16px;
		background-size: 32px 16px;

    }
    .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
    .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text {
        background-image: url("images/icons/invalid@2x.png");
        -webkit-background-size: 32px 16px;
		-moz-background-size: 32px 16px;
		-o-background-size: 32px 16px;
		background-size: 32px 16px;
    }
    .woocommerce a.button.loading:before,
    .woocommerce-page a.button.loading:before,
    .woocommerce button.button.loading:before,
    .woocommerce-page button.button.loading:before,
    .woocommerce input.button.loading:before,
    .woocommerce-page input.button.loading:before,
    .woocommerce #respond input#submit.loading:before,
    .woocommerce-page #respond input#submit.loading:before,
    .woocommerce #content input.button.loading:before,
    .woocommerce-page #content input.button.loading:before {
        background-image: url("images/loading@2x.gif");
        -webkit-background-size: 20px 20px;
		-moz-background-size: 20px 20px;
		-o-background-size: 20px 20px;
		background-size: 20px 20px;
    }
    .woocommerce a.button.added:before,
    .woocommerce-page a.button.added:before,
    .woocommerce button.button.added:before,
    .woocommerce-page button.button.added:before,
    .woocommerce input.button.added:before,
    .woocommerce-page input.button.added:before,
    .woocommerce #respond input#submit.added:before,
    .woocommerce-page #respond input#submit.added:before,
    .woocommerce #content input.button.added:before,
    .woocommerce-page #content input.button.added:before {
        background-image: url("images/icons/success@2x.png");
        -webkit-background-size: 16px 16px;
		-moz-background-size: 16px 16px;
		-o-background-size: 16px 16px;
		background-size: 16px 16px;
    }

}

/*
====================================================================================================
Responsive
====================================================================================================
*/

@media
only screen and (max-width: 1280px) {

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
         width: 100%;
    }

    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
         margin-top: 2em;
    }

}

@media
only screen and (max-width: 1024px) {

    .woocommerce div.product form.cart .variations select,
    .woocommerce-page div.product form.cart .variations select,
    .woocommerce #content div.product form.cart .variations select,
    .woocommerce-page #content div.product form.cart .variations select {
        width: 100%;
    }

    .woocommerce .woocommerce-ordering select,
    .woocommerce-page .woocommerce-ordering select {
        width: 100%;
    }

    /* Cart Table */
    .woocommerce table.shop_table.cart,
    .woocommerce-page table.shop_table.cart,
    .woocommerce table.shop_table.cart thead,
    .woocommerce-page table.shop_table.cart thead,
	.woocommerce table.shop_table.cart tbody,
	.woocommerce-page table.shop_table.cart tbody,
	.woocommerce table.shop_table.cart th,
	.woocommerce-page table.shop_table.cart th,
	.woocommerce table.shop_table.cart td,
	.woocommerce-page table.shop_table.cart td,
	.woocommerce table.shop_table.cart tr,
	.woocommerce-page table.shop_table.cart tr {
		display: block;
		text-align: left !important;
	}
	.woocommerce table.shop_table.cart td,
	.woocommerce-page table.shop_table.cart td {
		border: 0 !important;
		padding: 5px 20px;
	}
    .woocommerce table.shop_table.cart td.product-remove,
    .woocommerce-page table.shop_table.cart td.product-remove {
		display: none;
	}
	.woocommerce table.shop_table.cart tr,
	.woocommerce-page table.shop_table.cart tr {
		padding: 20px 0;
	}
	.woocommerce table.shop_table.cart thead tr,
	.woocommerce-page table.shop_table.cart thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.woocommerce table.shop_table.cart tr,
	.woocommerce-page table.shop_table.cart tr {
	    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    }
	.woocommerce table.shop_table.cart td,
	.woocommerce-page table.shop_table.cart td {
		border: none;
		position: relative;
		padding-left: 35%;
		white-space: normal;
		text-align: left;
	}
	.woocommerce table.shop_table.cart td:before,
	.woocommerce-page table.shop_table.cart td:before {
		position: absolute;
		top: 6px;
		left: 20px;
		width: 25%;
		padding-right: 20px;
		white-space: nowrap;
	}
	.woocommerce table.shop_table.cart td:before,
	.woocommerce-page table.shop_table.cart td:before {
	    content: attr(data-title);
    }

    /* Actions Table */
    .woocommerce table.actions_table,
    .woocommerce-page table.actions_table,
    .woocommerce table.actions_table thead,
    .woocommerce-page table.actions_table thead,
	.woocommerce table.actions_table tbody,
	.woocommerce-page table.actions_table tbody,
	.woocommerce table.actions_table th,
	.woocommerce-page table.actions_table th,
	.woocommerce table.actions_table td,
	.woocommerce-page table.actions_table td,
	.woocommerce table.actions_table tr,
	.woocommerce-page table.actions_table tr {
	    display: block;
	    clear: both;
	}
    .woocommerce table.actions_table td,
	.woocommerce-page table.actions_table td {
		border: 0 !important;
		padding: 5px 20px;
	}
    .woocommerce table.actions_table tr,
	.woocommerce-page table.actions_table tr {
		padding: 20px 0;
	}
    .woocommerce table.actions_table td .button-update-cart,
	.woocommerce-page table.actions_table td .button-update-cart {
		float: left;
	}

}

@media
only screen and (max-width: 768px) {

    .woocommerce div.product div.images,
    .woocommerce-page div.product div.images,
    .woocommerce #content div.product div.images,
    .woocommerce-page #content div.product div.images {
        float: left;
        width: 100%;
    }
    .woocommerce div.product div.summary,
    .woocommerce-page div.product div.summary,
    .woocommerce #content div.product div.summary,
    .woocommerce-page #content div.product div.summary {
        float: left;
        width: 100%;
        padding-right: 0;
    }

}

@media
only screen and (max-width: 480px) {

    .woocommerce div.product .woocommerce-tabs ul.tabs li,
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
    .woocommerce div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
        width: 100%;
    }

    .woocommerce .woocommerce-result-count,
    .woocommerce-page .woocommerce-result-count {
        width: 100%;
    }
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        width: 100%;
    }
    .woocommerce .woocommerce-ordering select,
    .woocommerce-page .woocommerce-ordering select {
        width: 100%;
    }

    .woocommerce .checkout-button,
    .woocommerce-page .checkout-button {
        width: 100%;
    }

    .woocommerce #place_order,
    .woocommerce-page #place_order {
        width: 100%;
    }

    .woocommerce form .form-row-first,
    .woocommerce-page form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }

    .woocommerce .checkout #shiptobilling,
    .woocommerce-page .checkout #shiptobilling {
        float: left;
        margin-bottom: 2em;
    }

}