/*
	Theme Name: Heavy Metal Hand Cleaner Custom WordPress Theme
	Theme URI: http://www.guidomediaservices.com
	Description: Custom Genesis Child Theme Created For Heavy Metal Hand Cleaner
	Author: Guido Media
	Author URI: http://www.guidomediaservices.com
	Version: 1.0.0

	Template: genesis
	Template Version: 2.0.0
*/


/* Defaults ---------------------------------------------------------------------------------------------------- */

:root {
	--primary: #eb5a2c;
	--secondary: #00A0D3;
	--black: #111;
	--grey: #373535;
	--sans-serif: 'Inter', serif;
	--headline: 'Asap Condensed', sans-serif;

	--font-tiny: 11px;
	--font-sm: 13px;
	--font-norm: 15px;
	--font-med: 20px;
	--font-lg: 24px;
	--lh-tiny: 21px;
	--lh-sm: 23px;
	--lh-norm: 25px;
	--lh-med: 30px;
	--lh-lg: 34px;

	--hd-tiny: 22px;
	--hd-sm: 30px;
	--hd-med: 42px;
	--hd-lg: 55px;
	--hd-xlg: 70px;
	--hd-xxlg: 90px;
	--hd-huge: 140px;
	--lhh-tiny:32px;
	--lhh-sm: 40px;
	--lhh-med: 52px;
	--lhh-lg: 65px;
	--lhh-xlg: 80px;
	--lhh-xxlg: 100px;
	--lhh-huge: 150px;
}

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing */
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
.clear {
	clear: both;
}

/* Typographical Elements ---------------------------------------------------------------------------------------------------- */
html {
	font-size: var(--font-norm);
	font-family:var(--sans-serif);
}
body {
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.home .featured-content img,
.button,
.nav-primary ul li a::after,
.site-header,
.site-title a,
.nav-primary ul li.icon a::before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}
::-moz-selection {
	background-color: #000;
	color: #fff;
}
::selection {
	background-color: #000;
	color: #fff;
}
a {
	color:var(--secondary);
}
a img {
}
a:hover {
}
p {
}
strong {
}
ol,
ul {
}
blockquote,
blockquote::before {
}
blockquote {
}
blockquote::before {
}
.entry-content code {
}
cite {
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
}

