/************************************************************************************
GENERAL STYLING
*************************************************************************************/
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/************************************************************************************
FEATURE PRODUCT SLIDER
*************************************************************************************/
.product-sliderwrap {
	height: 0; /* hide slider (will be loaded with Javascript) */
	overflow: hidden;
}
.product-slider {
	border-bottom: solid 1px #ccc;
	padding: 0 25px 30px;
	position: relative;
}
.product-slides {
	margin: 0;
	padding: 0;
}
.product-slides li {
	margin: 6px 8px 0 8px;
	padding: 0;
	list-style: none;
	float: left;
	text-align: center;
}

/* reset .product style in slider */
.product-slides .product {
	margin: 0;
}
.product-slides .product-imagewrap {
	margin: 0 !important;
	float: none !important;
}

/* product slider plugin style
================================================ */
.product-slider .carousel-nav-wrap {
	text-align: center;
	margin: 15px auto 10px;
	border: none;
}
.product-slider .carousel-prev,
.product-slider .carousel-next {
	display: block;
	width: 18px;
	height: 30px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	text-indent: -900em;
	cursor: pointer;
}

.product-slider .carousel-prev{
	background: url(images/product-slider-prev.png);
	left: -22px;
}

.product-slider .carousel-next{
	background: url(images/product-slider-next.png);
	right: -22px;
}

/* carousel nav disabled */
.product-slider .carousel-nav-wrap .disabled,
.product-slider .carousel-nav-wrap .disabled {
	display: none !important;
	cursor: default;
}

