/*
Theme Name: Tu Tema Hijo
Template: hello-elementor
*/
@charset "UTF-8";

* {
  margin: 0px;
  padding: 0px;
}

.btn-banner {
  display: none !important;
}

.btn-banner-mobile {
  display: none !important;
}

@media(max-width: 768px) {
  .btn-banner-mobile {
    position: relative;
    padding: 10px;
    background-color: #7c003d;;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    display: block !important;
  }
  
  .btn-banner-mobile:hover {
    color: #fff !important;
    opacity: 0.8;
    background-color: #7c003d !important;
  }
}

@media(min-width: 768px) {
  .btn-banner {
    position: absolute;
    bottom: 10%;
    left: 5%;
    padding: 20px;
    background-color: #7c003d;;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    display: block !important;
  }
}

.btn-banner {
  position: absolute;
  bottom: 10%;
  left: 5%;
  padding: 20px;
  background-color: #7c003d;;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  text-transform: uppercase;
}

.btn-banner:hover {
  color: #fff !important;
  opacity: 0.8;
  background-color: #7c003d !important;
}

.section-banner {
  margin-bottom: 30px;
}

li {
  list-style: none;
}

.content-banner {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}

.content-banner__image.slider--banner {
  width: 100%;
  padding: 0px;
}

@media (max-width: 600px) {
  .content-banner__image.slider--banner {
    height: 150px;
  }
}

@media (max-width: 600px) {
  .content-banner__image.slider--banner.archive-banner {
    height: 150px;
  }
}

.content-banner__information {
  position: absolute;
  z-index: 2;
  transform: translateY(-50%);
  text-align: left;
  left: 6%;
  top: 50%;
}

.content-banner__information__title {
  font-size: 67px;
  color: #7c003d;
}

.content-banner__information__paragraph {
  font-size: 24px;
  width: 80%;
  color: #030304;
}

@media(max-width: 1024px) {
  .content-banner__information__title {
    font-size: 26px;
  }

  .content-banner__information__paragraph {
    font-size: 16px;
  }
}

.suscriber-item__paragraph {
  font-size: 14px;
}

.suscriber-item__content {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

@media (max-width: 768px) {
  .suscriber-item__content {
    padding: 0px;
  }
}

.suscriber-item__content__list__socials {
  color: #7c003d;
  font-size: 40px;
}

@media (max-width: 768px) {
  .suscriber-item__content__list__socials {
    font-size: 20px;
  }
}

.technology__paragraph {
  font-size: 16px;
}

.information-home {
  text-align: center;
}

.information-home__title {
  font-size: 48px;
  line-height: 48px;
  color: #7c003d;
  margin: 0px;
}

@media (max-width: 768px) {
  .information-home__title {
    font-size: 30px;
    line-height: 30px;
  }
}

.information-home__title-bottom {
  font-size: 24px;
  line-height: 24px;
  color: #7c003d;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .information-home__title-bottom {
    font-size: 18px;
    line-height: 18px;
  }
}

.information-home__paragraph {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .information-home__paragraph {
    font-size: 14px;
    line-height: 22px;
  }
}

.information-home__image {
  width: 300px;
  object-fit: contain;
}

.buy {
  text-align: center;
}

.buy__icon {
  font-size: 30px;
}

@media (max-width: 768px) {
  .buy__icon {
    font-size: 24px;
  }
}

.buy__title {
  font-size: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .buy__title {
    font-size: 16px;
  }
}

.buy__paragraph {
  font-size: 14px;
  line-height: 22px;
}

