body {
    font-family: 'Montserrat', sans-serif;
    max-width: 100%;
    background: #fff;
    position: relative;
}

a {
    color: #212a44;
    text-decoration: none;
    transition: 0.3s ease all;
    font-family: 'Montserrat', sans-serif;
}

a:focus,
img:focus {
    outline: none!important;
}

*:focus {
    outline: unset!important;
}

a:hover {
    color: #212a44;
    text-decoration: none;
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
}

b {
    font-weight: bold;
}

img {
    max-width: 100%;
}

.ustmenu {
    width: 100%;
    display: inline-block;
    position: absolute;
    z-index: 10;
}

.ustmenu-sosyal {
    display: flex;
    width: 100%;
    padding-left: 280px;
}

.sosyal-sol {
    display: inline-block;
    width: 50%;
    text-align: left;
    padding: 5px 0px 0px 0px;
}

.sosyal-sag {
    display: inline-block;
    width: 50%;
    text-align: right;
    padding: 5px 50px 0px 0px;
}

.sosyal-icon {
    display: inline-block;
}

.sosyal-icon>ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline-block;
}

.sosyal-icon>ul>li {
    display: inline-block;
}

.sosyal-icon>ul>li>a {
    display: inline-block;
}

.sosyal-icon>ul>li>a>i {
    color: white;
    font-size: 17px;
}

.dikey-cizgi {
    display: inline-block;
    padding: 0px 15px 5px 15px;
}

.dikey-cizgi>div {
    display: inline-block;
    width: 1px;
    background-color: #c7c7c7;
    height: 10px;
}

.email {
    display: inline-block;
    font-size: 12px;
    color: white;
    font-weight: 200;
}

.tel {
    display: inline-block;
}

.tel>a {
    font-size: 12px;
    font-weight: bold;
    color: white;
    display: inline-block;
}

.tel>a>span {
    font-size: 17px;
}

.dil {
    display: inline-block;
    position: relative;
    padding: 5px 0px;
}

.dil-baslik {
    font-size: 12px;
    font-weight: 200;
    color: white;
}

.dil-baslik>span {
    display: inline-block;
}

.dil-baslik>div {
    display: inline-block;
    position: relative;
    height: 10px;
    width: 20px;
}

.dil-baslik>div>i {
    position: absolute;
    left: 5px;
}

.dil-baslik>div>i:nth-child(1) {
    top: -3px;
}

.dil-baslik>div>i:nth-child(2) {
    top: 3px;
}

#dil {
    margin: 0px;
    right: 0px;
    list-style: none;
	width:105px;
    position: absolute;
    display: none;
    color: white;
    z-index: 5;
    background-color: white;
    top: 22px;
    -webkit-box-shadow: -1px 4px 18px -4px rgba(56, 55, 56, 0.59);
    -moz-box-shadow: -1px 4px 18px -4px rgba(56, 55, 56, 0.59);
    box-shadow: -1px 4px 18px -4px rgba(56, 55, 56, 0.59);
}

#dil>li {
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #555555;
    width: 100%;
}

#dil>li>a {
    font-size: 12px;
    font-weight: 500;
    padding: 10px 10px;
    color: #555555;
    display: inline-block;
    width: 100%;
}

#dil>li>a:hover {
    background-color: #ee2824;
    color: white;
}

.dilselected {
    background-color: #ee2824;
    color: white !important;
}

.ustmenu-menus-dis {
    display: inline-block;
    padding-left: 260px;
    background-image: url('../img/ustmenu1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    position: relative;
}

.ustmenu-sol-cizgi {
    position: absolute;
    left: -90%;
    top: 0px;
    bottom: 1px;
    background-color: white;
    width: 100%;
}

.ustmenu-menus {
    display: inline-block;
}

.ustmenu-menus>ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%;
}

.ustmenu-menus>ul>li {
    display: inline-block;
    color: #555555;
    background-position: left 50px, center 50px, right 50px;
    transition: all 0.3s ease;
    position: relative;
}

.ustmenu-menus>ul>li:last-child {
    position: absolute;
    top: 12px;
    right: 67px;
    cursor: pointer;
}

.ustmenu-menus>ul>li:last-child:hover {
    background-image: none;
    color: #343a40 !important;
}

.ustmenu-menus>ul>li:hover {
    background-image: url('../img/btnhover_sol.png'), url('../img/btnhover_center.png'), url('../img/btnhover_sag.png');
    background-position: left bottom, center bottom, right bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 25% 30px, 60% 30px, 25% 30px;
    color: white !important;
}

.ustmenu-menus>ul>li:hover>.header-alt-menu {
    display: inline-block;
}

.ustmenu-menus>ul>li:hover>.header-alt-menu-urun {
    display: inline-block;
}

.ustmenu-menus>ul>li:hover>a {
    color: white;
}

.ustmenu-menus>ul>li:nth-child(1)>a {
    border: none;
}

.ustmenu-menus>ul>li>a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0px 10px 0px;
    padding: 0px 25px;
    border-left: 1px solid #555555;
}

.logo {
    position: absolute;
    top: -140px;
    left: 0px;
    width: 260px;
    height: 260px;
    border-radius: 100%;
    padding: 130px 50px 0px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.logo>a {
    display: inline-block;
}

.dil:hover #dil {
    display: block;
}

@-webkit-keyframes cizgikay {
    0% {
        right: -100%;
    }
    75% {
        right: -100%;
    }
    100% {
        right: 0px;
    }
}


/* FireFox */

@-moz-keyframes cizgikay {
    0% {
        right: -100%;
    }
    75% {
        right: -100%;
    }
    100% {
        right: 0px;
    }
}


/* Opera */

@-o-keyframes cizgikay {
    0% {
        right: -100%;
    }
    75% {
        right: -100%;
    }
    100% {
        right: 0px;
    }
}


/* IE10+, FireFox 29+ */

@keyframes cizgikay {
    0% {
        right: -100%;
    }
    75% {
        right: -100%;
    }
    100% {
        right: 0px;
    }
}

@-webkit-keyframes urunres {
    0% {
        left: -100%;
    }
    100% {
        left: 0px;
    }
}


/* FireFox */

@-moz-keyframes urunres {
    0% {
        left: -100%;
    }
    100% {
        left: 0px;
    }
}


/* Opera */

@-o-keyframes urunres {
    0% {
        left: -100%;
    }
    100% {
        left: 0px;
    }
}


/* IE10+, FireFox 29+ */

@keyframes urunres {
    0% {
        left: -100%;
    }
    100% {
        left: 0px;
    }
}

@-webkit-keyframes uruntext {
    0% {
        right: -100%;
    }
    50% {
        right: -100%;
    }
    100% {
        right: 0px;
    }
}


/* FireFox */

@-moz-keyframes uruntext {
    0% {
        right: -100%;
    }
    50% {
        right: -100%;
    }
    100% {
        right: 0px;
    }
}


/* Opera */

@-o-keyframes uruntext {
    0% {
        right: -100%;
    }
    50% {
        right: -100%;
    }
    100% {
        right: 0px;
    }
}


/* IE10+, FireFox 29+ */

