/* Filter by Price */
.widget_price_filter {
	margin-bottom:13px;
}

.woocommerce .widget_products {
	margin-bottom: 34px !important;
}

.woocommerce .right-sidebar-block,
.woocommerce .left-sidebar-block,
.woocommerce-page .right-sidebar-block,
.woocommerce-page .left-sidebar-block {
	margin-bottom: 35px;
}

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

.widget_price_filter .range-filter-wrapper .price_slider {
	position:relative !important;
}

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

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

.price_slider_wrapper {
	padding-top:34px !important;
	position:relative !important;
}

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

.cart_widget_total {
	position:absolute !important;
	top:69px !important;
	right:0 !important;
	font-size:14px !important;
}

.widget_price_filter .price_slider .ui-slider-handle:before {
	position: absolute !important;
	top:-27px !important;
	z-index:999 !important;
	width:auto !important;
	height:20px !important;
	line-height:19px !important;
	padding:0 6px !important;
	border-radius:5px !important;
	-webkit-border-radius:10px !important;
	font-size:11px !important;
	color: #2d2e2e !important;
	vertical-align:top !important;
	content: attr(data-width) !important;
	font-weight:300 !important;
	left:50% !important;
	transform:translateX(-50%) !important;
	-webkit-transform:translateX(-50%) !important;
	background-color: #edeff2;
}

.widget_price_filter .price_slider .ui-slider-handle:last-child:before {
	content: attr(data-width-r) !important;
}

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

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: transparent !important;
	margin: 0 !important;
}

.widget_price_filter .shortcode_button.btn_small.btn_type4 {
	float: left;
}

/* Shop Ordering */
.shop_ordering {
	padding:7px 0 5px;
	border-bottom:1px #ededed dashed;
	font-size:14px;
}

.shop_ordering div.selectBox {
	color:#666666;
	padding:0 17px 0 0;
	font-size:14px;
}

.shop_ordering div.selectBox.act,
.shop_ordering div.selectBox:hover {
	color:#666666;
}

.shop_ordering div.selectOptions {
	padding:0;
	top:29px;
	left:0;
}

.shop_ordering span.selectOption {
	color:#666666;
	border-top: 1px solid #ddd;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	margin:0;
	line-height: 20px;
	padding: 9px 20px 11px;
}

.shop_ordering span.selectOption:hover {
	color:#666666;
	background-color:#f6f7f9;
}

.shop_ordering form.woocommerce-ordering {
	position: relative;
}

.shop_ordering form.woocommerce-ordering .arrow_box_mask {
	width: 20px;
	height: 20px;
	background: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
}

.shop_ordering form.woocommerce-ordering select.orderby {
	cursor: pointer;
	outline: none !important;
	line-height: 24px !important;
	background: #ffffff;
	margin-left: -7px;
}

.shop_ordering form.woocommerce-ordering select.orderby option {
	line-height: 24px !important;
	background: #ffffff;
}

.shop_ordering form.woocommerce-ordering:after {
	font-family: 'FontAwesome';
	content: '\f107';
	position: absolute;
	top: -1px;
	right: 0;
}

.post-type-archive-product .bc_area {
	display: none;
}

/* Shop Items */
.shop_list_item {
	padding-bottom:40px;
	border-bottom:1px #ededed dashed;
	margin-bottom:45px;
}

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

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

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

.products .products li .item {
	margin: 0 0 0 30px;
}

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

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

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

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

.posts-block.col-sm-12 .products {
	margin-left: -30px;
}

.posts-block.col-sm-12 .products li .item {
	margin-left: 30px;
}

.posts-block.col-sm-9 .products {
	margin-left:-20px;
}

.posts-block.col-sm-9 .products li .item  {
	margin-left:20px;
}

.woocommerce_container .woocommerce-pagination {
	padding: 5px 0 35px;
	border: none !important;
	text-align: left !important;
}

.woocommerce_container .woocommerce-pagination ul {
	margin-left: -5px !important;
}

.woocommerce_container .woocommerce-pagination ul,
.woocommerce_container .woocommerce-pagination li {
	border: none !important;
}

.woocommerce_container .woocommerce-pagination li {
	display: inline-block !important;
	margin: 0 5px 20px 5px !important;
	vertical-align: top !important;
}

