/*# sourceMappingURL=woocommerce-style.css.map */

html {
	box-sizing: border-box;
}

*, *::after, *::before {
	box-sizing: inherit;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

body, button, input, select, textarea {
	color: #333;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, .woocommerce-order-received .entry-content .woocommerce .title h3, .woocommerce h1.page-title, .woocommerce-page h1.page-title, h3, h4, h5, h6 {
	clear: both;
	margin: .5em 0;
	line-height: 1.2;
}

h1 {
	font-size: 36px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
}

h2, .woocommerce-order-received .entry-content .woocommerce .title h3, .woocommerce h1.page-title, .woocommerce-page h1.page-title {
	font-size: 30px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 300;
	line-height: 1.1;
}

h3 {
	font-size: 28px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
}

h4 {
	font-size: 22px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
}

h5 {
	font-size: 20px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
}

h6 {
	font-size: 18px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
}

p {
	font-size: 1em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em 0 0;
	border-left: 2px solid #b92120;
	padding-left: 1em;
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: .9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.container, .r8_container {
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 50px;
}

@media screen and (max-width: 768px) {
	.container, .r8_container {
		padding: 0 30px;
	}
}

@media screen and (max-width: 626px) {
	.container, .r8_container {
		padding: 0 20px;
	}
}

.container {
	width: 100%;
}

.container:after {
	clear: both;
	content: "";
	display: table;
}

.shop-template .categories {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 50px;
	padding-bottom: 40px;
}

.shop-template .categories:after {
	clear: both;
	content: "";
	display: table;
}

.shop-template .categories .category {
	float: left;
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 2.35765%;
	width: 48.82117%;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	margin-top: 30px;
}

.shop-template .categories .category:last-child {
	margin-right: 0;
}

.shop-template .categories .category:nth-child(2n) {
	margin-right: 0;
}

.shop-template .categories .category:nth-child(2n+1) {
	clear: left;
}

@media screen and (max-width: 626px) {
	.shop-template .categories .category {
		float: left;
		display: block;
		margin-right: 7.42297%;
		margin-right: 0;
		width: 100%;
	}
	
	.shop-template .categories .category:last-child {
		margin-right: 0;
	}
}

.shop-template .categories .category:nth-child(1), .shop-template .categories .category:nth-child(2) {
	margin-top: 0;
}

@media screen and (max-width: 626px) {
	.shop-template .categories .category:nth-child(n+1) {
		margin-top: 30px;
	}
}

.shop-template .categories .category .category_title h4 {
	margin: 0;
}

.shop-template .categories .category .category_title h4 a {
	color: #696969;
	font-size: 1.25rem;
	text-transform: lowercase;
}

.shop-template .categories .category .category_image {
	-webkit-flex-grow: 0;
	-moz-flex-grow: 0;
	flex-grow: 0;
	-ms-flex-positive: 0;
	-webkit-flex-shrink: 1;
	-moz-flex-shrink: 1;
	flex-shrink: 1;
	-ms-flex-negative: 1;
	background-color: #fff;
}

.shop-template .categories .category .category_image>a {
	display: block;
}

.shop-template .categories .category .category_image img {
	width: 100%;
	height: auto;
	display: block;
}

.shop-template .categories .category .category_info {
	-webkit-flex-grow: 2;
	-moz-flex-grow: 2;
	flex-grow: 2;
	-ms-flex-positive: 2;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	background-color: #fff;
	padding: 25px 40px 30px;
	text-align: center;
}

.shop-template .categories .category .category_info .category_info_wrap {
	width: 100%;
}

.shop-template .categories .category .category_description {
	margin-top: 24px;
}

.shop-template .categories .category .category_description p {
	line-height: 1.5;
}

.shop-template .r8_image_section .r8_image_gallery {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.shop-template .r8_image_section .r8_image_gallery:after {
	clear: both;
	content: "";
	display: table;
}

.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 23.23176%;
}

.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:last-child {
	margin-right: 0;
}

.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(6n) {
	margin-right: 2.35765%;
}

.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(6n+1) {
	clear: none;
}

.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(4n) {
	margin-right: 0;
}

.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(4n+1) {
	clear: left;
}

.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:not(:nth-child(-n+3)) {
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 30.94756%;
	}
	
	.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:last-child {
		margin-right: 0;
	}
	
	.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(4n) {
		margin-right: 3.57866%;
	}
	
	.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(4n+1) {
		clear: none;
	}
	
	.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(3n) {
		margin-right: 0;
	}
	
	.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(3n+1) {
		clear: left;
	}
}

@media screen and (max-width: 626px) {
	.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 46.28851%;
	}
	
	.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:last-child {
		margin-right: 0;
	}
	
	.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(3n) {
		margin-right: 7.42297%;
	}
	
	.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(3n+1) {
		clear: none;
	}
	
	.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(2n) {
		margin-right: 0;
	}
	
	.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(2n+1) {
		clear: left;
	}
}