.buy__paragraph p {
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 768px) {
  .buy__paragraph p {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .buy__paragraph {
    font-size: 12px;
    line-height: 20px;
  }
}

.entry-legal {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
}

.entry-legal__float {
  display: flex;
  justify-content: center;
  z-index: 100000;
  top: 0;
  height: 100%;
  flex-direction: column;
  max-width: 1320px;
  left: 0;
  right: 0;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.entry-legal__float h1 {
  color: #ffffff;
}

.entry-legal__float p {
  color: #ffffff;
}

.entry-legal-page__title {
  font-weight: 100;
  border-bottom: 1px solid #444;
  padding-bottom: 0.5rem;
  margin-top: 0px;
  margin-bottom: 1rem;
}

#footer {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  #footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.footer__title {
  margin: 0px !important;
  margin-bottom: 20px;
  color: #7c003d;
  font-size: 18px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .footer__title {
    font-size: 16px;
  }
}

.footer__paragraph {
  font-size: 16px;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .footer__paragraph {
    font-size: 14px;
  }
}

.footer__menu {
  padding: 0px;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .footer__menu {
    padding-bottom: 15px;
  }
}

.footer__menu li a {
  color: #030304;
}

@media (max-width: 768px) {
  .footer__menu li {
    font-size: 14px;
  }
}

.contact-info {
  margin-top: 15px;
}

.contact-info a {
  display: block;
  margin-bottom: 5px;
  color: #333;
  text-decoration: none;
}

@media (max-width: 768px) {
  .contact-info a {
    font-size: 14px;
  }
}

.contact-info a i {
  margin-right: 10px;
}

.footer-logo {
  width: 250px;
}

#header {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1024px) {
  #header {
    display: none !important;
  }
}

#header .header-top__content {
  display: flex;
  padding: 50px 0px;
  align-items: center;
  justify-content: space-between;
}

#header .header-top__content__image {
  width: 250px;
}

#header .header-top__content__contact {
  display: flex;
  gap: 20px;
}

#header .header-top__content__contact a {
  position: relative;
  color: #030304;
  text-decoration: none;
  -webkit-transform: translateZ(0px);
  font-size: 14px;
}

#header .header-top__content__contact a:hover {
  color: #7c003d;
}

#header .header-top__content__contact i {
  margin-right: 5px;
}

#header .header-bottom {
  padding-bottom: 25px;
}

#header .header-bottom .header-list-wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 0px;
}

#header .header-bottom .header-list-wrap li {
  padding: 0px;
  position: relative;
}

#header .header-bottom .header-list-wrap li a {
  padding: 0px !important;
  position: relative;
  font-family: "Circular Light", Sans-serif;
  color: #030304;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transform: translateZ(0px);
  font-size: 16px;
}

#header .header-bottom .header-list-wrap li a:hover {
  color: #7c003d;
}

#header .header-bottom .header-list-wrap li ul.sub-menu {
  opacity: 0;
  z-index: -1;
  text-align: center;
  position: absolute;
  transition: opacity 0.3s, transform 0.3s;
  top: 35px;
  flex-direction: column;
  gap: 15px;
  left: 0;
  top: 24px;
  background-color: #fff;
  transform: translateY(-10px);
  padding: 5px 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 0px;
}

@media (max-width: 1024px) {
  #header .header-bottom .header-list-wrap li ul.sub-menu {
    position: relative;
    opacity: 1;
  }
}

#header .header-bottom .header-list-wrap li ul.sub-menu li {
  width: 100%;
  position: relative;
  text-align: center;
  transition: transform 0.3s;
}

#header .header-bottom .header-list-wrap li ul.sub-menu li::before {
  content: "";
  background: #030304;
  position: absolute;
  opacity: 0.3;
  width: 80%;
  height: 1px;
  bottom: -10px;
  left: 0;
  margin: auto;
  right: 0;
}

#header .header-bottom .header-list-wrap li ul.sub-menu li a {
  width: 200px;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
}

#header .header-bottom .header-list-wrap li ul.sub-menu li:last-child::before {
  content: none;
}

#header .header-bottom .header-list-wrap li:hover ul.sub-menu {
  transition: ease opacity 0.5s, transform 0.3s;
  transform: translateY(0);
  opacity: 1;
  display: flex;
  z-index: 200;
}

.content-header-left__span {
  position: relative;
}

.content-header-left__span.envelope-item .envelope-item__float:hover .list-float {
  opacity: 1;
  z-index: 100;
}

