@charset "UTF-8";
/*
Theme Name: Hogaria Deco Store
Theme URI: https://hogariadeco.com.ar/
Description: OceanWP child theme.
Author: Manu Martinez
Author URI: https://mercuria.com.ar/
Template: oceanwp
Version: 1.0
*/
:root {
  -webkit-tap-highlight-color: rgba(166, 138, 106, 0.2196078431) !important;
}

body {
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}

.elementor-menu-cart--items-indicator-plain .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
  position: absolute;
  font-size: 13px;
  left: 50%;
  transform: translateX(-50%);
  top: 9px;
  font-weight: 600 !important;
}

#top-bar-content {
  width: 100%;
}

.preloader-svg svg {
  width: 120px;
  animation: pulse 1.5s infinite;
  transform-origin: center;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.85;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.cnav {
  overflow: hidden;
}
.cnav ul {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  width: max-content;
  flex-wrap: nowrap;
  animation: scroller 60s forwards linear infinite;
}
.cnav li {
  display: inline;
  float: left;
}

.swiper-button-next,
.swiper-button-prev {
  background: rgba(119, 110, 101, 0);
  box-shadow: 0 0 0 8px rgba(119, 110, 101, 0);
  border-radius: 2px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(60, 37, 14, 0.0901960784);
  box-shadow: 0 0 0 8px rgba(60, 37, 14, 0.0901960784);
}

.swiper-button-disabled {
  opacity: 0 !important;
}

.swiper-watch-progress .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.2;
}

@media (max-width: 992px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .swiper-button-prev {
    left: -50px;
  }
}

@media (min-width: 992px) {
  .swiper-button-next {
    right: -50px;
  }
}

#top-bar-nav {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  position: relative;
}
#top-bar-nav:before, #top-bar-nav:after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #F2F2F0, transparent);
  width: 40px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
#top-bar-nav:after {
  background: linear-gradient(-90deg, #F2F2F0, transparent);
  right: 0;
  top: 0;
  visibility: visible !important;
}
#top-bar-nav a {
  padding: 10px 0;
}
#top-bar-nav a:hover {
  text-decoration: underline;
}

@keyframes scroller {
  to {
    transform: translate(calc(-50% - 2rem));
  }
}
.oceanwp-sidr-overlay {
  z-index: 100;
}

#sidr {
  max-width: 85%;
}

div#medium-searchform {
  margin: -7px 0 0;
}

#site-header {
  z-index: 101;
  box-shadow: 0 35px 30px 0 rgba(86, 83, 79, 0.1294117647);
}
#site-header.medium-header #medium-searchform {
  margin: -7px 0 0;
}
#site-header.medium-header #medium-searchform form {
  width: 100%;
}
#site-header.medium-header #medium-searchform input {
  border: 1px solid #D6CFC8;
  border-radius: 100px;
  max-width: 800px;
  width: 100%;
}
#site-header.medium-header #medium-searchform input:focus {
  max-width: 100%;
}
#site-header.medium-header #medium-searchform button {
  font-size: 21px;
  width: 49px;
}
#site-header.medium-header #medium-searchform button i {
  position: relative;
  top: 2px;
}
#site-header.medium-header #medium-searchform button i::before {
  content: "";
  background-image: url(img/icon_search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 35px;
  display: flex;
  margin: 0 auto;
}
#site-header.medium-header #medium-searchform .search-bg {
  background: transparent;
}
#site-header.medium-header #site-logo #site-logo-inner {
  position: relative;
}
@media (min-width: 768px) {
  #site-header.medium-header #site-logo #site-logo-inner a:before {
    background: radial-gradient(#F2F2F0, #F2F2F0, transparent, transparent);
    width: 273px;
    height: 100px;
    content: "";
    display: block;
    position: absolute;
    top: -70px;
    left: -60px;
  }
}
#site-header.medium-header .oceanwp-social-menu.simple-social {
  margin: -1px 0 0;
}
#site-header.medium-header .oceanwp-social-menu.simple-social ul li {
  text-align: left;
  display: block;
}
#site-header.medium-header .oceanwp-social-menu.simple-social ul li a {
  text-align: left;
}
@media (max-width: 767px) {
  #site-header.medium-header .oceanwp-mobile-menu-icon {
    display: flex;
    justify-content: space-evenly;
  }
}
#site-header.medium-header .oceanwp-mobile-menu-icon .myaccount-mobile-link {
  display: flex;
  align-items: center;
  order: 0;
}
#site-header.medium-header .oceanwp-mobile-menu-icon .myaccount-mobile-link span {
  display: none;
}
#site-header.medium-header .oceanwp-mobile-menu-icon .myaccount-mobile-link i {
  background-image: url(img/icon_user.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2em;
  height: 2em;
  display: flex;
  margin: 0px 0 0;
}
#site-header.medium-header .oceanwp-mobile-menu-icon a.search-icon-dropdown {
  display: flex;
  font-size: 20px;
  align-items: center;
  order: 0;
}
#site-header.medium-header .oceanwp-mobile-menu-icon a.search-icon-dropdown i {
  position: relative;
  top: 3px;
}
#site-header.medium-header .oceanwp-mobile-menu-icon a.search-icon-dropdown i:before {
  content: "";
  background-image: url(img/icon_search_mobile.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
  display: flex;
  margin: -4px 0 0;
}
#site-header.medium-header .oceanwp-mobile-menu-icon .wcmenucart {
  order: 2;
}
#site-header.medium-header .oceanwp-mobile-menu-icon .wcmenucart-total {
  display: none;
}
#site-header.medium-header .oceanwp-mobile-menu-icon .wcmenucart-count {
  border: none;
  background-image: url(img/icon_bag.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 2em;
  width: 2.1em;
  line-height: 2.7em;
  font-family: "Inter", sans-serif;
}
#site-header.medium-header .oceanwp-mobile-menu-icon .wcmenucart-count:after {
  display: none;
}
#site-header.medium-header .oceanwp-mobile-menu-icon .mobile-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  order: 3;
}
#site-header.medium-header .oceanwp-mobile-menu-icon .mobile-menu .hamburger-box {
  height: 20px;
}
#site-header.medium-header .oceanwp-mobile-menu-icon .mobile-menu .hamburger-inner {
  top: 2px;
}
#site-header.medium-header .oceanwp-mobile-menu-icon .mobile-menu .hamburger-inner, #site-header.medium-header .oceanwp-mobile-menu-icon .mobile-menu .hamburger-inner:before, #site-header.medium-header .oceanwp-mobile-menu-icon .mobile-menu .hamburger-inner:after {
  background-color: #58524D;
}
#site-header.medium-header .oceanwp-mobile-menu-icon:after {
  display: none;
}
#site-header .dropdown-menu .sub-menu {
  min-width: 224px;
  font-size: 14px;
}
#site-header .dropdown-menu .sub-menu a {
  font-size: inherit !important;
  color: #58524D;
}

