																																				@charset "UTF-8";
																																@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;900&display=swap');
a {
	text-decoration: none !important;
}
.container {
	height: auto;
	margin: auto;
}

#vitrin-urunleri {
	background: #eee;
	padding: 40px 0;
	margin-bottom: 40px;
}


/* A?AA?fAA?ca??rA?AA?fA?A?n Detay Preview*/

#ProdPreview .prodpreview {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#ProdPreview .prodpreview .prodpreview-container {
	position: relative;
	pointer-events: auto;
	padding: 0 20px;
	overflow: hidden;
	background: #fff;
	width: 80%;
	flex-wrap: wrap;
	display: flex;
	align-items: stretch;
}

#ProdPreview .prodpreview .prodpreview-container>div {
	display: inline-block;
	float: left;
}

#ProdPreview .prodpreview .prodpreview-container #urun-fiyat-bilgileri {
	padding: 40px 0 40px 5%;
}

#ProdPreview .prodpreview .prodpreview-container .prodpreview-close {
	z-index: 1;
	position: absolute;
	right: 20px;
	color: #5c5d65;
	top: 20px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border: none;
	background: none;
	transition: color 0.2s ease;
}

#ProdPreview .prodpreview .prodpreview-container .prodpreview-close:hover {
	color: #da0000;
}


/*GiriA?a?|AA?cAA?C ve A?AA?fAA?ca??ye Ol*/

.login-form-giris {
	background: #091f40;
	color: #fff;
}

.login-form-giris:hover {
	background: #415c7f;
	color: #fff;
}


/*Bayi Newmem*/

#bayi_basvuru tr td {
	padding: 10px 0px;
}

#bayi_basvuru .bayi-adres input {
	margin: 10px 0px;
}


/*Loader*/

#loader {
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.spinner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #da0000;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}


/*Form Elementleri*/

.modal-content {
	border-radius: 0px;
}

.modal {
	z-index: 99991 !important;
}

select option:disabled {
	color: #eee; 
	font-weight: bold;
}

textarea:focus,
input:focus {
	outline: none !important;
}

.btn {
	border-radius: 0px !important;
}

.btntm-default {
	background: #eee;
	color: #919191;
	border: 1px solid #eee;
}

.btntm-success {
	background: #6aac3b;
	border: 1px solid #6aac3b;
	line-height: 40px;
	padding: 0 20px;
	color: #fff;
}

.btntm-success:hover {
	background: #fff;
	color: #6aac3b;
}

.btntm-danger {
	background: #ca3e39;
	border: 1px solid #ca3e39;
	line-height: 40px;
	padding: 0 20px;
	color: #fff;
}

.btntm-danger1 {
	background: #d0504c;
	border: 1px solid #d0504c;
	line-height: 40px;
	padding: 0 20px;
	color: #fff;
}

.btntm-danger1:hover {
	background: #fff;
	color: #e26e6a;
}

.btntm-danger:hover {
	background: #fff;
	color: #ca3e39;
}

.btn1 {
	height: 34px;
	line-height: 34px;
	background: #353535;
	border: 1px solid #353535;
}

.btn1:hover {
	color: #353535;
}


/*Sepet Popup*/

.sepete-eklendi-popup {
	background: #091f40;
	padding: 7px 20px;
	color: #FFF;
}

.popup-urun-kazancin {
	background: #e5e5e5;
	text-align: center;
	padding: 4px 22px;
	font-weight: 700;
	color: #FE3B3B;
}

.sepete-eklendi-row {
	padding: 10px 0;
	border: 1px solid #DDD;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.sepete-eklendi-urunresmi img {
	width: 80px;
	border: 1px solid #eee;
	margin: 0 auto;
}

.sepete-eklendi-urunadi {
	font-size: 14px;
	text-align: left;
}


/*Loader*/

.loading-gif {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0.55);
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}


/*Breadcrumb*/

.bread-bg {
	margin: 0;
	padding: 0;
}

#genel-bread {
	font-size: 13px;
	padding: 0px;
}

#genel-bread .container {
	min-height: 40px;
	width: 100%;
	height: 74px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-flow: row wrap;
	border-top: 1px #e4e4e4 solid;
}

#genel-bread .container::before,
#genel-bread .container::after {
	display: none;
}

#genel-bread>.container>div {
	float: left;
	font-weight: 600;
	white-space: nowrap;
	padding-right: 15px;
}

#genel-bread ol {
	background: 0 0;
	margin: 0;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	white-space: normal;
	padding: 0;
	border-radius: 0 !important;
}
#genel-bread ol > li > a {
	color: #707070;
	transition: color .5s ease;
	font-size: 16px;
	text-transform: lowercase;
}
#genel-bread ol > li:first-line {
	text-transform: capitalize;
}

#genel-bread ol li a:hover {
	color: #da0000;
}
#genel-bread ol li:first-of-type a::before {
	content: '\f015';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 16px;
	padding: 0 10px 0 0;
	color: #707070
}

.breadcrumb>li+li:before {
	padding-right: 10px;
	font-weight: 400;
	color: #707070;
	content: "|";
}
@media all and (max-width: 1100px) {
	.breadcrumb>li {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		float: left;
		position: relative;
	}
	.breadcrumb>li>span {
		max-width: 100%;
	}
}

@media all and (max-width: 992px) {
	.bread-bg .inner-align {
		height: auto !important;
		display: inline-block;
	}
}

@media all and (max-width: 480px) {
	#genel-bread ol {
		white-space: normal;
	}
}


/*Markalar */

#marka-sayfasi {
	text-align: center;
	height: auto;
	min-height: 200px;
	display: flex;
	padding: 10px;
	align-items: center;
	justify-content: center;
	border: 5px solid transparent;
}

#marka-sayfasi a {
	border: 1px solid #DDD;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #444;
	font-weight: 600;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

#marka-sayfasi a:hover {
	color: #000;
}

@media all and (max-width: 480px) {
	#marka-sayfasi {
		min-height: 100px;
	}
}


/* Hiza */

#anasayfa-slider-container {
	width: 90%;
	height: auto;
	position: relative;
	margin: 0 auto;	
/*	display: inline-block;
	float: left;*/
}
#anasayfa-slider-container > h4 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: #000;
	font-weight: 600;
	height: 60px;
	position: relative;
}
#anasayfa-slider-container > h4::before {
	content: '';
	width: 60px;
	height: 6px;
	background: #da0000;
	position: absolute;
	top: 0;
	left: auto;
	right: auto;
}	
#anasayfa-slider-container > .inner-align {
	width: 100%;
}
.inner-align {
	width: 90%;
	margin: 0 auto;
	float: none;
	transition: all 0.5s ease;
}

.ana-sayfa-urunleri-slide {
	float: right;
	padding-left: 0px;
}

#anasayfa-urunleri {
	width: 75%;
	min-width: 1185px;
	padding: 0px;
	margin: auto;
	margin-top: 5vh;
	margin-bottom: 5vh;
}

.page-inner {
	padding: 0px;
	float: none;
	margin: auto;
	height: auto;
}

.pd0 {
	padding: 0 !important;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.container-fluid {
	width: 100%;
}

.left_col,
.mid_col,
.right_col {
	background-color: transparent !important;
}

@media all and (max-width: 992px) {
	body {
		margin-top: 51px !important;
	}
}

@media all and (max-width: 1600px) {
	.inner-align,
	#anasayfa-urunleri {
		width: 90%;
	}
}

@media all and (max-width: 1500px) {
	.inner-align,
	#anasayfa-urunleri {
		width: 95%;
	}
}

@media all and (max-width: 1300px) {
	.inner-align {
		width: 95%;
	}
	#anasayfa-urunleri {
		width: 95%;
		min-width: inherit;
	}
}

@media all and (max-width: 992px) {
	.inner-align {
		width: 95%;
		padding: 0px;
		border-radius: 0px;
		align-items: center;
		justify-content: center;
		flex-flow: column wrap;
		margin: auto;
	}
	.ana-sayfa-urunleri-slide {
		padding: 0px;
	}
}

@media all and (max-width: 530px) {
	.container,
	.container-fluid {
		padding: 0px;
	}
	.inner-align {
		width: 98%;
		padding: 0;
	}
	.inner-align p span {
		font-size: 11px;
	}
}


/*Statik Sayfalar*/

.statik-sayfa-baslik {
	padding: 10px 0;
	margin: 10px 0 5px;
}

.statik-sayfa-baslik h1 {
	margin: 0;
	color: #333333;
	font-size: 20px;
	font-weight: 600;
}

.statik-sayfa-detay {
	padding: 0;
	margin-bottom: 50px;
	line-height: 25px;
}

.iletisim-row {
	padding: 10px 0;
	display: inline-block;
	width: 100%;
}


/*Blog Modulu*/

.blog-baslik-bg {
	position: relative;
	text-align: center;
	display: block;
}

.blog-baslik-bg::before {
	position: absolute;
	content: '';
	background: #b6b6b6;
	height: 2px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
}

.blog-baslik-bg h3 {
	position: relative;
	text-align: center;
	display: inline-block;
	font-weight: 700;
	background: #fff;
	color: #e23e01;
	margin: 10px 0px;
	padding: 0px 15px;
}

.blog-button-content {
	text-align: center;
	height: auto;
	margin-top: 25px;
	display: inline-block;
}

.blog-button {
	margin: 0 auto;
	background: #da0000;
	color: #fff;
	padding: 10px 15px;
}

.blog-box {
	background: #fff;
	padding: 0px;
	border: 5px solid #fff;
}

.blog-box-inner {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 15px 0px;
	border-radius: 3px;
}

.blog-box-img {
	height: 300px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.blog-box-img img {
	max-width: 100%;
	position: relative;
}

.fixed-blog-tarih {
	display: inline-block;
	padding: 7px 0px;
	margin-top: 5px;
	z-index: 2;
	color: #333;
	font-size: 14px;
	font-weight: 300;
}

.blog-box-yazi {
	height: auto;
	padding: 0px 5px;
	display: inline-block;
}

.blog-box-yazi h3 {
	margin: 0px;
}

.blog-box-yazi a {
	color: #5c5d65;
	font-weight: 600;
	font-size: 20px;
}

.blog-box-yazi header {
	margin-bottom: 10px;
}

.blog-box-yazi .blog-box-konu-baslik {
	color: #636161;
	letter-spacing: 2px;
	display: block;
	margin: 15px 0px 5px 0px;
	text-transform: uppercase;
}

.blog-box-yazi h2 {
	font-weight: 600;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	margin-bottom: 20px;
	min-height: 70px;
}

.blog-box-yazi h2 a {
	color: #5c5d65;
}

.blog-box-yazi footer {
	background: transparent;
	margin-bottom: 15px;
}

.blog-box-yazi footer a {
	color: #757575;
	font-weight: 300;
	font-size: 15px;
	padding: 0px;
	background: transparent;
	display: inline-block;
	border: 1px solid #eee;
	max-width: 150px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	transition: all 0.5s ease;
}

.blog-box-yazi footer a i {
	font-size: 25px;
	height: 100%;
	width: 60px;
	display: block;
	text-align: center;
	float: right;
	padding: 2px 5px;
	color: #fff;
	position: relative;
	z-index: 1;
	background: #da0000;
}

.blog-box-yazi footer a span {
	width: 75%;
	display: block;
	float: left;
	position: relative;
	z-index: 1;
	height: 100%;
	padding-left: 10px;
	letter-spacing: 0.5px;
}

.blog-box-yazi footer a:before {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	transition: all 0.3s ease;
	width: 0px;
	opacity: 0;
	background: #85b4ed;
}

.blog-box-yazi footer a:hover:before {
	opacity: 1;
	width: 100%;
}

.blog-box-yazi footer a:hover span {
	color: #fff;
}

.blog-detay:first-line {
	display: block;
}

.blog-detay-img {
	max-width: 100%;
}

@media all and (max-width: 700px) {
	.blog-box {
		width: 100%;
	}
	.blog-box-img {
		height: inherit;
		max-height: 200px;
	}
	.blog-box-yazi {
		min-height: inherit;
	}
}


/*--------------------------------KATEGORI-SOL-FA?a??A?AA?a?1LTRE-TASARIM----------------------------------*/

.filtre-gorunum {
	text-align: right;
}

.stok-filtre-item-ara button {
	color: #fff;
	background: #da0000 !important;
	font-family: Ubuntu, sans-serif;
}

.stok-filtre-item-ara button:hover {
	color: #fff;
}

.stok-filtre-temizle a {
	color: #FFF;
	background: #da0000 !important;
	font-family: Ubuntu, sans-serif;
}

#secili-sayfa {
	font-weight: 600;
	background: #da0000;
	color: #FFF;
	border-radius: 0;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	border-color: unset;
}

#v3-loader {
	background: #ffffff4f;
}

#v3-loader-filter {
	background: #ffffff91;
}

#filtre-baslik {
	color: #6f6f6f;
	font-size: 18px;
	letter-spacing: 0.5px;
}

.marka-filtre-item label::before,
.grup-filtre-item label::before,
.varyant-filtre-item label::before {
	border: 2px solid #bfbfbf;
}

#secimidaralt_v3 .marka-filtre-item input[type="checkbox"]:checked+label::before,
#secimidaralt_v3 .grup-filtre-item input[type="checkbox"]:checked+label::before,
#secimidaralt_v3 .varyant-filtre-item input[type="checkbox"]:checked+label::before {
	background: #da0000 !important;
	color: #fff;
	border: 1px solid #da0000 !important;
	font-size: 20px !important;
	line-height: 12px !important;
}
div.grup-baslik, div.varyant-baslik, div.kategori-baslik, div.stok-baslik, div.marka-baslik {
	margin: 0!important;
}
#secimidaralt_v3 .marka-filtre-item input[type="checkbox"]:checked+label,
#secimidaralt_v3 .grup-filtre-item input[type="checkbox"]:checked+label,
#secimidaralt_v3 .varyant-filtre-item input[type="checkbox"]:checked+label {
	color: #da0000;
}

div.marka-filtre-item label:hover, div.grup-filtre-item label:hover, div.varyant-filtre-item label:hover, div.kategori-filtre-item label:hover {
	color: #da0000;
	transition: all 0.3s ease;
}

div.marka-filtre-item label,
div.grup-filtre-item label,
div.varyant-filtre-item label,
div.kategori-filtre-item label {
	color: #6f6f6f;
	font-weight: 400 !important;
	font-size: 16px;
	padding: 0!important;
	padding-left: 0!important;
	margin: 0!important;
	min-height: unset!important;
	display: flex!important;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	line-height: 22px;
}

.marka-filtre-item label::before,
.grup-filtre-item label::before,
.varyant-filtre-item label::before {
	border-radius: 50% !important;
	border: 1px solid #bfbfbf !important;
}
#cat_rw_03 {
	border: 1px solid #eee;
}

#formfilterV23 {
	border: 1px solid #eee;
	padding: 20px 20px;
	height: auto;
	display: inline-block;
	width: 90%;
}

.secim_baslik {
	font-weight: 600;
	font-size: 15px;
	display: block;
	width: 100%;
	padding-bottom: 15px;
}

.secim_icerik {
	height: auto;
	display: block;
	width: 100%;
	padding: 0px 0px 20px 0px;
}

.secim_icerik1 {
	padding: 0px 10px;
	width: 48%;
	min-height: 45px;
	line-height: 45px;
	background: #F0F0F0;
	float: left;
	margin-right: 2%;
	margin-bottom: 5px;
	cursor: pointer;
	text-align: center;
}

.secim_icerik1on {
	padding: 0px 10px;
	width: 48%;
	min-height: 45px;
	line-height: 45px;
	background: #da0000;
	float: left;
	margin-right: 2%;
	margin-bottom: 5px;
	border: 1px solid #da0000;
	cursor: pointer;
	color: #fff;
	text-align: center;
}

.secim_icerik2 {
	padding: 0px 10px;
	min-width: 75px;
	width: 100%;
	display: block;
	min-height: 45px;
	line-height: 45px;
	background: #F0F0F0;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #DDD;
	cursor: pointer;
	text-align: center;
}

.secim_icerik2on {
	padding: 0px 10px;
	min-width: 75px;
	width: 100%;
	display: block;
	min-height: 45px;
	line-height: 45px;
	background: #da0000;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #da0000;
	cursor: pointer;
	color: #fff;
	text-align: center;
}

.kategori-filter-input {
	border: 1px solid #ccc;
	width: 45%;
	font-weight: 400;
	margin: 5px 0px 15px 0px;
	height: 39px;
	text-align: center;
	outline: none;
	float: left;
	font-size: 13px;
	margin-right: 5px;
}

.kategori-filter-button {
	height: 40px;
	width: 94%;
	border: none;
	outline: none;
	letter-spacing: 2px;
	background: #da0000;
	color: #FFF;
	font-size: 14px;
}

.stok-filtre-item {
	width: 50%;
	float: left;
}

.stok-filtre-item-ara {
	clear: both;
	padding-top: 10px;
}

#v3-loader {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background: #ffffff4f;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}

#v3-loader-filter {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: #ffffff91;
	display: flex;
	align-items: center;
	justify-content: center;
}

#secimidaralt_v3 {
	float: left;
	background: #f8f8f8 !important;
	border: 1px solid #eaeaea !important;
	height: auto;
	display: inline-block;
	padding: 30px 20px 0 20px!important;
}

.sirala-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
}

.sirala-div select {
	height: 42px;
}

.sirala-div-margin {
	padding: 0px;
	padding-right: 15px;
}

.cat-gorunum-box {
	background: #fbfbfb;
	padding: 5px;
	border: 1px solid #eee;
	display: inline-block;
	cursor: pointer;
}

.cat-gorunum-box:hover {
	background: #efefef;
}

.pagination>li>a,
.pagination>li>span {
	border: 0px;
}

.varyant-baslik {
	padding-left: 0px !important;
}

.form-control {
	border: 1px solid #eee;
	box-shadow: none;
	outline: none;
	border-radius: 0px !important;
}

.form-control:focus {
	box-shadow: none;
	border: 1px solid #da0000;
}

#katalogGorunumu {
	margin-top: 25px;
}


/*Filtre Responsive*/

@media all and (max-width: 992px) {
	#secimidaralt_v3 {
		background: #fff !important;
	}
	#cat_rw_05 {
		padding: 0px;
	}
	.cat-filtre {
		font-family: Ubuntu, sans-serif;
		background: #da0000 !important;
	}
	.cat-menu-top p {
		font-family: Ubuntu, sans-serif;
	}
}


/*UYE OL TASARIM*/

.newmem-content {
	padding: 0px;
	border: 1px solid #eee;
	margin: 30px auto 40px;
	float: none;
}

