@media only screen and (max-width: 991px) {

    /*header {
        display: none;
    }*/

   .big .descArea .priceArea .gButton .kusurArea .number {
        font-size:16px !important;
    }

  .big  .descArea .priceArea .gButton .text {
        font-size:20px;
    }

   .big .descArea .priceArea .taksitAreaNew {
       padding:0px !important;
    }

   .big .descArea .priceArea .taksitAreaNew img {
       padding:0px !important;
       margin:0px !important;
    }

  .big  .descArea .priceArea .shareArea {
    }

    .big .descArea .priceArea .shareArea a .circle {
     min-width:25px
    }
    .big .row{
    margin: 0px;
    padding: 0px;
    }

    .aktuelArea .product .imageArea {
        min-height: auto;
    }

    .aktuelArea .product .descArea {
        padding: 5px 10px 5px 10px !important;
        min-height: auto;
    }

    .aktuelArea .product .imageArea .image {
        min-height: auto;
    }

    .content-carousel .owl-prev,
    .content-carousel .owl-next {
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    #shareArea .share.messanger {
        display: inline-block
    }

    header {
        margin-bottom: 0;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        z-index: 9998;
        background-color: #fff;
    }


        header .bottomArea .rightArea .subMenu.afis:before {
            left: 55%;
        }

        header .bottomArea .rightArea .subMenu {
            margin-top: 2px;
        }

            header .bottomArea .rightArea .subMenu:before {
                left: 5%;
            }

            header .bottomArea .rightArea .subMenu .title {
                font-size: 15px;
            }

            header .bottomArea .rightArea .subMenu .link a {
                font-size: 14px;
            }

        header .topArea {
            height: auto;
            display: none;
        }

            header .topArea .link {
                font-size: 7px;
            }

            header .topArea .leftArea {
                display: block;
                top: 0;
                text-align: center;
            }

            header .topArea .rightArea {
                position: relative;
                right: 0;
                top: 0;
                text-align: center;
                margin: 13px 0;
            }

        header .bottomArea {
            /*padding-top: 15px;*/
        }

            header .bottomArea .container {
                padding: 0px;
            }

            header .bottomArea .rightArea {
                position: relative;
                text-align: center;
                background-color: #F5F5F5;
                /*margin: 0px -15px 0;*/
                display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
                display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
                display: -ms-flexbox; /* TWEENER - IE 10 */
                display: -webkit-flex; /* NEW - Chrome */
                display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
                align-items: center;
                max-width: 100%;
            }

                header .bottomArea .rightArea .box {
                    padding: 0px;
                    /*width: 24%;*/
                    flex: 1;
                    width: auto;
                    min-height: auto;
                    min-height: 87px;
                    height: auto;
                }

                    header .bottomArea .rightArea .box .text {
                        font-size: 14px;
                        line-height: 14px;
                    }

                        header .bottomArea .rightArea .box .text br {
                            display: none;
                        }

                    header .bottomArea .rightArea .box:before {
                        background-color: #E6E6E6;
                        height: 100%;
                    }

                    header .bottomArea .rightArea .box:first-child:before {
                        display: none;
                    }

        header .searchArea:hover .search_box {
            display: none;
        }

        header .search {
            width: auto;
            height: 35px;
            opacity: 0;
            -moz-transition: .3s all;
            -o-transition: .3s all;
            -webkit-transition: .3s all;
            transition: .3s all;
        }

        header .searchArea.active .search {
            width: 75%;
            opacity: 1;
        }

        header #searchBtn {
            visibility: hidden;
            opacity: 0;
            height: 35px;
            /*width: 65px;*/
            -moz-transition: .3s all;
            -o-transition: .3s all;
            -webkit-transition: .3s all;
            transition: .3s all;
            background-color: #e31e24;
            position: absolute;
            right: 0px;
        }

        header .searchArea.active #searchBtn {
            width: 25%;
            visibility: visible;
            position: relative;
            opacity: 1;
        }

        header .logoArea {
            margin: 0 auto;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-left: 0;
        }


            header .logoArea img {
                max-width: 100%;
                width: auto;
                align-self: center;
            }

        header .searchArea {
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -ms-flex-item-align: center;
            -webkit-align-self: center;
            align-self: center;
        }

        header .hamburgerMenu {
            position: relative;
            padding: 0px !important;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-item-align: center;
            -webkit-align-self: center;
            align-self: center;
            margin-left: 10px;
            max-width: 44px;
        }

            header .hamburgerMenu::after {
                content: 'MENÜ';
                display: block;
                position: absolute;
                bottom: -18px;
                font-weight: bold;
                font-size: 10px;
                -moz-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
                width: 100%;
                text-align: center;
            }

            header .hamburgerMenu .menu-items {
                position: relative;
                max-width: 30px;
                width: 100%;
                display: block;
                min-height: 32px;
                margin: 0 auto;
                padding: 5px;
                background: #E9E9E9;
                border-radius: 23%;
            }

                header .hamburgerMenu .menu-items .items {
                    position: relative;
                    display: block;
                    height: 3px;
                    width: 100%;
                    background: #e31e24;
                    margin: 3px 0px;
                }

                    header .hamburgerMenu .menu-items .items:last-child {
                        margin-bottom: 0px;
                    }
        /*header .searchArea {
                        float: right;
                        max-width: 169px;
                    }*/
        header .searchArea .setMax {
            position: relative;
        }

            header .searchArea .setMax:before {
                content: "";
                width: 18px;
                height: 18px;
                position: absolute;
                left: 9px;
                top: 9px;
                background-image: url(../images/header-search-icon-red.png);
                opacity: 0;
                visibility: hidden;
            }

        header .searchArea:before {
            display: none !important;
        }

        header .searchArea.active::before {
            display: none !important;
        }

        header .searchArea.active .setMax:before {
            display: none !important;
        }

        header .searchArea::after {
            display: none !important;
        }

        header .searchArea.active::after {
            display: none !important;
        }
        
        header .searchArea::before {
            display: none !important;
        }

        header #searchBtn .text {
            font-size: 12px;
            top: 5px;
        }

        header .bottomArea .leftArea {
            /*padding-top:10px;*/
            margin: 0 auto;
            padding: 0px;
            width: 100%;
            min-height: 0px;
            height: 0px;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

            header .bottomArea .leftArea.active {
                padding: 0px 10px 10px 10px;
                height: 70px;
                min-height: 70px;
            }

        header .bottomArea .row.no-gutters > .col-lg-5 {
            min-height: 0px;
        }

        header .bottomArea .rightArea .subMenu {
            width: 100%;
            right: 0px;
        }

        header .bottomArea .rightArea .box .iconArea {
            margin-bottom: 6px;
        }

        header .bottomArea .rightArea .box .text {
            font-size: 12px;
            line-height: 14px;
            display: block;
            padding: 0px 10px;
        }

            header .bottomArea .rightArea .box .text br {
                display: none;
            }

    p {
        font-size: 13px;
        line-height: 17px;
    }



    .selectInputArea .area {
        margin-bottom: 1em;
    }

    .homePage .bannerArea .container {
        padding: 0;
    }

    .homePage .banner .item {
        height: 185px;
    }

        .homePage .banner .item .textArea {
            top: auto;
            left: 4%;
            right: auto;
            margin: 0 auto;
            text-align: left;
            bottom: 28px;
        }

        .homePage .banner .item .gButton {
            width: 105px;
            padding-top: 9px
        }

        .homePage .banner .item .textArea .title {
            font-size: 30px;
            line-height: 15px;
            margin-bottom: 5px;
        }

        .homePage .banner .item .gButton .text {
            font-size: 22px;
        }

    .homePage .brandsArea .content-carousel {
        height: auto;
        position: relative;
        max-width: 100%;
    }

    .aktuelArea .tabArea .subButtonArea-2 {
        margin: 0 auto;
    }

    .aktuelArea .tabArea .subButtonArea-3 {
        /*margin-left: 46%;*/
        margin: 0 auto;
    }

    .aktuelArea .tabArea .tabButtonArea {
        width: 100%;
        display: flex;
    }

        .aktuelArea .tabArea .tabButtonArea .gButton {
            width: 32%;
            padding: 0px 10px;
        }

            .aktuelArea .tabArea .tabButtonArea .gButton .text {
                font-size: 14px;
                line-height: 16px;
                top: 14px;
            }

    .aktuelArea .product {
        min-height: auto;
        min-height: unset;
        /*padding-right: 15px;*/
    }

        .aktuelArea .product .descArea .priceArea {
            position: relative;
            bottom: 0;
            left: 0;
            right: 0;
        }


    .aktuelArea .tabArea .subButtonArea.active.blue .subButton {
        border-bottom: 3px solid rgba(0, 67, 136, 0.3);
    }

        .aktuelArea .tabArea .subButtonArea.active.blue .subButton.active {
            border-bottom: 3px solid rgba(0, 67, 136, 1);
        }

    .aktuelArea .tabArea .subButtonArea .subButton {
        max-width: 49%;
        width: 100%;
        display: inline-block;
        padding: 0;
        padding-top: 3px;
        margin: 0 auto;
        position: relative;
        border-bottom: 1px solid rgba(227, 30, 36, 0.3);
    }

        .aktuelArea .tabArea .subButtonArea .subButton.active,
        .aktuelArea .tabArea .subButtonArea.subButtonArea-2 .subButton.active {
            border-bottom: 3px solid rgba(227, 30, 36, 1);
        }

        .aktuelArea .tabArea .subButtonArea .subButton:nth-child(1)::after {
            content: '';
            position: absolute;
            right: 0px;
            display: block;
            width: 1px;
            height: 70%;
            background: #979797;
        }
        /*.aktuelArea .tabArea .subButtonArea .subButton .text {
            border-bottom: 3px solid rgba(227, 30, 36, 0.3);
        }
        .aktuelArea .tabArea .subButtonArea .subButton.active .text {
            border-bottom: 3px solid rgba(227, 30, 36, 1);
        }*/
        .aktuelArea .tabArea .subButtonArea .subButton:last-child {
            margin-bottom: 0;
        }

        .aktuelArea .tabArea .subButtonArea .subButton:after {
            display: none;
        }

    .aktuelArea .tabArea .subButtonArea .inner {
        width: 90%;
        text-align: center;
    }

    .aktuelArea .tabArea .subButtonArea-2 .inner.triangle:before {
        left: 40%;
    }

    .aktuelArea .tabArea .subButtonArea-3 .inner.triangle:before {
        left: 71%;
    }

    .aktuelArea .tabArea .subButtonArea .subButton .text,
    .aktuelArea .tabArea .subButtonArea .subButton.active .text {
        font-size: 13px;
        padding: 0 6px;
    }

    .aktuelArea .tabArea .tabButtonArea .gButton:after,
    .aktuelArea .tabArea .tabButtonArea .gButton.middleBtn:after {
        background: rgba(151, 151, 151, 0.23);
        width: 1px;
        right: -3px;
    }

    .aktuelArea .product .descArea ul {
        display: none;
    }

    .homePage .philoArea .box .inner {
        padding: 34px 10px;
        height: 200px;
        margin-bottom: 1em;
        text-align: center;
    }

    .homePage .bimcellArea .buttonArea {
        margin-top: 10px;
    }


    .contentPage .bannerArea {
        height: 125px;
        padding-top: 18px;
        /*display: none;*/
    }

        .contentPage .bannerArea h1 {
            font-size: 15px;
            line-height: 15px;
        }

        .contentPage .bannerArea p {
            font-size: 11px;
            line-height: 12px;
        }


    .contentPage .contentPageMenu {
        overflow-x: auto;
        background-color: #fff;
        margin-top: 6px;
        white-space: nowrap;
    }

        .contentPage .contentPageMenu ul {
            border-top: 2px solid #F5F5F5;
            border-bottom: 2px solid #F5F5F5;
            /*display: inline-block;*/
            background-color: #fff;
            /*display: flex;*/
            display: none;
        }


            .contentPage .contentPageMenu ul li {
                /*display: inline-block;*/
                display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
                display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
                display: -ms-flexbox; /* TWEENER - IE 10 */
                display: -webkit-flex; /* NEW - Chrome */
                display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
                flex: 1;
                min-width: auto;
            }

                .contentPage .contentPageMenu ul li a {
                    font-size: 12px;
                    line-height: normal;
                    white-space: nowrap;
                    padding: 15px 2px 9px 2px;
                    margin-bottom: 5px;
                    margin-right: 15px;
                    font-family: 'dinbold';
                    position: relative;
                }

                    .contentPage .contentPageMenu ul li a:hover {
                        color: #000000;
                    }

                    .contentPage .contentPageMenu ul li a.active {
                        border-bottom: 2px solid #e31e24;
                    }

    .contentPageMenu ul li a:after {
        display: none;
    }

    .contentPageMenu ul li a.triangle:before {
        display: none;
    }

    .contentPageMenu ul li a.active {
        color: #000000;
    }

        .contentPageMenu ul li a.active:before,
        .contentPageMenu ul li:after {
            display: none;
        }

    .contentPage .breadCrumb {
        margin-bottom: 1em;
    }

    .contentPageParag {
        padding: 15px;
    }

        .contentPageParag p {
            font-size: 18px;
            line-height: 20px;
        }


    .accordionArea .accord .titleArea {
        font-size: 18px;
    }

    .accordionArea .accord .desc {
        font-size: 14px;
    }

    .accordionArea .accord .arrow {
        right: -20px;
    }

    .zoomArea {
        width: 100%
    }

    .searchResPage .result {
        text-align: center;
    }


        .searchResPage .result img {
            position: absolute;
            text-align: center;
            right: auto;
            left: 10px;
            top: 50%;
            max-width: 80px;
            width: 100%;
            margin-top: -31.5px;
        }

        .searchResPage .result .title,
        .searchResPage .result p {
            text-align: left;
            padding-left: 80px;
        }

    .opinionPage .leftArea {
        padding: 10px 4px;
    }

        .opinionPage .leftArea .text {
            font-size: 15px;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
            width: 77%;
        }

        .opinionPage .leftArea .icon {
            width: 29px;
            display: inline-block;
            vertical-align: middle;
        }

    .opinionPage .selectArea {
        text-align: right;
    }

        .opinionPage .selectArea .gButton {
            height: 45px;
            width: 100%;
            padding: 8px 0;
            position: relative;
            left: 0px;
        }

        .opinionPage .selectArea ul {
            width: 100%;
            top: 42px;
            left: -10px;
        }

        .opinionPage .selectArea .gButton .text {
            font-size: 16px;
            line-height: 40px;
        }

        .opinionPage .selectArea .gButton .downArrow {
            font-size: 15px;
            margin-left: 4px;
            margin-top: -4px;
        }

    .opinionPage .box {
        padding: 10px 13px 0;
    }

        .opinionPage .box p {
            font-size: 18px;
            line-height: 24px;
        }


    .prPage .leftArea .text {
        font-size: 16px;
    }


    .pressPicPage .picArea .box {
        width: 50%
    }


    .pressPicPage .leftArea {
        padding: 15px 4px;
    }

        .pressPicPage .leftArea .text {
            font-size: 15px;
        }

        .pressPicPage .leftArea .icon {
            width: 29px;
        }

    .pressPicPage .selectArea {
        text-align: right;
    }

        .pressPicPage .selectArea .gButton {
            height: 58px;
            width: 100%;
            padding: 8px 0;
        }

        .pressPicPage .selectArea ul {
            width: 95%;
            top: 57px;
        }

        .pressPicPage .selectArea .gButton .text {
            font-size: 15px;
            line-height: 50px;
        }

        .pressPicPage .selectArea .gButton .downArrow {
            font-size: 20px;
            margin-top: -4px;
        }


    .specialBrandsPage .box {
        height: 135px;
        line-height: 130px;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-justify-content: center;
        justify-content: center;
    }

        .specialBrandsPage .box img {
            width: 200px;
            -ms-flex-item-align: center;
            -webkit-align-self: center;
            align-self: center;
        }


    .specialBrandsDetailPage .rightArea .specialBrandSlider .item .box {
        height: 130px;
        padding-top: 38px;
    }

        .specialBrandsDetailPage .rightArea .specialBrandSlider .item .box .image {
            width: 100px;
        }

    .specialBrandsDetailPage .rightArea .title {
        margin: 0 auto 1em;
    }

    .specialBrandsDetailPage .rightArea .specialBrandSlider {
        margin-bottom: 5em;
    }

    .findShopPage .textArea,
    .findShopDetailPage .textArea {
        padding: 15px;
        text-align: center;
    }

        .findShopPage .textArea p,
        .findShopDetailPage .textArea p {
            font-size: 16px;
            line-height: 21px;
        }

    .findShopPage .selectInputArea {
        margin: 2em auto 3em;
    }

        .findShopPage .selectInputArea .title {
            font-size: 16px;
            line-height: 22px;
        }

    .findShopPage .buttonArea {
        margin: 1em auto 0;
    }


    .findShopDetailPage .selectInputArea {
        margin-bottom: 0em;
    }

    .findShopDetailPage .box .title {
        font-size: 12px;
        margin-bottom: 0;
    }

    .findShopDetailPage .box p {
        font-size: 12px;
    }


    .contactPage .textArea {
        padding: 15px;
    }

        .contactPage .textArea .title {
            font-size: 18px;
        }

        .contactPage .textArea .subTitle,
        .contactPage .textArea .txt {
            font-size: 15px;
            line-height: 18px;
        }

        .contactPage .textArea p {
            margin-bottom: .5em;
            line-height: 20px;
        }

    .contactPage .contentPageTitle {
        margin: 1em 0 .5em;
    }

    .contactPage .mapArea a * {
        font-size: 18px;
    }

    .contactPage .mapArea a {
        margin-bottom: 1em;
    }



    .careerPage .textArea {
        padding: 15px;
        margin-bottom: 2em;
    }

        .careerPage .textArea .title {
            font-size: 18px;
        }


        .careerPage .textArea .txt {
            font-size: 15px;
            line-height: 18px;
        }

        .careerPage .textArea p {
            margin-bottom: .5em;
            line-height: 20px;
            font-size: 14px;
        }

    .careerPage .contentPageTitle {
        margin: 1em 0 .5em;
    }


    .pressPage {
        margin-bottom: 1em;
    }

        .pressPage .boxArea {
            width: 50%;
        }

            .pressPage .boxArea .box .title {
                font-size: 18px;
                line-height: 22px
            }

            .pressPage .boxArea .box .iconArea {
                height: 55px;
            }

            .pressPage .boxArea .box {
                height: 140px;
            }


    .loanPage .textArea {
        padding: 15px;
    }

        .loanPage .textArea .title {
            font-size: 18px;
        }

        .loanPage .textArea .subTitle,
        .loanPage .textArea .txt {
            font-size: 15px;
            line-height: 18px;
        }

        .loanPage .textArea p {
            margin-bottom: .5em;
            line-height: 20px;
        }

    .loanPage .contentPageTitle {
        margin: 1em 0 .5em;
    }

    .posterPage {
        margin-bottom: 0;
    }

        .posterPage .posterArea {
            padding: 15px;
        }

        .posterPage .bgArea {
            height: 100%;
        }

        .posterPage .leftArea .item {
            /*padding-right: 0px;*/
            margin-bottom: 2em;
        }

        .posterPage .rightArea .item {
            padding-right: 50px;
        }

        .posterPage .rightArea .item,
        .posterPage .leftArea .item {
            padding-left: 0px;
            padding-right: 15px;
        }

        .posterPage .rightArea .subTabArea {
            border-left: 1px solid #F0EEEE;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
        }

        .posterPage .leftArea .subTabArea {
            border-right: 1px solid #F0EEEE;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
        }

            .posterPage .leftArea .subTabArea:after {
                display: none;
            }

        .posterPage .subTabArea * {
            font-size: 15px;
        }

        .posterPage .posterArea .imageArea .small img {
            max-width: 100%;
            width: auto;
            display: block;
            margin: 0 auto;
        }

        .posterPage .posterArea .imageArea .small {
            margin-bottom: 15px;
        }

            .posterPage .posterArea .imageArea .small:after {
                bottom: -8px;
            }

        .posterPage .shareSocAera .shareSoc.face,
        .posterPage .shareSocAera .shareSoc.whatsapp {
            display: block;
        }

        .posterPage .shareSocAera {
            max-width: 70px;
            min-width: 50px;
            width: auto;
        }

    .contactPage .textArea p > .txt {
        line-height: normal;
    }

    footer {
        height: auto;
    }

        footer .linkArea {
            position: relative;
            width: 100%;
            margin-top: 1em;
            display: none;
        }

        footer .logoArea {
            margin-bottom: 1em;
            width: 100px;
            /* float: left; */
        }

            footer .logoArea img {
                width: 80%;
            }

        footer .socialArea {
            /*position: absolute;
            top: 53px;
            left: 39%;*/
            /*float: right;
            margin-top: 31px;*/
            text-align: center;
            margin: 30px auto;
            display: block;
            margin-top: 11px;
        }

        footer .linkArea .column {
            width: 24%;
            margin-bottom: 1em;
            margin-right: 0;
            vertical-align: top;
            padding-right: 1%;
        }

            footer .linkArea .column a {
                padding: 3px 0;
                font-size: 15px;
            }

        footer .markArea {
            width: 70px;
            right: 20px;
        }

            footer .markArea img {
                width: 100%;
            }

        footer .leftArea {
            margin-right: 0px;
            /* width: 100%; */
            text-align: center;
        }
    
        footer .etbisarea {
            margin-right: 0px;
            /* width: 100%; */
            text-align: center;
            margin-top: 0px;
        }

     footer #ETBIS {
         margin-left: 45px;
     }
    
     footer #ETBIS img {
         width: 50px !important;
     }

    .ui-widget.ui-widget-content {
        top: 50px !important;
        z-index: 99999;
    }


    header .bottomArea .rightArea .box + .subMenu {
        opacity: 0 !important;
        visibility: hidden !important;
    }

        header .bottomArea .rightArea .box + .subMenu.active {
            opacity: 1 !important;
            visibility: visible !important;
        }

    .categoryArea {
        display: none;
        overflow: inherit;
    }

        .categoryArea.mobile {
            display: block
        }

        .categoryArea.mobile {
            padding: 0;
            background-color: transparent;
            border: none;
            margin-bottom: 0;
        }

        .categoryArea.mobile {
            margin-top: 15px;
        }

            .categoryArea.mobile .title {
                text-align: center;
            }

            .categoryArea.mobile.selectInputArea ul:not(.country-list) {
                top: 44px;
            }


            .categoryArea.mobile.selectInputArea .input {
                height: 45px;
                line-height: 47px;
            }

                .categoryArea.mobile.selectInputArea .input .arrow {
                    top: 17px;
                }

                .categoryArea.mobile.selectInputArea .input .selected {
                    font-size: 14px;
                }



    .specialBrandsPage .sticky.without_header,
    .specialBrandsDetailPage .sticky.without_header {
        top: 77px !important;
    }

    .specialBrandsPage .sticky,
    .specialBrandsDetailPage .sticky {
        position: sticky;
        top: 162px;
        z-index: 10;
        background-color: #fff;
    }

    .specialBrandsPage .sticky {
        top: 176px;
        padding: 10px 0px;
        margin-top: 0px;
    }

    .specialBrandsDetailPage .sticky {
        padding: 10px 0px;
        top: 176px;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    }

    .specialBrandsDetailPage .rightArea {
        padding-top: 30px;
    }

    .specialBrandsPage .selectInputArea ul:not(.country-list) li a {
        padding: 5px 10px;
        text-indent: 0px;
    }

    .showAfter {
        display: none;
    }

    .goNext {
        max-width: 270px;
        width: 100%;
        margin: 0 auto;
        display: block;
        color: #fff;
        min-height: 60px;
        line-height: 60px;
    }

        .goNext:hover {
            color: #fff;
        }

        .goNext.disabled {
            opacity: 0.3;
            pointer-events: none;
        }
}

