/* WooCommerce */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0px !important;
}
form label {
	text-align: left;
}
/* Error */
ul.woocommerce-error {
	display: block;
	list-style: disc outside;
	color: #FFFFFF;
	background: #FF8030;
	border: 1px solid #FF5000;
	border-radius: 5px;
	padding: 19px;
	text-align:left
}
ul.woocommerce-error li {
	color: #FFFFFF;
	list-style: disc outside;
	width: 50%;
	margin: 0px 0px 0px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.products_preview {
	font-family: 'OpenSansSemibold', sans-serif;
}
.products_preview a.all_products {
	float: right;
	padding: 15px;
	background: #D6E03D;
}
.products_preview a {
	color: #9c9c9c;
	text-decoration: none;
}
.products_preview del {
	font-size: 10px;
}
.products_preview ins {
	color: #FF5000;
}
.woocommerce-ordering {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* Widgets */
ul.product_list_widget,
ul.product_list_widget li {
	list-style: none;
	padding: 0px;
	display: inline-block;
}
body.window_mobile ul.product_list_widget {
	display: block;
	width: auto;
}
body.window_mobile ul.product_list_widget:after {
	contnt: " ";
	clear: both;
	font-size: 1px;
}
body.window_mobile ul.product_list_widget li {
	width: 46%;
	float: left;
	margin: 2%;
}
ul.product_list_widget li {
	text-align: center;
	width: 180px;
	margin-left: 60px;
}
ul.product_list_widget li:first-child {
	margin-left: 0px;
}
ul.product_list_widget li img {
	display: inline-block;
	width: 180px;
	height: 180px;
}
ul.product_list_widget li a,
ul.product_list_widget li del,
ul.product_list_widget li ins {
	display: block;
	text-align: center;
}
body.window_mobile ul.product_list_widget li del {
	height: 20px;
	color: #404040;
}
body.window_mobile ul.product_list_widget li del span {
	font-size: 13px;
	font-family: OpenSansSemibold, sans-serif;
}
body.window_mobile ul.product_list_widget li ins {
	height: 30px;
	text-decoration: none;
}
body.window_mobile ul.product_list_widget li ins span {
	font-size: 24px;
	font-family: OpenSansRegular, sans-serif;
}

/* Listing Page */

ul.products {
	list-style: none;
	padding: 0px;
	text-align: left;
	width: 660px;
	margin-bottom: 30px;
}
body.window_mobile ul.products {
	width: auto !important;
}
ul.products li.product {
	width: 168px;
	position: relative;
	list-style: none;
	margin: 30px 30px 0px 0px;
	float: left;
	vertical-align: top;
	text-align: center;
	
	background: #FFFFFF;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid #E6E6E6;
	border-radius: 15px;
	padding: 10px;
}
body.window_mobile ul.products li.product {
	width: 37.5%;
	margin: 2% 2%;
	padding: 4%;
}
ul.products li.product:last-child:after {
	display: block;
	width: 100%;
	clear: both;
}
ul.products li.product a {
	color: #9C9C9C;
	display: block;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	font-family: 'OpenSansSemibold', sans-serif;
}
ul.products li.product a h3 {
	color: #9C9C9C;
	margin-bottom: 0px;
	font-size: 13px;
	font-family: 'OpenSansSemibold', sans-serif;
	font-weight: normal;
}
body.window_mobile ul.products li.product a h3 {
	text-align: center !important;
	font-size: 18px !important;
	line-height: 27px !important;
	height: 54px !important;
}
ul.products li.product a span.price,
ul.products li.product a span.price del,
ul.products li.product a span.price ins {
	display: block;
}
body.window_mobile ul.products li.product a span.price {
	height: 50px !important;
	line-height: 50px !important;
}
body.window_mobile ul.products li.product a span.price span {
	font-size: 24px !important;
}
body.window_mobile ul.products li.product a span.price del {
	height: 20px !important;
	line-height: 20px !important;
}
body.window_mobile ul.products li.product a span.price del span {
	font-size: 13px !important;
}
body.window_mobile ul.products li.product a span.price ins {
	height: 30px !important;
	line-height: 30px !important;
}
body.window_mobile ul.products li.product a span.price ins {
	font-size: 24px !important;
}
ul.products li.product a span.price span.amount {
	color: #404040;
	font-size: 13px;
	line-height: 30px;
}
body.window_mobile ul.products li.product a span.price span.amount {
	line-height: inherit;
}
ul.products li.product a span.price del,
ul.products li.product a span.price del span.amount {
	color: #404040;
	font-size: 10px;
	line-height: 15px;
}
ul.products li.product a span.price del {
	text-decoration: line-through;
}
ul.products li.product a span.price ins,
ul.products li.product a span.price ins span.amount {
	color: #FF5000;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
}
ul.products li.product a span.onsale {
	width: 50px;
	height: 50px;
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
	line-height: 50px;
	text-align: center;
	background: #FF5000;
	padding: 5px;
	border-radius: 50px;
	font-size: 13px;
	font-family: 'OpenSansBold', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
}
ul.products li.product a.add_to_cart_button {
	display: inline-block;
	margin: 0px;

	border: 0px none;
	border-radius: 5px;
	padding: 5px 10px;

	font-size: 11px;
	line-height: 20px;
	font-family: 'OpenSansSemibold', sans-serif;
	background-color: #D6E03D;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
ul.products li.product a.add_to_cart_button:hover {
	background-color: #404040;
	color: #FFFFFF;
}
ul.products li.product a.add_to_cart_button.added {
	display: none;
	visibility: hidden;
}
ul.products li.product a.added_to_cart {
	display: inline-block;
	margin: 0px;

	border: 0px none;
	border-radius: 5px;
	padding: 5px 10px;

	font-size: 11px;
	line-height: 20px;
	font-family: 'OpenSansSemibold', sans-serif;
	background-color: #D6E03D;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
ul.products li.product a.added_to_cart:hover {
	background-color: #404040;
	color: #FFFFFF;
}
ul.products li.product a.button.product_type_variable {
	display: inline-block;
	margin: 0px;

	border: 0px none;
	border-radius: 5px;
	padding: 5px 10px;

	font-size: 11px;
	line-height: 20px;
	font-family: 'OpenSansSemibold', sans-serif;
	background-color: #D6E03D;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
ul.products li.product a.button.product_type_variable:hover {
	background-color: #404040;
	color: #FFFFFF;
}
body.window_mobile ul.products li.product a.add_to_cart_button,
body.window_mobile ul.products li.product a.added_to_cart {
	height: 30px;
	font-size: 18px !important;
	line-height: 30px;
	padding: 5px 10px;
}

/* Product Page */
h1.product_title.entry-title {
	font-size: 24px;
	line-height: 36px;
	font-family: OpenSansRegular, sans-serif;
	text-align: left;
	margin: 0px 0px 15px;
	border-width: 0px 0px 1px;
	border-color: #E6E6E6;
	border-style: solid;
	padding: 0px 0px 10px;
}

div.woocommerce-message {
	position: relative;
	margin: 0px 0px 30px 0px;
	line-height: 18px;
	font-family: 'OpenSansRegular', sans-serif;
	text-align: left;

	background: #FFFFFF;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid #E6E6E6;
	border-radius: 15px;
	padding: 19px 14px;
}
div.woocommerce-message a.button {
	position: relative;
	right: 0px;
	top: -5px;
	margin: 0px 0px 5px 10px;
	padding: 5px 10px;
	border-radius: 5px;
	color: #FFFFFF;
	background: #D6E03D;
	float: right;
	font-size: 11px;
	font-family: 'OpenSansSemibold', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
div.woocommerce-message a.button:hover {
	color: #FFFFFF;
	background-color: #404040;
}
div.product {
	position: relative;
}
div.product h1.entry_title {
	font-size: 24px;
	line-height: 30px;
	font-family: OpenSansRegular, sans-serif;
}
div.product span.onsale {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -10px;
	left: 260px;
	display: block;
	line-height: 40px;
	text-align: center;
	background: #FF5000;
	padding: 5px;
	border-radius: 50px;
	font-size: 13px;
	font-family: 'OpenSansBold', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
}
body.window_mobile div.product span.onsale {
	left: auto;
	right: -2%;
}
div.product div.images {
	width: 300px;
	float: left;
	margin: 0px 30px 30px 0px;
	line-height: 18px;
	font-family: 'OpenSansRegular', sans-serif;
	overflow: hidden;

	background: #FFFFFF;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid #E6E6E6;
	border-radius: 15px;
}
body.window_mobile div.product div.images {
	width: 100%;
	margin: 0px 0px 20px 0px;
	text-align: center;
}
div.product div.images a img {
	vertical-align: bottom;
}
body.window_mobile div.product div.images a img {
	width: 33.333%;
	height: auto;
}
div.product div.images div.thumbnails {
	padding: 15px 15px 15px;
}
div.product div.images div.thumbnails a {
	display: inline-block;
	margin: 0px 15px 0px 0px;
}
div.product div.images div.thumbnails a.last {
	margin: 0px;
}
div.product div.images div.thumbnails a img {
	width: auto;
	height: auto;
	max-width: 78px;
	max-height: 78px;
	border: 1px solid #E6E6E6;
	vertical-align: bottom;
}
div.product div.summary {
	float: left;
	width: 298px;
	margin-bottom: 30px;
}
body.window_mobile div.product div.summary {
	width: 100%;
}
div.product div.summary form.cart,
div.product div.summary form.cart .single_variation_wrap div.variations_button {
	position: relative;
}
div.product div.summary form.cart .single_variation_wrap div.single_variation {
	margin: 0px 0px 15px;
	position: relative;
}
div.product div.woocommerce-tabs {
	clear: both;
	margin: 30px 0px;
}
div.product div.woocommerce-tabs ul.tabs {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	font-size: 15px;
	line-height: 18px;
	font-family: 'OpenSansRegular', sans-serif;
	list-style: none outside;
}
div.product div.woocommerce-tabs ul.tabs li {
	float: left;
	margin: 0px 0px 0px 0px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #D6E03D;
	border-radius: 5px 5px 0px 0px;
	line-height: 18px;
	font-family: 'OpenSansRegular', sans-serif;
	overflow: hidden;
	background: #D6E03D;
}
div.product div.woocommerce-tabs ul.tabs li.active {
	background: #FFFFFF;
	border-bottom: 1px solid;
	margin-bottom: -1px;
	border-color: #E6E6E6 #E6E6E6 #FFFFFF ;
}
div.product div.woocommerce-tabs ul.tabs li a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 19px;
	font-family: 'OpenSansSemibold', sans-serif;
	padding: 5px 10px;
	display: block;
}
body.window_mobile div.product div.woocommerce-tabs ul.tabs li a {
	line-height: 30px;
	font-size: 18px;
}
div.product div.woocommerce-tabs ul.tabs li.active a {
	color: #404040;
}
div.product div.woocommerce-tabs div.panel {
	clear: both;
	margin: 0px 0px 0px 0px;
	line-height: 18px;
	font-family: 'OpenSansRegular', sans-serif;
	overflow: hidden;
	position: relative;

	background: #FFFFFF;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid #E6E6E6;
	border-radius: 15px 15px 15px 15px;
	padding: 10px 20px;
}
div.product div.woocommerce-tabs div.panel img {
	max-width: 100%;
	height: auto;
}
body.window_mobile div.product div.woocommerce-tabs div.panel {
	line-height: 27px;
}
div.product div.woocommerce-tabs div#tab-additional_information table.shop_attributes {
	width: 100%;
}
div.product div.woocommerce-tabs div#tab-additional_information table.shop_attributes th,
div.product div.woocommerce-tabs div#tab-additional_information table.shop_attributes td {
	padding: 0px 0px 15px;
	position: relative;
	vertical-align: top;
}
div.product div.woocommerce-tabs div#tab-additional_information table.shop_attributes th {
	width: 15%;
}
div.product div.woocommerce-tabs div#tab-additional_information table.shop_attributes td {
	width: 85%;
}
div.product div.quantity.buttons_added {
	width: 80px;
	height: 28px;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	border-width: 1px 0px;
	border-color: #E6E6E6;
	border-style: solid;
	left: 30px;
}
body.window_mobile div.product div.quantity.buttons_added {
	left: 40px;
	height: 38px;
	line-height: 38px;
}
div.product div.quantity.buttons_added input[type=button] {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: -1px;
	margin: 0px;
	padding: 0px;
	border: 0px !important;
	font-size: 21px;
	line-height: 1px;
	font-family: 'OpenSansBold', sans-serif;
	color: #FFFFFF;
	background: #D6E03D url(images/bg_plus_minus.png) no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0px;
	
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
body.window_mobile div.product div.quantity.buttons_added input[type=button] {
	border-color: #D6E03D !important;
	border-width: 5px !important;
	border-style: solid !important;
	width: 40px;
	height: 40px;
}
body.window_mobile div.product div.quantity.buttons_added input[type=button]:hover {
	border-color: #404040 !important;
}
div.product div.quantity.buttons_added input[type=button]:hover {
	color: #FFFFFF;
	background-color: #404040;
}
div.product div.quantity.buttons_added input[type=button].minus {
	left: -30px;
	border-radius: 5px 0px 0px 5px;
	background-position: center left;
}
body.window_mobile div.product div.quantity.buttons_added input[type=button].minus {
	left: -40px;
}
div.product div.quantity.buttons_added input[type=button].plus {
	right: -30px;
	border-radius: 0px 5px 5px 0px;
	background-position: center right;
}
body.window_mobile div.product div.quantity.buttons_added input[type=button].plus {
	right: -40px;
}
div.product div.quantity.buttons_added input.input-text.text {
	position: relative;
	display: block;
	width: 80px;
	height: 28px;
	left: 0px;
	margin: 0px;
	border-width: 0px !important;
	padding: 0px;
	font-size: 18px;
	line-height: 28px;
	font-family: 'OpenSansSemibold', sans-serif;
	text-align: center;
}
body.window_mobile div.product div.quantity.buttons_added input.input-text.text {
	height: 38px;
	line-height: 38px;
}
div.product button.single_add_to_cart_button {
	display: inline-block;
	height: 30px;
	font-size: 11px;
	padding: 5px 10px;
	vertical-align: top;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;

	border: 0px none;
	border-radius: 5px;

	font-size: 11px;
	line-height: 20px;
	font-family: 'OpenSansSemibold', sans-serif;
	background-color: #D6E03D;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
body.window_mobile div.product button.single_add_to_cart_button {
	height: 40px;
	font-size: 18px;
	line-height: 30px;
}
div.product button.single_add_to_cart_button:hover {
	color: #FFFFFF;
	background-color: #404040;
}
div.product p.price,
div.product span.price {
	margin: 0px 0px 15px;
}
div.product p.price span.amount,
div.product span.price span.amount {
	font-size: 21px;
	font-family: 'OpenSansRegular', sans-serif;
	color: #404040;
	text-decoration: none;
}
div.product p.price del,
div.product span.price del,
div.product p.price del span.amount,
div.product span.price del span.amount {
	font-size: 13px;
	line-height: 30px;
	text-decoration: line-through;
}
div.product p.price ins,
div.product span.price ins,
div.product p.price ins span.amount,
div.product span.price ins span.amount {
	line-height: 30px;
	color: #FF5000;
	text-decoration: none;
}
div.product div[itemprop=description] {
	margin: 0px 0px 15px;
}
div.product form.cart {
	margin: 0px 0px 15px;
	padding: 0px 0px 15px;
	border-bottom: 1px solid #E6E6E6;
}
div.product form.cart table.variations {
	width: 100%;
	margin-bottom: 15px;
}
div.product form.cart table.variations td {
	position: relative;
	padding: 0px;
	height: 40px;
	line-height: 30px;
	vertical-align: top;
}
div.product form.cart table.variations td.label {
	width: 30%;
}
div.product form.cart table.variations td.value {
	width: 70%;
}
div.product form.cart table.variations td.value select {
	width: 100%;
}
div.product form.cart table.variations td.value span.custom_select {
	display: block;
	width: auto !important;
}
div.product div.product_meta span {
	display: block;
}
div.product div.product_meta span span {
	color: #404040;
	display: inline;
}
div.related.products h2 {
	margin: 0px;
}
div.related.products ul.products:after {
	content: " ";
	font-size: 0px;
	line-height: 1px;
	height: 1px;
	clear: both;
	display: block;
}
div.related.products ul.products li span.onsale {
	left: auto;
	right: -10px !important;
}
/* Shopping Cart */

div.woocommerce form {
	position: relative;
	background: #FFFFFF;
	border-color: #E6E6E6;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-radius: 15px 15px 0px 0px;
	padding: 19px;
}
body.window_mobile div.woocommerce form {
	display: block;
	width: auto !important;
}
div.woocommerce div.cart-collaterals {
	background: #FFFFFF;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #E6E6E6;
	border-radius: 0px 0px 15px 15px;
	padding: 0px 19px 19px;
}

div.cart-collaterals h2 {
	font-size: 21px;
	line-height: 27px;
}
div.woocommerce div.cart-collaterals form {
	padding: 0px;
	border-width: 0px;
	background: none;
}
div.woocommerce div.cart-collaterals table {
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	font-family: 'OpenSansLight', sans-serif;
	margin-bottom: 10px;
}
div.woocommerce div.cart-collaterals table th,
div.woocommerce div.cart-collaterals table strong {
	color: #404040;
}
div.woocommerce div.cart-collaterals table th,
div.woocommerce div.cart-collaterals table td {
	height: 18px;
	padding: 6px 0px 6px 11px;
	text-align: right;
	vertical-align: middle;
}
div.woocommerce div.cart-collaterals table p {
	margin: 0px;
}
div.cart-collaterals h2 a {
	display: inline-block;
	height: 20px;
	border: 0px none;
	border-radius: 5px;
	padding: 5px 10px;

	font-size: 11px;
	line-height: 20px;
	font-family: 'OpenSansSemibold', sans-serif;
	background-color: #D6E03D;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
body.window_mobile div.cart-collaterals h2 a {
	display: block;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
}
div.cart-collaterals .shipping-calculator-form button.button {
	display: inline-block;
	height: 30px;
	border: 0px none;
	border-radius: 5px;
	padding: 0px 10px;

	font-size: 11px;
	line-height: 20px;
	font-family: 'OpenSansSemibold', sans-serif;
	background-color: #D6E03D;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
body.window_mobile div.cart-collaterals .shipping-calculator-form button.button {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	line-height: 20px;
}
div.cart-collaterals h2 a:hover,
div.cart-collaterals .shipping-calculator-form button.button:hover {
	color: #FFFFFF;
	background-color: #404040;
}

table.shop_table.cart {
	display: block;
	position: relative;
	padding: 0px 40px 0px 0px;
}
body.window_mobile table.shop_table.cart {
	display: block;
	width: auto;
	padding: 0px 0px 0px 0px;
}
body.window_mobile table.shop_table.cart * {
	font-size: 15px;
	line-height: 20px;
}
table.shop_table.cart tr {
	position: relative;
}
table.shop_table.cart th {
	padding: 0px 10px 10px;
}
table.shop_table.cart td {
	padding: 10px 10px 10px 10px;
}
body.window_mobile table.shop_table.cart th,
body.window_mobile table.shop_table.cart td {
	padding: 1%;
}
table.shop_table.cart th.actions,
table.shop_table.cart tf.actions {
	padding: 10px 0px 10px 0px;
}
body.window_mobile table.shop_table.cart th.actions,
body.window_mobile table.shop_table.cart td.actions {
	padding: 20px 0px 1% 0px;
}
table.shop_table.cart td.actions input.button {
	display: inline-block;
	height: 30px;
	border: 0px none;
	border-radius: 5px;
	padding: 0px 10px;

	font-size: 11px;
	line-height: 20px;
	font-family: 'OpenSansSemibold', sans-serif;
	background-color: #D6E03D;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
body.window_mobile table.shop_table.cart td.actions input.button {
	position: relative;
	width: 100%;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 20px;
}
table.shop_table.cart td.actions input.button.checkout-button {
	position: absolute;
	right: 0px;
}
body.window_mobile table.shop_table.cart td.actions input.button.checkout-button {
	margin-bottom: 0px;
}
table.shop_table.cart td.actions input.button:hover {
	background-color: #404040;
	color: #FFFFFF;
}
table.shop_table.cart thead td,
table.shop_table.cart thead th {
	font-weight: normal;
	font-size: 21px;
	line-height: 27px;
	font-family: 'OpenSansLight', sans-serif;
	color: #404040;
	text-align: left;
	vertical-align: middle;
}
table.shop_table.cart td.product-thumbnail {
	width: 80px;
	height: 80px;
}
body.window_mobile table.shop_table.cart th.product-thumbnail,
body.window_mobile table.shop_table.cart td.product-thumbnail {
	width: 0px !important;
	display: none;
	visibility: hidden;
}
table.shop_table.cart td.product-thumbnail img {
	width: auto;
	height: auto;
	max-width: 78px;
	max-height: 78px;
	border: 1px solid #E6E6E6;
}
table.shop_table.cart th.product-remove,
table.shop_table.cart td.product-remove {
	padding: 10px 0px 10px 10px;
	position: absolute;
	right: 0px;
	width: 30px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	vertical-align: middle;
}
body.window_mobile table.shop_table.cart th.product-remove,
body.window_mobile table.shop_table.cart td.product-remove {
	position: relative;
	padding: 1% 0px 1% 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
table.shop_table.cart td.product-remove a.remove {
	border-radius: 15px;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 21px;
	font-family: 'OpenSansBold', sans-serif;
	color: #FFFFFF;
	background-color: #FF5000;
	text-decoration: none;
	vertical-align: middle;
}
body.window_mobile table.shop_table.cart td.product-remove a.remove {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
table.shop_table.cart td.product-remove a.remove:hover {
	background-color: #404040;
}
table.shop_table.cart  td.product-thumbnail {
	padding-left: 0px;
}
table.shop_table.cart  td.product-thumbnail img {
	vertical-align: bottom;
}
table.shop_table.cart  th.product-name,
table.shop_table.cart  td.product-name {
	width: 140px;
}
body.window_mobile table.shop_table.cart  th.product-name,
body.window_mobile table.shop_table.cart  td.product-name {
	width: 35%;
	text-align: left;
	padding-left: 3%;
}
table.shop_table.cart  th.product-name {
	padding: 0px 10px 10px 0px;
	position: absolute;
	left: 0px;
}
body.window_mobile table.shop_table.cart  th.product-name {
	height: 40px;
	line-height: 40px;
	left: 40px;
}
table.shop_table.cart  td.product-name a {
	text-decoration: none;
	font-family: 'OpenSansSemibold', sans-serif;
	color: #9C9C9C;
}
table.shop_table.cart td.product-price,
table.shop_table.cart td.product-subtotal {
	color: #404040;
	font-family: 'OpenSansSemibold', sans-serif;
	width: 60px;
}
table.shop_table.cart th.product-price,
table.shop_table.cart th.product-subtotal,
table.shop_table.cart th.product-quantity,
table.shop_table.cart td.product-price,
table.shop_table.cart td.product-subtotal,
table.shop_table.cart td.product-quantity {
	text-align: center;
}
table.shop_table.cart td.product-quantity {
	width: 120px;
	position: relative;
}
body.window_mobile table.shop_table.cart td.product-quantity {
	width: auto !important;
}
table.shop_table.cart td.product-quantity div.quantity.buttons_added {
	width: 60px;
	height: 28px;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #E6E6E6;
}
body.window_mobile table.shop_table.cart td.product-quantity div.quantity.buttons_added {
	height: 38px;
	width: auto !important;
	display: block;
	border: 1px solid #E6E6E6;
}
table.shop_table.cart td.product-quantity div.quantity.buttons_added input[type=button] {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: -1px;
	margin: 0px;
	padding: 0px;
	border: 0px !important;
	font-size: 21px;
	line-height: 1px;
	font-family: 'OpenSansBold', sans-serif;
	color: #FFFFFF;
	background: #D6E03D url(images/bg_plus_minus.png) no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0px;
	
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
table.shop_table.cart td.product-quantity div.quantity.buttons_added input[type=button]:hover {
	background-color: #404040;
	color: #FFFFFF;
}
table.shop_table.cart td.product-quantity div.quantity.buttons_added input[type=button].minus {
	left: -30px;
	border-radius: 5px 0px 0px 5px;
	background-position: center left;
}
table.shop_table.cart td.product-quantity div.quantity.buttons_added input[type=button].plus {
	right: -30px;
	border-radius: 0px 5px 5px 0px;
	background-position: center right;
}
table.shop_table.cart td.product-quantity div.quantity.buttons_added input[type=button].minus,
table.shop_table.cart td.product-quantity div.quantity.buttons_added input[type=button].plus {
	display: none;
	visibility: hidden;
}
table.shop_table.cart td.product-quantity div.quantity.buttons_added input.input-text.text {
	position: relative;
	display: block;
	width: 60px;
	height: 28px;
	left: 0px;
	margin: 0px;
	border: 0px none;
	border-color: #D6E03D;
	padding: 0px;
	font-size: 18px;
	line-height: 28px;
	font-family: 'OpenSansSemibold', sans-serif;
	text-align: center;
}
table.shop_table.cart td.product-quantity div.quantity.buttons_added input.input-text.text {
	height: 38px;
	line-height: 38px;
	width: 100%;
}

/* Checkout Page */
div.woocommerce p.woocommerce-info {
	background: #FFFFFF;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid #E6E6E6;
	border-radius: 15px;
	padding: 19px;
	margin: 0px 0px 30px;
}
div.checkout_page div.woocommerce form.login {
	background: #FFFFFF;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid #E6E6E6;
	border-radius: 15px;
	padding: 19px;
	margin-bottom: 30px;
}
div.checkout_page div.woocommerce form.login .form-row {
	margin-bottom: 0px;
}
div.checkout_page div.woocommerce form.login .form-row.form-row-first,
div.checkout_page div.woocommerce form.login .form-row.form-row-last {
	float: left;
	width: 445px;
	margin-right: 30px;
	margin-bottom: 15px;
}
div.checkout_page div.woocommerce form.login .form-row.form-row-last {
	margin-right: 0px;
}
div.checkout_page div.woocommerce form.login .form-row label {
	display: inline-block;
	width: 130px;
	margin-right: 15px;
	padding: 5px 0px;
	text-align: left;
}
div.checkout_page div.woocommerce form.login .form-row input[type=text],
div.checkout_page div.woocommerce form.login .form-row input[type=password] {
	display: inline-block;
	width: 272px;
	height: 20px;
	float: right;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	padding: 4px 8px;

	font-size: 13px;
	line-height: 20px;
	font-family: 'OpenSansRegular', sans-serif;
	color: #404040;

	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
div.checkout_page div.woocommerce form.login .form-row input.button {
	background-color: #D6E03D;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: 'OpenSansSemibold',sans-serif;
    font-size: 11px;
    height: 30px;
    line-height: 20px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.25s ease-out 0s;
	margin: 15px auto;
}
div.checkout_page div.woocommerce form.login .lost_password {
	display: block;
	text-align: center;
}
div.woocommerce form.checkout {
	background: #FFFFFF;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid #E6E6E6;
	border-radius: 15px;
	padding: 19px;
}
form.checkout:after {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	content: ' ';
}
div#customer_details {
	width: 445px;
	margin-right: 30px;
	float: left;
}
body.window_mobile div#customer_details {
	margin-right: 0px !important;
	width: 100% !important;
	position: relative;
}
body.window_mobile div#customer_details span.custom_select {
	float: right;
	width: 50% !important;
}
div#order_review {
	width: 445px;
	float: left;
}
body.window_mobile div#order_review {
	width: 100%;
}

form.checkout p.form-row {
	line-height: 20px;
	clear: both;
	min-height: 30px;
}
form.checkout p.form-row {
	line-height: 30px;
	min-height: 40px;
}
form.checkout p.form-row label {
	display: inline-block;
	width: 130px;
	margin-right: 15px;
	padding: 5px 0px;
	text-align: left;
}
body.window_mobile form.checkout p.form-row label {
	width: 38%;
	margin-right: 2%;
}
form.checkout p.form-row.terms label,
form.checkout p.form-row#shiptobilling label {
	width: auto !important;
}
form.checkout p.form-row input[type=text] {
	height: 20px;
}
form.checkout p.form-row input[type=text],
form.checkout p.form-row input[type=password],
form.checkout p.form-row textarea,
form.checkout p.form-row select {
	display: inline-block;
	float: right;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	padding: 4px 8px;

	font-size: 13px;
	line-height: 20px;
	font-family: 'OpenSansRegular', sans-serif;
	color: #404040;

	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
body.window_mobile form.checkout p.form-row input[type=text],
body.window_mobile form.checkout p.form-row input[type=password],
body.window_mobile form.checkout p.form-row textarea {
	width: 52.5%;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	padding: 5px 2%;
}
body.window_mobile form.checkout p.form-row select {
	width: 57%;
}
form.checkout p.form-row input[type=text],
form.checkout p.form-row input[type=password] {
	width: 272px;
	height: 20px;
}
form.checkout p.form-row textarea {
	width: 272px;
	height: 60px;
}
form.checkout p.form-row select {
	width: 292px;
	height: 30px;
}
form.checkout p.form-row input[type=text]:focus,
form.checkout p.form-row input[type=password]:focus,
form.checkout p.form-row textarea:focus {
	border: 1px solid #D6E03D;
	box-shadow: 0px 0px 0px 1px #D6E03D;
}
form.checkout p.form-row textarea {
	resize: vertical;
	padding-bottom: 8px;
}
form.checkout p.form-row div.chzn-container.chzn-container-single {
	display: none !important;
	float: right;
	width: 290px !important;
	height: 30px;
	vertical-align: bottom;
}
body.window_mobile form.checkout p.form-row div.chzn-container.chzn-container-single {
	width: 59% !important;
}
form.checkout p.form-row div.chzn-container.chzn-container-single a {
	margin: 0px;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	padding: 4px 8px;
	background: none;
	box-shadow: none;
	
	height: 20px;
	line-height: 20px;
}
body.window_mobile form.checkout p.form-row div.chzn-container.chzn-container-single a {
	height: 30px;
	line-height: 30px;
}
form.checkout p.form-row div.chzn-container.chzn-container-single a div b {
	background-position: 0px 4px !important;
}
form.checkout p.form-row div.chzn-container.chzn-container-single div.chzn-search {
	padding: 8px;
}
form.checkout p.form-row div.chzn-container.chzn-container-single div.chzn-search input {
	box-shadow: none;
	background: url("images/bg_search.png") center right no-repeat;
	margin-bottom: 10px;
}
form.checkout p.form-row div.chzn-container.chzn-container-single div.chzn-drop {
	top: 25px !important;
	border-color: #E6E6E6;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-radius: 0px 0px 5px 5px;
	box-shadow: none;
}
form.checkout p.form-row div.chzn-container.chzn-container-single div.chzn-drop ul.chzn-results {
	display: block;
	width: 100%;
	margin: 10px 0px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #E6E6E6;
	padding: 0px;
	line-height: 20px;
	height: 0px;
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
form.checkout p.form-row div.chzn-container.chzn-container-single.chzn-container-active div.chzn-drop ul.chzn-results {
	height: 260px;
}
form.checkout p.form-row div.chzn-container.chzn-container-single div.chzn-drop ul.chzn-results li {
	margin: 0px !important;
	padding: 0px 0px 0px 8px !important;
	height: 20px !important;
	line-height: 20px !important;
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
form.checkout p.form-row div.chzn-container.chzn-container-single div.chzn-drop ul.chzn-results li:hover,
form.checkout p.form-row div.chzn-container.chzn-container-single div.chzn-drop ul.chzn-results li.highlighted,
form.checkout p.form-row div.chzn-container.chzn-container-single div.chzn-drop ul.chzn-results li.result-selected {
	background: #D6E03D;
	color: #FFFFFF;
}
div#order_review table.shop_table {
	width: 100%;
}
div#order_review table.shop_table th,
div#order_review table.shop_table th strong,
div#order_review table.shop_table .cart-subtotal span.amount,
div#order_review table.shop_table .total span.amount {
	font-weight: 400;
	color: #404040;
	font-family: 'OpenSansSemibold', sans-serif;
}
div#order_review table.shop_table th,
div#order_review table.shop_table td {
	vertical-align: middle;
	height: 30px;
	padding: 0px;
}
div#order_review table.shop_table th:last-child, 
div#order_review table.shop_table td:last-child {
	text-align: right;
}
div#order_review div#payment ul.payment_methods {
	list-style: none outside;
	padding: 0px;
}
div#order_review div#payment ul.payment_methods li {
	list-style: none outside;
}
div#order_review div#payment ul.payment_methods li label {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	font-family: 'OpenSansSemibold', sans-serif;
	color: #404040;
	cursor: pointer;
}
div#order_review div#payment ul.payment_methods li label img {
	vertical-align: -5px;
}
div#order_review input#place_order {
	display: inline-block;
	margin: 10px 0px 20px;

	border: 0px none;
	border-radius: 5px;
	padding: 10px 20px;

	font-size: 13px;
	line-height: 24px;
	font-family: 'OpenSansSemibold', sans-serif;
	background-color: #D6E03D;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;

}
body.window_mobile div#order_review input#place_order {
	font-size: 18px;
	line-height: 30px;
	height: 50px;
	
	padding: 10px 20px;
}
div#order_review div.form-row.place-order {
	text-align: center;
}
div#order_review input#place_order:hover {
	color: #FFFFFF;
	background: #404040;
}

