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%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
.clearboth{
    clear:both;
}

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;
}

a:hover{
    text-decoration: none;
}


@font-face {
    font-family: 'icons';
    src: url('../../fonts/icons.woff');
    font-weight: 400;
}

/***** REGLAS GLOBALES ******/



* {box-sizing: border-box;}

img {
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;

}

.section-item-pic{
    text-align:center;
}

.section-item-pic img {
    display: block;
    overflow: hidden;
    margin:auto;

}

.section-item-pic.home{
    height:135px;
    overflow:hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-item-pic.home img{
    max-height:109px;
    width:auto;
}

a {
    color: inherit;
    text-decoration: inherit;
}

a:hover{
    color: #ffcc00;
}

body{
    line-height: 1.5;
    font-family: 'Poppins', 'Helvetica', sans-serif !important;
}


button{
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

*:focus {
    outline: none;
    box-shadow: none;
}

.boton{
    background-color: #ffcc00;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    min-width: 120px;
    display: inline-block;
    text-align: center;
    padding: 8px 20px;
    border:none;
}

.boton.add-to-cart:hover{
    background: black;
    color: #ffcc00;
    transition: .5s;
}

.boton:hover{
    color: black;
}

.light-yellow{
    background-color: #FFF0B3 !important;
    color: black !important;
}

.main-yellow{
    background-color: #ffcc00 !important;
    color: black !important;
}

/*************************************
 *
 *             HEADER starts
 *
 * ************************************/

.header{
    position: fixed;
    width: 100%;
    z-index: 10;
}

/******** topnav ********/

.topnav{
    background-color: black;
    color: #D3D3D3;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.topnav-logo img{
    max-width: 300px;
}


.topnav-login{
    color: #ffcc00;
    text-align:right;
}

.topnav-login a{
    margin-right: 10px;
    font-weight: 500;
}

.topnav-login a:hover{
    color: #FFF0B3;
    transition: .4s;
}

.topnav-contact{
    display: flex;
    flex-direction: row;
    font-size: 14px;
    height: 50px;
    align-content: flex-end;
    margin-top: auto;
    font-weight: 500;
}

.contact-info, .contact-horario{

    padding: 0px 2rem;
}


.contact-info{
    border-right: 1px solid white;
}

.subnav{
    padding: 5px 26px;
    background-color: #555;
    display: flex;
    flex-direction: row;
}

.subnav #search{
    margin-right: 4rem;
}

.submenu{
    font-size: 16px;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submenu .submenu-item{
    margin-right: 1.5rem;
}

.submenu .submenu-item:hover{
    color: #ffcc00;
    text-decoration: none;
    transition: .5s;
}

input[type=password], input[type=text], input[type=email]{
    padding: 12px;
    height: 30px;
    font-size: 14px;
    width: 200px;

}

@media (max-width: 991px){
    .header{
        margin-bottom:1rem;
        position: relative;
    }

    .topnav-contact{
        justify-content: center;
    }
}





/**** header ends *******/


/************* MAIN ************/


.page-title{
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1rem;

}

.page-text{
    font-size: 15px;
    margin-bottom: 10px;
}
main{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2rem;
}



/*********************
 *
 *
 *
 *
 *
 * SIDE MENU
 *
 *
 *
 *
 * ******************/


.icon-camera_alt:before {
    content: "\e916";
}

.sidemenu-nav .nav-item:before{
    font-family: "icons";
    padding: 5.5px 2px;
}

.icon-camera_enhance:before {

    content: "\e913";
}

.icon-sd_storage:before {
    content: "\e918";
}

.icon-camera:before {
    content: "\e917";
}

.icon-flash_on:before {
    content: "\e915";
    font-size: 1.4em;
}

.icon-wb_sunny:before {
    content: "\e912";
}

.icon-shopping_bag:before {
    content: "\e911";
}

.icon-battery_charging_full:before {
    content: "\e910";
}

.icon-local_movies:before {
    content: "\e90b";
}

.icon-printer:before {
    content: "\e91b";
}

.icon-remove_red_eye:before {
    content: "\e920";
}

.icon-scanner:before {
    content: "\e91f";
}

.icon-gps_not_fixed:before {
    content: "\e91e";
}

.icon-audiotrack:before {
    content: "\e909";
}

.icon-water:before {
    content: "\e91c";
}

.icon-videocam:before {
    content: "\e90d";
}

.icon-movie:before {
    content: "\e90f";
}

.icon-video_library:before {
    content: "\e90e";
}

.icon-personal_video:before {
    content: "\e90a";
}

.icon-tripode:before{
    content: url('../img/icon-tripode.png');
    width: 20px;
}

.icon-games:before {
    content: "\e91d";
}

.icon-modificadores:before{
    content: url('../img/icon-modificadores.png');
    width:20px;
}

.icon-fondos:before{
    content: url('../img/icon-fondos.png');
    width: 20px;
}

.icon-soportes-video:before{
    content: url('../img/icon-soportes-video.png');
    width: 20px;
}

.icon-soportes-iluminacion:before{
    content: url('../img/icon-soportes-iluminacion.png');
    width: 20px;
}

.icon-efectos:before {
    content: url('../img/icon-fx.png');
    width: 20px;
}

.icon-consumibles:before {
    content: url('../img/icon-consumibles.png');
    width: 20px;
  }

.icon-meter:before {
content: url('../img/icon-meter.png');
width: 20px;
}

.icon-luz-continua:before {
    content: url('../img/icon-luz-continua.png');
    width: 20px;
  }



.sidemenu{
    width: 224px;
    padding: 10px 0;
    background-color: #FAFAFA;
    color: #393939;
    margin-top: 116px;
    font-family: 'Poppins', 'Helvetica', sans-serif !important;

}



.sidemenu-group h2{
    color: black;
    background-color: #ffcc00;
    font-weight: 500;
    padding: 3px 1.7rem;
    width: 200px;
}

.navbar-nav .nav-link, .dropdown-item{
    font-size: 14px;
    padding: 3px 1.5rem;
    font-weight: 500;
    color: #393939;
    font-family: 'Poppins', 'Helvetica', sans-serif !important;


}

.navbar-nav .nav-link{
    display: flex;
    justify-content: space-between;
}

.navbar-nav .nav-link{
    display: flex;
    justify-content: space-between;
}

.navbar-nav .nav-link:after{
    align-self: center;
}

.dropdown-item{
    min-width: 230px;
    padding: 3px 1.5rem;
}

.navbar-light .navbar-nav .nav-link{
    color: #393939;
    width: 180px;
    font-weight: 600;
    font-family: 'Poppins', 'Helvetica', sans-serif;
    padding-right: .5rem;
}

.navbar{
    padding: .5rem 0rem 1.5rem 1.5rem;
}

.nav-item{
    display: flex;
    align-items: center;
}


.sidemenu-group{
    width: 100%;
    margin-bottom: 10px;
}

.dropdown-menu{
    position: relative;
    display: none;
    margin: 0;
    margin-left: 0;
    border: 0;
    background-color: #FAFAFA;
    padding: 0;


}



.navbar-expand-lg .navbar-nav{
    flex-direction: column;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
    position: relative;
}

.dropdown-menu{
    position: relative;
    display: none;
    margin: 0;
    margin-left: 0;
    border: 0;
    background-color: #FAFAFA;
    padding: 0;


}

@media(min-width: 992px){
    .dropdown:hover .nav-link, .dropdown:hover:before, .nav-item a:hover, .nav-item:hover:before{
        background-color: #CFCFCF;

    }

    .dropdown:hover{
        display: flex;
        flex-direction: row;
    }

    .dropdown-item:hover{
        font-weight: 600;
    }


    .dropdown:hover .dropdown-menu{
        margin-top: -27px;
        display: block;
        position: absolute;
        left: 200px;
    }
}



.navbar-expand-lg .navbar-collapse{
    flex-direction: column;
    align-items: flex-start;
}


/**** MENU IRENE ****/

.collapse.show{
    display: block;
}

.dropdown.show{
    background-color: #CFCFCF;
}



@media (max-width: 991px){


    .dropdown.show{
        display: block;
        flex-direction: row;
    }

    .dropdown.show .dropdown-menu{
        margin-top: 0;
        display: block;
        position: relative;
        left: 0;
    }


    .topnav{
        flex-direction: column;
    }

    .topnav-logo{
        align-self: center;
        margin-bottom: 10px;
    }



    .submenu .submenu-item{
        margin-right: 15px;
    }

    .buscador{
        display: flex;
        justify-content: flex-start;
        margin-left: 100px;
    }
    .subnav #search{
        margin-right: 0;
        border: 1px solid rgb(238,238,238)!important;


    }

    .navbar-toggler{
        background-color: #ffcc00;
        z-index: 999;
        margin-top: -40px;
        margin-left: 20px;


    }

    .sidemenu{
        width: 0;
        background-color: black;
        z-index: 999;
    }

    .navbar{
        position: absolute;
        padding: 0;
        top: 210px;
        left: 0px;


    }

    .navbar-collapse{
        background-color: white;
    }

    /* alinear dropdown items debajo del principal */
    .nav-item{
        display: block;

    }

    /* ocultar iconos del menÃº */
    .sidemenu-nav .nav-item:before{
        display: none;
    }

    /** recolocar anchuras **/


    .sidemenu-group h2{
        width: 100%;
    }

    .navbar-collapse {
        width: 400px;
    }


    .navbar-light .navbar-nav .nav-link{
        width: 100%;
    }


    .bg-light{

        background-color: transparent !important;
    }

    .navbar-expand-lg .navbar-nav{
        flex-direction: column;
    }

    .dropdown-item{
        color: grey;
        padding-left: 2rem;
        width: 100%;
        min-width: auto;
    }

    .buscador{
        margin-left: 5rem;
        margin-right: 1rem;
    }



}



@media (min-width: 600px){
    .topnav-login .opinionweb:before{
        content: "\a";
        white-space: pre;
    }
}


@media (max-width: 600px){
    .topnav{
        padding: 1rem 20px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .topnav-logo img{
        max-width: 100%;
    }

    .contact-info, .contact-horario{
        padding: 0 ;
    }
    .contact-info{
        padding-right: 10px;
        border-right: 0;
    }
    .contact-horario{
        padding-left: 0px;
    }

    .topnav-contact{
        justify-content: flex-start;
        flex-direction: column;
        width: 80%;
    }


    .topnav-contact ul{
        display: flex;
        flex-direction: row;

    }

    .topnav-contact ul li{
        margin-right: 15px;
    }

    .topnav-login{
        display: flex;
        justify-content: flex-end;
        margin-right: 0;
        /* width: 17%; */
    }

    .navbar-toggler{
        background-color: #ffcc00;
        z-index: 999;
        margin-top: -10px;
        margin-left: 20px;


    }

    .topnav-login a:first-of-type{
        display: none;

    }

    .topnav-login a:last-of-type{
        margin-left: 15px;
    }

    .topnav-login{
        /*width: 19%;*/
        align-items: center;
    }

    .subnav{
        flex-direction: column-reverse;
        justify-content: center;
        padding: 10px;
        background-color: white;
    }

    .submenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 5px;
        color: black;

        font-size: 14px;
    }

    .buscador{
        margin-top: 10px;
    }


}



@media (max-width: 416px ){

    .contact-info{
        flex-direction: column;
    }

    .topnav-contact{
        display: flex;
        justify-content: center;
        font-size: 12px;
        width: 100%;
    }

    .submenu .submenu-item{
        margin-right: 10px;
        font-size: 13px;
    }

    .submenu .submenu-item:last-of-type{
        margin-right: 0;
    }

    .navbar-toggler{
        background-color: #ffcc00;
        z-index: 999;
        margin-top: -15px;
        margin-left: 20px;


    }
}

@media (max-width: 420px ){
    .navbar-toggler{
        margin-top: 0px;

    }
}

@media (max-width: 375px ){
    .navbar-toggler{
        margin-top: -5px;

    }
}

.navbar-collapse{
    width: 350px;
}

@media (max-width: 350px ){

    .topnav-contact{
        width: 100%;
    }

    .navbar-toggler{

        margin-top: -10px;

    }


    .navbar-collapse{
        width: 320px;
    }
}

@media (max-width: 321px ){
    .navbar-collapse{
        width: 280px;
    }
}

@media (max-width: 300px ){
    .navbar-collapse{
        width: 280px;
    }
}



/************** MAIN CONTENT **********/

.home-slider img{
    width: 100%;
}

@media(min-width: 1350px){
    .main-content{
    width:80%;
    }
}

.main-content{
    width:75%;
    margin: 0 auto;
    margin-top: 136px;


}

@media (max-width: 991px){
    .main-content{
        margin-top: 0;
    }




}


/********** HOME *************/

.home-slider{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2rem;
}


/*************** SECCIONES DE PRODUCTOS ***********/

.home-section{
    /* margin-bottom: 1rem; */
}

.section-header{
    display: flex;
    justify-content: space-between;
    margin-bottom: .4rem;
}

.section-filters{
    display: flex;
    margin-bottom: 6px;
    font-size: 14px;
}

.filter{
    background-color: white;
    border: 0;
    padding: 3px 10px;
}

.filter.active{
    background-color: #E6E6E6;
}

.section-header{
    border-bottom: 2px solid black;
}

.section-title{
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
}

/**** caja de producto ****/

.section-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.section-item{
	width: 19%;
	border: 0;
	margin-bottom: 1rem;
	margin-right: 1.25%;
}

.section-item:nth-child(5n){
	margin-right: 0;
}

.section-item-pic{
	padding: 10px;
	border: 1px solid #ffcc00;
}

.section-item-logo{
    max-width: 45%;
    margin-bottom: 5px;
}



.section-item-info{
    font-size: 13px;
}


.section-item-title, .section-item-extract{
    padding: 2px 5px;
}

.section-item-title:hover a{
    color: black;
}

.section-item-title{
	background-color: #ffcc00;
	font-weight: 600;
	font-size: 13px;
    min-height: 4em;
}

.section-item-extract{
    background-color: #FFF0B3;
    min-height: 6em;
    max-height: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-item-info .price-info{
    background-color: #ffcc00;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

.price-info{
    height: 44px;
}

.price-info a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;

}



.price-info a:hover{
    color: black;
    font-weight: 600;

}

.price-box{
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 90px;
}

.price-box .price{
    text-align:right;
}

.price-box.offer .price.current{
    color: #9B0000;
    width:100%;
}

.price.before{
    font-size: 11px;
    text-decoration:line-through;
}


/****** DEJAR SOLO UNA LINEA EN DESTACADOS Y OFERTAS *****/

.control-line .section-item:nth-child(6n){
  display:none;  
}

/* Slider home productos destacados */

.homeSlider, .sliderProducto{
    position:relative;
    margin:auto;
    width:100%;
}

.homeSlider .section-item{
	width: 18.7%;
	border: 0;
	margin-bottom: 1rem;
	margin-right: .625%;
    margin-left: .625%;
    float:left;
}

.homeSlider li{
    list-style: none;
}

.section-item-pic{
    position:relative;
}

.section-item-pic .marca{
    position:absolute;
    z-index:1;
    bottom:0;
    left:0;
    margin:0;
    display:inline-block;
    background:#212529;
    color:#212529;
    font-weight: bold;
    padding:.2em .4em;
    font-size:.75em;
}

.home-section .carousel-nav-bottom{
    font-size:.8em;
}



@media (max-width: 1400px){

    .section-item, .section-item:nth-child(5n){
    
        width: 18.7%;
        margin-right: .67%;
        margin-left: .67%;
    }
   
    /*
    .section-item:nth-child(4n){
        margin-right: 0;
    }
    */

    .control-line .section-item:nth-child(6n), .control-line .section-item:nth-child(5n){
  display:none;  
}


}

@media (max-width: 1150px){
    .section-item, .section-item:nth-child(4n), .section-item:nth-child(5n){
        width: 32% !important;
        margin-right: 1.3%;
    }
    /*
    .section-item:nth-child(3n){
        margin-right: 0;
    }
    */

    .control-line .section-item:nth-child(6n), .control-line .section-item:nth-child(5n), .control-line .section-item:nth-child(4n){
      display:none;  
    }

}


@media (max-width: 991px){
    .main-content{
        width: 95%;
    }
}

@media (max-width: 700px){

    .section-item, .section-item:nth-child(3n), .section-item:nth-child(4n), .section-item:nth-child(5n){
        width: 48% !important;
        margin-right: 1%;
        margin-left:1%;
    }

    .control-line .section-item:nth-child(6n), .control-line .section-item:nth-child(5n), .control-line .section-item:nth-child(4n), .control-line .section-item:nth-child(3n){
      display:none;  
    }


    .section-header{
        flex-direction: column;
    }

    .main-content{
        width: 95%;
    }
    /*
    .section-item:nth-child(2n){
        margin-right: 0;
        width: 49%;
    }
    */

    .homeSlider .section-item{
        margin-right: 1%;
        margin-left: 1%;
    }
}

@media (max-width: 500px){
    .section-item-info .price-info{
        flex-direction: column-reverse;
    }

    .price-box{
        flex-direction: row;
        justify-content: flex-start;
        margin-left: 5px;

    }

}

@media (max-width: 350px){
    .section-item{
        width: 100%;
    }


    .section-item .price{
        color: #9B0000;
        font-size: 14px;
    }

    .section-item-extract{
        padding: 5px;
    }

    .section-item .price-info{
        height: auto;

    }
}




/********** NOTICIAS ********/

#NEWSslides .carousel-nav-bottom .prev{
    left: 0;
}

#NEWSslides .carousel-nav-bottom .next{
    right:11px;
}

