/*
Theme Name: Homebuilders Hardware
Description: A custom theme for Homebuilders Hardware
Author: Highlight Creative
Author URI: https://highlightcreative.com
Template: genesis
Version: 1.1.0
*/

/* Color Library:

- CHARCOAL: #343537   //   Headers: #42474d    //    Secondary headers: #6e737d   //    Text: #636363

- ORANGE:   var(--color-orange)   //   Shade: #f37b1c

- GREY:     #dedede   //   #ebebeb    //    #f2f2f2

*/

:root {
	--font-secondary: 'Titillium Web', 'Segoe UI', 'Helvetica', sans-serif;
	--color-orange: #ff8f29;
	--color-green: #2C9962;
}



/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Links & Buttons
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
	- Featherlight popups
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Accordion styles
- Home
- Blog
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/** {
    zoom: 99.2%;
}*/



/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

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


.site-container {
	margin: auto;
	max-width: 100%;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::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;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::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;
}


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


/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
	font-size: 16.5px;
	font-size: 1.65rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Open Sans', 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif;
	font-size: 16.5px;
	font-size: 1.65rem;
	font-weight: 400;
	line-height: 1.525;
	margin: 0;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

p,
.acf-format-text > div {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 17px 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote { /* This affects both quotes and pullquotes */
	quotes: "\201C" "\201D" "\2018" "\2019";
    font-weight: bold;
    color: #4d4d4d;
    margin: 20px auto;
    overflow: auto;
    font-size: 22px;
    max-width: 900px;
    line-height: 1.5;
}

blockquote cite {
	color: #888;
}

blockquote.with-image {
	display: table;
}

blockquote.with-image img {
    float: left;
    max-width: 200px;
	margin-right: 2em;
	display: table-cell;
    vertical-align: middle;
}

blockquote.with-image .blockquote-text {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

.admin-bar .site-container {
  padding-top: 46px;
}

.wp-block-quote {
	max-width: 100%;
    margin: -22px 0 20px 0;
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    padding: 25px 20px 20px 20px;
    border-left: 5px solid #888;
}

.wp-block-quote p {
    margin-bottom: 10px;
}

.wp-block-quote:before {
    font-size: 40px;
    float: left;
    margin-top: -4px;
    padding-right: 5px;
}


.wp-block-pullquote blockquote:before {
    content: '\201C';
    font-family: sans-serif;
    font-style: normal;
    font-size: 80px;
    line-height: 1;
    color: #bfbfbf;
}

.testimonial-customer {
	font-weight: normal;
	margin: 19px 0 0 0;
    font-size: 20px;
}

.fa, .far, .fas { /*FontAwesome*/
	font-size: small;
}
	
.topbar-right,
.nav-secondary	{
	display: none;
}

.shabbos-notice {
	background: #fff7d1;
    padding: 20px;
    text-align: center;
	font-size: 15px;
    width: 100%;
}

.overflow {
	overflow: auto;
}

.glossary-tooltip a, .glossary-underline {
    display: inline-block;
    font-weight: 400;
    padding: 0;
    border-bottom: 1px dotted !important;
    text-decoration: none !important;
}

/* Links & Buttons
--------------------------------------------- */

a {
	color: #f37b1c;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	outline: none !important;
}

a:focus,
a:hover,
.entry-title a:focus,
.entry-title a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	color: var(--color-orange);
	text-decoration: none;
	outline: none !important;
}

a:focus,
a:active {
	outline: none !important;
}


a.no-styling,
.genesis-nav-menu .current-menu-item > a {
	color: inherit;
	text-decoration: none;
}

a.no-styling:focus,
a.no-styling:hover {
	text-decoration: underline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="reset"],
input[type="submit"],
.button,
a.xcp-btn,
.genesis-nav-menu > .menu-highlight > a,
.genesis-nav-menu > .menu-highlight.current-menu-item > a {
	background: #343537;
	padding: 8px 14px;
	color: #f2f2f2;
	font-family: var(--font-secondary);
	text-decoration: none;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
a.xcp-btn:hover,
a.xcp-btn:focus,
.genesis-nav-menu > .menu-highlight > a:hover,
.genesis-nav-menu > .menu-highlight > a:focus,
.genesis-nav-menu > .menu-highlight.current-menu-item > a {
	color: var(--color-orange);	
}

.button.narrow,
.woocommerce a.button.narrow {
	padding: 5px 13px;
}

.button.orange,
.button.gform_button,
.woocommerce a.button.orange,
a.xcp-btn,
.wp-block-button__link.has-orange-background-color {
	background: var(--color-orange);
	color: #fff;
	border-radius: 0;
}

.button.orange:hover,
.button.orange:focus,
.button.gform_button:focus,
.button.gform_button:hover,
.woocommerce a.button.orange:hover,
.woocommerce a.button.orange:focus,
.wp-block-button__link.has-orange-background-color:hover,
.wp-block-button__link.has-orange-background-color:focus,
.cat-feature-button:hover,
.cat-feature-button:active {
	background: #f37b1c;
}

.wp-block-button__link.has-white-background-color {
	color: var(--color-orange);
	background: #fff;
}

.wp-block-button__link.has-white-background-color:hover,
.wp-block-button__link.has-white-background-color:focus {
	color: #000;
}

.button.callout {
    font-family: var(--font-secondary);	
    font-weight: normal;
    line-height: 1;
    padding: 9px 18px;
}
/*
.button.callout:after {
    content: '»';
    padding-left: 7px;
}
*/
#scroll-top.scroll-top,
#scroll-top.buy-now {
  display: none;
  position: fixed; 
  bottom: 20px;
  right: 30px;
  z-index: 99;
  outline: none; 
  cursor: pointer;
  padding: 9px 15px;
}

#scroll-top .fa {
    font-size: 22px;
}

#scroll-top.buy-now {
  display: inline-block !important;
  position: relative; 
  bottom: auto;
  right: auto;
  outline: none; 
  padding: 9px 15px;
}

.tooltip {
	border-bottom: 1px dashed;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #343537;
}

::selection {
  color: #fff;
  background: #343537;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-secondary);	
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
	text-transform: uppercase;
}

h1 {
	font-weight: normal;
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 27px;
	font-size: 2.7rem;
	margin-bottom: 1em;
}

.body-font-title {
	font-family: inherit;
    font-weight: normal;
    text-transform: none;	
}

.has-large-text-size {
	font-size: 27px;
}

.has-huge-font-size, .has-larger-font-size {
    font-size: 2em;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: .9;
	color: #6e737d;
	margin-bottom: 10px;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
	font-family: inherit;
	color: #6e737d;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #6e737d;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: 'Open Sans', 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif;
}

h6.facet-label,
.facetwp-flyout h3 {
    color: #6e737d;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b5b7bc;
}

.facetwp-flyout h3 {
	font-weight: bold;
	font-family: 'Open Sans', 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif;
	margin-bottom: 10px;
}

.orange {
	color: var(--color-orange);
}

.white {
	color: #fafafa;
}

.no-margin,
.woocommerce div.product p.stock {
	margin: 0;
}

.margin-left-auto {
	margin-left: auto; 
}

.margin-right-auto {
	margin-right: auto; 
}

.flexbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.align-items-center {
-webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;	
}

.justify-content-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;	
}

.justify-content-flex-end {
	-webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;		
}

.flex-1 {
-webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;	
}

.flex-wrap-always {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;	
}

.flex-direction-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;	
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

hr {
    max-width: 1250px;
    margin: auto;
    border-color: #d4d4d4;
}

.single-product hr {
	margin: 15px auto;
}


