/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme via Freshy
Author: Freshy
Author URI: https://freshysites.com/
Template: Divi
Version: 4.0.0
*/
/* Add your own styles at the bottom */

/* -- COLORS -- */

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white li,
.white a,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
li.white,
a.white,
p.white {
	color: #fff;
}

.black,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6,
.black li,
.black a,
h1.black,
h2.black,
h3.black,
h4.black,
h5.black,
h6.black,
li.black,
a.black,
p.black {
	color: #000;
}

.primary,
.primary h1,
.primary h2,
.primary h3,
.primary h4,
.primary h5,
.primary h6,
.primary li,
.primary a,
h1.primary,
h2.primary,
h3.primary,
h4.primary,
h5.primary,
h6.primary,
li.primary,
a.primary,
p.primary {
	color: #32a709;
}

.secondary,
.secondary h1,
.secondary h2,
.secondary h3,
.secondary h4,
.secondary h5,
.secondary h6,
.secondary li,
.secondary a,
h1.secondary,
h2.secondary,
h3.secondary,
h4.secondary,
h5.secondary,
h6.secondary,
li.secondary,
a.secondary,
p.secondary {
	color: #daf238;
}

.tertiary,
.tertiary h1,
.tertiary h2,
.tertiary h3,
.tertiary h4,
.tertiary h5,
.tertiary h6,
.tertiary li,
.tertiary a,
h1.tertiary,
h2.tertiary,
h3.tertiary,
h4.tertiary,
h5.tertiary,
h6.tertiary,
li.tertiary,
a.tertiary,
p.tertiary {
	color: #e4debe;
}

/* background colors */
.bg-white,
a.bg-white {
	background-color: #fff;
}

.bg-black,
a.bg-black {
	background-color: #000;
}

.bg-primary,
a.bg-primary {
	background-color: #32a709;
}

.bg-secondary,
a.bg-secondary {
	background-color: #daf238;
}

.bg-tertiary,
a.bg-tertiary {
	background-color: #e4debe;
}

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

.text-lowercase,
.text-lowercase h1,
.text-lowercase h2,
.text-lowercase h3,
.text-lowercase h4,
.text-lowercase h5,
.text-lowercase h6,
.text-lowercase li,
.text-lowercase a {
	text-transform: lowercase !important;
}

.text-uppercase,
.text-uppercase h1,
.text-uppercase h2,
.text-uppercase h3,
.text-uppercase h4,
.text-uppercase h5,
.text-uppercase h6,
.text-uppercase li,
.text-uppercase a {
	text-transform: uppercase !important;
}

.text-capitalize,
.text-capitalize h1,
.text-capitalize h2,
.text-capitalize h3,
.text-capitalize h4,
.text-capitalize h5,
.text-capitalize h6,
.text-capitalize li,
.text-capitalize a {
	text-transform: capitalize !important;
}

.text-transform-none,
.text-transform-none h1,
.text-transform-none h2,
.text-transform-none h3,
.text-transform-none h4,
.text-transform-none h5,
.text-transform-none h6,
.text-transform-none li,
.text-transform-none a {
	text-transform: none !important;
}

.font-weight-bold,
.font-weight-bold h1,
.font-weight-bold h2,
.font-weight-bold h3,
.font-weight-bold h4,
.font-weight-bold h5,
.font-weight-bold h6,
.font-weight-bold li,
.font-weight-bold a {
	font-weight: 700;
}

.font-weight-normal,
.font-weight-normal h1,
.font-weight-normal h2,
.font-weight-normal h3,
.font-weight-normal h4,
.font-weight-normal h5,
.font-weight-normal h6,
.font-weight-normal li,
.font-weight-normal a {
	font-weight: 400;
}

.font-italic {
	font-style: italic;
}

.text-underline-none,
.text-underline-none a {
	text-decoration: none !important;
}

.text-underline,
.text-underline a {
	text-decoration: underline !important;
}

.text-nowrap,
.text-nowrap a {
	white-space: nowrap !important;
}

.text-wrap-normal,
.text-wrap-normal a {
	white-space: normal !important;
}

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */


/* -- END TEMPLATE -- */


/* -- HEADER -- */

/* helps logo to not be pixelated when scaled down */
#logo {
	transform: none !important;
}

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children>a:first-child::after,
#et-secondary-nav .menu-item-has-children .menu-item-has-children>a:first-child::after {
	content: '5';
}

/* if parent link of child menu is a deadlink, then make it not clickable */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children>a[href="#0"] {
	pointer-events: none;
}

/* - mobile menu toggling elements, injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
	position: relative;
}

/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.03);
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}

/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgba(0, 0, 0, 0.1);
}

/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '\33';
}

/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
	content: '\32';
}

/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle~ul.sub-menu {
	display: none !important;
	padding-left: 0;
}

/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped~ul.sub-menu {
	display: block !important;
	background-color: rgba(0, 0, 0, 0.03);
}

/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}

/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a {
	padding-left: 40px;
	padding-right: 20px;
}

/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}

/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle+a {
	padding-right: 44px;
}

/* - end mobile menu toggling elements - */

/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
	font-weight: inherit;
}

/* make the current page's mobile menu link be different */
#main-header #mobile_menu.et_mobile_menu li.current-menu-item>a {
	font-weight: bolder;
}

/* -- END HEADER -- */


/* -- FOOTER -- */

/* - Bottom Bar - */

/* if the bottom bar has equal column height setting, then make it always be flex, and stack the columns initially (for mobile use)
 * and make the columns vertical aligned to be vertically centered too */
#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns {
	display: flex;
	align-items: center;
}

/* copyright wrapper */
#freshy_copyright {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: white;
	font-size: 13px;
	line-height: 1.25em;
}

/* vertical pipe divider */
#freshy_copyright span.copyright_via {
	width: 33.33333%;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%;
	background: rgba(255, 255, 255, 0.25);
	vertical-align: middle;
	margin: 10px auto 15px;
	display: block;
}

/* add an FS logo via background */
#freshy_copyright a.copyright_fs {
	display: block;
	width: 68px;
	height: 20px;
	background-image: url("/wp-content/uploads/Freshy_Logo_White_RGB.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	margin: 4px 0 0 0;
	flex-shrink: 0;
	transition: all 0.4s ease-in-out;
}

/* FS logo link hover */
#freshy_copyright a.copyright_fs:hover {
	opacity: 0.8;
}

/* remove the bottom margin that Divi adds to the social media follow icons */
#fs-footer-bottom-bar .et_pb_social_media_follow li {
	margin-bottom: 0;
}

@media (min-width: 600px) {

	/* make the copyright elements be side by side at wider screens */
	#freshy_copyright {
		flex-direction: row;
	}

	/* change horizontal pipe divider to vertical on wider screens */
	#freshy_copyright span.copyright_via {
		width: 1px;
		height: 20px;
		margin: 0 10px;
	}
}

@media (max-width: 980px) {

	/* make sure the row has columns going side by side instead of stacked */
	#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns {
		flex-direction: column;
	}

	/* when stacked, adjust the gap between stacked columns */
	#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns>.et_pb_column {
		margin-bottom: 1rem;
	}

	/* swap the order of columns when stacked, to the first column is the last one 
	 * and give no bottom margin to the first column, since we re-ordered it to the bottom */
	#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns>.et_pb_column:first-child {
		order: 1;
		margin-bottom: 0;
	}

	/* center the copyright stuff when columns are stacked */
	#freshy_copyright {
		justify-content: center;
	}

	/* remove left margin on first social icon in regular Divi footer (when not using Theme Builder) when stacked */
	#footer-bottom .et-social-icons li:first-child {
		margin-left: 0;
	}
}

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 767px) {

	/* hide on mobile */
	.hide-mobile {
		display: none;
	}
}

