/* WooCommerce styles */
.woocommerce form.track_order p:first-child,
.woocommerce form.lost_reset_password p:first-child {margin-bottom:12px;
}
.woocommerce_container {
	padding-top:1px;
}
.woocommerce-result-count {
	 padding-bottom:0;
	 line-height:28px;
	 margin-bottom:32px !important;
	 font-size:12px;
	 /*font-weight:400;*/
}
.woocommerce img {
	outline:none;
	vertical-align:top;
	max-width:100% !important;
}
.woocommerce .woocommerce-ordering {
	clear:none !important;
	margin-bottom:1px;
	padding-bottom:31px;
	padding-right:0;
}
.woocommerce_container ul.products li.product .star-rating,
.woocommerce ul.products li.product .star-rating {display: none !important;
}
.woocommerce a.button.added:before, .woocommerce-page a.button.added:before,
.woocommerce button.button.added:before, .woocommerce-page button.button.added:before,
.woocommerce input.button.added:before, .woocommerce-page input.button.added:before,
.woocommerce #respond input#submit.added:before, .woocommerce-page #respond input#submit.added:before,
.woocommerce #content input.button.added:before, .woocommerce-page #content input.button.added:before {background: none !important;
}
.woocommerce a.button:active, .woocommerce-page a.button:active,
.woocommerce button.button:active, .woocommerce-page button.button:active,
.woocommerce input.button:active, .woocommerce-page input.button:active,
.woocommerce #respond input#submit:active, .woocommerce-page #respond input#submit:active,
.woocommerce #content input.button:active, .woocommerce-page #content input.button:active {top: 0;
}

/* Pagination */
nav.woocommerce-pagination {
	text-align:left !important;
	width:auto !important;
	margin:0 !important;
	padding:15px 0;
	height:auto !important;
	background:none !important;
	border:0 !important;
	min-height:inherit !important;
	box-shadow: none !important;
	position:relative;
}
nav.woocommerce-pagination ul.page-numbers {
	padding:0 !important;
	margin:0 !important;
	border:0 !important;
}
nav.woocommerce-pagination ul.page-numbers li {
	padding:0 !important;
	margin:0 2px 5px 0 !important;
	border:0 !important;
	float:none !important;
	display:inline-block !important;
	background:none !important;
	vertical-align:top;
}
nav.woocommerce-pagination ul.page-numbers li a,
nav.woocommerce-pagination ul.page-numbers li span {
	width:24px;
	border-radius:2px;
	-webkit-border-radius:2px;
	box-shadow:none;
	height:24px;
	line-height:22px;
	border:0;
	font-size:11px;
	text-align:center;
	text-transform:none;
	display:inline-block;
	vertical-align:top !important;
	margin:0 !important;
	padding:0 !important;
	position:relative;
	min-width:inherit;
	color:#fff;
	background:#bfc2c5;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
nav.woocommerce-pagination ul.page-numbers li a:after,
nav.woocommerce-pagination ul.page-numbers li span:after {
	content:'';
	display:none;
}
nav.woocommerce-pagination ul.page-numbers li span.current,
nav.woocommerce-pagination ul.page-numbers li a:hover {
	color:#fff !important;
}
nav.woocommerce-pagination ul.page-numbers li span.current {
	background:#d8d9da;
}

/* Star-Rating */
.woocommerce .star-rating,
.woocommerce-page .star-rating,
.woocommerce p.stars,
.woocommerce-page p.stars  {
	width: 75px;
	height:14px;
	display:block;
	background-position:0 0;
	background-repeat:repeat-x;
	clear:both;
	padding:0 !important;
	margin-bottom:6px;
	position:relative;
}
.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {content:'' !important;
}
.woocommerce .star-rating span, .woocommerce-page .star-rating span {
	height:14px;
	display:inline-block;
	background-position:0 -14px;
	background-repeat:repeat-x;
}
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before,
.woocommerce .star-rating span:after, .woocommerce-page .star-rating span:after {content:'' !important;
}
.woocommerce p.stars a:before, .woocommerce-page p.stars a:before,
.woocommerce p.stars a:after, .woocommerce-page p.stars a:after {content:'' !important;
}
.woocommerce p.stars:before, .woocommerce-page p.stars:before,
.woocommerce p.stars:after, .woocommerce-page p.stars:after {content:'' !important;
}
.woocommerce p.stars a, .woocommerce-page p.stars a {
	width: 15px;
	height:14px;
	text-indent:-9999px;
	position:absolute;
	padding:0 !important;
	margin:0 !important;
	border:0 !important;
}
.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a.star-1 {
	width: 15px;
	z-index:25;
}
.woocommerce p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
	width: 30px;
	z-index:20;
}
.woocommerce p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
	width: 45px;
	z-index:15;
}
.woocommerce p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
	width: 60px;
	z-index:10;
}
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
	width: 75px;
	z-index:5;
}
.woocommerce p.stars a.active, .woocommerce-page p.stars a.active,
.woocommerce p.stars a:hover, .woocommerce-page p.stars a:hover,
.woocommerce p.stars a:focus, .woocommerce-page p.stars a:focus {
	background-position:0 -14px;
	background-repeat: repeat-x;
}
.woocommerce .star-rating, .woocommerce-page .star-rating {
	float:right;
	clear:none;
}
.woocommerce p.stars span, .woocommerce-page p.stars span {background:none;
}
.woocommerce p.stars span a.star-1,
.woocommerce-page p.stars span a.star-1 {width: 15px;
}
.woocommerce p.stars span a.star-2,
.woocommerce-page p.stars span a.star-2 {width: 30px;
}
.woocommerce p.stars span a.star-3,
.woocommerce-page p.stars span a.star-3 {width: 45px;
}
.woocommerce p.stars span a.star-4,
.woocommerce-page p.stars span a.star-4 {width: 60px;
}
.woocommerce p.stars span a.star-5,
.woocommerce-page p.stars span a.star-5 {width: 75px;
}
.woocommerce p.stars span a:hover, .woocommerce-page p.stars span a:hover, .woocommerce p.stars span a:focus, .woocommerce-page p.stars span a:focus {
	background-position:0 -14px;
	background-repeat:repeat-x;
}
.woocommerce p.stars span a.active, .woocommerce-page p.stars span a.active {
	background-position:0 -14px;
	background-repeat:repeat-x;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating,
.woocommerce p.stars,
.woocommerce-page p.stars,
.woocommerce .star-rating span,
.woocommerce-page .star-rating span,
.woocommerce p.stars a.active,
.woocommerce-page p.stars a.active,
.woocommerce p.stars a:hover,
.woocommerce-page p.stars a:hover,
.woocommerce p.stars a:focus,
.woocommerce-page p.stars a:focus,
.woocommerce p.stars span a:hover,
.woocommerce-page p.stars span a:hover,
.woocommerce p.stars span a:focus,
.woocommerce-page p.stars span a:focus,
.woocommerce p.stars span a.active,
.woocommerce-page p.stars span a.active,
.woocommerce #reviews .star-rating,
.woocommerce-page #reviews .star-rating,
.woocommerce #reviews .star-rating span,
.woocommerce-page #reviews .star-rating span,
.woocommerce #reviews .commentlist .star-rating,
.woocommerce-page #reviews .commentlist .star-rating,
.woocommerce #reviews .commentlist .star-rating span,
.woocommerce-page #reviews .commentlist .star-rating span  {
	background-image:url(../img/woo_shop/woo_star.png);
}

#pp_full_res #respond  {padding-top:10px;
}
.woocommerce ul.products li.product .price .from {padding-right:5px;
}
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce-page form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.validate-required.woocommerce-validated input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text,
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text {background:#fff;
}
.woocommerce #billing_address_1,
.woocommerce #shipping_address_1,
.woocommerce #billing_address_1_field,
.woocommerce #shipping_address_1_field {margin-bottom:8px;
}
.woocommerce table.variations,
.woocommerce .variations_form {
	margin-bottom:0 !important;
	border:0;
}
.woocommerce table.variations td,
.woocommerce .variations_form td,
.woocommerce table.variations th,
.woocommerce .variations_form th  {
	background:none;
	border:0;
	padding:0;
}
.woocommerce table.variations td label,
.woocommerce .variations_form td label,
.woocommerce table.variations td select,
.woocommerce .variations_form td select  {margin-bottom:0 !important;
}
.woocommerce a.reset_variations {
	padding:10px 0 10px 0;
	display:inline-block;
}
.single_variation {padding-bottom:15px;
}

#pp_full_res #commentform textarea {
	font-size:13px;
	resize:none;
	width:94%;
	padding:7px 10px;
}
#pp_full_res #commentform #author,
#pp_full_res #commentform #email {
	clear:both;
	font-size:13px;
	line-height:16px;
	padding-top:11px;
	padding-bottom:11px;
}
.woocommerce #commentform p label {
	display:block;
	width:90%;
	padding:4px 0 0 0;
	background:none;
	border:0 !important;
}
.comment-form-author span.required,
.comment-form-email span.required {margin-right:10px;
}
.woocommerce #commentform p.comment-form-author label,
.woocommerce #commentform p.comment-form-email label {
	width:50px;
	display:inline-block;
}