.woocommerce_container .woocommerce-pagination li span,
.woocommerce_container .woocommerce-pagination li a {
	width: 30px;
	height: 30px;
	display: block;
	font-size: 12px !important;
	line-height: 30px;
	text-align: center;
	color: #2d2e2e;
	border-radius: 5px;
	background: #f6f7f9 !important;
	transition: all .3s;
	-webkit-transition: all .3s;
	padding: .7em !important;
}

.woocommerce_container .woocommerce-pagination li a:hover {
	background: #f6f7f9 !important;
}

.woocommerce_container .woocommerce-pagination li span.current {
	cursor: pointer;
}

.posts-block.col-sm-9 {
	padding-bottom: 20px;
}

.products .img_block,
div.images .img_block {
	display: block;
	position: relative;
	overflow: hidden;
}

.products .img_block img,
div.images .img_block img {
	width:100%;
	height:auto;
}

.products .block_fade,
div.images .block_fade {
	width:0;
	height:0;
	left:50%;
	top:50%;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.products .img_block:hover .block_fade {
	opacity:0.8;
	width:100%;
	height:100%;
	left:0;
	top:0;
}

.item_cart,
.item_link {
	width: 30px;
	height: 30px;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	margin: 0 10px !important;
	opacity: 0;
	text-align: center;
	color: #ffffff;
	border-radius: 5px;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.item_link {
	margin-left:-74px;
}

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

.item_cart:hover,
.item_link:hover {
	background-color:#fff;
}

.shop_list_info {
	font-size:14px;
	line-height:21px;
	padding:15px 15px 0;
	text-align:center;
}

.shop_list_info a {
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

.shop_list_info h6 {
	line-height:24px;
	margin-bottom:8px;
	font-size:18px;
	font-weight:300;
}

.shop_list_info h6 a {
	line-height:20px;
	font-size:16px !important;
	font-weight:300;
}

.product_categories {
	padding-bottom:9px;
	display: block;
}

.product_categories a {
	color: #666666;
	font-size: 12px;
}

.product_categories a:after,
.woocommerce .product .summary .product_meta .posted_in a:after,
.woocommerce .product .summary .product_meta .tagged_as a:after {
	content: ',';
	color: #666666;
	padding-right: 4px;
}

.woocommerce .product .summary .product_meta .posted_in a:after,
.woocommerce .product .summary .product_meta .tagged_as a:after {
	color: #acacac;
}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 7px !important;
}

.woocommerce div.product .summary form.cart {
	margin-top: 33px;
}

.woocommerce-page td.actions {
	border: none;
}

.woocommerce-cart .cart-empty {
	margin-bottom: 23px;
}

.woocommerce-page .page_title_block {
	margin-bottom: 47px;
}

.product_categories a:last-child:after,
.woocommerce .product .summary .product_meta .posted_in a:last-child:after,
.woocommerce .product .summary .product_meta .tagged_as a:last-child:after {
	content: '';
}

.shop_list_info .price {
	font-size:20px;
	font-weight:300;
	color:#666666;
	padding-top:0;
	line-height:24px;
	display: block;
	margin-bottom: 0 !important;
}

.shop_list_info .price span {
	padding: 0 !important;
	font-size: 16px;
	line-height: 16px;
}

.shop_list_info .price del {
	margin-right: 15px;
	display: inline-block !important;
	opacity: 1 !important;
	color: #666666 !important;
}

.shop_list_info .price del span {
	color: #666666 !important;
	font-weight: 300 !important;
}

.shop_list_info .price ins {
	color:#2d2e2e;
	font-weight:400;
	display: inline-block;
}

.shop_list_info .price ins span,
.shop_list_info .price span.amount {
	color: #2d2e2e;
	font-weight: 700;
}

.product_list_widget span.amount {
	font-size: 12px;
}

.product_meta {
	display: none;
}

.woocommerce-result-count {
	float: right !important;
	font-size: 14px;
	margin-bottom: 0 !important;
}

.woocommerce-ordering {
	float: left !important;
	margin-bottom: 0 !important;
}

.woocommerce-ordering .orderby {
	border: none !important;
}

ul.products li {
	width: 33.3% !important;
	float: none !important;
	display: inline-block !important;
	vertical-align: top;
	margin: 40px 0 0 !important;
}

ul.products li .star-rating {
	display: none !important;
}

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

div.images {
	width:45.5% !important;
	margin-bottom:40px !important;
	padding: 0 !important;
}

.summary {
	width:54.5% !important;
	margin-bottom:28px !important;
	padding: 0 0 0 30px !important;
}

.single-product .product .entry-summary .entry-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 5px;
}

.single-product .product .product_meta {
	display: block !important;
}

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

.product_thumbs ul {
	padding:0;
	margin:0;
	list-style:none;
}

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

div.images .img_block:hover .view_link {
	visibility:visible;
	opacity:1;
}

.product_title {
	margin-bottom:12px;
	line-height:38px;
	font-weight:700;
	font-size:30px;
}

.summary .star_rating {
	line-height:24px;
	padding-top:0;
	margin-bottom:16px;
	font-size:20px;
}

.woocommerce-product-rating .star-rating {
	font-size: 15px !important;
	letter-spacing: 4px;
	width: 6.45em;
}

.widget_top_rated_products .star-rating {
	width: 5.3em;
}

.summary .star_rating i {
	margin-right:5px;
}

.woocommerce div.product p.price del {
	display: inline-block !important;
	opacity: 1 !important;
	margin-left: 20px !important;
}

.woocommerce div.product p.price del span,
.woocommerce div.product p.price ins span {
	padding: 0 !important;
}

.summary .amount {
	font-weight:700;
	font-size:24px;
	line-height:29px;
	margin-bottom:10px;
	color:#2d2e2e;
}

.woocommerce div.product p.price del span {
	color:#666666;
	font-weight:300;
	font-size:20px;
	padding-left:20px;
	text-decoration:line-through;
	line-height:24px;
	display:inline-block;
	vertical-align:baseline;
}

.product_btns {
	padding:23px 0 6px 0;
}

.product_quantity {
	display:inline-block;
	vertical-align:top;
	margin:0 16px 20px 0;
	padding:3px 0 2px 0;
}

.quantity .minus,
.quantity .plus {
	border:0 !important;
	width:35px !important;
	height:35px !important;
	display:inline-block !important;
	float:left !important;
	position:relative !important;
	overflow:hidden !important;
	margin:0 !important;
	background:#edeff2 !important;
	border:none !important;
	border-radius:5px !important;
	-webkit-border-radius:5px !important;
	text-indent:-9999px !important;
	transition: all 300ms !important;
	-webkit-transition: all 300ms !important;
	padding: 0 !important;
}

.quantity .minus:before,
.quantity .plus:before {
	display:block;
	position:absolute;
	left:0;
	top:3px;
	width:35px;
	height:35px;
	line-height:30px;
	text-align:center;
	font-family:'FontAwesome';
	font-size:10px;
	color:#2d2e2e;
	font-weight:normal;
	text-indent:0;
	transition: color 100ms;
	-webkit-transition: color 100ms;
}

.woocommerce .star-rating::before,
.woocommerce .star-rating span {
	color: #ffd52b;
}

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

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

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

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs .entry-content {
	background: #f6f7f9;
}

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

.product form.cart {
	margin-bottom: 6px !important;
}

.product form.cart .quantity {
	margin: 0 16px 20px 0 !important;
}

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:4px;
	font-size:14px;
	color:#2d2e2e;
}

