/*!
Theme Name: Therapy Global Solutions Theme
Theme URI: https://underscores.me/
Author: Informagestudios
Author URI: https://www.informagestudios.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 0.7.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tgs
Tags: woocommerce, buddypress, lms, 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.

Therapy Global Solutions Theme 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
# Woocommerce
# Blocks
  - Products

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

/* --------------------------------------------------------------
# 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;
    text-size-adjust: 100%;
}

html {
    min-width: 100% !important;
}

/* 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 {
    margin: 0.67em 0;
    font-size: 2em;
}

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

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

/**
 * 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 {
    position: relative;
    font-size: 75%;
    line-height: 0;
    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 {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}

/**
 * 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] {
    appearance: auto;
}

/**
 * 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 {
    padding: 0;
    border-style: none;
}

/**
 * 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 {
    display: table;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    color: inherit;
    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] {
    appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    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 {
    font: inherit;
    appearance: auto;
}

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

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

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

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

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

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

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

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

html {
    box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */

/* montserrat-100 - latin */

@font-face {
    font-family: Montserrat;
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/montserrat/montserrat-v31-latin-100.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-100italic - latin */

@font-face {
    font-family: Montserrat;
    font-weight: 100;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/montserrat/montserrat-v31-latin-100italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-200 - latin */

@font-face {
    font-family: Montserrat;
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/montserrat/montserrat-v31-latin-200.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-200italic - latin */

@font-face {
    font-family: Montserrat;
    font-weight: 200;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/montserrat/montserrat-v31-latin-200italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-300 - latin */

@font-face {
    font-family: Montserrat;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/montserrat/montserrat-v31-latin-300.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-300italic - latin */

@font-face {
    font-family: Montserrat;
    font-weight: 300;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/montserrat/montserrat-v31-latin-300italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */

@font-face {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/montserrat/montserrat-v31-latin-regular.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-italic - latin */

@font-face {
    font-family: Montserrat;
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/montserrat/montserrat-v31-latin-italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */

@font-face {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/montserrat/montserrat-v31-latin-500.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500italic - latin */

@font-face {
    font-family: Montserrat;
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/montserrat/montserrat-v31-latin-500italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */

@font-face {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/montserrat/montserrat-v31-latin-600.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600italic - latin */

@font-face {
    font-family: Montserrat;
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/montserrat/montserrat-v31-latin-600italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */

@font-face {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/montserrat/montserrat-v31-latin-700.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700italic - latin */

@font-face {
    font-family: Montserrat;
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/montserrat/montserrat-v31-latin-700italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-800 - latin */

@font-face {
    font-family: Montserrat;
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/montserrat/montserrat-v31-latin-800.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-800italic - latin */

@font-face {
    font-family: Montserrat;
    font-weight: 800;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/montserrat/montserrat-v31-latin-800italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-900 - latin */

@font-face {
    font-family: Montserrat;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/montserrat/montserrat-v31-latin-900.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-900italic - latin */

@font-face {
    font-family: Montserrat;
    font-weight: 900;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/montserrat/montserrat-v31-latin-900italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-100 - latin */

@font-face {
    font-family: Poppins;
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/poppins/poppins-v24-latin-100.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-100italic - latin */

@font-face {
    font-family: Poppins;
    font-weight: 100;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/poppins/poppins-v24-latin-100italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-200 - latin */

@font-face {
    font-family: Poppins;
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/poppins/poppins-v24-latin-200.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-200italic - latin */

@font-face {
    font-family: Poppins;
    font-weight: 200;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/poppins/poppins-v24-latin-200italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-300 - latin */

@font-face {
    font-family: Poppins;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/poppins/poppins-v24-latin-300.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-300italic - latin */

@font-face {
    font-family: Poppins;
    font-weight: 300;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/poppins/poppins-v24-latin-300italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-regular - latin */

@font-face {
    font-family: Poppins;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/poppins/poppins-v24-latin-regular.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-italic - latin */

@font-face {
    font-family: Poppins;
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/poppins/poppins-v24-latin-italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500 - latin */

@font-face {
    font-family: Poppins;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/poppins/poppins-v24-latin-500.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500italic - latin */

@font-face {
    font-family: Poppins;
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/poppins/poppins-v24-latin-500italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600 - latin */

@font-face {
    font-family: Poppins;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/poppins/poppins-v24-latin-600.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600italic - latin */

@font-face {
    font-family: Poppins;
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/poppins/poppins-v24-latin-600italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700 - latin */

@font-face {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/poppins/poppins-v24-latin-700.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700italic - latin */

@font-face {
    font-family: Poppins;
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/poppins/poppins-v24-latin-700italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-800 - latin */

@font-face {
    font-family: Poppins;
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/poppins/poppins-v24-latin-800.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-800italic - latin */

@font-face {
    font-family: Poppins;
    font-weight: 800;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/poppins/poppins-v24-latin-800italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-900 - latin */

@font-face {
    font-family: Poppins;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/poppins/poppins-v24-latin-900.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-900italic - latin */

@font-face {
    font-family: Poppins;
    font-weight: 900;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/poppins/poppins-v24-latin-900italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-100 - latin */

@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/ibm-plex-sans/ibm-plex-sans-v23-latin-100.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-100italic - latin */

@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 100;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/ibm-plex-sans/ibm-plex-sans-v23-latin-100italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-200 - latin */

@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/ibm-plex-sans/ibm-plex-sans-v23-latin-200.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-200italic - latin */

@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 200;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/ibm-plex-sans/ibm-plex-sans-v23-latin-200italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-300 - latin */

@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/ibm-plex-sans/ibm-plex-sans-v23-latin-300.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-300italic - latin */

@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 300;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/ibm-plex-sans/ibm-plex-sans-v23-latin-300italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-regular - latin */

@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/ibm-plex-sans/ibm-plex-sans-v23-latin-regular.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-italic - latin */

@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/ibm-plex-sans/ibm-plex-sans-v23-latin-italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-500 - latin */

@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/ibm-plex-sans/ibm-plex-sans-v23-latin-500.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-500italic - latin */

@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/ibm-plex-sans/ibm-plex-sans-v23-latin-500italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-600 - latin */

@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/ibm-plex-sans/ibm-plex-sans-v23-latin-600.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-600italic - latin */

@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/ibm-plex-sans/ibm-plex-sans-v23-latin-600italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-700 - latin */

@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/ibm-plex-sans/ibm-plex-sans-v23-latin-700.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-700italic - latin */

@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url("./assets/fonts/ibm-plex-sans/ibm-plex-sans-v23-latin-700italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body,
button,
input,
select,
optgroup,
textarea {
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--color--dark);
}

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

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    --color--white: var(--wp--preset--color--white, c.$color__white );
    --color--bone: var(--wp--preset--color--bone, c.$color__bone );
    --color--ice: var(--wp--preset--color--ice, c.$color__ice );
    --color--primary: var(--wp--preset--color--primary, c.$color__primary );
    --color--primary-light: var(--wp--preset--color--primary-light, c.$color__primary-light );
    --color--primary-light-2: var(--wp--preset--color--primary-light-2, c.$color__primary-light-2 );
    --color--primary-lighter: var(--wp--preset--color--primary-lighter, c.$color__primary-lighter );
    --color--primary-darker: var(--wp--preset--color--primary-darker, c.$color__primary-darker );
    --color--dark: var(--wp--preset--color--dark, c.$color__dark );
    --color--dark-2: var(--wp--preset--color--dark-2, c.$color__dark-2 );
    --color--gray-dark: var(--wp--preset--color--gray-dark, c.$color__gray-dark );
    --color--gray-light: var(--wp--preset--color--gray-light, c.$color__gray-light );
    --color--red-alert: var(--wp--preset--color--red-alert, c.$color__red-alert );
    --color--red-star: var(--wp--preset--color--red-star, c.$color__red-star );
    --color--blue-dark: var(--wp--preset--color--blue-dark, c.$color__blue-dark );
    --font--primary: montserrat;
    --font--secondary: poppins;
    --font--third: ibm plex sans;
    background: var(--color--white);
}

p {
    font-family: var(--font--primary, montserrat);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0%;
}

.site-main {
    max-width: 1320px;
    margin-bottom: 100px;
    margin-inline: auto;
    padding-top: 160px;
}

.single-post .site-main {
    max-width: 900px;
}

.single-post .tgs-contact-form {
	flex-direction: column;
}

.tgs__title {
    width: fit-content;
    margin: 0;
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    color: var(--color--text-main, var(--color--dark));
    letter-spacing: -0.75%;
}

.tgs__text-colored span {
    color: var(--color--text-secondary, var(--color--primary));
}

.tgs__body-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.75%;
}

.tgs__body-text p {
    margin: 0;
}

.tgs__arrow-link {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    max-width: fit-content;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--color--white);
    text-decoration: none;
    letter-spacing: -0.75%;
}

.tgs__arrow-link:visited {
    color: var(--color--white);
}

.tgs__arrow-link:hover {
    color: var(--color--dark);
}

.tgs__arrow-link svg {
    width: 23px;
    height: 23px;
}

.tgs__btn {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 30px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: var(--color--white);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.tgs__btn:visited {
    color: var(--color--white);
}

.tgs__btn:hover {
    color: var(--color--dark);
}

.tgs__btn-gradient {
    background: linear-gradient(90deg, #C37430 0%, #EFD282 62.5%, #C37430 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

@media (width <=1320px) {

    .site-main {
        max-width: 100%;
        margin-inline: 40px;
    }
}

@media (width <=920px) {

    .site-main {
        margin-inline: 20px;
        padding-top: 120px;
    }
}

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

figure {
    margin: 1em 0;
}

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

.site-header {
    position: relative;
    position: fixed;
    z-index: 9999;
    right: 0;
    left: 0;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    max-width: 1320px;
    min-height: 72px;
    margin-top: 42px;
    margin-inline: auto;
    padding: 14px 40px;
    border: 1px solid;
    border-radius: 50px;
    border-image-source: conic-gradient(from 90deg at 50% 50%, var(--color--primary) 0deg, var(--color--primary-lighter) 360deg);
    background: linear-gradient(90deg, var(--color--primary) 0%, var(--color--primary-lighter) 41.83%, var(--color--primary) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.site-header a {
    text-decoration: none;
}

.site-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.2);
}

.site-header .site-branding {
    position: relative;
    line-height: 1;
}

.site-header .site-branding .custom-logo {
    width: 97px;
    min-width: 97px;
    height: 40px;
}

.site-header .site-title {
    position: relative;
    min-width: max-content;
    margin: 0;
}

.site-header__btn-cart {
    position: relative;
    line-height: 0;
}

.site-header__btn-cart span {
    position: absolute;
    right: -6px;
    bottom: -3px;
    padding: 4px;
    border: 1px solid var(--color--white);
    border-radius: 99px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--color--white);
    background-color: var(--color--primary-darker);
}

.site-header__icon-cart {
    position: relative;
    width: 40px;
    height: 40px;
    color: transparent;
}

.site-header__btn-cart:hover .site-header__icon-cart {
    color: var(--color--primary);
}

.site-header__btn-cart:hover span {
    background-color: var(--color--primary);
}

.site-header__btn-login {
    cursor: pointer;
    position: relative;
    min-width: auto;
    padding: 11px 24px;
    border: 1px solid var(--color--white);
    border-radius: 999px;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: var(--color--white);
    text-align: center;
    background-color: transparent;
}

.site-header__btn-login:hover {
    border-color: var(--color--white);
    color: var(--color--dark);
    background-color: var(--color--white);
}

.site-header__profile-menu-wrapper {
    position: absolute;
    z-index: 10;
    top: 40px;
    right: 0;
    display: none;
    padding: 24px;
    border-radius: 20px;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: var(--color--dark);
    background-color: var(--color--white);
}

.site-header__profile-menu-wrapper h2 {
    margin: 0;
    font-size: 18px;
    color: #8B8C8F;
    /* TODO: add this color as variable */
}

.site-header__profile-menu-wrapper div {
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.site-header__profile-menu-wrapper .separator {
    position: relative;
    margin: 24px 0;
}

.site-header__profile-menu-wrapper .separator::after {
    content: "";
    position: absolute;
    left: -24px;
    width: calc(100% + 48px);
    height: 1px;
    background-color: #D0D5DD;
    /* TODO add this color as variable */
}

.site-header__btn-logout {
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    justify-content: center;
    width: 100%;
    padding: 6px 8px;
    border-radius: 99px;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: var(--color--dark);
    background-color: rgba(156, 110, 56, 0.32);
}

.site-header__btn-logout svg {
    width: 20px;
    height: 20px;
}

.site-header__profile-data {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-end;
    margin-top: 24px;
    padding-left: 50px;
}

.site-header__profile-data .user-email {
    overflow: hidden;
    max-width: var(--user-email-max-width, 100%);
    color: #A0ABBB;
    /* TODO: add this color as variable */
    text-overflow: ellipsis;
}

.site-header__user-profile {
    position: relative;
}

.site-header__user-profile.toggled .site-header__profile-menu-wrapper {
    display: flex;
    flex-direction: column;
}

.site-header__user-profile:hover img {
    color: var(--color--primary);
    background-color: var(--color--white);
}

.site-header__user-profile .user-data {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 50px;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--color--white);
    text-align: left;
}

.site-header__user-profile .user-data div {
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-header__user-profile .user-data .user-role {
    font-size: 10px;
    font-weight: 500;
}

.site-header__btn-profile {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background-color: transparent;
}

.site-header__profile-avatar {
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

.site-header__profile-avatar img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 600;
    color: var(--color--white);
    text-transform: uppercase;
    background-color: #C37430;
}

.site-header__menu-arrow {
    width: 18px;
    height: 8px;
    color: var(--color--white);
}

@media (width <=1320px) {

    .site-header {
        margin-inline: 40px;
    }
}

@media (width <=920px) {

    .site-header {
        gap: 10px;
        max-width: calc(100vw - 20px);
        margin-inline: 10px;
        padding: 10px 20px;
    }

    .site-header .site-branding {
        flex-grow: 1;
    }

    .site-header__btn-login {
        min-width: auto;
        padding: 5px 10px;
        font-size: 14px;
        line-height: 1.2;
    }
}

@media (width <=520px) {

    .site-header__user-profile .user-data {
        display: none;
    }
}

.footer {
    position: relative;
    overflow: hidden;
    max-width: 1360px;
    margin: 0 20px 40px;
    margin-inline: auto;
    padding: 30px;
    border-radius: 50px;
    font-family: var(--font--secondary, poppins);
    font-size: 14px;
    color: #FFFEFE;
    /* TODO: change this color by a variable one */
    background-color: var(--color--primary);
}

.footer a {
    line-height: 0;
}

.footer--widget-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: space-between;
}

.footer--widget-wrapper .widget {
    margin: 0;
}

.footer--widget-title {
    margin: 0;
    margin-bottom: 35px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
}

.footer--widget {
    display: flex;
    flex-shrink: 0;
    min-width: 0;
}

.footer--widget p {
    margin: 0;
    line-height: 1.57;
}

.footer--widget-1 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 248px;
}

.footer--widget-1 .widget_text {
    flex-grow: 1;
}

.footer .menu {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.footer .menu li {
    line-height: 1;
    list-style: none;
}

.footer .menu li a {
    line-height: 1;
    color: #FFFEFE;
    text-decoration: none;
}

.footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.footer--logo {
    width: auto;
    height: 49px;
    margin: 0;
}

.footer--social-wrapper {
    display: flex;
    gap: 21px;
}

.footer--social-links {
    display: flex;
    gap: 21px;
}

.footer--social-links a svg {
    width: 22.5px;
    height: 22.5px;
}

@media (width <=1024px) {

    .footer--widget {
        min-width: 240px;
    }
}

@media (width <=1360px) {

    .footer {
        margin-inline: 20px;
    }
}

.tgs__swiper-pagination {
    position: absolute;
    display: flex;
    width: fit-content !important;
}

.tgs__swiper-pagination .swiper-pagination-bullet {
    width: 31px;
    height: 5px;
    border-radius: 7px;
    opacity: 1;
    background-color: var(--color--primary-lighter);
}

.tgs__swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color--dark);
}

.tgs-product-slider__pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.6);
    width: 6px;
    height: 6px;
    margin: 0 3px;
}

.tgs-product-slider__pagination .swiper-pagination-bullet-active {
    background-color: var(--color--white);
}

.tgs__rating {
    width: fit-content;
}

.tgs__rating-star-icon {
    width: 21px;
    height: 21px;
    color: transparent;
    stroke: var(--color--primary-light);
}

.tgs__rating-stars {
    display: flex;
    flex-direction: row;
    gap: 6px;
    width: fit-content;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.tgs__rating-stars li {
    list-style: none;
}

.tgs__rating-stars[data-count="5"] li:nth-child(-n+5) .tgs__rating-star-icon,
.tgs__rating-stars[data-count="4"] li:nth-child(-n+4) .tgs__rating-star-icon,
.tgs__rating-stars[data-count="3"] li:nth-child(-n+3) .tgs__rating-star-icon,
.tgs__rating-stars[data-count="2"] li:nth-child(-n+2) .tgs__rating-star-icon,
.tgs__rating-stars[data-count="1"] li:nth-child(-n+1) .tgs__rating-star-icon {
    color: var(--color--primary-light);
}

/* Links
--------------------------------------------- */
a {
    color: var(--color--dark);
}

a:visited {
    color: var(--color--dark);
}

a:hover,
a:focus,
a:active {
    color: var(--color--blue-dark);
}

a:focus {
    outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
    padding: 0.6em 1em 0.4em;
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 40px;
    line-height: 1;
    color: var(--color--white);
    background: var(--color--primary);
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-color: #ccc #bbb #aaa;
    background-color: var(--color--primary-darker);
}

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

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 {
    position: relative;
    display: flex;
    order: 100;
    width: fit-content;
}

.main-navigation ul {
    position: absolute;
    z-index: 10;
    top: 30px;
    right: 0;
    display: none;
    gap: 6px;
    min-width: max-content;
    margin: 0;
    padding: 25px;
    border-radius: 20px;
    list-style: none;
    background-color: #fff;
}

.main-navigation ul a {
    display: block;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #8B8C8F;
    text-decoration: none;
}

.main-navigation ul a:hover {
    color: #302921;
}

.main-navigation ul .current-menu-item a {
    color: #302921;
}

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

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

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

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

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: flex;
    flex-direction: column;
}

.menu-toggle {
    padding: 0;
    border: none;
    background: transparent;
}

.menu-toggle span {
    display: none;
}

.site-header__icon-navbar {
    width: 20px;
    height: 20px;
    color: #fff;
}

@media screen and (width >=920px) {

    .menu-toggle {
        display: none;
    }

    .main-navigation {
        display: flex;
        flex-grow: 1;
        justify-content: center;
        order: 0;
        margin-inline: 20px;
    }

    .main-navigation ul {
        position: relative;
        top: auto;
        right: auto;
        display: flex;
        gap: 30px;
        justify-content: center;
        min-width: auto;
        padding: 0;
        background-color: transparent;
    }

    .main-navigation ul a {
        color: #fff;
    }
}

.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 {
    flex: 1 0 50%;
    text-align: end;
}

/* Posts and pages
--------------------------------------------- */

.sticky {
    display: block;
}

.post,
.page {
    margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

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

/* Comments
--------------------------------------------- */

.comment-content a {
    overflow-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 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: none;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */

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

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

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

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

/* Galleries
--------------------------------------------- */

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

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

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

/* Polylang
--------------------------------------------- */

.polylang-switcher {
    position: relative;
    width: min-content;
    margin: 0;
    padding: 0;
}

.polylang-switcher select {
    padding: 0;
    border: none;
    font-family: var(--font--secondary, poppins);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #FFFEFE;
    background-color: transparent;
}

/* Accordion.js
--------------------------------------------- */

.accordionjs {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordionjs .acc_section {
    position: relative;
    z-index: 10;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0;
    padding: 20px;
    border: 1px solid var(--color--bone);
    border-radius: 15px;
}

.accordionjs .acc_section .acc_head {
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
}

.accordionjs .acc_section .acc_head h3 {
    margin: 0;
    font-family: var(--font--primary, montserrat);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--color--dark-2);
    letter-spacing: 0%;
}

.accordionjs .acc_section .acc_head svg {
    width: 25px;
    min-width: 25px;
    height: 15px;
    margin-left: 20px;
    color: #6B7280;
}

.accordionjs .acc_section .acc_content {
    gap: 0;
    font-family: var(--font--primary, montserrat);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--color--gray-dark);
    letter-spacing: 0%;
}

.accordionjs .acc_section.acc_active>.acc_content {
    display: flex;
}

.accordionjs .acc_section.acc_active>.acc_head svg {
    transform: rotate(180deg);
}

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

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

/* Text meant only for screen readers. */

.screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow-wrap: normal !important;
    clip-path: inset(1px);
}

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

/* 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;
    margin-bottom: 1.5em;
    /* rtl:ignore */
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.5em;
}

/* Woocommerce
--------------------------------------------- */

/*
 * WooCommerce styles override
 */

/**
 * Colors
 */

/**
 * Shop tables
 */
table.shop_table_responsive thead {
    display: none;
}

table.shop_table_responsive tbody th {
    display: none;
}

table.shop_table_responsive tr td {
    clear: both;
    display: block;
    text-align: right;
}

table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    float: left;
}

table.shop_table_responsive tr td.product-remove::before {
    display: none;
}

table.shop_table_responsive tr td.product-remove a {
    text-align: left;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
    display: none;
}

table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center;
}

@media screen and (width >=48em) {
    table.shop_table_responsive thead {
        display: table-header-group;
    }

    table.shop_table_responsive tbody th {
        display: table-cell;
    }

    table.shop_table_responsive tr th,
    table.shop_table_responsive tr td {
        text-align: left;
    }

    table.shop_table_responsive tr td {
        display: table-cell;
    }

    table.shop_table_responsive tr td::before {
        display: none;
    }
}

/**
 * Products
 */
ul.products {
    margin: 0;
    padding: 0;
}

ul.products li.product {
    position: relative;
    margin-bottom: 2em;
    list-style: none;
}

ul.products li.product img {
    display: block;
}

ul.products li.product .button {
    display: block;
}

@media screen and (width >=48em) {
    ul.products li.product {
        width: 30.7966666667%;
        float: left;
        margin-right: 3.8%;
    }

    ul.products li.product.first {
        clear: both;
    }

    ul.products li.product.last {
        margin-right: 0;
    }

    ul.products.columns-1 li.product {
        float: none;
        width: 100%;
    }

    ul.products.columns-2 li.product {
        width: 48.1%;
    }

    ul.products.columns-3 li.product {
        width: 30.7966666667%;
    }

    ul.products.columns-4 li.product {
        width: 22.15%;
    }

    ul.products.columns-5 li.product {
        width: 16.96%;
    }

    ul.products.columns-6 li.product {
        width: 13.4933333333%;
    }
}

/**
 * Single product
 */

/*
 * WooCommerce styles override
 */

/**
 * Colors
 */

.single-product div.product {
    position: relative;
}

.single-product div.product .woocommerce-product-gallery {
    position: relative;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 99;
    top: 2em;
    right: 1em;
    display: block;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    cursor: pointer;
    float: left;
    list-style: none;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 30.7966666667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: both;
}

.stock:empty::before {
    display: none;
}

.stock.in-stock {
    color: #0f834d;
}

.stock.out-of-stock {
    color: #e2401c;
}

/**
 * Checkout
 */

@media screen and (width >=768px) {

    .col2-set .form-row-first {
        float: left;
        margin-right: 3.8%;
    }

    .col2-set .form-row-last {
        float: right;
        margin-right: 0;
    }

    .col2-set .form-row-first,
    .col2-set .form-row-last {
        width: 48.1%;
    }
}

/**
 * General WooCommerce components
 */

/*
 * WooCommerce styles override
 */

/**
 * Colors
 */

/**
 * Header cart
 */

.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0;
}

.site-header-cart .cart-contents {
    text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
    display: none;
}

.site-header-cart .product_list_widget {
    margin: 0;
    padding: 0;
}

/**
 * Star rating
 */

.star-rating {
    position: relative;
    overflow: hidden;
    width: 5.3em;
    height: 1.618em;
    font-family: star;
    font-weight: 400;
    line-height: 1.618;
}

.star-rating::before {
    content: "SSSSS";
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    opacity: 0.25;
}

.star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    overflow: hidden;
    padding-top: 1.5em;
}

.star-rating span::before {
    content: "SSSSS";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--color--dark);
}

p.stars a {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 1px;
    font-weight: 400;
    text-decoration: none;
    text-indent: -999em;
}

p.stars a::before {
    content: "S";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1em;
    height: 1em;
    font-family: star;
    line-height: 1;
    color: var(--color--dark);
    text-indent: 0;
    opacity: 0.25;
}

p.stars a:hover~a::before {
    content: "S";
    color: var(--color--dark);
    opacity: 0.25;
}

p.stars:hover a::before {
    content: "S";
    color: var(--color--dark);
    opacity: 1;
}

p.stars.selected a.active::before {
    content: "S";
    color: var(--color--dark);
    opacity: 1;
}

p.stars.selected a.active~a::before {
    content: "S";
    color: var(--color--dark);
    opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
    content: "S";
    color: var(--color--dark);
    opacity: 1;
}

/**
 * Tabs
 */

.woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
}

.woocommerce-tabs ul.tabs li {
    position: relative;
    display: block;
    margin: 0;
}

.woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 1em 0;
}

.woocommerce-tabs .panel h2:first-of-type {
    margin-bottom: 1em;
}

/**
 * Password strength meter
 */

.woocommerce-password-strength {
    text-align: right;
}

.woocommerce-password-strength.strong {
    color: #0f834d;
}

.woocommerce-password-strength.short {
    color: #e2401c;
}

.woocommerce-password-strength.bad {
    color: #e2401c;
}

.woocommerce-password-strength.good {
    color: #3d9cd2;
}

/**
 * Forms
 */

.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c;
}

.required {
    color: #f00;
}

/**
 * Notices
 */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    clear: both;
    background-color: #0f834d;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #3d9cd2;
}

.woocommerce-error {
    background-color: #e2401c;
}

.demo_store {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 1em;
    background-color: #3d9cd2;
}

@media screen and (width >=48em) {
    /**
   * Header cart
   */

    .site-header-cart .widget_shopping_cart {
        position: absolute;
        z-index: 999999;
        top: 100%;
        left: -999em;
        display: block;
        width: 100%;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }

    .site-header-cart:hover .widget_shopping_cart,
    .site-header-cart.focus .widget_shopping_cart {
        left: 0;
        display: block;
    }
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */

.widget_price_filter .price_slider {
    margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
    line-height: 2.4;
    text-align: right;
}

.widget_price_filter .price_slider_amount .button {
    float: left;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    cursor: ew-resize;
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
    width: 1em;
    height: 1em;
    margin-top: -0.25em;
    opacity: 1;
    background: var(--color--dark);
    outline: none;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: var(--color--dark);
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
}

/* --------------------------------------------------------------
# Blocks
-------------------------------------------------------------- */

/* Products
--------------------------------------------- */

.tgs-products__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 45px;
    justify-content: center;
}

.tgs-product {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 320px;
}

.tgs-product__image {
    aspect-ratio: 320/343;
    width: 100%;
    overflow: hidden;
    min-height: 342px;
    max-height: 342px;
    border-radius: 8px;
}

.tgs-product__image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    transition: all .3s ease-in-out;
    touch-action: manipulation;
    text-decoration: none;
}

.tgs-product__image:hover img {
    scale: 1.2;
}


.tgs-product__data {
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 100%;
}

.tgs-product__name {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: var(--color--dark);
    /*text-transform: lowercase;*/
    letter-spacing: 0%;
}

.tgs-course-cards__item-title {
    /* text-transform: lowercase;*/
}

.tgs-product__price {
    flex-grow: 1;
}

.tgs-product__price-amount {
    display: flex;
    gap: 5px;
    align-items: first baseline;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0%;
}

.tgs-product__price-amount span,
.tgs-product__price-amount bdi {
    font-size: 32px;
    font-weight: 600;
    color: var(--color--primary-darker);
}

.tgs-product__rating {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: flex-start;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0%;
}

.tgs-product__rating strong {
    font-weight: 500;
}

.tgs-product__thunder-icon {
    align-self: center;
    width: 9px;
    height: 16px;
    color: var(--color--primary-light-2);
}

.tgs-product__star-icon {
    width: 18px;
    height: 20px;
    color: var(--color--primary-light-2);
}

.tgs-product__separator {
    width: 100%;
    max-width: 217px;
    height: 1px;
    margin: auto;
    background-color: #D3D3D4;
}

.tgs-product__action {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
}

.tgs-product__action-add-cart.tgs__btn,
.tgs-product__action-show-details.tgs__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 131px;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0%;
    background-color: var(--color--primary-darker);
}

.tgs-product__action-show-details.tgs__btn {
    border: 1px solid var(--color--primary-darker);
    color: var(--color--primary-darker);
    background-color: transparent;
}

.tgs-product__action-show-details.tgs__btn:hover {
    color: var(--color--white);
    background-color: var(--color--primary-darker);
}

/* ============================================================================
   Movil <= 1024px
   ============================================================================ */

@media (width <=1024px) {

    .tgs-products__wrapper {
        grid-template-columns: repeat(2, minmax(280px, 1fr));
    }
}

/* ============================================================================
   Movil <= 768px
   ============================================================================ */

@media (width <=650px) {

    .tgs-products__wrapper {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

/* Posts
--------------------------------------------- */

.tgs-posts {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.35),
        0px 6px 30px rgba(0, 0, 0, 0.2);
}

.tgs-posts__image {
    aspect-ratio: 315/435;
    width: 100%;
    height: 100%;
}

.tgs-posts__image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.tgs-posts__data {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 40px 30px 40px 35px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(195, 138, 70, 0.72) 100%);
}

.tgs-posts__title,
.tgs-posts__title:visited {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: var(--color--white);
    letter-spacing: -0.75%;
    overflow-wrap: normal !important;
    /*text-transform: lowercase;*/
}

.tgs-posts__text {
    overflow: hidden;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    width: 100%;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--color--white);
    text-overflow: ellipsis;
    letter-spacing: -0.75%;
    overflow-wrap: break-word;
}

.tgs-posts__text p {
    margin: 0;
    overflow-wrap: break-word;
}

.tgs-posts__data:hover {
    justify-content: space-between;
    background: linear-gradient(180.16deg, #C37430 0.14%, #EFD282 50%, #C37430 99.86%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.tgs-posts__data:hover ::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -56px;
    width: 246px;
    height: 240px;
    opacity: 0.07;
    background-image: var(--tgs-post-cards-logo-url);
    background-size: cover;
}

.tgs-posts__data:hover .tgs-posts__title {
    font-size: 24px;
}

.tgs-posts__data:hover .tgs-posts__text {
    display: -webkit-box;
}

.tgs-posts__data:hover .tgs-posts__link {
    margin-top: auto;
    font-size: var(--wp--preset--font-size--link-20);
}

/* ============================================================================
   Movil <= 1024px
   ============================================================================ */

@media (width <=1024px) {

    .tgs-posts__text {
        -webkit-line-clamp: 10;
    }
}

/* ============================================================================
   Movil <= 768px
   ============================================================================ */

@media (width <=650px) {

    .tgs-posts-text {
        -webkit-line-clamp: 8;
    }
}

/* Pagination
--------------------------------------------- */

.tgs__pagination {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 45px;
    margin-inline: auto;
    color: var(--color--primary-darker);
}

.tgs__pagination .page-numbers {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    font-family: var(--font--primary, montserrat);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--color--primary-darker);
    text-decoration: none;
    letter-spacing: 0%;
}

.tgs__pagination .tgs__pagination-prev,
.tgs__pagination .tgs__pagination-next,
.tgs__pagination .tgs__pagination-disabled {
    width: 45px;
    line-height: 1;
    color: var(--color--primary-darker);
    text-align: center;
    text-decoration: none;
}

.tgs-posts__text.tgs-post-cards__item-text {
    display: none !important;
    opacity: 0 !important;
}

button.tgs__pagination-btn:hover {
    background-color: rgba(156, 110, 56, 0.23);
    width: 40px;
    height: 40px;
}

.tgs__pagination .tgs__pagination-prev svg,
.tgs__pagination .tgs__pagination-next svg,
.tgs__pagination .tgs__pagination-disabled svg {
    width: 25px;
    height: 25px;
    color: #C37430;
    fill: #fff;
}

.tgs__pagination .tgs__pagination-prev {
    cursor: pointer;
}

.tgs__pagination .tgs__pagination-prev svg {
    transform: rotate(-90deg);
}

.tgs__pagination .tgs__pagination-next {
    cursor: pointer;
}

.tgs__pagination .tgs__pagination-next svg {
    transform: rotate(90deg);
}

.tgs__pagination .tgs__pagination-disabled {
    cursor: default;
}

.tgs__pagination .current {
    background-color: rgba(156, 110, 56, 0.23);
    color: var(--color--dark);
}

/* Category filter
--------------------------------------------- */

.tgs__category-filter {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.tgs__category-filter-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
}

.tgs__category-filter .tgs__filter-by {
    padding: 0;
    padding-left: 15px;
    border-left: 2px solid var(--color--primary);
    font-family: var(--font--primary, montserrat);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--color--dark);
    text-transform: uppercase;
    background-color: transparent;
}

.tgs__category-filter-btn {
    padding: 12px 24px;
    border: 1px solid var(--color--ice);
    border-radius: 40px;
    font-family: var(--font--primary, montserrat);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--color--gray-light);
    text-align: center;
    letter-spacing: 0%;
    background-color: var(--color--white);
}

.tgs__category-filter-btn:hover {
    background-color: var(--color--ice);
}

.tgs__category-filter-btn.current {
    border: none;
    color: var(--color--white);
    background-color: var(--color--primary);
}

.tgs__category-filter-btn.current:hover {
    background-color: var(--color--primary-darker);
}


/*Custom single blog*/

/*body.wp-singular.single.single-sfwd-courses .tab_inner_content {
    margin: 11px 0;
    left: -200%;
    position: relative;
    position: unset;
}*/

body.single.single-post .container_wrap,
body.single.single-post .container_wrap .content {
    border-style: none !important;
    padding-top: 0;
}

body.single.single-post .container_wrap .container {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

body.single.single-post .container_wrap .container .avia-slideshow,
body.single.single-post .container_wrap .container .avia-slideshow ul * {
    max-height: 600px;
    object-fit: cover;
    min-height: 600px;
    border-radius: 25px;
    max-width: 500px;
    width: 100%;
}

body.single.single-post .container_wrap .container .tab.active_tab.tab_counter_0 {
    font-family: var(--font--primary, montserrat);
    font-weight: 500;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: 0%;
    vertical-align: middle;
    border-style: none !important;
}

body.single.single-post .container_wrap .container .tab_content.active_tab_content {
    padding-left: 0;
    border-style: none !important;
}

body.single.single-post .container_wrap .container .tab_content.active_tab_content * {
    margin-left: 10px !important;
    font-family: var(--font--primary, montserrat);
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0%;
    vertical-align: middle;
}

body.single.single-post .container_wrap .container .content .entry-content-wrapper {
    padding-right: 0;
}

body.single.single-post .container_wrap .container .avia-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    letter-spacing: 0%;
    background-color: var(--color--primary-darker);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    line-height: 1.2 !important;
    color: var(--color--white);
    border-radius: 10px !important;
    font-family: var(--font--primary, montserrat);
    padding: 10px 14px !important;
    font-weight: 500;
    font-size: 16px !important;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

body.single.single-post .container_wrap .container .avia-button:hover {
    color: var(--color--dark) !important;
    text-decoration: underline;
}

body.single.single-post .container_wrap .container div .av_three_fifth {
    margin-left: 0;
}

body.single.single-post .container_wrap .container div .flex_column {
    width: 100% !important;
    float: unset;
}

body.single.single-post .container_wrap .container .avia-slideshow-dots a {
    height: 5.5px;
    width: 5.5px;
}

body.single.single-post .container_wrap .container .column-top-margin {
    margin-top: 20px;
}

body.single.single-post .container_wrap .container ul,
body.single.single-post .container_wrap .container ol {
    margin: 0 0 24px 24px;
}

body.single.single-post main#primary {
    overflow: hidden;
}

body.single.single-post .container_wrap .container .entry-content-wrapper div li {
    text-indent: 0;
    font-family: var(--font--primary, montserrat);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0%;
}

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

    body.single.single-post .container_wrap .container .avia-slideshow,
    body.single.single-post .container_wrap .container .avia-slideshow ul * {
        max-height: 400px;
        min-height: 400px;
    }

    body.single.single-post .tabcontainer {
        border-style: none !important;
        padding: 0;
    }
}

/*Single Course*/

body.single.single-sfwd-courses .learndash-wrapper [class*="learndash-shortcode-wrap-course_content-"]:not(body.single.single-sfwd-courses .single-course-content-list .learndash-wrapper [class*="learndash-shortcode-wrap-course_content-"]) {
    display: none !important;
}

body.single.single-sfwd-courses .ld-section-heading>h2 {
    text-align: left !important;
    font-family: var(--font--primary, montserrat);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0%;
}

body.single.single-sfwd-courses .user_has_no_access .ld-course-status {
    display: none !important;
}

body.single.single-sfwd-courses .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
    color: #C37430;
}

body.single.single-sfwd-courses .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
    height: 7px;
    background: #C37430;
}

body.single.single-sfwd-courses .ld-item-list.ld-lesson-list a.ld-item-name {
    align-items: center;
}

body.single.single-sfwd-courses .ld-item-list.ld-lesson-list a.ld-item-name .ld-status-icon {
    margin-top: 0;
}

body.single.single-sfwd-courses .ld-item-list.ld-lesson-list a.ld-item-name .ld-status-icon.ld-status-complete {
    background-color: #C37430;
}

body.single.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover {
    color: #C37430 !important;
}

body.single.single-sfwd-courses .learndash-wrapper .ld-item-list {
    margin-top: 100px;
}

body.single.single-sfwd-courses #learndash_course_certificate a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 131px;
    padding: 6px 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0%;
    background-color: var(--color--primary-darker);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-radius: 30px;
    font-family: Montserrat;
    color: var(--color--white);
    gap: 10px;
    max-width: fit-content;
}

body.single.single-sfwd-courses #learndash_course_certificate a:hover {
    color: var(--color--white);
    color: #232323 !important;
}

body.single.single-sfwd-courses #learndash_course_content {
    margin-top: 80px;
}

body.single.single-sfwd-courses #learndash_course_content a {
    margin: 0;
    font-family: var(--font--primary, montserrat);
    font-size: 18px;
    font-weight: 500;
    color: var(--color--dark-2) !important;
    letter-spacing: 0%;
    line-height: 1.4;
}

body.single.single-sfwd-courses [class^="real3dflipbook-"] {
    margin-top: 80px;
}

body.single.single-sfwd-courses .slider-container.carousel {
    margin-top: 80px;
}

body.single.single-sfwd-courses .wp-block-embed-youtube {
    margin-top: 40px;
}

@media only screen and (min-width:1024px) {
    .tgs-course-intro__box.tgs-course-intro__box--purchased {
        min-width: 352px;
    }
}

/*woocommerce cart*/
body.woocommerce-cart .button.wc-backward {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0%;
    background-color: var(--color--primary-darker);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
    border-radius: 30px;
    font-family: var(--font--primary, montserrat);
    color: var(--color--white);
    max-width: fit-content;
}

body.woocommerce-cart .button.wc-backward:hover {
    color: #232323 !important;
    text-decoration: underline;
}

body.woocommerce-cart .woocommerce-info {
    border-top-color: #C37430;
    background-color: #C3743047 !important;
    color: #232323;
    font-family: var(--font--primary, montserrat);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0%;
    vertical-align: middle;
}

body.woocommerce-cart .woocommerce-info::before {
    color: #232323;
}

body.woocommerce-cart .checkout-button {
    background-color: var(--color--primary-darker) !important;
}

body.woocommerce-cart .checkout-button:hover {
    color: #232323 !important;
    text-decoration: underline;
}

body.woocommerce-cart .woocommerce .cart .button,
body.woocommerce-cart .woocommerce .cart input.button {
    background-color: #fff !important;
    border: 1px solid #C37430 !important;
    color: #C37430 !important;
    min-height: 37px;
}

body.woocommerce-cart .woocommerce .cart .button:hover,
body.woocommerce-cart .woocommerce .cart input.button:hover {
    background-color: #C37430 !important;
    border: 1px solid #C37430 !important;
    color: #fff !important;
}

body.woocommerce-cart input#coupon_code {
    min-width: 200px !important;
}

body.woocommerce-cart .woocommerce-message,
.woocommerce-info,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-noreviews,
body.woocommerce-cart p.no-comments {
    border-top-color: #C37430;
    background-color: #C3743047 !important;
    color: #232323;
    font-family: var(--font--primary, montserrat);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0%;
    vertical-align: middle;
}

body.woocommerce-cart .woocommerce a.remove {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*wocommerce checkout*/

body.woocommerce-checkout button.wc-block-components-checkout-place-order-button,
body.woocommerce-checkout button.wc-block-components-totals-coupon__button {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
    background-color: #C37430;
    font-weight: 500;
    font-family: var(--font--primary, montserrat);
    color: var(--color--white);
}

body.woocommerce-checkout button.wc-block-components-checkout-place-order-button:hover,
body.woocommerce-checkout button.wc-block-components-totals-coupon__button:hover {
    color: #000;
    text-decoration: underline;
}

body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
    background-color: #fff !important;
    border-bottom: 1px solid #C37430 !important;
    color: #C37430 !important;
    text-decoration: none !important;
}

body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form * {
    border-color: #C37430 !important;
}

/*woccomerce mi cuenta*/
body.woocommerce-account button.ld-expand-button {
    background-color: #C37430 !important;
}

body.woocommerce-account button.ld-expand-button:hover {
    opacity: 0.8;
}

body.woocommerce-account .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
    color: #C37430;
}

body.woocommerce-account .learndash-wrapper .ld-status-in-progress {
    border-left-color: #C37430;
    border-top-color: #C37430;
}

body.woocommerce-account .learndash-wrapper .ld-status {
    background-color: #C37430;
    color: #fff;
}

body.woocommerce-account .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
    background: #C37430;
}

body.woocommerce-account .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-label {
    color: #C37430;
}

.woocommerce-account.woocommerce-page .ld_course_grid_button a.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 131px;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0%;
    background-color: var(--color--primary-darker);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    color: var(--color--white);
    border-radius: 30px;
    font-family: Montserrat;
    border-style: none;
    max-width: fit-content;
}

.woocommerce-account.woocommerce-page .ld_course_grid_button a.btn:hover {
    color: var(--color--dark) !important;
    text-decoration: underline !important;
}

.woocommerce-account.woocommerce-page .woocommerce-form-login__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 131px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0%;
    background-color: var(--color--primary-darker);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    color: var(--color--white);
    border-radius: 30px;
    font-family: Montserrat;
    border-style: none;
    max-width: fit-content;
}

.woocommerce-account.woocommerce-page .woocommerce-form-login__submit:hover {
    background-color: var(--color--primary-darker);
    color: var(--color--dark) !important;
    text-decoration: underline !important;
}

.woocommerce-account.woocommerce-page form.woocommerce-form {
    max-width: 500px;
    width: 100%;
}

.woocommerce-account.woocommerce-page #learndash_lesson_topics_list div>strong,
.woocommerce-account.woocommerce-page #learndash_lessons #lesson_heading,
.woocommerce-account.woocommerce-page #learndash_profile .learndash_profile_heading,
.woocommerce-account.woocommerce-page #learndash_quizzes #quiz_heading {
    font-family: var(--font--primary, montserrat);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0%;
}

#learndash_profile .learndash-course-link a,
#learndash_profile .profile_edit_profile a {
    color: #C37430;
    font-size: 14px;
    line-height: 1.4;
}

.woocommerce-account.woocommerce-page main#primary * {
    font-family: var(--font--primary, montserrat);
    border-color: #C37430;
    border-width: 1px;
}

.woocommerce-account.woocommerce-page #learndash_lesson_topics_list div>strong,
.woocommerce-account.woocommerce-page #learndash_lessons #lesson_heading,
.woocommerce-account.woocommerce-page #learndash_profile .learndash_profile_heading,
.woocommerce-account.woocommerce-page #learndash_quizzes #quiz_heading {
    background-color: #C37430;
    color: #fff !important;
}


