@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,latin-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display&subset=latin,latin-ext);

*, *:after, *:before {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

.cf:after, .cf:before {
    display: table;
    content: " "
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}

a {
    color: #444;
    text-decoration: none
}

li {
    list-style: none;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    background-color: inherit;
    color: inherit
}

html, body {
    height: 100%;
    min-height: 100%
}

body {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    background: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
}

.contanier {
    width: 1150px;
    margin: 0 auto;
    clear: both;
}

.header-top {
    background: #4D1478;
    color: #fff;
}

.header-top .left {
    float: left;
}

.header-top .left ul {
    clear: both;
}

.header-top .right {
    float: right;
}

.header-top .right ul {
    clear: both;
}

.header-top .right ul li {
    float: left;
    list-style: none;
    border-right: 1px solid #5E1893;
}

.header-top .right ul li:last-child {
    border-right: none;
}

.header-top .right ul li a {
    display: block;
}

.header-top .right ul li a i {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 15px;
}

.header-top .right ul li a:hover {
    background: rgba(132, 33, 201, 0.5);
}

.header {
    background: #F8F8F8;
    height: 130px;
}

.header .contanier {
    position: relative;
}

.header .search {
    left: 0;
    top: 45px;
    width: 360px;
    position: relative;
    clear: both;
    z-index: 1;
}

.header .search input[type=text] {
    position: absolute;
    width: 99%;
    left: 0;
    top: 0;
    border: 1px solid #E8E8E8;
    background: #fff;
    border-radius: 50px;
    z-index: 0;
    color: #d2d2d2;
    padding: 10px;
    z-index: 1;
}

.header .search input[type=text]:focus {
    transition: all 0.3s ease;
    color: #4D1478;
    border: 1px solid #4D1478;
}

.header .search input[type=image] {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    background: #4D1478;
    z-index: 1;
    padding: 11px;
}

.header .logo {
    margin: 8px auto 0 auto;
    width: 155px;
}

.header .logo img {
    width: 155px;
}

.header .uyemenu {
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 1;
}

.header .uyemenu ul {
    width: auto;
}

.header .uyemenu li {
    float: left;
    background: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 50px;
    list-style: none;
    margin-left: 5px;
}

.header .uyemenu li:hover {
    transition: all 0.3s ease;
    background: #f4f4f4;
    border: 1px solid #4D1478;
    border-radius: 50px;

}

.header .uyemenu li a {
    display: block;
    position: relative;
    padding: 10px;
    padding-right: 45px;
    padding-left: 20px;
    border-radius: 50px;

}

.header .uyemenu li a i {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    background: #4D1478;
    color: #fff;
    font-size: 14px;
    padding: 11px;
}

.header .uyemenu li a span {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 76%;
    background: #c84733;
    color: #fff;
    font-size: 11px;
    width: 36px;
    line-height: 36px;
    text-align: center;
}

.header .uyemenu li a.top-sepet i {
    background: #CB5252;
}

/*  .içerik nav menü */

.mobil_nav ul {
    display: none;
}

.nav {
    background: none repeat scroll 0 0 #4d1478;
    height: 49px;
}

.nav ul {
    margin: 0;
    padding: 0;
}

.nav > ul > li {
    cursor: pointer;
    border-right: 1px solid #5E1893;
    color: #FFFFFF;
    position: relative;
    display: block;
    float: left;
}

.nav > ul > li:last-child {
    border-right: none;
}

.nav > ul > li:hover a,
.nav > ul > li > a:hover {
    transition: all 0.3s ease;
    background-color: rgba(132, 33, 201, 0.5);;
}

.nav > ul > li > a {
    padding: 16px;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    z-index: 20;
}

.nav > ul > li > ul {
    background: #4d1478;
    display: none;
    height: auto;
    position: absolute;
    z-index: 10;
}

.nav > ul > li > ul > li {
    display: block;
    color: #fff;
}

.nav > ul > li > ul > li > a {
    color: #FFFFFF;
    transition: all 0.3s ease;
    display: block;
    padding: 10px;
}

.nav > ul > li > ul > li > a:hover {
    background-color: rgba(153, 38, 233, 0.25);;
}

.nav > ul > li:hover > ul {
    display: block;
    min-width: 200px;
}

.nav > ul > li ul ul {
    background: none repeat scroll 0 0 #FFFFFF;
    left: 200px;
    top: 0;
}

/*  ürün nav menü */

.urun-nav {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
}

.urun-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 22;
    background: #991fe6;
}