/* carousel pager */
.product-slider .carousel-pager {
	clear: both;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.product-slider .carousel-pager a {
	text-indent: -900em;
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0 3px;
	background-color: #555;
	background-color: rgba(0, 0, 0, .6);
	border: solid 2px #111;
	border-radius: 10em;
	cursor: pointer;
}
.product-slider .carousel-pager a.selected  {
	background-color: #fff;
	background-color: rgba(255,255,255,.3);
	border-color: #666;
}

/************************************************************************************
PRODUCT
*************************************************************************************/
.products {
	padding-top: 25px;
	clear: both;
	margin: 0;
}
.product {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	vertical-align: bottom;
	display: inline-block;
	max-width: 100%;
}
.product mark {
	background: none;
	color: inherit;
}
.products .product a:hover {
 text-decoration: none;
}

/* product container width
4 columns with sidebar */
.products .product {
	width: 22.2%;
	margin-left: 1.1%;
	margin-right: 1.1%;
}
/* 5 columns without sidebar */
.sidebar-none .products .product {
	width: 17.2%;
	margin-left: 1.1%;
	margin-right: 1.1%;
}

/* product image */
.product-imagewrap {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.product-imagewrap img {
	vertical-align: bottom;
}
.product-image {
	margin-bottom: 10px;
	position: relative;
}

/* loading animation */
.loading-product {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 36px;
	height: 36px;
	margin: -18px 0 0 -18px;
	background: #000 url(images/prod-loader.gif) no-repeat center center;
	background-color: rgba(0,0,0,.7);
	border-radius: 8px;
}
.loading-done{
	background-image: url(images/prod-done.png) !important;
}

/* sale tag */
.product .onsale {
	position: absolute;
	top: 14px;
	left:0;
	background: url(images/sale-tag.png) no-repeat right top;
	padding: 5px 14px 0 12px;
	min-height: 21px;
	font: normal 9px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	z-index: 9;
}

/* add item button */
.product .add-item-wrap {
	margin: 10px 0 5px;
}
.product .add-item {
	background-color: #aaa;
	color: #fff;
	padding: 2px 14px;
	white-space: nowrap;
	border-radius: 2px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
}
.product .added_to_cart {
	display: none;
}

/* product title */
.product h3 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 115%;
	font-weight: normal;
}
.product h3 a {
	color: #000;
	text-decoration: none;
}

/* price */
.price {
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px;
	display: block;
}
del .amount {
	color: #bbb;
	text-decoration: line-through;
	margin-right: 5px;
}
.product-price ins {
	text-decoration: none;
}
a .price{
	color: #666;
}

/* product single
================================================ */
.single-product .product {
	width: 100%;
	text-align: left;
}
.single-product .product .images {
	float: left;
	margin-right: 5%;
	width: 41.4%;
	max-width: 100%;
}
.single-product .product .summary {
	float: left;
	width: 53.6%;
	margin-bottom: 10px;
}
.sidebar-none.single-product .product .images {
	width: 28.6%;
	margin-right: 3.6%;
}
.sidebar-none.single-product .product .summary {
	width: 67.8%;
}
.single-product .product_title {
	font-size: 160%;
}
.single-product h2 {
	font-size: 180%;
}

/* additional product thumbs */
.product .thumbnails {
	margin: 10px 0;
}
.product .thumbnails img {
	width: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: top;
}

/* variation table on product single */
.variations {
	border: none;
	background: none;
	box-shadow: none;
}
.variations th,
.variations td {
	border: none;
	background: none;
	padding: 0 10px 10px 0;
}
.variations label {
	font-weight: bold;
}
.reset_variations {
	display: none !important;
}

.single_variation_wrap {
	overflow: hidden;
}

/* cart form on product single */
form.cart {
	margin: 0 0 15px;
}

/* quantity input */
.quantity {
	white-space: nowrap;
	display: inline;
}
.quantity input.qty {
	width:25px;
	text-align:center;
	margin-right: 3px;
	float:left;
}
.quantity .plus,
.quantity .minus {
	border: none;
	text-indent:-9999em;
	width:14px;
	height:15px;
	cursor:pointer;
	font-size:0;
	line-height:0;
	display:block;
	float: left;
	margin-top: 8px;
}
.quantity .plus {
	margin-right: 10px;
	background:url(images/quantity-more.png) 0 0 no-repeat;
}
.quantity .minus {
	margin-right: 3px;
	background:url(images/quantity-less.png) 0 0 no-repeat;
}

/* single_variation amount */
.single_variation {
	margin: 0 0 10px;
	font-size: 120%;
}

.product_meta {
	clear: both;
}

/* product tabs */
.woocommerce-tabs {
	padding-top: 25px;
	clear: both;
}
.woocommerce-tabs .tabs {
	padding: 0;
	margin: 0;
	border-bottom: solid 1px #ddd;
}
.woocommerce-tabs .tabs li {
	padding: 0;
	display: inline-block;
	text-align: left;
	margin: 0;
}
.woocommerce-tabs .tabs li a {
	text-decoration: none;
	color: inherit;
	text-shadow: 0 1px 0 rgba(255,255,255,.2);
	padding: 6px 15px 8px;
	display: inline-block;
	text-align: left;
	margin: 1px 1px 0;
	background-color: #fff;
}
.woocommerce-tabs .tabs li a:hover {
	color: #000;
}
.woocommerce-tabs .tabs .active a {
	background-color: #fff;
	color: #000;
	margin: 0 0 -1px;
	border: solid 1px #ddd;
	border-bottom-color: #fff;
}
.woocommerce-tabs .tabs .active a:hover {
	background-color: #fff;
}

/* product tabs content */
.woocommerce-tabs .entry-content {
	padding: 10px 5px;
	background-color: #fff;
}
/* product tabs title */
.woocommerce-tabs .entry-content h2 {
	margin: 10px 0 15px;
}
/* tab product information */
.woocommerce-tabs .entry-content table {
    width: 100%;
    padding: 0;
	border: none;
}
.woocommerce-tabs .entry-content table p{
    margin: 0;
	padding: 0;
}
.woocommerce-tabs .entry-content table th {
	padding: 8px 4px;
	width: 33%;
}
.woocommerce-tabs .entry-content table td {
	padding: 8px 4px;
}
.woocommerce-tabs .entry-content table tr th,
.woocommerce-tabs .entry-content table tr td {
	border-color: #ddd;
}
.woocommerce-tabs .entry-content table tr:last-child th,
.woocommerce-tabs .entry-content table tr:last-child td {
	border: none;
}
/* tab product reviews */
.woocommerce-tabs .entry-content p {
	margin: 0 0 5px;
}
.woocommerce-tabs .entry-content .add_review {
	text-align: right;
}
.woocommerce-tabs .entry-content .star-rating {
	float: right;
	margin: 0;
}

/* review form */
#respond input[type=text],
#respond input[type=password],
#respond textarea,
#respond input[type=search],
#respond input[type=email],
#respond .input-text {
	display: block;
}

