/* -----------------------------------------
   WooCommerce Styling
----------------------------------------- */

/* -----------------------------------------
   SHOP PAGE
----------------------------------------- */
.product .list-subtitle a,
.product .list-subtitle a:visited {
	color: #000;
}

.onsale {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	background: rgba(255,255,255,0.4);
	padding: 10px 15px;
	color: #fff;
	font-family: 'Source Sans Pro',sans-serif;
	font-weight: bold;
}

.price ins .amount,
.amount {
	color:#393939;
	font-size: 15px;
	font-weight:bold;
	text-transform: uppercase;
	margin:0;
}

.price ins, .product_list_widget li ins {
	text-decoration: none;
}

.price del .amount,
.product_list_widget li del .amount,
.price del,
.product_list_widget del {
	color: #888;
	font-size: 12px;
}

.album-actions {
	display: block;
	margin-top: 10px;
}

.shop-actions {
	margin-bottom: 40px;
}

.woocommerce-result-count {
	float: left;
}

.woocommerce-ordering {
	float: right;
	margin-top: 12px;
}

/* -----------------------------------------
   SINGLE PRODUCT PAGE
----------------------------------------- */

.product h3.entry-title {
	margin: 30px 0 0 0 !important;
}

.summary h3 {
	margin-bottom: 0;
}

.summary > div > .price {
	margin-top: 5px;
}

.summary .woocommerce-product-rating {
	display: none;
}

.product .images {
	margin-top: 30px;
	position: relative;
}

.product .price {
	font-size: 20px;
}

.thumbnails a,
.thumbnails a:visited {
	line-height: 0;
	float: left;
	margin: 15px 15px 15px 0;
}

.woocommerce-tabs {
	margin: 30px 0 0;
	padding: 0;
	border-top: 1px solid #eee;
}

ul.tabs {
	list-style: none;
	margin: 0;
	padding: 35px 0 0 0;
}

.tab-container {
}

ul.tabs li {
	border-bottom: 1px solid #e0e0e0;
	list-style: none;
	margin: 0;
}

ul.tabs li a,
ul.tabs li a:visited {
	padding: 10px 0;
	color: #565656;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	border-bottom: 1px solid transparent;
	font-size: 12px;
}

ul.tabs li.active a,
ul.tabs li.active a:visited {
	color: #000;
	border-bottom: 1px solid #000;
}

.woocommerce-tabs .panel.entry-content {
	padding: 20px 30px 20px 30px;
	border-left: 1px solid #eee;
	min-height: 200px;
}

.woocommerce-tabs .panel.entry-content h2 {
	display: none;
}

#reviews #comments ol.commentlist { list-style: none; }

#reviews time {
	display: inline;
}

#reviews #comments ol.commentlist li img {
	border: none;
}

#review_form_wrapper #reply-title {
	font-size: 20px;
}

#review_form {
	padding: 0 20px;
	border: 1px solid #DEDEDE;
}

#reviews .comment {
	margin-bottom: 35px;
}

#reviews .avatar {
	float: left;
	margin: 0 10px 10px 0;
}

.post #reviews time {
	background: none;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	text-align: left;
	padding: 0;
	line-height: 1;
	position: static;
	border-radius: 0;
	box-shadow: none;
}

.post #reviews .commentlist {
	margin: 0;
	padding: 0;
}

.star-rating {
	float: right;
	width: 80px;
	height: 16px;
	background: url(../images/star.png) repeat-x left 0;

}
div[itemprop=aggregateRating] .star-rating {
	float: none;
	margin: 10px 0;
}
.panel .star-rating {
	margin-right: 10px;
	margin-top: 10px;
}
.star-rating span {
	background: url(../images/star.png) repeat-x left -32px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	float: left;
}
.hreview-aggregate .star-rating {
	margin: 10px 0 0 0;
}

p.stars {
	margin: 0;
}

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;
}

form.cart div.quantity {
	position: relative;
}

.quantity {
	width: 80px;
	position: relative;
	height: 50px;
	float: left;
	margin-right: 15px;
}