.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image a:hover {
	opacity: 1;
}

.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image a:hover>img {
	filter: none !important;
	max-height: 150px;
}

.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image a>img {
	width: 180px;
}

.woocommerce span.onsale {
	background-color: #b92120;
}

.woocommerce ul.products {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.woocommerce ul.products:before, .woocommerce ul.products:after {
	display: none;
}

.woocommerce ul.products li.product {
	float: left;
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 2.35765%;
	width: 31.76157%;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px;
	background-color: #fff;
	background-color: #fafafa;
	text-align: center;
	border-radius: 3px;
}

.woocommerce ul.products li.product:nth-child(4n) {
	margin-right: 2.35765%;
}

.woocommerce ul.products li.product:nth-child(4n+1) {
	clear: none;
}

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

.woocommerce ul.products li.product:nth-child(3n) {
	margin-right: 0;
}

.woocommerce ul.products li.product:nth-child(3n+1) {
	clear: left;
}

@media screen and (max-width: 768px) {
	.woocommerce ul.products li.product {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 48.21067%;
	}
	
	.woocommerce ul.products li.product:last-child {
		margin-right: 0;
	}
	
	.woocommerce ul.products li.product:nth-child(3n) {
		margin-right: 3.57866%;
	}
	
	.woocommerce ul.products li.product:nth-child(3n+1) {
		clear: none;
	}
	
	.woocommerce ul.products li.product:nth-child(2n) {
		margin-right: 0;
	}
	
	.woocommerce ul.products li.product:nth-child(2n+1) {
		clear: left;
	}
}

@media screen and (max-width: 626px) {
	.woocommerce ul.products li.product {
		float: left;
		display: block;
		margin-right: 7.42297%;
		margin-right: 0 !important;
		width: 100%;
	}
	
	.woocommerce ul.products li.product:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 626px) {
	.woocommerce ul.products li.product:last-child {
		margin-bottom: 10px;
	}
}

.woocommerce ul.products li.product a:hover, .woocommerce ul.products li.product a:focus {
	opacity: 1;
}

.woocommerce ul.products li.product .star-rating {
	margin: 5px auto 0 auto;
	font-size: .675em;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
	display: block;
	width: 100%;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link>img.wp-post-image {
	max-width: calc(100% + 40px);
	width: calc(100% + 40px);
	margin-top: -20px;
	margin-left: -20px;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link h3 {
	padding: 0 20px;
	text-align: center;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link .price {
	color: #333;
	padding: 0 20px;
	text-align: center;
	margin-top: 5px;
}

.woocommerce ul.products .add_to_cart_button, .woocommerce ul.products .ajax_add_to_cart, .woocommerce ul.products .product_type_variable, .woocommerce ul.products .product_type_grouped, .woocommerce ul.products .product_type_external {
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	align-self: flex-end;
	-ms-flex-item-align: end;
	margin: 0 auto;
}

.woocommerce ul.products .added_to_cart {
	position: absolute;
	margin-left: -50px;
	background-color: white;
	border-radius: 3px;
	bottom: -12px;
	width: 100px;
	left: 50%;
}

@media screen and (max-width: 626px) {
	.woocommerce-page .cart-collaterals .cross-sells ul.products li {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 46.28851%;
	}
	
	.woocommerce-page .cart-collaterals .cross-sells ul.products li:last-child {
		margin-right: 0;
	}
	
	.woocommerce-page .cart-collaterals .cross-sells ul.products li:nth-child(2n) {
		margin-right: 0;
	}
	
	.woocommerce-page .cart-collaterals .cross-sells ul.products li:nth-child(2n+1) {
		clear: left;
	}
}

@media screen and (max-width: 626px) {
	.woocommerce-page .cart-collaterals .cross-sells ul.products li a.add_to_cart_button {
		font-size: 10px;
	}
}

.woocommerce td.product-name dl.variation p {
	margin: 0;
}

.woocommerce-cart .site-content {
	padding: 0 !important;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 60px;
	max-width: 100%;
}

#add_payment_method table.cart .product-thumbnail>a, .woocommerce-cart table.cart .product-thumbnail>a, .woocommerce-checkout table.cart .product-thumbnail>a {
	line-height: 0;
	display: block;
}

.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price {
	color: #333;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th, .woocommerce #content div.product form.cart .variations td, .woocommerce #content div.product form.cart .variations th {
	padding: 5px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper, .woocommerce #content div.product div.images .woocommerce-product-gallery__wrapper {
	margin: 0;
}

@media screen and (max-width: 626px) {
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image, .woocommerce #content div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
		min-height: 10px !important;
		width: 100%;
	}
}

.woocommerce div.product div.images .flex-control-thumbs, .woocommerce #content div.product div.images .flex-control-thumbs {
	margin-top: 3.5%;
}

.woocommerce div.product div.images .flex-control-thumbs>li, .woocommerce #content div.product div.images .flex-control-thumbs>li {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 23.23176%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs>li:last-child, .woocommerce #content div.product div.images .flex-control-thumbs>li:last-child {
	margin-right: 0;
}

