/*!
Theme Name: fitness
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: fitness
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.

fitness 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: #ffffff;
}

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;
}




.date a span img {
	width: 20px !important;
}
.date a span {
	margin-right: 3px !important;
}
p, a{      font-family: "Din pro"; font-weight: 400;}
body{ font-family: "Din pro"; font-weight: 400;}
.navbar-collapse ul.navbar-nav.me-auto.mb-2.mb-lg-0  {
    float: right;
    margin-left: auto;
    margin-right: 0 !important;
}




a.navbar-brand {
    width: 250px;
	padding: 0;
}

a.navbar-brand img{width: 100%;}

a.btn.btn-primary {
    background: #ebffa1;
    color: #000;
    border-color: #ebffa1;
}

ul.navbar-nav a {
    color: #fff;
}
.navbar  a.btn.btn-primary::before {
    content: "";
    background: url(https://fitness.evgigsoft.com/wp-content/uploads/2024/10/online-booking.png);
    width: 29px;
    height: 29px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

  a.btn.btn-primary{display: flex;align-items: center;gap:6px;border-radius: 50px;    font-size: 14px !important}

ul.navbar-nav a {
    padding: 40px 0;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 li:first-child a {
    background: #ebffa1;
    color: #000;
}

a.btn.btn-secondary {
    padding: 10px 30px;
    border-radius: 50px;
    background: #15191d;
	text-transform: uppercase;
}
.navbar-brand img{
	width:200px;
}
.banner {
    margin-bottom: 70px;
}
ul.navbar-nav a {
    padding: 26px 1px !important;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff !important;
}
.nav-link{
	 color: #fff !important;
}
body h5 {
	font-family: "Din pro";
    font-style: normal;
}
body h4 {
	font-family: "Din pro";
    font-style: normal;
}
body h3 {
	font-family: "Din pro";
    font-style: normal;
}
body h1 {
	font-family: "Din pro";
    font-style: normal;
    font-weight: 800;
}
body h2 {
    font-size: 60px;
    font-weight: 800;
	font-family: "Din pro";
    font-style: normal;
    font-weight: 800;
}

.Welcome h2 {
	border-left: 5px solid #e9e9e9;
	padding-left: 9px;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 6.5px;
	line-height: 48px;
	margin-top: 15px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.Welcome .row > div.col-md-6 > p:first-child {
    color: #a0a0a0;
    font-size: 16px;
    letter-spacing: 1.8px;
    margin-bottom: 0 !important;
}
a.btn.btn-secondary:hover {
    background: #ebffa1;
    color: #000;
    border-color: #ebffa1;
}
footer ul:first-child {
    gap: 30px;
}
.banner-section {
	background-image: url('https://fitness.evgigsoft.com/wp-content/uploads/2024/10/trainer-helping-beginner-gym.png'); /* Replace with your image URL */
	background-size: cover;
	background-position:  center;
	height: 452px; /* Full viewport height */
	color: white; /* Text color */
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	margin: 70px 0;
}
.banner-overlay {
    width: 100%;
	position: relative;
	margin: auto 0;

}
a.btn.btn-primary:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.banner-overlay a.btn.btn-primary {
    width: max-content;
    margin: 0 auto;
}

h1.banner-title span {
    color: #ebffa1;
}

h1.banner-title {
	font-size: 49px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 6.5px;
}

p.banner-subtitle {
    font-size: 22px;
    width: 51%;
    margin: 0 auto;
    text-align: center;
	color: #ebffa1;
}
body.woocommerce-account main#primary .type-page {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

body.woocommerce-account header.entry-header h1.entry-title {
    text-align: center;
    margin: 20px 0;
}

body.woocommerce-account  .entry-content .woocommerce h2 {
    text-align: center;
}

form.woocommerce-form.woocommerce-form-login.login input {
    padding: 15px;
}

button.button.woocommerce-form-login__submit {
    padding: 13px 35px;
    opacity: 1;
    color: #000;
    background: #ebffa1;
    border-radius: 50px;
    text-transform: uppercase;
}
nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none;
    padding: 10px;
    background: #000;
    border-radius: 5px;
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
    background: #d0ef5f;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a{color: #000;}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 15px;
  background: #000;
  margin: 0;
  border-radius: 0;
}
nav.woocommerce-MyAccount-navigation ul li a {
    text-align: center;
    display: flex;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}
.challenge-section-lovely{
	padding-bottom:50px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  background: #f9ffe5;
  padding: 30px;
}

.banner-overlay > p:nth-child(3) {
    font-size: 16px;
    text-transform: uppercase;
	margin: 20px 0;
}
.banner img {
	width: 100%;
}
.banner-overlay a.btn.btn-primary {
    padding: 10px 35px;
    text-transform: uppercase;
    font-weight: 400;
}

.banner-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
body .woocommerce-MyAccount-content .wc-forward{
    padding: 13px 15px;
    background: #d0ef5f;
    margin: 5px;
    border-radius: 50px;
    font-weight: 400;
}
.woocommerce-MyAccount-content a {
    color: #1d2125;
}
body .woocommerce-MyAccount-content h2 {
	font-size: 28px;
	text-align: left !important;
	font-weight: 600;
	line-height: 1;
}
.minset img , .Nutrition img{
    border-radius: 55px;
}
body .woocommerce-MyAccount-content .woocommerce-Address-title  a {
    text-align: left !important;
    margin-right: auto;
    float: left !important;
}
.minset h3 , .Nutrition h3 {
    font-size: 45px;
    font-weight: 700;
}
.view {
	padding: 7px 15px !important;
	color: #000 !important;
	background: #d0ef5f !important;
	font-family: "Din pro" !important;
}

/* .edit {
	padding: 10px 25px;
	text-decoration: none;
	background: #ebffa1;
	border-radius: 50px;
	margin: 10px auto;
} */