/* User Account Pages */

.login_page {
	text-align: center;
}
.login_page .entry_header .entry_title {
	display: none;
}
.login_page div.woocommerce {
	background: #FFFFFF;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid #E6E6E6;
	border-radius: 15px;
	padding: 19px;
	width: 445px;
	margin: 0px auto;
}
body.window_mobile .login_page div.woocommerce {
	width: auto !important;
}
.login_page div.woocommerce h2 {
	font-size: 36px;
	line-height: 48px;
}
.login_page div.woocommerce form.lost_reset_password,
.login_page div.woocommerce form.login {
	background: none;
	box-shadow: none;
	border: 0px solid #E6E6E6;
	border-radius: 0px;
	padding: 0px;
}
.login_page div.woocommerce form.lost_reset_password p.form-row,
.login_page div.woocommerce form.login p.form-row {
	text-align: center;
}
.login_page div.woocommerce form.lost_reset_password p.form-row:last-child,
.login_page div.woocommerce form.login p.form-row:last-child {
	text-align: center;
}
.login_page div.woocommerce form.lost_reset_password p.form-row label,
.login_page div.woocommerce form.login p.form-row label {
	display: inline-block;
	width: 130px;
	margin-right: 15px;
	padding: 5px 0px;
}
body.window_mobile .login_page div.woocommerce form.lost_reset_password p.form-row label,
body.window_mobile .login_page div.woocommerce form.login p.form-row label {
	width: 38%;
	margin-right: 1%
}
.login_page div.woocommerce form.lost_reset_password p.form-row input[type=text],
.login_page div.woocommerce form.lost_reset_password p.form-row input[type=password],
.login_page div.woocommerce form.login p.form-row input[type=text],
.login_page div.woocommerce form.login p.form-row input[type=password] {
	display: inline-block;
	float: right;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	padding: 4px 8px;
	width: 272px;

	font-size: 13px;
	line-height: 20px;
	font-family: 'OpenSansRegular', sans-serif;
	color: #404040;

	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
body.window_mobile .login_page div.woocommerce form.lost_reset_password p.form-row input[type=text],
body.window_mobile .login_page div.woocommerce form.lost_reset_password p.form-row input[type=password],
body.window_mobile .login_page div.woocommerce form.login p.form-row input[type=text],
body.window_mobile .login_page div.woocommerce form.login p.form-row input[type=password] {
	padding: 5px 2%;
	height: 30px;
	font-size: 18px;
	width: 55%;
}
.login_page div.woocommerce form.lost_reset_password p.form-row input[type=submit],
.login_page div.woocommerce form.login p.form-row input[type=submit] {
	display: block;
	width: 135px;
	height: 30px;
	border: 0px none;
	border-radius: 5px;
	padding: 0px 10px;
	margin: 0px auto 10px;

	font-size: 11px;
	line-height: 20px;
	font-family: 'OpenSansSemibold', sans-serif;
	background-color: #D6E03D;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
	
}
body.window_mobile .login_page div.woocommerce form.lost_reset_password p.form-row input[type=submit],
body.window_mobile .login_page div.woocommerce form.login p.form-row input[type=submit] {
	font-size: 18px !important;
	line-height: 40px !important;
	width: auto !important;
	height: 40px !important;
	padding: 0px 10px !important;
}
.login_page div.woocommerce form.lost_reset_password p.form-row input[type=submit]:hover,
.login_page div.woocommerce form.login p.form-row input[type=submit]:hover {
	color: #FFFFFF;
	background-color: #404040;
}

div.account_page article.page div.entry_content {
/*	background: #FFFFFF;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid #E6E6E6;
	border-radius: 15px;
	padding: 19px;*/
}
div.account_page article.page div.entry_content h2 {
	margin-top: 15px;
	border-top: 1px solid #E6E6E6;
	padding-top: 15px;
}
div.account_page article.page div.entry_content h3 {
	display: inline-block;
	font-size: 15px;
	line-height: 18px;
	font-family: 'OpenSansRegular', sans-serif;
}
div.account_page article.page div.entry_content table.shop_table {
	width: 100%;
}
div.account_page article.page div.entry_content table.shop_table thead,
div.account_page article.page div.entry_content table.shop_table thead th,
div.account_page article.page div.entry_content table.shop_table strong {
	font-weight: normal;
	font-family: 'OpenSansSemibold', sans-serif;
	color: #404040;
}
div.account_page article.page div.entry_content table.shop_table td.order-actions {
	width: 1px;
	white-space: nowrap;
}
div.account_page article.page div.entry_content table.shop_table td.order-actions a {
	display: inline-block;
	height: 20px;
	border: 0px none;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 0px 5px 0px;

	font-size: 11px;
	line-height: 20px;
	font-family: 'OpenSansSemibold', sans-serif;
	background-color: #D6E03D;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
div.account_page article.page div.entry_content table.shop_table td.order-actions a:hover {
	color: #FFFFFF;
	background-color: #404040;
}
div.account_page article.page div.entry_content div.addresses {
}
div.account_page article.page div.entry_content div.addresses:after {
	content: ' ';
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 0px;
}
div.account_page article.page div.entry_content div.addresses div.address,
div.account_page article.page div.entry_content div.addresses div.col-1 {
	width: 275px;
	margin-right: 40px;
	float: left;
}
div.account_page article.page div.entry_content div.addresses div.address:last-child,
div.account_page article.page div.entry_content div.addresses div.col-2 {
	margin: 0px;
}
div.account_page article.page div.entry_content div.addresses div.address a,
div.account_page article.page div.entry_content div.addresses div.col-1 a,
div.account_page article.page div.entry_content div.addresses div.col-2 a {
	position: relative;
	margin-left: 8px;
}
div.account_page article.page div.entry_content div.addresses div.address a:before,
div.account_page article.page div.entry_content div.addresses div.col-1 a:before,
div.account_page article.page div.entry_content div.addresses div.col-2 a:before {
	content: ' - ';
	text-decoration: none !important;
	color: #404040;
	position: absolute;
	left: -8px;
}
div.account_page article.page div.woocommerce form {
	background: none;
	box-shadow: none;
	border: 0px none;
	border-radius: 0px;
	padding: 0px;
}
div.account_page article.page div.woocommerce form p {
/*	text-align: right;
	margin-bottom: 0px;*/
}
div.account_page article.page div.woocommerce form p.form-row {
	min-height: 30px;
	text-align: left;
}
body.window_mobile div.login_page article.page div.woocommerce form p.form-row,
body.window_mobile div.account_page article.page div.woocommerce form p.form-row {
	min-height: 42px;
}
div.account_page article.page div.woocommerce form p.form-row label {
	display: inline-block;
	width: 180px;
	margin-right: 15px;
	padding: 5px 0px;
}
body.window_mobile div.account_page article.page div.woocommerce form p.form-row label {
	width: 38%;
	margin-right: 1%;
}
div.account_page article.page div.woocommerce form p.form-row.terms label,
div.account_page article.page div.woocommerce form p.form-row#shiptobilling label {
	width: auto !important;
}
div.account_page article.page div.woocommerce form p.form-row input[type=text] {
	height: 20px;
}
div.account_page article.page div.woocommerce form p.form-row input[type=text],
div.account_page article.page div.woocommerce form p.form-row input[type=password],
div.account_page article.page div.woocommerce form p.form-row textarea,
div.account_page article.page div.woocommerce form p.form-row select {
	display: inline-block;
	float: right;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	padding: 4px 8px;

	font-size: 13px;
	line-height: 20px;
	font-family: 'OpenSansRegular', sans-serif;
	color: #404040;

	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
div.account_page article.page div.woocommerce form p.form-row input[type=text],
div.account_page article.page div.woocommerce form p.form-row input[type=password] {
	width: 372px;
	height: 20px;
}
body.window_mobile div.account_page article.page div.woocommerce form p.form-row input[type=text],
body.window_mobile div.account_page article.page div.woocommerce form p.form-row input[type=password] {
	width: 55%;
	height: 30px;
	padding: 5px 2%;
	font-size: 18px;
}
div.account_page article.page div.woocommerce form p.form-row textarea {
	width: 372px;
	height: 60px;
}
body.window_mobile div.account_page article.page div.woocommerce form p.form-row textarea {
	width: 55%;
	padding: 5px 2%;
}
div.account_page article.page div.woocommerce form p.form-row select {
	width: 392px;
	height: 30px;
}
body.window_mobile div.account_page article.page div.woocommerce form p.form-row select {
	width: 59%;
}
div.account_page article.page div.woocommerce form p.form-row span.custom_select {
	width: 363px;
	left: 1px;
	display: inline-block;
	vertical-align: bottom;
	background-position: 373px 4px !important;
}
body.window_mobile div.account_page article.page div.woocommerce form p.form-row span.custom_select {
	padding: 5px 2%;
	width: 55%;
	left: 1px;
	display: inline-block;
	vertical-align: bottom;
	background-position: right center !important;
	float: right;
	height: 30px;
	line-height: 30px;
}
div.account_page article.page div.woocommerce form p.form-row input[type=text]:focus,
div.account_page article.page div.woocommerce form p.form-row input[type=password]:focus,
div.account_page article.page div.woocommerce form p.form-row textarea:focus {
	border: 1px solid #D6E03D;
	box-shadow: 0px 0px 0px 1px #D6E03D;
}
div.account_page article.page div.woocommerce form p.form-row textarea {
	resize: vertical;
	padding-bottom: 8px;
}

div.account_page article.page div.woocommerce form input[type=submit] {
	display: inline-block;
	height: 30px;
	border: 0px none;
	border-radius: 5px;
	padding: 0px 10px;
	margin: 0px;

	font-size: 11px;
	line-height: 20px;
	font-family: 'OpenSansSemibold', sans-serif;
	background-color: #D6E03D;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
body.window_mobile div.account_page article.page div.woocommerce form input[type=submit] {
	height: 40px;
	padding: 5px 10px;
	font-size: 18px;
	line-height: 30px;
	margin: 0px;
}
div.account_page table.shop_table {
	width: 100%;
}
div.account_page table.shop_table th,
div.account_page table.shop_table th strong,
div.account_page table.shop_table .cart-subtotal span.amount,
div.account_page table.shop_table .total span.amount {
	font-weight: 400;
	color: #404040;
	font-family: 'OpenSansSemibold', sans-serif;
}
div.account_page table.shop_table th,
div.account_page table.shop_table td {
	vertical-align: middle;
	height: 30px;
	padding: 0px;
}
div.account_page table.shop_table th:last-child, 
div.account_page table.shop_table td:last-child {
	text-align: right;
}
div.account_page div#payment ul.payment_methods {
	list-style: none outside;
	padding: 0px;
}
div.account_page div#payment ul.payment_methods li {
	list-style: none outside;
}
div.account_page div#payment ul.payment_methods li label {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	font-family: 'OpenSansSemibold', sans-serif;
	color: #404040;
	cursor: pointer;
}
div.account_page div#payment ul.payment_methods li label img {
	vertical-align: -5px;
}
div.account_page input#place_order {
	display: inline-block;
	margin: 10px 0px 20px;

	border: 0px none;
	border-radius: 5px;
	padding: 10px 20px;

	font-size: 13px;
	line-height: 24px;
	font-family: 'OpenSansSemibold', sans-serif;
	background-color: #D6E03D;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;

}
div.account_page div.form-row.place-order {
	text-align: center;
}
div.account_page input#place_order:hover {
	color: #FFFFFF;
	background: #404040;
}