.noticia-item{
    width: 19%;
    font-size: 13px;
    border: 1px solid #E2E2E2;
    background:#FAFAFA;
    padding: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    margin-right: 1.25%;
    margin-right: 1%;
    float:left;
}



.noticia-item img{
    margin-bottom: 5px;
}

.noticia-item .fecha{
    font-weight:normal!important;
    font-size:1.2em;
}

.noticia-title{
    font-weight: 600;
    font-size: 15px;
}

.noticia-extract{
    margin-bottom: 10px;
}

.noticia-item .boton{
    align-self: flex-end;
}

.ver-noticias a{
    font-size: 14px;
    color: #616161;
    font-weight: 500;
    text-align: right;
    display: inline-block;

}

.ver-noticias{
    display: flex;
    justify-content: flex-end;
}

.ver-noticias:after{
    content: ">";
    margin-left: 4px;
}

.noticia-item b{
    font-weight: 700 !important;
}

.noticia-item .noticia-info a{
    text-decoration: underline;
    font-weight: 700;
}

@media (max-width: 1400px){
    .noticia-item{
        width: 25%;
        width: 24%;
        margin-right: 1.33%;
        margin-right: 1%;
    }

    
}

@media (max-width: 1150px){
    .noticia-item{
        width: 32%;
        margin-right: 1.3%;
    }

   
}

