/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */
/* Global */
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src: url("fonts/Montserrat/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 100;
  src: url("fonts/Montserrat/Montserrat-Thin.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 200;
  src: url("fonts/Montserrat/Montserrat-Light.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  src: url("fonts/Montserrat/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  src: url("fonts/Montserrat/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  src: url("fonts/Montserrat/Montserrat-ExtraBold.ttf");
}
@font-face {
  font-family: "DMSerif";
  src: url("fonts/DM_Serif_Text/DMSerifText-Regular.ttf");
}
#pattern .page-width {
  max-width: 1360px;
}
body {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "Montserrat", serif;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
  color: #000000;
}
.primary-color {
  color: #b42779;
}
.primary-bg {
  background-color: #b42779;
}
.secondary-color {
  color: #faf3ec;
}
.secondary-bg {
  background-color: #faf3ec;
}
.third-bg {
  background-color: #e0f6c8;
}
.font-primary {
  font-family: Montserrat, serif;
}
.font-secondary {
  font-family: DMSerif, serif;
}

#header .logo {
  height: 96px
}
#footer {
  border-top: none;
  color: #000000;
  background: none;
}

/* -------------------------- Home styles --------------------------*/
.header-banner .banner_envios{
    background: #9ebf43;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    font-weight: 500;
}
.header-banner .banner_verano{
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-weight: 500;
  background-color:#ba007c ;
}

.banner_aviso_pedidos {
    background: #DA0080;
    padding: 6px;
    margin-bottom: -5px;
}
.home-h1 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "DMSerif", serif;
  display: block;
}
.home-h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "DMSerif", serif;
  display: block;
}
.home-feature-box__wrapper {
  position: relative;
  width: 100%;
}
.home-feature-box__wrapper__izq {
  min-height: 732px;
}
.home-feature-box__wrapper__dcha {
  min-height: 348px;
}
.home-feature-box__img {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.home-feature-box__wrapper__dcha .home-feature-box__img {
  width: 50%;
  top: unset;
  left: unset;
  bottom: 40px;
  right: 0;
  text-align: center;
}
.home-feature-box__text__box {
  position: absolute;
  z-index: 15;
  bottom: 40px;
  left: 0;
  width: 100%
}
.home-feature-box__wrapper__dcha .home-feature-box__text__box {
  width: 50%
}
@media (max-width: 1280px) and (min-width:1070px){
  .home-feature-box__wrapper__dcha .home-feature-box__text__box {
    width: 60%
  }
}
@media (max-width: 1070px) and (min-width:768px){
  .home-feature-box__wrapper__dcha .home-feature-box__text__box {
    width: 70%
  }
}
.home-feature-box__text__box__heading {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "DMSerif", serif;
  display: block;
  margin-left: 40px;
}
.home-feature-box__text__box__description {
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", serif;
  font-weight: normal;
  max-width: 400px;
  margin-left: 40px;
}
.home-feature-box__text__box__img {
  text-align: center;
}
.home-feature-box__text__box__cta {
  margin-left: 40px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.cat_list__row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cat_list__cat {
  margin: 0 70px 60px;
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent url("../img/cat-list-bg.png") center center no-repeat;
  text-transform: uppercase;
  text-align: center;
}
.cat_list__cat:hover {
  background: transparent url("../img/cat-list-bg-active.png") center center no-repeat;
}

.home-feature-box__text__box__heading.title_navidad {
    color: #cf2e2e;
}
a.btn-primary.navidad {background: #cf2e2e;}
a.btn-primary.navidad:hover{background: #000;}
.bloque-iconos-home {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 18%;
}
.bloque-iconos-home .col-icono {
    flex: 0 0 22%;
    width: 22%;
    text-align: center;
    font-family: 'Montserrat', 'sans-serif';
    margin: 0 10px;
}
.bloque-iconos-home .col-icono img {
    max-width: 70%;
}
.bloque-iconos-home .col-icono p {
    margin: 0;
}
.bloque-cosmetica-natural {
    margin-top: 80px;
}

a.btn-diagnostico-home {
    background: #000;
    padding: 10px 40px;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
}
a.btn-diagnostico-home:hover {
    background: #b42779;
}
.list-skins-home {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 80px;
    width: 70%;
    justify-content: space-around;
}
.list-skins-home .icon-list-skins {
    flex: 0 0 15%;
}
.list-skins-home .icon-list-skins p {
    font-weight: 600;
}
@media (max-width:1024px )and (min-width: 543px){
	.menu-cabecera .col-xl-8.col-lg-5.col-sm-1.col-xs-12{
	width: 83.3%;
	}
}
@media (max-width:990px) and (min-width: 543px){
	.menu-cabecera .col-xl-8.col-lg-5.col-sm-1.col-xs-12{
	width: 74.3%;
	}
}

@media (max-width: 426px){

  .menu-cabecera{
    padding-top: 25px;
  }
  
  .list-skins-home .icon-list-skins {
    flex: 0 0 45%;
  }

  .bloque-iconos-home {
    margin:0;
  }
  .bloque-iconos-home .col-icono {
    flex: 0 0 42%;
    width: 42%;
    margin-bottom: 10px;
  }
	.header_logo_img img{
		margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 15px;
	}
}

/*end Home styles*/
/*------------------------ Cat styles ------------------------------*/
.cat_page {
}
.cat_page__top {
  background-color: #e0f6c8;
  background-image: url("/modules/pspagebuilder/views/img/hojas-cat.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.widget-categorypagetitle h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "DMSerif", serif;
}
.widget-categorypagedescription {
  font-size: 14px;
  line-height: 22px;
}

.cat_box_first {
}
.cat_box_first__column {
}
.cat_box_first__column__h2 {
  font-family: "Montserrat", serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.cat_box_first__column .pk-widget:not(:last-child) {
  margin-bottom: 0;
}
.cat_box_second {
}
.cat_box_second__mgl {
  margin-left: 200px;
}
.cat_box_second__mgr {
  margin-right: 200px;
}
.cat_box_second__column {
}
.cat_box_second__column__h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 0;
  margin-top: 46px;
  font-family: "DMSerif", serif;
  display: block;
}
.cat_box_first__column p {
  font-size: 14px;
  line-height: 22px;
}
.cat_box_second__column__description {
  font-size: 14px;
  line-height: 22px;
  font-weight: 200;
  margin-bottom: 20px;
  margin-top: 15px;
  font-family: "Montserrat", serif;
}
.cat_box_second__mgr .cat_box_second__column {
  margin-left: 140px;
}
.cat_box_second__mgl .cat_box_second__column {
  margin-right: 140px;
}

/*end Cat styles*/
/*global styles*/
.feature-box__wrapper {
  width: 100%;
}
.feature-box__img img {
}
.feature-box__text__box {
}
.feature-box__text__box__heading {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "DMSerif", serif;
  display: block;
  margin-left: 40px;
}
.feature-box__text__box__description {
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", serif;
  font-weight: normal;
  max-width: 400px;
  margin-left: 40px;
}
.feature-box__text__box__cta {
  margin-left: 40px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.feature-box__text__box__cta .btn-primary {
  display: inline-block;
}
/*end global styles*/
/* correcciones */
.pk-widget:not(:last-child) {
  margin-bottom: 60px;
}
.btn-primary, .rev_slider .btn-primary {
	border: none;
	background-color: #b42779;
	color: #ffffff!important;
	padding: 15px 3em;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.cart-content .btn-primary{
  border: none;
  background-color: #b42779;
  color: #ffffff!important;
  padding: 18px 3em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
#promo-code .btn.btn-primary {
    padding: 10px 3em;
}
.btn-primary:hover, .rev_slider .btn-primary:hover {
  background-color: #000000;
}
.block-category #category-description p {
  color: #000000;
  margin-bottom: 0;
}
.breadcrumb {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
.breadcrumb ol li:before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #999999;
  content: "/";
}
.breadcrumb ol li:not(:last-child) a {
  color: #999999;
}
.product-flags > li {
  background: none;
  border: 1px solid #000000;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-family: Montserrat, serif;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1f2223;
}
.product-flags > li.new, .product-miniature .product-flags li.new {
  font-size: 14px;
}
.product-miniature .product-flags li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-family: Montserrat, serif;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1f2223;
  background: #fff;
}
.product-price-and-shipping .price, .product-price-and-shipping .regular-price {
  font-size: 16px;
  line-height: 16px;
  font-family: "Montserrat", serif;
}
.product-price-and-shipping .price {
  font-weight: 400;
}
.product-price-and-shipping .regular-price {
  text-decoration: line-through;
  color: #999999;
}
.product-miniature .product-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  font-family: "DMSerif", serif;
}
.product-price-and-shipping {
  display: block;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.favoritesButton.btn.addToFav, .favoritesButton.btn.removeFromFav {
    font-size: 25px;
}
.filter span.isotope-filter-title {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 15px;
}
.filter span.isotope-filter-title a.selected {
  border-color: #000000;
  padding: 0 80px 10px;
}
.filter span.isotope-filter-title a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 0 80px 10px;
  line-height: 18px;
  display: block;
  border-bottom: 2px solid #cccccc;
}
.product-miniature .product-actions .btn-primary.add-to-cart {
  background-color: #b42779;
  font-size: 10px;
  line-height: 10px;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  font-family: "Spartan", serif;
  color: #fff;
}
#product .product-info-section .product-actions .btn-primary.add-to-cart {
  background-color: #b42779;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 3px;
  padding: 16px 40px;
  font-family: "Montserrat";
  margin-left: 20px;
}
@media (max-width: 834px){
#product .product-info-section .product-actions .btn-primary.add-to-cart {margin-left: 0px;}  
}

.page-product .product-info-section .product-actions .product-quantity #quantity_wanted {
  color: #313537;
  width: 60px;
  line-height: 20px;
  padding: 12px;
  text-align: center;
  border: none;
  background: #faf3ec;
  margin: 0;
  font-size: 15px;
  max-width: 60px;
  border: 1px solid #000;
}
.mayus{ text-transform: uppercase; }
.product-info-section .h1 {
  margin: 0 0 10px 0;
  font-size: 40px;
  line-height: 50px;
  color: #000;
  text-transform: none;
  font-family: DMSerif, serif;
}
#product .short-desc {
  margin-bottom: 45px;
  color: #000;
  font-size: 18px;
  line-height: 22px;
}
.product-info-section .price {
  font-size: 20px;
  line-height: 20px;
}
.tabs-container {
  background: none;
  padding: 0;
  width: 100%;
  margin-top: 60px;
}
.tabs .tab-pane {
  padding-top: 30px;
  width: 100%;
}
.tabs .nav-tabs {
  border: none;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}
.nav-tabs .nav-item {
  margin: 0;
  font-size: 12px;
  line-height: 12px;
}
.tabs .nav-tabs .nav-item .nav-link {
  border: none;
  padding: .5em 20px;
}
.tabs .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  border-bottom: 2px solid #000;
}
.product-actions form {
  width: 100%;
}
.product-miniature .product-actions {
  overflow: unset;
  opacity: 0;
  transition: opacity .3s ease-out;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pattern #header .cart-icon .cart-products-count, .header-item-counter {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  background: #9ebf43;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  font-family: Montserrat, serif;
  letter-spacing: 0;
  color: #fff;
  position: absolute;
  top: 0;
  right: -5px;
}
@media (min-width: 1280px) {
  body .pk-menu-horizontal li.level-1:last-child > a {
    padding: 15px 0 15px 40px;
  }
}
#search_widget input[type="text"] {
  border: 1px solid #414141;
  float: right;
  font-size: 13px;
  font-family: Montserrat, serif;
  letter-spacing: 0.025em;
}
.btn svg.svgic-button-cart {
  width: 30px;
  height: 30px;
}
.product-miniature .short-desc {
  text-align: center;
}
.pm-details-layout1 #main .view_grid .product-miniature .product-price-and-shipping {
  width: 100%;
  flex-direction: row;
  align-items: center;
  padding-right: 2px;
  right: unset;
  position: relative;
}
.pm-details-layout1 #main .view_grid .product-miniature .product-title {
  width: 100%;
  float: unset;
  text-align: center;
}
.pm-details-layout1 #main .view_grid .product-miniature .product-price-and-shipping > span.regular-price {
  margin-right: 10px;
}