.newmem-content .container-fluid {
	padding: 15px 0px 25px;
	margin: 0 auto;
	background-color: #FFF;
}

.newmem-content input[type=checkbox] {
	display: inline-block !important;
}

.newmem-baslik {
	font-size: 25px;
	margin: 0px;
	letter-spacing: -0.5px;
	text-align: center;
	background: #da0000;
	color: #fff;
	padding: 15px 0px;
}

.newmem-content .newmem-row {
	margin: 7px 0px;
	padding: 0px 15px;
}

.newmem-content .newmem-row input {
	margin-top: 5px;
}

label {
	font-weight: normal;
}

.oc_member_singup_sozlesme_text.parmak strong {
	cursor: pointer;
}


/*Kategori Banner*/

.cat-banner img {
	width: 100%;
}
.cat-banner .slick-arrow {
	width: 72px;
	height: 72px;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cat-banner .slick-arrow::before {
	position: unset;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 32px;
	outline: none;
	content: "\f053";
	border: none;
	transform: none;
	color: rgba(255,255,255,.8);
}
.cat-banner .slick-next::before {
	content: "\f054";
}
.cat-banner .slick-arrow:hover {
	background: rgba(255,255,255,.1);
	outline: none;
	transition: all 0.3s ease;
}
.cat-banner .slick-next {
	right: 0;
}

.cat-banner .slick-prev {
	left: 0;
}

.cat-banner .slick-dots {
	bottom: 0%;
}

.cat-banner .slick-dots li {
	overflow: hidden;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17);
}

.cat-banner .slick-dots li:hover {
	border-bottom: 20px solid #da0000;
}

.cat-banner .slick-dots li button {
	background: #fff;
	padding: 0px;
	margin: 0px;
}

.cat-banner .slick-dots li.slick-active {
	border-bottom: 4px solid #da0000;
}

.cat-banner .slick-dots li.slick-active button {
	background: #fff;
}

.cat-banner .slick-dots li button::before {
	display: none;
}

@media all and (min-width: 992px) {
	.prodpreview-container {
		width: 90%;
	}
}

@media all and (max-width: 992px) {
	.prodpreview-container {
		height: 90%;
		overflow: auto !important;
	}
	.slick-next:before,
	.slick-prev:before {
		bottom: 35%;
	}
	.slick-next:before {
		left: 30%;
	}
	.slick-prev:hover:before,
	.slick-prev:focus:before,
	.slick-next:hover:before,
	.slick-next:focus:before {
		border: solid #fff;
		border-width: 0 1px 1px 0;
		opacity: 1;
	}
	.cat-banner.slick-dotted.slick-slider {
		margin-bottom: 10px;
	}
	.cat-banner .slick-arrow:hover {
		background: rgba(255,255,255,.8);
	}
	.cat-banner .slick-arrow:before {
		/*border: solid #fff;
		border-width: 0 2px 2px 0;*/
		font-size: 24px;
		opacity: 1;
		padding: 3px;
		bottom: 33%;
	}
	.cat-banner .slick-next:before {
		left: 29%;
	}
	.cat-banner .slick-prev:before {
		right: 26%;
	}
	.cat-banner .slick-prev:hover:before,
	.cat-banner .slick-prev:focus:before {
		/*border: solid #fff;
		border-width: 0 2px 2px 0;*/
		opacity: 1;
	}
	.cat-banner .slick-next:hover:before,
	.cat-banner .slick-next:focus:before {
		/*border: solid #fff;
		border-width: 0 2px 2px 0;*/
		opacity: 1;
	}
	.cat-banner .slick-dots li {
		width: 5px;
		height: 5px;
	}
	.cat-banner .slick-dots li button {
		width: 5px;
		height: 5px;
		border-radius: 50%;
	}
	.cat-banner .slick-dots li.slick-active {
		border: none;
		width: 7px;
		height: 7px;
	}
	.cat-banner .slick-dots li.slick-active button {
		width: 7px;
		height: 7px;
	}
}


/*KarsA?a??A?AA?}lastirma*/

.karsilastirma-inner {
	display: flex;
	overflow-x: scroll;
	padding-bottom: 50px;
	justify-content: flex-start;
	align-items: flex-start;
}

.urun-karsilastirma-baslik {
	font-size: 18px;
	letter-spacing: 0px;
	padding: 10px;
	width: 100%;
	display: block;
	font-weight: 600;
	color: #091f40;
}

.urun-karsilastirma-box {
	position: relative;
	height: auto;
	display: inline-block;
	border-radius: 0px;
	background: #fff;
	padding: 15px;
	padding-bottom: 0px;
	float: left;
	min-width: 300px;
}

.urun-karsilastirma-img {
	text-align: center;
	background: #eee;
	padding: 10px;
	border-radius: 3px;
	width: 100%;
}

.urun-karsilastirma-img a {
	border-radius: 5px;
	border: 2px solid #e3e3e3;
	padding: 5px 25px;
	background: #fff;
	display: inline-block;
	width: 100%;
}

.urun-karsilastirma-img img {
	max-width: 100%;
}

.urun-detay-butonlar {
	width: 100%;
	height: 40px;
	position: relative;
}

.urun-detay-butonlar form {
	width: 50%;
	height: 100%;
	float: left;
}

.urun-detay-butonlar .list-cikar-mm {
	width: 100% !important;
	height: 100%;
	float: left;
	border: 0px;
	text-align: center;
	background: #da0000;
	color: #fff;
	transition: all 0.5s ease;
	border-radius: 0px !important;
}

.urun-detay-butonlar .spt-ekle-mm {
	width: 50% !important;
	height: 100%;
	float: left;
	border: 1px solid #da0000;
	text-align: center;
	background: #da0000;
	color: #fff;
	transition: all 0.5s ease;
	border-radius: 0px !important;
}

.urun-karsilastirma-aciklama {
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 10px;
	min-height: 100px;
}

.urun-karsilastirma-ozellikler {
	padding: 15px;
	display: inline-block;
	width: 100%;
}

.urun-karsilastirma-ozellikler:nth-child(odd),
.urun-karsilastirma-ozellikler:nth-child(even) {
	background: #eee;
}

@media all and (max-width: 992px) {
	.urun-karsilastirma-aciklama {
		font-size: 13px;
	}
}


/* TEMA 12 */

.anasayfa-kategori {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	float: left;
	width: 100%;
	position: relative;
}

.anasayfa-kategori .anasayfa-kategori-resim {
	overflow: hidden;
	padding: 0;
	float: left;
	background-position: center;
	display: inline-block;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}

.anasayfa-kategori .anasayfa-kategori-resim:before {
	content: '';
	padding-top: 65%;
	display: inline-block;
	float: left;
}

.anasayfa-kategori .anasayfa-kategori-resim:after {
	content: "\f060";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	padding-left: 100%;
	align-items: center;
	background: rgba(0, 0, 0, 0);
	opacity: 0;
	transition: all 0.4s ease;
}

.anasayfa-kategori .anasayfa-kategori-resim:hover:after {
	padding-left: 0;
	padding-right: 0;
	background: rgba(0, 0, 0, 0.3);
	opacity: 1;
}

.anasayfa-kategori .anasayfa-kategori-resim a {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.anasayfa-kategori .anasayfa-kategori-icerik {
	display: flex;
	padding: 0;
	justify-content: center;
	float: left;
	align-items: center;
}

.anasayfa-kategori .anasayfa-kategori-icerik .anasayfa-kategori-icerik-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 85%;
	max-width: 550px;
}

.anasayfa-kategori-icerik-wrapper .ust-baslik {
	font-weight: 900;
	font-size: 48px;
	color: #000;
	margin: 20px 0 0 ;
	position: relative;
}
.anasayfa-kategori-icerik-wrapper .ust-baslik::before, .anasayfa-kategori-icerik-wrapper .ust-baslik::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 6px;
	background: #da0000;
	top: 0;
	left: 0;
}
.anasayfa-kategori-icerik-wrapper .ust-baslik::after {
	top: unset;
	bottom: 0;
}
.anasayfa-kategori-icerik-wrapper .ana-baslik {
	font-weight: 300;
	font-size: 50px;
	margin-bottom: 20px;
	display: inline-block;
	text-align: left;
	position: relative;
}

.anasayfa-kategori-icerik-wrapper .ana-baslik:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	border: 1px solid #eee;
	width: 50%;
}

.anasayfa-kategori-icerik-wrapper .icerik {
	color: #000;
	font-size: 42px;
	line-height: 42px;
	font-weight: 400;
}

.anasayfa-kategori-icerik-wrapper > a {
	float: left;
	position: relative;
	margin: 40px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	border-bottom: 3px #707070 solid;
	transition: all .5s ease;
}
.anasayfa-kategori-icerik-wrapper > a:hover {
	color: #da0000;
}
.anasayfa-kategori-icerik-wrapper > a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 3px;
	background: #da0000;
	transition: all .5s ease;
}
.anasayfa-kategori-icerik-wrapper a:hover::before {
	width: 100%;
}


/* ANASAYFA - BLOG */

.anasayfa-blog-box {
	float: left;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.anasayfa-blog-box .anasayfa-blog-resim {
	height: 50%;
	display: inline-block;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.anasayfa-blog-box .anasayfa-blog-resim a {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.anasayfa-blog-box .anasayfa-blog-resim:before {
	content: '';
	display: inline-block;
	padding-top: 80%;
}

.anasayfa-blog-box .anasayfa-blog-icerik {
	height: 50%;
	float: left;
	display: inline-block;
	position: relative;
}

.anasayfa-blog-box .anasayfa-blog-icerik:before {
	content: '';
	display: inline-block;
	padding-top: 90%;
}

.anasayfa-blog-box .anasayfa-blog-icerik .anasayfa-blog-icerik-wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 85%;
	max-width: 450px;
}

.anasayfa-blog-box .anasayfa-blog-icerik .anasayfa-blog-icerik-wrapper .blog-text {
	display: flex;
	flex-direction: column;
	float: left;
	padding: 0;
}

.anasayfa-blog-box .anasayfa-blog-icerik .anasayfa-blog-icerik-wrapper .blog-text span>a {
	font-size: 18px;
	font-weight: bold;
	transition: color 0.3s ease;
	color: #000;
}

.anasayfa-blog-box .anasayfa-blog-icerik .anasayfa-blog-icerik-wrapper .blog-text span>a:hover {
	color: #da0000;
}

.anasayfa-blog-box .anasayfa-blog-icerik .anasayfa-blog-icerik-wrapper .blog-text p {
	color: #5c5d65;
	font-size: 16px;
	margin-top: 15px;
}

.anasayfa-blog-box .anasayfa-blog-icerik .anasayfa-blog-icerik-wrapper .blog-text>a {
	color: #da0000;
	margin-top: 10px;
	font-weight: 600;
	font-size: 16px;
	transition: color 0.3s ease;
}

.anasayfa-blog-box .anasayfa-blog-icerik .anasayfa-blog-icerik-wrapper .blog-text>a i {
	margin-right: 10px;
	font-size: 12px;
	transition: transform 0.3s ease;
}

.anasayfa-blog-box .anasayfa-blog-icerik .anasayfa-blog-icerik-wrapper .blog-text>a:hover {
	color: #000;
}

.anasayfa-blog-box .anasayfa-blog-icerik .anasayfa-blog-icerik-wrapper .blog-text>a:hover i {
	transform: translateX(3px);
}

.anasayfa-blog-box .anasayfa-blog-icerik .anasayfa-blog-icerik-wrapper .blog-tarih {
	padding-left: 0;
	padding-right: 20px;
	float: left;
	display: inline-block;
}

.anasayfa-blog-box .anasayfa-blog-icerik .anasayfa-blog-icerik-wrapper .blog-tarih span {
	font-weight: 400;
	font-size: 65px;
	display: block;
	line-height: 1;
}

.anasayfa-blog-box .anasayfa-blog-icerik .anasayfa-blog-icerik-wrapper .blog-tarih p {
	white-space: nowrap;
	font-size: 13px;
	font-weight: 400;
	color: #8e9099;
}


/*  PARAllax*/

.anasayfa-parallax {
	display: inline-block;
	width: 100%;
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.anasayfa-parallax:before {
	content: '';
	padding-top: 30%;
	float: left;
}

.anasayfa-parallax .parallax-icerik {
    will-change: transform;
    position: absolute;
    left: 50%;
    top: 50vh;
    transform: translate(-50%, -25vh);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.anasayfa-parallax .parallax-icerik .parallax-ust {
	color: #da0000;
	font-size: 2vw;
	font-weight: 700;
}

.anasayfa-parallax .parallax-icerik .parallax-baslik {
	color: #fff;
	font-size: 2vw;
	font-weight: 400;
	margin-top: 1.5vw;
}

.anasayfa-parallax .parallax-icerik .parallax-aciklama {
	margin-top: 1.5vw;
	color: #fff;
	font-size: 1.5vw;
	font-weight: 400;
}

.anasayfa-parallax .parallax-icerik a {
	margin-top: 1vw;
	font-size: 1.2vw;
	background: #ce7452;
	color: #fff;
	padding: 0.7vw 1.5vw;
	border-radius: 0.1vw;
	transition: background 0.2s ease;
}

.anasayfa-parallax .parallax-icerik a:hover {
	background: #da0000;
}


/*Slider*/

.slider-mm {
	float: right;
	background: #fff;
	padding: 0px;
	margin: 0px;
	position: relative;
	transition: all 0s ease;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}

.slider-mm.slick-initialized {
	visibility: visible;
	opacity: 1;
}

.slider-mm .slick-slide img {
	width: 100%;
}

.slider-mm .slick-list {
	height: 100%;
}

.slider-mm .slider-icerik {
	position: absolute;
	width: 50%;
	max-width: 460px;
	left: 0;
	bottom: 60px;
	display: flex;
	gap: 20px;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	background: rgba(0,0,0,.5);
	padding: 40px 50px;
}

.slider-mm .slider-icerik .slider-fiyat {
	color: #8899a1;
	font-weight: 700;
	font-size: 1.2vw;
	display: none;
}

.slider-mm .slider-icerik .slider-baslik {
	color: #FFF;
	font-size: 52px;
	line-height: 52px;
	font-weight: 600;
}

.slider-mm .slider-icerik .slider-aciklama {
	color: rgba(255,255,255,.6);
	font-size: 18px;
	line-height: 24px;
}

.slider-mm .slider-icerik a {
	font-size: 16px;
	color: rgba(255,255,255,.6);
	float: right;
	margin: 0 0 0 auto;
	border-bottom: 1px rgba(255,255,255,.6) solid;
	padding: 0 0 2px 0;
	transition: all .3s ease;
}

.slider-mm .slider-icerik a:hover {
	color: rgba(255,255,255,.8);
	text-shadow: 0.1vw 0.1vw 1vw #FFF;
}

.slider-mm-link {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.slick-prev:hover,
.slick-prev:focus {
	color: transparent;
	outline: none;
	background: #da0000;
}

.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: #da0000;
}

.slick-prev:before {
	content: '';
	left: 45%;
	bottom: 40%;
	position: absolute;
	border: solid #da0000;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.slick-next:before {
	content: '';
	left: 35%;
	bottom: 40%;
	margin: auto;
	position: absolute;
	border: solid #da0000;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

@media (min-width: 992px) {
	.kategori-reverse {
		flex-direction: row-reverse;
	}
	.kategori-reverse .anasayfa-kategori-resim:after {
		content: '\f061';
		padding-left: 0;
		padding-right: 100%;
	}
	.anasayfa-blog-box {
		height: 850px;
		flex-direction: column-reverse;
	}
	.blog-reverse {
		flex-direction: column;
	}
	/*.anasayfa-kategori:after {
		content: '';
		height: 15px;
		width: 15px;
		background: #fff;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
		position: absolute;
	}*/
	.slider-mm .slick-arrow,
	.ana-sayfa-urunleri-slide .slick-arrow {
		width: 72px;
		height: 72px;
		box-shadow: none;
	}
	.slider-mm .slick-arrow:hover,
	.slider-mm .slick-arrow:focus,
	.ana-sayfa-urunleri-slide .slick-arrow:hover,
	.ana-sayfa-urunleri-slide .slick-arrow:focus {
		color: rgba(255,255,255,.8);
		outline: none;
		transition: all 0.3s ease;
		background: rgba(255,255,255,.1);
	}
	.slider-mm .slick-arrow:hover:before,
	.slider-mm .slick-arrow:focus:before,
	.ana-sayfa-urunleri-slide .slick-arrow:hover:before,
	.ana-sayfa-urunleri-slide .slick-arrow:focus:before {
		color: rgba(255,255,255,.8);
		outline: none;
		transition: all 0.3s ease;
	}
	.slider-mm .slick-arrow:before,
	.ana-sayfa-urunleri-slide .slick-arrow:before {
		font-family: "Font Awesome 5 Free";
		position: relative;
		font-weight: 900;
		outline: none;
		border: none;
		left: inherit;
		top: inherit;
		transform: none;
		font-size: 32px;
		color: rgba(255,255,255,.6);
		/* padding: 0; */
		/* margin: 0; */
		top: 0;
	}
	.slider-mm .slick-prev,
	.ana-sayfa-urunleri-slide .slick-prev {
		left: 0;
	}
	.slider-mm .slick-prev, .slider-mm .slick-next {
		background: none;
	}
	.slider-mm .slick-prev:before,
	.ana-sayfa-urunleri-slide .slick-prev:before {
		content: "\f053";
	}
	.slider-mm .slick-next,
	.ana-sayfa-urunleri-slide .slick-next {
		right: 0;
	}
	.slider-mm .slick-next:before,
	.ana-sayfa-urunleri-slide .slick-next:before {
		content: "\f054";
	}
	.ana-sayfa-urunleri-slide {
		overflow: hidden;
	}
	.ana-sayfa-urunleri-slide .slick-next {
		right: -4vw;
		box-shadow: 1px 1px 35px #ccc;
		opacity: 0;
	}
	.ana-sayfa-urunleri-slide .slick-prev {
		left: -4vw;
		box-shadow: 1px 1px 35px #ccc;
		opacity: 0;
	}
	.ana-sayfa-urunleri-slide:hover .slick-next {
		right: 1vw;
		box-shadow: 1px 1px 35px #ccc;
		opacity: 1;
	}
	.ana-sayfa-urunleri-slide:hover .slick-prev {
		left: 1vw;
		box-shadow: 1px 1px 35px #ccc;
		opacity: 1;
	}
	.ana-sayfa-urunleri-slide:hover .slick-prev:before {
		float: left;
	}
	.anasayfa-marka-slider .slick-arrow {
		width: 4vw;
		height: 4vw;
		box-shadow: none;
		background: none;
	}
	.anasayfa-marka-slider .slick-arrow:hover,
	.anasayfa-marka-slider .slick-arrow:focus {
		color: #da0000;
		outline: none;
	}
	.anasayfa-marka-slider .slick-arrow:hover:before,
	.anasayfa-marka-slider .slick-arrow:focus:before {
		color: #da0000;
		outline: none;
	}
	.anasayfa-marka-slider .slick-arrow:before {
		font-family: "Font Awesome 5 Free";
		position: relative;
		font-weight: 900;
		outline: none;
		border: none;
		left: inherit;
		top: inherit;
		transform: none;
		font-size: 17px;
		color: #5c5d65;
	}
	.anasayfa-marka-slider .slick-prev {
		left: 0;
	}
	.anasayfa-marka-slider .slick-prev:before {
		content: "\f060";
	}
	.anasayfa-marka-slider .slick-next {
		right: 0;
	}
	.anasayfa-marka-slider .slick-next:before {
		content: "\f061";
	}
}

@media (max-width: 992px) {
	.anasayfa-blog-box .anasayfa-blog-icerik {
		display: flex;
		justify-content: center;
	}
	.anasayfa-blog-box .anasayfa-blog-icerik:before {
		display: none;
	}
	.anasayfa-blog-box .anasayfa-blog-icerik .anasayfa-blog-icerik-wrapper {
		padding: 60px 0;
		position: relative;
		transform: none;
		max-width: 550px;
		left: inherit;
		top: inherit;
	}
	#anasayfa-slider-container.anasayfa-parallax {
		display: none;
	}
	.slider-mm .slick-arrow::before {
		border: solid #fff;
		border-width: 0 2px 2px 0;
	}
	.slider-mm .slick-dots {
		bottom: 5px;
	}
	.slider-mm .slick-dots li {
		width: 10px;
		height: 10px;
		padding: 0 7px;
		overflow: hidden;
		transition: all 0.3s ease;
	}
	.slider-mm .slick-dots li button {
		width: 7px;
		height: 7px;
		border: 1px solid #fff;
		border-radius: 50%;
		background: #fff;
		padding: 0px;
		margin: 0px;
	}
	.slider-mm .slick-dots li button::before {
		display: none;
	}
	.slider-mm .slick-dots li.slick-active button {
		background: #da0000;
	}
}


/*Marka Slider*/

.marka-slider-wrapper {
	background: #eee;
	padding: 45px 0;
}

.marka-slider-wrapper .anasayfa-marka-slider .marka-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.marka-slider-wrapper .anasayfa-marka-slider .marka-slide:before {
	content: '';
	padding-top: 80%;
	display: inline-block;
}

.marka-slider-wrapper .anasayfa-marka-slider .marka-slide img {
	position: absolute;
	max-height: 100px;
	max-width: 100px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.7;
	filter: grayscale(100%);
	transition: all 0.2s ease;
}

.marka-slider-wrapper .anasayfa-marka-slider .marka-slide:hover img {
	opacity: 1;
	filter: grayscale(0%);
}

.marka-slider-wrapper .anasayfa-marka-slider .marka-slide a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


/*A?AA?fAA?ca??rA?AA?fA?A?nler BaA?a?|AA?cAA?ClA?a??A?AA?}k*/

.urun-kategori-baslik-bg {
	width: 100%;
	height: auto;
	text-align: center;
	padding-left: 4px;
	margin-bottom: 20px;
}

.urun-kategori-baslik {
	font-family: Ubuntu, sans-serif;
	height: 50px;
	padding: 10px 20px;
	line-height: 45px;
	vertical-align: bottom;
	position: relative;
	display: inline-block;
	float: none;
	width: auto;
	font-size: 30px;
	color: #333333;
	letter-spacing: 0.5px;
	font-weight: 400;
}

@media (max-width: 992px) {
	.urun-kategori-baslik {
		width: 100%;
		padding: 0px;
		height: 40px;
		font-size: 22px;
		display: block;
		padding-left: 10px;
		line-height: 40px;
	}
}


/*YukarA?a??A?AA?} A?AA?fAA?a??a?A?A?A!A?a??A?AA?}k*/

.home-sag-alt {
	width: 40px;
	height: auto;
	display: inline-block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: center;
	z-index: 1000;
}

.sag-alt-wp {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: #222020;
	color: #00e676;
	font-size: 19px;
	border-radius: 50%;
	transition: all 0.5s ease;
}

.sag-alt-wp i::before {
	line-height: 39px;
}

.sag-alt-wp.asagi {
	border-radius: 0px;
	transition: all 0.5s ea se;
	line-height: 33px;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
}

.sag-alt-wp:hover,
.sag-alt-wp:focus {
	color: #fff;
	background: #000;
}

@media (max-width: 992px) {
	.home-sag-alt {
		bottom: 45px;
	}
}


/*Anasayfa Prod Slide*/

.home-slide-prod {
	padding: 0px 4px;
}

.home-slide-prod .slick-track {
	float: left;
}

.home-slide-prod .slick-arrow {
	bottom: -30px;
	background: transparent;
	box-shadow: none;
	top: inherit;
	width: 30px;
	height: 30px;
}

.home-slide-prod .slick-arrow:hover:before,
.home-slide-prod .slick-arrow:focus:before {
	border: solid #333;
	border-width: 0 1px 1px 0;
}

.home-slide-prod .slick-next {
	left: 40px;
}

.home-slide-prod .slick-prev {
	left: 0px;
}


/*Tab List*/

.home-urun-tabs ul {
	height: auto;
	list-style: none;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.home-urun-tabs ul li {
	display: inline-block;
	cursor: pointer;
	padding: 0 2.5%;
	transition: all 0.5s ease;
	border-radius: 40px;
}

.home-urun-tabs ul li h3 {
	margin: 10px 0px;
}

.home-urun-tabs ul li h3 span {
	letter-spacing: 0.5px;
	font-weight: 400;
	color: #5c5d65;
	font-size: 17px;
}

.home-urun-tabs ul li.activetab {
	background: #da0000;
	-webkit-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.17);
}

.home-urun-tabs ul li.activetab span {
	color: #fff;
}

@media (max-width: 992px) {
	.home-urun-tabs ul li h3 {
		margin: 0px;
	}
	.home-urun-tabs ul li h3 span {
		font-size: 13px;
	}
}

#back-top {
	display: inline-block;
	background-color: #222020;
	width: 40px;
	height: 40px;
	text-align: center;
	position: relative;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	color: #fff;
	line-height: 38px;
	font-size: 20px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}

#back-top:hover {
	cursor: pointer;
	background-color: #000;
}

#back-top:active {
	background-color: #000;
}

#back-top.show {
	opacity: 1;
	visibility: visible;
}