@media (max-width: 700px){
    .noticia-item{
        width: 100%;
        margin-right: 0 !important;
    }

    #NEWSslides .carousel-nav-bottom .next{
        right:0;
    }
}

/*****************+ PRODUCTO ****************/

.breadcrumbs{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.breadcrumbs span:before{
    font-family: 'icons';
    content: "\e907";
}

.hero{
    margin-bottom: 2rem;
}



/****** slider *******/


#content-wrapper{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

#content-wrapper .colum{

}

.product-slider .column{
	padding: 10px;
	width: 47%;
	/* max-height: 400px; */
	/* min-height: 400px; */
	height: auto;
	max-width: 47%;
	min-width: 47%;


}

#featured{
	width: auto;
	margin: 0 auto;
	max-height: 240px;
	cursor: pointer;

}

.thumbnail{
    object-fit: contain;
    max-width: 100px;
    max-height: 100px;
    cursor: pointer;
    opacity: 0.5;
    margin: 5px;
    border: 2px solid #ffcc00;
}

.thumbnail:hover{
    opacity:1;
}

.active{
    opacity: 1;
}

#slide-wrapper{
    display: flex;
    min-height: 100px;
    align-items: center;
    justify-content:center;
}

#slider{
    width: 440px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content:center;

}

#slider::-webkit-scrollbar {
    width: 8px;

}

#slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);

}

#slider::-webkit-scrollbar-thumb {
    background-color: #dede2e;
    outline: 1px solid slategrey;
    border-radius: 100px;

}

#slider::-webkit-scrollbar-thumb:hover{
    background-color: #18b5ce;
}

.arrow{
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
}

.arrow:hover{
    opacity: .5;
    width: 35px;
    height: 35px;
}

@media (max-width: 1300px){
    #content-wrapper{
        justify-content: space-around;
    }
}

@media (max-width: 991px){
    .hero-main .product-slider .column{
        min-height: 150px;
    }


    .product-slider .boton{
        margin-bottom: 1rem;
    }

    #featured, #slide-wrapper{
        max-width: 90%;
        margin:  0 auto;
        max-height: 150px;
    
    }


}





/****** info producto ********/

.product-info{
    text-align: center;
}

.product-info .product-brand{
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.product-name{
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.product-subtitle{
    margin-bottom: 1rem;
}

.pictos-descriptivos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;

}

.picto{
    max-width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 5px;
}

.picto:last-of-type{
    margin-right: 0;
}

.hero .precio{
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.1rem;}

.hero .precio span{
    font-weight: 400;
}

.hero-description{
    font-size: 14px;
}


/****** tabs ****/

.tabs-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}

.tab-item{
    background-color: black;
    color: #ffcc00;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 15px;
}

.tab-item.active{
    background-color: #ffcc00;
    color: black;
}

.pictos-marca {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 3px;

}

.picto-marca{
    max-width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 5px;

}


/********** ACCESORIOS PRODUCTO **********/

.accesorios{
    display: none;
}

.tabs-content .accesorios.active{
    display: block;
}


.accesorios-header, .caracteristicas-header, .valoraciones-header{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #D9D9D9;
    font-weight: 600;
    justify-content: space-between;
    padding: 3px 10px;
    font-size: 15px;


}

.accesorios-title:nth-child(1n){
    width: 70%;
}

.accesorios-title:nth-child(2n), .accesorio-price {
    width: 15%;
    text-align: center;
}

.accesorios-title:nth-child(3n), .accesorio-quantity{
    width: 10%;
}

.accesorios-title:nth-child(4n), .accesorio-add-to-cart{
    width: 5%;
}


.accesorios-item, .valoraciones-item{
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #EEEEEE;
    padding: 5px;
    align-items: center;

}

.accesorios-item:nth-child(odd){
    background-color: #F3F3F3;
}

.accesorio-img{
    width: 5%;
}

.accesorio-img img{
    width: 80%;
    margin: 0 auto;
    padding: 5px;
}

.accesorio-info, .valoraciones-info{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 14px;
    padding: 3px 5px;
    width: 70%!important;

}

