@media (max-width: 991px) {
    .mobileMenu {
        display: flex;
        transition: 300ms;
        border: 1px solid #111;
        background: none;
        color: #111;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
    }

    .mobile {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobileMenu > i {
        font-weight: lighter;
    }

    .mobile a.logo {
        width: 350px;
        padding: 20px;

    }


    .main-header .header-bar {
        justify-content: center;
    }

    .main-header .header-menu {
        position: fixed;
        right: 0px;
        top: 0px;
       background: #7cad3f;
        z-index: 99;
        height: 100%;
        width: 100%;
        transition: 300ms;
        transform: translate(-100vh);
        opacity: 0;
        visibility: hidden;
    }

    .main-header .header-menu .menu ul {
        flex-direction: column;
        height: 100%;
        margin-left: -30px;
        padding-bottom: 30px;
    }

    .main-header .header-menu .menu ul li {
        margin: 0px;
        position: relative;
        width: 100%;
    }
    .main-header .header-container .main-menu ul{
        flex-direction: column;
        margin-top:150px;
        padding: 0px;
        text-align:center;
    }
    .main-header.fixed-bar .header-menu .menu ul li a {
        color: #fff;
        transition-delay: 0ms;
    }

    .main-header .header-menu .text {
        position: fixed;
        left: -15px;
        top: 65px;
        z-index: 999;
        width: unset;
        padding-top: 30px;
        padding-left: 30px;
        transform: rotate(90deg) translate(0px, 100vh);
        transition-delay: 1000ms;
        transition: 1000ms;
    }

    .main-header.fixed-bar .header-menu .text p {
        color: #fff;
    }

    .main-header.open-mobile-menu .header-menu .text {
        transform: rotate(90deg) translate(0px, 0px);
    }

    .main-header.open-mobile-menu .header-menu {
        transform: translate(0);
        opacity: 1;
        visibility: visible;
    }

    .main-header.open-mobile-menu .mobileMenu {
        position: fixed;
        right: 15px;
        top: 15px;
        z-index: 999;
        color: #fff;
        border-color: #fff;
    }

    .main-header .sub-header-content {
        flex-direction: column;
    }

    .main-header .sub-header-content i {
        display: none;
    }

    .header-menu .top-header {
        flex-direction: column;
    }

    .slider-item {
        height: 176px;
        margin-top: 111px;
        background-size: contain;

    }
    .main-about .about-resim {
        background: url(../images/inek.png);
        height: 208px;
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .main-about .content-about-main{
        margin-top:0;
    }
    .main-product{
        margin-top:0;
    }
    .main-category{
        padding-top: 30px;
        padding-bottom: 30px;
    }
.main-category .category-list{
    flex-direction: column;
}
    .category-list .item {
        margin: 10px;
        transition: 300ms color;
        display: flex;
        border: 1px solid #eee;
        padding: 5px;
        justify-content: center;
    }
    .category-list .item img{
        border:none;
    }
    .catalogsub{
        flex-direction: column;
        padding: 0;
        height: 300px;
    }

    .catalog h3{
        height: 157px;
        padding: 64px 0 0 0px;
        color: #ffff;
        text-align: center;
    }
    .catalog {
        height: 580px;
        background-color: #1b4890;
    }
    .title h1 {
        text-align: center;
        margin-top:70px;
    }
    .contact-form{
        margin-top:50px;
    }
    .contact-form .contact-form-content {
        margin-top: 0px;

    }
    .contact-form .contact-form-content h2{
        font-size: 30px;}
    .contact-form .contact-form-content p{
        margin-bottom:30px;
    }
    footer .footer {
        height: auto;
        margin-bottom: 0;
    }
    footer .footer .footer-list{
        margin-top:30px;
        margin-bottom: 30px;
    }
    .ozellik{
        flex-direction: column;
    }
    .detay-yazi{
        width:100%;
    }
    .grid-sizer, .grid-item {
        width: 100%;
    }
    .haberdetay img {
        width: 100%;
        height: 210px;
        object-fit: contain;
        padding: 6px;
        border: 1px solid #eeeeee;
        margin-top: 20px;
    }
    .main h1 {
        margin-bottom: 30px;
    }
    .breadcrump {
        height: 285px;
        margin-bottom: 30px;
        background-size: contain;

    }
    .main-header .header-container .main-menu ul li ul{
        position: relative;
        margin-top:10px;
    }
    .main-header .header-container .main-menu ul li a{
        color:#636363;
        font-size:22px;
        font-weight: bold;
    }
    .main-header .header-container .main-menu ul li {
        color: #111;
        font-weight: 600;
        padding: 5px 13px;
        background: #fff;
        position: relative;
        border-bottom: 1px solid #fff;
        width: 80%;
        margin: 10px;
        box-shadow: 8px 10px 14px 3px #242a1d8c;
    }
    .main-header .header-container .main-menu ul li ul li {
        width: 100%;
        box-shadow: none;
    }
    .main-header .header-container .main-menu ul li ul{
        background: none;
    }
    .main-header .header-container .main-menu ul li ul li a{
        color:#636363;
        padding-top: 5px;
        padding-bottom: 0px;
    }
    .sidebar{
    margin-top: 50px;
}
}