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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
@font-face {
  font-family: "Romie";
  font-weight: 400;
  src: url("fonts/RomieTrial-Regular.otf");
  font-display: swap;
}

.ff_romie {
  font-family: "Romie";
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Romie";
  font-weight: 500;
  src: url("fonts/RomieTrial-Medium.otf");
  font-display: swap;
}

.ff_romie {
  font-family: "Romie";
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Romie Italic";
  font-weight: 500;
  src: url("fonts/RomieTrial-MediumItalic.otf");
  font-display: swap;
}

.ff_romie {
  font-family: "Romie";
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  src: url("fonts/Poppins-Thin.otf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  src: url("fonts/Poppins-ExtraLight.otf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  src: url("fonts/Poppins-Light.otf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  src: url("fonts/Poppins-Regular.otf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  src: url("fonts/Poppins-Medium.otf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  src: url("fonts/Poppins-SemiBold.otf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  src: url("fonts/Poppins-Bold.otf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  src: url("fonts/Poppins-ExtraBold.otf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  src: url("fonts/Poppins-Black.otf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  src: url("fonts/Poppins-ThinItalic.otf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  src: url("fonts/Poppins-ExtraLightItalic.otf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  src: url("fonts/Poppins-LightItalic.otf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  src: url("fonts/Poppins-MediumItalic.otf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  src: url("fonts/Poppins-SemiBoldItalic.otf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  src: url("fonts/Poppins-BoldItalic.otf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  src: url("fonts/Poppins-ExtraBoldItalic.otf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  src: url("fonts/Poppins-BlackItalic.otf");
  font-display: swap;
}

:root {
  --sunfield-negro: #1a1a1a;
  --sunfield-blanco: #fff;
  --grey-sunfield: #a7a7a8;
  --sunfield-cream: #f4f2ee;
  --font-family: "Poppins", sans-serif;
  --second-family: "Montserrat", sans-serif;
  --third-family: "Romie", sans-serif;
  --font-14px: 14px;
  --h1: 42px;
  --h2: 38px;
  --h3: 32px;
  --h4: 28px;
  --h5: 22px;
  --h6: 18px;
  --letter-spacing-01: 0.1em;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: var(--sunfield-negro);
  font-family: var(--font-family);
  font-size: 0.875rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: var(--third-family);
}

p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--sunfield-negro);

  margin-bottom: 1.5em;
}

.formato h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--third-family);
}

.formato h1,
.formato h1 strong {
  font-size: var(--h1);
  margin-bottom: 1.2rem;
}

.formato h2,
.formato h2 strong {
  font-size: var(--h2);
}

.formato h3,
.formato h3 strong {
  font-size: var(--h3);
}

.formato h4,
.formato h4 strong {
  font-size: var(--h4);
}

.formato h5,
.formato h5 strong {
  font-size: var(--h5);
}

.formato h6,
.formato h6 strong {
  font-size: var(--h6);
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
#page a {
  color: var(--sunfield-negro);
}

#wpadminbar .ab-empty-item,
#wpadminbar a.ab-item,
#wpadminbar > #wp-toolbar span.ab-label,
#wpadminbar > #wp-toolbar span.noticon {
  color: #f0f0f1;
}

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

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

a:focus {
  outline: none;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  border: 1px solid;
  border-color: var(--sunfield-negro);
  border-radius: 0px;
  background: var(--sunfield-negro);
  color: var(--sunfield-blanco) !important;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  padding: 16px 32px;
  min-width: 302px;
  min-height: 52px;
  text-decoration: none;
  display: inline-block;
}

.button_sin_relleno {
  border: 1px solid;
  border-color: inherit;
  border-radius: 0px;
  background: transparent;
  color: inherit;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  padding: 16px 32px;
  min-width: 302px;
  min-height: 52px;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

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

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
 */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: var(--grey-sunfield);
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid var(--grey-sunfield) !important;
  border-radius: 0px !important;
  padding: 3px;
  background: transparent;
}

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: var(--sunfield-negro);
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid var(--grey-sunfield);
  box-shadow: none !important;
  outline: none !important;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

#mc-embedded-subscribe {
  padding: 0.5rem;
  background: transparent !important;
  color: #000 !important;
  min-height: auto;
  border-radius: 0px !important;
  border: #000 solid 1px !important;
  line-height: 1 !important;
  margin: 0 !important;
}

footer #mc_embed_signup_scroll .mc-field-group {
  display: flex;
  align-items: end;
}

.mc_fieldset.gdprRequired.mc-field-group .checkbox.subfield {
  align-items: flex-start;
  margin-top: 1rem;
}

.mc_fieldset.gdprRequired.mc-field-group .checkbox.subfield input {
  margin-right: 0.5rem !important;
}

.mc_fieldset.gdprRequired.mc-field-group .checkbox.subfield p {
  margin-bottom: 0px;
  font-size: 12px;
}

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

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

.btn_main {
  background: var(--sunfield-negro, #1a1a1a);
  border-style: solid;
  border-color: transparent;
  border-width: 2px;
  padding: 16px 32px 16px 32px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  color: var(--sunfield-blanco, #ffffff) !important;
  text-align: center;
  font-family: var(--font-family);
  font-size: var(--font-14px, 14px);
  line-height: var(--cta01-line-height, 140%);
  letter-spacing: var(--cta01-letter-spacing, 0.1em);
  font-weight: var(--cta01-font-weight, 600);
  text-transform: uppercase;
  text-decoration: none;
}

.btn_main.btn_hover {
  opacity: 0;
  position: absolute;
  bottom: 5%;
  /* left: 50%;
  transform: translate(-50%, 50%); */
  width: 90%;
  margin: 0 5%;
  z-index: 2;
}

.hover_product:hover .btn_main {
  /* animation: reboteIn_abajo .5s 1; */
  animation: fadeIn 0.5s 1;
  opacity: 1;
}

.btn_main_quick_view.btn_hover {
  opacity: 0;
  position: absolute;
  bottom: 5%;
  /* left: 50%;
  transform: translate(-50%, 50%); */
  width: 90%;
  margin: 0 5%;
  z-index: 2;
}

.hover_product:hover .btn_main_quick_view {
  /* animation: reboteIn_abajo .5s 1; */
  animation: fadeIn 0.5s 1;
  opacity: 1;
}

.tags_products.btn_hover {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 55%;
  height: 70%;
  opacity: 0;
  z-index: 2;
}

.hover_product:hover .tags_products {
  animation: fadeIn 0.5s 1;
  opacity: 1;
}

.border-radius-0 {
  border-radius: 0% !important;
}

.badge.text-bg-light {
  color: var(--sunfield-negro, #1a1a1a) !important;
  background-color: var(--sunfield-blanco) !important;
  text-align: center;
  font-family: var(--font-family, "Poppins-SemiBold", sans-serif);
  font-size: var(--font-14px, 14px);
  letter-spacing: var(--letter-spacing-01, 0.1em);
  font-weight: var(--labelsd-font-weight, 600);
  text-transform: uppercase;
}

/* Asignamos las animaciones */

.reboteIn_abajo {
  animation: reboteIn_abajo 1s 1;
}

/* Creamos la animación ReboteIn desde Abajo (con keyframes) */

@keyframes reboteIn_abajo {
  0% {
    opacity: 0;
    transform: translateY(100vw);
  }

  50% {
    transform: translateY(-30px);
    opacity: 1;
  }

  70% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.fadeIn {
  animation: fadeIn 1s infinite;
}

/* Creamos la animación (con keyframes) */

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.3;
  }

  70% {
    opacity: 0.6;
  }
}

/*--------------------------------------------------------------
# top_bar
--------------------------------------------------------------*/

.top_bar {
  background-color: var(--sunfield-negro);
  color: var(--sunfield-blanco);
}

.top_bar * {
  color: var(--sunfield-blanco) !important;
}

.text_top_bar p {
  font-size: 12px;
  margin: 0;
}

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

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

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

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

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

.main-navigation ul ul a {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  display: inline-block;
  padding-right: 3rem;
  min-width: 300px;
}

.wpml-ls-legacy-dropdown{
  width: auto !important;
}

.wpml-ls-legacy-dropdown ul{
  display: block;
  position: static !important;
  float: none !important;
  box-shadow: none !important;
}

.wpml-ls-legacy-dropdown ul a{
  min-width: 135px !important;
}

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

.main-navigation li {
  /* position: relative; */
}

.main-navigation a {
  display: block;
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: var(--sunfield-negro);
  padding-right: 1rem;
}

#site-navigation_woo.main-navigation a {
  display: block;
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: var(--sunfield-negro);
  padding: 0rem;
}

#site-navigation_woo.main-navigation ul {
  /* display: flex; */
  list-style: none;
  justify-content: end;
  align-items: center;
}

.main-navigation ul ul.sub-menu {
  background-color: #fff;
  display: block;
  /* min-width: 300px; */
  min-width: 100%;
  width: 100%;
  padding: 3rem;
  min-height: 350px;
  border-bottom: solid #000 1px;
}

.main-navigation ul ul.sub-menu li {
  padding: 0% !important;
}

.main-navigation ul ul.sub-menu a {
  width: auto;
  text-transform: capitalize !important;
}

.main-navigation ul ul.sub-menu li ul.sub-menu {
  display: inline-block;
  padding: 0px;
  min-width: 300px;
  width: auto;
  box-shadow: none;
  padding-top: 3rem;
}

.menu-item-has-children > a::after {
  font-size: 0.8rem !important;
  font-family: bootstrap-icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: rgba(167, 167, 168, 1);
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F282";
  position: relative;
  min-width: auto !important;
  min-height: auto !important;
  padding-left: 0.5rem;
}

.menu-item-has-children > a {
  display: flex;
  align-items: center;
}

.sub-menu .menu-item-has-children > a::after {
  content: none;
  padding: 0px;
}

button.menu-toggle {
  color: #000;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  /* box-sizing: border-box; */
}

.marquee {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

.marquee-container:hover .marquee {
  animation-play-state: paused;
}

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

#site-navigation .menu-toggle {
  min-width: auto;
  min-height: auto;
  width: auto;
  background: transparent;
}

@media (max-width: 992px) {
  .main-navigation {
    display: block;
    width: auto;
  }

  #primary-menu {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #fff;
    margin-top: 4%;
    left: 0px;
    padding: 1rem 1rem;
    z-index: 99;
  }

  .main-navigation ul ul.sub-menu {
    top: auto;
    min-height: auto;
    padding: 1rem;
    border: 0px;
  }

  .main-navigation ul ul.sub-menu ul.sub-menu {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    top: auto;
    position: fixed;
  }

  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul,
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    position: static !important;
  }

  #primary-menu li.menu-item a {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid rgba(36, 36, 35, 0.2);
    font-size: 16px;
    text-align: left;
  }

  .movil_slick .badge.text-bg-light {
    font-size: 12px;
  }

  .yith-wcqv-button.button {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    padding: 12px 22px;
    min-width: auto;
  }
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }

  .nav_search {
    width: 100%;
  }
}

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

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

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

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

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

