/*:root {
    --primary: indigo;
    --light: #ffffff;
    --grey: #efefef;
}

body {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: var(--primary);
}

a:hover {
    text-decoration: none;
}

.bg-primary { background-color: var(--primary) !important; }

.bg-light { background-color: var(--light) !important; }

.bg-grey { background-color: var(--grey) !important; }

.bg-mix { background: linear-gradient(180deg, var(--light) 50%, var(--grey) 0); }

.btn-primary {
    background-color: var(--primary);
    border: 0;
}

.btn-primary:hover {
    background-color: var(--primary);
}*/




.border{
  border-radius: 3px !important;
}

.bannerArea *{
	margin: auto;
}
/*
.bannerArea .carousel{
	width:100%;
	height:300px;
}*/
.bannerArea  img{
max-width:800px;
	max-height:400px;
}

#contact {
text-align:center;
padding:50px 10px;

}
#user-info{
padding:80px 10px;
text-align:center;
}
/* Estilos personalizados */
#boton-carrito {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding:15px;
    border-radius:50px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}
#alertBox {
	position:fixed;
	bottom:80px;
	right:20px;
	max-width: 320px;
	max-height: 400px;
	overflow: auto;
	
	    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
z-index:1000000000;
}
#shopCard{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

/**
.slider-container {
  display: flex;
  width: 100%;
  height: 100vh;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

.slider-container img {
  flex: 0 0 100%;
  width: 100%;
  object-fit: cover;
  scroll-snap-align: center;
}
**/
/* categ flex*/
.myCateg {
	display:flex;
	height:auto;
	width:100%;
	overflow:auto;
}
.myCateg a{
	margin: 5px;
	border-radius:50px;
}
/*product info view*/
.productInfo .info{
	padding:20px;
}
.productInfo .infoBtn{
  display:block;
  margin: auto;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 600px;
  margin: 0;
}

footer {
  padding: 10px;
  text-align: center;
}
a{
 text-decoration: none !important;
  
}
/* Carrito */
#cartSelect{
	width:120px;
	border: 0px;
}

.agotado img{
  opacity: ;
}
.agotado:after{
  content: "AGOTADO";
  background: #960202;
  color: #ffffff;
  font-weight: bold;
  padding: 5px;
  font-size: 10px;
  border-radius:5px;
  position: absolute;
  top: 5px;
  right: 5px;
  box-shadow:0px 0px 10px rgba(50,50,50,.3);
}
#productos .overflow{
  height: 450px;
  overflow:hidden auto;
}


.delete-button {
  cursor: pointer;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 5px;
}


/*

#sidebar-container {
    min-height: 100vh;
}
  
#sidebar-container .logo{
    padding: 0.875rem 1.25rem;
}
  
#sidebar-container .menu {
    width: 18rem;
}

#content {
    overflow-y: auto;
    margin-top: 80px;
    
}

.avatar {
    max-width: 35px;
}

.btn-search {
    right: 0;
}

.stat {
    border-right: 1px solid var(--grey);
}


@media (max-width: 768px) {
    #sidebar-container {
      display: none;
    }
    .stat {
        border: 0;
    }
  }
  */
/* nav style*/
#nav{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  box-shadow: 5px 0 15px rgba(0,0,0,.3);
}
#portada{
  background:#eee;
  background-size: 100% 100%;
  color: #999;
  height: 100px;overflow: hidden;
}
.user_name{
  margin: 15px;
}
#nav a{
  cursor: pointer;
}
#nav_contents{
  display: inline-block;
  margin: auto;
  width: 105%;
  height: 90%;
  overflow-y:auto;
  overflow-x:hidden;  
}
#nav_contents a{
font-weight: bold;
padding: 10px 0 10px 5% ;
width: 100%;
height: auto;
margin-bottom: ;
display: block;
}
#nav_foot{
font-weight: bold;
padding: 10px 0 10px 5% ;
color:black;
width: 100%;
height: auto;  
}
#nav_foot a{
  margin-bottom: 1%;
}
#nav_contents a:hover{
  background: silver;
  color:#ddd;
}
.user_name{
  margin-left: 15px;
}
#ads1{
  width: 85%;
  height: auto;
}
.header {
  width: 100%;
  color: #FFF;
  min-height: 60px;
  padding: 10px;
  background: ;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow:0px 5px 5px rgba(0,0,0,.5);
  z-index: 9;
  
}
.header .title{
  margin-left: 15px;
  font-size: 20px;
}
.header img{
  width: 35px;
  height: 35px;
}
.button_header{
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.button_header span{
  margin-left: 5px;
  cursor: pointer;
  padding: 5px;
  font-size: 35px;
  border-radius: 5px;
}

.button_header span:hover{
  border:solid 3px rgba(150,150,150,0.5);outline: 0;
}
#content{
    margin-top: 65px;
    min-height: 700px;
    flex: 1;
  }