.bottom-header-wrap.clr {
  border-top: 1px solid #D6CFC8;
}

#searchform-dropdown,
#icon-searchform-dropdown {
  border-top-color: #58524D;
}

#site-logo #site-logo-inner a img,
#site-header.center-header #site-navigation-wrap .middle-site-logo a img {
  margin: 10px;
}
@media (min-width: 768px) {
  #site-logo #site-logo-inner a img,
  #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
    float: left;
    margin-top: -30px;
    margin-bottom: 15px;
    position: relative;
  }
}

#site-header.medium-header #site-navigation-wrap .dropdown-menu > li > a {
  letter-spacing: 0;
  padding: 0 2vw;
  border-bottom: 2px solid transparent;
}
#site-header.medium-header #site-navigation-wrap .dropdown-menu > li > a:hover {
  border-color: #58524D;
}

#menu-headerright_userin,
#menu-headerright_userout {
  font-family: "Trirong", Georgia, serif;
  font-size: 16px;
}
#menu-headerright_userin > li > a,
#menu-headerright_userout > li > a {
  font-size: inherit;
}
#menu-headerright_userin > li > a:hover,
#menu-headerright_userout > li > a:hover {
  text-decoration: underline;
}

#footer-hogaria {
  overflow: hidden;
}
#footer-hogaria .oceanwp-custom-menu {
  border-top: 1px solid #58524D;
  padding: 27px 0;
}
#footer-hogaria .oceanwp-custom-menu .sf-menu {
  display: flex;
  flex-direction: column;
}
#footer-hogaria .oceanwp-custom-menu .sf-menu li a {
  padding: 12px 0;
}
#footer-hogaria .row1 > .e-con-inner {
  position: relative;
}
#footer-hogaria .row1 > .e-con-inner:before {
  content: "";
  background: url(img/h_bg2_1.png?asd) no-repeat bottom;
  width: 510px;
  height: 100%;
  position: absolute;
  background-size: contain;
  top: 0;
  pointer-events: none;
  z-index: 1;
  left: 0;
  transform: translateX(-22%);
  opacity: 0.2;
}
@media (min-width: 768px) {
  #footer-hogaria .row1 > .e-con-inner:before {
    display: block;
  }
}
@media (min-width: 992px) {
  #footer-hogaria .row1 > .e-con-inner:before {
    transform: translateX(-82%);
    opacity: 1;
  }
}

