/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor child theme via Freshy
Author: Freshy
Author URI: https://freshysites.com/
Template: hello-elementor
Version: 2.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 -- */
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

.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 -- */


/* -- FOOTER -- */

/* - Bottom Bar - */

/* copyright wrapper */
#freshy_copyright {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.25em;
}

/* vertical pipe divider */
#freshy_copyright span.copyright_via {
	width: 3px;
	height: 3px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%;
	background: #F5F2DD;
	vertical-align: middle;
	margin: 0 20px;
	display: block;
	border-radius: 3px;
}

/* 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.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;
}

@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: 3px;
		height: 3px;
		margin: 0 20px;
	}
}

/* -- 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: 1024px) {
	.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: '\4e';
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #32a709;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}
.pluslist ul li::before {
	content: '\e050';
}
.externallist ul li::before {
	content: '\e906';	
}

/* -- END CHECKLIST -- */


/* -- 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 -- */

@media (max-width: 1023px) {
	/* 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 -- */

/* -- CUSTOM CSS -- */

/* - FONT - */
h1, h2, h3, h4, h5, h6, body {
	font-family: "erbaum", sans-serif;
}

/* - HEADER - */
.menu-col ul.e-n-menu-heading li.e-n-menu-item .e-n-menu-title a.e-n-menu-title-container {
	padding: 26px 20px;
}

/* bullets */
ul.e-n-menu-heading li.e-n-menu-item .e-n-menu-title button.e-n-menu-dropdown-icon {
	display: none;
}

#e-n-menu-content-1231 {
	background: transparent;
}

/* family and caliber */
.elementor-element-882881c {
	padding: 40px 30px;
	box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.3);
}

#menu-1-4b0a41c a,
#menu-1-2d6bc3a a {
	display: inline-block;
}

#menu-1-4b0a41c::before,
#menu-1-2d6bc3a::before {
	content: 'Family';
	display: block;
	text-transform: uppercase;
	color: #3e9b67;
	letter-spacing: 6px;
	font-size: 16px;	
	padding-left: 10px;
	padding-bottom: 10px;
}

#menu-1-771a08a::before,
#menu-1-6ca7f3f::before {
	content: 'Caliber';
	display: block;
	text-transform: uppercase;
	color: #3e9b67;
	letter-spacing: 6px;
	font-size: 16px;	
	padding-left: 10px;
	padding-bottom: 10px;
}

.elementor-element-771a08a {
	border-left: 1px solid rgb(19 20 20 / 30%);
	padding-left: 30px;
}

#menu-1-4b0a41c a,
#menu-1-2d6bc3a a {
	padding: 13px;
}

#menu-1-771a08a a,
#menu-1-6ca7f3f a {
	padding: 8px 13px;
}

#menu-1-4b0a41c a:hover,
#menu-1-771a08a a:hover,
#menu-1-2d6bc3a a:hover,
#menu-1-6ca7f3f a:hover {
	color: #3e9b67;
	background: rgb(23 57 38 / 10%);
	border-radius: 8px;
}

#menu-1-4b0a41c a:hover .menu-desc,
#menu-1-2d6bc3a a:hover .menu-desc {
	color: #131414;
}

#menu-1-4b0a41c a .menu-desc,
#menu-1-2d6bc3a a .menu-desc {
	text-transform: none;
}

#menu-1-4b0a41c a:hover::after,
#menu-1-4b0a41c a::after,
#menu-1-771a08a a:hover::after,
#menu-1-771a08a a::after,
#menu-1-2d6bc3a a:hover::after,
#menu-1-2d6bc3a a::after,
#menu-1-6ca7f3f a:hover::after,
#menu-1-6ca7f3f a::after {
	background-color: transparent;
}

/* descriptions */
.elementor-nav-menu .menu-desc {
	display: block;
	margin-top: 0.25em;
	line-height: 1.2;
	font-size: 14px;	
}

.elementor-nav-menu .sub-menu .menu-desc,
.elementor-nav-menu .sub-menu .menu-item > a::after {
	content: none !important;
	display: none !important;
}
.caliber-links .menu-desc {
	color: #777777 !important;
	display: inline-block;
	margin-left: 15px !important;
	text-transform:none !important;
}
/* icons */
.icons-col .elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-icon svg {
	fill: #173926;
}

.icons-col #search .icon-inactive,
.icons-col #cart .icon-inactive {
	width: 22px;	
}

@media (max-width: 1024px) {
	.icons-col #search .icon-inactive,
	.icons-col #cart .icon-inactive {
		width: 19px;	
	}	
}

/* two columns */
ul#menu-1-771a08a li,
ul#menu-1-6ca7f3f li {
	margin-bottom: 0 !important;
}

@media (max-width: 559px) {
	ul#menu-1-771a08a li,
	ul#menu-1-6ca7f3f li {
		margin-bottom: 0 !important;
	}
	ul#menu-1-771a08a li:last-child,
	ul#menu-1-6ca7f3f li:last-child {
		margin-bottom: 0 !important;
	}

	.elementor-element-2d6bc3a {
		width: 60%;
	}
}

@media (min-width: 560px) {
	ul#menu-1-771a08a::after,
	ul#menu-1-6ca7f3f::after {
		content: '';
		clear: both;
		display: table;
	}
	/*ul#menu-1-771a08a li,*/
	ul#menu-1-6ca7f3f li {
		float: left;
		width: 50%;
		padding-right: 0;
	}
	ul#menu-1-771a08a li:nth-child(odd),
	ul#menu-1-6ca7f3f li:nth-child(odd) {
		clear: both;	
	}
}

#elementor-popup-modal-442 .dialog-message {
	overflow: visible;
}

.elementor-widget-search .e-search-results-container {
	border-radius: 6px;
	background-color: #fffef5;
}

