/*
Theme Name: Mederma
Theme URI:
Author:
Author URI:
Description:
Version: 1.0.0
Text Domain: mederma
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Mederma is based on Underscores //underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal //necolas.github.io/normalize.css/
*/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?86si23");
  src: url("fonts/icomoon.eot?86si23#iefix") format('embedded-opentype'), url("fonts/icomoon.ttf?86si23") format('truetype'), url("fonts/icomoon.woff?86si23") format('woff'), url("fonts/icomoon.svg?86si23#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook1:before {
  content: "\e902";
}
.icon-twitter1:before {
  content: "\e904";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-mail2:before {
  content: "\ea84";
}
.icon-arrow-down-right:before {
  content: "\ea35";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube2:before {
  content: "\ea9d";
}
.icon-envelope:before {
  content: "\e908";
}
.icon-right-arrow:before {
  content: "\e906";
}
.icon-down-arrow:before {
  content: "\e907";
}
.icon-bullet-off:before {
  content: "\e900";
}
.icon-bullet-on:before {
  content: "\e901";
}
.icon-share:before {
  content: "\e903";
}
.icon-youtube:before {
  content: "\e905";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  min-width: 320px;
  font-family: 'Open Sans', sans-serif;
}
.lang-item{
  /*visibility: hidden;*/
}
#page-container {
  background: #fff;
  overflow: hidden;
}
#page-container .container{
  margin: 0 auto;
}
.center{
  text-align: center;
}
.hide{
  display: none;
}
.wa {
  width: auto;
}
.row {
  overflow: hidden;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
  margin: 0;
  padding: 0;
}
.col-xs-3 {
  width: 320px;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 960px;
}
.w380 {
  width: 380px;
}
.w900 {
  width: 900px;
  max-width: 100%;
}
.over-up {
  position: absolute;
  bottom: 5px;
  right: 20px;
  width: auto;
}
.height-290 {
  height: 290px;
}
.height-300 {
  height: 300px;
}
.pr-footer-image {
  height: 290px;
}
.pr-footer-image {
  background-color: #711471;
}
.height-500 {
  height: 500px;
}
.align-left {
  text-align: left;
  padding: 0 50px;
}
.padding-big {
  padding: 70px 60px;
}
.h100 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hr-violet {
  width: 60px;
  background-color: #711471;
  height: 1px;
  border: 0;
}
.rrss {
  list-style: none;
  position: absolute;
  width: auto;
  top: 10px;
  right: 20px;
}
@media (min-width: 481px) {
  .rrss {
    right: 40px;
  }
}
.rrss li {
  display: inline-block;
  width: auto;
}
.rrss li a,
.rrss li a:hover,
.rrss li a:focus,
.rrss li a:active {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  background-color: #898989;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  line-height: 22px;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  margin-left: 5px;
  float: right;
}
.rrss li.lang-item {
  display: none;
}
@media (min-width: 768px) {
  display: inline-block;
}
.rrss li.lang-item a{
  background: rgba(107, 0, 91, 0.49);
  border-radius: 0;
  margin-right: 20px;
  padding: 3px 24px 5px;
  width: auto;
  height: auto;
  line-height: normal;
  font-size: 14px;
  margin-top: 0;
  float: left;
}
.rrss li.pinterest a{
  line-height: 29px;
  float: right;
  margin-left: 5px;
}
.rrss li.pinterest a img{
  width: 70%;
}
.tp-caption.rev-btn:hover{
  background-color: #ffffff !important;
  color: rgba(244, 119, 64, 0.75) !important;
  border: 1px solid rgba(244, 119, 64, 0.75) !important;
}
header .header-top {
  /*background: url("images/bg-header-3.png");*/
  height: 70px;
  position: relative;
}
header .header-nav {
  padding: 0px 40px 0;
  line-height: 47px;
  height: 45px;
}
header .header-nav.category {
  height: 110px;
}
.migas {
  font-size: 13px;
  color: #1a1a1a;
  font-weight: 300;
  width: 90%;
  margin: auto;
  padding-top: 4px;
  margin-bottom: 20px;
}
.migas .position {
  color: #711471;
}
.migas a {
  color: #1a1a1a;
  text-decoration: none;
}
.migas a:hover,
.migas a:focus,
.migas a:active {
  color: #711471;
  font-weight: bold;
}
#home-top {
  margin-top: 0px;
}
header h1 {
  background: url(images/logo-v.jpg);
  background-size: 100%;
  height: 70px;
  width: 120px;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 20px;
}
header h1 a {
  display: block;
  height: 100%;
  width: 100%;
}
header h1 span {
  display: none;
}
header .header__logo{
  position: absolute;
  top: 10px;
  left: 20px;
  height: 30px;
  width: 120px;
}
header .header__logo__image{
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 360px) {
  header h1 {
    left: 40px;
    width: 140px;
  }
  header .header__logo{
    left: 40px;
    width: 140px;
    height: 30px;
  }
}
@media (min-width: 768px) {
  header h1 {
    width: 200px;
  }
  header .header__logo{
    width: 200px;
    height: 40px;
  }
}
@media (min-width: 1024px) {
  header h1 {
    width: 240px;
  }
  header .header__logo{
    width: 240px;
    height: 50px;
  }
}

