.cell.margin-movil{
    margin-bottom: 0;
}
.menu-icon{
    padding-top: 0;
    padding-bottom: 0;
}

.sticky{
    z-index: 9999;
}

#logo{
    text-align: center;
    padding: 1rem 0 0 0;
}
#logo img{
    display:block;
    width: 100%;
    display:inline-block;
}
body{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    text-transform: uppercase;
}
h4, h6{
    margin-bottom:1rem;
}
.button.long{
    padding: 0.65em 0.5em;
    text-transform: uppercase;
}
ul.cesta, ul.socials{
    list-style: none;
    margin:0;
    padding: 0;
}
ul.cesta, ul.socials li{
    display:inline-block;
}
/*.idiomas ul li a{
    font-size: 11px;
    display:block;
    width: 28px;
    height:28px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    border: solid 1px #eeeeee;
}
.idiomas ul li a.current{
    font-weight: bold;
    background: #eeeeee;
}*/
ul.cesta li{
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
ul.cesta a span{
    display:inline-block;
    padding: 4px;
}

.cesta img, .user img{
    width: 30px;
    display: inline-block;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:hover::after{
    border-color: transparent transparent transparent #fff;
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 10px 0 0 10px;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 10px 10px 0;
}

.flex{
    position:relative;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display:flex;
    align-items: center;
    padding: 1rem;
}
.flex p{
    font-size: 14px;
}

.flex-center {
    width: 100%;
    display: flex;
    justify-content: center;
}

.flex-dark{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
}

.ventajas{
    border: solid 2px #eee;
    text-align: center;
    color:#666;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.ventajas img{
    width: 50px;
    display: inline-block;
}

.ventajas span{
    display:block;
    font-size: 10px;
    text-transform: uppercase;
}

.grupos{
    text-align: center;
    cursor:default!important;
    ;
}
.grupos .cont{
    position:relative;
    padding:1rem!important;
}
.grupos h3{
}
.grupos .overlay{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: rgba(0,0,0,0);
    transition-duration: 1s;
    display:none;
}
.grupos:hover .overlay{
    background: rgba(0,0,0,0.4);
    transition-duration: 1s;
}
.grupos .title{
    display:flex;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.grupos img{
    border-radius:50%;
}

.best{
    display:block;
    text-align: center;
    color:#000;
}

.best h6{
    font-weight: bold;
}

section {
    padding: 1rem 0!important;
    margin-top: 1rem!important;
}


.bg-dark{
    background: #0a0a0a
}

.bg-grey{
    background-color: #cdcdcd;
    margin-top: 0!important;
}

.bg-white{
    background-color: #fff;
}
.bg-dark a{
    color: #fff
}


ul.filetree.treeview li.closed.expandable, ul.filetree.treeview li.open.collapsable h6{
    position:relative;
}
ul.filetree.treeview li.closed.expandable h6:before{
    content:'';
    background: url(img/minus.gif) no-repeat;
    position:absolute;
    height: 9px;
    width: 13px;
    left: -13px;
    top:23px;
}
ul.filetree.treeview li.closed.expandable:nth-child(1) h6:before{
    content:'';
    background: url(img/minus.gif) no-repeat;
    position:absolute;
    height: 9px;
    width: 13px;
    left: -13px;
    top:7px;
}
ul.filetree.treeview li.closed.expandable ul li.closed.expandable h6{
    position:relative;
}
ul.filetree.treeview li.closed.expandable ul li.closed.expandable h6:before{
    content:'';
    background: url(img/plus.gif) no-repeat;
    position:absolute;
    height: 9px;
    width: 13px;
    left: -13px;
    top:7px;
}

ul.filetree.treeview li.closed.expandable li.closed.expandable h6{
    position:relative;
}
ul.filetree.treeview li.closed.expandable li.closed.expandable h6:before{
    content:'';
    background: url(img/treeview_default.gif) -64px -25px no-repeat;
    position:absolute;
    height: 16px;
    width: 16px;
    left: -6px;
    top:20px;
}
ul.filetree.treeview li.open.collapsable h6:before{
    content:'';
    background: url(img/plus.gif) no-repeat;
    position:absolute;
    height: 9px;
    width: 13px;
    left: -13px;
    top:7px;
}

.filetree.treeview li {
    background: url(img/treeview_line.gif) 0 2px no-repeat;
}




h6.hitarea{
    margin-bottom: 0;
    background-color: #fff;
}
.obre-inici, .hitarea{
    cursor:pointer;
}
.open.collapsable, .closed.expandable{
    padding: 1rem 0 0 0;
}
.closed.collapsable, .open.expandable{
    padding: 1rem 0;
}

.open.collapsable:nth-child(1), .closed.expandable:nth-child(1){
    padding: 0 0 0 0;
}
.expandable .collapsable, .collapsable .collapsable{
    padding: 0 0 0 1rem;
}
.closed.expandable .open.collapsable, .closed.expandable .closed.expandable {
    padding: 0rem 0 0 1rem;
}

span.file label{
    display:flex;
    align-items: center
}

span.file label .checkBoxFam, span.file span span.des {
    margin-right: 6px;
    display:inline-block;
}

.price h3{
    margin: 0!important;
}

.price.art span{
    display:block;
    font-size: 13px;
    margin-top: -10px;
    margin-bottom: 3px;
}
.impuestos-inc{
    position:absolute;
    display:inline-block;
    font-size: 11px;
    top: 8%;
    right:1rem;
    text-align: right;
    text-transform: uppercase;
    background: #fff;
    padding: 2px;
}

ul.socials{
    list-style:none;
    padding: 0;
    margin: 0;
}
ul.socials li{
    display:inline-block;
    margin-right: 1rem;
}

.bg-full {
    height: 100%;
    width: 100%;
    background-image: url(images/bg-full.jpg);
    background-size: cover;
    position:fixed;
    z-index: -1;

}

.full-height {
    height: 30%;
    width: 100%;
    background: transparent;
    display:none;
}
.table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%!important;
    width: 100%;
}
.tablecell {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width:100%;
}

#idiomas{
    position:fixed;
    top:0;
    right:0;
    left:0;
    background-color: rgba(255,255,255,0.9);
}
#idiomas .cell {
    margin-bottom: 0.3rem;
}