output.e-search-results-container .e-search-results {
	border-radius: 6px;
}

/* responsive */
@media (max-width: 1380px) {
	.main-menu.elementor-widget-n-menu .e-n-menu-title-text {
		font-size: 16px;
	}
	/* search popup */
	#elementor-popup-modal-442 .dialog-widget-content {
		margin: 80px 0px 0px 0px;
	}
}

@media (min-width: 1025px) and (max-width: 1173px) {
	.main-menu.elementor-widget-n-menu .e-n-menu-title-text {
		font-size: 13px;
	}
	/* search popup */
	#elementor-popup-modal-442 .dialog-widget-content {
		margin: 76px 0px 0px 0px;
	}
}

@media (max-width: 1380px) {
	/* search popup */
	#elementor-popup-modal-442 .dialog-widget-content button.e-search-submit {
		padding: 10px 24px;		
	}
}

.main-menu-mobile {
	display: none;
}

@media (max-width: 1024px) {
	.main-menu-mobile {
		display: flex;
		top: -1px;
	}	

	.main-menu-desktop {
		display: none;
	}

	body header .icons-col {
		flex-direction: row !important;
		justify-content: right;		
	}

	.main-menu-mobile .e-n-menu-heading li .e-n-menu-title {
		padding: 10px 0;
	}

	.main-menu-mobile .e-n-menu-heading li:first-of-type .e-n-menu-title {
		padding-top: 30px !important;
	}

	.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title {
		background-color: #173926;
	}

	.e-n-menu-wrapper {
		top: 38px;
	}
	/* bullets dropdown */
	header .bullet-dropdown {
		width: 100%;
		margin-left: 0;
	}

	#e-n-menu-content-2661 {
		background-color: #f5f2dd;		
	}

	.elementor-381 .elementor-element.elementor-element-fe88c1a > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title.e-current {
		border-color: #173926;		
	}

	header .bullet-dropdown .elementor-element-2d6bc3a .elementor-menu-toggle,
	header .bullet-dropdown .elementor-element-6ca7f3f .elementor-menu-toggle {
		display: none;
	}

	header .bullet-dropdown .elementor-element-2d6bc3a .elementor-nav-menu--main,
	header .bullet-dropdown .elementor-element-6ca7f3f .elementor-nav-menu--main  {
		display: flex;
	}
	/* search popup */
	#elementor-popup-modal-442 .dialog-widget-content {
		margin: 46px 0px 0px 0px;
	}

	#elementor-popup-modal-442 .dialog-widget-content button.e-search-submit,
	#elementor-popup-modal-442 .elementor-442 .elementor-element.elementor-element-2b7342c .e-search-input {
		padding: 5px 24px;
		height: 45px;
		min-height: 45px;	
	}

	#elementor-popup-modal-442 .elementor-442 .elementor-element.elementor-element-2b7342c .e-search-submit span {
		font-size: 12px;
	}

	#elementor-popup-modal-442 .dialog-close-button {
		display: none;
	}

}

@media (max-width: 767px) {
	header .e-con.e-flex>.e-con-inner {
		flex-wrap: nowrap;	
	}

	header .e-con.e-flex>.e-con-inner .menu-col {
		display: none;
	}
}

@media (max-width: 379px) {
	header .logo-col .elementor-element.elementor-element-1957552 img {
		width: 130px;
	}	

	/* search popup */
	#elementor-popup-modal-442 .dialog-widget-content {
		margin: 35px 0px 0px 0px;
	}
}

@media (max-width: 345px) {
	header .logo-col {
		width: 89%;
	}	
}

/* mini cart */
.elementor-menu-cart__toggle {
	margin-top: 8px;
}

/* variations */
.elementor-menu-cart__product .variation {
	margin: 0;
}

.woocommerce-mini-cart .variation {
	font-size: 10px;
	font-weight: 300;
}

.woocommerce .woocommerce-mini-cart .variation dd {
	margin-bottom: 0;
}

.woocommerce .woocommerce-mini-cart__total {
	margin-top: 10px;
}

/* title */
.elementor-381 .elementor-element.elementor-element-2279829 .elementor-menu-cart__product-name a {
	font-size: 16px;
}

/* quantity and price */
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-price {
	font-size: 10px;
	color: rgb(20 19 19 / 80%);
}


/* buttons */
.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
	box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.15) inset;
	border-radius: 6px 6px 6px 6px;
	margin-right: 5px;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a.elementor-button--checkout {
	background-color: #141313;
	fill: #f5f2dd;
	color: #f5f2dd;
	box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.15) inset;
	border-radius: 6px 6px 6px 6px;	
}

.woocommerce .elementor-381 .elementor-menu-cart__main .elementor-menu-cart__footer-buttons a.elementor-button span.elementor-button-text,
.elementor-381 .elementor-element.elementor-element-2279829 .elementor-menu-cart__footer-buttons .elementor-button {
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover {
	background-color: #5BAA7E;
	fill: #f5f2dd;
	color: #f5f2dd;
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
	background-color: #363737;
	fill: #f5f2dd;
	color: #f5f2dd;
}

/* - HOME - */
/* CALLOUTS */
.bullet-callout .elementor-widget-text-editor strong {
	font-weight: 300;
	color: #f3ba48;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.bullet-callout.cheetah {
		background-position: 30%;
	}

	.bullet-callout.showcase {
		background-position: 60%;
	}

	.bullet-callout.reaper {
		background-position: 60%;
	}
}

@media (max-width: 419px) {
	.bullet-callout.cheetah {
		background-position: 30%;
	}

	.bullet-callout.showcase {
		background-position: 60%;
	}

	.bullet-callout.reaper {
		background-position: 60%;
	}
}

/* 50/50S SPLIT */
.heading-highlight strong {
	font-weight: 400;	
	color: #3e9b67;
}