header .menu {
  list-style: none;
  width: 100%;
  margin: 0;
  text-align: left;
}
header .menu li{
  text-align: left;
}
@media (min-width: 768px) {
  header .menu li {
    position: relative;
    width: 15%;
    float: left;
  }
  header .menu li#menu-item-3509 {
    width: 25%;
  }
}

header .menu li a {
  text-transform: uppercase;
  color: #a9a9a9;
  text-decoration: none;
  font-size: 11pt;
  width: auto;
  display: inline-block;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #1a1a1a;
  font-weight: 400;
}
header .menu li a.active {
  color: #711471;
}
header .menu li a:hover,
header .menu li a:focus,
header .menu li a:active {
  color: #711471;
  text-decoration: none;
}
header .menu li:last-child a {
  border-right: 0;
  vertical-align: super;
}
header .menu li.where {
  width: 115px;
}
header .menu li.supp {
  width: 202px;
}
header .menu li.stretch {
  width: 195px;
}
header .menu li .new {
  color: red;
  position: absolute;
  top: -10px;
  right: 5px;
  font-size: 11px;
  display: none;
  width: auto;
}
header .menu li .new-sub {
  display: none;
  color: red;
  font-size: 11px;
  width: auto;
}

header .sub-menu {
  position: absolute;
  background: #6e2a70;
  width: auto;
  z-index: 99999;
  margin-top: -2px;
  text-align: left;
  display: none;
  padding: 0;
  border-top: 2px solid #4d1c4e;
  overflow: hidden;

}
header .sub-menu li {
  display: block;
  min-width: 400px;
  border: 0;
  padding: 0;
  margin: 0;
}
header .sub-menu li:last-child {
  margin-bottom: 0;
}
header .sub-menu li a {
  text-transform: capitalize;
  width: 100%;
  line-height: 16px;
  font-size: 10pt;
  text-align: left;
  border: 0;
  color: #fff;
  padding: 11px 40px 13px;
}
header .sub-menu li a:hover {
  color: #6e2a70;
  background: #fff;
}
header .menu > li:hover .sub-menu {
  display: block;
}
@media (min-width: 768px){
  .menu-primary-menu-es-container{
    width: calc(100% - 170px);
  }
  #menu-primary-menu-es li {
    width: auto;
    max-width: 19%;
    padding-right: 2%;
    float: left;
    height: 45px;
  }
  #menu-primary-menu-es li:nth-child(1) {
    max-width: 13%;
  }
  #menu-primary-menu-es li:nth-child(2) {
    max-width: 19%;
  }
  #menu-primary-menu-es li:nth-child(3) {
    max-width: 19%;
  }
  #menu-primary-menu-es li:nth-child(4) {
    max-width: 19%;
  }
  #menu-primary-menu-es li a{
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 1350px) and (min-width: 768px){
  .menu-primary-menu-es-container{
    width: calc(100% - 74px);
  }
  #menu-primary-menu-es li a {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 970px) and (min-width: 768px){
  #menu-primary-menu-es li {
    max-width: 19%;
    padding-right: 1%;
  }
  #menu-primary-menu-es li a {
    font-size: 10px;
    line-height: 14px;
  }
  #menu-primary-menu-es li:nth-child(2) {
    max-width: 16%;
  }
  #menu-primary-menu-es li:nth-child(3) {
    max-width: 16%;
  }
  #menu-primary-menu-es li:nth-child(4) {
    max-width: 16%;
  }
}
.menu-primary-menu-container
{
  display: inline-block;
  width: calc(100% - 134px);
  min-width: 275px;
}
.buy-online{
  background: #6e2a70;
  position: fixed;
  right: 0;
  top: 70px;
  padding: 10px 20px;
  height: 45px;
  width: auto;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  z-index: 21;
}

