/*
Theme Name: Genesis Sample
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.4.2

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/

/* # Table of Contents
- Responsive CSS
	- Common Codes
	- Site Header
		- Title Area
		- Header Widget Area
	- Primary Navigation
	- Site Inner
		- Content
			- Breadcrumbs
			- Content Area
				- Common Codes
				- Post Type: Page
				- Post Type: Post
				- Post Type: Products
				- All Other Post Types
				- Archive Pages
					- Blog
					- Shop
					- Product Category Pages
				- Special Pages
					- Contact Us Page
					- Search Page
					- Cart Page
					- Checkout Page
					- Order Received Page
			- Social Media Buttons
		- Sidebar
	- Site Footer Widgets
	- Site Footer
	- Max-width: 320px (iPhone 5, SE)
	- Max-width: 375px (iPhone X, 6-8)
	- Max-width: 414px (iPhone 6-8 Plus)
	- Max-width: 768px (iPad)
- Desktop and iPad PRO CSS
	- Primary Navigation

- Section X - Code we don't need so putting here just in case I need during consolidating. Once file is fully updated, this section will only reside in the backup file
*/

/* # Responsive CSS
--------------------------------------------------------------------------------
-------------------- */

/*--- Common Codes ---*/

/* normalize start */

nav.nav-primary,
[hidden],
template {
	display: none;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	scroll-behavior: smooth;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	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;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
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: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[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;
}
/* normalize end */

/* gravity form start */
.gform_wrapper form li,
.gform_wrapper li {
	list-style-type: none !important;
	list-style-image: none !important;
	list-style: none !important;
}
.gform_wrapper .gf_invisible,
.gform_wrapper .gfield_visibility_hidden {
	visibility: hidden;
	position: absolute;
	left: -9999px;
}
.gform_wrapper textarea {
	line-height: 1.5;
	padding: 6px 8px;
	resize: none;
}
.gform_wrapper {
	margin-top: 16px;
}
.gform_wrapper div.validation_error {
	color: #790000;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 25px;
	border-top: 2px solid #790000;
	border-bottom: 2px solid #790000;
	padding: 16px 0;
	clear: both;
	width: 100%;
	text-align: center;
}
div.gf_page_steps + div.validation_error {
	margin-top: 16px;
}

.gform_wrapper div.gfield_description.validation_error {
	color: #790000;
	font-weight: 700;
	font-size: 0.875em;
	line-height: 1.2;
	margin-bottom: 16px;
}
.gform_wrapper select.small {
	width: 100%;
}


@media only screen and (min-width: 641px) {
	.gform_wrapper .gfield.gf_list_2col .gfield_checkbox,
	.gform_wrapper .gfield.gf_list_2col .gfield_radio {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr) [ 2 ];
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(auto-fill, auto);
		grid-column-gap: 32px;
	}
	.gform_wrapper .gfield.gf_list_3col .gfield_checkbox,
	.gform_wrapper .gfield.gf_list_3col .gfield_radio {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr) [ 3 ];
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(auto-fill, auto);
		grid-column-gap: 30px;
	}
	.gform_wrapper .gfield.gf_list_4col .gfield_checkbox,
	.gform_wrapper .gfield.gf_list_4col .gfield_radio {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr) [ 4 ];
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(auto-fill, auto);
		grid-column-gap: 28px;
	}
	.gform_wrapper .gfield.gf_list_5col .gfield_checkbox,
	.gform_wrapper .gfield.gf_list_5col .gfield_radio {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr) [ 5 ];
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: repeat(auto-fill, auto);
		grid-column-gap: 26px;
	}
	.gform_wrapper .top_label input.small,
	.gform_wrapper .top_label select.small {
		width: 25%;
	}
	.gform_wrapper ul.gform_fields li.gfield {
		padding-right: 16px;
	}
	.gform_wrapper.gform_validation_error
		.gform_body
		ul
		li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
		max-width: calc(100% - 16px) !important;
	}
	.gform_wrapper.gform_validation_error .top_label input.medium,
	.gform_wrapper.gform_validation_error .top_label select.medium {
		width: 50%;
	}
}
/* gravity form end */

html {
	box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
.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;
}
body {
	background: -webkit-linear-gradient(#ffe226, #ffff27);
	background: -o-linear-gradient(#ffe226, #ffff27);
	background: -moz-linear-gradient(#ffe226, #ffff27);
	background: linear-gradient(#ffe226, #ffff27);
	color: #333;
	font-family: "Avenir LT Std 45 Book";
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

/* html Elements start */
/*a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}*/
::-moz-selection {
	background-color: #333;
	color: #fff;
}
::selection {
	background-color: #333;
	color: #fff;
}
::placeholder {
	color: #999;
}
::-webkit-input-placeholder {
	color: #999;
}
:-moz-placeholder {
	color: #999;
} /* Firefox 18- */
::-moz-placeholder {
	color: #999;
} /* Firefox 19+ */
:-ms-input-placeholder {
	color: #999;
}
p {
	font-size: 17px;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: square;
	font-size: 15px;
}
hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}
b,
strong {
	font-weight: 700;
}
blockquote,
cite,
em,
i {
	font-style: italic;
}
mark {
	background: #ddd;
	color: #333;
}
blockquote {
	border-left: 1px solid #ddd;
	color: #666;
	padding: 20px;
	margin: 0;
}
blockquote::before {
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
a {
	color: #3366ff;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
a:focus,
a:hover {
	color: #e5554e;
}
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 24px;
}
img.alignnone,
.alignnone {
	margin-bottom: 12px;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 22px 22px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}
.wp-caption-height {
	min-height: 150px;
	text-align: center;
}
/* html Elements end */

/* Headings start */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: "Oswald", arial, serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 14px;
}
/* Headings end */

/* Objects start */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}
img {
	height: auto;
	vertical-align: top;
}
figure {
	margin: 0;
}
/* Objects end */

/* Gallery starts */
.gallery {
	overflow: hidden;
}
.gallery img {
	border: 1px solid #ddd;
	height: auto;
	width: 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 28px;
	text-align: center;
}
/* Gallery ends */

/* Forms starts */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #828282;
	color: #525252;
	font-size: 15px;
	font-weight: 300;
	padding: 4px 0px 4px 4px;
	width: 100%;
}
input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}
input.button:hover {
	color: white !important;
}
input.button {
	font-size: 16px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	text-transform: uppercase;
	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,
.site-container
	div.wpforms-container-full
	.wpforms-form
	input[type="submit"]:focus,
.site-container
	div.wpforms-container-full
	.wpforms-form
	input[type="submit"]:hover,
.site-container
	div.wpforms-container-full
	.wpforms-form
	button[type="submit"]:focus,
.site-container
	div.wpforms-container-full
	.wpforms-form
	button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #e5554e;
	color: #fff;
}
.button {
	display: inline-block;
}
.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;
}
/* Forms ends */

/* Tables starts */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	table-layout: fixed;
	width: 100%;
	line-height: 2;
	word-break: break-all;
}
td,
th {
	text-align: left;
	vertical-align: top;
}
td {
	border-top: 1px solid #eee;
	padding: 6px 0;
}
th {
	font-weight: 400;
	padding: 0 10px 10px;
}
td:first-child,
th:first-child {
	padding-left: 0;
}
td:last-child,
th:last-child {
	padding-right: 0;
}
/* Tables ends */

/* Screen Reader Text starts */
.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 {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Screen Reader Text ends */

/* Site Container starts */
.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
/* Site Container ends */

/* Search Form starts */
.search-form {
	overflow: hidden;
}
/* Search Form ends */

/* Widgets starts */
.widget {
	margin-bottom: 0px;
	word-wrap: break-word;
}
.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}
.widget ul > li {
	margin-bottom: 10px;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}
.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
/* Widgets ends */

/* Skip Links starts */
.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;
}
/* Skip Links ends */

/**:hover {
	display: none !important;	
}*/
:focus {
	/* Display outline on focus */
	color: #333;
	outline: none;
}
.align-center {
	text-align: center;
}
.span-align-full {
	text-align: center;
}
.span-align-full > span {
	font-weight: bold;
}
.size-18px {
	font-size: 18px;
	color: #ff0000;
}
div.desktop_only,
input.desktop_only/*,
.search-form input[type="submit"]*/ {
	display: none !important;
}
div.mobile_only {
	display: block !important;
}
input.mobile_only {
	display: inline-block !important;
}
.lrg-font {
	font-size: 18px !important;
}
.smallerfont {
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	line-height: 21px;
	text-align: justify;
}
.font-size-20 {
	font-size: 20px;
}
.small-100 {
	width: 100%;
}
.blue_color {
	color: #1f497d;
}
.emph-red {
	color: #d90d90;
}
.photo-galllery-part {
	width: 250px !important;
	float: left !important;
	text-align: center !important;
}
.hide-field,
.display-none {
	display: none;
}

/*--- Site Header ---*/

div.sitewide-notice {
	background-color: seagreen;
	color: #fff;
	text-align: center;
	padding: 10px 5px;
}
div.sitewide-notice a {
	color: #ffcc00;
}
div.sitewide-notice a:focus,
div.sitewide-notice a:hover {
	color: #e5554e;
}
.site-header {
	background-color: #ffff1c;
	background: -webkit-linear-gradient(
		#ffe014,
		#ffff00
	); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffe014, #ffff00); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(
		#ffe014,
		#ffff00
	); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffe014, #ffff00); /* Standard syntax */
	min-height: 150px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0px;
	top: 0;
	z-index: 9999;
}
.site-header .wrap {
	padding: 0px 0;
}
.admin-bar .site-header {
	top: 32px;
}

/*--- Site Header > Title Area ---*/

.title-area {
	float: left;
	padding: 2px 7px;
	width: 441px;
}
.wp-custom-logo .title-area {
	max-width: 350px;
	width: 100%;
}
.wp-custom-logo .title-area img {
	width: auto;
}
.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0;
}
.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}
.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 0;
}
.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/*--- Site Header > Header Widget Area ---*/

.header-search-form-col,
.header-search-form-col .fa-search {
	display: none;
}
.header-search-form-col input.search-form-submit {
	border-left-width: 0;
	padding: 15.95px 24px;
	display: none;
}
.site-header .widget-area {
	float: right;
	text-align: right;
	width: 610px;
}
.header-widget-area .widget_search {
	float: left;
	width: 100%;
}
.header-widget-area .search-form input {
	padding: 10px;
	width: 100%;
	float: right;
}
body .header-widget-area .widget .nav-header a {
	background-color: #5e707e;
	color: #fff;
}
body .header-widget-area .widget .nav-header a:hover,
body .header-widget-area .widget .nav-header a:focus {
	background-color: #000;
	color: #ee2;
}
body .header-widget-area .widget .widget-title {
	font-style: normal;
	text-align: right;
}
body .header-widget-area .widget a:hover,
body .header-widget-area .widget a:focus {
	color: #333;
}
.nav-header {
	float: right !important;
	margin-top: 0px;
}
.site-header .search-form {
	float: right;
	margin-top: 12px;
	width: 72%;
}
.nav-header ul li {
	padding: 0;
	margin: 0px 3px;
	height: 53px;
	float: left;
}
.nav-header ul li a {
	background: #5e707e;
	border: 1px solid #4c5e6b;
	border-radius: 0 0 3px 3px;
	color: white;
	font-size: 17px;
	font-weight: bold;
	min-height: 16px;
	padding: 15px 30px 15px 30px;
}
.site-header .sub-menu {
	border-top: 1px solid #eee;
}
.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}
.site-header .genesis-nav-menu li li {
	margin-left: 0;
}
div.mobi-logo {
	float: left;
	width: 156px;
}
div.mobi-logo img {
	width: 100%;
}
div.mobile_only.custom-phone,
div.mobile_only.custom-mail,
div.mobile_only.custom-cart,
div.mobile_only.custom-search {
	float: left;
}
.custom-phone i,
.custom-mail i,
.custom-cart i,
.custom-search i {
	color: #000;
	font-size: 25px !important;
	padding-top: 12px;
}
.custom-phone i {
	padding-left: 5px;
}
.custom-mail i,
.custom-cart i,
.custom-search i {
	padding-left: 15px;
}

