/* Filter by Price */
.widget_filter .range-filter-wrapper {
	height:6px;
	display:block;
	padding:0 !important;
	background:url(../img/shop/filter_bg.png) no-repeat left top;
	border-radius:3px;
	-webkit-border-radius:3px;	
	margin-bottom:23px;	
}

.widget_filter .range-filter-wrapper #slider-range {
	position:relative;
}

.widget_filter .ui-slider-range {
	height:6px;
	display:block;
	border-radius:3px;
	-webkit-border-radius:3px;
	position:absolute;
}

.widget_filter #slider-range .ui-slider-handle {
	margin-left:-3px;
	width:12px;
	height:12px;
	display:block;
	border-radius:50%;
	-webkit-border-radius:50%;
	position:absolute;
	top:-3px!important;
	cursor:pointer;
	box-shadow:0 1px 2px 0 rgba(0,0,0, 0.5);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	outline:none;
}
.widget_filter #slider-range .ui-slider-handle:last-child {
	margin-left:-7px!important;
}

.price_filter_wrap {
	padding-top:37px;
	position:relative;
}

.price_filter_wrap .shortcode_button {
	margin:0 !important;
}

.cart_widget_total {
	position:absolute;
	top:72px;
	right:0;
	font-size:14px;
	text-transform:uppercase;
}

.widget_filter #slider-range .ui-slider-handle:before {
	position: absolute;
	top:-28px;
	z-index:999;
	width:auto;
	height:21px;
	line-height:19px;
	padding:0 8px;
	background:#747980;
	border-radius:3px;
	-webkit-border-radius:3px;
	font-size:14px;
	color:#fff;
	vertical-align:top;
	content: attr(data-width);
	font-weight:300;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}

.widget_filter #slider-range .ui-slider-handle:last-child:before {
	content: attr(data-width-r);
}

.widget_filter #slider-range .ui-slider-handle:after {
	position: absolute;
	top:-7px;
	z-index:999;
	width:0;
	height:0;
	content: '';
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;	
	border-top: 4px solid #747980;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}

.shop_ordering {
	padding:4px 0 6px 0;
	margin-bottom:40px;
	border-bottom:1px #ddd solid;
	font-size:14px;
}

/* Custom SelectBox */
div.selectBox {
	position:relative;
	display:inline-block;
	cursor:default;
	text-align:left;
	line-height:24px;
	min-height:24px;
	clear:both;
	color:#666666;
	vertical-align:top;
	margin:0 6px 0 0;
	padding:0 16px 0 0;
}

span.selected {
	border:0;
	border-radius:0;
}

span.selectArrow {
	top:1px;
	right:0;
	border:0;
	text-align:center;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	position:absolute;
	display:block;
}

span.selectArrow:before {
	position:absolute;
	top:0;
	right:0;
	font-size:14px;
	line-height:24px;
	font-family:'FontAwesome';
	content:"\f107";
}

span.selected {
	position:relative;
	height:24px;
	z-index:1;
}

div.selectOptions {
	position:absolute;
	top:30px;
	left:0;
	width:200px;
	border:0;
	overflow:hidden;
	display:none;
	background:#f6f6f6;
	z-index:200;
}
	
span.selectOption {
	display:block;
	width:100%;
	line-height:20px;
	padding:9px 20px 11px 20px;
	border-top:1px #ddd solid;
}

span.selectOption:hover {background:#f1f1f1;	
}

/* Shop Items */
.shop_list_item {
	padding-bottom:43px;
}

.shop_list_item .item_list {
    margin: -40px 0 0 -30px;
    padding: 0;
    overflow: hidden;
    font-size: 0;
}

.shop_list_item .item_list li {
    margin: 40px 0 0 0;
    display: inline-block;
    vertical-align: top;
	padding:0;
}

.shop_list_item .item_list li:before {
    display: none;
}

.shop_list_item .item_list li .item {
    margin: 0 0 0 30px;
}

.shop_list_item .items1 li {
    width: 100%;
}

.shop_list_item .items2 li {
    width: 50%;
}

.shop_list_item .items3 li {
    width: 33.333333%;
}

.shop_list_item .items4 li {
    width: 25%;
}

.right-sidebar .shop_list_item .item_list,
.left-sidebar .shop_list_item .item_list {
    margin-left:-20px;
}

.right-sidebar .shop_list_item li .item ,
.left-sidebar .shop_list_item li .item  {
    margin-left:20px;
}

