#logo_navigation {
    width: 100%;
    height: auto;
}
#header {
    width: 100%;
    height: auto;
}

#header img {
    width: 1280px;
    height: 500px;
    margin: auto;
}

#IntroTextArea {
    text-align: center;
    font-weight: bold;
    font-size: 3vw;
}


.text-bold {
    font-weight: bold;
}

.price {
    color: red;
}

.ratting {
    color: orange;
}

.freeship {
    background-color: blue;
}

.label-image {
    position:absolute; 
    left: 25px;
    top: 175px;
    height: 40px;
    width: 40px;
}


.navbar {
    margin-bottom: 0;
    border-radius: 0;
}


footer {
    background-color: #101010;
    color: white;
}

.panel-default:hover {
    background: #00FF00;
    zoom: 1.05;
}
