/*
----------------------------------------------------------------

IMPREZA WooCommerce styles

Copyright 2016 UpSolution
http://us-themes.com/

NOTE: DO NOT EDIT THIS FILE!
THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

----------------------------------------------------------------
*/

.woocommerce .clear {
	clear: both;
	}
.woocommerce .nobr {
	white-space: nowrap;
	}
.woocommerce mark {
	background: none;
	color: inherit;
	}
.woocommerce abbr[title] {
	border: none;
	text-decoration: none;
	}
.woocommerce .col2-set:after {
	content: '';
	display: block;
	clear: both;
	}
.woocommerce .col2-set .col-1 {
	float: left;
	width: 48%;
	}
.woocommerce .col2-set .col-2 {
	float: right;
	width: 48%;
	}
.woocommerce-breadcrumb {
	font-size: 0.85em;
	line-height: 20px;
	margin-bottom: 10px;
	}

/* Store Notice */
.woocommerce-demo-store {
	margin-top: 50px;
	}
	p.demo_store {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		font-size: 15px;
		text-align: center;
		line-height: 22px;
		padding: 14px;
		z-index: 9999;
		color: #fff;
		}
	.admin-bar p.demo_store {
		top: 32px;
		}

/* Buttons */
.woocommerce .button.alt,
.woocommerce .button.checkout,
.no-touch .woocommerce .button:hover {
	color: #fff;
	}
.woocommerce .button.loading {
	color: transparent !important;
	transition: none;
	}

/* Alerts */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info  {
	line-height: 24px;
	list-style-type: none !important;
	margin: 0 0 30px !important;
	padding: 20px 25px;
	position: relative;
	overflow: hidden;
	}
.woocommerce-message {
	background-color: #c9f7b2;
	color: #587549;
	}
.woocommerce-info {
	background-color: #cef;
	color: #3a648e;
	}
.woocommerce-error {
	background-color: #ffd9d9;
	color: #a24141;
	}
	.woocommerce-message a,
	.woocommerce-error a,
	.woocommerce-info a {
		border-bottom: 1px dotted;
		color: inherit;
		}
	.woocommerce-message .button,
	.woocommerce-error .button,
	.woocommerce-info .button {
		float: right;
		font-size: 11px;
		margin: -4px 0 -4px 15px;
		border: none !important;
		background-color: #fff !important;
		color: inherit !important;
		}
	.no-touch .woocommerce-message a:hover,
	.no-touch .woocommerce-error a:hover,
	.no-touch .woocommerce-info a:hover {
		color: #333 !important;
		}
	.woocommerce-message li,
	.woocommerce-error li,
	.woocommerce-info li {
		line-height: 22px;
		list-style: none !important;
		padding: 2px 0 !important;
		margin: 0 !important;
		}
		
/* Preloader */
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .blockUI.blockOverlay:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin: -20px 0 0 -20px;
	border-radius: 50%;
	border: 2px solid;
	}
.woocommerce .blockUI.blockOverlay:before {
	opacity: 0.2;
	}
.woocommerce .blockUI.blockOverlay:after {
	border-top-color: transparent;
	-webkit-animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
			animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
	}
.woocommerce .button.loading:before,
.woocommerce .button.loading:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 16px;
	width: 16px;
	margin: -10px 0 0 -10px;
	border-radius: 50%;
	border: 2px solid #fff;
	}
.woocommerce .button.loading:before {
	opacity: 0.2;
	}
.woocommerce .button.loading:after {
	border-top-color: transparent;
	-webkit-animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
			animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
	}

/* Star Rating */
.woocommerce .star-rating {
	float: right;
	font-family: fontawesome;
	font-size: 0;
	letter-spacing: 2px;
	white-space: nowrap;
	line-height: 16px;
	height: 16px;
	width: 72px;
	overflow: hidden;
	position: relative;
	}
	.woocommerce .star-rating:before {
		content: '\f006\f006\f006\f006\f006';
		font-size: 13px;
		float: left;
		position: absolute;
		top: 0;
		left: 0;
		}
	.woocommerce .star-rating span {
		float: left;
		position: absolute;
		top: 0;
		left: 0;
		height: 16px;
		overflow: hidden;
		}
		.woocommerce .star-rating span:before {
			content: '\f005\f005\f005\f005\f005';
			font-size: 13px;
			}



/* FORMS
   ========================================================================== */
   
.woocommerce .form-row {
	position: relative;
	margin: 0 0 1em;
	}
.woocommerce .form-row.place-order {
	margin: 0;
	}
	.woocommerce .form-row:after {
		content: "";
		display: block;
		clear: both;
		}
	.woocommerce .form-row-first,
	.woocommerce .form-row-last {
		float: left;
		width: 48%;
		}
	.woocommerce .wc-credit-card-form .form-row-last {
		width: 100px;
		}
	.woocommerce .form-row-last {
		float: right;
		}
	.woocommerce .form-row-wide {
		clear: both;
		}
	.woocommerce .form-row label {
		display: block;
		margin-bottom: 4px;
		}
	.woocommerce .form-row label.inline {
		display: inline-block;
		vertical-align: top;
		margin: 10px 0 0 10px;
		}
		.woocommerce .form-row label.inline input {
			vertical-align: baseline;
			}
	.woocommerce .form-row label.hidden {
		visibility: hidden;
		}
	.woocommerce .form-row label.checkbox {
		display: inline;
		}
	.woocommerce .form-row select {
		cursor: pointer;
		width: 100%;
		}
	.woocommerce .form-row .required {
		border: none;
		}
	.woocommerce .form-row .input-checkbox {
		display: inline;
		vertical-align: middle;
		text-align: center;
		margin: -2px 4px 0 0;
		}
	.woocommerce .form-row.validate-required:before {
		display: block;
		position: absolute;
		right: 5px;
		bottom: 0;
		font-family: fontawesome;
		font-size: 16px;
		text-align: center;
		line-height: 40px;
		height: 40px;
		width: 32px;
		z-index: 3;
		}
	.woocommerce #billing_state_field:before,
	.woocommerce #shipping_state_field:before,
	.woocommerce #billing_country_field:before,
	.woocommerce #shipping_country_field:before,
	.woocommerce #account_password_field:before {
		display: none !important;
		}
	.woocommerce .form-row.validate-required.woocommerce-validated:before {
		content: '\f00c';
		color: #5fcc29;
		}
	.woocommerce .form-row.validate-required.woocommerce-invalid:before {
		content: '\f00d';
		color: red;
		}
	.woocommerce .form-row.validate-required.woocommerce-validated input.input-text,
	.woocommerce .form-row.validate-required.woocommerce-validated select {
		box-shadow: 0 0 0 2px #5fcc29;
		}
	.woocommerce .form-row.validate-required.woocommerce-invalid input.input-text,
	.woocommerce .form-row.validate-required.woocommerce-invalid select {
		box-shadow: 0 0 0 2px red;
		}