form.woocommerce-EditAccountForm.edit-account input {
    padding: 15px;
    border-radius: 4px;
}
button.woocommerce-Button.button {
    padding: 13px 15px;
    background: #d0ef5f;
    margin: 5px;
    border-radius: 50px;
    font-weight: 400;
}
.minset .row > div:last-child {
    padding-left: 55px;
}

.Nutrition .row > div:first-child {
    padding-right: 55px;
}
section.challenge-section-lovely .row form > button {
    padding: 11px 35px;
    border-radius: 50px;
    background: #ebffa1;
    border-color: #ebffa1;
    margin: 20px 0;
}

.Nutrition p , .minset p{
    margin: 20px 0;
}
section.challenge-section-lovely .row form ul {
    padding: 0;
    margin: 0;
}

.col-section {
    background: #fbfeed;
    padding: 70px 0;
	margin: 70px 0;
	margin-bottom: 0 !important;

}

.col-section h1 {
	font-weight: 700;
	letter-spacing: 6.5px;
	text-transform: uppercase;
	font-size: 35px;
}

.col-section .container.mt-5 .row .col-md-4, .col-section .container.mt-5 .row .col-md-4 .card {
    background: #fbfeed;
    border: none;
}
.col-section .container.mt-5 .row .col-md-4 .card .card-body div img {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
.col-section .container.mt-5 .row .col-md-4 .card .card-body div {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 15px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #ebffa1;
	height: 150px;
	align-items: center;
    width: 150px;
}

h5.card-title {
    text-align: center;
    margin: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

p.card-text {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}


.footer-top {
    background: #fff;
    background-size: cover;
    background-position: top center;
	padding: 50px 0;
}

.footer-top .col-md-6 > p:first-child {
    text-transform: uppercase;
    font-size: 20px;
	text-align: center;
}
.footer-top .col-md-6  p {
    font-size: 16px;
	text-align: center;
}

.footer-top h2 {
	font-size: 34px;
	text-align: center;
	font-weight: 700;
	margin: 20px 0;
	letter-spacing: 4.5px;
}

.footer-top a.btn.btn-secondary {
    margin: 0 auto;
    display: flex;
    width: max-content;
    margin: 0 auto;
}


footer .container-fluid .row {
    display: block;
    width: 100%;
}

footer .container-fluid .row > div {
    width: 100%;
}

footer {
    background: #151a1e !important;
	overflow: hidden;

}

footer ul {
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
}

footer ul a {
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
}

footer >  .col-md-4.text-center > p {
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #5d6062;
    color: #fff;
    background: #1d2125;

}


footer >  .col-md-4.text-center {
    width: 100%;
}

footer .container-fluid.pt-3 {
    padding: 45px 0 !important;
}


ul.social li img {
    width: 20px;
    filter: brightness(0) invert(1);
}
footer .container-fluid.pt-3{position: relative;    overflow: hidden;}
footer .container-fluid.pt-3::before {
    content: "";
    background: #ebffa1;
    height: 100px;
    width: 201px;
    display: block;
    transform: rotateZ(45deg);
    position: absolute;
    bottom: -88px;
    overflow: hidden;
    left: -68px;
}

footer .container-fluid.pt-3::after {
    content: "";
    background: #ebffa1;
    height: 100px;
    width: 149px;
    display: block;
    transform: rotateZ(45deg);
    position: absolute;
    top: -38px;
    overflow: hidden;
    right: -60px;
}

footer .container-fluid.pt-3 .col-md-4.text-center > ul:nth-child(2) li:last-child a {
    border-left: 1px solid #fff;
    padding-left: 15px;
}

/*
.banner-section::after {
    height: 0;
    width: 350px;
    content: "";
    display: block;
    position: absolute;
    bottom: -37px;
    right: 0;
    border-left: 53px solid transparent;
    border-right: 1px solid transparent;
	border-bottom: 0;
    border-top: 37px solid #ebffa1;
}


 .banner{position: relative;overflow: hidden;}
.banner::after {
    content: '';
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: -43px;
    height: 100%;
    background: white;
    clip-path: polygon(0 99%, 50% 0, 100% 100%);
    transform: rotate(176deg);
    transform-origin: bottom;
}

.banner::before {
    content: '';
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: -43px;
    height: 100%;
    background: white;
    clip-path: polygon(0 99%, 50% 0, 100% 100%);
    transform: rotate(176deg);
    transform-origin: bottom;
} */


.slider .colum {
    margin: 0 15px;
}




.day {
	position: absolute;
	bottom: 10px;
	background: #ebffa1;
	padding: 9px 24px;
	left: 10px;
}

.post-image {
	position: relative;
}


.day p {
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
	    color: #000;
}
.posts a{
text-decoration:none;
}
.slick-slide{
    margin: 0 7px;
}
.posts .slick-slide img {
    height: 240px;
    width: 100%;
}




.posts  {
	background: url(https://fitness.evgigsoft.com/wp-content/uploads/2024/10/one-day24-10.png);
	background-size: cover;
	padding: 50px 35px;
	border-radius: 80px 1px;
}



.posts h1 {
	color: #ebffa1;
	font-weight: 700;
	padding-bottom: 20px !important;
	text-transform: uppercase;
  font-size: 28px;
}
.post-content {
	border-bottom: 2px solid #525252;
	border-left: 2px solid #525252;
	border-right: 2px solid #525252;
	padding: 25px 15px;
	background: #15191d;

}

.post-content p , .post-content h3 {
	color: #fff;
}

.post-content h3 {
	font-size: 20px;
	text-transform: uppercase;
}


.slick-dots li.slick-active button::before {
	opacity: 1;
	color: #ebffa1;
}

.slick-dots li button::before {
	font-family: slick;
	font-size: 6px;
}
.days p:last-child {
	font-weight: 800 !important;
	font-family: "Din pro" !important;
}


.slick-dots li button::before {
	font-family: slick;
	font-size: 6px;
	opacity: 1;
	color: #8b8b8b;
}

.posts  .slick-dots {
	bottom: -45px;
}



.days {
	display: flex;
	align-items: center;
	gap: 33px;
}



.days > p:first-child {
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Din pro" !important;
}



.days > p {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
}

.days > p:first-child {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Din pro" !important;
	padding: 0 25px;
	background: #000;
	color: #fff;
	position: relative;
	line-height: 1.5;
}
.days > p:first-child::after {
	display: block;
	width: 0px;
	height: 0px;
	content: "";
	border-left: 15px solid black;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	position: absolute;
	right: -15px;
	top: 0;
}

.container-sections {
	padding: 40px 0;
	background: #fbfded;
}



.minset .row > div:first-child::before {
	content: "";
	background: url(https://fitness.evgigsoft.com/wp-content/uploads/2024/10/one-day24-10-2-1.png);
	height: 71px;
	width: 170px;
	display: block;
	position: absolute;
	right: -97px;
	top: 60px;
	z-index: 2;
	background-size: contain;
	background-repeat: no-repeat;
}
.minset .row > div:first-child {
	position: relative;
}

.minset .row > div:first-child img {
	position: relative;
	z-index: 1;
}




.Nutrition .row > div:last-child::before {
	content: "";
	background: url(https://fitness.evgigsoft.com/wp-content/uploads/2024/10/one-day24-10-2-1.png);
	height: 71px;
	width: 170px;
	display: block;
	position: absolute;
	left: -54px;
	top: 60px;
	z-index: 2;
	background-size: contain;
	background-repeat: no-repeat;
}
.Nutrition .row > div:last-child {
	position: relative;
}

.Nutrition .row > div:last-child img {
	position: relative;
	z-index: 1;
}

.Nutrition .row > div:last-child img {
	height: 370px;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}
.Healthy_Habbits .row > div:first-child img {
	height: 370px;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}


.Mentorship h1 {
	color: #fff;
}

.Mentorship .days > p:first-child::after {
	border-left: 15px solid #fff;
}
.Mentorship .days > p:first-child {

	background: #fff;
	color: #000;
}
.Mentorship p {
	color: #fff;
}

.Mentorship > div {
	padding: 55px 95px 54px 147px;
}
.Mentorship  a.btn.btn-secondary{border-color: #fff !important;}
.Performance  .row > div:last-child {
	padding-left: 33px;
	padding-top: 92px;
}

.Performance .row > div:first-child::before {
	content: "";
	display:none;
}
#lessonTab button, #upcomingLessonsTab button, #pastLessonsTab button {
	color: #000 !important;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  border-radius: 0;
}
#lessonTab, #upcomingLessonsTab, #pastLessonsTab {
	padding: 23px;
	margin:0;
	background: #fcfff0;
  border: 1px solid #e6e8df;
}
#upcomingLessonsTab{
	margin-bottom:30px;
}
#lessonTab .nav-link.active, #upcomingLessonsTab .nav-link.active, #pastLessonsTab .nav-link.active{
background: #fff !important;
  color: #000 !important;
  width: 100%;
  border-radius: 50px;
  border: 1px solid #dde1cb;
}
#upcomingLessonsTab p{
	color: #000;
  text-align: center;
  margin: 0;
}
#upcomingLessonsTab li{
	margin-bottom:10px;
}