.inset-shadow {
	position: relative;
	display: inline-block;
	overflow: hidden;      
}

.inset-shadow::before {
	content: "";
	position: absolute;
	inset: 0;             
	box-shadow: inset 0 3px 0 0 rgb(255 255 255 / 20%);
	border-radius: 16px; 
	pointer-events: none;    
	z-index: 1;            
}

.inset-shadow img {
	display: block;
	width: 100%;
	height: auto;
}

/* CTAS */
/* gravity forms */
.gform_heading {
	display: none;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	background: #FFFEF5;
	font-size: 20px !important;
	height: 60px;
	border-radius: 6px;
	padding: 5px 20px !important;
}

.gform-footer [type=button], 
.gform-footer [type=submit], 
.gform-footer button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button {
	background-color: #f3ba48;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	fill: #131414;
	color: #131414;
	box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset;
	border-radius: 6px 6px 6px 6px;
	border: none;
	padding: 5px 24px 5px 24px;
	height: 60px;
}

.gform-footer [type=button]:hover, 
.gform-footer [type=submit]:hover, 
.gform-footer button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover {
	background-color: #F9DDA4;
	fill: #131414;
	color: #131414;
}

#gform_wrapper_2 .gform-footer {
	margin: 0;
	padding: 0;	
}

#gform_wrapper_2 form input {
	margin-bottom: 10px;
}

@media (min-width: 1025px) {
	#gform_wrapper_2 form {
		display: flex;
		justify-content: center;
		gap: 0.5em;
	}	
}

/* socials */
.custom-icons .elementor-social-icon:hover {
	opacity: 1;	
	background-color: #3A5746 !important;
}

/* - FOOTER - */
.elementor-element-7cc6638 .e-con-inner {
	display: flex;
	flex-wrap: wrap !important;
	flex-direction: row !important;
}

.elementor-element-f7258e5.custom-copyright {
	flex: 0 0 100%;
	max-width: 100% !important;
}

@media (min-width: 1025px) {
	.elementor-element-2a19364.col-2,
	.elementor-element-cef9ffd.col-3,
	.elementor-element-2fbd3fd.col-4 {
		flex: 0 0 16.66% !important;
		max-width: 16.66%;
	}

	footer .col-1.elementor-element-76d2933 {
		flex: 0 0 50% !important;
		max-width: 50%;	
	}
}

@media (min-width: 1204px) and (max-width: 1385px) {
	.elementor-element-f7258e5.custom-copyright #freshy_copyright {
		font-size: 16px;		
	}
}

@media (min-width: 1025px) and (max-width: 1203px) {
	.elementor-element-f7258e5.custom-copyright #freshy_copyright {
		font-size: 14px;		
	}

	#freshy_copyright span.copyright_via {
		margin: 0 10px;
	}

	.custom-copyright .elementor-social-icons-wrapper .elementor-grid-item {
		padding-left: 10px;	
	}
}

@media (max-width: 1024px) {
	.elementor-element-f7258e5.custom-copyright #freshy_copyright {
		font-size: 16px;		
	}

	.col-nav .elementor-widget-nav-menu a.elementor-item {
		padding-left: 0;
	}
}

.col-nav .elementor-widget-text-editor p {
	margin-bottom: 0;
}

.col-nav .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover {
	color: #f3ba48;
}

@media (max-width: 960px) {
	#freshy_copyright {
		flex-direction: column;
	}

	#freshy_copyright span.copyright_via {
		background-color: transparent;
		margin: 10px 0;
	}

	#freshy_copyright .copyright_text {
		text-align: center;
	}

	.custom-copyright {
		align-items: center;	
	}
}

@media (min-width: 731px) and (max-width: 1024px) {
	footer .col-1.elementor-element-76d2933 {
		flex: 0 0 100% !important;
		max-width: 100%;	
	}

	.elementor-element-2a19364.col-2,
	.elementor-element-cef9ffd.col-3,
	.elementor-element-2fbd3fd.col-4 {
		flex: 0 0 33.33% !important;
		max-width: 33.33%;
	}
}

@media (max-width: 730px) {
	.col-nav .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		margin-top: 0;
	}
}

/* social media links in footer */
.custom-copyright {
	display: flex;
	justify-content: space-between;
}

.custom-copyright .elementor-social-icon-facebook-f,
.custom-copyright .elementor-social-icon-instagram,
.custom-copyright .elementor-social-icon-x-twitter,
.custom-copyright .elementor-social-icon-youtube {
	background-color: #173926;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	font-size: 20px;
}

.custom-copyright .elementor-social-icons-wrapper .elementor-grid-item .elementor-icon {
	box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.15) inset;	
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	text-align: center;
}

.custom-copyright .elementor-social-icons-wrapper .elementor-grid-item .elementor-icon svg {
	color: #f5f2dd;
	fill: #f5f2dd;	
}

.custom-copyright .elementor-social-icons-wrapper .elementor-grid-item a.elementor-icon:hover {
	background-color: #3A5746;	
}

@media (max-width: 1024px) {
	.custom-copyright {
		flex-direction: column;	
	}

	.custom-copyright .elementor-widget-social-icons {
		margin-top: 20px;		
	}
}

/* - BULLETS PAGE - */
.symbol-behind-heading {
	height: 156px;
	align-items: center;
	justify-content: center;
	display: flex;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;	
}

.cheetah.symbol-behind-heading {
	background-image: url("/wp-content/uploads/tail.png");
}

.showcase.symbol-behind-heading {
	background-image: url("/wp-content/uploads/wreath.png");
}

.reaper.symbol-behind-heading {
	background-image: url("/wp-content/uploads/scythe.png");
}

.hardstop.symbol-behind-heading {
	background-image: url("/wp-content/uploads/buffalo.png");
}