/* Objects */
img {
	height: auto;
	max-width: 100%;
}
.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms ---------------------------------------------------------------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	padding-left: 12px;
	padding-right:12px;
	height:50px;
	line-height:50px;
	width: 100%;
}
input,
select {
	height:50px;
	line-height:50px;
}
textarea {
	line-height:20px;
	padding-top:20px;
}
input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}
::-moz-placeholder {
	color: #999;
}
::-webkit-input-placeholder {
	color: #999;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.wp-block-button__link,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled] {
	background-color: transparent;
	border: solid 2px var(--primary);
	color: var(--primary);
	cursor: pointer;
	font-size:var(--font-norm);
	padding-left: 40px;
	padding-right: 40px;
	text-transform: uppercase;
	font-weight: 900;
	text-decoration: none;
	width: auto;
	height: 50px;
	line-height: 46px;
	padding-top: 0;
	padding-bottom: 0;
	display: inline-block;
	border-radius:2px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.entry-content .button:hover,
.wp-block-button__link:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover {
	color: #fff;
	background-color: var(--primary);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	opacity:0.25;
}

input[type="checkbox"], input[type="radio"]{
	height:20px;
	width:20px;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gravity Forms ---------------------------------------------------------------------------------------------------- */
.gform_wrapper {
	max-width: 100%;
	width: 100%;
}
.gform_wrapper label, .gform_wrapper legend {
	padding: 0;
	font-family:'Poppins', sans-serif;
	font-weight:bold;
	font-size:16px;
}
.gform_wrapper .field_sublabel_below span > label{
	display:none;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gfield_radio li input[type="radio"] {
	margin-top: 0;
}
.gform_wrapper fieldset{
  border:none;
  padding:0;
}
.gform_wrapper ul {
	margin: 0;
	padding: 0;
}
.gform_wrapper div.gfield,
.gform_wrapper fieldset {
	margin: 0;
	list-style-type: none;
}
div.gchoice{
	margin-bottom:7px;
}
div.gchoice > label {
	font-weight:normal;
}
.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .show-label label {
	display: block;
	font-weight: normal;
}
div.gform_confirmation_message {
	text-align: center;
}

/* Button styles */
input.gform_button {
	background-color: transparent!important;
	border:solid 2px var(--primary)!important;
	color:var(--primary)!important;
	box-shadow: 0px 0px 0px #000!important;
}

/* Custom radio buttons */
ul.gfield_radio {
	display:flex;
	justify-content:space-between;
}
.gfield_radio div,
.gfield_checkbox div{
  	display: block;
  	position: relative;
  	padding-left: 0px;
  	margin-bottom: 12px;
  	cursor: pointer;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}
.gform_wrapper .gfield_radio div label,
.gform_wrapper .gfield_checkbox div label{
	margin-left: 35px;
}
.gfield_radio div input,
.gfield_checkbox div input[type="checkbox"]{
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
}
.gfield_radio div label:before,
.gfield_checkbox div label:before {
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 25px;
  	width: 25px;
  	background-color: #eee;
 	border-radius: 20%;
	content:"";
	cursor:pointer;
}
.gfield_radio div label:hover:before,
.gfield_checkbox div label:hover:before{
  	background-color: #ccc;
}
.gfield_radio div input[type="radio"]:checked ~ label:before,
.gfield_checkbox div input[type="checkbox"]:checked ~ label:before {
  	background-color: var(--primary);
}
.gfield_radio div label:after,
.gfield_checkbox div label:after {
  	content: "";
  	position: absolute;
  	display: none;
}
.gfield_radio div input[type="radio"]:checked ~ label:after,
.gfield_checkbox div input[type="checkbox"]:checked ~ label:after {
   	display: block;
}
.gfield_radio div label:after,
.gfield_checkbox div label:after {
 	left: 9px;
  	top: 5px;
  	width: 5px;
  	height: 10px;
  	border: solid white;
  	border-width: 0 3px 3px 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
}

/* Credit Card Fields */
.gform_card_icon_container {
 margin:8px 0 6px;
 height:32px
}
div.gform_card_icon {
 margin-right:4px;
 text-indent:-9000px;
 background-image:url(/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png);
 background-repeat:no-repeat;
 width:36px;
 height:32px;
 float:left
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
 background-position:0 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
 background-position:0 -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
 background-position:0 -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
 background-position:-36px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
 background-position:-36px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
 background-position:-36px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
 background-position:-72px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
 background-position:-72px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
 background-position:-72px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
 background-position:-108px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
 background-position:-108px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
 background-position:-108px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
 background-position:-144px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
 background-position:-144px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
 background-position:-144px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
 background-position:-180px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
 background-position:-180px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
 background-position:-180px -64px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
 background-position:0 -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
 background-position:0 -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
 background-position:0 -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
 background-position:-36px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
 background-position:-36px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
 background-position:-36px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
 background-position:-72px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
 background-position:-72px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
 background-position:-72px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
 background-position:-108px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
 background-position:-108px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
 background-position:-108px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
 background-position:-144px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
 background-position:-144px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
 background-position:-144px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
 background-position:-180px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
 background-position:-180px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
 background-position:-180px -256px
}
.ginput_complex .ginput_cardinfo_left,.ginput_complex .ginput_cardinfo_right {
 min-height:43px;
 position:relative;
 float:left
}
.ginput_complex .ginput_cardinfo_left {
 width:50%;
 margin-right:1%
}
.ginput_complex .ginput_cardinfo_right {
 min-width:85px!important
}
.ginput_complex .ginput_cardinfo_right label {
 white-space:nowrap!important
}
.ginput_complex span.ginput_cardextras {
 display:block;
 overflow:hidden;
}
.ginput_container_creditcard input{
 margin-bottom:8px
}
.ginput_complex .ginput_cardinfo_right span.ginput_card_expiration_container {
 position:relative
}
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
 width:47%!important;
 display:-moz-inline-stack;
 display:inline-block
}
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month {
 margin-right:4px
}
.ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
 max-width:50%!important;
 position:relative
}
.ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
 width:32px;
 height:23px;
 background-image:url(../images/gf-creditcard-icons.png);
 background-repeat:no-repeat;
 background-position:0 -128px;
 position:relative;
 top:-2px;
 left:6px;
 display:-moz-inline-stack;
 display:inline-block
}
div.gfield_creditcard_warning_message {
 display:none!important
}
#gform_fields li.credit_card_setting.field_setting ul li {
 padding:2px 0 4px
}