.woocommerce div.product div.images .flex-control-thumbs>li:nth-child(4n), .woocommerce #content div.product div.images .flex-control-thumbs>li:nth-child(4n) {
	margin-right: 0;
}

.woocommerce div.product div.images .flex-control-thumbs>li:nth-child(4n+1), .woocommerce #content div.product div.images .flex-control-thumbs>li:nth-child(4n+1) {
	clear: left;
}

.woocommerce div.product div.thumbnails a:hover, .woocommerce div.product div.thumbnails a:focus, .woocommerce #content div.product div.thumbnails a:hover, .woocommerce #content div.product div.thumbnails a:focus {
	opacity: 1;
}

.woocommerce div.product .product_meta span, .woocommerce #content div.product .product_meta span {
	display: block;
}

.woocommerce div.product .product_meta span span, .woocommerce #content div.product .product_meta span span {
	display: inline;
}

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel {
	background-color: #fff;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	padding: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs {
	padding-left: 0px;
	margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li {
	background-color: #ccc;
	border-radius: 0px;
	border: none;
}

.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 {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #fff;
	border-top: 2px solid #b92120;
}

.woocommerce div.product .related.products li.product, .woocommerce #content div.product .related.products li.product {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 23.23176%;
}

.woocommerce div.product .related.products li.product:last-child, .woocommerce #content div.product .related.products li.product:last-child {
	margin-right: 0;
}

.woocommerce div.product .related.products li.product:nth-child(4n), .woocommerce #content div.product .related.products li.product:nth-child(4n) {
	margin-right: 0;
}

.woocommerce div.product .related.products li.product:nth-child(4n+1), .woocommerce #content div.product .related.products li.product:nth-child(4n+1) {
	clear: left;
}

