@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: Eudoxus Sans;
}

tbody, td, tfoot, th, thead, tr {
    border: solid 2px #000;
}
td, tr{
    padding: 10px;
}
    
:root {
  --anarenk: #005587;
  --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%;
}
.modal-lg, .modal-xl {
    max-width: 500px;
}

/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
	position:fixed;
	bottom:20px;
	left:20px;
	width:400px;
	max-width:calc(100% - 40px);
	padding:20px;
	border-radius:20px;
	background:rgba(0,0,0,0.5);
	font-size:14px;
	line-height:20px;
	color:#fff;
	z-index:100000;
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0px 16px;
	height:42px;
	border-radius:4px;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.28px;
}
.btn-ana {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-ana:hover {
	background:#000;
	border:1px solid #000;
	color:#fff;
}
.btn-outline-ana {
	background:transparent;
	border:1px solid var(--anarenk);
	color:var(--anarenk);
}
.btn-outline-ana:hover {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-yesil {
	background: #32C185;
	border:1px solid #32C185;
	color:#fff;
}

.btn-yesil:hover {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}

/*------------------aciklama----------------------*/

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	color: #005587;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.64px;
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	color: #001C2C;
	text-align: justify;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 162.5% */
	letter-spacing: -0.32px;
}
.aciklama ul li:before ,
.aciklama ol li:before 
{
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--anarenk);
	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 
{
	color: #005587;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.48px;
	margin-bottom:20px;
}
.aciklama p 
{
	color: #001C2C;
	text-align: justify;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 162.5% */
	letter-spacing: -0.32px;
	margin-bottom:20px;
}
/*------------------header----------------------*/

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	transition:all 0.3s ease;
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
	background:#fff;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:#fff;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
#header .alan {
	display:flex;
	align-items:center;
	justify-content: space-between;
	padding:10px 0px;
}
#header .alan .logo {
	margin-right:20px;
}
#header .alan .logo img {
	height:46px;
}
#header .alan .basvuru {
	color: #005587;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.28px;
	text-decoration-line: underline;
	margin-right:20px;
}
#header .alan .menuac {
	display:flex;
	align-items:center;
	justify-content:center;
	width:46px;
	height:46px;
	border-radius:4px;
	background:var(--anarenk);
	font-size:20px;
	color:#fff;
	margin-right:auto;
}

#header .menu {
	margin-right:20px;
}
#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-flex;
	align-items:center;
	color: #005587;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -0.28px;
}
#header .menu .link-item i {
	color: #FB693B;
	font-size: 22px;
}
#header .menu .link-item:hover {
    color: #000;
}

#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 .acilan .link-li {
	width:100%;
}
#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 .menu .acilan2 {
	position:absolute;
	display:none;
	top:0px;
	left:100%;
	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 .acilan .link-li:hover .acilan2 {
	display:block;
}

#header .alan .sag {
	display:inline-flex;
	align-items:center;
	grid-gap:10px;
}

#header .arama {
	position:absolute;
	top:100%;
	right:0px;
	background:var(--krem);
	padding:0px;
	overflow:hidden;
	height:0px;
	transition:all 0.3s ease;
}
#header .arama.active {
	padding:20px;
	height:auto;
}
#header .arama .form-control {
	background:transparent;
	border-radius:0px;
	border:0px;
	border-bottom:2px solid var(--siyah);
	color:var(--siyah);
    height: 36px;
    line-height: 36px;
}
#header .arama .form-control:focus {
	background:transparent !important;
	border-radius:0px !important;
	border:0px !important;
	border-bottom:2px solid var(--siyah) !important;
	color:var(--siyah) !important;
}
#header .arama .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--siyah);
  opacity: 1; /* Firefox */
}
#header .arama .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--siyah);
}
#header .arama .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--siyah);
}
#header .arama .btn {
	position:absolute;
	top:20px;
	right:20px;
	width:36px;
	height:36px;
	font-size:20px;
	color:var(--siyah);
	border-radius:9px;
	padding:0px;
	justify-content:center;
}
#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	margin-right:20px;
	height:100%;
}
#header .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:42px;
	height:42px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: var(--anarenk);
	border:1px solid var(--anarenk);
	text-transform:uppercase;
}
#header .dil .default img {
	height:15px;
	margin-right:5px;
}
#header .dil .default i {
	color:#fff;
	font-size:20px;
}

#header .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#header .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: var(--anarenk);
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#header .dil:hover .acilan {
	display:block;
}


/*------------------acilanmenu2----------------------*/

#acilanmenu2 {
	position:fixed;
	top:calc(-200vh);
	left:0px;
	width:100%;
	z-index:800;
	transition:all 0.3s ease;
	padding:200px 0px 100px 0px;
	background:#fff;
}
#acilanmenu2.active {
	top:0px;
}
#acilanmenu2 .linkler {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	grid-gap:20px;
}

#acilanmenu2 .linkler a {
	color: #005587;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0px;
}
#acilanmenu2 .linkler a:hover {
	text-decoration-line: underline;
}
#acilanmenu2 .sag {
	background: #E2ECF0;
}
#acilanmenu2 .sag .sagust {
	display:flex;
	flex-direction:column;
	grid-gap:20px;
	padding:40px;
}
#acilanmenu2 .sag .sagust .bas {
	color: #005587;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.48px;
}
#acilanmenu2 .sag .sagust a {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#acilanmenu2 .sag .sagust a:hover {
	color: #005587;
	text-decoration-line: underline;
}
#acilanmenu2 .sag .sagalt {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	grid-gap:20px;
	padding:40px;
	border: 3px solid #E2ECF0;
	background:#fff;
}
#acilanmenu2 .sag .sagalt a img {
	height:24px;
}