.accesorio-info h2, .valoraciones-info h2{
    font-weight: 600;
}

.accesorio-info p{
    font-size: 13px;
}

.accesorio-price{
    font-weight: 600;
}

.accesorio-quantity input{
    width: 50px;
}

.accesorio-eliminar{
    text-align:center;
}

.accesorio-add-to-cart button{
    background-color: #ffcc00;
    width: 35px;
    height: 35px;
}

.accesorio-add-to-cart button:hover{
    cursor:pointer;
}

.single-product .fa-shopping-cart{
    background-color: #ffcc00;
}







/*************** PRODUCTO PACKS ****************/

.packs{
    display: none;
}

.packs.active{
    display: block;
}

.packs-box{
    position:relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.packs-box ul{
    width: 100%;
}

.packs-box ul li{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.packs-box .carousel-nav-bottom .next{
    right:0;
}
.packs-box .carousel-nav-bottom .prev{
    left:0;
}

.packs-item{
    display: flex;

    flex-direction: row;
    width: 49.5%;
    border: 1px solid #E2E2E2;
    padding:5px;
    margin-bottom: 10px;
}

.packs-item .section-item-pic{
	margin-right: 10px;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.packs-item .section-item-pic img{
    width: auto;
    max-height: 150px;
    max-width: 140px;
}

.packs-item .section-item-info{
    width: 100%;
    padding: 6px 0;
}

.packs-item .section-item-title, .packs-item .section-item-extract, .packs-item .price-info{
    background-color: white;
}

.packs-item .section-item-extract{
    margin-bottom: 10px;
}

.packs-item .price-info .boton{
    height: 30px;
    font-size: 11px;
    align-self: center;
}

.packs-item .price-info .price-box {
    font-size: 14px;
}

.packs-item .price-info .price-box .price.before{
    font-size: 13px;
}



.packs-item .price-info a{
    margin-left: 5px;
}



.ver-historico{
    font-weight: 700;
    font-size: 14px;
}


@media (max-width: 500px){
    .packs-item .price-info .price-box{
        margin-top: 10px;
        color: #9B0000;
    }

}

@media (max-width: 400px){
    .packs-item .price-info .price-box .price.before{
        font-size: 11px;
    }
}

/************ PRODUCTO CARACTERISTICAS **********/

.product-tabs-and-content{
    margin-bottom: 1rem;
}

.caracteristicas{
    display: none;
}

.caracteristicas.active{
    display: block;
}

.caracteristicas-item{
    display: flex;
    flex-direction: row;
    font-size: 14px;
    padding: 5px 15px;
    border-bottom: 1px solid #EEEEEE;

}


/**** caracteristicas del diseÃ±o original que vamos a mantener mientras tanto ***/


.caracteristicas-table{
    font-size: 13px;


}

.caracteristicas-table td{
    padding: 5px 10px;
    border: 1px solid white;
}

.caracteristicas-table tr td:first-of-type{
    font-weight: 600;
    width: 20%;

}
.caracteristicas-table tr:nth-child(even){
    background-color: #F3F3F3;
}

.caracteristicas-table tr:nth-child(odd){
    background-color: #ECECEC;
}



/*

Empieza Caracteristicas diseÃ±o NEW que se aplicarÃ¡ mÃ¡s adelante


.caracteristicas-detail{
	min-width: 30%;
	margin-right: 1%;
	font-weight: 500;
}

si la caracteristicas-item no tiene un caracteristica-detail, lo ocultamos para que caracteristicas-data pueda ocupar el 100%


.caracteristicas-detail.empty{
	display: none;
}


.caracteristicas-incluye{
	margin-top: 2rem;

}

.caracteristicas-incluye h4{
	font-weight: 600;
	margin-bottom: 10px;
}

.incluye-box{
	background-color: #F5F5F5;
	padding: 1rem 1.5rem;
	font-size: 14px;
	margin-left: 10px;
}


Termina el nuevo diseÃ±o de caracteristicas


*/

/*********** PRODUCTO VALORACIONES ***********/

.valoraciones{
    display: none;
}

.valoraciones.active{
    display: block;
}

.valoraciones-item{
    align-items: center;
}
.valoraciones-title:nth-child(1n), .valoraciones-info{
    width: 65%;
}

.valoraciones-title:nth-child(2n), .estrellas{
    width: 20%;
    text-align: center;


}

.estrellas{
    color: orange;
}

.valoraciones-title:nth-child(3n), .fecha-compra{
    width: 15%;
    text-align: center;
}

.fecha-compra{

    font-size: 14px;
}


/*********** PRODUCTO RELACIONADOS ***********/

.relacionados{
    display: none;
}

.relacionados.active{
    display: block;
}


/****** paginacion *******/
.paginacion{
 
    text-align: center;
    font-size: 14px;
    margin: 2rem 0;
}

.paginacion li{
    padding: 3px 10px;
    color: #7C7C7C;
    display:inline-block;
}

.paginacion li.active{
    background-color: #eeeeee;
    font-weight: 600;
}
.pag{
    border: 1px solid #eeeeee;
}

.paginacion .pag-prev, .paginacion .pag-next{
    background-color: #eeeeee;
    color: #B9B9B9;
    padding: 3px 7px;
}

.pag-prev:before{

}

.icon-keyboard_arrow_left:before {
    content: "\e906";
    font-family: 'icons';
}

.icon-keyboard_arrow_right:before {
    content: "\e907";
    font-family: 'icons';
}

.icon-keyboard_arrow_up:before {
    content: "\e905";
    font-family: 'icons';
}

.icon-keyboard_arrow_down:before {
    content: "\e908";
    font-family: 'icons';
}



.texto-garantia-producto{
    font-size: 12px;
}


/******************** ARCHIVE *********************/

.pre-main{
    display: flex;
    justify-content: space-between;
}

.archive-filtros{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
    font-size: 13px;
    -webkit-appearance:none;
    flex-wrap: wrap;

}
.archive-filtros .filtro-item{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 200px;
    margin-right: 15px;}

.archive-filtros .filtro-item label{
    margin-bottom: 5px;
}

.archive-filtros .filtro-item select{
    background-color: #eeeeee;
    box-shadow: 0;
    border: 1px solid #C5C5C5;
    border-radius: 0;
    padding: 0px 8px;
    color: #666666;



}

.filtro-item .fa-chevron-down{
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #666666;
}

.filtro-precio-box{
    display: flex;
    justify-content: space-between;
}

.range-valores{
    display: flex;
}



.range-valores p:first-of-type:after{
    content: " - ";
    margin-right: 3px;
}

.display {
    display: flex;
    align-content: center;
    color: grey;
}

.bold{
    font-weight: 600;
    color: black;
}

.display .display-item{
    display: flex;
    font-size: 13px;
    margin-right: 15px;
}

/*
.display .display-item i{
	margin-top: 3px;
}


*/

.display .display-item p{
    margin-right: 5px;
}
.display .display-item:first-of-type{
    margin-right: 10px;
}

.display .display-item p, .display .display-item i{
    cursor: pointer;
    align-self: center;
}

.archive-marca{
    margin-bottom: 1rem;
}

.archive-marca-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: .5rem;
}


.archive-marca-logo{
    align-self: flex-end;
}

.archive-marca-logo img{
    max-width: 200px;
}

.promociones{
    background-color: #eeeeee;
    display: flex;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;

}

.promociones p{
    margin-right: 10px;
}

.promociones img{
    max-width: 180px;
    margin-right: 5px;
}
.promociones img:last-of-type{
    margin-right: 0;
}



/****** display listado ********/

.packs-box.listado .packs-item{
    width: 100%;
    border: 0;
    display: flex;
    padding: 10px 1rem;

}

.packs-box.listado .section-item-pic{
	width: 10%;
	border: 0;
}

.packs-box.listado .section-item-info{
    display: flex;
    width: 90%;
    justify-content: space-between;
}

.packs-box.listado .section-item-data{
    display: flex;
    flex-direction: column;
}

.packs-box.listado .price-info{
    display: flex;
    flex-direction: row-reverse;
    height: auto;
}

.packs-box.listado .price-info .price-box{
    padding: 1rem 2rem;
}

.packs-box.listado .packs-item .section-item-title, .packs-box.listado .packs-item .section-item-extract, .packs-box.listado .packs-item .price-info{
    background-color: transparent;
}

.packs-box.listado .packs-item:nth-child(odd){
    background-color: #F3F3F3;
}



/******* search ********/

.search-text{
    font-size: 13px;
    margin-bottom: 1rem;
}

/***** archive fabricante ****/

.archive-fabricante-cat{
    margin-bottom: 1rem;
}

.archive-fabricante-cat-title{
    font-weight: 600;
    font-size: 14px0;
    margin-bottom: 10px;
}


@media (max-width: 1450px){
    .pre-main{
        flex-direction: column;
    }

    .archive-filtros{
        justify-content: flex-start;
    }

    .display{
        justify-content: flex-end;
        margin-bottom: 1rem;
    }
}

@media (max-width: 1150px){
    .pre-main{
        flex-direction: column;
        justify-content: flex-start;
    }

    .archive-filtros{
        justify-content: flex-start;
    }

    .display{
        margin-bottom: 10px;
    }

    .archive-filtros .filtro-item{
        margin-bottom: 10px;
    }
}

@media (max-width: 991px){




    .tab-item{
        margin-bottom: 5px;
        font-size: 12px;

    }

    .display{
        display: none;
    }



}



@media (max-width: 840px){
    .packs-item{
        width: 100%;

    }

    .product-info .product-brand{
        max-width: 100px;
    }

    .picto{
        max-width: 30px;
    }

    .archive-marca-header{
        flex-direction: column;

    }

    .archive-marca-logo{
        align-self: flex-start;
        margin-bottom: 1rem;
    }

    .promociones{
        justify-content: flex-end;
    }





}

@media (max-width:700px){
    .caracteristicas-detail{
        min-width: auto;
        min-width: 130px;
        max-width: 130px;

    }

    .product-tabs{
        display: flex;

    }

    .tabs-box{
        flex-wrap: wrap;
        flex-direction: column-reverse;
        font-size: 12px;

    }

    #content-wrapper{
        flex-wrap: wrap;
    }

    .product-name{
        font-size: 1rem;
    }

    .product-subtitle{
        font-size: 14px;
    }
}

@media (max-width: 640px){

    .caracteristicas-item{
        flex-direction: column;
    }

    .caracteristicas-detail{
        max-width: 100%;
    }
    .valoraciones-item{
        display:flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .valoraciones-info{
        width: 100%;
    }

    .estrellas, .fecha-compra{

        text-align: left;
    }
    .estrellas{
        width: 150px;
    }

    .valoraciones-title:nth-child(2n), .valoraciones-title:nth-child(3n){
        display: none;
    }
    .archive-filtros .filtro-item{
        margin-bottom: 15px;
    }

}









@media (max-width:600px){
    .accesorio-info p{
        display: none;
    }
}

@media (max-width:450px){

    .sign-in-begins .acceso-box .campo label{
        width: 80px;
    }

    .archive-filtros .filtro-item{
        width:49%;
        margin-right: 0;
    }
    .accesorio-info{
        width: 60%;
        font-weight: 400;
    }

    .accesorios-item, .valoraciones-item{
        justify-content: space-between;
    }

    .archive-filtros{
        justify-content: space-between;
    }

    .multiselect{
        width: 175px !important;
    }


    .accesorio-info h2{
        font-weight: 400;
    }

    .accesorio-img{
        display: none;
    }

    .single-product .accesorios-title:nth-child(3n), .single-product .accesorio-quantity, .accesorios-title:nth-child(2n){
        display: none;
    }

    .accesorios-title:nth-child(4n), .accesorio-add-to-cart{
        width: 10%;
    }

    .accesorio-price{
        width: 20%;
    }

    .archive .packs-item, .single-product .packs-item{
        width: 49.5%;
        flex-direction: column;

    }

    .archive .packs-item .section-item-pic, .single-product .packs-item .section-item-pic{
        width: 100%;
        height: 180px;
    }

    .archive .packs-item .section-item-info, .single-product .packs-item .section-item-info{
        width: 100%;
    }

    .archive .packs-item .section-item-title, .packs-item .section-item-extract, .packs-item .price-info, .single-product .packs-item .section-item-title, .packs-item .section-item-extract, .packs-item .price-info{
        display: flex;
        flex-direction: column-reverse;
    }

    .archive .price-box, .single-product .price-box{
        flex-direction: row;
        justify-content: space-between;

    }

    .archive .section-item-extract, .single-product .section-item-extract{
        margin-bottom: 1rem;
    }

    .archive .packs-item .price-info .boton, .single-product .packs-item .price-info .boton{
        width: 100%;
    }
}



@media (max-width: 360px){
    .archive .packs-item, .single-product .packs-item{
        width: 100%;


    }

    .archive .price-box{
        justify-content: flex-start;
    }

    .archive-filtros .filtro-item{
        width: 100%;
    }

    .sign-in .contraseÃ±a-box{
        padding: 1rem;
    }
}

/************************ FABRICANTES **************/


.fabricantes-box{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;

}

.fabricantes-item{
    width: 15%;
    margin-bottom: 2rem;

}

.fabricantes-item img{
    max-width: 60%;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 500px){
    .fabricantes-item{
        width: 25%;

    }
}


/***************** CONTACTO **************/

.contacto .page-title{
    margin-bottom: 2rem;

}

.contacto button{
    margin-bottom: 1rem;
}



.contacto-box{
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
}

.contacto form, .contacto input{
    width:400px;
}

.contacto input, textarea{
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    font-size: 14px;
    color: #4A4A4A;
}


.privavidad-text{
    font-size: 12px;
}
.privavidad-text a{
    color:#0645AD;
}

.rrhh{
    width: 50%;
    margin-left: 5%;
    margin-top: 1.5rem;
}

.trabajo span{
    font-weight: 600;
}
.mapa{
    margin-bottom: 2rem;
}

.campo label{
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
}

.campo{
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.campo.casilla{
    flex-direction: row;
}

.contacto input#cbox1{
    width:auto;
    margin-right: 5px;
}

#cbox1{
    display: flex;
}
#aviso{
    font-size: 11px;
}