.dev_info {
  color: #1d1e1b;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
.dev_info i {
  background: url(img/mercuria_iso_black.svg) no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-flex;
  margin-right: 6px;
  position: relative;
  top: 8px;
}

header.page-header {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F2F2F0;
  background-size: cover;
}
@media (min-width: 992px) {
  header.page-header {
    background-size: min(1300px, 100%);
  }
}
@media (min-width: 1200px) {
  header.page-header {
    position: relative;
    overflow: hidden;
  }
}
header.page-header:before {
  content: "";
  background: linear-gradient(45deg, #f2f2f0, transparent);
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  pointer-events: none;
  opacity: 1;
}
@media (min-width: 992px) {
  header.page-header:before {
    display: none;
  }
}
@media (min-width: 1300px) {
  header.page-header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: linear-gradient(to right, #F2F2F0 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, #F2F2F0 100%);
    background-size: 1302px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
header.page-header h1.page-header-title {
  z-index: 1;
  position: relative;
}
header.page-header nav.site-breadcrumbs.clr.position-under-title {
  z-index: 1;
}

.woocommerce-account header.page-header,
body.single-product header.page-header,
.woocommerce-cart header.page-header,
.woocommerce-checkout header.page-header {
  padding: 17px 0 40px;
  background: transparent;
}
.woocommerce-account header.page-header h1.page-header-title,
body.single-product header.page-header h1.page-header-title,
.woocommerce-cart header.page-header h1.page-header-title,
.woocommerce-checkout header.page-header h1.page-header-title {
  display: none;
}
.woocommerce-account header.page-header:after,
body.single-product header.page-header:after,
.woocommerce-cart header.page-header:after,
.woocommerce-checkout header.page-header:after {
  display: none;
}

@media (min-width: 1336px) {
  .HomeMainSlide {
    max-width: 1336px;
  }
}
.HomeMainSlide, .HomeMainSlide.swiper {
  max-width: 1336px;
  margin: 0;
  overflow: hidden;
  max-height: 100vh;
  position: relative;
}
@media (min-width: 768px) {
  .HomeMainSlide {
    margin: 0;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .HomeMainSlide {
    max-width: 100%;
  }
}
.HomeMainSlide-item {
  display: none;
}
.HomeMainSlide-item:first-child, .HomeMainSlide-item.swiper-slide:first-child {
  display: block;
}
.HomeMainSlide-item, .HomeMainSlide-item.swiper-slide {
  height: 92vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .HomeMainSlide-item, .HomeMainSlide-item.swiper-slide {
    height: 31vw;
  }
}
@media (min-width: 992px) {
  .HomeMainSlide-item, .HomeMainSlide-item.swiper-slide {
    height: 31vw;
  }
}
@media (min-width: 1200px) {
  .HomeMainSlide-item, .HomeMainSlide-item.swiper-slide {
    height: 366px;
  }
}
@media (min-width: 1336px) {
  .HomeMainSlide-item, .HomeMainSlide-item.swiper-slide {
    height: 426px;
  }
}
.HomeMainSlide-item > a {
  width: 100%;
  display: block;
  height: 100%;
}
.HomeMainSlide-item img {
  width: 100%;
}
.HomeMainSlide-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding: 35px;
  width: 100%;
}
@media (min-width: 768px) {
  .HomeMainSlide-item-content {
    width: 80%;
    padding: 42px 70px;
    background: radial-gradient(at top left, rgba(255, 255, 255, 0.4705882353) 0%, rgba(255, 255, 255, 0.4588235294) 50%, transparent 70%);
  }
}
@media (min-width: 1200px) {
  .HomeMainSlide-item-content {
    width: 60%;
    padding: 20px 90px;
    justify-content: center;
  }
}
.HomeMainSlide-item-content h3 {
  color: #58524D;
  font-size: 7vw;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 3vw;
}
@media (min-width: 768px) {
  .HomeMainSlide-item-content h3 {
    font-size: 2.5vw;
    margin-bottom: 0.9vw;
  }
}
@media (min-width: 1200px) {
  .HomeMainSlide-item-content h3 {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
.HomeMainSlide-item-content p {
  color: #58524D;
  line-height: 1.3;
  font-size: 4vw;
}
@media (min-width: 768px) {
  .HomeMainSlide-item-content p {
    font-size: 1.5vw;
    margin-bottom: 0.9vw;
  }
}
@media (min-width: 1200px) {
  .HomeMainSlide-item-content p {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
.HomeMainSlide-item-content button {
  align-self: self-start;
  border: none;
  border-radius: 0;
  color: #58524D;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0;
  font-size: 3.8vw;
  background: transparent;
}
.HomeMainSlide-item-content button:hover {
  background: transparent;
}
@media (min-width: 768px) {
  .HomeMainSlide-item-content button {
    font-size: 1.1vw;
  }
}
@media (min-width: 992px) {
  .HomeMainSlide-item-content button {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .HomeMainSlide-title {
    margin-top: -80px;
  }
}
.HomeMainSlide.swiper .HomeMainSlide-item.swiper-slide {
  display: initial;
}
@media (min-width: 768px) {
  .HomeMainSlide.swiper {
    margin: 0;
    padding-bottom: 0;
  }
}
.HomeMainSlide-container .swiper-button-next,
.HomeMainSlide-container .swiper-button-prev {
  color: white;
  mix-blend-mode: difference;
  height: 100%;
  width: 53px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .HomeMainSlide-container .swiper-button-next,
  .HomeMainSlide-container .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 768px) {
  .HomeMainSlide-container .swiper-button-next,
  .HomeMainSlide-container .swiper-button-prev {
    height: 88%;
    font-size: 3vw;
  }
}
.HomeMainSlide-container .HomeMainSlide.swiper-horizontal > .swiper-pagination-bullets-bullets.swiper-pagination-horizontal, .HomeMainSlide-container .HomeMainSlide.swiper-horizontal > .swiper-pagination-bullets-custom, .HomeMainSlide-container .HomeMainSlide.swiper-horizontal > .swiper-pagination-bullets-fraction,
.HomeMainSlide-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.HomeMainSlide-container .swiper-pagination-custom,
.HomeMainSlide-container .swiper-pagination-fraction {
  bottom: -30px !important;
}
@media (min-width: 768px) {
  .HomeMainSlide-container .HomeMainSlide.swiper-horizontal > .swiper-pagination-bullets,
  .HomeMainSlide-container .swiper-pagination {
    bottom: -25px !important;
    /*width: auto;
    right: 10px;
    left: auto;
    background: #ffffff;
    padding: 0px 7px;
    border-radius: 40px;
    transform: translateY(-3px);*/
  }
}

.HomeMainSlide-item-content.no-pointer-events {
  pointer-events: none;
}

.no-pointer-events a.button {
  pointer-events: auto;
}

#home_hero_featured .oceanwp-row .col {
  padding: 0;
}
#home_hero_featured .woocommerce .has-product-nav span.onsale {
  top: 15px !important;
  left: 15px !important;
}
#home_hero_featured .woocommerce .products.mobile-2-col .product {
  width: 100% !important;
}
#home_hero_featured .woocommerce ul.products {
  margin: 0;
}
#home_hero_featured .woocommerce ul.products li.product ul.woo-entry-inner {
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  background: linear-gradient(360deg, rgba(90, 67, 44, 0.3803921569), rgba(214, 207, 200, 0.3803921569), rgba(214, 207, 200, 0.2392156863));
  pointer-events: none;
}
#home_hero_featured .woocommerce ul.products li.product ul.woo-entry-inner li.image-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
#home_hero_featured .woocommerce ul.products li.product ul.woo-entry-inner li.image-wrap .woo-entry-image {
  display: none;
}
#home_hero_featured .woocommerce ul.products li.product > .product-inner > .woo-entry-image, #home_hero_featured .woocommerce ul.products li.product > .product-inner > .product-entry-slider-wrap {
  display: block;
}
#home_hero_featured .woocommerce ul.products li.product .title h2 {
  font-family: "Trirong";
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  margin: 0;
  text-shadow: 0px 1px 13px #000, 0px 1px 66px #000;
}
#home_hero_featured .woocommerce ul.products li.product .title h2 a {
  color: inherit;
  font-size: inherit;
}
#home_hero_featured .woocommerce ul.products li.product .price,
#home_hero_featured .woocommerce ul.products li.product .price .amount {
  color: #fff;
  text-shadow: 0px 1px 13px #000, 0px 1px 66px #000;
}
#home_hero_featured .woocommerce ul.products li.product .price del, #home_hero_featured .woocommerce ul.products li.product .price del .amount {
  color: #fff;
}
#home_hero_featured .woocommerce ul.products li.product .price del .amount {
  color: #fff;
  text-decoration: none !important;
}