/* Products */
.woocommerce_container h1.page-title {
	display:none;
}
.woocommerce_container .page-description p {
	padding:0 0 7px 0;
	margin:0;
}
.woocommerce_container .page-description {
	margin-bottom:22px;
	margin-top:-21px;
}
.woocommerce_container ul li:before {
	content: "" !important;
	display:none !important;
}
.woocommerce .woocommerce_container ul.products,
.woocommerce ul.products {
	padding:0;
	margin:0 0 0 -40px;
	list-style:none;
	font-size:0;
	line-height:0;
}
.woocommerce .woocommerce_container ul.products li.product,
.woocommerce .woocommerce_container .upsells.products ul li.product,
.woocommerce ul.products li.product,
.woocommerce .upsells.products ul li.product {
	margin: 0 0 37px 40px;
	width:calc(25% - 40px);
	float:none;
	display:inline-block !important;
	vertical-align:top;
	position:relative;
	overflow:hidden;
	padding:0 0 36px 0;
}
.woocommerce .right-sidebar .woocommerce_container ul.products li.product,
.woocommerce .right-sidebar .woocommerce_container .upsells.products ul li.product,
.woocommerce .right-sidebar ul.products li.product,
.woocommerce .right-sidebar .upsells.products ul li.product,
.woocommerce .left-sidebar .woocommerce_container ul.products li.product,
.woocommerce .left-sidebar .woocommerce_container .upsells.products ul li.product,
.woocommerce .left-sidebar ul.products li.product,
.woocommerce .left-sidebar .upsells.products ul li.product {
	width:calc(33.333% - 40px);
}
.woocommerce .woocommerce_container ul.products li.product:hover img,
.woocommerce .woocommerce_container .upsells.products ul li.product:hover img,
.woocommerce ul.products li.product:hover img,
.woocommerce .upsells.products ul li.product:hover img {cursor:pointer;
}
.woocommerce .woocommerce_container ul.products li.product:before,
.woocommerce .woocommerce_container .upsells.products ul li.product:before,
.woocommerce ul.products li.product:before,
.woocommerce .upsells.products ul li.product:before {
	content:'';
	display:none;
}
.woocommerce_container ul.products li.first,
.woocommerce ul.products li.first {clear:none;
}
.woocommerce ul.products li.product  span.onsale,
.woocommerce-page ul.products li.product  span.onsale,
.woocommerce .product span.onsale,
.woocommerce-page .product span.onsale {
	display:none;
}
.woocommerce_container ul.products li.product a img,
.woocommerce ul.products li.product a img {
	box-shadow:none !important;
	margin-bottom:0 !important;
}
.woocommerce_container ul.products li.product a.button,
.woocommerce ul.products li.product a.button {
	display:inline-block;
	position:absolute;
	left:0;
	bottom:0 !important;
	top:auto !important;
	cursor:pointer;
	background: none !important;
	line-height:24px !important;
	height:24px !important;
	border:none !important;
	color:#bababa !important;
	text-align:left !important;
	text-transform: none !important;
	/*font-weight:400 !important;*/
	font-size:12px !important;
	padding:0 !important;
	margin:0 !important;
}
.woocommerce_container ul.products li.product a.button:before,
.woocommerce ul.products li.product a.button:before {
	display:inline-block !important;
	position:relative;
	width:auto !important;
	height:auto !important;
	right: 0 !important;
	top: 0 !important;
	padding-right:6px;
	font-family: 'FontAwesome' !important;
	content:'\f07a' !important;
}
.woocommerce_container ul.products li.product a.button:after,
.woocommerce ul.products li.product a.button:after,
.woocommerce_container ul.products li.product a.button.loading:after,
.woocommerce ul.products li.product a.button.loading:after {
	display:inline-block !important;
	vertical-align:top !important;
	position:relative;
	width:auto !important;
	height:auto !important;
	right: 0 !important;
	top: 1px !important;
	padding-left:3px;
	font-family: 'FontAwesome' !important;
	content:'\f105' !important;
	margin:0 !important;
	transform:none !important;
	-webkit-transform:none !important;
	animation:none !important;
	-webkit-animation:none !important;
	line-height:24px !important;
	transition:none !important;
	-webkit-transition:none !important;
}
.woocommerce_container ul.products li.product a.add_to_cart_button,
.woocommerce_container ul.products li.product a.product_type_variable,
.woocommerce_container ul.products li.product a.product_type_grouped,
.woocommerce ul.products li.product a.add_to_cart_button,
.woocommerce ul.products li.product a.product_type_variable,
.woocommerce ul.products li.product a.product_type_grouped {
	display:inline-block;
}
.woocommerce_container ul.products li.product a.add_to_cart_button:before,
.woocommerce_container ul.products li.product a.add_to_cart_button.loading:before,
.woocommerce_container ul.products li.product a.product_type_variable:before,
.woocommerce_container ul.products li.product a.product_type_grouped:before,
.woocommerce ul.products li.product a.add_to_cart_button:before,
.woocommerce ul.products li.product a.add_to_cart_button.loading:before,
.woocommerce ul.products li.product a.product_type_variable:before,
.woocommerce ul.products li.product a.product_type_grouped:before,
.woocommerce_container ul.products li.product a.add_to_cart_button:after,
.woocommerce_container ul.products li.product a.add_to_cart_button.loading:after,
.woocommerce_container ul.products li.product a.product_type_variable:after,
.woocommerce_container ul.products li.product a.product_type_grouped:after,
.woocommerce ul.products li.product a.add_to_cart_button:after,
.woocommerce ul.products li.product a.add_to_cart_button.loading:after,
.woocommerce ul.products li.product a.product_type_variable:after,
.woocommerce ul.products li.product a.product_type_grouped:after {
	display:none;
}
a.button.added:before, button.button.added:before,
input.button.added:before,
#respond input#submit.added:before,
#content input.button.added:before {
	background: none;
	content: "";
	height: 0;
	right: 0;
	top: 0;
	width: 0;
}
.woocommerce_container ul.products li.product a.add_to_cart_button.loading:before,
.woocommerce ul.products li.product a.add_to_cart_button.loading:before {
	background:none;
}
.woocommerce_container ul.products li.product a.add_to_cart_button.loading,
.woocommerce ul.products li.product a.add_to_cart_button.loading {
	opacity:1 !important;
}
.woocommerce_container ul.products li.product .added_to_cart,
.woocommerce ul.products li.product .added_to_cart {
	display:none !important;
}
.woocommerce_container ul.products li.product h3,
.woocommerce ul.products li.product h3 {
	margin:0 0 13px 0;
	line-height:16px;
	font-size:14px;
	text-transform:uppercase;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	padding:17px 0 0 19px;
	border:none;
	cursor:pointer !important;
	font-weight:900 !important;
	text-align:left;
	letter-spacing:0.5px;
	position:relative;
}
.woocommerce_container ul.products li.product h3:before,
.woocommerce ul.products li.product h3:before {
	position:absolute;
	left:0;
	top:21px;
	width:10px;
	height:10px;
	content:'';
}
.loop_item_excerpt {
	padding:10px 0 6px 0;
	border-bottom:1px #e4e7e9 solid;
}
.loop_item_excerpt p {
	padding:0 0 7px 0;
	margin-bottom:0;
}
.woo_hover_img {
	display:block;
	position:relative;
	overflow:hidden;
	background:#3f4041;
}
.woo_hover_img img {
	vertical-align:top;
	outline:none;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	-webkit-transform: translateZ(0) !important;
}
.woo_hover_img:hover img {
	vertical-align:top;
	opacity: 0.15;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=15);
}
.woo_hover_img span.featured_items_ico {
	position:absolute;
	left:50%;
	top:50%;
	margin:-17px 0 0 -17px;
	display:block;
	width:34px;
	height:34px;
	opacity:0;
	z-index:16;
    transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
	transition: all 200ms;
}
.woo_hover_img span.featured_items_ico:before,
.woo_hover_img span.featured_items_ico:after {
	content:'';
	position:absolute;
	left:0;
	top:13px;
	width:100%;
	height:8px;
	background:#ffffff;
}
.woo_hover_img span.featured_items_ico:after {
	top:0;
	left:13px;
	height:100%;
	width:8px;
}
.woo_hover_img:hover span.featured_items_ico {
	opacity:1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
.woocommerce .woocommerce_container ul.products li.product .product_meta,
.woocommerce .woocommerce_container .upsells.products ul li.product .product_meta,
.woocommerce ul.products li.product .product_meta,
.woocommerce .upsells.products ul li.product .product_meta {
	font-size:0;
	line-height:0;
	padding:0 22px 0 0;
	margin:0;
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.woocommerce .woocommerce_container ul.products li.product .product_meta:after,
.woocommerce .woocommerce_container .upsells.products ul li.product .product_meta:after,
.woocommerce ul.products li.product .product_meta:after,
.woocommerce .upsells.products ul li.product .product_meta:after {
	position:absolute;
	right:10px;
	top:8px;
	width:2px;
	height:2px;
	background:#bababa;
	content:'';
}
.woocommerce .woocommerce_container ul.products li.product .price,
.woocommerce .woocommerce_container .upsells.products ul li.product .price,
.woocommerce ul.products li.product .price,
.woocommerce .upsells.products ul li.product .price {
	display:inline-block;
	vertical-align:top;
}
.woocommerce .woocommerce_container ul.products li.product .price del,
.woocommerce .woocommerce_container .upsells.products ul li.product .price del,
.woocommerce ul.products li.product .price del,
.woocommerce .upsells.products ul li.product .price del {
	display:none;
}
.woocommerce .woocommerce_container ul.products li.product .product_meta .posted_in a,
.woocommerce .woocommerce_container .upsells.products ul li.product .product_meta .posted_in a,
.woocommerce ul.products li.product .product_meta .posted_in a,
.woocommerce .upsells.products ul li.product .product_meta .posted_in a,
.woocommerce .woocommerce_container ul.products li.product .price,
.woocommerce .woocommerce_container .upsells.products ul li.product .price,
.woocommerce ul.products li.product .price,
.woocommerce .upsells.products ul li.product .price {
	font-size:12px;
	line-height:18px;
	margin:0;
	color:#bababa;
	/*font-weight:400;*/
	text-decoration:none;
}
.woocommerce .woocommerce_container ul.products li.product .price ins,
.woocommerce .woocommerce_container .upsells.products ul li.product .price ins,
.woocommerce ul.products li.product .price ins,
.woocommerce .upsells.products ul li.product .price ins {
	/*font-weight:400;*/
	text-decoration:none;
}
.woocommerce .woocommerce_container ul.products li.product .product_meta .posted_in a:after,
.woocommerce .woocommerce_container .upsells.products ul li.product .product_meta .posted_in a:after,
.woocommerce ul.products li.product .product_meta .posted_in a:after,
.woocommerce .upsells.products ul li.product .product_meta .posted_in a:after {
	content:',';
	padding-right:3px;
	color:#bababa !important;
}
.woocommerce .woocommerce_container ul.products li.product .product_meta .posted_in a:last-child:after,
.woocommerce .woocommerce_container .upsells.products ul li.product .product_meta .posted_in a:last-child:after,
.woocommerce ul.products li.product .product_meta .posted_in a:last-child:after,
.woocommerce .upsells.products ul li.product .product_meta .posted_in a:last-child:after {
	content:'';
	padding-right:0;
	display:none;
}

/* Widget Product Tags */
.widget_product_tag_cloud .tagcloud {
	margin:-5px -10px 0 0;
}
.widget_product_tag_cloud a {
    display: inline-block;
    margin: 4px 1px 0 0;
    border: none;
    font-size: 11px !important;
    line-height: 18px !important;
    color: #fff;
    /*font-weight: 400;*/
    padding: 2px 11px 4px 18px;
    background: #bfbfbf;
	vertical-align:top;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	text-transform:lowercase;
	position:relative;
	border-radius:3px;
	-webkit-border-radius:3px;
}
.widget_product_tag_cloud a:hover {
    color: #fff !important;
    background-color:#3f4041;
}
.widget_product_tag_cloud a:before {
    position:absolute;
	left:8px;
	top:10px;
	width:4px;
	height:4px;
	border-radius:50%;
	-webkit-border-radius:50%;
	background:#fff;
	content:'';
}

.variations td {padding-bottom:8px !important;
}
.variations td label {
	padding-top:3px;
	/*font-weight:400 !important;*/
	text-shadow:none;
}

/* Cart List */
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget,
.woocommerce-page ul.cart_list,
.woocommerce-page ul.product_list_widget {
	padding-top:7px;
}
.woo_wrap ul.cart_list li,
.woo_wrap ul.product_list_widget li,
.main_container ul.cart_list li,
.main_container ul.product_list_widget li,
.woocommerce ul.product_list_widget li {
	margin: 0 0 24px 0;
	padding:0 10px 0 63px !important;
	border-bottom:0;
	position:relative;
	min-height:47px;
	line-height:18px;
}
.woo_wrap ul.cart_list li.empty, .woo_wrap ul.product_list_widget li.empty,
.main_container ul.cart_list li.empty, .woo_wrap ul.product_list_widget li.empty,
.woocommerce ul.product_list_widget li.empty {
	min-height:inherit;
	padding:0 !important;
}
.woo_wrap ul.cart_list li img, .woo_wrap ul.product_list_widget li img,
.main_container ul.cart_list li img, .woo_wrap ul.product_list_widget li img,
.woocommerce ul.product_list_widget li img {
	width:46px !important;
	height:46px !important;
	margin:0 !important;
	padding:0 !important;
	box-shadow: none;
	float:none !important;
	position:absolute;
	left:0;
	top:-3px;
	z-index:2;
	border-radius:50%;
	-webkit-border-radius:50%;
}
.woo_wrap ul.cart_list li a, .woo_wrap ul.product_list_widget li a,
.main_container ul.cart_list li a, .woo_wrap ul.product_list_widget li a,
.woocommerce ul.product_list_widget li a {
	line-height:20px;
	display:block;
	padding:0;
	margin-bottom:4px;
	font-style:normal;
	/*font-weight:400;*/
	color:#7e7f81;
	font-size:12px;
}
.woo_wrap .quantity,
.woo_wrap .quantity .amount,
.main_container .quantity,
.main_container .quantity .amount {
	color:#bababa;
	/*font-weight:400;*/
	font-size:12px;
	font-style:normal;
	line-height:17px;
}
.woo_wrap .product_list_widget .quantity,
.woo_wrap .product_list_widget .quantity .amount,
.main_container .product_list_widget .quantity,
.main_container .product_list_widget .quantity .amount {
	line-height:17px;
}
.woo_wrap .widget_shopping_cart .total,
.main_container .widget_shopping_cart .total {
	padding:0 0 12px 0;
	border:0;
	margin-bottom:0;
	line-height:18px;
	font-size:12px;
	color:#bababa;
}
.woo_wrap .widget_shopping_cart .total strong,
.main_container .widget_shopping_cart .total strong {/*font-weight:400;*/
}
.right-sidebar-block .total .amount,
.left-sidebar-block .total .amount {
	font-size:12px;
	font-style:normal;
}
.right-sidebar-block .total,
.left-sidebar-block .total {margin-bottom:0;
}
.woocommerce-page .widget_shopping_cart .empty,
.woo_wrap .widget_shopping_cart .total
.main_container .widget_shopping_cart .total {
	color:#bababa;
	/*font-weight:400;*/
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	z-index:5;
	left:auto;
	right:0;
	top:0;
	background:none !important;
	color:#bababa !important;
	opacity:1 !important;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
	color:#7e7f81 !important;
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.cart_list li dl dd p,
.woocommerce ul.product_list_widget li dl dd p {
	/*font-weight:400;*/
	font-size:12px;
	color:#bababa;
}

/* Widget Product Categories */
.product-categories {
	padding:0 !important;
	margin:-15px 0 0 0;
}
.product-categories li {
	position: relative;
	border-bottom:#e4e7e9 1px solid;
    padding: 11px 14px 2px 0;
	margin:0;
}
.product-categories ul.children {
	padding: 2px 0 2px 15px;
    margin: 0 -14px -5px 0;
}
.widget_product_categories li:before,
.widget_login .pagenav li:before {display:none;
}
.widget_product_categories a,
.widget_login .pagenav a {
	border:0;
	border-radius:0;
	overflow:hidden;
	display: inline-block;
	font-size: 12px;
	/*font-weight:400;*/
	text-transform:none;
	line-height: 22px !important;
	margin: 0;
	padding: 0 5px 0 0;
	vertical-align:top;
}
.widget_product_categories a:before,
.widget_login .pagenav a:before,
.widget_layered_nav li:before {
	border: 0;
	top: 12px;
	right:0;
	position: absolute;
	z-index:15;
	line-height:22px;
	content:"\f105" !important;
	display:block;
	font-family:'FontAwesome';
	font-size:12px;
	display: block;
}
.widget_product_categories a:after,
.widget_login .pagenav a:after,
.widget_layered_nav li:after {
	border: 0;
	top: 0;
	left:0;
	content: "";
	position: absolute;
	width: 0;
	height:0;
	z-index:20;
	opacity: 1;
}
.widget_layered_nav li {
	border:0;
	border-radius:0;
	overflow:hidden;
	position:relative;
	display: block;
	font-size: 12px;
	/*font-weight:400;*/
	text-transform:none;
	line-height: 22px !important;
	border-bottom:#e4e7e9 1px solid;
    padding: 11px 14px 2px 0 !important;
	margin:0 !important;
}
.widget_layered_nav li a {
	font-size: 12px;
	/*font-weight:400;*/
	text-transform:none;
	line-height: 22px !important;
	padding:0 !important;
}
.widget_layered_nav li small.count {padding:0 !important;
}
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
	background: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 !important;
}
.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce-page .widget_layered_nav ul li.chosen a:before {margin-right:6px;
}
.widget_product_categories a,
.widget_login .pagenav a {
	color:#7e7f81;
	/*font-weight:400;*/
}
.widget_layered_nav li,
.widget_layered_nav li a,
.widget_layered_nav li small.count {color:#7e7f81;
}
label {
	display:inline-block;
	padding-bottom:5px;
	padding-top:5px;
	font-size:12px;
}
.woocommerce-page input[type="text"]:focus, .woocommerce-page input[type="password"]:focus {
	box-shadow:none;
	outline:none;
}
.woocommerce_container .product {
	position:relative;
	padding-top:0;
}
.woocommerce form p, .woocommerce form {
	padding-bottom:0;
	margin-bottom:0;
}
.woocommerce .widget_shopping_cart .buttons,
.woocommerce-page .widget_shopping_cart .buttons {
	 padding-bottom:0 !important;
	 margin-bottom:0 !important;
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce-page .widget_shopping_cart .buttons a,
.widget_shopping_cart .buttons a.button {
	 margin-bottom:0 !important;
	 margin-top:7px !important;
}
.product_list_widget del {
	display:none;
}
.product_list_widget span.amount {
	color:#bababa;
}

/* Woocommerce Buttons */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce a.edit,
.woocommerce #commentform #submit,
.woocommerce-page input.button,
.woocommerce .wrapper input[type="reset"],
.woocommerce .wrapper input[type="submit"] {
	cursor: pointer;
	border:none !important;
	color:#fff !important;
	text-align:center;
	display:inline-block;
	vertical-align:top !important;
	margin:0 7px 7px 0 !important;
	text-shadow: none;
	border-radius:3px !important;
	-webkit-border-radius:3px !important;
	vertical-align:top !important;
	box-shadow:none !important;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	text-transform:none;
	width:auto !important;
	outline:none !important;
	text-transform:uppercase;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.woocommerce #commentform #submit,
.woocommerce #respond input#submit,
.woocommerce form.login input.button,
.woocommerce form.lost_reset_password input.button,
.return-to-shop a.button,
#payment input.button,
.woocommerce p input.button,
.woocommerce p button.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #content input.button,
.woocommerce a.edit,
.woocommerce-page input.button,
.woocommerce .wrapper input[type="reset"],
.woocommerce .wrapper input[type="submit"],
.woocommerce .checkout_coupon p input.button,
.woocommerce .checkout_coupon p button.button,
.woocommerce .woocommerce-shipping-calculator p button.button {
	height:33px !important;
	line-height:22px !important;
	font-size:12px !important;
	padding:5px 14px 6px 14px !important;
	font-weight:900 !important;
}

.woocommerce a.edit {
	margin-top:5px !important;
}

.woocommerce #commentform #submit:hover,
.woocommerce #respond input#submit:hover,
.woocommerce form.login input.button:hover,
.woocommerce form.lost_reset_password input.button:hover,
.return-to-shop a.button:hover,
#payment input.button:hover,
.woocommerce p input.button:hover,
.woocommerce p button.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #content input.button:hover,
.woocommerce a.edit:hover,
.woocommerce-page input.button:hover,
.woocommerce .wrapper input[type="reset"]:hover,
.woocommerce .wrapper input[type="submit"]:hover,
.woocommerce .checkout_coupon p input.button:hover,
.woocommerce .checkout_coupon p button.button:hover,
.woocommerce .woocommerce-shipping-calculator p button.button:hover {
	background:#3f4041 !important;
}
.woocommerce input.button.checkout-button {
	margin-right:0 !important;
	margin-left:0 !important;
}
.woocommerce input.button.checkout-button.alt {
	margin-left:-4px !important;
	float:none !important;
}
a.button:active, button.button:active, input.button:active, #respond input#submit:active, #content input.button:active {top: 0;
}
.woocommerce-page .widget_shopping_cart .empty {
	padding:0;
	margin:0;
	min-height:auto;
}
.woocommerce-page .widget_shopping_cart .empty:before, .woocommerce-page .widget_shopping_cart .empty:after {
	width:0;
	height:0;
	background:none;
}
.woocommerce .right-sidebar-block a.button,
.woocommerce .right-sidebar-block button.button,
.woocommerce .left-sidebar-block a.button,
.woocommerce .left-sidebar-block button.button,
.woocommerce-page .right-sidebar-block a.button,
.woocommerce-page .right-sidebar-block button.button,
.woocommerce-page .left-sidebar-block a.button,
.woocommerce-page .left-sidebar-block button.button,
.widget_shopping_cart a.button {
	background:#bfbfbf !important;
	height:24px !important;
	line-height:20px !important;
	font-size:11px !important;
	padding:1px 9px 3px 9px !important;
	/*font-weight:400 !important;*/
	text-transform:none !important;
}
.woocommerce .right-sidebar-block a.button:hover,
.woocommerce .right-sidebar-block button.button:hover,
.woocommerce .left-sidebar-block a.button:hover,
.woocommerce .left-sidebar-block button.button:hover,
.woocommerce-page .right-sidebar-block a.button:hover,
.woocommerce-page .right-sidebar-block button.button:hover,
.woocommerce-page .left-sidebar-block a.button:hover,
.woocommerce-page .left-sidebar-block button.button:hover,
.widget_shopping_cart a.button:hover {
	background:#3f4041 !important;
}
.woocommerce .single_add_to_cart_button:before,
.woocommerce .single_add_to_cart_button:after {
	display: none;
	content: "";
	width:0;
	height:0;
}

/* Price Filter */
.widget_price_filter .price_slider { margin-bottom: 0 !important;
}
.woocommerce .widget_price_filter .ui-slider {
	margin-left:0;
	margin-right:0;
}
.widget_price_filter .price_slider_amount {
	font-size: 12px;
	color:#bababa;
	line-height: 24px;
	text-align: left;
	padding-bottom:0;
	padding-top:20px;
	position:relative;
	margin-bottom:0;
}
.price_slider_wrapper {padding-top:32px;
}
.woo_wrap .price_label span.to {
	position:relative;
}
.woo_wrap .price_label span.to:before {
	position:absolute;
	left:-14px;
	top:-2px;
	content:"\2014";
	z-index:5;
	line-height:20px;
	font-size:12px;
	/*font-weight:400;*/
	padding:1px;
	background:#fff;
}
.price_filter_wrap {
	padding:0 !important;
	border-radius:0 !important;
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: block;
	position: relative;
}
.woo_wrap .price_label {
	color:#bababa;
	font-size:12px;
	font-style:normal;
	line-height: 20px;
	position:absolute;
	left:auto;
	right:0;
	top:24px;
}
.widget_price_filter .ui-slider-horizontal {
	position:relative;
	height:4px !important;
	box-shadow:none;
}
.widget_price_filter .ui-slider .ui-slider-range {
	border: 0 !important;
	border-radius:2px !important;
	-webkit-border-radius:2px !important;
	opacity:1 !important;
	display: block !important;
	position: absolute !important;
	z-index: 1;
	overflow:hidden;
	box-shadow:none !important;
	background:#3f4041 !important;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #e1e3e5 !important;
	box-shadow: none !important;
	border-radius:2px !important;
	-webkit-border-radius:2px !important;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100% !important;
	top: 0 !important;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {left: 0;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {right: 0;
}
.widget_price_filter .ui-slider .ui-slider-handle {
	border: none !important;
	opacity:1 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	cursor: pointer !important;
	height: 32px !important;
	outline: medium none !important;
	position: absolute !important;
	top: auto !important;
	width: 30px !important;
	z-index: 2 !important;
	margin-left:0 !important;
	background:none !important;
	bottom:0 !important;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child { margin-left: -30px !important;
}
.widget_price_filter .ui-slider .ui-slider-handle:before {
	position: absolute;
	left:0;
	top:0;
	z-index:999;
	width:auto;
	height:17px;
	line-height:16px;
	padding:0 6px;
	background:#bfbfbf;
	border-radius:2px 2px 2px 0;
	-webkit-border-radius:2px 2px 2px 0;
	font-size:10px !important;
	color:#fff;
	vertical-align:top;
	content: attr(data-width);
	/*font-weight:400;*/
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child:before {
	left:auto;
	right:0;
	border-radius:2px 2px 0 2px;
	-webkit-border-radius:2px 2px 0 2px;
	content: attr(data-width-r);
}
.widget_price_filter .ui-slider .ui-slider-handle:after {
	position: absolute;
	left:0;
	bottom:11px;
	z-index:999;
	width:0;
	height:0;
	content: '';
	border: 2px solid transparent;
	border-left: 2px solid #bfbfbf;
	border-top: 2px solid #bfbfbf;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child:after {
	left:auto;
	right:0;
	border-left: 2px solid transparent;
	border-right: 2px solid #bfbfbf;
	border-top: 2px solid #bfbfbf;
}
.widget_price_filter .price_slider_amount .button {
	margin-bottom:0 !important;
}

.amount {font-size:12px;
}
.right-sidebar-block del, .right-sidebar-block ins, .right-sidebar-block .amount,
.left-sidebar-block del, .left-sidebar-block ins, .left-sidebar-block .amount {
	font-size:12px;
	font-style:normal;
}
.right-sidebar-block ins,
.right-sidebar-block del,
.left-sidebar-block ins,
.left-sidebar-block del {
	line-height:18px !important;
	margin-right:4px;
}
.right-sidebar-block ins,
.left-sidebar-block ins {text-decoration:none;
}
.right-sidebar-block del .amount,
.right-sidebar-block del,
.left-sidebar-block del .amount,
.left-sidebar-block del {
	color:#bababa !important;
	text-decoration:line-through;
}
.right-sidebar-block .amount,
.left-sidebar-block .amount {
	display:inline-block;
	vertical-align:top;
	line-height:18px !important;
}
.product_list_widget .reviewer {
	display:inline-block;
	vertical-align:top;
	padding-top:1px;
	font-size:12px;
	color:#bababa;
}

/* Widget Product Search */
.widget_product_search .screen-reader-text,
.widget_product_search #searchsubmit,
.widget_product_search #searchsubmit:hover,
.woocommerce .woocommerce-product-search input[type="submit"],
.woocommerce .woocommerce-product-search input[type="submit"]:hover {display:none;
}
.widget_product_search #searchform div {
	border:none;
	border-radius:0;
	-webkit-border-radius:0;
	position:relative;
	background:none;
	box-shadow: none !important;
	text-shadow:none;
	padding: 0;
}
.widget_product_search #searchform div:before {
	background: none;
	border: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.woocommerce-product-search {
	position:relative;
}
.woocommerce-product-search input.search-field {
	border:1px #c8c9cc solid;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	background:#fff;
	box-shadow: none !important;
	text-shadow:none;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	width:100%;
	padding:6px 10px 8px 13px;
	margin:0;
	outline:none;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-appearance:none !important;
}

/* Woocommerce Message */
.woocommerce .woocommerce_message, .woocommerce .woocommerce_error, .woocommerce .woocommerce_info,
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
	box-shadow:none !important;
	text-shadow:none !important;
	background:none !important;
	position: relative;
	margin:0 0 40px 0 !important;
	overflow: hidden;
	display: block;
	font-size: 12px;
	line-height: 21px;
	border-radius: 0;
	-webkit-border-radius:0;
    padding:6px 20px 6px 45px !important;
	/*font-weight:400;*/
	border:none;
}
.woocommerce .woocommerce_message,
.woocommerce .woocommerce-message {
	background:#e4e7e9 !important;
}
.woocommerce .woocommerce_message,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce_message a,
.woocommerce .woocommerce-message a {color: #5f6060 !important;
}
.woocommerce .woocommerce_error,
.woocommerce .woocommerce-error {
	background:#ffaa9f !important;
}
.woocommerce .woocommerce_error,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce_error a,
.woocommerce .woocommerce-error a {color: #b94739;
}
.woocommerce .woocommerce_info,
.woocommerce .woocommerce-info {
	background:#c2f3f7 !important;
}
.woocommerce .woocommerce_info,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce_info a,
.woocommerce .woocommerce-info a {color: #3c959c;
}
.woocommerce .woocommerce_message a,
.woocommerce .woocommerce_error a,
.woocommerce .woocommerce_info a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a {
	text-decoration:underline;
	/*font-weight:400;*/
}
.woocommerce .woocommerce_message a:hover, .woocommerce .woocommerce_error a:hover, .woocommerce .woocommerce_info a:hover,
.woocommerce .woocommerce-message a:hover, .woocommerce .woocommerce-error a:hover, .woocommerce .woocommerce-info a:hover {text-decoration:none;
}
.woocommerce .woocommerce_message .button, .woocommerce .woocommerce_error .button, .woocommerce .woocommerce_info .button,
.woocommerce .woocommerce-message .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button {
	display:none !important;
}
.woocommerce .woocommerce_message li, .woocommerce .woocommerce_error li, .woocommerce .woocommerce_info li,
.woocommerce .woocommerce-message li, .woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li {list-style: none outside none;
}
.woocommerce-page .radio, .woocommerce-page .checkbox {padding-left:0;
}
.woocommerce .woocommerce_message:before, .woocommerce .woocommerce_error:before, .woocommerce .woocommerce_info:before,
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before {
	left:0;
	top:0;
	position:absolute;
	font-size:12px;
	font-weight:normal;
	font-family:'FontAwesome';
	display:block;
	background:none;
	padding:0;
	margin:0;
	font-style:normal;
	text-shadow:none;
	border:0 !important;
	background:none !important;
	box-shadow:none;
	text-align:center;
	width:33px;
	line-height:33px;
	z-index:10;
}
.woocommerce .woocommerce_message:before,
.woocommerce .woocommerce-message:before {
	content:"\f06a";
	color:#3f4041;
}
.woocommerce .woocommerce_info:before,
.woocommerce .woocommerce-info:before {
	color:#3a878d;
	content:"\f05a";
}
.woocommerce .woocommerce_error:before,
.woocommerce .woocommerce-error:before {
	color: #b94739;
	content:"\f057";
}
.woocommerce .woocommerce_message:after,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce_error:after,
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce_info:after,
.woocommerce .woocommerce-info:after {
	content: "";
	display: block;
	z-index:5;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	height:100%;
	width:33px;
	background:#cfd3d7;
}
.woocommerce .woocommerce_error:after,
.woocommerce .woocommerce-error:after {
	background:#f19184;
}
.woocommerce .woocommerce_info:after,
.woocommerce .woocommerce-info:after {
	background:#a8dee2;
}
.woocommerce ul.woocommerce-error,
.woocommerce ul.woocommerce-message,
.woocommerce ul.woocommerce-info {
	margin:0 0 40px 0;
	padding:6px 20px 6px 45px !important;
	line-height:21px !important;
}
.woocommerce ul.woocommerce-error li,
.woocommerce ul.woocommerce-message li,
.woocommerce ul.woocommerce-info li {
	margin:0;
	padding: 0;
	list-style:none;
}
.woocommerce .woocommerce-error {
	color: #b94739;
}
.woocommerce ul.woocommerce-error li {color: #b94739;
}
.woocommerce .woocommerce-info {
	color: #3c959c;
}
.woocommerce ul.woocommerce-info li {color: #3c959c;
}
.woocommerce .woocommerce-message {
	color: #5f6060;
}
.woocommerce ul.woocommerce-message li {color: #5f6060;
}
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button, .woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {text-shadow:none !important;
}
.woocommerce ul.woocommerce_error {
	padding: 6px 20px 6px 45px;
	min-height:45px;
	height:auto;
	margin-bottom:40px;
}
.woocommerce .contentarea ul.woocommerce_error li:before {
	content:"" !important;
	display:none;
}
.woocommerce ul.woocommerce-message li:before,
.woocommerce ul.woocommerce-error li:before,
.woocommerce ul.woocommerce-info li:before {
	padding:0;
	margin:0;
}

/* Single Product */
.woocommerce div.product div.images,
.woocommerce #content div.product div.images {
	float: left;
	width:calc(52.5% - 40px);
	margin:0 40px 40px 0;
}
.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img {
	box-shadow: none;
	display: block;
	height: auto;
	width: 100%;
	border-radius:0;
}
.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary {
	float: left;
	margin-bottom: 36px;
	width: 47.5%;
}
.images .woocommerce-main-image.zoom {
	padding:0;
	display:block;
}
.woocommerce .thumbnails {
	padding-top:0 !important;
	margin-right:-10px;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
    margin:10px 10px 0 0 !important;
    width:calc(25% - 10px) !important;
	float:none;
	display:inline-block;
	vertical-align:top;
	clear:none !important;
}
.woocommerce #content div.product div.thumbnails a img,
.woocommerce div.product div.thumbnails a img,
.woocommerce-page #content div.product div.thumbnails a img,
.woocommerce-page div.product div.thumbnails a img {
    opacity:0.3;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}
.woocommerce #content div.product div.thumbnails a:hover img,
.woocommerce div.product div.thumbnails a:hover img,
.woocommerce-page #content div.product div.thumbnails:hover a img,
.woocommerce-page div.product div.thumbnails a:hover img {
    opacity:1;
}
.woocommerce_container h1.product_title {
	font-size:16px;
	line-height:16px;
	margin-bottom:11px;
	text-transform:uppercase;
	font-weight:700;
	margin-top:0 !important;
	border:none;
	position:relative;
	padding-left:25px !important;
}
.woocommerce_container h1.product_title:before {
	position: absolute;
	left:0;
	top:2px;
	width:12px;
	height:12px;
	content:'';
}
.woocommerce-product-rating {
	padding-bottom:15px;
	margin:0 !important;
	line-height:24px;
}
.woocommerce .woocommerce-product-rating .star-rating {
	display:inline-block;
	vertical-align:top;
	float:none;
	margin:4px 0 0 0;
	padding:0;
}
.woocommerce-review-link {
	display:inline-block;
	padding:0;
	/*font-weight:400;*/
	vertical-align:top;
	line-height:22px;
	font-size:12px;
	color:#bababa;
	position:relative;
	margin-left:19px;
}
.woocommerce-review-link:before {
	position:absolute;
	left:-12px;
	top:10px;
	width:2px;
	height:2px;
	background:#bababa;
	content:'';
}
.summary p {margin:0;
}
.summary p.price {
	margin:0;
	padding:0 0 17px 0 !important;
}
div.product .summary .amount {
	display:inline-block;
	font-size: 22px;
	font-weight:900;
	line-height:26px;
	padding-left:5px;
	padding-right:5px;
}
div.product .summary span.price ins,
div.product .summary p.price ins,
#content div.product .summary span.price ins,
#content div.product .summary p.price ins {
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
}
div.product .summary del,
div.product .summary del .amount {line-height:20px !important;
}
.summary del {
	padding-bottom:0;
	margin-left:-5px;
	padding-top:6px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	opacity:1;
	display:inline-block;
	vertical-align:top;
}
.summary del,
.summary del .amount {
	font-size:16px !important;
	line-height:20px !important;
	text-decoration:none;
	font-weight:700;
}
.summary del .amount {
	text-decoration:line-through;
}
div.product .summary ins,
div.product .summary ins .amount {
	line-height:26px !important;
	font-size: 22px;
	font-weight:900;
}
.summary ins {
	display:block;
	margin-left:-5px;
}
.woocommerce .summary .price span.from {
	font-size:16px;
	font-weight:700;
	line-height:20px;
	padding-top:6px;
}

div.product form.cart, #content div.product form.cart {margin:14px 0 0 0;
}
.woocommerce .woocommerce_message a.button,
.woocommerce .woocommerce-message a.button {display:none !important;
}
.woocommerce-page div.product form.cart {margin-bottom:0;
}

/* Quantity */
.woocommerce .quantity,
.woocommerce #content .quantity {
	margin: 0 11px 0 0 !important;
	overflow: hidden;
	position: relative;
	width: auto;
}
.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty {
	box-shadow: none;
	float: none;
	display:inline-block;
	text-align:center;
	padding: 0;
	margin:0;
	vertical-align:top;
	width:32px;
	height:31px;
	line-height:31px;
	background-image:none;
	background-position:0 0;
	background-repeat:no-repeat;
	border-radius:0;
	font-size:11px;
	background-color:transparent;
	/*font-weight:400;*/
	border:1px #c8c9cc solid;
	text-shadow:none;
}
.woocommerce table.cart a.remove,
.woocommerce #content table.cart a.remove {
	background-position:0 0 !important;
	background-repeat: no-repeat !important;
	border: none;
	border-radius: 0;
	-webkit-border-radius:0;
	box-shadow: none;
	cursor: pointer;
	display: block;
	height: 7px;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: static;
	text-shadow: none;
	width: 7px;
	text-indent:-9999px;
	box-shadow:none !important;
	background-color:transparent;
	background-image:url(../img/woo_shop/woo_cart_remove.png);
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.woocommerce table.cart a.remove:hover,
.woocommerce #content table.cart a.remove:hover {
	background-position:0 -7px !important;
}

