
p {
  
  font-size: 3rem;
  text-align: center;
}

#loginModal p {
  font-size: 1rem;
}




a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

.gray-1{
  height: 12rem;
  background-color: #2f2f2f;
  color: white;
}

.gray-3 {
  text-align: center;
  background-color: #191919;
  height: 4rem;
  width: 9rem;
  line-height: 2rem;
  color: white;
}
.cell {
  cursor: pointer;
}
.callout {
  border: none;
}
.hideAll {
  display: none;
}
.splash {
  display: block;
}

* {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 auto;
  font-family: "Outfit", serif;
}

#app {
  box-shadow: 0 -5px 5px -5px #333;
}

/* * HEADER*/




.header_background {
  
  color: rgb(0, 0, 0);
  height: auto;
  text-align: center;
  line-height: 4rem;
  padding: 0 3rem;
  box-sizing: border-box;
  max-width: 1600px;
  margin: 1rem auto;
  

  
}

.logo{
  text-align: left;
}

.logo img {
  width: 15rem;
  text-align: left;
  
}
.navbar a {
  color: black;
}

.navbar {
  background-color: #ffffff;
  display: block;
  color: black ;
}
.nav-list {
  font-weight: bold;
  list-style: none;
  display: flex;
  color: #000000;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin: auto;
  height: auto;
  line-height: 4rem;
  padding: 0;
  gap: 60px;
}

@media only screen and (max-width: 500px) {
  .mob {
    margin-top: -3rem;
  }

  .logo {
    text-align: center;
  }

  .nav-list  {
    margin-top: 1.5rem;
    line-height: 1.5rem;
  }
}

@media only screen and (max-width: 1000px) {
  
  .logo {
    text-align: center;
  }

}



.cart, .search {
  font-size: 1.5rem;
  
}

/* * HOME*/

.slider {
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
  height: auto;
  box-sizing: border-box;
}
.slider img { 
  width: 100%;
  height: auto;
}


/* .featureText {
  font-size: 3.8em;
  text-shadow: rgb(0, 0, 0) 5px 0 10px;
  height: 8rem;
  font-weight: bold;
  margin: 7rem 36rem ;
  text-align: center;
  color: rgb(0, 0, 0);
  
} */

.heading {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 1rem auto 0rem auto;
  height: auto;
  padding-top: 2rem;
  line-height: 4rem;
  color: Black;
  text-align: center;
}

.department-container{
  margin: 1rem auto 1rem auto;
}

.department {
  position: relative;
  overflow: hidden;
}

.department img {
  width: 100%;

  display: block;
  transition: transform 0.3s ease-in-out;
}

.department:hover img {
  transform: scale(1.1);
  
}

.overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 10rem;
  text-align: center;
  
  padding: 10px;
  font-size: 3rem;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.department:hover .overlay-text {
  opacity: 1;
}



.department img {
  width: auto;
  height: auto;
  display: block;
  transition: transform 0.3s ease-in-out;
}




.department p {
  text-shadow: 1px 0px 10px rgb(0, 0, 0);
  padding-top: 5.4rem;
}





.product-container{
  margin: 1rem auto;
  margin-bottom: 7rem;
  
}

.product {
  background-color: #ffffff;
  color:rgb(0, 0, 0);
  margin: auto;
  text-align: center;
  box-shadow: 0px 0px 20px  rgb(176, 176, 176);
  overflow: hidden;
  background: #fff;
  text-align: center;
  transition: transform 0.3s ease-in-out;
  padding-bottom: 1rem;
}



.click-product:hover {
  transform: scale(1.01);
}

.product img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  
  
}
.product-name {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
  
}

.brand-name, .upc-code {
  text-align: left;
  font-size: 19px;
  color: #000000;
  margin-bottom: -1px;
  
}

.upc-code{
  font-size: 16px;
  color: #545454;
  margin-bottom: 1px;

}



.priceee {
  text-align: right;
  font-size: 1.8rem;
  color: #000000; 
  font-weight: bold;
  margin-top: -2.7rem;
}