#lessonTab .nav-link.currentday, #upcomingLessonsTab .nav-link.currentday, #pastLessonsTab .nav-link.currentday{
	background: #000 !important;
  color: #ebffa1 !important;
	width:100%;
	border-radius:80px;
}

#lessonTabContent{
	    padding: 0 0 0 50px;
}
.day-i{
	text-align: center;
    background: #ebffa1;
    width: 70px;
    height: 70px;
    padding: 8px 0;
    font-weight: 800;
}
.downlaod-file{
	display: flex;
    gap: 30px;
    align-items: center;
	margin-bottom:20px;
}
.tutorial-section{
	    display: flex;
    gap: 20px;
	    margin: 00px 0 40px;
}
.tutorial-section iframe, .tutorial-video{
	width:100%;
}
.helpful-images-section{
	display:flex;
	    flex-wrap: wrap;
		gap:15px;
		margin:0;
		list-style:none;
		    padding: 0;
}

.helpful-images-section li {
    width: 23%;
}
.helpful-images-section li img{
	height:150px;
}

body.woocommerce-checkout main#primary .type-page , .woocommerce-cart main#primary .type-page , body.type-product  main#primary .type-product , aside.widget-area , .comments-area{
    width: 100%;
    max-width: 82%;
    margin: 40px auto;
}

.woocommerce-thankyou-order-received {
	background: #ebffa1;
	border-radius: 10px;
	padding: 16px;
	margin-bottom: 32px;
}

.thankyou-header {
	display: block;
	font-size: 1.75rem;
	margin-bottom: 16px;
}

.thankyou-paragraph {
	margin-bottom: 1rem;
	display: block;
}

.view-setup-instructions {
	background: #000 !important;
	color: #fff !important;
}

.view-setup-instructions:hover {
	background: rgba(0, 0, 0, .8) !important;
}


main#primary .type-page header.entry-header h1 {
    text-align: center;
}
.wc-block-components-checkout-place-order-button {
    border-radius: 50px;
    background: #ebffa1;
    font-size: 17px;
}
.wc-block-cart__submit-button {
    width: 100%;
    max-width: 100%;
    color: #000 !important;
    background: #ebffa1;
    text-decoration: none;
    border-radius: 50px;
}
a.wc-block-components-product-name {
    text-decoration: none;
    color: #000;
}

/* -----------------------------------------------
   GLOBAL BRAND COLOR FOR PRICES
------------------------------------------------ */
:root {
	--ptp-price-color: #ebffa1;
}

/* -----------------------------------------------
   ORDER SUMMARY TITLES (Mobile + Desktop)
------------------------------------------------ */
.wc-block-components-checkout-step__heading h2,
.wc-block-components-title.wc-block-components-checkout-step__title,
.wp-block-woocommerce-checkout-order-summary-block h2,
.wp-block-woocommerce-checkout-order-summary-block
.wc-block-components-checkout-order-summary__title
.wc-block-components-checkout-order-summary__title-text {
	color: #ffffff !important;
}

