/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Archive Marcas Styles */
.img-prod-lg {
    border: 1px solid #dbdbdb;
    margin: 0 auto 0 auto;
}

.no_existe {
    color: #dbdbdb !important;
}

.activo {
    background: #006bb5;
}

.activo a {
    color: #fff !important;
}

.existe {
    color: #006bb5 !important;
}

.letter_filter li a {
    color: #dbdbdb;
}

.btn-default {
    color: #333333 !important;
    background-color: #ffffff !important;
    border-color: #cccccc !important;
}

.marcas h4 {
    margin-top: 30px;
    font-size: 18px;
    color: black;
}

.title-archive-marcas {
    padding-top: 50px;
    padding-bottom: 0px;
}

@media only screen and (min-width: 768px) {
    .title-archive-marcas {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* Additional inline style classes */
.marcas-sidebar {
    padding-bottom: 20px;
}

.marcas-header-tabs {
    padding: 0px;
    margin: 0px;
}

.marcas-product-item {
    text-align: center;
}

/* Archive Productos Styles */
.img-prod-lg {
    margin: 0 auto 0 auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.productos h4 {
    margin-top: 30px;
    font-size: 18px;
    color: black;
}

.title-archive-productos {
    padding-top: 50px;
    padding-bottom: 0px;
}

@media only screen and (min-width: 768px) {
    .title-archive-productos {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* Single Marcas Styles */
.img-prod-lg {
    margin: 0 auto 0 auto;
    height: 225px;
    width: 225px;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default:hover {
    color: #fff;
    background: #006f53;
    border: 1px solid #006f53;
}

.thumbnail {
    width: 100%;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.item-product {
    margin: 15px 0px;
}

.single-marcas-container {
    padding-top: 50px;
    padding-bottom: 0px;
}

.col-xs-6.col-sm-4.col-md-4 {
    text-align: center;
}

/* Single Productos Styles */
.productos .img-prod-lg {
    padding: 0 20px 20px 0;
    height: 245px;
    width: 245px;
    margin: 0 auto;
}

.about-marca h1 {
    text-transform: capitalize;
    margin-bottom: 0px;
    font-size: 1.5em;
}

.productos h4 {
    margin-top: 30px;
}

.single-productos-container {
    padding-top: 50px;
    padding-bottom: 0px;
}

.single-productos-content {
    margin: auto;
}

.single-productos-item {
    text-align: center;
}

@media screen and (min-width: 480px) {
    .about-marca h1 {
        margin-bottom: 30px;
        font-size: 2.5em;
    }
}