/*
-----------------------------------------------------------------------------------
        Theme Name: Black Theme
        Theme URI: http://www.evatheme.com
        Description: Blank Framework from Evatheme
        Author: Evatheme
        Author URI: http://www.evatheme.com
        Version: 1.0
        License:
        License URI:
        Tags:one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-menu, featured-image-header, featured-images, post-formats, sticky-post, theme-options, translation-ready
*/



/*-----------------------------------------------------------------------------------*/
/*	Cart Icon
/*-----------------------------------------------------------------------------------*/
.mini-cart {
	position:relative;
	float:right;
	width:40px;
	height:40px;
	margin-left:10px;
}
.mini-cart a.cart-link {
	float:right;
	width:40px;
	height:40px;
	margin-left:10px;
}
.mini-cart a.cart-link i {
	position:relative;
	z-index:10;
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	line-height:36px;
	font-size:16px;
	color:rgba(255,255,255,0.35);
	cursor:pointer;
	border:2px solid rgba(255,255,255,0.25);
	border-radius:5px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.mini-cart a.cart-link:hover i {
	color:#fff;
	border-color:#fff;
}
.mini-cart a.cart-link i:after {
	content:'';
	visibility:hidden;
	opacity:0;
	position:absolute;
	left:15px;
	bottom:-24px;
	width: 0;
    height: 0;
	cursor:default;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.mini-cart:hover a.cart-link i:after {
	visibility:visible;
	opacity:1;
}

.mini-cart-dropdown {
	visibility:hidden;
	opacity:0;
	position:absolute;
	z-index:1000;
	top:100%;
	right:0;
	width:260px;
	padding-top:20px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.mini-cart:hover .mini-cart-dropdown {
	visibility:visible;
	opacity:1;
}
.mini-cart-content {
	padding:20px 20px 10px;
	border-radius:5px;
	border:2px solid #efefef;
	background-color:#fff;
}

.cart_list_product {
	position:relative;
	margin-bottom:18px;
	padding-bottom:9px;
	border-bottom:1px solid #e6e6e6;
}
.cart_list_product a.remove {
	position:absolute;
	top:-5px;
	right:-5px;
	display:block;
	width:10px;
	height:10px;
	font-size:16px;
	color:#f00;
}
.cart_list_product_img {
	float:left;
	display:block;
	width:63px;
	margin:0 20px 10px 0;
}
.cart_list_product_title {
	margin:-2px 0 7px;
	padding-right:5px;
	line-height:16px;
	font-size:14px;
}
.cart_list_product_price {
	line-height:20px;
	font-size:14px;
	color:#333;
}
.cart_list_product_price .amount {
	font-weight:900;
	font-size:16px;
}
.minicart_total_checkout {
	padding-bottom:15px;
	line-height:20px;
	font-size:14px;
	color:#333;
}
.minicart_total_checkout .amount {
	float:right;
	font-weight:900;
	line-height:20px;
	font-size:16px;
}
.mini-cart-content .btn {
	display:block;
	margin-bottom:10px;
	text-align:center;
}


/* Shop Title */
.woocommerce #page-title,
.woocommerce-wrapper .page-title {
	display:none;
}
.woocommerce #main {
	padding-top:55px;
	border-top-width:100px;
	border-top-style:solid;
}

#shop-title h2 {
	margin:-6px 0 14px;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	line-height:20px;
	font-size:12px;
	color:#333;
}


/* Shop Products */
.woocommerce ul.products,
.woocommerce-page ul.products {
	margin:0 -15px;
}
.woocommerce ul.products li.product:nth-child(2n),
.woocommerce-page ul.products li.product:nth-child(2n) {
	float:none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float:none;
	display:inline-block;
	vertical-align:top;
	width:300px;
	margin:0 -3px 30px 0;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	margin:0 0 16px;
	box-shadow:none !important;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
	margin:0 0 10px;
	padding:0;
	font-weight:700;
	line-height:20px;
	font-size:16px;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
	margin:0 auto 10px;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	font-weight:700;
	line-height:20px;
	font-size:16px;
	color:#333;
}
.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
	text-decoration:none;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
	font-weight:400;
	font-size:12px;
	color:#666;
}

