@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('lightslider.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('formcontrol.css');
@import url('lity.min.css');
@import url('jquery.magnify.css');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.btn 
{   
  border-color: rgba(126, 239, 104, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(126, 239, 104, 0);
  outline: 0 none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



:root {
  --anarenk: #000;
  --ikincirenk: #40bd79;
  --quesha: 'Quesha';
}

body {
	font-family: 'ibm_plex';
}
/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: #000; 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.container-fluid {
	max-width:calc(100vw - 400px);	
}
.dropdown-toggle::after {
    display: none;
}

.form-control.is-invalid, 
.was-validated .form-control:invalid {
    background-position: right calc(.375em + 3.1875rem) center;
}

.form-control.is-valid, 
.was-validated .form-control:valid {
    background-position: right calc(.375em + 3.1875rem) center;
}
.delay-1 {
animation-delay: .25s;
}
.delay-2 {
animation-delay: .5s;
}
.delay-3 {
animation-delay: .75s;
}
.delay-4 {
animation-delay: 1s;
}
.delay-5 {
animation-delay: 5s;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--anarenk);
    border-color: var(--anarenk);
}
.page-link {
    position: relative;
    display: flex;
	align-items:center;
    color: var(--anarenk);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #a3a3a3;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: 0.875rem 1.25rem;
	height:60px;
	border-right: 0px;
	border-left: 0px;
	color: #a3a3a3;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
.page-link:hover {
    z-index: 2;
    color: #000;
    background-color: #e9ecef;
    border-color: #a3a3a3;
}
.page-item:first-child .page-link {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
	border-left: 1px solid #a3a3a3;
}
.page-item:last-child .page-link {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
	border-right: 1px solid #a3a3a3;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #a3a3a3;
}
.btn {
	height:44px;
	line-height:40px;
	padding:0px 27px;
	font-size:16px;
	border-radius:12px;
	border-top:0px solid #fff;
	border-bottom:0px solid #fff;
	transition:all 0.3s ease;
}


.btn-outline-dark {
	border:1px solid #000;
}
.btn-outline-dark:hover {
	border:1px solid #000;
	background:#000;
	color:#fff;
}

.btn-outline-white {
	border:1px solid #fff;
	color:#fff;
}
.btn-outline-white:hover {
	border:1px solid #fff;
	background:#fff;
	color:#000;
}

.btn-dark {
	border:1px solid #000;
	background:#000;
	color:#fff;
}

/*------------------headerust----------------------*/

#headerust {
	background:var(--ikincirenk);
}

#headerust .alan {
	display:flex;
	align-items:center;
	padding:10px 0px;
}
#headerust .alan .kampanyayazi {
	margin-right:auto;
	font-size: 14px;
	font-weight: 700;
	line-height: 25px;
}

#headerust .alan .butonlar a {
	color: #101016;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	margin-left:20px;
}

#headerust .alan .butonlar i {
	color: #101016;
}

/*------------------header----------------------*/

#header {
	position:relative;
} 

#header.heading {
  position: fixed;
  width: 100%;
  z-index:1000000;
  background:#fff;
  top:0px;
}
#header .alan {
	display:flex;
	align-items:center;
	padding:10px 0px;
}
#header .alan .menu {
	margin-left:auto;
	margin-right:auto;
}
#header .alan .menu ul {
	position:inherit;
	display:flex;
	align-items:center;
	list-style:none;
}
#header .alan .menu ul .link-li {
	position:relative;
	padding:0px 20px;
}
#header .alan .menu ul .link-item {
	position:relative;
	display:flex;
	align-items:center;
	color: #101016;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: .05em;
	padding:10px 10px;
}
#header .alan .menu ul .link-item:before {
	position:absolute;
	content:"";
	top:100%;
	left:0px;
	width:0px;
	height:2px;
	background:var(--anarenk);
	z-index:1000000;
	transition:all 0.3s ease;
}
#header .alan .menu ul .link-item:hover:before {
	width:100%;
}
#header .alan .menu ul .link-li .acilan {
	position:absolute;
	top:100%;
	left:0px;
	opacity:0;
	visibility:hidden;
	height:0px;
	/* opacity:1; */
	/* visibility:visible; */
	/* height:inherit; */
	width:240px;
	padding:20px;
	border-radius:3px;
	z-index:999999;
	background:#fff;
	border:1px solid #f5f5f5;
	
}
#header .alan .menu ul .link-li:hover .acilan {
	opacity:1;
	visibility:visible;
	height:inherit;
}

#header .alan .menu ul .link-li .acilan .baslik {
	color: #a3a3a3;
	font-size: 35px;
	font-weight: 600;
	line-height: 40.5px;
	border-top:11px solid #f4f4f4;
}
#header .alan .menu ul .link-li .acilan .linkler a {
	position:relative;
	display:block;
	color: #101016;
	font-size: 14px;
	font-weight: 400;
	line-height: 29px;
	padding-left:15px;
}
#header .alan .menu ul .link-li .acilan .linkler a:before {
	position:absolute;
	content:"";
	top:calc(50% - 2px);
	left:0px;
	width: 7px;
	height: 7px;
	border-radius:50%;
	background: #a3a3a3;
	display:none;
}
#header .alan .menu ul .link-li .acilan .linkler a.active:before {
	display:block;
}
#header .alan .menu ul .link-li .acilan .resimler .resim {
	display:none;
	position:relative;
	background: #a3a3a3;
}
#header .alan .menu ul .link-li .acilan .resimler .resim.active {
	display:block;
}
#header .alan .menu ul .link-li .acilan .resimler .resim img {
	width: 100%;
	height: 291px;
	object-fit:cover;
	opacity: 0.18588111;
}
#header .alan .menu ul .link-li .acilan .resimler .resim span {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	color: #ffffff;
	font-family: Quesha;
	font-size: 60px;
	font-weight: 400;
	line-height: 32.5px;
	text-align:center;
}