@media screen and (max-width: 768px) {
	.woocommerce div.product .related.products li.product, .woocommerce #content div.product .related.products li.product {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 48.21067%;
	}
	
	.woocommerce div.product .related.products li.product:last-child, .woocommerce #content div.product .related.products li.product:last-child {
		margin-right: 0;
	}
	
	.woocommerce div.product .related.products li.product:nth-child(4n), .woocommerce #content div.product .related.products li.product:nth-child(4n) {
		margin-right: 2.35765%;
	}
	
	.woocommerce div.product .related.products li.product:nth-child(4n+1), .woocommerce #content div.product .related.products li.product:nth-child(4n+1) {
		clear: none;
	}
	
	.woocommerce div.product .related.products li.product:nth-child(2n), .woocommerce #content div.product .related.products li.product:nth-child(2n) {
		margin-right: 0;
	}
	
	.woocommerce div.product .related.products li.product:nth-child(2n+1), .woocommerce #content div.product .related.products li.product:nth-child(2n+1) {
		clear: left;
	}
}

@media screen and (max-width: 626px) {
	.woocommerce div.product .related.products li.product, .woocommerce #content div.product .related.products li.product {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
	}
	
	.woocommerce div.product .related.products li.product:last-child, .woocommerce #content div.product .related.products li.product:last-child {
		margin-right: 0;
	}
	
	.woocommerce div.product .related.products li.product:nth-child(2n), .woocommerce #content div.product .related.products li.product:nth-child(2n) {
		margin-right: 3.57866%;
	}
	
	.woocommerce div.product .related.products li.product:nth-child(2n+1), .woocommerce #content div.product .related.products li.product:nth-child(2n+1) {
		clear: none;
	}
	
	.woocommerce div.product .related.products li.product:nth-child(1n), .woocommerce #content div.product .related.products li.product:nth-child(1n) {
		margin-right: 0;
	}
	
	.woocommerce div.product .related.products li.product:nth-child(1n+1), .woocommerce #content div.product .related.products li.product:nth-child(1n+1) {
		clear: left;
	}
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	position: static;
}

.woocommerce-product-gallery__image {
	min-height: auto !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	padding: 0 20px;
}

@media screen and (max-width: 768px) {
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		padding: 0;
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	.woocommerce #content div.product div.summary .product_title, .woocommerce div.product div.summary .product_title, .woocommerce-page #content div.product div.summary .product_title, .woocommerce-page div.product div.summary .product_title {
		padding-top: 0;
	}
}

.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	white-space: normal;
	max-width: 100%;
}

.woocommerce-account .site-content {
	padding: 0 !important;
}

.woocommerce .woocommerce-MyAccount-navigation {
	background-color: #fff;
	border-radius: 3px;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 20px;
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
	margin-bottom: 10px;
}

.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0px;
}

.woocommerce .woocommerce-MyAccount-content {
	background-color: #fff;
	border-radius: 3px;
	padding: 20px;
}

.woocommerce #customer_login {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.woocommerce #customer_login:after {
	clear: both;
	content: "";
	display: table;
}

.woocommerce #customer_login .col-1 {
	margin-right: 3%;
}

@media screen and (max-width: 768px) {
	.woocommerce #customer_login .col-1 {
		margin-right: 0;
	}
}

.woocommerce #customer_login .col-1 h2, .woocommerce-order-received .entry-content .woocommerce #customer_login .col-1 .title h3, .woocommerce-order-received .entry-content .woocommerce .title #customer_login .col-1 h3, .woocommerce #customer_login .col-1 h1.page-title, .woocommerce #customer_login .col-2 h2, .woocommerce-order-received .entry-content .woocommerce #customer_login .col-2 .title h3, .woocommerce-order-received .entry-content .woocommerce .title #customer_login .col-2 h3, .woocommerce #customer_login .col-2 h1.page-title {
	margin-top: 0;
}

.woocommerce #customer_login .col-1 form, .woocommerce #customer_login .col-2 form {
	margin-top: 0;
}

.woocommerce #customer_login div[class*="column"] {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
}

.woocommerce #customer_login div[class*="column"] form {
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
	background-color: #fff;
	border-radius: 3px;
}