.posted_in a,
.tagged_as a,
.sku {
	color:#acacac;
}

.single_product .all_body_cont {
	padding-top:36px;
}

.tab_content ol {
	list-style-position: inside;
	margin:0 0 8px 0;
	padding:8px 0 0 0;
}

.tab_content ol li {
	padding-bottom: 5px;
}

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

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

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

table.shop_attributes td span {
	color:#2d2e2e;
}

table.woocommerce-checkout-review-order-table th.product-total,
table.woocommerce-checkout-review-order-table td.product-total,
table.woocommerce-checkout-review-order-table tfoot td {
	border: solid 1px #9e9e9e !important;
	border-top: none !important;
	border-right: none !important;
}

table.woocommerce-checkout-review-order-table th.product-name,
table.woocommerce-checkout-review-order-table td.product-name,
table.woocommerce-checkout-review-order-table tfoot th {
	border: solid 1px #9e9e9e !important;
	border-right: none !important;
	border-top: none !important;
	border-left: none !important;
}

.woocommerce form.login {
	border-color: #9e9e9e !important;
}

.woocommerce-account form.login {
	margin-bottom: 80px !important;
}

.woocommerce-cart .return-to-shop {
	margin-bottom: 60px;
}

table.woocommerce-checkout-review-order-table tfoot .order-total td,
table.woocommerce-checkout-review-order-table tfoot .order-total th {
	border-bottom: none !important;
}

