/*
  Theme Name: Hello Elementor Child
  Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
  Description: A lightweight and minimalist WordPress theme for Elementor page builder.
  Author: Factoria Creativa
  Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
  Template: hello-elementor
  Text Domain: hello-elementor-child 
  Stable tag: 2.8.1
  Requires at least: 5.9
  Tested up to: 6.2 
  Requires PHP: 8.0
  License: GNU General Public License v3 or later.
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
  Description: A lightweight, plain-vanilla, best suited for building your site using Elementor website builder. Visit https://elementor.com/hello-theme/ to learn more.
  Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/


:root {
  --color-amarillo: #EAC72B;
  --color-negro: #000;
  --color-blanco: #fff;
}


/* -----------------------------  HEADER -----------------------------  */


/* ICONO USER LOGIN/ MI CUENTA */


.logged-in .login_icon_header .elementor-icon-wrapper::after {
  background-color: #6cbe45;
}

.login_icon_header .elementor-icon-wrapper::after {
  position: absolute;
  content: "";
  top: -2px;
  right: -2px;
  width: 6px;
  height: 6px;
  background-color: red;
  border-radius: 100%;
}

/* GTRANSLATE */
.gt-current-lang img {
  content: url("/wp-content/themes/hello-elementor-child/assets/icon-globe.svg");
}

.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 6px 0 !important;
}

.gt_options img {
  display: none !important;
}

header .gt_float_switcher {
  box-shadow: none !important;
  font-size: 16px;
} 

.gt-current-lang {
  border-bottom: 1px solid #000;
}


header .gt_float_switcher .gt_options {
  margin-top: 10px;
  max-width: fit-content !important;
}


.gt_options a:hover {
  background-color: transparent !important;
  color: var(--color-amarillo) !important;
}



.nav-header-menu #menu-1-ea74862 .menu-item-1245 {
  display: none;
}


header #menu-1-ea74862 .menu-item-63 a {
  margin-right: 0;
}


/* ----------------------------- FOOTER ----------------------------- */

.correo_electronico,
.telefono,
.correo_electronico:hover,
.telefono:hover {
  font-family: var(--e-global-typography-364248d-font-family), Sans-serif;
  font-size: var(--e-global-typography-364248d-font-size) !important;
  font-weight: var(--e-global-typography-364248d-font-weight);
  color: var(--color-blanco);
}


footer .gtranslate_wrapper {
  display: none;
}

/* COPYRIGHT */
.copyright-text p {
  display: inline;
}

.copyright-text,
.copyright-text a,
.copyright-text a:hover {
  color: var(--color-blanco);
  font-size: var(--e-global-typography-90c9ef5-font-size);
  font-family: var(--e-global-typography-90c9ef5-font-family), Sans-serif;
  font-weight: var(--e-global-typography-90c9ef5-font-weight);
}




/* ----------------------------- FORMULARIO CONTACTO ----------------------------- */

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 2rem;

}


.contact-form form label,
.contact-form form span {
  width: 100%;
}


.contact-form input:not([type=submit]),
.contact-form textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none !important;
  border-bottom: 1px solid var(--color-negro);
  padding-left: 0;
  border-radius: 0;
}

#yourConsent {
  display: none;
  margin-left: 1rem;
}

.contact-form form textarea {
  height: 100px;
}


.contact-form input[type="submit"] {
  background-color: var(--color-negro) !important;
  color: var(--color-blanco) !important;
  line-height: 16px !important;
  transition: all 0.5s;
  height: fit-content;
}

.contact-form input[type="submit"]:hover {
  transform: scale(1.1);
}


.accept-terms {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.contact-form .wpcf7-acceptance .wpcf7-list-item-label {
  margin-left: 15px;
  display: inline;
  font-size: 14px;
}

.contact-form .wpcf7-acceptance .wpcf7-list-item-label a {
  color: var(--color-negro);
}


.wpcf7-not-valid-tip {
  font-size: 12px;
}

.wpcf7-response-output {
  margin: 0 !important;
  padding-left: 0 !important;
  border: none !important;
  color: #dc3232;
}

form.sent .wpcf7-response-output {
  color: #438546;
}

.wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
}



/*  FORMULARIO CONTACTO - CHECKBOX  */