body.woocommerce span.onsale {
  border-radius: 2px;
}
body.woocommerce ul.products li.product .price del .amount {
  text-decoration: none !important;
}

.woocommerce ul.products li.product .price del .amount {
  text-decoration: none !important;
}

.collection-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid;
  padding-bottom: 6px;
}
.collection-title h3 {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}
.collection-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  font-size: 12px;
}
.collection-list {
  margin-top: 40px;
}
.collection-list ul.products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media (min-width: 600px) {
  .collection-list ul.products {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .collection-list ul.products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .collection-list ul.products {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.collection .swiper-horizontal {
  padding-bottom: 30px;
  overflow: visible;
}
.collection .swiper-pagination {
  bottom: -20px !important;
}
@media (min-width: 992px) {
  .collection .collection-list.swiper-container {
    padding: 0 40px;
  }
}
.collection#home2 .collection-list ul.products {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 600px) {
  .collection#home2 .collection-list ul.products {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .collection#home2 .collection-list ul.products {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .collection#home2 .collection-list ul.products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.collection .collection-list > .woocommerce ul.products {
  display: flex;
  flex-wrap: nowrap;
  scroll-behavior: smooth;
  grid-gap: 0;
}

.collection .collection-list > .woocommerce:not(.swiper-initialized) ul.products {
  overflow-x: auto;
}

.collection .collection-list > .woocommerce:not(.swiper-initialized) ul.products li.product {
  flex: 0 0 auto;
}

.collection .collection-list > .woocommerce.swiper-initialized ul.products li.product {
  padding: 0 !important;
}

#seccion-home-1 img {
  width: 100%;
}
#seccion-home-1 .editor_c2 h4 {
  font-size: 37px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 3px;
}
#seccion-home-1 .editor_c2 p {
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 6px;
}
#seccion-home-1 .editor_c2 p > a {
  font-size: 14px;
}

