/*!
Theme Name: gym-management
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gym-management
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

gym-management is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

/*a:visited {
	color: #800080;
}*/

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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 {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
/*
.post,
.page {
	margin: 0 0 1.5em;
}*/

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	/* margin: 1.5em 0 0; */
}


.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
span.heading-highlighted-text {
    font-size: inherit;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 2px #2B9A36;
    display: inline;
}
.choose_slanted_button{
	transform: skew(-35deg);
}	
.accodian-content-container{
    transform: skew(-5deg);
}
@media screen and (max-width: 768px) {
    .accodian-content-container {
        transform: skew(-1deg)!important;
    }
}
.elementor-101 .elementor-element.elementor-element-2404c43 .hfe-flyout-content {
    background-color: #000000CC;
}
.entry-content{
	width: 1200px;
	margin: auto;
	margin-top: 20px;
}
.woocommerce-cart .entry-content{
	margin-top: 40px;
}
.page-template-template-homepage .entry-content{
	width: 100%;
	margin-top: 0px;
}
.elementor-101 .elementor-element.elementor-element-80b18ce .menu-item a.hfe-menu-item, .elementor-101 .elementor-element.elementor-element-80b18ce .sub-menu a.hfe-sub-menu-item {
    color: #000;
}
.elementor-element.elementor-element-3fddb2c.e-flex.e-con-boxed.e-con.e-child {
    box-shadow: 0px 0px 4px 0px grey;
}



.page-template-template-homepage-php .elementor-element.elementor-element-3fddb2c.e-flex.e-con-boxed.e-con.e-child {
    box-shadow: 0px 0px 0px 0px grey;
}
.page-template-template-homepage-php .site-main{
  	width: 100%;
	padding-top: 0px;
}
.page-template-template-homepage-php .elementor-101 .elementor-element.elementor-element-80b18ce .menu-item a.hfe-menu-item, .elementor-101 .elementor-element.elementor-element-80b18ce .sub-menu a.hfe-sub-menu-item {
    color: #ffffff;
}
.page-template-template-homepage-php .login_btn_hdr{
	color: #ffffff;
}

.page-template-template-homepage-php .login_btn_hdr: hover{
	color: #ffffff;
}
.login_btn_hdr{
	color: #000;
    font-family: "Outfit", Sans-serif;
    font-size: 20px;
}
.login_btn_hdr: hover{
	color: #000;
}

