

/*@media screen and (min-width: 1000px) and (max-width: 768px) {*/

@media (min-width: 992px) {
    /*.fk_swiper_kapsayici, .swiper-container .swiper img {*/
    .fk_swiper_kapsayici .swiper img {
        /*width: 60%!important;*/
        width: 50%!important;
    }
}

@media (max-width: 768px) {
    /*.fk_swiper_kapsayici, .swiper-container .swiper img {*/
    .fk_swiper_kapsayici .swiper img {
        width: 75%!important;
    }
}

@media (max-width: 992px) {

    /*

    .menu-anasayfa {
        background: url("https://nutrigen.com.tr/MMXX22/images/buton-08.png");
        background-repeat: no-repeat;
        background-size: 117px 78px;
    }
    .menu-hakkimizda {
        background: url("https://nutrigen.com.tr/MMXX22/images/buton-09.png");
        background-repeat: no-repeat;
        background-size: 145px 78px;
    }
    .menu-urunler {
        background: url("https://nutrigen.com.tr/MMXX22/images/buton-10.png");
        background-repeat: no-repeat;
        background-size: 108px 78px;
    }
    .menu-sss {
        background: url("https://nutrigen.com.tr/MMXX22/images/buton-11.png");
        background-repeat: no-repeat;
        background-size: 81px 78px;
    }
    .menu-iletisim {
        background: url("https://nutrigen.com.tr/MMXX22/images/buton-12.png");
        background-repeat: no-repeat;
        background-size: 98px 78px;
    }

    */


    /*
    .menu-anasayfa .menu-hakkimizda, .menu-urunler, .menu-sss, .menu-iletisim {
        background: url("https://nutrigen.com.tr/MMXX22/images/2-02.png");
        background-repeat: no-repeat;
    }
    */


}








.clear {
    clear: both;
}

/*-------- 11. Subscribe style ---------*/
.subscribe-form .subscribe-form-style {
    position: relative;
}

.subscribe-form .subscribe-form-style .mc-form {
    position: relative;
}

.subscribe-form .subscribe-form-style .mc-form::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    font-family: 'simple-line-icons';
    content: "\e01e";
    z-index: 999;
    color: #000000;
}

.subscribe-form .subscribe-form-style .mc-form input {
    color: #999999;
    padding: 2px 115px 2px 30px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #999999;
    height: 55px;
    width: 100%;
}

.subscribe-form .subscribe-form-style .mc-form input::-moz-input-placeholder {
    color: #999999;
    opacity: 1;
}

.subscribe-form .subscribe-form-style .mc-form input::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
}

.subscribe-form .subscribe-form-style .mc-form .mc-news {
    display: none;
}

.subscribe-form .subscribe-form-style .mc-form .clear {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.subscribe-form .subscribe-form-style .mc-form .clear input {
    width: auto;
    border: none;
    font-weight: bold;
    color: var(--bs-body-color-fk);
    font-size: 16px;
    font-family: "Heebo", sans-serif;
    text-transform: uppercase;
    letter-spacing: .75px;
    padding: 0;
}

.subscribe-form .subscribe-form-style .mc-form .clear input:hover {
    color: var(--bs-body-color-hover-fk);
}





@media(max-width: 499px)
{
    .mobile-d-open
    {
        display: inline-block!important;
    }
    .web-d-open
    {
        display: none!important;
    }
}

@media(min-width: 500px) and (max-width: 991px)
{
    .mobile-d-open
    {
        display: inline-block!important;
    }
    .web-d-open
    {
        display: none!important;
    }
}

@media(min-width: 768px)
{
    .mobile-d-open, .mobile-d-open2
    {
        display: none!important;
    }
    .web-d-open
    {
        display: inline-block!important;
    }
}

