
	/**-------- Page Shop -------**/
/**-------- Copy Right LumiseTheme ------*/
.content_fullwidth{
	width: 100%;
	float: left;
	margin-top:30px;
}


.entry-content ul.products,
.woocommerce .product-inner p {
	margin: 0px;
}

.woocommerce-page .container .row{
	margin-top: 0;
}

.woocommerce-page #breadcrumb .page-title{
	padding-top: 30px;
}
.woocommerce-page.compact .header+div.container{
	margin-top: 62px;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message .button{
	margin-right: 10px;
	border-radius: unset;
}

.woocommerce #sidebar:before,
.woocommerce-product-gallery__trigger,
.woocommerce .product-inner br,
.messenger-shipping,
.single-product .woocommerce-tabs .entry-content h2,
.woo_des,
.columns-4 .product-buttons .product-buttons-box a.show_details_button,
.product .product-buttons .show_details_button,
.woocommerce-product-search .screen-reader-text,
.woocommerce-product-search button,
.woocommerce-cart .woocommerce .product-quantity .screen-reader-text,
.woocommerce-cart .woocommerce .car-body-shipping .shipping-calculator-button,
.woocommerce #content table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce table.shop_table.cart tr:last-child td:before,
.woocommerce-page .box-date,
.woocommerce-page .title,
.woocommerce-page .content_left .entry-thumbnail
/*.woocommerce-checkout-review-order-table .woocommerce-shipping-totals*/
{
	display: none;
}


ul.products li.product > a:before {
	content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

ul.products li.product.grid > a {
    position: relative;
}


/*-- Single Product --*/
.woo_wrapeper {
	float: left;
	width: 100%;
	padding: 80px 0;
}
.single-product .product_title {
    font-size: 1.8em;
    line-height: 30px;
    color: #191919;
    margin-bottom: 10px;
    font-weight: 700;

}


.single-product div.product{
	width: 100%;
	float: left;
}
.comment-reply-title{
	font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
    color: #151515;
}

.single-product .cart{
	float: left;
	width: 100%;
}

.single-product .woocommerce-tabs ul.tabs li.active a{
	color: #21293c!important;

}

.single-product .woocommerce-tabs ul.tabs li.active{
	border-color: #47c1bf!important;
}

.single-product .woocommerce-product-details__short-description {
	margin-bottom: 27px;

}

.single-product .woocommerce-product-details__short-description p {
	margin-bottom: 15px;
    font-size: 14px;
    line-height: 27px;
}

.single-product .star-rating{
	margin-right: .7143em;
}

.king-product-info .star-rating{
	/*display: none;*/
}

.single-product .woocommerce-product-rating{
	margin-bottom: 10px;
	display: flex;
}

.single-product .product > span.onsale{
	position: absolute;
	left: 46%;
	right: auto;
	transform:translate(-66px,0);

}
.single-product .price del{
	font-size: 18px;
	color: #ccc;
	font-weight: normal;
}
.single-product .price ins,
.single-product .price > .amount{
	background: transparent;
	color: #47c1bf;
	font-weight: 500;
	font-size: 1em;
	letter-spacing: 0;
}
.single-product .price ins{
	text-decoration: none;
}
.single-product-share {
	clear: both;
	margin-top: 20px;
}
.single-product-share ul li{
	float: left;
	margin-right: 8px;
}
.single-product-share ul li a{
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	border:  1px solid transparent;
	line-height: 33px;
	color: #fff;
	border-radius: 50%;
}
.single-product-share ul li:nth-of-type(1) a{
	background: #3b5998;
	border-color: #3b5998;
}
.single-product-share ul li:nth-of-type(2) a{
	background: #1da1f2;
	border-color: #1da1f2;
}
.single-product-share ul li:nth-of-type(3) a{
	background: #bd081c;
	border-color: #bd081c;
}
.single-product-share ul li:nth-of-type(4) a{
	background: #db4437;
	border-color: #db4437;
}
.single-product-share ul li:nth-of-type(5) a{
	background: #0075B2;
	border-color: #0075B2;
}
.single-product-share ul li:hover a {
	box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.4)
}
.single-product .product .woocommerce-tabs{
	clear: both;
	margin-bottom: 50px;
	overflow: hidden;
	margin-top: 60px;
	float: left;
	width: 100%;
}

.woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	border-bottom: 1px solid #ededed;
	width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #818692;
	display: inline-block;
	font-weight: 600;
	height: 43px;
	line-height: 43px;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	/*font-family: Open Sans,sans-serif;*/
}

.woocommerce-tabs ul.tabs li {
	list-style: none;
    float: left;
    border-radius: 0;
    border: 0;
    background: none;
    padding: 7px 0px;
    margin-right: 35px;
    text-transform:uppercase;
}

.woocommerce-tabs ul.tabs li.active, .woocommerce-tabs ul.tabs li:hover {
border-bottom: 1px solid #47c1bf !important;
}

.woocommerce-tabs .panel {
	float: left;
	padding: 30px 0 15px;
	width: 100%;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	border:none;
}

.woocommerce-tabs ul li {
	width: initial !important;
}

.single-product .product .upsells.products, .single-product .product .related.products{
	width: 100%;
	clear: both;
	float: left;
}


.single-product .woocommerce-tabs{
	margin-bottom: 40px;
}

.single-product .woocommerce-tabs #comments,
.single-product .woocommerce-tabs .commentlist{
	margin: 0 !important;
}
.single-product .woocommerce-tabs #comments .comment {
	margin-bottom: 30px;
}
.single-product .woocommerce-tabs #comments .woocommerce-Reviews-title{
	font-size: 20px;
	color: #191919;
	font-weight: 500;
	margin-bottom: 20px;
}
.single-product .comment_container .avatar {
	float: left;
	border-radius: 50%;
	padding: 2px;
	border: 1px solid #e4e4e4;
	margin-right: 20px;
}
.single-product .comment_container .comment-text{
	overflow: hidden;
}
.single-product .comment_container .comment-text .meta{
	float: left;
	margin: 0 0 5px;
}
.single-product .comment_container .comment-text .meta strong{
	color: #333;
	font-weight: 500;
}
.single-product .comment_container .comment-text .meta time{
	font-size: 12px;
	color: #999;
}
.single-product .comment_container .comment-text .star-rating{
	float: right;
	margin: 0;
}
.single-product .comment_container .comment-text .description{
	float: left;
	width: 100%;
}
.single-product .comment_container .comment-text .description p{
	margin: 0;
}
.woocommerce-product-rating .woocommerce-review-link {
    box-shadow: none;
    margin-right: 5px;
    color: #bdbdbd;
    padding: 0 .7143em;
    display: inline-block;
    padding-left: 0;
}
.summary.entry-summary .price {
	margin: 0 0 25px;
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
    color: #47c1bf;
}
.summary.entry-summary form.cart .quantity {
	float: left;
	margin-right: 10px;
}
.summary.entry-summary form.cart .quantity input {
	width: 65px;
	border: 1px solid #ddd;
	vertical-align: middle;
	padding: 7px 0px 8px;
	text-align: center;
	font-size: 14px;
	line-height: 23px;
	color: #727272;
}
.summary.entry-summary .product_meta {
    clear: both;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 0;
    margin: 0;
    float: left;
    width: 100%;
}
.single-product .product_meta .sku_wrapper, .single-product .product_meta .posted_in, .single-product .product_meta .tagged_as{
	float:left;
	width:100%;
	color: #777;
}
.single-product .product_meta .sku_wrapper .sku{
}
.single-product .product_meta .tagged_as a{
 	/*color: #666;*/
}
 .single-product .product_meta .tagged_as a:hover{
 	color: #47c1bf;
 }
span.posted_in a {
	box-shadow: none;
}

span.posted_in a:hover {
	text-decoration: underline;
}