.elementor-101 .elementor-element.elementor-element-80b18ce .menu-item a.hfe-menu-item, .elementor-101 .elementor-element.elementor-element-80b18ce .sub-menu a.hfe-sub-menu-item{
    white-space: pre;
}
.e-con-inner{
	position: relative;
}
.elementor-element.elementor-element-406c378.e-grid.e-con-full.e-con.e-child{
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
.e-con-inner{
	max-width: 1200px!important;
}
.elementor-501 .elementor-element.elementor-element-83650ed .elementor-button {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
li#menu-item-126 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
.elementor-101 .elementor-element.elementor-element-80b18ce .menu-item a.hfe-menu-item{
	padding-left: 20px;
	padding-right: 20px;
}

.elementor-101 .elementor-element.elementor-element-80b18ce .menu-item a.hfe-menu-item.elementor-button{
	width: 185px;
	justify-content: center;
	align-items: center;
	height: 45px;
	margin-left: 20px;
	margin-top: 0px;
}
body:not(.rtl) .elementor-101 .elementor-element.elementor-element-80b18ce .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li.menu-item:not(:last-child) {
     margin-right: 0px; 
}
.elementor-501 .elementor-element.elementor-element-83cac93 .elementor-heading-title {
    line-height: 132.9%;
}
.elementor-101 .elementor-element.elementor-element-80b18ce a.hfe-menu-item, .elementor-101 .elementor-element.elementor-element-80b18ce a.hfe-sub-menu-item {
    font-family: "Outfit", Sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 25.2px;
}
.elementor-501 .elementor-element.elementor-element-6e830a2 .elementor-heading-title {
    color: #FFFFFF;
    font-family: "Outfit", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 170.9%;
}
.elementor-button {
    margin-top: 14px;
    width: 280px;
    height: 45px;
    font-size: 20px;
    font-weight: regular;
    font-family: "Outfit", Sans-serif;    
}
/*.elementor-element.elementor-element-f79cb81.e-con-full.e-flex.e-con.e-child .elementor-widget-container{
	width: 784px;
	margin: auto!important;
}*/


.elementor-element.elementor-element-827c2f7.elementor-widget__width-initial.elementor-widget.elementor-widget-heading .elementor-widget-container {
	width: 784px;
}
.elementor-element.elementor-element-664bb42.e-con-full.e-flex.e-con.e-child {
    margin-top: -28px;
}

.elementor-element-664bb42 .elementor-widget-container img{ 
   width: 576px;
} 
.elementor-501 .elementor-element.elementor-element-664bb42:not(.elementor-motion-effects-element-type-background), .elementor-501 .elementor-element.elementor-element-664bb42 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-size: 50% auto;
}
.elementor-501 .elementor-element.elementor-element-8718db6:not(.elementor-motion-effects-element-type-background), .elementor-501 .elementor-element.elementor-element-8718db6 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    margin-top: 40px;
}
.elementor-element.elementor-element-1a10ea4.elementor-widget.elementor-widget-heading .elementor-widget-container{
	margin-top: 10px;
}
.elementor-element.elementor-element-6e2637b.e-con-full.e-flex.e-con.e-child {
    margin-top: -72px;
}
.elementor-element.elementor-element-871e5fb.elementor-widget.elementor-widget-video {
    margin-top: 32px;
}
.elementor-element.elementor-element-4b2bf87.e-grid.e-con-full.e-con.e-child {
    margin-top: -26px;
}
.elementor-501 .elementor-element.elementor-element-43d0b90 {
    --gap: 23px;
}
.elementor-element.elementor-element-fd7e133.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-52a6d7b.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-13fa106.e-con-full.e-flex.e-con.e-child{
	padding: 6px;
}
.elementor-element.elementor-element-4b2bf87.e-grid.e-con-full.e-con.e-child{
	padding: 0px;
}
.comentario .ti-inner{
	height: 444px;
}
.ti-widget.ti-wp-testimonial-1 .ti-widget-container, .ti-widget.ti-wp-testimonial-1 .ti-widget-container * {
    font-size: 20px!important;
    font-weight: 400!important;
    font-family: "Outfit", Sans-serif!important;    
    line-height: 150%!important;
}
.comentario .ti-inner .ti-review-content::before {
  content: "";
  width: 100%;
  display: block;
  border-top: 10.39px solid #2B9A36;
  margin-bottom: 5px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.ti-widget.ti-wp-testimonial-1 .ti-widget-container .ti-date {
  display: none;
}
.ti-profile-img{
	display: flex;
	align-items: center;
}
.ti-read-more{
	display: none;
}
.ti-widget.ti-wp-testimonial-1 .ti-review-content {
    height: auto!important;
}
.ti-widget.ti-wp-testimonial-1 .ti-read-more {
    display: none!important;
}
.ti-widget.ti-wp-testimonial-1 .ti-star {
    width: 35px!important;
    height: 35px!important;
}
.ti-stars img{
    padding-right: 8px!important;
}
.elementor-element.elementor-element-ad405da.e-con-full.e-flex.e-con.e-child {
    margin-top: 45px;
}
.elementor-element.elementor-element-2ee0515.e-con-full.comentario.e-flex.e-con.e-child {
    margin-top: -30px;
}
.ti-widget.ti-wp-testimonial-1 .ti-controls-line{
	display: none!important;
}
.dot{
	width: 12px!important;
	height: 8px!important;
}
.membership_payment_main_div_frontend_page {
     position: unset!important; 
}
.elementor-widget-text-editor .elementor-widget-container ul{
	margin-left: 0px;
	padding-left: 20px;
}
.e-child .elementor-widget-heading .elementor-widget-container{
	margin-left: 0px;
}
.elementor-element.elementor-element-155adcb.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-34ed9f0.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-1956673.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-f590475.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-7459491.e-con-full.e-flex.e-con.e-child{
	padding: 0px;
}
.elementor-element.elementor-element-a829c87.e-grid.e-con-full.e-con.e-child, .elementor-element.elementor-element-208647d.e-grid.e-con-full.e-con.e-child, .elementor-element.elementor-element-540dc24.e-grid.e-con-full.e-con.e-child {
    margin-top: 10px;
    padding: 22px;
}
.elementor-element.elementor-element-155adcb.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-340ff51.elementor-widget.elementor-widget-heading, .elementor-element.elementor-element-a2b9371.e-con-full.e-flex.e-con.e-child {
    margin-top: -40px;
}
.elementor-element.elementor-element-7e2209d.elementor-widget.elementor-widget-text-editor {
    margin-top: -9px;
}
.elementor-element.elementor-element-bd922d0.elementor-widget.elementor-widget-text-editor, .elementor-element.elementor-element-d56e902.elementor-widget.elementor-widget-text-editor, .elementor-element.elementor-element-7e2209d.elementor-widget.elementor-widget-text-editor {
    margin-top: -13px;
}
.elementor-element.elementor-element-3299bd4.elementor-align-justify.choose_slanted_button.elementor-widget.elementor-widget-button, .elementor-element.elementor-element-1a5d1bf.elementor-align-justify.choose_slanted_button.elementor-widget.elementor-widget-button, .elementor-element.elementor-element-d7e2833.elementor-align-justify.choose_slanted_button.elementor-widget.elementor-widget-button {
    margin-top: -27px;
}

@media screen and (min-device-width: 320px) and (max-device-width: 784px) { 
    .elementor-element.elementor-element-827c2f7.elementor-widget__width-initial.elementor-widget.elementor-widget-heading .elementor-widget-container {
     width: 100%; 
 }
 .elementor-101 .elementor-element.elementor-element-2404c43 .hfe-nav-menu__toggle, .elementor-101 .elementor-element.elementor-element-2404c43 .hfe-nav-menu-icon {
    margin: unset;
    margin-left: auto!important;
}
}

.elementor-element.elementor-element-8718db6.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .elementor-widget-container ul li::marker{
	color: #2B9A36;
}

.elementor-101 .elementor-element.elementor-element-80b18ce .menu-item a.hfe-menu-item:hover, .elementor-101 .elementor-element.elementor-element-80b18ce .sub-menu a.hfe-sub-menu-item:hover, .elementor-101 .elementor-element.elementor-element-80b18ce .menu-item.current-menu-item a.hfe-menu-item, .elementor-101 .elementor-element.elementor-element-80b18ce .menu-item a.hfe-menu-item.highlighted, .elementor-101 .elementor-element.elementor-element-80b18ce .menu-item a.hfe-menu-item:focus {
    color: #4abd55;
}
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    height: 3px;
    width: 50%;
    left: 25%;
    opacity: 1;
}

.hvr-box {
    display: flex;
    gap: 40px;
    width: 100%;
    margin: auto;
}
.box1, .box2, .box3, .box4 {
    width: 25%;
    height: 450px;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 80px 0px 0px 0px;
    position: relative;
}
.box1:hover, 
.box2:hover, 
.box3:hover, 
.box4:hover {
    width: 50%;
    border-radius: 150px 0px 0px 0px;
}
.box-main:hover img {
    border: 3px solid #2B9A36;
}
.box-main:hover .btm-con p{
	opacity: 9;
}
.box1 img, .box2 img, .box3 img, .box4 img {
    position: absolute;
    z-index: -2;
    width: 423px;
    max-width: 423px;
    height: 100%;
}
.box2:hover ~ .box1 {
    width: 25%;
}
.btm-con {
    display: flex;
    position: absolute;
    bottom: 0px;
    height: 170px;
}
.btm-con p {
    width:220px;
    opacity: 0;
    transition: all 0.3s ease;
    font-size: 16px;
    font-family: "Outfit", Sans-serif;    
    color: #000;
    font-weight: 200;
}
.btm-con h1 {
    width: 200px;
    text-align: left;
    padding-top: 20px;
    padding-left: 30px;
    line-height: 124%;
}

.elementor-element.elementor-element-37fe170.elementor-widget.elementor-widget-image:hover, .elementor-element.elementor-element-85bf665.elementor-widget.elementor-widget-image:hover, .elementor-element.elementor-element-c3bd900.elementor-widget.elementor-widget-image:hover, .elementor-element.elementor-element-010d4e8.elementor-widget.elementor-widget-image:hover{
    border: 2px solid #2B9A36;
}
.elementor-element.elementor-element-37fe170.elementor-widget.elementor-widget-image:hover img, .elementor-element.elementor-element-85bf665.elementor-widget.elementor-widget-image:hover img, .elementor-element.elementor-element-c3bd900.elementor-widget.elementor-widget-image:hover img, .elementor-element.elementor-element-010d4e8.elementor-widget.elementor-widget-image:hover img{
    filter: grayscale(1);
}


