/* Header BaÅŸlangÄ±Ã§ */

.header-genel {
    position:fixed;
    top:0;
    left:0;
}

a {
    text-decoration: none!important;
}

ul {
    padding: 0px;
    margin: 0px;
}

button:focus {
    outline: none;
}

body {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    font-family: 'Ubuntu', sans-serif;
}

#bd-menu {
    border-bottom: 5px solid #e6e6e6;
    box-shadow: 0 0 10px #e1e1e1;
}

.bd-menu {
    position: fixed;
    width:100%;
    left:0;
    top:0;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    /* sayfa yüklenirken gösterilen arkaplan rengimiz */
    z-index: 9999;
    /* efektin arkada kalmadığından emin oluyoruz */
}

#status {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/yukleniyor.gif);
    /* burası yazının ilk başında bahsettiğimiz animasyonu çağırır */
    background-repeat: no-repeat;
    background-position: center!important;
}

/* Customize the label (the container) */
.form-check {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media(max-width:1023px) {
    .form-check-label {
        font-size: 15px;
    }
    #celenkTarih {
        display:inline-block;
        width:65%;
        margin-right:5px;
        margin-bottom:15px;
    }
    #celenkSaat {
        display:inline-block;
        width:30%;
        margin-bottom:15px;
    }
    .mobil-tarih,.mobil-saat {
        font-size: 15px;
        margin-bottom:5px;
    }
}

/* Hide the browser's default checkbox */
.form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.form-check:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form-check input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.form-check:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.form-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.form-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobil-sepet-info li {
    list-style-type: none;
}

.mobil-sepet-info li b {
    color:#f00;
}

.tum-bagislar {
    margin-top:25px;
}

.ilerigeri {
    position:absolute;
    width:100%;
    height:100px;
    left:0;
    top:25%;
    z-index:1;
}
.ilerigeri .prev,.ilerigeri .next {
    background:rgb(255 255 255 / 60%);
    padding:5px;
    height: 80px;
    cursor:pointer;
}
.ilerigeri span i {
    position:inherit !important;
    font-size:40px !important;
}

.tum-bagislar .body {
    background:#f7f7f7;
    border-radius:5px;
    overflow:hidden;
    box-shadow:0 0 10px #e1e1e1;
    padding: 0 0 20px 0;
    border:3px solid #23b8d6;
}



.tum-bagislar .body .resim-body {
    height:250px;
    background-size:cover !important;
    background-position: center !important;
    overflow:hidden;
}

.tum-bagislar .body .baslik {
    font-weight:700;
    font-size:15px;
}

@media(max-width: 1023px) {
    .tum-bagislar .body .baslik {
        font-weight:700;
        font-size:20px;
    }
    .modal-dialog {
        width:auto !important;
    }
    .header-kategoriler {
        display:none;
    }
    .slider-bolum .item h5 {
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        text-shadow: 0 0 10px #333;
        width: 280px !important;
    }
    .header-info {
        display:none;
    }
}

.tum-bagislar .body .bagis-buton input {
    border:none;
    box-shadow:0 0 10px #e1e1e1;
    border-radius:5px;
    padding:7px 28px;
    width:100px;
    font-weight:700;
}
.tum-bagislar .body .bagis-buton a {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    box-sizing: border-box;
    text-align: center;
    outline: none;
    transition: all 0.2s ease 0s;
    padding: 15px 10px 10px 10px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    background-color: #23b8d6;
    width: 100%;
    margin-left: 15px;
}

.tum-bagislar .body .bagis-buton {
    position: relative;
}

.tum-bagislar .body i {
    font-size: 16px;
    position: absolute;
    top: 8px;
    left: 35px;
}

.bagis-detay .detay-resim {
    display:inline-block;
    width:100%;
    height:400px;
    background-size:cover !important;
    border-radius:15px;
    overflow:hidden;
}

.bagisPopup .bagisUyari span {
    font-size: 14px;
    font-weight: 700;
    color: #f00;
    margin-top: 15px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.bagisPopup .input-bagis {
    position: relative;
}

.bagisPopup .input-bagis i {
    font-size: 15px;
    position: absolute;
    top: 8px;
    left: 12px;
}

.bagisPopup input {
    padding-left:35px;
}

.bagisPopup h1 {
    font-size:23px;
    font-weight:600;
    margin-bottom:25px;
}


.bg-gri {
background: #FBFBFB;
}

.site-bosluk-hizala {
overflow: hidden;
}

.header-info {
    background:#f7f7f7;
    padding:5px 0;
}

.header-info .body {
    display:inline-block;
    padding:0 30px;
}

.header-info .body .item {
    margin-right:30px;
}

.header-info .body .item span {
    font-weight:500;
    font-size:14px;
}

.header-info .header-sosyal li {
    list-style-type:none;
    margin-left:15px;
}

.header-info .header-sosyal li a {
    color:#000;
}

.header-kategoriler {
    background:#23b8d6;
    padding:0;
}

.header-kategoriler ul li {
    list-style-type: none;
    border-right:1px solid #e1e1e1;
}

.header-kategoriler ul li a {
    display:inline-block;
    color:#fff;
    padding:10px 25px;
    font-size:13px;
}

.modal-title {
    font-size:16px;
}

.header-kategoriler ul li a .icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size:26px !important;
    background-position: 7px 6px !important;
    margin-bottom: 5px;
    box-shadow: 0 0 10px #1693ad;
    border-radius: 50%;
    background-color: #1693ad !important;
    padding: 5px;
}

.header-kategoriler ul li:last-child{
    border-right:none;
}

.header-kategoriler ul li:nth-child(1) a .icon{
    background:url("../images/icon/ramazan.png") center top no-repeat;
}

.header-kategoriler ul li:nth-child(2) a .icon{
    background:url("../images/icon/celenk.png") center top no-repeat;
}

.header-kategoriler ul li:nth-child(3) a .icon{
    background:url("../images/icon/egitim.png") center top no-repeat;
}

.header-kategoriler ul li:nth-child(4) a .icon{
    background:url("../images/icon/acilyardim.png") center top no-repeat;
}

.header-kategoriler ul li:nth-child(5) a .icon{
    background:url("../images/icon/genel.png") center top no-repeat;
}

.header-kategoriler ul li:nth-child(6) a .icon{
    background:url("../images/icon/urun.png") center top no-repeat;
}

.header-kampanya {
width: 100%;
height: auto;
position: relative;
}

.header-kampanya .header-kampanya-resim img {
width: 100%;
}

.header-kampanya.kampanya-kapat {
display: none;
}

