<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* bootstrap */

@import url("../../assets/bootstrap/css/bootstrap.min.css");

/* bootstrap Son*/


/* Site font Ã„Â°conlar */

@import url("../../assets/font-icon/fontawesome/css/all.min.css");
@import url("../../assets/font-icon/demo-files/demo.css");
@import url("../../assets/font-icon/demo-files/fontello.css");
@import url("../../assets/font-icon/font-icon.css");
@import url("../../assets/font-icon/uicons/uicons-regular-rounded.css");

/* Site font Ã„Â°conlar Son*/


/* Site  Cssler BaÃ…Å¸la */

@import url("iletisim.css");
@import url("formlar.css");
@import url("../webfont/SFProDisplay/stylesheet.css");

/* Site  Cssler Son */


/* Site Slider  BaÃ…Å¸la */

@import url("../../assets/slick/slick.css");
@import url("../../assets/slick/slick-theme.css");
@import url("../../assets/swiper2/css/swiper.min.css");
@import url("../../assets/owlcarousel/assets/owl.carousel.min.css");
@import url("../../assets/owlcarousel/assets/owl.theme.default.min.css");

/* Site Slider Son */


/*@import url("responsive.css");*/

#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 */
    display: flex;
    align-items: center;
    justify-content: center;
}

#status {}

.upButton {
    right: 15px;
}

.site-bosluk-hizala {
    width: 100%;
    height: auto;
    overflow: hidden;
}

a.WhatsApp {
    display: flex;
    font-size: 18px;
    background: #2EB843;
    font-weight: 600;
    width: 51px;
    height: 51px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    color: #fff;
    align-items: center;
    justify-content: center;
    animation: whatsapp infinite 2s linear;
    z-index: 9999;
}

@keyframes whatsapp {
    0% {
        box-shadow: 0 0 0 0 #2EB843;
    }

    50% {
        box-shadow: 0 0 0 10px rgba(1, 93, 199, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

body {
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    color: #2e2e2e;
    transition: all 350ms ease-in-out 0s;
    background: #F7F7F7;
    cursor: default;
}

li {
    list-style: none;
}

.font1 {
    font-family: 'SF Pro Display' !important;
}

.font2 {
    font-family: 'Open Sans', sans-serif;
}

.font3 {
    font-family: 'SF Pro Display';
}

.font4 {
    font-family: 'MarkPro';
}

.font5 {
    font-family: 'GT Walsheim Pro';
}

.font6 {
    font-family: "Montserrat", sans-serif;
}

#yukaricik {
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    display: none;
    z-index: 999999;
}

html {
    font-size: 100%;
}

a {
    text-decoration: none !important;
    color: #555654;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
}

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

.btn-genel {
    padding: 1.1em 1.8em;
    font-size: .70em;
    position: relative;
    display: inline-block;
    letter-spacing: .06363636363636em;
    transition: transform 1.4s cubic-bezier(.7, 0, .3, 1) .5s, opacity 1.4s cubic-bezier(.7, 0, .3, 1) .5s;
    text-align: center;
    transition: transform .2s;
    color: #fff;
    font-weight: 800;
    line-height: 2.1818em;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin-left: 15px;
}

.btn-genel:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    background-color: #fff;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: left .2s ease-out, right .2s ease-out, opacity .2s ease-out, background-color .2s ease-out;
}

.btn-genel:hover:after {
    left: 0;
    right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.btn-genel:hover {
    color: #555654;
}

.btn-genel2 {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 15px;
    font-size: 0.67rem;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    border: 2px solid #00338D;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    margin: 0px auto;
    background: transparent;
    color: #00338D;
}

.btn-genel2:hover {
    background: #00338D;
    color: #fff;
}

.btn-genel3 {
    display: inline-flex;
    font-size: 15px;
    line-height: 1.25;
    padding: 15px 30px;
    background: #395FA9;
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    -o-transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    border-radius: 2px;
    min-width: 174px;
    text-align: center;
    font-weight: 700;
    position: relative;
    border: none;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.btn-genel3 i {
    margin-right: 10px;
}

.btn-genel3:hover {
    background: #8B8889;
    color: #fff !important;
}

.site-baslik1 {
    width: 100%;
    height: auto;
    text-align: left;
    margin-bottom: 25px;
}

.site-baslik1 h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: #3e4145;
}

.site-baslik1 h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #3e4145;
}

.site-baslik1:after {
    content: '';
    width: 70px;
    height: 1px;
    background: #395FA9;
    display: inline-block;
    position: relative;
}

.site-baslik2 {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 25px;
    color: #fff;
}

.site-baslik2 h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}

.site-baslik2:after {
    content: '';
    width: 70px;
    height: 1px;
    background: #395FA9;
    display: inline-block;
    position: relative;
}

.kampanyali-urunler h2 {
    width: 100%;
    height: auto;
    font-size: 25px;
    display: block;
    font-weight: 600;
    margin-top: 0;
}

.kampanyali-urunler p {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: 300;
    display: block;
    line-height: 1.3;
    margin-top: 12px;
}

.kampanyali-urunler {
    width: 100%;
    height: auto;
    padding: 70px 0px;
    background: #efefef url(../images/bg.png) center;
    display: block;
    background-size: cover !important;
}

.urun-liste {
    width: 100%;
    height: auto;
    color: #fff;
    border: solid 1px transparent;
    display: block;
    padding: 15px;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}

a.urun-liste {
    color: #fff;
}

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

.urun-liste:hover {
    border-color: #555654;
}

.urun-liste .marka {
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.urun-liste .marka img {
    max-width: 100%;
    max-height: 100%;
}

.urun-liste .resim {
    width: 100%;
    height: auto;
}

.urun-liste .resim img {
    width: 100%;
}

.urun-liste .text {
    width: 100%;
    height: auto;
}

.urun-liste .text .baslik {
    width: 100%;
    height: auto;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 15px;
    color: black;
}

.urun-liste .text .skdu {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
}

.urun-liste .text .fiyat {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    display: block;
}

.urun-liste .text .fiyat .eskifiyat {
    font-size: 14px;
    font-weight: 300;
    display: none;
    text-decoration: line-through;
    opacity: 50%;
}

.urun-liste .text p {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
    display: none;
}

.urun-liste .text .stok {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #395FA9;
}

.urun-liste .text .stok i {
    margin-right: 7px;
}

.urun-liste .text .dtyBton {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    display: inline-block;
    padding-top: 13px;
    padding-bottom: 13px;
    position: relative;
    text-align: center;
    background: #395FA9;
    overflow: hidden;
}

.urun-liste .text .dtyBton:after {
    content: "";
    opacity: 0;
    background-color: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    margin: 0;
    padding: 0;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    -moz-transform: translateY(200%);
    -o-transform: translateY(200%);
}

.urun-liste .text .dtyBton:hover:after {
    opacity: .1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.KisaYollar {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 99;
    transform: translate(0%, -50%);
}

.KisaYollar a {
    height: auto;
    display: block;
    display: flex;
    transform: translateX(0);
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    color: #395FA7;
    background: #fff;
}

.KisaYollar a:hover {
    transform: translateX(0px);
}

.KisaYollar a:first-child {
    border-top: 0px;
}

.KisaYollar a .icon {
    width: 40px;
    height: 40px;
    background: #395FA7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    border-top: 1px solid #4875ca;
}

.KisaYollar a .text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
    border-top: 1px solid #fff;
    display: none;
}


/* Header BaÃ…Å¸langÃ„Â±ÃƒÂ§*/

.header-menu {
    width: 100%;
    height: auto;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
    box-shadow: 0px 0px 10px 0px #5556544d;
}

.header-menu .header-ust {
    width: 100%;
    height: auto;
    padding: 22px 0px;
    display: flex;
    border-bottom: 1px solid #e4e4e4;
    background: #fff;
}

.header-menu .navbar-brand {
    padding-left: 0px;
}

.header-menu .navbar-brand img {
    width: auto;
    height: 40px;
}

.header-top {
    padding: 10px 0px;
    width: 100%;
    height: auto;
    background: #8B8889;
    text-align: center;
    display: flex;
    justify-content: center;
}

.header-top .uyelik_User {
    display: flex;
    align-items: center;
    color: #fff;
}

.header-top .uyelik_User b {
    font-weight: 700;
    margin-right: 5px;
}

.header-top .uyelik_User a {
    color: #ed2121;
    text-shadow: #fff 0px 0px 9px;
}

.header-top .uyelik_User a i.icon-power {
    font-size: 15px;
}

.header-top .ust_baslik {
    display: flex;
}

.header-top li {
    list-style: none;
    display: flex;
    align-items: center;
}

.header-top li:first-child {
    margin-left: 0px;
    cursor: default;
}

.header-top li:first-child::before {
    display: none;
}

.header-top li:before {
    content: '';
    position: relative;
    width: 1px;
    height: 15px;
    background: #ffffff1a;
    margin: 0px 12px;
    display: block;
}

.header-top li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.header-top-bilgi {
    display: block;
}

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

.header-top-bilgi li {
    list-style: none;
    margin-left: 22px;
}

.header-top-bilgi li a {
    color: #fff;
    font-size: .70em;
    font-weight: 400;
    letter-spacing: .0278em;
    color: #fff;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.header-top-bilgi li.email a {
    text-transform: none;
}

.header-top-bilgi li a span {
    margin-right: 5px;
    font-size: 1.17em;
}

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

.header-top-sosyal li {
    list-style: none;
    margin-left: 20px;
}

.header-top-sosyal li a {
    color: #fff;
    font-size: 1.1em;
}

.header-top-dil {
    display: flex;
    padding-left: 40px;
}

.header-top-dil li {
    list-style: none;
    margin-left: 22px;
    position: relative;
}

.header-top-dil li a {
    color: #fff;
    font-size: .70em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .0278em;
    display: flex;
    align-items: center;
}

.header-top-dil li:first-child:before {
    display: none;
}

.header-top-dil li:before {
    content: "";
    display: block;
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -4px;
    height: 9px;
    width: 1px;
    background-color: #30628a;
}

.header-top-dil li a .icon {
    height: 10px;
    margin-right: 5px;
    display: none;
}

.header-top-dil li a .icon img {
    height: 100%;
}

.headerSearch {
    display: flex;
    align-items: center;
    position: relative;
}

.headerSearch .search-form {
    display: block;
    background: #F5F5F5;
    border-radius: 3px;
    border: solid 1px #F5F5F5
}

.headerSearch .search-form:focus-within {
    border-color: #ccc;
}

.headerSearch .search-form input {
    width: 425px;
    border: none;
    padding: 10px 15px;
    background: transparent;
}

.headerSearch .search-form input:focus {
    outline: none;
}

.headerSearch .search-form .form-submit {
    background: transparent;
    border: none;
    font-size: 15px;
    margin-right: 10px;
    color: #000;
}

.navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.header-menu .navbar-nav .nav-item {
    margin-left: 20px;
    position: relative;
}

.header-menu .navbar-nav .nav-item .nav-link {
    display: flex;
    padding: 0 0rem;
    color: #555654;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    align-items: center;
}

.header-menu .navbar-nav .nav-item .nav-link .icon {
    position: relative;
    width: 100%;
    height: auto;
    background: transparent;
    display: block;
    font-size: 18px;
    line-height: 1;
    /* margin-bottom: 5px; */
    color: #555654;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    border: solid 1px #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-menu .navbar-nav .nav-item .nav-link:hover .icon {
    background: #395fa9;
    color: #fff;
    border-color: #395fa9;
}

.header-menu .navbar-nav .nav-item.sepetim .nav-link {
    color: #395fa9;
    font-weight: 700;
}

.header-menu .navbar-nav .nav-item small {
    display: block;
    margin-left: 6px;
    margin-top: 3px;
    font-weight: 600;
}

.header-menu .navbar-nav .nav-item.sepetim span {
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -10px;
    left: 25px;
    background: #395fa9;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80%;
}

.header-menu .navbar-nav .nav-item .dropdown-menu {
    padding: 0px;
}

.header-menu .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 13px;
}

.header-menu .navbar-nav .nav-item.nav-submenu&gt;ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 901;
    background: #080A09;
    width: calc(100% + 110px);
    padding: 0px 0px;
}

.header-menu .navbar-nav .nav-item.nav-submenu&gt;ul li {
    list-style: none;
}

.header-menu .navbar-nav .nav-item.nav-submenu&gt;ul li a {
    width: 100%;
    display: flex;
    padding: 7px 15px 7px 15px;
    color: #fff;
    font-size: 0.80rem;
}

.header-menu .navbar-nav .nav-item.nav-submenu&gt;ul li a:hover {
    color: #395fa9;
}

.header-menu .navbar-nav .nav-submenu&gt;a:after {
    content: "\eab8";
    font-family: "fontello";
    margin-left: auto;
    padding-left: 5px;
}

.header-menu .navbar-nav&gt;.nav-submenu&gt;a::after {
    content: "\eab6";
    font-family: "fontello";
}

.header-menu .navbar-nav ul ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: 902;
    background: #080A09;
    width: calc(100% + 70px);
    padding: 15px 0px;
}

.header-menu .navbar-nav li {
    position: relative;
}

.header-menu .header-Alt {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    /* border-top: 1px solid #f1f1f1; */
    background: #9d9d9c0a;
    background-color: #fff;
    position: relative;
}

.header-menu .header-Alt li:nth-child(1) {
    margin-left: 0px;
}

.header-menu .header-Alt li.dropdown .dropdown-menu {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    border-radius: 0px;
    padding: 0;
    border: 0px;
}

.header-menu .header-Alt li.dropdown .dropdown-menu {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 187px;
    border-radius: 0px;
    padding: 0px 0px;
}

.header-menu .header-Alt li.dropdown:hover .dropdown-menu {
    display: block;
}

.header-menu .header-Alt li.dropdown .dropdown-menu .dropdown-menu-ic {
    display: flex;
    flex-wrap: nowrap;
}

.header-menu .header-Alt li.dropdown .dropdown-menu a.TumKategori_Liste {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 25px 0px;
}

.header-menu .header-Alt li.dropdown .dropdown-menu a.TumKategori_Liste .icon {
    width: auto;
    height: auto;
}

.header-menu .header-Alt li.dropdown .dropdown-menu a.TumKategori_Liste .icon .svgIcon {
    fill: #333;
    height: 40px;
    width: 40px;
}

.header-menu .header-Alt li.dropdown .dropdown-menu a.TumKategori_Liste .icon .svgIcon path {
    fill: #333;
}

.header-menu .header-Alt li.dropdown .dropdown-menu a.TumKategori_Liste:hover .icon .svgIcon {
    fill: #395FA9;
}

.header-menu .header-Alt li.dropdown .dropdown-menu a.TumKategori_Liste:hover .icon .svgIcon path {
    fill: #395FA9;
}

.header-menu .header-Alt li.dropdown .dropdown-menu a.TumKategori_Liste .text {
    width: auto;
    height: auto;
    margin-left: 15px;
    margin-top: 0px;
}

.header-menu .header-Alt li {
    margin-left: 14px;
}

.header-menu .header-Alt li:nth-child(2) a {
    padding-left: 0;
}

.header-menu .header-Alt li a {
    color: #555654;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    display: flex;
    padding: 10px 5px;
    font-weight: 700;
    align-items: center;
}

.header-menu .header-Alt li a .icon {
    font-size: 16px;
}

.header-menu .header-Alt li a .icon .svgIcon {
    fill: #555654;
    height: 20px;
    width: 100%;
}

.header-menu .header-Alt li a .icon .svgIcon path {
    fill: #555654;
}

.header-menu .header-Alt li a .icon img {
    fill: #555654;
    height: 20px;
    opacity: 40%;
}

.header-menu .header-Alt li a:hover {
    color: #395fa9;
}

.header-menu .header-Alt li a:hover .icon .svgIcon {
    fill: #395fa9;
}

.header-menu .header-Alt li a:hover .icon .svgIcon path {
    fill: #395fa9;
}

.header-menu .header-Alt li a span {
    display: block;
    height: auto;
    margin-left: 10px;
}

.header-menu .header-Alt .doviz {
    margin-left: auto;
    color: #395fa9;
}


/* Header Son*/


/* sLider 1 BaÃ…Å¸langÃ„Â±ÃƒÂ§*/

.slider1 {
    width: 100%;
    height: auto;
    position: relative;
}

.slider1 .bottom-ok {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    z-index: 6;
    animation: sliderButon .8s alternate infinite;
    cursor: pointer;
    border: solid 2px #fff;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    color: #91252f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 99;
}

@keyframes sliderButon {
    0% {
        bottom: 30px;
    }

    100% {
        bottom: 45px;
    }
}

.slider1 .swiper-button-next,
.slider1 .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.slider1 .swiper-button-prev {
    right: auto;
    left: 10px;
}

.slider1 .swiper-button-next:after,
.slider1 .swiper-button-prev:after {
    font-size: 18px;
}

.slider1 .banner-sol {
    width: 104px;
    height: auto;
    background: #fff;
}

.slider1 .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.slider1 .swiper-slide {
    overflow: hidden;
}