.custom-logo {
  width: 350px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

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

.alignright {
  /*rtl:ignore*/
  float: right;

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

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

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.site-title {
  font-size: 30px;
  font-family: var(--third-family);
  color: var(--sunfield-negro);
  font-weight: 500;
}

.mhw-auto {
  min-width: auto !important;
  min-height: auto !important;
}

.overlay {
  /* background-color: #3a221d; */
  background-color: #000;
  opacity: 0.6;
  height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}

.overlay_hover {
  /* background-color: #3a221d; */
  background-color: #000;
  opacity: 0;
  height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
  transition: all 0.5s;
}

.hover_product:hover .overlay_hover {
  transition: all 0.5s;
  opacity: 0.4;
}

.custom_overlay {
  height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}

.banner_opacity {
  position: relative;
  width: 100%;
}

/* Para asegurar que el contenido se muestre por encima del overlay */
.banner_opacity > * {
  position: relative;
  z-index: 2;
}

.page-template-default main {
  padding: 1.7rem;
}

.contenido__video {
  height: 100%;
  position: relative;
}

video.bg-video {
  position: absolute;
  top: 1%;
  left: -1.5rem;
  width: auto;
  /*  height: auto; */
  /* transform: translateX(-50%); */
  z-index: 0;
}

header.woocommerce-products-header~button.btn.btn-primary.yith-wcan-filters-opener  {
  display: none !important;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .site-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 3rem;
  }

  .site-title {
    font-size: 60px;
    font-family: var(--third-family);
    color: var(--sunfield-negro);
    font-weight: 500;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .order-lg-6.order-1 {
    order: 6 !important;
  }

  .page-template-default main {
    padding: 3rem;
  }
}

@media (min-width: 1200px) {

  video.bg-video {
    position: absolute;
    top: -3rem;
    left: -3rem;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: none;
    z-index: 0;
  }

}

@media (min-width: 1440px) {
}

@media (min-width: 1500px) {
}

@media (min-width: 1600px) {
}

@media (min-width: 1792px) {
}

@media (min-width: 1920px) {
}

@media (min-width: 3840px) {
}


@media screen and (max-width:768px) and (orientation: landscape) {
  .contenido__video.d-md-none.d-block.hm-101 {
      display: none !important;
  }

  .contenido__video.d-md-block.d-none.vh-101{
      display: block !important;
  }

  .contenido__video.d-md-block.d-none.vh-101 .bg-video.wv-100 {
      height: 100%;
  }
}

/* @media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1440px) {
}

@media (min-width: 1500px) {
}

@media (min-width: 1600px) {
}

@media (min-width: 1792px) {
}

@media (min-width: 1920px) {
}

@media (min-width: 3840px) {
} */

/* slider_ancho_completo */

.Pretitle_d {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sunfield-negro);
}
.Title_1 {
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 38px;
  line-height: 120%;
  color: var(--sunfield-negro);
}

.swiper-button-next,
.swiper-button-prev {
  width: 35px !important;
  height: 35px !important;
  border-radius: 100%;
  background-color: var(--sunfield-blanco);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: var(--sunfield-negro);
  font-size: 18px !important;
}

/* Ocultar el botón "prev" por defecto */

[id^="slider_ancho_completo_"] .swiper-button-prev {
  display: none;
}

.site-footer {
  background-color: #f8f9fa;
  padding-top: 40px;
  border-top: 1px solid #e7e7e7;
}

.site-footer .footer-logo {
  font-size: 2rem;
  font-weight: bold;
}

.footer_headers {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 11px;
  line-height: 140%;
  color: var(--sunfield-negro);
}

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

.footer-links li,
.widget.widget_nav_menu ul.menu li a {
  margin-bottom: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 140%;
  color: var(--sunfield-negro);
  text-decoration: none;
}

.title_newletters {
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 33px;
  line-height: 120%;
  color: var(--sunfield-negro);
}

.text_newletters {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: var(--sunfield-negro);
}

.footer-bottom {
  background: var(--sunfield-negro);
  color: var(--sunfield-blanco);
}
.footer-bottom p {
  margin-bottom: 0;
}

.footer-bottom .social-icons img {
  width: 24px;
  margin-right: 10px;
}

.text-14px {
  font-size: var(--font-14px);
}

.widget.widget_nav_menu::marker {
  content: none;
}

.widget.widget_nav_menu ul.menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/*--------------------------------------------------------------
# SLIDER, BANNERS Y CARROSUELES
--------------------------------------------------------------*/

.vertical_slide {
  height: auto !important;
}

.custom-swiper-button {
  cursor: pointer;
}

.vh_45 {
  height: auto;
}

.texto_legal {
  position: absolute;
  bottom: 3%;
  left: 2.5%;
}

/*--------------------------------------------------------------
# PRODUCTOS
--------------------------------------------------------------*/

.Product_title,
.woocommerce-loop-product__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  /* letter-spacing: 0.1em; */
  text-transform: uppercase;
  color: var(--sunfield-negro);
}