div.account_page dl dd {
	margin: 0px;
	color: #404040;
}

#sidebar form#searchform div:after {
	content: " ";
	font-size: 0px;
	line-height: 1px;
	height: 1px;
	display: block;
	clear: both;
}
#sidebar form#searchform label {
	display: none;
}
#sidebar form#searchform input#s,
#sidebar form#searchform input#searchsubmit {
	float: left;
}
#sidebar form#searchform input#s {
	position: relative;
	display: block;
	width: 168px;
	height: 30px;
	left: 0px;
	margin: 0px;
	border-color: #E6E6E6;
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	border-radius: 5px 0px 0px 5px;
	padding: 5px;
	font-size: 12px;
	line-height: 18px;
	font-family: 'OpenSansSemibold', sans-serif;
	text-align: left;
}
body.window_mobile #sidebar form#searchform input#s {
	width: 60%;
	height: 28px;
	padding: 5px 2%;
	font-size: 18px;
	line-height: 28px;
}
#sidebar form#searchform input#searchsubmit {
	display: block;
	width: 80px;
	height: 30px;
	top: -1px;
	margin: 0px;
	padding: 0px;
	border: 0px !important;
	border-radius: 0px 5px 5px 0px;
	font-size: 11px;
	font-family: 'OpenSansSemibold', sans-serif;
	color: #FFFFFF;
	background: #D6E03D;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
