﻿
* {
    margin: 0;
    padding: 0;
}

.fa-solid {
    color: rgba(102,102,102,.85);
    padding-right: 3%;
    padding-top: 4px;
}

#headerfar {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 80px;
}

.space {
    height: 80px;
}


.remain {
    position: relative;
    z-index: 0;
}

#header {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    padding: 0 250px 0 150px;
    width: 100%;
    height: 100%;
}

    #header .trademark {
        width: 25%;
    }

.trademark img {
    width: 80%;
    height: 100%;
}

#header .menu {
    width: 55%;
}

.menu {
    padding: 2% 0 0 5%;
}

    .menu a {
        padding-left: 2%;
    }

.login {
    width: 30%;
    padding-top: 2%;
    text-align: center;
}

    .login div {
        width: 50%;
    }

.cart {
    width: 10%;
    padding-top: 2%;
}


#footer {
    width: 100%;
    height: 300px;
    padding: 5px 250px 0 250px;
    background-color: #38342b;
    display: flex;
    color: white;
}

    #footer a {
        color: white;
    }

    #footer div {
        width: 33%;
    }

.ft {
    padding-left: 40px;
    line-height: 35px;
}

#footer h3 {
    font-size: 18px;
}

#content {
    width: 100%;
    height: 80%;
}

.a {
    text-decoration: none;
}

    .a:focus {
        outline: none;
        text-decoration: none;
    }

    .a:active,
    .a:hover {
        background-color: #00F;
        font-weight: bold;
        text-decoration: none;
        cursor: pointer;
    }

img {
    max-width: 100%;
    height: auto;
}
