/* Add here all your css styles (customizations) */

/* thumbnail sin padding ni bordes */
.img-thumbnail.sangre {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
}

/* modal windows */
.modal{
    /*display: block !important; */
    /* I added this to see the modal, you don't need this */
}

@media (min-width: 768px){
    .modal-dialog {
        margin-top:100px;
    }
}


.modal-body{
    height: 250px;
    overflow-y: auto;
}

/* imagenes */
.thumbnail {
    padding: 6px;
    border-radius: 4px !important;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}
.thumbnail .caption {
    text-align:center;
    padding: 9px;
    color: #333;
}
.img-rounded {
    border-radius: 6px !important;
}


/* mod header-v5.css */

.mega-menu-heading a{
	color:#1F66B4 !important;
	font-size:18px !important;
}



/* INDEX BLOG */

.blog_index .col_header span.intro.id_4 {
  color: #fb1a82;
}
.blog_index .col_header span.intro.id_5 {
  color: #186DA6;
}
.blog_index .col_header span.intro.id_6 {
  color: #e00c47;
}
.blog_index .col_header span.intro.id_7 {
  color: #035509;
}
.blog_index .col_header span.intro{
  display:block;
  min-height:160px;
  height:auto !important;
  height:160px;
  font-size:1.1em;
}

.blog_index .node-type-blog {
  /*
  border-bottom: 1px dashed #cecece;
  padding-bottom:10px;*/
}

.blog_index .node-type-blog a {
  color: #0070ad;
  font-size:1.1em;
}

.blog_index .node-type-blog div.brief span.date {
  color: #535151;
  font-size: 0.8em;
  font-weight: normal;
}
.blog_index .node-type-blog div.brief span.intro_text {
  font-size:0.9em;
}
.blog_index .node-type-blog div.read_more a{
  font-size:0.9em;
}

/* fin index BLOG */


/* control de aviso cookies */
 
@keyframes desaparecer{
    0% {bottom: 0px;}
    80% {bottom: 0px;}
    100% {bottom: -50px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */{
    0%      {bottom: 0px;}
    80%     {bottom: 0px;}
    100%    {bottom: -50px;}
}
 
@keyframes aparecer{
    0%      {bottom: -38px;}
    10%     {bottom: 0px;}
    90%     {bottom: 0px;}
    100%    {bottom: -38px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */{
    0%      {bottom: -38px;}
    10%     {bottom: 0px;}
    90%     {bottom: 0px;}
    100%    {bottom: -38px;}
}
#cookiesms1:target {
    display: none;
}
.cookiesms{	
    width:100%;
    height:auto;
    margin:0 auto;
    padding-left:2%;
    padding-top:5px;
    padding-bottom:5px;
    font-size: 12px;
    clear:both;
    font-weight: strong;
    color: #fff;
    //bottom:-50px;
    bottom:0px;
    position:fixed;
    left: 0px;
    background-color: #009AA3;
   
    //opacity:0.7;
    //filter:alpha(opacity=70); /* For IE8 and earlier */
    
    transition: bottom 1s;
    -webkit-transition:bottom 1s; /* Safari */
    //-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
    //-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
    //box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
    z-index:999999999;
}
.cookiesms a{
    font-weight:bold;
    color:#fff;
}
.cookiesms button{
    color:#000;
    margin-left:10px;
}  
 
//.cookiesms:hover{
//    bottom:0px;
//}
.cookies2{
    color: #fff;
    background-color: #009AA3;
    display:inline;
    text-transform: uppercase;
    opacity:0.95;
    filter:alpha(opacity=95);
    position:absolute; 
    left:1%; 
    top:-30px;
    font-size:12px;
    height:35px;
    padding: 5px 15px 0 15px;
    /*
    -webkit-border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    -webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
    -moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
    box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
    */
}
 
/* fin - control de aviso cookies */














/* PROCESO DE COMPRA */

#notices_div {
  background: #f9f9f9;
  border: 1px solid #d8d8d8;
  color: #165fb1;
  padding:10px;
}


#advantages_div {
  background: #f9f9f9;
  border: 1px solid #d8d8d8;
  color: #165fb1;
  padding:10px;
}
#advantages_div .gifts .giftItem {
  /*
  margin-bottom: 6px;
  width: 310px;*/
}
#advantages_div .gifts .giftItem  .units {
  font-size: 30px;
  line-height: 30px;
  margin-right: 4px;
}
#advantages_div .gifts .giftItem .units .multiply {
  color: #ccc;
}
#advantages_div .savings strong {
  color: red;
  font-size: 1.2em;
}

