﻿@charset"utf-8";


/*Reset*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
    border: 0px;
}

input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



/***********************FUENTES*****************************************************/

@font-face {
    /*HELVETICA NEUE*/
    font-family: 'Conv_HelveticaNeue';
    src: url('../../fonts//HelveticaNeueLTStd-Roman.eot');
    src: url('../../fonts//HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('../../fonts//HelveticaNeueLTStd-Roman.woff') format('woff'), url('../../fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype'), url('../../fonts/HelveticaNeueLTStd-Roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    /*FUTURA BK*/
    font-family: 'Conv_ftrabk';
    src: url('../../fonts/ftrabk.eot');
    src: local('Ã¢ËœÂº'), url('../../fonts/ftrabk.woff') format('woff'), url('../../fonts/ftrabk.ttf') format('truetype'), url('../../fonts/ftrabk.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    /*ICONOS*/
    font-family: 'Iconos';
    src: url('../../fonts/modernpics-webfont.eot');
    src: url('../../fonts/modernpics-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/modernpics.woff') format('woff'), url('../../fonts/modernpics.ttf') format('truetype'), url('../../fonts/modernpics-webfont.svg#modern_pictogramsnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    /*ICONOS*/
    font-family: 'Iconos';
    src: url('../../fonts/modernpics.eot');
    src: local('Ã¢ËœÂº'), url('../../fonts/modernpics.woff') format('woff'), url('../../fonts/modernpics.ttf') format('truetype'), url('../../fonts/modernpics.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ellianarelles_pathregular';
    src: url('../../fonts/ellianarellepath-webfont.eot');
    src: url('../../fonts/ellianarellepath-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/ellianarellepath-webfont.woff') format('woff'), url('../../fonts/ellianarellepath-webfont.ttf') format('truetype'), url('../../fonts/ellianarellepath-webfont.svg#ellianarelles_pathregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Euronics';
	src: url('../../fonts/Euronics-Regular.eot');
	src: url('../../fonts/Euronics-Regular.woff') format('woff'), url('../../fonts/Euronics-Regular.ttf') format('truetype'), url('../../fonts/Euronics-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Euronics';
	src: url('../../fonts/Euronics-Black.eot');
	src: url('../../fonts/Euronics-Black.woff') format('woff'), url('../../fonts/Euronics-Black.ttf') format('truetype'), url('../../fonts/Euronics-Black.svg') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Euronics';
	src: url('../../fonts/Euronics-Heavy.eot');
	src: url('../../fonts/Euronics-Heavy.woff') format('woff'), url('../../fonts/Euronics-Heavy.ttf') format('truetype'), url('../../fonts/Euronics-Heavy.svg') format('svg');
	font-weight: 900;
	font-style: normal;
}

/*********************** CSS Document ********************************************/

html {
    font-size: 62.5%;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    font-family: 'Euronics', Arial!important;
    overflow-x: hidden;
    background-color: #f4f4f4;
}
/* [Object] Modal
 * =============================== */
.modal {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    background: rgba(0,0,0, .9);
    transition: opacity .25s ease;
    z-index: 99999;
}

.modal__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal-state {
    display: none;
}

.modal-state:checked + .modal {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    background: none repeat scroll 0 0 rgba(41, 80, 121, 0.84);
}

.modal-state:checked + .modal .modal__inner {
    top: 0;
    line-height: 1.3;
}

.modal__inner {
    position: absolute;
    top: 50px !important;
    left: 50%;
    z-index: 20;
    margin-left: -400px;
    width: 800px;
    overflow-x: hidden;
    border-radius: 2px;
    border: 4px solid #c0c0c0;
    background: url("../../images/estrella.jpg") no-repeat scroll 120% 110% #FFF;
    -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.6);
}

.modal__inner header > h2 {
    color: #4374b7;
    font-size: 35px;
    margin: 0.5em 0 0;
    border-bottom: 1px solid #dddddd;
    margin: 3%;
}

.modal__inner .modal-content > p {
    color:#777b7b;
    margin:1em 0;
    font-size:15px;
    font-size:1.55rem;
}

.modal__inner .modal-content {
    max-height: 400px;
    max-height: 75vh;
    max-width: 740px;
    padding: 15px 1.2em;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 3em;
    line-height: 1.3;
    margin-top: -2%;
}

.modal__inner .modal-content > * {
    max-width: 100%;
}
.modal__inner footer {
    border-top: 1px solid white;
    padding: 1em 3em;
    background: rgba(58,142,194,0.24);
    border-radius: 2px;
    margin-bottom:50px;
    text-align: center;
}

.modal__inner footer p{
    color:#145799;
    font-size:16px;
    font-size:1.6rem;
    margin-bottom:0.5em;
    font-family: 'Euronics', Arial !important;
    vertical-align: baseline;
}
.modal__inner.error  footer{
    text-align:center;

}
.openModalPorque {
    color: #60ade3;
    font-size: 1.3rem;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
    font-family: 'Euronics', Arial !important;
    vertical-align: baseline;
    text-decoration: underline;
    float: right;
}

.openModalQueIncluye{
    color: #60ade3;
    font-size: 1.4rem;
    float: left;
    display: inline-block;
    cursor: pointer;
    font-family: 'Euronics', Arial !important;
    vertical-align: baseline;
    text-decoration: underline;
    margin-bottom: 3%;
}

.modal__close {
    cursor: pointer;
    position: absolute;
    height: 20px;
    margin-left: 87%;
    margin-top: 3%;
    z-index: 99999;
    background: #27aae2;
    font-size: 1.5em;
    border-radius: 5%;
    color: #FFFFFF;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.modal__close:after{
    content: 'Volver';
}
.boton-modal-frigorifico-americano{
    background-color: #1D428A;
    color: #F1C400;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: 100;
    font-size: 18px;
    float: right;
    text-align: center;
    margin-right: 1%;
    margin-bottom: 3%;
}
.boton-modal-frigorifico-americano:hover{
    background-color: #F1C400;
    color: #1D428A;
}

@media screen and (max-width: 690px) {
    .openModalPorque{
        display: none;
    }
    .modal__inner header > h2 {
        font-size: 14px;
    }
    .modal__inner header {
        margin-right: 2%;
    }
    .modal__inner{
        position: absolute;
        top: 50px;
        left: 50%;
        z-index: 20;
        overflow-x: hidden;
        border-radius: 2px;
        border: 4px solid #c0c0c0;
        background: url("../../images/estrella.jpg") no-repeat scroll 120% 110% #FFF;
        -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 30px rgba(255, 255, 255, 0.6);
        height: 88%;
    }
    .boton-modal-frigorifico-americano{
        background-color: #1D428A;
        color: #F1C400;
        padding: 10px 25px;
        text-decoration: none;
        font-weight: 100;
        font-size: 18px;
        float: right;
        text-align: center;
        margin-right: 4%;
    }

    .boton-modal-frigorifico-americano:hover{
        background-color: #F1C400;
        color: #1D428A;
    }
}
@media screen and (max-width: 690px) {
    .modal__inner {
        width: 96%;
        margin-left: -49%;
    }
    .modal__close:after {
        content: 'X';
    }
}
@media screen and (min-width: 700px) and (max-width: 1400px) {
    .modal__inner{
        position: absolute;
        z-index: 20;
        overflow-x: hidden;
        border-radius: 2px;
        border: 4px solid #c0c0c0;
        background: url("../../images/estrella.jpg") no-repeat scroll 120% 110% #FFF;
        -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 30px rgba(255, 255, 255, 0.6);
        height: 86%;
        margin-left: -385px;
        width: 59%;
    }
}


.limpiar {
    clear: both;
    display: block;
}

.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    min-width: 280px;
}

.responsive {
    display: none;
}



/*video*/

.video {
    height: 0;
    padding-top: 76.25%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}



/*Tooltip*/

.tooltip {
    background: none repeat scroll 0 0 #90C9FF;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 2em 2em 2em 2em;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    height: 1em;
    line-height: 1em;
    padding: 0.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 1em;
    cursor: pointer;
}

.tooltip.active:after {
    background: #40464D;
    border-radius: 5px;
    bottom: 26px;
    color: #FFF;
    content: attr(title);
    font-weight: normal;
    text-align: center;
    left: -75px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 150px;
    font-family: Georgia;
    font-size: 12px;
    text-shadow: 1px 1px 1px #000;
}

.tooltip.active:before {
    border: solid;
    border-color: #40464D transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 0.25rem;
    position: absolute;
    z-index: 99;
}

.nowrap {
    white-space: nowrap;
}



/**************HEADER*************************************************/

header {
    position: relative;
}

header .gris {
    background-color: #1D428A;
    background: -moz-radial-gradient(center, ellipse cover, #3675b9 1%, #1D428A 80%);
    background: -webkit-gradient(radial, center center, 0px, center center, 80%, color-stop(1%, #3675b9), color-stop(100%, #1D428A));
    background: -webkit-radial-gradient(center, ellipse cover, #3675b9 1%, #1D428A 80%);
    background: -o-radial-gradient(center, ellipse cover, #3675b9 1%, #1D428A 80%);
    background: -ms-radial-gradient(center, ellipse cover, #3675b9 1%, #1D428A 80%);
    background: radial-gradient(ellipse at center, #3675b9 1%, #1D428A 80%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3675b9', endColorstr='#1D428A', GradientType=1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

header .gris .wrap,
.breadcrumb {
    padding: 2px 17px 10px 43px;
    padding: 0.2rem 0rem 1rem 0rem;
    position: relative;
}

header h1.logo {
    width: 27%;
    float: left;
    margin-top: 20px;
}


header .logo{
    width: 27%;
    float: left;
    margin-top: 10px;
    margin-bottom:10px;
    padding-top: 20px;
}


header .logo a,
header .logo a, header h1.logo a {
    background: url(../../images/Euronics/euronics.png) no-repeat 0 0 transparent;
    width: 250px;
    display: block;
    height: 40px;
    text-indent: -99999px;
}

header p.eslogan {
    width: 45%;
    float: left;
    font-size: 16px;
    font-size: 1.5rem;
    color: #ffffff;
    padding: 40px 0 20px;
    padding: 4rem 0 2rem;
    font-family: 'Euronics', Arial;
    margin-bottom: 0px;
}

header p.telefono {
    width: 25%;
    width: auto;
    float: right;
    text-align: right;
    color: #90BED9;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3em;
    margin-right: 15px;
    margin-top: 15px;
}

header p.telefono strong {
    display: block;
    font-size: 30px;
    font-size: 2.5rem;
    font-family: 'Conv_ftrabk';
    margin-top: 5px;
    font-weight: normal;
}

header p.telefono strong a {
    color: #fff;
    text-decoration: none;
}

header p.bienvenido {
    color: #FFFFFF;
    float: right;
    font-size: 1.4rem;
    padding: 2rem 0 0rem;
    text-align: center;
    width: 25%;
}

header p.bienvenido a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none repeat scroll 0 0 #90C9FF;
    border-radius: 100% 100% 100% 100%;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Euronics',Arial;
    font-size: 13px;
    font-weight: bold;
    height: 19px;
    padding: 0.25em 0 0;
    text-decoration: none;
    width: 19px;
    text-align: center;
}

header p.usuario {
    color: #ffff00;
    float: right;
    font-size: 17px;
    font-size: 1.7rem;
}

header .menuCat {
    clear: left;
}

header .menuCat label.custom-select {
    position: relative;
    display: inline-block;
}

header .menuCat .custom-select select {
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    border-radius: 5px;
    padding: 2px 3px 3px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    height: 27px;
    outline: none;
    /* remove focus ring from Webkit */
    line-height: 1.2;
    background: -moz-linear-gradient(top, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 89, 1)), color-stop(1%, rgba(255, 255, 89, 1)), color-stop(8%, rgba(255, 252, 90, 0.99)), color-stop(12%, rgba(255, 251, 91, 1)), color-stop(23%, rgba(255, 247, 92, 1)), color-stop(46%, rgba(255, 234, 96, 1)), color-stop(95%, rgba(255, 201, 108, 1)), color-stop(96%, rgba(255, 200, 108, 1)), color-stop(100%, rgba(250, 194, 107, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
    color: #565656;
    border: 0;
    width: 100%;
}

header .menuCat .custom-select {
    width: 24%;
    margin-right: 1%;
    margin-top: 0.5rem;
    float: left;
    position: relative;
}

header .menuCat .custom-select:after {
    content: "\25BC";
    pointer-events: none;
    border-radius: 0 5px 5px 0;
    position: absolute;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    top: 0px;
    right: 0px;
    bottom: 0;
    line-height: 2.8em;
    padding: 0 7px;
    color: #565656;
    background: #F1C400;
    /* background: -moz-linear-gradient(top, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 89, 1)), color-stop(1%, rgba(255, 255, 89, 1)), color-stop(8%, rgba(255, 252, 90, 0.99)), color-stop(12%, rgba(255, 251, 91, 1)), color-stop(23%, rgba(255, 247, 92, 1)), color-stop(46%, rgba(255, 234, 96, 1)), color-stop(95%, rgba(255, 201, 108, 1)), color-stop(96%, rgba(255, 200, 108, 1)), color-stop(100%, rgba(250, 194, 107, 1)));
     background: -webkit-linear-gradient(top, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
     background: -o-linear-gradient(top, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
     background: -ms-linear-gradient(top, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
     background: linear-gradient(to bottom, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);*/
}

header .menuCat .custom-select option {
    background: #FFE761
}

.carrito .listadoCarrito .gastosEnvio .gastosDomicilio .detalleProducto .imagen.extension>span {
    background: url(../../images/icono-garantia.svg) no-repeat scroll 0 0 transparent;
    background-size: contain;
}

.footer_menu_responsive{
  margin-top: 20%;
}
/*ESTILOS PARA BARRA SUPERIOR
.page-title{
    background-color: #F1C400;
    padding: 5px 0 20px 0;
    text-align: center;
    z-index: 1;
    width: 100%;
    height: 4px;
}
.page-title-home{
    background-color: #F1C400;
    padding: 5px 0 10px 0;
    text-align: center;
    z-index: 1;
    width: 100%;
    height: 12px;
}
.ofertaglobal{
    color: #1D428A;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;}
.expand{
    height: 45px
}
.masinfo{
    font-weight: 100;
    text-decoration: underline;
}*/
/* ESTILOS PARA DROP DOWN MENU CATEGORIAS */

header .menuCat2 {
    clear: both;
    float: left;
    width: 235px;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    border-radius: 5px;
    padding: 0px 0px 3px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0.5rem 0 0 0;
    height: 29px;
    outline: none;
    /* remove focus ring from Webkit */
    line-height: 1.2;
    background: -moz-linear-gradient(top, #f1d773 0%, #F1C400 100%));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1d773), color-stop(100%, #F1C400));
    background: -webkit-linear-gradient(top, #f1d773 0%, #F1C400 100%));
    background: -o-linear-gradient(top, #f1d773 0%, #F1C400 100%));
    background: -ms-linear-gradient(top, #f1d773 0%, #F1C400 100%));
    background: linear-gradient(to bottom, #f1d773 0%, #F1C400 100%));
    color: #565656;
    border: 0;
}

ul.menuCateg ul.MenuBarSubmenuVisible {
    left: auto;
}

ul.menuCateg li a {
    text-decoration: none;
    color: #565656;
}

ul.menuCateg li a.menuCategItemSubmenu {
    display: block;
    padding: 0 0 0 10px;
    position: relative;
    height: 29px;
}

ul.menuCateg li a.menuCategItemSubmenu span {
    display: block;
    padding: 5px 0 0 0;
    font-size: 16px;
}

ul.menuCateg li a.menuCategItemSubmenu:after {
    content: "\25BC";
    pointer-events: none;
    border-radius: 0 5px 5px 0;
    position: absolute;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 29px;
    padding: 0 7px;
    color: #565656;
    background: #F1C400;
    font-size: 65%;
}

ul.menuCateg ul li {
    width: auto;
    display: block;
    padding: 5px 0;
}

ul.menuCateg ul li a {
    border-left: none;
    display: block;
    text-align: left;
    width: auto;
    padding: 0px 10px;
    white-space: nowrap;
}

ul.menuCateg ul ul {
    position: absolute;
    margin: -5% 0 0 95%;
}

ul.menuCateg ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
    left: auto;
    top: 0;
}

ul.menuCateg ul {
    background-color: #ffe761;
    margin: 0;
    padding: 5px 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 9999999;
    cursor: default;
    width: 235px;
    position: absolute;
    left: -1000em;
}

ul.menuCateg ul li a:hover,
ul.menuCateg ul li a:hover, ul.MenuBarHorizontal ul li a:focus {
    background-color: #3399ff;
    color: #fff;
    height: auto;
}

ul.menuCateg a.MenuBarSubmenuVisible {
    background-color: #3399ff;
    color: #fff;
    height: 3.7rem;
}

header .menuCat2.responsive {
    display: none;
}


/* ESTILOS PARA DROP DOWN MENU CATEGORIAS */

.no-pointer-events .custom-select:after {
    content: none;
}

header .form-search {
    float: left;
    width: 45%;
    margin-top: 0.5rem;
    position: relative;
}

header .form-search input {
    width: 100%;
    border-radius: 5px;
    padding: 2px 27px 3px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 37px;
    border: 0px solid #1A5089;
}

header .form-search button {
    border: medium none;
    border-radius: 0 5px 5px 0;
    box-shadow: none;
    font-family: 'Iconos';
    font-size: 30px;
    font-size: 3rem;
    height: 37px;
    line-height: 0rem;
    padding: 0 0 0;
    position: absolute;
    width: 60px;
    color: #1D428A;
    background: #F1C400;
    cursor: pointer;
    right: 0;
    top: 0;
    background: -moz-radial-gradient(center, ellipse cover, #f7e8ae 1%, #e9c729 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #f7e8ae), color-stop(100%, #e9c729));
    background: -webkit-radial-gradient(center, ellipse cover, #f7e8ae 1%, #e9c729 100%);
    background: -o-radial-gradient(center, ellipse cover, #f7e8ae 1%, #e9c729 100%);
    background: -ms-radial-gradient(center, ellipse cover, #f7e8ae 1%, #e9c729 100%);
    background: radial-gradient(ellipse at center, #f7e8ae 1%, #e9c729 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7e8ae', endColorstr='#e9c729', GradientType=1);
    background-size: 100% 200%;
}

header .form-search button span {
    display: block;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

header .form-search button:hover {
    color: #000000;
}

.mac header .form-search button span {
    margin-top: 0em;
}

.carrito-header-enlace-nuestrasTiendas {
    text-align: right;
    height: 27px;
    padding: 0.5em 5px 0 0;
    -moz-box-sizing: border-box;
    margin-top: 3rem;
    display: inline-block;
    border-right: 1px dotted white;
}

.carrito-header-enlace-nuestrasTiendas a {
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
}

.carrito-header-enlace-nuestrasTiendas span {
    position: relative;
    top: -5px;
    font-family: 'Euronics', Arial;
}

.carrito-header-enlace-nuestrasTiendas span:hover {
    color: #F1C400;
}

.carrito-header-enlace-miCuenta {
    text-align: right;
    height: 27px;
    padding: 0.5em 5px 0 0;
    -moz-box-sizing: border-box;
    margin-top: 3rem;
    display: inline-block;
    position: relative;
    left: 1.5%;
}

.carrito-header-enlace-miCuenta a {
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
}

.carrito-header-enlace-miCuenta span {
    position: relative;
    top: -7px;
    font-family: 'Euronics', Arial;
}

.carrito-header-enlace-miCuenta span:hover {
    color: #F1C400;
}

.carrito-header-enlace-miCuenta-noHome {
    text-align: right;
    height: 27px;
    padding: 0.5em 5px 0 0;
    -moz-box-sizing: border-box;
    margin-top: 3rem;
    display: inline-block;
}

.carrito-header-enlace-miCuenta-noHome a {
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
}

.carrito-header-enlace-miCuenta-noHome span {
    position: relative;
    top: -7px;
}

.carrito-header-enlace-miCuenta-noHome span:hover {
    color: #F1C400;
}

.link-nuestras-tiendas {
    padding: 0px 0px;
    padding-right: 4px;
}

.link-nuestras-tiendas::before {
    content: '';
    display: inline-block;
    background: url(../../images/icon-Tiendas.png) no-repeat scroll right center;
    height: 14px;
    padding: 4px 12px !important;
    margin-right: 4px;
    background-size: 100% 100%;
    box-sizing: content-box;
}

.link-mi-cuenta {
    padding: 0px 0px;
    text-align: right;
    vertical-align: middle;
}

.link-mi-cuenta::before {
    content: '';
    display: inline-block;
    background: url(../../images/icon-User.png) no-repeat scroll right center;
    height: 14px;
    padding: 4px 12px !important;
    margin-right: 9px;
    background-size: 100% 100%;
    box-sizing: content-box;
}

.link-carrito {
    padding: 0px 0px;
    text-align: right;
    vertical-align: middle;
}

.link-carrito::before {
    content: '';
    display: inline-block;
    background: url(../../images/icon-Carrito.png) no-repeat scroll right center;
    height: 14px;
    padding: 7px 16px !important;
    margin-right: 10px;
    box-sizing: content-box;
}

.carrito-header-enlace-carrito {
    width: auto;
    text-align: left;
    background: none;
    position: relative;
    padding: 2px 0px 0px 0px;
}

header #carritoHeader {
    margin-top: 0.5rem;
    border-radius: 0 5px 5px 0;
    float: left;
    height: 27px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    width: auto;
    text-align: left;
    background: none;
    position: relative;
    left: 15.5%;
    padding: 2px 0px 0px 0px;
}

header #carritoHeader .responsive {
    display: none;
}

header #carritoHeader span {
    position: relative;
    top: -5px;
    font-family: 'Euronics', Arial;
}

header:not(.home) #carritoHeader .carrito-header-enlace-carrito {
    top: -13px;
}


/*header #carritoHeader {
     margin-top:0.5rem;
     width:24%;
     border-radius:0 5px 5px 0;
     text-align:center;
     float:left;
     background: url("../../images/ico-carrito.png") no-repeat scroll right center #1a5089;
     height:27px;
     padding:0.5em 20px 0 0;
     box-sizing:border-box;
     -moz-box-sizing:border-box;
     -webkit-box-sizing:border-box;
     color:#fff;
 }*/

header #carritoHeader a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
}

header #carritoHeader a:hover {
    color: #F1C400;
}


/*Menu*/

header nav {
    border-top: 1px solid #ededed;
    background: #fff;
}

header nav .sombra {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    padding: 3px 0;
    padding: 0.3rem 0;
    height: 45px;
    height: 4.5rem;
    border-bottom: 1px solid #D0D0D0;
    height: auto;
}

header nav ul {
    display: table;
    margin: 0 auto;
    width: 100%;
}

header nav li {
    z-index: 9999;
}

header nav li a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 1px solid #D0D0D0;
    color: #1D428A;
    display: table-cell;
    font-size: 1.24rem;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 12.5%;
    font-family: 'Euronics', Arial;
    font-weight: 800;
    text-transform: uppercase;
}

header nav li:first-child a {
    border-left: none;
}

header nav li.active a {
    color: #000;
    opacity: 1;
    filter: alpha(opacity=100);
}

header nav li.active:before {
    content: "";
    border-bottom: 1.25rem solid #22558e;
    border-left: 1.25rem solid transparent;
    border-right: 1.25rem solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    margin-left: -14px;
    position: absolute;
    width: 0;
}


/*home*/

header.home .logo,
header.home .logo, header.home h1.logo {
    padding-top: 20px;

}

header.home p.telefono {
    padding-top: 0.35em;
    margin-top: 7px;
}

header.home #buscadorHeader {
    clear: none;
}

.headerCompra h1 {
    color: #4374B7;
    display: inline-block;
    font-size: 3.5rem;
    font-weight: normal;
    padding: 1.5rem 1rem 0.5rem 0;
}


/**********MIGAS DE PAN**************/

.breadcrumb {
    color: #1D428A;
    font-size: 13px;
    font-size: 1.3rem;


    padding: 10px 10px 0px 5px;
    margin-bottom: 12px;
}

.breadcrumb a {
    color: #1D428A;
    display: inline-block;
    text-decoration: none;
    margin-right: 5px;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb a:last-child {
    pointer-events: none;
    cursor: default;
    color: #000;
}


/***********************FICHA DE PRODUCTO********************************************/


/*Estilo para el atributo infoListadoHtml*/

#itemContainer .producto .txt .custom_text {
    display: inline-block;
    color: #000d79 !important;
    width: auto !important;
    box-sizing: border-box;
    text-align: center;
    float: left;
    padding: 3px 12px;
    border: 2px solid #477cc2;
    position: relative;
    border-radius: 5px;
}

#itemContainer .producto .txt div.promoContainer {
    float: left;
    overflow: hidden;
    clear: left;
}


/*CARRUSEL*/

.bloquePrecio .fichaProducto .custom_text{
    width: inherit;
    border-radius: 0px;
    height: auto;
    margin-top: 50px;
}

.fichaProducto .custom_text {
    margin: 15px 0;
    font-size: 17px;
    display: block;
    background: #E63422;
    color: #FFF;
    width: 110px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    border-radius: 78px;
    position: absolute;
    height: 110px;
    padding: 18px;
}
.fichaProducto .custom_text a{
    color: #FFFFFF;
}
.fichaProducto .custom_text_promo{
    background-color: #1D428A;
    color:#FFFFFF;
    text-align: center;
    padding: 10px;
    font-size: 15px;}
.fichaProducto .custom_text_promo a{background-color: #1D428A; color:#FFFFFF;}

.fichaProducto .carrusel {
    width: 43%;
    display: table-cell;
    vertical-align: top;
    padding-top: 15px;
    padding-top: 1.5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 1rem;
    position: relative;
    background-color: #FFF
}

.fichaProducto .carrusel .productoRecomendado {
    position: absolute;
    left: 5px;
    top: 5px;
    background: url(../../images/productoRecomendado.png) 0 0 no-repeat;
    width: 217px;
    height: 160px;
    z-index: 999;
}


/*.fichaProducto .carrusel .bx-wrapper{width: 80%; margin-bottom:15px;}
 .fichaProducto .carrusel #bx-pager {text-align:center;}
 .fichaProducto .carrusel #bx-pager a {text-decoration:none;}
 .fichaProducto .carrusel #bx-pager img { height: auto}
 .fichaProducto .carrusel .bx-wrapper{ padding: 0 10%;}
 .fichaProducto .carrusel .bx-wrapper:after {content: "";display: block;height: 1px;margin: 0 auto;width: 71%;margin-top: 10px;border-top: 1px solid #DDD;}
 .fichaProducto .carrusel .bx-wrapper img{margin:0 auto;}
 */

.fichaProducto #thumblist {
    clear: both;
    display: block;
}

.fichaProducto #thumblist li {
    float: left;
    margin: 1% 1% 1% 0;
    padding-top: 18%;
    position: relative;
    text-align: center;
    width: 18%;
    border: 1px solid #efefef;
}

.fichaProducto #thumblist li a {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
}

.fichaProducto #thumblist li a img {
    max-width: 100%;
    max-height: 100%
}

.fichaProducto .zoomPad>img {
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 0 3px 3px -3px #CCCCCC;
    margin-bottom: 10px;
}

.fichaProducto .sinMiniaturas .zoomPad>img {
    border-bottom: 0;
    box-shadow: none;
}
.promotion-immage{
    position: absolute;
    margin-top: -60px;
}
#carousel-main .promotion-immage{
    position: absolute;
    margin-top: -160px;
}
.producto .promotion-immage{margin-top: 150px; top: 0px; }

/*DETALLE PRODUCTO*/

.fichaProducto .detalleProducto {
    width: 30%;
    display: table-cell;
    vertical-align: top;
    padding-top: 15px;
    padding-top: 1.5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 2.7% 0;
    margin-top: 15px;
    margin-top: 1.5rem;
    background-color: #FFF
}

.fichaProducto .detalleProducto h1 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 600;
    overflow: hidden;
    color: #1D428A;
    font-family: 'Euronics', Arial;
    text-transform: uppercase;
}

.fichaProducto h1.responsive {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 1rem 0;
    padding: 0.2em;
    font-weight: normal;
    text-align: center;
    background: #366FB4;
    color: #FFFFFF;
}

.detalleProducto p {
    font-size: 15px;
    font-size: 1.35rem;
    color: #626767;
    line-height: 1em;
    font-weight: normal;
    font-family: 'Euronics', Arial;
}

.detalleProducto p strong {
    font-weight: normal;
}

.detalleProducto .icoCaracteristica {
    background: url(../../images/sprite-iconos.png) 0 0 no-repeat transparent;
    height: 31px;
    display: inline-block;
    margin: 1rem 0.5rem 1rem 0;
}

.detalleProducto .icoCaracteristica.nivel-a {
    width: 39px;
}

.detalleProducto .icoCaracteristica.inox {
    width: 30px;
    background-position: -50px 0;
}

.detalleProducto .opiniones {
    color: #60ade3;
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    margin: 1rem 0 0;
}

.puntuacion {
    font-family: 'Iconos';
    font-size: 30px;
    font-size: 3rem;
    color: #e2e2e2;
    margin-bottom: 4.5rem;
}

.puntuacion .active {
    color: #135597;
}

.redesSociales .twitter-count-horizontal {
    float: left;
    margin-top: 10px;
}

.redesSociales iframe.fb_ltr {
    width: 135px;
    border: medium none;
    height: 21px;
    margin-top: 0px;
    overflow: hidden;
    position: absolute;
    right: 0;
}

.redesSociales iframe.fb_ltr table {
    float: right !important;
}


/**************FICHA PRODUCTO EKOMI**************************************/

.ekomi {
    text-align: center;
    min-height: 95px;
}


/*OPCION COMPRA*/

.fichaProducto .detalleProducto+form {
    display: table-cell;
    width: 27%;
    vertical-align: top;
    padding: 1.5rem 1.5rem 0 0;
    background-color: #FFF;
}

.fichaProducto .opcionCompra {
    margin-top: 15px;
    margin-top: 1.5rem;
    padding: 0 0 0 2.7%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.fichaProducto .descuento {
    color: #EE2128;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 25px;
}

.fichaProducto .precioProducto {
    color: #000000;
    font-size: 58px;
    font-weight: bold;
    line-height: 60px;
    font-family: 'Euronics', Arial;
}

.fichaProducto .iva {
    color: #626767;
    font-size: 14px;
}

.fichaProducto .marca img {
    height: auto;
    width: auto;
    margin-top: 10px;
    max-width: 150px;
    max-height: 50px;
}

.botonComprar {
    text-decoration: none;
    font-size: 23px;
    font-size: 2.3rem;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin: 10px 0;
    padding: 14px 20px 11px;
    background: #ffff00;
    background: -moz-linear-gradient(top, #f8e433 1%, #fdd331 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f8e433), color-stop(100%, #fdd331));
    background: -webkit-linear-gradient(top, #f8e433 1%, #fdd331 100%);
    background: -o-linear-gradient(top, #f8e433 1%, #fdd331 100%);
    background: -ms-linear-gradient(top, #f8e433 1%, #fdd331 100%);
    background: no-repeat linear-gradient(180deg, #f8e433 1%, #fdd331 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8e433', endColorstr='#fdd331', GradientType=0);
    font-family: 'Euronics', Arial;
}

.botonComprar:hover {
    background: rgb(255, 162, 32);
    background: -moz-linear-gradient(top, rgba(255, 162, 32, 1) 0%, rgba(255, 255, 0, 1) 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 162, 32, 1)), color-stop(99%, rgba(255, 255, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 162, 32, 1) 0%, rgba(255, 255, 0, 1) 99%);
    background: -o-linear-gradient(top, rgba(255, 162, 32, 1) 0%, rgba(255, 255, 0, 1) 99%);
    background: -ms-linear-gradient(top, rgba(255, 162, 32, 1) 0%, rgba(255, 255, 0, 1) 99%);
    background: linear-gradient(to bottom, rgba(255, 162, 32, 1) 0%, rgba(255, 255, 0, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa220', endColorstr='#ffff00', GradientType=0);
}

.botonEmail {
    font-size: 15px;
    font-size: 1.5rem;
    border: 2px solid #5283CB;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin: 10px 0;
    padding: 14px 20px 11px;
    clear: both;
    background: #7ba1d7;
    background: -moz-linear-gradient(top, #7ba1d7 1%, #3271c9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7ba1d7), color-stop(100%, #3271c9));
    background: -webkit-linear-gradient(top, #7ba1d7 1%, #3271c9 100%);
    background: -o-linear-gradient(top, #7ba1d7 1%, #3271c9 100%);
    background: -ms-linear-gradient(top, #7ba1d7 1%, #3271c9 100%);
    background: linear-gradient(to bottom, #7ba1d7 1%, #3271c9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ba1d7', endColorstr='#3271c9', GradientType=0);
}

.botonComprar:before {
    content: "";
    background: url("../../images/sprite-iconos.png") no-repeat scroll -100px -4px transparent;
    height: 24px;
    width: 30px;
    display: block;
    float: right;
    margin-left: 9px;
    margin-top: -3px;
}

.botonFiltro:before {
    content: "";
    background: url("../../images/sprite-iconos.png") no-repeat scroll -100px 3px transparent;
    height: 35px;
    width: 30px;
    display: block;
    float: right;
    margin-left: 9px;
    margin-top: -13px;
}


/*INFO*/

.fichaProducto .info {
    border: 1px solid #e8e8e8;
    padding: 1em 0.5em 0.25em;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
    margin-top: 45px;
}

.fichaProducto .info>div {
    clear: both;
    color: #7F7F7F;
    font-size: 1.5rem;
    height: 27px;
    padding-top: 5px;
    padding-bottom: 15px;
}
.fichaProducto .info>div:before {
    background: url("../../images/sprite-iconos.png") no-repeat scroll -100px -4px rgba(0, 0, 0, 0);
    clear: left;
    content: "";
    display: block;
    float: left;
    height: 27px;
    margin-right: 0.5em;
    margin-top: -0.25em;
    width: 36px;
}
.fichaProducto .info>div.masBarato:before {
    background-position: -132px 0;
}

.fichaProducto .info>div.envioGratuito:before {
    background-position: -175px 0;

}
.fichaProducto .info>div.envioGratuito{background-color: transparent;}
.fichaProducto .info>div.enStock:before {
    background-position: -215px 0;
}

.fichaProducto .info>div.sinStock {
    color: #ff4f4f;
}

.fichaProducto .info>div.sinStock:before {
    background-position: -225px -260px;
    width: 26px;
}

.fichaProducto .teAvisamos {
    color: #7F7F7F;
    float: right;
    font-size: 1.5rem;
    margin-top: 4px;
    clear: both;
}

.opcionCompra .teAvisamos {
    border: 1px solid #E8E8E8;
    margin-bottom: 0.5rem;
    padding: 1em 0.5em 0.75em;
}

.teAvisamos input[type="text"],
.teAvisamos input[type="email"],
.teAvisamos textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #4074B9;
    border-radius: 3px;
    padding: 6px 4px;
    margin-bottom: 0.5em;
    width: 96%;
}

.teAvisamos textarea {
    font-family: Arial, Helvetica, sans-serif;
    color: #7F7F7F;
    font-size: 0.9em;
}

.botonTeAvisamos {
    background: linear-gradient(to bottom, #FFFF00 1%, #FFA220 100%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #F1CB00;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 10px auto;
    padding: 5px 20px;
    text-decoration: none;
}

.botonTeAvisamos:hover {
    background: linear-gradient(to bottom, #FFA220 0%, #FFFF00 99%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}


/*INSTALACION*/

.opcionCompra .instalacion {
    padding: 1em 0.5em 0.75em;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
    font-size: 15px;
    font-size: 1.5rem;
    color: #7f7f7f;
}

.opcionCompra .instalacion>span:before {

    background: url("../../images/sprite-iconos.png") no-repeat scroll -270px 0 transparent;
    width: 35px;
    height: 27px;
    display: block;
    float: left;
    clear: left;
    margin-right: 0.5em;
    margin-top: -0.25em;
    margin-bottom: 0.5em;
}

.opcionCompra .instalacion p {
    clear: left;
    font-size: 13px;
    font-size: 1.4rem;
    color: #7F7F7F;
    margin-top: 0.5em;
    padding: 10px 0;
}

.opcionCompra .instalacion p strong {
    display: block;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.5rem;
    padding: 0px 0 5px;
}

.opcionCompra .instalacion a.btnCompraInstalacion {
    display: block;
    width: 90%;
    height: 47px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 2px 2px 2px 2px;
    max-width: 240px;
    background: rgb(123, 161, 215);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjN2JhMWQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTYlIiBzdG9wLWNvbG9yPSIjNTI4M2NiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUyODNjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-radial-gradient(center, ellipse cover, rgba(123, 161, 215, 1) 55%, rgba(82, 131, 203, 1) 56%, rgba(82, 131, 203, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(55%, rgba(123, 161, 215, 1)), color-stop(56%, rgba(82, 131, 203, 1)), color-stop(100%, rgba(82, 131, 203, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(123, 161, 215, 1) 55%, rgba(82, 131, 203, 1) 56%, rgba(82, 131, 203, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(123, 161, 215, 1) 55%, rgba(82, 131, 203, 1) 56%, rgba(82, 131, 203, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(123, 161, 215, 1) 55%, rgba(82, 131, 203, 1) 56%, rgba(82, 131, 203, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(123, 161, 215, 1) 55%, rgba(82, 131, 203, 1) 56%, rgba(82, 131, 203, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ba1d7', endColorstr='#5283cb', GradientType=1);
    padding: 0.5em 0 0 1em;
    background-size: 143% 186%;
    background-position: 53% -89%;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.15em;
    transition: width 1.5s;
    -webkit-transition: width 1.5s;
    /* Safari */
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
}

.opcionCompra .instalacion a:hover {
    width: 100%;
    color: #000
}

.opcionCompra .instalacion a {
    color: #43779c;
}

.opcionCompra .instalacion a.btnCompraInstalacion:after,
.opcionCompra .instalacion .btnCompraInstalacion:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.opcionCompra .instalacion a.btnCompraInstalacion:before {
    border-color: #c6dbe8;
    border-left-color: transparent;
    border-width: 24px 16px;
    top: 0;
    right: -1px;
}

.queIncluye a {
    color: #60ade3;
    text-decoration: underline;
}

.queIncluye a:hover {
    color: #000000;
}

.condicionesenvio {
    float: left;
    font-size: 16px;
    padding: 0 0 10px 0;
}

.subimosDomicilio {
    padding: 0px !important;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    color: #303030;
    text-transform: uppercase;
    text-align: left;
}

p.textoestrella {
    font-size: 14px;
    font-weight: 100;
}

h3.tipoenvio {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    margin-bottom: 10px
}

p.precioconinstalacion {
    font-size: 1.2rem;
}


/*PESTAÃ‘AS/ACORDEON*/

.pestanas #horizontalTab {
    clear: left;
    /*border-bottom:1px solid #C4C4C4;*/
    margin-bottom: 10px;
}

.pestanas #horizontalTab .wrap {
    margin: 1px auto 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.pestanas #horizontalTab .wrap>a {
    color: #60ade3;
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 10px;
    float: right;
    display: inline-block;
}

.pestanas #horizontalTab .wrap>a:hover {
    color: #000000;
}

.pestanas #horizontalTab .resp-tab-item {
    background-color: #1D428A;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
}

.pestanas #horizontalTab .resp-tab-item:hover {
    color: #60ade3;
}

.pestanas #horizontalTab .resp-tab-item+.resp-tab-item {
    border-left: 1px solid #fff;
}

.pestanas #horizontalTab .resp-tab-active+.resp-tab-item {
    border-left: none;
}

.pestanas #horizontalTab .resp-tab-item+.resp-tab-active {
    border-color: #C1C1C1;
}

.pestanas #horizontalTab .resp-tab-active {
    background-color: #fff;
    color: #1D428A;
    padding: 34px 30px 15px;
    margin-top: 0;
    border: 0px;
}

.pestanas #horizontalTab .resp-tabs-list {
    background: #f4f4f4;
    padding-top: 10px;
    padding-top: 1rem;
    margin-bottom: -4px;
}

.pestanas #horizontalTab .resp-tabs-list li {
    float: left;
    width: auto;
    padding: 13px 15px;
}

.pestanas #horizontalTab .resp-tabs-list li.resp-tab-active {}

.pestanas #horizontalTab .resp-tabs-list li strong {
    float: left;
    height: 18px;
}

.pestanas #horizontalTab .resp-tabs-list li strong.op_1 {}

.pestanas #horizontalTab .resp-tabs-list li strong.op_1:hover {
    opacity: 0.7
}

.pestanas #horizontalTab .resp-tabs-list li.resp-tab-active strong.op_1 {}

.pestanas #horizontalTab .resp-tabs-list li strong.op_2 {}

.pestanas #horizontalTab .resp-tabs-list li strong.op_2:hover {
    opacity: 0.7
}

.pestanas #horizontalTab .resp-tabs-list li.resp-tab-active strong.op_2 {}

.pestanas #horizontalTab .resp-tabs-list li strong.op_3 {}

.pestanas #horizontalTab .resp-tabs-list li strong.op_3:hover {
    opacity: 0.7
}

.pestanas #horizontalTab .resp-tabs-list li.resp-tab-active strong.op_3 {}

.pestanas #horizontalTab .resp-tabs-list li strong.op_4 {}

.pestanas #horizontalTab .resp-tabs-list li strong.op_4:hover {
    opacity: 0.7
}

.pestanas #horizontalTab .resp-tabs-list li.resp-tab-active strong.op_4 {}

.pestanas #horizontalTab .resp-tabs-list li strong.op_5 {}

.pestanas #horizontalTab .resp-tabs-list li strong.op_5:hover {
    opacity: 0.7
}

.pestanas #horizontalTab .resp-tabs-list li.resp-tab-active strong.op_5 {}

.homeListado.pestanas #horizontalTab .resp-tabs-list li span,
.pestanas #horizontalTab .resp-tabs-list li span {
    display: block;
    margin-top: 0px;
    font-family: 'Euronics', Arial;
    font-size: 14px;
    text-transform: uppercase;
}

.headerCompra p.txtLeyendaError {
    color: red;
    display: block;
    padding: 25px 10px 0 0;
}

.bodyMiCuenta .txtLeyendaError{
    background-color: #F7ECB8;
    padding: 1%;
    font-size: 15px;
    margin: 0px 0 50px 0;
    color: #505050!important;
}

.headerCompra input[type="text"],
.headerCompra input[type="password"] {
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    border-radius: 3px;
    border: 1px solid rgb(64, 116, 185);
    padding: 6px 4px;
}

.headerCompra input[type="password"] {
    margin: 0px 0.5em;
}

.headerCompra form {
    margin: 0;
    float: right;
    margin-right: 0px;
    padding-right: 0px;
    padding-top: 0px
}

header .gris .wrap .bienvenido.logout {
    position: absolute;
    right: 0;
    cursor: pointer;
    background-color: #F1C400;
    border-radius: 0 0 5px 5px;
    font-size: 1.5em;
    padding: 3px;
    color: #3083FF;
}
.contenido-html-categoria-generico {max-width: 1200px; margin: auto}
.contenido-html-categoria-generico img{width: 100%;}
.contenido-html-categoria-listado img{width: 100%;}

/*Modificaciones cabecera B2B*/

header .gris.plataformaAzul {
    background: #f9f9f9;
}

.wrap.plataformaAzul #carritoHeader {
    background: #477cc2;
    border: none;
    border-radius: 5px;
    padding: 6px 0 0 0;
    float: right;
    left: 0;
    clear: right;
}

body header .plataformaAzul p.bienvenido {
    padding: 0rem 10px 0 0rem;
    width: auto;
    clear: right;
}

header .gris.plataformaAzul.noHome .plataformaAzul .logo a {
    height: 100px;
    width: 200px;
    background-size: 100% 100%;
}

header .plataformaAzul.noHome .menuCat2 {
    top: 100px;
}


.contenido-html-categoria-listado img{width: 100%;}

/*Extension de Garantia*/

.fichaProducto .info.extensionGarantia {
    clear: both;
    color: #7F7F7F;
    font-size: 1.5rem;
    height: 27px;
    padding-top: 5px;
    padding-bottom: 15px;
    position: relative;
}

.fichaProducto .info.extensionGarantia p {
    display: inline-block;
    margin-left: 10px;
}

.fichaProducto .info.extensionGarantia img {
    position: absolute;
    margin-left: 21px;
}

.info.extensionGarantia input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.info.extensionGarantia input[type="checkbox"]+p::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 10px;
    height: 18px;
    width: 18px;
    border: 3px solid #a6a6a6;
}

.s-simon-contacto input[type="checkbox"]:checked+span::before {
    background-color: blue;
}


/*/Extension de Garantia*/
.garantiaExtendida{border: 1px solid #CCCCCC;
    padding: 2%;}
.garantiaExtendida p.tituloTipoDeEnvio {
    font-size: 15px;
    font-family: 'Euronics', Arial, sans-serif;
    font-weight: bold;
    color: #303030;
    margin-bottom: 5px;
    width: calc(100% - 50px);
    padding: 10px 10px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase
}

.bloqueInfo .icono-garantia-envio,
.bloqueInfo .icono-info-garantia,
.img_moreInfo.icono-info-garantia,
.paso3 .icono-garantia-envio {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 10px;
}

img.img_moreInfo {
    width: 24px;
}

.bloqueInfo .icono-info-garantia,
.img_moreInfo.icono-info-garantia,
.paso3 .icono-garantia-envio {
    margin-right: 0;
    width: 20px;
    height: 20px;
    float: right;
}

.img_moreInfo.icono-info-garantia,
.paso3 .icono-garantia-envio {
    float: none;
}

.infoInstalacion.radio-garantia {
    margin: .5rem;
}

.infoInstalacion.radio-garantia input[type="radio"],
.infoInstalacion.radio-garantia input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.infoInstalacion.radio-garantia .radio-label {
    color: #000;
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Euronics', arial;
}


.infoInstalacion.radio-garantia input[type="radio"]+.radio-label:before,
.infoInstalacion.radio-garantia input[type="checkbox"]+.radio-label:before {
    content: '';
    background-color: none;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    position: relative;
    margin-right: 15px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.infoInstalacion.radio-garantia input[type="radio"]:checked+.radio-label:before,
.infoInstalacion.radio-garantia input[type="checkbox"]:checked+.radio-label:before {
    background: #1D428A;
    -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.interior{
    line-height: 15px;
    font-size: 11px;
    padding: 5px;
}
/*Product Description YoutubeVideo and Icon*/
.youtubeInicial{
    visibility: hidden;
    position: absolute;
    width: 93%;
    height: 42%;
    left: 5%;
}

.youtubeInicialUnaFoto{
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 5%;
}

.youTubeIcono{
    width: 13% !important;
    background:url(../../images/Euronics/playEuronics.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    left: 10%;
    margin-top: 7% !important;
    margin-bottom: -10% !important;
}

/*loadbee diplay info*/
.loadbeedisplayinitial {
    display: none !important;
}

.loadbeedisplayfinal {
    display: block !important;
}

/*flixmedia diplay info*/
.flixmediaDisplayInitial {
    display: none !important;
}

.flixmediaDisplayFinal {
    display: block !important;
}
.searchStoreHidden{
    display: none;
}

.searchStoreActive{
    display: inline;
}

/*******************************/

@media all and (max-width: 1075px) {
    .carrito-header-enlace-nuestrasTiendas,
    .carrito-header-enlace-miCuenta,
    header #carritoHeader .carrito-header-enlace-carrito {
        display: block;
        position: absolute;
        right: 0;
        top: 5px;
        text-align: left;
        margin-top: 0;
        width: 155px;
        border: none;
    }
    .carrito-header-enlace-miCuenta {
        top: 35px;
        left: auto;
    }
    header #carritoHeader {
        position: static;
    }
    header #carritoHeader .carrito-header-enlace-carrito {
        top: 65px;
        float: none;
        margin-top: 0;
        left: initial;
    }
    header:not(.home) .carrito-header-enlace-nuestrasTiendas {
        top: 25px;
    }
    header:not(.home) .carrito-header-enlace-miCuenta {
        top: 55px;
    }
    header:not(.home) #carritoHeader .carrito-header-enlace-carrito {
        top: 85px;
    }
    header .form-search {
        width: 37%;
    }
    header .gris .wrap .bienvenido.logout {
        position: absolute;
        right: 20vw;
    }

}

@media all and (max-width: 1002px) {
    .homeListado #horizontalTab ul.resp-tabs-list .wrap {
        padding: 0px 20px;
        background-color: #FFF
    }
    .homeListado #horizontalTab ul.resp-tabs-list .wrap span {
        display: block;
        font-size: 18px;
        font-family: 'Euronics', Arial;
        padding-bottom: 20px;
        text-transform: uppercase;
        font-weight: 800;
    }
    .pestanas #horizontalTab .resp-tabs-list li {
        padding: 14px 6px;
    }
    .pestanas #horizontalTab .resp-tabs-list li.resp-tab-active {
        padding: 34px 6px 15px 6px;
        display: none;
    }
}

.pestanas #horizontalTab .resp-tab-content {
    padding: 20px 0 15px 2px;
    padding: 2rem 0 1.5rem 2rem;
    position: relative;
    background-color: #f4f4f4;
}

.pestanas #horizontalTab .resp-tab-content h2 {
    font-size: 25px;
    font-size: 2.5rem;
    color: #363636;
    margin-bottom: 0.3em;
    font-family: 'Euronics', Arial;
}

.fichaProducto.pestanas #horizontalTab .resp-tab-content {
    background-color: #FFF;
    padding: 20px;
}

.fichaProducto.pestanas #horizontalTab .resp-tab-content .descripcion {
    font-size: 18px;
    font-size: 1.8rem;
    color: #999999;
}


/*.fichaProducto.pestanas #horizontalTab .resp-tab-content .descripcion:after {
     content:"";
     background: url("../../images/sombra.png") no-repeat scroll center top transparent;
     height: 14px;
     width: 635px;
     display:block;
     margin: 10px 0 10px -60px;
 }*/

.fichaProducto.pestanas #horizontalTab .resp-tab-content p {
    font-size: 15px;
    font-size: 1.5rem;
    color: #626767;
    line-height: 1.3em;
    margin-bottom: 0.4em;
    text-align: justify;
    font-family: 'Euronics', Arial;
}

.descripcionProducto {
    font-size: 15px;
    font-size: 1.5rem;
    color: #626767;
    line-height: 1.3em;
    margin-bottom: 1em;
    text-align: justify;
}
.imagendescripcion{
    max-width: 500px;
    margin: 5%;
    width: 100%;}
.pestanas #horizontalTab .resp-tabs-container {
    position: relative;
    background-color: #FFF;
}

.pestanas #horizontalTab .resp-tabs-container:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid;
    border-radius: 2em;
    bottom: -0.75em;
    color: #C4C4C4;
    font-family: Georgia;
    font-size: 2em;
    height: 1.5em;
    left: 50%;
    padding-top: 0.4em;
    position: absolute;
    text-align: center;
    width: 1.5em;
}


/*VIDEO PROMO*/

.videoPromo {
    padding-bottom: 10px;
    padding-top: 30px;
    padding-top: 3rem;
}

.videoPromo .wrap {
    margin: 1px auto 0px;
    padding: 0 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.videoPromo .video {
    padding-top: 45.75%;
    width: 60%;
    margin: 0 auto;
}

.videoPromo .video iframe {
    border: medium none;
    height: 100%;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.videoPromo h2 {
    color: #363636;
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 3px;
    margin-bottom: 0.3em;
}

.videoPromo h2:after {
    background: url("../../images/sombra.png") no-repeat scroll center top transparent;
    content: "";
    display: block;
    height: 14px;
    margin: 10px 0 10px -60px;
    width: 635px;
}


/*ZONA FITLTROS*/

.fichaProducto.zonaFiltros {
    background: #f5f5f5;
    padding: 30px 0 20px;
    padding: 3rem 0 2rem;
}

.fichaProducto.zonaFiltros .detalles {
    background: #c6dbe8;
    border-radius: 6px;
    padding: 6px 15px;
}

.fichaProducto .precio {
    float: left;
}

.zonaFiltros.fichaProducto .botonComprar {
    float: right;
    font-size: 15px;
    margin-top: 30px;
}

.fichaProducto .info {
    clear: both;
    border: none;
    padding: 10px 0 0 0;
}

.fichaProducto .info>div {
    padding: 10px;
}

.fichaProducto .instalacion {
    float: right;
    color: #7F7F7F;
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 4px;
    background-color: #c6dbe8;
    width: 95%;
}

.fichaProducto.zonaFiltros .instalacion {
    margin-top: -20px;
}


/*filtros*/

.filtros {
    margin-top: 5px;
}

.filtros .box {
    width: 32.33%;
    float: left;
    margin-left: 1.5%;
}

.filtros .box:first-child {
    margin: 0;
}

.filtros .box h4 {
    font-size: 20px;
    font-size: 1.3em;
    color: #7A7A7A;
    margin: 1.3em 0 0.4em 0;
    font-weight: bold;
    line-height: 1.2em;
    padding-left: 3px;
    font-family: 'Euronics', arial;
    text-transform: uppercase;
}

.filtros .content {
    width: 93%;
    max-height: 5.9em;
    font-size: 1.2rem;
    padding: 1.5rem 0.4em 1.5em 1.5em;
    overflow: hidden;
    border-radius: 2px;
    background: #FFF;
    min-height: 72px;
    line-height: 1.2em;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.07);
}

.filtros .content a {
    color: #005B8B;
    display: block;
    margin-bottom: 0.35em;
    text-decoration: none;
    font-family: 'Euronics', arial;
}

.filtros .content a:hover {
    text-decoration: underline;
}

.filtros .enlaces {
    text-align: center;
    padding-top: 2.5em;
}

.filtros .enlaces a {
    font-size: 14px;
    font-size: 1.2rem;
    color: #363636;
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-decoration: none;
    line-height: 1.2em;
    display: inline-block;
}

.filtros .enlaces a:after {
    content: "\25cf";
    padding: 0 0.5em;
    font-weight: 700;
}

.filtros .enlaces a:last-child:after {
    content: "";
    padding: 0;
}

.filtros .enlaces a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.totalprod{
  font-size: 14px;
  padding-left: 20px;
  padding-top: 21px;
}

.enlacescatpie {
    padding-top: 10px;
}

.enlacescatpie a {
    color: #FFF!important;
    font-weight: 900;
    font-size: 1.3em!important;
}

.filtrado.error h1 {
    color: #90C9FF;
    font-size: 25px;
    font-weight: normal;
    padding-top: 20px;
}

.filtrado.error h2 {
    color: #90C9FF;
    font-size: 25px;
    font-weight: normal;
    padding-top: 20px;
}

.filtradoLink {
    color: #169DFC;
    background-color: #E0F1FD;
    padding: 2px;
    margin: 1px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 21px;
}

.filtradoLinkActivado {
    color: #FFFFFF;
    background-color: #2C68AC;
    padding: 2px;
    margin: 1px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 1.2em;
}

#capaResultadoListadoProductos .listadoBody .fondoClickable {
    display: none;
}


/**********FOOTER*******************************************************************/

footer {
    padding: 20px 0;
    padding: 4rem 0;
    background-color: #1D428A;
     background: url("https://www.euronics.es/estaticos/images/Euronics/Star_watermark.png") no-repeat right top, -moz-radial-gradient(center, ellipse cover, #3675b9 1%, #1D428A 100%);
    background: url("https://www.euronics.es/estaticos/images/Euronics/Star_watermark.png") no-repeat right top, -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #3675b9), color-stop(100%, #1D428A));
    background: url("https://www.euronics.es/estaticos/images/Euronics/Star_watermark.png") no-repeat right top, -webkit-radial-gradient(center, ellipse cover, #3675b9 1%, #1D428A 100%);
    background: url("https://www.euronics.es/estaticos/images/Euronics/Star_watermark.png") no-repeat right top, -o-radial-gradient(center, ellipse cover, #3675b9 1%, #1D428A 100%);
    background: url("https://www.euronics.es/estaticos/images/Euronics/Star_watermark.png") no-repeat right top, -ms-radial-gradient(center, ellipse cover, #3675b9 1%, #1D428A 100%);
    background: url("https://www.euronics.es/estaticos/images/Euronics/Star_watermark.png") no-repeat right top, radial-gradient(ellipse at center, #3675b9 1%, #1D428A 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3675b9', endColorstr='#1D428A', GradientType=1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    width: 100%;
}

footer .wrap {
    padding: 20px 40px 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1200px
}

footer .slogan {
    color: #F1C400;
    font-size: 25px;
    font-size: 2rem;
    float: left;
    margin-bottom: 25px;
    font-family: 'Euronics', Helvetica, arial;
    text-align: center;
    padding: 0 110px 0 40px;
    position: relative;
}

footer .slogan:after {
    content: "";

    bottom: -23px;
    display: block;
    height: 106px;
    position: absolute;
    right: 0;
    width: 97px;
}

footer .telefono {
    color: #eff5fa;
    font-size: 31px;
    font-size: 3.1rem;
    margin: 0 0 20px;
    margin: 0 0 2rem;
    float: right;
    text-align: right;
    width: 550px;
    max-width: 100%;
    margin-bottom: 50px;
}

footer .telefono span {
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    color: #90BED9;
}

footer .telefono strong {
    display: block;
    font-size: 30px;
    font-size: 2.5rem;
    font-family: 'Conv_ftrabk';
    font-weight: normal;
}

footer .telefono strong a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
footer .telefono strong a:hover {
    color: #F1C400;

}
footer .iconos {
    float: right;
    width: 550px;
    max-width: 100%;
    margin-bottom: 40px;
}


footer .iconos div {
    background: url(../../images/sprite-iconos.png) 0 -40px no-repeat;
    width: 50px;
    height: 45px;
    float: left;
    margin-left: 30px;
}

footer .iconos .confianzaOnline {
    width: 117px!important;
    background: url(../../images/santander-crediya.png);
}

footer .iconos .compraSegura {
    background-position: -80px -40px;
    width: 63px;
}

footer .iconos .masterCard {
    background-position: -160px -40px;
    width: 92px;
}

footer .iconos .visa {
    background-position: -270px -40px;
    width: 102px;
}

footer .redesSociales {
    clear: left;
    float: left;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

footer .redesSociales h3 {
    color: #F1C400;
    font-size: 25px;
    font-weight: normal;
    float: left;
    padding-top: 11px;
    font-family: 'Euronics', Arial
}

footer .redesSociales ul,
footer .redesSociales ul, footer .redesSociales li {
    display: inline-block;
}

footer .redesSociales a {
    background: url("../../images/sprite-iconos.png") no-repeat scroll 0 -240px transparent;
    display: block;
    width: 52px;
    height: 52px;
    margin-left: 5px;
    text-indent: -9999px;
}

footer .redesSociales .youtube a {
    background-position: 0 -240px;
}

footer .redesSociales .youtube a:hover {
    background-position: 0 -292px;
}

footer .redesSociales .facebook a {
    background-position: -60px -240px;
}

footer .redesSociales .facebook a:hover {
    background-position: -60px -292px;
}

footer .redesSociales .twitter a {
    background-position: -118px -240px;
}

footer .redesSociales .twitter a:hover {
    background-position: -118px -292px;
}

footer .enlacesPie {
    font-family: 'Euronics',Arial;
    font-size: 12px;
    width:25%;
    text-align: left;
    padding: 0em;
    float:left;
    margin-top: 10px;
}

footer .enlacesPie a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    border-left: 1px solid;
    font-family: 'Euronics', Arial;
    text-transform:none;
    font-size: 1.4rem;
    line-height: 2rem;
}

.titulopie {
    color:#F1C400;
    text-transform:uppercase;
    font-size:15px;
    margin-bottom: 5px;
    font-weight: 900;}

footer .enlacesPie a:hover {
    text-decoration: underline;
}

footer .enlacesPie a:first-child {
    border-left: none;
}

footer .copyRight {
    color: #dcffff;
    opacity: 0.6;
    filter: alpha(opacity=60);
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px;
    padding: 1rem;
    line-height: 1.2em;
    text-align: center;
    font-family: 'Euronics', Arial;
    float: left;
    width: 100%;
}

footer .enlaces {
    text-align: center;
}

footer .enlaces a {
    color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    border-left: 1px solid;
    padding: 0 0.5em;
    font-family: 'Euronics',Arial;
}

footer .enlaces a:hover {
    text-decoration: underline;
}

footer .enlaces a:first-child {
    border-left: none;
}
.footercontacta:before {
    background: url("https://www.euronics.es/estaticos/images/Euronics/mensaje.png") no-repeat;
    content: '';
    display: inline-block;
    height: 24px;
    width: 28px;
    background-size: 24px;
}
.correoelectronico{padding: 5px 10px;}

#custom_fc_button {
  width: 10%;
  position: fixed;
  right: 1px;
  bottom: 20px;
}
#imageicon {
  height: 30%;
  width: 30%
}
.suscripcionnews h3{
    color: #F1C400;
    text-transform: uppercase;
    margin-bottom: 0px!important;
    font-weight: 900!important;
    font-size: 27px;
}
.inputnews{
    width: 100%;
    margin-bottom: 10px;
    border: 0px;
    height: 40px;
    padding: 10px;
    border-radius: 2px;
    font-size: 15px;
    color: #505050;}
.mc-field-group{padding: 0 5%;}
.suscripcionnews p{color: #FFFFFF!important; padding-top: 25px;font-size: 20px;}
.privacidad{
    font-size: 10px!important;
    line-height: 10px!important;
    color: #efefef!important;
    text-align: justify!important;}
.privacidad a{color:#CCCCCC;}
.aceptacion{margin-top: -18px;margin-left: 18px;color: #FFF;
font-weight: 100;font-size: 12px;}
.aceptacion a{font-size: 12px;color:#CCCCCC;}
.buttonnewsletter{
    background-color: #F1C400!important;
    border: 0;
    border-radius: 2px;
    padding: 10px 25px;
    color: #000!important;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 10px 5%;
}
.buttonnewsletter input:hover{background-color: #00b4ff;}
.mailnews{
    float: left;
    padding: 4%;
    margin-top: 25px;}
.boxnewstitle{margin-top: 20px;}
.boxform{padding: 2%}
@media all and (max-width: 1180px) {footer .telefono{width:50%;}footer .iconos {width: 50%;}}
@media all and (max-width: 769px) {footer .telefono{width:100%;}footer .enlacesPie a{width:100%;}footer .enlacesPie a:nth-child(odd){border:none;}}
@media all and (max-width: 600px) {
footer .enlacesPie{width:50%;height: auto;
    min-height: 212px;}}
@media all and (max-width: 400px) {
    footer .enlacesPie a{height:inherit;}footer .enlacesPie{height:200px;}}


/***********************LISTADO DE PRODUCTOS********************************************/

.listadoHeader {

    margin-bottom: 10px;
}

.listadoHeader .breadcrumb {
    margin-bottom: 8px;
}

.listadoHeader h1 {
    color: #1D428A;
    font-size: 35px;
    font-size: 1.9rem;

    margin-right: 50px;
    margin-right: 2%;
    margin-bottom: 0px;
    width: 24%;
    margin-top: 7px;
    text-transform: uppercase;
    font-weight: 600;
}

.sinMarca h1 {
    width: 100%;
    font-family: 'Euronics', arial;
}

.listadoHeader .filtros {
    color: #000;
    font-size: 13px;
    font-size: 1.3rem;
    float: left;
}

.listadoHeader .filtros p {
    margin: 10px 0;
    margin: 1rem 10px 1rem 0;
    display: inline-block;
    font-family: 'Euronics', arial;
}

.listadoHeader .filtros label.custom-select {
    position: relative;
    display: inline-block;
}

.listadoHeader .filtros .custom-select select {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    border-radius: 5px;
    padding: 0px 17px 0px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    height: 35px;
    outline: none;
    line-height: 1.0;
    color: #565656;
    border: 1px solid #CCC;
    width: 100%;
    min-width: 120px;
}

.listadoHeader .filtros .custom-select {
    margin-top: 0.5rem;
    float: left;
    margin-right: 10px;
}

.listadoHeader .filtros .custom-select:after {
    content: "\25BC";
    pointer-events: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none repeat scroll 0 0 #F9F9F9;
    border-left: 1px solid #CCCCCC;
    border-radius: 0 5px 5px 0;
    bottom: 0;
    color: #BCBCBC;
    line-height: 2em;
    margin: 1px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.listadoHeader .filtros .custom-select option {
    background: #fff
}

.listadoHeader .holder {
    float: right;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 30px;
}

.listadoHeader .holder a {
    border-left: 1px solid #ccc;
    padding: 0 0.5em;
    font-family: 'Euronics', arial;
    color: #000;
}

.listadoHeader .holder a:first-child {
    border-left: none;
    color: #000;
}

.listadoBody .wrap {
    padding-bottom: 5px;
    font-family: 'Euronics', Arial;
}

.listadoBody .filtros {
    width: 24%;
    margin-right: 1%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    margin-top: 0;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.07);
}

.listadoHeader .texto {
    width: 24%;
    margin-right: 1%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    margin-top: 0;
}

.listadoBody .marca {
    border: 1px solid #C3C3C4
}

.listadoBody .filtrosNoResult {
    border: 1px solid #e8e8e8;
    width: 80%;
    margin-right: 1%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 23px 20px;
    float: left;
    margin-top: 0;
}

.listadoBody .filtros h3 {
    font-size: 17px;
    font-size: 1.5rem;
    color: #FFF;
    font-weight: bold;
    background-color: #2260A4;
    padding: 15px 20px;
    font-family: 'Euronics', arial;
    text-transform: uppercase;
}

.listadoBody .filtrosNoResult h3 {
    font-size: 17px;
    font-size: 1.7rem;
    color: #363636;
    font-weight: normal;
    margin-bottom: 1em;
}

.listadoBody .filtros h4 {
    font-size: 1.3rem;
    color: #0059BC;
    font-weight: bold;
    background-color: #DCE6F0;
    padding: 7px 20px;
    font-family: 'Euronics', arial;
}

.listadoBody .filtrosNoResult h4 {
    font-size: 16px;
    font-size: 1.6rem;
    color: #145799;
    font-weight: normal;
    margin-bottom: 1em;
}

.listadoBody .filtros .tooltip {
    vertical-align: text-bottom;
}

.listadoBody .filtros p span.none {
    visibility: hidden;
}

.listadoBody .filtros label {
    display: inline-block;
    vertical-align: super;
    font-family: 'Euronics', Arial;
    font-size: 1.2em;
}

.listadoBody .filtros input {
    height: 1.5em;
}

.expandirContraerCSS {
    display: block;
    color: rgb(144, 201, 255);
    font-size: 1.2rem;
    margin-left: 4px;
    padding-top: 0.15em;
}

.expandirContraerCSS:hover {
    text-decoration: none;
    color: #4374B7;
}

.verCodigoOcutableResponsive {
    display: none;
}

.viendoCodigoOcutableResponsive {
    display: block;
}

.listadoBody .filtros #accordion>ul {
    padding: 15px 20px;
    background-color: #FFF;
}

.listadoBody .filtros #accordion>ul li {
    margin-bottom: 5px;
}

.listadoBody .landingMarca h3 {
    padding: 15px;
    padding-bottom: 0px;
    color: #000000;
    font-size: 1.5rem;
    font-weight: normal;

    background-color: #FFFFFF;
}

.listadoBody .landingMarca h2 {
    padding: 15px 20px;
    padding-top: 0px;
    color: #000000;
    font-size: 1.9rem;
    font-weight: bold;

    background-color: #FFFFFF;
}

.listadoHeader .landingMarca h3 {
    color: #4374B7;
    font-size: 1.9rem;
    font-weight: normal;
    margin-right: 2%;
    margin-top: 7px;
}

.listadoHeader .landingMarca h2 {
    color: #1D428A;
    font-size: 2rem;
    font-weight: 600;
    margin-right: 2%;
    margin-top: 30px;
    font-family: 'Euronics', arial;
    text-transform: uppercase;
}

.listadoHeader .landingMarca h2>span {
    text-transform: uppercase;
}

.checkListado label {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    padding-left: 25px;
    position: relative;
}

.checkListado label:before {
    background-color: #FFFFFF;
    border: 1px solid #4074B9;
    border-radius: 3px;
    bottom: -2px;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    top: 0;
    margin-right: 10px;
    position: absolute;
    width: 16px;
}

.landingMarca .checkListado label:before {
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 3px;
    bottom: -2px;
    content: ">";
    color: #4074B9;
    display: inline-block;
    height: 16px;
    left: 0;
    top: 3px;
    margin-right: 10px;
    position: absolute;
    width: 16px;
}

.checkListado input[type="checkbox"] {
    display: none;
}

.checkListado input[type="checkbox"]:checked+label:before {
    color: #4074B9;
    content: "✓";
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.checkListado label a {
    display: block;
    padding-top: 3px;
    color: #4374B7;
    font-family: 'Euronics', arial;
}

.checkListado label a:hover {
    color: #60ADE3;
    text-decoration: none
}

.listadoHeader .landingMarca .filtros {
    width: 60%;
    margin-left: 1%;
    float: left;
}

#itemContainer {
    width: 74%;
    margin-left: 1%;
    float: left;
}

#itemContainer li {
    margin-bottom: 5px;
}

#itemContainer .producto {
    padding: 22px 11px 6px;
    background: #fff;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.07);
}

#itemContainer .producto.oferta {
    border-top: 2px solid #fa012d !important;
    border-right: 2px solid #fa012d !important;
    border-left: 2px solid #fa012d !important;
}

#itemContainer .producto.especialista .especialista {
    background: #DCE6F0;
    color: #0059BC;
    font-size: 12px;
    font-weight: bold;
    margin: -22px -11px 22px;
    padding: 2px 11px;
    width: 100%;
}

#itemContainer .producto.especialista .botonComprar:after {
    content: "";
    width: 71px;
    height: 75px;
    background: url(../../images/sprite-iconos.png)0 -92px no-repeat transparent;
    left: -62px;
    position: absolute;
    top: -32px;
}

#itemContainer .producto .imagen {
    float: left;
    width: 22.5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    text-align: center;
}

#itemContainer .producto .imagen img {
    margin: 0 auto;
    max-width: 100%;
}

#itemContainer .producto .imagen img:hover {
    opacity: 0.8;
}

#itemContainer .producto .txt {
    float:left;
    width: 77.5%;
    padding-left: 1%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#itemContainer .producto .detalleProducto {
    float:left;
    font-size:12px;
    font-size:1.2rem;
    width: 50%;
}

#itemContainer .producto .detalleProducto h2 {
    width: 100%;
}

#capaResultadoListadoProductos .listadoHeader .descripcion-listado-productos .descripcion-listado-btn-mas:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 22px;
    background-image: url(../../images/dudas.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.footerHeader.listadoHeader .filtros .custom-select {
    display: none;
}

#capaResultadoListadoProductos .listadoHeader .descripcion-listado-productos .descripcion-listado-btn-mas {
    vertical-align: top;
    width: auto;
    margin: 0;
    background: #fff;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
    display: block;
    float: right;
    padding: 20px;
    border: 0;
    color: #4FBB00;
    font-weight: bold;
}

#itemContainer .producto .detalleProducto h3 a {
    font-size: 13px;
    color: #1D428A;
    margin-bottom: 1em;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.4em;
}

#itemContainer .producto .detalleProducto h3 a:hover {
    text-decoration: none;
    color: #000;
}

#itemContainer .detalleProducto p {
   color:#3d3e42;
   font-size:12px;
   line-height: 1.2em;
}

#itemContainer .detalleProducto .opiniones {
    display: inline-block;
}

#itemContainer .detalleProducto .puntuacion {
    font-size: 20px;
    font-size: 2rem;
    display: inline-block;
}

#itemContainer .producto.oferta .detalleProducto h2 {
    display: inline-block;
}

#itemContainer .producto.oferta .oferta {
  display: inline-block;
  color: white;
  background: #E63422;
  font-weight: bold;
  font-size: 13px;
  padding: 6px;
  text-transform: uppercase;
}

#itemContainer .bloquePrecio {
    float:right;
    text-align:right;
}

#itemContainer .bloquePrecio .descuento {
    color: #EE2128;
    font-size: 12px;
    text-align: right;
}

#itemContainer .oferta .bloquePrecio .descuento {
    visibility: visible;
    color: #EE2128;
    font-size: 15px;
    font-size: 1.2rem;
}

.bloquePrecio .precioProducto {
    color: #000;
    font-size: 55px;
    font-size: 4.8rem;
    /*font-weight: bold;*/
    letter-spacing: -0.05em;
}

.bloquePrecio .iva {
    color: #303030;
    font-size: 14px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    display: block;
}

.fichaProducto .bloquePrecio .iva.envioDomicilio {
    padding: 3px 0 3px 45px;
    background: url("../../images/sprite-iconos.png") no-repeat scroll -332px -322px transparent;
}

.listadoBody .bloquePrecio .botonComprar {
    border: none;
    background: #F1C400;
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    padding: 11px 12px 5px 18px;
    position: relative;
}

.listadoBody .bloquePrecio .botonComprar:hover {
    background: #90C9FF;
}

.txt .info {
    margin-top: -0.5rem;
    margin-bottom: 5px;
    clear: left;
    float: left;
}

.transporte{
  margin-top: -7.1rem !important;
}

.txt .info>div {
    height: 27px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #7f7f7f;
    display: inline-block;
    margin-right: 5px;
    background-color: #FFF;
    padding: 0px;
}

.txt .info>div:before {
    content: "";
    background: url("../../images/sprite-iconos.png") no-repeat scroll -100px -4px transparent;
    width: 26px;
    height: 27px;
    display: block;
    float: left;
    clear: left;
    margin-right: 0.5em;
    margin-top: -0.5em;
}

.txt .info>div.masBarato:before {
    background-position: -141px 0;
    width: 27px;
}

.txt .info>div.envioGratuito:before {
    background-position: -176px 0;
    width: 34px;
}

.txt .info>div.enStock:before {
    background-position: -225px 0;
}

.footerHeader.listadoHeader {
    border: none;
    padding-bottom: 50px;
    padding-bottom: 5rem;
}


/* .footerHeader.listadoHeader .filtros{padding-left:26%;} */

.footerHeader.listadoHeader .filtros p {
    clear: both;
    display: inline-block;
    vertical-align: middle;
}

.footerHeader.listadoHeader .holder {
    margin-top: 15px;
}


/***********************LANDING MARCAS********************************************/

section.description {
    background-color: #FFF;
}

.sinFiltro.listadoHeader h1 {
    padding-top: 0;
}

.sinFiltro .marca img {
    width: 60%;
    height: auto;
}

.sinFiltro #itemContainer {
    width: 100%;
    margin-left: 0;
}

.landingMarca .description {
    color: #CCCCCC;
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.07);
}
.listadoVerMas{
    text-align: center;
}


.listadoVerMas input{
    font-size: 14px;
    text-transform: uppercase;
    color: #F1C400;
    border: 2px solid #FFFFFF;
    background-color: #1D428A;
    font-weight: 800;
    padding: 10px 50px;
    cursor: pointer;
    border-radius: 3px;
    margin: 10px;
}

.listadoVerMas input:hover{
    color: #1D428A;
    border: 2px solid #FFFFFF;
    background-color: #F1C400;
    transition: 0.4s ease-in-out;
}

.landingMarca .description a {
    color: #99CFFF;
    display: inline-block;
    text-decoration: none;
    margin-right: 5px;
}

.landingMarca .description a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.landingMarca .description a:last-child {
    pointer-events: none;
    cursor: default;
    color: #fff;
    float: left;
}

.landingMarca .description .imagen {
    display: block;
    position: relative;
    background: white;
    width: auto;
    float: left;
    margin: 0;
    padding: 10px;
}

.landingMarca .description .imagen img {
    display: block;
    position: relative;
    padding: 2px;
    margin: 0 auto;
}

.landingMarca .description .contenedor_infoProd {
    display: block;
    float: left;
    width: auto;
    text-align: center;
    margin-bottom: 25px;
    width: 80%;
    text-align: left
}

.landingMarca .description .contenedor_infoProd .txtAmpliar {
    color: #000;
    display: block;
    float: left;
    max-height: 45px;
    overflow: hidden;
    font-size: 1.7rem;
    line-height: 1.3em;
    margin: 2px;
    font-family: 'Euronics', arial;
    font-size: 12px;
    padding: 10px;
}

.landingMarca .description .contenedor_infoProd .txtAmpliar p {
    padding-top: 10px;
}

.landingMarca .description .contenedor_infoProd .txtRecoger {
    color: #000;
    display: block;
    float: left;
    overflow: hidden;
    font-size: 1.7rem;
    line-height: 1.3em;
    margin: 2px;
}

.landingMarca .description .contenedor_infoProd a.more-link,
.landingMarca .description .contenedor_infoProd a.less-link,
.landingMarca .description .contenedor_infoProd a.more-link:hover,
.landingMarca .description .contenedor_infoProd a.less-link:hover {
    color: #4374b7;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    font-size: 1em;
    pointer-events: auto;
    margin: 2px auto;
    float: none;
    padding-left: 10px;
    text-transform: uppercase;
}

.landingMarca .description .imagenPromo {
    display: none;
    /*float: left;
     width: 40%;
     text-align: right;
     box-sizing: border-box;
     -moz-box-sizing:border-box;
     -webkit-sizing:border-box;
     padding:17px;
     padding: 1.7rem;
     background:url(/estaticos/images/estrella_landing.png) no-repeat 19px 0;*/
}

.landingMarca .description .imagenPromo .nombrePromo {
    font-size: 1.5rem;
    color: rgb(255, 245, 0);
    float: left;
    width: 32%;
    margin-top: 10%;
    line-height: 1.3em;
    margin-right: 1%;
}

.landingMarca .description .imagenPromo .contImagenPromo {
    float: left;
    max-width: 240px;
    max-height: 147px;
    padding-left: 2%;
}

.landingMarca .description .imagenPromo .contImagenPromo img {
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 0 5px black;
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow: 0 0 5px black;
    -o-box-shadow: 0 0 5px black;
}

.landingMarca .description .imagenPromo a.botonComprar {
    width: 9%;
    position: absolute;
    right: 1%;
    font-size: 1.5rem;
    color: black;
    border: 0;
    padding: 10px;
    bottom: 0;
    text-align: center;
}

.landingMarca .description .imagenPromo a.botonComprar:before {
    display: none;
}

.landingMarca .description .imagenPromo span.precioPromo {
    position: absolute;
    z-index: 2000;
    font-size: 5rem;
    right: 15%;
    bottom: 2%;
    color: white;
    text-shadow: 0 1px 4px rgb(14, 14, 14);
    font-weight: 900;
}


.landingMarca .description .txt p {
    float: left;
    font-size: 1.7rem;
    width: 100%;
    line-height: 1.3em;
    margin-bottom: 0.5em;
}


/*.listadoHeader .landingMarca .filtros .custom-select {
     margin-top: 1em;
 }*/

.listadoBody .landingMarca {
    border: 1px solid #DCE6F0;
}


/*.listadoHeader .description:after {
     bottom: 0;
     content: url("/estaticos/images/estrella_landing.png");
     height: auto;
     overflow: hidden;
     position: absolute;
     right: 0;
     width: auto;
 }*/

.listadoHeaderMarca {
    /*background: url("../../images/estrella.jpg") no-repeat scroll 5% 5% #FFFFFF;*/
}



/***********************LISTADO DE CATEGORIAS********************************************/

.listadoCategoriasHead {}

.listadoCategoriasHead h1 {
    font-size: 20px;
    font-size: 2rem;

    color: #1D428A;
    margin: 0.75em 0 0.5em;
    font-family: 'Euronics', arial;
    text-transform: uppercase
}

.listadoCategoriasHead p {
    font-size: 13px;
    font-size: 1.3rem;
    color: #5a5a5a;
    margin-bottom: 1em;
    font-family: 'Euronics', arial;
    line-height: 17px;
}

.listadoCategoriasHead a {
    font-size: 13px;
    font-size: 1.3rem;
    color: #1D428A;
}

.listadoCategoriasHead a:hover {
    color: #000000;
}
.categoriaPadreDescripcion{
    font-size: 14px;
    padding: 20px;
    line-height: 20px;
    background-color: #FFF;
    margin-top: 30px;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.07);
}

.categoriaPadreDescripcion p{padding: 10px 0;}

.categoriaPadreDescripcion a{color: #00529a;}
/**/

.listadoCategoriasBody {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

.listadoCategoriasBody .wrap {
    padding-bottom: 100px;
    padding-bottom: 10rem;
}

.listadoCategoriasBody .azul {
    display: block;
    height: 60px;
    height: 6rem;
    margin-bottom: -40px;
    margin-bottom: -4rem;
    padding: 2px 17px 10px 43px;
    padding: 0.2rem 1.7rem 1rem 4.3rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.listadoCategoriasBody .listado {
    margin: 0 20px;
    margin: 0 2rem;
    background: #fff;
    position: relative;
    z-index: 3;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.07);
}

.listadoCategoriasBody .listado .producto {
    width: 25%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.listadoCategoriasBody .listado .producto:nth-child(4n+1) {
    border-left: none;
    clear: left;
}

.listadoCategoriasBody .listado .producto .imagen {
    display: block;
    width: 98%;
    padding: 1%;
}

.listadoCategoriasBody .listado .producto .imagen img {
    width: 80%;
    height: auto;
    padding: 5px 10% 0;
}

.listadoCategoriasBody .listado .produascto .imagen img:hover {
    opacity: 0.8;
}

.listadoCategoriasBody .listado .producto h2 a {
    display: block;
    padding: 10px 15px 15px;
    padding: 1rem 1.5rem 1.5rem;
    color: #000;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    font-family: 'Euronics', arial;
}

.listadoCategoriasBody .listado .producto h2 a:hover {
    color: #4374b7;
}

.listadoCategoriasBody .listado .producto ul {
    padding: 0 15px;
    padding: 0 2.8rem;
    font-size: 13px;
    font-size: 1.3rem;
    list-style: disc outside;
    color: #60ade3;
}

.listadoCategoriasBody .listado .producto ul a {
    color: #60ade3;
    line-height: 1.1em;
    font-family: 'Euronics', arial;
}

.listadoCategoriasBody .listado .producto ul a:hover {
    text-decoration: none;
}

.listadoCategoriasBody .listado .producto ul li {
    margin-bottom: 6px;
}

.cajadescripcion{
    width: 96%;
    float: left;
    font-size: 16px;
    padding: 2%;
    color: #1D428A;
}
.cajadescripcionimagen{width: 20%; float: left;text-align: center;float: left;}
.cajadescripcionimagen img{max-width: 150px;}
.cajadescripciontexto{float: left;width: 80%;color: #1D428A;}
.cajadescripciontexto h3{font-size: 16px;color: #1D428A;}
.cajadescripciontexto li{font-size: 14px;color: #1D428A;
margin: 5px 0;
line-height: 18px;}
.cajadescripciontexto a{color: #1D428A;}
.caracteristicas a{color: #1D428A;}
.eficiencia a{color: #1D428A;}
.capacidad a{color: #1D428A;}

/*********HOME********************************************************/

.homeCarrusel {
    margin-top: 0;
    background: #fff
}

.homeCarrusel .carrusel {
    background: none;
    background-color: #fff;
}

.homeCarrusel .carrusel .wrapImg {
    overflow: hidden;
    background-size: auto 100%!important;
}

.homeCarrusel .carrusel .wrapImg img {
    height: auto;
    max-width: 1000px;
    margin: 0px auto;
    width: 100%
}

.homeCarrusel .carrusel .wrapImg.fondoCarrusel1 {
    background: linear-gradient( 90deg, #ccc, #efefef, #ccc);
}

.homeCarrusel #bx-pager {
    display: none
}

.homeListado .wrap h2 {
    background: #fff;
    font-weight: bold;
    color: #000;
    padding: 0
}

.homeListado .wrap {
    font-size: 0;
    padding: 0;
    margin-bottom: 0px
}

.homeListado .wrap div.recomendacion {
    border: 1px solid #C3C3C4;
    padding: 10px;
    background-color: #FFF;
}

.homeListado .wrap .titulo {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
  color: #1D428A;
  width: 100%;
  margin-top: 40px
}

.homeListado .wrap .todasofertas {
    color: #5B8DCA;
    text-decoration: none;
}

.homeListado .wrap .producto {
    min-height: 305px;
    float: none;
    padding: 0px 11px 11px 11px;
    width: 20%;
    vertical-align: top;
    display: inline-block;
    float: none;
    border: 0;
    box-sizing: border-box;
    border-right: 1px solid #C3C3C4
}

.homeListado .wrap .producto:last-child {
    border: 0
}

.homeListado .wrap .producto>div {
    background: #fff;
    padding: 4%;
    font-size: 12px;
    font-size: 1.1rem;
    min-height: 95px;
}

.homeListado .wrap .producto h3 a {
    margin-bottom: 0px;
    font-size: 1.0rem;
    line-height: 1.1rem;
    color: #000;
    font-size: 13px;
    display: block;
    margin-bottom: 0.5em;
    font-weight: 600;
    font-family: 'Euronics',Arial;
    height: 3em;
    line-height: 1.5rem;
    text-transform: uppercase;
    }

.homeListado .wrap .producto:hover h3 a {
      color: #767676;
      text-decoration: none;
  }

.homeListado .wrap .producto .wrapProducto .imagen {
  border:none;
  min-height: 200px;
  }

.homeListado .wrap .producto .imagen {
  width: 94%;
  height: 12.5rem;
  display: list-item;
  text-align: center;
  margin-bottom: 5px;
  border: 1px solid #E8E8E8;
  padding: 5px;
  line-height: 12.5rem;
  position: relative;
  list-style: none;
  }

.homeListado .wrap .producto .imagen img{
  max-width: 100%;
  max-height: 100%;
  float: none;
  margin: 0;
  vertical-align: middle;
}

.homeListado .wrap .producto .wrapProducto .bloquePrecio {
    position: relative;
    min-height: 45px;
    vertical-align: bottom
}

.homeListado .wrap .producto .wrapProducto .info .envioGratuito{
    display: inline-block;
    color: #1D428A;
    background: #F1C400;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 14px;
    left: 0;
    border-radius: 5px;
    margin-top: 0px;}

.homeListado .wrap .producto .wrapProducto .info .oferta{
    display: inline-block;
    color: #FFFFFF;
    background: #E63422;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 14px;
    left: 0;
    border-radius: 5px;
    margin-top: 0px;
    text-transform: uppercase;
}

.homeListado .wrap .producto .wrapProducto .info{
    position: absolute;
    z-index: 1000;
    min-height: 40px;
    margin-top: -15px;
}

.homeListado .wrap .producto p {
  color:#787878;
  overflow:hidden;
  margin-bottom:0.5em;
  font-size:12px !important;
  min-height: 15px;
  line-height: 15px;
}

.homeListado .wrap .producto .wrapProducto .bloquePrecio .descuento {
    font-size: 12px;
    text-align: right;
}

.homeListado .wrap .producto .wrapProducto .bloquePrecio .precioProducto {
    color: #1D428A;
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    font-weight: bold;
    text-align: right;
    width: 100%;
    font-size: 30px;
    letter-spacing: 0
}

.homeListado .wrap .producto .stock {
  background: #001576;
  color: #fff;
  min-height: 0;
  text-align: center;
  font-size: 1rem;
  font-family: 'tien21font';
  padding: 4%;
  font-size: 1.1rem;
}

.homeListado .wrap .producto .atributos {
    min-height: 78px;
    max-height: 78px;
}

.anosconfianza{padding: 5px 0 1px 0;font-family: 'Euronics', arial;text-transform: uppercase;color: #FFF;font-size: 30px;display: block;}
.marcoconfianza{width: 100%; background-color: #fa012d; text-align: left;margin-bottom: 30px;}
.bloquesconfianza{width: 33%;display: block;float: left;text-align: left;color: #5B8DCA;font-family: 'Euronics', arial;font-size: 25px;text-transform: uppercase; padding:10px 0; }
.bloquesconfianza2{width: 33%;display: block;float: left;text-align: left;color: #5B8DCA;font-family: 'Euronics', arial;font-size: 25px;text-transform: uppercase; padding:10px 0; }
.imagenconfianza{display: block;margin: auto;}
.imagenconfianzabox{width: 50px;padding: 5px;float: left;}
.textoconfianza{margin-top: 25px;font-family: 'Euronics', arial;}
h2.textoconfianza{
    font-size: 15px;
    color: #5B8DCA;
    margin-top: 12px;
    padding-right: 20px;
    font-weight: 900;
    text-transform: uppercase;}
.textoconfianza a{
    color: #5B8DCA;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: none;
}
.envioGratuito{
    display: inline-block;
    padding: 5px;
    color: #F1C400;
    text-transform: uppercase;
    margin-top: -45px;
    background-color: #1D428A;
}
/*.servicio-estrella{
    position: absolute;
    width: 50%;
    margin: auto;
    right: 0;
    left: 0;
}
/*.texto-servicio-estrella{
    float: right;
width: 67%;
margin-top: 179px;
color: #000;
font-family: 'Euronics', arial;
font-weight: 600;
text-transform: uppercase;
font-size: 30px;
line-height: 28px;
background: rgba(255,255,255,0.6);
overflow: hidden;
padding: 10px;
margin-right: -100px;
}*/
   .texto-peq-servicio-estrella{text-transform: none; font-size: 22px;font-weight: 400;
padding-top:15px;
line-height: 22px; color: #1D428A;}

.marcas-euronics,.servicio-estrella{
    position: absolute;
    width: 50%;
    margin:auto;
    right: 0;
    left:0;
}
.texto-marcas-euronics, .texto-servicio-estrella{
float: right;
width: 75%;
margin-top: 155px;
color: #000;
font-family: 'Euronics', arial;
font-weight: 600;
text-transform: uppercase;
font-size: 30px;
line-height: 28px;
background: rgba(255,255,255,0.6);
overflow: hidden;
padding: 10px;
margin-right: -116px;
}
.texto-peq-marcas-euronics{text-transform: none; font-size: 22px;font-weight: 400;
padding-top:15px;
line-height: 22px; color: #1D428A;}

.boton-marcas-euronics{    
background-color: #1D428A;
color: #F1C400;
padding: 10px 25px;
text-decoration: none;
font-weight: 100;
font-size: 18px;
margin-top: 25px;
float: right;
}
.boton-marcas-euronics:hover{
    background-color: #F1C400;
    color: #1D428A;

}
.texto-marcas-euronics h2{color: #1D428A;}

.boton-servicio{    
background-color: #1D428A;
color: #F1C400;
padding: 10px 25px;
text-decoration: none;
font-weight: 100;
font-size: 18px;
margin-top: 25px;
float: right;
}
.boton-servicio:hover{
    background-color: #F1C400;
    color: #1D428A;
}
.texto-servicio-estrella h2{color: #1D428A;}

.botonComprarHome{
  background: #F1C400;
  color: #000;
  padding: 10px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  margin-top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0;
  border: 0;
}

  .contenedor-euronics{margin-bottom:30px;
    background-color: #1D428A;
    background: -moz-radial-gradient(center, ellipse cover, #3675b9 1%, #1D428A 80%);
    background: -webkit-gradient(radial, center center, 0px, center center, 80%, color-stop(1%, #3675b9), color-stop(100%, #1D428A));
    background: -webkit-radial-gradient(center, ellipse cover, #3675b9 1%, #1D428A 80%);
    background: -o-radial-gradient(center, ellipse cover, #3675b9 1%, #1D428A 80%);
    background: -ms-radial-gradient(center, ellipse cover, #3675b9 1%, #1D428A 80%);
    background: radial-gradient(ellipse at center, #3675b9 1%, #1D428A 80%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3675b9', endColorstr='#1D428A', GradientType=1);
    text-align: center;float: left;width: 100%; border-bottom: 8px solid #F1C400}
  .contenido-euronics{max-width: 1200px;margin: auto;text-align: left;}
  .texto-euronics{width: 30%;float: left;padding-left: 5%;
padding-right: 5%;}
  #historia-euronics-mini{font-size: 24px;line-height: 40px;color: #F1C400;font-weight: 700;padding: 40px 0 20px 0;}
  #text-euronics-mini{font-size: 20px;color: #F1C400;margin-bottom: 10px;}
  .historia-tiendas{font-size: 20px;
color: #FFFFFF;
padding-bottom: 20px;
line-height: 17px;}
  .quedate{
    font-size: 22px;color:#FFFFFF;padding: 30px 0;
  }
  .texto-euronics a{color: #000000;
    background-color: #F1C400;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 22px;
    text-decoration: none;
    line-height: 50px;}
.texto-euronics a:hover{color: #000000;background-color: #FFFFFF; transition: all .3s ease-in;}
  .video-euronics{width: 50%;float: left;min-height: 440px;margin-top:20px;padding-left: 5%;
padding-right: 5%;}
section.confianza{margin-top:50px}
  @media all and (max-width: 700px) {
    .video-euronics{width: 100%;}
    .texto-euronics{width: 100%;}
  }
.tiendasegurasello{width: 100px;display: block;margin-bottom: 20px;}



.botonComprarHome:hover {
  background: #90C9FF;
}

.newsletter .wrap,
.mejoresMarcas .wrap {
    padding: 20px 40px 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1036px
}

.newsletter h3 {
    color: #155EA7;
    font-size: 25px;
    font-size: 2rem;
    float: left;
    font-weight: normal;
    width: 19em;
    padding-top: 3px;
    margin-bottom: 5px;
}

.newsletter p {
    white-space: nowrap;
    float: left;
    display: block;
    width: 33.5em;
    margin-top: -10px;
    margin-bottom: 10px;
}

.newsletter input[type="text"] {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    width: 200px;
    height: 30px;
    margin-left: 25px;
    margin-top: 7px;
    padding: 3px 0.5em;
    font-style: italic;
}

.newsletter input[type="button"] {
    background: #F1C400;
    border: 0;
    height: 38px;
    margin-left: -5px;
    color: #155EA7;
    border-radius: 0 5px 5px 0;
    padding: 0 1em;
}

.newsletter input[type="submit"] {
    background: #F1C400;
    border: 0;
    height: 38px;
    margin-left: -5px;
    border-radius: 0 5px 5px 0;
    padding: 0 1em;
    cursor: pointer;
}

.newsletter input[type="submit"]:hover {
    background: #90C9FF;
    color: #fff
}

.mejoresMarcas {
    padding-bottom: 20px;
    clear: both;
    background: #FFFFFF;
}

.mejoresMarcas .wrap>a {
    color: #1D428A;
    font-family: 'Euronics', Arial, Helvetica, sans-serif;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.mejoresMarcas .wrap>a:hover {
    text-decoration: none
}

.mejoresMarcas ul li {
    display: inline-block;
}

.mejoresMarcas ul a {
    height: 42px;
    background: url(../../images/sprite-marcas.png) 0 0 no-repeat;
    display: block;
    margin-right: 15px;
    text-indent: -9999px;
    opacity: 0.5;
    font-size: 16px;
}

.mejoresMarcas ul a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.mejoresMarcas ul .samsumg a {
    background-position: 0 0;
    width: 126px;
}

.mejoresMarcas ul .sony a {
    background-position: -150px 0;
    width: 120px;
}

.mejoresMarcas ul .panasonic a {
    background-position: -300px 0;
    width: 121px;
}

.mejoresMarcas ul .bosch a {
    background-position: -450px 0;
    width: 120px;
}

.mejoresMarcas ul .balay a {
    background-position: -600px 0;
    width: 116px;
}

.mejoresMarcas ul .siemens a {
    background-position: -750px 0;
    width: 120px;
}

.mejoresMarcas ul .lg a {
    background-position: -900px 0;
    width: 85px;
}


/*****************MI CUENTA**************************************************/

.headerMiCuenta {
    background-color: #FFFFFF;
}

.headerMiCuenta h1 {
    color: #4374b7;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: normal;
    padding: 15px 40px 5px 50px;
    padding: 1.5rem 4rem 0.5rem 5rem;
    float: left;
    border-bottom: 3px solid #F1C400!important;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 50px;
}

.headerMiCuenta a {
    color: #90C9FF;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: 'Euronics', Helvetica, sans-serif;
}

.headerMiCuenta p {
    color: #000000;
    font-size: 13px;
    font-size: 1.3rem;
    float: right;
    padding: 25px 10px 10px;
}

.headerMiCuenta p span {
    color: #ed1d25;
}

.headerMiCuenta .wrap>a {
    float: right;
    padding: 25px 10px 10px;
    color: #0074BD;
    font-size: 16px;
}

.bodyMiCuenta h2 {
    color: #1D428A;
    font-size: 25px;
    font-size: 2rem;
    padding: 30px 0;
    padding: 3rem 0 1rem 0;
    font-family: 'Euronics', arial;
    text-transform: uppercase
}

.bodyMiCuenta label {
    font-weight: 100;
    font-size: 12px;
    font-size: 1.4rem;
    color: #4A4A4A;
}

.bodyMiCuenta label span {
    color: #ed1b24;
}

.bodyMiCuenta input[type="text"],
.bodyMiCuenta input[type="email"],
.bodyMiCuenta input[type="password"],
.bodyMiCuenta select {
    border-bottom: 1px solid #AEAEAE;
    padding: 6px 4px;
    background: #fff;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.bodyMiCuenta .doble input+label,
.bodyMiCuenta .doble .select+label {
    clear: none;
    margin-left: 2em;
    min-width: 7em;
}

.bodyMiCuenta .doble input,
.bodyMiCuenta .doble select {
    min-width: 7em;
}

.menuMiCuenta {
    background: #f4f7fa;
    padding: 10px 15px;
    border-bottom: 1px solid #BCBEC0;
}

.menuMiCuenta .wrap>a {
    font-size: 30px;
    font-size: 3rem;
    color: #60ade3;
    display: block;
    float: left;
    border-left: 1px solid #d9dadb;
    width: 33%;
    text-align: center;
    padding: 0.5em 0;
    margin-bottom: 0.5rem;
}

.menuMiCuenta .wrap>a:first-child {
    border-left: none;
}

.menuMiCuenta .wrap>a:hover {
    color: #4374B7;
}

.menuMiCuenta .wrap>a i {
    background: #90c9ff;
    border-radius: 100%;
    color: #fff;
    padding: 0.5em 0.35em;
    display: inline-block;
    font-weight: normal;
}

.menuMiCuenta .wrap>a:hover i {
    background: #4374B7
}

.menuMiCuenta .wrap>a span {
    display: inline-block;
    margin-left: 12px;
    text-align: left;
    text-decoration: underline;
    vertical-align: bottom;
}

.menuMiCuenta .wrap>a.baja span {
    font-size: 0.6em;
    vertical-align: middle;
}

.menuMiCuenta p {
    color: #c7cacd;
    font-size: 17px;
    font-size: 1.7rem;
}

.menuMiCuenta address {
    margin: 5px 0;
}

.menuMiCuenta address p {
    width: 50%;
    float: left;
    background: #d5d8db;
    height: 53px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0.75em 0 0.75em 0;
}

.menuMiCuenta address p.email:before {
    content: "";
    background: url(../../images/sprite-iconos.png) -200px -102px no-repeat;
    float: left;
    height: 53px;
    margin: -0.75em 20px -0.75em 30px;
    width: 75px;
}

.menuMiCuenta address p.telefono:before {
    content: "";
    background: url(../../images/sprite-iconos.png) -100px -102px no-repeat;
    float: left;
    height: 53px;
    margin: -0.75em 20px;
    width: 72px;
}

.menuMiCuenta address p.telefono {
    margin: 0px;
}

.menuMiCuenta address p,
.menuMiCuenta address a {
    color: #fff;
    font-size: 19px;
    font-size: 1.9rem;
    text-decoration: none;
    font-style: normal;
}

.menuMiCuenta address .telefono a {
    font-size: 1.3em;
    margin: 0px;
}

.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
}

.checkbox input[type=radio] {
    display: none;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #fff;
    border: 1px solid #4074B9;
    border-radius: 3px;
}

.checkbox input[type=radio]:checked+label:before {
    content: "\2022";
    color: #f3f3f3;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}

.checkbox input[type=checkbox] {
    display: none;
}

.checkbox input[type=checkbox]:checked+label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #4074B9;
    text-align: center;
    line-height: 15px;
}

.checkbox label a {
    color: #60ade3
}

.radio label:before {
    border-radius: 8px;
}

.radio input[type=radio]:checked+label:before {
    content: "\2022";
    color: #4374B7;
    font-family: 'Euronics',Arial;
    font-size: 32px;
    line-height: 15px;
    text-align: justify;
    text-indent: 0.04em;
    font-weight: bold;
}

.radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    font-weight: normal;
}

.radio label strong {
    color: #000000;
    font-size: 1.1em;
    font-weight: bold;
}

.radio label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottombottom: 1px;
    border: 1px solid #4374b7;
}

.radio input[type=radio] {
    display: none;
}

.bodyMiCuenta .marco {
    background-color: #FFF;
    margin-top: -1px;
    padding: 20px 50px;

}

.bodyMiCuenta .marco p.texto {
    color: #454444;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 0;
    margin-top: 35px;
}

.bodyMiCuenta .marco input[type="text"],
.bodyMiCuenta .marco input[type="email"],
.bodyMiCuenta .marco input[type="password"] {
    width: 100%;
    max-width: 430px;
}

.bodyMiCuenta .marco input[type="text"].medio {
    max-width: 212px;
}

.bodyMiCuenta .misDatos .crear{
    background: #FFFFFF;
    margin-top: 0px;
    top: 0;
    padding-top: 30px;
}

.bodyMiCuenta .marco .doble input[type="text"],
.bodyMiCuenta .marco .doble input[type="email"] {
    width: 7em;
}

.bodyMiCuenta select {
    cursor: pointer;
}

.bodyMiCuenta .select {
    position: relative;
}

.bodyMiCuenta .select:after {
    width: 20px;
    height: 20px;
    background: #fff;
    color: #4074B9;
    content: "v";
    font-family: 'Euronics',Arial;
    font-size: 2em;
    padding: 0 0 2px;
    pointer-events: none;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
}


/*mis pedidos*/

.listadoHeader.carrito.misPedidos {
    padding-top: 4em;
}

.carrito.misPedidos .listadoCarrito {
    width: 100%;
}

.carrito.misPedidos .listadoCarrito .unidades {
    border: 0 none;
    color: #000000;
    font-size: 2.3rem;
    margin: 0;
    padding-top: 0.9em;
    text-align: center;
    width: 75px;
    font-weight: bold;
}

.carrito.misPedidos .listadoCarrito .subtotal {
    width: 4.75em;
}

.listadoHeader.carrito.misPedidos .listadoCarrito li .producto>div.subtotal {
    width: 14em;
}

.listadoHeader.carrito.misPedidos .listadoCarrito li {
    display: inherit;
}


/*factura*/

.bodyMiCuenta.factura .contenido {

    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.07);
    padding: 1em 2em;
    float: none;
}

.bodyMiCuenta.factura .contenido strong {
    display: inline-block;
    margin-right: 10px;
    text-align: right;
    text-transform: uppercase;
    width: 130px;
}

.bodyMiCuenta.factura table th {
    text-align: auto;
}

.bodyMiCuenta.factura table .center {
    text-align: center;
}

.bodyMiCuenta.factura table .derecha {
    text-align: right;
}

.bodyMiCuenta.factura table td:last-child {
    border-right: 1px solid #C6C9CD;
}

.bodyMiCuenta.factura .totalConfirmacion {
    margin: 15px 15px 50px 0;
    float: right;
}

.bodyMiCuenta.factura .total {
    color: #000000;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    letter-spacing: -0.03em;
    margin: 0 0 20px 675px;
    text-transform: uppercase;
}

.bodyMiCuenta.factura .total .precioFinal em {
    display: block;
    font-size: 0.7em;
    letter-spacing: 0;
}

.bodyMiCuenta.factura .total .precioFinal strong {
    color: #000000;
    font-size: 2.9em;
    font-weight: normal;
    letter-spacing: -0.05em;
    margin-bottom: 3px;
    margin-left: 25px;
}


/*****LOGIN******/

.bodyMiCuenta.login {
    background: #FFFFFF;
    margin-bottom: 15px;
    min-height: 300px;
}

.bodyMiCuenta.login .wrap {
    padding: 15px 40px 5px 50px;
    padding: 1.5rem 4rem 0.5rem 5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 13px;
    font-size: 1.3rem;
}

.bodyMiCuenta.login p {
    padding: 20px 0 40px 0;
    padding: 2rem 0 4rem 0;
    font-size: 18px;
    color:#4A4A4A;
}

.bodyMiCuenta.login label {
    width: 12%;
    display: inline-block;
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.bodyMiCuenta.login input[type="text"] {
    width: 30%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.bodyMiCuenta.login[type="text"]+label {
    margin-left: 3%;
}

.bodyMiCuenta.login .botonComprar {
    margin: 25px auto;
    background: #00529a!important;
    color: #FFFFFF;
    text-transform: uppercase;
    border: 3px solid #00529a;
    padding: 8px 30px;
    font-size: 18px;
}

.bodyMiCuenta.login .botonComprar:before {
    display: none;
}


/******MIS DATOS*******/

.bodyMiCuenta.misDatos label {
    display: block;
    float: left;
    clear: left;
    padding-top: 1em;
    min-width: 12em;
    padding-bottom: 0.5em;
}

.bodyMiCuenta.misDatos input[type="text"],
.bodyMiCuenta.misDatos input[type="email"],
.bodyMiCuenta.misDatos input[type="password"],
.bodyMiCuenta.misDatos .select {
    display: block;
    float: left;
    margin-bottom: 0.5em;
}

.bodyMiCuenta.misDatos select {
    min-width: 8em;
}

.bodyMiCuenta.misDatos .botonComprar {
    margin: 25px auto;
    background: #00529a!important;
    color: #FFFFFF;
    text-transform: uppercase;
    border: 3px solid #00529a;
    padding: 8px 30px;
    font-size: 18px;
}

.bodyMiCuenta.misDatos .botonComprar:hover {
    background:#00182d
}
.bodyMiCuenta.misDatos .checkbox label {
    padding-left: 25px;
    padding-bottom: 0;
}


/***CREAR*/

.bodyMiCuenta.misDatos.azul {
    background: #FFFFFF;
    margin-top: 1px;
}

.bodyMiCuenta.misDatos.azul .marco {
    border: none;
}

.bodyMiCuenta.misDatos.crear .checkbox {
    margin-left: 0px;
}

.bodyMiCuenta.misDatos .wrap>p {
    font-size: 17px;
    font-size: 1.7rem;
    color: #363636;
    margin: 20px 0;
}

.bodyMiCuenta.misDatos label a {
    color: #90C9FF;
}


/******PEDIDOS******/

.bodyMiCuenta.pedidos {
    border-bottom: 1px solid #BCBEC0;
}


/*tabla*/

.bodyMiCuenta table {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}

.bodyMiCuenta table th {
    color: #363636;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 5px;
    font-style: italic;
    text-align: left;
}

.bodyMiCuenta table td {
    color: #666666;
    font-size: 1.3rem;
    padding: 0.3em 0.6em;
    border-top: 1px solid #c6c9cd;
    border-bottom: 1px solid #c6c9cd;
}

.bodyMiCuenta table td:first-child {
    border-left: 1px solid #c6c9cd;
}

.bodyMiCuenta table td+td+td+td+td+td+td {
    border-right: 1px solid #c6c9cd;
}

.bodyMiCuenta table a {
    color: #90C9FF;
    font-family: Arial, Helvetica, sans-serif;
}

.bodyMiCuenta table span.noResponsive {
    color: inherit;
    padding: 0;
}

.bodyMiCuenta table span {
    color: #fff;
    padding: 0.8em 0.7em;
    display: inline-block;
}

.bodyMiCuenta table .procesando,
.bodyMiCuenta.leyenda .tabs a.procesando:before {
    background: #cbb818;
}

.bodyMiCuenta table .pendiente,
.bodyMiCuenta.leyenda .tabs a.pendiente:before {
    background: #bf6824;
}

.bodyMiCuenta table .preparado,
.bodyMiCuenta.leyenda .tabs a.preparado:before {
    background: #30ab96;
}

.bodyMiCuenta table .cancelado,
.bodyMiCuenta.leyenda .tabs a.cancelado:before {
    background: #aa4153;
}

.bodyMiCuenta table .enCurso,
.bodyMiCuenta.leyenda .tabs a.enCurso:before {
    background: #319dd2;
}

.bodyMiCuenta table .devuelto,
.bodyMiCuenta.leyenda .tabs a.devuelto:before {
    background: #9a9a9a;
}

.bodyMiCuenta table .enPreparacion,
.bodyMiCuenta.leyenda .tabs a.enPreparacion:before {
    background: #0008a8;
}

.bodyMiCuenta table .procesando {
    width: 90%;
    min-width: 180px;
}

.bodyMiCuenta table .pendiente {
    width: 90%;
    min-width: 180px;
}

.bodyMiCuenta table .preparado {
    width: 90%;
    min-width: 180px;
}

.bodyMiCuenta table .cancelado {
    width: 90%;
    min-width: 180px;
}

.bodyMiCuenta table .enCurso {
    width: 90%;
    min-width: 180px;
}

.bodyMiCuenta table .devuelto {
    width: 90%;
    min-width: 180px;
}

.bodyMiCuenta table .enPreparacion {
    width: 90%;
    min-width: 180px;
}


/*leyenda*/

.bodyMiCuenta.leyenda .wrap {
    margin: 15px auto 30px;
}

.bodyMiCuenta.leyenda .tabs {
    border: 1px solid #c6c9cd;
}

.bodyMiCuenta.leyenda .tabs ul {
    background: #fff;
    width: 100%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.bodyMiCuenta.leyenda .tabs ul li {
    float: left;
    width: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #C6C9CD
}

.bodyMiCuenta.leyenda .tabs ul li.izq {
    clear: left;
    padding: 0 1em 0;
    width: 20%;
}

.bodyMiCuenta.leyenda .tabs .izq+li {
    min-height: 4em;
    padding-left: 0.5em;
    padding-top: 0.2em;
    float: left;
    color: #75767a;
    font-style: italic;
    border: none;
    background: #cee3f0;
    border-left: 1px solid #c6c9cd;
    border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 1px solid #C6C9CD;
}

.bodyMiCuenta.leyenda .tabs ul li:first-child,
.bodyMiCuenta.leyenda #tabs ul li:first-child+li {
    height: auto;
    border-top: 0;
}

.bodyMiCuenta.leyenda .tabs ul span {
    color: #145799;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    padding-top: 17px;
}

.bodyMiCuenta.leyenda .tabs h3 {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 10px;
    padding-top: 10px;
    font-weight: normal;
}

.bodyMiCuenta.leyenda .tabs .resp-tabs-container p {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.bodyMiCuenta.leyenda .tabs ul li p {
    padding-top: 5px;
    font-size: 1.3em;
    line-height: 1.5em;
}

.bodyMiCuenta.leyenda .tabs ul li a {
    color: #363636;
    font-size: 13px;
    cursor: default;
    font-size: 1.3rem;
    text-decoration: none;
    font-style: italic;
    display: block;
    padding-top: 10px;
}

.bodyMiCuenta.leyenda .tabs ul li a:before,
.bodyMiCuenta.leyenda .tabs h2 a:before {
    content: "";
    display: block;
    float: left;
    height: 18px;
    margin-right: 6px;
    margin-top: -3px;
    width: 18px;
}

.bodyMiCuenta.leyenda .tabs ul li a:after {
    content: ">";
    display: block;
    float: right;
    color: #145799;
    font-style: normal;
    font-weight: bold;
    font-family: monospace;
    font-size: 1.2em;
}

.bodyMiCuenta.leyenda .resp-vtabs li.resp-tab-active,
.bodyMiCuenta.leyenda .resp-vtabs .resp-tabs-list li {
    border: 0;
    margin-right: -1px !important;
    padding: 0 !important;
    clear: left;
    margin-bottom: 20px !important;
}


/***************CARRITO************************/

.listadoHeader.carrito {
    margin-bottom: 0;
}

.listadoBody.carrito {}

.listadoBody.carrito .wrap {
    padding: 1em 0;
    font-size: 16px;
}

.garantia {
    background: #fff;
    width: 23%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 2% 1%;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.07);
}

.garantia p {
    color: #363636;
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 1em;
}

.garantia a {
    color: #60ade3;
    font-size: 30px;
    font-size: 2.0rem;
    text-decoration: none;
    font-family: 'Euronics';
}

.garantia a:hover {
    color: #135597;
}

.garantia .iconos {
    border-top: 1px solid #d3d3d3;
    margin-top: 1.5em;
    padding: 1em 0;
}

.garantia .iconos .confianzaOnline {
    background: url(../../images/sprite-iconos.png) 0 -176px no-repeat transparent;
    width: 0px;
    height: 55px;
    display: none;
    margin-bottom: 0.5em;
}

.garantia .iconos .visa {
    background: url(../../images/sprite-iconos.png) -80px -176px no-repeat transparent;
    width: 121px;
    height: 53px;
    display: inline-block;
    float: right;
    margin-bottom: 0.5em;
}

.garantia .iconos .compraSegura {
    background: url(../../images/sprite-iconos.png) -313px -114px no-repeat transparent;
    width: 59px;
    height: 41px;
    display: inline-block;
    margin-bottom: 0.5em;
}

.garantia .iconos .masterCard {
    background: url(../../images/sprite-iconos.png) -232px -176px no-repeat transparent;
    width: 140px;
    height: 50px;
    display: inline-block;
    float: right;
    margin-bottom: 0.5em;
}

.listadoHeader.carrito .listadoCarrito li {
    border: none;
}

.listadoHeader.carrito .listadoCarrito li .producto>div {
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    height: 1em;
    margin: 0;
    padding: 0;
    width: auto;
    border: 0;
    font-style: italic;
}

.listadoHeader.carrito .listadoCarrito li .producto>div.subtotal {
    padding: 0 1em 0 0;
    width: 10em;
}

.listadoHeader.carrito .listadoCarrito li .producto>div.unidades {
    text-align: right;
    width: 75px;
}

.carrito .listadoCarrito {
    width: 75%;
    float: right;
    margin-top: -5px;
}

.carrito .listadoCarrito li {
    background: #fff;
    padding: 0.5em;
    margin-bottom: -1px;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.07);
}

.carrito .listadoCarrito .detalleProducto {
    float: left;
}

.carrito .listadoCarrito .detalleProducto .imagen {
    border-right: 1px solid #D3D3D3;
    display: block;
    float: left;
    height: 60px;
    margin-right: 0.5em;
    text-align: center;
    width: 76px;
}

.carrito .listadoCarrito .detalleProducto .imagen img {
    max-height: 95%;
    max-width: 95%;
}

.carrito .listadoCarrito .gastosEnvio .detalleProducto .imagen,
.carrito .listadoCarrito .instalacion .detalleProducto .imagen {
    height: auto;
}

.carrito .listadoCarrito .detalleProducto .imagenTarjeta {
    border-right: 1px solid #D3D3D3;
    display: block;
    float: left;
    height: 60px;
    margin-right: 0.5em;
    text-align: center;
    width: 76px;
}

.carrito .listadoCarrito .detalleProducto .imagenTarjeta img {
    max-height: 95%;
    max-width: 95%;
}

.carrito .listadoCarrito .gastosEnvio .detalleProducto .imagenTarjeta {
    height: auto;
}

.carrito .listadoCarrito .detalleProducto h2 {
    margin: 1em 0 0.5em;
    float: left;
    max-width: 300px;
}

.carrito .listadoCarrito .detalleProducto h2 a {
    font-size: 15px;
    font-size: 1.5rem;
    color: #000000;
    text-decoration: none;
    font-family: 'Euronics', arial;
}

.carrito .listadoCarrito .detalleProducto h2 a:hover {
    text-decoration: underline;
}

.carrito .listadoCarrito .detalleProducto .oferta {
    display: block;
    color: #ee2128;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
}

.carrito .listadoCarrito .bloquePrecio {
    float: right;
    margin: 0.5em;
    text-align: right;
    width: 8em;
}

.carrito .listadoCarrito .bloquePrecio .descuento {
    font-size: 15px;
    font-size: 1.5rem;
    color: #ee2128;
    text-decoration: line-through;
    min-height: 1em;
}

.carrito .listadoCarrito .bloquePrecio .precioProducto {
    font-size: 23px;
    font-size: 2.3rem;
    color: #000000;
}

.carrito .listadoCarrito .unidades {
    border: 1px solid #1D428A;
    border-radius: 3px 3px 3px 3px;
    float: right;
    margin: 0.5em;
    width: auto;
}

.carrito .listadoCarrito .unidades .cantidad {
    background: transparent;
    border: 0 none;
    color: #1D428A;
    float: left;
    font-size: 2em;
    padding: 0.4em 0;
    text-align: center;
    width: 2em;
}

.carrito .listadoCarrito .unidades .flechas {
    border-left: 1px solid #1D428A;
    float: right;
}

.carrito .listadoCarrito .unidades .flechas a {
    display: block;
    font-size: 2em;
    padding: 0em 0.4em;
    text-decoration: none;
    color: #00529a;
}

.carrito .listadoCarrito .unidades .flechas a:hover {
    color: #60ade3;
}

.carrito .listadoCarrito .unidades .flechas a#mas {
    border-bottom: 1px solid;
}

.carrito .listadoCarrito .unidades .flechas a#menos {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: none;
    margin-top: 3px;
}

.carrito .listadoCarrito .subtotal {
    border-left: 1px solid #d3d3d3;
    color: #000000;
    float: right;
    font-size: 30px;
    font-size: 3rem;
    /*ont-weight: bold;*/
    height: 45px;
    padding-left: 0.25em;
    padding-top: 0.5em;
    text-align: right;
    width: 3.75em;
    margin-right: 0.5em;
}

.carrito .listadoCarrito .eliminar {
    float: left;
    padding-top: 20px;
    text-align: center;
    float: right;
    margin-right: 1rem;
}

.carrito .listadoCarrito .eliminar a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #90C9FF;
    border-radius: 100%;
    color: #FFFFFF;
    display: block;
    font-family: 'Euronics',Arial;
    font-size: 16px;
    font-weight: bold;
    height: 19px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 19px;
}

.carrito .listadoCarrito .eliminar a:hover {
    color: #4074b9;
}

.footerHeader.listadoHeader.carrito .botonComprar {
    float: right;
}

.carrito .listadoCarrito .instalacion {
    margin-top: 20px;
}

.carrito .listadoCarrito .instalacion .imagen span {
    background: url("../../images/sprite-iconos.png") no-repeat scroll -270px 0 transparent;
    display: block;
    height: 27px;
    margin: 10.5px 24.5px;
    width: 35px;
}

.carrito .listadoCarrito p {
    margin-top: 0.8em;
    float: right;
}

.carrito .listadoCarrito p a {
    color: #90C9FF;
}

.carrito .listadoCarrito .botonComprar {
    background: #F1C400;
    border: medium none;
    display: inline-block;
    font-size: 1.4rem;
    padding: 0.5em 1em;
    position: relative;
    float: left;
    margin-left: 0.5em;
}

.carrito .listadoCarrito .botonComprar:hover {
    background: #90C9FF;
}

.carrito .listadoCarrito li.gastosEnvio {
    border-radius: 5px 5px 0 0;
}

.carrito .listadoCarrito .gastosEnvio {
    margin-top: 20px;
    border: 0;
}

.carrito .listadoCarrito .gastosEnvio .detalleProducto .imagen span {
    background: url("../../images/sprite-iconos.png") no-repeat scroll -175px 0 transparent;
    display: block;
    height: 27px;
    margin: 3px 18.5px;
    width: 35px;
}

.carrito .listadoCarrito .gastosEnvio .detalleProducto .imagenTarjeta span {
    background: url("../../images/sprite-iconos.png") no-repeat scroll -308px 0 transparent;
    display: block;
    height: 27px;
    margin: 3px 18.5px;
    width: 35px;
}

.carrito .listadoCarrito .gastosEnvio p {
    margin-top: 0.3em;
    color: #626767;
    font-size: 1.5rem;
    line-height: 1.5em;
}

.carrito .listadoCarrito .derecha {
    float: right;
    width: 163px;
    min-height: 33px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.carrito .listadoCarrito .gastosEnvio .derecha p {
    margin-left: 0.5em;
    font-weight: bold;
    color: #000;
    font-family: 'Euronics', arial;
}

.carrito .listadoCarrito .total {
    border: none;
    background: #c5ddec;
    padding: 25px 0.5em;
}

.carrito .listadoCarrito .total .detalleProducto {
    margin-left: 80px
}

.carrito .listadoCarrito .total .detalleProducto>p {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.carrito .listadoCarrito .total a {
    color: #90C9FF;
    font-size: 15px;
    display: block;
    clear: left;
    float: left;
}

.carrito .listadoCarrito .total .derecha {
    border-color: #b0c8d7;
    margin-top: -25px;
    padding: 0px 5px 0 2px;
}

.carrito .listadoCarrito .total .derecha p {
    font-size: 40px;
    font-size: 3.6em;
    color: #1D428A;
    /*font-weight:bold;*/
}

.carrito .listadoCarrito .total .derecha span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #0220ac;
    display: block;
    margin-left: 3px;
    float: right;
    clear: right;
    font-family: 'Euronics', arial;
}


/*************PROCESO DE COMPRA*************************************/

header.compra nav li {
    width: 33%;
    padding: 3px 0 0;
    padding: 0.3rem 0 0;
    height: 4.2rem;
    margin-top: -1px;
}

header.compra nav .sombra {
    padding: 0;
}

header.compra nav li.active {
    background: #d5eaff;
}

header.compra nav li.active:before {
    bottom: -0.05rem;
}

header.compra nav li:hover {
    background: #FFFF40;
}

header.compra nav li.active a {
    color: #135597;
}

header.compra nav li a {
    border-left: medium none;
    font-size: 16px;
}

header.compra p.telefono {
    padding-top: 22px;
}

.compra h2 {
    color: #363636;
    font-size: 17px;
    font-size: 1.7rem;
    padding: 15px 0;
    padding: 1.5rem 0;
}

.compra h3 {
    color: #145799;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 0;
    padding: 2rem 0;
}

.compra .marco {
    margin-bottom: 15px;
    margin-top: 0;
}

.headerCompra {
    padding-bottom: 10px;
    background-color: #f4f4f4;
}

.headerCompra h1 {
    color: #1D428A;
    display: inline-block;
    font-size: 3.5rem;
    font-weight: normal;
    padding: 1.5rem 1rem 0.5rem 0;
    font-family: 'Euronics', arial;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
}

.headerCompra p {
    color: #000000;
    font-size: 13px;
    font-size: 1.3rem;
    display: inline;
    padding: 25px 10px 10px;
}

.headerCompra p span {
    color: #ed1d25;
}


/*PASO 1*/

.bodyMiCuenta.compra.paso1 {

    padding-bottom: 10px;
}

.compra.paso1 .formulario {
    float: right;
    width: 75%;
}

.compra.paso1 label {
    display: block;
    float: left;
    clear: left;
    padding-top: 1em;
    min-width: 12em;
    padding-bottom: 0.5em;
}

.compra.paso1 input[type="text"],
.compra.paso1 input[type="email"],
.compra.paso1 .select {
    display: block;
    float: left;
    margin-bottom: 0.5em;
}

#loginFormModal .medio {
    display: block;
    float: left;
    margin-bottom: 0.5em;
    border: 1px solid #4074b9;
    border-radius: 3px;
    padding: 6px 4px;
    background: #fff;
}

#loginFormModal #botonEmail {
    font-size: 1.4rem;
    background: orange;
    border: 1px solid rgb(201, 201, 201);
    color: rgb(145, 68, 25);
    padding: 10px 30px;
    margin: 0 0 0 10px;
}

#mensaje_loginFormModal {
    color: rgb(255, 119, 0);
    font-size: 16px;
    margin: 10px 0;
    padding: 5px;
    width: 150px;
}


#modal-login.semantic-content.error.is-active footer {
    display: none;
}

.compra.paso1 select {
    min-width: 8em;
}

.compra.paso1 .botonComprar {
    margin: 25px auto;
}

.compra.paso1 .checkbox label {
    padding-left: 25px;
    padding-bottom: 0;
}

.semantic-content .modal-close-instalacion {
    bottom: 40px;
    color: #60ADE3;
    content: "Volver";
    font-size: 1.3rem;
    right: -2em;
    margin-right: 0em;
    padding: 0px 2px;
    position: absolute;
    text-decoration: underline;
    text-indent: 0;
    z-index: 20;
}


/*POPUP*/

.compra.paso1 .modal-inner .botonComprar {
    margin: 55px 0 10px;
}

.compra.paso1 .modal-inner input[type="text"] {
    width: 50%;
    padding: 0.75em;
}

.compra.paso1 .error .modal-inner .botonComprar {
    margin: 55px auto 10px;
}

body .semantic-content .modal-close:after {
    /*content: attr(data-close);*/
    background: #27AAE2;
    color: #FFFFFF;
    font-size: 1.5em;
    top: 0.4em;
    right: 1em;
    left: auto;
    z-index: 40;
    margin-left: 0;
    padding: 0.5em 1em;
    text-decoration: none;
}

body .semantic-content .modal-close:after {
    top: 1em;
    bottom: auto;
}


/*PASO 3*/

.bodyCompra.paso3 table {
    width: 100%;
    margin-bottom: 10px;
}

.bodyCompra.paso3 table tr {
    border: 1px solid #BCBEC0;
}

.bodyCompra.paso3 table td {
    vertical-align: middle;
}

.bodyCompra.paso3 table .imagen {
    padding: 10px 0 10px 10px;
    width: 80px;
}

.bodyCompra.paso3 table .imagen a {
    border-right: 1px solid #BCBEC0;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.bodyCompra.paso3 table .imagen img {
    max-width: 80px;
    max-height: 80px;
    display: inline-block;
}

.bodyCompra.paso3 table .detalleProducto {
    padding-left: 10px;
}

.bodyCompra.paso3 table h2 {
    padding: 0 0 0.25em;
}

.bodyCompra.paso3 table h2 a {
    color: #000000;
    font-size: 15px;
    font-size: 1.5rem;
}

.bodyCompra.paso3 table .oferta {
    color: #ee2128;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
}

.bodyCompra.paso3 table .bloquePrecio,
.bodyCompra.paso3 table .cantidad {
    text-align: right;
}

.bodyCompra.paso3 table .descuento {
    color: #ee2128;
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: line-through;
    font-weight: bold;
}

.bodyCompra.paso3 table .precioProducto {
    color: #000000;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: bold;
    white-space: nowrap;
}

.bodyCompra.paso3 table .cantidad {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 15px;
    font-weight: bold;
    text-align: center;
}

.bodyCompra.paso3 table .producto>.precioProducto {
    font-size: 30px;
    font-size: 3rem;
}

.bodyCompra.paso3 table .vacio {
    border: 0;
}

.bodyCompra.paso3 table .gris {
    background: #f3f3f3;
}

.bodyCompra.paso3 table .gris td {
    padding: 0.5em;
}

.bodyCompra.paso3 table .gris.envio {
    border-bottom: 0;
    margin-top: 10px;
}

.bodyCompra.paso3 table .gris.formaPago {
    border-top: 0;
}

.bodyCompra.paso3 table .descripcion {
    color: #777b7b;
    font-size: 15px;
    font-size: 1.5rem;
}

.bodyCompra.paso3 table .coste {
    color: #000000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

.bodyCompra.paso3 table .gris td.envioGratuito {
    text-align: center;
    padding: 0.5em 0;
}

.bodyCompra.paso3 table .envioGratuito p,
.bodyCompra.paso3 table .envioDomicilio p,
.bodyCompra.paso3 table .recogidaTienda p {
    border-right: 1px solid #BCBEC0;
}

.bodyCompra.paso3 table .envioGratuito p span {
    background: url("../../images/sprite-iconos.png") no-repeat scroll -176px 0 transparent;
    display: block;
    height: 27px;
    width: 34px;
    text-indent: -9999px;
    margin: 0 auto;
}

.bodyCompra.paso3 table .envioDomicilio p span,
.bodyCompra.paso3 table .recogidaTienda p span {
    background: url("../../images/sprite-iconos.png") no-repeat scroll -335px -316px transparent;
    display: block;
    height: 27px;
    width: 40px;
    text-indent: -9999px;
    margin: 0 auto;
}

.bodyCompra.paso3 table .recogidaTienda p span {
    background-position: -292px -316px;
}

.bodyCompra.paso3 table .gris td.tarjeta,
.bodyCompra.paso3 table .gris td.envioDomicilio,
.bodyCompra.paso3 table .gris td.recogidaTienda {
    text-align: center;
    padding: 0.5em 0;
}

.bodyCompra.paso3 table .tarjeta p {
    border-right: 1px solid #BCBEC0;
}

.bodyCompra.paso3 table .tarjeta p span {
    background: url("../../images/sprite-iconos.png") no-repeat scroll -308px 0 transparent;
    display: block;
    height: 22px;
    width: 32px;
    text-indent: -9999px;
    margin: 0 auto;
}

.bodyCompra.paso3 table .total {
    background: #cce2ef;
    border-color: #cce2ef;
}

.bodyCompra.paso3 table .total td {
    padding: 20px 0;
}

.bodyCompra.paso3 table .total .descripcion {
    color: #000;
    font-weight: bold;
}

.bodyCompra.paso3 table .total .coste {
    color: #0220ac;
    font-weight: bold;
    font-size: 45px;
    font-size: 4.5rem;
}

.bodyCompra.paso3 table .total .coste span {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
}

.bodyCompra.paso3 .botonComprar {
    float: right;
}

.bodyCompra.azul {
    border-top: 1px solid #BCBEC0;
    background: #f5f8fa;
    padding: 15px 0;
}

.bodyCompra.azul .marco {
    border: 1px solid #c6c9cd;
    background: #fff;
    position: relative;
    margin-top: 10px;
    padding: 15px 4%;
}

.bodyCompra.azul .marco .edit {
    position: absolute;
    right: 1%;
    top: 8px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #60ade3;
    padding-top: 0.5em;
}

.bodyCompra.azul .marco .edit:after {
    content: "";
    float: right;
    width: 26px;
    height: 26px;
    background: url("../../images/sprite-iconos.png") no-repeat scroll -346px 0;
    margin-top: -0.5em;
    margin-left: 0.5em;
}

.bodyCompra.azul .marco h3 {
    color: #145799;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0.5em;
}

.bodyCompra.azul .marco p {
    padding-top: 2px;
    color: #145799;
    font-size: 16px;
    font-size: 1.6rem;
    width: 33.3%;
    float: left;
    margin-bottom: 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.1em;
}

.bodyCompra.azul .marco p.big {
    height: auto;
    width: 100%;
    text-overflow: inherit;
}

.bodyCompra.azul .marco p textarea {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}

.bodyCompra.azul .marco p span {
    color: #363636;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    width: 100px;
    display: inline-block;
    text-align: right;
    margin-right: 0.5em;
}

.bodyCompra.azul .marco p.texto {
    width: 100%;
    color: #363636;
    font-size: 11px;
    font-size: 1.1rem;
    font-style: italic;
    overflow: visible;
    white-space: normal;
    margin: 20px 0;
    height: auto;
}

.footerCompra.paso3 {
    border-top: 1px solid #BCBEC0;
    padding: 30px 0;
    font-size: 13px;
}

.footerCompra.paso3 a {
    color: #60ADE3;
    display: inline-block;
    padding-top: 30px;
}

.footerCompra.paso3 .botonComprar {
    float: right;
}


/******************CONTENIDO*******************************/

.contenido h1 {
    color: #1D428A;
    font-size: 35px;
    font-size: 2rem;
    font-weight: normal;
    padding: 1.5rem 4rem 0.5rem 0;
    text-transform: uppercase;
    font-family: 'Euronics', arial;
    font-weight: 600;
}

.contenido h2 {
    color: #363636;
    font-size: 25px;
    font-size: 1.6rem;
    padding: 2rem 0 0.5em;
    font-family: 'Euronics', arial;
}

.contenido h3 {
    color: #363636;
    font-size: 20px;
    font-size: 1.5rem;
    padding: 1em 0 0.5em;
    font-family: 'Euronics', arial;
}
.contenido h4 {
    font-size: 15px;
    padding: 30px 0 15px;
    text-transform: uppercase;
}

.costedevolucion{
    padding: 60px 0 15px!important;
}

.tarifas{margin-bottom: 25px;}
.contenido a {
    color: #90C9FF;
    font-family: 'Euronics', arial;
}

.contenido .azulClaro {
    color: #90C9FF;
}

.contenido .azul {
    color: #4374B7;
}

.contenido p {
    font-size: 13px;
    margin-bottom: 0.5em;
    line-height: 1.2em;
    text-align: justify;
}

.contenido .alinDerecha {
    float: right;
    margin: 0 0 0 1em;
}

.contenido .unCuarto {
    width: 24%;
}

.contenido .mitad {
    width: 49%;
}

.contenido {
    padding: 1em 2em;
    float: left;
    background-color: #FFFFFF;
    margin: 20px 0;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}


#capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .bloquePrecio .descuento+.precioProducto {
    display: none;
}

.bloquePrecio .hasVideo{
    display: flex;
    align-items: center;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #505050;
}
.bloquePrecio .hasVideo img{
    width: 20px;
    margin: 0 5px 0 0;
}
.bloquePrecio .hasVideo span{
    color:#505050;
}

#capaResultadoListadoProductos .listadoBody #itemContainer li {
    margin-top: 50px;
    width: 23%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto {
    box-shadow: none;
    border: 0;
    padding: 0;
}

#capaResultadoListadoProductos .listadoBody #itemContainer li:not(:nth-child(4n)) {
    margin-right: 25px;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .btnComprar,
#capaResultadoListadoProductos .listadoBody #itemContainer .botonComprar {
    background: #F1C400;
    color: #000;
    padding: 10px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    margin-top: 0;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    border-radius: 0;
    border: 0;
}

#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .botonComprarOferta {
  background: #F1C400;
  color: #000;
  padding: 10px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  margin-top: 0;
  width: 100%;
  border-radius: 0;
  border: 0;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .botonComprarOferta {
    background: #F1C400;
    color: #000;
    padding: 10px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    margin-top: 0px;
    width: 100%;
    border-radius: 0;
    border-bottom: 2px solid #fa012d !important;
    border-right: 2px solid #fa012d !important;
    border-left: 2px solid #fa012d !important;
}
#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .botonComprarOferta:hover,
#capaResultadoListadoProductos .listadoBody #itemContainer .botonComprar:hover {
    background: #90C9FF;
}
#capaResultadoListadoProductos .listadoBody #itemContainer .botonComprarOferta:hover{
    background: #90C9FF;}


#capaResultadoListadoProductos .listadoBody #itemContainer .botonComprar:before {
    display: none;
}

.layout-reponsive {
    display: none;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto {
    padding: 10px;
    box-sizing: border-box;
    min-height: 290px;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto .imagen {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

#capaResultadoListadoProductos .listadoHeader .filtros .filtro-ordenar select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    text-align: center;
    text-indent: 0px;
    background-color: transparent;
}

#capaResultadoListadoProductos .listadoHeader .filtros .filtro-resultados select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    text-align: center;
    text-indent: 1px;
    background-color: transparent;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto .imagen img {
    max-height: 221px !important;
    object-fit: cover;
}

.producto .imagen img:hover {
    opacity: .8;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt {
    float: none;
    display: inline-block;
    border: none;
    vertical-align: middle;
    width: 100%;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .detalleProducto {
    width: 100%;
    display: inline-block;
    float: none;
    font-size: 16px;
    line-height: 1.4em;
    vertical-align: top;
    min-height: 145px;
    max-height: 145px;
}
#capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .detalleProducto h3{font-family: 'Euronics'}
#capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .detalleProducto p{font-family: 'Euronics';margin-bottom: 0px;text-align: left;}
#capaResultadoListadoProductos .listadoBody #itemContainer .botonComprarOferta {font-family: 'Euronics';text-transform: uppercase;}


#capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .detalleProducto .brand {
    display: block;
    height: 38px;
    text-align: right;
    margin-top: 0px;
    width: 80px;
    float: right;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .detalleProducto .brand img {
    width: auto;
    height: auto;
    max-width: 64px;
    max-height: 30px;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .bloquePrecio {
    width: 100%;
    min-height: 50px;
    vertical-align: bottom;
    float: none;
    display: inline-block;
    text-align: left;
    bottom: 0;
    left: 0;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .bloquePrecio .enStock {
    margin: 5px 0 0 0;
    padding: 5px;
    font-size: 11px;
    display: inline-block;
    width: max-content;
    background: transparent;
    color: #4FBB00;
    border: 1px solid #A9A9A9;
    display: none;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .bloquePrecio .precioProducto {
    color: #4FBB00;
    display: block;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .bloquePrecio .precioProducto,
#capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .bloquePrecio .descuento .precioProducto {
    font-size: 24px;
    font-weight: 500;
    color: #FF7A00;
    margin: 0 5px;
    text-align: right;
    display: inline-block;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .bloquePrecio .precioProducto {
    right: 0;
    margin: 5px 0;
}



/*******************LOGIN OK*******************************/

.loginOk {
    border-top: 1px solid #BCBEC0;
}

.loginOk h1 {
    color: #4374B7;
    font-size: 35px;
    font-size: 3.5rem;
    margin: 0.75em 0 0.25em;
}

.loginOk h2 {
    color: #4374B7;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0.75em 0 1em;
}

.loginOk p {
    color: #5A5A5A;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 1em;
}

.loginOk .botonComprar {
    width: auto;
    float: right;
}

.loginOk .botonComprar:before {
    display: none
}

.diezrazones h3 {
    padding-left: 31px;
}

.diezrazones p {
    padding-left: 63px;
}

.fichaProducto .carrusel #bx-pager a {
    display: inline-block;
    width: 20%;
}


/*MARCAS*/

.centroImagen ul.marcas {
    width: 100%;
}

.centroImagen ul.marcas li {
    float: left;
    list-style: none outside none;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    width: 33%;
}

.centroImagen ul.marcas li img {
    width: 50%;
    height: auto;
}


/*menu principal personalizado*/

header nav li a.menuTelefonia5 {
    font-size: 1.6rem;
    width: 26.7rem;
}

header nav li a.menuCuidadoPers6 {
    font-size: 1.2rem;
    width: 17.3rem;
}

header nav li a.mnuVideocamaras6 {
    font-size: 1.2rem;
    width: 26.3rem;
}

header nav li a.menuCocina8 {
    font-size: 1.24rem;
    width: 12.5%;
}

header nav li a.menuHogar8 {
    font-size: 1.25rem;
    width: 12.5%;
}

header nav li a.menuImagen8 {
    font-size: 1.24rem;
    width: 12.5%;
}

header nav li a.menuHome8 {
    font-size: 1.24rem;
    width: 12.5%;
}

header nav li a.menuInformatica10 {
    font-size: 1.24em;
    width: 12.5%;
}

header nav li a.menuConsolas10 {
    font-size: 1.65rem;
    width: 13.5rem;
}

ul.MenuBarActive {
    z-index: 1000;
}

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
    left: auto;
}

ul.MenuBarHorizontal ul li {
    width: auto;
    height: 3.5em;
    display: block;
}

ul.MenuBarHorizontal ul li a {
    border-left: none;
    display: block;
    text-align: left;
    width: auto;
    padding: 5px 10px 5px 15px;
    white-space: nowrap;
}

ul.MenuBarHorizontal ul ul {
    position: absolute;
    margin: -5% 0 0 95%;
}

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
    left: auto;
    top: 0;
}

ul.MenuBarHorizontal ul {
    background-color: #cddbea;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 5000;
    cursor: default;
    width: auto;
    position: absolute;
    left: -1000em;
    filter: alpha(opacity=95);
    -khtml-opacity: 0.95;
    -moz-opacity: 0.95;
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

ul.MenuBarHorizontal ul li a:hover,
ul.MenuBarHorizontal ul li a:focus {
    background-color: #ffe562;
    color: #333;
    height: auto;
}

ul.MenuBarHorizontal a.MenuBarItemHover,
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover,
ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
    background-color: #FFE562;
    color: #333;
    height: 3.7rem;
}

.semantic-content footer .campoBusqueda+a {
    display: inline-block;
    cursor: pointer;
    margin-left: 0.5em;
    padding: 0.7em 1em;
    border: 0;
    border-radius: 5px;
    background: rgb(123, 161, 215);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjN2JhMWQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTYlIiBzdG9wLWNvbG9yPSIjNTI4M2NiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUyODNjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8
 +Cjwvc3ZnPg==);
    background: -moz-radial-gradient(center, ellipse cover, rgba(123, 161, 215, 1) 55%, rgba(82, 131, 203, 1) 56%, rgba(82, 131, 203, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(55%, rgba(123, 161, 215, 1)), color-stop(56%, rgba(82, 131, 203, 1)), color-stop(100%, rgba(82, 131, 203, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(123, 161, 215, 1) 55%, rgba(82, 131, 203, 1) 56%, rgba(82, 131, 203, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(123, 161, 215, 1) 55%, rgba(82, 131, 203, 1) 56%, rgba(82, 131, 203, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(123, 161, 215, 1) 55%, rgba(82, 131, 203, 1) 56%, rgba(82, 131, 203, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(123, 161, 215, 1) 55%, rgba(82, 131, 203, 1) 56%, rgba(82, 131, 203, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ba1d7', endColorstr='#5283cb', GradientType=1);
    background-size: 211% 186%;
    background-position: 25% -109%;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.15em;
}


/******ERROR***************/

.pagError {
    background: url("/estaticos/images/error.jpg") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    min-height: 500px;
    padding-right: 295px;
    background-color: #FFF;
}

.pagError h1 {
    color: #1D428A;

    font-size: 2.5rem;
    font-weight: 600;
}

.pagError img {
    width: 30%;
}

.pagError a {
    color: #90C9FF;
    font-size: 13px;
    margin-top: 20px;
}

.opcionError {
    background: none repeat scroll 0 0 #006EB7;
    border-radius: 5px;
    color: #FFFFFF;
    float: left;
    font-size: 1.5em;
    margin: 0 0.5em 2em 0;
    height: 95px;
    padding: 20px 10px;
    width: 29%;
    font-family: 'Euronics', arial;
}

.opcionError a {
    font-size: inherit;
}

.opcionError a:hover {
    color: #ffffff;
}

.opcionVolver {
    display: block;
    float: none;
}

.opcionVolver a:hover {
    color: #000000;
}
@media (min-width: 801px) and (max-width: 1172px) {
  #capaResultadoListadoProductos .listadoBody #itemContainer li {
    width: 30%;
  }
  #capaResultadoListadoProductos .listadoBody #itemContainer li:not(:nth-child(3n)) {
    margin-right: 25px;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  #capaResultadoListadoProductos .listadoBody #itemContainer li {
    width: 30%;
  }
  #capaResultadoListadoProductos .listadoBody #itemContainer li:not(:nth-child(3n)) {
    margin-right: 25px;
  }

  #capaResultadoListadoProductos .filtrosLaterales .filtros-lateral #accordion {
      padding: 20px;
  }

  #capaResultadoListadoProductos .filtrosLaterales .filtros-lateral {
      display: none;
      width: 100%;
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 20;
      background-color: #fff;
  }
  #capaResultadoListadoProductos .wrap .filtrosLaterales+.listadoBody {
    width: 100% !important;
  }
  .totalprod {
    margin-top: 32px;
  }

  #capaResultadoListadoProductos .listadoBody #itemContainer.layout-responsive .producto .txt .bloquePrecio .precioProducto,
  #capaResultadoListadoProductos .listadoBody #itemContainer.layout-responsive .producto .txt .bloquePrecio .descuento .precioProducto {
      font-size: 16px;
  }
  #capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .bloquePrecio .descuento {
      font-size: 20px;
  }
  #capaResultadoListadoProductos .listadoHeader .filtros .filtro-ordenar,
  #capaResultadoListadoProductos .listadoHeader .filtros-lateral.responsive {
      width: 50%;
      display: inline-block;
      margin-right: 0;
      font-size: 14px;
      border: 1px solid #ccc;
      height: 42px;
      vertical-align: top;
      padding: 10px;
      box-sizing: border-box;
  }
  #capaResultadoListadoProductos .listadoHeader .filtros-lateral.responsive span {
      display: inline-block;
      vertical-align: middle;
      padding-left: 10px;
  }
  .listadoHeader .filtros p {
      display: block;
      font-size: 16px;
  }
  #capaResultadoListadoProductos .listadoHeader .filtros label {
      float: none;
  }
  .listadoHeader .filtros {
      float: none;
  }
  .filtros-lateral .icon-close-menu {
    display: inline-block !important;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
  }
  #capaResultadoListadoProductos .listadoHeader .filtros .filtro-resultados {
    display: none;
  }

}

@media all and (max-width:1024px) {
    .pagError .opcionVolver {
        clear: both;
    }
}

@media all and (max-width:970px) {
    .opcionError {
        height: auto;
        width: 80%;
        margin: 0 0 1em 0;
    }
}

@media all and (max-width:769px) {

    #capaResultadoListadoProductos .filtrosLaterales .filtros-lateral #accordion {
        padding: 20px;
        width: 100%;
    }

    #capaResultadoListadoProductos .filtrosLaterales .filtros-lateral {
        display: none;
        width: 85%;
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        z-index: 20;
        background-color: #fff;
        overflow: auto;
    }
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #EFEFEF;
        z-index:10;
        width: 100%
        }
        .sticky p{
            display: none!important;
        }
    .wrap .filtrosLaterales h4{
        background-color: #EFEFEF;
        padding: 10px;
    }

    .listadoBody .producto .container-etiequetas-novedad{
      width: auto !important;
      top: 11px !important;
      left: 5px !important;
      }

    .listadoBody .producto .container-etiequetas .promocion{
      top: 30px;
    }

    .descripcion-listado-productos {
        padding: 0;
    }
    .homeListado .wrap .producto .categoria {
        margin-left: -8px;
    }
    header .menuCat2.responsive {
        clear: both;
        float: left;
        width: 100%;
        cursor: pointer;
        font-size: 16px;
        font-size: 1.6rem;
        display: inline-block;
        border-radius: 5px;
        padding: 0px 0px 3px 0px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin: 0 0 1rem 0;
        height: 29px;
        outline: none;
        /* remove focus ring from Webkit */
        line-height: 1.2;
        background: -moz-linear-gradient(top, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 89, 1)), color-stop(1%, rgba(255, 255, 89, 1)), color-stop(8%, rgba(255, 252, 90, 0.99)), color-stop(12%, rgba(255, 251, 91, 1)), color-stop(23%, rgba(255, 247, 92, 1)), color-stop(46%, rgba(255, 234, 96, 1)), color-stop(95%, rgba(255, 201, 108, 1)), color-stop(96%, rgba(255, 200, 108, 1)), color-stop(100%, rgba(250, 194, 107, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
        color: #565656;
        border: 0;
    }

    #capaResultadoListadoProductos .listadoBody .filtros.open {
        height: 100%;
        overflow-y: auto;
    }

    .carrito-header-enlace-nuestrasTiendas {
        display: none;
    }
    .carrito-header-enlace-miCuenta {
        display: none;
    }
    ul.resp-tabs-list {
        display: block!important;
    }
    .homeListado.pestanas #horizontalTab .resp-tabs-list li.resp-tab-active {
        display: none;
    }
    .homeListado.pestanas #horizontalTab .resp-tabs-list li {
        display: none;
    }
    .pestanas #horizontalTab .resp-tab-item+.resp-tab-item {
        display: none;
    }
    .fichaProducto .carrusel {
        border-right: 0px;
    }
    .fichaProducto .detalleProducto {
        border-right: 0px;
    }
    /* ESTILOS PARA DROP DOWN MENU CATEGORIAS */
    /*Pestaña Cerrar Sesion*/
    header .gris .wrap .bienvenido.logout {
        display: none;
    }
    /*Cabecera B2B*/
    body header .plataformaAzul p.bienvenido {
        display: none;
    }
    /*Product Description Video and Icon*/
    .youTubeIcono{
        height: 100%;
        width: 10%;
        position: absolute;
        right: 45%;
        background:url(../../images/Euronics/playEuronics.png);
        background-size: contain;
        background-repeat: no-repeat;
        cursor: pointer;
        top: 84%;
    }
}

@media all and (max-width:640px) {
    .pagError {
        padding-right: 0;
        background-size: 160px;
    }
    .opcionError {
        width: 60%;
    }

    #capaResultadoListadoProductos .listadoHeader .descripcion-listado-productos .descripcion-listado-btn-mas {
        width: 100%;
        float: none;
        margin-top: 0;
    }

    .botonComprar {
        margin-bottom: 0;
    }

    #capaResultadoListadoProductos .listadoHeader .filtros .filtro-ordenar,
    #capaResultadoListadoProductos .listadoHeader .filtros-lateral.responsive {
        text-align: center;
    }

    .filtro-ordenar-icon {
        padding-right: 10px;
    }

    .listadoHeader h1 {
        padding: 10px 20px;
    }

    #capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .bloquePrecio .enStock {
        font-size: 12px;
        border: 1px solid #A9A9A9;
        color: #4FBB00;
        padding: 2px;
    }
}

@media all and (max-width:480px) {
    .opcionError {
        width: 60%;
    }
}

@media all and (max-width:360px) {
    .pagError {}
    .opcionError {
        width: 88%;
    }
    .pagError h1 {
        font-size: 2.5rem;
        padding: 1.5rem 0 0.5rem 0
    }
}

@media all and (max-width:320px) {
    .opcionError {
        width: 87%;
    }
}


/* HACK IE:*/

ul.MenuBarHorizontal iframe {
    position: absolute;
    z-index: 1010;
    filter: alpha(opacity:0.1);
}

.newsletter {
    background-color: #E9F5FD;
    min-height: 7em;
    border-bottom: 1px solid #C4C4C4;
}

.redesSociales {
    margin-top: 5px;
    position: relative;
    min-height: 32px;
}


/******COOCKIES******/

.cookies {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -box-sizing: border-box;
    background-color: #F5F5F5;
    bottom: 0;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.15);
    padding: 22px 50px 9px 50px;
    position: fixed;
    width: 100%;
    z-index: 999999999;

    opacity: 0.8;
}

.cookies .avisoCookies {
    width: 80%;
    float: left;
    color: #999999
}

.cookies .avisoCookies span {
    font-weight: bold;
    color: #005590
}

.cerrarCookies {
    float: right;
}

.cerrarCookies a {
    background-color: #005590;
    color: #FFFFFF;
    display: block;
    float: right;
    font-weight: bold;
    margin-top: 17px;
    padding: 10px 20px;
    text-decoration: none;
}

.textoCookies {
    font-size: 13px;
    line-height: 1.3;
    padding-bottom: 35px!important;
}


/********** ESTILOS PARA QUIENES SOMOS Y SERVICIO ESTRELLA ***********/

.contenido.estatico {
    padding: 0 2em;
    background-color: #FFFFFF;
}

.contenido h1 {
    margin-bottom: 15px;
}

.contenido .quienesSomos {
    width: 33rem;
    display: block;
    float: left;
    font-size: 1.3em;
    line-height: 1.4em;
    margin-right: 20px;
    height: 95px;
}

.txtDestacado {
    display: block;
    float: left;
    color: #006EB7;
    font-size: 1.7em;
    width: 26rem;
    line-height: 1.2em;
    font-weight: normal;
    letter-spacing: 0.05em;
}

.txtDestacado2 {
    color: #006EB7;
    font-size: 1.7em;
    line-height: 1.2em;
    font-weight: normal;
    letter-spacing: 0.05em;
}

.internacional {
    display: block;
    float: left;
    width: 67rem;
    clear: both;
    margin: 1.4em 2.4em;
}

.internacional img {
    margin-top: 10px;
    margin-right: 19px;
}

.fotosQuienesSomos {
    display: block;
    float: left;
    width: 26rem;
}

.fotosQuienesSomos img {
    margin: 5px 0;
}

.servicioEstrella {
    height: 193px;
    position: relative;
    background: url(../../images/sev-estrella.jpg) top left no-repeat;
}

.servicioEstrella p {
    float: left;
    width: 60%;
    padding: 70px 0px 0px 245px;
    font-size: 1.7em;
}

.servicioEstrella p strong {
    color: #FFF;
    font-size: 2.7em;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0px 0px 15px 0px
}

.servicioEstrella p strong em {
    color: #ffed00;
    font-weight: normal;
    font-style: normal;
}

.servicioEstrella p span {
    color: #FFF;
    font-weight: normal;
    font-size: 2.5em;
    padding: 5px 0px 15px 0px;
    display: block;
}

.servicioEstrella .men_nav {
    float: right;
    width: 33%;
}

.servicioEstrella .men_nav div {
    display: none;
}

.servicioEstrella .men_nav ul {
    float: right;
    width: 100%;
}

.servicioEstrella .men_nav ul li {
    clear: both;
    list-style-type: square;
    color: #FFF;
    font-size: 2em;
    padding: 0.4em;
    list-style-position: inside;
    cursor: pointer;
}

.servicioEstrella .men_nav ul li a {
    color: #FFF;
    text-decoration: none;
}

.servicioEstrella .men_nav ul li span {
    font-size: 0.9em;
}

.servicioEstrella .men_nav ul li span.on {
    color: #ffed00;
}

ul.boxCaract {
    float: left;
    width: 100%;
    clear: both;
    padding: 3em 0em 0em 0em;
}

ul.boxCaract li {
    float: left;
    width: 25%;
    padding-top: 162px;
    min-height: 170px;
}

ul.boxCaract li.lst-f1 {
    background: transparent url(../../images/embalaje.png) top center no-repeat;
}

ul.boxCaract li.lst-f2 {
    background: transparent url(../../images/desbloqueamos.png) top center no-repeat;
}

ul.boxCaract li.lst-f3 {
    background: transparent url(../../images/puestaenmarcha.png) top center no-repeat;
}

ul.boxCaract li.lst-f4 {
    background: transparent url(../../images/reciclaje.png) top center no-repeat;
}

ul.boxCaract li p {
    display: block;
    padding: 5px 10px;
    color: #00529c;
    font-size: 1.6em;
    line-height: 1.1em;
    min-height: 6em;
    margin: 0 5px;
    border: 1px dashed;
    text-align: center;
}

ul.boxCaract p.asterisco {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-top: 5px;
    color: #6EA2D1;
    letter-spacing: 0.05em;
}

.precioServicio {
    margin: 30px auto;
    width: 95%;
}

.precioServicio .precioFijo {
    text-align: center;
    float: left;
    color: #006EB7;
    font-size: 2.5em;
    clear: both;
    text-transform: uppercase;
    margin: 0;
    width: 50%;
    line-height: 36px;
}

.precioServicio .precioFijo strong {
    display: block;
    color: #006EB7;
    font-size: 70px;
    line-height: 80px;
    clear: both;
}

.precioServicio .box-nota {
    float: left;
    width: 50%;
    background: #006EB7;
    padding: 1em;
    color: #FFF;
    font-size: 1.4em;
    line-height: 120%;
}

.precioServicio .box-nota strong {
    text-transform: uppercase;
    font-weight: normal;
}

.nota {
    background: #f7f9fc;
    border-top: 1px dotted #00529C;
    border-bottom: 1px dotted #00529C;
    padding: 10px 0;
    display: block;
    float: left;
    margin: 20px auto;
    width: 95%;
    text-align: center;
    font-size: 1.3em;
    color: #006EB7;
}

.nota2 {
    padding: 0 0 20px 0;
    display: block;
    float: left;
    width: 95%;
    text-align: left;
    font-size: 1.4em;
    color: #00529C;
}

.ocu {
    display: none;
}

.tituloServicio {
    font-size: 2.5em;
    color: #006EB7;
    padding-top: 10px;
    font-weight: bolder;
    line-height: 36px;
}

.eligeServicio {
    font-size: 1.8em;
    color: #FFFFFF;
    padding-top: 10px;
    font-weight: bolder;
    text-align: right;
    margin-right: 78px;
    padding-bottom: 4px;
}



.precioServicio .precioFijo span {
    text-transform: initial;
    font-weight: bolder;
}

.precioServicio .box-nota span {
    font-weight: bolder;
}


/********** ESTILOS PARA DICCIONARIO DE TERMINOS ***********/

.col-f4 {
    width: 68%;
}

.col-f5 {
    width: 71%;
}

.col-f6 {
    width: 25%;
}

.diccionarioTerminos {
    background: url(../../images/bkg-diccionarioTerminos.jpg) top right no-repeat;
    min-height: 360px;
}

.diccionarioTerminos02 {
    background: url(../../images/bkg-diccionarioTerminos02.jpg) top right no-repeat;
    min-height: 360px;
    position: relative;
}

.diccionarioTerminos .breadcrumb,
.diccionarioTerminos02 .breadcrumb {
    background: none;
    padding: 1.2rem 3rem;
}

.diccionarioTerminos .contenido h1 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: normal;
    padding: 1.5rem 0 0.5rem 0;
    width: 79%;
}

.categoriasTerminos {
    -moz-box-sizing: border-box;
    background: url(../../images/bkg-categoriasTerminos.png);
    border: 1px solid #D3D3D3;
    float: left;
    padding: 2em 0;
    margin-top: 20px;
    width: 98%;
    min-height: 350px;
}

.categoriasTerminos p {
    color: #363636;
    font-size: 1.7rem;
    margin: 0 0 1em 1em;
}

.categoriasTerminos2 {
    -moz-box-sizing: border-box;
    background: url(../../images/bkg-categoriasTerminos.png);
    border: 1px solid #D3D3D3;
    float: left;
    padding: 2em 0;
    margin-top: 7.9em;
    width: 98%;
    min-height: 570px;
}

.categoriasTerminos2 p {
    color: #363636;
    font-size: 1.7rem;
    margin: 0 1em 1em 1em;
}

.diccionarioTerminos ul,
.diccionarioTerminos02 ul {}

.diccionarioTerminos ul li,
.diccionarioTerminos02 ul li {
    padding: 0.7em 2em;
}

.diccionarioTerminos ul li a,
.diccionarioTerminos02 ul li a {
    color: #60ade3;
    font-size: 1.5em;
    background: transparent url(../../images/plus.png) left 3px no-repeat;
    padding: 5px 0 5px 30px;
}

.diccionarioTerminos ul li.active,
.diccionarioTerminos02 ul li.active {
    background: url(../../images/bkg-categoriasTerminosActive.png);
    padding: 2em 2em 0.7em 2em;
}

.diccionarioTerminos ul li.active a,
.diccionarioTerminos02 ul li.active a {
    background: transparent url(../../images/minus.png) left 3px no-repeat;
}

.diccionarioTerminos ul li ul,
.diccionarioTerminos02 ul li ul {
    margin: 2em 0 1em 0;
}

.diccionarioTerminos ul li ul li,
.diccionarioTerminos02 ul li ul li {
    padding: 0.5em 0;
}

.diccionarioTerminos ul li ul li a,
.diccionarioTerminos ul li.active ul li a,
.diccionarioTerminos02 ul li ul li a,
.diccionarioTerminos02 ul li.active ul li a {
    padding: 0;
    background: none;
}

.despejaDudas {
    color: #c7ffff;
    font-size: 1.8rem !important;
}

.diccionarioTerminos02 .despejaDudas {
    margin-top: 1em;
}

.diccionarioTerminos .form-search {
    float: left;
    margin: 0.5rem 0 4em 0;
    position: relative;
    width: 60%;
}

.diccionarioTerminos02 .form-search {
    float: left;
    margin: 0.5rem 0 1em 0;
    position: relative;
    width: 80%;
}

.diccionarioTerminos .form-search input,
.diccionarioTerminos02 .form-search input {
    -moz-box-sizing: border-box;
    border: 1px solid #4074b9;
    border-radius: 5px;
    height: 3em;
    padding: 2px 27px 3px 15px;
    width: 100%;
}

.diccionarioTerminos .form-search button,
.diccionarioTerminos02 .form-search button {
    background: none repeat scroll 0 0 #90c9ff;
    border-width: 1px 1px 1px 0;
    border-style: solid solid solid none;
    border-color: #4074b9 #4074b9 #4074b9;
    border-radius: 0 5px 5px 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    height: 3em;
    line-height: 0rem;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.seleccionTerminos {
    color: #999999;
    font-size: 1.6rem !important;
    margin: 2em 2em 1em 0 !important;
}

.diccionarioTerminos .container-select,
.diccionarioTerminos02 .container-select {
    background: url("../../images/arrow-select.png") no-repeat scroll 96% 11px #FFFFFF;
    border: 1px solid #4074b9;
    border-radius: 4px;
    float: left;
    height: 30px;
    margin-bottom: 40px;
    overflow: hidden;
    width: 98%;
}

.diccionarioTerminos .container-select:hover,
.diccionarioTerminos02 .container-select:hover {
    background-position: 96% -9px;
}

.container-select select {
    color: #3167aa;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
}

.select01 {
    -moz-appearance: none;
    background: url("_gfx/arrow-select.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
    border: 0 none;
    padding: 4px 6px;
    position: relative;
    width: 109%;
}

select {
    border-radius: 2px;
}

ul.terminosDestacados {
    float: left;
    margin: 0 0 4em 0;
}

ul.terminosDestacados li {
    padding: 0 0 1em 0;
}

ul.terminosDestacados li a {
    font-size: 2rem;
    color: #60ade3;
    padding: 0;
    background: none;
}

.bloqueDiccionario {
    background: #fff;
    width: 94%;
    min-height: 130px;
    float: left;
    margin: 2em 0;
    padding: 2% 3%;
    position: relative;
    font-size: 1.2em;
}

.bloqueDiccionario:after {
    background: url(../../images/bkg-sombraBloqueDiccionario.png) center top no-repeat;
    z-index: -1;
    bottom: -24px;
    content: "";
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}

.bloqueDiccionario .col:first-child {
    border-left: none;
    padding: 0 3% 0 0;
}

.bloqueDiccionario .col {
    float: left;
    width: 46.5% !important;
    border-left: 1px solid #c4c4c4;
    padding: 0 0 0 3%
}

.bloqueDiccionario .col a {
    color: #60ade3;
}

.diccionarioTerminos02 .bloqueDiccionario {
    background: #fff;
    width: 94%;
    min-height: 550px;
    float: left;
    margin: 2em 0;
    padding: 2% 3%;
    position: relative;
    font-size: 1.2em;
}

.diccionarioTerminos02 .bloqueDiccionario:after {
    background: url(../../images/bkg-sombraBloqueDiccionario02.png) center top no-repeat;
    z-index: -1;
    bottom: -24px;
    content: "";
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}

.bloqueDiccionario .col2 {
    padding: 1em 2em;
}

.bloqueDiccionario .col2 p {
    color: #626767;
    font-size: 1.5rem;
    margin-bottom: 1em;
}

img.soyEspecialista {
    position: absolute;
    right: 3.5%;
    top: 3%;
}

.categoriasTerminos2 .producto {
    float: left;
    margin: 0 8% 8% 8%;
    width: 84%;
}

.categoriasTerminos2 .producto .imagen {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    display: list-item;
    list-style: none outside none;
    margin: 0 auto 1em auto;
    padding: 1em 0;
    position: relative;
    text-align: center;
    width: 99%;
}

.categoriasTerminos2 .producto .imagen img {
    max-height: 75px;
}

.categoriasTerminos2 .producto a.modelo {
    color: #363636;
    font-size: 1.8rem;
    margin: 1em 0 0 0;
    text-decoration: none;
}

.categoriasTerminos2 .producto a.modelo span.nombreModelo {
    margin-bottom: .3em;
    display: block;
}

.categoriasTerminos2 .producto a.modelo span.precioDescuento {
    color: #ee2128;
    font-size: 1.2rem;
    font-weight: bold;
}

.categoriasTerminos2 .producto a.modelo span.precioFinal {
    color: #000;
    font-size: 4.5rem;
    font-weight: bold;
    letter-spacing: -3px;
    display: block;
    margin-bottom: -6px;
}

.categoriasTerminos2 .producto a.modelo span.ivaIncluido {
    color: #626767;
    font-size: 1rem;
}


/* ******************************************************************************************************************** */

@media all and (max-width:767px) {
    
    ul.boxCaract li {
        width: 100%!important;
        float: none;
        margin-bottom: 30px;
    }
    
}

@media all and (min-width:768px) {
    
    ul.boxCaract li {
        width: 33.33%!important;
    }
    
}



@media all and (max-width:1024px) {
    .servicioEstrella {
        background: transparent url(../../images/sev-estrella_1024.jpg) top left no-repeat;
    }

    
    .precioServicio .precioFijo {
        font-size: 2.2em;
    }
    
    .texto-servicio-estrella,.texto-marcas-euronics{margin-top: 50px}
}

@media all and (max-width:768px) {
    .texto-servicio-estrella{width: 100%}
    .texto-marcas-euronics{width: 100%}
    .servicioEstrella {
        background: transparent url(../../images/sev-estrella_800.jpg) top left no-repeat;
    }
    ul.boxCaract li {
        min-height: 120px;
    }
    ul.boxCaract li p {
        min-height: 4em;
    }
    .servicioEstrella p {
        width: 30%;
        font-size: 80%;
        padding: 50px 0px 0px 200px;
    }
    .servicioEstrella ul {
        width: 30%;
    }
    .precioServicio .precioFijo {
        font-size: 2em;
        width: 100%;
    }
    .precioServicio .box-nota {
        width: 100%;
    }
}

@media all and (max-width:530px) {
    .servicioEstrella .men_nav {
        position: relative;
        float: left;
        cursor: pointer;
        font-size: 1.8em;
        display: inline-block;
        border-radius: 5px;
        padding: 2px 10px 3px 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin: 0 0 0 225px;
        height: 27px;
        outline: none;
        /* remove focus ring from Webkit */
        line-height: 1.4em;
        background: -moz-linear-gradient(top, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 89, 1)), color-stop(1%, rgba(255, 255, 89, 1)), color-stop(8%, rgba(255, 252, 90, 0.99)), color-stop(12%, rgba(255, 251, 91, 1)), color-stop(23%, rgba(255, 247, 92, 1)), color-stop(46%, rgba(255, 234, 96, 1)), color-stop(95%, rgba(255, 201, 108, 1)), color-stop(96%, rgba(255, 200, 108, 1)), color-stop(100%, rgba(250, 194, 107, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
        color: #565656;
        border: 0;
        width: 50%;
    }
    .servicioEstrella .men_nav div {
        display: block;
        background: transparent url(../../images/arrow.png) center right no-repeat;
    }
    .servicioEstrella .men_nav ul {
        top: 23px;
        height: auto;
        position: absolute;
        left: 0px;
        list-style: none;
        margin: 0;
        z-index: 100;
        width: 100%;
        background: #ffcc6b;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .servicioEstrella .men_nav ul li {
        width: 100%;
        clear: both;
        display: block;
        font-size: 1em;
        list-style-type: none;
        padding: 0px;
    }
    .servicioEstrella .men_nav ul li a {
        display: block;
        text-decoration: none;
        color: #000;
        padding: 0px 5px;
    }
    .servicioEstrella .men_nav ul li a span {
        color: #000;
        display: block;
        padding: 5px 10px;
    }
    .servicioEstrella .men_nav ul li a span.on {
        background: #006EB7;
        color: #ffcc6b;
    }
    .servicioEstrella {
        background: transparent url(../../images/sev-estrella_800.jpg) top left no-repeat;
    }
    .servicioEstrella p {
        width: 46%;
        font-size: 65%;
        padding-left: 225px;
    }
    

    #capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .detalleProducto {
        min-height: 200px;
    }

}

@media all and (max-width:470px) {
    .servicioEstrella {
        background: transparent url(../../images/sev-estrella_320.jpg) top left no-repeat;
    }
    .servicioEstrella p {
        padding-left: 160px;
    }
    .servicioEstrella .men_nav {
        margin-left: 160px;
    }
    .servicioEstrella div {
        font-size: 0.8em;
    }
    
}

@media all and (max-width:350px) {
    .servicioEstrella .men_nav {
        margin: 20px 0px 0px 20px;
        width: 60%;
        clear: both;
    }
    ul.boxCaract li {
        width: 100%;
        padding-right: 0;
    }
    ul.boxCaract li p {
        min-height: 0;
    }
    ul.boxCaract li.lst-f1,
    ul.boxCaract li.lst-f3 {
        padding-right: 0px;
    }
    
}

@media all and (max-width:330px) {
    .servicioEstrella .men_nav {
        margin: 10px 0px 0px 20px;
    }
}


/****************IE 6, 7 y 8*******************************/

@media \0screen\,
screen\9 {
    header .gris .wrap,
    .breadcrumb {
        width: 1036px;
    }
    .listadoCategoriasBody .listado {
        z-index: 2;
        position: relative;
    }
    .breadcrumb a {
        color: #fff;
    }
    .homeCarrusel .carrusel {
        background: #477cc2;
        background: -moz-radial-gradient(center, ellipse cover, #477cc2 1%, #135597 100%);
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #477cc2), color-stop(100%, #135597));
        background: -webkit-radial-gradient(center, ellipse cover, #477cc2 1%, #135597 100%);
        background: -o-radial-gradient(center, ellipse cover, #477cc2 1%, #135597 100%);
        background: -ms-radial-gradient(center, ellipse cover, #477cc2 1%, #135597 100%);
        background: radial-gradient(ellipse at center, #477cc2 1%, #135597 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#477cc2', endColorstr='#135597', GradientType=1);
    }
    .homeListado .wrap {
        width: 1036px;
    }
    .bodyMiCuenta.login .botonComprar {
        margin: 10px auto;
    }
    .carrito .listadoCarrito .unidades .flechas a#menos {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    }
    header .form-search button span {
        line-height: 1em;
    }
    .newsletter input[type="text"] {
        vertical-align: bottom;
    }
    .bodyMiCuenta .select:after {
        display: none;
    }
    .checkbox input[type="checkbox"] {
        display: inline;
    }
    .checkbox label {
        display: inline !important;
        float: none !important;
    }
    .checkbox label:before {
        display: none;
    }
    .checkbox {
        clear: both;
    }
    .modal-content .radio input[type="radio"] {
        display: block;
        float: left;
        clear: left;
        margin-bottom: 10px;
    }
    .modal-content .radio label {
        display: block;
        float: left;
        clear: none;
        padding: 0;
    }
    .modal-content .radio label:before {
        display: none;
    }
    .modal-content .radio {
        clear: both;
    }
}


/****IE*****/

@media screen\0 {
    header .menuCat .custom-select option {
        background: transparent;
    }
    header .menuCat .custom-select select,
    header .menuCat .custom-select:after {
        background: #FFEE5F;
    }
}


/******************************************************************************************************************
 *******************************************RESPONSIVE DESIGN*******************************************************
 ******************************************************************************************************************/

@media all and (max-width: 1045px) {
    /*Landing Marcas*/
    .landingMarca .description .imagenPromo a.botonComprar {
        font-size: 1.2rem;
    }
    .landingMarca .description .txt {
        width: 25%;
    }
    .landingMarca .description .txt p {
        font-size: 1.6rem;
    }

    .landingMarca .description .contenedor_infoProd {
        /*width: 70%;*/
    }
}




@media all and (max-width: 1036px) {
    .fichaProducto .carrusel {
        padding-left: 1%;
    }
    .fichaProducto .opcionCompra {
        padding: 0 1% 0 1.7%;
    }
    .opcionCompra .instalacion a {
        padding: 0.5em 0 0 0.5em;
        width: 100%;
    }
    .listadoCategoriasHead h1,
    .listadoCategoriasHead p {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 1%;
    }
    .menuMiCuenta address .telefono a {
        font-size: 1em;
    }
    .bodyMiCuenta .wrap {
        padding: 0 1%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .listadoBody.carrito .wrap {
        padding: 2em 1%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .carrito .listadoCarrito .detalleProducto h2 {
        max-width: 220px;
    }

    /* header #carritoHeader {
         width: 26%;
         padding: 0.5em 20px 0 0.5em;
         text-align: left;
     }*/
    .servicioEstrella .men_nav ul li span {
        font-size: 0.8em;
    }
    .menuMiCuenta address p {
        font-size: 1.5rem;
    }
    .headerMiCuenta .wrap>a {
        font-size: 13px;
    }
}


@media all and (max-width: 1000px) {
    /*Landing Marcas*/
    .landingMarca .description .imagenPromo .nombrePromo {
        float: none;
        width: 100%;
    }
    .landingMarca .description .imagenPromo img {
        float: none;
    }
    .listadoHeader .landingMarca h2 {
        padding-left: 6%;
    }
}


/*@media all and (max-width: 917px) {
     header #carritoHeader {width:20%; padding: 0.75em 0 0 0;}
     header .form-search {margin-left: 3%;}
  }*/


/*****************1024px**********************************/

@media all and (max-width: 1024px) {
    .pestanas #horizontalTab .wrap>a {
        font-size: 1.1rem;
        display: none;
    }
    .fichaProducto .opcionCompra .botonComprar {
        font-size: 19px;
        font-size: 1.9rem;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    /*.listadoCategoriasBody .listado .producto { width: 20%;}
     .listadoCategoriasBody .listado .producto:nth-child(6n+1) {border-left:1px solid #CCD4D8; clear:none;}
     .listadoCategoriasBody .listado .producto:nth-child(5n+1) {border-left:none; clear:left;}*/
    /********CARRITO*********/
    .carrito .listadoCarrito .detalleProducto {
        float: left;
    }
    .carrito .listadoCarrito .detalleProducto h2 {
        max-width: 140px;
    }
    .garantia a {
        font-size: 20px;
        font-size: 2rem;
    }
    .garantia .iconos .confianzaOnline {
        display: block;
    }
    .servicioEstrella .men_nav ul li span {
        font-size: 0.7em;
    }
    .menuMiCuenta address .telefono p {
        font-size: 1.5rem
    }
    /*******************HEADER***************************************/
    header.home .logo, header.home h1.logo{
        float: left;
        width: auto;
        padding-top: 0px;
    }
    header.home .logo, header.home h1.logo{
        float: left;
        width: auto;
        padding-top: 8px!important;
    }
    header .gris .wrap,
    .breadcrumb {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0px;
        max-height: 60px;
    }
    header .logo,
    header h1.logo {
        float: left;
        padding: 1em 1em 0 0;
        width: auto;
        margin-left: 55px;
    }
    header p.eslogan,
    header.home p.eslogan {
        display: none;
    }
    header p.telefono,
    header .menuCat,
    header p.usuario {
        display: none;
    }
    header .menuCat.responsive {
        display: block;
    }
    header .menuCat.responsive .custom-select {
        margin: 1%;
        width: 98%;
        float: none;
    }
    header nav ul {
        border-top: 1px solid #CCCCCC;
    }
    header .cerrar {
        border: none !important;
        font-family: 'Iconos';
        font-size: 28px;
        padding: 0;
        margin: -36px 0 0 0;
        text-align: right;
        text-decoration: none;
        color: #333;
    }
    header p.bienvenido {
        text-align: left;
        width: auto;
        float: left;
        clear: left;
    }
    header #buscadorHeader .menuCat2 {
        display: none;
    }
    .carrito .breadcrumb {
        display: none;
    }
    .responsive {
        display: block;
        text-align: center;
    }
    .responsive.buscador,
    .responsive.carrito,
    .responsive.logout {
        float: right;
        display: table;
        border-radius: 10px;
        margin-top: 0px;
        font-size: 0.1rem;
        height: 42px;
        margin-left: 5px;
        padding: 0.55em 0.5em 0em 0em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .responsive.menu {
        float: left;
        display: table;
        border-radius: 10px;
        margin-top: 10px;
        font-size: 2.4rem;
        height: 42px;
        margin-left: 5px;
        padding: 0.55em 0.5em 0.45em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
    }
    .responsive.logout {
        margin-top: -6px;
        background: url(../../images/icon-cerrar-logout.png) no-repeat scroll right center #1A5089;
        background-size: 100% 100%;
        width: 42px;
    }
    .compra .responsive.menu,
    .compra #menuNavegacion {
        display: none;
    }
    .responsive.buscador a {
        color: #FFFFFF;
        display: table-cell;
        line-height: 0em;
        vertical-align: middle;
        text-decoration: none;
        height: 70px;
        background: url(/estaticos/images/Euronics/search.png) no-repeat center center;
        background-size: 30px;
        width: 40px;
        font-size: 1px;
        background-position: 0px 35px;
    }
    .responsive.carrito a {
        color: #FFFFFF;
        display: table-cell;
        font-family: "Iconos";
        line-height: 0em;
        vertical-align: middle;
        text-decoration: none;
        height: 70px;
        background: url(/estaticos/images/Euronics/cart.png) no-repeat center center;
        background-size: 30px;
        width: 50px;
        font-size: 1px;
        background-position: 0px 35px;
    }
    /*.responsive.carrito { padding-top: 8px; font-size: 2.5rem;}
     .responsive.buscador{ padding-top: 5px;  }  */
    .responsive.menu a {
        background: url(/estaticos/images/Euronics/menu.png) no-repeat center center;
        background-size: 40px;
        background-position: 0px -1px;
        color: #FFFFFF;
        display: table-cell;
        line-height: 0px;
        vertical-align: bottom;
        text-decoration: none;
        height: 39px;
        background-position: 2px 0px;
        padding-top: 10px;
        font-size: 16px;
        font-family: 'Euronics', arial;
    }
    .carrito-header-enlace-nuestrasTiendas,
    .carrito-header-enlace-miCuenta {
        display: none;
    }
    header #carritoHeader .carrito-header-enlace-carrito {
        position: relative;
        width: auto;
        top: initial;
    }
    header #carritoHeader a {
        text-align: center !important;
    }
    header #carritoHeader .carrito-header-enlace-carrito span {
        position: static;
        top: 0;
    }
    header #carritoHeader .carrito-header-enlace-carrito::before {
        content: none;
    }
    header #carritoHeader .responsive {
        display: inline-block;
    }
    header:not(.home) #carritoHeader .carrito-header-enlace-carrito {
        position: static;
        top: 0;
    }
    .btn-o .btn {
        width: 769px !important;
    }

    #menuNavegacion {
        background: none repeat scroll 0 0 #F5F5F5;
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.6);
        left: 0;
        position: absolute;
        top: -510%;
        transition: top 0.5s ease 0s;
        width: 100%;
        z-index: 19999;
    }

    #menuNavegacion:target {
        top: 0;
    }
    header nav li {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: inline-block;
        float: left;
    }
    header nav li a {
        width: auto;
        display: block;
        padding-top: 10px;
    }
    header nav li a:nth-child(odd) {
        border: none;
        border-right: 1px solid #D0D0D0;
        border-bottom: 1px solid #D0D0D0;
    }
    header nav li.active:before {
        display: none;
    }
    #buscadorHeader {
        background: none repeat scroll 0 0 #F5F5F5;
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.6);
        left: 0;
        position: absolute;
        top: -150%;
        transition: top 0.5s ease 0s;
        width: 100%;
        z-index: 100;
        padding: 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        height: 60px;
    }
    #buscadorHeader:target {
        top: 0;
    }
    header #buscadorHeader label.custom-select {
        display: block;
        float: none;
        position: relative;
        width: 100%;
    }
    header .form-search {
        display: block;
        float: none;
        position: relative;
        width: 80%;
        margin-left: 0;
        left: 33px
    }
    #carritoHeader {
        background: none repeat scroll 0 0 #F5F5F5;
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.6);
        left: 0;
        position: absolute;
        top: -100%;
        transition: top 0.5s ease 0s;
        width: 100%;
        z-index: 100;
        padding: 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    #carritoHeader:target {
        top: 0 !important;
    }
    header #carritoHeader,
    .wrap.plataformaAzul #carritoHeader {
        background: none repeat scroll 0 0 #F5F5F5;
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.6);
        left: 0;
        position: absolute;
        top: -110%;
        transition: top 0.5s ease 0s;
        width: 100%;
        z-index: 100;
        padding: 22px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-radius: 0;
        height: auto;
        margin: 0;
    }
    header #carritoHeader a,
    header #carritoHeader a:hover {
        width: 50%;
        float: left;
        color: #767676;
        font-size: 17px;
        font-size: 1.7rem;
        padding: 0 31px;
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    header #carritoHeader a.cerrar {
        font-size: 28px;
        left: 15;
        position: absolute;
        top: 45px;
        padding: 0;
        width: 25px;
    }
    header .logo a,
    header h1.logo a {
        width: 240px;
        display: block;
        height: 65px;
        text-indent: -99999px;
        background-size: 165px;
        margin-top: -6px;
    }
}


/**************************Small tablet landscape (800x600)*******************************/

@media all and (max-width: 800px) {
    html {
        font-size: 55%
    }
    /*.wrap { margin: 0 1%; max-width: 1036px; width: 98%;}*/
    /*CARRITO*/
    .carrito .listadoCarrito .derecha {
        width: 145px;
    }
    .carrito .listadoCarrito .detalleProducto h2 {
        max-width: 165px;
    }
    /**/
    .homeListado.superior .wrap .producto:nth-child(5n-3) {
        clear: none;
    }
    .homeListado.pestanas .producto:nth-child(5n-4) {
        clear: none;
        min-height: 288px;
    }
    .homeListado .wrap .producto {
        width: 24%;
        min-height: 288px;
    }
    .homeListado.superior .wrap .producto:nth-child(4n-2) {
        clear: left;
        border-left: none;
        min-height: 288px;
    }
    .homeListado.pestanas .producto:nth-child(4n-3) {
        clear: left;
        border-left: none;
        min-height: 288px;
    }
    .redesSociales iframe.fb_ltr {
        float: left;
        width: 100%;
        position: relative;
    }
    .redesSociales iframe.fb_ltr table {
        float: left !important;
    }
    .responsive.menu,
    .responsive.buscador,
    .responsive.menu,
    .responsive.carrito {
        position: relative;
        top: -45px;
    }
    .header-nuevo-Menu-Euronics{top:5px!important;left:5px!important;}
    .nuevo-Menu-Euronics .responsive-newMenu .open.logo img {width: 170px!important;}
}


/**************************769px*******************************/

@media all and (max-width: 769px) {
    #capaResultadoListadoProductos .listadoBody #itemContainer .botonComprarOferta {
        width: 100%;
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer .botonComprar {
        width: 100%;
    }
    .noResponsive {
        display: none;
    }

    /***********HOME**********************/
    .homeListado .wrap h2 {
        margin: 0 -40px 0 -20px;
    }
    .homeListado.superior .wrap h2 {
        margin: 0 -40px 1em -20px;
    }
    .newsletter h3 {
        float: none;
    }
    .newsletter h3 br {
        display: none;
    }
    .newsletter input[type="text"] {
        margin-left: 0px;
    }

    /*******************FOOTER***************************************/
    footer .wrap {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 20px;
    }
    footer .iconos {
        display: none;
    }
    footer .enlacesPie a {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: none;
        border-top: 1px solid;
        display: inline-block;
        float: left;
        line-height: 24px;
        width: 100%;
    }
    footer .enlacesPie a:first-child,
    footer .enlacesPie a:first-child+a {
        border-top: none;
    }
    footer .enlacesPie a:nth-child(odd) {
        clear: left;
    }
    footer .slogan:after {
        display: none;
    }
    footer .slogan {
        padding: 0;
        width: 100%;
    }
    /**************FICHA PRODUCTO**************************************/
    /*PESTAÃ‘AS/ACORDEON*/
    .wrap {
        overflow: hidden;
    }
    .homeListado .wrap {
        padding: 20px 5px 0 10px;
    }
    .fichaProducto .carrusel .productoRecomendado {
        display: none;
    }
    .fichaProducto.pestanas h2.resp-accordion {
        margin: 0 -20px -1px -20px;
        background: #fff;
        font-size: 19px;
        font-weight: normal;
        border: none;
        border-bottom: 1px solid #C1C1C1;
        border-top: 1px solid #C1C1C1;
    }
    .fichaProducto.pestanas h2.resp-tab-active {
        background: #90C9FF;
    }
    .homeListado.pestanas #horizontalTab .wrap {
        padding: 20px 5px 0px 10px;
    }
    .pestanas #horizontalTab h2.resp-tab-active {
        background: #90C9FF;
        color: #fff;
    }
    .pestanas #horizontalTab h2.resp-tab-active span.resp-arrow {
        border-bottom-color: #fff;
    }
    .pestanas #horizontalTab .wrap,
    .videoPromo .wrap {
        padding: 0 10px 0 10px;
        overflow: hidden;
    }
    .pestanas #horizontalTab .resp-tabs-container:after {
        display: none;
    }
    .pestanas #horizontalTab {
        border-bottom: none;
    }
    .fichaProducto .carrusel {
        width: 100%;
        display: block;
        float: left;
    }
    .fichaProducto .detalleProducto {
        width: 100%;
        display: block;
        float: left;
    }
    .fichaProducto .marca img {
        height: 35px;
        width: auto;
        padding: 0px 0 10px;
    }
    .fichaProducto .detalleProducto+form {
        display: inherit;
        width: auto;
        vertical-align: top;
    }
    .detalleProducto .opiniones,
    .detalleProducto .puntuacion,
    .detalleProducto .redesSociales,
    .detalleProducto .icoCaracteristica,
    .ekomi {
        display: none;
    }
    .fichaProducto .opcionCompra {
        display: inline;
        float: none;
    }
    .fichaProducto .bloquePrecio {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        float: left;
        width: 100%;
        padding: 0rem 2.7% 0;
        z-index: 99999;
        background-color: #FFF;
        border-top: 1px solid #CCC;
    }
    .fichaProducto .botonComprar {
        float: left;
    }
    .fichaProducto .opcionCompra .botonComprar {
        margin-top: 0px;
    }
    .fichaProducto .bloquePrecio .iva.envioDomicilio {
        float: left;
        margin-top: 25px;
    }
    .fichaProducto .bloqueInfo {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        float: left;
        display: block;
        padding: 10px;
        width: 100%;
    }
    .fichaProducto .instalacion {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        clear: both;
        float: none;
        width: 100%;
        float: none;
    }
    .fichaProducto.zonaFiltros {
        padding: 30px 20px 20px;
        padding: 3rem 2rem 2rem;
    }
    .fichaProducto.zonaFiltros .detalles {
        display: none;
    }
    .breadcrumb {
        padding: 1rem;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .dataProduct__infoProduct .info-guaranteePrice .info .price{
        line-height: 3.8rem!important;
    }
    .dataProduct__infoProduct .info-guaranteePrice{
        padding-bottom: 10px!important;
    }

    /***************LISTADO*********************/
    .listadoHeader {
        margin-bottom: 0px;
    }
    .listadoHeader .wrap {
        padding: 10px 1%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .listadoHeader h1 {
        width: 100%;
    }
    .listadoHeader h1 br {
        display: none;
    }
    .listadoHeader .filtros .custom-select {
        margin-right: 5px;
    }
    /*.listadoHeader .holder {   margin-top: 43px;} */
    .listadoBody .filtros,
    .listadoHeader .texto {
        float: none;
        margin: 0 1% 10px;
        width: 98%;
        padding: 10px 10px;
    }
    .listadoBody .filtros {
        display: none;
    }
    .listadoBody .filtros.openFiltro.responsive {
        display: block;
        background: #1D428A;
        border-radius: 4px
    }
    .listadoBody .filtros.openFiltro.responsive:before {
        content: '';
        display: inline-block;
        background: url(../../images/icon-filter.svg) no-repeat scroll right center;
        height: 7px;
        padding: 4px 12px !important;
        margin-right: 4px;
        background-size: 100% 100%;
    }
    .listadoBody .filtros.openFiltro.responsive span {
        position: relative;
        top: -3px;
        color: #FFFFFF;
        font-size: 16px;
        font-family: 'Euronics', arial;
        font-weight: 600;
    }
    #capaResultadoListadoProductos .listadoBody .filtros.open {
        z-index: 100;
        position: fixed;
        top: 0px;
        right: 0px;
        width: 70%;
        background-color: white;
    }
    #capaResultadoListadoProductos .listadoBody .fondoClickable {
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 99;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        display: none
    }
    #capaResultadoListadoProductos .listadoBody .filtros.open .closer {
        float: left;
        background: url(../../images/icon-cerrar.png) no-repeat scroll right center;
        height: 25px;
        width: 28px;
        margin-right: 0;
        background-size: 100% 100%;
        position: relative;
        top: -12px;
        right: 4px;
    }
    .listadoBody .filtros h3 {
        background: #3A72B7;
        color: #FFFFFF;
        margin: -11px -11px 11px;
        padding: 5px 10px;
    }
    .listadoBody .filtros>div {
        float: left;
        margin-right: 20px;
    }
    .listadoBody .landingMarca>div {
        float: none
    }
    .listadoHeader .holder {
        margin-top: 10px;
    }
    #itemContainer {
        float: none;
        margin: 0 1%;
        width: 98%;
    }
    .footerHeader.listadoHeader {
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    .footerHeader.listadoHeader .filtros {
        padding-left: 1%;
    }
    .listadoCategoriasBody .listado .producto {
        width: 49%;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin: 5px 0 15px;
        margin: 0;
        box-shadow: none;
        min-height: 500px;
    }
    .listadoCategoriasBody .listado .producto:nth-child(5n+1) {

        clear: none;
    }
    .listadoCategoriasBody .listado .producto:nth-child(4n+1) {
        border-left: none;
        clear: left;
    }
    .listadoBody .filtros .ui-accordion-content {
        margin-bottom: 1em;
    }
    .listadoBody .filtros>div {
        width: 100%;
    }
    .listadoBody .filtros .ui-state-default .ui-icon {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 12px solid #3A72B7;
        float: right;
        height: 0;
        margin-top: 0;
        width: 0;
    }
    .listadoBody .filtros .ui-state-active .ui-icon {
        border: none;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 12px solid #fff;
        margin-top: 0;
    }
    .listadoBody .filtros h4 {
        background: #90C9FF;
        color: #FFFFFF;
        margin-bottom: 0.5em;
        padding: 0.25em;
    }
    .listadoBody .filtros .tooltip {
        display: none;
    }
    .listadoBody .filtros label {
        font-size: 10px;
    }
    /************MI CUENTA*****************/
    .bodyMiCuenta.login label {
        width: 100%;
        margin-bottom: 0.5em;
        display: block;
    }
    .bodyMiCuenta.login input[type="text"] {
        width: 100%;
        margin-bottom: 1em;
    }
    .bodyMiCuenta.login[type="text"]+label {
        margin: 0 0 0.5em 0;
    }
    .menuMiCuenta .wrap>a {
        font-size: 25px;
        font-size: 2.5rem;
    }
    .menuMiCuenta .wrap>a span {
        display: block;
        margin: 0.55em 0 0;
        text-align: center;
    }
    .menuMiCuenta address p {
        height: auto;
        padding: 0.25em;
        width: 100%;
    }
    .menuMiCuenta address p.telefono:before,
    .menuMiCuenta address p.email:before {
        display: none;
    }
    .headerMiCuenta .wrap>a {
        font-size: 13px;
    }
    .bodyMiCuenta.misDatos.crear .checkbox {
        margin-left: 0;
    }
    /*leyenda*/
    .bodyMiCuenta.leyenda .tabs .izq+li {
        padding-bottom: 1.2em;
    }
    .bodyMiCuenta.leyenda .tabs ul li {
        width: 70%;
    }
    .bodyMiCuenta.leyenda .tabs ul li.izq {
        width: 30%;
    }
    /********CARRITO*********/
    .garantia {
        display: none;
    }
    .carrito .listadoCarrito {
        float: none;
        width: 100%;
    }
    .carrito .listadoCarrito .detalleProducto h2 {
        max-width: 180px;
    }
    /********COMPRA*********/
    header.compra nav li a {
        font-size: inherit;
    }
    header.compra nav li.active a {
        color: #767676;
    }
    header.compra nav li {
        width: 100%;
    }
    header.compra nav li.active {
        background: transparent;
    }
    header.compra nav li:hover {
        background: #D5EAFF;
    }
    header.compra .cerrar {
        font-size: 28px;
    }
    header.compra nav li.responsive:hover {
        background: transparent;
    }
    .compra.paso1 .formulario {
        width: 100%;
    }
    .compra .marco {
        padding: 20px;
    }
    .listadoHeader.carrito {
        background: #fff;
        padding-bottom: 0;
    }
    .bodyCompra.azul .marco p {
        width: 50%;
    }
    .bodyCompra.azul .marco p.vacio {
        display: none;
    }
    .footerCompra.paso3 .wrap {
        padding: 0px 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    /*****MENU********/
    header nav li a.menuTelefonia5 {
        font-size: 1.34rem;
        width: 100%
    }
    header nav li a.menuCuidadoPers6 {
        font-size: 1.34rem;
        width: 100%
    }
    header nav li a.menuVideocamaras6 {
        font-size: 1.34rem;
        width: 100%
    }
    header nav li a.menuCocina8 {
        font-size: 1.34rem;
        width: 100%
    }
    header nav li a.menuHogar8 {
        font-size: 1.34rem;
        width: 100%
    }
    header nav li a.menuImagen8 {
        font-size: 1.34rem;
        width: 100%
    }
    header nav li a.menuHome8 {
        font-size: 1.34rem;
        width: 100%
    }
    header nav li a.menuInformatica10 {
        font-size: 1.34rem;
        width: 100%
    }
    header nav li a.menuConsolas10 {
        font-size: 1.34rem;
        width: 100%
    }
    ul.MenuBarSubmenuVisible {
        display: none;
    }
    ul.MenuBarHorizontal a.MenuBarItemHover,
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover,
    ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
        background: none;
    }
    /*CHECKS*/
    .checkbox {
        clear: left;
    }
    .checkbox label:before {
        content: none;
        display: none;
    }
    .compra.paso1 .checkbox label {
        clear: none;
        display: inline;
        float: none;
        padding-bottom: 0;
        padding-left: 3px;
    }
    .productoNoStock .botones.avisar label {
        clear: none !important;
        display: inline !important;
        float: none !important;
        padding-bottom: 0 !important;
        padding-left: 3px !important;
    }
    .checkbox input[type="checkbox"] {
        display: inline-block;
    }
    /*INSTALACION*/
    .eligeServicio {
        display: none;
    }

    /*********LANDING MARCAS*******/
    .listadoHeader .landingMarca h2 {
        padding-left: 0;
    }

    .landingMarca .description .imagen {
        /*padding:5px*/
    }
    .landingMarca .description .txt {
        width: 57%;
    }
    /*.landingMarca .description .txt p {
         font-size:1.3rem;
     }*/
    .landingMarca .description p {
        width: 100%;
    }
    .listadoHeader .description:after {
        content: none
    }
    .listadoHeaderMarca {
        background: none
    }

    .landingMarca .description .imagenPromo {
        float: left;
        width: 100%;
        text-align: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-sizing: border-box;
        padding: 0 0 0 2rem;
    }

    .landingMarca .description .imagenPromo .nombrePromo {
        float: right;
        width: 53%;
        display: inline-block;
        padding-right: 2%;
        margin-top: 4%;
    }
    .landingMarca .description .imagenPromo img {
        float: left;
    }
    .landingMarca .description .imagenPromo span.precioPromo {
        position: relative;
        float: left;
        right: auto;
        bottom: auto;
        padding-top: 2%;
    }
    .landingMarca .description .imagenPromo a.botonComprar {
        position: relative;
        margin-left: 4%;
        margin-top: 14px;
        float: left;
        width: 17%;
    }
}



/**************************Small tablet portrait (600x800)**************************/

@media all and (max-width: 640px) {
    .landingMarca .description .imagen {
        /* width: 15%;
        margin: 1em 2em 3em 0;*/
    }
    .landingMarca .description .contenedor_infoProd .txtAmpliar,
    .landingMarca .description .contenedor_infoProd .txtRecoger {
        /*margin: 1.3rem 2rem 0 0;*/
    }
    .landingMarca .description .contenedor_infoProd {
        /*width: 75%;*/
    }
}

/**************************Small tablet portrait (600x800)**************************/

@media all and (max-width: 600px) {
    .boton-servicio{width: 100%;padding: 5px}
    .texto-marcas-euronics,.texto-servicio-estrella{
        width: 100%;
        font-size: 20px;
        text-align: center;
        margin-right: 0px;}
    .marcas-euronics, .servicio-estrella{
        text-align: center;
        width: 75%;
    }
    .boton-marcas-euronics{width: 100%;padding: 5px}
    .fichaProducto .info {
        margin-top: 0px;
    }
    .bodyMiCuenta.misDatos label {
        padding: 0.5em 0;
    }
    .bodyMiCuenta .doble input+label,
    .bodyMiCuenta .doble .select+label {
        clear: left;
        margin-left: 0;
        min-width: 12em;
    }
    .headerMiCuenta h1 {
        float: none;
    }
    .headerMiCuenta .wrap>a {
        padding: 6px 10px 10px;
    }
    /********CARRITO*********/
    .carrito .listadoCarrito .detalleProducto .imagen {
        display: none;
    }
    .carrito .listadoCarrito .detalleProducto h2 {
        max-width: 170px;
    }
    /********HOME************/
    .homeListado.superior .wrap .producto:nth-child(4n-2) {
        clear: none;
    }
    .homeListado.pestanas .producto:nth-child(4n-3) {
        clear: none;
    }
    .homeListado .wrap .producto {
        width: 33.3%;
    }
    .homeListado.superior .wrap .producto:nth-child(3n-1) {
        clear: left;
    }
    .homeListado.pestanas .producto:nth-child(3n-2) {
        clear: left;
    }
    footer .redesSociales h3 {
        display: none;
    }
    .pestanas #horizontalTab .resp-tab-content {
        padding: 0;
    }
    /*****COMPRA********/
    .compra.paso1 label {
        float: none;
    }
    .headerCompra.paso1 p {
        display: block;
    }
    .headerCompra h1 br {
        display: none;
    }
    .headerCompra p {
        display: block;
        clear: left;
        padding: 10px;
    }


    /*********LANDING MARCAS*******/
    .landingMarca .description .txt {
        display: none;
    }
    .landingMarca .description .imagenPromo a.botonComprar {
        width: 30%;
    }
    .landingMarca .description .imagenPromo .nombrePromo {
        width: 100%;
    }
}



/*****************500px**********************************/

@media all and (max-width: 500px) {
    #itemContainer .detalleProducto .opiniones,
    #itemContainer .detalleProducto .puntuacion,
    .listadoBody .bloquePrecio .botonComprar {
        display: none;
    }
    #itemContainer .detalleProducto p {
        display: block;
        font-size: 1.7rem;
        padding-bottom: 3px;
        margin-top: 5px;
    }

    #itemContainer .producto {
        padding: 5px;
    }
    #itemContainer .producto.especialista .especialista {
        margin: -5px -5px 7px;
        padding: 2px 5px;
    }
    #itemContainer .producto .detalleProducto {
        width: 100%;
    }
    #itemContainer .producto .detalleProducto h2 a {
        margin-bottom: 0.5em;
        line-height: 2.6rem;
        text-decoration: none;
        font-weight: 600;
    }
    #itemContainer .bloquePrecio {
        float: left;
        text-align: left;
        clear: left;
    }
    #itemContainer .producto .imagen {
        width: 30%;
    }
    #itemContainer .producto .txt {
        width: 70%;
    }
    .txt .info {
        margin-top: -8rem;
    }
    .bloquePrecio .iva {
        margin-bottom: 0;
        display: none;
    }
    .listadoCategoriasBody .listado .producto {
        width: 50%;
        min-height: 360px;
    }
    .listadoCategoriasBody .listado .producto:nth-child(4n+1) {
        border-left: 1px solid #CCD4D8;
        clear: none;
    }
    .listadoCategoriasBody .listado .producto:nth-child(3n+1) {
        border-left: none;
    }
    /*CARRITO*/
    .carrito .listadoCarrito .detalleProducto h2 {
        max-width: 140px;
    }
    .bloquePrecio .iva {
        display: none;
    }
    .bloquePrecio .precioProducto {
        font-size: 4rem;
    }
}


/**************************Mobile landscape (480)*******************************/

@media all and (max-width: 480px) {
    /*HEADER*/
    header .plataformaAzul p.bienvenido {
        width: 50% !important;
    }
    header p.eslogan,
    header.home p.eslogan {
        display: none;
    }
    header p.bienvenido {
        clear: none;
        float: none;
        padding: 31px 0 5px 5px;
        text-align: right;
    }
    header .logo a,
    header h1.logo a {
        height: 60px;
    }
    /*FICHA PRODUCTO*/
    .fichaProducto .carrusel {
        width: 100%;
        border: none;
    }
    .fichaProducto .zoomPup {
        background: none;
        border: 0;
        visibility: hidden;
    }
    .fichaProducto .zoomWindow,
    .fichaProducto .zoomPreload {
        visibility: hidden;
        display: none;
    }
    .fichaProducto .detalleProducto {
        width: 100%;
        border: 0px;
    }
    .fichaProducto .opcionCompra {
        width: 100%;
    }
    .fichaProducto .bloquePrecio {
        margin-left: -1px;
    }
    .fichaProducto .botonComprar:before {
        display: none;
    }
    .fichaProducto .info,
    .fichaProducto .instalacion {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 0;
        width: 100%;
    }
    .fichaProducto .instalacion {
        clear: none;
    }
    .fichaProducto .info>div {
        float: left;
        margin-left: 1.5%;
        width: 29%;
        margin-right: 0;
    }
    .fichaProducto .info>div:first-child {
        width: 39%;
        margin-left: 0;
    }
    .fichaProducto.zonaFiltros {
        /*display:none;*/
    }
    .filtros .box {
        width: 100%;
        margin: 0;
    }
    .filtros .box h4 br {
        float: left;
    }
    .fichaProducto.zonaFiltros .detalles {
        display: none;
    }
    .videoPromo {
        padding-bottom: 30px;
    }
    .videoPromo .video {
        padding-top: 76.25%;
        width: 100%;
    }
    .producto.oferta .oferta {
        display: none;
    }
    #itemContainer .producto .imagen {
        width: 40%;
        padding-top: 1em;
    }
    #itemContainer .producto .txt {
        width: 60%;
    }
    .menuMiCuenta .wrap>a {
        float: none;
        width: 100%;
        border-left: 0;
        text-align: left;
        padding: 0.15em 0;
    }
    .menuMiCuenta .wrap>a span {
        display: inline-block;
        margin: 0 0 0;
        margin: 0 0 0 12px;
        text-align: left;
        vertical-align: middle;
    }
    .menuMiCuenta .wrap>a br {
        display: none;
    }
    .bodyMiCuenta table tr {
        border-bottom: 1px solid;
    }
    .bodyMiCuenta table th,
    .bodyMiCuenta table td {
        display: block;
        border: none;
        float: left;
        padding: 0.4em;
    }
    .bodyMiCuenta table th:after,
    .bodyMiCuenta table td:after {
        content: ","
    }
    .bodyMiCuenta table td:first-child,
    .bodyMiCuenta table td:last-child {
        border: none;
    }
    .bodyMiCuenta table th:last-child:after,
    .bodyMiCuenta table td:last-child:after {
        content: ""
    }
    .bodyMiCuenta table td .noResponsive {
        display: inline;
    }
    .bodyMiCuenta table td span {
        padding: 0.5em 1em;
    }
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr {
        border: 1px solid #ccc;
        clear: both;
    }
    #no-more-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        width: 100%;
        min-height: 1em;
    }
    #no-more-tables td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    #no-more-tables td:before {
        content: attr(data-title);
    }
    /********CARRITO*********/
    .listadoHeader.carrito .listadoCarrito li {
        display: none;
    }
    .carrito .listadoCarrito .detalleProducto {
        width: 100%;
    }
    .carrito .listadoCarrito .gastosEnvio .detalleProducto,
    .carrito .listadoCarrito .instalacion .detalleProducto {
        width: auto;
    }
    .carrito .listadoCarrito .total .detalleProducto {
        margin: -20px 3px;
        width: auto;
    }
    .carrito .listadoCarrito .detalleProducto h2,
    .carrito .listadoCarrito .detalleProducto .oferta {
        display: inline-block;
    }
    .carrito .listadoCarrito .detalleProducto h2 {
        max-width: 100%;
    }
    .listadoHeader.carrito.misPedidos {
        display: none;
    }
    .carrito .listadoCarrito .detalleProducto .oferta {
        margin: 9px 0 0.5em 0.5em
    }
    .listadoCarrito p a {
        display: block;
    }
    /********HOME************/
    .homeListado.superior .wrap .producto:nth-child(3n-1) {
        clear: none;
    }
    .homeListado.pestanas .producto:nth-child(3n-2) {
        clear: none;
    }
    .homeListado .wrap .producto {
        width: 49%;
    }
    .homeListado.superior .wrap .producto:nth-child(2n) {
        clear: left;
        border-left: none;
        min-height: 287px;
    }
    .homeListado.pestanas .producto:nth-child(2n-1) {
        clear: left;
        border-left: none;
    }
    .homeCarrusel #bx-pager {}
    .homeCarrusel #bx-pager a {
        font-size: 1.4rem;
        text-transform: none;
        font-weight: 100;
    }
    .newsletter .wrap,
    .mejoresMarcas .wrap {
        padding: 15px;
    }
    .mejoresMarcas {
        display: none;
    }
    /*TOOLTIPS*/
    .tooltip {
        display: none;
    }
    /*PROCESO COMPRA*/
    .bodyCompra.paso3 table .imagen,
    .bodyCompra.paso3 table .gris td:first-child,
    .bodyCompra.paso3 table .total td:first-child {
        display: none;
    }
    .bodyCompra.paso3 table td {
        padding: 0.5em 0.25em;
    }
    .bodyCompra.paso3 table .gris td {
        padding: 1em 0.25em;
    }
    .bodyCompra.paso3 table .total .coste {
        font-size: 24px;
        white-space: nowrap;
    }
    .bodyCompra.azul .marco p textarea {
        width: 98%;
    }
    .bodyCompra.azul .marco p {
        height: auto;
        width: 100%;
    }
    .bodyCompra.azul .marco p span {
        display: block;
        text-align: left;
        margin-bottom: 0.5em;
    }
    .footerCompra.paso3 {
        padding: 0;
        text-align: right;
    }
    /*PROCESO COMPRA*/
    .bodyCompra.paso3 table .bloquePrecio {
        display: none;
    }
    .bodyCompra.paso3 table .cantidad {
        padding: 0 2px;
    }
    .bodyCompra.paso3 table .descripcion {
        column-span: 2;
        -webkit-column-span: 2;
        -moz-column-span: 2;
        -ms-column-span: 2;
        -o-column-span: 2;
    }
    .paso3 .botonComprar {
        width: 100%;
    }
    .bodyCompra.azul .marco h3 {
        margin-top: 20px;
    }
    /*LISTADO*/
    .listadoCategoriasBody .wrap,
    .listadoBody .wrap {}
    .listadoCategoriasHead p {
        display: none;
    }
    /*leyenda*/
    .bodyMiCuenta.leyenda .tabs ul li {
        float: none;
        width: 100%;
        clear: left;
    }
    .bodyMiCuenta.leyenda .tabs ul li.izq {
        width: 100%;
        padding: 0em 1em;
    }
    .bodyMiCuenta.leyenda .tabs .izq+li {
        padding-bottom: 1.2em;
        background: none;
        width: 100%;
        padding: 0.9em 1em;
        border: none;
    }
    .bodyMiCuenta.leyenda .tabs ul li a:after {
        display: none;
    }
    .bodyMiCuenta.leyenda .tabs ul li p {
        padding-top: 0px;
    }
    .fichaProducto.zonaFiltros .wrap {
        display: none;
    }

    .fichaProducto.zonaFiltros .wrap+.formulario {
        display: none;
    }
}

@media all and (max-width: 445px) {
    .landingMarca .description .imagenPromo img {
        width: 100%;
    }
    .landingMarca .description .imagenPromo .nombrePromo {
        text-align: center;
        font-size: 17px;
        font-size: 1.9rem;
    }
    .landingMarca .description .imagenPromo span.precioPromo {
        padding-top: 1%;
        padding-bottom: 2%;
    }
    .landingMarca .description .imagen {
        display: none;
    }
    .landingMarca .description .contenedor_infoProd {
        width: 100%;
    }
    .landingMarca .description .contenedor_infoProd .txtAmpliar,
    .landingMarca .description .contenedor_infoProd .txtRecoger {
        /*margin: 1.3rem 2rem 0 2rem;*/
    }
    .landingMarca .description .contenedor_infoProd a.more-link,
    .landingMarca .description .contenedor_infoProd a.less-link,
    .landingMarca .description .contenedor_infoProd a.more-link:hover,
    .landingMarca .description .contenedor_infoProd a.less-link:hover {
        margin: 10px 0 0 2rem;
    }
}


@media all and (max-width: 400px) {
    .listadoCategoriasBody .listado .producto {
        width: 50%;
    }
    .listadoCategoriasBody .listado .producto:nth-child(3n+1) {
        border-left: 1px solid #CCD4D8;
        clear: none;
    }
    .listadoCategoriasBody .listado .producto:nth-child(2n+1) {
        border-left: none;
        clear: left;
    }
    footer .enlacesPie a {
        width: 100%;
        
    }
    #itemContainer .detalleProducto p {
        display: none;
    }
}


/**************************Mobile portrait (320)*******************************/

@media all and (max-width: 320px) {
    .fichaProducto .detalleProducto {
        border: none;
        width: 100%;
    }
    .fichaProducto .bloquePrecio {
        width: 100%;
    }
    .fichaProducto .info>div,
    .fichaProducto .info>div:first-child {
        width: 100%;
    }
    .fichaProducto .botonComprar {
        padding: 14px 20px 8px;
    }
    .fichaProducto .botonComprar:before {
        display: inline-block;
        margin-top: -6px;
    }
    .bloquePrecio .precioProducto {
        font-size: 35px;
        font-size: 3.5rem;
        display: inline;
    }
    .fichaProducto .bloquePrecio .iva {
        display: inline;
        margin-left: 10px;
    }
    /***************LISTADO*********************/
    .listadoHeader .wrap {
        padding: 10px 4%;
    }
    .listadoHeader .holder {
        margin-top: 16px;
    }
    /***********MI CUENTA***********************/
    .menuMiCuenta .wrap>a br {
        display: inline;
    }
    .carrito .listadoCarrito .bloquePrecio {
        padding-left: 00px;
    }
    /********HOME************/
    .homeListado .wrap {
        padding: 20px 20px 0 20px;
    }
    .homeListado .wrap .producto .categoria {
        text-align: left;
        font-family: Arial, Helvetica, sans-serif;
        color: #60ADE3;
        font-size: 13px;
        font-size: 1.3rem;
        display: block;
        margin-bottom: 1em;
    }
    .homeListado.superior .wrap .producto:nth-child(3n-1) {
        clear: none;
        border: none;
    }
    .homeListado.pestanas .producto:nth-child(3n-2) {
        clear: none;
        border: none;
    }
    .homeListado .wrap .producto {
        width: 100%;
    }
    .homeListado.superior .wrap .producto:nth-child(5n-3) {
        clear: none;
        border: none;
    }
    .homeListado.superior .wrap .producto {
        clear: left;
        border-left: none;
    }
    .homeListado.pestanas .producto {
        clear: left;
        border-left: none;
    }
    .newsletter input[type="text"] {
        margin-left: 0;
        width: 150px;
    }
    /********FOOTER*********/
    footer .slogan {
        padding: 0;
    }
}


/*PAGINA POR QUE COMPRAR EN EURONICS*/

.cnt {
    float: left;
    width: 100%;
    padding-top: 6%;
    background-color: #FFF;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.07);
}

.cnt section {
    float: left;
    width: 33.3%;
    text-align: center;
    padding: 5% 0% 0% 0%;
    margin-bottom: 5%;
}

.cnt section div {
    padding: 70px 5% 0% 5%;
    min-height: 200px;
}

.cnt section.first div {
    border-right: 3px solid #cccccc;
}

.cnt section.second div {
    border-right: 3px solid #cccccc;
}

.cnt section.op_1 {
    background: transparent url(../../images/op_grandes.jpg) top center no-repeat;
}

.cnt section.op_2 {
    background: transparent url(../../images/op_especialistas.jpg) top center no-repeat;
}

.cnt section.op_3 {
    background: transparent url(../../images/op_atentos.jpg) top center no-repeat;
}

.cnt section.op_4 {
    background: transparent url(../../images/op_in.jpg) top center no-repeat;
}

.cnt section.op_5 {
    background: transparent url(../../images/op_comodo.jpg) top center no-repeat;
}

.cnt section.op_6 {
    background: transparent url(../../images/op_seguro.jpg) top center no-repeat;
}

.cnt section header h2 {
    margin: 0px auto;
    display: inline;
    float: none;
    font-size: 200%;
    color: #000;
    background: transparent url(../../images/mas.jpg) center left no-repeat;
    font-weight: bold;
    padding: 3px 0px 0px 25px;
    font-size: 16px;
}

.cnt section header strong {
    font-family: 'Euronics';
    font-size: 1.2em;
    color: #6274b7;
    clear: both;
    display: block;
    padding: 10px 0px 10px 0px;
    font-size: 16px;
}

.cnt section p {
    clear: both;
    display: block;
    font-size: 14px;
    font-family: 'Euronics', Arial;
    color: #000;
    line-height: normal;
    padding: 5px 0px;
}

.con:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.con {
    display: inline-block;
}

.con {
    display: block;
}

@media all {
    .con {
        display: block;
    }
}


/* Para Opera */


/* Hides from IE-mac \*/

* html .con {
    height: 1%;
    display: block;
}


/* End hide from IE-mac */

@media all and (max-width:880px) {
    .cnt section {
        width: 50%;
    }
    .cnt section.second div {
        border-right: 0px;
    }
    .cnt section.second third {
        border-right: 3px solid #cccccc;
    }
}

@media all and (max-width:769px) {
    .cnt section {
        width: 100%;
    }
    .cnt section div {
        border-bottom: 3px solid #cccccc;
        padding-bottom: 7%;
        min-height: 110px;
    }
    .cnt section.first div,
    .cnt section.second div {
        border-right: 0px;
    }
}

@media all and (max-width:620px) {
    .cnt section div {
        padding-top: 95px;
    }
}


/*PAGINA CONTACTAR*/

.contacta {
    background: #FFFFFF url(../../userfiles/image/atencion-cliente-new.jpg) bottom right no-repeat;
    padding-right: 295px;
    min-height: 500px;
}

@media all and (max-width:800px) {
    .contacta {
        padding-right: 0px;
    }
}


.contacta h1.azul {
    padding: 2em 0 0 0;
}

.contacta .vcard p.tel {
    float: left;
    background: #006EB7 url(../../images/tel.png) 10px 5px no-repeat;
    padding: 1em 1em 1em 55px;
    color: #FFF;
    font-size: 1.7em;
    line-height: normal;
    width: 17em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    height: 100px;
    margin-bottom: 0px;
}

.contacta .vcard p.tel strong {
    font-size: 1em;
    display: block;
}

.contacta .vcard p.tel span {
    font-size: 0.7em;
    display: block;
}

.contacta .vcard a.email {
    float: left;
    background: #006EB7 url(../../images/Email.png) 10px center no-repeat;
    padding: 1em 1em 1em 0em;
    color: #FFF;
    font-size: 1.7em;
    line-height: normal;
    width: 18em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    height: 100px;
    margin-top: 20px;
    margin-left: 10px;
}

.contacta .vcard a.email span {
    display: block;
    padding: 20px 0px 0px 95px;
    font-size: 14px;
}

.contacta .vcard p.formulario {
    float: left;
    background: #006EB7 url(../../images/formulario.png) 10px 5px no-repeat;
    padding: 1em 1em 1em 55px;
    color: #FFF;
    font-size: 1.7em;
    line-height: normal;
    width: 17em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    height: 100px;
    margin-bottom: 0px;
}

.contacta .vcard p.formulario strong {
    font-size: 1em;
    display: block;
    margin-bottom: 10px
}

.contacta .vcard p.formulario span {
    font-size: 0.7em;
    display: block;
}

.contacta .vcard p.formulario a {
    background-color: #ffffff;
    color: #006EB7;
    font-size: 13px;
    margin-top: 15px;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 900;
}
.contacta .vcard p.chat {
    float: left;
    background: #006EB7 url(../../images/chat.png) 10px 5px no-repeat;
    padding: 1em 1em 1em 55px;
    color: #FFF;
    font-size: 1.7em;
    line-height: normal;
    width: 18em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    height: 100px;
    margin-bottom: 0px;
    margin-left: 10px
}

.contacta .vcard p.chat strong {
    font-size: 1em;
    display: block;
}

.contacta .vcard p.chat span {
    font-size: 0.7em;
    display: block;
}



@media all and (max-width:1024px) {
    .contacta .vcard p.tel,
    .contacta .vcard a.email {
        font-size: 1.5em;
        width: 18.4em;
    }
    .contacta .vcard p.tel span {
        font-size: 0.8em;
    }
}

@media all and (max-width:970px) {
    .contacta .vcard p.tel,
    .contacta .vcard a.email {
        font-size: 1.3em;
        width: 13em;
    }
    .contacta .vcard a.email {
        width: 19.5em;
    }
    .contacta .vcard p.tel strong {
        font-size: 1.5em;
    }
    .contacta .vcard p.tel span {
        font-size: 0.8em;
    }
}

@media all and (max-width:840px) {
    .contacta .vcard p.tel,
    .contacta .vcard a.email {
        font-size: 1.7em;
        width: 20.5em;
    }
    .contacta .vcard a.email {
        float: left;
        width: 23.7em;
    }
}

@media all and (max-width:450px) {
    .contacta {
        background: none;
        padding-right: 2em;
        min-height: auto;
    }
    .contacta .vcard p.tel {
        width: 16em;
    }
    .contacta .vcard a.email {
        width: 22.6em;
        font-size: 1.5em;
    }
}

@media all and (max-width:450px) {
    .contacta {
        background: none;
        padding-right: 2em;
        min-height: auto;
    }
    .contacta .vcard p.tel {
        width: 16em;
    }
    .contacta .vcard a.email {
        width: 22.6em;
        font-size: 1.5em;
    }
}

@media all and (max-width:360px) {
    .contacta .vcard p.tel {
        font-size: 1.5em
    }
    .contacta .vcard a.email {
        font-size: 1.35em;
    }
}


/*PAGINA COOKIES*/

.pagcookies {
    background: transparent url(../../userfiles/image/chica-cookies.jpg) bottom right no-repeat;
    padding-right: 295px;
    min-height: 500px;
}

.pagcookies h1.azul {
    padding: 2em 0 0 0;
}

.pagcookies .vcard p.tel {
    float: left;
    background: #006EB7 url(../../images/tel.png) 10px 5px no-repeat;
    padding: 1em 1em 1em 55px;
    color: #FFF;
    font-size: 1.7em;
    line-height: normal;
    width: 17em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    height: 70px;
}

.pagcookies .vcard p.tel strong {
    font-size: 2em;
    display: block;
}

.pagcookies .vcard p.tel span {
    font-size: 0.7em;
    display: block;
}

.pagcookies .vcard a.email {
    float: right;
    background: #006EB7 url(../../images/Email.png) 10px center no-repeat;
    padding: 1em 1em 1em 0em;
    color: #FFF;
    font-size: 1.7em;
    line-height: normal;
    width: 18em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    height: 70px;
    margin-top: 20px;
}

.pagcookies .vcard a.email span {
    display: block;
    padding: 20px 0px 0px 95px;
}

@media all and (max-width:1024px) {}

@media all and (max-width:970px) {
    .pagcookies .vcard p.tel,
    .contacta .vcard a.email {
        font-size: 1.3em;
        width: 13em;
    }
    .pagcookies .vcard a.email {
        width: 19.5em;
    }
    .pagcookies .vcard p.tel strong {
        font-size: 1.5em;
    }
    .pagcookies .vcard p.tel span {
        font-size: 0.8em;
    }
}

@media all and (max-width:840px) {
    .pagcookies .vcard p.tel,
    .contacta .vcard a.email {
        font-size: 1.7em;
        width: 20.5em;
    }
    .pagcookies .vcard a.email {
        float: left;
        width: 23.7em;
    }
}

@media all and (max-width:450px) {
    .pagcookies {
        background: none;
        padding-right: 2em;
        min-height: auto;
    }
    .pagcookies .vcard p.tel {
        width: 16em;
    }
    .pagcookies .vcard a.email {
        width: 22.6em;
        font-size: 1.5em;
    }
}

@media all and (max-width:450px) {
    .pagcookies {
        background: none;
        padding-right: 2em;
        min-height: auto;
    }
    .pagcookies .vcard p.tel {
        width: 16em;
    }
    .pagcookies .vcard a.email {
        width: 22.6em;
        font-size: 1.5em;
    }
}

@media all and (max-width:360px) {
    .pagcookies .vcard p.tel {
        font-size: 1.5em
    }
    .pagcookies .vcard a.email {
        font-size: 1.35em;
    }
}


/*QUIENES SOMOS*/

.col-f1 {
    width: 48%;
}

.col-f2 {
    width: 65%;
}

.col-f3 {
    width: 30%;
}

.flo-l {
    float: left;
}

.flo-r {
    float: right;
}

p.txt {
    font-size: 130%;
    line-height: 1.4em;
    margin-bottom: 5%;
}

p.txt-f2 {
    color: #006EB7;
    font-size: 160%;
    line-height: 1.2em;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-align: left;
    margin-bottom: 2%;
}

.col-f3 p.txt-f2 {
    margin-bottom: 6.5%;
}

.box-img img {
    margin-right: 3%;
    margin-bottom: 2%;
    width: 31%;
}

.box-img img.last {
    margin-right: 0;
}

img.img-f1 {
    width: 100%;
}

.box-img img.img-f1 {
    width: 65.5%;
}

.marg-btt-f1 {
    margin-bottom: 8.3%;
}

@media all and (max-width:1024px) {
    .col-f3 p.txt-f2 {
        margin-bottom: 7.5%;
    }
}

@media all and (max-width:980px) {
    .box-img img {
        width: 30%
    }
    .box-img img.img-f1 {
        width: 63.5%;
    }
}

@media all and (max-width:800px) {
    .col-f2 p.txt-f2 {
        margin-bottom: 2.5%;
    }
}

@media all and (max-width:768px) {
    .col-f3 p.txt-f2 {
        margin-bottom: 9.5%;
    }
}

@media all and (max-width:685px) {
    .col-f2 {
        width: 100%;
    }
    .col-f3 {
        width: 100%;
    }
    .col-f3 p.txt-f2 {
        margin-bottom: 1%;
    }
    .marg-btt-f1 {
        margin-right: 3.5%;
    }
    .box-img img.img-f1,
    .box-img img.img-f2 {
        display: none;
    }
    img.img-f1 {
        float: left;
        width: 30%;
    }
}

@media all and (max-width:400px) {
    .col-f1 {
        width: 100%;
    }
}


/* *************** PedidoPASO1 - MODO DE ENVIO ***** */

.carrito .listadoCarrito {
    width: 100%;
    float: none;
}

.carrito.listadoBody .listadoCarrito>li:first-child {
    display: table;
    height: 100%;
    width: 100%;
    padding-top: 0.7em;
}

.listadoCarrito .paso1ColLeft {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

.listadoCarrito .paso1ColRight {
    display: table;
    float: right;
    height: 100%;
    width: 39.5%;
    left: 1%;
    border-left: 1px solid #d3d3d3;
    margin-bottom: 8px;
}

.listadoCarrito .paso1ColLeft,
.listadoCarrito .paso1ColRight {
    float: left;
}

.listadoCarrito .paso1ColRight>section {
    padding-left: 10px;
}

.listadoCarrito .paso1ColLeft h3,
.listadoCarrito .paso1ColRight h3 {
    background: #00529a;
    border-left: 1px solid #fff;
    margin: 0 0 8px -1px;
    padding: 8px 2.5%;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Euronics', arial;
}

.listadoCarrito .paso1ColRight>h3 {
    width: 44%;
    display: inline-block;
    font-style: normal;
    text-align: center;
}

.listadoCarrito .paso1ColRight>section {
    width: 96%;
    clear: both;
    padding: 1.5% 2%;
}

.listadoCarrito .paso1ColRight>section.envioDomicilio {
    background-color: #f4f4f4;
}
.listadoCarrito .paso1ColRight>section.envioInstalacion {
    background-color: #FFFFFF;
}

.listadoCarrito .paso1ColRight>section.envioTienda {
    background-color: #f4f4f4;
}

.listadoCarrito .paso1ColRight>section>div {
    width: 49%;
    display: inline-block;
    display: table-cell;
    vertical-align: middle;
}

.listadoCarrito .paso1ColRight>section>div>.tipo {
    padding: 2em 0;
}

.listadoCarrito .paso1ColRight>section .como-enviar .tipo>div {
    display: inline-block;
    width: 62%;
}

.listadoCarrito .paso1ColRight>section .como-enviar .tipo>.imagen {
    width: 34%;
    text-align: right;
    vertical-align: bottom;
}

.listadoCarrito .paso1ColRight>section .como-enviar .tipo>.imagen img {
    max-width: 95%;
    height: auto;
}

.carrito .listadoCarrito .gastosDomicilio .detalleProducto .imagen span {
    background: url(../../images/envioDomicilio_min.png) no-repeat scroll 0 0 transparent
}

.carrito .listadoCarrito .gastosTienda .detalleProducto .imagen span {
    background: url(../../images/recogidaTienda_min.png) no-repeat scroll 0 0 transparent
}

.listadoCarrito .paso1ColRight>section>div+div {
    border-left: 1px solid #cecece;
}

.listadoCarrito .paso1ColRight>section>div .descripcion {
    padding-left: 8px;
}

.listadoCarrito .paso1ColLeft .producto .detalleProducto h2 {
    max-width: 190px;
}

.listadoCarrito .paso1ColRight .semantic-content header>h2 {
    max-width: 87%;
}


/*  ***** Producto *** */

.listadoCarrito .paso1ColLeft section.producto {
    margin: 1.5em 0;
    font-family: 'Euronics', arial;
}


/*  ***** Garantia *** */

.carrito .garantia {
    width: auto;
    border: 0 none;
}

.carrito .garantia a {
    text-decoration: underline;
}

.carrito .garantia .seguir-comprando {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Euronics';
}

.carrito .garantia .iconos {
    border: 0 none;
    margin: 3.5em 0 2.5em;
}

.carrito .garantia .iconos>div {
    margin: 0 1.5em 0 0;
}

.listadoCarrito .instalacion {
    margin: 20px 0 20px 20px;
}

.listadoCarrito .instalacion .checkbox label {
    font-style: italic;
    font-style: bold;
}


/*  ***** Contador *** */

.carrito .listadoCarrito .unidades {
    margin-top: 1.2em;
}

.carrito .listadoCarrito .paso1ColLeft .unidades .cantidad {
    background-color: transparent;
    background-image: none;
    border: medium none;
    float: left;
    line-height: 26px;
    padding: 0;
    width: 27px;
    height: 26px;
    color: #000;
    text-align: center;
    font-size: 1.4em;
}

.carrito .listadoCarrito .unidades .flechas a {
    font-family: 'Iconos';
    font-size: 1.7em;
    line-height: 0.5em;
    padding: 0 0.4em 5px;
    height: 8px;
}

.carrito .listadoCarrito .unidades .flechas a#mas,
.carrito .listadoCarrito .unidades .flechas a#menos {
    transform: none;
}


/*  ***** Modo de envio *** */

.listadoCarrito #como-enviar-detalles {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
    margin-left: -1px;
    background-color: #cce2ef;
    background: none #DCE6F0;
    background: none #f4f7fa;
    border: 2px solid #9fc8e0;
    border-left: 0 none;
    border-radius: 0 5px 5px 0px;
}

.listadoCarrito #como-enviar-detalles>div {
    margin: 15px;
}

.listadoCarrito #modoEnvio div.descripcion {
    color: #626767;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5em;
}

.carrito .listadoCarrito #modoEnvio .descripcion p,
.carrito .listadoCarrito #modoEnvio p {
    float: none;
    margin-bottom: 0.8em;
}

.listadoCarrito #modoEnvio .descripcion.oculto {
    display: none;
}

.listadoCarrito .como-enviar .tipo .checkbox label:before {
    bottom: 40%;
}

.listadoCarrito .como-enviar .tipo label {
    font-size: 18px;
    font-size: 1.8rem;
    vertical-align: middle;
    text-align: left;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.checkbox2 #lcheck3{
    font-size: 1.5rem;
    font-weight: 700;
    color: #505050;}

.listadoCarrito .como-enviar .tipo label span {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
}

.paso1ColRight .comoEnviamos.visible-responsive {
    display: none;
}

.listadoCarrito #modoEnvio .modal-content li {
    margin: 0 0 1em;
    border: 0 none;
    background: none transparent;
    text-align: justify;
}

.listadoCarrito #modoEnvio .modal-content li span {
    color: #F1C400;
    font-weight: bold;
    font-size: 1.4em;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
}

.listadoCarrito #modoEnvio #recogidaTienda .call-modal[href="#modal-text-como"] {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 1em;
    color: #60ade3;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.2em;
}

.listadoCarrito #modoEnvio #recogidaTienda .call-modal:hover {
    color: #135597;
}

.listadoCarrito #modoEnvio #recogidaTienda .codigoPostal,
.listadoCarrito #modoEnvio #recogidaTienda #nueva-busqueda,
.listadoCarrito #modoEnvio #modal-text-tiendas2 #nueva-busqueda2,
.listadoCarrito #entregaTienda .codigoPostal {
    position: relative;
    max-width: 220px;
}

.listadoCarrito #modoEnvio #recogidaTienda #nueva-busqueda p,
.listadoCarrito #modoEnvio #modal-text-tiendas2 #nueva-busqueda2 p {
    margin-top: 2em;
    margin-bottom: 0.6em;
    font-size: 16px;
    font-size: 1.6rem;
    color: #4374b7;
    font-weight: bold;
}

.listadoCarrito #modoEnvio #recogidaTienda #nueva-busqueda input#postalCodeInner,
.listadoCarrito #modoEnvio #modal-text-tiendas2 #nueva-busqueda2 input#postalCodeInner,
.listadoCarrito #modoEnvio #entregaTienda .codigoPostal input#codigo-postal-tienda,
.listadoCarrito #modoEnvio #recogidaTienda .codigoPostal input#postalCode {
    border: 1px solid #346EB2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 27px;
    width: 100%;
    padding: 2px 27px 3px 15px;
}

.listadoCarrito #recogidaTienda #nueva-busqueda input[type="button"],
.listadoCarrito #modal-text-tiendas2 #nueva-busqueda2 input[type="button"],
.listadoCarrito #recogidaTienda .codigoPostal .type-button,
.listadoCarrito #entregaTienda .codigoPostal .type-button {
    background: none repeat scroll 0 0 #cddbea;
    border-radius: 5px 0 0 5px;
    border: 0 none;
    box-shadow: none;
    color: #1f5ea1;
    font-family: 'Iconos';
    font-size: 30px;
    font-size: 3rem;
    text-decoration: none;
    line-height: 0.2em;
    cursor: pointer;

    padding: 3px 5px 16px;
    position: absolute;
    right: 1px;
    bottom: 1px;
    margin: 0;

    display: block;
    transform: scaleX(-1);
}

.mac .listadoCarrito #recogidaTienda #nueva-busqueda input[type="button"],
.mac .listadoCarrito #modal-text-tiendas2 #nueva-busqueda2 input[type="button"],
.mac .listadoCarrito #recogidaTienda .codigoPostal .type-button,
.mac .listadoCarrito #entregaTienda .codigoPostal .type-button {
    padding: 12px 5px 7px;
}

.listadoCarrito #modoEnvio #modal-text-tiendas table tr,
.listadoCarrito #modoEnvio #modal-text-tiendas2 table tr {
    border-bottom: 1px solid #BCBEC0;
}

.listadoCarrito #modoEnvio #modal-text-tiendas table td,
.listadoCarrito #modoEnvio #modal-text-tiendas2 table td {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: 0 none;
    width: auto;
    vertical-align: middle;
    cursor: default;
}

.listadoCarrito #modoEnvio #modal-text-tiendas .recoger,
.listadoCarrito #modoEnvio #modal-text-tiendas2 .recoger {
    position: relative;
    background: none #F1C400;
    height: 38px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1em 1em 1em 2em;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    color: #333333;
}

.listadoCarrito #modoEnvio #modal-text-tiendas .recoger:hover,
.listadoCarrito #modoEnvio #modal-text-tiendas2 .recoger:hover {
    background: none #90C9FF;
}

.listadoCarrito #modoEnvio #modal-text-tiendas .recoger:before,
.listadoCarrito #modoEnvio #modal-text-tiendas2 .recoger:before {
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 11px;
    border-bottom: 0.7em solid #F1C400;
    border-left: 0.9em solid #333333;
    border-top: 0.7em solid #F1C400;
    margin: 0 0.5em 0 0;
}

.listadoCarrito #modoEnvio #modal-text-tiendas .recoger:hover:before,
.listadoCarrito #modal-text-tiendas .recoger:focus:before,
.listadoCarrito #modoEnvio #modal-text-tiendas2 .recoger:hover:before,
.listadoCarrito #modal-text-tiendas2 .recoger:focus:before {
    border-bottom: 0.7em solid #90C9FF;
    border-left: 0.9em solid #ffffff;
    border-top: 0.7em solid #90C9FF;
}

.semantic-content .modal-content .no-tiendas input {
    position: relative;
    background: none #F1C400;
    border: 0;
    box-shadow: none;
    height: 38px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1em;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    color: #333333;
    cursor: pointer;
}

.semantic-content .modal-content .no-tiendas input:hover {
    background: #90C9FF;
    color: #fff;
}

.semantic-content .modal-close {
    text-decoration: none;
}



/* ***** FICHA PRODUCTO DESCATALOGADO *** */

.fichaProducto .formulario {
    display: inline-block;
    margin: 25px;
}

.fichaProducto .productoDescatalogado {
    width: 40%;
    display: block;
    vertical-align: top;
    padding-top: 0;
    border-right: 1px solid #c4c4c4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 1rem;
    position: relative;
    float: left;
}

.alertDescatalogado {
    display: block;
    padding: 5px;
    font-size: 1.3em;
    background-color: #E21515;
    color: #ffffff;
    text-align: center;
    margin-right: 1.0em;
    text-transform: uppercase;
}

.fichaProducto .productoDescatalogado .col1 {
    width: 42%;
    margin-top: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.fichaProducto .productoDescatalogado .col2 {
    width: 44%;
    margin-top: 5px;
    padding: 4%;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    height: 13.4rem;
    line-height: 1.8em;
}

.fichaProducto .productoDescatalogado .imagen {
    width: 94%;
    height: 15.5rem;
    display: list-item;
    text-align: center;
    margin-bottom: 5px;
    border: 1px solid #E8E8E8;
    padding: 5px;
    line-height: 12.5rem;
    position: relative;
    list-style: none;
    display: block;
}

.fichaProducto .productoDescatalogado .imagen img {
    max-width: 100%;
    max-height: 100%;
    float: none;
    margin: 0;
    vertical-align: middle;
}

.fichaProducto .productoDescatalogado h2 {
    color: #000;
    font-size: 17px;
    font-size: 1.7rem;
    display: block;
    margin-bottom: 0.2em;
    font-weight: normal;
    text-decoration: none;
}

.fichaProducto .productoRecomendado {
    width: 60%;
    display: block;
    vertical-align: top;
    padding-top: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 0 0 1.5em;
    margin-top: 0;
    display: inline-block;
}

.detalleProducto .alertRecomendado {
    display: block;
    padding: 5px;
    font-size: 1.3em;
    background-color: #C1E4FA;
    color: #ffffff;
    text-align: center;
    margin-right: 1.0em;
    text-transform: uppercase;
}

.fichaProducto .productoRecomendado .col1 {
    width: 35%;
    margin-top: 5px;
    float: left;
    margin-right: 10px;
}

.fichaProducto .productoRecomendado .col2 {
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8em;
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

.fichaProducto .productoRecomendado .imagen {
    width: 94%;
    height: 15.5rem;
    display: list-item;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #E8E8E8;
    padding: 5px;
    line-height: 12.5rem;
    position: relative;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.fichaProducto .productoRecomendado .imagen img {
    max-width: 100%;
    max-height: 100%;
    float: none;
    margin: 0;
    vertical-align: middle;
}

.fichaProducto .productoRecomendado .caract {
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7em;
}

.fichaProducto .productoRecomendado .caract p {
    font-size: 13px;
    font-size: 1.2rem;
    color: #000;
    line-height: 1.1em;
    font-weight: normal;
    padding: 7px 0 0 0;
}

.fichaProducto .productoRecomendado h2 {
    color: #000;
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 0.3em;
    font-weight: normal;
    text-decoration: none;
}

.fichaProducto .productoRecomendado .marca {
    display: block;
}

.fichaProducto .productoRecomendado .marca img {
    height: auto;
    width: auto;
}

.fichaProducto .productoRecomendado .acciones {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    width: 23%;
}

.fichaProducto .productoRecomendado .acciones .verProducto {
    display: block;
    padding: 1.0rem 2.0rem;
    background-color: #0074BD;
    border-radius: 5px;
    margin: 0.1rem 0 0.6rem 0;
    text-decoration: none;
    color: #FFF;
    font-size: 1.2rem;
    font-size: 12px;
}

.fichaProducto .productoRecomendado .acciones .verProducto:hover {
    background-color: #AEDDFA;
    color: #0074BD;
}

.fichaProducto .productoRecomendado .acciones .botonComprar {
    border: none;
    background: #F1C400;
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    padding: 11px 12px 5px 18px;
    position: relative;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    font-weight: bold;
    margin: 0 0 5px 0;
    float: left;
}

.fichaProducto .productoRecomendado .acciones .ver {
    width: 100%;
}

.fichaProducto .productoRecomendado .acciones .btn {
    width: 100%;
}

.fichaProducto .productoRecomendado .acciones .bloquePrecio {
    text-align: left;
    width: 100%;
    padding: 0;
    margin: 15px 0 20px 0
}

.fichaProducto .productoRecomendado .acciones .bloquePrecio .descuento {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    display: block;
    margin-bottom: 3px;
    text-align: right;
}

.fichaProducto .productoRecomendado .acciones .bloquePrecio .precioProducto {
    color: #000;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 2.5rem;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.fichaProducto .productoRecomendado .acciones .bloquePrecio .iva {
    color: #626767;
    font-size: 10px;
    font-size: 1.0rem;
    margin-bottom: 0px;
    padding: 0;
    line-height: 1.0rem;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.fichaProducto .productoRecomendado .marca img,
.fichaProducto .productoNoStock .marca img {
    height: auto;
    width: inherit;
    max-width: 150px;
}

.fichaProducto .detalleProducto.productoRecomendado {
    border-right: none;
}



/* ***** MODAL PRODUCTO SIN STOCK  *** */

.semantic-content .modal-inner.noStock {
    margin-left: -450px;
    top: 175px;
    width: 100%;
    max-width: 900px;
    min-width: 280px;
}

.semantic-content .noStock header>h2 {
    font-size: 25px;
    font-size: 2.5rem;
    margin: 1.0em 0 0 0;
    background: url(../../images/ico-alert-roja.png) no-repeat 0 0;
    padding-left: 55px;
    padding-bottom: 15px;
    color: #E21515;
}

.semantic-content .noStock .modal-content {
    margin: 0 1.6rem;
}

.semantic-content .noStock .modal-content p {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 1.8em;
}

.productTab .semantic-content .modal-content{
    box-shadow: none;
    border:0px;
}

.semantic-content .noStock .modal-content .producto,
.productoNoStock {
    border: 1px solid #DCE6F0;
    padding: 22px 11px 6px;
    background: #FFF;
    margin-bottom: 10px;
}

.detalleProducto.productoRecomendado.productoNoStock.alternativa {
    border: none;
    border-right: 1px solid #c4c4c4;
}

.productoNoStock.noborder {
    border: none;
}

.productoNoStock.noborder .imagen img {
    opacity: 0.25;
}

.productoNoStock.noborder .detalleProducto {
    opacity: 0.25;
}

.productoNoStock {
    padding: 11px 11px 6px;
    margin-bottom: 10px;
    position: relative;
}

.productoNoStock .alert {
    font-size: 13px;
    font-size: 1.3rem;
    color: #0074BD;
    margin-bottom: 15px;
    padding: 5px;
    margin-left: 120px;
}

.productoNoStock.alternativa .alert {
    font-size: 15px;
    font-size: 1.5rem;
    color: #0074BD;
    margin-bottom: 15px;
    padding: 5px;
    display: inline-block;
    margin-left: 0px;
    vertical-align: top;
    font-weight: bold;
}

.productoNoStock .aviso {
    font-size: 22px;
    font-size: 2.2rem;
    color: #FFF;
    margin-bottom: 15px;
    padding: 8px 40px 8px 86px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    z-index: 995;
    top: 30%;
    background: #D32121 url(../../images/ico-alert.png) no-repeat 10px 0;
}

.noStock .especialista {
    display: block;
    width: 115px;
    height: 125px;
    position: absolute;
    z-index: 994;
    background: url(../../images/especialista2.png) no-repeat 0 0;
    top: -30px;
    right: -10px;
}

.productoNoStock .especialista {
    display: block;
    width: 115px;
    height: 125px;
    position: absolute;
    z-index: 994;
    background: url(../../images/especialista2.png) no-repeat 0 0;
    top: -35px;
}

.productoNoStock.alternativa .especialista {
    display: inline-block;
    width: 20%;
    height: 130px;
    position: relative;
    background: url(../../images/especialista2.png) no-repeat 0 0;
    top: 0;
    vertical-align: top;
    margin-left: 10px;
}

.productoNoStock.alternativa .botones {
    box-sizing: border-box;
    text-align: left;
    padding: 1.5rem 1.5rem 1.0rem 0;
    margin-left: 1.0rem;
    display: inline-block;
    width: 75%;
}

.productoNoStock .verProductoSimilar {
    color: #ffffff;
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    padding: 10px 50px 10px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #7fba22 url(../../images/arrow.png) no-repeat 200px 15px;
    width: 220px;
    text-decoration: none;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.productoNoStock .verProductoSimilar:hover {
    background-color: #364f0e;
}

.productoNoStock .enlaceProductos {
    color: #60ADE3;
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
}

footer .enlaceProductos {
    color: #60ADE3;
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
}

.semantic-content .noStock .modal-content .producto .imagen,
.productoNoStock .imagen {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 22.5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.semantic-content .noStock .modal-content .producto .imagen img,
.productoNoStock .imagen img {
    margin: 0 auto;
    max-width: 100%;
}

.semantic-content .noStock .modal-content .producto .txt,
.productoNoStock .txt {
    display: inline-block;
    width: 74.5%;
    padding-left: 1%;
    border-left: 1px solid #ADADAD;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: top;
}

.semantic-content .noStock .modal-content .producto .detalleProducto,
.productoNoStock .detalleProducto {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
    width: 42%;
    border-right: 1px solid #C4C4C4;
}

.productoNoStock .detalleProducto {
    width: 50%;
}

.semantic-content .noStock .modal-content .producto .detalleProducto h2 a,
.productoNoStock .detalleProducto h2 a {
    font-size: 15px;
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 1em;
    padding: 0 10px 0 0;
    display: inline-block;
}

.semantic-content .noStock .modal-content .producto .detalleProducto h2 a:hover,
.productoNoStock .detalleProducto h2 a:hover {
    color: #0074BD;
    text-decoration: none;
}

.semantic-content .noStock .modal-content .producto .oferta,
.productoNoStock .oferta {
    color: #EE2128;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
}

.semantic-content .noStock .modal-content .producto .detalleProducto p,
.productoNoStock .detalleProducto p {
    color: #3D3E42;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2em;
    width: 397px;
    margin-bottom: 0.4em;
}

.semantic-content .noStock .modal-content .producto .bloquePrecio,
.productoNoStock .bloquePrecio {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    margin-left: 1.0rem;
}

.semantic-content .noStock .modal-content .producto .bloquePrecio .descuento,
.productoNoStock .bloquePrecio .descuento {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 15px;
    color: #EE2128;
}

.semantic-content .noStock .modal-content .producto .bloquePrecio .precioProducto,
.productoNoStock .bloquePrecio .precioProducto {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 38px;
}

.semantic-content .noStock .modal-content .producto .bloquePrecio .iva,
.productoNoStock .bloquePrecio .iva {
    font-size: 10px;
    font-size: 1.0rem;
    padding: 0;
}

.semantic-content .noStock .modal-content .producto .botones,
.productoNoStock .botones {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    padding: 1.5rem 0 1rem;
    margin-left: 2.0rem;
}

.semantic-content .noStock .modal-content .producto .botones .botonComprar,
.productoNoStock .botones .botonComprar {
    border: none;
    background: #F1C400;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    padding: 11px 12px 11px 18px;
    position: relative;
}

.productoNoStock .botones.avisar {
    width: 46%;
    margin-left: 0;
    padding: 0 1.5rem 1.5rem 1.5rem;
    background: none;
}

.productoNoStock .botones.avisar .titSeccion {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0em 0 0.5em 0;
}

.productoNoStock .botones.avisar label {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0em 0 0.5em 0;
    font-style: italic;
    color: #999;
}

.productoNoStock .botones.avisar .campotexto {
    border: 1px solid #4074B9;
    border-radius: 3px;
    padding: 6px 4px;
    background: #FFF;
    width: 95%;
}

.productoNoStock .botones.avisar .inputCondiciones {
    display: none;
}


/*.productoNoStock .botones.avisar .contrato {display: block; float: left; clear: left; padding-top: 0.5em; min-width: 12em; padding-bottom: 0.5em; cursor: pointer;position: relative;margin-right: 15px;font-size: 13px;}
    .productoNoStock .botones.avisar .contrato:before {content: "";display: inline-block;width: 16px;height: 16px;margin-right: 10px;position: absolute;left: 0;bottom:2px;background-color: #FFF;border: 1px solid #4074B9;border-radius: 3px;}*/

.productoNoStock .botones.avisar .contrato a {
    color: #60ADE3;
    margin: 0;
    display: block;
    margin-left: 25px;
    font-size: 0.8em;
    text-align: left;
}

.productoNoStock .botones.avisar label {
    display: block;
    float: left;
    clear: left;
    padding-top: 1em;
    min-width: 12em;
    padding-bottom: 0;
}

.productoNoStock .botones.avisar .checkbox {
    float: left;
    margin-bottom: 10px;
}

.productoNoStock .verProducto.disponibilidad {
    background-color: #0074BD;
    clear: both;
}

.semantic-content .noStock .modal-content .producto .verProducto,
.productoNoStock .verProducto {
    display: block;
    padding: 1.0rem 2.0rem;
    background-color: #0074BD;
    border-radius: 5px;
    margin: 0.1rem 0 0 0;
    text-decoration: none;
    color: #FFF;
    font-size: 1.2rem;
    font-size: 12px;
    text-align: center;
}

.semantic-content .noStock .modal-content .producto .verProducto:hover,
.productoNoStock .verProducto:hover {
    background-color: #AEDDFA;
    color: #0074BD;
}

.semantic-content .noStock footer .link {
    font-size: 13px;
    font-size: 1.3rem;
    color: #0074BD;
}

.semantic-content .noStock footer .link:hover {
    color: #000;
    text-decoration: none;
}

.productoNoStock .botones.avisar .aceptarTerminos .checkbox {
    margin-top: 0px;
}



/* ***** responsive *** */

@media all and (max-width:1024px) {
    #modoEnvio .semantic-content .modal-inner {
        left: 1.5%;
        right: 1.5%;
        width: auto;
        margin-left: 0;
    }

    .carrito .listadoCarrito .paso1ColLeft .detalleProducto .imagen {
        display: none;
    }
    .carrito .listadoCarrito .paso1ColLeft .detalleProducto h2 {
        margin-left: 4%;
    }
}

@media all and (max-width:980px) {
    .listadoCarrito .paso1ColLeft h3,
    .listadoCarrito .paso1ColRight h3 {
        font-size: 1.2rem;
    }
}

@media all and (max-width:920px) {
    .listadoCarrito #modoEnvio div.descripcion {
        font-size: 1.3rem;
    }
    .listadoCarrito .como-enviar .tipo label {
        font-size: 1.6rem;
    }
    .listadoCarrito .paso1ColLeft .producto .detalleProducto h2 {
        max-width: 165px;
    }
    .carrito .listadoCarrito .subtotal {
        font-size: 2.5rem;
    }
    .carrito .listadoCarrito .bloquePrecio {
        width: 7em;
    }
    .carrito .listadoCarrito .bloquePrecio .precioProducto {
        font-size: 2rem;
    }
    .carrito .listadoCarrito .bloquePrecio .descuento {
        font-size: 1.3rem;
    }
    .semantic-content .modal-inner.noStock {
        margin-left: -445px;
        top: 175px;
        width: 100%;
        max-width: 880px;
        min-width: 280px;
    }
    .semantic-content .noStock .modal-content .producto .botones,
    .productoNoStock .botones {
        margin: 0;
    }
    .productoNoStock .detalleProducto {
        width: 45%;
    }
}

@media all and (max-width:853px) {
    .semantic-content .modal-inner.noStock {
        margin-left: -400px;
        top: 175px;
        max-width: 800px;
    }
    .semantic-content .noStock .modal-content .producto .detalleProducto {
        width: 38%;
    }
    .productoNoStock .detalleProducto {
        width: 45%;
    }
}

@media all and (max-width:800px) {
    .fichaProducto .productoRecomendado .acciones .botonComprar:before {
        content: none;
    }
    .semantic-content .modal-inner.noStock {
        margin-left: -370px;
        top: 175px;
        max-width: 740px;
    }
    .semantic-content .noStock .modal-content .producto .detalleProducto {
        width: 38%;
    }
}

@media all and (max-width:769px) {
    .listadoCarrito .paso1ColRight .checkbox input[type="checkbox"] {
        display: none;
    }
    .listadoCarrito .paso1ColLeft .checkbox input[type="checkbox"] {
        display: inline-block;
    }
    .listadoCarrito .paso1ColRight .checkbox label:before {
        content: "";
        display: block;
    }
    .semantic-content .noStock .modal-content .producto .detalleProducto,
    .productoNoStock .detalleProducto {
        width: 55%;
    }
    .semantic-content .noStock .modal-content .producto .bloquePrecio,
    .productoNoStock .bloquePrecio {
        width: 42%;
    }
    .semantic-content .noStock .modal-content .producto .botones,
    .productoNoStock .botones {
        clear: both;
        margin-top: 1.0rem;
        margin-left: 0;
    }
    .semantic-content .noStock .modal-content .producto .verProducto,
    .productoNoStock .verProducto {
        margin: 0.1rem 1.5rem 0 0;
        float: left;
    }
    .semantic-content .noStock .modal-content .producto .botones .botonComprar,
    .productoNoStock .botones .botonComprar {
        float: left;
        margin-top: 0;
    }
    .productoNoStock .botones.avisar {
        width: 100%;
        padding: 0px 0.5rem 1.5rem;
    }
    .productoNoStock .botones.avisar .campotexto {
        width: 50%;
        margin-left: 10px;
    }
    .productoNoStock .aviso {
        top: 25%;
    }
    .productoNoStock.noborder .detalleProducto {
        width: 100%;
        border: none;
    }

}

@media all and (max-width:768px) {
    .listadoCarrito .paso1ColLeft,
    .listadoCarrito .paso1ColRight {
        width: 100%;
        clear: both;
        height: auto;
    }
    .listadoCarrito .paso1ColRight {
        border: 1px solid #cecece;
        border-top: 0 none;
    }
    .carrito .listadoCarrito .instalacion {
        margin-left: 6px;
    }
    .listadoCarrito .paso1ColRight {
        margin-top: 3em;
    }

    .listadoCarrito .paso1ColRight>section {
        padding: 1.5% 0;
        width: 100%;
    }

    .listadoCarrito .paso1ColRight>section .como-enviar-detalles,
    .listadoCarrito .paso1ColRight h3 {
        width: 66%;
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
    .listadoCarrito .paso1ColRight h3:first-child,
    .listadoCarrito .paso1ColRight>section .como-enviar {
        width: 27%;
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
    .listadoCarrito .paso1ColRight>section .como-enviar {
        width: 28.5%;
    }

    .listadoCarrito #modoEnvio div.descripcion {
        padding-top: 0;
        padding-right: 0;
    }
    .listadoCarrito #modoEnvio #recogidaTienda .call-modal[href="#modal-text-como"] {
        margin-bottom: 1.2em;
    }

    .paso1ColRight #entregaTienda .tienda>* {
        display: inline-block;
        margin: 0 1.5em 0 0;
    }

    .paso1ColRight .semantic-content header>h2 {
        margin-top: 1em;
        font-size: 3rem;
    }
    .paso1ColRight #recogidaTienda #nueva-busqueda input[type="button"],
    .paso1ColRight #recogidaTienda .codigoPostal .type-button {
        bottom: 0;
        right: 1px;
        padding-top: 4px;
    }
    .paso1ColRight #recogidaTienda #nueva-busqueda input[type="button"] {
        bottom: 1px;
    }
}

@media all and (max-width:700px) {
    .paso1ColRight table.localizar-tienda tr {
        position: relative;
        display: block;
    }
    .paso1ColRight #modal-text-tiendas table td.recoger-tienda,
    .paso1ColRight #modal-text-tiendas2 table td.recoger-tienda {
        padding: 0;
        position: absolute;
        bottom: 5px;
        right: 0;
    }
    .listadoCarrito #modoEnvio #modal-text-tiendas table td.horario-tienda,
    .listadoCarrito #modoEnvio #modal-text-tiendas2 table td.horario-tienda {
        padding-bottom: 45px;
    }
    .paso1ColRight #modal-text-tiendas .recoger,
    .paso1ColRight #modal-text-tiendas2 .recoger {
        padding-top: 0.6em;
        padding-bottom: 0.6em;
        padding-left: 1.8em;
    }
    .paso1ColRight #modal-text-tiendas .recoger:before,
    .paso1ColRight #modal-text-tiendas2 .recoger:before,
    .paso1ColRight #modal-text-tiendas .recoger:hover:before,
    .paso1ColRight #modal-text-tiendas2 .recoger:hover:before,
    .pedidoPaso3 #modal-text-tiendas .recoger:focus:before,
    .pedidoPaso3 #modal-text-tiendas2 .recoger:focus:before {
        border-top-width: 0.5em;
        border-bottom-width: 0.5em;
        border-left-width: 0.6em;
        top: 9px;
    }
}

@media all and (max-width:690px) {
    .semantic-content .modal-inner.noStock {
        margin-left: 0;
        top: 175px;
        max-width: 642px;
    }
}

@media all and (max-width:640px) {
    .semantic-content .modal-inner.noStock {
        max-width: 586px;
    }
}

@media all and (max-width:600px) {
    .paso1ColRight .semantic-content header>h2 {
        font-size: 2.5rem;
        margin-top: 1.5em;
    }
    .listadoCarrito #modoEnvio #modal-text-tiendas table td:first-child,
    .listadoCarrito #modoEnvio #modal-text-tiendas2 table td:first-child {
        display: none;
    }
    .paso1ColRight #recogidaTienda #nueva-busqueda input[type="button"],
    .paso1ColRight #recogidaTienda .codigoPostal .type-button {
        bottom: 1px;
    }
    .fichaProducto .productoDescatalogado h2 {
        display: none;
    }
    .fichaProducto .productoDescatalogado {
        width: 100%;
        border-right: none;
        float: none;
    }
    .fichaProducto .productoRecomendado {
        width: 100%;
        border-right: none;
        float: none;
        clear: both;
        padding: 0 0 0 0.8em;
    }
    .fichaProducto .productoDescatalogado .col1 {
        width: 42%;
        margin-top: 0;
        float: left;
        margin-right: 0;
    }
    .fichaProducto .productoDescatalogado .imagen {
        width: auto;
        margin-bottom: 15px;
    }
    .fichaProducto .productoDescatalogado .col2 {
        width: 48%;
        height: 11.4rem;
        line-height: 1.5em;
        margin-top: 0;
    }
    .fichaProducto .productoRecomendado .col1 {
        width: 42%;
        margin-top: 0;
        float: left;
        margin-right: 0;
    }
    .fichaProducto .productoRecomendado .col2 {
        width: 56%;
        margin-top: 0;
    }
    .fichaProducto .productoRecomendado .imagen {
        width: auto;
    }
    .fichaProducto .productoRecomendado h2 {
        margin-top: 5px;
        margin-left: 25px;
        width: 62%;
    }
    .fichaProducto .productoRecomendado .caract {
        width: 97%;
        margin-top: 0;
        padding: 0 0 0 10px;
        height: 11.2rem;
    }
    .fichaProducto .productoRecomendado .acciones .ver {
        width: 42%;
        margin-right: 25px;
    }
    .fichaProducto .productoRecomendado .acciones .verProducto {
        float: right;
    }
    .fichaProducto .productoRecomendado .acciones .btn {
        width: 17%;
    }
    .fichaProducto .productoRecomendado .acciones {
        margin-bottom: 30px;
    }
    .semantic-content .modal-inner.noStock {
        margin-left: 0;
        top: 175px;
        max-width: 532px;
    }
    .semantic-content .noStock .modal-content .producto .bloquePrecio {
        width: 42%;
        border-left: none;
    }
}

@media all and (max-width:540px) {
    .listadoCarrito .paso1ColRight h3:first-child,
    .listadoCarrito .paso1ColRight>section .como-enviar {
        width: 43%
    }
    .listadoCarrito .paso1ColRight>section .como-enviar-detalles,
    .listadoCarrito .paso1ColRight h3 {
        width: 50%;
    }
    .listadoCarrito .paso1ColRight>section .como-enviar {
        width: 43.5%;
    }
}

@media all and (max-width:480px) {
    .listadoCarrito .paso1ColLeft .producto .detalleProducto h2 {
        max-width: 100%;
    }
    .listadoCarrito #como-enviar>.tipo {
        font-size: 1.5rem;
    }
    .paso1ColRight #modal-text-tiendas table td,
    .paso1ColRight #modal-text-tiendas2 table td {
        display: block;
    }
    .paso1ColRight .semantic-content .modal-content {
        max-height: 80vh;
    }
    .fichaProducto .productoDescatalogado .col2 {
        height: 12.5rem;
    }
    .fichaProducto .productoRecomendado .marca {
        float: none;
        width: 100%;
    }
    .fichaProducto .productoRecomendado .marca img {
        float: left;
        margin-left: 20px;
    }
    .fichaProducto .productoRecomendado h2 {
        margin-top: 0;
        margin-left: 25px;
        width: 91%;
    }
    .fichaProducto .productoRecomendado h2 {
        height: 2em;
    }
    .fichaProducto .productoRecomendado .caract {
        height: 9.6rem;
    }
    .fichaProducto .productoRecomendado .acciones .bloquePrecio {
        border-left: none;
    }
    .fichaProducto .productoRecomendado .acciones .bloquePrecio {
        width: 31%;
    }
    .fichaProducto .productoRecomendado .acciones .btn {
        width: 20%;
    }
    .fichaProducto .botonComprar:before {
        display: block;
    }
    .semantic-content .noStock .modal-content .producto .botones,
    .productoNoStock .botones {
        clear: both;
        margin-top: 3rem;
        margin-left: 0px;
        width: 100%;
    }
    .semantic-content .noStock .modal-content .producto .botones .botonComprar,
    .productoNoStock .botones .botonComprar {
        float: none;
        margin-top: 0px;
        padding: 11px 12px 13px 18px;
    }
    /*Product Description YoutubeVideo and Icon*/
    .youtubeInicial{
      visibility: hidden;
      position: absolute;
      width: 100%;
      height: 48%;
      left: 3%;}
    .youTubeIcono{
      height: 100%;
      right: 41%;
      background:url(../../images/Euronics/playEuronics.png);
      background-size: contain;
      background-repeat: no-repeat;
      cursor: pointer;
      top: 80%;
      margin-top: 8% !important;
    }
}

@media all and (max-width:800px) {
 .responsive.carrito a {
        width: 40px;background-position: 0px 60px;height: 90px;
    }
    .responsive.buscador a{
        width: 40px;background-position: 0px 60px;height: 90px;
    }
}
@media all and (max-width:464px) {
    .semantic-content .noStock .modal-content .producto .imagen,
    .productoNoStock .imagen {
        float: none;
        width: 100%;
    }
    .semantic-content .noStock .modal-content .producto .txt,
    .productoNoStock .txt {
        float: none;
        width: 100%;
        padding-left: 0;
        border-left: none;
    }
    .semantic-content .noStock .modal-content .producto .detalleProducto,
    .productoNoStock .detalleProducto {
        width: 100%;
        border-right: none;
        text-align: center;
        float: none;
    }
    .semantic-content .noStock .modal-content .producto .detalleProducto p,
    .productoNoStock .detalleProducto p {
        width: 100%;
    }
    .semantic-content .noStock .modal-content .producto .bloquePrecio,
    .productoNoStock .bloquePrecio {
        width: 100%;
        text-align: center;
        border-left: none;
    }
    .semantic-content .noStock .modal-content .producto .verProducto,
    .productoNoStock .verProducto {
        display: none;
    }
    .productoNoStock .verProducto.disponibilidad {
        display: block;
    }
    .semantic-content .modal-inner.noStock {
        top: 85px;
    }
    .productoNoStock .botones.avisar .titSeccion {
        text-align: center;
    }
    .productoNoStock .botones.avisar label,
    .productoNoStock .botones.avisar .campotexto {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .productoNoStock .botones.avisar label {
        display: inline-block !important;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
    .productoNoStock .botones.avisar .aceptarTerminos {
        text-align: center;
        margin: 0px auto;
        clear: both;
        width: 53%;
    }
    .productoNoStock .aviso {
        top: 20%;
        width: 45%;
        text-align: center;
    }
    .responsive.carrito a {
        width: 40px;
    }
    header .logo a,
    header h1.logo a {
        background-size: 100% auto;
        height: 60px;
        width: 120px;
    }
    .responsive.menu a {
        background-position: 0px -1px;
        color: #FFFFFF;
        display: table-cell;
        line-height: 0px;
        vertical-align: bottom;
        text-decoration: none;
        height: 34px;
        background-position: 2px 0px;
        padding-top: 10px;
        font-size: 15px;
    }
    .responsive.buscador,
    .responsive.carrito,
    .responsive.logout {
        padding: 0px;
    }
    .responsive.buscador a {
        background-size: 25px;
    }
    .responsive.carrito a {
        background-size: 27px;
    }
}

@media all and (max-width:400px) {
    .paso1ColRight #recogidaTienda #nueva-busqueda input[type="button"],
    .paso1ColRight #recogidaTienda .codigoPostal .type-button {
        padding-bottom: 15px;
    }
    .paso1ColRight #modal-text-tiendas table p,
    .paso1ColRight #modal-text-tiendas2 table p {
        margin-bottom: 0;
    }
    .paso1ColRight #modal-text-tiendas table td.horario-tienda,
    .paso1ColRight #modal-text-tiendas2 table td.horario-tienda {
        padding-top: 0;
        padding-bottom: 35px;
    }
    .fichaProducto .productoDescatalogado .col1 {
        width: 99%;
        float: none;
    }
    .alertDescatalogado {
        margin-right: 0.3em;
    }
    .fichaProducto .productoDescatalogado .col2 {
        width: 91%;
        height: 7.5rem;
        margin-bottom: 20px;
        text-align: center;
    }
    .fichaProducto .productoDescatalogado .imagen {
        margin-bottom: 0;
    }
    .fichaProducto .productoRecomendado .col1 {
        width: 96.5%;
        margin-top: 0;
        float: none;
        margin-right: 0;
    }
    .fichaProducto .productoRecomendado .col2 {
        width: 97%;
        margin-top: 0;
        text-align: center;
        height: auto;
    }
    .fichaProducto .productoRecomendado .marca img {
        float: none;
        margin-left: 0;
    }
    .fichaProducto .productoRecomendado .acciones {
        position: relative;
        clear: both;
    }
    .fichaProducto .productoRecomendado .acciones .ver {
        width: 65%;
        margin-right: 0;
        position: absolute;
        top: -192px;
        z-index: 9999;
        display: none;
    }
    .fichaProducto .productoRecomendado .acciones .bloquePrecio {
        width: 50%;
        margin-top: 15px;
    }
    .fichaProducto .productoRecomendado .acciones .btn {
        width: 45%;
        margin-top: 10px;
    }
    .fichaProducto .productoRecomendado .acciones .botonComprar {
        padding: 15px 35px 15px 35px;
        margin-left: 15px;
    }
    .semantic-content .noStock .modal-content .producto .imagen {
        float: none;
        width: 100%;
    }
    .semantic-content .noStock .modal-content .producto .txt {
        float: none;
        width: 100%;
        padding-left: 0;
        border-left: none;
    }
    .semantic-content .noStock .modal-content .producto .detalleProducto {
        width: 100%;
        border-right: none;
        text-align: center;
        float: none;
    }
    .semantic-content .noStock .modal-content .producto .detalleProducto p {
        width: 100%;
    }
    .semantic-content .noStock .modal-content .producto .bloquePrecio {
        width: 100%;
        text-align: center;
        border-left: none;
    }
    .semantic-content .noStock .modal-content .producto .verProducto {
        display: none;
    }
    .semantic-content .modal-inner.noStock {
        top: 85px;
    }
}


/*-------------CABECERA INTERIOR */

header .gris .wrap.plataformaAzul {
    background: #f9f9f9;
    filter: none;
    padding: 0rem 0rem 1rem 0rem;
    display: block;
    width: 100%;
    margin: auto;
}

header .plataformaAzul .logo a {
    background: url(../../images/plataforma-azul-logo.png) no-repeat 0 0 transparent;
    width: 270px;
    display: block;
    height: 122px;
    text-indent: -99999px;
}

header .plataformaAzul .logoEuronics {
    background: url(../../images/logo-euronics.png) no-repeat 0 0 transparent;
    width: 165px;
    display: block;
    height: 70px;
    text-indent: -99999px;
    float: right;
    margin-top: 6px;
}

header .plataformaAzul p.eslogan {
    width: 45%;
    float: left;
    font-size: 15px;
    font-size: 1.5rem;
    color: #6f7c8a;
    text-align: left;
    margin-left: 8%;
}

header .plataformaAzul .menuCat2 {
    clear: left;
    position: absolute;
    width: 215px;
    top: 115px;
    display: inherit;
}

header .plataformaAzul p.bienvenido {
    color: #000;
    float: right;
    font-size: 1.4rem;
    font-size: 14px;
    padding: 2rem 10px 0 0rem;
    text-align: right;
    width: 60%;
    font-weight: 800;
}


/*-------------RESPONSIVE */

@media all and (max-width: 811px) {
    header .plataformaAzul p.eslogan {
        padding: 4rem 0px 0.5rem;
    }
}

@media all and (max-width: 769px) {
    header .plataformaAzul .logo,
    header .plataformaAzul h1.logo {
        padding: 0;
        min-width: 177px;
        padding: 0;
        width: 49%;
    }
    header .plataformaAzul .logoEuronics {
        float: left;
        margin-left: 9px;
    }
    header .plataformaAzul .menuCat2 {
        display: none;
    }
}

@media all and (max-width:540px) {
    header .gris .wrap.plataformaAzul {
        padding: 0 1rem 0 0;
    }
}

@media all and (max-width:460px) {
    header .plataformaAzul .logoEuronics {
        display: none;
    }
}





/***********************DESPLEGABLE ********************************************/

.descripcion-listado-productos {
    font-family: 'Euronics', Arial, sans-serif;
    padding: 5px
}

.descripcion-listado-productos p {
    font-size: 15px;
    padding: 20px 0;
    line-height: 18px;
}

.descripcion-listado-productos h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

.descripcion-listado-btn-mas,
.descripcion-listado-btn-menos {
    padding: 15px;
    margin: 15px 0;
    background-color: #FFF;
    border: 0px solid #E8EBF2;
    color: #000;
    font-size: 14px;
    font-family: 'Euronics', Arial, sans-serif;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-weight: bold;
    width: 100%;
    text-align: left;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.07);
}

.descripcion-listado-btn-mas {
    background-image: url(../../images/expandir-listado.png);
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 20px;
}

.descripcion-listado-btn-menos {
    text-align: center;
    color: #6FC7D3;
    background-image: url(../../images/contraer-listado.png);
    background-repeat: no-repeat;
    background-position: 55%;
    background-size: 20px;
    width: 100%
}

.descripcion-listado-btn-mas:hover,
.descripcion-listado-btn-menos:hover {
    background-color: #E8EBF2;
    border: 1px solid #F7F7F7;
}

.descripcion-listado-texto {
    display: none;
    width: 100%;
    background-color: #fff;
}

.caracteristicas{
  width: 96%;
}

@media (max-width: 1280px) {
    /*.marcas-euronics{margin-left: 50%;}*/
   /* .texto-marcas-euronics{margin-top: 40px;
    }*/
}

@media all and (max-width:1024px) {
    .descripcion-listado-btn-menos {
        background-position: 67%;
    }

    .descripcion-listado-btn-mas {
        background-position: 99%;
    }
}


/* ****dofinder**** */

.df-classic {
    font-family: 'Euronics', Arial;
}

.df-classic .df-card {
    border: 5px solid #eee!important;
}

.df-classic .df-card__title {
    color: #1D428A;
}

.df-classic .df-card__price {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    font-weight: 400;
    color: #005B8B;
    font-size: 3rem;
    letter-spacing: -0.05em;
    width: 100%;
}

#doofinder-facets #hck-facets .hck-facet.hck-facet-range>.hck-facet-title {
    background-color: #DCE6F0!important;
}

#doofinder-facets #hck-facets .hck-facet>.hck-facet-title {
    background-color: #DCE6F0!important;
}

#doofinder-header {
    background-color: #DCE6F0!important
}

#doofinder-results #doofinderLogo {
    display: none;
}

#doofinder-facets {
    background-color: #FAFAFA;
}

#helpck-results ul.GridView li {
    min-height: 200px!important;
}

#doofinder {
    border: 1px solid #cccccc!important;
}

.df-panel__title {
    background: #DCE6F0!important;
    color: #0059BC!important;
}

.df-panel .irs-from,
.df-panel .irs-single,
.df-panel .irs-to {
    background: #2260A4!important;
}

.df-classic[data-layout=grid] .df-card {
    width: 250px!important;
}


/* ****Paginas estaticas**** */

#frigorias1 a:link {
    background-color: #b1dfec;
    color: #000;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

#frigorias1 a:hover {
    background-color: #000;
    color: #fff;
}

#frigorias1 {
    width: 33%;
    float: left;
    text-align: center;
    min-width: 250px;
    margin-bottom: 40px;
}

#frigorias2 a:link {
    background-color: #6897a4;
    color: #FFF;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

#frigorias2 a:hover {
    background-color: #000;
    color: #fff;
}

#frigorias2 a {
    color: #fff;
}

#frigorias2 {
    width: 33%;
    float: left;
    text-align: center;
    min-width: 250px;
    margin-bottom: 40px;
}

#frigorias3 a:link {
    background-color: #306878;
    color: #FFF;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

#frigorias3 a:hover {
    background-color: #000;
    color: #fff;
}

#frigorias3 a {
    color: #fff;
}

#frigorias3 {
    width: 33%;
    float: left;
    text-align: center;
    min-width: 250px;
    margin-bottom: 40px;
}

.bkgcalculadora {
    background: url(../../userfiles/file/fondo-frigorias.jpg);
    min-height: 700px;
}

.calculadorah1 {
    padding: 20px 0 20px 20px;
}

.calculadorap {
    padding: 0px 10% 0px;
}

.calculadorap2 {
    padding: 0px 10% 20px;
}

.calculadorasc {
    width: 100%;
    text-align: left;
}

.calc1col {
    width: 100%;
    float: left
}

.calc1coli {
    width: 100%;
    float: left;
    text-align: right;
}

.calc2col {
    width: 50%;
    float: left
}

.calc2coli {
    width: 50%;
    float: left;
    text-align: right;
    padding-top: 7px;
}

.calcmapa {
    width: 50%;
    float: left;
    text-align: left;
    padding-top: 75px;
}

.calc2colfrigo {
    width: 50%;
    float: left;
    text-align: right;
    padding-top: 5px;
    font-size: 20px;
}

.calch3 {
    padding: 50px 0 50px 20px;
    font-size: 18px;
}

.calch3div {
    width: 100%;
    float: left;
    text-align: center;
}

input#ancho.campo {
    width: 140px;
    border: 1px solid #4074b9;
    margin-bottom: 5px;
    border-radius: 3px;
    padding: 6px 4px;
    background: #fff;
    margin-left: 10px
}

input#alto.campo {
    width: 140px;
    border: 1px solid #4074b9;
    margin-bottom: 5px;
    border-radius: 3px;
    padding: 6px 4px;
    background: #fff;
    margin-left: 10px
}

select#region {
    border: 1px solid #4074b9;
    border-radius: 3px;
    padding: 6px 4px;
    background: #fff;
}

input#maximo.campo {
    width: 140px;
    border: 1px solid #4074b9;
    border-radius: 3px;
    padding: 6px 4px;
    background: #fff;
    margin-left: 10px;
}

input#minimo.campo {
    width: 140px;
    border: 1px solid #4074b9;
    border-radius: 3px;
    padding: 6px 4px;
    background: #fff;
    margin-left: 10px;
}


.retirada {
    clear: both;
    padding-left: 32px;
    padding-top: 25px;
}

.bodyCompra.paso3 table h2.detalleProductoGarantia {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0;
    padding-left: 10px;
    font-size: 14px;
}

.retirada .retirada_moreInfo {
    position: relative;
    display: inline-block;
}


.retirada .retirada_moreInfo .retirada_moreInfo_layer,
.retirada .retirada_moreInfo .retirada_moreInfo_detail {
    display: none;
}

.retirada .retirada_moreInfo .retirada_moreInfo_layer {
    margin-top: 0px;
    float: left;
    position: absolute;
    top: -9px;
    left: 22px;
    background-color: #fff;
    border: 1px solid #DFDFDF;
    padding: 10px;
    min-width: 300px;
    line-height: 14px;
    line-height: 14px;
    display: none;
    text-indent: 0px;
    z-index: 999;
    font-size: 10px;
}

.retirada .retirada_moreInfo .retirada_moreInfo_layer .list_moreInfo {
    list-style-type: circle;
    list-style-position: inside;
    clear: both;
    margin-left: 21px;
}

.retirada .retirada_moreInfo .retirada_moreInfo_layer .link_moreInfo {
    color: black;
}

.retirada .retirada_moreInfo .retirada_moreInfo_layer .link_moreInfo:hover {
    color: #001576;
}

.retirada .retirada_moreInfo .retirada_moreInfo_layer .text_moreInfo {
    margin: 0;
    font-size: 9px;
    float: none;
}

.retirada .retirada_moreInfo .retirada_moreInfo_layer .list_moreInfo .element_list_moreInfo {
    list-style-type: circle;
    list-style-position: inside;
    border: none;
    margin: 0;
    font-size: 9px;
}

.retirada .retirada_moreInfo .retirada_moreInfo_detail {
    margin-top: 0px;
    float: left;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 1px;
    left: 13px;
    background-image: url(https://www.euronics.es/estaticos/images/triangulo.png);
    display: none;
    z-index: 999;
}


@media (max-width: 600px) {
    .bloquesconfianza{width: 50%;margin-bottom: 20px;}
  	.bloquesconfianza2{width: 100%;margin-bottom: 0px;}
  	h2.textoconfianza{font-weight: 100; padding-right: 10px;font-size: 12px;}
    .retirada {
        position: relative;
    }
    .retirada .retirada_moreInfo {
        position: static;
    }
    .retirada .retirada_moreInfo .retirada_moreInfo_layer {
        position: absolute;
        top: 49px;
        min-height: 164px;
        left: 0;
        width: auto;
    }
    .fichaProducto .carrusel {
        display: block;
        width: 100%;
        margin-top: 1%;
        min-height: 350px;
        border: 0px;
        height: auto !important;
    }
}



#menuNavegacion ul.MenuBarHorizontal ul {
    display: none;
}

#menuNavegacion ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
    display: block;
}

#menuNavegacion ul.MenuBarHorizontal ul.MenuBarSubmenuVisible li {
    height: 4.2rem;
}

.container-header{
  width: 100%;
  position: absolute;
  top: -50px;
}

/*ETIQUETAS EN ZONA SUPERIOR DE LOS LISTADOS*/

.listadoBody .producto .container-etiequetas-header {
  width: 100%;
  position: absolute;
  top: -32px;
  margin-left: -8px;
  height: 100px;
  display: table-cell;
  vertical-align: bottom;
}

/*Semana Extra*/
#capaResultadoListadoProductos .listadoBody #itemContainer .producto p.producto_recomendado{
  display: inline-block;
  color: #fa012d;
  border: 1px solid #fa012d;
  background: transparent;
  font-weight: bold;
  font-size: 10px;
  padding: 4px;
}

.listadoBody .producto .container-etiequetas-semana {
  position: absolute;
  margin-top: 35px;
  float: left;
  z-index: 10;
  display: inline-block;
}

.listadoBody .producto .container-etiequetas-promo {

}

.listadoBody .producto .container-etiequetas-promo .promocion {
    display: inline-block;
    color: white;
    width: auto !important;
    box-sizing: border-box;
    text-align: left;
    float: left;
    font-size: 13px;
    padding: 6px 8px;
    margin-top: 0px;
    margin-right: 3px;
    background: #1D428A;
    position: relative;
    border-radius: 3px;
    z-index: 10;
    text-transform: uppercase;
    font-weight: 700;
}
.listadoBody .producto .container-etiequetas-promo .oferta {
    display: inline-block;
    color: white;
    width: auto !important;
    box-sizing: border-box;
    text-align: left;
    float: left;
    font-size: 13px;
    padding: 6px 8px;
    margin-top: 0px;
    margin-right: 3px;
    background: #E63422;
    position: relative;
    border-radius: 3px;
    z-index: 10;
    text-transform: uppercase;
    font-weight: 700;
}

.listadoBody .producto .container-etiequetas-novedad{
    margin-bottom: 4px;
    float: left;
    margin-right: 3px;
    text-transform: uppercase;
}

.listadoBody .producto .container-etiequetas-oferta{
  margin-top: 168px;
  position: absolute;
  right: 0;
  z-index: 10;
}

.listadoBody .producto .container-etiequetas-promoContainer .custom_text {
  display: inline-block;
  color: #1D428A;
  border: 2px solid #1D428A;
  width: auto !important;
  box-sizing: border-box;
  text-align: left;
  float: left;
  font-size: 13px;
  padding: 3px 12px;
  margin-top: 5px;
  margin-right: 10px;
  position: relative;
  border-radius: 3px;
  z-index: 10;
}

.container-etiequetas-especialista{
    margin-top: 5px;
    position: absolute;
}
/*FIN ETIQUETAS EN ZONA SUPERIOR DE LOS LISTADOS*/

.euronics-layout-reponsive,
.swipe-labels {
    display: none;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto .content .txt .bloquePrecio .envioGratuito {
    display: inline-block;
    color: white;
    background: #1D428A;
    font-weight: bold;
    font-size: 12px;
    float: right;
    padding: 4px;
    margin-top: -78px;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .bloquePrecio .precioProducto,
#capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .bloquePrecio .descuento .precioProducto {
    font-size: 24px;
    font-weight: 500;
    color: #1D428A;
    margin: 5px;
    text-align: right;
    display: inline-block;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .bloquePrecio .precioProducto {
    color: #000d79;
    display: block;
    padding-top: 25px;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .bloquePrecio .descuento .porcentajeDescuento {
    background-color: #1D428A;
    font-size: 14px;
    color: #fff;
    padding: 5px;
}

.filtros-lateral .icon-close-menu {
    display: none;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .bloquePrecio .descuento .precioAnterior {
    font-size: 15px;
    color: #979797;
    position: relative;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .bloquePrecio .descuento .precioAnterior:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #979797;
    display: inline-block;
    top: 50%;
    left: 0;
    transform: rotate(-10deg);
}

#capaResultadoListadoProductos .wrap .filtrosLaterales+.listadoBody {
    width: 80%;
}

#capaResultadoListadoProductos .listadoHeader .filtros {
    width: 100%;
    text-align: right;
}

#capaResultadoListadoProductos .listadoHeader .holder,
#capaResultadoListadoProductos .listadoHeader .filtros {
    display: inline-block;
    text-align: right;
    margin-top: 1em;
    font-size: 14px;
    font-family: 'Euronics';
}

#capaResultadoListadoProductos .listadoHeader .filtros .filtro-ordenar {
    border: 1px solid #ccc;
    padding: 10px;
}

#capaResultadoListadoProductos .listadoHeader .filtros label {
  margin-right: 30px;
  float: right;
  border: 1px solid #ccc;
  padding: 8px;
}

#capaResultadoListadoProductos .listadoHeader .holder label,
#capaResultadoListadoProductos .listadoHeader .filtros label {
    margin-right: 30px;
}

#capaResultadoListadoProductos .listadoHeader .filtros label.filtro-ordenadr {
    margin-right: 0;
}

#capaResultadoListadoProductos .listadoHeader .filtros .filtro-resultados {
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto.oferta p.especialista,
#capaResultadoListadoProductos .listadoBody #itemContainer .producto.envioGratis p.especialista,
#capaResultadoListadoProductos .listadoBody #itemContainer .producto .producto_recomendado {
    display: inline-block;
    color: #fa012d;
    border-top: 2px solid #fa012d;
    border-right: 2px solid #fa012d;
    border-left: 2px solid #fa012d;
    background: transparent;
    font-weight: bold;
    font-size: 13px;
    padding: 11px;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto.oferta p.novedad,
#capaResultadoListadoProductos .listadoBody #itemContainer .producto.especialista p.novedad,
#capaResultadoListadoProductos .listadoBody #itemContainer .producto p.novedad,
#capaResultadoListadoProductos .listadoBody #itemContainer .producto.envioGratis p.novedad{
    display: inline-block;
    color: #1D428A;
    background: #F1C400;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 14px;
    left: 0;
    border-radius: 5px;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto .imagen img {
    -o-object-fit: cover;
    object-fit: cover;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto .imagen {
    min-height: 221px;
    max-height: 100%;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .bloquePrecio .iva {
    display: none;
}

.botonNovedad{
  background: #F1C400;
  color: #000;
  padding: 10px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  margin-top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0;
  border: 0;
}

.botonNovedad:hover{
  background: #90C9FF;
}

.listadonuevo {
    font-size: 0;
}

.wrap .filtrosLaterales {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.wrap .filtrosLaterales .checkListado label a {
    color: #000;
    text-decoration: none;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Euronics', sans-serif;
}

.wrap .filtrosLaterales .checkListado label:before {
    border-radius: 0;
    border: 1px solid #A9A9A9;
}

.wrap .filtrosLaterales h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px;
}

.wrap .listadoBody {
    width: 80%;
    display: inline-block;
}

.wrap .listadoBody #itemContainer {
    width: 100%;
}

.menu-desktop {
    display: block;
}

.menu-mobile {
    width: 100%;
    height: 100vh;
    display: none;
    position: absolute;
    left: -100%;
    top: 0;
    transition: left .3s ease-in;
}

.menu-mobile.menu-mobile-open {
    left: 0;
    transition: left .3s ease-in;
}

.menu-mobile-container {
    width: 90%;
    display: inline-block;
    padding: 40px 60px;
}

.menu-mobile-element {
    display: block;
    margin: 15px 0;
}

.menu-mobile-text {
    font-size: 15px;
    color: #000;
}

.submenu-mobile-container {
    width: 60%;
}

.submenu-mobile-text {
    font-size: 15px;
    color: #000;
}

@media all and (max-width: 767px) {

  .listadoBody .producto .container-etiequetas-header {
    top: 5px;
    height: 50px;
  }
    .menu-desktop {
        display: block;
    }
    .menu-mobile {
        display: block;
    }
    .layout-reponsive {
        display: block;
        width: 90%;
        margin: 10px auto;
        font-size: 0;
    }
    #capaResultadoListadoProductos .wrap .filtrosLaterales+.listadoBody {
        width: 100%;
    }
    #capaResultadoListadoProductos .listadoHeader .filtros .filtro-ordenar select {
        width: 70%;
    }
    .layout-responsive-icon {
        width: 50%;
        display: inline-block;
        text-align: right;
    }
    .icon-layout {
        width: 24px;
        height: 24px;
        display: inline-block;
        cursor: pointer;
    }
    .icon-layout-normal-white {
        display: none;
        margin-right: 0;
    }
    .icon-layout-grid-grey {
        display: none;
        margin-right: 10px;
    }
    .icon-layout-grid-white {
        margin-right: 10px;
    }
    #itemContainer .detalleProducto p {
        display: block !important;
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .detalleProducto .brand {
        display: block !important;
        text-align: right;
        margin-bottom: 10px;
    }
    #capaResultadoListadoProductos .listadoHeader .filtros {
        font-size: 0;
    }
    #capaResultadoListadoProductos {
        background-color: #F3F3F3;
    }
    #capaResultadoListadoProductos .listadoHeader .wrap {
        padding: 0;
    }
    #capaResultadoListadoProductos .listadoHeader .wrap .borde {
        padding: 0;
        border: 0;
        overflow: visible;
    }
    #capaResultadoListadoProductos .listadoHeader .descripcion-listado-productos {
        padding: 0;
        margin-bottom: 20px;
    }
    #capaResultadoListadoProductos .listadoHeader .descripcion-listado-productos .dcha {
        background-color: #EAEAEA;
        text-align: center;
        padding: 10px;
    }
    #capaResultadoListadoProductos .listadoHeader .descripcion-listado-productos .dcha h1 {
        text-transform: uppercase;
        font-weight: bold;
        width: 100%;
        text-align: center;
    }
    #capaResultadoListadoProductos .listadoHeader .descripcion-listado-productos .dcha p {
        display: none;
    }
    .listadoBody #itemContainer .producto .imagen {
        width: 50%;
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer .producto .imagen{
        width: 50%;
        margin-top: 40px;
    }
    .listadoBody #itemContainer .producto .imagen img {
    }
    .filtros-lateral .icon-close-menu {
        display: inline-block;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 10px;
        right: 20px;
        cursor: pointer;
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer .producto .imagen img {
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt {
        width: 50%;
        margin-top: 0px;
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer.layout-responsive .producto.oferta p.especialista,
    #capaResultadoListadoProductos .listadoBody #itemContainer.layout-responsive .producto.envioGratis p.especialista {
        padding: 2px;
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer.layout-reponsive .producto.oferta .txt .bloquePrecio .descuento .porcentajeDescuento {
        padding: 2px;
    }
    .swipe-labels {
        display: inline-block;
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        margin: 10px;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .swipe-labels-elements {
        font-size: 14px;
        border: 1px solid #9B9B9B;
        padding: 15px;
        color: #000;
        border-radius: 100px;
        display: inline-block;
        text-decoration: none;
        margin-right: 15px;
    }
    .swipe-labels-elements.selected {
        border-color: #000d79;
        border: 1px solid #000d79;
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer.layout-responsive .producto .txt .bloquePrecio .precioProducto,
    #capaResultadoListadoProductos .listadoBody #itemContainer.layout-responsive .producto .txt .bloquePrecio .descuento .precioProducto {
        font-size: 16px;
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .bloquePrecio .descuento {
        font-size: 20px;
    }
    #capaResultadoListadoProductos .listadoHeader .filtros .filtro-ordenar,
    #capaResultadoListadoProductos .listadoHeader .filtros-lateral.responsive {
        width: 50%;
        display: inline-block;
        margin-right: 0;
        font-size: 14px;
        border: 1px solid #ccc;
        height: 42px;
        vertical-align: top;
        padding: 10px;
        box-sizing: border-box;
    }
    #capaResultadoListadoProductos .listadoHeader .filtros-lateral.responsive span {
        display: inline-block;
        vertical-align: middle;
    }
    #capaResultadoListadoProductos .listadoHeader .filtros-lateral.responsive {
        border-left: 0;
    }
    .listadoHeader .filtros p {
        display: block;
        font-size: 16px;
    }
    #capaResultadoListadoProductos .listadoHeader .filtros label {
        float: none;
    }
    .listadoHeader .filtros {
        float: none;
    }
    #capaResultadoListadoProductos .listadoHeader .filtros .filtro-resultados {
        display: none;
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .detalleProducto p {
        font-size: 13px;
        color: #4A4A4A;
        margin-bottom: 5px;
    }
    .wrap .listadoBody,
    .wrap .filtrosLaterales {
        width: 100%;
    }
    .wrap .listadoBody #itemContainer {
        margin: 0;
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer li {
        width: 90%;
        margin: 10px auto !important;
        display: block;
        background-color: #fff;
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer.layout-responsive li {
        width: 45%;
        display: inline-block;
        margin: 15px 2.5% !important;
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .detalleProducto h2 a {
        min-height: initial;
    }
    #itemContainer .producto .detalleProducto h2 a {
        font-size: 16px;
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .bloquePrecio .precioProducto, #capaResultadoListadoProductos .listadoBody #itemContainer .producto .txt .bloquePrecio .descuento .precioProducto {
        font-size: 30px;
        font-weight: 700;
    }
    #capaResultadoListadoProductos .listadoHeader .descripcion-listado-productos .descripcion-listado-btn-mas {
        padding: 10px;
        margin-top: 20px;
    }
    #capaResultadoListadoProductos .listadoHeader .descripcion-listado-productos .descripcion-listado-btn-mas:before {
        display: none;
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer li .producto {
        padding-top: 10px;
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer li:not(:nth-child(4n)) {
        margin: 0;
    }
}


/*# sourceMappingURL=custom_listado_euronics.css.map */

.landing-listado-final {
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
    max-width: 1280px
}

.landing-listado-final-column {
    width: 20%;
    display: inline-block;
    list-style-type: none;
    vertical-align: top
}

.landing-listado-final-column:not(:last-child) {
    padding-right: 20px
}

.landing-listado-final-column-element {
    margin-bottom: 5px;
    display: inline-block
}

.landing-listado-final-column-element a {
    color: #4a4a4a;
    font-size: 13px;
    margin-bottom: 5px;
    display: inline-block
}

.listadoBody .landingMarca {
    border: 0
}

.wrap .listadoBody #itemContainer.landingMarca {
    margin: 0 auto;
    text-align: center
}

#capaResultadoListadoProductos .wrap .listadoBody {
    width: 100%
}

.landing-menu {
    width: 100%;
    font-size: 0;
    background-color: #0065b3
}

.landing-menu-element {
    width: 25%;
    display: inline-block;
    padding: 20px 0;
    text-decoration: none
}

.landing-menu-wrap {
    max-width: 1280px
}

.landing-menu-element-text {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block
}

.landing-menu-element-text:after {
    content: "";
    background-image: url(/estaticos/images/Milar/right-arrow.svg);
    display: inline-block;
    margin-left: 10px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background-repeat: no-repeat
}

#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .txt .bloquePrecio .descuento .precionAnterior {
    font-size: 15px;
    color: #979797;
    position: relative
}

#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .txt .bloquePrecio .descuento .precionAnterior:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #979797;
    display: inline-block;
    top: 50%;
    left: 0;
    transform: rotate(-10deg)
}

.listadoBody #itemContainer.landingMarca h2 {
    padding: 0
}

.footerHeader.listadoHeader .holder {
    display: block;
    margin: 30px auto;
    float: none;
    text-align: center
}

.footerHeader.listadoHeader .holder a {
    border: 0;
    color: #ccc;
    text-decoration: none
}

.footerHeader.listadoHeader .holder a.jp-current {
    color: #111
}

#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .imagen {
    min-height: 240px;
    max-height: 350px
}

#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .txt .detalleProducto h2 a {
    min-height: 50px;
    text-align: left;
}

#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca li {
    margin-top: 50px;
    margin-bottom: 50px
}

#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .txt .detalleProducto p {
    text-align: left
}

.listadoHeaderMarca .landingMarca .holder {
    display: none
}

.landing-contenido-html .landing-contenido-html-izda {
    width: 70%;
    margin: 50px auto;
    font-size: 0
}

.landing-contenido-html .landing-contenido-html-dcha-element,
.landing-contenido-html .landing-contenido-html-izda-element {
    width: 40%;
    margin: 0 5%;
    display: inline-block;
    vertical-align: middle
}

.landing-contenido-html .landing-contenido-html-title {
    font-size: 36px;
    font-weight: 700;
    color: #0065b3;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: block
}

.landing-contenido-html .landing-contenido-html-title:after {
    content: "";
    display: block;
    width: 40px;
    height: 5px;
    background-color: #81a723;
    margin: 10px 0
}

.landing-contenido-html .landing-contenido-html-link {
    font-size: 18px;
    text-decoration: none;
    display: block;
    color: #4a4a4a;
    padding-left: 25px
}

.landing-contenido-html .landing-contenido-html-link:not(:last-child) {
    margin-bottom: 15px
}

.landing-contenido-html .landing-contenido-html-link:after {
    content: "";
    background-image: url(/estaticos/images/Milar/right-arrow-grey.svg);
    display: inline-block;
    margin-left: 10px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background-repeat: no-repeat
}

.landing-contenido-html .landing-contenido-html-img {
    width: 100%;
    max-width: 100%
}

.promo-container-links{
   max-width: 1200px;
   width: 100%;
   margin: 0 auto;
   min-width: 280px;
   padding-left: 60px;
   padding-top: 10px;
   margin-bottom: 45px;
   background-image: url(./../../images/promoIcon.png);
   background-repeat: no-repeat;
   background-size: 45px;
   background-position-x: 2px;
   background-position-y: 0px;
}

.promo-container-links h3{
 font-size: 24px;
 font-weight: bold;
 margin-bottom: 30px;
}

.promo-container-links ul{
   margin-left: 20px;
 }

.promo-container-links li{
  margin: 20px 0;
 }

.promo-brand-ink{
  font-size: 18px;
  text-decoration: none;
  color: navy;
}

.promo-brand-ink:hover{
  color: rgba(0, 0, 128, 0.72);
}



.advance-link,
.promo-detail .advance-link,
.promo-detail .titulo-destacados {
    width: 100%;
    font-size: 24px;
    padding: 20px;
    text-align: center;
    background-color: #82b30b;
    color: #fff;
    display: block;
    text-decoration: none
}

.advance-link,
.promo-detail .advance-link,
.promo-detail .titulo-destacados h2 {
    font-size: 24px;
}

.productos_promociones{
  font-size: 24px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
  color: white;
  background-color: #1D428A;
  padding: 20px;
}

@media (max-width:769px) {
    .landing-contenido-html .landing-contenido-html-izda {
        width: 100%
    }
}

@media (max-width:767px) {
    .landing-contenido-html .landing-contenido-html-dcha-element,
    .landing-contenido-html .landing-contenido-html-izda-element {
        width: 100%
    }
    .landing-contenido-html {
        padding: 20px
    }
    .landing-contenido-html .landing-contenido-html-link {
        font-size: 16px;
        padding-left: 0
    }
    .landing-contenido-html .landing-contenido-html-izda {
        display: table
    }
    .landing-contenido-html .landing-contenido-html-izda-element {
        display: table-header-group
    }
    .landing-contenido-html .landing-contenido-html-dcha-element {
        display: table-footer-group;
        margin: 10px 0
    }
    .landing-menu-element {
        width: 100%
    }
    .landing-menu-element:not(:last-child) {
        border-bottom: 1px solid #fff
    }
    .contenedor_infoProd {
        text-align: center;
        max-width: 80%
    }
    .landing-listado-final-column {
        width: 100%;
        text-align: center
    }
    .landing-listado-final-column:not(:last-child) {
        padding-right: 0
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca li {
        width: 45%;
        display: inline-block;
        margin: 20px 2.5%!important
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .txt .bloquePrecio,
    #capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .txt .detalleProducto {
        width: 100%
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca li .producto {
        padding: 10px;
        padding-bottom: 0
    }
    .listadoBody .landingMarca h2 {
        padding: 0
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content {
        padding: 0!important
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .imagen {
        min-height: 0!important;
        max-height: none!important;
        padding: 0
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .txt .bloquePrecio .descuento .porcentajeDescuento,
    #capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .txt .bloquePrecio .descuento .precionAnterior,
    #capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .txt .bloquePrecio .descuento .precioProducto {
        display: inline-block
    }
    #capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .txt .bloquePrecio .descuento .precioProducto {
        font-size: 16px
    }
}


/*# sourceMappingURL=landing-euronics.css.map */

.banner-promo {
    position: relative;
    max-height: 62vh;
    overflow: hidden;
}

.banner-promo-top {
    margin-top:82px;
}

.banner-promo-top-marca {
    margin-top:82px;
}

.titulo-promocion+.banner-promo {
    max-width: 60%;
    margin: 20px auto;
    font-size: 16px;
    line-height: 1.5;
}

.banner-promo img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner-promo:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}


.banner-promo .promo-status {
    position: absolute;
    right: 0;
    top: 40%;
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 30px;
    background: #1D428A;
}

.banner-promo .promo-brand {
    position: absolute;
    top: calc(50% + 25px);
    right: 0;
    color: white;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    text-decoration: underline;
    background: #F1C400;
    z-index: 2;
}

#promo-search {
    position: relative;
    background: #F1C400;
    font-size: 0;
    padding: 14px 0 17px 0;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#promo-search.stickyElement {
    position: sticky;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

#promo-search.stickyElement .banner-promo {
  top: 82px;
}

#promo-search .wrap>div {
    display: inline-block;
    vertical-align: middle;
}

#promo-search .promo-title {
    width: 31%;
    text-align: left;
}

#promo-search .promo-title .titulo_marca {
    color: #1D428A;
    font-size: 31px;
    font-weight: bold;
    text-transform: uppercase;
}

#promo-search .promo-title h1 {
    color: #1D428A;
    font-size: 31px;
    font-weight: bold;
    text-transform: uppercase;
}

#promo-search .promo-title legend {
    font-size: 15px;
    color: white;
    padding-top: 5px;
}

#promo-search .promo-select {
    width: 50%;
}

#promo-search .promo-past-list {
    display: inline-block;
    vertical-align: text-top;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding-left: 2%;
}

a.promo-past-list {
    color: #1D428A;
    text-decoration: underline;
}

#promo-search .promo-past-list:hover {
    color: #1D428A;
    transition: all .3s ease-in;
}

.select-wrapper {
    position: relative;
    display: inline-block;
    width: 60%;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 2.5%;
}

.select-wrapper select {
    width: 100%;
    padding: 13px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
    background: white;
    background-image: url(/estaticos/images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right;
    border: 0;
}

.promo-main {
    background: white;
}

.promo-main .promo-main--wrapper {
    display: block;
    font-size: 0;
    padding: 65px 0 55px 0;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: black;
}

.promo-main .promo-main--wrapper:hover .promo-claim-main {
    color: #1D428A;
}

.promo-main .promo-claim-main {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2em;
    line-height: 1.3em;
}

.promo-main .promo-claim-text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.5em;
}

.promo-list {
    font-size: 0;
}

.promo-list figure {
    display: inline-block;
    vertical-align: top;
    padding: 2% 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.promo-list--row2 figure {
    width: 50%;
}

.promo-list--row3 figure {
    width: 33.3%;
}

.promo-list--row4 figure {
    width: 25%;
}

.promo-list.promo-list--row3 {
    padding-bottom: 10vh;
}

.promo-list.promo-list--row3 .promo-img {
    height: 400px;
}

.promo-list.promo-list--row3 figcaption h3,
.promo-list.promo-list--row3 figcaption h2 {
    font-size: 20px;
}

.promo-list.promo-list--row3 figcaption p {
    font-size: 14px;
}

.promo-list .promo-img {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: inline-block;
}

.promo-list .promo-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    min-height: 100%;
    width: 100%;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.promo-list .promo-img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.promo-list figcaption {
    position: relative;
    background: white;
    color: black;
    font-size: 16px;
    padding: 50px 40px 40px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.promo-list figcaption a {
    text-decoration: none;
}

.promo-list .promo-status {
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 30px;
    background: #1D428A;
}

.promo-list .promo-brand {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    text-decoration: underline;
    background: #F1C400;
    z-index: 2;
}

.banner-promo .promo-brand:hover,
.promo-list .promo-brand:hover {
    color: #1D428A;
}

.promo-list figcaption h3,
.promo-list figcaption h2 {
    color: black;
    font-size: 24px;
    font-weight: bold;
}

.promo-list figcaption h2:hover {
    color: rgb(138, 138, 138);
    transition: all .3s ease-in;
}

.promo-list figcaption p {
    padding-top: 20px;
    color: black;
    font-size: 15px;
    line-height: 1.5em;
}


/* DETALLE PROMO */

.promo-detail .promo-main .promo-main--wrapper {
    max-width: 1024px;
}

.promo-detail .promo-claim-text p {
    padding: 10px 0;
}

.promo-detail .promo-main .promo-main--wrapper:hover .promo-claim-main {
    color: black;
}

.promo-detail .subscribe {
    display: block;
    margin: 5vh 0 10px 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    background: black;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.promo-detail .legal-policy {
    display: block;
    color: gray;
    text-align: center;
}

.promo-detail .promo-list .promo-img-detail {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 240px;
    text-align: center;
    padding: 20px;
    background: white;
}

.promo-detail .promo-list .promo-img-detail img {
    max-height: 100%;
    max-width: 100%;
}

.promo-detail .promo-list--row4 h4 {
    cursor: pointer;
    color: #000;
    font-size: 14px;
    display: block;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.2em;
    min-height: 3em;
    text-align: center;
    padding: 10px 0;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.promo-detail .promo-list figcaption {
    padding: 40px 40px 20px 40px;
}

.promo-detail .promo-list figcaption .promo-price {
    color: white;
    vertical-align: bottom;
    position: absolute;
    top: 0;
    right: -10px;
    letter-spacing: normal;
    font-size: 24px;
    font-family: 'Montserrat';
    padding: 5px 10px;
    box-sizing: border-box;
    background: #50ba00;
    box-shadow: 2px 2px #e4e4e4;
}

.promo-list.promo-list--row3 .titulo-destacados {
    font-size: 30px;
    font-weight: bold;
    color: black;
    padding: 9vh 1% 2vh 1%;
    text-align: center;
    font-family: Montserrat;
}

.titulo-promocion a {
    text-align: center;
    padding: 45px 10px 30px 10px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Montserrat';
    color: #1D428A;
    font-size: 30px;
}

.titulo-promocion:hover a {
    color: rgba(10, 80, 155, 0.6);
    transition: all .3s ease-in;
}

.promo-detail .select-wrapper select {
    position: relative;
    display: inline-block;
    width: 45%;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 2.5%;
    border: 1px solid black;
}

.titulo-promocion+.banner-promo {
    max-width: 60%;
    margin: 20px auto;
    line-height: 1.5;
}

.promo-internal #promo-search {
    background: white;
    margin-bottom: 50px;
}

@media (max-width: 1080px) {
    #promo-search {

    }
    #promo-search .promo-past-list {
        position: absolute;
        top: 10px;
        right: 5vw;
    }
    #promo-search .promo-select {
        width: 60%;
    }
    .bloquesconfianza{font-size: 18px;}
    .bloquesconfianza2{font-size: 18px;}
    .anosconfianza{font-size: 20px;}
    .bloquesconfianza img{width: 80%}
    .bloquesconfianza2 img{width: 80%}
    .anosconfianza{padding:8px 0 10px 0}
    h2.textoconfianza{font-weight: 100; padding-right: 10px;font-size: 10px;}
}



@media (max-width: 769px) {
    .banner-promo-top {
      margin-top: 121px;
    }
    .banner-promo-top-marca {
      margin-top: 121px;
    }
    .select-wrapper select {
      padding: 10px 20px;
      font-size: 13px;
    }
    .advance-link, .promo-detail .advance-link, .promo-detail .titulo-destacados, .titulo-destacados {
      font-size: 18px !important;
    }
    #promo-search .wrap>div {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 5px;
    }
    #promo-search .promo-past-list {
      display: none;
    }
    #promo-search .promo-title h3{
      font-size: 22px;
    }
    #promo-search {
        padding-bottom: 0;
    }
    .select-wrapper {
        margin: 0 1.5%;
    }
    #promo-search .promo-title {
        padding-bottom: 10px;
    }
    .promo-main .promo-claim-main,
    .promo-main .promo-claim-text {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .promo-main .promo-claim-main {
        font-size: 24px;
        padding-bottom: 30px;
    }
    .promo-main .promo-main--wrapper {
        padding: 50px 15px 45px;
        text-decoration: none;
    }
    .promo-list--row3 figure {
        width: 100%;
    }

    .promo-list--row4 figure {
        width: 50%;
    }

}





@media (max-width: 480px) {
    h2.textoconfianza{font-size: 10px;}
    .promo-list--row2 figure,
    .promo-list--row4 figure {
        width: 100%;
    }
    .banner-promo .promo-status {
        top: 0;
        width: 100%;
        text-align: center;
    }
    .banner-promo .promo-brand {
        top: 38px;
    }

    .banner-promo>a {
        display: block;
        padding-top: 35px;
    }
}



@media (max-width: 767px) {

    .promo-list--row2 figure {
        width: 100%;
    }

    .titulo-promocion {
        font-size: 24px;
    }

    .titulo-promocion+.banner-promo {
        width: 90%;
    }

    .promo-detail .advance-link,
    .promo-detail .titulo-destacados {
        font-size: 18px;
        display: inline-block;
    }

    .titulo-promocion+.banner-promo {
        max-width: 90%;
    }
}

.landing-listado-final{width:100%;padding:20px 0;margin:0 auto;max-width:1280px}.landing-listado-final-column{width:20%;display:inline-block;list-style-type:none;vertical-align:top}.landing-listado-final-column:not(:last-child){padding-right:20px}.landing-listado-final-column-element{margin-bottom:5px;display:inline-block}.landing-listado-final-column-element a{color:#4a4a4a;font-size:13px;margin-bottom:5px;display:inline-block}.landing-banner-principal img,.landing-banner-principal picture{max-width:100%;margin-left: auto;margin-right:auto;display:block;}.listadoBody .landingMarca{border:0}.wrap .listadoBody #itemContainer.landingMarca{margin:0 auto;text-align:center}#capaResultadoListadoProductos .wrap .listadoBody{width:100%}.landing-menu{width:100%;font-size:0;background-color:#0065b3}.landing-menu-element{width:25%;display:inline-block;padding:20px 0;text-decoration:none}.landing-menu-wrap{max-width:1280px}.landing-menu-element-text{font-weight:700;font-size:18px;color:#fff;text-align:center;display:block}.landing-menu-element-text:after{content:"";background-image:url(/estaticos/images/Milar/right-arrow.svg);display:inline-block;margin-left:10px;width:22px;height:22px;vertical-align:middle;background-repeat:no-repeat}#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .txt .bloquePrecio .descuento .precionAnterior{font-size:15px;color:#979797;position:relative}#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .txt .bloquePrecio .descuento .precionAnterior:before{content:"";position:absolute;width:100%;height:2px;background-color:#979797;display:inline-block;top:50%;left:0;transform:rotate(-10deg)}.landing-descripcion-marca{width:100%;padding:50px 0;padding-top:0;background-color:#fff}.landing-descripcion-marca .contenedor_infoProd{color:#4a4a4a;font-size:16px;max-width:760px;display:block;margin:0 auto;line-height:1.5}.landing-descripcion-marca .less-link,.landing-descripcion-marca .more-link{color:#0065b3;background-color:#fff;font-size:16px;font-weight:700;border:1px solid #0065b3;padding:10px 20px;display:block;margin:0 auto;width:-webkit-max-content;width:-moz-max-content;width:max-content}.landing-descripcion-marca .less-link:hover,.landing-descripcion-marca .more-link:hover{background-color:#0065b3;color:#fff;border:1px solid #0065b3;transition:all .3s ease-in}.landing-descripcion-marca .txtAmpliar{display:block;margin:20px 0}.landing-descripcion-marca .txtRecoger{display:block;margin:20px 0}.landing-descripcion-marca .txtAmpliar img{margin:50px auto;display:block}.landing-descripcion-marca .txtRecoger img{margin:50px auto;display:block}.listadoBody #itemContainer.landingMarca h2{padding:0}.landing-banner-final img{max-width:100%;margin-left: auto;margin-right:auto;display:block;}.landing-listado-banner-marca a img{max-width:100%;margin-left: auto;margin-right:auto;display:block;}.footerHeader.listadoHeader .holder{display:block;margin:30px auto;float:none;text-align:center}.footerHeader.listadoHeader .holder a{border:0;color:#ccc;text-decoration:none}.footerHeader.listadoHeader .holder a.jp-current{color:#111}#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .imagen{min-height:221px;max-height:221px}#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .txt .detalleProducto h2 a{min-height:20px}#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .txt .detalleProducto{min-height:140px;max-height:140px}#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca li{margin-top:50px;margin-bottom:50px}#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .txt .detalleProducto p{text-align:left}.listadoHeaderMarca .landingMarca .holder{display:none}.landing-contenido-html .landing-contenido-html-izda{width:70%;margin:50px auto;font-size:0}.landing-contenido-html .landing-contenido-html-dcha-element,.landing-contenido-html .landing-contenido-html-izda-element{width:40%;margin:0 5%;display:inline-block;vertical-align:middle}.landing-contenido-html .landing-contenido-html-title{font-size:36px;font-weight:700;color:#0065b3;padding-bottom:10px;margin-bottom:15px;display:block}.landing-contenido-html .landing-contenido-html-title:after{content:"";display:block;width:40px;height:5px;background-color:#81a723;margin:10px 0}.landing-contenido-html .landing-contenido-html-link{font-size:18px;text-decoration:none;display:block;color:#4a4a4a;padding-left:25px}.landing-contenido-html .landing-contenido-html-link:not(:last-child){margin-bottom:15px}.landing-contenido-html .landing-contenido-html-link:after{content:"";background-image:url(/estaticos/images/Milar/right-arrow-grey.svg);display:inline-block;margin-left:10px;width:22px;height:22px;vertical-align:middle;background-repeat:no-repeat}.landing-contenido-html .landing-contenido-html-img{width:100%;max-width:100%}.advance-link,.promo-detail .advance-link,.promo-detail .titulo-destacados,.titulo-destacados{width:100%;font-size:24px;padding:20px;text-align:center;background-color:#1D428A;color:#fff;display:block;text-decoration:none}@media (max-width:769px){.landing-contenido-html .landing-contenido-html-izda{width:100%}}@media (max-width:767px){.landing-contenido-html .landing-contenido-html-dcha-element,.landing-contenido-html .landing-contenido-html-izda-element{width:100%}.landing-contenido-html{padding:20px}.landing-contenido-html .landing-contenido-html-link{font-size:16px;padding-left:0}.landing-contenido-html .landing-contenido-html-izda{display:table}.landing-contenido-html .landing-contenido-html-izda-element{display:table-header-group}.landing-contenido-html .landing-contenido-html-dcha-element{display:table-footer-group;margin:10px 0}.landing-menu-element{width:100%}.landing-menu-element:not(:last-child){border-bottom:1px solid #fff}.contenedor_infoProd{text-align:center;max-width:80%}.landing-listado-final-column{width:100%;text-align:center}.landing-listado-final-column:not(:last-child){padding-right:0}#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca li{width:92%;display:inline-block;margin:28px 2.5%!important}#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .txt .bloquePrecio,#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .txt .detalleProducto{width:100%}#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca li .producto{padding:0px;padding-bottom:0}.listadoBody .landingMarca h2{padding:0}#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content{padding:0!important}#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .imagen{min-height:0!important;max-height:none!important;padding:0}#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .txt .bloquePrecio .descuento .porcentajeDescuento,#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .txt .bloquePrecio .descuento .precionAnterior,#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .txt .bloquePrecio .descuento .precioProducto{display:inline-block}#capaResultadoListadoProductos .listadoBody #itemContainer.landingMarca .producto .content .txt .bloquePrecio .descuento .precioProducto{font-size:24px}}
.txtAmpliar p{margin-bottom: 20px;text-align: justify;}
.txtAmpliar h1{font-weight: 900;font-size: 23px;}
/*# sourceMappingURL=landing-euronics.css.map */

.euronics .wrap{
  max-width: 1200px;
}
body.euronics.home {
background-color: #ffffff;
}

body.euronics {
background-color: #fff;
}

.unaImagen {
    width: 100%;
 }
.unaImagen a:hover{opacity: 0.8;}
.unaImagen picture,
.unaImagen img {
    max-width: 100%;
    width: 100%; }

.dosImagenes {
    font-size: 0;
    width: 100%;
     }
.dosImagenes .imagenIzquierda,
.dosImagenes .imagenDerecha {
    width: 100%;
    margin-right: 1%;
    display: inline-block; }
.dosImagenes .imagenIzquierda picture,
.dosImagenes .imagenIzquierda img,
.dosImagenes .imagenDerecha picture,
.dosImagenes .imagenDerecha img {
    max-width: 100%;
    width: 100%; }
.dosImagenes .imagenDerecha {
    margin-right: 0; }

.tresImagenes {
    width: 100%;
    font-size: 0;
}
.imagenIzquierda a:hover{opacity: 0.8}
.imagenDerecha a:hover{opacity: 0.8}
.tresImagenes .primeraImagen,
.tresImagenes .segundaImagen,
.tresImagenes .terceraImagen {
    width: 33%;
    display: inline-block;
    margin-right: .5%; }
.tresImagenes .primeraImagen picture,
.tresImagenes .primeraImagen img,
.tresImagenes .segundaImagen picture,
.tresImagenes .segundaImagen img,
.tresImagenes .terceraImagen picture,
.tresImagenes .terceraImagen img {
    max-width: 100%;
    width: 100%; }
.tresImagenes .terceraImagen {
    margin-right: 0; }


/*INICIO DE PESO 2*/
.unaImagenPeso2 {
    width: 100%;
    margin: 15px 0;
    float: left; }
.unaImagenPeso2 picture,
.unaImagenPeso2 img {
    max-width: 100%;
    width: 100%; }
.unaImagenPeso2 a:hover{opacity: 0.8}

.dosImagenPeso2 {
    width: calc(100% + 30px);
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    float: left; }
.dosImagenPeso2 .imagenIzquierda,
.dosImagenPeso2 .imagenDerecha {
    width: 50%;
    padding: 15px;
    box-sizing: border-box;}
.dosImagenPeso2 .imagenIzquierda picture,
.dosImagenPeso2 .imagenIzquierda img,
.dosImagenPeso2 .imagenDerecha picture,
.dosImagenPeso2 .imagenDerecha img {
    max-width: 100%;
    width: 100%; }
.dosImagenPeso2 a:hover{opacity: 0.8}
.tresImagenesPeso2 {
    width: calc(100% + 30px);
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    float: left; }
.tresImagenesPeso2 .primeraImagen,
.tresImagenesPeso2 .segundaImagen,
.tresImagenesPeso2 .terceraImagen {
    width: 33.3%;
    padding: 15px;
    box-sizing: border-box;}
.tresImagenesPeso2 .primeraImagen picture,
.tresImagenesPeso2 .primeraImagen img,
.tresImagenesPeso2 .segundaImagen picture,
.tresImagenesPeso2 .segundaImagen img,
.tresImagenesPeso2 .terceraImagen picture,
.tresImagenesPeso2 .terceraImagen img {
    max-width: 100%;
    width: 100%; }
.tresImagenesPeso2 a:hover{opacity: 0.8}
/*FIN DE PESO 2*/

/*INICIO DE PESO 3*/
.unaImagenPeso3 {
    width: 100%;
    margin: 15px 0;
    float: left; }
.unaImagenPeso3 picture,
.unaImagenPeso3 img {
    max-width: 100%;
    width: 100%; }
.unaImagenPeso4 a:hover{opacity: 0.8}
.dosImagenesPeso3 {
    width: calc(100% + 30px);
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    float: left; }
.dosImagenesPeso3 .imagenIzquierda,
.dosImagenesPeso3 .imagenDerecha {
    width: 50%;
    padding: 15px;
    box-sizing: border-box;}
.dosImagenesPeso3 .imagenIzquierda picture,
.dosImagenesPeso3 .imagenIzquierda img,
.dosImagenesPeso3 .imagenDerecha picture,
.dosImagenesPeso3 .imagenDerecha img {
    max-width: 100%;
    width: 100%;
    float:right;}
.dosImagenesPeso3 .imagenDerecha {
    margin-right: 0; }
.dosImagenesPeso3 a:hover{opacity: 0.8}
.tresImagenesPeso3 {
    width: calc(100% + 30px);
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    float: left; }
.tresImagenesPeso3 .primeraImagen,
.tresImagenesPeso3 .segundaImagen,
.tresImagenesPeso3 .terceraImagen {
    width: 33%;
    padding: 15px;
    box-sizing: border-box;}
.tresImagenesPeso3 .primeraImagen picture,
.tresImagenesPeso3 .primeraImagen img,
.tresImagenesPeso3 .segundaImagen picture,
.tresImagenesPeso3 .segundaImagen img,
.tresImagenesPeso3 .terceraImagen picture,
.tresImagenesPeso3 .terceraImagen img {
    max-width: 100%;
    width: 100%; }
.tresImagenesPeso3 .terceraImagen {
    margin-right: 0; }
.tresImagenPeso3 a:hover{opacity: 0.8}
/*FIN DE PESO 3*/

.homeCarrusel {
    width: 100%;
    margin: 30px 0;
    float: left;}
.homeCarrusel picture,
.homeCarrusel img {
    max-width: 100%;
    width: 100%; }

.banner-footer-noticias-promociones {
    width: 100%;
    font-size: 0;
    margin-bottom: 30px; }

.container-footer-noticias {
    display: inline-block;
    width: 69%;
    padding-right: 10px;
    vertical-align: top; }

.container-footer-promociones {
  display: inline-block;
  width: 26%;
  background: url('../../images/Euronics/ofertas-promociones.jpg') 100%;
  vertical-align: top;
  padding: 15px 15px 15px 15px;
  height: 369px; }

.promosCercanas {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.69);
  }

.caja-ultimas-noticias {
    width: 100%;
    display: inline-block;
    font-size: 0; }

.caja-ultimas-noticias-titulo {
    font-size: 30px;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    color: #1D428A;
    font-family: 'Euronics', arial }

.caja-ultimas-noticias-container {
    width: 100%;
    color: #1D428A;
    margin-bottom: 4px;
    margin-top: 4px;
    display: inline-block;
    text-decoration: none;
    margin-right: 1%;
    font-family: 'Euronics', arial }

.caja-ultimas-noticias-container.caja-ultimas-noticias-primero {
    margin-right: 1%; }

.primeraNoticiaFoto,
.segundaNoticiaFoto,
.terceraNoticiaFoto {
    width: 30%;
    max-width: 30%;
    margin-left: 1%;
    margin-bottom: 15px;
    display: inline-block; }
.primeraNoticiaFoto img,
.segundaNoticiaFoto img,
.terceraNoticiaFoto img {
    width: 100%;
    max-width: 100%; }

.primeraNoticiaFoto,
.segundaNoticiaFoto {
  margin-right: 1%;
  margin-left: 1%; }

.primeraNoticiaTexto,
.segundaNoticiaTexto,
.terceraNoticiaTexto {
    width: 100%;
    font-size: 14px;
    color: #4a4a4a;
    min-height: 48px; }

.homeListado .wrap div.carrusel {
    display: none;
}

#capaResultadoListadoProductos .listadoBody .fondoClickable {
    display: none;
}

.homeListado .wrap .carrusel .bx-wrapper .bx-next {
    background: url(../../images/icon-bentArrow-right-circle.png) no-repeat scroll right center !important;
    background-size: 100% 100% !important;
}

.homeListado .wrap .carrusel .bx-wrapper .bx-next:hover {
    background-position: 0 !important;
}

.homeListado .wrap .carrusel .bx-wrapper .bx-prev {
    background: url(../../images/icon-bentArrow-left-circle.png) no-repeat scroll right center !important;
    background-size: 100% 100% !important;
}

.homeListado .wrap .carrusel .bx-wrapper .bx-prev:hover {
    background-position: 0 !important;
}

.homeListado .wrap .carrusel .bx-wrapper .bx-controls-direction a {
    width: 22px;
    height: 22px;
}

.homeListado .wrap .carrusel .bx-wrapper {
    max-width: 100% !important;
    margin: 0 !important;
}

body.homeListado .wrap .carrusel .producto {
    border-right: 1px solid #C3C3C4 !important;
}

.homeListado .wrap div.recomendacion,
.homeListado .wrap div.carrusel {
  border: 0; }
  .homeListado .wrap div.recomendacion .producto,
  .homeListado .wrap div.carrusel .producto {
    border-right: 0;
    text-align: left; }
    .homeListado .wrap div.recomendacion .producto .precioDescuento,
    .homeListado .wrap div.carrusel .producto .precioDescuento {
      color: #4a4a4a;
      display: inline-block;
      font-size: 14px;
      position: relative; }
      .homeListado .wrap div.recomendacion .producto .precioDescuento:after,
      .homeListado .wrap div.carrusel .producto .precioDescuento:after {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #4a4a4a;
        position: absolute;
        left: 0;
        top: 7px;
        left: 0;
        transform: rotate(-30deg); }
    .homeListado .wrap div.recomendacion .producto .precioProducto,
    .homeListado .wrap div.carrusel .producto .precioProducto {
      display: inline-block;
      font-size: 27px !important;
      position: relative !important;
      width: -webkit-max-content !important;
      width: -moz-max-content !important;
      width: max-content !important; }
    .homeListado .wrap div.recomendacion .producto .descuento,
    .homeListado .wrap div.carrusel .producto .descuento {
      display: inline-block;
      font-size: 14px;
      color: #fff;
      background-color: #1D428A;
      padding: 2px; }

.homeListado .wrap .titulo {
    text-align: center;
    padding: 5px 5px 0px 5px;
    border-bottom: 5px solid #F1C400;
    font-family: 'Euronics', arial;}

.homeListado .wrap .producto .brand img {
    width: auto;
    height: auto;
    max-width: 64px;
    max-height: 24px;
  }

.homeListado .wrap .producto .brand {
  display: block;
  height: 20px;
  text-align: right;
  margin-top: 0px;
  margin-bottom: 10px;
}

.homeListado{
display: inline-block;
width: 100%;
}

.home-btn-leer-mas {
    width: 93%;
    margin-top: 10px;
    display: block;
    border: 1px solid #1D428A;
    color: #1D428A;
    font-size: 16px;
    padding: 8px;
    background-color: #fff;
    text-decoration: none;
    text-align: center; }
.home-btn-leer-mas:hover {
    transition: all .3s ease-in;
    background-color: rgba(10, 80, 155, 0.59);
    color: #fff; }

.visita-nuestro-blog {
    background-color: #F1C400;
    color: #1D428A;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 93%;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-family: 'Euronics', arial }
.visita-nuestro-blog:hover {
    transition: all .3s ease-in;
    background-color: #1D428A;
    color: #F1C400;
    text-transform: uppercase; }

.container-footer-promociones .promosCercanas .wrap .contenidopromo {
    text-align: center;
  }

.container-footer-promociones .promosCercanas .wrap .contenidopromo p.titulo {
    display: block;
    text-align: center;
    color: #1D428A;
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 600;
    padding-top: 25%;
    font-family: 'Euronics', arial
  }

.container-footer-promociones .promosCercanas .wrap div input {
  width: 50%;
  padding: 12px 20px 12px 20px;
  display: inline-block;
  margin-bottom: 10px;
  font-family: 'Euronics', arial}

.container-footer-promociones .promosCercanas .wrap div button {
    background-color: #1D428A;
    border: 1px solid #1D428A;
    padding: 15px 15px 15px 15px;
    color: #F1C400;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Euronics', arial
     }
     .container-footer-promociones .promosCercanas .wrap div button:hover{background-color: #F1C400;color: #1D428A;}

.homeListado .wrap .recomendacion .producto .wrapProducto .bloquePrecio {
    min-height: auto;
    text-align: right;}

.homeListado .wrap .recomendacion .producto a {
  text-decoration: none;
}

.treinta-contigo {
    margin: 50px 0; }

.treinta-contigo-img,
.encuentra-tu-tienda-img {
    max-width: 100%;
    width: 100%; }

.promosCercanas .storeSearch-container {
    display: none;
    width: 94%!important;
    margin: 0;
    padding: 6px;
    text-align: center;
    background: hsla(0, 0%, 95%, .4);
    font-size: 15px;
    margin: 0!important;
}

@media (max-width: 950px) {
    .homeListado .wrap div.recomendacion {
        display: none;
    }
    .homeListado .wrap div.carrusel {
        display: block;
    }
    /*Modificacion Imagen y texto Carrusel*/
    .homeListado .wrap .carrusel .producto .wrapProducto .imagen img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .container-footer-noticias,
    .container-footer-promociones {
        width: 100%; }
    .container-footer-promociones .promosCercanas .wrap div input {
        width: 54%; }
    .tresImagenes .primeraImagen,
    .tresImagenes .segundaImagen,
    .tresImagenes .terceraImagen,
    .dosImagenes .imagenIzquierda,
    .dosImagenes .imagenDerecha,
    .caja-ultimas-noticias-container {
        width: 100%;
        margin-bottom: 10px; }
    .tresImagenesPeso2 .primeraImagen,
    .tresImagenesPeso2 .segundaImagen,
    .tresImagenespeso2 .terceraImagen,
    .dosImagenPeso2 .imagenIzquierda,
    .dosImagenPeso2 .imagenDerecha,
    .unaImagenPeso2,
    .dosImagenPeso2,
    .tresImagenPeso2{
        width: 100%;
        margin: 0; }
    .tresImagenesPeso3 .primeraImagen,
    .tresImagenesPeso3 .segundaImagen,
    .tresImagenespeso3 .terceraImagen,
    .dosImagenesPeso3 .imagenIzquierda,
    .dosImagenesPeso3 .imagenDerecha,
    .dosImagenesPeso3, .terceraImagen
    .tresImagenesPeso3 .primeraImagen,
    .tresImagenesPeso3 .terceraImagen{
        width: 100%;
        margin: 0; }
    .caja-ultimas-noticias-container {
        margin-right: 10px; }
}

@media (max-width: 999px) {
  .container-footer-promociones {
      width: 22%;
      height: 314px; }
  .home-btn-leer-mas {
      width: 90%;
  }
  .caja-ultimas-noticias-container {
      width: 100%;
      margin-bottom: 10px;
      display: inline-block;
      text-decoration: none;
      margin-right: 1%;
  }
  .container-footer-noticias {
    display: inline-block;
    width: 70%;
    padding-right: 10px;
    vertical-align: top;
    }
  .container-footer-promociones .promosCercanas .wrap .contenidopromo {
    text-align: center;
    margin-right: 40%;
  }
  .container-footer-promociones .promosCercanas .wrap .contenidopromo p.titulo {
    font-size: 20px;
  }
}

@media (max-width: 658px) {
  .container-footer-promociones {
      width: 94%;
      height: 314px;
      margin-top: 25px; }
  .caja-ultimas-noticias-container {
      width: 100%;
      margin-bottom: 10px;
      display: inline-block;
      text-decoration: none;
  }
  .container-footer-noticias {
    display: inline-block;
    width: 100%;
    padding-right: 10px;
    vertical-align: top;
    }
  .container-footer-promociones .promosCercanas .wrap .contenidopromo {
    text-align: center;
    margin-right: 0;
  }
  .container-footer-promociones .promosCercanas .wrap .contenidopromo p.titulo {
    font-size: 20px;
  }
  .container-footer-promociones .promosCercanas .wrap .contenidopromo p.titulo {
      padding-top: 15%;
    }
}
@media (min-width: 1076) and (max-width: 1160){
    header.home p.eslogan {
        margin: 0;
    }
    .carrito-header-enlace-nuestrasTiendas {
        margin: 0 0 0 33px;
    }
}
/*# sourceMappingURL=home-euronics.css.map */


/*Layout*/
.col-sm-6{
    width: 50%;
    float: left;}
.col-sm-12{
    width: 100%;}
.newshome{
    float: left;
    padding: 20px 0px;
    margin-bottom: 25px;
    background-color: #006eb7;}
@media (max-width: 658px) {
    .col-sm-6{
        width: 100%;}
}

#info-modal-servicio-estrella .modal-inner{
    padding: 2rem;
}


/* estilos aceptar-recogida pedido */
.aceptar-recogida{
    width: 95%;
    max-width: 500px;
    margin: 50px auto 70px;
    color: #4d4d4d;
}
.aceptar-recogida h1{
    font-size: 30px;
    margin-bottom: 15px;
}

.aceptar-recogida .white-box{
    background: white;
    padding: 30px;
}
@media (max-width:767px){
    .aceptar-recogida .white-box{
        padding: 15px;
    }
}

.aceptar-recogida .row-recogida{
    margin-bottom: 20px;
}
.aceptar-recogida .row-recogida strong{
    display: block;
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 16px;
}
.aceptar-recogida .row-recogida [type=text]{
    padding: 15px 10px;
    width: 100%;
    background-color: #f7f7f7;
    border: none;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
}
.aceptar-recogida .row-recogida [type=button]{
    text-decoration: none;
    padding: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 5px;
    transition: all 200ms linear;
}
.aceptar-recogida .row-recogida [type=button]:hover{
    transition: all 200ms linear;
}
.denegado{
    border: 2px solid #00529a;
    color: #00529a;
}
.denegado:hover{
    border: 2px solid #f1c401;
    color: #f1c401;
}
.aceptado{
    background-color: #00529a;
    border: 2px solid #00529a;
    color:white;
}
.aceptado:hover{
    background-color: #f1c401;
    border: 2px solid #f1c401;
}

.aceptar-recogida .row-recogida:last-of-type{
    text-align: center;
    padding-top: 15px;
}
/* ---------------- COOCKIES REGION ---------------- */



.qc-cmp-ui,
.qc-cmp-ui .qc-cmp-main-messaging,
.qc-cmp-ui .qc-cmp-messaging,
.qc-cmp-ui .qc-cmp-beta-messaging,
.qc-cmp-ui .qc-cmp-title,
.qc-cmp-ui .qc-cmp-sub-title,
.qc-cmp-ui .qc-cmp-purpose-info,
.qc-cmp-ui .qc-cmp-table,
.qc-cmp-ui .qc-cmp-table-header,
.qc-cmp-ui .qc-cmp-vendor-list,
.qc-cmp-ui .qc-cmp-vendor-list-title {
    color: #505050 !important;
}
.qc-cmp-ui a,
.qc-cmp-ui .qc-cmp-alt-action,
.qc-cmp-toggle-status  {
  color: #00529a !important;
}


  .qc-cmp-button {
          background-color: #F1C400 !important;
          border-color: #F1C400 !important;
        }
        .qc-cmp-button:hover {
          background-color: transparent !important;
          border-color: #F1C400 !important;
          color:#F1C400;
        }
        .qc-cmp-alt-action,
        .qc-cmp-link {
          color: #F1C400 !important;
        }
        .qc-cmp-button.qc-cmp-secondary-button:hover
         {
          border-color: transparent !important;
          background-color: #F1C400 !important;
        }
        .qc-cmp-button {
          color: #FFFFFF;
        }
        .qc-cmp-button.qc-cmp-secondary-button {
          border-color: #eee !important;
          background-color: #eee !important;
          color: #F1C400!important;
        }
        .qc-cmp-secondary-button{
            color: #F1C400
        }
        .qc-cmp-buttons .qc-cmp-button{
            color: #ffffff;
        }

                .qc-cmp-publisher-purposes-table .qc-cmp-table-header {
                  background-color: #ffffff !important;
                }
                .qc-cmp-publisher-purposes-table .qc-cmp-table-row {
                  background-color: #ffffff !important;
                }
                .qc-cmp-vendor-list .qc-cmp-vendor-row {
                  background-color: #ffffff !important;
                }
                .qc-cmp-vendor-list .qc-cmp-vendor-row-header {
                    background-color: #ffffff !important;
                  }
                .qc-cmp-table {
                    border: 1px solid #000000 !important;
                }
                .qc-cmp-table-row {
                    border-top: 1px solid #000000 !important;
                }
                .qc-cmp-table-row:last-child {
                    border-bottom: 1px solid #000000 !important;
                }
                .qc-cmp-toggle-status {
                    color: #000000 !important;
                }
                .qc-cmp-arrow-down {
                    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='#000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E %3Cpolyline points='2 5 8 11 14 5'/%3E %3C/svg%3E") center no-repeat;
                }
                .qc-cmp-showing .qc-cmp-qc-link-container .qc-cmp-link-text{display: none!important;}
                .qc-cmp-showing .qc-cmp-qc-link-container .qc-cmp-qc-link{display: none!important;}
                .qc-cmp-ui-content{padding: 15px 40px 0 40px!important;}


    .qc-cmp-ui{
        overflow: hidden !important;
        box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.15);
        min-height: 120px!important;
        background-color: #FFFFFF!important;
    }
        .qc-cmp-ui-content{
            overflow: hidden !important;
        }
        .qc-cmp-ui-container.qc-cmp-showing{
            background: none !important;
            overflow: visible !important;
            position: relative !important;
        }
        .qc-cmp-ui.qc-cmp-showing{
            min-height: 120px!important;
        }

    .qc-cmp-button.qc-cmp-secondary-button:hover{
        color: white !important;
    }
    .qc-cmp-button.qc-cmp-secondary-button{
        display: none!important;
    }
    .qc-cmp-button{
        color: #1D428A!important
    }
    .qc-cmp-button:hover{
        color: #F1C400 !important
    }
    .qc-cmp-publisher-logo{
        display: none!important
    }
    .qc-cmp-title{
        font-size: 20px!important;
        line-height: 25px!important;
        margin: 0px!important;
    }
    .qc-cmp-main-messaging{
        font-size: 13px!important;
        line-height: 16px!important;
    }
    .qc-cmp-alt-action, .qc-cmp-alt-action:not([href]):not([tabindex]){
        font-size: 12px!important;
    }
    .qc-cmp-persistent-link{
        display: none!important;
    }
    @media screen and (max-width: 850px){
        .qc-cmp-buttons {
            padding-top: 0px!important;
            }
        .qc-cmp-title {font-size: 17px!important;}
        .qc-cmp-main-messaging{font-size: 12px!important;}
        }



/* ---------------- COOCKIES REGION ---------------- */

/* ---------------- POPUP ---------------- */
#aviso {
    display: none;
    color: black;
    padding: 0px;
    text-align: center;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000000;
    background-color: rgba(0,0,0,0.6);
    height: 100%;
}

#aviso button {
    color: black;
    background-color: #F1C400;
    text-transform: uppercase;
    border:0px;
    font-weight: 600;
    font-size: 12px;
    padding:15px 30px;
    margin: 20px 0;
    cursor: pointer;
}
.contenidoaviso{
    width: 90%;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 25px 5px #000000;
    max-width: 600px;
    margin: auto;
    text-align: left;
}
.contenidoaviso p{
    font-size: 14px;
    line-height: 24px;
    padding:5px 20px;
    margin-bottom:0;
}
.cabecerapopup{
    width: 100%;
}
@media all and (max-width: 700px) {
    .contenidoaviso p{
    font-size: 12px;
    line-height: 15px;
    padding:5px 20px;}
}
.headeraviso{
    background-color: #1D428A;
    color: #FFF;
    text-align: center;
    font-weight: 900;
}
.avisobuton{
    float: left;
    width: 100%;
    background-color: #FFFFFF;
}

.cerrarpopup{
    position: absolute;
    top: 10px;
    right: 0;
    float: left;
    right: 10px;
    color: #FFFFFF;
    font-size: 30px;
}
/* ---------------- POPUP ---------------- */