#tab-reviews #comments {
	border-top: none;
	padding-top: 0;
}
#tab-description p {
	margin-bottom: 20px;
}
.summary.entry-summary .short-description p {
	margin-bottom: 25px;
}
#tab-reviews #review_form #respond {
	padding: 0;
}
#tab-reviews #review_form #respond h3{
	font-size: 20px;
	color: #191919;
	font-weight: 500;
}
#tab-reviews #review_form #respond #commentform > p{
	float: left;
	width: 100%;
}
#tab-reviews #review_form #respond #commentform > p .stars{
	margin: 0 !important;
}
#tab-reviews #review_form #respond #commentform label{
	color: #343434;
	font-weight: 400;
}
#tab-reviews #review_form #respond #commentform input{
	line-height: 35px;
	height: 37px;
	float: left;
	width: 100%;
	background-color: #f2f2f2;
}
#tab-reviews #review_form #respond #commentform textarea{
	border: 1px solid #d0d0d0;
	line-height: 35px;
	padding: 0 8px;
	background: transparent;
	color: #999;
	float: left;
	width: 100%;
}
#tab-reviews #review_form #respond #commentform input[type="submit"]{
	width: auto;
	color: #fff;
	padding: 0 26px;
	background: #47c1bf;
	border-color: #47c1bf;
	font-weight: 600 !important;
	text-transform: uppercase;
	border-radius: 2px;
	border: 0;
	letter-spacing: 0.4px;
	font-size: 14px;
}
#tab-reviews #review_form #respond #commentform input[type="submit"]:hover{
	box-shadow: inset 0 0 100px rgba(0, 0, 0, .15);
}
.woocommerce-message {
	margin-bottom: 10px;
    padding: 10px 0px;
    /*font-family: Open Sans,sans-serif;*/
}
.woocommerce-privacy-policy-text a{
	color: #47c1bf;
}
.woocommerce-privacy-policy-text a:hover{
	text-decoration: underline;
}
/* Product cate */
ul.products {
	list-style: outside none none;
	clear: both;
	padding: 0;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -9px !important;
}
ul.columns-2 li.product{
	width: 50%;
}
ul.columns-5 li.product{
	width: 20%;
}
ul.columns-6 li.product{
	width: 16.66666666666%;
}
ul.columns-3 li.product {
	width: 33.3333%;
}
ul.products li.columns-4 {
	width: 25%;
	padding: 0 9px;
}
ul.products li.product {
	float: left;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
	padding: 0 9px;
}
ul.products li.first {
	margin-left: 0;
	clear: left;
}
ul.products li.last {
	margin-right: 0;
}
.onsale {
	position: absolute;
	left: auto;
	top: 0.8em;
	text-transform: capitalize;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	border-radius: 20px;
	text-align: center;
	color: #fff;
	right: 16px;
	z-index: 1;
	background-color:#f44336;
	z-index: 9999;
}
.woocommerce-page .button br{
	display: none;
}
ul.products li.product a {
	text-decoration: none;
}
ul.products li.product .king-product-info  h3.product-title {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0 !important;
    float: none;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #2b2b2d;
}
ul.products li.product .king-product-info h3.product-title a {
    text-align: center;
    font-weight: 400;
    color: #343434;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: auto;
    float: none;
    font-size: 16px;
}
ul.products li.product .king-product-info h3.product-title a:hover{
	color: #444;
}
ul.products li.product.list .king-product-info h3.product-title a{
	text-align: left;
}
ul.products li.product .product-info-box{
	position: relative;
	display: inline-block;
}
ul.products li.product .price {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
ul.products li.product .price .amount {
	font-size: 14px;
	font-weight: 700;
	color: #191919;
	display: inline-block;
	margin: 0;
}

ul.products li.product .price ins .amount{
	color: #F44336;
}

.woocommerce ul.products li.product .product-buttons{
	float: left;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 100;
    transform: translateY(-50%);
    margin-top: -25px;
    left:25%;
}

.kingcomposer ul.products li.product .product-buttons{
	float: left;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 100;
    transform: translateY(-50%);
    margin-top: -25px;
}

ul.products li.product .product-type-external{
	float: left;
    width: 72%;
    position: absolute;
    top: 50%;
    z-index: 100;
    transform: translateY(-60%);
    left: -10%;
}

.product-buttons .product-buttons-box {
	float: left;
	width: 100%;
}
.columns-4 .product-buttons .product-buttons-box{
	text-align: center;
	margin: 0;
}
.columns-4 .product-buttons .product-buttons-box a{
	display: inline-block;
	margin: 0 10px;
	float: none;
}

.columns-4.list .product-buttons .product-buttons-box a.show_details_button,
.woocommerce-cart .woocommerce .order_review{
	display: block;
	float: left;
}
ul.products li.product .price ins {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-weight: 600;
	padding-right: 0px;
}
ul.products li.product .price del {
	display: inline-block;
	color: inherit;
	opacity: 0.5;
}
ul.products li.product span.price del .amount {
	font-size: 13px;
	font-weight: 400;
	color: #999;
	display: inline-block;
	text-decoration: line-through;
}
.products li.list .product-buttons .button.product_type_simple{
	float: left;
}
.products li.list .product-buttons .button.product_type_variable{
	float: right;
}
.product-buttons .product-buttons-box .button.product_type_simple, .product-buttons .button.product_type_variable{
    border: none;
    padding: 0px 20px;
    background: rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    border-radius: 3px;
    line-height: 35px;
    display: inline-block;
    margin: 5px !important;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.product-buttons .button.product_type_external{
	padding: 3px;
	line-height: 20px;
}

.product-buttons .product-buttons-box .button.product_type_grouped{
	border: none;
	background: rgba(0, 0, 0, 0.4);
	text-shadow: none;
	box-shadow: none;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	border-radius: 2px;
	line-height: 28px;
	display: inline-block;
	margin: 0 5px;
	-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.product-buttons .product-buttons-box .button.product_type_simple:hover, 
.product-buttons .button.product_type_variable:hover, 
.product-buttons .button.product_type_grouped:hover{
	background: #47c1bf;
}
.type-product:hover .product-buttons .button.product_type_simple, 
.type-product:hover .product-buttons .button.product_type_variable,
.type-product:hover .product-buttons .button.product_type_grouped,
.type-product:hover .product-buttons .button.product_type_external{
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
	content: "\f00c";
	font-family: fontawesome;
	margin-left: 0.53em;
	vertical-align: bottom;
}
.product-buttons .added_to_cart {
	display: none !important;
}

.product-buttons .show_details_button {
	float: right;
	font-size: 12px;
	padding-left: 15px;
	text-align: left;
	padding: 8px 20px;
	text-transform: uppercase;
	width: auto;
	color: #fff;
	padding: 8px 20px;
	line-height: 16px;
	font-weight: 600;
	background: rgba(0, 0, 0, 0.4);
}
.product-images .crossfade-images {
	display: block;
	position: relative;
}
.grid .product-images .product-detail-image{
	overflow: hidden;
	position: relative;
	display: block;
}
.woocommerce-page ul.products li.grid.grid-4{
	width: 23% !important;
	margin-right: 2.65%;
}
.grid.grid-4 .product-images .crossfade-images img{
	min-height: 200px;
}
.grid .product-images .crossfade-images .hover-image{
	height: auto !important;
	max-height: 10000px;
}
.product-images .crossfade-images .hover-image{
	opacity: 0;
	max-width: 100%;
	max-height: 100%;
}
.grid:hover .product-images .crossfade-images .hover-image{
	opacity: 1 !important;
}
.grid:hover .product-images .crossfade-images img{
	opacity:0;
}
.product-images .hover-image {
	position: absolute !important;
}
.product-images .crossfade-images img {
	-webkit-transition: opacity 0.5s ease-in-out!important;
	-moz-transition: opacity 0.5s ease-in-out!important;
	-o-transition: opacity 0.5s ease-in-out!important;
	transition: opacity 0.5s ease-in-out!important;
	position: relative;
	z-index: 50!important;
	margin-bottom:0!important;
	max-width: 100%;
}
/*Navigation*/
nav.woocommerce-pagination {
	text-align: center;
	clear: both;
	overflow: hidden;
	padding: 30px 0;
}
nav.woocommerce-pagination ul {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #d3ced2 -moz-use-text-color #d3ced2 #d3ced2;
	border-image: none;
	border-style: solid none solid solid;
	border-width: 0px;
	clear: both;
	display: inline-block;
	margin: 1px;
	padding: 0;
	white-space: nowrap;
}
nav.woocommerce-pagination ul li {
	display: inline;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	margin-right: 8px;
}
nav.woocommerce-pagination ul li a, nav.woocommerce-pagination ul li span {
	display: block;
	font-weight: 400;
	margin: 0;
	border: 1px solid #e3e3e3;
    line-height: 35px;
    width: 40px;
    text-align: center;
    border-radius: 1px;
	color: #999;
}
nav.woocommerce-pagination ul li a:focus,
nav.woocommerce-pagination ul li a:hover,
nav.woocommerce-pagination ul li span.current {
	background: #ebe9eb none repeat scroll 0 0;
	color: #555;
}
/* Sidebar */
#sidebar .widget.woocommerce  ul li a{
	float: none;
}
#sidebar .widget.widget_shopping_cart ul li a{
	float: left;
}

.sidebar-toggle,
.sidebar-toggle-left{
	display: none;
    width: 40px;
    height: 40px;
    top: 20%;
    margin: auto;
    font-size: 17px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
	border: 1px solid #ccc;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,.15);
}

 .mask_sidebar.active{
    position: fixed;
    display: block;
    background: #000;
    z-index: 9999;
    top: 0;
    left: 0px;
    opacity: 0.35;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
}

.woocommerce-page  .show_sidebar{
	left: 0px;
	z-index: 999999;
}

.woocommerce-page  .show_sidebar .sidebar-toggle,
.woocommerce-page  .sidebar-toggle-left{
	display: none;
	left: 0px;
}

.woocommerce-page  .show_sidebar .sidebar-toggle-left
{
	display: block;
    left: 290px;
    position: fixed;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

.fa-angle-double-right:hover,
.fa-angle-double-left:hover{
	color: #47c1bf;
}



/* Widget product search */

.woocommerce-product-search input.search-field {
	border: 1px solid #ddd;
    padding: 10px 20px;
    float: left;
    width: 100%;
    /*color: #666;*/
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}

.woocommerce-product-search input.search-field:hover, .woocommerce-product-search input.search-field:focus {
	border: 1px solid #47c1bf;
}
.woocommerce-product-search input[type="submit"] {
	text-shadow: none;
	text-transform: uppercase;
	font-weight: 600;
	color: #191919;
	background-color: #FFF;
	display: inline-block;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid #DDD;
	padding: 10px 12px;
	font-size: 11px;
	line-height: 1.42857;
	border-radius: 0px;
	-moz-user-select: none;
	transition: all 0.3s ease 0s;
	position: relative;
	text-decoration: none;
}
.woocommerce-product-search input[type="submit"]:hover {
	opacity: 0.8;
	background: #191919;
	color: #fff;
	border-color: #191919;
}
/* Widget Filter Layered Nav */
.widget.widget_layered_nav_filters ul li.chosen {
	width: 100%;
	margin-bottom: 5px;
}
.widget.widget_layered_nav_filters ul li.chosen a {
	/*color: #666;*/
	font-size: 14px;
}
.widget_layered_nav_filters ul li a::before {
	content: '\f00d';
	font-family: 'FontAwesome';
	color: #47c1bf;
	font-size: 14px;
}
/* Widget Price Filter */
aside.widget.woocommerce {
	margin-bottom: 30px;
}
aside.widget.woocommerce.widget_product_categories {
	float: left;
}
.widget.widget_price_filter form {
	clear: both;
}
.woocommerce .widget_price_filter .price_slider {
	margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
	font-size: 0.8751em;
	line-height: 2.4;
	text-align: right;
	margin-top: 20px;
}
.woocommerce .widget_price_filter .ui-slider {
	margin-left: 0.5em;
	margin-right: 0.5em;
	position: relative;
	text-align: left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #a46497;
	border-radius: 1em;
	cursor: ew-resize;
	height: 1em;
	margin-left: -0.5em;
	outline: 0 none;
	position: absolute;
	top: -0.3em;
	width: 1em;
	z-index: 2;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #a46497;
	border: 0 none;
	border-radius: 1em;
	display: block;
	font-size: 0.7em;
	position: absolute;
	z-index: 1;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #602053;
	border: 0 none;
	border-radius: 1em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
	top: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

ul.products li.product .king-product-info {
 	float: left;
    width: 100%;
    background-color: #fff;
	text-align:center;
	text-align: -webkit-center;
	display: inline-block;
    padding-bottom: 12px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{
	background: #fff;
	border: 1px solid #D9D9D9;
	height: 20px;
	top: -5px;
	margin-left: -5px;
	width: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.65);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:hover, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:hover{
	box-shadow: inset 0 0 0 2px rgba(255,255,255,.65);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range{
	background: #47c1bf none repeat scroll 0% 0%;
	box-shadow: none !important;
}
.woocommerce .widget_price_filter .ui-slider-horizontal, .woocommerce-page .widget_price_filter .ui-slider-horizontal{
	height: 6px;
	position: relative;
	background: transparent !important;
	border: none;
	border-bottom: 1px solid #ccc !important;
	border-radius: 0px !important;
	margin: 0 5px;
	width: 91%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{
	height: 1px;
	top: 5px;
}
.woocommerce-page .widget_price_filter .price_slider_amount .button {
	float: right;
	margin-top:10px;
	font-weight: 300;
	padding: 7px 14px;
}
.woocommerce-page .widget_price_filter .price_slider_amount .price_label{
	float:left;
	font-size:14px;
	margin-top:10px
}
.woocommerce-page .widget_price_filter .price_slider_amount .price_label span{
	font-weight: 400;
	color: #ADADAD;
}
#sidebar .widget.woocommerce ul li a{
	color: #666;
}
#sidebar .widget.woocommerce ul li a:hover{
	text-decoration: underline;
}
.product_list_widget .amount{
	color: #47c1bf;
	font-weight: 600;
}
.product_list_widget del .amount{
	color: #999;
	opacity: 0.5;
	text-decoration: line-through;
}
.product_list_widget ins{
	text-decoration: none;
}
/* Widget Cart List */
.widget_shopping_cart_content ul.cart_list {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.widget_shopping_cart_content ul.cart_list li.mini_cart_item {
	margin: 0;
	padding: 0 0 20px 0 !important;
	position: relative;
	border-bottom: 1px solid #ededed;
	border: none !important;
	display: inline-block;
	width: 100%;
}
ul.cart_list li > a {
	display: block;
	float: left;
	width: 26%;
}
ul.cart_list li > a:hover {
	text-decoration: none;
}
ul.cart_list li img {
	float: left;
	border: 1px solid #e9e9e9;
	padding: 2px;
	margin-left: 0px;
	width: 70px;
	box-shadow: none;
	margin-right: 18px;
}
ul.cart_list li .widget-post-text {
	float: left;
	margin: 0;
	padding: 0 0 0 18px;
	width: 72%;
	position: relative;
}
ul.cart_list li .widget-post-text h4 {
	margin-bottom: 0;
	float: left;
	width: 100%;
}
ul.cart_list li .widget-post-text h4 a {
	font-size: 14px;
	font-weight: 500;
	/*color: #666;*/
}
ul.cart_list li .widget-post-text .quantity {
	color: #999;
	font-size: 14px;
	margin-bottom: 0;
}
ul.cart_list li .widget-post-text .quantity .amount {
	color: #47c1bf;
}
ul.cart_list li .widget-post-text a {
	color: #47c1bf;
	font-size: 14px;
	font-weight: bold;
}
ul.cart_list li .widget-post-text .remove{
	position: absolute;
	right: 0;
	bottom: 8px;
}
#sidebar .widget.woocommerce ul li a.remove{
	color: #888;
	border-color: #888;
}
#sidebar .widget.woocommerce ul li a.remove:hover{
	border-color: #47c1bf;
	color: #fff;
}
.widget_shopping_cart_content .total {
	font-size: 14px;
	padding: 10px 0;
	color: #727272;
	margin-bottom: 20px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}
.widget_shopping_cart_content .total strong {
	font-weight: 600;
}
.widget_shopping_cart_content .total .amount {
	font-weight: 600;
	color: #333;
	line-height: 23px;
	float: right;
}
.widget_shopping_cart_content .buttons {
	font-size: 14px;
	line-height: 23px;
	color: #727272;
	margin-bottom: 0px;
	float: left;
	width: 100%;
}
.widget_shopping_cart_content .buttons a{
	float: left;
}
/*  Widget Product Category */
ul.product-categories {
	list-style: none outside none;
	padding: 0px;
	margin: 0px;
	float: left;
	margin-top: -10px;
	width: 100%;
	clear: both;
}
.product-categories .cat-item {
	padding: 5px 0px;
}
ul.product-categories .children {
	list-style: none outside none;
}
ul.product-categories .cat-item a {
	/*color: #666;*/
	font-size: 14px;
}

/* Widget Product List */
.cart_quick_view .product_list_widget li{
	padding: 0 18px;
	position: relative;
	margin-bottom: 16px;
	border: 0;
}
.product_list_widget {
	list-style: outside none none;
}
.product_list_widget li {
	border-bottom: 1px solid #ededed;
	padding: 10px 0;
	list-style: outside none none;
	margin: 0;
	width: 100%;
	display: inline-block;
}
.product_list_widget li a img {
	float: left;
	width: 70px;
	border: 1px solid #e9e9e9;
	box-shadow: none;
	margin-right: 18px;
	padding: 2px;
}
ul.product_list_widget li a {
	font-size: 14px;
	font-weight: 500;
	/*color: #666;*/
	display: block;
}
ul.product_list_widget li ins {
	background: inherit;
	color: #1a1a1a;
}


/* Widget Filter by attribute */
.widget_layered_nav ul {
	border: 0 none;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.widget_layered_nav ul li {
	list-style: outside none none;
	padding: 0 0 1px;
}
.widget_layered_nav ul li::after, .widget_layered_nav ul li::before {
	content: " ";
	display: table;
}
.widget_layered_nav ul li::after {
	clear: both;
}
.widget_layered_nav ul li a, .widget_layered_nav ul li span {
	padding: 1px 0;
	/*color: #666;*/
	font-size: 14px;
}
.widget_layered_nav ul li.chosen a::before {
	color: #a00;
	content: "Ã®â‚¬â€œ";
	font-family: WooCommerce;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	margin-right: 0.618em;
	text-decoration: none;
	text-transform: none;
}
.widget_layered_nav_filters ul {
	border: 0 none;
	list-style: outside none none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.widget_layered_nav_filters ul li {
	float: left;
	list-style: outside none none;
	padding: 0 1px 1px 0;
}
.widget_layered_nav_filters ul li a {
	text-decoration: none;
}
.widget_layered_nav_filters ul li a::before {
	color: #a00;
	content: "Ã®â‚¬â€œ";
	font-family: WooCommerce;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	margin-right: 0.618em;
	text-decoration: none;
	text-transform: none;
}
.widget_layered_nav ul li.chosen a, .widget_layered_nav ul li.chosen a{
	border: 1px solid #13afeb;
	background: #13afeb;
}

/* Product Star Rating */
.star-rating {
	display: table;
	text-align: center;
	overflow: hidden;
	position: relative;
	height: 23px;
	line-height: 23px;
	font-size: 10px;
	width: 66px;
	letter-spacing: 2px;
	font-family: 'FontAwesome';
}
.woocommerce .star-rating:before {
	content: "\f005\f005\f005\f005\f005";
	color: #cecece;
	float: none;
	top: 0;
	left: 0;
	position: absolute;
	width: 5.1em;
}
.woocommerce .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 24px;
	display: table-cell;
	/* padding: 0 5px; */
	font-size: 11px;
}
.woocommerce .star-rating span:before {
	content: "\f005\f005\f005\f005\f005";
	color: #ffb503;
	top: 0;
	position: absolute;
	left: -1px;
	letter-spacing: 1px;
}
.woocommerce #review_form #respond p {
	margin: 0 0 15px;
}
.woocommerce p.stars {
	position: relative;
	font-size: 1em;
}
.woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5 {
	border-right: 1px solid #ccc;
	box-shadow: none;
}
.woocommerce p.stars a.star-1 {
	width: 2em;
}
.woocommerce p.stars a.star-2 {
	width: 3em;
}
.woocommerce p.stars a.star-3 {
	width: 4em;
}
.woocommerce p.stars a.star-4 {
	width: 5em;
}
.woocommerce p.stars a.star-5 {
	width: 6em;
	border: 0;
}
.woocommerce p.stars a {
	display: inline-block;
	margin-right: 1em;
	text-indent: -9999px;
	position: relative;
	border-bottom: 0 !important;
	outline: 0;
	line-height: 12px;
}
.woocommerce p.stars a {
	color: #dcdcdc;
}
.woocommerce p.stars a:hover, .woocommerce p.stars.selected a.active {
	color: rgb(106, 106, 109);
}
.woocommerce p.stars a.star-1:after, .woocommerce p.stars a.star-2:after, .woocommerce p.stars a.star-3:after, .woocommerce p.stars a.star-4:after, .woocommerce p.stars a.star-5:after {
	font-family: "FontAwesome";
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.woocommerce p.stars a.star-1:after {
	content: "\f005";
}
.woocommerce p.stars a.star-2:after {
	content: "\f005\f005";
}
.woocommerce p.stars a.star-3:after {
	content: "\f005\f005\f005";
}
.woocommerce p.stars a.star-4:after {
	content: "\f005\f005\f005\f005";
}
.woocommerce p.stars a.star-5:after {
	content: "\f005\f005\f005\f005\f005";
	
}
.woocommerce p.stars a:hover.star-5:after,
.woocommerce p.stars a:hover.star-4:after,
.woocommerce p.stars a:hover.star-3:after,
.woocommerce p.stars a:hover.star-2:after,
.woocommerce p.stars a:hover.star-1:after,
.woocommerce p.stars.selected a.active{
	color: #f1d90e;
}
.comment-form-rating label {
	margin-right: 10px;
}
/* Shop Product Order By and Display Layout */
.king-product-order > ul {
	float:right;
	margin-bottom:42px;
}
.king-product-order a {
	color:#777 !important;
	font-weight: 400;
}
.order-dropdown {
	float:left;
	width:200px;
	margin:0;
	padding:0;
	height:34px;
	letter-spacing: 1px;
	list-style:none;
	margin-right:10px;
	position:relative;
}
.order-dropdown ul {
	margin:0;
	padding:0;
	list-style:none;
}
.king-product-order .order {
	margin:0;
	padding:0;
	list-style:none;
}
.order-dropdown .current-li {
	border: 1px solid #ebe9eb;
	background:#fafafa;
	display:block;
	height:31px;
	line-height:34px;
	text-indent:13px;
	font-size:12px;
	height:34px;
}
.current-li-content {
	display: block;
	height: 30px;
	overflow: hidden;
	width: 139px;
}
.order-dropdown > li {
	position:relative;
	z-index:999;
}
.order-dropdown ul {
	display:none;
}
.order-dropdown > li:hover > ul {
	display:block;
	position:absolute;
	top:31px;
}
.order-dropdown li ul li {
	height: 30px;
	overflow: hidden;
}
.order-dropdown ul li a {
	width:168px;
	background:#fff;
	border:1px solid #ebe9eb;
	border-top:0;
	display:block;
	height:30px;
	line-height:30px;
	text-indent:13px;
	font-size:12px;
	padding:0;
	padding-right:13px;
}
.order-dropdown ul li a:hover {
	background:#47c1bf;
	color: #FFFFFF!important;
	text-decoration: none;
}
.order-dropdown ul li a strong {
	font-weight:normal;
}
.king-product-order .order {
	float:left;
}
.king-product-order .order li a {
	background:#fff;
	border:1px solid #ebe9eb;
	display:block;
	height:34px;
	line-height:34px;
	padding:0 13px;
	padding:0 10px;
}
.order-dropdown > li:after {
	display:block;
	font-family:"FontAwesome";
	content:"\f107";
	z-index:999;
	position:absolute;
	top:0;
	right:0;
	height: 33px;
	line-height: 33px;
	width: 33px;
	text-align:center;
	border-left:1px solid #e0e0e0;
}
.king-orderby-container{
	float:right;
}
.king-product-order .order li a{
	color: #999;
}
.king-product-order .order li a:hover{
	color: #555;
	background: #ebe9eb;
}
.icon-arrow-down:before {
	content: "\f063";
}
.icon-arrow-up:before {
	content: "\f062";
}
.king-switch-layout{
	float: left;
	margin-top: -1px;
	width: 88px;
}
.king-switch-layout #grid-button{
	float: left;
	width: 37px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #ebe9eb;
	height: 35px;
	line-height: 34px;
	color: #999;
	position: relative;
}
.king-switch-layout #list-button{
	float: left;
	width: 37px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #ebe9eb;
	height: 35px;
	line-height: 38px;
	margin-left: 8px;
	color: #999;
	position: relative;
}
.king-switch-layout a:before {
    opacity: 0;
    position: absolute;
    content: '';
    top: -33px;
    left: 50%;
    white-space: nowrap;
    height: 22px;
    line-height: 22px;
    padding: 0 15px;
    font-size: 10px;
    text-transform: uppercase;
    background: #555;
    color: #fff;
    border-radius: 2px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.king-switch-layout a:after {
    opacity: 0;
    content: "";
    top: -11px;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    border: 4px solid transparent;
    border-top-color: #555;
}
.king-switch-layout a:first-child:before{
	content: "Grid";
}
.king-switch-layout a:last-child:before{
	content: "List";
}
.king-switch-layout a:hover:after,
.king-switch-layout a:hover:before{
	opacity: 1;
}
.king-switch-layout #list-button:hover,
.king-switch-layout #grid-button:hover{
	background: #ebe9eb;
	color: #555;
}
.king-switch-layout i{
	font-size: 14px;
}
.king-product-order span.current-li .current-li-content a:hover, .king-product-order .order-dropdown span.current-li a:hover {
	text-decoration: none;
}
/* Related Product */
.related.products > h2 {
	font-size: 30px;
	margin-bottom: 20px;
	color: #191919;
}
.upsells.products > h2 {
	font-size: 21px;
	margin-bottom: 20px;
}
/* Cart page */

.woocommerce-cart .woocommerce .cart-actions .continue_shopping
{
	border-color: #47c1bf;
    border: none;
    text-transform: uppercase;
    background: #eee;
    border: 1px solid #ccc;
    color: #333 !important;
    border-radius: 3px;
    line-height: 16px;
    text-shadow: none;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
    font-size: 14px;
    padding: 12px 25px;

}

.woocommerce-cart .woocommerce .cart-actions .continue_shopping:hover{
	background-color: #ccc;
    color: #333 !important;
}

.woocommerce-cart .woocommerce .cart-actions .button {
	background-color: #eee;
    border: 1px solid #ccc;
    color: #333 !important;
    cursor: pointer;

}

.woocommerce-cart .woocommerce .cart-actions .button:hover{
	color: #333;
	text-decoration: none;
}

.woocommerce-cart .woocommerce .car-body .shop_table{
	margin-bottom: 9px;
	border: 0px;
}
.cart-collaterals .cart_totals tr th,
.cart-collaterals .cart_totals tr td {
	border: 0px !important;
}
.woocommerce-cart .woocommerce .actions .cart-actions{
	width: 100%;
	float: left;
    text-align: right;
    margin-top: 20px;
    padding: 0 15px;
}

.woocommerce-cart .woocommerce .car-body-discount .coupon{
	width: 100%;
	float: left;
	padding-bottom: 15px;
}

.woocommerce-cart .woocommerce .actions .cart-actions p{
	margin-bottom: 0;
}

.woocommerce-cart .woocommerce .car-body-discount .coupon label{
	float: left;
	width: 100%;
	text-align: left;
	font-weight: normal;
    color: #777;
}
.woocommerce-cart .woocommerce .car-body-discount .coupon br{
	display: none;
}

.woocommerce-cart .woocommerce .car-body-discount .coupon #coupon_code{
	float: left;
}
.woocommerce-cart .woocommerce .car-body-discount .coupon .button{
	float: right;
}
.woocommerce-cart .woocommerce .woocommerce-shipping-calculator .button {
	background: #fff;
    /*color: #666;*/
    box-shadow: none;
    border: 1px solid #ccc;
}

.woocommerce-cart .woocommerce .woocommerce-shipping-calculator .button:hover{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.woocommerce-cart .woocommerce .car-body .checkout-button{
	padding: 12px 47px;
	border-radius: unset;
	float: left;
	width: 100%;
}

.woocommerce-cart .woocommerce .car-body-shipping ul{
	list-style-type: none;
}

.cart-collaterals .table-cart-total-shipping{
	margin-top: 0 !important;
}

.select2-container .select2-selection--single{
	height: 36px;
}

.select2-container--default .select2-selection--single, .select2-selection__rendered{
	line-height: 34px !important;
	padding-left: 6px !important;
	border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 34px !important;
	right: 4px;
}

.woocommerce-cart .woocommerce .table-cart-total-shipping,
.woocommerce-cart .woocommerce .title-header-shipping,
.woocommerce-cart .woocommerce .panel-cart-totals,
.woocommerce-cart .woocommerce .car-body-shipping,
.woocommerce-cart .woocommerce .panel-cart-discount,
.woocommerce-cart .woocommerce .coupon-toogle,
.woocommerce-cart .woocommerce #panel-cart-totals
{
	width: 100%;
	float: left;

}
.woocommerce-cart .woocommerce .remove{
	height: unset !important;
	transition: height 0.34s ease;
	overflow: hidden;
}


.woocommerce-cart .woocommerce .car-body,
.woocommerce-cart .woocommerce .car-body-shipping,
.woocommerce-cart .woocommerce .car-body-discount{
	padding: 15px 15px 13px;
	border-radius: 0 0 6.99px 6.99px;
	background-color: #fbfbfb;
}

.woocommerce-cart .woocommerce .wc-proceed-to-checkout{
	text-align: center;
	float: left;
	width: 100%;
}
.woocommerce-cart .woocommerce .cart-body{
	padding: 15px 15px 7px;
    border-top: none;
    border-radius: 0 0 6.99px 6.99px;
}


.woocommerce-cart .woocommerce .table-cart-total,
.woocommerce-cart .woocommerce .table-cart-total-shipping,
.woocommerce-cart .woocommerce .coupon-toogle{
	margin-top: 10px;
    width: 100%;
    float: left;
    border: 1px solid rgba(0,0,0,.125);
}

.woocommerce-cart .woocommerce .title-header,
.woocommerce-cart .woocommerce .title-header-shipping{
	background-color: rgba(0,0,0,.03);
	width: 100%;
	float: left;
}

.woocommerce-cart .woocommerce .cart-body {
	padding: 15px 15px 7px;
    border-radius: 0 0 6.99px 6.99px;
}

.woocommerce-cart .woocommerce .coupon-toogle {
	border-left: 0;
	border-right: 0;
}

.woocommerce-cart .woocommerce .coupon-toogle .title_totals{
	text-transform: uppercase;
}

.woocommerce-cart .woocommerce .coupon-toogle .title_totals a{
	text-align: left;
	font-size: 1rem;
    cursor: pointer;
    font-weight: 600;
    color: #191919;
    letter-spacing: 0.05em;
}

.woocommerce-cart .woocommerce .title_totals{
	margin-top: 0px!important;
    margin-bottom: 0px!important;
    line-height: 40px;
    width: 100%;
    float: left;
}

.car-body .shop_table,
.cart_totals tr th,{
	border-color: transparent !important;
}
.woocommerce-cart .woocommerce .title_totals a{
	position: relative;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .1em;
    color: #191919;
    width: 100%;
    float: left;
    padding:10px 12px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0.05em;
}

.woocommerce-cart .woocommerce .cart-collaterals {
	width: 100%;
	float:left;
}


.woocommerce-cart .woocommerce .featured-box,
.woocommerce-account .woocommerce .featured-box {
	margin-bottom: 30px;
    background: linear-gradient(to bottom,#fff 1%,#f9f9f9 98%) repeat scroll 0 0 #f5f5f5;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    text-align: left;
    box-sizing: border-box;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.04);
    margin: auto;
    z-index: 1;
	margin-bottom: 40px;
}

.woocommerce-cart .woocommerce .featured-box .box-content,
.woocommerce-account .woocommerce .form-box-login{
	border-top-color: #47c1bf;
    border-top: 4px solid #47c1bf;
    padding: 30px 30px 10px 30px;
    top: -1px;
}
.woocommerce-cart .woocommerce .featured-box .box-content{
	padding-bottom: 20px;
}
.woocommerce-cart .woocommerce > .cart_title > a,
.woocommerce-cart .woocommerce > .cart_title > br{
	display: none;
}
.woocommerce-cart .cart_title .checkout-button{
	float: right;
}
.woocommerce-cart .cart_title{
	font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    margin: 0 0 20px;
    text-transform: none;
    float: left;
    width: 100%;
}
.woocommerce-cart .cart_title span{
	float: left;
	line-height: 40px;
}
.woocommerce a.remove {
	border: 0 none;
	border-radius: 100%;
	display: block;
	font-size: 14px;
	font-weight: 400;
	height: 16px;
	text-align: center;
	text-decoration: none;
	width: 18px;
	line-height: 16px;
	border: 1px solid #888;
	box-shadow: none;
}
.woocommerce a.remove:hover {
	background: #47c1bf;
	border-color: #47c1bf;
	color: #fff !important;
}
th.product-remove {
	width: 4%;
}
.shop_table.cart .quantity {
	text-align: center;
}
.shop_table.cart .quantity input.qty {
	width: 90px;
	border: 1px solid #ddd;
	vertical-align: middle;
	padding: 7px 0px 8px;
	text-align: center;
	background: #fff;
}
.shop_table.cart .quantity input.qty:hover {
	border: 1px solid #47c1bf;
}
.shop_table.cart .product-thumbnail img {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.shop_table.cart thead{
	border-top: 0;
}
.shop_table.cart thead tr th {
    padding: 10px;
    position: relative;
    color: #191919;
    font-weight: 600;

}
.shop_table.cart tr td{
	border-top:  1px solid #e1e1e1;
}
.woocommerce .shop_table a.remove{
	color: #888;
	letter-spacing: 0;
	text-decoration: none;
}
.shop_table .product-name a,
.shop_table .product-subtotal .amount,
.woocommerce-account .woocommerce .woocommerce-LostPassword a,
.woocommerce-checkout .woocommerce td.product-name,
.woocommerce-account .woocommerce .form-box-login .title-login{
	color: #47c1bf;
}

.shop_table .product-name a:hover,
.shop_table .product-subtotal .amount:hover,
.woocommerce-account .woocommerce .woocommerce-LostPassword a:hover,
.woocommerce-checkout .woocommerce td.product-name:hover,
.woocommerce-account .woocommerce .form-box-login .title-login:hover{
	text-decoration: underline;
}

.shop_table .amount{
	color: #191919;
}

.woocommerce-cart table.cart td.actions {
	padding: 0;
}
.woocommerce-cart table.cart td.actions .coupon-toogle{
	margin-top: 20px;
}
#coupon_code {
	padding: 8px 12px;
    line-height: 1.42857;
    font-size: 14px;
    border: 1px solid #ccc;
    max-width: 280px;
	background: #fff;
	color: #333;
	padding-right: 0px;
	margin:0px;
}

#coupon_code::-webkit-input-placeholder {
  color: #999;
}
#coupon_code::-moz-placeholder {
  color: #999;
}
#coupon_code:-ms-input-placeholder {
  color: #999;
}
#coupon_code:-moz-placeholder {
  color: #999;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	border: 1px solid #d3ced2;
	box-sizing: border-box;
	float: left;
	margin: 0 10px 0 0;
	outline: 0 none;
}
.woocommerce-cart table.cart td.actions .coupon input.button,
.woocommerce-cart .woocommerce .cart-actions .continue_shopping {
	float: left;
}
.woocommerce-cart table.cart td.actions input.button {
	float: right;
}
.woocommerce-page .button{
	border-color: #47c1bf;
    border: none;
    text-transform: uppercase;
    background: #47c1bf;
    color: #fff !important;
    border-radius: 3px;
    line-height: 16px;
    text-shadow: none;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
    font-size: 14px;
    padding: 12px 25px;
}

