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

ms2s 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, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
    margin-bottom: 1rem;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2.25rem;
}

h3, .h3 {
    font-size: 2rem;
}

h4, .h4 {
    font-size: 1.75rem;
}

h5, .h5 {
    font-size: 1.5rem;
}

h6, .h6 {
    font-size: 1.25rem;
}

.page-template-default .h1, 
.page-template-default .h2, 
.page-template-default .h3, 
.page-template-default .h4, 
.page-template-default .h5, 
.page-template-default .h6, 
.page-template-default h1, 
.page-template-default h2, 
.page-template-default h3, 
.page-template-default h4, 
.page-template-default h5, 
.page-template-default h6,
.page-template-template-repeater h1,
.page-template-template-repeater h2,
.page-template-template-repeater h3,
.page-template-template-repeater h4,
.page-template-template-repeater h5,
.page-template-template-repeater h6,
.page-template-template-repeater .h1,
.page-template-template-repeater .h2,
.page-template-template-repeater .h3,
.page-template-template-repeater .h4,
.page-template-template-repeater .h5,
.page-template-template-repeater .h6
{
	font-size: 24px;
    color: #EB9447;
    font-weight: 700;
    margin-bottom: 1rem;
}

.page-template-default .h4, 
.page-template-default .h5, 
.page-template-default .h6, 
.page-template-default h4, 
.page-template-default h5, 
.page-template-default h6 {
	font-size: 24px;
}

/* 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;
	outline: none!important;
}

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: "Figtree", serif;
    font-size: 16px;
    color: #262626;
    font-weight: 400;
    line-height: 175%;
}

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

p {
	margin-bottom: 1em;
}

p:last-child {
	margin-bottom: 0;
}

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: 8px 0;
	padding-left: .75em;
}

ul, ol {
	margin: 0 0 1.5em;
    padding-left: 2em;
}

ul li,
ol li {
	margin-bottom: 8px;
}

ul li:last-child,
ol li:last-child {
	margin-bottom: 0;
}

ul li::marker,
ol li::marker {
    color: #EB9447;
}

ul.alphabet {
	list-style: lower-alpha;
}

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: #0d6efd;
	opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

a:focus,
a:active {
	color: #0d6efd;
}

a:hover {
	opacity: 0.6;
}

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

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

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


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

a {
    text-decoration: none;
}

label {
	margin: 0 0 5px;
}

.btn.btn-orange,
.box.main-account .woocommerce-MyAccount-content a.btn.btn-orange,
.section-default .btn.btn-large {
	background: #EA9346;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
    padding: 10px 20px;
	border-radius: var(--bs-border-radius);
}

.btn.btn-transparent {
	background: transparent;
	border: 1px solid #EA9346;
    font-size: 16px;
    color: #EA9346;
    font-weight: 700;
    padding: 10px 20px;
}

.btn.btn-white {
	background: #FFFFFF;
    font-size: 16px;
    color: #EA9346;
    font-weight: 700;
    padding: 10px 20px;
}

.material-symbols-rounded {
    font-variation-settings:
    'FILL' 0,
    'wght' 200,
    'GRAD' 0,
    'opsz' 24
}

.object-cover {
	object-fit: cover;
}


.site-header {
	background: linear-gradient(180deg, rgba(108, 147, 121, 0.8) 15%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    padding: 24px 0;
    z-index: 99;
    transition: all 0.4s ease-in-out;
}

body.home .site-header {
	/* background: linear-gradient(180deg, rgba(27, 91, 51, 0.75) 0%, rgba(27, 89, 49, 0) 100%); */
	background: none;
}

.site-header .site-branding img {
    height: 94px;
	padding: 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255);
}