/* do for desktop */
@media screen and (min-width: 768px) {

	/* hide on desktop */
	.hide-desktop {
		display: none;
	}
}

/* -- END RESPONSIVE -- */


/* -- CHECKLIST -- */

.checklist ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.checklist ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 6px !important;
}

.checklist-columns-2 ul li,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
	margin-bottom: 30px !important;
}

@media (max-width: 638px) {

	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		margin-bottom: 20px !important;
	}

	.checklist-columns-2 ul li:last-child,
	.checklist-columns-3 ul li:last-child,
	.checklist-columns-4 ul li:last-child {
		margin-bottom: 0 !important;
	}
}

/* create columns of list items with this class */
@media (min-width: 639px) {

	.checklist-columns-2 ul::after,
	.checklist-columns-3 ul::after,
	.checklist-columns-4 ul::after {
		content: '';
		clear: both;
		display: table;
	}

	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 50%;
		padding-right: 30px;
	}

	.checklist-columns-2 ul li:nth-child(odd),
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: both;
	}

	.checklist-columns-2-alt>ul,
	.checklist-columns-3-alt>ul,
	.checklist-columns-4-alt>ul {
		column-count: 2;
		column-gap: 20px;
	}

	.checklist-columns-2-alt ul li,
	.checklist-columns-3-alt ul li,
	.checklist-columns-4-alt ul li {
		break-inside: avoid-column;
	}
}

@media (min-width: 981px) {

	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 33.333333%;
	}

	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;
	}

	.checklist-columns-3 ul li:nth-child(3n+1),
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: both;
	}

	.checklist-columns-3-alt ul,
	.checklist-columns-4-alt ul {
		column-count: 3;
	}
}

@media (min-width: 1199px) {
	.checklist-columns-4 ul li {
		float: left;
		width: 25%;
	}

	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;
	}

	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: none;
	}

	.checklist-columns-4 ul li:nth-child(4n+1) {
		clear: both;
	}

	.checklist-columns-4-alt ul {
		column-count: 4;
	}
}

.checklist ul li::before {
	font-family: 'ETModules';
  content: '\35';
  width: 20px;
  margin: 0;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -5px;
  left: 0;
  color: #008C99;
  font-size: 22px;
  font-weight: normal;
}

.pluslist ul li::before {
	content: '\e050';
}

.externallist ul li::before {
	content: '\e906';
}

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

/* make parallax image be centered at the start */
.et_parallax_bg {
	background-position: center center;
}

/* Divi was turning off bottom padding on last paragraphs, when it should be only if it's the last child */
p:last-of-type,
p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}

p:last-child,
p:not(.has-background):last-child {
	padding-bottom: 0;
}

/* if there are more than one paragraphin the Fullwidth Header module, they should have padding */
.et_pb_fullwidth_header p:not(:last-child) {
	padding-bottom: 1em;
}

/* -- END DIVI HACKS -- */


/* -- PASSWORD PROTECTED -- */

/* set a max width to make it only as wide as most content */
.post-password-required .et_password_protected_form {
	width: 80%;
	margin: 10% auto;
	max-width: 1140px;
}

/* give the input a border */
.post-password-required .et_password_protected_form p input {
	border: 1px solid !important;
}

/* remove the arrow on hover of the submit button */
.post-password-required .et_password_protected_form .et_submit_button::after {
	display: none;
}

/* -- END PASSWORD PROTECTED -- */


/* -- TESTIMONIALS PLUGIN -- */

/* flip quote so it's an opening quote icon for grid and slider versions */
.b3_archive_testimonials_grid article .b3_quote.grid_quote::before,
.et_pb_module.et_pb_testimonial_slider .et_pb_slides_testi::before {
	transform: scale(-1, -1);
}

/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */

/* confirmation (success) message */
.gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 1.2rem;
	line-height: 1.5em;
	padding: 2rem;
	background: rgba(90, 90, 90, 0.1);
	text-align: center;
}

/* -- END GRAVITY FORMS -- */


/* -- HELPERS -- */

/* use the "fullwidth-section" class on a SECTION to make a "standard" SECTION truly be fullwidth 
(NOTE: the SECTION needs THIS class) */
.fullwidth-section.et_pb_section {
	padding: 0;
}

.fullwidth-section.et_pb_section>.et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
}

/* use the "fullwidth-row" class on a SECTION to make a "full width" ROW truly be fullwidth 
(NOTE: the ROW module settings needs to be Gutter Width 1, and the SECTION needs THIS class,
and unlike the class above, THIS class will auto-add padding to the columns) */
.fullwidth-row.et_pb_section {
	padding: 0;
}

.fullwidth-row.et_pb_section .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* helps add padding to each column */
.fullwidth-row.et_pb_section .et_pb_row>.et_pb_column {
	padding: 50px 10%;
}

@media (min-width: 767px) {
	.fullwidth-row.et_pb_section .et_pb_row>.et_pb_column {
		padding: 80px 6%;
	}
}

/* for some reason Divi removes bottom margin from modules if in column with no gutters, 
so we need to add margins back */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column .et_pb_module:not(:last-child) {
	margin-bottom: 30px;
}

@media (min-width: 981px) {
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column_2_3 .et_pb_module:not(:last-child) {
		margin-bottom: 4.242%;
	}

	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column_1_3 .et_pb_module:not(:last-child) {
		margin-bottom: 9.27%;
	}
}


/* reduce gap between toggles if in fullwidth row */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column .et_pb_module.et_pb_toggle:not(:last-child) {
	margin-bottom: 3px;
}

@media (max-width: 980px) {

	/* use the "stacked-flex" class on a ROW to make it be flexbox when stacked, to help with adjusting order of stacked columns */
	.stacked-flex {
		display: flex;
		flex-wrap: wrap;
	}

	/* add the desired class to COLUMNS to designate their order when stacked within a "stacked-flex" ROW */
	.stacked-order-negative-4 {
		order: -4;
	}

	.stacked-order-negative-3 {
		order: -3;
	}

	.stacked-order-negative-2 {
		order: -2;
	}

	.stacked-order-negative-1 {
		order: -1;
	}

	.stacked-order-1 {
		order: 1;
	}

	.stacked-order-2 {
		order: 2;
	}

	.stacked-order-3 {
		order: 3;
	}

	.stacked-order-4 {
		order: 4;
	}

	/* adds margin to former "last" column that otherwise wouldn't have it */
	.stacked-flex:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}

/* -- END HELPERS -- */

/* -- BLOG -- */

/* sidebar recent posts */
.et_pb_widget.widget_recent_entries ul li {
	margin-bottom: 1em;
}

/* sidebar recent posts dates */
.et_pb_widget.widget_recent_entries ul li span.post-date {
	display: table;
	font-size: 0.85em;
}


/* Global */

body {
	font-family: "new-hero", sans-serif;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding-bottom: 0;
	font-family: "new-hero", sans-serif;
	font-weight: 500;
}

.fw-500 {
	font-weight: 500;
}

.et_pb_button {
	line-height: 1.2em !important;
}

#et-boc .border-btn {
	border-right: 0px !important;
	border-left: 0px !important;
	border-top: 0px !important;
	border-radius: 0 !important;
}

#et-boc .border-btn {
	background: transparent !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
}

.align_tems_cmn {
	align-items: center;
}

.clomn_items_center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.inline-column {
	display: flex;
	  align-items: center;
	  justify-content: end;
	  flex-direction: inherit;
	  gap: 10px;

}

.banner-404{
	display: flex;
	justify-content: center;
	align-items: center;
}

@media all and (max-width: 980px) {
	.column-reverse {
		display: flex;
		flex-direction: column-reverse;
	}

	.column-reverse .et_pb_column:nth-child(1) {
		margin-bottom: 0px !important;
	}

	.column-reverse .et_pb_column:nth-child(2) {
		margin-bottom: 30px !important;
	}
}