footer {
	margin-top: 25px;
	clear: both;
	background: #21232e;
}

#footer {
	text-align: left;
	padding: 80px 0 0px 0px;
}

#footer input {
	display: none;
}

#footer label {
	display: none;
}

#footer .footer-mm1 {
	display: flex;
	margin: 0px auto !important;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: row wrap;
}

#footer .footer-sayfalar {
	padding-bottom: 30px;
}

#footer .footer-sayfalar>ul {
	width: 33.333%;
}

#footer .footer-mm1 ul li {
	position: relative;
	padding: 0px;
}

#footer .footer-mm1 ul li:first-child {
	font-family: Ubuntu, sans-serif;
	margin: 0px;
	color: #fff;
	font-size: 17px;
	padding-bottom: 0;
	height: 40px;
}

#footer .footer-mm1 ul li a {
	color: #aaa;
	font-family: Ubuntu, sans-serif;
	text-decoration: none;
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 15px;
	padding: 6px 0px 10px 0px;
	transition: all 0.3s ease;
}

#footer .footer-mm1 ul li a span {
	padding-left: 2%;
	font-family: Ubuntu, sans-serif;
}

#footer .footer-mm1 ul li a:hover {
	color: #da0000;
}

#footer .footer-social {
	padding-bottom: 30px;
	padding-left: 0px;
}

#footer .footer-social ul:nth-child(2) {
	width: 100%;
	padding-bottom: 25px;
}

#footer .footer-social ul:nth-child(2) li {
	display: inline-block;
}

#footer .footer-social ul:nth-child(2) li a {
	padding: 0 24px;
}

#footer .footer-social ul:nth-child(2) li a:first-child {
	padding-left: 0 !important;
}

#footer .footer-iletisim li {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
}

#footer .footer-iletisim li i {
	color: #da0000;
	width: 15%;
	font-size: 18px;
}

#footer .footer-iletisim li a {
	width: 85%;
	color: #fff !important;
	font-size: 17px !important;
}

.footer-e-bulten {
	padding: 0px;
}

.footer-e-bulten p {
	font-size: 13px;
}

.footer-e-bulten-content {
	position: relative;
	padding: 0px;
}

.footer-e-bulten #ebulten {
	padding: 10px 10px;
	width: 100%;
	font-size: 13px;
	border: 1px solid #eee;
}

.footer-e-bulten #ebulten-gonder {
	background: #da0000;
	color: #fff;
	padding: 3px 15px;
	height: 100%;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 23px;
	border: 1px solid #eee;
}

#footer ul {
	float: left;
	list-style: none;
}

.footer-bottom-mm {
	width: 100%;
	height: auto;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-bottom-mm a {
	text-decoration: none;
	color: #111;
}

.footer-bottom-mm p {
	width: auto;
	float: left;
	margin: 0px;
	text-align: center;
	font-size: 11px;
	color: #81828c;
}

.footer-bottom-mm p img {
	display: block;
	text-align: center;
	margin: auto;
}

.footer-bottom-mm p:last-child {
	text-align: right;
	float: right;
}

.odeme-sprite-box {
	float: left;
	margin-bottom: 5px;
	width: 160px;
	height: 45px;
}

.footer-odeme {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	align-items: center;
}

@media all and (max-width: 992px) {
	#footer .footer-social {
		padding: 0 15px;
	}
	#footer .footer-sayfalar>ul {
		width: 100%;
	}
	#footer ul {
		position: relative;
	}
	#footer ul label {
		display: inline-block;
		width: 100%;
		height: 100%;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		text-align: right;
	}
	#footer ul label i {
		color: #fff;
		font-size: 17px;
	}
	#footer ul input:checked~ul {
		max-height: 500px;
		visibility: visible;
	}
	#footer ul ul {
		overflow: hidden;
		transition: all 0.3s ease;
		max-height: 0;
		visibility: hidden;
	}
	.footer-social {
		order: 1;
	}
	.footer-sayfalar {
		order: 2;
	}
	.footer-bottom-mm {
		order: 3;
	}
	.footer-social ul {
		width: 100%;
	}
	.footer-e-bulten {
		width: 40%;
	}
	.footer-bottom-mm p img #footer ul li:first-child {
		margin: 30px 0 10px;
	}
	#footer ul li a:before {
		display: none;
	}
	.footer-bottom-mm p {
		text-align: left;
	}
	.footer-bottom-mm p img {
		float: right;
	}
	.footer-bottom-mm.footer-mm1 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}


/*--------------------------------HEADER-TOP-BAR----------------------------------*/

.top-bar-content {
	width: 100%;
	height: 40px;
	margin: auto;
	position: relative;
	display: flex;
	align-items: center;
	transition: all 0.5s ease;
}

.top-inner {
	height: 40px !important;
}


/*topbar sol*/

.top-bar-pages {
	float: left;
	height: 100%;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.10196);
	border-left: 1px solid rgba(255, 255, 255, 0.10196);
}

.top-bar-pages .header-statik-link {
	color: #da0000;
	line-height: 40px;
	padding-right: 13%;
	font-weight: 400;
	font-size: 15px;
	transition: color 0.2s ease;
}

.top-bar-pages .header-statik-link:hover {
	color: #da0000;
}

.top-bar-hesap-button {
	font-family: Ubuntu, sans-serif;
	float: right;
	color: #5c5d65;
	width: 100%;
	height: 100%;
	font-size: 12px;
	margin-bottom: 0px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.top-bar-hesap-button .fa-user {
	font-size: 20px;
}

.top-bar-hesap-button .top-bar-hesap-yazi {
	color: #5c5d65;
	margin: 0;
	min-width: 45%;
	display: flex;
	white-space: nowrap;
}

.top-bar-hesap-button .top-bar-hesap-yazi span {
	padding-left: 15px;
	float: left;
	color: #5c5d65;
	font-size: 15px;
	display: inline-block;
	transition: color 0.3s ease;
}

.top-bar-hesap-button .top-bar-hesap-yazi i {
	width: 20%;
	font-size: 17px;
	position: relative;
	text-align: center;
	transition: color 0.3s ease;
	float: left;
}

.top-bar-hesap-button .top-bar-hesap-yazi i:hover {
	color: #da0000;
}

.top-bar-hesap-button .top-bar-hesap-yazi:hover i,
.top-bar-hesap-button .top-bar-hesap-yazi:hover span {
	color: #da0000;
}

.top-bayi-buton {
	font-family: Ubuntu, sans-serif;
	display: inline-block;
	float: right;
	color: #292828;
	width: 50%;
	height: 100%;
	font-size: 12px;
	text-transform: capitalize !important;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

#callbayi:checked~.login-menu {
	visibility: visible;
	top: 100%;
	z-index: 11;
	opacity: 1;
	transition: all 0.5s ease;
}

#callbayi:checked~.login-menu ul li {
	display: block;
}

#callbayi:hover~.login-menu {
	visibility: visible;
	top: 100%;
	z-index: 11;
	opacity: 1;
	transition: all 0.5s ease;
}

#callbayi:hover~.login-menu ul li {
	display: block;
}

.login-menu:hover {
	visibility: visible;
	top: 100%;
	z-index: 11;
	opacity: 1;
	transition: all 0.5s ease;
}

.login-menu:hover ul li {
	display: block;
}

.login-menu {
    width: 150%;
	visibility: hidden;
	height: auto;
	background: #fff;   
	margin: auto;
	top: 50%;
	left: 0px;
	opacity: 0;
	position: absolute;
	margin-bottom: 20px;
	-moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
	transition: all 0.5s ease;
}

.login-menu ul {
	list-style: none;
	width: 100%;
	height: auto;
	margin: 0px;
	display: inline-block;
}

.login-menu ul li {
	width: 100%;
	display: none;
	height: 50px;
	transition: all 0.3s ease;
}

.login-menu ul li:hover {
	background: #eee;
}