.site-header .nav-top {
    border-bottom: 1px solid #FFFFFF40;
    padding-bottom: 12px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-navigation,
.top-navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.main-navigation li,
.top-navigation li,
.top-nav-socmed li {
	margin: 0;
}

.main-navigation li a,
.top-navigation li a,
.top-nav-socmed li a {
	display: inline-block;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    vertical-align: middle;
    line-height: 100%;
}

.top-navigation li a {
    font-size: 15px;
}

.top-navigation li a span {
	font-size: 20px;
}

.top-navigation .menu-cart a {
	position: relative;
}

.top-navigation .menu-cart .cart-total {
	display: inline-block;
    background: #EA9346;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: -10px;
	font-size: 12px;
}

.top-nav-socmed {
	list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.top-nav-socmed li.menu-nav-icon a {
	display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    padding: 1px 4.5px;
    text-align: center;
}

ul.main-navigation > li.menu-item-has-children a span {
	font-size: 18px;
    margin-left: 5px;
    vertical-align: middle;
}

ul.main-navigation > li.menu-item-has-children.menu-open > .sub-menu {
	display: block;
}

ul.main-navigation > li.menu-item-has-children > .sub-menu {
	display: none;
	box-shadow: 0px 4px 11.5px 0px #00000026;
    background: #EB9447;
    border-radius: 6px;
    position: absolute;
    top: 48px;
    width: 200px;
    z-index: 9;
    text-align: left;
}

ul.main-navigation > li.menu-item-has-children > .sub-menu li {
	padding: 12px 15px;
    border-bottom: 1px solid #D9D9D9;
}

ul.main-navigation > li.menu-item-has-children > .sub-menu li:last-child {
	border-bottom: none;
}

ul.main-navigation > li.menu-item-has-children > .sub-menu li a {
	font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

body.home .site-header.header-orange,
.site-header.header-orange {
	position: fixed;
	background: #EB9447;
	padding: 12px 0;
	transform: translateY(0);
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

body.home .site-header.header-orange .site-branding img,
.site-header.header-orange .site-branding img {
	height: 65px;
}

body.home .site-header.header-orange  .site-header .nav-top,
.site-header.header-orange .site-header .nav-top {
	padding-bottom: 8px;
    margin-bottom: 8px;
}

body.home .site-header.header-orange .main-navigation li,
.site-header.header-orange .main-navigation li,
body.home .site-header.header-orange .top-navigation li,
.site-header.header-orange .top-navigation li {
	line-height: 100%;
}

body.home .site-header.header-orange .main-navigation li a,
.site-header.header-orange .main-navigation li a {
	font-size: 16px;
}

body.home .site-header.header-orange .top-navigation li a,
.site-header.header-orange .main-navigation li a {
	font-size: 14px;
}

body.home .site-header.header-orange .top-nav-socmed li.menu-nav-icon a, 
.site-header.header-orange .top-nav-socmed li.menu-nav-icon a {
	padding: 0 4.5px;
}

.site-header .hamburger-menu {
    display: inline-block;
    font-size: 28px;
    color: #1A1A1A;
    line-height: 100%;
    padding: 0;
    border: none;
    vertical-align: middle;
}

.site-header .hamburger-menu span {
    display: block;
    background-color: #EB9447;
    width: 30px;
    height: 3px;
    margin-bottom: 7px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
} 

.site-header .hamburger-menu span:last-child {
    margin-bottom: 0;
}

.graph-footer {
	margin-top: -55px;
}

.site-footer {
    color: #FFFFFF;
    position: relative;
}

.site-footer .footer-top {
    background: #EB9447;
    padding: 48px 0;
}

.site-footer .footer-bottom {
    background: #E67919;
    padding: 16px 0;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 100%;
}

.site-footer .foot-branding img {
    height: 94px;
}

.site-footer .footer-socmed {
    list-style: none;
    margin: 32px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 24px;
}

.site-footer .footer-socmed li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    font-size: 18px;
    color: #FFFFFF;
    padding: 2px 0;
}

.site-footer .foot-newsletter {
    margin-top: 32px;
}

.site-footer .foot-newsletter .mc_custom_border_hdr {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.site-footer .foot-newsletter .mc_form_inside .mc_merge_var {
	margin-bottom: 8px;
}

.site-footer .foot-newsletter .mc_subheader,
.content-newsletter .mc_subheader {
	display: none;
}

.site-footer .foot-newsletter .mc_var_label,
.content-newsletter	.mc_var_label {
	line-height: 100%;
}

.site-footer .foot-newsletter .mc_input,
.content-newsletter	.mc_input {
    font-size: 14px;
    line-height: 100%;
    padding: 8px;
    border-radius: 8px;
    display: block;
    width: 100%;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.site-footer .foot-newsletter .mc_signup_submit .mc_signup_submit_button {
	background-color: transparent;
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 100%;
    width: 100%;
    margin-top: 10px;
    padding: 8px 0;
}

.site-footer .foot-terms {
    font-size: 14px;
    line-height: 18px;
    margin-top: 16px;
}

.site-footer .foot-terms a {
    font-weight: 700;
}

.site-footer .footer-info {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .footer-info .menu-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.site-footer .footer-info li {
    margin-bottom: 12px;
    line-height: 125%;
}

.site-footer .footer-info li:last-child {
    margin-bottom: 0;
}

.site-footer .footer-info li a {
    font-size: 16px;
    color: #FFFFFF;
}


.body-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: .85;
    width: 100%;
    height: 100%;
    z-index: 9998;
	display: none;
}

body.blackout {
    overflow: hidden;
}

body.blackout .body-overlay {
    display: block;
}


.mobile-menu {
    background: #FFFFFF;
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -1000px;
    z-index: 99999;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu .mobile-menu-top {
    padding: 16px 20px;
}

.mobile-menu .mobile-menu-top img {
    height: 50px;
}

.mobile-menu .mobile-menu-top .mmt {
	border-bottom: 1px solid #F2F2F2;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.mobile-menu .mobile-menu-top .mmt:last-child {
	margin-bottom: 0;
}

.mobile-menu .mobile-menu-top .btn.btn-closed {
    padding: 0;
    border: none;
    font-size: 0;
    color: #EB9447;
}

.mobile-menu .mobile-menu-top .btn.btn-closed span {
	font-size: 24px;
}

.mobile-menu .mobile-menu-top .btn.btn-orange {
	font-size: 14px;
	vertical-align: middle;
}

.mobile-menu .mobile-menu-top .btn.btn-text {
	width: 100%;
}

.mobile-menu .mobile-menu-top .btn.btn-icon {
	font-size: 0;
	padding: 8px;
}

.mobile-menu .mobile-menu-top .btn.btn-icon span {
	font-size: 25px;
}

.mobile-menu .mobile-menu-bottom {
	padding: 6px 20px;
}

.mobile-menu .mobile-menu-bottom ul.mobile-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu .mobile-menu-bottom ul.mobile-nav-menu li a {
    display: block;
    padding: 12px 0;
    color: #4D4D4D;
    font-weight: 600;
    line-height: 100%;
    border-bottom: 1px solid #F2F2F2;
}

.mobile-menu .mobile-menu-bottom ul.mobile-nav-menu li.active a, .mobile-menu .mobile-menu-bottom ul.mobile-nav-menu li a:hover {
	color: #EB9447;
	font-weight: 700;
}

.mobile-menu .mobile-menu-bottom ul.mobile-nav-menu li.active span {
	transform: rotate(180deg);
}

.mobile-menu .mobile-menu-bottom ul.mobile-nav-menu li.menu-item-has-children {
	position: relative;
}

.mobile-menu .mobile-menu-bottom ul.mobile-nav-menu li.menu-item-has-children span {
	position: absolute;
    top: 8px;
    right: -4px;
    color: #808080;
	font-size: 26px;
}

.mobile-menu .mobile-menu-bottom ul.mobile-nav-menu li.menu-item-has-children.active span {
	color:#EB9447;
}

.mobile-menu .mobile-menu-bottom li.menu-item-has-children ul.sub-menu {
	display: none;
	list-style: none;
    margin: 0;
    padding: 10px 0px;
}

.mobile-menu .mobile-menu-bottom li.menu-item-has-children ul.sub-menu.visible {
	display: block;
}

.mobile-menu .mobile-menu-bottom li.menu-item-has-children ul.sub-menu li {
	position: relative;
}

.mobile-menu .mobile-menu-bottom li.menu-item-has-children ul.sub-menu li a {
	padding: 4px;
    font-size: 15px;
    color: #757575;
    font-weight: 400;
    border: none;
	padding: 10px 0;
}

.mobile-menu .mobile-menu-bottom li.menu-item-has-children ul.sub-menu li a span {
	display: block;
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
}

.mobile-menu .mobile-menu-bottom li.menu-item-has-children ul.sub-menu li a i {
	position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 12px;
    color: #0A3D51;
}


.back-to-top {
	background: #EB9447;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
	position: fixed;
    bottom: 85px;
    right: 15px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    z-index: 1003;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.back-to-top.active {
	opacity: 1;
}

.back-to-top span {
	font-size: 38px;
    color: #FFFFFF;
}


.box {
    padding: 72px 0;
}
.box.section-repeater,
.box.section-default,
.box.section-list-news,
.box.single-post,
.box.main-account {
	padding: 72px 0 100px;
}


.entry-header {
	margin-bottom: 32px;
}

.entry-header .entry-title {
    font-size: 32px;
    color: #EB9447;
    font-weight: 700;
    margin: 0;
}


.breadcrumbs {
    margin-bottom: 40px;
}

.breadcrumbs .breadcrumbs-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.breadcrumbs .breadcrumbs-menu li {
	margin: 0;
}

.breadcrumbs .breadcrumbs-menu li,
.breadcrumbs .breadcrumbs-menu li a {
    font-size: 16px;
    color: #808080;
	text-transform: capitalize;
}

.breadcrumbs .breadcrumbs-menu li.separator {
    color: #EB9447;
    line-height: 100%;
}

.breadcrumbs .breadcrumbs-menu li.separator span {
	vertical-align: middle;
}

.breadcrumbs .breadcrumbs-menu li.current {
    color: #262626;
}


.sidebar-menu, .woocommerce-MyAccount-navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #F2F2F2;
    border-left: 8px solid #EB9447;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.sidebar-menu li, .sidebar-menu li a, .woocommerce-MyAccount-navigation ul li {
	margin: 0;
}

#menu-main-navigation-2.sidebar-menu li {
	display: none;
}

#menu-main-navigation-2.sidebar-menu li.current_page_item ul.sub-menu li, 
#menu-main-navigation-2.sidebar-menu li.current_page_item,
#menu-main-navigation-2.sidebar-menu li.current_page_parent ul.sub-menu li, 
#menu-main-navigation-2.sidebar-menu li.current_page_parent,
#menu-main-navigation-2.sidebar-menu li.current-menu-parent ul.sub-menu li,
#menu-main-navigation-2.sidebar-menu li.current-menu-parent {
	display: block;
}


.sidebar-menu li a, 
.woocommerce-MyAccount-navigation ul li a  {
    display: block;
    background: #FAFAFA;
    padding: 20px 32px;
    border-bottom: 1px solid #F2F2F2;
    font-size: 18px;
    color: #4D4D4D;
}

.sidebar-menu li:last-child a {
    border-bottom: none;
}

.sidebar-menu li.active a,
.sidebar-menu > li.current-menu-item > a,
.sidebar-menu li.menu-item-has-children ul.sub-menu > li.current-menu-item a,
.sidebar-menu li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #FFFFFF;
    color: #EB9447;
    font-weight: 700;
}

.sidebar-menu li ul.sub-menu {
	list-style: none;
    padding: 0;
    margin: 0;
}

.disable-parent .sidebar-menu .current-menu-parent > a {
	display: none;
}


.section-banner {
    position: relative;
    display: flex;
    align-items: end;
    height: 325px;
}

.section-banner .banner-image,
.section-banner-frontpage .banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
}

.section-banner > .container,
.section-banner-frontpage > .container {
    position: relative;
    z-index: 1;
}

.section-banner .banner-title {
    font-size: 48px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 80px;
	text-transform: capitalize;
}

.section-banner .overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(108, 147, 121, 0.8) 15%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section-banner .graph-header,
.section-banner-frontpage .graph-header {
    position: absolute;
    bottom: -1px;
    width: 100%;
    z-index: 1;
}

.section-banner .graph-header .img-wrap,
.section-banner-frontpage .graph-header .img-wrap {
	position: absolute;
    width: 100%;
    height: 100%;
}

.section-banner-frontpage {
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

.section-banner-frontpage .overlay {
	/*background: linear-gradient(180deg, rgba(0, 0, 0, 0.0375) 0%, rgba(0, 0, 0, 0.1875) 100%);*/
	background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section-banner-frontpage .banner-video {
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.section-banner-frontpage .banner-video-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding-top: 56.25%;
}

.section-banner-frontpage .banner-video-wrapper iframe,
.section-banner-frontpage .banner-video-wrapper wistia-player {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.section-banner-frontpage .banner-text {
	max-width: 700px;
    background: rgba(235, 148, 71, .5);
    border-radius: 16px;
    padding: 24px;
    position: absolute;
    top: 75%;
    left: 15%;
    transform: translate(-15%, -75%);
    z-index: 8;
}

.section-banner-frontpage .banner-text-top,
.banner-text.banner-text-mobile .banner-text-top {
	margin-bottom: 16px;
}

.section-banner-frontpage .banner-text-top .banner-subtitle,
.banner-text.banner-text-mobile .banner-text-top .banner-subtitle {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 0;
}

.section-banner-frontpage .banner-text-top .banner-information {
	list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 90px;
}

.section-banner-frontpage .banner-text-top .banner-information li {
	font-size: 14px;
    color: #FFFFFF;
    margin: 0;
}

.section-banner-frontpage .banner-text-top .banner-timer {
	background: #0000004D;
    border: 1px solid #352F1A80;
    border-radius: 8px;
    max-width: 575px;
    margin: 24px auto 0;
    padding: 10px 24px;
}

.section-banner-frontpage .banner-text-top .banner-timer ul {
	list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

.section-banner-frontpage .banner-text-top .banner-timer ul li {
	font-size: 64px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 100%;
	margin: 0;
}

.section-banner-frontpage .banner-text-top .banner-timer ul li.colon {
	vertical-align: middle;
}

.section-banner-frontpage .banner-text-top .banner-timer ul li.f-85 {
	flex: 0 0 85px;
}

.section-banner-frontpage .banner-text-bottom .banner-title,
.banner-text.banner-text-mobile .banner-text-bottom .banner-title {
	font-size: 40px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 24px;
}

.section-banner-frontpage .banner-text-bottom .banner-button .btn,
.banner-text-bottom .banner-title .banner-text-bottom .banner-button .btn {
	font-size: 20px;
}

.banner-text.banner-text-mobile {
	background: #EB9447;
    padding: 24px 0;
}


.section-about img {
	border-radius: 8px;
}

.section-about .entry-desc {
	font-size: 20px;
}

.section-about .entry-desc strong {
	color: #EB9447;
}

.section-about .entry-desc p {
	margin-bottom: 16px;
}


.section-two-image .two-image {
	position: relative;
}

.section-two-image .two-image .ti-logo {
	position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.section-two-image .two-image .ti-logo img {
	max-height: 200px;
}


.section-article {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.section-article a {
	border-bottom: #0d6efd 1px solid;
	padding-bottom: 2px;
}

.section-article .box-overlay {
	background-color: #000000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-article .box-white {
	position: relative;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 32px 40px;
}

/*.section-article .box-white .entry-text {
	border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(180deg, #E9933C 0%, #1B5B33 100%);
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    padding-left: 16px;
}*/

.section-article .box-white .entry-text a {
	color: #EA9346;
	font-weight: 600;
	border-bottom: none;
	font-size: 17px;
}

.section-article .box-white .item span {
	display: block;
    text-align: center;
    margin-bottom: 8px;
}

.section-article .box-white .item span img {
	max-height: 30px;
}


.section-location .box-white {
	background: #FFFFFF;
    border: 1px solid #EA9346;
    border-radius: 8px;
    padding: 24px;	
}

.section-location .box-white .entry-list .item span {
	display: block;
	font-size: 18px;
    color: #EA9346;
    font-weight: 700;
}


.section-two-side {
	background: #E9933C;
	position: relative;
	height: 580px;
}

.section-two-side .entry-desc a {
	border-bottom: 1px solid #0d6efd;
}

.section-two-side .item-left .img-wrap {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.section-two-side .item-left .img-wrap .bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}

.section-two-side .entry-header .entry-title {
	color: #FFFFFF;
}

.section-two-side .item-inner {
	color: #FFFFFF;
    padding: 60px 0 60px 40px;
}

.section-two-side .item-inner .entry-desc ul li {
	margin-bottom: 0;
}

.section-two-side .item-inner .entry-desc ul li::marker {
	color: #FFFFFF;
}


.section-video .vid-wrap {
	display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.section-video .vid-wrap .vid-title {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    padding: 32px 16px;
    margin: 0;
}

.section-video .vid-wrap .btn-play {
	display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    margin: auto;
    text-align: center;
    z-index: 1;
}

.section-video .vid-wrap .btn-play img {
	max-height: 50px;
}

.section-video .vid-wrap .vid-overlay {
	display: block;
	background-color: #000000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-video .swiperVideo {
	padding-bottom: 24px;
}

.section-video .swiper-pagination {
    bottom: -8px;
    left: 0;
    right: 0;
    text-align: center;
}

.section-video .swiper-pagination .swiper-pagination-bullet {
    background: #EA934640;
    width: 60px;
    height: 6px;
    border-radius: 6px;
    opacity: 1;
    margin: 0 8px;
}

.section-video .swiper-pagination .swiper-pagination-bullet-active {
    background: #EA9346;
}


.section-two-content {
	position: relative;
	height: 525px;
}

.section-two-content .entry-desc a {
	color: #EB9447;
    border-bottom: 1px solid #EB9447;
}

.section-two-content .item-left .item-inner {
	padding: 60px 40px 60px 0;
}

.section-two-content .swiperPartner {
	padding-bottom: 24px;
}

.section-two-content .swiper-pagination {
    bottom: -8px;
    left: 0;
    right: 0;
    text-align: center;
}

.section-two-content .swiper-pagination .swiper-pagination-bullet {
    background: #EA934640;
    width: 40px;
    height: 6px;
    border-radius: 6px;
    opacity: 1;
    margin: 0 8px;
}

.section-two-content .swiper-pagination .swiper-pagination-bullet-active {
    background: #EA9346;
}

.section-two-content .item-right .item-inner .entry-header .entry-title,
.section-two-content .item-right .item-inner .entry-desc ul,
.section-two-content .item-right .item-inner .entry-desc ul li::marker {
	color: #FFFFFF;
}

.section-two-content .item-right .item-inner {
	padding: 60px 0 100px 40px;
}

.section-two-content .img-wrap {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
}

.section-two-content .img-wrap .bg-overlay {
	background-color: #000000;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-two-content .img-wrap .bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}

.section-two-content .item-right .item-inner .entry-socmed {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 24px;
}

.section-two-content .item-right .item-inner .entry-socmed li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #EA9346;
    border-radius: 50%;
    font-size: 18px;
    color: #FFFFFF;
    padding: 3px 0;
    text-align: center;
}


.list-accordion .item-accordion {
	border-bottom: 1px solid #E8E8E8;
	padding: 24px 0;
}

.list-accordion .item-accordion:first-child {
	padding-top: 0;
}

.list-accordion .item-accordion:last-child {
	margin-bottom: 0;
}

.list-accordion .item-heading {
	position: relative;
}

.list-accordion .item-heading .item-title {
	font-size: 20px;
    color: #114056;
    font-weight: 700;
    margin: 0;
    padding-right: 32px;
}

.list-accordion .item-heading .item-number {
	background: #EB9447;
    border-radius: 50%;
    display: inline-block;
    width: 28px;
    height: 28px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    line-height: 28px;
    margin-right: 12px;
}

.product-details .list-accordion .item-heading .item-number {
	padding: 2px 0;
    vertical-align: middle;
}

.product-details .list-accordion .item-heading .item-number span {
	font-size: 20px;
    line-height: 24px;
}

.list-accordion .item-accordion .item-heading a > span {
	position: absolute;
    top: 0;
    right: 0;
    font-size: 28px;
    color: #EB9447;
}

.list-accordion .item-accordion.opened .item-heading a > span {
	transform: rotate(90deg);
}

.list-accordion .item-content {
	margin-top: 16px;
}

.list-accordion .item-content .item-desc {
	font-size: 16px;
    color: #114056;
    line-height: 24px;
}

.list-step .item-content .item-desc h1, .list-step .item-content .item-desc h2, .list-step .item-content .item-desc h3, .list-step .item-content .item-desc h4, .list-step .item-content .item-desc h5, .list-step .item-content .item-desc h6 {
	color: #616161;
}

.list-step .item-content .field-container h3 {
	color: #EB9447;
}

.list-accordion .item-content .item-desc a,
.list-step .item-content .item-desc a {
	color: #EB9447;
    border-bottom: 1px solid #EB9447;
}

.list-step .item-content .item-desc .large-btn {
	color: #fff;
	border-bottom: #fff 1px solid;
	font-weight: bold;
}

.list-step .item-content .item-desc .large-btn:hover {
	opacity: 0.8;
	background-color: #EB9447;
}

.list-step .item {
	border-bottom: 1px solid #E8E8E8;
	padding: 24px 0;
}

.list-step .item:first-child {
	padding-top: 0;
}

.list-step .item-heading {
	background: #EEEEEE;
    padding: 16px;
}

.list-step.step-myaccount .item-heading {
	background: #FFFFFF;
}

.list-step .item-content {
	padding: 16px;
}

.list-step .item-heading .item-title {
	font-size: 20px;
    color: #114056;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.list-step .item-heading .item-number {
	background: #EB9447;
    border-radius: 50%;
    display: inline-block;
    width: 28px;
    height: 28px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    line-height: 28px;
}

.list-step.step-icon .item-heading .item-number span {
    font-size: 20px;
    line-height: 28px;
}


.list-schedule .schedule {
	border-left: 1px solid #B9B9B9;
}

.list-schedule .schedule .item {
	padding: 12px 0 12px 40px;
    position: relative;
}

.list-schedule .schedule .item::before {
  content: '';
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border: 1px solid #B9B9B9;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}

.list-schedule .schedule .item.active::before {
	background: #EA9346;
	border: 1px solid #F4C99D
}

.list-schedule .schedule .item::after {
	content: '';
	background-color: #B9B9B9;
	width: 32px;
	height: 1px;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
}

.list-schedule .schedule .item:hover::after {
	background-color: #F4C99D;
}

.list-schedule .schedule .item .item-outer {
	padding: 8px;
	border: 1px solid transparent;
	border-radius: 8px;
	box-shadow: 0px 2px 12px 0px #0000001F;
	-webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
}

.list-schedule .schedule .item:hover .item-outer {
	background: #FEF8F2;
    border: 1px solid #F4C99D;
}

.list-schedule .schedule .item .item-inner {
	background: #EB9447;
    border-radius: 4px;
    color: #FFFFFF;
    text-align: center;
    padding: 16px 12px;
}

.list-schedule .schedule .item .item-inner .item-number {
	font-size: 32px;
    font-weight: 700;
}

.list-schedule .schedule .item .item-inner .item-day {
	margin-top: 16px;
}

.list-schedule .schedule .item .item-inner .item-month {
	border-top: 1px solid #FFFFFF;
    font-weight: 600;
}

.list-schedule .schedule .item .item-content {
	line-height: 24px;
}

.list-schedule .schedule .item .item-content ul {
	padding-left: 1em;
	margin: 0;
}


.content-testimonial {
	margin-bottom: 32px;
}

.content-testimonial:last-child {
	margin-bottom: 0;
}

.list-testimonial .item-inner {
	background: #FEF8F2;
    border: 1px solid #F4C99D;
    border-radius: 8px;
    padding: 16px;
}

.list-testimonial .item-quote {
	font-size: 14px;
    line-height: 22px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-testimonial .item-name,
.testimonial-popup .popup-name {
	font-weight: 700;
	line-height: 20px;
    margin-top: 16px;
}

.list-testimonial .item-info,
.testimonial-popup .popup-info {
	font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
}

.list-testimonial .btn-more {
	font-size: 14px;
    color: #EB9447;
    font-weight: 600;
    cursor: pointer;
}

.testimonial-popup {
	display: none;
	max-width: 750px;
	border-radius: 8px;
	padding: 32px;
	background: #FEF8F2;
    border: 1px solid #F4C99D;
}

.testimonial-popup p {
	margin: 0;
}

.f-button.is-close-btn,
.fancybox__nav .f-button,
.fancybox__toolbar__column.is-right > .f-button {
	color: #EB9447;
	box-shadow: none;
}


.list-news .item-post {
	border-bottom: 1px solid #F2F2F2;
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.list-news .item-post:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}

.list-news .img-wrap {
	background: #FAFAFA;
    border: 1px solid #F5F5F5;
    border-radius: 8px;
    overflow: hidden;
    padding: 32px 32px 0 32px;
}

.list-news .item-text {
	margin-top: 16px;
}

.list-news .item-title {
	font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.list-news .item-title a {
	color: #EB9447;
}

.list-news .item-info {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}

.list-news .item-info .info-date {
	font-size: 12px;
    color: #808080;
}

.list-news .item-info .info-author {
	font-size: 12px;
    color: #0084C2;
}

.list-news .item-desc {
	margin-top: 12px;
	line-height: 24px;
	overflow: hidden;
}

.list-news .item-desc p {
	margin-bottom: 1em;
}

.list-news .btn.btn-orange {
	font-size: 14px;
}

.single-post .article-title {
	font-size: 32px;
    color: #EB9447;
    font-weight: 700;
    margin: 0 0 8px;
}

.single-post .article-date {
	font-size: 14px;
    color: #808080;
}

.single-post .article-img {
	margin-top: 24px;
}

.single-post .article-desc {
	text-align: left;
    margin-top: 24px;
}

.single-post .article-desc a {
	color: #EB9447;
	border-bottom: #EB9447 1px solid;
}

.post-navigation {
	display: flex;
    align-items: center;
    border-top: 1px solid #E8E8E8;
    padding-top: 1em;
    margin: 1em 0;
}

.post-navigation .nav-button a {
	display: inline-block;
    font-size: 18px;
    color: #EB9447;
    font-weight: 600;
    line-height: 100%;
}

.post-navigation .nav-button a span {
	vertical-align: middle;
}


.entry-quote {
	border-top: 1px solid #E9933C40;
    border-bottom: 1px solid #E9933C40;
    padding: 24px 0;
    text-align: center;
}

.entry-quote span {
	display: inline-block;
}

.entry-quote .quote-title,
.entry-quote .news-desc {
    font-size: 32px;
    color: #114056;
    font-weight: 400;
	margin: 16px 0 0;
}

.entry-quote .news-desc {
	line-height: 34px;
}

.entry-quote .quote-title strong,
.entry-quote .news-desc a {
	color: #EB9447;
	font-weight: 700;
}

.list-sponsors {
	margin-top: 24px;
}


.tab-header {
	overflow: hidden;
    width: 100%;
    background: #F7F7F7;
    border-radius: 32px;
    padding: 4px 40px;
    position: relative;
}

.tab-header .tabs-menu {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    white-space: nowrap;
}

.tab-header .tabs-menu .tabs-item {
	display: inline-block;
	margin: 0;
	margin-right: 12px;
}

.tab-header .tabs-menu .tabs-item .tabs-link {
    font-size: 20px;
    color: #114055;
    font-weight: 600;
    text-align: center;
    line-height: 150%;
    border: none;
    border-radius: 32px;
    padding: 4px 16px;
}

.tab-header .tabs-menu .tabs-item.active .tabs-link,
.tab-header .tabs-menu .tabs-item .tabs-link:hover {
	background-color: #EB9447;
	color: #FFFDFC;
}

.tab-header .swiper .swiper-wrapper {
	padding: 1px 0;
}

/*.content-tabs .swiper-navigation {
	position: relative;
	margin-top: 16px;
}*/

.content-tabs .swiper-navigation .swiper-button-next:after,
.content-tabs .swiper-navigation .swiper-button-prev:after {
	display: none;
}

.content-tabs .swiper-navigation .swiper-button-next,
.content-tabs .swiper-navigation .swiper-button-prev {
	top: 50%;
    transform: translateY(20%);
    height: auto;
}

.content-tabs .swiper-navigation .swiper-button-next span,
.content-tabs .swiper-navigation .swiper-button-prev span {
	font-size: 32px;
    color: #EB9447;
    display: inline-block;
    vertical-align: middle;
}

.tab-content {
	margin-top: 48px;
}

.tab-content a {
	color: #EB9447;
    border-bottom: 1px solid #EB9447;
}

.content-photo .tab-content .tab-content-title {
	font-size: 20px;
    color: #114055;
    margin-bottom: 24px;
}

.list-photos .img-wrap {
	display: block;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.list-photos .img-wrap .img-overlay {
	background: #EB944780;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.list-photos .img-wrap:hover .img-overlay {
    opacity: 1;
}

.content-presrom .list-photos .press-overlay {
	background-color: #000000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-presrom .list-photos .img-wrap:hover .press-overlay {
	opacity: .4;
}

.content-presrom .list-photos .btn-download {
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    margin: auto;
    text-align: center;
    z-index: 1;
    opacity: 0;
}

.content-presrom .list-photos .btn-download span {
	background: #EA934680;
    border-radius: 50%;
    font-size: 40px;
    color: #FFF;
}

.content-presrom .list-photos .img-wrap:hover,
.content-presrom .list-photos .img-wrap:hover .btn-download {
	opacity: 1;
}


.list-videos .vid-wrap {
	display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.list-videos .vid-wrap .btn-play {
	display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    margin: auto;
    text-align: center;
}

.list-videos .item-title {
    font-size: 20px;
    color: #EB9447;
    font-weight: 600;
    margin: 15px 0 4px;
}

.list-videos .item-subtitle {
    font-size: 15px;
}

.content-resrep .img-wrap {
	text-align: center;
}

.content-resrep .entry-button .btn span {
	vertical-align: middle;
    margin-right: 6px;
}


.box-background {
	background-size: cover;
    background-position: center;
    border-radius: 8px;
    overflow: hidden;
}

.box-background .white-area {
	background: #FFFFFF;
    font-size: 32px;
    color: #EB9447;
    font-weight: 600;
    text-align: center;
    max-width: 530px;
    padding: 24px;
    margin: auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.box-background .overlay-area {
	background: #00000066;
    border-top: 1px solid #E9933C40;
    border-bottom: 1px solid #E9933C40;
    margin: 40px 0;
}

.box-background .overlay-area ul {
	list-style: none;
    padding: 32px 0;
    margin: 0;
    color: #EB9447;
    display: flex;
    align-items: center;
}

.box-background .overlay-area ul li {
	flex: 0 0 auto;
    width: 50%;
	font-size: 24px;
    margin: 0;
    text-align: center;
}

.box-background .overlay-area ul li span {
	vertical-align: middle;
    margin-right: 8px;
}

.list-contact {
	margin-top: 40px;
}

.list-contact .item-inner {
	border: 1px solid #F2F2F2;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.list-contact .item-title {
	font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
    cursor: pointer;
}

.list-contact .item-title a {
	color: #EB9447;
}

.list-contact .item-title a:hover {
	color: #EB9447;
	opacity: .75;
}

.list-contact .item-desc {
	font-size: 14px;
    color: #808080;
    line-height: 20px;
}

.list-contact .btn-mail {
	background: #EB9447;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-bottom-left-radius: 8px;
    text-align: center;
}

.list-contact .btn-mail span {
	font-size: 20px;
    color: #FFFFFF;
    vertical-align: middle;
}

.content-block {
	display: none;
	max-width: 750px;
	border-radius: 8px;
	padding: 40px;
}

.content-block .popup-title {
	font-size: 24px;
	color: #EB9447;
    font-weight: 700;
    margin: 0 0 8px;
}

.content-block .popup-desc {
	color: #808080;
}

.content-block .btn.btn-orange {
	font-size: 14px;
    text-transform: uppercase;
    line-height: 100%;
    margin-top: 24px;
    padding: 8px 16px;
}

.content-block .btn.btn-orange span {
	vertical-align: middle;
	line-height: 100%;
	margin-left: 8px;
}


.content-newsletter .mc_custom_border_hdr {
	font-size: 24px;
    color: #EB9447;
    font-weight: 700;
    margin-bottom: 24px;
}

.content-newsletter .mc_form_inside .mc_merge_var {
	margin-bottom: 16px;
}

.content-newsletter .mc_var_label .mc_required {
	color: #EA9346;
}

.content-newsletter .mc_input {
	padding: 8px 12px;
}

.content-newsletter .mc_signup_submit .mc_signup_submit_button {
	background: #EA9346;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: var(--bs-border-radius);
    width: unset;
    margin-top: 16px;
}


.entry-form .form-label {
	font-weight: 600;
    line-height: 100%;
}

.entry-form .form-control {
	border-radius: 8px;
    font-size: 14px;
    line-height: 100%;
    padding: 8px 12px;
}

.entry-form .form-check-input[type=checkbox] {
	border-color: #CCCCCC;
}


.wp-pagenavi {
    font-size: 16px;
	text-align: center;
	position: relative;
    margin-top: 24px;
}

.wp-pagenavi .pages {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}

.wp-pagenavi .page {
    display: inline-block;
    border: 1px solid transparent;
    padding: 0;
}

.wp-pagenavi a.nextpostslink, 
.wp-pagenavi a.previouspostslink {
	display: inline-block;
	background: #EB9447;
    border: 1px solid #F0AE75;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 10px 15px;
    line-height: 100%;
}

.wp-pagenavi a.nextpostslink:hover, 
.wp-pagenavi a.previouspostslink:hover {
	border: 1px solid transparent;
	opacity: .5;
}

.wp-pagenavi a.nextpostslink {
	margin: 0;
	margin-left: 24px;
}

.wp-pagenavi a.previouspostslink {
	margin: 0;
	margin-right: 24px;
}

.wp-pagenavi span.current, 
.wp-pagenavi a.page:hover {
    display: inline-block;
    font-weight: 700;
    color: #EB9447;
    padding: 0 12px;
    border: none;
}

.wp-pagenavi a.page {
	color: #262626;
	padding: 0 12px;
}


.error-404.not-found {
	margin-bottom: 50px;
}

.error-404.not-found .header-subtitle {
	font-weight: 600;
    text-transform: uppercase;
}

.error-404.not-found .header-title {
	font-size: 40px;
    color: #EB9447;
    font-weight: 700;
}


.site-shop .entry-content,
.site-shop .wp-block-woocommerce-cart .is-large.wc-block-cart {
	margin: 0;
}

.site-shop .wp-block-woocommerce-checkout {
	padding: 0;
}

.site-shop .wp-block-woocommerce-cart a,
.site-shop .wp-block-woocommerce-checkout a {
	color: #EB9447;
	border-bottom: #EB9447 1px solid;
	padding-bottom: 5px;
}

.site-shop table {
	margin-bottom: 1.5em;
}

.site-shop table tr th {
	color: #EB9447;
    border-bottom: #EB9447 1px solid;
    text-transform: uppercase;
	background: #fff;
}

.site-shop table tr td, 
.site-shop table tr th {
	padding: 15px 10px;
}

.site-shop table tr td {
	border-bottom:#f5f5f5 1px solid;
}

.site-shop table tr:nth-of-type(odd) {
    background-color: #fafafa;
}

.site-shop table.wc-block-cart-items .wc-block-cart-items__header {
	background-color: #FFFFFF;
}

.site-shop .is-large.wc-block-cart .wc-block-cart-items__header-image {
	padding-left: 16px;
}

.wc-block-cart__sidebar .wc-block-components-formatted-money-amount,
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-formatted-money-amount,
.wc-block-checkout__sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__value .wc-block-components-formatted-money-amount {
	color: #EB9447;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
	font-size: 20px;
}

.wc-block-checkout__sidebar .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
	background: #EB9447;
	color: #FFFFFF;
	font-weight: 700;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
	box-shadow: none;
	background: #FEF8F2;
    border: 1px solid #F4C99D;
}

.site-shop table.shop_table tr th,
.site-shop table.shop_table tr td {
	border-top: none;
	border-bottom: 1px solid rgba(0,0,0,.1)
}

.site-shop table.shop_table tr th.product-total,
.site-shop table.shop_table tr td.product-subtotal {
	text-align: right;
}

.site-shop table.shop_table tr:nth-of-type(odd) {
	background-color: unset;
}

.site-shop table.shop_table tfoot tr th {
	text-align: right;
}

.site-shop table.shop_table tfoot tr:last-child th,
.site-shop table.shop_table tfoot tr:last-child td {
	border-bottom: none;
}

.site-shop table.shop_table .product-name {
	font-weight: 600;
}

.woocommerce-checkout #payment div.form-row {
	text-align: center;
}

.woocommerce-checkout #payment div.form-row .woocommerce-terms-and-conditions-wrapper {
	text-align: left;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: unset;
	background: #EA9346;
    color: #FFF;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 4px;
    margin-top: 16px;
}

.woocommerce #payment .ppc-button-wrapper {
	margin-top: 16px;	
}

.woocommerce-checkout #payment div.payment_box {
	background: #FFFFFF;
}

.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #FFFFFF;
	border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce-checkout #payment .wc_payment_method > label {
	display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
}

.woocommerce-checkout #payment .wc_payment_method > label img {
	height: 24px;
}

.table-marathon tr th,
.table-marathon tr td {
	vertical-align: middle;
}

.table-marathon .btn-orange.popfile {
	padding: 8px 12px;
}

.table-marathon .btn-orange.popfile span {
	display: inline-block;
    vertical-align: middle;
}

.swal2-popup .swal2-confirm.swal2-styled {
	background: #EA9346;
}

/* Override
--------------------------------------------- */

.shop-wrap .page-title {
	font-size: 32px;
    color: #EB9447;
    font-weight: 700;
    margin: 0 0 32px;
}

.box.main-account .woocommerce-MyAccount-content .account-dashboard-table {
	background: #FFFFFF;
}

.box.main-account .woocommerce-MyAccount-content .account-dashboard-table a.btn.btn-orange,
.box.main-account .woocommerce-MyAccount-content .account-dashboard-table a.btn.btn-danger {
	font-size: 14px;
    padding: 6px 8px;
    line-height: 100%;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.box.main-account .woocommerce-MyAccount-content .account-dashboard-table a.btn.btn-orange i,
.box.main-account .woocommerce-MyAccount-content .account-dashboard-table a.btn.btn-danger i {
	font-style: normal;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.site-shop table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	font-size: 20px;
	color: #262626;
    font-weight: 600;
    padding: 8px 0;
    min-height: 64px;
	margin: 0 0 5px 0;
}

.woocommerce ul.products li.product .price,
.site-shop table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
	color: #0084C2;
    font-weight: 500;
	font-size: 16px;
}

.woocommerce ul.products li.product .button {
	background: #EA9346;
    color: #FFF;
}

.woocommerce ul.products li.product .added_to_cart {
	color: #EA9346;
    font-weight: 600;
    padding: 4px 16px;
}

.woocommerce ul.products li.product .btn.btn-orange {
	width: 100%;
	font-size: 14px;
	line-height: 100%;
	padding: 8px 16px;
}

.woocommerce ul.products li.product a {
	border-bottom: none;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link img {
	border-radius: 8px;
}

.woocommerce ul.products li.product .entry-cat {
	color: #808080;
    line-height: 100%;
	font-size: 14px;
}

.woocommerce ul.products li.product .event {
	line-height: 100%;
	margin: 0 0 5px 0;
}

.woocommerce ul.products li.product .event .entry-date {
	background: #FEF8F2;
    border: 1px solid #F0AE75;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    color: #EB9447;
    font-weight: 600;
    line-height: 100%;
    padding: 4px 8px;
}

.woocommerce ul.products li.product_cat-options {
	display: none;
}

.site-shop .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
	padding: 0 16px;
    border: 1px solid #cacaca;
    border-radius: 8px;
}

.site-shop .wp-block-woocommerce-cart .wc-block-cart__submit {
	margin-top: 16px;
}

.site-shop .wp-block-woocommerce-cart .wc-block-cart__submit .wc-block-components-button {
	border: none;
	box-shadow: none!important;
}

.site-shop .wp-block-woocommerce-cart .wc-block-cart__submit .wc-block-components-button .wc-block-components-button__text,
.site-shop .wc-block-checkout__actions_row .wc-block-components-button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-login .woocommerce-form-register__submit,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit,
.woocommerce .woocommerce-ResetPassword .woocommerce-form-reset__password,
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button,
.woocommerce-MyAccount-content .woocommerce-address-fields .button {
	background: #EA9346;
    color: #FFF;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 4px;
}

.woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
	float: left;
    margin-right: 1em;
}

.woocommerce .woocommerce-form-register .woocommerce-form-register__join {
	display: inline-block;
}

.site-shop .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
	border: 1px solid #cacaca;
    border-radius: 8px;
}

.site-shop .wp-block-woocommerce-checkout .wc-block-components-checkout-order-summary__content > div {
	border-top: 1px solid #cacaca;
}

.site-shop .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
	color: #EB9447;
    font-weight: 500;
}

.wp-block-product-new .wc-block-grid__products .wc-block-grid__product-link {
	color: unset;
	border: none;
	padding: 0;
}

.wp-block-product-new .wc-block-grid__products .wc-block-grid__product-link .wc-block-grid__product-title {
	font-size: 16px;
	color: #262626;
    font-weight: 600;
}

.wp-block-product-new .wc-block-grid__products .wc-block-grid__product-price {
	font-size: 14px;
    color: #0084C2;
    font-weight: 500;
}

.wp-block-product-new .wc-block-grid__products .wp-block-button__link {
	background: #EA9346;
    font-size: 16px;
    color: #FFF;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 4px;
    line-height: 100%;
}

.box.main-account {
	padding-top: 50px;
}

.woocommerce form.login .entry-title,
.woocommerce form.register .entry-title {
	font-size: 32px;
    color: #EB9447;
    font-weight: 700;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-product .breadcrumbs {
	padding: 0;
}

.single-product .img-wrap {
	border-radius: 8px;
    overflow: hidden;
}

.single-product .entry-cat {
	font-size: 14px;
	color: #808080;
}

.single-product .entry-header .entry-title {
	margin-bottom: 8px;
}

.single-product .entry-header .entry-subtitle {
	font-size: 24px;
	color: #0084C2;
}

.single-product .entry-header .event {
	background: #FEF8F2;
    border: 1px solid #F0AE75;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    color: #EB9447;
    font-weight: 600;
    line-height: 100%;
    padding: 4px 8px;
    margin-bottom: 16px;
}

.single-product .entry-desc {
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	padding: 24px 0;
	margin: 24px 0;
}

.single-product .entry-button .woocommerce-Price-amount,
.single-product .entry-button .added_to_cart {
	display: none;
}

.single-product .entry-button .add_to_cart_button {
	background: #EA9346;
    color: #FFF;
}

.single-product .related-product {
	margin-top: 48px;
}

.single-product .related-product h2 {
	font-size: 32px;
	color: #EB9447;
    font-weight: 700;
    text-transform: capitalize;
}

.woocommerce form.login, .woocommerce form.register, .woocommerce form.lost_reset_password {
    border: 1px solid #F2F2F2;
    border-left: 8px solid #EB9447;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #FAFAFA;
}

.woocommerce form.lost_reset_password {
	padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 8px;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    border: #bdbdbd 1px solid;
}

.woocommerce form .form-row label {
    margin: 0 0 5px 0;
}

.box.main-account .woocommerce-MyAccount-content a,
.box.main-account .woocommerce-form a {
	color: #EB9447;
    border-bottom: 1px solid #EB9447;
}

.woocommerce .woocommerce-MyAccount-content table.registration-status-table {
	border-collapse: collapse;
}

.woocommerce .woocommerce-MyAccount-content table.registration-status-table thead tr,
.woocommerce .woocommerce-MyAccount-content table.registration-status-table tbody tr:nth-child(2n) {
	border-bottom: 4px solid rgba(0, 0, 0, .1);
}

.woocommerce .woocommerce-MyAccount-content table.registration-status-table tbody tr:last-child {
	border-bottom: none;
}

.woocommerce .woocommerce-MyAccount-content table.registration-status-table td, 
.woocommerce .woocommerce-MyAccount-content table.registration-status-table th {
	padding: 16px 8px;
}

.box.main-account .woocommerce-MyAccount-content a.woocommerce-button {
	background: none;
    color: #EA9346;
    font-weight: 700;
    border-bottom: #EA9346 1px solid;
    border-radius: 0;
    padding: 0 0 2px 0;
}

.box.main-account .woocommerce-MyAccount-content a.btn.btn-custom {
	font-size: 13px;
    font-weight: 600;
    padding: 3px 6px;
    margin-right: 8px;
}

.box.main-account .woocommerce-MyAccount-content a.btn.btn-danger,
.box.main-account .woocommerce-MyAccount-content a.btn.btn-danger:focus {
	color: #FFFFFF;
}

.box.main-account .woocommerce-MyAccount-content a.btn.btn-custom:last-child {
	margin-right: 0;
}

.box.main-account .woocommerce-MyAccount-content .btn.btn-custom span {
	font-size: 18px;
    vertical-align: top;
}

.woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button {
	background: none;
    border-radius: 0;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title {
	margin-bottom: 24px;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2 {
	float: left;
	font-size: 32px;
	margin: 0;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset,
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
	margin-bottom: 24px;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
	font-size: 24px;
    color: #EB9447;
    font-weight: 700;
    margin-bottom: 16px;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .woocommerce-form-row.form-row,
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row {
	margin: 0 0 16px;
	padding: 0;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .woocommerce-form-row.form-row:last-child,
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row:last-child {
	margin-bottom: 0;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .woocommerce-form-row label,
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row label {
	line-height: 100%;
	margin: 0 0 8px;
}

.woocommerce .woocommerce-MyAccount-content table.my_account_orders {
	font-size: 16px;
}

.woocommerce .woocommerce-MyAccount-content table.registration-status-table {
	border: none;
}  

.woocommerce .woocommerce-bacs-bank-details ul.order_details,
.woocommerce ul.woocommerce-order-overview {
	padding-left: 0;
}

.woocommerce-order-details .woocommerce-table--order-details tr {
	background-color: transparent!important;
}

.woocommerce-order-details .woocommerce-table--order-details tr th,
.woocommerce-order-details .woocommerce-table--order-details tr td {
	border-bottom: none;
}

.woocommerce-checkout-account .card {
	border: 1px solid rgba(0, 0, 0, .1);
    max-width: 500px;
}

.woocommerce-checkout-account .item-name {
	font-size: 18px;
    font-weight: 700;
}

.race-status-5.race-cancel-status {
	font-size: 17px;
}

.list-news .img-wrap {
	position: relative;
}

.list-news .post-edition {
	background: #EB9447;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    padding: 10px 10px;
    font-size: 10px;
    border-radius: 5px;
    line-height: 100%;
}


.list-step .item-content .item-desc .entry-new-content h6 {
	color: #EB9447;
}


.field-container {
	margin: 0 0 20px;
}

.myaccount-fields, .race-notification {
	background: #eceff1;
    padding: 30px;
    border-radius: 10px;
}

.myaccount-fields label {
	font-weight: 600;
	margin-bottom: 8px;
}

.myaccount-fields label span {
	color: #EB9447;
}

.myaccount-fields h3 {
	font-weight: 700;
	font-size: 26px;
	margin: 0 0 5px 0;
}

.myaccount-fields .form-control {
	padding: .5em;
    line-height: 100%;
}

.myaccount-fields .form-control:read-only,
.myaccount-fields .form-control:disabled,
.fixed-select .myaccount-fields select.form-control:disabled {
	background-color: #E0E0E0;
}

.fixed-select .myaccount-fields select.form-control {
	background-color: #FFFFFF;
}

.myaccount-fields select.form-control{
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.myaccount-fields .form-control:focus {
	border-color: #000000;
	box-shadow: none;
}

.myaccount-fields .form-check label {
	font-weight: 400;
}

.myaccount-fields .form-check-input:checked {
	background-color: #EB9447;
    border-color: #EB9447;
}

.myaccount-fields table.table {
	padding: .5rem 0;
    border-collapse: separate;
}

.myaccount-fields table.table tr td, .myaccount-fields table.table tr th {
	background: none;
	border: none;
	vertical-align: middle;
}

.myaccount-fields table.table {
	background: #fff;
	border-radius: 10px;
}

.myaccount-fields table.table tr th {
	text-align: center;
	color: #EB9447;
}

.myaccount-fields.information-fields .item-subtitle {
	font-size: 14px;
}

.myaccount-fields.information-fields .item-title {
	font-weight: 600;
    line-height: 150%;
}

.myaccount-fields #iam_travelling_with,
.myaccount-fields #room_share_names {
	display: none;
	transition: all 0.3s ease;
}

.myaccount-fields .form-text {
	font-size: 13px;
}

.woocommerce-account header.entry-header {
		display: none;
}

.woocommerce-order-pay .woocommerce,
.woocommerce-order-received .woocommerce {
	max-width: 750px;
	margin: 0 auto;
}

.woocommerce-order-received .woocommerce-order .woocommerce-notice {
	font-size: 32px;
	color: #EB9447;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}

.woocommerce-order-received .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
	font-size: 18px;
    color: #262626;
    visibility: hidden;
}

.woocommerce-order-received .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name::after {
	content: "Ecoleap Foundation";
  	visibility: visible;
  	display: block;
}

.woocommerce-order-received .wc-bacs-bank-details-heading,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title {
	font-size: 22px;
	text-transform: uppercase;
    text-align: center;
}

.woocommerce .woocommerce-order-overview,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-bacs-bank-details {
	border-bottom: 1px solid #eaeaea;
    margin-bottom: 2em;
    padding-bottom: 2em;
}

.woocommerce .wc-bacs-bank-details.bacs_details {
	margin: 0;
}

.woocommerce ul.order_details li {
	border: none;
}

.woocommerce ul.order_details li:last-of-type {
	padding: 0;
	margin: 0;
}

.woocommerce ul.order_details li strong {
	margin-top: 8px;
}

.woocommerce table.order_details .woocommerce-table__product-total,
.site-shop table.shop_table tfoot tr td {
	text-align: right;
}

.disable-link a {
	pointer-events: none;
	cursor: none;
}

hr {
	padding: 20px 0 0 0;
    margin: 0 0 10px 0 !important;
    border-bottom: #EB9447 1px solid;
    opacity: 1;
    background: none;
}

.large-btn, 
.list-accordion .item-content .item-desc .large-btn {
	background: #EB9447;
    color: #fff;
    font-size: 18px;
    width: 200px;
}

.btn.large-btn:hover {
	opacity: .8;
	background: #EB9447;
	color: #FFFFFF;
}

.btn.btn-icon {
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.btn.btn-icon span {
	font-size: 24px;
    vertical-align: middle;
    margin-left: 8px;
}


.popup-pdf .fancybox__footer,
.popup-pdf .fancybox__carousel .fancybox__nav {
	display: none;
}

.note {
	font-size: 12px;
	display: block;
	margin: 10px 0 0 0;
}

.woocommerce-form-row span.note {
	margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 150%;
    display: block;
}

.race-status-1, .race-status-2, .race-status-3, .race-status-4, .race-status-5 {
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
}

.race-status-1 {
	background: #e65100;
}

.race-status-2 {
	background: #1b5e20;
}

.race-status-3 {
	background: #b71c1c;
}

.race-status-4 {
	background: #e65100;
}

.race-status-5 {
	background: #b71c1c;
}


.invoice-pending,
.invoice-on-hold,
.invoice-cancelled,
.invoice-failed,
.invoice-completed,
.invoice-processing {
	display: inline-block;
	color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 100%;
}

.invoice-pending,
.invoice-on-hold {
	background: #e65100;
}

.invoice-cancelled,
.invoice-failed {
	background: #b71c1c;
}

.invoice-completed,
.invoice-processing {
	background: #e65100;
}

/*#payment .payment_methods li label img {
    float: right;
    border: 0;
    padding: 0;
    height: 48px !important;
    max-height: 48px !important;
}*/

/* Media Query
--------------------------------------------- */

@media (max-width: 1399.98px) {

	.main-navigation li a, .top-navigation li a {
		font-size: 16px;
	}

	.site-header .nav-top {
		padding-bottom: 16px;
		margin-bottom: 16px;
	}

	.section-video .vid-wrap .vid-title {
		font-size: 18px;
	}

}

@media (max-width: 1199.98px) {

	.site-header {
    	padding: 16px 0;
    }
    body.home .site-header,
	.site-header,
	body.home .site-header.header-orange, 
	.site-header.header-orange {
		background: #FFFFFF;
	}
	body.home .site-header.header-orange, 
	.site-header.header-orange {
		border-bottom: 1px solid #eaeaea;
	}
	.site-header .site-branding img,
	body.home .site-header.header-orange .site-branding img, 
	.site-header.header-orange .site-branding img {
		height: 55px;
		padding: 0;
	}

	.site-footer .foot-newsletter {
		margin-top: 0;
	}

	.graph-footer {
	    margin-top: -38px;
	}

	.box {
		padding: 40px 0;
	}
	.box.section-repeater,
	.box.section-default,
	.box.section-list-news,
	.box.single-post,
	.box.main-account {
		padding: 40px 0 75px;
	}

	.breadcrumbs {
		margin-bottom: 24px;
	}
	.breadcrumbs .breadcrumbs-menu li, .breadcrumbs .breadcrumbs-menu li a {
		font-size: 16px;
	}

	.section-banner-frontpage {
		height: 100%;
		margin-top: 100px;
	}
	.section-banner-frontpage .banner-video-wrapper {
		padding-top: 52.25%;
	}

	.section-banner {
		align-items: center;
		margin-top: 107px;
	}
	.section-banner .banner-title {
		margin-bottom: 0;
	}

	.section-about .entry-desc {
		font-size: 16px;
	}

	.section-two-side {
		height: 630px;
	}
	.section-two-side .item-inner {
		padding: 28px 0 28px 24px;
	}

    .woocommerce-account .main-account .woocommerce {
    	display: flex;
    	flex-direction: column;
    }
    .woocommerce-account .main-account .woocommerce .woocommerce-MyAccount-navigation,
    .woocommerce-account .main-account .woocommerce .woocommerce-MyAccount-content {
    	float: none;
    	width: unset;
    }
    .woocommerce-account .main-account .woocommerce .woocommerce-MyAccount-navigation {
    	order: 2;
    	margin-top: 24px;
    }

}

@media (max-width: 991.98px) {

	.site-header .site-branding img {
		height: 60px;
	}

	.graph-footer {
		margin-top: 0;
		position: relative;
		height: 32px;
	}
	.graph-footer .img-wrap {
		position: absolute;
	    width: 100%;
	    height: 100%;
	}
	body.home .graph-footer {
		margin-top: -32px;
	}

	.sidebar-menu li a,
	.woocommerce-MyAccount-navigation ul li a {
		padding: 12px 20px;
	    font-size: 16px;
	}

    .entry-header {
		margin-bottom: 24px;
	}
	.entry-header .entry-title {
		font-size: 24px;
	}

	.section-banner-frontpage {
		margin-top: 87px;
	}
	.banner-text.banner-text-mobile .banner-text-bottom .banner-title {
		font-size: 32px;
	}

	.section-banner .graph-header,
	.section-banner-frontpage .graph-header {
		height: 24px;
	}

	.section-banner {
		height: 200px;
		margin-top: 92px;
	}
	.section-banner .banner-title {
		font-size: 32px;
	}

	.section-article .entry-article .row > * {
		margin-bottom: 16px;
	}

	.section-two-side {
		height: unset;
		padding: 40px 0;
	}
	.section-two-side .item-inner {
		padding: 0;
	}
	.section-two-side .item-inner .img-wrap {
		border-radius: 8px;
		overflow: hidden;
	}

	.section-two-content {
		height: unset;
	}
	.section-two-content .item-left .item-inner,
	.section-two-content .item-right .item-inner {
		padding: 40px 0 75px;
	}
	.section-two-content .item-inner .entry-socmed {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    display: flex;
	    justify-content: center;
	    gap: 24px;
	}
	.section-two-content .item-inner .entry-socmed li a {
	    display: inline-block;
	    width: 32px;
	    height: 32px;
	    background: #EA9346;
	    border-radius: 50%;
	    font-size: 18px;
	    color: #FFFFFF;
	    padding: 3px 0;
	    text-align: center;
	}
	.section-two-content .item-mobile {
		position: relative;
	}
	.section-two-content .item-mobile .img-wrap {
		width: 100%;
	}
	.section-two-content .item-mobile .entry-header .entry-title,
	.section-two-content .item-mobile .entry-desc ul,
	.section-two-content .item-mobile .entry-desc ul li::marker {
		color: #FFFFFF;
	}

    .list-accordion .item-accordion {
    	padding: 20px 0;
    }
    .list-accordion .item-heading .item-title {
    	font-size: 18px;
    }
    .list-accordion .item-heading .item-number {
    	width: 24px;
	    height: 24px;
	    font-size: 14px;
	    line-height: 25px;
    }
    .list-accordion .item-accordion .item-heading a > span {
    	font-size: 24px;
    }

    .entry-quote .quote-title,
    .entry-quote .news-desc {
    	font-size: 24px;
    }
    .entry-quote span img {
    	height: 30px;
    }

    .single-product .entry-header .entry-title {
    	margin-bottom: 8px;
    }
    .single-product .entry-header .entry-subtitle {
		font-size: 18px;	
	}
	.single-product .entry-header .event {
		font-size: 14px;
	}

    .woocommerce-account .main-account .woocommerce {
    	display: flex;
    	flex-direction: column;
    }
    .woocommerce-account .main-account .woocommerce .woocommerce-MyAccount-navigation,
    .woocommerce-account .main-account .woocommerce .woocommerce-MyAccount-content {
    	float: none;
    	width: unset;
    }
    .woocommerce-account .main-account .woocommerce .woocommerce-MyAccount-navigation {
    	order: 2;
    	margin-top: 24px;
    }

    .box.main-account .woocommerce-MyAccount-content .account-dashboard-table a.btn.btn-orange i.btn-custom-label, 
    .box.main-account .woocommerce-MyAccount-content .account-dashboard-table a.btn.btn-danger i.btn-custom-label {
    	display: none;
    }

    .site-shop table tr:nth-of-type(odd) {
    	padding: 16px;
    }

    .f-button.is-close-btn {
    	background: none;
    }
	.fancybox__nav {
		display: none;
	}

}

@media (max-width: 768px) {

	.woocommerce table.table-mobile tr td, 
    .woocommerce-page table.table-mobile tr td {
    	font-size: 14px;
    }
    .woocommerce table.table-mobile tr td::before, 
    .woocommerce-page table.table-mobile tr td::before {
    	content: attr(data-label);
        float: left;
    }

    .woocommerce-checkout #payment .wc_payment_method > label {
    	width: 93%;
    }

}

@media (max-width: 767.98px) {

	.box.section-repeater, .box.section-default, .box.section-list-news, .box.single-post, .box.main-account {
		padding: 32px 0 48px;
	}

	.page-template-default .h1, .page-template-default .h2, .page-template-default .h3, .page-template-default .h4, .page-template-default .h5, .page-template-default .h6, 
	.page-template-default h1, .page-template-default h2, .page-template-default h3, .page-template-default h4, .page-template-default h5, .page-template-default h6 {
		font-size: 20px;
	}

	.breadcrumbs {
		margin-bottom: 16px;
	}
	.breadcrumbs .breadcrumbs-menu {
    	flex-flow: wrap;
    	gap: 0px 8px;
    }
    .breadcrumbs .breadcrumbs-menu li, 
    .breadcrumbs .breadcrumbs-menu li a {
    	font-size: 14px;
    }

	.box-background .white-area {
		font-size: 24px;
		max-width: 400px;
    	padding: 16px;
	}
	.box-background .overlay-area ul {
		flex-direction: column;
		padding: 24px 0;
		gap: 8px;
	}
	.box-background .overlay-area ul li {
		flex: unset;
		width: unset;
		font-size: 18px;
	}

	.section-banner-frontpage .banner-text {
		top: 65%;
	    left: 15%;
	    transform: translate(-15%, -65%);
	}

	.section-banner-frontpage .banner-text-top .banner-information {
		gap: 40px;
	}
	.section-banner-frontpage .banner-text-top .banner-timer {
		max-width: 300px;	
	}
	.section-banner-frontpage .banner-text-top .banner-timer ul {
		gap: 16px;
	}
	.section-banner-frontpage .banner-text-top .banner-timer ul li.f-85 {
		flex: 0 0 40px;
	}
	.section-banner-frontpage .banner-text-top .banner-timer ul li {
		font-size: 32px;
	}

	.section-video .vid-wrap .vid-title {
    	padding: 16px 8px;
    }
    .section-video .vid-wrap .btn-play img {
    	max-height: 35px;
    }

    .list-schedule .schedule .item .item-inner {
    	padding: 8px 12px;
    }
    .list-schedule .schedule .item .item-inner .item-day {
    	text-transform: uppercase;
    	font-weight: 600;
    	margin-top: 0;
    }

    .woocommerce .col2-set .col-1, 
	.woocommerce .col2-set .col-2, 
	.woocommerce-page .col2-set .col-1, 
	.woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100%;
    }

    .box.main-account .woocommerce-MyAccount-content .account-dashboard-table a.btn.btn-orange,
    .box.main-account .woocommerce-MyAccount-content .account-dashboard-table a.btn.btn-danger {
    	padding: 4px 8px;
    }

}

@media (max-width: 650px) {

    .btn.btn-orange,
    .btn.btn-transparent,
    .btn.btn-white {
    	font-size: 14px;
	    padding: 8px 16px;
    }

    .site-header .site-branding img {
    	height: 50px;
    }
    .site-header .hamburger-menu span {
    	width: 25px;
	    height: 2px;
	    margin-bottom: 6px;
    }

    .site-footer .footer-top {
    	padding: 32px 0;
    }
    .site-footer .footer-bottom {
    	font-size: 13px;
    }

    .entry-content .table tr td {
    	font-size: 14px;
    }

    .section-banner-frontpage {
    	margin-top: 78px;
    }
    .section-banner-frontpage .banner-text {
    	padding: 16px;
    }
    .section-banner-frontpage .banner-text-top,
    .banner-text.banner-text-mobile .banner-text-top {
    	margin-bottom: 8px;
    }
    .section-banner-frontpage .banner-text-top .banner-subtitle,
    .banner-text.banner-text-mobile .banner-text-top .banner-subtitle {
    	font-size: 18px;
    }
    .section-banner-frontpage .banner-text-top .banner-timer {
    	margin: 8px auto 0;
    }
    .section-banner-frontpage .banner-text-bottom .banner-title,
    .banner-text.banner-text-mobile .banner-text-bottom .banner-title {
    	font-size: 24px;
    	margin-bottom: 16px;
    }
    .section-banner-frontpage .banner-text-bottom .banner-button .btn {
    	font-size: 16px;
    }
    .section-banner {
		margin-top: 82px;
	}

	.section-article .box-white {
		padding: 24px;
	}

	.section-two-image .two-image .ti-logo img {
		max-height: 150px;
	}

	.section-two-content .swiper-pagination .swiper-pagination-bullet {
		width: 24px;
		margin: 0 4px;
	}

    .list-accordion .item-heading .item-title {
    	display: flex;
    	gap: 12px;	
    }
    .list-accordion .item-heading .item-number {
    	margin: 0;
    	flex: 0 0 24px;
    }
    .list-accordion .item-content .item-desc,
    .list-schedule .schedule .item .item-content {
    	font-size: 14px;
    	line-height: 22px;
    }

    .list-videos .item-title {
    	font-size: 18px;
    	margin: 8px 0 4px;
    }
    .list-videos .item-subtitle {
    	font-size: 14px;
    	line-height: 100%;
    }

    .box-background .white-area {
    	max-width: 275px;
    	padding: 8px;
    }
    .box-background .overlay-area {
    	margin: 32px 0;
    }

    .list-contact .item-title {
    	font-size: 18px;
    }
    .list-contact .item-desc {
    	font-size: 12px;
	    line-height: 18px;
    }

    .content-block img {
    	max-height: 300px;
    }
    .content-block .popup-title {
    	font-size: 20px;
    }
    .content-block .popup-desc {
    	font-size: 14px;
	    line-height: 24px;
    }
    .content-block .btn.btn-orange {
    	font-size: 12px;
    	margin-top: 16px;
    	padding: 8px 12px;
    }

    .section-article .box-white .item span img {
    	max-height: 25px;
    }
    .section-article .box-white .entry-text {
    	line-height: 22px;
    }
    .section-article .box-white .entry-text a {
    	font-size: 16px;
    }

    .section-video .swiper-pagination .swiper-pagination-bullet {
    	width: 32px;
    	margin: 0 4px;
    }

    .tab-header .tabs-menu .tabs-item .tabs-link {
    	font-size: 16px;
    }
    .content-tabs #goPrev, .content-tabs #goNext {
    	padding: 0 0 1px;
    }
    .content-tabs #goPrev span, .content-tabs #goNext span {
    	font-size: 20px;
    }

    .testimonial-popup {
    	font-size: 14px;
    	line-height: 22px;
    	padding: 24px;
    }

    .list-schedule .schedule .item {
    	padding: 12px 0 12px 24px;
    }
    .list-schedule .schedule .item::after {
    	width: 16px;
    }

    .list-news .item-title {
    	font-size: 20px;
    }
    .list-news .item-info .info-date {
    	font-size: 12px;
    }
    .list-news .item-info .info-author {
    	font-size: 12px;
    }
    .list-news .item-desc {
    	font-size: 14px;
    	line-height: 22px;
    }

    .wp-pagenavi .pages {
    	display: none;
    }
    .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
    	font-size: 14px;
    	padding: 8px 12px;
    }
    .wp-pagenavi a.previouspostslink {
    	margin-right: 16px;
    }
    .wp-pagenavi a.nextpostslink {
    	margin-left: 16px;
    }
    .wp-pagenavi a.page,
    .wp-pagenavi span.current {
    	font-size: 14px;
    	padding: 0 8px;
    }

    .single-post .article-title {
    	font-size: 24px;
    }
    
    .post-navigation .nav-button a {
    	font-size: 16px;
    }

    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    	float: left;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title, .site-shop table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    	font-size: 18px;
    }

    table.details-table tr th {
    	padding-top: 16px;
    }
    table.details-table tr td {
    	line-height: 24px;
    	padding-bottom: 16px;
    }

    .large-btn, .list-accordion .item-content .item-desc .large-btn {
    	font-size: 14px;
    }

    .btn.btn-icon span {
    	font-size: 20px;
    }

}

@media (max-width: 575.98px) {

	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: calc(var(--bs-gutter-x)* 1);
        padding-left: calc(var(--bs-gutter-x)* 1);
        margin: 0;
    }

    .site-header .site-branding img, body.home .site-header.header-orange .site-branding img, .site-header.header-orange .site-branding img {
    	height: 45px;
    }

	.site-footer .foot-newsletter {
    	margin-top: 24px;
    }

    .graph-footer {
    	height: 24px;
    }
    body.home .graph-footer {
		margin-top: -24px;
	}

	.section-banner {
		height: 150px;
	}
	.section-banner .banner-title {
		font-size: 24px;
	}

	.list-step .item-heading .item-title {
		font-size: 18px;
	}
	.list-step .item-content {
		padding: 16px 0;
	}
	.list-step .item-content .item-desc {
		line-height: 150%;
	}
	.list-step .item-content .item-desc .large-btn {
		width: 150px;
	}
	.myaccount-fields {
		padding: 16px !important;
	}

	.woocommerce-order-received .woocommerce-order .woocommerce-notice {
		font-size: 24px;
	}

}

@media (max-width: 423px) {

	.section-about .entry-button .btn.btn-transparent {
		margin-top: 8px;
	}

}

@media (max-width: 382px) {

	.section-banner-frontpage .banner-text-bottom .banner-button .btn.btn-white {
		margin-top: 8px;
	}

}