
@font-face {font-family: 'Poppins-Blac'; src: url("../tipografias/Poppins-Black.ttf");}
@font-face {font-family: 'Poppins-Bold'; src: url("../tipografias/Poppins-Bold.ttf");}
@font-face {font-family: 'Poppins-Medium'; src: url("../tipografias/Poppins-Medium.ttf");}
@font-face {font-family: 'Poppins-Regular'; src: url("../tipografias/Poppins-Regular.ttf");}
@font-face {font-family: 'Poppins-Light'; src: url("../tipografias/Poppins-Light.ttf");}


h1,h2,h3,h4,h5,h6{
	font-family: 'Poppins-Bold';
	color: #000000;
}
p, a,li{
	font-family: 'Poppins-Regular';
	color: #000000;
}
button{
	font-family: 'Poppins-Medium';
}
body{
	background: rgba(239,239,239,1.00);
}
.btn-prinsipal {
	background: #000;
	color: #FFFFFF;
	border: none;
	border-radius: 100px;
	padding: 10px 20px;
	cursor: pointer;
	transition: background 0.3s ease, transform 0.3s ease;
}
.a-prinsipal {
	background: #000;
	color: #FFFFFF;
	border: none;
	border-radius: 100px;
	padding: 10px 20px;
	cursor: pointer;
	transition: background 0.3s ease, transform 0.3s ease;
}

.btn-prinsipal:hover {
	background: #ff064b;
	transform: scale(1.05);
}
.btn-primary{
	padding: 10px;
}
.input-cantidad{
	border: none;
}
.margen2{
	margin-top: 100px;
}
.barra{
	position: fixed;
	width: 100%;
	z-index: 990;
	background: #FFFFFF;
	margin-top: -100px;
	color: #000;
}
 .nav-link{
		 color: #030303;
	 font-size: 14px;
	 }

.menu-index{
	position: fixed;
	height: calc(100% - 100px);
	width: calc(16.5% + 10px);
}
.menu-index:hover{
	overflow-y: scroll;
}
.menu-index::-webkit-scrollbar {
  width: 8px;
}

.menu-index::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: rgba(48,20,20,0.30);
}

.menu-index::-webkit-scrollbar-thumb {
  background: rgba(6,0,2,1.00);
  border-radius: 10px;
}
.contenido-inventario{
	background: #fff;
	padding: 12px;
	box-shadow: 4px 4px 4px rgba(100,100,100,0.10);
	border-radius: 10px;
	margin-top: 20px;
}
#nbarra1{
	 position:absolute;
	 font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: #ff064b;
	border-radius: 100px;
	margin-left: 10px;
	margin-top: -10px;
	color: #fff;
	box-shadow: 2px 2px 2px #000;
	z-index: 990;
}
.cantidad-producto{
	 position:absolute;
	 font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: #ff064b;
	border-radius: 100px;
	margin-top: -13px;
	color: #fff;
	box-shadow: 2px 2px 2px #000;
	z-index: 900;
	right: 5px;
}
.btn-cantida{
		border: solid #950014 1px;
		border-radius: 100px;
		background: #fff;
		width: 30px;
		height: 30px;
	}
	.input-cantidad{
	text-align: center;   /* Centra el texto (número) dentro del input */
    font-size: 16px;      /* Ajusta el tamaño de la fuente si es necesario */
    padding: 5px;         /* Añade un poco de espacio interior */
    width: 40px; 
	border: none;	
	}
 .cart-box{
     margin-top: 40px;
     background: #ffffff;
}	
	
	 ul.cart-list > li.total > .btn{
     border-bottom: solid 1px #cfcfcf !important;
     color: #000000 ;
     padding: 10px 15px;
     border: none;
     font-weight: 700;
}
	 ul, li, ol{
     list-style: none;
     margin: 0px;
     padding: 0px;
}
	.remove{
		background: #BF0003;
		border: none;
		color: #FFFFFF;
	}
	.compar{
			border: none;
			border-radius: 100px;
			padding: 10px;
			background: #950014;
			color: #fff;
		   box-shadow: 6px 6px 6px rgba(240,240,240,1.00);
		}
/*fin carrito de caompra*/
.form-control{
	border-radius: 100px;
	border: solid #000 1px;
}
.modal-content{
	border-radius: 20px;
	border: solid #ff064b 1px;
}
.contenedor{
	background: #fff;
	padding: 20px;
	border-radius: 10px;
}
.ico_bar{
	 font-size: 16px;
     color: #ff064b;
     padding: 10px;
     border-radius: 50px;
	display: flex;
	height: 30px;
	width: 30px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border: solid 1px rgba(213,213,213,1.00);
	background: rgba(231,231,231,1.00);
	transition: .2s all;
	margin-left: -10px;
	
	
}
	 ul, li, ol{
     list-style: none;
     margin: 0px;
     padding: 0px;
}
.navbar-custom {
    background-color: #f8f9fa;
    padding: 0.5rem 1rem;
}
.profile-img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
	border: solid #0A0909 1px;
}
.cart-icon {
    cursor: pointer;
    font-size: 20px;
    padding: 8px;
    border-radius: 50%;
    background-color: #e9ecef;
}

