<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('all.min.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('fancybox.css');
@import url('lity.min.css');
@import url('intlTelInput.css');
@import url('aos.css');


a {
	text-decoration:none;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
}

ol,ul {
	padding:0px;
	margin:0px;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: "Red Hat Display", sans-serif;
}


:root {
  --anarenk: #00A0AF;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #F6F5F0; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: var(--anarenk); 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #FEDD06; 
}
.container-fluid {
	max-width:calc(100vw - 30px);	
}

.swiper {
	position:relative;
	overflow:hidden;
}

.dikeyortala {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}

/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
	position:fixed;
	bottom:20px;
	left:20px;
	width:400px;
	max-width:calc(100% - 40px);
	padding:10px 40px 10px 10px;
	border-radius:10px;
	background:rgba(0,0,0,0.5);
	font-size:12px;
	line-height:18px;
	color:#fff;
	z-index:100000;
}

.cerezpolitikasi .btn {
	position:absolute;
	top:10px;
	right:10px;
    font-size: 12px;
    line-height: 14px;
	padding:0px 5px;
    height: 25px;
	background:#000;
	color:#fff;
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0px 20px;
	height:56px;
	border-radius:30px;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
}
.btn-ana {
	background:#c8b299;
	color:#fff;
}
.btn-gri {
	background:#A5A8A9;
	border:1px solid #A5A8A9;
	color:#fff;
}
.btn-outline-gri {
	background:transparent;
	border:1px solid #A5A8A9;
	color:#A5A8A9;
}


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

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: var(--yesil);
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--yesil);
	opacity: 1;
}
.aciklama ul li:before ,
.aciklama ol li:before 
{
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--yesil);
	opacity: 1 !important;
}
.aciklama img {
	width:100% !important;
	border-radius:20px;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
.aciklama h2 ,
.aciklama h3 ,
.aciklama h4 ,
.aciklama h5 
{
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: var(--yesil);
	margin-bottom:20px;
}
.aciklama p 
{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: var(--yesil);
	opacity: 1;
	margin-bottom:20px;
}

/*------------------number-group----------------------*/
.number-group {    
	position:relative;
}
.number-group .form-control{    
	padding:0px 34px;
	text-align:center;
	height: 56px !important;
    line-height: 43px !important;
	border-radius: 56px;
	background: #F5F5F5;
}
.number-group .arti,
.number-group .eksi
{   
	position:absolute;
	top:0px;
	width:34px;
	height:56px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#000;
	z-index:100;
	font-size:18px;
	font-weight:600;
	cursor:pointer;
}
.number-group .arti{   
	right:0px;
	border-left:1px solid #f0f0f0;
}
.number-group .eksi{   
	left:0px;
	border-right:1px solid #f0f0f0;
}

/*------------------header----------------------*/
.input-group .btn {
    position: relative;
    z-index: 2;
    border-radius: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group:not(.has-validation)&gt;.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)&gt;:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form-control {
	padding:0px 20px;
	height:56px;
	border-radius:30px;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

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

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	transition:all 0.3s ease;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
	background:#000000;
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:var(--anarenk);
}
#header .alan {
	display:flex;
	align-items:center;
	padding:20px 0px;
	grid-gap:15px;
}
#header .alan .logo {
	margin-right:auto;
}
#header .alan .logo img {
	height:80px;
}
#header .alan .logo img.light {
	display:block;
	height:80px;
}
#header .alan .logo img.dark {
	display:none;
	height:80px;
}
#header.sabit .alan .logo img.light {
	display:none;
	height:80px;
}
#header.sabit .alan .logo img.dark {
	display:block;
	height:80px;
}

#header .menu {
	margin-right:auto;
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:20px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	border-bottom:2px solid transparent;
}
#header.sabit .menu .link-item {
	color: #fff;
}
#header .menu .link-item:hover {
	border-bottom:2px solid #fff;
}
#header.sabit .menu .link-item:hover {
	border-bottom:2px solid #656768;
}

#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:250px;
	padding:5px 10px;
	border-radius: 0px;
	background: #ffffff;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.26);
	border-top:5px solid var(--anarenk);
}
#header .menu .link-li:hover .acilan {
	display:block;
}
#header .menu .acilan ul {
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	grid-column-gap:0px;
	grid-row-gap:10px;
	padding:0px;
}
#header .menu .acilan .link-item {
	line-height:24px;
    color: #000;
	padding:0px 10px;
}



#header .arama {
	position:relative;
}
#header .arama .form-control {
	padding-left:60px;
	width: 199px;
	height: 56px;
	border-radius: 47px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.07);
}
#header.sabit .arama .form-control {
	border: 1px solid rgba(101, 103, 104, 0.15);
	background: rgba(255, 255, 255, 0.07);
}
#header .arama .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
#header.sabit .arama .form-control::placeholder {
  color: #A5A8A9;
}
#header .arama .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgba(255,255,255,0.7);
}
#header.sabit .arama .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #A5A8A9;
}
#header .arama .btn {
	position:absolute;
	top:0px;
	left:0px;
	width:60px;
	height:100%;
	font-size:30px;
	color:#fff;
}
#header.sabit .arama .btn {
	color: #A5A8A9;
}
#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	height:100%;
}
#header .dil .default {
	display:flex;
	align-items:center;
	grid-gap:8px;
	height:56px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#header.sabit .dil .default {
	color: #fff;
}
#header .dil .default span {
	width:32px;
	height:32px;
	border-radius:50%;
}
#header .dil .default span i {
	color:#fff;
	font-size:30px;
}
#header.sabit .dil .default span i {
	color:#fff;
}
#header .dil .default i {
	color:#fff;
	font-size:20px;
}
#header .dil .default .sepetsayi {
	position: absolute;
    top: 6px;
    right: 64px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f60606;
    font-size: 10px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header.sabit .dil .default i {
	color:#656768;
}

#header .dil .acilan {
	position:absolute;
	top:100%;
	right:0px;
	width:186px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
	background:#fff;
	padding:20px 30px;
}
#header.sabit .dil .acilan {
	border:1px solid #656768;
}
#header .dil .acilan:before {
	position:absolute;
	content:"";
	top:-20px;
	right:20px;
	border-color: transparent transparent #fff transparent;
	border-style: solid;
	border-width: 10px;
	width: 0px;
	height: 0px;
}
#header.sabit .dil .acilan:before {
	border-color: transparent transparent #656768 transparent;
}
#header .dil .acilan.kucuk {
	width:86px;
}
#header .dil .acilan.buyuk {
	width:410px;
}
#header .dil .acilan .default {
	color: #656768;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 37px; /* 231.25% */
	height:37px;
}
#header .dil:hover .acilan {
	display:block;
}
#header .dil .acilan .sayi {
	color: #656768;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 112.5% */
	margin-bottom:10px;
}
#header .dil .acilan .urun {
	Display:flex;
	flex-wrap:wrap;
	padding:10px 0px;
	border-bottom:1px solid #F4F4F4;
	margin-bottom:10px;
}
#header .dil .acilan .urun .ures {
	width:90px;
	height:90px;
	object-fit:contain;
}
#header .dil .acilan .urun .ubilgi {
	width:164px;
    padding-left: 10px;
}
#header .dil .acilan .urun .ubilgi .adi {
	color: #656768;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 112.5% */
}
#header .dil .acilan .urun .ubilgi .desc {
	color: #A5A8A9;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