footer{
   bottom: 0px;
   left: 0px;
}

.title::after{
    color:red;
    font-size: 20px;
}
.header *, #nav *, #nav, #header, #content{
  transition: ease .1s;
}
#galery1{
  height: 400px;
  display: grid;
  gap: 10px;
  grid-template-areas:
    'header header header'
    'footer footer footer1';
}
#galery1 img{
  width: 100%;
  height: 100%;
  background: #aaa;
}
#gheader{
  grid-area: header;
  height: 250px;
}
#gfooter{
  grid-area: footer;
  height: 150px;
}
#gfooter1{
  grid-area: footer1;
  height: 150px;
}
/*.active{
  background: red;
}*/
@media (max-width: 480px){

  #nav{
    width: 0;
    font-size: 15px;
  }
  #navActive:checked~#nav{
    width: 50%;
  }
  /*.title::after{
    content: "480 px";
  }*/
}
@media (min-width: 481px) and (max-width: 767px) {
  #nav{
    width: 50px;
    font-size: 16px;
  }
   #navActive:checked~#nav{
    width: 200px;
    max-width: auto;
    padding: 0px;

  }
  #body{
    margin-left: 55px;
  }
  .texts, #portada{
    display: none;
  }
  /*.title::after{
    content: "720 px";
  }*/
}
@media (min-width: 768px) {
  .header{
    padding-left: 15%;
  }
  #nav{
    width: 15%;
    padding: 0;
    font-size: 18px;
  }
  .texts{
    display: inline-block;
  }
  #portada{
    display: block;
  }
  #navActive:checked~#nav{
  width: 3%;
  padding: 5px;
  }
  #navActive:checked~#nav a{
    width: auto;
  }
  #navActive:checked~#nav .texts,#navActive:checked~#nav #portada{
    display: none;
  }
  #navActive:checked~#content,
  #navActive:checked~footer{
    padding-left:3%;
  }
  #navActive:checked~.header{
    padding-left: 3%;
    width: 100%;
  }
  #content, footer{
    padding-left: 15%;

  }
  #galery1{
    height: 300px;
    grid-template-areas:
    'header header footer'
    'header header footer1';
  }
  #gheader{
    height: 300px;
  }
  #gfooter, #gfooter1{
    height: 150px;
  }
  /*.title::after, .link::after{
    content: "1080 px";
  }*/
}


/* ux ui styles */
  /*  :root {
      --colorP: #5d00cf;
      --textP:#ffffff;
      --colorS: #f5f5f5;
      --textS:#333333;
    }*/
    
    
	  .eygCard{
	    box-shadow:0px 0px 10px rgba(50,50,50,.3);
	    border: solid 1px rgba(50,50,50,.2);
	    padding: 30px;
	    border-radius: 15px;
	    height: auto;
	    width: auto;
	  }
	  .eygBtn{
	    padding: 1em 3em;
	    border-radius: 2em;
	    border:0;
	    margin: .1em;
	    font-weight: bold;
	    font-size: 1em;
	  }
	  .btn.btnP{
	    background: var(--colorP);
	    color: var(--textP);
	  }
	  .eygBtn.btnS{
	    background: var(--colorS);
	    color: var(--textS);
	  }
	  .eygBtn.eygBtn-lg{
	    width: 100%;
	  }
	  .border{
	    border: solid 1px #ddd;
	    padding: .1em;
	    border-radius: .1em;
	  }
	  .eygTitle{
	    color: var(--colorP);
	    font-size: 3em;
	    font-weight: bold;
	    width: auto;
	  }
	  .eygSTitle{
	    color: var(--textS);
	    font-size: 1.5em;
	    font-weight: bolder;
	  }
	  .eygFlex{
	    display: flex;
	  }
	  .eygFlex.flex-wrap{
	    flex-wrap: wrap;
	  }
	  .eygFlex.flex-wrap *{
	    width: auto;
	  }