body{
    background-color:black;
}
/*==Nav Bar==*/

.navbar{
    margin-top: 100px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
header{
    width:100%;

    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:fixed;
    z-index: 99;
    box-shadow: 5px 5px 5px 5px #000;
    background: rgb(0, 0, 0);
    top: 0;
    left: 0;
}
#chk1{
    display: none;
}
i{
    color: #000000;
    cursor: pointer;
}
.logo{
    flex: 1;
    color:#fff;
    color: #ffffff;
    font: normal 30px 'Cookie', cursive;
    margin-left: 50px;
    margin-bottom: 5px;
}
header .logo h3 span {
    color:rgb(218, 35, 35);
    margin-bottom: 30px;
}

.search-box{
    flex: 1;
    position: relative;
    margin-bottom: 3px;
    margin-right: 250px;
}
.search-box input{
    width:80%;
    height: 40px;
    border: none;
    outline: none;
    background:#f2f2f2;
    border-radius: 30px;
    color:rgb(0, 0, 0);
    font-size: 16px;
    padding-left: 5px;
    padding-right: 40px;
    text-align: center;
}
 
.search-box button{
    cursor: pointer;
    width:40px;
    height: 40px;
    border-radius: 30px;
    border:none;
    position: absolute;
    top:0;
    right: -30px;
    transform: scale(0.9);
    background: rgb(218, 35, 35);
    color: #fff;
    
}
header ul {
    flex:2;
    display: flex;
    justify-content: space-evenly;
}
header ul li{
    list-style: none;
    margin-top: 50px;
}
header ul li a{
    text-decoration: none;
    color:#fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px;
}
.nav_items:hover{
    border-bottom: 2px solid rgb(218, 35, 35);
    border-top:  2px solid rgb(218, 35, 35);
}

.cart{
    position: relative;
    top:-17px; 
}
#cart_amount{
    padding-bottom: 10px;
}

.table1{
    border:2px solid rgba(255, 255, 255, 0.745);
    border-collapse: collapse;
    margin-left: 250px;
}
.b1,.b2{
    padding: 10px;
    font-size: 25px;
    border-radius: 25px;
    font: normal 25px 'Cookie', cursive;
    border: none;
    background-color:rgb(218, 35, 35);
    color: rgb(255, 255, 255);
}
.b2{
    margin-left: 100px;
}
.b3{
    margin-left: 100px;
    border-radius: 10px;
    font: normal 25px 'Cookie', cursive;
    font-size: 20px;
    border-color: rgb(255, 255, 255);
    background-color: black;
    color: rgb(255, 255, 255);
    padding: 10px;
}
input{
    margin-left:45px;
    border-radius: 4px;
    line-height: 22px;
    height: 20px;
}
.login_p{
    width: 650px;
    text-align: justify;
    font-size: 20px;
    line-height: 25px;
    position: relative;
    top: 0px;
    left: 150px;
    color: rgba(255, 255, 255, 0.745);
}
.b1:hover{
    border-color: rgb(218, 35, 35);
    color: rgb(218, 35, 35);
    background-color: black;
}
.b2:hover{
    border-color: rgb(218, 35, 35);
    color: rgb(218, 35, 35);
    background-color: black;
}
.b3:hover{
    color: rgb(218, 35, 35);
}
a{
    text-decoration: none;
    color:rgba(255, 255, 255, 0.745);
}
.text{
    color:rgba(255, 255, 255, 0.745);
}
.losi{
    display:flex;
    margin-top: 150px;
}
.login_h1{
    font-size: xx-large;
    margin-left: 145px;
    color: rgb(218, 35, 35);
}

::-webkit-scrollbar{
    width: 5px;
    height: 3px;
}

::-webkit-scrollbar-track{
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
}

::-webkit-scrollbar-thumb{
    background: rgb(218, 35, 35);
    border-radius: 10px;
}
/*==footer==*/
footer {
    position: fixed;
    bottom: 0;
   
}

@media (max-height:800px) {
    footer {
        position: static;
    }
    header {
        padding-top: 40px;
    }
}

.footer-distributed {
    background-color: #000000;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 50px 50px 60px 50px;
}

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 30%;
}

.footer-distributed h3 {
    color: rgba(255, 255, 255, 0.673);
    font: normal 36px 'Cookie', cursive;
    margin: 0;
}


.footer-distributed h3 span {
    color:rgb(218, 35, 35);
}

/* Footer links */

.footer-distributed .footer-links {
    color: rgba(255, 255, 255, 0.673);
    margin: 20px 0 12px;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    background-color: #33383b;
    color: rgba(255, 255, 255, 0.673);
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: rgba(255, 255, 255, 0.673);
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color:rgb(218, 35, 35);
    text-decoration: none;
    ;
}

/* Footer Right */

.footer-distributed .footer-right {
    width: 30%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: rgba(255, 255, 255, 0.673);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #646769;
    border-radius: 2px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.footer-distributed .footer-icons a:hover {
    background-color: rgb(218, 35, 35);
}

.footer-links a:hover {
    color: rgb(218, 35, 35);
}
