.app-sidebar__user-avatar {
    width: 48px;
    background: gray;
    padding: 6px;
}
.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;
}
.headerRegister, .header-primary{
	background: #FF593D;
	color: #FFF;
}
.headerUpdate{
	background: #FF593D;
	color: #FFF;
}
.textcenter{
	text-align: center;
}
.textright{
	text-align: right;
}
.textleft{
	text-align: left;
}
.bootstrap-select > .dropdown-toggle{
	border: 1px solid #CCC;
}
/*Estilos login*/
#divLoading{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(254,254,255, .65);
	z-index: 9999;
	display: none;
}
#divLoading img{
	width: 50px;
	height: 50px;
}
.required{
	color: red;
	font-size: 13pt;
	font-weight: bold;
}
/* style portada categoría */
.prevPhoto {
    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;
}
.prevPortada{
	width: 100%;
	min-width: 200px;
	background: none;
}
.prevPhoto label{
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.prevPhoto img{
	width: 100%;
	height: 100%;
}
.upimg, .notblock{
	display: none !important;
}
.errorArchivo{
	font-size: 16px;
	font-family: arial;
	color: #cc0000;
	text-align: center;
	font-weight: bold; 
	margin-top: 10px;
}
.delPhoto{
	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;
}
.imgProductoDelete{
	width: 175px;
}

#imgCategoria{
	text-align: center;
}
#imgCategoria img{
	width: 200px;
	margin: auto;
}

/* Upload fotos*/
#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, .btnDeleteImage{
	border: 0;
	background-color: #FF593D;
	text-align: center;
	padding: 2px 3px;
	color: #FFF;
	font-size: 9pt;
	cursor: pointer;
	width: 100%;
}
.btnDeleteImage{
	background-color: #dc3545;
}
.prevImage .loading{
	width: 30px;
	height: 30px;
}
#celFotos img{
	width: 150px;
	margin: 10px;
}

/* TIENDA VIRTUAL */
.divmetodpago label, #divCondiciones{
	width: 100%;
	display: flex;
}
.divmetodpago label input, #divCondiciones input{
	margin-right: 15px;
}
#divCondiciones a{
	margin-left: 5px;
}

#divCondiciones  label{
	margin-bottom: 0;
}
.linkw:hover{
	text-decoration: none;
}
.container-title{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.container-title input{
	border: 1px solid #CCC;
	padding: 4px;
	border-radius: 5px;
	margin-right: 5px;
}
.dflex{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.ui-datepicker-calendar {
    display: none;
}

.page-content ul li { 
   list-style-type: disc;
   margin-left: 15px; 
   margin-bottom: 10px; 
}
.page-content ol li { 
   list-style-type: decimal;
   margin-left: 15px; 
   margin-bottom: 10px; 
}
.page-content ul li ul li, .page-content ol li ul li { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.page-content ol li ol li, .page-content ul li ol li { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

.page-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 110px);
    margin-bottom: 0;
}

.page-error h1 {
    margin: 10px;
    color: #dc3545;
    font-size: 42px;
}
/* ==== PERSONALIZACIÓN REMATAZZO: BARRA SUPERIOR ==== */
.top-bar,
.content-topbar {
  background-color: #FF593D !important;
}

/* Texto y enlaces dentro de la barra */
.content-topbar a,
.left-top-bar {
  color: #fff !important;
}

/* Color al pasar el mouse sobre enlaces */
.content-topbar a:hover {
  color: #000 !important;
}


/* ==== PERSONALIZACIÓN REMATAZZO: NAV SUPERIOR ADMIN ==== */

/* Fondo de la barra superior */
.app-header {
  background-color: #FF593D !important;
}

/* Iconos del menú de usuario */
.app-nav__item i {
  color: #fff !important;
}

/* Fondo del menú desplegable */
.dropdown-menu {
  background-color: #FF593D !important;
}

/* Texto y iconos dentro del menú desplegable */
.dropdown-menu a {
  color: #fff !important;
}

.dropdown-menu a:hover {
  background-color: #e24f36 !important; /* tono un poco más oscuro al pasar */
  color: #fff !important;
}

/* ==== LOGO REMATAZZO CORREGIDO ==== */
.logo-tienda {
  height: 200px;         /* altura visible en escritorio */
  width: auto;          /* mantiene proporción natural */
  object-fit: contain;  /* evita estiramiento o recorte */
  display: block;
}

.logo-tienda-mobile {
  height: 65px;         /* un poco más chico para móvil */
  width: auto;
  object-fit: contain;
  display: block;
}

/* Evitar restricciones del tema */
.logo img, 
.logo-mobile img {
  max-width: none !important;
  max-height: none !important;
}

/* ==== LOGO DASHBOARD REMATAZZO ==== */
.logo-dashboard {
  height: 55px;
  width: auto;
}

/* ==== ESTILO REMATAZZO PARA LA BARRA SUPERIOR ==== */

/* Cambia el color de fondo verde del header al naranja Rematazzo */
.app-header {
  background-color: #FF593D !important;
}

/* Cambia el color del texto del logo a blanco */
.app-header__logo {
  color: #ffffff !important;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}

/* Efecto hover (al pasar el mouse) */
.app-header__logo:hover {
  color: #f1f1f1 !important; /* un blanco suave */
}

/* Ajusta color del icono del menú (las tres líneas) */
.app-sidebar__toggle i {
  color: #fff !important;
}

/* Icono de usuario y menú a la derecha */
.app-nav__item i {
  color: #fff !important;
}
/* ==== REMATAZZO: BARRA SUPERIOR NARANJA ==== */

/* Fondo naranja del header */
.app-header {
  background-color: #FF593D !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

/* Texto "Rematazzo.com" en blanco */
.app-header__logo {
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}

/* Ícono de menú (las tres barras) */
.app-sidebar__toggle i {
  color: #fff !important;
}

/* Ícono de usuario en la esquina derecha */
.app-nav__item i {
  color: #fff !important;
}

/* Menú desplegable (Configuración, Perfil, Cerrar sesión) */
.dropdown-menu {
  background-color: #FF593D !important;
}

.dropdown-menu a {
  color: #fff !important;
}

.dropdown-menu a:hover {
  background-color: #e24f36 !important; /* tono más oscuro al pasar el mouse */
  color: #fff !important;
}




/* Fondo naranja definitivo del header */
.app-header {
    background-color: #ff7a00 !important;
}
.app-header__logo img {
    height: 100px !important; /* Cambiar el tamaño aquí: 60 / 80 / 100 */
    width: auto !important;
}


@media (max-width: 768px) {
    header .wrap-header-mobile {
        background-color: #ff6a00 !important;
    }
}

@media (max-width: 768px) {
    body header .wrap-header-mobile {
        background-color: #ff6a00 !important;
    }
}




.logo-mobile-text {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-left: 10px;
}

/* Ajuste en celular (iPhone 12 y otros) */
@media (max-width: 480px) {
    .logo-mobile-text {
        font-size: 16px;
        margin-left: 5px;
    }
}

.logo-tienda {
    width: 80px;        /* achica el logo */
    height: 80px;       /* mantiene forma cuadrada */
    border-radius: 50%; /* hace el logo redondo */
    object-fit: cover;  /* asegura que la imagen se vea bien dentro del círculo */
}