.quantity input {
	border: none;
	border-radius: 0;
	color: #FFF;
	line-height: 1;
	max-width: 100%;

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.quantity input:focus {
}

.quantity input.qty,
.quantity input.qty:focus {
	padding: 16px 15px 14px;
	font-size: 14px;
	border-radius: 0;
	border: none;
	line-height: 0;
	outline: none;
	height: 50px;
	text-align: center;
}

 input[type=number]::-webkit-inner-spin-button,
 input[type=number]::-webkit-outer-spin-button {
 	opacity: 1;
 }

.quantity .plus,
.quantity .minus {
	font-size: 15px;
	line-height: 0;
	padding: 3px 10px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 30px;
	z-index: 200;
	border-left: 1px solid #4D4D4D !important;
	height: 50%;
	outline: none;
}

.quantity .plus:hover,
.quantity .minus:hover {
}

.quantity .plus {
	top: 0;
}

.quantity .minus {
	bottom: 0;
}

button.single_add_to_cart_button,
button.single_add_to_cart_button:visited{
	padding: 20px 35px 17px;
	line-height: 1 !important;
	text-transform: uppercase;
	height: 50px;
	float: left;

	border-radius: 3px 3px 3px 3px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;

	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-transform: uppercase;
	border-radius: 3px;
}

p.stars span a {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.product_meta > span {
	display:block;
	margin-bottom: 5px;
	font-size: 11px;
}

.quantity input:focus {
	border: none;
}

.quantity input,
.quantity input:focus,
form.cart table.variations label,
form.cart table.group_table span.amount
.ui-slider .ui-slider-handle {
	background-color: #D3006D;
}


.quantity .plus:hover,
.quantity .minus:hover {
	background-color: #D3006D;
}

div.pp_woocommerce .pp_close:before {
	line-height: normal !important;
}

.related.products h2 {
	color: #5F5F5F;
	font-size: 24px;
	line-height: 1;
	margin: 0 0 20px;
}

/* -----------------------------------------
   WOOCOMMERCE MESSAGES
----------------------------------------- */
.woocommerce-message, .shop-actions,
.woocommerce-info, .woocommerce-error{
	margin-bottom: 30px;
	padding:15px 15px 15px 15px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f8f7f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f7f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f7f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f8f7f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f8f7f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f8f7f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f7f5',GradientType=0 ); /* IE6-9 */
	box-shadow: -1px 5px 10px rgba(0,0,0,0.1);
	border-radius:5px;
	line-height: normal;
	font-size: 14px;
}

.woocommerce-message .button {
	float: right;
}

.woocommerce-message li,
.woocommerce-info li,
.woocommerce-error li {
	list-style: none;
	margin-bottom: 5px;
}


/* -----------------------------------------
   WOOCOMMERCE WIDGETS
----------------------------------------- */

.widget .product_list_widget {
	box-shadow: -1px 5px 10px rgba(0,0,0,0.1); list-style: none;	margin:0; padding:0;
}

.widget .product_list_widget > li:first-child,
.widget .widget_shopping_cart_content p.total {
	border-radius:5px 5px 0 0;
}

.widget .product_list_widget > li:last-child,
.widget .widget_shopping_cart_content p.buttons {
	border-radius:0 0 5px 5px; border-bottom:none;
}

.widget .product_list_widget > li,
.widget_shopping_cart_content p {
	padding:15px 15px 15px 15px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f8f7f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f7f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f7f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f8f7f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f8f7f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f8f7f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f7f5',GradientType=0 ); /* IE6-9 */
	border-bottom:solid 1px #e6e4db;
	line-height: 1;
	margin: 0;
}

.widget_shopping_cart_content p {
	box-shadow: -1px 5px 10px rgba(0,0,0,0.1);
}

.widget_shopping_cart_content .total {
	margin-top: 15px;
}

.widget_shopping_cart_content .checkout {
	display: none;
}

.product_list_widget li:after {
	clear:both;
}

.product_list_widget li:after,
.product_list_widget li:before {
	display: table;
	content: ' ';
}

.product_list_widget a {
	font-size: 18px;
	line-height: 1;
	margin: 0 0 5px;
	font-family: 'Source Sans Pro',sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	display: block;
}


ul.cart_list li img, ul.product_list_widget li img {
	border: 2px solid #E5E5E5;
	box-shadow: none;
	float: left;
	margin: 0 15px 0 0;
	max-width: 65px;
	padding: 2px;
	transition: all 0.2s linear 0s;
	width: auto;
}

.widget_shopping_cart .quantity {
	height: auto;
}


/* WIDGET: WooCommerce Price Range
========================================= */

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
	background: #DBE3E5;
	margin-bottom: 20px;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 12px;
	height: 12px;
	cursor: default;
	background: #000;
	border-radius: 50px;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
	background: #cdd5d7;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: 6px;
	margin-top: 15px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -3px;
	margin-left: -5px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-slider-handle span {
	position: absolute;
	bottom: -25px;
	font-size: 12px;
	color: #647b81;
	text-align: center;
	left: -7px;
}

.price_label {
	margin-top: 4px;
	float: right;
	font-size: 11px;
}


/* -----------------------------------------
   WOOCOMMERCE PAGE: Cart
----------------------------------------- */
.shop_table {
	width: 100%;
	margin-bottom: 30px;
}

.shop_table td {
	padding: 10px;
}

.shop_table tr {
	border-bottom: 1px dotted #E5E5E5;
}

.shop_table td a,
.shop_table td a:visited {
	color: #000;
}

.shop_table td a:hover {
	color: #333;
}

.shop_table .variation {
	font-size: 11px;
	margin-bottom: 5px;
}

.shop_table .product-price {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
}

.shop_table .variation dt {
	display: inline;
	font-weight: bold;
	margin-right: 4px;
}

.shop_table .variation dd {
	display: inline;
}

.shop_table .product-thumbnail img {
	max-width: 80px;
}

.shop_table thead tr {
	border-bottom: 1px solid #E5E5E5;
}

.shop_table th {
	padding: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #000;
}

th.product-name,
th.product-quantity {
	text-align: left;
}

td.product-name a {
	font-family: 'Source Sans Pro',sans-serif;
	font-weight: bold;
	letter-spacing: -0.03em;
}

td.product-price,
td.product-quantity,
td.product-subtotal {
	text-align:center;
}

td.product-quantity .quantity {
	margin: 0 auto;
}

.cart-collateral-wrap {
	padding: 10px 0 0 30px;
}

label[for=coupon_code] {
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

.coupon {
	position: relative;
	margin-bottom: 30px;
}

#coupon_code {
	width: 100%;
	height: 37px;
	line-height: 1;
}

input[name=apply_coupon] {
	padding: 11px;
	position: absolute;
	right: 0;
	top: 33px;
	height: 36px;
	font-size: 11px;
}

.cart_totals h2 {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #000;
}

.cart_totals table {
	width: 100%;
	margin-bottom: 30px;
}

.cart_totals table th {
	padding: 10px 0;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
}

.cart_totals table tr.total th {
	font-size: 13px;
}

.cart_totals table tr {
	border-bottom: 1px solid #E5E5E5;
}

.cart-collaterals input[name=update_cart],
.cart-collaterals input[name=proceed] {
	width: 100%;
	margin-bottom: 15px;
	padding: 14px;
}

.shipping-calculator-button,
.shipping-calculator-button:visited {
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
}

.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:7px;content:"\e02e"; font-size: 11px;}


.checkout-button.button  {
	width: 100%;
	margin: 0 0 5px;
	height: 46px;
	display: inline-block;
	text-align: center;
	padding-top: 15px;
}

.shipping-calculator-button {
	display: block;
	margin-top: 30px;
	font-size: 14px;
	text-decoration: none;
}

#shipping_method {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

#shipping_method li {
	margin: 5px 0;
	display: block;
}