.woocommerce-account.woocommerce-page #learndash_lesson_topics_list>div,
.woocommerce-account.woocommerce-page #learndash_lessons,
.woocommerce-account.woocommerce-page #learndash_profile,
.woocommerce-account.woocommerce-page #learndash_quizzes {
    border: 1px solid #C37430;
}

.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content strong {
    color: #C37430;
}

.woocommerce-account.woocommerce-page .ld-course-list-items .ld_course_grid .thumbnail.course a .wp-post-image {
    max-height: 260px;
    min-height: 260px;
    width: 100%;
    object-fit: cover;
}

.woocommerce-account.woocommerce-page .ld-course-list-items .ld_course_grid .thumbnail.course {
    border-radius: 20px;
    box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.35), 0px 6px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.woocommerce-account.woocommerce-page .woocommerce-info::before {
    color: #C37430;
}

.woocommerce-account.woocommerce-page .woocommerce-Button.button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 131px;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: center;
    letter-spacing: 0%;
    background-color: var(--color--primary-darker) !important;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
    border-radius: 30px !important;
    font-family: Montserrat !important;
    border-style: none;
    max-width: fit-content;
    color: #fff !important;
}

.woocommerce-account.woocommerce-page .woocommerce-Button.button:hover {
    color: var(--color--dark) !important;
    text-decoration: underline !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #C37430 !important;
}