#seccion-home-2 img {
  width: 100%;
}
#seccion-home-2 .editor_c1 h4 {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 3px;
}
#seccion-home-2 .editor_c1 p {
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 6px;
}
#seccion-home-2 .editor_c1 p > a {
  display: inline-flex;
  background: #58524D;
  padding: 9px 16px 7px;
  border-radius: 50px;
  margin-right: 10px;
  margin-top: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
}
#seccion-home-2 .imagen_c3 img {
  width: calc(100% + 80px) !important;
  max-width: none;
}
#seccion-home-2 .imagen_c4 {
  border: 8px solid #fff;
  box-shadow: -4px 7px 18px -5px;
  max-width: 350px;
}

ul.accordion.faq {
  list-style: none;
  margin: 0;
}
ul.accordion.faq .accordion-title {
  background: #F2F2F0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  line-height: 1.2;
  font-size: 16px;
  padding: 24px;
  font-weight: 600;
  margin: 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
  cursor: pointer;
}
ul.accordion.faq .accordion-title span {
  pointer-events: none;
}
ul.accordion.faq .accordion-title:hover {
  background: #ededed;
}
ul.accordion.faq .accordion-title:after {
  content: "";
  width: 22px;
  height: 22px;
  display: flex;
  top: 10px;
  background: no-repeat center;
  background-size: contain;
  background-image: url(img/icon_plus_o.svg);
}
ul.accordion.faq .accordion-title[aria-expanded=true]:after {
  background-image: url(img/icon_minus_o.svg);
}
ul.accordion.faq .accordion-content {
  font-size: 20px;
  padding: 28px;
  line-height: 1.4;
}

form#sib_signup_form_1 div.sib-email-area {
  background: #fff !important;
  border-radius: 100px !important;
  border: 1px solid #D6CFC8;
  display: flex;
}
form#sib_signup_form_1 input[type=email] {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-color: #fff;
}
form#sib_signup_form_1 input.sib-default-btn {
  background: transparent !important;
  color: black !important;
  border: none;
  border-left: 1px solid #D6CFC8 !important;
  z-index: 1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
form#sib_signup_form_1 input.sib-default-btn:hover {
  background: #F2F2F0 !important;
}

.newsletterbanner > .elementor {
  max-width: 1040px;
  margin: 60px auto;
}

.sidebar-box ul.wc-block-product-categories-list {
  font-size: 16px;
}
.sidebar-box ul.wc-block-product-categories-list li {
  padding: 5px 0;
}
.sidebar-box .widget-title, .sidebar-box.widget_block .wp-block-heading {
  text-transform: uppercase;
}
.sidebar-box h3.widget-title, .sidebar-box.widget_block h3.wp-block-heading {
  text-transform: initial;
}

.page-subheading {
  display: none;
}

.post-type-archive-product .content-area {
  border: none;
}

