/**
Theme Name: Americaneagle.com Astra Child
Author: Americaneagle.com
Author URI: https://Americaneagle.com
Description: Customizations for Astra theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: americaneagle-com-astra-child
Template: astra
*/

/* A11y Fixes */

/* Allow for esc key to close Kadence submenu */
.nav--toggle-sub li:hover > ul,
.nav--toggle-sub li.menu-item--toggled-on > ul,
.nav--toggle-sub li:not(.menu-item--has-toggle):focus > ul {
 display: none;
}

.main-navigation .menu-item .sub-menu {
  display: none;
}
.main-navigation .menu-item .sub-menu.submenu-open,
.main-navigation .menu-item .sub-menu.toggle-show {
  display: block;
}

/* Gravity Forms */
.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 {
	font-size:1rem;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, .gform_wrapper.gravity-theme .gfield textarea:focus, select:focus {
	border-color:#000000;
	outline:-webkit-focus-ring-color auto 1px !important;
}
/* Styling for floating label for gravity forms. 
 * Add class of floating-label to desired form fields */
.floating-label {
        position: relative;
}

.floating-label label {
    position: absolute;
    top: 12px;
    left: 0;
    margin: 0;
    opacity: 0;
    line-height: 1.4;
    font-size: 1rem;
    transition: all ease 0.4s;
}

.floating-label:focus-within label,
.floating-label input:focus ~ label, 
.floating-label textarea:focus ~ label,
.floating-label input.valid ~ label,
.floating-label textarea.valid ~ label, 
.floating-label input:visited ~ label,
.floating-label textarea:visited ~ label,
.floating-label input:-webkit-autofill ~ label,
.floating-label textarea:-webkit-autofill ~ label,
.floating-label.input-active label {
        top: 0;
    left: 16px;
    font-size: .875rem !important;
    color: var(--global-palette3);
    opacity: 1;
}

/* Basic A11Y fixes for Kadence Blocks */
body .kt-blocks-modal-link:not(.kb-btn-global-inherit):focus-within {
	outline:inherit;
}

/* Search Bar */
.woocommerce-product-search {
	position:relative;
}
.woocommerce-product-search .screen-reader-text {
	cursor: text;
	 font-size: 1rem;
	 left: 1rem;
	 margin: 0;
	 opacity: 0;
	 padding-right: 3.5em;
	 position: absolute;
	 top: 0.75rem;
	 font-weight: 500;
	 transition: all ease 0.4s;
}
.woocommerce-product-search:focus-within .screen-reader-text {
	clip:unset;
	clip-path:unset;
	height:auto;
	width:auto;
	left: 12px;
    padding: 0 5px !important;
    background: #fff;
    font-size: 13px!important;
    top: -13px;
    left: 1px;
    line-height: 19px;
    color: #383b41;
    opacity: 1;
}
.woocommerce-product-search input[type='search']::placeholder,
.search-form input[type='search']::placeholder {
	opacity:1;
}

/* menu */
body:not(.hide-focus-outline) .header-navigation li.menu-item--has-toggle>a:focus .dropdown-nav-toggle {
	opacity:1 !important;
}
body #search-drawer .drawer-inner form ::-webkit-input-placeholder {
	opacity:1;
}
#search-drawer input:-webkit-autofill,
#search-drawer input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
}

/* Cookies */
.cky-preference-header .cky-btn-close img {
	filter:brightness(0);
}

/* Kadence Slider */
.kb-splide .splide__pagination__page:focus-visible {
	outline:2px solid #000;
}

/* Smart Slider */
body .n2-ss-slider :focus-visible,
body .n2-ss-slider a.n2-ow:focus-visible, 
body .n2-ss-slider .n2-ow-all a:focus-visible {
	outline:1px solid #fff !important;
	box-shadow:inset 0 0 0 1px #000000 !important;
}
.n2-ss-slider .n2-ss-widget.n2-ss-widget-hidden {
	display:none;
}