.add-to-cart {
  margin: 0;
  width: 100%;
  padding: 18px;
  background-color: #bb0000;
  color: #fff;
  font-size: 16px;
  border: none;
  
  cursor: pointer;
  transition: background 0.3s;
}

.add-to-cart:hover {
  background-color:  white;
  color: #bb0000;
  font-weight: 500;
  box-shadow: 0px 0px 20px  rgb(176, 176, 176);
}

/* * FOOTER*/

footer {
  max-width: 1500px;
  background-color: #000000;
  box-shadow: 0px 0px 20px  rgb(176, 176, 176);
  text-align: left;
  color: rgb(255, 255, 255);
}

footer h4 { 
  margin: 2rem;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #ffffff;
  font-weight: bolder;
  text-shadow: 0 0 1px white;
}

footer p {
  margin-left: 2rem;
  text-align: left;
  font-weight: 100;
  font-size: 1.4rem;
}

footer img {
  width: 3rem;
  margin-left: 0.7rem;
}

.boot {
  margin-top: 2rem;
  background-color: #bb0000;
  
}

.boot p {
  height: 2rem;
  font-weight: bolder;
  font-size: 1.2rem;
  line-height: 2rem;
  margin: 1rem auto;
}


/* * DEPARTMENT*/



/* * LOCATION*/

.location-box{
  margin: 1rem auto;
  padding: 4rem;
  text-align: center;

}

.location-box img{
  height: 30rem;
}




@media only screen and (max-width: 500px) {
  .location-box{
    margin: 2rem auto;
    
    background-color: black;
    height: 20rem;
  }
}

/* * PRODUCT*/

.productPage {
  margin: 1rem 0 5rem 0;
  padding-top: 2rem;
}

.productImage{
  
  text-align: center;
  color: rgb(0, 0, 0);
  margin: 1rem 0 8rem 0;

}

.hihi {
  margin-top: 2rem;
  box-shadow: 0px 0px 20px  rgb(176, 176, 176);

}


@media only screen and (max-width: 500px) {
  .productImage{
    background-color: #000000;
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: 10rem;
    margin: 0rem 0 0rem 0;
    
  }

  .productDescription {
    margin-top: 0;

  }
}

.productDescription{
  text-align: center;
  color: rgb(0, 0, 0);
  margin: 1rem 0 1rem 0;
  padding: 2rem;
  padding-bottom: 1rem;
  
}
.similar-container{
  margin: 2rem auto;
}

.cart-button {
  text-align: center; 
  background-color: #bb0000;
  height: 3rem;
  cursor: pointer;
  line-height: 3rem;
  padding: 0;
  color: rgb(255, 255, 255);
  
}

.hihihi {
  margin-left: 1rem;
}

.number p{
  color: black;
  font-size: 2rem;
  font-weight: bolder;
  line-height:3rem;
}

.cart-button:hover {
  background-color: white;
  color: #bb0000;
  font-weight: 500;
  
  box-shadow: 0px 0px 20px  rgb(176, 176, 176);
}



.quantity{
  line-height: 3rem;
  margin-right: 1rem;
}

.brandName {
  height: 2rem;
  text-align: left;
  padding-left: 1rem;
  line-height: 2rem;
  font-size: 1.4rem;
  color: #5c5c5c;
}

.productname {
  
  font-size: 2rem;
  font-weight: bolder;
  text-align: left;
  padding-left: 1rem;
  line-height: 2rem;
}
.productSku {
  height: 1rem;
  color: black;
  text-align: left;
  padding-left: 1rem;
  line-height: 1rem;
}
.rating {
  text-shadow: 1px 0px 4px rgb(0, 0, 0);
  height: 2rem;
  text-align: left;
  padding-left: 1rem;
  line-height: 2rem;
}

.pdescription {
  text-align: left;
  padding-left: 1rem;
  font-size: 1.1rem;
}


.price {
  
  height: 4rem;
  font-weight: bolder;
  font-size: 2.2rem;
  text-align: left;
  padding-left: 1rem;
  line-height: 4rem;
}



