/*
css-accesibilidad.css

 */
body {
    font-size: 14px;
}
.header-nav a, .header-nav i, .header-nav span, .header-nav p, .header-nav em, .header-nav strong {
    font-size: 12px;
}
.header-nav em strong {
    font-size: 12px;
}
button,input,optgroup,select,textarea {
    font-size: 14px;
}
#header .header-top .user-info {
    font-size: 14px;
}
#wrapper .breadcrumb li:last-child {
    color: #8D7407 !important;
}
.breadcrumb li a {
    color: #757575 !important;
}
.thumbnail-container .regular-price, #products .regular-price, .featured-products .regular-price, .product-accessories .regular-price, .product-miniature .regular-price {
    color: #757575;
}
.pagination .current a {
    color: #8D7407;
}
.pagination .disabled {
    color: #757575;
}
.subnav .subnavbtn {
    outline: revert;

}