.checkbox-wrapper-31:hover .check {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-31 {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  left: 0;
  top: -22.5px;
}

.checkbox-wrapper-31>svg {
  border: 1px solid var(--color-negro);
  border-radius: 50px;
}

.checkbox-wrapper-31 input[type=checkbox]:checked+svg {
  border: 1px solid var(--color-negro);
  border-radius: 50px;
}

.checkbox-wrapper-31 .background {
  fill: transparent;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

.checkbox-wrapper-31 .stroke {
  fill: none;
  stroke: var(--color-blanco);
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

.checkbox-wrapper-31 .check {
  fill: none;
  stroke: var(--color-blanco);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-dashoffset: 22;
  stroke-dasharray: 22;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

.checkbox-wrapper-31 input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  -appearance: none;
  -webkit-appearance: none;
}

.checkbox-wrapper-31 input[type=checkbox]:hover {
  cursor: pointer;
}

.checkbox-wrapper-31 input[type=checkbox]:checked+svg .background {
  fill: var(--color-negro);
}

.checkbox-wrapper-31 input[type=checkbox]:checked+svg .stroke {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-31 input[type=checkbox]:checked+svg .check {
  stroke-dashoffset: 0;
}


/* ----------------------------- TERMINA FORMULARIO CONTACTO ----------------------------- */



/* ----------------------------- CONTACTO - PÁGINA ----------------------------- */

.info__contact-page .correo_electronico,
.info__contact-page .telefono,
.info__contact-page .correo_electronico:hover,
.info__contact-page .telefono:hover {
  font-family: var(--e-global-typography-364248d-font-family), Sans-serif;
  font-size: var(--e-global-typography-364248d-font-size);
  font-weight: var(--e-global-typography-364248d-font-weight);
  color: var(--color-negro);
}



/* ----------------------------- INICIO - PÁGINA ----------------------------- */

.homepage-s3-info__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}


.homepage-s3-info__individual-wrapper {
  text-align: center;
  width: 400px;
  padding: 0 40px;
  justify-items: center;
}

.homepage-s3-info__individual-wrapper:not(:first-child) {
  border-left: 1px solid black;
}

.homepage-s3-info__individual-wrapper img {
  width: 50px;
  margin-bottom: 10px;
}

.homepage-s3-info__individual-wrapper p {
  font-family: var(--e-global-typography-900af3f-font-family), Sans-serif;
  font-size: 30px;
  font-weight: var(--e-global-typography-900af3f-font-weight);
  line-height: 32px;
}




/* ----------------------------- SOBRE NOSOTROS - TIMELINE ----------------------------- */


.timeline {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}


#timeline_slider {
  height: 650px;
  justify-items: center;
  padding-top: 200px;
}

.timeline>div::-webkit-scrollbar {
  display: none;
}

.top .timeline-info {
  top: -380px;
  height: 350px !important;
  justify-content: end;
}

.bottom .timeline-info {
  top: 20px;
}


.timeline-info {
  position: absolute;
  color: #111;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 400px;
  text-align: center;
  left: -195px;
  top: -220px;
}

.timeline-info img {
  width: 300px;
}


.timeline-info span {
  color: #111 !important;
}


.timeline-line {
  width: 80%;
  height: 1px;
  background: #111;
}

.timeline ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.timeline ul li {
  position: relative;
  color: #111;
  width: 1px !important;
  margin: 0;
  text-align: center;
  height: 0;
}



.timeline-point {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #111;
  background: black;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-top: -10px;
}



.timeline-info .date {
  font-family: var(--e-global-typography-900af3f-font-family), Sans-serif;
  font-size: var(--e-global-typography-900af3f-font-size);
  font-weight: var(--e-global-typography-900af3f-font-weight);
  text-transform: var(--e-global-typography-900af3f-text-transform);
  margin-top: 60px;
}

.timeline-info p {
  font-size: 16px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}


.timeline-info>div {
  margin-top: 60px;
}


/* ----------------------------- TERMINA SOBRE NOSOTROS - TIMELINE ----------------------------- */

/* ----------------------------- TIENDA - PÁGINA ----------------------------- */

.main_product_category_wrapper {
  padding: 160px 0 100px 0;
  margin: auto;
  max-width: 1500px;
}


.main_product_category_wrapper h1 {
  font-family: var(--e-global-typography-3414928-font-family), Sans-serif;
  font-size: var(--e-global-typography-3414928-font-size);
  font-weight: var(--e-global-typography-3414928-font-weight);
  text-transform: var(--e-global-typography-3414928-text-transform);
  color: var(--color-negro);
  margin-bottom: -70px;
}



.product_content,
#nav-holder {
  background-color: transparent !important;
}


#wtcpl_tabs_container .woocommerce ul.products {
  justify-content: flex-start !important;
  row-gap: 80px !important;
  column-gap: 40px !important;
}

/* TAB PRODUCT FILTER */
.wtcpl_category_nav ul {
  text-align: end !important;
}

.wtcpl_category_nav {
  padding-bottom: 20px !important;
  border-bottom: 1px solid var(--color-negro);
}

.wtcpl_category_nav li a.active {
  color: var(--color-amarillo) !important;
}