.urun-nav.fixed .nav2 > ul > li > a {
    padding: 0 8px;
    text-decoration: none;
    line-height: 50px;
    font-size: 12px;
    color: #fff;
}

.nav2 {
}

.nav2 > ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.nav2 > ul > li {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.nav2 > ul > li:last-child {
    border-right: none;
}

.nav2 > ul > li > a {
    font-family: 'Playfair Display', serif;
    padding: 0 10px;
    color: #444444;
    display: block;
    text-decoration: none;
    line-height: 75px;
    font-size: 16px;
    z-index: 2;
    position: relative;
}

.nav2 > ul > li:hover > a,
.nav2 > ul > li > a:hover {
    background: #4d1478;
    color: #fff;
}

.nav2 > ul > li > ul {
    background: #4d1478;
    display: none;
    height: auto;
    position: absolute;
    z-index: 2;
}

.nav2 > ul > li > ul > li {
    text-align: left;
    display: block;
    color: #fff;
    list-style: none;
}

.nav2 > ul > li > ul > li > a {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease;
    display: block;
    padding: 0 16px;
    line-height: 30px;
}

.nav2 > ul > li > ul > li > a:hover {
    background-color: rgba(203, 205, 219, 0.25);;
}

.nav2 > ul > li:hover > ul {
    display: block;
    min-width: 200px;
    border-bottom: 1px solid #5a3cb5;
}

.nav2 > ul > li ul ul {
    background: none repeat scroll 0 0 #FFFFFF;
    left: 200px;
    top: 0;
}

/* slider */

.slider {
    background: #FAFAFA;
}

.slider {
    padding: 10px 0;
    position: relative;
    z-index: 0;
}

.slider .owl-stage-outer { /*-webkit-box-shadow: 0 7px 6px -6px #777, 5px 0 6px -6px #333, -5px 0 6px -6px #333; -moz-box-shadow: 0 7px 6px -6px #777, 5px 0 6px -6px #333, -5px 0 6px -6px #333; box-shadow: 0 7px 6px -6px #777, 5px 0 6px -6px #333, -5px 0 6px -6px #333;*/
}

.slider ul, .slider li a {
    width: 100%;
    height: 100%;
}

.slider li {
    display: block;
    width: 100%;
    list-style: none;
}

.slider li a {
}

.slider a img {
}

.slider .owl-controls {
}

.slider .owl-controls {
}

.slider .owl-nav {
}

.slider .owl-controls .owl-dots {
    margin: 10px 0;
    text-align: center;
    width: 100%;;
}

.slider .owl-controls .owl-dot {
    border-radius: 30px;
    border: 1px solid #DADADA;
    background: #E6E6E6;
    margin-right: 2px;
}

.slider .owl-controls .owl-dots .owl-dot span {
    background: #E6E6E6;
    width: 9px;
    height: 9px;
    margin: 3px;
}

.slider .owl-controls .owl-dots .active span {
    background: #777777;
}

.slider .owl-carousel {
    position: relative;
}

.slider .owl-controls {
    width: 100%;
}

.slider .owl-controls .owl-nav {
}

.slider .owl-controls .owl-nav .owl-prev {
}

.slider .owl-controls .owl-nav .owl-next {
}

.slider .owl-next, .slider .owl-prev {
    z-index: 2;
    position: absolute;
    top: 180px;
    cursor: pointer;
    opacity: 0.6;
    text-align: center;
}

.slider .owl-next i, .slider .owl-prev i {
    color: #ccc;
    font-size: 40px;
    display: block;
    line-height: 60px;
    width: 60px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    text-align: center;

}

.slider .owl-prev {
    left: 60px;
    background-position: 0 0
}

.slider .owl-next {
    right: 60px;
    background-position: 0 53px;
}

.slider .owl-prev:hover i, .slider .owl-prev:focus i {
    opacity: 1;
    transition: all 0.6s ease;
    color: #000;
    background: rgba(255, 255, 255, 1);
}

.slider .owl-next:hover i, .slider .owl-next:focus i {
    opacity: 1;
    transition: all 0.6s ease;
    color: #000;
    background: rgba(255, 255, 255, 1);

}

@media (max-width: 480px) {
    .slider li {
    }

    .slider .owl-prev {
        display: none;
    }

    .slider .owl-next {
        display: none;
    }
}

/* tanıtım liste*/

.tanitim-liste {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 249, 249, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(250, 249, 249, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 249, 249, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 249, 249, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 249, 249, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 249, 249, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#faf9f9', GradientType=0);
    padding: 20px 0;
    border-bottom: 1px solid #fff;

}

.tanitim-liste ul {
}

.tanitim-liste ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.tanitim-liste ul li:last-child {
    float: right;
    margin-right: 0;
}

.tanitim-liste ul li a {
}

.tanitim-liste ul li a .title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    padding: 15px 5px;
    text-align: center;
    color: #4d1478;
    line-height: 40px;
    border-bottom: 1px solid #4d1478;
    font-size: 20px;
}

.tanitim-liste ul li a .spot {
    margin-bottom: 20px;
    height: 75px;
    overflow: hidden;
}

.tanitim-liste ul li a .cimg {
    height: 182px;
    margin: 20px;
}

.tanitim-liste ul li a .devam {
    text-align: center;
}

.tanitim-liste ul li a .devam input {
    background: #4d1478;
    border: none;
    color: #fff;
    padding: 5px;
    opacity: 0.8;
    cursor: pointer;
}

.tanitim-liste ul li a .devam input:hover {
    opacity: 1;
}

/* ana sayfa ürün listesi slider*/

.index-urun-liste {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 249, 249, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 249, 249, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 249, 249, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 249, 249, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 249, 249, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#faf9f9', GradientType=0);
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

.index-urun-liste .title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    padding: 10px 5px;
    text-align: center;
    color: #4d1478;
    line-height: 40px;
    font-size: 16px;
    background: url("../images/title.png") center bottom no-repeat;
    margin: 0 0 36px 0 !important;
    display: block;
}

.index-urun-liste .owl-controls .owl-dots {
    margin: 10px 0;
    text-align: center;
    width: 100%;;
}

.index-urun-liste .owl-controls .owl-dot {
    border-radius: 30px;
    border: 1px solid #DADADA;
    background: #E6E6E6;
    margin-right: 2px;
}

.index-urun-liste .owl-controls .owl-dots .owl-dot span {
    background: #E6E6E6;
    width: 9px;
    height: 9px;
    margin: 3px;
}

.index-urun-liste .owl-controls .owl-dots .active span {
    background: #777777;
}

.index-urun-liste .owl-carousel {
    position: relative;
}

.index-urun-liste .owl-controls {
    width: 100%;
}

.index-urun-liste .owl-controls .owl-nav {
}

.index-urun-liste .owl-controls .owl-nav .owl-prev {
}

.index-urun-liste .owl-controls .owl-nav .owl-next {
}

.index-urun-liste .owl-next, .index-urun-liste .owl-prev {
    z-index: 2;
    position: absolute;
    top: 180px;
    cursor: pointer;
    opacity: 0.6;
    text-align: center;
}

.index-urun-liste .owl-next i, .index-urun-liste .owl-prev i {
    color: #4d1478;
    font-size: 40px;
    display: block;
    padding: 10px;
}

.index-urun-liste .owl-prev {
    left: -60px;
    background-position: 0 0
}

.index-urun-liste .owl-next {
    right: -60px;
    background-position: 0 53px;
}

.index-urun-liste .owl-prev:hover i, .index-urun-liste .owl-prev:focus i {
    opacity: 1;
    transition: all 0.6s ease;
    color: #000;
}

.index-urun-liste .owl-next:hover i, .index-urun-liste .owl-next:focus i {
    opacity: 1;
    transition: all 0.6s ease;
    color: #000;
}

/* ana sayfa kategoriler*/
.index-kategoriler {
    background: #fff;
}

.index-kategoriler ul {
}

.index-kategoriler ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.index-kategoriler ul li:last-child {
    float: right;
    margin-right: 0;
}

.index-kategoriler ul li a {
    display: block;
    position: relative;
}

.index-kategoriler ul li a .cimg {
    height: 278px;
    margin: 20px;
}

/* ana sayfa index-bilgi-kutu*/
.index-bilgi-kutu {
    background: #fff;
    border-bottom: 1px solid #EFEFEF;
    padding: 10px 0;
}

.index-bilgi-kutuindex-bilgi-kutu ul {
}

.index-bilgi-kutu ul li:first-child {
    padding-left: 0;
}

.index-bilgi-kutu ul li {
    width: 25%;
    float: left;
    padding-right: 1%;
    padding-left: 1%;
    border-right: 1px solid #E4E4E4;
}

.index-bilgi-kutu ul li a {
    display: block;
}

.index-bilgi-kutu ul li:last-child {
    float: right;
    padding-right: 0;
    border-right: none
}

.index-bilgi-kutu ul li a {
    display: block;
    position: relative;
}

.index-bilgi-kutu ul li a .img {
    float: left;
    width: 20%;
}

.index-bilgi-kutu ul li a .cimg {
    height: 65px;
}

.index-bilgi-kutu ul li a .right {
    float: right;
    width: 78%;
}

.index-bilgi-kutu ul li a .right .title {
    font-family: 'Playfair Display', serif;
    font-weight: 100;
    padding: 10px 0;
    text-align: left;
    color: #4d1478;
    line-height: 15px;
    font-size: 18px;
}

.index-bilgi-kutu ul li a .right .spot {
    margin-bottom: 20px;
    height: 83px;
    overflow: hidden;
    color: #787878;
}

/* Bizden haberler*/

.bizden-haberler {
    background: rgba(249, 249, 249, 1);
    background: -moz-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249, 249, 249, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ffffff', GradientType=0);
    padding: 20px 0;
    border-top: 1px solid #fff;
}

.bizden-haberler ul {
}

.bizden-haberler .title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    padding: 15px 5px;
    text-align: center;
    color: #4d1478;
    line-height: 40px;
    font-size: 20px;
    background: url("../images/title.png") center bottom no-repeat;
}

