/* İSİM-SOYİSİM:MUSTAFA İLKER KAMIŞ */


/* ÖĞRENCİ NO : 210905901 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    height: 100vh;
    background-image: url("./imgs/background.jpg");
    background-attachment: fixed;
    /* background-size: 100% 100%; */
    background-size: cover;
    background-repeat: no-repeat;
}

.row-main {
    height: 34em;
}

.super-centered {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    z-index: 9999;
}

.fruit-height {
    height: 15vh;
    width: 50%;
    border-radius: 10px;
    background-size: cover;
    align-self: center;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
}

.table-meyve {
    border-right: 2px solid rgba(128, 128, 128, 0.151);
    text-align: center;
}

.table-fiyat {
    border-right: 2px solid rgba(128, 128, 128, 0.151);
}

.stepper-angle {
    display: flex;
    flex-direction: column;
}

.btn {
    border-radius: 0;
}


/* body {
    background: linear-gradient(110deg, #BBDEFB 60%, #42A5F5 60%);
} */

.shop {
    font-size: 10px;
}

.space {
    letter-spacing: 0.8px !important;
}

.second a:hover {
    color: rgb(92, 92, 92);
}

.active-2 {
    color: rgb(92, 92, 92)
}

.breadcrumb>li+li:before {
    content: "" !important
}

.breadcrumb {
    padding: 0px;
    font-size: 10px;
    color: #aaa !important;
}

.first {
    background-color: white;
}

a {
    text-decoration: none !important;
    color: #aaa;
}

.btn-lg,
.form-control-sm:focus,
.form-control-sm:active,
a:focus,
a:active {
    outline: none !important;
    box-shadow: none !important
}

.form-control-sm:focus {
    border: 1.5px solid #4bb8a9;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 0.1rem;
    font-size: 1rem;
    border-radius: 0;
    color: white !important;
    background-color: #4bb8a9;
    height: 2.8rem !important;
    border-radius: 0.2rem !important;
}

.btn-group-lg>.btn:hover,
.btn-lg:hover {
    background-color: #26A69A;
}

.btn-outline-primary {
    background-color: #fff !important;
    color: #4bb8a9 !important;
    border-radius: 0.2rem !important;
    border: 1px solid #4bb8a9;
}

.btn-outline-primary:hover {
    background-color: #4bb8a9 !important;
    color: #fff !important;
    border: 1px solid #4bb8a9;
}

.card-2 {
    margin-top: 40px !important;
}

.card-header {
    background-color: #fff;
    border-bottom: 0px solid #aaaa !important;
}

p {
    font-size: 13px;
}

.small {
    font-size: 9px !important;
}

.form-control-sm {
    height: calc(2.2em + .5rem + 2px);
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.boxed {
    padding: 0px 8px 0 8px;
    background-color: #4bb8a9;
    color: white;
}

.boxed-1 {
    padding: 0px 8px 0 8px;
    color: black !important;
    border: 1px solid #aaaa;
}

.bell {
    opacity: 0.5;
    cursor: pointer;
}

@media (max-width: 767px) {
    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0
    }
}

.manav {
    overflow-x: auto;
}