.wtcpl_category_nav a {
  padding: 0 !important;
  font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-text-font-size) !important;
  font-weight: var(--e-global-typography-text-font-weight) !important;
  text-transform: capitalize !important;
}


.wtcpl_category_nav ul {
  display: flex;
  gap: 100px;
  justify-content: flex-end;
}


.wtcpl_category_nav li a:link {
  background-color: transparent !important;
}



/* PRODUCTS LOOP */
.main_product_category_wrapper .products {
  padding: 0 !important;
}

#wtcpl_tabs_container .woocommerce ul.products::after,
#wtcpl_tabs_container .woocommerce ul.products::before {
  display: none;
}

.main_product_category_wrapper .product_content {
  padding: 100px 0 !important;
}


/* PRODUCT CARD */


#wtcpl_tabs_container .each_cat ul.products>li {
  width: calc(25% - 30px) !important;
  margin: 0 !important;
  padding: 0px !important;
  box-shadow: none !important;
}

.woocommerce-loop-product__title,
.woocommerce-loop-product__title:hover {
  font-family: var(--e-global-typography-900af3f-font-family), Sans-serif !important;
  font-size: 30px !important;
  font-weight: var(--e-global-typography-900af3f-font-weight) !important;
  text-transform: var(--e-global-typography-900af3f-text-transform) !important;
  color: var(--color-negro);
}




.main_product_category_wrapper .price,
.main_product_wrapper .price,
.wc-block-mini-cart__drawer .price {
  font-family: var(--e-global-typography-56dd299-font-family), Sans-serif !important;
  /*   font-size: var(--e-global-typography-56dd299-font-size) !important; */
  font-weight: var(--e-global-typography-56dd299-font-weight) !important;
  color: var(--color-negro) !important;
}


.wc-block-mini-cart__drawer .price {
  margin-left: 10px;
}


.woocommerce-Price-amount bdi {
  font-weight: 300;
}


.main_product_category_wrapper .woocommerce-loop-product__link img {
  width: 100% !important;
  height: 385px !important;
  object-fit: cover;
}


.woocommerce-product-gallery__trigger {
  display: none;
}

/* PRODUCTOS ON SALE */
.product .onsale {
  display: none;
}



/* ----------------------------- PRODUCTO - PÁGINA ----------------------------- */

.main_product_wrapper {
  padding: 160px 0 100px 0;
  margin: auto;
  max-width: 1500px;
}

.product-template-default .site-main {
  max-width: 100% !important;
}

.breadcrumb_wrapper {
  margin-bottom: 80px;
}

.return_shop_button svg {
  height: 20px;
  fill: #7A7A7A;
}

.return_shop_button {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #7A7A7A;
  cursor: pointer;
  margin-bottom: 20px;
  font-family: var(--e-global-typography-56dd299-font-family), Sans-serif;
  font-size: var(--e-global-typography-56dd299-font-size);
  font-weight: var(--e-global-typography-56dd299-font-weight);
}

.return_shop_button:hover {
  color: #7A7A7A;
}

.product-template-default .product_title,
.product-template-default .related>h2 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-f92e68c-font-family), Sans-serif;
  font-size: var(--e-global-typography-f92e68c-font-size);
  font-weight: var(--e-global-typography-f92e68c-font-weight);
  text-transform: var(--e-global-typography-f92e68c-text-transform);
  line-height: 1em !important;
}



.single_add_to_cart_button {
  background-color: var(--color-negro) !important;
  font-family: var(--e-global-typography-332f4c2-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-332f4c2-font-size) !important;
  font-weight: var(--e-global-typography-332f4c2-font-weight) !important;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 !important;
  padding: 10px 30px;
}


.single_add_to_cart_button::before {
  content: url('/wp-content/themes/hello-elementor-child/assets/icon-shopping-cart.svg');
}


.product-template-default .product {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}


.product-template-default .product>div {
  width: calc(50% - 50px) !important;
}

.single_variation_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}


.flex-control-nav {
  display: flex;
  gap: 10px;
}

.woocommerce-product-gallery--with-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-template-default .product a:-webkit-any-link {
  cursor: auto !important;
  line-height: 1em !important;
}

.woocommerce-product-gallery__trigger,
.zoomImg,
.dialog-lightbox-widget {
  display: none !important;
}


.product-template-default .variations tbody {
  gap: 60px;
}

.product-template-default .variations tbody>tr>td,
.product-template-default .variations tbody>tr>th {
  background-color: transparent !important;
}

.product-template-default .variations tbody>tr>th {
  text-align: left;
  padding: 15px 0;
}

.product-template-default .variations tbody>tr {
  display: grid;
  grid-template-columns: 120px 100%;
  grid-template-rows: 100px;
  width: 50%;
  gap: 20px;
}


.product-template-default .variations .value select {
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  outline: none;
  margin: 0 !important;
}