/* related and upsells products */
.related.products .product,
.upsells.products .product {
	width: 22.2%;
	margin-left: 1.1%;
	margin-right: 1.1%;
	text-align: center;
}
.sidebar-none .related.products .product,
.sidebar-none .upsells.products .product {
	width: 17.2%;
}
.related-products {
	margin: 30px 0 20px;
}
.related-products-title {
	margin: 0 0 15px;
}

/* reset product image wrap in related products */
.related-products .product-imagewrap {
	float: none;
	margin-right: 0;
}
.related-products .product-content {
	float: none;
	text-align: center;
}

/* product single ajax (product single in lightbox mode) */
.mfp-content.themify_product_ajax,
.mfp-ajax-holder .mfp-content.themify_product_ajax {
	width: 800px;
	max-width: 96%;
	background-color: #fff;
}
.product-single-ajax .mfp-close {
	right: 30px;
}
.product-single-ajax {
	width: 100% !important;
	margin:0;
	padding:15px;
	overflow: hidden;
}
.product-single-ajax .product-imagewrap {
	width: 200px !important;
	margin-right:20px;
	float: left;
}
.product-single-ajax .product-content {
	text-align: left;
}
.product-single-ajax .product-title {
	font-size: 160%;
}
.themify_variable_product_ajax .pp_details {
	position: static !important;
}
.themify_variable_product_ajax .pp_close {
	right: 15px;
	top: -5px;
}

/*show variation lightbox only >= 600px */
.is_desktop .variant-lightbox {
	display:none;
}
.is_mobile .variant-lightbox {
	display:block;
}

/* add review button */
.add-reply-js {
	margin-bottom: 15px;
}


/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.woocommerce-pagination {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.woocommerce-pagination a, .woocommerce-pagination li, .woocommerce-pagination span {
	line-height: 100%;
	padding: 6px 0 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	min-width: 24px;
	min-height: 18px;
	text-align: center;
	border-radius: 10em;
}
.woocommerce-pagination a {
	background-color: #111;
	color: #fff;
	text-decoration: none;
}
.woocommerce-pagination a:hover {
	background-color: #000;
}
.woocommerce-pagination .current {
	text-decoration: none;
}

/************************************************************************************
SHOP DOCK
*************************************************************************************/
#shopdock {
	width: 250px;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 40px;
}

/* cart tag */
#cart-tag {
	background: url(images/cart-tag.png) no-repeat left bottom;
	width: 80px;
	margin-top: -40px;
	min-height: 60px;
	position: absolute;
	z-index: 10002;
	right: 5px;
	color: #fff;
	text-align: center;
	font: italic 90%/100% "Times New Roman", Times, serif;
	cursor: pointer;
}
#cart-tag:hover {
	text-decoration: underline;
}

/* cart total */
.cart-total {
	margin: 3px 0;
	padding: 0;
	float: left;
	font: italic 110%/100% "Times New Roman", Times, serif;
}

/* view cart */
#view-cart {
	display: block;
	margin: 2px 0;
	font-size: 90%;
	color: #909090;
	text-decoration: none;
}
#view-cart:hover {
	color: #555;
}