.icon-circle {
    background: var(--color-orange);
    width: 65px;
    height: 65px;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto 10px;
    color: #fff;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;	
-webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;		
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

.wp-block-image,
.wp-block-image.caption-overlay {
	position: relative;
}

.wp-block-image figcaption {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: #0000009e;
    margin: 0;
    font-size: 2rem;
	font-family: var(--font-secondary);
}

.wp-block-image.caption-overlay figcaption {
    position: absolute;
    background: rgba(0,0,0,.65);
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;	
    color: #fff;
    font-size: 22px;
    font-weight: bold;
	text-align: center;
}

.caption-overlay figcaption a {
    text-decoration: none;
    color: #fff;
}

.wp-block-image > a {
    display: block;
	overflow: hidden;
}

.wp-block-image figcaption a {
    color: #fff;
    text-decoration: none;
}

.wp-block-image img {
    transition: .25s transform ease-in-out;
}

figure.wp-block-image a:hover > img {
    transform: scale(1.15);
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6e737d;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6e737d;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6e737d;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6e737d;
  opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 15px 30px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: var(--color-orange);
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gravity Forms */
body .gform_wrapper ul li.gfield {
    margin-top: 36px !important;
    color: #595959;	
}

body .gform_wrapper ul li.gfield.hidden_label { /* if label is hidden, reduce spacing */
    margin-top: 0px !important;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 3px !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 15px !important;
}

span.gfield_required {
    display: none;
}

.gform_wrapper li.hidden_label select {
    margin-top: 12px;
	padding: 11.5px;
}

/* GF slim horizontal */
.gform_wrapper.slim_horizontal_wrapper,
.gform_wrapper.slim_horizontal_wrapper .gform_heading {
    margin: 0;
	width: auto;
}

.slim_horizontal {
    max-width: 1600px;
	margin: auto;
}

.gform_wrapper form.slim_horizontal input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper form.slim_horizontal input[type="submit"].button {
    margin-top: 0 !important;
	padding: 5px 10px !important;
}

.gform_wrapper form.gf_simple_horizontal.slim_horizontal div.gform_body ul.top_label li.gfield {
	padding-right: .5em;
}


.gform_wrapper .slim_horizontal span.gform_description {
    width: auto;
    margin: 0 10px 0 0;
}
/*
input#gform_submit_button_3 {
	min-width: 120px;
}

input#input_3_1 {
    min-width: 200px;
}
*/
/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: normal;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* Featherlight popups
--------------------------------------------- */
.fl-button {
	float: right;
	cursor: pointer;
	padding: 2px 7px;
}


/* Search box
--------------------------------------------- */
.search-form {
    display: inline-block;	
	position: relative;
}

input.search-form-input {
	position: relative;
	display: block;
    height: auto;
    background: #fff;
    padding: 10px 15px 10px 40px;
	border: 1px solid;
	border-radius: 5px;
    color: #6e737d;
    font-size: 16px;	
    letter-spacing: .5px;
    line-height: inherit;
	text-transform: uppercase;
}

input.search-form-submit {
    display: none;
}

.search-form:before {
    content: '\f002';
    z-index: 9;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	font-size: 18px;
    position: absolute;
	left: 0;
    margin: 10px 0 0 11px;
    color: #888;
}

.search-form input[type="submit"] {
	margin-top: 0 !important;
}

header .search-form {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-top: 6px;
}

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	animation:         fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.wrap,
.content-sidebar-wrap,
.yotpo.yotpo-main-widget {
	max-width: 1600px;
/*	max-width: 100%;*/
	margin: auto;
}

/* Site Inner

.admin-bar .site-inner {
	margin-top: 40px;
}
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 15px 30px 0;
	width: 100%;
	overflow: hidden;
}

.page-template.page-template-page_no-title .site-inner {
    padding-top: 0;
}

.woocommerce.archive .content-sidebar-wrap {
    max-width: 1300px;
}

.container {
    padding: 3em 1em;
    overflow: auto;
	max-width: 1600px;
	margin: auto;
}


.wrapper {
    clear: both;
    overflow: auto;
}

.narrow,
.gform_wrapper form.narrow-form,
.wp-block-group.narrow {
    max-width: 800px;
    margin: auto;
}

.extra-narrow {
    max-width: 600px;
    margin: auto;
}

/*.alignfull {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}*/
.alignfull{
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.wp-block-cover__inner-container,
.wp-block-group__inner-container {
    max-width: 1200px;
    padding: 0 25px;
    margin: auto;
}

.is-style-open-sans {
    font-family: inherit;
}

.is-style-titillium-web {
   	font-family: var(--font-secondary);		
}

hr.wp-block-separator.has-orange-color {
    height: 2px;
    border: 0;
    width: 100px;
    margin: 0;
    padding: 0;
}


/* Colors 
--------------------------------------------- */

.has-white-color {
	color: #fff;
}

.has-white-background-color {
	background-color: #fff;
}

.has-grey-color {
	color: #eee;
}

.has-grey-background-color {
	background-color: #eee;
}

.has-black-color {
	color: #111;
}

.has-black-background-color {
	background-color: #111;
	color: #fff;
}

.has-orange-color,
.wp-block-button__link.has-orange-color {
	color: var(--color-orange);
}

.has-orange-background-color {
	background-color: var(--color-orange);
}



/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description p:last-child,
.author-box p:last-child,
.spec-table p {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-header {
	max-width: 1300px;
    padding: 1em 0;
	overflow: auto;
}

.post .entry-header {
    padding: 2em 0;
}

.entry-title,
.woocommerce .archive-title {
	font-size: 25px;
	font-size: 2.5rem;
    margin-bottom: 10px;
    font-family: inherit;
	font-weight: normal;
    text-transform: none;
    float: left;
    background: #fff;
    padding-right: 22px;	
}

.title-border {
    border-top: 1px dotted #6a6a6a;
    clear: none;
	margin: 17px auto;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: var(--color-orange);
}

.widget-title {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 9px;
	color: #636363;
}

/* WordPress
--------------------------------------------- */

.aligncenter {
	text-align: center;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-top: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}



/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.top-bar {
	position: relative;
	z-index: 11;
	padding: 4px 1em;
	background: #343537;
	overflow: auto;
	color: #f2f2f2;
	font-family: var(--font-secondary);		
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.top-bar p {
	float: left;
	margin: 0;
}

.top-bar p.topbar-right {
	float: right;
	padding-top: 2px;
}

.top-bar .fas,
.hero-checklist .fas {
    color: var(--color-orange);
}

.top-bar a {
	color: #f2f2f2;
	text-decoration: none;
}

a.button.orange.narrow.pro-pricing {
    padding: 2px 13px;
	margin: 0 20px 0 0;
	border-radius: 2px;
	line-height: 1.6;
}



.site-header {
	width: 100%;
	background-color: #f5f5f5;
	padding: 0 12px 5px;
	position: relative;
	font-size: 12px;
	line-height: 1.2;
	z-index: 99999;
	transition: all .4s ease-in-out;
}

	
.site-header .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;	
	padding: 5px 0 0;
	transition: all .4s ease-in-out;
}

.home .site-header,
.blog .site-header,
.post-type-archive-faq .site-header,
.blog .menu-container,
.post-type-archive-faq .menu-container {
	box-shadow: 0 0;
}

/* Hack so pseudo elements don't affect flexbox spacing */
.wrap.flexbox:before, .flexbox:after {
	width: 100%;
}


/* Title Area
--------------------------------------------- */

.title-area {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	  order: 2;		
}

.site-title {
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
    padding: 0 20px 0 10px;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: transparent;
    text-decoration: none;
    background: url(images/logo.png);
	width: 50px;
    height: 48px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 2px;
}

.site-description {
	display: none;
}

.site-tagline {
    font-family: inherit;
    font-size: 1.8rem;
    font-weight: 400;
	margin: 0;
    padding: 0 25px;	
    text-transform: none;
}

.button.pro-pricing,
.woocommerce .button.pro-pricing {
	margin-top: 16px;
	padding: 6px 13px;
}


.header-phone {
	clear: both;
    font-size: 22px;
    font-weight: bold;
}

.header-right-section {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	  order: 3;	
}

/* User menu (header, top right) */
.user-menu .menu-item {
	overflow: hidden;
	float: left;
}

.user-menu a {
	display: inline-block;
	color: #333;
    text-decoration: none;
    padding: 5px 9px;
	font-size: 16px;
	position: relative;
}

span.cart-contents-count {
    font-size: 14px;
}

.user-menu .menu-item:last-of-type > a {
	border-right: 0;
}

.my-acct-link {
	border: 1px solid #bbb;
	border-radius: 3px;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #42474d;
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: var(--color-orange);
	text-decoration: none;
}

/*
.menu-item-has-children > a > span:after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding: 0 5px;
}
*/

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.mobile-menu-wrap {
	position: absolute;
	z-index: 100;  
	opacity: 0;
    width: 100%;
	height: 100%;
    height: 100vh;
	left: 0;
	top: 0;
	background: #0000008c;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	/* the translate moves the menu out of the way, but the transition is on opacity only */
	-webkit-transition: opacity 100ms ease-in-out;
	transition: opacity 100ms ease-in-out;
}

.mobile-nav-active .mobile-menu-wrap {
	opacity: 1;
	position: fixed;
	-webkit-transform: translateX(0); 
	    -ms-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transition: opacity 100ms ease-in-out;
	transition: opacity 100ms ease-in-out;
}

nav.mobile-menu-wrap .mobile-menu {
    background: white;
    height: 100vh;
    padding: 7em 25px 25px;
    width: 80%;
    max-width: 600px;
}

.mobile-nav-active button.menu-toggle {
    position: absolute;
    margin: -2em 0 0 .75em;
	z-index: 9999;
}

.mobile-menu-wrap li {
	opacity: 0;
	-webkit-transition: opacity 1000ms ease-in-out;
	transition: opacity 1000ms ease-in-out;	
}

.mobile-nav-active li {
	opacity: 1;
}

.mobile-menu-wrap .genesis-nav-menu .sub-menu {
	display: none;
}

/*--- Menu toggle ---*/

.menu-toggle {
	background: transparent;
	position: relative;
	display: block;
	width: 26px;
	height: 20px;
	z-index: 200;
    margin: 0;
    padding: 0;	
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s transform ease-in-out;
	-moz-transition: .25s transform ease-in-out;
	-o-transition: .25s transform ease-in-out;
	transition: .25s transform ease-in-out;
	cursor: pointer;

	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;	
}

.menu-toggle:focus,
.menu-toggle:active {
	background: transparent;
}

.menu-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #000;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;	
}

.menu-toggle span:nth-child(1) {
  top: 0px;
}

.menu-toggle span:nth-child(2), .menu-toggle span:nth-child(3) {
  top: 8px;
}

.menu-toggle span:nth-child(4) {
  top: 16px;
}

.mobile-nav-active .menu-toggle span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.mobile-nav-active .menu-toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-nav-active .menu-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-nav-active .menu-toggle span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}


.mobile-menu .menu-item-has-children > a:after {
    content: '+';
    padding-left: 15px;
}

.mobile-menu .menu-item-has-children.submenu-expanded > a:after {
    content: "-";
}

.genesis-nav-menu.mobile-menu .menu-item {
	border-bottom: 1px solid #eee;
	padding: 3px 0;
}
.genesis-nav-menu.mobile-menu .menu-item .sub-menu .menu-item {
	border: 0;
}


/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	width: 100%;
	display: none;
	margin-top: 0;
}

#menu-search {
	float: left;
    margin-right: 5px;
}

#menu-search-input {
	background: #ebebeb;
    border: 0;
    padding: 8px 15px;
    width: 465px;
    margin-right: 2em;
	text-transform: uppercase;
	font-size: 15px;
	color: #6e737d;
}

.nav-right {
    width: calc(100% - 115px);
}


/* Categories Menu
--------------------------------------------- */

.menu-container {
	overflow: inherit;
	padding: 0 25px 0 16px;
    box-shadow: 0 4px 2px -2px rgb(30 30 30 / 15%);	
	background: #fff;
    text-align: center;	
	transition: all .4s ease-in-out;
}

.site-header.sticky {
    position: fixed;
    top: 0;
    z-index: 99999; /* keep logo visible */
	box-shadow: 0 4px 2px -2px rgb(30 30 30 / 15%);
}

.menu-container.sticky .menu-toggle {
    top: 6px;
}

.menu-container.sticky {
    position: fixed;
    top: 53px;
    z-index: 99999;
    width: 100%;
}

.site-header.sticky .search-form {
	opacity: 0;
	height: 0;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	background: #fafafa;
	border-top: 1px solid #ddd;
	font-size: 14px;
	font-size: 1.45rem;
	line-height: 1.5;
	padding: 60px 0;
	color: #636363;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child ,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widget-area a {
    color: #636363;
	text-decoration: none;
}

.footer-widget-area a:focus,
.footer-widget-area a:hover {
	text-decoration: underline;
}

.footer-widget-area .widget ul > li {
    margin-bottom: 8px;
    text-transform: capitalize;
}

#footer-logo {
    width: 100px;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	border-top: 1px solid #eee;
	background: #fafafa;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 20px;
	color: #979797;
	letter-spacing: .5px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul,
.tab-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
	margin-bottom: 20px;
}

.entry-content ul > li,
.tab-content ul > li {
	list-style-type: disc;
	margin-bottom: 20px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.entry-content .caption {
	font-size: 14px;
	font-weight: 600;
	margin-top: -20px;
	text-align: center;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 30px;
    border-top: 1px dotted #c0c0c0;
    padding-top: 20px;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .bypostauthor {
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	background: #fff;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 30px;
	padding: 20px;
    background: #efefef;	
}

.sidebar p {
	margin-bottom: 20px;
}


.woocommerce .widget-title:first-of-type {
	display: none;
}

.widget-title:first-of-type {
    margin: 10px 0;
    font-family: inherit;
    font-size: 18px;
}

.sidebar-primary h3.widgettitle.widget-title:before {
    content: '';
    background: url(images/arrow-doodle.gif) no-repeat;
    width: 100px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    margin-left: -65px;
    margin-top: -13px;
}

.widget:first-of-type {
    margin-top: 0;
}

.widget:last-of-type {
    margin-bottom: 0;
}

/* Widget in sidebar with category title and image */
section#custom_html-10 {
    padding: 0;
}

h1.cat-title {
    background: #878787;
    color: #fff;
    padding: 10px;
	margin: 0;
    font-family: inherit;
    font-weight: bold;
    font-size: inherit;
    text-align: center;
    letter-spacing: .25px;
}

.cat-testimonial-img {
	padding: 10px;
	margin-bottom: 30px;
}

.remove-widget-spacing {
	margin-bottom: -40px;
}



/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Yotpo */
.yotpo.yotpo-main-widget {
	margin-bottom: 2em;
}

.yotpo.yotpo-main-widget .yotpo-label .yotpo-logo-title, 
.yotpo .yotpo-modal-dialog .yotpo-label .yotpo-logo-title,
.yotpo .yotpo-logo-link-new,
.yotpo .yotpo-logo-link-new>* {
    color: #6A6C77;
}

.yotpo-first-review {
	display: none;
}


/* Dynamic Pricing */

table#ywdpd-table-discounts {
	margin-bottom: 15px;
}

p.ywdpd-table-discounts-label {
    margin-bottom: 3px;
    font-style: italic;
    color: var(--color-orange);
}

table#ywdpd-table-discounts tr:first-of-type {
    background: #f3f3f3;
	color: #555;
	font-weight: bold;
}

.single-product.woocommerce div.product #ywdpd-table-discounts span.woocommerce-Price-amount.amount  {
    font-size: inherit;
}

/* Product Addons */

.swatch-control.radio-select li {
    float: left;
    /*margin-left: -10px;*/
    margin: 5px 0px 13px 0px;
}

.swatch-control .radio-option /* hides radio input */ { 
    visibility: hidden;
}

label.wc-pao-addon-name {
    display: block;
    margin-bottom: 10px;
	font-weight: bold;
}

.swatch-wrapper,
.swatch-control.radio-select li label {
	margin: 4px 4px 0 0;
	font-weight: normal;
    padding: 3px 9px;	
	cursor: pointer;
	border-radius: 3px;
    border: 1px solid #c8c8c8;
}

div#picker_pa_finish .swatch-wrapper {
	padding: 0;
}

.swatch-control.radio-select li label:hover,
.swatch-control.radio-select li label:focus {
	box-shadow: 0 0 6px #ddd inset;
}

.variations input:checked + label,
div.swatch-wrapper.selected {
    border-color: var(--color-green);
    background: #fffbf7;
	font-weight: bold;
}

.single-product.woocommerce div.product .wc-pao-addon-container span.woocommerce-Price-amount.amount {
    font-size: inherit;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	-ms-flex-order: 2;
	order: 2;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.confidence-checks li {
	float: left;
    margin: 0 15px 15px 0;
    font-size: 14px;
}

.single-product .yotpo.yotpo-main-widget:before {
    content: 'Product Reviews';
    display: block;
    padding: 20px;
	border-top: 1px dotted #898989;
    border-bottom: 1px dotted #898989;	
	color: #6e737d;
    font-size: 2.4rem;
    line-height: .9;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    text-align: center;
}

/* Shipping countdown */
.store-closed .shipping-countdown {
    display: none;
}

div#shipping-countdown {
    font-weight: bold;
	font-size: 13px;
    color: var(--color-green);
    line-height: 1.3;
    margin-bottom: 15px;
}


