#products-selector {
  margin: 1em 0;
  border: solid 1px black;
  list-style: none;
  position: relative; }
  #products-selector::before {
    width: 247px;
    height: 220px;
    content: "";
    background: url(../img/suavearoma.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0; }
  #products-selector .products-selector-item {
    width: 247px;
    height: 220px;
    float: left;
    background: no-repeat center center;
    opacity: .65;
    cursor: pointer; }
  #products-selector .selected,
  #products-selector .products-selector-item:hover {
    opacity: 1; }
  #products-selector .products-selector-1 {
    background-image: url(../img/producto_a.png); }
  #products-selector .products-selector-2 {
    background-image: url(../img/producto_b.png); }
  #products-selector .products-selector-3 {
    background-image: url(../img/producto_c.png); }

#products-content {
  position: relative;
  overflow: visible !important;
  /* Specific */ }
  #products-content ul {
    list-style: none;
    margin: 0; }
  #products-content .products-content-item {
    display: none; }
    #products-content .products-content-item.selected {
      display: block; }
    #products-content .products-content-item.absoluted {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 8; }
  #products-content .products-content-info {
    padding-left: 271px;
    position: relative;
    margin-bottom: 1.25em;
    min-height: 476px; }
    #products-content .products-content-info:before {
      content: "";
      width: 171px;
      height: 475px;
      position: absolute;
      left: 50px;
      top: 0; }
  #products-content .products-content-volanta {
    border: solid 4px #A3CE7F;
    border-top: none;
    border-bottom: none;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto 1em auto;
    text-align: center;
    padding: .5em 1em; }
    #products-content .products-content-volanta span {
      display: inline-block;
      overflow: hidden;
      text-indent: -999em; }
    #products-content .products-content-volanta .m2m {
      background: url(../img/m2m-small.png);
      width: 89px;
      height: 13px; }
    #products-content .products-content-volanta .fm {
      background: url(../img/formula-naturatec.png);
      width: 79px;
      height: 37px;
      position: relative;
      vertical-align: middle;
	      margin-top: -15px;
	 }
	 #products-content .products-content-volanta p:nth-child(1) {
    line-height: 30px !important;
}
    #products-content .products-content-volanta p:nth-child(2) {
      line-height: 30px; }
  #products-content .products-content-title {
    border-radius: 20px;
    padding: 1em 2em;
    margin-bottom: 1.25em; }
    #products-content .products-content-title span {
      font-size: 20px; }
  #products-content .products-content-desc {
    padding: 0 1em; }
  #products-content .products-content-subtitle {
    margin: 1.5em 0 .5em 0; }
  #products-content .products-content-ingredients {
    border: solid 1px #b2b2b2;
    border-top: none;
    position: relative;
    border-radius: 0 0 5px 5px;
    min-height: 290px; }
    #products-content .products-content-ingredients:before {
      display: block;
      width: 50%;
      top: 57px;
      bottom: 0;
      content: "";
      position: absolute;
      background: center center no-repeat; }
  #products-content .products-content-ingredients-deco,
  #products-content .products-content-ingredients-wrapper {
    width: 50%;
    margin: 0;
    list-style: none;
    position: relative; }
  #products-content .products-content-ingredients-deco {
    position: absolute;
    height: 100%; }
    #products-content .products-content-ingredients-deco .item-selector {
      position: absolute;
      width: 50%;
      height: 100%;
      top: 0;
      background: rgba(255, 255, 255, 0.5);
      cursor: pointer; }
      #products-content .products-content-ingredients-deco .item-selector.selected {
        background: none; }
    #products-content .products-content-ingredients-deco .item-left {
      left: 0; }
    #products-content .products-content-ingredients-deco .item-right {
      right: 0; }
  #products-content .products-content-ingredients-deco-title {
    height: 57px;
    line-height: 57px;
    text-align: center;
    position: relative;
    top: -18px;
    text-transform: uppercase;
    z-index: 10; }
    #products-content .products-content-ingredients-deco-title:after, #products-content .products-content-ingredients-deco-title:before {
      content: "";
      position: absolute;
      top: 0; }
    #products-content .products-content-ingredients-deco-title:after {
      width: 36px;
      height: 76px; }
    #products-content .products-content-ingredients-deco-title:before {
      width: 15px;
      height: 57px;
      z-index: 999; }
  #products-content .product-ingredient-list-switch {
    padding-top: 18px;
    position: relative;
    margin-bottom: 18px; }
  #products-content .product-ingredients-lala,
  #products-content .products-content-ingredients-list {
    display: none;
    visibility: hidden; }
    #products-content .product-ingredients-lala.selected,
    #products-content .products-content-ingredients-list.selected {
      display: block;
      visibility: visible; }
  #products-content .products-content-ingredients-wrapper {
    min-height: 289px; }
    #products-content .products-content-ingredients-wrapper:after, #products-content .products-content-ingredients-wrapper:before {
      position: absolute;
      content: "";
      top: 0; }
    #products-content .products-content-ingredients-wrapper:after {
      height: 100%;
      width: 13px; }
    #products-content .products-content-ingredients-wrapper:before {
      width: 100.4%;
      height: 50px;
      border-radius: 5px;
      border-top: 1px solid #b2b2b2;
      top: -2px;
      left: 0; }
    #products-content .products-content-ingredients-wrapper .products-content-ingredients-item {
      margin-top: 1em; }
      #products-content .products-content-ingredients-wrapper .products-content-ingredients-item:nth-child(-n+2) {
        margin-top: 0; }
    #products-content .products-content-ingredients-wrapper .product-switch {
      border-radius: 0 55px 55px 0;
      height: 54px;
      line-height: 54px;
      padding: 0 30px;
      position: absolute;
      top: -16px;
      text-transform: uppercase;
      color: white;
      cursor: pointer; }
  #products-content .fadding {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    margin-top: 18px; }
  #products-content .product-aplication-title {
    text-align: center;
    text-transform: uppercase;
    color: #ababab;
    font-size: 0.85714em;
    line-height: 1.33333em;
    margin-bottom: 10px; }
    #products-content .product-aplication-title span {
      color: black; }
  #products-content .product-aplication-part {
    min-height: 52px;
    padding-left: 60px;
    margin-bottom: 10px;
    font-size: 0.92857em;
    line-height: 1.25em;
    position: relative;
    text-transform: uppercase; }
    #products-content .product-aplication-part:before {
      content: "";
      width: 52px;
      height: 52px;
      position: absolute;
      left: 0;
      top: 0;
      background: no-repeat; }
    #products-content .product-aplication-part span {
      font-weight: bold; }
    #products-content .product-aplication-part p {
      font-size: 0.84615em;
      line-height: 1.09091em; }
  #products-content .part-belly:before {
    background-image: url(../img/icon-belly.png); }
  #products-content .part-breasts:before {
    background-image: url(../img/icon-breasts.png); }
  #products-content .part-thigh-hip:before {
    background-image: url(../img/icon-thigh-hip.png); }
  #products-content .part-belly-2:before {
    background-image: url(../img/icon-belly-2.png); }
  #products-content .part-breasts-2:before {
    background-image: url(../img/icon-breasts-2.png); }
  #products-content .part-thigh-hip-2:before {
    background-image: url(../img/icon-thigh-hip-2.png); }
  #products-content .part-foots-legs:before {
    background-image: url(../img/icon-foots-legs.png); }
  #products-content .part-yoga:before {
    background-image: url(../img/icon-yoga.png); }
  #products-content .part-abdomen:before {
    background-image: url(../img/icon-abdomen.png); }
  #products-content .part-hip-ass:before {
    background-image: url(../img/icon-hip-ass.png); }
  #products-content .part-belt:before {
    background-image: url(../img/icon-belt.png); }
  #products-content .page-1 .products-content-ingredients-deco {
    left: 0; }
  #products-content .page-1 .products-content-ingredients-wrapper {
    float: right;
    padding: 51px 2em 1em 2em; }
    #products-content .page-1 .products-content-ingredients-wrapper:after {
      border-left: solid 1px #b2b2b2;
      background: -moz-linear-gradient(left, #b2b2b2 0%, rgba(178, 178, 178, 0) 100%);
      background: -webkit-linear-gradient(left, #b2b2b2 0%, rgba(178, 178, 178, 0) 100%);
      background: linear-gradient(to right, #b2b2b2 0%, rgba(178, 178, 178, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#00b2b2b2',GradientType=1 );
      left: 0; }
  #products-content .page-1 .products-content-ingredients:before {
    left: 0; }
  #products-content .page-1 .products-content-ingredients-deco-title:after {
    background-position: left top;
    left: -36px; }
  #products-content .page-1 .products-content-ingredients-deco-title:before {
    background-position: right top;
    right: -15px; }
  #products-content .page-1 .product-switch {
    border-radius: 0 55px 55px 0;
    left: 0; }
  #products-content .page-2 {
    display: none; }
    #products-content .page-2 .product-aplication-part:last-child {
      margin-top: 0; }
    #products-content .page-2 .products-content-ingredients-deco {
      right: 0; }
    #products-content .page-2 .products-content-ingredients-wrapper {
      float: left;
      padding: 51px 6.78571em 1em 3.21429em; }
      #products-content .page-2 .products-content-ingredients-wrapper:after {
        border-right: solid 1px #b2b2b2;
        background: -moz-linear-gradient(left, rgba(178, 178, 178, 0) 0%, #b2b2b2 100%);
        background: -webkit-linear-gradient(left, rgba(178, 178, 178, 0) 0%, #b2b2b2 100%);
        background: linear-gradient(to right, rgba(178, 178, 178, 0) 0%, #b2b2b2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b2b2b2', endColorstr='#b2b2b2',GradientType=1 );
        right: 0; }
    #products-content .page-2 .products-content-ingredients:before {
      right: 0; }
    #products-content .page-2 .products-content-ingredients-deco-title:after {
      background-position: right top;
      right: -36px; }
    #products-content .page-2 .products-content-ingredients-deco-title:before {
      background-position: left top;
      left: -15px; }
    #products-content .page-2 .product-switch {
      border-radius: 55px 0 0 55px;
      right: 0; }
  #products-content p {
    margin: 0; }
  #products-content .products-content-ingredients-item {
    width: 50%;
    float: left;
    padding-left: 50px;
    position: relative;
    height: 140px;
    padding-right: 1em; }
    #products-content .products-content-ingredients-item:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 47px;
      height: 47px;
      background-repeat: no-repeat; }
  #products-content .products-content-1 .product-aplication-part span {
    color: #EBA1AF; }
  #products-content .products-content-1 .products-content-info:before {
    background: url(../img/producto_a_sidebar.png) no-repeat; }
  #products-content .products-content-1 .products-content-title {
    color: #464646;
    background: #eba1af; }
  #products-content .products-content-1 .products-content-ingredients-item-title,
  #products-content .products-content-1 .products-content-subtitle {
    color: #eba1af; }
  #products-content .products-content-1 .product-switch {
    background: #eba1af; }
  #products-content .products-content-1 .products-content-ingredients:before {
    background-image: url(../img/producto_a-ingredientes.png); }
  #products-content .products-content-1 .products-content-ingredients-deco-title {
    background: url(../img/ingre-a-center.png); }
    #products-content .products-content-1 .products-content-ingredients-deco-title:after {
      background-image: url(../img/ingre-a-left.png); }
    #products-content .products-content-1 .products-content-ingredients-deco-title:before {
      background-image: url(../img/ingre-a-right.png); }
  #products-content .products-content-1 .products-content-ingredients-rosa:before {
    background-image: url(../img/ico-rosa.png); }
  #products-content .products-content-1 .products-content-ingredients-centella:before {
    background-image: url(../img/ico-centella.png); }
  #products-content .products-content-1 .products-content-ingredients-uva:before {
    background-image: url(../img/ico-uva.png); }
  #products-content .products-content-1 .products-content-ingredients-aceite:before {
    background-image: url(../img/ico-almendras.png); }
  #products-content .products-content-1 .products-content-ingredients-omega:before {
    background-image: url(../img/ico-omega.png); }
  #products-content .products-content-2 .product-aplication-part span {
    color: #A291B5; }
  #products-content .products-content-2 .products-content-info:before {
    background: url(../img/producto_b_sidebar.png) no-repeat; }
  #products-content .products-content-2 .products-content-title {
    color: #464646;
    background: #a291b5; }
  #products-content .products-content-2 .products-content-ingredients-item-title,
  #products-content .products-content-2 .products-content-subtitle {
    color: #a291b5; }
  #products-content .products-content-2 .product-switch {
    background: #a291b5; }
  #products-content .products-content-2 .products-content-ingredients:before {
    background-image: url(../img/producto_b-ingredientes.jpg); }
  #products-content .products-content-2 .products-content-ingredients-deco-title {
    background: url(../img/ingre-b-center.png); }
    #products-content .products-content-2 .products-content-ingredients-deco-title:after {
      background-image: url(../img/ingre-b-left.png); }
    #products-content .products-content-2 .products-content-ingredients-deco-title:before {
      background-image: url(../img/ingre-b-right.png); }
  #products-content .products-content-2 .products-content-ingredients-palmaria:before {
    background-image: url(../img/ico-palmaria.png); }
  #products-content .products-content-2 .products-content-ingredients-largina:before {
    background-image: url(../img/ico-largina.png); }
  #products-content .products-content-2 .products-content-ingredients-rosa:before {
    background-image: url(../img/ico-rosa-2.png); }
  #products-content .products-content-2 .products-content-ingredients-centella:before {
    background-image: url(../img/ico-centella-2.png); }
  #products-content .products-content-2 .products-content-ingredients-uva:before {
    background-image: url(../img/ico-uva-2.png); }
  #products-content .products-content-2 .products-content-ingredients-omega:before {
    background-image: url(../img/ico-omega-2.png); }
  #products-content .products-content-2 .products-content-ingredients-aceite:before {
    background-image: url(../img/ico-almendras-2.png); }
  #products-content .products-content-3 .product-aplication-part span {
    color: #AED499; }
  #products-content .products-content-3 .products-content-info:before {
    background: url(../img/producto_c_sidebar.jpg) no-repeat; }
  #products-content .products-content-3 .products-content-title {
    color: #464646;
    background: #aed499; }
  #products-content .products-content-3 .products-content-ingredients-item-title,
  #products-content .products-content-3 .products-content-subtitle {
    color: #aed499; }
  #products-content .products-content-3 .product-switch {
    background: #aed499; }
  #products-content .products-content-3 .products-content-ingredients:before {
    background-image: url(../img/producto_c-ingredientes.jpg); }
  #products-content .products-content-3 .products-content-ingredients-deco-title {
    background: url(../img/ingre-c-center.png); }
    #products-content .products-content-3 .products-content-ingredients-deco-title:after {
      background-image: url(../img/ingre-c-left.png); }
    #products-content .products-content-3 .products-content-ingredients-deco-title:before {
      background-image: url(../img/ingre-c-right.png); }
  #products-content .products-content-3 .products-content-ingredients-romero:before {
    background-image: url(../img/ico-romero.png); }
  #products-content .products-content-3 .products-content-ingredients-alcanfor:before {
    background-image: url(../img/ico-alcanfor.png); }
  #products-content .products-content-3 .products-content-ingredients-unisprosyn:before {
    background-image: url(../img/ico-unisprosyn.png); }
  #products-content .products-content-3 .products-content-ingredients-centella:before {
    background-image: url(../img/ico-centella-3.png); }
  #products-content .products-content-3 .products-content-ingredients-aloe:before {
    background-image: url(../img/ico-aloe.png); }
  #products-content .products-content-3 .products-content-ingredients-lanolina-big:before {
    background-image: url(../img/ico-lanolina-big.png); }
  #products-content .products-content-3 #p3-i2 .products-content-ingredients-item {
    padding-left: 100px;
    width: auto; }
    #products-content .products-content-3 #p3-i2 .products-content-ingredients-item:before {
      width: 90px;
      height: 90px; }
    #products-content .products-content-3 #p3-i2 .products-content-ingredients-item p {
      font-size: 18px; }
  #products-content .products-content-3 #p3-i2 .products-content-ingredients-item-title {
    margin-bottom: 5px; }
  #products-content .products-content-3 .page-1 .products-content-ingredients-deco,
  #products-content .products-content-3 .page-1 .products-content-ingredients::before {
    width: 35%; }
  #products-content .products-content-3 .page-1 .products-content-ingredients-wrapper {
    width: 65%; }
  #products-content .products-content-3 .page-1 .products-content-ingredients-item {
    width: 33%; }
    #products-content .products-content-3 .page-1 .products-content-ingredients-item:nth-child(-n+3) {
      margin-top: 0; }