/* * CART*/

.cart-item {
  height: auto;
  max-width: 1400px;
  text-align: center;
  margin: 4rem auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgb(176, 176, 176);
  text-align: center;
  color: white;
  padding: 2rem;
  
}

.pImage-cart {
  height: 13rem;
  text-align: center;
  line-height: 13rem;
}

.item-details {
  margin: 2rem;
  gap: 20px;
}

.productName {
  color: black;
  height: auto;
  height: 1.7rem;
  font-size: 2.4rem;
  font-weight: bolder;
  text-align: left;
  padding-left: 1rem;
  line-height: -1rem;
}

.brandname {
  height: 1.4rem;
  text-align: left;
  padding-left: 1rem;
  font-size: 1.6rem;
  color: #5c5c5c;
  
}



@media only screen and (max-width: 500px) {
  .item-d{
    margin: 0 auto;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 0 auto;
    
  }
  .quantity {
    margin: 0 auto;

  }

  .cart-button {
    height: 2rem;
    line-height: 2rem;
    margin-bottom: -10rem;
  }
  
  .item-p {
    height: 0rem;
  }

}



.item-d{
  margin: 5.5rem auto auto auto;

}

.item-p{
  margin: 5rem auto;
}

.item-pp{
  margin: 2rem auto;
}

.priceeee {
  font-weight: bolder;
  font-size: 2rem;
  color: black;
  padding: 1rem;
  line-height: 1rem;
  height: 3rem;
  margin: 0.5rem auto;
}

.continuee {
  color: black;
  font-size: 2rem;
  margin-top: 1rem;
  cursor: pointer;
}


.pricee {
  background-color: #bb0000;
  font-weight: bolder;
  font-size: 2.2rem;
  color: rgb(255, 255, 255);
  padding: 1rem;
  line-height: 1rem;
  height: 3rem;
  margin: 0.5rem auto;
}

.bottom-box {
  max-width: 1400px;
  background-color: none;
  height: auto;
  text-align: center;
  margin: 3rem auto;
  box-shadow: 0px 0px 20px #8b8b8b;
  text-align: center;
  color: white;
  padding: 0;
}



/* * SHIPPING*/


.shipping{
  max-width: 1400px;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 2rem;
  justify-content: center;
  
  
}

.box {
  margin: auto;
  background: white;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 20px #5c5c5c;
}
h2 {
  color: #000000;
  text-align: center;
}
label {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  margin-top: 1rem;
}
input, select {
  width: 100%;
  padding: 0.8rem;
  font-size: 1rem;
  margin-top: 0.5rem;
  border: 0.1rem solid black;
  border-radius: 0.3rem;
}
.form-group {
  margin-bottom: 1.5rem;
}
button {
  max-width: 740px;
  
  background: #bb0000;
  color: white;
  padding: 1.5rem;
  font-size: 1.2rem;
  border: none;
  margin: 1rem;
  
  cursor: pointer;
  width: 100%;
}
button:hover {
  background: white;
  color: #bb0000;
  box-shadow: 0 0 20px #5c5c5c;
  
}
.box {
  margin: 2rem auto;
  color: white;
}

.buttonss{
  text-align: center;
  margin: 2rem auto;
  justify-content: center;
  align-self: center;
  gap: 20px;
  
}

.click-payment, .click-cart, .click-review , .click-complete, .click-shipping, .click-home {
  border-radius: 0.2rem;
}




/* * PAYMENT*/

.show-payment {
  text-align: center;
  margin: 2rem auto;
}
/* * REVIEW*/
.show-review {
  text-align: center;
  margin: 2rem auto;
}
/* * COMPLETE*/
.show-complete {
  text-align: center;
  margin: 2rem auto;
}
/* * LOGIN*/
.close-button {
  margin: 0;
  width: auto;
  background-color: white;
  color: rgb(0, 0, 0);
}
/* * SIGNUP*/
/* * FORGOTP*/
/* * RESET*/