/* # Accordion
---------------------------------------------------------------------------------------------------- */

.post-type-archive-faq .content {
	padding: 0 30px;
}

.faq-section {
	padding-top: 25px;
}

.faq-section h3 {
	color: #444;
}

h5.question {
    cursor: pointer;
    background: #e6e6e6;
    padding: 10px;
    margin-bottom: 0;
    margin-top: 10px;
	color: #6e737d;
	font-family: 'Open Sans', 'Segoe UI', Helvetica, sans-serif;
    text-transform: none;
	font-size: 15px;
    font-size: 1.5rem;	
}

.faq .question {
	background: transparent;
	margin-top: 0;
	font-size: inherit;
}

h5.question:after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	float: right;
}

h5.question.active:after {
	content: '\f068';
}

.question:hover,
.faq h5.question.active,
.question.active {
	color: var(--color-orange);
}

.answer {
	display: none;
	padding: 30px 25px;
    border: 1px solid #ddd;
    border-top: 0;
	background: #fff;
}

.faq .answer {
    padding: 10px 25px 15px;
    border: 0;
    border-left: 4px solid #ddd;
    margin: 0 0 1.5em 3%;
    overflow: auto;
}

.answer p:nth-last-child(1) {
    margin-bottom: 0;
} 


/* Home Page
---------------------------------------------------------------------------------------------------- */

.home .site-inner {
    padding: 0;
	text-align: center;
}

.home.full-width-content .content {
    width: 100%;
}

.shadow {
	box-shadow: 0 2px 12.5px 0.52px #0000005a;
}

p.quote {
	position: relative;
}

.quote:before {
	content: '“';
    font-family: Georgia, serif;
    font-size: 92px;
    position: absolute;
    top: 25px;
    line-height: 0;
    left: -26px;
    opacity: .2;
}

.wp-block-group.hero:after {
    content: '';
	position: absolute;
    right: calc(50% - 150px);
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 50px solid #303030;
}

/* Category Featured Links Block */
.cat-featured-link {
    margin-bottom: 4em;
	max-width: 530px;
}

.cat-featured-link a {
    display: block;
	position: relative;
    text-decoration: none;
}

.cat-featured-link h3 {
    color: #000;
    font-size: 2rem;
	position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}

.cat-featured-link h3 span {
    background: white;
    padding-right: 15px;
}

.cat-featured-link h3:after {
    background: #000;
    content: '';
    display: block;
    height: 3px;
    position: absolute;	
    top: 50%;
    width: 100%;		
    z-index: -1;
}

.ftr-img-container {
    position: relative;
}

.bestseller .ftr-img-container:before {
    content: '';
    display: block;
    background: url(/wp-content/themes/hht/images/best-seller.png) no-repeat;
    width: 60px;
    height: 100px;
    position: absolute;
    right: 2em;
    top: -4px;
}

.cat-featured-link img {
    width: 100%;
}

.cat-feature-button {
    position: absolute;
    bottom: 2em;
    right: 2em;
    width: auto;
	box-shadow: 2px 2px 2px #00000030;
    background: var(--color-orange);
    font-size: 1.5rem;
}

/* Triple Benefits */
img.triple-icon {
    max-width: 250px;
}

.triple-benefits .one-third {
	color: #6e737d;
	padding: 0 20px;
	max-width: 600px;
    margin: 0 auto 5em;
}

.mimic-h1 {
	font-weight: normal;
	font-size: 30px;
	font-size: 3rem;
	line-height: 95%;
	color: #42474d;
	display: block;
}

h3 .mimic-h1 {
    margin-bottom: 12px;
}

/* Logo Galleries */
.logo-gallery {
	overflow: auto;
	max-width: 1050px;
	margin: 0 auto;
}

#customer-gallery {
	margin-bottom: 3em;
}

#vendor-gallery {
    max-width: 530px;
}

.logo-gallery-li {
	display: none;
	width: 39%;
	margin: 12.5px;
	float: left;
}

li.logo-gallery-li:nth-of-type(1), 
li.logo-gallery-li:nth-of-type(2),
#vendor-gallery .logo-gallery-li {
    display: inline;
}


/* Yotpo */

.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
	border-bottom: 0 !important;
}

.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
	font-family: var(--font-secondary) !important;
	font-weight: normal !important;
	font-size: 30px !important;
	font-size: 3rem !important;
	line-height: 95% !important;
	color: #42474d !important;
	text-align: center !important;
	text-transform: uppercase !important;
	margin-bottom: 2em;
    display: block;
}

.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows {
    position: absolute;
    right: 43%px;
    top: 99px;
}

/* Find your hardware now */

.cats-cta,
.triple-benefits {
	background: #ebebeb;
}

.cats-cta-img {
    max-width: 250px;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 0 5px #d8d8d8;
}

.cats-cta .callout {
    margin-top: 2em;
}

.cats-cta a {
    text-decoration: none;
}

.cats-cta a h4 {
    color: #6e737d;
    margin: 15px;
    font-size: 23px;
}



/* FAQ */
.faq-area {
	background: #343537;
}

.faq-area h2.mimic-h1, 
.faq-area h5 a {
	color: #fafafa;
	margin-bottom: 10px;
}

.home .faq_container {
    max-width: 900px;
    margin: 2em auto;
	text-align: left;
}

/* Email signup */
.email-signup-area {
	background: #ebebeb;
}

.horizontal-signup-form {
    width: 620px;
    margin: auto;
}



/* WooCommerce Products
 * Styles for Homebuilders features (styles to override WooCommerce are in /lib/woocommerce/hht-woocommerce.css
---------------------------------------------------------------------------------------------------- */

.woocommerce-variation-description p {
    background: #fbf5e7;
    padding: 20px;
}

.woocommerce-variation-description p:before {
    content: 'You chose: ';
    font-weight: bold;
}

.ratings-numbers {
    padding-bottom: 8px;
	display: table;
}

.ratings-meta, .brand-logo {
	display: table-cell;
    vertical-align: middle;
	padding-bottom: 5px;	
	line-height: 1.1;
}

.ratings-meta {
	padding-right: 18px;
}

.ratings-meta p {
    margin: 0;
}

/* Post 2-col layout on single product */

.product-post-info h4 {
    margin: 0 0 10px 0;
}

.product-info-wrappers {
	margin: 0 0 50px 0;
	line-height: 1.5
}

.list-bullets ul {
    margin-left: 18px;
}

.list-bullets li {
    list-style: disc;
	margin-bottom: 20px;
}

.spec-table {
	line-height: 1.2;
}

.spec-table tr {
    border-bottom: 2px solid #e7e7e7;
}

.spec-table td {
    padding: 5px 10px;
    font-size: 14px;
}

.product-files {
	width: 200px;
    padding: 35px 25px;
    margin: 0 5px 20px;
    line-height: 1.4;
	font-size: 15px;
	font-size: 1.5rem;
    text-align: center;
	border: 3px dashed #898989;
    border-radius: 5px;	
}

.product-files .fas {
    font-size: 50px;
    margin: 10px 0 20px;
	display: block;
	color: var(--color-orange);
}

.product-files a {
	color: #ff9c41;
	text-decoration: none;
	font-weight: bold;
}


/* Bulk pricing notice on categories, appears on product pages */
.bulk-pricing-notice {
	margin-bottom: 0;
}

.alert-flag {
	display: inline-block;
    position: relative;
	margin-right: 6px;
    padding: 3px 10px;	
    background: #343537;
    color: #fff;
    font-weight: bold;
	text-decoration: none;
}

.alert-flag:after { /* Creates flag effect */
    content: "";
    position: absolute;
    top: 0;	
    right: -7px;
    bottom: 0;
    width: 0;
    height: 100%;
    border-right: 8px solid #fff;
    border-top: 13px solid #343537;
    border-bottom: 13px solid #343537;
}

/* Tabs on product page with details, specs, etc */

.tabs-nav {
	margin-top: 10px;
}

.tabs-nav button {
	width: 100%;
    background: #f1f1f1;
    color: #333;
    border: 1px solid #ddd;
    border-left: 0;
	font-family: inherit;
	font-size: 14px;
    padding: 15px;
}

.tab-active button {
    position: relative;
    z-index: 9;	
	margin-top: -4px;	
	padding: 20px 15px 15px;
    box-shadow: 0 -4px 12px #f5f5f5;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;	
    background: #fff;
    color: var(--color-orange);
}

.tab-content p {
	max-width: 800px;
}

/* Related products */

.similar-products .one-quarter {
    padding: 20px;
    text-align: center;
}

.cta-product-bars h3 {
    border-top: 1px dotted #898989;
    border-bottom: 1px dotted #898989;
    padding: 20px;
    text-align: center;
}

.similar-products li a {
    display: block;
}

.similar-products li img {
	width: 100%;
    max-width: 450px;
    margin: auto;
}

.woocommerce div.product form.cart {
    margin-bottom: 1em;
}

.single-product .product-categories {
    text-align: center;
}

/* Crossells */

.upsells,
.highlight-box {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
	margin-bottom: 3em;
    padding: 0 20px;
	background: #fafafa;
}

.highlight-box {
	padding: 20px;
}

.highlight-box.narrow {
    max-width: 600px;
    margin: auto;	
}

.highlight-box p:last-child {
	margin-bottom: 0;
}

.woocommerce .upsells ul.products li.product {
    width: 100% !important;
	margin-bottom: 0 !important;
}

.upsells h2 {
    font-family: inherit;
    text-transform: none;
    font-size: inherit;
    font-style: italic;
    margin-top: 20px;
}

.woocommerce .upsells li.product a img {
    max-width: 150px;
    padding-left: 0;
    margin-left: 0;
    float: left;
}

.upsells h2.woocommerce-loop-product__title {
    font-style: normal;
    color: #333;
}

.single-product.woocommerce .upsells span.woocommerce-Price-amount.amount {
    font-size: 25px !important;
}

.woocommerce .upsells ul.products li.product .button {
    float: left;
    display: inline-block;
    width: auto;
    margin-top: 0;
}



/* Certifications Bar */

.product-icon-bar.wrapper {
    width: 99.25vw;
    margin: 3em calc(50% - 50vw) 0;
    padding: 3em;
    background: url(images/warehouse-bg.jpg) #444;
	color: #fff;
	text-align: center;
}

.cert-flex {
	margin-bottom: 40px;
	overflow: auto;
}

p.product-icon-bar-header {
    margin-bottom: 10px;
}

.product-icon-bar-header a {
	text-decoration: none;
	font-weight: bold;
}

.certifications {
	width: 32%;
	max-width: 250px;
    margin: 2px;
    padding: 10px;
    font-size: 14px;
	font-size: 1.4rem;	
    line-height: 1.3;	
    text-align: center;
	flex-grow: 1;
	color: #fff;
}

.cert-content {
    margin: auto;
}

.certifications p {
	margin: 0;
}

.cert-img {
	width: 60px;
	margin: 0 auto 10px auto;
	color: #fff;	
}

.cert-img img,
.cert-img .fa, .cert-img .fas {
	margin: auto;	
	padding: 16px;
	font-size: 28px;	
}

.cert-img img { 
    padding: 10px;    	
}


#product-use {
    margin-bottom: 30px;
}


/* Shop pages
---------------------------------------------------------------------------------------------------- */

/* Catalog view */
.woocommerce ul.products li.product h2.woocommerce-loop-category__title {
    text-align: center;
    font-size: 2em;
    color: #333;
}

.woocommerce .woocommerce-ordering {
    margin-top: 10px;
}

h1.woocommerce-products-header__title.page-title,
mark.count,
span.facetwp-counter, /* result counts next to facets */
span.facetwp-selection-label,
.woocommerce .woocommerce-result-count,
span.facetwp-pager-label {
    display: none;
}

.facetwp-selections {
    float: left;
}

.facetwp-selections li {
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 7px 2px 7px 7px;
    margin: 2.5px;
}

.woocommerce .facetwp-checkbox {
    line-height: 1;
    margin-bottom: 16px;
	background-size: 16px 16px;
}

.woocommerce .facetwp-checkbox.checked {
    background-image: url('images/checkbox.gif');
}

.facetwp-selections .facetwp-selection-value {
    padding-right: 22px;
}

