@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --container-width: 1300px;
    --theme-color: #007264;
    --theme-body-color: #353535;
    --theme-font: "Overpass", serif;
    --mobile-icon-color: #fff;
    --custom-grey: #edeef2;
    --placeholder-color: #a3a3a3;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--theme-font);
    font-weight: 400;
    color: var(--theme-body-color);
    display: flex;
    flex-direction: column;
    background-color: #f3f4f6;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    display: inline;
    vertical-align: bottom
}

ul, li {
    margin: 0;
    padding: 0;
    text-decoration: none;
    display: block;
    list-style: none
}

input, textarea {
    outline: 0;
    display: block
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    text-transform: none;
    font-weight: 700;
}

 

.temizle, .clear {
    clear: both
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

a:focus, a:hover, a:active {
    outline: 0;
    text-decoration: none;
    color: #333
}

a {
    text-decoration: none;
    color: inherit;
}

.NT-metin {
    text-align: justify;
    line-height: 25px;
    color: var(--NT-metin-color);
    font-family: var(--text-font);
    font-size: 14px;
}

.NT-metin li {
    display: list-item;
    list-style: circle;
    margin-left: 1em;
}

.form-group {
    margin-bottom: 1rem;
}

.fancybox-active #header, .modal-open #header {
    width: calc(100% - 17px);
}

.gotoup {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 18px;
    z-index: 2050;
    display: none;
}

.darkback:before {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 17;
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    top: 0;
}

/* -------------------- NORMALÃƒâ€žÃ‚Â°ZE END --------------------  */
html, body {
    position: relative;
    min-height: 100vh;
    margin: 0;
    font-family: var(--theme-font);
}
/* .center {position: absolute;left: 50%; transform: translate(-50%,0);width: calc(100% - 30px);max-width: 400px;} */

#payTab {
    border: 0;
}

#payTab .nav-item {
    padding: 0;
}


.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #007264 !important;
  border: solid 2px #007264 !important;
}




#payTab .nav-item .nav-link {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 13px;
    border: 1px solid #ddd;
    margin: 0;
    box-shadow: inset 0 -3px 8px 0 #aaa;
    background: #ececec;
    padding: 12px 0;
    border-radius: 7px 7px 0 0;
    color: #313131;
}

#payTab .nav-item .nav-link.active {
    box-shadow: none;
    background: white;
    display: none;
}

#payTab .nav-item .nav-link .img {
    display: inline-block;
    vertical-align: middle;
}

#payTab .nav-item .nav-link .text {
    display: inline-block;
    vertical-align: middle;
}

.customBorderContent {
    border: 1px solid #cececf;
    border-radius: 4px;
    position: relative;
    background: #fff;
}


.image-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%; /* Görselin genişliği */
    height: 100%; /* Görselin yüksekliği */
    background: url('/assets/img/app.png') no-repeat center center;
    background-size: contain; /* Görseli alanın içinde tutar */
    z-index: -1; /* Görseli en alta gönderir */
}



.customBorderContent.rounded2 {
    border-radius: 7px;
}

.form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #e4e4e4;
    font-size: 13px;
    color: #5b5b65;
    padding: 0 10px 0 40px;
    line-height: 39px;
    box-shadow: none !important;
    outline: 0 !important;
    /* border-radius: 5px; */
    background: transparent !important;
}

.form-control::placeholder {
    color: #5b5b65;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e1e3ea;
    box-shadow: inset 0 4px 4px #f3f4f6;
    border-radius: 8px;
    padding: 10px;
    height: 44px;
}

.form-control:focus {
    border-color: #e4e4e4;
}

.form-control[name="cvc"] {
    border-left: 1px solid #e4e4e4;
}

.relative {
    position: relative;
}

.cartIcon {
    position: absolute;
    left: 5px;
    top: 6px;
    width: 20px;
    height: 20px;
    background: #ffffff;
}

.helpInfoBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    right: 4px;
    padding: 2px 10px;
    cursor: pointer;
}

.helpInfoWindow {
    position: absolute;
    right: 0;
    z-index: 5;
    width: 157px;
    transform-origin: 100% 0;
    transform: rotateY(60deg);
    transition: all .2s ease-in-out;
    padding: 5px !important;
    border-radius: 7px;
    border: 1px solid #ccc !important;
    opacity: 0;
    user-select: none;
    pointer-events: none;
    top: 0;
    background: white;
    right: 40px;
}

.helpInfoBtn:hover ~ .helpInfoWindow {
    transform: none;
    opacity: 1;
}