/* -----------------------------------------------
   PRODUCT NAME (in order summary)
------------------------------------------------ */
.wc-block-components-product-name {
	color: #ffffff !important;
	font-weight: 600;
}

/* -----------------------------------------------
   PRICE AMOUNTS (Desktop + Mobile)
   Subtotal, Total, Per-item prices, Discounts
------------------------------------------------ */
.wp-block-woocommerce-checkout-order-summary-block
.wc-block-components-formatted-money-amount,
.wc-block-components-order-summary-item__individual-price
.wc-block-components-formatted-money-amount,
.wc-block-components-order-summary-item__total-price
.wc-block-components-formatted-money-amount,
.wc-block-components-totals-item__value
.wc-block-components-formatted-money-amount,
.wc-block-components-order-summary-item__individual-prices
.wc-block-components-product-price__value {
	color: var(--ptp-price-color) !important;
}

.wc-block-components-totals-footer-item-tax {
	color: #ffffff;
	opacity: 1;
}

td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link {
    padding: 11px 25px;
    border-radius: 50px;
    background: #ebffa1;
    font-size: 14px;
	text-decoration: none;
}
td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link:hover {
    padding: 11px 25px;
    border-radius: 50px;
    background: #ebffa1;
    font-size: 14px;
	text-decoration: none;
}
td.wc-block-cart-item__product .wc-block-cart-item__wrap  > a{
	text-decoration: none;
}
header.entry-header h1 {
    text-align: center;
    margin: 40px 0;
}
.summary.entry-summary form.cart button.single_add_to_cart_button {
    background: #ebffa1;
    color: #000;
    border-color: #ebffa1;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 25px;
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    display: block;
    overflow: hidden;
    width: auto;
}
/* ============================
   Partner Program (Checkout)
   Matches the mock: clean, airy, simple
   ============================ */

.ptp-partner-program-section {
	margin: 28px 0 22px;
	padding: 0;
	background: transparent;
	border: 0;
}

/* Creates the same “section break” feeling as the mock */
.ptp-partner-inner {
	padding-top: 18px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ptp-partner-title {
	margin: 0 0 14px;
	font-size: 22px;
	line-height: 1.15;
	font-weight: 600;
	color: #111;
}

/* Row spacing similar to “Contact information” & “Billing address” blocks */
.ptp-partner-row {
	margin: 0 0 14px;
}

.ptp-partner-label {
	display: block;
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: 500;
	color: #111;
}

/* Inputs styled like Woo Blocks fields */
.ptp-partner-select,
.ptp-partner-code {
	width: 100%;
	height: 44px;
	padding: 10px 12px;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	background: #fff;
	color: #111;
	font-size: 16px;
	line-height: 1.2;
	outline: none;
	box-shadow: none;
}

/* Focus ring like native Woo blocks */
.ptp-partner-select:focus,
.ptp-partner-code:focus {
	border-color: rgba(0, 0, 0, 0.65);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

/* Hint text under field like the mock’s helper line */
.ptp-partner-hint {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.3;
	color: rgba(0, 0, 0, 0.70);
}

.ptp-partner-discount-label {
	font-weight: 600;
	color: #111;
}

/* Actions row */
.ptp-partner-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 6px;
}

/* “Apply” button: simple black pill/rounded like the design language */
.ptp-partner-validate-btn {
	appearance: none;
	border: 1px solid #111;
	background: #111;
	color: #fff;
	height: 44px;
	padding: 0 18px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.05s ease, opacity 0.15s ease;
}

.ptp-partner-validate-btn:hover {
	opacity: 0.92;
}

.ptp-partner-validate-btn:active {
	transform: translateY(1px);
}

.ptp-partner-validate-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* Message next to Apply */
.ptp-partner-message {
	font-size: 13px;
	line-height: 1.3;
}

/* You can toggle these classes from JS */
.ptp-partner-message.is-success {
	color: #111;
	font-weight: 600;
}

.ptp-partner-message.is-error {
	color: #b00020;
	font-weight: 600;
}


/* Checkbox intro line (matches the mock: simple, left-aligned) */
.ptp-partner-check {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.35;
	color: #111;
}

.ptp-partner-check-input {
	margin-top: 3px; /* aligns checkbox with first line of text */
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
}

.ptp-partner-fields {
	margin-top: 6px;
}

/* Order summary: AIA Vitality partner discount */
.wc-block-components-totals-fees__aia-vitality-discount
.wc-block-components-totals-item__label,
.wc-block-components-totals-fees__aia-vitality-discount
.wc-block-components-totals-item__value {
	color: #c62828 !important;
	font-weight: 600;
}

.ptp-partner-divider {
	margin: 16px 0 20px;
	border-top: 1px solid var(--wc-block-components-border-color, #e0e0e0);
}

/* Optional: tighten spacing on very wide screens so it doesn't look “floaty” */
@media (min-width: 992px) {
	.ptp-partner-program-section {
		max-width: 680px; /* aligns with the left column feel */
	}
}

/* Legal pages: restore readable margins */
.page .entry-content {
	max-width: 900px;
	margin: 0 auto;
	padding: 32px 20px;
}


form#commentform p.form-submit input#submit , button.wp-block-search__button.wp-element-button {
    padding: 12px 25px;
    background: #ebffa1;
    opacity: 1;
    border-radius: 50px;
    font-weight: 400;
}
section.widget h2.wp-block-heading {
    font-size: 25px !important;
}

section.widget  ul , section.widget  ol{
    padding: 0;
    margin: 0;
	list-style: none;
}
section.widget  ol footer{background: transparent !important;}
section.widget  ul a, section.widget  ol a{
 text-decoration: none;
 color: #000;
 background:transparent;
}
.product_meta span.posted_in a {
    text-decoration: none;
}

body {
    margin: 0 !important;
}
body.woocommerce main article {
    width: 100%;
    max-width: 82%;
    margin: 0 auto;
}

body #primary .add_to_cart_button {
    background: #ebffa1;
    color: #000;
    border-color: #ebffa1;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 25px;
	margin: 15px;
}