.content-header-left__span .list-float {
  opacity: 0;
  position: absolute;
  background: #FFFFFF;
  padding: 25px;
  text-align: center;
  left: -150px;
  z-index: -1;
  text-align: start;
  width: 300px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 0px;
}

.content-header-left__span .list-float img {
  margin-bottom: 20px;
}

.content-header-left__span .list-float__socials {
  position: absolute;
  bottom: 20px;
  right: 25px;
}

.content-header-left__span .list-float__socials li {
  line-height: initial !important;
}

.content-header-left__span .list-float__socials li a {
  margin-bottom: 10px !important;
}

.content-header-left__span .list-float__socials li:last-child a {
  margin-bottom: 0px !important;
}

.content-header-left__span .list-float li {
  line-height: 1px;
}

.content-header-left__span .list-float li:last-child a {
  margin-bottom: 0px;
}

.content-header-left__span .list-float li a {
  color: #030304;
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}

.content-header-left__span .list-float li a i {
  margin-right: 10px;
}

.content-header-left__span__icon {
  position: relative;
}

.item-product-name:hover .content-menu-product {
  opacity: 1;
  z-index: 20000;
  transition: ease all 0.55s;
}

.content-menu-product {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 0px;
  padding: 20px;
  background-color: #fff;
  position: absolute;
  transition: ease all 0.55s;
  opacity: 0;
  z-index: -1;
  top: 24px;
  display: flex;
}

@media (max-width: 1024px) {
  .content-menu-product {
    position: relative;
    opacity: 1;
    padding: 0px;
    flex-direction: column;
  }
}

.content-menu-product__content:first-child {
  background-color: #f6f6f6;
}

.content-menu-product__content {
  width: 220px;
  padding: 20px;
}