/* Date Picker */
#ui-datepicker-div {
	background: #FFF;
	border: 1px solid #b85e17;
	display:none;
	padding:20px;
	width:auto;
}
#ui-datepicker-div select {
	height: 25px;
	line-height: 25px;
}
.ui-icon {
	cursor: pointer;
}
.ui-datepicker-header a {
	cursor: pointer;
}
.ui-datepicker-prev {
	float: left;
	width: 10%;
}
.ui-state-disabled {
	display:none;
}
.ui-datepicker-next {
	float: right;
	width: 10%;
}
.ui-state-disabled {
	 display:none;
}
.ui-datepicker-title {
	margin-top: 20px;
}
.ui-datepicker-title select {
	float: left;
	width: 70%;
}
.ui-datepicker-month {
	margin: 0px 5% 6px;
}
.ui-datepicker-year {
	margin: 0px 15% 6px;
}
.ui-datepicker-today {
	border-radius: 4px;
}
.ui-datepicker-today a {
	color: #fff;
}
#ui-datepicker-div table {
	width: 100%;
}
#ui-datepicker-div td,
#ui-datepicker-div th  {
	text-align: center;
}
#ui-datepicker-div td a {
	display: block;
	padding: 5px;
}

/* Site Containers ---------------------------------------------------------------------------------------------------- */
.site-container {
}
.wrap {
	margin: 0 auto;
	width: 96%;
	max-width: 1140px;
}
.site-inner {
	margin: 0 auto;
	width: 96%;
	max-width: 1000px;
	clear: both;
	font-size: var(--font-norm);
  	line-height: var(--lh-norm);
}
.home .site-inner {
	padding: 0;
	width: 100%;
	max-width: 100%;
}

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Layout */
.content {
	width: 740px;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}
.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar ---------------------------------------------------------------------------------------------------- */
.sidebar-primary {
	float: right;
	width: 360px;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* WordPress ---------------------------------------------------------------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}
.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}
.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}
.search-form {
	overflow: hidden;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
a.alignnone img,
.alignnone img {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignright {
    max-width: 100%;
}
a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}
a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}
.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Top Bar ---------------------------------------------------------------------------------------------------- */
#top-bar {
	position:fixed;
	width:100%;
	height:30px;
	top:0;
	left:0;
	background-color:var(--primary);
	color:#000;
	text-align:center;
	padding-top:5px;
	line-height:20px;
	font-weight:bold;
	z-index:999;
}
#top-bar .wrap p{
	margin:0;
	background-image:url(images/icon-free-shipping.webp);
	background-size:contain;
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:40px;
	display:inline-block;
}

/* Site Header ---------------------------------------------------------------------------------------------------- */
.site-header {
	height: 90px;
	position: fixed;
	top: 30px;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color:transparent;
}
.site-header .wrap {
	width: 96%;
	height: 100%;
	max-width:1400px;
}
.site-header.scrolled  {
	background-color:#fff;
	box-shadow: 0 0 20px 0 rgb(9 24 45 / .1);
}

/* Title Area */
.title-area {
	float: left;
}
.site-title {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.site-title a {
	width: 325px;
	height: 70px;
	display: block;
	background-image: url(images/logo-white.webp);
	background-size:contain;
	background-position:left center;
	background-repeat:no-repeat;
	text-indent: -9999px;
}
.scrolled .site-title a {
	background-image:url(images/logo-badge.webp);
}

/* Page Title */
.page-title::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0,0,0,0.05);
	z-index: 1;
}
.page-title {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 50vh;
	min-height: 350px;
	position: relative;
}
.page-title h1 {
	text-align: center;
	color: #fff;
	font-size: var(--hd-lg);
	line-height: var(--lhh-lg);
	letter-spacing: 3px;
	text-transform: uppercase;
	position: absolute;
	bottom: 100px;
	width: 100%;
	left: 0;
	z-index: 9;
	font-weight:900;
	margin:0;
}
body.woocommerce .page-title {
	background-image: url(images/bg-footer.webp)!important;
	height:35vh;
	min-height:300px;
}
body.single-product .page-title.product-page-title{
	height:180px;
	min-height:180px;
}