.login-menu li a {
	font-family: Ubuntu, sans-serif;
	color: #5c5d65;
	font-size: 12px;
	display: flex;
	height: 100%;
	justify-content: flex-start;
	align-items: center;
	padding: 0 15px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.login-menu li i {
	color: #000;
	font-size: 16px;
	line-height: 50px;
	float: left;
	margin-right: 8px;
}

@media all and (max-width: 1500px) {
	.login-menu {
		width: 100%;
	}
}

@media all and (max-width: 992px) {
	.top-bar-content {
		display: none;
		margin-bottom: 50px;
	}
}


/*Header Bar*/

.header-content {
	width: 100%;
	height: auto;
	min-height: 50px;
	display: inline-block;
	background: #fff;
	position: relative;
	transition: all 0.5s ease-in-out;
	z-index: 9999;
}

.header-align {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 30px auto;
	width: 90%;
	height: 80px;
	z-index: 1;
	transition: all 0.5s ease;
}

.header-align input[type=checkbox] {
	display: none;
}

.header-logo {
	float: left;
}

.header-logo a {
	float: left;
}

.header-logo img {
	height: auto;
	width: 266px;
}

.header-arama {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: -120px;
	float: left;
	position: relative;
	background: #fff;
	padding: 30px 0;
	transition: all 0.2s ease-in-out;
	visibility: hidden;
}

.header-arama .close-search {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 20px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.header-arama .close-search:hover {
	color: #eee;
}

.header-arama .search-fixed-layout {
	position: fixed;
	height: 100vh;
	width: 100%;
	left: 0;
	bottom: 0;
	transition: all 0.2s ease-in-out;
	background: #000;
	opacity: 0;
	z-index: 8;
	visibility: hidden;
}

.header-arama.search-active {
	margin-top: 0px;
	visibility: visible;
}

.header-arama.search-active .search-fixed-layout {
	height: calc(100vh - 105px);
	opacity: 0.2;
	visibility: visible;
}

.header-arama-content {
	width: 70%;
	max-width: 1000px;
	height: 45px;
	display: inline-block;
	position: relative;
	z-index: 9;
	transition: all 0.5s ease;
}

.header-arama-content form {
	width: 100%;
	height: 100%;
	margin: 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	float: right;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.header-arama-content button {
	background: #da0000;
	outline: none;
	border: none;
	display: block;
	width: 50px;
	height: 102%;
	position: relative;
	float: right;
	color: #fff;
	font-size: 15px;
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
}

.header-arama-content button:hover {
	background: #fff;
	color: #da0000;
}

.header-arama-content button:active .mm-control {
	display: block;
}

.header-input {
	width: 100%;
	height: 100%;
	color: #403c3c;
	font-size: 13px;
	border-radius: 0px !important;
	border: 0px;
	border-bottom: 2px solid #e1e1e1;
	font-family: "Open Sans", sans-serif;
	text-indent: 10px;
}
.header-input::placeholder {
	letter-spacing: 0px;
	color: #888;
}

.header-input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	letter-spacing: 0px;
	color: #888;
}

.header-input::-ms-input-placeholder {
	/* Microsoft Edge */
	letter-spacing: 0px;
	color: #888;
}

.header-sol {
	height: 100%;
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.header-sol .open-search {
	cursor: pointer;
	transition: color 0.3s ease;
	font-size: 16px;
}

.header-sol .open-search:hover {
	color: #da0000;
}

.header-sag {
	width: 30%;
	height: 100%;
	position: relative;
	float: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-sag>div {
	padding: 0px 15px;
}

.header-sag>div i {
	padding-right: 5px;
	transition: color 0.2s ease;
}

.header-sag>div a {
	display: flex;
	align-items: center;
	color: #5c5d65;
	transition: color 0.2s ease;
}

.header-sag>div a:hover {
	color: #aeaeae;
}

.header-sag>div p {
	white-space: nowrap;
	margin: 0;
}

.header-sag>div span {
	font-weight: 400;
	font-size: 15px;
}

.header-sag .header-sag-favorilerim i:hover {
	color: #aeaeae;
}

.header-sag .top-sepet i {
	color: #da0000;
}

.header-sag .top-sepet:hover i {
	color: #5c5d65;
}

.header-sag-hesap {
	height: 100%;
	float: left;
	font-size: 18px;
	position: relative;
	padding: 0px 15px;
}

@media all and (max-width: 992px) {
	.header-content {
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		top: 0px;
		z-index: 5;
		background: #fff;
	}
	.header-align {
		height: 50px;
	}
	.header-logo {
		margin: 0 auto;
		border: 0px;
		float: none;
		width: 40%;
		max-width: inherit;
	}
	.header-logo a {
		width: 100%;
		text-align: center;
		display: block;
	}
	.header-logo img {
		margin: auto;
		float: none;
		right: 0;
		left: 0;
		width: 30%;
		min-width: 170px;
		max-width: inherit;
	}
	.header-arama,
	.header-arama-content,
	.header-sag,
	.header-sol {
		display: none;
	}
}

@media all and (max-width: 530px) {
	.header-logo img {
		width: 100%;
		min-width: inherit;
	}
}


/*Header Kategori*/

.kategori-mm {
	/*background: #da0000;*/
	height: 50px;
	position: relative;
	padding: 0px;
	float: none;
	margin: 0;
	/*display: flex;
	align-items: center;
	justify-content: flex-end;*/
	z-index: 99;
}

.kategori-mm input[type=checkbox] {
	display: none;
}

/*.affix {
	position: fixed !important;
	top: 0 !important;
	left: 0;
	right: inherit;
	min-height: inherit !important;
	height: auto !important;
	z-index: 9999 !important;
	padding: 0px 50px!important;
	transition: all 0.5s ease-in-out;
	background: #FFF;
	-webkit-box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17);
}
*/
.kategori-mm-inner {
	float: right;
	width: 100%;
	height: 50px;
	padding: 0;
	/*display: flex;
	justify-content: flex-end;
	align-items: center;*/
	transition: all 0.5s ease;
}

.button {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	position: relative;
	display: none;
	height: 100%;
	width: 33.33%;
	float: left;
	cursor: pointer;
	margin-bottom: 0px;
}

.button i {
	font-size: 22px;
	color: #151440;
	padding: 0;
	position: relative;
	width: initial;
	height: initial;
	top: inherit;
	left: inherit;
	background: transparent;
}

.sepet-icon {
	background: #da0000;
	margin-right: .5%;
}

.sepet-li {
	position: absolute;
	content: "0";
	top: 23%;
	margin: auto;
	left: 15%;
	background: #da0000;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	font-size: 10px;
	text-align: center;
	z-index: 0;
	color: #fff;
	line-height: 15px;
	font-style: normal;
}

.search-icon {
	height: 40px;
	background: transparent;
	margin-right: 5px;
}

.search-icon i {
	font-size: 25px;
	color: #101010;
}

.header-mm-arama1 {
	width: 100%;
	display: none;
	height: auto;
	min-height: 50px;
	background: #fff;
	margin: auto;
	top: 100%;
	left: 0;
	position: absolute;
	border-top: 1px solid whitesmoke;
	-webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.06);
}

.header-mm-arama1 form {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #fff;
	position: relative;
	float: right;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-mm-arama1 form input {
	display: block;
	width: 100%;
	padding-left: 15px;
	font-size: 14px;
	box-shadow: none;
	outline: none;
	background: #fff;
	border: 0px;
	line-height: 1.42857143;
	color: #555;
	font-size: 12px;
	border: none;
	float: left;
	color: #666;
	position: relative;
}

*:focus {
	outline: none !important;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header-mm-arama1 form input::focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.header-mm-arama1 button {
	background: transparent;
	outline: none;
	float: right;
	border: none;
	display: block;
	padding-right: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
}

.mm-control {
	display: block;
	height: 100%;
	width: 60%;
	font-size: 13px;
	box-shadow: none;
	outline: none;
	background: transparent;
	line-height: 1.42857143;
	color: #555;
	border: none;
	float: left;
	color: #666;
	position: relative;
}

.mm-control::placeholder {
	color: #8a8a8a !important;
	opacity: 1 !important;
	/* Firefox */
	font-size: 12px !important;
	font-weight: 400 !important;
}

.mm-control:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #8a8a8a !important;
	font-size: 12px !important;
	font-weight: 400 !important;
}

.mm-control::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #8a8a8a !important;
	font-size: 12px !important;
	font-weight: 400 !important;
}

*:focus {
	outline: none !important;
}

.mm-control:focus {
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
}

@media all and (max-width: 992px) {
	.button i {
		font-size: 18px;
	}
	.search-icon i {
		font-size: 21px;
	}
	#divAjaxAramaSonuc1 {
		width: 100%;
		position: absolute;
		top: 100%;
		margin: auto;
		width: 100%;
		-moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
		-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
		box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
		z-index: 999;
	}
	.header-mm-arama1 {
		flex-flow: column wrap;
	}
	#call3:checked~.header-mm-arama1 {
		display: block;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media all and (max-width: 580px) {
	.arama-urun-adi a {
		font-size: 12px;
	}
}

.cubuk {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	margin: auto;
	display: none;
	z-index: 9999;
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	width: 28px;
}

#bir {
	top: 35%;
}

#iki {
	top: 50%;
}

#uc {
	top: 63%;
}

#call1:checked~.button #bir {
	top: 50%;
	-webkit-transform: rotate(405deg);
	-moz-transform: rotate(405deg);
	-ms-transform: rotate(405deg);
	-o-transform: rotate(405deg);
	transform: rotate(405deg);
}

#call1:checked~.button #iki {
	opacity: 0;
}

#call1:checked~.cubuk {
	background: #000;
}

#call1:checked~.button #uc {
	top: 50%;
	-webkit-transform: rotate(-405deg);
	-moz-transform: rotate(-405deg);
	-ms-transform: rotate(-405deg);
	-o-transform: rotate(-405deg);
	transform: rotate(-405deg);
}

@media all and (max-width: 1600px) {
	.kategori-mm-inner,
	.inner-align {
		width: 90%;
	}
}

@media all and (max-width: 1500px) {
	.kategori-mm-inner,
	.inner-align {
		width: 95%;
	}
}

@media all and (max-width: 1300px) {
	.kategori-mm-inner,
	.inner-align {
		width: 95%;
	}
}

@media all and (max-width: 992px) {
	.kategori-mm {
		padding: 0px;
		background: #fff;
		width: 25px;
		height: 50px;
		position: absolute;
		left: 2%;
		border: 0px;
		box-shadow: none;
	}
	.kategori-mm-inner {
		background: transparent;
		width: 100%;
		height: 50px;
	}
	.inner-align {
		width: 100%;
	}
	.cubuk {
		background-color: #737373;
		display: block;
		width: 20px;
	}
	#bir {
		top: 40%;
	}
	#iki {
		top: 50%;
	}
	#uc {
		top: 60%;
	}
	.button {
		width: 40px;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		z-index: 99;
	}
	.sepet-icon {
		right: 2%;
		background: transparent;
		display: none!important;
	}
	.sepet-icon i {
		color: #737373;
	}
	.search-icon {
		right: 12%;
		color: #da0000;
	}
	.menu-button {
		width: 100%;
	}
	.button1 {
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
		position: relative;
		z-index: 999;
		height: 30px;
		width: 30px;
		float: right;
		cursor: pointer;
		margin-right: 0px;
		margin-top: 2px;
		margin-bottom: 0px;
	}
	.mobil-menu-sol-icon {
		float: left;
	}
	.button1 .cubuk {
		background: #737373;
	}
	#call1:checked~.kategori-mm-menu .button1 #bir {
		top: 50%;
		-webkit-transform: rotate(405deg);
		-moz-transform: rotate(405deg);
		-ms-transform: rotate(405deg);
		-o-transform: rotate(405deg);
		transform: rotate(405deg);
	}
	#call1:checked~.kategori-mm-menu .button1 #iki {
		opacity: 0;
	}
	#call1:checked~.kategori-mm-menu .button1 #uc {
		top: 50%;
		-webkit-transform: rotate(-405deg);
		-moz-transform: rotate(-405deg);
		-ms-transform: rotate(-405deg);
		-o-transform: rotate(-405deg);
		transform: rotate(-405deg);
	}
	.menu-kapat1 {
		width: 0vw;
		height: 100vh;
		position: fixed;
		z-index: 0;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
	}
	#call1:checked~.menu-kapat1 {
		width: 100vw;
		background: rgba(0, 0, 0, 0.5);
	}
}


/*--------------------------------KATEGORI MENUUU-MEMET----------------------------------*/

.kategori-mm-menu {
	float: right;
	position: relative;
	padding: 0px;
	height: 100%;
}

.mm-menu-img {
	line-height: 0px !important;
}

.kategori-mm-menu ul.ana-menu {
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	align-items: center;
}

.kategori-mm-menu ul {
	list-style: none;
	width: 100%;
	float: left;
	height: 100%;
	position: relative;
	margin: 0;
}

.kategori-mm-menu ul li {
	float: left;
	width: auto;
	height: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	padding: 0 20px;
}
.ana-menu li.navSep {
	width: 1px;
	background: #000;
	padding: 0;
	margin: 0 20px;
}
.ana-menu li.openSearch {
	height: 50px;
	width: 70px;
	position: relative;
}
.ana-menu li.openSearch > .searchButton {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 50px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 20px;
	cursor: pointer;
}
#hizliarama {
	width: 0;
	height: 50px;
	position: absolute;
	right: 70px;
	top: 0;
	transition: width .3s ease;
}
#hizliarama > input {
	background: #eee;
}
#hizliarama > input:focus {
	background: #fafafa;
	border-bottom-color: #da0000;
}
#hizliarama.openForm {
	width: 340px; 
}
#hizliarama > .aramaSonuclari {
	display: none;
}
#hizliarama.openForm > .aramaSonuclari {
	display: block;
}
#header-mm-img {
	max-height: 250px;
}

.kategori-mm-menu>ul>li>a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	width: 100%;
	height: 100%;
	font-style: normal;
	font-size: 14px;
}
.kategori-mm-menu>ul>li>a:hover, .kategori-mm-menu ul li:hover > a {
	color: #da0000;
}
.kategori-mm-menu>ul>li>a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 2px;
	background: #da0000;
	width: 0;
	transition: all .5s ease;	
	-webkit-transition: all .5s ease;
}
.kategori-mm-menu>ul>li>a:hover::before, .kategori-mm-menu ul li:hover > a::before {
	width: 100%;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.menu-tum-urun-link {
	display: none !important;
}

.menu-kategori-icon-link {
	width: auto !important;
	padding-left: 0px !important;
	padding-right: 7px;
}

.menu-kategori-icon-link img {
	width: auto !important;
	max-width: 25px;
}

.menu-kategori-icon1 {
	width: auto !important;
	max-width: 27px;
	max-height: 35px;
	padding-right: 5px;
}

.menu-kategori-icon2 {
	width: auto !important;
	display: block;
	margin: auto;
	max-height: 75px;
	padding-right: 5px;
}

.mm-menu-a-none img {
	width: 100%;
	display: block;
	margin: auto;
}

.kategori-mm-menu ul li a span {
	font-size: 16px;
	color: #999;
	font-weight: 300;
	display: block;
}

.kategori-mm-menu ul li label {
	display: none;
}

.kategori-mm-menu ul li ul {
	width: 100%;
	padding-top: 1%;
	height: auto;
	min-height: 200px;
	position: absolute;
	top: 100%;
	left: -0;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease, opacity 0.5s ease;
	z-index: -1;
}

.menu-level-2 {
	padding: 40px !important;
	-moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
}

.kategori-mm-menu ul ul li {
	display: none;
	float: left;
	width: 33.333%;
	text-align: left;
	height: inherit !important;
	border: 0px !important;
}

.kategori-mm-menu ul ul li a {
	line-height: 35px;
	font-weight: 500;
	color: #333;
	text-transform: inherit;
}

.kategori-mm-menu ul ul li a.buyuk-icon-link {
	line-height: 1;
	text-align: center;
	margin-bottom: 15px;
}
@media all and (min-width: 992px) {
	.kategori-mm-menu > ul > li:hover > ul {
		top: 98%;
		visibility: visible;
		opacity: 1;
		z-index: 9;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
		gap: 40px;
		padding: 40px;
		box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
	}

	.kategori-mm-menu > ul > li:hover >  ul > li {
		width: calc((100% - 160px) / 5);
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 10px;
	}
	.kategori-mm-menu > ul > li:hover >  ul > li > a > img ,
	.kategori-mm-menu > ul > li:hover >  ul > li > img {
		max-width: 100%;
		height: auto;
		/*height: 200px;*/
		cursor: pointer;
		object-fit: contain;
	}
}
.kategori-mm-menu ul ul ul {
	width: 100%;
	left: 0%;
	position: relative;
	float: left;
	height: auto;
	display: inline-block;
	display: block;
	top: 100%;
	visibility: visible;
	opacity: 1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.kategori-mm-menu ul ul ul li {
	display: block;
	float: inherit;
	width: 100%;
	text-align: left;
}

.kategori-mm-menu ul ul ul li a {
	line-height: 35px;
	margin-bottom: 0px;
	font-weight: 300;
	color: #777;
	transition: all 0.2s ease-in-out;
}

.mobil-menu-top,
.menu-login {
	display: none;
}

.menu-social {
	width: 0%;
	position: fixed;
	bottom: 0;
	margin-top: 10px;
	visibility: hidden;
	transition: all 0.5s ease;
}

#divAjaxAramaSonuc {
	position: absolute;
	border: 25px solid transparent;
	background: #fff;
	top: 100%;
	margin: auto;
	width: 100%;
	-moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
	z-index: 999;
}

.arama-urun-row>a {
	background: #fff;
	border-radius: 0px !important;
	padding: 15px 0 50px 0 !important;
	margin-top: 15px;
	min-height: 65px;
	position: relative;
	display: flex;
	align-items: flex-start;
}

.arama-urun-row>a:hover,
.arama-urun-row>a:nth-child(2n+2):hover {
	background: #f1f1f1;
}

.arama-urun-row>a .arama-fiyat {
	position: absolute;
	right: 20px;
	top: 20px;
	font-weight: 700;
	color: #444;
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
}

.arama-urun-row>a .arama-fiyat.arama-fiyat-indirim {
	color: #40ba45;
}

.arama-urun-row>a .arama-fiyat.arama-fiyat-indirim:before {
	content: "\f0dd";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.arama-urun-row>a .arama-urun-marka {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #444;
	font-size: 12px;
	display: block;
	background: #fff;
	padding: 5px 10px;
}

.arama-urun-row>a .arama-urun-aciklama {
	width: 100%;
	display: block;
	white-space: normal;
	margin-top: 5px;
	font-size: 13px;
	color: #444;
}

.arama-urun-adi {
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
}

.arama-urun-adi .arama-stok-kod {
	color: #444;
	font-size: 12px;
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.arama-urun-adi .arama-urun-title {
	color: #444;
	font-weight: 700;
	font-size: 14px;
}

.arama-urun-resmi {
	width: 15%;
	padding: 0px;
}

.arama-urun-resmi img {
	width: 80%;
	margin: 0 auto;
	padding: 0px;
}

.arama-tum-sonuclar {
	text-align: center;
	display: block;
	background: #fff;
	width: 100%;
}

.arama-tum-sonuclar a {
	text-align: center;
	display: block;
	padding: 20px 0px;
	color: #5c5d65;
}

@media all and (max-width: 1300px) {
	#divAjaxAramaSonuc {
		position: absolute;
		top: 100%;
		left: 0%;
		margin: auto;
		width: 100%;
		z-index: 999;
	}
}

@media all and (max-width: 1200px) {
	#urun-detay-sag-banner {
		border: 2px solid #efefef;
		border-radius: 3px;
		height: auto;
		padding: 20px 15px;
	}
	.border-banner {
		padding: 5px 0px !important;
		border: 0px !important;
	}
	#anasayfa-urunleri {
		width: 95%;
		min-width: inherit;
	}
	.kategori-mm-menu ul li {
		padding: 0 5px;
	}
	.kategori-mm-menu ul ul li a {
		font-size: 12px;
	}
}

.menu-kategori {
	float: left;
	width: 100%;
}

@media all and (min-width: 992px) {
	.menu-kategori-vitrin {
		float: right;
		max-width: 40%;
		display: inline-block;
		padding: 15px;
		border: 1px solid #eee;
		border-radius: 3px;
	}
	.menu-kategori-vitrin .slick-arrow {
		transition: all 0.2s ease;
		opacity: 0;
	}
	.menu-kategori-vitrin .slick-arrow:before {
		border-color: #da0000 !important;
	}
	.menu-kategori-vitrin .slick-prev {
		display: block;
		left: inherit;
		right: 10px;
		top: calc(50% - 15px);
		background: none;
		width: 30px;
		height: 30px;
	}
	.menu-kategori-vitrin .slick-prev:before {
		transform: rotate(225deg);
		left: 33%;
		bottom: 20%;
	}
	.menu-kategori-vitrin .slick-next {
		display: block;
		left: inherit;
		right: 10px;
		top: calc(50% + 15px);
		background: none;
		width: 30px;
		height: 30px;
	}
	.menu-kategori-vitrin .slick-next:before {
		transform: rotate(45deg);
		left: 33%;
		bottom: 40%;
	}
	.menu-kategori-vitrin:hover .slick-arrow {
		opacity: 1;
	}
	.ana-menu .menu-level-2 {
		display: flex;
	}
	.ana-menu > li > a.mm-menu-a:after {
		content: "\f107";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		padding-left: 8px;
		font-size: 13px;
	}
	.ana-menu > li > ul > li > ul {
		display: none;
	}
	.kategori-mm-menu>ul>li>ul>div>li>a {
		color: #000;
		font-size: 14px;
	}
	.kategori-mm-menu>ul>li>ul>div>li>a:hover {
		color: #da0000;
	}
	.kategori-mm-menu>ul>li>ul>div>li>ul li {
		padding: 0;
	}
	.kategori-mm-menu>ul>li>ul>div>li>ul li a {
		color: #000;
		font-size: 14px;
		transition: color 0.2 ease;
	}
	.kategori-mm-menu>ul>li>ul>div>li>ul li a:hover {
		color: #da0000;
	}
}

