/* bootstrap */

@import url("bootstrap.min.css");
@import url("swiper.min.css");

/* bootstrap Son*/


/* Site font İconlar */

@import url("all.min.css");
@import url("demo.css");
@import url("fontello.css");
@import url("font-icon.css");

/* Site font İconlar Son*/


/* Site  Cssler Başla */

@import url("stylesheet.css");
@import url("stylesheet_1.css");

/* Site  Cssler Son */


/* Site Slider  Başla */

@import url("jquery.fancybox.min.css");

/* Site Slider Son */

.site-baslik1 {
    width: 100%;
    height: auto;
    color: #1A236D;
    position: relative;
    z-index: 9;
}

.site-baslik1 small::before {
    content: '';
    background: #CF171F;
    height: 1px;
    width: 65px;
    position: relative;
    display: block;
}

.site-baslik1 small::after {
    content: '';
    background: #CF171F;
    height: 1px;
    width: 65px;
    position: relative;
    display: block;
}

.site-baslik1 small {
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    color: #CF171F;
}

.site-baslik1.text-white small {
    color: #fff;
}

.site-baslik1.text-white small::before {
    content: '';
    background: #fff;
    opacity: 20%;
}

.site-baslik1.text-white small::after {
    content: '';
    background: #fff;
    opacity: 20%;
}

.site-baslik1 small b {
    padding: 0px 10px;
}

.site-baslik1 h3,
.site-baslik1 h1 {
    font-size: 28px;
    margin-bottom: 13px;
    font-weight: 700;
}

.site-baslik1 p {
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
    color: #a0a0a0;
    line-height: 1.2em;
}

.site-baslik1 h4 {
    font-size: 17px;
    color: #727289;
}

.site-baslik1:after {
    content: '';
    width: 25px;
    height: 3px;
    background: #C01718;
    position: relative;
}


/* butonlar baÅŸlangÄ±Ã§*/

.btn-genel {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid #1D1D1B;
    border-radius: 25px;
    color: #1D1D1B;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    text-transform: uppercase;
    height: 35px;
    padding: 0px 25px;
    font-weight: 500;
}

.btn-genel .text1,
.btn-genel .text2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

.btn-genel .text1 {
    position: relative;
}

.btn-genel .text2 {
    transform: translateY(103%);
    background: #C01718;
    color: #fff;
}

.btn-genel:hover .text1 {
    transform: translateY(-100%);
}

.btn-genel:hover .text2 {
    transform: translateY(0);
}

.btn-genel:hover {
    border-color: #C01718;
}


/* buton 2*/

.btn-genel.btn-renk {
    background-color: #C01718;
    border-color: #C01718;
    color: #fff;
}

.btn-genel.btn-renk .text2 {
    background: #C01718;
    color: #fff;
}

.btn-genel.btn-beyaz {
    background-color: #fff;
    border-color: #fff;
}

.btn-genel.btn-beyaz .text2 {
    background: #fff;
    color: #000;
}

.btn-genel.btn-border-beyaz {
    border-color: #fff;
    color: #fff;
}

.btn-genel.btn-border-beyaz .text2 {
    background: #fff;
    color: #000;
}


/* buton 2*/

.btn-text {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    text-transform: uppercase;
    height: 32px;
    padding: 0px 8px;
    font-weight: 500;
}

.btn-text .text1,
.btn-text .text2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

.btn-text .text1 {
    position: relative;
}

.btn-text .text2 {
    transform: translateY(103%);
    background: #C01718;
    color: #fff;
}

.btn-text:hover .text1 {
    transform: translateY(-100%);
}

.btn-text:hover .text2 {
    transform: translateY(0);
}

.btn-text:hover {
    border-color: #C01718;
}


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

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

body {
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    color: #161921;
    transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    padding-right: 0 !important;
    background-color: #fff;
}

.font1 {
    font-family: "Work Sans", sans-serif;
}

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

html {
    font-size: 100%;
}

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

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

.cizgi {
    display: inline-flex;
    margin: 0px auto;
}

.cizgi::before,
.cizgi::after {
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    height: 3px;
    background-color: #ebebeb;
    margin: 0px 2px;
    border-radius: 10px;
}

.cizgi::before {
    width: 12px;
    background-color: #cbcbcb;
}


/*navbar-header*/

.navbar-header {
    width: 100%;
    height: 100px;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 999;
    background: transparent;
}

.navbar-scrolled.navbar-header {
    width: 100%;
    background: #000;
    height: 80px;
}

.navbar-scrolled.navbar-header a.navbar-brand img {
    height: 38px;
}

a.navbar-brand .logo2 {
    display: none;
}

.navbar-scrolled .navbar-kisayol li a.sepet .sepet-sayisi {
    background-color: #fff;
    color: #000;
}