.shop-page.bullet-callout {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}

.shop-page.bullet-callout::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	border: 3px solid transparent;
	background: linear-gradient(to bottom, #ffffff1a, transparent) border-box;
	-webkit-mask: 
		linear-gradient(#fff 0 0) content-box, 
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

@media (min-width: 1025px) and (max-width: 1220px) {
	.bullet-callout .bullet-image.elementor-element-67f2342 img {
		max-width: 168px;
		height: 168px;
	}
}

/* active nav link not working for this page, probably due to it being the Shop page */
.elementor-page-983 #e-n-menu-title-1231,
.product-template-default #e-n-menu-title-1231 {
	border-color: #f3ba48;
	border-width: 0 0 3px 0;
}

/* - PRODUCT PAGE - */
.product-page .variations select option[disabled] { 
	opacity: 0.5; 
}

/* quick links */
.product-page.symbol-behind-heading {
	height: 70px;
}

.product-page.cheetah {
	background-size: 30%;	
}

.product-page.showcase {
	background-size: 25%;	
}

.product-page.reaper {
	background-size: 21%;	
}

.product-page.hardstop {
	background-size: 28%;	
}

/* top active quicklinks */
/* hardstop */
.postid-1065 .shop-page.bullet-callout.hardstop::before {
	border: 4px solid #f3ba48;
}

/* showcase*/
.postid-3111 .shop-page.bullet-callout.showcase::before {
	border: 4px solid #f3ba48;
}

/* reaper */
.postid-3662 .shop-page.bullet-callout.reaper::before {
	border: 4px solid #f3ba48;
}

/* podium */
.postid-5922 .shop-page.bullet-callout.podium::before {
	border: 4px solid #f3ba48;
}


@media (max-width: 1024px) {
	.product-page.symbol-behind-heading {
		height: 50px;
	}	
}

@media (max-width: 767px) {
	.product-quick-links .e-con-inner {
		display: grid;
		grid-template-columns: repeat(2, 1fr); 
		grid-template-rows: repeat(2, 1fr);   
		gap: 5px 10px;
	}

	.product-page.cheetah,
	.product-page.showcase,
	.product-page.reaper,
	.product-page.hardstop {
		background-image: none;	
	}

	.product-page.symbol-behind-heading {
		height: auto;
	}

	.product-quick-links .bullet-callout {
		padding: 10px;
		justify-content: center;
	}

	.product-quick-links .bullet-callout .symbol-behind-heading {
		padding: 0;
	}

	.product-quick-links .bullet-callout .symbol-behind-heading .elementor-heading-title {
		font-size: 17px;
	}

	.product-quick-links .bullet-callout {
		margin-bottom: 5px;
	}
}

/* variations */
.product-template-default table.variations tbody>tr:nth-child(odd)>th,
.product-template-default table.variations tbody>tr:nth-child(odd)>td,
.product-template-default table.variations tbody tr:hover>td, 
.product-template-default table.variations tbody tr:hover>th {
	background-color: transparent;
}

.product-template-default table.variations tbody {
	display: grid;
	grid-template-columns: auto auto 150px 150px;
	gap: 0;
	align-items: start;	
}

.product-template-default table.variations tbody tr {
	display: flex;
	flex-direction: column;
}

.woocommerce div.product form.cart .variations select {
	padding-right: 2em;
}

@media (max-width: 480px) {
	.product-template-default table.variations tbody {
		display: block;
	}

	.elementor-widget-woocommerce-product-add-to-cart form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
		flex-wrap: wrap !important;
		gap: 20px;
	}
}

@media (max-width: 767px) {
	.flex-direction-nav {
		font-size: 0;
	}

	.woocommerce div.product div.images {
		margin-bottom: 0.5em;	
	}
}

.product-template-default table.variations tbody tr th {
	padding: 0;
	text-align: left;
}

.product-template-default table.variations tbody tr td {
	padding-top: 0;
	padding-bottom: 0;
}

.single_variation_wrap {
	color: #f5f2dd;
}

/* hiding the default variation price */
.woocommerce-variation-price {
	display: none;
}

/* the dynamic variation price and subtotal */
.fv-header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;	
}

.fv-header .fv-caliber {
	color: #C36F44;
}

.fv-header .fv-sep {
	opacity: .2;
	font-size: 0;
}

.fv-header .fv-sep::after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 33px;
	background-color: #f5f2dd;
	vertical-align: middle;
}

/* short description */
.woocommerce-product-details__short-description p {
	margin-bottom: 0;
}

/* dropdowns */
.woocommerce div.product form.cart .variations select {
	background-image: url("/wp-content/uploads/chevron-down.svg");
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 24px;
}

/* button */
.product .elementor-add-to-cart form.cart button.single_add_to_cart_button.button {
	box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset;
	font-weight: 400;
}

.product .elementor-add-to-cart form.cart button.single_add_to_cart_button.button:hover {
	background-color: #F9DDA4;
}

.woocommerce div.product form.cart div.quantity  {
	display: inline-flex;
	align-items: stretch;
	border-radius: 6px;
	overflow: hidden;
	margin: 0 30px 0 0;
}

.woocommerce .quantity .qty {
	width: 4.3em;
	text-align: center;
	border: none;
	outline: none;
	padding: .5em .75em;
	background: #fff;
	font-size: 20px;
}

.woocommerce .qty-btn {
	border: none;
	background: #161616;
	color: #f5c96c;
	width: 2.2em;
	font-weight: 700;
	cursor: pointer;
	line-height: 1;
	display: grid;
	place-items: center;
}
.qty-btn:focus-visible { 
	outline: 2px solid #555; outline-offset: -2px; 
}