/*------------------acilanmenu3----------------------*/

#acilanmenu3 {
	position:fixed;
	top:calc(-200vh);
	left:0px;
	width:100%;
	z-index:800;
	transition:all 0.3s ease;
	padding:200px 0px 100px 0px;
	background:#fff;
}
#acilanmenu3.active {
	top:0px;
}
#acilanmenu3 .linkler {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	grid-gap:30px;
}

#acilanmenu3 .linkler a {
	color: #718C9C;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.4px;
}
#acilanmenu3 .linkler a.active {
	color: #005587;
}
#acilanmenu3 .linkler a:hover {
	text-decoration-line: underline;
}
#acilanmenu3 .urunler {
	display:none;
}
#acilanmenu3 .urunler.active {
	display:block;
}

/*------------------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;
	width:100%;
}
#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);
}
#mobilmenu .acilan .link-li {
    border-bottom:1px solid var(--anarenk);
	width:100%;

}



#mobilmenu .menu .acilan .acilan2 {
	display:none;
}
#mobilmenu .menu .acilan .link-li:hover .acilan2 {
	display:block;
}

#mobilmenu .menu .acilan .link-li:active .acilan2 {
	display:block;
}

#mobilmenu .menu .acilan .link-li .link-item {
	display: block;
}
#mobilmenu .menu .acilan .link-li .link-item:hover:before {
	/* display:none; */
}
#mobilmenu .menu .acilan .link-li .link-item img {
}
#mobilmenu .menu .acilan .link-li:last-child .link-item {
	border-bottom:0px solid #ececec;
}
#mobilmenu .menu .acilan .link-li .link-item:hover {
	color: var(--anarenk);
	padding-left:5px;
	background: #fff;
}


/*------------------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: #005587;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.8px;
	margin-bottom:22px;
}
#slider .item .bilgi .yazi2 {
	color: #005587;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 29px; /* 161.111% */
	letter-spacing: -0.36px;
	margin-bottom:22px;	
}
#slider .item .bilgi .logolar {
	display:flex;
	align-items:center;
	grid-gap:15px;
}
#slider .item .bilgi .logolar .logo {
	display:inline-flex;
	align-items:center;
	height:50px;
	border-radius:30px;
	background:#fff;
	padding:0px 20px;
}
#slider .item .bilgi .logolar .logo img {
	height:35px;
}
#slider .slider-button-prev ,
#slider .slider-button-next 
{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	font-size:30px;
	color:#fff;
	border:1px solid #fff;
	z-index:10;
}
#slider .slider-button-prev:hover ,
#slider .slider-button-next:hover 
{
	color:#fff;
	border:1px solid #fff;
	background:var(--anarenk);
}
#slider .slider-button-next 
{
	right:80px;
	bottom:110px;
}
#slider .slider-button-prev 
{
	right:150px;
	bottom:110px;
}


/*------------------urunitem----------------------*/

.uruntur {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
.uruntur .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius: 4px;
	/*border: 1px solid rgba(50, 193, 133, 0.29);
	background: rgba(50, 193, 133, 0.23);*/
	padding:6px;
}
.uruntur.mavi .icon {
	/*border: 1px solid #11B1F5;
	background: rgba(17, 177, 245, 0.19);*/
}
.uruntur.pembe .icon {
	/*border: 1px solid rgba(183, 90, 240, 0.29);
	background: rgba(183, 90, 240, 0.23);*/
}
.uruntur.sari .icon {
	/*border: 1px solid rgba(183, 90, 240, 0.29);
	background: rgba(183, 90, 240, 0.23);*/
}
.uruntur .icon img {
	height:40px;
}
.uruntur .turadi {
	color: #32C185;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.28px;
}
.uruntur.mavi .turadi {
	color: #11B1F5;
}
.uruntur.pembe .turadi {
	color: #B75AF0;
}
.uruntur.sari .turadi {
	color: #b5af8f;
}
.uruntur .turadi span {
	display:block;
	color: #005587;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.2px;
}

/*------------------urunitem----------------------*/

.urunitem {
	position:relative;
	display:block;
	padding:10px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 24px 0px rgba(218, 209, 203, 0.15);
	z-index:20;
	margin-bottom:20px;
}
.urunitem .uruntur {
	position:absolute;
	top:10px;
	left:10px;
	z-index:10;
}
.urunitem .urunresim {
	display:block;
	margin-top:20px;
}
.urunitem .urunresim img {
	width:100%;
	aspect-ratio:286/280;
	max-height:500px;
	object-fit:contain;
	object-position:center;
}
.urunitem .urunbilgi {
	display:flex;
	flex-wrap:wrap;
}
.urunitem .urunbilgi .sol {
	width:50%;
}
.urunitem .urunbilgi .sol .adi {
	color: #005587;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.32px;
	margin-bottom:4px;
}
.urunitem .urunbilgi .sol .yorum {
	display:flex;
	align-items:center;
	grid-gap:8px;
}
.urunitem .urunbilgi .sol .yorum .yildiz {
	font-size:10px;
	color:rgba(255, 193, 7, 1);
}
.urunitem .urunbilgi .sol .yorum .adet {
	color: #005587;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.24px;
	text-decoration-line: underline;
}
.urunitem .urunbilgi .sag {
	width:50%;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:center;
	grid-gap:8px;
}
.urunitem .urunbilgi .indirim {
	width:52px;
	padding:6px;
	display:flex;
	flex-direction:column;
	align-items:center;
	border-radius: 6px;
	background: #FB693B;
	color: #FFF;
	font-size: 9px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.18px;
}
.urunitem .urunbilgi .indirim span {
	font-size: 16px;
}
.urunitem .urunbilgi .fiyat {
	display:flex;
	flex-direction:column;
	align-items:flex-end;
}
.urunitem .urunbilgi .fiyat del {
	color: #005587;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.24px;
	text-decoration-line: strikethrough;
}
.urunitem .urunbilgi .fiyat span {
	color: #005587;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.4px;
}