body.single-product header.page-header {
  background-color: #D6CFC8;
}
@media (max-width: 767px) {
  body.single-product header.page-header {
    padding-bottom: 0 !important;
  }
}
body.single-product h1.page-header-title {
  display: none;
}
body.single-product .single_product_container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 0;
  float: left;
}
@media (min-width: 768px) {
  body.single-product .single_product_container {
    padding-bottom: 90px;
  }
}
body.single-product .single_product_container span.onsale {
  left: 12% !important;
}
body.single-product .after_sumary_product_data.product.owp-tabs-layout-section .wc-tabs-wrapper {
  margin: 0 20px;
  max-width: 1300px;
}
@media (min-width: 768px) {
  body.single-product .after_sumary_product_data.product.owp-tabs-layout-section .wc-tabs-wrapper {
    margin: 60px auto;
  }
}
body.single-product .after_sumary_product_data.product.owp-tabs-layout-section .panel h2:first-child {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 768px) {
  body.single-product .after_sumary_product_data.product.owp-tabs-layout-section .panel h2:first-child {
    font-size: 32px;
  }
}
body.single-product .after_sumary_product_data.product.owp-tabs-layout-section .panel#tab-description p {
  font-size: 36px;
  font-weight: 200;
  line-height: 1.4;
}
body.single-product .clear-after-summary.clr {
  display: none;
}
body.single-product.woocommerce .after_sumary_product_data {
  position: relative;
  float: left;
  width: 100%;
}
body.single-product.woocommerce div.product.entry {
  background: #D6CFC8;
  float: left;
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  body.single-product.woocommerce div.product.entry {
    padding-top: 20px;
  }
}
body.single-product.woocommerce div.product.entry .product_title {
  border: none;
  width: calc(100% - 70px);
  margin: 0;
  padding: 0;
}
body.single-product.woocommerce div.product.entry .product_meta .posted_in a {
  color: rgba(88, 82, 77, 0.631372549);
}
body.single-product.woocommerce div.product.entry .woocommerce-product-gallery img {
  width: 100%;
}
@media (max-width: 767px) {
  body.single-product.woocommerce div.product.entry div.summary {
    padding: 20px 20px;
    margin: 0;
  }
}
body.single-product.woocommerce div.product.entry div.summary p.in-stock {
  color: #58524d;
  margin: 0;
}
body.single-product.woocommerce div.product.entry div.summary p.in-stock:before {
  content: "Stock: ";
}
body.single-product.woocommerce div.product.entry div.summary .quantity .qty,
body.single-product.woocommerce div.product.entry div.summary .quantity .minus,
body.single-product.woocommerce div.product.entry div.summary .quantity .plus {
  background: rgba(255, 255, 255, 0.5019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 600px;
  height: 42px;
}
body.single-product.woocommerce div.product.entry div.summary .quantity .minus {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
body.single-product.woocommerce div.product.entry div.summary .quantity .plus {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
body.single-product.woocommerce div.product.entry div.summary .quantity input[type=number] {
  font-size: 18px;
  font-weight: 700;
}
body.single-product.woocommerce div.product.entry div.woocommerce-product-details__short-description {
  margin: 5px 0 0 0;
}
body.single-product.woocommerce div.product.entry form.cart {
  border-color: rgba(88, 82, 77, 0.0784313725);
}
body.single-product.woocommerce div.product.entry form.cart .variations th.label {
  padding: 0;
}
body.single-product.woocommerce div.product.entry form.cart .variations label {
  line-height: 39px;
}
body.single-product.woocommerce div.product.entry form.cart .variations .reset_variations {
  background: transparent;
  color: red;
  font-weight: 600;
  border: none;
  margin: 0;
}
body.single-product.woocommerce div.product.entry form.cart .variations th,
body.single-product.woocommerce div.product.entry form.cart .variations td {
  border-color: rgba(88, 82, 77, 0.0784313725);
}
body.single-product.woocommerce div.product.entry form.cart .theme-select {
  background: white;
}
body.single-product.woocommerce div.product.entry p.price {
  font-size: 26px;
}
body.single-product.woocommerce div.product.entry .woocommerce-tabs {
  padding-top: 90px;
}
@media (max-width: 767px) {
  body.single-product.woocommerce .owp-thumbs-layout-vertical .images {
    padding: 0 20px !important;
  }
}
body.single-product.woocommerce .owp-thumbs-layout-vertical .images .flex-control-thumbs {
  width: calc(20% - 1em) !important;
}
@media (max-width: 767px) {
  body.single-product.woocommerce .owp-thumbs-layout-vertical .images .flex-control-thumbs {
    width: 100% !important;
  }
}
body.single-product.woocommerce .owp-thumbs-layout-vertical .images .flex-viewport {
  width: 80% !important;
}
@media (max-width: 767px) {
  body.single-product.woocommerce .owp-thumbs-layout-vertical .images .flex-viewport {
    width: 100% !important;
  }
}

.woocommerce .owp-thumbs-layout-vertical .image-wrap span.onsale {
  left: 13px !important;
  top: 13px !important;
}

body .theme-button,
body input[type=submit],
body button[type=submit],
body button,
body .button,
body div.wpforms-container-full .wpforms-form input[type=submit],
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .wpforms-page-button,
.woocommerce-cart .wp-element-button,
.woocommerce-checkout .wp-element-button,
.wp-block-button__link {
  border: none;
}

.woocommerce .related.products {
  max-width: 1300px;
  margin: 100px auto !important;
  overflow: hidden;
}
.woocommerce .related.products .swiper-horizontal {
  overflow: visible;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .woocommerce .related.products {
    padding: 0 20px;
  }
}
.woocommerce .related.products > ul {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}
.woocommerce .related.products > h2 {
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid;
  padding-bottom: 6px;
}

.woocommerce-mini-cart__empty-message {
  visibility: hidden;
  position: relative;
}

.woocommerce-mini-cart__empty-message:after {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  white-space: pre;
  content: "No hay productos en el carrito.";
  text-align: center;
  width: 100%;
}

body .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons {
  flex-direction: column;
  display: flex;
}
body .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
}
body .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a.elementor-button--view-cart {
  background: transparent;
  color: #58524D !important;
  padding: 7px;
}
body .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a.elementor-button--checkout {
  border-radius: 100px;
  background: #58524D;
}
body .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name, body .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-price {
  font-family: "Inter", sans-serif;
  line-height: 1.4;
}
body .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a {
  font-size: 13.9px;
  line-height: 0 !important;
  font-weight: 500;
}
body .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-price {
  margin-top: 8px;
}

.woocommerce-cart .woocommerce .cart_container {
  max-width: 1300px;
  margin: 60px auto;
}
.woocommerce-cart .woocommerce .cart_container [name=update_cart] {
  display: none;
}
.woocommerce-cart .woocommerce .cart_container .cart_columns {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
}
.woocommerce-cart .woocommerce .cart_container .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}
.woocommerce-cart .woocommerce .cart_container table.shop_table {
  border: none;
  margin-top: 0 !important;
}
.woocommerce-cart .woocommerce .cart_container table.shop_table thead {
  background: transparent;
}
.woocommerce-cart .woocommerce .cart_container table.shop_table thead th {
  padding: 0 10px;
}
.woocommerce-cart .woocommerce .cart_container table.shop_table thead th.product-total {
  text-align: right;
}
.woocommerce-cart .woocommerce .cart_container table.shop_table th {
  border-color: rgba(18, 18, 18, 0.1098039216);
}
.woocommerce-cart .woocommerce .cart_container table.shop_table td {
  border-color: rgba(18, 18, 18, 0.1098039216);
  vertical-align: top;
}
.woocommerce-cart .woocommerce .cart_container table.shop_table td.product-subtotal {
  text-align: right;
}
.woocommerce-cart .woocommerce .cart_container table.shop_table td.product-subtotal > .amount {
  display: inline-flex;
  text-align: center;
  width: 100%;
  justify-content: flex-end;
  font-weight: 600;
  margin-bottom: 5px;
}
.woocommerce-cart .woocommerce .cart_container table.shop_table .product-remove {
  text-align: left !important;
  clear: both;
  float: left;
}
.woocommerce-cart .woocommerce .cart_container table.shop_table a.remove {
  width: auto;
  font-size: 11px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-decoration: underline;
}
.woocommerce-cart .woocommerce .cart_container table.shop_table .ahorro-cart,
.woocommerce-cart .woocommerce .cart_container table.shop_table .ahorro-total-cart {
  font-size: 12px;
  color: green;
  background: #ddfdeb;
  display: inline-block;
  padding: 0 7px;
}
.woocommerce-cart .woocommerce .cart_container table.shop_table .ahorro-cart *,
.woocommerce-cart .woocommerce .cart_container table.shop_table .ahorro-total-cart * {
  color: inherit;
}
.woocommerce-cart .woocommerce .cart_container table.shop_table .ahorro-total-cart {
  display: inline-block;
  text-align: right;
  white-space: nowrap;
}
.woocommerce-cart .woocommerce .cart_container table.shop_table .product-price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.woocommerce-cart .woocommerce .cart_container table.shop_table .product-price ins bdi {
  font-weight: 600;
}
.woocommerce-cart .woocommerce .cart_container form input[type=number] {
  min-height: 30px;
  width: 30px;
  border-left: 0;
  border-right: 0;
}
.woocommerce-cart .woocommerce .cart_container form .quantity .minus,
.woocommerce-cart .woocommerce .cart_container form .quantity .plus {
  height: 30px !important;
  line-height: 27px;
  width: 30px;
  min-height: 30px;
}
.woocommerce-cart .woocommerce .cart_container form .quantity .minus {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.woocommerce-cart .woocommerce .cart_container form .quantity .plus {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout {
  padding: 0 15px 10px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-coupon-container {
  text-align: left;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-coupon-container .cart-collaterals-coupon {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-coupon-container .cart-collaterals-coupon .coupon {
  flex-direction: row;
  display: flex;
  white-space: nowrap;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-coupon-container .cart-collaterals-coupon .coupon button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: transparent;
  border: 1px solid #58524D;
  border-left-width: 0;
  color: #58524D;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-coupon-container .cart-collaterals-coupon .coupon input {
  border: 1px solid #58524D;
  border-radius: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-coupon-container button.show-cart-collaterals-coupon {
  background: transparent;
  font-size: 13px;
  font-size: 13px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-coupon-container button.show-cart-collaterals-coupon:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-width: 0 0 1px 1px;
  transform: translateY(-1px) rotate(-45deg);
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-coupon-container button.show-cart-collaterals-coupon:hover {
  background: transparent;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-coupon-container.in .cart-collaterals-coupon {
  display: flex;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-coupon-container.in button.show-cart-collaterals-coupon:after {
  transform: rotate(-225deg);
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-discount > th > span {
  white-space: nowrap;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-discount a.woocommerce-remove-coupon {
  display: inline-flex;
  border: 1px solid;
  border-radius: 100px;
  padding: 3px 4px 3px 9px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 6px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-discount a.woocommerce-remove-coupon:after {
  content: "×";
  border-radius: 10px;
  border: none;
  background: #F5EFE7;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  text-align: center;
  text-indent: 0px;
  line-height: 0.7;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-discount a.woocommerce-remove-coupon:hover {
  background: rgba(255, 0, 0, 0.0588235294);
  color: red;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-discount a.woocommerce-remove-coupon:hover:after {
  background: rgba(255, 0, 0, 0.1294117647);
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  border: 1px solid rgba(18, 18, 18, 0.1098039216);
  padding: 10px 0;
  margin-top: -12px;
  border-radius: 6px;
  position: sticky;
  top: 20px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  text-align: left;
  background: transparent;
  line-height: 1;
  padding: 6px 15px;
  font-family: "Inter";
  letter-spacing: 0;
  margin: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr th,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr td {
  border-right: 0 !important;
  padding: 16px 16px !important;
  vertical-align: middle;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr td {
  text-align: right;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr th {
  font-size: 12px;
  letter-spacing: 0;
}

.woocommerce-checkout:not(.woocommerce-order-received) .top-col,
.woocommerce-checkout:not(.woocommerce-order-received) .top-col.col-3,
.woocommerce-checkout:not(.woocommerce-order-received) .bottom-header-wrap {
  display: none;
}
.woocommerce-checkout:not(.woocommerce-order-received) .top-col.col-1.logo-col {
  display: flex;
  justify-content: center;
}
.woocommerce-checkout:not(.woocommerce-order-received) #footer-hogaria {
  margin-top: 100px;
  border-top: 1px solid #D6CFC8;
}
.woocommerce-checkout:not(.woocommerce-order-received) #footer-hogaria > div:first-child {
  display: none;
}
.woocommerce-checkout .wp-block-woocommerce-checkout {
  max-width: 1300px !important;
  margin: 0 auto !important;
  padding: 0;
}

.woocommerce-account .content-area {
  max-width: 1300px !important;
  margin: 30px auto !important;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address {
  border-radius: 10px;
  overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address .title {
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #F2F2F0;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address .title a {
  position: relative;
  display: inline-block;
  right: 0;
  top: 0;
  margin: 0 auto;
  padding: 2px 11px;
  border-radius: 100px;
  background: #58524D;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address .title a:hover {
  color: #fff;
  background: #000;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address address {
  margin: 0;
  text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
  margin: 0 !important;
  font-weight: 300;
  font-size: 23px;
}

body.woocommerce-account .content-area {
  padding: 0 20px !important;
}

.woocommerce-order-received .woocommerce-order {
  max-width: 1300px;
  margin: 0 auto;
}
.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 30px;
  text-align: center;
  font-family: "Trirong";
}
.woocommerce-order-received .woocommerce ul.order_details {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}
.woocommerce-order-received .woocommerce ul.order_details li {
  padding: 1em 1.618em !important;
}
.woocommerce-order-received h2.woocommerce-order-details__title {
  margin-top: 40px;
  text-align: center;
}

.cwginstock-subscribe-form.cwginstock-outofstock .panel.panel-primary.cwginstock-panel-primary {
  margin-top: 30px !important;
}
.cwginstock-subscribe-form.cwginstock-outofstock .panel-primary {
  border: none;
  background: rgba(255, 255, 255, 0.4901960784);
}
.cwginstock-subscribe-form.cwginstock-outofstock .cwginstock-panel-heading h4 {
  margin: 0;
}
.cwginstock-subscribe-form.cwginstock-outofstock .panel-primary > .panel-heading {
  background: #56534f;
  border: none;
}
.cwginstock-subscribe-form.cwginstock-outofstock .cwginstock-panel-body input[type=email], .cwginstock-subscribe-form.cwginstock-outofstock .cwginstock-panel-body input[type=text] {
  border: 1px solid;
  text-align: left !important;
  padding: 10px;
}
.cwginstock-subscribe-form.cwginstock-outofstock .iti input.iti__tel-input, .cwginstock-subscribe-form.cwginstock-outofstock .iti input.iti__tel-input[type=tel], .cwginstock-subscribe-form.cwginstock-outofstock .iti input.iti__tel-input[type=text] {
  padding: 10px;
  text-align: left;
}
.cwginstock-subscribe-form.cwginstock-outofstock .form-group {
  margin-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */
