* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}


/* social app*/
.social {
    width: 100%;
    height: 6vh;
    background-color: black;
}

.socialrap {
    width: 80%;
    margin: auto;
}

.name {
    position: absolute;
}

.name h1 {
    color: white;
    font-size: 15px;
    padding-top: 1%;
}

/* navigtion bar */
#nav {
    width: 100%;
    height: 9vh;
    border-bottom: 1px solid black;
    background-color: white;
}

.navrap {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;

}

.logo img {
    margin-top: -2%;
}


* {
    box-sizing: border-box;
}

/* Style the navbar */
.topnav {
    height: 9vh;
    overflow: hidden;
    background-color: white;
    border-bottom: 1px solid black;
}

/* Navbar links */
.topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Navbar links on mouse-over */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Active/current link */
.topnav a.active {
    color: black;
    height: 9vh;
}

/* Style the input container */
.topnav .login-container {
    float: right;
}

/* Style the input field inside the navbar */
.topnav input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 15px;
    border: none;
    width: 150px;
    background-color: wheat;
    border-radius: 5px;
    margin-left: -14%;
    /* adjust as needed (as long as it doesn't break the topnav) */
}

/* Style the button inside the input container */
.topnav .login-container button {
    float: right;
    padding: 6px;
    /* margin-top: 8px; */
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.topnav .login-container button:hover {
    background: #ccc;
}

/* Add responsiveness - On small screens, display the navbar vertically instead of horizontally */
@media screen and (max-width: 600px) {
    .topnav .login-container {
        float: none;

    }

    .topnav a,
    .topnav input[type=text],
    .topnav .login-container button {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
       
    }

    .topnav input[type=text] {
       
        border: 1px solid #ccc;
    }
}
.login-container button a i{
   
    padding-bottom: 6%;
}
/* photo */
.sidenav {

    width: 300px;
    position: absolute;
    z-index: 1;
    top: 20%;
    left: 13%;
    /* background: #eee; */
    /* overflow-x: scroll;  */
    padding: 8px 0;
    /* border: 2px solid black; */
}

.sidenav a {
    height: 95vh;
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #2196F3;
    display: block;
    overflow: auto;
}

.sidenav a:hover {
    color: #064579;
}

.main {

    margin-left: 140px;
    /* Same width as the sidebar + left position in px */
    font-size: 18px;
    /* Increased text to enable scrolling */
    padding: 0px 10px;
}

.main h3 {
    margin-top: 4%;
    margin-left: 50%;
    color: maroon;
}

.main p {
    margin-top: 6%;
    margin-left: 50%;
    font-size: 30px;
}

.main h4 {
    margin-top: 2%;
    margin-left: 50%;
    font-size: 16px;
    color: grey;
}

.star {
    /* display: flex; */
    margin-left: 50%;
    margin-top: 1%;
}

.star i {

    color: darkgoldenrod;
    padding-left: 2px;
    padding-right: 2px;
}

.main h5 {
    margin-left: 50%;
    margin-top: 2%;
    font-size: 22px;

}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.tax p {

    color: green;
    margin-left: 55.6%;
    margin-top: 1%;
}

.color p {
    font-size: 20px;
    margin-left: 55.6%;
    margin-top: 2%;
}

.color img {
    margin-left: 55.6%;
    margin-top: 1%;
}

.quantity {
    height: 15vh;
    margin-left: 55.6%;
    margin-top: 2%;
    font-size: 20px;
}

.box {
    margin-top: 2%;
    border: 1px solid black;
    height: 5vh;
    width: 20%;
}

.box b {
    padding-top: 4%;
    padding-left: 16%;
}

/* button */
.button {
    height: 15vh;
}

.btn {

    border: 2px solid black;
    background-color: white;
    color: black;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    margin-left: 55.6%;


}

/* Gray */
.default {
    border-color: #e7e7e7;
    color: black;
}

.default:hover {
    background: #e7e7e7;
}

.btn1 {
    border: none;
    /* color: white; */
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    margin-left: 1%;
}

.warning {
    background-color: #eab05b;
}
.warning a{
    text-decoration: none; 
    color: black;
}
/* Orange */
.warning:hover {
    background: #e68a00;
}

.description {
    height: 30vh;
    width: 70%;

}

.description h2 {

    margin-left: 10%;

}

.description p {
    margin-left: 10%;
    margin-top: 2%;
    font-size: 18px;
}


.detailsrap {
    height: 110vh;
    width: 60%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    margin-left: 3%;
}

.details h2 {
    width: 15%;
    margin-left: 7%;
    height: 8vh;

}

.middle {
    width: 80%;
}

.middle h3 {
    margin-left: 45%;
    margin-top: 5%;
}

.middle p {
    margin-left: 45%;
    margin-top: 5%;
}

/* footer  */
.footer {

    width: 100%;
    height: 75vh;
    background-color: grey;
}

.footrap {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    padding-top: 20px;
    padding-left: 4%;
}

.box8 h3 {
    color: white;
}

.box8 p {
    padding-top: 2%;
    margin-top: 4%;
    color: white;
}

.box8 img {
    padding-top: 4%;
    padding-left: 8px;
}

.box8 h4 {
    margin-top: 4%;
    color: white;
    font-size: 20px;
}

.site {

    margin-top: 4%;
    margin-left: 4%;

}

.site img {
    padding-top: 2%;
    padding-right: 15px;
}