.logo{
    height: 40px;
}

.logo img{
    width: 150px;
}

.app_header{
    background-color: #eb1e24;
}

.app-sidebar__user-avatar{
    width: 80px;
    background: lightgrey;
    padding: 6px;
}

.badge{
    font-size: 85%;
}

.app-sidebar__toggle{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15pt;
}

.app-sidebar__toggle::before{
    display: none;
}

.header-register, .header-primary{
    background: #009688 !important;
    color: #ffffff !important;
}

.header-update{
    background: #007bff !important;
    color: #ffffff !important;
}

.required{
    color: red;
    font-size: 13pt;
    font-weight: bold ;
}

.textcenter{
    text-align: center;
}

.bootstrap-select >.dropdown-toggle{
    border: 2px solid #ccc;
}

.noBlock{
    display: none;
}

/*Estilos del login*/
#divLoading{
    position: fixed;
    top:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(254, 254, 255, .65);
    z-index: 9999;
    display: none;
}

#divLoading img{
    width: 50px;
    height: 50px;
}

table.dataTable.dataTable_width_auto {
    width: auto;
  }

  /*Estilos imagen categorias */
  #celImagen{    
   text-align: center;
}

#celImagen img{    
    width: 200px;
    margin: auto;
 }

  .prev-photo{
      display: flex;
      justify-content: space-between;
      width: 300px;
      height: 200px;
      border: 1px solid #ccc;
      position: relative;
      cursor: pointer;
      background: url(../images/uploads/portada_categoria.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      margin: auto;
  }

  .prev-photo label{
      cursor: pointer;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
  }

  .prev-photo img{
      width: 100%;
      height: 100%;
  }

  .upimg, .notBlock{
	display: none !important;
}
.error-archivo{
	font-size: 16px;
	font-family: arial;
	color: #cc0000;
	text-align: center;
	font-weight: bold; 
	margin-top: 10px;
}
.del-photo{
	color: #FFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: red;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 10;
}
#tbl_list_productos img{
	width: 50px;
}
.img-producto-delete{
	width: 175px;
}

/* Imagenes de productos */
#containerImages{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;

}

#containerImages > div{
    margin-right: 10px;
    margin-bottom: 8px;
}

.prevImage{
    border: 1px solid #ccc;
    width: 120px;
    height: 148px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prevImage img{
    width: 100%;

}

.inputUploadfile{
    display: none;
}
.btnUploadfile, .btnDeleteImg{
    border: 0;
    background-color: #009688;
    text-align: center;
    padding: 2px 3px;
    color: #ffffff;
    font-size: 9pt;
    cursor: pointer;
    width: 100%;
}

.btnDeleteImg{
    background-color: #dc3545;
}

.prevImage > .loading{
    width: 30px;
    height: 30px;
}

#celImagen{
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;   

}

#celImagen > div{
    margin-right: 10px !important;
    margin-bottom: 8px !important;
}

.infoImage{
    border: 1px solid #ccc !important;
    width: 120px !important;
    height: 148px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.infoImage img{
    width: 100% !important;
}

/*//////////////////////////////////////////////////////////////////
[ Numeros]*/
.wrap-numeros {
    width: 140px;
    height: 45px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    overflow: hidden;
  }
  
  .btn-numeros-up,
  .btn-numeros-down {
    width: 45px;
    height: 100%;
    cursor: pointer;
  }
  
  .numeros {
    width: calc(100% - 90px);
    height: 100%;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background-color: #f7f7f7;
  }
  
  input.numeros {
    -webkit-appearance: textfield !important ;
    margin: 0;
    -moz-appearance: textfield !important;
  }
  
  input.numeros::-webkit-outer-spin-button,
  input.numeros::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0; 
  }
  .tox-tinymce-aux {
    z-index: 9999!important;
}
  
/*==================================================================
       TIENDA
==================================================================*/
.metodPago label{
    width: 100%;
    display: flex ;
  }
  
  .metodPago label input{ 
    margin-right: 15px;
  }

  .modal{
      z-index: 9998;
  }