.product .elementor-add-to-cart form.cart button.freshy-qty-btn {
	box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.2) inset;
	background: transparent;
	border: 2px solid rgb(243 186 72 / 20%);
	color: #f3ba48;
	font-weight: 600;
	font-size: 28px;
	padding: 0;
	width: 44px;
	height: 44px;
}

.product .elementor-add-to-cart form.cart button.freshy-qty-btn:hover {
	background: rgb(255 255 255 / 5%);
}

.product .elementor-add-to-cart form.cart button.freshy-qty-btn.freshy-plus {
	margin: auto 0 auto 10px !important;
}

.product .elementor-add-to-cart form.cart button.freshy-qty-btn.freshy-minus {
	margin: auto 10px auto 0 !important;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

/* Optional: reset to look clean */
input.qty {
	appearance: textfield; /* modern browsers */
}

.product-template-default .woocommerce-message {
	display: none;
}

.woocommerce-message {
	border-top-color: #f3ba48;
	background-color: #141F19;
	border-radius: 6px;
	width: 80%;
	margin: 30px auto 0;
	color: #f5f2dd;
}

.woocommerce-message a.button {
	background-color: var(--e-global-color-b73c212);
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	fill: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
	box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.15) inset;
	border-radius: 6px 6px 6px 6px;
	padding: 20px 34px 20px 34px;
}

.woocommerce-message a.button:hover {
	background-color: #5BAA7E;
	color: var(--e-global-color-secondary);
}

.woocommerce-message:focus,
.woocommerce-message:focus-visible {
	outline: none !important;
	box-shadow: none !important; /* in case your theme adds a shadow */
}

.woocommerce-message::before {
	color: #f3ba48;	
}

.product-template-default {
	background-color: #131414;
}

/* Make WooCommerce gallery arrows visible and nicely placed */
.woocommerce div.product div.images .flex-direction-nav a {
	opacity: 1;                      
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	position: absolute;
	top: 34%;
	transform: translateY(-50%);
	text-decoration: none;
	color: transparent;
	border-radius: 999px;
	background-color:#d1d6cb;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	width: 40px;
	height: 40px;
}

/* Hide default icons */
.woocommerce div.product div.images .flex-direction-nav a:before {
	display: none;
}

.woocommerce div.product div.images .flex-direction-nav a:marker {
	content:'';
}

/* Replace with custom image */
.woocommerce div.product div.images .flex-direction-nav .flex-prev {
	background-image: url('/wp-content/uploads/slider-arrow-prev.svg');
	left: 10px; 
}

.woocommerce div.product div.images .flex-direction-nav .flex-next {
	background-image: url('/wp-content/uploads/slider-arrow.svg');
	right: 10px; 
}


/* Optional: bigger hit area on mobile */
@media (max-width: 767px) {
	.woocommerce div.product div.images .flex-direction-nav a { 
		width: 44px; 
		height: 44px; 
		line-height: 44px; 
	}
}

/* wishlist */
/* product page */
.title-and-wishlist .wishlist .yith-add-to-wishlist-button-block {
	font-size: 0;
	box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.2) inset;
	background: transparent !important;
	border: 2px solid rgb(243 186 72 / 20%);
	border-radius: 6px;
	padding: 8px;
	display: block;
}
.title-and-wishlist .wishlist .yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button {
	justify-content: center;
	gap: 0;
}

.title-and-wishlist .wishlist span.yith-wcwl-add-to-wishlist-button__label {
	display: none;
}

.title-and-wishlist .wishlist .yith-wcwl-add-to-wishlist-button--added span.yith-wcwl-add-to-wishlist-button__label {
	display: flex;
	margin-left: 5px;
}

.title-and-wishlist .wishlist .yith-wcwl-add-to-wishlist-button--added {
	color: #f3ba48;
}


/* product tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	display: flex;
	gap: 2em;
	margin-left: -37px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs .description_tab {
	order: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs .load-data_tab {
	order: 2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs .additional_information_tab {
	order: 3;
}

.woocommerce div.product .woocommerce-tabs ul.tabs .reviews_tab {
	order: 4;
}

.woocommerce div.product.elementor ul.tabs li a {
	padding: 0 5px 10px 5px;
}

.woocommerce div.product .woocommerce-tabs .active a {
	border-bottom: 4px solid #f3ba48;	
}

.woocommerce-tabs .woocommerce-Tabs-panel--description h2:first-of-type,
.woocommerce-tabs .woocommerce-Tabs-panel--load-data .yikes-custom-woo-tab-title,
.woocommerce-tabs .woocommerce-Tabs-panel--additional_information h2:first-of-type {
	display: none;
}

.woocommerce div.product.elementor .woocommerce-tabs .woocommerce-Tabs-panel {
	padding: 40px 0 0 0;
}

.woocommerce .elementor-element .woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
	font-size: 40px !important;
	font-weight: 400;
}

.woocommerce .elementor-element .woocommerce-tabs .woocommerce-Tabs-panel--description h3 {
	font-weight: 400;
	margin-top: 40px;
	margin-bottom: 30px;
}

.woocommerce .elementor-element .woocommerce-tabs .woocommerce-Tabs-panel--description p {
	font-weight: 300;
	margin-block-end: 2rem;
}

.woocommerce .elementor-element .woocommerce-tabs .woocommerce-Tabs-panel--description img {
	border-radius: 16px;
}

/* load date */
.woocommerce .elementor-element .woocommerce-tabs .woocommerce-Tabs-panel--load-data,
.woocommerce .product .elementor-element.elementor-element-411b4cd .woocommerce-tabs .woocommerce-Tabs-panel--load-data h2 {
	font-size: 40px;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.woocommerce .elementor-element .woocommerce-tabs .woocommerce-Tabs-panel--description h2,
	.woocommerce .product .elementor-element.elementor-element-411b4cd .woocommerce-tabs .woocommerce-Tabs-panel--load-data h2 {
		font-size: 32px !important;
	}
}

