/*
Theme Name: AWI
Theme URI: https://www.advp.com
Author: Adventure Web Interactive
Author URI: https://www.advp.com
Description: Custom designed theme by AWI
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: awi
Company: Grizzly Mats - grizzlymats.com
*/


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Fonts - $$fonts
 * ----------------------------------------------------- *
\* ===================================================== */

@font-face {
  font-family: "oswald";
  src: url("../fonts/oswald-bold-webfont.woff2") format("woff2"),
       url("../fonts/oswald-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "quattrocentosans";
  src: url("../fonts/quattrocentosans-regular-webfont.woff2") format("woff2"),
       url("../fonts/quattrocentosans-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Normalize - $$normalize
 * ----------------------------------------------------- *
\* ===================================================== */

html {
	font-family: sans-serif;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
		-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
			box-sizing: inherit;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

template,
[hidden] {
	display: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	text-decoration: none;
	text-decoration: none;
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	color: #000;
	background-color: #ff0;
}

small {
	font-size: .75em;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

figure {
	margin: 1em 40px;
}

hr {
	overflow: visible;
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
	height: 0;
}

button,
input,
select,
textarea {
	font: inherit;
	margin: 0;
}

optgroup {
	font-weight: bold;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid #c0c0c0;
}

legend {
	display: table;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	color: inherit;
}

textarea {
	overflow: auto;
}

[type='checkbox'],
[type='radio'] {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding: 0;
}

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

[type='search'] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	opacity: .54;
	color: inherit;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

::-moz-selection {
	color: rgb(106, 10, 16);
	background: rgb(246, 210, 213);
	text-shadow: none;
}

::selection {
	color: rgb(106, 10, 16);
	background: rgb(246, 210, 213);
	text-shadow: none;
}

.alignleft, .alignright, .aligncenter{
  outline: none !important
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Type - $$type
 * ----------------------------------------------------- *
\* ===================================================== */

html {
	font-family: sans-serif;
	font-size: 21px;

		-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	color: #444;
	background: #fff;
}

.quattrocentosans-font-loaded body {
	font-family: 'quattrocentosans', Arial, Helvetica, sans-serif;
}

p,
h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta,
form,
table,
hr,
pre,
blockquote {
	margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta {
	line-height: 1.2;
	margin-top: 40px;
	font-family: 'oswald', Arial, Helvetica, sans-serif;

}

h1,
.alpha {
	font-size: 2.3em;
	text-transform: uppercase;
}

h2,
.beta {
	font-size: 1.9em;
}

h3,
.gamma {
	font-size: 1.5em;
}

h4,
.delta {
	font-size: 1.125em;
}

h5 {
	font-size: .875em;
}

h6 {
	font-size: .75em;
}

ul,
ol,
dl,
menu {
	margin: 0 0 20px 40px;
	padding: 0;
}

a {
	-webkit-transition: .3s ease all;
		 -o-transition: .3s ease all;
			transition: .3s ease all;
	text-decoration: none;
	color: #c29784;
}

a:focus,
a:active,
a:hover {
	text-decoration: none;
	outline: 0;
}

strong,
b {
	font-weight: bold;
}

em,
i {
	font-style: italic;
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	display: block;
	height: 1px;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

small,
sub,
sup {
	font-size: 80%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: '';
	content: none;
}

blockquote {
	padding: 20px;
	color: #574038;
	border-left: 8px solid;
}

.responsive-embed-container {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: 0;
	padding-bottom: 36.25%;
}

.responsive-embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	blockquote {
		padding: 15px;
	}
}

@media screen and (max-width: 567px) {
	html {
		font-size: 1rem;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Tools - $$tools
 * ----------------------------------------------------- *
\* ===================================================== */

.hidden,
.tablet-view,
.mobile-view {
	display: none !important;
	visibility: hidden;
}

.desktop-view {
	display: block !important;
	visibility: visible;
}

.clearfix::after,
.container::after {
	display: block;
	clear: both;
	content: '';
}

.browserupgrade {
	padding: 5px 0;
	text-align: center;
	color: #000;
	background: #ccc;
}

[style*='background-image'] {
	background-position: center;
	background-size: cover;
}

.inlineblock-fix {
	font-size: 0;
}

.inlineblock-reset {
	font-size: 1rem;
}

:active {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:first-child {
	margin-top: 0;
}

:last-child {
	margin-bottom: 0;
}

.list--unstyled {
	margin: 0;
	list-style: none;
}

.skip-nav {
	line-height: 32px;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 0;
	text-align: center;
	color: #fff;
	background: rgba(176, 16, 27, .75);
}

.skip-nav:focus {
	height: 32px;
	text-decoration: none;
	outline: 1px dotted #000;
}

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.icon-phone,
.icon-feed {
	width: .7861328125em;
}

.icon-linkedin {
	width: .857421875em;
}

.icon-pinterest {
	width: .7138671875em;
}

.icon-youtube {
	width: .857421875em;
}

.icon-houzz {
	width: .5712890625em;
}

.icon-instagram {
	width: .857421875em;
}

.icon-google-plus {
	width: 1.2861328125em;
}

.icon-twitter {
	width: .9287109375em;
}

.icon-facebook {
	width: .587890625em;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Forms - $$forms
 * ----------------------------------------------------- *
\* ===================================================== */

legend {
    white-space: normal;
    *margin-left: -7px;
}

label {
	display: block;
	margin: 0 0 4px;
}

input,
textarea,
select,
button,
.button {
	font: inherit;
	width: 100%;
	height: 42px;
	padding: 0 10px;
	color: #444;
	border: 1px solid #4e8756;
	border-radius: 0;
	background: #fff;
}

input:focus,
textarea:focus,
select:focus {
	border-color: #574038;
	outline: 0;
}

input,
textarea {
	-webkit-appearance: none;
}

select {
	padding: 0 0 0 5px;
}

textarea {
	overflow: auto;
	height: 120px;
	padding: 10px;
	resize: vertical;
	vertical-align: top;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
	cursor: pointer;
	*overflow: visible;
	-webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input[type='radio'],
input[type='checkbox'] {
	width: auto;
	height: auto;
	margin: 0 4px 0 0;
	padding: 0;
	border: none;
}

input[type='radio'] {
	-webkit-appearance: radio;
}

input[type='checkbox'] {
	-webkit-appearance: checkbox;
}

input[type='file'] {
	height: auto;
	height: 32px\9;
	border: none;
	border: 1px solid #ccc\9;
	background: none;
	background: #fff\9;
}

input[type='file']::-ms-value {
	border: none;
	background: #fff;
}

input[type='search'] {
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
	line-height: 1.2;
	width: auto;
	height: auto;
	padding: .6em 1.25em;
	cursor: pointer;
	-webkit-transition: .3s ease all;
		 -o-transition: .3s ease all;
			transition: .3s ease all;
	color: #fff;
	border: none;
	background: #008c00;
	-webkit-appearance: none;
}

.button {
	display: inline-block;
	text-align: center;
}

button:hover,
html input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.button:hover {
	text-decoration: none;
	background: #d7b1a0;
}

button:focus,
html input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
.button:focus {
	text-decoration: none;
}

button:active,
html input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active,
.button:active {
	-webkit-transform: translateY(1px);
		-ms-transform: translateY(1px);
			transform: translateY(1px);
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input.wpcf7-form-control.wpcf7-submit {
	display: block;
	margin: 0 auto;
}

form .list--unstyled {
	margin: 0 -6px;
}

form .list--unstyled li {
	margin: 12px 6px;
}

.list--unstyled .form-field--half {
	float: left;
	width: calc(50% - 12px);
	margin: 6px;
}

.list--unstyled .form-field--third {
	float: left;
	width: calc(33.3333% - 12px);
	margin: 6px;
}

form .list--unstyled li:first-child,
form .list--unstyled .form-field--half:first-child,
form .list--unstyled .form-field--half:first-child + .form-field--half,
form .list--unstyled .form-field--third:first-child,
form .list--unstyled .form-field--third:first-child + .form-field--third,
form .list--unstyled .form-field--third:first-child + .form-field--third + .form-field--third {
	margin-top: 0;
}

form .list--unstyled li:last-child,
form .list--unstyled .form-field--half:last-child,
form .list--unstyled li:not(.form-field--half) + .form-field--half:nth-last-child(2),
form .list--unstyled .form-field--third:last-child,
form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3),
form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3) + .form-field--third:nth-last-child(2) {
	margin-bottom: 0;
}

.form-field--half + li:not(.form-field--half):not(.form-field--third),
.form-field--third + li:not(.form-field--half):not(.form-field--third) {
	clear: both;

	margin-top: 0;
	padding-top: 6px;
}

li:not(.form-field--half):not(.form-field--third) + .form-field--half,
li:not(.form-field--half):not(.form-field--third) + .form-field--half + .form-field--half,
li:not(.form-field--half):not(.form-field--third) + .form-field--third,
li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third,
li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third + .form-field--third {
	margin-top: 0;
}

@media screen and (max-width: 567px) {
	.list--unstyled .form-field--half,
	.list--unstyled .form-field--third {
		float: none;

		width: auto;
		margin: 12px 6px;
	}

	.form-field--half + li:not(.form-field--half):not(.form-field--third),
	.form-field--third + li:not(.form-field--half):not(.form-field--third) {
		margin-top: 12px;
		padding-top: 0;
	}

	form .list--unstyled .form-field--half:first-child + .form-field--half,
	form .list--unstyled .form-field--third:first-child + .form-field--third,
	form .list--unstyled .form-field--third:first-child + .form-field--third + .form-field--third,
	li:not(.form-field--half):not(.form-field--third) + .form-field--half,
	li:not(.form-field--half):not(.form-field--third) + .form-field--half + .form-field--half,
	li:not(.form-field--half):not(.form-field--third) + .form-field--third,
	li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third,
	li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third + .form-field--third {
		margin-top: 12px;
	}

	form .list--unstyled li:not(.form-field--half) + .form-field--half:nth-last-child(2),
	form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3),
	form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3) + .form-field--third:nth-last-child(2) {
		margin-bottom: 12px;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Structure - $$structure
 * ----------------------------------------------------- *
\* ===================================================== */

.container {
	max-width: 1600px;
	margin: 0 auto;
	padding-right: 30px;
	padding-left: 30px;
}

.full-width {
	float: none;
	width: 100%;
	max-width: 64em;
	margin: 0 auto;
}

.form-list {
	max-width: 500px;
	margin: 0;
	list-style: none;
}

.form-list li {
	margin: 10px 0 0;
}

.form-list li:first-child {
	margin: 0;
}

@media screen and (max-width: 1023px) {
	.container {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 767px) {
	.container {
		padding-right: 10px;
		padding-left: 10px;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Header - $$header
 * ----------------------------------------------------- *
\* ===================================================== */

.top_wrap_header {
	background: #008c00;
	color: #f0ecea;
    font-size: 18px;
}

.top_nav_header{
	align-items: center;
	display: flex;
}

.top_nav_header svg {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	color: #fff;
	transition: .2s all;
}

.top_nav_header a {
    color: #f0ecea;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.top_wrap_header .email_address svg{
	vertical-align: middle;
}

.top_nav_header span{
	margin-top: 0 !important;
}

.top_nav_header a:hover svg {
	transform: scale(1.11);
}

.header .logo {
	float: left;
	padding-left: 10px;
	display: flex;
}

.header {
	/*border-bottom: 4px solid #008c00;*/
	margin-bottom: 10px;
}

.top_wrap_header .container {
	display: flex;
	justify-content: space-between;
	padding: 15px 20px;
	align-items: center;
}

.top_wrap_header .container:after,
.container.main_nav:after {
	content: none;
}

.top_wrap_header .email_address a {
	color: #fff;
}

.container.main_nav {
	padding: 25px 15px;
	display: flex;
	justify-content: space-between;
	text-align: right;
	align-items: center;
}

.menu-main-nav-container {
	padding-top: 30px;
}


.c2a_search {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

nav .c2a_search a {
	color: #574038;
	font-weight: bold;
    font-size: 24px;
    margin: 0 10px;
}

nav .c2a_search a:hover {
	color: #c29784;
}

.search_trigger {
	border-radius: 50%;
    color: #fff !important;
    background: #2e86aa;
    padding: 10px;
    display: inline-flex;
    position: relative;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
}

.search_trigger svg {
	position: relative;
	z-index: 99;
}

.search_trigger:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	background: #fff;
	border-radius: 50%;
	transition: .2s all;
}

.search_trigger:hover:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.search_trigger:hover svg {
	color: #000;
}

.search_trigger:hover span {
	color: #000;
}

.search_form {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 999;
	padding: 20px;
	background: #000;
    background: #c29784;
}

.search_form input {
	border: 1px solid #554138;
}
#searchform{
  display: flex;
}
#searchform button{
  padding: 0 20px;
}

@media screen and (max-width: 1478px){
	.header .logo{
		order: 1;
	}
	.container.main_nav{
		flex-wrap: wrap;
	}
	.header .container .free-shipping{
		margin-left: 10px;
		order: 2;
	}
	.nav{
		flex-direction: column-reverse !important;
		order: 3 !important;
		margin: 0 auto !important;
	}
	.c2a_search{
		justify-content: center !important;
	}
}

@media screen and (max-width: 1200px) {
	.header .logo {
		width: auto;
		height: 100px;
	}
}
@media screen and (max-width: 1050px) {
  .top_wrap_header .container{
    flex-wrap: wrap;
    justify-content: center;
  }
  .top_nav_header{
  	margin-left: 5px;
  }
}
@media screen and (max-width: 1020px) {
	.awiNav__trigger {
		float: right;
	}
}

@media screen and (max-width: 972px){
	.nav .c2a_search a{
		margin: 10px !important;
	}
	.menu-main-nav-container{
		justify-content: center !important;
	}
	.menu-main-nav-container h4{
		display: flex !important;
		justify-content: center !important;
		margin: 0 10px 0 10px;
	}
}

@media screen and (max-width: 830px) {
	.top_nav_header{
	  	margin-left: 0 !important;
	}
}

@media screen and (max-width: 767px){
	.container.main_nav{
		justify-content: center;
	}
	.header .container .free-shipping{
		order: 2;
		align-items: center;
		display: flex;
		width: 100%;
		justify-content: center;
    	margin-top: 25px;
	}
	.header .logo{
		margin: 0 auto;
	}
	.nav-mobi{
		order: 3 !important;
		align-items: center !important;
		margin: 10px 0;
	}
	.menu-main-nav-container h4{
		display: block !important;
	}
}

@media screen and (max-width: 567px) {
	.container.main_nav{
		padding: 112px 15px 25px !important;
	}
	.header .logo {
		float: none;
		padding: 0;
		text-align: center;
	}

	.header .logo img {
		display: block;
		margin: 0 auto;
	}

	.menu-main-nav-container {
		padding-top: 0;
    	height: 50px;
	}

	.phone {
		font-size: 17px !important;
	}
  .search_trigger{
    /* height: 40px;
    width: 40px; */
    display: none;
  }
  .c2a_search{
    float: left;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Nav - $$nav
 * ----------------------------------------------------- *
\* ===================================================== */

.nav {
	display: inline-flex;
	flex-direction: column
}

.nav .container {
	padding: 0;
}

.awiNav__trigger,
.awiNav-wrap .awiNav__close,
.awiNav-wrap .awiNav__togglesub,
.awiNav-cover {
	display: none;
}

.awiNav {
	font-size: 0;
	position: relative;
	z-index: 200;
	margin: 0;
	padding: 0;
	list-style: none;
}

.awiNav.collapsable {
	white-space: nowrap;
}

.awiNav li {
	position: relative;
	margin: 0;
}

.awiNav > li {
	font-size: 1rem;
	line-height: 30px;
	display: inline-block;
	height: 30px;
}

.awiNav a {
	font-size: 18px;
	display: block;
	padding: 0 15px;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
    color: #574038;
    font-weight: bold;
}

.awiNav a:hover {
	color: #c29784;
}

.awiNav ul {
	line-height: 1;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	margin: 0;
	padding: .5em 0;
	list-style: none;
	text-align: left;
	background: #008c00;
}

.awiNav > li:last-child ul {
	right: 0;
	left: auto;
}

.awiNav ul ul {
	top: -.5em;
	right: auto;
	left: 100%;
}

.awiNav > li:last-child ul ul {
	right: 100%;
	left: auto;
}

.awiNav ul a {
	padding-top: .5em;
	padding-bottom: .5em;
	color: #fff;
}

.awiNav ul a:hover {
	color: #fff;
	background-color: #c29784;
}
  .menu-main-nav-container h4{
    display: none;
  }

@media screen and (min-width: 1024px) {
	.awiNav li:hover > ul {
		display: block;
	}
}

@media screen and (max-width: 1200px) {
	.awiNav > li {
		line-height: 100px;
		height: 100px;
	}

	.awiNav a {
		font-size: 16px;
		display: block;
		padding: 0 10px;
		white-space: nowrap;
		text-decoration: none;
		text-transform: uppercase;
		color: #444;
	}
}

@media screen and (max-width: 1023px) {
  .menu-main-nav-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
  }
	.awiNav-cover {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100vh + 200px);
		cursor: pointer;
		background: rgba(0, 0, 0, .6);
	}

	.awiNav__trigger {
		line-height: 0;
		position: relative;
		display: block;
		width: 50px;
		height: 40px;
		margin: 0 10px 0 0;
		padding: 0;
		cursor: pointer;
		border: 0;
		border-radius: 0;
		outline: 0;
	}
  .menu-main-nav-container h4{
    display: block;
    font-size: 20px;
    width: 100%;
    /* text-align: center; */
    margin: 0 10px 0 0;
  }

	.awiNav__trigger,
	.awiNav__trigger:hover {
		background: transparent;
	}

	.awiNav__trigger:active {
		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
	}

	.awiNav__trigger span {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 40px;
		height: 4px;
		margin: -2px 0 0 -20px;
		border-radius: 2px / 50%;
		background: #574038;
		-webkit-box-shadow: 0 -10px 0 #574038, 0 10px 0 #574038;
				box-shadow: 0 -10px 0 #574038, 0 10px 0 #574038;
	}

	.awiNav-wrap {
		position: fixed;
		z-index: 999999;
		top: 0;
		left: 100%;
		width: calc(100% - 45px);
		max-width: 320px;
		height: calc(100vh + 200px);
		padding-bottom: 200px;
		-webkit-transition: -webkit-transform .3s ease-out;
			 -o-transition:         transform .3s ease-out;
				transition: -webkit-transform .3s ease-out;
				transition:         transform .3s ease-out;
				transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
		background: #c29784;
	}

	.awiNav-wrap.nav-shown {
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}

	.awiNav-wrap .awiNav__close {
		font-size: .9rem;
		font-weight: 700;
		position: relative;
		display: block;
		width: 100%;
		height: 45px;
		padding-left: 50px;
		text-align: left;
		text-transform: uppercase;
		border-bottom: 1px solid #fff;
		border-radius: 0;
		background: none;
	}

	.awiNav-wrap .awiNav__close:hover,
	.awiNav a:hover {
		background: rgba(255, 255, 255, .1);
	}

	.awiNav-wrap .awiNav__close:active {
		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
	}

	.awiNav__close span {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 20px;
		height: 3px;
		-webkit-transform: rotate(45deg) translateX(4px);
			-ms-transform: rotate(45deg) translateX(4px);
				transform: rotate(45deg) translateX(4px);
		-webkit-transform-origin: left center;
			-ms-transform-origin: left center;
				transform-origin: left center;
		border-radius: 2px;
		background: #fff;
	}

	.awiNav__close span ~ span {
		-webkit-transform: rotate(-45deg) translateX(-4px);
			-ms-transform: rotate(-45deg) translateX(-4px);
				transform: rotate(-45deg) translateX(-4px);
		-webkit-transform-origin: right center;
			-ms-transform-origin: right center;
				transform-origin: right center;
	}

	.awiNav {
		overflow-y: auto;
		width: 100%;
		max-height: calc(100% - 45px);
		text-align: left;
	}

	.awiNav.nav-hidden,
	.awiNav .nav-hidden {
		display: none;
	}

	.awiNav.nav-shown,
	.awiNav .nav-shown {
		display: block;
	}

	.awiNav li,
	.awiNav > li {
		font-size: 0;
		line-height: 1.2;
		display: block;
		width: 100%;
		height: auto;
		border-bottom: 1px dotted rgba(255, 255, 255, .1);
	}

	.awiNav__links {
		position: relative;
	}

	.awiNav a,
	.awiNav ul a {
		font-size: 1rem;
		display: block;
		padding: calc(22.5px - .6rem) 15px;
		white-space: normal;
		color: #fff;
	}

	.awiNav a:hover {
		color: #fff;
	}

	.awiNav .awiNav__links > a {
		display: inline-block;
		width: calc(100% - 45px);
		vertical-align: middle;
	}

	.awiNav-wrap .awiNav .awiNav__togglesub {
		font-size: 0;
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		width: 45px;
		height: 100%;
		vertical-align: middle;
		text-indent: -9999px;
		background: rgba(255, 255, 255, .1);
	}

	.awiNav-wrap .awiNav__togglesub.nav-hidden {
		display: none;
	}

	.awiNav__togglesub::before {
		position: absolute;
		top: calc(50% - 5px);
		left: calc(50% - 5px);
		width: 0;
		height: 0;
		content: '';
		-webkit-transition: -webkit-transform .3s ease-out;
			 -o-transition:         transform .3s ease-out;
				transition: -webkit-transform .3s ease-out;
				transition:         transform .3s ease-out;
				transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
		border-width: 10px 5px 0 5px;
		border-style: solid;
		border-color: #fff transparent transparent transparent;
	}

	.sub-shown > .awiNav__links > .awiNav__togglesub::before {
		-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
				transform: rotate(180deg);
	}

	.awiNav ul {
		position: static;
		padding: 0;
		border: 0;
		background: rgba(255, 255, 255, .1);
		-webkit-box-shadow: none;
				box-shadow: none;
	}
}

@media screen and (max-width: 567px) {
	.nav {
	    /* display: flex;
	    flex-direction: row; */
      display: block;
	    align-items: center;
	    width:100%;
	    justify-content: space-between;
    	padding-top: 20px;
	}

}

@media screen and (max-width: 700px) {
	.top_wrap_header .container {
		display: block;
		text-align: center;
	}
}
@media screen and (max-width: 767px){
  .menu-main-nav-container{
    display: block;
  }
  .menu-main-nav-container h4{
    width: auto;
  }
}

/* ===================================================== *\
 * ----------------------------------------------------- *
 *  ANNOUNCEMENT BAR - $$announcement-bar
 * ----------------------------------------------------- *
\* ===================================================== */
.announcement-bar {
	background-color: #1f75a8;
	padding: 10px 0;
}

.announcement-bar .container .bar-content h2{
	font-size: 36px;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 567px){
	.announcement-bar .container .bar-content h2{
		font-size: 24px;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Banner - $$banner
 * ----------------------------------------------------- *
\* ===================================================== */

.banner {
	display: none;
}

/*.banner {
	position: relative;
    height: 470px;
	overflow:hidden;
}*/

.flex-control-nav {
    bottom: 10px!important;
    padding-right: 300px!important;
    text-align: right!important;
}

.banner .container {
	position: relative;
	z-index: 9;
	height: 100%;
}

.banner .slides, .banner .slides li, .slide, .flex-viewport {
    height: 100%;
}

.banner:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*background-color: rgba(194,151,132,.4);
	background-color: rgba(108,81,68,.7);*/
}

.banner .banner-content {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 60%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	color: #fff;
}

.interior-banner {
	height: 420px;
}

.flex-control-nav li svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: #fff;
	transition: .2s all;
}

.flex-control-nav {
	z-index: 99999999999999999999;
}

.flex-control-nav li a.flex-active svg {
	fill: #2e86aa;
}

.flex-control-paging li a {
    width: 30px!important;
    height: 30px!important;
    display: block!important;
    background:none!important;
    text-indent: -9999px;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-border-radius:none!important;
    -moz-border-radius:none!important;
    border-radius:none!important;
}

/*.banner_wrap {
	position: relative;
}

.banner_content_wrap {
    position: absolute;
    top: 0;
    left: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
	background: #008c00;
	padding: 10px;
}

.banner_wrap .button {
	border-radius: 0;
	color: #000;
	font-weight: 700;
	background: #ffd700;
}

.banner_wrap .button:hover {
	background: #ebc705;
}

.banner_content_wrap h1 {
	color: #fff;
	font-size: 36px;
	text-shadow: 2px 2px #000;
}*/

.line-break {
	display: block;
}

@media screen and (max-width: 1023px) {
	.interior-banner {
		height: 400px;
	}

	.banner .banner-content {
	}
}

@media screen and (max-width: 767px) {
	.banner {
		height: 200px;
	}
	.largephone{
		float:none;
		margin:0 auto;
	}
	.top_nav_header{
		text-align: center;
	}
	.banner .banner-content h1 {
	}

	.flex-control-nav {
	    bottom: 10px!important;
	    text-align: center!important;
	    padding-right:0!important;
      display: none;
	}
}

@media screen and (max-width: 567px) {
	.interior-banner {
		height: 300px;
	}

	.banner_content_wrap {
		left: 0;
		width: 100%;
	}

	.banner_content_wrap h1 {
		font-size: 28px;
		margin-bottom: 5px;
	}

	.line-break {
		display: inline-block;
	}

	.banner_content_wrap {
		position: static;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Shipping Info - $$shippinginfo
 * ----------------------------------------------------- *
\* ===================================================== */

.shipping-info {
	display: flex;
    align-items: center;
	background: #faf9f9;
	padding: 25px 0;
}

.shipping-info img {
	vertical-align: middle;
}

.shipping-info span {
	font-size: 30px;
	font-weight: 700;
	margin-left: 15px;
}

@media screen and (max-width: 567px) {
	.shipping-info {
		text-align: center;
	}

	.shipping-info img {
		display: block;
		margin: 0 auto;
		padding-bottom: 15px;
	}

	.shipping-info span {
		margin-top: 15px;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Services - $$services
 * ----------------------------------------------------- *
\* ===================================================== */

.product_buckets {
	list-style: none;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.product_buckets li {
	display: inline-block;
	margin: 10px;
	padding: 0;
	width: calc(100% / 5 - 25px);
	min-width: 280px;
	min-height: 250px;
	display: flex;
	flex-direction: column;
	border: 1px solid #f1f1f1;
}

.bucket_wrap h2 {
	text-transform: uppercase;
	text-align: center;
	margin: 80px 0 10px 0;
}

.product_buckets li h3 {
	text-align: center;
	font-size: 21px;
	margin: 0;
	padding: 10px 15px;
	background: #008c00;
	color: #fff;
}

.product_buckets li h3:hover {
	background: #554138;
}

.bucket_thumbnail {
	width: 100%;
	height: 200px;
}

.bucket_view_all_c2a {
	position: relative;
}

.bucket_view_all_c2a a {
	position: absolute;
	z-index: 999;
	background: rgba(31,117,168,.9);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 20px 10px;
}

.bucket_view_all_c2a a > * {
	width: 100%;
}

.product_buckets li.bucket_view_all_c2a h3 {
	background-color: transparent;
    font-size: 36px;
    text-align: left;
}

.product_buckets li.bucket_view_all_c2a svg {
	width: 100%;
	height: 50%;
	color: #fff;
	border: 5px solid #fff;
	padding: 10px;
	transition: .2s all;
}

.bucket_view_all_c2a a:hover svg {
	color: #3782b0;
	background: #fff;
}

.bucket_view_all_c2a .bear_backgound_link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

.bucket_view_all_c2a .bear_backgound_link svg {
	width: 100%;
	height: 100%;
}

.left_content_image {
}

@media screen and (max-width: 1023px) {
	.product_buckets {
	}
}

@media screen and (max-width: 767px) {
	.product_buckets {
	}
}

@media screen and (max-width: 567px) {
	.product_buckets li {
		width: 100%;
	}

	.bucket_wrap h2 {
		margin-top: 60px;
	}
}


.left_align_main {
	position: relative;
	margin: 110px 0 0 0;
	background: #008c00;
	color: #fff;
    padding: 120px 0;
}

.left_align_main .button {
	background: #2e86aa;
}

.left_align_main .button:hover {
	background: #b29284;
}

.left_align_main .container {
	padding-right: 620px;
}

.left_align_image {
	position: absolute;
    right: 0;
    top: -80px;
    height: calc(100% + 160px);
    width: 600px;
}

.right_align_main {
	position: relative;
	margin:0 0 150px 0;
	background: none;
	color: #000;
    padding: 180px 0;
   	padding-bottom: 70px;
}

.content_right_align {
	margin-top: -332px;
}


.right_align_main .video-placeholder {
	position: relative;
	display: block;
	/*width: 100%;*/
	height: 350px;
}

.right_align_main .video-placeholder svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	fill: #fff;
	background: #1f75a8;
	border-radius: 50px;
	padding: 10px;
}

.right_align_main .button {
	background: #d7b1a0;
}

.right_align_main .button:hover {
	background: #b29284;
}

.right_align_main .container {
	padding-left: 720px;
}

.right_align_image {
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 700px;
}

.bottom_c2a {
	padding: 150px 0;
	background: #1f75a8;
	color: #fff;
	text-align: center;
	padding-top: 40px;
	position: relative;
}

.bottom_c2a > * {
	position: relative;
	z-index: 9999;
}

.bottom_c2a h2 {
	text-transform: uppercase;
	padding: 0 5px;
}

.bottom_c2a .button {
	background: #008c00;
	text-transform: uppercase;
}

.bottom_c2a .button:hover {
	background: #b29284;
}

.bottom_c2a:after {
	content: '';
	position: absolute;
	width: 200%;
	height: 100%;
	background: #1f75a8;
	top: -200px;
	left: 0;
	z-index: 999;
    transform: rotate(5deg);
    transform-origin: top left;
}

.callout-box {
	background: #008c00;
	color: #fff;
	text-align: center;
	border: 2px solid #017b01;
	margin-bottom: 30px;
	padding: 20px;
}

.hss-box {
	width: 900px;
}

.proudly-serving-dmv {
	color: #2e86aa;
	text-align:center;
	border-top: 1px dashed #2e86aa;
	border-bottom: 1px dashed #2e86aa;
	margin-bottom: 24px;
}

.proudly-serving-dmv h3 {
	padding: 20px 0 20px 0;
}

.global-cta {
	position: relative;
	padding: 70px 0;
}

.global-cta:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #1f75a8;
}

.global-cta .content {
	position: relative;
	z-index: 2;
	padding: 0 10px;
	color: #fff;
	text-align: center;
}

.global-cta h2 {
	color: #fff;
	font-weight: 400;
	margin-top: 10px;
}

.global-cta a.button {
	color: #008c00;
	background: #fff;
}

.global-cta a.button:hover {
	color: #fff;
	background: #c29784;
}

.global-cta svg {
	width: 50px;
	height: 50px;
	fill: #fff;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {
	.left_align_image {
		height: 100%;
		top: 0;
		width: 400px;
	}

	.left_align_main .container {
    	padding-right: 420px;
	}

	.right_align_image {
		width: 400px;
    	background-position: right;
	}

	.right_align_main .container {
		padding-left: 420px;
	}

	.left_align_main {
    	margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.left_align_image {
		position: static;
		width: 100%;
		height: 300px;
	}

	.left_align_main .container {
    	padding: 15px 20px;
	}

	.left_align_main {
		padding-top: 40px;
		padding-bottom: 0;
	}

	.right_align_image {
		display: none;
	}

	.right_align_main .container {
		padding: 15px 20px;
	}

	.right_align_main {
		padding-top: 20px;
	}

	.bottom_c2a {
		padding-top: 0;
	}

	.global-cta {
		padding: 40px 5px;
	}

	.global-cta h2 {
		font-size: 24px;
	}

	.hss-box {
		width: 100%;
	}
}

main {
	padding-top: 50px;
	padding-bottom: 50px;
}

.home main {
	width: 100%;
	overflow: hidden;
}

article,
aside {
	float: left;
	width: calc(100% - 330px);
}

article h1 {
	text-align: center;
	padding-bottom: 30px;
}

article h2 {
	text-align: center;
}

.page-id-3 article h2,
.page-id-23280 article h2,
.page-id-23326 article h2 {
	text-align: left;
}

article h1::after {
	content: "";
	display: block;
	margin: 0 auto;
	border-bottom: 6px solid #008c00;
	width: 25%;
	position: relative;
	bottom: -6px;
}

.mat-rental-reasons-container,
.mat-rental-steps-container,
.towel-and-apron-rental-steps-container,
.towel-and-apron-rental-benefits-container,
.hand-soap-and-sanitizer-service-benefits-container,
.paper-product-benefits-container,
.chemical-benefits-container {
	display: flex;
	flex-wrap: wrap;
}

.mat-rental-reason-box,
.towel-and-apron-rental-benefit-box,
.hand-soap-and-sanitizer-service-benefit-box,
.paper-product-benefit-box,
.chemical-benefit-box {
	flex: 30%;
	background: #2e86aa;
	text-align: center;
	border: 1px solid #017b01;
	margin: 5px 6px 30px 6px;
	padding: 20px;
}

.mat-rental-step-box,
.towel-and-apron-rental-step-box {
	flex: 48%;
	border: 1px solid #017b01;
	margin: 5px 6px 5px 6px;
	padding: 20px;
}

.mat-rental-reason-box h2,
.towel-and-apron-rental-benefit-box h2,
.hand-soap-and-sanitizer-service-benefit-box h2,
.paper-product-benefit-box h2,
.chemical-benefit-box h2 {
	font-size: 26px;
	color: #fff;
	text-align: center;
	margin: 25px 0 10px 0;
}

.mat-rental-reason-box p,
.towel-and-apron-rental-benefit-box p,
.hand-soap-and-sanitizer-service-benefit-box p,
.paper-product-benefit-box p,
.chemical-benefit-box p {
	color: #fff;
	text-align: center;
}

/*.mat-rental-reason-box h2::after,
.mat-rental-step-box h2::after {
	content: "";
	display: block;
	margin: 0 auto;
	border-bottom: 3px solid #578341;
	width: 25%;
	position: relative;
	bottom: -6px;
}*/

.mat-rental-reason-box .icon-wrap,
.towel-and-apron-rental-benefit-box .icon-wrap,
.hand-soap-and-sanitizer-service-benefit-box .icon-wrap,
.paper-product-benefit-box .icon-wrap,
.chemical-benefit-box .icon-wrap {
	width: 70px;
	height: 70px;
	padding: 10px;
	vertical-align: middle;
	border-radius: 50%;
    background: #379fca;
	display: block;
	margin: 0 auto;
	position: relative;
}

.mat-rental-reason-box .icon-wrap:after,
.towel-and-apron-rental-benefit-box .icon-wrap:after,
.hand-soap-and-sanitizer-service-benefit-box .icon-wrap:after,
.paper-product-benefit-box .icon-wrap:after,
.chemical-benefit-box .icon-wrap:after {
    border-radius: 50%;
    padding: 5px;
    border: 2px dashed #40b6e6;
    position: absolute;
    content: '';
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
}

.mat-rental-reason-box img,
.towel-and-apron-rental-benefit-box img,
.hand-soap-and-sanitizer-service-benefit-box img,
.paper-product-benefit-box img,
.chemical-benefit-box img {
	width: 50px;
	height: 50px;
}

.mat-rental-steps h2,
.towel-and-apron-rental-steps h2 {
	padding: 20px;
}

.mat-rental-steps h2::after,
.towel-and-apron-rental-steps h2::after {
	content: "";
	display: block;
	margin: 0 auto;
	border-bottom: 3px solid #4e8756;
	width: 10%;
	position: relative;
	bottom: -6px;
}

.mat-rental-step-icon,
.towel-and-apron-rental-step-icon {
    padding: 20px;
    float: left;
    /*width: 10%;*/
    border-radius: 50%;
    background: #2e86aa;
    margin-right: 25px;
    position: relative;
	height: 90px;
}

.mat-rental-step-icon:after,
.towel-and-apron-rental-step-icon:after {
    border-radius: 50%;
    padding: 5px;
    border: 2px dashed #3494bc;
    position: absolute;
    content: '';
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
}

.mat-rental-step-box img,
.towel-and-apron-rental-step-box img {
	width: 50px;
	height: 50px;
}

/*.mat-rental-step-box,
.towel-and-apron-rental-step-box {
	border-top: 1px solid #ccc;
	padding: 30px 0 3px 0;
}*/

/*.mat-rental-step-box:first-child,
.towel-and-apron-rental-step-box:first-child {
	border-top: none;
}*/

.mat-rental-step-content,
.towel-and-apron-rental-step-content {
    float: left;
    width: 75%;
    margin: 10px 0;
}

.mat-rental-step-content h3,
.towel-and-apron-rental-step-content h3 {
	font-size: 26px;
	text-align: left;
}

.rental-service-container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.rental-service-box {
	flex: 20%;
	background: #008c00;
	text-align: center;
	border: 5px solid #017b01;
	margin: 5px 6px 30px 6px;
	padding: 20px;
}

.rental-service-box img {
	width: 100px;
	height: 100px;
}

.rental-service-box img:hover {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.rental-service-box h2 {
	font-size: 28px;
	color: #fff;
	margin: 0 0 15px 0;
}

.rental-service-box .button {
	background: #fff;
	color: #008c00;
}

.rental-service-box .button:hover {
	background: #a98474;
	color: #fff;
}

.towel-and-apron-rental-images-wrapper,
.wet-and-dust-mop-images-wrapper,
.air-freshener-images-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.towel-and-apron-rental-image-container,
.wet-and-dust-mop-image-container,
.air-freshener-image-container {
	flex: 48%;
	margin: 16px 6px;
}

.wp-caption {
	border: none;
}

.wp-caption p.wp-caption-text {
	font-size: 18px;
}

.center-text {
	text-align: center;
	padding-bottom: 30px;
}

.why-have-mop-heads-laundered-box {
	background: #f1f1f1;
	border: 1px solid #ccc;
	margin: 40px 0 0 0;
	padding: 30px;
}

ol.why-have-mop-heads-laundered {
	counter-reset: my-awesome-counter;
	list-style: none;
	padding-left: 80px;
	/*display: flex;
	flex-wrap: wrap;*/
}

ol.why-have-mop-heads-laundered li {
	margin: 1rem 0;
	padding-right: 80px;
	counter-increment: my-awesome-counter;
	position: relative;
	/*width: 50%;*/
}

ol.why-have-mop-heads-laundered li::before {
	content: counter(my-awesome-counter);
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	position: absolute;
	--size: 32px;
	left: calc(-1 * var(--size) - 10px);
	line-height: var(--size);
	width: var(--size);
	height: var(--size);
	top: 0;
	transform: rotate(-10deg);
	background: #2e86aa;
	border-radius: 50%;
	text-align: center;
	/*box-shadow: 1px 1px 0 #999;*/
}

.grizzly-air-freshener-service-wrapper {
	background: #f1f1f1;
	border: 1px solid #ccc;
	padding: 30px 55px 30px 15px;
}

.grizzly-air-freshener-service-wrapper h2 {
	margin-top: 0;
}

ol.grizzly-air-freshener-service {
	counter-reset: my-awesome-counter;
	list-style: none;
	padding-left: 80px;
	flex-wrap: wrap;
	margin: 40px 0 0 0;
}

ol.grizzly-air-freshener-service li {
	margin: 1rem 0;
	padding-right: 80px;
	counter-increment: my-awesome-counter;
	position: relative;
}

ol.grizzly-air-freshener-service li::before {
	content: counter(my-awesome-counter);
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	position: absolute;
	--size: 32px;
	left: calc(-1 * var(--size) - 10px);
	line-height: var(--size);
	width: var(--size);
	height: var(--size);
	top: 0;
	transform: rotate(-10deg);
	background: #2e86aa;
	border-radius: 50%;
	text-align: center;
	/*box-shadow: 1px 1px 0 #999;*/
}

.mop-photos-container {
	margin: 65px 0 65px 0;
}

.mop-photos-container p {
	font-size: 18px;
	text-align: center;
}

.mop-photos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin-left: 0;
}

.mop-photos li {
	flex: 50%;
    display: inline-block;
    text-align: center;
	margin-bottom: 35px;
}

.codedropz-upload-wrapper {
	margin: 10px 0 10px 0;
}

.reasons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto -25px auto;
}

.reasons li {
	flex: 30%;
    display: inline-block;
	background: #f1f1f1;
    text-align: center;
	line-height: 10px;
	border: 1px solid #ccc;
	margin: 10px 20px 60px 0;
	padding: 30px;
	counter-increment: list;
    clear: left;
}

.reasons li:last-child {
	margin-right: 0;
}

.reasons li:before {
    content: counter(list);
    display: inline-block;
    vertical-align: middle;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.1667em;
    width: 2em;
    height: 2em;
    color: #fff;
    text-align: center;
    line-height: 2em;
    background: #2e86aa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
}

.custom-logo-mat-steps {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

.custom-logo-mat-steps li {
	flex: 48%;
    display: inline-block;
    text-align: center;
	margin: 10px 15px 5px 0;
	padding: 30px;
	counter-increment: list;
    clear: left;
	color: #fff;
	line-height: 10px;
	background: #008c00;
}

.custom-logo-mat-steps li:before {
    content: counter(list);
    display: inline-block;
    vertical-align: middle;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.1667em;
    width: 2em;
    height: 2em;
    color: #2e86aa;
    text-align: center;
    line-height: 2em;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
}

.aigpl-gallery-wrp .aigpl-inr-wrp {
    height: 600px;
}

.aigpl-gallery-wrp .aigpl-img,
.aigpl-gallery-album-wrp .aigpl-img {
	height: 600px;
}

.shop-by-industry {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin: 40px 0 0 0;
	gap: 30px;
}

.shop-by-industry li {
	width: 30%;
	text-align: center;
	border: 3px solid #ccc;
}

.shop-by-industry li h3 {
	font-size: 23px;
	margin: 24px 0 24px 0;
}

.shop-by-industry .shop-by-industry-image {
	height: 430px;
}

.quick-contact-form {
	background: #008c00;
	color: #fff;
	margin-top: 60px;
	padding: 20px;
}

.quick-contact-form h2,
.quick-contact-form p {
	text-align: center;
}

.quick-contact-form input[type='submit'] {
	background: #1f75a8;
}

.quick-contact-form input[type='submit']:hover {
	background: #a98474;
}

.quick-contact-form form .list--unstyled li:last-child {
	margin: 30px 0 -20px 0;
}

.contact-form {
	background: #017b01;
	color: #fff;
	padding: 20px;
}

.contact-form h2 {
	text-align: center;
}

.contact-form input[type='submit'] {
	background: #1f75a8;
}

.contact-form input[type='submit']:hover {
	background: #a98474;
}

.contact-form form .list--unstyled li:last-child {
	margin: 30px 0 -20px 0;
}

.free-custom-mat-design-proof-form {
	background: #f1f1f1;
	padding: 20px;
	margin-top: 60px;
}

.columns {
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	column-count: 2;
	column-gap: 60px;
}

.list li {
	padding-bottom: 15px;
}

.wcb-coupon-box .wcb-md-content .wcb-modal-body .wcb-coupon-message {
	color: #000;
}

.wcb-coupon-box .wcb-footer-text-after-subscribe,
.wcb-coupon-box .wcb-footer-text {
	color: #000;
}

@media screen and (max-width: 1023px) {
	main {
		padding-top: 46px;
		padding-bottom: 46px;
	}
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 767px) {
	main {
		padding-top: 38px;
		padding-bottom: 38px;
	}

	article {
		float: none;
		width: 100%;
	}

	.rental-service-box,
	.reasons li,
	.mat-rental-reason-box,
	.towel-and-apron-rental-benefit-box {
		flex: 48%;
	}

	.grizzly-air-freshener-service-wrapper {
		padding: 20px;
	}

	ol.grizzly-air-freshener-service li {
		padding-right: 0;
	}
}

@media screen and (max-width: 567px) {
	main {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.mat-rental-reason-box {
		flex: 100%;
		margin: 15px 6px 0 6px;
	}

	.mat-rental-step-icon {
		height: 70px;
		margin-left: 5px;
	}

	.reasons {
		margin-bottom: 25px;
	}

	.reasons li {
		flex: 100%;
		margin: 15px 6px 15px 6px;
		text-align: left;
	}

	.custom-logo-mat-steps li,
	.towel-and-apron-rental-step-box {
		flex: 100%;
		margin: 15px 6px 15px 6px;
	}

	.mat-rental-step-content,
	.towel-and-apron-rental-step-content {
		float: none;
		width: 100%;
	}

	.mat-rental-step-icon,
	.towel-and-apron-rental-step-icon {
		float: none;
		display: block;
		margin: 0 auto 25px auto;
		width: 90px;
    	height: 90px;
	}

	.aigpl-gallery-wrp .aigpl-inr-wrp {
    	height: 100%;
	}

	.aigpl-design-1 .aigpl-img-wrp{
		height: 100% !important
	}

	.aigpl-gallery-wrp .aigpl-img,
	.aigpl-gallery-album-wrp .aigpl-img {
		height: 400px;
	}

	ol.why-have-mop-heads-laundered {
		padding: 10px 10px 10px 48px;
		margin-top: 0;
	}

	ol.why-have-mop-heads-laundered li {
		width: 100%;
		padding-right: 0;
	}

	.shop-by-industry li {
		flex: 100%;
		margin: 15px 6px 0 6px;
	}

	.columns {
		-moz-column-count: 1;
		-moz-column-gap: 60px;
		-webkit-column-count: 1;
		-webkit-column-gap: 60px;
		column-count: 1;
		column-gap: 60px;
		margin-left: 0;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Sidebar - $$sidebar
 * ----------------------------------------------------- *
\* ===================================================== */

aside {
	width: 330px;
	padding: 0 0 0 30px;
}

.sidebar {
	margin-bottom: 30px;
}

.sidebar--dynamic {
	padding-left: 20px;
	border-left: 8px solid #c29784;
}

.sidebar--dynamic ul {
	margin-left: 0;
	list-style: none;
}

.sidebar--dynamic > ul > li {
	margin: 0 0 30px;
}

.sidebar--dynamic ul ul li {
	line-height: 1.2;
	margin: 0 0 20px;
}

.sidebar--dynamic li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
	aside {
		padding-left: 20px;
	}
}

@media screen and (max-width: 767px) {
	aside {
		float: none;
		width: 100%;
		margin-top: 20px;
		padding: 0;
	}

	.sidebar {
		padding: 15px;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Footer - $$footer
 * ----------------------------------------------------- *
\* ===================================================== */


.archive footer,
.single-product footer {
	border-top: 8px solid #355e3b;
}

footer .footer_links {
	font-size: 16px;
}

footer .container {
	text-align: center;
	padding: 20px 10px;
}

.footer_links li {
	/*display: inline-block;*/
	padding: 0 10px;
	/*border-right: 1px solid #000;*/
	/* margin-top: 10px; */
  text-align: left;
}

.footer_links li a {
	color: #000;
}

.footer_links li a:hover {
	color: #c29784;
}

.footer_links li:last-child {
	border: none;
}

.footer-navigation {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  justify-content: space-between;
	width: 100%;
	margin: 55px 0 45px 0;
}

.footer-navigation > div {
	width: 20%;
	/* text-align: center; */
}
.footer-navigation .footer-nav-logo{
  width: 30%;
}
.footer-navigation h3{
  font-size: 22px;
  text-align: left;
}

.footer_c2a a {
    padding: 0 10px;
    font-weight: 700;
    color: #000;
}

.footer_c2a a:hover {
	color: #c29784;
}
.copyright {
	list-style: none;
	color: #fff;
	text-align: center;
	margin: 0 auto;
    font-size: 14px;
}

.copyright li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #fff;
}

.copyright li:last-child {
	border-right: none;
}

.copyright li a {
	color: #fff;
}

.copyright li a:hover {
	color: #c29784;
}

.copyright_wrap {
	padding: 15px 20px;
	background: #008c00;
	text-align: center;
}

.footer_c2a {
    margin: 0 auto;
    list-style: none;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin-top: 20px;
}

.social-media {
	/* margin-right: 15px; */
}

.social-media li {
	display: inline-block;
	margin: 10px 5px;
	-webkit-transition: .3s ease background;
		 -o-transition: .3s ease background;
			transition: .3s ease background;
	vertical-align: middle;
}
.social-media li a{
  color: #574038;
    font-weight: bold;
    font-size: 24px;
    /* margin: 0 10px; */
}
.social-media li a:hover{
  color: #c29784;
}

@media screen and (max-width: 967px) {
  footer .container{
  	padding: 0 10px 20px 10px;
  }
  .footer-navigation{
  	margin: 0 10px 45px;
  }
  .footer-navigation > div {
  	width: 30%;
  }
  .footer-navigation .footer-nav-logo{
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .social-media ul{
    display: block !important;
  }
}

@media screen and (max-width: 567px) {
	footer .container{
		padding: 0 10px;
	}

	.footer-navigation{
		margin: 0 0 45px;
	}
	.footer_c2a{
		margin-top: 0;
	}
	.bottom_c2a {
		padding:30px 0;
	}

	.bottom_c2a:after {
		top: -50px;
	}

	.right_align_main {
		margin-bottom: 0;
	}

	.footer-navigation > div {
		width: 100%;
		margin: 15px 6px 0 6px;
	}
  .footer-navigation h3{
    text-align: center;
  }
  .footer_links {
  	column-count: 2;
  }
  .footer_links li{
    /* text-align: center; */
  }
  .social-media ul{
    display: block !important;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  WPCF7 - $$wpcf7
 * ----------------------------------------------------- *
\* ===================================================== */

.wpcf7-form.sent ul {
	display: none;
}

.wpcf7-response-output {
	font-size: 80%;
	line-height: 1.2;
	margin: 0 !important;
	padding: 0 !important;
}

.wpcf7-mail-sent-ok {
	padding: 4px 6px !important;
	color: #318a1c;
	border: 1px solid #aedb2e !important;
	background: #d2f7ad;
}

.wpcf7-validation-errors {
	color: #f00;
	border: none !important;
}

.wpcf7-not-valid-tip {
	font-size: 80% !important;
	top: 0 !important;
	left: auto !important;
	width: auto !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

.wpcf7-captchac {
	display: inline-block;
	vertical-align: text-bottom;
}

span.wpcf7-form-control-wrap {
	position: static !important;
	width: 100%;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
	border: 1px solid #f00;
	background: #f6c1c1;
}

div.wpcf7 img.ajax-loader {
	position: absolute;
	display: inline-block;
}

span.wpcf7-list-item {
	margin: 0 !important;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Jetpack - $$jetpack
 * ----------------------------------------------------- *
\* ===================================================== */

.jetpack_subscription_widget form,
.jetpack_subscription_widget label[for='subscribe-field'] {
	margin: 0;
}

.jetpack_subscription_widget label[for='email'],
#subscribe-text {
	display: none;
}

#subscribe-email {
	margin: 0 0 10px;
}

#subscribe-submit {
	margin: 0;
}

#subscribe-email input {
	width: 100% !important;
}

div.success p {
	font-size: 1rem;
	line-height: 1.2;
	margin: 0 0 10px;
}

div.sharedaddy div.sd-block {
	margin: 0 0 15px !important;
	padding: 0 !important;
	border: none !important;
}

div.sharedaddy .sd-content {
	width: 100% !important;
	margin: 0 !important;
}

.widget_rss_links p {
	margin: 0;
}

.widget_rss_links img {
	display: inline;
	margin-right: 5px;
	vertical-align: middle;
}

#wpstats,
.home div.sharedaddy,
.archive div.sharedaddy,
.search div.sharedaddy {
	display: none;
}

.comment-subscription-form {
	margin: 0;
}

.embed-youtube,
.embed-vimeo {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.embed-youtube iframe,
.embed-vimeo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  @woocommerce - $$woocommerce
 * ----------------------------------------------------- *
\* ===================================================== */

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	color: #fff;
	text-align: center;
	background: #017b01;
	margin-bottom: 15px;
}

.woocommerce-loop-category__title:hover {
	color: #000;
}

.woocommerce-products-header {
	padding-bottom: 30px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	border: 1px solid #ccc;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	background: #c29784;
	border-top: 6px solid #554138;
	padding: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	text-align: center;
	margin-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	border-top: 1px solid #ae8877;
	padding: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:first-child {
	border-top: none;
}

.woocommerce-loop-category__title .count {
	display: none;
}

.woocommerce ul.products li.product .price {
	font-size: 21px;
	color: #1f75a8;
	text-align: center;
	padding-top: 10px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	color: #fff;
	font-weight: 400;
	background: #008c00;
	margin-bottom: 20px;
}

.woocommerce ul.products li.product .button {
	color: #fff;
	font-weight: 400;
	display: block;
  width: 95%;
  max-width: 200px;
	margin: 15px auto 20px auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 18px;
}

.woocommerce div.product form.cart .button {
	background: #008c00;
}

.single-product .woocommerce div.product form.cart .button {
	float: none !important;
}

.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: #c29784;
}

.woocommerce div.product p.price,
 p.price,
.woocommerce div.product span.price {
	color: #1f75a8;
}

.woocommerce-message {
	border-top-color: #1f75a8;
}

.woocommerce-message::before {
	color: #1f75a8;
}

.woocommerce-notices-wrapper {
	margin-bottom: 25px;
}

.single-product .product_meta {
	margin-top: -30px;
}

.single-product .flex-control-nav {
	padding-right: 0 !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: #008c00;
}

.woocommerce-product-details__short-description {
	padding-bottom: 30px;
}

.woocommerce .products ul, .woocommerce ul.products {
	display:flex;
	flex-wrap: wrap;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    display: flex;
    flex-direction: column;
}

.woocommerce ul.products li.product .button {
	margin-top:auto;
}

.woocommerce main {	max-width: 1600px;	margin: 0 auto;	width: 100%;	padding: 10px 15px;}.woocommerce aside {	display: none;}#snippet-box{	display: none !important;}.woocommerce ul.products li.product .star-rating {	display: none;}#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 {	width: 58%;}

.post-23317 .category_price_text {
	margin-top: -21px;
}

.p_note {
	margin-top: 40px;
}

.p_case {
	padding-top: 10px;
}
.p_case strong {
	margin-left: 30px;
	padding-top: 10px;
}
.proceed-to-checkout-button {
	width: 48%;
	float: right;
}
/*.button_freeshipping {
	margin-top: -30px;
}*/
@media screen and (max-width: 767px) {
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
    	margin-right: 12px;
      width: 45% !important;
      margin: 0 8px 2.992em !important;
	}
	.woocommerce-products-header{
		margin: 20px 0;
		padding-bottom: 0;
	}
}
@media screen and (max-width: 567px) {
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		/* float: none; */
		/* width: 100% !important; */
	}

	.proceed-to-checkout-button {
		float: none;
		width: 100%;
	}
	.yith-wcbm-badge.yith-wcbm-badge-text.yith-wcbm-badge-45680{
		width: 100%;
		font-size: ;
	}
	.yith-wcbm-badge-text p span{
		font-size: 15px !important;
	}
}
/* ===================================================== *\
 * ----------------------------------------------------- *
 *  @media - $$media
 * ----------------------------------------------------- *
\* ===================================================== */

@media print {
	@page {
		margin: .5cm !important;
	}

	*,
	*:before,
	*:after {
		color: #000 !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
				box-shadow: none !important;
		text-shadow: none !important;
	}

	body {
		font: 10pt/1.2 Arial, Helvetica, sans-serif !important;
		padding: .75cm !important;
	}

	article,
	.container {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	nav,
	aside,
	footer {
		display: none;
	}

	a,
	a:visited {
		text-decoration: none;
	}

	a[href]:after {
		content: ' (' attr(href) ')';
	}

	abbr[title]:after {
		content: ' (' attr(title) ')';
	}

	a[href^='#']:after,
	a[href^='javascript:']:after {
		content: '';
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 18pt !important;
		font-weight: bold !important;
	}

	h2 {
		font-size: 16pt !important;
	}

	h3 {
		font-size: 14pt !important;
	}

	h4 {
		font-size: 12pt !important;
	}

	h5,
	h6 {
		font-size: 10pt !important;
	}

	code {
		font: 10pt Courier, monospace;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
div#product-addons-total{
	display:none;
}
.woocommerce-MyAccount-navigation a{
	color:#fff;
}
.wcb-md-show~.wcb-md-overlay{
    z-index: 9999;
}
.wcb-md-modal{
    z-index: 99999;
}
@media screen and (max-width: 495px) {
	/*.menu-main-nav-container {
	    padding-top: 0;
	    height: 50px;
	    width: 100%;
	    clear: both;
	    text-align: center;
	}*/
	.c2a_search{
		flex-direction: column;
	}
}
@media screen and (max-width: 375px) {
	.menu-main-nav-container {
	    padding-top: 0;
	    height: 50px;
	    width: 100%;
	    clear: both;
	    text-align: center;
	}
	.awiNav__trigger{
		float:none;
		display: inline-block;
	}
	.c2a_search{
		float:none;
		margin:0 auto;
	}
}
/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Testimonials
 * ----------------------------------------------------- *
\* ===================================================== */
.testimonials{
  margin: 0 auto;
  list-style: none;
}
.testimonials li{
  padding: 40px 0;
  border-bottom: 1px solid #e3e3e3;
}
.testimonials li:last-child{
  border-bottom: 0px;
}
.testimonials li h4{
  color: #008c00;
}
.search h1 span{
  color:#008c00
}

.color_selection_image{
	width:50%;
	clear:left;
}
.postid-45502 .color_selection_image{
  padding-top: 0;
}
.postid-43535 .color_selection_image{
  padding-top: 0;
}

.postid-43535 .color_selection_image p{
	margin: 0;
}

.postid-43535 .color_selection_image img{
	margin-bottom: 10px;
}

.postid-43916 .woocommerce-product-details__short-description{
  padding-top: 200px
}
@media screen and (max-width:767px){
	.color_selection_image{
		width:100%;
		clear:left;
	}
  .postid-45502 .color_selection_image, .postid-43535 .color_selection_image, .postid-43916 .woocommerce-product-details__short-description{
    padding-top: 0px;
  }
}
.discount_table_wrap table{

    border: 2px solid #008c00;
    border-radius: 10px;
}
.discount_table_wrap tr:nth-child(even) td{
    background: #f9e9e2;
}
.discount_table_wrap tr:first-child td{
	text-align: center;
    font-weight: bold;
    padding: 10px!important;
    background: #008c00;
    color: #fff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.discount_table_wrap tr:nth-child(2) td{
	font-weight:bold;
    background: #d9a38c;
    color: #fff;
}
.skip_to_woo_sections {
    background-color: #fff!important;
    color: #000!important;
    border: 1px solid #008c00!important;
}
.skip_to_woo_sections:hover {
    background-color: #008c00!important;
    color: #fff!important;
    border: 1px solid #008c00!important;
}
/*span.breadcrumb_styled {
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    color:#fff;
    padding-right: 28px;
    background-color: #564138;
    padding-left:30px;
    font-size:18px;
    box-shadow: 5px 5px 10px grey;
}
span.breadcrumb_styled a{
	color:#fff!important;
	font-size:18px;
}
span.breadcrumb_styled:after {
    content: '';
    position: absolute;
    right: -16px;
    top: 7px;
    width: 32px;
    height: 33px;
    transform: rotate(45deg);
    background-color: #564138;
    z-index: 9;
    padding-left: 25px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

span.breadcrumb_styled:nth-child(odd):after,
span.breadcrumb_styled:nth-child(odd) {
	background-color: #008c00!important;
}*/
.wc-pao-addon-image-direction p {
    display: inline-flex;
    flex-direction: column-reverse;
}
.thwmsc-tab a {
    border: none!important;
}
.thwmsc-tab-icon{
	display: none!important;
}
body.woocommerce-checkout main .entry .thwmsc-layout-time-line ul.thwmsc-tabs span.thwmsc-tab-label{
	padding-top:0;
}
body.woocommerce-checkout main .entry .thwmsc-layout-time-line.thwmsc_title_below ul.thwmsc-tabs li.thwmsc-tab a{
	min-width:223px;
}
body.woocommerce-checkout main .entry .thwmsc-layout-time-line.thwmsc_title_below ul.thwmsc-tabs li.thwmsc-tab a{
    padding: 10px 20px;
    position: relative;
    color:#fff!important;
    padding-right: 28px;
    background-color: #564138!important;
    padding-left:30px;
    font-size:18px!important;
    box-shadow: 5px 5px 10px grey;
    z-index: auto;
}

body.woocommerce-checkout main .entry .thwmsc-layout-time-line.thwmsc_title_below ul.thwmsc-tabs li.thwmsc-tab a:after{
    content: '';
    position: absolute;
    right: -16px;
    top: 7px;
    width: 32px;
    height: 33px;
    transform: rotate(45deg);
    background-color: #564138;
    z-index: 999;
    padding-left: 25px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

body.woocommerce-checkout main .entry .thwmsc-layout-time-line.thwmsc_title_below ul.thwmsc-tabs li.thwmsc-tab.tab-active a:after,
body.woocommerce-checkout main .entry .thwmsc-layout-time-line.thwmsc_title_below ul.thwmsc-tabs li.thwmsc-tab.tab-active a{
	background-color: #008c00!important;
    z-index: 99;
}
.thwmsc-layout-time-line ul.thwmsc-tabs .active span.thwmsc-tab-label{
	color:#fff!important;
}
body.woocommerce-checkout main .entry .thwmsc-layout-time-line.thwmsc_title_below ul.thwmsc-tabs li.thwmsc-tab:last-child a:after{
	content:none;
}
@media only screen and (max-width: 560px){
.thwmsc-layout-time-line.thwmsc_title_above ul.thwmsc-tabs li, .thwmsc-layout-time-line.thwmsc_title_below ul.thwmsc-tabs li {
    width: auto!important;
}
body.woocommerce-checkout main .entry .thwmsc-layout-time-line.thwmsc_title_below ul.thwmsc-tabs li.thwmsc-tab a{
	min-width:0;
    font-size:14px!important;
}
}
.expandable_text{
	height:84px;
	overflow:hidden;
	margin:20px 0;
	position: relative;
	transition: all .3s ease;
}
.trigger_expand{
	text-align: center;
	margin-bottom:20px;
}
.trigger_expand span{
    padding: 10px 15px;
    cursor: pointer;
    display: inline-block;
    background: #008c00;
    color: #fff;
}
.aws-container{
	    width: 100%;
    max-width: 400px;
}
header .aws-container .aws-search-form .aws-form-btn{
	background:#008c00;
}
header .aws-container .aws-search-form .aws-search-btn_icon{
	color:#fff;
}
header .aws-search-field{
	font-size:20px!important;
}
header .aws-search-result .aws_result_title {
    color: #008c00!important;
    font-size: 16px!important;
}
.mobile_search{
	display: none;
}
@media screen and (max-width:1023px){
	.c2a_search{
		flex-direction: column;
	}
}
@media screen and (max-width:767px){
	.mobile_search{
		display: block;
		max-width:400px;
		margin:10px auto;
	}
}
@media screen and (max-width:420px){
	.aws-container{
		padding: 10px;
	}
}



/******Hide Background Color and Email fields on single logo mat products *******/

.postid-46581 .wc-pao-addon-background-color-please-use-image-below-to-select-your-background-color-choice-for-example-a1-e5-etc, .post-46481 .wc-pao-addon-background-color-please-use-image-below-to-select-your-background-color-choice-for-example-a1-j5-etc{
	display: none;
}

.postid-46581 .wc-pao-addon-your-email-for-design-proof, .post-46481 .wc-pao-addon-your-email-for-design-proof{
	display: none;
}

.postid-43535 .wc-pao-addon-background-color-please-use-image-below-to-select-your-background-color-choice-for-example-a1-j5-etc{
	display: none;
}

.postid-43535 .wc-pao-addon-your-email-for-design-proof{
	display: none;
}

.postid-43792 .wc-pao-addon-background-color-please-use-image-below-to-select-your-background-color-choice-for-example-a1-j5-etc{
	display: none;
}


.postid-43792 .wc-pao-addon-your-email-for-design-proof{
	display: none;
}

.postid-43916 .wc-pao-addon-background-color-please-use-image-below-to-select-your-background-color-choice-for-example-a1-j5-etc{
	display: none;
}

.postid-43916 .wc-pao-addon-your-email-for-design-proof{
	display: none;
}

.postid-46581 .woocommerce-variation-price, .post-46481 .woocommerce-variation-price, .postid-43535 .woocommerce-variation-price, .postid-43792 .woocommerce-variation-price, .postid-43916 .woocommerce-variation-price, .postid-45502 .woocommerce-variation-price{
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
}