.woocommerce-order-received .entry-header h2, .woocommerce-order-received .entry-header .entry-content .woocommerce .title h3, .woocommerce-order-received .entry-content .woocommerce .title .entry-header h3, .woocommerce-order-received .entry-header .woocommerce h1.page-title, .woocommerce .woocommerce-order-received .entry-header h1.page-title, .woocommerce-order-received .entry-header .woocommerce-page h1.page-title, .woocommerce-page .woocommerce-order-received .entry-header h1.page-title {
	margin: 0;
}

.woocommerce-order-received .entry-content {
	margin-top: 0;
}

.woocommerce-order-received .shop_table.order_details {
	max-width: 710px;
}

.woocommerce-order-received .shop_table.order_details thead {
	background-color: #b92120;
	color: #fff;
}

.woocommerce-order-received .shop_table.order_details thead th {
	font-weight: 300;
	font-size: 20px;
	text-align: left;
}

.woocommerce-order-received .shop_table.order_details thead th.product-total {
	width: 100px;
}

.woocommerce-order-received .shop_table.order_details tfoot tr {
	text-align: center;
}

.woocommerce-order-received .shop_table.order_details tfoot tr:not(:last-child) th, .woocommerce-order-received .shop_table.order_details tfoot tr:not(:last-child) td {
	font-weight: 300;
}

.woocommerce-order-received .shop_table.customer_details {
	max-width: 710px;
}

.woocommerce-order-received .shop_table.customer_details th {
	width: 100px;
}

.woocommerce-order-received .shop_table.customer_details td {
	font-weight: 300;
}

.woocommerce-order-received .entry-content .woocommerce .title h3 {
	margin-bottom: 0;
}

.woocommerce-order-received .entry-content .woocommerce address {
	font-style: normal;
}

@media screen and (max-width: 626px) {
	.woocommerce .order_details {
		padding: 0;
	}
}

.woocommerce .order_details>li {
	margin-bottom: 8px;
	border-color: #b92120;
}

@media screen and (max-width: 626px) {
	.woocommerce .order_details>li {
		border-right: none;
		border-bottom: 1px dashed #b92120;
		width: 100%;
	}
}

#wl-wrapper a {
	font-weight: 400;
}

#wl-wrapper .wl-intro .entry-title {
	margin-top: 0;
}

@media screen and (max-width: 626px) {
	#wl-wrapper .wl-actions-table.wl-right {
		width: 100%;
	}
	
	#wl-wrapper .wl-actions-table.wl-right td {
		display: inline-block;
		width: 50%;
		padding: 5px;
	}
	
	#wl-wrapper .wl-actions-table.wl-right td select {
		width: 100%;
	}
	
	#wl-wrapper .wl-actions-table.wl-right td:last-child {
		display: block;
		width: 100%;
		padding: 0 5px;
	}
	
	#wl-wrapper .wl-actions-table.wl-right td:last-child input {
		margin-top: 10px;
	}
}

#wl-wrapper .wl-table {
	line-height: 1.25;
}

@media screen and (max-width: 626px) {
	#wl-wrapper .wl-table.wl-manage tr:last-child td input[type='submit'] {
		width: auto;
		padding: 8px 5px;
		margin: 0 auto;
	}
	
	#wl-wrapper .wl-table.wl-manage th.product-name {
		text-align: center;
	}
	
	#wl-wrapper .wl-table.wl-manage .product-name .row-actions {
		display: none;
	}
	
	#wl-wrapper .wl-table.wl-manage .wl-privacy-col {
		width: auto;
	}
	
	#wl-wrapper .wl-table.wl-manage .wl-share-links {
		display: none;
	}
}

#wl-wrapper .wl-table.manage td.product-thumbnail img {
	width: 60px;
}

@media screen and (max-width: 626px) {
	#wl-wrapper .wl-table.manage td.product-quantity {
		min-width: auto;
	}
}

@media screen and (max-width: 626px) {
	#wl-wrapper .wl-table.manage td.product-quantity input {
		font-size: 11px;
		width: auto;
	}
}

@media screen and (max-width: 626px) {
	#wl-wrapper .wl-table.manage td.product-purchase>a {
		white-space: normal;
		font-size: 12px;
		max-width: 60px;
	}
}