.woocommerce table.shop_table {
	border-color: #9e9e9e !important;
}

.single_product .tab_content ol.commentlist {
	margin:-4px 0 0 0;
	padding:0;
	border:0;
}

.single_product .tab_content ol.commentlist li {
	padding-bottom: 0;
}

.single_product .tab_content ol.commentlist li .star_rating {
	line-height:18px;
	padding-top:0;
	font-size:14px;
}

.single_product .tab_content ol.commentlist li .star_rating i {
	margin-right:0;
	padding-right:2px;
}

.single_product .products {
	padding:0;
	margin:0;
	border:none;
}

.onsale,
.woocommerce-review-link {
	display: none;
}

.woocommerce-tabs {
	margin-bottom: 33px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	display: inline-block !important;
	position:relative !important;
	float: left !important;
	margin:0 19px 0 0 !important;
	font-size:16px !important;
	text-align:center !important;
	cursor: pointer !important;
	min-width:155px !important;
	padding:4px 5px 4px 15px !important;
	z-index: 10 !important;
	border:none !important;
	color:#fff !important;
	border-radius:5px 5px 0 0 !important;
	-webkit-border-radius:5px 5px 0 0 !important;
	transition: all 300ms ease !important;
	-webkit-transition: all 300ms ease !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
	background: #f6f7f9 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	content:'' !important;
	position:absolute !important;
	z-index: -1 !important;
	top: 0 !important;
	right: -10px !important;
	bottom: 0 !important;
	width: 2em !important;
	height: 45px !important;
	transform: skew(25deg) !important;
	-webkit-transform: skew(25deg) !important;
	border-radius: 0 5px 0 0 !important;
	transition: all 300ms ease !important;
	-webkit-transition: all 300ms ease !important;
	box-shadow: none !important;
	border: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #ffffff;
	font-weight: 300;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	font-weight: 400 !important;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
	color: #2d2e2e !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	border: none !important;
	width: 0 !important;
}

.woocommerce div.product .woocommerce-tabs .entry-content {
	background: #f6f7f9 !important;
	box-shadow: none !important;
	margin-bottom: 0 !important;
	padding: 40px 30px 30px !important;
}

.woocommerce div.product .woocommerce-tabs .entry-content h2 {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs .entry-content ol,
.woocommerce div.product .woocommerce-tabs .entry-content ul {
	padding-left: 0 !important;
	list-style-position: inside !important;
}

.woocommerce table.shop_attributes {
	border: none !important;
	margin-bottom: 0 !important;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th,
.woocommerce table.shop_attributes td {
	border: none !important;
	background: none !important;
	font-style: normal !important;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes .alt th {
	font-weight: 300 !important;
}

.woocommerce ol.commentlist {
	border:  none !important;
}

.commentlist .avatar {
	left: 0 !important;
	position: absolute !important;
	top: 0 !important;
	height: 84px !important;
	width: 84px !important;
	z-index: 5 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	border-radius: 50% !important;
}

.commentlist .comment-text {
	border: none !important;
	margin-left: 105px !important;
	padding: 0 !important;
}

.commentlist .comment-text .comment_author_name strong {
	line-height: 26px;
	color: #2d2e2e;
	font-weight: 400;
}

.commentlist .comment-text .description p {
	margin-bottom: 6px !important;
}

.commentlist .comment-text .meta,
.commentlist .comment-text .meta time {
	color: #acacac !important;
	font-size: 14px !important;
}

.commentlist .comment-text .meta {
	margin-bottom: 12px !important;
}

.commentlist .comment-text .meta time {
	margin-right: 2px !important;
}

.commentlist .comment-text .meta .star-rating {
	float: none !important;
	display: inline-block !important;
	font-size: 12px !important;
	height: 13px !important;
	margin-left: 2px !important;
}

form.comment-form .form-submit #submit {
	display: inline-block !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	margin: 0 16px 20px 0 !important;
	border: none !important;
	font-size: 14px !important;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center !important;
	position: relative !important;
	text-transform: uppercase !important;
	line-height: 14px !important;
	font-weight: 400 !important;
	transition: color 300ms, background 300ms, border-color 300ms !important;
	-webkit-transition: color 300ms, background 300ms, border-color 300ms !important;
	padding: 10px 20px 11px 20px !important;
}

form.comment-form .stars span a {
	color: #ffd52b;
}

form.comment-form .stars span a {
	transition: 300ms !important;
	-webkit-transition: 300ms !important;
}

.woocommerce #comments {
	padding-bottom: 0 !important;
}

#review_form_wrapper,
#reply-title {
	display: none;
}

