@charset "UTF-8";
.sepet_adet{
    position: absolute;
    color: white;
    background: red;
    width: 18px;
    height: 18px;
    border-radius: 30px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-top: -5px;
}

.menu_active {
    background: #140342;
    color: white !important;
}

@media (max-width: 1199px) {
    .menu_active {background: #ececec;color: white !important;}

}

@media (max-width: 600px ) and (min-width: 300px) {
    .mobile-none {
        display: none;
    }

}