.woocommerce-page .button:hover{
	box-shadow: inset 0 0 100px rgba(0, 0, 0, .15);
}

.shop_table.shop_table_responsive.cart .cart_item .product-thumbnail {
	width: 100px;
	height: 100px;
}
.shop_table.shop_table_responsive.cart .cart_item .product-thumbnail a {
	max-width: 100%;
}
.cart-collaterals .cart_totals {
	width: 100%;
	float: left;
}
.woocommerce-cart .woocommerce .car-body{
	float: left;
	width: 100%;
}
.cart-collaterals .cart_totals h2{
	line-height: 40px;	
    font-weight: 500;
    color: #191919;
    margin: 0px;
    padding: 10px 20px;
    font-family: Open sans-serif;
    width: 100%;
    float: left;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
	width: 100%;
	float: left;
	text-align: center;
}
.shop_table.shop_table_responsive.cart tr th, .shop_table.shop_table_responsive.cart tr td {
	text-align: center;
}
.shop_table.shop_table_responsive.cart tr td{
	padding: 12px 0;
}
.shop_table.shop_table_responsive.cart tr td.product-name p{
	margin: 0;
}
.variation{
	float: left;
	width: 100%;
}
.variation dt,
.variation dd{
	float: left;
	width: 50%;
	text-align: left;
	margin: 0;
	padding: 0 15px;
	text-align: center;
}
td.product-remove {
	padding: 0 15px !important;
}
/* WooEcommerce Message */
.woocommerce .woocommerce-info{
	border-radius:0;
	background: #f6f6f6;
	-webkit-border-radius:0;
	box-shadow:none;
	margin-bottom: 30px;
	padding: 15px;
	font-size: 14px;
}
.woocommerce .woocommerce-info:before {
	font-family: 'FontAwesome';
	content: '\f01c';
	margin-right: 5px;
}
.woocommerce .woocommerce-info a{
	color: #333;
	margin-right: 10px;
}
.woocommerce .woocommerce-info a:hover{
	background: transparent;
	text-decoration: underline;
}
.woocommerce-EditAccountForm.edit-account label{
	color: #404040;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}
.woocommerce-EditAccountForm legend{
	border: 0;
	font-weight: 600;
	color: #222;
	margin: 20px 0 10px;
	float: left;
	width: 100%;
}
.woocommerce form .form-row .required{
	color: #ef3835;
}
ul.woocommerce-error {
	list-style: none;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	background: none;
	padding: 15px 40px;
	margin-bottom: 20px;
	font-size: 14px;
}
ul.woocommerce-error:before {
	font-family: 'FontAwesome';
	content: '\f05a';
	margin-right: 5px;
	float: left;
	margin-top: 4px;
}
ul.woocommerce-error li {
	margin: 5px 0;
	padding-left: 20px;
}
.woocommerce .checkout_coupon {
	border: 1px solid #d3ced2;
	margin: 2em 0;
	padding: 20px;
	text-align: left;
}
.woocommerce .checkout_coupon p {
	margin-bottom: 0 !important;
}
.woocommerce form .form-row {
	margin: 0 0 7px;
	padding: 3px 0;
	float: left;
	width: 100%;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	float: left;
	width: 47%;
	overflow: visible;
}
.woocommerce form .form-row-last {
	float: right;
}
.woocommerce form .form-row .checkbox{
	display: inline-block;
	padding-left: 5px;
}
.woocommerce form input.input-text:hover, .woocommerce form input.input-text:focus {
	border: 1px solid #47c1bf;
}
.woocommerce .col2-set, 
.woocommerce-page .col2-set {
	width: 100%;
	float: left;
}
.woocommerce .col2-set .col-1{
	margin-bottom: 15px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float: left;
	width: 100%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .woocommerce-shipping-fields textarea.input-text ,
.woocommerce form .form-row .select2-default {
	border: 1px solid #ddd;
	padding: 8px 12px;
	box-sizing: border-box;
	line-height: 1.8;
	font-size: 15px;
	margin: 0;
	outline: 0 none;
	width: 100%;
	background-color: #fff;
	border-radius: 0;
}
.woocommerce form .form-row input.input-text:hover, .woocommerce form .woocommerce-shipping-fields textarea.input-text:hover, .woocommerce form .form-row input.input-text:focus, .woocommerce form .woocommerce-shipping-fields textarea.input-text:focus {
	border: 1px solid #47c1bf;
}
.woocommerce form .form-row a.select2-choice {
	padding: 8px 12px;
	border-radius: 0;
	box-shadow: none;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: right;
	width: 100%;
}
.woocommerce .woocommerce-checkout-review-order{
	float: left;
	width: 100%;
	padding: 15px;
}
textarea#order_comments {
	font-family: inherit;
	font-size: 14px;
	width: 100%;
}

.woocommerce-checkout h3,
.woocommerce-checkout h2,
.woocommerce > h2{
	color: #191919;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 20px;
}
.woocommerce-checkout h3 span{
	font-size: 14px;
	font-weight: normal;
	font-family: inherit;
}
#ship-to-different-address{
	float: left;
	width: 100%;
	margin: 0;
}
#ship-to-different-address > *{
	float: left;
	width: 100%;
}
#ship-to-different-address label > *{
	float: left;
}
#ship-to-different-address label span{
	line-height: 20px;
}
.woocommerce-checkout .checkout label{
	color: #191919;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
}
.woocommerce-checkout-payment .woocommerce-checkout .checkout label{

}
.woocommerce .shop_table.woocommerce-checkout-review-order-table th {
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 12px;
	color: #191919;
	border: 0px solid #e1e1e1;
	float: none;
	text-align: left;
}
.woocommerce .shop_table.woocommerce-checkout-review-order-table td {
	font-weight: 500;
	font-size: 14px;
	padding: 10px 12px;
	/*color: #666;*/
	border: 0px solid #e1e1e1;
}
.woocommerce .shop_table.woocommerce-checkout-review-order-table thead,
.woocommerce .shop_table.woocommerce-checkout-review-order-table tbody,
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfooter{
	border-bottom: 1px solid #eee;
}
ul.wc_payment_methods.payment_methods {
	list-style: none;
}
ul.wc_payment_methods.payment_methods .about_paypal {
	margin-left: 20px;
}
.payment_box.payment_method_bacs p {
	margin-left: 20px;
}
.payment_box.payment_method_paypal p {
	margin-left: 20px;
}
.payment_method_paypal img {
	margin-left: 20px;
}
/* Shop Product Grid */
ul.products li.list {
	width: 100%;
	margin: 0 0 40px;
}
ul.products li.list .product-images .product-detail-image {
	float: left;
	width: 225px;
	margin-right: 30px;
	position: relative;
}
ul.products li.list .product-buttons, ul.products li.list .king-product-info {
	overflow: hidden;
}
ul.products li.list .product-buttons{
	position: static;
	width: auto;
}
.list .product-buttons .button.product_type_simple,
.list .product-buttons .button.product_type_variable,
.list .product-buttons .show_details_button{
	-webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    background: #f3f3f3;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    margin: 0 8px 0 0;
    /*color: #666;*/
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    float: left;
}
.list .product-buttons .button.product_type_simple:hover,
.list .product-buttons .button.product_type_variable:hover,
.list .product-buttons .show_details_button:hover{
	background: #47c1bf ;
	color: #fff ;
}
ul.products li.list .king-product-info h3.product-title {
	position: relative;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #191919;
	display: block;
	width: 100%;
	margin-bottom: 5px;
	text-align: left;
	padding: 0;
}
.woocommerce ul.products li.list .price, .woocommerce-page ul.products li.list .price {
	display: block;
	line-height: 15px;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 0;
}
ul.products li.list .product-buttons .product-buttons-box {
	margin: 0;
}
ul.products li.list .woo_des {
	display: block;
}
ul.products li.list .woo_des p{
	margin-bottom: 25px;
}
ul.products li.product.list .onsale{
	left: 0;
	right: auto;
	border-radius: 0;
}
/* breadcrumb */
.woocommerce-page #breadcrumb .page-title{
	padding-top: 0;
}
#sidebar .widget.woocommerce .title-widget{
	font-size: 14px;
	font-weight: 600;
}
#sidebar .widget.woocommerce ul li{
	border-bottom: 0;
	/*font-family: Open Sans,sans-serif;*/
    font-size: 12px;
    line-height: 1.7;
    /*color: #666;*/
}
/* More */
.woocommerce-billing-fields .required {
	color: #ef3835;
}
.my_account_orders .order-actions .button {
	padding: 10px 20px;
}
.return-to-shop .button:hover, .return-to-shop .button:focus {
	opacity: 0.8;
	background: #191919;
	color: #fff;
	border-color: #191919;
	text-decoration: none;
}