@media (max-width: 767px) {
	.woocommerce .elementor-element .woocommerce-tabs .woocommerce-Tabs-panel--description h2,
	.woocommerce .product .elementor-element.elementor-element-411b4cd .woocommerce-tabs .woocommerce-Tabs-panel--load-data h2 {
		font-size: 22px !important;
	}
}

.woocommerce div.product.elementor .woocommerce-tabs .woocommerce-Tabs-panel--description blockquote,
.woocommerce .product .elementor-element.elementor-element-411b4cd .woocommerce-tabs .woocommerce-Tabs-panel--load-data blockquote,
blockquote {
	border-left: 3px solid #f3ba48;
	padding-left: 30px;
	margin-left: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* additional information */
.woocommerce table.shop_attributes th {
	border-bottom: 0;
	text-align: left;
	border-left: 0;
}

#tab-additional_information table tbody>tr:nth-child(odd)>td, 
#tab-additional_information table tbody>tr:nth-child(odd)>th,
.woocommerce #tab-additional_information table.shop_attributes tr:nth-child(even) td, 
.woocommerce #tab-additional_information table.shop_attributes tr:nth-child(even) th {
	background-color: transparent;
	border: 0;
}

.woocommerce table.shop_attributes {
	border-top: 0;
}

.woocommerce .product .elementor-element.elementor-element-411b4cd .woocommerce-tabs .woocommerce-Tabs-panel {
	border-color: transparent;
}

@media (min-width: 768px) and (max-width: 992px) {
	.woocommerce .product .elementor-element.elementor-element-411b4cd .woocommerce-tabs ul.wc-tabs li a {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		display: inline-block;
		margin-left: 0;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		width: 50%;
		margin-bottom: 20px;
	}

	.woocommerce .product .elementor-element.elementor-element-411b4cd .woocommerce-tabs ul.wc-tabs li a {
		font-size: 17px;
	}
}

/* WP Datatable */
/* table 1 and 2 are samples */
body .wpdt-c.wpDataTableContainerSimpleTable #wpdtSimpleTable-1 th, 
body .wpdt-c.wpDataTableContainerSimpleTable #wpdtSimpleTable-1 tbody td, 
body .wpdt-c .wpDataTableContainerSimpleTable #wpdtSimpleTable-1 th, 
body .wpdt-c .wpDataTableContainerSimpleTable #wpdtSimpleTable-1 tbody td,
body .wpdt-c.wpDataTableContainerSimpleTable #wpdtSimpleTable-2 th, 
body .wpdt-c.wpDataTableContainerSimpleTable #wpdtSimpleTable-2 tbody td, 
body .wpdt-c .wpDataTableContainerSimpleTable #wpdtSimpleTable-2 th, 
body .wpdt-c .wpDataTableContainerSimpleTable #wpdtSimpleTable-2 tbody td{
	background-color: transparent;
}

body .wpdt-c.wpDataTableContainerSimpleTable #wpdtSimpleTable-1 {
	width: 100%;	
	margin-top: 26px;
	margin-bottom: 26px;
	margin-left: 0;
	border-top: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
}

body .wpdt-c.wpDataTableContainerSimpleTable #wpdtSimpleTable-1 tbody {
	width: 235px;
	display: block;
}

body .wpdt-c.wpDataTableContainerSimpleTable #wpdtSimpleTable-2 td strong {
	font-weight: 500 !important;
}

/* table 3 - load development */
.wpdt-c.wpDataTableContainerSimpleTable.wdtscroll table#wpdtSimpleTable-3 {
	width: 100%;
}

table#wpdtSimpleTable-3 th {
	background-color: transparent;
	border-left: 0;
	border-top: 0;
	text-transform: uppercase;
	color: #3e9b67;
}

table#wpdtSimpleTable-3 th,
.wpdt-c.wpDataTableContainerSimpleTable #wpdtSimpleTable-3 tbody td {
	font-size: 16px;
}

table#wpdtSimpleTable-3 th:last-of-type,
.wpdt-c.wpDataTableContainerSimpleTable #wpdtSimpleTable-3 tbody td:last-of-type {
	border-right: 0;
}

.wpdt-c.wpDataTableContainerSimpleTable #wpdtSimpleTable-3 tbody td {
	background-color: transparent;
	border-left: 0;
	border-bottom: 0;
	border-top: 0;
}

#wpdtSimpleTable-3 tbody .wpdt-cell-row {
	border-radius: 6px;
}

#wpdtSimpleTable-3 tbody .wpdt-cell-row:hover  {
	background-color: rgb(0 0 0 / 5%);
}

/* FAQ */
.margin-bottom-0 p {
	margin-bottom: 0;
}

.elementor-widget-n-accordion .e-n-accordion div[role="region"] {
	margin-top: -20px;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
	background-color: #C36F44;
	border-radius: 30px;
	width: 20px;
	height: 20px;	
	align-items: center;
	justify-content: center;
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
	justify-content: space-between;
}

/* CART AND CHECKOUT */
/* text */
.elementor-widget-woocommerce-cart .woocommerce,
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row label, 
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row label, 
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row label,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review,
.elementor-widget-woocommerce-checkout-page {
	font-family: "erbaum", sans-serif;
}

.elementor-widget-woocommerce-checkout-page a {
	color: #3e9b67;
}

.elementor-widget-woocommerce-checkout-page a:hover {
	color: #5BAA7F;
}

