@charset "UTF-8";
/*
Theme Name: envo-one-child
Author: 
Description: Envo One Child Theme
Version: 1.0
Template: envo-one

This is the child theme for Envo One theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
@font-face {
  font-family: "HelveticaNeue";
  src: url("./assets/fonts/HelveticaNeueUltraLight.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("./assets/fonts/HelveticaNeueUltraLightitalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("./assets/fonts/HelveticaNeueThin.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("./assets/fonts/HelveticaNeueThinltalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("./assets/fonts/HelveticaNeueLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("./assets/fonts/HelveticaNeueLightitalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("./assets/fonts/HelveticaNeueRoman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("./assets/fonts/HelveticaNeueMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("./assets/fonts/HelveticaNeueMediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("./assets/fonts/HelveticaNeueBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("./assets/fonts/HelveticaNeueBoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("./assets/fonts/HelveticaNeueBlack.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("./assets/fonts/HelveticaNeueBlackltalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "HelveticaNeue", sans-serif, "Roboto", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}

h1 {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
  font-size: 64px;
  line-height: 1.1;
}

h2 {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.1;
}

h3 {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
}

h4 {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
}

h5 {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 32px;
  }
}
.btn-giant {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}

.btn-large {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}

.btn-small {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}

/*
Theme Name: envo-one-child
Author: 
Description: Envo One Child Theme
Version: 1.0
Template: envo-one

This is the child theme for Envo One theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
#site-content {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#site-content .page-area {
  padding: 0px;
}
#site-content .image-banner {
  padding: 0px;
}

.page-container.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px;
}
.page-container .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.page-container .row [class^=col-] {
  padding: 10px;
}
.page-container .row .col-1 {
  width: 100%;
}
.page-container .row .col-2 {
  width: 50%;
}
.page-container .row .col-3 {
  width: 33.33%;
}
.page-container .row .col-4 {
  width: 25%;
}
@media (max-width: 768px) {
  .page-container .row [class^=col-] {
    width: 100%;
  }
}

.text-red {
  color: #a94331;
}

.grid-2x2 .e-con-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 50px !important;
  width: 100%;
}
.grid-2x2 .e-con-inner > .elementor-element {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
}
.grid-2x2 .e-con-inner .elementor-widget-image {
  padding: 0;
  background: none;
}
.grid-2x2 .e-con-inner .elementor-widget-image .elementor-widget-container {
  height: 100%;
  display: flex;
}
.grid-2x2 .e-con-inner .elementor-widget-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
@media (max-width: 767px) {
  .grid-2x2 .e-con-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 15px;
  }
  .grid-2x2 .e-con-inner > .elementor-element {
    height: auto;
  }
  .grid-2x2 .e-con-inner .elementor-widget-image img {
    height: auto;
    object-fit: contain;
  }
  .grid-2x2 .e-con-inner .grid-box {
    padding: 24px;
  }
}

.floating_button:before {
  left: 15px;
}

/*
Theme Name: envo-one-child
Author: 
Description: Envo One Child Theme
Version: 1.0
Template: envo-one

This is the child theme for Envo One theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.page-wrap .top-bar-section {
  background-color: #ececec;
  border: 0px;
  padding: 0;
}
.page-wrap .site-header.title-header, .page-wrap .site-header.menu-header {
  background-color: #ececec !important;
  border-bottom: 0px;
}
.page-wrap .site-header.title-header .container {
  padding-left: 0px;
  padding-right: 0px;
}
.page-wrap .site-header.title-header .container .heading-row {
  justify-content: left;
}
.page-wrap .site-header.title-header .container .heading-row .site-heading .site-branding-logo {
  width: 156px;
}
.page-wrap .site-header.title-header .container .heading-row .menu-button {
  position: absolute;
  right: 25px;
  top: -15px;
}
.page-wrap .site-header.title-header .container .heading-row .menu-button .navbar-header #main-menu-panel span,
.page-wrap .site-header.title-header .container .heading-row .menu-button .navbar-header #main-menu-panel span::before,
.page-wrap .site-header.title-header .container .heading-row .menu-button .navbar-header #main-menu-panel span::after {
  background: #a94331 !important;
}
.page-wrap .site-header.title-header .container .heading-row .header-widget-area .site-heading-sidebar {
  height: 0px;
}
@media (max-width: 767px) {
  .page-wrap .site-header.title-header .container .heading-row .header-widget-area .site-heading-sidebar {
    height: 10px;
  }
}
.page-wrap .site-header.title-header .container .heading-row .header-widget-area .header-search-form {
  background-color: transparent;
  border: 0px;
  padding-right: 0px;
}
.page-wrap .site-header.title-header .container .heading-row .header-widget-area .header-search-form div form div input {
  border-radius: 8px;
  border-width: 1px;
}
.page-wrap .site-header.title-header .container .heading-row .header-right .header-login,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-wishlist,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-orders,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-cart {
  display: block;
  float: right;
  padding-right: 5px;
}
.page-wrap .site-header.title-header .container .heading-row .header-right .header-login span,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-wishlist span,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-orders span,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-cart span {
  font-size: 16px;
}
.page-wrap .site-header.title-header .container .heading-row .header-right a.cart-contents i,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-compare a,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-my-account a,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-search a,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-wishlist a,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-orders a,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-login a {
  color: #171717;
  font-size: 12px;
  line-height: 26px;
  position: relative;
}
.page-wrap .site-header.title-header .container .heading-row .header-right a.cart-contents i:hover,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-compare a:hover,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-my-account a:hover,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-search a:hover,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-wishlist a:hover,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-orders a:hover,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-login a:hover {
  text-decoration: none;
}
.page-wrap .site-header.title-header .container .heading-row .header-right a.cart-contents i:active,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-compare a:active,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-my-account a:active,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-search a:active,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-wishlist a:active,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-orders a:active,
.page-wrap .site-header.title-header .container .heading-row .header-right .header-login a:active {
  color: #171717;
}
.page-wrap .site-header.title-header .container .heading-row .header-right .header-login {
  visibility: visible;
}
.page-wrap .site-header.title-header .container .heading-row .header-right .header-login .header-login-block .header-login-inner {
  display: inline-flex;
}
.page-wrap .site-header.title-header .container .heading-row .header-right .header-login .header-login-block .header-login-inner .login-content {
  text-decoration: none;
}
.page-wrap .site-header.title-header .container .heading-row .header-right .header-login .header-login-block .header-login-inner .login-content .sfs-login {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("./assets/icons/login.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-wrap .site-header.title-header .container .heading-row .header-right .header-login .header-login-block .header-login-inner .login-content span .username {
  color: #a94331;
  cursor: pointer;
}
.page-wrap .site-header.title-header .container .heading-row .header-right .header-cart .header-cart-block .header-cart-inner {
  display: inline-flex;
}
.page-wrap .site-header.title-header .container .heading-row .header-right .header-cart .header-cart-block .header-cart-inner .cart-contents {
  color: #171717;
  text-decoration: none;
}
.page-wrap .site-header.title-header .container .heading-row .header-right .header-cart .header-cart-block .header-cart-inner .cart-contents .sfs-cart {
  display: inline-block;
  /* Required for background image to work properly */
  width: 16px;
  height: 16px;
  background-image: url("./assets/icons/cart.svg");
  /* Replace with the actual path */
  background-repeat: no-repeat;
  background-size: contain;
  /* Ensure the SVG scales properly within the element */
}
.page-wrap .site-header.title-header .container .heading-row .header-right .header-cart .header-cart-block .header-cart-inner .cart-contents .amount-cart {
  display: none !important;
}
.page-wrap .site-header.title-header .container .heading-row .header-right .header-cart .header-cart-block .header-cart-inner .cart-contents .cart-counter {
  /*
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  line-height: 16px;
  letter-spacing: 0;
  height: 16px;
  width: 16px;
  position: relative;
  top: -4px;
  left: -10px;
  */
}
.page-wrap .site-header.title-header .container .heading-row .header-right .header-cart .header-cart-block .header-cart-inner .cart-contents .cart-counter .count {
  background-color: #a94331;
  border: #fafafa solid 2px;
  color: #fafafa;
  font-size: 12px;
}
.page-wrap .site-header.title-header .container .heading-row .header-right .header-wishlist .header-wishlist-block .header-wishlist-inner {
  display: inline-flex;
}
.page-wrap .site-header.title-header .container .heading-row .header-right .header-wishlist .header-wishlist-block .header-wishlist-inner .wishlist-content .sfs-favorite {
  display: inline-block;
  /* Required for background image to work properly */
  width: 16px;
  height: 16px;
  background-image: url("./assets/icons/favorite.svg");
  /* Replace with the actual path */
  background-repeat: no-repeat;
  background-size: contain;
  /* Ensure the SVG scales properly within the element */
}
.page-wrap .site-header.title-header .container .heading-row .header-right .header-orders {
  visibility: visible;
}
.page-wrap .site-header.title-header .container .heading-row .header-right .header-orders .header-orders-block .header-orders-inner {
  display: inline-flex;
}
.page-wrap .site-header.title-header .container .heading-row .header-right .header-orders .header-orders-block .header-orders-inner .orders-content .sfs-orders {
  display: inline-block;
  /* Required for background image to work properly */
  width: 16px;
  height: 16px;
  background-image: url("./assets/icons/orders.svg");
  /* Replace with the actual path */
  background-repeat: no-repeat;
  background-size: contain;
  /* Ensure the SVG scales properly within the element */
}
@media (max-width: 767px) {
  .page-wrap .site-header.title-header .container .heading-row .header-right {
    margin-top: 15px;
  }
}
.page-wrap .site-header.menu-header .container .heading-row .menu-heading nav.navbar .menu-container ul.nav li a {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #424242;
  text-transform: capitalize;
}
.page-wrap .site-header.menu-header .container .heading-row .menu-heading nav.navbar #my-menu-right #menu-right li.menu-item a {
  color: #a94331;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