@media all and (min-width: 981px) {
	.three-column-gutter .et_pb_column {
		width: calc(33.33% - 15px + 5px) !important;
		margin-right: 15px !important;
	}

	.three-column-gutter .et_pb_column:last-child {
		margin-right: 0 !important;
	}
}

.et_pb_scroll_top.et-pb-icon {
	background: #008C99;
	border-radius: 0;
	padding: 15px 0;
}


/* -- END BLOG -- */


/* Header Style */

.header-icon-blurb .et_pb_blurb_content {
	display: flex;
	align-items: center;
}

.header-icon-blurb .et_pb_main_blurb_image {
	margin-bottom: 0;
	max-width: 24px;
}

.header-icon-blurb .et_pb_blurb_description {
	margin-top: 5px;
}

.header-icon-blurb .et_pb_blurb_container {
	padding-left: 8px;
}


/* Inline-social icons */

.inline-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.inline-icon a {
	margin-right: 30px;
	transition: 0.4s ease-in-out;
}

.inline-icon a:hover {
	transform: scale(1.2, 1.3);
}

.inline-icon a:last-child {
	margin-right: 0;
}


/* Header Search Bar */

.custom-search form {
	border: 1px solid #CDD6DD;
	border-radius: 50px;
}

.custom-search .et_pb_searchsubmit {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	padding: 11px 5px 6px 5px !important;
	background-color: #008C99 !important;
	color: #fff !important;
}

.custom-search .et_pb_searchform::before {
	content: '';
	display: block;
	background: url('/wp-content/uploads/Search.svg');
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.et_pb_search .et_pb_searchform>div {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 10px;
}

.custom-header-menu .mega-menu-link {
	font-weight: 500;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
	font-size: 16px;
}
.mega-sub-menu {
	padding: 22px !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	color: #2C2F31;

}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
	color: #008C99;
}

/* Mega Menu Colror Blurb */

.color-blurb .et_pb_blurb_container {
	padding-left: 0px;
	padding-top: 0px;
}

#et-boc .color-blurb .et_pb_blurb_content {
	display: flex;
	align-items: center;

}
.dp-dfg-skin-default .dp-dfg-filters-dropdown-layout .dp-dfg-filters-dropdown .dp-dfg-level{
	background: #fff;
}
body #page-container .Ppb_postwithFilter .dp-dfg-skin-default .dp-dfg-filter a.dp-dfg-filter-link {  
    padding: 0 15px;    
    background-color: transparent;
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 40px;
    border-radius: 0;
}
#et-boc .color-blurb .et_pb_main_blurb_image {
	margin-bottom: 0;
	width: auto;
	display: block;
	margin-right: 12px;
}

#et-boc .color-blurb .et_pb_blurb_description p {
	margin-bottom: 0 !important;
}

#et-boc .color-blurb .et_pb_blurb_container {
	padding-top: 5px;
}

#et-boc .sbc-mega-menu .mega-sub-menu li {
	padding: 0 !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
  font-size: 24px!important;
}

#et-boc  .mega-sub-menu{
	border-radius: 8px!important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	padding: 0px 0px 0px 0px;
}

#et-boc .color-blurb-row {
	align-items: start;
	width: 100% !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
	    background: #fff;
}
/* Common Mega Menu style */

#et-boc .reponsive-col-two {
	width: 100% !important;
}

#et-boc .cmn-mega-menu {
	position: relative !important;
}

#et-boc .cmn-mega-menu .mega-sub-menu>li {
	padding: 0 !important;
}



/* Common Form style */

body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .gform_wrapper textarea.textarea, body div.form_saved_message div.form_saved_message_emailform form input[type="text"] {
  background-color: transparent;
  border: 1px solid #CDD6DD;
  border-radius: 50px;
}
.gform_wrapper.gravity-theme .gfield textarea.medium {
  border-radius: 20px;
  resize: none;
}

#et-boc .cmn-form-style input[type="submit"]{
	background: transparent;
	padding-top: 9px!important;
  	padding-bottom: 6px!important;
	min-width: 200px;
}

#et-boc .cmn-form-style  .gform_footer {
	padding-bottom: 0;
}

/* Radio style */

/* / Assesment form / */

#et-boc .cmn-form-style input[type="radio"] {
    display: none !important;
}

#et-boc .cmn-form-style input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px 8px 0 8px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #008C99;
    transform: translateY(-1px);
}
/* 


#et-boc .cmn-form-style  input[type="checkbox"] + label:hover {
  background-color: #008C99;  
}

#et-boc .cmn-form-style  input[type="checkbox"]:checked + label {
  background-color: #008C99; 
}

#et-boc .cmn-form-style  input[type="checkbox"]:checked + label:before {
    background-color: #008C99;  
}

#et-boc .cmn-form-style  .gform_wrapper .gfield.consent input[type="checkbox"] {
    border-color: red;
    border-style: solid;
    border-width: 5px;
}
 */


/* Safari 10.1+ */

@media not all and (min-resolution:.001dpcm) { @media {

    .custom-search .et_pb_searchsubmit {
	padding: 8px 5px 6px 5px !important;
}
	#et-boc .newsletter-form-style input[type="submit"] {

padding-top: 5px;
padding-bottom: 6px;
}
}}

/* Safari 7.1+ */

_::-webkit-full-page-media, _:future, :root .custom-search .et_pb_searchsubmit {
	padding: 8px 5px 6px 5px !important;
}


_::-webkit-full-page-media, _:future, :root #et-boc .newsletter-form-style input[type="submit"] {

padding-top: 5px;
padding-bottom: 6px;
}
/* Home Page */

/* Hero slider */

.hero-slider .et_pb_slide_title {
	margin-bottom: 10px;
	font-weight: 500;
}

#et-boc .et-pb-controllers a {
	width: 12px;
	height: 12px;
	background-color: #CDD6DD;
	opacity: 1;

}

#et-boc .et-pb-active-control {
	background: #008C99 !important;
}
.mw-100{
	max-width: 100%;
}

.mw-100 .et_pb_text_inner{
		max-width: 100%;
}

.inline-image {
	display: flex;
	justify-content: space-between;
/* 	gap: 6%; */
	max-width: 100% !important;
}

.inline-image img {
	width: 47.2%;
}


/* Inner Banner */

.inner-banner .et_pb_slide_title{
	font-weight: 500!important;
} 


/* Icon blurb */

.icon-blurb-style .et_pb_main_blurb_image{
	margin-bottom: 10px;
}
.icon-blurb-style  .et_pb_module_header{
	margin-bottom: 10px!important;
}



.title-bg-blurb .et_pb_module_header{
	background: #008C99!important;
	padding-top: 15px;
 	 padding-bottom: 8px;
	margin-bottom: 20px;
}
.title-bg-blurb .et_pb_blurb_description{
	max-width: 850px;
	margin: auto;
}


	
/* 	Three Column */
	
	.three-col-gutter .et_pb_column{
		width: 33.33%!important;
	}


@media (min-width: 981px) {
	.custom-header-menu .et_pb_menu__logo-wrap {
		display: none !important;
	}

	.custom-header-menu .max-mega-menu {
		display: flex !important;
		justify-content: center;
	}

	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link {
		padding: 0px 15px 0px 18px;
		border-left: 2px solid #CDD6DD;
		height: 100%;
	}

	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li:last-child>a.mega-menu-link {
		padding: 0px 0px 0px 18px;
	}

	.mega-indicator {
		display: none !important;
	}

	.mega-sub-menu {
		padding: 32px !important;
		width: 300px !important;
		z-index: 999;
	}

	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		color: #2C2F31;
		font-size: 17px;

	}

	/* 	Shop By Color */

	#et-boc .sbc-mega-menu {
		position: relative !important;
	}


	#et-boc .sbc-mega-menu .mega-sub-menu {
		width: 553px !important;
	}

	#et-boc .mega-sub-menu {
		margin-top: 30px !important;
	}

	/* 	Mega menu */

	#et-boc .cmn-mega-menu .mega-sub-menu {
		width: 562px !important;
	}


}