.wide .module-title span:first-child, .center-title .module-title span:first-child {
  padding: 0 20px 10px 20px;
  border-bottom: none;
}
.products-carousel .module-title {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 60px;
  margin-top: 0;
  font-family: "DMSerif", serif;
  display: block;
}
#products {
    color: #000;
}
@media (min-width: 1500px) {
  .product-information {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .product-accessories {
    margin: 70px auto 0 !important;
  }
}
/* fin correcciones */
/*util styles*/
.mg {margin: 30px;}
.mg-t-15 {margin-top: 15px;}
.mg-t-30 {margin-top: 30px;}
.mg-t-40 {margin-top: 40px;}
.mg-t-60 {margin-top: 60px;}
.mg-t-70 {margin-top: 70px;}
.mg-t-75 {margin-top: 75px;}
.mg-t-80 {margin-top: 80px;}
.mg-t-90 {margin-top: 90px;}
.mg-t-120 {  margin-top: 120px;}
.mg-t-160 {margin-top: 160px;}
.mg-b-30 {margin-bottom: 30px;}
.mg-b-40 {margin-bottom: 40px;}
.mg-b-60 {margin-bottom: 60px;}
.mg-b-70 {margin-bottom: 70px;}
.mg-b-75 {margin-bottom: 75px;}
.mg-b-80 {margin-bottom: 80px;}
.mg-b-90 {margin-bottom: 90px;}
.mg-b-120 {margin-bottom: 120px;}
.mg-b-160 {margin-bottom: 160px;}
.mg-r-20 {margin-right: 20px;}
.mg-r-30 {margin-right: 30px;}
.mg-r-60 {margin-right: 60px;}
.mg-r-120 {margin-right: 120px;}
.mg-r-140 {margin-right: 140px;}
.mg-r-160 {margin-right: 160px;}
.mg-r-170 {margin-right: 170px;}
.mg-l-30 {margin-left: 30px;}
.mg-l-60 {margin-left: 60px;}
.mg-l-120 {margin-left: 120px;}
.mg-l-140 {margin-left: 140px;}
.mg-l-160 {margin-left: 160px;}
.mg-l-170 {margin-left: 170px;}
.font-10 {font-size: 10px;line-height: 18px;}
.font-12 {font-size: 12px;line-height: 18px;}
.font-14 {font-size: 14px;line-height: 22px;}
.font-30 {font-size: 30px;line-height: 35px;}
.txt-up {text-transform: uppercase;}
.txt-center {text-align: center;}
.pd-t-60 {padding-top: 60px;}
.pd-t-70 {padding-top: 70px;}
.pd-t-80 {padding-top: 80px;}
.pd-t-100 {padding-top: 100px;}
.pd-b-60 {padding-bottom: 60px;}
.pd-b-70 {padding-bottom: 70px;}
.pd-b-80 {padding-bottom: 80px;}
.pd-l-140 {padding-left: 140px;}
.pd-h-140 {
  padding-left: 140px;
  padding-right: 140px;
}
.pd-v-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pd-v-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pd-v-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pd-v-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pd-v-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.bg-norepeat {background-repeat: no-repeat;}
.bg-cover {background-size: cover;}
.button{color: #fff!important;}
.imagen-iconos-mv {display: none;}

@media (max-width: 426px){
  #search_widget{
    max-width: 130px;
  }
  .bloque-texto-h1 {
    margin: 80px 0 0px;
  }
  .home-feature-box__text__box__description{
    margin-right: 40px;
  }
  .col-izq-champu {
    margin-right: -15px;
    padding-bottom: 10px;
  }
  .col-izq-champu .home-feature-box__text__box > .home-feature-box__text__box__img{
    margin: 0 40px;
  }
  .col-izq-champu .home-feature-box__wrapper__izq {
    min-height: 690px;
  }
  .col-aceites-der {
    margin-top: 30px;
    background-position: center center;
  }
  .col-cremas-der{
    background-position: center center;
    padding-bottom: 20px;
  }
  .col-aceites-der .home-feature-box__wrapper__dcha > .home-feature-box__img{
    width: 100%;
    position: initial;
    margin-top: 40px;
  }
  .col-cremas-der .home-feature-box__wrapper__dcha > .home-feature-box__img{
    width: 100%;
    position: initial;
  }
  .col-aceites-der .home-feature-box__wrapper__dcha > .home-feature-box__text__box .home-feature-box__text__box__cta a{
    display: inline-block;
  }
  .col-aceites-der .home-feature-box__wrapper__dcha > .home-feature-box__text__box,
  .col-cremas-der .home-feature-box__wrapper__dcha > .home-feature-box__text__box{
    margin-bottom: 40px;
    width: 100%;
    position: initial;
  }

	.filter span.isotope-filter-title a{
		padding: 0 30px 10px;
		transition: all 0.3s ease-out;
	}
	.listado-categorias-home .cat_list__row{
		flex-wrap: wrap;
	}
	.listado-categorias-home .cat_list__cat {
    	margin: 0 10px 60px;
      width: 44%;
    	flex: 0 0 44%;
    	background: none!important;
    	position: relative;
    }
  .articulo-1-home {margin-top: 40px;}
  .articulo-1-home .row-level-1 > .row {
  	flex-direction: column-reverse;
  	display: flex;
  }
  .texto-home-mv {
    margin: 0;
	}
	.listado-categorias-home .cat_list .cat_list__cat:after {
	    content: "";
	    display: block;
	    width: 65px;
	    height: 65px;
	    margin: 0 auto;
	    position: absolute;
	    background: #FAF3EC;
	    border-radius: 50%;
	    top: 0;
	    left: 30%;
	    z-index: 1;
	}
	.listado-categorias-home .cat_list .cat_list__cat a {
    	z-index: 2;
	}
  .bloque-cosmetica-natural {
    margin-top: 80px;
  }
  .bloque-cosmetica-natural .imagen-iconos-pc{display: none;}
  .bloque-cosmetica-natural .imagen-iconos-mv {display: block;}
  .bloque-cosmetica-natural .cosmetica-natural-titulo {margin-bottom: 0px;}
  .opiniones-verificadas-home {
    height: 330px;
  }
  .texto-final-home .pts-widget > .block {
    margin: 0;
  }
  .texto-final-home .row-level-1 > .row {
    flex-direction: column-reverse;
    display: flex;
    margin-bottom: 60px;
  }
  .articulo-2-home {
    margin-top: 60px;
  }
}

@media (max-width: 380px){
  .listado-categorias-home .cat_list__cat{
    width: 42%;
    flex: 0 0 42%;
  }
  .listado-categorias-home .cat_list .cat_list__cat a{
    font-size: 15px;
  }
}

/*----------------------- Footer  ---------------------------------*/
.titulo-h4-footer {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
}
.enlaces-footer a.tiktok img {
    width: 20px;
    padding-top: 5px;
    transition: all 0.3s ease;
}
.enlaces-footer a.tiktok:hover img {
  transform: scale(1.1);
}
img.logo_footer:nth-child(1) {
    margin-right: 20px;
}
@media (max-width: 768px){
  .col-inner.enlaces-interes-footer {
    margin-bottom: 30px;
  }
  .block-contact {
    padding-left: 0;
  }
  body#product .page-width.product-footer {
    overflow-x: hidden;
  }
}
@media (max-width: 426px){
  .col-inner.enlaces-interes-footer {
    margin-bottom: 0px;
  }
  .footer-main .pts-container-wrap {
    padding-top: 0px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .enlaces-footer, .copyright-footer .page-width .row-level-1, .copyright-footer .page-width, .copyright-footer .page-width .row-level-1 .col-xs-12 {
    margin-bottom: 0px!important;
  }
}
@media (max-width: 375px){
	#pattern .footer-main {
	    padding: 30px 0px;
	}
}
/*--------------------- Productos ---------------------------------*/
.list-caract {
    margin-left: -5px;
    clear: both;
}
.caracteristica {
    max-width: max-content;
    display: inline-block;
    padding: 10px 20px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
    margin: 5px 5px 5px 5px;
}
.caracteristica.cantidad .gota-cantidad{
  background-size: cover;
  background-image: url('/themes/armoniabio/assets/img/gota-cantidad.svg');
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -4px;
}