.bizden-haberler ul li {
    display: block;
}

.bizden-haberler ul li {
}

.bizden-haberler ul li .spot {
    text-align: center;
}

.bizden-haberler ul li .tarih {
    text-align: center;
    display: block;
    padding: 15px 0;
}

.bizden-haberler .owl-controls {
}

.bizden-haberler .owl-controls {
}

.bizden-haberler .owl-nav {
}

.bizden-haberler .owl-controls .owl-dots {
    margin: 10px 0;
    text-align: center;
    width: 100%;;
}

.bizden-haberler .owl-controls .owl-dot {
    border-radius: 30px;
    border: 1px solid #DADADA;
    background: #E6E6E6;
    margin-right: 2px;
}

.bizden-haberler .owl-controls .owl-dots .owl-dot span {
    background: #E6E6E6;
    width: 9px;
    height: 9px;
    margin: 3px;
}

.bizden-haberler .owl-controls .owl-dots .active span {
    background: #777777;
}

.bizden-haberler .owl-carousel {
}

.bizden-haberler .owl-controls {
    width: 100%;
}

.bizden-haberler .owl-controls .owl-nav {
    text-align: center;
}

.bizden-haberler .owl-controls .owl-nav .owl-prev {
}

.bizden-haberler .owl-controls .owl-nav .owl-next {
}