.item_cart,
.item_link {
	position:absolute;
	left:50%;
	top:50%;
	z-index:20;
	width:40px;
	height:40px;
	margin-top:-20px;
	background:#f00;
	line-height:39px;
	border-radius:50%;
	-webkit-border-radius:50%;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	color:#fff !important;
	font-size:16px;
	text-align:center;
	transform: scale(2, 2);
	-webkit-transform: scale(2, 2);
	opacity:0;
}

.item_wrapper:hover .item_cart,
.item_wrapper:hover .item_link {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	opacity:1;
}

.item_cart {
	margin-left:-47px;
}

.item_link {
	margin-left:8px;
	background:#2d2e2e;
}

.item_cart:hover {
	background:#2d2e2e;
}


.shop_list_info {
	background:#f6f6f6;
	font-size:14px;
	line-height:24px;
	padding:16px 20px 13px 20px;
}

.shop_list_info h6 {
	line-height:22px;
	margin-bottom:7px;
	font-size:16px;
	font-weight:400;
}

.shop_list_info h6 a {
	line-height:22px;
	font-size:16px;
	font-weight:400;
}

.shop_list_info .fright a {
	color:#666666;
}

.shop_list_info .amount {
	font-size:16px;
	font-weight:400;
}

.shop_list_info .amount span {
	color:#666666;
}


/* Product */
.single_product {
	padding-top:5px;
}

div.images {
	width:45.5%;
	margin-bottom:40px;
}
.summary {
	width:54.5%;
	margin-bottom:30px;
}

#zoom_product {
	position:relative;
	display:block;
}

.product_thumbs {
	font-size:0;
	line-height:0;
	list-style:none;
	margin-right:-11px;
}

.product_thumbs li {
	padding:0;
	margin:11px 11px 0 0;
	display:inline-block;
	width:calc(33.3333% - 11px);
}

.product_thumbs li:before {
	display:none;
}

.product_thumbs a img {
	opacity: 0.5; 
	transition: opacity 300ms; 
	-webkit-transition: opacity 300ms; 
}

#zoom_product img,
.product_thumbs a img {
	width:100%;
	height:auto;
}

.product_thumbs a.current img,
.product_thumbs a:hover img {
	opacity: 1; 
}

.product_title {
	margin-bottom:18px;
	margin-top:-4px;
	font-weight:400;
}

.summary .amount {
	font-weight:700;
	font-size:26px;
	line-height:28px;
	margin-bottom:22px;
}

.summary .amount span {
	color:#666666;
	font-weight:400;
	font-size:20px;
	padding-right:20px;
	text-decoration:line-through;
	line-height:24px;
	display:inline-block;
	vertical-align:bottom;
}

.product_btns {
	padding:11px 0 4px 0;
}

.product_quantity,
.cart_btn {
	display:inline-block;
	vertical-align:top;
	margin:0 11px 20px 0;
}

.quantity .minus,
.quantity .plus {
	border:0;
	width:35px;
	height:35px;
	display:inline-block;
	float:left;
	position:relative;
	overflow:hidden;
	margin:0;
	background:#f6f6f6;
	border:1px #dddddd solid;
	border-radius:50%;
	-webkit-border-radius:50%;
	text-indent:-9999px;
	transition: all 300ms;
	-webkit-transition: all 300ms;	
}