.page-wrap .site-header.menu-header .container .heading-row .menu-heading nav.navbar #my-menu-right #menu-right li.menu-item.sfs-star a::before {
  content: "";
  /* Necesario para que el pseudo-elemento funcione */
  display: inline-block;
  /* Para que el icono se muestre en línea */
  width: 12px;
  /* Ancho del icono */
  height: 12px;
  /* Alto del icono */
  background-image: url("./assets/icons/star.svg");
  /* Ruta al icono */
  background-size: contain;
  /* Ajusta el icono al tamaño del contenedor */
  margin-right: 5px;
  /* Espacio entre el icono y el texto */
}
.page-wrap .site-header.menu-header .container .heading-row .menu-heading nav.navbar #my-menu-right #menu-right li.menu-item.sfs-thumbs-up a::before {
  content: "";
  /* Necesario para que el pseudo-elemento funcione */
  display: inline-block;
  /* Para que el icono se muestre en línea */
  width: 12px;
  /* Ancho del icono */
  height: 12px;
  /* Alto del icono */
  background-image: url("./assets/icons/thumbs_up.svg");
  /* Ruta al icono */
  background-size: contain;
  /* Ajusta el icono al tamaño del contenedor */
  margin-right: 5px;
  /* Espacio entre el icono y el texto */
}

.nav-container .nav-wrapper .nav-content .nav-close .nav-close-button {
  display: none;
}
.nav-container .nav-wrapper .nav-content .navbar-nav {
  border-top: 3px solid #a94331;
}
.nav-container .nav-wrapper .nav-content .navbar-nav li .nav-item-wrapper a.nav-link.nav-item-link {
  color: #424242;
  font-weight: bold;
}

@media (min-width: 768px) {
  .n2-ow .n2-ss-slider-controls .n2-ss-control-bullet {
    position: absolute;
    bottom: 100px;
    left: 100px;
  }
}
/*
Theme Name: envo-one-child
Author: 
Description: Envo One Child Theme
Version: 1.0
Template: envo-one

This is the child theme for Envo One theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
#footer {
  border-top: 2px solid #a94331;
  text-align: center;
  padding: 24px;
}
#footer a img {
  max-width: 294px;
}
#footer .footer-menu {
  list-style: none;
  padding: 12px 0px;
  margin: 20px 0;
  display: flex;
  justify-content: space-around;
}
#footer .footer-menu li {
  flex-grow: 1;
  text-align: center;
}
#footer .footer-menu a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #424242;
  font-weight: bold;
}
#footer #footer-ribbon {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  /* --- Estilos para Mobile --- */
  /* Usamos un breakpoint común para móviles, por ejemplo, hasta 767px (el breakpoint 'sm' de Bootstrap) */
}
#footer #footer-ribbon .left {
  width: 50%;
  text-align: right;
  color: #a94331;
}
#footer #footer-ribbon .right {
  width: 50%;
  text-align: right;
  display: flex;
  justify-content: space-around;
}
#footer #footer-ribbon .right div a {
  text-decoration: none;
  color: #424242;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #footer #footer-ribbon {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px 0;
  }
  #footer #footer-ribbon .left,
  #footer #footer-ribbon .right {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  #footer #footer-ribbon .right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
  #footer #footer-ribbon .right div {
    margin-bottom: 5px;
  }
  #footer #footer-ribbon .right div:last-child {
    margin-bottom: 0;
  }
}