@media screen and (max-width: 626px) {
	#wl-wrapper .wl-table.view td.product-quantity {
		min-width: auto;
	}
}

@media screen and (max-width: 626px) {
	#wl-wrapper .wl-table.view td.product-thumbnail {
		display: none;
	}
}

#wl-wrapper .wl-table.view td.product-thumbnail img {
	width: 70px;
}

@media screen and (max-width: 626px) {
	#wl-wrapper .wl-table.view td.product-purchase>a {
		white-space: normal;
		font-size: 12px;
		max-width: 60px;
	}
}

#wl-wrapper .wl-table th, #wl-wrapper .wl-table td {
	vertical-align: middle;
}

@media screen and (max-width: 626px) {
	#wl-wrapper .wl-table th, #wl-wrapper .wl-table td {
		font-size: 14px;
		padding: 8px 5px;
	}
}

@media screen and (max-width: 626px) {
	#wl-wrapper .wl-form .form-row-first, #wl-wrapper .wl-form .form-row-last {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 626px) {
	#wl-wrapper .wl-search-form input.find-input {
		width: 100%;
		margin-bottom: 8px;
	}
}

.site-header .r8_sec_menu_wrapper .r8-woocommerce-menu.r8_secondary_menu li:first-child {
	margin-left: 15px;
}

.site-header .r8_sec_menu_wrapper .r8-woocommerce-menu.r8_secondary_menu li.woo-my_account:after {
	content: "|";
}

.site-header .r8_sec_menu_wrapper .r8-woocommerce-menu.r8_secondary_menu li.woo-my_logout {
	margin-left: 0px;
}

.page-template-default .default_page_content .entry-content .woocommerce>:first-child {
	margin-top: 0;
}

.page-template-default .default_page_content .entry-content .woocommerce>:last-child {
	margin-bottom: 0;
}

#content .woocommerce-product-search {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

@media screen and (max-width: 626px) {
	#content .woocommerce-product-search {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: block;
	}
}

#content .woocommerce-product-search label {
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
}

#content .woocommerce-product-search .search-field {
	width: 100%;
}

@media screen and (max-width: 626px) {
	#content .woocommerce-product-search .search-field {
		width: 100%;
	}
}

#content .woocommerce-product-search input[type='submit'] {
	margin: 0;
	margin-left: 13px;
	box-shadow: none;
	text-shadow: none;
}

@media screen and (max-width: 626px) {
	#content .woocommerce-product-search input[type='submit'] {
		margin-top: 10px;
		margin-left: 0px;
	}
}

#secondary .widget_product_search .woocommerce-product-search {
	display: block;
}

#secondary .widget_product_search .woocommerce-product-search input[type='submit'] {
	margin: 0;
	margin-top: 10px;
}

.woocommerce .site-content, .woocommerce-page .site-content {
	padding-top: 2em;
}

.woocommerce .site-content:after, .woocommerce-page .site-content:after {
	clear: both;
	content: "";
	display: table;
}

@media screen and (max-width: 626px) {
	.woocommerce .site-content, .woocommerce-page .site-content {
		padding: 20px;
	}
}

.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
	font-weight: 600;
}

.woocommerce .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb a {
	font-weight: 600;
}

.woocommerce .r8_flexible_content_section .r8_container, .woocommerce-page .r8_flexible_content_section .r8_container {
	padding: 0;
}

.woocommerce.woocommerce-account:not(.logged-in) .r8-page-title, .woocommerce-page.woocommerce-account:not(.logged-in) .r8-page-title {
	display: none;
}

.woocommerce.woocommerce-account:not(.logged-in) .entry-content, .woocommerce-page.woocommerce-account:not(.logged-in) .entry-content {
	margin-top: 0;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	z-index: 10;
}

.woocommerce .woof_products_top_panel, .woocommerce-page .woof_products_top_panel {
	background-color: #fff;
	border-radius: 5px;
	padding: 0 10px;
}