#header .dil .acilan .urun .uislem {
	Display:flex;
	flex-direction:column;
	align-items:flex-end;
	width:calc(100% - 254px);
    padding-left: 10px;
}
#header .dil .acilan .urun .uislem .fiyat {
	color: #656768;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	margin-bottom:auto;
}
#header .dil .acilan .urun .uislem .sil {
	color: #656768;
	font-size: 16px;
	cursor:pointer;
}
#header .dil .acilan .sepetbilgi {
	Display:flex;
	align-items:center;
	margin-bottom:10px;
	color: #656768;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#header .dil .acilan .sepetbilgi span {
	font-weight: 600;
	margin-right:auto;
}
#header .dil .acilan .sepetbilgi b {
	font-weight: 700;
}

#header .dil .acilan .butonlar {
	Display:flex;
	align-items:center;
	grid-gap:10px;
}
#header .dil .acilan .butonlar .btn {
	width:calc(50% - 5px);
}


/*------------------mobilheader----------------------*/

#mobilheader {
	display:none;
	align-items:center;
	flex-wrap:wrap;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
	padding:0px 11px;
	background:#fff;
	border-bottom:1px solid rgba(245,245,245,1);
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	background:var(--krem);
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:var(--krem);
}

#mobilheader .alansol {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

#mobilheader .alanorta {
	width:30%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

#mobilheader .alansag {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	grid-column-gap:0px;
}
#mobilheader .orta {
	display:flex;
	align-items:center;
	width:100%;
	padding:5px 0px;
}
#mobilheader .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-right:auto;
}
#mobilheader .logo img {
	height:35px;
}
#mobilheader .orta .sag {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#mobilheader .orta a {
	position:relative;
    font-size: 24px;
    color: #000;
	padding:0px 5px;
}
#mobilheader .orta a .sepetsayi {
	position:absolute;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	top:0px;
	left:-5px;
	width:20px;
	height:20px;
	border-radius:20px;
	background:red;
	color:#fff;
	font-size:10px;
}
#mobilheader .alt {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	width:100%;
	padding:5px 0px;
	grid-gap:5px;
}
#mobilheader .acbtn {
	display:flex;
	align-items:center;
	justify-content:center;
	width:32px;
	height:36px;
	border:1px solid rgb(227, 227, 227);
    font-size: 18px;
    color: #000;
}
#mobilheader .arama {
	width:calc(100% - 37px);
	height:36px;
}
#mobilheader .arama .form-control{
	height:36px;
	border:1px solid rgb(227, 227, 227);
	border-radius:0px;
    font-size: 16px;
}
#mobilheader .arama {
	position:relative;
	max-width:100%;
	transition:all 0.3s ease;
	width:calc(100% - 37px);
	height:36px;
}
#mobilheader .arama .form-control {
	background:transparent;
	border-radius:0px;
	border:1px solid rgb(227, 227, 227);
	color:var(--siyah);
	padding:0px 20px;
    height: 36px;
    line-height: 30px;
	background:#fff;
}
#mobilheader .arama .form-control:focus {
	border:1px solid rgba(0,0,0,1) !important;
}
#mobilheader .arama .btn {
	position:absolute;
	top:0px;
	right:0px;
	width:36px;
	height:36px;
	font-size:18px;
	color:var(--siyah);
	padding:0px;
	justify-content:center;
}


/*------------------mobilmenu----------------------*/


#mobilmenu {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow-y:scroll;
	z-index:1000;
	background: #fff;
	transform: translateX(-100%);
	transition:all 0.3s ease;
}

#mobilmenu .ust {
	display:flex;
	align-items:center;
	width:100%;
	height:65px;
	padding:10px;
}
#mobilmenu .ust .logo {
	max-height:100%;
	max-width:70%;
	margin-right:auto;
}
#mobilmenu .ust .kapat {
	font-size:40px;
	color:#000;
}
#mobilmenu .menu {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 0px;
}
#mobilmenu .menu ul {
	display: flex!important;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
}
#mobilmenu .menu .link-li {
	position:relative;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
	border-bottom:1px solid rgba(51, 51, 51, 0.1);
	padding:5px 40px 5px 5px;
}
#mobilmenu .menu .link-li:last-child {
	border-bottom:0px solid rgba(51, 51, 51, 0.1);
}
#mobilmenu .menu .link-li.hover:before {
    position:absolute;
	content:"\f105";
	top:5px;
	right:0px;
	width:30px;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:#000;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
#mobilmenu .menu .link-item {
	font-size:14px;
	line-height:32px;
	font-weight:500;
	color:rgb(0, 0, 0);
	letter-spacing:1.8px;
}
#mobilmenu .menu .acilan {
	display:none;
	width: 100%;
}
#mobilmenu .menu .link-li:hover .acilan {
	display:block;
}
#mobilmenu .menu .acilan ul {
	width: 100%;
}

#mobilmenu .menu .acilan ul .link-li {
    min-height: 32px;
}
#mobilmenu .menu .acilan ul .link-item {
	font-size:14px;
	line-height:32px;
	color:rgb(51, 51, 51, 0.6);
}

#mobilmenu .arama {
	position:relative;
}
#mobilmenu .arama .form-control {
	border:1px solid var(--anarenk);
}
#mobilmenu .arama .btn {
	position:absolute;
	top:0px;
	right:0px;
	width:46px;
	height:46px;
	font-size:20px;
	color:#000;
	border-radius:9px;
	padding:0px;
	justify-content:center;
}

#mobilmenu .butonlar {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .butonlar a {
	display:block;
	font-size:12px;
	font-weight:400;
	line-height:32px;
	color:rgb(0, 0, 0);
	letter-spacing:1.2px;
}

#mobilmenu .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	font-size:28px;
	color:rgb(0, 0, 0);
	margin-right:5px;
}
#mobilmenu .sosyal a:hover {
	color: var(--krem);
}


/*------------------slider----------------------*/

#slider {
	position:relative;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	max-height:100vh;
	object-fit:cover;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	z-index:5;
}
#slider .item .bilgi .yazi1 {
	color: #FFF;
	font-size: 75px;
	font-style: normal;
	font-weight: 700;
	line-height: 86px; /* 114.667% */
	margin-bottom:22px;
}
#slider .item .bilgi .git {
	Display:inline-flex;
	align-items:center;
	height:64px;
	background:#fff;
	padding:0px 63px;
	color: #656768;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 10.8px;
	    margin-bottom: 15px;
}
#slider .item .bilgi .git:hover {
	background:var(--anarenk);
	color: #fff;
}
#slider .swbuton {
	position:absolute;
	bottom:30px;
	left:30px;
	Display:flex;
	align-items:center;
	grid-gap:20px;
	z-index:20;
}
#slider .swbuton .slider-button-prev ,
#slider .swbuton .slider-button-next 
{
	font-size:30px;
	color:rgba(255,255,255,0.3);
}
#slider .swbuton .slider-button-prev:hover ,
#slider .swbuton .slider-button-next:hover 
{
	color:rgba(255,255,255,1);
}
#slider .swbuton .slider-pagination 
{
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color:rgba(255,255,255,0.3);
}
#slider .swbuton .slider-pagination .swiper-pagination-current
{
	color:rgba(255,255,255,1);
}
#slider .altkutular {
	position:absolute;
	bottom:-20px;
	right:30px;
	z-index:20;
	Display:flex;
	align-items:center;
	justify-content:flex-end;
	width:80%;
	grid-gap:20px;
}
#slider .altkutular .kutu {
	width:25%;
	padding:20px;
	background: rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(4px);
}
#slider .altkutular .kutu .icon {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #fff;
}
#slider .altkutular .kutu .icon img {
	height:50px;
}
#slider .altkutular .kutu .adi {
	color: #FFF;
	font-size: 19.359px;
	font-style: normal;
	font-weight: 500;
	line-height: 25.2px; /* 130.169% */
}
#slider .altkutular .kutu .adi span {
	Display:inline-block;
	width:40px;
}