li.out-of-stock {
    font-size: 14px!important;
    line-height: 18px!important;
}
.listado-productos-flex{
  display: -webkit-flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  justify-content: flex-start;
}
.listado-productos-flex > article {
    width: 22%!important;
    flex: 0 0 22%;
    -webkit-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    margin-right: 30px!important;
}

.product-add-to-cart {
    float: left;
}
body#category .product-description{margin: 40px auto 0}
body#category .av_category_stars{
      top: -40px;
    position: absolute;
}
.opiniones_verificadas {
    margin: 0 auto;
    max-width: 1360px;
}
/**----------------------------- SLIDER -------------------------------------***/
.img_productos_large .swiper-wrapper, .img_productos_thumbs .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.img_productos_large .swiper-slide, .img_productos_thumbs .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    border-style: solid;
    border-width: 0;
    transition-property: border,background,transform;
    overflow: hidden;
}
.img_productos_large .swiper-slide.video {
    display: flex;
    align-items: center;
    justify-content: center;
}
.img_productos_large .swiper-slide.video video.video_armonia { width: 100%; }
.img_productos_large, .img_productos_thumbs {
    overflow: hidden;
    width: 100%;
}
.img_productos_large .swiper-button-next {
    background-image: url(/themes/armoniabio/assets/img/flecha-slider.svg);
}

.img_productos_large .swiper-button-prev {
    background-image: url(/themes/armoniabio/assets/img/flecha-slider.svg);
    transform: rotate(180deg);
}
.swiper-button-prev{
  left:10px;
  right: auto;
}
.swiper-button-next{
  left:auto;
  right:10px ;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background: center no-repeat;
}
.img_productos_thumbs .swiper-slide { cursor: pointer; }
@media (max-width: 768px){
  .img_productos_thumbs .swiper-slide img {width: 100%;}
  .product-variants>.product-variants-item select{width: 100%;}
  .tabs .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover{
    border: 2px solid #000;
    background: #000;
    color: #fff;
  }
  .tabs .nav-tabs .nav-item .nav-link{
    border: 2px solid #fff;
    transition: all 0.2s ease;
  }
  body#product .page-width.main-content {
    padding-bottom: 60px;
  }
  body#product .tabs .nav-tabs{
      border-bottom: 1px solid #b7b7b7;
  }
  body#product .tabs-container{
    margin-top: 0px;
  }
  body#product .mod_loyalty {
    margin-bottom: 30px;
  }
}
@media (max-width: 375px){
  #product .content-wrapper .product-page-col.page-widt{
    width: 100%;
  }
}
/*--------------------- Menú -------------------------------------*/
li.level-1.aniversario a span{
  color: #c3779f;
  font-weight: 600;
  transition: all 0.3s ease;
}

.pk-menu-horizontal li.level-1.noodor a span{
    color: #9EBF43;
    font-weight: bold;
}
li.level-1.aniversario a:hover span{color: #b42779;}

ul.ul-column li.menu-item.item-header > a > img.menu_cat_preview{
      display: none;
}
.bloque-submenu-cara, .bloque-submenu-cuerpo{cursor: pointer;}

.bloque-submenu-cara .pk-sub-menu,
.bloque-submenu-cuerpo .pk-sub-menu,
.bloque-submenu-tratamientos .pk-sub-menu{
  left:auto!important;
}

.pk-menu-horizontal ul li ul li.item-header a{
  font-size: 14px!important;
  font-weight: 400!important
}
/*.bloque-submenu-cuerpo > .submenu-cuerpo > ul > li:last-child{
  margin-top: 35px;
}*/
@media (max-width: 1600px) and (min-width: 1024px){
  .bloque-submenu-cuerpo > .submenu-cuerpo > ul > li{
    white-space: normal;
      max-width: 300px;
      width: 300px;
  }
}
@media (max-width: 1350px) and (min-width: 1024px){
  .bloque-submenu-cara .submenu-cara ul.ul-column > li{
    white-space: normal;
      max-width: 250px;
      width: 250px;
  }
  
}
/*--------------- Buscar ----------------*/
body#search #content.page-not-found {
    padding-top: 20px;
}
/*-------------------- Encuestas --------------------------------*/
.bloque-encuesta {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 80px;
}

.bloque-encuesta img.icon-descubre-encuesta {
    max-width: 200px;
    width: 120px;
}

.bloque-encuesta .titulo h2 {
    font-weight: 600;
    font-size: 30px;
    font-family: "DMserif", serif;
    margin: 0px;
}
.bloque-encuesta .titulo h3 {
    font-size: 16px;
    font-weight: 600;
}

.bloque-preguntas {
    text-align: center;
    border-top: 1px solid #000;
    padding: 80px 0;
    margin-left: 140px;
    margin-right: 140px;
    display: none;
}
.bloque-preguntas.opcion-brillos{
  display: block;
} 
.bloque-preguntas .num-encuesta {
    font-family: "DMserif", serif;
    font-size: 16px;
    font-weight: 600;
    background: transparent url(/themes/armoniabio/assets/img/cat-list-bg.png) center center no-repeat;
    background-size: 35px;
    height: 35px;
}
.bloque-preguntas .num-encuesta span.num-grande {
    font-size: 30px;
}