@media (max-width:800px){
    .contacto-box{

        flex-direction: column;
        justify-content:center;
    }

    .contacto form{
        margin:  0 auto;
    }

    .contacto form, .contacto input{
        width:500px;
    }

    .rrhh{
        width: 500px;
        margin: 0 auto;
        margin-top: 2rem;
    }
}

@media (max-width:600px){


    .contacto form, .contacto input{
        width:100%;
    }

    .rrhh{
        width: 100%;

    }



}

/********** ACCESO USUARIO ******************/

.sign-in .page-title{
    text-align: center;
}

.acceso-box{
    background-color: #ffcc00;

}

.contraseña-box, .acceso-box{
    width:500px;
    margin: 0 auto;
    padding: 2rem 3rem;
    margin-bottom: 1rem;
    justify-content: center;
}

.acceso-box form, .contraseÃ±a-box form{
    width: 280px;
    margin: 0 auto;
}

.acceso-box p, .contraseÃ±a-box p{
    display: block;
    font-weight: 600;

    width: 280px;
    margin: 0 auto;
    margin-bottom: 1rem;


}

.acceso-box .boton{
    background-color: black;
    color: white;
}

.acceso-box [disabled].boton,
.contacto [disabled].boton
{
    opacity: 0.4;
}

.acceso-box .campo{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.acceso-box .campo:last-of-type{
    margin-bottom: 1rem;
}

.acceso-box .campo label{
    margin-right: 10px;
    font-size: 14px;
}

.sign-in-begins .acceso-box .campo label{
    width: 80px;
}

.contraseÃ±a-box{
    justify-content: center;

    padding: 2rem 3rem;

    margin: 0 auto;
}




/******** panel usuario *********/

.panel-box{
    width: 80%;
    margin:  0 auto;
}
.panel-datos{
    width: 100%;
    margin:  0 auto;
}

.panel-datos form{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.panel-datos .campo{
    width: 45%;
}

.panel-datos p{
    width: 100%;
    text-align: center;
}

.panel-datos .registro-enviar{
    margin-top: 2rem;
}

.contraseÃ±a-box.mi-panel .campo{
    margin-right: 10px;
}

.contraseÃ±a-box.mi-panel label{
    font-size: 14px;
}



.panel-box-buttons{
    margin-bottom: 1rem;
    display: flex;
    justify-content: flex-end;

}
.panel-box-buttons .boton{
    background-color: black;
    color: #ffcc00 !important;
    margin-right: 5px;
}

.panel-box-buttons .boton:last-of-type{
    margin-right: 0;
}

.panel-box-buttons .boton.active{
    color: black !important;
    background-color: #ffcc00;
}





/******* mis pedidos *******/

.mis-pedidos-item{
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #EEEEEE;
    padding: 5px;
    align-items: center;

}

.mis-pedidos-item:nth-child(odd){
    background-color: #F3F3F3;
}

.mis-pedidos-title, .mis-pedidos-item div{
    width: 20%;
}

.mis-pedidos-item p, .mis-pedidos-item a{
    font-size: 14px;
}

.mis-pedidos-item .acciones{
    display: flex;
    justify-content: space-between;
    text-decoration: underline;
}


/******* contactar ****/

.mi-panel-contactar form{
    margin: 0 auto;
    width: 100%;
}

.mi-panel-contactar form input{
    width: 100%;
}







/**** ver pedido ******/

.detalles-pedido .detalles-factura-box{
    margin-bottom: 1rem;
}

.detalles-pedido .detalles-factura-box:last-of-type{
    margin-bottom: 0;
}

.ver-pedido section{
    background-color: #ffcc00;
    font-size: 13px;
    margin-bottom: 1rem;
    padding: 1rem;

}

.ver-pedido section h3{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.ver-pedido section h2{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.ver-pedido section h4{
    font-weight: 600;
    margin-right: 5px;
}

.detalles-factura-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.detalles-factura-box article{
    display: flex;
    width: 25%;
    margin-bottom: 10px;

}

.articulos-facturados tr{
    border-bottom: 1px solid black;
}

.articulos-facturados th{
    font-weight: 600;
    padding:5px;
}

.articulos-facturados td{
    padding:5px;
}



.articulos-facturados .subtotal{
    font-weight: 600;
    border-bottom: 0;
}




@media (max-width: 1500px){
    .panel-box{
        width: 100%;
    }

    .panel-datos .campo{
        width: 49%;
    }

    .acceso-box{
        padding: 2rem 1rem;
    }
}

@media(max-width: 991px)
{

    .panel-datos .campo{
        width: 48%;
        margin-bottom: 1rem;
        flex-direction: column;
    }


    .acceso-box{
        padding: 2rem 3rem;
    }

    .panel-box{
        width: 80%;
    }

    .ver-pedido-page .panel-box{
        width: 100%;
    }

}

@media (max-width: 850px){
    .detalles-factura-box article{
        width: 30%;
    }

}



@media (max-width: 700px){
    .acceso-box{
        width: 90%;
    }



}

@media (max-width: 600px){


    .panel-box{
        width: 100%;
    }

    .panel-datos .campo{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;

    }

    input[type=text]{
        width: 100%;
    }




    .sign-in .accesorios-header{
        font-size: 11px;
    }

    .mis-pedidos-item p, .mis-pedidos-item a{
        font-size: 9px;
    }

}



@media (max-width: 450px){
    .acceso-box{
        width: 100%;
        padding: 2rem 1rem;
    }



    .panel-box-buttons .boton{
        min-width: 100px;
    }

    .panel-box-buttons .boton{
        padding: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;

    }

    .mis-pedidos-title{
        font-size: 10px;
    }

    .mis-pedidos-item p, .mis-pedidos-item a{
        font-size: 8px;
    }

    .mis-pedidos-item .acciones a:first-of-type{
        margin-right: 5px;
    }

    .mis-pedidos-title, .mis-pedidos-item div{
        width: 20%;
    }

    .detalles-factura-box article{
        flex-direction: column;
    }

    .ver-pedido section{
        font-size: 10px;
        padding: 10px;
    }

    .articulos-facturados th{
        font-size: 8px;
    }
}

/********** CESTA ***********/

.cart{
    font-size: 15px;
}

.cart-box{
    margin-bottom: 2rem;
}

.cart-header{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.cart-title, .cart-item div{
    width: 10%;
}

.cart .accesorio-img{
    width: 5%;
}

.cart-title-producto, .cart .accesorio-info{
    width: 45%;
}

.cart-item{
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #EEEEEE;
    padding: 5px;
    align-items: center;
    font-size: 15px;

}

.cart-item:nth-child(odd){
    background-color: #F3F3F3;
}
.cart-header{
    background-color: #ffcc00;
    padding: 5px 10px;
    font-weight: 600;
}

.cart-buttons{
    margin-bottom:1em;
}

#cart-remove{
    margin-left: 1rem;
    border: 1px solid grey;}

.cart-item.subtotal{
    justify-content: flex-end;
    background-color: #eeeeee;
    font-weight: 600;
    width: 25%;
    margin-left: auto;
    margin-top: 2rem;
    padding: 5px 1rem;
}

.cart-item.subtotal div:first-of-type{
    width: 65%;

}
.cart-item.subtotal div:last-of-type{
    width: 35%;

}

.cart-refresh{
    margin-bottom:1em;
}

.cart-refresh .boton{
    background-color: #FFF0B3;
}

.cart-refresh p{
    margin-bottom: 10px;
}

.cart-shop .boton:first-of-type{
    background-color: #FFF0B3;
}




/*******+ cesta vacÃ­a ********/

.empty-cart{
    display: none;
}

.empty-cart p{
    margin-bottom: 1rem;
}


/********* pago y envio CHECKOUT ********/

.envio{
    font-size: 14px;
}

.envio-header{
    padding: 10px;
    background-color: #ffcc00;
    font-size: 14px;
    margin-bottom: .5rem;
    font-weight: 500;

}

.envio-content .option{
    margin-left: .5rem;
    margin-bottom: 10px;
    display: flex;
}

.envio-content .option label{
    margin-left: .5rem;

}

.envio-content .option select{
    margin-left: 5px;


}

.envio-content .option input[type="number"]{
    width: 50px;
    margin-left: 5px;
}


.envio{
    margin-bottom: 2rem;
}

strong{
    font-weight: 600;
}

.envio-info p{
    margin-bottom: 10px;
}

.entrega-info{
    font-size: 13px;
    margin-bottom: 2rem;
}

.entrega-info a{
    display: block;
}

.checkout-navigation a{
    background-color: #eeeeee;
}


/**************** CHECKOUT LOGIN *********/

.cart-login-option{
    margin-bottom: 4rem;
}

.cart-login-option p{
    margin-bottom: 10px;
}


@media (max-width: 1150px){
    .cart-item.subtotal{
        width: 35%;
    }

    .cart-shop{
        margin-bottom: 1rem;
    }
}


@media (max-width: 800px){
    .cart-item.subtotal{
        width: 50%;
    }

    .cart-shop{
        width: 70%;
    }



}

@media (max-width: 800px){

    .cart .accesorio-img{
        display: none;
    }

    .cart .accesorio-info p{
        display: none;
    }

    .cart-title-producto, .cart .accesorio-info{
        width: 35%;
    }

    .cart-shop{
        width: 100%;
        margin-left: 1rem;
        margin-bottom: 1rem;
        justify-content: flex-end;
        display: flex;

    }

    .cart-shop a{
        margin-right: 10px;
    }

    .cart-item div, .cart-title{
        width: 20%;
        font-size: 12px;
    }

    .cart-title{
        font-size: 10px;
    }

    .cart-item div:last-of-type, .cart-title:last-of-type{
        width: 8%;
    }

}

@media (max-width: 500px){



    .envio-content .option label{
        margin-left: .5rem;
        width: 85%;
    }

    .envio-content .option select, .envio-content .option input[type="number"]{
        margin-left: 5px;
        width: 100%;


    }

    .envio-content .option{
        font-size: 13px;
        flex-wrap: wrap;
        display: flex;
    }

    .cart-refresh p{
        font-size: 13px;
    }
    .cart-item div, .cart-title{
        font-size: 10px;
    }

    .cart-title{
        font-size: 8px;
    }

    .cart-title-producto, .cart .accesorio-info{
        width: 20%;
    }

    .cart-title-ref, .cart .cart-referencia{
        display: none;
    }

    .cart .accesorio-quantity input{
        display: block;
    }

    .cart-item{
        justify-content: space-between;
    }

    .cart-item.subtotal{
        width: 100%;
    }

    .cart-shop{
        margin-left: 0;


    }

    .cart-shop .boton{
        font-size: 12px;
    }

}



/***** REGISTRO ********/

.registro .panel-datos form section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #ffcc00;
    padding: 1rem 2rem 0 2rem;
    margin: 0 auto;
    width: 100%;
}


.registro .panel-datos form section .campo{

    width: 48%;

}

.registro .panel-datos form section.nick{

    justify-content: flex-start;

}
.registro .panel-datos form section p{
    text-align: left;
}


.registro .panel-datos form section input{
    max-width: 65%;
}

.panel-datos .acceso-box .campo label, .panel-datos .acceso-box .campo input{
    font-size: 12px;
}

.registro .panel-datos form{
    background-color: white;

}

.registro .panel-datos {
    background-color: white;
    padding: 0;
    width: 80%;
    margin:  0 auto;

}

.registro .panel-datos form section{
    margin-bottom: 1rem;
}

.datos-facturacion.nick {
    justify-content: flex-start;
}



.datos-facturacion.nick .campo input{
    width: 180px;
    margin-left: .5rem;
}

.registro .datos-facturacion.nick .campo {
    width: 100%;
    justify-content: flex-start;
    width: 33%;
}

.registro-enviar{
    margin-bottom: 1rem;

}

.registro-enviar p{
    text-align: left;
}

.registro-enviar div{
    display: flex;
    font-size: 15px;
    font-weight: 400;
}

.registro-enviar input{
    margin-top: 4px;
    margin-right: 4px;
    font-size: 1rem;
}

.aviso-envio p{
    text-align: left;
    font-weight: 400;
    font-size: 15px;
}

#copiar-datos{
    background-color: #FFF0B3;
    color: black;
    margin-bottom: 10px;
    display: block;

}

.boton-copiar{
    width: 100%;
    margin-top: 10px;
}

.registro-enviar p{
    font-weight: 400;
    font-size: 14px;
}

.registro-enviar a{
    text-decoration: underline;
}

@media (max-width: 1200px){
    .registro .panel-datos{
        width: 100%;

    }
    .registro .panel-datos form section .campo{
        flex-direction: column;
    }

    .registro .panel-datos form section{
        padding: 1rem;
    }
}

@media (max-width:700px){
    .registro .panel-datos form section .campo{
        width: 49%;
    }

    .registro .panel-datos form section input{
        width: 180px;
    }

}


@media(max-width: 500px){
    .registro .datos-facturacion.nick .campo{
        width: 49%;
    }
}

@media (max-width:400px){
    .registro .panel-datos form section .campo{
        width: 100%;
    }

    .registro .panel-datos form section input{
        width: 100%;
    }
    .boton-copiar{
        order: -2;
    }

}

/************+ gastos de envio *********/



.gastos-envio-item{
    margin-bottom: 1rem;
}

.costes-envio-table table{
    margin-top: 10px;
}

.costes-envio-table td{
    border: 1px solid black;
}

.center{
    text-align: center;
    vertical-align: middle;
}

/***************** FOOTER ****************/


footer{
    background-color: black;
    color: #eeeeee;
    font-size: 13px;

}

.top-footer{
    display: flex;
    justify-content: center;
    background-color: #454545;
    padding:1rem;

}

.top-footer a{
    margin-left: 1em;
    margin-right: 1em;
}

.top-footer a:hover{
    color: #ffcc00;
}

.top-footer a:hover:after{
    color: #eeeeee;
}
/*
.top-footer a:first-of-type:after{
    content: "|";
    margin-left: 10px;
}
*/

.sub-footer{
    display: flex;
    justify-content: center;
    padding: 1rem;
    margin-bottom: 1rem;

}

.sub-footer ul{
    margin-right: 4rem;
    margin-bottom: 1rem;
}

.sub-footer ul li{
    margin-left: 5px;
}

.sub-footer ul .title{
    color: #ffcc00;
    font-size: 14px;
    margin-left: 0px;
    margin-bottom: 5px;


}

.footer-info{
    text-align: center;
    margin: 0 auto;
    color: #B7B7B7;
    background-color: black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;

}



.footer-info div:last-of-type{
    margin-bottom: 0;
}


@media (max-width: 991px){
    .sub-footer{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .sub-footer ul{
        width: 49%;
        margin-right: 1%;
    }
}

@media (max-width: 400px){
    .sub-footer ul{
        width: 100%;
    }


    .top-footer a{
        margin-right: 0;
        padding: 5px;
    }

    .top-footer{
        padding: 5px;
    }
}





.multiselect {
    width: 200px;
}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;

}

.checkboxes input[type=checkbox]{
    margin-right: 5px !important;
}

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

.checkboxes {
    position: absolute;
    background-color: white;
    width: 200px;
    display: none;
    border: 1px #dadada solid;
    z-index: 1;
}

.checkboxes label {
    display: block;
}

.checkboxes label:hover {
    background-color: #1e90ff;
}



.checkout-confirmation .articulos-facturados{
    font-size: 14px;
}

.checkout-confirmation .articulos-facturados .subtotal{
    font-weight: 400;
}


@media(max-width: 500px){
    .checkout-confirmation .articulos-facturados th{
        font-size: 10px;
    }

    .checkout-confirmation .articulos-facturados tr{
        font-size: 10px !important;
    }

    .checkout-confirmation .datos-facturacion label{
        font-size: 12px;
    }
}


.thankyou p{
    font-size: 14px;
}


/******** buscador predictivo *******/

.buscador-predictivo{
	border: 1px solid #E2E2E2;
position: fixed;
	z-index: 99999;
	left: 10px;
	top: 150px;
	max-width: 400px;
	width: 400px;
	background: white;

}

.buscador-predictivo.hide, .buscador-predictivo-not-found.hide{
	display: none;
}

.buscador-predictivo-menu{
	display: flex;
	flex-direction: row;
	font-size: 13px;
	padding: 10px 5px;

}

.buscador-predictivo-menu p{
margin-right: 1rem;
}

.buscador-predictivo-menu span{
	font-weight: 700;
}

.buscador-predictivo-menu .boton, .buscador-predictivo-not-found .boton{
	font-size: 13px;
	padding: 3px 5px;
	min-width: 70px;
		font-size: 12px;
}

.buscador-predictivo-menu .boton:first-of-type{
	margin-right: 5px;

}

.boton.cerrar-predictivo, .boton.cerrar-predictivo-not-found{
	background-color: #545454;
	color: white;
}

.buscador-predictivo-results{
	font-size: 12px;
	height: 500px;
	overflow-y: scroll

}

.buscador-predictivo-results-box h4{
	background-color: #ffcc00;
	font-weight: 700;
	padding: 2px 5px;
}

.buscador-predictivo-results-box ul li{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 5px;
}

.buscador-predictivo-results-box ul li:nth-child(odd){
	background-color: #F3F3F3;

}

.buscador-predictivo-results-img-box{
	width: 15%;
	padding: 3%;
}

.buscador-predictivo-results-text{
	width: 85%;
}

.buscador-predictivo-results-text h5{
	font-weight: 700;
}

.buscador-predictivo-results-box ul img{
	max-width: 30px;
	width: 50px;
	height: auto;
	margin: 0 auto;
	
}

.buscador-predictivo-not-found{
	background-color: #F3F3F3;
	position: fixed;
	z-index: 99999;
	left: 10px;
	top: 150px;
	max-width: 400px;
	width: 400px;
	font-size: 12px;
	padding: 10px 5px;
	display: none;


}

@media (max-width: 450px)
{
	.buscador-predictivo{
	top: 250px;
	
}
}
@media (max-width: 410px){
		.buscador-predictivo, .buscador-predictivo-not-found{
			max-width: 95%;
	width: 95%
	}

		.buscador-predictivo-menu{
			flex-direction: column;
		}

	.buscador-predictivo-menu p{
		width: 100%;
		min-width: 100%;
		margin-bottom: 10px;
	}

}

/****** icono video en PRODUCTO ****/

.ver-video-producto{
    padding-top:1em;
    padding-bottom:1em;
    text-align:center;
}

.ver-video-producto a{
    color:black;
    padding:.5em;
    background-color:#ffcc00;
}

.ver-video-producto a img{
    max-height: 2em;
    width: auto;
    display: inline;
    vertical-align: middle;
    margin-right: .5em;
}

.ver-video-producto a span{
    margin-top:.5em;
    font-size:1em;
    font-weight: bold;
}

/***** CART TABLE ******/



.table-cart{
    width: 100%;
}

.table-cart th, .table-cart td{
    padding: 5px 10px;
    vertical-align: middle;
    text-align: right;
    font-size: 13px;

}

.table-cart tr:nth-child(even){
    background-color: #F3f3f3f3;
    border-bottom: 1px solid #EEEEEE;
}



.table-cart-header{
    background-color: #ffcc00;
    font-weight: 600;
    }

.table-cart-img img{
    max-width: 60px;
    margin: 0 auto;
}

.table-cart-quantity input{
    width: 50px;
}

@media (max-width: 800px){
    .table-cart th, .table-cart td{
        font-size: 10px;
    }

    .table-cart-img{
        display: none;
    }
}

/******* SEARCH NUEVO *****/

.table-cart.table-cart-search th, .table-cart.table-cart-search td {
    text-align: center;
}

.table-cart.table-cart-search td{
    height: 30px;
}

.table-cart.table-cart-search .table-cart-img img{
    max-height: 60px;
    width: auto;
}

.table-cart.table-cart-search .table-cart-subtotal .boton{
    padding: 8px 10px;
    font-size: 12px;
}


@media (max-width: 800px){
    .table-cart th, .table-cart td{
        font-size: 10px;
    }

    .table-cart.table-cart-search .table-cart-img{
        display: block;
    }

        .table-cart.table-cart-search .boton{
            font-size: 10px;
            padding: 5px;
            min-width: 100px;
        }
}


@media (max-width: 600px){
     .table-cart.table-cart-search .table-cart-ref {
        display: none;
     }

     .table-cart.table-cart-search .table-cart-subtotal .boton{
        font-size: 0;
        min-width: 20px;
     }

     .table-cart.table-cart-search .table-cart-subtotal .boton:after{
        font-family: 'Font Awesome 5 Free';
        content: '\f07a';
     }

     .table-cart.table-cart-search .table-cart-product{
        display: none;
     }


}


/* FUNCIONES A FUTURO, OCULTAMOS POR EL MOMENTO */

.section-filters.filters-novedades, .section-filters.filters-novedades{
    display:none;
}

.accesorios-box .accesorio-quantity{
    display:none;
}


.fancybox-iframe{
    min-width: 100%!important;
    min-height: 75%!important;
}


/* Opinion web */

#list-votos-emojis{
    text-align:center;
    margin:2em auto;
}

#list-votos-emojis li{
    list-style: none;
    display: inline-block;
}