/*------------------kategoriler----------------------*/

#kategoriler {
	position:relative;
	background: #FAFAFA;
	padding:114px 0px 58px 0px;
}
#kategoriler .alan {
	position:relative;
}
#kategoriler .alan .tablar {
	position:relative;
	Display:flex;
	flex-direction:column;
	border-left:1px solid rgba(39, 78, 169, 0.1);
	margin-bottom:200px;
}
#kategoriler .alan .tablar a {
	Display:flex;
	align-items:center;
	height:48px;
	padding:0px 17px;
	color: #A5A8A9;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-left:7px solid transparent;
}
#kategoriler .alan .tablar a.active {
	color: #656768;
	border-left:7px solid #656768;
}
#kategoriler .alan .tabsol {
	Display:none;
}
#kategoriler .alan .tabsol.active {
	Display:block;
}
#kategoriler .alan .tabsol .adi {
	color: #656768;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px; /* 102.857% */
	letter-spacing: -0.9px;
	margin-bottom:9px;
}
#kategoriler .alan .tabsol .desc {
	color: #A5A8A9;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px; /* 180% */
	letter-spacing: -0.5px;
	margin-bottom:30px;
}
#kategoriler .alan .tabsol .git {
	Display:inline-flex;
	align-items:center;
	height:64px;
	background:#A5A8A9;
	padding:0px 63px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 10.8px;
}
#kategoriler .alan .tabsol .git:hover {
	background:var(--anarenk);
	color: #fff;
}
#kategoriler .alan .tabsag {
	position:absolute;
	top:0px;
	right:0px;
	width:calc(50% + 330px);
	height:100%;
	Display:none;
}
#kategoriler .alan .tabsag.active {
	Display:flex;
}
#kategoriler .alan .tabsag .resim {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}
#kategoriler .alan .tabsag .ozellikler {
	position:absolute;
	bottom:30px;
	left:30px;
	Display:flex;
	align-items:center;
	grid-gap:20px;
}
#kategoriler .alan .tabsag .ozellikler .ozellik {
	Display:flex;
	align-items:center;
	grid-gap:10px;
}
#kategoriler .alan .tabsag .ozellikler .ozellik img {
	height:21px;
    filter: brightness(100);
	opacity:0.5;
}
#kategoriler .alan .tabsag .ozellikler .ozellik span {
	color: rgba(255, 255, 255, 0.50);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 166.667% */
}

/*------------------kategoritur1----------------------*/

#kategoritur1 {
	position:relative;
	padding:58px 0px 58px 0px;
}
#kategoritur1 .alan {
	position:relative;
	background-size:auto 97% !important;
	background-repeat:no-repeat !important;
}
#kategoritur1 .alan .sol {
	position:relative;
	padding:90px 0px;
}
#kategoritur1 .alan .sol .logo img {
	height:57px;
}
#kategoritur1 .alan .sol .adi {
	color: #FFF;
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#kategoritur1 .alan .sag {
	position:relative;
	padding:90px 0px;
}
#kategoritur1 .alan .sag .adi {
	color: #A5A8A9;
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#kategoritur1 .alan .sag .adi span {
	position:relative;
}
#kategoritur1 .alan .sag .adi span:before {
	position:absolute;
	content:"";
	top:-4px;
	right:-24px;
	width:24px;
	height:24px;
	background:url('../img/filigran-2.png');
	background-repeat:no-repeat;
	background-size:auto 100%;
}
#kategoritur1 .alan .sag .desc {
	color: #A5A8A9;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:39px;
}
#kategoritur1 .alan .sag .ozellikler {
	Display:flex;
	align-items:center;
	grid-gap:20px;
	margin-bottom:100px;
}
#kategoritur1 .alan .sag .ozellikler .ozellik {
	Display:flex;
	align-items:center;
	grid-gap:10px;
}
#kategoritur1 .alan .sag .ozellikler .ozellik img {
	height:21px;
}
#kategoritur1 .alan .sag .ozellikler .ozellik span {
	color: #A5A8A9;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 166.667% */
}
#kategoritur1 .alan .sag .git {
	Display:inline-flex;
	align-items:center;
	height:64px;
	background:#A5A8A9;
	padding:0px 63px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 10.8px;
}
#kategoritur1 .alan .sag .git:hover {
	background:var(--anarenk);
	color: #fff;
}
#kategoritur1 .alan .resimk {
	position:relative;
	z-index:20;
}
#kategoritur1 .alan .resimk:before {
	position:absolute;
	content:"";
	top:-24px;
	right:-24px;
	width:129px;
	height:129px;
	background:url('../img/filigran-1.png');
	background-repeat:no-repeat;
	background-size:100% auto;
	z-index:-1;
}
#kategoritur1 .alan .resimk img {
	width:100%;
}

/*------------------kategoritur2----------------------*/

#kategoritur2 {
	position:relative;
	padding:58px 0px 58px 0px;
}
#kategoritur2 .alan {
	position:relative;
	background-size:auto 97% !important;
	background-repeat:no-repeat !important;
	background-position:right top !important;
}
#kategoritur2:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:25%;
	width:50%;
	height:7px;
	background:#A5A8A9;
}
#kategoritur2 .alan .sol {
	position:relative;
	padding:90px 0px;
}
#kategoritur2 .alan .sol .logo img {
	height:57px;
}
#kategoritur2 .alan .sol .adi {
	color: #FFF;
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align:center;
}
#kategoritur2 .alan .sag {
	position:relative;
	padding:90px 0px;
}
#kategoritur2 .alan .sag .adi {
	color: #A5A8A9;
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#kategoritur2 .alan .sag .adi span {
	position:relative;
}
#kategoritur2 .alan .sag .adi span:before {
	position:absolute;
	content:"";
	top:100%;
	right:0px;
	width:100%;
	height:13px;
	background:url('../img/filigran-3.png');
	background-repeat:no-repeat;
	background-size:100% auto;
}
#kategoritur2 .alan .sag .desc {
	color: #A5A8A9;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:39px;
}
#kategoritur2 .alan .sag .ozellikler {
	Display:flex;
	align-items:center;
	grid-gap:20px;
	margin-bottom:100px;
}
#kategoritur2 .alan .sag .ozellikler .ozellik {
	Display:flex;
	align-items:center;
	grid-gap:10px;
}
#kategoritur2 .alan .sag .ozellikler .ozellik img {
	height:21px;
}
#kategoritur2 .alan .sag .ozellikler .ozellik span {
	color: #A5A8A9;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 166.667% */
}
#kategoritur2 .alan .sag .git {
	Display:inline-flex;
	align-items:center;
	height:64px;
	background:#A5A8A9;
	padding:0px 63px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 10.8px;
}
#kategoritur2 .alan .sag .git:hover {
	background:var(--anarenk);
	color: #fff;
}
#kategoritur2 .alan .resimk {
	position:relative;
	z-index:20;
}
#kategoritur2 .alan .resimk:before {
	position:absolute;
	content:"";
	top:-24px;
	left:12px;
	width:64px;
	height:64px;
	background:url('../img/filigran-4.png');
	background-repeat:no-repeat;
	background-size:100% auto;
	z-index:3;
}
#kategoritur2 .alan .resimk2:after {
	position:absolute;
	content:"";
	bottom:-24px;
	right:-24px;
	width:129px;
	height:129px;
	background:url('../img/filigran-5.png');
	background-repeat:no-repeat;
	background-size:100% auto;
	z-index:-1;
}
#kategoritur2 .alan .resimk img {
	width:100%;
}