.lista-opciones-encuesta button.boton-encuesta {
    margin: 0 15px;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-weight: 600;
    box-shadow: 1px 1px 0px #000;
}

.lista-opciones-encuesta button.boton-encuesta:hover, 
.lista-opciones-encuesta button.boton-encuesta:focus,
.lista-opciones-encuesta button.boton-encuesta.active {
  background: #000;
  color:#fff;
}

.respuesta-encuesta {
    text-align: center;
    padding: 80px 0 0;
    font-family: "DMserif", serif;
    background:#FAF3EC url(/themes/armoniabio/assets/img/fondo-resultado-test.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: 40%;
    background-size: 50%;
    margin-bottom: 220px;
    margin-left: 140px;
    margin-right: 140px;
}
.respuesta-encuesta .texto-titulo p{
  font-size: 18px;
  margin-bottom:0px;
}
.respuesta-encuesta p.let_peq {
    font-size: 14px;
    font-family: 'Montserrat';
}
.respuesta-encuesta .info-respuesta,.respuesta-encuesta .info-respuesta-eng  {
    margin-bottom: 40px;
}
.respuesta-encuesta .info-respuesta h2, .respuesta-encuesta .info-respuesta-eng h2{
  font-size: 40px;
  margin: 10px 0 0 0;
}
.respuesta-encuesta .info-respuesta img,.respuesta-encuesta .info-respuesta-eng img {
    max-width: 200px;
    width: 120px;
    margin: 25px;
}
.respuesta-encuesta .info-respuesta a.link-productos, .respuesta-encuesta .info-respuesta-eng a.link-productos {
    color: #000;
    font-size: 14px;
    font-family: "Montserrat", serif;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #000;
    box-shadow: 1px 1px 0px #000;
    padding: 10px 20px;
    background: transparent;
    transition: all 0.4s ease;
    display: inline-block;
}

.respuesta-encuesta .info-respuesta a.link-productos:hover,.respuesta-encuesta .info-respuesta-eng a.link-productos:hover {
  background: #000;
  color: #fff;
}
.respuesta-encuesta {
    text-align: center;
    padding: 80px 0 0;
    font-family: "DMserif", serif;
    background:#FAF3EC url(/themes/armoniabio/assets/img/fondo-resultado-test.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: 40%;
    background-size: 50%;
    margin-bottom: 220px;
    margin-left: 70px;
    margin-right: 70px;
}
.respuesta-encuesta.oculto{display: none;}
.respuesta-encuesta .texto-titulo p{
  font-size: 18px;
  margin-bottom:0px;
}
.respuesta-encuesta .info-respuesta,.respuesta-encuesta .info-respuesta-eng  {
    margin-bottom: 40px;
}
.respuesta-encuesta .info-respuesta h2, .respuesta-encuesta .info-respuesta-eng h2{
  font-size: 40px;
  margin: 10px 0 0 0;
}
.respuesta-encuesta .info-respuesta img,.respuesta-encuesta .info-respuesta-eng img {
    max-width: 200px;
    width: 120px;
    margin: 25px;
}
.respuesta-encuesta .info-respuesta p.texto-respuesta, .respuesta-encuesta .info-respuesta-eng p.texto-respuesta {
    font-size: 45px;
    line-height: 53px;
    font-weight: 500;
    margin: 0;
}
.respuesta-encuesta .info-respuesta p.texto_descuento {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
}
.respuesta-encuesta .info-respuesta a.link-productos, .respuesta-encuesta .info-respuesta-eng a.link-productos {
    color: #000;
    font-size: 14px;
    font-family: "Montserrat", serif;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #000;
    box-shadow: 1px 1px 0px #000;
    padding: 10px 20px;
    background: transparent;
    transition: all 0.4s ease;
    display: inline-block;
}

.respuesta-encuesta .info-respuesta a.link-productos:hover,.respuesta-encuesta .info-respuesta-eng a.link-productos:hover {
  background: #000;
  color: #fff;
}
img.imagen-botes { margin-bottom: -120px;}

.info-conoce-piel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.info-conoce-piel .texto-conoce-piel {
    flex: 0 0 50%;
    padding: 0 140px;
}
.info-conoce-piel .imagen-conoce-piel {
    text-align: right;
    flex: 0 0 50%;
}

.info-respuesta .resultados{display: none;}
.info-respuesta .resultados.open{display: block;}

.info-respuesta .resultados ._form-content {
    display: flex;
    align-items: start;
    justify-content: center;
    text-align: left;
}.info-respuesta .resultados ._form_element {
    padding: 0 10px;
}
.info-respuesta .resultados label._form-label {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    display: block;
}
.info-respuesta .resultados fieldset._form-fieldset {
  max-width: 300px;
  border: 0px solid;
  padding: 0;
}
.info-respuesta .resultados fieldset._form-fieldset label {
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", serif;
}

.info-respuesta .resultados ._field-wrapper :is(input#firstname, input#lastname, input#email) {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
}
.info-respuesta .resultados ._field-wrapper :is(input#firstname, input#lastname, input#email)::placeholder {
    color: #8d8d8d;
}
.info-respuesta .resultados ._button-wrapper._inline-style {padding-top: 26px;}
@media (max-width: 768px){
  .info-respuesta .resultados ._form-content{flex-wrap: wrap;}
  .head-descubre {padding: 40px;}
  .respuesta-encuesta{
    margin-left: 70px;
    margin-right: 70px;
  }
  .info-conoce-piel {
    flex-direction: column-reverse;
  }
  .info-conoce-piel .texto-conoce-piel, .info-conoce-piel .imagen-conoce-piel{
    flex: 0 0 100%;
  }
  .info-conoce-piel .texto-conoce-piel{
    padding: 0px;
  }
}
@media (max-width: 426px){
  .head-descubre {
    padding: 20px;
  }
  .texto-head-descubre {
    background: rgba(255,255,255,0.72);
    padding: 20px;
  }
.bloque-preguntas{
    padding: 40px 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .respuesta-encuesta{
    padding: 40px 0 0;
    margin-left: 0px;
    margin-right: 0px;

  }
}
/*-------------------- Resultados de búsqueda --------------------*/
body#search #js-product-list > .flex-container {
    flex-wrap: wrap;
    display: flex;
}
body#search article.product-miniature {
    flex: 0 0 50%;
    width: 50%!important;
}

span.fakelink{
  cursor: pointer;
}


/*-------------------- Categoria --------------------------------*/
#category #products .product-title a{
  white-space: initial;
}

.seccion-verde {
    background: #e0f6c8;
    padding: 60px 140px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
}
.seccion-verde .columna {
    flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
}
.seccion-verde .columna img{
  margin-bottom: 30px;
  width: auto;
  height: 100px;
}
.seccion-verde .columna h2{
    font-family: "Montserrat", serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}
.seccion-verde .columna p{
    font-size: 14px;
    line-height: 22px;
}

