﻿/* 
    Kisane 
*/
html { background: #2e3192; }
body, h1, h2, h3, h4, h5, h6 { font-family: 'Proxima Nova'; }

a, a:hover, a:focus { outline: 0; text-decoration: none; }

/* ShortClass*/
.pr { position: relative; }
.pa { position: absolute; }
.di { display: inline-block; }
.db { display: block; }
.dn { display: none; }
.fl { float: left; }
.fr { float: right; }
.tc { text-align: center; }
.tr { text-align: right; float: right; }
.tl { text-align: left; float: left; }
.mp { margin: 0; padding: 0; }
.bold { font-weight: 700; }
.light { font-weight: 300; }

.btn-blue { background: #2e3192 none repeat scroll 0 0; color: #fff; font-weight: 600; }
    .btn-blue:hover { background: #111 none repeat scroll 0 0; color: #fff; }
.form-control:focus { border-color: #2e3192; }


@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(50px); }
    100% { opacity: 1; transform: translateY(0px); }
}

@keyframes fadeInBottom {
    0% { opacity: 0; transform: translateY(-50px); }
    100% { opacity: 1; transform: translateY(0px); }
}

@keyframes fadeInLeft {
    0% { opacity: 0; transform: translateX(-150px); }
    100% { opacity: 1; transform: translateX(0px); }
}

@keyframes fadeInRight {
    0% { opacity: 0; transform: translateX(150px); }
    100% { opacity: 1; transform: translateX(0px); }
}

#header { position: absolute; top: 0; z-index: 2; width: 100%; }
.menu { margin-top: 45px; }
.navbar-default { background: none; box-shadow: none; border: none; }
    .navbar-default .navbar-nav > li { height: 1px; }
        .navbar-default .navbar-nav > li > a { color: #b0b0b0; font-size: 16px; font-weight: 700; padding-bottom: 0; transition: .3s ease; -moz-transition: .3s ease; -webkit-transition: .3s ease; }
        .navbar-default .navbar-nav > li:last-child > a { padding-right: 0; }
        .navbar-default .navbar-nav > li:hover { height: auto; }
            .navbar-default .navbar-nav > li:hover > a { color: #000; }
        .navbar-default .navbar-nav > li > a::after { background: none; border-radius: 10px; content: ""; display: block; height: 5px; margin-top: 5px; width: 0; transition: .3s ease; -moz-transition: .3s ease; -webkit-transition: .3s ease; }
        .navbar-default .navbar-nav > li:hover > a::after { background: #2e3192; width: 100%; transition: .3s ease; -moz-transition: .3s ease; -webkit-transition: .3s ease; }

.navbar .submenu { background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0; border-radius: 10px; list-style: outside none none; margin: 0; padding: 0; position: absolute; top: 50px; left: 13px; z-index: 80; overflow: hidden; width: 0; transition: .3s ease; -moz-transition: .3s ease; -webkit-transition: .3s ease; }
.navbar-default .navbar-nav > li:hover > .submenu { width: 200px; transition: .3s ease; -moz-transition: .3s ease; -webkit-transition: .3s ease; }
.navbar .submenu a { color: #b0b0b0; display: block; font-weight: 600; padding: 10px 15px 0; }
    .navbar .submenu a:hover { color: #000; }
    .navbar .submenu a::after { background: none; border-radius: 10px; content: ""; display: block; height: 2px; margin-top: 5px; width: 0; transition: .3s ease; -moz-transition: .3s ease; -webkit-transition: .3s ease; }
    .navbar .submenu a:hover::after { background: #2e3192; width: 100%; transition: .3s ease; -moz-transition: .3s ease; -webkit-transition: .3s ease; }
.navbar .submenuvar::before { background: rgba(0, 0, 0, 0) url("/images/sub.png") no-repeat scroll 0 0; content: ""; display: inline-block; float: right; height: 5px; margin-right: 3px; margin-top: 22px; width: 5px; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; box-shadow: none; }

#header .sosyal-medya { right: 15px; top: -30px; }
    #header .sosyal-medya a { color: #aaa; padding-left: 5px; }
        #header .sosyal-medya a:Hover { color: #2E3192; }
.sosyal-medya ul { list-style: outside none none; margin: 0; padding: 0; }
.sosyal-medya li { display: inline-block; vertical-align: middle; }
.sosyal-medya span { display: none; }



#slider { margin-top: -2px; }
    #slider .item { padding-bottom: 100px; }
.slideIcerik { width: 100%; top: 20%; }
    .slideIcerik h2 { color: #fff; font-size: 72px; font-weight: 900; text-shadow: -1px -2px 38px rgba(0,0,0,.43); margin-bottom: 0; opacity: 0; margin-top: 65px; }
    .slideIcerik .slideAciklama { color: #ffafaf; font-size: 24px; }
ul.sliderOzellik { list-style-type: none; margin: 0; padding: 30px 0 60px; width: 50%; }
    ul.sliderOzellik li { float: left; margin-right: 15px; background: url(/images/i.png) no-repeat center left; padding-left: 10px; color: #fff; }
.detay { padding: 16px 90px 16px 74px; background: #2e3192 url(/images/d.png) no-repeat center right 65px; color: #fff; margin: 20px 0 0; border-radius: 50px; transition: .3s ease; -moz-transition: .3s ease; -webkit-transition: .3s ease; }
    .detay:hover { color: #fff; background-position: center right 60px; }
#slider .slideImg { border: 14px solid #fff; display: block; height: 400px; position: absolute; right: 75px; top: 80px; width: 430px; }
#slider .slideImgImg { bottom: -80px; max-width: 500px; position: absolute; right: -30px; width: 100% !important; }
#slider .container.pr { height: 464px; }
#slider.owl-theme .owl-controls { margin: 0; }
#slider .owl-dots { position: absolute; bottom: 150px; margin: 0; }
#slider .owl-dot.active span { background: #2e3192; }
#slider .owl-dot span { background: #fff; }
#slider .active .slideIcerik .slideAciklama,
#slider .active .slideIcerik h2,
#slider .active ul.sliderOzellik li,
#slider .active .detay,
#slider .active .slideImg,
#slider .active .slideImgImg { animation-duration: 1s; animation-fill-mode: both; }
#slider .active .slideIcerik .slideAciklama { animation-delay: 0.4s; animation-name: fadeInLeft; }
#slider .active .slideIcerik h2 { animation-delay: 0.1s; animation-name: fadeInLeft; }
#slider .active ul.sliderOzellik li { animation-delay: 0.7s; animation-name: fadeInUp; }
#slider .active .detay { animation-delay: 1s; animation-name: fadeInUp; }
#slider .active .slideImg { animation-delay: 0.5s; animation-name: fadeInRight; }
#slider .active .slideImgImg { animation-delay: 0.7s; animation-name: fadeInUp; }

#slider .item.pr > img { max-height: 600px; object-fit: cover; object-position: center top; }

#urunler { padding-top: 10px; }
    #urunler .item { text-align: center; }
        #urunler .item img { float: left; height: 140px; object-fit: scale-down; width: 130px; }
    #urunler .detay { padding: 10px 50px 10px 40px; background-position: center right 30px; opacity: 0; }
    /*#urunler .owl-item:first-child .detay { opacity: 1; }*/
    #urunler .item:hover .detay { opacity: 1; animation-duration: 0.5s; animation-fill-mode: both; animation-delay: 0s; animation-name: fadeInBottom; }
    #urunler .item .detay:hover { background-color: #000; }
    #urunler .urunAdi { color: #b0b0b0; display: block; font-size: 16px; font-weight: 700; text-align: left; }
        #urunler .urunAdi p { padding-top: 50px; }
    #urunler .item:hover .urunAdi { color: #2e3192; }

#dist { background: #f1f1f1 none repeat scroll 0 0; font-size: 35px; padding: 50px 0; }
#haberler { border-top: 5px solid #f1f1f1; padding: 40px 0; }
#haberC .item { padding-top: 5px; }
    #haberC .item img { width: auto; height: 100px; margin-top: 15px; object-fit: cover; object-position: center center; }
#haberC .owl-dot > span { background-color: #d4d4d4; height: 6px; margin: 0 2.5px; width: 46px; }
#haberC .owl-dot.active > span { background-color: #2e3192; }
#haberler h2 { border-bottom: 1px solid #eee; color: #2e3192; font-weight: 300; margin: 0 0 20px; padding-bottom: 20px; text-align: center; }
.haberIcerik p { color: #bbbbbb; font-weight: 500; line-height: 24px; }
.hbaslik { font-size: 18px; color: #2e3192; font-weight: 600; background: url(/images/hb.png) no-repeat top left; padding-top: 15px; }
.play { position: absolute; text-align: center; width: 100%; top: calc(50% - 51px); }
    .play .img-responsive { display: inline-block; }

#footerBottom { padding-top: 35px; }
    #footerBottom .container { background: url(/images/fbg.png) no-repeat bottom right 100px; padding-bottom: 25px; }
#footer p.copyright { margin: 9px 0 0 25px; color: #a7a7a7; font-weight: 500; }
.venus { color: #a7a7a7; margin: 5px 0 20px; }
#footerTop { background: #333 none repeat scroll 0 0; color: #ccc; padding: 40px 0; }
    #footerTop h5 { border-bottom: 1px solid #666; font-size: 16px; font-weight: bold; margin: 0; padding: 0 0 5px; }
ul.footer-links { list-style: outside none none; margin: 0; padding: 0; }
.footer-links li { border-bottom: 1px solid #444; padding: 7px 0; color: #aaa; }
.footer-links a { color: #aaa; display: block; }
    .footer-links a::before { transition: .3s ease all; -moz-transition: .3s ease all; -webkit-transition: .3s ease all; background: rgba(0, 0, 0, 0) url("/images/d.png") no-repeat scroll right center; content: ""; display: inline-block; height: 8px; opacity: 0.5; width: 10px; }
    .footer-links a:hover::before { width: 15px; transition: .3s ease all; -moz-transition: .3s ease all; -webkit-transition: .3s ease all; }
.footer-links .fa { margin-left: -25px; margin-right: 10px; }
#footerTop .row > div:last-child li { padding-left: 35px; }
    #footerTop .row > div:last-child li a { display: inline-block; }
        #footerTop .row > div:last-child li a:before { display: none; }


/* iç sayfalar */
.masterImg { padding-top: 220px; height: 420px; }
    .masterImg .headerimg > img { height: 420px; object-fit: cover; object-position: center center; position: absolute; width: 100%; top: 0; left: 0; }
    .masterImg .headerwhite { background: rgba(0, 0, 0, 0) url("/images/white.png") repeat-x scroll 0 0; height: 255px; position: absolute; width: 100%; z-index: 1; top: 0; left: 0; }
    .masterImg .headertitle { color: #fff; font-size: 70px; font-weight: 600; letter-spacing: -5px; text-shadow: 0 0 11px #000; line-height: 60px; z-index: 1; animation-delay: 0.5s; animation-duration: 1s; animation-fill-mode: both; animation-name: fadeInLeft; }
    .masterImg .headertitle2 { color: #ffafaf; font-size: 25px; font-weight: 400; text-shadow: 0 0 11px #000; z-index: 1; animation-delay: 1s; animation-duration: 1s; animation-fill-mode: both; animation-name: fadeInLeft; }
    .masterImg .headerbreadcrumb { bottom: 0; }
    .masterImg .breadcrumb { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; text-transform: uppercase; padding: 0; bottom: 0; }
.breadcrumb a,
.breadcrumb > li + li::before { color: #ffafaf; font-size: 12px; font-weight: 500; }
.maincontent { font-size: 16px; padding-bottom: 20px; padding-top: 20px; }

.nav-pills > li > a { background: #eee none repeat scroll 0 0; border-radius: 0; color: #2e3192; transition: .3s ease all; -moz-transition: .3s ease all; -webkit-transition: .3s ease all; }
.nav > li > a:hover, .nav > li > a:focus { background-color: #ddd; padding-left: 15px; transition: .3s ease all; -moz-transition: .3s ease all; -webkit-transition: .3s ease all; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { background-color: #2e3192; color: #fff; }
h2.menu-title { border-bottom: 1px solid #2e3192; color: #2e3192; font-weight: 700; letter-spacing: -2px; margin: 0 0 5px; }

img.galeri { border: medium none; border-radius: 0; box-shadow: 7px 7px 21px #aaa; height: 200px; margin: 15px 0; object-fit: cover; padding: 10px; width: 300px; }


/* ürün kategorileri */
.prodcat.panel { box-shadow: none; }
.prodcat .panel-heading a { color: #2e3192; display: block; font-size: 14px; margin: auto; text-align: center; }
.prodcat .panel-body { background: #eee none repeat scroll 0 0; height: 150px; margin: 10px; padding: 0; overflow: hidden; transition: .3s ease; -moz-transition: .3s ease; -webkit-transition: .3s ease; }
.prodcat:hover .panel-body { padding: 10px; transition: .3s ease; -moz-transition: .3s ease; -webkit-transition: .3s ease; }
.prodcat .panel-body img { height: 100%; object-fit: cover; transition: .3s ease; -moz-transition: .3s ease; -webkit-transition: .3s ease; }
.prodcat .panel-heading img { margin-right: 5px; vertical-align: inherit; }

.prodcat-prods .prod { text-align: center; box-shadow: none; }
    .prodcat-prods .prod .panel-heading a { background: url("/images/u.png") no-repeat scroll left top; color: #b0b0b0; display: inline-block; font-size: 16px; font-weight: 700; padding-top: 20px; margin: auto; }
.prodcat-prods .detay { background-color: #fff; padding: 10px 70px 10px 54px; background-position: 135px center; color: #aaa; border: 1px solid #eee; }
    .prodcat-prods .detay:hover { background-color: #2e3192; background-position: 145px center; color: #fff; border-color: #2e3192; }
.prodcat-prods .prod img { display: block; height: 220px; object-fit: scale-down; object-position: center bottom; margin: auto; }

/* iletişim */
.sube th, .sube td { border-bottom: 1px solid #ddd; border-top: medium none !important; }
.sube td { padding: 15px !important; }
.sube h4, .contact > h4 { font-weight: 600; }
.contact > h4 { border-bottom: 1px solid #ddd; padding: 13px 0; }
.contact .control-label { text-align: left; }
.contact .form-group { border-bottom: 1px solid #ddd; margin: 0; padding: 10px 0; }
.contact .captcha > img { height: auto; width: 100%; }
.email canvas { height: 20px; }

/* haber */
.headertitle .haberbaslik { font-size: 40px; letter-spacing: -2px; }
.panel.haber { box-shadow: none; }
    .panel.haber img { height: 150px; object-fit: cover; object-position: center center; width: 100%; }
    .panel.haber .panel-heading > a { background: rgba(0, 0, 0, 0) url("/images/u.png") no-repeat scroll left top; color: #2e3192; font-size: 14px; padding: 17px 0 0; }
.haber-detay .haber-resim p { color: #ccc; font-size: 14px; padding: 10px 0; }


/* ürün detay */

#productdetail { text-align: center; color: #bbbbbb; font-size: 16px; }
    #productdetail .prod-sub-title { color: #2e3192; font-size: 25px; font-weight: 800; padding-bottom: 15px; }
    #productdetail > div { margin: 0; padding: 60px 0; }

#productdescandimg { margin: 0 !important; padding: 0 !important; text-align: left; }
    #productdescandimg .prodimg > div { border: 14px solid #fff; margin: -250px 0 0; }
        #productdescandimg .prodimg > div img { margin: -75px 0 0; animation-delay: 0.5s; animation-duration: 1s; animation-fill-mode: both; animation-name: fadeInUp; }
    #productdescandimg h2 { color: #2e3192; font-size: 23px; font-weight: 700; }
    #productdescandimg p { color: #bbbbbb; font-size: 16px; }

#ctl00_icerik_pnl_features { background: #f1f1f1 none repeat scroll 0 0; text-align: center; animation-delay: 1s; animation-duration: 1s; animation-fill-mode: both; animation-name: fadeInUp; }
#productfeatures h4 { color: #2e3192; font-size: 16px; font-weight: 800; margin: 0; }
#productfeatures p { font-weight: 600; margin: 0; }
#productfeatures .row > div { border-right: 2px solid #ddd; padding-bottom: 5px; padding-top: 5px; }
    #productfeatures .row > div:last-child { border: medium none; }

#productdesc2 { background: #f1f1f1 none repeat scroll 0 0; }

#productspecs { line-height: 28px; }
    #productspecs strong { color: #7d7d7d; }

#product360 .threesixty-scrollbar { display: block; margin: auto; width: 70%; }
#product360 #productTSslider { border: medium none; border-radius: 10px !important; box-shadow: none; height: 12px; padding: 0 68px 0 0; background: #f1f1f1; }
#product360 .noUi-handle { background: #2e3192 none repeat scroll 0 0; border: medium none; box-shadow: none; height: 12px; left: 0; top: 0; width: 68px; }
    #product360 .noUi-handle::before, #product360 .noUi-handle::after { height: 5px; left: 30px; top: 4px; }
    #product360 .noUi-handle::after { left: 32px; }
#product360 .threesixty.productTS { height: auto !important; width: 100% !important; }
#product360 #productTSfirstimg img { opacity: 0; }

#urundigerresimler .item img { max-width: 100%; width: auto; display: block; margin: auto; max-height: 400px; object-fit: scale-down; object-position: bottom; }
#urundigerresimler { margin: 50px 0 -160px; }
.urun-video iframe { min-height: 400px; width: 100%; }


/* destek talep */
#arizatalepformu .form-control { margin: 20px 0; }
#arizatalepformu img { margin-top: 12px; }
#arizatalepformu > p { color: #aaa; }
#arizatalepformu div span { position: absolute; top: 3px; }

/* bayi başvuru */
#bayiformu .form-control { margin: 10px 0; }
#bayiformu .guvenlikkodu { display: inline-block; vertical-align: middle; width: calc(100% - 107px); }
#bayiformu .btn { margin: 10px 0 0; }
#bayiformu .result { padding: 20px; text-align: center; }
#bayiformu h3, #arizatalepformu h3 { border-bottom: 1px solid #2e3192; color: #2e3192; font-weight: 700; letter-spacing: -1px; padding: 5px 0; }

#karsilastirma .urun-karsi { height: 200px; object-fit: cover; margin-left: -15px; }

.urunozellik { margin: 25px 0 0; }
.ozellikadi { font-weight: 600; font-size: 18px; padding: 5px 0; }
.ozellikdeger { width: 50%; background: #ededed; padding: 5px 10px; }
    .ozellikdeger:nth-child(even) { border-right: 1px solid #ddd; }

#product360 { margin-top: 60px !important; }
.col-sm-9.icerik { padding-top: 15px; text-align: justify; }

.headertitle2 img { display: none; margin: auto; max-width: 40%; }

.iletisim-links canvas {
  display: inline-block;
  opacity: 0.5;
  vertical-align: top;
}

@media(max-width:1600px) {
    /* anasayfa */
    #slider .item { padding-bottom: 70px; }
    #slider .owl-dots { bottom: 80px; }
    .slideIcerik { top: 18%; }
}

@media(max-width:1440px) {
    /* anasayfa */
    #slider .slideImg { top: 40px; }
    #slider .slideImgImg { bottom: -25px; max-width: 467px; right: 0; }
    .slideIcerik { top: 26%; }
}

@media(max-width:1366px) {
    /* anasayfa */
    .slideIcerik { top: 26%; }
    #slider .slideImgImg { bottom: 60px; max-width: 400px; right: 35px; }
    #slider .slideImg { height: 302px; top: 125px; width: 380px; }
}

@media(max-width:1280px) {
    /* anasayfa */
    .slideIcerik { top: 20%; }
}

@media(max-width:993px) {
    /* anasayfa */
    #slider .slideImgImg { bottom: 100px !important; max-width: 350px; right: 60px; }
    .menu { padding: 0; }
}

@media(max-width:980px) {
    .slideIcerik h2 { margin-top: 110px; }
    #productdescandimg .prodimg > div img { margin-top: 0; }
}

@media(min-width:993px) and (max-width:1199px) {
    /* anasayfa */
    .slideIcerik { top: 23%; }
    #slider .active .slideIcerik h2 { font-size: 40px; }
    #slider .slideIcerik .slideAciklama { font-size: 19px; }
    #slider ul.sliderOzellik { padding: 0 0 30px; }
}

@media(min-width:768px) and (max-width:992px) {
    /* anasayfa */
    #slider .item.pr > img { height: auto; max-height: 500px; object-position: center center; width: auto; object-fit: none; }
    #slider .slideIcerik { bottom: 60px; top: auto; }
    .slideImg { display: none !important; }
    #slider .active .slideIcerik h2 { font-size: 40px; }
    #slider .slideIcerik .slideAciklama { font-size: 19px; }
    #slider .slideImgImg { bottom: 34px !important; max-width: 340px; right: -120px !important; }
    .navbar-default .navbar-nav > li > a { font-size: 14px; padding: 13px 4px; }
    .navbar .submenuvar::before { display: none; }
}

@media(max-width:768px) {
    #slider .slideIcerik h2 { margin-top: 110px; }
}

@media(max-width:800px) {
    /* anasayfa */
    #slider .slideImgImg { right: 20px !important; }
}

@media(max-width:767px) {
    /* anasayfa */
    #header { position: relative; }
        #header h1 img { display: block; margin: auto; }
        #header .menu { margin: 0; padding: 0; }
        #header .navbar-toggle { background: #2e3192 none repeat scroll 0 0; border: medium none; border-radius: 0; float: none; width: 100%; margin: 0; }
            #header .navbar-toggle:hover { background: #000; }
        #header .icon-bar { background-color: #fff; margin-left: auto; margin-right: auto; }
        #header .navbar-collapse { border: medium none; }
        #header .submenu, #header .navbar .submenuvar::before, #slider .slideImg, #slider ul.sliderOzellik, #slider.owl-theme .owl-controls { display: none; }
        #header .navbar-default .navbar-nav > li { height: auto; text-align: center; }
        #header .navbar { margin: 0; min-height: auto; padding: 0; }

    #slider .slideImgImg { bottom: -15px !important; max-width: 33%; position: absolute; }
    #slider .active .slideIcerik h2 { font-size: 40px; }
    #slider .slideIcerik .slideAciklama { font-size: 19px; }
    #slider .detay { margin-top: 5px; }
    #slider .container.pr { height: auto; }
    #slider .item { padding-bottom: 25px; }


    #haberC .item img { height: 120px; margin-bottom: 10px; width: 100%; }
    #haberC .owl-dot > span { width: 10px; }
}

@media(max-width:720px) {
    #slider .slideIcerik h2 { margin-top: 50px; }
    #header .sosyal-medya { padding: 10px 0; position: unset; text-align: center; }
        #header .sosyal-medya a { color: #2e3192; font-size: 20px; padding: 0 10px; }
    .headerwhite { display: none; }
    .masterImg { background: #2e3192 none repeat scroll 0 0; height: auto; padding-top: 50px; text-align: center; }
    .headerimg > img { height: 100% !important; opacity: 0.3; }
    #productdescandimg .prodimg { display: none; }
    #productdescandimg { text-align: center; }
    .masterImg .headerbreadcrumb { margin: 20px auto 0; position: unset; width: 90%; }
    .headertitle2 img { display: block; }
    #productfeatures .col-sm-3 p { margin-bottom: 50px; }
    #productfeatures .col-sm-3:last-child p { margin-bottom: 0; }
    #productdetail { margin-top: -40px; }
    ul.footer-links { margin-bottom: 50px; }
}

@media(max-width:640px) {
    /* anasayfa */
    .slideIcerik { top: 10%; }
    #slider .active .detay { background-image: none; padding: 10px 20px; }

    #footer .container { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; }
    #footer .row > div { display: block; float: none; text-align: center; }
    #footer .fl, #footer .fr { float: none; }
    #footer img { display: block; margin: auto; }
    #footer p.copyright { margin: 26px 0; }
    #footer .venus { color: #ccc; display: block; float: none; margin: 0 auto; text-align: center; }
}

@media(max-width:540px) {
    .slideIcerik h2 { margin-top: 25px; }
    .masterImg .headertitle { font-size: 50px; }
    .masterImg .headertitle2 { font-size: 20px; }
}

@media(max-width:480px) {
    #slider .slideIcerik h2 { margin-top: 0; }
}

@media(max-width:414px) {
    #slider .detay { font-size: 11px; }
    #urunler .urunAdi { display: inline-block; margin: auto; width: 55%; }
}

@media(max-width:375px) {
    /* anasayfa */
    #slider .active .slideIcerik h2 { font-size: 25px; margin-top: 25px; }
    #slider .slideIcerik .slideAciklama { font-size: 15px; }
    #slider .active .detay { padding: 5px 20px; }
    #urunler .urunAdi { width: 70%; }
}

@media(max-width:320px) {
    /* anasayfa */
    #slider .slideImgImg { max-width: 30%; right: 0 !important; }
}