.header-kampanya .resim {
width: 100%;
height: auto;
}

.header-kampanya .header-kampanya-gizle {
position: absolute;
right: 100px;
top: 10px;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
background: #303030;
color: #fff;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
cursor: pointer;
}

.header-menu {
width: 100%;
height: auto;
background: #fff;
position: relative;
z-index: 1030;
padding: 0px 0px;
margin-bottom:0px;
}

.header-menu .top-header {
background: #303030;
height: 70px;
display: flex;
align-items: center;
font-size: 14px;
}

.header-menu .top-header .baslik li:first-child {
padding: 0px;
}

.header-menu .top-header .baslik li {
display: inline-block;
list-style: none;
font-size: 14px;
font-weight: 400;
margin-right: 15px;
}

.header-menu .top-header .baslik li a {
padding-right: 4px;
color: #fff;
opacity: 80%;
}

.header-menu .top-header .baslik li span {
font-weight: 400;
padding-left: 4px;
}

.header-menu .top-header .sosyal span.baslik {
color: #333;
font-weight: 500;
}

.header-menu .top-header .sosyal li:first-child {
margin: 0px;
}

.header-menu .top-header .sosyal li {
display: inline-block;
list-style: none;
margin-left: 11px;
}

.header-menu .top-header .sosyal li a {
color: #000;
}

.header-menu .top-header .sosyal li a:hover {
color: #000;
text-decoration: none;
}

.header-menu .top-header .iletisim {
display: flex;
color: #000;
}

.header-menu .top-header .iletisim span.baslik {
color: #333;
font-weight: 600;
}

.header-menu .top-header .iletisim i {
padding-right: 10px;
}

.header-menu .top-bilgi {
width: 100%;
background: #fff;
color: #fff;
border-top: 1px solid #fff;
padding: 5px 0px;
height:auto;
}

.header-menu .bagisyap {
display:inline-block;
background:#23b8d6;
color:#fff;
padding:7px 15px;
border-radius:6px;
}

.header-menu .top-bilgi li:first-child {
margin-left: 0px;
border: none;
}

.header-menu .top-bilgi li {
display: inline-block;
list-style: none;
opacity: 80%;
padding: 0px 12px;
}

.header-menu .top-bilgi li a {
color: #fff;
}

.header-menu .top-bilgi span {
font-size: 13px;
line-height: 24px;
font-weight: 500;
letter-spacing: 0.4px;
text-transform: uppercase;
display: block;
}

.header-menu .navbar-brand-bg {
width: 100%;
height: auto;
padding: 40px 0px;
align-items: center;
}

.header-menu .navbarbg {
width: 100%;
padding: 10px 0px;
}

.header-menu .navbarbg .navbar-brand {
margin-top:0;
width: auto;
}

.header-menu .navbarbg .navbar-brand:focus {
outline: none;
box-shadow: none;
}

.header-menu .navbarbg .navbar-brand img {
height: 50px;
margin-right: 0px;
}

.header-menu .navbar {
padding: 0px 30px;
margin-top: 1px;
height: auto;
display: block;
}

.header-menu .navbg {
margin-top: 0px;
margin-bottom: 0px;
}

.header-menu .nav {
display: flex;
justify-content: center;
position: relative;
bottom: auto;
overflow: visible;
}

.header-menu .nav ul {
display: block;
position: relative;
zoom: 1;
list-style-type: none;
margin: 0;
padding: 0
}

.header-menu .nav li:first-child {
margin-left: 0px;
}

.header-menu .nav li {
position: relative;
margin-left: 0px;
display: inline-flex;
align-items: center;
padding:20px;
}

.header-menu .nav li:first-child:before {}

.header-menu .nav li:before {
content: '';
position: relative;
display: block;
width: 8px;
height: 8px;
background: #227fb1;
margin: 0px 5px;
border-radius: 50%;
display: none;
}

.header-menu .nav li a {
border-radius: 0;
padding: 9px 0px;
font-size: 16px;
line-height: 13px;
font-weight: 700;
color: #000;
text-decoration: none;
text-transform: uppercase;
display: flex;
align-items: center;
letter-spacing: 0;
}

.header-menu .nav li a .icon {
height: 25px;
padding-right: 7px;
display:none;
}

.header-menu .nav li a .icon img {
height: 100%;
}

.header-menu .nav li.active a {
background: transparent;
color: #227fb1;
}

.header-menu .nav li a:hover {
background: transparent;
color: #227fb1;
}

.header-menu .nav ul {
display: block;
text-align: center;
}

.header-menu .nav ul li:hover ul {
display: block
}

.header-menu .nav ul ul {
display: none;
position: absolute;
top: 100%;
left: 0;
z-index: 901;
width: 100%;
min-width: 220px;
background: #fff;
margin-top: 0px;
padding: 12px 15px;
}

.header-menu .nav ul ul li {
display: block;
margin: 0px;
}

.header-menu .nav ul ul li a {
font-size: 12px;
padding: 7px 0px;
}

.header-menu .nav ul ul ul {
top: 5px;
left: 100%;
z-index: 902;
background: #fff;
}

.header-menu .nav ul ul ul ul {
z-index: 903;
background: #fff;
}

.header-menu .nav ul ul ul ul ul {
z-index: 904;
background: #fff;
}

.header-menu .nav ul ul li.nav-left>ul {
left: auto;
right: 95%
}

.header-menu .nav-no-js .nav li:hover>ul {
display: block
}

.header-menu .nav>ul>.nav-submenu>a:after {
content: "\eab6";
font-family: "fontello";
}

.header-menu .nav li.nav-active>a,
.nav li:hover>a {
color: #227fb1;
background: transparent;
}

.header-menu .nav .nav-submenu>ul {
margin-left: 0px
}

.header-menu .nav .nav-submenu>ul li {
margin-left: 0px;
display: block;
width: 100%;
}

.header-menu .nav .nav-submenu>ul li a {
width: 100%;
display: flex;
padding: 13px 13px 13px 13px;
color: #fff;
font-size: 13px;
}

.nav .nav-submenu>a:after {
content: "\eab8";
font-family: "fontello";
margin-left: auto;
padding-left: 10px;
}

.bd-menu .header-menu .top-header {
display: flex;
}

.bd-menu .header-menu {
box-shadow: 0px -10px 15px #000
}

.header-menu a.kargotakip {
color: #fff;
font-size: 13px;
width: 188px;
}


.header-menu a.kargotakip i {
margin-right: 10px;
}