.woocommerce .login,
.woocommerce .track_order,
.woocommerce .checkout_coupon,
.woocommerce .lost_reset_password,
.woocommerce .register {
	padding: 3em 3em 2em;
	margin: 2em 0;
	text-align: left;
	overflow: hidden;
	border: 2px solid;
	}
	.woocommerce .login .clear + .form-row,
	.woocommerce-account .login .form-row:nth-child(3) {
		float: left;
		}
	.woocommerce .login .lost_password {
		float: right;
		margin-top: 10px;
		white-space: nowrap;
		}
		
/* Password Indicator */
.woocommerce-password-strength {
	font-size: 0.85em;
	text-align: center;
	padding: 5px;
	background-color: #ffd9d9;
	color: #a24141;
	}
.woocommerce-password-strength.strong {
	background-color: #c9f7b2;
	color: #587549;
	}
.woocommerce-password-strength.good {
	background-color: #fff2b2;
	color: #846534;
	}
.woocommerce-password-strength + small {
	display: block;
	line-height: 18px;
	margin-top: 5px;
	}
	
/* Select 2 */
.select2-container a.select2-choice {
	border: none !important;
	border-radius: 5px;
	padding: 0 12px;
	box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,0.08) inset;
	color: inherit !important;
	}
	.select2-container .select2-choice > .select2-chosen {
		line-height: 40px;
		}
	.select2-container a.select2-choice .select2-arrow {
		width: 24px;
		}
		.select2-container a.select2-choice .select2-arrow b:after {
			border: none !important;
			content: '\f0d7';
			font: 18px/40px fontawesome;
			margin: 0;
			position: static;
			}
.select2-drop.select2-drop-active {
	border: none !important;
	border-radius: 0 !important;
	margin: 0 !important;
	box-shadow: 0 8px 15px rgba(0,0,0,0.1);
	background-color: #fff;
	}
.select2-drop .select2-search {
	padding: 5px;
	}
	.select2-drop .select2-search input {
		padding: 0 5px !important;
		height: 30px !important;
		border: none;
		background-image: none;
		}
	.select2-drop .select2-results {
		background: none;
		padding: 0;
		max-height: 204px;
		}
		.select2-drop .select2-results li {
			margin: 0;
			}
		.select2-drop .select2-results .select2-highlighted {
			border-radius: 0;
			}
			.select2-drop .select2-results .select2-result-label {
				padding: 5px 10px;
				}
		.select2-results .select2-ajax-error,
		.select2-results .select2-no-results,
		.select2-results .select2-searching,
		.select2-results .select2-selection-limit {
			background: none !important;
			}
			
			
			
/* QUANTITY FORM
   ========================================================================== */
   
.woocommerce .quantity {
	display: inline-block;
	vertical-align: top;
	padding: 2px !important;
	}
	.woocommerce .quantity input.qty {
		line-height: 42px;
		height: 42px;
		width: 64px;
		}
/* with plus & minus buttons */
.woocommerce .quantity.buttons_added:after {
	display: block;
	content: '';
	clear: both;
	}
.woocommerce .quantity.buttons_added input.qty {
	font-size: 1.2em;
	font-weight: normal;
	width: 30px;
	border: none;
	border-radius: 0;
	position: relative;
	z-index: 1;
	}
.woocommerce .quantity.buttons_added input::-webkit-outer-spin-button,
.woocommerce .quantity.buttons_added input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
	}
.woocommerce .quantity .plus,
.woocommerce .quantity .minus {
	float: left;
	position: static !important;
	font-size: 24px;
	font-weight: normal !important;
	line-height: 42px !important;
	height: 42px !important;
	width: 40px !important;
	border: none !important;
	color: inherit;
	box-shadow: 0 1px 0 rgba(0,0,0,0.08) inset;
	transition: background-color 0.3s;
	}
.woocommerce .quantity .plus {
	border-radius: 0 5px 5px 0 !important;
	}
.woocommerce .quantity .minus {
	border-radius: 5px 0 0 5px !important;
	}



/* SHOP PAGE
   ========================================================================== */
   
.woocommerce small.note {
	font-size: 0.85em;
	line-height: 20px;
	margin-top: 10px;
	opacity: 0.5;
	}
.woocommerce h1.page-title {
	display: inline-block;
	vertical-align: baseline;
	line-height: 40px;
	margin-right: 20px;
	}
.woocommerce .l-section + .l-section.for_shop h1.page-title {
	display: none;
	}
.woocommerce .term-description {
	margin-bottom: 1.5rem;
	}
.woocommerce .woocommerce-result-count {
	display: inline-block;
	vertical-align: baseline;
	margin-right: 20px;
	opacity: 0.5;
	}
.woocommerce .woocommerce-ordering {
	float: right;
	margin-bottom: 1.5rem;
	}
.woocommerce .onsale {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2.2;
	padding: 0 1.2em;
	border-radius: 50px;
	color: #fff;
	}