/* Woocommerce Product Meta */
.woocommerce .product_meta {
	padding-top:18px;
	line-height:24px;
}
.summary .product_meta span {
	display:block;
	font-size:12px;
	color:#bababa;
}
.summary .product_meta span.sku_wrapper {
	display:none;
}
.summary .product_meta span.posted_in,
.summary .product_meta span.product_sku {
	display:inline-block;
	vertical-align:top;
	margin-bottom:11px;
	position:relative;
	padding-right:22px;
}
.summary .product_meta span.posted_in {
	font-size:0;
	line-height:0;
}
.summary .product_meta span a {
	font-size:12px;
	font-style:normal;
	/*font-weight:400;*/
	color:#bababa;
}
.summary .product_meta span.posted_in a {
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	line-height:24px;
}
.summary .product_meta span.posted_in a:after {
	content:',';
	padding-right:4px;
	color:#bababa !important;
}
.summary .product_meta span.posted_in a:last-child:after {
	content:'';
	padding-right:0;
}
.summary .product_meta span.product_sku {
	padding-right:0;
}
.summary .product_meta span.product_sku:after {
	position:absolute;
	right:0;
	top:0;
	content:'.';
	color:#fff;
	padding:0;
	background:#fff;
}
.summary .product_meta span span.sku {
	display:inline-block;
	margin-bottom:0;
}
.summary .product_meta span.tagged_as {
	font-size:0;
	line-height:0;
}
.summary .product_meta span.tagged_as a {
	display: inline-block;
    margin: 0 4px 4px 0;
    border: none;
    font-size: 11px !important;
    line-height: 18px !important;
    color: #fff;
    /*font-weight: 400;*/
    padding: 2px 11px 4px 18px;
    background: #bfbfbf;
	vertical-align:top;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	text-transform:lowercase;
	position:relative;
	border-radius:3px;
	-webkit-border-radius:3px;
}
.summary .product_meta span.tagged_as a:hover {
    color: #fff !important;
    background-color:#3f4041;
}
.summary .product_meta span.tagged_as a:before {
    position:absolute;
	left:8px;
	top:10px;
	width:4px;
	height:4px;
	border-radius:50%;
	-webkit-border-radius:50%;
	background:#fff;
	content:'';
}

