body,
button,
input,
select,
optgroup,
textarea {
  color: #322F31;
  font-family: "Josefin Sans", sans-serif !important;
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
	  font-family: "Josefin Sans", sans-serif !important;
}

ul,
ol {
  margin: 0 !important;
}

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

.card-form{
	display:none !important;
}

.contenedor {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .site-main {
    width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
  }
}
.entry-content {
  margin: 0 !important;
}

html.activo,
body.activo {
  overflow: hidden !important;
}

.owl-stage {
  display: flex;
}

a {
  text-decoration: none;
}

body {
  margin: 0 !important;
}

.owl-carousel {
  display: block !important;
}

.wpb_text_column {
  margin-bottom: 0 !important;
}

#wpadminbar {
  z-index: 100000000000000000000 !important;
}

header.site-header {
  position: fixed;
  background-color: transparent;
  top: 0;
  z-index: 999999999;
  width: 100%;
}
@media (max-width: 580px) {
  header.site-header {
    background-color: #ffffff;
  }
}
header.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 580px) {
  header.site-header .container {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  header.site-header .container {
    width: 1200px;
    margin: 0 auto;
  }
}
header.site-header .header-top {
  background-color: #83C99B;
  padding: 10px 0;
}
@media (max-width: 780px) {
  header.site-header .header-top {
    padding: 0;
  }
  header.site-header .header-top .container {
    align-items: center;
  }
}
@media (max-width: 580px) {
  header.site-header .header-top {
    bottom: 5%;
    background-color: #fbf5e4 !important;
    position: fixed;
    left: -100%;
    width: 0;
    transition: 0.4s all ease-in-out;
    z-index: 100000000000000000000000;
  }
  header.site-header .header-top.menuToggle {
    width: 100%;
    left: 0;
  }
}
header.site-header .header-top .email {
  width: 100%;
}
header.site-header .header-top .email ul {
  list-style: none;
  padding: 0;
}
header.site-header .header-top .email ul li {
  display: flex;
}
@media (max-width: 580px) {
  header.site-header .header-top .email ul li {
    justify-content: center;
  }
}
header.site-header .header-top .email ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #322F31;
}
header.site-header .header-top .email ul li a:hover {
  text-decoration: underline;
}
header.site-header .header-top .email ul li a img {
  margin-right: 10px;
}
header.site-header .header-top .redes {
  width: 100%;
}
header.site-header .header-top .redes ul {
  padding: 0;
  display: flex;
  list-style: none;
  gap: 25px;
  align-items: center;
}
header.site-header .header-top .redes .widget_text {
  display: flex;
  justify-content: end;
  gap: 25px;
  align-items: center;
}
@media (max-width: 780px) {
  header.site-header .header-top .redes .widget_text {
    justify-content: center;
    align-items: center;
  }
}
header.site-header .header-top .redes .widget_text h4 {
  font-size: 14px;
  font-weight: 400;
  color: #322F31;
}
@media (max-width: 580px) {
  header.site-header .header-top .redes .widget_text h4 {
    display: none;
  }
}
header.site-header .header-bot {
  transition: 0.3s all ease-in-out;
  padding: 15px 0;
}
@media (max-width: 780px) {
  header.site-header .header-bot {
    padding: 0;
  }
}
header.site-header .header-bot .flex-app {
  display: none;
  z-index: 999999999999;
  position: relative;
}
@media (max-width: 580px) {
  header.site-header .header-bot .flex-app {
    background-color: #ffffff;
  }
}
@media (max-width: 780px) {
  header.site-header .header-bot .flex-app {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    gap: 30px;
  }
  header.site-header .header-bot .flex-app .right-app {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
header.site-header .header-bot .cart {
  position: relative;
}
header.site-header .header-bot .cart .site-header-cart {
  padding: 0;
  list-style: none;
}
header.site-header .header-bot .cart .site-header-cart .info-cart .amount {
  display: none;
}
header.site-header .header-bot .cart .site-header-cart .info-cart .count {
  position: absolute;
  top: -20%;
  right: -60%;
  background-color: #83C99B;
  color: #ffffff;
  font-size: 12px;
  border-radius: 50%;
  padding: 2px 7px;
}
header.site-header .header-bot .cart .site-header-cart .cart-hover {
  opacity: 0;
  transition: 0.3s all;
  background-color: #ffffff;
  box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.1019607843);
  padding: 20px;
  position: absolute;
  left: -250px;
  min-width: 300px;
  display: none;
}
header.site-header .header-bot .cart .site-header-cart .cart-hover ul.cart_list {
  list-style: none;
  padding: 0;
	display: flex;
    flex-direction: column;
}
header.site-header .header-bot .cart .site-header-cart .cart-hover ul.cart_list .mini_cart_item {
  position: relative;
  padding-left: 2em;
  padding-bottom: 10px;
  border-bottom: 1px solid #83C99B;
  margin-bottom: 10px;
      display: flex;
    flex-direction: column;
	font-size: 14px;
    line-height: 16px;
}
header.site-header .header-bot .cart .site-header-cart .cart-hover ul.cart_list .mini_cart_item a.remove {
  position: absolute;
  top: 35%;
  left: 0;
  font-size: 25px;
}
header.site-header .header-bot .cart .site-header-cart .cart-hover ul.cart_list .mini_cart_item a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  color: #322F31;
  font-size: 15px;
  line-height: 14px;
  gap: 7px;
}
header.site-header .header-bot .cart .site-header-cart .cart-hover ul.cart_list .mini_cart_item img {
  float: right;
  width: 80px;
  height: 80px;
  border-radius: 5px;
}
header.site-header .header-bot .cart .site-header-cart .cart-hover ul.cart_list .mini_cart_item .quantity {
  position: absolute;
  bottom: 8%;
  font-size: 14px;
  color: #6F6F6F;
	left: 2em;
}
header.site-header .header-bot .cart .site-header-cart .cart-hover .woocommerce-mini-cart__total.total {
  font-size: 18px;
}
header.site-header .header-bot .cart .site-header-cart .cart-hover .woocommerce-mini-cart__buttons.buttons {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
header.site-header .header-bot .cart .site-header-cart .cart-hover .woocommerce-mini-cart__buttons.buttons a.button.wc-forward {
  background-color: #83C99B;
  color: #ffffff;
  border-radius: 5px;
  padding: 7px 0px;
  text-align: center;
  margin-bottom: 7px;
}
header.site-header .header-bot .cart .site-header-cart .cart-hover .woocommerce-mini-cart__buttons.buttons a.button.wc-forward:hover {
  background-color: #70ac85;
}
header.site-header .header-bot .cart .site-header-cart .cart-hover .woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
  background-color: #D8275E;
  color: #ffffff;
  border-radius: 5px;
  padding: 7px 0px;
  text-align: center;
  margin-bottom: 7px;
}
header.site-header .header-bot .cart .site-header-cart .cart-hover .woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward:hover {
  background-color: #FFFF8D;
  color: #D8275E;
}
header.site-header .header-bot .cart:hover .cart-hover {
  opacity: 1;
  z-index: 9999;
  display: block;
}
@media (max-width: 580px) {
  header.site-header .header-bot .container {
    height: 100% !important;
    top: 0 !important;
  }
}
@media (max-width: 780px) {
  header.site-header .header-bot .container {
    position: fixed;
    left: -100%;
    width: 0;
    height: 90%;
    flex-direction: column-reverse;
    top: 22%;
    transition: 0.4s all ease-in-out;
    background-color: #fbf5e4;
    justify-content: center;
    gap: 5rem;
  }
  header.site-header .header-bot .container.menuToggle {
    width: 100%;
    left: 0;
  }
  header.site-header .header-bot .container .main-navigation ul#primary-menu {
    text-align: center;
    display: block;
  }
}
@media (max-width: 780px) and (max-width: 780px) {
  header.site-header .header-bot .container .main-navigation ul#primary-menu {
    display: flex;
  }
}
@media (max-width: 780px) {
  header.site-header .header-bot .container .main-navigation ul#primary-menu li {
    margin-bottom: 10px;
  }
  header.site-header .header-bot .container .main-navigation ul#primary-menu li.menu-item.logo {
    display: none;
  }
  header.site-header .header-bot .container .main-navigation ul#primary-menu li a {
    font-size: 20px !important;
  }
}
header.site-header .header-bot .logo-app, header.site-header .header-bot .menu-toggle {
  display: none;
  z-index: 1000000000000000000000000;
  position: relative;
}
@media (max-width: 780px) {
  header.site-header .header-bot .logo-app, header.site-header .header-bot .menu-toggle {
    display: block;
  }
}
header.site-header .header-bot .menu-toggle {
  padding: 0;
  border: none;
  background-color: transparent;
  flex-direction: column;
  gap: 3px;
  opacity: 1 !important;
  z-index: 1000000000000000000000000000;
  position: relative;
  display: flex;
}
header.site-header .header-bot .menu-toggle span {
  height: 5px;
  background-color: #D8275E;
  border-radius: 5px;
  width: 30px;
  transition: 0.3s all ease-in-out;
  display: flex;
}
header.site-header .header-bot .menu-toggle.toggled span:first-child {
  transform: rotate(45deg) translateX(1px);
}
header.site-header .header-bot .menu-toggle.toggled span:nth-child(3) {
  display: none;
}
header.site-header .header-bot .menu-toggle.toggled span:nth-child(2) {
  transform: rotate(-45deg) translateX(5px) translateY(-5px);
}
header.site-header .header-bot .logo-app img {
  width: 100px;
}
header.site-header .header-bot .right {
  width: 80%;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 1000px) {
  header.site-header .header-bot .right {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  header.site-header .header-bot .right {
    padding-right: 50px;
  }
}
@media (max-width: 780px) {
  header.site-header .header-bot .right {
    width: 100%;
    padding-right: 0;
  }
}
header.site-header .header-bot .right::after {
  content: "";
  position: absolute;
  height: 40px;
  background-color: #605549;
  width: 1px;
  right: 0;
}
@media (max-width: 780px) {
  header.site-header .header-bot .right::after {
    display: none;
  }
}
header.site-header .header-bot .right ul#primary-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
@media (max-width: 780px) {
  header.site-header .header-bot .right ul#primary-menu {
    flex-direction: column;
  }
}
header .menu-item.logo img{
	width: 100px;
}
header.site-header .header-bot .right ul#primary-menu li.menu-item-has-children:hover ul.sub-menu {
  display: block;
  left: 35%;
}
header.site-header .header-bot .right ul#primary-menu li a {
  color: #605549;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s all;
}
header.site-header .header-bot .right ul#primary-menu li a:hover {
  text-decoration: underline;
}
header.site-header .header-bot .right ul#primary-menu li ul.sub-menu {
  background-color: #ffffff;
  z-index: 100000000000000000;
  flex-direction: column;
}
header.site-header .header-bot .right ul#primary-menu li ul.sub-menu li {
  padding: 2rem 2rem;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
header.site-header .header-bot .right ul#primary-menu li ul.sub-menu li a {
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 780px) {
  header.site-header .header-bot .right ul#primary-menu li ul.sub-menu li {
    padding: 10px;
    margin-bottom: 0;
  }
}
header.site-header .header-bot .left {
  width: 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1000px) {
  header.site-header .header-bot .left {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  header.site-header .header-bot .left {
    padding-left: 55px;
  }
}
@media (max-width: 780px) {
  header.site-header .header-bot .left {
    width: 80%;
    padding-left: 0;
    margin: 0 auto;
    justify-content: center;
    gap: 20px;
  }
  header.site-header .header-bot .left .wishlist, header.site-header .header-bot .left .cart {
    display: none;
  }
}
header.site-header.scrolled .header-bot {
  background-color: #ffffff;
  box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.1019607843);
}

footer.site-footer {
  margin-top: 88px;
}
footer.site-footer ul {
  padding: 0;
}
footer.site-footer .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 780px) {
  footer.site-footer .container {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  footer.site-footer .container {
    width: 1200px;
    margin: 0 auto;
  }
}
footer.site-footer .footer-top {
  padding-top: 30px;
  background: #98CFAB;
  padding-bottom: 30px;
}
@media (max-width: 780px) {
  footer.site-footer .footer-top {
    padding: 10px 0;
  }
}
footer.site-footer .footer-top .container {
  gap: 100px;
}
footer.site-footer .footer-top .container:before, footer.site-footer .footer-top .container::after {
  display: none;
}
@media (max-width: 780px) {
  footer.site-footer .footer-top .container {
    gap: 1rem !important;
  }
}
@media (max-width: 1030px) {
  footer.site-footer .footer-top .container {
    gap: 40px;
  }
}
footer.site-footer .footer-top h4.widget-title {
  font-size: 20px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  margin-bottom: 22px !important;
}
@media (max-width: 780px) {
  footer.site-footer .footer-top h4.widget-title {
    font-size: 16px;
  }
}
footer.site-footer .footer-top .blog-sub {
  width: 100%;
}
footer.site-footer .footer-top .blog-sub form .container-form {
  position: relative;
  width: 90%;
}
footer.site-footer .footer-top .blog-sub form input[type=email] {
  border: none;
  background-color: transparent;
  width: 100%;
  border: 1px solid #83C99B;
  border-radius: 34px;
  background-color: #ffffff;
  width: 100%;
  padding: 25px 18px;
}
@media (max-width: 780px) {
  footer.site-footer .footer-top .blog-sub form input[type=email] {
    padding: 15px 18px;
  }
}
footer.site-footer .footer-top .blog-sub form input[type=submit] {
  border-radius: 20px;
  background-color: #D8275E;
  padding: 10px 44px;
  color: #ffffff;
  transition: 0.2s all ease;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  right: 7px;
  padding: 18px 70px !important;
  font-size: 20px !important;
  top: 6px;
  font-weight: 700;
  border-radius: 27px !important;
}
footer.site-footer .footer-top .blog-sub form input[type=submit]:hover {
  background-color: #ffff8d;
  color: #D8275E;
}
@media (max-width: 780px) {
  footer.site-footer .footer-top .blog-sub form input[type=submit] {
    padding: 8px 35px !important;
  }
}
footer.site-footer .footer-top .blog-sub .wpcf7-spinner {
  position: absolute;
}
footer.site-footer .footer-top .blog-sub .wpcf7-response-output {
  margin: 0;
  color: #ffffff !important;
  padding: 0 !important;
  border-color: #ffffff !important;
}
footer.site-footer .footer-top .redes {
  width: 100%;
}
footer.site-footer .footer-top .redes ul {
  padding: 0;
  display: flex;
  list-style: none;
  gap: 30px;
}
footer.site-footer .footer-bot {
  padding-top: 40px;
}
@media (max-width: 780px) {
  footer.site-footer .footer-bot {
    padding-top: 0px;
  }
}
footer.site-footer .footer-bot ul {
  list-style: none;
}
footer.site-footer .footer-bot ul li {
  margin-bottom: 10px;
}
footer.site-footer .footer-bot ul li a {
  font-size: 15px;
  color: #707070;
}
footer.site-footer .footer-bot ul li a:hover {
  text-decoration: underline;
}
footer.site-footer .footer-bot ul li:last-child {
  margin-bottom: 0;
}
footer.site-footer .footer-bot .container {
  gap: 100px;
}
footer.site-footer .footer-bot .container:before, footer.site-footer .footer-bot .container::after {
  display: none;
}
@media (max-width: 780px) {
  footer.site-footer .footer-bot .container {
    gap: 1rem !important;
  }
}
@media (max-width: 1030px) {
  footer.site-footer .footer-bot .container {
    gap: 40px;
  }
}
footer.site-footer .footer-bot h4.widget-title {
  font-size: 16px;
  color: #121212;
  font-family: "Playfair Display", serif;
  margin-bottom: 18px;
}
footer.site-footer .footer-bot .col.first .menu-footer {
  padding-bottom: 30px;
  border-bottom: 1px solid #83C99B;
}
footer.site-footer .footer-bot .col.first .menu-footer li {
  width: -moz-max-content;
  width: max-content;
}
footer.site-footer .footer-bot .col.first .menu-footer li.menu-item-has-children {
  position: relative;
}
footer.site-footer .footer-bot .col.first .menu-footer li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  height: auto;
  padding: 1rem;
  display: block;
}
footer.site-footer .footer-bot .col.first .menu-footer li ul.sub-menu {
  background-color: #ffffff;
  box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.1019607843);
  height: 0;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  display: none;
}
footer.site-footer .footer-bot .col.first .siguenos {
  margin-top: 30px;
}
footer.site-footer .footer-bot .col.first .siguenos ul {
  list-style: none;
  display: flex;
  gap: 25px;
}
footer.site-footer .footer-bot .col.mid .enlaces {
  padding-bottom: 30px;
  border-bottom: 1px solid #83C99B;
}
footer.site-footer .footer-bot .col.end .contacto {
  border-bottom: 1px solid #83C99B;
  padding-bottom: 30px;
}
footer.site-footer .footer-bot .col.end .contacto ul li {
  font-size: 15px;
  color: #707070;
  margin-bottom: 10px;
  display: flex;
  align-items: start;
  gap: 13px;
}
footer.site-footer .footer-bot .col.end .pagos {
  margin-top: 30px;
}
footer.site-footer .footer-bot .info-mk {
  margin-top: 45px;
  padding-top: 25px;
  padding-bottom: 35px;
  border-top: 1px solid #707070;
}
footer.site-footer .footer-bot .info-mk:before, footer.site-footer .footer-bot .info-mk::after {
  display: none;
}
@media (max-width: 780px) {
  footer.site-footer .footer-bot .info-mk {
    text-align: center;
  }
}
footer.site-footer .footer-bot .info-mk p {
  font-size: 17px;
  color: #4D4D4D;
}
@media (max-width: 780px) {
  footer.site-footer .footer-bot .info-mk p {
    font-size: 15px;
  }
}
@media (max-width: 780px) {
  footer.site-footer .footer-bot .info-mk img {
    width: 200px;
    margin: 0 auto;
  }
}