.article-servicio ul{
   margin-left: 30px;
   list-style-type: circle !important;
   list-style-image: url("https://www.beling.com.co/belingshop/Assets/images/vi_beling.png");
}
.article-servicio li{
    font-size: 1.2em;
    margin-left: 30px;
    padding: 15px;
}

.list-a{
    margin-top: 5px;
    margin-bottom: 5px !important;
}

.list-a li{
    list-style-type: lower-alpha !important;
    margin-left: 30px;
    text-align: justify;
}

.list-roman{
    margin-top: 5px;
    margin-bottom: 5px !important;
}

.list-roman li{
    list-style-type: lower-roman;
    margin-left: 50px;
    text-align: justify;
}
.list-disc{
    margin-top: 5px;
    margin-bottom: 5px !important;
}
.list-disc li{
    list-style: disc !important;
    margin-left: 30px;
    text-align: justify;
}
.img-side img{
 width: 100% ;
}
  @media print {
    #print-detalle {
      max-width: 100%;
    }
}

.cookies{
    display: flex;
    position: fixed;
    padding: 20px;
    margin-top: -30px;
    z-index: 9999;
    width: 100%;
    height: max-content;
    background: #fff;
    text-align: center;
}
.cookies p{
    text-align: justify;
}

.cookies .btn-link-coockies{
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    padding: 10px;
    width: 15%;

    }

.coockies-movil{
    display: none;
}

.coockies-movil p{
    text-align: justify;
}

.projec-img {
    height: 200px;
}
.projec-img img{
    object-fit: contain;
    padding: 10px;
    margin: 1px solid #666666;
}



@media screen and (max-width: 991px) {
    .cookies{
        display: none;
        
    }
    .coockies-movil{
        display: block;
        position: fixed;
        width: 100%;              
        padding: auto; 
        flex-wrap: wrap;
        background: #eb1e24;
        color: #e6e6e6;
        z-index: 9999;
               
    }
    .btn-link-coockies-movil{
        padding: 10px;
        width: 10%;
    }
}

@media (max-width: 767px){
    .cookies{
        display: none;
        
    }
    .coockies-movil{
        display: block;
        width:100%;              
        padding: 10px;
        margin: auto; 
        flex-wrap: wrap;
        background: #eb1e24;
        color: #e6e6e6;
        z-index: 9999;
               
    }
    .btn-link-coockies-movil{
        display: block;
        padding: 10px;
        width: 10%;
    }
}

.layer-slick4-w{
    max-width: 30%;
    
}

@media (max-width: 575px){
    .cookies{
        display: none;
        
    }
    .coockies-movil{
        display: block;
        width: 30%;              
        padding: 10px;
        margin: auto; 
        flex-wrap: wrap;
        background: #eb1e24;
        color: #e6e6e6;
        z-index: 9999;
               
    }
    .btn-link-coockies-movil{
        display: block;
        padding: 10px;
        width: 10%;
    }
}


@media (max-width: 991px) {
    .p-t-100{
        padding-top: 100px;
    }

    .layer-slick4-w{
        max-width: 40%;
    }
   
    .caption-dots-slick4 {
        text-align: left;
        font-size: 16px;
    }
    .respon1{
        font-size: 25px;
    }
    .respon2{
        font-size: 16px;
    }  
}

@media screen and (max-width: 667px) {
    .p-t-100{
        padding-top: 100px;
    }

    .layer-slick4-w{
        max-width: 33%;
    }
    .caption-dots-slick4 {
        text-align: left;
        font-size: 16px;
    }
    .respon1{
        font-size: 25px;
    }
    .respon2{
        font-size: 16px;
    }  
}

@media screen and (max-width: 575px) {
    .layer-slick4-w{
        max-width: 90%;
    }
    .caption-dots-slick4 {
        text-align: left;
    }  
    
}

  