@keyframes uruntext {
    0% {
        right: -100%;
    }
    50% {
        right: -100%;
    }
    100% {
        right: 0px;
    }
}

.swiper-container {
    position: relative;
    height: 850px
}

.swiper-slide {
    width: 100%;
    min-height: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

.swiper-pagination {
    bottom: 25%;
}

urundetay-to-icerik>ul,
li {
    list-style: inside;
}

.swiper-pagination-bullet {
    background: #ddd2c5;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    border-radius: 0px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #8b8784;
    opacity: 1;
}

.swiper-pagination {
    left: 0px;
    right: 0px;
}

.swiper-slide .container {
    position: relative;
    height: 100%;
}

.swiper-slide .slidermetalan {
    position: absolute;
    top: 285px;
    left: -100%;
    width: 500px;
    padding: 0px 0px 50px;
    opacity: 0
}

.swiper-slide-active .slidermetalan {
    transition: all .5s ease;
    left: 0px;
    opacity: 1;
}

.slidermetalan h1 {
    font-size: 50px;
    font-weight: normal;
    color: #000;
    line-height: 1.4;
    position: relative;
    display: block;
    height: auto;
}

.slidermetalan strong {
    font-weight: bold;
    color: #000
}

.slidermetalan p {
    color: #585858;
    font-size: 18px;
    line-height: 2.4;
    font-weight: 600;
    margin-bottom: 75px;
}

.slidermetalan a {
    color: #000;
    font-size: 16px;
    background: #fd0;
    text-align: center;
    margin: 0 auto;
    border-radius: 50px;
    padding: 20px 50px;
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    display: inline-block;
}

.slidermetalan a:hover {
    transition: all .5s ease;
    background: #ff8d00;
    color: #fff;
}

.swiper-slide {
    position: relative;
}

.swiper-slide .urunalan {
    padding-top: 200px;
    position: relative;
}

.swiper-slide .urunalan-res {
    display: inline-block;
    width: 50%;
    position: absolute;
    left: -100%;
    padding-left: 100px;
    transition: 0.3s 0.3s ease all;
}

.swiper-slide.swiper-slide-active .urunalan-res {
    left: 0px;
}

.swiper-slide .slider_cizgi {
    position: absolute;
    z-index: 0;
    right: -100%;
    top: 0px;
    background-image: url(../img/slider_cizgi.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 1394px;
    height: 512px;
    transition: 0.3s ease all;
}

.swiper-slide .urunalan-text {
    overflow: hidden;
    padding-bottom: 30px;
}

.swiper-slide.swiper-slide-active .slider_cizgi {
    right: 0px;
}

.swiper-slide .urunalan-text-baslik {
    transition: 0.3s 0.6s ease all;
    position: relative;
    left: -100%;
}

.swiper-slide.swiper-slide-active .urunalan-text-baslik {
    left: 0px;
}

.swiper-slide .urunalan-text-text {
    transition: 0.3s 0.9s ease all;
    position: relative;
    left: -100%;
}

.swiper-slide.swiper-slide-active .urunalan-text-text {
    left: 0px;
}

.swiper-slide .urunalan-text-btn {
    transition: 0.3s 1.2s ease all;
    transform: scale(0);
}

.swiper-slide.swiper-slide-active .urunalan-text-btn {
    transform: scale(1);
}

.urunalan-res {
    display: inline-block;
    width: 50%;
    position: absolute;
    left: 0px;
    padding-left: 100px;
}

.urunalan-text {
    display: inline-block;
    width: 50%;
    position: absolute;
    right: 0px;
    padding-right: 150px;
}

.urunalan-text-baslik {
    font-size: 28px;
    color: white;
    padding: 150px 0px 0px 0px;
    font-weight: 600;
}

.urunalan-text-baslik>span {
    font-weight: 200;
}

.urunalan-text-text {
    font-size: 14px;
    font-weight: 200;
    color: white;
    padding: 30px 0px 0px 0px;
}

.urunalan-text-btn {
    padding: 70px 0px 0px 0px;
}

.urunalan-text-btn>a {
    background-color: #ee2824;
    border: 1px solid #ee2824;
    color: white;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 30px;
    border-radius: 5px;
}

.urunalan-text-btn>a:hover {
    background-color: white;
    color: #ee2824;
}

.hizlimenu {
    display: inline-block;
    text-align: center;
}

.hizlimenu>a {
    display: inline-block;
    width: 100%;
}

.hizlimenu>a:hover>.icon-arka {
    background-image: url('../img/iconarkahover.png');
}

.hizlimenu>.icondis1:hover>.icon-arka>.icon {
    background-image: url('../img/icon1hover.png');
}

.hizlimenu>.icondis2:hover>.icon-arka>.icon {
    background-image: url('../img/icon2hover.png');
}

.hizlimenu>.icondis3:hover>.icon-arka>.icon {
    background-image: url('../img/icon3hover.png');
}

.hizlimenu>.icondis4:hover>.icon-arka>.icon {
    background-image: url('../img/icon4hover.png');
}

.hizlimenu>.icondis1>.icon-arka>.icon {
    background-image: url('../img/icon1.png');
}

.hizlimenu>.icondis2>.icon-arka>.icon {
    background-image: url('../img/icon2.png');
}

.hizlimenu>.icondis3>.icon-arka>.icon {
    background-image: url('../img/icon3.png');
}

.hizlimenu>.icondis4>.icon-arka>.icon {
    background-image: url('../img/icon4.png');
}

.icon-arka {
    width: 120px;
    height: 160px;
    background-image: url('../img/iconarka.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 50px 0px;
}

.icon {
    width: 80px;
    height: 65px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.icon-text {
    display: inline-block;
}

.icon-text-baslik {
    font-size: 20px;
    font-weight: bold;
    color: #555555;
    text-align: center;
    padding-top: 10px;
}

.icon-text-icerik {
    padding-top: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    text-align: center;
}

.urun-baslik {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-top: 140px;
}

.urun-icon {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-top: 20px;
}

.urun-dis {
    display: inline-block;
    width: 100%;
    padding: 15px;
}

.urun-dis>a {
    display: inline-block;
    transition: all 0.3s ease;
    width: 100%;
}

.urun-dis>a:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.urun-dis>a:hover .urun-text-dis {
    color: #8b0304;
}

.urun-img-dis, .urun-img-dis-1 {
    display: inline-block;
    width: 100%;
    /* background-color: #ee2824; */
    padding: 10px 45px;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
}

.urun-img-dis>img {
    padding: 15px;
}

@media only screen and (max-width:479px) {
    .urun-img-dis>img {
        padding: 15px;
        height: auto;
    }
    .urun-img-dis {
        height: 165px;
		background-size:100% 100%;
    }
	
    .urun-img-dis-1 {
        height: 265px;
    }
}

.urun-text-dis {
    display: inline-block;
    width: 100%;
    color: #555555;
    padding: 20px;
    background-color: white;
}

.urun-text-baslik {
    font-size: 17px;
    font-weight: 600;
}

.urun-text-icerik {
    padding-top: 15px;
    font-size: 11px;
    font-weight: 500;
}

#item-detay {
    padding-top: 50px;
}

.urun-arka-yazi {
    position: relative;
}

.urun-arka-yazi:before {
    content: 'ÜRÜNLERİMİZ';
    position: absolute;
    font-size: 155px;
    color: #55555514;
    top: 155px;
    text-align: center;
    right: 0px;
    left: 0px;
    font-weight: 800;
}

.urun-tumurunler {
    width: 200px;
    height: 45px;
    background-color: #8b0304;
    border: 1px solid #8b0304;
    margin: 0 auto;
    text-align: center;
}

.urun-tumurunler>a {
    display: inline-block;
    width: 100%;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0px;
}

.urun-tumurunler:hover {
    background-color: transparent;
}

.urun-tumurunler:hover>a {
    color: #8b0304;
}

#item-detay>div.owl-nav {
    position: relative;
}

#item-detay>div.owl-nav>button.owl-prev {
    position: absolute;
    left: -100px;
    width: 50px;
    height: 50px;
    top: -200px;
    border-radius: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
    color: #8b0304;
    font-size: 40px;
    padding-bottom: 10px !important;
    cursor: pointer;
}

#item-detay>div.owl-nav>button.owl-prev:hover {
    color: #ed1c24;
}

