@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//mahafuturemouth.nichetechy.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.3") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(107,108,112);
	--wd-text-font-size: 16px;
	--wd-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-transform: uppercase;
	--wd-title-color: rgb(107,108,112);
	--wd-entities-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-transform: uppercase;
	--wd-entities-title-color: rgb(1,162,138);
	--wd-entities-title-color-hover: rgb(107, 108, 112);
	--wd-alternative-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(107,108,112);
	--wd-widget-title-font-size: 20px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(1,162,138);
	--wd-alternative-color: rgb(107,108,112);
	--btn-default-font-family: Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 400;
	--btn-default-transform: uppercase;
	--btn-default-bgcolor: rgb(1,162,138);
	--btn-default-bgcolor-hover: rgb(107,108,112);
	--btn-default-color: rgb(245,245,245);
	--btn-default-color-hover: rgb(245,245,245);
	--btn-accented-font-family: Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 400;
	--btn-accented-transform: uppercase;
	--btn-accented-bgcolor: rgb(1,162,138);
	--btn-accented-bgcolor-hover: rgb(107,108,112);
	--btn-accented-color: rgb(245,245,245);
	--btn-accented-color-hover: rgb(245,245,245);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(1,162,138);
	--notices-success-color: rgb(245,245,245);
	--notices-warning-bg: rgb(221,51,51);
	--notices-warning-color: rgb(245,245,245);
	--wd-link-color: rgb(1,162,138);
	--wd-link-color-hover: rgb(107,108,112);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(107,108,112);
	--wd-form-placeholder-color: rgb(178,178,178);
	--wd-form-brd-color: rgb(1,162,138);
	--wd-form-brd-color-focus: rgb(107,108,112);
	--wd-form-bg: rgb(245,245,245);
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-icon-size: 50px;
	--wd-arrow-offset-h: 30px;
	--wd-arrow-color: rgb(1,162,138);
	--wd-arrow-color-hover: rgb(107,108,112);
}
.wd-nav-pagin-wrap:not(.wd-custom-style) {
	--wd-pagin-size: 14px;
	--wd-pagin-bg: rgb(107,108,112);
	--wd-pagin-bg-hover: rgb(1,162,138);
	--wd-pagin-bg-act: rgb(1,162,138);
	--wd-pagin-brd-color-hover: rgb(1,162,138);
	--wd-pagin-brd-color-act: rgb(1,162,138);
	--wd-pagin-brd: 1px solid;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/** Scroll Bar CSS**/
::-webkit-scrollbar {
  width: 13px;
}
::-webkit-scrollbar-thumb {
	background-color: #01a28a !important;
	border-radius: 8px !important;
}
::-webkit-scrollbar-track {
   background: #f5f5f5;
} 
.wd-scrollbar.platform-Windows {
    --wd-scroll-w: 13px !important;
}
/** Scroll To Top **/
.scrollToTop {
    background-color: #01a28a !important;
    color: #f5f5f5 !important;
    border: 1px solid #01a28a;
		left: 20px;
		bottom: 90px !important;
}
.scrollToTop:hover {
    background: #f5f5f5 !important;
	    color: #01a28a !important;
}

/** Copyright Wrapper Font Size **/
.copyrights-wrapper{
    font-size: 14px;
    background: #01a28a;
    color: #f5f5f5 !important;
}
 .copyrights-wrapper a {
    font-size: 14px;
	  color: #f5f5f5 !important;
}
.copyrights-wrapper a:hover {
    color: #f5f5f5 !important;
}
.grecaptcha-badge {
    bottom: 100px !important;
}
/** Contact Form 7 **/
.screen-reader-response {
    display: none;
}
/** Site Content **/
.site-content {
    margin: 0px !important;
}
.wd-prefooter {
	padding-bottom: 0px !important;
}
a.btn.btn-color-primary , .cookies-accept-btn , div.wpcf7 input[type="submit"] , .mc4wp-form input[type="submit"] , button.wpforms-submit {
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 18px 32px !important;
    color: #f5f5f5 !important;
    background: #01a28a !important;
    transition: .8s ease !important;
		filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.16));
		border-radius: 50px !important;
}
a.btn.btn-style-bordered{
		font-size: 16px !important;
    font-weight: 400 !important;
    padding: 16px 30px !important;
		transition: .8s ease !important;
		filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.16));
}
.mc4wp-form input[type="submit"] , button.wpforms-submit {
		height: 50px !important;
		line-height: 16px !important;
}
a.btn.btn-color-primary:hover , .cookies-accept-btn:hover , div.wpcf7 input[type="submit"]:hover , .mc4wp-form input[type="submit"]:hover , button.wpforms-submit:hover {
    color: #f5f5f5 !important;
    background: transparent !important;
    box-shadow: inset 0 0 0 2em #6b6c70 !important;
}
.wd-nav[class*="wd-style-underline"]>li:is(:hover,.current-menu-item,.wd-active,.active)>a .nav-link-text:after {
    width: 50%;
    height: 4px;
    border-radius: 3px;
}
.wd-nav[class*="wd-style-underline"]>li>a.mPS2id-highlight .nav-link-text:after{
    width: 50%;
    height: 4px;
    border-radius: 3px;
}
.nav-link-text:after {
    left: 50% !important;
    transform: translate(-50%, 8px) !important;
}
.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a , .wd-nav[class*="wd-style-"]>li>a.mPS2id-highlight {
    color: #6b6c70 !important;
}
.wd-nav[class*="wd-style-"]>li>a {
    color: #01a28a !important;
}
.wd-nav[class*="wd-style-"]>li:hover>a {
    color: #6b6c70 !important;
}
.white-btn a.btn.btn-color-primary:hover {
    box-shadow: inset 0 0 0 2em #f5f5f5 !important;
    color: #272727 !important;
}
.elementor-heading-title span {
    color: #6b6c70;
		-webkit-text-stroke: 1px #f5f5f5;
}
/* .ah-testi .testimonial-avatar img {
    border-radius: 8px;
} */
.ah-testi .testimon-style-boxed .testimonial-inner , .ah-pboxes .box-style-shadow {
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.12) !important;
		transition: .5s ease;
}
.ah-testi .testimon-style-boxed .testimonial-inner:hover , .ah-pboxes .box-style-shadow:hover {
    transform: scale(0.95);
}
input[type='email'],input[type='text'], input[type='tel'],select {
    min-height: 50px !important;
}
button.choices__button {
    top: 25% !important;
}
:root {
    --wpforms-button-background-color: #6d6e71 !important;
}
.ah-faq-page span.wd-accordion-opener {
    color: #6b6c70;
}
.ah-faq-page .wd-accordion.wd-style-shadow {
    --wd-row-gap: 20px;
}
.ah-faq-page .wd-accordion-item {
    transition: .5s ease;
}
.ah-faq-page .wd-accordion-item:hover {
    transform: translateY(-5px);
}
.ah-testi-page .testimonials .wd-grid-g .testimonial.wd-col:nth-child(even) .testimonial-inner{
    flex-direction: row-reverse;
}
.mc4wp-form-fields {
    display: flex !important;
}
.mc4wp-form-fields p:first-child {
    width: 60%;
}
.mc4wp-form-fields p:last-child {
    width: 40%;
    margin-left: 10px;
}
.ah-slider .wd-nav-arrows.wd-pos-sep .wd-prev {
    inset-inline-end: calc(100% + -100px) !important;
}
.ah-slider .wd-nav-arrows.wd-pos-sep .wd-next {
    inset-inline-start: calc(100% + -100px) !important;
}
.ah-pboxes .info-box-icon img {
    border-radius: 12px;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.ah-banner .banner-mask .wrapper-content-banner {
    background-color: #02a38a75;
}
.ah-banner .banner-subtitle {
    background: #f5f5f5;
    width: fit-content;
    padding: 5px;
    border-radius: 50px;
}
.ah-banner .banner-hover-background:not(.banner-background) .wrapper-content-banner:after {
    background-color: #02a38a;
}
.elementor-counter-title {
    text-align: center;
}@media (min-width: 1025px) {
	.wd-page-title .title {
    font-size: 60px !important;
}
.wd-page-title {
    padding: 150px 50px !important;
}
.ah-testi-page .testimonials .wd-grid-g .testimonial.wd-col:nth-child(even) .testimonial-inner .testimonial-avatar{
    margin-right: 0;
    margin-left: 20px;
}
.wd-nav-pagin-wrap {
    display: none !important;
}
.ah-pboxes a.btn.btn-color-primary {
    padding: 18px 20px !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	a.btn.btn-color-primary , .cookies-accept-btn {
    padding: 15px 26px;
}
a.btn.btn-style-bordered {
    padding: 13px 24px;
}
.ah-testi-page .testimonials .wd-grid-g .testimonial.wd-col:nth-child(even) .testimonial-inner .testimonial-avatar{
    margin-right: 0;
    margin-left: 20px;
}
.wd-page-title .title {
    font-size: 45px !important;
}
.wd-page-title {
    padding: 100px 20px !important;
}
.wd-nav-arrows {
    display: none !important;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.wd-nav-arrows {
    display: none !important;
}
}

@media (max-width: 576px) {
	/** Google Recaptcha **/
.grecaptcha-badge {
    display: none !important;
}
/** Scroll To Top **/
.scrollToTop {
		bottom: 90px  !important;
}
a.btn.btn-color-primary , .cookies-accept-btn {
    padding: 12px 22px;
}
.ah-testi .testimonial-inner {
    flex-direction: column !important;
}
.ah-testi-page .testimonials .wd-grid-g .testimonial.wd-col .testimonial-inner{
    flex-direction: column !important;
}
.wd-page-title .title {
    font-size: 30px !important;
}
.wd-page-title {
    padding: 80px 15px !important;
}
.wd-nav-arrows {
    display: none !important;
}
a.btn.btn-style-bordered {
    padding: 10px 20px;
}
.elementor-flip-box--effect-flip .elementor-flip-box__layer {
    backface-visibility: visible !important;
    transform: none !important;
    transform-style: unset !important;
    position: relative !important;
}
.elementor-flip-box--effect-flip .elementor-flip-box__back {
		height: auto;
		margin-top: 20px;
}
.elementor-flip-box__layer__overlay {
    display: flex !important;
}
}