/* fin PROCESO DE COMPRA */

/*Checkbox List 2*/
.checkbox-list2 .checkbox input {
    min-height:12px;
}


/* OFERTAS */

/*Menú desplegable*/
.header-v5 div.offer-categories-row {

}
.header-v5 div.offer-categories-row .offer-box:hover .counters {
    visibility: visible;
}
.header-v5 div.offer-categories-row .offer-box .counters {
    left: 0;
    right: 0;
    top: 80%;
    z-index: 1;
    width: 100%;
    color: #555;
    border: none;
    padding: 10px 0;
    font-size: 14px;
    margin-top: -20px;
    text-align: center;
    position: absolute;
    visibility: hidden;
    text-transform: uppercase;
    background: rgba(255,255,255,0.8);
}
/* contenidos zona ppal */
#offers-curtain{
    /*
    width: 100%;
    overflow: hidden;*/
    background-image: url(../img/patterns/ofertas6.png);
    background-repeat: repeat;
    background-position: -15% -30%;
}
#black-friday-curtain{
    /*
    width: 100%;
    overflow: hidden;*/
    background-image: url(../img/patterns/PATTERN_BF2022.jpg);
    background-repeat: repeat;
    background-position: -15% 5%;
}
#cyber-monday-curtain{
    /*
    width: 100%;
    overflow: hidden;*/
    background-image: url(../img/patterns/cm9.png);
    background-repeat: repeat;
    background-position: -15% 5%;
}
#flower-friday-curtain{
    /*
    width: 100%;
    overflow: hidden;*/
    background-image: url(../img/patterns/ff21.png);
    background-repeat: repeat;
    background-position: -15% 5%;
}
#rebajas-enero-curtain{
    /*
    width: 100%;
    overflow: hidden;*/
    background-image: url(../img/patterns/PATTERN_2mas1.png);
    background-repeat: repeat;
    background-position: -15% 5%;
}

/* home ofertas */
.offer-box .item-name{
    color:#fff;
    text-shadow: 0 0 4px #EF85A8;
}
@media (min-width: 769px) and (max-width: 1200px) {/* 20160718 Pito */
    .offer-box .item-name,
    .offer-box .item-time{
        font-size:14px !important;
    }
}

.offer-box .counters{
    font-size:16px;
    margin-top:15px;
    color:#fff !important;
    text-shadow: 0 0 4px #FF0000;
}

/* BLOG */
/* CSS's generales
------------------------------------*/ 

.blog_sub_header {
   
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.blog_sub_header {
  padding: 10px 0 0px 0;
  position: relative;
  background-size: cover; /*Scales the background image to be as large as possible*/
}
.blog_sub_header .linkToAll{
    display: block;
    margin-top:10px;
    margin-bottom:25px;
    color: #1F66B4;
    font-weight:bold;
    z-index:10;
}

.blog_sub_header:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.15);
}

.blog_sub_header span,
.blog_sub_header h1 {
  color: #fff;
  z-index: 1;
  position: relative;
}

.blog_sub_header span {
  font-size: 50px;
  font-weight: 200; 
  margin-bottom: 5px;
  display: inline-block;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

.blog_sub_header h1,
.blog_sub_header span.post_page_subheader_title
{
  display: block;
  font-size: 50px;
  margin-bottom: 0;
  line-height: 50px;
  //text-transform: uppercase;
  font-weight:bold;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);

}
@media (max-width: 970px) {
  .blog_sub_header {
    padding: 50px 0;
    padding: 20px 0 20px 0;
  }

  .blog_sub_header h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom:10px;
  }
}
@media (max-width: 768px) {
  .blog_sub_header {
    padding: 50px 0;
    padding: 20px 0 20px 0;
  }

  .blog_sub_header h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom:10px;
  }
}

/* listados blog */
.news-v3 .news-v3-in {
    padding: 10px 30px 35px 10px;
}
/* contenidos ficha post */
.post-main-content{
    background:#fff; 
    padding:10px;
}

/* barras laterales blog */



.blog-subcat li {
  margin-bottom: 10px;
  font-weight:bold;
}
.blog-subcat li a.selected{
    background: #fff;
}