.overly-img-hvr {
    background-image: linear-gradient(#ffffff00, #ffffffeb, #ffffff);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0px;
}
.elementor-101 .elementor-element.elementor-element-80b18ce .menu-item a.hfe-menu-item.elementor-button {
    color: #fff!important;
}
.page-template-template-homepage-php header.entry-header {
    padding: 0px 0px 0px!important;
}
header.entry-header {
    text-align: center;
    background: #2B9A36;
    color: #fff;
    padding: 20px 0px 30px 0px;
    /*font-family: "Racing Sans One", Sans-serif;*/
    font-size: 22px;
}
.site-main{
 padding-top: 89px;
}
.elementor-501 .elementor-element.elementor-element-d76c4a5 :where( .elementor-501 .elementor-element.elementor-element-d76c4a5 > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item:not([open]) > .e-n-accordion-item-title:not(hover) > .e-n-accordion-item-title-header ) > .e-n-accordion-item-title-text {
    text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
}
.elementor-element.elementor-element-dfc6e7b.elementor-widget.elementor-widget-shortcode, .is-large .wp-block-woocommerce-checkout-order-summary-block, form.wc-block-components-form.wc-block-checkout__form, .wp-block-woocommerce-cart-order-summary-block, table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    box-shadow: 0px 1px 7px -2px grey;
    padding: 19px;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained{
    padding: 12px 12px 12px 12px;
    background-color: #2B9A36;
    font-family: "Outfit", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25.2px;
    border-radius: 0px 0px 0px 0px;
    color: #fff;
    text-decoration:none;
}
.wc-block-cart-item__remove-link {
    color: #2B9A36!important;
    text-decoration: none!important;
}
.wc-block-cart-item__quantity{
    display: flex;   
    gap: 20px;
    align-items: center;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
    margin-bottom: 0px!important;
}
.wc-block-components-product-name{
	font-size: 40px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding-bottom:5px;
}
.is-large.wc-block-cart .wc-block-cart-items {
    border-bottom: 1px solid hsl(125.95deg 56.35% 38.63%)!important;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    font-size: 27px;
    font-weight: bold;
}
.is-large.wc-block-cart .wc-block-cart__totals-title, .is-large.wc-block-cart .wc-block-cart-items th {
    color: #2B9A36!important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
    padding-top: 0px!important; 
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
    margin-top: 0px!important;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    box-shadow: inset 0 0 0 2px rgb(0 128 0)!important;
}
/*	button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #008000!important;
    color: #fff!important;
}*/
.wc-block-components-sidebar {
     margin-top: 0px!important; 
}
.elementor-124 .elementor-element.elementor-element-b76a6a9 .elementor-heading-title {
    display: none;
}
.page-id-124 input {
    color: #666;
    border: 1px solid #e3e3e3;
    width: 100%;
    margin-top: 5px;
}
.page-id-124 button, .page-id-124 input[type="button"], .page-id-124 input[type="reset"], .page-id-124 input[type="submit"] {
    background: #2b9a36!important;
    color: #fff!important;
    padding: 10px!important;
    width: 100%!important;
}
.page-id-124 .screen-reader-response label{
	font-size: 14px;
} 
.page-id-124 .elementor-124 .elementor-element.elementor-element-feb6c62 .elementor-heading-title {
    color: #2b9a36;
    font-size: 25px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 19px;
    margin-bottom: 18px;
}
.page-id-124 .elementor-icon i, .page-id-124 .elementor-icon svg {
    /*width: 21px;*/
    height: auto;
    position: relative;
    display: block;
    fill: #2b9a36!important;
}
/*.page-id-124 .elementor *, .page-id-124 .elementor :after, .page-id-124 .elementor :before {
    box-sizing: border-box;
    fill: #2b9a36!important;
}*/
.elementor-element.elementor-element-b6669b7.e-grid-align-left.elementor-shape-rounded.elementor-grid-0.elementor-widget.elementor-widget-social-icons {
    margin-top: 18px;
}
.elementor-element.elementor-element-fe23c74.elementor-widget.elementor-widget-image, .elementor-element.elementor-element-1d9cf86.elementor-widget.elementor-widget-image, .elementor-element.elementor-element-b42c43f.elementor-widget.elementor-widget-image {
    width: 20px;
    margin-right: 10px;
}
mark, ins {
    background: #2b9a3657;
    text-decoration: none;
}
.wc-block-components-product-badge.wc-block-components-sale-badge {
	margin-top: 10px;
}
h2.woocommerce-loop-product__title {
    font-size: 20px!Important;
    color: #000;
}
a.button.product_type_grouped, a.button.product_type_variable.add_to_cart_button, a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: #2b9a36;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 16px 10px!important;
    transform: skew(-20deg);
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #2b9a36;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #2b9a36;
    color: #ffffff;
    width: 40px;
}
.woocommerce nav.woocommerce-pagination ul {
    border: 1px solid #2b9a36;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    color: #000;
}
.page-id-37 .entry-content {
    margin-top: 50px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt {
    background-color: #2b9a36;
    color: #fff;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #2b9a36;
    font-size: 1.25em;
}
.woocommerce span.onsale {
    background-color: #727272;
}

.page-id-38 a:visited {
    color: #000!important;
}
.wc-block-checkout__actions_row button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained {
    background: #2b9a36;
    color: #fff;
}
div#respond {
    width: 1200px;
    margin: auto;
}
.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 {
    color: #fff!important;
    background-color: #2b9a36!important;
    transform: skew(-20deg);
}
footer.entry-footer, nav.navigation.post-navigation {
    width: 1200px;
    margin: auto;
}
.edit-link a, .nav-links a{
    color: #2b9a36;
}
.elementor-119 .elementor-element.elementor-element-2174354 .elementor-heading-title {
    color: #2b9a36;
    font-family: "Outfit", Sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 33px;
    text-align: center;
    padding: 38px 0px;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 2200px) { 
  .elementor-element.elementor-element-a0ba44b.e-con-full.e-flex.e-con.e-child {
    display: none;
}
}


@media screen and (min-device-width: 320px) and (max-device-width: 1200px) { 
  .entry-content {
    width: 90%;
    margin: auto;
    margin-top: 20px;
}
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    padding: 2px;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    font-size: 15px;
}
footer.entry-footer, nav.navigation.post-navigation {
    width: 90%;
    margin: auto;
}
.e-con-inner{
	max-width: 90%!important;
	margin: auto;
}
div#respond {
    width: 90%;
    margin: auto;
}
footer.entry-footer, nav.navigation.post-navigation {
    width: 90%;
    margin: auto;
}
}
.page-id-119 .elementor-widget-container p{
   margin: 0px;
}
.elementor-element.elementor-element-4fac385.e-con-full.e-flex.e-con.e-child {
    padding-top: 70px;
}
.elementor-element.elementor-element-f672e3a.e-con-full.e-flex.e-con.e-child {
    padding-top: 60px;
}
.elementor-119 .elementor-element.elementor-element-dd73dae {
    color: #000000;
    font-family: "Outfit", Sans-serif;
    font-size: 18px;
    font-weight: 300;
}
.elementor-element.elementor-element-da5776d.elementor-widget.elementor-widget-text-editor p span{
    color: #000000;
    font-family: "Outfit", Sans-serif;
    font-size: 18px!important;
    font-weight: 300;
    line-height: 28px;
}