/*--- Primary Navigation ---*/

.nav-primary {
	clear: left;
	margin-top: 12px;
	width: 100%;
	padding-left: 0px;
}
.nav-primary .menu-item a img {
	background: none repeat scroll 0 0 #333333;
	border: 3px solid #333333 !important;
	border-radius: 2px 2px 0 0;
	box-shadow: none;
	height: 50px;
	margin-bottom: 6px;
	margin-right: 10px;
	padding-right: 0 !important;
	width: 50px;
}
.nav-primary .sub-menu .menu-item a img {
	border-radius: 0 !important;
	height: auto !important;
	margin-right: 10px;
	width: 45px !important;
	border: 2px solid #333333 !important;
}
.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}
.nav-primary .genesis-nav-menu .menu-item {
	background: none repeat scroll 0 0 #333333;
	border-radius: 2px 2px 0 0;
	border-bottom: 1px solid #fff;
	display: block;
	float: left;
	position: relative;
	width: 100%;
	margin-right: 5px;
}
.nav-primary
	.genesis-nav-menu
	.menu-item
	a
	.menu-image-title-after.menu-image-title {
	padding-left: 0;
}
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: transparent;
	color: #ee2;
	text-decoration: none;
}
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #fff;
	color: #e5554e;
}
.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}
.genesis-nav-menu .sub-menu {
	background: #e2e2e2;
	display: none;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	position: static;
	z-index: 99;
	opacity: 0;
	padding-left: 0;
}
.sub-menu img {
	float: left;
}
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus {
	background-color: #fff;
	color: #e5554e;
}
.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
#menu-main li .sub-menu li {
	border-radius: none !important;
	display: inline;
	float: left;
}
#menu-main li .sub-menu li a:hover,
#menu-main li .sub-menu li:hover {
	border-radius: none !important;
	background: #000;
	color: #ffeb0c;
}
.welding .sub-menu #menu-main li .sub-menu li a {
	width: 500px !important;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: square;
	padding: 30px 0;
}
.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}
.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}
.genesis-nav-menu > .search {
	padding: 10px 0 0;
}
.nav-primary {
	clear: none;
	width: 100%;
}
.nav-primary .genesis-nav-menu a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 5px 0 !important;
	text-transform: capitalize;
	height: 60px;
	line-height: 22px;
}
.genesis-nav-menu a {
	display: block;
	outline-offset: -1px;
	text-decoration: none;
}
.nav-primary .genesis-nav-menu a p {
	font-size: 15px !important;
	padding: 0 7px;
	margin: 0px;
}
.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-bold > a {
	font-weight: 700;
}
.genesis-nav-menu > .menu-highlight > a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	font-weight: 600;
	margin-left: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
.genesis-nav-menu > .menu-highlight > a:focus,
.genesis-nav-menu > .menu-highlight > a:hover {
	background-color: #0073e5;
}
.genesis-nav-menu .sub-menu a {
	height: 64px !important;
	background: #e2e2e2;
	color: #000;
	text-align: left;
	width: 100%;
	padding: 10px 5px 10px 10px !important;
	font-size: 15px !important;
	font-weight: 500;
	border-left: medium none !important;
	line-height: 22px !important;
	border-bottom: none !important;
	border: 1px solid #eee;
	border-top: 0;
	padding-bottom: 15px;
	padding-top: 15px;
	position: relative;
}
.nav-primary .genesis-nav-menu .menu-item a:hover {
	background: none !important;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}
/* Site Navigation ends */

/* Responsive Menu starts */
.menu .menu-item:focus {
	position: static;
}
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-responsive-menu {
	display: none;
	position: relative;
}
.menu-toggle {
	background-color: transparent;
	border: 2px solid #333;
	color: #333;
	overflow: hidden;
	text-align: center;
	visibility: visible;
	float: right;
	line-height: 20px;
	margin: 10px 5px 10px 0px;
	padding: 5px;
	position: relative;
	z-index: 1000;
}
.site-container .menu-toggle::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0c9";
	position: relative;
	text-rendering: auto;
	font-size: 1.5em;
}
.menu-toggle.activated {
	border: 3px solid #fff;
	position: sticky;
	position: -webkit-sticky; /* Safari */
	top: 0;
}
.menu-toggle.activated::before {
	content: "\f00d";
	color: #fff;
}
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}
.site-container .menu-toggle:focus {
	color: #333;
}
.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
}
.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
}
.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}
.sub-menu-toggle::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}
.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}
/* Responsive Menu ends */

/*--- Site Inner ---*/

.wrap {
	margin: 0 auto;
	max-width: 1200px;
}
.site-inner {
	clear: both;
	margin: 0 auto;
	max-width: 1250px;
	margin-bottom: 20px;
	padding-right: 1%;
	padding-left: 1%;
}

/*--- Site Inner > Content ---*/

.content {
	float: right;
	margin-bottom: 10px;
}
.content,
.full-width-content .content,
.woocommerce .fl-builder-content.entry.product {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 0px 5px 0px 5px;
}

/*--- Site Inner > Content > Breadcrumbs ---*/

.woocommerce-breadcrumb,
.breadcrumb {
	color: #666666;
	font-weight: 700;
	font-size: 12px;
	margin-bottom: 0;
	padding: 5px 10px 5px 0px;
}

/*--- Site Inner > Content > Content Area ---*/

/*--- Site Inner > Content > Content Area > Common Codes ---*/

.fl-tabs-panel hr {
	border-top: 2px solid #c9c9c9;
	margin: 0 0 10px 0;
}
div.row {
	width: 100%;
	float: left;
	display: block;
}
div.column2,
div.column3,
div.column4 {
	float: left;
	margin-right: 1%;
	width: 100%;
}
.full-width-content .content,
.landing-page .content {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.mission-right {
	float: left;
	width: 70%;
}
.mission-left {
	float: right;
	width: 30%;
}
.panel.entry-content ul {
	font-size: 15px;
}
.entry {
	margin: 0;
	background-color: #fff;
}
.entry-header {
	padding-bottom: 20px;
	padding-top: 5px;
}
.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}
.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;
}
.entry .entry-content a:hover,
.entry .entry-content a:focus,
.entry-content a.more-link:hover,
.entry-content a.more-link:focus,
.breadcrumb a:hover,
.breadcrumb a:focus,
.entry-header .entry-meta .entry-author a:hover,
.entry-header .entry-meta .entry-author a:focus,
.entry-footer .entry-categories a:hover,
.entry-footer .entry-categories a:focus,
.entry-footer .entry-tags a:hover,
.entry-footer .entry-tags a:focus,
.entry-header .entry-meta a,
.entry-header .entry-meta a:hover,
.entry-header .entry-meta a:focus,
.entry-footer .entry-meta a,
.entry-footer .entry-meta a:hover,
.entry-footer .entry-meta a:focus {
	color: #e5554e;
	text-decoration: none;
}
.content .entry-content a {
	text-decoration: none;
}
.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	padding-left: 15px;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.entry-content code {
	background-color: #333;
	color: #ddd;
}
.entry-content .fl-woocommerce-products ul {
	justify-content: space-between;
}
.entry-content .fl-woocommerce-products ul li {
	justify-content: center;
	float: left;
	margin: 0 0 2.992em;
	padding: 0;
	position: relative;
	width: 48%;
	clear: both;
	/* margin-left: 10px; */
}
.entry-content .fl-woocommerce-products ul li h2 {
	margin-top: 10px;
	font-size: 1em;
}
.entry-content .fl-woocommerce-products ul li a {
	padding: 1.5em 0;
	margin-top: 20px;
}
.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
}
.entry-categories,
.entry-tags {
	display: block;
}
.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}
.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}
.entry-content h2.mediumfontoswald {
	color: #1f497d;
	font-size: 29px;
	font-weight: normal;
	line-height: 1.222em;
}
.terms {
	color: #111111 !important;
	font-size: 1.1em !important;
}
.resource_headingn {
	font-size: 1.4em;
	padding-top: 30px;
}

/* Avatar starts */
.avatar {
	border-radius: 50%;
	float: left;
}
.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.comment .avatar {
	margin: 0 16px 24px 0;
}
/* Avatar ends */

/* After and Before Entry starts */
.after-entry,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	padding: 10px 30px 0 30px;
}
.author-box {
	background-color: #f5f5f5;
	padding: 30px;
}
.after-entry,
.archive-description,
.author-box,
.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}
.after-entry .enews {
	padding-left: 30px;
	padding-right: 30px;
}
.after-entry .widget:last-of-type {
	margin-bottom: 0;
}
.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}
/* After and Before Entry ends */

/* Search Form starts */
.entry-content .search-form {
	margin-bottom: 40px;
	width: 72%;
}
.post-password-form input[type="submit"] {
	margin-top: 10px;
}
.genesis-nav-menu .search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
.widget_search input[type="submit"] {
	position: absolute;
}
/* Search Form ends */

/* Titles starts */
.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 4px;
}
.entry-title {
	font-size: 1.5em;
	margin-bottom: 10px;
	text-align: center;
}
.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}
.entry-title a:focus,
.entry-title a:hover {
	color: #e5554e;
}
.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}
/* Titles ends */

/* Featured Content starts */
.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}
.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}
.featured-content .entry-title {
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.featured-content img {
	width: auto;
}
/* Featured Content ends */

/* Entry Comments starts */
body .entry-header .entry-meta .entry-comments-link a:hover,
body .entry-header .entry-meta .entry-comments-link a:focus {
	color: #333;
}
.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}
.comment-list li {
	padding: 40px 0 0 30px;
}
.comment-list .depth-1 {
	padding-left: 0;
}
.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;
}
.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}
/* Entry Comments ends */