.cart-sidebar {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    box-shadow: -2px 0 5px rgba(0,0,0,0.2);
    padding: 1rem;
    overflow-y: auto;
    z-index: 1050;
	
}
.barra-tienda{
	display: block;
	position: fixed;
	width: 100%;
	box-shadow: -2px 0 5px rgba(0,0,0,0.2);
	z-index: 999;
	
}
/*categoria*/		
.categoria{
overflow-x: none;
width: 100%;
margin-top: -50px;
z-index: 999;
display: none;	
}	
div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
 background: rgba(0,0,0,0.00);
z-index: 999px;
	padding: 0px 4px;
 
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  text-decoration: none;
	margin-top: 10px
}
/* fin categoria*/
.banner-tienda {
  background: url("../imagen/banner.png");
  background-size: cover;
  background-position: center;
  height: 300px;
 border-radius: 20px;	
}
.img-logo{
	width: 170px;
	height: 170px;
	border-radius: 10px;
	border: #F7F7F7 solid 3px;
	float:right;
	background: #FFFFFF;
	box-shadow: 4px 4px 7px rgba(200,200,200,1.00);
	margin-top: -90px;
	object-fit: cover;
}
.p-perfil{
		margin-top: -15px;
	}
.nombre-producto{
	font-size: 18px;
    width: 99%;
    height: auto;
    display: -webkit-box; /* Hacemos que el contenedor sea un "box" flexible */
    -webkit-line-clamp: 1; /* Limita el texto a 2 líneas */
    -webkit-box-orient: vertical; /* Indica que el contenedor debe apilarse verticalmente */
    overflow: hidden; /* Oculta cualquier contenido adicional */
    text-overflow: ellipsis; /* Añade los puntos suspensivos al final si hay texto truncado */
	text-align: left;
	 text-transform:  lowercase;		
 }
.precio{
	font-size: 18px;
	margin-top: -10px
}
.btn-agg{
	 font-size: 15px;
     color: #ff064b;
     padding: 10px;
     border-radius: 50px;
	display: flex;
	height: 30px;
	width: 30px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border: solid 1px rgba(213,213,213,1.00);
	background: rgba(231,231,231,1.00);
	transition: .2s all;
	margin-left: -10px;
	float: right;
	margin-top: -33px;
}
.product-item{
 border-radius: 14px;
}
.product-img {
 border-radius: 14px 14px 0px 0px;	
}
.contenido-catgoria-pc{ 
	padding: 10px;
	background: #fff;
	border-radius: 15px;
}
.contenido-catgoria-pc .list-group-item {
	padding: 0px 4px;
	background: #fff;
	margin-top: 10px;
	border: none;
	border-bottom: solid #565656 1px;
	 transition: transform 0.3s ease;
}
.list-group-item:hover{
	background:#000;
	color: #fff;
	border-radius: 100px;
	
}
.contenido-catgoria-pc a{
	font-size: 15px;
}
.contenido-catgoria-pc small{
	font-size: 13px;
	float: right;
}
.contenido-foren{
	background: #fff;
	padding: 10px;
	margin-top: 40px;
	border-radius: 10px;
}
.contenido-foren li{
	font-size: 14px;
}
/*buscador */
.buscador_barra{
	border-radius: 6px 0px 0px 6px;
	border: #2a2c36 solid 1px;
	border-right: none;
}


.search-box {
    width: 100%;
    max-width: 400px;
    position: relative;
}
.search-box input {
    padding-right: 2.5rem;
}
.search-box .btn-buscar-barra {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
	border: none;
	background: none;
	right: 50px;
	z-index: 999;
}
.search-box .icobucar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
	border: none;
	background: none;
	right: 14px;
}
	.bs-example{
        font-family: sans-serif;
        position: relative;
        margin: 50px;
		
}
.twitter-typeahead{
		width:90%;
	 z-index: 99;
		
	}
.typeahead, .tt-query, .tt-hint {
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        outline: medium none;
        padding: 20px;
		width: 100%;
	    background: none; 
	    border-radius: 100px;
}
.typeahead {
        background-color: #FFFFFF;
	
}
.typeahead:focus {
        border: 2px solid #ff064b;
}
.tt-query {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
        color: #999999;
}
.tt-dropdown-menu {
        background-color: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 0px 0px 6px 6px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        margin-top: 2px;
        padding: 8px 0;
        width: 100%;
	    border-top: none;
	
	    
}
.tt-suggestion {
        font-size: 14px;
        line-height: 24px;
        padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
        background-color: rgba(226,226,226,1.00);
        color: #fff;
}
.tt-suggestion p {
        margin: 0;
}
	.top-search{
		display: none;
	}