.product-template-default .variations .value {
  padding: 15px 0 !important;
}

.product-template-default .qib-container {
  display: flex !important;
  align-items: center;
}

.product-template-default .qib-container {
  display: flex !important;
  align-items: center;
  border-bottom: 1px solid black;
  margin-right: 40px;
}

.product-template-default .qib-container::before {
  content: "Cantidad";
  margin-right: 20px;
  font-weight: 700;
  font-size: 0.9em;
}

.product-template-default .cart button[type='submit'] {
  padding: 20px !important;
}


.product-template-default .qib-button:not(#qib_id):not(#qib_id),
.product-template-default .qib-container input[type='number']:not(#qib_id):not(#qib_id) {
  background-color: transparent !important;
  border: none !important;
  outline: none;
}

.product-template-default .woocommerce-variation-add-to-cart,
.product-template-default .product-type-simple form.cart {
  display: flex !important;
  align-items: center;
}

.product-template-default div.product form.cart {
  margin: 4em 0;
}


/* PRODUCTOS RELACIONADOS */
.product-template-default .related {
  width: 100%;
}

.product-template-default .related ul {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}


.product-template-default .related ul li,
.product-template-default .related ul li>a {
  margin: 0 !important;
  width: 100%;
}

.product-template-default .related img {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover;
}

.product-template-default .related .woocommerce-LoopProduct-link {
  cursor: pointer !important;
}

.product-template-default .related>h2 {
  width: 100%;
  border-bottom: 1px solid black;
  padding: 20px 0;
  margin-bottom: 80px;
}

.product-template-default .related>ul::after,
.product-template-default .related>ul::before {
  display: none;
}



/* ----------------------------- MINI CARRITO - ICONO ----------------------------- */

.wc-block-mini-cart__badge {
  background: var(--color-amarillo);
  color: var(--color-blanco);
}

.wc-block-mini-cart__button {
  padding: 6px 15px 6px 0 !important;
  border: none !important;
}



/* ----------------------------- REGISTRO / LOGIN - PÁGINA ----------------------------- */

.bb-register-subtitle {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-f92e68c-font-family), Sans-serif;
  font-size: var(--e-global-typography-f92e68c-font-size);
  font-weight: var(--e-global-typography-f92e68c-font-weight);
  text-transform: var(--e-global-typography-f92e68c-text-transform);
  text-align: center;
}

.woocommerce-form-login,
.woocommerce-form-register,
.woocommerce-form-login a,
.woocommerce-form-register a {
  color: var(--color-negro);
  font-family: var(--e-global-typography-56dd299-font-family), Sans-serif;
  font-weight: var(--e-global-typography-56dd299-font-weight);
}

.woocommerce-form-login,
.woocommerce-form-register {
  font-size: 1rem;
}

.woocommerce-form-login__rememberme,
.lost_password,
.bb-register-login,
.woocommerce-form__label-for-checkbox {
  font-size: 12px;
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
  width: 100% !important;
  background-color: var(--color-negro) !important;
  color: var(--color-blanco) !important;
  padding: 10px 20px !important;
}


.woocommerce-form-login input,
.woocommerce-form-register input {
  border-radius: 0 !important;
}


.woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-bottom: 20px;
}



/* ----------------------------- WOOCOMMERCE WARNINGS ----------------------------- */
.woocommerce-info {
  border: none;
  background-color: transparent !important;
  color: var(--color-negro) !important;
  font-family: var(--e-global-typography-6ae9a7f-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-6ae9a7f-font-size) !important;
  font-weight: var(--e-global-typography-6ae9a7f-font-weight) !important;
}

.woocommerce-info::before {
  color: var(--color-amarillo) !important;
}


/* ----------------------------- CARRITO - PÁGINA ----------------------------- */

.woocommerce-cart .wc-block-cart__sidebar {
  background-color: #EBEBEB;
  padding: 40px;
  height: fit-content;
}

.woocommerce-cart .wc-block-components-product-metadata__description {
  display: none;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  justify-items: center;
}

.woocommerce-cart .wc-block-cart__submit .wc-block-cart__submit-container a {
  width: 100% !important;
  background-color: var(--color-negro) !important;
  padding: 10px 20px !important;
  outline: none !important;
}

.woocommerce-cart .wc-block-cart__submit-button {
  min-height: auto !important;
  color: var(--color-blanco) !important;
}

.woocommerce-cart .wc-block-components-button__text {
  font-size: 15px;
}


.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block {
  border: none !important;
}


.woocommerce-cart .wc-block-components-sidebar .wc-block-components-panel,
.woocommerce-cart .wc-block-components-totals-item {
  padding: 0 !important;
}

.woocommerce-cart .wc-block-components-sidebar {
  position: sticky;
  top: 50px;
}