@media (max-width: 980px) {
	.custom-header-menu .et_pb_menu__menu {
		display: block !important;
	}

	.custom-header-menu .et_mobile_nav_menu {
		display: none !important;
	}

	.max-mega-menu {
		margin-top: 15px !important;
   		 padding: 20px !important;
		box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.08) !important;
   	 border-radius: 12px !important;
	}
	.custom-header-menu  .mega-sub-menu{
		padding-top: 0!important;
		padding-bottom: 0!important;
		box-shadow: none!important;
	}

	#et-boc .custom-header-row {
		display: block !important;
	}

	#et-boc .custom-header-row .et_pb_column {
		width: 100%;
		display: block;
	}
	
	 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 35px;
    height: 35px;
    padding: 0 0px;
  }
	
	#et-boc .custom-search form input {
	  	padding-top: 10px!important;
		padding-bottom: 8px!important;
	}
		#et-boc  .custom-search .et_pb_searchsubmit {
	  width: 30px;
	  height: 30px;
	 font-size: 11px!important;
}
	
	.custom-search .et_pb_searchform::before {
	  width: 20px;
	  height: 20px;
	  background-repeat: no-repeat;
	}

}

@media (min-width: 981px){
	.custom-header-menu .mega-menu li:last-child .mega-sub-menu{
	    right: 0!important;
	}
}


@media (max-width: 500px) {
	#et-boc .color-blurb-row {
		display: block;
	}

	#et-boc .color-row2 {
		padding-top: 20px;
	}

	#et-boc .color-row1 .et_pb_column {
		margin-bottom: 10px !important;
	}

	#et-boc .reponsive-col-two {
		display: block !important;
		width: 100;
	}

	#et-boc .reponsive-col-two .et_pb_column {
		display: block;
	}
}

@media (min-width: 981px) and (max-width: 1450px) {

	/* 	Social icons */

	.inline-icon a {
		margin-right: 15px;
	}

	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link {
		padding: 0px 10px 0px 10px !important;
		font-size: 15px;
	}

	.custom-header-logo img {
		max-width: 85%;
	}

	.header-icon-blurb .et_pb_blurb_description {
		margin-top: 5px;
		font-size: 14px;
	}

	/* 	Mega menu */

	#et-boc .cmn-mega-menu .mega-sub-menu {
		width: 420px !important;
	}

	/* 	Heor slider responsive */

	#et-boc .hero-slider .et_pb_slide_title {
		font-size: 35px !important;
	}

	#et-boc .hero-slider .et_pb_slide_content {
		font-size: 20px !important;
	}

/* 	#et-boc .bg-title h2 {
		font-size: 25px !important;
	} */
	
/* 	#et-boc .font-fix .et_pb_text_inner{
		font-size: 16px!important;
	} */
	
	#et-boc .icon-blurb-style .et_pb_blurb_content{
		font-size: 16px!important;
	}
}


/* Footer Style */


/* Form */
#et-boc .newsletter-form-style .gform_fields {
	display: flex !important;
}

#et-boc .newsletter-form-style .gform_footer {
	display: none !important;
}

#et-boc .newsletter-form-style input {
	border: 1px solid #CDD6DD;
	border-radius: 50px;
	font-size: 16px;
	background: transparent;
	padding: 16px 40px 11px 24px;
}

#et-boc .newsletter-form-style .ginput_container>* {
	margin-top: 0px !important;
}

#et-boc  .newsletter-form-style .gform_validation_errors{
	display: none!important;
}

#et-boc  .newsletter-form-style  .gfield_validation_message{
	display: none!important;
}

#et-boc .newsletter-form-style input[type="submit"] {
	min-width: 75px;
	text-align: center;
	margin-top: 0;
	border-radius: 50px;
	height: 100%;
	padding-top: 9px;
	padding-bottom: 6px;
}

.gform_required_legend {
	display: none;
}


.footer-menu-style .et-menu {
	display: block !important;
}

body footer .Ppb_ftmenuLists li{
	margin-bottom: 15px;
}
@media (min-width: 981px) {
	.footer-cusotm-row .et_pb_column:nth-child(1) {
		width: 25%;
	}

	.footer-cusotm-row .et_pb_column:nth-child(2) {
		width: 20%;
	}

	.footer-cusotm-row .et_pb_column:nth-child(3) {
		width: 25%;
	}

	.footer-cusotm-row .et_pb_column:nth-child(4) {
		width: 30%;
	}
}

@media (min-width: 981px) and (max-width: 1450px) {
	#et-boc .footer-title {
		margin-bottom: 10px !important;
	}

	#et-boc .footer-title h2 {
		font-size: 14px !important;
	}

	#et-boc .footer-menu-style a {
		font-size: 15px !important;
	}
}


@media (max-width: 980px) {

	.footer-cusotm-row .et_pb_column {
		padding-bottom: 20px !important;
	}

	.footer-menu-style .et_pb_menu__menu {
		display: block;
	}

	.footer-menu-style .et_mobile_nav_menu {
		display: none;
	}

	.footer-menu-style .et_pb_menu__wrap {
		justify-content: start;
	}
}

@media (max-width: 600px){
	#et-boc .footer-cusotm-row{
		display: block;
	}
		#et-boc .footer-cusotm-row  .et_pb_column {
		width: 100%;
		display: block;
	}
	
	.three-col-gutter .et_pb_column{
		width: 100%!important;
		padding-bottom: 20px;
	}
	.three-col-gutter .et_pb_column:last-child{
		padding-bottom: 0px;
	}
}

/* CSS by Hridoy Form Radio Button */

#et-boc .cmn-form-style  input[type="radio"]:checked + label::before {
  background-color: #008C99;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
    cursor: pointer;
}


/* Remove sidebar */
#sidebar {
	display:none;
}

/* Remove thin line */
#main-content .container:before {
	background: none;
}

/* Make content 100% width */
@media (min-width: 981px){
#left-area {
	width: 100% !important;
	padding-right: 0px !important;
}}

body.single-product #content-area #left-area{
	width: 100% !important;
}
body.single-post img{
	max-width: 75%;
}
/* Start Woocommerce Style */
body .facetwp-template .fwpl-layout .fwpl-item img {
	max-height: 224px;
	height: 24vw;
	width: 100%;
	background: #ededed;
	object-fit: cover;
    
}
body .facetwp-template .fwpl-layout .fwpl-item:nth-child(1){
	text-align: center;
}

body #page-container .et_pb_row.Ppb_archiveWrapper .Ppb_archvcatLists .facetwp-facet {
    margin-bottom: 0px;
}
body #page-container .et_pb_row.Ppb_archiveWrapper .Ppb_archvcatLists .facetwp-facet p{
	display: none;
}
body #page-container .et_pb_row.Ppb_archiveWrapper .Ppb_archvcatLists .facetwp-link.checked,
body #page-container .et_pb_row.Ppb_archiveWrapper .Ppb_archvcatLists .facetwp-facet > .facetwp-link{
	font-weight: 500;
	color: #008C99;
}
body #page-container .et_pb_row.Ppb_archiveWrapper .Ppb_arcvprdTitle h2{
	margin-top: 2px;
	margin-bottom: 2px;
}
body #page-container .et_pb_row.Ppb_archiveWrapper .Ppb_arcvprdTitle h2,
body #page-container .et_pb_row.Ppb_archiveWrapper .Ppb_arcvprdTitle h2 a{
	line-height: 1.4em;
    font-size: 19px;
    color: #2c2f31;
	font-weight: 500;
}
body #page-container .facetwp-facet-pager_navigation{
	text-align: center;
}
body #page-container .facetwp-facet-pager_navigation .facetwp-page{
	margin-right: 10px;
}
body #page-container .facetwp-facet-pager_navigation .facetwp-page,
body #page-container .facetwp-facet-pager_navigation .facetwp-page.active{
	font-size: 17px;
	color: #2C2F31;	
	font-weight: 400;
    background: #EFF3F5;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