.my_account_orders .order-actions .button:hover, .my_account_orders .order-actions .button:focus {
	opacity: 0.8;
	background: #191919;
	color: #fff;
	border-color: #191919;
	text-decoration: none;
}
.order_details tr th, .customer_details tr th {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #ededed;
}
.order_details tr td, .customer_details tr td {
	padding: 5px 0 5px 10px;
	border-top: 1px solid #ededed;
}
.woocommerce > address {
	font-size: 14px;
	line-height: 24px;
	margin-left: 10px;
}
.order-info mark {
	background-color: #47c1bf;
}
.my_account_orders tr th {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}
.my_account_orders tr td {
	padding-left: 10px;
}
.clear {
	clear: both;
}
/* Payment */
.woocommerce #payment, .woocommerce-page #payment{
	background: #f5f5f5;
	border-radius: 4px;
	float: left;
	width: 100%;
	margin-top:14px;
}
.woocommerce #payment ul, .woocommerce-page #payment ul{
	padding: 15px 20px;
	margin: 0;
	float: left;
	list-style-type: none;
	width: 100%;
}
.woocommerce #payment ul, .woocommerce-page #payment ul li{
	list-style: none;
}
.woocommerce-page #payment ul li input{
	margin-right: 7px;
}
.woocommerce-privacy-policy-text{
	margin-bottom: 10px;
}
.woocommerce #payment > div, .woocommerce-page #payment > div{
	padding-left: 20px;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.woocommerce-page #payment > div input[type="submit"]{
	background: #47c1bf;
	color: #fff;
}
.woocommerce-page #payment > div input[type="submit"]:hover{
	box-shadow: inset 0 0 100px rgba(0,0,0,0.1);
}
.payment_method_paypal img{
	max-width: 100%;
	margin: 0;
	max-height: 52px !important;
	vertical-align: middle;
}
.payment_method_paypal a{
	margin: 0 !important;
}
.payment_method_paypal label{
	display: inline;
}
.payment_box.payment_method_paypal p{
	margin: 0;
}
/* Responsive */
@media only screen and (max-width: 1920px){
	
}
@media only screen and (min-width: 1170px) and (max-width: 1279px){
	
}