@media only screen and (min-width: 800px) and (max-width:900px) and (max-height:380px) {
    footer .leftArea {
        margin-right: 40px;
    }

    footer .logoArea {
        float: none;
    }

    footer .socialArea {
        width: 100%;
        float: none;
        display: block;
    }
}
/*@media only screen and (min-width: 960px) and (max-width: 1150px) {
    header .search{
         width:175px;
    }
}*/
@media only screen and (max-width: 1550px) {



    /*.owl-carousel .owl-nav button.owl-next,
    .content-carousel .owl-next {
        right: 0px;
    }

    .owl-carousel .owl-nav button.owl-prev, .content-carousel .owl-prev {
        left: 0px;
    }*/
}

@media only screen and (min-width: 960px) and (max-width: 1100px) {
    .categoryArea {
        padding: 26px 11px;
    }

        .categoryArea .text span {
            font-size: 13px;
        }
}

@media only screen and (min-width: 1100px) and (max-width: 1350px) {
    .categoryArea {
        padding: 26px 21px;
    }

        .categoryArea .text span {
            font-size: 15px;
        }

    .homePage .brandsArea .content-carousel .owl-carousel .owl-item .link {
        bottom: 4px;
        padding: 4px;
        line-height: 58px;
    }
}

@media only screen and (max-width: 992px) {
    .homePage .bannerArea .banner {
        max-width: 100%;
    }

    #shareArea .close_share {
        top: -10px;
    }

    .mobile_menu {
        position: fixed;
        z-index: 99999;
        background: #F4F4F4;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        display: block;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        /*overflow-y: scroll;*/
        overflow: auto;
        height: 100%;
        left: 100%;
        width: 100%;
        padding: 0px 20px;
    }

        .mobile_menu .menu_logo {
            /*position: absolute;
            top: 20px;
            left: 25px;
            max-width: 60px;*/
            position: relative;
            top: 20px;
            left: 5px;
            max-width: 60px;
            margin-bottom: 40px;
        }

        .mobile_menu .close_menu {
            /*color: #000;
            font-size: 16px;
            padding: 12px 20px;
            position: absolute;
            top: 10px;
            right: 10px;
            display: -webkit-box;
            display: -moz-box; 
            display: -ms-flexbox; 
            display: -webkit-flex; 
            display: flex; 
            max-width: 130px;
            width: 100%;
            font-weight: bold;
            -ms-flex-line-pack: center;
            -webkit-align-content: center;
            align-content: center;
            -webkit-box-pack: end;
            -moz-box-pack: end;
            -ms-flex-pack: end;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
            -webkit-align-items: center;
            align-items: center;
            padding-right: 0px;*/
            color: #000;
            font-size: 16px;
            padding: 12px 20px;
            position: relative;
            top: 20px;
            right: 0px;
            max-width: 130px;
            width: 100%;
            font-weight: bold;
            padding-right: 0px;
            float: right;
            text-align: right;
        }

            .mobile_menu .close_menu span {
                display: inline-block;
                margin-right: 10px;
                position: relative;
                top: -11px;
            }

            .mobile_menu .close_menu .close_icons {
                max-width: 38px;
                min-height: 38px;
                width: 100%;
                background: #fff;
                border-radius: 5px;
                display: inline-block;
                padding: 10px;
                position: relative;
            }

                .mobile_menu .close_menu .close_icons span {
                    height: 3px;
                    background: #e31e24;
                    width: 50%;
                    display: block;
                    margin: 3px 0px;
                    position: absolute;
                    top: 13px;
                }

                    .mobile_menu .close_menu .close_icons span:first-child {
                        margin-bottom: 0px;
                        -moz-transform: rotate(-45deg);
                        -ms-transform: rotate(-45deg);
                        -o-transform: rotate(-45deg);
                        -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                    }

                    .mobile_menu .close_menu .close_icons span:last-child {
                        margin-bottom: 0px;
                        -moz-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                        -o-transform: rotate(45deg);
                        -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                    }

        .mobile_menu .max-w {
            max-width: 300px;
            width: 100%;
            margin: 0 auto;
            text-align: center;
        }

            .mobile_menu .max-w h3 {
                font-size: 20px;
                font-weight: bold;
                margin-bottom: 0px;
            }

            .mobile_menu .max-w ul {
                margin-top: 0px;
                padding-top: 0px;
                background: transparent;
            }

                .mobile_menu .max-w ul li {
                    display: inline-block;
                    margin: 0px 4px;
                }

                    .mobile_menu .max-w ul li a {
                        cursor: pointer;
                    }

                    .mobile_menu .max-w ul li:first-child {
                        margin-left: 0px;
                    }

                    .mobile_menu .max-w ul li:last-child {
                        margin-right: 0px;
                    }

        .mobile_menu.active {
            left: 0px;
        }

        .mobile_menu .d-flex {
            -webkit-align-items: center;
            align-items: center;
            align-content: center;
            -webkit-justify-content: center;
            justify-content: center;
            height: 100%;
            -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            position: relative;
            padding: 10px;
            min-height: 170vh;
        }

        .mobile_menu ul {
            padding: 0px;
            width: 100%;
            padding: 17px 23px;
            background: #fff;
            margin-bottom: 10px;
        }

        .mobile_menu .hasSub {
            position: relative;
        }

            .mobile_menu .hasSub > a::before,
            .mobile_menu .hasSub > a::after {
                content: '';
                position: absolute;
                display: block;
                background: #000;
                max-width: 10px;
                max-height: 10px;
                top: 19px;
                left: 95px;
            }

            .mobile_menu .hasSub > a::before {
                height: 2px;
                width: 100%;
                /*left:90.5px;*/
                left: auto;
                right: -25px;
                top: 11px;
            }

            .mobile_menu .hasSub > a::after {
                width: 2px;
                height: 100%;
                top: 7px;
                left: auto;
                right: -21px;
            }

            .mobile_menu .hasSub ul {
                padding: 0px 0px 0px 16px;
                display: none;
            }

            .mobile_menu .hasSub:hover > a::after {
                -moz-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                -o-transform: rotate(-90deg);
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }

            .mobile_menu .hasSub:hover ul {
                display: block;
            }

        .mobile_menu ul .title {
            margin-left: -10px;
        }

        .mobile_menu li a {
            color: #000;
            font-size: 14px;
            line-height: 40px;
            font-weight: bold;
            position: relative;
        }

            .mobile_menu li a.active {
                border-bottom: 1px solid #e31e24;
            }

    header .container {
        padding: 0px;
    }

    header .bottomArea .rightArea {
        max-width: 100%;
        padding: 0px 15px;
        border-bottom: 1px solid #fff;
        min-height: 87px;
    }

    .aktuelArea .product .descArea {
        padding: 20px 10px;
    }

    .aktuelArea .productArea .buttonArea.more .gButton:hover {
        background: #5c5b5b !important;
        color: #fff;
    }

        .aktuelArea .productArea .buttonArea.more .gButton:hover .text {
            color: #fff !important;
        }

    .aktuelArea .product.big .descArea .priceArea .shareArea {
        margin: 0px auto;
    }

        .aktuelArea .product.big .descArea .priceArea .shareArea a {
            display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox; /* TWEENER - IE 10 */
            display: -webkit-flex; /* NEW - Chrome */
            display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
            flex: 0 0 100%;
            height: 100%;
            text-align: right;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-pack: end;
            -moz-box-pack: end;
            -ms-flex-pack: end;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
        }

    .aktuelArea .product .descArea .priceArea .shareArea {
        padding: 0px 20px;
        margin: 20px auto;
        /* text-align: left; */
    }

    .homePage .brandsArea .content-carousel .owl-carousel .item {
        width: 100%;
        height: auto;
        text-align: center;
    }

        .homePage .brandsArea .content-carousel .owl-carousel .item .txt {
            margin-top: 10px;
            font-weight: bold;
            font-size: 20px;
            min-height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .homePage .brandsArea .content-carousel .owl-carousel .owl-dots {
        display: none;
    }

    .homePage .brandsArea .content-carousel .owl-prev, .homePage .brandsArea .content-carousel .owl-next {
        z-index: 3;
        top: 33%;
        -moz-transform: translateY(-70%);
        -ms-transform: translateY(-70%);
        -o-transform: translateY(-70%);
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%);
    }

    .homePage .brandsArea .content-carousel .owl-prev {
        left: 0px;
    }

    .homePage .brandsArea .content-carousel .owl-carousel .owl-dots .owl-dot {
        width: 150px;
        margin-right: 15px;
        display: inline-block;
    }


    .productDetailPage .detailArea .leftSide {
        padding: 30px;
    }

        .productDetailPage .detailArea .leftSide .thumbArea .thumb {
            margin: 0px 10px;
        }

            .productDetailPage .detailArea .leftSide .thumbArea .thumb:before,
            .productDetailPage .detailArea .leftSide .thumbArea .thumb:last-child:after {
                height: 100%;
            }

            .productDetailPage .detailArea .leftSide .thumbArea .thumb:before {
                left: -15px;
            }

            .productDetailPage .detailArea .leftSide .thumbArea .thumb:last-child:after {
                right: -15px;
            }

    .aktuelArea .product .descArea .priceArea .shareArea {
        text-align: left;
    }

    header .bottomArea .rightArea .subMenu {
        margin-top: 0px;
    }

    .homePage .brandsArea .content-carousel .owl-carousel .owl-item .link {
        /*bottom: 4px;
        padding-top: 4px;*/
        position: relative;
        line-height: 58px;
        min-height: 58px;
        bottom: auto;
        font-size: 14px;
        margin-top: 10px;
        display: block;
        background: #E31E24;
        line-height: 38px;
    }

    #shareArea .share {
        max-width: 40px;
    }

    #shareArea .text p {
        font-size: 18px;
        padding: 0px 10px;
    }

    .navBar {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
    header .bottomArea .rightArea {
        max-width: 80%;
    }
}