@media all and (max-width: 992px) {
	.aramaSonuclari {
		background: #fff;
	}
	.arama-urun-row {
		padding: 0 !important;
	}
	.arama-urun-row>a {
		margin-top: 0;
		padding: 15px 0 30px 0 !important;
	}
	.arama-urun-row>a .arama-urun-aciklama {
		display: none;
	}
	.arama-urun-row .arama-urun-resmi {
		width: 35%;
	}
	.ana-menu>li>ul>div>li {
		padding-left: 20px !important;
	}
	.menu-kategori {
		float: left;
		width: 100%;
	}
	.menu-kategori-vitrin {
		display: none !important;
	}
	.sepet-fixed-container {
		width: auto;
		max-width: 50px;
	}
	.slider-sol-img {
		margin-right: 0px;
		margin-top: 10px;
		order: 2;
	}
	.inner-align {
		width: 95%;
		border-radius: 0px;
		align-items: center;
		justify-content: center;
		flex-flow: column wrap;
		margin: auto;
	}
	.container {
		width: 100%;
	}
	.top-bar-wp-buton {
		font-size: 11px;
	}
	.top-bar-social ul li a i {
		font-size: 12px;
		margin: 0px;
		padding: 0px;
	}
	.menu-kapat {
		width: 0vw;
		height: 100vh;
		position: fixed;
		z-index: 0;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
	}
	.mobil-menu-top {
		display: block;
	}
	.mobil-menu-top img {
		width: 135px;
	}
	.menu-level-2 {
		min-width: 100% !important;
		padding: 0px !important;
	}
	.menu-level-2 li {
		min-width: 100% !important;
		padding: 0px !important;
	}
	.menu-level-3 {
		padding: 0px !important;
	}
	.menu-level-3 li {
		min-width: 100% !important;
		padding: 0px !important;
	}
	.kategori-mm-menu ul li a {
		width: 75%;
		color: #5c5d65;
		float: left;
		font-size: 13px;
		height: 35px;
		text-align: left;
		display: block;
	}
	.mm-menu-full {
		width: 100% !important;
	}
	.mm-menu-a-none {
		display: none !important;
	}
	.kategori-mm-menu ul li label {
		display: block;
		font-size: 0;
		color: #ececec;
		float: right;
		width: 25%;
		background: #ececec;
		height: 35px;
		font-weight: 600;
		text-align: left;
		cursor: pointer;
		position: relative;
		margin-bottom: 0px;
		overflow: hidden;
	}
	.menu-kategori-icon1 {
		max-width: 27px;
	}
	.kategori-mm-menu {
		width: 0px;
		margin: 0;
		padding: 0px;
		height: 100%;
		position: fixed;
		left: -50%;
		top: 0;
		float: none;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: all 0.5s ease;
		overflow-x: hidden;
		background: #fff;
		z-index: 999;
	}
	.kategori-mm-menu ul li img {
		float: left;
		display: none;
	}
	.kategori-mm-menu ul li img.menu-kategori-icon2 {
		max-width: 27px;
		float: left;
		margin: 0;
	}
	.kategori-mm-menu ul li label::before {
		font-size: 25px;
		color: #999;
		font-weight: 300;
		cursor: pointer;
		right: 0%;
		left: 0;
		text-align: center;
		content: "\f3d0";
		font-family: Ionicons;
		position: absolute;
		transition: all 0.2s ease;
	}
	.kategori-mm-menu ul ul li label::before {
		font-size: 20px;
		color: #999;
		font-weight: 300;
		cursor: pointer;
		right: 0%;
		bottom: 12%;
		left: 0;
		text-align: center;
		content: "\f3d0";
		font-family: Ionicons;
		position: absolute;
		transition: all 0.2s ease;
	}
	.kategori-mm-menu ul.ana-menu input[type=checkbox]:checked~label {
		background: #da0000;
	}
	.kategori-mm-menu ul.ana-menu input[type=checkbox]:checked~label::before {
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		/* IE 9 */
		-webkit-transform: rotate(180deg);
		/* Safari 3-8 */
		color: #fff;
	}
	.kategori-mm-menu ul ul li {
		display: inline;
		float: left;
		border-bottom: 0px;
		border-right: 0px;
		width: 100%!important;
		min-height: 35px;
		max-width: inherit;
		padding-right: 0!important;
	}
	.kategori-mm-menu ul ul ul li a:hover {
		padding: 0px;
	}
	.kategori-mm-menu ul li ul {
		width: 98%;
		position: relative;
		min-height: 0px;
		height: 0px;
		right: -100%;
		opacity: 0;
		left: inherit;
		z-index: 0;
		padding: 0;
		overflow: hidden;
		transition: all 0.5s ease;
		margin: auto;
		visibility: hidden;
		float: right;
		background: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.kategori-mm-menu ul li:hover {
		cursor: pointer;
	}
	.kategori-mm-menu ul li:hover>ul {
		left: 0;
		top: 0;
		width: 100%;
		gap: 5px;
		box-shadow: none;
	}
	.user-menu-mobil {
		width: 0px;
		margin: 0;
		height: 100%;
		position: fixed;
		right: inherit;
		right: -50%;
		top: 0;
		float: none;
		overflow: hidden;
		transition: 0.5s ease;
		background: #fff;
		z-index: 999;
	}
	.mobil-menu-top {
		width: 100%;
		height: 35px;
		background: #fff;
		border-bottom: 1px solid #f7f7f7;
	}
	.mobil-menu-top p {
		text-align: center;
		font-size: 17px;
		line-height: 31px;
		margin-bottom: 0px;
		font-family: Ubuntu, sans-serif;
	}
	.menu-login {
		padding: 0px 3%;
		width: 100%;
		margin-bottom: 10px;
		height: auto;
		/*display: inline-block;*/
		display: none!important;
		border-bottom: 1px solid #f7f7f7;
	}
	.menu-login a:first-child {
		border-right: 1px solid #f7f7f7;
		background: #da0000;
		color: #fff;
	}
	.menu-login-button {
		width: 50%;
		font-family: Ubuntu, sans-serif;
		padding: 10px 0px;
		float: left;
		color: #da0000;
		text-align: center;
	}
	#call1:checked~.kategori-mm-menu .menu-social {
		position: fixed;
		bottom: 0;
		margin-top: 10px;
		width: 60%;
		visibility: visible;
		background: #fff;
		padding-top: 5px;
		z-index: 1;
		border-top: 1px solid #f7f7f7;
		transition: all 0.5s ease;
	}
	.menu-social p {
		font-family: Ubuntu, sans-serif;
		float: left;
		padding: 4px 0px;
		font-weight: 900;
		margin-bottom: 0px;
		padding-right: 10px;
	}
	.menu-telephone {
		font-size: 15px !important;
		font-family: Ubuntu, sans-serif;
	}
	.menu-telephone i {
		font-size: 20px;
		margin-right: 10px;
	}
	.menu-social a {
		text-align: center;
		color: #585454;
		padding: 4px 8px;
		font-size: 16px;
		float: left;
		display: block;
	}
	.top-sol {
		justify-content: flex-end;
	}
	.ana-menu {
		overflow-y: auto;
		padding-bottom: 75px;
	}
	.kategori-mm-menu ul {
		list-style: none;
		width: 100%;
		margin: 0;
		height: auto;
		overflow: hidden;
		position: relative;
		transition: all 0.5s ease;
	}
	.kategori-mm-menu .ana-menu {
		margin: auto;
		flex-direction: column!important;
		gap: 8px!important;
	}
	.kategori-mm-menu ul li {
		display: inline-block;
		max-width: inherit;
		min-height: 40px;
		width: 95% !important;
		float: right;
		padding-right: 0;
		height: auto;
		border: 0px !important;
	}
	#call1:checked~.kategori-mm-menu {
		width: 60%;
		height: 100%;
		left: 0%;
		z-index: 99999;
		transition: all 0.5s ease;
	}
	#call1:checked~.ana-menu {
		list-style: none;
		width: 95%;
		height: 100%;
		background: #fff;
		display: block;
		margin: auto;
	}
	#call2:checked~.menu-kapat {
		width: 100vw;
		background: rgba(0, 0, 0, 0.5);
	}
	#call2:checked~.user-menu-mobil {
		width: 60%;
		padding: 0px;
		height: 100%;
		right: 0%;
		z-index: 99999;
		transition: all 0.5s ease;
	}
	input[type=checkbox]:checked~ul {
		list-style: none;
		height: auto;
		display: inline-block;
		margin: auto;
		top: 0;
		left: inherit;
		visibility: visible;
		opacity: 1;
		position: relative;
		z-index: 5;
		right: 0;
		transition: all 0.5s ease;
		padding: 10px 0px !important;
		width: 100%;
	}
	.uyeol-icon-mm::after {
		position: absolute;
		content: "+";
		top: -2px;
		right: -0%;
		font-weight: 900;
		margin: auto;
		font-size: 15px;
	}
}

@media all and (max-width: 500px) {
	#call1:checked~.kategori-mm-menu {
		width: 100%;
		z-index: 99999;
	}
	#call1:checked~.kategori-mm-menu .menu-social {
		width: 100%;
		z-index: 99999;
	}
}


/* --------------------------------- urunliste_cat ---------------------*/

.cat-urun {
	position: relative;
	margin-top: 15px;
}

.cat-urun .cat-urun-indirim {
	z-index: 1;
	display: inline-block;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #da0000;
	padding: 5px 15px;
	font-size: 15px;
}

.cat-urun .cat-urun-resmi {
	padding: 0;
}

.cat-urun .cat-urun-resmi img {
	margin: auto;
	max-width: 100%;
}

.cat-urun .cat-urun-icerik {
	text-align: left;
}

.cat-urun .cat-urun-icerik a {
	text-align: left !important;
	text-transform: none;
}

.cat-urun .cat-urun-icerik .cat-urun-isim {
	color: #000 !important;
	font-weight: normal;
	margin-top: 15px;
	display: block;
	font-size: 14px;
}

.cat-urun .cat-urun-icerik .cat-urun-isim:hover {
	color: #da0000 !important;
}

.cat-urun .cat-urun-icerik .cat-urun-fiyat {
	margin-top: 15px;
	display: block;
}

.cat-urun .cat-urun-icerik .cat-urun-fiyat a {
	color: #000 !important;
	font-size: 17px;
}

.cat-urun .cat-urun-icerik .cat-urun-fiyat a s {
	font-size: 15px;
	display: block;
	width: 100%;
	color: #888 !important;
}

.cat-urun-vitrin {
	position: relative;
	border: 5px solid transparent;
}

.cat-urun-vitrin .cat-urun-vitrin-wrapper {
	display: inline-block;
	position: relative;
	background: #fff;
	padding: 40px 10px;
	border-radius: 3px;
}

.cat-urun-vitrin .cat-urun-vitrin-wrapper .cat-urun-indirim {
	z-index: 1;
	display: inline-block;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	background: #da0000;
	padding: 5px 15px;
	font-size: 15px;
}

.cat-urun-vitrin .cat-urun-vitrin-wrapper .cat-urun-resmi {
	padding: 0;
}

.cat-urun-vitrin .cat-urun-vitrin-wrapper .cat-urun-resmi a {
	display: inline-block;
	width: 100%;
}

.cat-urun-vitrin .cat-urun-vitrin-wrapper .cat-urun-resmi a img {
	width: 100%;
}

.cat-urun-vitrin .cat-urun-vitrin-wrapper .cat-urun-icerik {
	padding: 0 5px;
	line-height: 1.3;
	text-align: center;
}

.cat-urun-vitrin .cat-urun-vitrin-wrapper .cat-urun-icerik .cat-urun-isim {
	color: #5c5d65;
	font-size: 13px;
	height: 50px;
	overflow: hidden;
	display: block;
	transition: color 0.2s ease;
}

.cat-urun-vitrin .cat-urun-vitrin-wrapper .cat-urun-icerik .cat-urun-isim:hover {
	color: #da0000;
}

.cat-urun-vitrin .cat-urun-vitrin-wrapper .cat-urun-icerik .cat-urun-fiyat {
	margin-top: 15px;
	display: block;
	height: 40px;
	overflow: hidden;
}

.cat-urun-vitrin .cat-urun-vitrin-wrapper .cat-urun-icerik .cat-urun-fiyat a {
	color: #000 !important;
	font-size: 17px;
}

.cat-urun-vitrin .cat-urun-vitrin-wrapper .cat-urun-icerik .cat-urun-fiyat a s {
	font-size: 15px;
	display: block;
	width: 100%;
	color: #888 !important;
}


/* --------------------------------- KATALOG GORUNUM ---------------------*/

.urun-kutusu {
	overflow: hidden;
	outline: 0 !important;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease;
	border: 4px solid transparent;
	border-top: 0px;
}

.urun-box-genel-href {
	border: 1px solid #f1f1f1;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
	left: 0;
}

.super-indirim-timer {
	width: 100%;
	float: left;
	margin-top: 5px;
	padding: 7px 5px;
	border: 2px solid #fc1414;
}

.super-indirim-timer .timer-div {
	float: left;
	width: 25%;
	text-align: center;
}

.super-indirim-timer .timer-div .timer-time {
	color: #fc1414;
	font-size: 20px;
	font-weight: 600;
}

.super-indirim-timer .timer-div span {
	text-transform: uppercase;
	color: #fc1414;
	font-size: 12px;
}

.urun-kutusu .kutu-urun-border {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 30px;
}

.kutu-oran-sol {
	right: 0;
	z-index: 1;
	top: 0px;
	position: absolute;
	margin: auto;
	text-align: center;
	border: none;
	width: 100%;
	height: auto;
	padding-left: 10px;
	background: none;
	font-size: 18px;
	color: #000;
}

.urun-sag-indirim {
	font-family: Ubuntu, sans-serif;
	position: absolute;
	cursor: pointer;
	right: 5px;
	top: 5px;
	margin: auto;
	border: 2px solid #fc1414;
	background: #fc1414;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 5px 10px;
	text-align: center;
}

.kutu-sag-yeni {
	position: absolute;
	cursor: pointer;
	left: 5px;
	top: 5px;
	margin: auto;
	border: 2px solid #333333;
	background: #ffffff;
	color: #333333;
	font-family: Ubuntu, sans-serif;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 9px;
	text-align: center;
	letter-spacing: 1px;
}

.urun-kutusu .kutu-urun-resmi {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.urun-kutusu .kutu-urun-resmi > a {
	float: left;
	width: 100%;
}
.urun-kutusu .kutu-urun-resmi > a > img {
	float: left;
	width: 100%;
}

.kutu-urun-detay-mm {
	position: relative;
	margin-top: 5px;
	background: transparent;
	height: auto;
	//display: inline-block;
	z-index: 2;
	transition: all 0.5s ease;
	display: flex;
	flex-direction: column;
}

.kutu-urun-detay-mm h2 {
	margin: 0px;
}

.kutu-urun-detay-mm h2 a {
	font-weight: 600;
	/*font-size: 26px;*/
	font-size: 20px;
	color: #000;
	z-index: 5;
	text-align: center;
	display: block;
	transition: color .2s ease;
}

.kutu-urun-detay-mm h2 a:hover {
	color: #da0000;
}
.shortDescription {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	font-size: 16px;
	color: #000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: pre-wrap;
}

.kutu-urun-detay-mm .katalog-kategori {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.kutu-urun-detay-mm .katalog-kategori a {
	color: #5c5d65;
	transition: color 0.2s ease;
	font-size: 17px;
}

.kutu-urun-detay-mm .katalog-kategori a:hover {
	color: #c8c8c8;
}

.katalog-detay {
	width: 100%;
}

.urun-fiyat {
	margin-top: 15px;
	text-align: center;
	font-size: 17px;
}

.urun-fiyat a {
	font-family: Ubuntu, sans-serif;
	color: #21232e;
	font-size: 20px;
}

.urun-fiyat #eski-fiyat {
	font-size: 17px;
	display: inline-block;
	line-height: 21px;
	color: #9e9e9e;
	text-decoration: line-through;
	font-family: Ubuntu, sans-serif;
	width: 100%;
	height: 20px;
}

.kutu-puan-container {
	min-height: 25px;
}

.kutu-puan {
	text-align: center;
	margin: 0px;
}

.kutu-puan i {
	font-size: 18px;
	color: #b2b2b2;
}

.kutu-puan i.star-active {
	color: #f96507;
}

.liste-puan {
	text-align: left;
	margin-bottom: 5px;
}

.liste-puan i {
	font-size: 16px;
}

.urun-hover-detay {
	display: flex;
	justify-content: center;
}

.hover-butons {
	width: 50px;
	float: left;
	background: #fff;
	margin: 0 auto;
	height: 50px;
	text-align: center;
	color: #c1c7cb;
	overflow: hidden;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 50px;
	cursor: pointer;
	font-weight: 400;
	position: relative;
	border: 0px;
	z-index: 0;
	cursor: pointer;
	transition: color 0.3s ease;
}

.hover-butons:hover {
	color: #000;
}

.hover-butons-incele {
	width: 100%;
	display: block;
	margin: 0 auto;
	height: 40px;
	overflow: hidden;
	font-size: 13px;
	line-height: 40px;
	cursor: pointer;
	position: relative;
	text-align: center;
	letter-spacing: 0.5px;
	font-weight: 600;
	z-index: 0;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid #da0000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hover-butons-incele i {
	color: #fff;
	font-size: 25px;
	padding-left: 6px;
	line-height: 1;
	position: relative;
	transition: all 0.4s ease-in-out;
}

.hover-butons-incele:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	background: #da0000;
	z-index: -1;
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	-ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	-o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transition: transform 0.4s, opacity 0.4s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.hover-butons-incele:hover {
	color: #da0000;
	border: 2px solid #6ba3e9;
}

.hover-butons-incele:hover:before {
	opacity: 0;
	-moz-transform: scale3d(0.7, 1, 1);
	-ms-transform: scale3d(0.7, 1, 1);
	-o-transform: scale3d(0.7, 1, 1);
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
}

.hover-butons-incele:hover i {
	color: #da0000;
}

.hover-butons-sepet {
	color: #da0000;
}

.hover-liste-incele i {
	font-size: 22px;
}

.liste-incele {
	font-size: 13px !important;
	letter-spacing: 1px;
	line-height: 50px;
	width: 75%;
	margin: auto;
	height: 50px;
}

.hover-butons-stok i {
	font-size: 19px;
}

@media all and (max-width: 1500px) {
	.katalog-detay {
		padding: 0 5px;
	}
}

@media (min-width: 992px) {
	.urun-kutusu.active {
		clear: left;
	}
	.urun-kutusu.active h2 {
		margin: 15px 0px;
	}
	.urun-kutusu.active a {
		font-size: 18px;
	}
	.urun-kutusu.active .kutu-link {
		width: 100%;
	}
	.urun-kutusu.active .kutu-link img {
		width: 100%;
		max-width: inherit;
	}
}

@media all and (max-width: 992px) {
	.urun-kutusu.active {
		margin: 0 auto;
		float: none !important;
	}
	.urun-kutusu.active img {
		max-width: 100%;
		max-height: 216px;
	}
	.urun-kutusu {
		margin-bottom: 10px;
	}
	.katalog-detay {
		padding-top: 0px;
	}
	.urun-sag-indirim {
		font-size: 14px;
		padding: 5px 14px;
	}
	.urun-kutusu .kutu-urun-resmi {
		min-height: inherit;
	}
	.kutu-urun-detay-mm {
		padding-bottom: 0px;
	}
}

@media all and (max-width: 600px) {
	.kutu-urun-detay-mm h2 a {
		font-size: 13px;
	}
	.urun-fiyat {
		font-size: 16px;
	}
	.urun-fiyat #eski-fiyat {
		font-size: 12px;
		font-weight: 600;
		min-height: 19px;
	}
}


