@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('aos.css');


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

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

body {
	position:relative;
	font-family: 'Nunito', sans-serif;

}


:root {
  --anarenk: #60269e;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fff;
}

/* 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----------------------*/
.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----------------------*/
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0px 23px;
	height:45px;
	border-radius:4px;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.btn-ana {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-ana:hover {
	background:#000;
	border:1px solid var(--anarenk);
	color:#fff;
}

.btn-sepet {
	background:#fff3eb;
	border:1px solid #fff3eb;
	color:rgb(255, 96, 0);
}
.btn-sepet:hover {
	background:#ffece0;
}

/*------------------number-group----------------------*/
.number-group {    
	position:relative;
}
.number-group .form-control{    
	padding:0px 34px;
	text-align:center;
	height: 43px !important;
    line-height: 43px !important;
}
.number-group .arti,
.number-group .eksi
{   
	position:absolute;
	top:0px;
	width:34px;
	height:43px;
	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;
}

/*------------------form----------------------*/

.form-check label {
	font-size:14px;
	line-height: 25px;
}

.form-group label {
    font-size: 14px;
    padding-left: 10px;
}

.form-control {
	height: 46px;
    border: 1px solid rgba(235,235,235,1);
    color: rgba(0,0,0,0.8);
}

textarea.form-control {
	height: 120px;
}

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

#header {
	position:relative;
	z-index:999;
	transition:all 0.3s ease;
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
}
#header .alan {
	display:flex;
	align-items:center;
	padding:10px 0px;
}

#header .ust {
	border-bottom:1px solid rgba(245,245,245,1);
}
#header .ust .bilgi {
    font-size: .75rem;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    color: #616161;
}
#header .ust .bilgi:hover {
    text-decoration:underline;
}
#header .ust .bilgi2 {
    font-size: .75rem;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    color: #616161;
}
#header .ust .bilgi2:hover {
    text-decoration:underline;
}
#header .orta {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	border-bottom:1px solid rgba(245,245,245,1);
}
#header .orta .sol {
	width:30%;
}
#header .logo {
}
#header .logo img {
	height:45px;
}
#header .orta .mid {
	width:40%;
}

#header .arama {
	position:relative;
	height:45px;
	width:100%;
	max-width:100%;
	transition:all 0.3s ease;
	z-index:200;
}
#header .arama .form-control {
	background:transparent;
	border-radius:0px;
	border:1px solid rgba(0,0,0,0.5);
	color:var(--siyah);
	padding:0px 30px;
    height: 45px;
    line-height: 36px;
	background:#fff;
}
#header .arama .form-control:focus {
	border:1px solid rgba(0,0,0,1) !important;
}
#header .arama .btn {
	position:absolute;
	top:0px;
	right:0px;
	width:45px;
	height:45px;
	font-size:22px;
	color:var(--siyah);
	border-radius:9px;
	padding:0px;
	justify-content:center;
}

#header .arama .aramahafiza {
	position:absolute;
	top:100%;
	left:0px;
	width:100%;
	border:1px solid rgba(0,0,0,0.5);
	padding:10px;
	display:none;
	flex-wrap:wrap;
	grid-gap:10px;
	background:#fff;
	z-index:200;
}
#header .arama .aramahafiza a {
	font-size:16px;
	font-weight:500;
	color:#000;
	border:1px dashed rgba(0,0,0,0.5);
	border-radius:4px;
	padding:5px 10px;
}

#header .orta .sag {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	grid-column-gap:20px;
	width:30%;
}
#header .orta .sag a {
	position:relative;
	display:inline-flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	height:45px;
}
#header .orta .sag a div {
	font-size: 24px;
	color:#000;
}
#header .orta .sag a span {
	font-size: 11px;
	color:#000;
}
#header .orta .sag a .sepetsayi {
	position:absolute;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	top:0px;
	right:0px;
	width:20px;
	height:20px;
	border-radius:20px;
	background:red;
	color:#fff;
	font-size:10px;
}



#header .alt {
	border-bottom:1px solid rgba(245,245,245,1);
}
#header .menu {
	padding:15px 0px;
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	justify-content:center;
	grid-column-gap:15px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
    color: #111;
    font-size: 0.8rem;
	font-weight:500;
	line-height:40px;
    letter-spacing: .5px;
}
#header .menu .link-item:hover {
    text-decoration:underline;
}

#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 .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 20px;
	height:100%;
}
#header .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	border:1px solid #fff;
	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: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#header .dil:hover .acilan {
	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;
}
#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 .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:100px;
	bottom:160px;
}
#slider .slider-button-prev 
{
	right:100px;
	bottom:80px;
}