#header .alanust {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:10px 0px;
	border-bottom:1px solid #f0f0f0;
}
#header .alanust .sol {
	display:flex;
	justify-content:flex-end;
	width:40%;
}
#header .alanust .logo {
	width:20%;
	margin-left:auto;
	margin-right:auto;    
	text-align: center;
}

#header .alanust .logo .buyuk img {
	height:51px;
	margin-bottom:0px;
}
#header .alanust .logo .kucuk {
	display:block;
}
#header .alanust .logo .kucuk img {
	height:16px;
}

#header .alanust .butonlar {
	display:flex;
	align-items:center;
}

#header .alanust .butonlar a {
	position:relative;
	display:flex;
	align-items:center;
	color: #101016;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	margin-right:15px;
}
#header .alanust .butonlar a span {
	position:absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
	border-radius:12px;
	background:#000;
	font-size:10px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
}
#header .alanust .butonlar a i {
	color: #101016;
	font-size: 24px;
	margin-right:10px;
}

#header .alanust .dil {
	display:inline-flex;
	position:relative;
}
#header .alanust .dil .default {
	position:relative;
	display:inline-flex;
	align-items:center;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	text-transform:uppercase;
	padding:10px 10px;
	text-align:center;
	
}
#header .alanust .dil .acilan {
	position:absolute;
	top:100%;
	right:0px;
	width:130px;
	box-shadow: 5px 5px 20px rgba(39,67,149,0.2);
	padding:0px 20px;
	transform:translateY(0px);
	border-radius:10px;
	opacity:0;
	visibility:hidden;
	height:0px;
	z-index:100000;
	background:#fff;
}
#header .alanust .dil .acilan a {
	margin:5px 0px;
	text-transform:uppercase;
}
#header .alanust .dil:hover .acilan {
	opacity:1;
	visibility:visible;
	height:inherit;
}

#header .alanust .dil .acilan .default {
	position:relative;
	display:flex;
	align-items:center;
	color: var(--anarenk);
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	text-transform:uppercase;
	padding:10px 0px 10px 20px;
	text-align:center;
	
}

#header .alanust .dil .acilan .default:after {
	display:none;
}
/*------------------mobilmenu----------------------*/

#mobilmenu {
	position:fixed;
	top:0px;
	left:0px;
	width:80%;
	height:100%;
	background:#fff;
	padding:30px;
	z-index:1000000;
	transform: translateX(-100%);
}
#mobilmenu .logo {
    max-width:100%;
}
#mobilmenu .kapat {
    height: 30px;
    width: 30px;
    font-size: 30px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
#mobilmenu .menu {
	width: 100%;
	margin-top:30px;
}
#mobilmenu .menu ul {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-start;
	list-style:none;
}
#mobilmenu .menu ul .link-li {
	width:100%;
	position:relative;
	padding:10px 0px;
	padding-right:35px;
}
#mobilmenu .menu ul .link-item {
	display: flex;
	width:100%;
	font-size:20px;
	font-weight:500;
	color:#000;
}
#mobilmenu .menu ul .link-itemk {
	display: flex;
	width:100%;
	font-size:16px;
	font-weight:300;
	color:#939597;
}

#mobilmenu .sosyal {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	margin-top:30px;
}
#mobilmenu .sosyal a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding:10px;
	background:#000;
	margin-right:10px;
}
#mobilmenu .sosyal a:hover {
	background:var(--anarenk)
}


#mobilmenu .arama {
	position:relative;
	height: 40px;
	margin-right:20px;
}

#mobilmenu .arama .form-control {
	height: 40px;
	border-radius: 20px;
	background: #f2f2f2;
	padding:0px 20px 0px 40px;
}
#mobilmenu .arama .btn {
	position:absolute;
	top:0px;
	right:0px;
	width:60px;
	height:40px;
}
/*------------------slider----------------------*/

#slider  {
	position:relative;
	padding-bottom:10px;
}
#slider .item {
	display:block;
	position:relative;
}
#slider .item .resim {
	width:100%;
}
#slider .control-prev {
	position:absolute;
    bottom: calc(50% - 30px);
    right: calc(50% - 743px);
	color:#000;
	font-size:30px;
	background:#fff;
	border:0px;
	width:60px;
	height:60px;
	border-radius:30px;
	display:flex;
	align-items:center;
	justify-content:center;
	
}
#slider .control-next {
	position:absolute;
    bottom: calc(50% - 30px);
    left: calc(50% - 743px);
	color:#000;
	font-size:30px;
	background:#fff;
	border:0px;
	width:60px;
	height:60px;
	border-radius:30px;
	display:flex;
	align-items:center;
	justify-content:center;
	
}