/* Product List */
.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	list-style: none !important;
	clear: both;
	}
	.woocommerce .products .product {
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin: 0;
		width: 100%;
		}
	.columns-2 .products .product,
	.woocommerce.columns-2 > .products .product {
		width: 50%;
		}
	.columns-3 .products .product,
	.woocommerce.columns-3 > .products .product {
		width: 33.3333%;
		}
	.columns-4 .products .product,
	.woocommerce.columns-4 > .products .product {
		width: 25%;
		}
	.columns-5 .products .product,
	.woocommerce.columns-5 > .products .product {
		width: 20%;
		}
	.columns-6 .products .product,
	.woocommerce.columns-6 > .products .product {
		width: 16.6666%;
		}
		.woocommerce .products .product img {
			display: block;
			width: 100%;
			}
		.woocommerce .product-h h3 {
			font-size: inherit;
			letter-spacing: 0;
			margin: 0;
			}
		.woocommerce .product-h .star-rating {
			float: none;
			}
		.woocommerce .product-h .price {
			display: block;
			line-height: 1.4;
			font-weight: 600;
			}
			.woocommerce .product-h .price ins {
				text-decoration: none;
				}
			.woocommerce .product-h .price del,
			.woocommerce .product-h .price .from {
				font-weight: normal;
				opacity: 0.5;
				}
			.woocommerce .products .product-category h3 .count {
				opacity: 0.5;
				}
			
/* Pagination */
.woocommerce ul.products ~ .g-pagination {
	text-align: center;
	}
	
/* Products Style STANDARD */
.us-woo-shop_standard ul.products {
	margin: 0 -20px 30px;
	}
	.us-woo-shop_standard .products .product {
		padding: 20px;
		}
		.us-woo-shop_standard .products .product-category h3 {
			font-size: 1.4em;
			padding-top: 0.4em;
			margin: 0;
			}
	.us-woo-shop_standard .product-h {
		position: relative;
		}
		.us-woo-shop_standard .product-h h3 {
			font-size: 16px;
			padding: 12px 0 6px;
			}
		.us-woo-shop_standard .product-h .star-rating {
			margin: 0 0 6px;
			}
		.us-woo-shop_standard .product-h .price {
			font-size: 1.2em;
			padding-bottom: 12px;
			}
		.us-woo-shop_standard .product-h .button {
			font-size: 13px;
			margin-right: 10px;
			background-color: transparent;
			}
		.us-woo-shop_standard a.added_to_cart {
			display: inline-block;
			vertical-align: top;
			font-size: 12px;
			line-height: 18px;
			padding-top: 8px;
			white-space: nowrap;
			border-bottom: 1px solid transparent;
			}

/* Products Style MODERN */
.us-woo-shop_modern ul.products {
	margin: 5px -5px 30px;
	}
	.us-woo-shop_modern .products .product {
		padding: 5px;
		}
	.us-woo-shop_modern .product-h,
	.us-woo-shop_modern .products .product-category a {
		display: block;
		height: 100%;
		text-align: center;
		position: relative;
		overflow: hidden;
		padding-bottom: 20px;
		border-radius: 3px;
		box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
		transition: box-shadow 0.3s;
		}
	.no-touch .us-woo-shop_modern .product-h:hover,
	.no-touch .us-woo-shop_modern .products .product-category a:hover {
		box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
		}
	.no-touch .us-woo-shop_modern .product-h {
		padding-bottom: 0;
		}
	.us-woo-shop_modern .products .product-category a {
		padding-bottom: 0;
		height: auto;
		}
		.us-woo-shop_modern .products .product-category a:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background-color: rgba(0,0,0,0.3);
			transition: background-color 0.3s;
			}
		.no-touch .us-woo-shop_modern .products .product-category a:hover:after {
			background-color: rgba(0,0,0,0.6);
			}
		.no-touch .us-woo-shop_modern .product-meta {
			position: relative;
			z-index: 1;
			padding: 15px 20px 17px;
			-webkit-transform: translateY(0);
			transform: translateY(0);
			transition: transform 0.3s cubic-bezier(.78,.13,.15,.86);
			}
		.no-touch .us-woo-shop_modern .product-h:hover .product-meta  {
			-webkit-transform: translateY(-40px);
			transform: translateY(-40px);
			}
			.us-woo-shop_modern .product-h h3 {
				margin: 0 0 6px;
				}
			.us-woo-shop_modern .products .product-category h3 {
				position: absolute;
				z-index: 1;
				top: 50%;
				left: 20px;
				right: 20px;
				margin: 0;
				font-size: 1.4em;
				transform: translateY(-50%);
				color: #fff;
				}
			.us-woo-shop_modern .product-h .star-rating {
				margin: 0 auto 6px;
				}
			.us-woo-shop_modern .product-h .price {
				font-size: 1.2em;
				}
		.no-touch .us-woo-shop_modern .product-h .button {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			margin: 0;
			opacity: 0;
			border-radius: 0;
			font-size: 12px;
			line-height: 40px;
			letter-spacing: 0;
			}
		.no-touch .us-woo-shop_modern .product-h:hover .button {
			opacity: 1;
			}
		.us-woo-shop_modern .product-h a.added_to_cart {
			display: none;
			}

/* Products Style TRENDY */
.us-woo-shop_trendy ul.products {
	margin: 10px -10px 30px;
	}
	.us-woo-shop_trendy .products .product-category {
		padding: 10px;
		}
		.us-woo-shop_trendy .products .product-category > a {
			display: block;
			position: relative;
			padding-left: 50%;
			}
		.us-woo-shop_trendy .products .product-category h3 {
			position: absolute;
			top: 0;
			left: 0;
			right: 50%;
			margin: 0;
			padding: 8% 10%;
			font-size: 1.4em;
			}
	.us-woo-shop_trendy .product-h {
		position: relative;
		padding: 10px 10px 0;
		margin-bottom: -30px;
		box-shadow: 0 0 0 rgba(0,0,0,0);
		transition: background-color 0.3s, box-shadow 0.3s;
		}
		.us-woo-shop_trendy .product-h .onsale {
			top: 20px;
			left: 20px;
			}
		.us-woo-shop_trendy .products .product-meta {
			padding: 10px 0;
			}
			.us-woo-shop_trendy .product-h .star-rating {
				margin: 4px 0;
				}
		.us-woo-shop_trendy .product-h .button {
			display: block;
			margin: 0 -10px;
			border-radius: 0;
			font-size: 12px;
			line-height: 40px;
			letter-spacing: 0;
			opacity: 0;
			}
		.us-woo-shop_trendy .product-h a.added_to_cart {
			display: none;
			}
	.no-touch .us-woo-shop_trendy .products .product:hover {
		z-index: 1;
		}
		.no-touch .us-woo-shop_trendy .products .product:hover .product-h {
			box-shadow: 0 1px 6px rgba(0,0,0,0.25);
			}
			.no-touch .us-woo-shop_trendy .products .product:hover .button {
				opacity: 1;
				}
		
		