.quantity .minus:before,
.quantity .plus:before {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:33px;
	height:33px;
	line-height:33px;
	text-align:center;
	font-family:'FontAwesome';
	font-size:10px;
	color:#666666;
	font-weight:400;
	text-indent:0;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

.quantity .minus:before {
	content:"\f068";
}

.quantity .plus:before {
	content:"\f067";
}

.quantity .minus:hover:before,
.quantity .plus:hover:before {
	color:#fff;	
}

input.input-text {
	border:0 !important;
	display:inline-block;
	float:left;
	padding:0;
	text-align:center;
	width:35px;
	height:35px;
	line-height:33px;
	background:none;
	border-radius:0 !important;
	box-shadow:none!important;
	margin:0;
	font-size:16px;
	color:#666666;
	font-weight:400;
}

input[type=number] {-moz-appearance:textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}

.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .tagged_as {
	display:block;
	margin-bottom:5px;
}

.sku {
	color:#2d2e2e;
}

.posted_in span,
.tagged_as span,
.posted_in a:hover,
.tagged_as a:hover {
	color:#666666;
}

table {
	padding:0;
	margin:0;
	width:100%;
	border-collapse:collapse;
}

.single_product .all_body_cont {
	padding-left:20px;
	padding-right:20px;
}

.additional_info {
	margin-left:-20px;
	margin-right:-20px;
}

table.shop_attributes tr {
	border-top:1px #dddddd solid;
}

table.shop_attributes th {
	padding:9px 20px;
	margin:0;
	color:#2d2e2e;
	font-weight:400;
}

table.shop_attributes td {
	padding:9px 0;
	margin:0;
}

.single_product .thiscommentbody {
    background: none;
    padding: 5px 20px 3px 90px;
}

.single_product ol.commentlist li .commentava {
    left: 0;
}

.single_product ol.commentlist li .stand_comment {
    padding: 0;
}

.single_product ol.commentlist {
    margin:0;
}

.single_product ol.commentlist li .commentava {
    top:3px;
}

.review {
	position:relative;
}

.review h4 {
	padding-right:100px;
}

.review .item_comments {
	position:absolute;
	right:0;
	top:6px;
	display:block;
}

.single_product .shop_list_item {
	padding-bottom:10px;
}

/* Cart */
.shop_cart {
	margin-bottom:45px;
}

.shop_cart table {
	border:1px #dddddd solid;
	background:#fff;
}

.shop_cart thead,
.shop_cart tbody {
	border:0;
}

.product-remove,
.product-thumbnail,
.product-name,
.product-price,
.product-quantity,
.product-subtotal {
	padding:7px 11px 7px 20px;
	border:0;
}

.shop_cart thead th {
	font-size:16px;
	color:#2d2e2e;
	font-weight:400;	
}

.cart_table_item,
td.actions {
	border-top:1px #dddddd solid;
}

.cart_table_item .product-remove,
.cart_table_item .product-thumbnail,
.cart_table_item .product-name,
.cart_table_item .product-price,
.cart_table_item .product-quantity,
.cart_table_item .product-subtotal {
	padding:19px 11px 19px 20px;
	border:0;
}

a.remove {
	display:inline-block;
	width:35px;
	height:35px;
	border-radius:50%;
	-webkit-border-radius:50%;
	background:#f6f6f6;
	position:relative;
	border:1px #dddddd solid;
	text-indent:-9999px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	text-indent:-9999px;
}

a.remove:before {
	width:33px;
	height:33px;
	line-height:33px;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	display:block;
	font-size:10px;
	color:#666666;
	font-family:'FontAwesome';
	content:"\f00d";
	text-indent:0;
	transition: color 300ms;
	-webkit-transition: color 300ms;
	font-weight:normal;
}

a.remove:hover:before {
	color:#fff;
}

.product-remove {
	width:48px;
}

.product-thumbnail {
	width:70px;
}

.product-name a {
	font-weight:400;
}

.product-name a:hover {
	color:#666666;
}

.coupon {
	display:inline-block;
	float:left;
	width:270px;
	margin:0 20px 20px 0;
}

.coupon form {
	position:relative;
}

.coupon input[type="text"] {
	margin:0;
}

.coupon input[type="submit"] {
	position:absolute;
	right:0;
	top:0;
}

td.actions {
	padding:20px 20px 0 20px;
}

td.actions .fright .shortcode_button {
	margin:0 0 20px 15px !important;
}

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

.cart_totals tr td {
	padding:0 10px 8px 0;
	text-align:left;	
}

.cart_totals tr td:last-child {
	padding:0 0 8px 10px;
	text-align:right;
}

.cart_totals tr td span {
	font-weight:400;
	color:#2d2e2e;	
}

.calculate {
	color:#2d2e2e;
	font-weight:400;
}

.calculate:after {
	font-family:'FontAwesome';
	content:"\f105";
	font-weight:normal;
	padding-left:8px;
}

.shortcode_button.mb10 {
	margin-bottom:10px;
}

.commentlist.mb20 {
	margin-bottom:20px !important;
}

/* Responsive Shop */
@media only screen and (max-width: 767px) {
	.shop_ordering .fleft,
	.shop_ordering .fright {
		float:none;
	}
	
	.shop_list_item .items1 li,
	.shop_list_item .items2 li,
	.shop_list_item .items3 li,
	.shop_list_item .items4 li {
		width: 100%;
	}
	
	div.images,
	.summary {
		width:100%;
	}
	
	.product-remove,
	.product-thumbnail,
	.product-quantity,
	.product-price {
		display:none;
	}
	
	td.actions .fright .shortcode_button {
		margin:0 15px 20px 0 !important;
	}
	
	td.actions .fright {
		float:none;
	}
	
	.coupon {
		display:block;
		float:none;
		width:auto;
	}	
	
}