.enlaces-rosa {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.enlaces-rosa .columna {
    flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    padding: 40px;
    margin: 0 10px;
    background: #faf3ec;
}
.enlaces-rosa .columna .titulo-enlaces{
  font-size: 30px;
  line-height: 35px;
  font-family: "DMSerif", serif;
  margin: 10px 0;
}
.enlaces-rosa .columna .texto-enlaces{
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    max-width: 400px;
}
.enlaces-rosa .columna a.btn-enlaces {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
}
.bloque-mas-info{
  margin-top: 120px;
}
.bloque-mas-info .seccion-mas-info{
  padding: 60px 0px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.bloque-mas-info .seccion-mas-info .columna {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
}
.bloque-mas-info .seccion-mas-info .columna h2{
      font-size: 35px;
    line-height: 40px;
    font-family: "DMSerif", serif;
}
.bloque-mas-info .seccion-mas-info.img-derecha .columna.orden-1 img {
    text-align: right;
    padding:0px 20px;
}
.bloque-mas-info .seccion-mas-info.img-derecha .columna.orden-2{
  padding: 40px;
}
.bloque-mas-info .seccion-mas-info.img-izquierda .columna.orden-1 img {
    text-align: right;
    padding: 0 20px;
}
.bloque-mas-info .seccion-mas-info.img-izquierda .columna.orden-2{
  padding: 40px;
}
.bloque-mas-info .seccion-mas-info .columna p{
  font-size: 14px;
  line-height: 22px;
  font-weight: 200;
}

.google-maps {
    width: 100%;
    float: left;
    min-height: 250px; 
}

.isotope.products-module.flex-container {
    min-height: 600px;
}

/*------------------------------- Categorías personalizadas -------------------------------*/
/*.category-id-7 h1.h1{
  color: #cf2e2e;
}*/
.category-id-7 .cat_page__top{
  /*background: url('/themes/armoniabio/assets/img/fondo-packs-navidad-cat.png');*/
  background-image: url(/modules/pspagebuilder/views/img/hojas-cat.png);
  background-color: #ecece3;
  background-repeat: no-repeat;
  background-position: right top;
}

.category-id-25 .cat_page__top, 
.category-id-23 .cat_page__top, 
.category-id-24 .cat_page__top, 
.category-id-26 .cat_page__top, 
.category-id-51 .cat_page__top {
  position: relative;
  background-color: #FAF3EC;
/*  background-image: url("/themes/armoniabio/assets/img/fondo-resultado-test.png");*/
  background-image: none;
  background-repeat: no-repeat;
  background-position: 106% bottom;
  background-size: 503px;
}
.category-id-25 .cat_page__top:after, 
.category-id-23 .cat_page__top:after, 
.category-id-24 .cat_page__top:after,
.category-id-26 .cat_page__top:after, 
.category-id-51 .cat_page__top:after {
    content: "";
    width: 367px;
    height: 362px;
    right: 0;
    bottom: -110px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: bottom center; 
    
}
.category-id-23 .cat_page__top:after{background-image: url(/themes/armoniabio/assets/img/categorias/img-piel-grasa.png);}
.category-id-24 .cat_page__top:after{background-image: url(/themes/armoniabio/assets/img/categorias/img-piel-mixta.png);}
.category-id-25 .cat_page__top:after{background-image: url(/themes/armoniabio/assets/img/categorias/img-piel-seca.png);}
.category-id-26 .cat_page__top:after{background-image: url(/themes/armoniabio/assets/img/categorias/img-piel-sensible.png);}
.category-id-51 .cat_page__top:after{background-image: url(/themes/armoniabio/assets/img/categorias/img-piel-madura.png);}

.category-id-53 .cat_page__top{
    position: relative;
    background-color: #c3779f;
    background-repeat: no-repeat;
    background-position: 100% bottom;
    background-size: 434px;
    background-image: url(/themes/armoniabio/assets/img/banner-aniversario.png);
}
@media (min-width: 426px){
  .category-id-53 .cat_page__top h1, .category-id-53 .cat_page__top div#category-description p{color: #fff;} 
}

.cms-id-6 .cat_page__top {
  background-color: #FAF3EC;
  background-image: url("/themes/armoniabio/assets/img/descubre-tu-tratamiento.png");
  background-position: 106% center;
  background-size: 360px;
}

.seccion-preguntas-frecuentes {
  margin: 60px 180px 0;
  padding: 80px;
  background: #FAF3EC;
}
.seccion-preguntas-frecuentes h2{
  font-size: 35px;
  line-height: 40px;
  font-family: "DMSerif", serif;
}
.seccion-preguntas-frecuentes .pregunta {
    margin-bottom: 40px;
}
.seccion-preguntas-frecuentes .pregunta p {
    margin: 5px;
}
.titulo-post-blog{
  margin-top: 120px;
  text-align: center;
}
.titulo-post-blog h2{
  font-size: 35px;
  line-height: 40px;
  font-family: "DMSerif", serif;
}
.enlaces-post-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.enlaces-post-blog .columna-post {
    flex: 0 0 48%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.enlaces-post-blog .columna-post .colm-img {
    flex: 0 0 48%;
}
.enlaces-post-blog .columna-post .colm-text {
    flex: 0 0 48%;
    padding: 20px;
}

.enlaces-post-blog .columna-post .colm-text .titulo-enlace{
  font-size: 25px;
  line-height: 30px;
  font-family: "DMSerif", serif;
  margin: 0;
  font-weight: 700;
}
.enlaces-post-blog .columna-post .colm-text .titulo-enlace a{
  color: #000;
}

.enlaces-post-blog .columna-post .colm-text span.fecha {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

/*---------------------- Responsive Categorias ---------------------------*/

@media (max-width: 1024px){
  .listado-productos-flex > article{
    width: 30%!important;
    flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
  }
}
@media (max-width: 768px){
  .listado-productos-flex > article{
    width: 42%!important;
    flex: 0 0 42%;
    -webkit-flex: 0 0 42%;
    -ms-flex: 0 0 42%;
  }
  .category-piel-seca .cat_page__top:after, .category-piel-grasa .cat_page__top:after, .category-piel-mixta .cat_page__top:after, .category-piel-sensible .cat_page__top:after, .category-piel-madura .cat_page__top:after{
    content:none;
  }
  .seccion-preguntas-frecuentes {
    margin: 60px 45px 0;
  }
  .enlaces-post-blog .columna-post{
    flex: 0 0 100%;
  }
  .enlaces-post-blog .columna-post .colm-img, .enlaces-post-blog .columna-post .colm-text{
    flex: 0 0 100%;
  }
  .seccion-verde{
    padding: 35px 35px;
  }
  .enlaces-rosa .columna {
    flex: 0 0 47%;
    -webkit-flex: 0 0 47%;
  }
  .bloque-mas-info {
    margin-top: 0px;
  }
  .bloque-mas-info .seccion-mas-info.img-derecha .columna.orden-2, .bloque-mas-info .seccion-mas-info.img-izquierda .columna.orden-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bloque-mas-info .seccion-mas-info .columna{
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
  }
  .bloque-mas-info .seccion-mas-info.img-derecha .columna.orden-1 img, .bloque-mas-info .seccion-mas-info.img-izquierda .columna.orden-1 img{
    padding-left: 10px;
    padding-right: 10px;
  }
  .columna.orden-1 {order: 1;}
  .columna.orden-2 {order: 2;}
}
@media (max-width: 426px){
  .listado-productos-flex > article{
    width: 100%!important;
    flex: 0 0 100%; 
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .widget-categorypagetitle h1 {
    	font-size: 30px;
    	line-height: 40px;
	}
  .cabecera-categoria-custom {
    padding: 0;
  }
  .cabecera-categoria-custom .bloque-cabecera-categoria {
    margin: 20px 0;
    background: rgba(255, 255, 255, 0.72);
    padding: 20px;
  }
  .seccion-preguntas-frecuentes {
    margin: 60px 0px 0;
    padding: 20px;
  }
  .seccion-verde .columna {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    text-align: center;
  }
  .enlaces-rosa{
    margin-top: 0px;
  }
  .enlaces-rosa .columna{
     flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    margin: 20px 0 0;
  }
  .seccion-verde .columna.colum-2 {
    margin-top: 30px;
  }
  .bloque-mas-info .seccion-mas-info {
    padding: 40px 0px 0;
  }
}

/*------------------------------ Contacto --------------------------*/
.contact-page-footer {
  margin-top: 40px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.contact-page-footer > div {
  margin: 20px;
  background: #faf3ec;
  padding: 20px;
  text-align: center;
  width: 30%;
  flex: 0 0 30%;
  -webkit-flex: 0 0 30%;
}
.contact-page-footer h6{
  font-weight: 400;
  font-family: "DMSerif", serif;
  font-size: 24px;
  line-height: 26px;
  color: #000;
  letter-spacing: normal;
}
.contact-page-footer p{
  color: #000000;
}
.contact-page-footer svg{
  color: #000000;
}

@media (max-width: 1024px){
  .contact-page-footer > div {
    width: 28%;
    flex: 0 0 28%;
    -webkit-flex: 0 0 28%;
  }
}
@media (max-width: 768px){
  .contact-page-footer > div {
    width: 30%;
    flex: 0 0 30%;
  -webkit-flex: 0 0 30%;

    margin: 10px;
  }
}
@media (max-width: 426px){
  .logo-header-mv > .text-left {
    text-align: center;
  }
  .contact-page-footer > div{
    width: 100%;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
  }
  .contact-page {
    flex-direction: column-reverse;
    display: flex;
  }
  .contact-page .login-form{
    margin-bottom: 70px;
    padding: 0;
  }
}
/*--------------------------------------- Cookies ---------------------------------------*/
table.tabla-cookies tr:nth-child(1) {background: #e6e6e6;}
table.tabla-cookies {border-collapse: collapse;}
table.tabla-cookies td {
    border: 1px solid #b5b5b5;
    padding: 15px;
    font-size: 14px;
}
/*div#idxrcookies #center {
    height: 100%;
    margin-top: 0px;
    background: rgba(0,0,0,0.8)!important;
}
div#idxrcookies #center .contenido {
    max-width: 70%;
    margin: 0 auto;
    background: #000;
    padding: 40px;
    flex-wrap: wrap;
}
div#idxrcookies #center .contenido #textDiv p {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}
div#idxrcookies #center .contenido #textDiv #textDiv a {color: #fff;}

div#idxrcookies #center .contenido #buttons {width: 100%;}

div#idxrcookies #center .contenido #buttons a#idxrcookiesOK,
div#idxrcookies #center .contenido #buttons  a#cookiesConf {
  float: left;
    width: 48%;
    margin-top: 8px;
    margin-right: 20px;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}*/
.pk-scroll-totop#scrollTop {bottom: 80px;}
.cookie-button{padding: 5px 5px 0px;}
.cookie-button-right{right: 32px;}

#idxrcookies #bottom{
  background-color:#FAF3EC!important;
  border-top: 2px solid #b42779;
}
#idxrcookies #bottom .contenido{
    flex-wrap: wrap;
}
#idxrcookies #bottom .contenido #textDiv{
  flex: 0 0 90%;
  width: 90%;
  padding-right: 30px;
}
#idxrcookies #bottom .contenido #textDiv p{
  font-weight: 400;
  font-size: 10px;
  text-align: center;
  color: #000!important;
}
#idxrcookies #bottom .contenido div#buttons{
  width: 10%;
  flex: 0 0 10%;
  text-align:center;
}
#idxrcookies #bottom .contenido #buttons #idxrcookiesOK {
    background-color: #b42779 !important;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    padding: 5px;
}
#idxrcookies #bottom .contenido #buttons #cookiesConf {
    width: 100%;
    display: inline-block;
    font-size: 16px;
}