/* cart loader */
#cart-loader {
	width: 24px;
	height: 24px;
	display: block;
	margin: 5px auto;
	background: url(images/cart-icon.png) no-repeat center center;
}
#cart-loader.loading {
	background: url(images/ajax-loader.gif) no-repeat center center;
}

/* cart wrap */
#cart-wrap {
	background-color: #fff;
	padding: 25px 10px 5px 10px;
	border: solid 1px #999;
	overflow: hidden;
	display: none;
	visibility: hidden;
	box-shadow: 0 1px 4px rgba(0,0,0,.3);
}
.is_mobile #cart-wrap{
	display: none; /* hide it initially on mobile devices (will be loaded with JS) */
}

/* cart list */
#cart-list {
	border-bottom: solid 1px #999;
	height: 200px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 10px;
}
#cart-list .product {
	margin: 0;
	border-top: solid 1px #ccc;
	text-align: left;
	padding: 8px 0;
	width: 100%;
	min-height: 50px;
}
#cart-list .product-image {
	max-width: 50px;
	float: left;
	margin: 0 7px 0 0;
}
#cart-list .product-details {
	float: left;
	overflow: hidden;
}
#cart-list .product-title {
	margin: 5px 0 3px;
	line-height: 110%;
	font-size: 100%;
}
#cart-list .quantity-count {
	margin: 0;
}

/* remove item */
.remove-item {
	text-indent: -900em;
	width: 20px;
	height: 20px;
	display: block;
	background: url(images/remove-item.png) no-repeat center center;
}
#cart-list .remove-item {
	float: left;
	margin-top: 15px;
	margin-right: 5px;
}

/* check button */
.checkout-button {
	margin: 2px 0 3px;
	padding: 0;
	float: right;
}

/* button */
.button,
.button.checkout,
a.checkout-button {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 100%;
	line-height: 100%;
	padding: 8px 18px;
	background-color: #707070;
	border: none;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
	display: inline-block;
	border-radius: 2px;
}
.button:hover,
a.checkout-button:hover {
	background-color: #111;
	text-decoration: none;
}

/* hide */
.clear {
	clear: both;
}

/************************************************************************************
PRODUCT ORDERBY NAV
*************************************************************************************/
.orderby-wrap {
	position: absolute;
	line-height: 1em;
	background-color: #fff;
	color: #858585;
	width: 170px;
	margin-bottom: 15px;
	border: 1px solid #b3b3b3;

	border-radius: 5px;
	z-index: 60;
}
.sort-by {
	background:  url(images/nav-icon.png) no-repeat 10px 10px;
	text-transform: uppercase;
	display: block;
	font-size: 1em;
	color: #666;
	margin: 0;
	cursor: pointer;
	line-height: 100%;
	padding: 10px 0 10px 34px;
}
.orderby {
	display: none;
	list-style: none;
	margin: 5px 0 15px;
	padding: 0;
}
.orderby li {
	background: none;
	margin: 0 0 5px;
	padding: 0;
}
.orderby a {
	background: none;
	padding: 2px 0 2px 34px;
	display: block;
	color: #858585;
	text-decoration: none;
}
.orderby a:hover {
	color: #000;
}
.orderby .selected a {
	background: url(images/check-icon.png) no-repeat 10px center;
	color: #000;
}
.sorting-gap {
	display: block;
	visibility: hidden;
	margin-top: 55px;
}

/* result count */
.woocommerce-result-count {
	margin: 0;
	padding-top: 14px;
}

/************************************************************************************
WOOCOMMERCE CHECKOUT AND CART STYLES
*************************************************************************************/
/* star rating */
.star-rating {
	width:80px;
	height:16px;
	background:url(images/star.png) repeat-x left 0;
	margin: 0 auto;
}
.star-rating span {
	background:url(images/star.png) repeat-x left -32px;
	height:0;
	padding-top:16px;
	overflow:hidden;
	float:left;
}
#reviews #comments .add_review:after {
	content:"";
	display:block;
	clear:both;
}
.hreview-aggregate .star-rating {
	margin:10px 0 0 0;
}