/*
Theme Name: envo-one-child
Author: 
Description: Envo One Child Theme
Version: 1.0
Template: envo-one

This is the child theme for Envo One theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.text-body2 {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
}

.text-color-red {
  color: #a94331;
}

.text-color-grey {
  color: #424242;
}

.home-ribbon {
  text-align: center;
  padding: 40px 0px;
}
@media (max-width: 767px) {
  .home-ribbon {
    padding: 20px 0px;
  }
}
.home-ribbon h1 {
  color: #424242;
}
.home-ribbon label {
  color: #a94331;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}

#grid-product-categories {
  background: #ececec;
  padding-top: 48px;
  padding-bottom: 48px;
}
#grid-product-categories .grid-product-category-item {
  background-color: #fafafa;
  border-radius: 8px;
  padding: 24px 12px;
}
@media (max-width: 767px) {
  #grid-product-categories .grid-product-category-item .elementor-image-box-img {
    width: 100%;
  }
}
#grid-product-categories .grid-product-category-item h3 {
  color: #171717;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
#grid-product-categories .grid-product-category-item p {
  color: #a94331;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
}
#grid-product-categories .grid-product-category-item p a {
  background-color: #a94331;
  border-radius: 8px;
  color: #fafafa;
  display: block;
  padding: 10px;
}
@media (max-width: 767px) {
  #grid-product-categories .grid-product-category-item p a {
    margin-top: 10px;
  }
}

/*
Theme Name: envo-one-child
Author: 
Description: Envo One Child Theme
Version: 1.0
Template: envo-one

This is the child theme for Envo One theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
#grid-us-trajectory {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #grid-us-trajectory {
    margin-top: 20px;
  }
}
#grid-us-trajectory .e-con-inner > .grid-box,
#grid-us-trajectory .e-con-inner > #grid-us-trajectory-detail {
  background: #ececec;
  margin: 24px 20px;
}
@media (max-width: 767px) {
  #grid-us-trajectory .e-con-inner > .grid-box,
  #grid-us-trajectory .e-con-inner > #grid-us-trajectory-detail {
    margin: 24px 0px;
  }
}
#grid-us-trajectory .e-con-inner .grid-box {
  padding: 32px;
  text-align: center;
  justify-content: center;
  gap: 0;
}
@media (max-width: 767px) {
  #grid-us-trajectory .e-con-inner .grid-box {
    text-align: left;
    padding: 20px;
  }
}
#grid-us-trajectory .e-con-inner .grid-box h2 {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #grid-us-trajectory .e-con-inner .grid-box h2 {
    font-size: 40px;
  }
}
#grid-us-trajectory .e-con-inner .grid-box p {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
#grid-us-trajectory .e-con-inner .grid-box p:last-child {
  margin-bottom: 0;
}
#grid-us-trajectory .e-con-inner #grid-us-trajectory-detail {
  padding: 32px 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px 15px;
  align-content: center;
}
#grid-us-trajectory .e-con-inner #grid-us-trajectory-detail div.elementor-widget {
  background: none;
  padding: 0;
  border-radius: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
}
#grid-us-trajectory .e-con-inner #grid-us-trajectory-detail div.elementor-widget .elementor-widget-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  max-width: 260px;
  margin: 0 auto;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  #grid-us-trajectory .e-con-inner #grid-us-trajectory-detail div.elementor-widget .elementor-widget-container {
    margin: 0 auto;
    max-width: 100%;
  }
}
#grid-us-trajectory .e-con-inner #grid-us-trajectory-detail div.elementor-widget .elementor-widget-container i {
  border-image-width: 0;
  height: 32px;
  width: 32px;
  margin: 0 auto 10px auto;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
#grid-us-trajectory .e-con-inner #grid-us-trajectory-detail div.elementor-widget .elementor-widget-container i.us-availability {
  background-image: url("./assets/icons/us-availability.svg");
}
#grid-us-trajectory .e-con-inner #grid-us-trajectory-detail div.elementor-widget .elementor-widget-container i.us-deliveries {
  background-image: url("./assets/icons/us-deliveries.svg");
}
#grid-us-trajectory .e-con-inner #grid-us-trajectory-detail div.elementor-widget .elementor-widget-container i.us-quality {
  background-image: url("./assets/icons/us-quality.svg");
}
#grid-us-trajectory .e-con-inner #grid-us-trajectory-detail div.elementor-widget .elementor-widget-container i.us-client-service {
  background-image: url("./assets/icons/us-client-service.svg");
}
#grid-us-trajectory .e-con-inner #grid-us-trajectory-detail div.elementor-widget .elementor-widget-container b {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  color: #a94331;
  margin-bottom: 10px;
}
#grid-us-trajectory .e-con-inner #grid-us-trajectory-detail div.elementor-widget .elementor-widget-container p {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #grid-us-trajectory .e-con-inner #grid-us-trajectory-detail {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
    padding: 20px 12px;
  }
}

#us-gallery .elementor-swiper-button-prev {
  left: -45px;
}
#us-gallery .elementor-swiper-button-next {
  right: -45px;
}

#grid-us-products {
  margin-bottom: 80px;
}
#grid-us-products .e-con-inner > .grid-box {
  background: white;
}
#grid-us-products .e-con-inner .grid-box p {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
#grid-us-products .e-con-inner .grid-box p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #grid-us-products .e-con-inner .grid-box {
    padding: 0px;
  }
  #grid-us-products .e-con-inner .grid-box h2 {
    font-size: 40px;
  }
}

/*
Theme Name: envo-one-child
Author: 
Description: Envo One Child Theme
Version: 1.0
Template: envo-one

This is the child theme for Envo One theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
#send-products-steps-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1rem;
  width: 100%;
  padding-bottom: 72px;
}
#send-products-steps-container .step-item {
  background-color: #fafafa;
  border-radius: 8px;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.07), 0 26px 26px 0 rgba(0, 0, 0, 0.06), 0 59px 36px 0 rgba(0, 0, 0, 0.03), 0 106px 42px 0 rgba(0, 0, 0, 0.01), 0 165px 46px 0 rgba(0, 0, 0, 0);
  padding: 1rem;
  margin-top: 48px;
  display: grid;
  grid-template-columns: auto 1fr 64px;
  align-items: center;
  padding: 12px 24px;
}
#send-products-steps-container .step-item .step-number {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#send-products-steps-container .step-item .step-number div {
  border: 1px solid #a94331;
  border-radius: 8px;
  padding: 12px;
  gap: 10px;
  height: 58px;
  width: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#send-products-steps-container .step-item .step-number div h2 {
  color: #a94331;
}
#send-products-steps-container .step-item .step-description {
  max-width: 370px;
  padding-left: 1rem;
}
#send-products-steps-container .step-item .step-description span {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
#send-products-steps-container .step-item .step-description label {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #a94331;
}
@media (max-width: 768px) {
  #send-products-steps-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: 100%;
  }
}
@media (max-width: 480px) {
  #send-products-steps-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: 100%;
  }
}

/*
Theme Name: envo-one-child
Author: 
Description: Envo One Child Theme
Version: 1.0
Template: envo-one

This is the child theme for Envo One theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
div.address-image {
  border-radius: 8px;
  margin-bottom: 24px;
}

table.address-detail {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px; /* Ajusta el valor según sea necesario */
  overflow: hidden;
  width: 100%;
  border: 1px solid #a94331;
}
table.address-detail thead th {
  border-bottom: 1px solid #a94331;
  color: #a94331;
}
table.address-detail tbody tr {
  border: 1px solid green;
}
table.address-detail tbody tr td {
  padding: 15px;
}
table.address-detail tbody tr td.icon {
  max-width: 50px;
  height: auto;
  vertical-align: top;
}
table.address-detail tbody tr td.icon img {
  max-width: 50px;
  height: auto;
}
table.address-detail tbody tr td p.label {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}
table.address-detail tbody tr td span.value {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
}
table.address-detail tfoot tr td {
  text-align: center;
  padding: 24px;
}
table.address-detail tfoot tr td a {
  display: inline-block;
  padding: 10px 20px;
  color: #a94331;
  text-decoration: none;
  border: 1px solid #a94331;
  border-radius: 8px;
  font-weight: bold;
  width: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: #ececec;
  border-radius: 0px;
  height: 10px !important;
  width: 42px !important;
  opacity: 0.5;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #a94331 !important;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active::hover {
  background: #7f3225 !important;
}

