

	/* Shop CSS Styles  */
	
	.cart-contents {
		padding-left:40px!important;
		cursor:pointer;
	}
	
	.cart-contents:before {
		font-family: FontAwesome;
		content:"";	
		background-image: url('../images/cart-icon.png');
    	background-size: 20px 20px;
		font-size:24px;
		position:absolute;
		color:#000;
		left:20px;
		height:20px;
		width:20px;
		top:30px;
	}
	
	.widget_shopping_cart {
		background: none repeat scroll 0 0 #000;
		display: none;
		margin-top: 80px;
		position: absolute;
		right: 0;
		width: 260px;
		z-index: 9999;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		opacity:0;
	}
	
	.widget_shopping_cart.active {
		display: block;
	}
	
	.widget_shopping_cart.visible {
		opacity:1;
	}
	
	.cart_list {
		margin:0px;
		margin-top:20px;
	}
	
	.product_list_widget li img {
		float: left;
		max-width: 60px;
		margin-right:15px;
		margin-top:-2px;
	}
	
	.product_list_widget li {
		float: none!important;
		display:block!important;
		padding: 0 20px 20px;
		border-bottom: 1px solid #222;
	}
	
	.product_list_widget li a {
		padding:0!important;
		display: block!important;
		float: none!important;
		font-size: 14px!important;
		font-weight: 400!important;
		height: auto!important;
		line-height: 16px!important;
		color:#fff!important;
		font-family: 'Montserrat', sans-serif;
	}
	
	.product_list_widget li a:hover {
		color:#34d5cb!important;
	}
	
	.product_list_widget li .quantity {
		color: #aeb2b7;
		display: block;
		line-height: 30px;
		margin-left:75px;
	}
	
	.total {
		padding:20px;
		display:block;
		border-bottom: 1px solid #222;
	}
	
	.buttons {		
		display:block;
		padding:0 20px;
	}
	
	.buttons a { 
		width:100%;
		display:block;
		background-color:#34d5cb;
		text-align:center;
		margin-bottom:20px;
		line-height:40px;
		color:#fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		text-transform:uppercase;
	}
	
	.buttons a:hover {
		background-color:#fff;
		color:#000;
	}	
	
	#shop-filters {
		max-height:500px;
		opacity:1;
		margin: 0;
		width: 100%;
		float:left;
		position:relative;
		z-index:0;		
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;	
	}
	
	#shop-filters .one_third {
		margin-bottom:100px;
	}
	
	#shop-filters.filters-shop-hide {
		max-height:0px;
		opacity:0;
		z-index:-1;		
	}
	
	.selectricWrapper {
		cursor: pointer;
		margin:0px;
		position: relative;
		width: auto;
		box-sizing:border-box;
	}
	
	.orderby {
		margin: 0 50px;
	}
	
	.full-width .orderby {
		margin-left: 0;
	}
	
	.selectricDisabled {
		-moz-user-select: none;
		cursor: default;
		opacity: 0.5;
	}
	
	.selectricOpen {
		z-index: 9999;
	}
	
	.selectricOpen .selectricItems {
		display: block;
	}
	
	.selectricHideSelect {
		height: 0;
		overflow: hidden;
		position: relative;
		width: 0;
	}
	
	.selectricHideSelect select {
		display: none;
		left: -100%;
		position: absolute;
	}
	
	.selectricInput {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
		border: medium none !important;
		clip: rect(0px, 0px, 0px, 0px) !important;
		height: 1px !important;
		left: 0 !important;
		margin: 0 !important;
		outline: medium none !important;
		overflow: hidden !important;
		padding: 0 !important;
		position: absolute !important;
		top: 0 !important;
		width: 1px !important;
	}
	
	.selectricTempShow {
		display: block !important;
		position: absolute !important;
		visibility: hidden !important;
	}
	
	.selectric {
		background: none repeat scroll 0 0 #f5f5f5;
		position: relative;
	}
	
	.selectric .label {
		color: #000;
		display: block;
		line-height: 38px;
		margin: 0 40px 0 0;
		min-height: 38px;
		overflow: hidden;
		padding: 6px 15px;
		white-space: nowrap;
		font-size:14px;
	}
	
	.selectric .button {
		background: none repeat scroll 0 0 #000;
		border-radius: 0;
		color: #ffffff;
		display: block;
		font: 0px/0 a;
		height: 50px;
		position: absolute;
		right: -1px;
		text-align: center;
		top: 0;
		width: 50px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.selectric .button:hover {
		background: none repeat scroll 0 0 #34d5cb;
	}
	
	.selectric .button:after {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-color: #fff transparent -moz-use-text-color;
		border-image: none;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-style: solid solid none;
		border-width: 4px 4px medium;
		bottom: 0;
		content: " ";
		height: 0;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
		width: 0;
	}
	
	.selectricItems {
		background: none repeat scroll 0 0 #f5f5f5;
		display: none;
		left: 0;
		overflow: auto;
		position: relative;
		top: 100%;
		z-index: 9998;
	}
	
	.selectricItems ul, .selectricItems li {
		font-size: 13px;
		line-height: 20px;
		list-style: outside none none;
		margin: 0;
		padding: 0;
	}
	
	.selectricItems ul {
		margin-top: 1px;
		z-index: 9998;
	}
	
	.selectricItems li {
		border-top: 1px solid #e9e9e9;
		color: #999;
		cursor: pointer;
		display: block;
		margin-top: -1px;
		padding: 14px 15px;
		transition: all 0.2s ease-out 0s;
	}
	
	.selectricItems li:hover {
		background: none repeat scroll 0 0 #34d5cb;
		color: #fff;
	}
	
	#price-range {
		display: block;
		margin: 0 50px;
		position: relative;
		width: auto;
	}
	
	.padding-range {
		padding: 4px 8px 0;
	}
	
	#price-range input {
		background: none repeat scroll 0 center rgba(0, 0, 0, 0);
		border: 0 none;
		box-shadow: none;
		color: #000;
		display: inline-block;
		float: left;
		font-size: 14px;
		font-weight: 500;
		margin-top:5px;
		padding: 0;
		width: 100px;
		height:14px;
	}
	
	#price-range .filter-price {
		float: right;
		margin-top: 5px;
		padding: 0;
		text-transform:uppercase;
	}
	
	#slider-range {
		margin: 0 0 16px;
	}
	
	#price-range .ui-slider {
		position: relative;
		text-align: left;
	}
	
	#price-range .ui-slider .ui-slider-handle {
		cursor: w-resize;
		height: 17px;
		margin: -3px 0 0 -8px;
		position: absolute;
		width: 17px;
		z-index: 2;
	}
	
	#price-range .ui-slider .ui-slider-range {
		background-position: 0 center;
		border: 0 none;
		display: block;
		height: 11px;
		position: absolute;
		z-index: 1;
	}
	
	#price-range .ui-widget-content {
		background-color: #d4d4d4;
		border-radius: 25px;
	}
	
	#price-range .ui-widget-header {
		background: none repeat scroll 0 0 #f0f0f0;
	}
	
	#price-range .ui-state-default {
		background: none repeat scroll 0 0 #000;
		border-radius: 50%;
	}
	
	#price-range .ui-state-default:hover {
		background: none repeat scroll 0 0 #34d5cb;
		border-radius: 50%;
	}
	
	#price-range .ui-slider.ui-state-disabled .ui-slider-handle, #price-range .ui-slider.ui-state-disabled .ui-slider-range {
		filter: inherit;
	}
	
	#price-range .ui-slider-horizontal {
		height: 11px;
	}
	
	#price-range .ui-slider-horizontal .ui-slider-range {
		height: 100%;
		top: 0;
	}
	
	#price-range .ui-slider-horizontal .ui-slider-range-min {
		left: 0;
	}
	
	#price-range .ui-slider-horizontal .ui-slider-range-max {
		right: 0;
	}
	
	#search-margin {
		margin:0 50px;
	}
	
	input#search-shop {
		background: url("../images/zoom-search.png") no-repeat scroll right 15px center / 25px 25px #f5f5f5;
		border: 0 none;
		box-sizing: border-box;
		color: #000;
		font-size: 13px;
		height: 50px;
		margin-bottom: 50px;
		padding: 0px 15px;
		transition: all 0.2s linear 0s;
		width: 100%;
		
	}
	
	#shop-wrapper {
		display:block;
		float:left;
		margin: 0 0 0 -40px;
	}
	
	ul.products {
		display:block;
		margin:0;
		width: 100%;    	
	}

	ul.products li.product {
		list-style: outside none none;		
		position: relative;
		overflow:hidden;
		display: block;
		float:left;
		margin: 0 40px 100px;		
	}
	
	.onsale {
		position:absolute;
		z-index:1;
		top:0px;
		left:28px;
		padding:6px 12px;
		background-color:#34d5cb;
		color:#fff;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	li.product:hover .onsale {
		top:-50px;
	}
	
	ul.products li.product img {
		display:block;
		width:100%;
		height:auto;
		-webkit-transform: scale(1.01);
		-moz-transform: scale(1.01);
		-o-transform: scale(1.01);
		-ms-transform: scale(1.01);
		transform: scale(1.01);
		-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
		-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
		-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
		-ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
		transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	}
	
	ul.products li.product:hover img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-transition: all 5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
		-moz-transition: all 5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
		-o-transition: all 5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
		-ms-transition: all 5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
		transition: all 5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	}
	
	.product_overlay {
		background-color:rgba(0,0,0,0.8);
		position:absolute;
		top:0;
		z-index:5;
		width:100%;
		height:100%;
		opacity:0;
		-webkit-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-ms-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
	}
	
	.white .product_overlay {
		background-color:rgba(255,255,255,0.7);
	}
	
	li.product:hover .product_overlay {
		opacity:1;
	}
	
	.product_title {
		margin-left:-100%;
		margin-top:5px;
		margin-right:28px;
		color:#fff;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	
	.white .product_title {
		color:#000;
	}
	
	li.product:hover .product_title {
		margin-left:28px;
		position:relative;
		-webkit-transition: all 0.6s ease-in-out 0.3s;
		-moz-transition: all 0.6s ease-in-out 0.3s;
		-o-transition: all 0.6s ease-in-out 0.3s;
		-ms-transition: all 0.6s ease-in-out 0.3s;
		transition: all 0.6s ease-in-out 0.3s;
	}
	
	.product_title:after {
		background: none repeat scroll 0 0 #666;
		bottom: -20px;
		content: "";
		height: 1px;
		left: 1px;
		position: absolute;
		width: 40px;
		opacity:0;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.white .product_title:after {
		background: none repeat scroll 0 0 #ddd;
	}
	
	li.product:hover .product_title:after {
		opacity:1;
		bottom: -15px;
		-webkit-transition: all 0.2s ease-in-out 0.9s;
		-moz-transition: all 0.2s ease-in-out 0.9s;
		-o-transition: all 0.2s ease-in-out 0.9s;
		-ms-transition: all 0.2s ease-in-out 0.9s;
		transition: all 0.2s ease-in-out 0.9s;
	}
	
	span.price {
		margin-left:-100%;
		margin-top:30px;
		display: inline-block;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	li.product:hover span.price {
		margin-left:30px;
		-webkit-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-ms-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
	}
	
	span.price del, span.price ins {
		background:none;
		color:#999;
	}
	
	li.product:hover .add_to_cart_button {
		opacity:1;
		bottom:30px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.add_to_cart_button {
		position:absolute;
		bottom:-30px;
		opacity:0;
		left:30px;
		color:#fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		text-transform:uppercase;
		padding:10px 20px;
		letter-spacing:0;
		line-height:20px;
		cursor:pointer;
		border:none;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		text-align:center;
		letter-spacing:1px;
		background-color:#34d5cb;
		z-index:10;
	}
	
	.add_to_cart_button:hover {
		color:#000;
		background-color:#fff;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.white .add_to_cart_button:hover {
		color:#fff;
		background-color:#000;
	}
	
	.shop-nav {
		display:block;
		margin:0;
		float:left;
		width:100%;
	}
	
	.shop-nav li {
		display:inline-block;
		font-family: 'Inconsolata' ;
		font-weight:400;
		font-size:14px;
		letter-spacing:1px;
		text-transform:uppercase;
	}
	
	.shop-nav li a {
		color:#999;
	}
	
	.shop-nav li.prev-page:before {
		font-family: FontAwesome;
		content: "\f100";
		padding-right:5px;
	}
	
	.shop-nav li.prev-page {
		float:left;
	}
	
	.shop-nav li.next-page:after {
		font-family: FontAwesome;
		content: "\f101";
		padding-left:5px;
	}
	
	.shop-nav li.next-page {
		float:right;
	}

	.shop-nav li a:hover {
		color:#34d5cb;
	}
	
	.product.single-page {
		width:100%!important;
		height:auto!important;
	}
	
	.qty {
		float: left;
		height: 40px!important;
		padding: 8px 9px!important;
		text-align: center;
		width: 40px!important;
		box-sizing:border-box;
		margin-bottom:0px!important;
	}
	
	input.qty {
		padding: 8px 9px;
	}
	
	.plus, .minus {
		-moz-user-select: none;
		background: none repeat scroll 0 0 #000;
		border: medium none;
		color: #fff;
		cursor: pointer;
		float: left;
		height: 40px;
		outline: 0 none;
		transition: all 0.2s ease-in-out 0s;
		width: 40px;
	}
	
	.plus {
		margin-right:50px;
	}
	
	.plus:hover, .minus:hover {
		background: none repeat scroll 0 0 #34d5cb;
		color: #fff;
	}
	
	.plus:before {
		content: "+";
		left: 12px;
	}
	
	.minus:before {
		content: "-";
		left: 15px;
		font-size: 20px;
	}
	
	.plus:before, .minus:before {
		display: block;
		position: relative;
		font-size: 18px;
		font-weight: bold;
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
	
	.amount {
		margin-right:10px;
	}
	
	.single_add_to_cart_button {
		display:inline-block;
		line-height:10px!important;
		padding: 15px 20px!important;
	}
	
	.variations_button {
		display: inline-block;
		width: 100%;
		margin-bottom:50px;
	}
	
	.product_meta {
		display:block;
	}
	
	.image-popup {
		width:100%;
		position:absolute;
		height:100%;
		background-color:#FFF;
	}
	
	.related.products {
		margin-top:100px;
	}
	
	.related.products ul.products li.product {
		margin-bottom:0;
	}
	
	#review_form_wrapper {
		width:50%;
		margin-top:30px;
	}
	
	.product-tabs {
		margin-top:50px;
	}
	
	.product-tabs .tab_container {
		border:none;
		clear: both;
		line-height: 25px;
		margin-top: 0;
		padding: 20px 0 0;
	}
		
	table.cart-table {
		border: medium none;
		border-collapse: separate;
		border-spacing: 0;
		width: 100%;
	}
	
	table.cart-table th {
		background-color: #f5f5f5;
		border: medium none;
		padding: 10px 20px;
		text-align: left;
		vertical-align: top;
	}
	
	table.cart-table td {
		border-bottom: 1px solid #eee;
		border-right: medium none;
		border-top: medium none;
		padding: 20px;
		vertical-align: middle;
	}
	
	.cart-title h6 {
		margin-bottom:0px;
	}
	
	table.cart-table.bottom {
		margin-top: -1px;
	}
	
	table.cart-table.bottom .cart-buttons {
		float: right;
		margin:15px 0;
	}
	
	table.cart-table.bottom th {
		padding: 15px;
	}
	
	.eight.columns.cart-totals {
		float: right;
		margin: 45px 0 0;
	}
	
	.cart-totals .cart-table th {
		border-bottom: 1px solid #fff;
		padding: 10px 15px;
		vertical-align: middle;
		width: 40%;
	}
	
	.cart-totals .cart-table td {
		border-bottom: 1px solid #f0f0f0;
		padding: 10px 15px;
	}
	
	.cart-totals .cart-table tr:last-child th, .cart-totals .cart-table tr:last-child td {
		border: 0 none;
	}
	
	table.cart-table.subtotals td {
		border: medium none;
		padding: 15px;
		vertical-align: middle;
	}
	
	a.button.proceed:hover {
		background-color: #606060;
	}
	
	.apply-coupon {
		width:auto;
		float:left;
	}
	
	.cupon-field {
		width:250px!important;
		margin-bottom:0px!important;
		background-color:#fff!important;
	}
	
	.cart-remove:before {
		font-family: FontAwesome;
		content: "\f00d";
		line-height:40px;
		margin-left:15px;
	}
	
	a.cart-remove:hover {
		background: none repeat scroll 0 0 #34d5cb;
		color: #fff;
	}

	a.cart-remove {
		background-color: #000;
		color: #fff;
		height:40px;
		width:40px;
		display:block;
	}
	.cart-totals {
		float:right!important;
		margin-right:0px!important;
		margin-top:50px;
	}
	table.cart-table {
		border: medium none;
		border-collapse: separate;
		border-spacing: 0;
		width: 100%;
	}
	
	table.cart-table th {
		background-color: #f5f5f5;
		border: medium none;
		font-weight:normal;
		padding: 10px 20px;
		text-align: left;
		vertical-align: top;
	}
	
	table.cart-table td {
		border-bottom: 1px solid #eee;
		border-right: medium none;
		border-top: medium none;
		padding: 20px;
		vertical-align: middle;
	}
	
	table.cart-table h6 {
		margin-bottom:0px;
	}
	
	
	
	
@media only screen and (max-width: 1466px) {
	
	.orderby {
		margin:0px;
	}
	
	#price-range {
		margin:0px;
	}	
	
	#search-margin {
		margin:0px;
	}
	
	#shop-wrapper {
		margin-left:-30px;
	}
	
	ul.products li.product {
		margin: 0 30px 80px;		
	}
	
	ul.products li.product:last-child {
		margin-bottom:0px!important;		
	}
	
}


@media only screen and (max-width: 1024px) {
	
	.orderby {
		margin-bottom: 40px;
		width:100%
	}
	
	#shop-filters .one_third {
		margin-bottom: 20px;
	}

	ul.products li.product {
		margin-bottom:70px;
	}
	
	#shop-wrapper {
		margin-left:-30px;
	}
	
	ul.products li.product {
		margin: 0 30px 80px;		
	}
	
	.related.products ul.products li.product {
		margin: 0 30px 80px;	
	}
	
	#review_form_wrapper {
		width:100%;
	}
	
	table.cart-table th:nth-child(2), table.cart-table td:nth-child(2) {
		display:none;
	}
	
	table.cart-table th:nth-child(3), table.cart-table td:nth-child(3) {
		display:none;
	}
	
	table.cart-table.totals td {
		display: block;
	}
	
	table.cart-table td .minus, table.cart-table td .plus {
		display:none;
	}
	
	.apply-coupon {
		float: left;
		width: 100%;
	}
	
	.cupon-field {
		background-color: #fff !important;
		margin-bottom: 0 !important;
		width: 100% !important;
	}
	
	table.cart-table.bottom .cart-buttons {
		display: block;
		float: left;
		margin: 20px 0 0;
		width: 100%;
	}
	
	table.cart-table.bottom .cart-buttons a, .apply-coupon a {
		display:block;
		width:auto;
		margin:20px 0;
	}
	
	table.cart-table.bottom .cart-buttons a:last-child {
		margin-bottom:0px;
	}
	
}


@media only screen and (max-width: 767px) {
	
	.widget_shopping_cart {
		width: 240px;
	}
	
	ul.products li.product {
		margin-bottom:70px;
	}	
	
}


@media only screen and (max-width: 479px) {
	
	.cart-contents {
		padding: 15px !important;
	}
	
	.cart-contents:before {
		left:0px;
	}
	
	ul.products li.product {		
		margin-bottom:60px;
	}
	
	table.cart-table th:nth-child(6), table.cart-table td:nth-child(6) {
		display:none;
	}
	
	table.cart-table th:nth-child(6), table.cart-table td:nth-child(6) {
		display:none;
	}
	
	table.cart-table td {
		padding: 20px 0;
	}
	
	
		
}			