/**
ROJO: f4313f
GRIS: #616974
**/

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px white; }
::-webkit-scrollbar-thumb { -webkit-box-shadow: inset 0 0 6px #f4313f; }
*{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #616974;
}
.sub-header > a , footer a{
    font-weight: 300;
}
.visible-movil{
    display: none;
}
.sub-header{
    background: #EEE;
    padding: 3.2em 2em 1em;
    color: #616974;
}
.sub-header a{
    color: #616974 !important;
}
a i{
    margin-right: 1em;
}
td a i{
    margin: 0.2em;
}
.btn i{
    color: white !important;
}
.sub-header a:hover{
    text-decoration: none;
    color: #f4313f !important;
}
.sub-header a + a{
    margin-left: 2em;
}
header{
    background: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
header .nav {
    padding: 1em 2em;
}
header.reduced .nav{
    padding: 0.4em 2em;
}
header.reduced .sub-header{
    padding: 0.5em 2em;
    overflow: auto;
}
div#content{
    margin-top: 138.703px;
    overflow: hidden;
}
.logged-user-info{    
    background: white;
    position: absolute;
    right: 24em;
    border-radius: 20px;
    padding: 2em;
    z-index: 100;
    display: none;
}
.container{
    overflow: hidden;
}
.hidden{
    display: none !important;
}
.form-horizontal{
    padding: 0 2em 2em;
}
.form-horizontal .form-group{
    position: relative;
}
.panel-default{
    max-width: 720px;
    display: block;
    margin: 2em auto;
}
.panel-default .list-unstyled{
    padding-left: 3em;
}
.list-unstyled .well{
    border: 2px solid #999;
    background: #EEE;
    padding: 0.5em 2em;
    font-weight: bold;
    margin: 0.5em 0;
    border-radius: 20px;
}
.form-horizontal p{
    margin: 2em 0;
}
.form-horizontal .resetPass{
    text-align: center;
    text-decoration: underline;
    font-weight: normal;
    cursor: pointer;
}
.contenedor-formularios label.custom-label-form{
    padding-top: .5em !important; 
    text-align: center;
}
.custom-check{
    cursor:pointer;
    padding-top: .2em;
    font-size: 1.1em;
}
.borrar-promo-requirement, .borrar-promo-line, .borrar-promo-product{
    cursor: pointer;
    text-align: center;
}
.form-horizontal .bold{
    font-weight: bold;
    text-decoration: underline;
    color: #616974;
}
.form-horizontal .bold:hover{
    color: #f4313f;
}
.with-error{
    color: #f4313f;
    text-align: center;
    margin: 2em 0 0;
    font-weight: bold;
}
.form-horizontal input::placeholder{
    font-weight: bold;
}
.form-horizontal input{
    padding-left: 2em;
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #999;
}
div#content-overlay{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    z-index: 1;
}
.form-horizontal .form-group i{
    position: absolute;
    top: 0.5em;
    left: 0.5em;
}
.btn-primary{
    border-radius: 0 !important;
    text-align: center !important;
    color: white !important;
    font-weight: bold;
    background: #f4313f !important;
    border-color: #f4313f !important;
}
#step2{
    display: none;
}
.btn-primary span{
    color: white !important;
}
.btn-primary:hover{
    background: #f4313f !important;
    border-color: #f4313f !important;
    opacity: 0.8;
}
.edit-group{
    text-align:center; 
    margin: 4em 0;
}
.edit-group .btn-success, .edit-group .btn-info{
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 20px;
    padding: 0.5em 2em;
}
.contenedor-formularios{
    max-width: 90%;
    margin: 4em auto;
}
.contenedor-formularios h4{
    text-transform: uppercase;
    font-weight: bold;
    border-top: 1px solid #BBB;
    padding: 1em 0;
    width: 100%;
}
.contenedor-formularios div + h4{
    margin-top: 3em;
}
.contenedor-formularios label{
    padding: 0 !important;
}
.contenedor-formularios h4.panel-title{
    text-transform: none;
    
}
.contenedor-formularios h4.panel-title a, .contenedor-formularios h4.panel-title a:hover{
    text-decoration: none;
    color: #616974 !important;
}
a.pull-right.delete-delegation{
    float:right;
    background: #616974 !important;
    padding: 5px 20px;
    border-radius: 20px;
}
a.pull-right.delete-delegation i, a.pull-right.delete-delegation span{
    color: white !important;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: bold;
}
.edit-group .btn-success + .btn-info, .text-center .btn-success + .btn-info{
    margin-left: 2em;
}
.logged-user-info h4{
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}
.logged-user-info p{
    padding-left: 1em;
    font-weight: bold;
}
.logged-user-info p span{
    display: block;
    font-weight: normal;
}
p{
    font-weight: 300;
}