.single-product .related.products {
	margin-left: 0 !important;
}

.single-product .related.products h2 {
	font-weight: 700 !important;
	line-height: 30px !important;
	margin-bottom: 23px !important;
	font-size: 20px !important;
}

.single-product .related.products .shop_list_item {
	border: none !important;
	margin-bottom: 10px !important;
}

.single-product .related.products ul li {
	margin-top: 0 !important;
}

.single-product .related.products ul li .product_meta {
	display: none !important;
}

/* Cart */
.shop_cart {
	padding-top:10px;
	margin-bottom:48px;
}

.shop_cart table {
	background:#fff;
}

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

.shop_cart thead,
.shop_cart tbody tr {
	border-top:1px #ededed dashed !important;
}

.product-remove,
.product-thumbnail,
.product-name,
.product-price,
.product-quantity,
.product-subtotal {
	padding:15px 30px 18px 0;
	border:0;
}

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

.cart_item .product-remove,
.cart_item .product-thumbnail,
.cart_item .product-name,
.cart_item .product-price,
.cart_item .product-quantity,
.cart_item .product-subtotal {
	padding:30px 30px 30px 0;
	border:0;
}

.product-remove {
	width:100px;
	padding-right:0 !important;
}

.woocommerce-cart .shop_cart tbody a.remove {
	width: 35px !important;
	height: 35px !important;
	border-radius: 5px !important;
	background: #edeff2 !important;
}

.woocommerce-cart .shop_cart tbody a.remove:before {
	width: 35px !important;
	height: 35px !important;
	top: 3px !important;
	left: 0 !important;
	content: '\f00d';
	font-size: 10px;
	color: #2d2e2e;
}

.woocommerce-cart .shop_cart tbody a.remove:hover:before {
	color: #ffffff !important;
}

.product-thumbnail {
	width:100px;
}

.product-quantity {
	width:200px;
}

.product-thumbnail a {
	display:block;
}

.product-thumbnail img {
	width:70px !important;
	height:70px !important;
	border-radius:50% !important;
	-webkit-border-radius:50% !important;
}

