/**
* ! Changing default styles of the browser
**/

/**
* ! Navbar STyles are here
**/

.navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #212529;
  color: white;
  padding: 25px 60px;
  margin-bottom: 30px;
}

.cart {
  position: relative;
  background-color: #fff;
  color: #212529;
  font-size: 30px;
  padding: 5px;
  border-radius: 4px;
}

.cartAmount {
  position: absolute;
  top: -15px;
  right: -10px;
  font-size: 16px;
  background-color: red;
  color: white;
  padding: 3px;
  border-radius: 3px;
}

/**
* ! Shop items styles are here
**/

/**.shop {
  display: grid;
  grid-template-columns: repeat(4, 223px);
  gap: 30px;
  justify-content: center;
}**/

.shop {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 10vh;
    padding: 5em;
}

@media (max-width: 1000px) {
  .shop {
    grid-template-columns: repeat(2, 223px);
  }
}


@media only screen and (max-width: 600px) {
  .shop {
    grid-template-columns: repeat(1, 223px);
    margin-top: 0vh;
    padding: 2em;
  }
  .fleche-contact-liste{
    display: none;  
  }
  .btn-contact{
    width: 15vw;
    font-size: 2.4vw;
  }
  .shopping-liste {
    width: 100%;
    padding: 1em;
  }
  
  .navbar{
     background-color: #f9f1f1;
     padding: 1px 72px;
        
    }
    
    .cart{
        background-color: #f9f1f1;
        font-size: 4vh;
    }
    
    .cartAmount {
        top: 0px;
        right: -3vw;
        font-size: 3vw;
        padding: 4px;
    }
  
}

/**.item {
  border: 2px solid #212529;
  border-radius: 4px;
}**/

.counter {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1em;
}

.item {
    display: table-cell;
    border-style: solid;
    border-width: 1px;
    width: 33.3%;
}

.details {
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 10px;
}

.price-quantity {
  display: flex;
  flex-direction: row;
  /*justify-content: end;*/
  align-items: center;
  gap: 12px;
}

.buttons {
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-size: 16px;
}

.bi-dash-lg {
  color: black;
}

.bi-plus-lg {
  color: black;
}

/**
* ! style rules for label and some buttons
**/

.text-center {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10vh;
}

.HomeBtn,
.checkout,
.removeAll {
  background-color: #212529;
  color: white;
  border: none;
  padding: 6px;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 10px;
}

.checkout {
  background-color: green;
}
.removeAll {
  background-color: red;
}
.bi-x-lg {
  color: red;
  font-weight: bold;
}

/**
* ! style rules for shopping-cart
**/

.shopping-cart {
  display: flex;
  width: 100%;
  padding: 5em;
  flex-wrap: wrap;
}

.shopping-liste {
  display: grid;
  width: 100%;
  padding: 5em;
}

/**
* ! style rules for cart-item
**/

.cart-item {
  border: 2px solid #212529;
  border-radius: 5px;
  display: flex;
}

.title-price-x {
  width: 195px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border: 2px solid red; */
}

.title-price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-item-price {
  background-color: #212529;
  color: white;
  border-radius: 4px;
  padding: 3px 6px;
}

.rond-noir{
  background: black;
  border-radius: 50%;
  color: white;
  width: 50px;
  height: 50px;
}

.prix-centrer {
    width: 100%;
    padding: 14px;
    line-height: 22px;
    font-size: 15px;
    color: white;
}

.titre-produit{
    letter-spacing: 2px;
    line-height: 16px;
    font-family: 'Helvetica Neue-Light';
    font-weight: bold;
    font-size: 16px;
}

.description-produit{
    font-family: 'Helvetica Neue-Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.item-liste-produit {
    border-style: solid;
    border-width: 1px;
    width: 60%;
    float: right;
}

.fleche-contact-liste{
    height: 23vh;
    rotate: 270deg;
    margin-left: 50vh;
    margin-top: -10vh;
}

div.a {
  position: relative;
  width: 100%;
  height: 200px;
  /*border: 3px solid red;*/
}

div.b {
  position: absolute;
  right: 0;
  width: 20%;
  /*border: 3px solid blue;*/
} 

div.c {
  position: absolute;
    right: 22vw;
    width: 30%;
    /*border: 3px solid green;*/
    text-align: right;
}

.prix-total{
    font-family: 'Helvetica Neue-Light';
    font-weight: 900;
    font-size: 30px;
    line-height: 4vh;
}

.taxe{
    font-family: 'Helvetica Neue-Light';
    font-weight: 500;
    font-size: 20px;
    line-height: 4vh;
}

/**********************************************/

.form {
  position: relative;
  width: 500px;
  margin: 50px auto 100px auto;
}

.input_class {
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  width: 470px;
  height: 50px;
  padding: 0px 15px 0px 15px;
  
  background: transparent;
  outline: none;
  color: #726659;
  
  border: solid 1px #b3aca7;
  border-bottom: none;
}

.input-class:hover {
  background: #b3aca7;
  color: #e2dedb;
}

.textarea-class {
  width: 470px;
  max-width: 470px;
  height: 110px;
  max-height: 110px;
  padding: 15px;
  
  background: transparent;
  outline: none;
  
  color: #726659;
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  
  border: solid 1px #b3aca7;
}

.textarea-class:hover {
  background: #b3aca7;
  color: #e2dedb;
}

#submit {
  width: 470px;
  
  padding: 0;
  margin: -5px 0px 0px 0px;
  
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  color: #b3aca7;
  
  outline:none;
  cursor: pointer;
  
  border: solid 1px #b3aca7;
  border-top: none;
}

#submit:hover {
  color: #e2dedb;
}