#list-votos-emojis li img{
    max-width:88px;
    margin:.8em;
}

#list-votos-emojis li.selected{
    opacity:1;
}
#list-votos-emojis li.not-selected{
    opacity:.33;
}

#opinion-web-banner{
    text-align: center;
    position: sticky;
    float: right;
    bottom:0;
    width: 300px;
    height: 140px;
    z-index: 9999;
    margin: 1em;
    padding: 1em;
    background: white;
    box-shadow: 0 0 15px black;
}

#opinion-web-banner h3{
    font-weight:bold;
    font-size:1em;
}

#opinion-web-banner #list-votos-emojis{
    margin:.66em;
}

#opinion-web-banner #list-votos-emojis li img{

    max-width:42px;
    margin:.1em;
}

.opinion-web .main-content h1{
    font-size:1.7em;
    text-align:center;
    margin-top:2em;
}

.opinion-web .main-content h2{
    font-weight:bold;
    font-size:1.5em;
    text-align:center;
}

@media(max-width:600px){

    #opinion-web-banner{
        text-align: center;
        position: sticky;
        float:none;
        bottom:0;
        left:0;
        right:0;
        width: 100%;
        margin:0;
        height: 125px;
        z-index: 9999;
        padding: .5em;
        background: white;
        box-shadow: 0 0 15px black;
    }

    #opinion-web-banner li img{
        max-height: 30px;
        width: auto;
    }

    #opinion-web-banner #list-votos-emojis{
        margin-bottom:0;
    }

    ul#list-votos-emojis li img{
        max-height:64px;
        width:auto;
    }

    .opinion-web .main-content h1{
        font-size:1.4em;
        text-align:center;
        margin-top:1.3em;
    }
    
    .opinion-web .main-content h2{
        font-weight:bold;
        font-size:1.2em;
        text-align:center;
    }

}


/* CAROUSEL */
.carousel-nav-bottom{
    text-align: center;
}

.carousel-nav-bottom button{
    background-color: #212529;
    color: #ffcc00;
    cursor: pointer;
    opacity: .66;
    font-weight: bold;
    font-size:1.2em;
}

.carousel-nav-bottom .next{
    position:absolute;
    top:45%;
    /*
    right:-26px;
    padding:.7em .6em .7em .3em;
    border-radius: 0 20em 20em 0;
    */
    right: 6px;
    padding: .7em .3em .7em .6em;
    border-radius: 20em 0 0 20em;
}

.carousel-nav-bottom .prev{
    position:absolute;
    top:45%;
    /*
    left:-26px;
    padding:.7em .3em .7em .6em;
    border-radius: 20em 0 0 20em;
    */
    left: 5px;
    padding: .7em .6em .7em .3em;
    border-radius: 0 20em 20em 0;
}

@media(max-width:700px){
    .carousel-nav-bottom .next{
        right:4px;
    }
    .carousel-nav-bottom .prev{
        left:4px;
    }
}