.bizden-haberler .owl-next, .bizden-haberler .owl-prev {
    display: inline-block;
    cursor: pointer;
    opacity: 0.6;
    text-align: center;
}

.bizden-haberler .owl-next i, .bizden-haberler .owl-prev i {;
    font-size: 16px;
    display: block;
    padding: 10px;
}

.bizden-haberler .owl-prev {
}

.bizden-haberler .owl-next {
}

.bizden-haberler .owl-prev:hover i, .bizden-haberler .owl-prev:focus i {
    opacity: 1;
    transition: all 0.6s ease;
    color: #000;
}

.bizden-haberler .owl-next:hover i, .bizden-haberler .owl-next:focus i {
    opacity: 1;
    transition: all 0.6s ease;
    color: #000;
}

/* üye menü*/

.nav_uyemenu {
    z-index: 21;
    box-shadow: 0px 0 1px #ccc;
    background: #f8f8f8;
    margin-bottom: 10px;;
}

.nav_uyemenu .int {
    background-repeat: repeat-x;
    position: relative;
}

.nav_uyemenu .main {
    margin: 0;
    padding: 0;
    text-align: center;
}

.nav_uyemenu .submenu {
    color: #FFFFFF;
    display: inline-block;
    line-height: 25px;;
}

.nav_uyemenu .submenu-a {
    color: #666666;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 11px 5px 11px;
    display: block;
    outline: medium none;
    position: relative;;
    border-bottom: none;
    min-height: 26px;
    border-left: 1px solid #f3f2fa;
}