.woocommerce-LoopProduct-link,
.woocommerce-loop-product__link {
  text-decoration: none;
}

li.product .price {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  /* letter-spacing: 0.1em; */
  text-transform: uppercase;
  color: var(--sunfield-negro);
}

.filter-orderby .filter-title,
.text_total_products,
.woocommerce-result-count {
  color: var(--sunfield-negro);
  text-align: center;
  font-family: var(--font-family);
  font-size: var(--font-14px);
  line-height: var(--labelsd-line-height, 140%);
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.vh_45 {
  height: 60vh;
}

.img_hover {
  opacity: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.hover_product:hover .img_hover {
  opacity: 1 !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hover_product {
  overflow: hidden;
}

/* .additional_information_tab {
  display: none;
} */
@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .vertical_slide {
    height: 500px !important;
    width: auto;
  }

  .vh_45 {
    height: 45vh;
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 1440px) {
}

@media (min-width: 1500px) {
}

@media (min-width: 1600px) {
}

@media (min-width: 1792px) {
}

@media (min-width: 1920px) {
}

@media (min-width: 3840px) {
}

/*--------------------------------------------------------------
# SLIDER SWIPER
--------------------------------------------------------------*/

.swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
}

.swiper-pagination-bullet-active {
  background: var(--sunfield-negro) !important;
}

.wc-block-components-totals-coupon.wc-block-components-panel
  .wc-block-components-panel__button {
  color: #000 !important;
}

.page-id-200 main,
.page-id-201 main,
.page-id-202 main {
  padding: 1.5rem 3rem;
}

/* the slides */
.slick-slide {
  margin: 0 10px;
}
/* the parent */
.slick-list {
  margin: 0 -10px;
}

.myaccount-menu .has-ajax-navigation {
  border-radius: 0px !important;
}

.myaccount-menu .has-ajax-navigation a {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background:
      /* url('../../img/loading-chelsea2.gif') 50% 50% no-repeat  */ #fff;
  /* opacity: .8; */
}

.loader img {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-white p {
  color: #fff;
}

.movil_slick .slick-slide {
  margin: 0px;
}

/*--------------------------------------------------------------
# 404 page
--------------------------------------------------------------*/

.error_container {
  display: flex;
  flex-direction: column;
  height: 20vh;
  justify-content: center;
  align-items: center;
  margin-top: 25vh;
  margin-bottom: 60vh;
}

.error_row {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.error_warning {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
}

/*--------------------------------------------------------------
# login page
--------------------------------------------------------------*/

h2.text-uppercase.text-center.mb-lg-5.mb-4 {
  display: none;
}

#post-202,
#customer_login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20vh;
}

div.u-column1.col-1 {
  width: 100%;
}

.page-id-202 header.entry-header {
  margin-top: 20vh;
}

.entry-header {
  text-align: center !important;
}

input[name="username"],
input[name="password"] {
  width: 100%;
}

lost_password_link_cont {
}

/*--------------------------------------------------------------
# contact page
--------------------------------------------------------------*/

.container-fluid.p-lg-5.p-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20vh;
}

.row.row-cols-8 {
  margin-top: 35px;
}
.container-fluid.p-lg-5.p-4 .row.row-cols-2 .col #wpcf7-f2-o1 {
  width: 350px;
}

.row-cols-2 {
  width: auto;
}

.sub_topic_title {
  font-weight: 500;
  line-height: 140%;
  font-family: var(--font-family);
}

h2.sub_topic_title {
  margin-bottom: 35px;
}

/* general */
.items_centered_flex {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 75px;
}

/*--------------------------------------------------------------
# size custom field
--------------------------------------------------------------*/

.thwepof-input-field.validate-required {
  width: 65px !important;
  margin-top: 10px;
}

.label.abovefield {
  padding: 0px !important;
}
.label-tag {
  font-weight: 100;
}

.input-text.qty.text {
  width: 65px !important;
}

#yith_wcwl_share_url {
  width: 100% !important;
}