.contenido{
    background: #fff;
}

.align-left{
    text-align: left;
}
.center{
    text-align: center;
}
.align-right{
    text-align: right;
}

.white{
    color:#fff;
}

.logo-movil{
    display:block;
    padding: 0.8rem 0;
    text-align: center;
    width:100%;
    background: #fff;
}
.logo-movil img{
    display:inline-block;
    max-width:200px;
}

.title-bar {
    background: #000000;
}
.title-bar-title{
    position:relative;
}

/*NAVIGATION*/

.bg-menu {
    background: #000000;
}

.top-bar, .top-bar ul {
    background: #fff;
}
.top-bar {
    position:relative;
}

.top-bar .is-dropdown-submenu {
    position: relative;
    left: 0!important;
}

#navigationtop {
    box-shadow: none;
    position: relative;
}
.menu .menu-text{
    padding: 0rem 1rem;
}

.menu .menu-text img {
    max-width: 170px;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    border-color: #000 transparent transparent;
}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a{
    padding-right: 20px!important;
}
#responsive-menu{
    position:relative;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    z-index: 999999;
}
#responsive-menu::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 12px;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: #fff transparent #fff;
    position: absolute;
    top: -10px;
    left: 0.7rem;
}
.vertical.medium-horizontal.menu.accordion-menu a{
    padding: 1rem!important;
    display:block
}

.sub-menu{
    position:absolute;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
}

.sub-menu::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 12px;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: #fff transparent #fff;
    position: absolute;
    top: -10px;
    left: 0.7rem;
}

.sub-menu.user li{
    padding:10px 0;
}

.first-sub{
    position:absolute;
}

ul.dropdown.menu.pages{
    background: rgba(255,255,255,1);
    width:400px;
    top: 100%;
    right: auto!important;
    left: auto!important;
    display:none;
}

ul.dropdown.menu.pages a{
    color:#333;
    text-align: left;
}

/*MENU*/
.navbar {
    width:100%;
    text-align: center;
    background-color: #333;
    vertical-align: top;
    overflow: visible;
}

.navbar a {
    font-size: 0.7rem;
    border: none;
    outline: none;
    color: #333;
    padding: 14px 16px;
    background-color: inherit;
    margin: 0;
}
.navbar > li.is-active > a,
.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #fff;
    color:#333;
}
.dropdown-content{
    position: relative;
    top:0;
    right:0;
    left:0;
    width:100%;
    background: rgba(255,255,255,1);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content .grid-x {
    width:100%;
    display: flex;
    justify-content: center;
}
.navbar .dropdown-content a {
    font-size: 0.7rem;
    border: none;
    outline: none;
    color: #333;
    padding: 6px 16px;
    margin: 0;
}
.dropdown-content h6{
    font-weight: 700;
}

/* FIN MENU*/

.search-head{
    border-bottom:solid 1px #666;
}
.search-head .input-group-field {
    border:none;
    box-shadow:none;
}
.search-head .button {
    background: #fff!important;
    color:#333!important
}

.caption-slider{
    background: rgba(0,0,0,0.5);
    position:relative;
    left:0;
    bottom:0;
    right:0;
}
.caption-slider .cell, .caption-slider h2, .caption-slider h3{
    margin: 0!important;
}
.caption-slider p{
    margin: 0!important;
    line-height: 1;
}

.callout a.button-home {
    display:block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 1.3rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #B91517;
    color: #fefefe;
}
.callout a.button-home:hover {
    background-color: #000;
    color: #fff;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
.button {
    font-weight:600;
    font-size: 1.2rem;
    letter-spacing: normal;
}

.button.addToCart{
    padding:1rem 1.5rem;
    ;
    font-size: 1rem;
    text-transform: uppercase;
}

td .button{
    margin-bottom: 0;
}

.logo {
    display:block;
}

.box img{
    margin-bottom: 1rem;
}

.box-image{
    position:relative;
}

.box-bottom{
    position:absolute;
    bottom:-1px;
    left:0;
    top:50%;
    right:0;
    text-align: center;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4));
    padding: 1rem 0;
    transition-duration: 1s
}
.box-image:hover .box-bottom{
    top:75%;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    transition-duration: 1s
}

.box-bottom h3, .box-bottom a{
    color:#fff;
    position: absolute;
    bottom:1rem;
    display:block;
    width:100%;
}

.lista-productos .box-bottom{
    position:relative;
    bottom:auto;
    left:0;
    top:auto;
    right:0;
    text-align: left;
    background-image: none;
    padding: 0 0;
    margin-bottom: 0.5rem;
    transition-duration: 2s
}
.lista-productos .box-bottom h3, .lista-productos .box-bottom a{
    color:#000;
    position: relative;
    bottom:auto;
    display:inline-block;
    width:auto;
    font-size: 20px;
    line-height: 1;
}
.lista-productos .current{
    font-weight:700;
}
.lista-productos .current::after{
    display:block;
    width:35px;
    height:30px;
    content:'';
    background-image: url(img/hoja.svg);
    background-size: cover;
    position:absolute;
    top:-5px;
    right:-40px;
}
.lista-productos .box-image:hover .box-bottom{
    background-image:none;
}
.lista-productos .box-image:hover .box-bottom a{
    border-bottom: solid 1px green;
}

/*USER*/

span.user{
    display:flex;
    align-items: center;
    font-size: 0.5rem;
}
.user-nav{
    font-size: 16px;
    display:block;
    width:100%;
}
ul.user{
    list-style:none;
    margin:0;
    padding:0;
}
ul.user li{
    display:block;
    width:auto!important;
    cursor: pointer;
}
.user-nav li a{
    display:inline-block!important;
    color:#fff!important;
    background: none!important;
    text-transform: none;
}
.user-nav li a:after{
    display:none!important;
}
.user-nav li a:hover{
    background: none!important;
    color:#333333;
}
.user-nav li ul{
    top:100%;
    left:0!important;
    text-align: left;
}
ul.user li li{
    display:block!important;
    width:100%!important;
    margin-left: 0;
}
.user.menu a{
    font-size: 0.8rem;
    text-align: left;
}

.pages-user{
    display:none;
}
.pages-user a{
    padding: 0 0.5rem;
    text-align: left;
    font-size: 0.7rem
}
.dropdown.menu.pages-user {
    top: -1000%;
    right: auto;
    left: 0;
}

#infoCart{
    color:#fff;
}
.input-group.small{
    width: 100%;
}

.green {
    color:green;
}
.itemsel{
    display:inline-block;
    text-transform: uppercase;
    font-size: 13px;
    color: green;
    line-height: 42px;
    vertical-align: top;
}
/*USER*/

/** CARRUSEL **/
.carousel{
    position:relative;
    margin-bottom:2rem;
    line-height:1;
}
.carousel .item{
    display:none;
    position:relative;
    -webkit-transition:0.6s ease-in-out left;
    -moz-transition:0.6s ease-in-out left;
    -ms-transition:0.6s ease-in-out left;
    -o-transition:0.6s ease-in-out left;
    transition:0.6s ease-in-out left;
}
.carousel .item>img{
    display:block;
    line-height:1;
}
.carousel .active,.carousel .next,.carousel .prev{
    display:block;
}
.carousel .active{
    left:0;
}
.carousel .next,.carousel .prev{
    position:absolute;
    top:0;
    width:100%;
}
.carousel .next{
    left:100%;
}
.carousel .prev{
    left:-100%;
}
.carousel .next.left,.carousel .prev.right{
    left:0;
}
.carousel .active.left{
    left:-100%;
}
.carousel .active.right{
    left:100%;
}
.carousel-control{
    position: absolute;
    top: 50%!important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    color: #fefefe;
    color:#ffffff;
    width:38px!important;
    height:38px!important;
    line-height:28px!important;
}
.carousel-control.right{
    left:auto;
    right:5px;
}
.carousel-control:hover{
    color:#ffffff;
    text-decoration:none;
    opacity:0.9;
    filter:alpha(opacity=90);
}
.carousel-caption{
    position:absolute;
    left:0;
    right:0;
    top:0;
    padding:5px 0px 5px 0px;
    background:#333333;
    background:rgba(0, 0, 0, 0.75);
    width: 100%;
}
.carousel-caption h4,.carousel-caption p{
    color:#ffffff;
}
.carousel-caption p{
    font-size: 18px;
    margin-bottom: 0;
    padding: 0;
    text-indent: 15px;
    color:#fff!important;
}

.caption-orbit{
    display:none!important;
    position:absolute;
    bottom:0;
    background: rgba(0,0,0,0.5);
    color:#fff!important;
    width:100%;
    text-align: center;
}
.caption-orbit, .caption-orbit h2, .caption-orbit h3, .caption-orbit h4{
    color:#fff!important
}
/** FIN CARRUSEL **/
.orbit-container img{
    width: 100%
}



/*REsponsive table*/
.alignright{
    text-align: right;
}
.responsive-card-table {
    border-collapse: collapse;
}

.responsive-card-table.unstriped tbody {
    background-color: transparent;
}

.responsive-card-table th {
    background-color: #333333;
    color:#fff;
    text-align: center!important;
}
.responsive-card-table th a{
    font-size: 0.8rem;
    color:#fff;
}
.responsive-card-table th img{
    width:16px!important;
}

.responsive-card-table tr,
.responsive-card-table th,
.responsive-card-table td {
    border: 1px solid #333333;
}
.responsive-card-table td .button{
    color:#fff;
}

.precio-ud{
    text-align: left!important;
}

.pagination .current {
    background: #333333;
}

/*IDIOMAS*/
.lang-nav {
    padding: 0 1rem;
    background: transparent;
}
.lang-nav ul{
    list-style: none;
    margin: 0;
    padding:0;
    text-align: right;
}
.lang-nav ul li{
    display:inline-block;
}
.lang-nav ul li a{
    display:block;
    padding: 2px 4px;
    text-transform: uppercase;
    font-size: 11px;
    border:solid 1px transparent;
    color:#000;
    font-weight:700;
}
.lang-nav ul li a.current{
    font-weight:700;
    border:solid 1px #000;
    background: #fff;
}



.custom-select {
    position: relative;
    width: 110px;
    float:right;
}

.custom-select select {
    display: none; /*hide original SELECT element: */
}

.select-selected {
    background: url(img/language.svg) 96% / 25% no-repeat #333333;
}

/* Style the arrow inside the select element: */

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
    color: #ffffff;
    padding: 4px 10px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.4) transparent;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #333333;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.4);
}


/* CAUTION: Internet Explorer hackery ahead */


select::-ms-expand {
    display: none; /* Remove default arrow in Internet Explorer 10 and 11 */
}

.custom-select .hidden{
    display: none;
}

/* Target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background: none\9;
        padding: 5px\9;
    }
}
/*IDIOMAS*/


@media screen and (max-width: 640px) {
    #idiomas{
        position:relative;
        top:0;
        right:0;
        left:0;
        background-color: rgba(255,255,255,0.9);
    }
    .alignright{
        text-align: left;
        ;
    }
    .responsive-card-table {

    }
    .responsive-card-table thead tr {
        position: absolute;
        top: -9999em;
        left: -9999em;
    }
    .responsive-card-table tr {
        border: 1px solid #0a0a0a;
        display: block;
        margin-bottom: 1rem;
    }
    .responsive-card-table tr td:first-child {
        font-weight: bold;
        ;
    }
    .responsive-card-table tr + tr {
        margin-top: 1.5rem;
    }
    .responsive-card-table td {
        border: none;
        display: block;
        text-align: left;
        border-bottom: 1px solid #0a0a0a;
        padding-left: 10px;
        position: relative;
    }
    .responsive-card-table td:before {
        content: attr(data-label);
        display: block;
        font-weight: bold;
        line-height: 1.5;
        margin-left: 0;
        width: 100%;
        position: relative;
        z-index: 1;
    }
    .responsive-card-table td:after {
        content: '';
        position: relative;
        background: #e6e6e6;
        width: 100%;
        left: 1px;
        top: 1px;
        z-index: 0;
    }
    .precio-ud{
        text-align: right;
    }
}

.responsive-card-table a, a h5{
    color:#333333;
}

.responsive-card-table input{
    margin-bottom:0;
}

/*END Responsive Table*/

/*RATING VALORACIONES*/
.rating{
    position:relative;
    background-repeat: no-repeat;
    background-size: 100%;
    width:125px;
    height: 32px;
    display: inline-block;
    background-image: url(img/stars.svg);
    overflow: visible;
}
.rating-1{
    background-image: url(img/rating-1.svg);
}
.rating-1plus{
    background-image: url(img/rating-1plus.svg);
}
.rating-2{
    background-image: url(img/rating-2.svg);
}
.rating-2plus{
    background-image: url(img/rating-2plus.svg);
}
.rating-3{
    background-image: url(img/rating-3.svg);
}
.rating-3plus{
    background-image: url(img/rating-3plus.svg);
}
.rating-4{
    background-image: url(img/rating-4.svg);
}
.rating-4plus{
    background-image: url(img/rating-4plus.svg);
}
.rating-5{
    background-image: url(img/rating-5.svg);
}
.rating-5plus{
    background-image: url(img/rating-5plus.svg);
}

.stars5, .stars4, .stars3, .stars2, .stars1{
    position:absolute;
    display: inline-block;
}
.stars5:after,.stars4:after,.stars3:after,.stars2:after,.stars1:after{
    display:none;
    position:relative;
    content:'';
    background-repeat: no-repeat;
    background-size: 100%;
}
.stars5{
    width:125px;
    height:25px;
}
.stars4{
    width:100px;
    height:25px;
}
.stars3{
    width:75px;
    height:25px;
}
.stars2{
    width:50px;
    height:25px;
}
.stars1{
    width:25px;
    height:25px;
}

.stars5:hover:after{
    display:block;
    width:125px;
    height:25px;
    background: url(img/stars-5.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.stars4:hover:after{
    display:block;
    width:100px;
    height:25px;
    background: url(img/stars-4.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.stars3:hover:after{
    display:block;
    width:75px;
    height:25px;
    background: url(img/stars-3.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.stars2:hover:after{
    display:block;
    width:50px;
    height:25px;
    background: url(img/stars-2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.stars1:hover:after{
    display:block;
    width:25px;
    height:25px;
    background: url(img/stars-1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.valoraciones{
    font-size:1rem!important;
    line-height: 25px;
    vertical-align: top;
    display:inline;
}

.date{
    font-size: 12px;
    margin-bottom: 10px;
}
.coment{
    font-size: 14px;
}
/* FIN VALORACIONES*/

/*GRAFICA*/
.callout.values{
    width:300px;
    position:absolute;
    top:25px;
    left:0;
    z-index: 999;
    display:none;
}
.callout.values:after{
    width:16px;
    height:9px;
    position:absolute;
    top:-9px;
    left:14%;
    z-index: 999;
    content: '';
    background-image: url(img/top-arrow.gif);
    background-repeat: no-repeat;
}
.rating:hover .callout.values, .rating:active .callout.values{
    display:block;
}
.line-row{
    display:block;
    position:relative;
    background: #F1F1F1;
    width: 100%;
    height: 20px;
    margin: 5px 0;
}
.value-row{
    position:absolute;
    top:0;
    left:0;
    height:20px;
    background: #F8E000;
    text-align: right;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.ranking{
    font-size: 13px;
}
.marcas{
    height:20px;
    color:#004696;
    font-size: 9px;
    line-height: 20px;
    text-align: left;
    padding-right: 10px;
}
/*GRAFICA*/


.absolute-full{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.align-center{
    text-align: center;
}
.align-right{
    text-align: right;
}
.right{
    float:right;
}
.nomargin{
    margin:0;
}

.cont-destacados{
    padding:0 0 2rem 0;
}

header{
    background: #fff;
}

.page-title {
    background: #fff;
    padding: 1rem 0;
    margin-top: 0px;
}
.page-title  h1{
    font-size: 2rem !important;
    margin-bottom: 0;
    font-weight: 700;
}


.breadcrumb{
}
.breadcrumb a{
    color: #888;
    text-transform: uppercase;
    font-size: 12px;
}
.breadcrumb a:last-child{
    font-weight: 700;
}

.imgBorder img{
    width:100%;
}

form ul{
    list-style:none;
    margin-left: 0;
}
form.ficha [type='text'], form.ficha select, form.ficha [type='number'], form.ficha [type='tel'], form.ficha [type='email'] {
    color:#333333;
}

.callout.grey{
    background:#f8f8f8;
}
.search{
    padding:1rem 1rem 0 1rem;
    background:#eee;
    margin-top: -2rem;
    margin-bottom: 2rem;
    border-bottom: solid 1px #ccc;
}

.reveal h3{
    color:#fff!important;
    background: #333333;
    margin: -1rem -1rem 1rem -1rem;
    padding: 1rem;
}
.reveal .close-button, .reveal .close-button:hover, .reveal .close-button:focus {
    color: #333333;
}



.reveal {
    left:0%;
}

.reveal#minicart {
    width: 80% ;
    max-width: 80%;
    margin: 0  0 auto 0!important;
    top:120px!important;
    left:10%!important;
    right:10%!important;
    position:fixed!important;
    min-height: 200px;
    max-height: 400%;
}


.orbit-previous, .orbit-next{
    cursor:pointer!important;
}
.orbit-container h2, .orbit-container h3{
    color:#fff!important;
}

.proteccion-datos{
    font-size: 0.6rem;
}
.proteccion-datos h6{
    font-size: 0.8rem!important;
    margin-bottom: 0;
    font-weight: 600;
}

footer{
    background: #6d6d6d;
    padding: 1rem 0 2rem 0;
    margin-top:2rem;
    bottom:0;
    font-size: 0.7rem!important;
}
footer p, footer a, footer a:hover{
    color: #fff;
    font-size: 0.7rem!important;
}
footer p, footer h6, footer h5{
    color: #fff;
    margin-bottom:4px;
}
footer h6{
    font-size: 0.8rem!important;
}

.footer-bottom{
    background: #666;
    padding: 2rem  0 1rem 0;
}

.bg-grey {
    background: #eee;
    padding: 1rem 0 0 0;
    margin-bottom:2rem;
}
footer .bg-grey p, footer .bg-grey a, footer .bg-grey a:hover{
    color: #333;
    font-size: 1rem!important;
}

.bg-grey input{
    margin-bottom: 0;
}

.triangle {
    width: 0;
    height: 0;
    border-top: 20px solid #333333;
    border-right: 90px solid transparent;
    border-left: 90px solid transparent;
    margin:-1rem auto 1rem auto!important;
}

label.control-label{
    font-weight:700;
    color:#333333;
}

ul.socials{
    list-style:none;
    margin:0;
    padding:0;
}
ul.socials li{
    display:inline-block;
    margin-right: 6px;
}

/*PRODUCTS*/
.fullwidth{
    width:100%;
}
.fullwidth img{
    width:100%;
}
.colors{
}
.colors ul{
    list-style:none;
    margin:0;
    padding:0;
    width:100%;
    overflow:visible;
}
.colors ul li{
    display:inline-block;
    width:40px;
    height:40px;
    margin: 0 10px 4px 0;
}
.colors ul li img, .colors ul li a, .colors ul li a img{
    display:block;
    width:100%;
    margin:0;
}
.colors ul li:hover{
    width:46px;
    height:46px;
    margin: -3px 7px 1px -3px;
}
.callout .colors{
    margin-left: 10px;
}


.colors ul li.select{
    width:46px;
    height:46px;
    margin: -3px 7px 1px -3px;
    box-shadow: 0 0 0 4px #FFE500;
}
.trough{
    text-decoration:line-through;
    color:#888;
    font-size:1rem;
    font-weight: 300;
    vertical-align: middle;
}
h6 p{
    display:inline-block;
}

.datos{
    position:relative;
}
.star{
    position:absolute;
    top:0;
    left:0;
    width:80px;
    height:80px;
    z-index: 999;
}
.star img{
    display:block;
    width:100%;
}

.sep{
    margin: 3rem 0;
}
section{
    background: #eee;
}

h3 .subfamily{
    color:#000;
    font-size: 2.5rem;
}
.varia{
    text-transform: uppercase;
    font-size: 9px;
}

.price{
    position:relative;
    margin:0 auto;
    display:inline-block;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: 700!important;
    color: #767676;
}
.price .oferta{
    position:absolute;
    display:block;
    width:18px;
    height:18px;
    top:0;
    right:-22px;
}

.info-product-hover{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    text-align: center;
    display:flex;
    align-items:center;
    background: rgba(255,255,255,0.9);
    border:solid 4px #96A8A6;
    animation-duration: 1s;
}
.info-product-hover .cont{
    width:100%;
}
.callout .info-product-hover{
    opacity: 0;
    filter:opacity(0%);
    transition-duration: 1s;
}
.callout:hover .info-product-hover{
    opacity: 1;
    filter:opacity(100%);
    transition-duration: 1s;
}

/* FIN PRODUCTS*/

.cell .cont{
    padding: 1rem;
}

.no-movil{
    display:none;
}

.popup{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display: flex;
    align-items: center;
    justify-content:center;
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(0,0,0,0.7);
}
.popup .grid-container .close{
    display:inline-block;
    position:absolute;
    top:-12px;
    right:-12px;
    background: #fff;
    color:#B91517;
    border-radius:50%;
}
.grid-container.pop {
    background: #fff;
    position:relative;
    max-width: 90%;
}

#capa_newsletter {
    width: 100%;
    position: fixed;
    z-index: 999999;
    background: rgba(0,0,0,0);
    top: 2vh;
}
#capa_newsletter .callout {
    box-shadow: 0 0 60px 0px rgba(0,0,0,0.4);
    border:solid 1px #ccc;
    padding: 0.5rem;
}
#capa_newsletter .callout h3, #capa_newsletter .callout h4, #capa_newsletter .callout a, #capa_newsletter .callout .fas{
    color:#000;
}
#capa_newsletter .callout img{
    width:100%;
    margin-bottom: 1rem;
}
.joc{
    padding-top:10px;
}

#capa_newsletter .flex-news{
    display: flex;
    padding: 2rem 0rem 0 0rem;
    align-items: center;
}

#capa_newsletter [type=text], #capa_newsletter [type=email]{
    background: #eee!important;
    color:#333!important;
    border:none!important;
}

#capa_newsletter [type=text]::placeholder, #capa_newsletter [type=email]::placeholder{
    color:#888!important;
}

#capa_newsletter h5{
    text-transform: none;
    font-weight:700;
    margin-bottom: 2rem;
}

#capa_newsletter .button{
    margin-top:0;
}
#capa_newsletter .grid-container {
    max-width: 80%;
}


@media print, screen and (min-width: 64em){
    #infoCart{
        color:#000;
    }
    .user-nav li a{
        display:inline-block!important;
        color:#333!important;
        background: none!important;
        text-transform: none;
    }
    .bg-menu {
        background: #fff;
    }
    .user.menu.dropdown{
        margin:0 0;
        vertical-align: middle;
    }
    .menu li .submenu{
        display:none;
    }
    .menu li:hover .submenu{
        display:block;
    }
    #responsive-menu{
        position:relative;
        box-shadow:none;
    }
    .sub-menu::after {
        display: none;
    }
    .lang-nav {
        position:relative;
        top:auto;
        right:auto;
        padding: 0;
    }
    .user{
        padding: 0;
    }
    .no-movil{
        display:block;
    }
    .logo-movil{
        display:none;
    }
    h1, .h1 {
        font-size: 5rem;
        line-height:1;
        margin: 0;
    }
    h2, .h2 {
        font-size: 4rem;
        line-height:1;
        margin-top: 2rem;
    }
    .full-height {
        height: 70%;
        width: 100%;
        background: transparent;
        display:block;
    }
    .caption-slider{
        background: rgba(0,0,0,0.5);
    }
    .menu {
        display: block;
        width:100%;
    }
    .menu li {
        display: inline-block;
    }
    .reveal, .reveal.tiny, .reveal.small, .reveal.large {
        right: 20%;
        left: 20%;
        margin: 0 auto;
    }
    .page-title {
        background: #fff;
        padding: 0rem 0;
        margin-top: 143px;
    }
    .page-title  h1{
        font-size: 2rem !important;
        margin-bottom: 0;
        font-weight: 700;
        display:none!important;
    }

    .reveal {
        z-index: 1006;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: none;
        padding: 1rem;
        border: 1px solid #cacaca;
        border-radius: 0;
        background-color: #fefefe;
        position: fixed;
        margin-right: auto;
        margin-left: auto;
        overflow-y: auto;
        box-shadow: 0 0 60px 0 rgba(0,0,0,0.3);
    }
    .reveal.prensa img{
        width:100%;
    }

    .joc{
        padding-top:60px;
    }

}

.alert-box{
    border:solid 1px #e63434;
    padding:10px;
    color:#e63434;
    background: rgba(255,255,255,0.8);
    margin-bottom: 6px;
    font-weight: 700;
}
.sub-help{
    display:block;
    margin-top: -16px;
    font-size: 11px;
}
.payment_box{
    padding-left: 1.5rem;
}

.klaro .cookie-modal .cm-bg {
    background: rgba(255, 255, 0255, .7)!important;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.config-cookies {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    z-index:9999;
}

.config-cookies a, .config-cookies a:visited, .config-cookies a:focus {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0;
    background: #026CFF;
    border-radius: 50%;
    color: #fff!important;
    box-shadow: 0 0 0 10px #026CFF;
    overflow: visible;
    text-align: center;
    line-height: 34px;
}
.config-cookies a .fa-solid {
    display: inline-block;
    line-height: 34px;
    font-size: 34px;
}

.config-cookies a span {
    display: block;
    background: #026CFF;
    border-radius: 17px;
    box-shadow: 0 0 0 10px #026CFF;
    color: #fff;
    height: 34px;
    line-height: 34px;
    position: absolute;
    padding-left: 50px;
    top: 0;
    left: 0;
    font-size: 1rem;
    z-index: -1;
    width: 1px;
    opacity: 0;
    transition-duration: 1s;
    overflow: visible;
}

.config-cookies a:hover span {
    display: block;
    overflow: visible;
    width: 220px;
    opacity: 1;
    transition-duration: 1s;
}
#precioProducto{
    color:#333!important;
}
#precioProducto span{
    font-size:1rem;
    line-height:2rem;
    display:inline-block;
    vertical-align: middle;
    color:#333;
    text-transform: none!important;
}

.no-pc{
    display:block;
}
@media print, screen and (min-width: 40em){
    section {
        margin-top: 4rem;
        padding: 2rem 0;
}
    .no-pc{
        display:none;
    }

    #navigationtop {
        box-shadow: 0 0 40px 40px rgba(0, 0, 0, 0.5);
        position: relative;
    }
    #logo img{
        display:block;
        width: 100%
    }
    h1, .h1 {
        font-size: 3rem!important;
    }
    .klaro .cookie-modal h1{
        font-size: 1.5rem!important;
    }
    h2, .h2 {
        font-size: 2.5rem!important;
    }
    h2.nom {
        font-size: 1.5rem!important;
    }
    h3, .h3 {
        font-size: 1.9375rem!important;
    }
    h4, .h4 {

    }
    h5, .h5 {
        font-size: 1.25rem!important;
    }
    h6, .h6 {
        font-size: 1rem!important;
    }

    .best h6{
        font-size: 0.9rem!important;
    }
    #navigationtop {
        box-shadow: 0 0 6px 6px rgba(0,0,0,0.2);
        position: fixed;
        width:100%;
        z-index: 1000;
        top:0;
    }
    .title-bar{
        display: none;
    }

    .dropdown-content{
        position: absolute;
        top:0;
        right:0;
        left:0;
        width:100%;
        background: rgba(255,255,255,0.9);
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    }

    .top-bar .is-dropdown-submenu {
        position: absolute;
        left: 100%;
    }
    .input-group.small{
        width: 80%;
    }

    .grid-container.pop {
        max-width: 75rem;
    }

    .flex{
        position:absolute;
    }
    .orbit{
        margin-top: 120px!important;
    }

    #capa_newsletter {
        width: 100%;
        position: fixed;
        z-index: 999999;
        background: rgba(0,0,0,0);
        top: 15vh;
    }
    #capa_newsletter .grid-container {
        max-width: 75rem;
    }
    #capa_newsletter .callout {
        box-shadow: 0 0 60px 0px rgba(0,0,0,0.4);
        border:solid 1px #ccc;
        padding: 2rem;
    }
    #capa_newsletter .flex-news{
        display: flex;
        padding: 2rem 2rem 0 4rem;
        align-items: center;
    }
    #capa_newsletter .button{
        margin-top:2rem;
    }
}

/*BLOQUES ADMIN*/
.cell .block_options img {
    height: 1px!important;
}
.cell:hover .block_options img {
    height: auto!important;
}

.cell .block_expanded, .cell .admin_item_edit, .cell .block_options a {
}
.cell:hover .block_expanded, .cell:hover .admin_item_edit, .cell:hover .block_options a  {
}

.cell .block_options {
    border: 1px solid #DFDFDF;
    margin-bottom: 1px;
    padding: 1px 0px 3px 1px;
    background-color: #FFF;
    overflow: visible;
    height:1px;
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    transition-duration: 0.5s;

}
.cell .block_options img{
    position:absolute;
}
.cell .admin_item_edit {
    display:none;
}

.cell:hover .block_options {
    border: 1px solid #DFDFDF;
    margin-bottom: 10px;
    padding: 5px 0px 3px 5px;
    background-color: #FFF;
    overflow: hidden;
    height:auto;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    transition-duration: 0.5s;
}
.cell:hover .block_options img{
    position:relative;
}
.cell:hover .admin_item_edit {
    display:block;
}


.cell:hover .imgBlock {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    transition-duration: 1s;
}

.cell{
    margin-bottom: 1rem;
}

.cell .cell{
    margin-bottom: 0;
}

#fullWidth .cell:hover{
    box-shadow: 0 0 0 2px #ccc;
    transition-duration: 1s;
}
#fullWidth .cell:hover .cell{
    box-shadow: none!important;
    transition-duration: 1s;
}

#fullWidth .callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    background-color: white;
    color: #0a0a0a;
}
#fullWidth .callout h4{
    line-height: 1.4;
}

.edit-video{
    position:relative;
}

.edit-video .cont{
    position:absolute;
    top:60px;
    width:100%;
    text-align: center;
    background: rgba(0,0,0,0);
    z-index: 100;
}
.edit-video .button{
    background-color: #fff!important;
    color:#333;
}

.button {
    font-size: 0.9rem;
    display:inline-block;
}

.button.small {
    font-size: 0.75rem!important;
}

.button.secondary.small {
    background-color: #767676;
    color: #fefefe;
    padding: 0.45em 1em!important;
    line-height: 1!important;
    text-decoration: none;
}




.gold{
    padding: 1rem 0;
    color:#000;
    font-weight: 600;
    text-align: center;
    width:100%;
    background: #eee;
    margin: 1rem auto;
    display:block;
}