.woocommerce .woof_products_top_panel .woof_remove_ppi, .woocommerce-page .woof_products_top_panel .woof_remove_ppi {
	text-transform: capitalize;
}

.woocommerce .star-rating, .woocommerce-page .star-rating {
	color: #b92120;
}

.woocommerce .quantity .qty, .woocommerce-page .quantity .qty {
	padding: 5px 0 6px;
}

@media screen and (max-width: 626px) {
	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
		width: 100%;
	}
}

.woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
	background-color: #fff;
	border-color: #b92120;
	border-radius: 3px;
}

.woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
	color: #b92120;
}

@media screen and (max-width: 768px) {
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: left;
	}
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
	min-height: 3.536em;
	min-width: 3.536em;
	padding: .202em;
}

.woo_content_wrapper {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 74.41059%;
	padding-right: 20px;
}

.woo_content_wrapper:last-child {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.woo_content_wrapper {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 67.63167%;
		padding-right: 10px;
	}
	
	.woo_content_wrapper:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 626px) {
	.woo_content_wrapper {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
		padding-right: 0px;
	}
	
	.woo_content_wrapper:last-child {
		margin-right: 0;
	}
}

.woocommerce .order_details li strong, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table th {
	font-weight: 400;
	text-align: left;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #b92120;
	box-shadow: none;
	border-width: 0px;
	color: #fff;
	border-radius: 3px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt:active, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce a.button.alt:active, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce button.button.alt:active, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce input.button.alt:active, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:active, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button:active, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button:active, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce input.button:active {
	opacity: .6;
	box-shadow: none;
	border-width: 0px;
	color: #fff;
}

.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	background-color: transparent;
	color: #666;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	line-height: inherit;
}

.woocommerce button.button.alt.disabled {
	background-color: #b7b7b7;
}

.woocommerce button.button.alt.disabled:hover {
	background-color: #b7b7b7;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 120px;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	padding: 8px 6px 7px;
}

.woocommerce #review_form #respond p.comment-form-author {
	margin-right: 2.35765%;
}

.shop_table {
	background-color: #fff;
	border-radius: 5px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #b92120;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #fbf4eb;
}

@media screen and (max-width: 768px) {
	.woocommerce .widget_price_filter .price_slider_amount {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.woocommerce .widget_price_filter .price_slider_amount .button {
		float: none;
	}
}

@media screen and (max-width: 768px) {
	.woocommerce .widget_price_filter .price_slider_amount .price_slider_wrapper {
		clear: both;
	}
}

@media screen and (max-width: 626px) {
	.woocommerce table.shop_table.customer_details td {
		word-break: break-word;
	}
}

.woocommerce-info {
	border-color: #b92120;
}

.woocommerce-info:before {
	color: #b92120;
}

.woocommerce-pagination {
	margin-bottom: 1em;
}

.page-numbers {
	background-color: #fff;
	color: #333;
}

.page-numbers a:visited {
	color: #333;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #fff;
	color: #b92120;
}

.woocommerce ul.cart_list .product-title, .woocommerce ul.product_list_widget .product-title {
	font-weight: 400;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	font-weight: 400;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	width: 52px;
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	.woocommerce .widget.widget_search .search-form .search-submit {
		margin-top: 5px;
	}
}

.woocommerce .widget_price_filter .price_slider_amount input[type='text'] {
	width: 100%;
	margin: .25em 0;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	margin-top: 5px;
}

.woocommerce-checkout .site-content {
	padding: 0 !important;
}

#customer_details {
	background-color: #fff;
	border-radius: 5px;
	padding: 0 20px 20px;
}

.woocommerce-billing-fields {
	position: relative;
}

.woocommerce-billing-fields:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -25px;
	background-color: rgba(0, 0, 0, .1);
}

@media screen and (max-width: 768px) {
	.woocommerce-billing-fields:before {
		background-color: transparent;
	}
}

.payment_box.payment_method_paypal_pro .form-row-first {
	width: 100%;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background-color: #fff;
	border-radius: 5px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #e7e7e7;
}

#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
	border-color: #e7e7e7;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}
