/**
 * Default styles used site-wide
 *
 * Site Colours
 * ---
 * 
 */


/** General */
	body, select, input, textarea {
		font: 16px/1.4em americane, sans-serif;
		color: #444;
		letter-spacing: 0.02em;
	}
	.container {
		max-width: 1440px;
		margin: 0px auto;
		padding: 0 2%;
		box-sizing: content-box;
	}
	section {
		padding: 3em 0;
	}


/** Fonts */
	h1, h2, h3, h4, h5, h6 {
		margin: .6em 0 .3em;
		line-height: 1.3em;
	}
	h1 {
		font-size: 2.2em;
	}
	h2 {
		
		font-size: 1.8em;
	}
	h3 {
		font-size: 1.6em;
	}
	h4 {
		
		font-size: 1.4em;
	}
	h5 {
		font-size: 1.2em;
	}
	h6 {
		font-size: 1em;
	}
	h1 + p, h2 + p, h3 + p, h4 + p {
		margin-top: 0;
	}
	p {
		font-size: 1em;
		margin: 1em 0;
	}
	a, a:active, a:visited {
		color: #d02f2f;
		text-decoration: none;
		font-weight: 700;
	}
	a:hover {
		color: #d02f2f;
		text-decoration: underline;
	}


/** Forms */
	button, input, textarea, select {
		vertical-align: middle;
	}
	section input[type=email], 
	section input[type=password], 
	section input[type=search], 
	section input[type=tel], 
	section input[type=text], 
	section input[type=url], 
	section textarea, 
	section textarea.input-text, 
	section select {
		border: 1px solid #CCC;
		background: rgba(255,255,255,1);
		box-shadow: none;
		border-radius: 3px;
		height: 50px;
		line-height: 50px;
		padding: 0 1em;
	}
	section select {
		height: 50px;
		line-height: 50px;
	}
	section textarea,
	section textarea.input-text {
		height: 150px;
		line-height: 1.5em;
		padding: 10px 1em;
	}
	input:hover, textarea:hover, select:hover {
		border: 1px solid #999;
	}
	input:focus, textarea:focus, select:focus {
		border: 1px solid #999;
	}
	.input-text:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
		outline: none;
		background: #F6F6F6;
	}
	button:hover, button:focus, button:active {

	}
	input.checkbox, input.radio {
		width: auto !important;
		background: transparent; /* ie6 */
		border: none !important; /* ie6 */
		margin: 0 10px 0 0;
	}
	button, 
	a.button, 
	input[type="button"], 
	input[type="reset"], 
	input[type="submit"] {
		padding: 0 2em;
		line-height: 50px;
		height: 50px;
		color: #fff;
		border-radius: 3px;
		background-color: #d02f2f;
		text-transform: uppercase;
		font-weight: 600;
		-webkit-transition: all .5s ease;
		   -moz-transition: all .5s ease;
		    -ms-transition: all .5s ease;
		     -o-transition: all .5s ease;
		        transition: all .5s ease;
	}
	.button.white {
		background: #FFF;
		color: #000;
	}
	button:hover, 
	a.button:hover, 
	input[type="button"]:hover, 
	input[type="reset"]:hover, 
	input[type="submit"]:hover {
		background: #d02f2f;
		color: #FFF;
		text-decoration: underline;
	}
	a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
		outline: none;
	}


/** 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_layered_nav ul {
		max-height: 300px;
		overflow-y: scroll;
		overflow-x: hidden;
		padding: 0;
	}
		#secondary .widget_archive ul li, 
		#secondary .widget_categories ul li, 
		#secondary .widget_layered_nav 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%;
		}
		#secondary .widget_layered_nav_filters ul li {
			padding-left: 1.618em;
		}
		#secondary .widget_layered_nav li::before {
			content: "";
			display: block;
			width: 26px;
			height: 26px;
			border: 1px solid #d3d5d6;
			background: #e4e5e6;
			margin: 0 14px 0 0;
			position: relative;
			float: left;
			opacity: 1;
		}
		#secondary .widget_layered_nav .chosen::before {
			content: "\f00c";
			color: #454545;
			line-height: 26px;
			text-align: center;
		}
		#secondary .widget_layered_nav li{
			position: relative;
		}
		#secondary .widget_layered_nav li a {
			width: calc(100% - 40px);
			color: #444;
			text-decoration: none;
			line-height: 20px;
			font-weight: 400;
			padding: 2.5px 0;
			float: right;
			letter-spacing: -0.01em;
			position: absolute;
			left: 0;
			padding: 4px 0 2px 50px;
		}
		#secondary .widget.woocommerce li .count {
			display: none;
		}

	body .star-rating span:before, 
	body .quantity .plus, 
	body .quantity .minus, 
	body p.stars a:hover:after, 
	body p.stars a:after, 
	body .star-rating span:before, 
	body #payment .payment_methods li input[type=radio]:first-child:checked+label:before {
		color: #d02f2f;
	}


/** WooCommerce Notifications */
	body .woocommerce-message  {
		background-color: #27ae60;
		line-height: 1.5;
	}
	body .woocommerce-info, 
	body .woocommerce-noreviews, 
	body p.no-comments {
		background-color: #d02f2f;
		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(/images/icons/prev.svg);
		background-position: center left;
		left: 0;
	}
	.owl-carousel.include-nav .owl-next {
		background-image: url(/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 #00aeef;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		display: inline-block;
		margin: 0 5px;
	}
	.owl-carousel.include-pagination .owl-dot.active {
		background: #00aeef;
	}
	

/** 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;
	}
	