body.window_mobile #sidebar form#searchform input#searchsubmit {
	width: 35%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}
#sidebar form#searchform input#searchsubmit:hover {
	color: #FFFFFF;
	background-color: #404040;
}

#sidebar ul.product_list_widget {
	width: 100%;
}
#sidebar ul.product_list_widget li {
	margin: 0px 0px 10px 0px;
	width: 100%;
}
#sidebar ul.product_list_widget li a {
	margin: 0px 0px 10px 0px;
	color: #969696;
}
#sidebar ul.product_list_widget li a:hover {
	color: #969696;
	text-decoration: none;
}
#sidebar ul.product_list_widget li,
#sidebar ul.product_list_widget li a,
#sidebar ul.product_list_widget li del,
#sidebar ul.product_list_widget li ins,
#sidebar ul.product_list_widget li span {
	text-align: left;
	font-family: 'OpenSansSemibold', sans-serif;
}
#sidebar ul.product_list_widget li:last-child {
	margin-bottom: 0px;
}
#sidebar ul.product_list_widget li:after {
	content: " ";
	font-size: 0px;
	line-height: 1px;
	height: 1px;
	display: block;
	clear: both;
	
}
#sidebar ul.product_list_widget li img {
	float: left;
	width: 58px;
	height: 58px;
	border: 1px solid #E6E6E6;
	margin-right: 10px;
}
body.window_mobile #sidebar ul.product_list_widget li img {
	width: 78px;
	height: 78px;
}
#sidebar ul.product_list_widget li,
#sidebar ul.product_list_widget li del,
#sidebar ul.product_list_widget li ins {
	display: block;
}
#sidebar ul.product_list_widget li span.amount {
	color: #404040;
	font-size: 13px;
	line-height: 30px;
}
#sidebar ul.product_list_widget li del,
#sidebar ul.product_list_widget li del span.amount {
	color: #404040;
	font-size: 10px;
	line-height: 15px;
	text-decoration: line-through;
}
body.window_mobile #sidebar ul.product_list_widget li del,
body.window_mobile #sidebar ul.product_list_widget li del span.amount {
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
}
#sidebar ul.product_list_widget li ins,
#sidebar ul.product_list_widget li ins span.amount {
	color: #FF5000;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
}
body.window_mobile #sidebar ul.product_list_widget li ins,
body.window_mobile #sidebar ul.product_list_widget li ins span.amount {
	font-size: 18px;
	line-height: 20px;
	display: inline-block;
}
.price_slider_wrapper {
	position: relative;
}
.price_slider_wrapper .price_slider {
	height: 16px;
	width: 160px;
	border: 1px solid #E6E6E6;
	background: #F0F0F0;
	border-radius: 5px;
	position: relative;
	top: 7px;
	left: 7px;
}
body.window_mobile .price_slider_wrapper .price_slider {
	display: none !important;
	visibility: hidden !important;
}
body.window_mobile .price_slider_wrapper .price_slider {
	left: 5px;
	top: 10px;
	width: 55%;
	height: 18px;
	margin: 0px 0px 30px;
	border-color: #E6E6E6 #F0F0F0 #E6E6E6 #E6E6E6;
}
body.window_mobile .price_slider_wrapper .price_slider_amount input[type=text] {
	display: inline-block !important;
	visibility: visible !important;
	width: 25%;
	height: 30px;
	line-height: 30px;
	padding: 4px 2%;
	font-size: 18px;
	font-family: OpenSansRegular, sans-serif;
	border: 1px solid #E6E6E6;
	text-align: center;
	margin-right: 1%;
	margin-bottom: 20px;
}
body.window_mobile .price_slider_wrapper .price_slider:after {
	width: 20px;
	height: 18px;
	border-color: #E6E6E6 #E6E6E6 #E6E6E6 #F0F0F0;
	border-width: 1px;
	border-style: solid;
	content: " ";
	position: absolute;
	right: -21px;
	top: -1px;
	background: #F0F0F0;
}
.price_slider_wrapper a.ui-slider-handle {
	width: 0px;
	height: 30px;
	display: inline-block;
	position: absolute;
	transition: all ease-out 0.25s;
	top: -8px;
	text-decoration: none;

	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
body.window_mobile .price_slider_wrapper a.ui-slider-handle {
	top: -11px;
	width: 20px;
	height: 40px;
	line-height: 40px;
}
.price_slider_wrapper a.ui-slider-handle:after {
	content: "III";
	display: block;
	width: 14px;
	height: 30px;
	position: relative;
	left: -7px;
	z-index: 1000;

	border-radius: 5px;
	font-size: 10px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
	background: #D6E03D;
}
body.window_mobile .price_slider_wrapper a.ui-slider-handle:after {
	width: 20px;
	left: -0px;
	line-height: 40px;
	height: 40px;
	border-radius: 0px;
}
.price_slider_wrapper .ui-slider-range {
	background: #FFFFFF;
	height: 14px;
	position: absolute;
	transition: all ease-out 0.25s;
	border-radius: 4px;
}
body.window_mobile .price_slider_wrapper .ui-slider-range {
	height: 18px;
}
.price_slider_wrapper .price_slider_amount {
	margin-top: 15px;
}
.price_slider_wrapper .price_slider_amount button.button {
	display: block;
	width: 80px;
	height: 30px;
	position: absolute;
	right: 0px; 
	top: 0px;

	margin: 0px;
	padding: 0px;
	border: 0px !important;
	border-radius: 5px;

	font-size: 11px;
	font-family: 'OpenSansSemibold', sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #D6E03D;
	cursor: pointer;
	
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
body.window_mobile .price_slider_wrapper .price_slider_amount button.button {
	width: 36%;
	height: 40px;
	
	font-size: 18px;
	font-family: 'OpenSansSemibold', sans-serif;
}
.price_slider_wrapper .price_slider_amount button.button:hover {
	color: #FFFFFF;
	background: #404040;
}
.price_slider_wrapper .price_slider_amount .price_label {
	clear: both;
	line-height: 30px;
	
}
.price_slider_wrapper .price_slider_amount .price_label span {
	color: #404040;
	font-family: 'OpenSansSemibold', sans-serif;
}
p.woocommerce-result-count {
	margin: 0px;
}
section.account_option {
	margin-bottom: 15px;
}
section.account_option:last-child {
	margin-bottom: 0px;
}
body.window_mobile div.woocommerce form.shipping_calculator .form-row select#calc_shipping_country {
	width: 100% !important;
}
body.window_mobile div.woocommerce form.shipping_calculator .form-row span.custom_select {
	width: auto !important;
}
div.woocommerce .form-row input[type=text]#calc_shipping_state,
div.woocommerce .form-row input[type=text]#calc_shipping_postcode {
	display: inline-block;
	width: 272px;
	height: 20px;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	padding: 4px 8px;

	font-size: 13px;
	line-height: 20px;
	font-family: 'OpenSansRegular', sans-serif;
	color: #404040;

	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
body.window_mobile div.woocommerce .form-row input[type=text]#calc_shipping_state,
body.window_mobile div.woocommerce .form-row input[type=text]#calc_shipping_postcode {
	display: block;
	width: 95% !important;
	height: 30px;
	line-height: 30px;
	padding: 5px 2%;
	
	width: auto;
	font-size: 18px;
	
}

nav.woocommerce-pagination {
	clear: both;
}
nav.woocommerce-pagination ul {
	list-style: none;
	display: block;
	text-align: center;
	padding: 20px 0px 0px;
}
nav.woocommerce-pagination ul li {
	list-style: none;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	margin: 0px 5px;
}
nav.woocommerce-pagination ul li span.current,
nav.woocommerce-pagination ul li a {
	display: block;
	width: 30px;
	height: 30px;

	margin: 0px;
	padding: 0px;
	border: 0px !important;
	border-radius: 5px;

	font-family: 'OpenSansSemibold', sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background: #D6E03D;
	cursor: pointer;
	
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
nav.woocommerce-pagination ul li span.current,
nav.woocommerce-pagination ul li a:hover {
	color: #FFFFFF;
	background-color: #404040;
}