@media only screen and (min-width: 1000px) and (max-width: 1169px){
	
}

@media only screen and (min-width: 768px) and (max-width: 999px){
	.woocommerce .col2-set, .woocommerce-page .col2-set{
		width: 100%;
		padding: 0;
	}
	#order_review_heading{
		float: left;
		width: 100%;
	}
	.woocommerce .woocommerce-checkout-review-order{
		width: 100%;
	}
}
@media only screen and (max-width: 767px){
	ul.products li.product{
		width: 48% !important;
		margin-right: 4% !important;
	}
	ul.products li.product:nth-of-type(2n){
		margin-right: 0 !important;
	}
	.single-product .product .images{
		width: 100%;
	}
	.single-product .product .summary{
		float: left;
		width: 100%;
		margin-top: 30px;
	}
	.single-product .entry-summary h1{
		font-size: 25px;
	}
	.cart-collaterals .cart_totals{
		float: left;
		width: 100%;
	}
	.woocommerce .col2-set, .woocommerce-page .col2-set{
		width: 100%;
		padding: 0;
	}
	#order_review_heading{
		float: left;
		width: 100%;
	}
	.woocommerce .woocommerce-checkout-review-order{
		width: 100%;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px){

	
}

@media only screen and (min-width: 480px) and (max-width: 639px){
	.order-dropdown.sort-count{
		margin-right: 0;
		margin-top: 12px;
	}
}