@media (min-width: 768px) {
  .buy-online{
    top: 70px;
  }
}

.header-nav .lang-item{
  display: none;
}
.shop-online{
  display: inline-block;
  background: #711471;
  color: #fff;
  width: auto;
  text-decoration: none;
  padding: 10px 20px;
  margin: 50px 0 0 50px;
}
.shop-online:hover{
  background: #fff;
  color: #711471;
  border: 1px solid #711471;
}
/* a borrar cuando existan imagenes buenas */
.slider figure img {
  margin-top: -142px;
}
.bg-plus-image .top img {
  height: 320px;
  width: 419px;
  margin-left: -47px;
}
.bg-plus-image .bottom img {
  width: auto;
  margin-left: -187px;
  vertical-align: bottom;
}
.face-image {
  width: 100%;
  z-index: 1;
  margin-top: 0px;
}
.preg-image {
  height: 427px;
  width: auto;
  /*margin-left: -55px;*/
}
.text-image img {
  width: auto;
  margin-top: 0px;
}
.byc-image {
  height: 100%;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
}
.org-image {
  width: auto;
  margin-top: 90px;
}
.cat-image-top img {
  width: auto;
  height: 650px;
}

/* fin borrar cuando existan imagenes buenas */
figcaption {
  position: absolute;
  color: rgba(255,255,255,0.6);
  font-size: 100px;
  bottom: 40px;
  left: 50px;
  z-index: 999;
  width: 50px;
  font-weight: bold;
}
main {
  min-height: 46.4vh;
}
main .slider {
  /*height: 500px;
  width: 960px;*/
  overflow: hidden;
  position: relative;
}
main .slider figure {
  overflow: hidden;
  z-index: 1;
}
main .slider h3 {
  position: absolute;
  background: rgba(113,20,113,0.64);
  width: 585px;
  font-size: 2rem;
  color: #fff;
  padding: 20px 25px;
  z-index: 99;
  top: 285px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
main .bg-plus-image {
  height: 501px;
  padding-left: 0;
  position: relative;
}
main .bg-plus-image figure {
  overflow: hidden;
}
main .bg-plus-image figure:first-child {
  overflow: hidden;
}
main .bg-plus-image figure:last-child {
  position: absolute;
  bottom: 0;
}
main .bg-plus-image h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 20px;
  z-index: 11;
  position: relative;
}
main .hf-images {
  overflow: hidden;
  height: 250px;
}
main .hf-images img {
  width: 20%;
  float: left;
}
main .hf-title {
  position: relative;
}
main .n-grey-dark {
  background: #e2e3e4;
}
main .n-grey-light {
  background: #f5f5f5;
  display: table;
  color: #711471;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 300;
}
#home-second .n-grey-light {
  background-color: white;
}

.where-to-buy-offers .container {
  min-width: auto !important;
  max-width: 100% !important;
}

.coupons {
  text-align: center;
  margin: 0 auto;
}

.coupons .elem {
  text-align: center;
  float: none;
  height: auto;
  width: 100%;
  display: inline-block;
  margin: 0 0 50px;
}

.coupons .elem img {
  width: 300px;
}

@media (min-width: 768px) {
  .coupons .elem {
    margin-top: 2rem;
    width: 48%;
  }
  .coupons .elem:nth-child(odd) {
    text-align: right;
    padding-right: 50px;
  }

  .coupons .elem:nth-child(even) {
    text-align: left;
    padding-left: 50px;
  }

  .coupons .elem:nth-child(3) {
    text-align: center;
    padding: 0;
  }
}