.slider1 .swiper-slide .swiper-slide-resim {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.slider1 .swiper-slide .swiper-slide-resim img {
    width: 100%;
}

@keyframes slideShow {
    0% {
        background-position: 0px 0px;
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-o-keyframes slideShow {
    0% {
        background-position: 0px 0px;
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
        transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-moz-keyframes slideShow {
    0% {
        background-position: 0px 0px;
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
        transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-webkit-keyframes slideShow {
    0% {
        background-position: 0px 0px;
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
        transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

.slider1 .gallery-top {
    width: 100%;
}

.slider1 .gallery-top .swiper-slide {
    width: 100%;
    height: auto;
}

.slider1 .slider-sektor {
    box-sizing: border-box;
    padding: 0px 0;
    position: relative;
    bottom: 0px;
    width: 100%;
}

.slider1 .gallery-thumbs {
    box-sizing: border-box;
    padding: 8px 0px 0px 0px;
    position: relative;
    bottom: 0px;
    width: 100%;
}

.slider1 .gallery-thumbs .swiper-slide {
    position: relative;
    height: auto;
    cursor: pointer;
    color: #fff;
    text-align: center;
}

.slider1 .gallery-thumbs .swiper-slide span {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 20px;
}

.slider1 .gallery-thumbs .swiper-slide .textt-slide {
    width: auto;
    height: auto;
    left: 0px;
    z-index: 1;
    opacity: 0.5;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
    display: inline-block;
}

.slider1 .gallery-thumbs .swiper-slide .resim {
    width: auto;
    height: 50px;
    overflow: hidden;
}

.slider1 .gallery-thumbs .swiper-slide .resim img {
    height: 100%;
}

.slider1 .gallery-thumbs .swiper-slide .textt-slide .hero__slide-nav-progress {
    background-color: #395FA9;
    height: 2px;
    margin-bottom: 0;
    transition: width linear;
    width: 0;
    transition-duration: 5500ms;
    display: block;
    opacity: 0;
    position: relative;
}

.slider1 .gallery-thumbs .swiper-slide-thumb-active .hero__slide-nav-progress {
    width: calc(100% + 0px) !important;
    visibility: visible;
    opacity: 1 !important;
}

.slider1 .gallery-thumbs .swiper-slide-thumb-active .textt-slide {
    background: transparent;
    height: auto;
    opacity: 1;
}

.slider1 .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    background: transparent;
    padding-top: 0px;
    transition: transform .2s;
}

.slider1 .gallery-thumbs .swiper-slide:hover .textt-slide {
    opacity: 1;
    transition: transform .2s;
}

.slider1 .gallery-thumbs .swiper-slide:hover {
    transition: transform .2s;
}

.slider1 .swiper-slide .text-bg {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.slider1 .swiper-slide .text-bg .textic {
    width: 100%;
    position: relative;
    background: #c91f1fd7;
    max-width: 462px;
    padding: 57px;
    margin-left: 40px;
}

.slider1 .swiper-slide .text-bg .textic .text1 {
    font-size: 35px;
    color: #fff;
    font-weight: 300;
    line-height: 1.2;
}

.slider1 .swiper-slide .text-bg .textic .text2 {
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: justify;
}

.slider1 .swiper-slide .text-bg .textic .btn {
    padding: 1.5em 1.8em;
    font-size: .70em;
    position: relative;
    display: inline-block;
    letter-spacing: .06363636363636em;
    transform: translateY(10px) translateZ(0);
    -webkit-transform: translateY(10px) translateZ(0);
    -ms-transform: translateY(10px) translateZ(0);
    transition: transform 1.4s cubic-bezier(.7, 0, .3, 1) .5s, opacity 1.4s cubic-bezier(.7, 0, .3, 1) .5s;
    text-align: center;
    transition: transform .2s;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn1 {
    color: #fff;
    font-weight: 800;
    line-height: 2.1818em;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn1:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    background-color: #fff;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: left .2s ease-out, right .2s ease-out, opacity .2s ease-out, background-color .2s ease-out;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn1:hover:after {
    left: 0;
    right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn1:hover {
    color: #000;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn2 {
    color: #00338D;
    font-weight: 800;
    line-height: 2.1818em;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: #fff;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn2:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    background-color: #00338D;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: left .2s ease-out, right .2s ease-out, opacity .2s ease-out, background-color .2s ease-out;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn2:hover:after {
    left: 0;
    right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn2:hover {
    color: #fff;
    border-color: #00338D
}

.slider1 .swiper-slide .text-bg .geciscizgiii {
    background-color: #395FA9;
    height: 2px;
    transition: width linear;
    width: 0;
    transition-duration: 5500ms;
    display: block;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.slider1 .swiper-slide-active .geciscizgiii {
    width: calc(100% + 0px) !important;
    visibility: visible;
    opacity: 1 !important;
}


/* sLider 1 Son*/


/* home-hakkimizda baÃ…Å¸langÃ„Â±ÃƒÂ§*/

.home-hakkimizda1 {
    width: 100%;
    height: auto;
    padding: 4.375rem 0rem;
}

.home-hakkimizda1 .container {
    max-width: 660px;
}

.home-hakkimizda1 a.liste {
    width: 100%;
    height: auto;
}

.home-hakkimizda1 a.liste .resim img {
    width: 100%;
}

.home-hakkimizda1 a.liste h4 {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0.93rem;
    font-weight: 700;
}

.home-hakkimizda1 a.liste p {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 0.78rem;
    line-height: 1.5;
    color: #999;
    font-weight: 400;
}

.home-hakkimizda1 a.liste:hover p {
    color: #00338D;
}

.home-hakkimizda1 .btn-link {
    flex-flow: row;
    align-items: center;
    font-size: 0.75rem;
    color: #555654;
    padding-bottom: 2px;
    border-bottom: 2px solid #00338D;
    text-decoration: none;
}

.home-hakkimizda1 .btn-link .icon {
    flex: 0 0 auto;
    font-size: 12px;
    color: #00338D;
    margin-left: 8px;
}


/* home-hakkimizda Son*/


/*home-hakkimizda2 BaÃ…Å¸la*/

.home-hakkimizda2 {
    width: 100%;
    height: auto;
    position: relative;
    background: #f5f5f5;
    padding: 70px 0px;
}

.home-hakkimizda2 .container {
    position: relative;
}

.home-hakkimizda2 .texttt {
    width: 100%;
    max-width: 500px;
    right: 0px;
    text-align: center;
}

.home-hakkimizda2 .texttt h1 {
    height: auto;
    display: block;
    line-height: 41px;
    font-size: 1.95rem;
    font-weight: 400;
    text-align: center;
    position: relative;
    z-index: 999;
}

.home-hakkimizda2 .texttt h2 {
    height: auto;
    display: block;
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    opacity: 5%;
    margin-top: -28px;
    font-style: italic;
}

.home-hakkimizda2 .texttt p {
    display: block;
    font-size: 0.80rem;
    font-weight: 300;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: justify;
}

.home-hakkimizda2 .image-box {
    justify-content: flex-start;
    margin-left: 0;
    flex-wrap: nowrap;
}

.home-hakkimizda2 .image-box__static {
    transition: transform .5s ease;
    position: relative;
    z-index: 99;
}

.home-hakkimizda2 .inset-xl-1 {
    padding-left: 40px;
}

.home-hakkimizda2 .image-box {
    transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
}

.home-hakkimizda2 .image-box img {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.home-hakkimizda2 .image-box__float {
    position: absolute;
    right: 0;
    transform: translate(0px, 0px);
    top: 0px;
    transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
}

.home-hakkimizda2 .image-box:hover .image-box__float {
    transform: translate(-15px, 0);
}

.home-hakkimizda2 .image-box:hover .image-box__static {
    transform: translateY(50px);
}

.home-hakkimizda2 .image-box__static {
    transition: transform .5s ease;
}

.hizmetler-sabit {
    width: 100%;
    height: auto;
    position: relative;
}

.hizmetler-slider {
    width: 100%;
    height: auto;
    position: relative;
    background: #f1f1f1;
    padding: 70px 0px;
}

.hizmetler-slider .owl-theme .owl-nav {
    margin-top: 0px;
}

.hizmetler-slider .owl-carousel .owl-nav button.owl-prev,
.hizmetler-slider .owl-carousel .owl-nav button.owl-next {
    font-size: 16px !important;
    line-height: 16px !important;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    background: #fff !important;
    color: #555654;
    border-radius: 0px !important;
    top: 31%;
    -webkit-transform: translateY(-31%);
    -ms-transform: translateY(-31%);
}

.hizmetler-slider .owl-carousel .owl-nav button.owl-prev:hover,
.hizmetler-slider .owl-carousel .owl-nav button.owl-next:hover {
    background: #555654 !important;
    color: #fff;
}

.hizmetler-slider .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.hizmetler-slider .owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.hizmetler-slider .owl-theme .owl-dots {
    margin-top: 20px;
    display: none;
}

.hizmetler-slider .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.hizmetler-slider .owl-theme .owl-dots .owl-dot.active span,
.hizmetler-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #555654;
}


/* Hizmetler Sabit Son */


/* ÃƒÅ“rÃƒÂ¼nler Liste 1 GÃƒÂ¶rÃƒÂ¼nÃƒÂ¼mÃƒÂ¼ BaÃ…Å¸la*/

.urunler-listele1 {
    display: block;
    height: auto;
    position: relative;
    color: #fff
}

.urunler-listele1:hover {
    color: #fff;
}

.urunler-listele1 .resimmbg {
    display: block;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.urunler-listele1 .resimmbg .resimm {
    display: block;
    height: 100%;
    background-size: cover !important;
}

.urunler-listele1 .text {
    padding: 0 40px 29px;
    transition: all 350ms ease-in-out 0s;
    position: absolute;
    z-index: 9;
    top: 0px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}

.urunler-listele1 .text span {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 350ms ease-in-out 0s;
}

.urunler-listele1 .text small {
    display: block;
    font-size: 0.80rem;
    width: 55%;
}

.urunler-listele1 .item-readmore {
    opacity: 0;
    transition: all 350ms ease-in-out 0s;
    margin-top: 20px;
    display: inline-block !important;
    font-size: 0.75rem;
    color: #fff;
    font-weight: 700;
    position: relative;
    border-bottom: 2px solid #fff;
}

.urunler-listele1:hover .item-readmore {
    opacity: 1;
    transition: all 350ms ease-in-out 0s;
}

.urunler-listele1:hover .text {
    padding-bottom: 80px;
}

.urunler-listele1 .overflow {
    position: absolute;
    width: 100%;
    background-image: -webkit-gradient(linear, top bottom, from(transparent), to(#1b1a1a));
    background-image: -webkit-linear-gradient(top, transparent, #1b1a1a 100%);
    background-image: -moz-linear-gradient(top, transparent, #1b1a1a 100%);
    background-image: -ms-linear-gradient(top, transparent, #1b1a1a 100%);
    background-image: -o-linear-gradient(top, transparent, #1b1a1a 100%);
    background-image: linear-gradient(top, transparent, #1b1a1a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0)', endColorStr='#1b1a1a');
    opacity: .46;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all ease-in-out .4s;
    -khtml-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    display: flex;
    align-items: flex-end;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    color: #fff;
    z-index: 9;
}

.urunler-listele1:hover .overflow {
    opacity: .46;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* ÃƒÅ“rÃƒÂ¼nler Liste 1 GÃƒÂ¶rÃƒÂ¼nÃƒÂ¼mÃƒÂ¼ Son */


/* ÃƒÅ“rÃƒÂ¼nler Liste 2 GÃƒÂ¶rÃƒÂ¼nÃƒÂ¼mÃƒÂ¼ BaÃ…Å¸la*/

.urunler-listele2 {
    display: block;
    position: relative;
    color: #555654;
    height: auto;
}

.urunler-listele2:hover {
    color: #555654;
}

.urunler-listele2 .resimmbg {
    height: 400px;
    overflow: hidden;
}

.urunler-listele2 .resimmbg .resimm {
    display: block;
    height: 100%;
    background-size: cover !important;
    -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;
}

.urunler-listele2:hover .resimmbg .resimm {
    transform: scale(1.2);
}

.urunler-listele2 .text {
    position: relative;
    z-index: 99;
    width: 100%;
    height: auto;
    padding: 25px;
    -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;
}

.urunler-listele2 .text span {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 350ms ease-in-out 0s;
}

.urunler-listele2 .text span::after {
    content: '';
    position: relative;
    display: block;
    width: 80px;
    height: 1px;
    background: #01803A;
    margin: 10px 0px;
    -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;
}

.urunler-listele2:hover .text span::after {
    width: 100%;
}

.urunler-listele2 .text small {
    display: block;
    font-size: 0.80rem;
    width: 55%;
}

.urunler-listele2 .item-readmore {
    opacity: 1;
    transition: all 350ms ease-in-out 0s;
    margin-top: 20px;
    display: inline-block !important;
    font-size: 0.75rem;
    color: #555654;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #555654;
    display: none;
}

.urunler-listele2:hover .item-readmore {
    opacity: 1;
    transition: all 350ms ease-in-out 0s;
}

.urunler-listele2 .overflow {
    position: absolute;
    width: 100%;
    background-image: -webkit-gradient(linear, top bottom, from(transparent), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, transparent, #e8e8e8 100%);
    background-image: -moz-linear-gradient(top, transparent, #e8e8e8 100%);
    background-image: -ms-linear-gradient(top, transparent, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, transparent, #e8e8e8 100%);
    background-image: linear-gradient(top, transparent, #e8e8e8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0)', endColorStr='#1b1a1a');
    opacity: .46;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all ease-in-out .4s;
    -khtml-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    display: flex;
    align-items: flex-end;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    color: #fff;
    z-index: 9;
}

.urunler-listele2:hover .overflow {
    opacity: .46;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* ÃƒÅ“rÃƒÂ¼nler Liste 2 GÃƒÂ¶rÃƒÂ¼nÃƒÂ¼mÃƒÂ¼ Son */


/* ÃƒÅ“rÃƒÂ¼nler Liste 3 GÃƒÂ¶rÃƒÂ¼nÃƒÂ¼mÃƒÂ¼ BaÃ…Å¸la*/

.urunler-listele3 {
    display: block;
    position: relative;
    color: #555654;
    height: auto;
}

.urunler-listele3:hover {
    color: #555654;
}

.urunler-listele3 .resimmbg {
    height: 400px;
    overflow: hidden;
}

.urunler-listele3 .resimmbg .resimm {
    display: block;
    height: 100%;
    background-size: cover !important;
    -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;
}

.urunler-listele3:hover .resimmbg .resimm {
    transform: scale(1.2);
}

.urunler-listele3 .text {
    width: 100%;
    padding: 22px 30px 30px;
    background: #fff;
    text-align: left;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 7%);
}

.urunler-listele3 .text span {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 350ms ease-in-out 0s;
}

.urunler-listele3 .text span::after {
    content: '';
    position: relative;
    display: block;
    width: 80px;
    height: 1px;
    background: #01803A;
    margin: 10px 0px;
    -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;
    display: none;
}

.urunler-listele3:hover .text span::after {
    width: 100%;
}

.urunler-listele3 .text small {
    display: block;
    font-size: 0.80rem;
    width: 55%;
}

.urunler-listele3 .item-readmore {
    opacity: 1;
    transition: all 350ms ease-in-out 0s;
    margin-top: 20px;
    display: inline-block !important;
    font-size: 0.75rem;
    color: #555654;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #555654;
    display: none;
}

.urunler-listele3:hover .item-readmore {
    opacity: 1;
    transition: all 350ms ease-in-out 0s;
}

.urunler-listele3 .overflow {
    display: none;
}


/* ÃƒÅ“rÃƒÂ¼nler Liste 3 GÃƒÂ¶rÃƒÂ¼nÃƒÂ¼mÃƒÂ¼ Son */


/*SayaÃƒÂ§*/

.sayac {
    width: 100%;
    padding: 50px 0px;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.sayac .sayac-liste {
    width: 100%;
    height: auto;
    color: #585858;
    display: flex;
}

.sayac .sayac-liste .icon {
    font-size: 1.8rem;
    margin-right: 15px;
}

.sayac .sayac-liste .media_counted {
    font-size: 2.5rem;
    line-height: 45px;
    font-weight: 600;
    position: relative;
    padding: 0px 0px 0px;
}

.sayac .sayac-liste .cizgi {
    position: relative;
    bottom: 0px;
    width: 50px;
    height: 1px;
    background: #F57921;
    left: 0px;
    margin: 18px 0px;
    display: block;
}

.sayac .sayac-liste .sayacbaslik {
    position: relative;
    max-width: 145px;
    font-family: inherit;
    font-size: 0.90rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .025em;
    margin-top: 18px;
}

.sayac .sayac-liste .arti {
    padding-left: 10px;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
}


/* SayaÃƒÂ§ Son*/


/* Ã„Â°ÃƒÂ§erik BÃƒÂ¶lÃƒÂ¼m BaÃ…Å¸la*/

.page-urunler-listele {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    position: relative;
    color: #333;
}

.page-urunler-listele .page-urunler-resim {
    width: 100%;
    height: 500px;
    display: flex;
    position: relative;
    border: solid 1px #e8e8e8;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    background: transparent;
}

.page-urunler-listele .page-urunler-resim.logo-ortala img {
    max-width: 50%;
}

.page-urunler-listele .page-urunler-resim img {
    max-width: 100%;
    transition: transform .2s;
}

.page-urunler-listele:hover .page-urunler-resim img {
    transform: scale(1.1);
}

.page-urunler-listele .page-urunler-resim .urunler-iconbg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.53);
    display: flex;
    align-items: center;
    opacity: 0;
    transition: all .25s ease !important;
}

.page-urunler-listele .page-urunler-resim .urunler-iconbg .icon {
    margin: 0px auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #333;
}

.page-urunler-listele:hover .page-urunler-resim .urunler-iconbg {
    opacity: 1;
    transition: all .25s ease !important;
}

.page-urunler-listele .page-urunler-title {
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 10px 0px;
}

.page-urunler-listele:hover .page-urunler-title {
    color: #395FA9;
}

.page-urunler-listele-resimler {
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.page-urunler-listele-resimler .img-thumbnail {
    overflow: hidden;
}

.page-urunler-listele-resimler .image {
    width: 100%;
    height: auto;
    position: relative;
}

.page-urunler-listele-resimler .image img {
    max-width: 100%;
    transition: transform .2s;
}

.page-urunler-listele-resimler:hover .image img {
    transform: scale(1.1);
}

.page-urunler-listele-resimler .images-list-text {
    width: 100%;
    height: 51px;
    overflow: hidden;
    display: block;
    text-align: center;
    padding: 5px 0px;
    color: #333;
    line-height: 1.4;
    text-decoration: none;
}

.page-urunler-listele-resimler .image .zoom {
    display: block;
    position: absolute;
    left: 0px;
    top: 40%;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 9;
    transition: all .25s ease
}

.page-urunler-listele-resimler .image .zoom i {
    opacity: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: #fff;
    box-shadow: 0px 2px 3px #ababab;
    color: #333;
}

.page-urunler-listele-resimler:hover .image .zoom i {
    opacity: 1;
    transition: all .25s ease
}


/* Page Ã„Â°ÃƒÂ§erik */

.page-baslik1 {
    width: 100%;
    height: auto;
    background: #e8e8e8;
    padding: 25px 0px;
}

.page-baslik1 h3 {
    margin-bottom: 0px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #3e3e3e;
}

.page-baslik1 .breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
}

.page-baslik1 .breadcrumb li a {
    color: #3e3e3e;
}

.page-baslik2 {
    width: 100%;
    height: 300px;
    padding: 0px 0px;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    position: relative;
}

.page-baslik2 .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.page-baslik2::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #395FA9;
    opacity: 80%;
}

.page-baslik2 .container {
    margin-top: 0px;
    position: relative;
    z-index: 99;
}

.page-baslik2 h3 {
    margin-top: 0px;
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
}

.page-baslik2 p {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.page-baslik2 .breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
}

.page-baslik2 .breadcrumb li a {
    color: #fff;
}

.page-baslik2 .breadcrumb li.breadcrumb-item.active {
    color: #fff;
}

.page-baslik3 {
    width: 100%;
    height: 400px;
    padding: 0px 0px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

.page-baslik3 .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.page-baslik3::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #555654;
    opacity: 40%;
}

.page-baslik3 .container {
    margin-top: 80px;
    position: relative;
    z-index: 99;
}

.page-baslik3 h3 {
    margin-bottom: 0px;
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
}

.page-baslik3 .breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
    display: inline-flex;
}

.page-baslik3 .breadcrumb li a {
    color: #fff;
}

.page-baslik3 .breadcrumb li.breadcrumb-item.active {
    color: #fff;
}

.page-icerik {
    padding: 50px 0px;
    min-height: 250px;
}

.page-icerik .page-icerik-box {
    min-height: 250px;
    position: relative;
    background: #fff;
    padding: 25px 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-shadow: 0px 0px 1px #8b888963;
}

.page-icerik .yeniBayi {
    text-align: center;
    font-size: 18px;
    padding: 100px 0px;
}

.page-icerik .yeniBayi h5 {
    width: 100%;
    height: auto;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    font-size: 27px;
}

.page-icerik .yeniBayi p {
    width: 100%;
    height: auto;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 45px;
}

.page-icerik .yeniBayi p a {
    font-weight: 700;
}

.page-video iframe {
    width: 100%;
}

.page-video .card-body {
    padding: 0.3125rem;
}

.page-dosya a.dosya-liste {
    width: 100%;
    border: 1px solid #dadada;
    margin-bottom: 20px;
    position: relative;
    display: block;
    font-size: 0.80rem;
}

.page-dosya a.dosya-liste .dosya-icon {
    text-align: center;
    color: #666;
    padding: 50px 10px;
    display: block;
    position: relative;
}

.page-dosya a.dosya-liste .dosya-aciklama {
    padding: 10px;
    background: #f4f4f4;
    display: block;
    width: 100%;
    border-top: 1px solid #dadada;
    position: relative;
    display: block;
}

.page-dosya a.dosya-liste .dosya-aciklama .baslik {
    width: 100%;
    height: auto;
}

.page-dosya a.dosya-liste .dosya-aciklama .baslik i {
    padding-right: 5px;
}

.page-dosya a.dosya-liste .dosya-indir-icon {
    font-size: 0.80rem;
}

.page-resimler a.images-list {
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.page-resimler a.images-list .image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-resimler a.images-list .image img {
    max-width: 100%;
    transition: transform .2s;
}

.page-resimler a:hover.images-list .image img {
    transform: scale(1.1);
}

.page-resimler a.images-list .images-list-text {
    width: 100%;
    height: 51px;
    overflow: hidden;
    display: block;
    text-align: center;
    padding: 5px 0px;
    color: #333;
    line-height: 1.4;
    text-decoration: none;
}

.page-resimler a.images-list .image .zoom {
    display: block;
    position: absolute;
    left: 0px;
    top: 40%;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 9;
}

.page-resimler a.images-list .image .zoom i {
    opacity: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: #fff;
    box-shadow: 0px 2px 3px #ababab;
    color: #333;
}

.page-resimler a.images-list:hover .image .zoom i {
    opacity: 1;
}


/* Page Ã„Â°ÃƒÂ§erik Son*/


/* Sayfa Haberler BaÃ…Å¸la*/

.page-blog-list {
    width: 100%;
    height: auto;
    color: #45517F;
    border: solid 1px #efefef;
    padding: 10px;
    margin-bottom: 15px;
}

.page-blog-list .baslik1 {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 700;
    color: #395FA9;
    margin-bottom: 15px;
}

.page-blog-list .baslik2 {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.page-blog-list .resim {
    width: 100%;
    height: 150px;
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden;
}

.page-blog-list .resim img {
    max-width: 100%;
}

.page-blog-list .text {
    font-weight: 500;
    font-size: 13px;
    opacity: 60%;
    margin-top: 10px;
}

.page-blog-list small.detay {
    margin-top: auto;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #395FA9;
    position: relative;
    padding: 0px 0px;
    margin-top: 30px;
}

.page-blog-list small.detay:hover {
    color: #1F2749;
}

.page-blog-list small.detay span {
    font-size: 13px;
    margin-left: 12px;
}

.page-blog-details {
    width: 100%;
    height: auto;
    position: relative;
}

.page-blog-details h4 {
    font-weight: 700;
    font-size: 20px;
    border-top: 1px solid #f1f1f1;
    padding-top: 25px;
    margin-bottom: 25px;
}

.page-blog-details .page-blog-details-image {
    width: 100%;
    height: auto;
    border: solid 1px #f1f1f1;
    padding: 5px;
}

.page-blog-details .page-blog-details-sosyal {
    width: 100%;
    height: auto;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-blog-details .page-blog-details-image img {
    width: 100%;
}

.page-blog-details h3 {
    font-weight: 700;
    font-size: 30px;
}

.page-blog-details h6 {
    font-weight: 300;
    font-size: 17px;
    font-style: italic;
    opacity: 60%;
}

.page-blog-details p {
    font-weight: 400;
    font-size: 16px;
    opacity: 100%;
}


/* Sayfa Haberler Son*/


/* Ã„Â°ÃƒÂ§erik Sol MenÃƒÂ¼ BaÃ…Å¸la*/

.sol-menu22 {
    padding: 25px;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 6px #f2f2f2;
    border: solid 1px #5556541c;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}

.sol-menu-style1 {
    width: 100%;
    height: auto;
}

.sol-menu-style1 .breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
}

.sol-menu-style1 .breadcrumb li a {
    color: #3e3e3e;
}

.sol-menu-style1 .sol-menu {
    position: relative;
    border: 1px solid #e2e7ec;
    display: block;
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 5%);
    background: #fff;
    padding-bottom: 15px;
}

.sol-menu-style1 .sol-menu .filtreic {
    padding: 0px 24px;
}

.sol-menu-style1 .form-check-input:checked {
    background-color: #395FA9;
    border-color: #395FA9;
}

.sol-menu-style1 .sol-menu .solbaslik {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #f5f5f5;
    padding: 16px 20px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #4a4949;
    line-height: 18px;
    ;
}

.sol-menu-style1 .sol-menu .menu-akordiyon {
    width: 100%;
    position: relative
}

.sol-menu-style1 .sol-menu .menu-akordiyon .sol-menu-icon {
    display: inline-block;
    margin-right: 8px;
    font-size: .75rem;
    display: none;
}

.sol-menu-style1 .sol-menu .menu-akordiyon .sol-menu-alt-var {
    display: inline-block;
    float: right;
    font-size: 12px;
}

.sol-menu-style1 .sol-menu .menu-akordiyon {
    width: 100%;
    text-align: left;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li:first-child {
    border: none;
    margin-top: 0px;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li {
    list-style-type: none;
    width: 100%;
    margin-top: 1px;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li a {
    width: 100%;
    font-size: 13px;
    color: #23282d;
    padding: 4px 19px 4px;
    font-weight: 400;
    transition: all .25s ease !important;
    display: block;
    background: transparent;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li.active a {
    color: #395FA9;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li a:hover {
    color: #395FA9;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li ul {
    display: none;
    background: #fff;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li ul li {
    margin-top: 0px;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li ul li a {
    padding: 8px 24px 8px;
    font-weight: 400;
    color: #23282d;
}

.sol-menu-style1 .navbar {
    padding: 0px;
}

.sol-menu-style1 .navbar .navbar-toggler {
    width: 100%;
    position: relative;
    margin-top: 0px;
    top: 0px;
    padding: 16px 24px 14px;
    font-size: 0.80rem;
    text-align: left;
    background: #333;
    color: #fff;
    border: none;
    outline: none;
}

.sol-menu-style1 .navbar .navbar-toggler:focus {
    border: none;
}

.sol-menu-style1 .navbar .navbar-toggler:hover {
    border: none;
}

.sol-menu-style1 .navbar .navbar-toggler i {
    padding-right: 5px;
}

.sol-menu-style2 {
    width: 100%;
    height: auto;
}

.sol-menu-style2 .breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
}

.sol-menu-style2 .breadcrumb li a {
    color: #3e3e3e;
}

.sol-menu-style2 .sol-menu .solbaslik {
    background: #395FA9;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
    height: 52px;
    line-height: 52px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.sol-menu-style2 .sol-menu .solbaslik i {
    margin-left: auto;
}

.sol-menu-style2 .sol-menu .menu-akordiyon {
    width: 100%;
    position: relative
}

.sol-menu-style2 .sol-menu .menu-akordiyon .sol-menu-icon {
    display: inline-block;
    margin-right: 8px;
    font-size: 12px;
    display: none;
}

.sol-menu-style2 .sol-menu .menu-akordiyon .sol-menu-alt-var {
    display: inline-block;
    font-size: 0.8rem;
}

.sol-menu-style2 .sol-menu .menu-akordiyon {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 6px #f2f2f2;
    border: solid 1px #5556541c;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    position: relative;
    z-index: 9;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li:first-child {
    border: none;
    margin-top: 0px;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li {
    list-style-type: none;
    width: 100%;
    position: initial;
    border-top: 1px solid #ccc0;
    margin-left: 0;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li a {
    border-bottom: none;
    border-right: none;
    padding: 9px 11px;
    line-height: 1;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li a .altvar {
    margin-left: auto;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li a i {
    font-size: 15px;
    margin-right: 5px;
    opacity: 40%;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li a img {
    height: 20px;
    margin-right: 5px;
    opacity: 40%;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li a .icon {
    display: flex;
    align-items: center;
    height: auto;
    margin-right: 10px;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li a .icon .svgIcon {
    fill: #333;
    height: 20.5px;
    width: 21px;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li a .icon .svgIcon path {
    fill: #333;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li a .icon img {
    height: 100%;
}

@media (min-width: 1201px) {
    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li ul.Menu_acilir {
        position: absolute;
        left: 100%;
        background: #fff;
        top: -1px;
        width: 1050px;
        padding: 15px;
        border-left: 1px solid #f0f0f0;
        height: calc(100% + 2px);
        display: none;
        border: solid 1px #5556541c;
        overflow: hidden;
    }

    .navigation-categories-sub-area {
        height: calc(440px - 30px);
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li ul.Menu_acilir .Menu_acili_box {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li ul.Menu_acilir .Menu_acilir_resim {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li ul.Menu_acilir .Menu_acilir_resim img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li:hover ul.Menu_acilir {
        display: block;
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li:hover a {
        background: #395FA9;
        color: #fff;
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li ul.Menu_acilir li&gt;a {
        background: transparent;
        color: #000;
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li ul.Menu_acilir li&gt;a:hover {
        color: #198754;
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li a .altvar {
        display: none;
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li ul.Menu_acilir h4 {
        position: relative;
        font-size: 15px;
        font-weight: 700;
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li ul.Menu_acilir .Menu_acilir_ic {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: flex-start;
        height: calc(100% - (0px + 25px));
        padding-top: 10px;
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li ul.Menu_acilir .Menu_acilir_ic li {
        width: 50%;
        margin-bottom: 13px;
        margin-left: 0;
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li ul.Menu_acilir.resimsiz .Menu_acilir_ic li {
        width: 31%;
        margin-bottom: 13px;
        margin-left: 0;
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li ul.Menu_acilir.resimsiz-4 .Menu_acilir_ic li {
        width: 20%;
        margin-bottom: 13px;
        margin-left: 0;
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li ul.Menu_acilir .Menu_acilir_ic li a.menu_ic_baslik {
        font-weight: 700;
        color: #395FA9;
        padding: 0px;
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li ul.Menu_acilir .Menu_acilir_ic li a.menu_ic_baslik {
        font-weight: 700;
        color: #395FA9;
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li ul.Menu_acilir .Menu_acilir_ic li a.menu_ic_baslik:hover {
        color: #198754;
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li ul.Menu_acilir .Menu_acilir_ic li ul.menu_ic_sub {
        width: 100%;
        margin: 0px;
        padding: 6px 8px 0px 0px;
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li ul.Menu_acilir .Menu_acilir_ic li ul.menu_ic_sub li {
        width: 100%;
        margin: 0px;
        padding: 0px;
        color: #656e7c;
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li ul.Menu_acilir .Menu_acilir_ic li ul.menu_ic_sub li a {
        width: 100%;
        padding: 2px 0px;
        font-size: 13px;
        opacity: 60%;
        font-weight: 400;
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li ul.Menu_acilir .Menu_acilir_ic li ul.menu_ic_sub.yanla {
        width: 94%;
        display: block;
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li ul.Menu_acilir .Menu_acilir_ic li ul.menu_ic_sub.yanla li {
        width: auto;
        display: inline-block;
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li ul.Menu_acilir .Menu_acilir_ic li ul.menu_ic_sub li a {
        width: auto;
        padding: 2px 0px;
        font-size: 13px;
        opacity: 60%;
        font-weight: 400;
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol li ul.Menu_acilir .Menu_acilir_ic li ul.menu_ic_sub.yanla li a::before {
        content: '';
        position: relative;
        display: inline-block;
        font-weight: 700;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #5e5e5e;
        border-radius: 50%;
        margin-right: 2px;
    }
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol i.licon-car {
    margin-top: -6px;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul.MenuSol i.licon-hdd {
    margin-top: -6px;
}


/*-----*/

.sol-menu-style2 .navbar {
    padding: 0px;
}

.sol-menu-style2 .navbar .navbar-toggler {
    width: 100%;
    position: relative;
    margin-top: 0px;
    top: 0px;
    padding: 16px 24px 14px;
    font-size: 0.375rem;
    text-align: left;
    background: #333;
    color: #fff;
    border: none;
    outline: none;
}

.sol-menu-style2 .navbar .navbar-toggler:focus {
    border: none;
}

.sol-menu-style2 .navbar .navbar-toggler:hover {
    border: none;
}

.sol-menu-style2 .navbar .navbar-toggler i {
    padding-right: 5px;
}


/* Ã„Â°ÃƒÂ§erik Sol MenÃƒÂ¼ Son*/

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

.ekibim .ekibimiz_listele {
    width: 100%;
    height: auto;
    border: solid 1px rgb(177 162 131 / 21%);
    padding: 5px 5px 15px;
}

.ekibim .ekibimiz_listele:hover {
    border: solid 1px rgb(177 162 131 / 95%);
}

.ekibim .ekibimiz_listele .detay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    opacity: 0;
}

.ekibim .ekibimiz_listele .detay i {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    color: #fff;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #395FA9;
    justify-content: center;
    font-size: 12px;
}

.ekibim .ekibimiz_listele:hover .detay {
    opacity: 1;
}

.ekibim .ekibimiz_listele .detay:focus {
    outline: none;
    box-shadow: none;
}

.ekibim .ekibimiz_listele .resim {
    width: 100%;
    height: auto;
    position: relative;
}

.ekibim .ekibimiz_listele .resim .ayin-danismani {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #395FA9;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-family: 'Cera Pro';
    font-size: 13px;
    font-weight: 700;
    padding: 4px 10px;
    box-shadow: 0 0 17px #6f6f6f;
}

.ekibim .ekibimiz_listele .resim img {
    width: 100%;
}

.ekibim .ekibimiz_listele .resim .ekibim-isim {
    width: auto;
    height: auto;
    background: #395FA9;
    color: #fff;
    padding: 8px 15px 8px 45px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: -20px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
}

.ekibim .ekibimiz_listele .aciklama {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding-top: 15px;
    font-family: 'Cera Pro';
}

.ekibim .ekibimiz_listele .aciklama h4 {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 700;
}

.ekibim .ekibimiz_listele .aciklama h5 {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0px;
    opacity: 60%;
    font-weight: 400;
}

.ekibim .ekibimiz_listele a.sahibinden {
    width: auto;
    height: auto;
    position: relative;
    text-align: center;
    padding: 2px 60px;
    border: solid 1px #395FA9;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    color: #395FA9;
    margin: 10px 0px
}

.ekibim .ekibimiz_listele a.sahibinden:hover {
    border: solid 1px #395FA9;
    background: #395FA9;
    color: #fff;
}

.ekibim .ekibimiz_listele .sosyal {
    display: block;
    width: 100%;
}

.ekibim .ekibimiz_listele .sosyal li {
    display: inline-block;
    list-style: none;
    margin: 0px 0px;
}

.ekibim .ekibimiz_listele .sosyal li a {
    width: 100%;
    height: 26px;
    background: #395FA9;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 11px;
    padding: 6px 8px;
}


/* Ã„Â°ÃƒÂ§erik BÃƒÂ¶lÃƒÂ¼m Son */


/* destek */

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

.destek .destek-bg {
    width: 100%;
    height: 642px;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.destek .destek-bg:before {
    display: block;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    content: "";
    background-color: #555654;
    opacity: .3;
    z-index: 2;
    left: 0px;
    top: 0px;
}

.destek .banner-text {
    max-width: 505px;
    margin: 0px auto;
    z-index: 99;
    position: relative;
    text-align: center;
}

.destek .banner-text small {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.destek .banner-text h2 {
    width: 100%;
    height: auto;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
    display: block;
}

.destek .banner-text p {
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}

.destek .banner-text a.detayy {
    margin-top: 25px;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 15px;
    font-size: 11px;
    line-height: 26px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    border: 1px solid #fff;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}

.destek .banner-text a.detayy:hover {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    border: 1px solid #555654;
    background: #555654;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}


/* Destek son */


/*HakkimizdaIcon*/

.HakkimizdaIcon {
    width: 100%;
    height: auto;
    padding: 40px 0px;
    text-align: center;
    background: #fff;
    position: relative;
}

.HakkimizdaIcon h3 {
    width: 100%;
    height: auto;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 60px;
    display: block;
}

.HakkimizdaIcon .liste {
    width: 100%;
    height: auto;
    padding: 0px 20px;
}

.HakkimizdaIcon .liste .icon {
    width: 100%;
    height: auto;
}

.HakkimizdaIcon .liste .icon .svgIcon {
    fill: #395FA9;
    height: 50px;
    width: 50px;
}

.HakkimizdaIcon .liste .icon .svgIcon path {
    fill: #395FA9;
}

.HakkimizdaIcon .liste .text {
    width: 100%;
    height: auto;
    font-weight: 500;
}

.HakkimizdaIcon .liste .text span {
    width: 100%;
    height: auto;
    font-size: 14px;
    display: block;
    margin-top: 20px;
    font-weight: 700;
}

.HakkimizdaIcon .liste .text small {
    width: 100%;
    height: auto;
    font-size: 13px;
    font-weight: 300;
    display: block;
    line-height: 1.3;
    margin-top: 12px;
    opacity: 70%;
}


/*Kategoriler*/

.Kategoriler {
    width: 100%;
    height: auto;
    padding: 20px 0px;
}

.Kategoriler .kategori_Liste {
    padding: 20px 0px;
}

.Kategoriler .kategoriresim {
    height: auto;
    background-position: center !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Kategoriler .kategoriresim h4 {
    display: inline-block;
    background: #555654;
    line-height: 90px;
    padding: 0 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.Kategoriler .kategoriurunler {
    height: auto;
    padding: 0px 50px;
}

.Kategoriler .urun-liste {
    border: 1px solid #fff;
    display: block;
    margin: 0px 5px;
    padding: 10px;
    text-align: center;
}

.Kategoriler .urun-liste:hover {
    border-color: #d7d7d7;
    color: #395FA9;
}

.Kategoriler .urun-liste .resimbg {
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
}

.Kategoriler .urun-liste .resimbg .resim {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center !important;
    background-size: cover !important;
}

.Kategoriler .urun-liste .text {
    width: 100%;
}

.Kategoriler .urun-liste .text .baslik {
    width: 100%;
    overflow: hidden;
    padding: 3px 3%;
    font-size: 15px;
    height: 48px;
    line-height: 1.2;
    font-weight: 500;
}

.Kategoriler .slick-dotted.slick-slider {
    margin: 0px !important;
}

.Kategoriler .slick-dots {
    display: none !important;
}

.Kategoriler .slick-prev:before,
.Kategoriler .slick-next:before {
    color: #555654;
}

.Kategoriler .slick-prev:hover:before,
.Kategoriler .slick-next:hover:before {
    color: #395FA9;
}


/* ÃƒÂ¼rÃƒÂ¼n lisele */

.urun-liste2 {
    height: auto;
    color: #555654;
    border: solid 1px #5556541c;
    display: block;
    position: relative;
    background: #fff;
    margin: 7px;
    border-radius: 3px;
    transition: transform .1s;
}

.urun-liste2.stokyokBorder {
    border: solid 0px #AC0C10;
}

.urun-liste2.stokyokBorder .urundetay-sepet .adetbg {
    opacity: 20%;
}

.urun-liste2.stokyokBorder .listeAlt {
    display: none !important;
}

.urun-liste2.stokyokBorder a {
    opacity: 40%;
    cursor: no-drop;
}

.urun-liste2.stokyokBorder .tooltiplisttext {
    display: none;
}

.urun-liste2 a {
    color: #555654;
}

.urun-liste2 a:hover {
    color: #395FA9;
}

.urun-liste2:hover {
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 9%);
    z-index: 9;
}

.urun-liste2 .marka {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 7px;
    top: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-weight: 700;
    box-shadow: 0px 0px 8px #5556541a;
    text-align: center;
    line-height: 1.2;
    font-size: 11px;
    color: #fff;
    border: solid 1px #e9e9e96e;
    display: none;
}

.urun-liste2:hover .marka {
    opacity: 1;
}

.urun-liste2 .marka img {
    max-width: 100%;
    max-height: 100%;
}

.urun-liste2 .yildizli {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 900;
    font-size: 13px;
    line-height: 1;
    border-radius: 5px;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: #ffb000;
}

.urun-liste2 .yildizli i {
    padding-right: 0px;
}

.urun-liste2 .yeni {
    width: auto;
    height: auto;
    background: #7d6a69;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 38px;
    font-weight: 700;
    box-shadow: 0px 0px 8px #55565424;
    font-size: 11px;
    line-height: 1;
    border-radius: 5px;
    color: #fff;
}

.urun-liste2 .yeni i {
    padding-right: 5px;
}

.urun-liste2 .resim {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
}

.urun-liste2 .resim img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

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

.urun-liste2 .baslikbg {
    padding: 0px 15px;
}

.urun-liste2 .baslik {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 0;
    height: 34px;
    overflow: hidden;
    display: block;
    color: #2e2e2e;
}

.urun-liste2 .skdu {
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 6px;
    color: rgb(73, 144, 226);
}

.urun-liste2 .skdu span {
    font-weight: 700;
}

.urun-liste2 .fiyat {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
    display: block;
    position: relative;
    line-height: 1;
    padding: 5px 0px;
    cursor: context-menu;
}

.urun-liste2 .fiyat .fiyatbaslik {
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    margin-right: 10px;
    color: rgb(73, 144, 226);
    margin-bottom: 10px;
    display: block;
}

.urun-liste2 .fiyat .eskifiyat2 {
    font-weight: 600;
    display: block;
    opacity: 1;
    line-height: 1;
    opacity: 60%;
    margin-top: 3px;
    margin-bottom: 3px;
    text-decoration: line-through;
}

.urun-liste2 .fiyat .eskifiyat {
    line-height: 1;
    margin-bottom: 0px;
}

.urun-liste2 .fiyat .indirim {
    width: auto;
    height: auto;
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #876f6f;
    font-weight: 600;
}

.urun-liste2 p {
    width: 100%;
    height: auto;
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.4;
}

.urun-liste2 .stok {
    width: 100%;
    height: auto;
    font-size: 13px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #198754;
    padding: 15px 0px;
}

.urun-liste2 .stok i {
    margin-right: 7px;
}

.urun-liste2 .stok.stokyok {
    color: #cc1e63;
}

.urun-liste2 .listeAlt {
    display: none;
    align-items: center;
    position: absolute;
    bottom: -70px;
    opacity: 0;
    width: 100.9%;
    padding: 10px 10px;
    background: #fff;
    z-index: 9;
    box-shadow: 0 10px 10px 1px rgb(0 0 0 / 18%);
    overflow: visible;
    margin-left: -1px;
    border-top: 0px;
    border-radius: 0px 0px 5px 5px;
    border: solid 1px #5556541c;
    border-top: 0px;
}

.urun-liste2:hover .listeAlt {
    opacity: 1;
    bottom: -58px;
    display: flex;
}

.urun-liste2 .button1 {
    display: inline-flex;
    font-size: 14px;
    line-height: 1.25;
    padding: 13px 30px;
    background: #198754;
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    -o-transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    border-radius: 2px;
    text-align: center;
    font-weight: 700;
    position: relative;
    border: none;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    width: 100%;
}

.urun-liste2 .button1 i {
    margin-right: 5px;
}

.urun-liste2 .button1:hover {
    background: #8B8889;
    color: #fff;
}

.urun-liste2 .urundetay-sepet {
    width: 100%;
    height: auto;
    margin-top: 0px;
    display: flex;
    align-items: center;
    margin-right: 0px;
    justify-content: center;
    margin-bottom: 7px;
}

.urun-liste2 .urundetay-sepet .adetbg {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    align-items: center;
    width: auto;
    height: auto;
    padding: 0px;
    border-radius: 0px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
}

.urun-liste2 .urundetay-sepet .adetbg .artieksi {
    background: #fff;
    height: 25px;
    width: 25px;
    line-height: 25px;
    float: left;
    display: block;
    text-align: center;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.urun-liste2 .urundetay-sepet .adetbg .birim {
    font-weight: 600;
}

.urun-liste2 .urundetay-sepet input {
    height: 33px;
    border: none;
    /* box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 5%); */
    text-align: center;
    max-width: 35px;
    background: transparent;
    font-weight: 700;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.urun-liste2 .urundetay-sepet input:focus {
    box-shadow: none;
    outline: none;
}

.urun-liste2 .urundetay-sepet .button1 {
    color: #8B8889;
    background-color: #fff;
    border: solid 1px;
    padding: 0px 16px;
    border-radius: 4px;
    font-size: 13px;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 10px;
    border: solid 1px #ccc;
}

.urun-liste2 .urundetay-sepet .button1:hover {
    background: #8B8889;
    color: #fff;
    border-color: #8B8889;
}

.liste-g .urun-liste2 .baslik {
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    word-wrap: break-word;
    white-space: normal;
    max-width: 270px;
    display: block;
}

.liste-g .urun-liste2 .urundetay-sepet {
    width: auto;
    margin-bottom: 0px;
}

.liste-g .urun-liste2 {
    display: flex;
    margin: 3px 7px;
}

.liste-g .urun-liste2.stokyokBorder:hover {}

.liste-g .urun-liste2 .ustBolum {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 12.5px 0px 12.5px 0px;
    width: 44%;
    border-right: 1px solid #e7e7e7;
}

.liste-g .urun-liste2 .resim {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    place-content: flex-start center;
    -webkit-box-pack: center;
    align-items: flex-start;
    margin-left: 15px;
    margin-right: 15px;
    width: 90px;
    height: auto;
}

.liste-g .urun-liste2 .baslikbg {
    padding: 0px;
    padding-right: 15px;
}

.liste-g .urun-liste2 .text {
    height: auto;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    width: 30%;
}

.liste-g .urun-liste2 .baslikbg .skdu {
    padding: 0px;
    margin-bottom: 0px;
}

.liste-g .urun-liste2 .fiyat {
    display: flex;
    flex-direction: column;
    place-content: flex-start center;
    -webkit-box-pack: center;
    align-items: flex-start;
    padding: 16.5px 0px;
    margin-right: 0;
    width: 140px;
    border-right: 1px solid #e7e7e7;
}

.liste-g .urun-liste2 .listeAlt {
    display: flex !important;
    bottom: 0px;
    position: relative;
    width: auto;
    opacity: 1;
    border: none;
    box-shadow: none;
    position: absolute;
    right: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}

.liste-g .urun-liste2 .button11 {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #198754;
    background: #fff;
    padding: 7px 15px;
    width: 100%;
    cursor: pointer;
    border-radius: 3px;
    border: solid 1px #198754;
}

.urun-liste2 .button11 i {
    margin-right: 5px;
}

.liste-g .urun-liste2 .button11:hover {
    color: #fff;
    background: #198754;
    border: solid 0px #198754;
}

.liste-g .urun-liste2.stokyokBorder .button11 {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #198754;
    padding: 10px 23px;
    width: 100%;
    cursor: pointer;
}

.liste-g .urun-liste2.stokyokBorder .button11 {
    background: #8B8889;
    opacity: 40%;
    cursor: no-drop;
    border: 0px;
}

.liste-g .urun-liste2 .text .skdu {
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 1;
}

.liste-g .urun-liste2 .text .depo-stok {
    display: block !important;
    padding: 0px 20px;
}

.liste-g .urun-liste2 .text .depo-stok .baslikk {
    display: block !important;
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    margin-right: 10px;
    color: rgb(73, 144, 226);
    margin-bottom: 5px;
    display: block;
    line-height: 1;
}

.liste-g .urun-liste2 .text .depo-stok ul {
    display: block !important;
    width: 100%;
}

.liste-g .urun-liste2 .text .depo-stok ul li {
    display: flex !important;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
}

.liste-g .urun-liste2 .text .depo-stok .liste {
    width: 100% !important;
}

.liste-g .urun-liste2 .stok {
    width: auto;
    display: none;
}

.liste-g .urun-liste2 .yildizli {
    left: 20px;
    right: auto;
}

.liste-g .urun-liste2 .marka {
    width: 38px;
    height: 38px;
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-weight: 700;
    box-shadow: 0px 0px 8px #5556541a;
    text-align: center;
    line-height: 1.2;
    font-size: 11px;
    color: #fff;
    border: solid 1px #e9e9e96e;
    display: none;
}

.liste-g22 .urun-liste2 .baslik {
    font-size: 13px;
    font-weight: 600;
}

.liste-g22 .urun-liste2 .urundetay-sepet {
    width: auto;
    margin-bottom: 0px;
}

.liste-g22 .urun-liste2 {
    display: flex;
    margin: 3px 7px;
}

.liste-g22 .urun-liste2.stokyokBorder:hover {
    border-color: #AC0C10;
}

.liste-g22 .urun-liste2 .ustBolum {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 6px 6px 6px 0px;
    width: 39%;
    border-right: 1px solid #e7e7e7;
}

.liste-g22 .urun-liste2 .resim {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    place-content: flex-start center;
    -webkit-box-pack: center;
    align-items: flex-start;
    margin-left: 15px;
    margin-right: 15px;
    width: 90px;
    height: auto;
    display: none;
}

.liste-g22 .urun-liste2 .baslikbg {
    padding: 0px;
    padding-right: 15px;
    padding-left: 15px;
}

.liste-g22 .urun-liste2 .text {
    height: auto;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    width: 36%;
}

.liste-g22 .urun-liste2 .baslikbg .skdu {
    padding: 0px;
    margin-bottom: 0px;
    display: none;
}

.liste-g22 .urun-liste2 .fiyat {
    display: flex;
    flex-direction: column;
    place-content: flex-start center;
    -webkit-box-pack: center;
    align-items: flex-start;
    padding: 16.5px 0px;
    margin-right: 0;
    width: 140px;
    border-right: 1px solid #e7e7e7;
}

.liste-g22 .urun-liste2 .listeAlt {
    display: flex !important;
    bottom: 0px;
    position: relative;
    width: auto;
    opacity: 1;
    border: none;
    box-shadow: none;
    position: absolute;
    right: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}

.liste-g22 .urun-liste2 .button11 {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #198754;
    background: #fff;
    padding: 7px 15px;
    width: 100%;
    cursor: pointer;
    border-radius: 3px;
    border: solid 1px #198754;
}

.urun-liste2 .button11 i {
    margin-right: 5px;
}

.liste-g22 .urun-liste2 .button11:hover {
    color: #fff;
    background: #198754;
    border: solid 2px #198754;
}

.liste-g22 .urun-liste2.stokyokBorder .button11 {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #198754;
    padding: 10px 23px;
    width: 100%;
    cursor: pointer;
}

.liste-g22 .urun-liste2.stokyokBorder .button11 {
    background: #8B8889;
    opacity: 40%;
    cursor: no-drop;
}

.liste-g22 .urun-liste2 .text .skdu {
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 1;
}

.liste-g22 .urun-liste2 .text .depo-stok {
    display: block !important;
    padding: 0px 20px;
}

.liste-g22 .urun-liste2 .text .depo-stok .baslikk {
    display: block !important;
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    margin-right: 10px;
    color: rgb(73, 144, 226);
    margin-bottom: 5px;
    display: block;
    line-height: 1;
    display: none !important;
}

.liste-g22 .urun-liste2 .text .depo-stok ul {
    display: flex !important;
    width: auto;
}

.liste-g22 .urun-liste2 .text .depo-stok ul li:first-child {
    margin-left: 0px;
}

.liste-g22 .urun-liste2 .text .depo-stok ul li {
    display: flex !important;
    width: auto;
    font-size: 13px;
    font-weight: 700;
    margin-left: 10px;
}

.liste-g22 .urun-liste2 .text .depo-stok .liste {
    width: 100% !important;
}

.liste-g22 .urun-liste2 .stok {
    width: auto;
    display: none;
}

.liste-g22 .urun-liste2 .yildizli {
    left: 20px;
    right: auto;
}

.liste-g22 .urun-liste2 .marka {
    width: 38px;
    height: 38px;
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-weight: 700;
    box-shadow: 0px 0px 8px #5556541a;
    text-align: center;
    line-height: 1.2;
    font-size: 11px;
    color: #fff;
    border: solid 1px #e9e9e96e;
    display: none;
}

.liste-g22 .urun-liste2 .baslikbg p {
    display: none;
}

.liste-g22 .urun-liste2 .fiyat .fiyatbaslik {
    display: none;
}

.liste-g22 .urun-liste2 .button1 {
    padding: 13px 7px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 160px;
    background-color: #395FA9;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 1px 0;
    left: -57px;
    top: -36px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltiplist {
    position: relative;
    display: inline-block;
    border-bottom: none;
}

.tooltiplist .tooltiplisttext {
    visibility: hidden;
    width: 100%;
    max-width: 190px;
    text-align: center;
    left: 0;
    top: 0px;
    position: absolute;
    z-index: 1;
    margin-top: -140px;
    line-height: 1.4;
    min-width: 150px;
    font-size: 12px;
    color: #000;
    text-align: left;
    background: transparent;
}

.tooltiplist .tooltiplisttext .fiyatGoster {
    background: #fff;
    box-shadow: 0px -3px 10px #0000002e;
    width: 100%;
    border-radius: 2px;
    padding: 5px 5px;
    position: relative;
}

.tooltiplist .tooltiplisttext:after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: 4px;
    box-shadow: 0px 0px -1px #000;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(136deg);
    box-shadow: 0px 0px 1px #000;
    z-index: -1;
    box-shadow: 0px 0px 10px #0000002e;
}

.tooltiplist .tooltiplisttext ul {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.tooltiplist .tooltiplisttext ul li {
    display: flex;
    align-items: center;
}

.tooltiplist .tooltiplisttext ul li span {
    font-weight: 400;
}

.tooltiplist .tooltiplisttext table {
    width: 100%;
}

.tooltiplist .tooltiplisttext table tr td {
    color: #8B8889 !important;
    border-color: #0000001a !important;
}

.tooltiplist .tooltiplisttext table tr td:nth-child(2) {
    font-weight: 300;
}

.tooltiplist:hover .tooltiplisttext {
    visibility: visible;
}

.Songezilenler {
    background: #fff;
    border: solid 1px #5556541c;
    padding: 10px;
    border-radius: 3px;
}

.urun-liste3 {
    width: 100%;
    height: auto;
    color: #fff;
    display: block;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    position: relative;
    display: flex;
    border-top: 1px solid #F1F5F8;
    padding: 10px 0px;
}

a.urun-liste3 {
    color: #555654;
}

a.urun-liste3:hover {
    color: #395FA9;
}

.urun-liste3 .marka {
    width: 55px;
    height: 55px;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-weight: 700;
    box-shadow: 0px 0px 8px #55565424;
    text-align: center;
    line-height: 1.2;
    font-size: 11px;
    color: #fff;
    border: solid 1px #e9e9e9;
}

.urun-liste3:hover .marka {
    opacity: 1;
}

.urun-liste3 .marka img {
    max-width: 100%;
    max-height: 100%;
}

.urun-liste3 .yildizli {
    width: auto;
    height: auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 700;
    box-shadow: 0px 0px 8px #55565424;
    font-size: 11px;
    line-height: 1;
    border-radius: 5px;
    color: #7f6b6b;
}

.urun-liste3 .yildizli i {
    padding-right: 5px;
}

.urun-liste3 .yeni {
    width: auto;
    height: auto;
    background: #7d6a69;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 38px;
    font-weight: 700;
    box-shadow: 0px 0px 8px #55565424;
    font-size: 11px;
    line-height: 1;
    border-radius: 5px;
    color: #fff;
}

.urun-liste3 .yeni i {
    padding-right: 5px;
}

.urun-liste3 .resim {
    width: 20%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.urun-liste3 .resim img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.urun-liste3 .text {
    width: 80%;
    height: auto;
    padding-left: 10px;
}

.urun-liste3 .baslik {
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
    height: 34px;
    overflow: hidden;
}

.urun-liste3 .skdu {
    width: 100%;
    height: auto;
    font-size: 13px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 10px;
}

.urun-liste3 .fiyat {
    width: 100%;
    height: auto;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0px;
    display: block;
    min-height: 34px;
    position: relative;
}

.urun-liste3 .fiyat .eskifiyat2 {
    font-weight: 300;
    display: block;
    opacity: 1;
    line-height: 1;
    opacity: 70%;
}

.urun-liste3 .fiyat .eskifiyat {
    font-weight: 300;
    display: block;
    /* text-decoration: line-through; */
    opacity: 1;
    line-height: 1;
}

.urun-liste3 .fiyat small {
    width: 100%;
    height: auto;
    font-size: 11px;
    font-weight: 600;
    text-align: left;
    margin-right: 10px;
    color: rgb(73, 144, 226);
    margin-bottom: 0px;
    display: block;
}

.urun-liste3 .fiyat .indirim {
    width: auto;
    height: auto;
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #876f6f;
    font-weight: 600;
}

.urun-liste3 .text p {
    width: 100%;
    height: auto;
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.4;
}

.urun-liste3 .text .stok {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #395FA9;
    display: none;
}

.urun-liste3 .text .stok i {
    margin-right: 7px;
}

.urun-liste3 .text .dtyBton {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    display: inline-block;
    padding-top: 13px;
    padding-bottom: 13px;
    position: relative;
    text-align: center;
    background: #395FA9;
    overflow: hidden;
    color: #fff;
    display: none;
}

.urun-liste3 .text .dtyBton:after {
    content: "";
    opacity: 0;
    background-color: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    margin: 0;
    padding: 0;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    -moz-transform: translateY(200%);
    -o-transform: translateY(200%);
}

.urun-liste3 .text .dtyBton:hover:after {
    opacity: .1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


/* ÃƒÅ“rÃƒÂ¼nler Resim*/

.urunler-ust {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #F9F9F9;
}

.urunler-ust .liste {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
}

.urunler-ust .liste .resim {
    width: 100%;
    height: 500px;
    background-size: cover !important;
    background-position: center !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.urunler-ust .liste:hover .resim {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.urunler-ust .liste .text {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    top: 0px;
}

.urunler-ust .liste .text a {
    display: inline-block;
    background: #fff;
    line-height: 90px;
    padding: 0 60px;
    color: #555654;
    font-size: 24px;
    font-weight: 500;
    margin-top: 25px;
}

.urunler-ust .liste:hover .text a {
    background: #395FA9;
    color: #fff;
}


/* ÃƒÆ’Ã¢â‚¬ÂÃƒâ€šÃ‚Â°lan Detay Resim*/

.ilanDetayResim {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.ilanDetayResim .swiper-button-next,
.ilanDetayResim .swiper-button-prev {
    margin-top: -21px;
}

.ilanDetayResim .swiper-button-next,
.ilanDetayResim .swiper-container-rtl .swiper-button-prev {
    right: 40px;
    left: auto;
}

.ilanDetayResim .swiper-button-next:after,
.ilanDetayResim .swiper-button-prev:after {
    font-size: 15px;
}

.ilanDetayResim .swiper-button-prev {
    right: auto;
    left: 40px;
}

.ilanDetayResim .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.ilanDetayResim .swiper-slide {
    overflow: hidden;
}

.ilanDetayResim .swiper-slide .buyut {
    display: block;
    font-weight: 700;
    padding-left: 15px;
    position: absolute;
    z-index: 999;
    left: 0px;
    bottom: 10px;
}

.ilanDetayResim .swiper-slide .buyut i {
    margin-right: 5px;
}

.ilanDetayResim .swiper-slide .buyut:hover {
    color: #395FA9;
}

.ilanDetayResim .swiper-slide .videoOynat {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.067);
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    transition: transform 3s;
}

.ilanDetayResim .swiper-slide .videoOynat:hover {
    color: #395FA7;
    background: rgba(0, 0, 0, 0.144);
}

.ilanDetayResim .swiper-slide .videoOynat i {
    font-size: 100px;
}

.ilanDetayResim .swiper-slide .videoOynat span {
    font-weight: 500;
    margin-top: 5px;
    display: block;
}

.ilanDetayResim .swiper-slide .swiper-slide-resim {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ilanDetayResim .swiper-slide .swiper-slide-resim img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.ilanDetayResim .gallery-top2 {
    width: 100%;
}

.ilanDetayResim .slider-sektor {
    box-sizing: border-box;
    padding: 0px 0;
    position: relative;
    bottom: 0px;
    width: 100%;
    padding: 10px 46px 10px 46px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #f0f0f0;
}

.ilanDetayResim .slider-sektor .swiper-button-prev {
    left: 10px;
}

.ilanDetayResim .slider-sektor .swiper-button-next {
    right: 10px;
}

.ilanDetayResim .gallery-thumbs2 {
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    position: relative;
    bottom: 0px;
    width: 100%;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide {
    position: relative;
    height: auto;
    cursor: pointer;
    color: #fff;
    text-align: center;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide span {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 20px;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide .textt-slide {
    width: auto;
    height: auto;
    left: 0px;
    z-index: 1;
    opacity: 0.5;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
    display: inline-block;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide .textt-slide .resimm {
    width: 100%;
    height: 90px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ccc;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide-thumb-active .textt-slide .resimm {
    border-color: #395FA9;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide .textt-slide .resimm img {
    height: 100%;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide .textt-slide .hero__slide-nav-progress {
    background-color: #c00;
    height: 5px;
    margin-bottom: 1.5rem;
    transition: width linear;
    width: 0;
    transition-duration: 5500ms;
    display: block;
    opacity: 0;
    position: absolute;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide-thumb-active .hero__slide-nav-progress {
    width: calc(100% + 0px) !important;
    visibility: visible;
    opacity: 1 !important;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide-thumb-active .textt-slide {
    background: transparent;
    height: auto;
    opacity: 1;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide-thumb-active {
    opacity: 1;
    background: transparent;
    padding-top: 0px;
    transition: transform .2s;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide:hover .textt-slide {
    opacity: 1;
    transition: transform .2s;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide:hover {
    transition: transform .2s;
}

.ilanDetayResim .swiper-slide .text-bg .geciscizgiii {
    background-color: #fff;
    height: 5px;
    transition: width linear;
    width: 0;
    transition-duration: 5500ms;
    display: block;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.ilanDetayResim .swiper-slide-active .geciscizgiii {
    width: calc(100% + 0px) !important;
    visibility: visible;
    opacity: 1 !important;
}


/*ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°lan Detay BaÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸langÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§*/

.ilandetay {
    padding: 0px 0px 50px;
    color: #2e2e2e;
}

.ilandetay .urundetay_yorum {
    display: block;
    margin-top: 15px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.ilandetay .urundetay_yorum h5 {
    margin-top: 0px;
    margin-bottom: 5px;
    display: block;
    font-size: 13px;
    font-weight: 700;
}

.ilandetay .urundetay_yorum .product-rating {
    display: flex;
    align-items: center;
}

.ilandetay .urundetay_yorum .product-rating li {
    font-size: 18px;
    margin-right: 10px;
}

.ilandetay .urundetay_yorum .product-rating li.active i::before {
    content: '\e840' !important;
    font-family: "fontello";
    color: #395FA9;
}

.ilandetay .urundetay_yorum .product-rating li.count {
    font-weight: 700;
    color: #395FA9;
    font-size: 22px;
}

.ilandetay .urundetay_yorum p {
    display: block;
    margin-bottom: 7px;
}

.ilandetay .urundetay_yorum p b {
    font-weight: 700;
}

.ilandetay .urundetay_yorum .yorumyaz {
    background: transparent;
    color: #395FA9;
    text-decoration: underline !important;
    border: none;
    padding: 0px;
}

.ilandetay .urundetay_yorum .yorumyaz:focus {
    box-shadow: none;
}

.rating {
    overflow: hidden;
    display: inline-block;
}

.rating-input {
    float: right;
    width: 16px;
    height: 16px;
    padding: 0 !important;
    margin: 0 0 0 -16px !important;
    opacity: 0;
}

.rating-star {
    position: relative;
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    background: url('https://www.b2bdepo.com/images/star.png') 0 -16px;
    cursor: pointer;
}

.rating-star:hover,
.rating-star:hover~.rating-star {
    background-position: 0 0;
}

.rating-star:hover,
.rating-star:hover~.rating-star,
.rating-input:checked~.rating-star {
    background-position: 0 0;
}

.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover~.rating-star,
.rating-input:checked~.rating-star {
    background-position: 0 0;
}

.rating-star,
.rating:hover .rating-star {
    position: relative;
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    background: url('https://www.b2bdepo.com/images/star.png') 0 -16px;
}

.yorummodal .modal-dialog {
    max-width: 700px !important;
}

.yorummodal .form-grup {
    width: 100%;
    height: auto;
    margin-bottom: 7px;
}


/* sosyal media*/

.ilandetay .sosyalMedia {
    margin-top: 0;
    padding-bottom: 0px !important;
}

.ilandetay .sosyalMedia .share {
    margin-top: 0px;
}

.ilandetay .sosyalMedia .sosyalMenu {
    display: none;
}

.ilandetay .sosyalMedia .sosyalMenu.menubtn-b-Active {
    display: block;
}

.ilandetay .sosyalMedia .stButton {
    margin: 0;
}

.ilandetay .sosyalMedia .stButton .facebook {
    background: none !important;
    font-family: "fontello" !important;
}

.ilandetay .sosyalMedia .stButton .facebook:before {
    content: '\e9ee';
}

.ilandetay .sosyalMedia .stButton .twitter:before {
    content: '\ea2d';
}

.ilandetay .sosyalMedia .stButton .twitter {
    background: none !important;
    font-family: "fontello" !important;
}

.ilandetay .sosyalMedia .stButton .linkedin:before {
    content: '\eb3b';
}

.ilandetay .sosyalMedia .stButton .linkedin {
    background: none !important;
    font-family: "fontello" !important;
}

.ilandetay .sosyalMedia .stButton .pinterest:before {
    content: '\eb37';
}

.ilandetay .sosyalMedia .stButton .pinterest {
    background: none !important;
    font-family: "fontello" !important;
}

.ilandetay .sosyalMedia .stButton .email:before {
    content: '\eebe';
}

.ilandetay .sosyalMedia .stButton .email {
    background: none !important;
    font-family: "fontello" !important;
}

.ilandetay .sosyalMedia .stButton .sharethis:before {
    content: '\ea96';
}

.ilandetay .sosyalMedia .stButton .sharethis {
    background: none !important;
    font-family: "fontello" !important;
}

.ilandetay .sosyalMedia .SosyalPaylas {
    display: flex;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
}

.ilandetay .sosyalMedia .SosyalPaylas i {
    font-weight: 700;
    font-size: 22px;
}

.ilandetay .sosyalMedia .SosyalPaylas span {
    text-decoration: none;
    font-weight: 600;
    margin-left: 15px;
}

.ilandetay .sosyalMedia .stButton .chicklets {
    width: 16px;
    padding: 0;
    font-size: 15px;
    margin: 0px 5px;
}



.ilandetay .urun-detay-aciklama {
    width: 100%;
}

.ilandetay .urundetay-ic {
    width: 100%;
    height: auto;
    border: none;
    border: 1px solid #e2e7ec;
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 5%);
    padding: 0;
}

.ilandetay .urun-detay-aciklama .nav-tabs {
    width: 100%;
    height: auto;
    border: none;
}

.ilandetay .urun-detay-aciklama .nav-tabs li {
    width: calc(100% / 2);
    margin-bottom: 0px;
}

.ilandetay .urun-detay-aciklama .nav-tabs li a.active {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #001022;
}

.ilandetay .urun-detay-aciklama .nav-tabs li:first-child a {
    border-left: none;
}

.ilandetay .urun-detay-aciklama .nav-tabs li a {
    background: transparent;
    color: #001022;
    border: none;
    text-align: center;
    line-height: 52px;
    display: block;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
    font-size: 15px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.ilandetay .urun-detay-aciklama .tab-content {
    position: relative;
    background: #fff;
    margin: 0;
    padding: 1em 1em;
    border-radius: 0.28571429rem;
    -webkit-border-radius: 0.28571429rem;
    -moz-border-radius: .28571429rem;
    -ms-border-radius: .28571429rem;
    -o-border-radius: .28571429rem;
}

.ilandetay .fiyatiGenel {
    background: transparent;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.ilandetay .fiyat {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: 700;
    display: block;
    position: relative;
    line-height: 1;
    color: #d31212;
}

.ilandetay .fiyat .eskifiyat {
    font-size: 15px;
    font-weight: 700;
    display: block;
    line-height: 1;
}

.ilandetay .fiyat .yenifiyat {
    display: flex;
    align-items: flex-end;
    color: #d31212;
}

.ilandetay .fiyat .indirim {
    width: auto;
    height: auto;
    font-size: 13px;
    position: relative;
    color: #000;
    font-weight: 700;
    margin-left: 5px;
    margin-bottom: 0;
}

.ilandetay .urundetay-sepet {
    width: 100%;
    height: auto;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.ilandetay .urundetay-sepet .adetbg {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    align-items: center;
    width: auto;
    height: auto;
    padding: 0px;
    border-radius: 0px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
}

.ilandetay .urundetay-sepet .adetbg .artieksi {
    background: #fff;
    height: 39px;
    width: 39px;
    line-height: 39px;
    float: left;
    display: block;
    text-align: center;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.ilandetay .urundetay-sepet .adetbg .birim {
    font-weight: 600;
}

.ilandetay .urundetay-sepet input {
    height: 39px;
    border: none;
    /* box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 5%); */
    text-align: center;
    max-width: 70px;
    background: transparent;
    font-weight: 700;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.ilandetay .urundetay-sepet input:focus {
    box-shadow: none;
    outline: none;
}

.ilandetay .urundetay-sepet .button1 {
    color: #8B8889;
    background-color: #fff;
    border: solid 1px;
    padding: 0px 16px;
    border-radius: 3px;
    font-size: 13px;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 10px;
    border: solid 1px #ccc;
}

.ilandetay .urundetay-sepet .button1:hover {
    background: #8B8889;
    color: #fff;
    border-color: #8B8889;
}

.ilandetay .kargobedava {
    width: auto;
    height: auto;
    background: #fff;
    border: 1px solid #e2e7ec;
    display: inline-flex;
    padding: 15px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: #7f6b6b;
    margin-top: 15px;
}

.ilandetay .kargobedava i {
    margin-right: 10px;
}

.ilandetay table tr {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    background: #fff;
    padding: 10px 10px;
    border-top: 1px solid #eaeaea;
}

.ilandetay table td {
    font-size: 13px;
}

.ilandetay table td:first-child {
    font-weight: 700;
}

.ilandetay .ilan-baslik {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.ilandetay .ilan-baslik h2 {
    font-size: 22px;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 700;
}

.ilandetay .ilan-baslik .adres {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.ilandetay .ilan-baslik .fiyat {
    color: #395FA9;
    font-size: 25px;
    font-weight: 700;
}

.ilandetay .ilan-detay-resim {
    height: auto;
    background: #fff;
}

.ilandetay .ilan-detay-resim .list-unstyled li img {
    width: 100%;
}

.ilandetay .urun-detay-orta {
    width: 100%;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 20px 30px 0 rgb(0 0 0 / 10%);
    padding: 20px;
}

.ilandetay .ilan-detay-bilgi-border {
    border-right: 1px solid #e2e7ec;
}

.ilandetay .ilan-detay-bilgi {
    display: block;
    background: #fff;

}

.ilandetay .ilan-detay-bilgi h4 {
    display: block;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 22px;
}

.ilandetay .ilan-detay-bilgi .media {
    display: flex;
}

.ilandetay .ilan-detay-bilgi .media.skdu {
    color: #4990e2;
}

.ilandetay .ilan-detay-bilgi .media.skdu .media-left h4 {
    color: #4990e2;
}

.ilandetay .ilan-detay-bilgi .stokkk {
    display: flex;
}

.ilandetay .ilan-detay-bilgi .stokkk li:first-child {
    margin-left: 0px;
}

.ilandetay .ilan-detay-bilgi .stokkk li:nth-child(2) {
    margin-left: 0px;
}

.ilandetay .ilan-detay-bilgi .stokkk li {
    list-style: none;
    margin-left: 20px;
    font-weight: 700;
}

.ilandetay .ilan-detay-bilgi h2 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #395FA9;
}

.ilandetay .ilan-detay-bilgi h3 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 16px;
}

.ilandetay .ilan-detay-bilgi .media {
    width: 100%;
    height: auto;
    padding: 3px 0px;
}

.ilandetay .ilan-detay-bilgi .media .media-left {
    width: 39%;
    height: auto;
}

.ilandetay .ilan-detay-bilgi .selectpicker {
    height: 40px;
    border: solid 1px #ccc;
    padding: 0px 15px;
    border-radius: 3px;
}

.ilandetay .ilan-detay-bilgi .media .media-left h4 {
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #2e2e2e;
}

.ilandetay .ilan-detay-bilgi .media .media-body h5 {
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}

.ilandetay .ilan-detay-bilgi .takipet {
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #198754;
    padding: 0px 10px;
    border-radius: 3px !important;
    cursor: pointer;
}

.ilandetay .ilan-detay-bilgi .takipet i {
    margin-right: 5px;
}

.ilandetay .ilan-detay-firma {
    width: 100%;
    position: relative;
}

.ilandetay .ilan-detay-firma .ilan-detay-firma-ic:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    display: block;
    background: #395FA9;
    top: 0px;
    left: 0px
}

.ilandetay .ilan-detay-firma-ic {
    width: 100%;
    position: relative;
}

.ilandetay .ilan-detay-firma-ic .firma-baslik {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #fff;
}

.ilandetay .ilan-detay-firma-ic .firma-baslik .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
}

.ilandetay .ilan-detay-firma-ic .firma-baslik .icon img {
    width: 60%;
}

.ilandetay .ilan-detay-firma-ic .firma-baslik h2 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 700;
}

.ilandetay .ilandetaySosyal {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.ilandetay .ilandetaySosyal li {
    list-style: none;
    margin: 0px 3px;
}

.ilandetay .ilandetaySosyal li a {
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 2px #555654;
}

.ilandetay .ilandetaySosyal li a:hover {
    background: #395FA9;
    color: #fff;
}

.ilandetay .ilan-detay-firma-ic .sahis-bilgi {
    display: block;
    width: 100%;
    padding: 16px;
    background: #fff;
}

.ilandetay .ilan-detay-firma-ic .sahis-bilgi h2 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 700;
}

.ilandetay .ilan-detay-firma-ic .sahis-bilgi a.link {
    font-size: 12px;
    color: #001022;
    cursor: pointer;
}

.ilandetay .ilan-detay-firma-ic .sahis-bilgi a.link:hover {
    color: #395FA9;
}

.ilandetay .ilan-detay-firma-ic .sahis-bilgi .adres {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 15px;
}

.ilandetay .ilan-detay-firma-ic .sahis-bilgi .adres b {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

.ilandetay .ilan-detay-firma-ic .sahis-bilgi .telefon {
    background: #395FA9;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    padding: 6px;
}

.ilandetay .ilan-detay-firma-ic .sahis-bilgi .gsm {
    display: block;
    text-align: center;
    margin-top: 7px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 7px;
}

.ilandetay .ilan-detay-firma-ic .sahis-bilgi .mail {
    margin-top: 12px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.ilandetay .ilan-detay-firma-button {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 12px 0px;
}

.ilandetay .ilan-detay-firma-button a.link {
    width: 100%;
    text-align: center;
    color: #001022;
    display: flex;
    justify-content: center;
}

.ilandetay .ilan-detay-firma-button a.link .icon {
    font-size: 14px;
    line-height: 14px;
    margin-right: 15px;
}

.ilandetay .ilan-detay-firma-button a.link span {
    font-size: 14px;
    line-height: 13px;
    font-weight: 500;
    text-decoration: none;
}

.ilandetay .ilan-detay-firma-button a.link:hover {
    color: #395FA9;
}

.ilandetay .UrundetayAlt {
    padding-top: 50px;
}

.SAgDiger {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 15px;
    font-size: 13px;
    font-weight: 400;
    color: #454545;
    background: #fff;
}

.digerListe {
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px 10px;
}

.digerListe:hover {
    background: #f1f1f1;
}

.digerListe .resim {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    height: 64px;
    margin-right: 10px;
    padding: 2px;
    border: 1px solid #dedede;
    background-color: #fff;
    border-radius: 4px;
}

.digerListe .text .title {
    margin-bottom: 5px;
    line-height: 1.2;
    font-weight: 400;
}

.digerListe .text .price {
    font-weight: 700;
    line-height: 1;
}

.digerListe .resim img {
    width: 100%;
}

.SAgDiger .arama {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.SAgDiger h3 {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    display: block;
}

.SAgDiger .arama i {
    position: absolute;
    left: 15px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.SAgDiger .arama .form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 16px 0 42px;
    border-radius: 4px;
}

.SAgDiger .arama .form-control:hover {
    border-color: #395FA9;
}

.tab-menu {
    position: relative;
    width: 100%;
}

.tab-menu div.odemesekli {
    position: absolute;
    left: 5px;
    top: 16px;
    height: 16px;
    line-height: 16px;
    padding: 0 10px 0 0;
    font-size: 13px;
    font-weight: 700;
    color: #ff4242;
    background: url('images/odemesekli-icon.png') 100% 50% no-repeat;
}

.tab-menu ul.tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    background: #F2F2F2;
}

.tab-menu ul.tab-list li {
    width: auto;
    height: auto;
    padding: 0;
    text-align: center;
    margin-right: 3px;
}

.tab-menu ul.tab-list.kart li {
    width: auto;
    height: auto;
    padding: 0;
}

.tab-menu ul.tab-list.kart li:first-child {
    margin-left: 0;
}

.tab-menu ul.tab-list li a {
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #000;
    padding: 19px 44px 19px;
    transition: all 0.2s ease-out;
}

.tab-menu ul.tab-list.kart li a {
    font-size: 12px;
    color: #333;
    background: #FFF;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.tab-menu ul.tab-list.kart li.active {
    margin-top: 0;
}

.tab-menu ul.tab-list li.active a {
    color: #000;
    cursor: default;
    background: #fff;
}

.tab-menu ul.tab-list.kart li.active a {
    height: 25px;
    line-height: 25px;
    padding: 9px 14px 2px 14px;
    font-size: 14px;
    color: #333;
    background: #e3f1ff url('images/tab-list-kart-li-active.png') 0 0 repeat-x;
}

.tab-menu div.tab-detail {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 15px;
    font-size: 13px;
    font-weight: 400;
    color: #454545;
    background: #fff;
}

.tab-menu div.tab-detail span,
.tab-menu div.tab-detail div,
.tab-menu div.tab-detail p {
    font-family: 'SF Pro Display' !important;
}

.tab-menu div.tab-detail table {
    width: 100% !important;
    padding: 0px;
    font-family: 'SF Pro Display' !important;
}

.tab-menu div.tab-detail table tr td:nth-child(1) {
    width: 40%;
    padding-left: 25px;
}

.tab-menu div.tab-detail table tr td span {
    font-family: 'SF Pro Display' !important;
}

.tab-menu div.tab-detail.kart {
    background-color: #e3f1ff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.tab-menu div.tab-detail h1 {
    display: block;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 700;
    color: #454545;
}

.tab-menu div.tab-detail.kart div.left {
    width: 420px;
    float: left;
}

.tab-menu div.tab-detail.kart div.right {
    width: 190px;
    float: right;
}

.table-1 th {
    font-weight: 600;
    background-color: #F3F3F3;
    padding: 10px;
}

.table-1 table tr {
    border-top: 1px solid #e5e5e5;
}

.tab-menu2 {
    position: relative;
    width: 100%;
    padding: 0px 0px;
}

.tab-menu2 div.odemesekli {
    position: absolute;
    left: 5px;
    top: 16px;
    height: 16px;
    line-height: 16px;
    padding: 0 10px 0 0;
    font-size: 13px;
    font-weight: 700;
    color: #ff4242;
    background: url('images/odemesekli-icon.png') 100% 50% no-repeat;
}

.tab-menu2 ul.tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
}

.tab-menu2 ul.tab-list li {
    width: auto;
    height: auto;
    padding: 0;
    text-align: center;
}

.tab-menu2 ul.tab-list.kart li {
    width: auto;
    height: auto;
    padding: 0;
    margin-left: 5px;
}

.tab-menu2 ul.tab-list.kart li:first-child {
    margin-left: 0;
}

.tab-menu2 ul.tab-list li a {
    text-align: center;
    border: 1px solid #395FA9;
    display: block;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: #395FA9;
    padding: 10px 50px;
}

.tab-menu2 ul.tab-list.kart li a {
    font-size: 12px;
    color: #333;
    background: #FFF;
}

.tab-menu2 ul.tab-list.kart li.active {
    margin-top: 0;
}

.tab-menu2 ul.tab-list li.active a {
    color: #fff;
    cursor: default;
    background: #395FA9;
}

.tab-menu2 ul.tab-list.kart li.active a {
    color: #333;
    background: #e3f1ff;
}

.tab-menu2 div.tab-detail {
    position: relative;
    z-index: 10;
    width: 100%;
}

.tab-menu2 div.tab-detail table {
    width: 100% !important;
    padding: 0px;
    font-family: 'SF Pro Display' !important;
}

.tab-menu2 div.tab-detail table tr td:nth-child(1) {
    width: 40% !important;
    padding-left: 25px !important;
}

.tab-menu2 div.tab-detail table th:nth-child(1) {
    padding-left: 25px !important;
}

.tab-menu2 div.tab-detail table tr td span {
    font-family: 'SF Pro Display' !important;
}

.tab-menu2 div.tab-detail span {
    text-align: left !important;
    font-family: 'SF Pro Display' !important;
}

.tab-menu2 div.tab-detail div {
    text-align: left !important;
    font-family: 'SF Pro Display' !important;
}

.tab-menu2 div.tab-detail h1 {
    display: block;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 700;
    color: #454545;
}

.tab-menu2 div.tab-detail.kart div.left {
    width: 420px;
    float: left;
}

.tab-menu2 div.tab-detail.kart div.right {
    width: 190px;
    float: right;
}

.cok-satilanlar {
    position: relative;
    width: 100%;
    margin: 0px 0 0 0;
    overflow: hidden;
}

.cok-satilanlar .carousel {
    position: relative;
    width: 100% !important;
    margin: 0px 0 0 0;
}

.cok-satilanlar h3 {
    display: block;
    line-height: 20px;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #ddd;
}

.cok-satilanlar .prev {
    position: absolute;
    right: 10px;
    top: 3px;
    width: 14px;
    height: 14px;
    background: url('images/carousel-arrow.png') no-repeat 0 0;
    text-indent: -99999px;
}

.cok-satilanlar .prev.disabled {
    background-position: 0 -14px;
    cursor: default;
}

.cok-satilanlar .next {
    position: absolute;
    right: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    background: url('images/carousel-arrow.png') no-repeat -14px 0;
    text-indent: -99999px;
}

.cok-satilanlar .next.disabled {
    background-position: -14px -14px;
    cursor: default;
}

.cok-satilanlar .carousel {
    position: relative;
    visibility: hidden;
}

.cok-satilanlar .carousel ul {
    width: 100% !important;
    height: auto !important;
}

.cok-satilanlar .carousel ul li {
    width: 113px;
    height: 165px;
    margin: 0 10px 0 0;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.cok-satilanlar .carousel ul li a span.resim {
    width: 93px;
    height: 70px;
    float: left;
    padding: 10px;
}

.cok-satilanlar .carousel ul li a span.resim span.overflow {
    display: block;
    width: 93px;
    height: 70px;
    text-align: center;
}

.cok-satilanlar .carousel ul li a span.resim span.overflow img {
    max-width: 93px;
    max-height: 70px;
}

.cok-satilanlar .carousel ul li a span.baslik {
    width: 103px;
    height: 24px;
    line-height: 12px;
    float: left;
    padding: 0 5px;
    margin: 10px 0;
    font-size: 11px;
    font-weight: 400;
    color: #212121;
    text-align: center;
    overflow: hidden;
}

.cok-satilanlar .carousel ul li a:hover span.baslik {
    text-decoration: underline;
}

.cok-satilanlar .carousel ul li span.fiyat {
    position: relative;
    width: 103px;
    height: 26px;
    line-height: inherit;
    float: left;
    padding: 0 5px;
    overflow: hidden;
}

.cok-satilanlar .carousel ul li span.fiyat table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    background: none;
}

.cok-satilanlar .carousel ul li span.fiyat table td {
    line-height: 13px;
    padding: 0 2px;
    font-size: 11px;
    font-weight: 400;
    color: #000;
    border: none;
    background: none;
}

.cok-satilanlar .carousel ul li span.fiyat table tr.dahil td {
    color: #395FA9;
}

.ilan-ozellikler {
    width: 100%;
    height: auto;
    border: none;
    -webkit-box-shadow: 1px 3px 42px 3px rgba(34, 36, 38, .15);
    box-shadow: 1px 3px 42px 3px rgba(34, 36, 38, .15);
    background: rgba(250, 250, 250);
    padding: 0;
}

.ilan-ozellikler .nav-tabs {
    width: 100%;
    height: auto;
    border: none;
}

.ilan-ozellikler .nav-tabs li:first-child a {
    border-left: none
}

.ilan-ozellikler .nav-tabs li {
    width: calc(100% / 3);
    margin-bottom: 0px;
}

.ilan-ozellikler .nav-tabs li a {
    background: transparent;
    color: #001022;
    border: none;
    text-align: center;
    line-height: 52px;
    display: block;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
    font-size: 16px;
}

.ilan-ozellikler .nav-tabs li a.active {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #001022;
}

.ilan-ozellikler .tab-content {
    position: relative;
    background: #fff;
    margin: 0;
    padding: 1em 1em;
    border-radius: .28571429rem;
    -webkit-border-radius: .28571429rem;
    -moz-border-radius: .28571429rem;
    -ms-border-radius: .28571429rem;
    -o-border-radius: .28571429rem;
}

.ilan-ozellikler .maps {
    height: 400px;
}

.ilan-ozellikler .maps iframe {
    width: 100%;
    height: 100%;
}

.ilan-ozellikler .listing_detail {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #c3c3c3;
    font-weight: 300;
}

.ilan-ozellikler .listing_detail i {
    padding-right: 8px;
}

.ilan-ozellikler .listing_detail.active {
    color: #26AE61;
    font-weight: 700;
}

.ilan-ozellikler h3 {
    width: 100%;
    height: auto;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
    font-size: 14px;
}

.ilan-ozellikler label {
    color: #b7b7b7;
}

.ilan-ozellikler label.active {
    color: #395FA9;
}

.ilan-ozellikler span.ok i {
    color: #b7b7b7;
}

.ilan-ozellikler span.active i {
    color: #395FA9;
}

.OzellikBolum {
    margin-bottom: 25px;
}


/**/

.mesajmodal .modal-content {
    border-radius: 0px;
}

.mesajmodal form.form1 {
    padding: 15px !important;
}

.mesajmodal .modal-dialog {
    max-width: 730px;
    margin: 1.75rem auto;
}

.mesajmodal .close {
    background: transparent;
    border: none;
    background: transparent;
    color: #555654;
    font-size: 20px;
}


/*home-populer-kategori*/

.home-populer-kategori {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    background: repeating-linear-gradient(-45deg, #8B8889 20%, #989596 40%);
    padding: 70px 0px;
    margin-bottom: 50px;
}

.home-populer-kategori .site-baslik1 {
    color: #fff;
}

.home-populer-kategori a.Liste {
    width: 100%;
    height: auto;
    display: block;
    color: #fff;
    text-align: center;
}

.home-populer-kategori a.Liste .resim {
    width: 150px;
    height: 150px;
    background-position: center !important;
    background-size: cover !important;
    display: block;
    border-radius: 50%;
    margin: 0px auto;
}

.home-populer-kategori a.Liste .text {
    width: 100%;
    height: auto;
    margin-top: 25px;
    font-size: 18px;
}

.home-populer-kategori .owl-theme .owl-nav {
    margin-top: 0px;
}

.home-populer-kategori .owl-carousel .owl-nav button.owl-prev,
.home-populer-kategori .owl-carousel .owl-nav button.owl-next {
    font-size: 16px !important;
    line-height: 16px !important;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    background: transparent !important;
    color: #fff;
    border-radius: 0px !important;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.home-populer-kategori .owl-carousel .owl-nav button.owl-prev:hover,
.home-populer-kategori .owl-carousel .owl-nav button.owl-next:hover {
    color: #fff;
}

.home-populer-kategori .owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.home-populer-kategori .owl-carousel .owl-nav button.owl-next {
    right: -30px;
}

.home-populer-kategori .owl-theme .owl-dots {
    margin-top: 20px;
    display: none;
}

.home-populer-kategori .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.home-populer-kategori .owl-theme .owl-dots .owl-dot.active span,
.home-populer-kategori .owl-theme .owl-dots .owl-dot:hover span {
    background: #555654;
}


/*home-sizinicin-sectiklerimiz*/

.home-sizinicin-sectiklerimiz {
    width: 100%;
    height: auto;
    padding: 70px 0px;
    background: #F9F9F9;
}

.home-sizinicin-sectiklerimiz .owl-theme .owl-nav {
    margin-top: 0px;
}

.home-sizinicin-sectiklerimiz .owl-carousel .owl-nav button.owl-prev,
.home-sizinicin-sectiklerimiz .owl-carousel .owl-nav button.owl-next {
    font-size: 16px !important;
    line-height: 16px !important;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    background: transparent !important;
    color: #555654;
    border-radius: 0px !important;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.home-sizinicin-sectiklerimiz .owl-carousel .owl-nav button.owl-prev:hover,
.home-sizinicin-sectiklerimiz .owl-carousel .owl-nav button.owl-next:hover {
    color: #395FA9;
}

.home-sizinicin-sectiklerimiz .owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}

.home-sizinicin-sectiklerimiz .owl-carousel .owl-nav button.owl-next {
    right: -50px;
}

.home-sizinicin-sectiklerimiz .owl-theme .owl-dots {
    margin-top: 20px;
    display: none;
}

.home-sizinicin-sectiklerimiz .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.home-sizinicin-sectiklerimiz .owl-theme .owl-dots .owl-dot.active span,
.home-sizinicin-sectiklerimiz .owl-theme .owl-dots .owl-dot:hover span {
    background: #555654;
}


/*home-yeni-urunler*/

.home-yeni-urunler {
    padding: 70px 0px;
    width: 100%;
    background: #555654 url(../images/bg.png) center;
    display: block;
    background-size: cover !important;
}

.home-yeni-urunler .site-baslik1 {
    color: #fff;
}

.home-yeni-urunler .urun-liste2 {
    background: #0000001c;
    border: solid 1px #ffffff1c;
}

.home-yeni-urunler a.urun-liste2 {
    color: #fff;
}

.home-yeni-urunler .urun-liste2 .text .stok {
    color: #fff;
}

.home-yeni-urunler .urun-liste2 .text .fiyat .indirim {
    color: #fff;
}


/* icerik baÅŸlangÄ±Ã§*/


/*page-baslik */

.page-baslik {
    margin-top: 0px;
    padding: 13px 0px 13px;
    background: none;
    position: relative;
    z-index: 99;
}

.back-link {
    position: relative;
    z-index: 1;
    width: 100%;
    right: 0px;
    margin: 0;
    background: transparent;
    padding: 0px;
    border: none;
    display: flex;
    align-items: center;
}

.back-link li {
    margin: 0 0 0 0px;
    padding: 0 0 0 9px;
    background: none;
    display: flex;
    align-items: center;
}

.back-link li:first-child:before {
    display: none;
}

.back-link li:before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.back-link li:first-child {
    margin-left: 0;
    padding-left: 0;
    background: none;
}

.back-link li a {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.back-link li a:hover {
    text-decoration: underline;
}

.back-link li a.disabled:hover {
    text-decoration: none;
    cursor: default;
}

.page-baslik h3 {
    margin-bottom: 0px;
    font-weight: 700;
    position: relative;
}

.page-baslik h4 {
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 700;
    position: relative;
    max-width: 600px;
}

.page-baslik .hosgeldin {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    position: relative;
}

.page-baslik nav {
    margin-left: auto;
}

.page-baslik .breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
    display: inline-flex;
    position: relative;
    font-size: 12px;
    font-weight: 500;
}

.page-baslik .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #000;
    content: "/";
}

.page-baslik .breadcrumb li.dropdown a {
    background: #fff;
    border: solid 1px #ccc;
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 13px;
}

.page-baslik .breadcrumb li.dropdown a::after {
    content: '\eab2';
    font-family: "fontello";
    display: block;
    margin-left: 5px;
}

.page-baslik .breadcrumb .dropdown-menu li a.dropdown-item::after {
    display: none;
}

.page-baslik .breadcrumb li {
    display: flex;
    align-items: center;
}

.page-baslik .breadcrumb li a {
    line-height: 1;
}

.page-baslik .breadcrumb li.breadcrumb-item.active {
    color: #000;
}

.page-baslik .breadcrumb .dropdown-menu li a {
    background: transparent;
    border-top: 1px solid #f1f1f1;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    font-size: 13px;
    padding: 6px 10px;
    color: #000;
}

.page-baslik .breadcrumb .dropdown-menu li a:hover {
    color: #395FA9;
}

.page-baslik .breadcrumb .dropdown-menu li a.active {
    color: #395FA9;
    font-weight: 700;
}

.page-baslik .dropdown-menu {
    padding: 0px;
    border-radius: 0px;
}


/* page sort*/

.Ustfiltre {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background: #fff;
}

.Ustfiltre .product-export {
    margin-left: auto;
    margin-right: 20px;
}

.Ustfiltre .product-export img {
    height: 20px;
    margin-right: 10px;
}

.Ustfiltre .Filtrearama {
    max-width: 350px;
    width: 100%;
}

.Ustfiltre .Filtrearama .form-control {
    width: 100%;
    height: 37px;
    padding: 0 16px;
    background-color: #fff;
    color: #000;
    border: 1px solid #dedede;
    border-radius: 3px;
    font-size: 13px;
    margin-left: 2px;
}

.Ustfiltre .Filtrearama .form-control:focus {
    box-shadow: none;
    outline: none;
}

.page-sort {
    width: 100%;
    height: auto;
    padding: 10px 15px;
    margin: 0 0 15px 0;
    background: #fff;
    border-radius: 0px;
    display: flex;
    box-shadow: none;
    align-items: center;
    background-color: #FDFDFD;
    border-top: 1px solid #f2f2f2;
}

.mobilgoster {
    display: flex;
    align-items: center;
    width: 100%;
}

.mobilgoster h3 {
    display: none;
}

.page-sort .range-slider {
    position: relative;
    width: 170px;
    height: 35px;
    text-align: center;
    margin-left: auto;
}

.page-sort .range-slider input {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 15px;
    width: 170px;
    outline: none;
    height: 18px;
    margin: 0;
    padding: 0;
}

.page-sort .range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
}

.page-sort .range-slider input::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 9px;
}

.page-sort .range-slider input::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, 1);
    border: 0;
}

.page-sort .range-slider input:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}

.page-sort .range-slider input[type=range]::-moz-focus-outer {
    border: 0;
}

.page-sort .rangeValue {
    width: 30px;
}

.page-sort .output {
    position: absolute;
    width: 40px;
    height: auto;
    text-align: center;
    color: #000000;
    display: inline-block;
    bottom: 19px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 13px;
}

.page-sort .output.outputTwo {
    left: 100%;
    padding-right: 25px;
}

.page-sort .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-sort input[type=range] {
    -webkit-appearance: none;
    background: none;
}

.page-sort input[type=range]::-webkit-slider-runnable-track {
    height: 5px;
    border: none;
    border-radius: 3px;
    background: transparent;
}

.page-sort input[type=range]::-ms-track {
    height: 5px;
    background: transparent;
    border: none;
    border-radius: 3px;
}

.page-sort input[type=range]::-moz-range-track {
    height: 5px;
    background: transparent;
    border: none;
    border-radius: 3px;
}

.page-sort input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #555;
    margin-top: -5px;
    position: relative;
    z-index: 9;
}

.page-sort input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #555;
    margin-top: -5px;
    position: relative;
    z-index: 9;
}

.page-sort input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #555;
    margin-top: -5px;
    position: relative;
    z-index: 9;
}

.page-sort input[type=range]:focus {
    outline: none;
}

.page-sort .full-range,
.page-sort .incl-range {
    width: 100%;
    height: 5px;
    left: 0;
    top: 21px;
    position: absolute;
    background: #DDD;
}

.page-sort .incl-range {
    background: #395FA9;
}

.page-sort span.left ul.order {
    display: flex;
    border-left: 1px solid #f2f2f2;
    padding-left: 8px;
    margin-left: 8px;
    border-right: 1px solid #f2f2f2;
    padding-right: 8px;
    margin-right: 8px;
}

.page-sort span.left ul.order li {
    height: auto;
    margin: 0 0 0 15px;
}

.page-sort span.left ul.order li:first-child {
    margin-left: 0;
}

.page-sort span.left ul.order li a {
    display: block;
    line-height: 20px;
    padding: 0 5px 0 0;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}

.page-sort span.left ul.order li a:after {
    content: "\e942";
    font-family: 'Linearicons';
    margin-left: 5px;
}

.page-sort span.left ul.order li a::selection {
    background: transparent;
    color: #333;
}

.page-sort span.left ul.order li a:hover {
    color: #333;
}

.page-sort span.left ul.order li a.asc:after {
    content: "\e941";
    font-family: 'Linearicons';
}

.page-sort span.left ul.order li a.desc {
    color: #395FA9;
}

.page-sort span.left ul.order li a.asc:hover {
    color: #395FA9;
}

.page-sort span.left ul.order li a.desc:hover {
    color: #395FA9;
}

.page-sort span.form {
    display: flex;
}

.page-sort span.form.listeleme {
    display: flex;
    border-right: 1px solid #f2f2f2;
    padding-right: 8px;
}

.page-sort span.form select {
    width: auto;
    height: auto;
    padding: 0px 8px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    cursor: auto;
    text-align: left;
    text-decoration: none;
    background: #fff;
    border: 1px solid #b9b9b9;
    border-radius: 0px;
    border-top: 0px;
    border-bottom: 0px;
    padding-right: 8px;
    border-right: 0px;
    border-left: 0px;
}

.page-sort span.form select:focus {
    border-color: #888;
    box-shadow: none;
}

.page-sort span.form a {
    width: auto;
    height: 20px;
    display: flex;
    align-items: center;
    color: #8B8889;
}

.page-sort span.form a .icon {
    margin-right: 11px;
}

.page-sort span.form a.galeri {}

.page-sort span.form a.galeri .icon {
    font-family: "fontello";
}

.page-sort span.form a.galeri .icon::before {
    content: '\ef35';
    display: block;
}

.page-sort span.form a.active {
    color: #395FA9;
}

.page-sort span.form a.liste .icon {
    font-family: "fontello";
}

.page-sort span.form a.liste .icon::before {
    content: '\ef37';
    display: block;
}

.page-sort span.form a.liste2 .icon {
    font-family: "fontello";
}

.page-sort span.form a.liste2 .icon::before {
    content: '\f065';
    display: block;
}

.page-sort .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
    display: flex;
    align-items: center;
    border-right: 1px solid #f2f2f2;
    padding-right: 8px;
    margin-right: 8px;
}

.page-sort .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
    display: flex;
    align-items: center;
}

.page-sort .form-check-label {
    line-height: 1;
    display: flex;
    margin-left: 12px;
}


/*  page iÃ§erk */

.page-icerik {
    width: 100%;
    padding: 50px 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.page-icerik h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}

.page-baslik span {
    width: 130px;
}

.page-baslik .form-control {
    width: 100%;
    height: 40px;
    position: relative;
    background: rgba(126, 126, 126, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #ffffff;
    position: relative;
    -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgb(126 126 126 / 20%);
    background-clip: padding-box;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.page-baslik .form-control:focus {
    box-shadow: none !important;
    outline: none;
    border-color: #395FA9;
    background: transparent;
}

.page-baslik .form-control::-webkit-input-placeholder {
    opacity: 50%;
    color: #fff;
}

.page-baslik .form-control:-ms-input-placeholder {
    opacity: 50%;
    color: #fff;
}

.page-baslik .form-control::placeholder {
    color: #fff;
    opacity: 50%;
}

.page-uyelik-form {
    width: 100%;
    height: auto;
}

.page-uyelik-form h2 {
    width: 100%;
    height: auto;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

.page-uyelik-form .page-uyelik-form-ic {
    position: relative;
    background: #fff;
    padding: 70px 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px solid #e2e7ec;
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 5%);
    border-radius: 4px;
}

.cart-step {
    display: table;
    width: 100%;
    position: relative;
    margin: 0px 0 40px;
}

.cart-step ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.cart-step ul li:last-child {
    padding-right: 0px;
}

.cart-step ul li {
    padding-right: 10px;
    position: relative;
    height: 100%;
    webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    opacity: 0.3;
    filter: alpha(opacity=30);
    box-shadow: none;
}

.cart-step ul li.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.cart-step ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    height: 45px;
    padding: 10px 10px 10px 53px;
    background-color: #fff;
    border: 1px solid #d4dbe0;
    border-radius: 4px;
    color: #3C4858;
    line-height: 1;
    position: relative;
    text-align: left;
}

.cart-step ul li a i {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 30px;
    color: #3C4858;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-step ul li a h5 {
    font-size: 16px;
    margin: 2px 0;
}


/* Page sepetim BaÃ…Å¸langÃ„Â±ÃƒÂ§*/

.page-sepetim {
    position: relative;
    z-index: 99;
}

.page-sepetim .banka-bilgileri {
    width: 100%;
    height: auto;
}

.page-sepetim .banka-bilgileri .listee {
    width: 100%;
    height: auto;
    border-right: 1px solid #f1f1f1;
    padding-left: 15px;
}

.page-sepetim .banka-bilgileri .listee .logo {
    width: 100%;
    height: 40px;
}

.page-sepetim .banka-bilgileri .listee .logo img {
    height: 100%;
}

.page-sepetim .banka-bilgileri .listee .text {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.page-sepetim .banka-bilgileri .listee .text b {
    width: 100%;
    height: auto;
    font-weight: 700;
}

.page-sepetim .banka-bilgileri .listee .text li {
    width: 100%;
    height: auto;
    list-style: none;
    display: block;
    font-weight: 400;
}

.page-sepetim .banka-bilgileri .listee .text li span {
    font-weight: 700;
}

.page-sepetim .banka-bilgileri .listee .bilgi {
    width: 100%;
    height: auto;
}

.page-sepetim .banka-bilgileri .listee .bilgi .baslik1 {
    width: 100%;
    height: auto;
    display: block;
    font-weight: 700;
    margin-top: 15px;
}

.page-sepetim .banka-bilgileri .listee .bilgi .baslik2 {
    width: 100%;
    height: auto;
}

.page-sepetim .banka-bilgileri .listee .bilgi .baslik3 {
    width: 100%;
    height: auto;
}

.page-sepetim .sepet-icerik {
    position: relative;
    border: 1px solid #e2e7ec;
    border-radius: 4px;
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 15px 15px;
    margin-top: 0px;
}

.page-sepetim .sepet-icerik .accordion-item {
    border: none
}

.page-sepetim .sepet-icerik .accordion-button {
    background: #55565414;
    align-items: center;
    position: relative;
    margin-top: 0px;
    padding: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-weight: 700;
    color: #000;
    font-size: 14px;
}

.page-sepetim .sepet-icerik .accordion-button i {
    margin-right: 10px;
}

.page-sepetim .geridon {
    color: #395FA9;
    font-weight: 700;
    background: transparent;
    border: none;
    margin-top: 15px;
}

.page-sepetim .sepet-baslik {
    font-size: 24px;
    font-weight: 600;
    height: 34px;
    line-height: 1.2;
    color: #3C4858;
    margin-bottom: 15px;
}

.page-sepetim .sepet-baslik h3 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0;
    color: #555654;
    text-align: left;
    font-weight: 700;
}

.page-sepetim .sepet-baslik p {
    display: block;
    font-weight: 300;
    font-size: 13px;
}

.page-sepetim .sepetim-header {
    margin: auto;
    width: 100%;
    display: flex;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    justify-content: center;
}

.page-sepetim .sepetim-header li {
    list-style: none;
    margin: 0px 20px;
}

.page-sepetim .sepetim-header li:last-child a .icon {
    border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -ms-border-radius: 0px 10px 10px 0px;
    -o-border-radius: 0px 10px 10px 0px;
}

.page-sepetim .sepetim-header li:first-child a .icon {
    border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -ms-border-radius: 10px 0px 0px 10px;
    -o-border-radius: 10px 0px 0px 10px;
}

.page-sepetim .sepetim-header li a {
    position: relative;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
}

.page-sepetim .sepetim-header li a .icon i {
    background: #042139;
    border-radius: 5px;
    color: #fff;
    height: 55px;
    line-height: 55px;
    width: 55px;
    display: block;
    text-align: center;
    margin: auto;
    position: relative;
    font-size: 20px;
}

.page-sepetim .sepetim-header li a.active .icon i {
    background: linear-gradient(to right, #8102f8, #7600E3);
    color: #fff;
}

.page-sepetim .sepetim-header li a span {
    color: #fff;
    font-size: 15px;
    display: block;
    margin-top: 0px;
    width: auto;
    font-weight: bold;
    padding-left: 11px;
}

.page-sepetim .sepetim-header li a.active span {
    color: #8102f8;
}

.sepetim-body-alt .liste {
    position: relative;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e7ec;
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 5%);
}

.sepetim-body-alt .liste small {
    opacity: 70%;
    margin-bottom: 5px;
    display: block;
}

.sepetim-body-alt .liste:hover {
    border-color: #395FA9;
}

.sepetim-body-alt .liste .row {
    align-items: center;
    height: 100%;
}

.sepetim-body-alt .liste .sepet-resim {
    width: 100%;
    height: 70px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.sepetim-body-alt .liste .sepet-resim img {
    width: 100%;
}

.sepetim-body-alt .liste .listesag {
    width: 100%;
    height: 100%;
    display: flex;
    padding-left: 15px;
}

.sepetim-body-alt .liste .listesag .sepetim-adet {
    display: flex;
    align-items: center;
}

.sepetim-body-alt .liste .listesag .sepetim-adet .artieksi {
    width: 22px;
    height: 22px;
    background: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555654;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-size: 8px;
    cursor: pointer;
    border: solid 1px #555654;
}

.sepetim-body-alt .liste .listesag .sepetim-adet .artieksi:focus {
    outline: none;
    border: none;
}

.sepetim-body-alt .liste .listesag .sepetim-adet .form-control {
    height: 27px;
    padding: 0px;
    margin: 0px 8px;
    text-align: center;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
    background: #55565412;
    border-color: #55565429;
    color: #232323;
}

.sepetim-body-alt .liste .listesag .sepetim-baslik {
    width: 100%;
    margin-right: 10px;
}

.sepetim-body-alt .liste .listesag .sepetim-baslik h2 {
    font-weight: 700;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.5;
}

.sepetim-body-alt .liste .listesag .sepetim-baslik h3 {
    font-weight: 400;
    font-size: 13px;
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.5);
}

.sepetim-body-alt .liste .listesag .sepetim-baslik h3 span {
    color: #39BBFD;
}

.sepetim-body-alt .liste .listesag .sepetim-no {
    width: 100%;
    margin-right: 10px;
}

.sepetim-body-alt .liste .listesag .sepetim-no .no {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

.sepetim-body-alt .liste .listesag .sepetim-fiyat {
    width: 100%;
    padding: 0px 10px;
    text-align: center;
}

.sepetim-body-alt .liste .listesag .sepetim-fiyat .fiyat {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}

.sepetim-body-alt .liste .listesag .sepetim-sil {
    font-size: 14px;
    line-height: 14px;
    color: #555654;
    cursor: pointer;
    text-align: center;
    align-items: center;
}

.sepetim-body-alt .liste .listesag .sepetim-sil:hover {
    color: #395FA9;
}

.sepetim-body-alt .liste .listesag .custom-control {
    position: relative;
    z-index: 99;
}

.sepetim-footer {
    width: 100%;
    margin-top: -4px;
    height: auto;
    border-top: 1px solid #ffffff0f;
}

.sepetim-footer .btn-sepetbtn2 {
    border-radius: 0px 0px 5px 5px;
}

.sepetim-footer span {
    width: 100%;
    margin-top: 10px;
    height: auto;
    display: block;
    font-size: 12px;
}

.sepetim-footer-logolar {
    width: 100%;
    height: auto;
}

.sepetim-footer-logolar li:last-child {
    margin: 0px
}

.sepetim-footer-logolar li {
    height: 30px;
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    opacity: 40%;
}

.sepetim-footer-logolar li img {
    height: 100%;
    filter: grayscale(100%);
}

.btn-sepetbtn1 {
    cursor: pointer;
    background: #fff;
    border: solid 1px #fff;
    font-weight: 600;
    font-size: 12px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    padding: 10px 15px;
    color: #001526;
}

.page-sepetim-ozet {
    position: relative;
    border: 1px solid #e2e7ec;
    border-radius: 4px;
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 15px 15px;
    margin-top: 0px;
}

.page-sepetim-ozet h2 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #ffffff1c;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.page-sepetim-ozet .liste {
    display: block;
    font-size: 16px;
    line-height: 1;
    padding: 10px 0px;
}

.page-sepetim-ozet .liste span {
    font-weight: 400;
}

.page-sepetim-ozet .liste .fiyat {
    font-weight: 700;
    margin-left: auto;
}

.page-sepetim-ozet .genel-toplam {
    padding-top: 10px;
    margin-top: 10px;
    align-items: center;
    border-top: 1px solid #a3a3a31c;
    font-size: 26px
}

.page-sepetim-ozet .liste span {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

.page-sepetim-ozet .genel-toplam small {
    font-size: 10px;
    /* display: block; */
    opacity: 50%;
    margin-top: 0px;
}

.btn-sepetbtn3 {
    cursor: pointer;
    background: transparent;
    border: solid 1px #fff;
    font-weight: 600;
    font-size: 12px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    padding: 10px 15px;
    color: #fff;
}

.btn-sepetbtn3:hover {
    background: #39BBFD;
    border: solid 1px #39BBFD;
    color: #fff;
}

.btn-sepetbtn1 {
    cursor: pointer;
    border: 1px solid #e2e7ec;
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 5%);
    font-weight: 600;
    font-size: 12px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    padding: 10px 15px;
    color: #001526;
}

.btn-sepetbtn1:hover {
    background: #555654;
    border: solid 1px #555654;
    color: #fff;
}

.btn-sepetbtn2 {
    height: 40px;
    padding: 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #198754;
    border-radius: 3px !important;
}

.btn-sepetbtn2.disabled {
    background: #8B8889;
}

.btn-sepetbtn2:hover {
    background: #8B8889;
    border: solid 1px #8B8889;
    color: #fff;
}

.btn-sepetbtn3 {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #395FA9;
    padding: 0px 22px;
    border-radius: 3px !important;
}

.btn-sepetbtn3:hover {
    background: #8B8889;
    border: solid 1px #8B8889;
    color: #fff;
}

.islem-onay-baslik {
    display: block;
    position: relative;
    z-index: 99;
    text-align: center;
}

.islem-onay-baslik h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    position: relative;
}

.islem-onay-baslik h4 {
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 700;
    color: #00964A;
    position: relative;
}

.islem-onay-baslik .breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
    display: inline-flex;
    position: relative;
}

.islem-onay-baslik .breadcrumb li a {
    color: #333;
}

.islem-onay-baslik .breadcrumb li.breadcrumb-item.active {
    color: #333;
}

.islem-onay .icon {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
}

.islem-onay .icon .svgIcon {
    fill: #00964A;
    height: 80px;
    width: 80px;
}

.islem-onay .icon .svgIcon path {
    fill: #00964A;
}

.fatura-adres {
    width: 100%;
    height: auto;
}

.fatura-adres h5 {
    width: 100%;
    height: auto;
    font-weight: 700;
    font-size: 16px;
}

.modaladres .fatura-turu {
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
}

.fatura-adres .fatura-adres-liste {
    background-color: rgb(223 223 223 / 10%);
    align-items: center;
    position: relative;
    margin-top: 10px;
    padding: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 100%;
    font-size: 13px;
    border: 1px solid #e2e7ec;
}

.fatura-adres .fatura-adres-liste .baslik1 {
    font-weight: 700;
}

.fatura-adres .fatura-adres-liste .baslik2 {
    font-weight: 700;
}

.fatura-adres .fatura-adres-liste .baslik3 {
    font-weight: 500;
    margin-top: 15px;
    opacity: 60%;
}

.fatura-adres .fatura-adres-liste .baslik4 {
    font-weight: 500;
    margin-top: 15px;
    opacity: 60%;
}

.fatura-adres .custom-control-label {
    padding-left: 0px;
}

.fatura-adres-liste a.duzenle {
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
}

.fatura-adres a.adres-ekle {
    cursor: pointer;
    background: linear-gradient(to right, #fdb05c, #FF971C);
    border: solid 1px #FF971C;
    font-weight: 600;
    font-size: 12px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    padding: 10px 15px;
    color: #fff;
    width: 100%;
    margin-top: 20px;
}

.fatura-adres a.adres-ekle:hover {
    background: #fff;
    border: solid 1px #FF971C;
    color: #FF971C;
}


/* page-hesabim BaÃ…Å¸langÃ„Â±ÃƒÂ§*/

.page-hesabim {
    width: 100%;
    height: auto;
}

.page-hesabim h2 {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    font-size: 19px;
}

.page-hesabim .hesabim-sol {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 10px;
    border-radius: 4px;
    background: #fff;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e7ec;
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 5%);
}


/* HesabÃ„Â±m ÃƒÅ“ye Bilgi BaÃ…Å¸langÃ„Â±ÃƒÂ§ */

.page-hesabim .hesabim-sol .uye-bilgi {
    width: 100%;
    height: auto;
    background: #ffffff08;
}

.page-hesabim .hesabim-sol .uye-bilgi .uye-bilgi-baslik {
    width: 100%;
    height: auto;
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    background: #f8f8f8;
}

.page-hesabim .hesabim-sol .uye-bilgi .uye-bilgi-baslik .uyelikb2 {
    display: flex;
}

.page-hesabim .hesabim-sol .uye-bilgi .uye-bilgi-baslik .uyelikb2 strong {
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    display: block;
}

.page-hesabim .hesabim-sol .uye-bilgi .uye-bilgi-baslik .uyelikb2 small {
    font-size: 14px;
    line-height: 14px;
    display: block;
    opacity: 50%;
    margin-top: 4px;
}

.page-hesabim .hesabim-sol .uye-bilgi .uye-bilgi-baslik .icon {
    margin-right: 15px;
}

.page-hesabim .hesabim-sol .uye-bilgi .uye-bilgi-baslik .icon .svgIcon {
    fill: #fff;
    height: 26px;
    width: 26px;
}

.page-hesabim .hesabim-sol .uye-bilgi .uye-bilgi-baslik .icon path {
    fill: #fff;
}

.page-hesabim .hesabim-sol .uye-bilgi .uye-bilgi-bakiye {
    width: 100%;
    height: auto;
    display: flex;
    padding: 15px 0px;
    border-top: 1px solid #ffffff0f;
    text-align: center;
}

.page-hesabim .hesabim-sol .uye-bilgi .uye-bilgi-bakiye span {
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    display: block;
}

.page-hesabim .hesabim-sol .uye-bilgi .uye-bilgi-bakiye small {
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    margin-top: 6px;
}

.hesap-liste-baslik-h3 {
    margin-bottom: 15px;
    font-weight: 700;
}


/* HesabÃ„Â±m ÃƒÅ“ye Bilgi Son */

.page-hesabim .hesabim-sol ul {
    padding: 0px 0px;
}

.page-hesabim .hesabim-sol ul h3 {
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    display: block;
    padding: 14px 25px 0px;
}

.page-hesabim .hesabim-sol ul li:first-child {
    margin-top: 0px;
}

.page-hesabim .hesabim-sol ul li {
    width: 100%;
    height: auto;
    list-style: none;
    margin-top: 0px;
}

.page-hesabim .hesabim-sol ul li a {
    color: #555654;
    display: flex;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.page-hesabim .hesabim-sol ul li a .icon {
    margin-right: 10px;
}

.page-hesabim .hesabim-sol ul li a .svgIcon {
    fill: #fff;
    height: 18px;
    width: 18px;
    margin-right: 8px;
}

.page-hesabim .hesabim-sol ul li a path {
    fill: #fff;
}

.page-hesabim .hesabim-sol ul li a:hover {
    color: #395FA9;
}

.page-hesabim .hesabim-sol ul li a:hover .svgIcon {
    fill: #395FA9;
}

.page-hesabim .hesabim-sol ul li a:hover path {
    fill: #395FA9;
}

.page-hesabim .hesabim-sol ul li.active a,
.page-hesabim .hesabim-sol ul li.active a .svgIcon,
.page-hesabim .hesabim-sol ul li.active a path,
.page-hesabim .hesabim-sol ul li a:hover,
.page-hesabim .hesabim-sol ul li a:hover .svgIcon {
    background: #0000000d;
    fill: #000;
    color: #000;
}

.page-hesabim .nav-tabs-bg {
    width: 100%;
    display: flex;
    justify-content: center;
}

.page-hesabim .nav-tabs {
    display: flex;
    justify-content: center;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    background: #0C283F;
    padding: 10px;
    border: none;
    width: 100%;
    flex-wrap: nowrap;
}

.page-hesabim .nav-tabs .nav-item:first-child {
    margin-left: 0px;
}

.page-hesabim .nav-tabs .nav-item {
    height: auto;
    margin-left: 59px;
    margin-bottom: 0px;
    width: auto;
}

.page-hesabim .nav-tabs .nav-item .nav-link {
    height: auto;
    color: #555654;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    padding-bottom: 0px;
    padding-left: 0px;
    background: transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.page-hesabim .nav-tabs .nav-item .nav-link .iconbg .icon {
    background: #fff;
    border-radius: 5px;
    color: #384368;
    height: 70px;
    line-height: 70px;
    width: 70px;
    display: block;
    text-align: center;
    margin: auto;
    position: relative;
    font-size: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #ffffff17;
    color: #fff;
}

.page-hesabim .nav-tabs .nav-item .nav-link .iconbg .icon .svgIcon {
    fill: #fff;
    height: auto;
    width: 30px;
}

.page-hesabim .nav-tabs .nav-item .nav-link .iconbg .icon .svgIcon path {
    fill: #fff;
}

.page-hesabim .nav-tabs .nav-item .nav-link.active .iconbg .icon {
    background: linear-gradient(to right, #850ef4, #7600E3);
}

.page-hesabim .nav-tabs .nav-item .nav-link span {
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: bold;
    padding: 0px 0px 0px 15px;
    max-width: 136px;
}

.page-hesabim .nav-tabs .nav-link:before {
    content: "";
    width: 30px;
    height: 4px;
    position: absolute;
    display: block;
    background-color: transparent;
    top: 0px;
    display: none;
}

.page-hesabim .nav-tabs .nav-link.active:before {
    background-color: #b620e0;
}

.page-hesabim .nav-tabs .nav-link.active {
    font-weight: 700;
}

.page-hesabim .nav-tabs .nav-item.show .nav-link,
.page-hesabim .nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.page-hesabim .nav-tabs .nav-link:focus,
.page-hesabim .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.page-hesabim .nav-tabs .nav-link {
    border: none;
}

.page-hesabim .tab-content {
    padding-top: 25px;
}

.page-hesabim .tab-content .alert {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}


/*HomeMarkalar*/

.HomeMarkalar {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}

.HomeMarkalar .owl-theme .owl-nav {
    margin-top: 0px;
}

.HomeMarkalar .owl-carousel .owl-nav button.owl-prev,
.HomeMarkalar .owl-carousel .owl-nav button.owl-next {
    font-size: 16px !important;
    line-height: 16px !important;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    background: #fff !important;
    color: #555654;
    border-radius: 0px !important;
    top: -60px;
}

.HomeMarkalar .owl-carousel .owl-nav button.owl-prev:hover,
.HomeMarkalar .owl-carousel .owl-nav button.owl-next:hover {
    background: #555654 !important;
    color: #fff;
}

.HomeMarkalar .owl-carousel .owl-nav button.owl-prev {
    left: auto;
    right: 36px;
}

.HomeMarkalar .owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.HomeMarkalar .owl-theme .owl-dots {
    margin-top: 20px;
    display: none;
}

.HomeMarkalar .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.HomeMarkalar .owl-theme .owl-dots .owl-dot.active span,
.HomeMarkalar .owl-theme .owl-dots .owl-dot:hover span {
    background: #555654;
}

.HomeMarkalar .MarkaListe {
    display: flex;
    justify-content: center;
    background: #fff;
    margin: 0px 0px;
    height: 140px;
    align-items: center;
}

.HomeMarkalar .MarkaListe img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 70%;
}

.HomeMarkalar .MarkaListe:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
}

.HomeSAgibtBanner {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0px 0px 50px;
}

form.site-form1 {
    width: 100%;
    height: auto;
}

form.site-form1 .form-group {
    display: block;
    position: relative;
    margin-bottom: 1rem;
}

form.site-form1 .form-group .form-control,
form.site-form1 .form-group .form-select {
    width: 100%;
    height: 50px;
    position: relative;
    background-color: rgb(223 223 223 / 10%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #555654;
    position: relative;
    -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgb(49 49 49 / 20%);
    background-clip: padding-box;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

form.site-form1 .form-group textarea.form-control {
    width: 100%;
    height: auto;
}

form.site-form1 .form-group .form-control:focus {
    box-shadow: none !important;
    outline: none;
    border-color: #395FA9;
    background: transparent;
}

form.site-form1 .form-group .form-control::-webkit-input-placeholder {
    opacity: 50%;
    color: #555654;
}

form.site-form1 .form-group .form-control:-ms-input-placeholder {
    opacity: 50%;
    color: #555654;
}

form.site-form1.uye-olmadan-form .form-group .form-control {
    color: #555654;
}

form.site-form1.uye-olmadan-form .form-group .form-control::placeholder {
    color: #555654;
    opacity: 50%;
}

form.site-form1.uye-olmadan-form .form-group .form-control::-webkit-input-placeholder {
    opacity: 50%;
    color: #555654;
}

form.site-form1.uye-olmadan-form .form-group .form-control:-ms-input-placeholder {
    opacity: 50%;
    color: #555654;
}

form.site-form1.uye-olmadan-form .form-group .form-control::placeholder {
    color: #555654;
    opacity: 50%;
}

form.site-form1 .form-group .goster {
    position: absolute;
    right: 13px;
    top: 50%;
    cursor: pointer;
}

form.site-form1 .form-group .field__label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    display: block;
    margin-bottom: 0.5rem;
}

form.site-form1 .form-group .sifremi-unuttum {
    font-size: 12px;
    font-weight: 700;
    display: block;
    text-align: right;
    cursor: pointer;
}

form.site-form1 .form-group .btn-primary {
    height: 45px;
    padding: 6px 16px;
    font-size: 12px;
    min-width: 40px;
    box-sizing: border-box;
    font-weight: 500;
    line-height: 16px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    box-shadow: none;
    background-color: #395FA9;
    border: none;
}

form.site-form1 .form-group .btn-primary:hover {
    box-shadow: 0px 0px 10px #395FA9;
}

form.site-form1 .form-group .btn-primary2 {
    height: 30px;
    width: 30px;
    font-size: 12px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #fff;
    box-shadow: none;
    background-color: #395FA9;
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 42px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

form.site-form1 .form-group .btn-primary2:hover {
    box-shadow: 0px 0px 10px #395FA9;
}

form.site-form1 .form-group .giris-text {
    width: 100%;
    display: block;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

form.site-form1 .form-group .giris-text span {
    opacity: 40%;
}

form.site-form1 .form-group .giris-text a {
    opacity: 100%;
    margin-left: 5px;
}

.page-uyelik-form .uye-olmadan-text {
    width: 100%;
    height: auto;
    color: #555654;
    text-align: center;
    padding: 100px 100px;
}

.page-uyelik-form .uye-olmadan-text h2 {
    width: 100%;
    height: auto;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #555654;
}

.page-uyelik-form .uye-olmadan-text p {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 35px;
}

.page-uyelik-form .uye-olmadan-text .btn {
    height: 50px;
    padding: 6px 16px;
    font-size: 12px;
    min-width: 40px;
    box-sizing: border-box;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 100%;
    box-shadow: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px #395FA9;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #395FA9
}

.page-uyelik-form .uye-olmadan-text .btn:hover {
    box-shadow: 0px 0px 10px #395FA9;
}

.uye-olmadan-form {
    display: none;
}

.uye-olmadan-form.uye-olmadan-form-open {
    display: block;
}

.uye-olmadan-form-ac-kapat {
    display: none !important;
}

.kapaticon {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.kapaticon2 {
    color: #555654;
    cursor: pointer;
    font-size: 14px;
}

.sifremi-unuttum-menu {
    display: none;
}

.sifremi-unuttum-menu-open {
    display: block;
}

.OrtaBolum {
    width: 100%;
    height: auto;
    position: relative;
    padding: 25px 0px 50px;
}

.fÄ±rsatUrunu {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 0px 6px #f2f2f2;
    border: solid 1px #5556541c;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}

.fÄ±rsatUrunu .owl-theme .owl-nav {
    margin-top: 0px;
}

.fÄ±rsatUrunu .owl-carousel .owl-nav button.owl-prev,
.fÄ±rsatUrunu .owl-carousel .owl-nav button.owl-next {
    font-size: 16px !important;
    line-height: 16px !important;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    background: #fff !important;
    color: #000;
    border-radius: 50% !important;
    top: 31%;
    -webkit-transform: translateY(-31%);
    -ms-transform: translateY(-31%);
}

.fÄ±rsatUrunu .owl-carousel .owl-nav button.owl-prev:hover,
.fÄ±rsatUrunu .owl-carousel .owl-nav button.owl-next:hover {
    background: #8B8889 !important;
    color: #fff;
}

.fÄ±rsatUrunu .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.fÄ±rsatUrunu .owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.fÄ±rsatUrunu .owl-theme .owl-dots {
    margin-top: 20px;
    display: none;
}

.fÄ±rsatUrunu .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.fÄ±rsatUrunu .owl-theme .owl-dots .owl-dot.active span,
.fÄ±rsatUrunu .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}

.fÄ±rsatUrunu:hover {
    border-color: #555654;
}

.fÄ±rsatUrunu h3 {
    font-size: 15px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}

.firsat-urunListe {
    width: 100%;
    height: auto;
    color: #fff;
    display: block;
    padding: 15px 15px 10px;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    position: relative;
    background: #fff;
    margin-bottom: 25px;
    text-align: center;
}

a.firsat-urunListe {
    color: #555654;
}

a.firsat-urunListe:hover {
    color: #555654;
}

a.firsat-urunListe:hover {
    border-color: #555654;
}

.firsat-urunListe .marka {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: none !important;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-weight: 700;
    box-shadow: 0px 0px 2px #55565424;
    text-align: center;
    line-height: 1.2;
    font-size: 11px;
    color: #fff;
    border: solid 1px #e9e9e9;
}

.firsat-urunListe:hover .marka {
    opacity: 1;
}

.firsat-urunListe .marka img {
    max-width: 100%;
    max-height: 100%;
}

.firsat-urunListe .yildizli {
    width: auto;
    height: auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 700;
    box-shadow: 0px 0px 8px #55565424;
    font-size: 11px;
    line-height: 1;
    border-radius: 5px;
    color: #8B8889;
}

.firsat-urunListe .yildizli i {
    padding-right: 5px;
}

.firsat-urunListe .yeni {
    width: auto;
    height: auto;
    background: #7d6a69;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 38px;
    font-weight: 700;
    box-shadow: 0px 0px 8px #55565424;
    font-size: 11px;
    line-height: 1;
    border-radius: 5px;
    color: #fff;
}

.firsat-urunListe .yeni i {
    padding-right: 5px;
}

.firsat-urunListe .resim {
    width: 100%;
    height: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.firsat-urunListe .resim img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.firsat-urunListe .text {
    width: 100%;
    height: auto;
}

.firsat-urunListe .text .baslik {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 0;
    height: 57px;
    overflow: hidden;
}

.firsat-urunListe .text .skdu {
    width: 100%;
    height: auto;
    font-size: 13px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
}

.firsat-urunListe .text .fiyat {
    width: 100%;
    height: auto;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    min-height: 44px;
    position: relative;
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
}

.firsat-urunListe .text .fiyat .eskifiyat {
    display: block;
    line-height: 1;
    font-weight: 300;
}

.firsat-urunListe .text .fiyat .indirim {
    width: auto;
    height: auto;
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #876f6f;
    font-weight: 600;
}

.firsat-urunListe .text p {
    width: 100%;
    height: auto;
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.4;
}

.firsat-urunListe .text .stok {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #395FA9;
}

.firsat-urunListe .text .stok i {
    margin-right: 7px;
}

.firsat-urunListe .text .dtyBton {
    width: 100%;
    height: auto;
    padding: 6px 0px;
    display: inline-block;
    position: relative;
    text-align: center;
    background: #395FA9;
    overflow: hidden;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
}

.firsat-urunListe .text .dtyBton:after {
    content: "";
    opacity: 0;
    background-color: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    margin: 0;
    padding: 0;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    -moz-transform: translateY(200%);
    -o-transform: translateY(200%);
}

.firsat-urunListe .text .dtyBton:hover:after {
    opacity: .1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.firsat-urunListe22 {
    width: 100%;
    height: auto;
    color: #fff;
    display: block;
    padding: 0px 10px;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    position: relative;
    background: #fff;
    margin-bottom: 25px;
    text-align: center;
    border-right: 1px solid #eaeaea;
}

a.firsat-urunListe22 {
    color: #555654;
}

a.firsat-urunListe22:hover {
    color: #555654;
}

a.firsat-urunListe22:hover {
    border-color: #555654;
}

.firsat-urunListe22 .marka {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-weight: 700;
    box-shadow: 0px 0px 2px #55565424;
    text-align: center;
    line-height: 1.2;
    font-size: 11px;
    color: #fff;
    border: solid 1px #e9e9e9;
}

.firsat-urunListe22:hover .marka {
    opacity: 1;
}

.firsat-urunListe22 .marka img {
    max-width: 100%;
    max-height: 100%;
}

.firsat-urunListe22 .yildizli {
    width: auto;
    height: auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 700;
    box-shadow: 0px 0px 8px #55565424;
    font-size: 11px;
    line-height: 1;
    border-radius: 5px;
    color: #8B8889;
}

.firsat-urunListe22 .yildizli i {
    padding-right: 5px;
}

.firsat-urunListe22 .yeni {
    width: auto;
    height: auto;
    background: #7d6a69;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 38px;
    font-weight: 700;
    box-shadow: 0px 0px 8px #55565424;
    font-size: 11px;
    line-height: 1;
    border-radius: 5px;
    color: #fff;
}

.firsat-urunListe22 .yeni i {
    padding-right: 5px;
}

.firsat-urunListe22 .resim {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.firsat-urunListe22 .resim img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.firsat-urunListe22 .text {
    width: 100%;
    height: auto;
}

.firsat-urunListe22 .text .baslik {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 0;
    height: 34px;
    overflow: hidden;
}

.firsat-urunListe22 .text .skdu {
    width: 100%;
    height: auto;
    font-size: 13px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
}

.firsat-urunListe22 .text .fiyat22 {
    width: 100%;
    height: auto;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    min-height: 44px;
    position: relative;
    padding-top: 15px;
}

.firsat-urunListe22 .text .fiyat22 .eskifiyat {
    display: block;
    line-height: 1;
    font-weight: 300;
}

.firsat-urunListe22 .text .fiyat22 .yenifiyat {
    justify-content: center;
}

.firsat-urunListe22 .text .fiyat22 .indirim {
    width: auto;
    height: auto;
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #876f6f;
    font-weight: 600;
}

.firsat-urunListe22 .text p {
    width: 100%;
    height: auto;
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.4;
}

.firsat-urunListe22 .text .stok {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #395FA9;
}

.firsat-urunListe22 .text .stok i {
    margin-right: 7px;
}

.firsat-urunListe22 .text .dtyBton {
    width: 100%;
    height: auto;
    padding: 9px 0px;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    text-align: center;
    background: #395FA9;
    overflow: hidden;
    color: #fff;
}

.firsat-urunListe22 .text .dtyBton:after {
    content: "";
    opacity: 0;
    background-color: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    margin: 0;
    padding: 0;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    -moz-transform: translateY(200%);
    -o-transform: translateY(200%);
}

.firsat-urunListe22 .text .dtyBton:hover:after {
    opacity: .1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.SizinicinSecilen {
    width: 100%;
    height: auto;
    padding: 50px 0px;
}

.row2 {
    padding-left: 5px;
    padding-right: 5px;
}

.page-list {
    width: 100%;
    padding: 10px 0 0 0;
    margin: 10px 0;
    border-top: 1px solid #ddd;
    display: flex;
}

.page-list li {
    display: flex;
    width: 100%;
}

.page-list li span.total {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 400;
    color: #454545;
    margin-left: auto;
}

.page-list li span.list {
    display: flex;
}

.page-list li span.list span.passive {
    height: 24px;
    line-height: 24px;
    float: left;
    margin: 0 0 0 3px;
    font-size: 12px;
    font-weight: 400;
    color: #454545;
}

.page-list li span.list a {
    width: 30px;
    height: 30px;
    margin: 0 0 0 3px;
    font-size: 12px;
    font-weight: 400;
    color: #454545;
    cursor: pointer;
    background: #f9f9f9;
    border: 1px solid #ccc;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-list li span.list a.first {
    margin-left: 0;
}

.page-list li span.list a::selection {
    background: transparent;
    color: #454545;
}

.page-list li span.list a.disable {
    color: #ccc;
    cursor: default;
    background: #f9f9f9;
    border-color: #e9e9e9;
}

.page-list li span.list a.disable::selection {
    color: #ccc;
}

.page-list li span.list a:hover {
    background: #fff;
}

.page-list li span.list a.hover::selection {
    color: #454545;
}

.page-list li span.list a.disable:hover {
    color: #ccc;
    background: #f9f9f9;
    border-color: #e9e9e9;
}

.page-list li span.list a.disable.hover::selection {
    color: #ccc;
}

.page-list li span.list a.active {
    color: #fff;
    cursor: default;
    background: #395FA9;
    border-color: #395FA9;
}

.page-list li span.list a.active::selection {
    color: #395FA9;
}

.content-sol {
    width: 100%;
}

.content-sol h4 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.content-sol.home {
    width: 765px;
    line-height: 20px;
    font-size: 14px;
    color: #454545;
    margin-left: 20px;
    font-weight: 700;
}

.content-sol h3 {
    background: #395FA9;
    padding: 0 15px;
    position: relative;
    cursor: pointer;
    height: 52px;
    line-height: 52px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    display: none;
}

.content-sol h3.urun {
    width: 149px;
    float: left;
    cursor: pointer;
}

.content-sol h3.box {
    background: #e3f1ff url('../../images/sol-menu-star.png') 10px 50% no-repeat;
    padding: 11px 3px 10px 41px;
    border: 1px solid #b2cee9;
    color: #000;
}

.content-sol.home h3 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 700;
    color: #212121;
}

.content-sol h3 a {
    color: #fff;
}

.content-sol h3 a:hover {
    color: #fff;
}

.content-sol ul.menu {
    width: 100%;
    margin-bottom: 5px;
}

.content-sol ul.menu li {
    width: 100%;
    margin: 0 0 5px 0;
}

.content-sol ul.menu li a {
    display: block;
    line-height: 12px;
    padding: 2px 0px 2px 0px;
    font-size: 11px;
    font-weight: 400;
    color: #999;
}

.content-sol ul.menu.bayram li:first-child a {
    border-top: 0px;
}

.content-sol ul.menu.bayram li a {
    font-weight: 400;
    color: #000;
    padding: 5px 0px 5px 0px;
    font-size: 14px;
    border-top: 1px solid #f1f1f1;
}

.content-sol ul.menu li a span {
    padding: 0 0 0 5px;
    color: #de0000;
}

.content-sol ul.menu li a:hover {
    color: #395FA9;
}

.content-sol ul.menu li.current a {
    color: #395FA9;
    font-weight: 700;
}

.content-sol ul.menu ul {
    display: none;
    width: 100%;
    margin-top: 10px;
    float: left;
    margin-bottom: 5px;
}

.content-sol ul.menu ul li {
    width: 100%;
    float: left;
    margin: 0;
    border-top: 1px solid #ddd;
}

.content-sol ul.menu ul li:first-child {
    border: none;
}

.content-sol ul.menu ul li.kategoritumudisplay {
    display: none;
}

.content-sol ul.menu ul li.tumu {
    margin: 10px 0 0 0;
}

.content-sol ul.menu ul li a {
    color: #000 !important;
    border: none !important;
}

.content-sol ul.menu ul li.tumu a {
    color: #000 !important;
    text-align: center;
    text-decoration: none;
    border: none !important;
    cursor: pointer;
}

.content-sol ul.menu ul li.tumu a::selection {
    background: transparent;
    color: #000;
}

.content-sol ul.menu.bayram ul li a {
    font-weight: 700;
    color: #999;
    background: none;
}

.content-sol ul.menu ul li a:hover {
    padding: 4px 0px 4px 0px;
    margin-left: -1px;
    color: #ac0c10 !important;
    border: 1px solid #ac0c10 !important;
}

.content-sol ul.menu ul li.tumu a:hover {
    padding: 5px 0px 5px 0px;
    margin-left: inherit !important;
    color: #de0000;
    text-decoration: underline;
    border: none !important;
}

.content-sol ul.menu ul li.tumu a:hover::selection {
    background: transparent;
    color: #000;
}

.content-sol ul.menu ul li.current a {
    color: #656565 !important;
}

.content-sol ul.menu ul ul {
    display: none;
    margin-top: 0;
    margin-bottom: 0;
}

.content-sol ul.menu ul ul li:first-child {
    border-top: 1px solid #ddd;
}

.content-sol ul.filter {
    padding: 10px 0px;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-color: #ddd;
    border: 1px solid transparent;
    border-radius: 4px;
}

.content-sol ul.filter ul.sol-menu-ic {
    padding: 0px;
    width: 100%;
    height: auto;
    background: #fff;
    border-top: 0px solid #ddd;
    font-size: 15px;
    margin-top: 4px;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    position: relative;
    z-index: 9;
}

.content-sol ul.filter .sol-header {
    width: 100%;
    padding: 3px 3px;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.content-sol ul.filter li {
    width: 100%;
}

.content-sol ul.filter li a {
    width: 100%;
}

.content-sol ul.filter ul {
    display: block;
}

.content-sol ul.filter ul li {
    width: 100%;
}

.content-sol ul.filter ul li.ilk {
    margin-top: 0;
}

.content-sol ul.filter ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.content-sol ul.filter ul li a.inactive {
    background: url('../../images/filter-li-a-inactive.png') 0 0 no-repeat;
}

.content-sol ul.filter ul li a.active {
    background: url('../../images/filter-li-a-active.png') 0 0 no-repeat;
}

.content-sol ul.filter ul li a:hover {
    color: #353990;
}

.content-sol ul.filter ul li.current a {
    color: #353990;
}

.content-sol ul.filter .filtreic {
    display: block;
    max-height: auto;

    padding: 0px 15px 0px;
}

.content-sol ul.filter .filtreic.filtre-open {
    height: auto;
    max-height: inherit;
}

.content-sol ul.filter .tumkategoriB {
    width: 100%;
    padding: 14px 18px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    border-top: 1px solid #eee;
    margin-bottom: -10px;
}

.content-sol ul.filter ul ul {
    display: block;
}

.content-sol ul.filter ul ul li {
    width: 100%;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
}

.content-sol ul.filter ul ul li:last-child {
    margin-bottom: 0px;
}

.content-sol ul.filter ul ul li a {
    padding: 0px 0px;
    font-size: 13.9px !important;
    font-weight: 700 !important;
    color: #000 !important;
    position: relative;
    display: flex;
}

.content-sol ul.filter ul ul.checkbox li a {
    padding-left: 25px;
    background-size: 15px;
    display: flex;
    background: transparent !important;
}

.content-sol ul.filter ul ul.checkbox li a::before {
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    border: 1px solid #cecece;
    font-size: 16px;
    left: 0px;
    border-radius: 3px;
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
.content-sol ul.filter ul ul.checkbox li a:hover::before {
    font-family: "fontello";
    content: '\ea51';
}
*/

.content-sol ul.filter ul ul.checkbox li.current a::before {
    font-family: "fontello";
    content: '\ea51';
}

.content-sol ul.filter ul ul li a strong {
    width: 113px;
    font-weight: 400;
    width: 100%;
}

.content-sol ul.filter ul ul li a span {
    font-weight: 600;
}

.content-sol ul.filter ul ul li a:hover {
    color: #353990 !important;
}

.content-sol ul.filter ul ul.checkbox li a:hover {}

.content-sol ul.filter ul ul li a:hover strong {}

.content-sol ul.filter ul ul li a:hover span {}

.content-sol ul.filter ul ul li.current a {
    color: #000 !important;
}

.content-sol ul.filter ul ul.checkbox li.current a {
    color: #353990 !important;
}

.content-sol ul.filter ul ul li.current a:hover {
    color: #353990 !important;
}

.content-sol ul.filter ul ul.checkbox li.current a:hover {
    color: #353990 !important;
}

.content-sol ul.filter ul ul.checkbox li.current a strong {}

.content-sol ul.filter ul ul.checkbox li.current a span {}

.content-sol ul.filter ul ul ul {
    display: none;
}

.content-sol ul.uyelik {
    width: 100%;
}

.content-sol ul.uyelik li {
    width: 100%;
    list-style: none;
}

.content-sol ul.uyelik li a {
    display: block;
    line-height: 16px;
    padding: 7px 10px 7px 0;
    font-size: 13px;
    font-weight: 700;
    color: #212121;
}

.content-sol ul.uyelik li a:hover {
    color: #353990;
}

.content-sol ul.uyelik li.current a {
    color: #353990;
}

.content-sol ul.uyelik ul {
    margin: 0 0 20px 0;
}

.content-sol ul.uyelik ul li {
    border-top: 1px solid #ddd;
}

.content-sol ul.uyelik ul li:first-child {
    border-top: none;
}

.content-sol ul.uyelik ul li a {
    font-weight: 400;
    color: #2e2e2e !important;
}

.content-sol ul.uyelik ul li a span {
    padding: 0 0 0 5px;
    color: #8b8889;
}

.content-sol ul.uyelik ul li a:hover {
    color: #000 !important;
    font-weight: 500;
}

.content-sol ul.uyelik ul li.current a {
    color: #000 !important;
    font-weight: 700;
}

.content-sol ul.uyelik ul ul {
    display: none;
}

.content-sol div.box {
    width: 173px;
    float: left;
    padding: 10px;
    margin: 0 0 10px 0;
    background: #fff;
    border: 1px solid #ccc;
}

.content-sol div.box table {
    width: 100%;
    border-collapse: collapse;
    background: none;
    border: none;
}

.content-sol div.box table tr.istatistikdisplay {
    display: none;
}

.content-sol div.box table td {
    line-height: 16px;
    padding: 2px 0;
    font-size: 11px;
    font-weight: 400;
    color: #000;
    vertical-align: middle;
    background: none;
    border: none;
}

.content-sol div.box table td img {
    vertical-align: middle;
    padding: 0 5px 0 0;
}

.content-sol div.box table td a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.content-sol div.box table td a::selection {
    background: transparent;
    color: #000;
}

.content-sol div.box table td a:hover {
    color: #de0000;
    text-decoration: underline;
}

.content-sol div.box table td a:hover::selection {
    background: transparent;
    color: #000;
}

.page-sepetim2 {
    width: 100%;
    height: auto;
}

.page-sepetim2 .page-sepetim-ic {
    width: 100%;
    height: auto;
    padding: 50px 0px;
}

.page-sepetim2 .sepetim-adim {
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #dde2e7;
    background: #a5a5a5;
}

.page-sepetim2 .sepetim-adim ul {
    display: flex;
}

.page-sepetim2 .sepetim-adim ul li {
    line-height: 78px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
}

.page-sepetim2 .sepetim-adim ul li .icon {
    margin-right: 15px;
    font-size: 23px;
}

.page-sepetim2 .sepetim-adim ul li:after {
    content: "";
    display: inline-block;
    width: 69px;
    border-top: 7px dotted #26df2e;
    margin: 0 28px;
    border-color: #ecf0f3;
}

.page-sepetim2 .sepetim-adim ul li:last-child:after {
    display: none;
}

.page-sepetim2 .sepetim-adim ul li span {
    display: block;
}

.page-sepetim2 .sepetim-adim ul li.active {
    color: #d31212;
    text-shadow: #ffffff 0px 0px 9px;
}

.page-sepetim2 .SepetListe {
    width: 100%;
    height: auto;
    position: relative;
}

.page-sepetim2 .sepetBaslik {
    margin-bottom: 20px;
}

.page-sepetim2 .ozetBaslik {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 15px;
}

.page-sepetim2 h3 {
    width: 100%;
    height: auto;
    position: relative;
    font-weight: 700;
    line-height: 1.1;
}

.page-sepetim2 p {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

.page-sepetim2 h4 {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 15px;
}

.page-sepetim2 h5 {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.1;
}

.page-sepetim2 .SepetListe .sepettoplam {
    position: relative;
    background: #fff;
    border: 2px solid #2fa3ff;
    border-radius: 10px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.8;
    color: #3f444d;
}

.page-sepetim2 .SepetListe li.sepetim_Li {
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #2e2e2e;
    padding: 15px;
    display: flex;
}

.page-sepetim2 .SepetListe li.sepetim_Li .sepetUst {
    height: auto;
    position: relative;
    display: flex;
    width: 60%;
}

.page-sepetim2 .SepetListe li.sepetim_Li .sepetAlt {
    height: auto;
    position: relative;
    display: flex;
    width: 40%;
}

.page-sepetim2 .SepetListe li.sepetim_Li .bolum {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    color: #3f444d;
    padding: 10px;
    font-weight: 600;
}

.page-sepetim2 .SepetListe li.sepetim_Li .resim {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
}

.page-sepetim2 .SepetListe li.sepetim_Li .resim img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.page-sepetim2 .SepetListe li.sepetim_Li .baslik {
    -webkit-box-flex: 2.5;
    -ms-flex: 2.5;
    flex: 2.5;
}

.page-sepetim2 .SepetListe li.sepetim_Li .urunkodu {
    margin-top: 15px;
}

.page-sepetim2 .SepetListe li.sepetim_Li .adet {
    white-space: nowrap;
}

.page-sepetim2 .SepetListe li.sepetim_Li .adet .birim {
    font-weight: 300;
    margin-bottom: 15px;
}

.page-sepetim2 .SepetListe li.sepetim_Li .adet .adetic {
    padding: 8px;
    width: 100px;
    border: solid 1px #eef3f8
}

.page-sepetim2 .SepetListe li.sepetim_Li .adet .text {
    max-width: 50px;
    text-align: center;
    background: transparent;
    border: none;
    text-align: center;
    padding-left: 15px;
}

.page-sepetim2 .SepetListe li.sepetim_Li .adet .kaydet {
    background: transparent;
    border: none;
    border-left: 1px solid #d8dfe5;
    padding: 7px 0px 7px 12px;
}

.page-sepetim2 .SepetListe li.sepetim_Li .adet .kaydet i {
    font-weight: 700;
}

.page-sepetim2 .SepetListe li.sepetim_Li .fiyat {
    display: block;
    font-weight: 700;
    color: #d31212;
}

.page-sepetim2 .SepetListe li.sepetim_Li .fiyat .fiyat1 {
    display: block;
    margin-bottom: 10px;
}

.page-sepetim2 .SepetListe li.sepetim_Li .fiyat b {
    font-weight: 400;
    display: block;
    margin-bottom: 1px;
    font-size: 12px;
    color: #2e2e2e;
}

.page-sepetim2 .SepetListe li.sepetim_Li .delete {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: 18px;
}

.page-sepetim2 .SepetListe li.sepetim_Li .delete a:hover {
    color: #395FA9;
}

.page-sepetim2 .SepetListe li.sepetim_Li .delete .icon {
    font-family: "fontello";
    cursor: pointer;
    color: #d31212;
}

.page-sepetim2 .SepetListe li.sepetim_Li .delete .icon:before {
    content: '\e8a2';
}

.page-sepetim2 .SepetListe li.sepetim_Li .delete .icon:hover:before {
    content: '\e8a1';
}

.page-sepetim2 .SepetListe .altBolUm {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.page-sepetim2 .SepetListe .textalt {
    font-weight: 500;
}

.page-sepetim2 .SepetListe .SepetBosalt {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #d31212;
    cursor: pointer;
    margin-left: auto;
    font-size: 18px;
}

.page-sepetim2 .SepetListe .SepetBosalt i {
    margin-right: 10px;
}

.page-sepetim2 .card-wrapper {
    background: #fff;
}

.page-sepetim2 .siparis-toplam {
    width: 100%;
    height: auto;
    position: relative !important;
    background: #fff;
    padding: 25px 30px;
    width: 100%;
    margin-top: 0px;
}

.page-sepetim2 .siparis-toplam h4 {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #d31212;
}

.page-sepetim2 .siparis-toplam .tutar1 {
    width: 100%;
    height: auto;
    position: relative;
    border-top: 1px solid #198754;
    padding: 10px 0px;
}

.page-sepetim2 .siparis-toplam .tutar1 li {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    border: none;
    padding: 0;
}

.page-sepetim2 .siparis-toplam .tutar1 li span {
    display: block;
}

.page-sepetim2 .siparis-toplam .tutar1 li .fiyat {
    margin-left: auto;
    font-weight: 700;
    color: #d31212;
}

.page-sepetim2 .siparis-toplam .tutar1 li.geneltoplam {
    margin-left: auto;
    font-weight: 700;
    border-top: 1px solid #F1F5F8;
    padding: 10px 0px 0px;
    margin-top: 10px;
}

.page-sepetim2 .siparis-toplam .tutar2 {
    width: auto;
    height: auto;
    position: relative;
    border-top: 1px solid #F1F5F8;
    padding: 10px 0px;
}

.page-sepetim2 .siparis-toplam .tutar2 li {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    align-items: center;
    font-size: 14px;
    border: none;
    padding: 0;
}

.page-sepetim2 .siparis-toplam .tutar2 li span {
    display: block;
}

.page-sepetim2 .siparis-toplam .tutar2 li .fiyat {
    margin-left: auto;
    font-weight: 700;
}

.Btn-Sepet22 {
    display: inline-flex;
    font-size: 15px;
    line-height: 1.25;
    padding: 15px 30px;
    background: #395FA9;
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    -o-transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    border-radius: 2px;
    min-width: 174px;
    text-align: center;
    font-weight: 700;
    position: relative;
    border: none;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.Btn-Sepet22:hover {
    background: #2a52a1;
}

.page-sepetim2 .Btn-Sepet {
    display: inline-flex;
    font-size: 14px;
    line-height: 1.25;
    height: 40px;
    padding: 0px 20px;
    background: #198754;
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    -o-transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    border-radius: 3px;
    min-width: 174px;
    text-align: center;
    font-weight: 700;
    position: relative;
    border: none;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.page-sepetim2 .Btn-Sepet.Btn-Sepet-gri {
    background: #8B8889;
    color: #fff;
}

.page-sepetim2 .Btn-Sepet.Btn-Sepet-mavi {
    background: #395fa7;
    color: #fff;
}

.page-sepetim2 .Btn-Sepet i {
    margin-right: 10px;
}

.page-sepetim2 .Btn-Sepet:after {
    content: "";
    opacity: 0;
    background-color: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    margin: 0;
    padding: 0;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    -moz-transform: translateY(200%);
    -o-transform: translateY(200%);
    display: none;
}

.page-sepetim2 .Btn-Sepet:hover:after {
    opacity: .1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: none;
}

.page-sepetim2 .Btn-Sepet:hover {
    background: #198754;
    color: #fff;
}

.page-sepetim2 .SepetListe .Adresbox {
    position: relative;
    background: #fff;
    padding: 100px 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page-sepetim2 .SepetListe .Adresbox h5 {
    width: 100%;
    height: auto;
    font-weight: 700;
    margin-bottom: 25px;
    display: block;
    font-size: 20px;
}

.page-sepetim2 .SepetListe .Adresbox .goster {
    position: absolute;
    right: 13px;
    top: 50%;
    cursor: pointer;
    margin-top: -5px;
}

.page-sepetim2 .SepetListe .Adresbox .sifreunut {
    display: block;
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #8d9098;
    margin-bottom: 0px;

}

.page-sepetim2 .SepetListe .Adresbox .button {
    border-radius: 3px;
    min-width: 174px;
    text-align: center;
    -webkit-transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    -o-transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    background: #198754;
    color: #fff;
    padding: 13px 80px;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    border: none;
}

.page-sepetim2 .SepetListe .Adresbox .button1 {
    font-size: 14px;
    font-weight: 600;
    padding: 0px 20px;
    border: none;
    color: #8d9098;
    margin-bottom: 0px;
    display: none;
}

.page-sepetim2 .SepetListe .Adresbox .button1 span {
    text-decoration: underline !important;
}

.page-sepetim2 .SepetListe .Adresbox .button1 i {
    margin-right: 7px;
}

.page-sepetim2 .SepetListe .Adresbox .giris-text {
    width: 100%;
    display: block;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
}

.page-sepetim2 .SepetListe .Adresbox .giris-text span {
    opacity: 40%;
}

.page-sepetim2 .SepetListe .Adresbox .giris-text a {
    opacity: 100%;
    margin-left: 5px;
}

.page-sepetim2 .SepetListe .formBox {
    position: relative;
    background: #fff;
    padding: 100px 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page-sepetim2 .SepetListe .formBox2 {
    position: relative;
    background: #fff;
    padding: 43px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page-sepetim2 .SepetListe .form-genel {
    display: flex;
    width: 100%;
    align-items: center
}

.page-sepetim2 .SepetListe .form-genel .baslik {
    font-weight: 700;
}

.form-genel.kart span.text {
    width: 100%;
    margin: 0 0 5px 0;
}

.page-sepetim2 .SepetListe .form-guvenlik .guvenlik {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}

.page-sepetim2 .SepetListe .form-floating&gt;label {
    display: flex;
    align-items: center;
}

.page-sepetim2 .SepetListe .form-control {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 14px;
}

.page-sepetim2 .SepetListe .guvenlik {
    position: absolute;
    right: 10px;
    top: 12px;
}

.page-sepetim2 .SepetListe .form-control:focus {
    border-color: #395FA9 !important;
    box-shadow: none !important;
}

.page-sepetim2 .SepetListe textarea.form-control {
    height: auto;
    padding: 10px 10px 10px 10px;
    background: transparent;
    border: 1px solid #eef3f8;
    border-radius: 2px;
    min-height: 100px;
}

.page-sepetim2 .SepetListe select {
    height: auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 14px;
    font-size: 13px;
    width: 100%;
    padding: 1rem 0.75rem;
    height: 58px;
}

.page-sepetim2 .SepetListe select:focus {
    border-color: #395FA9 !important;
    box-shadow: none !important;
}

.page-sepetim2 .SepetListe .form-bolum {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    padding-bottom: 3px;
}

.page-sepetim2 .SepetListe select,
.page-sepetim2 .SepetListe textarea.form-control,
.page-sepetim2 .SepetListe .form-control {
    border-color: #dedede;
}

.page-sepetim2 .SepetListe .form-h1 {
    font-weight: 700;
    opacity: 70%;
    display: block;
    margin-bottom: 5px;
}

.page-sepetim2 .SepetListe .form-h1 a {
    text-decoration: underline !important;
}

.page-sepetim2 .SepetListe .form-floating&gt;.number {
    position: absolute;
    top: 50%;
    font-size: 1rem;
    font-weight: 400;
    margin-top: -4px;
    left: 12px;
    opacity: 0;
}

.page-sepetim2 .SepetListe .telefon .form-control {
    padding-left: 22px;
}

.page-sepetim2 .SepetListe .form-floating&gt;.form-control:focus~.number {
    opacity: 1;
}

.page-sepetim2 .SepetListe .uyeliksizDevam {
    text-align: center;
    width: 100%;
    height: auto;
}

.page-sepetim2 .SepetListe .uyeliksizDevam h5 {
    width: 100%;
    height: auto;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    font-size: 27px;
}

.page-sepetim2 .SepetListe .uyeliksizDevam p {
    width: 100%;
    height: auto;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 45px;
}

.page-sepetim2 .SepetListe .uyeliksizDevam .button1 {
    border-radius: 3px;
    min-width: 174px;
    text-align: center;
    -webkit-transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    -o-transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    background: #395FA9;
    color: #fff;
    padding: 13px 80px;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
}

.page-sepetim2 .SepetListe .baslik_Sepet {
    width: 100%;
    line-height: 20px;
    margin: 0 0 10px 0;
    float: inherit;
    margin-bottom: 40px;
}

.page-sepetim2 .SepetListe .baslik_Sepet h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.2px;
    margin-bottom: 10px;
    display: block;
}

.page-sepetim2 .SepetListe .baslik_Sepet p {
    font-size: 16px;
    font-weight: 300;
}

.page-sepetim2 .SepetListe .kargosec {
    width: 100%;
    height: auto;
}

.page-sepetim2 .SepetListe .kargosec .kargoListe {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 25px;
    border: solid 1px #ccc;
    align-items: center;
}

.page-sepetim2 .SepetListe .kargosec .kargoListe .kargoListelogo {
    height: auto;
    display: flex;
    justify-content: center;
    margin-right: 20px;
}

.page-sepetim2 .SepetListe .kargosec .kargoListe input {
    margin-right: 10px !important;
}

.page-sepetim2 .sepetDepo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: -30px;
    position: relative;
    z-index: 99;
}

.page-sepetim2 .sepetDepo span {
    margin-right: 15px;
    font-weight: 700;
}

.page-sepetim2 .SepetListe .ozetbox.ozetbox2 {
    padding: 25px 25px;
}

.page-sepetim2 .SepetListe .ozetbox {
    position: relative;
    background: #fff;
    padding: 50px 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: block;
}

.page-sepetim2 .SepetListe .ozetbox .siparis-baslik {
    position: relative;
    font-weight: 700;
    width: 100%;
    height: auto;
    font-size: 17px;
    margin-bottom: 15px;
}

.page-sepetim2 .SepetListe .AdresSecimi {
    width: 100%;
    height: auto;
}

.page-sepetim2 .SepetListe .AdresSecimi .AdresSecimi_Liste {
    width: 100%;
    height: auto;
    display: flex;
    background: #fff;
    /* border-bottom: 1px solid #2e2e2e; */
    margin-bottom: 7px;
    box-shadow: 0px 0px 2px #00000008;
}

.page-sepetim2 .SepetListe .AdresSecimi .AdresSecimi_Liste .form-h1 {
    font-size: 11px;
    margin-bottom: 7px;
}

.page-sepetim2 .SepetListe .AdresSecimi .AdresSecimi_Liste .Bolum {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    color: #3f444d;
    padding: 15px;
    line-height: 1.4;
    border-left: solid 1px #cccccc42;
}

.page-sepetim2 .SepetListe .AdresSecimi .AdresSecimi_Liste:hover {
    transform: scale(1.01);
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 25%);
    z-index: 99;
}

.page-sepetim2 .SepetListe .AdresSecimi .AdresSecimi_Liste .Bolum.secLabel {
    max-width: 50px;
    display: flex;
    justify-content: center;
    padding-top: 19px;
}

.page-sepetim2 .SepetListe .AdresSecimi .AdresSecimi_Liste .Bolum.adres {
    -webkit-box-flex: 2.5;
    -ms-flex: 2.5;
    flex: 2.5;
}

.form-hata {
    width: 100%;
    padding: 20px 0 10px 0;
    margin: -20px 0 0 0;
}

.form-hata span {
    display: block;
    position: relative;
    line-height: 20px;
    padding: 5px 30px 5px 10px;
    font-size: 13px;
    color: #fff;
    background: #395fa9;
    border: 1px solid ##395fa9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center
}

.form-hata span img {
    height: 10px;
    margin: 5px 5px 5px 0;
}

.form-hata span a {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 0;
    cursor: pointer;
    background: url('images/form-hata-span-a.png') 0 0 no-repeat;
}

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

.Pageiletisim b {
    width: 100%;
    height: auto;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 16px;
    display: block;
    line-height: 1.2;
}

.Pageiletisim li:first-child {
    margin-top: 0px;
}

.Pageiletisim li {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 7px;
}

.Pageiletisim li .icon {
    margin-right: 5px;
    padding-top: 5px;
}

.Pageiletisim li span {
    line-height: 1.3;
}

.Pageiletisim .maps {
    width: 100%;
    height: 300px;
    margin-top: 15px;
}

.Pageiletisim .maps iframe {
    width: 100%;
    height: 100%;
}


/*Page-marka-liste*/

.Page-marka-liste {
    width: 100%;
    height: auto;
}

.Page-marka-liste .marka_Li {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-align: center;
    margin-bottom: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.Page-marka-liste .marka_Li:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.Page-marka-liste .marka_Li .resim {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Page-marka-liste .marka_Li .resim img {
    height: 100%;
}

.Page-marka-liste .marka_Li .baslik {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    display: block;
}

.siparis-table {
    width: 100%;
    margin: 0 0 20px 0;
    border-collapse: collapse;
}

.siparis-table td {
    color: #454545;
    vertical-align: middle;
    background: none;
    border: none;
    font-size: 14px;
}

.siparis-table td.left {
    float: none;
    text-align: left;
    padding: 2px 7px 2px 0;
}

.siparis-table td.right {
    float: none;
    text-align: right;
    padding: 2px 0 2px 7px;
}

.siparis-table td.center {
    float: none;
    text-align: center;
    padding: 2px 0 2px 0;
}

.user-table {
    width: 100%;
    margin: 0 0 10px 0;
    border-collapse: collapse;
}

.user-table td {
    font-weight: 400;
    color: #454545;
    vertical-align: middle;
    background: none;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
}

.user-table tr:nth-child(even) {
    background: #f5f5f5;
}

.user-table td.ilk {
    border-left: none;
}

.user-table thead td {
    font-weight: 700;
}

.user-table tbody.adres tr td {
    cursor: pointer;
}

.user-table tbody.adres tr:hover td {
    background: #fff;
}

.user-table td.left {
    float: none;
    text-align: left;
    padding: 5px 0 5px 7px;
}

.user-table td.right {
    float: none;
    text-align: right;
    padding: 5px 7px 5px 0;
}

.user-table td.son.right {
    padding-right: 0;
    text-align: center;
}

.user-table td.center {
    float: none;
    text-align: center;
    padding: 5px 0 5px 0;
}

.user-table tbody.adres tr td label {
    display: block;
    cursor: pointer;
}

.user-table td span.urun {
    font-size: 13px;
}

.user-table td span.marka {
    font-size: 12px;
    color: #959595;
}

.user-table td span.birim {
    line-height: 24px;
}

.user-table td input.text {
    width: 20px;
    height: 16px;
    line-height: 16px;
    padding: 3px;
    margin: 0 5px;
    font-size: 13px;
    font-weight: 700;
    color: #888;
    text-align: center;
    cursor: auto;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.user-table td input.text:focus {
    border-color: #888;
}

.user-table td input.radio {
    width: 14px;
    height: 14px;
    float: none;
    padding: 0;
    margin: 0;
    border: none;
}

.user-table td select.select {
    width: auto;
    height: 24px;
    line-height: 24px;
    float: none;
    padding: 1px 1px 1px 0;
    margin: 0 0 0 20px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #888;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.user-table td select.select:focus {
    border-color: #888;
}

.user-table td a img.sepet {
    max-width: 43px;
    height: 43px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.user-table td a.link {
    font-weight: 700;
    color: #454545;
    text-decoration: underline;
}

.user-table td a.link:hover {
    text-decoration: none;
}

.user-table td a.sil {
    width: 20px;
    height: 20px;
    float: right;
    background: url('images/sepetim-toplam-sil.png') 0 0 no-repeat;
    cursor: pointer;
}

.user-table td a.sil:hover {
    background-position: 0 -20px;
}

.user-table td a.button1,
.user-table td input.button1 {
    width: auto;
    height: 22px;
    line-height: 1;
    padding: 5px 8px;
    margin: 0 4px 2px 0;
    font-size: 12px;
    font-weight: 500;
    color: #656565;
    cursor: pointer;
    background: #d5d5d5;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}

.user-table td input.button1 {
    height: 24px;
}

.user-table td a.button1::selection,
.user-table td input.button1::selection {
    background: transparent;
}

.user-table td a.button1:hover,
.user-table td input.button1:hover {
    background: #d5d5d5;
    border-color: #d5d5d5;
}

.user-table td a.button2,
.user-table td input.button2 {
    width: auto;
    height: 22px;
    padding: 0 8px;
    margin: 0 4px 0 0;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    background: #395FA9;
    border: 1px solid #395FA9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.user-table td input.button2 {
    height: 24px;
}

.user-table td a.button2::selection,
.user-table td input.button2::selection {
    background: transparent;
}

.user-table td a.button1:hover,
.user-table td input.button1:hover {
    background: #198754;
    border-color: #198754;
    color: #fff;
}

.user-table td a.button2:hover,
.user-table td input.button2:hover {
    background: #198754;
    border-color: #198754;
}


/*extreBaslik/*/

.extreBaslik {
    width: 100%;
    height: auto;
    display: flex;
}

.extreBaslik span {
    webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.tab-menu-extre {
    font-weight: 700;
    border: 1px solid #d2d2d2;
    padding: 20px 20px;
    width: 25%;
    margin-left: 10px;
    line-height: 15px;
    cursor: pointer;
    position: relative;
    border-radius: 2px;
    color: #8B8889;
}

.tab-menu-extre-active {
    background: #395fa9;
    color: #fff;
}

.tab-menu-extre .para-birimi {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 15px;
    font-weight: 500;
    background: transparent;
    color: #8B8889;
    padding: 8px 11px 8px 11px;
    border-radius: 100%;
    border: solid 1px #8B8889;
}

.tab-menu-extre-active .para-birimi {
    color: #fff;
    border: solid 1px #fff;
}

.table_ust {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.table_ust tr {
    padding: 0px
}

.table_ust tr:nth-child(even) {
    background-color: #f9f9f9
}

.table_ust tr td {
    padding: 2px 3px 2px 7px;
    font-size: 12px;
    text-align: left;
    border: 1px solid #dddddd;
    line-height: 1.2;
}

.murat-ay {
    width: 100%;
    padding: 10px 10px;
    margin: 20px 0 0px 0;
    color: #8B8889;
    font-weight: 600;
    background: #e0e0e0;
    font-size: 15px;
}


/*OdemeTab*/

.kart-banka {
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px !important;
}

.OdemeTab .tab-menu {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

.OdemeTab .tab-menu li {
    webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    list-style: none;
}

.OdemeTab .tab-menu li a {
    display: flex;
    border: 1px solid #f1f1f1;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: #395FA9;
    padding: 20px 20px;
    justify-content: center;
    background: #fff;
}

.OdemeTab .tab-menu li.current a {
    border-color: #3D62AB !important;
    background: transparent !important;
}

.OdemeTab .tab-container {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

.OdemeTab .tab-container li {
    border: 1px solid #ddd;
    padding: 4px;
    text-align: center;
    margin-bottom: 1px;
    font-weight: 500;
}

.OdemeTab .tab-content li:nth-child(odd) {
    background-color: #DDDDDD;
}

.OdemeTab th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #A9A7B2;
    color: white;
    text-align: center;
    border-right: 1px solid #fff;
}


/*bank-box*/

.bank-box {
    display: inline-block;
    width: 100%;
    /* margin-right: 10px; */
    margin-bottom: 15px;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    min-height: 205px;
}

.bank-box:hover {
    border-color: #395FA9;
}

.bank-box.end {
    margin-right: 0;
}

.bank-box .text {
    padding: 10px;
}

.bank-box .banka-basik {
    display: none;
}

.bank-box .text.border-bottom {
    border-bottom: 1px solid #edeef0;
}

.bank-box .text.border-bottom span {
    line-height: initial;
    font-weight: bold;
    font-size: 12px;
}

.bank-box .text .info {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: initial;
}

.bank-box .text .info.end {
    margin-bottom: 0;
}

.bank-box .text .info .info-1 {
    width: 100%;
    font-weight: bold;
}

.bank-box .text .info .info-2 {
    width: 15px;
    font-weight: bold;
}

.bank-box .bank-logo {
    height: 40px;
    margin-top: 0px;
    padding: 10px;
    background-color: #f5f5f5;
    text-align: center;
    display: flex;
    justify-content: start;
    align-items: center;
}

.bank-box .bank-logo img {
    width: 110px;
}

.bank-box .text p {
    margin: 0px 0 10px 0;
    font-size: 18px;
}

.bank-box .bank-logo.garanti {
    background: #57a726;
}

.content_list {
    width: 100%;
    margin: 15px 0 0 0;
}

.content_list.ust {
    display: flex;
    justify-content: flex-end;
}

.content_list li span.toplam {
    font-size: 12px;
    font-weight: 400;
    color: #444;
}

.content_list li span.list {
    margin-left: auto;
}

.content_list li span.list a {
    width: auto;
    height: 14px;
    line-height: 14px;
    padding: 2.5px 5px;
    margin: 0 0 0 5px;
    background: #f9f9f9;
    font-size: 12px;
    font-weight: 400;
    color: #444;
    cursor: pointer;
    border: 1px solid #ccc;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.content_list li span.list a::selection {
    background: transparent;
}

.content_list li span.list a.disable {
    background: #f9f9f9;
    color: #ccc;
    cursor: default;
    border-color: #e9e9e9;
}

.content_list li span.list a:hover {
    background: #fff;
}

.content_list li span.list a.disable:hover {
    background: #f9f9f9;
    color: #ccc;
    border-color: #e9e9e9;
}

.content_list li span.list a.active {
    background: #fff;
    font-weight: 600;
}


/* ÃœrÃ¼n Filtre */

.kart-detay table.detaytable {
    width: 100%;
}

.kart-detay table.detaytable tr td:nth-child(1) {
    width: 80px !important;
    padding-left: 20px !important;
}

.kart-detay table.detaytable tbody td {
    font-size: 13px;
    font-weight: 400;
    background-color: transparent;
    width: auto !important;
}

.kart-detay table.detaytable td img {
    max-height: initial;
    width: 55px;
}

.kart-detay table.detaytable tr {
    width: 100%;
    padding: 0px;
    border: none;
}

.kart-detay table.detaytable td {
    padding: 7px 10px;
    color: #000;
    vertical-align: middle;
    text-align: center;
    background: transparent;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.kart-detay table.detaytable table td {
    padding: 2px 0;
    border: none;
    line-height: 14px;
}

.kart-detay table.detaytable .oran {
    font-weight: 700;
    padding: 5px 0px;
    margin-bottom: 2px;
}

.kart-detay table.detaytable thead td {
    font-size: 13px;
    font-weight: 700;
    background-color: #fff;
}

.kart-detay table.detaytable tbody tr:hover td {
    background-color: #F1F5F8;
}

.kart-detay table.detaytable tbody tr:nth-child(1) {
    background: #7134891c;
}

.kart-detay table.detaytable tbody tr:nth-child(2) {
    background: #ffa6001c;
}

.kart-detay table.detaytable tbody tr:nth-child(3) {
    background: #00339917;
}

.kart-detay table.detaytable tbody tr:nth-child(4) {
    background: #7cc24226;
}

.kart-detay table.detaytable tbody tr:nth-child(5) {
    background: #00dcff17;
}

.kart-detay table.detaytable tbody tr:nth-child(6) {
    background: #dd0a0a17;
}

.kart-detay table.detaytable tbody tr:nth-child(7) {
    background: #ff000008;
}

.kart-detay table.detaytable table tr {
    background: transparent !important;
}

.kart-detay table.detaytable table tr td:nth-child(1) {
    padding-left: 0px !important;
}


/*tableurunD*/

.tableurunD {
    width: 100%;
}

.tableurunD th img {
    width: 58px
}

.tableurunD div {
    text-align: center !important;
    font-family: 'SF Pro Display' !important;
    font-weight: 700;
}

table.tableurunD th {
    text-align: center;
    vertical-align: middle;
    position: relative;
}

table.tableurunD th {
    width: 20px;
    text-align: center;
}

table.tableurunD {
    overflow: hidden;
    background: #fff;
}

table.tableurunD .color-alert {
    color: #cc1e63;
}

table.tableurunD td {
    font-weight: 700;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

.table.tableurunD tr:hover {
    background-color: #f1f1f1;
}

.table.tableurunD td:hover::after,
.table.tableurunD th:hover::after {
    content: '';
    position: absolute;
    background-color: #f1f1f1;
    left: 0;
    top: -5000px;
    height: 10000px;
    width: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: .3;
}

.fancybox-sozlesme {
    width: 100%;
    line-height: 1.4;
    height: 400px;
    padding: 0px;
    overflow-y: scroll;
    color: #454545;
    padding-right: 20px;
    text-align: justify;
}

.fancybox-sozlesme::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.fancybox-sozlesme::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.fancybox-sozlesme::-webkit-scrollbar-thumb {
    background-color: #8B8889;
}

#fancybox-content {
    border: 0px !important;
    padding: 15px 15px !important;
    width: 100% !important;
}

#fancybox-wrap {
    padding: 0 !important;
    max-width: 1170px;
    position: fixed !important;
    top: 70px !important;
}

#fancybox-close {
    position: absolute;
    top: -38px !important;
    right: 0px !important;
    width: 30px;
    height: 30px;
    background: none !important;
    cursor: pointer;
    font-family: 'Linearicons';
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 18px;
}

#fancybox-close:hover {}

#fancybox-close:before {
    content: "\e935";
}

#fancybox-overlay {
    background: black !important;
    opacity: 80% !important;
}

.teslimatBg {
    padding: 0px 32px 0px 0px;
}

.pc-wizard-filter {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #FFFFFF;
}

.pc-wizard-filter .filtre {
    display: flex;
    align-items: center;
    height: 50px;
    margin-right: auto;
    border-left: 0;
    padding-left: 0;
    border-right: 0;
}

.pc-wizard-filter .filtre li+li {
    margin-left: 16px;
}

.pc-wizard-filter .filtresag {
    display: flex;
    align-items: center;
    height: 50px;
    width: auto;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #F2F2F2;
}

.pc-wizard-filter .filtresag .form-check {
    border-radius: 4px;
    border: 1px solid #dedede;
    background: #fff;
    padding: 13px 10px 13px 40px;
}

.pc-wizard-filter .filtresag .form-check:hover {
    border-color: #395FA7;
}

.pc-wizard-filter .product-rate-filter {
    width: 78px;
    flex-shrink: 0;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #F2F2F2;
}

.pc-wizard-filter .product-rate-filter input {
    height: 48px;
    padding: 0 16px;
    width: 100%;
    border: solid 1px #dedede;
    border-radius: 3px;
}

.pc-wizard-filter .product-rate-filter input:hover {
    border-color: #395FA7;
}

.pc-wizard-filter .product-currency {
    width: 158px;
    flex-shrink: 0;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #F2F2F2;
}

.pc-wizard-filter .product-currency .form-select {
    line-height: 48px;
    min-width: 73px;
    padding: 0 30px 0 10px;
    border-radius: 3px;
}

.pc-wizard-filter .product-currency .form-select:hover {
    border-color: #395FA7;
}

.pc-wizard-table {
    margin-bottom: 30px;
    padding: 15px;
    background-color: #fff;
}

.table-striped tr:nth-of-type(2n+1),
.wysiwyg table tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.pc-wizard-table td.price {
    text-align: center;
}

.table-1 th,
.wysiwyg table th {
    font-weight: 600;
    background-color: var(--color-base-5);
    padding: 10px;
}

.table-1 tr:nth-child(n+2),
.wysiwyg table tr:nth-child(n+2) {
    border-top: 1px solid #dedede;
}

.pc-wizard-table .table-1 td,
.pc-wizard-table .wysiwyg table td,
.wysiwyg .pc-wizard-table table td {
    padding: 12px 8px;
}

.table-1 figure.v2,
.wysiwyg table figure.v2 {
    width: 48px;
    height: 48px;
    padding: 5px;
    border-radius: 4px;
}

.table-1 figure,
.wysiwyg table figure {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 60px;
    height: 60px;
    padding: 12px 8px;
    border: 1px solid #dedede;
    background-color: #fff;
    transition: all 0.2s ease-out;
}

.pc-wizard-table .form-row {
    position: relative;
}

.select-3 {
    position: relative;
}

.pc-wizard-table .table-1 td,
.pc-wizard-table .wysiwyg table td,
.wysiwyg .pc-wizard-table table td {
    padding: 12px 8px;
    vertical-align: middle;
}

.form-row {
    width: 100%;
    margin-bottom: 30px;
}

.select-3 .select-3-toggle {
    display: flex;
    align-items: center;
    height: 48px;
    color: inherit;
    padding: 0 16px;
    border-radius: 4px;
    border: 1px solid #dedede;
    background: #fff;
    transition: all 0.2s ease-out;
}

.select-3 .select-3-toggle .select-3-chevron {
    font-size: .6rem;
    line-height: 1;
    margin-left: 10px;
    color: #0e121a;
    transition: all 0.2s ease-out;
}

.select-3 .select-3-toggle .select-3-toggle-selected {
    margin-right: auto;
}

.table-1 figure .product-image,
.wysiwyg table figure .product-image {
    -o-object-fit: scale-down;
    object-fit: scale-down;
    height: auto;
}

.table-1 figure .figure-preview,
.wysiwyg table figure .figure-preview {
    visibility: hidden;
    position: absolute;
    top: -1px;
    right: -274px;
    z-index: 1001;
    width: 255px;
    height: 255px;
    padding: 15px;
    background-color: #fff;
    text-align: center;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}

.visually-hidden,
.select-3 .select-3-select,
.toggle-2 input,
.user-dropdown-foot .toggle-2 input {
    width: 1px;
    height: 1px;
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    border: 0;
}

.cell-shrink {
    width: 0.1%;
    white-space: nowrap;
}

.table-1 figure.v2,
.wysiwyg table figure.v2 {
    width: 48px;
    height: 48px;
    padding: 5px;
    border-radius: 4px;
}

.table-1 figure,
.wysiwyg table figure {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 60px;
    height: 60px;
    padding: 12px 8px;
    border: 1px solid #dedede;
    background-color: #fff;
    transition: all 0.2s ease-out;
}

.img-fluid,
.table-1 figure .product-image,
.wysiwyg table figure .product-image,
.table-1 figure .figure-preview .figure-preview-image,
.wysiwyg table figure .figure-preview .figure-preview-image {
    max-width: 100%;
}

.table-1 .count-input,
.wysiwyg table .count-input {
    display: block;
    width: 66px;
    height: 48px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #dedede;
    background: #fff;
}

.table-1 .form-select {
    display: flex;
    align-items: center;
    height: 48px;
    color: inherit;
    padding: 0 31px 0 16px;
    border-radius: 4px;
    border: 1px solid #dedede;
    background-color: #fff;
    transition: all 0.2s ease-out;
    font-size: 13px;
}

.table-1 .form-select option {
    padding: 10px 0px;
}

.table-1 figure:hover .figure-preview,
.wysiwyg table figure:hover .figure-preview {
    visibility: visible;
}

.table-1 figure .figure-preview,
.wysiwyg table figure .figure-preview {
    visibility: hidden;
    position: absolute;
    top: -1px;
    right: -274px;
    z-index: 1001;
    width: 255px;
    height: 255px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
    text-align: center;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}

.table-1 figure .figure-preview:before,
.wysiwyg table figure .figure-preview:before,
.table-1 figure .figure-preview:after,
.wysiwyg table figure .figure-preview:after {
    content: '';
    display: block;
    position: absolute;
    left: -24px;
    top: 22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 12px 12px;
    border-color: transparent #fff transparent transparent;
}

.table-1 figure .figure-preview:before,
.wysiwyg table figure .figure-preview:before {
    border-width: 13px 13px 13px 13px;
    border-right-color: #efefef;
    left: -26px;
}

.pc-wizard-summary {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
}

.pc-wizard-head {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.pc-wizard-title {
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0px !important;
}

.pc-wizard-summary ul li {
    display: flex;
    align-items: center;
}

.pc-wizard-summary ul li .name {
    font-weight: 600;
}

.pc-wizard-summary ul li .value {
    margin-left: auto;
}

.pc-wizard-summary .count-input {
    display: block;
    width: 48px;
    height: 38px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #dedede;
}

.pc-wizard-summary hr {
    margin: 15px 0 !important;
}

.pc-wizard-summary ul li {
    display: flex;
    align-items: center;
}

.pc-wizard-summary ul li+li {
    margin-top: 8px;
}

.input-1 {
    display: inline-block;
    position: relative;
    width: 100%;
}

.input-1 textarea {
    height: 96px;
    padding: 16px;
    resize: none;
}

.pc-wizard-summary .button-prev-records {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    text-decoration: underline !important;
}

.pc-wizard-selected {
    margin-bottom: 20px;
    padding: 0px;
    transition: all 0.2s ease-out;
}

.pc-wizard-selected ul {
    background: #fff;
    transition: all 0.2s ease-out;
    box-shadow: 0px 0px 3px #00000008;
}

.pc-wizard-selected ul li:first-child {
    border: none;
}

.pc-wizard-selected ul li {
    display: block;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 15px;
    margin-top: 0px;
    border-top: 1px solid #f1f1f1;
}

.pc-wizard-selected ul li .name {
    display: inline-flex;
    justify-content: space-between;
    flex-shrink: 0;
    width: 100%;
    margin-right: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 15px;
}

.pc-wizard-selected ul li .name:after {
    content: ':';
    display: none;
}

.pc-wizard-selected ul li .value {
    height: auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    opacity: 70%;
    margin-top: 3px;
}

.pc-wizard-selected ul li .sill {
    font-size: 13px;
    position: absolute;
    right: 18px;
    top: 15px;
}

#pcSihirbaziListe li {}

#pcSihirbaziListe li i {
    cursor: pointer;
}

.oncekikayitlar_Ul {
    width: 100%;
    height: auto;
    position: relative;
}

.oncekikayitlar_Ul .button-prev-records {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #395FA7;
    padding: 0px 22px;
    border-radius: 3px !important;
}

.oncekikayitlar_Ul .button-prev-records i {
    margin-right: 10px;
}

.oncekikayitlar_Ul .button-prev-records:hover {
    background: #315392;
}

.oncekikayitlar_Ul #kayitListe {
    border: solid 1px #395FA7;
    padding: 10px;
    border-top: 0px;
    background: #f8fcff;
}

.oncekikayitlar_Ul #kayitListe li:first-child {
    margin-top: 0px;
}

.oncekikayitlar_Ul #kayitListe li {
    display: block;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-top: 12px;
    border-top: 1px solid #f1f1f1;
    box-shadow: 0px 0px 3px #00000008;
    text-align: center;
}

.oncekikayitlar_Ul #kayitListe li .baslik1 {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 0px;
}

.oncekikayitlar_Ul #kayitListe li .buttonlar {
    display: flex;
    border-top: 1px solid #7e7e7e1f;
    margin-top: 0px;
}

.oncekikayitlar_Ul #kayitListe li .buttonlar .button1 {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 50%;
    text-align: center;
    padding: 9px 0px;
    border-left: 1px solid #7e7e7e1f;
    align-items: center;
    cursor: pointer;
    background: #fff;
    font-weight: 700;
}

.oncekikayitlar_Ul #kayitListe li .buttonlar .button1:hover {
    background: #198754;
    color: #fff;
}

.oncekikayitlar_Ul #kayitListe li .buttonlar .button1 i {
    margin-right: 10px;
}


/* Footer BaÅŸla*/

footer.footer2 {
    width: 100%;
    height: auto;
    background: #8B8889;
    padding: 0px 0px 0px 0px;
    color: #fff;
    border-bottom: 10px solid #395FA9;
    border-top: 2px solid #f1f1f1;
}

footer.footer2 .footer-ust {
    width: 100%;
    height: auto;
}

footer.footer2 .footer-ust .baslik {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 35px;
}

footer.footer2 .footer-ust .baslik h3 {
    height: auto;
    text-align: center;
    display: block;
    font-size: 1rem
}

footer.footer2 .footer-ust .baslik h3 span {
    height: auto;
    text-align: center;
    display: inline-block;
    background: #395FA9;
    padding: 2px 10px;
}

footer.footer2 .footer-ust .baslik p {
    display: block;
    font-size: 0.85rem;
    font-weight: 300;
    max-width: 40%;
    margin: 10px auto 20px;
}

footer.footer2 .footer-ust .baslik .icon {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

footer.footer2 .footer-ust .baslik:after {
    content: '';
    width: 25px;
    height: 3px;
    background: #395FA9;
    display: inline-block;
    position: relative;
}

footer.footer2 .footer-ust .baslik .icon img {
    height: 45px;
}

footer.footer2 .footer-ust .footer-iletisim {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer.footer2 .footer-ust .footer-iletisim .liste {
    display: flex;
    margin: 0px 30px
}

footer.footer2 .footer-ust .footer-iletisim .liste .icon {
    font-size: 30px;
}

footer.footer2 .footer-ust .footer-iletisim .liste .text {
    display: block;
    padding-left: 10px;
}

footer.footer2 .footer-ust .footer-iletisim .liste .text small {
    display: block;
    font-size: 0.80rem;
    font-weight: 300;
}

footer.footer2 .footer-ust .footer-iletisim .liste .text span {
    display: block;
    font-size: 0.90rem;
    font-weight: 700;
}

footer.footer2 .footer-orta {
    display: block;
    padding: 70px 0px;
}

footer.footer2 .footer-liste {
    width: 100%;
    height: auto;
}

footer.footer2 .footer-liste span.baslikk {
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
    text-transform: uppercase;
    font-size: 0.90rem;
}

footer.footer2 .footer-liste li:nth-child(2) {
    padding-top: 0px;
    border: none;
}

footer.footer2 .footer-liste li {
    width: 100%;
    height: auto;
    padding: 3px 0px;
    list-style: none;
    border-top: 1px solid #ffffff0f;
}

footer.footer2 .footer-liste li a {
    opacity: 80%;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    display: block;
}

footer.footer2 .footer-liste li a:hover {
    color: #fff;
    opacity: 100%;
    font-weight: 600;
}

footer.footer2 .footer-liste.fotogaleri {
    height: auto;
}

footer.footer2 .footer-liste.fotogaleri li {
    width: 23%;
    height: auto;
    display: inline-block;
    margin-top: -1px;
}

footer.footer2 .footer-liste.fotogaleri li a img {
    width: 100%;
}

footer.footer2 .footer-liste.fotogaleri li a {
    width: 100%;
    position: relative;
    display: flex;
}

footer.footer2 .footer-liste.fotogaleri li a .zoom {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background: #2B2A29;
    opacity: 0;
    -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;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer.footer2 .footer-liste.fotogaleri li a:hover .zoom {
    opacity: 60%;
}

footer.footer2 .footer-alt {
    width: 100%;
    height: auto;
    padding: 20px 0px;
}

footer.footer2 .footer-alt li {
    list-style: none;
    display: inline-block;
}

footer.footer2 .footer-alt li a {
    color: #0B0C0E;
    padding: 0px 50px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

footer.footer2 .footer-alt li a i {
    padding-right: 10px;
}

footer.footer2 .footer-bilgi {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px 0px;
    color: #0B0C0E;
}

footer.footer2 .footer-bilgi .sosyal {
    width: auto;
}

footer.footer2 .footer-bilgi .sosyal li {
    display: inline-block;
    margin-left: 5px;
}

footer.footer2 .footer-bilgi .sosyal li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #2B2A29;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

footer.footer2 .footer-bilgi .sosyal li a:hover {
    background: #2B2A29;
    color: #fff;
}

footer.footer2 .footer-bilgi .bilgi-baslik {
    margin-right: 16px;
}

footer.footer2 .footer-firma {
    width: 100%;
    height: auto;
}

footer.footer2 .footer-firma {
    width: 100%;
    height: auto;
    padding: 12px 0px;
    background: #fff;
    border-top: 1px solid #ececec;
}

footer.footer2 .footer-firma .footer-text {
    font-size: 0.75rem;
    opacity: 80%;
    color: #0B0C0E;
}

footer.footer2 .footer-firma .footer-logo {
    height: 20px;
    display: flex;
    margin-left: auto;
}

footer.footer2 .footer-firma .footer-logo img {
    height: 100%;
}

footer.footer2 .footer-liste .footer-baslik {
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
    text-transform: uppercase;
    font-size: 0.90rem;
}

footer.footer2 .footer-liste .footer-text {
    opacity: 0.8;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}

footer.footer2 .footer-liste .footer-text span {
    display: block;
}

footer.footer2 .footer-liste .footer-sosyal {
    position: relative;
    display: block;
    width: auto;
    margin-top: 25px;
    padding: 0px;
}

footer.footer2 .footer-liste .footer-sosyal li {
    display: inline-block;
    list-style: none;
    margin-right: 17px;
    padding-left: 0px;
    padding-right: 0px;
    width: auto;
    border: none;
}

footer.footer2 .footer-liste .footer-sosyal li a {
    font-size: 18px;
    color: #fff;
}

footer.footer2 .footer-liste2 {
    width: 100%;
    height: auto;
    text-align: center;
}

footer.footer2 .footer-liste2 li:first-child {
    margin-left: 0px;
}

footer.footer2 .footer-liste2 li {
    width: auto;
    height: auto;
    margin-left: 25px;
    list-style: none;
    display: inline-block;
}

footer.footer2 .footer-liste2 li a {
    opacity: 80%;
    font-weight: 300;
    font-size: 0.80rem;
    color: #555654;
}

footer.footer2 .footer-banka {
    width: 100%;
    height: auto;
    display: block;
}

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

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

footer.footer2 .footer-banka li img {
    height: 15px;
}

a.fiyatoran-btn {
    position: fixed;
    left: 5px;
    bottom: 74px;
    width: 32px;
    height: 32px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    background-color: #8B8889;
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 30px;
    z-index: 99;
}

.fiyatoran_ul {
    position: fixed;
    left: 5px;
    bottom: 110px;
    background: #8B8889;
    z-index: 99;
    display: none;
}

.fiyatoran_ul.fiyatoran_ul_open {
    display: block;
}

.fiyatoran_ul a {
    display: block;
    color: #fff;
    padding: 4px 19px;
    border-top: 1px solid #fffbfb21;
}


/*page-sepetim-sonn*/

.page-sepetim-sonn {
    position: relative;
    z-index: 99;
    padding: 50px 0px;
}

.page-sepetim-sonn .page-sepetim-ic {
    display: inline-block;
    width: 100%;
}

.page-sepetim-sonn .islem-onay {
    width: 100%;
    height: auto;
}

.page-sepetim-sonn .islem-onay .icon {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
}

.page-sepetim-sonn .islem-onay .icon .svgIcon {
    fill: #395FA9;
    height: 80px;
    width: 80px;
}

.page-sepetim-sonn .islem-onay-baslik {
    display: block;
    position: relative;
    z-index: 99;
    text-align: center;
}

.page-sepetim-sonn .islem-onay-baslik h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    position: relative;
}

.page-sepetim-sonn .islem-onay-baslik h4 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    position: relative;
}

.page-sepetim-sonn .islem-onay-baslik h5 {
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 700;
    color: #8B8889;
    position: relative;
}

.page-sepetim-sonn .sepetim-footer {
    width: 100%;
    margin-top: 25px;
    height: auto;
    border-top: 1px solid #f1f1f1;
    padding-top: 25px;
}

.page-sepetim-sonn .btn-sepetbtn1 {
    cursor: pointer;
    background: #e9ecef;
    border: solid 1px #e9ecef;
    font-weight: 600;
    font-size: 12px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    padding: 10px 15px;
    color: #c4cbd2;
}

.page-sepetim-sonn .btn-sepetbtn1:hover {
    background: #c4cbd2;
    border: solid 1px #c4cbd2;
    color: #fff;
}

.page-sepetim-sonn .btn-sepetbtn2 {
    cursor: pointer;
    background: #198754;
    border: solid 1px #198754;
    font-weight: 600;
    font-size: 12px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    padding: 10px 15px;
    color: #fff;
}

.page-sepetim-sonn .btn-sepetbtn2:hover {
    background: #fff;
    border: solid 1px #198754;
    color: #198754;
}

.etiket-liste {
    width: 100%;
    margin: 20px 0;
    display: flex;
}

.etiket-liste li {
    margin: 0 0 0 3px;
}

.etiket-liste li:first-child {
    margin-left: 0;
}

.etiket-liste li a {
    display: flex;
    height: auto;
    line-height: 1;
    padding: 4px 5px;
    font-size: 11px;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    align-items: center;
}

.etiket-liste li a.etiket1 {
    color: #fff;
    background: #6488d8;
}

.etiket-liste li a.etiket2 {
    color: #fff;
    background: #35a7ae;
}

.etiket-liste li a.etiket3 {
    color: #fff;
    background: #35ce4a;
}

.etiket-liste li a.etiket4 {
    color: #fff;
    background: #7979ff;
}

.etiket-liste li a.etiket5 {
    color: #fff;
    background: #335ab0;
}

.etiket-liste li a.etiket6 {
    color: #fff;
    background: #ff8a00;
}

.etiket-liste li a.etiket7 {
    color: #fff;
    background: #b3298b;
}

.etiket-liste li a.etiket8 {
    color: #fff;
    background: #656565;
}

.etiket-liste li a.etiket9 {
    color: #fff;
    background: #479229;
}

.etiket-liste li a.etiket10 {
    color: #fff;
    background: #f77620;
}

.etiket-liste li a:hover {
    color: #fff;
    background: #212121;
}

.cc-color-override--756188812 .cc-btn {
    color: #fff;
    border-color: transparent;
    background-color: #395FA7 !important;
}

.cc-link {
    background: #8B8889 !important;
}

.cc-banner.cc-bottom {
    font-family: 'SF Pro Display' !important;
}

.cc-link {
    border-radius: 2px !important;
}

.cc-theme-classic .cc-btn {
    border-radius: 2px !important;
}

.cc-btn {
    font-size: 13px !important;
}

.btn {
    border-radius: 3px;
}

/*hata404*/

.hata404 {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

.hata404 .container {
    max-width: 1000px;
}

.hata404 .hata404-h2 {
    width: 100%;
    height: auto;
    position: relative;
    font-weight: 800;
    font-size: 140px;
    line-height: 1;
}

.hata404 .hata404-p {
    width: 100%;
    height: auto;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    margin-top: 35px;
    margin-bottom: 40px;
}

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

.hata404 .hata404-resim img {
    width: 100%;
}

/*sepet-teslimat-sec*/

.sepet-teslimat-sec {
    width: 100%;
    height: auto;
    position: relative;
    border-top: 1px solid #198754;
    padding: 10px 0px 0px;
}

.sepet-teslimat-sec a.teslimat-sekli {
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid #e4e4e4;
    display: block;
    cursor: pointer;
    border-radius: 3px;
    background-color: #395fa9;
}

.sepet-teslimat-sec a.teslimat-sekli .teslimat-icon {
    width: 29px;
    height: 100%;
    position: absolute;
    font-size: 22px;
    display: flex;
    align-items: center;
    left: 15px;
}

.sepet-teslimat-sec a.teslimat-sekli .teslimat-text {
    margin-left: 39px;
    padding: 13px;
}

.sepet-teslimat-sec a.teslimat-sekli .teslimat-text b {
    font-weight: 600;
}

.sepet-teslimat-sec .teslimat-buton {
    margin-top: 20px;
}

.sepet-teslimat-sec .teslimat-buton.aktivet {
    background: #198754;
}

.sepet-teslimat-sec a.teslimat-sekli.active {
    background: #198754;
    border-color: #198754;
    color: #fff;
}

.f-button2 {
    display: inline-flex;
    font-size: 14px;
    line-height: 1.25;
    height: 40px;
    padding: 0px 20px;
    background: #198754;
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    -o-transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    border-radius: 3px;
    min-width: 100px;
    text-align: center;
    font-weight: 700;
    position: relative;
    border: none;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}


.cari-odeme-bolum {
    background: #fff;
    padding-top: 12px;
}

.page-sepetim2 .cari-odeme-bolum .siparis-toplam .tutar1 {
    width: 100%;
    height: auto;
    position: relative;
    border-top: 1px solid #F1F5F8;
    padding: 6px 0px;
    margin-top: 10px;
}

.page-sepetim2 .cari-odeme-bolum .siparis-toplam .tutar1 li.geneltoplam {
    padding: 12px 0px 0px;
    margin-top: 12px;
}

/*finansTaksitTablosu*/

#finansTaksitTablosu {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    background: #ffff;
    padding: 15px;
    margin-top: 15px;
}

#finansTaksitTablosu li {
    list-style: none;
    width: 19.4%;
    background: #fff;
    border-radius: 0;
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
    margin-left: 7px;
    color: #191617;
}



#finansTaksitTablosu li h3 {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.1;
    /* background: #f5f5f5; */
    padding: 11px 20px;
    width: 100%;
    border-bottom: 1px solid #ededed;
}



#finansTaksitTablosu li .fiyatlar {
    width: 100%;
    display: block;
    padding: 18px;

}

#finansTaksitTablosu li .fiyat1 {
    width: 100%;
    display: block;
    font-weight: 700;
}

#finansTaksitTablosu li .fiyat2 {
    width: 100%;
    display: block;
    margin-top: 3px;
    font-weight: 700;
    margin-bottom: 3px;
}

#finansTaksitTablosu li .komisyon {
    width: 100%;
    display: block;
}

#finansTaksitTablosu li:hover {
    background: #395FA9;
    color: #fff;
    border-color: #395FA9;
}

#finansTaksitTablosu li:hover h3 {
    border-color: #ffffff1f;

}

#finansTaksitTablosu li.active {
    background: #395FA9;
    color: #fff;
    border-color: #395FA9;
}

#finansTaksitTablosu li.active h3 {
    border-color: #ffffff1f;
}

div.form-check.form-check-inline1 {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px 10px 10px 30px;
    border-radius: 2px;
}

div.form-check.form-check-inline {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px 18px 10px 30px;
    margin-right: 0px;
    border-radius: 2px;
}

.compensate-for-scrollbar {
    margin-right: 0px !important;
}

body.modal-open {
    overflow: auto !important;
    padding-right: 0px !important;
}


.header-menu {
    padding-right: 0px !important;
}

.btn-primary {
    color: #fff;
    background-color: #395FA9;
    border-color: #395FA9;
    font-size: 14px;
    font-weight: 700;
}

.btn-primary:hover {
    background-color: #198754;
    border-color: #198754;
}

.content-sol {
    position: relative;
    /* Ä°Ã§erik alanÄ± iÃ§inde pozisyon belirlemek iÃ§in */
}

.button-bg {
    margin-top: 15px;
}

.button-bg.fixed {
    position: fixed;
    bottom: 12px;
    padding: 10px 10px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #d5d3d3;
    border-radius: 2px;
    width: 294px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin-left: -2px;
    z-index: 99;
}

.button-sabit {
    position: relative;
}


.error-container {
    max-width: 600px;
    margin: 0px auto;
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.error-icon {
    font-size: 50px;
    color: #dc3545;
}

.error-title {
    font-weight: bold;
    font-size: 22px;
    color: #721c24;
}

p.error-text {
    font-size: 18px;
    color: #721c24;
}

.error-btn {
    background-color: #dc3545;
    color: white;
    border-radius: 8px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
}

.error-btn:hover {
    background-color: #a71d2a;
    color: white;
}

/**/

.error-card22 {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    max-width: 800px;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0px auto;
}

.error-card22 h3{
    color: #d31212;
}

.error-card22 strong {
    display: block;
}

.error-card22 .error-icon {
    font-size: 5rem;
    color: #d31212;
    animation: shake 0.5s infinite alternate;
}

@keyframes shake {
    0% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(5deg);
    }
}

.error-card22 .btn-glass {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.error-card22 .btn-glass:hover {
    background: rgba(255, 255, 255, 0.4);
    color: #000;
}</pre></body></html>