html,
body {
    width: 100%;
    margin: 0px 0px;
    padding: 0px;
    text-decoration: none;
    font-family: Arial, sans-serif;
}

nav {
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #131921;
    box-sizing: border-box;
    color: #fff;
    padding: 5px;
    font-size: 12px;

}

a {
    text-decoration: none;
}

.logo_div {
    width: 100%;
    height: 50px;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    padding-left: 20px;
    background-color: #131921;
}

.logo_img {
    width: 30%;
    max-width: 150px;
}

.banner_section {
    width: 100%;
}

.banner_img {
    width: 100%;
}

.head_title {
    width: 80%;
    margin-top: 20px;
    margin-left: 20px;
    box-sizing: border-box;
}

.main_title {
    font-size: 20px;
    font-weight: bold;
}

.second_title {
    margin-top: -12px;
    font-size: 12px;
}

.product_section {
    width: 189px;
    height: 271px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.product_img_div {
    width: 80%;
    height: 200px;
    object-fit: contain;
    margin: 0 auto;
}

.product_img {
    width: 100%;

}

.descont_section {
    color: #CC0C39;
    font-weight: 800;
    font-size: 12px;
}

.descont_box {
    background-color: #CC0C39;
    padding: 5px;
    border-radius: 4px;
    color: #fff;
    margin-left: 2px;
    margin-right: 5px;
}

.last_unit {
    width: 125px;
    margin-left: 3px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #CC0C39;
    background-color: #FCCFD9;
}

.product_title {
    margin-top: -9px;
    margin-left: 2px;
    font-size: 14px;
    font-weight: 500;
}

#product_container {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

footer {
    width: 100%;
    height: 200px;
}