#membership_buy_form, .membership_list_page_main_div {
    width: 70%;
    margin: 60px auto!important;
    border: 0px solid black!important; 
    padding: 32px!important;
    box-shadow: 0px 0px 7px -2px grey;
}
.background_color_for_card {
    background: #2b9a36!important;
}
form .save_btn, form .fronted_payment_button .save_btn {
    color: #fff !important;
    background-color: #2b9a36 !important;
    border-radius: 0px!important;
    padding: 16px 30px!important;
    margin-right: 28px!important;
    transform: skew(-20deg);
}
.elementor-widget-heading .elementor-heading-title {
    color: #2b9a36;
}
.entry-content tr th, .entry-content tr td, body.et-pb-preview #main-content .container tr td {
    padding: 6px 5px!important;
}
.registration_form_custom_div{
    width: 80%!important;
    margin: 60px auto!important;
    border: 0px solid black!important; 
    padding: 32px!important;
    box-shadow: 0px 0px 7px -2px grey;
}
.accordion-header .class_route_list:not(.collapsed), h2#headingOne .class_route_list:not(.collapsed) {
    background-color: #2b9a36 !important;
    color: #fff !important;
}
div#myAccordion div.class_border_div {
    border-left: 5px solid #2b9a36 !important;
}
.card-body_1 {
    padding: 25px 15px 0 15px!important;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0.5);
}
.page-id-10 .registration_form_custom_div .student_login_form .registration_form_custom_div {
    width: 100% !important;
    font-family: 'poppings';
    box-shadow: unset;
    margin: 0px!important;
    padding: 10px 0px!important;
}
.frontend_homepage_padding_top .input input[type=number], input[type=text], input[type=password] {
    width: 100%;
}
#loginform .login-submit input {
     color: #fff !important;
    background-color: #2b9a36 !important;
    border-radius: 0px!important;
    padding: 16px 30px!important;
    margin-right: 28px!important;
    transform: skew(-20deg);
    width: 100%!important;
}
.avada_wifth_100{
	color: #2b9a36!important;
}

section.woocommerce-customer-details, section.woocommerce-order-details, .woocommerce-MyAccount-content, nav.woocommerce-MyAccount-navigation ul {
    padding: 20px 20px 26px 20px;
    background: #fff;
    box-shadow: 0px 0px 7px -2px grey;
    margin: 0px!important;
}
nav.woocommerce-MyAccount-navigation ul li{
	padding: 10px 10px;
	list-style: none;
	border-bottom: 1px solid #2b9a3659;
}
nav.woocommerce-MyAccount-navigation ul li a{
	color: #000;
	text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content a{
	color: #2b9a36!important;
}
footer.entry-footer {
    text-align: right;
    margin-bottom: 30px;
    margin-top: 30px;
}
a.post-edit-link {
    padding: 10px 40px;
    background: #2b9a36;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    transform: skew(-20deg);
}
.woocommerce ul.order_details {
	padding-left: 0px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
	font-size: 24px;
	font-weight: bold;
}
section.woocommerce-customer-details a, section.woocommerce-order-details a{
	color: #45b750;
}
h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    border: 1px solid #2b9a3645;
    padding: 70px;
}
.wc-block-grid__product-title {
    font-size: 20px ! Important;
    color: #000!important;
    text-decoration: none!important;
}
.wp-block-button__link {
    background: #2b9a36!important;
    color: #fff!important;
    width: 100%;
    text-align: center;
    padding: 16px 10px !important;
    transform: skew(-20deg);
    border-radius: 0px!important;
}
.wc-block-grid .wc-block-grid__product-onsale, .wc-block-grid__product-image .wc-block-grid__product-onsale {
    background: #727272!important;
    min-height: 3.236em!important;
    min-width: 3.236em!important;
    width: 60px!important;
    padding: .202em!important;
    font-size: 1em!important;
    font-weight: 700!important;
    position: absolute!important;
    text-align: center!important;
    line-height: 3.236!important;
    top: -.5em!important;
    left: -.5em!important;
    margin: 0!important;
    border-radius: 100%!important;
    background-color: #b3af54!important;
    color: #fff!important;
    font-size: .857em!important;
    z-index: 9!important;
}
.woocommerce-MyAccount-content section.woocommerce-order-details, .woocommerce-MyAccount-content section.woocommerce-customer-details {
	padding: 0px!important;
	box-shadow: unset;
	margin-bottom: 20px!important;
} 































