/*!
Theme Name: lawa by nick
Theme URI: http://underscores.me/
Author: Nick Chong
Author URI: https://nickcho.ng
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lawa-by-nick
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

lawa by nick is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
##
## LAWA ADDED STYLES
##
--------------------------------------------------------------*/
/*START********************GENERAL********/
 	.content-area {
		padding-bottom:40px;
	}
	body {
		font-family: 'Raleway','Helvetica','Arial',sans-serif !important;
		color: #8d8d8d;
		font-weight: 400;
	}
	body h1, body h2, body h3, body h4, body h5, body h6, .sh-heading span.sh-heading-content {
		font-family: "Montserrat" !important;
		color: #505050;
	}
	h1.entry-title, h1.page-title {
		/* font-weight:800; */
		text-transform:uppercase;
	}
	.bg-verydark {
		background-color:#000;
	}
	a:focus {
		outline:none;
	}
	a:visited {
		/* color: inherit; */
	}
	a:hover {
		text-decoration:none !important;
		text-decoration-line:none !important;
	}
	ol.commentlist {
		list-style:none !important;
		padding-left:5px;
	}
	ol.commentlist li {
		border-left: 1px double rgba(0,0,0,0.1);
	}
	ol.commentlist li .comment_container {
		margin-left:8px;
	}
	ul, ol {
		margin-left:0;
		padding-left:20px;
	}
	li {
		/* padding-left:10px; */
	}
	main#main {
		padding-top:15px;
	}
	#content.site-content {
		/* box-shadow: -1px 6px 140px -35px rgba(0,0,0,0.83); */
		/* box-shadow: -1px 6px 140px -35px rgba(0,0,0,0); */
	}
	.dont-break-out {

	  /* These are technically the same, but use both */
	  overflow-wrap: break-word;
	  word-wrap: break-word;

	  -ms-word-break: break-all;
	  /* This is the dangerous one in WebKit, as it breaks things wherever */
	  word-break: break-all;
	  /* Instead use this non-standard one: */
	  word-break: break-word;

	  /* Adds a hyphen where the word breaks, if supported (No Blink) */
	  /* -ms-hyphens: auto; */
	  /* -moz-hyphens: auto; */
	  /* -webkit-hyphens: auto; */
	  /* hyphens: auto; */
	}	
/*END**********************GENERAL********/
/*START********************FOOTER*********/
	footer {
		/* color: rgba(255,255,255,.5) !important; */
		/* font-size:0.8rem; */
	}
	footer a {
		/* color: #212529 !important; */
		/* font-style:italic; */
		font-weight:500;
	}
/*END**********************FOOTER*********/
/*START********************BREADCRUMB*****/
	nav.woocommerce-breadcrumb a:first-child::before {
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		font-family: "Font Awesome 5 Free";
		font-weight:900;
		content: "\f015";
		margin-right:2px;
	}
	nav.woocommerce-breadcrumb a {
		/* word-break: keep-all; */
		font-weight:400;
	}
	nav.woocommerce-breadcrumb {
		font-family: 'Raleway','Helvetica','Arial',sans-serif;
		word-break: break-word;
		font-weight:500;
	}
	i.breadcrumbCaret {
		/* font-size:12px; */
		/* line-height:21px; */
		padding-left:5px;
		padding-right:5px;
	}
	.single-product nav.woocommerce-breadcrumb {
		
	}
/*END**********************BREADCRUMB*****/
/*START********************WC GLOBAL******/
	.price {
		color: #f50;
		font-weight:700;
	}
	.price del {
		font-weight:400 !important;
	}
	
	.price ins span.woocommerce-Price-amount.amount {
		margin-bottom:-7px;
	}
	.price del {
		font-size: 0.9rem;
		color: rgba(158,158,158,0.70) !important;
	}
	.price del .woocommerce-Price-amount.amount {
		color:#9e9e9e;
	}
	.price del .woocommerce-Price-amount.amount:before {
		content:" ";
		white-space: pre;
	}
	.price del .woocommerce-Price-amount.amount:after {
		content:" ";
		white-space: pre;
	}
	.woocommerce .product .price ins {
		text-decoration: none!important;
		font-size: 24px;
		font-weight: 700;
	}
	div.lawa.quantity {
		width:136px;
		display: inline-flex;
		top:1px;
	}
	div.lawa.quantity input.qty {
		max-width:60px !important;
		width:60px !important;
		border-top-left-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
	}
	div.lawa.quantity button {
		border-color:#ccc;
		width:38px;
	}
	div.lawa.quantity input[type="number"]::-webkit-outer-spin-button, div.lawa.quantity input[type="number"]::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}
	 
	div.lawa.quantity input[type="number"] {
		-moz-appearance: textfield;
	}