.products .product .add_to_cart_button {
	position:absolute !important;
	z-index:9;
	left:50% !Important;
	top:50%;
	width:80px;
	margin-left:-40px !important;
	font-size:0 !important;
	opacity:0;
}
.products .product .add_to_cart_button:active {
	top:67% !important;
}
.products .product:hover .add_to_cart_button {
	top:67%;
	opacity:1;
}
.products .product .add_to_cart_button:before {
	content:'Buy';
	position:absolute;
	top:7px;
	left:0;
	width:100%;
	font-size:13px !important;
}
.added_to_cart.wc-forward {display:none !important;}
.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce #content input.button.added:before,
.woocommerce-page a.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce-page input.button.added:before,
.woocommerce-page #respond input#submit.added:before,
.woocommerce-page #content input.button.added:before {
	width:100%;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
	display:block;
	z-index:10;
	min-height:none;
	margin:0 !important;
	padding:5px 10px 4px;
	height:29px;
	min-height:29px;
	text-transform:uppercase;
	font-weight:900;
	line-height:20px;
	font-size:12px;
	color:#fff;
	text-shadow:none;
	border:none;
	border-radius:0;
	box-shadow:none;
	background:#d13838;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
	right:15px;
}


/* Product Img effect */
.product_img_wrap {
	position:relative;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.secondary-image {
	position:absolute;
	z-index:5;
	left:0;
	top:0;
	opacity:0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.products .product:hover .product_img_wrap .secondary-image {
	opacity:1;
}
.products .product:hover .product_img_wrap {
	opacity:0.5;
}


/* Product Single */
.single-product.woocommerce #products-list {
	float:none;
	width:1170px;
	margin-left:30px;
}
.single-product.woocommerce #sidebar {display:none;}

.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
	width:43.5%;
	margin-bottom:50px;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
	width:51%;
	margin-bottom:50px;
}

.woocommerce div.product div.images .woocommerce-main-image {
	float:left;
	width:370px;
}

.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img {
	box-shadow:none;
}

.woocommerce div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails {
	float:right;
	width:120px;
	margin:0;
	padding:0;
}
.woocommerce div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
	float:none;
	display:block;
	width:100%;
	margin:0 0 10px;
}


/* Product Single Description */
.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
	margin: 0;
	font-weight:700;
	line-height:34px;
	font-size:30px;
}

.summary .product_meta {
	margin-bottom:27px;
	padding-bottom:25px;
	border-bottom:1px solid #efefef;
}
.summary .product_meta span.posted_in,
.summary .product_meta span.tagged_as {
	display:block;
}
.summary .product_meta span {
	display:inline-block;
	padding-bottom:2px;
	line-height:18px;
	font-size:13px;
	color:#999;
}
.summary .product_meta span a {color:#999;}
.summary .product_meta span a:hover {color:#333;}

.woocommerce div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page div.product p.price {
	position:relative;
	display:inline-block;
	padding-top:18px;
	min-width:110px;
	font-weight:900;
	line-height:30px;
	font-size:24px;
	color:#333;
}
.woocommerce div.product span.price:before,
.woocommerce div.product p.price:before,
.woocommerce-page div.product span.price:before,
.woocommerce-page div.product p.price:before {
	content:'Product Price:';
	position:absolute;
	left:0;
	top:-7px;
	height:18px;
	font-weight:400;
	font-size:13px;
	color:#999;
}
.woocommerce div.product .related.products span.price:before,
.woocommerce div.product .related.products p.price:before,
.woocommerce-page div.product .related.products span.price:before,
.woocommerce-page div.product .related.products p.price:before {
	display:none;
}
.woocommerce div.product .related.products span.price,
.woocommerce div.product .related.products p.price,
.woocommerce-page div.product .related.products span.price,
.woocommerce-page div.product .related.products p.price {
	padding-top:0;
}
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins,
.woocommerce-page div.product span.price ins,
.woocommerce-page div.product p.price ins {
	padding-right:10px;
	text-decoration:none;
}
.woocommerce div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce-page div.product span.price del,
.woocommerce-page div.product p.price del {
	float:right;
	font-weight:400;
	font-size:14px;
	color:#666;
}
.woocommerce div.product .related.products span.price del,
.woocommerce div.product .related.products p.price del,
.woocommerce-page div.product .related.products span.price del,
.woocommerce-page div.product .related.products p.price del {
	float:none;
}


/* Reting */
.woocommerce-product-rating {
	position:relative;
	float:right;
	width:80px;
	padding-top:18px;
}
.woocommerce-product-rating:before {
	content:'Product rate:';
	position:absolute;
	left:0;
	top:-7px;
	height:18px;
	font-weight:400;
	font-size:13px;
	color:#999;
}
.woocommerce-review-link {
	display:none;
}

/* Comment Rating */
.comment-form-rating .stars {
	position:relative;
	height:20px;
}
.comment-form-rating .stars span a {
	position:absolute;
	left:0;
	top:0;
	margin:0 !Important;
	width:auto !important;
	height:20px !important;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#c9c9c9;
	border:0 !important;
}
.comment-form-rating .stars span a.star-1 {z-index:5; width:16px !important;}
.comment-form-rating .stars span a.star-2 {z-index:4; width:32px !important;}
.comment-form-rating .stars span a.star-3 {z-index:3; width:48px !important;}
.comment-form-rating .stars span a.star-4 {z-index:2; width:64px !important;}
.comment-form-rating .stars span a.star-5 {z-index:1; width:80px !important;}


/* Variations Product */
.reset_variations {display:none;}

table.variations tbody,
table.variations {
	display:inline-block;
	vertical-align:top;
	margin:0;
}
table.variations tr {
	display:inline-block;
	vertical-align:top;
	width:130px;
	margin:0 7px 10px 0;
}
table.variations tr td {
	display:block;
	padding:0 0 4px;
	font-weight:400;
	line-height:20px;
	font-size:13px;
	color:#999;
	text-shadow:none;
	background:none;
}
table.variations tr td label {
	font-weight:400 !Important;
}

.single_variation_wrap {
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding-top:24px;
}
.single_variation_wrap:before {
	content:'Quantity';
	position:absolute;
	left:0;
	top:0;
	font-weight:400;
	line-height:20px;
	font-size:13px;
	color:#999;
}

.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart {
	margin:0 0 3px;
}
.woocommerce .quantity,
.woocommerce-page .quantity {
	width:82px;
	margin:0 18px 0 0 !Important;
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
	width:50px !important;
	padding:0 !important;
	height:40px !important;
	margin:0;
	font-size:12px;
	color:#666;
	border-radius:4px;
	border:1px solid #e3e3e3;
	box-shadow:3px 3px 3px rgba(0,0,0,0.05) inset;
}
.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
	width:29px;
	height:19px;
	border:1px solid #e3e3e3;
	border-radius:4px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.05) inset;
	background:#fff;
}

