.owl-nav {
  position: absolute;
  top: -3rem;
  right: 0;
}


.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  background: none !important;
  outline: none !important;
  opacity: 1;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  outline: none;
  opacity: 0.6;
  transition: all .5s ease;
}




/* Estilos del footer */

        
#menuEstilo {
	color: blue;

}
/* Estilos del LOADER */
#contenedor_carga {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	width: 74%;
	/*height:90%;*/
	height: 30%;
	bottom: 5%;
	position: fixed;
	transition: opacity 0.75s, visibility 0.75s;
	z-index: 1000;
}
#contenedor_carga_full {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	width: 90%;
	height:90%;
	position: fixed;
	transition: opacity 0.75s, visibility 0.75s;
	z-index: 1000;
}
.loader {

	font-size: 40px;
	font-weight: bold;
	display: inline;
	font-family: Arial;    
}
.loader span{	
	display: inline-block;
	color: #0072ff;
	animation: bounce 2s infinite alternate;
}
.loader span:nth-child(2){
	animation-delay: 0.1s;
}
.loader span:nth-child(3){
	animation-delay: 0.2s;
}
.loader span:nth-child(4){
	animation-delay: 0.3s;
}
.loader span:nth-child(5){
	animation-delay: 0.4s;
}
.loader span:nth-child(6){
	animation-delay: 0.5s;
}
.loader span:nth-child(7){
	animation-delay: 0.6s;
}
.loader span:nth-child(8){
	animation-delay: 0.7s;
}
.loader span:nth-child(9){
	animation-delay: 0.8s;
}
.loader span:nth-child(10){
	animation-delay: 0.9s;
}
.loader span:nth-child(11){
	animation-delay: 1.1s;
}
.loader span:nth-child(12){
	animation-delay: 1.2s;
}
@keyframes bounce {
	0%, 50%, 80%, 100%{
		transform: translateY(0);
	}
	40%{
		transform: translateY(-60px);
	}
	20%,60%{
		transform: translateY(-30px);
	}
}

/*Estilos para la tabla de Busquedas y Contacto*/
.flexleft{
	display: inline-flex;
	justify-content: start;
	align-items: center;
}
.flexcenter{
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.flexspace{
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
}
.font20{
	font-size: 20px;
}
.fontmenu{
	font-size: 20px;
}
#container-Searh{
	padding: 0 100px;
}
#inputsearch{
	margin-left: 10px;
	font-size: 20px;
	width: 440px;
}
.textsearch{
	font-size: 16px;
}
#labelsearch{
	font-size: 20px;
	margin-bottom: 0;
}

@media (max-width: 1199.98px) {
	#container-Searh{
		padding: 0 80px;
	}
	#contenedor_carga_full {	
	width: 98%;
	height:90%;	
	}
	#inputsearch{
		font-size: 18px;
		width: 330px;
	}
	#labelsearch{
		font-size: 16px;
	}
	.flexcenter{		
		justify-content: start;		
	}
	.textsearch{
		font-size: 16px;
	}
	.fontmenu{
	font-size: 16px;
	}
	
}

/*Tamano md para abajo*/
@media (max-width: 767.98px) {
	#container-Searh{
		padding: 0 30px;
	}
	#contenedor_carga_full {	
	width: 98%;
	height:90%;	
	}
	#inputsearch{
		font-size: 18px;
		width: 400px;
		margin-left: 0;
	}
	.textsearch{
		font-size: 16px;
	}
	.flexcenter{		
		justify-content: start;		
	}
	#labelsearch{
		display: none;
	}
	#btn-search-grid i{
		display: none;
	}
	
}

@media (max-width: 479.98px) {
	#container-Searh{
		padding: 0 15px;
	}
	#contenedor_carga_full {	
	width: 98%;
	height:90%;	
	}
	#inputsearch{
		font-size: 12px;
		width: 240px;
	}
	.textsearch{
		font-size: 16px;
	}
	#labelsearch{
		display: none;
	}		
}


/* Estilos de los Iconos de Envio */
.shipping-method {
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	margin: 10px 0;
	border: solid 1px rgba(0, 0, 0, 0.3);
	padding: 15px 20px 5px 20px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px  rgba(0, 0, 0, 0.2);
}
.shipping-method:hover {
	box-shadow: 5px 5px 10px var(--primary);
	border: solid 2px var(--primary);	
}

