@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


*{box-sizing: border-box;margin: 0; padding: 0;}

body{
    background-color: darkgoldenrod;
    width: 100%;
    height:auto;
    overflow-x: hidden;
    height:auto;
  }


.navbar{
  
    background-color: #6DD1D1;
    font-family: "Emilys Candy", serif;
    font-weight: 400;
    font-size: 500px;
    font-style: normal;
    position: fixed;
    top:0;
    z-index: 1000;
    display: flex;
    justify-content:center;
    align-items: center;
    padding:10px;
    width: 100%;
    height: 80px;
    font-size: 300px;
}

.navbar .navbar-brand{
    font-size: 25px;
}



.navbar a{
  display: flex;
  justify-content:space-around;
  font-size: 20px;
  color: black;
  text-decoration: none;

}


.btn{
  background-color: white;
  color: green;
  border-radius: 2px solid blue;
  border: 3px solid green;
}

main{
  width: 100%;
  height: auto;
  margin: 10rem;
  
}

.contenedor-carrito{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: auto;
}

.titulo-principal,  .carrito-vacio{
    font-family: "Emilys Candy", serif;
    font-size: 25px;
    font-style:normal;
    font-weight: bold;
}



.carrito-vacio{
    display: flex;


}



.carrito-productos{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 80%;
}

.carrito-producto{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(207, 230, 230);
    padding: .5rem;
    padding-right: 1.5rem;
    border-radius: 1rem;
    color: #004C56;
    margin: 20px;

}

.carrito-producto-imagen{
        width: 4rem;
        border-radius: 1rem;
 }

.carrito-producto small, h3, p{
    font-size: 1.2rem;
    text-align: center;
    font-family: "Emilys Candy", serif;
    ;
}

.carrito-producto-titulo small{
    text-align: left;
}

.carrito-producto-cantidad{
  text-align: left;
}

.carrito-producto-eliminar{
    border: 0;
    background-color: transparent;
    color: rgb(131, 8, 8);
    cursor: pointer;

}


.carrito-acciones{
    display: flex;
    justify-content:space-between;
    width: 80%;
}

.carrito-acciones-vaciar{
    border: 0;
    background-color:rgb(207, 230, 230);
    padding: 1rem;
    border-radius: 1rem;
    color:#004C56;
    text-transform: uppercase;
    font-family: "Emilys Candy", serif;
    font-weight: bolder;
    cursor: pointer;
    margin-left: 1.2rem;
    height:auto;
    width: 300px;
}

.acciones-derecha{
    display: flex;
    margin-right: 1.2rem;
}

.carrito-acciones-total{
    display: flex;
    background-color:rgb(207, 230, 230);
    border-radius: 1rem;
    color:#004C56;
    text-transform: uppercase;
    font-family: "Emilys Candy", serif;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    font-weight: bolder;
    padding: 1rem;
    gap: 1rem;
}




.carrito-acciones-comprar{
    border: 0;
    background-color:#004C56;
    color:white;
    padding: 1rem;
    border-radius: 1rem;
    color:#004C56;
    text-transform: uppercase;
    font-family: "Emilys Candy", serif;
    font-weight: bolder;
    cursor: pointer;
    margin-left: 1.2rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.carrito-acciones-comprar {
    color:white;

}

.disabled{
    display: none;
}

.horizontal{
    width: 70%;
    height: 1px;
    background-color:#004C56;
    opacity: 0.5;
    position: absolute;
    top: 1400px;
    margin-left:230px;
    margin-right:20px;

}

.copyright{
    width: 100%;
    height: 30px;
    position: absolute;
    top:1415px;
    right:330px;
    color: #004C56;
}

.copyright p{
    text-align: center;
    line-height: 20px;
    font-family: 'Aref Ruqaa Ink', serif;
}

.copyright a{
    color: red;

}

.copyright a:hover{
    color:#fff;
}


.social-icons{
    width: 100%;
    height: 40px;
    position: absolute;
    top:1416px;
}


.social-icons
{
  padding-left:1100px;
  margin-bottom:0;
  list-style:none;
  padding-bottom: -180px;
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px;
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px;
}


.social-icons a{
    background-color:#eceeef;
    color:#818a91;
    font-size:16px;
    display:inline-block;
    line-height:44px;
    width:44px;
    height:44px;
    text-align:center;
    margin-right:10px;
    border-radius:100%;
    -webkit-transition:all .2s linear;
    -o-transition:all .2s linear;
    transition:all .2s linear;
}

.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe;
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px;
}
.social-icons a.github:hover
{
  background-color:#3B008A;
}
.social-icons a.whatsapp:hover
{
  background-color:#3AB12F;
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6;
}
.social-icons a.email:hover
{
  background-color:#ea4c89;
}