@media screen and (min-device-width: 320px) and (max-device-width: 1024px) { 
    .elementor-element.elementor-element-827c2f7.elementor-widget__width-initial.elementor-widget.elementor-widget-heading .elementor-widget-container {
     width: 100%; 
}
 .elementor-501 .elementor-element.elementor-element-83cac93 .elementor-heading-title {
    font-size: 30px;
  }
  .elementor-501 .elementor-element.elementor-element-6e830a2 .elementor-heading-title {
	    font-size: 14px;
  }
  .elementor-501 .elementor-element.elementor-element-4741a3c .elementor-heading-title {
     line-height: 10px; 
  }
  .elementor-501 .elementor-element.elementor-element-bd3c8ac > .elementor-widget-container {
    margin: -52px 0px 0px 0px;
  }
  .elementor-element.elementor-element-9bb2246.e-con-full.main-heading-sec.e-flex.e-con.e-child {
    margin-top: 30px;
  }
  .elementor-element.elementor-element-a0ba44b.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-c11dd3c.e-grid.e-con-full.e-con.e-child {
	    padding: 0px;
  }
  .elementor-element.elementor-element-2dcdad8.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-b8d665c.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-89092aa.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-b286509.e-con-full.e-flex.e-con.e-child {
    gap: 0px;
    padding: 44px 10px 10px 40px;
 }
 .elementor-501 .elementor-element.elementor-element-d4530bb .elementor-heading-title {
    line-height: 86.06px;
    margin-bottom: 31px;
  }
  .elementor-501 .elementor-element.elementor-element-cbb82dd .elementor-heading-title {
    line-height: 90.52px;
 }
 .elementor-501 .elementor-element.elementor-element-664bb42:not(.elementor-motion-effects-element-type-background), .elementor-501 .elementor-element.elementor-element-664bb42 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-size: 66% auto;
}
.elementor-element.elementor-element-43d0b90.e-grid.e-con-full.e-con.e-child {
    margin-top: 60px;
}
.elementor-element.elementor-element-ad405da.e-con-full.e-flex.e-con.e-child {
    margin-top: 0px; 
}
.elementor-501 .elementor-element.elementor-element-45a90ef .elementor-heading-title {
    line-height: 82.02px;
    margin-bottom: 12px;
}
.elementor-element.elementor-element-2ee0515.e-con-full.comentario.e-flex.e-con.e-child {
    margin-top: -60px;
}
.elementor-501 .elementor-element.elementor-element-e6352ba .elementor-heading-title {
    line-height: 42.8px;
}
.elementor-501 .elementor-element.elementor-element-17c3f12 .elementor-heading-title {
    line-height: 194.8px;
}
.elementor-element.elementor-element-e9c8123.e-con-full.e-flex.e-con.e-child {
    margin-top: 0px;
}
.elementor-102 .elementor-element.elementor-element-7884f14 {
    --gap: 0px 50px;
}
.elementor-element.elementor-element-deb9993.e-flex.e-con-boxed.e-con.e-child {
    margin: 10px 0px;
}
.ti-widget.ti-wp-testimonial-1 .ti-widget-container, .ti-widget.ti-wp-testimonial-1 .ti-widget-container * {
    font-size: 15px!important;
}
.ti-widget.ti-wp-testimonial-1 .ti-review-content {
     height: auto!important; 
}
}
@media screen and (max-device-width: 1024px) { 
.elementor-501 .elementor-element.elementor-element-ee3ada8 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-2e74be5 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-ed2377a .elementor-heading-title {
    font-size: 13px;
}
.elementor-501 .elementor-element.elementor-element-dcc8f7a .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-4d7bdd9 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-f30070f .elementor-heading-title {
    font-size: 28px;
}
.elementor-501 .elementor-element.elementor-element-910d898 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-13f9594 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-d978bd9 .elementor-heading-title {
    font-size: 12px;
}
.elementor-501 .elementor-element.elementor-element-2d1995c .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-340ff51 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-31bd06c .elementor-heading-title {
    font-size: 16px;
}
.elementor-501 .elementor-element.elementor-element-8718db6 {
   min-height: auto;
}
.elementor-501 .elementor-element.elementor-element-664bb42:not(.elementor-motion-effects-element-type-background), .elementor-501 .elementor-element.elementor-element-664bb42 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-size: 67% auto;
}
} 

@media screen and (max-device-width: 992px) { 
.elementor-501 .elementor-element.elementor-element-ee3ada8 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-2e74be5 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-ed2377a .elementor-heading-title {
    font-size: 13px;
}
.elementor-501 .elementor-element.elementor-element-dcc8f7a .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-4d7bdd9 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-f30070f .elementor-heading-title {
    font-size: 28px;
}
.elementor-501 .elementor-element.elementor-element-910d898 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-13f9594 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-d978bd9 .elementor-heading-title {
    font-size: 12px;
}
.elementor-501 .elementor-element.elementor-element-2d1995c .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-340ff51 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-31bd06c .elementor-heading-title {
    font-size: 16px;
}
.elementor-501 .elementor-element.elementor-element-8718db6 {
   min-height: auto;
}
.elementor-501 .elementor-element.elementor-element-664bb42:not(.elementor-motion-effects-element-type-background), .elementor-501 .elementor-element.elementor-element-664bb42 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-size: 89% auto;
}
} 
@media screen and (max-device-width: 912px) { 
.elementor-501 .elementor-element.elementor-element-ee3ada8 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-2e74be5 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-ed2377a .elementor-heading-title {
    font-size: 13px;
}
.elementor-501 .elementor-element.elementor-element-dcc8f7a .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-4d7bdd9 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-f30070f .elementor-heading-title {
    font-size: 28px;
}
.elementor-501 .elementor-element.elementor-element-910d898 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-13f9594 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-d978bd9 .elementor-heading-title {
    font-size: 12px;
}
.elementor-501 .elementor-element.elementor-element-2d1995c .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-340ff51 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-31bd06c .elementor-heading-title {
    font-size: 16px;
}
.elementor-501 .elementor-element.elementor-element-8718db6 {
   min-height: auto;
}
.elementor-501 .elementor-element.elementor-element-664bb42:not(.elementor-motion-effects-element-type-background), .elementor-501 .elementor-element.elementor-element-664bb42 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-size: 75% auto;
}
}  