@media (min-width: 1400px) {
  .coupons .elem {
    width: 24%;
  }
  .coupons .elem:nth-child(odd) {
    text-align: center;
    padding-right: 0;
  }

  .coupons .elem:nth-child(even) {
    text-align: center;
    padding-left: 0;
  }
}

.coupons .elem a {
  display: block;
  height: auto;
}

main .n-orange-light {
  background: #dc7d3e;
  display: table;
  color: #711471;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 300;
}
main .n-grey-ultradark {
  color: #fff;
  background: url("images/bg-ultradark.png");
  background-color: #726476;
}
main .n-light-grey-SR,
main .n-grey-ultradark-SMR,
main .n-grey-light-BC {
  color: #711471;
  position: relative;
}
main .n-grey-ultradark-SMR {
  background: #726476;
  color: #fff;
}
main .n-grey-light-BC {
  background-color: #f5f5f5;
  border-left: 1px solid #fff;
}
.top-small-text{
  position: absolute;
  width: 100% !important;
  text-align: center;
  top: 34px;
  left: 0;
  font-weight: 600;
  height: auto !important;
}
main .grey-buttons .btn-transparent:hover,
main .grey-buttons .btn-transparent:active,
main .grey-buttons .btn-transparent:focus {
  background: white;
  color: #711471 !important;
}
main .n-grey-ultradark .btn-transparent {
  border-color: #fff;
  color: #fff;
}