@media (max-width: 780px) {
  .vc_section {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    margin-right: auto !important;
  }
}
.section-home {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  overflow: visible !important;
  z-index: 1;
}
@media (min-width: 1200px) {
  .section-home {
    height: 1561px;
    min-height: 1061px;
	  margin-bottom: 50px;
  }
}
.section-home .carousel-home {
  position: relative;
	margin-bottom: 50px;
}
@media (min-width: 1800px) {
  .section-home .carousel-home {
    min-height: 850px !important;
  }
	}
@media (min-width: 1200px) {
  .section-home .carousel-home {
    min-height: 720px;
	  height: 780px;
  }
	
	.section-home .carousel-home .wpb_single_image,.section-home .carousel-home .wpb_single_image .wpb_wrapper.vc_figure, .section-home .carousel-home .wpb_single_image .wpb_wrapper.vc_figure a, .section-home .carousel-home .wpb_single_image .wpb_wrapper.vc_figure a img, .section-home .carousel-home .vc_column-inner, .section-home .carousel-home .owl-loaded.owl-drag, .section-home .carousel-home .owl-stage-outer, .section-home .carousel-home .owl-stage {
		height: 100%;
		object-fit: cover;
		width: 100%;
	}
}
.section-home .carousel-home .vc_column-inner {
  padding: 0 !important;
}
@media (max-width: 580px) {
  .section-home .carousel-home .owl-item {
    width: 21% !important;
  }
}
.section-home .carousel-home .item-owl {
  background-size: 100% 100%;
  padding-top: 15% !important;
  min-height: 40vh;
}
@media (max-width: 580px) {
  .section-home .carousel-home .item-owl {
    padding-top: 0 !important;
    display: grid;
    place-items: center;
    background-size: cover;
    background-position-x: center;
	   min-height: 35vh;
  }
}
@media (min-width: 1200px) {
  .section-home .carousel-home .item-owl {
    min-height: 720px;
        background-size: cover;
	  background-position: center;
        background-repeat: no-repeat;
  }
}
@media (min-width: 1800px) {
  .section-home .carousel-home .item-owl {
    min-height: 850px;
  }
	
}
@media (max-width: 1025px) {
  .section-home .carousel-home .item-owl .wpb_wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 580px) {
  .section-home .carousel-home .item-owl .wpb_wrapper {
    width: 90%;
  }
	  .section-home .carousel-home .item-owl h2 {
    margin-bottom: 10px !important;
		  font-size: 20px !important;
        line-height: 24px !important;
        max-width: 65%;
		  
  }
	.section-home .carousel-home .item-owl h2 br{
		display: none;	
	}
	.section-home .carousel-home .item-owl a {
  padding: 10px 20px !important;
  font-size: 12px !important;
}
}
@media (min-width: 1200px) {
  .section-home .carousel-home .item-owl .wpb_wrapper {
    width: 83%;
    margin: 0 auto;
  }
}
@media (min-width: 1800px) {
  .section-home .carousel-home .item-owl .wpb_wrapper {
    width: 65%;
  }
}
.section-home .carousel-home .item-owl h2 {
  font-size: 50px;
  line-height: 60px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
	margin-bottom: 40px;
}
.section-home .carousel-home .item-owl.rosa h2 {
 color: #D8275E;
}
@media (max-width: 780px) {
  .section-home .carousel-home .item-owl h2 {
    font-size: 24px;
    line-height: 38px;
  }
	
}
.section-home .carousel-home .item-owl h2 strong {
  font-weight: 700;
}
.section-home .carousel-home .item-owl p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-top: 22px;
}
.section-home .carousel-home .item-owl a {
  border-radius: 20px;
  background-color: #D8275E;
  padding: 14px 44px 10px 44px;
  color: #ffffff;
  transition: 0.2s all ease;
  font-size: 18px;
  font-weight: 400;
}
.section-home .carousel-home .item-owl a:hover {
  background-color: #ffff8d;
  color: #D8275E;
	text-decoration: none !important;
}
.section-home .carousel-home .owl-dots {
  display: none !important;
  position: absolute;
  bottom: 48%;
}
.section-home .carousel-home .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background-color: #bfe2ca;
  border: 1px solid #6dbe89;
}
.section-home .carousel-home .owl-dots .owl-dot.active span {
  background-color: #6dbe89;
}
.section-home .carousel-home .owl-dots .owl-dot:hover span {
  background-color: #6dbe89;
}
@media (min-width: 1200px) {
  .section-home .carousel-home .owl-dots {
    padding-left: 260px;
  }
}

.row-info-yanuba {
  z-index: 2;
  /*transform: translateY(-55%);*/
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .row-info-yanuba {
    width: 1200px;
    margin: 0 auto 50px auto !important;
  }
}
/*
@media (max-width: 1025px) {
  .row-info-yanuba {
    transform: translateY(-6%);
  }
}
*/
@media (max-width: 580px) {
  .row-info-yanuba {
    flex-direction: column;
    padding: 0 2rem;
  }
}
.row-info-yanuba .wpb_column:first-child .vc_column-inner .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.row-info-yanuba .wpb_column:last-child .vc_single_image-wrapper {
  position: relative;
  transition: 0.2s all;
}
.row-info-yanuba .wpb_column:last-child .vc_single_image-wrapper::before {
  content: "";
  position: absolute;
  left: -10%;
  top: 10%;
  width: 100%;
  height: 100%;
  border: 1px solid #83C99B;
  display: block;
  z-index: -1;
  transition: 0.3s all;
}
.row-info-yanuba .wpb_column:last-child .vc_single_image-wrapper img {
  transition: 0.3s all;
}
.row-info-yanuba .wpb_column:last-child .vc_single_image-wrapper:hover img {
  transform: translateX(-2%) translateY(2%);
}
.row-info-yanuba .wpb_column:last-child .vc_single_image-wrapper:hover::before {
  left: -8%;
  top: 8%;
}
.row-info-yanuba p {
  line-height: 26px;
  font-size: 18px;
}
.row-info-yanuba h1 {
  font-size: 32px;
  font-family: "Playfair Display", serif;
  width: 100%;
  color: #897968;
  text-align: left;
}

.categorias-home h2 {
  font-size: 50px;
  color: #897968;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
@media (max-width: 780px) {
  .categorias-home h2 {
    font-size: 28px;
  }
}
.categorias-home .wpb_text_column {
  margin-bottom: 0;
}
.categorias-home .flex-categorys {
  display: grid;
  margin-top: 60px;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 580px) {
  .categorias-home .flex-categorys {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    margin-top: 30px;
    place-items: center;
  }
}
@media (max-width: 580px) {
  .categorias-home .flex-categorys .category {
    height: 300px;
  }
}
.categorias-home .flex-categorys .category a {
  position: relative;
  display: block;
  height: 100%;
}
.categorias-home .flex-categorys .category a h3 {
  position: absolute;
  top: 0;
  margin-top: 0 !important;
  left: 0;
  opacity: 0;
  height: 100%;
  font-size: 35px;
  z-index: 0;
  background-color: rgba(131, 201, 155, 0.6431372549);
  font-family: "Playfair Display", serif;
  font-weight: 400;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #322F31;
  padding: 0 10%;
  text-align: center;
  font-weight: 400;
  gap: 20px;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 580px) {
  .categorias-home .flex-categorys .category a h3 {
    font-size: 18px;
  }
}
.categorias-home .flex-categorys .category a h3::before {
  content: url(/wp-content/uploads/2024/05/Grupo-4704.svg);
  width: 32px;
  height: 32px;
  display: block;
}
.categorias-home .flex-categorys .category a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
	object-position: 67%;
  width: 100%;
}
.categorias-home .flex-categorys .category a:hover h3 {
  opacity: 1;
  z-index: 2;
}
.categorias-home .flex-categorys .category:nth-child(1) a h3, .categorias-home .flex-categorys .category:nth-child(3) a h3 {
  background-color: rgba(255, 255, 141, 0.4941176471);
}