.news-v3 .news-v3-in ul.posted-info{
    margin-top:-10px;
    margin-bottom:20px;
}
.minibox .inner_block{
    margin-bottom:20px;
}
.minibox .inner_block span.label{
    display: block;
    font-size:14px;
    color: #000;
    font-weight: bold;
    text-align:left;
    padding: 0;
    margin: 0 0 5px 0;
    //line-height:1.2em;
}
.minibox .inner_block span.content{
}

.minibox .shop-social li i {
	color: #fff;
	width: 40px;
	height: 40px;
	padding: 10px;
	font-size: 24px;
	text-align: center;
	background: #1F66B4;
}
.minibox .shop-social li i:hover {
	background: #353535;
}








/* adaptaciones blog segun categoria
------------------------------------*/ 
.blog_sub_header.super-mamas{
    /*background: url(../img/blog/header_backgrounds/back_super_mamas.jpg) center no-repeat;*/
    background: #ffe5f0;
}
.blog_sub_header.super-mamas span,
.blog_sub_header.super-mamas h1{
    color:#FB1A82;
 }

.super-mamas .headline-v2 h2 a,
.super-mamas .submenu-inner a{
    color:#f22d85;
}

.blog_sub_header.super-silueta{
    /*background: url(../img/blog/header_backgrounds/back_super-silueta.jpg) center no-repeat;*/
    background:#d6ebf9;
}
.blog_sub_header.super-silueta span,
.blog_sub_header.super-silueta h1{
    color:#186DA6;
 }
.blog_sub_header.super-beauty{
    /*background: url(../img/blog/header_backgrounds/back_super-beauty.jpg) center no-repeat;*/
    background-color: #ffcead;
}
.blog_sub_header.super-beauty span,
.blog_sub_header.super-beauty h1{
    color:#E00C47;
 }
.blog_sub_header.super-natural{
    /*background: url(../img/blog/header_backgrounds/back_super-natural.jpg) center no-repeat;*/
    background: #e0ffbf;

    /*background:#f7f5e1;*/
}
.blog_sub_header.super-natural span,
.blog_sub_header.super-natural h1{
    color:#035509;
 }
 
 /* Menu cat izquierdo v3 para SEO (sin Hs)*/

.filter-by-block .treeMenuTitle{
    display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    //
    color: #fff;
    width: 100%;
    font-size: 24px;
    padding: 7px 10px;
    text-align: center;
    margin-bottom: 5px;
    background: #4765a0;
    text-transform: uppercase;
    //
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    //
    line-height: 35px;
    //
    margin: .67em 0;
}

.filter-by-block span.panel-title{
    line-height: 33px;
}

.filter-by-block span.panel-title a{
    color: #687074;
    display: block;
    font-size: 16px;
    padding: 4px 20px;
    border-bottom: 1px solid #dedede;
}
.filter-by-block .panel-group span.panel-title i {
    float: right;
    font-size: 18px;
    margin-top: 8px;
}

/* Reajuste breadcrumb Categorias */
.breadcrumb-v5 {
    padding: 0 0 10px 0;
}
.breadcrumb-v5 > li{
    font-size: 14px;
}

/********************/
/* Corners          */
/********************/

div.brand_corner{

}

.brand-corner h3{
    text-align: center;
}

.family-boxes .img-thumbnail{

}
.corner-family-box{
    margin-top:20px;
    //border: 1px solid red;
}
.corner-family-box .inner{
    border: 1px solid #88898a;
    margin-bottom: 20px;
}



.corner-family-box .family-intro{
    text-align: center;
}
.corner-family-box .family-intro h4{
    line-height: normal;
    text-transform: uppercase;
    color: #5b5b5f;
    margin: 0;
    font-family: 'DIN',Arial,sans-serif;
    font-size: 1em;
    padding: 10px 0 8px;
    margin: 0;
    border-top: 1px solid #88898a;
}
.corner-family-box{
    text-align: center;
}

.corner-family-box .family-title h3{
    background-color: #88898a;
    line-height: normal;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0 7px;
    font-family: 'DIN', Arial, sans-serif;
    font-size: 1em;
    letter-spacing: 2px;
    -webkit-box-shadow: inset 0 8px 6px -6px rgba(66, 66, 66, .69);
    -moz-box-shadow: inset 0 8px 6px -6px rgba(66, 66, 66, .69);
    box-shadow: inset 0 8px 6px -6px rgba(66, 66, 66, .69);
}

/* para hacer 5 comunlas iguales */


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}