.woocommerce-cart .related_products_information {
  padding: 40px 0 !important;
  text-align: left;
}

.woocommerce-cart .related_products_information .price,
.woocommerce-cart .related_products_information h3 {
  text-align: left;
}



.woocommerce-cart .wc-block-cart-item__wrap .wc-block-components-product-name,
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-heading-block {
  font-family: var(--e-global-typography-900af3f-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-900af3f-font-size) !important;
  font-weight: var(--e-global-typography-900af3f-font-weight) !important;
  text-transform: var(--e-global-typography-900af3f-text-transform) !important;
  color: var(--color-negro) !important;
  line-height: 1em !important;
}


.woocommerce-cart .wc-block-cart-items__header span {
  font-family: var(--e-global-typography-56dd299-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-56dd299-font-size) !important;
  font-weight: 300 !important;
  color: grey;
}

.woocommerce-cart .wc-block-cart-items th {
  border-top: none !important;
}



.woocommerce-cart .wc-block-components-shipping-calculator {
  padding: 20px 0 !important;
}

.woocommerce-cart .wc-block-components-shipping-calculator input,
.woocommerce-cart .wc-block-components-shipping-calculator .wc-blocks-components-select__container {
  border-radius: 0 !important;
}

.wc-block-components-totals-shipping__change-address__link {
  width: 100% !important;
  text-align: end !important;
  font-size: 12px !important;
}

.wc-block-components-totals-shipping__options {
  margin: 20px 0 !important;
}

.wc-block-components-shipping-rates-control>div {
  padding: 0 !important;
}


.wc-block-components-shipping-calculator-address__button {
  width: 100% !important;
  background-color: #FADD8E !important;
  padding: 10px 20px !important;
  min-height: 0 !important;
  border: none !important;


}

.wc-block-components-shipping-calculator-address__button .wc-block-components-button__text,
.wc-block-components-shipping-calculator-address__button .wc-block-components-button__text:hover {
  color: #000;
}



/* ----------------------------- CHECKOUT - PÁGINA ----------------------------- */
.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .e-checkout__container {
  gap: 100px;
  color: black;
}

.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent !important;
}

.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .shop_table thead tr th,
.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .shop_table tfoot tr th {
  font-size: var(--e-global-typography-900af3f-font-size) !important;
  font-family: var(--e-global-typography-900af3f-font-family), Sans-serif;
}


.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review,
.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .e-checkout__order_review-2 {
  background: #EBEBEB !important;
  padding: 40px 30px !important;
}

.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .e-coupon-box {
  background: #EBEBEB !important;
  padding: 0 30px !important;
}

.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
  background-color: transparent;
}


.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .place-order {
  margin-top: 20px;
}

/* ----------------------------- CARRITO LATERAL ----------------------------- */