/* Common WooCommerce Codes - starts */
.woocommerce div.product div.images {
	margin-bottom: 0;
}
.variation .variation-SingleProduct,
.variation .variation-DoubleProduct,
.variation .variation-TripleProduct,
.variation .variation-quadProduct,
.variation .variation-Quantitysingle,
.variation .variation-Quantitydouble,
.variation .variation-Quantitytriple,
.variation .variation-Quantityquad {
	display: none !important;
}
.prod_table .price {
	width: 82px;
}
.woocommerce td.product-name dl.variation dt {
	width: 50%;
	font-weight: bold;
	padding: 0 0 0.25em 0;
	margin: 0 4px 0 0;
	clear: left;
	padding: 0 !important;
	font-weight: 200 !important;
	max-height: 16px;
}
html body.woocommerce-cart td.product-name dl.variation dd {
	margin-left: 51%;
}
.woocommerce table.shop_table th {
	font-weight: 700;
	padding: 2px 12px;
}
.view-all-span {
	display: inline-block;
	font-weight: bold !important;
	text-align: center;
	width: 100% !important;
}
.woocommerce .quantity .qty,
.woocommerce div.cw_quantity_select select.cw_qty {
	height: 3em;
	border-right: none;
	border-left: none;
	font-size: 20px;
	padding-right: 4px;
	background-color: azure;
	border-top: 2px solid #828282;
	border-bottom: 2px solid #828282;
}
.woocommerce td.product-name dl.variation dt.variation-Total,
.woocommerce td.product-name dl.variation dd.variation-Total,
.woocommerce td.product-name dl.variation dt.variation-Qty,
.woocommerce td.product-name dl.variation dd.variation-Qty,
.create-account,
.woocommerce-info,
.cart_totals .wc-proceed-to-checkout,
form.woocommerce-ordering,
.woocommerce .woocommerce-message {
	display: none;
}
p.cart-empty.woocommerce-info {
	display: block;
}
.woocommerce-error > li {
	color: #b81c23;
}
html body.woocommerce-cart table.shop_table.cart td dl.variation dd p {
	font-size: 12px;
}
.woocommerce.woocommerce-page h1.page-title {
	margin-bottom: 0;
	padding-left: 0px;
}
body.tax-product_cat .woocommerce-result-count {
	padding: 0 12px;
	margin: 0;
	font-size: 1.5rem;
}
.woocommerce td.product-name dl.variation dd {
	padding: 0 !important;
	margin-bottom: 0px !important;
}
html body .woocommerce td.product-name dl.variation dd ul {
	padding-left: 0;
}
html body .woocommerce td.product-name dl.variation dd ul li {
	font-size: 12px;
}
/* Common WooCommerce Codes - ends */

h1.page-title {
	background: #fff;
}
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
.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;
}

/*--- Site Inner > Content > Content Area > Post Type: Page ---*/

/*--- Site Inner > Content > Content Area > Post Type: Post ---*/

/*--- Site Inner > Content > Content Area > Post Type: Products ---*/

.smallColumn {
	float: left;
	margin-right: 1%;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.largeColumn {
	float: left;
	margin-right: 1%;
	width: 100%;
}
html body.woocommerce div.product form.cart .product_totals {
	overflow: initial;
	display: initial;
}
html body.woocommerce div.product form.cart .product_totals ul li.wcgfpa_grand_total {
	justify-content: flex-start;
	border: none;
	padding: 0;
}
html body.woocommerce div.product form.cart .variations label {
    font-weight: 400;
    font-family: "Oswald", sans-serif;
}
div.ginput_container span.cutout {
	color: #808080 !important;
	margin-left: 38px !important;
	font-size: 27px !important;
	font-weight: bold;
	color: #808080;
	text-decoration: line-through;
	text-decoration-color: red;
}
.woocommerce section.upsells ul.products li.product {
	width: 48% !important;
}
h3.warning {
	width: 36% !important;
	background: #f99 none repeat scroll 0 0 !important;
	font-weight: normal !important;
	padding: 10px 15px;
}
p.warning {
	background: #f99 none repeat scroll 0 0 !important;
	font-weight: normal !important;
	padding: 10px 15px;
}
.qty-select-label {
	float: left;
	line-height: 3em;
	margin-right: 5px;
}
.woocommerce-page div.product div.summary ul,
.woocommerce-page woocommerce-product-details__short-description ul {
	margin-left: 15px;
}
.woocommerce-page div.product div.summary ul li,
.woocommerce-page woocommerce-product-details__short-description ul li {
	font-weight: 400;
}
div.product_meta {
	display: none;
}
h1.breaker {
	clear: none;
	margin-top: 0;
	padding: 2px 0 5px 0 !important;
	border-right: 2px solid #333;
	border-left: 2px solid #333;
	border-top: 2px solid #333;
	background: whitesmoke;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 1.3em;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	margin-bottom: 0px;
}
.woocommerce div.product .product_title {
	font-weight: normal;
	padding: 2px 0 5px 0 !important;
	border-bottom: 2px solid #333;
	border-top: 2px solid #333;
	background: whitesmoke;
	width: 100%;
	text-align: center;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce ul.products li a.button:hover {
	background-color: #5cbf2a;
	color: #fff;
}
.woocommerce ul.products li a.button:active {
	position: relative;
	top: 1px;
}
.woocommerce-tabs .wc-tab h2,
.woocommerce-tabs .tabs {
	display: none;
}
.single_add_to_cart_button {
	margin: 0 !important;
}
body.single-product .product button.single_add_to_cart_button.button {
	background-color: #38bd5c;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #18ab29;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 17px;
	padding: 16px 25px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #2f6627;
	text-transform: capitalize;
	font-weight: normal;
}
html body.woocommerce div.product form.cart {
	margin-bottom: 0.5em;
}
body.single-product .product button.single_add_to_cart_button.button:hover,
body.single-product
	.product
	button.single_add_to_cart_button.button:disabled[disabled] {
	background-color: #5cbf2a;
}
.woocommerce ul.products li.product h3 {
	text-align: center;
}
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
button.single_add_to_cart_button {
	color: #fff !important;
	font-size: 16px;
	padding: 10px 75px;
}
.single_add_to_cart_button.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	height: 60px;
}
body .woocommerce .products ul,
body .woocommerce ul.products {
	background: #fff;
	padding: 0px;
	margin-bottom: 0px;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
	transition: all ease-in-out 0.2s;
}
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
}
ul.products li a.add_to_cart_button {
	background-color: #34c25a;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 12px;
	padding: 12px 10px;
	text-decoration: none;
	font-weight: normal;
	width: 90% !important;
	margin: 0 auto !important;
}
/* .woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page .content div.product div.images,
.woocommerce-page div.product div.images {
	width: 100%;
} */
.summary-right-small {
	float: right;
	width: 65%;
}
.summary-right {
	float: right;
	width: 58%;
}
.summary-right span {
	font-weight: normal !important;
}
/* .woocommerce #content .site-inner div.product div.summary,
.woocommerce .site-inner div.product div.summary,
.woocommerce-page .site-inner .content div.product div.summary,
.woocommerce-page .site-inner div.product div.summary {
	width: 100%;
	margin-bottom: 0;
} */
.custom_class_single_prod {
	float: left;
	clear: both;
	width: 100%;
}
.custom_class_single_prod .hide_custom_product,
.custom_class_single_prod .product_meta .posted_in {
	display: none;
}
.custom_class_single_prod .product_totals li label, 
html body.woocommerce div.product form.cart .product_totals ul li.wcgfpa_grand_total p.price {
	float: left;
    margin-right: 15px !important;
    font-size: 27px !important;
    color: #333;
    margin-top: 0 !important;
}
body.single-product .product button.single_add_to_cart_button.button {
	margin-top: 48px;
}
/* Common variation products css - starts */
html body.woocommerce div.product form.cart .variations select {
	margin-right: 0;
}
/* Common variation products css - ends */

/* How to measure cover popup - starts */
.gform_wrapper .instruction {
	color: red;
}
div.measure-cover {
	margin: 24px 0;
}
div.strip-choose img.alignleft {
	margin-bottom: 0px;
}
div.style-choose {
	margin-top: 24px;
	margin-bottom: 24px;
	text-align: center;
}
a.measure-cover {
	background-color: #ffe600;
	color: #333;
	border: #333 solid 2px;
	border-radius: 8px;
	padding: 12px 16px;
	font-size: 14px;
	font-weight: bold;
}
body a.measure-cover:hover {
	background-color: #e5554e;
	color: #fff;
	cursor: pointer;
}
a.measure-cover i.fa-play,
button.measure-cover i.fa-play-circle,
a.measure-cover i.fa-angle-double-right {
	padding-right: 5px;
}
/* How to measure cover popup - ends */

/* Gravity Forms - starts */
/* Gravity Forms - Common Codes - starts */
/* .curthiddescription {		
	float: left;
	margin: 15px 15px 0 0;
	font-size: 20px !important;
} */
#stripCalculator {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 8px;
    max-width: 450px;
    width: 90%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-top: 20px;
}
#stripCalculator .input-group {
    margin-bottom: 20px;
}
#stripCalculator .input-group label {
    display: block;
    margin-bottom: 8px;
    color: #555;
    font-weight: bold;
}
#stripCalculator .input-group input[type="number"],
#stripCalculator .input-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; /* Include padding and border in element's total width/height */
    font-size: 1rem;
}
#stripCalculator .input-group select {
    appearance: none; /* Remove default arrow */
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007bff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: .65em auto;
    padding-right: 30px; /* Make room for arrow */
}
#calculatorResult {
    margin-top: 25px;
    padding: 15px;
    background-color: #e9f5ff;
    border: 1px solid #b3d7ff;
    border-radius: 5px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    color: #0056b3;
    display: none;
}
#calculatorResult .result-number,
.result-number {
    font-size: 1.65rem;   /* Larger size specifically for the number */
    color: crimson;       /* Red color specifically for the number */
    /* Font weight (bold) will be inherited from #calculatorResult */
    margin-left: 0.25em;  /* Optional: Adds a little space before the number */
}
.curthiddescription .gfield_description {
	display: none !important;
}
/* .gfield.curthiddescription.masterlyt {
	width: 47% !important;
}
.gfield.curthiddescription.clear-both.width-box-20-new {
	clear: both !important;
} */
body .gform_wrapper li.gfield.field_description_below + li.gsection.trackcomp {
	width: 50%;
	margin-top: 0 !important;
	border-bottom: 2px solid #333;
}
body .gform_wrapper li.gfield.compqty input {
	font-size: x-large !important;
	color: teal;
	margin: 0;
	font-weight: bold;
	border: none;
}
body .gform_wrapper .gfield_checkbox li input,
body .gform_wrapper .gfield_checkbox li input[type="checkbox"],
body .gform_wrapper .gfield_radio li input[type="radio"],
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
body
	.gform_wrapper.gf_browser_chrome
	.gfield_checkbox
	li
	input[type="checkbox"],
body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] {
	margin-top: 4px;
	margin-right: 5px;
}
.custom_dimension {
	margin-top: 20px;
}
.custom_dimension h3 {
	width: 100%;
	font-size: 18px;
	background: #d4d4d4 !important;
	padding: 8px 10px !important;
}
.custom_dimension h3 span {
	color: #ff0000;
}
html
	body
	.gform_wrapper
	div.gform_body
	ul.gform_fields
	li.gfield.gfield_html
	.roundback
	ul,