/* Primary Navigation ---------------------------------------------------------------------------------------------------- */
.nav-primary {
	float: right;
	width:65%;
}
.nav-primary ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.nav-primary ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.nav-primary ul li a {
	display: block;
	text-decoration: none;
	color:#fff;
	font-weight:900;
	text-transform:uppercase;
	height:90px;
	line-height:90px;
	overflow:hidden;
	position:relative;
}
.nav-primary ul li a::after{
	width:100%;
	height:2px;
	background-color:#fff;
	left:-100%;
	bottom:25px;
	content:"";
	position:absolute;
}
.nav-primary ul li a:hover {
	color:var(--primary);
}
.nav-primary ul li a:hover::after{
	left:0;
	background-color:var(--primary);
}
.scrolled .nav-primary ul li a {
	color:var(--black);
}
.scrolled .nav-primary ul li a::after{
	background-color:var(--black);
}
.scrolled .nav-primary ul li a:hover {
	color:var(--primary);
}
.scrolled .nav-primary ul li a:hover::after{
	background-color:var(--primary);
}
.nav-primary ul li.icon a{
	text-transform:none;
	background-size:25px;
	background-position:left center;
	padding-left:30px;
	background-repeat:no-repeat;
}
.nav-primary ul li.account a{
	background-image:url(images/icon-account-white.webp);
}
.nav-primary ul li.search a{
	background-image:url(images/icon-search-white.webp);
	cursor:pointer;
}
.nav-primary ul li.cart a{
	background-image:url(images/icon-cart-white.webp);
}
.scrolled .nav-primary ul li.account a{
	background-image:url(images/icon-account.webp);
}
.scrolled .nav-primary ul li.search a{
	background-image:url(images/icon-search.webp);
}
.scrolled .nav-primary ul li.cart a{
	background-image:url(images/icon-cart.webp);
}
.nav-primary ul li.icon a::before{
	position:absolute;
	left:0;
	top:32.5px;
	content:"";
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	opacity:0;
}
.nav-primary ul li.account a::before{
	background-image:url(images/icon-account-orange.webp);
}
.nav-primary ul li.search a::before{
	background-image:url(images/icon-search-orange.webp);
}
.nav-primary ul li.cart a::before{
	background-image:url(images/icon-cart-orange.webp);
}
.nav-primary ul li.icon a:hover::before{
	opacity:1;
}
.show-menu, .close-menu, .nav-primary ul li.mobile {
	display: none;
}

/* Home Page ---------------------------------------------------------------------------------------------------- */
body.home .content{
	width:100%;
	max-width:100%;
}
body.home .wp-block-cover{
	height:100vh;
	min-height:800px;
}
body.home .wp-block-cover .wp-block-cover__inner-container{
	width:90%;
	max-width:1400px;
	padding-right:400px;
	margin-left:auto;
	margin-right:auto;
	font-size:var(--font-med);
	line-height:var(--lh-med);
}
body.home .wp-block-cover.hero .wp-block-cover__inner-container{
	padding-right:400px;
}
body.home .wp-block-cover h2,
body.home .wp-block-cover h3{
	text-align:left;
	font-weight:900;
}
body.home .wp-block-cover h2 strong,
body.home .wp-block-cover h3 strong{
	font-weight:900;
	display:inline-block;
	position:relative;
}
body.home .wp-block-cover h2{
	font-size:var(--hd-med);
	line-height:var(--lhh-med);
	letter-spacing:3px;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:10px;
}
body.home .wp-block-cover h2 strong::after{
	width:0;
	height:25px;
	background-image:url(images/underline-orange.webp);
	background-size:280px auto;
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	bottom:-20px;
	left:0;
	content:"";
	-webkit-transition: all 1s ease-in-out;
	-moz-transition:    all 1s ease-in-out;
	-ms-transition:     all 1s ease-in-out;
	-o-transition:      all 1s ease-in-out;
	transition:         all 1s ease-in-out;
}
body.home .wp-block-cover h2.loaded strong::after{
	width:280px;
}
body.home .wp-block-cover h3{
	font-size:var(--hd-med);
	line-height:var(--lhh-med);
	margin-bottom:0;
	color:var(--primary);
}
body.home .wp-block-cover.hero p{
	max-width:900px;
}
body.home .hero a.wp-block-button__link{
	background-color:var(--primary);
	color:#fff;
}
body.home .hero a.wp-block-button__link:hover{
	background-color:transparent;
	color:var(--primary);
}

/* Featured Product */
body.home .wp-block-woocommerce-single-product{
	max-width:1400px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:calc(100vh *.10);
	padding-bottom:calc(100vh *.10);
}
body.home .wp-block-woocommerce-single-product > div > div:first-of-type{
	flex: 0 0 40%;
}
body.home .wp-block-woocommerce-single-product  > div > div:last-of-type{
	flex: 0 0 60%;
}
body.home .wp-block-woocommerce-single-product .wc-block-components-product-image > a {
	display:block;
	height:500px;
	overflow:hidden;
}
body.home .wp-block-woocommerce-single-product h2{
	font-size:var(--hd-lg);
	line-height:var(--lhh-lg);
	text-transform:uppercase;
	font-weight:900;
	margin-top:60px;
	margin-bottom:30px;
	position:relative;
	z-index:99;
}
body.home .wp-block-woocommerce-single-product h2 a{
	color:var(--black);
}
body.home .wp-block-woocommerce-single-product .woocommerce-Price-amount{
	font-size:var(--font-med);
	line-height:var(--lh-med);
	color:var(--primary);
	font-weight:bold;
}