/* Forms */
body select,
body select.orderby {
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='kadence-svg-icon kadence-arrow-down-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5.293 9.707l6 6c0.391 0.391 1.024 0.391 1.414 0l6-6c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z'%3E%3C/path%3E%3C/svg%3E");
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, body select, body .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered {
	border-color:#4E5C74;
	color:var(--global-palette3);
}

/* Events Calendar */
.tribe-events .datepicker .day.focused, .tribe-events .datepicker .day:focus, .tribe-events .datepicker .day:hover, .tribe-events .datepicker .month.focused, .tribe-events .datepicker .month:focus, .tribe-events .datepicker .month:hover, .tribe-events .datepicker .year.focused, .tribe-events .datepicker .year:focus, .tribe-events .datepicker .year:hover {
	outline:2px solid #000;
}
.tribe-events-c-search__input-group {
	position:relative;
}
.tribe-events-c-search__input-group label {
	opacity:0;
	transition: all ease 0.4s;
}
.tribe-events-c-search__input-group:focus-within label {
	clip:unset;
	height:auto;
	width:auto;
	opacity:1;
	margin:0;
	top:-40px;
}
.tribe-events .datepicker .next .tribe-events-c-top-bar__datepicker-nav-icon-svg path, .tribe-events .datepicker .prev .tribe-events-c-top-bar__datepicker-nav-icon-svg path, #primary .tribe-events .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path, #primary .tribe-events .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path,
.tribe-events .tribe-events-c-nav__next:disabled .tribe-events-c-nav__next-icon-svg path, .tribe-events button.tribe-events-c-nav__next:disabled .tribe-events-c-nav__next-icon-svg path {
	fill:#707070;
}

/* WooCommerce */
select.orderby:focus-visible {
	outline:2px solid #000;
}
.kadence-shop-top-row {
	position:relative;
}
.kadence-shop-top-row .skip-link {
	right:0;
	left:auto;
}
span.required {
	color:red;
}
.form-description {
	font-size:1rem;
}
.kadence-product-gallery-thumbnails.splide.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide:focus-visible,
.kb-splide .splide__arrows .splide__arrow:focus-visible{
	box-shadow:0 0 0 3px #000 !important;
	outline:2px solid #fff !important;
}
body .kb-advanced-slide-inner {
	overflow:visible;
}
/* used to display focus outline above, if needed adjust to not apply to general Kadence slider */
/*body .kb-splide .splide__list {
	padding:3px !important;
}
body .kb-splide.splide-initial .splide__list {
	gap:3px;
}*/
.gbtn.focused {
	outline: 2px solid #fff !important;
}
body .woocommerce form .form-row label {
	color:var(--global-palette3);
}
body .wp-element-button:disabled {
	opacity:0.7;
}

* :focus-visible {
	outline:-webkit-focus-ring-color auto 1px !important;
}

/* End A11y Fixes */

/* Header */

body .elementor-nav-menu--main .elementor-nav-menu ul {
	min-width:15rem  !important;
	padding:10px;
}

body .elementor-nav-menu .sub-arrow {
	color:var(--ast-global-color-5);
	fill:var(--ast-global-color-5);
}

header .wp-block-kadence-navigation .kb-nav-dropdown-toggle-btn svg {
	fill: var(--global-palette2);
	width: 24px;
	height: 24px;
}

body header .wp-block-kadence-navigation .menu .menu-item--toggled-on>.sub-menu {
	margin: 12px 0;
	background-color: var(--global-palette8);
}

@media screen and (max-width: 1024px) {
	body header .elementor-nav-menu--dropdown {
		top:90px !important;
	}
	
	body header .elementor-nav-menu--dropdown ul {
		padding:10px;
	}

	body header .elementor-nav-menu--dropdown a {
		justify-content:space-between;
	}	
	
	body header .elementor-nav-menu--dropdown ul ul {
		background:var(--ast-global-color-7) !important;
		padding:10px;
		border-radius:0px 24px 0px 0px;
	}
	
	body header .elementor-nav-menu--dropdown ul ul a {
		color:var(--ast-global-color-2) !important;
		justify-content:space-between;
	}
		
	body header .elementor-menu-toggle .e-font-icon-svg {
		color:var(--ast-global-color-4);
		fill:var(--ast-global-color-4);
	}
}

@media screen and (min-width: 1025px) {
	header .wp-block-kadence-navigation-link .sub-menu .kb-nav-link-content {
		font-size: 1.125rem;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
	header .wp-block-kadence-navigation .menu-container>.menu>.menu-item>.kb-link-wrap>.kb-nav-link-content {
		font-size: 1.125rem !important;
	}

	header .wp-block-kadence-navigation .menu {
		column-gap: 20px;
	}
}

/* Language Switcher */
.geot_dropdown_container select.geot_dropdown {
	display: none;
}
.geot_dropdown_container .selectize-control.single .selectize-input {
	border: 0 none;
	background: transparent;
	box-shadow: none;
	color: var( --e-global-color-astglobalcolor4, #fff );
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 1.5rem;
	line-height: var(--ast-body-line-height, 1.65);
	font-size: 1rem;
}
.geot_dropdown_container .selectize-control.single .selectize-input.dropdown-active {
	padding-bottom: .75rem;
	border: 0 none;
}
.geot_dropdown_container .selectize-control.single .selectize-input > .item {
	display: flex;
	align-items: center;
}
.geot_dropdown_container .selectize-control.single .selectize-input input[type="text"] {
	height: 1rem;
	font-size: 1rem;
	color: var( --e-global-color-astglobalcolor4, #fff );
	display: none !important;
}
.geot_dropdown_container .selectize-control.single .selectize-input:after {
	right: 8px;
	top: 13px;
	border-top-color: var( --e-global-color-astglobalcolor4, #fff );
}
.geot_dropdown_container .selectize-control.single .selectize-input.dropdown-active:after {
	border-bottom-color: var( --e-global-color-astglobalcolor4, #fff );
}

/* Weglot Selector */
.country-selector.weglot-dropdown {
	transform: translateY(-5px);
	background: transparent;
}
.country-selector.weglot-dropdown .wgcurrent{
	border: 0 none;
	color: var( --e-global-color-astglobalcolor4, #fff );
}
.country-selector.weglot-dropdown .wgcurrent:after {
	background: transparent;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid var( --e-global-color-astglobalcolor4, #fff );
	border-right: 1px solid var( --e-global-color-astglobalcolor4, #fff );
	transform: translateY(-50%) rotate(-45deg);
	top: 50%;
}
.country-selector.weglot-dropdown input:checked ~ .wgcurrent:after {
	transform: translateY(-50%) rotate(45deg);
}

/* Hero */

@media (max-width: 767px) {
	body .row--hero.kb-row-layout-wrap.wp-block-kadence-rowlayout {
        background-size: 190%;
        background-position: left 10px top 54px;
	}
}

.row--hero.kb-row-layout-wrap  {
	background-size: 904px 755px;
	background-position: left -50px bottom -220px;
}

@media (min-width: 2000px) {
	.row--hero.kb-row-layout-wrap  {
		background-size: 60% auto;
		background-position: left -3.4vw bottom -15vw;
	}
}

/* Footer */

footer .kb-menu-has-icon .kb-nav-item-title-wrap {
	display: block;
}

footer .kb-menu-has-icon .kb-nav-label-content,
footer .kb-menu-has-icon .link-media-container {
	display: inline;
}

footer .kb-menu-has-icon .link-media-container {
	padding: 0 4px;
	line-height: 1.2;
}

footer .wp-block-kadence-navigation.navigation-desktop-orientation-vertical .kb-nav-link-content:hover {
	text-decoration: underline;
}

@media (max-width: 1024px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (hover: none) {
	footer .footer-green-row {
		background-image: linear-gradient(90deg,var(--global-palette9) 50%,var(--global-palette7) 50%) !important;
	}
}

@media screen and (max-width: 1024px) {
	footer .footer-green-row {
		background-image: none !important;
	}
}

/* Utilities */

@media (max-width: 767px) {
	.mobile--display-block {
		display: block !important;
	}
}

.row--border-background.kb-row-layout-wrap {
	background-position: center top 85px;
}

.text--inline-block {
	display: inline-block;
}

@media (max-width: 767px) {
	body .row--media-text.kb-row-layout-wrap.wp-block-kadence-rowlayout {
		background-size: 180% auto;
		background-position: left -4px top -43vw;
	}
}

@media (min-width: 768px) {
	.row--media-text.kb-row-layout-wrap {
		background-size: 64% auto;
		background-position: left 80px bottom -17vw;
	}
}

@media (min-width: 1320px) {
	.row--media-text.kb-row-layout-wrap {
		background-size: 900px auto;
		background-position: left calc((100vw - 1280px) / 2 + 53px) top 157px;
	}
}

/* Category card & Explore more card */

.category-card,
.explore-more-card {
	transition: all 0.5s;
	aspect-ratio: 2 / 3;
}

.category-card a {
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2277 15.4463L14.6668 13.8853L17.198 11.3541H7.12339C3.47873 11.3541 0.5 8.37537 0.5 4.73071V0.432441H2.7078V4.73071C2.7078 7.18178 4.67232 9.1463 7.12339 9.1463H17.198L14.6668 6.6151L16.2277 5.05412L21.4238 10.2502L16.2277 15.4463Z' fill='%23F3E500'/%3E%3C/svg%3E%0A");
	background-position:100% 50%;
	background-size:26px auto;
	background-repeat:no-repeat;
	padding-right:35px;
}

.explore-more-card a {
	display:block;
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2277 15.4463L14.6668 13.8853L17.198 11.3541H7.12339C3.47873 11.3541 0.5 8.37537 0.5 4.73071V0.432441H2.7078V4.73071C2.7078 7.18178 4.67232 9.1463 7.12339 9.1463H17.198L14.6668 6.6151L16.2277 5.05412L21.4238 10.2502L16.2277 15.4463Z' fill='%23F3E500'/%3E%3C/svg%3E%0A");
	background-position:50% 100%;
	background-size:26px auto;
	background-repeat:no-repeat;
	padding-bottom:30px;
}

.category-card:hover a,
.category-card:focus a,
.explore-more-card:hover a,
.explore-more-card:focus a{
	text-decoration-line: underline;
	text-decoration-thickness: 1px;		 
}

.explore-more-card.wp-block-kadence-column > .kt-inside-inner-col .kt-adv-heading-has-icon,
.explore-more-card .kb-svg-icon-wrap {
	display: block;
}

.category-card {
	background-size: 100% auto;	
}

.category-card:hover,
.category-card:focus {
	animation-name: backgroundSize;
	animation-duration: 1.5s;
}

@keyframes backgroundSize {
	0%   {background-size: 100% auto;}
 	50%  {background-size: 110% auto;}
	100% {background-size: 100% auto;}
}

.explore-more-card  {
	background-image: url(/wp-content/uploads/card-top-left-shape.svg), url(/wp-content/uploads/card-bottom-right-shape.svg);
	background-size: 0px 0px, 0px 0px;
	background-position: left top, right bottom;
	background-repeat: no-repeat, no-repeat;
}

.explore-more-card:hover,
.explore-more-card:focus {
	background-size: 127px 64px, 94px 76px;
	background-position: left top, right bottom;
}

/* Logo card */

.logo-card img {
	transition: all .2s ease-out;
}

.logo-card:hover img {
	filter: grayscale(100%) brightness(130%);
}

/* Elementor */

.arrow-link a {
	background-repeat:no-repeat;
	background-position:100% 50%;
	background-size:20px auto;
	padding-right:24px;	
}

.arrow-link.green a {
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2277 15.4463L14.6668 13.8853L17.198 11.3541H7.12339C3.47873 11.3541 0.5 8.37537 0.5 4.73071V0.432441H2.7078V4.73071C2.7078 7.18178 4.67232 9.1463 7.12339 9.1463H17.198L14.6668 6.6151L16.2277 5.05412L21.4238 10.2502L16.2277 15.4463Z' fill='%23008936'/%3E%3C/svg%3E%0A");
}

.arrow-link.yellow a {
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2277 15.4463L14.6668 13.8853L17.198 11.3541H7.12339C3.47873 11.3541 0.5 8.37537 0.5 4.73071V0.432441H2.7078V4.73071C2.7078 7.18178 4.67232 9.1463 7.12339 9.1463H17.198L14.6668 6.6151L16.2277 5.05412L21.4238 10.2502L16.2277 15.4463Z' fill='%23F3E500'/%3E%3C/svg%3E%0A");
}

.arrow-link a:hover,
.arrow-link a:focus,
.arrow-link.elementor-widget-button .elementor-button:hover,
.arrow-link.elementor-widget-button .elementor-button:focus {
	text-decoration:underline;
}

/* Icon card */

.icon-card {
	transition: all 0.5s;
}

.icon-card:hover,
.icon-card:focus {
	border-radius:0 100px 0 0;
}

.icon-card .arrow-link {
	margin-top:auto;
}

.icon-card:hover img {
	animation-name: icon-scale;
	animation-duration: 0.5s;
}

@keyframes icon-scale {
	0%   {transform: scale(1);}
	50%  {transform: scale(1.5);}
	100% {transform: scale(1);}	
}

.icon-card .wp-block-kadence-image.image-is-svg {
	flex-basis: auto;
}

@media screen and (max-width: 1024px) {
	.icon-card {
		display: grid;
		grid-template-rows: auto auto;
		grid-template-columns: 34px auto;
		column-gap: 16px;
		row-gap: 8px;
		min-height:10px;
	}

	.icon-card .elementor-widget-image {
		grid-row: 1 / -1;
	}
}

.row-certification {
	background-position:35% 160px !important;
}

@media screen and (max-width: 1024px) {
	body .row-certification {
		background-image:none !important;
	}	
}

.footer-menu img {
	margin: 0 0 4px 0;
    position: relative;
    width: 17px;
}

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

@media screen and (max-width: 1024px) {
	header .site-logo > div {
		max-width:100% !important;
		width:100% !important;
	}
}

.search-mobile input[type="search"] {
	color:var(--ast-global-color-4);
	border-bottom:1px solid var(--ast-global-color-4) !important;
}

body .ast-grid-common-col {
	padding-left: 0;
	padding-right: 0;
}

.facet-wrap .facetwp-facet {
	margin-bottom:0;
}

.facet-wrap h3 {
	font-size:1rem;
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight:900;
}

.facet-wrap .facetwp-checkbox {
	font-size:1.125rem;
}

.product-listing-page .brand-logo ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.product-listing-page .brand-logo ul img {
	max-width:80px;
}

.product-listing-page ul.dce-acf-repeater-list {
	margin-bottom:0;
}

.elementor-pagination .page-numbers {
	display:inline-block;
	border-bottom:2px solid transparent;
	margin:0;
	width:40px;
	line-height:40px;
	text-align:center;
}

.elementor-pagination a.page-numbers:hover,
.elementor-pagination a.page-numbers:focus,
.elementor-pagination a.page-numbers:active {
	border-bottom:2px solid var(--e-global-color-text);
	background:var(--e-global-color-text);
	color:var(--e-global-color-astglobalcolor5);
}

.elementor-pagination .page-numbers.current {
	border-bottom:2px solid var(--e-global-color-text);	
}

.elementor-pagination .page-numbers.current:hover,
.elementor-pagination .page-numbers.current:focus {
	border-bottom:2px solid var(--e-global-color-text);	
	background:transparent;
}

.swiper-related-products .swiper-slide {
	border:1px solid #D3D3D4;
	height:auto;
	padding:24px;
}

.swiper-related-products .swiper-slide .related-product-image {
	height: 100%;
	margin-bottom:24px;
	text-align:center;
}

.swiper-related-products .swiper-slide .related-product-image img {
	height:100% !important;		
	object-fit: cover;
	object-position:center center;
}

.swiper-related-products .swiper-slide h3 {
	margin:0;
}

/* Product Gallery */

.product-gallery-wrapper {
	display: flex; 
	gap: 20px;
}

.product-gallery .gallery-thumbs {
	display: flex; 
	flex-direction:column;
	gap: 10px;
	flex:0 0 90px;
}

.product-gallery .gallery-thumb {
	width: 90px;
	height: 90px;
	cursor: pointer;
	border: 2px solid transparent;
	object-fit: cover;  
	object-position: center;
}

.product-gallery .gallery-main,
.product-gallery .gallery-thumb {
	border:1px solid #D3D3D4 !important;
}

.product-gallery .gallery-thumb.active {
	border:1px solid var(--ast-global-color-0) !important;
}

.product-gallery .gallery-main {
	flex:0 1 578px;
	text-align:center;
}

.product-gallery .gallery-main img {
	object-fit: contain;  
	object-position: center;
	height:578px;
}


@media screen and (max-width: 767px) {
	.product-gallery-wrapper {
		flex-direction:column;
	}
	
	.product-gallery .gallery-main {
		order:1;
		flex:0 1 350px;
	}

	.product-gallery .gallery-main img {
		height:350px;
	}
		
	.product-gallery .gallery-thumbs {
		order:2;
		flex-direction:row;
		align-items:center;
		height: 60px;
        width: 100%;
	}
	
	.product-gallery .gallery-thumb {
		width: 60px;
		height: 60px;
	}	
}

.product-tabs .e-n-tabs-content {
	font-size:1.125rem;
	color:#000000;
}

.product-tabs.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
	display:none;
}

@media screen and (max-width: 767px) {
	.product-tabs.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
		display:flex;
	}
	
	.product-tabs .e-n-tab-title {
		justify-content:space-between;
	}	
	
	.product-tabs.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg {
		fill:var(--e-global-color-text);
	}
}

/* Search page */

.search-filter-section .search-filter-label {
	font-family: "Orbitron", Sans-serif;
	font-size: 1.3125rem;
    font-weight: 600;
}

.fm-map-container path {
	fill: #6abf4d;
}
.fm-map-container path:hover {
	fill: #488B32;
}
.fm-map-container text {
	fill: #000000;
}
.htmlMapResponsive div[class$="Html5MapStateInfo"] {
	padding: 30px 20px;
	border: 2px solid #6abf4d;
	border-radius: 20px 0 0 0;
	max-height: 365px;
    overflow-y: auto;
}
.htmlMapResponsive div[class$="Html5MapStateInfo"] h2 {
	margin-top: -47px;
	font-size: 1.5rem;
}
.entry-content div[class$="Html5MapStateInfo"] h2 strong,
.site-content div[class$="Html5MapStateInfo"] > h2 > strong {
	display: inline-block;
	padding: 0 5px;
	background: #fff;
}
.entry-content div[class$="Html5MapStateInfo"] p:last-child,
.site-content div[class$="Html5MapStateInfo"] p:last-child {
	margin-bottom: 0;
}
body .entry-content div[class$="Html5MapStateInfo"] .elementor-button {
	text-decoration: none;
}