.navbar-header a.navbar-brand {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.navbar-header a.navbar-brand img {
    height: 50px;
}

.navbar-kisayol {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-kisayol li {
    list-style: none;
}

.navbar-kisayol li a {
    font-weight: 400;
    font-size: 15px;
}

.navbar-kisayol li a.baslik {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 15px 0px;
    color: #fff;
}

.navbar-kisayol li a i {
    margin-right: 13px;
    font-size: 17px;
}

.navbar-kisayol li a.baslik:hover {
    color: #fff;
}

.navbar-kisayol li:first-child a.baslik::before {
    display: none;
}

.navbar-kisayol li a.baslik::after {
    content: "";
    display: block;
    width: 1px;
    height: 8px;
    background-color: #fff;
    margin: 0 13px;
    opacity: 40%;
}

.navbar-kisayol li:nth-child(3) a.baslik::after {
    display: none;
}

.navbar-kisayol li a.baslik .svgIcon {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.navbar-kisayol li a.baslik:hover .svgIcon path {
    fill: #061BFE;
}

.navbar-kisayol li a.baslik .acicon {
    display: block;
}

.navbar-kisayol li a.baslik .kapaticon {
    display: none;
}

.navbar-kisayol li a.btnactive .acicon {
    display: none;
}

.navbar-kisayol li a.btnactive .kapaticon {
    display: block;
}

.navbar-kisayol li.iletisim {
    position: relative;
}

.navbar-kisayol li.iletisim .iletisim-alt {
    opacity: 0;
    padding-top: 10px;
    position: absolute;
    right: 10px;
    transform: translateY(20px);
    transition: all .4s ease;
    visibility: hidden;
    z-index: 30;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.navbar-kisayol li.iletisim .iletisim-alt:before {
    background-color: #fff;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    content: "";
    display: inline-block;
    height: 16px;
    position: absolute;
    right: 30px;
    top: -8px;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    width: 16px;
}

.navbar-kisayol li.iletisim:hover .iletisim-alt {
    opacity: 1;
    transform: translate(0);
    visibility: visible;
}

.navbar-kisayol li.iletisim .iletisim-alt {
    display: block;
}

.navbar-kisayol li.iletisim .iletisim-alt li:first-child {
    margin-top: 0px;
}

.navbar-kisayol li.iletisim .iletisim-alt li {
    margin-top: 5px;
}

.navbar-kisayol li.iletisim .iletisim-alt li a {
    display: flex;
    align-items: center;
}

.navbar-kisayol li.iletisim .iletisim-alt li a i {
    display: flex;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #f1f1f1;
}

.navbar-kisayol li.iletisim .iletisim-alt li a span {
    font-weight: 700;
    font-size: 14px;
    padding: 0px 15px;
    display: flex;
    border: solid 1px #f1f1f1;
    align-items: center;
    width: calc(100% - 40px);
    height: 40px;
    margin-left: -1px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.navbar-kisayol li.iletisim .iletisim-alt li a:hover i {
    background: #061BFE;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.navbar-kisayol li.iletisim .iletisim-alt li a:hover span {
    background: #1A236D;
    color: #fff;
}

.navbar-kisayol li.siparis-takibi a.baslik .svgIcon {
    height: 20px;
    width: 20px;
}

.navbar-kisayol li.siparis-takibi a.baslik .svgIcon path {
    fill: #fff;
}

.navbar-kisayol li.sepet-hiza {
    margin-left: auto;
}

.navbar-kisayol li a.sepet {
    display: block;
    position: relative;
    margin-right: 30px;
    cursor: pointer;
}

.navbar-kisayol li a.sepet i {
    color: #fff;
    font-size: 25px;
    display: block;
}

.navbar-kisayol li a.sepet .sepet-sayisi {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -4px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50%;
}

.navbar-kisayol li .login {
    height: auto;
    text-align: center;
    overflow: hidden;
    color: #fff;
    background: transparent;
    padding: 3px 16px;
    border-left: solid 1px #ffffff2e;
    display: flex;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
}

.navbar-kisayol li .login i {
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    font-size: 12px;
}

.navbar-kisayol li .login:hover {
    color: #fff;
    text-decoration: underline !important;
}

.navbar-kisayol li .login:hover i {
    text-decoration: none !important;
    background: #061BFE;
    color: #fff;
    border-color: #061BFE;
}

.navbar-kisayol li .login .svgIcon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.navbar-kisayol li .login .svgIcon path {
    fill: #fff;
}

.navbar-kisayol .login .login-btn:hover {
    background: #1A236D;
}


/*kategori-alt*/

.kategori-alt {
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 220px;
    background-color: rgb(255, 255, 255);
    z-index: 9999;
    visibility: hidden;
    border-top: 1px solid #e1e1e1;
}

.kategori-alt .kategori-alt-icerik {
    padding: 30px 0px;
}

.kategori-alt .kategori-alt-icerik h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
}

.hizmet-liste {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
    position: relative;
    color: #1A236D;
    margin: 0px 7%;
}

.hizmet-liste:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #707070;
    transition: all 0.2s ease-out;
}

.hizmet-liste .icon {
    width: 60px;
    height: auto;
}

.hizmet-liste .icon img {
    width: 100%;
}

.hizmet-liste .text {
    padding-left: 24px;
    width: calc(100% - 60px);
}

.hizmet-liste .text small:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 100%;
    background: #000;
    margin-right: 9px;
}

.hizmet-liste .text small {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

.hizmet-liste .text-alt {
    display: flex;
    align-items: center;
}

.hizmet-liste .text span {
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.hizmet-liste .text-alt .ok {
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-left: auto;
}

.hizmet-liste .text-alt svg {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transform: rotate(-45deg);
}

.hizmet-liste:hover .text-alt svg {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transform: rotate(0deg);
}

.hizmet-liste:hover {
    color: #061BFE;
}

.kategoriAc {
    opacity: 1;
    visibility: visible;
}

.body-active {
    overflow: hidden;
}

.body-active::before {
    content: '';
    position: fixed;
    left: 0px;
    top: 0px;
    background: #000;
    opacity: 60%;
    z-index: 99;
    width: 100%;
    height: 100%;
}


/*Home-Ust*/

.Home-Ust {
    width: 100%;
    height: auto;
    position: relative;
    padding: 30px 0px;
}

.Home-Ust .sol-bolum {
    max-width: calc(100% - 390px);
    padding-right: 30px;
    overflow: hidden;
}

.Home-Ust .sag-bolum {
    max-width: 390px;
    width: 100%;
}

.Home-Ust .kampanya {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.Home-Ust .kampanya a {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
}

.Home-Ust .kampanya a:last-child {
    margin-bottom: 0px;
}


/*Home-Ust*/


/*Home-slider*/

.Home-slider {
    width: 100%;
    height: auto;
    position: relative;
}

.Home-slider .swiper-container {
    position: relative;
}

.Home-slider .swiper-slide {
    position: relative;
}

.Home-slider .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;
    background: #0609206b;
}

.Home-slider .swiper-slide .text-bg .textic {
    width: 100%;
    position: relative;
    text-align: left;
    margin-top: 50px;
}

.Home-slider .swiper-slide .text-bg .textic-ic {
    width: 100%;
    max-width: 700px;
    position: relative;
    text-align: left;
    line-height: 1;
    letter-spacing: 0px;
    border-left: 4px solid #fff;
    padding-left: 27px;
    text-align: justify;
}

.Home-slider .swiper-slide .text-bg .textic .slidertext1 {
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 43px;
    color: #fff;
    margin-top: 0px;
}

.Home-slider .swiper-slide .text-bg .textic .slidertext2 {
    line-height: 1.4;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
}

.Home-slider .swiper-slide .text-bg .textic .sepet-buton {
    margin-top: 40px;
}

.Home-slider .swiper-slide .text-bg .textic .btn-border {
    background: #fff;
    border-color: #fff;
}

.Home-slider .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;
}

.Home-slider .swiper-slide img {
    width: 100%;
}


/* pagetion */

.swiper-pagination {
    height: auto;
    position: relative;
    left: 0px;
    display: none;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}

.swiper-pagination .swiper-pagination-bullet {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 11px;
    height: 11px;
    margin: 9px !important;
    padding: 0;
    border: solid 2px #C01718;
    border-radius: 50%;
    opacity: 1;
    transition: all .35s ease;
    transform: scale(.636);
    background: transparent;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    transform: scale(1);
    background: #C01718;
}

.py-7 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 0%;
    cursor: pointer;
    font-size: 25px;
}

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


/*Home-Kategoriler*/

.Home-Kategoriler {
    width: 100%;
    height: auto;
}

.Home-Kategoriler .hizmet-liste {
    width: 100%;
    margin: 0px;
    padding: 25px 30px;
    position: relative;
    overflow: hidden;
    border: solid 1px #dfdfdf;
}

.Home-Kategoriler .hizmet-liste:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dfdfdf;
    display: none;
    transition: all 0.2s ease-out;
}

.Home-Kategoriler .hizmet-liste .icon {
    width: 60px;
    height: auto;
}

.Home-Kategoriler .hizmet-liste .icon .svgIcon {
    width: 50px;
    height: 50px;
}

.Home-Kategoriler .hizmet-liste .text {
    width: calc(100% - 60px);
    padding-left: 30px;
}

.Home-Kategoriler .hizmet-liste .icon .svgIcon path {
    fill: #1A236D;
}

.Home-Kategoriler .hizmet-liste .iconbg {
    position: absolute;
    right: 50px;
    top: 0px;
}

.Home-Kategoriler .hizmet-liste .iconbg .svgIcon {
    width: 150px;
    opacity: 10%;
}

.Home-Kategoriler .hizmet-liste .iconbg .svgIcon path {
    fill: #afafaf;
}

.Home-Kategoriler .hizmet-liste:hover {
    background: #1A236D;
    color: #fff;
}

.Home-Kategoriler .hizmet-liste .ok {
    margin-top: -12px;
}

.Home-Kategoriler .hizmet-liste:hover .icon .svgIcon path {
    fill: #fff;
}

.Home-Kategoriler .hizmet-liste:hover .text small:before {
    background: #fff;
}

.Home-Kategoriler .hizmet-liste:hover .text-alt svg {
    fill: #fff;
}


/* Home-Urunler */

.Home-Urunler {
    width: 100%;
    height: auto;
    position: relative;
    padding: 50px 0px;
}

.Home-Urunler .nav-tabs-bg {
    border: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    padding: 20px 15px;
}

.Home-Urunler .nav-tabs-bg h3 {
    border-left: 2px solid #061BFE;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #1A236D;
}

.Home-Urunler .nav-tabs {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0px;
    justify-content: space-between;
}

.Home-Urunler .nav-tabs .nav-item:first-child .nav-link {
    border-left: none;
}

.Home-Urunler .nav-tabs .nav-item {
    width: 32.5%;
}

.Home-Urunler .nav-tabs .nav-link {
    padding: 0px 0;
    margin-right: 0;
    transition: color 0.3s ease-in-out;
    border-bottom: 0px;
    display: flex;
    align-items: center;
    border: 0px;
    border-radius: 0px;
    width: 100%;
}

.Home-Urunler .nav-tabs .nav-link:hover path,
.Home-Urunler .nav-tabs .nav-link:focus path {
    fill: #fff;
}

.Home-Urunler .nav-tabs .nav-link.active {
    background: #1A236D;
    color: #fff;
}

.Home-Urunler .nav-tabs .nav-link.active path {
    fill: #fff;
}

.Home-Urunler .nav-tabs .nav-link.active .hizmet-liste {
    color: #fff;
}

.Home-Urunler .nav-tabs .nav-link.active small:before {
    background: #fff;
}

.Home-Urunler .hizmet-liste:hover .icon .svgIcon path {
    fill: #fff;
}

.Home-Urunler .hizmet-liste:hover .text small:before {
    background: #fff;
}

.Home-Urunler .hizmet-liste:hover .text-alt svg {
    fill: #fff;
}

.Home-Urunler .tab-content {
    padding: 1rem 0;
}

.urunler-listele2 {
    display: block;
    position: relative;
    color: #1A236D;
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 7px #0000000a;
}

.urunler-listele2 a {
    display: block;
    color: #061BFE;
}

.urunler-listele2:hover {
    color: #1A236D;
}

.urunler-listele2 .resimm {
    width: 100%;
    overflow: hidden;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.urunler-listele2 .resimm img {
    -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;
    max-width: 80%;
    max-height: 80%;
}

.urunler-listele2:hover .resimm img {
    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 .baslik1 {
    display: block;
    font-size: 21px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
    transition: all 350ms ease-in-out 0s;
}

.urunler-listele2 .text .baslik1::after {
    content: '';
    position: relative;
    display: block;
    width: 80px;
    height: 1px;
    background: #061BFE;
    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 .baslik1::after {
    width: 100%;
}

.urunler-listele2 .text .fiyat {
    display: flex;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #1A236D;
    align-items: center;
    line-height: 1;
}

.urunler-listele2 .text .fiyat sub {
    bottom: 0px;
    margin-left: 5px;
}

.urun-bilgi .fiyat {
    display: flex;
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    color: #1A236D;
    align-items: center;
    line-height: 1;
    margin-bottom: -10px;
}

.urun-bilgi .fiyat sub {
    bottom: 0px;
    margin-left: 5px;
}

.urunler-listele2 .text small {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #979797;
}

.urunler-listele2 .ozellik {
    width: 100%;
    display: flex;
}

.urunler-listele2 .ozellik li:first-child {
    margin-left: 0px;
}

.urunler-listele2 .ozellik li {
    display: inline-flex;
    list-style: none;
    align-items: center;
    margin-left: 25px;
}

.urunler-listele2 .svgIcon {
    fill: #000;
    width: 12px;
    height: 12px;
}

.urunler-listele2 .svgIcon path {
    fill: #000;
}

.urunler-listele2 .ozellik li span {
    margin-left: 6px;
    font-weight: 500;
    font-size: 14px;
}

.urunler-listele2 .ozellik.ozellik2 {
    width: 100%;
    display: block;
    border-right: 1px solid #e6e6e6;
}

.urunler-listele2 .ozellik.ozellik2 h3 {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.urunler-listele2 .ozellik.ozellik2 li {
    width: 100%;
    display: block;
    margin-left: 0px;
}

.urunler-listele2 .button-footer {
    width: 100%;
    display: flex;
    background: #fff;
    border-top: 1px solid #e9e9e9;
    padding: 7px;
}

.urunler-listele2 .button-footer .btn-genel {
    border-radius: 0px;
    padding: 0px 10px;
    font-size: 12px;
    text-align: center;
    border-width: 1px;
    font-weight: 700;
}

.urunler-listele2 .button-footer .btn-renk {
    background: #061BFE;
    border-color: #061BFE;
}

.urunler-listele2 .btn-genel {
    color: #1A236D;
}

.urunler-listele2 .btn-renk {
    color: #fff;
}

.urunler-listele2 .btn-genel.btn-renk .text2 {
    background: #061BFE;
    color: #fff;
}

.urunler-listele2 .btn-genel .text2 {
    background: #1A236D;
    color: #fff;
}

.urunler-listele2 .btn-genel:hover {
    border-color: #1A236D;
}

.urunler-listele2 .button-footer .btn-genel:nth-child(1) {
    width: 55%;
}

.urunler-listele2 .button-footer .btn-genel:nth-child(2) {
    width: 45%;
    margin-left: 2px;
}

.Home-Urunler .tab-content {}


/*neden-biz*/

.neden-biz {
    width: 100%;
    height: auto;
    position: relative;
    background-size: cover !important;
}

.neden-biz::before {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #1A236D;
    content: '';
    top: 0px;
    left: 0px;
    opacity: 85%;
}

.neden-biz a.Nedenbiz_liste {
    height: 241px !important;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex !important;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 25px 24px 25px 24px;
    position: relative;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 9;
    border: solid 1px #ffffff4a
}

.neden-biz a.Nedenbiz_liste .ikon-logo3 {
    position: absolute;
    top: 20px;
    width: 340px;
    opacity: 5%;
    right: -80px;
}

.neden-biz a.Nedenbiz_liste .icon {
    height: 51px;
    width: 51px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #061BFE;
    font-size: 28px;
    position: relative;
    z-index: 9;
    margin-bottom: 25px;
}

.neden-biz a.Nedenbiz_liste h3 {
    width: 100%;
    height: auto;
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 19px;
    color: #fff;
    font-weight: 700;
}

.neden-biz a.Nedenbiz_liste p {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
}

.neden-biz a.Nedenbiz_liste .detay {
    display: inline-block;
    align-items: center;
    border-bottom: 2px solid #000;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 9;
}


/*  */

.sepetim-menu {
    background: #fff;
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 400px;
    color: #000;
    -webkit-transition: background-color 250ms ease 150ms;
    transition: background-color 250ms ease 150ms;
    -moz-transition: background-color 250ms ease 150ms;
    -ms-transition: background-color 250ms ease 150ms;
    -o-transition: background-color 250ms ease 150ms;
    opacity: 0;
    z-index: -9999;
    overflow: hidden;
    transform: translateX(100%);
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 20px #0000003b;
    padding: 10px 35px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #061BFE #f1f1f1;
    /* Üst ve alt boşluklar için ayarlayın */
    overflow-y: auto;
}

.sepetim-menu.sepetGoster {
    z-index: 99999;
    opacity: 1;
    transform: translateX(0%);
}

.sepetim-menu h3 {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 19px;
    font-weight: 700;
}

.sepetim-menu h3 .sepet-ac {
    width: 25px;
    margin-left: auto;
    cursor: pointer;
}

.sepetim-menu h3 .sepet-ac img {
    width: 100%;
}

.sepetim-menu::-webkit-scrollbar {
    width: 8px;
}

.sepetim-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.sepetim-menu::-webkit-scrollbar-thumb {
    background-color: #061BFE;
    border-radius: 4px;
    border: 2px solid #f1f1f1;
}

.sepetim-menu::-webkit-scrollbar-thumb:hover {
    background-color: #1A236D;
}


/* Sepet içeriğinin yüksekliğini sınırla */

.sepetim-menu .sepet-item {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
}

.sepetim-menu .sepet-urun-resim {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}

.sepetim-menu .sepet-urun-detay {
    flex-grow: 1;
}

.sepetim-menu .sepet-urun-baslik {
    margin: 0;
    font-size: 14px;
}

.sepetim-menu .sepet-urun-fiyat {
    margin: 5px 0 0;
    font-size: 12px;
    color: #666;
}

.sepetim-menu .sepet-urun-sil {
    background-color: #ff4d4d;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
}

.sepetim-menu .sepet-toplam {
    margin-top: 15px;
    text-align: right;
}

.sepetim-menu .sepet-toplam-fiyat {}

.sepetim-menu .sepet-toplam .ara-toplam .fiyat {
    color: #000;
}

.sepetim-menu .sepet-onay-btn {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 10px;
}

.sepetim-menu .sepet-ozeti {
    background-color: #f8f9fa;
    padding: 15px;
    border-top: 1px solid #e9ecef;
}

.sepetim-menu .sepet-toplam .ara-toplam {
    font-weight: 300;
    font-size: 13px;
}

.sepetim-menu .sepet-toplam {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
}

.sepetim-menu .sepet-toplam .fiyat {
    font-weight: bold;
    color: #061BFE;
}

.sepetim-menu .sepet-btn {
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.sepetim-menu .sepet-btn.goruntule {
    background-color: #f8f9fa;
    color: #061BFE;
    border: 1px solid #061BFE;
}

.sepetim-menu .sepet-btn.goruntule:hover {
    background-color: #e9ecef;
}

.sepetim-menu .sepet-btn.satin-al {
    background-color: #061BFE;
    color: white;
    border: none;
}

.sepetim-menu .sepet-btn.satin-al:hover {
    background-color: #0056b3;
}


/* Footer Liste */

.site-footer {
    background-color: #fff;
    color: #333;
    padding: 50px 0 20px;
    border-top: 1px solid #e1e1e1;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-section {
    flex: 1;
    min-width: 200px;
    margin-bottom: 30px;
}

.footer-section h3 {
    color: #0056b3;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
}

.footer-section ul {
    list-style-type: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #0056b3;
}

.footer-section p {
    margin-bottom: 10px;
}

.footer-section i {
    margin-right: 10px;
    color: #0056b3;
}

.available {
    color: #28a745;
    font-weight: bold;
}

.footer-bottom {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 30px;
    text-align: center;
}

.neden-xaura {
    max-width: 600px;
    margin: 0 auto 20px;
}

.neden-xaura h3 {
    color: #0056b3;
    margin-bottom: 10px;
}

.copyright {
    font-size: 14px;
    color: #777;
}

@media (max-width: 768px) {
    .footer-section {
        flex-basis: 50%;
    }
}

@media (max-width: 480px) {
    .footer-section {
        flex-basis: 100%;
    }
}

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

.breadcrumb {
    background-color: #f1f1f1;
    padding: 20px 0;
    margin-bottom: 0px;
}

.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.breadcrumb li {
    font-size: 14px;
    color: #666;
}

.breadcrumb li:not(:last-child)::after {
    content: '/';
    margin: 0 10px;
    color: #ccc;
}

.breadcrumb a {
    color: #061BFE;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb .active {
    color: #333;
    font-weight: bold;
}


/* seEpetim Adımlar*/

.sepetimPage .sepet-container {
    width: 100%;
}

.sepetimPage .sepet-adimlar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    padding: 20px 0px;
}

.sepetimPage .sepet-adim {
    flex: 1;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sepetimPage .sepet-adim .sepet-adim-icerik {
    position: relative;
    z-index: 99;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 24px;
}

.sepetimPage .sepet-adim::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #061bfe21;
    margin: 10px 0;
    position: absolute;
    left: 140px;
}

.sepetimPage .sepet-adim .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #061bfe0f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border: solid 1px #061bfe21;
    color: #061bfe47;
}

.sepetimPage .sepet-adim:nth-child(4):after {
    display: none;
}

.sepetimPage .sepet-adim span {
    display: block;
    padding-left: 25px;
    font-weight: 400;
    background-color: #fff;
}

.sepetimPage .sepet-adim.aktif span {
    font-weight: 700;
}

.sepetimPage .sepet-adim.aktif .icon {
    background-color: #061BFE;
    color: white;
    border-color: #061BFE;
}

.sepetimPage .sepet-adim.aktif::after {
    background-color: #061BFE;
}

.sepetimPage .sepet-icerik {
    background: #F9F9F9;
    padding: 40px 0px;
}

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

.sepetimPage .sepetBaslik {
    margin-bottom: 20px;
}

.sepetimPage .ozetBaslik {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 15px;
}

.sepetimPage h3 {
    width: 100%;
    height: auto;
    position: relative;
    font-weight: 700;
    line-height: 1.1;
}

.sepetimPage p {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

.sepetimPage h4 {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 15px;
}

.sepetimPage .sepeet-header {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    display: flex;
}

.sepetimPage .sepeet-header .icon {
    font-size: 21px;
    color: #061BFE;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #ddeaea;
}

.sepetimPage .sepeet-header .sepeet-text {
    padding-left: 20px;
}

.sepetimPage .sepeet-text h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}

.sepetimPage .sepeet-text p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px;
}

.sepetimPage .SepetListe .sepettoplam {
    position: relative;
    background: #fff;
    border: 2px solid #2fa3ff;
    border-radius: 10px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.8;
    color: #3f444d;
}

.sepetimPage .SepetListe li.sepetim_Li {
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 15px;
    display: flex;
    margin-bottom: 10px;
}

.sepetimPage .SepetListe li.sepetim_Li .sepetUst {
    height: auto;
    position: relative;
    display: flex;
    width: 40%;
}

.sepetimPage .SepetListe li.sepetim_Li .sepetAlt {
    height: auto;
    position: relative;
    display: flex;
    width: 60%;
}

.sepetimPage .SepetListe li.sepetim_Li .bolum {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 17px;
    color: #3f444d;
    padding: 10px;
    font-weight: 600;
}

.sepetimPage .SepetListe li.sepetim_Li .resim {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 89px;
    flex-basis: 89px;
}

.sepetimPage .SepetListe li.sepetim_Li .resim img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.sepetimPage .SepetListe li.sepetim_Li .baslik {
    -webkit-box-flex: 2.5;
    -ms-flex: 2.5;
    flex: 2.5;
    color: #061BFE;
}

.sepetimPage .SepetListe li.sepetim_Li .urunkodu {
    margin-top: 15px;
    font-size: 12px;
    color: #2f2f2f;
}

.sepetimPage .SepetListe li.sepetim_Li .adet {
    white-space: nowrap;
    display: flex;
    flex-direction: column !important;
    justify-content: space-between;
}

.sepetimPage .SepetListe li.sepetim_Li .adet .birim {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 14px;
    display: block;
}

.sepetimPage .SepetListe li.sepetim_Li .fiyat-alt {
    margin-bottom: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;

}

.sepetimPage .SepetListe li.sepetim_Li .fiyat-alt .tl {
    font-size: 80%;
    padding-left: 5px;
}

.sepetimPage .SepetListe li.sepetim_Li .adet .adetic {
    padding: 3px 4px;
    width: 96px;
    border: solid 1px #eef3f8;
    font-size: 13px;
}

.sepetimPage .SepetListe li.sepetim_Li .adet .text {
    max-width: 50px;
    text-align: center;
    background: transparent;
    border: none;
    text-align: center;
    padding-left: 15px;
}

.sepetimPage .SepetListe li.sepetim_Li .adet .kaydet {
    background: transparent;
    border: none;
    border-left: 1px solid #d8dfe5;
    padding: 7px 0px 7px 12px;
}

.sepetimPage .SepetListe li.sepetim_Li .adet .kaydet i {
    font-weight: 700;
}

.sepetimPage .SepetListe li.sepetim_Li .fiyat {
    font-weight: 700;
}

.sepetimPage .SepetListe li.sepetim_Li .fiyat .fiyat1 {
    display: block;
    margin-right: 20px;
    padding-right: 20px;
}

.sepetimPage .SepetListe li.sepetim_Li .fiyat b {
    font-weight: 400;
    display: block;
    margin-bottom: 1px;
    font-size: 12px;
    color: #2e2e2e;
}

.sepetimPage .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;
    display: flex;
    align-items: center;
}

.sepetimPage .SepetListe li.sepetim_Li .delete a:hover {
    color: #395FA9;
}

.sepetimPage .SepetListe li.sepetim_Li .delete .icon {
    cursor: pointer;
    color: #d31212;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #d31212;
    font-size: 14px;
}

.sepetimPage .SepetListe li.sepetim_Li .delete .icon:hover {
    color: #fff;
    border: solid 1px #d31212;
    background: #d31212;
}

.sepetimPage .SepetListe .altBolUm {
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 14px;
}

.sepetimPage .SepetListe .textalt {
    font-weight: 500;
}

.sepetimPage .SepetListe .SepetBosalt {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #d31212;
    cursor: pointer;
    margin-left: auto;
    font-size: 16px;
}

.sepetimPage .SepetListe .SepetBosalt i {
    margin-right: 10px;
}

.sepetimPage .card-wrapper {
    background: #fff;
}

.sepetimPage .sepet-ozeti {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    margin-bottom: 30px;
    padding: 30px 20px;
}

.sepetimPage .sepet-ozeti h4 {
    color: #061BFE;
    margin-bottom: 25px;
}

.sepetimPage .sepet-toplam {
    font-size: 14px;
}

.sepetimPage .sepet-toplam>div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.sepetimPage .sepet-toplam .fiyat {
    font-weight: bold;
    text-align: right;
}

.sepetimPage .sepet-toplam .fiyat .ikinci_fiyat {
    font-size: 12px;
    color: gray;
}

.sepetimPage .toplam .fiyat .ikinci_fiyat {
    font-size: 16px;
}

.sepetimPage .toplam {
    font-size: 18px;
    font-weight: bold;
    border-top: 1px solid #dee2e6;
    padding-top: 10px;
}



.sepetimPage .kargo-notu {
    font-size: 12px;
    color: #6c757d;
    justify-content: flex-end;
    font-weight: 400;
    line-height: 1;

}

.sepet-butonlar {
    display: flex;
    margin-top: 30px;
}

.sepet-buton {
    display: inline-flex;
    align-items: center;
    padding: 12px 17px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    cursor: pointer;
}

.sepet-buton .buton-ikon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
    font-size: 11px;
}

.sepet-buton .buton-metin {
    z-index: 1;
}

.sepet-buton::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #061BFE, #061BFE);
    opacity: 0;
    transition: all 0.3s ease;
}