/* Featured Products */
body.home .wp-block-woocommerce-product-collection{
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
	height:100vh;
	min-height:800px;
	padding-top:calc(100vh *.10);
}
body.home .wp-block-woocommerce-product-collection h2{
	font-size:var(--hd-xlg);
	text-transform:uppercase;
	font-weight:900;
	margin-top:0;
	margin-bottom:30px;
	position:relative;
	z-index:99;
}
body.home .wp-block-woocommerce-product-collection h2::after{
	width:380px;
	height:25px;
	background-image:url(images/underline-orange.webp);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:top center;
	position:absolute;
	bottom:-20px;
	left:calc(050% - 190px);
	content:"";
}
body.home .wp-block-woocommerce-product-collection h3,
body.home .wp-block-woocommerce-product-collection h3 a{
	font-size:var(--font-med);
	font-weight:900;
	line-height:var(--lh-med);
	color:var(--black);
	text-decoration:none;
	margin-bottom:0;
}
body.home .wp-block-woocommerce-product-collection h3 a:hover{
	color:var(--primary);
}
body.home .wp-block-woocommerce-product-collection .amount{
	color:var(--primary);
	font-size:var(--font-med);
	line-height:var(--lh-med);
	font-weight:900;
}
body.home .wp-block-woocommerce-product-collection .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button{
	border-style:solid;
}

/* Intro */
body.home .wp-block-cover .wp-block-cover__inner-container{
	padding-right:600px;
}
body.home .wp-block-cover .wp-block-cover__inner-container h3 strong{
	display:inline;
	position:relative;
}
body.home .wp-block-cover .wp-block-cover__inner-container h3 strong::After{
	width:380px;
	height:25px;
	background-image:url(images/underline-white.webp);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:top center;
	position:absolute;
	bottom:-20px;
	left:calc(050% - 190px);
	content:"";
}

/* Content ---------------------------------------------------------------------------------------------------- */
body:not(.home) .content{
	padding-top:50px;
	padding-bottom:50px;
}
.content {
	width: 96%;
	max-width: 1140px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 9;
	color: #222;
}
.full-width-content .content {
	width: 100%;
}
.content p {

}
.content h2,
.content h3,
.content h4{

}
.content h2{

}
.content h3 {

}

/* Contact Page */
body.contact .content{
	max-width:900px;
	font-size:var(--font-med);
}
/* Store Location */
.wpsl-search{
	background-color:var(--black);
	color:#fff;
}
#wpsl-search-wrap form{
	display:flex;
	justify-content:left;
}
#wpsl-search-wrap .wpsl-input{
	flex: 0 0 40%;
}
#wpsl-search-wrap  .wpsl-input input{
	line-height:50px;
	height:50px;
	width:100%;
}
#wpsl-search-wrap .wpsl-select-wrap{
	flex: 0 0 40%;
	display:flex;
	justify-content:right;
}
#wpsl-search-wrap .wpsl-select-wrap > div{
	flex: 0 0 45%;
	margin-left:5%;
	margin-right:0;
}
#wpsl-search-wrap .wpsl-select-wrap label,
#wpsl-search-wrap .wpsl-select-wrap .wpsl-dropdown{
	float:none;
	width:100%;
}
#wpsl-search-wrap .wpsl-search-btn-wrap{
	display:flex;
	flex: 0 0 20%;
	justify-content:right;
	padding-top:32px;
}
#wpsl-search-wrap .wpsl-search-btn-wrap input{
	width:90%;
	height:50px;
	line-height:46px;
	padding-top:0;
	padding-bottom:0;
	border:solid 2px var(--primary);
	background-color:transparent;
	background-image:none;
	color:var(--primary);
}

/* WooCommerce ---------------------------------------------------------------------------------------------------- */