.grecaptcha-badge {
  right: -256px !important;
}

.yith-wcwl-share li a {
  color: #fff !important;
}

.wishlist_table.modern_grid li .item-wrapper {
  display: flex !important;
  flex-direction: column !important;
}

.wishlist_table.modern_grid li .item-details,
.wishlist_table.modern_grid li .product-thumbnail,
.wishlist_table.mobile li .item-wrapper {
  display: block !important;
  width: 100% !important;
}

.wishlist_table.mobile li .item-wrapper .product-thumbnail,
.wishlist_table.mobile li .item-wrapper .item-details{
  max-width: 100%;
  width: 100%;
}

.wishlist_table.mobile li .item-wrapper .item-details .product-name h3{
  margin-top: 1rem;
}

.wishlist_table.mobile li .item-wrapper .item-details .product-name a{
  text-decoration: none;
}

.count-add-to-wishlist {
  position: absolute;
  top: -2%;
  right: 2%;
}

.wishlist_table.modern_grid.wishlist_view li .item-details::before {
  border: none !important;
}

.wishlist_table.modern_grid.wishlist_view li .item-details .product-price td.label,
.mobile li .item-details .product-price td.label {
  display: none;
}

.custom_sku ~ .yith-wcwl-add-to-wishlist {
  display: none;
}