.section-recomendados {
  margin-top: 132px;
}
@media (max-width: 780px) {
  .section-recomendados {
    margin-top: 50px;
  }
}
.section-recomendados h2 {
  font-size: 50px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-bottom: 45px !important;
}
@media (max-width: 780px) {
  .section-recomendados h2 {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
.section-recomendados .productos-populares .producto {
  border-radius: 5px;
  height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 780px) {
  .section-recomendados .productos-populares .producto {
    width: 90%;
    margin: 0 auto;
  }
}
.section-recomendados .productos-populares .producto a:first-child {
  height: 70%;
}
@media (max-width: 1025px) {
  .section-recomendados .productos-populares .producto a:first-child {
    height: 60%;
  }
}
.section-recomendados .productos-populares .producto .wishlist {
  position: absolute;
  top: 0;
  left: 10px;
}
@media (max-width: 780px) {
  .section-recomendados .productos-populares .producto .wishlist {
    left: 10%;
  }
}
.section-recomendados .productos-populares .producto .wishlist .yith-wcwl-add-to-wishlist .add_to_wishlist.single_add_to_wishlist span:last-child {
  font-size: 0;
  width: 0;
}
.section-recomendados .productos-populares .producto .wishlist .yith-wcwl-add-to-wishlist a {
  color: #D8275E;
  display: flex;
  align-items: center;
  gap: 7px;
	display:none;
}
.section-recomendados .productos-populares .producto .wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  display: flex;
  gap: 5px;
  align-items: center;
}
.section-recomendados .productos-populares .producto .wishlist .yith-wcwl-add-to-wishlist span.feedback {
  font-size: 0;
}
.section-recomendados .productos-populares .producto .wishlist .yith-wcwl-add-to-wishlist i.yith-wcwl-icon::before {
  font-size: 30px;
  color: #D8275E;
}
.section-recomendados .productos-populares .producto .imagen {
  height: 100%;
}
.section-recomendados .productos-populares .producto .imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-recomendados .productos-populares .producto .content {
  padding: 20px;
  height: 30%;
	  font-family: "Josefin Sans", sans-serif;
	 border-left: 1px solid #8979685e;
	 border-right: 1px solid #8979685e;
	 border-bottom: 1px solid #8979685e;
		border-radius:  0 0 5px 5px;

}
@media (max-width: 1025px) {
  .section-recomendados .productos-populares .producto .content {
    height: 40%;
  }
}
.section-recomendados .productos-populares .producto .content .title-precio {
  font-size: 14px;
  color: #9b9599;
  display: block;
  margin-bottom: -20px;
}
.section-recomendados .productos-populares .producto .content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
	color: #000000;
}
@media (max-width: 780px) {
  .section-recomendados .productos-populares .producto .content h3 {
    font-size: 18px;
  }
}
.section-recomendados .productos-populares .producto .content .flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.section-recomendados .productos-populares .producto .content .flex .precio span:nth-child(1){
  font-size: 25px;
  font-weight: 400;
}
.section-recomendados .productos-populares .producto .content .flex .precio span:nth-child(2), .section-recomendados .productos-populares .producto .content .flex .precio span:nth-child(2) .woocommerce-Price-currencySymbol {
  font-size: 18px;
  font-weight: 400;
}
.section-recomendados .productos-populares .producto .content .flex .button {
  background-color: #D8275E;
  border-radius: 50%;
  padding: 4%;
  display: grid;
  place-items: center;
}
.section-recomendados .productos-populares .producto .content .flex .button img {
  width: 20px;
  height: 20px;
}
.section-recomendados .productos-populares .producto .content .flex .button:hover {
  background-color: #de3f70;
}
@media (max-width: 780px) {
  .section-recomendados .productos-populares {
    margin-left: 10px;
  }
  .section-recomendados .productos-populares .producto {
    border-radius: 5px;
    border: 1px solid #897968;
    height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 780px) and (max-width: 780px) {
  .section-recomendados .productos-populares .producto {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 780px) {
  .section-recomendados .productos-populares .producto a:first-child {
    height: 60%;
  }
}
@media (max-width: 780px) and (max-width: 1025px) {
  .section-recomendados .productos-populares .producto a:first-child {
    height: 60%;
  }
}
@media (max-width: 780px) {
  .section-recomendados .productos-populares .producto .wishlist {
    position: absolute;
    top: 0;
    left: 10px;
  }
}
@media (max-width: 780px) and (max-width: 780px) {
  .section-recomendados .productos-populares .producto .wishlist {
    left: 10%;
  }
}
@media (max-width: 780px) {
  .section-recomendados .productos-populares .producto .wishlist .yith-wcwl-add-to-wishlist .add_to_wishlist.single_add_to_wishlist span:last-child {
    font-size: 0;
    width: 0;
  }
  .section-recomendados .productos-populares .producto .wishlist .yith-wcwl-add-to-wishlist a {
    color: #D8275E;
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .section-recomendados .productos-populares .producto .wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  .section-recomendados .productos-populares .producto .wishlist .yith-wcwl-add-to-wishlist span.feedback {
    font-size: 0;
  }
  .section-recomendados .productos-populares .producto .wishlist .yith-wcwl-add-to-wishlist i.yith-wcwl-icon::before {
    font-size: 30px;
    color: #D8275E;
  }
  .section-recomendados .productos-populares .producto .imagen {
    height: 100%;
  }
  .section-recomendados .productos-populares .producto .imagen img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
	  border-radius: 5px 5px 0 0;
  }
  .section-recomendados .productos-populares .producto .content {
    padding: 20px;
    height: 40%;
  }
}
@media (max-width: 780px) and (max-width: 1025px) {
  .section-recomendados .productos-populares .producto .content {
    height: 40%;
  }
}
@media (max-width: 780px) {
  .section-recomendados .productos-populares .producto .content .title-precio {
    font-size: 14px;
    color: #9b9599;
    display: block;
    margin-bottom: -20px;
  }
  .section-recomendados .productos-populares .producto .content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
  }
}
@media (max-width: 780px) and (max-width: 780px) {
  .section-recomendados .productos-populares .producto .content h3 {
    font-size: 18px;
  }
}
@media (max-width: 780px) {
  .section-recomendados .productos-populares .producto .content .flex {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .section-recomendados .productos-populares .producto .content .flex .precio {
    font-size: 25px;
    font-weight: 400;
  }
  .section-recomendados .productos-populares .producto .content .flex .button {
    background-color: #D8275E;
    border-radius: 50%;
    padding: 4%;
    display: grid;
    place-items: center;
  }
  .section-recomendados .productos-populares .producto .content .flex .button img {
    width: 20px;
    height: 20px;
  }
  .section-recomendados .productos-populares .producto .content .flex .button:hover {
    background-color: #de3f70;
  }
}
.section-recomendados .owl-nav {
  position: absolute;
  top: -20%;
  right: 0;
  display: flex;
  gap: 20px;
}
.section-recomendados .owl-nav button {
  background-color: transparent !important;
}
.section-recomendados .owl-nav button:hover {
  background-color: transparent !important;
}

.info-horarios {
  margin-top: 120px;
}
@media (max-width: 780px) {
  .info-horarios {
    margin-top: 60px;
  }
}
@media (max-width: 580px) {
  .info-horarios .wpb_column {
    margin-bottom: 20px;
  }
}
.info-horarios .wpb_column .vc_single_image-wrapper {
  position: relative;
}
.info-horarios .wpb_column .vc_single_image-wrapper::before {
  background-color: rgba(255, 243, 204, 0.4431372549);
  position: absolute;
  content: "";
  width: 62px;
  height: 62px;
  border-radius: 50%;
  top: -20%;
  left: -20%;
  opacity: 0;
  transition: 0.4s all;
  display: block;
}
.info-horarios .wpb_column .vc_single_image-wrapper:hover::before {
  opacity: 1;
}
.info-horarios .wpb_column h4 {
  color: #83C99B;
  padding-bottom: 30px;
  font-size: 22px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 580px) {
  .info-horarios .wpb_column h4 {
    margin-bottom: 20px;
  }
}
.info-horarios .wpb_column h4::after {
  content: "";
  height: 1px;
  width: 137px;
  position: absolute;
  bottom: 0;
  left: 25%;
  background-color: #83C99B;
}
@media (max-width: 580px) {
  .info-horarios .wpb_column h4::after {
    left: 33%;
  }
}
.info-horarios .wpb_column p {
  color: #6f6f6f;
  line-height: 26px;
  font-size: 17px;
  font-family: 400;
}
.info-horarios .wpb_column p a {
  color: #6f6f6f;
  text-decoration: underline;
}

.club-buenprovecho {
  position: relative;
  padding-top: 20% !important;
  margin-top: 140px;
  background-position-x: right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1100px) {
  .club-buenprovecho {
    background-size: 90% 80%;
  }
}
@media (min-width: 1500px) {
  .club-buenprovecho {
    background-size: 90% 94%;
  }
}
@media (max-width: 1025px) {
  .club-buenprovecho {
    padding-top: 5% !important;
    margin-top: 70px;
  }
}
.club-buenprovecho .info-title h4 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  line-height: 55px;
  margin-bottom: 18px;
}
@media (max-width: 780px) {
  .club-buenprovecho .info-title h4 {
    font-size: 28px;
  }
}
.club-buenprovecho .info-title p {
  font-size: 18px;
  line-height: 26px;
}
.club-buenprovecho .card-club {
  position: relative;
}
@media (max-width: 1025px) {
  .club-buenprovecho .card-club {
    margin-bottom: 20px !important;
  }
}
.club-buenprovecho .card-club::before {
  content: "";
  position: absolute;
  border: 1px solid #83C99B;
  right: 20px;
  bottom: -7%;
  width: 300px;
  height: 100%;
  max-height: 450px;
  transition: 0.2s all;
  display: block;
  z-index: -1;
}
@media (max-width: 1025px) {
  .club-buenprovecho .card-club::before {
    display: none;
  }
}
.club-buenprovecho .card-club .wpb_wrapper {
  margin-top: 40px !important;
  background-color: #ffffff;
  padding: 20px;
  margin: 0;
  width: 94%;
  position: relative;
  transition: 0.2s all;
  max-width: 320px;
}
@media (max-width: 1025px) {
  .club-buenprovecho .card-club .wpb_wrapper {
    margin: 0 auto;
  }
}
.club-buenprovecho .card-club .wpb_wrapper p:first-child {
  font-size: 20px;
  font-family: "Playfair Display", serif !important;
  color: #D8275E;
  margin-bottom: 20px;
}
.club-buenprovecho .card-club .wpb_wrapper ul {
  list-style: none;
  padding: 0;
}
.club-buenprovecho .card-club .wpb_wrapper ul li {
  padding-bottom: 12px;
  border-bottom: 1px dotted #D8275E;
  margin-bottom: 30px;
  display: flex;
  gap: 15px;
  font-size: 16px;
  line-height: 26px;
	
}
.club-buenprovecho .card-club .wpb_wrapper ul li a{
 display: contents;
font-weight: bold;
	color: #322F31;
	text-decoration: underline;
	
}
.club-buenprovecho .card-club .wpb_wrapper ul li a:hover{
color:#D8275E;
}
.club-buenprovecho .card-club .wpb_wrapper ul li strong {
  color: #D8275E;
  font-size: 20px;
  font-weight: 700;
	font-family: "Playfair Display", serif;
}
.club-buenprovecho .card-club .wpb_wrapper ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.club-buenprovecho .card-club:hover .wpb_wrapper {
  transform: translateX(10px) translateY(10px);
}
.club-buenprovecho .card-club:hover::before {
  transform: translateX(-20px);
}
.club-buenprovecho .text-box {
  margin: 0;
}
@media (min-width: 1100px) {
  .club-buenprovecho .text-box {
    transform: translateY(-30%);
    padding-right: 20px !important;
  }
	.row-club-flex .wpb_column:first-child{
		transform: translateY(-120px);
	}
	.row-club-flex .wpb_column:last-child{
		align-items: end !important;
	}
}
@media (max-width: 1025px) {
  .club-buenprovecho .text-box {
    margin-bottom: 20px !important;
  }
}


.club-buenprovecho .text-box p {
  color: #897968;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1025px) {
  .club-buenprovecho .vc_row.wpb_row:first-child {
    flex-direction: column;
  }
  .club-buenprovecho .vc_row.wpb_row:first-child .wpb_column {
    width: 100%;
  }
}
.club-buenprovecho .row-bot-club {
  display: flex;
  justify-content: end;
}
.club-buenprovecho .flex-column-club {
  background-color: #fbf5e4;
  width: 90%;
}
@media (min-width: 1100px) {
  .club-buenprovecho .flex-column-club {
    transform: translateY(-25%);
  }
}
@media (max-width: 1025px) {
  .club-buenprovecho .flex-column-club {
    width: 100%;
  }
}
.club-buenprovecho .info-bot-club {
  padding: 30px 27px;
}
.club-buenprovecho .info-bot-club .wpb_wrapper p:first-child {
  font-size: 18px;
  color: #83C99B;
  font-weight: 700;
  margin-bottom: 10px;
}
.club-buenprovecho .info-bot-club .wpb_wrapper p:nth-child(2) {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 22px;
}
.club-buenprovecho .info-bot-club .wpb_wrapper ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 50px;
}

.section-institucionales h2 {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-bottom: 40px !important;
}
@media (max-width: 780px) {
  .section-institucionales h2 {
    font-size: 28px;
  }
}
@media (max-width: 1025px) {
  .section-institucionales .row-hover-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .section-institucionales .row-hover-blocks::before {
    display: none;
  }
}
@media (max-width: 580px) {
  .section-institucionales .row-hover-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-institucionales .row-hover-blocks .wpb_column {
  height: 260px;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  .section-institucionales .row-hover-blocks .wpb_column {
    width: 90%;
  }
}
.section-institucionales .row-hover-blocks .wpb_column:last-child .wpb_single_image {
  width: 100% !important;
}
.section-institucionales .row-hover-blocks .wpb_column .vc_column-inner {
  height: 100%;
}
.section-institucionales .row-hover-blocks .wpb_column .wpb_wrapper {
  position: relative;
  height: 100%;
}
.section-institucionales .row-hover-blocks .wpb_column .wpb_wrapper .wpb_single_image {
  height: 213px;
  position: absolute;
  width: 95%;
  top: 0;
  left: 0;
  margin-bottom: 0;
  transition: 0.3s all;
}
.section-institucionales .row-hover-blocks .wpb_column .wpb_wrapper .wpb_single_image:first-child {
  opacity: 1;
  z-index: 2;
}
.section-institucionales .row-hover-blocks .wpb_column .wpb_wrapper .wpb_single_image:nth-child(2) {
  opacity: 0;
  z-index: 1;
}
.section-institucionales .row-hover-blocks .wpb_column .wpb_wrapper .wpb_single_image .vc_figure,
.section-institucionales .row-hover-blocks .wpb_column .wpb_wrapper .wpb_single_image img,
.section-institucionales .row-hover-blocks .wpb_column .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
  width: 100%;
  height: 213px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-institucionales .row-hover-blocks .wpb_column .wpb_wrapper .wpb_text_column {
  position: absolute;
  bottom: 0;
  width: 95%;
  text-align: center;
}
@media (max-width: 1025px) {
  .section-institucionales .row-hover-blocks .wpb_column .wpb_wrapper .wpb_text_column {
    bottom: 5%;
    width: 100%;
  }
}
.section-institucionales .row-hover-blocks .wpb_column .wpb_wrapper .wpb_text_column p {
  font-size: 18px;
  color: #6b686a;
  font-weight: 400;
  transition: 0.3s all;
}
.section-institucionales .row-hover-blocks .wpb_column:hover .wpb_wrapper .wpb_single_image:first-child {
  opacity: 0;
  z-index: 1;
}
.section-institucionales .row-hover-blocks .wpb_column:hover .wpb_wrapper .wpb_single_image:nth-child(2) {
  opacity: 1;
  z-index: 2;
}
.section-institucionales .row-hover-blocks .wpb_column:hover .wpb_wrapper .wpb_text_column p {
  color: #D8275E;
  text-decoration: underline;
}

.blog-home {
  margin-top: 90px;
}
@media (max-width: 780px) {
  .blog-home {
    margin-top: 45px;
  }
}
.blog-home h2 {
  color: #83C99B;
  font-size: 35px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  margin-bottom: 47px !important;
}
@media (max-width: 780px) {
  .blog-home h2 {
    font-size: 28px;
  }
}
@media (max-width: 580px) {
  .blog-home .owl-blog-home .post {
    width: 90%;
    margin: 0 auto;
  }
}
.blog-home .owl-blog-home .post .imagen {
  margin-bottom: 20px;
  width: 100%;
  height: 400px;
}
.blog-home .owl-blog-home .post .imagen a {
  position: relative;
}
.blog-home .owl-blog-home .post .imagen a:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.2784313725);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s all;
}
.blog-home .owl-blog-home .post .imagen a:hover:before {
  opacity: 1;
}
.blog-home .owl-blog-home .post .imagen img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-home .owl-blog-home .post .contenido {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.blog-home .owl-blog-home .post .contenido h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.blog-home .owl-blog-home .post .contenido h3::after {
  content: "";
  background-color: #83C99B;
  height: 1px;
  width: 30%;
  position: absolute;
  bottom: 0;
  left: 35%;
}
.blog-home .owl-blog-home .post .contenido p {
  color: #6f6f6f;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 400;
}
.blog-home .owl-blog-home .post .contenido span.fecha {
  font-size: 13px;
  font-weight: 600;
}
.blog-home .owl-blog-home .owl-dots {
  margin-top: 40px !important;
}
.blog-home .owl-blog-home .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background-color: #bfe2ca;
  border: 1px solid #6dbe89;
}
.blog-home .owl-blog-home .owl-dots .owl-dot.active span {
  background-color: #6dbe89;
}
.blog-home .owl-blog-home .owl-dots .owl-dot:hover span {
  background-color: #6dbe89;
}

.puntos-de-venta {
  background-size: 100% 100%;
  background-position-x: right;
  padding-top: 90px !important;
}
@media (max-width: 580px) {
  .puntos-de-venta {
    background-size: cover;
    background-position-x: center;
  }
}
@media (min-width: 1500px) {
  .puntos-de-venta {
    background-size: cover;
    background-position-y: center;
  }
}
.puntos-de-venta h2 {
  font-size: 30px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-bottom: 26px !important;
}
.puntos-de-venta .text-punto .wpb_wrapper ul {
  list-style: none;
}
.puntos-de-venta .text-punto .wpb_wrapper ul li {
  position: relative;
  font-size: 17px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 38px;
}
.puntos-de-venta .text-punto .wpb_wrapper ul li strong {
  font-size: 20px;
  color: #D8275E;
  font-weight: 400;
  position: relative;
}
.puntos-de-venta .text-punto .wpb_wrapper ul li::before {
  content: "";
  background-color: #D8275E;
  height: 1px;
  width: 25px;
  position: absolute;
  left: -33px;
  top: 10%;
}

.clientes-frecuentes {
  margin-top: 80px;
}
.clientes-frecuentes h2 {
  font-size: 35px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-bottom: 40px !important;
}
.clientes-frecuentes .row-owl-left,
.clientes-frecuentes .row-owl-right {
  box-shadow: 0px 25px 60px rgba(172, 172, 172, 0.1607843137);
  border: 1px solid #70707057;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 25px;
  padding: 20px 0;
}
@media (max-width: 580px) {
  .clientes-frecuentes .row-owl-left,
  .clientes-frecuentes .row-owl-right {
    margin: 0px auto 25px auto !important;
  }
}
.clientes-frecuentes .row-owl-left .wpb_single_image,
.clientes-frecuentes .row-owl-right .wpb_single_image {
  margin-bottom: 0;
  text-align: center;
}
.clientes-frecuentes .row-owl-left .wpb_single_image img,
.clientes-frecuentes .row-owl-right .wpb_single_image img {
  width: 100%;
  height: 70px;
  transition: 0.2s all;
  -o-object-fit: contain;
     object-fit: contain;
}
.clientes-frecuentes .row-owl-left .wpb_single_image img:hover,
.clientes-frecuentes .row-owl-right .wpb_single_image img:hover {
  filter: grayscale(0);
}
.clientes-frecuentes .row-owl-left {
  margin-right: auto;
}
.clientes-frecuentes .row-owl-right {
  margin-left: auto;
}

@media (max-width: 580px) {
  body.home main.site-main {
    margin-top: 90px;
  }
}