/* PRODUCT PAGE
   ========================================================================== */
   
.woocommerce div.product {
	position: relative;
	}
	.woocommerce div.product > .onsale {
		font-size: 13px;
		}
	.woocommerce div.product .summary {
		float: right;
		width: 56%;
		margin-bottom: 3rem;
		}

/* Product Images */
.woocommerce div.product .images {
	float: left;
	width: 38%;
	margin-bottom: 3rem;
	}
	.woocommerce div.product .images img {
		display: block;
		}
	.woocommerce div.product .images a {
		cursor: zoom-in;
		}
	.woocommerce div.product .images .thumbnails {
		overflow: hidden;
		margin-top: 10px;
		}
		.woocommerce div.product .images .thumbnails a {
			float: left;
			position: relative;
			}
		.sidebar_none div.product .images .thumbnails a {
			width: 25%;
			}
		.sidebar_left div.product .images .thumbnails a,
		.sidebar_right div.product .images .thumbnails a {
			width: 33.3333%;
			}
			.woocommerce div.product .images .thumbnails a:after {
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				opacity: 0;
				z-index: 3;
				transition: opacity 0.3s;
				background-color: #fff;
				}
			.no-touch .woocommerce div.product .images .thumbnails a:hover:after {
				opacity: 0.5;
				}

/* Product Title */
.woocommerce div.product .product_title {
	padding: 0;
	}

/* Product Rating */
.woocommerce-product-rating {
	margin-bottom: 1rem;
	}
h1 + .woocommerce-product-rating {
	margin-top: -1rem;
	}
	.woocommerce-product-rating .star-rating {
		float: left;
		margin: 1px 5px 0 0;
		}
	.woocommerce-review-link {
		font-size: 0.85em;
		line-height: 18px;
		vertical-align: top;
		}

/* Product Price */
.woocommerce .product .summary .price {
	font-size: 1.6em;
	font-weight: 600;
	}
	.woocommerce-page .product .summary .price .from {
		font-size: 1.2em;
		}
	.woocommerce .price > ins {
		text-decoration: none;
		}
	.woocommerce .price > del {
		font-weight: normal;
		opacity: 0.5;
		}
		
/* Description */
.woocommerce .product div[itemprop="description"] {
	margin-bottom: 1.5rem;
	}

/* Product Stock */
.woocommerce .stock {
	font-weight: bold;
	color: #5fcc29;
	}
.woocommerce .out-of-stock {
	color: red;
	}

/* Simple Cart Form */
.woocommerce div.product .cart {
	overflow: hidden;
	margin-bottom: 1.5rem;
	}
	.woocommerce div.product .cart .quantity {
		margin-right: 8px;
		}
	.woocommerce div.product .cart .button {
		margin-top: 2px;
		}

/* Variations Form */
.woocommerce .cart.variations_form {
	padding: 10px 20px;
	border: 2px solid;
	}
	.woocommerce .cart .variations {
		margin: 0;
		}
	.woocommerce .cart .variations td {
		vertical-align:	middle;
		padding: 10px 0;
		border: none;
		}
	.woocommerce .cart .variations td.label {
		font-weight: bold;
		padding-right: 20px;
		}
		.woocommerce .cart .variations select {
			width: 100%;
			}
	.woocommerce .cart .reset_variations {
		display: none !important;
		}
	.woocommerce .cart .single_variation_wrap {
		overflow: hidden;
		padding: 5px 0;
		}
		.woocommerce .cart .single_variation_wrap .price,
		.woocommerce .cart .single_variation_wrap .stock {
			float: left;
			line-height: 44px;
			height: 44px;
			margin: 0 20px 0 0;
			}
		.woocommerce .cart .single_variation_wrap .price,
		.woocommerce .cart .single_variation_wrap .stock,
		.woocommerce .cart .single_variation_wrap .quantity {
			margin-top: 5px;
			margin-bottom: 5px;
			}
		.woocommerce .cart .single_variation_wrap .button {
			margin-top: 7px !important;
			margin-bottom: 7px;
			line-height: 40px;
			}
	.woocommerce .sidebar_none .cart .variations td.label {
		width: 122px;
		}
	.woocommerce .sidebar_none .cart .single_variation_wrap {
		padding-left: 120px;
		}

/* Group Form */
.woocommerce .cart .group_table tr:first-child td {
	border-top-width: 1px;
	border-top-style: solid;
	}
.woocommerce .cart .group_table td {
	vertical-align:	middle;
	padding: 10px 0;
	}
	.woocommerce .cart .group_table td:first-child {
		padding-right: 5px;
		width: 50px;
		}
	.woocommerce .cart .group_table td.label {
		font-size: 1.2em;
		}
	.woocommerce .cart .group_table td.price {
		font-size: 1.2em;
		text-align: right;
		padding-left: 20px;
		}
		.woocommerce .cart .group_table td.price p.stock {
			margin: 0;
			}

/* Product Meta */
.woocommerce .product_meta {
	font-size: 0.85em;
	line-height: 1.6;
	}
	.woocommerce .product_meta > span {
		padding-right: 5px;
		}
	.woocommerce .product_meta > span:first-child {
		padding-left: 0;
		}

/* Product Socials */
.woocommerce div.product .social {
	margin: 0 0 5px;
	}
	.woocommerce div.product .social iframe {
		float: left;
		margin-top: 3px;
		}