body #primary  h2.woocommerce-loop-product__title {
    font-size: 18px;
    color: #000;
	padding: 0 15px;
}


body #primary  ul.products li {
    border: none;
    padding: 0px;
    box-shadow: rgba(132, 132, 132, 0.2) 2px 2px 8px 5px;
    border-radius: 6px;
	overflow: hidden;
}

body.woocommerce span.woocommerce-Price-amount.amount {
    font-size: 16px;
    font-weight: 600;
    color: #000;
	padding: 10px 15px;
}
select.orderby {
    padding: 10px;
    border-radius: 5px;
    background: #ebffa1;
    border-color: #ebffa1;
}

p.logged-in-as a {
    color: #1d2125;
}


section.related.products > h2 {
    font-size: 2rem;
	margin-bottom: 30px;
	font-weight: 700;

}
.woocommerce-Tabs-panel h2 {
    font-size: 1.5rem;
    font-weight: 700;
}
.summary.entry-summary .product_meta span.posted_in a {
    text-decoration: none;
    color: #007eed;
}
 button.wp-block-search__button.wp-element-button {    padding: 7px 25px;}

 .single-product .nav-links {
	width: 100%;
	max-width: 82%;
	margin: 0 auto;
}

.nav-links a {
	color: #000;
	padding: 10px 25px;
	background: #ebffa1;
	border-radius: 50px;
	text-align: left;
  float: left;
}
#commentform input {
	width: 100%;
	padding: 15px;
	border-radius: 5px;
}

#commentform input#submit {	width: max-content;
}

#commentform #wp-comment-cookies-consent {
	width: max-content;
}
.related.products {
	margin: 50px 0;
}

.about-content .banner {
	background-image: url('/wp-content/uploads/2024/11/young-sports-people-training-morning-gym-1-scaled.jpg'); /* Replace with your image */
	background-size: cover;
	background-position: center;
	height: 60vh;
	color: white;
	position: relative;
}
.about-content .banner-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.about-content .banner-content {
	position: relative;
	z-index: 2;
}
section.about-content .banner-content h1 {
    font-weight: 700;
}


form.wpcf7-form input, form.wpcf7-form textarea {
    padding: 15px;
    width: 100%;
    margin: 10px 0;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
}

form.wpcf7-form input.wpcf7-submit {
    width: max-content;
    padding: 12px 35px;
    background: #ebffa1;
    border-radius: 50px;
    border-color: #ebffa1;
}

.contact-section .col-md-6 img {
    width: 259px;
    margin: 20px 0;
}


.list-groups {
    margin: 0;
    padding: 0;
}

.list-groups li {
	margin: 20px 0 0;
}

.list-groups li a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: none !important;
	box-shadow: none !important;
}


.navbar-toggler{border: none !important;}

.footer-top .btn.btn-secondary:hover {
	background: #fff;
	color: #000;
}

#primary-menu li.current_page_item {
	background: #ebffa1;
	color: #000 !important;
}
.wc-block-components-panel__button {
	color: #fff !important;
}
#primary-menu li.current_page_item  a span{color: #000 !important;}
.woocommerce-form.woocommerce-form-login.login {
	width: 100%;
	max-width: 70%;
	margin: 20px auto;
	  background: #000;
}
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wc-block-components-panel__button {
	color: #fff !important;
}
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
	color: #fff !important;
}
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
	background: #000;
}

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item__label {
	color: #fff;
}
.woocommerce-form.woocommerce-form-login.login label {
	color: #fff;
}
.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
	background: #000;
}
.wp-block-woocommerce-checkout-order-summary-block {
	background: #000;
}

.wc-block-components-panel__button {
	color: #fff;
}
.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value , .wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-footer-item-tax-value{
	color: #ebffa1;
}
.wp-block-woocommerce-checkout-order-summary-block  .wc-block-components-totals-item__label {
	color: #fff;
}
.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper span, .wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper p {
	color: #fff;
}
body.woocommerce-account button.button {
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 14px 26px !important;
    background: #ebffa1 !important;
}
body.woocommerce-account .select2-container .select2-selection--single {
    height: 44px !important;

}
.quiz-results .card svg circle {

    stroke: #000 !important;
}
.quiz-results .card svg circle:last-of-type {
    stroke: #ebffa1 !important;
}
.woocommerce-address-fields__field-wrapper input, .woocommerce-address-fields__field-wrapper select {
    padding: 10px !important;
}

#quiz_section .col-12 {
	padding: 15px;
	border-radius: 5px;
}



div#quiz_section {
    margin-top: 25px;
}

.quiz-question {
    border: 1px solid #ebffa1;
    margin: 10px 0;
    padding: 15px;
    border-radius: 5px;
    background: #ebffa1;
}


/* .quiz-question ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
} */




#lessonTabContent .tab-pane  a.btn.btn-primary:hover {
    background: #000;
    color: #fff;
    border-color: #ebffa1;
}


#lessonTabContent .tab-pane  p a.btn.btn-primary{
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 50px;
    font-size: 14px !important;
    padding: 10px 20px;
}


ul#pastLessonsTab p {
    color: #fff;
}



#lessonTabContent .tab-pane h3 {
    margin: 15px 0;
}





.free_tryl {
	padding: 10px 35px;
	text-decoration: none;
	background: #d0ef5f;
	border-radius: 50px;
	display: flex;
	width: max-content;
	justify-content: center;
	margin: 20px auto;
}

.woocommerce-LostPassword.lost_password a {
	color: #fff;
}

.woocommerce-page .entry-content .woocommerce {
	margin-bottom: 45px;
}
#exampleModal .modal-dialog {
	width: 100% !important;
	max-width: 75%;
	margin: 40px auto;
}