/* stars */
p.stars:after {
	content:"";
	display:block;
	clear:both;
}
p.stars span {
	width:80px;
	height:16px;
	position:relative;
	float:left;
	background:url(images/star.png) repeat-x left 0;
}
p.stars span a {
	float:left;
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:0;
	padding-top:16px;
	overflow:hidden;
}
p.stars span a:hover, p.stars span a:focus {
	background:url(images/star.png) repeat-x left -16px;
}
p.stars span a.active {
	background:url(images/star.png) repeat-x left -32px;
}
p.stars span a.star-1 {
	width:16px;
	z-index:10;
}
p.stars span a.star-2 {
	width:32px;
	z-index:9;
}
p.stars span a.star-3 {
	width:48px;
	z-index:8;
}
p.stars span a.star-4 {
	width:64px;
	z-index:7;
}
p.stars span a.star-5 {
	width:80px;
	z-index:6;
}

/* breadcrumb */
.woocommerce-breadcrumb {
	margin: 0 0 25px;
}
.woocommerce-breadcrumb a, .woocommerce-breadcrumb .sep, .woocommerce-breadcrumb .trail-end {
	padding: 0 2px;
}

/* woocommerce message */
.woocommerce-message, .info, .woocommerce-error, .woocommerce-info {
	border: solid 1px #cbc67d;
	padding: 5px 20px;
	margin: 0 0 20px;
	background-color: #fef8a5;
	background-image: -moz-linear-gradient(top, #fefcdf 0%, #fef79c 100%);
	background-image: -webkit-linear-gradient(bottom, #fefcdf 0%,#fef79c 100%);
	background-image: linear-gradient(to top, #fefcdf 0%,#fef79c 100%);
	border-radius: 5px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.4), inset 0 0 1px rgba(255,255,255,.4), 0 1px 0 rgba(0,0,0,.1);
}
.woocommerce-message .button, .info .button, .woocommerce-error .button, .woocommerce-info .button {
	float:right;
}
.woocommerce-message:after, .info:after, .woocommerce-error:after, .woocommerce-info:after {
	content:"";
	display:block;
	clear:both;
}
.woocommerce-message li, .woocommerce-error li, .woocommerce-info li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* demo store message */
p.demo_store {
	position:fixed;
	top:0;
	width:100%;
	font-size:12px;
	text-align:center;
	background-color:#f7f5c6;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#f7f5c6), to(#eeeac1));
	background-image:-webkit-linear-gradient(#f7f5c6, #eeeac1);
	background-image:-moz-linear-gradient(center top, #f7f5c6 0%, #eeeac1 100%);
	background-image:-moz-gradient(center top, #f7f5c6 0%, #eeeac1 100%);
	padding:5px 0;
	border:1px solid #EEEAC1;
	color:#747165;
	z-index:999999;
	box-shadow:inset 0 0 0 3px rgba(255, 255, 255, 0.3);
}

/* shop table */
table.shop_table {
	width:100%;
	margin-bottom: 20px;
}

/* my account orders table */
table.my_account_orders {
	font-size: 90%;
}
table.my_account_orders th, table.my_account_orders td {
	vertical-align: top;
}
table.my_account_orders .button {
	white-space: nowrap;
}

/* cart subheadings */
.woocommerce-cart h2 {
    font-size: 180%;
}

/* cart table */
table.cart img {
	width:32px;
	height:auto;
}
a.remove {
	display:block;
	height:16px;
	width:16px;
	text-indent:-9999px;
	background:url(images/remove.png);
}
.cart th, .cart td {
	vertical-align:middle;
}
td.actions {
	text-align:right;
}
td.actions .coupon {
	float:left;
	white-space: nowrap;
}
td.actions .coupon label {
	display:none;
}
td.actions .coupon .input-text {
	width:80px;
	float:left;
	margin:1px 6px 0 0;
}
td.actions .button.alt {
	float:right;
	margin-left:.25em;
}
td.product-name dl.variation {
	margin:0;
	font-size:0.8751em;
}
td.product-name dl.variation dt {
	font-weight:bold;
	float:left;
	clear:left;
	margin:0 .25em 0 0;
	padding:0;
}
td.product-name dl.variation dd {
	margin-bottom:0;
}
td.product-name p.backorder_notification {
	font-size:0.8751em;
}
.col2-set {
	width:100%;
}
.col2-set:after {
	content:"";
	display:block;
	clear:both;
}
.col2-set .col-1 {
	float:left;
	width:48%;
}
.col2-set .col-2 {
	float:right;
	width:48%;
}
.cart-collaterals {
	width:100%;
}
.cart-collaterals:after {
	content:"";
	display:block;
	clear:both;
}
.cart-collaterals .related {
	width:30.75%;
	float:left;
}
.cart-collaterals .cross-sells ul.products {
	float:none;
}

/* shipping calculator */
.cart-collaterals .shipping_calculator {
	width:48%;
	text-align:right;
	margin:20px 0 0 0;
	clear:right;
	float:right;
}
.cart-collaterals .shipping_calculator:after {
	content:"";
	display:block;
	clear:both;
}
.cart-collaterals .shipping_calculator #calc_shipping_postcode {
	width: 100px !important;
}
.cart-collaterals .shipping_calculator .button {
	float:none;
}
.cart-collaterals .shipping_calculator .col2-set .col-1, .cart-collaterals .shipping_calculator .col2-set .col-2 {
	width:47%;
}
.cart-collaterals .cart_totals {
	float:right;
	width:60%;
	text-align:right;
}
.cart-collaterals .cart_totals table {
	width: 100%;
}
.cart-collaterals .cart_totals p {
	margin:0;
}
.cart-collaterals .cart_totals table small {
	display:block;
}
.cart-collaterals .cart_totals table select {
	width:100%;
}
.cart-collaterals .cart_totals .discount td {
	color:green;
}
.cart-collaterals .cart_totals tr td, .cart-collaterals .cart_totals tr th {
	padding:6px 24px;
}
.cart-collaterals .cart_totals a.button.alt {
	width:193px;
	display:block;
	font-size:0.92em;
}
.form-row {
	padding:3px;
	margin:0 0 6px;
}
.form-row:after {
	content:"";
	display:block;
	clear:both;
}
.form-row label {
	display:block;
}
.form-row .checkbox {
	display: inline;
}
.form-row label.hidden {
	visibility:hidden;
}
.form-row select {
	width:100%;
	cursor:pointer;
	margin:0;
}
.form-row .required {
	color:#c00;
	font-weight:bold;
}
form .form-row input.input-text, #content .form-row input.input-text, form .form-row textarea, #content .form-row textarea {
	width:96%;
	outline:0;
}
form .form-row textarea, #content .form-row textarea {
	height: 5em;
	display:block;
	box-shadow:none;
}
.form-row-first, .form-row-last {
	float:left;
	width:47%;
	overflow:visible;
}
.form-row-last {
	float:right;
}
form.login {
	border:1px solid #ccc;
	padding:20px;
	border:1px solid #E7E7E7;
	margin:20px 0 20px 0px;
	text-align:left;
	border-radius:5px;
}

/* payment options */
#payment {
	background-color:rgba(0, 0, 0, 0.025);
	border-radius:5px;
}
#payment ul.payment_methods {
	text-align:left;
	padding:1em;
	margin:0;
	list-style:none outside;
}
#payment ul.payment_methods:after {
	content:"";
	display:block;
	clear:both;
}
#payment ul.payment_methods li {
	line-height:2em;
	text-align:left;
	margin:0;
	font-weight:normal;
}
#payment ul.payment_methods li input {
	margin:0 1em 0 0;
}
#payment ul.payment_methods li img {
	vertical-align:middle;
	margin:-2px 0 0 0.5em;
	position:relative;
}
#payment div.form-row {
	padding:1em;
}
#payment #place_order {
	float:right;
	margin:0;
}
#payment .terms {
	padding:0 1em 0;
	text-align:right;
}
#payment div.payment_box {
	position:relative;
	width:96%;
	padding:1em 2%;
	margin:1em 0 1em 0;
	font-size:0.92em;
	border-radius:2px;
	background-color:#f6f6f6;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eeeeee));
	background-image:-webkit-linear-gradient(#f6f6f6, #eeeeee);
	background-image:-moz-linear-gradient(center top, #f6f6f6 0%, #eeeeee 100%);
	background-image:-moz-gradient(center top, #f6f6f6 0%, #eeeeee 100%);
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
#payment div.payment_box p:last-child {
	margin-bottom:0;
}
#payment div.payment_box #cc-expire-month, #payment div.payment_box #cc-expire-year {
	width:48%;
	float:left;
}
#payment div.payment_box #cc-expire-year {
	float:right;
}
#payment div.payment_box span.help {
	font-size:11px;
	line-height:13px;
	font-weight:normal;
}
#payment div.payment_box .form-row {
	margin:0 0 1em;
}
#payment div.payment_box .form-row select:nth-child(3n) {
	margin-right:0;
}
#payment div.payment_box:after {
	content:"";
	display:block;
	border:8px solid #eee;
	border-right-color:transparent;
	border-left-color:transparent;
	border-top-color:transparent;
	position:absolute;
	top:-4px;
	left:0;
	margin:-1em 0 0 2em;
}
div.shipping-address {
	padding:0;
	clear:left;
}
#shiptobilling {
	float:right;
	margin:0 0 0 0;
	padding:0;
}
.checkout .col-2 .notes {
	clear:left;
}
.checkout .col-2 .form-row-first {
	clear:left;
}
.order_details {
	margin:0 0 1.5em;
	list-style:none;
}
.order_details:after {
	content:"";
	display:block;
	clear:both;
}
.order_details li {
	float:left;
	margin-right:2em;
	text-transform:uppercase;
	font-size:0.715em;
	line-height:1em;
	border-right:1px dashed #ccc;
	padding-right:2em;
}
.order_details li strong {
	display:block;
	font-size:1.4em;
	text-transform:none;
	line-height:1.5em;
	color:#333;
}
.order_details li.method {
	border:none;
}
.addresses .title:after {
	content:"";
	display:block;
	clear:both;
}
.addresses .title h3 {
	float:left;
}
.addresses .title .edit {
	float:right;
}
ol.commentlist.notes li.note p.meta {
	font-weight:bold;
	margin-bottom:0;
}
ol.commentlist.notes li.note .description p:last-child {
	margin-bottom:0;
}
ul.digital-downloads {
	margin-left:0;
	padding-left:0;
}
ul.digital-downloads li {
	list-style:none;
	margin-left:0;
	padding-left:1.5em;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAQUlEQVQIHWP8//8/AwgwMjLWgxlQAijeCGIyIQtiYxNUwAjUhWI0uilMMLvQJUB8kBzYCmyKYGJwN8AEYDphJgIAPtccffZCsOoAAAAASUVORK5CYII=) left no-repeat;
}
ul.digital-downloads li .count {
	float:right;
}

