/** Table */
	table {
		margin: 1em 0;
		border-color: #e6e6e6;
		border-style: solid;
		border-width: 1px;
	}
		table th, 
		table td {
			text-align: left;
			vertical-align: top;
			border-color: #e6e6e6;
			border-style: solid;
			border-width: 1px;
			padding: 1em;
		}
		table th {
			background-color: #f2f2f2;
		}
			table.woocommerce-product-attributes p {
				margin: 0;
			}


/** WooCommerce */
	/* .widget,
	.site-search {
		margin: 0;
	}

	.site-main {
		margin: 0;
	} */
	
	/* Move sidebar to the left */
		/* .blog #primary,
		.single #primary,
		.default #primary,
		.page #primary,
		.woocommerce #primary {
			width: 77.913043%;
			float: right;
			margin: 0 0 0 2.347826%;
		}

		.blog #secondary,
		.single #secondary,
		.default #secondary,
		.page #secondary,
		.woocommerce #secondary {
			width: 19.73913%;
			float: left; 
		} */
		
		/* .home #primary,
		.page-template-templatestemplate-full-notitle-php #primary {
			float: none;
		} */

		/* body.single-product #primary {
			width: 100%;
			margin: 0;
		} */
	/* [END] Move sidebar to the left [END] */

	body ul.products::before, 
	body ul.products::after, 
	body .wc-block-grid__products::before, 
	body .wc-block-grid__products::after {
		display: none;
	}

		#secondary .widget_archive ul li, 
		#secondary .widget_categories ul li, 
		#secondary .widget_layered_nav_filters ul li, 
		#secondary .widget_links ul li, 
		#secondary .widget_nav_menu ul li, 
		#secondary .widget_pages ul li, 
		#secondary .widget_product_categories ul li, 
		#secondary .widget_recent_comments ul li, 
		#secondary .widget_recent_entries ul li {
			padding: 0;
			background: none;
			margin: 0 0 14px 0;
			clear: both;
			float: left;
			width: 100%;
		}
	

/** WooCommerce Notifications */
	body .woocommerce-message  {
		background-color: #27ae60;
		line-height: 1.5;
	}
	body .woocommerce-info, 
	body .woocommerce-noreviews, 
	body p.no-comments {
		line-height: 1.5;
	}
	body .woocommerce-error {
		background-color: #c0392b;
		line-height: 1.5;
	}

	body .woocommerce-message .button, 
	body .woocommerce-info .button, 
	body .woocommerce-error .button, 
	body .woocommerce-noreviews .button, 
	body p.no-comments .button {
		height: auto;
		line-height: 1.5;
	}


/** Owl Carousel Nav */
	.owl-carousel.include-nav {
		padding: 0 40px;
	}
	.owl-carousel.include-nav .owl-nav {
		display: block;
		margin: 0;
		width: 100%;
		z-index: 100;
	}
	.owl-carousel.include-nav .owl-prev, 
	.owl-carousel.include-nav .owl-next {
		text-indent: -999em;
		width: 40px;
		height: 40px;
		position: absolute;
		top: calc(50% - 20px);
		z-index: 250;
		transition: all 0.5s;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.owl-carousel.include-nav.include-pagination .owl-prev, 
	.owl-carousel.include-nav.include-pagination .owl-next {
		margin-top: -16px;
	}
	.owl-carousel.include-nav .owl-prev {
		background-image: url(/wp-content/themes/woocommerce-theme/images/icons/prev.svg);
		background-position: center left;
		left: 0;
	}
	.owl-carousel.include-nav .owl-next {
		background-image: url(/wp-content/themes/woocommerce-theme/images/icons/next.svg);
		background-position: center right;
		right: 0;
	}


/** Owl Carousel Pagination */
	.owl-carousel.include-pagination .owl-dots {
		text-align: center;
		height: 16px;
		margin: 1em 0;
	}
	.owl-carousel.include-pagination .owl-dot {
		background-color: transparent;
		border: 2px solid #F16529;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		display: inline-block;
		margin: 0 5px;
	}
	.owl-carousel.include-pagination .owl-dot.active {
		background: #F16529;
	}
	

/** Cookie Policy */
	#cookie-overlay {
		display: none;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgba(33,41,52,.85);
		z-index: 999;
	}
	#cookie-message {
		position: absolute;
		bottom: 0;
		padding: 4em 5em;
		background-color: #fff;
		width: 100%;
		margin: 0;
		z-index: 100;
		box-sizing: border-box;
	}
	#cookie-message .accept {
		text-align: right;
	}
	#cookie-message p:last-of-type {
		margin-bottom: 0;
	}
	