.nav_uyemenu i {
    padding-right: 5px;
}

.nav_uyemenu .submenu:hover > .submenu-a {
    background: #96999c;
    color: #FFF;
}

.nav_uyemenu .submenu .submenu-a {
}

.nav_uyemenu .submenu:last-child .submenu-a {
    border-right: 1px solid #f7f6fe;
}

.nav_uyemenu .submenu:first-child .submenu-a {
}

.nav_uyemenu .menu_list {
    background: none repeat scroll 0 0 #fff;
    display: none;
    height: auto;
    position: absolute;
    min-width: 200px;
    z-index: 50;
    box-shadow: 0px 1px 8px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 8px -3px rgba(0, 0, 0, 0.5);
}

.nav_uyemenu .submenu:hover > .menu_list {
    display: block;
}

.nav_uyemenu .menu_list li {
    text-align: left;
    display: block;
    margin: 0;
    padding: 0;
}

.nav_uyemenu .menu_list li a {
    display: block;
    color: #575757;
    transition: all 0.3s ease;
    padding: 5px 10px;
    margin: 0;
}

.nav_uyemenu .menu_list li a:hover {
    background: #ededed;
}

@media (max-width: 480px) {
    .nav_uyemenu,
    .nav_uyemenu .int,
    .nav_uyemenu .main,
    .nav_uyemenu .submenu,
    .nav_uyemenu .menu_list {
        margin: 0;
        width: 100%;
        position: inherit;
        float: none;
        height: auto;
        box-sizing: border-box;
    }

    .nav_uyemenu .submenu:hover > .menu_list {
        display: none;
    }

    .nav_uyemenu .menu_list {
        position: inherit;
    }

}

/* sol menüler*/
.solmenu {
    position: relative;
    padding-bottom: 0px;
    margin: 0px;
    margin-bottom: 5px;
}

.solmenu .baslik, .solmenu .baslik-turuncu, .solmenu .baslik-gri, .solmenu .baslik-mavi {
    text-align: left;
    display: block;
    font-weight: bold;
    margin: 0px;

}

.baslik-mavi a {
    color: #FFF;
}

.baslik-turuncu a {
    color: #FFF;
}

.baslik-gri a {
    color: #FFF;
}

.solmenu .baslik {
    font-size: 14px;
}

.solmenu .baslik {
    color: #282727;
    padding: 8px 0 8px 7px;
    font-size: 16px;
}

.solmenu .baslik a span, .solmenu .baslik a {
    color: #006600;
    font-size: 16px;

}

.solmenu .baslik-gri, .solmenu .baslik-turuncu, .solmenu .baslik-mavi {
    padding: 10px 2px 0 10px;
    height: 25px;
    color: #FFF;
    overflow: hidden;

}

.solmenu .baslik-turuncu {
    background-image: url(../images/k/sag-menu-bg-truncu-tam.png);
}

.solmenu .baslik-gri {
    background-image: url(../images/k/sag-menu-bg-gri-tam.png);
}

.solmenu .baslik-mavi {
    background-image: url(../images/k/sag-menu-bg-mavi-tam.png);
}

.solmenu .orta-kat {
    text-align: left;
}

.solmenu .orta-kat li {
    display: block;
    border-bottom: 1px dotted #DADEDF;
}

.solmenu .orta-kat .sol {
    display: block;
    color: #004777;
    font-weight: normal;
    background-repeat: repeat-x;
    background-position: 10px center;
    padding: 5px 2px 4px 20px;
    border-bottom: 1px solid #E1E1E1;
}

.sol-tree1, .sol-tree2, .sol-tree3, .sol-tree4, .sol-tree4 {
    display: block;
    color: #004777;
    font-weight: normal;
    background-image: url(../images/k/sol-tree.jpg);
    background-repeat: no-repeat;
    border: none;
    padding: 3px;
}

.sol-tree1 {
    background-position: 20px 3px;
    padding-left: 35px;
}

.sol-tree2 {
    background-position: 35px 3px;
    padding-left: 50px;
}