.woocommerce-account .addresses .title .edit {
    float: none;
    text-decoration: underline;
    color: #C37430;
}

@media only screen and (max-width: 590px) {
    .woocommerce-account.woocommerce-page .ld-course-list-items .ld_course_grid .thumbnail.course a .wp-post-image {
        max-height: 220px;
        min-height: 220px;
    }

    .footer--widget-wrapper {
        gap: 0px !important;
    }
}

/*Taxonomies Post*/

.tgs-archive__wrapper.tgs-post-cards__wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    display: grid;
}

.tgs-archive__title {
    margin: 20px 0;
}

@media only screen and (max-width: 1299px) {
    .tgs-archive__wrapper.tgs-post-cards__wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (max-width: 999px) {
    .tgs-archive__wrapper.tgs-post-cards__wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 690px) {
    .tgs-archive__wrapper.tgs-post-cards__wrapper {
        grid-template-columns: 1fr;
    }
}

.tgs-courses .tgs-product {
    max-width: 100%;
}

.tgs-product__action a {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.tgs-courses.wp-block-tgs-courses .tgs-product__image {
    border-radius: 8px;
    box-shadow: 0px 0px 6.6px rgba(255, 255, 255, 0.35), 0px 6px 30px rgba(0, 0, 0, 0.2);
}

.tgs-courses.wp-block-tgs-courses .tgs-products__wrapper.tgs-course__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-height: 250px;
}

@media only screen and (max-width:1299px) {
    .tgs-courses.wp-block-tgs-courses .tgs-products__wrapper.tgs-course__wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (max-width:990px) {
    .tgs-courses.wp-block-tgs-courses .tgs-products__wrapper.tgs-course__wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width:650px) {
    .tgs-courses.wp-block-tgs-courses .tgs-products__wrapper.tgs-course__wrapper {
        grid-template-columns: 1fr;
    }
}

/*Iniciar Session*/

.page-sesion-login-last-posts {
    margin-left: 0;
}

.page-sesion-login-last-posts li {
    column-gap: 10px;
    display: grid;
    grid-template-columns: 50px 1fr;
    margin-bottom: 15px;
}

.page-sesion-login-col-right {
    max-width: 320px;
    width: 100%;
}

.page-sesion-login-col-right .wp-block-latest-posts__post-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0%;
}

.page-sesion-login-col-right time.wp-block-latest-posts__post-date {
    white-space: nowrap;
    margin-top: 5px;
    margin-left: 60px;
}

.page-sesion-login-col-right .wp-block-categories-list,
.page-sesion-login-col-right .wp-block-archives-list {
    margin-left: 20px;
}

.page-sesion-login-col-right .wp-block-latest-posts__featured-image img {
    border-radius: 10px;
    box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.35), 0px 6px 30px rgba(0, 0, 0, 0.2);
}