/* General */
.woocommerce .woocommerce-breadcrumb {
	margin-top:15px;
}
.woocommerce-result-count{
	line-height:50px;
}
.woocommerce .woocommerce-breadcrumb {
	padding:10px;
	background-color:var(--black);
	color:#fff;
	margin-top:20px;
	border-radius:2px;
}
.woocommerce .woocommerce-breadcrumb a{
	color:#fff;
}
.woocommerce .woocommerce-result-count {
	color:var(--primary);
}
.woocommerce .woocommerce-ordering{
	margin-top:10px;
}
.woocommerce .woocommerce-ordering select {
	height:30px;
	line-height:30px;
}

/* Catalog */
.woocommerce ul.products li.product{
	text-align:center;
}
.woocommerce ul.products li.product a img{
	margin-bottom:5px;
}
.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:var(--black);
	font-size:var(--font-med);
	line-height:var(--lh-med);
	font-weight:900;
	text-transform:uppercase;
	margin-bottom:0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{
	color:var(--primary);
	font-size:var(--font-med);
	line-height:var(--lh-med);
	margin-bottom:0;
	font-weight:900;
}
.woocommerce ul.products li.product a img{
	border-radius:2px;
}

/* Product Single */
body.single-product .page-title {
	height:120px;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	width:40%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width:56%;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.woocommerce-cart table.cart td.product-subtotal .amount {
	color:var(--primary);
	font-weight:bold;
}
.woocommerce .quantity .qty{
	width:80px;
	height:46px;
	line-height:46px;
	border:solid 2px #999;
	color:var(--black);
	font-size:var(--font-sm);
	font-weight:bold;
	border-radius:2px;
	font-family:var(--sans-serif);
}
.woocommerce-product-gallery__image {
	margin-bottom:12px;
}
.woocommerce div.product div.images img{
	border-radius:5px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
	margin-right:12px;
}

/* Cart */
body.woocommerce-cart .woocommerce {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper{
	flex: 0 0 100%;
}
.woocommerce .woocommerce-cart-form,
.woocommerce-page .woocommerce-cart-form{
	flex: 0 0 60%;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals{
	flex: 0 0 35%;
	margin-left:4.5%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{
	width:100%;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2{
	font-size:var(--hd-sm);
	margin-top:0;
	line-height:var(--lhh-med);
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	width:200px;
	height:40px;
	line-height:38px;
	padding-top:0;
	padding-bottom:0;
}
.wc-block-cart__submit-container a{
	border:solid 2px var(--primary);
	color:var(--primary);
	text-decoration:none;
	font-weight:bold;
}
 a
/* Entries ---------------------------------------------------------------------------------------------------- */
.entry {
}
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
}
.entry-content ol,
.entry-content ul {
}
.entry-content ol li {
}
.entry-content ul li {
}
.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
}
.entry-content .search-form {
}
.entry-meta {
}
.entry-header .entry-meta {
}
.entry-footer .entry-meta {
}
.entry-comments-link::before {
}
.entry-categories,
.entry-tags {
}

/* Comments ---------------------------------------------------------------------------------------------------- */
.entry-pings,
.comment-respond,
.entry-comments {
}
.comment-content {
	clear: both;
}
.entry-comments .comment-author {
	margin-bottom: 0;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}
.comment-respond label {
}
.comment-list li,
.ping-list li {
	list-style-type: none;
}
.comment-list li {
}
.comment-list li li {
}
li.comment {
}
.comment-header {
}
.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}
.comment-header  .comment-meta,
.comment-header  .comment-meta a {
}
.comment-reply-link {
}
.entry-pings .reply {
}
.form-allowed-tags {
}

/* Sidebars ---------------------------------------------------------------------------------------------------- */
.sidebar {
}
.sidebar p:last-child {
}
.sidebar li {
}
.sidebar ul > li:last-child {
}
.sidebar .widget {
}
.sidebar .enews-widget {
}
.sidebar .enews-widget .widget-title {
}

/* Pre Footer ---------------------------------------------------------------------------------------------------- */
#cta{
	padding-top:20px;
	padding-bottom:20px;
	background-color:var(--primary);
	color:#fff;
}
#cta .wrap{
	max-width:900px;
}
#cta .widgettitle{
	font-size:var(--hd-med);
	text-transform:uppercase;
	font-weight:900;
	display:block;
	margin-bottom:20px;
	color:var(--black);
}
#cta .gfield input[type="text"],
#cta .gfield input[type="email"] {
	border-color:#fff;
}
#cta .gfield_checkbox legend,
#cta .gfield_checkbox label{
	color:#fff;
}
#cta .gfield_checkbox label a{
	color:var(--black);
}
#cta input.gform_button {
	border:solid 2px var(--black)!important;
	color:var(--black)!important;
}
#cta input.gform_button:hover {
	border-color:#fff;
	color:#fff;
}