/*------------------kutular----------------------*/

#kutular {
	position:relative;
	z-index:20;
	margin-top:-100px;
}
#kutular .kutu {
	position:relative;
	z-index:20;
	display:flex;
	flex-wrap:wrap;
	border-radius: 24px;
	padding:24px 24px 48px 24px;
	height:calc(100% - 24px);
}
#kutular .kutu.kutu1 {
	background: #FBF3F0;
	box-shadow: 0px 4px 10px 0px rgba(216, 212, 207, 0.07);
}
#kutular .kutu.kutu2 {
	background: #FFF7EB;
	box-shadow: 0px 4px 10px 0px rgba(216, 212, 207, 0.07);
}
#kutular .kutu.kutu3 {
	background: #EBF9FF;
	box-shadow: 0px 4px 10px 0px rgba(216, 212, 207, 0.07);
}
#kutular .kutu.kutu4 {
	background: #F3F2ED;
	box-shadow: 0px 4px 10px 0px rgba(216, 212, 207, 0.07);
}
#kutular .kutu .tam {
	width:100%;
	margin-right:20px;
}
#kutular .kutu .kutusol {
	width:60%;
}
#kutular .kutu .kutusag {
	width:40%;
	padding-left:24px;
}
#kutular .kutu .ust {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:24px;
}
#kutular .kutu .ust .resim {
	position:relative;
	width:35%;
}
#kutular .kutu .ust .resim img {
	width:100%;
	height:200px;
	object-fit:cover;
	object-position:center;
	border-radius:10px;
}
#kutular .kutu .ust .resim div {
	position:absolute;
	top:0px;
	left:90%;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	color: #001C2C;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.48px;
}
#kutular .kutu .ust .uruntur {
	position:absolute;
	top:0px;
	left:75%;
}
#kutular .kutu .ust .uruntur.mavi {
	top:114px;
}
#kutular .kutu .ust .uruntur.pembe {
	top:58px;
}
#kutular .kutu .ust .uruntur.sari {
	top:114px;
}
#kutular .kutu .alt {
	position:relative;
	border-radius: 10px;
	background: #F5EAE6;
	padding: 20px 20px;
    color: #005587;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}
/*------------------markaalan----------------------*/

#markaalan {
	position:relative;
	z-index:40;
	padding:30px 0px;
}
#markaalan .alan {
	position:relative;
	padding:65px 124px;
	border-radius: 40px;
	background: #F7F7F5;
}
#markaalan .alan .markaadi {
	display:flex;
	align-items:center;
	grid-gap:10px;
	color: #005587;
	font-size: 33.95px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -0.679px;
	margin-bottom:14px;
}
#markaalan .alan .markaadi img {
	height:28px;
}
#markaalan .alan .markaadialt {
	color: #005587;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 9.52px;
	margin-bottom:36px;
}
#markaalan .alan .ust {
	display:flex;
	align-items:center;
	grid-gap:14px;
	margin-bottom:36px;
}
#markaalan .alan .ust .buton {
	display:block;
	padding:14px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 24px 0px rgba(218, 209, 203, 0.15);
	border: 1px solid transparent;
	color: #005587;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.2px;
	height:80px;
}
#markaalan .alan .ust .buton b {
	color: #005587;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.28px;
}
#markaalan .alan .ust .buton.active {
	border: 1px solid #005587;
}
#markaalan .alan .ust .git {
	color: #005587;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.3px;
	text-decoration-line: underline;
	margin-left:auto;
}
#markaalan .alan .slidealan {
	position:relative;
}

#markaalan .markaalan-button-prev ,
#markaalan .markaalan-button-next 
{
	position:absolute;
	bottom:calc(50% - 30px);
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	font-size:30px;
	color:#FB693B;
	border-radius: 30px;
	border: 1px solid #FBF8F6;
	background: #FFF;
	box-shadow: 0px 4px 24px 0px rgba(218, 209, 203, 0.15);
	z-index:10;
}
#markaalan .markaalan-button-prev:hover ,
#markaalan .markaalan-button-next:hover 
{
	color:#fff;
	border:1px solid #fff;
	background:var(--anarenk);
}
#markaalan .markaalan-button-next 
{
	right:-30px;
}
#markaalan .markaalan-button-prev 
{
	left:-30px;
}


/*------------------hakkimizda----------------------*/

#hakkimizda {
	position:relative;
	z-index:30;
	padding:267px 0px 91px 0px;
	margin-top:-170px;
}
#hakkimizda:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:30%;
	height:100%;
	background: linear-gradient(180deg, #dfdfdf 0%, #001C2C 100%), #001C2C;
	z-index:-1;
}
#hakkimizda:after {
	position:absolute;
	content:"";
	top:0px;
	right:0px;
	width:70%;
	height:100%;
	background: linear-gradient(180deg, #dfdfdf 0%, #0D75D4 100%), #005587;
	z-index:-1;
}
#hakkimizda .resim {
	width:100%;
}
#hakkimizda .yazi1 {
	color: #FB693B;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.32px;
	margin-bottom:16px;
}
#hakkimizda .yazi2 {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.4px;
	margin-bottom:24px;
}
#hakkimizda .yazi3 {
	color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
#hakkimizda .butonlar {
	display:flex;
	align-items:center;
	grid-gap:20px;
}
#hakkimizda .butonlar .git {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.3px;
	text-decoration-line: underline;
}
/*------------------bloglar----------------------*/