.invalid {
  border: solid 1px red;
  box-shadow: 0 0 10px red;
}
.error {
  color: red;
  display: block;
}

/*Estilos del Menu de Categorias y la Paginacion*/

.nav-pills li a {
	border-bottom: 1px solid var(--primary);
}

.nav-pills li a:hover{
	cursor:pointer;
	background-color:orange;  
	text-decoration: underline;
}

.nav-pills .nav-item .nav-link.active{
	color: orange;
	background: rgba(0, 0, 0, .05); 
}

.pagination li a {
	font-size: 20px;
}

/*Estilos del Menu Clientes Opciones btnCuenta*/
.efectohover:hover{
	color: orange;
	background: rgba(0, 0, 0, .05);
}


/* boton azul */
.btn-blue {
  color: #fff;
  background-color: #1877f2;
  border-color: #1877f2;
}

.btn-blue:hover {
  color: #fff;
  background-color: #0d47a1;
  border-color: #0d47a1;
}

.badge-large{
	padding: 6px 20px 4px 20px;
}

.enlaceNombre{
	text-decoration: underline;
	color:var(--primary);
}
.enlaceNombre:hover {
	cursor: pointer;
	color: orange;
}


/* your styles go here */

.alto400{
	height:400px;
}
.contenedor-banner{	
	background-color: #ffb900;
	margin: 0;
	padding: 0;
}

.contenedor-banner img{
	padding: 10px;
}

.img-full {
	height:100%;
	width:100%;
}

.img-detail {
	width: 100%;
	height: 350px;
}

/*CSS para el owl-carousel de Productos Gallery*/
#carouselProd{	
	width: 100%;
	height: 400px;
	
}

.contentProd {
	width: 190px;
	height: 360px;
	margin: 0 20px 20px 20px;
	box-sizing: border-box;		
	border-radius: 10px;
	/*cursor: pointer;	*/
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	transition: .4s;
	background: #f2f2f2;
}

.contentProd:hover {
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.80), 10px 10px 10px rgba(0, 0, 0, 0.80);	
	transform: translate(0px -8px);
}