a.remove {
	display:inline-block;
	width:16px !important;
	height:16px !important;
	border-radius:50%;
	-webkit-border-radius:50%;
	/*background:#acacac;*/
	position:relative;
	border:none;
	text-indent:-9999px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

a.remove:before {
	width:15px !important;
	height:15px !important;
	line-height:30px;
	position:absolute;
	left:1px;
	top:-8px;
	text-align:center;
	display:block;
	font-size:14px;
	color:#acacac;
	font-family:'FontAwesome';
	content:"\f057";
	text-indent:0;
	transition: color 100ms;
	-webkit-transition: color 100ms;
	font-weight:normal;
}

.woocommerce a.remove:hover {
	background: #ffffff;
}

a.remove:hover:before {
	color: #2d2e2e;
}

.product-name a {
	font-weight:300;
	color:#2d2e2e;
}

.shop_cart .amount {
	color:#2d2e2e;
}

.coupon {
	display:inline-block;
	float:left;
	margin:0;
}

.coupon form {
	position:relative;
}

.coupon input[type="text"] {
	width:300px !important;
	margin:0 12px 20px 0 !important;
	display:inline-block !important;
	vertical-align:top !important;
	background: #fff !important;
	text-shadow: none !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #666666 !important;
	font-weight: 300 !important;
	padding: 6px 15px 7px 15px !important;
	border: 1px #9e9e9e solid !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-webkit-appearance: none !important;
	outline: none !important;
	text-align: left !important;
	height: auto !important;
}

.coupon input[type="submit"],
.actions input[type="submit"],
.shipping-calculator-form button[type="submit"],
.woocommerce-account .woocommerce form input[type="submit"],
.woocommerce-cart .woocommerce .button.wc-backward,
.sidepanel.woocommerce.widget_price_filter button.button,
.sidepanel.woocommerce.widget_shopping_cart .buttons .button,
.product form.cart .single_add_to_cart_button.button.alt,
.woocommerce .woocommerce-message .button.wc-forward,
.checkout-button.button.alt.wc-forward,
#place_order,
form.checkout_coupon input[type="submit"] {
	display:inline-block !important;
	vertical-align:top !important;
	color:#2d2e2e !important;
	margin: 0 0 20px 0 !important;
	border: none !important;
	font-size: 14px !important;
	height: 35px !important;
	line-height: 33px !important;
	padding: 0 20px !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-webkit-appearance: none !important;
	text-transform: uppercase !important;
	font-weight: 400 !important;
	cursor: pointer !important;
	transition: background-color 300ms, color 300ms !important;
	-webkit-transition: background-color 300ms, color 300ms !important;
	outline: none !important;
}

.coupon input.button,
#place_order {
	font-weight: 700 !important;
}

.woocommerce-account .woocommerce {
	margin-bottom: 55px;
}

.woocommerce-account .wrapper {
	padding-top: 73px;
}

.coupon input[type="submit"],
.actions input[type="submit"],
.shipping-calculator-form button[type="submit"],
.woocommerce-account .woocommerce form input[type="submit"],
.woocommerce-cart .woocommerce .button.wc-backward,
.sidepanel.woocommerce.widget_price_filter button.button,
.sidepanel.woocommerce.widget_shopping_cart .buttons .button,
form.checkout_coupon input[type="submit"] {
	background:#edeff2 !important;
}

.coupon input[type="submit"]:hover,
.actions input[type="submit"]:hover,
.shipping-calculator-form button[type="submit"]:hover,
.woocommerce-account .woocommerce form input[type="submit"]:hover,
.woocommerce-cart .woocommerce .button.wc-backward:hover,
.sidepanel.woocommerce.widget_price_filter button.button:hover,
.sidepanel.woocommerce.widget_shopping_cart .buttons .checkout:hover,
.sidepanel.woocommerce.widget_shopping_cart .buttons .button:first-child,
.product form.cart .single_add_to_cart_button.button.alt,
.woocommerce .woocommerce-message .button.wc-forward,
.checkout-button.button.alt.wc-forward,
#place_order,
form.checkout_coupon input[type="submit"]:hover {
	color:#fff !important;
}

.woocommerce-cart .actions .fright input,
.woocommerce-cart .actions .fright a.checkout-button,
.woocommerce-cart .cart_totals h2,
.woocommerce-cart .cart_totals a.shipping-calculator-button {
	font-weight: 700 !important;
}

.product form.cart .single_add_to_cart_button.button.alt .icon-shopping-cart {
	margin-right: 5px;
}

.woocommerce-product-search input.search-field {
	display: block;
	width: 100%;
	background: #fff;
	text-shadow: none;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	font-weight: 300;
	padding: 6px 15px 7px 15px;
	border: 1px #bfbfbf solid;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	margin: 0 0 20px 0;
	-webkit-appearance: none !important;
	outline: none;
}

.woocommerce-product-search  label.screen-reader-text {
	color: #2d2e2e;
	font-weight: 400;
}

.woocommerce textarea {
	overflow: hidden;
}

.checkout-button.button.alt.wc-forward {
	margin-left: 20px !important;
}

td.actions {
	padding:30px 0 10px 0;
}

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

.cart_totals {
	margin-bottom:22px;
	width:32% !important;
}

.cart_totals h2 {
	font-size: 20px !important;
	line-height: 26px !important;
	margin-bottom: 18px !important;
	font-weight: 400 !important;
}

.cart_totals tr th {
	text-align:left !important;
	font-weight: 300 !important;
	color: #2d2e2e !important;
}

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

.cart_totals tr td,
.cart_totals tr td strong {
	color:#666666 !important;
	font-weight: 300 !important;
}