@media only screen and (max-width: 500px) {
    #shareArea .displayInlineBlockM {
        display: block;
    }

    #shareArea .share img {
        width: 150%;
    }

    #shareArea .text:after {
        display: none;
    }

    .aktuelArea .product.big .image {
        min-height: auto;
        height: auto;
    }

    .aktuelArea .product.big .videoArea {
        position: relative;
        bottom: 10px;
    }

    footer .linkArea .column {
        width: 49%;
    }
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
    header .searchArea .setMax {
        max-width: 414px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 320px) {
    #shareArea .text {
        text-align: center;
        margin: 0 auto;
    }

        #shareArea .text:after {
            display: none;
        }

    .aktuelArea .tabArea .tabButtonArea .gButton .text {
        font-size: 11px;
    }
}

@media only screen and (max-width: 640px) {
    .aktuelArea .tabArea .subButtonArea .inner {
        width: 100%;
    }
}

@media only screen and (min-width: 300px) and (max-width: 640px) {
    #shareArea .close_share {
        top: -13px;
    }

    .product.justImage {
    }

    .homePage .brandsArea .content-carousel .owl-carousel .owl-item .link {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .product.justImage {
        /*max-height: 300px;*/
        overflow: hidden;
    }

    /*.product.justImage .inner {
            margin-top: -90px;
        }*/


    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .content-carousel .owl-prev,
    .content-carousel .owl-next {
        height: 40px;
        width: 20px;
    }

    .opinionPage .readMore {
        position: relative;
    }

    header .logoArea img {
        max-width: 90px;
    }

    .homePage .brandsArea .content-carousel {
        height: auto;
    }

        .homePage .brandsArea .content-carousel .owl-prev, .homePage .brandsArea .content-carousel .owl-next {
            top: 33%;
        }

    .homePage .bannerArea .owl-carousel .gButton .curr {
        top: 0px;
    }

    .homePage .bannerArea .owl-carousel .gButton .kusurArea .number {
        top: -3px;
    }
}