.page-sesion-login-container {
    margin-top: 40px;
    justify-content: space-between;
}

.page-sesion-login-col-left form#ult-login-form p {
    display: flex;
    flex-direction: column;
}

.page-sesion-login-col-left {
    max-width: 500px;
    width: 100%;
    margin-bottom: 40px;
}

.page-sesion-login-col-left form#ult-login-form input#wp-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0%;
    background-color: var(--color--primary-darker);
    max-width: fit-content;
    min-width: 130px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
}


.tgs-courses.wp-block-tgs-courses .tgs-product__image,
.tgs-courses.wp-block-tgs-courses .tgs-product__image img {
    max-height: 337px;
    min-height: 337px;
}

body.woocommerce-checkout.woocommerce-page #order_review img {
    max-width: 50px;
    object-fit: contain;
}

body.woocommerce-checkout.woocommerce-page p#billing_email_field,
body.woocommerce-checkout.woocommerce-page p#billing_phone_field {
    float: unset !important;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
}

figure.wp-block-table.legal-texts-table {
    overflow: scroll;
}

figure.wp-block-table.legal-texts-table table {
    min-width: 400px;
    margin: 0;
}

/*.tgs-product__rating {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}*/

.tgs-product__price-amount.tgs-product__price-amount-pagado span {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

section.related.products {
    display: none !important;
}

.woocommerce-message:focus-visible {
    outline: none !important;
}

a.button.wc-forward {
    background-color: #C37430 !important;
    color: #fff;
    margin-top: 20px;
}

.tgs-paginated-posts {
    overflow: hidden;
}

.footer--widget-wrapper .widget a {
    color: white !important;
}

body.wp-singular.single.single-sfwd-courses .tgs-hero__container,
body.single.single-post .tgs-hero__container,
body.single.single-product .tgs-hero__container {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

body.wp-singular.single.single-sfwd-courses .course-sliders {
    max-width: 500px;
    width: 100%;
}

footer .footer--widget.footer--widget-3 {
    flex-direction: column;
    max-width: 240px;
    width: 100%;
}

.tgs-courses.tgs-courses-enable-primes .tgs-product__price,
.tgs-courses.tgs-courses-enable-primes .tgs-product__action-add-cart {
    display: none !important;
}

.woocommerce-product-details__short-description .tgs__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0%;
    background-color: var(--color--primary-darker);
    max-width: 400px;
    width: 100%;
    color: var(--color--white);
    line-height: 1.2;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

#commentform input#submit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: center !important;
    letter-spacing: 0% !important;
    background-color: var(--color--primary-darker) !important;
    max-width: fit-content !important;
    width: 100% !important;
    color: var(--color--white) !important;
    line-height: 1.2 !important;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 20px !important;
}

.star-rating span::before,
p.stars a::before {
    color: var(--color--primary-darker) !important;
}

.woocommerce.woocommerce-learndash {
    max-width: 700px;
    width: 100%;
}

#reviews.woocommerce-Reviews {
    margin-top: 120px !important;
}

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

    #reviews.woocommerce-Reviews {
        margin-top: 120px !important;
    }
}