@media screen and (max-device-width: 853px) { 
.elementor-501 .elementor-element.elementor-element-ee3ada8 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-2e74be5 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-ed2377a .elementor-heading-title {
    font-size: 13px;
}
.elementor-501 .elementor-element.elementor-element-dcc8f7a .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-4d7bdd9 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-f30070f .elementor-heading-title {
    font-size: 28px;
}
.elementor-501 .elementor-element.elementor-element-910d898 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-13f9594 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-d978bd9 .elementor-heading-title {
    font-size: 12px;
}
.elementor-501 .elementor-element.elementor-element-2d1995c .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-340ff51 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-31bd06c .elementor-heading-title {
    font-size: 16px;
}
.elementor-501 .elementor-element.elementor-element-8718db6 {
   min-height: auto;
}
.elementor-501 .elementor-element.elementor-element-664bb42:not(.elementor-motion-effects-element-type-background), .elementor-501 .elementor-element.elementor-element-664bb42 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-size: 81% auto;
}
.elementor-element.elementor-element-d058b0f.e-grid.e-con-full.e-con.e-child {
    padding: 0px;
}
.elementor-element.elementor-element-dfc6e7b.elementor-widget.elementor-widget-shortcode, .is-large .wp-block-woocommerce-checkout-order-summary-block, form.wc-block-components-form.wc-block-checkout__form, .wp-block-woocommerce-cart-order-summary-block, table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    padding: 10px;
}
}  
@media screen and (max-device-width: 820px) { 
.elementor-501 .elementor-element.elementor-element-ee3ada8 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-2e74be5 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-ed2377a .elementor-heading-title {
    font-size: 13px;
}
.elementor-501 .elementor-element.elementor-element-dcc8f7a .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-4d7bdd9 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-f30070f .elementor-heading-title {
    font-size: 28px;
}
.elementor-501 .elementor-element.elementor-element-910d898 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-13f9594 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-d978bd9 .elementor-heading-title {
    font-size: 12px;
    white-space: pre;
}
.elementor-501 .elementor-element.elementor-element-2d1995c .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-340ff51 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-31bd06c .elementor-heading-title {
    font-size: 16px;
}
.elementor-501 .elementor-element.elementor-element-8718db6 {
   min-height: auto;
}
.elementor-501 .elementor-element.elementor-element-ee3ada8 > .elementor-widget-container {
    white-space: nowrap;
}
footer .elementor-social-icons-wrapper.elementor-grid {
    display: flex!important;
}
.elementor-501 .elementor-element.elementor-element-664bb42:not(.elementor-motion-effects-element-type-background), .elementor-501 .elementor-element.elementor-element-664bb42 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-size: 84% auto;
}
.e-con-inner {
    max-width: 96%!important;
}
}  
.page-id-12 .class_booking_custom_div .cal_width {
    max-width: 100%!important;
}
.page-id-12 .overlay-content {
    height: auto !important; 
}
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 {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    width: 100%;
}
.single-product .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: unset;
}
.single-product div#product-91{
	display: flex;
}
@media screen and (max-device-width: 768px) { 
.elementor-501 .elementor-element.elementor-element-ee3ada8 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-2e74be5 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-ed2377a .elementor-heading-title {
    font-size: 13px;
}
.elementor-501 .elementor-element.elementor-element-dcc8f7a .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-4d7bdd9 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-f30070f .elementor-heading-title {
    font-size: 28px;
}
.elementor-501 .elementor-element.elementor-element-910d898 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-13f9594 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-d978bd9 .elementor-heading-title {
    font-size: 12px;
    white-space: pre;
}
.elementor-501 .elementor-element.elementor-element-2d1995c .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-340ff51 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-31bd06c .elementor-heading-title {
    font-size: 16px;
}
.elementor-501 .elementor-element.elementor-element-8718db6 {
   min-height: auto;
}
.elementor-501 .elementor-element.elementor-element-2e74be5 > .elementor-widget-container, .elementor-501 .elementor-element.elementor-element-ed2377a > .elementor-widget-container, .elementor-501 .elementor-element.elementor-element-ee3ada8 > .elementor-widget-container {
    white-space: nowrap;
}
footer .elementor-social-icons-wrapper.elementor-grid {
    display: flex!important;
}
.elementor-element.elementor-element-8718db6.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded span.elementor-heading-title.elementor-size-default {
    white-space: pre;
}
.elementor-501 .elementor-element.elementor-element-ac6d38c .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-2c30b50 .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-cdb3e8c .elementor-heading-title, .elementor-501 .elementor-element.elementor-element-c31e6a3 .elementor-heading-title {
    font-size: 18px;
    line-height: 29.02px;
}
.elementor-501 .elementor-element.elementor-element-664bb42:not(.elementor-motion-effects-element-type-background), .elementor-501 .elementor-element.elementor-element-664bb42 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-size: 89% auto;
}
.elementor-102 .elementor-element.elementor-element-c28f92f .elementor-heading-title {
    font-size: 13px;
}
}  