.contentarea header {
	width:auto;
	background-color: transparent !important;
}
.pp_gallery li:before {
	content:'' !important;
	display:none;
}

/* Woo tabs */
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
	border-top:1px #e4e7e9 solid;
	padding-top:40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs {
	margin:0;
	padding: 0;
	z-index:150;
	position:relative;
	font-size:0;
	line-height:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li {
	border-radius:0;
	box-shadow: none;
	display: inline-block;
	font-size: 12px;
	font-weight:900 !important;
	line-height: 31px;
	margin: 0 4px 0 0;
	padding: 0 13px;
	text-transform:none;
	position: relative;
	z-index: 0;
	vertical-align:bottom;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	background:#ffffff;
	color:#b3b5b7;
	border:#c8c9cc 1px solid !important;
	background-image:none !important;
	box-shadow: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a {
	font-size: 12px;
	line-height: 31px;
	display: inline-block;
	font-weight: 900;
	padding: 0;
	text-decoration: none;
	text-shadow: none !important;
	border:0 !important;
	text-transform:uppercase;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	color:#b3b5b7;
	box-shadow: none !important;
	border:0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover {text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:hover a {
	color: #3f4041;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a:hover {
	cursor:default;
	color: #3f4041 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before {
	display:none !important;
	content:'' !important;
	border:0 !important;
	box-shadow:none !important;
	margin:0 !important;
	padding:0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before {
	box-shadow: none;
	left:0 !important;
	width:100%;
	bottom:-3px !important;
	background:#fff !important;
	height:5px !important;
	content:'' !important;
	position:absolute !important;
	z-index:20 !important;
	display:block !important;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	padding:0;
	margin:0;
	font-size:0;
	line-height:0;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel {
	border-radius:0;
	display: block;
	text-align: left;
	padding:20px 20px 5px 20px;
	margin: 0 0 55px 0;
	z-index:111;
	position:relative;
	margin-top:-1px;
	background: #fff;
	border:#c8c9cc 1px solid;
}
.woocommerce div.product .woocommerce-tabs .panel p,
.woocommerce #content div.product .woocommerce-tabs .panel p {
	margin-bottom:0;
	padding-bottom:7px;
}
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce #content div.product .woocommerce-tabs .panel h2 {
	font-size:12px;
	line-height:19px;
	margin-bottom:10px;
	padding:0;
	text-transform:uppercase;
	font-weight:900 !important;
	text-transform:uppercase;
	letter-spacing:normal;
}
.woocommerce div.product .woocommerce-tabs .panel h2:before,
.woocommerce #content div.product .woocommerce-tabs .panel h2:before {
	display:none !important;
}
#tab-additional_information {padding-bottom:21px !important;
}
.woocommerce div.product .woocommerce-tabs #tab-additional_information h2,
.woocommerce #content div.product .woocommerce-tabs #tab-additional_information h2 {
	margin-bottom:0 !important;
}
.additional_info {
	margin:-2px 0 0 0;
}
.woocommerce table.shop_attributes {
	border: 0;
	background:none;
	margin:0;
	padding:0;
	border-collapse:collapse;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	border: 0;
	background:none;
	font-style:normal;
	padding:12px 10px 3px 0;
	line-height:20px;
	position:relative;
	/*font-weight:400;*/
	border-bottom:1px #e4e7e9 solid;
}
.woocommerce table.shop_attributes th {
	font-size:12px;
	text-transform:none;
	/*font-weight:400;*/
}
.woocommerce table.shop_attributes td {font-size:12px;
}
.woocommerce table.shop_attributes td p,
.woocommerce-page table.shop_attributes td p {
	padding:0 !important;
	margin:0 !important;
	font-size:12px;
	line-height:20px;
}
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {background:none;
}
.woocommerce #reviews #commentform input[type="text"],
.woocommerce #reviews #commentform textarea {
	margin:0 0 8px 0;
	outline:none;
	width:72%;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.woocommerce #reviews #commentform textarea {
	resize:none;
	outline:none;
	height:120px;
}
.woocommerce #reviews #respond #commentform label  {
	line-height:28px;
	vertical-align:top;
	display:block !important;
	width:auto !important;
}
.woocommerce #reviews #commentform .required {
	color:#d12222;
	vertical-align:top;
}
.contentarea #respond #commentform label {display:none !important;
}
.woocommerce #review_form #respond p, .woocommerce-page #review_form #respond p {
	padding-bottom:0;
	margin-bottom:7px;
}
.woocommerce .woocommerce-tabs #reviews #reply-title {
	line-height:19px !important;
	font-size:12px !important;
	font-weight:900 !important;
	margin-bottom:0;
	text-transform:uppercase;
	letter-spacing:normal;
	padding-left:0;
}
.woocommerce .woocommerce-tabs #reviews #reply-title:before {
	display:none;
}
#tab-reviews {
	padding-bottom:8px !important;
}
.woocommerce #reviews #respond #commentform .comment-form-rating {
	margin-bottom:0;
}
.woocommerce #reviews #respond #commentform .comment-form-rating label,
.comment-form-rating p.stars {
	display:inline-block !important;
	vertical-align:top;
}
.woocommerce #reviews #respond #commentform .comment-form-rating label {
	padding-right:21px;
	position:relative;
}
.woocommerce #reviews #respond #commentform .comment-form-rating label:after {
	position:absolute;
	width:2px;
	height:2px;
	top:16px;
	right:9px;
	background:#bababa;
	content:'';
}
.comment-form-rating p.stars {
	margin-bottom:0 !important;
	margin-top:11px !important;
}