/*------------------pazaryerleri----------------------*/

#pazaryerleri .swiper {
	position:relative;
	overflow:hidden;
}
#pazaryerleri .swiper-container-horizontal>.swiper-pagination-bullets, 
#pazaryerleri .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: auto;
    top: 0px;
    left: auto;
    width: auto;
    right: 0px;
    display: flex;
    justify-content: right;
    align-items: center;
    position: absolute;
    height: 100%;
	z-index:100;
}
#pazaryerleri .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
	width:14px;
	height:14px;
}
#pazaryerleri .item {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:16px 0px;
	border-bottom:2px solid #000;
}
#pazaryerleri .item .sol {
	width:30%;
}
#pazaryerleri .item .resim {
	height:55px;
	margin-right:100px;
}
#pazaryerleri .item .adi {
	width:40%;
	font-family: Quesha;
	font-size: 38px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 6.3333335px;
	text-align:center;
}

/*------------------hakkimizda----------------------*/

#hakkimizda {
	padding:50px 0px 20px 0px;
}
#hakkimizda .baslik {
	color: #101016;
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	margin-top:35px;
	margin-bottom:35px;
}
#hakkimizda .aciklama {
	color: #101016;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom:88px;
}
#hakkimizda .resim {
	width:100%;
	height:430px;
	object-fit:cover;
	margin-bottom:30px;
}

/*------------------consatanlar----------------------*/

#consatanlar  {
	position:relative;
	padding:20px 0px;
}
#consatanlar.bg-white  {
	background: #fff;
}
#consatanlar .container {  
	position:relative;
}
#consatanlar .ustbaslik {  
	color: #101016;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 2px;
	text-align:center;
	margin-bottom:10px;
}
#consatanlar .baslik {  
	color: #101016;
	font-size: 30px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 5px;
	text-align:center;
	margin-bottom:30px;
}
.urunlistitem {  
	margin-bottom:30px;
	background:#fff;
	padding-bottom:18px;
	border: 1px solid #e0e0e0;
	transition:all 0.3s ease;
}
.urunlistitem:hover {  
	-webkit-box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.41); 
	box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.41);
}

.urunlistitem .resim {  
	display:block;
	position:relative;
	margin-bottom:10px;
}

.urunlistitem .resim img {  
	width:100%;
	height:360px;
	object-fit:contain;
	transition:all 0.3s ease;
}
.urunlistitem .resim .resim1 {  
	display:block;
}
.urunlistitem .resim .badge  {  
	position:absolute;
	padding:4px 22px;
	border-radius:0px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
	padding:5px 5px 10px 5px;
	display:flex;
	align-items:flex-end;
	justify-content:center;
}
.urunlistitem .resim .bg-white  {  
	top:0px;
	top:0px;
	left:30px;
	background-color:#fff !important;
	border-radius:0px 0px 25px 25px;
	width:50px;
	height:50px;
	color: #000;
}
.urunlistitem .resim .bg-dark  { 
	top:0px;
	left:30px;
	background-color:#000 !important;
	border-radius:0px 0px 25px 25px;
	width:50px;
	height:30px;
	color: #fff;
}
.urunlistitem .resim .favoributon  { 
	position:absolute;
	top:20px;
	right:20px;
	width:40px;
	height:40px;
	border-radius:20px;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:var(--anarenk);
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.88); 
	box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.88);
	transition:all 0.3s linear;
}
.urunlistitem .resim .favoributon:hover  { 
	-webkit-box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.88); 
	box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.88);
}
.urunlistitem .adi { 
	display:block;
	color: #101016;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom:5px;
	padding:0px 18px;
}
.urunlistitem .fiyatlar { 
	margin-bottom:10px;
	padding:0px 18px;
}
.urunlistitem .fiyatlar .piyasa { 
	color: #a3a3a3;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	text-decoration: line-through;
}
.urunlistitem .fiyatlar .satis {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
}
.urunlistitem .puanlar {
	margin-bottom:10px;
	padding:0px 18px;
}
.urunlistitem .puanlar i {
	color:#febf43;
}
.urunlistitem .puanlar span {
	color: #a3a3a3;
	font-size: 13px;
	font-weight: 600;
	line-height: 25px;
}
.urunlistitem .btn {
	display:flex;
	align-items:center;
	margin:0px 18px;
	color: #a3a3a3;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	padding:0px;
}
.urunlistitem .btn:hover {
	color: #000;
}
.urunlistitem .btn span {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 36px;
	height: 36px;
	border-radius:18px;
	background: #a3a3a3;
	font-size:18px;
	color:#fff;
	margin-right:10px;
}
.urunlistitem .btn:hover span {
	background: #000;
}

.boyutitem {
	text-align:center;
	padding:32px;
	margin-bottom:0px;
	transition:all 0.3s ease;
}
.boyutitem:hover {
	-webkit-box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.41); 
	box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.41);
}
.boyutitem .resim {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:150px;
	margin-bottom:20px;
}
.boyutitem .resim img {
	max-width:100%;
	max-height:100%;
}