.summary [itemprop="description"] {
	margin-bottom:15px;
}
.summary [itemprop="description"] ul {
	list-style:disc;
	margin-left:13px;
}
.summary [itemprop="description"] ul li {
	padding:0 0 6px;
}


/* Like Buttons */
.fb_iframe_widget {
	display:inline-block !important;
	vertical-align:top;
	margin-right:10px;
	margin-top:-3px;
}
.googlep_wrap,
.googlep_wrap div {
	display:inline-block;
	vertical-align:top !important;
}


/* Woocommerce Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
	display:none;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
	margin-bottom:70px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
	margin:0 0 24px;
	padding:0;
	border-bottom:1px solid #e3e3e3;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	margin:0 -3px 0 0;
	padding:0;
	min-width:170px;
	text-align:center;
	border-color:#e3e3e3;
	border-bottom:0;
	box-shadow:none;
	background:#f7f7f7;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
	position:relative;
	padding:15px 35px 13px;
	font-weight:700;
	line-height:20px;
	font-size:18px;
	color:#999;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
	color:#333;
}
.description_tab a:before {
	content: "\f06a";
	position:absolute;
	left:10px;
	top:15px;
	width:20px;
	height:20px;
	font-family: FontAwesome;
	text-align:center;
	line-height:20px;
	font-size:16px;
	color:#999;
}
.reviews_tab a:before {
	content: "\f075";
	position:absolute;
	left:10px;
	top:15px;
	width:20px;
	height:20px;
	font-family: FontAwesome;
	text-align:center;
	line-height:20px;
	font-size:16px;
	color:#999;
}


/* Inform */
.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
	border:0;
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
	padding:0 0 10px;
	text-align:left;
	font-style:normal;
	border:0;
}
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th,
.woocommerce-page table.shop_attributes .alt td,
.woocommerce-page table.shop_attributes .alt th {
	background:none;
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
	font-weight:700;
	color:#333;
}
.additional_information_tab a:before {
	content: "\f0d1";
	position:absolute;
	left:10px;
	top:15px;
	width:20px;
	height:20px;
	font-family: FontAwesome;
	text-align:center;
	line-height:20px;
	font-size:16px;
	color:#999;
}


/* Reviews */
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	width:40px;
	height:40px;
	padding:0;
	margin:0 18px 15px 0;
	border:none;
	background:none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	margin-left:58px;
	padding:2px 0 0;
	border:none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .meta strong,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text .meta strong {
	font-weight:900;
	line-height:20px;
	font-size:14px;
	color:#333;
}



/* Related Products */
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product {
	width:25%;
}