.logged-user-info a{
    color: white !important;
    display: block;
    margin: 1em auto !important;
    border-radius: 20px;
}
.logged-user-info a.btn-success{
    width: 10em;
}
.logged-user-info a:hover{
    color: white !important;
    opacity: 0.8;
}
header .logo img{
    max-width: 125px;
    -webkit-transition: width 1s; /* Safari */
    transition: width 1s;
}
header.reduced .logo img{
    max-width: 75px;
}
#brands-show .brand-container{
    -webkit-transition: opacity 2s; /* Safari */
    transition: opacity 2s;
    overflow: auto;
    opacity: 0;
}
header .nav, header .sub-header{
    -webkit-transition: padding 1s; /* Safari */
    transition: padding 1s;
}
.navbar, div.nav{
    width: 100%;
}
ul.navbar-nav{
    padding-left: 10%;
    justify-content: space-between;
    width: 100%;
}
.nav-item .nav-link{    
    font-size: 1.2em;
    text-transform: uppercase;
    font-size: 1.2em;
}
.nav-item{
    font-size: 0.9em;
    border-bottom: 4px solid white;
}
.nav-item + .nav-item{
    margin-left: 0.5em;
}
.nav-item.active .nav-link, .nav-item:hover .nav-link{
    color: #f4313f !important;
}
.nav-item.active, .nav-item:hover{
    border-bottom: 4px solid #f4313f;
}