.wishlist_table.modern_grid li .item-details table.item-details-table td.value {
  text-align: left !important;
  font-size: 14px;
  font-weight: 700;
}

.wishlist_table .product-add-to-cart a.button {
  display: inline-flex !important;
  align-items: center;
}

.wishlist_table.mobile.with-checkbox li .additional-info-wrapper{
  padding: 0% !important;
}

.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile.with-checkbox {
  padding: 0px !important;
}

.yith_wcwl_wishlist_update{
  display: none;
}

@media (max-width: 640px) {

  .yith_wcwl_wishlist_bulk_action input{
    width: 100%;
  }

}

a {
  text-decoration: none !important;
}

/*--------------------------------------------------------------
# product popup
--------------------------------------------------------------*/

.yith-wcqv-main .yith-quick-view-content.woocommerce.single-product .p-3.border.border-black.border_heart {
  display: none;
}

/*--------------------------------------------------------------
# cross-sells-product
--------------------------------------------------------------*/



#post-200 .cross-sells-product h3 {
  text-transform: uppercase !important;
  font-size: 14px;
}

#post-200 .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-name {
  font-weight: bold !important;
}

#post-200 .cross-sells-product .wc-block-components-product-price.wp-block-cart-cross-sells-product__product-price.price.wc-block-components-product-price {
  font-weight: bold !important;
  font-size: 14px !important;
}