body #page-container .facetwp-facet-pager_navigation{
	margin-top: 15px;
}
body #page-container .facetwp-facet-pager_navigation .facetwp-page.prev,
body #page-container .facetwp-facet-pager_navigation .facetwp-page.next{
	background: transparent;
	border-radius: none;
	width: unset;
	height: unset;
}

body #page-container .facetwp-facet-pager_navigation .facetwp-page.prev{
	float: left;
	margin-right: 5px;
}
body #page-container .facetwp-facet-pager_navigation .facetwp-page.next{
	float: right;
	margin-left: 5px;
}

 .facetwp-color-item {
          margin: 0 0 12px 0;
          display: block;
      }
 
      .facetwp-color-item.facetwp-hidden {
          display: none;
      }
 
      .facetwp-color-item .facetwp-color {
          margin: 0;
          float: left;
      }
 
      .facetwp-color-item .facetwp-color-name {
          display: inline-block;
          margin-left: 10px;
          line-height: 30px;
          white-space: nowrap;
      }

.facetwp-color-item .facetwp-color {
    border-radius: 30px;
}
/*
@media only screen and (min-width: 981px) {
	body #page-container .et_pb_row.Ppb_archiveWrapper .et_pb_column:nth-child(1){
	width: 300px;
	margin-right: 0;
}
	
body #page-container .et_pb_row.Ppb_archiveWrapper .et_pb_column:nth-child(2){
	width: calc(100% - 348px);
	margin-left: 48px;
}
}
@media (max-width: 1360px){
	body .facetwp-template .fwpl-layout .fwpl-item img {	 
	height: 16vw;    
}
	body #page-container .et_pb_row.Ppb_archiveWrapper .Ppb_arcvprdTitle h2, body #page-container .et_pb_row.Ppb_archiveWrapper .Ppb_arcvprdTitle h2 a{
		    font-size: 16px;
	}
}*/

@media only screen and (min-width: 601px) and (max-width: 1170px){
	body .facetwp-template .fwpl-layout .fwpl-item img {	 
		height: 26vw;    
	}
	body .facetwp-template .fwpl-layout {
    	grid-template-columns: repeat(2, 1fr); 
	}
}

@media only screen and (max-width: 1170px){
	body #page-container .facetwp-facet-pager_navigation .facetwp-page, body #page-container .facetwp-facet-pager_navigation .facetwp-page.active{
	font-size: 14px;
		width: 26px;
    height: 26px;
	    line-height: 30px;	
	}
}

@media only screen and (max-width: 980px){
	body .facetwp-template .fwpl-layout .fwpl-item img {
    	height: 30vw;
    	max-height: 250px;
	}
}

@media only screen and (max-width: 600px){
	body .facetwp-template .fwpl-layout {
		grid-template-columns: repeat(1, 1fr);
	}
	
	body .facetwp-template .fwpl-layout .fwpl-item img {
		height: 54vw;
		max-height: 300px;
	}
}

/********** Start Woocommerce Single Product Style *******
body #page-container .Ppb_itemWrap .numberWrap ul{
	list-style: none;
	padding: 0;
}
body #page-container .Ppb_itemWrap{
	clear: both;
	margin-top: 24px;
}
body #page-container .Ppb_prodNote .et_pb_main_blurb_image {
	width: 20px !important;
}
body #page-container .Ppb_prodNote  .et_pb_blurb_container{
	padding-left: 10px !important;
}
body #page-container .Ppb_itemWrap .numberWrap ul li .numberContent .Ppb_itemTitle,
body #page-container .Ppb_itemWrap .woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label{
	color: rgb(44 47 49 / 50%);
    font-weight: 400;
    font-size: 16px;
	text-transform: uppercase;
	white-space: nowrap;
	
}
body #page-container .Ppb_itemWrap .woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__value{
	 font-size: 16px;
	text-align: right;
	font-style: normal;
}
/*
body #page-container .Ppb_itemWrap .numberWrap ul li,
body #page-container .Ppb_itemWrap .woocommerce-product-attributes .woocommerce-product-attributes-item{
	border-top: 1px solid #CDD6DD;
    padding-top: 4px;
    padding-bottom: 4px;
}
body #page-container .Ppb_itemWrap .woocommerce-product-attributes .woocommerce-product-attributes-item:last-child{
border-bottom: 1px solid #CDD6DD;
}
body #page-container .Ppb_itemWrap .numberWrap ul li .numberContent .Ppb_itemNumber{
	float: right;
	font-style: normal;
}
body #page-container .woocommerce-product-attributes-item th,
body #page-container .woocommerce-product-attributes-item td{
	background: transparent;
	padding-left: 0;
	border: none;
}*/
body.woocommerce #page-container .single_add_to_cart_button {
	font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    background: #008C99 !important;
    padding: 11px 38px 10px !important;
	text-transform: capitalize;
}
body.woocommerce #page-container #et-main-area #main-content .et_pb_wc_add_to_cart .quantity input.qty,
body.woocommerce #page-container .quantity input.qty{
	height: 48px;
    width: 84px !important;
    background: transparent;
    border: 1px solid #CDD6DD !important;
    border-radius: 30px;
    max-width: unset;
    font-size: 18px;
    color: #2C2F31;
   text-align: left;
    padding: 10px 10px 10px 20px !important;
}
body.woocommerce #page-container .woocommerce-loop-product__title,
body.woocommerce #page-container .related.products h2,
body.woocommerce #page-container  .woocommerce-Price-amount{
	font-weight: 500;
}
body.woocommerce #page-container .Ppb_singleprodImage .flex-control-nav{
	    text-align: center;
	margin-top: 16px;
}
body.woocommerce #page-container .Ppb_singleprodImage .flex-control-nav li{
	    display: inline-block;
	float: unset;
}
body.woocommerce #page-container .Ppb_singleprodImage .flex-control-nav li{
	width: 72px;
    height: 72px;
	margin-right: 8px;
}
body.woocommerce #page-container .Ppb_singleprodImage .flex-control-nav li img.flex-active{
	border: 2px solid #2C2F31;
}
body.woocommerce #page-container .related.products ul.products li.product a img{
	max-height: 176px;
    object-fit: fill;
}

body.woocommerce #page-container .Ppb_relatedWrap .dp-dfg-header{
	padding-top: 15px;
    margin-left: -10px;
}
body.woocommerce #page-container .woocommerce-loop-product__title, body.woocommerce #page-container .related.products h2{
	padding-top: 15px;
}
body.woocommerce #page-container .woocommerce-notices-wrapper{
	    max-width: 1272px;
    margin: 0 auto;
    width: 90%;
}
 
body.woocommerce #page-container .wc-block-components-notice-banner.is-success {
    background-color: #008c9921;
    border-color: #008c99;
}
body.woocommerce #page-container .wc-block-components-notice-banner.is-success>svg {
    background-color: #008c99;
	margin-top: -2px;
}
body.woocommerce #page-container  .wc-block-components-notice-banner__content{
	line-height: 1.4em;
}
body.woocommerce #page-container  .wc-block-components-notice-banner__content .button:hover{
	background: transparent !important;
    color: #000 !important;
}
body.woocommerce #page-container  a.button:hover{
/* 	border: none; */
}
body.woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{
	min-width: 130px;
	padding: 10px 0px 8px;
}