html
	body
	.gform_wrapper
	form
	div.gform_body
	ul.gform_fields
	li.gfield.gfield_html
	.roundback
	ul {
	margin: 0px 0px 5px 15px;
}
html
	body
	.gform_wrapper
	div.gform_body
	ul.gform_fields
	li.gfield.gfield_html
	.roundback
	ul
	li {
	color: #7f7f7f;
	font-size: 14px;
	margin-bottom: 0px;
}
.roundback {
	overflow: auto;
	background-color: #f2f2f2;
	border: 2px solid #000;
	border-radius: 10px;
	margin: 0 0 10px 0;
	padding: 10px;
}
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
	margin-bottom: 5px;
}
.gform_wrapper .gfield_radio {
	padding-left: 10px;
}
body .gform_wrapper .top_label div.ginput_container {
	margin-bottom: 8px !important;
	margin-top: 0 !important;
}
.custom-link-ans {
	background: #ffff00;
	color: #ff0000;
	line-height: 30px;
}
.gform_wrapper ul li.gfield {
	font-size: 15px;
	clear: none !important;
}
.ginput_container {
	float: left;
}
.gform_wrapper .left_label .gfield_label {
	width: 20% !important;
}
.gform_wrapper .right_label input.medium,
.gform_wrapper .right_label select.medium,
.gform_wrapper .left_label input.medium,
.gform_wrapper .left_label select.medium {
	width: 250px !important;
	padding: 5px;
}
.gform_wrapper input.ginput_quantity {
	margin-bottom: 3px;
	width: 2.5em;
}
.gform_body li p {
	margin-bottom: 5px;
}
.gform_wrapper span.ginput_product_price {
	width: 25%;
	float: left;
	text-align: center;
}
.gform_body .special_request {
	margin-top: 30px;
}
.gform_body .special_request label,
.gform_wrapper .gform_footer,
.ginput_product_price_label,
.ginput_quantity_label,
.curthidlabel .gfield_label {
	display: none !important;
}
.gform_wrapper ul li.special_request textarea.small {
	width: 100%;
	height: 8em;
	margin-top: 10px;
}
body .gform_wrapper .selcolmaterial .gfield_checkbox li input,
body .gform_wrapper .selcolmaterial .gfield_checkbox li input[type="checkbox"],
body .gform_wrapper.gf_browser_chrome .selcolmaterial .gfield_checkbox li input,
body
	.gform_wrapper.gf_browser_chrome
	.selcolmaterial
	.gfield_checkbox
	li
	input[type="checkbox"] {
	margin-top: 0.25%;
}
body .gform_wrapper .selcolmaterial .gfield_radio li input[type="radio"],
body
	.gform_wrapper.gf_browser_chrome
	.selcolmaterial
	.gfield_radio
	li
	input[type="radio"] {
	margin-top: 0.75%;
	margin-right: 5px;
}
.gform_wrapper ul li.gfield.clear-both {
	clear: both !important;
}
body .gform_wrapper ul li.gfield {
	margin-top: 0 !important;
}
.single-product .form-header-group {
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
	clear: both;
	padding: 8px 12px 2px 12px;
	width: 100%;
	margin-top: 18px;
}
.gform_body > ul {
	position: relative;
}
.curthidlabel-new label {
	float: left;
	margin: 15px 15px 0 0;
}
.gform_wrapper span.ginput_total .amount {
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
	float: left;
	margin-left: 40px;
	line-height: 36px;
}
.gform_wrapper span.ginput_total {
	color: #333 !important;
	margin-left: 94px !important;
	margin-top: 1px !important;
	font-size: 27px !important;
	font-weight: bold;
}
.gfield_label {
	text-align: left;
	font-weight: 700;
}
.ginput_container {
	float: left;
	width: 100%;
}
.gform_wrapper input.ginput_quantity {
	width: 80px !important;
}
.gform_wrapper ul li.gfield {
	clear: both;
	float: left;
	width: 100%;
}
.product_totals label {
	font-size: 27px !important;
	color: #666;
}
.product_totals .ginput_container {
	display: contents !important;
}
/* Gravity Forms - Common Codes - ends */
/* Gravity Forms - Master Form Design - starts */
body .gform_wrapper ul li.gfield.widthcapgreyboxin-new-inch {
	width: 28.5%;
	margin-top: 4px;
}
.dimfieldhead {
	color: #000;
	background: #d3d3d3;
	padding-left: 5px;
	font-weight: 700;
	margin-bottom: 3px;
	margin-right: 5px;
	padding-right: 0 !important;
}
.dimfieldhead-min {
	color: red;
	font-size: 12px !important;
	font-weight: normal;
	margin-bottom: 3px;
	margin-right: 5px;
	padding-right: 0 !important;
}
.gform_wrapper li.chkheight {
	margin-left: 0.7% !important;
}
.sidacaption-new {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	padding: 0;
}
.sidacaption-new > span {
	color: red;
}
.gfield.curthidlabel.clear-both.width-box-20-new {
	clear: both !important;
}
body
	.gform_wrapper
	ul.gform_fields
	li.gfield.seccolsty
	.ginput_container
	select {
	margin-left: 0;
}
.seccolsty label.gfield_label {
	width: 24%;
	float: left;
}
.gform_wrapper .seccolsty ul.gfield_checkbox,
.gform_wrapper .seccolsty ul.gfield_radio {
	margin-top: 0;
}
.seccolsty .gfield_description {
	display: none;
}
.width-box-20-new .medium,
.width-box-20-new-inch .medium {
	width: 100% !important;
}
.gform_wrapper ul li.gfield.width-box-20-new {
	float: left;
	width: 20.5%;
}
.width-box-20-new .ginput_container {
	width: 90% !important;
}
.gform_wrapper ul.gform_fields li.gfield.width-box-20-new {
	padding-right: 0px !important;
}
.gform_wrapper ul li.gfield.width-50-caption-new {
	width: 48%;
}
.gform_wrapper ul.gform_fields li.gfield.selcolmaterial {
	width: 100%;
}
.gform_wrapper .selcolmaterial .ginput_container {
	width: 75%;
}
.gform_wrapper.selcolmaterial .ginput_container select {
	margin-bottom: 15px;
	margin-left: 0px;
}
.gform_wrapper ul li.gfield.floorswep {
	float: left;
	margin-top: 28px;
	width: 20%;
	min-height: 70px;
}
.gform_wrapper ul li.gfield.floorswep .ginput_container {
	width: 100%;
}
body
	.gform_wrapper
	ul.gform_fields
	li.gfield.floorswep
	.ginput_container
	select {
	margin-left: 0px;
	margin-top: 7px;
}
.gform_wrapper ul li.gfield.floorswepimg {
	float: right;
	width: 78%;
	min-height: 70px;
}
.width-box-20-new .instruction {
	display: none !important;
}
/* Gravity Forms - Master Form Design - ends */
/* Gravity Forms - Strip Curtain Design - starts */
.gform_wrapper ul li.masterlyt-sidewidhigh {
	width: 25%;
	height: 48px;
}
.masterlyt-sidewidhigh .ginput_container {
	width: 100%;
}
.gfield.masterlyt-widthcapgreybox.clear-both {
	clear: both !important;
}
.masterlyt-sidewidhigh .medium {
	width: 100% !important;
}
.gform_wrapper ul li.masterlyt-widthcapgreybox {
	width: 50%;
}
.gform_wrapper ul li.width-51,
.gform_wrapper ul li.width-48,
.gform_wrapper ul li.width-30,
.gform_wrapper ul li.width-80,
.gform_wrapper ul li.width-12 {
	width: 100%;
}
.gform_wrapper ul.gform_fields li.gfield.width-48-fix {
	width: 48%;
	margin-right: 1%;
}
.masterlyt-sidewidhigh .instruction {
	display: none !important;
}
/* Gravity Forms - Strip Curtain Design - ends */
/* Gravity Forms - Insulated Curtain Design - starts */
.gform_wrapper ul li.width-35 {
	width: 100%;
}
/* Gravity Forms - Insulated Curtain Design - ends */
/* Gravity Forms - Portable Weld Curtain Design - starts */
body
	.gform_wrapper
	div.gform_body
	ul.gform_fields
	li.gfield.gfield_html
	div.custom_weld_layout
	ul.style_layout {
	margin-left: 0px !important;
}
.custom_weld_layout {
	width: 100% !important;
}
.custom_weld_layout > h3 {
	background: #f1f1f1 none repeat scroll 0 0 !important;
	font-size: 17px !important;
	font-weight: normal !important;
	padding: 10px 15px;
}
.custom_weld_layout li {
	display: inline-block !important;
	margin-right: 0px !important;
}
.custom_weld_layout h6 {
	text-align: center;
}
/* Gravity Forms - Portable Weld Curtain Design - ends */
/* Gravity Forms - PVC Strip Curtain & Freezer/Cooler Design - starts */
.gform_wrapper ul.gform_fields li.gfield.width-17 {
	width: 50%;
	padding-right: 0%;
}
/* Gravity Forms - PVC Strip Curtain & Freezer/Cooler Design - ends */
/* Gravity Forms - Rollup Dock Door Design - starts */
.gform_wrapper ul.gform_fields li.gfield.width-10 {
	width: 10%;
	padding-right: 0%;
	max-width: 117px;
	min-width: 110px;
}
a.click-here {
	background-color: #f2f2f2;
	color: #333;
	border: #333 solid 2px;
	border-radius: 8px;
	padding: 12px 16px;
	font-size: 10px;
	font-weight: bold;
}
.gform_wrapper ul.gform_fields li.gfield.masterlyt-widthcapgreybox-newer {
	width: 100%;
}
.gform_wrapper ul.gform_fields li.gfield.width-50-real {
	width: 100%;
}
/* Gravity Forms - Rollup Dock Door Design - ends */
/* Gravity Forms - Automotive Station Design - starts */
.automotive-paint-and-sanding-station {
	clear: both !important;
	float: left !important;
	width: 65px !important;
}
.gfield.automotive-paint-and-sanding-station.clear-both {
	clear: both !important;
}
.masterlyt-sidewidhigh-cstm {
	float: left !important;
	width: 21% !important;
}
.masterlyt-sidewidhigh-cstm .ginput_container {
	width: 100% !important;
}
.masterlyt-sidewidhigh-cstm .medium {
	width: 100% !important;
}
.master-lyt-widthcapgreyboxft {
	float: left !important;
	width: 5% !important;
}
/* Gravity Forms - Automotive Station Design - ends */
/* Gravity Forms - Vehicle Booth Design - starts */
.gform_wrapper ul.gform_fields li.gfield.gf_list_4col {
	width: 100%;
}
/* Gravity Forms - Vehicle Booth Design - ends */
/* Gravity Forms - ends */