@media only screen and (max-width: 479px){
	ul.products li.product{
		width: 100% !important;
		margin-right: 0% !important;
	}
	.order-dropdown,
	.king-product-order .order{
		margin-top: 12px;
	}
	.king-product-order > ul{
		float: left;
	}
	.king-orderby-container{
		float: left;
	}
	.woocommerce table.shop_table.cart{
	    width: 100%;
	    float: left;
	    border: 0 !important;
	    border-collapse: inherit !important;
	}
	.woocommerce table.shop_table.cart tbody{
		border-top: 4px solid #5CAE4A;
	}
	.woocommerce table.shop_table.cart tr{ 
	    background: #fff; 
	    border: none;
	}
	.woocommerce table.shop_table.cart th { 
	    background: #333; 
	    color: white; 
	    font-weight: bold; 
	}
	.woocommerce table.shop_table.cart td, .woocommerce table.shop_table.cart th { 
	    padding: 6px; 
	    text-align: left; 
	}
	.woocommerce table.shop_table.cart thead tr { 
	    position: absolute;
	    top: -9999px;
	    left: -9999px;
	}
	.woocommerce table.shop_table.cart tbody tr:nth-of-type(2n){
	    background: #f1f1f1;
	}
	.woocommerce table.shop_table.cart .cart_item td{
	    border: none;
	    border-bottom: 1px solid #eee; 
	    position: relative;
	    padding: 10px 0 10px 50% !important;
	    display: block;
	    width: 100% !important;
	}
	.woocommerce table.shop_table.cart td{
		border: 0;
		border-top: 1px solid #eee;
	}
	.woocommerce-cart table.cart td.actions > input.button{
		clear: both;
		float: left;
		margin-top: 10px;
	}
	.woocommerce table.shop_table.cart .cart_item td:last-child{
		border-bottom: 0;
	}
	.woocommerce table.shop_table.cart tr:last-child td{
		overflow: hidden;
		padding: 20px 0 !important;
		background: #fff;
	}

	.woocommerce table.shop_table.cart .cart_item td:before { 
	    position: absolute;
	    top: 50%;
	    -webkit-transform:translate(0,-50%);
		-moz-transform:translate(0,-50%);
		-ms-transform:translate(0,-50%);
		-o-transform:translate(0,-50%);
		transform:translate(0,-50%);
	    left: 6px;
	    width: 45%; 
	    padding-right: 10px; 
	    white-space: nowrap;
	    font-size: 12px;
	}
	.shop_table.cart .quantity {
		text-align: left;
	}
	.woocommerce table.shop_table.cart tr.cart_item td:nth-of-type(1):before { content: "Remove"; }
	.woocommerce table.shop_table.cart tr.cart_item td:nth-of-type(2):before { content: "Product thumbnail"; }
	.woocommerce table.shop_table.cart tr.cart_item td:nth-of-type(3):before { content: "Product name"; }
	.woocommerce table.shop_table.cart tr.cart_item td:nth-of-type(4):before { content: "Price"; }
	.woocommerce table.shop_table.cart tr.cart_item td:nth-of-type(5):before { content: "Quantity"; }
	.woocommerce table.shop_table.cart tr.cart_item td:nth-of-type(6):before { content: "Total"; }
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
		width: 100%;
	}
	.woocommerce .cart-collaterals .cart_totals .shop_table, 
	.woocommerce .cart-collaterals .cart_totals .shop_table thead,
	.woocommerce .cart-collaterals .cart_totals .shop_table tbody,
	.woocommerce .cart-collaterals .cart_totals .shop_table th,
	.woocommerce .cart-collaterals .cart_totals .shop_table td,
	.woocommerce .cart-collaterals .cart_totals .shop_table tr{
		display: inherit;
	}
	.woocommerce-cart table.cart td.actions .coupon input.button{
		margin-top: 10px;
	}
}
.woocommerce-order .woocommerce-thankyou-order-details{
	margin-bottom: 15px;
	padding-left: 30px;
	list-style: disc;
}