/*------------------beforeafter----------------------*/

#beforeafter {
	position:relative;
	background: #FAFAFA;
	padding:58px 0px 58px 0px;
}
#beforeafter .ust {
	position:relative;
	Display:flex;
	align-items:center;
	margin-bottom:40px;
}
#beforeafter .ust .baslik {
	color: #A5A8A9;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-right:auto;
}
#beforeafter .ust .butonlar {
	Display:flex;
	flex-wrap:wrap;
	grid-gap:10px;
}
#beforeafter .bfitem {
	position:relative;
	Display:flex;
	flex-wrap:wrap;
	grid-gap:2px;
	background:#fff;
}
#beforeafter .bfitem .sol ,
#beforeafter .bfitem .sag 
{
	position:relative;
	width:calc(50% - 1px);
}
#beforeafter .bfitem .sol img ,
#beforeafter .bfitem .sag img 
{
	width:100%;
	aspect-ratio:216/437;
	object-fit:cover;
	object-position:center;
}
#beforeafter .bfitem .sol span ,
#beforeafter .bfitem .sag span 
{
	position:absolute;
	top:30%;
	left:20%;
	width:60%;
	background:#fff;
	padding:7px;
	color: #656768;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align:center;
}

.swiper-pagination-bullets {
	Display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:3px;
	margin-top:30px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
	width:12px;
	height:12px;
	background:transparent;
	border:2px solid rgba(165, 168, 169, 1);
	opacity:1;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background:rgba(165, 168, 169, 1);
	border:2px solid rgba(165, 168, 169, 1);
}
/*------------------ozellikler----------------------*/

#ozellikler {
	position:relative;
	background: rgba(0, 160, 175, 0.19);
	z-index:20;
}
#ozellikler .arka {
	position:absolute;
	top:0px;
	left:0px;
	width:calc(50% - 110px);
	height:100%;
	object-fit:cover;
	object-position:center;
}
#ozellikler .sag {
	padding:56px 0px 56px 30px;
}
#ozellikler .yazi1 {
	color: #656768;
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:14px;
}
#ozellikler .yazi2 {
	color: #A5A8A9;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 33px; /* 183.333% */
	margin-bottom:54px;
}
#ozellikler .ozellikler {
	Display:flex;
	flex-wrap:wrap;
}
#ozellikler .ozellikler .ozellik {
	Display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:Center;
	grid-gap:24px;
	width:25%;
	padding:0px 10px;
}
#ozellikler .ozellikler .ozellik img {
	height:44px;
}
#ozellikler .ozellikler .ozellik span {
	color: #656768;
	font-size: 14.859px;
	font-style: normal;
	font-weight: 500;
	line-height: 27.861px; /* 187.5% */
	text-align:center;
}

/*------------------bloglar----------------------*/

#bloglar {
	position:relative;
	background: linear-gradient(46deg, #F2F2F2 50%, rgba(0, 160, 175, 0.3) 100%);
	padding:130px 0px;
	z-index:20;
}
#bloglar .ust {
	Display:flex;
	align-items:center;
	margin-bottom:74px;
}
#bloglar .ust .baslik {
	margin-right:auto;
}
#bloglar .ust .baslik small {
	Display:block;
	color: #656768;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#bloglar .ust .baslik b {
	Display:block;
	color: #656768;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#bloglar .swiper-slide {
	opacity:0.5;
	scale:0.95;
}
#bloglar .swiper-slide-active {
	opacity:1;
	scale:1;
}
#bloglar .blogitem {
	Display:flex;
	flex-wrap:wrap;
	background:#fff;
	padding:11px;
}
#bloglar .blogitem .sol {
	width:50%;
}
#bloglar .blogitem .sol img {
	width:100%;
	aspect-ratio:464/306;
	object-fit:cover;
	object-position:center;
}
#bloglar .blogitem .sag {
	Display:flex;
	flex-direction:column;
	justify-content:center;
	width:50%;
	padding:16px 0px 16px 30px;
}
#bloglar .blogitem .sag .sag1 {
	Display:flex;
	align-items:center;
	margin-bottom:29px;
}
#bloglar .blogitem .sag .sag1 .tarih {
	color: #A5A8A9;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-right:auto;
}
#bloglar .blogitem .sag .sag1 .oneri {
	padding:7px 15px;
	background: rgba(0, 190, 189, 0.20);
	color: #656768;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#bloglar .blogitem .sag .adi {
	color: #656768;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:18px;
}
#bloglar .blogitem .sag .desc {
	color: #656768;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:34px;
}
#bloglar .blogitem .sag .oku {
	Display:inline-flex;
	align-items:center;
	grid-gap:15px;
	color: #A5A8A9;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#bloglar .blogitem .sag .oku i {
	font-size: 24px;
}
/*------------------videolar----------------------*/

#videolar {
	position:relative;
	background: #FAFAFA;
	padding:58px 0px 58px 0px;
}
#videolar .ust {
	position:relative;
	Display:flex;
	align-items:center;
	margin-bottom:40px;
}
#videolar .ust .baslik {
	color: #A5A8A9;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-right:auto;
}
#videolar .videoitem {
	position:relative;
	Display:block;
}
#videolar .videoitem .resim {
	width:100%;
	aspect-ratio:430/248;
	object-fit:cover;
	object-position:center;
}
#videolar .videoitem .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	Display:flex;
	align-items:flex-end;
	padding:20px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.56) 100%);
}
#videolar .videoitem .bilgi .play {
	Display:flex;
	align-items:center;
	justify-content:center;
	width:48px;
	height:48px;
	border-radius:50%;
	background:rgba(101, 103, 104, 0.6);
	backdrop-filter:blur(4px);
	font-size:22px;
	color:#fff;
}
#videolar .videoitem .bilgi .adi {
	Display:flex;
	align-items:center;
	width:calc(100% - 48px);
	padding-left:10px;
	color: #FFF;
	font-family: "Red Hat Display";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 144.444% */
	height:48px;
}
#videolar .ikili {
	Display:flex;
	flex-direction:column;
	grid-gap:20px;
}
#videolar .tekli {
	Display:flex;
	flex-direction:column;
	height:100%;
}
#videolar .tekli .videoitem {
	height:100%;
}
#videolar .tekli .videoitem .resim {
	height:100%;
}
/*------------------footer----------------------*/