div#idxrcookies #center .contenido #buttons, 
 {
    width: 100%;
    flex: 0 0 100%;
}

.enlace-packs {
	cursor: pointer;
}

@media (max-width: 768px){
  #idxrcookies #bottom .contenido #textDiv{
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0px;
  }
  #idxrcookies #bottom .contenido div#buttons{
    width: 100%;
    flex: 0 0 100%;
    text-align:center;
    flex-direction: column;
  }
  #idxrcookies #bottom .contenido #buttons #idxrcookiesOK{
    margin-bottom: 10px;
  }
}

/*----------------------------- Productos  ------------------------------*/
body#product .bloque-mas-info {
    margin: 0 auto;
    max-width: 1360px;
}

body#product .bloque-mas-info .seccion-mas-info.img-derecha .columna.orden-1 img,
body#product .bloque-mas-info .seccion-mas-info.img-izquierda .columna.orden-1 img {
    padding-left: 60px;
    padding-right: 60px;
}

body#product .bloque-mas-info .seccion-mas-info.img-derecha .columna.orden-2,
body#product .bloque-mas-info .seccion-mas-info.img-izquierda .columna.orden-2 {
    padding-left: 60px;
    padding-right: 60px;
}

body#product .bloque-mas-info ul{
  list-style-position: initial;
  margin-left: 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 200;
}
/*------------------------- Productos relacionados ----------------------*/
section.lineven-relatedproducts .product-thumbnail img{
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
}
/*------------------------- Carrito de la compra -------------------------*/

.cart-button a.btn.ellipsis {
    background: #b42779;
    color: #fff;
    padding: 20px 10px;
    transition: all 0.3s ease;
}
.cart-button a.btn.ellipsis:hover{
  background: #0a0a0a;
}
#checkout-personal-information-step ul.nav.nav-inline li.nav-item a.nav-link {
    color: #d1d1d1;
    background: #fff;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #d1d1d1;
    transition: all 0.3s ease;
}
#checkout-personal-information-step ul.nav.nav-inline li.nav-item a.nav-link.active {
    border: 1px solid #b42779;
    text-decoration: none;
    background: #b42779;
    color: #fff;
}
.carrito_movil .btn_movil_cart { display: none;cursor: pointer;}
#header .btn_pc_cart.btn_carrito{cursor: pointer;}

.fondo-carrito.active {
    background: rgb(0 0 0 / 40%);
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}

#header .widgets-right .shopping_cart.dd_view {
    top: 0;
    right: -400px;
    position: fixed;
    transform: translate(0px);
    height: 100vh;
    z-index: 999;
    transition: all 0.1s linear;
}
#header .widgets-right .shopping_cart.dd_view.active{
  right: 0;
}
#header .widgets-right .shopping_cart.dd_view .btn_close {
    text-align: right;
    padding: 20px;
    cursor: pointer;
    width: max-content;
    margin: 0 0 0 auto;
}
#header .widgets-right .shopping_cart.dd_view .dd_cont .indent {
    padding: 10px;
}
#header .widgets-right .shopping_cart.dd_view .aviso_vacio {
    background: #D9EDF7;
    padding: 10px 20px;
    border-left: 10px solid #c1e4f5;
}
.shopping_cart .indent .listado_productos > article.mini-product {
    border: 1px solid #ccc;
    padding: 10px;
}
.shopping_cart .indent .listado_productos{
    max-height: 66vh;
    overflow-y: auto;
    padding-right: 2px;
}
.shopping_cart .indent .listado_productos::-webkit-scrollbar{
  width: 5px;
  display: block;
}
.listado_productos::-webkit-scrollbar-track {
    background: #e7e7e7;
}
.listado_productos::-webkit-scrollbar-thumb {
    background-color: #b42779;
    border-radius: 20px;
}
.shopping_cart .indent > .flex-container.flex-contenido_carrito {
    flex-direction: column;
    padding-top: 10px;
}
.shopping_cart .cart-button {
    width: 100%;
    margin-top: 20px;
}
.shopping_cart .cart-button a.btn.ellipsis {padding: 10px 10px;}
@media (max-height:788px){
  .shopping_cart .indent .listado_productos{
    max-height: 50vh;
  }
}
@media (max-width:768px){
  #desktop_cart .btn_pc_cart{display: none}
  #desktop_cart .carrito_movil .btn_movil_cart { display: block;}
}

@media (max-width: 520px){
  #checkout-personal-information-step ul.nav.nav-inline li.nav-item{margin-left: 0;margin-bottom: 10px;}
  #checkout-personal-information-step ul.nav.nav-inline li.nav-item span.nav-separator{display: none;}
}
/*------------------------- Redes sociales -------------------------*/
a.ft-facebook, a.ft-twitter, a.ft-instagram, a.ft-youtube, a.ft-pinterest{
  padding: 0px 5px;
  transition: all 0.3s ease;
}
a.ft-facebook .svgic, a.ft-twitter .svgic, a.ft-instagram .svgic, a.ft-youtube .svgic, a.ft-pinterest .svgic{
  margin-top: 3px;
}
a.ft-facebook:hover, a.ft-twitter:hover, a.ft-instagram:hover, a.ft-youtube:hover, a.ft-pinterest:hover{transform:scale(1.2);}

/* Loyalty - fidelidad */
i.loyaltyicon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(/themes/armoniabio/assets/img/icon_loyalty.svg);
        background-size: cover;
    background-repeat: no-repeat;
}
p#loyalty {
    display: inline;
}

.asterisco{
	font-size: 8pt;
    line-height: 1.3;
}
body#identity .custom-checkbox label > em {
    font-size: 14px;
    margin-left: -25px;
    margin-top: -10px;
}
body#my-account a.lnk_loyalty i.material-icons img.icon-ly-cuenta {
    max-width: 50px;
}
body#my-account a.lnk_loyalty i.material-icons {
  padding-bottom: 15px;
}

body#module-loyalty-default ul.footer_links li a img.icon {
    display: none;
}

/* ------------------- páginas -------------------------*/
.bloq-content-cosmeticos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 120px 0;
}

.bloq-content-cosmeticos .imagenes-cosmeticos {
    width: 50%;
    flex: 0 0 50%;
}
.bloq-content-cosmeticos .textos-cosmeticos {
    flex: 0 0 50%;
    width: 50%;
    padding: 60px;
}
.bloq-content-cosmeticos .textos-cosmeticos p{
  text-align: left;
  line-height: 26px;
}

.bloq-content-cosmeticos .textos-cosmeticos h2 {
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    color: #414141;
}
.texto_inicio {
    background: #FAF3EC;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 60px;
}

.texto_inicio .col-texto-inicio {
    flex: 0 0 70%;
    width: 70%;
}

.texto_inicio .col-imagen-inicio {
    flex: 0 0 20%;
    width: 20%;
}