.woocommerce input[type="radio"] {-webkit-appearance: radio!important;
}
.woocommerce input[type="checkbox"] {-webkit-appearance: checkbox!important;
}

/* Reviews */
p.form-submit {
	margin-bottom:5px !important;
}
.star-rating {margin-top:1px;
}
#payment div.payment_box:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
}
.woocommerce #tab-reviews #reviews #comments {
	padding:0;
	margin:0;
}
.woocommerce .woocommerce-tabs #comments h2 {
}
p.woocommerce-noreviews {
	padding:0 0 13px 0 !important;
	margin-bottom:0;
}
.woocommerce .woocommerce-tabs #comments ol.commentlist {
	list-style:none;
	margin:0;
	padding:0 0 4px 0;
	border-bottom:0 !important;
}
.woocommerce .woocommerce-tabs #comments ol.commentlist li {
	padding:0 !important;
	list-style:none;
	margin:0 !important;
	position:relative;
}
.woocommerce .woocommerce-tabs ol.commentlist li .comment_container {
	margin:0 0 13px 0;
	display:block;
	border:0;
	padding:0;
	border-radius:0;
	background-image: none;
	background-repeat:repeat;
	background-color: transparent;
	position:relative;
	overflow:hidden;
	border-bottom:1px #e4e7e9 solid !important;
}
.woocommerce .woocommerce-tabs ol.commentlist li .comment_container img.avatar {
	position:absolute !important;
	left:0 !important;
	top:6px !important;
	width:46px !important;
	height:46px !important;
	margin:0 !important;
	padding:0 !important;
	z-index:20;
	border:0 !important;
	border-radius:50%;
	-webkit-border-radius:50%;
}
.woocommerce .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text {
	padding:9px 0 13px 64px !important;
	border:none!important;
	margin:0!important;
	min-height:50px !important;
	margin-bottom: 0 !important;
}
.woocommerce .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text p {
	padding:0 0 7px 0;
	margin:0 !important;
	line-height:21px;
}
.woocommerce .woocommerce-tabs .comment-text p.meta {
	padding:0 0 1px 0 !important;
	margin:0;
	line-height:21px !important;
}
.woocommerce .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .meta strong,
.woocommerce .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .meta time {
	font-size:12px !important;
	line-height:21px !important;
	/*font-weight:400 !important;*/
	text-transform:none;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
	line-height:21px;
	color:#bababa;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .meta strong {font-style:normal !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {margin-top:3px;
}
.woocommerce #reviews .button {display:inline-block;
}
.woocommerce-page .quantity {margin-bottom:5px !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .meta strong,
.woocommerce .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .meta strong,
.woocommerce .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .meta time {color:#bababa !important;
}

.related.products {
	position:relative;
}

.woocommerce-page .related.products h2,
.woocommerce-page .upsells.products h2 {
	margin-bottom:25px;
	font-size:16px;
	line-height:22px;
	background:none;
	font-weight:700 !important;
	text-transform:uppercase;
	position:relative;
	padding-left:25px;
	padding-top:0;
}
.woocommerce-page .related.products h2:before,
.woocommerce-page .upsells.products h2:before {
	position:absolute;
	left:0;
	top:5px;
	width:12px;
	height:12px;
	content:'';
}
.woocommerce-page .contentarea h2,
.woocommerce-page .contentarea h3 {
	padding-top:30px;
	position:relative;
	padding-left:25px;
}
.woocommerce-page .contentarea h2 {
	font-size:16px;
	line-height:22px;
	font-weight:700 !important;
	margin-bottom:25px;
	text-transform:uppercase;
}
.woocommerce-page .contentarea h3 {
	font-size:16px;
	line-height:22px;
	font-weight:700 !important;
	padding-top:10px;
	margin-bottom:15px;
	text-transform:uppercase;
}
.woocommerce header.title,
.woocommerce .main_wrapper header {
	min-height:auto;
	position:relative !important;
	background-image:none !important;
	box-shadow: none !important;
}
.woocommerce header.title:before,
.woocommerce .main_wrapper header:before {
	background-image:none !important;
	display:none !important;
}
.woocommerce header.title {
	padding-left:0;
}
.woocommerce-page header.title {
	display:block;
	clear:both;
	margin-bottom:0 !important;
	text-align:left;
	border:0;
	padding-top:10px !important;
}
.woocommerce-page header.title h3 {
	margin-bottom:17px;
	padding-top:10px !important;
}
.woocommerce-page header.title h2,
.woocommerce-page header.title h3 {
	padding-top:10px;
}
.woocommerce-page .contentarea header {text-align:left;
}
.woocommerce-page .contentarea h2:first-child,
.woocommerce-page .contentarea h3:first-child,
.woocommerce-page .contentarea .col-2 h3 {padding-top:0;
}
.woocommerce-page .contentarea h2:before,
.woocommerce-page .contentarea h3:before,
.woocommerce header.title h2:before,
.woocommerce header.title h3:before {
	position:absolute;
	left:0;
	top:15px;
	width:12px;
	height:12px;
	content:'';
}
.woocommerce-page .contentarea h2:before {
	top:35px;
}
.woocommerce-page .contentarea h2:first-child:before,
.woocommerce-page .contentarea h3:first-child:before,
.woocommerce-page .contentarea .col-2 h3:before {
	top:5px;
}
.woocommerce header.title h2:before,
.woocommerce header.title h3:before {
	top:15px !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	background: none;
	border: 1px solid #c8c9cc !important;
	background-color:transparent;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 12px;
	/*font-weight:400;*/
	height: 34px !important;
	line-height: 22px !important;
	margin-bottom: 8px;
	padding: 4px 13px;
	position: relative;
	width:100%;
	resize:none;
	-moz-box-sizing:inherit;
	-webkit-box-sizing:inherit;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.woocommerce form .form-row input.input-text:before,
.woocommerce form .form-row textarea:before,
.woocommerce form .form-row input.input-text:after,
.woocommerce form .form-row textarea:after {
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* Placeholder */
::-webkit-input-placeholder { opacity:1 !important;
}
:-moz-placeholder {opacity:1 !important;
}
::-moz-placeholder { opacity:1 !important;
}
:-ms-input-placeholder { opacity:1 !important;
}

.woocommerce form .form-row textarea {
	box-shadow: none;
	display: block;
	height: 214px !important;
	resize:none;
}

.woocommerce #billing_phone_field {margin-bottom:30px;
}
.woocommerce label.checkbox {
	font-size:12px !important;
	/*font-weight:400 !important;*/
}
.woocommerce .create-account {padding-top:15px;
}
.woocommerce .create-account p:first-child {padding-bottom:15px;
}
.input-checkbox {
	margin-top:6px;
}

.woocommerce form .form-row-first, form .form-row-last {width: 49%;
}
.woocommerce form .form-row-last {width: 48%;
}

.woocommerce .lost_password {
	font-size:12px;
	padding-left:0;
	/*font-weight:400;*/
	border:0;
	display:block;
}
.woocommerce form.login label.inline {
	display:inline-block;
	padding-top:5px;
}

.woocommerce form .form-row .required {color:#d12222;
}

form.login, form.checkout_coupon, form.register {
	border: 0;
	border-radius: 0;
	margin: 10px 0 20px 0;
	padding: 0;
}

.woocommerce #payment {
	background: none;
	border-radius: 0;
}
.woocommerce #payment ul.payment_methods {
	border-bottom: 1px solid #e4e7e9;
	list-style: none outside none;
	padding: 15px 0;
}
.woocommerce #payment ul.payment_methods li img,
.woocommerce-page #payment ul.payment_methods li img {
	margin-right:10px;
}
.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {border-top: none !important;
}
.woocommerce #payment div.payment_box {
	background: #fff;
	border-radius: 0;
	border:1px #c8c9cc solid;
	box-shadow: none;
	font-size: 12px;
	line-height: 20px;
	margin: 15px 0 20px 0;
	padding: 10px 15px;
	position: relative;
	text-shadow: none;
	width: auto;
}
.woocommerce #payment div.payment_box:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent transparent #c8c9cc;
	border-image: none;
	border-style: solid;
	border-width: 8px;
	content: "";
	display: block;
	left: 20px;
	margin: 0;
	position: absolute;
	top: -16px;
}
.woocommerce #payment ul li {list-style:none !important;
}
.woocommerce #payment div.form-row {padding:20px 0;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce-page ul.product_list_widget li dl dd {
	margin:0;
}