.banner-section .btn.btn-primary {
	padding: 10px 35px;
	border-radius: 50px;
	font-family: 'din-pro' !important;
	background: #ebffa1;
	color: #000 !important;
	border-color: #ebffa1;
}



#exampleModal .modal-body .btn.btn-primary {
	display: flex;
	width: max-content;
	justify-content: center;
	margin: 0 auto;
	padding: 10px 35px;
	font-size: 18px !important;
}

#exampleModal .modal-dialog .modal-content {
	padding: 50px;
}
#exampleModal .modal-dialog .modal-content > div {
	padding: 20px;
}

.slick-slide a {
	cursor: pointer;
}

.woocommerce table.shop_table {
	font-family: "Din pro";
	font-weight: 400;
}

address {
	font-family: "Din pro";
}
body.woocommerce-account .woocommerce {
    margin-bottom: 50px;
}
.banner-section .btn.btn-primary:active {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
#exampleModal .modal-body .btn.btn-primary:hover , .banner-section .btn.btn-primary:hover {
    background: #000;
	border-color: #000;
    color: #fff !important;
}
.wc-block-components-order-summary-item__quantity span {
    color: #000 !important;
}


.bg .minset .row > div:last-child {
    padding-left: 0 !important;
}


.mindset-section img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 0 auto;
    display: flex;
}


.Growths {
    background: #ebffa1;
}

.mindset-section {
    padding: 50px 0;
}

.mindset-section .mindset-column > div {
    margin-bottom: 15px;
}

.minset  .align-items-center.p-5 ul {
    margin: 0;
    padding: 0;
    padding-left: 0px;
}
.bg .minset p {
    margin-bottom: 5px;
}


body.page-template-nutrition .about-content .banner {
    background-image: url('https://fitness.evgigsoft.com/wp-content/uploads/2024/11/Nutrition-banner.jpeg');

}

.minset .align-items-center.p-5 ul {list-style: none;}


.minset .align-items-center.p-5 ul li{position: relative;display: flex;align-items: center;gap: 10px;}


.minset .align-items-center.p-5 ul li::before {
    content: "";
    background: url(https://fitness.evgigsoft.com/wp-content/uploads/2024/11/arrowss-removebg-removebg-preview.png);
    width: 20px;
    height: 20px;
    display: block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

body .about-content .Nutrition .row > div.img-column  ,  body .about-content .minset  .row > div.img-column {
    position: relative;
    padding: 0;
    width: 570px;
    height: 400px;
    overflow: hidden !important;
    border-radius: 50px;
}
body .about-content .Nutrition .row > div.img-column img , body .about-content .minset  .row > div.img-column img{
    height: 100%;
    object-fit: cover;
    object-position: top center;
    width: 100%;
	transition: 0.3s;

}



body .about-content .Nutrition .row > div.img-column img:hover ,  body .about-content .minset  .row > div.img-column img:hover{
    transform: scale(1.1);
}
.bg .minset .row > div:first-child {
    padding-left: 0 !important;
}
.page-template-about_us-php .about-content .banner {
    background-image: url('https://fitness.evgigsoft.com/wp-content/uploads/2024/11/people-working-out-indoors-together-with-dumbbells-scaled.jpg');

}

.page-template-contact-us  .about-content .banner {
    background-image: url('https://fitness.evgigsoft.com/wp-content/uploads/2024/11/full-shot-woman-doing-push-ups-scaled.jpg');
}

body.home  .banner::before {
	content: "";
	background-color: #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
}


.Training {
	margin-bottom: 5rem;
}

.custom-logo {
	filter: brightness(0) invert(1);
}
.Welcome p , .minset p , .Nutrition p , .col-section p , .footer-top p {
	color: #000 !important;
}

body.page-template-leaderboard  .about-content .banner {
	background-image: url('/wp-content/uploads/2024/11/person-sport-gym-using-kettlebells-scaled.jpg');
	background-position: top center;

}


.leaderboard > div h4 {
	margin-bottom: 40px;
}



.leaderboard > div:last-child h4 {
	margin-bottom: 40px;
}
.leaderboard.container > div.Non_participation > div p:first-child {
	text-align: left;
	padding-left: 71px;
}

.progress {
	background: #000 !important;
	justify-content: flex-start;
	border-radius: 100px !important;
	align-items: center;
	position: relative;
	/* padding: 0 0; */
	display: flex;
	height: 40px;
	width: 194px;
	border: none;
	margin-left: auto;
}

.progress-value {
	animation: load 3s normal forwards;
	box-shadow: none;
	border-radius: 100px;
	background: #f1c209;
	height: 30px;
	width: 0;
	border: none;
}

  @keyframes load {
	0% { width: 0; }
	100% { width: 68%; }
  }



 body .progress .bg-danger {
	background-color: rgba(166, 8, 223, 0.97) !important;
}

.leaderboard > div {
	width: 70%;
}

.score-status{
	margin-left: auto;
}
 #pastLessonsTab .pastday {
  background-color: #c00;
  color: #fff !important;
  border-radius: 60px;
}

  #pastLessonsTab .pastday_complete {
	background: rgb(201, 249, 23);
    color: #000 !important;
	border-radius: 60px;
  }

  .quiz-status {
    display: flex;
    align-items: center;
    gap: 15px;
	justify-content: center;
    margin-bottom: 50px;
}

.status-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
}

.status-dot.red {
    background-color: #c00;
}

.status-dot.gray {
    background-color:rgb(201, 249, 23);
}

.status-dot.green {
    background-color: #000;
}
#pastLessonsTab .nav-item
{
	padding-bottom: 8px;
}
.woocommerce-page .entry-content .woocommerce{
	margin-top:50px;
}
nav.woocommerce-MyAccount-navigation ul{
	padding: 0;
}


.leaderboard {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 75px;
}