/*
Theme Name: envo-one-child
Author: 
Description: Envo One Child Theme
Version: 1.0
Template: envo-one

This is the child theme for Envo One theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.woocommerce-cart-form,
.single-head,
.single-entry-summary {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0px;
}

.shop_table tbody tr td.product-remove {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop_table tbody tr td.product-remove .remove {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop_table tbody tr td.product-remove .remove .sfs-trash {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("./assets/icons/trash.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.shop_table tbody tr td.product-remove .remove:hover {
  background: #a94331;
}

@media (max-width: 767px) {
  .shop_table tbody tr td.actions,
  .shop_table tfoot tr td.actions {
    height: auto !important;
  }
  .shop_table tbody tr td.without-data-title,
  .shop_table tfoot tr td.without-data-title {
    height: auto !important;
  }
  .shop_table tbody tr td.without-data-title::before,
  .shop_table tfoot tr td.without-data-title::before {
    display: none;
  }
  .shop_table tbody tr td.without-data-title .product-image,
  .shop_table tfoot tr td.without-data-title .product-image {
    height: 150px !important;
    margin-top: 20px;
  }
  .shop_table tbody tr td.without-data-title .product-image img,
  .shop_table tfoot tr td.without-data-title .product-image img {
    display: block;
    width: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    height: 150px;
    margin-bottom: 1em;
    border: 1px solid #a94331;
    border-radius: 8px;
  }
  .shop_table tbody tr td.without-data-title .product-detail .product-detail-mobile dl,
  .shop_table tfoot tr td.without-data-title .product-detail .product-detail-mobile dl {
    display: grid;
    grid-template-columns: min-content 1fr;
    gap: 5px 15px;
    margin-bottom: 20px;
  }
  .shop_table tbody tr td.without-data-title .product-detail .product-detail-mobile dl dt,
  .shop_table tfoot tr td.without-data-title .product-detail .product-detail-mobile dl dt {
    color: #a94331;
    font-weight: bold;
    text-align: left;
    align-self: center;
  }
  .shop_table tbody tr td.without-data-title .product-detail .product-detail-mobile dl dd,
  .shop_table tfoot tr td.without-data-title .product-detail .product-detail-mobile dl dd {
    margin-left: 0;
    color: #424242;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .shop_table tbody tr td.without-data-title .product-remove,
  .shop_table tfoot tr td.without-data-title .product-remove {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .shop_table tbody tr td.without-data-title .product-remove .remove,
  .shop_table tfoot tr td.without-data-title .product-remove .remove {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .shop_table tbody tr td.without-data-title .product-remove .remove .sfs-trash,
  .shop_table tfoot tr td.without-data-title .product-remove .remove .sfs-trash {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("./assets/icons/trash.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .shop_table tbody tr td.without-data-title .product-remove .remove:hover,
  .shop_table tfoot tr td.without-data-title .product-remove .remove:hover {
    background: #a94331;
  }
}
.single-content {
  border-top: 1px solid #a94331;
  padding-top: 60px;
}

.cart_totals {
  background-color: #ececec;
  max-width: 400px;
}
.cart_totals table tbody tr {
  height: 60px !important;
}
.cart_totals table tbody tr td,
.cart_totals table tbody tr th {
  height: 60px !important;
  text-align: right !important;
  vertical-align: middle !important;
}
.cart_totals table tbody tr:nth-child(even) {
  background-color: #ececec !important;
}
.cart_totals table tbody tr.order-total td h4 small.includes_tax {
  display: none;
}
.cart_totals .wc-proceed-to-checkout a.checkout-button {
  background-color: #a94331 !important;
  border-radius: 8px !important;
  color: #fafafa !important;
  max-width: 200px;
  padding: 12px 24px;
  margin: 0 auto;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
}

.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  font-size: 32px !important;
}
.woocommerce-checkout-review-order-table tfoot tr.order-total td small.includes_tax {
  display: none;
}

.woocommerce-info {
  border-top-color: #a94331;
}
.woocommerce-info::before {
  color: #a94331;
}

.checkout-button,
.button {
  background-color: #a94331 !important;
  border-radius: 8px !important;
  color: #fafafa !important;
  padding: 12px 24px;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
}

/*
Theme Name: envo-one-child
Author: 
Description: Envo One Child Theme
Version: 1.0
Template: envo-one

This is the child theme for Envo One theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.elementor-widget-container {
  color: #424242;
  width: 100%;
}
.elementor-widget-container .colors-section {
  display: flex;
  width: 100%;
  gap: 20px;
}
.elementor-widget-container .colors-section .color-column {
  width: 50%;
}
.elementor-widget-container .colors-section .color-example {
  margin-bottom: 10px;
}
.elementor-widget-container .colors-section .color-example .color-box {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  border: 1px solid #ccc;
}
.elementor-widget-container .colors-section .color-example .color-box.light-grey, .elementor-widget-container .colors-section .color-example .color-box.light-red {
  color: #171717;
}
.elementor-widget-container .colors-section .color-example .color-box p {
  margin: 0;
}
.elementor-widget-container .colors-section .color-example .light-grey {
  background-color: #ececec;
}
.elementor-widget-container .colors-section .color-example .normal-grey {
  background-color: #424242;
}
.elementor-widget-container .colors-section .color-example .dark-grey {
  background-color: #323232;
}
.elementor-widget-container .colors-section .color-example .darker-grey {
  background-color: #171717;
}
.elementor-widget-container .colors-section .color-example .light-red {
  background-color: #f6ecea;
}
.elementor-widget-container .colors-section .color-example .normal-red {
  background-color: #a94331;
}
.elementor-widget-container .colors-section .color-example .dark-red {
  background-color: #7f3225;
}
.elementor-widget-container .colors-section .color-example .darker-red {
  background-color: #3b1711;
}
.elementor-widget-container .colors-section .color-example .light-grey-hover {
  background-color: #e3e3e3;
}
.elementor-widget-container .colors-section .color-example .light-grey-active {
  background-color: #c4c4c4;
}
.elementor-widget-container .colors-section .color-example .normal-grey-hover {
  background-color: #3b3b3b;
}
.elementor-widget-container .colors-section .color-example .normal-grey-active {
  background-color: #353535;
}
.elementor-widget-container .colors-section .color-example .dark-grey-hover {
  background-color: #282828;
}
.elementor-widget-container .colors-section .color-example .dark-grey-active {
  background-color: #1e1e1e;
}
.elementor-widget-container .colors-section .color-example .light-red-hover {
  background-color: #f2e3e0;
}
.elementor-widget-container .colors-section .color-example .light-red-active {
  background-color: #e4c5bf;
}
.elementor-widget-container .colors-section .color-example .normal-red-hover {
  background-color: #983c2c;
}
.elementor-widget-container .colors-section .color-example .normal-red-active {
  background-color: #873627;
}
.elementor-widget-container .colors-section .color-example .dark-red-hover {
  background-color: #65281d;
}
.elementor-widget-container .colors-section .color-example .dark-red-active {
  background-color: #4c1e16;
}
.elementor-widget-container .typography-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.elementor-widget-container .typography-table th,
.elementor-widget-container .typography-table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.elementor-widget-container .typography-table th {
  background-color: #f8f8f8;
  font-weight: bold;
}
.elementor-widget-container .subtitle1-grey {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  color: #424242;
}
.elementor-widget-container .subtitle1-red {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  color: #a94331;
}
.elementor-widget-container .subtitle2-grey {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #424242;
}
.elementor-widget-container .subtitle2-red {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #a94331;
}
.elementor-widget-container .body1-grey {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #424242;
}
.elementor-widget-container .body1-red {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #a94331;
}
.elementor-widget-container .body2-grey {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #424242;
}
.elementor-widget-container .body2-red {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #a94331;
}
.elementor-widget-container .body3-grey {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #424242;
}
.elementor-widget-container .body3-red {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #a94331;
}
.elementor-widget-container .caption1-grey {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.5;
  color: #424242;
}
.elementor-widget-container .caption1-red {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.5;
  color: #a94331;
}
.elementor-widget-container .caption2-grey {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #424242;
}
.elementor-widget-container .caption2-red {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #a94331;
}
.elementor-widget-container .caption3-grey {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.5;
  color: #424242;
}
.elementor-widget-container .caption3-red {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.5;
  color: #a94331;
}
.elementor-widget-container .label-grey {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #424242;
}
.elementor-widget-container .label-red {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #a94331;
}
.elementor-widget-container .buttons-section h3 {
  margin-bottom: 10px;
}
.elementor-widget-container .buttons-section .button-example {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.elementor-widget-container .buttons-section .button-example .btn-base, .elementor-widget-container .buttons-section .button-example .btn-red-drop-down, .elementor-widget-container .buttons-section .button-example .btn-grey-drop-down, .elementor-widget-container .buttons-section .button-example .btn-red, .elementor-widget-container .buttons-section .button-example .btn-grey {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-style: solid;
  border-width: 1px;
}
.elementor-widget-container .buttons-section .button-example .btn-grey {
  border-color: #a94331;
  color: #a94331;
  background-color: transparent;
}
.elementor-widget-container .buttons-section .button-example .btn-grey:hover {
  background-color: #f6ecea;
}
.elementor-widget-container .buttons-section .button-example .btn-red {
  background-color: #a94331;
  color: white;
  border-color: #a94331;
}
.elementor-widget-container .buttons-section .button-example .btn-red:hover {
  background-color: #7f3225;
}
.elementor-widget-container .buttons-section .button-example .btn-grey-drop-down {
  background-color: #e3e3e3;
  color: #171717;
  border-width: 0px;
  border-radius: 0px;
  display: inline-flex;
  gap: 8px;
}
.elementor-widget-container .buttons-section .button-example .btn-grey-drop-down:hover {
  background-color: #a94331;
  color: #ececec;
  border-color: #a94331;
}
.elementor-widget-container .buttons-section .button-example .btn-grey-drop-down:hover svg {
  stroke: #fafafa;
}
.elementor-widget-container .buttons-section .button-example .btn-grey-drop-down svg {
  stroke: #a94331;
}
.elementor-widget-container .buttons-section .button-example .btn-red-drop-down {
  background-color: #fafafa;
  color: #171717;
  border-width: 0px;
  border-radius: 0px;
  display: inline-flex;
  gap: 8px;
}
.elementor-widget-container .buttons-section .button-example .btn-red-drop-down:hover {
  background-color: #a94331;
  color: #fafafa;
}
.elementor-widget-container .buttons-section .button-example .btn-red-drop-down:hover svg {
  stroke: #fafafa;
}
.elementor-widget-container .buttons-section .button-example .btn-red-drop-down svg {
  stroke: #a94331;
}

/*
Theme Name: envo-one-child
Author: 
Description: Envo One Child Theme
Version: 1.0
Template: envo-one

This is the child theme for Envo One theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
nav.woocommerce-breadcrumb a {
  color: #a94331 !important;
  text-decoration: none;
}

.row {
  justify-content: center;
}
.row #single-product-title {
  border-bottom: 1px solid #a94331;
  margin: 20px 0px;
  padding: 20px 0px;
  /* Media query externa para padding, si aplica a #single-product-title */
}
@media (max-width: 767px) {
  .row #single-product-title {
    padding: 0px 20px;
  }
}
.row #single-product-title #single-product-title-container {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  /* --- CAMBIO PRINCIPAL: Apilar en Mobile para #single-product-title-container --- */
}
.row #single-product-title #single-product-title-container div {
  flex: 1;
  max-width: 50%;
  display: flex;
  align-items: center;
  gap: 20px;
  /* --- CAMBIOS CLAVE AQUÍ: Media Query para Mobile --- */
}
.row #single-product-title #single-product-title-container div.product-title {
  justify-content: flex-start;
  text-align: left;
}
.row #single-product-title #single-product-title-container div.product-breadcrumb {
  justify-content: flex-end;
  text-align: right;
}
@media (max-width: 767px) {
  .row #single-product-title #single-product-title-container div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row #single-product-title #single-product-title-container div.product-title, .row #single-product-title #single-product-title-container div.product-breadcrumb {
    justify-content: flex-start;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .row #single-product-title #single-product-title-container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
}
.row #single-product-content {
  max-width: 1240px;
  margin: 0 auto;
}
.row #single-product-content .product-gallery img {
  border: 1px solid #a94331;
}
.row #single-product-content #product-tabs {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .row #single-product-content #product-tabs {
    padding: 0px 10px;
  }
}
.row #single-product-content #product-tabs .wc-tabs {
  background-color: #ececec;
  color: #171717;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.row #single-product-content #product-tabs .wc-tabs li {
  flex: 1;
  text-align: center;
}
.row #single-product-content #product-tabs .wc-tabs li.active {
  background-color: #a94331;
  color: #fafafa;
  border-width: 0px;
}
.row #single-product-content #product-tabs .wc-tabs li a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .row #single-product-content #product-tabs .wc-tabs li a {
    font-size: 12px;
  }
}
.row #single-product-content #product-tabs .product-description,
.row #single-product-content #product-tabs .product-data-sheet {
  border: 1px solid #a94331;
  color: #424242;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 38px;
  padding: 12px 24px;
}
.row #single-product-content #product-tabs .product-description-link-container,
.row #single-product-content #product-tabs .product-data-sheet-link-container {
  text-align: center;
  padding: 24px 12px;
}
.row #single-product-content #product-tabs .product-description-link-container a,
.row #single-product-content #product-tabs .product-data-sheet-link-container a {
  background-color: #a94331;
  color: #fafafa;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.row #single-product-content #product-tabs .product-description-link-container a:hover,
