/*OCULTAR PRECIO EN LOS PRODUCTOS*/
.theme-product-price {
    display: none !important;
}


/*OCULTAR EL BOTON DE AGREGAR AL CARRITO*/
.theme-product-details-style-06 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-varients-row .theme-product-variant.theme-product-quantity-cart-container {
    display: none !important;
}

.theme-social-share{
	display: none !important;
}


/*CAMBIAR COLOR DE SUSCRIPCIÓN*/
.zpelem-newsletter .zpform-container .zpbutton {
    background-color: #b93a29 !important;
}

@media (min-width: 992px) {
    .theme-navigation-and-icons .theme-search-and-mini-cart-group [data-zs-search-container] {
        max-width: 200px !important;
        margin-inline-end: 0px !important;
    }
}

@media (min-width: 992px) {
    .theme-navigation-and-icons .theme-search-and-mini-cart-group [data-zs-view-cart] {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .zpheader-style-09 .theme-header .zpcontainer .theme-branding-info {
        padding-inline-end: 0px;
    }
}

.theme-logo-parent img {
  width: 180px !important;
  height: auto !important;
}

@media (min-width: 992px) {
    .theme-header .zpcontainer, .theme-header-topbar .zpcontainer {
        padding-inline: 10px !important;
    }
}

@media (min-width: 992px) {
    .theme-navigation-and-icons .theme-menu-area .theme-menu ul li a {
        padding-inline-start: 15px !important;
        padding-inline-end: 15px !important;
    }
}

.theme-navigation-and-icons {
    justify-content: flex-end !important;
}

.theme-product-ratio[data-zs-recommended-products] {
    display: none !important;
}

/*
a[title="Encuentra a un distribuidor"],
a[title="Compra en línea"] {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-family: inherit;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-right: 10px;
}

a[title="Encuentra a un distribuidor"] {
  background-color: #b93a29;
  color: #fff;
}

a[title="Encuentra a un distribuidor"]:hover {
  background-color: #a83221;
  color: #fff;
}

a[title="Compra en línea"] {
  background-color: #e0e0e0 ;
  color: #333;
}

a[title="Compra en línea"]:hover {
  background-color: #cfcfcf;
  color: #111;
}
*/

.theme-mobile-header-icon-wrapper {
	display: none !important;
}

.theme-footer-area {
display: block !important;
}