@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');

h1, h2, h3, h4, h5, h6, label, body, p {
    font-family: 'Nunito', sans-serif;
}


.page-content h1, .page-content h2 {
    font-family: 'Nunito', sans-serif;
} 
/* LOGO */

.logo-market {
    height:80px!important;
}


/* BOTONERA */

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #ff0200;
    font-weight: bold;
}

.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    color: #1f509a;
}

.navbar .nav li.dropdown.open>.dropdown-toggle .caret, .navbar .nav li.dropdown.active>.dropdown-toggle .caret, .navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #ff0200;
    border-bottom-color: #ff0200;
}


.navbar .nav>li>a {
    color: #3a3a3a;
    padding: 10px 10px 10px 10px;
     font-weight: bold;
}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
    background-color: #43959e;
    color: #fff;
    border-radius: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 10px 10px 10px 10px;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    color: #000;
    background-color: #fff;
    transition: all 0.3s ease;
    padding: 10px 10px 10px 10px;
}


/* NAV BAR */

.navbar .nav {
    float: right;
    margin: 30px 10px 0 0;
}

.navbar {
    border-bottom: 0px solid rgba(176,183,195,0.84);
}
 

/* FOOTER */

.modal-footer {
    border-top: 0px solid #fff;
}

/* FORMULARIO */

.form-actions {
    padding: 19px 0px 20px;
    margin-top: 2px;
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #d68500;
    border-color: #d68500;
    border-radius: 20px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2c2f33;
}


.navbar.navbar-static-top.affix-bottom.affix.affix-at-top {
    background-color: #fff !important;
}

.listado-productos .thumbnail h5 {
    font-size: 20px;
    min-height: 48px;
    font-weight: 700;
    line-height: 24px;
    margin: 0px 0px;
    padding: 20px 0px 0px;
    border-top: 1px solid rgba(128,128,128,0.29);
}
.listado-productos .thumbnail {
    padding: 0;
    border: 0px solid #ddd;
    border-radius: 0;
    display: block;
    line-height: 20px;
    margin-bottom: 30px;
}
.listado-productos .thumbnail h5 {
    font-size: 20px;
    min-height: 48px;
    font-weight: 700;
    line-height: 24px;
    margin: 0px 0px;
    padding: 20px 0px 0px;
    border-top: 0px solid rgba(128,128,128,0.29);
}
.wdg-producto .caption .resumen p, .wdg-producto .caption .resumen h5 {
    min-height: 0;
    display: grid;
}
.wdg-producto .caption .precio {
    line-height: 100%;
    font-size: 32px;
    text-align: left;
    line-height: 10%;
    margin-top: 14px;
    float: unset;
}
.wdg-producto .caption .resumen p, .wdg-producto .caption .resumen h5 {
    min-height: 0;
    display: grid;
    text-align: center;
}

.wdg-producto .caption .precio .precio-final {
    display: block;
    text-align: center;
}
.listado-productos .thumbnail h5 {
    font-size: 20px;
    min-height: 48px;
    font-weight: 700;
    line-height: 24px;
    margin: 0px 0px;
    padding: 4px 0px 0px;
    border-top: 0px solid rgba(128,128,128,0.29);
}

@media (max-width: 979px){
    .logo-market {
        height: 50px!important;
    }
}


.modal-footer .btn-link {
    color: #fff;
}


a {
    color: #d68500;
    text-decoration: none;
}


.listado-productos img {
    padding: 0px 0 0px 0;
}

.listado-productos .thumbnail h5 a {
    color: #3a3a3a;
}

.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%;
}

.categorias-y-productos .detalle .galeria-detalle-producto.galeria-zoom .thumbnail .vista-previa>img.thumb {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    background-color: #fff;
}

a {
    color: #266391;
    text-decoration: none;
}

a:hover, a:focus {
    color: #3a3a3a;
    text-decoration: underline;
}

.pagination ul>.active>a, .pagination ul>.active>span {
    color: #e4121d;
}
.muted {
    color: #3a3a3a;
}

.btn {
    font-weight: 300;
    color: #fff;
    background-color: #000;
    border-color: #000 #000 #000;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border: 1px solid #000;
    border-bottom-color: #000;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 20px;
    font-family: 'Roboto',serif;
}

.mu {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    border-radius: 5px;
    background-color: #fff;
}


.site-footer [data-widget="sitemap"], .site-footer [data-widget="socialsharer"] {
    color: #fff;
}


.navbar-inner {
   
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.6);
    background-color:rgba(255, 255, 255, 1) !important; /* -- CHANGE -- */
}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
    background-color: #ee1935;
    color: #fff;
    border-radius: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 10px 10px 10px 10px;
}