.woocommerce a.remove:hover{
  color: #fff !important;
  background: red;
  padding-top: 2px;
}

.woocommerce a.remove{
	font-size: 1em;
}

body #page-container .et_pb_section .et_pb_wc_cart_products_0 table.cart button[name="update_cart"]:hover:disabled{
  color: #fff;
  background-color: #2C2F31 !important;
	opacity: 1;
}

body.woocommerce-page #page-container .wp-element-button:focus,
body.woocommerce-checkout #page-container .wc-block-components-checkout-place-order-button:focus{
	outline: none;
	box-shadow: none;
	border: none;
}
body.woocommerce-checkout #page-container .wc-block-components-checkout-place-order-button{
	padding-bottom: 12px;
}
body.woocommerce-cart #page-container #left-area,
body.woocommerce-checkout #page-container #left-area {
	width: 100%;
}
body.woocommerce-page #page-container .wp-element-button, body.woocommerce-page #page-container .wp-block-button__link {
	background-color: #008c99;
	border-radius: 30px;
	transition: all 300ms ease-in-out;
}
body.woocommerce-page #page-container .wp-element-button:hover, body.woocommerce-page #page-container .wp-block-button__link:hover,
body.woocommerce #page-container  a.button:hover, body #page-container a.button:hover,
body.woocommerce #page-container .coupon button[type="submit"]:hover,
body.woocommerce-page #page-container .et_pb_button:hover,
body.woocommerce #page-container .single_add_to_cart_button:hover,
body.woocommerce-page #page-container  #et-main-area #main-content  button.button.alt:hover, body.woocommerce-page #page-container  #et-main-area #main-content .et-db #et-boc .et-l button.button.alt:hover{
	background-color: #2C2F31 !important;
	 
}
body.woocommerce #page-container #et-main-area #main-content .checkout-button:hover,
body.woocommerce-page #page-container  #et-main-area #main-content  button.button.alt:hover, body.woocommerce-page #page-container  #et-main-area #main-content .et-db #et-boc .et-l button.button.alt:hover{
	    border: 2px solid #2C2F31 !important;
	color: #fff !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{
	outline: none;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 500;
     
}
body #page-container .woocommerce table.shop_table {
    border: 1px solid #CDD6DD;
    margin: 0 0 15px;
    text-align: left;
    width: 100%;
}
body.woocommerce-page #page-container  .product-quantity .quantity input.qty {
	    padding: 10px 10px 10px 20px !important;
    font-size: 17px;
    color: #2C2F31;
    line-height: 1em;
	text-align: left;
}
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-gateway-container .wc-block-gateway-input{
	background-color: transparent !important;
    border: 1px solid #CDD6DD !important;
    border-radius: 50px !important;
	padding-left:20px !important;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label{
	padding-left: 10px;
}
.wc-block-gateway-container label{
	font-size: 17px;
}
.wc-block-components-totals-wrapper:after {  
    border-color: #CDD6DD;
}
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-text-input.is-active label {    
    font-size: 12px;
}
.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
   
    font-size: 12px;
    padding-left: 14px;
}
body .wc-block-gateway-container label{
color: hsla(0,0%,7%,.5);	
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}
body #page-container .Ppb_singleprodTitle,
body #page-container .Ppb_catThumb{
	display: inline-block;
}
body #page-container .Ppb_catThumb{
	float: right;
	width: 20%;
}
body #page-container .Ppb_singleDetails{
	clear: both;
}
body #page-container .Ppb_singleprodTitle{
	width: 78%;
	margin-right: 2%;
}
body #page-container .wpcvt-variation-info .wpcvt-variation-availability{
	display: none;
}
body.woocommerce #page-container .wpcvt-wrap .wpcvt-variation-name,
body.woocommerce #page-container .wpcvt-wrap .wpcvt-variation-price{
   
    vertical-align: middle;
}
body.woocommerce #page-container .wpcvt-wrap{
	background: #F5F5F5;
    padding: 20px
}


.woocommerce-MyAccount-navigation ul{
	padding-left: 0;
	list-style-type: none;
	text-align: center;
}
.woocommerce-MyAccount-navigation ul li{
	border-bottom: 1px solid #008c99;
	padding: 6px 0;
}

.ma-shortcode .woocommerce-Button{
	margin-top: 20px!important;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.woocommerce-button.view:hover,
.woocommerce-order-details .order-again a.button {
	border-color: #2C2F31  !important;
	color: #fff !important;
}

/* woocommerce order tracking form */

.ot-form-style .form-row{
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}

#et-boc .ot-form-style .button {
	padding: 12px 30px 10px 30px!important;
	line-height: 1.2em!important;
	margin-top: 30px;
}

#et-boc .ot-form-style .button:before,
#et-boc .ot-form-style .button:after{
	display: none!important;
}

@media only screen and (max-width: 1280px){
	body.woocommerce-page #page-container .product-quantity .quantity input.qty {
  padding: 10px 5px 10px 20px !important;
  
}
body .woocommerce-cart-form	div.quantity div.arrows {
 
  right: 15px !important;
  padding-right: 12px !important;
}
body.woocommerce #page-container .single_add_to_cart_button{
	font-size: 12px !important;
	padding: 10px 15px 6px !important;
}
body.woocommerce #page-container #et-main-area #main-content .et_pb_wc_add_to_cart .quantity input.qty,
	body.woocommerce #page-container .quantity input.qty{
	height: 43px;
    width: 65px !important;
	font-size: 16px;	
	}	
.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {
    margin: 0 10px 0 0 !important;
    
}
body.woocommerce #page-container .wpcvt-variation-actions {
    width: 228px;
    flex: 0 0 228px;
}	
body.woocommerce #page-container .wpcvt-wrap .wpcvt-variation-name,
body.woocommerce #page-container .wpcvt-wrap .wpcvt-variation-price{     
    font-size: 16px !important;
	line-height: 1.4em;
}
	body.woocommerce #page-container .wpcvt-wrap .wpcvt-variation-name {
    
    width: 100% !important;
     
}
	body.woocommerce #page-container .wpcvt-wrap .wpcvt-variation-price {
    width: 100% !important;
    text-align: left !important;
	margin-top: 10px;	
    
}
	}
@media only screen and (max-width: 980px){
	body #page-container .Ppb_itemWrap .numberWrap ul li .numberContent .Ppb_itemTitle, body #page-container .Ppb_itemWrap .woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label,
	body #page-container .Ppb_itemWrap .numberWrap ul li .numberContent .Ppb_itemNumber{
		font-size: 14px;
	}
body.woocommerce #page-container .single_add_to_cart_button {
    font-size: 12px;    
    padding: 11px 15px 5px !important;
}	
	body.woocommerce #page-container .et_pb_wc_add_to_cart .quantity input.qty {
    height: 45px;    
    font-size: 15px;    
}
}
 
@media only screen and (max-width: 600px){
	body.woocommerce #page-container .related.products ul.products li{
		width: 100% !important;
	}
	body.woocommerce #page-container .related.products ul.products li.product a img{
		    max-height: 45vw !important;
	}
}

/********** Start Variable Woocommerce Single Product Style ********/
body.woocommerce #page-container .et_pb_wc_add_to_cart .variations_form.cart{
	display: block !important;
}
body.woocommerce #page-container .et_pb_wc_add_to_cart .variations_form.cart table.variations,
body.woocommerce #page-container .et_pb_wc_add_to_cart .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity,
body.woocommerce #page-container .et_pb_wc_add_to_cart .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
	display: none !important;
}
body.woocommerce #page-container .wpcvt-wrap .wpcvt-variation-name{
	font-weight: 500;
	    display: inline-block;
    width: 70%;
}
body.woocommerce #page-container .wpcvt-wrap .wpcvt-variation-price{
	width: 27%;
    text-align: right;
	font-size: 18px;
}
body.woocommerce #page-container .wpcvt-variation-actions {
    width: 300px;
    flex: 0 0 300px;
}
body.woocommerce #page-container .wpcvt-variations .wpcvt-variation {  
    margin-left: 0;
    margin-right: 0;
}
@media only screen and (max-width: 768px){
	body.woocommerce #page-container .wpcvt-wrap .wpcvt-variation-price {    
    text-align: center !important;    
}
	body.woocommerce #page-container .wpcvt-variation-actions {
    width: 228px;   
    margin: 0 auto;
}
	body.woocommerce #page-container .wpcvt-variations .wpcvt-variation {
   
    display: block;
}
}

