.about-text h3{
    margin-bottom: 10px;
}
.about-text h3.adres{
    margin-top: 10px;
}
.about-text span.clock{
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}
.products img.star{
    width: 80px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.products h2.kampanya{
    position: absolute;
    left: 0px;
    background: #C90B0BFF;
    top: 0px;
    font-family: 'Exo 2', sans-serif;
    font-size: 11px;
    color: white;
    border: 1px solid #C90B0BFF;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.products h2.hafta{
    position: absolute;
    left: 0px;
    background: green;
    top: 0px;
    font-family: 'Exo 2', sans-serif;
    font-size: 11px;
    color: white;
    border: 1px solid green;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.products h2.day{
    position: absolute;
    left: 0px;
    background: orange;
    top: 0px;
    font-family: 'Exo 2', sans-serif;
    font-size: 11px;
    color: white;
    border: 1px solid orange;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.products h3{
    position: absolute;
    right: 0px;
    background: rgba(255,255,255,0.3);
    top: 0px;
    font-family: 'Exo 2', sans-serif;
    font-size: 11px;
    color: #333;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.price{
    display: flex;
    margin: 5px 0px;
}
.product-sale{
    font-size: 24px;
    color: #b3b3b3;
    font-family: 'Exo 2', sans-serif;
    text-decoration: line-through;
    margin: 0px 10px 0px 0px;
}
.product-price{
    font-size: 24px;
    color: #333;
    font-family: 'Exo 2', sans-serif;
    margin: 0px 0px;
}
.product-name{
    font-family: 'Exo 2', sans-serif;
    color: #333;
    font-size: 18px;
}
.products p{
    margin: 5px 0px;
    color: #9e9d9d;
    font-family: 'Exo 2', sans-serif;
}
.product-row{
    margin-top: 10px;
    width: 100%;
}

.product-list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.product-carousel{
    width: 100%;
    padding: 10px 10px 0;
}
.products{
    margin: 15px;
    background-color: white;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    height: auto;
    width: 175px;
    text-align: center;
}

.product-image {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border: 1px solid #b3b3b3;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.content-product{
    text-align: start;
}

.favori{
    padding: 10px 40px;

}
.title-favori{
    text-align: center;
}
.title-favori h1{
    color: #333;
    font-family: 'Exo 2', sans-serif;
}
header {
    position: relative;
    z-index: 20;
    height: 105px;
    display: block;
    padding: 10px 125px;
    border-bottom: 3px solid #b3b3b3;
}
.logo {
    display: flex;
    width: 90%;
    height: 110px;
    position: absolute;
    z-index: 10;
    bottom: -10px;
}
.nav_item{
    text-align: center;
    margin: 10px 10px;
}
.nav_item img{
    width: 100%;
    object-fit: contain;
    height: 50px;
}
.nav_item h4{
    color: #333;
    font-family: 'Exo 2', sans-serif;
}
.logo img{
    width: 110px;
    height: 110px;
    object-fit: contain;
    border: 2px solid #b3b3b3;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.nav-list{
    display: none;
}
.pc-menu{
    border-bottom: 2px solid #b3b3b3;
    background-color: #f4f4f4;
    height:100px;
}
.pc-list{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    height: 100px;
    overflow: auto;
    overflow-y:hidden;
    border-top: 2px solid #b4b4b4;
}
.header_toggle{
    color: black;
    z-index: 11;
}
@media screen and (max-width: 1150px){
    header{
        display: flex;
        padding: 0px 10px;
    }
    .about-text h2{
        font-family: 'Exo 2', sans-serif;
        font-size: 40px;
    }

    .nav-list{
        display: initial;
    }

    .nav{
        position: fixed;
        top: 0;
        left: -100%;
        background-color: black;
        color: #b3b3b3;
        width: 60%;
        height: 100vh;
        padding: 24px 0;
        z-index: 100;
        transition: 0.5s;
        border-radius: 0 0 50% 0;
    }
    .show{
        left: 0;
    }

}
@media screen and (max-width: 885px){
    .products{
        width: 165px;
        margin: 15px;
    }
    .product-image{
        height: 150px;
    }
    .favori{
        padding: 10px 0px;
    }

}
@media screen and (max-width: 450px){


    .pc-list{
        justify-content: start;
    }
    .product-image{
        height: 170px;
    }

    .products{
        width: 150px;
        margin: 5px;
    }
    .product-sale{
        font-size: 20px;
        color: #b3b3b3;
        font-family: 'Exo 2', sans-serif;
        text-decoration: line-through;
    }
    .product-price{
        font-size: 20px;
        color: #333;
        font-family: 'Exo 2', sans-serif;
        margin: 0px 0px;
    }
}

@media screen and (max-width: 430px){
    .products{
        width: 190px;
    }
}
@media screen and (max-width: 410px){
    .products{
        width: 180px;
    }
}
@media screen and (max-width: 389px){
    .products{
        width: 170px;
    }
    .product-image{
        height: 160px;
    }
}
@media screen and (max-width: 358px){
    .products{
        width: 150px;
    }
    .product-image{
        height: 140px;
    }
    header{
        padding: 0px 35px;
    }
}