.sepet-buton:hover::before {
    opacity: 1;
}

.sepet-buton.geri {
    background-color: #ecf0f1;
    color: #34495e;
}

.sepet-buton.geri:hover {
    color: #fff;
}

.sepet-buton.geri .buton-ikon {
    background-color: #bdc3c7;
    margin-right: 10px;
    margin-left: 0;
}

.sepet-buton.devam {
    background-color: #2ecc71;
    color: #fff;
}

.sepet-buton.devam .buton-ikon {
    background-color: rgba(255, 255, 255, 0.2);
    margin-left: 10px;
    margin-right: 0;
}

.sepet-buton:hover .buton-ikon {
    transform: scale(1.1);
}

.sepet-buton:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}


/* sEpetim Adres*/

.adres-alani {
    display: block;
}

.adres-alani h3 {
    color: #395fa7;
    margin-bottom: 20px;
    font-size: 24px;
}

.adres-alani h4 {
    color: #1A236D;
    margin-bottom: 20px;
    font-size: 15px;
}

.adres-liste {
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
}

.adres-item {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 0px;
    padding: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.adres-item:hover {
    border-color: #061BFE;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.adres-item input[type="radio"] {
    display: none;
}


/* Seçili adresin border'ını renkli yapma */

.adres-item input[type="radio"]:checked+.adres-detay {
    border-color: #395fa7;
    
}

.adres-item input[type="radio"]:checked {
    border-color: #395fa7;
    box-shadow: 0 0 0 2px #395fa7;
    background-color: #f0f4ff;

}

.adres-detay {
    flex-grow: 1;
}

.adres-detay h4 {
    color: #061BFE;
    margin-bottom: 10px;
    font-size: 18px;
}

.adres-detay span {
    border-bottom: 1.5px solid gray;

}

.adres-detay p {
    margin: 5px 0;
    color: #555;
}

.adres-secim {
    width: 24px;
    height: 24px;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    margin-left: 15px;
    position: relative;
    transition: all 0.3s ease;
}

.adres-item input[type="radio"]:checked+.adres-detay+.adres-secim {
    border-color: #061BFE;
    background-color: #061BFE;
}

.adres-item input[type="radio"]:checked+.adres-detay+.adres-secim::after {
    content: '\2714';
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* Form */

.FormGenel {
    width: 100%;
}

.FormGenel .form-label {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.FormGenel .input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}

.FormGenel .form-label {
    font-size: 14px;
    font-weight: 600;
}

.FormGenel .form-control,
.FormGenel .form-select {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 600;
}


/* kargo seçimi*/

.kargo-secimi {
    display: block;
}

.kargo-secimi h4 {
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}

.kargo-listesi {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.kargo-item {
    position: relative;
}

.kargo-radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.kargo-label {
    transition: all 0.3s ease;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 0px;
    padding: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.kargo-radio:checked+.kargo-label {
    border-color: #061BFE;
    background-color: #f0f4ff;
}

.kargo-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right: 15px;
}

.kargo-detay {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.kargo-isim {
    font-weight: 600;
    color: #333;
}

.kargo-fiyat {
    color: #061BFE;
    font-weight: 500;
}

.kargo-check {
    display: none;
    width: 24px;
    height: 24px;
    background-color: #061BFE;
    border-radius: 50%;
    color: white;
    justify-content: center;
    align-items: center;
}

.kargo-radio:checked+.kargo-label .kargo-check {
    display: flex;
}

.kargo-radio:focus+.kargo-label {
    box-shadow: 0 0 0 2px rgba(6, 27, 254, 0.2);
}

@media (max-width: 768px) {
    .kargo-label {
        flex-direction: column;
        text-align: center;
    }
    .kargo-logo {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .kargo-check {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}


/* Ödeme */

.siparis-detaylari {
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #ebebeb;
}

.siparis-detaylari h5 {
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

.tavsiye-eden,
.odeme-secenekleri,
.siparis-notu,
.sozlesmeler {
    margin-bottom: 30px;
}

.tavsiye-eden small {
    display: block;
    margin-top: 10px;
}

.odeme-secenekleri .nav-tabs {
    border-bottom: 2px solid #dee2e6;
}

.odeme-secenekleri .nav-tabs .nav-link {
    border: none;
    color: #495057;
    font-weight: 500;
    padding: 10px 15px;
}

.odeme-secenekleri .nav-tabs .nav-link.active {
    color: #061BFE;
    border-bottom: 2px solid #061BFE;
}

.odeme-secenekleri .tab-content {
    padding: 20px 0;
}

.sozlesmeler {
    font-size: 14px;
}

.sozlesmeler .form-check {
    margin-bottom: 5px;
}

.sozlesmeler .form-check-label {
    color: #495057;
}

.sozlesmeler a {
    text-decoration: none;
}

.btn-outline-secondary {
    color: #061BFE;
    border-color: #061BFE;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #061BFE;
    border-color: #061BFE;
}

.havale-bilgileri {
    padding: 20px 0 0px;
}

.havale-aciklama {
    margin-bottom: 20px;
    color: #555;
}

.banka-listesi {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.banka-item {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.banka-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.banka-logo {
    width: 80px;
    height: auto;
    margin-right: 20px;
}

.banka-detay {
    flex-grow: 1;
}

.banka-adi {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.hesap-sahibi,
.iban {
    margin: 0;
    color: #555;
}

.iban {
    font-family: monospace;
    font-size: 0.9em;
}

.havale-uyari {
    margin-top: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-left: 4px solid #061BFE;
    border-radius: 4px;
}

.havale-uyari p {
    margin: 0;
    color: #333;
}

@media (max-width: 768px) {
    .banka-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .banka-logo {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.kredi-karti-form {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
}

.kart-container {
    perspective: 1000px;
    width: 400px;
    height: 250px;
}

.kart {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.kart-on,
.kart-arka {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.kart-on {
    background: linear-gradient(45deg, #1a1a1a, #4a4a4a);
    color: white;
}

.kart-arka {
    background: linear-gradient(45deg, #4a4a4a, #1a1a1a);
    color: white;
    transform: rotateY(180deg);
}

.chip {
    width: 50px;
    height: 40px;
    background: linear-gradient(135deg, #ffeaa7 0%, #f6b93b 100%);
    border-radius: 5px;
    margin-bottom: 20px;
}

.kart-numara {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.kart-bilgi {
    display: flex;
    justify-content: space-between;
}

.magnetic-strip {
    height: 40px;
    background: #333;
    margin: 20px 0;
}

.cvv {
    background: white;
    color: black;
    padding: 5px;
    border-radius: 5px;
}

.cvv-box {
    height: 20px;
    background: #f1f1f1;
    margin-top: 5px;
}

.kart-form {
    width: 350px;
}

.form-group {
    margin-bottom: 15px;
}

.form-row {
    display: flex;
    gap: 15px;
}


/*siparis takibi*/

.siparis-takip-form {
    max-width: 500px;
    margin: 40px auto;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.siparis-takip-form h2 {
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.siparis-takip-form p {
    color: #666;
    margin-bottom: 20px;
    text-align: center;
}

.siparis-takip-form .form-group {
    margin-bottom: 20px;
}

.siparis-takip-form label {
    display: block;
    margin-bottom: 5px;
    color: #555;
    font-weight: bold;
}

.siparis-takip-form input[type="text"],
.siparis-takip-form input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.siparis-takip-form button {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.siparis-takip-form button:hover {
    background-color: #0056b3;
}
[disabled] {
    cursor: not-allowed;
    opacity: 0.6; /* Opsiyonel: Daha soluk görünmesi için */
}
.urun-detay {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    margin-top: 20px;
    background: linear-gradient(to right, #f9f9f9, #ffffff);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.urun-gorsel {
    flex: 1 1 40%;
    text-align: center;
    
    margin-right: 10px;
}

.urun-gorsel img {
    max-width: 300px;
    height: auto;
    border-radius: 8px;
}

.urun-bilgi {
    flex: 1 1 55%;
}

.urun-baslik {
    font-size: 32px;
    font-weight: 700;
    color: #0c1afb;
    margin-bottom: 15px;
}
.urun-baslik-cizgi {
    width: 60px;
    height: 3px;
    background: #0c1afb;
    margin-bottom: 15px;
}

.urun-aciklama {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.urun-fiyat {
    font-size: 20px;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 30px;
}
.navbar-referans{
    color:white;
}
