body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    /* margin-top: 74px; */

}

/* .duzen {
    font-size: .8rem !important;
    color: #51585e;
}

.duzen input {
    font-size: .8rem !important;
}

.duzen button {
    font-size: .8rem !important;

} */

/* .filter-box {
    border-bottom: 1px solid #dee2e6;
}

.filter-box .card-header {
    border-bottom: 0px;
    border-radius: 0px;
}

.filter-box .menu {
    list-style: none;
    padding-left: 0px;
}

.filter-box .menu li {
    margin-bottom: 3px;
    font-weight: bold;
}

.filter-box .menu a {
    text-decoration: none;
    color: #51585e;
}

.filter-box .card-header a {
    text-decoration: none;
    font-weight: bold;
    color: #000;


} */

/* .scroll {
    max-height: 150px;
    overflow: auto;
} */

/* .fa-chevron-down {
    float: right;
    color: rgb(169, 169, 169);
    font-size: .7rem;
} */

.bg-orange {
    background: rgb(255, 178, 36);
    color: #000
}

.bg-custom {
    background: #f0f0f0;
    color: #006476;
}

.navbar a {
    color: #006476;
}

.bg-custom a {
    color: #006476;
}

.bg-custom a:hover {
    color: #006476 !important;


}
.active-menu {
    color: #08787c !important;
    letter-spacing: 1.5px;
    border-bottom: 2px solid #08787c;

}

.color-brand {
    color: #006476;
    font-weight: 600;
    letter-spacing: 2px;
    border-style: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.text-custom{
    color: #006476;
}

.checkbox-btn {
    position: relative;
}

.checkbox-btn input {
    position: absolute;
    opacity: 0;
}

.filter-box .checkbox-btn input:checked~.btn {
    background-color: #0d6efd;
    color: #fff;
}

.btn-light:hover {
    border-color: #c1c9d0;
    color: #0d6efd;
}
/* 
#comments .form-control,
.form-select {
    background-color: #f0f0f0;
} */

/* product-card sınıfını biz tanımladık. bootstrap kütüphanesinde yok */
/* @media (max-width:768px) {
    .product-card .img-wrap {
        border-bottom: 1px solid #dee2e6;
    }
}

.product-card .img-wrap {
    height: 200px;
    padding: .5rem;
    display: block;
    text-align: center;
}

.product-card img {
    height: 90%;
    width: auto;
    max-width: 100%;
    object-fit: cover;
}

.checked {
    color: orange;
}

.product-card .fa-heart {
    color: red;
}

.product-card .title {
    text-decoration: none;
    color: #212529;
}

.product-card .price {
    color: orange;
    font-size: 22px
}

footer ul li {
    list-style: none;
    list-style-position: inside;
}

footer ul li a {
    text-decoration: none;
    color: #08bcdb;
} */

.foto {
    width: 90px;
    height: 90px;
    padding: 0px;
    border-radius: 3px;
    border-width: 1px;
}