/* Product Tabs */
.woocommerce-tabs {
	clear: both;
	padding-bottom: 1px;
	margin-bottom: 3rem;
	}
	.woocommerce-tabs .tabs {
		list-style: none !important;
		margin-left: 0;
		margin-right: 0;
		overflow: hidden;
		}
		.woocommerce-tabs .tabs li {
			float: left;
			margin: 0;
			border-top: 2px solid transparent;
			transition: background-color 0.3s, color 0.3s;
			}
		.no-touch .woocommerce-tabs .tabs li:hover {
			background-color: rgba(0,0,0,0.025);
			}
			.woocommerce-tabs .tabs li a {
				display: block;
				font-size: 1.2em;
				padding: 10px 20px;
				border: none !important;
				color: inherit !important;
				}
	.woocommerce-tabs .panel > h2 {
		display: none;
		}

/* Attributes Table */
.woocommerce .shop_attributes tr:last-child > * {
	border: none;
	}

/* Review List */
.woocommerce .commentlist {
	list-style: none !important;
	padding-bottom: 1rem;
	margin: 0;
	}
	.woocommerce-noreviews {
		margin-bottom: 20px !important;
		}
	.woocommerce .commentlist li {
		position: relative;
		margin: 0 0 1.5rem;
		}
		.woocommerce .commentlist .meta {
			opacity: 0.5;
			}
		.woocommerce .commentlist img.avatar {
			position: absolute;
			top: 0;
			left: 0;
			height: auto;
			width: 50px;
			border-radius: 50%;
			}
		.woocommerce .commentlist .comment-text {
			margin-left: 70px;
			border-bottom: 1px solid;
			}
		.woocommerce .commentlist li:last-child .comment-text {
			border-bottom: none;
			}
			.woocommerce .commentlist .comment-text .star-rating {
				margin-left: 10px;
				}
			.woocommerce .commentlist .comment-text p {
				margin-bottom: 10px;
				}
			.woocommerce .commentlist .comment-text .meta {
				font-size: 0.85em;
				line-height: 1.6;
				}
				.woocommerce .commentlist .comment-text .meta em {
					font-style: normal;
					text-transform: uppercase;
					}
.woocommerce #reviews .woocommerce-pagination {
	margin: 1rem 0;
	}
	.woocommerce #reviews .woocommerce-pagination ul li a,
	.woocommerce #reviews .woocommerce-pagination ul li span {
		line-height: 40px;
		height: 40px;
		width: 40px;
		margin: 0 1px;
		}
.woocommerce #reviews .add_review {
	display: none;
	}

/* Review Form */
.woocommerce .comment-respond {
	padding: 25px 30px;
	border: 2px solid;
	}
	.woocommerce p.form-submit {
		margin-bottom: 0;
		}	
	.woocommerce p.comment-form-comment {
		clear: both;
		}
	.woocommerce p.comment-form-rating {
		float: left;
		width: 32%;
		}
		.woocommerce .comment-form-rating .stars {
			display: block;
			margin: 0;
			padding-top: 4px;
			}
			.woocommerce .stars span {
				display: block;
				position: relative;
				font-family: fontawesome;
				text-align: center;
				font-size: 30px;
				letter-spacing: 2px;
				white-space: nowrap;
				line-height: 30px;
				height: 30px;
				width: 148px;
				}
				.woocommerce .stars span:after {
					display: block;
					content: '\f006\f006\f006\f006\f006';
					position: absolute;
					left: 0;
					top: 0;
					}
				.woocommerce .stars span a {
					display: block;
					position: absolute;
					left: 0;
					top: 0;
					height: 0;
					padding-top: 30px;
					overflow: hidden;
					border: none !important;
					}
					.woocommerce .stars span a:after {
						display: none;
						content: '\f005\f005\f005\f005\f005';
						position: absolute;
						left: 0;
						top: 0;
						}
					.no-touch .woocommerce .stars span a:hover:after,
					.woocommerce .stars span a.active:after {
						display: block;
						}
				.woocommerce .stars span a.star-1 {
					width: 20%;
					z-index: 10;
					}
				.woocommerce .stars span a.star-2 {
					width: 40%;
					z-index: 9;
					}
				.woocommerce .stars span a.star-3 {
					width: 60%;
					z-index: 8;
					}
				.woocommerce .stars span a.star-4 {
					width: 80%;
					z-index: 7;
					}
				.woocommerce .stars span a.star-5 {
					width: 100%;
					z-index: 6;
					}

/* Widths without sidebar */
.woocommerce .sidebar_none div.product .images,
.woocommerce .sidebar_none div.product .summary {
	width: 47%;
	}
.sidebar_none .woocommerce-tabs {
	float: right;
	clear: none;
	width: 47%;
	}

/* Related Products */
.woocommerce .related,
.woocommerce .upsells,
.woocommerce .cross-sells {
	clear: both;
	padding-top: 2.5rem;
	border-top: 1px solid;
	}
	.woocommerce .related > h2,
	.woocommerce .upsells > h2,
	.woocommerce .cross-sells > h2 {
		margin-bottom: 10px;
		}



/* CART PAGE
   ========================================================================== */
   
.woocommerce .shop_table.cart ~ .blockOverlay {
	display: none !important;
	}
.woocommerce .shop_table thead th {
	font-weight: normal !important;
	line-height: 18px;
	padding-top: 0;
	opacity: 0.5;
	}
.woocommerce .shop_table.cart td,
.woocommerce .shop_table.cart tfoot th {
	vertical-align: middle;
	font-size: 1.2em;
	padding: 10px;
	}
.woocommerce .shop_table td .button {
	font-size: 13px;
	margin-left: 5px;
	}
	
/* Remove Cell */
.woocommerce .shop_table.cart .product-remove {
	padding-left: 0;
	width: 42px;
	}
	.woocommerce .product-remove a.remove {
		display: block;
		font-size: 22px;
		text-align: center;
		line-height: 28px;
		height: 30px;
		width: 30px;
		border-radius: 50%;
		border: none !important;
		color: inherit;
		}
	.no-touch .woocommerce .product-remove a.remove:hover {
		color: #fff;
		}

/* Thumbnail Cell */
.woocommerce .shop_table.cart .product-thumbnail {
	width: 84px;
	}
	.woocommerce .product-thumbnail img {
		display: block;
		margin: 0 auto;
		width: 60px;
		}

