/* Changes logo's height for a thiner menu */
.logo-market {
    height: 40px !important;
}

/* Menu colors */
.navbar .nav>li>a {
    font-weight: bold;
    color: white;
}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
    color: white;
}

.navbar .navbar-inner .container .nav > li > a:hover, 
.navbar .navbar-inner .container .nav > li > a:focus, 
.navbar .navbar-inner .container .nav > li.active > a {
    background-color: #0fb0d0 !important;
}

/* Hides old header with template image */
.site-header.modal-header {
    display: none;
}

/* Titles general color */
.page-content h1, .page-content h2 {
    color: #0fb0d0;
}

/* Other colors */

/* Muted text (like products count in categories bar) */
.muted {
    color: #989994
}

/* Removes gap between header and body */
.page-body {
    margin-top: 0;
}

/* Products list */
.listado-productos .btn-primary {
    margin-bottom: 0; 
}

/* Product detail */
.product-detail .main-title h1 {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    padding-top: 60px;
    padding-bottom: 30px;
}

.product-detail .main-title,
.product-detail .main-image {
    background-color: #282D2D;
}

.product-detail .main-image img {
    max-height: 300px;
    width: initial !important;
}

.product-detail .product-description {
    padding-top: 80px;
    padding-bottom:80px;
}

.product-detail .similar-products {
    background-color: white;
    padding-top: 60px;
    padding-bottom: 100px;
}

.product-detail .similar-products .title h2 {
    padding-bottom: 30px;
    font-weight: bold;
}

/* End Product detail */


/* Footer colors */
.site-footer {
    border-top-color: #0fb0d0;
}

.site-footer .btn {
    background-color: #0fb0d0;
}

.site-footer .btn:hover {
    background-color: #282d2d;
}