/************************************************************************************
WOOCOMMERCE WIDGET STYLES
*************************************************************************************/
/* feature products widget */
ul.cart_list li a, ul.product_list_widget li a {
	display:block;
	font-weight:bold;
}
ul.cart_list li img, ul.product_list_widget li img {
	float:right;
	margin-left:4px;
	width:32px;
	height:auto;
}
ul.cart_list li dl, ul.product_list_widget li dl {
	margin:0;
	font-size:0.8751em;
	padding-left:1em;
}
ul.cart_list li dl dt, ul.product_list_widget li dl dt {
	float:left;
	clear:left;
	margin-right:.25em;
}
ul.cart_list li dl dd, ul.product_list_widget li dl dd {
	margin-bottom:.5em;
}
ul.cart_list li .star-rating, ul.product_list_widget li .star-rating {
	float:none;
	margin: 0;
}

/* shopping cart widget */
.widget_shopping_cart .total {
	text-align: right;
}
.widget_shopping_cart .buttons {
	text-align: right;
}

/* login widget */
.widget_login .pagenav {
	text-align: inherit;
}
.widget_login .pagenav a {
	padding: 0;
	border: none;
	background: none;
	color: inherit;
	box-shadow: none;
}

/* widget layered nav */
.widget_layered_nav ul {
	margin:0;
	padding:0;
	border:0;
	list-style:none outside;
}
.widget_layered_nav ul li {
	padding:0 0 1px;
	list-style:none;
}
.widget_layered_nav ul li:after {
	content:"";
	display:block;
	clear:both;
}
.widget_layered_nav ul li a, .widget_layered_nav ul li span {
	padding:1px 0;
	float:left;
}
.widget_layered_nav ul li.chosen a {
	padding:0 6px 0 18px;
	border:1px solid #3399cc;
	background:#3399cc url(images/cross_white.png) no-repeat 6px center;
	box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.5);
	color:#fff;
	border-radius:3px;
}
.widget_layered_nav ul small.count {
	float:right;
	margin-left:6px;
	font-size:1em;
	padding:1px 0;
	color:#999;
}