.woocommerce-products-header {
  position: absolute;
  width: 100%;
  min-height: 620px;
  right: 0;
  top: 5%;
  padding-top: 15%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 780px) {
  .woocommerce-products-header {
    min-height: 300px;
  }
}
@media (min-width: 1000px) {
  .woocommerce-products-header {
    min-height: 450px;
  }
	.woocommerce-products-header .woocommerce-products-header__cont h1{
		max-width: 50%;
	}
}
@media (min-width: 1200px) {
  .woocommerce-products-header {
    min-height: 638px;
  }
}
@media (min-width: 1200px) {
  .woocommerce-products-header .woocommerce-products-header__cont {
    width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 1025px) {
  .woocommerce-products-header .woocommerce-products-header__cont {
    padding: 2rem;
  }
}
.woocommerce-products-header .woocommerce-products-header__cont h1 {
  font-family: "Playfair Display", serif;
  font-size: 70px;
  font-weight: 400;
  color: #D8275E;
  margin-top: 5px !important;
  line-height:80px;
}

.term-138 .woocommerce-products-header .woocommerce-products-header__cont h1 {
  color: #FFFFFF;
}

.term-138 .woocommerce-products-header .woocommerce-products-header__cont h2 {
  color: #FFFFFF !important;
}


@media (max-width: 780px) {
  .woocommerce-products-header .woocommerce-products-header__cont h1 {
    font-size: 32px !important;
  }
}
@media (max-width: 1025px) {
  .woocommerce-products-header .woocommerce-products-header__cont h1 {
    font-size: 45px;
  }
}

.woocommerce-products-header .woocommerce-products-header__cont .miga  {
  position: absolute;
	bottom: 20px;
}

.woocommerce-products-header .woocommerce-products-header__cont .miga .woocommerce-breadcrumb {
  font-size: 21px;
  font-weight: 400;
  color: #322F31;
}
.woocommerce-products-header .woocommerce-products-header__cont .miga a {
   font-size: 21px;
  font-weight: 400;
  color: #322F31;
  }
@media (max-width: 780px) {
  .woocommerce-products-header .woocommerce-products-header__cont .miga a {
    font-size: 16px;
  }
	.woocommerce-products-header .woocommerce-products-header__cont .miga  {
  position: relative;
}
}
.woocommerce-products-header .woocommerce-products-header__cont .category-description h1, .woocommerce-products-header .woocommerce-products-header__cont .category-description h2, .woocommerce-products-header .woocommerce-products-header__cont .category-description h3 {
  margin-top: 0;
  color: #322F31;
  font-family: 'Josefin Sans';
  font-weight: 400;
}
.woocommerce-products-header .woocommerce-products-header__cont .category-description h2 {
  font-size: 28px;
}
.category-description{
margin-top: 20px !important;
}
@media (min-width: 1100px) {
  .category-description {
    max-width: 45%;
  }
}
@media (max-width: 780px) {
  .woocommerce-products-header .woocommerce-products-header__cont .category-description h2 {
    font-size: 20px;
  }
}
.woocommerce-products-header .woocommerce-products-header__cont .category-description h3 {
  font-size: 20px;
}
@media (max-width: 780px) {
  .woocommerce-products-header .woocommerce-products-header__cont .category-description h3 {
    font-size: 16px;
  }
}

.contenedor-general {
  display: flex;
  gap: 50px;
}
@media (max-width: 780px) {
  .contenedor-general {
    margin-top: 340px;
    flex-direction: column;
  }
}
@media (min-width: 1000px) {
  .contenedor-general {
    margin-top: 500px;
    padding: 0 2rem;
  }
}
@media (min-width: 1200px) {
  .contenedor-general {
    padding: 0;
    margin-top: 680px;
  }
}
.contenedor-general .filtros {
  width: 30%;
}
@media (max-width: 780px) {
  .contenedor-general .filtros {
    width: 90%;
    margin: 0 auto;
  }
}
.contenedor-general .filtros .widget_wpc_filters_widget .wpc-filters-section {
  border: 1px solid #897968;
  padding: 15px 25px 30px 16px;
}
.contenedor-general .filtros .widget_wpc_filters_widget .wpc-filters-section .widget-title.wpc-filter-title {
  font-size: 15px;
  font-family: "Playfair Display", serif;
  background-color: #FFF3CC;
  padding: 7px 9px;
}
.contenedor-general .filtros .widget_wpc_filters_widget .wpc-filter-search-form .wpc-search-field-wrapper .wpc-search-icon {
  right: 0;
  left: auto;
  background-color: #83C99B;
  width: 50px;
}
.contenedor-general .filtros .widget_wpc_filters_widget .wpc-filter-search-form .wpc-search-field-wrapper .wpc-search-icon::before {
  position: absolute;
  right: 30%;
  width: 17px !important;
  height: 17px !important;
  background-size: 100% 100% !important;
  background-image: url("/wp-content/uploads/2024/05/Grupo-8418.svg") !important;
}
.contenedor-general .filtros .widget_wpc_filters_widget .wpc-filter-search-form .wpc-search-field-wrapper .wpc-search-clear-icon-wrapper {
  opacity: 1;
  left: 0 !important;
}
.contenedor-general .filtros .widget_wpc_filters_widget .wpc-filter-search-form .wpc-search-field-wrapper .wpc-search-clear-icon-wrapper a {
  color: #FFF3CC !important;
  background-color: #83C99B;
  font-weight: bold !important;
}
.contenedor-general .filtros .widget_wpc_filters_widget .wpc-filter-search-form .wpc-search-field {
  padding: 10px;
}
.contenedor-general .filtros .widget_wpc_filters_widget .wpc-filters-main-wrap input.wpc-label-input:checked + label span.wpc-filter-label-wrapper {
  background-color: #83C99B;
}
.contenedor-general .filtros .widget_wpc_filters_widget .wpc-filters-main-wrap input.wpc-label-input:checked + label span.wpc-filter-label-wrapper a {
  color: #ffffff;
}
.contenedor-general .filtros .widget_wpc_filters_widget .wpc-filter-product_cat ul.wpc-filters-ul-list {
  display: flex;
  flex-direction: column;
}
.contenedor-general .filtros .widget_wpc_filters_widget .wpc-filter-product_cat ul.wpc-filters-ul-list::-webkit-scrollbar {
  width: 7px;
}
.contenedor-general .filtros .widget_wpc_filters_widget .wpc-filter-product_cat ul.wpc-filters-ul-list::-webkit-scrollbar-thumb {
  background-color: #83C99B;
}
.contenedor-general .filtros .widget_wpc_filters_widget .wpc-filter-product_cat ul.wpc-filters-ul-list li.wpc-label-item label {
  border: none;
}
.contenedor-general .filtros .widget_wpc_filters_widget .wpc-filter-product_cat ul.wpc-filters-ul-list li.wpc-label-item label:hover span {
  background-color: #83C99B;
}
.contenedor-general .filtros .widget_wpc_filters_widget .wpc-filter-product_cat ul.wpc-filters-ul-list li.wpc-label-item label:hover a {
  color: #ffffff;
}
.contenedor-general .filtros .widget_wpc_filters_widget .wpc-filter-product_cat ul.wpc-filters-ul-list li.wpc-label-item label a {
  color: #897968;
  font-size: 16px;
  font-weight: 400;
}
.contenedor-general .filtros .widget_wpc_filters_widget .wpc-filter-product_cat ul.wpc-filters-ul-list li.wpc-label-item label span {
  padding: 4px 10px;
}
.contenedor-general .filtros .container-most-sold {
  border: 0.5px solid #8979685e;
  padding: 15px 25px 30px 16px;
}
.contenedor-general .filtros .container-most-sold h3 {
  font-size: 15px;
  font-family: "Playfair Display", serif;
  background-color: #FFF3CC;
  padding: 7px 9px;
  margin-bottom: 15px;
  font-weight: 400;
}
.contenedor-general .filtros .container-most-sold .most-sold-products {
  padding: 0;
}
.contenedor-general .filtros .container-most-sold .most-sold-products li {
  display: flex;
  margin-bottom: 30px;
  gap: 15px;
}
.contenedor-general .filtros .container-most-sold .most-sold-products li:last-child {
  margin-bottom: 0;
}
.contenedor-general .filtros .container-most-sold .most-sold-products li .img-product {
  width: 66px;
  height: 66px;
}
.contenedor-general .filtros .container-most-sold .most-sold-products li .img-product a:first-child {
  width: 100%;
  height: 100%;
}
.contenedor-general .filtros .container-most-sold .most-sold-products li .img-product a:first-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contenedor-general .filtros .container-most-sold .most-sold-products li .product-details a {
  font-size: 16px;
  font-weight: 700;
  display: block;
  color: #322F31;
}
.contenedor-general .filtros .container-most-sold .most-sold-products li .product-details .price {
  font-size: 11px;
  font-weight: 400;
}
.contenedor-general .container-right {
  width: 70%;
}
@media (max-width: 780px) {
  .contenedor-general .container-right {
    width: 90%;
    margin: 0 auto;
  }
}
.contenedor-general .container-right .filtros-products h2 {
  font-size: 35px;
  color: #897968;
  margin-bottom: 25px !important;
  font-weight: 400;
	margin-top: 0px;
  font-family: "Playfair Display", serif;
}
.contenedor-general .container-right .filtros-products .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
  padding-bottom: 15px;
  border-bottom: 1px solid #897968;
}
.contenedor-general .container-right .filtros-products .flex p {
  color: #897968;
  font-size: 15px;
	margin-bottom: 0;
}
.contenedor-general .container-right .filtros-products .flex select {
  padding: 7px;
  border: 1px solid #897968;
  font-size: 15px;
}
.contenedor-general .container-right .recomendados {
  margin-bottom: 15px;
}
.contenedor-general .container-right .recomendados h2 {
  font-size: 35px;
  color: #897968;
  margin-bottom: 15px !important;
  font-weight: 400;
	margin-top: 0;
  font-family: "Playfair Display", serif;
}
@media (max-width: 780px) {
  .contenedor-general .container-right .recomendados h2 {
    font-size: 24px;
  }
}
.contenedor-general .container-right .recomendados .productos-populares .producto {
  border-radius: 5px;
  height: 357px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 780px) {
  .contenedor-general .container-right .recomendados .productos-populares .producto {
    width: 90%;
    margin: 0 auto;
  }
}
.contenedor-general .container-right .recomendados .productos-populares .producto a:first-child {
  height: 60%;
}
@media (max-width: 1025px) {
  .contenedor-general .container-right .recomendados .productos-populares .producto a:first-child {
    height: 60%;
  }
}
.contenedor-general .container-right .recomendados .productos-populares .producto .wishlist {
  position: absolute;
  top: 0;
  left: 10px;
}
@media (max-width: 780px) {
  .contenedor-general .container-right .recomendados .productos-populares .producto .wishlist {
    left: 10%;
  }
}
.contenedor-general .container-right .recomendados .productos-populares .producto .wishlist .yith-wcwl-add-to-wishlist .add_to_wishlist.single_add_to_wishlist span:last-child {
  font-size: 0;
  width: 0;
}
.contenedor-general .container-right .recomendados .productos-populares .producto .wishlist .yith-wcwl-add-to-wishlist a {
  color: #D8275E;
  display: flex;
  align-items: center;
  gap: 7px;
	display: none;
}
.contenedor-general .container-right .recomendados .productos-populares .producto .wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  display: flex;
  gap: 5px;
  align-items: center;
}
.contenedor-general .container-right .recomendados .productos-populares .producto .wishlist .yith-wcwl-add-to-wishlist span.feedback {
  font-size: 0;
}
.contenedor-general .container-right .recomendados .productos-populares .producto .wishlist .yith-wcwl-add-to-wishlist i.yith-wcwl-icon::before {
  font-size: 30px;
  color: #D8275E;
}
.contenedor-general .container-right .recomendados .productos-populares .producto .imagen {
  height: 100%;
}
.contenedor-general .container-right .recomendados .productos-populares .producto .imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
	border-radius: 5px 5px 0 0 ;
}
.contenedor-general .container-right .recomendados .productos-populares .producto .content {
  padding: 20px;
  height: 40%;
	border-right: 1px solid #8979685e;
	border-left: 1px solid #8979685e;
	border-bottom: 1px solid #8979685e;
	border-radius: 0 0 5px 5px;
	position: absolute;
	bottom: 20px;
	width: 100%;
}
@media (max-width: 1025px) {
  .contenedor-general .container-right .recomendados .productos-populares .producto .content {
    height: 40%;
  }
}
.contenedor-general .container-right .recomendados .productos-populares .producto .content .title-precio {
  font-size: 14px;
  color: #9b9599;
  display: block;
  margin-bottom: -20px;
}
.contenedor-general .container-right .recomendados .productos-populares .producto .content h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
    font-family: 'Josefin Sans';	
	color: #000000;
}
@media (max-width: 780px) {
  .contenedor-general .container-right .recomendados .productos-populares .producto .content h3 {
    font-size: 18px;
  }
}
.contenedor-general .container-right .recomendados .productos-populares .producto .content .flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.contenedor-general .container-right .recomendados .productos-populares .producto .content .flex .precio span:nth-child(1){
  font-size: 16px;
  font-weight: 400;
}
.contenedor-general .container-right .recomendados .productos-populares .producto .content .flex .precio span:nth-child(2){
  font-size: 12px;
  font-weight: 400;
}
.contenedor-general .container-right .recomendados .productos-populares .producto .content .flex .button {
  background-color: #D8275E;
  border-radius: 50%;
  padding: 4%;
  display: grid;
  place-items: center;
}
.contenedor-general .container-right .recomendados .productos-populares .producto .content .flex .button img {
  width: 20px;
  height: 20px;
}
.contenedor-general .container-right .recomendados .productos-populares .producto .content .flex .button:hover {
  background-color: #de3f70;
}
.contenedor-general .container-right .recomendados .productos-populares .content {
  height: auto !important;
}
.contenedor-general .container-right .recomendados .productos-populares .owl-nav {
  position: absolute;
  top: -18%;
  right: 0;
  display: flex;
  gap: 20px;
}
.contenedor-general .container-right .recomendados .productos-populares .owl-nav button {
  background-color: transparent !important;
}
.contenedor-general .container-right .recomendados .productos-populares .owl-nav button:hover {
  background-color: transparent !important;
}
.contenedor-general .container-right .contenedor-productos ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  -moz-column-gap: 21px;
       column-gap: 21px;
  row-gap: 35px;
}
@media (max-width: 580px) {
  .contenedor-general .container-right .contenedor-productos ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contenedor-general .container-right .contenedor-productos ul.products .producto {
  border-radius: 5px;
 
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
}
.contenedor-general .container-right .contenedor-productos ul.products .producto a.link_product {
  height: 273px;
  position: relative;
}
@media (max-width: 780px) {
  .contenedor-general .container-right .contenedor-productos ul.products .producto a.link_product {
    height: 180px !important;
  }
}
@media (max-width: 1025px) {
  .contenedor-general .container-right .contenedor-productos ul.products .producto a.link_product {
    height: 200px;
  }
}
.contenedor-general .container-right .contenedor-productos ul.products .producto .wishlist {
  position: absolute;
  top: 0;
  left: 10px;
}
.contenedor-general .container-right .contenedor-productos ul.products .producto .wishlist .yith-wcwl-add-to-wishlist .add_to_wishlist.single_add_to_wishlist span:last-child {
  font-size: 0;
  width: 0;
}
.contenedor-general .container-right .contenedor-productos ul.products .producto .wishlist .yith-wcwl-add-to-wishlist a {
  color: #D8275E;
  display: flex;
  align-items: center;
  gap: 7px;
	display: none;
}
@media (max-width: 780px) {
  .contenedor-general .container-right .contenedor-productos ul.products .producto .wishlist .yith-wcwl-add-to-wishlist a {
    font-size: 11px;
  }
}
.contenedor-general .container-right .contenedor-productos ul.products .producto .wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  display: flex;
  gap: 5px;
  align-items: center;
}
.contenedor-general .container-right .contenedor-productos ul.products .producto .wishlist .yith-wcwl-add-to-wishlist span.feedback {
  font-size: 0;
}
.contenedor-general .container-right .contenedor-productos ul.products .producto .wishlist .yith-wcwl-add-to-wishlist i.yith-wcwl-icon::before {
  font-size: 30px;
  color: #D8275E;
}
@media (max-width: 780px) {
  .contenedor-general .container-right .contenedor-productos ul.products .producto .wishlist .yith-wcwl-add-to-wishlist i.yith-wcwl-icon::before {
    font-size: 20px;
  }
}
.contenedor-general .container-right .contenedor-productos ul.products .producto .imagen {
  height: 100%;
}
.contenedor-general .container-right .contenedor-productos ul.products .producto .imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
	border-radius: 5px 5px 0 0;
}
.contenedor-general .container-right .contenedor-productos ul.products .producto .content {
  padding: 20px;
	 border-left: 1px solid #8979685e;
	border-right: 1px solid #8979685e;
	border-bottom: 1px solid #8979685e;
	border-radius:  0 0 5px 5px;

}
@media (max-width: 580px) {
  .contenedor-general .container-right .contenedor-productos ul.products .producto .content {
    padding: 5px !important;
  }
}
@media (max-width: 1025px) {
  .contenedor-general .container-right .contenedor-productos ul.products .producto .content {
    padding: 10px;
  }
}
.contenedor-general .container-right .contenedor-productos ul.products .producto .content .title-precio {
  font-size: 9px;
  color: #9b9599;
  display: block;
  margin-bottom: -20px;
}
.contenedor-general .container-right .contenedor-productos ul.products .producto .content h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0 !important;
	color: #000000;
}
@media (max-width: 780px) {
  .contenedor-general .container-right .contenedor-productos ul.products .producto .content h3 {
    font-size: 14px;
  }
}
.contenedor-general .container-right .contenedor-productos ul.products .producto .content .flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.contenedor-general .container-right .contenedor-productos ul.products .producto .content .flex .precio span:nth-child(1) {
  font-size: 16px;
  font-weight: 400;
}
.contenedor-general .container-right .contenedor-productos ul.products .producto .content .flex .precio span:nth-child(2) {
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 780px) {
  .contenedor-general .container-right .contenedor-productos ul.products .producto .content .flex .precio {
    font-size: 14px;
  }
}
.contenedor-general .container-right .contenedor-productos ul.products .producto .content .flex .button {
  background-color: #D8275E;
  border-radius: 50%;
  padding: 4%;
  display: grid;
  place-items: center;
}
.contenedor-general .container-right .contenedor-productos ul.products .producto .content .flex .button img {
  width: 20px;
  height: 20px;
}
.contenedor-general .container-right .contenedor-productos ul.products .producto .content .flex .button:hover {
  background-color: #de3f70;
}
.contenedor-general .container-right .contenedor-productos .woocommerce-pagination ul.page-numbers {
  display: flex;
  list-style: none;
  margin-top: 60px;
  gap: 10px;
  justify-content: end;
}
.contenedor-general .container-right .contenedor-productos .woocommerce-pagination ul.page-numbers .page-numbers {
  font-size: 25px;
  color: #322F31;
  font-weight: 400;
  border-bottom: 1px solid #322F31;
}
.contenedor-general .container-right .contenedor-productos .woocommerce-pagination ul.page-numbers .page-numbers.current {
  color: #83C99B;
  border-color: #83C99B;
}
.contenedor-general .container-right .contenedor-productos .woocommerce-pagination ul.page-numbers .next.page-numbers,
.contenedor-general .container-right .contenedor-productos .woocommerce-pagination ul.page-numbers .prev.page-numbers {
  position: relative;
  border-bottom: none;
  color: transparent;
}
.contenedor-general .container-right .contenedor-productos .woocommerce-pagination ul.page-numbers .next.page-numbers::before,
.contenedor-general .container-right .contenedor-productos .woocommerce-pagination ul.page-numbers .prev.page-numbers::before {
  content: "";
  width: 10px;
  height: 20px;
  background-size: 100% 100%;
  position: absolute;
  top: 4px;
  left: 35%;
  display: block;
}
.contenedor-general .container-right .contenedor-productos .woocommerce-pagination ul.page-numbers .next.page-numbers::before {
  background-image: url(/wp-content/uploads/2024/05/Grupo-4723.svg);
}
.contenedor-general .container-right .contenedor-productos .woocommerce-pagination ul.page-numbers .prev.page-numbers::before {
  background-image: url(/wp-content/uploads/2024/05/Grupo-4724.svg);
}