.woocommerce #coupon_code {
	box-shadow:none;
	margin-right:5px;
	height:24px !important;
	line-height:20px !important;
	font-size:11px;
	/*font-weight: 400;*/
	border-radius:0;
	margin-bottom:0;
	border: 1px #c8c9cc solid !important;
	width:133px !important;
	background-color:#FFFFFF;
	padding:0 13px 2px 13px !important;
}
.woocommerce form.checkout_coupon #coupon_code {
	height:33px !important;
	padding:4px 13px 6px 13px !important;
	font-size:12px;
}
.woocommerce form.checkout_coupon {
	border: 1px #c8c9cc solid !important;
}
.woocommerce form.login, .woocommerce-page form.login,
.woocommerce form.checkout_coupon,
.woocommerce-page form.checkout_coupon,
.woocommerce form.register, .woocommerce-page form.register {
	border-radius: 0;
	padding-bottom:14px;
}
.woocommerce form.login, .woocommerce-page form.login {
	border:0;
	padding-left:0;
	padding-right:0;
	margin-top:0;
	padding-top:0;
}
.woocommerce strong {font-weight:700;
}
.woocommerce strong span.amount {/*font-weight:400;*/
}
.woocommerce .cart-collaterals .shipping-calculator-form p {padding-right:1px !important;
}
.woocommerce form.checkout_coupon .button {
	margin-bottom:0 !important;
}

.woocommerce .cart-collaterals .shipping_calculator .button {
	display: inline-block;
	width:auto;
}

.cart-empty {
	margin-bottom:20px;
}

.woocommerce .shop_table.cart .actions {
	padding:20px 0 13px 0;
}
.woocommerce .shop_table.cart .actions .button {
	margin-left:0 !important;
	margin-right:0 !important;
	height:24px !important;
	line-height:20px !important;
	font-size:12px !important;
	padding:0 8px 2px 8px !important;
	background:#bfbfbf !important;
	text-transform:none !important;
	font-size:11px !important;
}
.woocommerce .shop_table.cart .actions .button:hover {
	background:#3f4041 !important;
}
.woocommerce .shop_table.cart .actions .button.update_cart {
	height:24px !important;
	padding:0 !important;
	text-indent:-9999px !important;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	width:14px !important;
	transition: none !important;
	-webkit-transition:  none !important;
	background-color:transparent !important;
	background-image:url(../img/woo_shop/cart_update.png) !important;
	background-position:0 0 !important;
	background-repeat: no-repeat !important;
}
.woocommerce .shop_table.cart .actions .button.update_cart:hover {
	background-position:0 -24px !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	display:block;
	float:none;
	width:100%;
}
.woocommerce .cart-collaterals table,
.woocommerce-page .cart-collaterals table {
	border:none;
	border-collapse:collapse;
}