/* Parenthesis to facets */
.facetwp-checkbox[data-value="01-ex-heavy"]:after {
    content: '(5k openings per day)';
    display: block;
    font-size: small;
}

.facetwp-checkbox[data-value="02-heavy"]:after {
    content: '(4k openings per day)';
    display: block;
    font-size: small;
}

.facetwp-checkbox[data-value="03-medium"]:after {
    content: '(1-2k openings per day)';
    display: block;
    font-size: small;
}

.facetwp-checkbox[data-value="04-light"]:after {
    content: '(1-500 openings per day)';
    display: block;
    font-size: small;
}

.facetwp-checkbox[data-value="05-residential"]:after {
    content: '(1-40 openings per day)';
    display: block;
    font-size: small;
}


/* Pagination */
.facetwp-pager {
    clear: both;
    margin: 0 0 4em 0;
    text-align: left;
    border-top: 1px dotted #888;
    padding-top: 1em;
    padding-left: 7px;
}

a.facetwp-page {
    background-color: #f5f5f5;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.625;
    padding: 8px 12px;
    text-decoration: none;
}

.facetwp-page.active, .facetwp-page:hover {
    background-color: #333;
    color: #fff;
}

/* Filters flyout */
.facetwp-flyout {
	z-index: 99999 !important;
}

/* Add space between content and header on category pages, because removed the title from cat pages*/
.tax-product_cat .content-sidebar-wrap {
    margin-top: 3em;
}

/* Dynamic Pricing quantity table */

.discount_table_section {
    margin-bottom: 2em;
}

tbody.xa_sp_table_body, tbody.xa_sp_table_body td, tbody.xa_sp_table_body tr,
table.xa_sp_table.wp-list-table.widefat.striped.stock {
    border: 0 !important;
	max-width: 200px;
	padding: 0;
}

h4.xa_sp_table_head1.manage-column.column-product.column-primary:before {
    content: '\f02c';
    font-family: 'Font Awesome 5 Free';
    color: orange;
    font-size: 15px;
	text-decoration: none;
}

h4.xa_sp_table_head1.manage-column.column-product.column-primary {
	margin-bottom: 8px;
    text-align: left !important;
    text-transform: none;
    font-family: inherit;
    font-size: inherit;
    text-decoration: underline;
}

td.xa_sp_table_cell {
    color: #333;
}

div.product td.xa_sp_table_cell.xa-get-discounts span.price {
    font-size: inherit;
}

.more-finishes-avlb {
    font-style: italic;
    font-size: small;
	color: #333;
	margin-bottom: 2px;
}

.more-finishes-avlb span {
	height: 15px; 
	width: 15px; 
	display: inline-block; 
	margin-right: 2px;
	background: #dfca87; 
	border: .5px solid #a3915a;
}

/* Hinge type facets (residential/commercial)
.facetwp-facet-hinge_type {
	overflow: auto;
	margin-top: 10px;
	line-height: 1.1;
}

.hinge-subcats .facet-label {
    display: none;
}

.hinge-subcats .facetwp-radio {
	border: 1px solid #ddd;
    width: 48%;
    float: left;
    margin: 0 2px;
    padding: 20px 10px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 5px;
	font-size: 15px;
}

.hinge-subcats .facetwp-radio.checked {
    background: #fff;
    font-weight: bold;
    box-shadow: 0 0 3px rgba(217,217,217,1);
}
 */

/* Search
---------------------------------------------------------------------------------------------------- */

.search-results header.entry-header {
    display: none;
}

.search-cats {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px dotted #6a6a6a;
    padding: 2em 0;
}

.search-results h1.woocommerce-products-header__title.page-title {
    text-align: center;
}

li.cat-list-searchpage {
    border: 1px solid #ddd;
    display: inline;
    padding: 5px 10px;
    margin-right: 6px;
}

li.cat-list-searchpage a {
    text-decoration: none;
    color: #333;
}

li.cat-list-searchpage:hover,
li.cat-list-searchpage:focus {
	background: #fafafa;
}


/* Embassy Archives, pages
---------------------------------------------------------------------------------------------------- */

/* Archive */

.term-embassy .site-inner,
.term-embassy.admin-bar .site-inner {
	margin-top: 0;
}

.term-embassy .entry-header {
    background: #000;
	margin-bottom: 2em;
	padding: 3em 1em 2em 1em;
    text-align: center;
}

.embassy-title {
    max-width: 350px;
    height: 66px;
    margin: auto;
    background: url('images/embassy-logo-tagline-gold.png') no-repeat;
    background-size: contain;
    text-indent: -99999px;
}


.shop-embassy-categories {
	margin: 3em 0;
	border-bottom: 1px solid #ddd;
}


.embassy-cat-link {
	padding: 1em 3em;
}

.woocommerce .embassy-cats-img,
.product-categories.cta-product-bars img {
    max-width: 250px;
}

input.embassy-search {
	max-width: 280px;
}

.embassy.highlight-box {
	background: none;
}

.embassy-certs .flex-model {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.embassy-certs .fas {
	font-size: 30px;
	margin-right: 12px;
	color: #C7A052; /*gold*/
	width: 40px;
	text-align: center;
	margin-left: 25px;
}

.embassy-certs a.no-styling:hover,
.embassy-certs a.no-styling:focus {
	text-decoration: none;
	color: #C7A052;
}

.embassy-selected-img {
    max-width: 150px;
    margin-right: 20px;
}

#scrollToReview {
	cursor: pointer;
}

/* Selection dropdown */

#product-list {
	max-width: 400px;
	width: 100%;
	margin: auto;
}

.embassy-list {
	display: none;
	overflow: auto;
	max-height: 300px;
	border: 1px solid #ddd;
	border-top: 0;
	padding: 15px;
	box-shadow: 0 5px 5px #ddd;
}

.embassy-list.show {
	display: block;
}

.embassy-list li a {
	padding: 3px;
	display: block;
	color: #333;
	text-decoration: none;
}



span#search-icon {
	position: absolute;
	margin-top: 11px;
	margin-left: -45px;
	font-size: 28px;
	color: #949494;
}

/* Single product page */

.woocommerce a.add_to_cart_button.button.loading::after {
    top: .5em;
}

button.single_add_to_cart_button.button.loading {
    padding-right: 2.5em;
}


div#registration {
    width: 99.25vw;
    margin: 0 calc(50% - 50vw) 4em;
    background: #efefef;
    padding: 6em 3em 4em 3em;
	text-align: center;
}

#registration h2 {
	color: #C7A052;
}

#registration .cert-img, 
#registration .certifications {
	color: #111;
}


/* Blog
---------------------------------------------------------------------------------------------------- */
.blog .site-inner,
.faq-page.archive .site-inner {
    padding: 0;
}

.blog .archive-description,
.faq-page .archive-description {
	background: url(images/blog_header.jpg) no-repeat center center;
    padding: 5em 20px;
    background-size: cover;
}

.faq-page .archive-description {
	background: url(images/faq-header.jpg) no-repeat center center;
}


.content .archive-description.cpt-archive-description {
    display: none;
}

.blog .archive-title,
.post-type-archive .archive-description .archive-title {
	color: #fff;
	font-size: 2em;
	text-align: center;
}

.blog .content-sidebar-wrap {
    max-width: 1200px;
}

.blog article.post {
    padding: 20px;
}

.blog .entry-header {
    padding: 0 0 5px;
    overflow: auto;
}

.blog .entry-title {
    font-size: 20px;
}

.blog a.entry-title-link {
    color: #f37b1c;
}

.posts-cta {
    background: url(images/blog_header.jpg) no-repeat center center;
    background-size: cover;
    max-width: 800px;
    margin: auto;
	padding: 3em 15px;
    text-align: center;
    color: #fff;
}


/* Block related styles
---------------------------------------------------------------------------------------------------- */
.swiper-pagination-bullet-active {
    background: var(--color-orange);
}

.swiper-container.has-huge-font-size {
    font-weight: bold;
}

.no-pagination .swiper-pagination {
    display: none;
}