#shipping_method label {
	display: inline-block;
	font-size: 13px;
	margin: 0 3px 0 0;
	padding: 0;
}

#shipping_method input[type="radio"] {

}

/* -----------------------------------------
   WOOCOMMERCE PAGE: CHECKOUT
----------------------------------------- */

form.checkout h3 {
	color: #000;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
}

.form-row {
	margin-bottom: 20px;
}

.checkout .col-2 h3 {
	float: none;
}

.checkout input[type=text],
.checkout textarea {
	width: 100%;
}

.col-1, .col-2 {
	border-bottom: 2px solid #000;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.checkout .shop_table	tfoot tr {
	border: none;
}

.checkout .shop_table tfoot td,
.checkout .shop_table tfoot th {
	text-align: right;
}

.checkout .product-total {
	text-align: right;
}

.payment_methods {
	list-style: none;
	margin: 30px;
	padding: 0;
}

.payment_methods li {
	margin-bottom: 15px;
	position: relative;
}

.payment_method_paypal img {
 display: none;
}

.payment_method_paypal .about_paypal {
 font-size: 0.9em;
 margin-left: 10px;
}

.place-order .button {
 width: auto;
}

label.checkbox {
 display: inline-block;
}

.payment_methods label {
	display: inline;
	margin-left: 10px;
}

#payment div.payment_box {
	background: #FFF;
	border: 1px solid #E5E5E5;
	box-shadow: none;
	margin-top: 15px;
	padding: 10px;
}

#payment div.payment_box:after {
	border: 8px solid #fff;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	z-index: 10;
}

#payment div.payment_box:before {
	border-color: transparent transparent #E5E5E5;
	border-image: none;
	border-style: solid;
	border-width: 10px;
	content: "";
	display: block;
	left: 20px;
	margin: 0;
	position: absolute;
	top: 20px;
	z-index: 10;
}

.place-order {
	padding: 0 30px 30px;
}

#payment {
	border-radius: 5px;
	border: 1px solid #e5e5e5;
}

#payment div.form-row {
	margin: 0;
	border: none;
}

.ci_separator {
	border-bottom: 1px solid #E5E5E5;
	margin: 40px 0;
	display: block;
}