.boyutitem .adi {
	color: #101016;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
}
.boyutitem .olcu {
	color: #b0b0b0;
	font-family: "IBM Plex Sans";
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
	margin-bottom:14px;
}
.boyutitem .buton {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 44px;
	height: 44px;
	border-radius:22px;
	background: #f5f5f5;
	font-size:22px;
	color:#000;
	opacity:0;
	transition:all 0.3s ease;
}
.boyutitem:hover .buton {
	opacity:1;
}



/*------------------ufakbanner----------------------*/

#ufakbanner {
	margin:10px 0px;
}

#ufakbanner .alan {
	background:url('../img/ufakbanner.png');
	background-size:cover;
	height:96px;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:0px 30px;
}

#ufakbanner .alan .sol {
	width:20%;
	text-align:right;
}

#ufakbanner .alan .orta {
	width:60%;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 6.75px;
}

/*------------------firsatlar----------------------*/

#firsatlar  {
	position:relative;
	padding:20px 0px 20px 0px;
}
#firsatlar .container {  
	position:relative;
}
#firsatlar .ustbaslik {  
	color: #101016;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 2px;
	text-align:center;
	margin-bottom:10px;
}
#firsatlar .baslik {  
	color: #101016;
	font-size: 30px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 5px;
	text-align:center;
	margin-bottom:30px;
}

.firsatitem {  
	margin-bottom:30px;
}

.firsatitem .resim {  
	display:block;
	position:relative;
}

.firsatitem .resim img {  
	width:100%;
	height:359px;
	object-fit:cover;
}
.firsatitem .resim .adi  {  
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	background:rgba(0,0,0,0.2);
	color: #ffffff;
	font-size: 30px;
	font-weight: 600;
	line-height: 39px;
	text-align: center;
}


/*------------------koleksiyonlar----------------------*/

#koleksiyonlar  {
	position:relative;
	padding:20px 0px;
}
#koleksiyonlar.bg-white  {
	background: #fff;
}
#koleksiyonlar .container {  
	position:relative;
}
#koleksiyonlar .ustbaslik {  
	color: #101016;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 2px;
	text-align:center;
	margin-bottom:10px;
}
#koleksiyonlar .baslik {  
	color: #101016;
	font-size: 30px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 5px;
	text-align:center;
	margin-bottom:30px;
}

.kolekitem {
	display:block;
	position:relative;
	margin-bottom:30px;
	height:475px;
	overflow:hidden;
}
.kolekitem .resim {
	height:300px;
}
.kolekitem .resim img {
	width:100%;
	height:300px;
	object-fit:cover;
}
.kolekitem .bilgi {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:auto;
	padding:44px;
	background: #a3a3a3;
	text-align:center;
}

.kolekitem .bilgi .yazi1 {
	color: #ffffff;
	font-family: Quesha;
	font-size: 60px;
	font-weight: 400;
	line-height: 32.5px;
	margin-bottom:10px;
	text-align:center;
}
.kolekitem .bilgi .yazi2 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	text-align:center;
}
.kolekitem .bilgi .yazi3 {
	font-size:26px;
	color:#fff;
	margin-top:35px;
	display:none;
	text-align:center;
	transition:all 0.3s ease;
}
.kolekitem:hover .bilgi .yazi3 {
	display:block;
}

/*------------------avantajlar----------------------*/

#avantajlar  {
	padding:20px 0px 20px 0px;
}
#avantajlar .alan {
}
#avantajlar .alan .item {
	display:flex;
	align-items:center;
}
#avantajlar .alan .item .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 94px;
	height: 94px;
	border-radius:47px;
	border:1px solid #e3e3e3;
	margin-right:16px;
}
#avantajlar .alan .item .icon img {
    filter: contrast(0.1);
}
#avantajlar .alan .item:hover .icon img {
    filter: contrast(1);
}
#avantajlar .alan .item .yazi1 {
	color: #101016;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}

/*------------------footer----------------------*/

#footer  {
	margin-top:20px;
	border-top:1px solid rgba(151,151,151,0.13);
}
#footer .ust {
	padding:20px 0px;
	text-align:center;
	border-bottom:1px solid rgba(151,151,151,0.13);
}
#footer .ust .logo img {
	max-width:100%;
	max-height:100px;
}
#footer .menu {
	padding:40px 0px;
	text-align:center;
	border-bottom:1px solid rgba(151,151,151,0.13);
}
#footer .menubas {
	display:block;
	color: #101016;
	font-family: "IBM Plex Sans";
	font-size: 16px;
	font-weight: 600;
	line-height: 23px;
	margin-bottom:8px;
	text-align:left;
}
#footer .menulink {
	display:block;
	color: #101016;
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
	text-align:left;
}
#footer .menubasust {
	color: #101016;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom:15px;
	text-align:left;
}
#footer .ebulten .form-control {
	width:100%;
	height: 62.51px;
	border-radius: 11px;
	border: dashed 1,5px #101016;
	color:#fff;
	background:#fff;
	padding:0px 40px 0px 20px;
	margin-bottom:20px;
}
#footer .ebulten .btn {
	border-radius: 11px;
}

