/************************************************************************************
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;
	border-bottom: solid 1px #87919d;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,.05), inset 0 -2px 0 rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.4);

	background-color: #cbd2da;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NiZDJkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMmJhYzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top,  #cbd2da 0%, #b2bac5 100%);
	background-image: -webkit-linear-gradient(top,  #cbd2da 0%,#b2bac5 100%);
	background-image: linear-gradient(top,  #cbd2da 0%,#b2bac5 100%);
}
.product-slider {
	padding: 0 36px 10px;
	margin-top: 20px;
}
.product-slider .product-image {
	margin: 0 0 8px;
}
.product-slides {
	margin: 0;
	padding: 0;
}
.product-slides li {
	margin: 6px 8px 0 8px;
	padding: 0 0 6px;
	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: inline-block;
	zoom:1;
	*display:inline;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 50%;
	text-indent: -900em;
	cursor: pointer;
}

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

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

/* 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;
	zoom:1;
	*display:inline;
	vertical-align: middle;
}
.product-slider .carousel-pager a {
	text-indent: -900em;
	width: 8px;
	height: 8px;
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 0 4px;
	background: #555;
	background: rgba(0, 0, 0, .6);
	border: solid 2px #111;
	border-radius: 10em;
	cursor: pointer;
	margin-top: 13px;
}
.product-slider .carousel-pager a.selected  {
	background: #fff;
	background: 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: top;
	display: inline-block;
	zoom:1;
	*display:inline;
	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;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.product-image {
	margin: 0 0 15px;
	padding: 6px;
	border: solid 1px #e3e3e3;
	border-bottom-color: #ddd;
	background:#fff;
	position: relative;
	zoom:1;
	*display:inline;
	border-radius: 5px;
}
.product-image:before, .product-image:after {
	content:"";
	position:absolute;
	z-index:-2;
	bottom:15px;
	left:10px;
	width:50%;
	height:20%;
	max-width:300px;
	box-shadow:0 15px 10px rgba(0, 0, 0, .6);
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);
}
.product-image:after {
	right:10px;
	left:auto;
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform:rotate(3deg);
}
.product-image img {
	vertical-align: bottom;
}

/* 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;
	z-index: 9;
}
.loading-done{
	background-image: url(images/prod-done.png) !important;
}

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

/* add item */
.product .add-item {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 100%;
	line-height: 100%;
	padding: 3px 12px;
	border: solid 1px #4e7521;
	white-space: nowrap;

	background-color: #8fc356;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzM1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NTliMjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top,  #8fc356 0%, #659b28 100%);
	background-image: -webkit-linear-gradient(top,  #8fc356 0%,#659b28 100%);
	background-image: linear-gradient(top,  #8fc356 0%,#659b28 100%);
	
	border-radius: 10em;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.3);
}

.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 10px;
	color: #506c81;
	display: block;
}
del .amount {
	color: #e55042;
	text-decoration: line-through;
	margin-right: 5px;
}
.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%;
}

/* additional product thumbs */
.product .thumbnails {
	margin: 10px 0;
}
.product .thumbnails img {
	width: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
	zoom:1;
	*display:inline;
	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; }

/* 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;
}
.woocommerce-tabs .tabs li {
	padding: 0;
	display: inline-block;
	text-align: left;
	margin: 0;
	border-radius: 5px 5px 0 0;
}
.woocommerce-tabs .tabs li a {
	text-decoration: none;
	color: #777;
	text-shadow: 0 1px 0 rgba(255,255,255,.2);
	padding: 6px 15px;
	display: inline-block;
	text-align: left;
	margin: 0;
	border-radius: 5px 5px 0 0;
	
	background-color: #ddd;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.35) 0%, rgba(170,170,170,0.15) 66%, rgba(0,0,0,0.05) 100%);
	background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
	background-image: linear-gradient(to bottom,  rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
	
	box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px rgba(255,255,255,.5);
	border-width: 1px 1px 0 1px;
	border-color: #c0c0c0;
	border-style: solid;
}
.woocommerce-tabs .tabs li a:hover {
	background-color: #eee;
	color: #555;
}
.woocommerce-tabs .tabs .active a {
	background: #fff;
	color: #333;
	margin: 0;
	border-color: #fff;
	box-shadow: 0 -1px 1px rgba(0,0,0,.1);
}
.woocommerce-tabs .tabs .active a:hover {
	background: #fff;
}

/* product tabs content */
.woocommerce-tabs .entry-content {
	padding: 10px 15px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	border-radius: 0 5px 5px 5px;
}
/* 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;
}

/* 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) */
.product-single-ajax {
	width: 100% !important;
	margin:0px;
	padding:15px;
}
.product-single-ajax .product-imagewrap {
	width: 200px !important;
	margin-right:20px;
	float: left;
}
.product-single-ajax .product-content {
	text-align: left;
}
.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;
}
.is_mobile .variable-link {
	display: none !important;
}

/* 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: 120%;
	padding: 5px 0 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 25px;
	min-height: 20px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,.1), inset 0 -2px 0 rgba(0,0,0,.1);
}
.woocommerce-pagination a {
	background: #fff;
	border: solid 1px #bbb;
	color: #444;
	text-decoration: none;
}
.woocommerce-pagination a:hover {
	background-color: #eee;
}
.woocommerce-pagination .current {
	text-decoration: none;
	background: #777;
	color: #ccc;
	border-color: #ddd;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.3), 0 1px 0 rgba(255,255,255,.3);
}

/************************************************************************************
SHOP DOCK
*************************************************************************************/
#shopdock {
	width: 250px;
	position: absolute;
	top: 0;
	right: 1px;
	padding-top: 40px;
	z-index: 1099;
}
#shopdock-inner {
	position: fixed;
	width: 250px;
}

/* cart tag */
#cart-tag {
	background: url(images/cart-tag.png) no-repeat left bottom;
	width: 86px;
	min-height: 76px;
	position: absolute;
	z-index: 10000;
	top: -40px;
	right: 5px;
	color: #666;
	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: 0 0 3px;
	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: 35px;
	height: 35px;
	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 {
	visibility: hidden; /* will be toggled with JS */
	background: #fff;
	padding: 25px 10px 5px 10px;
	border: solid 1px #999;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 1px 3px 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;
	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: 40px;
	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: 0 0 3px;
	padding: 0;
	float: right;
}

/* button */
.button,
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: 7px 18px;
	display: inline-block;
	border: solid 1px #4e7521;

	background-color: #8fc356;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzM1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NTliMjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top,  #8fc356 0%, #659b28 100%);
	background-image: -webkit-linear-gradient(top,  #8fc356 0%,#659b28 100%);
	background-image: linear-gradient(top,  #8fc356 0%,#659b28 100%);

	border-radius: 10em;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,.2);
}
.button:hover,
a.checkout-button:hover {
	background: #8fc356;
	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(top, #fefcdf 0%,#fef79c 100%);
	background-image: linear-gradient(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 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:94%;
	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: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 {
	width:48%;
	float:left;
	margin-right:3.8%;
}
#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) #888888;
	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:#ffffff;
	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:#333333;
	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;
}