/* WooCommerce 3.0 Gallery - starts */
.woocommerce-product-gallery {
	position: relative;
	margin-bottom: 3em;
}
.woocommerce-product-gallery figure {
	margin: 0;
}
.woocommerce-product-gallery
	.woocommerce-product-gallery__image:nth-child(n + 2) {
	width: 25%;
	display: inline-block;
}
.woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	float: left;
	cursor: pointer;
	margin: 5px !important;
}
.woocommerce-product-gallery .flex-control-thumbs img {
	opacity: 0.5;
}
.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
	opacity: 1;
}
.woocommerce-product-gallery img {
	display: block;
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li,
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li,
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 20% !important;
}
.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 99;
}
a.woocommerce-product-gallery__trigger {
	text-decoration: none;
}
.single-product
	div.product
	.woocommerce-product-gallery
	.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 0.875em;
	right: 0.875em;
	display: block;
	height: 2em;
	width: 2em;
	border-radius: 3px;
	z-index: 99;
	text-align: center;
	text-indent: -999px;
	overflow: hidden;
}
.single-product
	div.product
	.woocommerce-product-gallery
	.woocommerce-product-gallery__trigger {
	background-color: #169fda;
	color: #ffffff;
}
.single-product
	div.product
	.woocommerce-product-gallery
	.woocommerce-product-gallery__trigger:hover {
	background-color: #1781ae;
	border-color: #1781ae;
	color: #ffffff;
}
.single-product
	div.product
	.woocommerce-product-gallery
	.woocommerce-product-gallery__trigger:before {
	font: normal normal normal 1em/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	content: "\f00e";
	line-height: 2;
	text-indent: 0;
}
/* WooCommerce 3.0 Gallery - ends */

div.jconfirm-content {
	font-size: 16px;
}
body .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
	text-align: left;
}
div.jconfirm-content p {
	margin-bottom: 0px;
}
div.jconfirm-content ul.bulletlist li {
	margin-left: 20px;
}
iframe.video-frame {
	width: 1024px;
	height: 485px;
}
.jconfirm-holder {
	padding-top: 0px !important;
}
.jconfirm-holder .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.jconfirm-holder .col,
.jconfirm-holder .col-1,
.jconfirm-holder .col-10,
.jconfirm-holder .col-11,
.jconfirm-holder .col-12,
.jconfirm-holder .col-2,
.jconfirm-holder .col-3,
.jconfirm-holder .col-4,
.jconfirm-holder .col-5,
.jconfirm-holder .col-6,
.jconfirm-holder .col-7,
.jconfirm-holder .col-8,
.jconfirm-holder .col-9,
.jconfirm-holder .col-auto,
.jconfirm-holder .col-lg,
.jconfirm-holder .col-lg-1,
.jconfirm-holder .col-lg-10,
.jconfirm-holder .col-lg-11,
.jconfirm-holder .col-lg-12,
.jconfirm-holder .col-lg-2,
.jconfirm-holder .col-lg-3,
.jconfirm-holder .col-lg-4,
.jconfirm-holder .col-lg-5,
.jconfirm-holder .col-lg-6,
.jconfirm-holder .col-lg-7,
.jconfirm-holder .col-lg-8,
.jconfirm-holder .col-lg-9,
.jconfirm-holder .col-lg-auto,
.jconfirm-holder .col-md,
.jconfirm-holder .col-md-1,
.jconfirm-holder .col-md-10,
.jconfirm-holder .col-md-11,
.jconfirm-holder .col-md-12,
.jconfirm-holder .col-md-2,
.jconfirm-holder .col-md-3,
.jconfirm-holder .col-md-4,
.jconfirm-holder .col-md-5,
.jconfirm-holder .col-md-6,
.jconfirm-holder .col-md-7,
.jconfirm-holder .col-md-8,
.jconfirm-holder .col-md-9,
.jconfirm-holder .col-md-auto,
.jconfirm-holder .col-sm,
.jconfirm-holder .col-sm-1,
.jconfirm-holder .col-sm-10,
.jconfirm-holder .col-sm-11,
.jconfirm-holder .col-sm-12,
.jconfirm-holder .col-sm-2,
.jconfirm-holder .col-sm-3,
.jconfirm-holder .col-sm-4,
.jconfirm-holder .col-sm-5,
.jconfirm-holder .col-sm-6,
.jconfirm-holder .col-sm-7,
.jconfirm-holder .col-sm-8,
.jconfirm-holder .col-sm-9,
.jconfirm-holder .col-sm-auto,
.jconfirm-holder .col-xl,
.jconfirm-holder .col-xl-1,
.jconfirm-holder .col-xl-10,
.jconfirm-holder .col-xl-11,
.jconfirm-holder .col-xl-12,
.jconfirm-holder .col-xl-2,
.jconfirm-holder .col-xl-3,
.jconfirm-holder .col-xl-4,
.jconfirm-holder .col-xl-5,
.jconfirm-holder .col-xl-6,
.jconfirm-holder .col-xl-7,
.jconfirm-holder .col-xl-8,
.jconfirm-holder .col-xl-9,
.jconfirm-holder .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin: auto;
}
.jconfirm-holder .col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.jconfirm-holder .col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
.jconfirm-holder .col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.jconfirm-holder .col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.jconfirm-holder .col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.jconfirm-holder .col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.jconfirm-holder .col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.jconfirm-holder .col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.jconfirm-holder .col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.jconfirm-holder .col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.jconfirm-holder .col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.jconfirm-holder .col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.jconfirm-holder .col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.jconfirm-holder .col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
/* jQuery Confirm css - ends */

/*--- Site Inner > Content > Content Area > All Other Post Types ---*/

.epkb_post_type_1-template-default .breadcrumb {
	display: none;
}

/*--- Site Inner > Content > Content Area > Archive Pages ---*/

body.tax-epkb_post_type_1_category .entry-image-link img {
	max-width: 150px;
}
.woocommerce ul.products li.product {
	align-items: self-start;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/* Pagination starts */
.pagination {
	clear: both;
	margin: 40px 0;
}
.archive-pagination .pagination {
	margin-left: 30px;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	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,
.archive-pagination li.active a:hover,
.archive-pagination li.active a:focus {
	background-color: #e5554e;
}
.woocommerce nav.woocommerce-pagination {
	background-color: #fff;
	margin: 0px !important;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
	font-size: 12px !important;
}
/* Pagination ends */
html body.woocommerce ul.products[class*="columns-"] li.product,
html body.woocommerce-page ul.products[class*="columns-"] li.product {
	margin-right: 2%;
}
html body.archive.woocommerce ul.products li.product .price {
	font-size: 1.2em;
}

/*--- Site Inner > Content > Content Area > Archive Pages > Blog ---*/

.blog a.entry-image-link img {
	display: none;
}

/*--- Site Inner > Content > Content Area > Archive Pages > Shop ---*/

/*--- Site Inner > Content > Content Area > Archive Pages > Product Category Pages ---*/

body.tax-product_cat .archive-description {
	display: none;
}

/*--- Site Inner > Content > Content Area > Special Pages ---*/

/*--- Site Inner > Content > Content Area > Special Pages > Contact Us Page ---*/

span.phone-reveal {
	color: red;
	text-decoration: underline;
	cursor: pointer;
}

/*--- Site Inner > Content > Content Area > Special Pages > Search Page ---*/

body.search-no-results .search-form-submit {
	display: none;
}
body.search .fl-post-feed-image img {
	width: fit-content !important;
}
body.search h2.entry-title a {
	font-size: 20px;
}
div.search-content article img {
	height: auto;
	vertical-align: top;
}
div.search-content .post-type-heading {
	background-color: #333;
	color: #fff;
	padding-left: 5px;
}
div.search-content article {
	display: inline-block;
	width: 24%;
	padding: 0;
	margin: 1% 1% 1% 0% !important;
}
div.search-content .entry-title {
	font-size: 15px;
}

/*--- Site Inner > Content > Content Area > Special Pages > Cart Page ---*/

.save-cart-pdf-button {
	float: right;
}
.div-paymnt {
	padding: 10px 0px;
}
.paypal-button {
	background-color: #FFC439 !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	border: 1px solid #FFC439 !important;
	cursor: pointer !important;
	color: #0070BA !important;
	margin-top: 3px;
	font-size: 23px !important;
	padding: 13px 10px !important;
	text-decoration: none !important;
	text-shadow: 0px 1px 0px #2f6627 !important;
	text-transform: capitalize;
	justify-content: center;
	font-weight: normal !important;
}
.paypal-button.button,
.venmo-button.button {
	width: 49%;
}
.venmo-button {
	background-color: #3C94D3 !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	border: 1px solid #3C94D3 !important;
	cursor: pointer !important;
	color: #000000 !important;
	font-size: 23px !important;
	padding: 13px 10px !important;
	text-decoration: none !important;
	text-shadow: 0px 1px 0px #ffffff !important;
	text-transform: capitalize;
	justify-content: center;
	font-weight: normal !important;
}
.paypal-button.button img,
.venmo-button.button img {
	height: 33px;
}
.venmo-button.button {
	justify-content: center;
	height: 100px;
}
html body.woocommerce-cart .breadcrumb,
html body.woocommerce-cart div.coupon label {
	display: none;
}
.shop_table table,
.shop_table thead,
.shop_table tbody,
.shop_table th,
.shop_table td,
.shop_table tr {
	display: block;
}
.woocommerce-checkout-review-order .shop_table tfoot tr {
	display: table-row;
}
.woocommerce-checkout table.shop_table {
	margin-bottom: 8px !important;
}
/*.woocommerce table.shop_table {
	margin-bottom: 0 !important;
	border-bottom: none !important;
}*/
.shop_table thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
html body.woocommerce-cart table.shop_table.cart td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	white-space: normal;
	text-align: left;
	font-size: 12px;
	padding: 10px 12px 10px 20%;
	text-align: left !important;
}
html body.woocommerce-cart table.shop_table.cart td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 10px;
	left: 6px;
	width: 17% !important;
	padding-right: 10px;
	text-align: left;
	font-weight: bold;
}
html body.woocommerce-cart table.shop_table.cart td:before {
	content: attr(data-title);
}
html body.woocommerce-cart table.cart .product-thumbnail {
	display: block;
}
.bottom_checkout {
	margin-bottom: 20px;
}
html body.woocommerce-cart table.cart td.actions .coupon input.input-text,
html
	body.woocommerce-cart
	table.cart
	td.actions
	.coupon
	input[name="apply_coupon"],