#footer .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:20px 0px;
	text-align:center;
	border-bottom:1px solid rgba(151,151,151,0.13);
}
#footer .sosyal span {
	color: #101016;
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	margin-right:10px;
}
#footer .sosyal a {
	display:inline-flex;	
	align-items:center;
	justify-content:center;
	width: 47px;
	height: 47px;
	border-radius:50%;
	border:1px solid #101016;
	margin-right:10px;
	color:#101016;
}
#footer .sosyal a:hover {
	border:1px solid #101016;
	background:#101016;
	color:#fff;
}
#footer .alt {
	display:flex;	
	align-items:center;
	padding:20px 40px;
}

#footer .alt .copy {
	color: #101016;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
}

#footer .alt .ticaretlogo {
	margin-right:auto;
	margin-left:auto;
}

#footer .alt .ticaretlogo img {
	height:20px;
}
#footer .alt .anatolfav {
	filter: invert(1);
}


/*------------------bread----------------------*/

#bread  {
	background:var(--ikincirenk);
	padding:9px 0px;
}
#bread .alan {
	display:flex;
	align-items:center;
}
#bread .alan .adi {  
	font-size: 16px;
	font-weight: 600;
	line-height: 29px;
	margin-right:auto;
}
#bread .alan .linkler a {  
	position:relative;
	display:inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	padding-right:40px;
	color:#000;
}
#bread .alan .linkler a:last-child { 
	padding-right:0px;
}
#bread .alan .linkler a:before {  
	position:absolute;
	content:"|";
	top:0px;
	right:-40px;
	font-size: 16px;
	line-height: 29px;
	padding-right:50px;
	color:#000;
}
#bread .alan .linkler a:last-child:before {  
	content:"";
}

/*------------------koleksiyonbanner----------------------*/

#koleksiyonbanner  {
	margin-bottom:20px;
}
#koleksiyonbanner .alan {
	position:relative;
}
#koleksiyonbanner .alan .resim {
	width:100%;
}
#koleksiyonbanner .alan .bilgi {
	position:absolute;
	top:37px;
	left:37px;
	background:#000;
	padding:38px 30px;
	max-width:35%;
}
#koleksiyonbanner .alan .bilgi .yazi1 {
	color: #ffffff;
	font-size: 35px;
	font-weight: 400;
	line-height: 36px;
	padding-bottom:27px;
	margin-bottom:22px;
	border-bottom:3px solid #fff;
}
#koleksiyonbanner .alan .bilgi .yazi2 {
	color: #ffffff;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
}
/*------------------filtrebar----------------------*/

.me-auto {
	margin-right:auto;
}

.form-check-label {
	line-height: 24px;
}

.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
#filtrebar  {
	margin-bottom:20px;
}
#filtrebar .alan {
	display:flex;
	align-items:center;
	border-bottom:3px solid #000;
	padding:20px 0px;
}
#filtrebar .alan .buton {
	display:flex;
	align-items:center;  
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	color:#000;
	padding:0px 10px;
}
#filtrebar .alan .buton i {
	font-size: 18px;
	color:#000;
}
#filtrebar .alan .form-control {
	display:flex;
	align-items:center;  
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	color:#000;
	border:0px;
	border-radius:0px;
	width:130px;
	background: transparent;
}
/*------------------urunler----------------------*/

#urunler  {
	padding:0px 0px;
}



/*------------------filtremodal----------------------*/


#filtremodal .solalan {
    width:100%;
	height:100%;
	overflow-y:scroll;
}
#filtremodal .solalan .sollink {
    display:block;
	padding:20px 15px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	background:#F6F6F6;
	font-size:18px;
	font-weight:500;
	color:rgba(0,0,0,0.9);
	cursor:pointer;
}
#filtremodal .solalan .sollink:hover , 
#filtremodal .solalan .sollink.active  
{
	background:#fff;
}
#filtremodal .sagalan {
    width:100%;
	height:calc(100vh - 200px);
	overflow-y:scroll;
	overflow-x:hidden;
}
#filtremodal .sagalan .sagic {
	display:block;
}
#filtremodal .sagalan .sagic .adi {
	position:relative;
	color: #101016;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom:20px;
	padding:8px 0px;
	border-bottom:5px solid var(--ikincirenk);
}
#filtremodal .sagalan .sagic .adi:before {
	position:absolute;
	content:"\f063";
	top:0px;
	right:0px;
	width:70px;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:30px;
	color:#000;
	font-family: 'Line Awesome Free';
    font-weight: 900;
}
#filtremodal .sagalan .sagic .saglink {
    display:block;
	padding:10px 15px;
	border:1px solid rgba(0,0,0,0.1);
	background:#F6F6F6;
	font-size:18px;
	font-weight:500;
	color:rgba(0,0,0,0.9);
	cursor:pointer;
	margin-bottom:10px;
}
#filtremodal .sagalan .sagic .form-check-input[type=checkbox] {
    border-radius: 0.5em;
}
#filtremodal .sagalan .sagic .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
    border-radius: 0.6rem;
	top: -8px;
}
#filtremodal .sagalan .sagic .ui-slider .ui-slider-handle:hover {
	background:#000;
	border:1px solid #000;
}
#filtremodal .sagalan .sagic .ui-slider-horizontal {
	width:calc(100% - 30px);
    height: 0.3em;
    margin-top: 20px;
    margin-bottom: 20px;
	margin-left:15px;
}
#filtremodal .sagalan .sagic .ui-widget-header {
    background: #ff0000;
}
#filtremodal .modal-dialog {
	max-width: 376px;
	height: 100%;
}