.header-search {
max-width: 215px;
box-sizing: border-box;
display: flex;
align-items: center;
width: 100%;
}

.header-search form {
width: 100%;
}

.header-search form .form-control {
width: 100%;
border: 1px solid rgba(255, 255, 255, 0.25882352941176473);
outline: none;
font-weight: 300;
font-size: 13px;
border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-ms-border-radius: 4px 4px 4px 4px;
-o-border-radius: 4px 4px 4px 4px;
height: 35px;
padding-left: 15px;
background: transparent;
color: #fff;
}

.header-search form .form-control:-webkit-input-placeholder {
color: #fff;
}

.header-search form .form-control:-ms-input-placeholder {
color: #fff;
}

.header-search form .form-control::placeholder {
color: #fff;
}

.header-search form .form-control:focus {
box-shadow: none;
}

.header-search form button.ara {
border: none;
background: #f8c400;
color: #fff;
font-size: 13px;
font-weight: 600;
right: 0px;
width: 24px;
height: 24px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
display: flex;
align-items: center;
line-height: 24px;
justify-content: center;
position: absolute;
top: 15px;
right: 6px;
}

.header-search form button.ara:focus {
border: none;
}

.header-uyelik {
width: auto;
display: flex;
align-items: center;
}

.header-uyelik li:first-child {
margin-left: 0px;
}

.header-uyelik li {
list-style: none;
display: inline-block;
margin-left: 5px;
}

.header-uyelik li a {
color: #fff;
font-size: 17px;
font-weight: 500;
display: flex;
align-items: center;
background: #232323;
border-radius: 10px;
padding: 1px 10px;
}


@media(max-width:1023px) {
    .header-uyelik li a {
        font-size: 11px;
    }
}

.header-uyelik li a .userr {
display: none;
}

.header-uyelik li a.uyeol {
border: dashed 1px #dadada;
padding: 8px 8px;
border-radius: 4px;
background: rgba(241, 241, 241, 0.41);
}

.header-uyelik li a.uyeol:hover {
border: dashed 1px #fff;
background: #F8C400;
color: #000;
}

.header-uyelik li a .uyelikb {
display: none;
}

.header-uyelik li a .uyelikb2 {
display: block;
padding-left: 0px;
}

.header-uyelik li a .uyelikb2 strong {
display: none;
font-size: 14px;
line-height: 14px;
font-weight: 500!important;
}

.header-uyelik li a .uyelikb2 small {
display: none;
font-size: 12px;
line-height: 12px;
opacity: 70%;
}

.header-uyelik li a img {
height: 22px;
}

.header-uyelik li a i {
padding-right: 0px;
font-size: 17px;
}

.header-uyelik li a i.icon-bag {
    font-size:24px;
}

.header-uyelik li .sayi {
border-radius: 50%;
text-align: center;
font-size: 17px;
line-height: 12px;
font-weight: 500!important;
margin-left: 5px;
display: flex;
align-items: center;
justify-content: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
color: #fff;
margin-top:0;
}

.mobil-search-b {
background: transparent;
color: #fff;
width: auto;
font-size: 17px;
text-align: center;
border: none;
border-radius: 50%;
cursor: pointer;
}

.mobil-search {
position: absolute;
display: none;
top: 100%;
margin-top: auto;
cursor: pointer;
right: 15px;
background: #fff;
z-index: 99;
box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.16);
}

.mobil-search.mobil-search-open {
display: block!important;
}

.mobil-search.mobil-search-kapat {
display: none!important;
}

.mobil-search input {
background: #fff;
border: 1px solid #2E6DA4;
padding: 10px;
border-radius: 0px;
}

.mobil-search input:focus {
box-shadow: none;
outline: none;
border: solid 1px #000;
}

.mobil-search .ara {
background: #2E6DA4;
color: #fff;
border: none;
padding: 0px 15px;
}

.mobil-search:focus-within input {
border-color: #000;
}

.mobil-search:focus-within .ara {
background: #000;
}


/* Header Son */


/*Slider BÃ¶lÃ¼m BaÅŸlangÄ±Ã§ */


/* --------------------------------*/

.slider-bolum {
    width: 100%;
    height: auto;
    background:#fff;
    display: flex;
    align-items: center;
}

.slider-bolum .slider {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 0px;
    display: block;
}

.slider-bolum .slider .bannerefek {
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.slider-bolum .slide .icr .owl-item {
    height: auto;
}

.slider-bolum .slider .owl-item .item {
    width: 100%;
    height: auto;
}

.slider-bolum .slider .owl-item .item .resim {
    height: 490px;
    background: #fff;
    padding: 5px;
    background-size: cover!important;
    background-position: center;
}

@media(max-width:1023px) {
    .slider-bolum .slider .owl-item .item .resim {
        height:350px;
    }
    .slider-bolum {
        height:345px;
    }
    .slider-bolum .item a.detay-buton,.slider-bolum .item a.bagis-buton {
        font-size:14px;
        font-weight:700;
    }
    .slider-bolum .item h1 {
        font-size:20px;
    }

    .tum-bagislar .body input {
        font-size:16px;
        font-weight:700;
    }

    .tum-bagislar .body input::placeholder {
        font-size:16px;
        font-weight:700;
    }

}

.slider-bolum .item .text-shadow {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgb(0 0 0 / 30%);
    z-index:0;
}

.slider-bolum .item h1 {
    font-size:25px;
    font-weight:700;
    color:#fff;
    text-shadow: 0 0 10px #333;
}
.slider-bolum .item h5 {
    font-size:18px;
    font-weight:300;
    color:#fff;
    text-shadow: 0 0 10px #333;
}

.slider-bolum .item a.detay-buton {
    display:inline-block;
    padding:10px 15px;
    color:#fff;
    background:#666;
    border-radius:5px;

}

.slider-bolum .item a.bagis-buton {
    display:inline-block;
    padding:10px 15px;
    color:#fff;
    background:#23b8d6;
    border-radius:5px;

}

.slider-bolum .slider .owl-item .item .resim img {
    max-width: 100%;
}

.slider-bolum .slider .owl-item .item .text {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    display: flex;
    align-items: center;
}

.slider-bolum .slider .owl-item .item .text .text1 {
    width: 100%;
    height: auto;
    display: block;
}

.slider-bolum .slider .owl-item .item .text .text2 {
    width: 100%;
    height: auto;
    display: block;
}

.slider-bolum .slider .owl-item .item .text a.button {
    margin-top: 50px;
    padding: 13px 25px;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
}

.slider-bolum .slider .owl-item .item .text a.button.button1 {
    border: solid 1px #fff;
    color: #fff;
}

.slider-bolum .slider .owl-item .item .text a.button.button2 {
    border: solid 1px #fff;
    color: #202020;
    background: #fff;
}

.slider-bolum .slider .owl-item .item .text a.button i {
    margin-right: 5px;
}


/*Slider Etki BaÅŸlangÄ±Ã§*/

.slider-bolum .slider .owl-item .item .text .text1 {
    opacity: 0;
    transform: translate(0%, -100%);
}

.slider-bolum .slider .owl-item .item .text .text2 {
    opacity: 0;
    transform: translate(0%, -100%);
}

.slider-bolum .slider .owl-item.active .item .text .text1 {
    opacity: 1;
    transform: translate(0%, 0%);
}

.slider-bolum .slider .owl-item.active .item .text .text2 {
    opacity: 1;
    transform: translate(0%, 0%);
}

.slider-bolum .slider .owl-item .item .text a.button.button1 {
    opacity: 0;
    transform: translate(0%, -100%);
}

.slider-bolum .slider .owl-item .item .text a.button.button2 {
    opacity: 0;
    transform: translate(0%, -100%);
}

.slider-bolum .slider .owl-item.active .item .text a.button.button1 {
    opacity: 1;
    transform: translate(0%, 0%);
}

.slider-bolum .slider .owl-item.active .item .text a.button.button2 {
    opacity: 1;
    transform: translate(0%, 0%);
}


/*Slider Etki Son*/


/*Slider Etki BaÅŸlangÄ±Ã§*/

.slider-bolum .slider .owl-dots {
    position: absolute;
    margin-top: 0px;
    bottom: 15px;
    left: 0px;
    width: 100%;
    height: auto;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.slider-bolum .slider .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    margin: 0px 3px;
}

.slider-bolum .slider .owl-theme .owl-dots .owl-dot.active span {
    background: #000;
}

.slider-bolum .slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}

