
* {
  box-sizing: border-box;
}  

  
  body {
    background-image: url("/images/AdobeStock_271030736.jpeg");   
    background-color: rgba(5, 57, 50, 0.5);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed; 
  }
  

/* Header */


.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
}

.header {
  width: 100%;
}

#HeroText {
  text-align: center;
}
.Title {
  font-size: 7vw;
  color: white;
  margin-top: 35px;
}
.Slogan {
  font-size: 3vw;
  color: white;
  margin-top: 20px;
}

/*Navigation*/
a{
    text-decoration: none;
    color: white;
}

.Buttons{
   background-color: rgba(0, 71, 6, 0.888);
   display:flex;
   justify-content: space-around;
   padding: 5px;
  margin-bottom: 7px;
  border-radius: 20px;
}

.WhiteBorder {
  margin-top: 20px;
  width: 100%;
  height: 10px;
  display: flex;
  justify-content: center;
}
.Border {
  width: 90%;
  height: 5px;
  border-radius: 100px;
  background-color: white;
}
  img {
    border-radius: 30px;
  }
  video {
    border-radius: 30px;
  }
  .CartList {
    background-color: #01341acc;
    width: 100%;
    height: 400px;
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;

  }
  
  
  .Lables{
    color: white;
    display: flex;
    justify-content: space-evenly;
    padding-top: 30px;
    width: 100%;
  }

  .Shoppinglist{
    width: 100%;
    height: 40px;
    display: flex;
    padding-top: 30px;
    justify-content: space-evenly;
  }
  .quantity {
    width: 100%;
    height: 30px;
    background-color: #01341acc;
    border-radius: 30px;
    margin-top: 10px;
  }
  h1{
    color: white;
  }
  /* footer */
  .Footer{
    margin-top: 100px;
    height: auto;
    background-color: rgba(5, 57, 34, 0.708);
    }
    .TXTf{
      height:60px ;
      width: 100%;
      margin-top: 60px;
      background-color: rgba(0, 128, 0, 0);
      display:flex;
      justify-content: center; 
      color: white;
      }

  @media only screen and (min-width: 300px) {
    /* For tablets: */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
  }
  @media only screen and (min-width: 600px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 14.66%; margin-left: 1.6%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
  }
  
  @media only screen and (min-width: 601px) {
    /* For desktop: */
    .marglef-1 {margin-left: 6.25%;}
    .margbott-1 {margin-bottom: 50px;}
    .margtop-1 {margin-top: 50px;}
    .marglefmov-1{margin-left: 5.55%;}
  }
  
  @media only screen and (max-width: 600px) {
    /* For tablets: */
    .padd-s-1 {margin-top: 50px;}
    .margbott-s-1 {margin-bottom: 50px;}
    .margtop-s-1 {margin-top: 50px;}
    .marglef-s-2 {margin-left: 14.66%}
  }