* {

    font-family: "Playfair Display", sans-serif;
    /* font-family: "Inter"; */
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.15px;
    margin: 0;
    padding: 0;
    outline: none;

}

*:focus {
    box-shadow: none !important;
}

body {
    font-family: "Inter";
}

a {
    font-family: "Inter";
    text-decoration: none;
    color: #844423;
}

.logo {
    width: 150px;
    height: auto;
}

.nav-link {
    font-size: 16px;
}

a.nav-link, .nav.active {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px;
}

.nav-link:hover {
    border-bottom: 2px solid #844423;
}

/* .nav.active { 
    font-weight: 900;
} */

h1, h2, h3, h4, h5, h6 {
    color: #844423 !important;
    font-family: "Playfair Display", serif;
    font-weight: 700;
}

.fs-7 {
    font-size: 13px !important;
}

.fw-500 {
    font-weight: 500 !important;
}

p {

    font-family: "Inter";
    color: black;

}

p.card-text.review {
    font-family: "Playfair Display", serif;
    color: #844423;
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 10px;
    background-color: #fee6be;
    font-family: "Inter";
    font-weight: bold;
    border: 1px solid #b58c68;
    margin-bottom: 3px;
}

.accordion-flush>.accordion-item>.accordion-collapse {
    border-radius: 0;
    background-color: #feefe3;
    border: 1px solid #f1e3d7;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' class='bi bi-plus' viewBox='0 0 18 18'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  font-weight: bold;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' class='bi bi-dash' viewBox='0 0 18 18'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  font-weight: bold;
}

.accordion-body {
    font-weight: 500;
}

.card.artikel {
    box-shadow: 2px 2px 10px rgb(0 0 0 / 8%);
    height: 100%;
    border: none !important;
    border-radius: 20px;
    background-color: #fdf3d9;
}

.img-product {
    width: 100px;
    height: 150px;
}

.text_madurasa {
    color: #a6282a !important;
}

.card.produk {
    background-image: url("/assets/img/produk/BG.jpg");
    background-size: cover;
    /* width: 19rem; */
    width: 100%;
    min-height: 165px;
    /* background-color: #f8e6ca; */
}

.card.review {
    width: 24rem;
}

.card-body.review {
    background-color: #feefd5;
}

.card-title.review {
    color: #6c3e28;
    font-weight: bold;
    font-size: 20px;
}

.card-body.honeypedia {
    background-color: #feefd5;
}

.page-link {
    background-color: #f9eee1;
    color: #844423;
    font-weight: 500;
}

a.page-link:hover {
    background-color: #844423;
    color: #ffffff;
}

input#flexCheckDefault {
    border: 1px solid #844423;
}

.form-check-input:checked {
    background-color: #844423;
    border-color: #f9eee1;
}

.img-thumbnail {
    width: 75px;
    border: none;
    background: none;
}

button.nav-link {
    font-family: "Playfair Display", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #844423;
    padding: 10px 20px;
}

.nav-tabs .nav-link.active {
    background-color: #844423;
    color: white;
}

.nav-tabs {
    border-bottom: none;
}

@media screen and (min-width: 820px) and (max-width: 900px) {

    /* .card.review {
        width: 16rem;
    } */

    .card.produk {
        width: 100%;
    }

}

@media screen and (min-width: 769px) {

    .card.review {
        width: 100%;
    }

} 

@media screen and (max-width: 768px) {
    
    .logo {
        width: 75px;
        height: auto;
    }

    .img-product {
        width: 50px;
        height: 81px;
    }

    .card.review {
        width: 100%;
    }

    .card.produk {
        width: 100%;
    }    

    button.nav-link {
        font-size: 1rem;
        font-weight: 500;
    }


}

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


}