.cm-text img {
  width: auto;
}
main .grey-buttons .elem {
  height: 290px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  display: table;
}
main .grey-buttons .elem a {
  display: table-cell;
  height: 100%;
  width: 100%;
  color: #711471;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
}
main .grey-buttons .elem:not(.no-hover):hover a {
  color: #fff;
  text-decoration: none;
}
main .grey-buttons .elem.reverse {
  color: #f5f5f5;
  background: #711471;
}
main .grey-buttons .elem.reverse a {
  color: #f5f5f5;
}
main .grey-buttons .no-hover:hover a {
  cursor: default;
}
main .grey-buttons .size-fixed {
  height: 290px;
  width: 320px;
  display: 	block;
}
main .grey-buttons img.size-fixed {
  background-color: #711471;
}
main .grey-buttons .gb-double {
  display: block;
  padding: 55px;
}
main .grey-buttons .gb-double hr {
  width: 60px;
  background-color: #711471;
  height: 1px;
  border: 0;
  margin: 20px auto;
}
main .violet-bar {
  width: 100%;
  color: #fff;
  background-color: #711471;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  position: relative;
  font-size: 36px;
  min-height: 60px;
  line-height: 66px;
  padding-left: 60px;
  padding-right: 20px;
}
main .violet-footer {
  line-height: 60px;
  padding-left: 50px;
  color: #711471;
  font-size: 1.2em;
}
main .tb-cell {
  dislay: table;
  height: 100%;
}
main .tb-cell> div {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  border-right: 0;
  margin-right: 0;
}
main .three-row {
  height: 427px;
  text-align: center;
}
main .three-row .tc-content {
  height: 427px;
}
main .three-row .vertical-middle {
  vertical-align: middle;
}
main .three-row .w-auto {
  width: auto;
}
main .three-row figure {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
main .three-row.product figure {
  height: 242px;
}
main .three-row.product figure img {
  height: 100%;
  width: auto;
}
main .three-row .col-xs-8,
main .three-row .col-xs-4 {
  height: 100%;
}
main .three-row.bottom-bar {
  height: 530px;
}
main .text-image p {
  padding: 40px 82px;
  height: 180px;
}
main .text-image figure {
  height: 350px;
  overflow: hidden;
}
main .btn-transparent {
  border: 1px solid #711471;
  color: #711471;
  width: 160px;
  text-transform: uppercase;
  margin-top: 40px;
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 13px;
}
main .btn-transparent:hover{
  background: #fff;
  color: #000;
}
main .bg-violet {
  background: url("images/bg-ondas.png");
}
main .bg-violet p {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding: 90px;
}
main .bg-violet-prod {
  background: url("images/bg-ondas-prod.png");
}
main .bg-violet-prod p {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding: 90px;
}
main .bar {
  height: 60px;
}
main .bar1 {
  height: 20px;
}
main .hr-separator {
  width: calc(100% - 80px);
  margin: 30px auto;
  background-color: #cbcbcb;
  height: 1px;
  border: 0;
}
main .hr-separator.hr-top {
  margin-top: 30px;
  margin-bottom: 15px;
}
main .hr-separator.hr-bottom {
  margin-top: 15px;
  margin-bottom: 30px;
}
main .cat-image-top {
  width: 900px;
  height: 650px;
  overflow: hidden;
  position: relative;
  float: left;
}
main .cat-image-top figure {
  overflow: hidden;
  z-index: 1;
}
main .cat-image-top h3 {
  position: absolute;
  background: rgba(113,20,113,0.6);
  width: 380px;
  height: 400px;
  color: #fff;
  z-index: 99;
  bottom: 0;
  left: 0;
  font-family: 'Open Sans', sans-serif;
  padding-left: 50px;
  padding-top: 60px;
  /*font-size: 56px;*/
  font-size: 45px;
  font-weight: 300;
  padding-right: 20px;
}
main .cat-image-top hr {
  width: 80px;
  margin-top: 25px;
  background-color: white;
  height: 2px;
  border: 0;
}
main .cat-top-right {
  float: left;
  width: 380px;
  height: 325px;
  position: relative;
}
main .cat-top-right figure {
  position: absolute;
  bottom: 0;
}
main .cat-top-right h4 {
  position: absolute;
  text-align: center;
  color: #711471;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #711471;
  border-bottom-width: 60px;
}
main .second-title {
  min-height: 220px;
  height: auto;
  display: table;
}
main .second-title .col-xs-4 {
  display: table-cell;
  width: 380px;
  height: 100%;
  float: none;
}
main .second-title .col-xs-8 {
  display: table-cell;
  width: 900px;
  background: #af20b1;
  color: #fff;
  vertical-align: middle;
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  float: none;
  padding: 30px;
}
main .product-list {
  padding-top: 10px;
}
main .product-list .product {
  width: 90%;
  margin: auto;
  height: 242px;
  padding: 10px 0;
  display: table;
}
main .product-list .product div {
  display: table-cell;
  vertical-align: middle;
}
main .product-list .product img {
  width: 100%;
  padding: 20px 25px;
}
main .product-list .prd-tc-content {
  text-align: left;
}
main .product-list .prd-tc-content h5 {
  color: #711471;
  font-size: 18px;
  padding: 15px 0 10px;
}
main .product-list .prd-tc-content hr {
  width: 60px;
  margin-bottom: 25px;
  background-color: #711471;
  height: 1px;
  border: 0;
}
main .product-list .prd-tc-content p {
  font-size: 15px;
  color: #1a1a1a;
  line-height: 1.35em;
  max-height: 63px;
  overflow: hidden;
}
main .product-list .prd-tc-content a {
  color: #af20b1;
  text-decoration: none;
  display: block;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 600;
}
main .product-list .prd-tc-content a:hover,
main .product-list .prd-tc-content a:focus,
main .product-list .prd-tc-content a:active {
  color: #711471;
}
main .product-list .hr-separator {
  margin-top: 5px;
  margin-bottom: 5px;
}
main .product-list .hr-separator:last-child {
  margin-bottom: 20px;
}
main .ss-slider-main {
  background: #f5f5f5;
  padding: 45px 0;
}
main .ss-slider-main figure {
  width: 320px;
  height: 290px;
  overflow: hidden;
}
main .ss-slider-white {
  background: #fff;
  padding: 15px 0;
}
main .ss-slider-white figure {
  width: 320px;
  overflow: hidden;
  height: 290px;
}
main .ss-slider-white figure img {
  width: auto;
  margin-left: -113px;
}
main .ss-slider {
  width: 90%;
  margin: auto;
  background: #fff;
  height: 400px;
}
main .ss-slider ul {
  list-style: none;
  height: 100%;
}
main .ss-slider ul li {
  height: 100%;
  padding: 0 60px;
}
main .ss-slider ul li .element {
  display: table;
  height: 100%;
}
main .ss-slider ul li .element div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
main .ss-slider ul li .element .col-xs-8 {
  width: 892px;
  padding-left: 40px;
  padding-right: 60px;
}
main .ss-slider ul li .element h5 {
  font-size: 29px;
  font-weight: 300;
  margin-bottom: 17px;
  color: #711471;
}
main .ss-slider ul li .element p {
  line-height: 24px;
  padding-bottom: 14px;
}
main .product-details {
  overflow: hidden;
}
main .product-info-top {
  height: 500px;
  overflow: hidden;
}
main .product-info-top p {
  position: relative;
  z-index: 	999;
  width: 	70%;
}
main .product-info-top figure {
  z-index: 9;
}
main .product-info-top .prd-title-img {
  height: 100%;
  position: relative;
}
main .product-aside div {
  width: 380px;
}
main .product-aside .aside-title {
  color: #af20b1;
  font-size: 26px;
  padding: 50px;
}
main .product-aside .aside-secondary {
  text-align: center;
  font-size: 23px;
  width: 380px;
  color: #711471;
  height: 380px;
  display: table;
}
main .product-aside .aside-secondary p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
}
main .product-info-element {
  border: 1px solid #f5f5f5;
  padding: 0 15px 30px;
  width: 87.5%;
  margin-top: 20px;
  margin-left: 41px;
  overflow: hidden;
  height: 62px;
  -webkit-transition: max-height 0.8s;
  -moz-transition: max-height 0.8s;
  transition: max-height 0.8s;
  background: #f5f5f5;
}
main .product-info-element.active {
  height: 100%;
  background: #fff;
}
main .product-info-element.active h3:after {
  content: "\e906";
  text-decoration: none;
  color: #af20b1;
  font-size: 16px;
}
main .product-info-element h3 {
  color: #711471;
  padding: 12px 0;
  font-size: 28px;
  font-weight: 300;
  cursor: pointer;
  position: relative;
}
main .product-info-element h3:after {
  content: '\e907';
  color: #a9a9a9;
  position: absolute;
  font-size: 14px;
  line-height: 40px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 20px;
}
main .product-info-element p {
  margin: 10px 0;
  font-size: 0.95em;
}
main .product-info-element p.subtitle {
  font-weight: 600;
  margin-bottom: 0;
}
main .product-info-element p.subtitle+p {
  margin-top: 0px;
}
main .product-info-element h4 {
  text-transform: uppercase;
  color: #711471;
  font-size: 1.05em;
}
main .pr-foot {
  margin-top: 80px;
}
main .contact-main {
  overflow: hidden;
}
main .cm-text {
  float: left;
  width: 830px;
  padding: 60px;
  padding-right: 20px;
}
main .cm-form {
  float: left;
  width: 450px;
  padding: 60px;
}
main .cm-form .form-group:first-child {
  margin-top: 28px;
}
main .cm-form label {
  display: none;
}
main .violet-title {
  color: #711471;
  padding: 12px 0;
  font-size: 28px;
  font-weight: 300;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}