@media screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
.hfe-nav-menu-icon svg {
    filter: invert(1)!important;
}
.page-template-template-homepage-php .hfe-nav-menu-icon svg {
    filter: unset!important;
}
.elementor-101 .elementor-element.elementor-element-2404c43 .hfe-nav-menu__toggle, .elementor-101 .elementor-element.elementor-element-2404c43 .hfe-nav-menu-icon {
    margin: unset!important;
    margin-left: auto!important;
}
.elementor-101 .elementor-element.elementor-element-270448b > .elementor-widget-container {
    margin: 9px 0px 0px 0px;
}
.elementor-101 .elementor-element.elementor-element-2404c43 > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
}
.elementor-501 .elementor-element.elementor-element-bd3c8ac > .elementor-widget-container {
    margin: -77px 0px 0px 0px;
}
.elementor-element.elementor-element-bd3c8ac.elementor-widget.elementor-widget-heading {
    margin-bottom: 42px;
}
.elementor-501 .elementor-element.elementor-element-45a90ef .elementor-heading-title {
    margin-bottom: 39px;
    margin-top: 30px;
}
.elementor-element.elementor-element-17c3f12.elementor-widget.elementor-widget-heading {
    margin-bottom: 70px;
}
.elementor-element.elementor-element-650776d.e-con-full.e-flex.e-con.e-child {
    margin-top: 43px;
}
footer .elementor-social-icons-wrapper.elementor-grid {
    display: flex;
}
.elementor-element.elementor-element-43d0b90.e-grid.e-con-full.e-con.e-child {
    margin-top: -14px;
}
.elementor-119 .elementor-element.elementor-element-00bc258 {
    --width: 100%;
}
.elementor-element.elementor-element-f672e3a.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-4fac385.e-con-full.e-flex.e-con.e-child {
     padding-top: 0px; 
}
.elementor-501 .elementor-element.elementor-element-cbb82dd .elementor-heading-title {
    line-height: 57.52px;
}
}
@media screen and (min-device-width: 320px) and (max-device-width: 600px) { 
  .elementor-501 .elementor-element.elementor-element-83cac93 .elementor-heading-title {
    font-size: 30px;
  }
  .single-product div#product-91 {
	    display: unset;
	}
  .elementor-501 .elementor-element.elementor-element-6e830a2 .elementor-heading-title {
	    font-size: 14px;
  }
  .elementor-501 .elementor-element.elementor-element-4741a3c .elementor-heading-title {
     line-height: 10px; 
  }
  .elementor-501 .elementor-element.elementor-element-bd3c8ac > .elementor-widget-container {
    margin: -52px 0px 0px 0px;
  }
  .elementor-element.elementor-element-9bb2246.e-con-full.main-heading-sec.e-flex.e-con.e-child {
    margin-top: 30px;
  }
  .elementor-element.elementor-element-a0ba44b.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-c11dd3c.e-grid.e-con-full.e-con.e-child {
	    padding: 0px;
  }
  .elementor-element.elementor-element-2dcdad8.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-b8d665c.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-89092aa.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-b286509.e-con-full.e-flex.e-con.e-child {
    gap: 0px;
    padding: 44px 10px 10px 40px;
 }
 .elementor-501 .elementor-element.elementor-element-d4530bb .elementor-heading-title {
    line-height: 86.06px;
    margin-bottom: 0px;
  }
  .elementor-501 .elementor-element.elementor-element-cbb82dd .elementor-heading-title {
    line-height: 130.52px;
 }
 .elementor-501 .elementor-element.elementor-element-664bb42:not(.elementor-motion-effects-element-type-background), .elementor-501 .elementor-element.elementor-element-664bb42 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-size: 102% auto;
}
.elementor-element.elementor-element-43d0b90.e-grid.e-con-full.e-con.e-child {
    margin-top: 60px;
}
.elementor-element.elementor-element-ad405da.e-con-full.e-flex.e-con.e-child {
    margin-top: 0px; 
}
.elementor-501 .elementor-element.elementor-element-45a90ef .elementor-heading-title {
    line-height: 82.02px;
    margin-bottom: 12px;
}
.elementor-element.elementor-element-2ee0515.e-con-full.comentario.e-flex.e-con.e-child {
    margin-top: -60px;
}
.elementor-501 .elementor-element.elementor-element-e6352ba .elementor-heading-title {
    line-height: 42.8px;
}
.elementor-501 .elementor-element.elementor-element-17c3f12 .elementor-heading-title {
    line-height: 194.8px;
}
.elementor-element.elementor-element-e9c8123.e-con-full.e-flex.e-con.e-child {
    margin-top: 0px;
}
.elementor-102 .elementor-element.elementor-element-7884f14 {
    --gap: 0px 50px;
}
.elementor-element.elementor-element-deb9993.e-flex.e-con-boxed.e-con.e-child {
    margin: 10px 0px;
}
.ti-widget.ti-wp-testimonial-1 .ti-widget-container, .ti-widget.ti-wp-testimonial-1 .ti-widget-container * {
    font-size: 15px!important;
}
.ti-widget.ti-wp-testimonial-1 .ti-review-content {
     height: auto!important; 
}
.hfe-nav-menu-icon svg {
    filter: invert(1);
}
.page-template-template-homepage-php .hfe-nav-menu-icon svg {
    filter: unset;
}
.membership_list_page_main_div {
    width: 100%!important;
}
.wpgym-border-box #membership_buy_form, .wpgym-border-box .membership_list_page_main_div {
    width: 100%!important;
}
form .save_btn, form .fronted_payment_button .save_btn {
    font-size: 14px!important;
}
.registration_form_custom_div {
    width: 100%!important;
    margin: 60px auto!important;
    border: 0px solid black!important;
    padding: 32px!important;
    box-shadow: 0px 0px 7px -2px grey;
    margin-top: 10px!important;
}
.user-choice-block {
    float: left;
    width: 60%!important;
    margin-bottom: 12px!important;
}
/*.entry-content {
    width: 90%!important;
}*/
.elementor-element.elementor-element-4fac385.e-con-full.e-flex.e-con.e-child {
    padding-top: 0px;
}
.elementor-element.elementor-element-f672e3a.e-con-full.e-flex.e-con.e-child {
    padding-top: 0px;
}
.elementor-element.elementor-element-2b31f3d.e-con-full.e-flex.e-con.e-child {
    order: 1;
}
.elementor-element.elementor-element-4fac385.e-con-full.e-flex.e-con.e-child {
    order: 2;
}
.elementor-element.elementor-element-77d8a7f.elementor-widget.elementor-widget-heading, .elementor-element.elementor-element-772520d.elementor-widget.elementor-widget-heading{
    width: 360px;
}
.ti-widget.ti-wp-testimonial-1 .ti-review-content{
	width: 170px;
}
.page-id-119 .e-con-inner{
    margin: 0px!important;
    max-width: 100%!important;
}
.page-id-124 .e-con-inner {
    max-width: 100%!important
}
.page-id-124 .entry-content {
    width: 100%;
    margin: auto;
    margin-top: 20px;
}
.elementor-501 .elementor-element.elementor-element-43d0b90 {
    --gap: 48px;
}
.elementor-501 .elementor-element.elementor-element-827c2f7 .elementor-heading-title {
    font-size: 14px;
    line-height: 21px;
}
.accodian-content-container {
    transform: skew(-3.8deg) !important;
}
}


@media screen and (max-device-width: 344px) { 
   .elementor-501 .elementor-element.elementor-element-d4530bb .elementor-heading-title {
    line-height: 28.06px;
    margin-bottom: 31px;
}
}

.newsletter {
    margin-bottom: 23px;
    padding-left: 10px;
}
.newsletter input{
	width: 200px;
    padding-left: 10px;
}
.newsletter input::placeholder {
   font-size: 12px;
}
.newsletter label{
	color: #fff;
}
.newsletter-inpt-btn {
    display: flex;
    margin-top: 10px;
}
.news-btn{
    background-color: #2B9A36!important;
    font-family: "Outfit", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff!important;
    border: unset!important;
    padding: 10px 10px 8px 10px!important;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit, button.woocommerce-button.button.woocommerce-form-login__submit {
    background: #2b9a36;
    color: #fff;
    width: 100%;
    padding: 10px 30px 13px;
    transform: skew(-20deg);
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    position: absolute;
    right: .7em;
    top: 3px;
    cursor: pointer;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0px solid #cfc8d8;
    box-shadow: 0px 0px 7px -2px grey;
}
p.woocommerce-LostPassword.lost_password a{
	color: #2b9a36;
}
.elementor-element.elementor-element-6e830a2.elementor-widget.elementor-widget-heading {
    margin-top: 10px;
}
   
.elementor-element.elementor-element-8718db6.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .elementor-button-text{
    transform: skewX(35deg);
}
.elementor-element.elementor-element-d7e2833.elementor-align-justify.choose_slanted_button.elementor-widget.elementor-widget-button {
   width: 91%;
   margin: auto;
   margin-top: -26px;
}
.elementor-element.elementor-element-1a5d1bf.elementor-align-justify.choose_slanted_button.elementor-widget.elementor-widget-button{
   width: 91%;
   margin: auto;
   margin-top: -26px;	
}
.elementor-element.elementor-element-3299bd4.elementor-align-justify.choose_slanted_button.elementor-widget.elementor-widget-button{
   width: 91%;
   margin: auto;
   margin-top: -26px;	
}
.ti-widget.ti-wp-testimonial-1 .ti-review-item {
    padding: 0 28px!important;
}
.ti-reviews-container-wrapper {
    margin: 0px!important;
}

.elementor-element.elementor-element-8646e69.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner{
	max-width: 1250px!important;
}
.elementor-element.elementor-element-d76c4a5.elementor-widget.elementor-widget-n-accordion .e-n-accordion-item-title{
	border-bottom: 1px solid #000;
    margin-bottom: 0px;
}
.elementor-element.elementor-element-deb9993.e-flex.e-con-boxed.e-con.e-child {
    margin: 20px 0px;
}
.added_to_cart{
	color: #2b9a36;
}
ul#menu-1-80b18ce {
    display: contents;
}
.elementor-element.elementor-element-3166943.elementor-widget.elementor-widget-shortcode {
    display: flex;
    align-items: center;
    justify-content: end;
}
.elementor-element.elementor-element-3166943.elementor-widget.elementor-widget-shortcode .elementor-widget-container{
	display: flex;
	align-items: center;
}