#filtremodal .modal-content {
	height: 100%;
	border-radius:0px;
}
/*------------------thumbslider----------------------*/


/*------------------urundetay----------------------*/

#urundetay  {
	padding:30px 0px;
}


#urundetay .mySwiper {
	position:relative;
	width: 100%;
	height: 500px;
	overflow:hidden;
	margin-bottom:20px;
}

#urundetay .mySwiper .resim  {
	position:relative;
}
#urundetay .mySwiper .resim img {
	width: calc(100% - 30px);
	height: 500px;
	object-fit:cover;
	margin-left:30px;
}
#urundetay .mySwiper .favori {
	position:absolute;
	top:0px;
	right:0px;
	width:100px;
	height:100px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:30px;
	color:#000;
	z-index:100;
	background: rgb(0,0,0);
background: linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
}
#urundetay .mySwiper .favori:hover {
	color:#ff4c4c;
}
#urundetay .mySwiper .favori.active {
	color:#ff4c4c;
}
#urundetay .swiper-container-horizontal>.swiper-pagination-bullets, 
#urundetay .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0px;
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items:center;
}
#urundetay .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px;
}
#urundetay .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
    width: 12px;
    height: 12px;
}

#urundetay .acikresimler {
	margin-bottom:80px;
}

#urundetay .acikresimler .carousel-item img {
	margin-bottom:10px;
	cursor: url('../img/icon/cursorzoom2.png'), pointer;
}

#urundetay .acikresimler .resim img {
	width:100%;
}


#urundetay .video {
	position:relative;
	display:block;
}
#urundetay .video .resim {
	width:100%;
}

#urundetay .video .icon {
	position:absolute;
	top:calc(50% - 48px);
	left:calc(50% - 48px);
	width:96px;
	height:96px;
	border-radius:48px;
	background:rgba(255,255,255,0.56);
	display:flex;
	align-items:center;
	justify-content:center;
}


#urundetay .adi {
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	color:#000;
	margin-bottom:11px;
}

#urundetay .kod {
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom:10px;
}

#urundetay .degerlendirme {
	display:flex;
	justify-content:center;
	padding:20px 0px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-bottom:10px;
}
#urundetay .degerlendirme .puan {
	font-size:14px;
	font-weight:700;
	margin-right:10px;
}
#urundetay .degerlendirme .yildizlar {
	font-size:14px;
	font-weight:700;
	color:#ffc000;
	margin-right:10px;
}
#urundetay .degerlendirme .sayilar {
	font-size:14px;
	font-weight:300;
	margin-left:auto;
}
#urundetay .fiyatlar {
	margin-bottom:48px;
}
#urundetay .fiyatlar .piyasa {
	color: #656565;
	font-size: 26px;
	font-weight: 400;
	line-height: 52px;
	text-decoration: line-through;
	margin-right:10px;
}
#urundetay .fiyatlar .satis {
	color: #000;
	font-size: 32.5px;
	font-weight: 700;
	line-height: 52.000004px;
}
#urundetay .fiyatlar .satis {
	color: #000;
	font-size: 32.5px;
	font-weight: 700;
	line-height: 52.000004px;
}
#urundetay .koleksiyon {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:20px;
}
#urundetay .koleksiyon .circ {
	width: 110px;
	height: 110px;
	border-radius:55px;
	background: #fef7ed;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-family: Quesha;
	font-size: 25.2px;
	font-weight: 400;
	line-height: 17.01px;
}

#urundetay .taksitler {
	color: #a3a3a3;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	letter-spacing: -0.5px;
	margin-bottom:20px;
}
#urundetay .btn-success {    
	border:1px solid #36d16e;
	background:#36d16e;
	border-radius: 12px;
}
#urundetay .btn-grey {    
	border:1px solid #a3a3a3;
	background:#a3a3a3;
	border-radius: 12px;
	color:#fff;
}
#urundetay .form-control {    
	position:relative;
	height: 44px;
    line-height: 40px;
    padding: 0px 17px;
    font-size: 16px;
    border-radius: 0px;
	background: #fff;
	border:1px solid #f0f0f0;
	border-radius: 12px;
}
#urundetay .sepeteekle {    
	margin-bottom:30px;
}
#urundetay .bilgi {    
	margin-bottom:30px;
	display:flex;
	align-items:center;
}
#urundetay .bilgi .kalite {    
	height:71px;
}
#urundetay .bilgi .link { 
	display:flex;
	align-items:center;   
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	color:#000;
}
#urundetay .bilgi .link img { 
	margin-right:10px;
	filter: contrast(0.1);
}
#urundetay .whatsapp { 
	display:flex;
	align-items:center;
	margin-bottom:30px;
	color:#128C7E;
}
#urundetay .whatsapp .icon { 
	margin-right:10px;
	font-size:50px;
}
#urundetay .whatsapp .yazi1 {  
	display:block;
	color: #101016;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
}
#urundetay .whatsapp .yazi2 { 
	display:block;
	color: #101016;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
#urundetay #myTab { 
	margin-top:70px;
	border-radius: 22px;
	background: #f5f5f5;
	padding:36px;
}
#urundetay #myTab .nav-item {
    border-right:1px solid #e5e5e5;
}
#urundetay #myTab .nav-item:last-child {
    border-right:0px solid #e5e5e5;
}
#urundetay #myTab .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    color: #101016;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}
#urundetay .tab-pane {
    padding:36px;
}
#urundetay .carousel-item {    
	text-align: right;
}
#urundetay .carousel-item img {    
	height:600px;
	width: calc(100% - 70px);    
	object-fit: contain;
}
#urundetay .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 60px;
    height: 60px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: 0px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 0px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
#urundetay .carousel-indicators .active {
    opacity: 1;
}
#urundetay .carousel-indicators [data-bs-target] img {
    width: 60px;
    height: 60px;
	object-fit:cover;
}
#urundetay .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    list-style: none;
    top: 0px;
}
#urundetay .carousel-control-next-icon ,
#urundetay .carousel-control-prev-icon 
{
    background-image: url();
    color: #000;
    font-size: 40px;
}

.select-group {    
	position:relative;
}
.select-group:before {    
	position:absolute;
	content:"\f107";
	top:0px;
	right:0px;
	width:44px;
	height:44px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family: 'Line Awesome Free';
    font-weight: 900;
	color:#000;
	z-index:2;
}
.select-group select {    
	position:relative;
	z-index:3;
	background:transparent !important;
}
.number-group {    
	position:relative;
}
.number-group .form-control{    
	padding:0px 44px;
	text-align:center;
}
.number-group .arti,
.number-group .eksi
{   
	position:absolute;
	top:6px;
	width:44px;
	height:34px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#000;
	z-index:100;
	font-size:18px;
	font-weight:600;
	cursor:pointer;
}
.number-group .arti{   
	left:0px;
	border-right:1px solid #f0f0f0;
}
.number-group .eksi{   
	right:0px;
	border-left:1px solid #f0f0f0;
}
.yorumlar {
	border:1px solid rgba(0,0,0,0.1);
	padding:10px 20px;
	border-radius:13px;
}
.yorumlar .yorumlarust {
	display:flex;
	padding:20px 0px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.yorumlar .yorumlarust .puan {
	font-size:20px;
	font-weight:700;
	margin-right:10px;
}
.yorumlar .yorumlarust .yildizlar {
	font-size:20px;
	font-weight:700;
	color:#ffc000;
	margin-right:10px;
}
.yorumlar .yorumlarust .sayilar {
	font-size:20px;
	font-weight:300;
	margin-left:auto;
}
.yorumlar .yorum {
	padding:20px 0px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.yorumlar .yorum:last-child {
	border-bottom:0px solid rgba(0,0,0,0.1);
}
.yorumlar .yorum .yorumbilgi {
	display:flex;
	margin-bottom:10px;
}
.yorumlar .yorum .yorumbilgi .puan {
	font-size:16px;
	font-weight:700;
	margin-right:10px;
}
.yorumlar .yorum .yorumbilgi .yildizlar {
	font-size:16px;
	font-weight:700;
	color:#ffc000;
	margin-right:10px;
}
.yorumlar .yorum .yorumbilgi .sayilar {
	font-size:16px;
	font-weight:300;
	margin-left:auto;
}
.yorumlar .yorum .yorumyazi {
	font-size:14px;
	font-weight:300;
	line-height:20px;
}
.yorumlar .yorum .yorumresim {
	display:flex;
	align-items:center;
	flex-wrap:row;
	padding:10px 0px;
	border-bottom:0px solid rgba(0,0,0,0.1);
}
.yorumlar .yorum .yorumresim a {
	display:block;
	margin-right:10px;
}
.yorumlar .yorum .yorumresim a img {
	width:100%;
	height:100px;
	object-fit:cover;
	border-radius:10px;
}
/* The container */
.boyutlabel {
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

/* Create a custom checkbox */
.boyutlabel .checkmark {
	display:flex;
	align-items:Center;
	justify-content:center;
	height: 38px;
	border-radius: 11px;
	border: 1px solid #979797;
	padding:0px 17px;
	color: #101016;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}
/* When the checkbox is checked, add a blue background */
.boyutlabel input:checked ~ .checkmark {
  background: var(--ikincirenk);
	border: 1px solid var(--ikincirenk);
  color:#000;
}
/* The container */
.renklabel {
  margin-bottom: 12px;
  margin-right: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

/* Create a custom checkbox */
.renklabel .checkmark {
	display:block;
	width:38px;
	height: 38px;
	border-radius: 18px;
}
/* When the checkbox is checked, add a blue background */
.renklabel input:checked ~ .checkmark {
	-webkit-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.96); 
	box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.96);
}


/*------------------kayit----------------------*/

#kayit  {
	position:relative;
	padding:50px 0px;
}
#kayit .container {  
	position:relative;
}
#kayit .baslik {  
	font-size: 35px;
	font-weight: 700;
	line-height: 63px;
	color:#000;
	text-align:center;
	margin-bottom:30px;
}
#kayit .form-control {    
	position:relative;
	height: 44px;
    line-height: 40px;
    padding: 0px 17px;
    font-size: 16px;
    border-radius: 0px;
	background: #fff;
	border:1px solid #f0f0f0;
}
#kayit .form-group label {    
	line-height:30px;
}
#kayit .link {    
	color:#2082bb;
	font-weight:500;
	text-decoration:underline;
}