#item-detay>div.owl-nav>button.owl-next {
    position: absolute;
    right: -100px;
    width: 50px;
    height: 50px;
    top: -200px;
    border-radius: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
    color: #8b0304;
    font-size: 40px;
    padding-bottom: 10px !important;
    cursor: pointer;
}

#item-detay>div.owl-nav>button.owl-next:hover {
    color: #ed1c24;
}

.haber-arka-yazi {
    position: relative;
}

.haber-arka-yazi-arka {
    background-image: url('../img/haber-block-arka.png');
    background-position: center;
    background-size: cover;
    display: inline-block;
    width: 100%;
}

.haber-arka-yazi:before {
    content: 'HABERLER';
    position: absolute;
    font-size: 155px;
    color: #55555514;
    top: 155px;
    text-align: center;
    right: 0px;
    left: 0px;
    font-weight: 800;
}

.haber-baslik {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-top: 140px;
}

.haber-icon {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-top: 20px;
}

.haber-dis {
    display: inline-block;
    width: 100%;
    padding: 15px;
}

.haber-dis>a {
    display: inline-block;
    transition: all 0.3s ease;
    width: 100%;
}

#item-detay2 {
    padding-top: 50px;
}

.haber-dis>a:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.haber-dis>a:hover .haber-text-icerik {
    color: #8b0304;
}

.haber-img-dis {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
}

@media only screen and (max-width:479px) {
    .haber-img-dis {
        height: 250px;
    }
}

.haberler-blocks {
    padding: 0px 0px 20px 0px;
}

.haber-text-dis {
    display: inline-block;
    width: 100%;
    color: #555555;
    padding: 20px;
}

.haber-text-icerik {
    padding-top: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #787878;
}

.haber-tumurunler {
    width: 200px;
    height: 45px;
    background-color: #8b0304;
    border: 1px solid #8b0304;
    margin: 0 auto;
    text-align: center;
    margin-top: 0;
}

.haber-tumurunler>a {
    display: inline-block;
    width: 100%;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0px;
}

.haber-tumurunler:hover {
    background-color: transparent;
}

.haber-tumurunler:hover>a {
    color: #8b0304;
}

#item-detay2>div.owl-nav {
    position: relative;
}

#item-detay2>div.owl-nav>button.owl-prev {
    position: absolute;
    left: -100px;
    width: 50px;
    height: 50px;
    top: -200px;
    border-radius: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
    color: #8b0304;
    font-size: 40px;
    padding-bottom: 10px !important;
    cursor: pointer;
}

#item-detay2>div.owl-nav>button.owl-prev:hover {
    color: #ed1c24;
}

#item-detay2>div.owl-nav>button.owl-next {
    position: absolute;
    right: -100px;
    width: 50px;
    height: 50px;
    top: -200px;
    border-radius: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
    color: #8b0304;
    font-size: 40px;
    padding-bottom: 10px !important;
    cursor: pointer;
}

#item-detay2>div.owl-nav>button.owl-next:hover {
    color: #ed1c24;
}

.sol-kirmizi-cizgi-dis {
    position: relative;
    width: 100%;
    display: inline-block;
}

.sol-kirmizi-cizgi {
    background-image: url('../img/sol-cizgi.png');
    background-position: center;
    background-size: 100% 100%;
    width: 555px;
    height: 687px;
    position: absolute;
    left: -240px;
    top: -130px;
}

footer {
    margin-top: 100px;
    background-image: url('../img/footer-arka.png');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 525px;
    padding-top: 100px;
}

.footer-logo-alan-dis {
    display: inline-block;
    text-align: center;
}

.footer-logo {}

.footer-text-dis {
    display: inline-block;
    padding-top: 30px;
    width: 100%;
}

.footer-text {
    font-size: 12px;
    color: #b6b6b6;
    line-height: 17px;
    text-align: left;
}

.footer-adres {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}

.footer-adres>ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.footer-adres>ul>li {
    text-align: left;
    padding: 5px 0px;
}

.footer-adres>ul>li>a {
    color: white;
    font-size: 13px;
    text-align: left;
    color: #b6b6b6;
}

.footer-adres>ul>li>a>i {
    margin-right: 10px;
    color: white;
}

.footer-sitemap {
    display: inline-block;
    padding: 30px 70px 0px;
    text-align: center;
    width: 100%;
}

.footer-sitemap>span {
    font-size: 17px;
    font-weight: bold;
    color: white;
}

.footer-sitemap>ul {
    display: inline-block;
    padding-top: 10px;
    text-align: left;
    padding-left: 20px;
}

.footer-sitemap>ul>li {
    display: inline-block;
    text-align: left;
}

.footer-sitemap>ul>li>a {
    font-size: 13px;
    font-weight: 500;
    color: #b6b6b6;
    padding: 5px 0px;
    display: inline-block;
    text-align: left;
}

.footer-sitemap>ul>li>a:hover {
    color: white;
}

.footer-sosyal {
    display: inline-block;
    padding: 30px 50px 0px;
    text-align: center;
    width: 100%;
}

.footer-sosyal>span {
    font-size: 17px;
    font-weight: bold;
    color: white;
}

.footer-sosyal>ul {
    display: inline-block;
    padding-top: 10px;
    text-align: left;
    padding-left: 40px;
}

.footer-sosyal>ul>li {
    display: inline-block;
    text-align: left;
}

.footer-sosyal>ul>li>a {
    font-size: 13px;
    font-weight: 500;
    color: #b6b6b6;
    padding: 7px 0px;
    display: inline-block;
    text-align: left;
}

.footer-sosyal>ul>li>a:hover {
    color: white;
}

.footer-sosyal>ul>li>a:hover>i {
    color: #d5252c;
}

.footer-sosyal>ul>li>a>i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    color: white;
    transition: all 0.3s ease;
}

.footer-mail {
    display: inline-block;
    padding: 30px 0px 0px;
}

.footer-mail-baslik {
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    color: white;
}