#bloglar {
	position:relative;
	z-index:30;
	padding:91px 0px 91px 0px;
}
#bloglar:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url('../img/filigran-1.png') rgba(255, 231, 203, 1);
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:right auto;
	z-index:-1;
}
#bloglar .yazi1 {
	color: #FB693B;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 7px;
	margin-bottom:10px;
}
#bloglar .yazi2 {
	color: #001C2C;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.72px;
	margin-bottom:46px;
}
#bloglar .butonlar {
	display:flex;
	align-items:center;
	grid-gap:20px;
	margin-bottom:46px;
}
#bloglar .butonlar div {
	font-size:30px;
	color:rgba(0, 85, 135, 1);
}
#bloglar .butonlar div:hover {
	font-size:30px;
	color:rgba(251, 105, 59, 1);
}
#bloglar .git {
	color: #001C2C;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.3px;
	text-decoration-line: underline;
}
#bloglar .item {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#bloglar .item .resim {
	position:relative;
	width:50%;
}
#bloglar .item .resim:before {
	position:absolute;
	content:"";
	top:0px;
	right:0px;
	width:100%;
	height:100%;
	background: linear-gradient(270deg, rgba(255, 231, 203, 1) 0%, rgba(237, 227, 218, 0.00) 73.65%);
}
#bloglar .item .resim img {
	width:100%;
	aspect-ratio:505/487;
	max-height:490px;
	object-fit:cover;
}
#bloglar .item .bilgi {
	position:relative;
	width:50%;
}
#bloglar .item .bilgi .tarih {
	display:inline-block;
	padding:6px 12px;
	border-radius: 40px;
	background: #F6F0EB;
	margin-bottom:16px;
	color: #001C2C;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
	letter-spacing: -0.28px;
}
#bloglar .item .bilgi .adi {
	display:flex;
	position:relative;
	color: #001C2C;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.72px;
	margin-bottom:15px;
	padding:3px 10px;
}
#bloglar .item .bilgi .adi:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	height:17px;
	width:80%;
	background:#fff;
	z-index:-1;
}
#bloglar .item .bilgi .desc {
	color: #001C2C;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
	letter-spacing: -0.28px;
	margin-bottom:25px;
}
/*------------------videolar----------------------*/

#videolar {
	position:relative;
	z-index:40;
	padding:30px 0px;
}
#videolar .alan {
	position:relative;
	padding:65px 124px;
	border-radius: 40px;
	background: #F7F7F5;
	margin-top:-60px;
}
#videolar .alan .ust {
	display:flex;
	align-items:center;
	margin-bottom:30px;
}
#videolar .alan .ust .adi {
	color: #005587;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.48px;
	margin-right:auto;
}
#videolar .alan .ust .git {
	color: #005587;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.3px;
	text-decoration-line: underline;
}
#videolar .basinlar {
	display:flex;
	flex-direction:column;
	grid-gap:20px;
	border-radius: 20px;
	border: 2px solid #F0F0EA;
	background: #FFF;
	padding:15px;
}

.videoitem {
	position:relative;
	display:block;
	border-radius: 20px;
	border: 2px solid #F0F0EA;
	background: #FFF;
	padding:15px;
}
.videoitem .resim {
	width:100%;
	border-radius:10px;
}
.videoitem .adi {
	padding:0px 20px;
	margin-top:10px;
	margin-bottom:15px;
	color: #001C2C;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.4px;
}
.videoitem .izle {
	display:flex;
	align-items:center;
}
.videoitem .izle .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:48px;
	height:48px;
	border-radius:50%;
	background:rgba(251, 105, 59, 1);
	font-size:24px;
	color:#fff;
	margin-right:10px;
}
.videoitem .izle .izyazi {
	color: #718C9C;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.22px;
}
.videoitem .izle .izyazi b {
	display:block;
	color: #001C2C;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.28px;
}

.basinitem {
	display:flex;
	align-items:center;
	padding:24px 10px;
	border-radius: 12px;
}
.basinitem:hover {
	background: #005587;
}
.basinitem img {
	width:70px;
	height:70px;
	object-fit:contain;
	margin-right:15px;
}
.basinitem .adi {
	color: #005587;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.32px;
	margin-right:auto;
}
.basinitem:hover .adi {
	color: #fff;
}
.basinitem .adi b {
	display:block;
	color: #005587;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.48px;
}
.basinitem:hover .adi b {
	color: #fff;
}
.basinitem .icon {
	font-size:34px;
	color:rgba(50, 193, 133, 1);
}
/*------------------sosyalalan----------------------*/