#footer {
	position:relative;
}
#footer .ust {
	position:relative;
	padding:50px 0px;
	Display:flex;
	align-items:center;
}
#footer .ust .logo {
	margin-right:auto;
}
#footer .ust .logo img {
	height:90px;
}
#footer .ust .sosyal {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#footer .ust .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 52px;
	height: 52px;
	font-size:20px;
	color:rgba(101, 103, 104, 1);
	background:rgba(165, 168, 169, 0.3);
	border-radius:50%;
}
#footer .ust .sosyal a:hover {
	color: var(--anarenk);
}
#footer .orta {
	position:relative;
	padding:50px 0px;
}
#footer .menubas {
	Display:block;
	color: #A5A8A9;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:7px;
}
#footer .menulink {
	Display:block;
	color: #A5A8A9;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:7px;
}
#footer .ebulten {
	Display:block;
}
#footer .ebulten .yazi {
	color: #A5A8A9;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:15px;
}
#footer .ebulten .form-control {	
	height: 50px;
	border-radius: 56px;
	border: 1px solid #E7E7E7;
	background: #FFF;
	margin-bottom:15px;
}
#footer .alt {
	position:relative;
	Display:flex;
	align-items:center;
	padding:30px 0px;
}
#footer .alt .copy {
	color: #A5A8A9;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-right:auto;
}
#footer .alt .visa {
	height:16px;
}
/*------------------bread----------------------*/

#bread {
	position:relative;
	background-size:cover !important;
}
#bread .alan {
	Display:flex;
	flex-direction:column;
	padding:100px 0px 0px 0px;
}
#bread .alan .title {
	color: #FFF;
	font-size: 68px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-shadow: 3px 3px 3px #000;
}
#bread .alan .desc {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#bread .alan .linkler {
	Display:flex;
	align-items:center;
	grid-gap:3px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:100px;
	margin-bottom:20px; 
}
#bread .alan .linkler a {
	color: #FFF;
}
#bread .kampanya {
	background: rgba(165, 168, 169, 0.40);
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding:7px 0px;
	text-align:center;
}


/*------------------urunler----------------------*/

#urunler {
	padding:25px 0px;
	background:#FAFAFA;
}

.filtrebar {
	display:flex;
	align-items:center;
	margin-bottom:25px;
}
.filtrebar .form-control {
	width:auto;
	height:55px;
	padding:0px 30px;
	border-radius: 56px;
	border: 1px solid #E7E7E7;
	background: #FFF;
}

.filtrecookie {
	margin-bottom:20px;
}
.filtrecookie a {
	font-size:12px;
}
.filtrecookie a span {
	color:var(--kirmizi);
}

.solfiltre {
	position:relative;
}
.solfiltre .bas {
	display:flex;
	align-items:center;
	padding:0px 0px;
	height:45px;
	color: #656768;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:25px;
}
.solfiltre .filtresatir {
	position:relative;
	margin-bottom:10px;
	border-radius:4px;
}
.solfiltre .filtresatir .filtreadi {
	position:relative;
	padding:5px 0px 5px 0px;
	color: #656768;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:10px;
}
.solfiltre .filtresatir .filtresecenekler{
	position:relative;
	padding:0px 0px 0px 0px;
}
.solfiltre .filtresatir .filtresecenekler2{
	position:relative;
	padding:0px 10px 10px 10px;
}
.solfiltre .filtresatir .filtrelink {
	font-size:16px;
	font-weight:400;
	line-height:32px;
	color:#000;
}
.solfiltre .filtresatir .katac {
	position:relative;
	background:rgba(245,245,245,0.5);
	border-radius:4px;
	margin-bottom:4px;
	padding:0px 5px;
}
.solfiltre .filtresatir .katac.active {
	background:rgba(245,245,245,1);
}
.solfiltre .filtresatir .katac.active .filtrelink{
	font-weight:500;
	color:var(--anarenk);
}
.solfiltre .filtresatir .katac.pasif .filtrelink{
	display:block;
}
.solfiltre .filtresatir .katac:before {
	position: absolute;
    content: "\f105";
    top: 0px;
    right: 0px;
    height: 32px;
    width: 30px;
    font-size: 20px;
    color: var(--anarenk);
    font-family: 'Line Awesome Free';
    font-weight: 900;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.solfiltre .filtresatir .katac.active:before {
	transform:rotate(90deg);
}

.solfiltre .filtresatir .katac.pasif:before {
	display:none;
}
.solfiltre .filtresatir .katacilan {
	display:none;
}

.solfiltre .filtresatir .katacilan.active {
	display:block;
}

/*------------------urunitem----------------------*/

.urunitem {
	position:relative;
	margin-bottom:15px;
	background: #fff;
	padding:5px;
	display:flex;
	flex-direction:column;
	height:calc(100% - 15px);
}
.urunitem .resimler {
	position:relative;
	width:100%;
	margin-bottom:10px;
}
.urunitem .resimler .btn {
	position:absolute;
	bottom:15px;
	left:15px;
	width:calc(100% - 30px);
	opacity:0;
	transition:all 0.3s ease;
}
.urunitem:hover .resimler .btn {
	opacity:1;
}
.urunitem .resimler .item {
	position:relative;
	display:flex;
	align-items:flex-end;
	justify-content:center;
	width:100%;
	aspect-ratio:4/3;
	background:#fff;
}
.urunitem .resimler .item img {
	width:100%;
    mix-blend-mode: darken;
}
.urunitem .resimler .indirim {
	position:absolute;
	top:10px;
	left:10px;
	padding:8px 15px;
	border-radius:50px;
	background:var(--anarenk);
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 150% */
	
}
.urunitem .resimler .favoriekle {
	position:absolute;
	top:10px;
	right:10px;
	width:20px;
	height:20px;
	font-size:20px;
	color:#000;
	cursor:pointer;
}
.urunitem .resimler .favoriekle.active {
	color:var(--kirmizi);
}
.urunitem .kategori {
	display:block;
	text-align:center;
	color:var(--siyah);
	font-size:12px;
	font-weight:300;
	letter-spacing:2.4px;
	line-height:16px;
}
.urunitem .marka {
	Display:block;
	color: #656768;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 160% */	
}
.urunitem .adi {
	Display:block;
	color: #656768;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 133.333% */
	margin-bottom:8px;
}
.urunitem .avantajlar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 2.5px;
	margin-bottom:10px;
}
.urunitem .avantajlar span {
    display: flex;
    align-items: center;
	justify-content:center;
    width:calc(25% - 2px);
	padding:5px;
	font-size:10px;
	line-height:12px;
	font-weight:700;
	height:40px;
	border-radius:4px;
	color:#000;
	text-align:center;
}

.urunitem .fiyat {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	height:45px;
	text-align:center;
}
.urunitem .fiyat span {
	display:block;
	color: #656768;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 109.091% */
}
.urunitem .fiyat del {
	color: #656768;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration-line: strikethrough;
}
.urunitem .indirim {
	display:inline-block;
	color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    background: #f00;
    padding: 3px;
    border-radius: 4px;
}
.urunitem .ekle {
	margin-top:auto;
}
.urunitem .sepeteklebuton {
	display:inline-flex;
}
.urunitem:hover .sepeteklebuton {
	display:inline-flex;
}



/*------------------sepetpopup----------------------*/