/*------------------bannerlar----------------------*/

#bannerlar {
	position:relative;
	padding:25px 0px;
}
#bannerlar .item {
	position:relative;
	display:block;
}
#bannerlar .item .resim {
	width:100%;
	border-radius:8px;
}


/*------------------markaanasayfa----------------------*/

#markaanasayfa {
	position:relative;
	padding:25px 0px;
}
#markaanasayfa .slide {
	position:relative;
	padding:0px 60px;
}
#markaanasayfa .slide .markaanasayfa-button-prev ,
#markaanasayfa .slide .markaanasayfa-button-next 
{
	position:absolute;
	top:calc(50% - 25px);
	width:50px;
	height:50px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:25px;
	color:#000;
	border:1px solid rgba(235,235,235,1);
	z-index:20;
	background:#fff;
}
#markaanasayfa .slide .markaanasayfa-button-prev {
	left:0px;
}
#markaanasayfa .slide .markaanasayfa-button-next {
	right:0px;
}
#markaanasayfa .item {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:8px;
	border:1px solid rgba(235,235,235,1);
}
#markaanasayfa .item .resim {
	width: 100%;
    aspect-ratio: 2/1;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
	border-radius:8px;
}


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

.urunitem {
	position:relative;
	margin-bottom:15px;
	background: #fff;
	padding:5px;
	border-radius:8px;
	border:1px solid rgba(0,0,0,0.1);
	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;
	max-height:260px;
}
.urunitem .resimler .item img {
	width:100%;
    aspect-ratio: 1/1;
	object-fit:contain;
	object-position:center;
	max-height:550px;
    mix-blend-mode: darken;
	border-radius:4px;
    padding: 25%;
}
.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 .adi {
	color: #253342;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.22;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 2.75rem;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden!important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 0.5rem;
	text-align:center;
}
.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:block;
	height:45px;
	text-align:center;
}
.urunitem:hover .fiyat {
	display:none;
}
.urunitem .fiyat span {
	display:block;
	font-weight: bold;
    color: rgb(255, 96, 0);
    font-size: 20px;
    letter-spacing: -0.27px;
    line-height: 1.2;
}
.urunitem .fiyat del {
	display:block;
    color: rgb(155, 155, 155);
    font-size: 14px;
    letter-spacing: -0.15px;
    line-height: 16px;
    text-decoration: line-through;
}
.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:none;
}
.urunitem:hover .sepeteklebuton {
	display:inline-flex;
}


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


.anakategori .urunitem .resimler .item img {
	width:100%;
	object-fit:contain;
	object-position:center;
	aspect-ratio:1/1;
	max-height:550px;
    mix-blend-mode: darken;
	border-radius:4px;
}

.anakategori {
	padding:0px 30px;
}

{
	padding:0px 30px;
}

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

#footer {
	background: #000;
	padding:40px 0px 20px 0px;
}

#footer .yazilar {
	display:flex;
	flex-direction:column;
	height:100%;
}
#footer .logo {
	margin-bottom:15px;
	padding-left:12px;
}
#footer .logo img {
	height:49px;
}

#footer .sosyal {
	display:flex;
	align-items:center;
	margin-bottom:auto;
}
#footer .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	font-size:28px;
	color:#fff;
	margin-right:5px;
}
#footer .sosyal a:hover {
	color: var(--krem);
}

#footer .bulten {
	display:flex;
	flex-wrap:wrap;
	border:2px solid #fff;
	border-radius:2px;
}
#footer .bulten .form-control {
	width:70%;
	height:50px;
	border-radius:0px;
	border:0px;
	border-right:2px solid #fff;
	background:#000;
}
#footer .bulten .btn {
	width:calc(30% - 2px );
	height:50px;
	border-radius:0px;
	border:0px;
	font-size:16px;
	font-weight:500;
	color:#fff;
    padding: 0px 5px;
}

#footer .menubas {
	position:relative;
	display:block;
	color:rgba(251,251,251,1);
	font-size: 14px;
	font-weight: 600;
	letter-spacing:1.4px;
	line-height: 30px;
	margin-bottom:17px;
	cursor:pointer;
}
#footer .menubas:before {
	position:absolute;
	content:"";
	top:100%;
	left:0px;
	width:15px;
	height:1px;
	background:rgba(251,251,251,1);
}
#footer .menualan {
	display:block;
}
#footer .menualan.active {
	display:block;
}
#footer .menulink {
	position:relative;
	display:block;
	color: rgba(252,252,249,1);
	font-size: 12px;
	font-weight: 400;
	line-height: 34px;
	letter-spacing:1.2px;
}
#footer .menulink:before {
	position:absolute;
	content:"";
	top:100%;
	left:0px;
	width:0px;
	height:1px;
	background:#8f6b47;
	transition:all 0.3s ease;
}
#footer .menulink:hover:before {
	width:100%;
}

