/*
 * STORE FUENTES
 * */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);


/*'Shadows Into Light', cursive;*/

*, h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
    outline: none;
    outline-style: none;
    outline-width: 0;
}

h1{
    font-size: 24px;
}

.section-title h1, .section-title h1 a{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

input:focus{
    outline: 0;
    outline-style: none;
    outline-width: 0;
    box-shadow: none !important;
}

input.error, label.error, select.error{
    color: #ff0000;
    font-weight: 400;
    font-style: italic;
    border-color: #ff0000;
}

.item-summary, .item-categoria .item-title{
    font-family: 'Roboto', sans-serif;
}


.firma{
    font-family: 'Arial', sans-serif;
}


/*
* END FUENTES
* */





/*
 * OVERRIDE BOOTSTRAP
 * */

legend{
    color: #396db6;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
}

.modal-body{
    text-align: left;
}
3
.btn{
    border-radius: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 20px; 
}

.btn-primary:active{
    -webkit-box-shadow: inset 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    inset 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         inset 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
}

hr{
    border-top-color: #e2e2e2;
}


.label-danger, .label-success, .label-warning {
    text-shadow: none;
    font-weight: 400;
    font-size: 16px;
    padding: 10px;
}

section[name="carro"] .label, .carrito.checkout .label{
    padding: 4px;
}

.panel-title a{
    display: block;
    padding: 10px;
}

.panel-heading{
    padding: 10px;
}

.input-lg{
    border-radius: 0;
}


/*
 * STORE COLORES
 * */

a:hover{
    text-decoration: none;
    color: #000;
}


header{
    background-color: #fff;
    position: relative;
    z-index: 1;
}

nav ul li a, section[name="dock-user"] .glyphicon{
    color: #000;
}

nav ul li a:hover, nav ul li a:focus{
    color: #000;
}

nav ul li a:active .glyphicon, a:active .glyphicon{
    color: #fff;
}

section[name="dock-user"] .open .glyphicon{
    color: #000;
}

section[name="dock-user"]{
    z-index: 999;
    position: relative;
}

section[name="dock-user"] nav ul li a{
    color: #000;
}

section[name="dock-user"] nav{
    background-color: transparent;
}


/*
 * END COLORES
 * */





header{
    width: 100%;
    text-align: center;
    z-index: 51;
}

section[name="logo"]{
    padding:5px 0;
}

nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li{
    display: inline-block;
}

nav ul li a{
    display: block;
    padding: 20px;
    font-size: 18px;
    text-transform: uppercase;
}

nav ul li a:hover{
    text-decoration: none;
}

section[name="dock-user"]{
    text-align: right;
    margin: auto;
}

section[name="dock-user"] nav ul li a{
    text-transform: none;
}

section[name="dock-user"] nav ul{
    text-align: right;
}

.section-inner{
    width: 100%;
    margin: auto;    
}

.section-inner.container{
    max-width: 1260px;
}

.section-title{
    /*margin-bottom: 20px;*/
    padding-bottom: 10px;
}

.section-title-secondary{
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

/*
 * STORE MENU DESPLEGABLE
 * */

.main-nav a{
	cursor:pointer;
}   

.main-nav > ul{
    display:block;
}

.main-nav > ul{
    position: relative;
    z-index:100;
}

.main-nav > ul li{
    position: relative;
}

.main-nav ul li a {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

/* hide the second level menu */
.main-nav > ul ul {
    display: none;
    margin: 0;
    padding: 0;
    width: 250px;
    position: absolute;
    top: 65px;
    left: 0px;
    background: #ffffff;
}

/* display second level menu on hover */
.main-nav > ul li:hover > ul{
    display: block;
}

.main-nav > ul ul li {
    display:block;
    float: none;
    background:none;
    margin:0;
    padding:0;
}


.main-nav > ul ul li a {
    font-weight:normal;
    display:block;
    color:#fff;
/*    border-left:3px solid #ffffff;*/
    background:#79cc02;
    text-align: left;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.main-nav > ul ul li a:hover, .main-nav > ul ul li:hover > a{
    background:#f90452;
/*    border-left:3px solid #9CA3DA;*/
    color:#fff;
}


/* change level 3 menu positions */
.main-nav > ul ul ul {
    left: 249px;
    top: 0px;
}









/*
 * STORE BUSCADOR
 * */

.wrap-search{
    display: inline-block;
    width: 95%;
    margin-bottom: 5px;
}

.wrap-search form{
    margin-bottom: 0;
}

.wrap-search input{
    border: none;
    border-left: 5px solid #5c5856;
    text-transform: uppercase;
    background-color: transparent;
    padding: 0 0 0 10px;
    line-height: 26px;
    font-size: 18px;
    border-radius: 0;
    box-shadow: none;
}

.wrap-search input:focus{
    color: #fff;
    border-left-color: #fff !important;
}

.wrap-search .glyphicon{
    font-size: 24px;
}

.wrap-search:hover .glyphicon{
    color: #000;
}

.btn-search{
    cursor: pointer;
}

a.btn-search:active .glyphicon{
    color: #000 !important;
}


/*
 * STORE FOOTER
 * */

footer{
    background-color: #f8f8f8;
    padding: 0;
    text-align: center;
    color: #fff;
}




/*
 * STORE CARRITO - COMPARAR VISTA RAPIDA
 * */
.item-carrito .label{
    background-color: #ee2c23;
    position: absolute;
    top: -50px;
    right: 0px;
    padding: 6px
}

 .checkout-icon-wrap{
    background-color: #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
 }


.btn-delete .glyphicon{
    color: #000 !important;
}


#modal-carritoPreview .imagen a,
#modal-carritoPreview h4 a,
#modal-carritoPreview .accion a
{
    padding: 0;
    font-size: 22px;
}

#modal-carritoPreview ._cantsCarritoCheckout{
    max-width: 54px;
    text-align: center;
    /*height: 40px;*/
}



/*
 * STORE SLIDER
 * */

section[name="slider"]{
    height: auto;
    width: 100%;
}

/*
.wrap-slider{
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(207,207,207,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(207,207,207,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(207,207,207,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(207,207,207,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(207,207,207,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(207,207,207,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfcf',GradientType=0 );
}
*/

.slider-item-wrap{
    width: 100%;
    max-width: 1260px;
    margin: auto;
}

.slider-item{
    display: table-row;
    vertical-align: middle;
    width: 100%;
    margin: auto;
    height: 450px;
}

.slider-item .item-title{
    font-size: 36px;
    color: #ee2c23;
}

.slider-item .item-image{
    width: 50%;
}

.slider-item .item-summary{
    font-size: 22px;
}

.slider-item .item-info{
    width: 100%;
    height: auto;
}

@media( min-width: 1024px ){
    .slider-item .item-info{
        min-height: 300px;
    }
}

.slider-item .slider-item-inner{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.slider-item .item-image{
    width: 390px;
    height: 390px;
}

.slider-item .label-specialPrice{
    display: inline-block;
}

.slider-item .item-price{
    font-size: 32px;
}

.bx-pager{
    bottom: -30px !important;
}

.bx-wrapper img{
    margin: auto;
}




/*
 * STORE ITEM PRODUCTO
 * */
.breadcrumbs{
    margin: 15px 0;
}

.item.producto{
    margin-bottom: 20px;
    position: relative;
}

.item-title{
    color: #000;
}

.item-summary{
    font-size: 14px;
}

.item-button{
    margin-top: 20px;
}

.item-button .glyphicon{
    color: #ba6212;
}

.item-image{
    margin-bottom: 10px;
    position: relative;
}


.item.producto .item-image img{
    width: 100%;
}

.item-code{
    color: #999;
    font-size: 11px;
}

.item-producto .item-code{
    vertical-align: middle;
    line-height: 34px;
}

.item-price{
    font-weight: 700;
    color: #ee2c23;
    font-size: 25px;
}

.label-specialPrice{
    font-size: 18px;
    font-weight: 400;
}

.lbl_precio_especial{
    text-decoration: line-through;
    font-weight: 300;
}

.carrito.checkout .label-specialPrice{
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    margin-left: 0 !important;
}

.carrito.checkout .item-price{

}

.item-special-price{
    font-size: 24px;
    color: #666;
    font-weight: 300;
    text-decoration: line-through;
}

.item-price-details{
    font-weight: 400;
    font-size: 14px;
    color: #666;
}

.icon-new, .icon-noStock, .icon-oferta{
    background-repeat: no-repeat;
    background-position: top left;
    top:0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.icon-new{
    width: 81px;
    height: 47px;
    background-image: url(../images/custom/icono-nuevo.png);
}

.icon-oferta{
    width: 81px;
    height: 47px;
    background-image: url(../images/custom/icono-oferta.png);
}

.icon-noStock{
    color: #fff;
    background-color: #666;
    padding: 5px 10px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    position: absolute;
    right: 15px;
    top: 20px;
}

.icon-stock{
    color: #fff;
    background-color: #3cc346;
    padding: 5px 10px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 1;
}

.item.producto .icon-new, .item.producto .icon-noStock{
}

h1.item-title{
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 5px;
}

h3.item-title, h3.item-title a{
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    height: auto;
    font-weight: 400;
    color:#666;
    text-transform: uppercase;
}

h3.item-title a:active, h3.item-title a:hover, h3.item-title a:focus{
    color:#2e3668;
}


.label-specialPrice{
    color: #999;
    text-decoration: line-through;
    margin-left: 0;
}

.label-from{
    font-size: 12px;
    color: #424242;
    text-transform: uppercase;
    font-weight: 300;
}

.item-producto{
    position: relative;
}

.item-producto .item-title{
    margin-top: 0;
}

.item-producto .item-price{
    font-size: 28px;
}

.item-producto .label-specialPrice{
    font-size: 24px;
}

.item-producto .brand-logo{
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: auto;
}

.item-producto .logo_fabricante{
    width: 100%;
    max-width: 100px;
}

.item-producto .logo_fabricante img{
    width: 80px;
    height: auto;
}

.btn-buy .glyphicon, .btn-info .glyphicon, .btn-compare .glyphicon, .filter-selected.boton .glyphicon{
    color: #fff;
    margin-right: 10px;
}

.item.producto .btn-buy{
    display: inline-block;
}

.item.producto:hover .btn-buy{
}

#stock-bajo, #stock-insuficiente, #stock-disponible{
    display: none;
}

.social{
    margin-top: 20px;
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
}

.item-producto .item-info{
    max-width: 280px;
}

.item-producto .item-price{
    margin-top: 0;
    color: #376db3;
    font-size: 30px;
}

.item-producto .item-summary{
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
}

section[name="section-comprar"], section[name="section-config"]{
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.item-producto .btn-buy{
    text-align: right;
}

.wrap-btn-buy{
    margin-top: 20px;
}

.producto-detalles{
    margin-top: 20px;
}

.item-gallery > div > div img{
    width: 100%;
    height: auto;
}

.item-gallery{
    margin-top: 4px;
}

.item-gallery > div{
    margin-bottom: 4px;
    margin-left: -2px;
    margin-right: -2px;
}

.item-gallery > div > div{
    padding-left: 2px;
    padding-right: 2px;
}

#galeriaStart{
    display: block;
}


.producto-configurable ul{
    padding: 0;
    list-style: none;
}

.producto-configurable li{
    margin-bottom: 10px;
}


.item-producto .feature{
    margin-bottom: 30px;
}

.galeria-menu, .galeria-view{
    display: inline-block;
}

.galeria-menu{
    width: 18%;
    margin-right: 2%;
    float: left;
}

.galeria-view{
    width: 80%;
    float: left;
    position: relative;
}

.galeria-menu img, .galeria-view img{
    width: 100%;
    height: auto;
}

.galeria-menu ul, .galeria-view ul{
    padding: 0;
    margin: 0;
}

.galeria-menu li, .galeria-view li{
    list-style: none;
    margin: 0;
    padding: 0;
}

.galeria-view .galeria-vertical{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.galeria-vertical.col-2{
    clear: both;
}

.galeria-vertical.col-2 > li{
    float: left;
    width: 50%;
}

.galeria-menu li{
    opacity: 0.5;
    transition: opacity 0.5s;
}

.galeria-menu li:hover{
    opacity: 1;
}

.galeria-menu li.selected{
    border:1px solid #396db6;
    opacity: 1;
}


.item-producto .detalles{
    margin-bottom: 30px;
}




/* 
 * STORE CATEGORIA
 * */

section[name="destacado"]{
    padding: 10px 0;
}

section[name="productos"], section[name="carro"], section[name="pagina"], section[name="contacto"], section[name="miperfil"],
section[name="checkout"], section[name="checkout-confirmacion"]{
    margin-bottom: 30px;
}

section[name="productos"] .section-title{
    margin-bottom: 10px;
}

.item-categoria{
    margin-bottom: 30px;
}

.item-categoria .item-title, .item-categoria .item-title h2{
    font-size: 14px;
    margin: 0 0 5px 0;
    padding: 0;
}

.item-categoria .item-summary{
    font-size: 13px;
    color: #000;
}

.section-title h1{
    margin: 0;
}

.pager.infinite{
    display: none;
}

#infscr-loading{
    text-align: center;
}

#infscr-loading img{
    width: 32px;
    height: 32px;
}





/*
* STORE ORDENADOR
 * */
.items-details{
    text-align: right;
    line-height: 50px;
}

.items-details ._items, .items-details ._cantxpagina{
    margin-right: 20px;
    display: none;
}

.items-details ._barra, .items-details ._items, .items-details ._cantxpagina{
    display: inline-block;
}




/*
 * STORE FILTROS
 * */

.filters, .filters-selected{
    margin-bottom: 25px;
}

.filters ul, .filters-selected ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.filters > ul > li{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}

.filters-selected > ul > li{
    margin-bottom: 10px;
}

.filters > ul > li a{
    display: block;
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #999;
}

.filters > ul > li a .glyphicon{
    position: absolute;
    right: 0;
    top: 10px;
    visibility: hidden;
}

.filters > ul > li a:hover{
    color: #666;
}

.filters > ul > li a:hover .glyphicon{
    visibility: visible;
}

div[data-collapsable]{
    cursor:pointer;
    position:absolute;
    top:4px;
    right:0;
    font-size: 11px;
}

.filters-title{
    margin-top: 0;
    margin-bottom: 20px;
}

.filter-selected{
    padding: 8px;
    background-color: #666;
    color: #ccc;
    display: block;
}

.filter-selected .glyphicon{
    color: #fff;
    margin-right: 10px;
}

.filter-selected:hover{
    color: #fff;
}

.btn-remove-all-filters{
    font-size: 14px;
    padding: 10px;
}




/*
 * STORE SPINNER
 * */
._cantProd, .ui-spinner-input{
    width: 54px;
    height: 35px;
    /*
    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    */
    margin-bottom:0 !important;
    text-align: center;
    border-color: #d0d0d0;
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
}

._cantProd{
    height: 37px;
    padding: 0;
}

.ui-button-text-only span.ui-button-text {
    padding: -0.6em 1em !important;
}

.ui-spinner{
    position:relative;
    display: block !important;
    float: left !important;
}

.ui-spinner{
    width: 73px !important;
    text-align: left;
}

a.ui-spinner-up{
    position: absolute;
    right: 0;
    top: 0;
}

a.ui-spinner-down{
    padding: 0;
    position: absolute;
    right: 0;
    top: 17px;
}

section[name="producto"] a.ui-spinner-down{
    top: 28px;
}

section[name="producto"] .ui-spinner .ui-icon{
    height: 27px;
}

section[name="producto"] .ui-spinner .ui-icon-triangle-1-n {
    background-position: 0 -10px;
}

section[name="producto"] .ui-spinner .ui-icon-triangle-1-s {
    background-position: -64px -10px;
}




/*
 * STORE TABS
 * */

/*tabs*/

.nav-tabs{
    margin-bottom:0;
    border-bottom: 1px solid #e2e2e2;
}

.nav-tabs a span{
    color:#000;
    font-size:14px;
    font-weight: 400;
}

.nav-tabs>li>a, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus{
    border-radius:0;
    border:none;
    text-transform:uppercase;
    font-weight:300;
}

.nav-tabs li.active a{
    color:#fff;
}

.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus{
    background-color:#000;
    border:none;
    border-radius: 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    line-height: 24px;
    color:#fff;
    text-transform:uppercase;
    font-weight:300;
}

.nav-tabs li.active a span{
    color:#fff;
}

.nav-tabs li [class*=" icon-"]{
    font-size:15px;
    color:#3fd4ff;
}

.nav-tabs li.active [class*=" icon-"]{
    color:#fff;
}

.nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus{
    color:#fff;
}

.tab-pane.active{
    margin-top:20px;
}

.nav-tabs>li>a{
    padding-bottom: 8px !important;
    border: none;
    border-radius: 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 300;
}

.nav-tabs>li.active>a{
    padding-bottom: 10px !important;
}

/*end tabs*/

.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus{
    border-radius: 0;
    color: #0f181c;
    border-bottom: 5px solid #000;
    background-color: transparent;
    /* margin-bottom: -1px; */
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    text-transform: none;
}


.nav-tabs>li>a {
    padding-top: 7px !important;
    border: none;
    border-radius: 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    line-height: 24px;
    text-transform: none;
    font-weight: 700;
    font-size: 22px;
    color: #999;
}





/*
 * STORE CARRITO CHECKOUT
 * */

.carrito.checkout{
    margin-bottom: 20px;
}

.carrito.checkout .imagen img{
    width: 70px;
    height: auto;
}

.carrito.checkout table td{
    vertical-align: middle;
}

.item-cantidad{
    display: inline-block;
    vertical-align: middle;
}

.carrito.checkout .cantidad{
    text-align: center;
}

.carrito.checkout .precio{
    text-align: right;
}

.carrito.checkout .item-price{
    line-height: 28px;
}

.carrito.checkout h4{
    margin-bottom: 0;
}

.checkout-details{
    padding: 20px;
    border: 1px solid #ccc;
    border-bottom-width: 4px;
}

.carrito.checkout .checkout-details .item-price{
    font-size: 28px;
    margin-bottom: 10px;
}

.checkout-details .label-legal{
    display: block;
}

.checkout-details .item-price{
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.checkout-details #btnCheckoutFinal{
    margin-bottom: 10px;
}

.totalesTotal .item-price{
    font-size: 24px;
}

.label-legal{
    color: #999;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 3px;
}

.label_vaciarCarrito a{
    font-size: 14px;
    color: #666;
}




/*
STORE NOTICIAS
*/

.item-date{
    margin-bottom: 10px;
    color: #999;
    font-size: 12px;
}

.section-title .item-date{
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
    margin-top: 4px;
}

ul.nav-noticias, ul.nav-noticias ul{
    padding: 0;
    list-style: none;
}

.nav-noticias > li{
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.nav-noticias ul{
    margin-bottom: 30px;
}

.nav-noticias ul li{
    margin-bottom: 10px;
}




/*
STORE PAGER
*/

.pager{
    border:none;
    background-color:transparent;
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
    }

.pager ._paginas ul li, .pager ._paginas ul li a{
    padding: 0;
    color: #fff;
    }

.pager ._paginas ul li a{
    background-color: #337ab7;
    width: 32px;
    line-height: 32px;
    border-radius: 50%;
    border: none;
}
    
.pager ._paginas ul li._box a:hover, .pager ._paginas ul li._sig a:hover, .pager ._paginas ul li._ant a:hover, .pager ._paginas ul li._ultima a:hover, .pager ._paginas ul li._primera a:hover{
    color:#fff !important;
    }
    
.pager ._paginas ul li a:hover{
    background-color:{/literal}{#COLOR_PRIMARY#}{literal};
    border-color:{/literal}{#COLOR_PRIMARY#}{literal};
    }
    
.pager ._paginas ul li._pagina{
    color: #fff;
    width: 32px;
    border-radius: 50%;
    background-color: #999;
    display: inline-block;
    height: 32px;
    padding: 0;
    vertical-align: middle;
    line-height: 32px;
    }

.pager ._paginas ul li._box, .pager ._paginas ul li._sig{
    margin-left: 5px;
}
    
.pager ._cantPaginas{
    padding: 0;
    line-height: 32px;
    }

.pager ._cantPaginas{
    float: left;
}

.pager ._paginas{
    float: right;
}




/*STORE SLIDER*/

/*override bxslider*/
.bx-wrapper .bx-viewport{
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
    border:0 !important;
    left:0 !important;
    }
    
.bx-wrapper{
    margin-bottom:0 !important;
    }
    
#imgSlider1-wrap .bx-pager {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.bx-wrapper li a img{
    margin:0;
    }


.bx-wrapper .bx-next {
    background: url(../images/custom/slider-next.png) no-repeat 0 0 !important;
}

.bx-wrapper .bx-prev {
    background: url(../images/custom/slider-prev.png) no-repeat 0 0 !important;
}

.bx-controls-direction a{
    opacity: 0.3;
}

.bx-controls-direction a:hover {
    opacity: 1;
}

.bx-wrapper .bx-controls-direction a{
    height:160px !important;
    width: 80px !important;
    margin-top:-80px !important;
    
    -moz-transition:opacity 0.3s;
    -webkit-transition:opacity 0.3s;
    -o-transition:opacity 0.3s;
    transition:opacity 0.3s;
    
    }

    
/*end override bxslider*/

.slider{
    position:relative;
    z-index:0;
    border-bottom: 5px solid #0f181c;
    }

/*slider type*/
.slider.type-images{
    height: 420px;
    /*min-width:940px;*/
    overflow:hidden;
    text-align:center;
    }
    
.slider.type-images .container{
    max-width:698px;
    padding:0;
    }
    
.slider.type-productos{
    height:440px;
    padding-top: 20px;
    padding-bottom: 20px;
    }
/*end slider type*/

.slider-content{
    width: 100%;
    height:450px;
    overflow:hidden;
    margin:auto;
    }
    
.slider.type-images .slider-content{
    width:100%;
    height: 420px;
    margin: auto;
    }
    
.slider-content img{
    width:698px !important;
    height:auto;
    }

.slider{
    height:540px;
    }
    
/*override nivo*/
    
.theme-default .nivoSlider{
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
    }
    
.theme-default .nivoSlider{
    margin-bottom:0 !important;
    }
    
/*.nivo-directionNav a{
    top:38% !important;
    }*/

.nivo-controlNav{
    position: relative;
    bottom: 47px;
    left: 0;
    z-index: 9;
    }
    
.theme-default a.nivo-nextNav{
    right:15px !important;
    }
    
/*end override nivo*/
    
.slider.imagenes{
    }
    
.slider.imagenes, .slider.imagenes .slider_content{
    height:540px;
    overflow:hidden;
    padding-top:25px;
    }
    
.slider_content{
    }
    
.slider_content, .item_slider{
    height:auto;
    min-height:360px;
    }

.item_slider{
    margin:0;
    }
    
.item_slider .item.texto{
    width:auto;
    display: table-cell;
    vertical-align: middle;
    height: 400px;
    position: relative;
    }
    
.item_slider .item.imagen a,
.item_slider .item.imagen a img
{
    width:380px;
    }
    
.item_slider .item.imagen{
    position:relative;
    width:380px;
    background-color: transparent;
    margin-right:25px;
    }

.item_slider .item.imagen a,
.item_slider .item.imagen,
.item_slider .item.imagen a img
{
    position:relative;
    height:auto;
    }
    
.item_slider .item.imagen a{
    display:block;
    overflow:hidden;
    margin:auto 0 auto 0;
    border-radius: 50%;
    }

.item_slider .item.imagen a img{
    margin: auto;
    display: block;
    position:static;
    }
    
.item_slider .item.imagen .logo_fabricante{
    right:0;
    top:0;
    position:absolute;
    z-index:1;
    }
    
.item_slider .item.imagen .logo_fabricante img{
    width:auto !important;
    }
    
.item_slider .item-title, .item_slider .item-title a{
    font-weight:300 !important;
    font-size:32px !important;
    line-height:42px;
    overflow:visible;
    letter-spacing:-0.05em;
    text-align:left;
    height:auto;
    color:#000;
    }
    
.item_slider .item-title, .item_slider .item-summary{
    font-size:16px;
    font-weight:400;
    text-align:left;
    }
    
.item_slider .item-summary{
    font-size:18px;
    line-height:20px;
    max-height:auto;
    margin-bottom:15px;
    }
    
.item_slider .item-code{
    margin-bottom:8px;
    }
    
.item_slider .lbl_precio_especial, .item_slider .ivaInc{
    font-size:16px;
    }
    
.item_slider .boton.link{
    font-weight:700;
    text-transform:uppercase;
    }

.item_slider .boton.link a{
    font-size:14px;
    }
    
.item_slider .lbl_precio_especial, .item_slider .lbl_desde{
    line-height:15px;
    margin-bottom:5px;
    }
    
.item_slider .lbl_precio{
    font-size:32px;
    line-height:36px;
    text-align:left;
    }
    
.item_slider .lbl_precio.has_precio_especial, .item_slider .lbl_precio.has_lbl_desde{
    line-height:22px;
    padding-top:0 !important;
    }
    
.item_slider .boton{
    margin-top:6px;
    }
    
.item_slider .icon-new{
    left:0;
    top:0;
    }
    
.item_slider .icon-noStock, .item_slider .icono_proximamente{
    top:10px;
    right:0;
    z-index:1;
    }
    
.item_slider .boton.primario{
    margin-top:0;
    }
    
li.pager{
    border:none;
    background-color:transparent;
    padding:0;
    margin:0;
    }

.slider .item.texto .btn{
    text-transform:none;
    font-size:18px;
    padding:15px;
    }



/*STORE MAPA*/
.mapa{
    width: 100%;
    height: 420px;
}

.mapa #map1{
    height: 100%;
}

.mapa .datos{
    width: 300px;
}




/*STORE PROCESO CHECKOUT*/

section[name="checkout"] ul{
    list-style: none;
}

.carrito.checkout textarea{
    width:100%;
}

.lbl-subtotal, .lbl-total{
    font-weight:700;
}

.jcarousel-skin-tango .jcarousel-container-horizontal{
    background-color:transparent;
}

.list-pagos-icon, .checkout-icon-wrap{
    background-color: #2e3668;
}

.checkout-process-menu li.selected .indicator{
    border-color: transparent transparent transparent #2e3668;
}

.list-pagos input:checked + .list-pagos-item{
    border-color: #2e3668;
}

.checkout-process-menu li.selected .inner{
    color: #fff;
    background-color: #2e3668;
}

.wrap-checkout legend{
    border-left: 5px solid #2e3668;
}


/*STORE NUEVO CHECKOUT*/

section[name="checkout"] ul{
    list-style: none;
}

.checkout-process-1{
    min-height: 400px;
}
.checkout-process-menu, .checkout-process-content{
    padding: 0;
}

.checkout-process-menu{
    width: 100%;
}

.checkout-process-content{
    width: 100%;
}

.checkout-process-menu li{
    opacity: 0.85;
    position: relative;
    margin-right: 0;
    cursor: pointer;
    display: inline-block;
    float: left;
    width: 33.333333332%;
    text-align: center;
    transition: all 0.2s cubic-bezier(.7, 0, .175, 1) 0s;
}

.checkout-process-menu li:hover{
    opacity: 1;
}

.checkout-process-menu li .inner{
    padding-left: 0;
    text-align: center;
}

.checkout-process-menu li .inner input{
    display: none;
}

.checkout-process-menu li .inner span.glyphicon, .checkout-process-menu li .inner span.arrow-down{
    display: none;
    /*color: #b5b5b5;*/
    font-size: 16px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -10px;
}

.checkout-process-menu li .inner span.arrow-right{
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -10px;
}

.checkout-process-menu li label{
    margin-bottom: 0;
    padding-left: 35px;
    cursor: pointer;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
}

.checkout-process-menu li.selected{
    opacity: 1;
    margin-right: 0;
}

.checkout-process-menu li.selected .inner{
    color: #fff;
    background-color: #ee2c23;
}

.checkout-process-menu li.selected .inner span.glyphicon, .checkout-process-menu li.selected .inner span.arrow-down{
    display: inline;
    color: #fff;
}

.checkout-process-menu li .indicator{
    border-width: 0;
}

.checkout-process-menu li.selected .indicator{
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 37px 0 37px 20px;
    top: 0;
    left: 100%;
}

.checkout-process-content .summary{
    margin-bottom: 20px;
    font-size: 18px;
}

.checkout-process-content .summary[data-id="forgot-content"]{
    margin-top: 45px;
}

.dl-horizontal dt{
    text-align: left;
}

.checkout-process-2 #dl-envioCosto{
    opacity: 0.5;
}

.list-pagos{
    text-align: center;
    padding: 0;
}

.list-pagos li{
    width: 25%;
    min-width: 235px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px;
    position: relative;
}

.list-pagos label{
    width: 100%;
    display: block;
}

.list-pagos .list-pagos-item{
    padding: 10px 0 0;
    background-color: #fff;
    border-radius: 6px;
    border:3px solid #e2e2e2;
    cursor: pointer;
    height: auto;
}

.list-pagos .list-pagos-item:hover{
    border-color: #b5b5b5;
}

.list-pagos li .radio{
    padding: 0;
}

.list-pagos li input{
    display: inline;
    visibility: hidden;
}

.list-pagos input:checked + .list-pagos-item {
    border-color: #2e3668;
} 

.list-pagos input:checked + .list-pagos-item + .list-pagos-icon {
    display: block;
}

.pago-title{
    font-weight: 700;
}

.pago-description{
    font-size: 12px;
    color: #999;
    font-weight:300;
}

.header-checkout{
    border-bottom: none !important;
    -webkit-box-shadow: 0 8px 6px -6px rgba(140,140,140,0.5);
    -moz-box-shadow: 0 8px 6px -6px rgba(140,140,140,0.5);
    box-shadow: 0 8px 6px -6px rgba(140,140,140,0.5);
    height: 60px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.header-checkout.affix{
    top: 0;
    position: fixed;
    width: 970px;
    background-color: rgba(255,255,255,0.85);
    z-index: 999999;
}

.header-checkout.affix + .section-content{
    margin-top: 72px;
}

.wrap-checkout .well{
    background-color: transparent;
    box-shadow: none;
    padding: 10px 19px;
}

.add-trs{
    transition: all 0.2s cubic-bezier(.7, 0, .175, 1) 0s;
}

label.disabled{
    color: #b5b5b5;
}

.wrap-checkout legend{
    border-bottom: none;
    padding-left: 5px;
    font-size: 18px;
}

.wrap-checkout fieldset{
    margin-top: 0;
}

.wrap-checkout .radio{
    height: 20px;
}

.wrap-checkout .list-pagos-item .radio{
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
}

.checkout-icon-wrap{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 6px;
    text-align: center;
}

.list-pagos-icon, .checkout-icon-wrap{
    border-radius: 24px;
    height: 30px;
    width: 110px;
}

.list-pagos-icon, .modal-header .checkout-icon-wrap{
    width: 30px;
    border-radius: 50%;
}

.list-pagos-icon{
    position: absolute;
    margin-left: -15px;
    margin-top: -20px;
    top: 100%;
    left: 50%;
    display: none;
}

.list-pagos-icon, .checkout-icon-wrap {
    background-color: #2e3668;
}

.list-pagos-icon .glyphicon, .checkout-icon-wrap .glyphicon{
    color: #fff;
    vertical-align: middle;
    line-height: 28px;
}

.checkout-icon-wrap .glyphicon{
    font-size: 18px;
}

.list-pagos input:checked + .list-pagos-item + .list-pagos-icon{
    display: block;
}

#wrap-checkout .with-error input.error, #wrap-checkout .has-error select.error{
    border-width: 2px !important;
}

.wrap-message .glyphicon{
    line-height: 35px;
    color: red;
    font-size: 10px;
    padding-top: 0 !important;
    vertical-align: top;
}

.section-title #total{
    margin-right: 10px;
}

#totalesTotal{
    text-align: right;
}


.arrow-down{
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ee2c23;
}

.arrow-right{
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ee2c23;
}

/*/STORE NUEVO CHECKOUTt*/





/*STORE CATEGORIAS*/
.list-categorias{
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-categorias li a{
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.list-categorias li:last-child a{
    border-bottom: 0;
}

.list-categorias .separator a{
    color: #000;
}

.list-categorias .separator{
    font-weight: 700;
    border-bottom: 2px solid #ccc;
    padding: 0;
    text-transform: uppercase;
}

.list-categorias li.separator a{
    border-bottom: 0;
}

/*/STORE CATEGORIAS*/




/*STORE EDITOR HTML*/
.pagina article ul{
    list-style:disc;
}

.pagina article p, .pagina article p span, .pagina article p div, .pagina article strong, 
.pagina article h1, .pagina article h2, .pagina article h3, .pagina article h4, .pagina article h5, .pagina article h6 {
    margin:inherit;
    padding:inherit;
    line-height:inherit;
    color:inherit;
}

.pagina *{
    color:inherit;
}

.pagina article h1, .pagina article h2, .pagina article h3, .pagina article h4, .pagina article h5, .pagina article h6 {
    font-size:inherit;
    color:inherit;
}

iframe{
    width: 100% !important;
    max-width: 960px;
}

section[name="pagina"] img{
    max-width: 100%;
    height: auto;
}

/*/STORE EDITOR HTML*/



#_loginDiv, #_forgotPassDiv{
    width: auto;
    margin: auto;
}

/*STORE FILTROS TOP*/
.filtros{
    margin-bottom:15px;
}

.filtros h3{
    border:1px solid #ccc;
    background:#f0f0f0;
    padding:8px;
    margin-bottom:6px;
    margin-top:10px;
}

.filtros .texto{
    color:#424242;
}

.filtros .boton_quitarFiltros a{
    display:block;
    padding:7px;
    font-size:12px;
    font-weight:700;
    color:#fff !important;
    text-align:center;
    margin-top:10px;
}


.filtros ul{
    list-style:none;
    margin:0;
    padding:0;
}
.filtros ul li{
    padding:8px;
    border-bottom:1px solid #ccc;
    font-weight:700;
    color:#424242;
}

.filtros ul ul{
    margin-left:10px;
}

.filtros ul ul li{
    padding:2px 0;
    border-bottom:none;
    font-weight:700;
}

.filters-top li{
    display:inline-block;
    width:25%;
    padding:0;
}

.filters-top .item-filter-top select{
    width:100%;
    border-radius: 0;
    padding: 6px;
    border-color: #ccc;
    /*-webkit-appearance: none;*/
}

.item-filter-top{
    position:relative;
}

.item-filter-top span{
    font-weight:700;
    text-transform:uppercase;
}

.item-filter-top > div.list-content{
    display:none;
    border: 1px solid #ccc;
    padding: 6px;
    position: absolute;
    top: 52px;
    left: 15px;
    width: 88%;
    z-index: 2;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

.item-filter-top a{
    display:inline-block;
    width:100%;
}

.item-filter-top .display-grid{
    display: inline-block;
    padding: 0 1px;
}

.item-filter-top a {
    padding: 3px 5px;
    border-radius: 2px;
}

.item-filter-top a:hover {
    color: #fff;
    background-color: #ee2c23;
}

.display-grid *[data-filter="color"], div[data-filter="color"] {
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #ccc;
    border-radius: 50%;
}

.boton.borraFiltro {
    background: url(../images/custom/icono-quitar.png) no-repeat left;
    display: block;
    text-indent: -3000px;
    width: 14px;
    height: 14px;
    margin-top:3px;
    margin-right: 3px;
    float: left;
}


/*OPCIONES ORDENADOR*/

body.mobile .options{
    margin-left: -13px;
    margin-right: -13px;
}

.options{
    border:1px solid #ccc;
    background:#fff;
    padding:8px;
    margin-bottom:15px;
}

.options select{
    width:auto;
}

.options div, .options label, .options select{
    font-size:12px;
    color:#666;
    border: none;
}

.options ._barra{
    float:left;
    background:none;
    border:none;
    padding:0;
    width:50%;
    height:25px;
}

.options ._items{
    float:left;
    width:auto;
    margin:0 5px 0 0;
    line-height: 24px;
}

.options ._cantxpagina{
    float:left;
    width:auto;
    display: none;
}

.options ._sort{
    float:right;
    position:relative;
}

.options label{
    font-weight:400;
    line-height: 24px;
}

.options ._sort label{
    margin-top:0;
}

._sort form {
    width: auto;
    margin-right: 10px;
}

._sentido._ascendente {
    display: block;
    position:absolute;
    right:0;
    top: 0;
    background: url(../images/sentido-asc.gif) no-repeat;
    width: 8px;
    height: 10px;
    margin: 8px 0 0 4px;
}

._sentido._descendente {
    display: block;
    position:absolute;
    right:0;
    top: 0;
    background: url(../images/sentido-desc.gif) no-repeat;
    width: 8px;
    height: 10px;
    margin: 6px 0 0 4px;
}