#girispopup {
    z-index:10000;
}
#girispopup .modal-body {
	position:relative;    
}
#girispopup .modal-body .kapat {
	position:absolute;
	top:20px;
	right:20px;
	width:40px;
	height:40px;
	border-radius:20px;
	background:var(--kirmizi);
	font-size:20px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:100;
	border:0px;
	opacity:0.5;
	transition:all 0.3s ease;
}
#girispopup .modal-body .kapat:hover {
	opacity:1;
}
#girispopup .modal-dialog {
	max-width: 376px;
	height: 100%;
	margin: 0px 0px 0px auto;
}

#girispopup .modal-content {
	height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
	border-radius:0px;
	border:0px;
	background-color: #fff;
}
#girispopup .modal-lg, 
#girispopup .modal-xl {
    max-width: 35%;
}

/*------------------urunpopup----------------------*/

#urunpopup {
    z-index:10000;
}
#urunpopup .modal-body {
	position:relative;    
}
#urunpopup .modal-body .kapat {
	position:absolute;
	top:20px;
	right:20px;
	width:40px;
	height:40px;
	border-radius:20px;
	background:var(--kirmizi);
	font-size:20px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:100;
	border:0px;
	opacity:0.5;
	transition:all 0.3s ease;
}
#urunpopup .modal-body .kapat:hover {
	opacity:1;
}
#urunpopup .modal-dialog {
	max-width: 376px;
	height: 100%;
	margin: 0px 0px 0px auto;
}

#urunpopup .modal-content {
	height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
	border-radius:0px;
	border:0px;
	background-color: #fff;
}
#urunpopup .modal-lg, 
#urunpopup .modal-xl {
    max-width: 35%;
}

/*------------------sepetpopup----------------------*/

#sepetpopup {
    z-index:10000;
}
#sepetpopup .modal-body {
	position:relative;    
	display:flex;
	flex-direction:column;
}
#sepetpopup .modal-body .kapat {
	position:absolute;
	top:20px;
	right:20px;
	width:40px;
	height:40px;
	border-radius:20px;
	background:var(--kirmizi);
	font-size:20px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:100;
	border:0px;
	opacity:0.5;
	transition:all 0.3s ease;
}
#sepetpopup .modal-body .kapat:hover {
	opacity:1;
}
#sepetpopup .modal-dialog {
	max-width: 376px;
	height: 100%;
	margin: 0px 0px 0px auto;
}

#sepetpopup .modal-content {
	height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
	border-radius:0px;
	border:0px;
	background-color: #fff;
}
#sepetpopup .modal-lg, 
#sepetpopup .modal-xl {
    max-width: 35%;
}


/*------------------sepetsatir----------------------*/
.sepeturunalan {
	margin-bottom:0px;
}
.sepetsatir {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	padding:10px;
	border-radius:4px;
	border:1px solid rgba(245,245,245,1);
}
.sepetsatir .resim {
	width:100px;
}
.sepetsatir .resim img {
	width:100%;
	aspect-ratio:2/4;
	object-fit:cover;
	max-height:170px;
}
.sepetsatir .sag {
	display:flex;
	flex-direction:column;
	flex:0 0 auto;
	width:calc(100% - 100px);
	padding-left:10px;
}

.sepetsatir .adi {
    font-size:14px;
	font-weight:500;
	line-height:22px;
	color:rgba(0,0,0,1);
	margin-bottom:5px;
}
.sepetsatir .varyasyon {
    font-size:16px;
	font-weight:400;
	line-height:22px;
	color:rgba(0,0,0,0.7);
	margin-bottom:10px;
}
.sepetsatir .fiyat {
	color: var(--anarenk);
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:10px;
}
.sepetsatir2 {
	position:relative;
	padding:10px;
	border-radius:4px;
	border:1px solid rgba(245,245,245,1);
}
.sepetsatir2 .resim {
	width:100%;
}
.sepetsatir2 .resim img {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
	max-height:300px;
}

.sepetsatir2 .adi {
    font-size:14px;
	font-weight:500;
	line-height:22px;
	color:rgba(0,0,0,1);
}
.sepetsatir2 .varyasyon {
    font-size:16px;
	font-weight:400;
	line-height:22px;
	color:rgba(0,0,0,0.7);
}
.sepetsatir2 .fiyat {
	color: var(--anarenk);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

/*------------------sepetkuponalan----------------------*/
.sepetkuponalan {
	margin-top:auto;
	margin-bottom:20px;
}

/*------------------sepetbilgialan----------------------*/
.sepetbilgialan {
	display:flex;
	flex-direction:column;
	grid-gap:2px;
	border-radius:4px;
	border: 1px solid rgba(245,245,245,1);
}
.sepetbilgialan .bilgisatir {
	display:flex;
	align-items:center;
	padding:5px 10px;
	border-radius:4px;
}
.sepetbilgialan .bilgisatir .sol {
	margin-right:auto;
	font-size:16px;
	color:#000;
	font-weight:700;
}
.sepetbilgialan .bilgisatir .sol.text-success {
	font-size:24px;
}
.sepetbilgialan .bilgisatir .sag {
	font-size:16px;
	color:#000;
	font-weight:500;
}
.sepetbilgialan .bilgisatir .sag.text-success {
	font-size:24px;
}


/*------------------paylas----------------------*/

.paylas {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	grid-column-gap:6px;
}
.paylas .link {
	width:calc(33.33% - 4px);
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.paylas .link .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	font-size:25px;
}
.paylas .link .ad {
	width:calc(100% - 50px);
	font-size:18px;
	font-weight:500;
	padding-left:10px;
}
.paylas .link.facebook {
	background:rgba(59,89,152,1);
}
.paylas .link.facebook .icon {
	background:rgba(24,119,242,1);
	color:#fff;
}
.paylas .link.facebook .ad {
	color:#fff;
}
.paylas .link.twitter {
	background:rgba(29,161,242,1);
}
.paylas .link.twitter .icon {
	background:rgba(0,0,0,1);
	color:#fff;
}
.paylas .link.twitter .ad {
	color:#fff;
}
.paylas .link.whatsapp {
	background:rgba(7,94,84,1);
}
.paylas .link.whatsapp .icon {
	background:rgba(37,211,102,1);
	color:#fff;
}
.paylas .link.whatsapp .ad {
	color:#fff;
}

/*------------------yorumlar----------------------*/


.yorumlar {
	border:1px solid rgba(0,0,0,0.1);
	padding:10px 20px;
	border-radius:13px;
	background:#fff;
}
.yorumlar .yorumlarust {
	display:flex;
	align-items:center;
	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;
}
.yorumlar .uyari {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	padding:30px;
	margin-right: 4px;
    line-height: 18px;
    font-size: 14px;
    color: #666;
}
.yorumlar .uyari .icon{
	display:flex;
	justify-content:center;
	align-items:center;
	width:60px;
	height:60px;
	border-radius:30px;
	font-size:24px;
	color:var(--anarenk);
	background:#f5f5f5;
	margin-bottom:15px;
}

#yorummodal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0px;
}
#yorummodal .carousel-caption {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding-top: 5.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
}
#yorummodal .yazilar {
    padding:20px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}