body.wp-singular.single.single-post .avia-slideshow[data-taxonomy="product_cat"] {
    display: none !important;
}

body.wp-singular.single.single-post .hr.hr-default {
    display: none !important;
}

body.wp-singular.single.single-post .tgs__btn.tgs__av-button-legacy {
    display: none !important;
}

/* Tabs custom show/hide - sin scroll */
.woocommerce-tabs.show-description #tab-description {
    display: block !important;
}

.woocommerce-tabs.show-description #tab-additional_information {
    display: none !important;
}

.woocommerce-tabs.show-additional #tab-additional_information {
    display: block !important;
}

.woocommerce-tabs.show-additional #tab-description {
    display: none !important;
}

body.single.single-product .tgs-related-products {
    margin-top: 80px;
}


body.single.single-product .tgs-related-products__btn-products.tgs__btn {
    display: none !important;
}

body.single.single-sfwd-lessons nav.navigation.post-navigation,
body.single.single-sfwd-topic nav.navigation.post-navigation {
    margin-top: 40px;
}

/*Single lesson*/
body.single.single-sfwd-lessons .container_wrap_first.container_wrap,
body.single.single-sfwd-lessons main.template-page.content {
    border-style: none !important;
}

/*body.single.single-sfwd-lessons .learndash_content span {
    display: block;
    margin-bottom: 10px;
}*/
body.single.single-sfwd-lessons .learndash_content p,
body.single.single-sfwd-topic .learndash_content p {
    max-width: fit-content;
}