body.single-product main.site-main {
  margin-top: 175px;
}
@media (max-width: 780px) {
  body.single-product main.site-main {
    width: 90%;
    margin: 100px auto 0 auto;
  }
}
@media (min-width: 1000px) {
  body.single-product main.site-main {
    width: 90%;
    margin: 175px auto 0 auto;
  }
}
@media (min-width: 1200px) {
  body.single-product main.site-main {
    width: 1200px;
    margin: 175px auto 0 auto;
  }
}
body.single-product .pswp.pswp--supports-fs.pswp--open {
  z-index: 9999999999;
}
body.single-product .woocommerce-message {
  grid-area: arriba;
  padding: 10px;
  background-color: #83C99B;
  color: #ffffff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 7px;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 999;
}
body.single-product .woocommerce-message a {
  color: #D8275E;
}
@media (max-width: 780px) {
  body.single-product .woocommerce-message {
    grid-area: auto;
  }
}
body.single-product .woocommerce-breadcrumb {
  float: right;
  width: 48%;
  position: relative;
  z-index: 99999999;
  font-size: 15px;
  color: #897968;
}
@media (max-width: 780px) {
  body.single-product .woocommerce-breadcrumb {
    float: none;
    width: 100%;
  }
}
body.single-product .woocommerce-breadcrumb a {
  font-size: 15px;
  color: #897968;
}
body.single-product .woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}
body.single-product .product.type-product {
  position: relative;
}
body.single-product .product.type-product .woocommerce-product-gallery {
  float: left;
  width: 48%;
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 780px) {
  body.single-product .product.type-product .woocommerce-product-gallery {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
body.single-product .product.type-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  right: 4%;
  z-index: 999999;
  top: 1%;
  color: transparent;
  background-color: #83C99B;
  border-radius: 4px;
  padding: 2px;
  width: 30px;
  height: 30px;
}
body.single-product .product.type-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2024/05/Grupo-8418.svg) !important;
  width: 20px;
  height: 20px;
  top: 20%;
  left: 20%;
  background-size: 100% 100% !important;
}
body.single-product .product.type-product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  width: 100%;
  height: 100%;
}
body.single-product .product.type-product .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
  width: 560px;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 580px) {
  body.single-product .product.type-product .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
    width: 100%;
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 780px) {
  body.single-product .product.type-product .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
    width: 100%;
    height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
body.single-product .product.type-product .woocommerce-product-gallery ol.flex-control-nav {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
}
body.single-product .product.type-product .summary.entry-summary {
  float: right;
  width: 48%;
  margin-bottom: 50px;
}
@media (max-width: 780px) {
  body.single-product .product.type-product .summary.entry-summary {
    float: none;
    width: 100%;
  }
}
body.single-product .product.type-product .summary.entry-summary .product_title.entry-title {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
body.single-product .product.type-product .summary.entry-summary .product_title.entry-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 10%;
  background-color: #D8275E;
}
body.single-product .product.type-product .summary.entry-summary .price {
  padding-top: 20px;
  position: relative;
}
body.single-product .product.type-product .summary.entry-summary .price p,
body.single-product .product.type-product .summary.entry-summary .price span {
  font-size: 25px;
  color: #322F31;
}
body.single-product .product.type-product .summary.entry-summary .price::before {
  content: "Precio";
  font-size: 12px;
  color: #9b9599;
  top: 0;
  left: 0;
  position: absolute;
}
body.single-product .product.type-product .summary.entry-summary .woocommerce-product-details__short-description p,
body.single-product .product.type-product .summary.entry-summary .woocommerce-product-details__short-description ul {
  font-size: 18px;
  font-weight: 400;
  color: #6f6f6f;
  line-height: 26px;
  margin-bottom: 10px;
}
body.single-product .product.type-product .summary.entry-summary .woocommerce-product-details__short-description p a,
body.single-product .product.type-product .summary.entry-summary .woocommerce-product-details__short-description ul a {
  color: #D8275E;
  text-decoration: underline;
}
body.single-product .product.type-product .summary.entry-summary .woocommerce-product-details__short-description h4, body.single-product .product.type-product .summary.entry-summary .woocommerce-product-details__short-description h3 {
  margin-bottom: 10px;
  color: #6f6f6f;
}
body.single-product .product.type-product .summary.entry-summary form.cart .single_add_to_cart_button.button {
  background-color: #D8275E;
  color: #FFFF8D;
  position: relative;
  font-size: 20px;
  padding: 19px 27px 19px 62px;
  border-radius: 27px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
body.single-product .product.type-product .summary.entry-summary form.cart .single_add_to_cart_button.button:hover {
  background-color: #c52457;
}
body.single-product .product.type-product .summary.entry-summary form.cart .single_add_to_cart_button.button::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2024/05/Grupo-196.svg);
  left: 10%;
  top: 30%;
  width: 19px;
  height: 19px;
  background-size: 100% 100%;
}
body.single-product .product.type-product .summary.entry-summary form.cart input[type=number] {
  width: 50px;
  border: 1px solid #897968;
  color: #897968;
  font-weight: 700;
  text-align: center;
  height: 58px;
  font-size: 30px;
  float: left;
  margin-right: 23px;
}
body.single-product .product.type-product .summary.entry-summary form.cart select {
  border: 1px solid #897968;
  padding: 10px;
  text-align: center;
  color: #897968;
  border-radius: 7px;
  width: 70%;
}
body.single-product .product.type-product .summary.entry-summary form.cart table.woocommerce-grouped-product-list tr {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
body.single-product .product.type-product .summary.entry-summary form.cart table.woocommerce-grouped-product-list tr td a {
  color: #D8275E;
}
body.single-product .product.type-product .summary.entry-summary form.cart table.woocommerce-grouped-product-list tr td label {
  font-size: 18px;
  color: #6f6f6f;
}
body.single-product .product.type-product .summary.entry-summary form.cart table.woocommerce-grouped-product-list tr td.woocommerce-grouped-product-list-item__label label {
  font-weight: 700;
}
body.single-product .product.type-product .summary.entry-summary form.cart table.variations tbody {
  display: flex;
  flex-direction: column;
}
body.single-product .product.type-product .summary.entry-summary form.cart table.variations tbody tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.single-product .product.type-product .summary.entry-summary form.cart table.variations tbody tr .label label {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  color: #322F31;
}
body.single-product .product.type-product .summary.entry-summary form.cart table.variations tbody tr .value {
  margin-bottom: 20px;
}
body.single-product .product.type-product .summary.entry-summary form.cart table.variations tbody tr .value select {
  border: 1px solid #897968;
  padding: 10px;
  border-radius: 5px;
  color: #897968;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}
body.single-product .product.type-product .summary.entry-summary form.cart table.variations tbody tr .value .reset_variations {
  color: #D8275E;
  margin-left: 10px;
}
body.single-product .product.type-product .summary.entry-summary .product_meta {
  display: flex;
  flex-direction: column;
}
body.single-product .product.type-product .summary.entry-summary .product_meta .posted_in a {
  color: #6f6f6f;
  font-size: 18px;
  font-weight: 400;
}
body.single-product .product.type-product .summary.entry-summary .yith-wcwl-add-button .yith-wcwl-icon::before, body.single-product .product.type-product .summary.entry-summary .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon::before {
  color: #D8275E;
  font-size: 18px;
}
body.single-product .product.type-product .summary.entry-summary .yith-wcwl-add-button span, body.single-product .product.type-product .summary.entry-summary .yith-wcwl-wishlistexistsbrowse span {
  font-size: 18px;
  color: #D8275E;
}
body.single-product .product.type-product .summary.entry-summary .yith-wcwl-add-button a, body.single-product .product.type-product .summary.entry-summary .yith-wcwl-wishlistexistsbrowse a {
  color: #D8275E;
  text-decoration: underline;
}
body.single-product .product.type-product .summary.entry-summary .single_variation_wrap {
  margin-bottom: 15px;
}
body.single-product .product.type-product .summary.entry-summary .stock.out-of-stock {
  color: #D8275E;
  margin: 10px 0;
  font-size: 22px;
  font-weight: 700;
}
body.single-product .product.type-product .woocommerce-tabs.wc-tabs-wrapper {
  clear: both;
  background-color: #FBF4DD;
  padding: 40px 64px;
  margin-top: 100px;
}
@media (max-width: 780px) {
  body.single-product .product.type-product .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 20px;
    padding: 2rem;
  }
}
body.single-product .product.type-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
  display: flex;
  justify-content: center;
  gap: 75px;
  list-style: none;
  border-bottom: 1px solid #897968;
  margin-bottom: 40px;
}
body.single-product .product.type-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
  transition: 0.2s all;
}
body.single-product .product.type-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active {
  padding-bottom: 25px;
  height: 100%;
  border-bottom: 3px solid #D8275E;
}
body.single-product .product.type-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active a {
  color: #D8275E;
}
body.single-product .product.type-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a {
  font-size: 20px;
  font-weight: 400;
  color: #897968;
}
@media (max-width: 780px) {
  body.single-product .product.type-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a {
    font-size: 15px;
  }
}
body.single-product .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
  background-color: transparent !important;
}
body.single-product .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel p, body.single-product .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel ul {
  color: #6F6F6F;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
body.single-product .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2, body.single-product .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h4, body.single-product .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h3 {
  font-family: "Playfair Display", serif;
  margin-bottom: 20px !important;
  font-weight: 400;
}
@media (max-width: 780px) {
  body.single-product .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2, body.single-product .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h4, body.single-product .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h3 {
    font-size: 24px;
  }
}
body.single-product .product.type-product .woocommerce-tabs.wc-tabs-wrapper ul li::marker {
  color: #D8275E;
}

section.related.products {
  display: none;
}

h2.title-related {
  font-size: 50px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 90px 0 50px 0;
  color: #322F31;
}
@media (max-width: 780px) {
  h2.title-related {
    font-size: 25px;
    margin: 60px 0 20px 0;
  }
}

.productos-relacionados .producto {
  border-radius: 5px;
  border: 1px solid #897968;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 780px) {
  .productos-relacionados .producto {
    width: 90%;
    margin: 0 auto;
  }
}
.productos-relacionados .producto a:first-child {
  height: 70%;
}
@media (max-width: 1025px) {
  .productos-relacionados .producto a:first-child {
    height: 60%;
  }
}
.productos-relacionados .producto .wishlist {
  position: absolute;
  top: 0;
  left: 10px;
}
@media (max-width: 780px) {
  .productos-relacionados .producto .wishlist {
    left: 10%;
  }
}
.productos-relacionados .producto .wishlist .yith-wcwl-add-to-wishlist .add_to_wishlist.single_add_to_wishlist span:last-child {
  font-size: 0;
  width: 0;
}
.productos-relacionados .producto .wishlist .yith-wcwl-add-to-wishlist a {
  color: #D8275E;
  display: flex;
  align-items: center;
  gap: 7px;
}
.productos-relacionados .producto .wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  display: flex;
  gap: 5px;
  align-items: center;
}
.productos-relacionados .producto .wishlist .yith-wcwl-add-to-wishlist span.feedback {
  font-size: 0;
}
.productos-relacionados .producto .wishlist .yith-wcwl-add-to-wishlist i.yith-wcwl-icon::before {
  font-size: 30px;
  color: #D8275E;
}
.productos-relacionados .producto .imagen {
  height: 100%;
}
.productos-relacionados .producto .imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productos-relacionados .producto .content {
  padding: 20px;
  height: 30%;
}
@media (max-width: 1025px) {
  .productos-relacionados .producto .content {
    height: 40%;
  }
}
.productos-relacionados .producto .content .title-precio {
  font-size: 14px;
  color: #9b9599;
  display: block;
  margin-bottom: -20px;
}
.productos-relacionados .producto .content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 780px) {
  .productos-relacionados .producto .content h3 {
    font-size: 18px;
  }
}
.productos-relacionados .producto .content .flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.productos-relacionados .producto .content .flex .precio {
  font-size: 16px;
  font-weight: 400;
}
.productos-relacionados .producto .content .flex .button {
  background-color: #D8275E;
  border-radius: 50%;
  padding: 4%;
  display: grid;
  place-items: center;
}
.productos-relacionados .producto .content .flex .button img {
  width: 20px;
  height: 20px;
}
.productos-relacionados .producto .content .flex .button:hover {
  background-color: #de3f70;
}
.productos-relacionados .producto {
  height: 440px !important;
}
@media (max-width: 780px) {
  .productos-relacionados .producto {
    height: 300px !important;
    width: 100% !important;
  }
}
.productos-relacionados .producto a:first-child {
  height: 100%;
}
@media (max-width: 780px) {
  .productos-relacionados .producto a:first-child {
    height: 60%;
  }
}
.productos-relacionados .producto h3 {
  font-size: 14px !important;
  margin-top: 0 !important;
}
@media (max-width: 780px) {
  .productos-relacionados .producto .content {
    padding: 8px;
  }
}
@media (max-width: 780px) {
  .productos-relacionados .producto .title-precio {
    margin-bottom: -10px !important;
  }
}
@media (max-width: 780px) {
  .productos-relacionados .producto .precio {
    font-size: 14px !important;
  }
}
.productos-relacionados .owl-nav {
  position: absolute;
  top: -25%;
  right: 0;
  display: flex;
  gap: 20px;
}
.productos-relacionados .owl-nav button {
  background-color: transparent !important;
}
.productos-relacionados .owl-nav button:hover {
  background-color: transparent !important;
}