#sosyalalan {
	position:relative;
	z-index:40;
	padding:20px 0px;
}
.instagram {
	display:flex;
	align-items:center;
	border-radius: 130px;
	background: #F7F7F5;
	padding:31px 25px;
	grid-gap:20px;
}
.instagram .profil {
	width:81px;
	height:81px;
	border-radius:50%;
	object-fit:contain;
	background:#fff;
	border:2px solid #F0F0EA;
}
.instagram .bilgi {
	display:inline-flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.instagram .bilgi small {
	color: #718C9C;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.24px;
}
.instagram .bilgi b {
	color: #001C2C;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.34px;
}
.instagram .sag {
	display:flex;
	align-items:center;
	grid-gap:10px;
	margin-left:auto;
}
.instagram .sag img {
	width:48px;
	height:48px;
	object-fit:contain;
	margin-right:20px;
}
.instagram .sag .adi {
	color: #001C2C;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: -0.32px;
}
.instagram .sag .adi a {
	display:block;
	color: #001C2C;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.28px;
	text-decoration-line: underline;
}
.google {
	display:flex;
	align-items:center;
	padding: 18px 27px;
	grid-gap:20px;
	border-top:2px solid #34A853;
}
.google .profil {
	width:70px;
	height:70px;
	object-fit:contain;
}
.google .sag  {
	display:flex;
	flex-direction:column;
	grid-gap:20px;
}
.google .sag .yazi1 {
	color: #6A6A6A;
	font-size: 18.329px;
	font-style: normal;
	font-weight: 700;
	line-height: 18.329px; /* 100% */
}
.google .sag .puanlar {
	display:flex;
	align-items:center;
	color: #FEA500;
	font-size: 27.493px;
	font-style: normal;
	font-weight: 800;
	line-height: 27.493px; /* 100% */
	grid-gap:20px;
}
.google .sag .yazi2 {
	color: #868686;
	font-size: 13.746px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/*------------------footer----------------------*/

#footer {
	position:relative;
	z-index:40;
}
#footer .ust {
	position:relative;
	z-index:40;
	padding:40px 0px;
	border-bottom:2px solid #F7F7F5;
}
#footer .ust .logo {
	display:block;
	margin-bottom:20px;
}
#footer .ust .logo img {
	height:49px;
}
#footer .ust .bilgi {
	display:block;
	color: #005587;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:10px;
}
#footer .ust .sosyal {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#footer .ust .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:10px;
	font-size:30px;
	color:var(--anarenk);
}
#footer .ust .sosyal a:hover {
	color:var(--kirmizi);
}
#footer .menubas {
	display:block;
	color: #001C2C;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin-bottom:10px;
}
#footer .menubas:hover {
	color: #005587;
	text-decoration-line: underline;
}
#footer .menulink {
	display:block;
	color: #718C9C;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom:10px;
}
#footer .menulink:hover {
	color: #005587;
	text-decoration-line: underline;
}
#footer .basvuru {
	position:relative;
	display:block;
	border-radius:10px;
	background:url('../img/filigran-2.png') #EEE3D9;
	background-size:cover;
	padding:25px;
}
#footer .basvuru .yazi1 {
	display:flex;
	align-items:center;
	grid-gap:10px;
	color: #001C2C;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:23px;
}
#footer .basvuru .yazi1 img {
	width:52px;
	height:52px;
	object-fit:contain;
}
#footer .basvuru .yazi2 {
	color: #001C2C;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:23px;
}
#footer .basvuru .yazi3 {
	color: #001C2C;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration-line: underline;
}
#footer .orta {
	position:relative;
	z-index:40;
	padding:40px 0px;
	border-bottom:2px solid #F7F7F5;
}
#footer .orta .logolar {
	display:flex;
	align-items:center;
	margin-bottom:20px;
}
#footer .orta .logolar .sol {
	display:flex;
	align-items:center;
	margin-right:auto;
	grid-gap:10px;
}
#footer .orta .logolar .sol img {
	max-height:44px;
}
#footer .orta .logolar .sag {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	grid-gap:10px;
}
#footer .orta .logolar .sag img {
	max-height:44px;
}
#footer .orta .uyari {
	color: #001C2C;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
	letter-spacing: -0.28px;
}
#footer .alt {
	position:relative;
	z-index:40;
	padding:30px 0px;
}
#footer .alt .copy {
	color: #718C9C;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


/*------------------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%;
}

/*------------------number-group----------------------*/
.number-group {    
	position:relative;
}
.number-group .form-control{    
	padding:0px 34px;
	text-align:center;
	height: 42px !important;
    line-height: 42px !important;
}
.number-group .arti,
.number-group .eksi
{   
	position:absolute;
	top:0px;
	width:34px;
    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{   
	right:0px;
	border-left:1px solid #f0f0f0;
}
.number-group .eksi{   
	left:0px;
	border-right:1px solid #f0f0f0;
}
/*------------------urundetay----------------------*/

#urundetay {
	position:relative;
	z-index:40;
}
#urundetay .urundetayust {
	position:relative;
	padding:40px 0px;
	z-index:40;
}
#urundetay .urundetayust:before {
	position:absolute;
	content:"";
	top:0px;
	right:0px;
	width:50%;
	height:100%;
	background:url('../img/filigran-3.png') #F7F7F5;
	background-size:contain;
	background-repeat:no-repeat;
	z-index:-1;
}
#urundetay .resimler {
	display:flex;
	flex-wrap:wrap;
	height:100%;
}
#urundetay .resimler .sol {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	width:80px;
}
#urundetay .resimler .sol a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:80px;
	height:80px;
	border-radius: 13px;
	border: 1px solid #E2ECF0;
}
#urundetay .resimler .sol a img {
	max-width:90%;
	max-height:90%;
}
#urundetay .resimler .sag {
	display:flex;
	align-items:center;
	justify-content:center;
	width:calc(100% - 80px);
	height:100%;
}
#urundetay .resimler .sag .anaresim {
	max-width:90%;
	max-height:90%;
}
#urundetay .bilgiler {
	padding:0px 30px;
}
#urundetay .bilgiler .ust {
	display:flex;
	align-items:center;
	padding:20px 0px;
	border-bottom:1px solid #EAEAE1;
}
#urundetay .bilgiler .ust .linkler {
	display:flex;
	align-items:center;
	grid-gap:5px;
	color: #005587;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 200% */
	letter-spacing: -0.28px;
}
#urundetay .bilgiler .ust .linkler a{
	color: #005587;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 200% */
	letter-spacing: -0.28px;
}
#urundetay .bilgiler .ust .sosyal {
	display:flex;
	align-items:center;
	grid-gap:10px;
	margin-left:auto;
}
#urundetay .bilgiler .ust .sosyal div {
	color: #001C2C;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
}
#urundetay .bilgiler .ust .sosyal a {
	font-size:20px;
	color:rgba(190, 197, 208, 1);
}
#urundetay .bilgiler .ust .sosyal a:hover {
	color:#005587;
}

