.limpiar{
    font-size:12px;
    display: inline;
    position: relative;
    top: -15px;
}

.limpiar a{
    color:#666;
}

.limpiar a:hover{
    color:#13235b;
}


/*BEGIN CAROUSEL GALERIA*/

.galeria{
    position: relative;
    margin-top: 20px;
    /*height:72px;*/
}



/*BEGIN CAROUSEL RELACIONADOS*/

.relacionados{
    position: relative;
    padding:10px 0px;

    margin:10px 0 20px 0;
/*     height:350px; */
}

#jcarousel-relacionados {
    list-style: none;
    margin-top: 1px;
    margin-left: 1px;
}

.bx-wrapper .bx-viewport {
    padding-right: 2px;
}

#jcarousel-relacionados .producto {
    padding-bottom: 1px;
    max-width: 194.5px;
    height: auto;
}

.bx-wrapper #jcarousel-relacionados .producto {
    max-width: none;
}

/**
 *  Horizontal Buttons
 */

 .relacionados .relacionadosNav a:hover, .relacionados .relacionadosNav a:active {
     color: #84DADE;
 }

.disabled,
.disabled:hover{
    cursor: default;
    display: none;
}


/*END CAROUSEL */


.magnifyarea { /* CSS to add shadow to magnified image. Optional */
    -webkit-box-shadow:3px 3px 3px 1px #e0e0e0;
    -moz-box-shadow:3px 3px 3px 1px #e0e0e0;
    -o-box-shadow:3px 3px 3px 1px #e0e0e0;
    -ms-box-shadow:3px 3px 3px 1px #e0e0e0;
    box-shadow:3px 3px 3px 1px #e0e0e0;

    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#13235B, offX=3, offY=3, positive=true);
    background: white;
    border-color:#13235b;
}

.targetarea { /* CSS for container div(s) of the zoomable image */
    width: 300px; /* wide or wider than the widest zoomable image */
    height: 300px; /* high or higher than the tallest zoomable image */
}

#two { /* Added CSS for second target div of zoomable images */
    height: 243px; /* high or higher than the tallest zoomable image */
}

.targetarea img { /* zoomable image */
    margin: 0; /* for horizontal centering */
    display: block; /* also for horizontal centering */
    position: relative; /* along with on the fly calculations in script, for vertical centering */
    border-width: 0;
}

.thumbs { /* divs holding the trigger links - styles optional, used here to center their links below their respective zoomable image */
    padding-top: 25px;
    width: 325px;
    text-align: center;
}

.thumbs a { /* trigger links on the thumbnail images */
    text-decoration: none; /* avoid underlines of images, text or spaces in these links */
}

.thumbs img { /* trigger images - the thumbnails used to load new zoomable images into the targetarea */
    border-width: 0; /* avoid default borders in some browsers */
}

#description, #description2 {
    position: absolute; /* required for description folows image bottom (descpos: true) */
    width: 325px; /* should be width of zoomable image container (.targetarea) */
    text-align: center;
    font: bold 95% sans-serif;
    margin-top: 3px; /* when following image bottom, this sets a fixed distance for that */
    color: #222;
    background-color: #fff;
}

/* PRODUCTOS LIST */

#nivelPri .productos .subtitulo {
    display: block;
    text-align: center;
    color: #333;
    font-size: 24px;
    font-weight: 400;
    padding: 5px 0 4px;
}

#nivelPri .productos .textoPublico {
    margin-top: 20px;
    font-size: 14px;
}

#nivelPri .productos .textoPublico a {
    color: #999;
    text-decoration: underline;
}

#nivelPri .productos .textoPublico a:hover {
    color: #333;
}

.productos .masinfo {
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
}

.productos .producto {
    margin-bottom: 30px;
}

#nivelPri .productos .producto .nombre, .relacionados .nombre {
    font-size: 15px;
    display: block;
    border-top: 2px solid;
    padding: 7px 5px;
    height: 67.5px;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 0;
}

body #nivelPri .productos .producto .borde .nombre, body #nivelPri .productos .producto .borde:hover .nombre {
    color: #333 !important;
}

.productos.detail .producto .extended {
    display:block;
}

.productos .producto a, .relacionados .producto a, {
    display: block;
}

.productos .producto .borde {
    border-bottom: 3px solid !important;
}

.productos .producto .borde:hover, .relacionados .producto .borde:hover {
    border: 1px solid;
    margin: -1px;
}

.productos .producto .borde:hover .nombre, .relacionados .producto .borde:hover .verFicha span {
    color: #fff !important;
}

.productos .producto .extended {
    display:none;
    font-size: 14px;
    padding: 4px 5px;
    border-top: 2px solid;
}

.productos .producto .extended .dimensiones, .producto .extended .referencia {
    color: #333;
}