/* --------------------------------- LA?a??A?AA?a?1STE GORUNUM ---------------------*/

#vitrin-urunleri .slick-list {
	float: left;
	width: 100%;
}

#vitrin-urunleri .slick-track {
	float: left;
	width: 100%;
}

.kutu-link {
	display: inline-block;
}

.liste-gorunum.urun-kutusu {
	border: 1px solid #eee;
	margin-bottom: 15px;
}

.liste-gorunum .urun-liste-detay {
	margin: 0px;
	padding: 10px 15px;
	font-family: Ubuntu, sans-serif;
}

.liste-gorunum .urun-liste-detay h2 {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0px;
}

.liste-gorunum .urun-liste-detay h2 a {
	font-size: 17px;
	line-height: 1em;
	padding: 0px;
	z-index: 5;
	text-align: left;
	display: inline-block;
	color: #5c5d65;
	transition: color 0.2s ease;
}

.liste-gorunum .urun-liste-detay h2 a:hover {
	color: #da0000;
}

.liste-gorunum .katalog-kategori {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
	text-align: left;
}

.liste-gorunum .katalog-kategori a {
	color: #5c5d65;
	transition: color 0.2s ease;
	font-size: 17px;
}

.liste-gorunum .katalog-kategori a:hover {
	color: #c8c8c8;
}

.liste-gorunum .liste-aciklama {
	text-align: left;
	padding: 0px;
	font-size: 13px;
	margin-top: 15px;
}

.liste-gorunum .liste-aciklama p {
	color: #757575;
	margin: 0px;
}

.liste-gorunum .urun-liste-puan {
	padding: 0px;
	margin-top: 15px;
}

.liste-gorunum .urun-liste-hover {
	padding: 0;
}

.liste-gorunum .urun-liste-hover .hover-butons {
	width: auto;
	padding-right: 20px;
}

.liste-gorunum .urun-liste-resmi img {
	width: 80%;
}

.liste-ozellik {
	text-align: left;
	margin-bottom: 5px;
	position: absolute;
	left: 0;
	top: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 1;
}

.liste-ozellik span {
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 5px;
	position: relative;
}

.liste-ozellik span:before {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	height: 0;
	width: 0;
	border-width: 28px 14px 0px 0px;
	border-style: solid;
}

.liste-ozellik span:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	height: 0;
	width: 0;
	border-width: 0px 14px 28px 0px;
	border-style: solid;
}

.liste-ozellik .liste-yeni {
	background: #da0000;
}

.liste-ozellik .liste-yeni:before {
	border-color: #da0000 transparent transparent;
}

.liste-ozellik .liste-yeni:after {
	border-color: transparent transparent #da0000;
}

.liste-ozellik .liste-indirim {
	background: #fc1414;
}

.liste-ozellik .liste-indirim:before {
	border-color: #fc1414 transparent transparent;
}

.liste-ozellik .liste-indirim:after {
	border-color: transparent transparent #fc1414;
}

.urun-liste-fiyat {
	text-align: left;
	padding-left: 0px;
	float: left;
}

.urun-liste-fiyat a {
	font-family: "Open Sans", sans-serif;
	color: #21232e;
}

.urun-liste-fiyat #eski-fiyat {
	min-height: inherit;
	padding: 0px;
}

@media all and (max-width: 1200px) {
	.urun-liste-detay h2 {
		font-size: 13px;
	}
	.urun-liste-buton {
		padding: 5px 10px;
		font-size: 20px;
	}
	.urun-liste-buton-stok span {
		font-size: 12px;
	}
	.urun-liste-buton-stok span i {
		font-size: 15px;
	}
}

@media all and (max-width: 992px) {
	.urun-liste-hover .hover-butons-sepet i {
		display: block;
		line-height: 35px;
		height: 100%;
		padding-right: 0 !important;
	}
	.urun-liste-hover .hover-butons-stok {
		display: block;
	}
}


/*Anasayfa Kutu*/

.anasayfa-kutu .kutu-urun-border {
	float: left;
}

.anasayfa-kutu .kutu-urun-resmi {
	padding: 7px;
}

.anasayfa-kutu .urun-liste-detay {
	padding: 0px 10px;
	min-height: 190px;
}

.anasayfa-kutu .urun-liste-detay h2 a {
	font-size: 14px;
	font-weight: 400;
	display: block;
}

.anasayfa-kutu .urun-liste-puan {
	min-height: 30px;
}

@media all and (max-width: 1400px) {
	.anasayfa-kutu .urun-liste-detay {
		min-height: 230px;
	}
}

@media all and (max-width: 600px) {
	.anasayfa-kutu .urun-liste-detay {
		min-height: 230px;
	}
}

* {
	/*font-family: "Open Sans", sans-serif;*/
	font-family: 'Raleway', sans-serif;
	margin: 0;
	padding: 0;
}

body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	flex-direction: column;
}


/* E BULTEN MODAL*/

#e-bulten-modal {
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	margin: 0 auto;
}

#e-bulten-modal .modal-header,
#e-bulten-modal button.close {
	padding: 0 15px;
	border: 0px;
}

#e-bulten-modal .modal-content {
	padding: 25px 0px;
	overflow: hidden;
}

#e-bulten-modal .modal-content::before {
	content: "\f422";
	font-family: "Ionicons";
	font-size: 115px;
	color: #d0d0d0;
	position: absolute;
	left: -15px;
	top: -45px;
	transform: rotate(-45deg);
}

.modal-ebulten-baslik {
	display: block !important;
	text-align: center;
	margin-bottom: 20px;
}

.modal-ebulten-p {
	color: #7d7878;
	font-size: 13px;
	margin-bottom: 13px;
}

.nothanks {
	cursor: pointer;
	margin-top: 10px;
}

@charset "UTF-8";

/*--------------------------------URUN-DETAY-OZEL-BANNER----------------------------------*/

.banner {
	margin: 0 !important;
	overflow: hidden;
}

.banner .slick-slide img {
	display: none;
}

.banner .slick-dots {
	bottom: 30px;
}

.banner .slick-dots li {
	margin: 0 10px 0 0;
	background: #FFF;
	overflow: hidden;
	height: 5px;
	width: 70px;
}

.banner .slick-dots li.slick-active {
	background: #FE3B3B;
}

.banner .slick-dots li button {
	text-indent: -9999px;
	height: inherit;
	margin: 0;
	padding: 0;
	width: 100%;
}


/*--------------------------------URUN-DETAY-RESIM----------------------------------*/

.urun-detay-bg {
	padding-top: 0px;
}

/*.urun-detay-resim:before {
	content: '';
	background: #f7f7f7;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50vw;
}*/

.urun-resmi {
	border: 1px solid #f5f5f5;
	display: flex;
	align-items: stretch;
}

.urun-detay-resim .slider-nav {
	margin-right: 10px;
}

.urun-detay-resim .slider-nav .slick-track {
	float: left;
	min-height: 100%;
}

.urun-detay-resim .slider-nav .slick-list {
	min-height: 100%;
}

.slider-nav__item {
	padding: 5px;
	border: 1px solid #eee;
	cursor: pointer;
}

.jqzoom {
	text-decoration: none;
	float: left;
}

.zoomWrapperImage img {
	width: auto;
}

.zoomWrapper {
	border: 0px;
}

.urun-detay-resim .slider-nav .slick-arrow {
	width: 35px;
	height: 35px;
	background: rgba(255, 255, 255, 0.95);
}

.urun-detay-resim .slider-nav .slick-prev {
	left: 0;
}

.urun-detay-resim .slider-nav .slick-next {
	right: 0;
}

.urun-detay-resim .slider-nav .slick-arrow::before {
	padding: 3px;
	border: solid #da0000;
	border-width: 0 1px 1px 0;
}

@media all and (min-width: 992px) {
	#urun-fiyat-bilgileri {
		padding: 15px 0 0 5%;
	}
}

@media all and (max-width: 992px) {
	.urun-detay-resim {
		padding: 0px !important;
	}
	.urun-detay-resim .slick-dots {
		bottom: 0px;
	}
	.urun-detay-resim .slider-nav {
		display: none !important;
	}
	.urun-detay-resim .slick-dots li {
		width: 10px;
		height: 10px;
		padding: 0 7px;
		overflow: hidden;
		transition: all 0.3s ease;
	}
	.urun-detay-resim .slick-dots li button {
		width: 7px;
		height: 7px;
		border: 1px solid #da0000;
		border-radius: 50%;
		background: #da0000;
		padding: 0px;
		margin: 0px;
	}
	.urun-detay-resim .slick-dots li.slick-active button {
		background: #fff;
	}
}


/*--------------------------------URUN-DETAY-RESIM----------------------------------*/

.urun-detay-top-bilgi {
	padding: 0px;
	height: auto;
	display: inline-block;
    padding-bottom: 10px!important;
}

.detay-none {
	min-height: 0px;
}

.fiyat-row {
	color: #333;
	white-space: nowrap;
	font-size: 14px;
	width: 100%;
	padding: 15px 5px 15px 0px;
	font-weight: 600;
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}

.detay-fiyat-row {
	padding: 5px 5px 0px 0;
}

.detay-butons {
	padding-top: 0px !important;
}
.urun-detay-baslik {
	display: block;
	width: 100%;
	text-align: left;
	color: #000;
	font-size: 36px;
	line-height: 60px;
	font-weight: 900;
	margin: 0;
}
.urun-detay-baslik::before, .urun-detay-baslik::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 6px;
    background: #da0000;
    top: 0;
    left: 0;
}
.urun-detay-baslik::after {
	top: unset;
	bottom: 0;
}

.urun-detay-aciklama {
	margin: 50px 0 0 0;
	padding: 0;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	color: #000;
	float: left;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.urun-detay-aciklama p {
	float: left;
	width: 66%;
	margin: 0 0 50px 0;
}

.urun-detay-stok {
	padding: 0;
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	display: block;
	color: #757575;
}

.urun-detay-stok strong {
	color: #5c5d65;
}

.urun-detay-marka {
	padding: 0;
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	display: block;
}

.urun-detay-marka a {
	font-weight: 300;
	color: #757575;
}

.urun-detay-marka a strong {
	font-weight: 600;
	color: #5c5d65;
}

.urun-detay-marka img {
	max-width: 100px;
}

.detay-puan .detay-puan-val {
	text-align: left;
}

#prod_pricing_v3 .varyant-baslik {
	float: left;
	display: block;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 0.5px;
	font-size: 12px;
	color: #c1c7cb;
	width: 30%;
	margin: 25px 0px !important;
}

.detay-kargo-row {
	padding: 5px 5px 5px 0px;
	font-weight: 300;
}

.detay-kargo-row .detay-kargo {
	font-weight: 600;
}

.varyant-deger.varyant-renk {
	padding: 0px !important;
}

button.off {
	font-family: Ubuntu, sans-serif;
	padding: 2px 10px;
	min-width: 65px;
	min-height: 50px;
	float: left;
	display: block;
	margin: 0 5px;
	border: 3px solid #da0000;
	background: transparent;
	text-align: center;
	line-height: 34px;
	margin-bottom: 5px;
	cursor: pointer;
	margin-left: 0px;
	transition: all 0.2s ease;
}

button.off:hover {
	background: #da0000;
	color: #fff;
}

button.on {
	font-family: Ubuntu, sans-serif;
	padding: 2px 10px;
	min-width: 65px;
	min-height: 50px;
	border: 0px !important;
	float: left;
	display: block;
	background: #da0000;
	margin: 0 5px;
	cursor: pointer;
	text-align: center;
	line-height: 34px;
	margin-bottom: 5px;
	cursor: pointer;
	color: #fff;
	margin-left: 0px;
}

.select-div {
	width: auto;
	min-width: 310px;
	line-height: 40px;
	height: 50px;
	padding: 0 0 0 15px;
	border: 1px solid #eee;
	color: #000;
	font-size: 13px;
}

.select-div:focus {
	border: 0px;
}

@media all and (max-width: 400px) {
	.select-div {
		min-width: 100%;
	}
}

.varyant-deger img {
	width: 59px;
	height: 44px;
}


/*Fiyat Bilgileri*/

.satis-fiyati {
	color: #5d635d;
	font-size: 25px;
	font-weight: 600;
	padding: 0px;
}

.urun-detay-fiyat {
	font-family: Ubuntu, sans-serif;
	float: left;
	display: flex;
	align-items: flex-end;
}

.urun-detay-fiyat #SatisFiyati {
	float: left;
	font-family: Ubuntu, sans-serif;
	padding-right: 10px;
	font-size: 50px;
	color: #000;
	font-weight: 400;
	line-height: normal;
}

.urun-detay-fiyat #eski-fiyat {
	font-size: 22px;
	font-weight: 400;
	float: left;
	color: #757575;
	font-family: Ubuntu, sans-serif;
	text-decoration: line-through;
}

.detay-ozellik {
	padding: 0px;
	float: left;
	margin-bottom: 10px;
}

.detay-ozellik .indirim-detay {
	float: left;
}

.detay-ozellik .indirim-detay .urun-detay-indirim {
	font-family: "Open Sans", sans-serif;
	width: auto;
	font-weight: 600;
	padding: 4px 10px;
	display: block;
	border: 2px solid #fc1414;
	background: #fc1414;
	color: #fff;
	font-size: 13px;
	text-align: center;
	height: 30px;
	float: left;
}

.detay-ozellik .indirim-detay .indirim-detay-yazi {
	font-family: "Open Sans", sans-serif;
	width: auto;
	font-weight: 600;
	padding: 4px 10px;
	display: block;
	border: 2px solid #fc1414;
	background: #fff;
	color: #fc1414;
	letter-spacing: 1px;
	font-size: 12px;
	text-align: center;
	height: 30px;
	float: left;
}

.detay-ozellik .yeni-detay {
	margin-right: 4px;
	float: left;
	border: 2px solid #333333;
	background: #ffffff;
	color: #333333;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 9px;
	text-align: center;
	letter-spacing: 1px;
	height: 30px;
}


/*Aksiyon ButonlarA?a??A?AA?}*/

.urun-adet-dis {
	margin-right: 3%;
	width: 100px;
	height: 60px;
	float: left;
}

.urun-adet-input {
	width: 65%;
	text-align: center;
	height: 100%;
	float: left;
	border: 1px solid #eee;
	border-right: none;
}

.urun-adet-input::focus {
	border: 0px;
	box-shadow: 0px;
	outline: none;
}

.urun-adet-input input {
	width: 100%;
	color: #5c5d65;
	display: block;
	font-size: 14px;
	height: 100%;
	border: 1px solid #eee;
	border-right: none;
}

.urun-adet-input input:focus {
	outline: none;
	box-shadow: 0px;
	border: 0px;
}

.urun-adet-input span {
	font-size: 13px;
	display: block;
	text-align: center;
	position: absolute;
	margin: -6px 0 0 17px;
}

.urun-adet {
	border: none !important;
	background: 0 0 !important;
	outline: 0;
	font-size: 20px;
	color: #292929;
	padding: 0;
	text-align: center;
	box-shadow: none;
	outline: none;
}

.urun-adet:focus {
	outline: none;
	box-shadow: 0px;
	border: 0px;
}

.satin-al-detay {
	font-family: Ubuntu, sans-serif;
	color: #FFF;
	border-radius: 0;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	min-width: 140px;
	padding: 0 25px;
	float: left;
	text-align: center;
	letter-spacing: 0.5px;
	font-weight: 600;
	height: 60px;
	line-height: 60px;
	margin-bottom: 0px;
	position: relative;
	border: 2px solid #da0000;
	background: #da0000;
	transition: all 0.3s ease;
}

.satin-al-detay:hover {
	box-shadow: 1px 1px 25px #ddd;
	color: #da0000;
	background: #fff;
	border: 2px solid #fff;
}

.satin-al-detay i {
	font-size: 22px;
	margin-right: 7px;
	line-height: 1;
}

.stokta-yok {
	display: flex;
	justify-content: center;
	align-items: center;
    background: #fc1414;
	border: 2px solid #fc1414;
}

.stokta-yok:before {
	background: #fc1414;
}

.stokta-yok:hover {
	color: #fc1414;
	border: 2px solid #fc0f0f;
}

.urun-adet-butons {
	width: 35%;
	height: 100%;
	float: left;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column wrap;
	border: 1px solid #eee;
}

.urun-adet-butons span {
	color: #888;
	font-size: 17px;
	float: left;
	margin-bottom: 0px;
	cursor: pointer;
	position: relative;
	text-indent: 0;
	width: 100%;
	text-align: center;
	height: 20px;
	line-height: 20px;
	position: relative;
	z-index: 1;
	border-radius: 0px !important;
}

.urun-adet-butons span:nth-child(2) {
	border-top: 1px solid #eee;
}

.stokta-haber-ver {
	margin-right: 3%;
	width: 32%;
	height: 60px;
	float: left;
	background: #f4f4f4;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.stokta-haber-ver i {
	font-size: 20px;
}

.urun-butons {
	width: 40px;
	height: 100%;
	float: left;
}

.urun-buttons-ilk {
	border-left: 0px;
}

.detay-fav-button {
	font-family: Ubuntu, sans-serif;
	width: 100%;
	display: block;
	height: 100%;
	line-height: 60px;
	outline: none;
	border: 0px;
	color: #5c5d65;
	background: transparent;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 2px;
	font-size: 14px;
	position: relative;
	cursor: pointer;
	z-index: 1;
}

.detay-fav-button:hover {
	color: #da0000;
}

.urun-detay-statik-bolum {
	display: flex;
	flex-flow: row wrap;
	padding: 0px;
}

.urun-detay-kargo img,
.urun-detay-statik1 img,
.urun-detay-statik2 img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	float: right;
}

.detay-puan {
	color: #333;
	font-weight: 400;
	border-radius: 0px;
	font-size: 13px;
	cursor: pointer;
	float: left;
	text-align: left;
	white-space: normal;
	width: 100% !important;
	letter-spacing: 0px;
	height: 40px;
	line-height: 32px;
	margin-bottom: 0px;
}

.detay-puan span {
	font-weight: 600;
	color: #da0000;
}


/*--------------------------------URUN-DETAY-PAYLAA?a?|A?A?----------------------------------*/

.urun-paylas {
	margin-top: 20px;
}