#brands-show{
    background: #EEE;
    padding: 0 7em 3em;
    color: #616974;
    overflow: hidden;
}
#brands-show .brand-item{
    margin-right: 1.4%;
    margin-left: 1.4%;
    width: 17%; 
    float: left;
    border-radius: 100%;
    overflow: hidden;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#go-up{
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0,0,0,0.3);
    width: 40px;
    height: 40px;
    color: white !important;
    cursor: pointer;
}
.login-button, .new-user-button{
    font-weight: bold !important;
    display: block !important;
    text-align: center !important;
    text-transform: uppercase !important;
    width: 15em;
    cursor: pointer;
    margin-left: 0 !important;
    font-size: 0.8em;
}
.sub-header .login-button, .login-button{
    background: #39424F;
    color: white !important;
    padding: 0.5em;
    position: relative;
    margin-top: -2em;
}
header.reduced .sub-header > a{
    padding: 0.5em;
    display: inline-block; 
}
header .login-button{
    border-radius: 25px;
}
header.reduced .login-button, header.reduced .new-user-button{
    display: inline-block !important;
    float: right !important;
    margin:0.5em 1em 0 0 !important;
    padding: 0.5em;
}
.new-user-button{
    margin-top: 0.5em;
}
.sub-header .login-button:hover, .login-button:hover{
    color: white !important;
    opacity: 0.8;
}
.sub-header .carrito, .visible-movil .carrito{
    border: 2px solid #39424F;
    padding: 0.5em;
    cursor: pointer;
    margin-left: 1em !important;
    position: relative;
    border-radius: 27px;
}
.sub-header .ocultable-movil .user-button{
    padding: 0.5em 1em;
    background: #616974;
    color: white !important;
    cursor: pointer;
    border-radius: 15px;
}
.sub-header .user-button i,  .visible-movil .user-button i{
    padding: 0.5em;
    background: #616974;
    color: white !important;
    cursor: pointer;
    border-radius: 100%;
}
.sub-header .ocultable-movil .user-button i{
    margin-right: 0 !important;
}
.bootstrap-datetimepicker-widget table td{
    border-radius: 0 !important;
}
.sub-header .ocultable-movil .orders-button{
    cursor: pointer;
    margin: 0 0 0 1em;
    padding: 0.5em 1em;
    border: 2px solid #616974;
    color: #616974 !important;
    border-radius: 25px;
}
.sub-header .ocultable-movil .orders-button:hover{
    color: #f4313f !important;
}
@media (max-width: 1020px){
    .sub-header .ocultable-movil .orders-button{
        display: none;
    }
}
#contacto{
    padding: 3em 0 6em;
}
.sub-header .user-button:hover{
    opacity: 0.8;
}
#go-up:hover{
    background: #555;
}
#go-up i{
    color: white !important;
}
#brands-show .brand-container + .brand-container{
    display: none ;
    opacity: 0;
}
#brands-show .brand-container.view{
    opacity: 1;
}
#brands-show .brand-item img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
#brands-show .brand-item:hover img.first-image{
    display: none;
}
#brands-show .brand-item:hover img.second-image{
    display: block !important;
}
.searchExtendIcon{
    position: absolute;
    bottom: 1.4em;
    font-size: 0.8em;
    color: white;
    right: 2em;
}
#product-store{
    max-width: 1200px;
    display:block;
    margin: 4em auto;
}
.sidebar-brands h3{
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    padding-bottom: 0.6em;
    margin-bottom: 2em;
}
.products-container .product > div, .products-container .promo > div{
    padding: 1em;
    border-radius: 20px;
    border: 1px solid #CCC;
}
.products-container .product, .products-container .promo{
    margin-top: 2em;
}
.products-container{
    padding-top: 1em;
}
#searchExtend::placeholder{
    color: white;
}
#searchExtend{
    display: inline-block;
    width: 20em;
    float: right;
    border-radius: 20px;
    background: none;
    border-color: white;
    color: white;
    padding: 0em 4em 0em 1em;
}
#brands-show h2, #contacto h2, #news h2{
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 2em 0;
}
#brands-show .cursors{
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4em 0 2em;
}
#brands-show .cursors .cursor{
    height: 20px;
    width: 20px;
    margin-right: 25px;
    border: 1px solid #616974;
    border-radius: 100%;
    cursor: pointer;
}
#brands-show .cursors .cursor.active{
    background: #616974;
}

