


.scrollmenu {

  overflow: auto;
  white-space: nowrap;
}

.logo-font-300 {
  font-family: "Rowdies", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.wrapper {
  min-height: 100%;
  min-width: 100%;
  background-color: rgb(255, 255, 255) !important;
  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -75px;

}

.bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;

}

/* shop by brand , each brand link on homepage*/
.shop-by-brand-div{
  width: 25% !important;
}


.category {
  border-radius: 10px !important;
  background-color: black !important;
  color: white !important;
  
}

.view-btn {
  color: white !important; 
  background-color: rgb(60, 60, 138) !important; 
  border-radius: 2px !important;
}

.selectSize{
  color:white !important; 
  background-color: rgb(80, 174, 85) !important; 
  border-radius: 2px !important;
}

.page-pagination-container{
  display: flex;
  justify-content: center;
  align-items: center;

}



.page-heading{
  color: white;
}

.profile-card {
  width: 15rem !important;
  background-color: #fff;
  border-color: #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin: 10px;
  padding: 15px;
}


.product{
  justify-content: center;
   width: 15rem !important;
  /* margin-right: 10px !important; */

  padding: 20px !important;  
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between; 

}

/* .product-img{
  width: 200px !important;
  height: 200px !important;
} */

.card-title{
  font-size: 20px;
}



.cardbtn{
  margin-top: 10px !important;
  width: 115px;

}

.products-container{
  justify-content: center;
}

.payment-footer-svg{
  margin: 5px;
  width: 5%;
}

.payment-footer-svg-bitcoin{
  width: 3%;
}

.payment-footer-visa{
  width: 5%;
}


footer{
  position: relative;
  background-color: rgb(0, 85, 52) !important;
  bottom: 0;
  width: 100%;
  height: 235px;
}
.push{ /* used to keep footer all the way at the bottom of screen*/
  width: 100%;
  height: 75px;
}

.product-description {
  font-size: 16px;
  line-height: 1.5; /* Adjust line spacing as needed */
  margin-bottom: 10px;
  text-align: justify; /* Justify the text for a neat appearance */
  /* Add more styles as needed */
}


.messages-container {
  height: 400px;
  overflow-y: scroll;
}
.message {
  margin-bottom: 10px;
}
.message .sender {
  font-weight: bold;
}
.message .timestamp {
  font-size: 12px;
  color: #999;
}
.message .content {
  margin-top: 5px;
  padding: 10px;
  background-color: #f6f6f6;
  border-radius: 15px;
  display: inline-block;
}
.input-area {
  margin-top: 10px;
}
.input-area .form-control {
  display: inline-block;
  width: 85%;
  margin-right: 5px;
}
.input-area .btn {
  width: 10%;
}






@media screen and (max-width: 455px) { 
  .product{
    width: 185px !important;
      margin-right: 5px !important;
      margin-left: 10px !important;   
  }
  .profile-card{
    width: 185px !important;
    margin-right: 5px !important; 
     padding: 10px !important;
  }


}





/* pixel 5 , iPhone SE, iphone X and iphone 12 pro*/
@media screen and (max-width: 393px) { 
  .product{
      width: 170px !important;
      margin-right: 5px !important; 
       padding: 10px !important;
  }

  .profile-card{
    width: 170px !important;
    margin-right: 5px !important; 
     padding: 10px !important;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
  }

  .card-title{
    font-size: 17px;
  }

  .shop-by-brand-div{
    width: 25% !important;
 
  }

  .payment-footer-svg{
    margin: 5px;
    width: 10%;
  }
  
  .payment-footer-svg-bitcoin{
    width: 6%;
  }
  
  .payment-footer-visa{
    width: 10%;
  }
  
  /* .product-img{
    width: 170px !important;
    height: 170px !important;
  } */
  
  

  
}





/* samsung galaxy 9*/
@media screen and (max-width: 320px) { 
   .product{
     width: 145px !important;
       margin-right: 5px !important;
       margin-left: 10px !important;   
   }
   
   .selectSize{
      width: 100% !important;
   }
   .card-title{
    font-size: 15px;
  }

 }




 /* samsung galaxy 8*/
 @media screen and (max-width: 360px) { 
  .profile-card{
    width: 145px !important;
    margin-right: 5px !important; 
     padding: 10px !important;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
  }

   .product{
      width: 145px !important;
    }
   .selectSize{
      width: 100% !important;
   }
   .card-title{
    font-size: 15px;
  }
 }





/* iPhone XR*/
 @media screen and (max-width: 414px) { 
   .view-product{
      height: 55px !important;
   }
   .selectSize{
      height: 55px !important;
   }
   .card-title{
    font-size: 15px;
  }

 }

 /* galaxy fold */
 @media screen and (max-width: 280px) { 
  .profile-card{
    width: 200px !important;
    margin-right: 5px !important; 
     padding: 10px !important;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
  }

  .product{
     width: 100% !important;
   }
   .selectSize{
    width: 100% !important;
 }
 .view-product{
  width: 100% !important;
 }
#searchResults{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

}