.woocommerce-ordering {
	border: 1px solid #e4e4e4;
    background: #fafafa;
    display: block;
    line-height: 34px;
    text-indent: 13px;
    font-size: 12px;
    height: 42px;
    width: 30%;
    float: right;
    margin-bottom: 42px;
}

.orderby {
	display: block;
    height: 40px;
    overflow: hidden;
}

.woocommerce-ordering option {
	color: #777 !important;
    font-weight: 400;
}

.woocommerce-ordering select{
	background: #fafafa !important;
	border:none;
	font-family: inherit;
	font-size: 14px;
	color:#777;
	width: 100%;
	line-height: 38px;
}

hr {
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    width: 100%;
}

.cart-collaterals .cart_totals tr th, .cart-collaterals .cart_totals tr td {
    border-bottom: 1px solid #e1e1e1;
}
.cart-collaterals .cart_totals tr th, .cart-collaterals .cart_totals tr td {
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    text-align: left !important;
    padding-left: 0;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}

/*
ul.products li.product.type-product:hover .product-inner{
	box-shadow: 0 2px 15px 0px rgba(0,0,0,0.1);
}*/


/*ul.products .product-inner {
	padding-bottom: 12px;
	box-shadow: 0 2px 3px -1px rgba(0,0,0,0.1);
}*/
.product-inner{
	width: 100%;
	float: left;
	position: relative;
}