.sol-tree3 {
    background-position: 50px 3px;
    padding-left: 65px;
}

.sol-tree4 {
    background-position: 65px 3px;
    padding-left: 80px;
}

.sol-tree5 {
    background-position: 80px 3px;
    padding-left: 95px;
}

.solmenu .orta-kat .sol:hover {
    background-image: url(../images/k/solmenu-a-bg-hover.jpg);
    text-decoration: none;
    color: #FF7E00;
    cursor: pointer;
}

.selected {
}

.solmenu .orta {
    text-align: left;
    padding: 0 0 0 20px;
}

.solmenu .ortasag {
    text-align: left;
}

.solmenu .orta a {
    display: block;
    color: #2C2C2C;
    font-weight: normal;
    background-image: url(../images/k/sol.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 5px 2px 5px 24px;
}

.solmenu .orta .secili {
    text-decoration: none;
    cursor: pointer;
    background: url(../images/k/sol-ok-kategori-hover.jpg) 12px center no-repeat;
    color: #F00;
}

.solmenu .orta .anakat {
    display: block;
    color: #000;
    font-weight: normal;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 5px 2px 4px 24px;
    border: none;
}

.solmenu .orta .anakat:hover {
    text-decoration: none;
    color: #009900;
    cursor: pointer;
    background: url(../images/k/sol-ok-kategori-hover.jpg) 10px center no-repeat;
}

.solmenu .orta .secili {
    text-decoration: none;
    cursor: pointer;
    background: url(../images/k/sol-ok-kategori-hover.png) 12px center no-repeat;
    color: #F00;
}

.solmenu .orta .kategori-secili {
    color: #F00;
    padding: 2px 2px 2px 15px;
    background-image: url(../images/k/sol-ok-kategori-hover.png);
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration: none;
    cursor: pointer;
    border: none;
    margin-left: 20px;
}

.solmenu .orta .kategori {
    text-decoration: none;
    cursor: pointer;
    background-image: url(../images/k/sol-ok-kategori.png);
    background-position: left center;
    background-repeat: no-repeat;
    border: none;
    color: #333;
    padding: 2px 2px 2px 15px;
    margin-left: 20px;
}

.solmenu .orta a:hover {
    color: #0066FF;
    text-decoration: none;
}

.solmenu .orta .kategori:hover, .solmenu .orta .kategori-secili {
    color: #F00;
    padding: 2px 2px 2px 15px;
    background-image: url(../images/k/sol-ok-kategori-hover.png);
    background-position: left center;
    background-repeat: no-repeat;

}

.solmenu .orta .sollink2 {
    display: block;
    padding: 1px;
    padding-left: 22px;
    color: #000;
    font-weight: normal;
    background-image: none;
    font-size: 11px;
}

.solmenu .orta .sollink .sollink2:hover {
    text-decoration: none;
    color: #0FF;
    cursor: pointer;

}

.solmenu-urunkategori-ara {
    margin-left: 10px;
}

.solmenu-urunkategori {
    padding-left: 10px;

    border-bottom: 1px solid #E1E1E1;
}

/* Gövde */
.govdeanaust {
    height: 36px;
    text-align: left;
    background-repeat: no-repeat;

}

.govdeanaust a {
    display: inline-block;
    color: #666666;
    font-size: 11px;
    padding-top: 10px;
    padding-left: 5px;
    font-weight: bold;
}

.govdeanaust a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.govdeanaust a:hover {
    text-decoration: none;
    color: #FF0000;
}

.govdeanaorta {
    font-size: 10px;
    text-align: left;
    background-repeat: repeat-y;
}

.govdeanaalt {
    font-size: 10px;
    text-align: left;
    margin-bottom: 5px;
    height: 8px;
}

/* Gövde son*/

/* Gövde */

.govdetepe {
    width: 765px;
    height: 30px;
    background-repeat: no-repeat;
}

.govdetepe a {
    display: inline-block;
    color: #666666;
    padding-top: 10px;
    padding-left: 5px;
    font-weight: bold;
}

.govdetepe a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.govdeust {
    height: 36px;
    text-align: left;
    background-repeat: no-repeat;
    padding-left: 10px;

}

.govdeust a {
    display: inline-block;
    color: #666666;
    padding-top: 10px;
    padding-left: 5px;
    font-weight: bold;
}

.govdeust a:hover {
    text-decoration: none;
    color: #FF7E00;
}

.govdeorta {
    text-align: left;
}

.govdeorta #govdeortaic {
    padding: 5px;
}