#post-200 .cross-sells-product {
  position: relative;
}

#post-200 .cross-sells-product .wp-block-button__link.wp-element-button.add_to_cart_button.wc-block-components-product-button__button {
  position: absolute;
  top: 50%;
  /* left: 70%;
  transform: translate(-85%, -10%); */
  width: 245px;
  opacity: 0;
}


#post-200 .cross-sells-product .wp-block-button__link.wp-element-button.add_to_cart_button.wc-block-components-product-button__button:hover {
  animation: fadeIn 0.5s ease-in-out forwards;
  opacity: 1;
}

/*--------------------------------------------------------------
# woocommerce-order
--------------------------------------------------------------*/

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  text-align: center;
}

body.woocommerce-checkout #customer_details {
  background: #f7f7f7;
  padding: 35px 30px;
}
body.woocommerce-checkout .checkout_coupon {
  padding: 35px 15px 30px 30px;
  list-style-type: none;
  margin-bottom: 15px;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #payment > ul {
  margin-left: -30px;
  margin-right: -30px;
}
body.woocommerce-checkout:not(.woocommerce-order-pay) #payment > ul > li:first-child:last-child > label {
  padding-left: 0;
}

body.woocommerce-checkout .checkout_coupon p,
body.woocommerce-cart .ywgc_enter_code p {
  font-size: 1rem;
  line-height: normal;
  font-weight: 500;
}
body.woocommerce-checkout .checkout_coupon .form-row-first,
body.woocommerce-checkout .checkout_coupon .form-row-last,
body.woocommerce-cart .ywgc_enter_code .form-row-first,
body.woocommerce-cart .ywgc_enter_code .form-row-last {
  display: inline-block;
  width: auto;
  float: none;
}
body.woocommerce-checkout .checkout_coupon .form-row-last,
body.woocommerce-cart .ywgc_enter_code .form-row-last {
  padding: 0;
}
body.woocommerce-checkout .checkout_coupon button,
body.woocommerce-cart .ywgc_enter_code button {
  line-height: normal;
  font-size: 0.875rem;
  margin: 0;
  min-height: var(--proteo-forms_input_min_height);
  text-transform: uppercase;
}
body.woocommerce-checkout .checkout_coupon input[type=text],
body.woocommerce-cart .ywgc_enter_code input[type=text] {
  outline: none;
  min-width: 230px;
}