@media only screen and (max-width: 669px) {
    .contentPage .table {
        width: 100%;
        overflow: hidden;
    }

        .contentPage .table * {
            display: block;
            font-size: 14px;
            margin: 0;
            padding: 0;
            width: 100%;
        }

    .aboutPage.table td {
        padding-left: 4px;
    }

    .contentPage .table td.inline {
        width: 49%;
        display: inline-block !important;
    }

        .contentPage .table td.inline > table {
            width: 100% !important;
            display: inline-block !important;
        }

            .contentPage.table td.inline > table > tbody > tr > td:nth-child(2) {
                padding-bottom: 15px;
            }

    .contentPage .table td.inlineDownload {
        width: 49%;
        display: inline-block !important;
    }

    .popupInline.popupText {
        width: 100%;
    }

    .homePage .bannerArea .owl-carousel .gButton .curr {
        top: 0px;
    }

    .homePage .bannerArea .owl-carousel .gButton .kusurArea .number {
        top: -3px;
    }

    .findShopDetailPage .highText, .findShopPage .highText {
        display: block;
        margin-bottom: 5px;
    }

    .aboutPage .contentPageParag.finansal_table *, .aboutPage .contentPageParag.ticaret_sicil_table *, .aboutPage .contentPageParag.finansal_date * {
        display: block;
        font-size: 14px;
    }
}