.woocommerce-cart .cart-collaterals {
	margin-bottom: 40px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top: none !important;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .shipping-calculator-button {
	color:#2d2e2e !important;
	font-size: 16px !important;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .shipping-calculator-button:after {
	font-family:'FontAwesome' !important;
	content:"\f105" !important;
	font-weight:normal !important;
	padding-left:8px !important;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout form.woocommerce-shipping-calculator input[type="text"],
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout form.woocommerce-shipping-calculator select.country_to_state,
.woocommerce-checkout input[type="text"],
.woocommerce-account input.input-text,
.woocommerce-account input[type="password"],
.woocommerce-account input[type="email"] {
	width: 100% !important;
	text-align: left !important;
	border: 1px solid #9e9e9e !important;
	padding: 6px 15px 7px !important;
	font-size: 14px !important;
	border-radius: 5px !important;
	height: auto !important;
	line-height: 20px !important;

}

.woocommerce-account form.login label.inline {
	margin-left: 15px;

}

.woocommerce-account form label {
	color: #2d2e2e !important;
	font-weight: 400 !important;
}

.woocommerce-account form label input#rememberme {
	margin-top: 20px !important;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout form.woocommerce-shipping-calculator select.country_to_state {
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.right-sidebar .sidepanel.woocommerce.widget_shopping_cart,
.left-sidebar .sidepanel.woocommerce.widget_shopping_cart {
	margin-bottom: 12px !important;
}

.right-sidebar .sidepanel.woocommerce .sidebar_heading,
.left-sidebar .sidepanel.woocommerce .sidebar_heading {
	line-height: 26px;
	margin-bottom: 19px;
	font-size: 20px;
	font-weight: 700;
}

.widget_shopping_cart_content {
	position: relative;
}

.cart_list.product_list_widget li,
.product_list_widget li {
	padding: 0 0 0 66px !important;
	margin: 0 0 28px 0 !important;
	line-height: 24px !important;
	font-size: 16px !important;
	position: relative !important;
}

.cart_list.product_list_widget li.empty {
	padding-left: 0 !important;
	font-size: 14px !important;
}

.cart_list.product_list_widget li a.remove {
	left: 100% !important;
}

.cart_list.product_list_widget li .attachment-shop_thumbnail,
.product_list_widget li .attachment-shop_thumbnail {
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	width: 50px !important;
	height: 50px !important;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.cart_list.product_list_widget li a.title,
.product_list_widget li a {
	color: #2d2e2e !important;
	font-size: 14px;
	padding-top: 4px;
	font-weight: 300 !important;
}

.cart_list.product_list_widget .quantity {
	padding-top: 5px;
	color: #acacac;
	font-size: 12px;
	line-height: 16px;
	display: block;
}

.widget_shopping_cart_content .total {
	margin-bottom: 14px;
	line-height: 21px;
	font-size: 14px;
	color: #2d2e2e;
	border: none !important;
	padding: 0 !important;
}

.widget_shopping_cart_content .total strong {
	font-weight: 300;
}

.sidepanel.woocommerce.widget_product_categories ul {
	margin: -6px 0 0 0;
	padding: 0;
	list-style: none;
	line-height: 20px;
}

.sidepanel.woocommerce.widget_product_categories ul li {
	padding: 0 0 6px;
	position: relative;
	line-height: 20px;
}

.sidepanel.woocommerce.widget_product_categories ul li a {
	padding: 0 0 0 13px;
	display: inline-block;
	border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	color: #666666;
	transition: color 300ms;
	-webkit-transition: color 300ms;
	position: relative;
	line-height: 20px;
	font-size: 14px;
	text-transform: capitalize;
}

.sidepanel.woocommerce.widget_product_categories ul li a:after {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background: none;
	font-weight: normal;
}

.right-sidebar-block .star-rating,
.left-sidebar-block .star-rating {
	font-size: 12px !important;
	padding-top: 14px;
}

.sidepanel.woocommerce.widget_top_rated_products li .price del span,
.sidepanel.woocommerce.widget_top_rated_products li .price ins span,
.sidepanel.woocommerce.widget_products li .price del span,
.sidepanel.woocommerce.widget_products li .price ins span {
	padding: 0 !important;
}

.sidepanel.woocommerce.widget_top_rated_products li {
	margin-bottom: 16px !important;
}

.cart_submenu .subtotal strong {
	font-weight: 400 !important;
}

.woocommerce .woocommerce-message .wc-forward {
	float: right !important;
}

.sidepanel.woocommerce.widget_product_categories {
	margin-bottom: 22px;
}

table.cart,
table.cart tr,
.cart_totals table,
.cart_totals th,
.cart_totals td,
.shop_attributes tr {
	border: none;
}

.shop_attributes th,
.shop_attributes td {
	text-align: left !important;
}

/* Page Checkout */
.woocommerce-checkout .woocommerce-shipping-fields textarea#order_comments {
	overflow: hidden;
}

.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address .checkbox {
	font-weight: 400 !important;
}

.woocommerce-checkout-review-order-table,
.woocommerce-checkout #payment {
	border-radius: 5px !important;
}

.woocommerce-checkout .woocommerce-billing-fields label,
.woocommerce-checkout .woocommerce-shipping-fields label,
.woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout-review-order-table tbody td strong,
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
	font-weight: 400 !important;
	color: #2d2e2e !important;
}

.select2-container .select2-choice {
	border-radius: 5px;
	border-color: #9e9e9e;
}

.select2-dropdown-open .select2-choice {
	border-radius: 2px;
}

.form-row.place-order #place_order {
	margin-bottom: 0 !important;
}

.woocommerce .woocommerce-info::before {
	color: #2d2e2e !important;
}

.woocommerce-billing-fields h3,
form.woocommerce-checkout h3 {
	font-weight: 400;
}

.woocommerce-checkout .woocommerce-checkout-payment {
	margin-bottom: 80px;
}

/* My Account Page */
.woocommerce-account .addresses header {
	background: #ffffff;
	border: solid 1px #9e9e9e;
	padding: 6px 15px 7px;
	border-radius: 5px;
	margin-bottom: 6px;
}

.woocommerce-account .addresses header h3 {
	margin-bottom: 0 !important;
}

.woocommerce-account .woocommerce form input[type="submit"] {
	margin-top: 10px !important;
}

.woocommerce-page #add_review {
	display: inline-block;
}