.helpInfoWindow:before {
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #ccc;
    position: absolute;
    right: -10px;
    top: 15px;
    content: "";
}

.form-check {
    margin: 0;
    min-height: initial;
}

.helpInfoWindow.x2 {
    width: 250px;
    font-size: 12px;
    padding: 15px !important;
    color: #000;
}

.helpInfoWindow .title {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.helpInfoWindow .description {
    font-size: 13px;
    line-height: 1.42;
    margin: 0;
}

.checkContent {
    border: 1px solid #cececf;
    padding: 8px 11px;
    margin: 20px 0;
    color: #5b5b65;
    text-decoration: none;
    position: relative;
    font-size: 13px;
}

.checkBtn.btn {
    background-image: linear-gradient(#45b1e8, #3097de);
    padding: 0;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    text-shadow: 0 -1px 0 rgb(46 86 153 / 30%);
    text-transform: uppercase;
    border-radius: 4px;
    height: 37px;
    margin-bottom: 20px;
}

.customBorderContent.btnContent {
    padding: 11px;
    font-size: 14px;
    color: #5b5b65;
    text-align: center;
}

.customBorderContent .cardFamilyImage {
    margin-bottom: 10px;
    display: inline-block;
    height: 11px;
    width: 33%;
    max-width: 80px;
    margin-right: 0px;
}

.customBorderContent .link {
    padding-bottom: 15px;
    display: inline-block;
    font-size: 13px;
}

.customBorderContent .cardFamilyImage.Maximum {
}

.customBorderContent .cardFamilyImage.Cardfinans {
}

.customBorderContent .cardFamilyImage.Paraf {
}

.customBorderContent .cardFamilyImage.World {
}

.customBorderContent .cardFamilyImage.Axess {
}

.customBorderContent .cardFamilyImage.Bonus {
}

.customBorderContent .link:hover, .customBorderContent .link:focus, .customBorderContent .link:active {
    text-decoration: underline;
}

table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}

table * {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

table .with-bg img {
    width: 64px;
    vertical-align: middle;
    display: inline-block;
}

table .with-bg {
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    color: #111;
    box-sizing: border-box;
    height: 62px;
}

table td, table th {
    padding: 5px 10px 5px 10px;
}

table td {
    border: 1px dashed #d6d6d6;
    vertical-align: middle;
}

table td.type10.equalToCashPrice, table td.type5.equalToCashPrice {
    background-color: #ca016f;
}

table td.type10, table td.type5 {
    background-color: #f52295;
    color: #fff;
}

table .installment-amount {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
}

table td span {
    display: inline-block;
    width: 100%;
    text-align: center;
}

table .total-amount {
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
}

table td.type2.equalToCashPrice {
    background-color: #012c84;
}

table td.type2 {
    background-color: #2d5fc2;
    color: #fff;
}

table td.type8.equalToCashPrice, table td.type4.equalToCashPrice {
    background-color: #01a4be;
}

table td.type8, table td.type4 {
    background-color: #00cbeb;
    color: #fff;
}

table td.type11.equalToCashPrice, table td.type6.equalToCashPrice {
    background-color: #504b81;
}

table td.type11, table td.type6 {
    background-color: #6f6b99;
    color: #fff;
}

table td.type9.equalToCashPrice, table td.type3.equalToCashPrice {
    background-color: #dda905;
}

table td.type9, table td.type3 {
    background-color: #e2b631;
    color: #fff;
}

table td.type1.equalToCashPrice, table td.type12.equalToCashPrice, table td.type7.equalToCashPrice {
    background-color: #01633a;
}

table td.type1, table td.type12, table td.type7 {
    background-color: #479279;
    color: #fff;
}

.installment-table-background td.Axess {
    background-color: #e2b631;
    color: #fff
}

.installment-table-background td.Axess.equalToCashPrice {
    background-color: #dda905
}

.installment-table-background td.Advantage {
    background-color: #e2b631;
    color: #fff
}

.installment-table-background td.Advantage.equalToCashPrice {
    background-color: #dda905
}

.installment-table-background td.Maximum {
    background-color: #f52295;
    color: #fff
}

.installment-table-background td.Maximum.equalToCashPrice {
    background-color: #ca016f
}

.installment-table-background td.Cardfinans {
    background-color: #2d5fc2;
    color: #fff
}

.installment-table-background td.Cardfinans.equalToCashPrice {
    background-color: #012c84
}

.installment-table-background td.Paraf {
    background-color: #00cbeb;
    color: #fff
}

.installment-table-background td.Paraf.equalToCashPrice {
    background-color: #01a4be
}

.installment-table-background td.World {
    background-color: #6f6b99;
    color: #fff
}

.installment-table-background td.World.equalToCashPrice {
    background-color: #504b81
}

.installment-table-background td.Bonus {
    background-color: #479279;
    color: #fff
}

.installment-table-background td.Bonus.equalToCashPrice {
    background-color: #01633a
}

.installment-table-background td.AsyaCard {
    background-color: #2570bc;
    color: #fff
}

.installment-table-background td.AsyaCard.equalToCashPrice {
    background-color: #004b96
}

.installmentBox .contentTitle .img img {
    width: 90px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.installmentBox {
    margin: 20px 0;
}

.installmentBox .contentBox ul li {
    border-top: 1px solid #e4e4e4;
    font-size: 13px;
    padding: 7px 10px;
    color: #5b5b65;
}

.installmentBox .contentBox ul li .text-right {
    float: right;
}

.dropdown-toggle {
    width: 100%;
    height: 50px;
    border: 1px solid #e4e4e4;
    margin-top: 20px;
    border-radius: 5px;
    text-align: left;
    position: relative;
}

.dropdown-toggle::after {
    border-top: 15px solid #b9b9b9;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: 18px;
    right: 15px;
}

.dropdown-toggle:before {
    content: "";
    width: 49px;
    height: 48px;
    position: absolute;
    right: 1px;
    top: 0;
    border-left: 1px solid #e4e4e4;
}

.minloader {
    position: fixed;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    font-size: 15px;
    color: #000000;
    background: rgba(255, 255, 255, .5);
}

.minloader i {
    animation: a 0.4s infinite linear;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.minloader:not(.d-none) ~ div {
    filter: blur(4px);
}

.pointer {
    cursor: pointer;
}

.headset i {
    font-size: 48px;
}

.phone {
    font-size: 20px;
}


.address {
  font-size: 20px;
}


.adres {
  font-size: 20px;
  width:100px;
}

.logo img {
    max-height: 150px;
}

nav a {
	position: relative;
    font-size: 15px;
    color: #2D2D2D !important;
    font-weight: bold;
}
 
header {
	/*! background-color: #FFF; */
}
footer {
	/*! background-color: #0c0f16; */
}

footer .col img {
    max-height: 30px
}

footer * {
    color: #999;
    font-size: 13px;
}

.btn-primary {
    height: 50px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: var(--theme-color);
    padding: 10px 36px;
    border: 2px solid var(--theme-color);
    transition: all .3s ease;
    border-radius: 50px;
    text-transform: uppercase;
    width: 185px;
    background: no-repeat;
    line-height: 28px;
}

.btn-secondary {
    height: 50px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    background-color: var(--theme-color) !important;
    padding: 10px 36px;
    border: 2px solid var(--theme-color);
    transition: all .3s ease;
    border-radius: 50px;
    text-transform: uppercase;
    width: 185px;
    background: no-repeat;
    line-height: 28px;
}

.btn-primary:hover {
    color: #fff;
    background: #007264;
    border: solid 2px #007264;
}

.btn-secondary:hover {
}
.leftFrame {
    background: url(../../images/line.svg);
    height: 900px;
    position: absolute;
    width: 300px;
    left: 0;
    background-repeat: no-repeat;
    margin-top: 100px;
    background-position: right;
    opacity: .5;
    top: 0;
    z-index: -1;

}

.navbar-nav > li > a {
	position: relative;
}

.navbar-nav > li > a:before {
    content: '';
    position: absolute;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 4px;
    background-color: var(--theme-color);
    transition: all 0.5s ease;

}
.navbar-nav > li:hover > a:before {
	width: calc(100% - 30px);
}

.js-installments-container {
    
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border-radius: 50%;
    background:
      linear-gradient(0deg ,rgb(0 0 0/50%) 30%,#0000 0 70%,rgb(0 0 0/100%) 0) 50%/8% 100%,
      linear-gradient(90deg,rgb(0 0 0/25%) 30%,#0000 0 70%,rgb(0 0 0/75% ) 0) 50%/100% 8%;
    background-repeat: no-repeat;
    animation: l23 1s infinite steps(12);
    margin:30px;
  }
  .loader::before,
  .loader::after {
     content: "";
     grid-area: 1/1;
     border-radius: 50%;
     background: inherit;
     opacity: 0.915;
     transform: rotate(30deg);
  }
  .loader::after {
     opacity: 0.83;
     transform: rotate(60deg);
  }
  @keyframes l23 {
    100% {transform: rotate(1turn)}
  }
  /* HTML: <div class="loader"></div> */