/* Message Box */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
	padding:9px 10px 9px 78px !Important;
	line-height:40px;
	font-size:14px;
	border:1px solid #e6e6e6;
	border-radius:4px;
	box-shadow:0 2px 3px rgba(0,0,0,0.3);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f1f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f1f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f2f1f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f2f1f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f2f1f2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f2f1f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f1f2',GradientType=0 ); /* IE6-9 */
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
	left:0;
	top:0;
	width:60px;
	height:100%;
	text-align:center;
	line-height:65px;
	font-size:22px;
	color:#333;
	box-shadow:none;
	border-radius:0;
	border-right:1px solid #e6e6e6;
	background:none;
}



/* Pagination */
.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
	margin:0 0 20px;
	text-align: left;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
	display:block;
	margin:0;
	border:0;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
	display:inline-block;
	margin:0 2px 0 3px;
	border:0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span {
	display:block;
	padding:6px 18px;
	font-weight:700;
	line-height:24px;
	font-size:18px;
	color: #999;
	border:2px solid #efefef;
	border-radius:5px;
	background-color:#efefef;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:focus {
	color:#333;
	border-color:#e2e2e2;
	background-color:#e2e2e2;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
    color: #333;
	cursor:default;
    border-color:#333;
	background-color:transparent;
}


/* Widgets Product List */
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
	position:relative;
	padding:0 0 20px 83px;
	min-height:107px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
	position:absolute;
	left:0;
	top:0;
	float:none;
	width:63px;
	margin:0;
	box-shadow:none;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
	margin-top:-4px;
	font-weight:normal;
	line-height:20px;
	font-size:14px;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.woocommerce-page ul.cart_list li dl,
.woocommerce-page ul.product_list_widget li dl {
	padding:0;
	border:0;
}
.woocommerce ul.cart_list li .amount {
	font-weight:900;
	color:#333;
	font-size:16px;
}

.woocommerce .widget .star-rating,
.woocommerce-page .widget .star-rating {
	height:20px;
	line-height:20px;
}
.woocommerce .widget .star-rating:before,
.woocommerce-page .widget .star-rating:before {
	color:#ccc;
}
.woocommerce .widget .star-rating span:before,
.woocommerce-page .widget .star-rating span:before {
	color:#ffcf2a;
}

.woocommerce ul.cart_list li del,
.woocommerce ul.product_list_widget li del,
.woocommerce-page ul.cart_list li del,
.woocommerce-page ul.product_list_widget li del {
	display:inline-block;
	vertical-align:top;
	line-height:24px;
	font-size:12px;
	color:#6666;
}
.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins,
.woocommerce-page ul.cart_list li ins,
.woocommerce-page ul.product_list_widget li ins {
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	font-weight:900;
	line-height:24px;
	font-size:16px;
	color:#333;
}


/* Widget Cart */
.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
	margin:0;
	padding:19px 0 15px;
	border-top:1px solid #e6e6e6;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong,
.woocommerce-page.widget_shopping_cart .total strong,
.woocommerce-page .widget_shopping_cart .total strong {
	font-weight:400;
	line-height:20px;
	font-size:14px;
}
.woocommerce.widget_shopping_cart .total .amount,
.woocommerce .widget_shopping_cart .total .amount,
.woocommerce-page.widget_shopping_cart .total .amount,
.woocommerce-page .widget_shopping_cart .total .amount {
	float:right;
	font-weight:900;
	font-size:16px;
	color:#333;
}


/* Widget Filter by Price */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	margin:0 0 17px;
	height:3px;
	border-radius:0;
	background:#efefef;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	background:#1e1e1e;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	top:-4px;
	width:11px;
	height:11px;
	border:3px solid #1f1f1f;
	box-shadow:none;
	background:#fff;
	transition:none;
	-webkit-transition:none;
}
.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
	font-weight:900;
	line-height:40px;
	font-size:12px;
	color:#666;
}
.woocommerce .widget_price_filter .price_slider_amount span,
.woocommerce-page .widget_price_filter .price_slider_amount span {
	font-weight:400;
	color:#333;
}