body.woocommerce-order-received table.shop_table th,
body.woocommerce-order-received table.shop_table thead th {
  text-align: left;
  padding-left: 0;
}
body.woocommerce-order-received table.shop_table thead th:last-of-type {
  text-align: right;
  padding-right: 0;
  padding-left: 15px;
}
body.woocommerce-order-received table.shop_table tfoot tr td,
body.woocommerce-order-received table.shop_table tbody tr td {
  border: none;
  padding: 15px 0;
}
body.woocommerce-order-received table.shop_table tfoot tr:first-of-type > * {
  border-top: 1px solid #cccccc;
}
body.woocommerce-order-received table.shop_table tfoot tr:last-of-type {
  font-weight: bold;
  color: #000000;
}
body.woocommerce-order-received table.shop_table tr td:last-of-type {
  text-align: right;
  padding-right: 0;
  padding-left: 15px;
}
body.woocommerce-order-received ul.wc-item-meta {
  margin-bottom: 0;
}
body.woocommerce-order-received ul.wc-item-meta li p {
  display: inline-block;
  margin-bottom: 0;
}
body.woocommerce-order-received .entry-content {
  /* border: 1px solid #404040; */
  padding: 30px;
  max-width: 960px;
  margin: 0 auto 50px;
}
body.woocommerce-order-received header.entry-header .entry-title.lnr {
  color: #000000;
}

body.woocommerce-order-received .woocommerce-order {
  margin: 0 -15px;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-notice {
  padding-left: 15px;
  padding-right: 15px;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
  width: 100%;
  padding: 0 15px;
  list-style-type: none;
  margin-bottom: 35px;
  margin-left: -2px;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li.woocommerce-order-overview__order.order {
  font-weight: bold;
  margin-bottom: 25px;
  color: #000000;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
  padding: 0 15px;
  margin-bottom: 70px;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details h2 {
  margin-top: 0;
  font-size: 1.5em;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
  padding: 0 15px;
  margin-bottom: 35px;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details h2 {
  margin-top: 0;
  font-size: 1.5em;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .addresses {
  display: block;
  clear: both;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .addresses:after {
  content: "";
  display: block;
  clear: both;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .addresses > div {
  display: inline-block;
  float: left;
  width: 50%;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .addresses > div.col-2 {
  text-align: right;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .addresses > div address {
  font-style: initial;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .addresses > div address p {
  margin: 0;
}
body.woocommerce-order-received .woocommerce-order .product-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
body.woocommerce-order-received .woocommerce-order .product-image img {
  max-width: 80px;
}

/*--------------------------------------------------------------
# my orders
--------------------------------------------------------------*/

#post-202 .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table a {
  margin-right: 3px;
}

/*--------------------------------------------------------------
# wishlist
--------------------------------------------------------------*/

.ui-sortable-handle {

}

.ui-sortable-handle .item-details h3.product-name {
  text-transform: uppercase !important;
  font-size: 14px;
  font-weight: bold !important;
  font-family: var(--font-family);
}

.ui-sortable-handle .item-details .product-price {
  font-weight: bold !important;
  font-size: 14px !important;
}

.ui-sortable-handle .item-wrapper {
  position: relative;
}

.ui-sortable-handle .product-add-to-cart .add_to_cart_button {
  /*
  position: absolute;
  top: 50%;
  width: 245px;
  opacity: 0; */
}

.ui-sortable-handle .product-add-to-cart .add_to_cart_button:hover {
  animation: fadeIn 0.5s ease-in-out forwards;
  opacity: 1;
}


.widget.widget_block::marker {
  content: none;
}

.tnp-subscription-minimal input.tnp-submit {
  width: 40% !important;
  font-size: 12px !important;
}

.tnp-subscription-minimal input.tnp-email,
.tnp-subscription-minimal input.tnp-name {
  width: 60% !important;
}

.yith-wcqv-wrapper .tags_custom {
  position: absolute;
  top: 5%;
}

.yith-wcqv-wrapper .product_title.entry-title {
  margin-top: 4rem !important;
}

.yith-wcqv-wrapper .yith-wcwl-add-to-wishlist {
  position: absolute;
  bottom: 7.5%;
  left: 43%;
  border: solid 1px #000;
  padding: .78rem 1rem;
}

/* main menu */
/*ul#primary-menu.menu.nav-menu, li#menu-item-60810 ul.sub-menu a {
	text-transform: uppercase!important;
}*/