/* Shipping radio-button fix */
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    text-align: left;
	display:inline-block;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size:12px;
	font-weight:900 !important;
	line-height:20px !important;
	margin-bottom:9px !important;
	padding-left:0 !important;
}
.woocommerce .cart-collaterals .cart_totals h2:before,
.woocommerce-page .cart-collaterals .cart_totals h2:before {
    display:none;
}
.woocommerce .cart-collaterals {padding:0 0 20px 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
	padding-top:10px;
	padding-bottom:1px;
	border-bottom:1px #e4e7e9 solid !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
	text-align:right;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
    clear: left;
    float: left;
}
.woocommerce ul#shipping_method li label, .woocommerce-page ul#shipping_method li label { text-indent:0 !important;
}
.woocommerce ul#shipping_method li input[type="radio"], .woocommerce-page ul#shipping_method li input[type="radio"] { margin-top:-3px !important;
}
.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: 96px;
}
.cart-subtotal th {text-align:left;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {width:auto;
}
.wc-forward a:after, .wc-forward:after,
.wc-backward a:before, .wc-backward:before {
    content: "";
	display:none;
	margin:0;
}
.shipping_calculator p {text-align:left;
}
.shipping-calculator-button span {display:none;
}
.shop_cart_span {
	padding:0;
	margin:0;
}
.shipping-calculator-button:before,
.shipping-calculator-button:after {display:none !important;
}
.shipping-calculator-button {
	padding:4px 9px 5px 9px !important;
	position:relative;
	border:0 !important;
	color:#fff !important;
	font-size:11px !important;
	margin:0 !important;
	text-transform:none;
	background:#bfbfbf !important;
	border-radius:3px;
	-webkit-border-radius:3px;
	margin-right:0;
	line-height:15px !important;
	letter-spacing:1.2px;
	transition: background 300ms;
	-webkit-transition: background 300ms;
}
.shipping-calculator-button:hover {
	background:#3f4041 !important;
}
.woocommerce .shipping_calculator input,
.woocommerce .shipping_calculator select {margin-bottom:0 !important;
}
.shipping-calculator-form {
	display:none;
	padding-top:12px;
}
.woocommerce .calculated_shipping table {border:none !important;
}
.woocommerce .cart_totals tr th, .woocommerce .cart_totals tr td {
	border:0 !important;
	font-size:12px;
	/*font-weight:400;*/
}
.woocommerce .cart-collaterals .amount {font-size:12px;
}
.woocommerce .contentarea p {padding-bottom:7px;
}
.woocommerce_container p {padding-bottom:0;
}
.calculated_shipping .order-total th,
.calculated_shipping .order-total td .amount {
	font-size:12px !important;
	text-transform:none !important;
	/*font-weight:400 !important;*/
}

.woocommerce table.shop_table.order_details td,
.woocommerce table.shop_table.order_details th,
.woocommerce table.shop_table.customer_details td,
.woocommerce table.shop_table.customer_details th {
	padding-top:12px;
	padding-bottom:12px;
	line-height:20px;
}

.woocommerce .col2-set .col-1 {width: 49%;
}
.woocommerce .col2-set .col-2 {width: 48%;
}
.woocommerce address {font-style:normal;
}
.woocommerce form .form-row { padding: 0;
}
.woocommerce select {
	border-radius:0;
	border:1px #c8c9cc solid;
	line-height:24px;
	/*font-weight: 400;*/
	font-size: 12px;
	height:34px;
	margin-bottom:8px !important;
	margin-right:0;
	outline:none !important;
	background:#fff;
	width:100%;
	padding:0 5px 0 9px;
}

.woocommerce #payment ul.payment_methods li input {margin: 0 5px 0 0;
}
.woocommerce #payment ul.payment_methods li input.input-radio {
	margin-top: 12px !important;
	vertical-align:top;
}
.woocommerce #payment ul.payment_methods li.payment_method_paypal input.input-radio {
	margin-top: 21px !important;
}
.woocommerce .shipping_address {clear:both;
}
.woocommerce #shiptobilling {
	float:right;
	clear:none;
}
.woocommerce .contentarea ul li {padding-left:0;
}
.woocommerce .contentarea ul li:before,
.woocommerce-page .contentarea ul li:before { content: "" !important;
}
.woocommerce .cart-collaterals .cart_totals table {
	border-radius:0;
	width: 100%;
}

.woo_shop_cart {
	margin-top:-18px;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	padding:0;
	margin: 0 0 45px 0;
	border-collapse: collapse;
	border:none;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border:none;
}
.woocommerce table.shop_table.order_details thead tr:last-child th,
.woocommerce table.shop_table.order_details thead tr:last-child td {
	border-bottom:0;
}
.woocommerce table.shop_table.order_details tfoot tr:first-child th,
.woocommerce table.shop_table.order_details tfoot tr:first-child td {
	border-top:0;
}
.woocommerce table.shop_table td {
	padding:20px 25px 20px 0;
}
.shop_table .product-name,
.shop_table .product-name a {
	font-size:12px;
	/*font-weight:400 !important;*/
	text-transform:none;
}
.shop_table .product-subtotal .amount,
.shop_table .product-price .amount {
	font-size:12px !important;
	/*font-weight:400 !important;*/
}

.woocommerce table.shop_table thead th {
	background:none;
	font-size:12px;
	font-weight:900 !important;
	text-transform:uppercase;
	text-align:left;
}
.woocommerce table.shop_table th {
	text-transform:none;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	/*font-weight:400;*/
	font-size:12px;
}
.woocommerce table.shop_table td.product-thumbnail,
.woocommerce table.shop_table th.product-thumbnail {
	border-right:0;
}
.woocommerce table.shop_table tfoot td {
	font-size:12px;
	/*font-weight:400 !important;*/
}
.woocommerce table.shop_table th {
	padding-top:11px;
	padding-bottom:12px;
	font-size:12px;
	/*font-weight:400 !important;*/
}
.woocommerce #customer_details {
	padding-bottom:25px;
}
.woocommerce #order_review table.shop_table td,
.woocommerce #order_review table.shop_table th {
	padding-top:12px;
	padding-bottom:12px;
}
.woocommerce #order_review table.shop_table th,
.woocommerce #order_review table.shop_table th strong {
	font-size:12px;
	font-weight:900;
}
.order_table_item strong {/*font-weight:400;*/
}
.woocommerce #order_review .product-name,
.woocommerce #order_review .product-quantity,
.woocommerce table.shop_table.order_details .product-name,
.woocommerce table.shop_table.order_details .product-quantity {border-right:0 !important;
}
.woocommerce #order_review .amount {font-size:12px;
}
.woocommerce .order_details li strong,
.woocommerce-page .order_details li strong {
    display: block;
    font-size: 12px;
    line-height: 22px;
    text-transform: none;
	/*font-weight:400;*/
}
.woocommerce .cart-collaterals .order-total .amount {
	font-size:12px !important;
	font-weight:900 !important;
}
.shop_table .product-name dl.variation {
	margin:0 !important;
	padding-top:2px;
}
.shop_table .product-name dl.variation dt,
.shop_table .product-name dl.variation dd {
	padding:0 !important;
	margin:0 3px 0 0 !important;
	border: none !important;
	font-size:12px !important;
	/*font-weight:400 !important;*/
	color:#bababa;
}
.shop_table .product-name dl.variation dd p {
	color:#bababa;
}
.woocommerce table.shop_table tr td,
.woocommerce table.shop_table tr th {
	border-bottom:1px #e4e7e9 solid;
}
.woocommerce table.shop_table tr:last-child td,
.woocommerce table.shop_table tr:last-child th {
	border-bottom:none;
}

ul.order_details li:before {
	display:none;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display:inline-block;
}
.main_container .blockUI {
	display:none !important;
}

/*  Custom select  */
.woocommerce .chzn-container-single .chzn-single,
.woocommerce .chosen-container-single .chosen-single {
	background: #fff !important;
	border: 1px solid #c8c9cc !important;
	border-radius: 0 !important;
	box-shadow: none;
	font-size:12px !important;
	display: block;
	overflow: hidden;
	padding: 0 0 0 13px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
.woocommerce .woocommerce-checkout .form-row .chzn-container-single .chzn-single,
.woocommerce-checkout .form-row .chzn-container-single .chzn-single,
.chosen-container-single .chosen-single {
	height: 34px !important;
	line-height: 34px !important;
}
.chosen-container-single .chosen-single {
	height: 34px !important;
	line-height: 34px !important;
}
.woocommerce-checkout .form-row .chzn-container-single .chzn-search input,
.woocommerce-checkout .form-row .chosen-container-single .chosen-search input {
	border-color:#c8c9cc;
	height:auto;
}
.chzn-container-single .chzn-single div b,
.chosen-container-single .chosen-single div b {
	height:60%;
	margin-top:40%;
}
.woocommerce .chzn-container .chzn-drop,
.woocommerce .chosen-container .chosen-drop {box-shadow: none !important;
}
.woocommerce .chzn-container-single .chzn-single,
.woocommerce .chosen-container-single .chosen-single {
	border: 1px solid #c8c9cc !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.woocommerce .chzn-container-single .chzn-drop,
.woocommerce .chosen-container-single .chosen-drop {
	background-clip: padding-box;
	border-radius: 0 !important;
	border-color:#c8c9cc !important;
}
.woocommerce .chosen-container .chosen-drop {
	background:#fff;
}
.woocommerce .chosen-container-single .chosen-search {background:#fff;
}
.woocommerce .chosen-container-single .chosen-search input[type="text"] {
	border: 1px solid #c8c9cc !important;
	box-shadow:none !important;
}
.woocommerce-page .blockOverlay {background:none !important;
}

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
	padding-left:0;
	padding-right:25px;
}
.woocommerce table.cart img, .woocommerce #content table.cart img {
	width: 46px !important;
	height:46px !important;
	border-radius:50%;
	-webkit-border-radius:50%;
}
.woocommerce table.shop_table td.product-thumbnail {
	width:48px;
}
.woocommerce .product-thumbnail img {
	border-radius:0;
	-webkit-border-radius:0;
	width:50px !important;
	height:50x !important;
	max-width:inherit !important;
}
.woocommerce table.shop_table td.product-remove {
	width:7px;
	padding-right:0;
}

.woocommerce table.shop_table td.product-subtotal {width:68px;
}

.woocommerce table.shop_table td.product-price_quantity {
	padding-right:50px;
	text-align:right;
	width:155px;
}

.woocommerce table.shop_table td.product-price_quantity span.amount,
.woocommerce table.shop_table td.product-price_quantity div.quantity {
	display:inline-block;
	margin:0 !important;
	line-height:24px;
	vertical-align:top;
}
.woocommerce table.shop_table td.product-price_quantity div.quantity input.qty {
	line-height:16px !important;
	height:22px !important;
}
.woocommerce table.shop_table td.product-price_quantity span.amount:after {
	content:'×';
	color:#bababa;
	padding-left:12px;
	padding-right:9px;
}

.woocommerce .quantity, .woocommerce #content .quantity {margin:0 auto;
}
.woocommerce table.shop_table td.product-remove,
.woocommerce table.shop_table td.product-quantity,
.woocommerce table.shop_table td.product-subtotal,
.woocommerce table.shop_table td.product-price {
	text-align:left;
}

.woocommerce .customer_details dt, .woocommerce .customer_details dd {display:inline-block;
}
.woocommerce .customer_details dd {
	margin-left:5px;
	margin-right:20px;
}
.woocommerce .order_details li {
	border-right: none;
	float: none;
	display:inline-block;
	font-size: 12px;
	line-height: 1em;
	margin: 0 15px 15px 0 !important;
	padding-right: 18px !important;
	text-transform: none;
}

.woocommerce .cart_totals th,
.woocommerce .cart_totals th strong {
	/*font-weight:400;*/
	font-size:12px;
}

.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td {vertical-align: middle;
}

mark {
	color:#fff;
	border-radius:0;
	-webkit-border-radius:0;
	padding:2px 5px;
}

.woocommerce-page .right-sidebar-block p,
.woocommerce-page .left-sidebar-block p {padding-bottom:0;
}
table.my_account_orders, .order_details li strong {font-size: 12px;
}
.woocommerce-page .right-sidebar-block select,
.woocommerce-page .left-sidebar-block select {width:100%;
}