/********** End Variable Woocommerce Single Product Style ********/

@media only screen and (min-width: 981px) and (max-width: 1280px){
/* 	body,
	body p,
	body li,
	body a,
	body .et_pb_module_inner{
    font-size: 16px;
    line-height: 1.6em;
	} */
	
	body.woocommerce #page-container .wpcvt-variation-actions {
    width: 230px;
    flex: 0 0 230px;
}
	#et-boc .inner-banner .et_pb_slide_title{
		font-size: 35px!important;
	}
		#et-boc .font-fix,
		#et-boc .font-fix p,
		#et-boc .font-fix li,
		#et-boc .font-fix a,
		#et-boc .font-fix .et_pb_module_inner{
		font-size: 16px!important;
		line-height: 1.6em;
		}
	
	#et-boc .font-fix h2{
		font-size: 30px!important;
	}
	
	.bg-title h2{
		font-size: 22px!important;
	}
	.accordion-style .et_pb_toggle_content{
		font-size: 16px!important;
		line-height: 1.6em;
	}
}
@media only screen and (max-width: 768px){
	.wpcvt-variations {    
    max-height: unset;   
}
}

/********** Add quantity icon woocommerce********/
/* .woocommerce #content .quantity, .woocommerce .quantity, .woocommerce-page #content .quantity, .woocommerce-page .quantity {
    max-width: 84px;
 
} */
  div.quantity {
  position: relative;
  margin: 0 0 1rem;
}
div.quantity div.arrows {
  padding: 1px 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 10px;
  height: 50%;
  justify-content: space-between;
  border-left: 0px solid rgba(51, 51, 51, 0.25);
	top: 50%;
	transform:translatey(-50%);
	background: #fff;
 padding-right: 10px;
}
.wpcvt-variations div.quantity div.arrows{
	background: #F5F5F5;
}
.wpcvt-variations .wpcvt-variation:hover {
  background-color: transparent !important;
}
div.quantity div.arrows > img {   
  cursor: pointer;
  width: 12px;
  height: 8px;
}
 
div.quantity div.arrows .arrow-divider {
  height: 1px;
  background: rgba(51, 51, 51, 0.25);
  display: none;
}
div.quantity input[type=number] {
  margin: 0;
  padding-right: 24px;
  padding-left: 0;
  text-align: center;
}
div.quantity input[type=number]{
 -webkit-appearance: none!important;
   -moz-appearance:    none!important;
   appearance:         none!important;
	 margin: 0; 
}
div.quantity input[type=number]::-webkit-inner-spin-button, div.quantity input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none!important;
   -moz-appearance: none!important;
   appearance: none!important;
	 margin: 0; 
}  
 /* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}
body div.quantity:before{
	content: 'Quantity';
	position: relative;
	left: 0;
	top: 0;
	margin-right: 10px;
}
body .woocommerce-cart-form div.quantity::before,
body .wpcvt-add-to-cart div.quantity::before{
	display: none;
}
@media only screen and (max-width: 1280px){
	div.quantity div.arrows > img {
   
    width: 8px;
    height: 5px;
}
div.quantity div.arrows { 
    height: 40%;    
}
/* 	.woocommerce #content .quantity, .woocommerce .quantity, .woocommerce-page #content .quantity, .woocommerce-page .quantity {
    max-width: 75px !important;
} */
	
}
@media only screen and (max-width: 768px){
 body .woocommerce-cart-form div.quantity div.arrows {
   height: 41%;
   top: 50%;
   right: 5px !important;
   padding-right: 12px !important;
  }
	body.woocommerce #page-container #et-main-area #main-content .et_pb_wc_add_to_cart .quantity input.qty, body.woocommerce #page-container .quantity input.qty {
   
    width: 84px !important;
     
}
	body.woocommerce #page-container #et-main-area #main-content .et_pb_wc_add_to_cart .quantity input.qty, body.woocommerce #page-container .quantity input.qty {
  
  padding: 10px 8px 10px 20px !important;
}
div.quantity div.arrows {  
  right: 5px; 
  padding-right: 15px;
}	
  .woocommerce #content .quantity, .woocommerce .quantity, .woocommerce-page #content .quantity, .woocommerce-page .quantity {
    max-width: unset !important;
  }	
}
/********** End Add quantity icon woocommerce********/
/********** RETAILERS ********/
/* delete link on the address */
.no-link {
	pointer-events: none;
}
.mega-menu-item .et_pb_blurb_description,
.mega-menu-item .et_pb_blurb_description a{
	font-size: 17px;
}
.mega-menu-item .et_pb_blurb_description a:hover{
	    color: #008C99 !important;
}
/* .swp-input--search{
	padding-top: 20px !important;
	  padding-right: 20px !important;
	  padding-bottom: 20px !important;
	  padding-left: 20px !important;
	  font-size: 17px;
	  box-shadow: none;
	  border: 0;
} */

form.searchwp-form input.swp-input--search {
	background-image: url('/wp-content/uploads/Search.svg');
	background-position: left 12px top 50%;
	background-size: auto;
	padding-left: 50px;
	height: auto;
	min-height: 0;
	padding-top: 21px;
	padding-right: 20px;
	padding-bottom: 17px;
	border-radius: 50px !important;
	overflow: hidden;
}
#searchwp-form-1 input[type="submit"] {
	min-height: 100% !important;
	cursor: pointer;
	margin: auto auto auto -62px;
	font-size: 14px;
	line-height: normal !important;
	border: none;
	width: 45px;
	height: 45px;
	border-radius: 50% !important;
	overflow: hidden;
	padding: 11px 5px 6px 5px !important;
}
@media (min-width:981px) and (max-width:1120px){
	#searchwp-form-1 input[type="submit"]{
		width: 54px;
	}
}
@media (max-width:980px){
	form.searchwp-form input.swp-input--search {
		background-size: 20px auto;
		padding-left: 40px;
		padding-top: 14px;
		padding-right: 15px;
		padding-bottom: 10px;
		font-size: 15px !important;
	}
	#searchwp-form-1 input[type="submit"]{
		margin: auto auto auto -50px;
		width: 35px;
  		height: 35px;
	}
}