/*fin de buscador*/
@media (max-width: 1004px){
	.nombre-producto{
		font-size: 14px;
	}
	.p-movil{
		font-size: 12px;
	}
	
	.img-logo{
		float:none;
		margin-top: -50px;
		width: 100px;
		height: 100px;
	}
	.banner-tienda {
  background: url("../imagen/banner.png");
  background-size: cover;
  background-position: center;
  height: 100px;
  margin-top: 10px;
 border-radius: 10px;	
}
	.barra-tienda{
	display: none;
}
	.categoria{
	display: block;
	margin-top: -13px;
	left: -1px	
}
.btn-categoria{
	padding: 4px 20px;
	 background:  #fff;
	border-radius: 100px;
	box-shadow: 4px 4px 4px 4px  rgba(235,235,235,0.90);
	color: #000;
	transition: all 0.2s;
	}	
.btn-categoria:hover{
	 background:  #000;
	box-shadow: none;
	color: #fff;
	}
		
/* fin categoria*/	
	/*icons barra*/	
	.barra-movil{
		  background: #000;	
		 border-radius: 100px;
		 height: 70px;
		padding: 3px 10px;
	}	
.icon-bar a {
  float: left;
  width: 20%;
  text-align: center;
  padding: 7px 0;
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;	

}
.icon-bar .i{
     padding: 6px;
     transition: .2s all;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin-left: 20px;
	font-size: 20px;
	color: #fff;
	margin-top: -4px;	
	border-radius: 100px;
	height: 36px;
	 width: 36px;
	}	
		
.icon-bar .i:hover {
 background: #fff;
 color: #000;
}
.icon-bar .i-active{
     padding: 10px;
     transition: .2s all;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin-left: 20px;
	font-size: 20px;
	margin-top: -4px;	
	border-radius: 100px;
	height: 40px;
	 width: 40px;
	 background: #fff;
    color: #000	
	}

.icon-bar .active {
   color:  #950014
}	
	.icon-bar samp{
	font-size: 10px;
	display: flex;
	height: 10px;
	width: 50px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin-left: 15px;
	color: #fff;
	margin-top: 3px;
	font-family: 'Nunito-Medium';	
		}
	
	
	a .icar{
		background: #ff064b;
		border-radius: 1000px;
		
	}
#nbarra{
	 position:absolute;
	 font-size: 12px;
	top: -8px;
	margin-left: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: #00A706;
	border-radius: 100px;
	color: #fff;
	box-shadow: 2px 2px 2px #000;
}	
	/* Buscador*/		
.top-search{
	   background: #fff;
		position: fixed;
		margin-top: -10px; 
		font-size: 13px;
		z-index: 99;
		width: 100%;
		padding: 3px;
		border: none;
		border-radius: none;	
		height: 100%;
	    left: 0px;
		
	}
		.top-search .p{
		margin-top: 20px;
		font-size: 17px;
			
	}		
		.top-search input.form-control{
		color: #000000;	
		border: solid #000 1px;
		border-radius: 105px;
		font-size: 15px;
		text-transform: lowercase;	
	    		
		}
			
	.tt-dropdown-menu {
        background-color: #FFF;
        border: none;
        box-shadow: none;
        margin-top: 2px;
        padding: 8px 0;
        width: 100%;
	    border-top: none;
	   position: fixed;
		text-transform: lowercase;
	
	    
}		
		


.typeahead, .tt-query, .tt-hint {
     background-color: transparent;
    border: none;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    height: 40px;
    padding: 0px 16px;
	font-size: 15px;
	text-transform: lowercase;
	widows: 100%;
}

   .tt-suggestion p {
    font-size: 14px;
	color: #161616;
	font-weight: 100; 
    width: 94%;
    height: auto;
    display: -webkit-box; /* Hacemos que el contenedor sea un "box" flexible */
    -webkit-line-clamp: 2; /* Limita el texto a 2 líneas */
    -webkit-box-orient: vertical; /* Indica que el contenedor debe apilarse verticalmente */
    overflow: hidden; /* Oculta cualquier contenido adicional */
    text-overflow: ellipsis; /* Añade los puntos suspensivos al final si hay texto truncado */
	text-align: left;
	  text-transform: lowercase; 
}
	.btn-buscar-barra{
	border-radius: 100px;
	background:#000;
	color: #fff;
	border-left: none;
	margin-left: 5px	
		
}
		.buscador_barra{
		font-size: 12px;
		padding:20px;
	}
	.twitter-typeahead{
		width:86%;
		
	}
	.margen2{
	margin-top: 10px;
}

/* fin Buscador*/	
}