.contentProd img {
	width: 100%;
	height: 250px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.contentProd h3{
	height: 70px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: black;
	margin: 0;
	padding: 5px;
}

.contentProd .buybtn {
	height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	width: 100%;
	padding: 5px;
	border: 0;
	outline: none;
	cursor: pointer;
	margin-top: 5px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: orange;
}

/*CSS para el Swiper de Peliculas*/

.swiper-wrapper{	
	font-size: 14px;
	color: #000;
	/*margin: 0;
	padding: 0;*/
}
.swiper {
	width: 100%;
	/*padding: 150px 0 50px 0;*/
}

.swiper-slide {
	width: 280px;
	height: 400px;
	background-color: #303030;		
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	padding: 10px 20px 10px 20px;
	text-align: center;
}

.product-content {
	display: flex;
	align-items: center;
	background-position: center;	
	background-size: cover;	
}
.product-content img{
	display: block;
	width: 100%;
	height: 290px;
	border-radius: 10px;
}
.icons {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: start;
	margin-bottom: 5px;
}
.icons i {
	font-size: 20px;
	color: #ffb900;
}

.icons span {
	font-size: 14px;
	color: #ffb900;
	margin:0 5px;
}
/*Estilos de las Tarjetas. Inicio*/
.collection{    
    /*background-color: #1e232e;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.collection .content{
	width: 230px;
    height: 400px;    
    background-color: #1b1f2a;
    border: .2rem solid rgba(255,255,255,.1);
    border-radius: .7rem;
    border-bottom: .4rem solid #0099ff;
    border-top: .4rem solid #0099ff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.content .img-content{
    width: 100%;
    height: 280px;
}
.content .img-content img{   
    border-bottom-left-radius: .6rem;
    border-bottom-right-radius: .6rem;
}

.content .text-content .namelibro{
	height: 50px;
	font-size: 14px;
	color: #ffb900;
}
.text-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.btnTarjeta{
    background-color: #0099ff;
    padding: .2rem;
    border: 2px solid #0099ff;
    outline: none;
    font-size: .8rem;
    border-radius: .5rem;
    margin: 1rem 0;
    cursor: pointer;
}

/*Estilos de las Tarjetas. General*/
.product {
	width: 205px;
}

.img-card {
	height: 250px;
	width: 100%;
}

.product .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	background-color: #303030;	
}

.product .text .namelibro{
	height: 50px;
	font-size: 14px;
	color: #ffb900;
	padding: 5px;
}

.product .text .buttons{
	width: 100%;
	background-color: #303030;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.product-txt, .buttons {
	padding: 5px;
}

.buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn-card{
	/*display: inline-block;*/
	padding: 6px 12px 3px 12px;
	border: 2px solid #ffb900;
	border-radius: 5px;
	color: #ffb900;
	text-decoration: none;	
}

.btn-card:hover, .btn-card:focus {
	color: #555555;
  background-color: #ffb900;
	text-decoration: none;	
}


.contenedor {
	width: 90%;
	max-width: 1200px;
	margin: 40px auto 100px auto;

	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

.contenedor .pelicula {
	text-align: center;
}

.contenedor .pelicula .titulo {
	font-size: 16px;
	font-weight: 600;
}

.contenedor .pelicula .poster {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 15px;
}

.paginacion {
	position: fixed;
	bottom: 0;
	background: #100a1f;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 10px;
}

.paginacion button {
	cursor: pointer;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 50px;
	width: 200px;
	background: #241744;
	color: #fff;
	border-radius: 100px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	transition: .3s ease all;
}

.paginacion button:hover {
	background: #137c32;
}


@media screen and (max-width: 680px){
	.swiper-slide {
		width: 240px;
		height: 400px;		
		padding: 5px 20px 5px 20px;		
	}
	.product-content img{
		height: 280px;		
		border-radius: 5px;
	}
	.icons {
		height: 40px;		
		margin-bottom: 5px;
	}
	.icons i {
		font-size: 16px;		
	}
	.icons img {
		width: 100px;
	}
	.icons span {
		font-size: 12px;		
		margin: 0;
	}
	.product-txt{
		padding: 10px;
	}
	.product-txt span {
		font-size: 14px;		
		margin: 5px;
	}
	.btn-compra{		
		padding: 3px 25px;		
	}


}



/* ------------------------- */
/* Pushbars: Estilos Generales */
/* ------------------------- */
.derecha{
	text-align: right;
}


/* ----- ----- Pushbar: Show Detalle del Producto ----- ----- */
.pushbar.pushbar-show {
	/*background-image: linear-gradient(to top, red 0%, rgb(255, 0, 0) 100%);*/
	background-image: url("../img/pushbar/fondoShow.jpg");
	background-position: bottom; 
	background-size: cover;	
	width: 1200px;
	height: 70%;
	left: 0;  	
  	right: 0;
  	margin: auto;
	font-family: "Noto Color Emoji";
	font-size: 18px;
	font-weight: 500;	
	padding: 10px;	
}
.contenedorShow{
	/*padding: 30px 10px;*/
	display: flex;	
	justify-content: center;
	text-align: center;
}

#show-detail{
	display: flex; 
	flex-direction: column; 
	justify-content: space-between;
	color: black;
}
#priceLibro{
  font-size: 30px;
  padding: 6px 30px;
}

#show-text{
	margin-top: 0;
	color: black !important;
	text-align: left !important; 
	font-size: 15px;
	overflow: hidden;  
	overflow-y: scroll;
	overflow-x: hidden;
}

@media (max-width: 1205px) {
	.pushbar.pushbar-show {			
		width: 85%;
		height: 65%;
	}	
}

@media (max-width: 767.98px) {
	.pushbar.pushbar-show {			
		width: 80%;
		height: 95%;
	}
	#show-text{
		margin-top: 10px;
	}
}



/* ----- ----- Pushbar: Menu de Navegacion ----- ----- */
.pushbar.pushbar-menu {
	width: 70%;
	
}

#logoPush button {	
	border-radius: 50%;
	font-size: 20px;
	color: #0020bf;

	border: none;
}
#logoPush button:hover {
	color: orange;
	border: none;
}

