body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

.topheader {
    display: flex;
    justify-content: center;
    background-color: #999;
    box-sizing: content-box;
    color: white;
}

.mySlides {display: none;}

/* Slideshow container */
.slideshow-container {
    box-sizing: border-box;
    position: relative;
    padding: 0 0 1vw;
}
/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 1.5vw;
    padding: 0.5vw 0.75vw;
    position: absolute;
    bottom: 1vw;
    width: 100%;
    left: 15%;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 7%;
}

.social img {
    height: 2vw;
}

.con_d {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 57%;
}

.con_d h5 {
    font-size: 1vw;
    font-weight: 400;
}

.login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 6%;
}

.loginicon img {
    height: 3vw;
}

.login h6 {
    font-size: 0.8vw;
    margin: 0;
}

.login a {
    text-decoration: none;
    color: white;
}
    
header {
    display: flex;
    justify-content: center;
    margin: 0.5% 0;
    
}

.headbanner {
    display: flex;
    align-items: center;
    width: 40%;
}

.headbanner img {
    width: 100%;
}

.nav {
    display: flex;
    width: 30%;
    margin: 0;
    align-items: flex-end;
}
  
.nav ul {
    list-style-type: none;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}
  
.nav li {
    float: left;
    width: 20%;
}
  
.nav li a {
    display: block;
    color: black;
    text-align: center;
    font-size: 1vw;
    text-decoration: none;
}
  
.nav li a:hover {
    color: darkgray;
}

section {
    width: 70%;
    margin: 0 15% 3%;
    text-align: justify;
    border-top: 0.7vw solid #999;
}

.content {
    font-size: 1.5vw;
}

.content h1 {
    font-size: 2vw;
    margin: 0;
}

.mainpage_content p {
    font-size: 1.5vw;
    margin: 0 auto auto;
}

.error {
    font-size: 1.5vw;
}

.temp img {
    width: 50%;
}

.footer {
    width: 70%;
    margin: 0 15% 2%;
    text-align: center;
    border-top: 0.25vw solid #999;
}

.footer h6 {
    margin: 0;
    font-size: 1.3vw;
    font-weight: 400;
}

.footer h6 a {
    text-decoration: none;
    color: black;
}

.cform {
    font-size: 1vw;
    
}  

.regform {
    font-size: 1vw;
}

input[type=text], input[type=email], input[type=tel] {
	width: 100%;
	margin-bottom: 1vw;
    color: black;
}

input[type=password] {
	width: 35%;
	margin-bottom: 1vw;
    color: black;
}

.half_box input[type=text] {
	width: 35%;
	margin-bottom: 1vw;
    color: black;
}

.half_box input[type=email] {
	width: 35%;
	margin-bottom: 1vw;
    color: black;
}

textarea {
	width: 100%;
	height: auto;
	margin-bottom: 1vw;
}

input[type=submit], input[type=reset] {
	width: 15vw;
}

.error {
	color: red;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: darkgray;
  opacity: 1; /* Firefox */
}

pre {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: teal;
	white-space: pre-wrap; 
}





/* new header */
.fa-xl {
    font-size: 2vw!important;
}

.fas, .fa-sm{
    margin-top: 1.2vw;
}

/* order page  */
#carticon {
    float: right;
    color: white;
}
  
#carticon:hover {
    color: #0d6efd;
}

.card {
    width: 25%;
    height: 40vw;
    float: left;
}

.card img {
    width: 80%;
    margin: 5% 10%;
}

  .card h3 {
    font-size: 1.5vw;
    float: left;
    padding: 0 1vw;
}

  .desc {
	text-align: left;
    font-size: 1vw;
    padding: 0 1vw;
    margin: 0;
}

.price {
  color: grey;
  font-size: 2vw;
  padding: 0 1vw;
}

.checked {
    color: #da2c38;
}

.norating {
    font-style: italic;
}

.cart_button {
    margin: 0 1vw;
}

#username {
    position: absolute;
    top: 18px;
    right: 100px;
    color: rgba(255, 0, 0, .75);
    z-index: 100 !important;
}

.w3-container h1 {
    color: white;
}

.chilli {
    margin: 0 1vw;
}

.rounded-left {
    border-radius: 0.5vw;
}