main .violet-subtitle {
  color: #711471;
  font-weight: 300;
  padding-left: 10px;
  font-size: 18px;
}
main .text-description {
  margin: 10px 0;
  font-size: 0.95em;
}
main .mt-separate {
  margin-top: 30px;
}
main .bg-grey {
  font-size: 18px;
  font-weight: 300;
  padding-left: 10px;
  margin-bottom: 10px;
  border: 0;
  background: #f5f5f5;
  height: 42px;
  line-height: 42px;
}
main textarea.bg-grey {
  height: 195px;
}
main .btn-send {
  background: #711471;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  padding: 0 15px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  margin-bottom: 10px;
  border: 1px solid #711471;
  cursor: pointer;
}
main .btn-send:hover {
  background: #911a91;
}
#social-banner {
  height: 54px;
  background: #7f5180;
  text-align: center;
}
.container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#social-banner a:hover {
  opacity: 1;
}
#social-banner a.facebook-logo {
  background: url('images/social-facebook-logo-reversed-block.png') no-repeat scroll transparent;
  background-image: url('images/social-facebook-logo-reversed-block.svg');
  background-size: 40px;
}
#social-banner a.twitter-logo {
  background: url('images/social-twitter-logo-reversed-block.png') no-repeat scroll transparent;
  background-image: url('images/social-twitter-logo-reversed-block.svg');
  background-size: 40px;
}
#social-banner a.youtube-logo {
  background: url('images/social-youtube-logo-reversed-block.png') no-repeat scroll transparent;
  background-image: url('images/social-youtube-logo-reversed-block.svg');
  background-size: 40px;
}
#social-banner .frss {
  position: static;
  right: auto;
  bottom: auto;
  left: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}
