/*
	[Table of Content]
	- Woocommerce
	- WooCommerce Order Received
	- Grid
	- Widgets
	- Recent Product Carousel
	- Product Categories
	- Layred Nav
	- Price Filter
	- Product Search
	- Products
	- Top Rated Products
	- Product List
	- Woocommerce Pagination
	- Page Title
	- Title
	- Star Rating
	- Price
	- Woocommerce Widgets Setting
	- Button
	- Sale Flash
	- Review Form
	- Variations
	- Tab
	- Wishlist Button
	- Woocommerce Form
	- Upsells Products
	- Woocommerce Account
	
	- Responsive
		- min-width: 1200
		- min-width: 992
		- min-width: 992 to max-width: 1199
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 479
		- max-width: 400	
*/

/* - Woocommerce */
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
	outline: none !important;
}
span.select2-selection.select2-selection--single {
	outline: none;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	outline: none !important;
	color: transparent;
    text-shadow: 0 0 0 #000;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	opacity: 1;
}
.woocommerce a.remove {
	display: inline-block;
	vertical-align: middle;
	line-height: 22px;
}
.woocommerce table.shop_table {
	text-align: center;
	border-radius: 0;
	margin-bottom: 0;
}
.woocommerce table.shop_table .woocommerce-orders-table__cell-order-number > a {
	color: #333;
}
.woocommerce table.shop_table .product-name a {
	color: #000;
	font-size: 15px;
}
.woocommerce table.shop_table th {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.56px;
	text-align: center;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
	border: none;
	line-height: 0;
}
.woocommerce-checkout #place_order {
	font-size: 14px;
	font-weight: 400;
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th, 
.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th, 
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
	vertical-align: middle;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: auto;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
}
.woocommerce-cart .woocommerce table.shop_table td {
	padding: 20px 12px;
}
.woocommerce a.added_to_cart {
	color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    position: relative;
    white-space: normal;
    z-index: 1;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;	
}
.woocommerce .blockUI.blockOverlay::before,
.woocommerce .loader::before {
	background: transparent;
}
.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 14px;
}
.woocommerce .page-title {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.woocommerce div.product form.cart .reset_variations{
	color: #000;
	text-align: left;
	font-size: 14px;
}
.woocommerce div.product div.images img {
	width: auto;
}
.woocommerce .wishlist-title h2 {
    color: #030303;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
    line-height: 30px;
    margin-top: 0;
    word-wrap: break-word;
    text-transform: uppercase;
	padding: 0;
}
.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3 {
	margin-top: 0;
	margin-bottom: 15px;
}
#order_review_heading {
	margin-top: 8px;
	margin-bottom: 28px;
}
.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
	outline: 0 none !important;
}
.select2.select2-container.select2-container--default,
.select2.select2-container.select2-container--default.select2-container--focus {
	border: 1px solid #c5c5c5;
	padding: 4px 0px;
}
.woocommerce-order-received  .woocommerce-customer-details  h2  {
	margin-top: 10px;
}
.woocommerce-LostPassword,
.woocommerce .woocommerce-LostPassword a {
    color: #000;
    text-decoration: none;
}
.woocommerce table.wishlist_table th,
.woocommerce table.wishlist_table tbody td {
	font-size: 14px;
}
#customer_details .form-row label {
	color: #333;
	font-size: 14px;
	letter-spacing: 0.52px;
	text-transform: uppercase;
}

/* - WooCommerce Order Received */
.woocommerce-order-received .woocommerce-thankyou-order-received {
	margin-bottom: 25px;
}
.woocommerce-order-received .woocommerce .title h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}
.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-details.order_details {
	border: 1px solid #000;
	padding: 15px;
	margin-bottom: 25px;
}
.woocommerce-order-received .woocommerce .order_details li {
	border-right: 1px solid #000;
	float: left;
	font-size: 14px;
	line-height: 1;
	list-style-type: none;
	margin-left: 0;
	margin-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 20px;
	text-transform: uppercase;
}
.woocommerce-order-received .woocommerce .order_details li:last-of-type {
	border: none;
	margin-right: 0;
	padding-right: 0;
}
.woocommerce ul.order_details li strong {
	font-size: 14px;
	margin-top: 5px;
}
.woocommerce-order-received p {
	line-height: 24px;
}
.woocommerce-order-received h2 {
	color: #333;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.45px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;	
}
.woocommerce-order-received .shop_table.order_details .product-name a {
	color: #000;
	text-decoration: none;
}
.woocommerce .login .woocommerce-Button.button {
	margin-right: 10px;
}
.woocommerce .woocommerce-order-details {
	margin-bottom: 22px;
}
.woocommerce .woocommerce-customer-details {
	margin-bottom: 0;
}