/*====================== sandy css ====================*/
body.home .hero_banner {
    background-color: #1b1b1b;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: left;
    padding: 4em 1em 4em;
    overflow: hidden;
    clear: both;
}
body.home .hero_banner .hero-text{
	float: right;
	max-width: 450px;
	margin-right: 10em;
}
body.home .hero_banner .hero-text h1.hero-title {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    margin: 0 0 20px;
    line-height: 55px;
}
body.home .hero_banner .hero-text p {
    font-family: "open sans", "segoe ui", Roboto, Ubuntu, "helvetica neue", sans-serif;
    font-size: 17px;
    line-height: 25px;
    color: #dadada;
    font-weight: 700;
    margin: 0 0 25px;
}
body.home .hero_banner .hero-text .orange_btn {
    font-family: titillium web,segoe ui,helvetica,sans-serif;
    font-weight: 400;
    line-height: 1;
    padding: 10px 18px;
    background: #ff8f29;
    color: #fff;
    border-radius: 0;
    display: inline-block;
    text-decoration: none;
}
body.home .hero_banner .hero-text .orange_btn:hover {
	background: #fff;
	color: #ff8f29;
}
body.home .hero_banner .hero-text ul.hero-checklist {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    max-width: 355px;
    margin: 0 0 0;
}
body.home .hero_banner .hero-text ul.hero-checklist li {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    margin: 0 0 8px;
}
body.home .hero_banner .banner_ratings{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.banner_ratings .custom_row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.banner_ratings .custom_row .grid_4{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	text-align: center;
}
body.home .hero_banner .banner_ratings p{
    font-family: "open sans", "segoe ui", Roboto, Ubuntu, "helvetica neue", sans-serif;
	font-size: 17px;
	color: #dadada;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
body.home .hero_banner .banner_ratings .star_ratings{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
body.home .hero_banner .banner_ratings .small_text{
	color: #dadada;
	font-size: 13px;
}
.product_info_after_banner{
	width: 100%;
	display: block;
	margin: 0;
	padding: 5em 0;
	background: #ebebeb;
}
body.home .product_info_after_banner .container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.product_info_after_banner .cuatom_row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.product_info_after_banner .cuatom_row .grid_4{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.product_info_after_banner .each_info{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.product_info_after_banner .each_info h2 {
    font-family: titillium web,segoe ui,helvetica,sans-serif;
    font-size: 35px;
    color: #42474d;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 5px;
    padding: 0;
}
.product_info_after_banner .each_info h4 {
    font-family: titillium web,segoe ui,helvetica,sans-serif;
    font-size: 24px;
    color: #6e737d;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 0;
}
.product_info_after_banner .each_info figure{
	margin-bottom: 10px;
}
.product_info_after_banner .each_info figure img{
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
}
.product_info_after_banner .each_info p {
    font-size: 16px;
    line-height: 25px;
    color: #6e737d;
    margin: 0 0 15px;
}

body.home .is-layout-flow.has-background{
	display: none;
}

/*body.home .is-layout-flow.after_cloned_div .wp-block-group__inner-container > .wp-block-spacer{
	display: none;
}*/
/*body.home .post-97 .is-layout-flow + .is-layout-flow + .is-layout-flow{
	display: block;
}*/
ul#customer-gallery{
	padding-left: 15px;
	padding-right: 15px;
}
ul#customer-gallery li.logo-gallery-li picture{
	height: 165px;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul#customer-gallery .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    outline: none;
    text-align: center;
    z-index: 99;
}
ul#customer-gallery .slick-arrow i.fa{
    line-height: 25px;
}
ul#customer-gallery .slick-prev {
    width: 25px;
    height: 25px;
    background: #fd5200;
    color: #fff;
    border-radius: 4px;
    left: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
ul#customer-gallery .slick-next{
    width: 25px;
    height: 25px;
    background: #fd5200;
    color: #fff;
    border-radius: 4px;
    right: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
ul#customer-gallery .slick-prev:hover,
ul#customer-gallery .slick-next:hover {
    background: #000;
}

.header_ratings_area .d-flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_ratings_area .d-flex .items {
    margin: 0 10px;
    padding: 0;
    text-align: center;
}
.header_ratings_area .d-flex .items h4 {
    font-family: "open sans", "segoe ui", Roboto, Ubuntu, "helvetica neue", sans-serif;
    font-size: 17px;
    color: #333;
    font-weight: 700;
    margin: 0 0 4px;
    padding: 0;
    text-transform: capitalize;
}
.header_ratings_area .d-flex .items ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.header_ratings_area .d-flex .items ul li i.fas{
	color: #ff8f29;
}
.header_ratings_area .d-flex .items p {
    color: #333;
    font-size: 13px;
    margin: 4px 0 0;
    padding: 0;
}
.site-header .wrap .header-right-section{
	height: initial;
	position: relative;
}
.site-header .header-right-section ul.user-menu li{
	text-align: center;
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.site-header .header-right-section ul.user-menu li + li {
    margin-left: 15px;
}
.site-header .header-right-section ul.user-menu li a{
	padding: 0;
    font-size: 14px;
    font-weight: 600;
}
.site-header .header-right-section ul.user-menu li p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
.site-header .header-right-section ul.user-menu li a .fas {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}
.site-header .header-right-section .search_form {
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 435px;
    display: none;
}

.site-header .header-right-section .search_form form.search-form {
    margin: 0;
    width: 100%;
    max-width: initial;
}
.site-header .header-right-section .search_form input.search-form-input {
  font-size: 14px;
  padding-right: 32px;
  height: 38px;
}

.close_btn {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    height: 38px;
    width: 30px;
    border-radius: 0 4px 4px 0;
    transition: all 0.3s ease-in-out;
}
.close_btn:hover{
	background: #ff8f29;
}
.close_btn img{
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


.only_for_sticky_menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 10px 25px;
    position: fixed;
    top: -100%;
    left: 0;
    background: #fff;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    -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;
    box-shadow: rgba(0,0,0,0.2)0 0 10px;
    -webkit-box-shadow: rgba(0,0,0,0.2)0 0 10px;
    -moz-box-shadow: rgba(0,0,0,0.2)0 0 10px;
    -ms-box-shadow: rgba(0,0,0,0.2)0 0 10px;
    -o-box-shadow: rgba(0,0,0,0.2)0 0 10px;
}
.only_for_sticky_menu.new_sticky{
	top: 0;
}
.only_for_sticky_menu .sticky_logo a {
    display: inline-block;
    max-width: 165px;
}
.only_for_sticky_menu .sticky_navbar ul{
	margin: 0;
	padding: 0;
}
.only_for_sticky_menu .sticky_navbar ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.only_for_sticky_menu .sticky_navbar ul li a{
	font-size: 1.3rem;	
}
.only_for_sticky_menu .sticky_right_part a.pricing_btn {
    font-family: var(--font-secondary);
    padding: 3px 13px;
    border-radius: 2px;
    line-height: 1.6;
    background: var(--color-orange);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    white-space: normal;
}
.menu-container.sticky,
.site-header.sticky{
	position: static;
}
.another_new_section{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
/*.another_new_section > .container{
	padding-top: 0;
}*/
.another_new_section h2{
    font-family: var(--font-secondary);
	font-size: 40px;
	color: #42474d;
	margin: 0;
}
.another_new_section .hardware_carried_logo{
	display: flex;
	align-items: center;
	justify-content: center;
}
.another_new_section .hardware_carried_logo .each_logo{
	margin:0 15px;
}
.another_new_section p {
  font-family: var(--font-secondary);
  font-size: 20px;
  max-width: 640px;
  font-weight: 700;
  line-height: 1.2;
  margin: -10px auto 30px;
  color: #6e737d;
}
body.home .container {
  padding: 50px 60px;
}
body.home .email-signup-area.container {
	padding-top: 60px;
}
body.home .post-97{
	margin-bottom: 0;
}
body.home p:empty{
	display: none;
}
body.home .is-layout-flow.after_cloned_div {
  padding: 85px 0 0;
}
body.home .is-layout-flow.after_cloned_div h1{
	margin-bottom: 40px;
}
body.home .is-layout-flow.after_cloned_div .wp-block-spacer{
	display: none !important;
}
.only_for_sticky_menu .hamburger_btn {
    background: #f37b1c;
    padding: 2px 4px;
    border-radius: 4px;
    display: none;
}
.mobile-nav-active button.menu-toggle:hover{
	background: transparent;
	background-color: transparent;
	outline: none;
	border: 0;
}

body.home .reviews-area.for_mobile_only{
	display: none;
}
.money_back_gurantee_strip.for_mobile_only{
	display: none;
	text-align: center;
}
.money_back_gurantee_strip.for_mobile_only p {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    background: #343537;
    padding: 12px 15px;
    letter-spacing: 0.5px;
}

.site-header .header-right-section ul.user-menu li.menu-item.for_mobile_only{
	display: none;
}

/*============================= product details page css ========================*/
body.single-product .container {
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    margin: 0 auto;
}
body.single-product .custom-row{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 55px;
}
body.single-product .custom-row .col-6{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
body.single-product .custom-row .col-6 .one-half.early{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	float: none;
}
body.single-product .custom-row .col-6 .summary{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	float: none;
	overflow: hidden;
}
.single-product.woocommerce.full-width-content .content{
	width: 100%;
	max-width: 100% !important;
}

.video_gallery_sec{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.video_gallery_sec .main_video {
    width: 100%;
    display: block;
    margin: 0 0 20px;
    padding: 0;
}
.video_gallery_sec .main_video video{
	width: 100%;
	min-height: 420px;
	display: block;
	margin: 0;
	padding: 0;
}
.video_gallery_sec .video_thumbs{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.video_gallery_sec .video_thumbs .item{
	display: inline-block;
}
.video_gallery_sec .video_thumbs a {
    width: 125px;
    height: 95px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin: 0 12px 12px 0;
}
.product_info_new_sec{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.product_info_new_sec h1.product_title {
    font-size: 26px !important;
    color: #333333;
    font-family: "Open Sans", "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    margin: 0 0 12px;
    padding: 0 !important;
    text-transform: none;
    font-weight: 600;
    width: 100% !important;
}
.product_info_new_sec .product_inffo{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.product_inffo .custom_row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;	
	align-items: center;
}
.product_inffo .custom_row .grid-3{
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
.product_info_new_sec .product_inffo {
    width: 100%;
    display: block;
    margin: 0 0 15px;
    padding: 0;
}
.product_inffo .custom_row .grid-3 .sku_number .product_meta .sku_wrapper{
	font-size: 1.35rem;
}
/*.product_inffo .ratings-meta .jWTMpU{
	padding: 0;
	margin: 0;
}
.product_inffo .ratings-meta .jRGTjS{
	display: block;
	margin: 0;
	padding: 0;
}*/
.product_inffo .question_answer{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.product_inffo .question_answer img{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.product_inffo .question_answer p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0px;
    padding: 0;
    font-size: 13px;
}
.product_inffo .question_answer p a{
	text-decoration: none;
	color: #333;
}
.product_inffo .logo_image{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.product_inffo .sku_number{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.product_inffo .sku_number p {
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    color: #6e737d;
    margin: 0;
}
.shipping_and_return_policy {
	background: #efefef;
	padding: 12px 25px;
	width: calc(100% + 50px);
	margin: 25px 0 0 -25px;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
}
/*.shipping_and_return_policy:before{
	content: " ";
	position: absolute;
	top: 0;
	left: -20%;
	width: 20%;
	height: 100%;
	background: #efefef;
}
.shipping_and_return_policy:after{
	content: " ";
	position: absolute;
	top: 0;
	right: -20%;
	width: 20%;
	height: 100%;
	background: #efefef;
}*/
.shipping_and_return_policy .flex_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shipping_and_return_policy .flex_div.same_day_ship_not_avilable {
	justify-content: flex-start;
}

.new-prod .prod-box-desc{
	margin-top: 0 !important;
	background: #f9f9f9 !important;
}

.product_info_new_sec .product_summary_new{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.product_info_new_sec .product_summary_new h4{
	font-size: 20px;
	color: #6e737d;
	margin: 0 0 10px;
}
.product_info_new_sec .product_summary_new p{
    font-size: 15px;
    color: #333333;
    margin: 0 0 10px;
    padding: 0;
}
.product_info_new_sec .product_summary_new ul {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}
.product_info_new_sec .product_summary_new ul li {
    list-style: disc;
    margin: 0 0 6px;
    padding: 0;
    font-size: 15px;
    color: #333333;
    font-weight: 400;
}
.product_info_new_sec .product_summary_new a.summary_btn {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid;
    background: #efefef;
    color: #444;
    font-size: 13px;
    font-family: inherit;
    font-weight: normal;
    text-decoration: none;
}
.product_info_new_sec .product_summary_new a.summary_btn:hover{
	background: #444;
	color: #e9e9e9;
}
.custom_accordion_new {
    width: 100%;
    display: block;
    margin: 30px 0 0;
    padding: 0;
}
.custom_accordion_new .accordian_sec .each_accordian{
	width: 100%;
	display: block;
	margin: 0 0 15px;
	padding: 0;
}
.custom_accordion_new h2.accoedian_title {
    font-size: 20px;
    padding: 10px 15px;
    display: block;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #6e737d;
    background: #f9f9f9;
    letter-spacing: 0.5px;
    margin: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.custom_accordion_new h2.accoedian_title:after {
    content: "+";
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 25px;
    color: #6e737d;
}
.custom_accordion_new h2.accoedian_title.actv {
	background: #fff2ea;
}
.custom_accordion_new h2.accoedian_title.actv:after {
    content: "-";
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 25px;
    color: #6e737d;
}
.custom_accordion_new .accordian_sec .accoedion_content {
    width: 100%;
    display: none;
    margin: -1px 0 0;
    padding: 10px 15px;
    border: 1px solid #dddddd;
    border-top: 0;
}
.custom_accordion_new .accordian_sec .accoedion_content p{
	font-size: 15px;
    color: #333333;
    margin: 0 0 10px;
}
body.single-product .custom-row .col-6 .summary p.price,
/* body.single-product .custom-row .col-6 .summary .wc-availability, */
body.single-product .custom-row .col-6 .summary .hidden-variable-price,
body.single-product .custom-row .col-6 .summary .yotpo {
	display: none;
}

body.single-product .custom-row .col-6 .summary div.woocommerce-variation-availability {
	height: auto !important;
	font-size: inherit !important;
	line-height: 3 !important;
}

body.single-product .custom-row .col-6 .summary .price_and_addto_cart{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart button[type="submit"].disabled {
	background: #2c9962;
	opacity: 1;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart button[type="submit"] {
	padding: 0 40px;
	border-radius: 5px;
	border: 0;
	text-transform: uppercase;
	box-shadow: none;
	font-weight: 600;
	height: 55px;
	width: auto;
	line-height: 54px;
	max-width: initial;
	background: #2c9962;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	font-family: var(--font-secondary);
	opacity: 1;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart button[type="submit"]:hover,
body.single-product .custom-row .col-6 .summary .price_and_addto_cart button[type="submit"]:focus {
	box-shadow: none;
	background: #1a6c43;
}

body.single-product .custom-row .col-6 .summary .price_and_addto_cart button .woocommerce-Price-amount.amount {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-secondary);
    letter-spacing: 0.5px;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart button .woocommerce-Price-amount.amount:first-child {
    padding-left: 40px;
    border-left: 2px solid #fff;
    margin-left: 40px;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart .loading:after{
	display: none;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart p.product_price {
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 0 30px;
    background: #2c9962;
    color: #fff;
    font-size: 10px;
    border-radius: 0 5px 5px 0;
    height: 55px;
    line-height: 54px;
    position: relative;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart p.product_price:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    background: #fff;
    height: 70%;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart p.product_price span.woocommerce-Price-amount.amount {
    color: #fff;
    font-size: 20px;
    font-family: var(--font-secondary);
    font-weight: 700;
    letter-spacing: 0.5px;
}


/*------------- 18.01.2023 Start -------------------*/
.top-bar.for_mobile_screen,
header.site-header,
.for_mobile_screen{
	display: none;
}
.new_new_header {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.new_new_header .new_header_top {
    width: 100%;
    margin: 0;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new_header_top .new_header_logo a{
	display: inline-block;
	max-width: 155px;
}
.new_new_header .new_header_nav .nav-primary .genesis-nav-menu a{
	text-transform: capitalize;
}
.new_header_right_info{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.new_header_top .new_header_right_info .new_heder_search{}

a.search_btnn {
    border: 1px solid #333333;
    border-radius: 6px;
    padding: 5px 15px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
a.search_btnn:hover{
    border: 1px solid #ff8f29;
}
a.search_btnn > i{
	display: inline-block;
	vertical-align: middle;
    transition: all 0.3s ease-in-out;
}
a.search_btnn:hover > i{
	color: #ff8f29;
}
a.search_btnn > span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    transition: all 0.3s ease-in-out;
}
a.search_btnn:hover > span{
	color: #ff8f29;
}
.new_header_top .new_header_right_info .search_popup {
    position: absolute;
    bottom: -55px;
    left: 0;
    width: 100%;
    display: none;
}
.new_header_top .new_header_right_info .search_popup .search-form{
	margin: 0;
	width: 100%;
} 
.new_header_top .new_header_right_info .search_popup .search-form input[type="search"]{
	font-size: 15px;
}
.new_header_top .new_header_right_info .new_header_login_info{
	margin-left: 20px;
}
.new_header_top .new_header_right_info .new_header_cart{
	margin-left: 20px;
}
.new_header_top .new_header_right_info .new_header_contact_no{
	margin-left: 20px;
}
.new_header_top .new_header_right_info a{
	text-decoration: none !important;
	color: #333333;
}
.new_header_top .new_header_right_info a i {
    font-size: 20px;
    color: #333333;
}
.new_header_top .new_header_right_info a:hover i,
.new_header_top .new_header_right_info a:hover {
	color: #ff8f29;
}
.new_header_top .new_header_right_info .new_header_contact_no a{
	font-size: 22px;
	font-weight: 600;
}
.new_new_header .new_header_bottom {
    width: 100%;
    margin: 0;
    padding: 10px 15%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #343537;
}
/*.new_new_header .new_header_bottom {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #343537;
}*/
.new_new_header .new_header_bottom .each_img img{
	display: inline-block;
}
.new_header_bottom .each_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: center;
}
.new_header_bottom .each_box .info_content {
    margin: 0px 0 0 15px;
    padding: 0;
    text-align: center;
}
.new_header_bottom .each_box.first img{
	width: 55px;		
}
.new_header_bottom .each_box.second img{
	width: 80px;
}
.new_header_bottom .each_box.third img{
	width: 55px;		
}
.new_header_bottom .each_box.fourth img{
	width: 55px;		
}
.new_header_bottom .each_box.fifth img {
    width: 32px;
}
.new_header_bottom .each_box .info_content p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 20px;
}
.new_header_bottom .each_box .info_content small{
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 0;
	display: block;
    text-align: center;
}
/*------------- 18.01.2023 End -------------------*/

.product_all_meta_info{
	width: 100%;
	display: block;
	margin: 0;
	padding: 25px 0 0;
}

.product_all_meta_info .custom_row{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.product_all_meta_info .custom_row .grid_2{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.product_all_meta_info .custom_row .grid_4{
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.product_all_meta_info h2{

}
.product_all_meta_info .product_description{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.product_all_meta_info .product_description .content_area {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.product_all_meta_info .product_description .content_area img.alignleft{
	float: left;
	margin: 0 0 20px;
}
.product_all_meta_info .product_description .content_area img.alignright{
	float: right;
	margin: 0 0 20px;
}
.product_all_meta_info .product_description .content_area img.aligncenter{
	width: 100%;
	max-width: 800px;
	margin: 0 auto 20px;
	display: block;
}
.product_all_meta_info .product_description .content_area p{
	font-size: 15px;
	color: #333333;
	margin: 0 0 10px;
}
.product_all_meta_info .product_description .content_area p img{
	width: 100%;
	max-width: 800px;
}
.product_all_meta_info .product_description .info_list{	
	width: 100%;
	max-width: 970px;
	display: block;
	margin: 0 auto;
	padding: 0;
}
.product_all_meta_info .product_description .info_list .each_info {
    width: 100%;
    display: block;
    margin: 0 0 30px;
    padding: 0;
}
.product_all_meta_info .product_description .info_list .each_info figure{
	margin: 0 0 15px;
}
.product_all_meta_info .product_description .info_list .each_info h4 {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0 0 8px;
    color: #333;
}
.product_all_meta_info .product_description .info_list .each_info p {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 8px;
}	
.product_all_meta_info .product_information{
	width: 100%;
	display: none;
	margin: 0;
	padding: 0;
}
.product_all_meta_info .product_information table {
    width: 100% !important;
    border: 1px solid #d5d5d5;
}
.product_all_meta_info .product_information table tr td:first-child{
	background: #f3f3f3;
}
.product_all_meta_info .product_information table tr td {
    padding: 5px 10px !important;
    font-size: 15px;
    border-top: 1px solid #d5d5d5;
}
.product_all_meta_info .all_product_videos{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.product_all_meta_info .all_product_videos .each_video {
    width: 100%;
    display: block;
    margin: 0 0 30px;
    padding: 0;
    border: 1px solid #efefef;
    box-shadow: rgba(0,0,0,0.2)0 0 10px;
}
.product_all_meta_info .all_product_videos .each_video a{
	text-decoration: none !important;
}
.product_all_meta_info .all_product_videos .each_video figure{
	width: 100%;
	display: block;
	position: relative;
}
.product_all_meta_info .all_product_videos .each_video figure:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    pointer-events: none;
}
.product_all_meta_info .all_product_videos .each_video figure:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto !important;
    width: 40px;
    height: 40px;
    background-image: url(images/play-button.png);
    background-size: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    background-position: center;
}
.product_all_meta_info .all_product_videos .each_video .video_info{
	padding: 10px 6px 6px;
}
.product_all_meta_info .all_product_videos .each_video .video_info h4{
	font-size: 14px;
	text-transform: none;
	margin: 0;	
}
.product_all_meta_info .all_product_videos .each_video .video_info p{
	font-size: 15px;
	line-height: 22px;
	margin: 0 0 8px;
	color: #333;
}

body.single-product ol.flex-control-thumbs {
    margin-top: 8px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li{
	border: 1px solid #ccc;
	margin: 5px;
}
body.single-product ol.flex-control-thumbs .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    z-index: 9;
}
body.single-product ol.flex-control-thumbs .slick-prev {
    left: -3px;
    width: 25px;
    height: 30px;
    border: 0;
    background: #ff8f29;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
body.single-product ol.flex-control-thumbs .slick-next {
    right: -3px;
    width: 25px;
    height: 30px;
    border: 0;
    background: #ff8f29;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

body.single-product .product-post-info .tabs-content{
	border: 0;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
body.single-product .product-post-info .tabs-content h4 {
    font-family: var(--font-secondary);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 2.7rem;
    color: #333;
}
body.single-product .product-post-info .tabs-content .spec-table {
    box-shadow: rgba(0,0,0,0.2)0 0 10px;
    padding: 15px 0 0;
    border-radius: 6px;
}
.custom_accordion_new .accordian_sec .accoedion_content ul {
	list-style: disc;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}
.custom_accordion_new .accordian_sec .accoedion_content ul li {
    list-style-type: disc;
    margin: 0 0 10px;
    font-size: 15px;
    color: #333333;
    margin: 0 0 10px;
}

body.single-product table#ywdpd-quantity-table{
	margin-bottom: 0;
}
table.variations th.label p{
	padding-top: 0;
}
table.variations .label label p {
    font-size: 1.4rem;
}
table.variations .swatch-control .radio-option{
	display: none;
}
table.variations .swatch-control.radio-select li{
	margin: 8px 0;
}
table.variations .swatch-control.radio-select li label{
	font-weight: 300 !important;
}

body.single-product div#shipping-countdown{
	margin-top: 20px;
}

body.single-product .new_new_header,
body.single-product .only_for_sticky_menu,
body.single-product .custom-row .col-6 + .col-6,
body.single-product .product-post-info,
body.single-product .product_all_meta_info,
body.single-product .yotpo-single-product-reviews,
body.single-product .product-icon-bar,
body.single-product #registration,
body.single-product .product-categories,
body.single-product .product_info_new_sec .product_inffo,
body.single-product .footer-widgets{
	zoom: 92%;
	-webkit-zoom: 92%;
	-moz-zoom: 92%;
	-ms-zoom: 92%;
	-o-zoom: 92%;
}
body.single-product .shipping_and_return_policy .flex_div .each_image img{
	width: 80%;
}

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


@media only screen and (min-width: 385px) {
	
	.hero-checklist {
	 -webkit-column-count: 2;
		 -moz-column-count: 2;
			  column-count: 2;	
			  
	max-width: 355px;
    margin: auto;		  
	}


}


@media only screen and (min-width: 600px) {

	
		
	/* WooCommerce 600
	--------------------------------------------- */
	
	.spec-table td {
		vertical-align: top;
		padding: 10px;
		width: auto;
		display: table-cell;
	}

	.spec-table tr:nth-child(odd) {
		background: #f4f4f4;
	}
	
	.logo-gallery-li {
		width: 28%;
	}

	li.logo-gallery-li:nth-of-type(3) {
		display: inline;
	}
	
	.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
		margin-bottom: 1.2em;
	}
	
	.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows {
		right: 46%;
		top: 65px;
	}
	
	/* Embassy */
	.embassy-title {
		height: 86px;
	}
	
	.term-embassy .entry-header {
		padding: 6em 1em 5em 1em;
	}
		
	input.embassy-search {
		max-width: 350px;
	}
	
	/* Single product pages */
	/* Product info tabs */
	
	.tabs-nav li:last-of-type button {
		border-radius: 0 5px 0 0;
	}

	.tabs-nav li:first-of-type button {
		border-left: 1px solid #ddd;
		border-radius: 5px 0 0 0;
	}

	
}

@media only screen and (min-width: 782px) {
	
	.admin-bar .site-container {
		padding-top: 32px;
	}
	
	.admin-bar .menu-container.sticky .menu-toggle {
		top: -16px;
	}
	
	.wide-spacing .wp-block-column:not(:first-child) {
		margin-left: 3em !important;
	}
		
}


@media only screen and (min-width: 768px) {
	
	/* Header alignment */
		
	header .search-form {
		margin: 0 10px 0 0;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 4;
		order: 3;
	}
		
	.header-right-section {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}	
	
	
	/* Misc. */
	.cert-flex {
		margin-bottom: 20px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
		
	.justify-content-flex-start {
	  -webkit-box-pack: start;
	  -webkit-justify-content: flex-start;
		  -ms-flex-pack: start;
			  justify-content: flex-start;	
	}

	.certifications {
		margin: 5px;
		padding: 15px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.one-quarter {
		width: 50%;
		float: left;
	}
	
	.logo-gallery {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
	.logo-gallery-li {
		display: inline;
		width: auto;
		height: auto;
	}
	
	.row2 .logo-gallery-li {
		height: 65px;
	}
	

	.logo-gallery-li:nth-of-type(6) {
		display: none;
	}	
	
	.blog article.post {
		width: 48%;
		float: left;
	}
	
	.one-half.early {
		width: 50%;
		float: left;
	}

}

@media only screen and (min-width: 1280px) {
	
	.site-header {
		padding: 9px 20px;
	}
	
	.has-huge-font-size, .has-larger-font-size {
		font-size: 3.125em;
	}

	
	/* Menu change */
	
	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	
	.genesis-nav-menu .menu-item:hover > .sub-menu {
		left: auto;
		opacity: 1;
		display: block;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		background: #fff;
		box-shadow: 0 0 3px #c1c1c1;
		opacity: 0;
		padding: 10px 0;
		position: absolute;
		transition: opacity .4s ease-in-out;
		width: 270px;		
	}
	
	.genesis-nav-menu .sub-menu .menu-item {
		width: 100%;
		text-align: left;
	}

	.genesis-nav-menu .sub-menu a {
		border-top: 0;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}


	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		width: auto;
		margin-left: auto;
		display: block;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	
	/* Structure and Layout
	--------------------------------------------- */

	.mobile {
		display: none !important;
	}
	
	.site-header .wrap {
		margin: auto;
		padding: 0;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.menu-container.sticky	{
		position: relative;
		z-index: 0;
		top: auto;
	}
	
	
	.site-header.sticky .search-form {
		opacity: 1;
		height: auto;
	}
	
	.header-right-section {
		height: 28px; /* fix for iOS */
	}
		
	.nav-right {
		width: auto;
	}
	
	.nav-wrap {
		width: auto;
	  -webkit-box-ordinal-group: 0;
	  -webkit-order: 0;
		  -ms-flex-order: 0;
			  order: 0;
	}

	/* Site Header
	--------------------------------------------- */
	
	.site-header {
		box-shadow: 0 0;
		z-index: 9;
	}
	
	.top-bar {
		padding: 4px 2em;
	}
	
	.title-area {
		order: inherit;
	}

	.site-title {
		position: relative;
	}
	
	.site-title a,
	.site-title a:focus,
	.site-title a:hover {
		width: 165px;
		height: 44px;
	    background: url(images/homebuilders-hardware-logo.png) no-repeat;
		background-size: contain;
		image-rendering: -moz-crisp-edges;         /* Firefox */
		image-rendering:   -o-crisp-edges;         /* Opera */
		image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
		image-rendering: crisp-edges;
		-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
	}
	
	.my-acct-link {
		border: 0;
	}	
	
	.search-form {
		margin: 0 10px 0 20px;
	}

	/* Typography
	--------------------------------------------- */
	
	.mimic-h1 {
		font-size: 40px;
		font-size: 4rem;
	}
	
	
	.has-large-text-size {
		font-size: 36px;
	}
	
	
	.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
		font-size: 40px !important;
		font-size: 4rem !important;
	}
	
	.cat-featured-link h3 {
		font-size: 3rem;
	}
	
	.wp-block-image figcaption {
		font-size: 2.8rem;
	}	
	
	.yotpo-single-product-reviews .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
		font-size: 2rem !important;
	}
		
	.button.callout {
		font-size: 18px;
	}
	
	.entry-title,
	.woocommerce .archive-title {
		font-size: 40px;
		font-size: 4rem;
	}
	
	hr,
	.single-product hr {
		margin: 30px auto;
	}
	
	.title-border {
		margin: 26px auto;
	}
	
	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 70%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	.container {
		padding: 6em 4em;
	}

	/* Sidebar
	--------------------------------------------- */
	
	.sidebar-content .sidebar {
		float: left;
		width: 25%;
		padding: 0;
	}
	
	.sidebar .widget {
		padding: 33px;
	}
		
	.woocommerce .widget-title:first-of-type {
		display: block;
	}
	
	.facetwp-flyout-open {
		display: none;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-sixth,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}
	
	.one-half {
		width: 50%;
		float: left;
	}

	
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}	

	.one-third {
		width: 33.333333333333333%;
		float: left;
	}	

	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}
	
	.one-quarter {
		width: 25%;
		float: left;
		margin: 0;
		padding: 15px;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */
	
	.footer-widgets {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: 25%; /* fallback for older browsers */
		width: calc(100% / 4);
	}
	
	/* Home
	--------------------------------------------- */
		
	.wp-block-group.hero:after {
		content: '';
		position: absolute;
		right: calc(50% - 326px);
		width: 0;
		height: 0;
		border-left: 326px solid transparent;
		border-right: 326px solid transparent;
		border-top: 50px solid #303030;
	}
		
	.logo-gallery-li {
		margin: 22.5px;
	}
	
	.logo-gallery-li:nth-of-type(6) {
		display: inline;
	}
	
	.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows {
		right: 14px;
		top: 30px;
	}

	input#input_1_1 {
		width: 400px;
	}
	
	.triple-benefits .one-third {
		margin-bottom: 1em;
	}
	
	.flex-model {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.cat-feature-button {
		width: 200px;
		box-shadow: 2px 0.52px 11.5px #00000030;
		font-size: 2rem;
	}
	
	/* Other
	----------------------------------------------------------*/
	.faq {
		padding-left: 25px;
	}
	.rounded-bottom {
		border-bottom-left-radius: 50%;
		border-bottom-right-radius: 50%;	
	}
	/* Product pages 
	-----------------------------------*/
	.tabs-content {
		padding: 35px;
		border: 1px solid #ddd;
		border-top: 0;
		border-radius: 0 0 5px 5px;
		box-shadow: 0 0 10px #ebebeb;
	}
	.tab-content {
		display: none;
	}
}
	
@media only screen and (min-width: 1366px) {	
	/* WooCommerce
	--------------------------------------------- */	
	.single-product.woocommerce.full-width-content .content,
	.yotpo.yotpo-main-widget {
		margin-top: 3em;
		max-width: 80%;
	}
	/* Home
	--------------------------------------------- */
	.hero-text {
		margin-right: 10em;
	}
}

/*==================================== Max witdth responsive ========================*/
@media only screen and (max-width: 1680px) {
.new_new_header {
    max-width: 100%;
}	
.new_new_header {
    max-width: 100%;
}
.only_for_sticky_menu{
	max-width: 100%;
}
.new_header_bottom .each_box .info_content p {
	font-size: 15px;
}
}
@media only screen and (max-width: 1440px) {
	.only_for_sticky_menu {
	    padding: 10px 15px;
	}	
	.only_for_sticky_menu .sticky_navbar ul li > a {
	    padding: 0 5px;
	}
	.new_new_header .new_header_nav .nav-primary .genesis-nav-menu a {
	    padding: 0px 8px;
	}
	.new_header_top .new_header_right_info .new_header_contact_no a {
	    font-size: 18px;
	}
	.new_new_header .new_header_nav .nav-primary .genesis-nav-menu .sub-menu a{
		padding-bottom: 5px;
    	padding-top: 5px;
	}
	.only_for_sticky_menu .sticky_navbar ul ul.sub-menu a{
		padding: 5px 5px;
	}
}

@media only screen and (max-width: 1366px) {
	.desktop-lg {
		display: none;
	}
	.new_new_header .new_header_bottom {
		padding: 10px 12%;
	}
	.new_new_header .new_header_bottom .each_img{
		margin: 0 12px;
	}
}

@media only screen and (max-width: 1279px) {
	.new_new_header{
		display: none;
	}

	.top-bar.for_mobile_screen, 
	header.site-header, 
	.for_mobile_screen{
		display: block;
	}

	.desktop {
		display: none;
	}
	.top-bar .wrap{
		justify-content: center !important;
	}
	/*.top-bar .wrap p{
		display: none;
	}
	.top-bar .wrap p:last-child{
		display: block !important;
	}*/
	
	h1.is-style-titillium-web {
		font-size: 3rem !important;
	}
	
	/* Product page */
	.tabs-nav {
		display: none;
	}
	
	.tab-content:before,
	.tab-content:last-child:after 	{
		content: '';
		background: #ddd;
		height: 5px;
		width: 100vw;
		display: block;
		margin: 30px calc(50% - 50vw) 24px;
	}
	
	.spec-table {
		width: 100%;
		overflow-x: auto;
	}
	
	.button.green-button, 
	.woocommerce .button.green-button {
		padding: 6px 11px;
		font-size: 1.3rem;
	}
	
	.new-prod.woocommerce button.button.alt {
		font-size: 16px;
		padding: 10px 15px;
	}
	
	.woocommerce .quantity .qty {
		padding: 6px 2px;
		width: 50px;
	}
	.site-header .header_ratings_area{
		display: none;
	}
	.site-header .header-right-section ul.user-menu li a{
		border: 0;
	}

	.site-header .header-right-section .search_form {
	  bottom: -50px;
	  width: 297px;
	}
	.only_for_sticky_menu .sticky_navbar{
		display: none;
	}	
	.only_for_sticky_menu .hamburger_btn {
		display: block;
	}
.site-header button:focus, 
.site-header button:hover,  
.site-header .button:focus, 
.site-header .button:hover{
	background-color: transparent;
}	
.menu-container.sticky, .site-header.sticky{
	position: fixed;
}
.only_for_sticky_menu.new_sticky,
.only_for_sticky_menu{
	display: none !important;
}
.site-title a, 
.site-title a:focus, 
.site-title a:hover {
    background: url(images/homebuilders-hardware-logo.png);
    width: 155px;
    height: 45px;
    background-size: 145px;
    background-repeat: no-repeat;
    background-position: center;
}
#search_btn{
	display: none;
}
.site-header .header-right-section ul.user-menu li a .fas {
    display: inline-block;
}
.site-header .header-right-section ul.user-menu li p{
	display: inline-block;
	vertical-align: middle;
}
.site-header .header-right-section ul.user-menu li.menu-item.for_desktop_only{
	display: none;
}
.site-header .header-right-section ul.user-menu li.menu-item.for_mobile_only{
	display: inline-block;
}
.site-header .header-right-section ul.user-menu li.menu-item.for_mobile_only a{
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px 15px;
    min-width: 120px;
    border-radius: 4px;
    text-align: center;
	font-weight: 400 !important;
}
.site-header .header-right-section ul.user-menu li.menu-item.for_mobile_only a strong,
.site-header .header-right-section ul.user-menu li a{
	font-weight: 400 !important;
	font-size: 16px !important;
}


body.single-product .custom-row .col-6{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.woocommerce .quantity .qty {
    height: 55px;
}
.search_btnn_form_mobile{
	position: relative;
}
.site-header .header-right-section ul.user-menu li.menu-item.for_mobile_only .search_btnn_form_mobile a {
    padding: 0;
    border: 1px solid #333333;
    border-radius: 6px;
    padding: 8px 15px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    min-width: initial;
    margin: 0;
    text-transform: uppercase;
    color: #333;
}
.site-header .header-right-section ul.user-menu li.menu-item.for_mobile_only .search_btnn_form_mobile a:hover{
	color: #ff8f29;
	border-color: #ff8f29;
}
.site-header .header-right-section ul.user-menu li.menu-item.for_mobile_only .search_btnn_form_mobile a > i.fas {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.site-header .header-right-section ul.user-menu li.menu-item.for_mobile_only .search_btnn_form_mobile a > span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    padding: 0;
}
.site-header .header-right-section ul.user-menu li.menu-item.for_mobile_only .search_popup {
    display: none;
    position: absolute;
    top: 110%;
    width: 100%;
    left: 0;
}
.site-header .header-right-section ul.user-menu li.menu-item.for_mobile_only .search_popup input.search-form-input{
	font-size: 13px;
}
.site-header.sticky .header-right-section ul.user-menu li.menu-item.for_mobile_only .search_btnn_form_mobile{
	display: none;
}
}
@media only screen and (max-width: 1199px) {
body.home .hero_banner {
    background-image: url(https://homebuilders.finestshops.com/wp-content/uploads/2023/01/hero_mobile.jpg) !important;
    background-size: cover;
    background-position: left center;
}
* {
    zoom: initial !important;
    -webkit-zoom: initial !important;
    -moz-zoom: initial !important;
    -ms-zoom: initial !important;
    -o-zoom: initial !important;

}
body.single-product .new_new_header,
body.single-product .only_for_sticky_menu,
body.single-product .custom-row .col-6 + .col-6,
body.single-product .product-post-info,
body.single-product .product_all_meta_info,
body.single-product .yotpo-single-product-reviews,
body.single-product .product-icon-bar,
body.single-product #registration,
body.single-product .product-categories{
	zoom: initial !important;
}
}
@media only screen and (max-width: 960px) {
	.stack-960 {
		display: block;
	}

body.home .hero_banner .hero-text h1.hero-title {
    font-size: 40px;
    margin: 0 0 12px;
    line-height: 45px;
}
.product_info_after_banner {
    padding: 4em 0 2em;
}
.product_info_after_banner .cuatom_row{
    justify-content: center;
}
.product_info_after_banner .cuatom_row .grid_4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.product_info_after_banner .each_info {
    margin: 0 0 40px;
}

.product_info_after_banner {
  padding: 60px 0;
}
body.home .is-layout-flow.after_cloned_div {
  padding: 60px 0 0;
}	
}
@media only screen and (max-width: 767px) {
.product_info_after_banner .cuatom_row .grid_4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}	
.product_info_after_banner .each_info {
	max-width: 420px;
	margin: 0 auto 40px;
}
.product_info_after_banner .each_info h2 {
  font-size: 30px;
}
.product_info_after_banner .each_info h4 {
  font-size: 18px;
  margin: 0 0 10px;
}
body.home .is-layout-flow.after_cloned_div h1 {
  margin-bottom: 25px !important;
  font-size: 30px !important;
}
body.home .is-layout-flow.after_cloned_div .cat-featured-link {
  margin: 0 auto 40px;
}
.product_info_after_banner {
  padding: 100px 0 20px;
}
ul#customer-gallery + h3{
	font-size: 20px;
	line-height: normal;
}	
.another_new_section h2 {
  font-size: 30px;
}
body.home .container {
  padding: 50px 15px;
}
body.home #genesis-content > .is-layout-flow.has-background .wide-spacing {
  max-width: 385px;
  margin: 0 auto;
}
.horizontal-signup-form {
  width: 100%;
}


.top-bar{
	background: #ff8f29;
}
.top-bar p .fa-shipping-fast{
	color: #fff;
}
body.home .hero_banner .hero-text {
    float: none;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}
body.home .hero_banner .hero-text ul.hero-checklist{
	margin: 0 auto;
}
body.home .reviews-area.for_desktop_only{
	display: none;
}
body.home .reviews-area.for_mobile_only {
    display: block;
    border-bottom: 1px solid #e9e7e7;
}
body.home .reviews-area + hr{
	display: none;
}
.money_back_gurantee_strip.for_mobile_only{
	display: block;
}


body.single-product .site-inner {
    padding: 38px 15px 0;
}
body.single-product .image_gallery_sec .woocommerce-product-gallery{
	width: 100% !important;
}
body.single-product .image_gallery_sec .woocommerce-product-gallery .flex-viewport{
	border: 1px solid #ccc;
}
body.single-product .custom-row {
    margin-bottom: 0;
}
.product_all_meta_info {
    padding: 20px 0 0;
}
.product_all_meta_info .custom_row .grid_2{
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;	
}
.video_gallery_sec .main_video {
    margin: 0;
    padding: 0;
}
.video_gallery_sec .video_thumbs a{
	margin: 10px;
	width: 85px;
	height: 70px;
}
.video_gallery_sec {
    margin: 0 0 10px;
}
.video_gallery_sec .main_video video{
	min-height: initial;
}
.site-header .header-right-section ul.user-menu li.menu-item.for_mobile_only .search_popup {
    top: 100%;
}
}

@media only screen and (max-width: 640px) {
body.single-product .custom-row .col-6 .summary .price_and_addto_cart button[type="submit"]	{
	padding: 0 30px;	
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart button .woocommerce-Price-amount.amount:first-child {
    padding-left: 30px;
    margin-left: 30px;
}
}

@media only screen and (max-width: 575px) {
.product_info_after_banner .each_info h2 {
    font-size: 30px;
    margin: 0 0 5px;
}	
.product_info_after_banner .each_info h4 {
    font-size: 20px;
    margin: 0 0 15px;
}
.product_info_after_banner .each_info figure {
    margin-bottom: 8px;
}	
.product_info_after_banner .each_info figure img {
    max-width: 220px;
}
body.home .is-layout-flow.after_cloned_div h1 {
    margin-bottom: 25px !important;
    font-size: 30px !important;
}
ul#customer-gallery + h3 br{
	display: none;
}
ul#customer-gallery li.logo-gallery-li picture {
  height: 100px;
}
.only_for_sticky_menu .sticky_right_part a.pricing_btn {
  padding: 3px 5px;
  font-size: 13px;;
}
.only_for_sticky_menu .sticky_logo a {
  max-width: 115px;
}

body.home .hero_banner {
    padding: 45px 15px;
}
body.home .hero_banner .hero-text h1.hero-title {
    font-size: 35px;
    line-height: 38px;
}
body.home .is-layout-flow.after_cloned_div .is-layout-flow.wp-block-group > .wp-block-group__inner-container{
	padding-left: 0;
	padding-right: 0;
}
.site-header .header-right-section ul.user-menu li.menu-item.for_mobile_only a {
    padding: 8px 15px;
    min-width: 110px;
}
.site-header .header-right-section ul.user-menu li.menu-item.for_mobile_only a strong, 
.site-header .header-right-section ul.user-menu li a {
    font-size: 14px !important;
}


.product_info_new_sec h1.product_title {
    font-size: 22px !important;
    font-weight: 400;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart button[type="submit"] {
    max-width: initial;
    font-size: 17px;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart p.product_price {
    padding: 0 15px;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart p.product_price span.woocommerce-Price-amount.amount,
body.single-product .custom-row .col-6 .summary .price_and_addto_cart button .woocommerce-Price-amount.amount{
    font-size: 17px	
}
.product_inffo .custom_row .grid-3{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;	
}
.product_inffo .question_answer,
.product_inffo .product_meta {
    display: flex;
    justify-content: flex-end;
}
.ratings-meta .jWTMpU {
    padding: 0 0 12px !important;
}
.product_inffo .logo_image img{
	max-width: 135px;
}
.product_all_meta_info .custom_row .grid_4{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.product_all_meta_info .product_description .info_list .each_info {
    max-width: 300px;
    margin: 0 auto 25px;
}
.product_all_meta_info .custom_row .grid_2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.product_all_meta_info .all_product_videos .each_video{
	margin: 0 auto 25px;
	max-width: 300px;
}
.product_all_meta_info .all_product_videos h2,
.product_all_meta_info .product_information h2,
.product_all_meta_info .product_description h2{
	text-align: center;
}
.tab-content > .flexbox > div{
	padding: 0 !important;
}

body.single-product .custom-row .col-6 .summary .price_and_addto_cart button[type="submit"] {
    padding: 0 20px;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart button .woocommerce-Price-amount.amount:first-child {
    padding-left: 20px;
    margin-left: 20px;
}

.woocommerce div.product .price_and_addto_cart .price del,
.woocommerce div.product .price_and_addto_cart .price del span.woocommerce-Price-amount.amount {
	color: #fff !important;
}

#ywdpd-quantity-table.horizontal tr.price_row td,
#ywdpd-quantity-table.horizontal tr.quantity_row td{
    font-size: 13px !important;
}
#ywdpd-quantity-table th, 
#ywdpd-quantity-table td {
    font-size: 14px;
}
.new-prod.woocommerce div.product div.summary {
    padding: 8px 8px 0;
}
}

@media only screen and (max-width: 480px) {
.product_info_after_banner {
    padding: 50px 0 20px;
}
.product_info_after_banner .each_info figure img {
    max-width: 135px;
}
.product_info_after_banner .each_info p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 10px;
}
body.home .is-layout-flow.after_cloned_div {
  padding: 40px 0 0;
}
ul#customer-gallery + h3 {
  font-size: 18px;
}
body.home .mimic-h1,
.another_new_section h2{
	font-size: 24px;
	line-height: normal;	
}
.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
	font-size: 24px !important;
	line-height: 30px !important;
}
.another_new_section p {
  font-size: 18px;
  margin-bottom: 0;
}
body.home .container {
  padding: 40px 15px;
}
body.home .email-signup-area.container {
  padding-top: 45px;
}
body.home #genesis-content > .is-layout-flow.has-background .wp-block-spacer{
	height: 45px !important;
}
body.home #genesis-content > .is-layout-flow.has-background h1.is-style-titillium-web{
	margin-bottom: 0 !important;
	font-size: 24px !important;	
}
body.home #genesis-content > .is-layout-flow.has-background p.quote{
	font-size: 17px !important;
}
.only_for_sticky_menu {
  padding: 10px 8px;
}
.only_for_sticky_menu .sticky_right_part a.pricing_btn {
    padding: 3px 10px;
    font-size: 13px;
}
.only_for_sticky_menu .sticky_right_part a.pricing_btn i.fas{
	font-size: 8px;
}
.only_for_sticky_menu .sticky_right_part a.pricing_btn + a.pricing_btn{
	display: none;
}
.only_for_sticky_menu .hamburger_btn img{
	width: 25px;
}
.horizontal-signup-form form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 {
  flex-direction: column !important;
  height: 205px;
}
.another_new_section .hardware_carried_logo {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.another_new_section .hardware_carried_logo .each_logo {
    margin: 0 15px;
    width: 38%;
    display: inline-block;
}
.site-title {
    padding: 0 5px 0 10px;
}
.site-header .header-right-section ul.user-menu li + li {
    margin-left: 10px;
}
.site-header .header-right-section ul.user-menu li.menu-item.for_mobile_only a {
    padding: 7px 15px;
}
.site-title a, .site-title a:focus, .site-title a:hover {
    width: 100px;
    background-size: 102px;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart button[type="submit"] {
    max-width: initial;
    font-size: 14px;
    padding: 0 16px;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart button .woocommerce-Price-amount.amount:first-child {
    padding-left: 8px;
    margin-left: 8px;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart p.product_price span.woocommerce-Price-amount.amount,
body.single-product .custom-row .col-6 .summary .price_and_addto_cart button .woocommerce-Price-amount.amount {
    font-size: 15px;
}
}


@media only screen and (max-width: 420px) {
.top-bar p {
    font-size: 12px;
    padding: 4px 0 2px;
}	
body.home .hero_banner .hero-text h1.hero-title {
    font-size: 29px;
    line-height: 35px;
}	
body.home .hero_banner .hero-checklist + br{
	display: none;
}
body.home .hero_banner .hero-text ul.hero-checklist li {
    font-size: 13px;
}
body.home .hero_banner .banner_ratings p {
    font-size: 15px;
}
body.home .hero_banner .banner_ratings .star_ratings {
    line-height: 12px;
}
body.home .hero_banner .banner_ratings .star_ratings i.fas {
    font-size: 10px;
}
body.home .hero_banner .banner_ratings .small_text {
    font-size: 11px;
}
.money_back_gurantee_strip.for_mobile_only p {
    font-size: 16px;
}


body.single-product .custom-row .col-6 .summary {
    padding: 15px 5px 0 !important;
}
.video_gallery_sec .video_thumbs a {
    width: 70px;
    height: 52px;
}
body.single-product .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart{
	width: auto;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart button[type="submit"] {
    padding: 0 25px;
    font-size: 14px;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart button .woocommerce-Price-amount.amount:first-child {
    padding-left: 15px;
    margin-left: 15px;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart p.product_price span.woocommerce-Price-amount.amount, body.single-product .custom-row .col-6 .summary .price_and_addto_cart button .woocommerce-Price-amount.amount{
	font-size: 14px;
}

body.single-product #ywdpd-quantity-table th, #ywdpd-quantity-table td {
    padding: 2px;
}
body.single-product #ywdpd-quantity-table th, #ywdpd-quantity-table td {
    font-size: 12px;
}
body.single-product #ywdpd-quantity-table .woocommerce-Price-amount,
body.single-product #ywdpd-quantity-table.horizontal tr.price_row td, 
body.single-product #ywdpd-quantity-table.horizontal tr.quantity_row td{
    font-size: 12px !important;
}
}
@media only screen and (max-width: 375px) {
.site-header .header-right-section ul.user-menu li.menu-item.for_mobile_only a {
    padding: 6px 6px;
    min-width: auto;
}
.site-header .header-right-section ul.user-menu li.menu-item.for_mobile_only a strong, 
.site-header .header-right-section ul.user-menu li a {
    font-size: 12px !important;
}	
.site-title a, 
.site-title a:focus, 
.site-title a:hover {
    width: 85px;
    background-size: 86px;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart button[type="submit"] {
    max-width: initial;
    padding: 0 10px;
    font-size: 12px;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart button .woocommerce-Price-amount.amount:first-child {
    padding-left: 5px;
    margin-left: 5px;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart p.product_price {
    padding: 0 5px;
}
body.single-product .custom-row .col-6 .summary .price_and_addto_cart p.product_price span.woocommerce-Price-amount.amount,
body.single-product .custom-row .col-6 .summary .price_and_addto_cart button .woocommerce-Price-amount.amount{
    font-size: 12px;
}

.site-header .header-right-section ul.user-menu li.menu-item.for_mobile_only .search_btnn_form_mobile a > i.fas {
    font-size: 15px;
}
.site-header .header-right-section ul.user-menu li.menu-item.for_mobile_only .search_btnn_form_mobile a {
    border-radius: 4px;
    padding: 8px 8px;
}
.site-header .header-right-section ul.user-menu li.menu-item.for_mobile_only .search_popup {
    top: 100%;
    left: 7px;
}
}

/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

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

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

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

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

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

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

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

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

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

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


@-webkit-keyframes filters-flash {
  from {
    color: var(--color-orange);
	transform: scale(1.15);
  }
  to {
    color: #636363;
	transform: none;
  }
}
@-moz-keyframes filters-flash {
  from {
    color: var(--color-orange);
	transform: scale(1.15);
  }
  to {
    color: #636363;
	transform: none;
  }
}
@keyframes filters-flash {
  from {
    color: var(--color-orange);
	transform: scale(1.15);
  }
  to {
    color: #636363;
	transform: none;
  }
}
h3.widgettitle {
	 animation-delay: 2s;
  -webkit-animation: filters-flash 2s ease-in-out 0s;
  -moz-animation: filters-flash 2s ease-in-out 0s;
  -o-animation: filters-flash 2s ease-in-out 0s;
  animation: filters-flash 2s ease-in-out 0s;
}