body.page-id-10 main.site-main {
  margin-top: 165px;
}
@media (max-width: 580px) {
  body.page-id-10 main.site-main {
    margin-top: 60px !important;
  }
}
@media (max-width: 780px) {
  body.page-id-10 main.site-main {
    margin-top: 100px;
  }
}
@media (max-width: 1025px) {
  body.page-id-10 main.site-main {
    padding: 2rem;
  }
}
body.page-id-10 header.site-header .header-bot .cart-hover {
  display: none !important;
}
body.page-id-10 .woocommerce-error {
  padding: 10px;
  list-style: none;
  background-color: #c62828;
  color: #ffffff;
}
body.page-id-10 .cart-empty.woocommerce-info {
  background-color: #83C99B;
  color: #ffffff;
  padding: 10px;
}
body.page-id-10 .content-cart {
  background-color: #fbf4dd;
  padding: 20px 55px;
  margin-bottom: 30px !important;
}
body.page-id-10 .content-cart p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #6f6f6f;
}
@media (max-width: 780px) {
  body.page-id-10 .content-cart p {
    line-height: 18px;
  }
}
body.page-id-10 .content-cart h2,
body.page-id-10 .content-cart h3,
body.page-id-10 .content-cart h4 {
  font-size: 22px;
  margin-bottom: 10px !important;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 780px) {
  body.page-id-10 .content-cart h2,
  body.page-id-10 .content-cart h3,
  body.page-id-10 .content-cart h4 {
    font-size: 18px;
  }
}
body.page-id-10 .section-cart .woocommerce {
  display: grid;
  grid-template-areas: "arriba arriba" "abajo-70 abajo-30";
  gap: 20px;
}
@media (max-width: 780px) {
  body.page-id-10 .section-cart .woocommerce {
    grid-template-areas: none;
    grid-template-columns: 1fr;
  }
}
body.page-id-10 .section-cart .woocommerce .return-to-shop a {
  border-radius: 20px;
  background-color: #D8275E;
  padding: 10px 44px;
  color: #ffffff;
  transition: 0.2s all ease;
  font-size: 18px;
  font-weight: 400;
}
body.page-id-10 .section-cart .woocommerce .return-to-shop a:hover {
  background-color: #ffff8d;
  color: #D8275E;
}
body.page-id-10 .section-cart .woocommerce .woocommerce-message {
  grid-area: arriba;
  padding: 10px;
  background-color: #83C99B;
  color: #ffffff;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
body.page-id-10 .section-cart .woocommerce .woocommerce-message a {
  color: #D8275E;
}
@media (max-width: 780px) {
  body.page-id-10 .section-cart .woocommerce .woocommerce-message {
    grid-area: auto;
  }
}
body.page-id-10 .section-cart .woocommerce form {
  grid-area: abajo-70;
  width: 100%;
  border: 1px solid #897968;
  padding: 20px;
}
@media (max-width: 780px) {
  body.page-id-10 .section-cart .woocommerce form {
    grid-area: auto;
  }
}
body.page-id-10 .section-cart .woocommerce form table.shop_table {
  margin-bottom: 0;
}
body.page-id-10 .section-cart .woocommerce form thead {
  padding: 10px 0;
}
body.page-id-10 .section-cart .woocommerce form thead tr {
  border-bottom: 1px solid #897968;
  display: flex;
}
body.page-id-10 .section-cart .woocommerce form thead th {
  color: #897968;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  width: 100%;
  padding: 10px 0;
}
@media (max-width: 780px) {
  body.page-id-10 .section-cart .woocommerce form thead th {
    font-size: 14px;
  }
}
body.page-id-10 .section-cart .woocommerce form thead th.product-remove {
  width: 20%;
}
body.page-id-10 .section-cart .woocommerce form tbody .woocommerce-cart-form__cart-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #897968;
  margin-bottom: 20px;
}
body.page-id-10 .section-cart .woocommerce form tbody .woocommerce-cart-form__cart-item td {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #6f6f6f;
}
body.page-id-10 .section-cart .woocommerce form tbody .woocommerce-cart-form__cart-item td img {
  width: 100px;
}
body.page-id-10 .section-cart .woocommerce form tbody .woocommerce-cart-form__cart-item td.product-remove {
  width: 28%;
}
body.page-id-10 .section-cart .woocommerce form tbody .woocommerce-cart-form__cart-item td.product-remove a {
  font-size: 30px;
}
body.page-id-10 .section-cart .woocommerce form tbody .woocommerce-cart-form__cart-item td a {
  color: #D8275E;
}
body.page-id-10 .section-cart .woocommerce form tbody .woocommerce-cart-form__cart-item td .quantity {
  width: 30%;
  margin: 0 auto;
}
body.page-id-10 .section-cart .woocommerce form tbody .woocommerce-cart-form__cart-item td .quantity input {
  width: 100%;
  text-align: center;
}
body.page-id-10 .section-cart .woocommerce form tbody .actions {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 780px) {
  body.page-id-10 .section-cart .woocommerce form tbody .actions {
    display: grid;
    justify-content: center;
  }
}
@media (max-width: 780px) {
  body.page-id-10 .section-cart .woocommerce form tbody .actions .coupon {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
  }
}
body.page-id-10 .section-cart .woocommerce form tbody .actions .coupon button[type=submit] {
  background-color: #83C99B;
  color: #ffffff;
  border-radius: 20px;
  padding: 10px 44px;
}
body.page-id-10 .section-cart .woocommerce form tbody .actions .coupon input[type=text] {
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #83C99B;
}
body.page-id-10 .section-cart .woocommerce form tbody .actions button[type=submit] {
  background-color: #83C99B;
  color: #ffffff;
  border-radius: 20px;
  padding: 10px 44px;
}
@media (max-width: 780px) {
  body.page-id-10 .section-cart .woocommerce form tbody .actions button[type=submit] {
    padding: 10px !important;
  }
}
body.page-id-10 .section-cart .woocommerce .cart-collaterals {
  grid-area: abajo-30;
  width: 100%;
  border: 1px solid #897968;
  padding: 20px;
}
body.page-id-10 .section-cart .woocommerce .cart-collaterals .cross-sells{
  display: none;
}
@media (max-width: 780px) {
  body.page-id-10 .section-cart .woocommerce .cart-collaterals {
    grid-area: auto;
  }
}
body.page-id-10 .section-cart .woocommerce .cart-collaterals .cart_totals {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
body.page-id-10 .section-cart .woocommerce .cart-collaterals h2 {
  color: #897968;
  font-size: 25px;
  border-bottom: 1px solid #897968;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body.page-id-10 .section-cart .woocommerce .cart-collaterals tbody {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.page-id-10 .section-cart .woocommerce .cart-collaterals tbody tr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body.page-id-10 .section-cart .woocommerce .cart-collaterals tbody tr.cart-subtotal th {
  font-size: 16px;
}
body.page-id-10 .section-cart .woocommerce .cart-collaterals tbody tr.order-total th {
  font-size: 22px;
}
body.page-id-10 .section-cart .woocommerce .cart-collaterals tbody tr.order-total td .woocommerce-Price-amount.amount {
  font-size: 22px;
}
body.page-id-10 .section-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout {
  text-align: center;
  height: 30px;
}
body.page-id-10 .section-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout a {
  border-radius: 20px;
  background-color: #D8275E;
  padding: 10px 44px;
  color: #ffffff;
  transition: 0.2s all ease;
  font-size: 18px;
  font-weight: 400;
}
body.page-id-10 .section-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout a:hover {
  background-color: #ffff8d;
  color: #D8275E;
}

body.blog .header-section {
  min-height: 630px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  margin-bottom: 67px;
}
@media (max-width: 1025px) {
  body.blog .header-section {
    min-height: 400px;
    background-size: cover;
    padding: 0 2rem;
  }
}
@media (min-width: 1200px) {
  body.blog .header-section .info-title {
    width: 1200px;
    margin: 0 auto;
  }
}
body.blog .header-section .info-title h1 {
  font-size: 100px;
  color: #D8275E;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
@media (max-width: 780px) {
  body.blog .header-section .info-title h1 {
    font-size: 50px;
  }
}
body.blog .header-section .info-title p {
  font-size: 21px;
  font-weight: 400;
}
@media (max-width: 780px) {
  body.blog .header-section .info-title p {
    font-size: 18px;
  }
}
body.blog .flex-blog {
  display: flex;
  gap: 100px;
}
@media (max-width: 780px) {
  body.blog .flex-blog {
    flex-direction: column;
  }
}
@media (max-width: 1025px) {
  body.blog .flex-blog {
    padding: 0 2rem;
    gap: 3rem;
  }
}
body.blog .flex-blog .left {
  width: 70%;
}
@media (max-width: 780px) {
  body.blog .flex-blog .left {
    width: 100%;
  }
}
body.blog .flex-blog .left .posts-section .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 70px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
body.blog .flex-blog .left .posts-section .post {
  width: 370px;
}
@media (max-width: 1025px) {
  body.blog .flex-blog .left .posts-section .post {
    width: auto;
  }
}
body.blog .flex-blog .left .posts-section .post .imagen {
  margin-bottom: 20px;
  width: 100%;
  height: 400px;
}
@media (max-width: 1025px) {
  body.blog .flex-blog .left .posts-section .post .imagen {
    height: 200px;
    margin-bottom: 10px;
  }
}
body.blog .flex-blog .left .posts-section .post .imagen a {
  height: 100%;
  display: block;
  position: relative;
}
body.blog .flex-blog .left .posts-section .post .imagen a:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.2784313725);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s all;
}
body.blog .flex-blog .left .posts-section .post .imagen a:hover:before {
  opacity: 1;
}
body.blog .flex-blog .left .posts-section .post .imagen img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.blog .flex-blog .left .posts-section .post .contenido {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body.blog .flex-blog .left .posts-section .post .contenido h2 {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (max-width: 780px) {
  body.blog .flex-blog .left .posts-section .post .contenido h2 {
    line-height: 22px;
  }
}
body.blog .flex-blog .left .posts-section .post .contenido h2 a {
  font-size: 18px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #322F31;
}
@media (max-width: 780px) {
  body.blog .flex-blog .left .posts-section .post .contenido h2 a {
    font-size: 16px;
    line-height: 20px;
  }
}
body.blog .flex-blog .left .posts-section .post .contenido h2::after {
  content: "";
  background-color: #83C99B;
  height: 1px;
  width: 30%;
  position: absolute;
  bottom: 0;
  left: 35%;
}
body.blog .flex-blog .left .posts-section .post .contenido p {
  color: #6f6f6f;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 780px) {
  body.blog .flex-blog .left .posts-section .post .contenido p {
    font-size: 14px;
    line-height: 18px;
  }
}
body.blog .flex-blog .left .posts-section .post .contenido span.fecha {
  font-size: 13px;
  font-weight: 600;
}
body.blog .flex-blog .right {
  width: 30%;
}
@media (max-width: 780px) {
  body.blog .flex-blog .right {
    width: 100%;
  }
}
body.blog .flex-blog .right .sidebar-form {
  background-color: #bfe2ca;
  border-radius: 17px;
  padding: 20px;
  margin-bottom: 60px;
}
body.blog .flex-blog .right .sidebar-form h2 {
  font-size: 22px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-bottom: 10px !important;
}
body.blog .flex-blog .right .sidebar-form form input {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  border-radius: 28px;
}
body.blog .flex-blog .right .sidebar-form form input[type=submit] {
  border-radius: 20px;
  background-color: #D8275E;
  padding: 10px 44px;
  color: #ffffff;
  transition: 0.2s all ease;
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
}
body.blog .flex-blog .right .sidebar-form form input[type=submit]:hover {
  background-color: #ffff8d;
  color: #D8275E;
}
body.blog .flex-blog .right .sidebar-form .wpcf7-spinner {
  position: absolute;
}
body.blog .flex-blog .right .categories-section {
  margin-bottom: 45px;
}
body.blog .flex-blog .right .categories-section h2 {
  font-size: 22px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-bottom: 30px !important;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #D8275E;
  width: -moz-fit-content;
  width: fit-content;
}
body.blog .flex-blog .right .categories-section ul {
  list-style-image: url(/wp-content/uploads/2024/05/Grupo-8782.svg);
  padding-left: 5%;
}
body.blog .flex-blog .right .categories-section ul li {
  margin-bottom: 20px;
}
body.blog .flex-blog .right .categories-section ul li a {
  font-size: 20px;
  font-weight: 400;
  color: #322F31;
}
body.blog .flex-blog .right .recent-posts-section h2 {
  font-size: 22px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-bottom: 30px !important;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #D8275E;
  width: -moz-fit-content;
  width: fit-content;
}
body.blog .flex-blog .right .recent-posts-section ul {
  list-style: none;
  padding-left: 5%;
}
body.blog .flex-blog .right .recent-posts-section ul li {
  border-bottom: 1px solid #83C99B;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
body.blog .flex-blog .right .recent-posts-section ul li:last-child {
  border: none;
}
body.blog .flex-blog .right .recent-posts-section ul li a {
  display: flex;
  gap: 15px;
}
body.blog .flex-blog .right .recent-posts-section ul li a .post-thumbnail {
  width: 61px !important;
  height: 100%;
}
body.blog .flex-blog .right .recent-posts-section ul li a .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.blog .flex-blog .right .recent-posts-section ul li a .post-title {
  font-size: 16px;
  line-height: 26px;
  width: 70%;
  color: #322F31;
}
body.blog .pagination {
  display: flex;
  list-style: none;
  gap: 20px;
  justify-content: start;
  margin-top: 40px;
}
@media (max-width: 1025px) {
  body.blog .pagination {
    padding: 0 2rem;
  }
}
body.blog .pagination .page-numbers {
  font-size: 25px;
  color: #322F31;
  font-weight: 400;
}
body.blog .pagination .page-numbers.current {
  color: #83C99B;
  border-color: #83C99B;
}
body.blog .pagination .next.page-numbers,
body.blog .pagination .prev.page-numbers {
  position: relative;
  color: transparent;
  height: 20px;
  width: 20px;
}
body.blog .pagination .next.page-numbers::before,
body.blog .pagination .prev.page-numbers::before {
  content: "";
  width: 10px;
  height: 20px;
  background-size: 100% 100%;
  position: absolute;
  top: 4px;
  left: 35%;
  display: block;
}
body.blog .pagination .next.page-numbers::before {
  background-image: url(/wp-content/uploads/2024/05/Grupo-4723.svg);
}
body.blog .pagination .prev.page-numbers::before {
  background-image: url(/wp-content/uploads/2024/05/Grupo-4724.svg);
}

body.single.single-post main.site-main {
  padding-bottom: 40px;
}
@media (max-width: 780px) {
  body.single.single-post main.site-main {
    margin: 40px auto 0 auto !important;
  }
}
@media (max-width: 1025px) {
  body.single.single-post main.site-main {
    width: 90%;
    margin: 100px auto 0 auto;
  }
}
body.single.single-post .header-single {
  margin-top: 165px;
}
@media (max-width: 580px) {
  body.single.single-post .header-single {
    margin: 70px auto 0 auto !important;
  }
}
@media (max-width: 780px) {
  body.single.single-post .header-single {
    margin: 115px auto 0 auto;
  }
}
@media (max-width: 1025px) {
  body.single.single-post .header-single {
    margin: 150px auto 0 auto;
  }
}
body.single.single-post .header-single img {
  height: 665px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 1025px) {
  body.single.single-post .header-single img {
    height: auto;
  }
}
body.single.single-post .header-single p.title-blog {
  font-size: 31px;
  font-family: "Playfair Display", serif;
  color: #D8275E;
  margin-bottom: 15px;
}
body.single.single-post .header-single h1 {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-bottom: 25px !important;
}
@media (max-width: 780px) {
  body.single.single-post .header-single h1 {
    font-size: 25px;
  }
}
body.single.single-post .header-single p.date-autor {
  font-size: 20px;
  font-weight: 700;
  color: #D8275E;
  margin-bottom: 30px;
}
body.single.single-post .content {
  margin-bottom: 100px;
}
body.single.single-post .content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
body.single.single-post .content h2 {
  font-size: 30px;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
  font-weight: 700;
}
body.single.single-post .content h3 {
  font-size: 24px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin-bottom: 10px;
}
body.single.single-post .content a {
  color: #D8275E;
  font-weight: 700;
}
body.single.single-post .content ul li,
body.single.single-post .content ol li {
  font-size: 16px;
  margin-bottom: 10px;
}
body.single.single-post .content ul li::marker,
body.single.single-post .content ol li::marker {
  color: #D8275E;
  background-color: #D8275E;
}
body.single.single-post .related-post h2.title-related {
  font-size: 50px;
  color: #897968;
  font-weight: 400;
  margin-bottom: 45px !important;
  text-align: center;
  font-family: "Playfair Display", serif;
}
@media (max-width: 780px) {
  body.single.single-post .related-post h2.title-related {
    font-size: 25px;
  }
}
body.single.single-post .related-post .grid-related {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media (max-width: 580px) {
  body.single.single-post .related-post .grid-related {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 780px) {
  body.single.single-post .related-post .grid-related {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.single.single-post .related-post .grid-related .post {
  width: 370px;
}
@media (max-width: 1025px) {
  body.single.single-post .related-post .grid-related .post {
    width: 100%;
  }
}
body.single.single-post .related-post .grid-related .post .imagen {
  margin-bottom: 20px;
  width: 100%;
  height: 400px;
}
@media (max-width: 780px) {
  body.single.single-post .related-post .grid-related .post .imagen {
    height: 200px;
  }
}
body.single.single-post .related-post .grid-related .post .imagen a {
  height: 100%;
  display: block;
  position: relative;
}
body.single.single-post .related-post .grid-related .post .imagen a:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.2784313725);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s all;
}
body.single.single-post .related-post .grid-related .post .imagen a:hover:before {
  opacity: 1;
}
body.single.single-post .related-post .grid-related .post .imagen img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single.single-post .related-post .grid-related .post .contenido {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body.single.single-post .related-post .grid-related .post .contenido h2 {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
body.single.single-post .related-post .grid-related .post .contenido h2 a {
  font-size: 18px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #322F31;
}
body.single.single-post .related-post .grid-related .post .contenido h2::after {
  content: "";
  background-color: #83C99B;
  height: 1px;
  width: 30%;
  position: absolute;
  bottom: 0;
  left: 35%;
}
body.single.single-post .related-post .grid-related .post .contenido p {
  color: #6f6f6f;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 400;
}
body.single.single-post .related-post .grid-related .post .contenido span.fecha {
  font-size: 13px;
  font-weight: 600;
}

.navigation .nav-links {
  flex-direction: column;
}

.wishlist-section {
  margin-top: 165px;
}
@media (max-width: 780px) {
  .wishlist-section {
    margin: 40px auto 0 auto !important;
    padding: 2rem;
  }
}
@media (max-width: 1025px) {
  .wishlist-section {
    margin: 150px auto 0 auto;
    padding: 2rem;
  }
}
@media (max-width: 1025px) {
  .wishlist-section ul.shop_table li {
    border-bottom: 1px solid #83C99B;
    padding-bottom: 10px;
    color: #322F31;
    margin-bottom: 10px;
  }
  .wishlist-section ul.shop_table li:last-child {
    border: none;
    margin-bottom: 0;
  }
  .wishlist-section ul.shop_table li .item-details h3 {
    font-size: 16px;
  }
  .wishlist-section ul.shop_table li .item-details h3 a {
    color: #322F31;
  }
  .wishlist-section ul.shop_table .item-details-table tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .wishlist-section ul.shop_table .item-details-table td {
    color: #322F31;
    font-size: 16px !important;
  }
  .wishlist-section ul.shop_table .item-details-table td.value {
    font-size: 16px !important;
    width: 100%;
  }
  .wishlist-section ul.shop_table a {
    color: #D8275E;
  }
  .wishlist-section ul.shop_table .additional-info-wrapper .additional-info tr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .wishlist-section ul.shop_table .additional-info-wrapper .additional-info td {
    color: #322F31;
    font-size: 14px !important;
  }
  .wishlist-section ul.shop_table .additional-info-wrapper .additional-info td:first-child {
    width: auto;
  }
  .wishlist-section ul.shop_table .additional-info-wrapper .additional-info td.value {
    color: #83C99B;
  }
  .wishlist-section ul.shop_table .fa.fa-trash::before {
    color: #D8275E;
    font-size: 30px;
  }
}
.wishlist-section .wishlist-title-container h2 {
  font-size: 31px;
  font-family: "Playfair Display", serif;
  color: #D8275E;
}
@media (max-width: 780px) {
  .wishlist-section .wishlist-title-container h2 {
    font-size: 24px;
  }
}
.wishlist-section .shop_table {
  padding: 20px;
  border: 1px solid #83C99B;
}
.wishlist-section .shop_table thead {
  display: block;
  width: 100%;
  border-top: none !important;
  padding-bottom: 20px;
}
.wishlist-section .shop_table thead tr {
  display: flex;
  justify-content: space-between;
  border: none;
}
.wishlist-section .shop_table thead tr th {
  width: 100%;
  text-align: left;
  padding: 10px 0;
  border: none;
}
.wishlist-section .shop_table thead tr th.product-remove {
  width: 30%;
}
.wishlist-section .shop_table thead tr th.product-thumbnail {
  width: 40%;
}
.wishlist-section .shop_table thead tr th span {
  font-size: 20px;
  color: #897968;
}
.wishlist-section .shop_table .wishlist-items-wrapper {
  border-top: 1px solid #83C99B;
  padding-top: 30px;
  display: block;
  width: 100%;
}
.wishlist-section .shop_table .wishlist-items-wrapper tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #83C99B;
  margin-bottom: 10px;
}
.wishlist-section .shop_table .wishlist-items-wrapper tr:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wishlist-section .shop_table .wishlist-items-wrapper tr td {
  width: 100%;
  text-align: left;
  padding: 10px 0px;
  font-size: 18px;
}
.wishlist-section .shop_table .wishlist-items-wrapper tr td.product-remove {
  text-align: center;
}
.wishlist-section .shop_table .wishlist-items-wrapper tr td.product-remove a {
  font-size: 30px;
  color: #D8275E;
}
.wishlist-section .shop_table .wishlist-items-wrapper tr td.product-remove {
  width: 30%;
}
.wishlist-section .shop_table .wishlist-items-wrapper tr td.product-thumbnail {
  width: 40%;
}
.wishlist-section .shop_table .wishlist-items-wrapper tr td.product-name a {
  color: #322F31;
  font-size: 18px;
}
.wishlist-section .shop_table .wishlist-items-wrapper tr td.product-add-to-cart a {
  background-color: #D8275E;
  color: #ffffff;
  border-radius: 20px;
  padding: 10px 15px !important;
  display: inline !important;
}
.wishlist-section .shop_table .wishlist-items-wrapper tr td a {
  color: #D8275E;
}
.wishlist-section .shop_table .wishlist-items-wrapper tr td a:hover {
  text-decoration: none !important;
}

body.page.page-id-12 main.site-main {
  margin-top: 165px;
}
@media (max-width: 580px) {
  body.page.page-id-12 main.site-main {
    margin-top: 40px !important;
  }
}
@media (max-width: 780px) {
  body.page.page-id-12 main.site-main {
    margin: 80px auto 0 auto !important;
  }
}
@media (max-width: 1025px) {
  body.page.page-id-12 main.site-main {
    width: 90%;
    margin: 165px auto 0 auto;
  }
}
body.page.page-id-12 main.site-main .woocommerce {
  display: flex;
  gap: 10px;
  border: 1px solid #83C99B;
  padding: 20px 40px;
}
@media (max-width: 580px) {
  body.page.page-id-12 main.site-main .woocommerce {
    flex-direction: column;
  }
}
body.page.page-id-12 main.site-main .woocommerce .woocommerce-MyAccount-navigation {
  width: 30%;
  border-right: 1px solid #83C99B;
  margin-right: 25px;
}
@media (max-width: 580px) {
  body.page.page-id-12 main.site-main .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    border: none;
  }
}
body.page.page-id-12 main.site-main .woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 5%;
  list-style-image: url(/wp-content/uploads/2024/05/Grupo-8782.svg);
}
body.page.page-id-12 main.site-main .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
}
body.page.page-id-12 main.site-main .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #322F31;
  font-size: 20px;
}
@media (max-width: 780px) {
  body.page.page-id-12 main.site-main .woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
  }
}
body.page.page-id-12 main.site-main .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #D8275E;
}
body.page.page-id-12 main.site-main .woocommerce p {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}
body.page.page-id-12 main.site-main .woocommerce img {
  margin-bottom: 20px;
}
body.page.page-id-12 main.site-main .woocommerce input {
  border-radius: 27px;
  border: 1px solid #897968;
  padding: 5px;
  display: block;
}
body.page.page-id-12 main.site-main .woocommerce input[type=submit] {
  border-radius: 20px;
  background-color: #D8275E;
  padding: 10px 44px;
  color: #ffffff;
  transition: 0.2s all ease;
  font-size: 18px;
  font-weight: 400;
}
body.page.page-id-12 main.site-main .woocommerce input[type=submit]:hover {
  background-color: #ffff8d;
  color: #D8275E;
}
body.page.page-id-12 main.site-main .woocommerce button[type=submit] {
  border-radius: 20px;
  background-color: #D8275E;
  padding: 10px 44px;
  color: #ffffff;
  transition: 0.2s all ease;
  font-size: 18px;
  font-weight: 400;
}
body.page.page-id-12 main.site-main .woocommerce button[type=submit]:hover {
  background-color: #ffff8d;
  color: #D8275E;
}
body.page.page-id-12 main.site-main .woocommerce fieldset {
  margin: 20px 0px;
}
body.page.page-id-12 main.site-main .woocommerce a {
  color: #D8275E;
}
body.page.page-id-12 main.site-main .woocommerce label {
  font-size: 14px !important;
}