.elementor-widget-woocommerce-cart .woocommerce .cart th, 
.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2,
.elementor-widget-woocommerce-checkout-page .woocommerce h3 {
	text-transform: uppercase;
	font-weight: 400;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tfoot td, 
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tfoot th, 
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total strong {
	font-weight: 400;
	color: #131414;
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2,
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row label, 
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row label, 
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row label,
.elementor-widget-woocommerce-checkout-page .woocommerce #shipping_method li label, 
.elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label,
.elementor-widget-woocommerce-checkout-page .e-checkout-secondary-title {
	color: #131414;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, 
.woocommerce td.product-name .wc-item-meta dt, 
.woocommerce td.product-name dl.variation .wc-item-meta-label, 
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation p {
	font-size: 11px;
	line-height: 1.7em;
}

/* quantity */
[type=button], 
[type=submit], 
button {
	border: 1px solid #131414;
	color: #131414;	
}

[type=button]:focus, 
[type=button]:hover, 
[type=submit]:focus, 
[type=submit]:hover, 
button:focus, 
button:hover {
	background-color: rgb(0 0 0 / 5%);
	color: #131414;	
}

.elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
	border-color: #131414;
}

.elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
	min-height: 42px;
	max-height: 42px;
	padding: 5px 10px;
}

/* update cart and apply coupon button */
.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button,
.elementor-366 .elementor-element.elementor-element-3ee9786 .shop_table .button {
	background-color: var(--e-global-color-text);
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	fill: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
	box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.15) inset;
	border-radius: 6px 6px 6px 6px;
	padding: 15px 20px 15px 20px;
	border: 0;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button:hover,
.elementor-366 .elementor-element.elementor-element-3ee9786 .shop_table .button:hover {
	border: 0;
	background-color: #363737;
}

.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select {
	height: 45px;
	border-radius: 6px;
	background-color: #fffef5;
}

.elementor-widget-woocommerce-cart .woocommerce .coupon-col-start {
	padding-inline-end: 15px;	
}

/* checkout button */
.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button {
	background-color: var(--e-global-color-accent);
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	fill: var(--e-global-color-text);
	color: var(--e-global-color-text);
	box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset;
	border-radius: 6px 6px 6px 6px;
	padding: 20px 34px 20px 34px;
}

.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button:hover {
	background-color: #F9DDA4;
	color: #131414;
}

/* checkout summary */
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr td:before, 
.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr td:before,
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td .woocommerce-Price-amount, 
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td:before,
.woocommerce ul#shipping_method .amount {
	font-weight: 400;
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td .woocommerce-Price-amount, 
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td:before,
.elementor-widget-woocommerce-cart .woocommerce #shipping_method li label,
.elementor-widget-woocommerce-cart .e-cart-content,
.elementor-widget-woocommerce-checkout-page .woocommerce-form__label-for-checkbox span {
	color: #131414;
}

.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward):hover {
	color: #5BAA7F;
}

/* table margin */
.elementor-widget-woocommerce-cart .e-cart-section {
	margin: 0;
}

/* borders */
.elementor-widget-woocommerce-cart .woocommerce table.cart td.actions {
	border-top: 1px solid #f3ba48;
}

/* checkout borders */
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1, .elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-section, .elementor-widget-woocommerce-checkout-page .woocommerce .shipping_address, .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields, .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
	border-color: transparent;
}

/* checkout inputs */
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text, .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row select, .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row textarea, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row .input-text, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row select, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row textarea, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row .input-text, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row select, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row textarea,
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
	background-color: #fffef5;
	border: 1px solid #131414;
	border-radius: 6px;
	font-family: "erbaum", sans-serif;
	height: 45px;
	color: #131414;
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 30px;
}

.woocommerce form .form-row .input-text:focus, .woocommerce form .form-row select:focus,
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text:focus {
	background-color: #fffef5;
	border: 1px solid #131414;	
}

/* WooCommerce input placeholders */
.woocommerce form .form-row .input-text::placeholder,
.woocommerce-page form .form-row .input-text::placeholder,
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered::placeholder {
	color: #858479;   /* Pick your color */
	opacity: 1;    /* Ensure it’s visible (Firefox lowers opacity by default) */
}

/* Cross-browser vendor prefixes for older support */
.woocommerce form .form-row .input-text::-webkit-input-placeholder,
.woocommerce-page form .form-row .input-text::-webkit-input-placeholder,
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered::-webkit-input-placeholder {
	color: #858479;
}

.woocommerce form .form-row .input-text:-ms-input-placeholder,
.woocommerce-page form .form-row .input-text:-ms-input-placeholder,
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered:-ms-input-placeholder {
	color: #858479;
}

.woocommerce form .form-row .input-text::-ms-input-placeholder,
.woocommerce-page form .form-row .input-text::-ms-input-placeholder,
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered::-ms-input-placeholder {
	color: #858479;
}

.woocommerce form .form-row .input-text::-moz-placeholder,
.woocommerce-page form .form-row .input-text::-moz-placeholder,
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered::-moz-placeholder {
	color: #858479;
}

.woocommerce form .form-row .input-text:-moz-placeholder,
.woocommerce-page form .form-row .input-text:-moz-placeholder,
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered:-moz-placeholder {
	color: #858479;
}


.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #858479 !important; 
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #858479 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #858479; 
}

/* checkout button */
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order {
	background-color: var(--e-global-color-accent);
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	fill: var(--e-global-color-text);
	color: var(--e-global-color-text);
	box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset;
	border-radius: 6px 6px 6px 6px;
	padding: 20px 34px 20px 34px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order:hover {
	background-color: #F9DDA4;
	color: #131414;
}

@media (max-width: 1024px) {
	.elementor-widget-woocommerce-cart .woocommerce .coupon-col-start {
		padding-inline-end: 0;
	}

	.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1 {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
		margin-top: -4px;
	}

	.elementor-widget-woocommerce-cart .woocommerce table.cart tr,
	.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1, 
	.elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review, 
	.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box, 
	.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-section, 
	.elementor-widget-woocommerce-checkout-page .woocommerce .shipping_address, 
	.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields, 
	.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
		padding: 16px 0;
	}

	.elementor-widget-woocommerce-cart .e-cart-section {
		padding: 0 10px 15px 0;
	}

	.elementor-widget-woocommerce-cart .woocommerce table.cart td {
		padding-top: 0;
		padding-bottom: 10px;
	}
}