.woocommerce-page .right-sidebar-block ul.cart_list li .star-rating, .woocommerce-page .right-sidebar-block ul.product_list_widget li .star-rating,
.woocommerce-page .left-sidebar-block ul.cart_list li .star-rating, .woocommerce-page .left-sidebar-block ul.product_list_widget li .star-rating {
	float: right;
	margin-top:3px;
	margin-right:10px;
}
.woocommerce-page .contentarea form .button {
}
p#shiptobilling {padding-top:2px !important;
}
.woocommerce-page .contentarea h2.title:first-child {padding-top:0;
}
.woocommerce-page .contentarea header:first-child {padding-top:0;
}

.shipping_calculator {margin-top:20px;
}
.content_wrapper header {
	border:0;
	padding-top:10px;
}
.woocommerce-page table.my_account_orders th, .woocommerce-page table.my_account_orders th span {
	font-size:12px;
	font-weight:900;
	text-transform:uppercase;
}
#payment .place-order {padding-top:35px !important;
}
.shop_table .amount {font-size:12px !important;
}

.woocommerce-page table.shop_table.my_account_orders td,
.woocommerce-page table.shop_table.my_account_orders th {
	text-align:center !important;
}

.woocommerce-page table.shop_table.my_account_orders td a.button,
.woocommerce-page table.shop_table.my_account_orders th.button {
	margin:0 !important;
}

.woocommerce-cart footer.static_footer {
	position:relative !important;
	bottom:auto;
}

.woocommerce .wrapper,
.woocommerce-page .wrapper {
	margin-bottom:39px;
}

.woocommerce .widget_layered_nav ul li.chosen a:before {
	display:none !important;
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none !important;
    outline: none;
	box-shadow:none;
}

.select2-drop {
	text-align:left;
}
.select2-drop.select2-drop-above.select2-drop-active,
.select2-container .select2-choice,
.select2-drop-active {
   border-radius:0 !important;
   -webkit-border-radius:0 !important;
   border-color:#c8c9cc !important;
   background:#fff !important;
   box-shadow:none !important;
   border-width:1px;
}
.select2-search input[type="text"], input[type="tel"],
.select2-search input[type="email"],
.select2-search input[type="password"],
.select2-search textarea {
	background-color:#c8c9cc;
	color:#000;
	border-radius:0;
	-webkit-border-radius:0;
	border-color:#c8c9cc;
}
.select2-dropdown-open .select2-choice {
	box-shadow:none !important;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color:#c8c9cc;
}
.select2-container .select2-choice {
	padding-top:4px !important;
	padding-bottom:4px !important;
}
.select2-results li:before {
	display:none;
}
.select2-results .select2-highlighted,
.select2-results .select2-highlighted div {
    background: #3875d7;
    color: #fff;
	box-shadow:none;
}
.select2-drop.select2-drop-above .select2-search input {
	margin-top:15px;
}

#place_order,
.shipping-calculator-form button.button {
	margin-right:0 !important;
}

.woo_wrap .right-sidebar-block,
.woo_wrap .left-sidebar-block {
	height:auto !important;
}

.clea_r {
	font-size:0;
	height:0;
	clear:both;
}

.woocommerce table.shop_table.my_account_orders th,
.woocommerce table.shop_table.my_account_orders td {
	text-align:left !important;
	padding-top:12px;
	padding-bottom:12px;
}

fieldset {
	margin-bottom:15px;
	border:1px #c8c9cc solid !important;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding-top:34px;
}

.woocommerce .widget_layered_nav_filters ul li a:before {
	display:none;
}

.header_cart_content {
	float:right;
	line-height:20px;
	padding:30px 34px 31px 2px;
	color:#c7cacc;
}
.header_cart_content .total_price,
.header_cart_content .price_count,
.header_cart_content .amount {
	display:inline-block;
	line-height:20px;
}
.header_cart_content .total_price {
	position:relative;
	padding-left:27px;
}
.header_cart_content .total_price:before {
	position:absolute;
	width:17px;
	height:20px;
	left:0;
	top:0;
	content:'';
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(../img/woo_shop/woo_cart.png);
}
.header_cart_content .price_count:after {
	content:'×';
	padding:0 5px;
}
.header_cart_content a {
	font-size:13px;
	color:#717475;
}

/*  Responsive Woo  */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.woocommerce .widget_login input[type="text"], .woocommerce .widget_login input[type="password"] {width: 132px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
	.woocommerce div.product div.images,
	.woocommerce #content div.product div.images {
		float: none;
		width:100%;
		margin:0 0 40px 0;
	}
	.woocommerce div.product div.summary,
	.woocommerce #content div.product div.summary {
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}
	.product-thumbnail,
	.product-remove,
	.product-quantity,
	.order-status {display:none;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.widget_login input[type="text"], .widget_login input[type="password"] {width: 186px;
	}
}
@media only screen and (max-width: 767px) {
	.woocommerce-ordering,
	.woocommerce-result-count {float:none !important;
	}
	.woocommerce div.product div.images,
	.woocommerce #content div.product div.images {
		float: none;
		width:100%;
		margin:0 0 20px 0;
	}
	.woocommerce div.product div.summary,
	.woocommerce #content div.product div.summary {
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}
	.woocommerce-page .contentarea header {margin-bottom:15px;
	}
	.woocommerce .woocommerce_container ul.products li a img,
	.woocommerce ul.products li a img {width:100% !important;
	}
	.woocommerce table.cart td.actions input.button,
	.woocommerce .shop_table.cart .actions .coupon .button,
	.woocommerce .shop_table.cart .actions input.button.checkout-button.alt {
		float:none !important;
		width:100% !important;
		text-align:center !important;
		margin-left:0 !important;
		margin-right:0 !important;
	}
	.woocommerce table.cart td.actions .coupon {
		padding:0 !important;
	}
	.woocommerce table.cart td.actions #coupon_code {margin-bottom:5px !important;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li {
		display: block;
		margin: 2px 0 0 0;
	}
	.product-thumbnail, .product-remove, .product-quantity, .order-status {display:none;
	}
	.col2-set .col-1, .col2-set .col-2 {
		width: 100%;
		float:none;
		margin-bottom:30px;
	}
	.woocommerce-page .button, .woocommerce-page input.button {margin-bottom:5px !important;
	}
	.cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator {
		float: none;
		width: 100%;
	}
	.woocommerce-page label {display:block;
	}
	form .form-row-first, form .form-row-last {width: 100%;
	}
	table.cart td.actions, #content table.cart td.actions {text-align:left;
	}
	.woocommerce-page input.button.checkout-button.alt {
		margin-left:0 !important;
		text-align:left
	}
	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2 {width: 100%;
	}
	.woocommerce-page label {display: inline-block;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before {
		display:none !important;
	}
	.woocommerce div.product .woocommerce-tabs .panel,
	.woocommerce #content div.product .woocommerce-tabs .panel {
		margin-top:0;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li,
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li {
		margin-bottom:6px;
	}
	.woocommerce .woocommerce_container ul.products li.product,
	.woocommerce .woocommerce_container .upsells.products ul li.product,
	.woocommerce ul.products li.product,
	.woocommerce .upsells.products ul li.product {
		width:calc(100% - 40px) !important;
	}
	.header_cart_content {
		display:none;
	}

}

.product_list_widget .variation {
	padding:0 !important;
	margin:0 !important;
	border:none !important;
}
.product_list_widget dt,
.product_list_widget dd {line-height:20px !important;
}
#ship-to-different-address label {
	padding-top:0 !important;
	padding-bottom:0 !important;
}
#ship-to-different-address label,
#ship-to-different-address input {vertical-align:top;
}
#ship-to-different-address {
	text-transform:none !important;
	letter-spacing:normal;
	padding-left:0;
}

#ship-to-different-address:before {
	display:none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input, textarea {outline: none;
}
.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {float: none;
}
input[type=number] {-moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	font-size:10px;
	font-weight:300;
}

/* Woocommerce Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
	/* Remove btn */
	.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove {
		background-image: url(../img/woo_shop/retina/woo_cart_remove.png) !important;
		background-size:7px 14px!important;
		-webkit-background-size:7px 14px!important;
	}

	/* Update Cart btn */
	.woocommerce .shop_table.cart .actions .button.update_cart {
		background-image:url(../img/woo_shop/retina/cart_update.png) !important;
		background-size:14px 48px!important;
		-webkit-background-size:14px 48px!important;
	}
	.header_cart_content .total_price:before {
		background-image:url(../img/woo_shop/retina/woo_cart.png);
		background-size:17px 20px!important;
		-webkit-background-size:17px 20px!important;
	}

	/* Stars */
	.woocommerce .star-rating,
	.woocommerce-page .star-rating,
	.woocommerce p.stars,
	.woocommerce-page p.stars,
	.woocommerce .star-rating span,
	.woocommerce-page .star-rating span,
	.woocommerce p.stars a.active,
	.woocommerce-page p.stars a.active,
	.woocommerce p.stars a:hover,
	.woocommerce-page p.stars a:hover,
	.woocommerce p.stars a:focus,
	.woocommerce-page p.stars a:focus,
	.woocommerce p.stars span a:hover,
	.woocommerce-page p.stars span a:hover,
	.woocommerce p.stars span a:focus,
	.woocommerce-page p.stars span a:focus,
	.woocommerce p.stars span a.active,
	.woocommerce-page p.stars span a.active,
	.woocommerce #reviews .star-rating,
	.woocommerce-page #reviews .star-rating,
	.woocommerce #reviews .star-rating span,
	.woocommerce-page #reviews .star-rating span,
	.woocommerce #reviews .commentlist .star-rating,
	.woocommerce-page #reviews .commentlist .star-rating,
	.woocommerce #reviews .commentlist .star-rating span,
	.woocommerce-page #reviews .commentlist .star-rating span  {
		background-image:url(../img/woo_shop/retina/woo_star.png) !important;
		background-size:15px 28px!important;
		-webkit-background-size:15px 28px!important;
	}
}

/* Woo shop listing title */
.woocommerce ul.products h2 {
	text-indent:19px !important
}
.woocommerce ul.products h2:before {
	top:13px !important
}
.woocommerce ul.products .woocommerce-loop-product__title,
.woocommerce ul.products .woocommerce-loop-category__title {
	font-size: 14px !important;
}

.woocommerce-product-gallery__wrapper {
	margin: 0 !important;
}

.woocommerce-product-gallery__image img {
	max-width: none !important;
}

.woocommerce-product-gallery ol > li {
	padding: 0;
	margin: 0;
}

.woocommerce-product-gallery ol > li:before,
.woocommerce-product-gallery ol > li:after {
	display: none;
}

.woocommerce .woocommerce-shipping-calculator {
	padding-bottom: 17px;
	padding-top: 5px;
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
	padding-right: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p button.button {
	margin-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {
	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce-page .cart-collaterals .cross-sells {
		width: 100%;
		float: none;
	}
	.woocommerce .cart-collaterals .cross-sells ul.products li,
	.woocommerce-page .cart-collaterals .cross-sells ul.products li {
		width: calc(50% - 40px);
	}
}
.woocommerce .pswp img {
	max-width:none !important;
}