.slider-bolum .slider .owl-nav {
    top: 50%;
    width: 100%;
    position: absolute;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.slider-bolum .slider .owl-nav .owl-prev,
.slider-bolum .slider .owl-nav .owl-next {
    top: 50%;
    margin-top: -22px!important;
    line-height: normal!important;
    display: flex!important;
    align-items: center;
    background: #fff!important;
    border: solid 1px #ccc!important;
    color: #000!important;
    position: absolute;
    z-index: 999;
    border-radius: 2px!important;
    margin: 0px!important;
    opacity: 0.5!important;
    justify-content: center!important;
    font-size: 12px!important;
}

.slider-bolum .slider .owl-nav .owl-prev span,
.slider-bolum .slider .owl-nav .owl-next span {}

.slider-bolum .slider .owl-nav .owl-next {
    right: 20px;
}

.slider-bolum .slider .owl-nav .owl-prev {
    left: 20px;
}

.slider-bolum .slider .owl-nav .owl-prev:hover,
.slider-bolum .slider .owl-nav .owl-next:hover {
    opacity: 1!important;
    background: #fff!important;
    color: #202020!important;
}

.slider-bolum .slider:hover .owl-nav {
    opacity: 1;
}

.slider-bolum .slider:hover .owl-dots {
    opacity: 1;
}


/*Slider Etki Son*/

.slider-bolum .slider .owl-item .item .text .text1 {
    font-size: 47px;
    letter-spacing: 0px;
}

.slider-bolum .slider .owl-item .item .text .text2 {
    font-size: 18px;
    opacity: 1!important;
}

.slider-bolum .slider .owl-item .item .text a.button {
    margin-top: 50px;
    padding: 13px 25px;
    font-size: 13px;
}

.slider-bolum .slider .owl-dots {
    opacity: 0;
}

.slider-bolum .slider .owl-nav {
    opacity: 0;
}

.slider-bolum .slider .owl-nav .owl-prev,
.slider-bolum .slider .owl-nav .owl-next {
    font-size: 20px!important;
    width: 50px;
    height: 50px;
}


/*Slider BÃ¶lÃ¼m Son */

.page-icerik {
    width: 100%;
    border-top: 1px solid #f1f1f1;
    padding: 50px 0px;
}


/*ÃœrÃ¼n Listeleme BaÅŸlangÄ±Ã§*/

.urun-liste {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: block;
    position: relative;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #f3f3f3;
    margin: 8px;
}

.urun-liste .yuzde {
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #f8c400;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 99;
    font-weight: 500;
    font-size: 12px;
}

.urun-liste .kampanya {
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #C7D7CA;
    color: #000;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 56px;
    z-index: 99;
    font-weight: 500;
    font-size: 12px;
}

.urun-liste .resim {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.urun-liste .sepeteekle {
    background: #070605;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 7px 0px;
    cursor: pointer;
}

.urun-liste .resim img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    margin: 0px auto;
    transition: transform .5s ease;
}

.urun-liste a:hover .resim img {
    transform: scale(1.1);
}

.urun-liste .resim .buttons {
    width: 100%;
    height: auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    transition: all .5s ease-in-out;
    bottom: -50px;
    background: transparent;
}

.urun-liste .resim .buttons .icon {
    width: 43px;
    height: 43px;
    align-items: center;
    display: flex;
    background: #F39200;
    color: #fff;
    border-radius: 50%;
    margin: 0px 2px;
}

.urun-liste .resim .buttons .icon i {
    margin: 0px auto;
}

.urun-liste .resim .buttons .icon:hover {
    background: #000;
    color: #fff;
}

.urun-liste:hover .resim .buttons {
    width: 100%;
    height: auto;
    opacity: 1;
    bottom: 15px;
}

.urun-liste:hover .resim {
    transition: all .5s ease-in-out;
}

.urun-liste .text {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10px 10px;
    font-size: 14px;
}

.urun-liste .text .baslik {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 10px;
    display: block;
    color: #1e1e23;
    font-weight: 500;
    font-size: 13px;
}

.urun-liste .text .fiyat {
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
}

.urun-liste .text .fiyat .eski {
    text-decoration: line-through;
    color: #999;
    font-weight: 400;
    margin-left: 10px;
    margin-top: 0px;
}

.urun-liste .text .fiyat .yeni {
    font-weight: 600;
    color: #f8c400;
}

.urun-liste .text .fiyat .yeni {
    font-weight: 600;
    color: #f8c400;
}

.urun-liste2 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: block;
    position: relative;
    background: #fff;
}

.urun-liste2:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.urun-liste2 .yuzde {
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #f8c400;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 99;
    font-weight: 500;
    font-size: 12px;
}