#urundetay .bilgiler .urunbilgi {
	display:flex;
	flex-wrap:wrap;
	padding:20px 0px;
}
#urundetay .bilgiler .urunbilgi .sol {
	width:50%;
}
#urundetay .bilgiler .urunbilgi .sol .adi {
	color: #005587;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.32px;
	margin-bottom:4px;
}
#urundetay .bilgiler .urunbilgi .sol .yorum {
	display:flex;
	align-items:center;
	grid-gap:8px;
}
#urundetay .bilgiler .urunbilgi .sol .yorum .yildiz {
	font-size:10px;
	color:rgba(255, 193, 7, 1);
}
#urundetay .bilgiler .urunbilgi .sol .yorum .adet {
	color: #005587;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.24px;
	text-decoration-line: underline;
}
#urundetay .bilgiler .urunbilgi .sag {
	width:50%;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:center;
	grid-gap:8px;
}
#urundetay .bilgiler .urunbilgi .indirim {
	width:52px;
	padding:6px;
	display:flex;
	flex-direction:column;
	align-items:center;
	border-radius: 6px;
	background: #FB693B;
	color: #FFF;
	font-size: 9px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.18px;
}
#urundetay .bilgiler .urunbilgi .indirim span {
	font-size: 16px;
}
#urundetay .bilgiler .urunbilgi .fiyat {
	display:flex;
	flex-direction:column;
	align-items:flex-end;
}
#urundetay .bilgiler .urunbilgi .fiyat del {
	color: #005587;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.24px;
	text-decoration-line: strikethrough;
}
#urundetay .bilgiler .urunbilgi .fiyat small {
	color: #005587;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.24px;
}
#urundetay .bilgiler .urunbilgi .fiyat span {
	color: #005587;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.4px;
}
#urundetay .bilgiler .uruntur {
	margin-bottom:20px;
}

#urundetay .bilgiler .kisaaciklama p {
	color: #005587;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.28px;
}

.nav-tabs {
    border-bottom: 1px solid #E2ECF0;
	margin-bottom:20px;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 0px solid transparent;
    border-bottom: 1px solid #E2ECF0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
	color: #718C9C;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px; /* 181.25% */
	letter-spacing: -0.32px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #005587;
    background-color: #fff;
    border-color: #005587;
}
/*------------------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%;
}

/*------------------medyaust----------------------*/

#medyaust {
	position:relative;
	padding:120px 0px 0px 0px;
	z-index:40;
	background: #fff;
}
#medyaust .adi {
	display:flex;
	align-items:center;
	grid-gap:10px;
	color: #005587;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.8px;
}
#medyaust .adi img {
	width:85px;
	height:85px;
	object-fit:contain;
}
#medyaust .desc {
	color: #001C2C;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
	letter-spacing: -0.28px;
}
#medyaust .butonlar {
	display:flex;
	align-items:flex-end;
	margin-top:50px;
	grid-gap:10px;
}
#medyaust .butonlar a {
	display:inline-flex;
	align-items:center;
	padding:25px 33px;
	color: #718C9C;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.48px;
	border-radius: 8px 8px 0px 0px;
}
#medyaust .butonlar a.active {
	color: #005587;
	background: #F7F7F5;
}

/*------------------medyapage----------------------*/

#medyapage {
	position:relative;
	padding:50px 0px;
	z-index:40;
	background: #F7F7F5;
}
#medyapage .videoitem {
	margin-bottom:20px;
}



.basinitem2 {
	position:relative;
	display:block;
	border-radius: 20px;
	border: 2px solid #F0F0EA;
	background: #FFF;
	padding:15px;
	margin-bottom:20px;
}
.basinitem2 .resim {
	width:100%;
	border-radius:10px;
}
.basinitem2 .adi {
	color: #005587;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.34px;
}
/*------------------bloglarpage----------------------*/

#bloglarpage {
	position:relative;
	padding:50px 0px;
	z-index:40;
	background: #F7F7F5;
}
#bloglarpage  .ust {
	display:flex;
	align-items:center;
	margin-bottom:30px;
}
#bloglarpage  .ust .adi {
	color: #005587;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.48px;
	margin-right:auto;
}
#bloglarpage .ust .git {
	color: #005587;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.3px;
	text-decoration-line: underline;
}

.blogitem {
	position:relative;
	display:block;
	border-radius: 20px;
	border: 2px solid #F0F0EA;
	background: #FFF;
	padding:15px;
	margin-bottom:20px;
}
.blogitem .resim {
	width:100%;
	aspect-ratio:612/281;
	max-height:400px;
	object-fit:cover;
	object-position:center;
	border-radius: 15px;
}

.blogitem .tarih {
	display:inline-block;
	padding:6px 12px;
	border-radius: 40px;
	background: #F6F0EB;
	margin-left:16px;
	margin-bottom:16px;
	color: #001C2C;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
	letter-spacing: -0.28px;
	border: 4px solid #FFF;
}
.blogitem .adi {
	display:block;
	position:relative;
	color: #001C2C;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0px;
	margin: 10px 0px;
}
.blogitem .desc {
	color: #001C2C;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
	letter-spacing: -0.28px;
}
/*------------------blogdetay----------------------*/