.texto_inicio .col-texto-inicio h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 0;
    font-family: "DMSerif", serif;
    text-transform: uppercase;
    color: #414141;
}
.texto_inicio .col-texto-inicio p {
    font-size: 15px;
    color: #414141;
    text-align: left;
}
.destacado {
    color: #9ebf43;
}

@media (max-width: 426px){
  .hidden-xs {
    display: none;
}
  .texto_inicio{
    padding: 20px;
  }
  .texto_inicio .col-texto-inicio, .texto_inicio .col-imagen-inicio{
    flex: 0 0 100%;
    width: 100%;
  }
  .bloq-content-cosmeticos .imagenes-cosmeticos, .bloq-content-cosmeticos .textos-cosmeticos{
    flex: 0 0 100%;
    width: 100%;
  } 
  .bloq-content-cosmeticos .textos-cosmeticos {
    padding:0;
  }
  .bloq-content-cosmeticos.col-reverse-mv {
    flex-direction: column-reverse;
  }
}

/* newsletter */

.bloq-newsletter-footer {
    background: #f7f7f7;
    padding: 0px;
}
._form_15{
  margin-top: 0px !important;
}
.newsletter-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: left;
}

.titulo_form_newsletter, .subtitulo_form_newsletter {
    flex: 0 0 26%;
    width: 26%;
}
.form_newsletter{
  flex: 0 0 45%;
  width: 45%;
}
.titulo_form_newsletter p.title {
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    font-family: "DMSerif", serif;
    color: #414141;
    text-transform: uppercase;
}
.titulo_form_newsletter p {
    margin: 5px 0;
}

.subtitulo_form_newsletter p {
    margin: 5px 0;
}
.subtitulo_form_newsletter p.title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #9ebf43;
}
 .form_newsletter input#mce-EMAIL {
    padding: 20px;
    width: 68%;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #bdbdbd;
}
.form_newsletter input#mce-EMAIL::placeholder {
  color:#757575;
}

 .form_newsletter .clear {
    display: inline-block;
    margin-left: -5px;
}
.form_newsletter .clear input#mc-embedded-subscribe {
    padding: 20px;
    border-radius: 0px 10px 10px 0px;
}
.aviso-editar-provincia {
    background: #9ebf43;
    color: #fff;
    padding: 10px;
    display: block;
    margin: 20px 0;
}
@media (max-width: 768px){
  .titulo_form_newsletter, .subtitulo_form_newsletter, .form_newsletter{
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 426px){
  .bloq-newsletter-footer {background: transparent;}
}

/*----------------------Mi cuenta ----------------*/
body#my-account .text-xs-center a.btn {
    background: #9ebf43;
    color: #fff;
    transition: all 0.3s ease;
    padding: 12px 30px;
}
body#my-account .text-xs-center a.btn:hover {
  background: #b42779;
}
a.account-link.btn, .addresses-footer a.btn {
    background: #b42779;
    color: #fff;
    transition: all 0.3s ease;
}
a.account-link.btn:hover, .addresses-footer a.btn:hover {
    background: #000;  
}

body#module-loyalty-default ul.footer_links {
    list-style: none;
}

body#module-loyalty-default ul.footer_links li {
    background: #b42779;;
    padding: 10px 20px;
    display: inline-block;
    margin: 0;
    transition: all 0.3s ease;
}
body#module-loyalty-default ul.footer_links li:hover{
    background: #000;
}
body#module-loyalty-default ul.footer_links li a {
  color: #fff;
}

.related-titles .otro_title {
    font-size: 35px;
    line-height: 40px;
    font-family: "DMSerif",serif;
    text-transform: none;
    color: #000;
    font-weight: 700;
}

/* ingredientes */

.contenido_ingredientes {
    display: none;
    border: 1px solid #cacaca;
    padding: 10px;
    margin-top: 5px;
    color: #7a7a7a;
    font-size: 12px;
    line-height: 22px;
}
.titulo_ingredientes {
    margin-top: 20px;
    color: #9ebf43;
    text-transform: uppercase;
    font-weight: bold;
    cursor:pointer;
}
.titulo_ingredientes:before {
    content: "+";
    border: 1px solid;
    border-radius: 50%;
    padding: 0px 4px;
    line-height: 15px;
    font-size: 15px;
    margin-right: 5px;
}
.titulo_ingredientes.open:before {
  content: "-";
  padding: 0 6px;
}

/** Icono de nuevo */
.product-flags>li.new, .product-miniature .product-flags li.new {
    position: absolute;
    left: -170px;
}
@media (max-width:426px){
  .product-flags>li.new, .product-miniature .product-flags li.new {
     left: -270px;
  }
}

@media (max-width:375px){
  .product-flags>li.new, .product-miniature .product-flags li.new {
     left: -210px;
  }
}
@media (max-width:320px){
  .product-flags>li.new, .product-miniature .product-flags li.new {
     left: -170px;
  }
}

.promo-name li.cart-summary-line {
    list-style: none;
}
.block-promo .cart-summary-line .label, .block-promo .promo-name li.cart-summary-line .label {
    color: #9ebf43;
}

.product-info-section .product-information .product-variants-item ul.type-radio{
  flex-direction: row;
}

/********** Landing *************/
:root{
    --color-azul: #2793ad;
    --color-rojo: #e96057;
    --color-morado: #9870a1;
    --color-amarillo: #f5b526;
}
.cl-azul{color: var(--color-azul);}
.cl-rojo{color: var(--color-rojo); }
.cl-morado{color: var(--color-morado); }
.cl-amarillo{color: var(--color-amarillo); }
body#cms .header_texto {
    background-color: #5f686f;
    background-image: url(/img/sorteo/banner-sorteo.jpg);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}
body#cms .header_texto .content {width: 60%;padding: 40px;}
body#cms .header_texto h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 400;
    line-height: 58px;
    font-family: 'DMSerif';
    text-align: left;
    margin:0 10px;
}
body#cms .header_texto .subtitle_h1 {
    color: #fff;
    font-size: 26px;
    text-align: left;
    line-height: 30px;
    margin: 10px 0;
}

body#cms .header_texto .condiciones {
    color: #fff;
    margin: 10px 0;
    font-size: 18px;
}
body#cms h2.h2-cuidar, body#cms h2.h2_boost {
    text-align: center;
    font-size: 68px;
    line-height: 50px;
    font-family: 'DMSerif';
    margin: 60px 0px 40px 0px;
}
body#cms p.p-cuidar {
    text-align: center;
    margin: 10px 0;
    font-size: 30px;
    line-height: 35px;
}
body#cms .list-productos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
}
body#cms .list-productos .col-producto {
    flex: 0 0 23%;
    width: 23%;
    text-align: center;
}

body#cms .list-productos .col-producto .title_prod {
    font-size: 24px;
    margin: 10px 0;
    font-weight: bold;
}
body#cms .subtitle_prod {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}
body#cms .dest_prod {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
body#cms .list-productos .col-producto .text_prod p {
    margin: 0 0 10px 0;
}

body#cms .list-color-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 40px;
}
body#cms .col-text-colr {
    flex: 0 0 25%;
    width: 25%;
}
body#cms .list-color-text .col-text-colr span {
    font-size: 26px;
    font-weight: 600;
}
body#cms .list-color-text .col-text-colr span:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: -4px;
    margin-right: 8px;
}
body#cms .list-color-text .col-text-colr span.cl-azul:before{background-color:  var(--color-azul)}
body#cms .list-color-text .col-text-colr span.cl-rojo:before{background-color:  var(--color-rojo)}
body#cms .list-color-text .col-text-colr span.cl-morado:before{background-color:  var(--color-morado)}
body#cms .list-color-text .col-text-colr span.cl-amarillo:before{background-color:  var(--color-amarillo)}
body#cms p.desc-efecto-renovador{
  font-size: 26px;
  text-align: center;
  line-height: 34px;
}

body#cms .formulario {
    background: #fff;
    padding: 20px;
    max-width: 500px;
}
body#cms .formulario input[type="text"], .formulario input[type="email"] {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #e8ebef;
    font-size: 15px;
}
body#cms .formulario input[type="text"]::placeholder,
body#cms .formulario input[type="email"]::placeholder {
    color: #ccc;
}
body#cms .formulario .text-legal{list-style: none;margin-bottom: 20px;}
body#cms .formulario .text-legal label{font-size: 11px;}
body#cms .formulario input[type="submit"] {
    background: #a0bd3e;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #a0bd3e !important;
    color: #ffffff !important;
}
body#cms .descubrir {display: none;}
body#cms .leer_mas {
    text-decoration: underline;
    font-weight: bold;
    color: #343434;
    cursor: pointer;
}
body#cms .formulario .text-legal a {text-decoration: underline;}
.listado-4-productos .elementor-product-grid {grid-template-columns: repeat(4, 1fr);}
.btn_backfriday a {display: block;}