/*END**********************WC GLOBAL******/
/*START********************WC ARCHIVES****/
	.product_loop .star-rating {
		display:block;
		width:100%;
		clear:both;
	}
	.product_loop a.added_to_cart {
		padding: .375rem .75rem;
		border: 1px solid transparent;
		color: #212529;
	}
	.product_loop .price ins .woocommerce-Price-currencySymbol {
		font-size:14px;
		font-weight:700;
	}
	.product_loop .woocommerce-Price-currencySymbol {
		font-size:0.75em;
		vertical-align: super;
	}
	.product_loop del .woocommerce-Price-currencySymbol {
		font-size:inherit;
		vertical-align: baseline;
	}
	.product_loop .price ins,
	.product_loop .price del	{
		line-height:1.5;
	}
	.product_loop .price {
		line-height:1.2;
		display:block;
		width:100%;
		min-width:120px;
	}
	.product_loop .card-body {
		height:57px;
		display:flex;justify-content: center; align-items: center;
		width:100%;
	}
	.product_loop {
		padding-left:0.25rem;
		padding-right:0.25rem;
	}
	.product_loop .card {
		padding-left:4px;
		padding-right:4px;
		padding-bottom:4px;
	}
	.product_loop > div {
		padding:0.25rem;
		border-radius:4px;
	}

	.product_loop > div > .card img {
		border-radius:4px;
	}

	.woocommerce.archive .card-group>.card {
		margin-bottom: 0;
	}

	h1.woocommerce-products-header__title {
		text-transform:uppercase;
	}
	.lawa_product_loop_item .card-title {
		margin-bottom:0;
	}
	h2.woocommerce-loop-product__title {
		font-size:1em;
		height:2.4em;
		overflow: hidden;
		margin-bottom:0;
	}
	.add_to_cart_button {
		display:block;
	}
	span.onsale {
		display:none;
	}
	div.lawa_product_loop_item ins span.amount,
	div.lawa_product_loop_item del span.amount {
		display:block;
	}
	div.lawa_product_loop_item span.price span:nth-child(2) span.woocommerce-Price-currencySymbol {
		display:none;
	}
	div.lawa_product_loop_item .card-footer {
		/* margin-left:-0.25rem !important; */
		/* margin-right:-0.25rem !important; */
		/* margin:-0.25rem !important; */
		position:absolute;
		bottom:0;
		/* right:0.5rem;left:0.5rem; */
		left:0;right:0;
	} 
	div.lawa_product_loop_item {
		border-radius: 4px;
		border:1px solid rgba(0,0,0,0.125);
	}
	div.lawa_product_loop_item a.add_to_cart_button {
		/* word-break: keep-all; */
		/* white-space:nowrap; */
		/* max-height:24px; */
	}
	div.lawa_product_loop_item a.add_to_cart_button.added {
		display:none;
	}
/*END**********************WC ARCHIVES****/
/*START*****************SINGLE PRODUCT****/
	.single-product #reply-title {
		text-transform:uppercase;
		font-size:1.5rem !important;
		font-weight:500;
		padding-top:15px;
	}
	.single-product .woocommerce-noreviews, p.no-comments {
		margin:0 0 8px 0!important;
		border:0px none #fff;
		padding:0!important;
		background-color:#fff;
		color:rgba(0,0,0,0.7);
		
	}
	.comment_container .comment-text > .meta {
		margin-bottom:0;
	}
	.comment_container .comment-text .description > p {
		font-style:italic;
	}
	.comment_container .comment-text .description > p::before {
		content:"\201C";
	}
	.comment_container .comment-text .description > p::after {
		content:"\201D";
	}
	.single-product #reviews #review_form .must-log-in {
		/* display:none; */
	}
	.single-product #reviews .star-rating {
		margin-bottom:-9px;
	}
	.single-product #reviews {
		/* margin-bottom:20px; */
		margin-top:20px;
	}
	.single-product .star-rating span:before {
		color:#ffc107 !important;
	}
	.single-product .woocommerce-review-link {
		position:absolute;
		top:2px;
		left:105px;
	}
	.single-product .star-rating, .woocommerce-review-link {
		display:inline-block;
	}
	.single-product .addtoany_list::before {
		content:"Share this";
		display:block;
		padding-left:4px;
		padding-right:4px;
		font-weight:500;
		font-style:italic;
		/* text-transform:uppercase; */
		margin-bottom:-8px;
		
	}
	.single-product .addtoany_list {
		margin-left:-4px;
		display:block;
		padding-top:15px;
		padding-bottom:15px;
	}
	.single-product div.summary del {
		font-weight:400 !important;
	}
	.single-product div.summary p.price {
		font-size: 24px;
		font-weight: 700;
	}
	.single-product table.variations td.value label {
		margin-bottom:0px;
		font-style:italic;
		font-weight:500;
	}
	.single-product table.variations select {
		width:270.69px;
		margin-left:-1px;
	}
	button.single_add_to_cart_button {
		text-transform:uppercase;
	}
	.single-product table.variations {
		margin-bottom:3px;
	}
	.single-product h1.product_title {
		/* padding-top:15px; */
		text-transform:uppercase;
		/* font-size: 1.8em !important; */
	}
	.single-product .description > h2,
	.single-product .upsell > h2,
	.single-product .related.products > h2,
	.single-product .woocommerce-Reviews #comments > h2	{
		padding-top:15px;
		text-transform:uppercase;
		font-size:1.5rem !important;
	}
	.single-product .woocommerce-Reviews #comments > h2 > span {
		display:none;
	}
	.single-product div.product {
		display:flex !important;
	}
	.single-product .entry-summary {
		/* margin:initial !important; */
		margin-bottom:15px;
	}
	.single-product a.reset_variations {
		display:none !important;
	}
	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
		width:25% !important;
	}
	.single-product ol.flex-control-thumbs {
		width:100%;
	}
	.single-product table.shop_attributes td p {
		margin-bottom:0;
	}
	.single-product .row.product_loop {
		padding-left: 11px; padding-right:11px;
	}
	.single-product .products div.type-product {
		/* padding-left:15px !important; padding-right:15px !important; */
	}
	.single-product nav.woocommerce-breadcrumb {
		margin-bottom:5px;
	}
/*END*******************SINGLE PRODUCT****/
/*START******************FLOATING CART****/
	.woofc-inner .woofc-product-title {
		line-height:normal !important;
	}
	.woofc-wrapper {
		background-color: rgba(255,255,255,0.425);
	}
	@media only screen and (max-width: 350px) {
		.woofc-cart-open .woofc-inner a.woofc-checkout span.amount {
			display:inline;
		}
	}
/*END********************FLOATING CART****/
/*START********************NAVBAR*********/
	.caret::after {
		display: inline-block;
		width: 0;
		height: 0;
		/* margin-left: .255em; */
		vertical-align: .255em;
		content: "";
		border-top: .3em solid;
		border-right: .3em solid transparent;
		border-bottom: 0;
		border-left: .3em solid transparent;
	}
	a.nav-link:visited {
		color:#f8f9fa;
	}
	a.nav-link {
		/* font-weight:500; */
		color:#f8f9fa;
	}
	@media(min-width:576px) {
		nav.navbar {
			/* padding-left:0px; */
		}
		ul#menu-menu-1 > li:first-child a {
			/* padding-left:0px; */
		}
	}
	@media(max-width:575px) {
		nav.navbar {
			/* padding-left: 8px; */
		}
		ul#menu-menu-1 {
			padding-left:7px;
		}
	}
	nav.navbar {
		/* padding-top:0px; */
		/* padding-bottom:6px; */
		/* padding-right:8px; */
	}

	nav.navbar button.navbar-toggler {
		border:0px none;
		padding:10px 8px;
	}

	nav.navbar .loginout {
		/* color:#ffc107 !important; */
		/* color:#fff; */
		/* text-transform: uppercase; */
		/* font-weight:600; */
	}

	nav.navbar ul.nav.navbar-nav {
		margin-left:0;
		padding-left:2px;
	}
	.navbar-toggler {
	  border: none;
	  background: transparent !important;
	}

	.navbar-toggler:focus {
	  outline: none;
	  background: transparent !important;
	}

	body.logged-in .icon-bar {
		/* background-color: #ffc107 !important; */
	}

	.navbar-toggler .icon-bar {
	  background-color: #000;
	  transform: rotate(0deg) translate(0px, 0px);
	  transition: ease all .2s;
	}

	.navbar-toggler .icon-bar {
	  display: block;
	  width: 22px;
	  height: 2px;
	  border-radius: 1px;
	}

	.navbar-toggler .icon-bar+.icon-bar {
	  margin-top: 4px;
	}

	.icon-bar:nth-child(2) {
	  width: 16px;
	  transition: ease all .2s;
	}

	.navbar-toggler:hover>.icon-bar:nth-child(2) {
	  width: 22px;
	  transition: ease all .2s;
	}

	.navbar-toggler:active>.icon-bar:nth-child(2) {
	  width: 22px;
	  transition: ease all .2s;
	}

	.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
	  transform: rotate(45deg) translate(5px, 4px);
	  transition: ease all .2s;
	}

	.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
	  opacity: 0;
	  transition: ease all .2s;
	}

	.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
	  transform: rotate(-45deg) translate(4px, -4px);
	  transition: ease all .2s;
	}