.govdealt {
    text-align: left;
    margin-bottom: 5px;
    height: 52px;

}

#sayacv3 {

}

#sayacv3 label, #sayacv3 a, #sayacv3 span {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    padding: 4px 7px 4px 7px;
    margin: 1px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}

#sayacv3 label {

    color: #333;
}

#sayacv3 a {
    background-color: #FFF;
    color: #6D6D6D;
    border: 1px solid #CFCFCF;
}

#sayacv3 a:hover, #sayacv3 span {
    background-color: #F27908;
    border: 1px solid #F27908;
    color: #FFF;

}

#sayacv3 span {
    padding: 4px 7px 4px 7px;
}

#hizli-ara {
    display: block;
    position: absolute;
    width: 260px;
    top: 30px;
    right: 71px;
    z-index: 9999999999999999;
    background-color: #F9F9F9;
    display: none;
}

#hizli-ara table {
    margin: 0;
    padding: 0;
    width: 100%;
}

#hizli-ara table td {
    padding: 3px;
}

.Grid {
    width: 100%;
    _width: 97%;
}

.Grid th {
    background-color: #8C9EC4;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFF;
    border-bottom-color: #CCC;
    padding: 3px;
    border-right-color: #CCC;
    border-left-color: #FFF;
    text-align: left;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    color: #FFF;
}

.Grid td label {
    display: inline-block;
    padding: 4px;
}

.Grid td {
    padding: 3px;
    color: #333333;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFF;
    border-bottom-color: #CCC;
    text-align: left;
}

.govdemenu {
    padding-bottom: 5px;
    margin: 0px 0 0 0;
}

.govdemenu .baslik {
    text-align: left;
    display: block;
    font-weight: normal;
    margin: 0px;
    color: #2C2C2C;
    padding: 12px 2px 12px 10px;
    font-size: 16px;
    background: url(../images/k/govde-ust.png) left top no-repeat;

}

.govdemenu .baslik2 {
    margin: 0px;
    color: #2C2C2C;
    padding: 12px 2px 12px 10px;
    background: url(../images/k/govde-ust.png) left top no-repeat;
}

.govdemenu .baslik2 h1 {
    font-size: 16px;
    display: block;
    font-weight: bold;
    text-align: left;
    color: #0066FF;
}

.govdemenu .baslik * {
    color: #2C2C2C;
}

.govdemenu .ic {
    margin: 10px;
}

.yeni-grid {
    border-top: 1px solid #B6B6B6;
    border-left: 1px solid #B6B6B6;
    border-bottom: none;
    border-right: none;
    /*background:url(../images/i/i-table-td.png) repeat-x left bottom #FFF;*/
    margin: 1px;
    color: #000;
    text-align: left;

}

.yeni-grid th {
    /* background:url(../images/i/i-table-th.png) repeat-x left top #DDDDDD;*/
    background-color: #DDDDDD;
    vertical-align: middle;
    padding: 3px 2px 3px 5px;
    border: 1px solid #B6B6B6;
    border-left: none;
    border-top: none;
    font-weight: bold;

}

.yeni-grid th, .yeni-grid th * {
    color: #000;
}

.yeni-grid td {
    padding: 4px;
    border: 1px solid #B6B6B6;
    border-left: none;
    border-top: none;
    min-height: 36px;
}

.yeni-grid-yan {
    border-top: 1px solid #DADADA;
    border-left: 1px solid #DADADA;

    border-bottom: none;
    border-right: none;

}

.yeni-grid-yan th {
    background: #E9E9E9;
    vertical-align: middle;
    text-align: left;
    padding: 2px 2px 2px 5px;
    border-left: 4px solid #DADADA;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #DADADA;
}

.yeni-grid-yan th, .yeni-grid-yan th * {
    color: #000;
}

.yeni-grid-yan td {
    padding: 4px;
    border-left: 1px solid #FFF;
    border-top: 1px solid #FFF;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    background: #F3F3F3;
}

#IcerikDiv * {
    line-height: 17px;
    font-size: inherit;
}