.leaderboard div ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.leaderboard > div {
	width: 75%;
	padding: 50px;
	border: none;
	border-radius: 20px;
	background: #ebffa1;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	margin: 0 auto;
}
.leaderboard div ul li {
	display: flex;
	align-items: center;
	gap: 15px;
	border-bottom: 1px solid #000;
	padding: 10px;
}

.leaderboard div ul li img {
	width: 50px;
	border-radius: 50%;
}

.leaderboard div ul li p {
	margin: 0;
	line-height: 1;
}

.leaderboard  .Participation   li p:last-child {
	margin-left: auto;
}

.leaderboard .Participation li > div:nth-child(2){
	padding-left: 65px !important;
	position: relative;
}

.leaderboard .Participation li:first-child > div:nth-child(2)::before {
	content: "";
	background: url(/wp-content/uploads/2024/11/troffy.png);
	height: 30px;
	width: 30px;
	display: block;
	position: absolute;
	left: 10%;
	background-size: contain;
	background-position: center center;
	top: 25%;
}

.leaderboard.container > div > div p:last-child {
	text-align: right;
	padding-right: 10px;
}

.leaderboard.container > div > div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.leaderboard.container > div > div p:nth-child(2) {
	text-align: left;
}

.leaderboard.container > div > div p {
	width: 100%;
}

.leaderboard.container > div > div p {
	width: 100%;
	margin-bottom: 0;
	font-weight: 600;
}

.leaderboard.container > div > div p:first-child {
	width: 100%;
	max-width: 23% !important;
}

.leaderboard > div:last-child h4 {
	margin-bottom: 32px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 4px;
}

.progress-bar {
	font-weight: 600;
}
.leaderboard div ul li:first-child {
	background: #000;
	border-radius: 5px;
}
.leaderboard div ul li:first-child  p{color: #fff;}

.leaderboard div ul li:first-child strong {
	color: #fff;
}
.leaderboard div ul li div p {
	font-size: 12px;
}
.leaderboard div ul li:first-child .progress {
	background: #fff !important;
}

.leaderboard.container {
	display: block;
}


.leaderboard.container img {
	margin: 0 auto;
	display: flex;
}
.leaderboard.container h4 {
	text-align: center;
	font-size: 45px;
	font-weight: 700;
}








@media only screen and (max-width: 1200px) {
	a.navbar-brand {
		width: 154px;
		padding: 0;
	}
	a.btn.btn-primary {
		font-size: 14px;
	}
	.navbar.navbar-expand-lg.navbar-dark.bg-dark .container {
		width: 100%;
		max-width: 100%;
		padding: 0 15px;
	}

	.posts {
		width: 100%;
		max-width: 95%;
		padding: 50px 4px;
		margin: 0 auto;
	}
	.container-sections > div {
		width: 100%;
		max-width: 100%;
	}
	.leaderboard .Participation li strong {
		font-size: 13px;
	}
	.Performance {
		width: 100%;
		max-width: 100%;
	}
	.leaderboard.container > div.Non_participation > div p:first-child {
		text-align: left;
		padding-left: 67px;
	}
	body.woocommerce-checkout main#primary .type-page , .comments-area , .woocommerce-cart main#primary .type-page , body.type-product  main#primary .type-product  , aside.widget-area{
		width: 100%;
		max-width: 100%;
		margin: 40px auto;
		padding: 0 15px;
	}

	#exampleModal .modal-dialog {
		width: 100% !important;
		max-width: 80%;
		margin: 40px auto;
	}

	body .leaderboard {
		display: grid;

	}

	body .leaderboard > div {
		width: 100%;
		overflow: hidden;
	}

	body .leaderboard .Participation li > div:nth-child(2) {
		padding-left: 40px !important;
	}

	body .leaderboard .Participation li:first-child > div:nth-child(2)::before {
		height: 20px;
		width: 20px;
	}
	body .leaderboard  div ul li p {
		font-size: 13px;
	}
	body .leaderboard div ul li img {
		width: 100%;
		border-radius: 50%;
	}

	body .leaderboard > div > div p:first-child {
		width: 100%;
		max-width: 100% !important;
	}


	body .leaderboard > div:last-child h4 {
		margin-bottom: 10px;
	}
	body .leaderboard  li > div:nth-child(2) {
		padding-left: 40px !important;
		width: 69px;
	}
	body .leaderboard > div.Non_participation ul li img {
		width: 32px;
	}
	.leaderboard div ul li {
		gap: 6px;
	}

	body .leaderboard > div.Non_participation ul li > div:nth-child(2) {
		padding-left: 6px !important;
	}

	body .leaderboard > div.Non_participation ul li strong {
		font-size: 13px;
	}

	.leaderboard div ul li {
		gap: 8px;
	}
}

@media only screen and (max-width: 991px) {

	.navbar-collapse ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
		float: unset;
		margin-left: 0;
		margin-right: auto;
	}

	#navbarNav {
		padding-bottom: 25px;
	}

	/*.active {
		display: block !important;
		position: absolute;
		left: 0;
		background: #000;
		height: 100%;
		min-height: 100vh;
		top: 0;
		width: 100%;
		max-width: 70%;
		padding: 0 15px;
	}
*/
	.active  ul.navbar-nav.me-auto.mb-2.mb-lg-0 li:first-child a {
		background: transparent;
		color: #fff;
	}

	.woocommerce-form.woocommerce-form-login.login {
		width: 100%;
		max-width: 100%;
		margin: 20px auto;
	}
	.navbar a.btn.btn-primary {
		width: max-content;
	}
	.navbar-toggler {
		padding: 0;
		border: none;
		color: #fff;
	}

	ul.navbar-nav a {
		padding: 0px 12px !important;
		font-size: 14px;
	}
	.banner {
		margin-bottom: 27px;
	}

	#primary-menu li.current_page_item {
		background: transparent;
		color: #fff !important;
	}

	#primary-menu li.current_page_item  a span{color: #fff !important;}



}
@media only screen and (max-width: 1050px) {


ul.navbar-nav a {
	font-size: 12px;
}


}