/* Categories Widget */
.widget_product_categories ul {
	list-style:none;
	margin:0;
	border:1px solid #efefef;
	border-radius:4px;
}
.widget_product_categories ul li {
	position:relative;
	padding:9px 28px 10px;
	line-height:20px;
	font-size:14px;
	color:#666;
	border-bottom:1px solid #efefef;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.widget_product_categories ul li:last-child {border-bottom:0;}
.widget_product_categories ul li:hover {background-color:#f8f8f8;}
.widget_product_categories ul li.current-cat {color:#333;}
.widget_product_categories ul li i {
	position:absolute;
	left:11px;
	top:10px;
	width:10px;
	height:20px;
	font-weight:700;
	line-height:20px;
	color:#ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.widget_product_categories ul li:hover i,
.widget_product_categories ul li.current-cat i {
	left:16px;
	color:#333;
}
.widget_product_categories ul li a {
	font-size:14px;
	color:#666;
}
.widget_product_categories ul li.current-cat a {
	font-weight:900;
	color:#333;
}
.widget_product_categories ul li:hover a {color:#333;}


/* Widget Layered Nav */
.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
	display:inline-block;
	padding:0;
	margin:5px 10px 5px 0;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li a {
	padding:0;
	font-weight:900;
	line-height:20px;
}
.woocommerce .widget_layered_nav ul li .count,
.woocommerce-page .widget_layered_nav ul li .count {
	display:none;
}

.woocommerce .widget_layered_nav ul li.chosen,
.woocommerce-page .widget_layered_nav ul li.chosen {
	margin:0 5px;
}
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
	padding:5px 10px;
	border:0;
	border-radius:5px;
	background:#1d1d1d;
}

.widget_layered_nav_filters {
	padding:15px 20px 8px;
	border-radius:5px;
	background-color:#e9e9e9;
}
#sidebar .widget_layered_nav_filters.widget h6 span {
	background:none;
}
.woocommerce .widget_layered_nav_filters ul li,
.woocommerce-page .widget_layered_nav_filters ul li {
	margin:0 10px 10px 0;
	padding:0;
}
.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce-page .widget_layered_nav_filters ul li a {
	padding:5px 10px;
	line-height:20px;
	border:0;
	border-radius:5px;
	background:#1d1d1d;
}



/* Cart Page */
.woocommerce table.shop_table thead,
.woocommerce-page table.shop_table thead {
	color:#999;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
	padding:6px 20px 20px;
}
.woocommerce table.shop_table td.actions,
.woocommerce-page table.shop_table td.actions {
	padding:20px;
}

.woocommerce table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
	width:120px;
}
.woocommerce table.cart img,
.woocommerce-page table.cart img {
	width:100px;
}

.shop_table .product-name a {
	text-transform:uppercase;
	font-weight:900;
	font-size:14px;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt {
	font-weight:400;
	font-size:11px;
	color:#333;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dd {
	margin-bottom:0;
}

.woocommerce table.shop_table td.product-price,
.woocommerce-page table.shop_table td.product-price
.woocommerce table.shop_table td.product-subtotal,
.woocommerce-page table.shop_table td.product-subtotal {
	font-weight:900;
	font-size:14px;
	color:#666;
}

.woocommerce table.cart a.remove,
.woocommerce-page table.cart a.remove {
    display: inline-block;
	vertical-align: top;
	width: 24px;
    height: 24px;
    font-style: normal;
    line-height: 20px;
	font-size: 18px;
	color: #999;
    text-align: center;
	border: 2px solid #ccc;
    border-radius:0;
}
.woocommerce table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover {
	background:none;
	border-color:#c33;
	color:#c33;
}

.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce #main textarea,
.woocommerce #main input[type="text"],
.woocommerce #main input[type="password"],
.woocommerce #main input[type="datetime"],
.woocommerce #main input[type="datetime-local"],
.woocommerce #main input[type="date"],
.woocommerce #main input[type="month"],
.woocommerce #main input[type="time"],
.woocommerce #main input[type="week"],
.woocommerce #main input[type="number"],
.woocommerce #main input[type="email"],
.woocommerce #main input[type="url"],
.woocommerce #main input[type="search"],
.woocommerce #main input[type="tel"],
.woocommerce #main input[type="color"],
.woocommerce .uneditable-input,
#calc_shipping_postcode,
.woocommerce .input-text,
.woocommerce .input-text:focus {
	width:auto;
	height: 40px;
	margin:0 10px 5px 0;
	padding:8px 25px;
    color: #666;
    font-size: 12px;
	border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05) inset;
}
#coupon_code {
	width:300px;
	height:40px;
	font-size:16px;
}
#calc_shipping_postcode {
	width:100%;
	height:40px;
}

.woocommerce table.cart input,
.woocommerce-page table.cart input {
	line-height:24px;
}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
	padding-top:30px;
	text-align:right;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
	display:none;
}



/* My Account Page */
#main .woocommerce header {
	position:static;
}



/* Checout */
#ship-to-different-address {
	float:none;
	width:100%;
	margin:0;
}
#ship-to-different-address #ship-to-different-address-checkbox {
	margin-top:-18px;
}




