.footer-mail-text {
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    color: #b6b6b6;
    margin-left: 10px;
    padding-top: 15px;
}

.footer-mail-mailgonder {
    display: inline-block;
    width: 100%;
    padding-top: 25px;
    margin-left: 10px;
    -webkit-box-shadow: 0px 20px 10px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 20px 10px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 20px 10px -8px rgba(0, 0, 0, 0.75);
}

.footer-mail-mailgonder>form {
    display: inline-flex;
    width: 100%;
}

.footer-mail-mailgonder>form>input {
    width: 70%;
    height: 40px;
    display: inline-block;
    font-size: 10px;
    float: left;
    padding: 0px 10px;
    border: none;
}

.footer-mail-mailgonder>form>button {
    display: inline-block;
    height: 40px;
    width: 30%;
    font-size: 11px;
    font-weight: 500;
    float: left;
    border: none;
    background-color: #ed1c24;
    color: white;
    cursor: pointer;
}

.footer-mail-mailgonder>form>button:hover {
    border: 1px solid #ed1c24;
    background-color: white;
    color: #ed1c24;
}

.footer-alt-sol {
    font-size: 12px;
    color: #555555;
    font-weight: 500;
    display: inline-block;
    padding-top: 150px;
    width: 100%;
    text-align: left;
    padding-right: 290px;
}

.footer-alt-sol>span {
    font-weight: 700;
}

.footer-alt-sag {
    display: inline-block;
    padding-top: 150px;
    width: 100%;
    text-align: center;
}

.footer-alt-sag>a {
    display: inline-block;
}

.mobile-menu {
    display: none;
}

#menu-close-icon {
    display: none;
}

.haberler_arka {
    background-image: url('../img/backgrounddesign.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 320px;
    z-index: -1;
}

.sayfa-baslik {
    display: inline-block;
    width: 100%;
}

.sayfa-baslik-icerik {
    font-size: 26px;
    font-weight: 500;
    color: #ee2824;
    text-align: left;
    padding-right: 20px;
}

.sayfa-link {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.sayfa-link-icerik {
    font-size: 10px;
    font-weight: 300;
    color: white;
    text-align: left;
}

.sayfa-link-icerik>ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.sayfa-link-icerik>ul>li {
    display: inline-block;
}

.sayfa-link-icerik>ul>li>a {
    display: inline-block;
    color: #ee2824;
    border: 1px dashed #ee2824;
    padding: 2px 5px;
}

#cont {
    padding-top: 200px;
    padding-bottom: 10px;
}

.sayfa-sol-menu {
    width: 100%;
    background-color: #ee1c24;
}

.sayfa-sol-menu>li>span {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    width: 100%;
    color: white;
    display: inline-block;
    border-bottom: 1px solid #d61920;
    position: relative;
}

.sayfa-sol-menu>li>span>a {
    padding: 15px 10px;
    display: inline-block;
    color: white;
    width: 100%;
    position: relative;
}

.sayfa-sol-menu>li>span>a:hover {
    background-color: white;
    color: #ee1c24;
}

.sayfa-sol-menu>li>ul {
    margin: 0px;
    list-style: none;
    display: block;
    width: 100%;
    height: 120px;
    transition: all 0.3s ease;
    overflow: hidden;
    padding-left: 15px;
}

.sayfa-sol-menu>li>ul>li {
    width: 100%;
}

.sayfa-sol-menu>li>ul>li>span>i {
    width: 17px !important;
    height: 17px !important;
    font-size: 7px !important;
}

.sayfa-sol-menu>li>ul>li>a {
    font-size: 12px;
    display: inline-block;
    font-weight: 400;
    color: white;
    padding: 10px 0px 10px 25px;
    width: 100%;
}

.sayfa-sol-menu>li>ul>li>a:hover {
    color: #ee1c24;
    background-color: white;
}

.sayfa-sol-menu>li>span>i {
    height: 22px;
    width: 22px;
    background-color: white;
    color: #ee1c24;
    padding: 5px 6px;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.sayfa-sol-menu>li>span>i:nth-child(2) {
    display: none;
}

.slider_cizgi-sabit {
    position: absolute;
    z-index: 0;
    right: 0px;
    top: 0px;
    background-image: url(../img/slider_cizgi.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 1394px;
    height: 512px;
    transition: 0.3s ease all;
}

.form-input {
    display: inline-block;
    padding: 10px 0px;
    width: 100%;
}

.form-input>input {
    width: 100%;
    padding: 10px 10px;
    border-radius: 20px;
    border: 1px solid #ee2824;
    height: 30px;
    font-size: 12px;
}

.form-input>span {
    width: 100%;
    text-align: left;
    color: #231f20;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 15px;
    display: inline-block;
}

.form-text {
    display: inline-block;
    padding: 10px 0px;
    width: 100%;
}

.form-text>textarea {
    width: 100%;
    padding: 10px 10px;
    border-radius: 20px;
    border: 1px solid #ee2824;
    min-height: 180px;
    font-size: 12px;
}

.form-text>span {
    width: 100%;
    text-align: left;
    color: #231f20;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 15px;
    display: inline-block;
}

.form-btn {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.form-btn>button {
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    border: none;
    height: 35px;
    width: 80px;
    color: white;
    background-color: #ee2824;
    cursor: pointer;
    border: 1px solid #ee2824;
}

.form-btn>button:nth-child(2) {
    background-color: #231f20;
    border: 1px solid #231f20;
}

.iletisim-baslik {
    font-size: 20px;
    font-weight: 500;
    text-align: right;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 30px;
}

.iletisim-satir {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    text-align: right;
}

.iletisim-satir>span {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #2d2a18;
}

.iletisim-satir>span:nth-child(1) {
    width: auto;
    font-weight: bold;
    color: #2d2a18;
    padding-bottom: 5px;
    background-color: #f4f4f4;
    margin-bottom: 5px;
}

.iletisim-satir>span>i {
    font-size: 20px;
}

.harita-dis {
    width: 100%;
    height: 840px;
    display: inline-block;
    margin-top: 100px;
    position: relative;
}

.harita_ust {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
}

.harita_alt {
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    bottom: -5px;
}

#harita {
    width: 100%;
    height: 100%;
}

svg {
    width: 100%;
    height: 100%;
}

.kurumsal-yazi {
    display: inline-block;
}

.icerik-1 {
    font-size: 12px;
    font-weight: 400;
    color: #959595;
    display: inline-block;
    background-color: white;
    padding: 10px;
    line-height: 17px;
}

.icerik-res {
    display: inline-block;
    background-color: white;
    padding: 10px;
}

.icerik-2 {
    font-size: 12px;
    font-weight: 400;
    color: #959595;
    display: inline-block;
    background-color: white;
    padding: 10px;
    line-height: 17px;
}

.urunler {
    padding: 0px;
    margin-bottom: 15px;
}

.alt-bosluk {
    margin-bottom: 30px;
}

.urundetay-baslik {
    font-size: 25px;
    color: #ee2824;
    padding-right: 460px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}

#item-detay3 {
    border: 3px solid #ee1c24;
    margin-top: 20px;
}

#item-detay3>div.owl-nav {
    position: relative;
}

#item-detay3>div.owl-nav>button.owl-prev {
    position: absolute;
    left: 0px;
    width: 40px;
    height: 40px;
    top: -200px;
    background-color: #ee1c24;
    color: white;
    font-size: 40px;
    padding-bottom: 5px !important;
    cursor: pointer;
}