@media only screen and (max-width: 375px) {
    .aboutPage .contentPageParag * {
        font-size: 13px;
    }
}

@media only screen and (max-width: 378px) {
    header .bottomArea .rightArea .box {
        padding: 0px;
        min-height: 97px;
    }

        header .bottomArea .rightArea .box.hasSub:hover:after {
            bottom: -2px;
        }

    .homePage .brandsArea .content-carousel .owl-prev, .homePage .brandsArea .content-carousel .owl-next {
        top: 28%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1320px) {
    .product .inner > .row {
        position: relative;
        overflow: hidden;
    }

    .aktuelArea .justImage .blurredImage {
        display: block;
        filter: blur(8px);
        -webkit-filter: blur(8px);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
    }

    .product.justImage img {
        z-index: 1;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .aktuelArea .product .descArea .priceArea .buttonArea {
        display: block;
        width: 100%;
        flex: none;
        max-width: 100%;
    }

    .aktuelArea .product.big .descArea .priceArea .shareArea {
        margin-top: 50px;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .aktuelArea .product .descArea .priceArea .buttonArea {
        display: block;
        width: 100%;
        flex: none;
        max-width: 100%;
    }

    .aktuelArea .product.big .descArea .priceArea .shareArea {
        margin-top: 50px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .navBar {
        display: none;
    }

    .homePage .brandsArea .content-carousel .owl-carousel .owl-item .link {
        bottom: 45px;
    }

    .homePage .brandsArea .content-carousel .owl-carousel .owl-dot {
        height: 56.5px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .navBar {
        display: none;
    }

    .homePage .brandsArea .content-carousel .owl-carousel .owl-item .link {
        bottom: 45px;
    }

    .homePage .brandsArea .content-carousel .owl-carousel .owl-dot {
        height: 56.5px;
    }
}
