*{
  box-sizing: border-box;
  margin:0 ;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
 body{
   overflow-y: scroll;

 }

 body::-webkit-scrollbar{
   display: none;
 }


 .icons-top{
  display: flex;
  margin-left: auto;
  color:rgba(0, 0, 0, 0.9);
 }

 .icons-top a{
 padding-bottom: 0.2rem;
 font-weight: 500;
 font-size: 1.1rem;

 }
 .icons-top a:hover{
   color:rgba(0, 0, 0, 0.9);
   font-weight: 600;
 }

 .icon-top-img{
  color: #2c2b2b;
  font-size: 1.2rem;
  margin-right: 1rem;
  font-family:Arial, Helvetica, sans-serif;
  }

.navbar{
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.1rem; 
}

ul{
  list-style-type: none;
}
a{
  text-decoration: none;
  color: #2c2b2b;
}

.movil{
  display: none;
}
.desktop{
width: 100%;
margin: 0.2rem;
padding: 0.1rem;
}
.nav-link{
  text-transform: capitalize;
  color: #423f3f;
  opacity: 0.9;
  margin: 0.3rem;
  margin-left: 1rem;
}

.nav-link.active{
  color: rgb(0, 0, 0)!important;
  font-weight: 600;
}
.nav-link:hover{
  opacity: 1;
  color: #000000;
  font-weight: 600;
  transition: 0.5s;
}

/*---------------------------end nav---------------------------*/


.web-name{
  position: absolute;
  top: 45%;
  text-align: center;
  background-color: transparent;
  color: rgb(28, 34, 89);
  
}


.about h1{
  color: rgb(28, 34, 89);
}

.about h2{
  padding: 1rem;
  font-size: 20px;
  font-weight: 700;
  color:#a83636b2; 
}


/*
li.thread-image{
  display: flex;
  flex-direction: row;
  margin: 0.5rem;
  text-align: center;
  font-size: 1rem;
  }
  

.thread-color{
  width: 1.8rem;
  height: 1.6rem;
}*/ 





/*--------------------card section------------------------*/


  .sold-out{
    position: absolute;
    top: 5%;
    left: 1%;
    width:6rem;
    height: 6rem;
  }
  .last-item {
    position: absolute;
    top: 5%;
    right: 1.5%;
    width: 5rem;
    height: 1.5rem;
    font-weight: 700;
    border-radius: 5px;
    background-color: #ffffff;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    opacity:0.6;
  }

  .card{
    overflow: hidden;
    height: 650px;
  }
 .card-body{
  display: flex;
  flex-direction: column;
  
 }
  .card-title {
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 600;
    overflow: hidden;
    height: 60px;
 }
 .card-description{
   font-size: 0.8rem;
    font-weight: 500;
    border-bottom: solid 0.1rem black;
    height: 90px;
 }

.card img:hover{
  transform: scale(1.6);
  transition: 4s all ease-out;
 
}
div img.card-img-top{
  height: 320px;
  padding: 0.2rem;
  
}
span.product-price{
  font-size: 1rem;
  font-weight: 700;
  
}
/*product page
.card-product{
  overflow: hidden;
  height: auto;
}
div img.card-img-product{
  width: 100%;
  padding: 0.3rem;
}
.card-body-product{
  display: flex;
  flex-direction: column;
  height: 350px;
 }
/*.card-title-product {
  font-size: 1.8rem;
  padding: 0.1rem;
  text-transform: capitalize;
  font-weight: 600;
  overflow: hidden;
  height: 100px;
}
.card-description-product{
 font-size: 0.2rem;
  padding: 0.1rem;
  font-weight: 500;
  border-bottom: solid 0.1rem black;
  height: 80px;
}*/





/*------------------end card-----------------*/
.antispam { display:none;}


/*---------------------------footer--------------------------------*/
.footer a, p{
  color: rgba(24, 21, 21, 0.9);
  font-size: 0.8rem;
}
.footer-link{
  padding-left: 10vw;
}
.footer-title{
  font-weight: 700;
}
.footer-link:hover{
 color: rgb(92, 44, 44);
}


.social-link{
  margin:0.5rem;
}


.footer-credit{
  text-align: center;
 
}
.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}



@media (max-width:1200px){

 .movil{
  display: none;
 }
}


@media(max-width:987px){
 
.movil{
    display: none;
   }
   
} 

@media (max-width:768px){
 .arrow{
  margin-left: 50px;
 }
 .desktop{
  display:none;
 }
 .movil{
  display: block;
  width: 100%;
  margin: 0.1rem;
  padding: 0.1rem;
 }
.navbar{
    font-size: 1.5rem;
  }
 
.card{
  height: 450px;
  width: 114%;
  margin-left: -11px;
}

div img.card-img-top {
    width:100%;
    height: 200px;
  } 

.card-title {
  font-size: 0.6rem;
  text-transform: uppercase;
  font-weight: 600;
  overflow: hidden;
  height: 50px;
}
.card-description {
 font-size: 0.5rem;
  font-weight: 500;
  border-bottom: solid 0.1rem black;
  height: 70px;
}
span.stock-number{
  font-size: 0.4rem;
}

span.product-price{
  font-size: 0.4rem;
}

/*
div img.card-img-product{
  width: 100%;
  padding: 0.1rem;
}
.card-body-product{
  display: flex;
  flex-direction: column;
  height: 200px;
  padding: 0.2rem;
 }
 .card-description-product{
  font-size: 0.4rem;
   font-weight: 500;
   border-bottom: solid 0.1rem black;
   height: 80px;
 }
 .card-title-product {
  font-size: 1rem;
  padding: 0.1rem;
  text-transform: capitalize;
  font-weight: 600;
  overflow: hidden;
  height: 60px;
}*/
}