.productos .producto .extended .dimensiones .light {
    display:block;
    margin-bottom:2px;
    font-weight: 300;
}

/* BUSCADOR */

.buscador {
    margin-top: 20px;
}

.buscador .btexto {
    position: relative;
    color: #5D3689;
}

.buscador .btexto .casilla {
    border: 1px solid;
    font-size: 12px;
    font-weight: 300;
    padding: 7px 32px 7px 4px;
    width: 100%;
    background-color: #fff;
}

.buscador .btexto .encontrar {
    position: absolute;
    right: 1px;
    font-size: 25px;
    background-color: #fff;
    color: #5D3689;
    padding: 3px;
    top: 1px;
    height: 31px;
    margin: 0;
    line-height: normal;
    background: transparent;
}

.buscador .btexto .encontrar:hover {
    color: #84DADE;
}

/* FILTRO ETIQUETAS */

#filtro_etiquetas {
    margin-top: 30px;
}

#filtro_etiquetas .mitit {
    margin-bottom: 20px;
}

#filtro_etiquetas .etiquetas {
    width: 100%;
}

#filtro_etiquetas .select2-container--default .select2-selection--multiple {
    border: 1px solid #5D3689;
    padding: 3px;
    background-color: #fff;
    border-radius: 0;
}

#filtro_etiquetas .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0;
    color: #333;
    border: none;
    font-size: 14px;
    font-weight: 300;
    padding: 5px;
}

#filtro_etiquetas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #333;
    max-height: 5px;
}

#filtro_etiquetas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #84DADE;
}

#filtro_etiquetas .filtrar {
    margin-top: 20px;
}

#filtro_etiquetas .filtrar:hover {
    color: #333;
}

.select2-container {
    width: 100% !important;
}

.resultado {
    margin-bottom: 30px;
}

/* PRODUCTO DETALLADO */

#nivelPri .ficha .datos, #nivelPri .ficha h2, #nivelPri .ficha h3 {
    font-size: 16px;
    margin: 0;
}

#nivelPri .ficha .datos {
    font-weight: 300;
    min-height: 207px;
    border-bottom: 3px solid;
}

#nivelPri .ficha .datos.logueado {
    min-height: 400px;
}

#nivelPri .ficha .datos h2, #nivelPri .ficha .datos h3, #nivelPri .ficha .datos p, #nivelPri .ficha .datos span {
    color: #333;
}

#nivelPri .ficha .datos .etiquetas_cont {
    border-top: 1px solid;
    padding: 10px 0 20px;
}

#nivelPri .ficha .datos .etiquetas_cont h3 {
    display: inline-block;
}

#nivelPri .ficha h1, #nivelPri .ficha h2, #nivelPri .ficha h3 {
    font-weight: normal;
}

#nivelPri .ficha .subtitulo {
    font-size: 24px;
    color: #5D3689;
    font-weight: 500;
}

#nivelPri .ficha #prod_nav a {
    color: #999;
}

#nivelPri .ficha #prod_nav a:hover {
    color: #5d3689;
}

#nivelPri .ficha .etiquetas a {
    color: #999;
}

#nivelPri .ficha .etiquetas a:hover {
    color: #5d3689;
}

#prod_nav .prod_nav_t {
    display: block;
    padding: 5px 0;
    margin: 15px 0;
}

#prod_nav .vpl {
    display: block;
    margin-top: 9px;
    text-align: center;
    border: 1px solid;
}

#prod_nav .vpl:hover {
    background-color: #84DADE;
    color: #ffffff;
}

.relacionados .reltit {
    font-size: 30px;
    font-weight: 300;
    display: block;
    margin: 30px 0 15px;
}

.relacionados .producto {
    margin-bottom: 2px;
}

.relacionados .nombre {
    font-size: 14px;
    font-weight: 300;
    height: 54.5px;
}

.relacionados .verFicha {
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    position: relative;
    font-size: 14px;
    padding: 3px 0;
}

.relacionados .verFicha i {
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    top:0;
    padding: 3px 10px;
}

.relacionados .producto a:hover .verFicha .icon-eye {
    background-color: #fff !important;
}

.relacionados .relacionadosNav, .relacionados .relacionadosNav a {
    font-size: 13px;
    font-weight: 300;
    color: #5D3689;
}

/* BUSQUEDA */

#nivelPri .productos .subtitulo {
    background-color: #5D3689;
    color: #fff;
}

.productos.list .producto .extended-cat {
    border-top: 1px solid;
}

.productos .producto .extended-cat a {
    display: block;
    padding: 4px;
}

.productos .producto .extended-cat a:hover {
    color: #000 !important;
}

@media (max-width: 380px) {
    #prod_nav .producto {
        width: 84px;
    }
}