#social-banner .frss li{
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 17px;
}
#social-banner .frss li a{
  font-size: 20px;
}

footer {
  position: relative;
  padding-bottom: 100px;
  background: #460647;
  color: #fff;
  text-align: center;
  font-size: 11px;
  overflow: hidden;
}
footer h3 {
  color: #fff;
  font-size: 22px;
  margin: 40px 0;
  padding: 0;
}
footer a.company-logo {
  display: inline-block;
  zoom: 1;
  margin-bottom: 10px;
  width: 120px;
  height: 60px;
  background: url('images/hra-logo.png') no-repeat scroll transparent;
  background-size: 100%;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
}
footer .container {
  position: relative;
  z-index: 1;
}
footer nav {
  margin-bottom: 5px;
}
footer nav a {
  color: #fff;
  padding: 0 6px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
footer p {
  margin: 0 auto;
  color: rgba(255,255,255,0.8);
}
footer:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -450px;
  width: 900px;
  height: 300px;
  z-index: 0;
  background: url("images/footer-background.jpg") 0 0 no-repeat;
}
.where-to-buy img{
  width: auto;
  vertical-align: middle;
  margin-right: 30px;
  margin-top: 30px;
}
.where-to-buy td {
  vertical-align: top;
}

#front-subscription {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
  background: #6e2a70;
  text-align: center;
  padding: 50px 20px;
}
#front-subscription button {
  /*margin-top: 1px;*/
  vertical-align: middle;
  width: 24%;
  background-color: #f47740 !important;
  color: #fff !important;
}
#front-subscription button:hover {
  background: #711471;
  color:white;
  border: 1px solid white;
}
#front-subscription .close {
  position: absolute;
  top: 2px;
  right: 7px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  width: auto;
}

#product-second.grey-buttons .n-grey-light:hover {
  background-color: #711471;
}
.row-wtb {
  overflow: hidden;
}
.column-wtb {
  float:left;
  width: 50%;
}
.o-coupons {
  display: inline-block;
  color: #711471;
  font-size: 20px;
  text-align: center;
  padding-top: 70px;
}
main .grey-buttons .o-coupons a {
  width: auto;
  display: inline-block;
}
main .grey-buttons .o-coupons div {
  display: inline-block;
  width: 125px;
  text-align: left;
}
main .grey-buttons .o-coupons p {
  font-size: 23px;
}
.o-coupons .big-text {
  font-size: 30px;
  margin-bottom: 12px;
}
#html5-close {
  text-align: right;
}
#html5-close img {
  display: none;
}
#html5-close::after {
  background: #fff;
  border-radius: 50%;
  content: 'x';
  color: #000;
  display: inline-block;
  font-size: 20px;
  height: 25px;
  line-height: 21px;
  text-align: center;
  width: 25px;
}
#carousel-html5-lightbox .html5-prev,
#carousel-html5-lightbox .html5-next {
  width:3.5%;
}
.absolute-center {
  text-align: center;
}
.absolute-center > div {
  display: inline-block;
  text-align: left;
  width: auto;
}

main .grey-buttons .elem.show-movil,
main .show-movil,
.show-movil {
  display: none;
}

.product-simplified-btns {
  text-align: center;
  padding: 75px 40px 0 0;
  z-index: 9;
  position: relative;
}

#home-stores {
  text-align: center;
}
#home-stores .line {
  text-transform: uppercase;
  color: #898989;
  font-weight: 600;
}
#home-stores .line sup{
  font-size: 10px;
}
#home-stores ul{
  margin: 30px 0 60px;
  padding: 0;
  height: 60px;
  line-height: 60px;
}
#home-stores ul li{
  display: inline-block;
  width: auto;
  margin: 0 20px;
  vertical-align: middle;
}
#home-stores ul li a{
  display: inline-block;
}
#home-stores ul li img{
  height: 35px;
  width: auto;
}
#home-stores ul li a.ga-target img{
  height: 60px;
}
#home-stores ul li a.ga-rite-aid img{
  height: 46px;
}