/* Name Cell */
.woocommerce .product-name .variation {
	font-size: 0.85em;
	line-height: 1.5;
	margin: 0;
	}
	.woocommerce .product-name .variation dt,
	.woocommerce .product-name .variation dd {
		display: inline-block;
		vertical-align: top;
		margin: 0;
		}
	.woocommerce .product-name .variation dd {
		margin-right: 5px;
		}
		.woocommerce .product-name .variation p {
			font-weight: bold;
			}
.woocommerce .product-name p.backorder_notification {
	font-size: 0.85em;
	}
	
/* Price Cell */
.woocommerce .shop_table.cart .product-price {
	text-align: right;
	}
	
/* Quantity Cell */
.woocommerce .shop_table.cart .product-quantity {
	text-align: center;
	}
	
/* Summary Cell */
.woocommerce .shop_table.cart .product-subtotal {
	font-weight: bold;
	text-align: right;
	padding-right: 0;
	width: 50px;
	}
	
/* Actions Cell */
.woocommerce .shop_table.cart .actions {
	text-align: right;
	padding: 10px 0;
	border: none;
	}
	.woocommerce .shop_table.cart .actions .button {
		line-height: 40px;
		}
	.woocommerce .actions .coupon {
		float: left;
		margin-right: 10px;
		}
		.woocommerce .actions .coupon label {
			display: none;
			}
		.woocommerce .actions .coupon .input-text {
			font-size: 0.85em;
			width: 200px;
			}

/* Cart Collaterals */
.woocommerce .cart-collaterals {
	float: right;
	}
	.woocommerce .cart_totals {
		text-align: right;
		padding: 20px 30px 30px;
		margin-bottom: 40px;
		}
		.woocommerce .cart_totals h2 {
			display: none;
			}
		.woocommerce .cart_totals p {
			margin: 0;
			line-height: 22px;
			}
		.woocommerce .cart_totals small {
			font-size: 0.85em;
			opacity: 0.5;
			}
		.woocommerce .cart_totals table {
			margin: 0;
			}
			.woocommerce .cart_totals td,
			.woocommerce .cart_totals th {
				font-weight: normal;
				vertical-align: middle;
				}
			.woocommerce .cart_totals th {
				padding: 10px 10px 10px 0;
				}
			.woocommerce .cart_totals td {
				padding: 10px 0;
				width: 200px;
				}
			.woocommerce .cart_totals .order-total th,
			.woocommerce .cart_totals .order-total td {
				font-size: 1.2em;
				font-weight: bold;
				border: none;
				}
				.woocommerce ul#shipping_method {
					list-style: none;
					margin: 0;
					}
					.woocommerce ul#shipping_method li {
						line-height: 1.4;
						margin: 5px 0;
						}
					.woocommerce ul#shipping_method input[type="radio"] {
						vertical-align: middle;
						}
				.woocommerce .shipping-calculator-form {
					padding: 5px 10px;
					}
				.woocommerce .shipping-calculator-form ~ .blockOverlay {
					display: none !important;
					}
				.woocommerce-shipping-calculator p {
					padding: 5px 0;
					}
				.shipping-calculator-button {
					border-bottom: 1px dotted;
					}
				.woocommerce-shipping-calculator .button {
					margin: 0 !important;
					width: 100%;
					}
	.woocommerce .cart_totals .checkout-button {
		display: block;
		font-size: 16px;
		margin-top: 10px;
		}
		
/* Cart Style Modern */
.us-woo-cart_compact .woocommerce .shop_table.cart {
	float: left;
	width: 65%;
	margin-bottom: 40px !important;
	}
.us-woo-cart_compact .woocommerce .cart-collaterals {
	width: 30%;
	}



/* CHECKOUT PAGE
   ========================================================================== */
   
form.woocommerce-checkout:after {
	display: block;
	content: '';
	clear: both;
	}
.woocommerce-checkout #customer_details {
	float: left;
	width: 48%;
	}
	#customer_details.col2-set .col-1,
	#customer_details.col2-set .col-2 {
		float: none;
		width: 100%;
		}
.woocommerce-checkout #ship-to-different-address {
	margin: 15px 0;
	}
	.woocommerce-checkout #ship-to-different-address input {
		vertical-align: middle;
		}
.woocommerce-checkout #order_review_heading {
	float: right;
	width: 48%;
	padding: 0;
	}
.woocommerce-checkout #order_review {
	float: right;
	width: 48%;
	padding: 20px 30px 30px;
	position: relative;
	}

/* Order Table */
.woocommerce-checkout .shop_table .blockOverlay,
.woocommerce-checkout .shop_table thead th {
	display: none !important;
	}
.woocommerce-checkout .shop_table td,
.woocommerce-checkout .shop_table th {
	padding-left: 0;
	padding-right: 0;
	}
.woocommerce-checkout .shop_table .product-total {
	text-align: right;
	}
.woocommerce-checkout .shop_table tfoot td,
.woocommerce .shop_table.order_details tfoot td {
	text-align: right;
	font-weight: bold;
	}
.woocommerce-checkout .shop_table tfoot .order-total th,
.woocommerce-checkout .shop_table tfoot .order-total td {
	font-size: 1.4em;
	border: none;
	}

/* Payment */
.woocommerce #payment {
	position: static !important;
	}
.woocommerce #payment .payment_methods {
	list-style: none;
	margin: 0 0 20px;
	}