/*------------------sepet----------------------*/

#sepet  {
	position:relative;
	padding:20px 0px;
}
#sepet .container {  
	position:relative;
}
#sepet .baslik {  
	font-size: 35px;
	font-weight: 700;
	line-height: 63px;
	color:#000;
	text-align:center;
	margin-bottom:30px;
}
#sepet .form-control {    
	position:relative;
	height: 44px;
    line-height: 40px;
    padding: 0px 17px;
    font-size: 16px;
    border-radius: 0px;
	background: #fff;
	border:1px solid #f0f0f0;
}
#sepet .form-group label {    
	line-height:30px;
}
#sepet .link {    
	color:#2082bb;
	font-weight:500;
	text-decoration:underline;
}
#sepet .fiyatbilgi {    
	display:flex;
	align-items:center;
	margin-bottom:10px;
}
#sepet .fiyatbilgi .sol {    
	font-size:16px;
	font-weight:600;
	color:#000;
}
#sepet .fiyatbilgi .sag { 
	margin-left:auto;
	font-size:16px;
	font-weight:400;
	color:#000;
}
#sepet .fiyatbilgi.buyuk {    
	background:#000;
	padding:10px;
	border-radius:4px;
}
#sepet .fiyatbilgi.buyuk .sol {    
	font-size:26px;
	font-weight:600;
	color:#fff;
}
#sepet .fiyatbilgi.buyuk .sag { 
	margin-left:auto;
	font-size:26px;
	font-weight:400;
	color:#fff;
}
#sepet .urun { 
	display:flex;
	align-items:center;
}
#sepet .urun .resim { 
	width:50px;
	height:50px;
	object-fit:cover;
	margin-right:10px;
}
#sepet .urun .adi { 
	font-size:16px;
	font-weight:500;
	line-height:20px;
}
#sepet .urun .adi small { 
	display:block;
}
#sepet table td { 
	vertical-align: middle;
}
#sepet table tr { 
    border-bottom:1px solid rgba(0,0,0,0.1);
}
#sepet table th { 
	vertical-align: middle;
}
#sepet .table>:not(caption)>*>* {
    padding: 1rem 0.5rem;    
	background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
#sepet .nav-link {
    display: block;
    padding: 0.9rem 1.2rem;
    color: #000;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
#sepet .nav-tabs .nav-item.show .nav-link, 
#sepet .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #000;
    border-color: #dee2e6 #dee2e6 #fff;
}
#sepet .tab-pane {
    padding:30px 0px;
}
#sepet .kod {
    font-size:30px;
	color:#0b5ed7;
	margin-bottom:15px;
}
#sepet .durum {
    font-size:20px;
	margin-bottom:15px;
}
#sepet .adres {
    font-size:16px;
	color:#000;
	margin-bottom:10px;
}
#sepet .odemebilgi {
    font-size:16px;
	font-weight:300;
	color:#000;
	margin-bottom:10px;
}
#sepet .input-group .btn {
    position: relative;
    z-index: 2;
    height: 100%;
    border-radius: 0px;
}

.hesapmenu a {
	display:flex;
	align-items:center;
	padding:10px 20px 10px 20px;
	font-size:16px;
	font-weight:500;
	color:rgba(0,0,0,0.7);
}
.hesapmenu a span {
	margin-left:auto;
	font-size:22px;
}
.hesapmenu a:hover {
	color:#fff;
	background:#000;
}
.hesapmenu a.active {
	color:#fff;
	background:#000;
}


/*------------------bizeulasin----------------------*/

#bizeulasin  {
	margin:20px 0px 20px 0px;
}
#bizeulasin .adi {
	font-size:20px;
	font-weight:700;
	color:#000;
	padding:20px 0px;
	text-align:center;
	margin-bottom:20px;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
#bizeulasin .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:20px;
}
#bizeulasin .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	border-radius:25px;
	border:1px solid #000;
	font-size:20px;
	color:#000;
	margin-right:15px;
}
#bizeulasin .bilgi:hover .icon {
	color:#fff;
	background:#000;
}
#bizeulasin .bilgi .yazi {
	width:calc(100% - 75px);
}

#bizeulasin .form-control {    
	position:relative;
	height: 44px;
    line-height: 40px;
    padding: 0px 17px;
    font-size: 16px;
    border-radius: 0px;
	background: #fff;
	border:1px solid #f0f0f0;
}
#bizeulasin .form-group label {    
	line-height:30px;
}
#bizeulasin textarea.form-control {
	height:230px;
	padding-top:25px;
}
#bizeulasin .map {
	overflow:hidden;
}
#bizeulasin .map iframe {
	width:100%;
	height:500px;
}

.magnify-modal {
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
}

.magnify-header .magnify-toolbar {
  background-color: rgba(0, 0, 0, .5);
}

.magnify-stage {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-width: 0;
}

.magnify-footer .magnify-toolbar {
  background-color: rgba(0, 0, 0, .5);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.magnify-header,
.magnify-footer {
  pointer-events: none;
}

.magnify-button {
  pointer-events: auto;
}