header .menu li.menu-item-object-custom a:first-child::after{
  content: '';
  background: url('images/down-arrow.png') no-repeat scroll transparent;
  background-image: url('images/down-arrow.svg');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 0 0;
  /* transform: rotate(90deg); */
  display: inline-block;
  float: right;
  margin-top: 18px;
  margin-left: 7px;
  width: 12px;
  height: 12px;
  font-weight: 600;
  font-size: 16px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .menu li.menu-item-object-custom:hover a:first-child::after{
  transform: rotate(-90deg);
}
header .menu li.menu-item-object-custom .sub-menu a:first-child::after{
  content: '';
  display: none;
}
.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner,
.uranus .tp-bullet-inner{
  background-color: rgba(0, 0, 0, 0.3);
}
.uranus .tp-bullet.selected, .uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
}

.instagram img{
  width: 13px;
  height: 13px;
  margin-top: 4px;
}

/* Slider navigation */
.tp-bullets {
  left: auto !important;
  right: 36%;
}
@media (max-width: 500px) {
  .tp-bullets {
    top: 60% !important;
    right: 110%;
    width: 40px !important;
  }
  .tp-bullets .tp-bullet{
    width: 12px !important;
    height: 12px !important;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .tp-bullets {
    top: 80% !important;
    right: 62%;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .tp-bullets {
    right: 54%;
  }
}
@media (min-width: 900px) and (max-width: 1100px) {
  .tp-bullets {
    right: 47%;
  }
}
@media (min-width: 1100px) and (max-width: 1200px) {
  .tp-bullets {
    right: 39%;
  }
}
@media (min-width: 768px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {
  .slotholder .defaultimg {
    background-position-x: center !important;
  }
}
.headline-1{
  letter-spacing: 2px !important;
}
.headline-1 center{
  font-size: 20px !important;
}
.headline-2{
  letter-spacing: -1px !important;
}
/* /Slider navigation */
.coupons .dr-latimer-container {
  position: relative;
  min-height: 300px;
  margin: 0;
}
.coupons .dr-latimer-video {
  position: absolute;
  top: 0%;
  transform: translate(0, 50%);
}
/* photo/video pop up  */
#wonderplugincarousel-2 .amazingcarousel-image {    position: relative;   padding: 4px; }  #wonderplugincarousel-2 .amazingcarousel-image img {   display: block;   width: 100%;  max-width: 100%;  border: 0;  margin: 0;  padding: 0;   -moz-border-radius: 0px;  -webkit-border-radius: 0px;   border-radius: 0px;   -moz-box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2);   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }  #wonderplugincarousel-2 .amazingcarousel-title {   position:relative;  font:14px "Open Sans", sans-serif;  color:#333333;  margin:6px;   text-align:center;  text-shadow:0px 1px 1px #fff; }  #wonderplugincarousel-2 .amazingcarousel-list-container {    padding: 16px 0; }  #wonderplugincarousel-2 .amazingcarousel-item-container {   text-align: center;   padding: 4px;   background-color: #fff;   border: 1px solid #ddd;   -moz-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);   -webkit-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);  box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1); }  #wonderplugincarousel-2 .amazingcarousel-prev {   left: 0%;   top: 50%;   margin-left: -48px;   margin-top: -16px; }  #wonderplugincarousel-2 .amazingcarousel-next {   right: 0%;  top: 50%;   margin-right: -48px;  margin-top: -16px; }  #wonderplugincarousel-2 .amazingcarousel-nav {  position: absolute;   width: 100%;  top: 100%; }  #wonderplugincarousel-2 .amazingcarousel-bullet-wrapper {   margin: 4px auto; } .wonderplugincarousel{ width:100% !important; max-width:1170px !important; } .amazingcarousel-list-container, .amazingcarousel-list-wrapper, #html5boxiframevideo { width:100% !important; } #mederma-video-carousel{     overflow: hidden;     padding-bottom: 20px; } .amazingcarousel-nav{ width:auto !important; left: 20px; }