#yorummodal .yazilar .puanlar {
	margin-bottom:10px;
}
#yorummodal .yazilar .puanlar i {
	color:#febf43;
}
#yorummodal .yazilar .puanlar span {
	color: #a3a3a3;
	font-size: 13px;
	font-weight: 600;
	line-height: 25px;
}
#yorummodal .yazilar .yazi {    
	font-size: 14px;
    font-weight: 300;
    line-height: 20px;
	margin-bottom:10px;
}
#yorummodal .yazilar .adi {  
	opacity:0.7;
	font-size: 12px;
    font-weight: 300;
    line-height: 20px;
	margin-bottom:10px;
}

/*------------------nav----------------------*/

.nav {
    grid-gap: 10px;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: 100%;
    border: 1px solid var(--anarenk);
	color:var(--anarenk);
}
.nav-pills .nav-link.active, .nav-pills .show&gt;.nav-link {
    color: #fff;
    background-color: var(--anarenk);
}
.tab-content&gt;.active {
    display: block;
    padding: 20px 20px;
    margin-top: 20px;
    border-radius: 4px;
    background: rgba(245,245,245,1);
}

.kargolabel {
	cursor:pointer;
}
.kargolabel img {
	border-radius:4px;
	border:4px solid rgba(0,0,0,0.3);
}
.kargolabel.active img {
	border:4px solid #198754;
}


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

#urundetay .resslider {
	position:relative;
    background: #F6F6F6;
}
#urundetay .resim {
    width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	max-height:180px;
}
#urundetay .adi {
	color: #656768;
	font-size: 46px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#urundetay .kod {
	color: #656768;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:10px;
}
#urundetay .desc {
	color: #656768;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	margin-bottom:10px;
}

#urundetay .varyasyon {
	display:flex;
	flex-wrap:wrap;
	grid-gap:10px;
	padding:25px 0px;
}
#urundetay .varyasyon button { 
	display:flex;
	align-items:center;
	justify-content:center; 
	height:38px;	
	border-radius: 52px;
	border: 1px solid rgba(165, 168, 169, 0.30);
	color: #A5A8A9;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background:#fff;
    padding:0px 17px;
	cursor:pointer;
}
#urundetay .varyasyon button.active {  	
	border: 1px solid var(--anarenk)!important;
}
#urundetay .varyasyon button.pasif {  	
	cursor:not-allowed;
	background: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'&gt;&lt;path d='M100 0 L0 100 ' stroke='black' stroke-width='1'/&gt;&lt;path d='M0 0 L100 100 ' stroke='black' stroke-width='1'/&gt;&lt;/svg&gt;");
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% 100%, auto;
}

#urundetay .fiyat {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
#urundetay .fiyat .indirim {
	Display:flex;
	align-items:center;
	justify-content:center;
    width:90px;
    height:52px;
	border-radius:30px;
	padding:0px 15px;
	background:var(--anarenk);
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 133.333% */
}
#urundetay .fiyat span {
    width:calc(100% - 90px);
    padding-left:10px;
}
#urundetay .fiyat del {
	Display:block;
	color: #656768;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration-line: strikethrough;
	opacity: 0.5;
	margin-bottom:8px;
}
#urundetay .fiyat b {
	Display:block;
	color: #656768;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 75% */
}

#urundetay .degerlendirme {
	display:flex;
	padding:0px 0px;
	margin-bottom:20px;
}
#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;
}

#urundetay .avantajlar2 {
    display: flex;
    align-items: center;
	justify-content:flex-start;
    flex-wrap: wrap;
    grid-gap: 2.5px;
	margin-bottom:10px;
}
#urundetay .avantajlar2 span {
    display: flex;
    align-items: center;
	justify-content:center;
    width:calc(20% - 2px);
	padding:5px;
	font-size:10px;
	line-height:12px;
	font-weight:700;
	height:40px;
	border-radius:4px;
	color:#000;
	text-align:center;
}
#urundetay .ilgililer {
	margin-bottom:10px;
}
#urundetay .ilgili {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	background: #F6F6F6;
	padding:9px;
	border-radius:0px;
	margin-bottom:4px;
}
#urundetay .ilgili.active {
	border:1px solid #e30613;
}
#urundetay .ilgili img {
	width:80px;
	height:80px;
	object-fit:cover;
	object-position:Center;
}
#urundetay .ilgili div {
	width:calc(100% - 80px);
	padding-left:14px;
}
#urundetay .ilgili div small {
	display:block;
	color: #656768;
	font-family: "Red Hat Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 142.857% */
}
#urundetay .ilgili div b {
	display:block;
	color: #656768;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
}

#urundetay .kisaaciklama {
    font-size:16px;
	font-weight:400;
	line-height:24px;
	color:rgba(0,0,0,0.7);
	margin-bottom:10px;
}

#urundetay .avantajlar {
	display:flex;
	flex-wrap:inherit;
	justify-content: space-around;
	grid-gap:4px;
	margin-bottom:20px;
}
#urundetay .avantajlar .avantaj {
	width:calc(25% - 3px);
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:center;
}
#urundetay .avantajlar .avantaj div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	border-radius:50%;
	background:var(--anarenk);
	font-size:24px;
	color:#fff;
}
#urundetay .avantajlar .avantaj span {
	width:calc(100% - 50px);
	padding-left:10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(0,0,0,0.8);
	text-align:left;
}
#urundetay .mobilshare {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    color: rgba(0,0,0,0.8);
	text-align:center;
	margin-bottom:20px;
}
#urundetay .mobilshare i {
    font-size: 28px;
}

#urundetay .urundetay1 {
    position: absolute;
	left:15%;
    bottom: 0px;
    height: 100px;
    width: 70%;
}
#urundetay .urundetay1 .swiper-slide {
    width:54px;
}
#urundetay .item {
	position:relative;
	display:block;
	padding:8px;
	cursor:pointer;
}
#urundetay .item .anaresim {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	mix-blend-mode:darken;
}
#urundetay .item .altresim {
	width:54px;
	aspect-ratio:1/1;
	object-fit:cover;
	background:#fff;
}
#urundetay .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	z-index:5;
}
.swiper-pagination-bullets {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--anarenk);
}


/*------------------populerurunler----------------------*/

#populerurunler {
	position:relative;
    padding:40px 0px;
}
#populerurunler .ust {
	position:relative;
	Display:flex;
	align-items:Center;
    margin-bottom:40px;
}
#populerurunler .ust .baslik {
	color: #656768;
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-right:auto;
}
#populerurunler .ust .butonlar {
	Display:flex;
	align-items:center;
	grid-gap:10px;
}
#populerurunler .ust .butonlar div {
	Display:flex;
	align-items:center;
	height:51px;
	border-radius:25px;
	border:1px solid rgba(101, 103, 104, 1);
	padding:0px 30px;
	font-size:25px;
	color:rgba(101, 103, 104, 1);
}
/*------------------urunsss----------------------*/

#urunsss {
	position:relative;
    padding:120px 0px;
	background: #FAFAFA;
}
#urunsss .yazi1 {
	color: #656768;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 54px; /* 108% */
	letter-spacing: -1px;
}
.accordion-item {
    background-color: transparent;
}
.accordion-button {
    color: #656768;
    background-color: transparent;
}
.accordion-button:not(.collapsed) {
    color: #656768;
    background-color: transparent;
}

/*------------------urunbas----------------------*/

#urunbas {
	position:relative;
    padding:10px 0px;
	background: #fff;
}
#urunbas .anaresim {
	width:100%; 
}
#urunbas .yazi1 {
	color: #656768;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 54px; /* 108% */
	letter-spacing: -1px;
}
#urunbas h1, h2 {
	text-align:center;
}