.woocommerce-page .page-title {
	margin-bottom: 40px;
}

.sidepanel.woocommerce.widget_shopping_cart .buttons .button.checkout {
	margin-left: 15px !important;
}

/* Responsive Shop */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.item_cart,
	.item_link {
		width:44px;
		height:44px;
		line-height:43px;
		margin:-22px 0 0 8px;
	}

	.item_link {
		margin-left:-52px;
	}

	td.actions .fright {
		float:none;
	}

	.coupon {
		display:block;
		float:none;
		width:auto;
	}

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

@media only screen and (max-width: 767px) {
	.shop_ordering .fleft,
	.shop_ordering .fright {
		float:none;
	}

	.products .items1 li,
	.products .items2 li,
	.products .items3 li,
	.products .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;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce-page .product .images,
	.woocommerce-page .product .summary {
		width: 100% !important;
	}
}

@media only screen and (max-width: 415px) {
	.shop_ordering {
		text-align: center !important;
	}

	.shop_ordering .woocommerce-result-count,
	.shop_ordering .woocommerce-ordering {
		float: none !important;
	}

	.shop_ordering .woocommerce-result-count {
		margin-bottom: 8px;
	}

	.shop_ordering .woocommerce-ordering {
		margin-top: 8px;
	}

	.shop_ordering form.woocommerce-ordering:after {
		display: none;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		text-align: center;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		margin:0 8px !important;
		padding:13px 19px !important;
		text-align:center !important;
		font-size:20px !important;
		font-weight:700 !important;
		-moz-osx-font-smoothing:grayscale !important;
		-webkit-font-smoothing:antialiased !important;
		color:#2d2e2e !important;
		float:none !important;
		display:inline-block !important;
		background:none !important;
		width:auto !important;
		min-width:auto !important;
		border-radius:5px !important;
		-webkit-border-radius:5px !important;
		border:#fff solid 1px !important;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		color:#2d2e2e !important;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
		display: none !important;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		border: solid 1px #2d2e2e !important;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
	.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
		background: none !important;
	}
}
