/*
Theme Name: Global Hand Charity

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	/*display: none;*/
}

table.shop_table_responsive tbody th {
	/*display: none;*/
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	/*display: none;*/
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	/*display: none;*/
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: auto auto auto auto;
}

ul.products li.product {
	width: 90% !important;
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -92px;
	opacity: 0;
	-o-opacity: 0;
	-ms-opacity: 0;
	-webkit-opacity: 0;
}
ul.products li.product:hover .button {
	opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
	-webkit-opacity: 1;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
	width: 90%;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	background-color: #dcc491;
	clear: both;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
	margin-bottom: 30px;
	padding: 10px;
}
.woocommerce-message > .button, .woocommerce-info > .button, .woocommerce-error > .button, .woocommerce-noreviews > .button, p.no-comments > .button { margin-right: 20px; }

 .woocommerce-info, .woocommerce-noreviews, p.no-comments { background-color: #ba933e; padding: 2%; }
	.woocommerce-info a, .woocommerce-noreviews a, p.no-comments a { color: #fff !important; }

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #ba933e;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #777;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
	border-radius: 100px;
	-webkit-border-radius: 100px;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #ccc;
	border-radius: 100px;
	-webkit-border-radius: 100px;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}


/* Pagination Styles */
.woocommerce-pagination { clear: both; font-size: 130%; }
	.woocommerce-pagination ul.page-numbers { margin: 0 0; padding: 0 0; float: left; width: 100%; list-style: none; }
		.woocommerce-pagination ul.page-numbers li { float: left; padding: 0px 10px; }








	/* Shop Page */
		header.woocommerce-products-header h1 { margin-bottom: 10; }
		
		/* Sort by Latest */
/*		p.woocommerce-result-count { float: left; } */
		form.woocommerce-ordering { margin-bottom: 20px; font-size: 0.9rem; }
		
		ul li.product { width: 32% !important; margin-right: 2% !important; background: #fff; padding: 1%; border-radius: 10px; -webkit-border-radius: 10px; }
		ul li.product:nth-child(3n+0) { margin-right: 0 !important; }
			.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist { top: 25px !important; left: 25px !important; }
			ul li.product img { margin-bottom: 10px; border-radius: 6px; -webkit-border-radius: 6px; }
			ul li.product h2 { font-family: 'Baloo 2', sans-serif; font-size: 1.1rem; line-height: 1.4rem; font-weight: 600; margin-bottom: 10px; min-height: 3rem; }
				ul li.product h2::after { display: none; }
			ul li.product .price { display: block; text-align: left; margin-bottom: 10px; font-size: 1.3rem; }
	/* End Shop Page */
	
	
	
	/* Single Product Page */
		.woocommerce-breadcrumb { position: relative; font-size: 1rem; line-height: 2rem; text-transform: uppercase; padding: 0 0 20px 20px; }
			.woocommerce-breadcrumb::before { position: absolute; z-index: 1; content: ''; left: 0; width: 14px; height: 2rem; background: url(images/icon-woo-breadcrumb.png) no-repeat 0 50%; }
			.woocommerce-breadcrumb a { color: #444 !important; }
		
		.single-product div.product .woocommerce-product-gallery { width: 50%; background: #fff; padding: 10px; border-radius: 10px; -webkit-border-radius: 10px; margin-bottom: 30px; }
			.single-product div.product .woocommerce-product-gallery figure { margin: 0 0; }
				.single-product div.product .woocommerce-product-gallery figure img.wp-post-image { display: block; width: 100%; height: auto; }
				.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger { text-indent: -9999px; display: block; width: 30px; height: 30px; background: url(images/icon-product-zoom.png) no-repeat 0 0; }
		.single-product div.product .entry-summary { float: left; width: 50%; margin-top: 0 !important; padding: 0 0 50px 3%; background: transparent; }
			.single-product div.product .entry-summary h1.entry-title { margin-bottom: 10px !important; text-align: left !important; font-size: 2rem; }
				.single-product div.product .entry-summary h1.entry-title::after { left: 0 !important; margin-left: 0 !important; }
			.single-product div.product .entry-summary .variations .label { vertical-align: top; font-weight: bold; }
			.single-product div.product .entry-summary p.price { font-size: 1.5rem; color: #7e9e46; }
			.single-product div.product .entry-summary .button, .single-product div.product .entry-summary .product_meta { margin-top: 20px; }
			.single-product div.product .product_meta { }
				.single-product div.product .product_meta .sku_wrapper, .single-product div.product .product_meta .posted_in, .single-product div.product .product_meta .tagged_as { display: block; text-transform: uppercase; font-size: 80%; letter-spacing: 2px; background: rgba(255,255,255,0.5); margin-bottom: 10px; border-radius: 10px; -webkit-border-radius: 10px; padding: 2% 2%; }
		
		.single-product div.product .woocommerce-tabs { clear: both; }
			.woocommerce-tabs ul.tabs li { display: inline-block; background: #fff; padding: 0px 20px; margin-right: 5px; border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; }
				.woocommerce-tabs ul.tabs li a { color: #444; }
			.woocommerce-tabs .wc-tab { margin-top: 0px; margin-bottom: 30px; background: #fff; padding: 5%; border-radius: 0 10px 10px 10px; -webkit-border-radius: 0 10px 10px 10px; }
		
		.related.products { }
			.related.products ul { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; }
			.related.products ul li { width: 23.5% !important; margin-right: 2% !important; }
			.related.products ul li:last-child { margin-right: 0 !important; }
				.related.products ul li img { width: 100%; }
				.related.products ul li h2 { font-size: 1.4rem; margin-bottom: 0px; }
				.related.products ul li .price { font-size: 1.4rem; }
	/* End Single Product Page */
	
	
	
	/* Cart Page */
	form.woocommerce-cart-form { }
		form.woocommerce-cart-form .product-thumbnail { width: 35%; padding-right: 10%; }
		form.woocommerce-cart-form .coupon { padding: 0 0; margin: 0 0; }
			form.woocommerce-cart-form .coupon label { display: block; }
			form.woocommerce-cart-form .coupon .input-text, form.woocommerce-cart-form .coupon .button { vertical-align: middle; }
			form.woocommerce-cart-form .coupon .button { padding: 10px 30px; margin: 10px 0 30px; }
	.cart_totals { border-top: 1px solid #ccc; padding-top: 20px; }
		ul#shipping_method { list-style: none outside; margin: 0 0; padding: 0 0; }
	/* End Cart Page */
	
	
	
	/* Checkout Page */
	form.checkout { }
		form.checkout label { display: block; }
		form.checkout input[type="text"], form.checkout input[type="email"], form.checkout input[type="tel"], form.checkout input[type="password"], form.checkout input[type="number"], form.checkout input.text, form.checkout input.title, form.checkout textarea, form.checkout select { padding: 7px !important; width: 100%; }
		form.checkout .select2-container--default .select2-selection--single { height: 42px; border: 1px solid #cecece; }
			form.checkout .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 42px; }
			form.checkout .select2-container--default .select2-selection--single .select2-selection__arrow b { margin-top: 4px; }
	form.checkout .wc_payment_methods { margin: 0 0; list-style: none outside; padding: 0 0 20px; }
	/* End Checkout Page */
	
	
	/* My Account Page */
	body.woocommerce-account .entry-content .woocommerce { display: flex; flex-wrap: nowrap; }
		body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation { width: 30%; }
			body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul { margin: 0 0; padding: 0 20px 30px 0; list-style: none outside; }
					body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a { display: block; background: #ba933e; color: #fff; padding: 3% 3% 3% 5%; border-radius: 10px; -webkit-border-radius: 10px; margin-bottom: 5px; text-decoration: none; }
		body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content { width: 70%; }
			body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content label, body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content input { display: block; }
			body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content input { width: 100%; padding: 10px !important; }
	
	