.wc-block-mini-cart__drawer .wc-block-components-product-metadata__description {
  display: none;
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-actions {
  display: flex;
  flex-direction: column;
}


.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-actions a {
  text-transform: uppercase;
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-actions a:last-child {
  border: 1px solid #000;
  background: #000;
  color: #ffff;
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-actions a:hover {
  background: var(--color-amarillo) !important;
  color: #ffff;
  border: none;
}

.wc-block-mini-cart__drawer .wc-block-components-product-name,
.wc-block-mini-cart__drawer .wc-block-components-totals-item__label,
.wc-block-mini-cart__drawer .wc-block-components-totals-item .wc-block-formatted-money-amount {
  font-family: var(--e-global-typography-900af3f-font-family), Sans-serif;
  font-size: 22px;
  font-weight: var(--e-global-typography-900af3f-font-weight);
  text-transform: var(--e-global-typography-900af3f-text-transform);
  color: #000;
}



.wc-block-mini-cart__drawer .wc-block-cart-items__row:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}

.wc-block-mini-cart__drawer .wc-block-components-drawer__content {
  padding: 30px 40px;
}




.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-title-label-block,
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-title-items-counter-block {
  display: none;
}

.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-title-block::before {
  content: "SU CESTA DE COMPRA" !important;
  visibility: visible;
  font-family: var(--e-global-typography-900af3f-font-family), Sans-serif;
  font-size: 35px;
  font-weight: var(--e-global-typography-900af3f-font-weight);
  text-transform: var(--e-global-typography-900af3f-text-transform);
  color: #000;
}


.wc-block-mini-cart__drawer .wc-block-mini-cart__empty-cart-wrapper a {
  border-radius: 0 !important;
  background: var(--color-amarillo) !important;
  color: #ffff;
  border: none;
  outline: none !important;
  margin-top: 40px;
  padding: 10px 20px;
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__empty-cart-wrapper {
  justify-items: center;
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__empty-cart-wrapper a:focus {
  box-shadow: none !important;
}


/* ----------------------------- DETALLES PEDIDO ----------------------------- */


.woocommerce-order-received .woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-customer-details {
  color: black;
}

.woocommerce-thankyou-order-received,
.woocommerce-order h2 {
  font-family: var(--e-global-typography-900af3f-font-family), Sans-serif;
  font-size: var(--e-global-typography-900af3f-font-size);
  font-weight: var(--e-global-typography-900af3f-font-weight);
  text-transform: var(--e-global-typography-900af3f-text-transform);
}


.woocommerce-thankyou-order-received {
  font-size: var(--e-global-typography-f92e68c-font-size);
  color: black;
}

.woocommerce-thankyou-order-received span {
  font-family: var(--e-global-typography-332f4c2-font-family), Sans-serif;
  font-size: var(--e-global-typography-332f4c2-font-size);
  font-weight: var(--e-global-typography-332f4c2-font-weight);
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  text-transform: none;
}


.woocommerce-thankyou-order-received {
  margin-bottom: 40px !important;
}

.woocommerce-thankyou-order-details {
  padding: 0 !important;

}

.woocommerce-order-details table,
.woocommerce-order-details table td,
.woocommerce-order-details table th {
  border: none !important;
}



.woocommerce-order-details table td,
.woocommerce-order-details table th {
  border-bottom: 1px solid #EBEBEB !important;
}


.woocommerce-order-details th.woocommerce-table__product-name,
.woocommerce-order-details th.woocommerce-table__product-table {
  font-family: var(--e-global-typography-900af3f-font-family), Sans-serif;
  font-size: 22px;
  font-weight: var(--e-global-typography-900af3f-font-weight);
  text-transform: var(--e-global-typography-900af3f-text-transform);
  color: #000;
  padding: 0 !important;
}

.woocommerce-order-received .woocommerce-order {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.woocommerce-order-details .woocommerce-table__line-item ul {
  padding: 0 !important;
}


.woocommerce-order-details .woocommerce-table__product-name a {
  color: #000;
}


/* ----------------------------- COOKIES ----------------------------- */

#cmplz-document {
  max-width: 100%;
}

#cmplz-document h2 {
  font-size: 1.75rem;
  text-transform: uppercase;
  margin-top: 40px;
}

#cmplz-document p {
  font-family: var(--e-global-typography-56dd299-font-family), Sans-serif;
  font-size: var(--e-global-typography-56dd299-font-size);
  font-weight: var(--e-global-typography-56dd299-font-weight);
}





@media (max-width: 1700px) {

  /* ----------------------------- TIENDA - PÁGINA ----------------------------- */
  .main_product_category_wrapper {
    padding: 140px 100px 100px 100px;
    max-width: 100%;
  }


  #wtcpl_tabs_container .woocommerce ul.products {
    column-gap: 20px !important;
  }

  .main_product_category_wrapper .woocommerce-loop-product__link img {
    height: 300px !important;
  }


  .main_product_category_wrapper h1 {
    margin-bottom: -60px;
  }

  .main_product_category_wrapper #wtcpl_tabs_container .each_cat ul.products>li {
    width: calc(25% - 15px) !important;
  }

  .main_product_category_wrapper .product_content {
    padding: 60px 0 !important;
  }


  /* ----------------------------- PRODUCTO - PÁGINA ----------------------------- */
  .main_product_wrapper {
    padding: 140px 100px 100px 100px;
    max-width: 100%;
  }

  .breadcrumb_wrapper {
    margin-bottom: 60px;
  }

  .product-template-default .related>h2 {
    margin-bottom: 60px;
  }

  .product-template-default .product {
    gap: 60px;
  }

  .product-template-default .related img {
    height: 250px !important;
  }

  .product-template-default .related ul li {
    width: 25% !important;
  }

  .product-template-default .related ul {
    gap: 20px;
  }


  /* ----------------------------- SOBRE NOSOTROS - TIMELINE ----------------------------- */
  .timeline-info {
    width: 280px;
    left: -135px;

  }

}


@media (max-width: 1599px) {

  /* ----------------------------- TIENDA - PÁGINA ----------------------------- */
  .main_product_category_wrapper {
    max-width: 1500px;
  }


  /* ----------------------------- PRODUCTO - PÁGINA ----------------------------- */
  .main_product_wrapper {
    max-width: 1500px;
  }

}