.woocommerce #payment .payment_methods li {
	margin: 0;
	}
	.woocommerce #payment .payment_methods li > input {
		display: none;
		}
	.woocommerce #payment .payment_methods li > label {
		display: block;
		font-size: 1.2em;
		line-height: 30px;
		padding: 10px 15px;
		transition: background-color 0.3s, color 0.3s;
		}
		.woocommerce #payment .payment_methods li > label:before {
			content: '\f10c';
			display: inline-block;
			font-family: fontawesome;
			font-weight: normal;
			margin-right: 5px;
			}
		.woocommerce #payment .payment_methods li > input:checked + label:before {
			content: '\f192';
			}
	.woocommerce #payment .payment_methods li img {
		vertical-align: middle;
		}
	.woocommerce #payment .payment_method_paypal img {
		display: none;
		}
	.woocommerce #payment .payment_methods .about_paypal {
		font-size: 0.7em;
		line-height: 1;
		margin-left: 8px;
		}
	.woocommerce #payment .payment_methods p {
		margin-bottom: 10px;
		}
	.woocommerce #payment .woocommerce-error {
		padding: 10px 15px;
		margin-bottom: 10px !important;
		}
	.woocommerce #payment .payment_box {
		font-size: 0.85em;
		line-height: 1.5;
		padding: 0 15px 5px;
		}
		.woocommerce-SavedPaymentMethods-saveNew label,
		.woocommerce-SavedPaymentMethods-saveNew input {
			vertical-align: middle;
			}
		.wc-credit-card-form {
			padding: 15px;
			}
.woocommerce #payment #place_order {
	font-size: 16px;
	}



/* ORDER PAGE
   ========================================================================== */
   
.woocommerce-thankyou-order-received {
	font-size: 1.4em;
	color: #5fcc29;
	}
.order-info {
	font-size: 1.4em;
	}
	.order-info mark {
		font-weight: bold;
		}
.woocommerce ul.order_details {
	list-style: none !important;
	margin-left: 0;
	padding: 25px;
	}
	.woocommerce ul.order_details li {
		display: inline-block;
		vertical-align: top;
		text-transform: uppercase;
		margin-bottom: 0;
		margin-right: 30px;
		padding-right: 30px;
		border-right: 1px dashed;
		}
		.woocommerce ul.order_details li strong {
			display: block;
			font-size: 1.2em;
			text-transform: none;
			}
		.woocommerce ul.order_details li:last-child {
			border: none;
			}
.woocommerce .shop_table.order_details .product-total {
	text-align: right;
	}
.woocommerce-Address h3 {
	display: inline-block;
	margin-right: 10px;
	}



/* ACCOUNT PAGE
   ========================================================================== */
   
.woocommerce-MyAccount-navigation {
	float: left;
	width: 20%;
	}
.woocommerce-MyAccount-navigation ul {
	margin: 0;
	list-style: none;
	}
.woocommerce-MyAccount-navigation li {
	position: relative;
	padding-left: 1.8em;
	margin-bottom: 0.8rem;
	}
	.woocommerce-MyAccount-navigation li:before {
		position: absolute;
		top: 0;
		left: 1px;
		vertical-align: top;
		content: '\f005';
		font-family: fontawesome;
		opacity: 0.33;
		}
	.woocommerce-MyAccount-navigation li[class*="dashboard"]:before {
		content: '\f0e4';
		}
	.woocommerce-MyAccount-navigation li[class*="orders"]:before {
		content: '\f291';
		}
	.woocommerce-MyAccount-navigation li[class*="downloads"]:before {
		content: '\f019';
		}
	.woocommerce-MyAccount-navigation li[class*="edit-address"]:before {
		content: '\f015';
		}
	.woocommerce-MyAccount-navigation li[class*="payment-methods"]:before {
		content: '\f09d';
		}
	.woocommerce-MyAccount-navigation li[class*="edit-account"]:before {
		content: '\f007';
		}
	.woocommerce-MyAccount-navigation li[class*="customer-logout"]:before {
		content: '\f08b';
		}
	.woocommerce-MyAccount-navigation li.is-active:before {
		opacity: 1;
		}
	.woocommerce-MyAccount-navigation li.is-active a {
		font-weight: bold;
		color: inherit;
		}
.woocommerce-MyAccount-content {
	float: right;
	width: 75%;
	}
.woocommerce .order-number,
.woocommerce .order-status {
	font-weight: bold;
	}
.woocommerce-MyAccount-content #payment {
	float: none;
	}
.woocommerce .shop_table .order-actions,
.woocommerce .shop_table .download-actions,
.woocommerce .shop_table .payment-method-actions {
	text-align: right;
	}
.woocommerce-account fieldset {
	margin: 0;
	}
.woocommerce-account fieldset legend {
	display: none;
	}
	


/* WIDGETS
   ========================================================================== */
   
.woocommerce ul.product_list_widget {
	list-style: none !important;
	margin: 0;
	}
	.woocommerce ul.product_list_widget li {
		line-height: 20px;
		min-height: 60px;
		padding-left: 70px;
		margin-bottom: 15px;
		position: relative;
		}
	.woocommerce ul.product_list_widget li:last-child {
		margin-bottom: 0;
		}
	.woocommerce ul.product_list_widget li.empty {
		min-height: 0;
		padding: 0;
		border: none;
		}
		.woocommerce ul.product_list_widget li a {
			display: block;
			margin-bottom: 4px;
			border: none !important;
			}
		.woocommerce ul.product_list_widget li img {
			position: absolute;
			top: 0;
			left: 0;
			width: 60px;
			}
		.woocommerce ul.product_list_widget li .variation {
			font-size: 0.85em;
			text-align: left;
			margin-bottom: 4px;
			}
			.woocommerce ul.product_list_widget li .variation dt,
			.woocommerce ul.product_list_widget li .variation dd {
				display: inline-block;
				vertical-align: top;
				margin: 0;
				}
				.woocommerce ul.product_list_widget li .variation p {
					font-weight: bold;
					margin: 0;
					}
		.woocommerce ul.product_list_widget li .star-rating {
			float: none;
			margin-bottom: 3px;
			}

/* Cart widget */
.widget.widget_shopping_cart .remove {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	font-size: 22px;
	text-align: center;
	width: 20px;
	color: inherit;
	}
.no-touch .widget.widget_shopping_cart .remove {
	opacity: 0;
	transition: opacity 0.3s;
	}
.no-touch .widget.widget_shopping_cart li:hover .remove {
	opacity: 0.5;
	}
.no-touch .widget.widget_shopping_cart li .remove:hover {
	color: inherit !important;
	opacity: 1;
	}
.widget.widget_shopping_cart .remove + a {
	padding-right: 20px;
	}
.widget.widget_shopping_cart ul li .quantity {
	padding: 0 !important;
	}