#icon-social a {
	text-decoration: none;
	color: #2c434f;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 13px;
	display: inline-block;
	margin-right: 10px;
	background: #fff;
	box-shadow: 1px 1px 25px #ddd;
	transition: color 0.2s ease;
}

#icon-social a:hover {
	color: #da0000;
}


/*--------------------------------URUN-DETAY-PAYLAA?a?|A?A?----------------------------------*/


/*--------------------------------URUN-DETAY-TABLARI----------------------------------*/

.urun-tablari .nav li {
	margin: 0 !important;
	border: 0px;
	position: relative;
	display: inline-block;
}
.urun-tablari .nav li#urunbilgileri {
	display: none;
}

.urun-tablari .nav li:before {
	content: '';
	height: 5px;
	width: 0;
	left: 0;
	bottom: -5px;
	position: absolute;
	background: #da0000;
	transition: width 0.3s ease;
}

.urun-tablari .nav li a {
	padding: 0 0 10px 0;
	font-size: 24px;
	letter-spacing: 0.5px;
	color: #777;
	font-weight: 600;
	background: none;
	border-radius: 0;
	z-index: 10;
}
.urun-tablari .uruntablari-alias.active::before {
	width: 100%;
}
.urun-tablari .uruntablari-alias.active > a {
	color: #000;
}
.urun-tablari .nav-pills>li:hover::before {
	width: 100%;
}
.urun-tablari .nav-pills>li:hover > a {
	color: #000;
}
.urun-tablari .nav-pills>li.active>a:focus, .urun-tablari .nav-pills>li.active>a:hover {
	color: #000;
	background: none;
}

#tdContainerBorder {
	line-height: 1.7;
	border-radius: 0px !important;
	margin: 0;
}

#divUrunAciklama, #divUrunTabs {
	padding: 0;
	border-radius: 0px !important;
	width: 80%!important;
	font-size: 18px;
	line-height: 1.7;
	color: #000;
}
#tdContainerBorder {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
}
#divUrunAciklama {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 100px;
}
#divUrunAciklama > div {
	flex-basis: calc(50% - 50px);
}
#divUrunAciklama > div ul {
	float: left;
	width: 100%;
	margin: 0 0 60px 0;
	list-style: none
}
#divUrunAciklama > div ul li {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}
#divUrunAciklama > div ul li::before {
	float: left;
	content: '';
	width: 8px;
	height: 8px;
	border: 1px #da0000 solid;
	border-radius: 4px;
}
	
#divUrunTabs, #divUrunTabs > div {
	width:100%;  
}
#divUrunTabs > .download-file {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	max-width: 600px;
	background: #F0F0F0;
	padding: 20px;
}
#divUrunTabs > .download-file > h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 0 0;
}
#divUrunTabs > .download-file > ul {
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 20px;
	width: 100%;
	list-style: none;
}
#divUrunTabs > .download-file > ul > li > a, #divUrunTabs > .download-file > ul > li > span {
	float: left;
	width: 100%;
	color: #000;
	transition: all 0.3s ease;
}
#divUrunTabs > .download-file > ul > li > a:hover {
	color: #da0000;
}
#divUrunTabs > .special-tab {
	margin: 0 auto;
	display: flex;
	width: 100%;
}
#divUrunTabs > .special-tab > ul.sizes {
	margin: 0 auto;
	width: 600px;
	list-style: none;
	display: flex;
	flex-direction: column;
}
#divUrunTabs > .special-tab > ul.sizes > li {
	float: left;
	width: 100%;
	padding: 12px 16px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#divUrunTabs > .special-tab > ul.sizes > li:first-child {
	font-weight: 600;
}
#divUrunTabs > .special-tab > ul.sizes > li:nth-child(odd) {
	border-bottom: 1px #dedede solid;
	border-top: 1px #dedede solid;
	background: #f7f7f7;
}
#divUrunTabs > .accessories {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 45px;
	flex-wrap: wrap;
}
#divUrunTabs > .accessories > div {
	flex: 0 0 calc((100% / 3) - 30px);
}
/*--------------------------------URUN-DETAY-TA?a??A?AA?a?1MER----------------------------------*/

.timer-detay {
	max-width: 300px;
	margin-bottom: 10px;
}


/*--------------------------------URUN-DETAY-TABLARI----------------------------------*/

@media all and (max-width: 992px) {
	.urun-tablari .nav li a {
		font-size: 15px;
		padding: 10px 0;
	}
	.urun-tablari .uruntablari-alias.active:before {
		width: 100%;
	}
	.urun-tablari .nav li a:after {
		display: none;
	}
	.fiyat-row {
		white-space: normal;
		padding-left: 0 !important;
		padding-right: 0 !important;
		flex-wrap: wrap;
	}
	.urun-detay-statik1 {
		margin-top: 15px;
		float: left;
	}
	.urun-detay-statik1 img {
		float: left;
	}
	#urun-fiyat-bilgileri {
		margin-top: 20px;
		padding: 0 !important;
	}
	#urun-fiyat-bilgileri .urun-detay-fixed {
		position: relative;
		bottom: inherit;
		left: inherit;
	}
	.urun-detay-baslik {
		font-size: 24px;
	}
	.urun-detay-fiyat #SatisFiyati {
		font-size: 25px;
	}
	.urun-detay-fixed {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 4;
		padding: 0px !important;
		background: #fff !important;
		margin: 0 auto;
	}
	.urun-adet-dis {
		margin: 0px;
		width: 25%;
	}
	.satin-al-detay {
		width: 75%;
		padding: 0px !important;
		float: right;
	}
	.satin-al-detay i {
		font-size: 18px;
	}
	.detay-butons-div {
		padding: 0px;
	}
	.stokta-haber-ver {
		border-left: 0px;
		min-width: inherit;
		width: 25%;
		margin-right: 0px;
	}
	.urun-detay-fiyathaber {
		height: 40px;
	}
	.urun-detay-statik-bolum {
		justify-content: flex-start;
		align-items: flex-start;
	}
	.urun-detay-puan {
		height: 40px;
	}
	.detay-puan {
		height: auto;
		display: inline-block;
		line-height: 24px;
	}
	.urun-paylas {
		margin-top: 0px;
	}
	.urun-tablari {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 600px) {
	.urun-detay-statik-bolum {
		margin-bottom: 25px;
	}
	.urun-detay-fiyathaber,
	.urun-detay-puan,
	.urun-tablari .nav li {
		width: 100%;
	}
	.detay-butons {
		flex-flow: row wrap;
	}
}

@media all and (max-width: 330px) {
	.indirim-detay {
		display: block;
		float: none !important;
	}
	.satis-fiyati #eski-fiyat {
		padding-left: 0px;
	}
}


/*--------------------------------URUN-DETAY-KAMPANYA-URUNLER----------------------------------*/

#kampanya-bilgileri>div {
	background: #FE3B3B;
	padding: 7px 20px;
	color: #FFF;
}

#urun-detay-kampanyali-urunler .urun-kutusu .kutu-urun-border {
	border-bottom: none;
	border-left: none;
}

#urun-detay-kampanyali-urunler .urun-kutusu:last-child .kutu-urun-border {
	border-bottom: 3px solid #DDD;
}


/*--------------------------------URUN-DETAY-BENZER-URUNLER----------------------------------*/

.urun-detay-benzer-urunler-baslik {
	font-size: 22px;
	color: #333333;
	font-family: Ubuntu, sans-serif;
}

.benzer-urunler-slide .slick-track {
	float: left;
}

.benzer-urun-kutusu.slick-slide.slick-active {
	border-color: transparent;
}

#haftanin-urunleri .slick-arrow {
	top: -40px !important;
	background: #da0000;
	opacity: 1;
	width: 25px;
	height: 25px;
	border: transparent;
	margin-right: 15px;
	z-index: 1;
}

#haftanin-urunleri .slick-arrow:before {
	opacity: 1;
	border-width: 0 1px 1px 0 !important;
}

#haftanin-urunleri .slick-next {
	right: 0;
}

#haftanin-urunleri .slick-next::before {
	padding: 4px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	left: 28%;
	bottom: 31%;
}

#haftanin-urunleri .slick-prev {
	right: 30px;
	left: inherit;
}

#haftanin-urunleri .slick-prev::before {
	padding: 4px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	left: 37%;
	bottom: 31%;
}

#haftanin-urunleri .slick-slider .kutu-urun-detay-mm h2 {
	width: 80%;
	margin: 0 auto;
}

@media all and (max-width: 992px) {
	#divUrunTabs {
		padding: 30px 0px;
	}
}


/*--------------------------------URUN-DETAY-BENZER-URUNLER----------------------------------*/


/*--------------------------------URUN-DETAY-YORUM----------------------------------*/
.yorum-box-baslik {
	color: #333333;
	font-size: 26px;
	font-weight: 600;
	margin: 5px 0px 35px 0px;
}

.yorum-ortalama-box {
	text-align: center;
	margin-bottom: 25px;
}

.yorum-ortalama {
	font-size: 45px;
	font-weight: 600;
}

.yorum-ortalama i {
	font-size: 16px;
	margin: -5px;
	color: #b8b8b8;
}

.yorum-ortalama i.yorum-active {
	color: #ffa000;
}

.yildiz-box {
	margin-bottom: 15px;
}

.yorum-yildiz-ad {
	font-size: 14px;
	margin-bottom: 7px;
}

.yorum-yildiz-sayi {
	color: #a5a5a5;
}

.yorum-istatik {
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	padding: 45px 15px;
	background: #fafafa;
}

.yorum-progress {
	height: auto;
	border-radius: 9px;
	background-color: #f0f0f0;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	border-radius: 5px;
}

.yorum-progress-bar {
	border-radius: 5px;
	height: 3px;
	background: #ffa000;
}


/*yorum saA?a??AA?cAA?C*/

.yorum-user {
	width: 50px;
	position: absolute;
	left: 0;
	padding: 0px;
}

.yorum-uye-avatar {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #eee;
	border-radius: 50%;
	text-transform: uppercase;
	margin: 0px;
	text-align: center;
	font-size: 20px;
	color: #3e3e3e;
	background: #fafafa;
}

.yorum-content {
	padding: 0px;
}

.yorumlar-box {
	padding-left: 65px;
	border-radius: 3px;
	margin-bottom: 15px;
}

.yorumlar-inner {
	padding: 10px 15px;
	border: 1px solid #eee;
	position: relative;
}

.yorumlar-inner::before,
.yorumlar-inner::after {
	position: absolute;
	top: 12px;
	right: 100%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: '';
	pointer-events: none;
}

.yorumlar-inner::before {
	margin-top: -1px;
	border-width: 10px;
	border-color: transparent;
	border-right-color: #e5e5e5;
}

.yorumlar-inner::after {
	border-width: 9px;
	border-color: transparent;
	border-right-color: #fff;
}

.yorum-box-ust {
	position: relative;
	height: auto;
	display: inline-block;
	width: 100%;
}

.yorum-box-uyead {
	float: left;
	color: #4f4e4e;
	font-size: 13px;
	letter-spacing: 0px;
}

.yorum-box-puan {
	float: right;
}

.yorum-box-puan i.yorum-active {
	color: #ffa000;
}

.yorum-box-yorum {
	font-size: 14px;
	color: #454444;
}

.yorum-box-tarih {
	color: #8f8f8f;
	font-size: 13px;
}

.yorumlar-yorum-yap {
	margin-top: 25px;
}

.yorum-yap-txt {
	width: 100%;
	height: 110px;
	padding: 10px;
	resize: none;
	outline: none;
	margin: 10px 0px;
	font-weight: 400;
	font-size: 13px;
	border: 1px solid #f1f1f1;
}

.yorum-yap-p {
	float: left;
}

.yorum-yap-p:last-child {
	padding-left: 15px;
}

.yorum-yap-puan {
	padding-right: 25px;
	height: 40px;
}

#yorum-yap {
	background: #da0000 !important;
	color: #fff !important;
	border: 0px;
	font-weight: 900;
	padding: 7px 10px;
	font-size: 12px !important;
}

@media all and (max-width: 992px) {
	.yorum-istatik {
		margin-bottom: 25px;
	}
}

@media all and (max-width: 600px) {
	#divUrunAciklama {
		padding: 5px 0px;
	}
	.yorum-user {
		display: none;
	}
	.yorumlar-box {
		padding: 0px;
	}
}

@media all and (max-width: 480px) {
	.yorum-box-uyead {
		float: none;
		display: block;
	}
	.yorum-box-puan {
		float: left;
		display: block;
	}
}
.slick-prev, .slick-next {
	z-index: 999;
}
.PropRow{
    display: flex;
    flex-direction: row;
    border: 1px solid #ccc;
}
.PropName{
    width: 50%;
    border-right: 1px solid #ccc;
    padding: 10px;
}
.PropProperty{
    width: 50%;
    padding: 10px;
}


/*--------------------------------URUN-DETAY-YORUM----------------------------------*/

 [data-tooltip]:before, [data-tooltip]:after{
     display: none;
 }
#home-cats {
	width: 90%;
	margin: 40px auto;
}
#home-cats > div > div {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 40px;
}
#home-cats > div > div::before, #home-cats > div > div::after {
	display: none;
}
#home-cats div > a {
	float: left;
	width: 100%;
	display: flex!important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: linear-gradient(0, #f4f4f4 60%, #FFF 40%);
	color: #000;
}
#home-cats div > a > img {
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 0 0 20px 0;
}
#home-cats div > a > span {
	font-size: 20px;
	font-weight: 400;
}
#home-cats div > a > h3 {
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}
#home-cats div > a > small {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: 3px #707070 solid;
	transition: all .5s ease;
}
#home-cats div > a:hover > small {
	color: #da0000;
}
#home-cats div > a > small::before {
	content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 3px;
    background: #da0000;
    transition: all .5s ease;
}
#home-cats div > a:hover > small::before {
	width: 100%;
}
#home-single-banner {
	float: left;
	width: 100%;
	height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#home-single-banner > a {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	background: rgba(0,0,0,.5);
	padding: 40px 50px;
}
#home-single-banner > a > h3 {
	font-size: 52px;
	line-height: 52px;
	font-weight: 600;
	color: #FFF;
	margin: 0;
}
#home-single-banner > a > span {
	font-size: 20px;
	font-weight: 400;
	color: #FFF;
}
#home-single-banner > a > small {
	margin: 40px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 2px #707070 solid;
	transition: all .5s ease;
	color: #FFF;
	position: relative;
}
#home-single-banner > a:hover > small {
	color: #da0000;
}
#home-single-banner > a > small::before {
	content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #000;
    transition: all .3s ease;
}
#home-single-banner > a:hover > small::before {
	width: 100%;
}
#home-map {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 40px;
	width: 90%;
	margin: 40px auto;
}
#home-map > h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #000;
    font-weight: 600;
    height: 60px;
	margin: 0;
    position: relative;
}
#home-map > h6::before {
    content: '';
    width: 60px;
    height: 6px;
    background: #da0000;
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
}
#anasayfa-slider-container .slick-prev, #anasayfa-slider-container .slick-next {
	top: 40%;
}
#home-map > form {
	float: left;
	position: relative;
	width: 100%;
	height: 240px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
}
#home-map > form::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(/images/bg3.png) center center no-repeat;
	background-size: cover;
	filter: grayscale(100%);
	z-index: -1;
}
.showSrcBlock {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	width: 30%;
	min-width: 320px;
	background: rgba(255,255,255,.5);
	border: none;
	border-bottom: 3px #da0000 solid;
	padding: 0 20px;
}
.showSrcBlock::after {
	font-family: "Font Awesome 5 Free";
	font-size: 24px;
	font-weight: 900;
	content: '\f3c5';
	color: #000;
}
.showroom-que {
	float: left;
	width: 100%;
	background: none;
	border: none;
	font-size: 24px;
	color: #000;
	font-weight: 400;
	line-height: 52px;
}
.showroom-que:placeholder {
	color: #777;
}
#home-map > form > button {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	border: none;
	border-bottom: 2px #707070 solid;
	background: none;
	padding: 0 0 5px 0;
	position: relative;
	transition: all .5s ease;
}
#home-map > form > button:hover {
	color: #da0000;
}
#home-map > form > button::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 2px;
	background: #000;
	transition: all .5s ease;
	width: 0;
}
#home-map > form > button:hover::before {
	width: 100%;
}
#anasayfa-instagram {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 40px;
	width: 90%;
	margin: 0 auto 40px auto;
}
#anasayfa-instagram > h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #000;
    font-weight: 600;
    height: 60px;
    position: relative;
	margin: 0;
}
#anasayfa-instagram > h4::before {
	font-family: "Font Awesome 6 Brands";
	font-size: 48px;
	font-weight: 400;
	content: '\f16d';
	color: #000;
	margin: 0 20px 0 0;
}
#anasayfa-instagram > h4::after {
    content: '';
    width: 40px;
    height: 6px;
    background: #da0000;
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
}
#anasayfa-blog {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 40px;
	width: 90%;
	margin: 0 auto;
}
#anasayfa-blog > h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #000;
    font-weight: 600;
    height: 60px;
    position: relative;
}
#anasayfa-blog > h4::after {
    content: '';
    width: 60px;
    height: 6px;
    background: #da0000;
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
}
.home-blog {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: nowrap;
}
.home-blog > div {
	flex: 1;
	display: grid;
	grid-template-rows: 1fr 1fr;
}
.home-blog > div > a {
	display: flex;
	align-items: flex-start;
}
.home-blog > div:nth-child(odd) > a {
	order: 2;
}
.home-blog > div > a > img {
	width: 100%;
	height: auto;
}
.home-blog > div > div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
	padding: 60px;
}
.home-blog > div:nth-child(odd) > div {
	order: 1;
}
.home-blog > div > div > span {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #000;
}
.home-blog > div > div > span > strong {
	font-size: 72px;
	font-weight: 600;
}
.home-blog > div > div > span > small {
	font-size: 16px;
	font-weight: 400;
	color: #777;
}
.home-blog > div > div > div {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.home-blog > div > div > div > * {
	margin: 0;
	padding: 0;
}
.home-blog > div > div > div > h3 > a {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	transition: all .5s ease;
}
.home-blog > div > div > div > h3 > a:hover {
	color: #da0000;
}
.home-blog > div > div > div > span {
	font-size: 16px;
	font-weight: 400;
	color: #000;
}
.home-blog > div > div > div > a {
	float: left;
	width: auto;
	margin: 0 auto 0 0;
    position: relative;
    padding: 0 0 5px 0;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    border-bottom: 3px #707070 solid;
    transition: all .5s ease;
}
.home-blog > div > div > div > a:hover {
	color: #da0000;
}
.home-blog > div > div > div > a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 3px;
    background: #da0000;
    transition: all .5s ease;
}
.home-blog > div > div > div > a:hover::before {
	width: 100%;
}
.atprovider {
	background: #FFF!important;
}
footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin: 40px auto 0 auto;
	background: #f0f0f0;
}
.new-footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.footer-wrap {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 40px;
}
.footer-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-wrap > ul {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	gap: 40px;
}
.footer-wrap > ul > li {
	display: flex;
	flex-direction: column;
	gap: 15px;
	flex: 1;
}
.footer-wrap > ul > li > h4 {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	color: #707070;
}
.footer-wrap > ul > li > ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 7px;
}
.footer-wrap > ul > li > ul > li > a {
	font-size: 16px;
	font-weight: 400;
	color: #707070;
	transition: all .5s ease;
}
.footer-wrap > ul > li > ul > li > a:hover {
	color: #da0000;
}
.footer-wrap > ul > li:last-child {
	flex: .7;
}
.footer-wrap > ul > li > ul > li.footer-logo {
	justify-content: flex-end;
}
.footer-wrap > ul > li > ul > li.footer-logo > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	color: #707070;
}
.footer-wrap > ul > li > ul > li.footer-logo > a > img {
	float: left;
	width: 100%;
	height: auto;
	filter: grayscale(100%);
	opacity: .6;
}
.cat-banner {
	width: 90%;
	margin: 0 auto;
	position: relative;
	
}
.cat-banner h5 {
	position: absolute;
	width: 100%;
	bottom: 50px;
	left: 0;
	font-size: 52px;
	color: #FFF;
	z-index: 2;
}
.kategori-vitrin {
	width: 90%;
	margin: 60px auto 100px auto;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 60px 40px;
}
.kategori-vitrin > div {
	flex: 0 0 calc(50% - 20px);
	font-size: 18px;
	line-height: 32px;
	color: #000;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
}
.kategori-vitrin > div img {
	float: left;
	width: 100%!important;
	height: auto!important;
}
.kategori-vitrin > div h3 {
	float: left;
	width: 100%;
	font-size: 32px;
	font-weight: 600;
	margin: 0;
}
.kategori-vitrin > div p {
	float: left;
	width: 100%;
	margin: 0;
}
.kategori-vitrin::before, .kategori-vitrin::after {
	display: none;
}
.filtre-content {
	padding: 0 30px 0 0;
}
.kategori-listesi {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 10px 0 30px 0;
}
.grup-filtre {
	float: left;
	width: 100%;
}
.grup-listesi {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin: 10px 0 30px 0;
}
.marka-filtre-item label::before, .grup-filtre-item label::before, .varyant-filtre-item label::before {
	position: relative!important;
	bottom: unset!important;
	border-radius: unset!important;
    -moz-border-radius: unset!important;
    -o-border-radius: unset;
    -webkit-border-radius: unset!important;
    -ms-webkit-radius: unset!important;
	width: 14px!important;
	height: 14px!important;
	border-color: #6F6F6F;
}
.kategorisayfalama > .v3-global  {
	padding: 0;
	gap: 30px;
}
.urun-kutusu {
	flex: 0 0 calc((100% - 60px) / 3);
	border: 1px #e8e8e8 solid;
	width: 100%;
}
.inceleLink {
	/*display: inline-block;*/
	position: relative;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0 5px 0;
    border-bottom: 3px #707070 solid;
    transition: all .5s ease;
	color: #000;
	margin: 0 auto;
}
.inceleLink:hover {
	color: #da0000;
}
.inceleLink::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 3px;
    background: #da0000;
    transition: all .5s ease;
}
.inceleLink:hover::before {
    width: 100%;
}
.pagination {
	float: right;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 5px;
	margin: 40px 0 20px 0;
}
.pagination>li>a, .pagination>li>span {
	font-size: 20px;
	margin-left: 0;
	color: #000;
	font-weight: 600;
	background: #ededed;
	padding: 1px 10px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #000;
	background: #ededed;
}
.pagination>li:last-child>a, .pagination>li:last-child>span, .pagination>li:first-child>a, .pagination>li:first-child>span {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.v3-global {
	align-items: stretch!important;
}
.urun-detay-bg > .page-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
.urun-detay-bg > .page-inner > div {
	flex: 1;
	padding: 0;
	flex-basis: 100%;
}
#urun-fiyat-bilgileri {
	padding: 50px 0 0 0;
}
.urun-detay-bg > .page-inner > div:nth-child(1), .urun-detay-bg > .page-inner > div:nth-child(2) {
	flex-basis: calc(50% - 50px)!important;
}
.productImages {
	float: left;
	width: 100%;
}
.productImages div {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
}
.productImages > div > div {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 1px;
}
.productImages .slick-slide img {
	float: left;
	width: 100%;
	height: auto;
	padding: 0;
}
	