footer{
    background: #39424F;
    padding: 4em 4em 2em;
}
footer .copyright{
    text-align: center;
    padding: 4em 0 2em;;
    color: white !important;
    border-top: 1px solid #6A717B;
}
footer a{
    color: white !important;
    display: block;
}
footer a i{
    color: white !important;
}
footer .row .col-xl-3 div{
    padding-top: 1em;
    padding-bottom: 4em;
    border-top: 1px solid #6A717B;
}
footer span{
    color: #9CA1A7 !important;
    display: inline-block;
    margin-left: 2em;
    display: inline-block;
    width: 5em;
}
footer h4{
    font-size: 1.2em;
    padding-bottom: 1em;
    color: #9CA1A7 !important;
}
#about{    
    background: url(/assets/img/Slide_sobre_alba-1400x450.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding: 6em 0;
    color: white !important;
}
#about p{
    color: white !important;
    font-size: 1.1em;
    margin-bottom: 0;
}
#about h3{
    text-transform:uppercase;
    margin-bottom: 2em;
    font-size: 1.4em;
    font-weight: bold;
    color: white !important;
}
#about-extended{
    padding-top: 6em;
    padding-bottom: 6em;
}
#about-extended .img-container{
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#about-extended h4{
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;
}
#about-extended p{
    text-align: center;
    padding-left: 2em;
    font-size: 1.1em;
    padding-right: 2em;
}
.dataTables_wrapper {
    padding: 4em 0;
}
.table-bordered td, .table-bordered th{
    border: none;
    vertical-align: middle;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous{
    font-weight: normal !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    border: none !important;
    margin: 0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color: white !important;
    font-weight: bold;
    background: #f4313f !important;
    margin: 0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    background: none !important;
    color: #CCC !important;
}
.print-hide, td .btn.btn-xs.btn-info{
    text-align: center;
}
.btn-info{
    background: #6A717B !important;
    border-color: #6A717B !important;
    border-radius: 20px;
}
.btn:hover{
    opacity: 0.8;
}
.form-horizontal input{
    border-radius: 0 !important;
}
.btn-success{
    background: #f4313f !important;
    border-color: #f4313f !important;
    border-radius: 20px;
}
.btn-info.disabled{
    opacity: 0.4 !important;
}
.carrito .number{
    font-weight: bold;
    font-size: 1.1em;
}
h3 .btn{
    margin-right: 1em;
}
label{    
    font-weight: normal;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: 700;
}
h3.pull-left{
    padding: 3em 1em 1em;
    color: white !important;
    font-weight: bold;
    background: #B0B4B9;
}
h3.pull-left small{
    color: white !important;
    font-weight: bold; 
}
input[type=search]{
    border:none;
    border-bottom: 2px solid #777;
}
.form-group > .g-recaptcha > div{
    margin: 0 auto;
}
form input[type="submit"]{
    width: auto;
    padding: 0.5em 3em;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
.ui-dialog-titlebar{
    background: none;
    border: none;
    position: relative;
}
.logo-modal{
    display: block;
    margin: auto;
    width: 100px;
}
.ui-dialog-buttonpane{
    border: none;
}
.ui-dialog-buttonset{
    display: block;
    margin: 0 auto;
    float: none !important;
}
.ui-dialog-buttonset button{
    width: auto;
    padding: 0.5em 2em;
    margin: 0 auto !important;
    display: block;
    background: #f4313f !important;
    color: white !important;
    font-weight: bold;
    text-transform: uppercase;
    border: none !important;
    border-radius: 20px;
}
.ui-dialog{
    position: fixed !important;
    border-radius: 20px;
    max-width: 100%;
}
#modal-aviso > p{
    text-align: center;
    padding: 1em;
    font-weight: bold;
}
.ui-dialog-buttonset button:hover, .ui-dialog-buttonset button:active{
    background: #f4313f;
    color: white;
    font-weight: bold;
    opacity: 0.8;
}
.ui-dialog-titlebar .fa-close, .logged-user-info .fa-close{
    color: white !important;
    font-size: 1em;
    position: absolute;
    background: #f4313f;
    cursor: pointer;
    top: 10px;
    right: 10px;
    padding: 0.5em;
    border-radius: 100%;
    height: 2em;
    width: 2em;
    text-align: center;
}
.ui-dialog-titlebar-close{
    display: none;
}
.ui-widget-overlay{
    opacity: .6;
}
.ui-widget.ui-widget-content{
    max-height: 100%;
    overflow: auto;
}
.brand-selector{
    text-transform: uppercase;
    cursor: pointer;
    color: #616974 !important;
    display: block;
    margin: 1em 0.5em;
    text-shadow: 0px 1px 0px;
}
.brand-selector.active{
    font-weight: bold;
}
.brand-selector span{
    color: #AAA !important;
    text-shadow: none;
}
.container-product-image{
    position: relative;
}
.container-product-image a{
    display: none;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(244,49,63, 0.7);
    color: white !important;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none !important;
}
.container-product-image:hover a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-pagination-menu{
    margin: 6em 0 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-pagination-menu li{
    height: 3em;
    width: 3em;
    display: flex;
    margin: 0 0.5em;
    font-weight: normal;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid white;
    cursor: pointer;
    color: #616974 !important;
}
.custom-pagination-menu li:hover, .custom-pagination-menu li.active{
    background: #f4313f;
    color: white !important;
}
.custom-pagination-menu li.disabled,.custom-pagination-menu li.disabled:hover, .custom-pagination-menu li.disabled a {
    background: white !important;
    cursor: not-allowed;
    color: #616974 !important;
}
.product .product-name, .promo .product-details{
    margin-top: 1em;
    font-size: 1.1em;
    height: 3em;
    margin-bottom: 0;
    overflow: hidden;
}
.product .product-details{
    font-weight: normal;
    height: 2.2em;
}
.promo .product-name{
    margin: 1em 0;
    font-weight: normal;
}
.container-add-cart{
    margin-top: 2em;
    padding-bottom: 1em;
    height: 4em;
}
.container-add-cart input{
    width: 4em;
    padding: 0.3em 0.5em;
    border-radius: 5px;
}
.container-product-image a i{
    color: white;
    margin-left: 0.7em;
}
#searchExtend:focus{
    outline: none;
    box-shadow: none;
}
.btn-success.add-to-cart.disabled{
    opacity: 1 !important;
    background: #CCC !important;
    border-color: #CCC !important;
}
.container-product-image a span{
    border-radius: 20px;
    padding: 6px 10px 6px 15px;
    vertical-align: middle;
    border: 1px solid white;
    color: white;
}
#slider-home{
    position: relative;
    height: 550px;
}
.slider-container{
    display: none;
}
.slider-container.visible{
    display: block;
}
img.slider-background{
    position: absolute;
    top: 0;
    left: 0;
}
.promo-container-home, .cart-container{
    max-width: 900px;
    margin: 2em auto 5em;
}
.cart-item{
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px solid #CCC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #CCC;
}
.cart-item + .cart-item{
    border-top: none;
}
.cart-item p, .cart-item a{
    margin: 1em 0 0;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{
    background: #f4313f !important;
}
table ul{
    margin: 0;
    padding: 0;
}
table li{
    list-style: none;
}
td.day.disabled{
    background: #AAA !important;;
    text-decoration: line-through !important;
    color: white !important;
}
.remove .fas.fa-times-circle{
    color: #f4313f;
    font-size: 1.5em;
    text-align: center;
    margin: 0;
}
.cart-item h4{
    font-size: 1em;
    margin-bottom: 0.5em;
    font-weight: 100;
    margin-top: 1em;
}
.promo-home img{
    max-width: 100%;
}
.promo-home{
    cursor: pointer;
}
.promo-home > div{
    position: relative;
}
.promo-description h4{
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}
.promo-description{
    text-align: center;
    display: none;
    position: absolute;
    color: white !important;
    background: rgba(0,0,0,0.5);
    width: 100%;
    top:0;
    left: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.promo-description *{
    list-style: none;
    padding: 0;
}
.promo-description *{
    color: white !important;
}
.promo-home:hover .promo-description{
    display: flex;
}
.promo-home .btn{
    position: absolute;
    left: 1em;
    width: auto;
    bottom: -1em;
    opacity: 1;
    font-size: 0.8em;
}
.promo-home .btn:hover{
    opacity: 1 !important;
}
@media (min-width: 1440px){
    .container {
        max-width: 1400px !important;
    }
    header{
        max-width: 1400px !important;
        padding-right: 15px;
        padding-left: 15px;
        margin-left: -15px;
    }
}
@media (min-width: 1200px) and (max-width: 1439px){
    .container {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    #contacto{
        padding: 0 6em 6em;
    }
    #about-extended{
        padding-bottom: 2em;
        padding-left: 2em;
        padding-right: 2em;
    }
}
@media (min-width: 900px) and (max-width: 1200px){
    header.reduced .nav, header .nav{
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-light .navbar-brand{
        margin: 0;
    }
    header .logo img {
        max-width: 75px;
    }
    .nav-item .nav-link{
        font-size: 1em;
    }
    .container {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    #about{
        padding: 2em 0;
    }
    #contacto {
        padding: 0 6em 6em;
    }
    #brands-show .brand-item{
        height: 130px;
    }
    #about-extended{
        padding-bottom: 0;
        padding-left: 1em;
        padding-right: 1em;
    }
    #about-extended h4, #about-extended p{
        font-size: 1em;
    }
}
@media only screen and (max-width: 899px){
    .logged-user-info{
        right: 12em;
    }
    .nav-item + .nav-item{
        margin-left: 0;
    }
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    #brands-show .brand-item{
        height: 80px;
    }
    #about{
        padding: 2em 0;
    }
    #brands-show h2, #contacto h2{
        padding: 1em 0;
    }
    #brands-show{
        padding-bottom: 1em;
    }
    #brands-show .cursors .cursor{
        height: 15px; 
        width: 15px;
    }
    .h3, h3{
        font-size: 1.5em
    }
    #about p {
        font-size: 0.8em;
        padding: 0 1em;
    }
    #about-extended{
        padding-bottom: 0;
    }
    #contacto {
        padding: 3em 2em 6em;
    }
    header .sub-header {
        padding: 0.5em 2em;
        overflow: auto;
    }
    header .nav {
        padding: 0.4em 2em;
    }
    div#content {
        margin-top: 155px;
    }
    header .logo img{
        max-width: 75px;
    }
    header .sub-header > a, header.reduced .sub-header > a{
        font-size: 0.8em;
        margin-left: 0;
        padding: 0;
    }
    .sub-header a + a {
        margin-left: 1em !important;
    }
    header .login-button, header .new-user-button{
        font-size: 12px;
        display: inline-block !important;
        float: right !important;
        margin: 0 1em 0 0 !important;
        padding: 0.5em;
    }
    .form-horizontal {
        padding: 0 2em 0;
    }
    #brands-show .cursors{
        padding: 2em 0;
    }
}
@media only screen and (max-width: 767px){
    .promo-home + .promo-home{
        margin-top: 2em;
    }
    .promo-container-home.row{
        margin-bottom: 6em !important;
    }
    header.reduced .sub-header, header .sub-header{
        padding: 0.5em 1em;
    }
    header.reduced .login-button, header.reduced .new-user-button, header .login-button, header .new-user-button{
        margin: 0 !important;    
        font-size: 0.6em;
    }
    header .new-user-button{
        color: #616974 !important;
    }
    #about h3{
        font-size: 1.2em;
    }
    #about{
        background-size: cover;
    }
    .form-group .g-recaptcha{
        margin-left: -1em;
    }
    h3.pull-left {
        padding: 1em 1em 1em;
        height: 3.4em;
    }
    h3 .btn {
        display: block;
        margin: 2em auto 0;
        z-index: 99;
    }
    .edit-group .btn-success + .btn-info{
        margin-left: auto;
        margin-top: 1em;
    }
    .col-12{
        clear:both;
    }
    div#content {
        margin-top: 120px;
    }
    footer{
        padding: 4em 2em 2em;
    }
    #brands-show{
        padding: 1em;
    }
    #brands-show h2, #contacto h2{
        font-size: 1.4em;
    }
    header.reduced .nav, header .nav{
        padding: 0.4em 0;
    }
    .navbar{
        padding-top:0 ;
        padding-bottom: 0;
    }
    #brands-show .brand-item {
        height: 60px;
    }
    .row {
        margin: 0 !important;
    }
    #contacto {
        padding: 3em 1em 6em 1em;
    }
    .form-horizontal{
        padding: 0;
    }
    .ocultable-movil{
        display: none;
    }
    .visible-movil{
        display: block;
        width: 8em;
        padding-top: 0.5em;
    }
    .visible-movil.flex{
        display: flex;
    }
    .logged-user-info{
        right: 0;
    }
    .visible-movil .carrito{
        font-size: 0.7em;
        margin: 0 !important;
    }
}
@media only screen and (max-width: 767px){
    #brands-show .brand-item {
        height: 50px;
    }
    .cart-container .cart-item > div{
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.carrito.btn-success i, .carrito.btn-success, .carrito.btn-success span, .carrito.btn-success:hover i, .carrito.btn-success:hover, .carrito.btn-success:hover span{
    color: white !important;
}
.carrito.btn-success{
    padding: 0.2em 1em !important;
}
a > img{
    outline: none !important;
}