.widget.widget_shopping_cart p.total {
	font-size: 1.2em;
	margin: 0;
	padding: 15px 0;
	}
	.widget_shopping_cart p.total .amount {
		font-weight: bold;
		}
.widget_shopping_cart p.buttons {
	margin: 0;
	}
	.widget_shopping_cart p.buttons .button {
		display: block;
		margin: 0 0 5px;
		font-size: 13px;
		}
	.no-touch .widget_shopping_cart p.buttons .button:hover {
		color: #fff !important;
		}

/* Search widget */
.woocommerce-product-search {
	position: relative;
	}
	.woocommerce-product-search:before {
		display: block;
		position: absolute;
		top: 0;
		right: 12px;
		content: '\f002';
		font-size: 18px;
		line-height: 40px;
		font-family: fontawesome;
		}
	.widget_product_search label {
		display: none;
		}
	.widget_product_search input[type="submit"] {
		position: absolute;
		top: 0;
		right: 0;
		height: 40px;
		width: 40px;
		margin: 0;
		padding: 0;
		text-indent: -9999px;
		box-shadow: none !important;
		background: none !important;
		border: none !important;
		}
	.widget_product_search input[type="search"] {
		padding-right: 40px;
		}

/* Categories widget */
.widget_product_categories ul li {
	line-height: 1.5em;
	padding-left: 18px;
	margin-bottom: 1em;
	position: relative;
	}
	.widget.widget_product_categories .children {
		margin: 1em 0;
		}
	.widget_product_categories ul li:before {
		position: absolute;
		left: 2px;
		content: '\f105';
		font-family: fontawesome;
		font-size: 18px;
		opacity: 0.5;
		}

/* Price Filter widget */
.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
	height: 6px;
	margin-bottom: 1.5rem;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.08) inset;
	}
	.widget_price_filter .ui-slider-range {
		position: absolute;
		top: 0;
		height: 100%;
		z-index: 1;
		border-radius: inherit;
		}
	.widget_price_filter .ui-slider-handle {
		position: absolute;
		top: -9px;
		width: 24px;
		height: 24px;
		margin-left: -1px;
		border-radius: 50%;
		z-index: 2;
		cursor: pointer;
		background-color: #fff;
		border: 3px solid;
		}
		.widget_price_filter .ui-slider-handle:last-child {
			margin-left: -23px;
			}
.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 20px;
	}
	.widget_price_filter .price_slider_amount .button {
		float: left;
		font-size: 12px;
		margin-right: 10px;
		}
	.widget_price_filter .price_slider_amount .price_label {
		padding-top: 8px;
		}
		.widget_price_filter .price_slider_amount .price_label span {
			font-weight: bold;
			}

/* Layered Nav widget */
.widget_layered_nav ul {
	border-bottom: 1px solid;
	}
	.widget_layered_nav ul li {
		line-height: 38px;
		padding: 0 15px;
		margin: 0 !important;
		border-top: 1px solid;
		}
	.widget_layered_nav ul li.chosen {
		color: #fff;
		}
		.widget_layered_nav ul li.chosen a,
		.widget_layered_nav ul li.chosen span {
			color: #fff;
			}

/* Average Rating widget */
.widget_rating_filter .star-rating {
	display: inline-block;
	float: none !important;
	}

/* Product Tag Cloud widget */
.widget_product_tag_cloud a {
	color: inherit;
	}

/* Layered Nav Filters widget */
.widget_layered_nav_filters ul {
	overflow: hidden;
	}
	.widget_layered_nav_filters ul li {
		float: left;
		margin: 0 3px 3px 0;
		}
		.widget_layered_nav_filters ul li a {
			display: block;
			padding: 0 10px;
			line-height: 30px;
			border-radius: 3px;
			border: none !important;
			color: #fff;
			}
		.no-touch .widget_layered_nav_filters ul li a:hover {
			color: #fff;
			}
			.widget_layered_nav_filters ul li a:before {
				content: '\f00d';
				font-family: fontawesome;
				margin-right: 6px;
				}



/* WooComposer by Ultimate Addons
   ========================================================================== */
   
.wpb_column.wooproduct {
	float: left;
	padding: 0 15px;
	}
.vc_span3.wpb_column.wooproduct {
	width: 25%;
	}
.vc_span4.wpb_column.wooproduct {
	width: 33.3333%;
	}
.vc_span5.wpb_column.wooproduct {
	width: 20%;
	}
.vc_span6.wpb_column.wooproduct {
	width: 50%;
	}



/* Catalog Mode
   ========================================================================== */

.us-woo-catalog.woocommerce div.product .cart,
.us-woo-catalog .woocommerce div.product .cart,
.us-woo-catalog.woocommerce .stock,
.us-woo-catalog .woocommerce .stock,
.us-woo-catalog .products .product .button {
	display: none !important;
	}
.us-woo-catalog.us-woo-shop_modern .product-meta {
	-webkit-transform: none !important;
	transform: none !important;
	}



/* Rounded Corners
   ========================================================================== */
   
.rounded_none.woocommerce #payment .payment_box,
.rounded_none .select2-container a.select2-choice,
.rounded_none .widget_price_filter .ui-slider,
.rounded_none .widget_layered_nav_filters ul li a {
	border-radius: 0 !important;
	}
	
	
	
/* Links Hover Underline 
   ========================================================================== */
   
.no-touch .links_underline.woocommerce .group_table td a:hover,
.no-touch .links_underline.woocommerce .product-name a:hover,
.no-touch .links_underline.woocommerce .product_meta a:hover,
.no-touch .links_underline .woocommerce .shop_table td a:hover,
.no-touch .links_underline .woocommerce-Address .edit:hover,
.no-touch .links_underline .woocommerce-message a:hover,
.no-touch .links_underline .woocommerce-error a:hover,
.no-touch .links_underline .woocommerce-info a:hover,
.no-touch .links_underline .woocommerce-breadcrumb a:hover,
.no-touch .links_underline .woocommerce-review-link:hover,
.no-touch .links_underline .widget_product_tag_cloud .tagcloud a:hover {
	border-bottom: 1px solid;
	}
	