/********** Filter grid style start ********/
body #page-container .dp-dfg-skin-default .dp-dfg-image img {      
    max-height: 272px;
    height: 30vw;
    object-fit: cover;
	background: #ededed;
}
/*
body #page-container .Ppb_outstockWrap .woocommerce ul.products li.product a .et_shop_image {      
    max-height: 272px;
    height: 30vw;
    object-fit: cover;
	background: #ededed;
}
*/
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{
	margin: 0 0 0px !important;
}
body #page-container .Ppb_outstockWrap .woocommerce ul.products li.product a .et_shop_image{
	display: flex;
    border: 1px solid #ededed;
    padding: 0px;
}
body #page-container .Ppb_outstockWrap .woocommerce ul.products li.product a .et_shop_image{
	vertical-align: middle;
}
body #page-container .Ppb_outstockWrap .woocommerce ul.products li .price{
	display: none;
}
body #page-container .dp-dfg-pagination .pagination a, .dp-dfg-skin-default .dp-dfg-filter a, body #page-container .dp-dfg-pagination .pagination a.pagination-link, body #page-container .dp-dfg-skin-default .dp-dfg-filter a.dp-dfg-filter-link {
 
    margin: 0 10px 0 0;
    padding: 0;
    border: none;
 
    background-color: #EFF3F5;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
}
body #page-container #et-boc .et-l .dp-dfg-skin-default .dp-dfg-pagination .pagination-link .et-pb-icon, body #page-container .dp-dfg-skin-default .dp-dfg-pagination .pagination-link span, body #page-container .et-l .dp-dfg-skin-default .dp-dfg-pagination .pagination-link .et-pb-icon {
    font-size: 1.2em;
    position: relative;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
        top: 2px;
}
body #page-container .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-header{
	padding-top: 15px;
	margin-left: -10px;
}
body #page-container #et-boc .dp-dfg-pagination ul.pagination li.pagination-item.active a,
body #page-container .facetwp-facet-pager_navigation .facetwp-page.active{
	    background-color: #008c99;
	color: #fff !important;
}
@media (max-width:1360px){
	body #page-container .dp-dfg-skin-default .dp-dfg-image img {
    max-height: 180px;
    
}
}
@media (max-width:480px){
	body #page-container .dp-dfg-skin-default .dp-dfg-image img {
    max-height: 55vw;
    height: 55vw;
}
}
/********** Filter grid style end ********/

/********** Payment icon style Start ********/
body #page-container .cmn-inlineElemen{
	display: inline-block;
	
}
body #page-container .Ppb_paymentIcon {
	width: calc((100% - 40px) /5);
	margin-right: 10px;
}
body #page-container .Ppb_paymentIcon.Ppb_pmentlstIcon{
	margin-right: 0;
}
body #page-container .Ppb_paymentIcon img{
	width: 100%;
}

body #page-container .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{
	content: "\f068"!important;
	display: block;
}




/* Retailes list style */

.retailes-list .fwpl-layout {
	display: grid!important;
	  grid-template-columns: repeat(3, 1fr)!important;
	  gap: 20px!important;
}

.retailes-list  .fwpl-result {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	border: 1px solid #008c99;
}

.retailes-list  .fwpl-result a:hover{
	color: #008c99;
}
.retailes-list  .facetwp-facet-retailer_search {
	margin-bottom: 0;
}

.retailes-list  .facetwp-facet{
  margin-bottom: 0;
}

.facetwp-search{
	padding: 15px 50px 12px 30px !important;
	  border-radius: 50px;
	  font-size: 17px;
	border: 1px solid #cdd6dd !important;
}

.facetwp-search:focus{
	border: 1px solid #cdd6dd !important;
}


.facetwp-input-wrap .facetwp-icon::before{
	background-image: url('/wp-content/uploads/Search.svg');
	  background-position: right;
	  background-size: contain;
	 margin-right: 10px;

}

@media only screen and (min-width: 981px) and (max-width: 1280px) {
	.retailes-list .et_pb_text_inner{
		font-size: 16px!important;
	}
}

@media screen and (max-width: 980px) {
  .retailes-list .fwpl-layout {
    grid-template-columns: repeat(2, 1fr)!important;
  }
	.facetwp-search{
  padding: 15px 20px !important;
  border-radius: 50px;
  font-size: 14px;
  border: 1px solid #cdd6dd !important;
}
	
}

@media screen and (max-width: 767px) {
   .retailes-list .fwpl-layout {
    grid-template-columns: 1fr!important;
  }
}

/* WOOCOMMERCE PRODUCT TEMPLATE - PRODUCT TABLE */
body.single-product.woocommerce table.shop_attributes th,
body.single-product.woocommerce .product_meta {
	color: rgb(44 47 49 / 50%);
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 399px) {
	body.single-product.woocommerce table.shop_attributes th,
	body.single-product.woocommerce .product_meta {
		white-space: normal;
	}	
}

body.single-product.woocommerce table.shop_attributes td {
	font-size: 16px;
    text-align: right;
    font-style: normal;
}

.woocommerce table.shop_attributes th {
	padding: 0;
}

body.single-product.woocommerce table.shop_attributes th,
body.single-product.woocommerce table.shop_attributes td {
	border-top: 1px solid #CDD6DD;
	border-bottom: 0;
    padding-top: 4px;
	padding-bottom: 4px;
}

body.single-product.woocommerce .product_meta {
	border-top: 1px solid #CDD6DD;
	border-color: #CDD6DD;
	padding-top: 10px;
}

body.single-product table.shop_attributes .woocommerce-product-attributes-item:last-child td,
body.single-product table.shop_attributes .woocommerce-product-attributes-item:last-child th {
	border-bottom: 1px solid #CDD6DD;
}

body.single-product.woocommerce table.shop_attributes tr:nth-child(even) td, 
body.single-product.woocommerce table.shop_attributes tr:nth-child(even) th {
	background: transparent;
}

.et_pb_module.et_pb_wc_additional_info .numberWrap {
	display: none;
}

body.single-product.woocommerce .et_pb_module.et_pb_wc_meta {
	margin-bottom: 7px;
}

body.single-product.woocommerce .sku_wrapper span.sku {
	float: right;
	color: #2c2f31;
}

/* FACETWP */
button.facetwp-load-more {
	font-size: 17px;
	border-width: 2px;
	border-style: solid;
    border-color: #008c99;
    border-radius: 50px;
	padding: 10px 15px;
	background: transparent;
}


body #page-container .fbc-wrap ol{
	padding-bottom: 0 !important;
}
@media (max-width: 980px) {
	body #page-container .fbc-wrap ol li span{
	font-size: 16px;
}
}

/* side scroll due to Creative Idea Center dropdown menus */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-flyout.mega-align-bottom-right.mega-menu-item-18599 li.mega-menu-item a.mega-menu-link {
	text-align: left;
}

@media only screen and (min-width: 981px) {
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    left: -140%;
}
}

/* adding the cart icon to the header */
@media (min-width: 981px) and (max-width: 1135px) {
	.header-icon-blurb .et_pb_blurb_container {
		white-space: nowrap;
	}
}

ul li.wpmenucart {
	padding: 0;
}

ul li.wpmenucart a.wpmenucart-contents span.icon i:before {
	font-size: 30px;
}

ul li.wpmenucart a.wpmenucart-contents span.number {
    position: absolute;
    top: 0;
    left: 24px;
    background: rgb(0 0 0 / 70%);
    border-radius: 30px;
    color: #fff;
    width: 17px;
    height: 17px;
    font-size: 9px;
    margin: 0px 0px 0px 0px;
    display: flex !important;
    justify-content: center;
    align-items: end;	
}

ul li.wpmenucart a.wpmenucart-contents span.price {
	font-size: 11px;
	display: block !important;
}

/* cart menu on mobile */
@media (min-width: 981px) {
	.cart-menu.mobile {
		display: none !important;
	}
}
@media (max-width: 980px) {
	.cart-menu.mobile {
		display: block !important;
	}
	.cart-menu.et_pb_menu .et_pb_menu__menu {
		display: block;
	}
	
	.cart-menu.et_pb_menu .et_mobile_nav_menu {
		display: none !important;
	}
	
	.menu-row .custom-header-menu {
		float: left;
    	width: 93%;
	}
	
	.menu-row .cart-menu {
		float: left;
    	width: 7%;
	}
}


/* phoone number wraps */
.header-icon-blurb.phone {
	white-space: nowrap;
}

/*** Menu hide placeholder ***/
.et-menu-nav li.placeholder.hide {
	display: none!important;
}
@media only screen and (min-width: 981px){
body #page-container .facetwp-facet input.facetwp-search, body #page-container .facetwp-facet input.facetwp-location {
    
    min-width: 285px;
}
	}