@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

/* --- GENERALES --- */

.carousel {
    margin-bottom: 0px;
}

.page-body {
    margin: 0px 0;
}

.page-header {
    display: none;
}

/* --- MENÚ --- */

.navbar .logo-market {
    margin: 0px 0;
}

.logo-market {
    height: 70px!important;
}

.navbar .nav {
    float: right;
}

.navbar .nav>li>a {
    padding: 39px 20px;
    font-family: 'Montserrat', sans-serif;

}

/* --- TIPOGRAFÍAS TÍTULO Y CUERPO --- */

h1 {
    font-family: 'Montserrat', sans-serif;
    color: #464544;
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    color: #464544;
    font-size: 30px;
    font-weight: 500;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    color: #464544;
    font-weight: 400;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    color: #464544;
    font-weight: 400;
}

body, p {
    font-family: 'Montserrat', sans-serif;
    color: #464544;
    font-size: 18px;
    font-weight: 300;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #ff6600;
    text-decoration: none;
}

/* --- BOTONES Y LÍNEAS --- */

.btn {
    font-family: 'Montserrat', sans-serif;
    border: none;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    border-width: 2px;
    text-transform: none;
}

/* --- FORMULARIO --- */

label, input, button, select, textarea {
    font-size: 15px;
    font-weight: normal;
    line-height: 40px;
}

/* --- CARRITO DE COMPRAS --- */

.listado-productos img {
    padding: 0px 0 0px 0;
}

h2 small {
    color: #8a8a8a;
}

.pagination ul>.active>a, .pagination ul>.active>span {
    color: #000000;
}

.listado-productos img {
    padding: 0px 0 0px 0;
    background-color: #fff;
}

.caret {
    border-top: 4px solid #fff;
}

.categorias-y-productos .detalle .galeria-detalle-producto.galeria-zoom .thumbnail .vista-previa>img.thumb {
    background-color: #fff;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 40px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #878787;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #a92525;
}

.dropdown-menu>li>a:hover {
    background-color: #d64444;
}

/* --- 100% CARRITO --- */

.listado-productos .thumbnail h5 a {
    color: #007060;
}

.wdg-producto .caption .precio {
    line-height: 100%;
    font-size: 32px;
    text-align: left;
    line-height: 10%;
    margin-top: 16px;
    float: left;
}

.listado-productos .thumbnail h5 {
    font-size: 20px;
    min-height: 48px;
    font-weight: 700;
    line-height: 24px;
    margin: 0px 0px;
    padding: 60px 0px 0px;
    border-top: 1px solid rgba(128,128,128,0.29);
}

.listado-productos .btn-primary {
    color: #f5f5f5;
    padding: 10px 15px;
    font-size: 14px;
    margin: 0px 0px 0 0;
    border-radius: 0;
    width: 100%;
}

/* --- FOOTER --- */
.modal-footer {
    border-top: none;
}