#mc-embedded-subscribe-form .mc-field-group {
  margin: 1em 0 0 0;
  *zoom: 1; }
  #mc-embedded-subscribe-form .mc-field-group:before, #mc-embedded-subscribe-form .mc-field-group:after {
    content: " ";
    display: table; }
  #mc-embedded-subscribe-form .mc-field-group:after {
    clear: both; }
  #mc-embedded-subscribe-form .mc-field-group:first-child {
    margin-top: 0; }
  #mc-embedded-subscribe-form .mc-field-group label,
  #mc-embedded-subscribe-form .mc-field-group input,
  #mc-embedded-subscribe-form .mc-field-group select {
    margin: 0;
    float: left; }
  #mc-embedded-subscribe-form .mc-field-group input,
  #mc-embedded-subscribe-form .mc-field-group select {
    border-radius: 10px; }
  #mc-embedded-subscribe-form .mc-field-group select {
    border: solid 1px #ccc;
    background: white; }
  #mc-embedded-subscribe-form .mc-field-group label {
    text-align: right;
    width: 25%;
    padding-right: 1em;
    height: 100%;
    display: table;
    font-size: 16px;
    font-weight: bold;
    color: #222; }
    #mc-embedded-subscribe-form .mc-field-group label span {
      display: table-cell;
      vertical-align: middle;
      height: 42px; }
  #mc-embedded-subscribe-form .mc-field-group input {
    width: 75%; }
    #mc-embedded-subscribe-form .mc-field-group input[type="text"], #mc-embedded-subscribe-form .mc-field-group input[type="number"], #mc-embedded-subscribe-form .mc-field-group input[type="email"] {
      height: 42px; }
  #mc-embedded-subscribe-form .mc-field-group select {
    width: 75%;
    height: 42px; }
  #mc-embedded-subscribe-form .mc-field-group .mc-field-desc {
    padding-left: 25%;
    line-height: 1.1em;
    margin-top: 1em;
    font-size: 12px; }