/* billing details - country */
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row select {
	padding: 0 16px;
}

/* MY ACCOUNT PAGE */
.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-icon span>svg {
	fill: #173926;
}

/* General styling for the account nav */
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce-MyAccount-navigation li {
	margin: 0 0 10px;
}

.woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	padding: 12px 15px;
	background: #173926;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 400;
	color: #f5f2dd;
	transition: all 0.3s ease;
	box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.15) inset;
}

.woocommerce-MyAccount-navigation a:hover {
	background: #3A5746;
	color: #f5f2dd;
}

.woocommerce-MyAccount-navigation .is-active a {
	background: #3E9B67;
	color: #f5f2dd;
}

.woocommerce-info {
	border-top-color: #3e9b67;	
}

.woocommerce-info::before {
	color: #3e9b67;
}

.woocommerce-account .woocommerce-error, 
.woocommerce-account .woocommerce-info, 
.woocommerce-account .woocommerce-message {
	background-color: #fffef5;	
	border-radius: 6px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	background-color: var(--e-global-color-text);
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	fill: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
	box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.15) inset;
	border-radius: 6px 6px 6px 6px;
	padding: 20px 34px 20px 34px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
	background-color: #363737;	
	color: var(--e-global-color-secondary);
}

/* wishlist */
.wishlist-title-container {
	display: none;
}

table.wishlist_table thead th, 
table.wishlist_table tbody td {
	border-color: transparent;
}

table.wishlist_table thead:first-child tr:first-child th {
	border-block-start: 0;
	border-bottom: 1px solid #ccc;
}

.woocommerce table.shop_table {
	border: 0;
	border-bottom: 1px solid #ccc;
}

table.wishlist_table thead th,
.woocommerce table.wishlist_table th {
	font-weight: 600;
	padding-top: 0;
}

table.wishlist_table .product-name p a {
	text-transform: uppercase;
}

table.wishlist_table .product-name p {
	margin-bottom: 0;
}

.woocommerce 
table.wishlist_table td.product-name dl.variation dd {
	font-size: 11px;
	line-height: 1.7em;
}

/* quantity */
table.wishlist_table td.product-quantity input {
	background: #fffef5;
	border-radius: 6px;
}

table.wishlist_table td.product-quantity p {
	width: 100px;
	margin: auto;	
}

@media (max-width: 767px) {
	.wishlist_table table.additional-info td.product-quantity input {
		width: 100px;
		margin: auto;	
	}	
}

/* buttons */
table.wishlist_table td.product-add-to-cart p {
	margin: 0;
}

table.wishlist_table td.product-add-to-cart p br {
	display: none;
}

table.wishlist_table td.product-add-to-cart a.add_to_cart_button {
	box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset;
	padding: 6px 14px 6px 4px !important;
}

table.wishlist_table td.product-add-to-cart a.add_to_cart_button,
table.wishlist_table td.product-add-to-cart a.remove_from_wishlist {
	font-size: 15px;
	font-weight: 400 !important;
}

@media (max-width: 767px) {
	.woocommerce .wishlist_table a.add_to_cart.button.alt:not(.yith-wcwl-themed-button-style) {
		box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset;
		padding: 6px 14px 6px 4px !important;		
		font-weight: 400 !important;
	}
}

/* table footer */
.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label {
	margin-top: -35px;
	font-size: 15px;
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions {
	background: #fffef5;
	border-radius: 6px;
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit] {
	margin-left: 0;
	margin-top: 10px;
	border-radius: 6px;
	font-size: 14px;
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update input {
	border-radius: 6px;
	font-size: 14px;	
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action br {
	display: none;
}

/* SEARCH RESULTS PAGE */
/* padding under images */
.elementor-4218 .elementor-element.elementor-element-7197c72 .elementor-posts-container .elementor-post__thumbnail {
	padding-bottom: 0;
}

/* read more */
.elementor-4218 .elementor-element.elementor-element-7197c72 .elementor-post__read-more {
	display: inline-block;
	background-color: var(--e-global-color-accent);
	font-weight: 400;
	text-transform: uppercase;
	fill: var(--e-global-color-text);
	color: var(--e-global-color-text);
	box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset;
	border-radius: 6px 6px 6px 6px;
	padding: 10px 10px 10px 10px;	
	transition: all .3s;
	line-height: 1;
}

.elementor-4218 .elementor-element.elementor-element-7197c72 .elementor-post__read-more:hover {
	background-color: #F9DDA4;
}

.warranty_info,
.variation-Return,
table.warranty-table tr th:last-of-type,
table.warranty-table tr td:last-of-type {
	display: none !important;
}
table.warranty-table tr th {
	text-align: left;
}

/* return request form */
#warranty_form div.item-variations {
	margin: 10px 0 10px 15px;
}

#warranty_form .tracking_code {
	margin-left: 35%;
	margin-top: 10px;
}

/* ---------- wpDataTables - Product Tabs ---------- */
body .fs-product-tabs .wpdt-c.wpDataTableContainerSimpleTable.wdtscroll table.wpdtSimpleTable {
	width: 100% !important;
}

/* ---------- age verification ---------- */
.age-verification-popup > div {
	background-color: #131414 !important;
	padding: 30px 20px !important;
}

#age-verification-heading,
#age-verification-description {
	color: #fff !important;
}

.age-verification-popup #age-verification-heading {
	font-size: 32px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.age-verification-popup img {
	margin-bottom: 0 !important;
	max-width: 190px !important;
}