@media (max-width: 1366px) {

  /* ----------------------------- DETALLES PEDIDO ----------------------------- */

  .woocommerce-order-received ul.order_details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .woocommerce-order-received ul.order_details::before {
    display: none;
  }

  /* ----------------------------- FOOTER ----------------------------- */
  #menu-1-626c377 {
    display: flex;
    flex-wrap: wrap;
  }


  /* ----------------------------- TIENDA - PÁGINA ----------------------------- */
  .main_product_category_wrapper {
    padding: 140px 100px 100px 100px;
  }


  .main_product_category_wrapper .product_content {
    padding: 100px 0 0 0 !important;
  }

  .main_product_category_wrapper .woocommerce-loop-product__link img {
    height: 220px !important;
  }

  .wtcpl_category_nav ul {
    gap: 40px;
  }

  .main_product_category_wrapper h1 {
    margin-bottom: -60px;
  }

  .main_product_category_wrapper .product_content {
    padding: 60px 0 0 0 !important;
  }





  /* ----------------------------- CARRITO - PÁGINA ----------------------------- */

  .woocommerce-cart .wc-block-cart__sidebar {
    padding: 30px;
  }


  /* ----------------------------- CHECKOUT - PÁGINA ----------------------------- */
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    padding: 20px;
  }




}



@media (max-width: 1024px) {

  /* ----------------------------- TIENDA - PÁGINA ----------------------------- */

  .main_product_category_wrapper .product_content {
    padding: 60px 0 0 0 !important;
  }

  .main_product_category_wrapper {
    padding: 80px 50px 50px 50px;
  }


  .main_product_category_wrapper #wtcpl_tabs_container .each_cat ul.products>li {
    width: calc(50% - 10px) !important;
  }

  #wtcpl_tabs_container .woocommerce ul.products {
    row-gap: 40px !important;
  }

  .main_product_category_wrapper h1 {
    margin-bottom: 0;
  }

  /* PRODUCTS LOOP */

  .main_product_category_wrapper .woocommerce-loop-product__title {
    padding: 0 !important;
  }


  /* ----------------------------- HEADER ----------------------------- */
  header .elementor-nav-menu {
    padding: 60px 0 40px 0 !important;
  }

  header .elementor-nav-menu li {
    justify-items: center;
  }

  header .elementor-menu-toggle {
    padding: 10px 0;
  }


  .nav-header-menu #menu-1-ea74862 .menu-item-1245 {
    display: block;
  }

  .nav-header-menu .gtranslate_wrapper {
    margin-top: 50px;
  }


  header #menu-1-ea74862 .menu-item-63 a {
    margin-right: auto;
  }

  /* ----------------------------- INICIO - PÁGINA ----------------------------- */
  .homepage-s3-info__wrapper {
    padding-top: 30px;
  }


  /* ----------------------------- DETALLES PEDIDO ----------------------------- */

  .woocommerce-customer-details .woocommerce-columns--addresses {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }



  /* ----------------------------- CARRITO - PÁGINA ----------------------------- */

  .woocommerce-cart .wc-block-cart__sidebar {
    padding: 20px !important;
  }

  .woocommerce-cart .wp-block-woocommerce-empty-cart-block img {
    width: 80px !important;
  }



  .woocommerce-cart .wp-block-woocommerce-empty-cart-block {
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }


  /* ----------------------------- PRODUCTO - PÁGINA ----------------------------- */
  .main_product_wrapper {
    padding: 110px 50px 70px 50px;
  }


  .product-template-default .woocommerce-variation-add-to-cart,
  .product-template-default .product-type-simple form.cart {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }


  .product-template-default .product>div {
    width: calc(50% - 20px) !important;
  }


  .product-template-default .product {
    gap: 40px;
  }


  .product-template-default .variations tbody>tr {
    grid-template-rows: 70px;
  }


  .product-template-default div.product form.cart {
    margin: 2em 0;
  }

  .product-template-default .related ul li {
    width: calc(50% - 10px) !important;
  }


  .product-template-default .related ul {
    flex-wrap: wrap;
    gap: 20px;
  }




  /* ----------------------------- CHECKOUT - PÁGINA ----------------------------- */

  .woocommerce-checkout .wc-block-components-sidebar {
    position: static !important;
  }

  .woocommerce-checkout .wc-block-components-sidebar-layout {
    flex-direction: column !important;
    gap: 40px;
  }

  .woocommerce-checkout .wc-block-checkout__sidebar,
  .woocommerce-checkout .wp-block-woocommerce-checkout-fields-block {
    width: 100% !important;
    padding: 0 !important;
  }

  /* ----------------------------- FOOTER ----------------------------- */
  #menu-1-196be51 {
    margin-inline-start: revert;
    justify-content: flex-start;
  }


  /* ----------------------------- SOBRE NOSOTROS - TIMELINE ----------------------------- */


  .timeline {
    overflow: hidden;
  }

  #timeline_slider {
    justify-items: flex-start;
    padding: 200px 250px 0 250px;
    overflow-x: scroll;
    cursor: grab;
    height: 720px;
  }

  .timeline-info {
    -webkit-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }


  .timeline-line {
    width: 120vw;
  }


  .timeline-info img {
    width: 250px;
  }

  .timeline-info {
    top: -180px;
  }


}