.row #single-product-content #product-tabs .product-data-sheet-link-container a:hover {
  background-color: #7f3225;
  color: #fafafa;
}
.row #single-product-content #product-tabs .product-description-link-container a .sfs-download-icon,
.row #single-product-content #product-tabs .product-data-sheet-link-container a .sfs-download-icon {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-image: url("./assets/icons/download.svg");
}
@media (max-width: 767px) {
  .row #single-product-content #product-tabs .product-description,
  .row #single-product-content #product-tabs .product-data-sheet {
    font-size: 14px;
  }
}
.row #single-product-content #product-tabs .product-characteristics-container {
  display: flex;
}
.row #single-product-content #product-tabs .product-characteristics-container .product-characteristics-image {
  flex: 1;
  max-width: 33.33%;
  width: 100%;
}
.row #single-product-content #product-tabs .product-characteristics-container .product-characteristics-image img {
  border: 1px solid #a94331;
  width: 350px;
}
.row #single-product-content #product-tabs .product-characteristics-container .product-characteristics-details {
  flex: 2;
  max-width: 66.66%;
  padding: 10px;
}
.row #single-product-content .type-product .product-summary {
  overflow: auto;
}
.row #products-measure-table,
.row .shop_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #f6ecea;
  margin: 50px 0px;
}
@media (max-width: 767px) {
  .row #products-measure-table,
  .row .shop_table {
    margin: 10px 0px;
  }
}
.row #products-measure-table thead tr th,
.row .shop_table thead tr th {
  background-color: #fafafa;
  border: 1px solid #a94331;
  color: #a94331;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  padding: 12px 24px;
  text-align: center;
  /*
            position: sticky !important;
            top: 0;
            z-index: 1;
  */
}
.row #products-measure-table thead tr th.product-remove,
.row .shop_table thead tr th.product-remove {
  border: 0px;
}
.row #products-measure-table thead tr th .taxes-label,
.row .shop_table thead tr th .taxes-label {
  font-size: 12px;
}
.row #products-measure-table thead tr .image-column-header,
.row .shop_table thead tr .image-column-header {
  display: inline-block;
  width: 32px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.row #products-measure-table thead tr .image-measure,
.row .shop_table thead tr .image-measure {
  background-image: url("./assets/icons/column-header-measure.svg");
}
.row #products-measure-table thead tr .image-price,
.row .shop_table thead tr .image-price {
  background-image: url("./assets/icons/column-header-price.svg");
}
.row #products-measure-table thead tr .image-box,
.row .shop_table thead tr .image-box {
  background-image: url("./assets/icons/column-header-box.svg");
}
.row #products-measure-table thead tr .image-units,
.row .shop_table thead tr .image-units {
  background-image: url("./assets/icons/column-header-units.svg");
}
.row #products-measure-table thead tr .image-box,
.row .shop_table thead tr .image-box {
  background-image: url("./assets/icons/column-header-box.svg");
}
.row #products-measure-table thead tr .image-cart,
.row .shop_table thead tr .image-cart {
  background-image: url("./assets/icons/column-header-cart.svg");
}
.row #products-measure-table tbody tr td,
.row .shop_table tbody tr td {
  border: 1px solid #f6ecea;
  color: #171717;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  height: 117px;
  text-align: center;
  padding: 12px 24px;
}
.row #products-measure-table tbody tr td.out-of-stock-message .text-grey,
.row .shop_table tbody tr td.out-of-stock-message .text-grey {
  color: #424242 !important;
}
.row #products-measure-table tbody tr td small,
.row .shop_table tbody tr td small {
  color: #424242;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}
.row #products-measure-table tbody tr td .packaging-type-switch,
.row .shop_table tbody tr td .packaging-type-switch {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.row #products-measure-table tbody tr td .packaging-type-switch .packaging-type-option,
.row .shop_table tbody tr td .packaging-type-switch .packaging-type-option {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #a94331;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 14px;
  line-height: 1.5;
  color: #a94331;
  text-align: center;
}
.row #products-measure-table tbody tr td .packaging-type-switch .packaging-type-option label,
.row .shop_table tbody tr td .packaging-type-switch .packaging-type-option label {
  cursor: pointer;
}
.row #products-measure-table tbody tr td .packaging-type-switch .packaging-type-option input[type=radio],
.row .shop_table tbody tr td .packaging-type-switch .packaging-type-option input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: all;
}
.row #products-measure-table tbody tr td .packaging-type-switch .packaging-type-option.checked,
.row .shop_table tbody tr td .packaging-type-switch .packaging-type-option.checked {
  background-color: #a94331;
  color: #fafafa;
}
.row #products-measure-table tbody tr td .quantity-input-wrapper,
.row .shop_table tbody tr td .quantity-input-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #a94331;
  border-radius: 8px;
  overflow: hidden;
  width: 111px;
  height: 37px;
  margin: 0 auto;
}
.row #products-measure-table tbody tr td .quantity-input-wrapper .quantity,
.row #products-measure-table tbody tr td .quantity-input-wrapper .quantity > .qty,
.row .shop_table tbody tr td .quantity-input-wrapper .quantity,
.row .shop_table tbody tr td .quantity-input-wrapper .quantity > .qty {
  width: 100%;
  border: none;
  text-align: center;
  font-size: 16px;
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  overflow: hidden;
  -moz-appearance: textfield;
}
.row #products-measure-table tbody tr td .quantity-input-wrapper .quantity::-webkit-outer-spin-button, .row #products-measure-table tbody tr td .quantity-input-wrapper .quantity::-webkit-inner-spin-button,
.row #products-measure-table tbody tr td .quantity-input-wrapper .quantity > .qty::-webkit-outer-spin-button,
.row #products-measure-table tbody tr td .quantity-input-wrapper .quantity > .qty::-webkit-inner-spin-button,
.row .shop_table tbody tr td .quantity-input-wrapper .quantity::-webkit-outer-spin-button,
.row .shop_table tbody tr td .quantity-input-wrapper .quantity::-webkit-inner-spin-button,
.row .shop_table tbody tr td .quantity-input-wrapper .quantity > .qty::-webkit-outer-spin-button,
.row .shop_table tbody tr td .quantity-input-wrapper .quantity > .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.row #products-measure-table tbody tr td .quantity-input-wrapper .quantity-controls,
.row .shop_table tbody tr td .quantity-input-wrapper .quantity-controls {
  display: flex;
  flex-direction: column;
}
.row #products-measure-table tbody tr td .quantity-input-wrapper .quantity-controls button,
.row .shop_table tbody tr td .quantity-input-wrapper .quantity-controls button {
  background-color: #a94331;
  color: white;
  padding: 0px 6px;
  border: none;
  cursor: pointer;
  outline: none;
  font-size: 12px;
}
.row #products-measure-table tbody tr td .quantity-input-wrapper .quantity-controls button:first-child,
.row .shop_table tbody tr td .quantity-input-wrapper .quantity-controls button:first-child {
  border-bottom: 1px solid white;
}
.row #products-measure-table tbody tr td .add-to-cart,
.row .shop_table tbody tr td .add-to-cart {
  background-color: #a94331;
  border-radius: 8px;
  color: #fafafa;
}
.row #products-measure-table tbody tr td .add-to-cart .image-add-to-cart,
.row .shop_table tbody tr td .add-to-cart .image-add-to-cart {
  display: inline-block;
  width: 32px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-image: url("./assets/icons/add-to-cart.svg");
}
.row #products-measure-table tbody tr td .add-to-cart:hover,
.row .shop_table tbody tr td .add-to-cart:hover {
  background-color: #7f3225;
}
.row #products-measure-table tbody tr td.product-data,
.row .shop_table tbody tr td.product-data {
  display: flex;
}
.row #products-measure-table tbody tr td.product-data .product-image,
.row .shop_table tbody tr td.product-data .product-image {
  flex: 1;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.row #products-measure-table tbody tr td.product-data .product-image img,
.row .shop_table tbody tr td.product-data .product-image img {
  border: 1px solid #a94331;
  border-radius: 8px;
  width: 100px;
}
.row #products-measure-table tbody tr td.product-data .product-detail,
.row .shop_table tbody tr td.product-data .product-detail {
  flex: 2;
  padding: 10px;
  display: flex;
  justify-content: left;
  align-items: left;
  flex-direction: column;
  text-align: left !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
.row #products-measure-table tbody tr td.product-box-piece,
.row .shop_table tbody tr td.product-box-piece {
  font-size: 18px;
}
.row #products-measure-table tbody tr td.product-box-piece label,
.row .shop_table tbody tr td.product-box-piece label {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: bold;
  margin-bottom: 10px;
}
.row #products-measure-table tbody tr td.product-box-piece label.badge-red,
.row .shop_table tbody tr td.product-box-piece label.badge-red {
  background-color: #a94331;
  color: #fafafa;
}
.row #products-measure-table tbody tr td.product-box-piece label.badge-white,
.row .shop_table tbody tr td.product-box-piece label.badge-white {
  background-color: #fafafa;
  border: 1px solid #a94331;
  color: #a94331;
}
.row #products-measure-table tbody tr:nth-child(even),
.row .shop_table tbody tr:nth-child(even) {
  background-color: #f6ecea;
}
.row #products-measure-table tfoot tr td,
.row #products-measure-table tfoot tr th,
.row .shop_table tfoot tr td,
.row .shop_table tfoot tr th {
  font-size: 22px;
  text-align: right;
}

.yith-add-to-wishlist-button-block {
  display: none !important;
}

.woocommerce-message {
  display: none;
}

.sfs-add-to-cart-notification {
  background-color: #fafafa;
  border: 2px solid #a94331;
  color: #a94331;
  padding: 24px;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.sfs-add-to-cart-notification-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, bottom 0.3s ease-out;
}
.sfs-add-to-cart-notification-container.show {
  opacity: 1;
  bottom: 20px;
}
.sfs-add-to-cart-notification .sfs-notification-icon {
  display: inline-block;
  width: 32px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-image: url("./assets/icons/column-header-cart.svg");
  margin-right: 10px;
}
.sfs-add-to-cart-notification .sfs-notification-close {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.8;
}
.sfs-add-to-cart-notification .sfs-notification-close:hover {
  opacity: 1;
}
.sfs-add-to-cart-notification .sfs-notification-message {
  white-space: pre-line;
  flex-grow: 1;
}

@media (max-width: 767px) {
  .related.products {
    padding: 10px;
  }
  .related.products ul.products.columns-4 {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .related.products ul.products.columns-4 li {
    min-width: 250px;
  }
}
.product-gallery {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-gallery {
    padding: 0 10px;
  }
}

.product-main-image {
  width: 50%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.product-gallery-thumbnails {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  justify-items: start;
  align-items: start;
}

.product-thumbnail-image {
  box-sizing: border-box;
  padding: 5px;
  height: auto;
  width: 100%;
  object-fit: cover;
}

.product-gallery-1-images .product-main-image {
  width: 100%;
}
.product-gallery-1-images .product-gallery-thumbnails {
  display: none;
}

@media (min-width: 1025px) {
  .product-main-image {
    width: 50%;
  }
  .product-gallery-thumbnails {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: unset;
    align-items: unset;
  }
  .product-gallery-thumbnails .product-thumbnail-image {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .product-main-image {
    width: 50%;
  }
  .product-gallery-thumbnails {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: unset;
    align-items: unset;
  }
  .product-gallery-thumbnails .product-thumbnail-image {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .product-gallery {
    flex-direction: column;
  }
  .product-main-image {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .product-gallery-thumbnails {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
    padding-left: 0px;
    padding-right: 0px;
    justify-items: start;
    align-items: start;
  }
  .product-thumbnail-image {
    margin-bottom: 0;
  }
}
/*
Theme Name: envo-one-child
Author: 
Description: Envo One Child Theme
Version: 1.0
Template: envo-one

This is the child theme for Envo One theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
header.woocommerce-products-header {
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("./assets/images/products-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  header.woocommerce-products-header {
    padding: 96px 20px;
  }
  header.woocommerce-products-header h1 {
    font-size: 40px;
  }
}
header.woocommerce-products-header .woocommerce-products-header__title.page-title {
  color: #fafafa;
  width: 100%;
  margin-bottom: 10px;
}
header.woocommerce-products-header .page-description {
  color: #fafafa;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  max-width: 720px;
}
@media (max-width: 767px) {
  header.woocommerce-products-header .page-description {
    font-size: 16px;
  }
}

#products-title {
  border-bottom: 1px solid #a94331;
  margin: 20px 0px;
  padding: 20px 0px;
}
@media (max-width: 767px) {
  #products-title {
    padding: 0px 20px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #products-title #products-filters-mobile #btn-filter-mobile {
    text-align: right;
    border: 0px;
    padding: 0px;
    color: #a94331;
  }
}
#products-title #products-title-container {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 20px;
}
#products-title #products-title-container div {
  flex: 1 1 calc(50% - 10px);
  display: flex;
  align-items: center;
  gap: 20px;
}
#products-title #products-title-container div.title {
  justify-content: flex-start;
  order: 1;
}
#products-title #products-title-container div.breadcrumb {
  justify-content: flex-end;
  order: 2;
  padding-left: 24px;
}
@media (max-width: 767px) {
  #products-title #products-title-container div {
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 100%;
    max-width: 100%;
    gap: 10px;
  }
  #products-title #products-title-container div.title {
    justify-content: flex-start;
    text-align: left;
  }
  #products-title #products-title-container div.title h2 {
    font-size: 18px;
  }
  #products-title #products-title-container div.breadcrumb {
    justify-content: flex-start;
    text-align: left;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #products-title #products-title-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  #products-title #products-filters-mobile {
    display: none;
  }
}

.envo-content.woo-content {
  box-shadow: none !important;
  margin: 0px !important;
  padding: 0px !important;
  max-width: 1240px;
}

.wc-archive-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .wc-archive-wrapper {
    margin-top: 0px;
    gap: 0px;
  }
}

#wc-archive-sidebar {
  width: 100%;
  flex-shrink: 0;
  order: 1;
}
@media (max-width: 767px) {
  #wc-archive-sidebar {
    display: none;
  }
}

.wc-archive-main-content {
  width: 100%;
  flex-grow: 1;
  min-width: 0;
  order: 2;
}
@media (max-width: 767px) {
  .wc-archive-main-content {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .wc-archive-wrapper {
    flex-wrap: nowrap;
  }
  #wc-archive-sidebar {
    display: block;
    flex-basis: 250px;
    width: 250px;
  }
  .wc-archive-main-content {
    width: auto;
  }
}
/*
Theme Name: envo-one-child
Author: 
Description: Envo One Child Theme
Version: 1.0
Template: envo-one

This is the child theme for Envo One theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
@media (max-width: 767px) {
  .woocommerce-result-count {
    width: 100%;
    padding: 0 20px;
  }
  .woocommerce-ordering {
    width: 100%;
    padding: 0 20px;
  }
  .woocommerce-ordering select {
    width: 100%;
  }
}
ul.products {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
ul.products li.product-category {
  display: none !important;
}
ul.products li.product {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 16px !important;
}
ul.products li.product a.woocommerce-loop-product__link {
  display: block;
  text-decoration: none;
}
ul.products li.product a.woocommerce-loop-product__link img,
ul.products li.product a.woocommerce-loop-product__link .wp-post-image {
  display: block;
  width: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  height: 250px;
  margin-bottom: 1em;
  border: 1px solid #a94331;
  border-radius: 8px;
}
ul.products li.product .woocommerce-loop-product__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 1em !important;
  order: 2;
  flex-grow: 1;
}
ul.products li.product .price {
  display: none !important;
}
ul.products li.product .button.product_type_variable {
  margin-top: auto;
  order: 3;
  background-color: #a94331;
  color: #fafafa;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 0.6em 1em;
  margin: 0 auto !important;
}
ul.products li.product .button.product_type_variable:hover {
  background-color: #7f3225;
  color: #fafafa;
  text-decoration: none;
}
@media (max-width: 767px) {
  ul.products.columns-3_ {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
  }
  ul.products.columns-3_ li.product {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
  ul.products.columns-3_ li.product.first, ul.products.columns-3_ li.product.last {
    margin: 0 0 20px 0 !important;
  }
  ul.products.columns-3_ li.product a.woocommerce-loop-product__link {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
    width: 100%;
    flex-grow: 1;
  }
  ul.products.columns-3_ li.product a.woocommerce-loop-product__link img,
  ul.products.columns-3_ li.product a.woocommerce-loop-product__link .wp-post-image {
    height: auto;
    width: 50%;
    max-width: 50%;
    flex-shrink: 0;
    margin-bottom: 0 !important;
  }
  ul.products.columns-3_ li.product a.woocommerce-loop-product__link .woocommerce-loop-product__title {
    flex-grow: 1;
    text-align: left;
    margin-bottom: 0 !important;
    padding: 0;
  }
  ul.products.columns-3_ li.product .button.product_type_variable {
    margin-top: 10px !important;
  }
}

/*
Theme Name: envo-one-child
Author: 
Description: Envo One Child Theme
Version: 1.0
Template: envo-one

This is the child theme for Envo One theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.btn-store {
  display: inline-block;
  padding: 12px 24px;
  font-size: 18px;
  text-decoration: none;
  color: #fafafa;
  background-color: #a94331;
  cursor: pointer;
  width: 100%;
}
.btn-store:hover {
  background-color: #7f3225;
  color: #fafafa;
  text-decoration: none;
}
.btn-store:focus {
  background-color: #7f3225;
  color: #fafafa;
  text-decoration: none;
}

.berocket_single_filter_widget {
  background-color: #ececec;
  margin-bottom: 15px;
  font-size: 18px;
}
.berocket_single_filter_widget .bapf_body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.berocket_single_filter_widget .bapf_body ul li {
  border-bottom: 1px solid #eee;
  padding: 6px 0px !important;
  position: relative;
}
.berocket_single_filter_widget .bapf_body ul li:last-child {
  border-bottom: none;
}
.berocket_single_filter_widget .bapf_body ul li > label {
  color: #000000;
  cursor: pointer;
  margin-left: 12px;
  display: block !important;
  max-width: 200px;
  font-weight: normal;
}
.berocket_single_filter_widget .bapf_body ul li > input[type=checkbox] {
  display: none;
}
.berocket_single_filter_widget .bapf_body ul li > i.fa-plus,
.berocket_single_filter_widget .bapf_body ul li > i.fa-minus {
  color: #a94331;
  cursor: pointer;
  position: absolute;
  top: 17px;
  right: 6px;
  transform: translateY(-50%);
}
.berocket_single_filter_widget .bapf_body ul li > i.fa-plus::before {
  content: "\f078";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 0.8em;
}
.berocket_single_filter_widget .bapf_body ul li > i.fa-minus::before {
  content: "\f077";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 0.8em;
}
.berocket_single_filter_widget .bapf_body ul li.checked label {
  color: #a94331;
  font-weight: bolder;
}
.berocket_single_filter_widget .bapf_body ul li:hover > label {
  color: #a94331;
}
.berocket_single_filter_widget .bapf_body ul li ul {
  background-color: #fafafa;
  margin: 0px !important;
  padding-left: 12px !important;
}
.berocket_single_filter_widget .bapf_body ul li ul li {
  padding: 5px 0;
  border-bottom: none;
}
.berocket_single_filter_widget .bapf_body ul li ul li label {
  color: #000000;
  cursor: pointer;
  font-weight: normal;
  margin-left: 5px;
}
.berocket_single_filter_widget .bapf_body ul li ul li input[type=checkbox] {
  margin-right: 8px;
}
.berocket_single_filter_widget .bapf_body ul li ul li.checked label {
  color: #a94331;
  font-weight: bolder;
}
.berocket_single_filter_widget .bapf_body ul li ul li:hover label {
  color: #a94331;
}

.row {
  max-width: 1240px;
  margin: 0 auto;
  /* Estilos responsivos para pantallas más pequeñas si es necesario */
}
.row .two-columns-layout {
  display: flex;
  flex-wrap: wrap;
  /* Para que las columnas se apilen en pantallas pequeñas */
  /* Ocultar la imagen en pantallas móviles (ancho máximo de 767px) */
}
.row .two-columns-layout .column {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  /* Para que el padding no afecte el ancho total */
}
.row .two-columns-layout .column .column-title {
  text-align: center;
  padding: 24px 12px;
}
.row .two-columns-layout .right-column {
  display: block;
  /* Mostrar por defecto */
}
.row .two-columns-layout .right-column img {
  width: 100%;
  /* La imagen ocupa el ancho disponible de su contenedor */
  height: 100%;
  /* La imagen intenta ocupar toda la altura de su contenedor */
  object-fit: cover;
  /* Recorta la imagen para cubrir el contenedor manteniendo su proporción */
  object-position: center;
  /* Centra la imagen dentro de su contenedor */
}
@media (max-width: 767px) {
  .row .two-columns-layout .right-column {
    display: none;
  }
  .row .two-columns-layout .left-column {
    width: 100%;
    /* La columna izquierda ocupa todo el ancho en móviles */
  }
}
.row .my-account-container {
  padding: 24px 12px;
  width: 100%;
}
.row .my-account-container .woocommerce {
  display: flex;
  /* Activar Flexbox en el contenedor principal */
  flex-wrap: nowrap;
  /* Evitar que los elementos flexibles se envuelvan a la siguiente línea */
  align-items: flex-start;
  /* Alinear los elementos flexibles en la parte superior */
}
.row .my-account-container .woocommerce .woocommerce-MyAccount-navigation {
  width: auto !important;
  /* El ancho se basará en el contenido o el max-width */
  max-width: 250px;
  /* Definir el ancho máximo de la navegación */
  flex-shrink: 0;
  /* Evitar que la navegación se encoja */
  margin-right: 20px;
  /* O el espacio que desees entre la navegación y el contenido */
}
.row .my-account-container .woocommerce .woocommerce-MyAccount-content {
  width: 100%;
  /* Inicialmente ocupa todo el ancho */
  flex-grow: 1;
  /* Permite que el contenido crezca para ocupar el espacio restante */
}
.row .my-account-container .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h2 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .row div.woocommerce {
    flex-direction: column;
    /* Apilar verticalmente en móviles */
  }
  .row div.woocommerce nav.woocommerce-MyAccount-navigation {
    width: 100%;
    max-width: none;
    /* Eliminar el ancho máximo en móviles */
    margin-right: 0;
    margin-bottom: 20px;
    /* Espacio entre la navegación y el contenido en móviles */
  }
  .row div.woocommerce div.woocommerce-MyAccount-content {
    width: 100%;
    /* El contenido ocupa todo el ancho en móviles */
  }
}
.row .user-registration.ur-frontend-form {
  margin: 0px !important;
}

/*
Theme Name: envo-one-child
Author: 
Description: Envo One Child Theme
Version: 1.0
Template: envo-one

This is the child theme for Envo One theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.woocommerce-tabs {
  margin-bottom: 24px;
}
.woocommerce-tabs .woocommerce-tab-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.woocommerce-tabs .woocommerce-tab-nav li {
  float: left;
  margin: 0;
}
.woocommerce-tabs .woocommerce-tab-nav li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
}
.woocommerce-tabs .woocommerce-tab-nav li.active a {
  background: #f0f0f0;
  font-weight: bold;
}
.woocommerce-tabs .woocommerce-tab-content {
  padding: 10px;
  display: none;
}
.woocommerce-tabs .woocommerce-tab-content.active {
  display: block;
}
.woocommerce-tabs .woocommerce-tab-content .woocommerce-form {
  border: 0px !important;
}
.woocommerce-tabs .woocommerce-tab-content .woocommerce-form p label {
  color: #323232;
  font-weight: normal;
}
.woocommerce-tabs .woocommerce-tab-content .woocommerce-form p .woocommerce-Input {
  border-radius: 8px;
  border-color: #ececec;
}
.woocommerce-tabs .woocommerce-tab-content .woocommerce-form p button[type=submit] {
  background-color: #a94331;
  border-radius: 8px;
  color: #fafafa;
  width: 100%;
}
.woocommerce-tabs .woocommerce-tab-content .woocommerce-form p.lost_password {
  text-align: center;
}
.woocommerce-tabs .woocommerce-tab-content .woocommerce-form .woocommerce-privacy-policy-text {
  font-size: 12px;
  padding: 12px 0px;
}

/*
Theme Name: envo-one-child
Author: 
Description: Envo One Child Theme
Version: 1.0
Template: envo-one

This is the child theme for Envo One theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
html {
  scroll-behavior: smooth;
}

header.contact-header {
  border-radius: 8px;
  color: #fafafa;
  margin: 0 auto;
  max-width: 1240px;
  background-image: url("./assets/images/contact-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 24px 36px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  header.contact-header {
    border-radius: 0px;
    height: auto;
  }
}
header.contact-header label {
  font-size: 16px;
  font-weight: 400;
}
header.contact-header .column {
  width: 50%;
}
@media (max-width: 767px) {
  header.contact-header .column {
    width: 100%;
  }
  header.contact-header .column h1 {
    margin-top: 0px;
    font-size: 40px;
  }
}
header.contact-header .column .contact-detail {
  margin-top: 40px;
}
header.contact-header .column .contact-detail a {
  color: #fafafa;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  header.contact-header .column .contact-detail {
    margin-top: 20px;
  }
  header.contact-header .column .contact-detail h4 {
    font-size: 28px;
    font-weight: normal;
  }
  header.contact-header .column .contact-detail a {
    font-size: 16px;
    font-weight: normal;
  }
}

#contact-form-section {
  margin-top: 40px;
}
#contact-form-section .two-columns-layout .left-column .column-title {
  display: none;
}
@media (max-width: 767px) {
  #contact-form-section .two-columns-layout .left-column .wpcf7 .wpcf7-form h3 {
    font-size: 36px;
    text-align: center;
  }
  #contact-form-section .two-columns-layout .left-column .wpcf7 .wpcf7-form p label {
    font-weight: normal;
  }
}
#contact-form-section .two-columns-layout .left-column .wpcf7 .wpcf7-form .wpcf7-text,
#contact-form-section .two-columns-layout .left-column .wpcf7 .wpcf7-form .wpcf7-textarea {
  border-radius: 8px;
}
#contact-form-section .two-columns-layout .left-column .wpcf7 .wpcf7-form .wpcf7-submit {
  background-color: #a94331;
  border-radius: 8px;
  color: #fafafa;
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  #contact-form-section .two-columns-layout .right-column {
    display: block;
    width: 100%;
    padding: 0px;
  }
  #contact-form-section .two-columns-layout .right-column img {
    border-radius: 0px;
    width: 100%;
    height: auto;
    display: block;
  }
}

.address-banner {
  margin: 0 auto;
  max-width: 1240px;
  text-align: center;
  padding: 24px 0px;
}

.addresses {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  /* Para 2 columnas en pantallas más pequeñas (ej: tablets) */
  /* Para 1 columna en pantallas aún más pequeñas (ej: móviles) */
}
.addresses .address {
  box-sizing: border-box;
  /* Para que el padding no afecte el ancho */
  padding: 10px;
  /* Espacio alrededor de cada dirección */
  width: calc(33.333% - 20px);
  /* Tres columnas con espacio entre ellas */
  margin-right: 20px;
}
.addresses .address:nth-child(3n) {
  margin-right: 0;
  /* Elimina el margen derecho de la última columna en cada fila de tres */
}
@media (max-width: 1024px) {
  .addresses .address {
    width: calc(50% - 20px);
    /* Dos columnas con espacio entre ellas */
  }
  .addresses .address:nth-child(2n) {
    margin-right: 0;
    /* Elimina el margen derecho de la última columna en cada fila de dos */
  }
  .addresses .address:nth-child(3n) {
    margin-right: 20px;
    /* Reinicia el margen para la siguiente fila si había una regla anterior */
  }
}
@media (max-width: 767px) {
  .addresses {
    flex-wrap: nowrap;
    overflow: auto !important;
  }
  .addresses .address {
    min-width: 350px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .addresses .address:last-child {
    margin-bottom: 0;
  }
}