/*------------------urunbas2----------------------*/

#urunbas2 {
	position:relative;
    padding:50px 0px;
	background: #fafafa;
	margin-bottom:20px;
}
#urunbas2 .anaresim {
	width: 90%;
    border: 5px solid #a5a8a9;
    padding: 10px;
    min-height: 100%;
}
#urunbas2 .yazi1 {
	color: #656768;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 54px; /* 108% */
	letter-spacing: -1px;
}
#urunbas2 h1 {
	text-align:center;
}
#urunbas2 h2 {
	text-align:center;
	margin-top:20px;
}
#urunbas2 p {
	margin-bottom:10px;
}
/*------------------urunebulten----------------------*/

#urunebulten {
	position:relative;
    padding:50px 0px;
	background: rgba(205, 255, 253, 0.50);
}
#urunebulten .yazi1 {
	color: #656768;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#urunebulten .ebulten {
	position:relative;
	Display:block;
}
#urunebulten .ebulten .form-control {	
	height: 50px;
	border-radius: 50px;
	border: 1px solid rgba(0, 160, 175, 0.20);
	background: #FFF;
}
#urunebulten .ebulten .btn  {	
	position:absolute;
    top: 8px;
    right: 8px;
	height:33px;
}


/*------------------iletisimpage----------------------*/

.hesapmenu a {
	display:flex;
	align-items:center;
	padding:10px 20px 10px 20px;
	font-size:16px;
	font-weight:500;
    border-radius: 25px;
    border: 1px solid #efefef;
	color:rgba(0,0,0,0.7);
	margin-bottom:10px;
}
.hesapmenu a span {
	margin-left:auto;
	font-size:22px;
}
.hesapmenu a:hover {
	color:#fff;
	background:var(--anarenk);
}
.hesapmenu a.active {
	color:#fff;
	background:var(--anarenk);
}


/*------------------iletisimpage----------------------*/

.hesapmenu {
	display:flex;
	flex-wrap:wrap;
	grid-gap:10px;
	margin-bottom:25px;
}
.hesapmenu a {
	width:calc(50% - 5px);
	padding:6px 20px 6px 20px;
	font-size:14px;
	border-radius: 25px;
	margin-bottom:0px;
}

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

#hakkimizda {
	position:relative;
	z-index:20;
}
#hakkimizda .bolum1 {
	position:relative;
	z-index:20;
	background: #A5A8A9;
	padding:30px 0px;
}
#hakkimizda .bolum1 .resim {
	position:absolute;
	top:0px;
	right:0px;
	width:calc(50% - 0px);
	height:100%;
	object-fit:cover;
	object-position:center;
	z-index:-1;
}
#hakkimizda .bolum1 .yazi1 {
	color: #FFF;
	font-size: 46px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:19px;
}

#hakkimizda .bolum1 .yazi2 p {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 140% */
	margin-bottom:13px;
}
#hakkimizda .bolum2 {
	position:relative;
	z-index:20;
	background: #A5A8A9;
	padding:70px 0px;
}
#hakkimizda .bolum2 .resim {
	width:100%;
}

#hakkimizda .bolum2 .yazi1 {
	color: #FFF;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 46px;
	margin-bottom:15px;
}

#hakkimizda .bolum2 .yazi2 p {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 140% */
	margin-bottom:10px;
}
#hakkimizda .bolum3 {
	position:relative;
	z-index:20;
	background: #A5A8A9;
}
#hakkimizda .bolum3 .resim {
	width:100%;
}
#hakkimizda .bolum4 {
	position:relative;
	z-index:20;
	padding:72px 0px;
}
#hakkimizda .bolum4 .resim {
	width:100%;
}


#hakkimizda .bolum4 .yazi1 p {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 140% */
	margin-bottom:13px;
}
#hakkimizda .bolum5 {
	position:relative;
	z-index:20;
}
#hakkimizda .bolum5 .resim {
	width:100%;
}

/*------------------sss----------------------*/

#sss {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#sss .baslik {
	color: #656768;
	font-size: 46px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align:center;
	margin-bottom:27px;
}
#sss .altbaslik {
	color: #9DA1A2;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:61px;
}
#sss .arama {
	Display:flex;
	align-items:center;
	flex-wrap:wrap;
	grid-gap:15px;
	margin-bottom:61px;
}
#sss .arama .form-control {
	width:calc(100% - 170px);
	height:56px;
	border-radius: 47px;
	background: rgba(101, 103, 104, 0.08);
}
#sss .arama .btn {
	width:155px;
	grid-gap:10px;
}
#sss .arama .btn i {
	font-size:20px;
}
/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#iletisimpage .baslik {
	color: #656768;
	font-size: 46px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:12px;
}
#iletisimpage .altbaslik {
	color: #A5A8A9;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 140% */
	margin-bottom:52px;
}
#iletisimpage .form-control {
	height:61px;
	background: #F6F6F6;
	border-radius:0px;
	border:0px;
}
#iletisimpage .sagalan {
	Display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
	padding:70px;
	background: #A5A8A9;
}
#iletisimpage .sagalan .yazi1 {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 140% */
	margin-bottom:30px;
}
#iletisimpage .sagalan .yazi2 {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 140% */
	margin-bottom:15px;
}
#iletisimpage .sagalan .yazi3 {
	color: #FFF;
	font-family: "Red Hat Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top:auto;
}
#iletisimpage .sagalan .bilgi {
	Display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:15px;
}
#iletisimpage .sagalan .bilgi .icon {
	width: 48px;
	font-size:48px;
	color:#fff;
}
#iletisimpage .sagalan .bilgi .adi {
	width: calc(100% - 48px);
}
#iletisimpage .sagalan .bilgi .adi small {
	Display:block;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 200% */
	opacity: 0.6;
}
#iletisimpage .sagalan .bilgi .adi b {
	Display:block;
	color: #FFF;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 100% */
}
#iletisimpage iframe {
	width:100%;
	height:400px;
}
/*------------------medya----------------------*/

#medya {
	position:relative;
	z-index:20;
	padding:60px 0px;
}
#medya .ust {
	position:relative;
	Display:flex;
	align-items:center;
	margin-bottom:40px;
}
#medya .ust .baslik {
	color: #656768;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-right:auto;
}
#medya .ust .butonlar {
	Display:flex;
	flex-wrap:wrap;
	grid-gap:10px;
}
#medya .videoitem {
	position:relative;
	Display:block;
}
#medya .videoitem .resim {
	width:100%;
	aspect-ratio:430/248;
	object-fit:cover;
	object-position:center;
}
#medya .videoitem .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	Display:flex;
	align-items:flex-end;
	padding:20px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.56) 100%);
}
#medya .videoitem .bilgi .play {
	Display:flex;
	align-items:center;
	justify-content:center;
	width:48px;
	height:48px;
	border-radius:50%;
	background:rgba(101, 103, 104, 0.6);
	backdrop-filter:blur(4px);
	font-size:22px;
	color:#fff;
}
#medya .videoitem .bilgi .adi {
	Display:flex;
	align-items:center;
	width:calc(100% - 48px);
	padding-left:10px;
	color: #FFF;
	font-family: "Red Hat Display";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 144.444% */
	height:48px;
}</pre></body></html>