#mc-embedded-subscribe-form .mc-field-row {
  margin-top: 1em; }
  #mc-embedded-subscribe-form .mc-field-row .mc-field-group {
    margin: 0;
    float: left;
    width: auto; }
  #mc-embedded-subscribe-form .mc-field-row .mc-field-group-colony {
    width: 73%; }
    #mc-embedded-subscribe-form .mc-field-row .mc-field-group-colony label {
      width: 34%; }
    #mc-embedded-subscribe-form .mc-field-row .mc-field-group-colony input {
      width: 66%; }
  #mc-embedded-subscribe-form .mc-field-row .mc-field-group-cp {
    width: 25%;
    margin-left: 2%; }
#mc-embedded-subscribe-form .clear {
  padding-left: 25%;
  text-align: center; }
  #mc-embedded-subscribe-form .clear input[type="submit"] {
    border: solid 1px #8C639D;
    height: 30px;
    line-height: 30px;
    color: white;
    padding: 0 2em;
    margin-top: 1em;
    background: #ba9ec6;
    background: -moz-linear-gradient(top, #ba9ec6 0%, #9374a0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ba9ec6), color-stop(100%, #9374a0));
    background: -webkit-linear-gradient(top, #ba9ec6 0%, #9374a0 100%);
    background: -o-linear-gradient(top, #ba9ec6 0%, #9374a0 100%);
    background: -ms-linear-gradient(top, #ba9ec6 0%, #9374a0 100%);
    background: linear-gradient(to bottom, #ba9ec6 0%, #9374a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba9ec6', endColorstr='#9374a0',GradientType=0 ); }
    #mc-embedded-subscribe-form .clear input[type="submit"]:hover {
      background: #9374a0;
      background: -moz-linear-gradient(top, #9374a0 0%, #ba9ec6 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9374a0), color-stop(100%, #ba9ec6));
      background: -webkit-linear-gradient(top, #9374a0 0%, #ba9ec6 100%);
      background: -o-linear-gradient(top, #9374a0 0%, #ba9ec6 100%);
      background: -ms-linear-gradient(top, #9374a0 0%, #ba9ec6 100%);
      background: linear-gradient(to bottom, #9374a0 0%, #ba9ec6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9374a0', endColorstr='#ba9ec6',GradientType=0 ); }
#mc-embedded-subscribe-form .acept-group {
  padding-left: 25%;
  text-align: center; }
  #mc-embedded-subscribe-form .acept-group .mc-field-center label,
  #mc-embedded-subscribe-form .acept-group .mc-field-center input {
    display: inline;
    width: auto;
    float: none; }
  #mc-embedded-subscribe-form .acept-group .mc-field-desc {
    padding: 0 1em;
    font-size: 16px; }
  #mc-embedded-subscribe-form .acept-group .mc-field-required-desc {
    color: red;
    margin-top: 1em; }
  #mc-embedded-subscribe-form .acept-group strong {
    display: block; }
#mc-embedded-subscribe-form .input-group {
  padding-left: 25%;
  height: 26px;
  line-height: 26px; }
  #mc-embedded-subscribe-form .input-group label {
    float: left;
    padding-right: .2em; }
  #mc-embedded-subscribe-form .input-group input {
    float: left;
    width: auto;
    margin-top: 6px; }
  #mc-embedded-subscribe-form .input-group strong,
  #mc-embedded-subscribe-form .input-group ul {
    float: left; }
  #mc-embedded-subscribe-form .input-group ul {
    margin: 0; }
  #mc-embedded-subscribe-form .input-group li {
    float: left;
    list-style: none;
    margin-left: 1em;
    *zoom: 1; }
    #mc-embedded-subscribe-form .input-group li:before, #mc-embedded-subscribe-form .input-group li:after {
      content: " ";
      display: table; }
    #mc-embedded-subscribe-form .input-group li:after {
      clear: both; }
    #mc-embedded-subscribe-form .input-group li:first-child {
      margin-top: 0; }

#register-content p {
  font-size: 16px; }
#register-content .register-content-title {
  font-size: 18px;
  padding: 1em 1.5em;
  background: #B392C1;
  margin: 1em 0;
  text-align: center; }
  #register-content .register-content-title strong {
    font-style: italic; }

 @media only screen and (max-width: 769px) and (min-width: 740px) {
  nav.expanded { overflow: visible !important; background: #5e395b; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a { background: #703d66; }
  .facebook-link, .twitter-link {background-color: #5e395b; width: 25% !important; height: 47px !important;  }
  .top-bar-section .has-form {
    padding: 0px 0 0 0 !important;
}
.has-form { width: 50%; float: left; }
#searchform .search-input { height: 45px !important; }
.top-bar input { height: 30px !important; }
#ps .skin-single slide > div.slide-content { top: 50% !important; }

 }

.mega-hide-on-desktop { display: none !important;  }
.listado_mega-sub-menu * { list-style-type: none; max-width: 100% !important; }


@media (max-width: 668px) { 

.mega-hide-on-desktop { display: block !important;  }
.mega-hide-on-mobile { display: none !important;  }

  }