.content-menu-product__content .entry-menu-product {
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.content-menu-product__content .entry-menu-product::before {
  content: "";
  background: #030304;
  height: 1px;
  opacity: 0.3;
  position: absolute;
  width: 100%;
  bottom: -10px;
}

.content-menu-product__content .entry-menu-list {
  font-size: 14px;
  padding: 0px;
}

.content-menu-product__content .entry-menu-list a {
  font-size: 14px !important;
  padding: 0px;
  text-transform: capitalize !important;
}

.cardProduct {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 0px;
  padding: 30px 40px;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .cardProduct {
    padding: 15px;
  }
}

.cardProduct img {
  margin-bottom: 20px;
  margin-top: 20px;
}

.cardProduct__content {
  position: relative;
}

.cardProduct__content--excerpt {
  font-size: 14px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cardProduct__content__button {
  top: 40%;
  right: 0;
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.cardProduct__content__button__left {
  padding: 10px 15px !important;
  background-color: #3e0c22 !important;
  color: #FFFFFF !important;
  width: 100% !important;
  border-radius: 20px !important;
  border: 1px solid #3e0c22 !important;
  font-size: 14px !important;
}

@media (max-width: 768px) {
  .cardProduct__content__button__left {
    width: 100%;
    font-size: 12px;
    padding: 5px;
  }
}

.cardProduct__content__button__left:hover {
  color: #FFFFFF;
  opacity: 0.8;
}

.cardProduct__content__button__right {
  padding: 10px 15px;
  background-color: transparent;
  color: #3e0c22;
  border-radius: 20px;
  border: 1px solid #3e0c22;
  font-size: 14px;
  line-height: 14px;
}

@media (max-width: 768px) {
  .cardProduct__content__button__right {
    width: 100%;
    font-size: 12px;
    padding: 5px;
  }
}

.cardProduct__content__button__right:hover {
  color: #3e0c22;
  opacity: 0.8;
}

.cardProduct__content__title {
  text-align: center;
  color: #3e0c22;
  position: relative;
  font-size: 18px;
  z-index: 2;
  width: 50%;
  margin: auto;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .cardProduct__content__title {
    width: 100%;
    font-size: 15px;
  }
}

.cardProduct__content p {
  font-size: 16px;
  margin-top: 10px;
}

.cardProduct__tel {
  position: absolute;
  top: 40px;
  left: 25px;
  font-size: 20px;
}

.cardProduct__tel i {
  color: #3e0c22;
}

.cardProduct__whatsapp {
  position: absolute;
  top: 34px;
  right: 25px;
  font-size: 25px;
}

.cardProduct__whatsapp i {
  color: #3e0c22;
}

.cardTechnology {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 0px;
  padding: 30px 40px;
  text-align: center;
  position: relative;
}

.cardTechnology__content {
  position: relative;
}

.cardTechnology__content:first-child::before {
  content: "";
  position: absolute;
  width: 85%;
  height: 2px;
  background: #3e0c22;
  top: 50%;
  margin: auto;
  left: 0;
  right: 0;
}

.cardTechnology__content__button {
  top: 40%;
  right: 0;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cardTechnology__content__button__left {
  padding: 10px 15px;
  background-color: #3e0c22;
  color: #FFFFFF;
  width: 100%;
  border-radius: 20px;
  font-size: 14px;
}

.cardTechnology__content__button__left:hover {
  color: #FFFFFF;
  opacity: 0.8;
}

.cardTechnology__content__button__right {
  padding: 10px 15px;
  background-color: transparent;
  width: 100%;
  border-radius: 20px;
  color: #3e0c22;
  font-size: 14px;
  border: 1px solid #3e0c22;
}

.cardTechnology__content__button__right:hover {
  color: #3e0c22;
  opacity: 0.8;
}

.cardTechnology__content__title {
  text-align: center;
  color: #3e0c22;
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  width: 50%;
  margin: auto;
}

.cardTechnology__content p {
  font-size: 16px;
  margin-top: 10px;
}

.cardTechnology__tel {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 30px;
}

.cardTechnology__tel i {
  color: #3e0c22;
}

.cardTechnology__whatsapp {
  position: absolute;
  top: 19px;
  right: 25px;
  font-size: 35px;
}

.cardTechnology__whatsapp i {
  color: #3e0c22;
}

.cardHome__content {
  position: relative;
  z-index: 1;
}

.cardHome__content__title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  justify-content: center;
  z-index: 2;
}

.cardHome__content h2 {
  font-weight: 300;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
  color: #030304;
  text-transform: uppercase;
  font-size: 25px;
  padding: 15px 50px 15px 50px;
  margin: 0px;
  position: relative;
  width: 300px;
  display: flex;
  justify-content: center;
  box-shadow: 0 0 5px -1px #000;
  -webkit-box-shadow: 0 0 5px -1px #000;
  align-items: center;
}

.cardHome__content h2::before {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.cardHome__content__img {
  width: 100%;
}

.woocommerce div.product .product_title {
  font-size: 22px;
  color: #212529;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.woocommerce-product-details__short-description {
  margin-bottom: 30px;
  position: relative;
}

.woocommerce-product-details__short-description::before {
  content: "";
  bottom: -15px;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #212529;
}

.price {
  margin-bottom: 0px;
}

.woocommerce-mini-cart__empty-message {
  margin: 0px;
  padding: 20px;
  background: #f5f5f5;
  font-weight: bold;
}

.woocommerce-Price-amount {
  font-size: 16px;
  color: #212529;
  font-weight: 300;
  margin-bottom: 0px;
}

.information-single {
  margin-bottom: 0px;
}

.information-single.peso-single {
  font-weight: 700;
}

.product_meta {
  margin-top: 20px;
}

.cardProductsingle {
  position: relative;
}

.cardProductsingle::before {
  content: "";
  bottom: -20px;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #212529;
}

.cardProductsingle__content__button {
  margin-bottom: 40px;
  top: 40%;
  right: 0;
  margin-top: 20px;
  display: flex;
  gap: 10px;
  text-align: center;
  flex-direction: initial;
}

.cardProductsingle__content__button__left {
  padding: 10px 15px;
  background-color: #3e0c22;
  color: #FFFFFF;
  width: 35%;
  border-radius: 20px;
  border: 1px solid #3e0c22;
  font-size: 14px;
}

@media (max-width: 600px) {
  .cardProductsingle__content__button__left {
    width: 100%;
  }
}

.cardProductsingle__content__button__left:hover {
  color: #FFFFFF;
  opacity: 0.8;
}

.cardProductsingle__content__button__right {
  padding: 10px 15px;
  background-color: transparent;
  color: #3e0c22;
  border-radius: 20px;
  width: 35%;
  border: 1px solid #3e0c22;
  font-size: 14px;
}

.cardProductsingle__content__button__right:hover {
  color: #3e0c22;
  opacity: 0.8;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent !important;
  color: #320c22 !important;
  border: 0 !important;
  border-bottom: 2px solid #320c22 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  content: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  content: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0 !important;
  background: #FFFFFF !important;
  color: #3e0c22 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  content: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  content: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 0px solid #3e0c22 !important;
}

.woocommerce-product-attributes th {
  background: #3e0c22 !important;
  color: #FFFFFF !important;
  vertical-align: middle !important;
  text-align: center !important;
}

.woocommerce-product-attributes td {
  background: #FFFFFF !important;
  color: #3e0c22 !important;
  padding: 20px !important;
}

.single-product .woocommerce-product-gallery {
  width: 50% !important;
}

@media (max-width: 768px) {
  .single-product .woocommerce-product-gallery {
    width: 100% !important;
  }
}

.single-product .summary {
  width: 50% !important;
}

@media (max-width: 768px) {
  .single-product .summary {
    width: 100% !important;
  }
}

.single-product .type-product {
  display: flex !important;
  flex-wrap: wrap !important;
}

.woocommerce-Tabs-panel h2 {
  font-size: 18px !important;
}

.sku_wrapper {
  font-weight: 700;
  color: #320c22 !important;
}

.sku_wrapper .sku {
  font-weight: 300;
}

.posted_in {
  font-weight: 700;
  margin-left: 10px;
  color: #320c22 !important;
}

.posted_in a {
  font-weight: 300;
  color: #320c22 !important;
  text-decoration: underline;
}

.title-product-related {
  margin-bottom: 30px;
}

.reset-filter {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #7c003d;
}

.reset-filter:hover {
  color: #7c003d;
}

.form-filter-archive {
  display: flex;
  gap: 20px;
}

.form-filter-archive input {
  border: 0;
  background-color: #7c003d;
  color: #ffffff;
}

.form-filter-archive input:focus {
  outline: none;
  background-color: #7c003d;
}

.woocommerce-pagination {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 600px) {
  .woocommerce-pagination {
    margin-top: 0px;
  }
}

.page-numbers.current {
  background-color: #7c003d;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
}

@media (max-width: 600px) {
  .page-numbers.current {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 14px;
  }
}

.page-numbers {
  background-color: #ffffff;
  border: 1px solid #7c003d;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 50%;
  color: #030304;
}

@media (max-width: 600px) {
  .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 14px;
  }
}

.page-numbers:hover {
  background-color: #7c003d;
  color: #ffffff;
}

.next.page-numbers {
  color: #7c003d;
  border: 0;
  border-radius: 0;
  width: auto;
  height: auto;
}

@media (max-width: 600px) {
  .next.page-numbers {
    font-size: 14px;
    line-height: 14px;
  }
}

.next.page-numbers:hover {
  background-color: transparent;
}

.prev.page-numbers {
  color: #7c003d;
  border: 0;
  border-radius: 0;
  width: auto;
  height: auto;
}

@media (max-width: 600px) {
  .prev.page-numbers {
    font-size: 14px;
    line-height: 14px;
  }
}

.prev.page-numbers:hover {
  background-color: transparent;
}

.wp-block-heading {
  color: #7c003d !important;
}

h1,
h2,
h2,
h4,
h5,
h6 {
  font-family: "Circular Bold", Sans-serif;
}

p {
  font-family: "Circular Light", Sans-serif;
}

@media (max-width: 600px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}

a {
  font-family: "Circular Light", Sans-serif;
}

span {
  font-family: "Circular Light", Sans-serif;
}

.featured-slider {}

.register-popup {
  position: relative;
}

.register-popup p {
  display: none;
  z-index: -1;
  position: absolute;
  z-index: -1;
  width: 300px;
  font-size: 16px;
  text-align: center;
  right: -150px;
  margin: auto;
  padding-top: 20px;
}

.register-popup:hover p {
  z-index: 10;
  display: block;
}

.section-page {
  padding-top: 30px;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .section-page {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.section-information {
  position: relative;
}

.section-information::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #030304;
  opacity: 0.2;
  bottom: 25px;
  left: 0;
  width: 800px;
  right: 0;
  margin: auto;
}

@media (max-width: 1024px) {
  .section-information::before {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .section-information::before {
    bottom: 0px;
  }
}

.title-featured {
  text-align: center;
  color: #7c003d;
  width: 40%;
  font-size: 40px;
  margin: auto;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .title-featured {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    width: 100%;
    text-align: center;
  }
}

.title-followers {
  text-align: center;
  color: #7c003d;
}

@media (max-width: 768px) {
  .title-followers {
    font-size: 24px;
  }
}

.section-header {
  position: relative;
}

.section-header::before {
  content: "";
  bottom: 0px;
  position: absolute;
  z-index: 100;
  height: 0.5px;
  opacity: 0.5;
  width: 100%;
  background: #030304;
}

.section-page.background-page {
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .section-page.background-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.title-before h1,
.title-before h2,
.title-before h3,
.title-before h4,
.title-before h5,
.title-before h6,
.title-before p {
  position: relative;
  color: #7c003d;
}

@media (max-width: 768px) {

  .title-before h1,
  .title-before h2,
  .title-before h3,
  .title-before h4,
  .title-before h5,
  .title-before h6,
  .title-before p {
    padding-bottom: 30px;
    font-size: 30px;
  }
}

.title-before h1::before,
.title-before h2::before,
.title-before h3::before,
.title-before h4::before,
.title-before h5::before,
.title-before h6::before,
.title-before p::before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 100%;
  background: #7c003d;
  height: 1px;
  right: 0;
}

@media (max-width: 768px) {

  .title-before h1::before,
  .title-before h2::before,
  .title-before h3::before,
  .title-before h4::before,
  .title-before h5::before,
  .title-before h6::before,
  .title-before p::before {
    bottom: 15px;
  }
}

@media (max-width: 768px) {
  .cardProduct-col {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: red !important;
  color: red !important;
}

.form-suscriber p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 768px) {
  .form-suscriber p {
    flex-direction: column;
    font-size: 14px;
    gap: 0;
  }
}

.form-suscriber input {
  border-radius: 0 !important;
}

.form-suscriber .wpcf7-submit {
  background-color: #7c003d;
  border: 1px solid #7c003d;
  color: #ffffff;
}

@media (max-width: 768px) {
  .form-suscriber .wpcf7-submit {
    font-size: 14px;
  }
}

.form-suscriber .wpcf7-submit:hover {
  background-color: #7c003d;
  color: #ffffff;
  opacity: 0.8;
}

.elementor-container {
  max-width: 100% !important;
}

.content-area {
  margin-top: 40px;
  margin-bottom: 40px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  font-size: 24px;
  color: #7c003d;
  cursor: pointer;
  z-index: 1;
  /* Asegura que las flechas estén por encima del contenido */
}

.swiper-button-prev {
  left: 20px;
  margin-left: 10px;
  /* Ajusta el espacio a la izquierda */
}

.swiper-button-next {
  right: 20px;
  margin-right: 10px;
  /* Ajusta el espacio a la derecha */
}

.woocommerce-tabs .tabs {
  padding: 0px !important;
}

.login-content {
  position: relative;
  z-index: 200;
  background-color: #030304;
  width: 600px;
  right: 0;
}

.login-image {
  float: right;
  margin: 0 0 20px 20px;
}

.login-tabs {
  display: flex;
  margin-bottom: 20px;
}

.login-tab {
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
}

.login-forms {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 0 0 5px 5px;
}

.login-form {
  display: none;
}

.login-form.active {
  display: block;
}

.content-header-left {
  display: flex;
  gap: 30px;
  align-items: center;
}

.entry-login {
  font-size: 18px;
  line-height: 18px;
}

.entry-login-content {
  color: #000 !important;
}

@media(max-width: 1024px) {
  .entry-login {
    font-size: 12px;
    line-height: 12px;
  }
}

/* Estilos para los botones de categoría */
.category-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  display: none;
}

@media (min-width: 768px) {
  .category-buttons {
    display: block;
  }
}

.category-buttons.select-filters {
  display: none;
}

@media (max-width: 768px) {
  .category-buttons.select-filters {
    display: block;
  }
}

.category-button {
  display: block;
  padding: 10px 20px;
  background-color: transparent;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 0px;
  text-align: left;
  text-decoration: none;
  color: #030304;
}

@media (max-width: 768px) {
  .category-button {
    font-size: 14px;
  }
}

.category-button.active {
  background-color: #7c003d;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  position: relative;
  /* Añadir posición relativa al botón activo */
  /* Estilo para la flecha hacia abajo */
}

@media (max-width: 768px) {
  .category-button.active::before {
    /* Estilo para la flecha en el primer botón */
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"%3E%3Cpath d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z" fill="%23ffffff"/%3E%3C/svg%3E');
    margin-left: 10px;
    transition: transform 0.2s ease;
    position: absolute;
    right: 20px;
    top: 12px;
  }
}

@media (max-width: 768px) {
  .search-category {
    margin-top: 0px;
    font-size: 20px;
  }
}

/* Estilo para ocultar botones de categoría */
/* Estilo para ocultar botones de categoría */
@media (max-width: 768px) {
  .category-button:not(.active) {
    display: none;
  }
}

/* Mostrar botones de categoría activos */
.category-button.active {
  display: block;
  position: relative;
}

/* Estilo para la flecha hacia abajo en el botón activo */
.category-button.active::before {
  margin-left: 10px;
  /* Espacio entre el texto y la flecha */
  transition: transform 0.2s ease;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* Rotar la flecha al hacer clic en el botón activo */
.category-button.active.expanded::before {
  transform: translateY(-50%) rotate(180deg);
}

.btn-close-users {
  background-color: #7c003d;
  border: 0;
}

@media(max-width: 1024px) {
  .btn-close-users {
    font-size: 12px;
  }
}

.btn-close-users:hover {
  background-color: #7c003d;
  opacity: 0.8;
}

.btn-close-users:focus {
  outline: none;
  background-color: #7c003d;
}

@media (max-width: 768px) {
  .sub-menu-custom {
    display: none;
  }
}

@media (max-width: 768px) {
  .item-product-name {
    display: none;
  }
}

@media (min-width: 768px) {
  .item-product-name-2 {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
.mob-menu-header-holder {
  top: 50px !important;
}

.header-login-nav {
  display: none;
}

@media(max-width: 1024px) {
  .modal {
    top: 80px !important;
  }

  .header-login-nav {
    background: #ffffff;
    height: 50px;
    top: 0;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 19999999;
  }

  .header-login-nav nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
  }

  body {
    padding-top: 100px !important;
  }
}

@media (max-width: 1024px) {

  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    display: none !important;
  }

  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    display: none;
  }
}

.form-suscriber {
  position: relative;
}

.form-suscriber .wpcf7-form-control-wrap {
  position: relative;
}

.form-suscriber .wpcf7-spinner {
  position: absolute;
  right: -50px;
  bottom: 50%;
}

.form-suscriber .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  right: 0;
}

.account-desktop {
  display: none;
}

.account-movil {
  display: block;
}

@media(min-width: 1024px) {
  .account-desktop {
    display: block;
  }

  .account-movil {
    display: none;
  }
}

.swiper-container {
  overflow: hidden;
}

/* Estilos personalizados para los puntos de paginación */
.swiper-pagination {
  position: relative;
  bottom: 10px;
  /* Ajusta la posición vertical según tu diseño */
  width: 100%;
  text-align: center;
}

.featured-slider {
  overflow: hidden;
}

.swiper-wrapper {
  height: auto !important;
}

.swiper-pagination-bullet {
  width: 8px;
  /* Ancho de cada punto de paginación */
  height: 8px;
  /* Altura de cada punto de paginación */
  background-color: #333;
  /* Color de fondo de los puntos */
  opacity: 0.5;
  /* Opacidad de los puntos no activos */
  margin: 0 4px;
  /* Espacio entre los puntos */
  border-radius: 50%;
  /* Para que los puntos sean circulares */
  cursor: pointer;
  /* Cambia el cursor al pasar sobre ellos */
}

.swiper-pagination-bullet-active {
  opacity: 1;
  /* Opacidad del punto activo */
  background-color: #ff6600;
  /* Color de fondo del punto activo */
}

.added_to_cart {
  color: #3e0c22 !important;
  font-weight: bold;
  font-size: 14px;
}

.precio-regular_content bdi {
  text-decoration: line-through;
  opacity: 0.5;
  margin-right: 5px;
}

.price-porcentaje {
  background: #008000;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.site-main {
  padding-top: 60px;
  padding-bottom: 60px;
}

#place_order {
  background-color: #320c22 !important;
}

.checkout-button {
  background-color: #320c22 !important;
}

#place_order:hover {
  opacity: 0.8;
}

.checkout-button:hover {
  opacity: 0.8;
}

.shop_table th {
  background-color: #320c22 !important;
  color: #fff !important;
}

.product-name a {
  color: #320c22 !important;
  text-decoration: none !important;
}

.woocommerce span.onsale {
  background-color: #008000 !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  color: #3e0c22 !important;
}

.single_add_to_cart_button {
  background-color: #320c22 !important;
  border: 0px !important;
}

.single_add_to_cart_button:hover {
  opacity: 0.8;
}

.woocommerce a.added_to_cart {
  margin-left: 10px;
}

.woocommerce-MyAccount-navigation {
  background-color: #320c22 !important;
  padding: 30px;
}

.woocommerce-MyAccount-navigation ul li a {
  color: #fff;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px !important;
}

.wpmc-nav-wrapper button {
  background-color: #320c22 !important;
}

.wpmc-nav-wrapper button:hover {
  opacity: 0.8;
}

.wpmc-nav-wrapper {
  margin-top: 40px !important;
}

.wpmc-tabs-wrapper {
  margin-top: 40px !important;
}

.filter-title {
  font-size: 16px !important;
  color: #3e0c22 !important;
}

.wc-blocks-filter-wrapper .wp-block-heading {
  font-size: 20px !important;
  color: #3e0c22 !important;
}

.search-category {
  font-size: 20px !important;
  color: #3e0c22 !important;
}

.delivery_porcentaje {
  padding-right: 15px;
}

.porcentaje_pedido {
  padding-left: 15px;
  border-left: 1px solid;
}

.porcentaje_pedido a {
  text-decoration: underline;
  color: #fff;
}

.porcentaje_pedido a:hover {
  color: #fff !important;
  opacity: 0.8;
}


.promociones-item {
  text-transform: uppercase;
}

.salto-delivery {
  display: none;
}

@media(max-width:768px) {
  .porcentaje_pedido {
    font-size: 10px;
    padding-left: 0px;
    border-left: 0px solid;
  }

  .salto-delivery {
    display: block;
  }

  .delivery_porcentaje {
    font-size: 10px;
    padding-right: 0px;
  }

  .promociones-item {
    padding: 10px;
  }
}

.product-categories-slider {
  padding: 20px;
}
.category-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.category-title {
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}