.productImages .slick-prev, .productImages .slick-next {
	transition: all .5s ease;
	z-index: 999;
	width: 30px;
	height: 30px;
	background: rgba(218,0,0,.3);
}
.productImages .slick-prev:hover, .productImages .slick-next:hover {
	background: rgba(218,0,0,.6);
}
.productImages .slick-prev:hover::before, .productImages .slick-next:hover::before {
	border-color: #FFF;
}
.productImages .slick-prev {
	left: 1px;
}
.productImages .slick-prev::before {
	width: 50%;
	height: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-25%, -50%) rotate(135deg);
	border-color: #FFF;
}
.productImages .slick-next::before {
	margin: unset;
	width: 50%;
	height: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-75%, -50%) rotate(-45deg);
	border-color: #FFF;
}
.productImages .slick-next {
	right: 1px;
}
.productImages .slick-dots {
	bottom: 0;
}
.productImages .slick-dots li {
	margin: 0;
}
.related2 {
	padding: 50px 0 0 0;
}
.related2 h5 {
	margin: 0;
	font-size: 18px;
	color: #000;
	font-weight: 600;
}
.related2 ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
}
.related2 ul > li {
	float: left;
	flex: 0 0 120px;
}
.related2 ul > li > a {
	float: left;
	width: 100%;
}
.related2 ul > li > a > img {
	float: left;
	width: 100%;
	height: auto;
}
.editorYorumu {
	display: flex;
	gap: 100px;
	align-items: center;
}
.editorYorumu > div {
	flex: 1;
	flex-basis: calc(50% - 50px);
}
.editorYorumu > div img {
	float: left;
	width: 100%;
	height: auto;
}
.editorYorumu > div  h4 {
	font-size: 32px;
	font-weight: 600;
	color: #000;
	margin: 0 0 30px 0;
}
.editorYorumu > div p {
	margin: 0 0 30px 0;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	line-height: 1.7;
}
#urun-tablari {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#urun-tablari > ul {
	float: left;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 60px;
	border-bottom: 5px #e3e3e3 solid;
}
#urun-tablari > ul::before, #urun-tablari > ul::after {
	display: none;
}
#haftanin-urunleri {
	float: left;
	width: 100%;
}
#haftanin-urunleri .container-fluid {
	padding: 0;
}
#haftanin-urunleri .container-fluid .page-inner {
	width: 90%;
	margin: 0 auto;
}
.benzer-urunler-slide {
	float: left;
	width: 100%;
	margin: 50px 0 0 0;
}
.urun-detay-benzer-urunler-baslik {
	float: left;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	margin: 0;
}
.benzer-urunler-slide .slick-track {
	float: left;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	gap: 60px;
}
.benzer-urunler-slide .slick-track > div {
	height: inherit !important;
	border: 1px #e8e8e8 solid;
}
.benzer-urunler-slide .urun-kutusu {
	border: none;
}
.benzer-urunler-slide .slick-track:before, .benzer-urunler-slide .slick-track:after {
	display: none;
}
.insta-stories {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	gap: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.insta-stories > li {
	width: calc(20% - 20px);
	border: 4px solid #ef4244;
}
/*.insta-stories > li:hover {
	flex: 1 0 28%;
}
.insta-stories:not(:hover) > li:first-of-type {
	flex: 1 0 28%;
}
.insta-stories:not(:hover) > li:first-of-type > img {
	filter: brightness(100%);
}
.insta-stories > li:first-of-type {
	border-left-width: 8px;
}
.insta-stories > li:last-of-type {
	border-right-width: 8px;
}*/
.insta-stories > li > img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media all and (max-width: 992px) {
	.ana-menu li.navSep, .ana-menu li.openSearch {
		display: none;
	}
	.kategori-mm-menu>ul>li>a::before {
		bottom: 0;
	}
	#anasayfa-slider-container {
		width: 95%;
	}
	.slider-mm .slider-icerik {
		width: 80%;
		max-width: unset;
		bottom: 10px;
		padding: 5px;
		gap: 2px;
	}
	.slider-mm .slider-icerik .slider-baslik {
		font-size: 16px;
		line-height: 1.7;
	}
	.slider-mm .slider-icerik .slider-aciklama {
		font-size: 14px;
		line-height: 1.2;
	}
	.slider-mm .slider-icerik a {
		font-size: 14px;
	}
	#anasayfa-slider-container > h4 {
		font-size: 20px;
		height: 40px;
	}
	#anasayfa-slider-container > h4::before {
		height: 4px;
	}
	.anasayfa-kategori .anasayfa-kategori-icerik .anasayfa-kategori-icerik-wrapper {
		width: 100%;
		max-width: unset;
	}
	.anasayfa-kategori .anasayfa-kategori-icerik {
		padding: 10px;
		margin: 0 0 30px 0;
		background: rgba(0,0,0,.05);
	}
	.anasayfa-kategori-icerik-wrapper .icerik {
		font-size: 16px;
		line-height: 1.5;
	}
	.anasayfa-kategori-icerik-wrapper .ust-baslik {
		font-size: 20px;
		margin: 10px 0 0 0;
		padding: 4px 0;
	}
	.anasayfa-kategori-icerik-wrapper .ust-baslik::before, .anasayfa-kategori-icerik-wrapper .ust-baslik::after {
		height: 4px;
		width: 40px;
	}
	.anasayfa-kategori-icerik-wrapper > a {
		margin: 10px 0 0 0;
		padding: 0 0 4px 0;
		font-size: 14px;
		border-bottom-width: 2px;
		align-self: flex-end;
	}
	.anasayfa-kategori-icerik-wrapper > a::before {
		height: 2px;
		bottom: -2px;
	}
	#home-cats {
		width: 95%;
		margin: 0 auto 30px auto;
	}
	#home-cats > div > div {
		gap: 0;
	}
	#home-cats div > a > img {
		max-width: 180px;
		margin: 0 0 10px 0;
	}
	#home-cats div > a {
		gap: 5px;
	}
	#home-cats div > a > span {
		font-size: 16px;
	}
	#home-cats div > a > h3 {
		font-size: 20px;
	}
	#home-cats div > a > small {
		font-size: 14px;
		padding: 4px;
		margin: 0 0 10px 0;
		border-bottom-width: 2px;
	}
	#home-cats div > a > small::before {
		height: 2px;
		bottom: -2px;
	}
	#home-single-banner {
		height: 40vh;
		background-size: contain;
		background-attachment: unset;		
	}
	#home-single-banner > a {
		gap: 10px;
		padding: 10px;
		width: 90%;
		text-align: center;
	}
	#home-single-banner > a > h3 {
		font-size: 28px;
		line-height: 1.7;
	}
	#home-single-banner > a > span {
		font-size: 14px;
	}
	#home-single-banner > a > small {
		font-size: 14px;
		margin: 10px 0 0 0;
	}
	#home-map {
		width: 100%;
		margin: 30px 0;
		gap: 20px;
	}
	#home-map > h6 {
		font-size: 20px;
		height: 40px;
	}
	#home-map > h6::before {
		height: 4px;
	}
	.showSrcBlock {
		padding: 0 10px;
	}
	.showroom-que {
		font-size: 16px;
		height: 42px;
	}
	.showSrcBlock::after {
		font-size: 20px;
	}
	#home-map > form > button {
		font-size: 16px;
		padding: 0 0 4px 0;
	}
	#anasayfa-instagram {
		width: 95%;
		gap: 20px;
		margin: 0 auto 30px auto;
	}
	#anasayfa-instagram > h4 {
		font-size: 20px;
		height: 40px;
	}
	#anasayfa-instagram > h4::before {
		font-size: 32px;
	}
	#anasayfa-instagram > h4::after {
		height: 4px;
	}
	#anasayfa-blog {
		width: 95%;
	}
	#anasayfa-blog > h4 {
		font-size: 20px;
		height: 40px;
	}
	#anasayfa-blog > h4::after {
		height: 4px;
	}
	.home-blog {
		width: 100%;
		margin: 0 auto;
		flex-direction: column;
	}
	.home-blog > div {
		grid-template-rows: unset;
	}
	.home-blog > div > div {
		gap: 10px;
		padding: 20px 0;
	}
	.home-blog > div:nth-child(odd) > a, .home-blog > div:nth-child(odd) > div {
		order: unset;
	}
	.home-blog > div > div > span > strong {
		font-size: 58px;
	}
	.home-blog > div > div > span > small {
		font-size: 12px;
	}
	.home-blog > div > div > div {
		gap: 5px;
	}
	.home-blog > div > div > div h3 a {
		font-size: 18px;
	}
	.home-blog > div > div > div > span {
		font-size: 14px;
	}
	.home-blog > div > div > div > a {
		font-size: 14px;
		padding: 0 0 4px 0;
		margin: 0 0 auto 0;
		border-bottom-width: 2px;
		align-self: flex-end;
	}
	.home-blog > div > div > div > a::before {
		bottom: -2px;
		height: 2px;
	}
	footer {
		width: 95%;
	}
	.footer-wrap {
		padding: 20px 10px;
	}
	.footer-wrap > ul {
		flex-wrap: wrap;
		gap: 20px 6px;
	}
	.footer-wrap > ul > li {
		gap: 10px;
		flex: 0 0 calc(50% - 3px);
	}
	.footer-wrap > ul > li > h4 {
		font-size: 16px;
	}
	.footer-wrap > ul > li > ul > li > a {
		font-size: 14px;
	}
	.footer-wrap > ul > li > ul > li.footer-logo > a {
		font-size: 14px;
	}
	.footer-wrap > ul > li > ul > li.footer-logo > a > img {
		max-width: 180px;
	}
	#genel-bread .container {
		height: 62px;
	}
	.bread-bg .inner-align {
		margin: 0 auto;
		display: flex;
	}
	#genel-bread ol > li > a {
		font-size: 14px;
	}
	#genel-bread ol li:first-of-type a::before {
		font-size: 14px;
		padding: 0 5px 0 0;
	}
	.breadcrumb>li+li:before {
		padding: 0 5px;
	}
	.cat-banner {
		width: 95%;
	}
	.kategori-vitrin {
		width: 95%;
		gap: 10px;
		margin: 30px auto;
		flex-direction: column;
	}
	.kategori-vitrin > div {
		flex: 0 0 1;
		font-size: 14px;
		line-height: 1.5;
	}
	.kategori-vitrin > div h3 {
		font-size: 20px;
		margin: 10px 0;
	}
	.category-list > .mobile, .category-list > .cat-filtre {
		display: none;
	}
	.kategorisayfalama > .v3-global {
		flex-direction: column;
		gap: 10px;
	}
	.kategorisayfalama > .v3-global .urun-kutusu {
		flex: 0 0 100%;
	}
	.kategorisayfalama .urun-kutusu .kutu-urun-border {
		padding: 10px;
	}
	.kategorisayfalama .katalog-detay {
		min-height: unset;
		margin: 10px 0 0 0;
		padding: 0;
	}
	.kategorisayfalama .kutu-urun-detay-mm h2 {
		min-height: unset;
	}
	.kategorisayfalama .kutu-urun-detay-mm h2 a {
		font-size: 24px;
		line-height: 1.7;
	}
	.kategorisayfalama .shortDescription {
		margin: 10px 0 0 0;
		font-size: 14px;
		line-height: 1.2;
		text-align: left;
	}
	.kategorisayfalama .inceleLink {
		float: right;
		font-size: 14px;
		padding: 10px 0 5px 0;
		border-bottom-width: 2px;
	}
	.kategorisayfalama .inceleLink::before {
		height: 2px;
		bottom: -2px;
	}
	.urun-detay-aciklama {
		margin: 30px 0 0 0;
		line-height: 1.7;
		font-size: 14px;
	}		
	.urun-detay-aciklama p {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.urun-detay-aciklama p:last-of-type {
		margin: 0;
	}
	.related2 {
		padding: 30px 0 0 0;
	}
	.related2 > ul {
		overflow-x: scroll;
	}
	.editorYorumu {
		flex-direction: column;
		gap: 30px;
	}
	.editorYorumu > div {
		flex-basis: unset;
	}
	.editorYorumu > div  h4 {
		font-size: 20px;
		margin: 0 0 10px 0;
	}
	.editorYorumu > div p {
		font-size: 14px;
		margin: 0 0 10px 0;
	}
	.editorYorumu > div p:last-of-type {
		margin: 0;
	}
	#urun-tablari > ul {
		gap: 5px;
		flex-direction: column;
		width: 100%;
		border-bottom-width: 3px;
	}
	.urun-tablari .nav li a {
		padding: 10px;
	}
	.urun-tablari .nav li:before {
		height: 3px;
		bottom: -3px;
	}
	#divUrunAciklama, #divUrunTabs {
		width: 100%!important;
		padding: 0;
		font-size: 14px;
	}
	#divUrunAciklama {
		justify-content: flex-start;
		flex-direction: column;
		gap: 20px;
	}
	#divUrunAciklama > div {
		flex-basis: unset;
		font-size: 14px;
		line-height: 1.4;
	}
	#divUrunAciklama > div ul {
		margin: 0 0 30px 0;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	#divUrunAciklama > div ul li {
		gap: 6px;
	}
	#divUrunAciklama > div p:last-of-type {
		margin: 0;
	}
	.urun-detay-bg .clearfix {
		display: none;
	}
	#divUrunTabs > .accessories {
		flex-direction: column;
		gap: 10px;
	}
	.urun-detay-benzer-urunler-baslik {
		font-size: 20px;
		margin: 50px 0 0 0;
	}
	.benzer-urunler-slide {
		margin: 20px 0 0 0;
	}
	.benzer-urunler-slide .slick-track {
		gap: 1px;
	}
	#haftanin-urunleri .slick-arrow {
		margin-right: 0;
	}
	.urun-tablari .nav li a {
		z-index: unset;
	}
	.urun-detay-bg {
		z-index: 1;
	}
	.v3-global {
		flex-direction: column!important;
	}
	.insta-stories {
		gap: 10px;
	}
	.insta-stories > li {
		width: calc(50% - 5px);
	}
}
#secimidaralt_v3:empty {
	display: none!important;
}
			