.product-inner > a{
	float: left;
	width: 100%;
	position: relative;
}

.king-buttons{
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: scale(0);
	transition: all 0.3s ease 0s;
	opacity: 0;
	z-index: 999;
}

ul.products li.product:hover .product-inner .king-buttons{
	opacity: 1;
	transform: scale(1);
}

body .woocommerce .products .product .lumise-list-button, body.woocommerce .products .product .lumise-list-button{
	padding: 10px 20px;
	text-transform: uppercase;
	line-height: 16px;
	border-radius: 3px;
	font-weight: 600 !important;
}

.king-buttons > a.button:hover,
body .woocommerce .products .product .lumise-list-button:hover, body.woocommerce .products .product .lumise-list-button:hover{
	box-shadow: none;
	text-decoration: underline;
}

.king-buttons > a.button{
	padding: 10px 20px;
	margin: 5px;
	display: inline-block;
}
.product-inner .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
    opacity: 0;
    transition: all 0.3s ease 0s;
}

ul.products li.product:hover .product-inner .overlay{
	opacity: 1;
}
.king-buttons .added_to_cart.wc-forward{
	display: none;
}
.king-buttons .button.added:after{
	display: inline-block;
	line-height: 37px;
}

/*page check out*/

.woocommerce-checkout .woocommerce .checkout_coupon .form-row-first {
	width: 25%;
	float: left;
	overflow: visible;
}

.woocommerce-checkout .woocommerce .checkout_coupon .form-row {
	float: left;
}

.woocommerce-checkout .woocommerce .button{
	padding:14px 24px;
	font-size: 16px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table{
	border: 1px solid #dcdcdc;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.04);
}


.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table thead{
	background: #f6f6f6;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table td.product-name,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot tr th
{
	border-right: 1px solid #e1e1e1;
}

.woocommerce-checkout .woocommerce .woocommerce-order .order_details{
	float: left;
	width: 100%;
	text-align: left;
}

.woocommerce-checkout .woocommerce .woocommerce-order table.order_details{
	border: 1px solid #e4e4e4;
	margin-bottom: 30px;
}

.woocommerce-customer-details > h2{
	margin-bottom: 20px !important;
}

.woocommerce-order-details > h2{
	margin: 10px 0 20px !important;
}

.woocommerce-customer-details address{
	line-height: 24px;
}

.woocommerce-customer-details address p{
	margin: 0;
}
.woocommerce-customer-details .col2-set .col-1,
.woocommerce-customer-details .col2-set .col-2,
.woocommerce-Addresses.col2-set .col-1,
.woocommerce-Addresses.col2-set .col-2,
#customer_login .col-1,
#customer_login .col-2{
	float: left;
	width: 50% !important;
}
#customer_login h2{
	color: #191919;
    font-size: 25px !important;
    font-weight: 500;
}
#customer_login .col-1{
	padding-right: 20px;
}
#customer_login .col-2{
	padding-left: 20px;
}
.woocommerce address{
	line-height: 24px;
}
.woocommerce-Address-title > h3{
	color: #191919;
    font-size: 25px;
    font-weight: 500;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders{
	border: 1px solid #ececec; 
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders thead{
	background-color: #f6f6f6;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders td{
	border: 1px solid #ececec; 	
	padding: 15px;
	line-height: 24px;
}
.woocommerce-button.button.view{
	margin-right: 10px;
}
/*page account*/
.woocommerce-account .woocommerce-MyAccount-navigation{
	float: left;
    width: 23%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 75%;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}
.woocommerce-MyAccount-content .reorder{
	display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    transition: background 0.1s;
    padding: 8px 0 8px 20px;
    display: block;
    color: #777;
    font-size: .9em;
    text-decoration: none;
    border-bottom: 1px solid #ededde;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active>a {
    background-color: #f5f5f5;
}
.woocommerce-MyAccount-content a{
	color: #47c1bf;
}
.woocommerce-MyAccount-content a:hover{
	text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 14px;
    left: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
    border-left: 4px solid #333;
}
.woocommerce-account .woocommerce .form-row .woocommerce-Button{
	border-radius: unset;
}

.woocommerce-account .woocommerce .form-box-login .title-login{
	font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -.7px;
    line-height: 1.42857;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.woocommerce-variation-price{
	margin-bottom: 10px;
}

.woocommerce-account .woocommerce .form-box-login .form-row-wide label{
	font-weight: normal;
}

.woocommerce .blockUI.blockOverlay::before{
	height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/loading.gif) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75);
}