/*END**********************NAVBAR*********/
/*START********************CHECKOUT*******/
	#billing_address_1_field {
		display:block;
	}
	#order_review td {
		vertical-align: top;
		padding-top:5px;
		padding-bottom:5px;
	}
	#order_review td {
		padding:1em 1.41575em;
		background:rgba(0,0,0,0.015);
	}
	#order_review th {
		background-color: #f5f5f5;
		padding:1.41575em;
	}
	#order_review td.product-total, tr.order-total td, tr.cart-subtotal td, th.product-total, tr.shipping td{
		text-align:left;
	}
	.woocommerce-checkout  tr.order-total td {
		font-size:1.2em;
	}
	
	.wc_payment_method {
		display: block;
		padding:0;
		cursor: pointer;
	}
	#payment .payment_methods {
		margin: 0!important;
		padding: 0!important;
	}
	
	ul#shipping_method {
		padding-left: 0;
		white-space:nowrap;
	}
	ul#shipping_method li {
		list-style: none!important;
		padding-left:0;
	}
	ul#shipping_method span.woocommerce-Price-amount.amount {
		display:block;
		padding-left:24px;
		font-weight:500;
	}
	
	#payment .payment_methods li, ul#shipping_method li {
		margin-left: 0;
		position: relative;
	}	
	input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
		padding-left:8px;
	}
	#order_comments {
		height:130px;
	}
	.woocommerce-checkout .form-row{
		margin-left:0;
		margin-right:0;
		display:block;
	}
	#billing_first_name_field, #billing_last_name_field {
		display:inline-block;
		width:49%;
	}
	#billing_postcode_field {
		display:inline-block;
		width:41%;
		float:right;
	}
	#billing_state_field {
		display:inline-block;
		width:57%;
		float:left;
	}
	
	#billing_first_name_field {
		float:left;
	}
	
	#billing_last_name_field {
		float:right;
	}
	#billing_phone_field {
		display:block;
	}

	#billing_first_name, #billing_last_name, #billing_address_1, #billing_address_2, #billing_city, input#billing_postcode, #billing_phone, #billing_email  {
		display:block;
		width:100%;
		height:40px !important;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow , .select2-container .select2-selection--single {
		height:40px !important;	
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height:40px !important;
	}
	.woocommerce-checkout label {
		display:block;
		width:100%;
		margin-bottom:0px;
	}
	.woocommerce-input-wrapper {
		width:100%;
	}
	.woocommerce-checkout  abbr[data-original-title], .woocommerce-checkout  abbr[title] {
		text-decoration:none;
	}
	#billing_company_field {
		display:none;
	}
	#billing_country_field {
		visibility:hidden;
		display:none;
	}
	li.wc_payment_method input.input-radio, li.wc_payment_method label {
		display:inline-block;
	}
	li.wc_payment_method img {
		padding-top:5px;
		display:block;
		border-radius:8px;
	}
	a.about_paypal {
		display:block;
		padding-top:3px;
		text-align:center;
	}
	#payment {
		/* max-width:365px; */
	}
	#payment .payment_methods li.woocommerce-PaymentMethod>input[type=radio]:first-child:checked+label:before,
	#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label:before,
	#shipping_method li>input[type=radio]:first-child:checked+label:before {
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		font-family: 'Font Awesome 5 Free' !important;
		font-weight: 900;
		content: "\f192";
	}
	#payment .payment_methods > .woocommerce-PaymentMethod > label::before,
	#payment .payment_methods > .wc_payment_method > label::before, 
	#shipping_method li label::before  {
		font-family: 'Font Awesome 5 Free' !important;
		font-weight: 900;
		content: "\f111";		
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		line-height: 1;
		vertical-align: -.125em;
		line-height: inherit;
		vertical-align: baseline;
		margin-right: 0.5407911001em;
		-webkit-transition: color, ease, 0.2s;
		transition: color, ease, 0.2s;
	}
	#payment .payment_methods li.woocommerce-PaymentMethod > input[type=radio]:first-child,
	#payment .payment_methods li.wc_payment_method > input[type=radio]:first-child, 
	#shipping_method li > input[type=radio]:first-child	{
		border: 0;
		clip: rect(1px, 1px, 1px, 1px);
		-webkit-clip-path: inset(50%);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
		word-wrap: normal !important;
	}
	#payment .payment_methods > li:not(.woocommerce-notice):hover {
    background-color: #f0f0f0;
	}

	#payment .payment_methods > li:not(.woocommerce-notice) {
		background-color: #f5f5f5;
	}
	#payment .payment_methods > li .payment_box, #payment .place-order {
		background-color: #fafafa;
	}
	#payment .payment_methods li .payment_box {
		padding: 1.41575em;
	}
	#payment .payment_methods li p {
		margin: 0;
	}
	#payment .payment_methods>.wc_payment_method>label, #payment .payment_methods>.woocommerce-PaymentMethod>label {
		display: block;
		padding: 1.41575em;
		padding-top: 1.41575em;
		padding-right: 1.41575em;
		padding-bottom: 1.41575em;
		padding-left: 1.41575em;
		cursor: pointer;
	}
	#payment .place-order {
		padding: 1.41575em;
		margin-bottom: 0;
		float: none;
		width: 100%;
		margin-top: 1em;
	}
	#payment .woocommerce-terms-and-conditions {
		padding: 1em;
		box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
		margin-bottom: 16px;
		background-color: rgba(0,0,0,.05);
	}
	#payment .place-order .button {
		font-size: 1.41575em;
		width: 100%;
		white-space: pre-wrap;
	}
	button.alt:hover, input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover, .button.alt:hover, .added_to_cart.alt:hover, .widget-area .widget a.button.alt:hover, .added_to_cart:hover, .widget a.button.checkout:hover {
		/* background-color: #1a1a1a; */
		/* border-color: #1a1a1a; */
		/* color: #ffffff; */
	}