/* Site Footer ---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color:var(--black);
	background-image:url(images/bg-footer.webp);
	background-size:cover;
	padding-top:90px;
	padding-bottom:90px;
	color:#fff;
	text-align:center;
}
.site-footer a {
	color:#fff;
	text-decoration:none;
}
.site-footer a:hover {
	color:var(--primary);
}
.site-footer ul{
	display:flex;
	justify-content:center;
	padding:0;
}
.site-footer ul li{
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
}
.site-footer .footer-logo{
	background-image:url(images/logo-white.webp);
	width:365px;
	height:90px;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
ul#menu-social-media-navigation li a{
	background-image:url(images/icon-social-media.webp);
	background-size:auto 100%;
	background-repeat:no-repeat;
	display:block;
	text-indent:-99999px;
	width:35px;
	height:35px;
}
ul#menu-social-media-navigation li.tiktok a{
	background-position:-35px center;
}
ul#menu-social-media-navigation li.x a{
	background-position:-71px center;
}
ul#menu-social-media-navigation li.pinterest a{
	background-position:-107px center;
}
ul#menu-social-media-navigation li a:hover{
	opacity:0.5;
}

/* Popup --------------------------------------------- */
.popup {
	width:100%;
	height:100%;
	position:fixed;
	background-color:rgba(0,0,0,0.65);
	top:0;
	left:0;
	display:none;
	z-index:99999999;
}
.popup .wrap{
	max-width:650px;
	width:90%;
	height:250px;
	background-color:#fff;
	margin-top:200px;
	border-radius:10px;
	padding:50px;
	position:relative;
}
.popup .wrap .widgettitle{
	display:block;
	text-align:center;
	font-size:var(--hd-med);
	line-height:var(--lhh-med);
	font-family:var(--title);
	margin-bottom:25px;
}
.close-button{
	position:absolute;
	top:25px;
	right:25px;
	background-image:url(images/icon-close.webp);
	width:25px;
	height:25px;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-99999px;
	cursor:pointer;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Media Queries ---------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 1490px) {
	.nav-primary{
		width:70%;
	}
	body.home .wp-block-cover.hero .wp-block-cover__inner-container{
		padding-right:150px;
	}
	body.home .wp-block-cover .wp-block-cover__inner-container{
		padding-right:300px;
	}
}

@media only screen and (max-width: 1220px) {
	.show-menu,
	.nav-primary ul li.mobile{
		display: block;
	}
	.show-menu, .close-menu{
		position: absolute;
		top:27.5px;
		right: 30px;
		width: 35px;
		height: 35px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		text-indent: -99999px;
		cursor: pointer;
	}
	.show-menu a{
		height:5px;
		width:100%;
		display:block;
		margin-top:15px;
		position:relative;
	}
	.show-menu::before,
	.show-menu::after{
		height:5px;
		width:100%;
		display:block;
		position:absolute;
		left:0;
		top:0;
		content:"";
	}
	.show-menu::after{
		top:auto;
		bottom:0;
	}
	.close-menu a{
		height:5px;
		width:100%;
		display:block;
		margin-top:15px;
		position:relative;
		transform: rotate(45deg);
	}
	.close-menu::after{
		height:5px;
		width:100%;
		display:block;
		position:absolute;
		left:0;
		top:15px;
		content:"";
		transform: rotate(-45deg);
	}
	.show-menu a,
	.show-menu::before,
	.show-menu::after,
	.close-menu a,
	.close-menu::after{
		background-color:#fff;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition:    all 0.3s ease-in-out;
		-ms-transition:     all 0.3s ease-in-out;
		-o-transition:      all 0.3s ease-in-out;
		transition:         all 0.3s ease-in-out;
	}
	.scrolled .show-menu a,
	.scrolled .show-menu::before,
	.scrolled .show-menu::after,
	.scrolled .close-menu a,
	.scrolled .close-menu::after{
		background-color:var(--black);
	}
	.show-menu:hover a,
	.show-menu:hover::before,
	.show-menu:hover::after,
	.close-menu:hover a,
	.close-menu:hover::after{
		background-color:var(--primary);
	}
	.nav-primary {
		position: fixed;
		height: 100%;
		width: 80%;
		left: -100%;
		top:0;
		background-color:var(--primary);
		overflow-y:scroll;
		-webkit-transition: left 1s ease-in-out;
		-moz-transition: left 1s ease-in-out;
		-ms-transition: left 1s ease-in-out;
		-o-transition: left 1s ease-in-out;
		transition: left 1s ease-in-out;
	}
	.nav-primary.active{
		left:0;
	}
	.nav-primary ul {
		display: block;
	}
	.nav-primary ul li {
		width: 100%;
		display: block;
		height:auto;
		min-height:11vh;
		border-bottom: 1px #fff dotted;
	}
	.nav-primary ul li a,
	.scrolled .nav-primary ul li a{
		height:11vh;
		line-height:11vh;
		color: #fff;
		font-size:16px;
		display:block;
	}
	.nav-primary ul li a::after{
		display:none!important;
	}
	.nav-primary ul li a:hover,
	.scrolled .nav-primary ul li a:hover{
		color:#222;
	}
	body.home .wp-block-cover.hero .wp-block-cover__inner-container{
		padding-right:0px;
		width:98%;
	}
	body.home .wp-block-cover .wp-block-cover__inner-container{
		padding-right:300px;
		width:98%;
	}
}