.elementor-101 .elementor-element.elementor-element-14dd377 > .elementor-widget-container, .elementor-101 .elementor-element.elementor-element-80b18ce > .elementor-widget-container{
	margin-top: 0px!important;
}
.elementor-element.elementor-element-14dd377.elementor-widget.elementor-widget-site-logo .elementor-widget-container{
	display: flex;
	align-items: center;
}
.elementor-element.elementor-element-14dd377.elementor-widget.elementor-widget-site-logo .elementor-widget-container .hfe-site-logo{
   margin-top: 20px;
}
.login-button {
    display: inline-block;
    padding: 10px 20px;
    /*color: #fff;*/
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

/* Style for the user account menu */
.user-account-menu {
    position: relative;
    display: inline-block;
}

.user-account-menu .user-icon {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.user-account-menu .user-icon img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.user-account-menu .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.user-account-menu:hover .dropdown-menu {
    display: block;
}

.user-account-menu .dropdown-menu a {
    display: block;
    padding: 3px 10px;
    text-decoration: none;
    transition: background-color 0.3s;
    color: #000;
    font-family: "Outfit", Sans-serif;
    font-size: 20px;
}
.user-account-menu .dropdown-menu a:hover{
	background: #2b9a36;
	color: #fff;
}

.login_btn_hdr{
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Outfit", Sans-serif;
    font-size: 20px;
}
.login_btn_hdr img{
    width: 30px;
}
/*.login_btn_hdr:hover{
	color: #fff;
}*/
.elementor-element.elementor-element-80b18ce.hfe-nav-menu__align-center.hfe-submenu-icon-arrow.hfe-submenu-animation-none.hfe-link-redirect-child.hfe-nav-menu__breakpoint-tablet.elementor-widget.elementor-widget-navigation-menu {
    padding-left: 5vw;
}
.elementor-element.elementor-element-270448b.elementor-widget.elementor-widget-site-logo .elementor-widget-container{
	display: flex;
	align-items: center;
}


.page-template-template-homepage-php button.user-icon {
    color: #fff;
}
button.user-icon {
    display: flex;
    align-items: center;
    background: unset;
    border: unset;
    color: #000;
    gap: 10px;
}
@media screen and (min-device-width: 320px) and (max-device-width: 1200px) { 
.btm-con {
    display: grid;
    position: absolute;
    bottom: 40px;
    height: 170px;
}
.btm-con p {
    width: 302px;
    opacity: 0;
    transition: all 1s ease;
    font-size: 16px;
    font-family: "Outfit", Sans-serif;
    color: #000;
    font-weight: 200;
    margin-top: -24px;
    margin-left: 33px;
}

.elementor-element.elementor-element-b14f250.elementor-widget.elementor-widget-shortcode {
    display: none;
}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    display: unset!important;
}
.elementor-element.elementor-element-80b18ce.hfe-nav-menu__align-center.hfe-submenu-icon-arrow.hfe-submenu-animation-none.hfe-link-redirect-child.hfe-nav-menu__breakpoint-tablet.elementor-widget.elementor-widget-navigation-menu {
    padding-left: 0vw;
    position: relative;
    z-index: 999999;
}
a.hfe-menu-item.elementor-button{
       font-size: 14px!important;
        width: 135px!important;
}
.login_btn_hdr, .elementor-101 .elementor-element.elementor-element-80b18ce a.hfe-menu-item, .elementor-101 .elementor-element.elementor-element-80b18ce a.hfe-sub-menu-item {
    font-size: 14px!important;
}

}

@media screen and (max-device-width: 1024px) { 
   
   .elementor-element.elementor-element-1a73be1.e-grid.e-con-full.e-con.e-child{
   	margin: 0px;
   }
   .login_btn_hdr {
	    justify-content: end;
	    padding-right: 0px;
	}
   .login_btn_hdr span{
   	  display: none;
   }
	.hfe-nav-menu-icon svg {
	    width: 20px;
	}
	.elementor-101 .elementor-element.elementor-element-2404c43 > .elementor-widget-container {
	    margin: 5px 0px 0px 46px;
	}
	.logged-in .elementor-101 .elementor-element.elementor-element-2404c43 > .elementor-widget-container {
	    position: absolute;
	    right: 77px;
	}
	.elementor-element.elementor-element-2404c43.hfe-menu-item-space-between.hfe-submenu-icon-arrow.hfe-link-redirect-child.elementor-widget.elementor-widget-navigation-menu{
		position: unset;
	}
	.elementor-element.elementor-element-1a73be1.e-grid.e-con-full.e-con.e-child{
		position: relative;
	}
	.elementor-101 .elementor-element.elementor-element-2404c43 > .elementor-widget-container {
	    position: absolute;
	    right: 45px;
	    z-index: 9999;
	}

}
@media screen and (max-device-width: 600px) {
	.elementor-element.elementor-element-2404c43.hfe-menu-item-space-between.hfe-submenu-icon-arrow.hfe-link-redirect-child.elementor-widget.elementor-widget-navigation-menu{
		position: unset;
	}
	.elementor-element.elementor-element-1a73be1.e-grid.e-con-full.e-con.e-child{
		position: relative;
	}
	.elementor-101 .elementor-element.elementor-element-2404c43 > .elementor-widget-container {
	    position: absolute;
	    right: 45px;
	    z-index: 9999;
	}
	.elementor-101 .elementor-element.elementor-element-2404c43 > .elementor-widget-container {
	    margin: -46px 0px 0px 46px;
	}
	.logged-in .elementor-101 .elementor-element.elementor-element-2404c43 > .elementor-widget-container {
	    margin: -46px 0px 0px 46px;
	    position: absolute;
	    right: 77px;
	}
	.elementor-element.elementor-element-5255d2e.elementor-widget.elementor-widget-shortcode .elementor-shortcode{
	    display: flex;
	    align-items: center;
	    justify-content: end;
	}

}

@media screen and (max-device-width: 1114px) {
   .elementor-element.elementor-element-7884f14.e-grid.e-con-full.e-con.e-child{
   	   gap:  10px!important;
   }
}

@media screen and (max-device-width: 826px) {
  .newsletter input {
    width: 150px;
    padding-left: 10px;
}
}