/*END**********************CHECKOUT*******/
/*START********************NOTICES********/
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, .woocommerce-noreviews .button, p.no-comments .button {
    float: right;
    padding: 0;
    background: 0 0;
    color: #fff;
    box-shadow: none;
    line-height: 1.618;
    padding-left: 1em;
    border-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(255,255,255,.25)!important;
    border-radius: 0;
}
.wc-forward:after, .woocommerce-Button--next:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f291";
    margin-left: .5407911001em;
}
	.woocommerce-NoticeGroup {
		width:100%;
		/* margin-left:15px; */
		/* margin-right:15px; */
	}
	.woocommerce-error {
		list-style: none;
		background-color: #e2401c !important;
	}
	.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
		width:100%;
		display:block;
		padding: 1em 1.618em;
		margin-bottom: 2.617924em;
		background-color: #0f834d;
		margin-left: 0;
		border-radius: 2px;
		color: #fff;
		clear: both;
		border-left: .6180469716em solid rgba(0,0,0,.15);
	}
/*END**********************NOTICES********/
/*START*****************MY ACCOUNT********/
	.woocommerce-edit-address p label {
		margin-bottom:0;
		white-space:nowrap;
	}
	.woocommerce-edit-address form > h3 {
		display:none;
	}
	.woocommerce-edit-address p {
		margin-left:0;
		margin-right:0;
	}
	.woocommerce-edit-address abbr {
		text-decoration:none !important;
	}
	.woocommerce-EditAccountForm.edit-account input {
		width:100%;
	}
	.woocommerce-EditAccountForm.edit-account .form-row.form-row-last {
		float:right;
	}
	.woocommerce-EditAccountForm.edit-account .form-row.form-row-first,
	.woocommerce-EditAccountForm.edit-account .form-row.form-row-last {
		width:48.5%;
		display:inline-block;
	}
	.woocommerce-EditAccountForm p {
		margin-left:0;
		margin-right:0;
		padding-left:2px;
		padding-right:2px;
	}
	.woocommerce-EditAccountForm label {
		display:block;
		width:100%;
		margin-bottom:0px;
	}
	.woocommerce-MyAccount-content > p:nth-of-type(2) {
		display:none;
	}
	.woocommerce-edit-address .woocommerce-Address-title > h3 {
		display:none;
	}
	.woocommerce-MyAccount-content > div.col-1 {
		width:100% !important;
		max-width:100% !important;
	}
	.woocommerce-EditAccountForm.edit-account > fieldset {
		display:none;
	}
	nav.woocommerce-MyAccount-navigation,
	li.woocommerce-MyAccount-navigation-link--downloads,
	li.woocommerce-MyAccount-navigation-link--dashboard,
	li.woocommerce-MyAccount-navigation-link--customer-logout {
		display:none;
	}
	
	.woocommerce-edit-address article,
	.woocommerce-edit-account article {
		max-width:500px;
		/* margin-left:auto;margin-right:auto; */
	}