@media only screen and (max-width: 767px) {

	.Nutrition {
		padding: 0 15px;
		overflow: hidden;
		width: 100%;
		max-width: 100%;
	}
	body.home .banner .banner-content {
		width: auto;
		max-width: 100%;
		padding-left: 15px;
		padding-top: 50px;
	}
	body .about-content .Nutrition .row > div.img-column, body .about-content .minset .row > div.img-column {
		position: relative;
		padding: 0;
		width: 94%;
		height: 400px;
		overflow: hidden !important;
		border-radius: 50px;
		max-width: 100% !important;
		margin: 0 auto;
	}


	body .container.Nutrition.minset.mb-5.mt-5 .row > div:first-child {
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-top: 5px !important;
	}

	.bg .container.minset.mb-5.mt-5 .row .col-md-6.d-flex.align-items-center.p-5 {
		order: 2;
		padding: 7px 15px !important;
	}

	.minset .align-items-center.p-5 ul li::before {
		width: 16px;
		height: 15px;

	}

	.leaderboard > div {
		width: 75%;
		padding: 15px;
	}

	body .leaderboard div ul li p {
		font-size: 11px;
	}

	.leaderboard .Participation li strong {
		font-size: 11px;
	}
	body .leaderboard li > div:nth-child(2) {
		padding-left: 40px !important;
		width: 155px;
	}

	body .leaderboard .Participation li > div:nth-child(2) {
		padding-left: 28px !important;
	}

	.leaderboard .Participation li:first-child > div:nth-child(2)::before {
		left: 0%;
	}

	.leaderboard.container > div > div p {
		font-size: 13px;
		margin-bottom: 0;
	}


	.Mentorship > div {
		padding: 55px 15px 50px 0px;
	}
	#lessonTabContent {
  padding: 20px 0;
}

	.slider   .slick-dots li button::before {
	font-size: 11px !important;
}
.slick-dots li {
	margin: 0 0px;
}

div#quiz_section > div {
    width: 100%;
}
.slick-dots li button::before {
	line-height: 66px !important;
}

div#quiz-results {
    float: unset;
}


.questions {
    max-width: 100%;
}
body.page-template-Nutrition  .Nutrition .row > div:first-child {
	padding-right: 15px;
	margin-top: 0.5rem !important;
}
body.page-template-mindset .minset .row > div:last-child {
	padding-left: 15px;
	margin-top: 0.5rem !important;
}
.banner-section {
	height: 552px;
}
.footer-top h2 {
	line-height: 1;
}
.list-groups {
	margin-bottom: 15px;
}
body .about-content .contact-section .col-md-6 img {
	margin-bottom: 0 !important;
}
footer ul {
	padding: 0;
	display: grid;
	justify-content: start;
	gap: 20px;
	list-style: none;
	flex-wrap: wrap;
	padding: 0 15px;
    margin: 0 auto;
}
footer ul li {
	text-align: left;
}

.Nutrition p br, .minset p br {
	display: none;
}
footer .container-fluid.pt-3 .col-md-4.text-center > ul:nth-child(2) li:last-child a {
	border-left: none;
	padding-left: 0;
}
.minset .row > div:first-child::before {
	content: "";
display: none;
}
.Nutrition .row > div:last-child::before {
	content: "";
	display: none;
}

.section-Mentorship .row > div:first-child {
	order: 2;
}

footer ul.social {
	display: flex;
}
.footer-top .row {
	gap: 30px;
}
.footer-top {
	padding-bottom: 0;
}

.footer-top .container.mt-5 {
	margin-top: 0 !important;
}
.footer-top h2 {
	font-size: 30px;
	margin: 9px 0;
}
.footer-top .col-md-6 > p:first-child {

	margin-bottom: 0;
}

.col-section {
	margin-bottom: 0 !important;
}

.col-section h1 {
	font-size: 27px;
	font-weight: 700;
}

.col-section .container.mt-5 {
	margin-top: 0rem !important;
}

.col-section {
	background: #fbfeed;
	padding: 30px 0;
}

.Nutrition .row > div:first-child {
	order: 2;
}

.Nutrition .row > div:last-child {
	order: 1;
}

.Nutrition .row > div:first-child {
	padding-right: 15px;
	margin-top: 0.5rem !important;
}
.Welcome h2 {

	font-size: 30px;
}
.minset .row > div:last-child {
	padding-left: 15px;
	margin-top: 0.5rem !important;
}

body.woocommerce-account main#primary .type-page {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

h1.banner-title {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
a.btn.btn-secondary {
	padding: 7px 22px;
	border-radius: 50px;
	background: #15191d;
	text-transform: uppercase;
	font-size: 13px;
}


.banner-overlay a.btn.btn-primary {
	padding: 8px 21px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px !important;
}
p.banner-subtitle {
	font-size: 18px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #ebffa1;
}
form.woocommerce-EditAccountForm.edit-account > p {
    width: 100%;
    float: unset;
    display: block;
}
body h2 {
	font-size: 45px;
	font-weight: 800;
	font-family: "Din pro";
	font-style: normal;
	font-weight: 800;
}
.Welcome .col-md-6 > p:last-child {
	margin-bottom: 20px !important;
}
p {
	margin-bottom: 10px;
}
.minset img, .Nutrition img {
	border-radius: 22px;
}

a.navbar-brand {
	width: 180px;
	padding: 0;
}
footer ul:first-child {
	gap: 30px;
	margin-bottom: 25px;
}


.container-sections {
	padding: 1px 0;
	background: #fbfded;
}

.Performance {
	padding-top: 0 !important;
}

.section-Mentorship {
	margin-bottom: 15px !important;
}

.Performance .row > div:last-child {
	padding-left: 15px;
	padding-top: 10px;
}

.Performance br {
	display: none !important;
}

.minset h3, .Nutrition h3 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 0 !important;
}

.Nutrition .row > div:last-child img {
	height: auto;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}

.Healthy_Habbits .row > div:first-child img {
	height: auto;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}
}

.needsclick{
	display:none!important;
}