@media (max-width: 767px) {

  /* ----------------------------- PRODUCTO - PÁGINA ----------------------------- */
  .main_product_wrapper {
    padding: 80px 20px 40px 20px;
  }



  .product-template-default .variations tbody>tr {
    grid-template-rows: 80px;
  }

  .product-template-default .product {
    flex-direction: column;
    gap: 20px;
  }

  .breadcrumb_wrapper {
    margin-bottom: 30px;
  }


  .woocommerce-cart .related_products_information {
    padding: 20px 0 !important;
  }


  .product-template-default .product>div,
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
    margin: 0 !important;
  }


  .product-template-default .related ul {
    gap: 40px;
    flex-direction: column;
  }

  .product-template-default .related .product h2 {
    padding: 0 !important;
  }

  .product-template-default .related>h2 {
    margin: 40px 0;
  }

  .product-template-default .related img {
    height: 250px !important;
  }


  .product-template-default .variations tbody>tr {
    grid-template-columns: 30% 70%;
    width: 100%;
    gap: 0px;
  }



  .product-template-default .qib-container {
    width: 100%;
    justify-content: space-between;
  }


  .product-template-default .woocommerce-variation-add-to-cart button,
  .product-template-default .single_add_to_cart_button {
    width: 100%;
    margin-top: 20px;
  }

  .product-template-default div.product form.cart {
    margin: 0;
  }


  /* ----------------------------- CARRITO - PÁGINA ----------------------------- */

  .woocommerce-cart .wc-block-cart__sidebar {
    margin-top: 40px;
  }


  /* ----------------------------- TIENDA - PÁGINA ----------------------------- */

  .main_product_category_wrapper {
    padding: 80px 20px 20px 20px;
  }

  .main_product_category_wrapper #wtcpl_tabs_container .each_cat ul.products>li {
    width: 100% !important;
  }

  /* ----------------------------- FORMULARIO CONTACTO ----------------------------- */
  .accept-terms {
    flex-direction: column;
    gap: 20px;
  }



  /* ----------------------------- INICIO - PÁGINA ----------------------------- */

  .homepage-s3-info__wrapper {
    flex-direction: column;
  }

  .homepage-s3-info__individual-wrapper:not(:first-child) {
    border-left: none;
    border-top: 1px solid black;
  }

  .homepage-s3-info__individual-wrapper {
    padding: 20px 20px 0 20px;
    width: 250px;
  }

  .homepage-s3-info__wrapper {
    padding-top: 0;
  }

  .homepage-s3-info__individual-wrapper p {
    font-size: 22px;
  }


  /* ----------------------------- REGISTRO / LOGIN - PÁGINA ----------------------------- */

  .woocommerce-form-login,
  .woocommerce-form-register {
    font-size: 14px;
  }


  /* ----------------------------- CARRITO LATERAL ----------------------------- */

  .wc-block-mini-cart__drawer .wc-block-components-drawer__content {
    padding: 20px;
  }


  /* ----------------------------- CHECKOUT - PÁGINA ----------------------------- */

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

  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    padding: 20px;
  }


  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    margin-bottom: 40px !important;
  }

  .woocommerce-checkout .wc-block-components-sidebar-layout {
    gap: 0px;
  }

  .woocommerce-checkout .wc-block-checkout__actions_row {
    flex-direction: column-reverse;
  }

  .woocommerce-checkout .wc-block-checkout__actions_row button {
    width: 100% !important;
  }


  /* ----------------------------- DETALLES PEDIDO ----------------------------- */

  .woocommerce-thankyou-order-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .woocommerce-order-received ul.order_details li {
    border: none;
  }



  /* ----------------------------- TIENDA - PÁGINA ----------------------------- */
  /* PRECIOS PRODUCTOS */

  .main_product_category_wrapper .price,
  .main_product_wrapper .price {
    font-size: 20px !important;
  }

  .wc-block-mini-cart__drawer .price {
    font-size: 14px !important;
  }


  /* PRODUCTS LOOP */

  #wtcpl_tabs_container .woocommerce ul.products {
    row-gap: 30px !important;

  }

  .main_product_category_wrapper .product_content {
    padding: 30px 0 0 0 !important;
  }

  .wtcpl_category_nav ul {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }

  .main_product_category_wrapper h1 {
    margin-bottom: 30px;
  }


  /* ----------------------------- SOBRE NOSOTROS - TIMELINE ----------------------------- */

  .timeline-line {
    width: 200vw;
    margin-right: 10px;
  }


  #timeline_slider {
    padding: 200px 250px 0 180px;
  }


}