/*  [ - Grid ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce .products ul,
.woocommerce ul.products {
	margin-bottom: 0;
}	
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	border: 1px solid #01c26e;
	float: left;
	padding-bottom: 25px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	position: relative;
	text-align: center;
	margin-bottom: 3.9%;
}
.woocommerce ul.products li.product-category a {
	font-size: 18px;
	color: #333;
	line-height: 26px;
}
.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
	position: relative;
}
.woocommerce .woocommerce-result-count {
	vertical-align: middle;
	line-height: 30px;
	margin: 5px 0;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
	color: #666;
}
.woocommerce .woocommerce-ordering {
	margin-bottom: 20px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title{ 
	font-size: 18px;
	color: #333;
	line-height: 26px;
	position: relative;
	padding-left: 12px;
	padding-right: 12px;
}
.woocommerce .mark,
.woocommerce mark {
	background-color: transparent;
}
/*  [ - Widgets ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce  .widget-area .widget ul li::before {
	background: none;
}
.woocommerce .widget_rating_filter ul li a{
	float: right;
	line-height: 28px;
	text-align: right;
	width: 100%;
}
.woocommerce .widget_rating_filter ul li a::before {
	content: "";
}
.woocommerce .widget_rating_filter ul li .star-rating {
    float: left;
    height: 18px;
    position: relative;
    top: 4px;
}

/* - Recent Product Carousel */
.widget.widget_recent_products_carousel ul {
    padding: 0;
	list-style: none;
}
.widget.widget_recent_products_carousel .carousel-inner > .item {
	margin-bottom: 5px;
}
.sidebar  .widget.widget_recent_products_carousel ul,
.sidebar  .widget.widget_recent_products_carousel li {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.widget_recent_products_carousel li.item h4,
.widget_recent_products_carousel li.item .amount {
    margin-bottom: 5px;
}
.widget_recent_products_carousel > ul > li > a {
	margin-top: 5px;
}
.widget_recent_products_carousel img{
	margin-bottom: 10px;
}
.widget_recent_products_carousel > ul > li > a span {
	margin-left: 5px;
}
.widget_recent_products_carousel li.item h4 a {
	color: #333;
	text-transform: capitalize;
}

/* - Product Categories */
 .widget_product_categories > ul:first-of-type {
	padding-left: 0;
}
.widget_product_categories .children > li:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

/* - Layred Nav */
.woocommerce .widget_layered_nav ul li {
	padding-bottom: 12px;
}
.woocommerce .widget_layered_nav ul li:hover a,
.woocommerce .widget_layered_nav ul li:hover span {
	color: #01c26e;
}
.woocommerce .widget_layered_nav ul li a {
	padding-left: 0;
}
.woocommerce .widget_layered_nav ul li a::before {
	content: "";
}

/* - Price Filter */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 6px;
	background: #cfcfcf;
	border: 0;
	position: relative;
	border-radius: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-range {
	background: #ebebeb ;
	z-index: 1;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #fff;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-state-default {
	cursor: move;
	height: 12px;
	width: 12px;
	border: 1px solid #01c26e;
	color: #555;
	position: absolute;
	z-index: 2;
	top: -3px;
	transition: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius:0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_label {
	display: inline-block;
	text-align: left;
	font-size: 14px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_label span {
	color: #353533;
	font-weight: 700;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount {
	margin: 20px 0 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	padding: 0 25px;
	text-shadow: none;
	border-radius: 0;
	height: auto;
	line-height: 33px;
	font-weight: 400;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
	background: #353533;
}
.woocommerce-cart .woocommerce-cart-form table {
	margin-bottom: 20px;
}

/* - Products */
.widget.widget_products > ul {
    padding-left: 0;
}
.widget.widget_products .product_list_widget li > a {
	display: block;
}

/* - Top Rated Products */
.sidebar .widget.widget_top_rated_products > ul {
	padding-left: 0;
}
.widget_top_rated_products .star-rating {
	margin-bottom: 5px;
	height: 18px;
}
.widget.widget_top_rated_products ul li a {
    display: block;
}

/* - Product List */
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	margin-bottom: 10px;
	padding-left: 0 !important;
}
.woocommerce ul.cart_list li:last-of-type,
.woocommerce ul.product_list_widget li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.widget.woocommerce ul.product_list_widget li img {
	box-shadow: none;
	margin: 0 10px 0 0;
	width: 80px;
	height: auto;
	float: left;
	border: 1px solid transparent;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.widget.woocommerce ul.product_list_widget li img:hover {
    border-color: #01c26e;
}
.woocommerce .cross-sells > h2,
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.64px;
	line-height: 30px;
	margin-top: 0;
	word-wrap: break-word;
	text-transform: uppercase;
}
.woocommerce .cross-sells > h2 {
	margin-bottom: 22px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	left: auto;
	right: 0;
	top: auto;
	border-radius: 2px;
	color: #333;
	line-height: 19px;
	text-align: center;
}
.widget.woocommerce ins {
	background: none;
}
.widget.woocommerce .total {
	margin-bottom: 12px;
	text-align: center;
}
.widget.woocommerce .buttons {
	margin: 0;
	padding: 0;
	text-align: center;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled, 
.woocommerce input.button[disabled]:disabled {
	opacity: 1;
	color: #fff;
	outline: none;	
}
.woocommerce .cross-sells ul.products li.product .product_type_simple.add_to_cart_button{
	position: relative;	
	display: block;
}

/* - Variations */
.woocommerce .summary.entry-summary .variations .label {
	font-size: 15px;
	line-height: 31px;
	float: left;
	text-transform: capitalize;
}
.entry-summary p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin-bottom: 15px;
}
.woocommerce-checkout #payment ul.payment_methods li img,
.about_paypal {
	display: none;
}

/* - Product Search */
.widget_product_search .woocommerce-product-search {
	position: relative;
}
.woocommerce-product-search input[type="search"] {
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 5px 65px 5px 10px;
	outline: none;
	width: 100%;
}
.search-field {
	height: 35px;
	padding: 5px;
}
.woocommerce-product-search button[type="submit"] {
	border: 0 none;
	border-radius: 0;
	padding: 4px 7px;
	background-color: #01c26e;
	color: #fff;
	outline: none;
	position: absolute;
	right: 0;
	line-height: 26px;
	top: 0;
}

/*  [ - Woocommerce Pagination ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce nav.woocommerce-pagination {
	text-align: left;
	margin-top: 80px;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
	margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: 0 none;
	margin: 10px 5px 0 0;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	color: #fff;
	background-color: #01c26e;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {	
	background-color: transparent;
    border: 1px solid #01c26e;
    border-radius: 0;
    color: #232323;
    font-size: 14px;
	font-weight: 700;
    letter-spacing: 0.52px;
    line-height: 38px;
    padding: 0;
	position: relative;
    text-align: center;
    transition: all 1s ease 0s;
	padding-left: 18px;
	padding-right: 18px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 3px 0px;
	text-decoration: none;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	color: #fff;
	background-color: #01c26e;
}

/*  [ - Title ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce ul.products li.product a img {
	margin-bottom: 10px;
}
.woocommerce ul.products li.product h3 {
    color: #000;
    font-size: 14px;
	line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;	
	outline: 0 none;
}
.woocommerce ul.products li.product h3:hover {
	color: #c59d5f;
}
.summary .product_title.entry-title {
	display: none;
}
.single-product .summary.entry-summary > div[itemprop="description"]{
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;	
}
.single-product .summary.entry-summary div[itemprop="description"] .wc-tabs-wrapper{
	padding: 0;
}

/*  [ - Star Rating ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce .star-rating {
	height: 18px;
}
.woocommerce .star-rating span::before {
	color: #01c26e
}
.woocommerce ul.products li.product .star-rating {	
	margin: 15px auto 7px;
    text-align: center;
}

/*  [ - Price ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce ul.products li.product .price del {
	opacity: 1;
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product > a span.price {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 1;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	line-height: 24px;
	text-align: center;
	color: #232323;	
}
.woocommerce ul.products li.product h3 {
    margin-bottom: 8px;
    padding-bottom: 12px;
	font-size: 14px;
}
.woocommerce ul.products li.product h3::after {
	background-color: #c59d5f;
	content: "";
	height: 2px;
	width: 62px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.woocommerce ul.products li.product.product-type-simple .price {
	min-height: 26px;
}
.widget.woocommerce.widget_product_categories ul li {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	list-style: none;
}
.widget.woocommerce.widget_product_categories ul li a {	
	width: 100%;
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #f0f0f0;
}
.widget.woocommerce.widget_product_categories  > ul > li:last-child a {
	margin-bottom: 0;
}
.widget.woocommerce ul.children {
	margin-top: 0;
	padding-left: 10px;
}

/*  [ - Button ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active {
	top: 0;
}
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
	background-color: #01c26e;
	border: 1px solid #01c26e;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	outline: none;
	line-height: 24px;
	padding: 5px 12px;
	text-transform: uppercase;
	transition: all 1s ease 0s;
	
}
.woocommerce-message a.button  {
	line-height: 14px;
	padding: 6px 12px;
	margin-left: 15px;
}
.woocommerce-checkout .woocommerce .shop_table .button,
.woocommerce-checkout .woocommerce .shop_table .coupon .button {
	min-height: 40px;
}
.woocommerce .single_variation_wrap .single_add_to_cart_button {
	font-weight: 400;
}
.woocommerce-cart.woocommerce-page .cart-collaterals a.button,
.woocommerce-cart table.shop_table .button {
	font-size: 14px;
	font-weight: 400;
	padding: 14px 12px;
}
.woocommerce-cart.woocommerce-page .cart-collaterals .cross-sells a.button {
	font-size: 13px;
	font-weight: bold;
	padding: 5px 20px;
}
.woocommerce-cart.woocommerce-page .cart-collaterals .wc-proceed-to-checkout a.button {
	padding-top: 9px;
	padding-bottom: 9px;
}
p.product.woocommerce.add_to_cart_inline del {
	margin-right: 10px;
}
p.product.woocommerce.add_to_cart_inline .button {
	margin-left: 15px;
}
#add_payment_method .cart-collaterals .cart_totals table td, 
#add_payment_method .cart-collaterals .cart_totals table th, 
.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th, 
.woocommerce-checkout .cart-collaterals .cart_totals table td, 
.woocommerce-checkout .cart-collaterals .cart_totals table th {
	line-height: 0;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {	
	background-color: transparent;
	border: 2px solid #c5c5c5;
	border-radius: 0;
	box-shadow: none;
	color: #666;
	font-size: 15px;
	min-height: 44px;
	margin-right: 15px;
	outline: none;
	padding-left: 18px;
	padding-right: 18px;
}
.woocommerce-checkout table.shop_table {
	text-align: left;
}
.single-product .woocommerce div.product p.price del,
.single-product .woocommerce div.product span.price del {
	font-size: 26px;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #000;
	font-size: 22px;
	letter-spacing: 1px;
}
.woocommerce div.product p.price {
	margin-bottom: 8px;
}
.woocommerce #content div.product div.thumbnails a:last-of-type,
.woocommerce div.product div.thumbnails a:last-of-type,
.woocommerce-page #content div.product div.thumbnails a:last-of-type,
.woocommerce-page div.product div.thumbnails a:last-of-type {
	margin-bottom: 0;
}
.yith-wcwl-add-button.yith-wcwl-add-button .add_to_wishlist:hover {
	text-decoration: none;
}
.yith-wcwl-add-button.yith-wcwl-add-button .add_to_wishlist:hover,
.woocommerce-product-search input[type="submit"]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #000000;
	color: #fff;
	border-color: #000;
}
.woocommerce ul.products li.product .product_type_simple.add_to_cart_button {
	background-color: #01c26e;
	border: 1px solid #01c26e;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.56px;
	outline: none;
	padding: 5px 20px;
	text-transform: uppercase;
	transition: all 1s ease 0s;
	word-wrap: break-word;
	white-space: normal;
}
.woocommerce .columns-4 ul.products li.product .product_type_simple.add_to_cart_button {
	padding-left: 12px;
	padding-right: 12px;
}
.woocommerce ul.products li.product .product_type_simple.add_to_cart_button:hover {
	background-color: #000;
	border-color: #000;
}
.woocommerce ul.products li.product .button.product_type_variable.add_to_cart_button {	
	bottom: 0;
	font-size: 13px;
	letter-spacing: 0.56px;
	position: relative;
	right: 0;
	font-weight: 700;
	top: auto;
}
.woocommerce ul.products li.product .button {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 5px;	
	white-space: normal;
	word-wrap: break-word;
}
.posted_in a,
.woocommerce-review-link {
	color: #333;
	font-size: 15px;
	letter-spacing: 0.56px;
	text-decoration: none;
}
.posted_in a:hover,
.woocommerce-review-link:hover {
	color: #000;
}

/*  [ - Sale Flash ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
	background-color: #232323;
	color: #fff;
	font-weight: 600;
	position: absolute;
	left: 0;
	padding: 4px 15px;	
	line-height: 26px;
	letter-spacing: 1px;
	margin: 0 !important;
	min-height: 1px;
	right: auto !important;
	text-transform: uppercase;
	top: 0 !important;		
	display: inline-block;
    text-align: center;	
    font-size: 13px;
	z-index: 2;
	border-radius: 0;
}
/*  [ - Review Form ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce table.shop_attributes tr:nth-child(2n) td,
.woocommerce table.shop_attributes tr:nth-child(2n) th {
	background-color: transparent;
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td,
.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
	border-style: solid;
	background: #fff;
	margin-bottom: 0;
}
.woocommerce table.shop_attributes td, 
.woocommerce table.shop_attributes th {
	border-left-color: rgba(0, 0, 0, 0.1);
	border-right-color: rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
	padding: 10px;
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
	padding-left: 20px;
}
.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
	margin-bottom: 20px;
}
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
	margin-bottom: 20px;
	color: #232323;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 28px;
}

/*  [ - Variations ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce #content div.product form.cart .variations,
.woocommerce div.product form.cart .variations,
.woocommerce-page #content div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations,
.woocommerce #content div.product form.cart .variations td,
.woocommerce div.product form.cart .variations td,
.woocommerce-page #content div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td {
	border: 0;
	padding: 0;
}
.woocommerce #content div.product form.cart .variations .value,
.woocommerce div.product form.cart .variations .value,
.woocommerce-page #content div.product form.cart .variations .value,
.woocommerce-page div.product form.cart .variations .value {
	position: relative;
}
table.variations {
	table-layout: inherit;
}
.woocommerce #content div.product form.cart .variations .value .reset_variations,
.woocommerce div.product form.cart .variations .value .reset_variations,
.woocommerce-page #content div.product form.cart .variations .value .reset_variations,
.woocommerce-page div.product form.cart .variations .value .reset_variations {
	clear: both;
}
.woocommerce #content div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
	margin-right: 10px;
}
.woocommerce .quantity .qty {
	line-height: 27px;
}
.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
	border-radius: 0;
	border: 1px solid #a3a3a3;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	height: 35px;
}
.woocommerce div.product form.cart .variations label {
	color: #333;
}
.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus
.woocommerce .quantity .minus
.woocommerce-page #content .quantity .minus
.woocommerce-page .quantity .minus {
	border-top: 0;
}
.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
	width: 29px;
	height: 29px;
	font-size: 15px;
	color: #fff;
	text-shadow: none;
}
.woocommerce #content .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover,
.woocommerce-page #content .quantity .minus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover {
	background: #ff6766;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
	background-color: #01c26e;
	color: #fff;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 0;
}
.woocommerce div.product form.cart .variations select {
	width: 100%;
	font-size: 15px;
}
.woocommerce-variation-price {
	margin-bottom: 15px;
}
.woocommerce-ordering {
	position: relative;
}
.woocommerce-ordering:before {
	right: 0;
}
.woocommerce-ordering:after {
	right: 12px;
}
.variations a.reset_variations {
	float: left;
	text-decoration: none;
}

/*  [ - Tab ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0;
	width: 100%;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
	border-radius: 0;
	margin: 0;
	border: 1px solid #ddd;
	border-bottom: none;
	padding: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #232323;
	text-shadow: none;
	letter-spacing: 0.64px;
	padding: 12px 18px;
	border-top: 2px solid transparent;
	outline: 0 none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #000;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #c59d5f;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff !important;
	background-color: #01c26e;
}
.woocommerce #content div.product .woocommerce-tabs h2,
.woocommerce div.product .woocommerce-tabs h2 {
	display: none;
}
.woocommerce #content div.product .woocommerce-tabs .entry-content,
.woocommerce div.product .woocommerce-tabs .entry-content {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #ddd;
	color: #666;
	margin-bottom: 0;
	padding: 20px 20px 22px !important;
	position: relative;
}
.woocommerce p.stars a {
	color: #666;
}
.woocommerce-Tabs-panel--description p {
	color: #666;
	font-size: 15px;
	line-height: 24px;
}
.woocommerce-Tabs-panel--description p:last-of-type {
	margin-bottom: 0;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
	margin-bottom: 20px;
}
.woocommerce div.product form.cart .woocommerce-grouped-product-list {
	margin-bottom: 20px;
}
.woocommerce div.product form.cart .woocommerce-grouped-product-list tbody {
	display: inline-block;
	padding-bottom: 15px;
}
.woocommerce #review_form #respond  {
	width: 100%;
	display: inline-block;
}
.woocommerce #review_form #respond textarea {
	padding: 13px 30px;
}
.woocommerce form .form-row .required,
.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock,
.woocommerce div.product .out-of-stock {
	color: #01c26e;
}
.woocommerce #review_form #respond p {
	margin-bottom: 20px;
}
.woocommerce #review_form #respond p label {
	margin-bottom: 10px;
}
.woocommerce #review_form #respond p:last-of-type {
	margin-bottom: 5px;
}

/*  [ - Wishlist Button ]
- - - - - - - - - - - - - - - - - - - - */
.summary .yith-wcwl-add-to-wishlist .add_to_wishlist,
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.single-share .social li a {
	background-color: #01c26e;
	border: 0 none;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.26px;
	line-height: 30px;
	margin: 0 0 12px;
	padding: 5px 23px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
.summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
	border-color: #c59d5f;
}
.yith-wcwl-wishlistaddedbrowse.show > a,
.yith-wcwl-wishlistexistsbrowse.show > a{
	text-decoration: none;
	color: #fff;
	margin-left: 5px;
	display: inline-block;
}

/*  [ - Product Categories ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 8px;
}
.sku_wrapper {
    margin-bottom: 2px;
    display: inline-block;
    width: 100%;
}
.single-product .product_meta .tagged_as,
.single-product .product_meta .posted_in {
	color: #333;
	font-size: 16px;
	display: block;
}
.single-product .product_meta .tagged_as a,
.single-product .product_meta .posted_in a {
	color: #333;
	font-size: 14px;
}
.single-product .product_meta .tagged_as a:last-of-type,
.single-product .product_meta .posted_in a:last-of-type {
	margin-right: 0;
}
.single-product .woocommerce-page .product .images {
	border: 1px solid #01c26e;
}

.woocommerce-page.columns-3 .upsells.products ul.products li.product:nth-child(n+3) {
	margin-right: 0;
}

/*  [ - Woocommerce Form ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid #c5c5c5;
	line-height: 20px;
	padding: 8px 10px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	border-radius: 0;
}
.woocommerce form .form-row.woocommerce-validated .select2-container {
	padding: 4px 0;
	outline: 0 !important;
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
	background-color: transparent;
}
.woocommerce-checkout-payment .payment_methods label {
	color: #333;
	font-size: 14px;
	letter-spacing: 0.52px;
	margin-bottom: 0;
	text-transform: uppercase;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, 
.woocommerce-cart #payment .payment_method_paypal .about_paypal, 
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	margin-left: 10px;
	float: none;
	line-height: normal;
	font-size: 14px;
}

.woocommerce-checkout .woocommerce-billing-fields p label {
	margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce-billing-fields p.form-row {
	margin-bottom: 15px;
}

/*  [ - Upsells Products ]
- - - - - - - - - - - - - - - - - - - - */
.upsells.products > h2,
.related.products > h2 {
	font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    margin: 0 0 20px;
    text-transform: capitalize;
}
.woocommerce-info > a.showlogin,
.woocommerce-info > a.showcoupon {
	color: #666;
	text-decoration: none;
	margin-left: 5px;
}
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
	border-top-color: #01c26e;
	font-size: 14px;
	text-align: left;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 1em 0.8em 1em 2.7em
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	left: 1em;
}
.woocommerce-error::before,
.woocommerce-message::before,
.woocommerce-info::before {
	color: #01c26e;
}
.woocommerce-message a:not(.button) {
	color: #666;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}
.select2-container--default .select2-selection--single {
	border: 0 none;
}

/*  [ - Woocommerce Account ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce-account .woocommerce > h2 {
	margin-top: 0;
	color: #232323;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.462px;
	line-height: 36px;	
}
.woocommerce-MyAccount-navigation ul {
	padding-left: 0;
	padding-right: 0;
}
.woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	width: 100%;
	background-color: #01c26e;
	border-bottom: 1px solid #fff;
	padding: 10px 15px;
}
.woocommerce-MyAccount-navigation ul li.is-active {
	position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active::after {
	position: absolute;
	top: 50%;
	left: auto;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: "\f105";
	font-family: "FontAwesome";
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.woocommerce-MyAccount-content {
	width: 100%;
	padding: 15px;
	border: 1px solid #01c26e;
}
body.woocommerce-page table thead tr th:last-of-type {
	border-right-width: 0;
}
body.woocommerce-page table.woocommerce-checkout-review-order-table tbody tr td,
body.woocommerce-page table.woocommerce-checkout-review-order-table thead tr th {
	border-right-width: 1px;
}

body.woocommerce-page table tfoot td,
body.woocommerce-page table tbody tr td,
body.woocommerce-page  table thead tr th {
	border-bottom-width: 0;
}
body.woocommerce-page table tbody tr td:first-of-type {
	border-left-width: 0;
}
body.woocommerce-page table tbody tr td {
	border-right-width: 0;
}
.woocommerce-MyAccount-content p {
	font-size: 15px;
	color: #232323;	
}
.woocommerce-Address-title h3 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 0;
	line-height: 27px;
}
.woocommerce-Address-title .edit {
    background-color: #01c26e;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 14px;
    padding: 0 6px;
    text-decoration: none;
    text-transform: capitalize;
    width: auto;
	border: 1px solid transparent;
}
.woocommerce-MyAccount-content legend {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.woocommerce-Address-title .edit:hover {
	color: #fff;
	background-color: #000;
}
.woocommerce-Addresses address {
	font-size: 14px !important;
	color: #000;
	line-height: 24px;
}
.woocommerce-account .woocommerce table.my_account_orders .order-actions{
	text-align: center;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a{
	color: #000;
}
.woocommerce-account-fields .create-account .checkbox .input-checkbox {
	position: relative;
	margin: -4px 5px 0;
}
.woocommerce form.checkout_coupon .form-row-first,
.woocommerce form.checkout_coupon .form-row-last {
	margin-bottom: 0;
	width: 49%;
}
.woocommerce-checkout .woocommerce-form-login.login p label {
	margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce-form-login.login .lost_password {
	margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-form-login.login p button {
	margin-top: 8px;
}
.woocommerce-checkout .create-account p label {
	margin-bottom: 10px;
}
.woocommerce-form-login.login .woocommerce-form__label-for-checkbox.inline {
	vertical-align: middle;
	margin-left: 10px;
}
.woocommerce-form-login.login .woocommerce-form__label-for-checkbox.inline input[type="checkbox"] {
	position: relative;
	top: 1px;
}
.woocommerce-form-login.login .woocommerce-form__label-for-checkbox.inline  span {
	margin-left: 5px;
}
.woocommerce-MyAccount-navigation ul li a {
	text-transform: capitalize;
	color: #fff;
	line-height: 26px;
	word-wrap: break-word;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0.56px;
}
.woocommerce-MyAccount-content {
	font-size: 18px;
	line-height: 30px;
}
.woocommerce-MyAccount-content p strong {
	color: #000;
	text-transform: capitalize;
}
.woocommerce-MyAccount-content p a {
	color: #000;
	font-weight: 500;
	text-decoration: none;
}
#customer_login h2 {
	margin-top: 0;
	font-size: 22px;
	letter-spacing: 0.58px;
	font-weight: 700;	
}
.woocommerce-MyAccount-orders .order-number a {
	color: #000;
}
.woocommerce-MyAccount-content h2 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 0;
	color: #000;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.order_details {
	margin-bottom: 5px;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.customer_details td,
.woocommerce .woocommerce-MyAccount-content table.shop_table.order_details td,
.woocommerce .woocommerce-MyAccount-content table.shop_table.customer_details th,
.woocommerce .woocommerce-MyAccount-content table.shop_table.order_details th {
	font-size: 14px;
}
.woocommerce table.my_account_orders .order-actions .button {
	display: block;
	white-space: normal;
	word-wrap: break-word;
	text-align: center;
}

.woocommerce a.button.loading::after{
    left: auto;
    margin-left: 10px;
    position: relative;
    right: auto;
    top: auto;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 80px;
}

.cart-collaterals .cart_totals .shop_table  .order-total th,
.cart-collaterals .cart_totals .shop_table  .cart-subtotal th {
	text-align: left;
	padding-left: 0;
	border-top-width: 0; 
}
.cart-collaterals .cart_totals .shop_table  .order-total td {
	padding-right: 0;
}
.cart-collaterals .cart_totals .shop_table  .cart-subtotal td {
	border-bottom-width: 0; 
	padding-right: 0;
}	

.cart-collaterals .cart_totals .shop_table  td  {
	text-align: right;
	padding-right: 0;
	border-bottom-width: 1px;
}
.search-results .page-title {
	display: none;
}
.woocommerce ul.products li.product .price del {
	display: inline-block;
	padding-right: 5px;
}
.woocommerce ul.products li.product ins {
	text-decoration: none;
}

/* Widgets */
.widget.woocommerce li del {
	padding-right: 5px;
}
.widget.woocommerce li a {
	color: #333;
	text-decoration: none;
	letter-spacing: 0.35px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	font-weight: normal;	
}
.top-footer .widget.woocommerce li a:hover span,
.top-footer .widget.woocommerce li a:hover,
.widget.woocommerce li a:hover {
	color: #01c26e;
}
.widget_top_rated_products .star-rating,
.widget_recent_reviews .star-rating {
	margin-top: 5px;
}
.widget_product_tag_cloud .tagcloud a {
	font-size: 14px !important;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before,
.woocommerce .widget_layered_nav_filters ul li a::before {
	color: #01c26e;
}
.woocommerce a.remove:hover {
	background-color: #01c26e;
}

/* Footer Widget Setting */
.top-footer .widget.woocommerce li span,
.top-footer .widget.woocommerce li a {
	color: #b1b1b1;
}
.top-footer .woocommerce-product-search input[type="submit"] {
	right: 15px;
}
.top-footer .widget.woocommerce.widget_product_categories ul li a {
	border-color: #333;
}
.woocommerce .top-footer select,
.top-footer .widget select,
.woocommerce .top-footer  .widget_price_filter .price_slider_wrapper .price_label span,
.woocommerce .top-footer  .widget_price_filter .price_slider_wrapper .price_label {
	color: #fff;
}
.top-footer .widget_shopping_cart_content p {
	color: #fff;
	margin-bottom: 0;
}
.top-footer .widget.woocommerce li span.amount,
.top-footer .widget.woocommerce li span.amount span,
.top-footer .widget.woocommerce li ins,
.top-footer .widget.woocommerce li ins span,
.top-footer .widget.woocommerce li del,
.top-footer .widget.woocommerce li del span {
	color: #fff;
}
.top-footer .select_box::before {
	background-color: #01c26e;
}
.woocommerce-account.woocommerce-page .woocommerce {
	margin-bottom: 15px;
}
.woocommerce.widget:last-of-type {
	margin-bottom: 0;
}
.search-no-results  .woocommerce-page .page-title {
	display: none;
}
.single-product .yith-wcwl-add-to-wishlist {
	margin-top: 0;
}
.woocommerce-additional-fields h3 {
	margin-top: 0;
	margin-bottom: 15px;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
	border-color: #c5c5c5;
}
.lost_password a {
	color: #333;
	text-decoration: none;
}
.yith-wcwl-share {
	margin-bottom: 0;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
	margin-top: 0;
}
.woocommerce-wishlist .woocommerce .shop_table tfoot tr td {
	padding: 16px 12px;
}
.yith-wcwl-share ul {
	margin-bottom: 0;
}
.select2-container .select2-selection--single {
	height: 34px;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	padding: 30px 0;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	padding: 30px 0 0;
}
.woocommerce-MyAccount-content .woocommerce-error,
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-message {
	margin-bottom: 0;
}
.woocommerce-MyAccount-content form > h3 {
	margin-top: 0;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	margin-bottom: 10px;
}

#add_payment_method #payment ul.payment_methods li:last-of-type .payment_box,
.woocommerce-cart #payment ul.payment_methods li:last-of-type .payment_box,
.woocommerce-checkout #payment ul.payment_methods li:last-of-type .payment_box,

#add_payment_method #payment ul.payment_methods li:last-of-type,
.woocommerce-cart #payment ul.payment_methods li:last-of-type,
.woocommerce-checkout #payment ul.payment_methods li:last-of-type {
	margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details address {
	line-height: 28px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields > p button {
	margin-top: 12px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields > p  {
	margin-bottom: 6px;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm  > p button {
	margin-top: 12px;
}
.woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title {
	margin-bottom: 25px;
}
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title {
	margin-bottom: 25px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address {
	margin-bottom: 11px;
}
/* ========================================================================== */
	/* - Responsive */
/* ========================================================================== */

/* - min-width: 1200 */
@media (max-width:1200px) {

	.woocommerce ul.products li.product .button.product_type_variable.add_to_cart_button {
		bottom: auto;
		left: 0;
		position: relative;
	}
	.woocommerce ul.products li.product .product_type_simple.add_to_cart_button {
		bottom: auto;
		float: none;
		position: relative;
		right: auto;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	
	/* ## Woocommerce */
	.content-area .products .owclearfix-cnt2:after {
		clear: none;
	}
	.woocommerce-page.columns-3 .related.products ul.products li.product {
		margin-bottom: 0;
	}
	.woocommerce-page.columns-3 .related.products ul.products li.product:nth-child(n+4) {
		margin-top: 30px;
	}
	/* Product Grid Remove Margin Bottom */
	.post-type-archive-product.woocommerce .columns-1 ul.products li.product,
	.post-type-archive-product .woocommerce-page.columns-1 ul.products li.product,
	.post-type-archive-product.woocommerce .columns-2 ul.products li.product,
	.post-type-archive-product .woocommerce-page.columns-2 ul.products li.product,
	.post-type-archive-product.woocommerce .columns-3 ul.products li.product,
	.post-type-archive-product .woocommerce-page.columns-3 ul.products li.product,
	.post-type-archive-product.woocommerce .columns-4 ul.products li.product,
	.post-type-archive-product .woocommerce-page.columns-4 ul.products li.product {
		margin-bottom: 0;
	}
	/* Product Grid Add Margin Top */
	.post-type-archive-product.woocommerce .columns-1 ul.products li.product:nth-child(n+2),
	.post-type-archive-product .woocommerce-page.columns-1 ul.products li.product:nth-child(n+3),
	.post-type-archive-product.woocommerce .columns-2 ul.products li.product:nth-child(n+3),
	.post-type-archive-product .woocommerce-page.columns-2 ul.products li.product:nth-child(n+3),
	.post-type-archive-product.woocommerce .columns-3 ul.products li.product:nth-child(n+4),
	.post-type-archive-product .woocommerce-page.columns-3 ul.products li.product:nth-child(n+4),
	.post-type-archive-product.woocommerce .columns-4 ul.products li.product:nth-child(n+5),
	.post-type-archive-product .woocommerce-page.columns-4 ul.products li.product:nth-child(n+5) {
		margin-top: 3.9%;
	}
	
	.woocommerce-MyAccount-content .woocommerce-Addresses address {
		margin-bottom: 0;
	}
}

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	/* - WooCommerce Order Received */
	.woocommerce-order-received .woocommerce .order_details li {
		padding-right: 15px;
		margin-right: 15px;
	}
	
	.woocommerce .widget_price_filter .price_slider_wrapper .price_label,
	.woocommerce .widget_price_filter .price_slider_amount .button {
		display: block;
		float: none;
	}
	.widget-title {
		font-size: 16px;
		line-height: 31px;
	}
	.widget.woocommerce ul.product_list_widget li img {
		width: 60px;
	}
	.woocommerce ul.order_details li strong {
		font-size: 1.2em;
	}
	.content-area.col-md-8  .woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .content-area.col-md-8  .cart-collaterals .cart_totals
	.content-area.col-md-8  .woocommerce .cart-collaterals .cross-sells,
	.woocommerce-page .content-area.col-md-8 .cart-collaterals .cross-sells {
		width: 100%;
		float: none;
	}
	
	/* Product 4col To 2col */
	.woocommerce-page.woocommerce .content-area.columns-4.col-md-8 ul.products li.product,
	.woocommerce .woocommerce-page.content-area.columns-4.col-md-8 ul.products li.product {
		width: 48%;
	}
	.woocommerce-page.woocommerce .content-area.columns-4.col-md-8 ul.products li.product:nth-child(2n),
	.woocommerce .woocommerce-page.content-area.columns-4.col-md-8 ul.products li.product:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
	.woocommerce-page.woocommerce .content-area.columns-4.col-md-8  ul.products li.product:nth-child(2n+1),
	.woocommerce .woocommerce-page.content-area.columns-4.col-md-8 ul.products li.product:nth-child(2n+1) {
		clear: both;
	}
	.woocommerce-page.woocommerce .content-area.columns-4.col-md-8  ul.products li.product:nth-child(3n+1),
	.woocommerce .woocommerce-page.content-area.columns-4.col-md-8  ul.products li.product:nth-child(3n+1) {
		clear: none;
	}
	
	.post-type-archive-product.woocommerce .columns-4 ul.products li.product:nth-child(n+5),
	.post-type-archive-product .woocommerce-page.columns-4 ul.products li.product:nth-child(n+5) {
		margin-top: 0;
	}
	
	.post-type-archive-product.woocommerce .columns-4 ul.products li.product:nth-child(n+3),
	.post-type-archive-product .woocommerce-page.columns-4 ul.products li.product:nth-child(n+3) {
		margin-top: 3.9%;
	}
	
	.woocommerce  .woocommerce-MyAccount-content .col2-set .col-1,
	.woocommerce-page .woocommerce-MyAccount-content  .col2-set .col-1 {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.woocommerce .woocommerce-MyAccount-content .col2-set .col-2,
	.woocommerce-page .woocommerce-MyAccount-content .col2-set .col-2 {
		width: 100%;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {

	/* - WooCommerce Order Received */
	.woocommerce-order-received .woocommerce .order_details li {
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-right: none;
		border-bottom: 1px solid #000;
		width: 100%;
	}	
	.woocommerce-order-received .woocommerce .order_details li:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	/* ## Woocommerce */
	.content-area .products .owclearfix-cnt3:after {
		clear: none;
	}

	/*  [ - Products Grid ]
	- - - - - - - - - - - - - - - - - - - - */	
	.woocommerce .widget_shopping_cart .cart_list li,
	.woocommerce.widget_shopping_cart .cart_list li {
		padding-left: 0 !important;
	}

	.woocommerce table.shop_table thead tr th,
	.woocommerce table.shop_table td {
		padding: 12px;
	}
	
	.woocommerce-cart .woocommerce table.shop_table td .coupon .button {
		margin-bottom: 7px;
	}
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
	}
	.woocommerce-checkout .woocommerce-additional-fields {
		margin-top: 10px;
	}
	.woocommerce .cart-collaterals, 
	.woocommerce-page .cart-collaterals {
		margin-top: 15px;
	}
	.woocommerce table.wishlist_table tr td.product-remove {
		padding-left: 15px;
		padding-right: 15px;
	}
	.woocommerce-wishlist .woocommerce .shop_table tfoot tr td {
		padding-top: 0;
		padding-bottom: 25px;
	}
	
	body.woocommerce-wishlist table tbody tr td {
		border-bottom: 1px solid #e7e7e7;
	}
	
	.woocommerce  .woocommerce-MyAccount-content .col2-set .col-1,
	.woocommerce-page .woocommerce-MyAccount-content  .col2-set .col-1 {
		width: 100%;
	}
	
	.woocommerce .woocommerce-MyAccount-content .col2-set .col-2,
	.woocommerce-page .woocommerce-MyAccount-content .col2-set .col-2 {
		width: 100%;
	}
	
	.woocommerce .woocommerce-MyAccount-content .col2-set .col-2 address,
	.woocommerce-page .woocommerce-MyAccount-content .col2-set .col-2 address {
		margin-bottom: 0;
	}
}

/* - min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce-page .cart-collaterals .cross-sells,
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
	}
	
	.woocommerce.columns-4 ul.products li.product,
	.woocommerce-page.columns-4 ul.products li.product {
		width: 46%;
	}
	.woocommerce.columns-4 ul.products li.product:nth-child(2n+1),
	.woocommerce-page.columns-4 ul.products li.product:nth-child(2n+1) {
		clear: both;
	}
	
	.woocommerce table.shop_table thead tr th, 
	.woocommerce table.shop_table td {
		padding: 8px;
	}
	.woocommerce table.my_account_orders .order-actions .button {
		margin: 0;
		padding: 5px;
	}
	.woocommerce-account .addresses .title h3,
	.woocommerce-account .addresses .title .edit,
	.woocommerce-account ul.digital-downloads li .count {
		float: none;
	}
	
	.single-product .content-area.col-md-8 .summary.entry-summary,
	.single-product .content-area.col-md-8 .woocommerce-product-gallery.images  {
		width: 100%;
	}
	.woocommerce-checkout .woocommerce .col-2,
	.woocommerce-checkout .woocommerce .col-1 {
		width: 100%;
	}
	.woocommerce-page.woocommerce  .upsells.products ul.products li.product,
	.woocommerce-page.woocommerce .related.products ul.products li.product {
		width: 48%;
	}
	
	.woocommerce-page.woocommerce  .upsells.products ul.products li.product:nth-child(2n),
	.woocommerce-page.woocommerce .related.products ul.products li.product:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
	.woocommerce-page.woocommerce .upsells.products ul.products li.product:nth-child(2n+1),
	.woocommerce-page.woocommerce .related.products ul.products li.product:nth-child(2n+1) {
		clear: both;
	}
	.woocommerce-cart.woocommerce-page .content-area.col-md-8 .woocommerce .shop_table td.actions .coupon {
		float: none;
	}
	.woocommerce-cart .content-area.col-md-8 .shop_table .coupon #coupon_code {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.woocommerce-cart.woocommerce-page .content-area.col-md-8 .woocommerce .shop_table td.actions .coupon .button {
		width: 100%;
		margin-bottom: 15px;
	}
	.woocommerce-cart .content-area.col-md-8 .shop_table .button {
		width: 100%;
	}
	
	.woocommerce-page.woocommerce ul.products li.product,
	.woocommerce-page.woocommerce-page ul.products li.product {
		width: 48%;
		margin-bottom: 3.9%;
	}
	.woocommerce-page.woocommerce ul.products li.product:nth-child(2n),
	.woocommerce-page.woocommerce-page ul.products li.product:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
	.woocommerce-page.woocommerce ul.products li.product:nth-child(2n+1),
	.woocommerce-page.woocommerce-page ul.products li.product:nth-child(2n+1) {
		clear: both;
	}
	.woocommerce-page.woocommerce ul.products li.product:nth-child(3n+1),
	.woocommerce-page.woocommerce-page ul.products li.product:nth-child(3n+1) {
		clear: none;
	}
	.woocommerce-page.columns-3 .related.products ul.products li.product {
		margin-bottom: 0;
	}
	.woocommerce-page.columns-3 .related.products ul.products li.product:nth-child(n+3) {
		margin-top: 15px;
	}
	
	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td::before, 
	.woocommerce-page .woocommerce-cart-form  table.shop_table_responsive tr td::before {
		content: attr(data-title) ": ";
		float: left;	
	}
	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td, 
	.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td {
		display: block;
		text-align: right;
	}
	.woocommerce .woocommerce-cart-form table.shop_table_responsive thead,
	.woocommerce-page .woocommerce-cart-form table.shop_table_responsive thead {
		display: none;
	}
	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td.actions::before, 
	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td.product-remove::before, 
	.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td.actions::before, 
	.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td.product-remove::before {
		display: none;
	}
	.woocommerce .woocommerce-cart-form #content table.cart .product-thumbnail, 
	.woocommerce .woocommerce-cart-form  table.cart .product-thumbnail, 
	.woocommerce-page .woocommerce-cart-form #content table.cart .product-thumbnail, 
	.woocommerce-page .woocommerce-cart-form table.cart .product-thumbnail {
		display: none;
	}
	.cart-collaterals .cart_totals .shop_table .order-total td,
	.cart-collaterals .cart_totals .shop_table .cart-subtotal td {
		padding-left: 0;
	}
	
	.woocommerce .content-area.col-md-8  #content div.product .woocommerce-tabs ul.tabs li,
	.woocommerce .content-area.col-md-8  div.product .woocommerce-tabs ul.tabs li {
		width: 100%;
	}
	.woocommerce .content-area.col-md-8  #content div.product .woocommerce-tabs ul.tabs li a,
	.woocommerce .content-area.col-md-8  div.product .woocommerce-tabs ul.tabs li a {
		width: 100%;
	}
	.woocommerce-page table.wishlist_table .product-thumbnail{
		display: inline-block;
		width: 100%;
		float: right;
		border: none;
	}
	.woocommerce-page table.wishlist_table .product-thumbnail a{
		float: right;
	}
	.woocommerce-page table.wishlist_table tr td.actions::before, 
	.woocommerce-page table.wishlist_table tr td.product-remove::before {
		display: block;
	}
	.woocommerce table.wishlist_table tbody th, 
	.woocommerce table.wishlist_table thead,
	.woocommerce-page table.wishlist_table tbody th,
	.woocommerce-page table.wishlist_table thead {
		display: none;
	}

	.woocommerce table.wishlist_table tr td{
		position: relative;
	}
	
	table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		font-weight: bold;
	}

	.woocommerce table.wishlist_table tr td::before {
		float: left;
		top: 50%;
		left: 15px;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		position: absolute;
	}
	.woocommerce table.wishlist_table tr td:nth-of-type(2)::before {
		content: "Product Img";
	}
	.woocommerce table.wishlist_table tr td:nth-of-type(3)::before {
		content: "Product Name";
	}
	.woocommerce table.wishlist_table tr td:nth-of-type(4)::before {
		content: "Product Price";
	}
	.woocommerce table.wishlist_table tr td:nth-of-type(5)::before {
		content: "Product Status";
	}
	.woocommerce .wishlist_table thead th,
	.woocommerce .wishlist_table tbody td {
		font-size: 14px !important;
	}
	.woocommerce table.wishlist_table tr td,
	.woocommerce-page table.wishlist_table tr td {
		display: inline-block;
		width: 100%;
		text-align: right !important;
	}
	.yith-wcwl-share {
		text-align: left;
	}
	.woocommerce table.wishlist_table tfoot tr {
		margin: 0;
	}
	.woocommerce table.wishlist_table tfoot tr td,
	.woocommerce-page table.wishlist_table tfoot tr td {
		border: none;
		padding: 0;
	}
	.woocommerce .woocommerce-result-count,
	.woocommerce-page .woocommerce-result-count {
		float: none;
		margin-bottom: 10px;
	}
	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		float: none;
	}
	.woocommerce table.wishlist_table tr td.wishlist-empty {
		text-align: center !important;;
	}
	
	.woocommerce-MyAccount-content .woocommerce-Addresses .edit {
		margin-bottom: 15px;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {
	
	/* - WooCommerce Order Received */
	.woocommerce-checkout.woocommerce-page.woocommerce-order-received .woocommerce {
		padding: 0;
	}
	.woocommerce-order-received .woocommerce .order_details li {
		border-right: none;
		border-bottom: 1px solid #000;
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.woocommerce-order-received .woocommerce .order_details li:last-of-type {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	
	.woocommerce-order-received .shop_table.order_details .product-name strong,
	.woocommerce-order-received .shop_table.order_details .product-name a {
		font-size: 13px;
	}
	.woocommerce div.product .product_title {
		font-size: 22px;
	}
	
	.woocommerce ul.products li.product .price,
	.woocommerce div.product p.price,
	.woocommerce div.product span.price {
		font-size: 24px;
	}
	
	.woocommerce-page table.wishlist_table .product-thumbnail{
		display: inline-block;
		width: 100%;
		float: right;
		border: none;
	}
	.woocommerce-page table.wishlist_table .product-thumbnail a{
		float: right;
	}
	.woocommerce-page table.wishlist_table tr td.actions::before, 
	.woocommerce-page table.wishlist_table tr td.product-remove::before {
		display: block;
	}
	.woocommerce table.wishlist_table tbody th, 
	.woocommerce table.wishlist_table thead,
	.woocommerce-page table.wishlist_table tbody th,
	.woocommerce-page table.wishlist_table thead {
		display: none;
	}
	.woocommerce table.wishlist_table tr td{
		position: relative;
	}
	.woocommerce table.wishlist_table tr td::before {
		float: left;
		font-weight: 700;
		top: 50%;
		left: 15px;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		position: absolute;
	}
	.woocommerce table.wishlist_table tr td:nth-of-type(2)::before {
		content: "Product Img";
	}
	.woocommerce table.wishlist_table tr td:nth-of-type(3)::before {
		content: "Product Name";
	}
	.woocommerce table.wishlist_table tr td:nth-of-type(4)::before {
		content: "Product Price";
	}
	.woocommerce table.wishlist_table tr td:nth-of-type(5)::before {
		content: "Product Status";
	}
	.woocommerce .wishlist_table thead th,
	.woocommerce .wishlist_table tbody td {
		font-size: 14px !important;
	}
	.woocommerce table.wishlist_table tr td,
	.woocommerce-page table.wishlist_table tr td {
		display: inline-block;
		width: 100%;
		text-align: right !important;
	}
	.woocommerce table.wishlist_table tr td.wishlist-empty,
	.woocommerce-page table.wishlist_table tr td.wishlist-empty {
		text-align: left !important;
	}
	.yith-wcwl-share {
		text-align: left;
	}
	.woocommerce table.wishlist_table tfoot tr {
		margin: 0;
	}
	.woocommerce table.wishlist_table tfoot tr td,
	.woocommerce-page table.wishlist_table tfoot tr td {
		border: none;
		padding: 0;
	}
	
	.page-banner .banner-content h3 {
		font-size: 25px;
		line-height: 46px;
	}
	
	.woocommerce-Addresses address {
		font-size: 15px;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
	.woocommerce-page.woocommerce .related.products ul.products li.product:nth-child(2n) {
		float: right;
	}
	.woocommerce-page.woocommerce .related.products ul.products li.product:last-of-type  {
		margin-bottom: 0;
	}
	.woocommerce-cart .woocommerce .cart_totals  table.shop_table td {
		padding-left: 0;
	}
	
	.woocommerce nav.woocommerce-pagination {
		margin-top: 20px;
	}
	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		margin-bottom: 3.9%;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {	
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		width: 100%;
	}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		width: 100%;
	}
}

/* - max-width: 479 */
@media (max-width: 479px) {	

	/* - Woocommerce */	
	.orderby,	
	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering
	.woocommerce .woocommerce-result-count,
	.woocommerce-page .woocommerce-result-count {
		width: 100%;
		float: none;
	}
	.woocommerce-cart .woocommerce table.shop_table td .coupon .button {
		width: 100%;
		margin-top: 15px;
	}
	.woocommerce #reviews #comments,
	.woocommerce-page #reviews {
		padding: 10px;
	}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {	
		font-size: 14px;
		padding: 12px 10px;
	}
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product, 
	.woocommerce-page[class*="columns-"] ul.products li.product,
	.woocommerce[class*="columns-"] ul.products li.product,
	.woocommerce-page[class*="columns-"] ul.products li.product,
	.woocommerce[class*="columns-"] ul.products li.product {
		margin: 0 auto 30px;
		padding-right: 0;
		width: 100%;
		float: none !important;
		max-width: 300px;
	}
	.woocommerce-page .cross-sells ul.products li.product:last-of-type,
	.woocommerce-page.woocommerce .up-sells ul.products li.product:last-of-type {
		margin-bottom: 20px;
	}
	
	.upsells.products > h2, 
	.related.products > h2 {
		font-size: 22px;
		letter-spacing: 1px;
		text-align: center;
	}	
	.description {
		padding: 0 5px;
	}
	.woocommerce #content div.product .woocommerce-tabs .entry-content,
	.woocommerce div.product .woocommerce-tabs .entry-content {
		padding: 15px !important;
	}	
	.woocommerce .order_details li {
		width: 100%;
		border-bottom: 1px dashed #d3ced2;
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	
	.woocommerce #reviews #comments,
	.woocommerce-page #reviews {
		padding: 3px;
	}
	.woocommerce-cart .woocommerce  .shop_table .coupon #coupon_code{
		width: 100%;
	}
	
	.woocommerce-checkout .woocommerce .form-row-last,
	.woocommerce-checkout .woocommerce .form-row-first {
		width: 100%;
	}
	.woocommerce-page.columns-3 .upsells.products ul.products li.product:nth-child(n+3){
		margin-right: auto;
	}
	.woocommerce form.checkout_coupon .form-row-first {
		margin-bottom: 15px;
	}
	.woocommerce form.checkout_coupon .form-row-first,
	.woocommerce form.checkout_coupon .form-row-last {
		width: 100%;
	}
	.woocommerce .cart-collaterals .cross-sells ul.products li,
	.woocommerce-page .cart-collaterals .cross-sells ul.products li {
		width: auto;
	}
	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		margin-bottom: 30px;
	}
}

/* - max-width: 400 */
@media (max-width: 400px) {	
	.woocommerce .cart-collaterals .cross-sells ul.products li, 
	.woocommerce-page .cart-collaterals .cross-sells ul.products li {
		width: 100%;
	}
	.woocommerce form.checkout_coupon .form-row-first,
	.woocommerce form.checkout_coupon .form-row-last,
	.woocommerce-page form.checkout_coupon .form-row-first,
	.woocommerce-page form.checkout_coupon .form-row-last {
		width: 100%;
		float: none;
	}
}