body.single.single-sfwd-lessons .learndash_content *,
body.single.single-sfwd-topic .learndash_content * {
    font-family: var(--font--primary, montserrat) !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    letter-spacing: 0% !important;
    text-align: left !important;
}

body.single.single-sfwd-lessons .post-thumbnail,
body.single.single-sfwd-lessons .post-thumbnail img,
body.single.single-sfwd-topic .post-thumbnail,
body.single.single-sfwd-topic .post-thumbnail img {
    max-width: 500px;
    border-radius: 20px;
}

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

    .tgs-cards-icons__title,
    .tgs-cards-icons__description *,
    .tgs-post-cards__title.tgs__title,
    .tgs__title,
    .tgs-contact-form__title,
    .tgs-contact-form__description {
        text-align: left !important;
        margin-left: 0;
        margin-right: auto;
    }
}


.cart-continue-shop a {
    background-color: #C37430 !important;
    color: white;
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: .8em;
    border-radius: 3px;
    max-width: 633px;
    margin-right: 0;
    margin-left: auto;
}

/*Single tema, y topic*/

@media only screen and (min-width:1023px) {

    .single.single-sfwd-lessons dd.course_progress,
    .single.single-sfwd-topic dd.course_progress {
        position: absolute;
        top: -50px;
        max-width: 300px;
        right: 0;
    }

    .single.single-sfwd-lessons .entry-content,
    .single.single-sfwd-topic .entry-content {
        display: grid;
        grid-template-columns: 1.2fr 0.8fr;
        position: relative;
        gap: 40px;
    }

}

.single.single-sfwd-lessons #learndash_next_prev_link,
.single.single-sfwd-topic #learndash_next_prev_link,
.woo-multi-currency.wmc-sidebar.wmc-right {
    display: none !important;
}

.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
	border: none;
    background-color: transparent;
    color: #fff;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.woo-multi-currency.wmc-shortcode .wmc-currency-wrapper .wmc-current-currency-arrow::after {
	content: "";
}

.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency {
	background-color: var(--wp--preset--color--primary, c.$color__primary );
	border-radius: 25px;
}

.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency > a {
	color: #fff;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
	border: none;
	background-color: transparent;
}