#footer .alt {
	display:flex;
	align-items:center;
	padding:15px 0px 0px 0px;
	border-top: 1px solid #424242;
	margin-top:30px;
}
#footer .alt  .copy {
	margin-right:auto;
	color: rgba(157,157,157,1);
	font-size: 10px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing:0.25px;
}
#footer .alt  .fav img {
	height:20px;
	filter:brightness(100);
}


/*------------------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%;
}

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

#urundetay .resim {
    width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	max-height:180px;
}
#urundetay .adi {
    font-size:18px;
	font-weight:500;
	line-height:24px;
	color:rgba(0,0,0,1);
	margin-bottom:20px;
}
#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 .kod {
    font-size:16px;
	font-weight:400;
	line-height:24px;
	color:rgba(0,0,0,0.7);
	margin-bottom:10px;
}
#urundetay .fiyat {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	grid-gap:10px;
}
#urundetay .fiyat b {
    color: #e30613;
    font-size: 40px;
    font-weight: 700;
    line-height: 47.5px;
}
#urundetay .fiyat del {
	color: #BCBCBC;
    font-size: 40px;
    font-weight: 700;
    line-height: 47.5px;
	text-decoration-line: strikethrough;
}
#urundetay .fiyat small {
	display: flex;
    align-items: center;
    padding: 5px;
    background: #e30613;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
}

#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;
	border:1px solid rgba(235,235,235,1);
	padding:4px;
	border-radius:4px;
	margin-bottom:4px;
}
#urundetay .ilgili.active {
	border:1px solid #e30613;
}
#urundetay .ilgili img {
	width:40%;
}
#urundetay .ilgili div {
	width:60%;
	padding-left:4px;
}
#urundetay .ilgili div small {
	display:block;
	font-size:10px;
	color:#000;
}
#urundetay .ilgili div b {
	display:block;
	font-size:14px;
	font-weight:600;
	color:#e30613;
}
#urundetay .varyasyon {
	display:flex;
	flex-wrap:wrap;
	grid-gap:10px;
	padding:25px 0px;
}
#urundetay .varyasyon button { 
	display:flex;
	align-items:center;
	justify-content:center; 	
    border-radius: 4px;
    border: 1px solid var(--siyah);
    font-size: 12px;
    color: var(--siyah);
	background:#fff;
    padding: 8px;
	cursor:pointer;
}
#urundetay .varyasyon button.active {  	
	border: 2px solid var(--anarenk)!important;
    padding: 4px 9px 3px;
    background: var(--siyah)!important;
    color: #fff;
}
#urundetay .varyasyon button.pasif {  	
	cursor:not-allowed;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='1'/><path d='M0 0 L100 100 ' stroke='black' stroke-width='1'/></svg>");
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% 100%, auto;
}

#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 .item {
	position:relative;
	display:block;
	padding:8px;
	border-radius:8px;
	border:1px solid rgba(0,0,0,0.2);
	cursor:pointer;
}
#urundetay .item .anaresim {
	width:100%;
	height:500px;
	object-fit:contain;
	border-radius:8px;
}
#urundetay .item .altresim {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	max-height:200px;
	border-radius:4px;
}
#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);
}
/*------------------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%;
}

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

#bread {
	padding:25px 0px;
	background:var(--anarenk);
    border-bottom: 1px solid rgba(245,245,245,1);
}

#bread .baslik {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	text-align:center;
}


/*------------------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:5px;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: rgba(0,0,0,0.8);
	opacity: 1;
}
.aciklama ul {
	padding: 15px 15px 15px 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: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(--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;
}

.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: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;
}

/*------------------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>.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;
	padding:25px 0px 25px 0px;
	z-index:10;
}
#iletisimpage .baslik {
	position:relative;
	font-weight: 600;
	font-size: 24px;
	line-height: 44px;
	color: var(--anarenk);
	margin:20px 0px;
}
#iletisimpage .baslik:before {
	position:absolute;
	content:"";
	top:100%;
	left:0px;
	width:100px;
	height:2px;
	background: var(--anarenk);
}
#iletisimpage .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
#iletisimpage .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 30px;
	height: 30px;
	font-size:20px;
	color: var(--anarenk);
}
#iletisimpage .bilgi .yazi {
	width:calc(100% - 30px);
	padding-left:10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	color: #000;
}
#iletisimpage iframe {
	width:100%;
	height:535px;
	border-radius:30px;
}