html body.woocommerce-page table.cart td.actions .coupon .input-text + .button {
	width: 70% !important;
	float: left;
	margin-top: 5px;
}
.woocommerce-cart table.cart .product-thumbnail {
	padding: 0;
}
.woocommerce-cart table.cart img {
	width: 120px !important;
}
.product-name a {
	color: #1d25c4 !important;
	font-size: 12px !important;
	font-weight: bold;
}
.button.wc-backward.custom_shop_desktop[name="update_cart"] {
	float: right !important;
}
td.product-remove {
	width: 100%;
}
.entry-content .woocommerce a.remove {
	display: inline-block;
}
.entry-content .woocommerce a.remove:hover {
	color: green !important;
	background: white;
}
.entry-content .woocommerce p.remove {
	display: inline-block;
	margin: 3px 10px 0px 10px;
	text-align: center;
	line-height: 1.2;
	font-size: 12px;
	vertical-align: top;
}
.woocommerce td.product-quantity {
	width: 100%;
	height: 75px;
}
.button.wc-backward.custom_shop_mobile[name="update_cart"] {
	position: absolute;
	top: 14%;
	left: 58%;
	width:150px !important;
	vertical-align:middle !important;
	
}
.button.wc-backward.custom_shop_mobile {
    margin: 0 auto !important;
    margin-top: 4px !important;
    font-size: 12px;
    text-align: center;
    width: 180px !important;
}
.woocommerce dd ul.bulleted {
	clear: none !important;
}
.bottom_checkout {
	clear: both;
	float: left;
	margin-top: 30px;
	text-align: right;
	width: 100%;
}
html body.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 7px 6px;
	margin: 2px 4px 0 0;
}
.woocommerce table.shop_table.cart td.actions {
	background-color: rgba(0, 0, 0, 0.025);
}
.button.wc-backward.custom_shop_desktop {
	display: none !important;
}
a.button.wc-backward.custom_shop_mobile.popup-savecart-tip {
	float: right;
}
.cart-collaterals h2 {
	margin-top: 20px;
}
.woocommerce .cart-collaterals table.shop_table {
	border: none;
}
.woocommerce .cart-collaterals table.shop_table td[data-title="Total"] {
	border-bottom: 1px solid #eee;
}
.woocommerce .cart-collaterals table.shop_table td[data-title="Shipping"] {
	padding-left: 28%;
} 
.woocommerce .cart-collaterals table.shop_table td[data-title="Tax"],
.woocommerce .cart-collaterals table.shop_table td[data-title="Tax"] p {
	font-size: 12px; 
}	
.woocommerce .cart-collaterals table.shop_table td[data-title="Tax"]::before {
	font-size: 18px; 
}		
.woocommerce
	.cart-collaterals
	table.shop_table
	td[data-title="Shipping"]
	ul
	li {
	text-align: left;
	text-indent: 10px;
}
html
	body
	.woocommerce
	.cart-collaterals
	table.shop_table
	td[data-title="Shipping"]
	ul#shipping_method
	li
	input[type="radio"] {
	margin-top: 5px;
}
.woocommerce
	.cart-collaterals
	table.shop_table
	td[data-title="Shipping"]
	ul
	li
	label {
	font-size: 12px;
}
.woocommerce
	.cart-collaterals
	.bottom_checkout
	.checkout-button.button.alt.wc-forward {
	width: 100%;
	margin-bottom: 20px;
}
.shop_table td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	left: 6px;
	width: 30% !important;
	padding-right: 10px;
	padding-left: 0.5%;
	text-align: left;
	font-weight: bold;
}

/*--- Site Inner > Content > Content Area > Special Pages > Checkout Page ---*/

body.woocommerce-checkout p.p65warning-checkbox {
	padding: 25px 15px;
	background-color: seashell;
	font-size: 1.1rem;
}
body.woocommerce-checkout .woocommerce form .form-row label {
	font-size: 14px;
	font-weight: bold;
	color: #000 !important;
}
body.woocommerce-checkout h3 {
	margin: 0;
	font-size: 22px;
}
body.woocommerce-checkout table.shop_table td {
	border-top: none;
}
div.order_review {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(to right, #ffd194, #fff);
}
div.order_review * {
	padding: 8px 10px 10px 10px;
}
div.order_review a.edit_cart_link {
	font-size: 13px;
}
div.order_review a.edit_cart_link * {
	padding: 0;
}
div.order_review a.edit_cart_link span {
	text-decoration: underline;
}
#woo_pp_ec_button_checkout .paypal-buttons {
	margin-top: 15px;
}
#add_payment_method #payment,
html body.woocommerce-cart #payment,
html body.woocommerce-checkout #payment {
	background-color: transparent;
	/*border: 1px solid rgba(0,0,0,.1);*/
}
#add_payment_method #payment div.payment_box::before,
html body.woocommerce-cart #payment div.payment_box::before,
html body.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #eaf4e4;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}
#add_payment_method #payment div.payment_box,
html body.woocommerce-cart #payment div.payment_box,
html body.woocommerce-checkout #payment div.payment_box {
	background-color: #eaf4e4;
}
#add_payment_method .checkout h3#ship-to-different-address,
html body.woocommerce-cart .checkout h3#ship-to-different-address,
html body.woocommerce-checkout .checkout h3#ship-to-different-address {
	float: left;
}
html body.woocommerce-checkout .breadcrumb {
	display: none;
}
body.woocommerce-checkout
	.woocommerce
	form.checkout
	.form-row
	input.input-text {
	height: 40px;
	border: 1px solid #82828240;
}
body.woocommerce-checkout
	.woocommerce
	form.checkout
	.form-row
	input.input-text:focus,
body.woocommerce-checkout .woocommerce form.checkout .form-row textarea:focus,
body.woocommerce-checkout
	.woocommerce
	form.checkout
	.select2-container--default
	.select2-selection--single:focus {
	border: 1px solid #ffd194;
}
body.woocommerce-checkout .woocommerce form.checkout .form-row textarea {
	border: 1px solid #82828240;
}
body.woocommerce-checkout
	.woocommerce
	form.checkout
	.select2-container
	.select2-selection--single {
	margin: unset;
}
body.woocommerce-checkout
	.woocommerce
	form.checkout
	.select2-container--default
	.select2-selection--single {
	border: 1px solid #82828240;
	height: 40px;
	border-radius: 0;
}
body.woocommerce-checkout
	.woocommerce
	form.checkout
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 25px;
}
fieldset {
	border: 1px solid silver;
}
.payment_method_paytrace img {
	width: 12%;
}
.woocommerce-checkout #payment .paypal-button-context-iframe .zoid-outlet {
	width: 100% !important;
}
.woocommerce-checkout #payment,
#add_payment_method #payment {
	padding: 0 !important;
}
.woocommerce-checkout #payment ul.payment_methods {
	padding: 10px !important;
}
html body.woocommerce-checkout .woocommerce ul#shipping_method li input {
	margin-top: 7px;
}
html
	body.woocommerce-checkout
	table.shop_table.woocommerce-checkout-review-order-table
	td
	dl.variation
	dd
	p {
	font-size: 12px;
}
html
	body.woocommerce-checkout
	table.shop_table.woocommerce-checkout-review-order-table
	td {
	padding-left: 20% !important;
}
html
	body.woocommerce-checkout
	table.shop_table.woocommerce-checkout-review-order-table
	td:before {
	content: attr(data-title);
	font-weight: bold;
}
.woocommerce-checkout #payment ul.payment_methods li {
	list-style: none !important;
}
h3#ship-to-different-address > label {
	float: left;
	width: 100%;
}
h3#ship-to-different-address > input#ship-to-different-address-checkbox {
	clear: both;
}
.woocommerce-checkout-payment .place-order input#place_order {
	background-color: #38bd5c;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #18ab29;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 23px;
	padding: 16px 76px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #2f6627;
	text-transform: capitalize;
	font-weight: normal;
}
.woocommerce-checkout-payment .place-order input#place_order:hover {
	background-color: #5cbf2a;
}
.woocommerce #payment div.payment_box span.help,
.woocommerce-page #payment div.payment_box span.help {
	font-size: 15px !important;
}
.bottom_checkout input.checkout-button {
	background-color: #38bd5c !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	border: 1px solid #18ab29 !important;
	cursor: pointer !important;
	color: #ffffff !important;
	font-size: 23px !important;
	padding: 16px 12px !important;
	text-decoration: none !important;
	text-shadow: 0px 1px 0px #2f6627 !important;
	text-transform: capitalize;
	font-weight: normal !important;
}
.bottom_checkout input.checkout-button:hover {
	background-color: #5cbf2a !important;
}
div.custom-carrier label {
	font-size: 13px;
}
div.custom-carrier p.carrier-name,
div.custom-carrier p.carrier-number {
	width: 100%;
	margin-bottom: 0px;
}
div.custom-carrier input#carrier_name,
div.custom-carrier input#carrier_number {
	margin-left: 0ex !important;
}
p.carrier-info {
	margin-bottom: 2px;
}
form.checkout input[type="checkbox"],
form.checkout input[type="radio"] {
	zoom: 80%;
	box-shadow: none;
	-webkit-transform: scale(1.4, 1.4);
	-moz-transform: scale(1.4, 1.4);
	-ms-transform: scale(1.4, 1.4);
	-o-transform: scale(1.4, 1.4);
	transform: scale(1.4, 1.4);
	vertical-align: middle;
}
.bottom_checkout .checkout-button.button {
	font-size: 18px !important;
	height: 70px !important;
	white-space: normal !important;
	width: 168px;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: left !important;
}
.woocommerce-checkout #payment ul.payment_methods li {
	list-style: square;
}
.checkout .shop_table thead > tr {
	background: #4686c6;
	color: #fff;
}
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
	width: 100% !important;
	border-color: #bbb3b9 #c7c1c6 #c7c1c6;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout
	#payment
	div.payment_box
	.wc-credit-card-form-card-number {
	font-size: 18px !important;
	padding: 4px 0 4px 4px !important;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	margin-bottom: 0px !important;
}
.woocommerce-checkout #ship-to-different-address {
	width: 100%;
}
/*.woocommerce-checkout .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox {
	color:#fff;
}*/
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout #ship-to-different-address,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_payment_heading {
	/*background-color: rgba(84,84,84, 1);
    color: #fff;*/
	padding: 8px 10px 10px 10px;
}
.woocommerce-checkout #payment .paypal-button-context-iframe {
	padding-top: 12px;
}
.woocommerce-checkout #place_order {
	background-color: #38bd5c !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	border: 1px solid #18ab29 !important;
	display: inline-block !important;
	cursor: pointer !important;
	color: #ffffff !important;
	padding: 16px 40px !important;
	text-decoration: none !important;
	text-transform: capitalize;
	font-weight: normal !important;
}
#paytrace-cards-form {
	width: 100%;
}
/*#billing_state_field,
#shipping_state_field,
#billing_phone_field,
#billing_postcode_field,
#shipping_postcode_field,
#billing_email_field {
	clear: none !important;
	width: 100% !important;
}
#billing_state_field,
#shipping_state_field,
#billing_phone_field {
	float:left !important;
}
#billing_postcode_field,
#shipping_postcode_field,
#billing_email_field {
	float:right !important;
}*/
.woocommerce form .form-row .required {
	font-weight: 900 !important;
}
#order_review .shop_table {
	/* common code b/w checkout and order review page */
	position: relative;
	font-size: 12px;
	margin-top: 12px;
}
html
	body.woocommerce-checkout
	table.shop_table.woocommerce-checkout-review-order-table
	td.product-total,
.woocommerce-checkout-review-order-table td.product-total,
.custom-ship th,
.woocommerce-checkout-review-order-table tr.shipping th {
	display: none;
}
/* one column checkout page */
.woocommerce #customer_details.col2-set .col-1,
.woocommerce-page #customer_details.col2-set .col-1,
.woocommerce #customer_details.col2-set .col-2,
.woocommerce-page #customer_details.col2-set .col-2 {
	clear: both;
	float: none !important;
	width: 100% !important;
	margin-right: 0 !important;
	text-align: left;
	padding-bottom: 20px;
}

/*--- Site Inner > Content > Content Area > Special Pages > Order Received Page ---*/