.urun-liste2 .kampanya {
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #C7D7CA;
    color: #000;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 56px;
    z-index: 99;
    font-weight: 500;
    font-size: 12px;
}

.urun-liste2 .resim {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    border: solid 1px #e4e4e4;
}

.urun-liste2 .resim img {
    height: 100%;
    margin: 0px auto;
    transition: transform .5s ease;
}

.urun-liste2 .resim .buttons {
    width: 100%;
    height: auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    transition: all .5s ease-in-out;
    bottom: -50px;
    background: transparent;
}

.urun-liste2 .resim .buttons .icon {
    width: 43px;
    height: 43px;
    align-items: center;
    display: flex;
    background: #C7D7CA;
    color: #000;
    border-radius: 50%;
    margin: 0px 2px;
}

.urun-liste2 .resim .buttons .icon i {
    margin: 0px auto;
}

.urun-liste2 .resim .buttons .icon:hover {
    background: #f8c400;
    color: #fff;
}

.urun-liste2:hover .resim .buttons {
    width: 100%;
    height: auto;
    opacity: 1;
    bottom: 15px;
}

.urun-liste2:hover .resim {
    border: none;
    transition: all .5s ease-in-out;
}

.urun-liste2 .text {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 15px 25px;
}

.urun-liste2:hover .text {
    opacity: 0;
}

.urun-liste2 .text .baslik {
    width: 100%;
    height: 25px;
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 10px;
    display: block;
    color: #1e1e23;
    font-weight: 600;
}

.urun-liste2 .text .fiyat {
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
}

.urun-liste2 .text .fiyat .eski {
    text-decoration: line-through;
    color: #999;
    font-weight: 400;
    margin-right: 10px;
    margin-top: 0px;
}

.urun-liste2 .text .fiyat .yeni {
    font-weight: 600;
    color: #F39200;
}

.urun-liste2:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.urun-liste2 .slide-down-box {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #ffffff;
    padding-top: 11px;
    padding-bottom: 30px;
    z-index: 99;
    margin-top: -85px;
}

.urun-liste2:hover .slide-down-box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.urun-liste2 .slide-down-box .message {
    font-size: 14px;
    color: #666666;
    display: block;
    line-height: 17px;
    margin: 0 0 19px;
    text-align: center;
    padding: 0 15px;
}

.urun-liste2 .slide-down-box .text {
    opacity: 1!important;
    position: relative!important;
}

.urun-liste2 .slide-down-box .text .baslik {
    height: auto!important;
}

.urun-liste2 .slide-down-box .buttons {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0px 25px;
}

.urun-liste2 .slide-down-box .kalp {
    font-family: "fontello";
}

.urun-liste2 .slide-down-box .kalp:before {
    content: '\e83f';
}

.urun-liste2 .slide-down-box .kalp.active {
    font-family: "fontello";
}

.urun-liste2 .slide-down-box .kalp.active:before {
    content: '\e83e';
}

.btn-satinal {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 99px;
    line-height: 1;
    padding: 10px 10px;
    background-color: #F39200;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    -o-border-radius: 99px;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kategoriler {
    padding: 50px 0px;
    background: #fff;
}

.kategoriler .kategorislider .item {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kategoriler .kategorislider .item .icon {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #ccc;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kategoriler .kategorislider .item .icon img {
    height: 60px;
    width: 60px;
}

.kategoriler .kategorislider .item .icon svg {
    height: 60px;
    width: 60px;
}

.kategoriler .kategorislider .item .icon.renk1 {
    background: #F8EAE4;
}

.kategoriler .kategorislider .item .icon.renk2 {
    background: #E9F1F9;
}

.kategoriler .kategorislider .item .icon.renk3 {
    background: #FCEBEC;
}

.kategoriler .kategorislider .item .icon.renk4 {
    background: #EEF7F5;
}

.kategoriler .kategorislider .item .icon.renk5 {
    background: #D0DFF6;
}

.kategoriler .kategorislider .item .icon.renk6 {
    background: #E9D7F1;
}

.kategoriler .kategorislider .item .icon.renk7 {
    background: #F1C4CB;
}

.kategoriler .kategorislider .item .icon.renk8 {
    background: #FFDBCD;
}

.kategoriler .kategorislider .item .icon.renk9 {
    background: #DEEFD6;
}

.kategoriler .kategorislider .item .icon.renk10 {
    background: #F3F1C8;
}

.kategoriler .kategorislider .item .icon .svgIcon {
    fill: #000;
}

.kategoriler .kategorislider .item .icon .svgIcon path {
    fill: #000;
}

.kategoriler .kategorislider .item span {
    margin-top: 10px;
    color: #000;
    display: block;
    font-weight: 700;
    font-size: 15px;
}

.kategoriler .kategorislider .owl-dots {
    display: none;
    position: relative;
    margin-top: 21px;
    width: 100%;
    height: auto;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    text-align: center;
}

.kategoriler .kategorislider .owl-theme .owl-dots .owl-dot span {
    background: #000;
    margin-top: -10px!important;
    margin: 0px 4px;
    display: inline-block;
    width: 8px!important;
    height: 8px!important;
    border-radius: 0px!important;
}

.kategoriler .kategorislider .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    border: solid 2px #000;
    width: 12px!important;
    height: 12px!important;
}

.kategoriler .kategorislider .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: solid 2px #000;
}

.kategoriler .kategorislider .owl-nav {
    top: 40%;
    width: 100%;
    position: absolute;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.kategoriler .kategorislider .owl-nav .owl-prev,
.kategoriler .kategorislider .owl-nav .owl-next {
    top: 50%;
    /* margin-top: -62px!important; */
    /* line-height: normal!important; */
    display: flex!important;
    align-items: center;
    background: #fff!important;
    border: solid 1px #e4e4e4!important;
    color: #000!important;
    position: absolute;
    z-index: 999;
    border-radius: 0px!important;
    margin: 0px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -ms-border-radius: 0px!important;
    -o-border-radius: 0px!important;
    width: 30px;
    height: 30px;
    justify-content: center;
}

.kategoriler .kategorislider .owl-nav .owl-prev span,
.kategoriler .kategorislider .owl-nav .owl-next span {}

.kategoriler .kategorislider .owl-nav .owl-next {
    right: -15px;
}

.kategoriler .kategorislider .owl-nav .owl-prev {
    left: -15px;
}

.kategoriler .kategorislider .owl-nav .owl-prev:hover,
.kategoriler .kategorislider .owl-nav .owl-next:hover {
    opacity: 1!important;
    background: #F39200!important;
    color: #fff!important;
    border-color: #F39200;
}

.btn-satinal:hover {
    background: #000;
    color: #fff;
}

.btn-satinal i {
    padding-right: 15px;
}

.onecikanurunslider {
    position: relative;
    z-index: 999;
}

.onecikanurunslider .owl-dots {
    display: none;
    position: relative;
    margin-top: 21px;
    width: 100%;
    height: auto;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    text-align: center;
}

.onecikanurunslider .owl-theme .owl-dots .owl-dot span {
    background: #000;
    margin-top: -10px!important;
    margin: 0px 4px;
    display: inline-block;
    width: 8px!important;
    height: 8px!important;
    border-radius: 0px!important;
}

.onecikanurunslider .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    border: solid 2px #000;
    width: 12px!important;
    height: 12px!important;
}

.onecikanurunslider .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: solid 2px #000;
}

.onecikanurunslider .owl-nav {
    top: 48%;
    width: 100%;
    position: absolute;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.onecikanurunslider .owl-nav .owl-prev,
.onecikanurunslider .owl-nav .owl-next {
    top: 50%;
    /* margin-top: -62px!important; */
    /* line-height: normal!important; */
    display: flex!important;
    align-items: center;
    background: transparent!important;
    border: none!important;
    color: #000!important;
    position: absolute;
    z-index: 999;
    border-radius: 0px!important;
    margin: 0px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -ms-border-radius: 0px!important;
    -o-border-radius: 0px!important;
    width: auto;
    height: auto;
    justify-content: center;
    font-size: 30px!important;
}

.onecikanurunslider .owl-nav .owl-prev span,
.onecikanurunslider .owl-nav .owl-next span {}

.onecikanurunslider .owl-nav .owl-next {
    right: -45px;
}

.onecikanurunslider .owl-nav .owl-prev {
    left: -45px;
}


/*ÃœrÃ¼n Listeleme Son*/

.kesfet {
    width: 100%;
    height: 520px;
    position: relative;
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover!important;
    background-position: center!important;
}

.kesfet:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3411764705882353);
    text-align: center;
    padding: 0px 0px;
}

.kesfet .text {
    position: relative;
    z-index: 99;
    text-align: center;
}

.kesfet .text .baslikk {
    padding: 0px 0px;
}

.kesfet .text .baslikk h3 {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
}

.kesfet .text .baslikk p {
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
    opacity: 80%;
    margin-top: 0px;
    margin-bottom: 50px;
}

.kesfet .text .baslikk a.detaylar {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.kesfet .text .baslikk h3 span {
    font-weight: 600;
}

.bolum-baslik {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 40px;
    display: block;
    position: relative;
}

.bolum-baslik small {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 12px;
    color: #a4aeb0;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    display: block;
}

.bolum-baslik h2 {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
    font-size: 26px!important;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
}

.bolum-baslik h2 b {
    font-weight: 700;
}

.bolum-baslik span {
    color: #000000;
    letter-spacing: 1px;
}

.urun-baslik {
    width: 100%;
    display: flex;
    position: relative;
    margin-bottom: 25px;
    font-family: 'Roboto Slab', serif;
    justify-content: center;
}

.urun-baslik:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 55px;
    height: 2px;
    border-top: 1px dashed #f8c400;
}

.urun-baslik h2 {
    color: #000;
    padding-bottom: 8px;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 26px;
}

.urun-baslik2 {
    width: 100%;
    display: flex;
    position: relative;
    margin-bottom: 25px;
    font-family: 'Roboto Slab', serif;
    justify-content: center;
}

.urun-baslik2:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 55px;
    height: 2px;
    border-top: 1px dashed #000;
}

.urun-baslik2 h2 {
    color: #000;
    padding-bottom: 8px;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 26px;
}

.urun-baslik p {
    color: #999;
    margin-bottom: 50px;
}

a.tum-urunler-button {
    width: auto;
    line-height: 45px;
    text-align: center;
    border: solid 1px #C7D7CA;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    display: inline-block;
    padding: 0px 30px;
    color: #C7D7CA;
}

a.tum-urunler-button:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

a.tum-urunler-button2 {
    width: auto;
    border-bottom: solid 1px #000;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    display: inline-block;
    padding: 0px 0px 0px;
    color: #000;
}

a.tum-urunler-button2:hover {
    color: #000;
    /*Bilgi BÃ¶lÃ¼m BaÅŸlangÄ±Ã§*/
}

.bilgi {
    width: 100%;
    height: auto;
    padding-bottom: 0px;
    background: #f7f7f7;
    border-top: 1px solid #efefef;
}

.bilgi .liste {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0px 15px;
    text-align: left;
    border-right: 1px solid #d4d4d4;
}

.bilgi .liste.renk1 {
    background: #f7f7f7;
}

.bilgi .liste.renk2 {
    background: #f7f7f7;
}

.bilgi .liste.renk3 {
    background: #f7f7f7;
}

.bilgi .liste.renk4 {
    background: #f7f7f7;
}

.bilgi .liste .icon {
    width: 45px
}

.bilgi .liste .icon img {
    width: 100%;
}

.bilgi .liste .text {
    padding-left: 20px;
    margin-top: 0px;
}

.bilgi .liste .text span {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.bilgi .liste .text small {
    display: block;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    margin-top: 0;
    opacity: 0.5;
}


/* Bilgi BÃ¶lÃ¼m Son*/


/* BÃ¼lten BÃ¶lÃ¼m BaÅŸlangÄ±Ã§*/

.bulten {
    width: 100%;
    height: 600px;
    background: url('../images/bultenbg.jpg') center;
    background-position: center;
    background-size: cover!important;
    display: flex;
    align-items: center;
    margin-top: 0px;
}

.bulten .bulten-ic {
    width: 60%;
    padding-left: 0px;
}

.bulten .bulten-ic .bulten-text {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 40px;
    display: block;
    position: relative;
    color: #000;
}

.bulten .bulten-ic .bulten-text span {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 35px!important;
    font-weight: 400;
    display: block;
    position: relative;
    z-index: 99;
    line-height: 47px;
}

.bulten .bulten-ic .bulten-text span b {
    font-weight: 700;
}

.bulten .bulten-ic .bulten-text small {
    font-size: 17px;
    font-weight: 300;
    color: #000;
    display: inline-block;
    position: relative;
    z-index: 999;
    width: 100%;
    margin-top: 15px;
}

.bulten .bulten-search {
    max-width: 500px;
    border: none;
    border-radius: 0px;
    padding: 0px;
    transition: all .3s;
    background-color: #fff;
    position: relative;
    z-index: 99;
    margin: 0px auto;
}

.bulten .bulten-search input {
    border: none;
    box-shadow: 0px;
    outline: none;
    width: 100%;
    background: none;
    height: 60px;
    padding-left: 30px;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 3px;
}

.bulten .bulten-search button.bulten-ara {
    background: #fff;
    border-left: 1px solid #eaeaea;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    width: 170px;
    height: 60px;
    display: block;
    color: #000;
    font-weight: 600;
    text-align: center;
    font-size: 13px;
}

.bulten .bulten-search button.bulten-ara i {
    padding-right: 5px;
}

.bulten .bulten-uyari {
    max-width: 500px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 15px!important;
    font-weight: 300;
    letter-spacing: 0px;
    display: block;
}

.bulten .bulten-search button.bulten-ara:hover {
    background-color: #F8C400;
}


/* BÃ¼lten BÃ¶lÃ¼m Son*/

.home-urunler2:before {
    content: '';
    position: absolute;
    top: -90px;
    left: 0px;
    width: 100%;
    height: 100px;
    background: url('../images/home-urunler2-top.png');
    display: block;
}

.home-urunler2:after {
    content: '';
    position: absolute;
    bottom: -90px;
    left: 0px;
    width: 100%;
    height: 100px;
    background: url('../images/home-urunler2-alt.png');
    display: block;
}

.home-urunler2 {
    background: #F8C400;
    position: relative;
    margin-top: 100px;
    padding: 20px 0px;
    margin-bottom: 100px;
}

.home-urunler2 .yoresel1 {
    top: 70%;
    position: absolute;
    left: 0px;
    z-index: 99;
}

.home-urunler2 .yoresel2 {
    top: 25%;
    position: absolute;
    right: 0px;
    z-index: 99;
}

.home-urunler a.tumdetay {
    height: 38px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    border: dashed 1px #f8c400;
    margin: 0px auto;
    padding: 0px 70px;
    color: #f8c400;
    margin-top: 30px
}

.home-urunler a.tumdetay:hover {
    color: #fff;
    background: #f8c400;
}

.home-urunler a.tumdetay2 {
    height: 38px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    border: dashed 1px #fff;
    margin: 0px auto;
    padding: 0px 70px;
    color: #fff;
    margin-top: 30px
}

.home-urunler a.tumdetay2:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

.home-bilgiler {
    width: 100%;
    height: auto;
    padding: 30px 0px;
}

.home-bilgiler a.liste {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #fff;
    padding: 10px 5px;
    margin: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-bilgiler a.liste .icon {
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    width: 100%;
}

.home-bilgiler a.liste:hover {
    color: #fff;
}

.home-bilgiler a.liste .text {
    padding-top: 5px;
    width: 100%;
}

.home-bilgiler a.liste .text span {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    display: block;
}

.home-bilgiler a.liste .text small {
    font-size: 13px;
    line-height: 13px;
    font-weight: 300;
    margin-top: 7px;
    display: block;
}

.WhatsApp {
    width: 51px;
    height: 51px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: url(../images/icon/WhatsApp.png);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    z-index: 99;
}

.ziyaretcidefteri {
    width: 100%;
    height: auto;
    color: #212121;
}

.ziyaretcidefteri .baslik {
    margin-bottom: 25px;
    border-bottom: 1px solid #cccc;
    padding-bottom: 15px;
}

.ziyaretcidefteri li:last-child {
    border: none;
}

.ziyaretcidefteri li {
    width: 100%;
    list-style: none;
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
}

.ziyaretcidefteri li span {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.ziyaretcidefteri li span small {
    line-height: 11px;
    font-weight: 300;
    font-size: 11px;
    opacity: 80%;
    margin-left: 20px;
}

.ziyaretcidefteri li p {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    font-weight: 400;
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 0px;
}

.poset {
    border: solid 1px #000;
    border-radius: 20px;
    overflow: hidden;
}

.poset h4 {
    font-size: 13px;
    padding: 8px 15px;
    background: #2d2d2d;
    color: white;
    line-height: 20px;
}

.poset .posetic {
    width: 100%;
    background-color: #f8f8f8;
    padding: 8px 15px;
    font-size: 15px;
    background: #fff;
}

.poset .liste {
    width: 100%;
    height: auto;
}

.poset .liste .icon {
    margin-right: 10px;
    width: 33px;
    text-align: center;
    height: 25px;
}

.poset .liste .icon img {
    height: 22px;
}

.poset .liste small {
    color: #ee9117;
}

.teslimatzil {
    width: 100%;
    height: auto;
}

.teslimatzil .liste {
    width: 100%;
    border: solid 1px #ebebeb;
    display: flex;
    margin-bottom: 6px;
    background: #fff;
    padding: 10px 16px;
    align-items: center;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ee9117;
    background-color: #ee9117;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #F8C400;
    border-color: #F8C400;
}

#myPopup .modal-dialog {
    max-width: 800px;
}

#myPopup .modal-content {
    background: transparent;
    border: none
}

#myPopup .modal-body {
    background: transparent;
    padding: 0px;
}

#myPopup .modal-header .close {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

#myPopup .modal-header {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 15px;
    top: 15px;
}


/* Footer BaÅŸla*/

footer.footer1 {
    padding: 50px 0px 0px;
    border-top: 1px solid #efefef;
    background:#6b6b6b;
}

footer .footer-logo {
    display: block;
}

footer.footer1 .footer-services {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
}

footer.footer1 .footer-services-item {
    display: flex;
    align-items: center;
    line-height: 1.3;
}

footer.footer1 .footer-services-item span.icon {
    margin-right: 15px;
    font-size: 33px;
    color: #000001;
}

footer.footer1 .footer-services-item .footer-services-yazi {
    display: block;
    font-weight: 500;
}

footer.footer1 .footer-services-item .footer-services-yazi span {
    display: block;
    font-size: 15px!important;
}

footer.footer1 .footer-services-item .footer-services-yazi small {
    display: block;
    font-size: 15px!important;
    margin-top: 3px;
}

footer.footer1 .bulten {
    width: 100%;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

footer.footer1 .bulten span {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #000001;
}

footer.footer1 .bulten small {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

footer.footer1 .bulten .uyari {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #000;
    margin-top: 15px;
}

footer.footer1 .bulten .bulten-search {
    border: 1px solid #5d7183;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    transition: all .3s;
    margin-left: auto;
}

footer.footer1 .bulten form .bulten-search input {
    border: none;
    box-shadow: 0px;
    outline: none;
    width: 100%;
}

footer.footer1 .bulten form .bulten-search button.ara {
    background: #c867a5;
    border: none;
    border-radius: .2rem;
    padding: .25rem .7rem;
    color: #fff;
    font-weight: 500;
}

footer.footer1 .radio-button {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 11px;
    line-height: 20px;
}

footer.footer1 .radio-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

footer.footer1 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
}

footer.footer1 .radio-button:hover input~.checkmark {
    background-color: #ccc;
}

footer.footer1 .radio-button input:checked~.checkmark {
    background-color: #c867a5;
}

footer.footer1 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

footer.footer1 .radio-button input:checked~.checkmark:after {
    display: block;
}

footer.footer1 .radio-button .checkmark:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
}

footer.footer1 .footer-orta {
    width: 100%;
    height: auto;
    padding: 0px;
}

@media(max-width:1023px) {
    footer.footer1 .footer-orta {
        text-align:center;
    }
}

footer.footer1 .footer-orta ul.footer-liste {
    margin: 0px;
    padding: 0px;
}

footer.footer1 .footer-orta ul.footer-liste span {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    color:#fff;
}

footer.footer1 .footer-orta ul.footer-liste li:first-child {
    margin-top: 0px;
}

footer.footer1 .footer-orta ul.footer-liste li {
    list-style: none;
    margin-top: 3px;
}

footer.footer1 .footer-orta ul.footer-liste li a {
    font-weight: 400;
    font-size: 15px;
    color: #ababab;
}

footer.footer1 .footer-orta ul.footer-liste li a:hover {
    color: #999;
}

footer.footer1 .footer-orta ul.footer-sosyal {
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

footer.footer1 .footer-orta ul.footer-sosyal span {
    width: 100%;
    height: auto;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    color:#d0d0d0;
}

footer.footer1 .footer-orta ul.footer-sosyal li {
    list-style: none;
    margin-left: 5px;
    display: inline-block;
}

footer.footer1 .footer-orta ul.footer-sosyal li i {
    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 15px;
}

footer.footer1 .footer-orta ul.footer-sosyal li i.icon-facebook {
    background: #3b5998;
}

footer.footer1 .footer-orta ul.footer-sosyal li i.icon-twitter {
    background: #1da1f2;
}

footer.footer1 .footer-orta ul.footer-sosyal li i.icon-instagram {
    background: #d72b75;
}

footer.footer1 .footer-orta ul.footer-sosyal li i.icon-whatsapp {
    background: #4DC247;
}

footer.footer1 .footer-orta ul.footer-sosyal li i.icon-youtube {
    background: #ff0000;
}

footer.footer1 .footer-orta ul.footer-sosyal li i.icon-linkedin {
    background: #0173AF;
}

footer.footer1 .footer-orta ul.footer-sosyal li i.icon-pinterest {
    background: #BC141C;
}

footer.footer1 .footer-orta ul.footer-iletisim {
    margin: 0px;
    padding: 0px;
}

footer.footer1 .footer-orta ul.footer-iletisim span {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

footer.footer1 .footer-orta ul.footer-iletisim li:first-child {
    margin-top: 0px;
}

footer.footer1 .footer-orta ul.footer-iletisim li {
    list-style: none;
    margin-top: 3px;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    display: flex;
    align-items: flex-start;
}

footer.footer1 .footer-orta ul.footer-iletisim li .icon {
    font-size: 15px;
    padding-right: 10px;
}

footer.footer1 .footer-orta .footer-logo {
    width: 100%;
    height: auto;
}

footer.footer1 .footer-orta .footer-logo img {
    width: 250px;
    background: #fff;
    padding: 20px;
    border-radius:6px;
}

footer.footer1 .footer-orta .footer-logo small {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 20px!important;
    display: block;
    text-align: center;
}

footer.footer1 .footer-banka {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}

footer.footer1 .footer-banka li:first-child {
    margin-left: 0px;
}

footer.footer1 .footer-banka li {
    display: inline-block;
    list-style: none;
    margin-left: 10px;
}

footer.footer1 .gizlilik {
    font-size: 17px;
    margin-top: 15px;
}

footer.footer1 .gizlilik span {
    font-weight: 400;
}

footer.footer1 .gizlilik span a {
    font-weight: 500;
    text-decoration: underline;
}

footer.footer1 .gizlilik .gizlilik-chec {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 5px;
}

footer.footer1 .gizlilik .gizlilik-chec input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

footer.footer1 .gizlilik .checkmark {
    position: relative;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border: solid 1px #333;
    border-radius: 0px!important;
}

footer.footer1 .gizlilik .gizlilik-chec:hover input~.checkmark {
    background-color: #ccc;
}

footer.footer1 .gizlilik .gizlilik-chec input:checked~.checkmark {
    background-color: #c867a5;
}

footer.footer1 .gizlilik .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

footer.footer1 .gizlilik .gizlilik-chec input:checked~.checkmark:after {
    display: block;
}

footer.footer1 .gizlilik .gizlilik-chec .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

footer.footer1 .footer-alt {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #5a5a5a;
    text-align: center;
    color: #202020;
    font-weight: 300;
    font-size: 14px;
    border-top:2px solid #3c3c3c;
}

footer.footer1 .footer-alt a {
    color: #e6e6e6;
    padding-left: 10px;
    border-left: 1px solid #ccc;
    margin-left: 10px;
}



/*İletişim 4 Başlangıç*/
.iletisim4 {width: 100%;height: auto;}
.iletisim4 .title {font-size: 22px;font-weight: 700;position: relative;}
.iletisim4 .title span{position: absolute;left: 0px;bottom: 0px;width: 30px;height: 3px;background: #23b9d7;margin-bottom: -8px;}
.iletisim4 .editor {padding:0px;color: #787878;margin-bottom: 25px;}
.iletisim4 .editor .media {margin-top: 20px;display:inline-block;width:370px;}
.iletisim4 .editor .media .editor-list-icon {width:30px;text-align: center; font-size:19px;color:#23b9d7;display: none;}
.iletisim4 .editor .media:hover .editor-list-icon {color: #333;}
.iletisim4 .editor .media .media-body .feature-box-content {line-height: 20px;font-size:13px;}
.iletisim4 .editor .media .media-body .feature-title h5 {font-size: 17px;color:#000;}



.iletisim4 .maps{width: 100%;height: 433px;}

/* Footer Son */


/* Footer Son */