/* price filter widget */
.widget_price_filter .price_slider {
	margin-bottom:1em;
}
.widget_price_filter .price_slider_amount {
	text-align:right;
	line-height:2.4em;
	font-size:0.8751em;
}
.widget_price_filter .price_slider_amount .button {
	font-size:1.15em;
}
.widget_price_filter .price_slider_amount .button {
	float:left;
}
.widget_price_filter .ui-slider {
	position:relative;
	text-align:left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
	position:absolute;
	z-index:2;
	width:0.9em;
	height:0.9em;
	border-radius:1em;
	border:1px solid #333;
	cursor:pointer;
	background-color:#fff;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bbbbbb));
	background-image:-webkit-linear-gradient(#ffffff, #bbbbbb);
	background-image:-moz-linear-gradient(center top, #ffffff 0%, #bbbbbb 100%);
	background-image:-moz-gradient(center top, #ffffff 0%, #bbbbbb 100%);
	outline:none;
	top:-0.3em;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left:-1em;
}
.widget_price_filter .ui-slider .ui-slider-range {
	position:absolute;
	z-index:1;
	font-size:.7em;
	display:block;
	border:0;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAFUlEQVQIHWP4//9/PRMDA8NzEPEMADLLBU76a5idAAAAAElFTkSuQmCC) top repeat-x #1982d1;
	box-shadow:inset 0 0 0 1px rgba(0, 0, 0, 0.5);
	border-radius:1em;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius:1em;
	background-color:#333;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#333333), to(#666666));
	background-image:-webkit-linear-gradient(#333333, #666666);
	background-image:-moz-linear-gradient(center top, #333333 0%, #666666 100%);
	background-image:-moz-gradient(center top, #333333 0%, #666666 100%);
}
.widget_price_filter .ui-slider-horizontal {
	height:.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top:0;
	height:100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left:-1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right:-1px;
}

/* product search widget */
.widget_product_search label {
	display: block;
}
.widget_product_search #s {
	width: 100px !important;
	max-width: 85%;
}

/* Scrollpane */
.jspDrag {
	background: #ddd;
}
.jspTrack {
	background: #eee;
}
.jspVerticalBar{
	width: 10px;
}
