body{
    font-weight: 500;
    color: #576163;
}

a {
   color: #bda090; 
}

a:hover {
   color: #576163; 
}

.titulo-articulo{
    color: #bda090;
}


#enlace-editar{
    margin-top: 34px;
    font-size: 21px;
}

.titulo-articulo span{
    color: #576163;
}

.bg-info-text{
    color: #fff;
    padding: 5px;
}

.btn-color-recam{
    color: #576163;
    background: #bda090;
    font-weight: 700;
}

.btn-color-gris{
    color: #fff;
    background: #576163;        
    font-weight: 700;
}

.btn-color-gris:hover{
    color: #fff;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(27,36,43,.15);
}

.btn-link-recam{
    color: #576163;
    font-weight: 500;
}

.car-header-recam{
    padding: 0.45rem 0.35rem;
}

.btn-link-recam.btn.focus, .btn:focus{
    box-shadow: none;
}

.btn-link-recam:hover{
    color: #bda090;
}

.list-group-item.active{
    background: #576163;
    border-color: #576163;
    color: #fff;
}

.page-header{
    padding-top: 20px;
    text-align: center;
}

.page-header a img{
    max-height: 100px;
}

.img-producto{
    max-height: 100px;
}

.menu-micuenta-movil{
    text-align: right;
    font-weight: bold;
    font-size: 35px;
    padding-top: 28px;
    padding-right: 22px;
    padding-bottom: 15px;
}

.email-titulo-ficha{
    font-weight: normal;
    word-break: break-word;
}

.text-listado{
    font-weight: normal;
    word-break: break-word;
}

.estado-pedido{
    display: block;
    word-wrap: break-word;
    width: 100%;
    white-space: normal;
    font-weight: normal;
}

.email-listado{
    display: block;
    word-wrap: break-word;
    width: 100%;
    white-space: normal;
    font-weight: normal;
}

.input-orden{
    float:right; width: 100px;
}

.checkbox-micuenta.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color: #576163;
}

.radio-micuenta.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #576163;
}

.custom-control-input:active ~ .custom-control-label::before {
    background-color: #bda090;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(189, 160, 144, 0.4);
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ddd;
}

.form-control:focus{
    border-color: #ddd;
    box-shadow: 0 0 0 0.2rem rgba(27,36,43,.15);
}

/*estils para que se van placeholder*/
.form-control::-moz-placeholder {
    color: #bbb;
}
.form-control:-ms-input-placeholder {
    color: #bbb;
}
.form-control::-webkit-input-placeholder {
    color: #bbb;
}

.disabled{
  pointer-events: none;
  /* for "disabled" effect */
  opacity: 0.5;
  background: #fff;
}

/*Paginacion*/
.page-item-content{
    padding:10px!important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #bda090;
    background-color: #ddd;
    border-color: #ddd;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #888;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-weight: 700;
}

.page-link:hover{
    color: #bda090;
}

.page-link:active{
    border:none;
}

.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(189, 160, 144, 0.25);
}

.btn-filtros-movil{
    position: fixed;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    bottom: 0;
    background: #bda090;
    color: #576163;
    z-index: 99999;
    left: 0;
    right: 0;
    border-radius: 0;
}

.btn-filtros-movil a{
    color: #576163
}

.btn-filtros-movil a:hover{
    color: #576163
}

.sidenav-filtros {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 10px;
    z-index: 100000000000;
}
.effect-sidenav-filtros{
    transition: 0.5s
}

#form-filtros{
    padding-left: 20px;
    padding-right: 20px;
}

.text-menu-genvio{
    display: inline-block
}

.text-movil-menu-genvio{
    display: none;
}

#menu-micuenta{
    position: initial !important;
    margin-bottom: 20px;
}

.text-menu-ficha-cliente{
    display: inline-block;
}

/*Estilos ventana cargando*/
#container-load{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1000000000;
}

#content-load{
    text-align: center;
    margin-top: 350px;
}

#content-load img{
    margin: 0 auto;
}

#bloque_estructuras_articulos{
    display: block;
    max-height: 650px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.padding-td-th.table td, .padding-td-th.table th {
    padding: .55rem;
}

.gallery { list-style-type: none; margin:0px; padding:0px; }
.gallery li { float:left; padding:5px; width:25%; height:auto; }
.gallery li div { width:auto; height:230px; border:solid 1px black; text-align:center; }
.gallery .placeHolder div { background-color:white!important; border:dashed 1px gray !important; }

.gallery-combinaciones { list-style-type: none; margin:0px; padding:0px; }
.gallery-combinaciones li { float:left; padding:5px; width:25%; height:auto; z-index: 999!important}
.gallery-combinaciones li div { width:auto; height:230px; border:solid 1px black; text-align:center; }
.gallery-combinaciones li button { z-index: 99999;}
.gallery-combinaciones .placeHolder div { background-color:white!important; border:dashed 1px gray !important; }

.checkbox-foto-color{
    height: 32px !important;
    border: none !important;
    position: absolute;
    background: rgba(0,0,0,0.7);
    width: 100% !important;
    display: block;
    color: #fff
}

.custom-control-foto-color{
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    height: 0 !important;
    border: none !important;
    position: relative;
    width: 100% !important;
}

@media (max-width: 1024px) {
    .gallery li{
        width: 100%;
    }
}

@media (max-width: 996px){
    .estado-pedido{
        display: block;
        word-wrap: initial;
        width: 100%;
        white-space: initial;
    }

    .email-pedido{
        display: block;
        word-wrap: initial;
        width: 100%;
        white-space: initial;
    }
}

@media (max-width: 590px){
    .text-menu-ficha-cliente{
        display: none;
    }
}

@media (max-width: 450px){
    .text-menu-genvio{
        display: none;
    }

    .text-movil-menu-genvio{
        display: inline-block;
    }
}

@media (min-width: 576px){
    .container {
        max-width: 800px;
    }  
}

@media (min-width: 768px){    
    .container {
        max-width: 900px;
    }
}

@media (min-width: 992px){
    .container {
        max-width: 1140px;
    }  
}

@media (min-width: 1200px){  
    .container {
        max-width: 1140px;
    }  
}