#item-detay3>div.owl-nav>button.owl-prev:hover {
    background-color: white;
    color: #ed1c24;
}

#item-detay3>div.owl-nav>button.owl-next {
    position: absolute;
    right: 0px;
    width: 40px;
    height: 40px;
    top: -200px;
    background-color: #ee1c24;
    color: white;
    font-size: 40px;
    padding-bottom: 5px !important;
    cursor: pointer;
}

#item-detay3>div.owl-nav>button.owl-next:hover {
    background-color: white;
    color: #ed1c24;
}

.urundetay-dis {
    display: inline-block;
    width: 100%;
    padding: 0px;
    background-color: white;
}

.urundetay-dis>a {
    display: inline-block;
    transition: all 0.3s ease;
    width: 100%;
}

.urundetay-img-dis {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.urundetay-img-dis>img {
    display: inline-block !important;
    width: auto !important;
}

.urundetay-to {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.urundetay-to-baslik-genel {
    font-size: 16px;
    font-weight: 400;
    color: white;
    background-image: url('../img/ozellik-arka.png');
    background-position: center;
    background-size: cover;
    padding: 7px 7px 12px 7px;
    display: inline-block;
}

.urundetay-to-icerik-dis {
    display: inline-block;
    padding: 10px;
}

.urundetay-to-icerik-dis>ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.urundetay-to-icerik-dis>ul>li {
    display: inline-block;
    width: 100%;
}

.urundetay-to-baslik {
    display: inline-block;
    float: left;
    width: 50%;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    padding: 3px 5px;
}

.urundetay-to-icerik {
    display: inline-block;
    float: left;
    width: 50%;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    padding: 3px 5px;
}

.urundetay-arkarenk {
    background-color: #dbdddf;
}

.urundetay-secenekler {
    display: inline-block;
    width: 100%;
    padding-top: 25px;
}

.urundetay-secenekler>ul {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.urundetay-secenekler>ul>li {
    display: inline-block;
}

.urundetay-secenekler>ul>li>a {
    display: inline-block;
}

.urundetay-logo {
    display: inline-block;
    height: 37px;
    width: 37px;
    float: left;
}

.urundetay-yazi {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 37px;
    float: left;
    padding: 10px 5px 0px 5px;
}

.urundetay-yazi-icerik {
    display: flex;
}

.urundetay-text {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    padding-top: 50px;
}

.urundetay-text table,
.urundetay-text table td {
    border: 1px solid #000000;
}

.urundetay-text table td {
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
}

.urundetay-text table tr:nth-child(odd) {
    background-color: #dbdddf;
}

.urundetay-text table tr:nth-child(even) {}

.urundetay-text table tbody tr:first-child {
    font-size: 16px;
    font-weight: 400;
}

.urundetay-res {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 50px;
}

.header-alt-menu {
    position: absolute;
    top: 38px;
    left: -12%;
    width: 125%;
    right: 0px;
    display: none;
    background-color: #ee2824;
    border-radius: 5px;
    z-index: 9;
}

.header-alt-menu>li {
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
}

.header-alt-menu>li:hover {
    background-color: white;
}

.header-alt-menu>li:hover>a {
    color: #ee2824;
}

.header-alt-menu>li>a {
    display: inline-block;
    color: white;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 0px;
    width: 100%;
    border-bottom: 1px solid #882322;
}

.header-alt-menu-urun>li>span {
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
}

.header-alt-menu-urun {
    position: absolute;
    top: 38px;
    left: -200%;
    right: 0px;
    width: 850px;
    display: none;
    background-color: #ee2824;
    border-radius: 5px;
    z-index: 9;
}

.header-alt-menu-urun>li {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0px 10px;
    padding-bottom: 10px;
}

.header-alt-menu-urun>li:hover {
    background-color: white;
}

.header-alt-menu-urun>li:hover>span>a {
    color: #ee2824;
}

.header-alt-menu-urun>li>span>a {
    display: inline-block;
    color: white;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    height: 35px;
    padding: 5px 0px;
}

.header-alt-menu-urun>li>span>i {
    float: right;
    height: 22px;
    width: 22px;
    background-color: white;
    color: #ee1c24;
    padding: 4px 5px;
    border-radius: 2px;
}

.header-alt-menu-urun>li>span>i:nth-child(2) {
    display: none;
}

.header-alt-menu-alt-urun {
    display: inline-block;
    background-color: #ee2824;
    border-radius: 5px;
    height: 355px;
    border-right: 1px solid white;
    border-left: 1px solid white;
    overflow: hidden;
}

.header-alt-menu-alt-urun>li {
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
}

.header-alt-menu-alt-urun>li:hover {
    background-color: white;
}

.header-alt-menu-alt-urun>li:hover>a {
    color: #ee2824;
}

.header-alt-menu-alt-urun>li>a {
    display: inline-block;
    color: white;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 0px;
    width: 100%;
}

.form-btn>button:nth-child(1):hover {
    background-color: white;
    color: #ee2824;
}

.form-btn>button:nth-child(2):hover {
    background-color: white;
    color: #231f20;
}

.footer-logo {
    display: inline-block;
    width: 100%;
}

.header-alt-menu-urun>li>span>i {
    display: none;
}

#item-detay3>div.owl-nav>button>span {
    position: absolute;
    left: 15px;
    top: -5px;
}

.haber-detay-res {
    display: inline-block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    border: 3px solid #ee1c24;
}

.referans-img {
    display: inline-block;
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.referans-res-dis {
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.referanslar>a {
    text-align: center;
    padding: 40px;
    background-color: white;
    border: 1px solid #ee1c24;
}

.indirilebilir-baslik {
    font-size: 20px;
    padding: 15px 0px;
}

.sidebar-download>ul {
    list-style: circle;
    padding-left: 20px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(238, 42, 38, 0.51);
}

.modal-content {
    background-color: #fefefe;
    margin: 10px auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    border-radius: 10px;
    position: relative;
    display: grid;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal .element {
    width: 100%;
    margin-bottom: 15px;
}

.modal .element label {
    width: 100%;
    display: block;
    margin-bottom: 6px;
}

.modal .element input {
    width: 100%;
    display: block;
    background: #fff;
    border-radius: 5px;
    border: 1px solid silver;
    padding: 12px;
    box-sizing: border-box;
}

.modal .element textarea {
    width: 100%;
    display: block;
    background: #fff;
    border-radius: 5px;
    border: 1px solid silver;
    padding: 12px;
    box-sizing: border-box;
}

.modal-backdrop {
    display: none !important;
}

.modal button {
    width: 36%;
    display: block;
    padding: 12px;
    border-radius: 5px;
    background: #d01f1c;
    color: #fff;
    border: none;
    font-size: 17px;
    margin-right: 2%;
    cursor: pointer;
}

.urun-gorsel {
    padding: 15px;
    display: inline-block;
    width: 100%;
}

.sayfalama-dis {
    display: inline-block;
    width: 100%;
    padding: 50px 0px;
}

.sayfalama-dis>ul {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.sayfalama-dis>ul>li {
    display: inline-block;
}

.sayfalama-dis>ul>li>a {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
    color: white;
}

.sayfalama-dis>ul>li>a:hover {
    background-color: white;
    color: #ed1c24;
}

.active {
    background-color: white !important;
    color: #ed1c24 !important;
}

.aramaalan {
    position: fixed;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background-color: #0000007a;
    z-index: 999;
    text-align: center;
}

.aramaalan #araform {
    display: inline-block;
    width: 100%;
    padding: 150px 0px;
}

.aramaalan #araform input {
    display: inline-block;
    width: 40%;
    height: 35px;
    padding: 5px 15px;
    border-radius: 25px;
    border: none;
}

.aramaalan #araform i {
    position: relative;
    margin-left: -30px;
    color: #858585;
    cursor: pointer;
}

#anasayfaslider:before {
    content: '';
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-image: url('../img/kaplama.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 190px;
    z-index: 2;
}

#item-detay-gallery .owl-nav {
    position: absolute;
    top: calc(50% - 20px);
    right: 0px;
    left: 0px;
}

#item-detay-gallery .owl-prev {
    width: 40px;
    height: 40px;
    background-color: #ee2824;
}

#item-detay-gallery .owl-next {
    float: right;
    width: 40px;
    height: 40px;
    background-color: #ee2824;
}