@media (max-width: 1025px) {
  body.page-id-11 main.site-main {
    width: 85%;
    margin: 0 auto;
  }
}
body.page-id-11 main.site-main input, body.page-id-11 main.site-main textarea, body.page-id-11 main.site-main select {
  border: 1px solid #897968;
  border-radius: 7px;
  padding: 5px;
  width: 100%;
}
body.page-id-11 main.site-main input[type=checkbox], body.page-id-11 main.site-main textarea[type=checkbox], body.page-id-11 main.site-main select[type=checkbox] {
  width: auto;
}
body.page-id-11 main.site-main button[type=submit] {
  border-radius: 20px;
  background-color: #D8275E;
  padding: 10px 44px;
  color: #ffffff;
  transition: 0.2s all ease;
  font-size: 18px;
  font-weight: 400;
}
body.page-id-11 main.site-main button[type=submit]:hover {
  background-color: #ffff8d;
  color: #D8275E;
}
@media (max-width: 1025px) {
  body.page-id-11 .vc_column-inner {
    padding: 0;
  }
}
body.page-id-11 .content-cart {
  background-color: #fbf4dd;
  padding: 20px 55px;
  margin-top: 165px;
  margin-bottom: 30px !important;
}
@media (max-width: 580px) {
  body.page-id-11 .content-cart {
    margin: 80px auto 30px auto !important;
  }
}
@media (max-width: 780px) {
  body.page-id-11 .content-cart {
    margin: 115px auto 30px auto;
  }
}
@media (min-width: 1000px) {
  body.page-id-11 .content-cart {
    width: 90%;
    margin: 165px auto 30px auto !important;
  }
}
@media (min-width: 1200px) {
  body.page-id-11 .content-cart {
    width: 100%;
  }
}
body.page-id-11 .content-cart p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #6f6f6f;
}
body.page-id-11 .content-cart h2,
body.page-id-11 .content-cart h3,
body.page-id-11 .content-cart h4 {
  font-size: 22px;
  margin-bottom: 10px !important;
  font-weight: 700;
  margin-top: 10px;
}
body.page-id-11 header.site-header .left .cart .cart-hover {
  display: none !important;
}
body.page-id-11 .woocommerce-form-coupon-toggle {
  margin-bottom: 10px;
}
@media (max-width: 1025px) {
  body.page-id-11 .woocommerce-form-coupon-toggle {
    width: 100%;
    margin: 0 auto 10px auto;
  }
}
body.page-id-11 .woocommerce-form-coupon-toggle .woocommerce-info {
  color: #897968;
}
body.page-id-11 .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #D8275E;
}
body.page-id-11 abbr {
  text-decoration: none;
  color: #D8275E;
}
body.page-id-11 .checkout.woocommerce-checkout {
  display: flex;
  gap: 20px;
}
@media (max-width: 780px) {
  body.page-id-11 .checkout.woocommerce-checkout {
    flex-direction: column;
  }
}
@media (max-width: 1025px) {
  body.page-id-11 .checkout.woocommerce-checkout {
    width: 90%;
    margin: 0 auto;
  }
}
body.page-id-11 .checkout.woocommerce-checkout a {
  color: #D8275E;
}
body.page-id-11 .checkout.woocommerce-checkout #customer_details {
  width: 100%;
}
body.page-id-11 .checkout.woocommerce-checkout #customer_details label {
  display: block;
  font-size: 14px;
  color: #897968;
}
body.page-id-11 .checkout.woocommerce-checkout #customer_details input, body.page-id-11 .checkout.woocommerce-checkout #customer_details textarea {
  border: 1px solid #83C99B;
  border-radius: 7px;
  padding: 10px;
  width: 100%;
}
body.page-id-11 .checkout.woocommerce-checkout #customer_details input[type=checkbox], body.page-id-11 .checkout.woocommerce-checkout #customer_details textarea[type=checkbox] {
  width: auto;
}
body.page-id-11 .checkout.woocommerce-checkout #customer_details .form-row {
  margin-bottom: 10px;
}
body.page-id-11 .checkout.woocommerce-checkout #customer_details #ship-to-different-address {
  margin-bottom: 10px;
}
body.page-id-11 .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields h3 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  margin-bottom: 20px !important;
}
body.page-id-11 .checkout.woocommerce-checkout h3#order_review_heading {
  display: none;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review {
  width: 80%;
  padding: 20px 30px;
  border: 1px solid #83C99B;
  border-radius: 7px;
}
@media (max-width: 780px) {
  body.page-id-11 .checkout.woocommerce-checkout #order_review {
    width: 100%;
  }
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .woocommerce-shipping-totals ul.woocommerce-shipping-methods {
  padding: 0;
  list-style: none;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .woocommerce-shipping-totals ul.woocommerce-shipping-methods li {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .woocommerce-shipping-totals ul.woocommerce-shipping-methods li input[type=radio] {
  width: 6%;
  margin-top: 0;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review input, body.page-id-11 .checkout.woocommerce-checkout #order_review textarea, body.page-id-11 .checkout.woocommerce-checkout #order_review select {
  border: 1px solid #897968;
  border-radius: 7px;
  padding: 5px;
  width: 100%;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review input[type=checkbox], body.page-id-11 .checkout.woocommerce-checkout #order_review textarea[type=checkbox], body.page-id-11 .checkout.woocommerce-checkout #order_review select[type=checkbox] {
  width: auto;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .shop_table {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .shop_table thead tr {
  border-bottom: 1px solid #897968;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .shop_table thead tr th:first-child {
  text-align: left;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .shop_table thead tr th:last-child {
  text-align: right;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .shop_table thead tr th.product-name {
  text-align: left;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .shop_table tbody {
  border-bottom: 1px solid #83C99B;
  padding-bottom: 10px;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .shop_table tbody tr {
  display: flex;
  justify-content: space-between;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .shop_table tbody tr td.product-name {
  width: 50%;
  margin-bottom: 10px;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .shop_table tbody tr td.product-total {
  text-align: right;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .shop_table tfoot {
  margin-top: 10px;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .shop_table tfoot tr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .shop_table tfoot tr.orddd-checkout-fields td {
  text-align: left;
  width: 50%;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .shop_table tfoot tr:first-child {
  text-align: left;
  font-size: 20px;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .shop_table tfoot tr:last-child {
  text-align: right;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .shop_table tfoot tr td {
  text-align: right;
  width: 80%;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .shop_table tfoot tr th {
  text-align: left;
  width: 50%;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .shop_table tfoot.cart-subtotal {
  font-size: 20px;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .shop_table tfoot .order-total {
  font-size: 25px;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .shop_table tfoot .order-total .woocommerce-Price-amount.amount {
  display: block;
  color: #D8275E;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .woocommerce-checkout-payment {
  margin-top: 10px;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .woocommerce-checkout-payment ul {
  padding: 5%;
  list-style: none;
  margin-bottom: 10px;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .woocommerce-checkout-payment button[type=submit] {
  border-radius: 20px;
  background-color: #D8275E;
  padding: 10px 44px;
  color: #ffffff;
  transition: 0.2s all ease;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}
body.page-id-11 .checkout.woocommerce-checkout #order_review .woocommerce-checkout-payment button[type=submit]:hover {
  background-color: #ffff8d;
  color: #D8275E;
}/*# sourceMappingURL=yanuba.css.map */

  .owlclientes.owl-carousel .owl-stage {
            animation: scroll 30s linear infinite;
        }

        @keyframes scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-100%);
            }
        }


.button-whats{
	position: fixed;
	bottom: 1%;
	right: 1%;
	z-index:99999999;
}
.button-whats img{
	transition: filter .3s ease;
}
.button-whats img:hover{
	    filter: drop-shadow(2px 2px 7px #0000007a);
}

.widget.categorys-shop{
	border: 0.5px solid #8979685e;
    padding: 15px 25px 30px 16px;
	margin-bottom: 1.5em;
}
.widget.categorys-shop ul.product-categories{
	padding: 0;
	list-style: none;
	max-height: 550px;
	overflow: hidden;
	/*overflow-y: scroll;*/
	
}

.widget.categorys-shop ul.product-categories::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
    background: #e9e9eb;
}
.widget.categorys-shop ul.product-categories::-webkit-scrollbar-thumb {
    background-color: #83C99B;
}
.widget.categorys-shop ul.product-categories::-webkit-scrollbar-thumb {
    background: #469b63;
    border-radius: 6px;
}
.widget.categorys-shop h4{
	font-size: 15px;
    font-family: "Playfair Display", serif;
    background-color: #FFF3CC;
    padding: 7px 9px;
}
.widget.categorys-shop ul li a{
	color: #897968;
    font-size: 16px;
    font-weight: 400;
	padding: 4px 10px;
	transition: all .3s ease;
	text-decoration: none !important;
}
.widget.categorys-shop ul li {
	margin-bottom: 10px;
	padding: 4px 10px;
}
.widget.categorys-shop ul li.current-cat a {
	 background-color: #83C99B;
	color: #ffffff;
	padding: 4px 10px;
	border-radius: 4px;
}
.widget.categorys-shop ul li a:hover {
	 background-color: #83C99B;
	color: #ffffff;
	border-radius: 4px;
	text-decoration:: none !important;
}
.woocommerce-product-search {
	position: relative;
}
.woocommerce-product-search input[type="search"]{
	padding: 10px;
	width: 100%;
}
.woocommerce-product-search button{
	right: 0;
    left: auto;
    background-color: #83C99B;
    width: 50px;
	font-size: 0px;
	position: absolute;
	height: 100%;
		border-radius: 0;
}
.woocommerce-product-search button::before{
	content: "";
	position: absolute;
    right: 30%;
	top: 30%;
	
    width: 17px !important;
    height: 17px !important;
    background-size: 100% 100% !important;
    background-image: url(/wp-content/uploads/2024/05/Grupo-8418.svg) !important;
}

.wompi-button-holder button.waybox-button{
	display: flex;
    align-items: center;
    gap: 2px;
}

body.woocommerce-order-pay ul.order_details{
	list-style: none;
	margin-bottom: 10px !important;
	padding: 0;
}
body.woocommerce-order-pay ul.order_details li{
	list-style: none;
	color: #605549;
	font-size: 20px;
}
body.woocommerce-order-pay ul.order_details li strong{
color: #D8275E;
}

body.woocommerce-order-received .woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed{
	padding: 10px;
    background-color: #c62828;
    color: #ffffff;
	margin-bottom: 20px;
	width: fit-content;
}
body.woocommerce-order-received .woocommerce-notice--error a{
	border-radius: 20px;
    background-color: #D8275E;
    padding: 10px 44px;
    color: #ffffff;
    transition: 0.2s all ease;
    font-size: 18px;
    font-weight: 400;
}
body.woocommerce-order-received .woocommerce-order-details h2{
	font-size: 50px;
    color: #897968;
    font-family: "Playfair Display", serif;
    font-weight: 400;
}
body.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
	border: 1px solid #897968;
	padding: 10px;
		width: 60%;
	margin: 20px  auto 10px auto;
	font-size: 18px;
}
body.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead tr{
	border-bottom: 1px solid #897968;
    display: flex;
	justify-content: space-between;
}
body.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead, body.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody,body.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot{
	padding: 0 20px;
	display: block;
}
body.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr{
	border-bottom: 1px dashed #897968;
    display: flex;
	justify-content: space-between;
	padding: 10px 0;
	
	
}
body.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead tr th{
	color: #897968;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
}
body.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr{
	display: flex;
    align-items: center;
    border-bottom: 1px solid #897968;
    margin-bottom: 20px;
	justify-content: space-between;

}
body.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody {
	padding-top: 20px;

}
body.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody ul.wc-item-meta{
		list-style: none;
	margin-bottom: 10px !important;
	padding: 0;
	font-size: 16px;

}
body.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody ul.wc-item-meta li strong{
	
	color: #D8275E;
}
body.woocommerce-order-received .woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields {
	border: 1px solid #897968;
	padding: 10px;
		width: 60%;
	margin: 0  auto;
	font-size: 18px;
}
body.woocommerce-order-received .woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields tbody tr{
	display: flex;
    align-items: center;
	justify-content: flex-start;
	gap: 10px;
	padding: 10px;
}
body.woocommerce-order-received .woocommerce-order p:has(span){
	border: 1px solid #897968;
	padding: 10px;
		width: 60%;
	margin: 5px  auto;
	font-size: 18px;
}
body.woocommerce-checkout .woocommerce-shipping-totals.shipping{
	display: flex; 
	justify-content: space-between;
}
/*
body.woocommerce-checkout .woocommerce-shipping-totals.shipping ul li{
	justify-content: flex-start !important;	
}
*/
@media (min-width:1000px){
.tyc-yanubapasteleria{
	margin-top: 110px;	
}	
}

.tyc-yanubapasteleria p {
	margin-bottom: 15px;
	font-size: 16px ;
	color: #605549;
	line-stacking: 26px;
}
.tyc-yanubapasteleria a {
	color: #D8275E;
	text-decoration: underline;
}
.tyc-yanubapasteleria ul {
	margin-bottom:20px !important;
}

@media (max-width: 580px){
	body.woocommerce-checkout .select2.select2-container.select2-container--default{
		width: auto !important;
	}
}

body.term-navidad h1{
	color: #ffffff !important;
}

.calificarexp {
    position: fixed;
    bottom: 111px;
    right: 30px;
    z-index: 99;
}

.calificarexp a {
    background-color: #FFFF8D;
    padding: 12px 20px;
    border-radius: 20px;
	color: #D8275E;
	text-decoration:none;
}

.calificarexp a:hover {
	text-decoration:none;
	background-color: #D8275E;
	color: #fff;
}

.calificarexp a:visited:hover {
	color: #fff;
}

.calificarexp a:visited {
	color: #D8275E;
}

.payment_method_wompi > div {
 display: none !important;
}



#shipping_method li input[type="radio"] {
    display: none;
}


#shipping_method li label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: #f4f4f4;
    border: 2px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
	width: 100%;
    justify-content: center;
}

#shipping_method li label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
	
}

/* Recogida en tienda */
#shipping_method li input[value^="local_pickup"] + label::before {
    background-image: url('/wp-content/uploads/2025/08/store-front.png'); 
}

/* Envío a domicilio */
#shipping_method li input[value^="szbd-shipping-method:3"] + label::before {
    background-image: url('/wp-content/uploads/2025/08/delivery.png'); 
}

/* Envío gratuito */
#shipping_method li input[value^="szbd-shipping-method:5"] + label::before {
    background-image: url('https://cdn-icons-png.flaticon.com/512/833/833472.png'); /* Camión gratis */
}


#shipping_method li input[type="radio"]:checked + label {
    background: #D8275E;
    color: #fff;
    border-color: #D8275E;
}

#shipping_method li input[type="radio"]:checked + label::before {
    filter: brightness(0) invert(1);
}

.woocommerce-billing-fields h3 {
	position: relative;
	padding-bottom: 32px;
}

.woocommerce-billing-fields h3::before {
	content: "Los datos diligenciados en este formulario serán utilizados para generar la factura electrónica.";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	font-size: 14px;
	font-weight: 500;
	color: #D8275E;
	padding-left: 28px;
	background-image: url(/wp-content/uploads/2025/08/feedback_24dp_D8275E_FILL0_wght400_GRAD0_opsz24.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 24px;
}

body.single-product .product.type-product .summary.entry-summary form.cart table.woocommerce-grouped-product-list tr td {
	padding: 8px 16px;
}

.popup-checkout {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999999999999;
    width: 100%;
    height: 100%;
    background-color: #0000007d;
    display: flex;
    align-items: center;
    justify-content: center;
	display: none;
	visibility: hidden;
	opacity: 0;
}

.popup-checkout__cerrar {
    cursor: pointer;
}

.popup-checkout.active {
	display: block;
	opacity: 1;
	visibility: visible;
}






/* Fondo oscuro detrás del popup */
.popup-informativo {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999999;
}

/* Imagen del popup */
.popup-informativo img {
    max-width: 90%;
    height: auto;
    border-radius: 10px;
}

/* Botón de cerrar */
.cerrar-popup {
    position: absolute;
    top: 50px;
    right: 50px;
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    padding: 5px 12px;
    border-radius: 50%;
    cursor: pointer !important;
    z-index: 10000;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}





/* Posición general del botón flotante */
.floating-contact {
  position: fixed;
  bottom: 32px;
  right: 24px;
  z-index: 1200; /* antes tenías un número gigantesco */
  display: flex;
  flex-direction: column;
  align-items: end;
}

.floating-contact a{
	text-decoration: none !important; 
}
/* Contenedor de las opciones (En Línea, Call Center, Whatsapp) */
.floating-contact__options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;

  transform-origin: bottom;
  transform: scaleY(0);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Cada item del menú */
.floating-contact__item {
  display: flex;
  align-items: center;
	flex-direction: row-reverse;
  gap: 8px;
  text-decoration: none;
}

/* Texto de cada opción */
.floating-contact__text {
  color: #121212;
  font-size: 16px;
}

/* Círculo del icono */
.floating-contact__icon-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #4b2b22;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* Botón grande (toggle) */
.floating-contact__toggle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background-color: #98CFAB;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
	background-image: url("/wp-content/uploads/2025/12/entrega-rapida.png");
	    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
	transition: all .2s ease-in-out;
	position:relative;
}

.floating-contact__toggle:before{
	content: "";
	border: 1px solid #000000;
	border-radius: 50%;
	position: absolute;
	top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
}

/* Icono "X" del botón grande */
.floating-contact__toggle-icon {
  position: relative;
  width: 26px;
  height: 2px;
  background: transparent;
}

.floating-contact__toggle-icon::before,
.floating-contact__toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 26px;
  height: 3px;
  background-color: #4b2b22;
  border-radius: 2px;
  transition: all 0.25s ease;
	opacity: 0;
}

.floating-contact__toggle-icon::before {
  transform: rotate(45deg);
}

.floating-contact__toggle-icon::after {
  transform: rotate(-45deg);
}

/* Estado ABIERTO */
.floating-contact.open .floating-contact__options {
  transform: scaleY(1);
  opacity: 1;
  pointer-events: auto;
}

.floating-contact.open .floating-contact__toggle{
	background-size: 0;
}
.floating-contact.open .floating-contact__toggle-icon::before, .floating-contact.open .floating-contact__toggle-icon::after {
	opacity: 1;
}

/* Cambio de icono si quieres que gire (opcional, se mantiene como X en este diseño) */
/* Ejemplo: podrías añadir una clase para convertirlo en "+" si lo necesitas. */


/* Ajustes móviles */
@media (max-width: 480px) {
  .floating-contact__toggle {
    width: 64px;
    height: 64px;
  }

  .floating-contact__icon-circle {
    width: 34px;
    height: 34px;
  }

  .floating-contact__text {
    font-size: 15px;
  }
}


/* Contenedor principal ya es position: relative, lo reforzamos y permitimos overflow */
.floating-contact__toggle {
  position: relative;
  overflow: visible;
}

/* Tooltip del botón principal: "Pide aquí" */
.floating-contact__hover-label {
  position: absolute;
  right: 100%;
  margin-right: 12px;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  background-color: #ffffff;
  color: #4b2b22;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 15px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* Mostrar texto al hacer hover sobre el botón */
.floating-contact__toggle:hover .floating-contact__hover-label {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
/* El item de Call Center será el contenedor del tooltip */
.floating-contact__item--call {
  position: relative;
}

/* Tooltip para Call Center */
.floating-contact__tooltip {
  position: absolute;
  right: 100%;
  margin-right: 12px;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  background-color: #ffffff;
  color: #4b2b22;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* Mostrar tooltip al hacer hover en el enlace Call Center */
.floating-contact__item--call:hover .floating-contact__tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
/* Cuando el menú está abierto, se añade esta clase al main#primary */
#primary.is-blurred {
  position: relative;
}

#primary.is-blurred::before {
  opacity: 1;
	visibility: visible;
	z-index: 9999999999;
}

/* Overlay con blur usando ::before sobre #primary */
#primary:before {
  content: "";
  position: fixed;
  inset: 0; /* top, right, bottom, left: 0 */
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
	opacity: 0;
	visibility: visible;
  -webkit-backdrop-filter: blur(4px);
  pointer-events: auto;
  z-index: -1; /* Debajo del botón flotante (9999) */
}

/* Aseguramos que el botón siga arriba de todo */
.floating-contact {
  z-index: 99999999999;
}

/* Contenedor general del modal */
.callcenter-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 1500; /* por encima del botón flotante */
}

/* Fondo oscuro con blur */
.callcenter-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* Caja del popup */
.callcenter-modal__dialog {
  position: relative;
  z-index: 1;
  background-color: #fff7ef;
  max-width: 520px;
  width: calc(100% - 32px);
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  font-family: inherit;
}

/* Header */
.callcenter-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.callcenter-modal__header-title {
  font-weight: 700;
  font-size: 16px;
  color: #4b2b22;
}

.callcenter-modal__close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #4b2b22;
}

/* Cuerpo */
.callcenter-modal__body {
  padding: 28px 24px 32px;
  text-align: center;
}

.callcenter-modal__body h2 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 800;
  color: #4b2b22;
}

.callcenter-modal__body p {
  margin: 0 0 24px;
  font-size: 16px;
  color: #6b4a3c;
}

/* Botón del número */
.callcenter-modal__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 32px;
  border-radius: 16px;
  background-color: #83C99B;
  color: #4b2b22;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none !important;
  min-width: 260px;
}
.callcenter-modal__phone:hover{
	text-decoration: none;
}
/* Estado abierto del modal */
.callcenter-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Responsive */
@media (max-width: 480px) {
  .callcenter-modal__body h2 {
    font-size: 24px;
  }
  .callcenter-modal__phone {
    width: 100%;
    font-size: 20px;
  }
}

.zsiq-float{
	bottom: 30px !important;
    height: 60px !important;
    width: 60px !important;

}

.zsiq-chat-icn {
	font-size: 30px !important;
}

.zsiq_theme1  .zsiq-float {
	left: calc(10px + var(--zsiq-seasonal-float-image-position));
	right: auto;
}

.zsiq_theme1 .chat-iframe-wrap {
	left: 5px !important;
	right: auto;
}