#blogdetay {
	position:relative;
	padding:120px 0px 50px 0px;
	z-index:40;
	background:url('../img/filigran-1.png') #F7F7F5;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center top;
}
#blogdetay .alan {
	position:relative;
	padding:44px 44px;
	z-index:40;
	border-radius: 40px;
	background: #FFF;
}
#blogdetay .ust {
	display:flex;
	align-items:center;
	margin-bottom:30px;
	border-bottom:1px solid #F0F0EA;
	padding-bottom:10px;
}
#blogdetay .ust .tarih {
	padding:6px 12px;
	border-radius: 40px;
	background: #F6F0EB;
	color: #001C2C;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
	letter-spacing: -0.28px;
	margin-right:auto;
}
#blogdetay .ust .sosyal {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#blogdetay .ust .sosyal div {
	color: #001C2C;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
}
#blogdetay .ust .sosyal a {
	font-size:20px;
	color:rgba(190, 197, 208, 1);
}
#blogdetay .ust .sosyal a:hover {
	color:#005587;
}

/*------------------sayfa----------------------*/

#sayfa {
	padding:25px 0px;
}


.aciklama {
}
.aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: rgba(0,0,0,0.8);
	margin-bottom:15px;
}
.aciklama ol {
	padding: 15px 15px 15px 25px;
    background: rgba(250,250,250,1);
    border-radius: 4px;
    margin-bottom: 15px;
}
.aciklama ol li {
	position:relative;
	padding-left:10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: rgba(0,0,0,0.8);
	opacity: 1;
}
.aciklama ul {
	padding: 5px 5px 5px 0px;
	list-style:none;
	margin-bottom:15px;
    background: rgba(250,250,250,1);
}
.aciklama ul li {
	position:relative;
	padding-left:24px;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: rgba(0,0,0,0.8);
	opacity: 1;
}
.aciklama ul li:before {
	position:absolute;
	content:"";
	top:10px;
	left:8px;
	width:5px;
	height:5px;
	border-radius:4px;
	background:var(--anarenk);
	opacity: 1 !important;
}
.aciklama img {
	width:100% !important;
	border-radius:20px;
	max-height:350px;
	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(--anarenk);
	margin-bottom:15px;
}
.aciklama p 
{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: rgba(0,0,0,0.8);
	opacity: 1;
	margin-bottom:15px;
}

/*------------------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);
}

/*------------------urunler----------------------*/

#urunler {
	padding:25px 0px;
	background: #F7F7F5;
}

#filtreurun {
	position:relative;
	padding:15px;
	border-radius: 16px;
	border: 2px solid #E9EDF0;
	background: #FFF;
}

.filtrebar {
	display:flex;
	align-items:center;
	margin-bottom:25px;
}
.filtrebar .form-control {
	width:auto;
}

.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;
	justify-content:center;
	padding:0px 0px;
	height:45px;
	border-radius:4px;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	background:rgba(245,245,245,1);
	color:var(--anarenk);
	letter-spacing:3px;
	margin-bottom:25px;
}
.solfiltre .filtresatir {
	position:relative;
	margin-bottom:10px;
	border-radius:4px;
	border:1px solid rgba(245,245,245,1);
}
.solfiltre .filtresatir .filtreadi {
	position:relative;
	border-bottom:1px solid rgba(245,245,245,1);
	padding:5px 40px 5px 10px;
	font-size:18px;
	color:#000;
	margin-bottom:10px;
	background:rgba(245,245,245,1);
}
.solfiltre .filtresatir .filtreadi:before {
	position: absolute;
    content: "\f105";
    top: 0px;
    right: 0px;
    height: 100%;
    width: 30px;
    font-size: 20px;
    color: var(--anarenk);
    font-family: 'Line Awesome Free';
    font-weight: 900;
	display:flex;
	align-items:center;
	justify-content:center;
}
.solfiltre .filtresatir .filtresecenekler{
	position:relative;
	max-height:100px;
	overflow-y:scroll;
	padding:0px 10px 0px 10px;
}
.solfiltre .filtresatir .filtresecenekler2{
	position:relative;
	padding:0px 10px 10px 10px;
}
.solfiltre .filtresatir .filtrelink {
	font-size:14px;
	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;
}
.solfiltre .form-check {
    font-size:12px;
}

/*------------------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: 16px 46px 16px 16px;
	border-radius: 10px;
	background: rgba(226, 236, 240, 0.50);
}
.sepetsatir2 .resim {
	width:100%;
}
.sepetsatir2 .resim img {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
	max-height:300px;
}

.sepetsatir2 .adi {
	color: #001C2C;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.4px;
	margin-bottom:14px;
}
.sepetsatir2 .varyasyon {
	color: #718C9C;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.28px;
	margin-bottom:14px;
}
.sepetsatir2 .fiyat {
	color: #718C9C;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.28px;
	margin-bottom:14px;
}
.sepetsatir2 .number-group {
    width: 150px;
    max-width: 100%;
}
.sepetsatir2 .fiyatsagust {
	color: #718C9C;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.28px;
}
.sepetsatir2 .fiyatsag {
	color: #005587;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.4px;
	margin-bottom:auto;
}
.sepetsatir2 .silbuton {
	display:inline-flex;
	align-items:center;
	grid-gap:5px;
	background:transparent;
	border:1px solid transparent;
	color: #005587;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.28px;
}
.sepetsatir2 .silbuton i {
	color: rgba(251, 105, 59, 1);
	font-size: 20px;
}

/*------------------sepettoplamalan----------------------*/
.sepettoplamalan {
	border-radius: 10px;
	border: 1px solid #E2ECF0;
}
.sepettoplamalan .bas {
	padding:25px 30px;
	background:#E2ECF0;
	color: #005587;
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.38px;
}


/*------------------sepetkuponalan----------------------*/
.sepetkuponalan {
	margin-top:auto;
	padding:25px 30px;
}
.sepetkuponalan .btn {
	height:68px;
	border-radius:0px 4px 4px 0px;
}
.sepetkuponalan .form-control {
    border: 1px solid #e2ecf0;
}

