@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800;900&display=swap');

/* --- GENERALES --- */

.carousel {
    margin-bottom: 0px;
}

.page-body {
    margin: 0px 0;
}

.page-header {
    display: none;
}

/* --- MENÚ --- */

.logo-market {
    height: 30px!important;
}

.navbar .logo-market {
    margin: 10px 0;
}

.navbar .nav {
    float: right;
}

.navbar .nav>li>a {
    font-family: 'Jost', sans-serif;
    padding: 25px 20px;
    font-weight: 400;
}

/* --- TIPOGRAFÍAS TÍTULO Y CUERPO --- */

h1 {
    font-family: 'Jost', sans-serif;
    font-weight: 800;
    color: #1D1D1B;
    font-size: 32px;
    letter-spacing: 10px;
}

h2 {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    color: #333333;
    font-size: 32px;
}

h3 {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    color: #4D4D4D;
}

h4 {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    color: #4D4D4D;
}

body, p {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    color: #4D4D4D;
    font-size: 18px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #E32025;
    text-decoration: none;
}

/* --- BOTONES Y LÍNEAS --- */

.btn {
    font-family: 'Jost', sans-serif;
    border: none;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    border-width: 2px;
    text-transform: uppercase;
}

hr {
    border-top: 3px solid #E00613;
}

/* --- FORMULARIO --- */

label, input, button, select, textarea {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

/* --- CATÁLOGO --- */

.caret {
    border-top: 4px solid #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;
    text-decoration: none;
    outline: 0;
    background-color: #e32025;
}

.dropdown-menu>li>a:hover {
    background-color: #d64444;
}

.listado-productos .btn-primary {
    color: #f5f5f5;
    padding: 10px 15px;
    font-size: 14px;
    margin: 0px 0px 0 0;
    border-radius: 0;
    width: 100%;
}

h2 small {
    color: #878787;
}

.categorias-y-productos .detalle .galeria-detalle-producto.galeria-zoom .thumbnail .vista-previa>img.thumb {
    background-color: #fff;
}

/* --- FOOTER --- */

.modal-footer {
    border-top: none;
}

.site-footer [data-widget="sitemap"], .site-footer [data-widget="socialsharer"] {
    color: #ffffff;
}