.pushbar-menu .menu a{
	display: block;
	text-transform: uppercase;
	font-family: "Noto Color Emoji";
	font-size: 20px;
	font-weight: 400;
	color: #0020bf;
	padding: 10px 15px;
	border-bottom: 2px solid;
	transition: 0.3s ease color;
	text-decoration: none;
}

.pushbar-menu .menu a:hover{
	color: orange;
	background: #0020bf;
}


/* ----- ----- Pushbar: Carrito de Compras ----- ----- */
@media screen and (max-width: 2800px) {

.pushbar.pushbar-carrito {
	width: 600px;
	font-family: "Noto Color Emoji";
	font-size: 18px;
	font-weight: 500;
	padding: 20px;
}

/*New carrito*/
/* seccion carrito */
.carrito{
    border: 1px solid #666;
    margin-top: 5px;
    border-radius: 10px;
}
.carrito .header-carrito{
    background-color: #555555;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;    
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.carrito .carrito-item{
	/*height: 110px;*/
    display: flex;    
/*    justify-content: start; */
    align-items: center;
    position: relative;
    border-bottom: 1px solid #666;
    padding: 5px;
}
.carrito .carrito-item img{
	/*height: auto;*/
	width: 80px;
    margin-right: 20px;
}
.carrito .carrito-item .carrito-item-titulo{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}
.carrito .carrito-item .selector-cantidad{
    display: inline-block;
    margin-right: 25px;
}
.carrito .carrito-item .carrito-item-cantidad{
    border: none;
    font-size: 18px;
    background-color: transparent;
    display: inline-block;
    width:30px;
    padding: 5px;
    text-align: center;
}
.carrito .carrito-item .selector-cantidad button{
	border: none;      
    border-radius: 50%;
    border: 1px solid #000;
    cursor: pointer;
}
.carrito .carrito-item .carrito-item-precio{
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 5px;
}
.carrito .carrito-item .btn-eliminar{
	position: absolute;
    top: 10px;
    right: 10px;
    color: red;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid red;
    cursor: pointer;
    display: block;
    background: transparent;
    z-index: 20;
}
.carrito .carrito-item .btn-eliminar i{
    pointer-events: none;
}

.carrito-total{
    background-color: #f3f3f3;
    padding: 15px 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.carrito-total .fila{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.carrito-total #btn-pagar{
    display: block;
    width: 100%;
    border: none;
    background-color:var(--primary);
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}
.carrito-total #btn-pagar:hover{
    scale: 1.05;
}


/* SECCION RESPONSIVE */
@media screen and (max-width: 850px) {
    
    .carrito{
        width: 100%;
    }
  }



/*End New carrito*/

.pushbar-carrito .titulo{
	margin: 0;
	font-size: 22px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(112, 112, 112, 0.60);
}
.pushbar-carrito .item {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid rgba(112, 112, 112, 0.60);
}
.pushbar-carrito .item img {
	width: 100px;
	height: 120px;
}

.pushbar-carrito .textos {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}

.pushbar-carrito .textos .nombre-item{
	color: yellow;
}
.pushbar-carrito .total {
	margin: 30px 0 20px 0;
	display: flex;
	justify-content: space-between;
}

.pushbar-carrito .total .precio-total {
	color: lightyellow;
}
}


/* ----- ----- Pushbar: Productos ----- ----- */





/* ----- ----- Pushbar: Formulario Newsletter  ----- ----- */
.pushbar.pushbar-formUser {
	
	background-image: url(../img/pushbar/fondoRegistro.jpg);
	background-color: yellow;
	width: 100%;
	font-family: "Noto Color Emoji";
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	padding: 20px;	
}
.contenedorPush{
	padding: 30px 10px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	text-align: center;
}

/* ------------------------- */
/* MEDIA QUERIES */
/* ------------------------- */

@media screen and (max-width: 400px) {

.pushbar.pushbar-carrito {
	
	width: 380px;	
	padding: 10px;
}
.pushbar-carrito .titulo{
	margin: 0;	
	padding: 3px 0;
}
.pushbar-carrito .item img {
	width: 75px;
	height: 90px;
	margin-left: 20px;
}
.pushbar-carrito .item {	
	padding: 5px 0;	
}
.pushbar-carrito .textos {
	display: flex;
	justify-content: center;
	margin-right: 20px;
}

}