/*------------------sepetbilgialan----------------------*/
.sepetbilgialan {
	display:flex;
	flex-direction:column;
	grid-gap:2px;
	border: 1px solid #e2ecf0;
	padding:25px 30px;
}
.sepetbilgialan .bilgisatir {
	display:flex;
	align-items:center;
	padding:5px 10px;
	border-radius:4px;
}
.sepetbilgialan .bilgisatir.toplam {
	border-top:1px dashed #E2ECF0;
}
.sepetbilgialan .bilgisatir .sol {
	margin-right:auto;
	color: #718C9C;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.3px;
}
.sepetbilgialan .bilgisatir .sol.text-success {
	font-size:24px;
}
.sepetbilgialan .bilgisatir .sag {
	color: #001C2C;
	text-align: right;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.3px;
}
.sepetbilgialan .btn {
	margin-top:20px;
}

/*------------------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>.nav-link {
    color: #fff;
    background-color: var(--anarenk);
}
.tab-content>.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;
}
/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	z-index:30;
	padding:60px 0px 0px 0px;
}
#iletisimpage:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:30%;
	height:100%;
	background: #001C2C;
	z-index:-1;
}
#iletisimpage:after {
	position:absolute;
	content:"";
	top:0px;
	right:0px;
	width:70%;
	height:100%;
	background: url('../img/filigran-4.png'), linear-gradient(73deg, #FB693B 0%, #FB693B 100%);
	background-size:100% auto;
	background-position:right top;
	z-index:-1;
}
#iletisimpage iframe {
	width:100%;
	height:400px;
	margin-top:80px;
	margin-bottom:-6px;
}
#iletisimpage .yazi1 {
	color: #FB693B;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.48px;
	margin-top:16px;
}
#iletisimpage .yazi2 {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.48px;
	margin-top:5px;
}
#iletisimpage .yazi3 {
	color: #FFF;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.8px;
	margin-top:15px;
}
#iletisimpage .yazi4 {
	color: #FFF;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.8px;
	margin-top:36px;
}
#iletisimpage .bilgi {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.56px;
	margin-top:19px;
}
#iletisimpage .bilgi b {
	font-size: 28px;
	font-weight: 700;
}
#iletisimpage .formalan {
	position:relative;
	padding:40px;
	border-radius: 30px;
	background: #ECF0F3;
	margin-top:50px;
}
#iletisimpage .formalan .icon {
	width:89px;
	height:89px;
	object-fit:contain;
	margin-bottom:23px;
}
#iletisimpage .yazi5 {
	color: #005587;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.4px;
}
#iletisimpage .yazi6 {
	color: #005587;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.8px;
}

.form-control {
	border:0px;
	border-radius: 6px;
	background: #FFF;
	height:68px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.28px;
	border: 1px solid #DFE6E9;
	background: rgba(226, 236, 240, 0.50);
}
textarea.form-control {
	height:139px;
}
/*------------------girispage----------------------*/

#girispage {
	position:relative;
	z-index:30;
	padding:60px 0px 0px 0px;
	background: url('../img/filigran-5.png');
	background-size:70% auto;
	background-repeat:no-repeat;
	background-position:right top;
}
#girispage .formalan {
	position:relative;
	padding:45px;
	border-radius: 30px;
	border: 2px solid #E9EDF0;
	background: #FFF;
}
#girispage .formalan .ust {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:30px;
}
#girispage .formalan .ust .icon {
	display:flex;
	align-items:center;
	width:62px;
	font-size:60px;
	color:#32C185;
}
#girispage .formalan .ust .yazi {
	width:calc(100% - 62px);
	padding-left:10px;
}
#girispage .formalan .ust .yazi b {
	display:block;
	color: #001C2C;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.48px;
}
#girispage .formalan .ust .yazi small {
	display:block;
	color: #718C9C;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.34px;
}
#girispage .form-control {
	border: 1px solid rgba(221, 225, 229, 0.5);
	background: rgba(221, 225, 229, 0.5);
}
#girispage .git {
	color: #718C9C;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.28px;
	text-decoration-line: underline;
}
#girispage .sor {
	color: #001C2C;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.32px;
}
#girispage .sor a {
	color: #001C2C;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.32px;
	text-decoration-line: underline;
}
/*------------------tedaviust----------------------*/

#tedaviust {
	position:relative;
	z-index:30;
	background:url('../img/filigran-3.png') rgba(233, 217, 204, 1);
}
#tedaviust .sol {
	padding:205px 0px;
}
#tedaviust .sol .baslik {
	font-size:28px;
	font-weight:700;
	line-height:35px;
	color:rgba(0, 85, 135, 1);
	letter-spacing:-2%;
	margin-bottom:20px;
}
#tedaviust .sol .desc {
	color: rgba(113, 140, 156, 1);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.32px;
}
#tedaviust .resim {
	position:absolute;
	top:0px;
	right:0px;
	width:50%;
	height:100%;
	object-fit:cover;
}
/*------------------tedavidetay----------------------*/

#tedavidetay {
	padding:30px 0px;
}
#tedavidetay .aciklama ul {
	background: #fff;
}

/*------------------sss----------------------*/

#sss {
	position:relative;
	padding:100px 0px 50px 0px;
	z-index:30;
}
#sss .baslik {
	color: #000;
	font-size: 70px;
	font-style: normal;
	font-weight: 400;
	line-height: 80px; /* 102.222% */
	letter-spacing: -1px;
	text-transform: capitalize;
	text-align:center;
	margin-bottom:20px;
}

.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
	border-radius:0px  !important;
	margin-bottom:20px;
}
.accordion-button {
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: var(--anarenk);
    background-color: transparent !important;
    border: 0px !important;
	border-radius:20px !important;
	color: var(--anarenk);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.accordion-button:not(.collapsed) {
    color: var(--anarenk) !important;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
}