@media only screen and (max-width: 1023px) {
	body.home .wp-block-cover h2{
		font-size:var(--hd-med);
		line-height:var(--lhh-med);
	}
	body.home .wp-block-cover h2 strong::after{
		background-size:210px
	}
	body.home .wp-block-cover .wp-block-cover__image-background.has-parallax{
		background-position:right center!important;
	}
	body.home .wp-block-woocommerce-single-product h2,
	.page-title h1{
		font-size:var(--hd-med);
		line-height:var(--lhh-med);
	}
	body.home .wp-block-cover .wp-block-cover__inner-container{
		padding-right:50px;
	}
}

@media only screen and (max-width: 800px) {
	body.home .wp-block-cover{
		height:auto;
	}
	body.home .wp-block-cover h2,
	body.home .wp-block-cover h3,
	body.home .wp-block-cover.hero p{
		text-align:center;
	}
	body.home .wp-block-cover .wp-block-buttons > .wp-block-button{
		margin-left:auto;
		margin-right:auto;
	}
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important;
	}
	.wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
	}
	body.home .wp-block-cover .wp-block-cover__inner-container{
		padding-right:0px;
	}
	body.home .wp-block-cover .wp-block-cover__inner-container h3 strong::after{
		display:none;
	}
	#wpsl-wrap{
		margin-bottom:25px;
		padding-bottom:25px;
	}
	#wpsl-search-wrap form{
		display:block;
	}
	#wpsl-search-wrap form > div{
		display:block;
		width:100%;
	}
	#wpsl-search-wrap .wpsl-select-wrap > div{
		margin-left:0;
		flex: 0 0 48%;
	}
	#wpsl-search-wrap .wpsl-select-wrap > div:first-of-type{
		margin-right:4%;
	}
	#wpsl-search-wrap .wpsl-search-btn-wrap{
		padding-top:20px;
		margin-bottom:20px;
	}
	#wpsl-search-wrap .wpsl-search-btn-wrap input{
		width:100%;
		margin-right:0;
	}
}

@media only screen and (max-width: 680px) {
	body.home .wp-block-cover h2,
	body.home .wp-block-cover h3{
		font-size:6.5vw;
		line-height:7vw;
	}
	body.home .wp-block-cover h2 strong::after{
		background-size:180px
	}
	.page-title {
		height:35vh;
		min-height:200px;
	}
	#cta .widgettitle,
	body.home .wp-block-woocommerce-single-product h2,
	.page-title h1{
		font-size:var(--hd-sm);
		line-height:var(--lhh-sm);
		text-align:center;
	}
	.page-title h1{
		margin:0;
		bottom:25px;
	}
	.gform-theme--foundation .gform_fields{
		grid-row-gap: 12px!important;
  		row-gap: 12px!important;
	}
	#cta input.gform_button{
		width:100%;
	}
	.site-footer ul#menu-footer-navigation{
		display:block;
	}
	.site-footer ul#menu-footer-navigation li {
		display:block;
	}
}

@media only screen and (max-width: 480px) {
	.site-title a{
		width:250px;
	}
	body.home .wp-block-cover.hero{
		padding-left:0;
		padding-right:0;
	}
	body.home .wp-block-cover h2 strong::after{
		background-size:150px
	}
	.show-menu, .close-menu{
		right:20px;
	}
	.site-footer .footer-logo{
		width:90%;
	}
}