/*END*******************MY ACCOUNT********/

.hidefirst {
	opacity:0.05;
}

.shrinkfirst {
	transform:scale3d(.3,.3,.3);
}

.accentColor {
	color:rgb(255, 193, 7);
}

#lawaSlides .carousel-inner .carousel-item img.cover {
    min-height: 400px;
    max-height: 100vh;
    display: block;
    object-fit: cover;
}

.pattern-overlay {
    z-index: 1;
    background-color: rgba(44,62,80,0.2) !important;
	opacity:1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-image: url(img/overlay-pattern.png) !important;
}

.carousel-fade .carousel-item {
	 opacity: 0;
	 transition-duration: .6s;
	 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

.animated.delay-100ms {
	-webkit-animation-delay: 0.1s;
}

.animated.delay-200ms {
	-webkit-animation-delay: 0.2s;
}
.animated.delay-300ms {
	-webkit-animation-delay: 0.3s;
}
.animated.delay-400ms {
	-webkit-animation-delay: 0.4s;
}
.animated.delay-500ms {
	-webkit-animation-delay: 0.5s;
}
.animated.delay-600ms {
	-webkit-animation-delay: 0.6s;
}
.animated.delay-700ms {
	-webkit-animation-delay: 0.7s;
}
.animated.delay-800ms {
	-webkit-animation-delay: 0.8s;
}
.animated.delay-900ms {
	-webkit-animation-delay: 0.9s;
}
a.btn-outline-warning:not(:hover) {
	color:#ff8000;
	border-color:#ff8000;
}
.carousel-control-next-icon, .carousel-control-prev-icon, .carousel-indicators li, #AksoSlide1Button{
  -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}

div.title_breadcrumb.abso {
	position:absolute;
	top:15px;
	left:-7px;
}

div.title_breadcrumb.white {
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
	z-index:3;
}
div.title_breadcrumb.white, div.title_breadcrumb.white h1, div.title_breadcrumb.white a {
	color:#fff;
}

.flex {
	display:flex;
	display: -webkit-flex; /* Safari */
}
.flex.flex-start {
	align-items:flex-start;
	-webkit-align-items: flex-start; /* Safari 7.0+ */
}

.flex.flex-center {
	align-items:center;
	-webkit-align-items: center; /* Safari 7.0+ */
}



@media (max-width: 575px) {
    #menu-1-cont.navbar-collapse {
        position: absolute;
        top: 86px;
        left: 0;
		padding-top:15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
		z-index:9999;
		box-shadow: 0 0 2px 0 rgba(0,0,0,.24), 0 2px 2px 0 rgba(0,0,0,.48);
		background-color:rgba(255,255,255,1);
    }
    #menu-1-cont.navbar-collapse.collapsing {
        height: auto;
		-webkit-transition: left 0.3s ease, background-color 300ms ease; 
        -o-transition: left 0.3s ease, background-color 300ms ease;
        -moz-transition: left 0.3s ease, background-color 300ms ease;
        transition: left 0.3s ease, background-color 300ms ease;
        left: -100%;
    }
    #menu-1-cont.navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.3s ease-in, background-color 300ms ease-in;
        -o-transition: left 0.3s ease-in, background-color 300ms ease-in;
        -moz-transition: left 0.3s ease-in, background-color 300ms ease-in;
        transition: left 0.3s ease-in, background-color 300ms ease-in;
    }
}