#item-detay-gallery .owl-prev span {
    color: white;
    font-size: 40px;
    position: relative;
    top: -5px;
}

#item-detay-gallery .owl-next span {
    color: white;
    font-size: 40px;
    position: relative;
    top: -5px;
}

.sayfablock {}

.sayfablock .sayfagorseldis {
    display: inline-block;
    width: 100%;
}

.sayfablock .sayfagorseldis .sayfagorsel {
    display: inline-block;
    width: 100%;
    height: 170px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sayfablock span {
    display: inline-block;
    width: 100%;
    background-color: white;
    padding: 10px 15px;
    margin-top: -2px;
}

.urundetay-res .habergallery {
    display: block;
    width: 100%;
    height: 175px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sayfacontentarka {
    background-color: white;
    border-radius: 10px;
    padding: 15px;
}







.solmenu{
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 24px -4px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 0px 24px -4px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 24px -4px rgba(0,0,0,0.30);
}
.solmenu ul{
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}
.solmenu ul>li{
	display: block;
	border-bottom: 1px solid #e9e4e2;
}
.solmenu ul>li>a{
	display: block;
	padding: 18px 45px 18px 15px;
	background: #f00;
	color: #fbf8f8;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	letter-spacing: -1px;
}
.solmenu>ul>li.active>a:after,.solmenu>ul>li.active>ul>li.active>a:after{
	content: "\f107";
}
.solmenu ul>li:hover>ul,.solmenu ul>li.active>ul{
	max-height: 100%;
}
.solmenu ul>li:hover>ul>li:hover li>a,.solmenu ul>li.active>ul>li.active li>a{
	padding: 5px 45px 5px 25px;

}
.solmenu ul>li:hover>ul>li>a,.solmenu ul>li.active>ul>li>a{
	padding: 10px 45px 10px 15px;
	max-height: 100%;
	line-height:22.5px;
}
.solmenu ul>li>ul>li:hover>a ,.solmenu ul>li>ul>li.active>a {
	background: #333;
	color:#fff;

}
.solmenu ul>li>ul>li{
	border:0px;
}
.solmenu ul>li>ul>li>a{
	max-height: 0px;
	line-height: 0px;
	overflow: hidden;
	color:#333;
	background: #fefefe;
	transition: 0.5s ease all;
	border-bottom:1px solid #ccc;
	padding: 0px 45px 0px 15px;
}
.solmenu ul>li>ul>li>ul>li>a{
	max-height: 0px;
	line-height: 0px;
	overflow: hidden;
	color:#333;
	background: #fff;
	transition: 0.5s ease all;
	padding: 0px 45px 0px 15px;
}
.solmenu ul>li>ul{
	display: block;
	max-height: 0px;
	overflow: hidden;
	transition: 0.5s ease all;
}
.solmenu ul>li:hover>a,.solmenu ul>li.active>a{
	background: #333;
	color:#fff;

}
.solmenu ul>li:hover>a:after,.solmenu ul>li.active>a:after{
	color:#2e2d9a;
	background: #fff;
	right: 10px;
}
.solmenu ul>li>a:after{
	content: "\f105";
	position: absolute;
	width: 21px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	background: #fff;
	color:#f00;
	border-radius: 2px;
	right: 20px;
	font-family: FontAwesome;
}

.solmenu ul>li>ul>li>a:after{
	content: "\f105";
	position: absolute;
	width: 21px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	background: #333;
	color:#fff;
	border-radius: 2px;
	right: 20px;
	font-family: FontAwesome;
}




.search-menu a:first-child{color:#00ff1f;}
.search-menu a:last-child{color:#f00;}


.search-menu{display:none;float:left;position:relative;left:250px;top:15px;}
.search-menu a{font-size:24px;margin-right:10px;}
.telForMobile{display:none;padding:31px 0 13px 0;font-size:16px;background:#fff;text-align:center;}
.searchForMobile{position:absolute;display:none;width:100%;top:10px;z-index:99999;}
.closeSearchForMobile{float:right;margin-top:-30px;margin-right:10px;font-size:1.4em;}
@media only screen and (max-width:479px) {
	.sol-menu-arka .solmenu{display:none;}
	footer{background:#555 !important;}
	.footer-alt-sol{color:#fff;padding:30px 0 0 0;}
	.footer-alt-sol a{color:#fff;}
	.ustmenu .container{background:#fff;}
	.telForMobile{display:block;}
	.search-menu{display:block;}
	.swiper-container {padding-top:117px;}
	#home-page-content-01{position:relative;top:-120px;z-index:9999;background:#fff;margin-bottom:-230px;}
	#home-page-content-01 .col-6{padding:0;}
	header{position:fixed;z-index:99999;width:100%; height:117px;box-shadow: 1px 1px 41px 0px rgba(0,0,0,0.7) !important;display:block;}
    .ustmenu-menus>ul>li:hover>.header-alt-menu-urun {
        display: none;
    }
    .urundetay-secenekler>ul {
        text-align: left;
    }
    .urundetay-secenekler>ul>li {
        width: 100%;
    }
    .urundetay-baslik {
        padding-right: 0px;
    }
    .logo {
        box-shadow: none;
    }
    .sayfa-baslik-icerik {
        text-align: left;
    }
    .ustmenu-sosyal {
        display: none;
    }
    .ustmenu-menus-dis {
        padding-left: 0px;
    }
    .logo {
        top: 0px;
        left: 0px;
        width: auto;
        height: auto;
        border-radius: 0px;
        padding: 7px 0px 7px 0px;
    }
    .ustmenu-menus>ul {
        display: none;
    }
    .ustmenu-sol-cizgi {
        display: none;
    }
    .ustmenu-menus-dis {
        background-image: none;
    }
    .ustmenu {
        background-color: white;
        height: 60px;
    }
    .logo>a>img {
        max-width: 73%;
    }
    .mobile-menu {
        display: block;
        float: right;
        font-size: 25px;
        padding: 15px 20px;
        color: #555555;
    }
    .urun-arka-yazi:before {
        display: none;
    }
    .haber-arka-yazi:before {
        display: none;
    }
    #item-detay>div.owl-nav {
        display: none;
    }
    #item-detay2>div.owl-nav {
        display: none;
    }
    #item-detay3>div.owl-nav {
        display: none;
    }
    footer {
        height: auto;
    }
    .footer-alt-sol {
        text-align: center;
        padding-right: 0px;
    }
    .footer-alt-sag {
        text-align: center;
        padding-top: 30px;
    }
    .footer-sosyal {
        padding: 30px 0px 0px;
        text-align: left;
    }
    .footer-sosyal>ul>li {
        width: 100%;
    }
    .footer-sosyal>ul {
        padding-left: 10px;
    }
    .footer-sitemap {
        padding: 30px 0px 0px;
        text-align: left;
    }
    .footer-sitemap>ul {
        padding-left: 10px;
    }
    .urunalan {
        padding-top: 20px !important;
        text-align: center;
    }
    .urunalan-res {
        padding: 0px 20px !important;
        width: 70% !important;
		margin:-15px auto;
        position: inherit !important;
    }
    .urunalan-text {
		float:left;
        width: 100% !important;
        padding-right: 0px !important;
        position: inherit !important;
    }
	.urun-text-baslik{
		font-size:12px !important;
	}
    .urunalan-text-baslik {
		font-size:25px !important;
        padding: 0px 0px 0px 0px !important;
    }
    .urunalan-res>img {
		width:100%;
		height:auto !important;
    }
	.urunalan-text-btn{padding-top:30px !important;}
	.urunalan-text-btn>a{padding:5px 10px;margin:0;}
	.urunalan-text-text{display:none !important;}
    .swiper-container {
        height: 655px;
    }
    .urunalan-res>img {
		width:100%;
    }
    .hizlimenu {
        margin-bottom: 50px;
        padding: 0px 20px;
        width: 100%;
    }
    .urun-img-dis {
        padding: 0px 70px;
    }
    .sol-kirmizi-cizgi {
        top: -50px;
        left: -340px;
    }
    .footer-sosyal>ul {
        width: 100%;
    }
    .ustmenu-menus>ul {
        background-color: white;
        width: 100%;
        margin-top: 35px;
    }
    .ustmenu-menus>ul>li {
        display: inline-block;
        width: 100%;
    }
    .ustmenu-menus>ul>li>a {
        border: none;
        width: 100%;
    }
    .ustmenu-menus>ul>li:hover {
        background-color: #ee2824;
    }
    .slider_cizgi-sabit {
        display: none;
    }
    .header-alt-menu {
        left: 0px;
        width: 100%;
        padding: 7px 7px;
        background-color: white;
    }
    .header-alt-menu>li {
        background-color: #ee2824;
        padding: 0px 10px;
    }
    .header-alt-menu-urun {
        width: 100%;
        left: 0px;
    }
    .header-alt-menu-urun>li {
        width: 100%;
    }
    .header-alt-menu-alt-urun {
        height: 0px;
        overflow: hidden;
    }
    .header-alt-menu-urun>li>span {
        padding: 15px 5px;
    }
    .header-alt-menu-urun>li>span>a {
        text-align: left;
        height: auto;
        font-weight: 700;
        font-size: 12px;
        float: left;
        width: auto;
    }
    .header-alt-menu-urun>li {
        padding-bottom: 0px;
    }
    .header-alt-menu-urun>li>span>i:nth-child(3) {
        display: none;
    }
    .header-alt-menu-urun>li>span>i:nth-child(2) {
        display: block;
    }
}
@media only screen and (min-width: 480px) and (max-width:767px) {
.sol-menu-arka .solmenu{display:none;}
.ustmenu .container{background:#fff;}
	.telForMobile{display:block;}
	.search-menu{display:block;}
	#home-page-content-01 .col-6{padding:0;}
	header{position:fixed;z-index:99999;width:100%; height:63px;}
	.swiper-container{padding-top:117px;}
    .urundetay-secenekler>ul {
        text-align: left;
    }
    .urundetay-secenekler>ul>li {
        width: 100%;
    }
    .urundetay-baslik {
        padding-right: 0px;
    }
    .logo {
        box-shadow: none;
    }
    .ustmenu-sosyal {
        display: none;
    }
    .ustmenu-menus-dis {
        padding-left: 0px;
    }
    .logo {
        top: 0px;
        left: 0px;
        width: auto;
        height: auto;
        border-radius: 0px;
        padding: 7px 0px 7px 0px;
    }
    .ustmenu-menus>ul {
        display: none;
    }
    .ustmenu-sol-cizgi {
        display: none;
    }
    .ustmenu-menus-dis {
        background-image: none;
    }
    .ustmenu {
        background-color: white;
        height: 60px;
    }
    .logo>a>img {
        max-width: 50%;
    }
    .mobile-menu {
        display: block;
        float: right;
        font-size: 25px;
        padding: 15px 20px;
        color: #555555;
    }
    .urun-arka-yazi:before {
        display: none;
    }
    .haber-arka-yazi:before {
        display: none;
    }
    #item-detay>div.owl-nav {
        display: none;
    }
    #item-detay2>div.owl-nav {
        display: none;
    }
    #item-detay3>div.owl-nav {
        display: none;
    }
    footer {
        height: auto;
    }
    .footer-alt-sol {
        text-align: center;
        padding-right: 0px;
    }
    .footer-alt-sag {
        text-align: center;
        padding-top: 30px;
    }
    .footer-sosyal {
        padding: 30px 0px 0px;
        text-align: left;
    }
    .footer-sosyal>ul>li {
        width: 100%;
    }
    .footer-sosyal>ul {
        padding-left: 10px;
    }
    .footer-sitemap {
        padding: 30px 0px 0px;
        text-align: left;
    }
    .footer-sitemap>ul {
        padding-left: 10px;
    }
	
	.urun-text-baslik{
		font-size:12px !important;
	}
    .urunalan {
        padding-top: 20px !important;
        text-align: center;
    }
    .urunalan-res {
        padding: 0px 20px !important;
        width: 70% !important;
		margin:-15px auto;
        position: inherit !important;
    }
    .urunalan-text {
		float:left;
        width: 100% !important;
        padding-right: 0px !important;
        position: inherit !important;
    }
    .urunalan-text-baslik {
		font-size:25px !important;
        padding: 0px 0px 0px 0px !important;
    }
    .urunalan-res>img {
		width:100%;
		height:auto !important;
    }
	.urunalan-text-btn{padding-top:30px !important;}
	.urunalan-text-btn>a{padding:5px 10px;margin:0;}
	.urunalan-text-text{display:none !important;}
    .swiper-container {
        height: 645px;
    }
    .urunalan-res>img {
		width:100%;
		height:auto !important;
    }
    .hizlimenu {
        margin-bottom: 50px;
        padding: 0px 80px;
        width: 100%;
    }
    .urun-img-dis {
        padding: 0px 110px;
    }
    .sol-kirmizi-cizgi {
        top: -50px;
        left: -340px;
    }
    .footer-sosyal>ul {
        width: 100%;
    }
    .ustmenu-menus>ul {
        background-color: white;
        width: 100%;
        margin-top: 5px;
    }
    .ustmenu-menus>ul>li {
        display: inline-block;
        width: 100%;
    }
    .ustmenu-menus>ul>li>a {
        border: none;
        width: 100%;
    }
    .ustmenu-menus>ul>li:hover {
        background-color: #ee2824;
    }
    .sayfa-baslik-icerik {
        text-align: left;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sayfa-baslik-icerik {
        text-align: left;
    }
    .urundetay-secenekler>ul {
        text-align: left;
    }
    .urundetay-secenekler>ul>li {
        width: 100%;
    }
    .urundetay-baslik {
        padding-right: 0px;
    }
    .logo {
        box-shadow: none;
    }
    .ustmenu-sosyal {
        display: none;
    }
    .ustmenu-menus-dis {
        padding-left: 0px;
    }
    .logo {
        top: 0px;
        left: 0px;
        width: auto;
        height: auto;
        border-radius: 0px;
        padding: 7px 0px 7px 0px;
    }
    .ustmenu-menus>ul {
        display: none;
    }
    .ustmenu-sol-cizgi {
        display: none;
    }
    .ustmenu-menus-dis {
        background-image: none;
    }
    .ustmenu {
        background-color: white;
        height: 60px;
    }
    .logo>a>img {
        max-width: 50%;
    }
    .mobile-menu {
        display: block;
        float: right;
        font-size: 25px;
        padding: 15px 20px;
        color: #555555;
    }
    .urun-arka-yazi:before {
        display: none;
    }
    .haber-arka-yazi:before {
        display: none;
    }
    #item-detay>div.owl-nav {
        display: none;
    }
    #item-detay2>div.owl-nav {
        display: none;
    }
    #item-detay3>div.owl-nav {
        display: none;
    }
    footer {
        height: auto;
    }
    .footer-alt-sol {
        text-align: center;
        padding-right: 0px;
    }
    .footer-alt-sag {
        text-align: center;
        padding-top: 30px;
    }
    .footer-sosyal {
        padding: 30px 0px 0px;
        text-align: left;
    }
    .footer-sosyal>ul>li {
        width: 100%;
    }
    .footer-sosyal>ul {
        padding-left: 10px;
    }
    .footer-sitemap {
        padding: 30px 0px 0px;
        text-align: left;
    }
    .footer-sitemap>ul {
        padding-left: 10px;
    }
    .urunalan {
        padding-top: 90px !important;
        text-align: center;
    }
    .urunalan-res {
        padding: 0px 20px !important;
        width: 100% !important;
        position: inherit !important;
    }
    .urunalan-text {
        width: 100% !important;
        padding-right: 0px !important;
        position: inherit !important;
    }
    .urunalan-text-baslik {
        padding: 30px 0px 0px 0px !important;
    }
    .swiper-container {
        height: 950px;
    }
    .urunalan-res>img {
        height: 200px;
    }
    .hizlimenu {
        margin-bottom: 50px;
        padding: 0px 80px;
        width: 100%;
    }
    .urun-img-dis {
        padding: 0px 110px;
    }
    .sol-kirmizi-cizgi {
        top: -50px;
        left: -340px;
    }
    .footer-sosyal>ul {
        width: 100%;
    }
    .ustmenu-menus>ul {
        background-color: white;
        width: 100%;
        margin-top: 5px;
    }
    .ustmenu-menus>ul>li {
        display: inline-block;
        width: 100%;
    }
    .ustmenu-menus>ul>li>a {
        border: none;
        width: 100%;
    }
    .ustmenu-menus>ul>li:hover {
        background-color: #ee2824;
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .logo {
        box-shadow: none;
    }
    .ustmenu-sosyal {
        display: none;
    }
    .ustmenu-menus-dis {
        padding-left: 0px;
    }
    .logo {
        top: 0px;
        left: 0px;
        width: auto;
        height: auto;
        border-radius: 0px;
        padding: 7px 0px 7px 0px;
    }
    .ustmenu-menus>ul {
        display: none;
    }
    .ustmenu-sol-cizgi {
        display: none;
    }
    .ustmenu-menus-dis {
        background-image: none;
    }
    .ustmenu {
        background-color: white;
        height: 60px;
    }
    .logo>a>img {
        max-width: 50%;
    }
    .mobile-menu {
        display: block;
        float: right;
        font-size: 25px;
        padding: 15px 20px;
        color: #555555;
    }
    .urun-arka-yazi:before {
        display: none;
    }
    .haber-arka-yazi:before {
        display: none;
    }
    #item-detay>div.owl-nav {
        display: none;
    }
    #item-detay2>div.owl-nav {
        display: none;
    }
    #item-detay3>div.owl-nav {
        display: none;
    }
    footer {
        height: auto;
    }
    .footer-alt-sol {
        text-align: center;
        padding-right: 0px;
    }
    .footer-alt-sag {
        text-align: center;
        padding-top: 30px;
    }
    .footer-sosyal {
        padding: 30px 0px 0px;
        text-align: left;
    }
    .footer-sosyal>ul>li {
        width: 100%;
    }
    .footer-sosyal>ul {
        padding-left: 10px;
    }
    .footer-sitemap {
        padding: 30px 0px 0px;
        text-align: left;
    }
    .footer-sitemap>ul {
        padding-left: 10px;
    }
    .urunalan {
        padding-top: 90px !important;
        text-align: center;
    }
    .urunalan-res {
        padding: 0px 20px !important;
        width: 100% !important;
        position: inherit !important;
    }
    .urunalan-text {
        width: 100% !important;
        padding-right: 0px !important;
        position: inherit !important;
    }
    .urunalan-text-baslik {
        padding: 30px 0px 0px 0px !important;
    }
    .swiper-container {
        height: 950px;
    }
    .urunalan-res>img {
        height: 200px;
    }
    .hizlimenu {
        margin-bottom: 50px;
        padding: 0px 80px;
        width: 100%;
    }
    .urun-img-dis {
        padding: 0px 60px;
    }
    .sol-kirmizi-cizgi {
        top: -50px;
        left: -340px;
    }
    .footer-sosyal>ul {
        width: 100%;
    }
    .ustmenu-menus>ul {
        background-color: white;
        width: 100%;
        margin-top: 5px;
    }
    .ustmenu-menus>ul>li {
        display: inline-block;
        width: 100%;
    }
    .ustmenu-menus>ul>li>a {
        border: none;
        width: 100%;
    }
    .ustmenu-menus>ul>li:hover {
        background-color: #ee2824;
    }
}
caption{caption-side: top !important;}