.uye-bottom-button {

    -moz-box-shadow: 0px 1px 0 0 #333333;
    -webkit-box-shadow: 0px 1px 0 0 #333333;
    box-shadow: 0px 1px 0 0 #999999;

    background-color: #494949;
    -o-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    border: none;
    display: inline-block;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 24px;
    text-decoration: none !important;
}

.uye-bottom-button:hover {
    background: #000;
    color: #CCC;
}

.uye-bottom-button:active {
    position: relative;
    top: 1px;
}

.basa-don {
    background: url("../images/yukari.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: none;
    height: 34px;
    width: 34px;
}

.basa-don:hover {
    background: url("../images/yukari.png") no-repeat scroll 0 -34px transparent;
}

.btnortak {
    padding: 4px;
    color: #FFF;
    border: 1px solid #FFF;
    font-size: 12px;
}

.btn-sepet-sil {
    background-color: #F00;
}

.btn-sepet-list-ekle {
    background-color: #9B881C;
}

.btn-sepet-guncelle {
    background-color: #2CA1D7;
}

.btn-sepet-bosalt {
    background-color: #E11C26;
}

.sepet-detay {
    padding: 5px;
    border: 1px solid #ADD2E4;
    background-color: #FFF;
    margin-bottom: 10px;
}

.sepet-bilgi {
    padding: 5px;
    border: 1px solid #C5DDD8;
    background-color: #F3F3F3;
    margin-bottom: 10px;
}

.sepetadet {
    border: 1px solid #CCC;
    background-color: #FFF;
    width: 30px;
    font-size: 12px;
    color: #000;
    text-align: center;
    padding: 4px;

}

.liste-grid {
    border-top: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
}

.liste-grid th {
    font-size: 12px;
    padding: 4px;
    color: #008DE9;
    background-color: #FFF;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    background: url(../images/k/tablo-th-bg.jpg) repeat-x;
}

.liste-grid td {
    padding: 4px;
    border-bottom: 1px dotted #999;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}

.ana-sayfaya-don {
    display: block;
    background: url(../images/k/ana-sayfaya-don.png) center center no-repeat;
    width: 19px;
    height: 16px;
}

.ana-sayfaya-don:hover {
    background: url(../images/k/ana-sayfaya-don-hover.png) center center no-repeat;
    text-decoration: none;
}

.liste-grid th {
    border-bottom: 1px dotted #CCC;
}

.yesil1, .kirmizi, .mavi, .yesil {
    border-radius: 2px;
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    margin: 1px;
    padding: 3px 5px;

}

.yesil1:hover, .kirmizi:hover, .mavi:hover, .yesil:hover {
    opacity: 0.5;
    color: #FFF;
    curser: pointer;
}

.kirmizi {
    background: #F00;
}

.mavi {
    background: #09F;
}

.yesil {
    background: #0C0;
}

.yesil1 {
    background: #75731C;
}

/*			yeni versiyon  */

.footer {
    background: #F8F8F8;
}

.footer .contanier {
}

.footer .f-box {
    float: left;
    width: 20%;
}

.footer .f-box:nth-child(4) {
    width: 40%;
}

.footer .f-box h5 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    padding: 5px;
    text-align: left;
    color: #000;
    line-height: 60px;
    font-size: 16px;
}

.footer .f-box ul {
    padding-bottom: 20px;
}

.footer .f-box.soccial ul li {
    float: left;
}

.footer .f-box.soccial ul li i {
    background: #4D1478;
    border-radius: 50%;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    min-width: 40px;
    text-align: center;
}

.footer .f-box.soccial ul li i:hover {
    background: #c84733;
}

.footer .f-box.soccial ul li a {
    padding: 1px;
}

.footer .f-box ul li {
    display: block;
    border-bottom: 1px solid #F5F5F4;
}

.footer .f-box ul li a {
    color: #4F4F4F;
    display: block;
    padding: 10px 10px;
}

.footer .f-box ul li a i {
    padding-right: 5px;
}

.footer-bottom {
    line-height: 75px;
    background: #F3F3F3;
}

#gelince_haber_ver {
    display: none;
}



@media (min-width: 1024px) {
    .mega-menu {
        -webkit-column-count: 6 !important;
        -moz-column-count: 6 !important;
        column-count: 6 !important;
        width: 100%
    }
    .mega-menu {
        width: 1135px;
    }
    .fixed .mega-menu{
        width: 760px !important;
    }
}