@media (max-width: 768px){
  .listado-4-productos .elementor-product-grid {grid-template-columns: repeat(2, 1fr);}
  body#cms .header_texto{background-size: cover; background-position: center right;}
  body#cms .header_texto .content {
    width: auto;
    padding: 20px;
    background: rgb(0 0 0 / 60%);
  }
  body#cms .header_texto h1{font-size: 35px;line-height: 40px;}
  body#cms .header_texto .subtitle_h1{font-size: 22px;line-height: 24px;}
  body#cms .list-productos .col-producto {
    flex: 0 0 100%;
    width: 100%;
  }
  body#cms .col-text-colr {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 20px;
  }
  body#cms .list-color-text{text-align: left;}
  body#cms h2.h2-cuidar, body#cms h2.h2_boost{font-size: 38px;line-height: 46px;}
  body#cms p.p-cuidar{font-size: 20px; line-height: 28px;}
  body#cms p.desc-efecto-renovador{font-size: 18px;line-height: 26px;}
  .js-mailalert button.btn.btn-primary {
      padding: 15px 15px;
      text-transform: initial;
  }
  .js-mailalert{flex-wrap: wrap;}
  .productButtons.product-additional-info.flex-container.align-items-center.flex-column{margin-top: 0;}
}

@media (max-width: 480px) {
  .listado-4-productos .elementor-product-grid {grid-template-columns: repeat(1, 1fr);}
  body#cms .list-color-text .col-text-colr span:before{
    height: 18px;
    width: 18px;
  }
  body#cms .list-color-text .col-text-colr span {
    font-size: 20px;
  }
  .condiciones{
    text-align: left;
  }
}
.productButtons.product-additional-info.flex-container.align-items-center.flex-column {
    clear: both;
}

/* Modulo gratuito */

.cart-content #abfd_checkout_subtotal_details,
#cart-subtotal-shipping #abfd_checkout_subtotal_details {
    text-align: left;
}
.cart-detailed-totals .cart-summary-line small.value{
  width: 100%;
}

/*---------------------------------------------- Slider -----------------------------*/
@media (max-width: 425px){
  #rev_slider_1_1 li#dias_felices_slider .tp-bgimg.defaultimg{
    background-image: url(/img/banner-dias-felices-movil.jpg)!important;
  }
}
.mensaje_carrito p {
    background: #9ebf4333;
    padding: 10px 20px;
    border-left: 10px solid #9EBF43;
    margin: 0 0 20px;
}

/*--------------------------------- gracias sorteo  -----------------------------*/
body.cms-id-16 section.main-contant-wrapper,
body.cms-id-16 .page-content.page-cms{
  background-color: #faf9ea;
  padding-bottom: 20px;
}
body.cms-id-16 #main header.page-header {margin-bottom: 0;}
body.cms-id-16 h1 {
    color: #23583c;
    font-size: 42px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
}
body.cms-id-16 .info_1 {
  text-align: center;
  margin-bottom: 40px;
}
body.cms-id-16 .info_1 h2.subtitulo {
    color: #23583c;
    text-align: center;
    margin: 0;
}
body.cms-id-16 .codigo .info_codigo {
    border: 1px solid #000;
    padding: 10px 20px;
}
body.cms-id-16 p.info_peq {
    margin: 0;
    font-size: 12px;
    text-align: center;
}
body.cms-id-16 .info_2 {
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    padding: 30px 0;
    text-align: center;
}
body.cms-id-16 .texto {
    font-size: 24px;
    max-width: 45%;
    margin: 0 auto;
    line-height: 33px;
}
body.cms-id-16 a.btn_gama_helix {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 7px;
    background: #23583c;
    color: #fff;
    font-weight: bold;
    padding: 7px 30px;
    font-size: 20px;
}
body.cms-id-16 .info_3 {text-align: center;}
body.cms-id-16 .redes_sociales_sorteo {
    display: flex;
    justify-content: center;
}
/*----------------- nueva sección -------------------*/
body .opciones {text-align: center;}
.btn_listado_home {
    color: #ccc;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .1em;
    padding: 0 80px 10px;
    line-height: 16px;
    display: inline-block;
    border-bottom: 2px solid #ccc;
    transition: all .3s linear;
    cursor: pointer;
    margin-top: 20px;
}
.btn_listado_home.active { border-color: #000; color: #000; }
.widget-products.list_productos_home {display: none;}
.widget-products.list_productos_home.active {display: block;}

/*------------------ opiniones verificadas ---------------------*/

body#product .product-footer .product-miniature .skeepers_product__stars{width: 100%;}
body#home .product-miniature .skeepers_product__stars{width: 100%;}
body#product .product-footer .skeepers_product__stars{
    display: flex;
    justify-content: center;
    margin: 5px 0 0px;
}
body#product .product-info-section .skeepers_product__stars.stars-cursor {
    max-width: max-content;
    display: inline-block;
}
body#product .product-info-section .skeepers_product__stars.stars-cursor span.rate-total,
body#product .product-info-section .skeepers_product__stars.stars-cursor span[data-lang="SKEEPERS_AVIS"] {
    display: none;
}
body#product a.btn_ver_opininiones {
    font-size: 14px;
    color: #000;
    transition: all 0.1s linear;
}
body#product a.btn_ver_opininiones:hover{text-decoration: underline;}

.product-miniature .skeepers_product__stars span.rate-aggregate,
.product-miniature .skeepers_product__stars span.rate-aggregate__separator,
.product-miniature .skeepers_product__stars span.rate-aggregate__max{display: none;}

/**--- BANNER COLOR DAYS ---**/
.banner_envios_color_days {
    display: none;
    background: #FFA300;
    color: #fff;
}
.banner_envios_color_days .container_banner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner_envios_color_days .container_banner .col_banner_paleta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex: 0 0 50%;
}
.banner_envios_color_days .container_banner .icon_paleta {
    flex: 0 0 15%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.banner_envios_color_days .container_banner .texto_descuento {
    flex: 0 0 85%;
}
.banner_envios_color_days .container_banner .icon_paleta img {
    width: 40px;
}
.banner_envios_color_days .container_banner .texto_descuento p {
    margin: 0;
    font-size: 14px;
}
.banner_envios_color_days .container_banner .col_banner_enlace {
    padding: 0 20px;
}
.banner_envios_color_days .container_banner .col_banner_enlace a.rg_smartpopup-3 {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

@media (max-width:768px){
  .banner_envios_color_days .container_banner .col_banner_paleta{
        flex: 0 0 100%;
  }
  .banner_envios_color_days .container_banner .texto_descuento {
    flex: 0 0 100%;
    text-align: center;
  }
  .banner_envios_color_days .container_banner .col_banner_enlace {
    padding: 0 20px;
    text-align: center;
    flex: 0 0 100%;
  }
}

/* - Menu nuevo - */
@media (min-width:1025px){
  #header .menu-cabecera .col-inner.nuevo_menu {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 0fr);
      grid-column-gap: 0;
      grid-row-gap: 0;
  }

  #header .menu-cabecera .col-inner.nuevo_menu .pk-widget.widget-html {
      grid-area: 1 / 1 / span 2 / span 1;
  }
  .menu_principal_armonia {
      margin-top: 20px;
  }
  .pts-container-wrap.menu-cabecera { padding: 43px 0;}
}
@media (max-width:1024px){
  #header .menu-cabecera .col-inner.nuevo_menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pts-container-wrap.menu-cabecera { padding: 10px 0;}
}
@media (max-width:520px){
  #header .logo-header-mv>.text-left img.logo {height: 82px; }
  #header .menu-cabecera .col-inner.nuevo_menu div#search_widget { display: none;}

  #header .menu-cabecera .col-inner.nuevo_menu .pk-widget.widget-headeritems { 
    flex: 0 0 50%;
    margin: 0;
  }
  #header .menu-cabecera .col-inner.nuevo_menu .pk-widget.widget-module {
    flex: 0 0 20%;
    margin: 0;
  }
  #header .menu-cabecera .col-inner.nuevo_menu .pk-widget.widget-html { 
    flex: 0 0 20%;
    margin: 0;
  }
  #desktop_cart .carrito_movil .btn_movil_cart svg.svgic {
    width: 23px !important;
    height: 23px !important;
  }
}