.woocommerce-order-received .woocommerce td.product-name .wc-item-meta li,
.woocommerce td.product-name dl.variation li {
	list-style: none !important;
}
section.woocommerce-order-details ul.wc-item-meta li {
	font-size: 12px !important;
}
.woocommerce-checkout
	.woocommerce-order
	.shop_table
	td.woocommerce-table__product-name {
	padding-left: 2% !important;
}
#order_review .shop_table tr.shipping > th {
	width: 54%;
}
#order_review .shop_table tr.shipping-custom > td {
	border: none;
	padding: 0px;
}
#order_review .shop_table #shipping_method input[type="radio"] {
	margin-right: 5px;
}
#order_review .shop_table tr.shipping-custom label {
	font-size: 13px;
}
.woocommerce
	ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	margin-bottom: 0em;
}

/*--- Site Inner > Content > Social Media Buttons ---*/

.bottom_social {
	display: flex;
	flex-direction: column;
}
.bottom_social .heading {
	flex: 1;
	font-size: 14px;
	color: gray;
}
.bottom_social .heading h3 {
	font-size: 14px;
	color: gray;
}
.bottom_social .icons {
	display: flex;
	width: 7%;
	min-width: 86px;
	justify-content: space-between;
}
.bottom_social .icons a i {
	font-size: 1.5em;
}
.bottom_social .icons a i.fa-facebook-square {
	color: #3b5998;
}
.bottom_social .icons a i.fa-youtube-square {
	color: #c4302b;
}
.bottom_social .icons a i.fa-flickr {
	color: #ff0084;
}
.bottom_social .icons a i:hover,
.bottom_social .icons a i:focus {
	color: #333;
}
body.search .search_base {
	text-align: center;
	margin-top: 20px;
}
body.search .search_base h2 span.yellowbg {
	background-color: yellow;
}

/*--- Site Inner > Sidebar ---*/

aside.sidebar-primary {
	border-radius: 10px;
	background-color: #fff;
	float: right;
	width: 100%;
}
aside.sidebar-primary section.widget {
	border-bottom: 3px solid #3333;
}
aside.sidebar-primary ul {
	margin-left: 18px;
}
aside.sidebar-primary ul li {
	font-size: 14px;
	list-style-type: none;
}
body
	.site-inner
	aside.sidebar-primary
	section.widget_product_tag_cloud
	div.tagcloud
	a.tag-cloud-link {
	font-size: 15px !important;
	text-transform: capitalize;
	background-color: #d3d3d3;
	color: #000;
	padding: 5px;
	line-height: 2;
}
body
	.site-inner
	aside.sidebar-primary
	section.widget_product_tag_cloud
	div.tagcloud
	a.tag-cloud-link:hover,
body
	.site-inner
	aside.sidebar-primary
	section.widget_product_tag_cloud
	div.tagcloud
	a.tag-cloud-link:focus {
	color: #e5554e;
}
.sidebar {
	font-size: 16px;
	line-height: 1.5;
}
.sidebar {
	float: right;
	width: 30%;
}
.sidebar-content .sidebar {
	float: left;
}
.sidebar .widget {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 10px;
}
.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sidebar p {
	margin-bottom: 20px;
}
.sidebar p:last-child,
.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}
.sidebar .widget .widget-title {
	font-style: normal;
	text-align: left;
}
.sidebar .widget a:hover,
.sidebar .widget a:focus {
	color: #333;
	text-decoration: none;
}
.sidebar .widget a {
	text-decoration: none;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}
.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}
aside.sidebar-primary .widget_product_search button[type="submit"] {
	margin-top: 10px;
}

/*--- Site Footer Widgets ---*/

#genesis-footer-widgets {
	display: none;
}

/*--- Site Footer ---*/

#footerCopyrightText {
	text-align: center;
	margin-bottom: 5px;
}

/*--- Max-width: 320px (iPhone 5, SE) ---*/

/*--- Max-width: 375px (iPhone X, 6-8) ---*/

/*--- Max-width: 414px (iPhone 6-8 Plus) ---*/

/*--- Max-width: 768px (iPad) ---*/

@media only screen and (min-width: 480px) {
	table {
		table-layout: auto;
		word-break: normal;
	}
}

@media (max-width: 767px) {
	.fl-animation {
		opacity: 1 !important;
		-webkit-animation: unset !important;
		animation: unset !important;
	}
}

/* # Desktop and iPad PRO CSS
--------------------------------------------------------------------------------
-------------------- */

@media only screen and (min-width: 959px) {
	/*--- Common Codes ---*/
	/**:hover {
		display: unset !important;	
	}*/

	/*--- Site Header ---*/

	/*div.sitewide-notice {
		padding: 5px 0px;
	}*/

	/*--- Site Header > Header Widget Area ---*/
	.entry-content .fl-woocommerce-products ul li {
		margin: 0 3.8% 3.99em 0;
		width: 19.8%;
	}
	.entery-content .fl-woocommerce-products ul li h2{
		margin-top:10px;
		font-size:16px;
		padding:1.5em 0;
	}

	.header-search-form-col {
		display: block;
	}
	.header-search-form-col input.search-form-input {
		min-height: 50px;
		border: 1px solid #333;
		border-right-width: 0;
	}
	.header-search-form-col input.search-form-submit {
		display: inline-flex;
	}
	.header-search-form-col input.search-form-submit,
	.header-search-form-col input.search-form-submit:hover,
	.header-search-form-col input.search-form-submit:focus {
		background-color: transparent !important;
		z-index: 9;
	}
	.header-search-form-col .search-form .fa-search {
		display: inline-flex;
		color: white;
		position: absolute;
		font-size: xx-large;
		background-color: #333;
		padding: 9px;
	}
	.header-search-form-col .search-form .fa-search:hover,
	.header-search-form-col .search-form .fa-search:focus {
		color: #ffd700;
		background-color: #696969;
	}

	/*--- Primary Navigation ---*/

	/* Responsive Menu starts */
	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}
	/* Responsive Menu ends */

	/* Site Menu starts */
	.wrap {
		margin: auto;
	}
	nav.nav-primary,
	.genesis-responsive-menu {
		display: block;
	}
	.nav-primary .genesis-nav-menu li.menu-item {
		border-radius: 20px 20px 0 0;
		border-bottom: none;
		text-align: center;
		width: calc(100% / 9.23);
		float: left;
		margin-right: 0.3%;
	}
	.nav-primary .genesis-nav-menu li.menu-item:last-child {
		margin-right: 0;
	}
	.nav-primary .menu-item a img {
		background-color: #fff;
		border-radius: 20px 20px 0 0;
		height: 130px;
		padding-right: 0 !important;
		width: 130px;
	}
	.nav-primary .genesis-nav-menu a {
		height: 188px;
		padding: 0 0 10px !important;
	}
	.genesis-nav-menu .sub-menu {
		position: absolute;
		border-top: 1px solid #eee;
	}
	.nav-primary .genesis-nav-menu li.menu-item .sub-menu li.menu-item {
		width: 100%;
		max-width: 262px;
		margin-right: 0;
		border-radius: 0;
	}
	.nav-primary .genesis-nav-menu li.menu-item .sub-menu li.menu-item a {
		padding: 10px 5px 10px 10px !important;
	}
	.nav-primary .genesis-nav-menu li.industrial .sub-menu,
	.nav-primary .genesis-nav-menu li.welding .sub-menu {
		width: 786px;
	}
	.nav-primary .genesis-nav-menu li.warehouse .sub-menu,
	.nav-primary .genesis-nav-menu li.insulated .sub-menu,
	.nav-primary .genesis-nav-menu li.outdooerind .sub-menu,
	.nav-primary .genesis-nav-menu li.curtHard .sub-menu {
		width: 263px;
	}
	.nav-primary .genesis-nav-menu li.pvc_strip .sub-menu,
	.nav-primary .genesis-nav-menu li.wash_down .sub-menu {
		width: 524px;
	}
	.nav-primary .menu-item a img {
		margin-left: 0px;
	}
	.nav-primary .menu-item.custom_resource a {
		font-size: 18px;
	}
	#menu-main .menu-item:hover > ul {
		display: block;
	}
	/* Site Menu ends */

	/*--- Site Inner ---*/

	.site-inner {
		padding-top: 1px;
		padding-right: 0;
		padding-left: 0;
	}

	/*--- Site Inner > Content ---*/

	.content {
		margin-bottom: 0px;
	}
	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 800px;
	}
	.full-width-content .content,
	.woocommerce .fl-builder-content.entry.product {
		padding: 10px 15px 12px 15px;
	}
	.sidebar-content .content {
		width: 70%;
	}

	/*--- Site Inner > Content > Breadcrumbs ---*/

	.woocommerce-breadcrumb,
	.breadcrumb {
		font-size: 16px;
	}

	/*--- Site Inner > Content > Content Area > Common Codes ---*/

	p {
		margin-bottom: 28px;
		line-height: unset;
	}
	li {
		font-size: 16px;
	}
	div.desktop_only {
		display: block !important;
	}
	input.desktop_only {
		display: inline-block !important;
	}
	div.mobile_only,
	div.mobile_only.custom-phone,
	div.mobile_only.custom-mail,
	div.mobile_only.custom-cart,
	div.mobile_only.custom-search,
	input.mobile_only {
		display: none !important;
	}
	button.mobile_only {
		display:none !important;
	}
	div.column4 {
		width: 24%;
	}
	div.column2 {
		width: 49%;
	}
	div.column3 {
		width: 32%;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.entry-header {
		padding-top: unset;
	}

	/* Title - starts */
	.entry-title {
		font-size: 2em;
		text-align: unset;
	}
	body.home .entry-title {
		text-align: center;
	}
	/* Title - ends */

	/* Common WooCommerce Codes - starts */
	.woocommerce.full-width-content .site-inner .content,
	.woocommerce-page.full-width-content .site-inner .content {
		max-width: 1250px;
	}
	/* .woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page .content div.product div.images,
	.woocommerce-page div.product div.images {
		width: 38%;
	}
	.woocommerce #content .site-inner div.product div.summary,
	.woocommerce .site-inner div.product div.summary,
	.woocommerce-page .site-inner .content div.product div.summary,
	.woocommerce-page .site-inner div.product div.summary {
		width: 58%;
	} */
	html body.post-type-archive-product.woocommerce .products ul,
	html body.post-type-archive-product.woocommerce ul.products,
	html body.tax-product_cat.woocommerce ul.products {
		padding: 0 2%;
	}
	/* Common WooCommerce Codes - ends */

	/*--- Site Inner > Content > Content Area > Post Type: Products ---*/

	.woocommerce section.upsells ul.products li.product {
		width: 16.05% !important;
	}
	.smallColumn {
		width: 15%;
	}
	.largeColumn {
		width: 65%;
	}
	/* jQuery Confirm css - starts */
	.jconfirm-holder .container {
		max-width: 1140px;
	}
	.jconfirm-holder .col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.jconfirm-holder .col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.jconfirm-holder .col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.jconfirm-holder .col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.jconfirm-holder .col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.jconfirm-holder .col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.jconfirm-holder .col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.jconfirm-holder .col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.jconfirm-holder .col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.jconfirm-holder .col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.jconfirm-holder .col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.jconfirm-holder .col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.jconfirm-holder .col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.jconfirm-holder .col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.jconfirm-holder .col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.jconfirm-holder .col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.jconfirm-holder .col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.jconfirm-holder .col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.jconfirm-holder .col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.jconfirm-holder .col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.jconfirm-holder .col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.jconfirm-holder .col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.jconfirm-holder .col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.jconfirm-holder .col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.jconfirm-holder .col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.jconfirm-holder .col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.jconfirm-holder .col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	/* jQuery Confirm css - ends */
	.single-product .summary p {
		font-size: 16px;
	}
	body.single-product .product button.single_add_to_cart_button.button {
		font-size: 23px;
		padding: 12px 76px;
	}

	/* Gravity Forms - starts */
	/* Gravity Forms - Common Codes - starts */
	.custom_dimension {
		margin-top: unset;
	}
	.custom_dimension h3 {
		width: 50%;
		font-size: 17px;
	}
	.single-product .form-header-group,
	.gform_wrapper ul li.special_request textarea.small {
		width: 50%;
	}
	.gform_wrapper span.ginput_total {
		margin-left: 38px !important;
	}
	.gform_wrapper ul li.width-30 {
		width: 30%;
	}
	.gform_wrapper ul li.width-12 {
		width: 12%;
	}
	.gform_wrapper ul li.width-48 {
		width: 48%;
	}
	.gform_wrapper ul.gform_fields li.gfield.width-48-fix {
		width: 15%;
		padding-right: 0;
		margin-right: 0;
	}
	.gform_wrapper ul li.width-33 {
		width: 33%;
	}
	.gform_wrapper ul li.width-51 {
		width: 51%;
	}
	.gform_wrapper ul li.width-80 {
		width: 80%;
	}
	.gform_wrapper ul li.special_request textarea.small {
		height: 5.3em;
	}
	/* Gravity Forms - Common Codes - ends */
	/* Gravity Forms - Master Form Design - starts */
	.gfield.curthidlabel.masterlyt {
		width: 47% !important;
	}
	.gform_wrapper ul li.gfield.floorswep,
	.gform_wrapper ul li.gfield.floorswepimg {
		min-height: 130px;
	}
	body
		.gform_wrapper
		ul.gform_fields
		li.gfield.floorswep
		.ginput_container
		select {
		margin-top: 12px;
	}
	.gform_wrapper ul li.gfield.width-50-caption-new {
		width: 10%;
		min-width: 107px;
	}
	.gform_wrapper ul li.gfield.width-box-20-new {
		width: 6%;
		min-width: 62px;
	}
	body .gform_wrapper ul li.gfield.widthcapgreyboxin-new-inch {
		width: 3.75%;
		min-width: 44px;
		padding-right: 0px;
	}
	.gform_wrapper ul.gform_fields li.gfield.selcolmaterial {
		width: 55%;
	}
	.seccolsty label.gfield_label {
		width: 11.25%;
	}
	body
		.gform_wrapper
		ul.gform_fields
		li.gfield.seccolsty
		.ginput_container
		select {
		margin-left: 6.5%;
	}
	/* Gravity Forms - Master Form Design - ends */
	/* Gravity Forms - Strip Curtain Design - starts */
	.gform_wrapper ul li.masterlyt-widthcapgreybox {
		width: 7%;
	}
	.gform_wrapper ul li.masterlyt-sidewidhigh {
		width: 8%;
	}
	/* Gravity Forms - Strip Curtain Design - ends */
	/* Gravity Forms - Insulated Curtain Design - starts */
	.gform_wrapper ul li.width-35 {
		width: 35%;
	}
	/* Gravity Forms - Insulated Curtain Design - ends */
	/* Gravity Forms - Portable Weld Curtain Design - starts */
	.custom_weld_layout {
		width: 60% !important;
	}
	.custom_weld_layout li {
		margin-right: 10px !important;
	}
	/* Gravity Forms - Portable Weld Curtain Design - ends */
	/* Gravity Forms - PVC Strip Curtain & Freezer/Cooler Design - starts */
	.gform_wrapper ul.gform_fields li.gfield.width-17 {
		width: 15%;
	}
	/* Gravity Forms - PVC Strip Curtain & Freezer/Cooler Design - ends */
	/* Gravity Forms - Rollup Dock Door Design - starts */
	.gform_wrapper ul.gform_fields li.gfield.masterlyt-widthcapgreybox-newer {
		width: 8%;
	}
	.gform_wrapper ul.gform_fields li.gfield.width-50-real {
		width: 50%;
	}
	/* Gravity Forms - Rollup Dock Door Design - ends */
	/* Gravity Forms - Vehicle Booth Design - starts */
	.gform_wrapper ul.gform_fields li.gfield.gf_list_4col {
		width: 50%;
	}
	/* Gravity Forms - Vehicle Booth Design - ends */
	/* Gravity Forms - ends */

	/*--- Site Inner > Content > Content Area > Archive Pages ---*/
	p.woocommerce-result-count {
		font-size: 20px;
	}

	/*--- Site Inner > Content > Content Area > Special Pages > Cart Page ---*/
	.paypal-button.button,
	.venmo-button.button {
		width: 168px;
	}
	.woocommerce
	.cart-collaterals
	.bottom_checkout
	.checkout-button.button.alt.wc-forward {
		margin-bottom: 0px;
	}
	.woocommerce .cart-collaterals table.shop_table td[data-title="Tax"],
	.woocommerce .cart-collaterals table.shop_table td[data-title="Tax"] p {
		font-size: 15px; 
	}
	.shop_table thead,
	.shop_table tbody {
		display: table-header-group;
	}
	.shop_table thead tr {
		position: unset;
		top: unset;
		left: unset;
	}
	.woocommerce .cart-collaterals table.shop_table {
		border: 1px solid rgba(0, 0, 0, 0.1);
	}
	body.woocommerce-cart .woocommerce table.shop_table:hover {
		box-shadow: 4px 4px 11px rgba(33, 33, 33, 0.2);
	}
	.woocommerce-cart .cart-collaterals .cart_totals tr.order-total th {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.woocommerce .cart-collaterals table.shop_table td[data-title="Shipping"] {
		padding: unset;
	}
	.woocommerce
		.cart-collaterals
		table.shop_table
		td[data-title="Shipping"]
		ul
		li
		label {
		font-size: 15px;
	}
	.woocommerce table.shop_table th {
		font-size: 15px;
		padding: 2px 12px !important;
	}
	.woocommerce table.shop_table th,
	html body.woocommerce-cart table.cart .product-thumbnail,
	html body.woocommerce-cart table.shop_table.cart td {
		display: table-cell;
	}
	html body.woocommerce-cart table.cart td.actions .coupon input.input-text,
	html body.woocommerce-cart table.cart td.actions .coupon input.input-text,
	html
		body.woocommerce-cart
		table.cart
		td.actions
		.coupon
		input[name="apply_coupon"],
	html
		body.woocommerce-page
		table.cart
		td.actions
		.coupon
		.input-text
		+ .button {
		width: 46% !important;
		margin-top: 0px;
	}
	.cart-prod .qty-custom-cart {
		float: right !important;
		margin-right: 45%;
	}
	.woocommerce
		.cart-collaterals
		.bottom_checkout
		.checkout-button.button.alt.wc-forward {
		width: 168px;
	}
	html body.woocommerce-cart table.cart th.product-price,
	html body.woocommerce-cart table.cart th.product-quantity,
	html body.woocommerce-cart table.cart th.product-subtotal {
		min-width: 85px;
	}
	html body.woocommerce-cart table.cart .product-thumbnail {
		max-width: 100px;
	}
	body.woocommerce-cart .woocommerce table.shop_table:hover thead tr {
		background-color: #333;
		color: #fff;
	}
	html body.woocommerce-cart table.shop_table.cart td {
		padding: 9px 12px;
		font-size: 15px;
	}
	html body.woocommerce-cart table.shop_table.cart td dl.variation dd p {
		font-size: 15px;
	}
	html body.woocommerce-cart table.shop_table.cart td p {
		font-size: 15px;
	}
	html body.woocommerce-cart table.shop_table.cart td:before {
		content: none;
	}
	td.product-remove {
		width: 80px;
	}
	p.remove {
		display: block;
	}
	.entry-content .woocommerce a.remove {
		margin: auto;
		display: block;
	}
	.product-name a {
		font-size: 18px !important;
	}
	.woocommerce td.product-name dl.variation dt {
		max-width: 200px;
		width: 37%;
	}
	html body.woocommerce-cart td.product-name dl.variation dd {
		margin-left: 37%;
	}
	.woocommerce td.product-quantity {
		width: 85px;
	}
	.button.wc-backward.custom_shop_mobile,
	.shipping-calculator-button {
		display: none;
	}
	.button.wc-backward.custom_shop_desktop {
		float: left !important;
		display: inline-block !important;
	}
	.shop_table.cart thead tr {
		background: #ffe226;
		color: #333;
		transition: background 0.25s;
		transition-timing-function: ease-in;
	}
	.shop_table.cart tr,
	.cart_totals .shop_table tr {
		display: table-row;
	}
	.actions .button.wc-backward.custom_shop_desktop:hover {
		color: #fff !important;
		font-size: 16px !important;
	}
	.actions .button.wc-backward.custom_shop_desktop {
		font-size: 16px !important;
		margin-left: 5px;
		margin-top: 0px;
	}

	/*--- Site Inner > Content > Content Area > Special Pages > Checkout Page ---*/

	body.woocommerce-checkout .woocommerce form .form-row label {
		font-size: revert;
	}
	#order_review .shop_table tr.shipping > th {
		width: 45%;
	}
	.woocommerce-checkout #payment .paypal-button-context-iframe .zoid-outlet {
		width: 235px !important;
	}
	#paytrace-cards-form {
		width: 70%;
		min-width: 312px;
	}
	div.custom-carrier p.carrier-name,
	div.custom-carrier p.carrier-number {
		width: 62%;
		margin-left: 20px;
	}
	.woocommerce #customer_details.col2-set .col-1,
	.woocommerce-page #customer_details.col2-set .col-1,
	.woocommerce #customer_details.col2-set .col-2,
	.woocommerce-page #customer_details.col2-set .col-2 {
		width: 48% !important;
		clear: unset;
		float: left !important;
		margin-right: min(15px, 2%) !important;
	}
	/*#billing_state_field,
	#shipping_state_field,
	#billing_phone_field,
	#billing_postcode_field,
	#shipping_postcode_field,
	#billing_email_field {
		width:47% !important;
	}*/
	html
		body.woocommerce-checkout
		table.shop_table.woocommerce-checkout-review-order-table
		td:before {
		content: none;
	}
	html
		body.woocommerce-checkout
		table.shop_table.woocommerce-checkout-review-order-table
		td.product-total {
		display: table-cell;
	}
	html
		body.woocommerce-checkout
		table.shop_table.woocommerce-checkout-review-order-table
		td {
		padding-left: 12px !important;
	}
	html body.woocommerce-checkout table.shop_table tr {
		display: table-row;
	}

	/*--- Site Inner > Content > Social Media Buttons ---*/

	body.search .search_base {
		margin-top: unset;
	}

	/*--- Site Inner > Sidebar ---*/

	aside.sidebar-primary {
		width: 29%;
	}
}
