.mobileHeader {
    padding: 20px 15px;
    z-index: 58;
    transition: 0.1s 0.2s ease box-shadow, 0.1s ease background;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.mobileHeader .btnPoisition {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

body.mobileMenuActive .button-toggle:before {
    opacity: 0;
    transition: 0.2s 0.2s ease all;
}

body.mobileMenuActive .button-toggle span:nth-child(1) {
    transform: rotate(45deg) translate(-4px, 4px) scale(1.5);
    height: 6px;
}

body.mobileMenuActive .button-toggle span {
    width: 25px;
}

body.mobileMenuActive .button-toggle span {
    background: #fff;
}

body.mobileMenuActive .button-toggle span:nth-child(2) {
    transform: translateX(-50px);
    opacity: 0;
}

body.mobileMenuActive .button-toggle span:nth-child(3) {
    transform: rotate(-45deg) translate(-4px, -4px) scale(1.5);
    height: 6px;
}

.button-toggle {
    cursor: pointer;
    background: 0 0;
    box-shadow: none;
    border: none;
    transition: all .3s;
    height: 30px;
    position: absolute;
    z-index: 30;
    outline: unset !important;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    width: 40px;
    right: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-toggle:before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    background: white;
    border-radius: 100%;
    left: -10px;
    top: -9px;
    opacity: 0;
    transition: unset;
}

.button-toggle span:nth-child(1) {
    transform: translateY(-13px);
}

.button-toggle span {
    display: block;
    width: 48px;
    height: 8px;
    background: #d1a25a;
    border-radius: 10px;
    margin: 0 0 5px;
    position: absolute;
    top: 23px;
    left: 5px;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.20);
    transition: all .3s;
}

.button-toggle span:nth-child(3) {
    transform: translateY(13px);
}

.mobileHeader .logo {
    display: block;
    position: relative;
    height: 66px;
}

.mobileHeader .logo img {
    opacity: 1;
    transition: 0.3s ease all;
    height: 100%;
}

.button-toggle {
    top: 10px;
}

.mobileHeader .logo .img {
    background-image: url(../img/logo.svg);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    transition: 0.3s ease all;
}

body.mobileMenuActive .mobileMenu {
    opacity: 1;
    pointer-events: auto;
}

.mobileMenu {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    overflow: hidden;
    height: 100vh;
    transition: 0.3s ease opacity;
    z-index: 57;
    background: #745d3b;
    pointer-events: none;
    opacity: 0;
}

.mobileMenu .menucontainer {
    opacity: 0;
    transition: 0.3s 0.3s ease all;
    width: 100vw;
    height: 100vh;
    position: relative;
}

.mobileMenu .menuContent2 {
    position: absolute;
    right: -100%;
    top: 0px;
    bottom: 0px;
    transition: 0.3s ease right;
    padding-top: 130px;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
}

.mobileMenu .menuContent2 .back {
    -webkit-mask: url(../img/left-arrow.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    width: 40px;
    height: 30px;
    background: #fff;
    margin-bottom: 0px;
    margin-top: 5px;
}

.mobileMenu .menuContent2 .title {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 40px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.mobileMenu .menuContent2 .head {
    padding-left: 30px;
}

.mobileMenu .menuContent2 .content {
    border-top: 2px solid #3c3c3b0d;
}

.mobileMenu .menuContent2 .navbar-nav {
    padding: 10px 0px;
}

.mobileMenu .menuContent2.active {
    right: 0%;
}

.mobileMenu .navbar-nav > li.submenu .submenuarea {
    display: none;
}

body.mobileMenuActive .mobileMenu .menucontainer {
    opacity: 1;
}

.mobileMenu .menuContent1.active {
    left: 0%;
    padding-top: 150px;
}

.mobileMenu .menuContent1 {
    position: absolute;
    left: -100%;
    top: 0px;
    bottom: 0px;
    transition: 0.3s ease left;
    padding-top: 130px;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 130px;
}

.mobileMenu .navbar-nav {
    padding: 0;
}

.mobileMenu .navbar-nav > li > a {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 55px;
    display: block;
    padding: 0px;
    padding-left: 17px;
}

.mobileMenu {
    display: none;
}

.mobileHeader {
    display: none;
}

.mobile-show {
    display: none;
}

.mobile-hidden {
    display: block;
}

li.submenu a span i {
    display: none;
}

@media only screen and (max-width: 768px) {
    section.urundetay .uruncontent .content .title1 {
        font-size: 33px;
        line-height: 34px;

    }

    section.urundetay .uruncontent .content .title2 {
        font-size: 31px;
        line-height: 34px;

    }

    section.banner.urun {
        display: none;
    }

    section.bannertitle.urun {
        margin-top: 70px;
        margin-bottom: 60px;
    }

    section.urundetay .uruncontent .img {
        padding: 30px 30px;
        min-height: unset;
    }

    section.urundetay .uruncontent .content {
        padding: 70px 15px;
    }

    section.iletisim .tuketici {
        padding: 0px;
    }

    section.iletisim .tuketici a {
        font-size: 16px;
    }

    section.kategorilist .kategori .icon {
        background: #fff;
        width: 100px;
        height: 100px;
    }

    section.bannertitle h1 {
        font-size: 22px;
    }

    section.bannertitle {
        padding: 15px 0px;
    }

    .mobile-show {
        display: block !important;
    }

    .mobile-hidden {
        display: none !important;
    }

    .mobileHeader {
        display: block;
    }

    .mobileMenu {
        display: block;
    }

    body.mobileMenuActive {
        max-height: 100vh;
        max-width: 100vw;
        overflow: hidden;
    }

    body.mobileMenuActive .mobileHeader {
        background: #745d3b;
        box-shadow: unset;
    }

    header {
        display: none;
    }

    .menuContent1 .dilLi {
        width: 100%;
        display: block;
        padding: 0 30px;
    }

    .menuContent1 .dilLi .diller {
        display: flex;
        align-items: center;
    }

    .menuContent1 .dilLi .diller .selected {
        margin-right: 10px;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        line-height: 77px;
        display: block;
        padding: 0px;
        text-decoration: underline;
    }

    .menuContent1 .dilLi .diller .list {
    }

    .menuContent1 .dilLi .diller .list a {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        line-height: 77px;
        display: block;
        padding: 0px;
    }

    .mobileHeader {
        background: #fff;
        box-shadow: 0px 0px 38px 0px rgb(24 46 86 / 30%);
        padding: 7px 10px 17px;
    }

    body.mobileMenuActive .button-toggle {
        right: 0;
    }

    section.mainbanner {
        padding-top: 90px;
    }

    section.mainbanner .img {
        padding-bottom: 120%;
        background-size: cover;
        background-position: 30%;
    }

    section.mainbanner .for-mobile {
        position: relative;
        background: #d1a25a;
        padding: 20px 0;
    }

    section.mainbanner .content {
        right: 20px;
        bottom: unset;
        text-align: right;
        top: 120px;
    }

    section.mainbanner .content .text {
        font-size: 45px;
        line-height: 50px;
        display: inline-block;
        z-index: 9;
        text-align: right;
    }

    section.kategorilist .row > div:nth-child(even) .kategori::before {
        display: none;
    }

    section.kategorilist .row > div:nth-child(2n+1) .kategori::after {
        display: none;
    }

    section.kategorilist .kategori {
        min-height: 180px;
        margin: 10px 0;
        text-align: center;
    }

    section.urunlerslider .urun .img {
        margin-bottom: 30px;
    }

    section.urunlerslider .swiper-slide.swiper-slide-active .img img {
        max-height: 60vw;
    }

    section.urunlerslider .urun .title {
        font-size: 28px;
        line-height: 35px;
    }

    section.urunlerslider .urun .title {
        margin-bottom: 15px;
    }

    section.urunlerslider .urun .slogan {
        margin-bottom: 15px;
    }

    section.urunlerslider .urun p {
        font-size: 14px;
        padding-right: 0;
    }

    section.urunlerslider .swiper-nav {
        display: flex;
        justify-content: space-between;
        width: 85px;
        position: absolute;
        top: -40px;
        z-index: 9;
        margin-left: auto;
        right: 20px;
    }

    section.urunlerslider .swiper-nav .swiper-btn-prev {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }

    section.urunlerslider .swiper-nav .swiper-btn-next {
        position: relative;
        top: unset;
        right: unset;
        transform: rotate(180deg);
    }

    section.cayseruveni h1 {
        padding: 30px 0;
    }

    section.cayseruveni .seruvenler .seruven:nth-child(1), section.cayseruveni .seruvenler .seruven {
        margin-bottom: 30px;
    }

    section.cayseruveni .seruvenler .seruven:nth-child(even) {
        flex-direction: column-reverse;
    }

    section.cayseruveni .seruvenler .seruven:nth-child(2n+1) .img {
        margin-bottom: 30px;
    }

    section.cayseruveni .seruvenler .seruven:nth-child(5) {
        margin-top: 0;
    }

    section.cayseruveni .seruvenler .text {
        margin: 20px 10px 30px;
    }

    section.cayseruveni .seruvenler .seruven .img img {
        max-width: 100%;
    }

    section.cayseruveni .seruvenler .seruven .content p {
        margin: 15px 0;
        font-size: 16px;
    }

    section.bloglarlist h2 {
        margin-bottom: 0;
    }

    section.bloglarlist .blog .img {
        padding-bottom: 100%;
    }

    section.bloglarlist .blog {
        margin-bottom: 60px;
    }

    footer .links a {
        width: 50%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    footer .links {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    footer .sosyal {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    footer .ozmay {
        margin: 15px 0;
    }

    footer .logo {
        margin-top: 15px;
        text-align: center;
    }

    footer .ebulten {
        text-align: left;
    }

    footer .copyright {
        text-align: center;
    }

    footer .tuketici {
        display: block;
        text-align: center;
        width: 100%;
    }

    footer .imza {
        text-align: center;
    }

    section.urunlerslider .swiper-wrapper .swiper-slide .urun {
        display: none;
    }

    section.urunlerslider .swiper-wrapper .swiper-slide-active .urun {
        display: block;
    }

    section.banner {
        margin: 90px 0 -60px;
        padding-bottom: 55%;
        background-size: cover;

    }

    section.kategorilist2 .row > div:first-child .kategori::after {
        display: none;
    }

    section.kategorilist2 .kategori::before {
        right: 10px;
    }

    section.kategorilist2 .row > div:nth-child(even) .kategori::before {
        display: none;
    }

    section.kategorilist2 .kategori {
        padding-left: 10px;
    }

    section.urunlerimiz {
        padding-bottom: 0;
    }

    section.bloglar .blog {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 60px;
    }

    section.bloglar .blog .img {
        margin-bottom: 30px;
        width: 100%;
        height: 260px;
    }

    section.bloglar .blog .img img {
        max-width: 80%;
        bottom: 50%;
        max-height: 100%;
    }

    footer .sosyal a .icon {
        height: 41px;
    }

    .benzerurunler .owl-benzerurunler-nav .next-btn {
        transform: rotate(180deg);
        top: -21%;
        right: 0;
    }

    .benzerurunler .owl-benzerurunler-nav .prev-btn {
        transform: unset;
        left: unset;
        right: 45px;
        top: -21%;
    }

    .benzerurunler h2 {
        text-align: left;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 320px) {

}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    section.mainbanner .img {
        padding-bottom: 70%;
        background-position: 25%;
    }

    section.mainbanner .content {
        top: unset;
        bottom: 40px;
        right: 0;
    }

    section.kategorilist .row > div:nth-child(even) .kategori::before {
        display: block;
    }

    section.kategorilist .row > div:nth-child(2n+1) .kategori::after {
        display: block;
    }

    section.kategorilist .kategori .icon {
        width: 130px;
        height: 130px;
    }

    section.cayseruveni .seruvenler .seruven, section.cayseruveni .seruvenler .seruven:nth-child(2n) {
        flex-direction: row;
    }

    section.cayseruveni h1 {
        padding: 50px 0;
    }

    section.cayseruveni .seruvenler .seruven:first-child .img img {
        position: relative;
        left: -80px;
    }

    section.cayseruveni .seruvenler .seruven .img img {
        max-width: 140%;
    }

    section.cayseruveni .seruvenler .seruven {
        margin: 40px 0;
    }

    section.cayseruveni .container {
        margin: 0 15px;
        padding: 0;
    }

    footer .sosyal {
        text-align: left;
    }

    footer .sosyal a .icon {
        width: 41px;
        height: 40px;
    }

    footer .copyright, footer .ebulten, footer .imza {
        text-align: right;
    }

    footer .logo {
        margin-bottom: 70px;
    }

    section.kategorilist2 .row > div:nth-child(2n) .kategori::before {
        display: block;
    }

    section.kategorilist2 .kategori::before {
        right: 5px;
    }
}


@media only screen and (min-width: 1025px) {
    section.mainbanner .img {
        padding-bottom: 60%;
        background-position: 20%;
    }
}


@media only screen and (min-width: 1700px) {
    section.mainbanner .img {
        padding-bottom: 35%;
        background-position: top center;
    }
}

@media only screen and (min-width: 2560px) {
    section.mainbanner .content {
        bottom: 380px;
    }
}
