<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
				font-family: Poppins;
				src: url(../special/fonts/Poppins.woff);
				}

				body{font-family: 'Poppins', serif;}
.column10 { width: 10%; box-sizing: border-box; padding: 15px; }
.column9 { width: 11.11%; box-sizing: border-box; padding: 15px; }
.column8 { width: 12.5%; box-sizing: border-box; padding: 15px; }
.column7 { width: 14.2857%; box-sizing: border-box; padding: 15px; }
.column6 { width: 16.666666667%; box-sizing: border-box; padding: 15px; }
.column5 { width: 20%; box-sizing: border-box; padding: 15px; }
.column4 { width: 25%; box-sizing: border-box; padding: 15px; }
.column3 { width: 33.33333333%; box-sizing: border-box; padding: 15px; }
.column2 { width: 50%; box-sizing: border-box; padding: 15px; }
.column1 { width: 100%; box-sizing: border-box; padding: 15px; }
.column-auto { box-sizing: border-box; padding: 15px; }

.column_5 { width: 5%; box-sizing: border-box; padding: 15px;  }
.column_10 { width: 10%; box-sizing: border-box; padding: 15px;  }
.column_15 { width: 15%; box-sizing: border-box; padding: 15px;  }
.column_20 { width: 20%; box-sizing: border-box; padding: 15px;  }
.column_25 { width: 25%; box-sizing: border-box; padding: 15px;  }
.column_30 { width: 30%; box-sizing: border-box; padding: 15px;  }
.column_35 { width: 35%; box-sizing: border-box; padding: 15px;  }
.column_40 { width: 40%; box-sizing: border-box; padding: 15px;  }
.column_45 { width: 45%; box-sizing: border-box; padding: 15px;  }
.column_49 { width: 49%; box-sizing: border-box; padding: 15px;  }
.column_50 { width: 50%; box-sizing: border-box; padding: 15px;  }
.column_55 { width: 55%; box-sizing: border-box; padding: 15px;  }
.column_60 { width: 60%; box-sizing: border-box; padding: 15px;  }
.column_65 { width: 65%; box-sizing: border-box; padding: 15px;  }
.column_70 { width: 70%; box-sizing: border-box; padding: 15px;  }
.column_75 { width: 75%; box-sizing: border-box; padding: 15px;  }
.column_80 { width: 80%; box-sizing: border-box; padding: 15px;  }
.column_85 { width: 85%; box-sizing: border-box; padding: 15px;  }
.column_90 { width: 90%; box-sizing: border-box; padding: 15px;  }
.column_95 { width: 95%; box-sizing: border-box; padding: 15px;  }

.column-left { float: left; }
.column-right { float: right; }
.column-content { margin: auto; max-width: 1200px; }
.padding-clear { padding: 0px; }
.padding-horizontal-clear { padding-left: 0px; padding-right: 0px; }
.padding-vertical-clear { padding-top: 0px; padding-bottom: 0px; }
.padding-left-clear { padding-left: 0px; }
.padding-right-clear { padding-right: 0px; }
.padding-top-clear { padding-top: 0px; }
.padding-bottom-clear { padding-bottom: 0px; }

.sortingloading{
	display: none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	border:0;
	overflow:auto;
	z-index:999999;
	padding-top:10%;
	}
	
.sortingloading-loading::before{
	content:"\F117";
	font-size: 1rem;
	color: #000000;
}

.input{
	border-radius: 3px;
	border: 1px #ddd solid;
	padding: 10px;
	font-size: 0.9rem;
}

.button{
	border-radius: 3px;
	height: 50px; 
	padding: 7px; 
	background: #fd5929; 
	color: #fff; 
	text-align: center; 
	cursor: pointer; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.button:hover{
	color: #fff;
}

.window{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	border:0;
	overflow:auto;
	z-index:99999;
	background:url(../img/window.png);
	}

.error{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	border:0;
	overflow:auto;
	z-index:9999999;
	background:url(../img/window.png);
	}
	
.popup{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(../img/window.png);
	border:0;
	overflow:auto;
	z-index:99999;
	}



.windowDetail{margin:8% auto;width:80%;padding:10px;border:0;box-shadow:1px 1px 3px #222;-moz-box-shadow:1px 1px 3px #222;-webkit-box-shadow:1px 1px 3px #222;background:#fff}
.windowDetail-product{margin:8% auto;width:70%;padding:10px;border:0;box-shadow:1px 1px 3px #222;-moz-box-shadow:1px 1px 3px #222;-webkit-box-shadow:1px 1px 3px #222;background:#fff}
/*.windowDetailPopup{margin:7% auto;width:70%;padding:10px;border:0;text-align:center}*/

.windowDetailPopup {
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	width: auto;
	width: 70%;
	height: auto;
	margin: auto;
	padding: 16px;
	box-sizing: border-box;
	}

.windowclose{float:right;width:28px;height:35px;background:url(../img/close_btn.png);text-align:center;color:#fff;font-weight:700}



body{
	margin:0;
	padding:0;
	border:0;
	font-size:1rem;
	color:#252525;
}

a,div:not(.glass-case *),li,ul,input,button{text-decoration:none; transition:all 0.20s linear;}
a,div:not(.glass-case *),li,ul,input,button:hover{transition:all 0.20s linear;}

img{border:0}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:400}
input,textarea,select,radio,checkbox,submit{outline:none;border:0}
ul{list-style:none;margin:0;padding:0}
#aciklama ul li{list-style: disc !important;}

.clear{clear:both}

textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.breadcrumb-item-first::before{
	content: none !important;
}

.breadcrumb-item-first{
	padding-left: 10px;
}

.marquee {
    width: 100%;
	white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 25s linear infinite;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}


.header-top-widgets{
			background:#132c34;
			text-align:center;
			padding-top:5px;
			padding-right:0px;
			padding-bottom:5px;
			padding-left:0px;
			margin-top:0px !important;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.header-top-widgets-link{
			color:#ffffff;
			font-size:1rem;
			font-weight:normal;
		}

		.header-top-widgets-link:hover{
			color:#ffffff;
		}

		.header-top{
			background:#ffffff;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			padding-top:0px;
			padding-right:auto;
			padding-bottom:0px;
			padding-left:auto;
			margin-top:0px;
			margin-right:auto;
			margin-bottom:0px;
			margin-left:auto;
			box-shadow:0px 0px 0px #fafafa;
		}

		.header-top-content-middle{
			max-width:auto;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			box-shadow:0px 0px 0px #fafafa;
		}

		.header-top-left{
			font-size:0.85rem;
			text-align:left;
			width:auto;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:0px;
			border-top-right-radius:0px;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
			padding-top:8px;
			padding-right:2px;
			padding-bottom:8px;
			padding-left:2px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.header-top-right{
			font-size:0.75rem;
			width:auto;
			padding-top:8px;
			padding-right:0px;
			padding-bottom:8px;
			padding-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.header-top-blog-text{
			color:#002138;
			font-size:0.75rem;
		}

		.header-top-blog-text:hover{
			color:#000000;
		}

		.header-top-account-text{
			color:#002138;
			font-size:0.75rem;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:10px;
		}

		.header-top-account-text:hover{
			color:#000000;
		}

		.ust-menu-custom-icon{
			height:15px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
		}

		.header-top-right-texts{
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
		}

		.header-top-tel-text{
			color:#002138;
			font-size:0.85rem;
			padding-left:10px;
		}

		.header-top-tel-text:hover{
			color:#000000;
		}

		.header-top-email-text{
			color:#002138;
			font-size:0.85rem;
			padding-left:10px;
		}

		.header-top-email-text:hover{
			color:#000000;
		}

		.header-top-whatsapp-text{
			color:#eeeeee;
			font-size:0.85rem;
			padding-left:10px;
		}

		.header-top-whatsapp-text:hover{
			color:#eeeeee;
		}

		.header-top-price{
			font-size:0.85rem;
			padding-top:2px;
			position:relative;
		}

		.default-price{
			position:relative;
			z-index:9999;
			background:#f1f1f1;
			color:#ffffff;
			font-size:0.9em;
			font-weight:normal;
			width:auto;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#000000;
			border-style:solid;
			border-top-left-radius:3px !important;
			border-top-right-radius:3px !important;
			border-bottom-left-radius:3px !important;
			border-bottom-right-radius:3px !important;
			padding-top:0px;
			padding-right:7px;
			padding-bottom:0px;
			padding-left:7px;
			cursor:pointer;
			box-shadow:0px 0px 0px #fafafa;
		}

		.price-drop{
			display:none;
			position:absolute;
			z-index:99999;
			background:#f1f1f1;
			width:150px;
			top:20px;
			right:auto;
			bottom:auto;
			left:0px;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:0px !important;
			border-top-right-radius:5px !important;
			border-bottom-left-radius:5px !important;
			border-bottom-right-radius:5px !important;
			padding-top:5px;
			padding-right:5px;
			padding-bottom:5px;
			padding-left:5px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.header-top-price:hover .price-drop{
			display:flex;
		}

		.header-top-price-item{
			padding-top:7px;
			padding-right:7px;
			padding-bottom:7px;
			padding-left:7px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.header-top-price-text{
			color:#002138;
			font-size:0.85rem;
		}

		.header-top-price-text:hover{
			color:#000000;
		}

		.header-top-cart-text{
			color:#002138;
			font-size:0.75rem;
			padding-left:10px;
		}

		.header-top-cart-text:hover{
			color:#000000;
		}

		.header-top-user-text{
			color:#002138;
			font-size:0.75rem;
			padding-left:10px;
		}

		.header-top-user-text:hover{
			color:#000000;
		}

		.header-search-box{
			order:0;
			width:none;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
		}

		.header-logo-box{
			order:0;
			width:none;
		}

		.header-sepet-box{
			order:2;
			width:auto;
			margin-top:auto;
			margin-right:0px;
			margin-left:auto;
			margin-bottom:auto;
			padding-top:0px;
			padding-right:auto;
			padding-bottom:0px;
			padding-left:auto;
		}

		.header-search{
			position:relative;
			width:100%;
			padding-top:30px;
			padding-right:0px;
			padding-bottom:25px;
			padding-left:1px;
		}

		.dynamicSearchResultWindow{
			display:none;
			position:fixed;
			z-index:9999;
			width:100%;
			height:100%;
			top:0px;
			left:0px;
		}

		.dynamicSearchResult{
			display:none;
			position:absolute;
			z-index:99999;
			background:#ffffff;
			width:480px;
			top:auto;
			right:auto;
			bottom:auto;
			left:0px;
			padding-top:0px;
			padding-right:7px;
			padding-bottom:7px;
			padding-left:7px;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-right-radius:10px !important;
			border-top-left-radius:10px !important;
			border-bottom-right-radius:10px !important;
			border-bottom-left-radius:10px !important;
			box-shadow:0px 0px 0px #fafafa;
		}

		.dynamicSearchResult-line{
			background:#ffffff;
			color:#222222;
			font-size:0.7rem;
			padding-top:3px;
			padding-right:3px;
			padding-bottom:3px;
			padding-left:3px;
			border-top:0px;
			border-right:0px;
			border-bottom:1px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
		}

		.dynamicSearchResult-line:hover{
			background:#fafafa;
			color:#555555;
		}

		.dynamicSearchResult-line-img{
			max-height:30px;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			border-top:0px;
			border-right:0px;
			border-bottom:1px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-right-radius:0px;
			border-top-left-radius:0px;
			border-bottom-right-radius:0px;
			border-bottom-left-radius:0px;
		}

		.header-search-input{
			background:#ffffff;
			font-size:1rem;
			border-top-left-radius:10px !important;
			border-bottom-left-radius:10px !important;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#d6d6d6;
			border-style:solid;
			padding-top:9px;
			padding-right:12px;
			padding-bottom:9px;
			padding-left:12px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.header-search-button{
			width:65px;
			background:#d16015;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			border-top-right-radius:10px !important;
			border-bottom-right-radius:10px !important;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			padding-top:4px;
			padding-right:12px;
			padding-bottom:6px;
			padding-left:12px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.header-search-button-down{
			width:auto;
			background:#ffffff;
			border-top-right-radius:5px !important;
			border-bottom-right-radius:5px !important;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#d6d6d6;
			border-style:solid;
			padding-top:6px;
			padding-right:12px;
			padding-bottom:6px;
			padding-left:12px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.header-search-icon::before{
			content:'\f52a';
			color:#ffffff;
			font-size:1rem;
		}

		.header-search-down{
			display:none;
			width:85%;
			margin-top:10px;
			margin-bottom:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.header-search-button-icon::before{
			content:'\f52a';
			color:#000000;
			font-size:1.2em;
		}

		.header-logo{
			text-align:center;
			padding-top:12px;
			padding-right:0px;
			padding-bottom:12px;
			padding-left:0px;
		}

		.header-logo-image{
			height:80px;
			margin:auto;
		}

		.header-sepet{
			width:auto;
			text-align:right;
			padding-top:25px;
			padding-right:0px;
			padding-bottom:25px;
			padding-left:0px;
		}

		.header-sepet-link{
			background:#ffffff;
			color:#222222;
			font-size:1rem;
			font-weight:normal;
			text-decoration:none;
			width:auto;
			border:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:3px;
			border-top-right-radius:3px;
			border-bottom-left-radius:3px;
			border-bottom-right-radius:3px;
			padding-top:7px;
			padding-right:10px;
			padding-bottom:7px;
			padding-left:10px;
			float:right;
			box-shadow:0px 0px 0px #fafafa;
		}

		.header-sepet-link:hover{
			background:#ffffff;
			color:#000000;
		}

		.header-sepet-count{
			background:#d16015;
			color:#ffffff;
			font-size:0.7rem;
			text-align:center;
			width:17px;
			height:17px;
			border:0px;
			border-color:#ffffff;
			border-style:solid;
			border-radius:30px;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:5px;
			margin-top:0px;
			margin-right:auto;
			margin-bottom:auto;
			margin-left:30px !important;
			position:absolute;
			z-index:9;
			top:0px;
			right:auto;
			left:0px;
			bottom:auto;
		}

		.header-hesabim{
			width:auto;
			text-align:right;
			padding-top:25px;
			padding-right:10px;
			padding-bottom:25px;
			padding-left:0px;
			position:relative;
		}

		.header-hesabim-link{
			background:#ffffff;
			color:#000000;
			font-size:1rem;
			font-weight:normal;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:3px;
			border-top-right-radius:3px;
			border-bottom-left-radius:3px;
			border-bottom-right-radius:3px;
			padding-top:7px;
			padding-right:5px;
			padding-bottom:7px;
			padding-left:12px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.header-hesabim-link:hover{
			background:#fafafa;
			color:#000000;
		}

		.header-hesabim:hover .header-hesabim-drop{
			display:block;
		}

		.header-hesabim-drop{
			display:none;
			position:absolute;
			z-index:99999;
			background:#ffffff;
			color:#000000;
			width:200px;
			right:10px;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:3px;
			border-top-right-radius:3px;
			border-bottom-left-radius:3px;
			border-bottom-right-radius:3px;
			padding-top:7px;
			padding-right:10px;
			padding-bottom:7px;
			padding-left:10px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.header-hesabim-drop-link{
			background:#eeeff4;
			color:#000000;
			font-size:1rem;
			text-align:center;
			border-top-left-radius:3px;
			border-top-right-radius:3px;
			border-bottom-left-radius:3px;
			border-bottom-right-radius:3px;
			padding-top:7px;
			padding-right:10px;
			padding-bottom:7px;
			padding-left:10px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:5px;
			margin-left:0px;
		}

		.header-hesabim-drop-link:hover{
			background:#eeeff4;
			color:#000000;
			width:100%;
		}

		.orta-bant-kargo-takip{
			width:auto;
			text-align:right;
			padding-top:25px;
			padding-right:10px;
			padding-bottom:25px;
			padding-left:0px;
			position:relative;
		}

		.orta-bant-kargo-takip-link{
			background:#ffffff;
			color:#000000;
			font-size:1rem;
			font-weight:normal;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:3px;
			border-top-right-radius:3px;
			border-bottom-left-radius:3px;
			border-bottom-right-radius:3px;
			padding-top:7px;
			padding-right:5px;
			padding-bottom:7px;
			padding-left:15px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.orta-bant-kargo-takip-link:hover{
			background:#fafafa;
			color:#000000;
		}

		.orta-bant-favoriler{
			width:auto;
			text-align:center;
			padding-top:25px;
			padding-right:10px;
			padding-bottom:25px;
			padding-left:0px;
			position:relative;
		}

		.orta-bant-favoriler-link{
			background:#ffffff;
			color:#000000;
			font-size:1rem;
			font-weight:normal;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:3px;
			border-top-right-radius:3px;
			border-bottom-left-radius:3px;
			border-bottom-right-radius:3px;
			padding-top:7px;
			padding-right:5px;
			padding-bottom:7px;
			padding-left:10px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.orta-bant-favoriler-link:hover{
			background:#fafafa;
			color:#000000;
		}

		.header-content{
			background:#ffffff;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.header-content-middle{
			max-width:auto;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			padding-top:auto;
			padding-right:auto;
			padding-bottom:auto;
			padding-left:auto;
			margin-top:0px;
			margin-right:auto;
			margin-bottom:0px;
			margin-left:auto;
			box-shadow:0px 0px 0px #fafafa;
		}

		.header-menu-navbar{
			background:#f1f1f1;
			width:auto;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d16015;
			border-style:solid;
			padding-top:10px;
			padding-right:auto;
			padding-bottom:auto;
			padding-left:auto;
			box-shadow:0px 0px 0px #fafafa;
		}

		.header-menu-navbar-in{
			background:#f1f1f1;
			max-width:auto;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			box-shadow:0px 0px 0px #fafafa;
		}

		.header-menu-navbar-content{
			display:flex;
			position:relative;
			z-index:9999;
			background:#f1f1f1;
			max-width:auto;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:0px !important;
			border-top-right-radius:0px !important;
			border-bottom-left-radius:0px !important;
			border-bottom-right-radius:0px !important;
			box-shadow:0px 0px 0px #fafafa;
		}

		.navbar-list{
			background:#f1f1f1;
			width:auto;
			text-align:center;
			list-style-type:none;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:0px !important;
			border-top-right-radius:0px !important;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-left:auto;
			margin-right:auto;
			box-shadow:0px 0px 0px #fafafa;
		}

		.navbar-items{
			background:#f1f1f1;
			color:#002138;
			font-size:1rem;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#e4e4e4;
			border-style:solid;
			border-top-left-radius:7px !important;
			border-top-right-radius:7px !important;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
			padding-top:12px;
			padding-right:7px;
			padding-bottom:12px;
			padding-left:7px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.navbar-items:hover{
			background:#d16015;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#e4e4e4;
			border-style:solid;
		}

		.navbar-items:hover .navbar-drop{
			display:block;
		}

		.navbar-items-link{
			text-decoration:none;
			color:#000000;
			font-size:1rem;
			font-weight:bold;
		}

		.navbar-items:hover .navbar-items-link{
			color:#ffffff;
			font-weight:normal;
			text-decoration:none;
		}

		.navbar-items-symbol{
			max-width:40px;
			max-height:auto;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:0px;
			border-top-right-radius:0px;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
		}

		.navbar-drop{
			display:none;
			position:absolute;
			z-index:999;
			background:#e91f64;
			width:100%;
			top:auto;
			left:0px;
			right:0px;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#999999;
			border-style:solid;
			border-top-left-radius:0px !important;
			border-top-right-radius:0px;
			border-bottom-left-radius:20px !important;
			border-bottom-right-radius:20px !important;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:10px !important;
			margin-right:auto;
			margin-bottom:auto;
			margin-left:auto;
			box-shadow:0px 0px 0px #fafafa;
		}

		.navbar-drop-column{
			text-align:left;
			width:25%;
			padding:10px;
			float:left;
		}

		.navbar-drop-column-picture{
			margin-top:10px;
			margin-bottom:10px;
		}

		.navbar-drop-column-title{
			border-top:0px;
			border-right:0px;
			border-bottom:2px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			padding-top:6px;
			padding-right:0px;
			padding-bottom:6px;
			padding-left:0px;
		}

		.navbar-drop-column-title-a{
			color:#ffffff;
			font-weight:normal;
			font-size:0.9rem;
		}

		.navbar-drop-column-title-a:hover{
			color:#ebebeb;
		}

		.navbar-drop-column-link{
			padding-top:2px;
			padding-right:0px;
			padding-bottom:2px;
			padding-left:0px;
		}

		.navbar-drop-column-link-a{
			color:#ffffff;
			font-size:0.9rem;
		}

		.navbar-drop-column-link-a:hover{
			color:#e3e3e3;
		}

		.navbar-items-all-categories-box{
			width:23%;
			margin-top:auto;
			margin-right:auto;
			margin-bottom:auto;
			margin-left:auto;
		}

		.navbar-items-all-categories-button{
			position:relative;
			background:#4992b9;
			width:100%;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:0px;
			border-top-right-radius:0px;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
			padding-top:12px;
			padding-right:15px;
			padding-bottom:12px;
			padding-left:15px;
			margin-top:auto;
			margin-right:auto;
			margin-bottom:auto;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.navbar-items-all-categories-button:hover{
			background:#4992b9;
		}

		.navbar-items-all-categories-button:hover .content-menu-left-top-all-categories-drop{
			display:block;
		}

		.navbar-items-all-categories-button-link{
			color:#ffffff;
			font-size:1rem;
			font-weight:normal;
			cursor:pointer;
		}

		.navbar-items-all-categories-button-link:hover{
			color:#ffffff;
		}

		.content-menu-left-top-all-categories-drop{
			display:none;
			position:absolute;
			background:#ffffff;
			width:100%;
			top:auto;
			left:0px;
			overflow:visible !important;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:0px;
			border-top-right-radius:0px;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:auto;
			margin-right:auto;
			margin-bottom:auto;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		#hemenalsuccess{
			display:none;
		}

		.hemenalpopup{
			float:right;
			position:fixed;
			z-index:999999;
			background:#ffffff;
			width:30%;
			height:100%;
			max-height:100%;
			top:0px;
			right:0px;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:5px;
			border-color:#ea2e48;
			border-style:solid;
			box-sizing:border-box;
			padding:10px;
			overflow:auto;
		}

		.hemenalpopupline{
			float:left;
			width:100%;
			box-sizing:border-box;
		}

		.hemenalpopupline-img{
			box-sizing:border-box;
			text-align:center;
			padding:5px;
		}

		.hemenalpopupline-img img{
			max-width:100%;
			max-height:70px;
			margin:auto;
			box-sizing:border-box;
		}

		.hemenalpopupline-right{
			padding:5px;
		}

		.hemenalpopupline-title{
			box-sizing:border-box;
			color:#000;
			font-size:1.3em;
			padding-bottom:5px;
		}

		.hemenalpopupline-adet{
			color:#000;
			font-size:1.1em;
		}

		.hemenalpopupline-price{
			color:#000;
			font-size:1.1em;
		}

		.hemenalpopupline-sepet-button{
			background:#ea2e49;
			color:#ffffff;
			text-align:center;
			height:40px;
			border-radius:3px;
			margin-top:10px;
			line-height:40px;
			vertical-align:middle;
			box-sizing:border-box;
		}

		.hemenalpopupline-sepet-button:hover{
			color:#ffffff;
		}

		.hemenalpopupline-adress-button{
			background:#52d017;
			color:#ffffff;
			text-align:center;
			height:40px;
			line-height:40px;
			vertical-align:middle;
			box-sizing:border-box;
			border-radius:3px;
			margin-top:10px;
		}

		.hemenalpopupline-adress-button:hover{
			color:#ffffff;
		}

		.success{
			color:#000000;
			border-top:2px;
			border-right:2px;
			border-bottom:2px;
			border-left:2px;
			border-color:#3c8dbc;
			border-style:solid;
			border-top-left-radius:0px;
			border-top-right-radius:0px;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
			padding-top:15px;
			padding-right:15px;
			padding-bottom:15px;
			padding-left:30px;
			margin-top:20px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
		}

		.no-results{
			color:#000000;
			border-top:2px;
			border-right:2px;
			border-bottom:2px;
			border-left:2px;
			border-color:#000000;
			border-style:solid;
			border-top-left-radius:0px;
			border-top-right-radius:0px;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
			padding-top:15px;
			padding-right:15px;
			padding-bottom:15px;
			padding-left:30px;
			margin-top:20px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
		}

		.content-menu-left-box{
			padding-top:auto;
			padding-right:auto;
			padding-bottom:auto;
			padding-left:auto;
			margin-top:auto;
			margin-right:auto;
			margin-bottom:auto;
			margin-left:auto;
		}

		.content-menu-left{
			background:#ffffff;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#dbdbdb;
			border-style:solid;
			border-top-left-radius:0px;
			border-top-right-radius:0px;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			line-height:22px;
			vertical-align:middle;
			box-shadow:0px 0px 0px #fafafa;
		}

		.content-menu-left-button-menu{
			padding:0px;
			position:relative;
		}

		.content-menu-left-button{
			background:#ffffff;
			color:#222222;
			font-size:1rem;
			font-weight:normal;
			border-top:0px;
			border-right:0px;
			border-bottom:1px;
			border-left:0px;
			border-color:#dbdbdb;
			border-style:solid;
			border-top-left-radius:0px;
			border-top-right-radius:0px;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
			padding-top:7px;
			padding-right:7px;
			padding-bottom:7px;
			padding-left:7px;
			position:relative;
			z-index:999;
			display:flex;
			box-shadow:0px 0px 0px #fafafa;
		}

		.content-menu-left-button:hover{
			background:#fafafa;
			color:#00a65a;
			border-top:0px;
			border-right:0px;
			border-bottom:1px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
		}

		.content-menu-drop{
			background:#fafafa;
			display:none;
			width:650px;
			position:absolute;
			z-index:99999;
			top:0px;
			right:-649px;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:0px;
			border-top-right-radius:0px;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.content-menu-left-button-menu:hover .content-menu-drop{
			display:flex;
		}

		.content-menu-drop-item{
			padding-top:10px;
			padding-right:10px;
			padding-bottom:10px;
			padding-left:10px;
		}

		.content-menu-drop-item-in{
			background:#ffffff;
			text-align:center;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:0px;
			border-top-right-radius:0px;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			height:150px;
			position:relative;
		}

		.content-menu-drop-item-img{
			max-width:100%;
			max-height:100px;
			padding-top:5px;
			padding-right:5px;
			padding-bottom:5px;
			padding-left:5px;
			margin-top:auto;
			margin-right:auto;
			margin-bottom:auto;
			margin-left:auto;
		}

		.content-menu-drop-item-title{
			position:absolute;
			color:#252525;
			font-size:0.8em;
			font-weight:normal;
			text-align:center;
			left:0px;
			bottom:5px;
		}

		.content-menu-drop-item-title:hover{
			color:#252525;
		}

		.lang-box{
			position:relative;
		}

		.default-lang{
			position:relative;
			z-index:9999;
			background:#ffffff;
			color:#000000;
			font-size:0.9em;
			font-weight:normal;
			width:auto;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#000000;
			border-style:solid;
			border-top-left-radius:0px;
			border-top-right-radius:0px;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
			padding-top:0px;
			padding-right:7px;
			padding-bottom:0px;
			padding-left:7px;
			cursor:pointer;
			box-shadow:0px 0px 0px #fafafa;
		}

		.lang-drop{
			display:none;
			position:absolute;
			z-index:99999;
			background:#ffffff;
			width:150px;
			top:19px;
			right:10px;
			bottom:auto;
			left:auto;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:0px;
			border-top-right-radius:0px;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.lang-list{
			background:#ffffff;
			color:#000000;
			font-size:1rem;
			font-weight:normal;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			padding-top:4px;
			padding-right:4px;
			padding-bottom:4px;
			padding-left:4px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.lang-list:hover{
			background:#ffffff;
			color:#555555;
		}

		.lang-box:hover .lang-drop{
			display:flex;
		}

		.content-menu-left-button-arrow::before{
			content:'\F231';
			color:#000000;
			font-size:1rem;
		}

		.header-top-tel-icon::before{
			content:'\f413';
			color:#002138;
			font-size:1.4rem;
		}

		.header-top-email-icon::before{
			content:'\F32C';
			color:#002138;
			font-size:1.3em;
		}

		.header-top-whatsapp-icon::before{
			content:'\F618';
			color:#f2f2f2;
			font-size:1.3em;
		}

		.header-top-cargo-icon::before{
			content:'\F5EA';
			color:#002138;
			font-size:0.9rem;
		}

		.header-top-account-icon::before{
			content:'\F4D7';
			color:#002138;
			font-size:0.9rem;
		}

		.header-top-cart-icon::before{
			content:'\F174';
			color:#002138;
			font-size:0.9rem;
		}

		.header-top-logout-icon::before{
			content:'\F1C3';
			color:#f2f2f2;
			font-size:1.1rem;
		}

		.header-top-user-icon::before{
			content:'\F4DA';
			color:#002138;
			font-size:0.9rem;
		}

		.header-sepet-icon::before{
			content:'\F23D';
			font-size:1.7rem;
			color:#002138;
		}

		.navbar-down-icon::before{
			content:'\F229';
			color:#e91f64;
			font-size:0.6em;
		}

		.hemenalpopupline-close::before{
			content:'\F1C3';
			color:#ea2e49;
			font-size:2rem;
		}

		.note-ikon::before{
			content:'\F333';
			color:#000000;
			font-size:1.5rem;
		}

		.tick-ikon::before{
			content:'\F26B';
			color:#000000;
			font-size:1.5rem;
		}

		.close-ikon::before{
			content:'\F659';
			color:#000000;
		}

		.navbar-items-all-categories-button-icon::before{
			content:'\F479';
			color:#ffffff;
			font-size:1.5rem;
			padding-top:0px;
			padding-right:5px;
			padding-bottom:0px;
			padding-left:0px;
		}

		.header-hesabim-icon::before{
			content:'\f4e1';
			color:#002138;
			font-size:1.9rem;
		}

		.header-top-favori-icon::before{
			content:'\F415';
			color:#002138;
			font-size:0.8rem;
		}

		.header-orta-bant-favoriler-icon::before{
			content:'\F415';
			color:#002138;
			font-size:1.7rem;
		}

		.header-orta-bant-cargo-icon::before{
			content:'\F5EA';
			color:#000000;
			font-size:1.1rem;
		}

		.slider-next-icon::before{
			content:'\F136';
			color:#000000;
			font-size:2.5rem;
		}

		.slider-prev-icon::before{
			content:'\F12D';
			color:#000000;
			font-size:2.5rem;
		}

		.slick-prev::before{
			content:'\F27A' !important;
			color:#000000;
			font-size:2.5rem !important;
		}

		.slick-next::before{
			content:'\F27B' !important;
			color:#000000;
			font-size:2.5rem !important;
		}

		.slideImg{
			border-top-left-radius:0px;
			border-top-right-radius:0px;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
		}

		.slideFull{
			margin-top:0px;
		}

		.content-background{
			background:#ffffff;
		}

		.otomotivCerceve{
			background:#ffffff;
			width:100%;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#eeeff4;
			border-style:solid;
			border-top-left-radius:5px;
			border-top-right-radius:5px;
			border-bottom-left-radius:5px;
			border-bottom-right-radius:5px;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:10px;
			margin-right:auto;
			margin-bottom:10px;
			margin-left:auto;
			box-shadow:0px 0px 10px #d6d6d6;
		}

		.otomotivSelectBox{
			background:#ffffff;
			width:100%;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:5px;
			border-top-right-radius:5px;
			border-bottom-left-radius:5px;
			border-bottom-right-radius:5px;
			padding-top:8px;
			padding-right:8px;
			padding-bottom:8px;
			padding-left:8px;
			margin-top:10px;
			margin-right:auto;
			margin-bottom:10px;
			margin-left:auto;
			box-shadow:0px 0px 0px #fafafa;
			cursor:pointer;
		}

		.otomotivSearchButton{
			background:#198754;
			color:#ffffff;
			text-decoration:center;
			width:auto;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:5px;
			border-top-right-radius:5px;
			border-bottom-left-radius:5px;
			border-bottom-right-radius:5px;
			padding-top:5px;
			padding-right:15px;
			padding-bottom:5px;
			padding-left:15px;
			margin-top:10px;
			margin-right:auto;
			margin-bottom:10px;
			margin-left:auto;
			box-shadow:0px 0px 0px #fafafa;
			cursor:pointer;
		}

		.otomotivSearchButton:hover{
			background:#198754;
			color:#ffffff;
			width:auto;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#d6d6d6;
			border-style:solid;
			box-shadow:0px 0px 10px #d6d6d6;
		}

		
/* slider */

/*
.slider-yan-iki-banner {
	height: 635px;
}

.slider-yan-iki-banner-sag { height: 290px; }
.slider-yan-iki-banner-alt-iki-banner { height: 553px; }
.slider-yan-iki-banner-alt-iki-banner-sag { height: 424px; }
.slider-yan-iki-banner-tek-gorsel-sag { height: 635px; }
*/

#window-product{
    z-index: 9999999;
    }

/* slider son */
.anasayfa-desc &gt; p {word-wrap: break-word !important;}
/* img{max-width: 100%; height: auto !important;} */
#window{z-index: 999999 !important;}
.mobile-header-row{ width: 100%;    margin: auto;  } 
.slick-next{  right:5px !important;  }
.slick-prev{ left: -20px !important; }

.popup-detail img{max-width:100% !important; height:auto !important;}
.popup-detail iframe{max-width:100% !important; height:auto !important;}


/* Blog tekil */
.popup-container{max-width:50%;}
.popup-image img{max-width:100% !important; height:auto !important;}
.btn-close {  background-color: #fff !important;  opacity: 1 !important;}

.blog { position: relative; height: 410px; }
.blog-img-box {
	padding: 0px; 
	margin: auto; 
	height: 170px; 
	line-height: 242px; 
	overflow: hidden; 
	text-align: center; 
	position: relative; 
	display:flex;
    align-items:center;
}

.blog-img {
	padding: 0px;
	max-width: 100%;
	max-height: 164px;
}

.blog-bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 240px;
	padding: 12px;
}

.blog-title {
	font-size: 1em;
	font-weight: bold;
	padding: 15px 0px 15px 0px;
	color: #252525;
}

.blog-title:hover{
	color: #000;
}
.blog-desc {
	font-size: 0.9em;
	padding: 15px 0px 15px 0px;
	overflow: hidden;
}

.blog-right-line:hover {
	background: #eeeff4;
}

/* Blog Son tekil son */

/* Marka Listesi */

.marka{padding:7px}
.marka-in{transform:scale(0.98);transition:all .2s linear;height:110px;overflow:hidden;display:flex;align-items:center;box-shadow:0 0 10px 0 #ccc;border-radius:10px;justify-content:center;padding:5px;filter:saturate(0.0)}
.marka-in:hover{transform:scale(1.02);box-shadow:0 0 10px 0 #505050;filter:saturate(1.0)}
.marka-in a{color:#252525;width:100%;padding:10px}
.marka-img{padding:0;max-width:100%;max-height:120px}

.subcategory{
	padding:10px
}
.subcategory-in{
	/*height:130px;*/
	overflow:hidden;
	border-radius:3px;
	text-align: center;
	}

.subcategory-in a{
	color:#252525;
	}

/* Marka Listesi Son */

/* Kampanya Listesi */

.kampanya { margin-bottom: 30px; }
.kampanya-img { }
.kampanya-desc { }
.kampanya-saat::before {
	content:"\F102";
	color: #000;
	font-size: 2em;
	margin-top: 10px;
}
.kampanya-title { font-size: 1.4em; font-style: italic; padding: 0px 0px 0px 15px; }
.kampanya-desc-desc { padding: 15px 0px 0px 15px; font-style: italic; }
.kampanya-button { font-size: 1.5em; margin-top: 25px; }

/* Kampanya Listesi son */

/* Pages */

.pages-left{
	
}

.pages-form-text {
	color: #000;
	font-weight: bold; 
}

.pages-form-box {
	border: 1px #ddd solid;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.pages-document-in {
	height: 150px;
	overflow: hidden;
	display:flex;
	align-items:center;
	justify-content:center;
}

.pages-document-img {
	padding: 0px;
	width: auto;
	max-height: 120px;
}

/* Pages Son */


/* Adres */

.adress-form {
	border: 1px #d6d6d6 solid;
	font-size: 0.9rem;
	padding: 15px;
}

.adress-satir{
	padding: 7.5px 0px 7.5px 0px;
}

.adress-form-title {
	color: #252525;
	font-size: 2.2em;
	padding-left: 0px;
	padding-top: 0px;
}

.adress-text {
	padding-top: 7px; padding-bottom: 7px;
}

.adress-input {
	padding-top: 5px;
	padding-bottom: 5px;
}

.adres-teslimat-anabaslik{
	background: #3c8dbc;
	color: #fff;
	width: 100%;
	padding: 15px;
	display: flex;
	border-radius: 5px;
}

.adres-teslimat-anabaslik:hover{
	color: #fff;
}

.adress-ek-butonlar{
	border-radius: 5px;
	border: 1px #d6d6d6 solid;
	padding: 15px;
	display: flex;
}

/* Adres Son */

/* Ã–deme SayfasÄ± */

.odeme-secim-aktif {
	font-size: 1.2em;
	color: #fff;
	border-radius: 0px;
}

.odeme-left {
	border: 4px #fd5929 solid;
}

.odeme-secim-aktif:hover{
	color: #fff;
}

.odeme-secim-pasif {
	font-size: 1.2em;
	background: #fafafa;
	color: #999;
	border-radius: 0px;
}

.odeme-secim-pasif:hover{
	color: #999;
}

.odeme-right-box {
	padding-top: 0px;
}

.odeme-right {
	background: #fff;
	border: 1px #d6d6d6 solid;
	margin-bottom: 20px;
	padding: 15px;
	font-size: 0.9em;
}

.odeme-right-title {
	font-size: 1.1em; 
	color: #000;
	border-bottom: 1px #d6d6d6 solid;
	padding: 0px 0px 7px 0px;
}

.odeme-right-detail {
	padding: 7px 0px 7px 0px;
	margin-bottom: 20px;
}

.odeme-button {
	background: green;
	border-radius: 5px;
	font-size: 1.3em;
	margin-top: 20px;
}

.odeme-cart-line {
	border-bottom: 1px #eeeff4 solid;
	font-size: 0.9em;
}

.odeme-cart-img {
	height: 22px;
	margin: 5px 2px 0px 0px;
}

.odeme-taksit-line {
	border-bottom: 1px #eeeff4 solid;
	padding: 5px 0px 5px 0px;
}

.odeme-baslik-taksit {
	padding: 2px;
	font-size: 0.9em;
}

.card-cerceve {
	background: #fafafa;
	border-left: 1px #eeeff4 solid;
	border-right: 1px #eeeff4 solid;
}

.card-box {
	padding: 15px;
	box-shadow: 1px 2px 3px #999;
	background: #fff;
}

.card-box-title {
	font-size: 1em;
	padding-left: 0px;
}

.card-input {
	height: 40px;
	border: 1px #cbc9ce solid;
	background: #e8e6eb;
	color: #7b797c;
	font-size: 1em;
	border-radius: 0px;
	margin-bottom: 10px;
}

.card-button {
	background: #3c8dbc;
	width: 100%;
	font-size: 1.2em;
}

/* Ã–deme SayfasÄ± Son */

/* Login */

.login-cerceve {
	background: #fafafa;
	border-left: 1px #eeeff4 solid;
	border-right: 1px #eeeff4 solid;
	padding: 15px;
}

.login-box {
	box-shadow: 1px 2px 3px #999;
	background: #fff;
	padding: 15px;
}

.login-box-title {
	font-size: 1.4em;
	text-align: center;
	padding-top: 0px;
}

.login-input{
	
}

.login-button {
	background: #3c8dbc;
}

.login-facebook-button {
	background: #2a6194;
}

.register-thanks-box {
	text-align: center;
}

/* Login Son */

/* HesabÄ±m */

.account-right {
	border: 1px #eeeff4 solid;
	margin-top: 20px;
}

.account-title {
	padding-left: 0px;
	font-size: 1.4em;
	color: #fd5929;
}

.account-left-line {
	color: #777;
	border-bottom: 1px #eeeff4 solid;
}

.account-left-line:hover{
	color: #000;
}

.hesap-left-ikon::before {
	content:"\F27B";
	color: #000;
}

/* HesabÄ±m Son */

/* SipariÅŸlerim */

.account-step-title {
	color: #3c8dbc !important;
	font-size: 1.2rem;
}

.account-step-line {
	color: #000;
}

.account-step-line:hover{
	color: #222;
}

.kargo-takip-link{
	color: #fff;
	text-align: center;
}

.kargo-takip-link:hover{
	color: #fff;
}

.account-step-list {
	border-bottom: 1px #ebebeb solid;
	padding: 5px 0px 5px 0px;
}

.account-right-siparislerim{
	font-size: 0.9em;
	border: 1px #eeeff4 solid;
	margin-top: 20px;
}


/* SipariÅŸlerim Son */

/* Blog */

.blog-right-title { font-size: 1.6em; color: #000; }
.blog-right-line { color: #777; border-bottom: 1px #eeeff4 solid; }
.blog-right-line:hover { background: #eeeff4; color: #000; }

/* Blog Son */

.pr-total-starbox-left{
	box-sizing:border-box;
}

.pr-total-starbox-avg-text{
	box-sizing:border-box;
	font-size:3.15em;
}
.pr-total-starbox-right{
	box-sizing:border-box;
	padding: 0 10px;
}
.pr-total-starbox-avg-star{

    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
	padding: 0px;
	margin: 0px;
}

.avg-star-active{ 
    color:#ffc700;
}
.rate {
	box-sizing:border-box;
    height: 46px;
    padding: 0 0px;
}
.rate:not(:checked) &gt; input {
    position:absolute;
    top:-9999px;
	visibility: hidden;
}
.rate:not(:checked) &gt; label {
	width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) &gt; label:before {
    content: 'â˜… ';
}
.rate &gt; input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) &gt; label:hover,
.rate:not(:checked) &gt; label:hover ~ label {
    color: #ffc700;  
}
.rate &gt; input:checked + label:hover,
.rate &gt; input:checked + label:hover ~ label,
.rate &gt; input:checked ~ label:hover,
.rate &gt; input:checked ~ label:hover ~ label,
.rate &gt; label:hover ~ input:checked ~ label {
    color: #ffc700;
}



.urun-list{
			outline:none;
			padding-top:15px;
			padding-right:5px;
			padding-bottom:0px;
			padding-left:5px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-slick{
			outline:none;
			padding:10px;
		}

		.urun{
			position:relative;
			background:#ffffff00;
			height:660px;
			text-align:center;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#fafafa;
			border-style:solid;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun:hover{
			background:#ffffff00;
			height:660px;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#eeeff4;
			border-style:solid;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-img-second{
			display:none !important;
		}

		.urun:hover .urun-img-first{
			display:none;
		}

		.urun:hover .urun-img-second{
			display:block !important;
		}

		.urun-tukendi{
			position:absolute;
			z-index:999;
			background:#000000;
			color:#ffffff;
			font-size:0.7em;
			text-align:center;
			width:50%;
			height:30px;
			top:0px;
			left:0px;
			right:0px;
			bottom:0px;
			border-top:2px;
			border-right:2px;
			border-bottom:2px;
			border-left:2px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			padding-top:4px;
			padding-right:4px;
			padding-bottom:4px;
			padding-left:4px;
			margin-top:auto;
			margin-right:auto;
			margin-bottom:auto;
			margin-left:auto;
			box-shadow:0px 0px 0px #fafafa;
		}

		.ucretsiz-kargo{
			position:absolute;
			z-index:999;
			background:#000000;
			color:#ffffff;
			text-align:center;
			font-size:0.7em;
			width:auto;
			height:auto;
			top:6px;
			left:6px;
			right:auto;
			bottom:auto;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:3px !important;
			border-bottom-left-radius:3px !important;
			border-top-right-radius:3px !important;
			border-bottom-right-radius:3px !important;
			padding-top:4px;
			padding-right:4px;
			padding-bottom:4px;
			padding-left:4px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.yeni-urun{
			position:absolute;
			z-index:999;
			background:#000000;
			color:#ffffff;
			text-align:center;
			font-size:0.7em;
			width:auto;
			height:auto;
			top:55px;
			left:auto;
			right:5px;
			bottom:auto;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:3px !important;
			border-bottom-left-radius:3px !important;
			border-top-right-radius:3px !important;
			border-bottom-right-radius:3px !important;
			padding-top:4px;
			padding-right:4px;
			padding-bottom:4px;
			padding-left:4px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-indirim{
			position:absolute;
			z-index:999;
			background:#ffffff00;
			color:#000000;
			text-align:center;
			width:50px;
			height:50px;
			font-size:1.2rem;
			font-weight:bold;
			top:2px;
			right:2px;
			bottom:auto;
			left:auto;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#000000;
			border-style:solid;
			border-top-left-radius:60px !important;
			border-bottom-left-radius:60px !important;
			border-top-right-radius:60px !important;
			border-bottom-right-radius:60px !important;
			padding-top:9px;
			padding-right:4px;
			padding-bottom:0px;
			padding-left:4px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-hover-buttons{
			display:none;
			position:absolute;
			z-index:999;
			width:90%;
			height:auto;
			top:auto;
			bottom:5px;
			right:0px;
			left:0px;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:auto;
			margin-right:auto;
			margin-bottom:10px !important;
			margin-left:auto;
			box-shadow:0px 0px 0px #fafafa;
			opacity:1;
		}

		.urun-hover-incele{
			background:#2dbeb0;
			color:#ffffff;
			font-size:1rem;
			font-weight:normal;
			width:100%;
			height:auto;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:3px !important;
			border-bottom-left-radius:3px !important;
			border-top-right-radius:3px !important;
			border-bottom-right-radius:3px !important;
			padding-top:7px;
			padding-right:0px;
			padding-bottom:7px;
			padding-left:0px;
			margin-top:auto;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
			opacity:1;
			float:left;
			cursor:pointer;
		}

		.urun-hover-incele-icon::before{
			content:'\F62C';
			color:#ffffff;
			font-size:1rem;
		}

		.urun-hover-sepeteat{
			background:#393939;
			color:#ffffff;
			font-size:0.8rem;
			font-weight:normal;
			width:50%;
			height:auto;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:3px !important;
			border-bottom-left-radius:3px !important;
			border-top-right-radius:3px !important;
			border-bottom-right-radius:3px !important;
			padding-top:1px;
			padding-right:0px;
			padding-bottom:4px;
			padding-left:0px;
			margin-top:10px;
			margin-right:auto;
			margin-bottom:0px;
			margin-left:auto;
			box-shadow:0px 0px 0px #fafafa;
			opacity:1;
			float:none;
			cursor:pointer;
		}

		.urun-hover-incele:hover{
			background:#219184;
			color:#ffffff;
			opacity:0.8;
		}

		.urun-hover-sepeteat:hover{
			background:#080707;
			color:#ffffff;
			opacity:1;
		}

		.urun:hover .urun-hover-buttons{
			display:block;
		}

		.urun-img-box{
			height:auto;
			overflow:hidden;
			text-align:center;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:0px !important;
			margin-right:auto;
			margin-bottom:auto;
			margin-left:auto;
			box-shadow:0px 0px 0px #fafafa;
			position:relative;
			align-items:center;
			justify-content:center;
			display:flex;
		}

		.urun-img{
			width:auto;
			max-width:auto;
			height:auto;
			max-height:480px;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:auto;
			margin-right:auto;
			margin-bottom:auto;
			margin-left:auto;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-img-change{
			padding:0px;
			margin:auto;
			width:auto;
			max-width:100%;
			height:auto;
			transform:scale(0.99);
			transition:all 0.20s linear;
		}

		.urun:hover .urun-img-change{
			transform:scale(1.15);
			transition:all 0.20s linear;
		}

		.urun-img-change2{
			transition:all 0.20s linear;
		}

		.urun-img-change2:hover{
			transform:scale(1.15);
			transition:all 0.20s linear;
			z-index:999;
		}

		.urun-bottom{
			position:absolute;
			background:#ffffff00;
			height:160px;
			top:auto;
			left:0px;
			right:auto;
			bottom:5px;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-title{
			color:#252525;
			font-size:1em;
			text-align:center;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:10px;
			padding-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-title:hover{
			color:#252525;
			font-size:1em;
		}

		.urun-fiyat1{
			background:#ffffff00;
			color:#777777;
			font-size:0.9rem;
			font-weight:normal;
			text-decoration:line-through !important;
			text-align:center;
			width:100%;
			top:auto;
			left:0px;
			right:auto;
			bottom:75px;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			padding-top:2px;
			padding-right:2px;
			padding-bottom:2px;
			padding-left:2px;
			box-shadow:0px 0px 0px #fafafa;
			position:absolute;
		}

		.urun-fiyat{
			position:absolute;
			background:#ffffff00;
			color:#252525;
			font-size:1rem;
			font-weight:bold;
			text-align:center;
			width:100%;
			top:auto;
			left:auto;
			right:0px;
			bottom:50px;
			padding-top:2px;
			padding-right:2px;
			padding-bottom:2px;
			padding-left:2px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-katalog-sepeteat{
			position:absolute;
			background:#f27a1a;
			color:#ffffff;
			font-size:1rem;
			font-weight:normal;
			text-align:center;
			width:100%;
			top:auto;
			bottom:0px;
			right:auto;
			left:auto;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:3px !important;
			border-bottom-left-radius:3px !important;
			border-top-right-radius:3px !important;
			border-bottom-right-radius:3px !important;
			padding-top:3px;
			padding-right:0px;
			padding-bottom:3px;
			padding-left:0px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
			cursor:pointer;
		}

		.urun-fiyat-sepette{
			position:absolute;
			z-index:999;
			background:#ffffff;
			color:#000000;
			text-align:center;
			font-size:0.7rem;
			width:auto;
			height:auto;
			top:65px;
			left:5px;
			right:auto;
			bottom:auto;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:3px;
			border-bottom-left-radius:3px;
			border-top-right-radius:3px;
			border-bottom-right-radius:3px;
			padding-top:1px;
			padding-right:2px;
			padding-bottom:1px;
			padding-left:2px;
			margin-top:1px;
			margin-right:2px;
			margin-bottom:1px;
			margin-left:2px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-fiyat-sepette-indirim{
			font-size:0.7rem;
			color:#000000;
			font-weight:normal;
			background:#ffffff;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:0px;
			border-bottom-left-radius:0px;
			border-top-right-radius:0px;
			border-bottom-right-radius:0px;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-fiyat-sepette-indirim-rakam{
			font-size:0.7rem;
			color:#000000;
			font-weight:normal;
			background:#ffffff;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:0px;
			border-bottom-left-radius:0px;
			border-top-right-radius:0px;
			border-bottom-right-radius:0px;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-katalog-sepeteat:hover{
			background:#f27a1a;
			color:#ffffff;
		}

		.urun-katalog-sepeteat-icon::before{
			content:'\F23A';
			color:#ffffff;
			font-size:0.8rem;
		}

		.products-right{
			margin-left:auto !important;
		}

		.urunler-detail-band{
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:30px;
			padding-left:0px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:30px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urunler-navigation-band{
			background:#ffffff;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urunler-navigation-left{
			margin-top:15px;
			padding:0px;
		}

		.breadcrumb-item::before{
			content:var(--bs-breadcrumb-divider, '/');
			color:#d6d6d6;
		}

		.breadcrumb-item-a{
			color:#222222;
			text-decoration:none;
		}

		.breadcrumb-item-a:hover{
			color:#000000;
			text-decoration:none;
		}

		.urunler-filtre-right{
			margin-left:auto !important;
			padding:0px;
		}

		.urunler-filtre-input-siralama{
			margin-right:4px;
			cursor:pointer;
		}

		.urunler-filtre-input-tumunu-goster{
			margin-left:auto !important;
			cursor:pointer;
		}

		.urunler-filtre-input-filtre{
			margin-left:auto !important;
			margin-right:5px;
			height:13px;
		}

		#newMenuFiltreOpenActive{
			display:none;
		}

		#newMenuFiltreOpenPasive{
			display:none;
		}

		.urunler-total-band{
			background:#eeeff4;
			color:#222222;
			font-size:1rem;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:3px !important;
			border-bottom-left-radius:3px !important;
			border-top-right-radius:3px !important;
			border-bottom-right-radius:3px !important;
			padding-top:10px;
			padding-right:10px;
			padding-bottom:10px;
			padding-left:10px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urunler-left-in{
			background:#ffffff00;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:15px !important;
			border-bottom-left-radius:15px !important;
			border-top-right-radius:15px !important;
			border-bottom-right-radius:15px !important;
			padding-top:12px;
			padding-right:0px;
			padding-bottom:20px;
			padding-left:0px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:5px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urunler-left-title{
			background:#ffffff00;
			color:#000000;
			font-size:1.4rem;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#dddddd;
			border-style:solid;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			padding-top:10px;
			padding-right:10px;
			padding-bottom:10px;
			padding-left:10px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:5px !important;
			margin-left:0px;
		}

		.urunler-left-box{
			background:#ffffff00;
			max-height:350px;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:0px;
			border-top-right-radius:0px;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:20px;
			padding-left:0px;
			box-shadow:0px 0px 0px #fafafa;
			overflow-x:hidden !important;
			overflow-y:auto;
		}

		.urunler-left-box::-webkit-scrollbar{
			width:7px;
		}

		.urunler-left-box::-webkit-scrollbar-track{
			background:#f1f1f1;
		}

		.urunler-left-box::-webkit-scrollbar-thumb{
			background:#999;
		}

		.urunler-left-box::-webkit-scrollbar-thumb:hover{
			background:#555;
		}

		.urunler-left-line{
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#eeeff4;
			border-style:solid;
			padding-top:5px;
			padding-right:5px;
			padding-bottom:12px;
			padding-left:15px;
			margin-top:10px !important;
			margin-right:0px;
			margin-bottom:10px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urunler-left-line:hover{
			background:#ffffff00;
		}

		.urunler-left-line-a{
			color:#333333;
			font-size:0.9em;
		}

		.urunler-left-line-a:hover{
			color:#222222;
		}

		.urunler-left-line-a-tick::before{
			content:'\F633';
			color:#000000;
		}

		.urunler-left-line-a-down::before{
			content:'\F282';
			color:#000000;
		}

		.form-check-input{
			cursor:pointer;
		}

		.form-check-label{
			cursor:pointer;
		}

		.filtrele-button-box{
			text-align:center;
		}

		.filtrele-button{
			display:inline-block;
			cursor:pointer;
			background:#ffffff;
			color:#000000;
			font-size:0.9em;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#eeeff4;
			border-style:solid;
			border-top-left-radius:10px !important;
			border-bottom-left-radius:10px !important;
			border-top-right-radius:10px !important;
			border-bottom-right-radius:10px !important;
			padding-top:7px;
			padding-right:0px;
			padding-bottom:7px;
			padding-left:0px;
			margin-top:15px !important;
			margin-right:0px;
			margin-bottom:auto;
			margin-left:0px;
			box-shadow:0px 0px 3px #d6d6d6;
		}

		.filtrele-button:hover{
			background:#000000;
			color:#ffffff;
		}

		.urunler-left-fiyat-araligi-input{
			margin:5px;
		}

		.urunler-filtre-band{
			background:#fafafa;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#ddd;
			border-style:solid;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
		}

		.urunler-filtre-text{
			color:#000000;
			font-size:1rem;
			font-weight:bold;
		}

		.urunler-filtre-item{
			background:#eeeff4;
			color:#000000;
			font-size:1rem;
			font-weight:normal;
			text-align:center;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			margin-top:0px;
			margin-right:5px;
			margin-bottom:0px;
			margin-left:0px;
			padding-top:12px;
			padding-right:5px;
			padding-bottom:12px;
			padding-left:5px;
		}

		.urunler-filtre-item:hover{
			color:#000000;
			background:#fafafa;
		}

		.urunler-filtre-item-delete::before{
			content:'\F659';
			color:#000000;
			cursor:pointer;
		}

		.pagination{
			background:#eeeff4;
			color:#000000;
			margin-top:2px;
			margin-right:1px;
			margin-bottom:2px;
			margin-left:0px;
		}

		.pagination:hover{
			background:#eeeff4;
			color:#000000;
		}

		.pagination-first{
			background:#eeeff4;
			color:#000000;
		}

		.pagination-last{
			background:#eeeff4;
			color:#000000;
		}

		.pagination-active{
			color:#ffffff;
			background:#f27a1a;
		}

		.pagination-active:hover{
			color:#ffffff;
			background:#f27a1a;
		}

		.pagination-pasive{
			color:#000000;
			background:#eeeff4;
		}

		.urun-detay-gorsel{
			background:#fafafa;
			width:45%;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:7px;
			border-top-right-radius:7px;
			border-bottom-left-radius:7px;
			border-bottom-right-radius:7px;
			padding-top:20px;
			padding-right:20px;
			padding-bottom:20px;
			padding-left:20px;
			margin-top:0px;
			margin-right:10px !important;
			margin-bottom:20px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.gc-vt{
			margin-right:0px;
			margin-left:0px;
		}

		.urun-detay-cerceve{
			background:#fafafa;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:7px;
			border-top-right-radius:7px;
			border-bottom-left-radius:7px;
			border-bottom-right-radius:7px;
			padding-top:20px;
			padding-right:20px;
			padding-bottom:20px;
			padding-left:20px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:20px;
			margin-left:5px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-widgets{
			background:#ffffff;
			border-top-left-radius:0px;
			border-top-right-radius:0px;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
		}

		.urun-detay-line{
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:2px;
			margin-right:0px;
			margin-bottom:10px;
			margin-left:0px;
		}

		.urun-detay-baslik{
			color:#000000;
			font-size:1.3rem;
			font-weight:normal;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
		}

		.urun-detay-kod{
			font-size:0.8rem;
			color:#777777;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:10px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
		}

		.urun-detay-kod-yorumlar-link{
			color:#777777;
		}

		.urun-detay-kod-yorumlar-link:hover{
			color:#555555;
		}

		.urun-detay-marka{
			font-size:0.9rem;
			color:#777777;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:5px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
		}

		.urun-detay-promosyon-slogan{
			background:#ffffff;
			color:#0c9741;
			font-size:0.9rem;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:7px;
			border-top-right-radius:7px;
			border-bottom-left-radius:7px;
			border-bottom-right-radius:7px;
			padding-top:10px;
			padding-right:15px;
			padding-bottom:15px;
			padding-left:15px;
		}

		.urun-detay-fiyat1{
			text-decoration:line-through;
			color:#d6d6d6;
			font-size:1.8rem;
			font-weight:normal;
		}

		.urun-detay-fiyat2{
			color:#222222;
			font-size:1.8rem;
			font-weight:normal;
		}

		.urun-detay-odeme-indirim-cerceve{
			background:#ffffff;
			color:#000000;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:7px;
			border-top-right-radius:7px;
			border-bottom-left-radius:7px;
			border-bottom-right-radius:7px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:10px;
			margin-left:0px;
			padding-top:15px;
			padding-right:15px;
			padding-bottom:15px;
			padding-left:15px;
		}

		.urun-detay-odeme-indirim-satir{
			font-size:0.9rem;
			font-weight:normal;
			width:auto;
			padding-top:0px;
			padding-bottom:0px;
			padding-right:0px;
			padding-left:0px;
			margin-top:10px;
			margin-right:10px;
			margin-bottom:10px;
			margin-left:0px;
		}

		.urun-detay-odeme-indirim{
			color:#0c9741;
			font-size:1rem;
		}

		.urun-detay-ucretsiz-kargo{
			background:#24a9e1;
			color:#ffffff;
			text-align:center;
			font-family:Arial;
			font-size:0.8rem;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:7px;
			border-top-right-radius:7px;
			border-bottom-left-radius:7px;
			border-bottom-right-radius:7px;
			padding-top:5px;
			padding-right:5px;
			padding-bottom:5px;
			padding-left:5px;
			margin-top:0px;
			margin-right:5px;
			margin-bottom:0px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-detay-yeni-urun{
			background:#25d366;
			color:#ffffff;
			text-align:center;
			font-family:Arial;
			font-size:0.8rem;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:7px;
			border-top-right-radius:7px;
			border-bottom-left-radius:7px;
			border-bottom-right-radius:7px;
			padding-top:5px;
			padding-right:5px;
			padding-bottom:5px;
			padding-left:5px;
			margin-top:0px;
			margin-right:5px;
			margin-bottom:0px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-detay-secenek-cerceve{
			background:#ffffff;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:7px;
			border-top-right-radius:7px;
			border-bottom-left-radius:7px;
			border-bottom-right-radius:7px;
			padding-top:15px;
			padding-right:15px;
			padding-bottom:15px;
			padding-left:15px;
			margin-top:0px;
			margin-right:5px;
			margin-bottom:15px;
			margin-left:0px;
		}

		.urun-detay-renk-baslik{
			color:#777777;
			font-size:1rem;
			border-top:0px;
			border-right:0px;
			border-bottom:1px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
		}

		.urun-detay-model-select-pasif{
			background:#ffffff;
			color:#000000;
			font-size:0.9rem;
			text-align:center;
			border-top:2px;
			border-right:2px;
			border-bottom:2px;
			border-left:2px;
			border-color:#dddddd;
			border-style:solid;
			border-top-left-radius:3px;
			border-top-right-radius:3px;
			border-bottom-left-radius:3px;
			border-bottom-right-radius:3px;
			padding-top:5px;
			padding-right:5px;
			padding-bottom:5px;
			padding-left:5px;
			margin-top:0px;
			margin-right:5px;
			margin-bottom:5px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
			display:inline-block;
		}

		.urun-detay-model-select-pasif:hover{
			background:#ffffff;
			color:#333333;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-detay-model-select-aktif{
			background:#ffffff;
			color:#000000;
			font-size:0.9rem;
			text-align:center;
			border-top:2px;
			border-right:2px;
			border-bottom:2px;
			border-left:2px;
			border-color:#fd5929;
			border-style:solid;
			border-top-left-radius:3px;
			border-top-right-radius:3px;
			border-bottom-left-radius:3px;
			border-bottom-right-radius:3px;
			padding-top:5px;
			padding-right:5px;
			padding-bottom:5px;
			padding-left:5px;
			margin-top:0px;
			margin-right:5px;
			margin-bottom:5px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
			display:inline-block;
		}

		.urun-detay-model-select-aktif:hover{
			background:#ffffff;
			color:#333333;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-detay-model-select-pasif-renk-kutusu{
			background:#ffffff;
			color:#000000;
			font-size:0.9rem;
			text-align:center;
			border-top:2px;
			border-right:2px;
			border-bottom:2px;
			border-left:2px;
			border-color:#dddddd;
			border-style:solid;
			border-top-left-radius:3px;
			border-top-right-radius:3px;
			border-bottom-left-radius:3px;
			border-bottom-right-radius:3px;
			padding-top:5px;
			padding-right:5px;
			padding-bottom:5px;
			padding-left:5px;
			margin-top:0px;
			margin-right:5px;
			margin-bottom:5px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-detay-model-select-pasif-renk-kutusu:hover{
			background:#ffffff;
			color:#333333;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-detay-model-select-aktif-renk-kutusu{
			background:#ffffff;
			color:#000000;
			font-size:0.9rem;
			text-align:center;
			border-top:2px;
			border-right:2px;
			border-bottom:2px;
			border-left:2px;
			border-color:#fd5929;
			border-style:solid;
			border-top-left-radius:3px;
			border-top-right-radius:3px;
			border-bottom-left-radius:3px;
			border-bottom-right-radius:3px;
			padding-top:5px;
			padding-right:5px;
			padding-bottom:5px;
			padding-left:5px;
			margin-top:0px;
			margin-right:5px;
			margin-bottom:5px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-detay-model-select-aktif-renk-kutusu:hover{
			background:#ffffff;
			color:#333333;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-detay-renkvaryant-gorsel{
			max-width:70px;
			max-height:70px;
		}

		.urun-detay-renk-isim{
			color:#222222;
			font-size:0.8em;
			font-weight:normal;
			font-family:Tahoma;
		}

		.urun-detay-not-textarea{
			font-family:Tahoma;
			font-weight:normal;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:5px;
			border-top-right-radius:5px;
			border-bottom-left-radius:5px;
			border-bottom-right-radius:5px;
			padding-top:5px;
			padding-right:5px;
			padding-bottom:5px;
			padding-left:5px;
			margin-top:10px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
		}

		.urun-detay-teslimat-sablonu-baslik{
			background:#ffffff;
			color:#222222;
			font-size:1.1em;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:0px;
			border-top-right-radius:0px;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
		}

		.quantity-number-left{
			cursor:pointer;
			background:#222222;
			color:#ffffff;
			font-size:2rem;
			text-align:center;
			width:50px;
			height:50px;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:7px;
			border-top-right-radius:0px;
			border-bottom-left-radius:7px;
			border-bottom-right-radius:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.quantity-number-left:hover{
			background:#222222;
			color:#ffffff;
			box-shadow:0px 0px 0px #fafafa;
		}

		.quantity-number-right{
			cursor:pointer;
			background:#222222;
			color:#ffffff;
			font-size:2rem;
			text-align:center;
			width:50px;
			height:50px;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:0px;
			border-top-right-radius:7px;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:7px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.quantity-number-right:hover{
			background:#222222;
			color:#ffffff;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-detay-adet-input{
			font-size:1rem;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#d6d6d6;
			border-style:solid;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-detay-button{
			background:#fd5929;
			color:#ffffff;
			font-size:1rem;
			font-weight:normal;
			width:auto;
			text-align:center;
			padding-top:0px;
			padding-right:7px;
			padding-bottom:0px;
			padding-left:7px;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:3px;
			border-top-right-radius:3px;
			border-bottom-left-radius:3px;
			border-bottom-right-radius:3px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-detay-button:hover{
			background:#ce4e27;
			color:#ffffff;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-detay-button-tablo{
			background:#ffffff;
			color:#252525;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#dddddd;
			border-style:solid;
			border-top-left-radius:3px;
			border-top-right-radius:3px;
			border-bottom-left-radius:3px;
			border-bottom-right-radius:3px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:10px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-detay-button-tablo:hover{
			background:#ffffff;
			color:#222222;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-detay-gelince-haber-ver{
			background:#fd5929;
			color:#ffffff;
			font-size:1rem;
			font-weight:normal;
			text-align:center;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:3px;
			border-top-right-radius:3px;
			border-bottom-left-radius:3px;
			border-bottom-right-radius:3px;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.nav-link-tabs{
			border-bottom:0px;
			color:#333;
		}

		.nav-link-tabs:hover{
			color:#000;
			font-weight:bold;
		}

		.urun-detay-yorum-baslik{
			background:#ffffff;
			color:#000000;
			border-top:0px;
			border-right:0px;
			border-bottom:1px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:10px;
			margin-left:00px;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:10px;
			padding-left:0px;
		}

		.urun-detay-yorum-success{
			display:none;
		}

		.urun-detay-yorum-input{
			margin-top:10px;
		}

		.urun-detay-yorum-loading{
			display:none;
			text-align:right;
		}

		.urun-detay-yorum-anabaslik{
			font-size:1.3em;
			color:#000;
			padding-left:0px;
		}

		.urun-detay-yorum-satir{
			background:#fafafa;
			border-top:0px;
			border-right:0px;
			border-bottom:1px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
		}

		.urun-detay-yorum-form{
			background:#eeeff4;
			padding-top:15px;
			padding-right:15px;
			padding-bottom:15px;
			padding-left:15px;
			margin-top:20px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
		}

		.urun-detay-yorum-name{
			color:#3399FF;
			font-size:1.3em;
			padding-top:15px;
			padding-right:10px;
			padding-bottom:15px;
			padding-left:0px;
		}

		.urun-detay-yorum-desc{
			color:#252525;
			font-size:1.1em;
			padding-top:15px;
			padding-right:10px;
			padding-bottom:15px;
			padding-left:0px;
		}

		.urun-detay-yorum-button{
			background:#fd5929;
			color:#ffffff;
			font-size:1rem;
			font-weight:normal;
			text-align:center;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:2px;
			border-top-right-radius:2px;
			border-bottom-left-radius:2px;
			border-bottom-right-radius:2px;
			padding-top:0px;
			padding-right:10px;
			padding-bottom:0px;
			padding-left:10px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-detay-yorum-anabaslik-text{
			box-sizing:border-box;
			padding-top:10px;
			padding-right:0px;
			padding-bottom:10px;
			padding-left:0px;
		}

		.urun-detay-etiket-cerceve{
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#d6d6d6;
			border-style:solid;
			padding-top:15px;
			padding-right:15px;
			padding-bottom:15px;
			padding-left:15px;
		}

		.urun-detay-etiket-baslik{
			color:#000000;
			font-size:1.1rem;
			font-weight:bold;
			padding-top:10px;
			padding-right:0px;
			padding-bottom:10px;
			padding-left:0px;
		}

		.urun-detay-etiket{
			background:#f27a1a;
			color:#ffffff;
			text-align:center;
			font-weight:normal;
			font-size:1rem;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:5px;
			border-top-right-radius:5px;
			border-bottom-left-radius:5px;
			border-bottom-right-radius:5px;
			padding-top:5px;
			padding-right:7px;
			padding-bottom:5px;
			padding-left:7px;
			margin-top:5px;
			margin-right:10px;
			margin-bottom:5px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-detay-etiket:hover{
			background:#f27a1a;
			color:#ffffff;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-detay-benzer-urunler-baslik{
			background:#ffffff;
			color:#000000;
			font-size:1.2rem;
			text-align:center;
			font-weight:normal;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:5px;
			border-top-right-radius:5px;
			border-bottom-left-radius:5px;
			border-bottom-right-radius:5px;
			padding-top:10px;
			padding-right:0px;
			padding-bottom:10px;
			padding-left:0px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
		}

		.urun-detay-whatsapp{
			background:#2ab540;
			color:#ffffff;
			width:auto;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:5px;
			border-top-right-radius:5px;
			border-bottom-left-radius:5px;
			border-bottom-right-radius:5px;
			padding-top:0px;
			padding-right:15px;
			padding-bottom:0px;
			padding-left:15px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-detay-whatsapp-icon::before{
			content:'\F618';
			color:#ffffff;
			font-size:1.6rem;
		}

		.urun-detay-yorumlar-icon::before{
			content:'\F249';
			color:#000000;
			font-size:0.9rem;
		}

		.urun-detay-yorumlar-yorum-ekle::before{
			content:'\F4C9';
			color:#000000;
			font-size:0.9rem;
		}

		.urun-detay-favori-icon::before{
			content:'\F416';
			color:#000000;
			font-size:1rem;
		}

		.sepet-adim-aktif{
			background:#fd5929;
			color:#ffffff;
			text-align:center;
			font-size:1.2em;
			height:50px;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:0px;
			border-top-right-radius:0px;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
		}

		.sepet-adim-aktif:hover{
			background:#fd5929;
			color:#ffffff;
		}

		.sepet-adim-pasif{
			background:#eeeff4;
			text-align:center;
			color:#999999;
			font-size:1.2em;
			height:50px;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:0px;
			border-top-right-radius:0px;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
		}

		.sepet-adim-pasif:hover{
			background:#eeeff4;
			color:#999999;
		}

		.sepet-band-box{
			background:#fafafa;
			padding-top:15px;
			padding-right:15px;
			padding-bottom:15px;
			padding-left:15px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#eeeff4;
			border-style:solid;
			border-top-left-radius:3px;
			border-top-right-radius:3px;
			border-bottom-left-radius:3px;
			border-bottom-right-radius:3px;
		}

		.sepet-baslik{
			font-size:0.9em;
			color:#555555;
			font-weight:normal;
		}

		.sepet-img{
			width:100%;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
		}

		.sepet-baslik-detay{
			font-size:1em;
			color:#555555;
		}

		.sepet-fiyat{
			font-size:1em;
			color:#555555;
		}

		.sepet-adet{
			height:40px;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			font-size:1em;
			color:#555555;
		}

		.sepet-adet-button{
			background:#d6d6d6;
			color:#444;
			margin-top:5px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			height:35px;
			line-height:25px;
			vertical-align:middle;
		}

		.sepet-adet-button:hover{
			color:#000;
			background:#d6d6d6;
		}

		.sepette-indirim-title{
			font-weight:bold;
			font-size:1.5em;
			color:#000000;
		}

		.sepette-indirim-line{
			background:#fafafa;
			border-top:0px;
			border-right:0px;
			border-bottom:1px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			border-top-left-radius:3px;
			border-top-right-radius:3px;
			border-bottom-left-radius:3px;
			border-bottom-right-radius:3px;
		}

		.sepette-indirim-kupon-baslik{
			color:#00a65a;
			font-size:1rem;
			font-weight:bold;
			padding-top:5px;
			padding-right:5px;
			padding-bottom:5px;
			padding-left:5px;
		}

		.sepette-indirim-kupon-slogan{
			color:#000000;
			font-size:1rem;
			font-weight:normal;
			padding-top:5px;
			padding-right:5px;
			padding-bottom:5px;
			padding-left:5px;
		}

		.sepette-indirim-kullan{
			background:#38acec;
			color:#ffffff;
			font-weight:normal;
			margin-top:0px;
			margin-bottom:0px;
			margin-left:0px;
			margin-right:5px;
			cursor:pointer;
			padding-top:5px;
			padding-right:5px;
			padding-bottom:5px;
			padding-left:5px;
			border-top-left-radius:3px;
			border-top-right-radius:3px;
			border-bottom-left-radius:3px;
			border-bottom-right-radius:3px;
		}

		.sepet-aratoplam{
		}

		.sepet-devam-button{
			font-size:1.2em;
			color:#ffffff;
			background:#fd5929;
			padding-top:5px;
			padding-right:5px;
			padding-bottom:5px;
			padding-left:5px;
			border-top-left-radius:3px;
			border-top-right-radius:3px;
			border-bottom-left-radius:3px;
			border-bottom-right-radius:3px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.sepet-delete-icon::before{
			content:'\F629';
			color:#888888;
			font-size:1.5rem;
		}

		.sepet-delete-icon:hover::before{
			background:#000000;
			color:#ffffff;
		}

		.sepet-adim-ikon::before{
			content:'\F27B';
			color:#ffffff;
		}

		.sepet-adim-ikon:hover::before{
			color:#ffffff;
		}

		.footer{
			background:#fafafa;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#fafafa;
			border-style:solid;
			margin-top:0px;
			margin-right:0px;
			margin-left:0px;
			margin-bottom:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.footer-content{
			background:#fafafa;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#fafafa;
			border-style:solid;
			padding-top:10px;
			padding-right:auto;
			padding-bottom:10px;
			padding-left:auto;
			box-shadow:0px 0px 0px #fafafa;
		}

		.footer-blog-box{
			padding-top:25px;
			padding-right:0px;
			padding-bottom:25px;
			padding-left:0px;
			margin-top:0px;
			margin-right:auto;
			margin-left:auto;
			margin-bottom:0px;
		}

		.footer-blog{
			background:#fafafa;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#fafafa;
			border-style:solid;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.footer-column-title{
			color:#252525;
			font-size:1em;
			font-weight:bold;
			width:100%;
			padding-top:0px;
			padding-left:0px;
			padding-right:0px;
			padding-bottom:0px;
		}

		.footer-column-title:hover{
			color:#252525;
		}

		.footer-column-line{
			background:#fafafa;
			color:#252525;
			font-size:0.9em;
			font-weight:normal;
			width:100%;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#fafafa;
			border-style:solid;
			padding-top:5px;
			padding-bottom:5px;
			padding-left:0px;
			padding-right:0px;
		}

		.footer-column-line:hover{
			background:#fafafa;
			color:#000000;
			font-size:0.9em;
			font-weight:normal;
		}

		.ebulten{
			background:#dddddd;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#dddddd;
			border-style:solid;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			padding-top:25px;
			padding-right:0px;
			padding-bottom:25px;
			padding-left:0px;
			margin-top:0px;
			margin-right:0px;
			margin-left:0px;
			margin-bottom:0px !important;
			box-shadow:0px 0px 0px #fafafa;
		}

		.ebulten-in{
			position:relative;
			z-index:9;
			background:#dddddd;
			width:auto;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#dddddd;
			border-style:solid;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			padding-top:0px;
			padding-right:auto;
			padding-bottom:0px;
			padding-left:auto;
			margin-top:0px;
			margin-right:auto;
			margin-left:auto;
			margin-bottom:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.ebulten-left{
			width:40%;
			order:0;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#dddddd;
			border-style:solid;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:auto;
			margin-top:0px;
			margin-right:0px;
			margin-left:0px !important;
			margin-bottom:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.ebulten-form{
			width:60%;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:auto;
		}

		.ebulten-form-in{
			width:100%;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
		}

		.ebulten-orta-cerceve{
			width:auto;
			max-width:auto;
			text-align:left;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#dddddd;
			border-style:solid;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
		}

		.ebulten-title{
			background:#dddddd;
			color:#252525;
			font-size:1.6em;
			font-weight:normal;
			width:auto;
			text-align:left;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#dddddd;
			border-style:solid;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			padding-top:0px;
			padding-right:auto;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:5px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
		}

		.ebulten-input{
			max-width:auto;
			height:50px;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			border-top-left-radius:5px !important;
			border-bottom-left-radius:5px !important;
			padding-top:10px;
			padding-right:10px;
			padding-bottom:10px;
			padding-left:10px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.ebulten-button{
			background:#000000;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-right-radius:5px !important;
			border-bottom-right-radius:5px !important;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			padding-top:0px;
			padding-right:7px;
			padding-bottom:0px;
			padding-left:7px;
			outline:none;
			box-shadow:0px 0px 0px #fafafa;
		}

		.ebulten-desc{
			background:#dddddd;
			color:#222222;
			font-size:1rem;
			font-weight:normal;
			width:30%;
			text-align:left;
			order:1;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:40px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.footer-sosyal-box{
			width:auto;
			text-align:center;
			order:2;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			padding-top:0px;
			padding-right:auto;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:12px !important;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:auto;
			box-shadow:0px 0px 0px #fafafa;
		}

		.footer-sosyal{
			width:37px;
			float:right;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:3px;
		}

		.guvenlik{
			background:#fafafa;
		}

		.Up{
			display:none;
			position:fixed;
			right:5px;
			bottom:150px;
			cursor:pointer;
		}

		.ebulten-button-icon::before{
			content:'\f135';
			color:#ffffff;
			font-size:2em;
			border-top:0px;
			border-bottom:0px;
			border-right:0px;
			border-left:0px;
		}

		.UpIcon::before{
			content:'\F139';
			color:#000000;
			font-size:2.5em;
		}

		.footer-whatsapp{
			position:fixed;
			z-index:9999;
			background:#25d366;
			width:auto;
			height:auto;
			top:auto;
			left:10px;
			right:auto;
			bottom:10px;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#25d366;
			border-style:solid;
			border-top-left-radius:5px !important;
			border-top-right-radius:5px !important;
			border-bottom-left-radius:5px !important;
			border-bottom-right-radius:5px !important;
			padding-top:7px;
			padding-right:10px;
			padding-bottom:7px;
			padding-left:10px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.footer-whatsapp-link{
			color:#ffffff;
			font-size:1.1rem;
			font-weight:normal;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:10px;
		}

		.footer-whatsapp-link:hover{
			color:#ffffff;
		}

		.footer-whatsapp-icon::before{
			content:'\F618';
			color:#ffffff;
			font-size:1.2rem;
		}

		.footer-harici-butons{
			position:fixed;
			z-index:999999;
			text-align:right;
			width:50px;
			top:35%;
			right:auto;
			bottom:auto;
			left:0px;
		}

		.footer-harici-sosyal-icons{
			max-width:40px;
			float:right;
		}

		.footer-harici-sosyal-satir{
			width:70%;
			transition:all linear 0.2s;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			border-top-right-radius:40px !important;
			border-bottom-right-radius:40px !important;
			margin-top:3px;
			float:left;
		}

		.footer-harici-sosyal-satir:hover{
			transition:all linear 0.2s;
			width:100%;
		}

		.cerez-popup-box{
			display:none;
			box-sizing:border-box;
			position:fixed;
			z-index:99999;
			background:#000000;
			text-align:center;
			max-width:350px;
			top:auto;
			right:auto;
			bottom:5px;
			left:5px;
			opacity:0.8;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#252525;
			border-style:solid;
			box-shadow:0px 0px 0px #fafafa;
		}

		.cerez-popup{
			box-sizing:border-box;
			position:relative;
			padding-top:15px;
			padding-right:15px;
			padding-bottom:15px;
			padding-left:15px;
		}

		.cerez-popup-close{
			box-sizing:border-box;
			position:absolute;
			cursor:pointer;
			background:#ffffff;
			color:#252525;
			font-size:18px;
			top:5px;
			right:5px;
			bottom:auto;
			left:auto;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#000000;
			border-style:solid;
			border-top-left-radius:10px !important;
			border-top-right-radius:10px !important;
			border-bottom-left-radius:10px !important;
			border-bottom-right-radius:10px !important;
			padding-top:0px;
			padding-right:10px;
			padding-bottom:3px;
			padding-left:10px;
		}

		.cerez-desc{
			box-sizing:border-box;
			color:#ffffff;
			font-size:0.9rem;
			width:100%;
			height:auto;
			margin-top:10px;
			margin-right:0px;
			margin-bottom:10px;
			margin-left:0px;
		}

		.cerez-button{
			box-sizing:border-box;
			cursor:pointer;
			background:#ffffff;
			color:#252525;
			text-align:center;
			width:100%;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#252525;
			border-top-left-radius:0px !important;
			border-top-right-radius:0px !important;
			border-bottom-left-radius:0px !important;
			border-bottom-right-radius:0px !important;
			padding-top:7px;
			padding-right:7px;
			padding-bottom:7px;
			padding-left:7px;
			margin-top:0px;
			margin-right:auto;
			margin-left:auto;
			margin-bottom:0px;
		}

		.footer-etbis-cerceve{
			margin-top:auto;
			margin-right:auto;
			margin-left:auto;
			margin-bottom:auto;
		}

		.mobil-menu-button-tab{
			width:auto;
			padding-top:auto;
			padding-right:auto;
			padding-bottom:auto;
			padding-left:0px;
			margin-top:auto;
			margin-right:auto;
			margin-bottom:auto;
			margin-left:auto;
			text-align:left;
		}

		.mobil-menu-logo-tab{
			width:30%;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:auto;
			margin-right:auto;
			margin-bottom:auto;
			margin-left:auto;
		}

		.header-mobile-logo{
			width:auto;
			height:auto;
			margin-top:auto;
			margin-right:0px !important;
			margin-bottom:auto;
			margin-left:0px !important;
		}

		.header-mobil-top-user-icon::before{
			content:'\F4DA';
			color:#000000;
			font-size:1.1rem;
		}

		.header-mobil-top-cart-icon::before{
			content:'\F174';
			color:#000000;
			position:static;
			z-index:-1;
			font-size:0.9rem;
		}

		.header-mobil-shoppingquantity-box{
			position:relative;
		}

		.header-mobil-count{
			width:15px;
			height:15px;
			line-height:15px;
			vertical-align:middle;
			margin-top:-15px;
			margin-left:-8px !important;
			border-radius:30px;
			background:#000000;
			color:#ffffff;
			font-size:0.6rem;
			text-align:center;
			padding:0px;
			position:absolute;
			z-index:9;
			top:15px;
			right:auto;
			left:auto;
			bottom:auto;
		}

		.header-mobil-telefon-icon::before{
			content:'\F5B4';
			color:#000000;
			font-size:1rem;
		}

		.header-mobil-telefon{
			font-size:1.2rem;
			color:#000000;
		}

		.header-mobil-whatsapp-icon::before{
			content:'\F618';
			font-size:1rem;
			color:#000000;
		}

		.header-mobile-close-icon::before{
			content:'\F131';
			color:#000000;
			font-size:1.5rem;
			padding:5px;
		}

		.header-mobile-user-close-icon::before{
			content:'\F132';
			color:#000000;
			font-size:1.5rem;
			padding:5px;
		}

		.header-mobile-down-icon::before{
			content:'\F282';
			color:#000000;
			font-size:1rem;
		}

		.header-mobile-login-buttons{
			font-size:12px;
			height:auto;
			padding-top:0px;
			padding-right:5px;
			padding-bottom:0px;
			padding-left:5px;
			background:#fd5929;
			color:#ffffff;
		}

		.header-mobil-facebook-login-icon::before{
			content:'\F344';
			folor:#000;
		}

		.header-mobil-search-input{
			border-bottom-left-radius:5px !important;
			border-top-left-radius:5px !important;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#d6d6d6;
			border-style:solid;
			padding-top:6px;
			padding-right:12px;
			padding-bottom:6px;
			padding-left:12px;
			background:#ffffff;
			font-size:1rem;
		}

		.header-mobil-search-button{
			border-top-right-radius:5px !important;
			border-bottom-right-radius:5px !important;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#d6d6d6;
			border-style:solid;
			padding-top:6px;
			padding-right:12px;
			padding-bottom:6px;
			padding-left:12px;
			width:auto;
			background:#ffffff;
		}

		.header-mobil-search-top-button{
			border-top-right-radius:5px !important;
			border-bottom-right-radius:5px !important;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			padding-top:6px;
			padding-right:4px;
			padding-bottom:6px;
			padding-left:0px;
			width:auto;
			background:#ffffff;
		}

		.header-mobil-search-icon::before{
			content:'\f52a';
			color:#000000;
			font-size:0.75rem;
		}

		.new-mobile-window-fix{
			display:none;
			position:fixed;
			width:100%;
			height:100%;
			top:0px;
			left:0px;
			z-index:9999;
		}

		.new-mobile-window{
			position:fixed;
			z-index:99999;
			left:-70%;
			top:0px;
			width:70%;
			height:100%;
			overflow-y:auto;
			box-shadow:1px 2px 3px #d6d6d6;
			background:#ffffff;
			box-sizing:border-box;
		}

		.new-mobile-window-title{
			box-sizing:border-box;
			padding-top:10px;
			padding-right:0px;
			padding-bottom:10px;
			padding-left:30px;
			color:#000000;
			font-size:1em;
			background:#f9f9f9;
			border-top:0px;
			border-left:0px;
			border-right:0px;
			border-bottom:1px;
			border-color:#cccccc;
			border-style:solid;
		}

		.new-mobile-window-line{
			box-sizing:border-box;
			padding-top:10px;
			padding-right:0px;
			padding-bottom:10px;
			padding-left:30px;
			color:#000000;
			font-size:1em;
			background:#ffffff;
			border-top:0px;
			border-left:0px;
			border-right:0px;
			border-bottom:1px;
			border-color:#d6d6d6;
			border-style:solid;
		}

		.new-mobile-window-line-a{
			color:#000000;
		}

		.new-mobile-window-line-a:hover{
			color:#444444;
		}

		.new-mobile-account-fix{
			display:none;
			position:fixed;
			width:100%;
			height:100%;
			top:0px;
			left:0px;
			z-index:9999;
		}

		.new-mobile-account-drop{
			display:none;
			float:right;
			position:fixed;
			z-index:99999;
			right:-70%;
			top:0px;
			width:70%;
			height:100%;
			overflow-y:auto !important;
			box-shadow:1px 2px 3px #d6d6d6;
			background:#ffffff;
			box-sizing:border-box;
		}

		.new-mobile-account-drop-line{
			box-sizing:border-box;
			padding-top:10px;
			padding-right:0px;
			padding-bottom:10px;
			padding-left:30px;
			color:#000000;
			font-size:1em;
			background:#ffffff;
			border-top:1px;
			border-left:0px;
			border-right:0px;
			border-bottom:0px;
			border-color:#d6d6d6;
			border-style:solid;
		}

		.mobile-header{
			display:none;
		}

		.new-mobile-window-facebook-login{
			background:#2a6194;
			color:#ffffff;
			border-radius:3px;
			padding-top:0px;
			padding-right:5px;
			padding-bottom:0px;
			padding-left:5px;
			height:auto;
		}

		#newMenuFiltreOpenActive{
			display:none;
		}

		#newMenuFiltreOpenPasive{
			display:none;
		}

		.urunler-navigation-left{
			width:50%;
		}

		.urunler-filtre-right{
			width:50%;
		}

		.urunler-filtre-input-filtre{
			font-size:1rem;
			padding:0px;
			color:#000;
			text-align:center;
			margin-top:7px;
		}

		.urunler-filtre-input-filtre-ikon::before{
			content:'\F3E1';
			color:#000000;
		}

		.new-mobile-window-close::before{
			content:'\F659';
			color:#222222;
			cursor:pointer;
			display:none;
		}

		.new-mobile-window-close{
			display:none;
		}

		.urun-detay-mobile-slide{
			padding:0px;
			padding-top:15px;
			overflow:hidden;
		}

		.mobile-menu-icon::before{
			content:'\F479';
			color:#000000;
			font-weight:bold;
			font-size:1.7rem;
		}

		.mobile-header-row{
			border-top:0px;
			border-left:0px;
			border-right:0px;
			border-bottom:3px;
			border-color:#eeeff4;
			border-style:solid;
			background:#ffffff;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			text-align:center;
		}

		.fs-7{
			font-size:0.9rem!important;
		}

		.fs-8{
			font-size:0.8rem!important;
		}

		.fs-9{
			font-size:0.75rem!important;
		}

		.fs-10{
			font-size:0.7rem!important;
		}

		.fs-11{
			font-size:0.65rem!important;
		}

		.fs-12{
			font-size:0.60rem!important;
		}

		
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1201px) {
	.header-top-left{
		/*width: 60%;*/
	}
	
	.header-top-right{
		/*width: 40%;*/
	}
	
	#newMenuFiltreOpenActive { display: none; }
	#newMenuFiltreOpenPasive { display: none; }
}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 769px) and (max-width:1200px) {
	
	#newMenuFiltreOpenActive { display: none; }
	#newMenuFiltreOpenPasive { display: none; }
	
	.container{
		max-width: 960px;
	}
	
	.content-menu-left-button{
		font-size: 0.8rem;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	.header-top-left{
		width: auto;
	}
	
	.header-top-right{
		width: auto;
	}
	
	.header-search-box{
		width: auto;
	}
	
	.header-sepet-box{
		width: auto;
	}
	
	.orta-bant-favoriler-link{
		font-size: 0.6rem;
	}
	
	.orta-bant-kargo-takip-link{
		font-size: 0.6rem;
	}
	
	.header-hesabim-link{
		font-size: 0.6rem;
	}
	
	.header-sepet-link{
		font-size: 0.8rem;
	}
	
	.navbar-items{
		padding: 10px;
	}
	
	.navbar-items-link{
		font-size: 0.8rem;
	}
	
	.ebulten-title{
		font-size: 1.3rem;
	}
	
	.urun-detay-cerceve{
		width: 45%;
	}
	
	.urun-widgets{
		display: none;
	}
	
	.sepet-aratoplam{
		width: 25%;
	}
	
	.odeme-left-box{
		width: 60%;
	}
	
	.odeme-right-box{
		width: 40%;
	}
	
	.mobile-header{
		display: none;
	}
	
	.hemenalpopup{
		width: 70%;
	}
	
	.footer-whatsapp-link{
		display: none;
	}
	
	.footer-etbis-cerceve{
		margin: auto !important;
	}
	
	.fs-md-1 { font-size: 2.5rem!important; }
    .fs-md-2 { font-size: 2rem!important; }
    .fs-md-3 { font-size: 1.75rem!important; }
    .fs-md-4 { font-size: 1.5rem!important; }
    .fs-md-5 { font-size: 1.25rem!important; }
    .fs-md-6 { font-size: 1rem!important; }
    .fs-md-7 { font-size: 0.9rem!important; }
    .fs-md-8 { font-size: 0.8rem!important; }
    .fs-md-9 { font-size: 0.75rem!important; }
	.fs-md-10 { font-size: 0.7rem!important; }
	.fs-md-11 { font-size: 0.65rem!important; }
	.fs-md-12 { font-size: 0.60rem!important; }
	
}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 577px) and (max-width:768px) {
	
	.header {
		display: none;
	}
	
	.header-search{
		padding: 10px 10px 10px 10px;
	}
	
	.mobile-header {
		display: block;
	}
	
	.urun-hover-buttons{
		display: none;
	}
	
	.urun-fiyat1{
		width: 100%;
		text-align: center;
	}
	
	.urun-fiyat{
		width: 100%;
		text-align: center;
	}
	
	.ebulten-left{
		width: 100%;
		text-align: center;
	}
	
	.ebulten-title{
		width: 100%;
		text-align: center;
	}
	
	.ebulten-orta-cerceve{
		width: 80%;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.ebulten-form{
		width: 50%;
		margin: auto;
	}
	
	.ebulten-input{
		margin: auto;
		width: 100%;
	}
	
	
	.ebulten-desc{
		width: 100%;
		padding: 15px 0px 15px 0px;
		text-align: center;
	}
	
	.footer-sosyal-box{
		width: 100%;
		margin: auto;
		text-align: center;
	}
	
	.footer-sosyal{
		float: none;
		margin: auto;
	}
	
	.urunler-left{
		position: fixed;
		z-index: 9999;
		top: 0px;
		left: -85%;
		background: #fff;
		width: 85%;
		height: 100%;
		overflow-y: auto !important;
		padding-left: 0px;
	}
	
	.products-right{
		width: 100%;
	}
	
	.urun-list{
		width: 33.33333333%;
	}
	
	#newMenuFiltreOpenActive { display: block; }

	.new-mobile-window-close{
		display: block;
	}
	
	.new-mobile-window-close::before{
		display: block;
	}
	
	.urun-detay-gorsel{
		width: 100%;
	}
	
	.urun-detay-cerceve{
		width: 100%;
		margin: 10px 0px 10px 0px;
	}
	
	.urun-widgets{
		display: none;
	}
	
	.sepet-aratoplam{
		width: 25%;
	}
	
	.hemenalpopup{
		width: 70%;
	}
	
	.fb-yazi{
		width:95%;
	}
	
	.login-cerceve{
		display: flex;
		flex-direction: column-reverse;
	  }
	
	.login-box {
		width: 100%;
	}
	
	.login-sifremi-unuttum{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	  }
	  
	  .login-yeni-uye{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	  }
	  
	  .login-info-box{
		width:100%;
	  }
	
	.account-left-line{
		padding: 5px;
		font-size: 0.9em;
	}
	
	.footer-whatsapp-link{
		display: none;
	}
	
	.footer-etbis-cerceve{
		margin: auto !important;
	}
	
	.header-top-widgets-link{
		font-size: 0.9rem;
	}
	
	
	.fs-md-1 { font-size: 2.5rem!important; }
    .fs-md-2 { font-size: 2rem!important; }
    .fs-md-3 { font-size: 1.75rem!important; }
    .fs-md-4 { font-size: 1.5rem!important; }
    .fs-md-5 { font-size: 1.25rem!important; }
    .fs-md-6 { font-size: 1rem!important; }
    .fs-md-7 { font-size: 0.9rem!important; }
    .fs-md-8 { font-size: 0.8rem!important; }
    .fs-md-9 { font-size: 0.75rem!important; }
	.fs-md-10 { font-size: 0.7rem!important; }
	.fs-md-11 { font-size: 0.65rem!important; }
	.fs-md-12 { font-size: 0.60rem!important; }
}

/* Eski telefonlar, 321 ve yukarÄ±sÄ± */
@media(min-width:321px) and (max-width:576px){
	
	.header {
		display: none;
	}
	
	.header-search{
		padding: 10px 10px 10px 10px;
	}
	
	.header-mobile-logo{
		width: 100%;
		padding: 0px;
	}
	
	.sliderLeft{
		width: 100%;
	}
	
	.sliderRight{
		width: 100%;
	}
	
	.slider-yan-iki-banner-sag{
		width: 50%;
		float: left;
		padding-right: 2px;
		padding-left: 2px;
	}
	
	.slider-yan-iki-banner-alt-iki-banner-sag{
		width: 50%;
		float: left;
		padding-right: 2px;
		padding-left: 2px;
	}
	
	.mobile-header {
		display: block;
	}
	
	.mobil-menu-button-tab{
		width: 25%;
	}
	
	/*
	.mobil-menu-logo-tab{
		width: 41.66666667%;
	}
	*/
	
	.new-mobile-window-line-a{
		padding: 0px;
	}
	
	.ebulten-left{
		width: 100%;
		text-align: center;
	}
	
	.ebulten-title{
		width: 100%;
		text-align: center;
	}
	
	.ebulten-orta-cerceve{
		width: 80%;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.ebulten-form{
		width: 100%;
		margin: auto;
	}
	
	.ebulten-input{
		margin: auto;
		width: 100%;
	}
	
	
	.ebulten-desc{
		width: 100%;
		padding: 15px 0px 15px 0px;
		text-align: center;
	}
	
	.footer-sosyal-box{
		width: 100%;
		margin: auto;
		text-align: center;
	}
	
	.footer-sosyal{
		float: none;
		margin: auto;
	}
	
	.footer-content .col{
		flex: 100%;
		width: 100% !important;
		text-align: center;
	}
	
	.footer-guvenlik{
		width: 100% !important;
	}
	
	.footer-blog{
		width: 100%;
		text-align: center;
		padding: 15px 0px 15px 0px;
	}
	
	
	.urunler-navigation-left{
		display: none;
	}
	
	.blog-navigation-band{
		display: none;
	}
	
	.urunler-filtre-right{
		width: 100%;
	}
	
	.urunler-left{
		position: fixed;
		z-index: 9999;
		top: 0px;
		left: -85%;
		background: #fff;
		width: 85%;
		height: 100%;
		overflow-y: auto !important;
		padding-left: 0px;
	}
	
	.products-right{
		width: 100%;
	}
	
	.popup-container{
		max-width:100%;
	}
	
	.urun-list{
		width: 50%;
		padding-right: 5px;
		padding-left: 5px;
	}
	
	.urun{
		height: 300px;
	}
	
	.urun:hover{
		height: 300px;
	}
	
	.ucretsiz-kargo{
		font-size: 0.6em;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.urun-indirim{
		font-size: 0.8em;
		padding-top: 5px;
		width: 30px;
		height: 30px;
	}
	
	.yeni-urun{
		font-size: 0.6em;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.urun-img-box{
		height: 150px;
	}
	
	.urun-img{
		height: auto;
		max-height: 135px;
	}
	
	.urun-bottom{
		height: 135px;
	}
	
	.urun-hover-incele{
		padding: 3px 2px 3px 3px;
		font-size: 0.55em;
	}
	
	.urun-hover-sepeteat{
		padding: 3px 2px 3px 3px;
		font-size: 0.55em;
	}
	
	.urun-hover-incele-icon::before{
		font-size: 0.9em;
	}
	
	.urun-katalog-sepeteat-icon::before{
		font-size: 0.9em;
	}
	
	.urun-fiyat1{
		font-size: 1rem;
		left: 0px;
	}
	
	.urun-fiyat{
		font-size: 1rem;
	}
	
	.urun-title{
		font-size: 0.7rem;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.urun-title:hover{
		font-size: 0.7rem;
	}
	
	#newMenuFiltreOpenActive { display: block; }

	.new-mobile-window-close{
		display: block;
	}
	
	.new-mobile-window-close::before{
		display: block;
	}
	
	.urun-detay-gorsel{
		width: 100%;
	}
	
	.urun-detay-cerceve{
		width: 100%;
		margin: 10px 0px 10px 0px;
	}
	
	.urun-widgets{
		display: none;
	}
	
	.urun-detay-adet-input{
		width: 15%;
		height: 40px;
	}
	
	.quantity-number{
		width: 30px;
		height: 40px;
		line-height: 40px;
		font-size: 0.9rem;
	}
	
	.urun-detay-button{
		height: 40px;
		font-size: 1rem;
	}
	
	.urun-detay-button-tablo{
		width: 100%;
		height: 40px;
		margin-top: 15px;
		margin-left: 0px;
		font-size: 0.9rem;
		padding-left: 0px;
		display: grid;
	}
	
	.marka{
		width: 50%;
	}
	
	.kampanya-sol{
		width: 100%;
	}
	
	.kampanya-desc{
		width: 100%;
	}
	
	.sepet-adim-aktif{
		font-size: 0.8rem;
	}
	
	.sepet-adim-pasif{
		font-size: 0.8rem;
	}
	
	.sepet-baslik{
		font-size: 0.7rem;
		padding: 2px;
	}
	
	.sepet-baslik-detay{
		font-size: 0.7rem;
		padding: 2px;
		width: 30%;
	}
	
	.sepet-fiyat{
		font-size: 0.7rem;
		padding: 2px;
		width: 15%;
	}

	
	.sepet-img-mobil{
		width: 15%;
	}
	
	.sepet-list-box{
		display: none;
	}
	
	.sepet-aratoplam{
		width: 80%;
	}
	
	.adress-left{
		width: 100%;
		padding: 0px;
	}
	
	.adress-right{
		width: 100%;
		margin-top: 15px;
		padding: 0px;
	}
	
	.odeme-secim-aktif{
		font-size: 0.9rem;
		width: 33.33333333%;
	}
	
	.odeme-secim-pasif{
		font-size: 0.9rem;
		width: 33.33333333%;
	}
	
	.odeme-left-box{
		width: 100%;
		font-size: 0.9rem;
	}
	
	.odeme-left-box .column1{
		padding: 10px 3px 10px 3px !important;
	}
	
	.odeme-right-box{
		width: 100%;
		margin-top: 15px;
	}
	
	.blog{
		height: 370px;
	}
	
	.blog-left{
		width: 100%;
	}
	
	.blog-right{
		width: 100%;
		margin-top: 15px;
	}
	
	.blog-list{
		width: 50%;
	}
	
	.breadcrumb{
		font-size: 0.9em;
	}
	
	.hemenalpopup{
		width: 70%;
		font-size: 0.9rem;
	}
	
	.fb-yazi{
		width:95%;
	}
	
	.login-cerceve{
		display: flex;
		flex-direction: column-reverse;
	  }
	  
	.login-box {
		width: 100%;
	}
	
	.login-sifremi-unuttum{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	  }
	  
	 .login-yeni-uye{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	  }
	  
	 .login-info-box{
		width:100%;
	  }
	
	.pages-left{
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.hesap-left-ikon{
		display: none !important;
	}
	
	.account-left-line{
		padding: 5px;
		font-size: 0.9em;
		width: 100% !important;
	}
	
	.account-right{
		width: 100%;
		margin-top: 15px;
		font-size: 0.9em;
		padding: 0px;
	}
	
	.account-right .input{
		padding: 5px;
		width: 100%;
	}
	
	.adress-text{
		width: 100%;
		padding-left: 0px;
	}
	
	.account-right-siparislerim{
		width: 100%;
		margin-top: 15px;
		font-size: 0.9em;
		padding: 0px;
	}
	
	.account-step-title{
		font-size: 0.9em;
	}
	
	.account-step-line{
		font-size: 0.7em;
		padding: 2px;
	}
	
	.footer-whatsapp-link{
		display: none;
	}
	
	.footer-etbis-cerceve{
		margin: auto !important;
	}
	
	.header-top-widgets-link{
		font-size: 0.7rem;
	}
	
	.urunler-filtre-input-siralama{
		padding: 5px;
		font-size: 0.68rem;
	}
	
	.urunler-filtre-input-tumunu-goster{
		padding: 5px;
		font-size: 0.68rem;
	}
	
	.urunler-filtre-input-filtre{
		margin-top: 4px;
		font-size: 0.9rem;
	}
	
	.sepet-devam-button{
		
		font-size: 0.7em;
		height: auto !important;
		padding-top: 2px;
		padding-right: 2px;
		padding-bottom: 2px;
		padding-left: 2px;
	}
	
	.sepet-devam-button2{
		
		font-size: 0.7em;
		height: auto !important;
		padding-top: 2px;
		padding-right: 2px;
		padding-bottom: 2px;
		padding-left: 2px;
	}
	
	.anasayfa-desc span { font-size: 1.1em !important; }
	.anasayfa-3-item { width: 100%; padding: 10px; }
	.anasayfa-2-item { width: 50%; padding: 10px; }
	.anasayfa-4-item { width: 50%; padding: 10px; }
	.anasayfa-5-item { width: 100%; padding: 10px; }
	.anasayfa-6-item { width: 100%; padding: 10px; }
	.anasayfa-7-item { width: 100%; padding: 10px; }
	.anasayfa-8-item { width: 50%; padding: 10px; }
	.anasayfa-9-item { width: 100%; padding: 10px; }
	.anasayfa-10-item { width: 50%; padding: 10px; }
	.anasayfa-11-item { width: 100%; padding: 10px; }
	.anasayfa-12-item { width: 100%; padding: 10px; }
	
	.fs-sm-1 { font-size: 2.5rem!important; }
    .fs-sm-2 { font-size: 2rem!important; }
    .fs-sm-3 { font-size: 1.75rem!important; }
    .fs-sm-4 { font-size: 1.5rem!important; }
    .fs-sm-5 { font-size: 1.25rem!important; }
    .fs-sm-6 { font-size: 1rem!important; }
    .fs-sm-7 { font-size: 0.9rem!important; }
    .fs-sm-8 { font-size: 0.8rem!important; }
    .fs-sm-9 { font-size: 0.75rem!important; }
	.fs-sm-10 { font-size: 0.7rem!important; }
	.fs-sm-11 { font-size: 0.65rem!important; }
	.fs-sm-12 { font-size: 0.60rem!important; }
	
}

/* En KÃ¼Ã§Ã¼k telefonlar  */
@media(max-width:320px){
	
	.header {
		display: none;
	}
	
	.header-search{
		padding: 10px 10px 10px 10px;
	}
	
	.header-mobile-logo{
		width: 100%;
		padding: 0px;
	}
	
	.sliderLeft{
		width: 100%;
	}
	
	.sliderRight{
		width: 100%;
	}
	
	.slider-yan-iki-banner-sag{
		width: 50%;
		float: left;
		padding-right: 2px;
		padding-left: 2px;
	}
	
	.slider-yan-iki-banner-alt-iki-banner-sag{
		width: 50%;
		float: left;
		padding-right: 2px;
		padding-left: 2px;
	}
	
	.mobile-header {
		display: block;
	}
	
	.mobil-menu-button-tab{
		width: 25%;
	}
	
	/*
	.mobil-menu-logo-tab{
		width: 41.66666667%;
	}
	*/
	
	.new-mobile-window-line-a{
		padding: 0px;
	}
	
	.ebulten-left{
		width: 100%;
		text-align: center;
	}
	
	.ebulten-title{
		width: 100%;
		text-align: center;
	}
	
	.ebulten-orta-cerceve{
		width: 80%;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.ebulten-form{
		width: 100%;
		margin: auto;
	}
	
	.ebulten-input{
		margin: auto;
		width: 100%;
	}
	
	
	.ebulten-desc{
		width: 100%;
		padding: 15px 0px 15px 0px;
		text-align: center;
	}
	
	.footer-sosyal-box{
		width: 100%;
		margin: auto;
		text-align: center;
	}
	
	.footer-sosyal{
		float: none;
		margin: auto;
	}
	
	.footer-content .col{
		flex: 100%;
		width: 100% !important;
		text-align: center;
	}
	
	.footer-guvenlik{
		width: 100% !important;
	}
	
	.footer-blog{
		width: 100%;
		text-align: center;
		padding: 15px 0px 15px 0px;
	}
	
	
	.urunler-navigation-left{
		display: none !important;
	}
	
	
	.blog-navigation-band{
		display: none;
	}
	
	.urunler-filtre-right{
		width: 100%;
	}
	
	.urunler-left{
		position: fixed;
		z-index: 9999;
		top: 0px;
		left: -85%;
		background: #fff;
		width: 85%;
		height: 100%;
		overflow-y: auto !important;
		padding-left: 0px;
	}
	
	.products-right{
		width: 100%;
	}
	
	.popup-container{
		max-width:100%;
	}
	
	.urun-list{
		width: 50%;
		padding-right: 3px;
		padding-left: 3px;
	}
	
	.urun{
		height: 300px;
	}
	
	.urun:hover{
		height: 300px;
	}
	
	.ucretsiz-kargo{
		font-size: 0.6em;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.urun-indirim{
		font-size: 0.8em;
		padding-top: 5px;
		width: 30px;
		height: 30px;
	}
	
	.yeni-urun{
		font-size: 0.6em;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.urun-img-box{
		height: 150px;
	}
	
	.urun-img{
		height: auto;
		max-height: 135px;
	}
	
	.urun-bottom{
		height: 135px;
	}
	
	.urun-hover-incele{
		padding: 3px 2px 3px 3px;
		font-size: 0.49em;
	}
	
	.urun-hover-sepeteat{
		padding: 3px 2px 3px 3px;
		font-size: 0.49em;
	}
	
	.urun-hover-incele-icon::before{
		font-size: 0.8em;
	}
	
	.urun-katalog-sepeteat-icon::before{
		font-size: 0.8em;
	}
	
	
	.urun-fiyat1{
		font-size: 0.8rem;
		left: 0px;
	}
	
	.urun-fiyat{
		font-size: 0.9rem;
	}
	
	.urun-title{
		font-size: 0.7rem;
	}
	
	.urun-title:hover{
		font-size: 0.7rem;
	}
	
	#newMenuFiltreOpenActive { display: block; }

	.new-mobile-window-close{
		display: block;
	}
	
	.new-mobile-window-close::before{
		display: block;
	}
	
	.urun-detay-gorsel{
		width: 100%;
	}
	
	.urun-detay-cerceve{
		width: 100%;
		margin: 10px 0px 10px 0px;
	}
	
	.urun-widgets{
		display: none;
	}
	
	.urun-detay-adet-input{
		width: 15%;
		height: 40px;
	}
	
	.quantity-number{
		width: 30px;
		height: 40px;
		line-height: 40px;
		font-size: 0.9rem;
	}
	
	.urun-detay-button{
		height: 40px;
		font-size: 1rem;
	}
	
	.urun-detay-button-tablo{
		width: 100%;
		height: 40px;
		margin-top: 15px;
		margin-left: 0px;
		font-size: 0.9rem;
		padding-left: 0px;
		display: grid;
	}
	
	.marka{
		width: 50%;
	}
	
	.kampanya-sol{
		width: 100%;
	}
	
	.kampanya-desc{
		width: 100%;
	}
	
	.sepet-adim-aktif{
		font-size: 0.7rem;
	}
	
	.sepet-adim-pasif{
		font-size: 0.7rem;
	}
	
	.sepet-baslik{
		font-size: 0.7rem;
		padding: 2px;
	}
	
	.sepet-baslik-detay{
		font-size: 0.7rem;
		padding: 2px;
		width: 30%;
	}
	
	.sepet-fiyat{
		font-size: 0.7rem;
		padding: 2px;
		width: 18%;
	}

	
	.sepet-img-mobil{
		width: 15%;
	}
	
	.sepet-list-box{
		display: none;
	}
	
	.sepet-aratoplam{
		width: 100%;
	}
	
	.sepette-indirim-title{
		font-size: 1.3rem;
	}
	
	.adress-left{
		width: 100%;
		padding: 0px;
	}
	
	.adress-right{
		width: 100%;
		margin-top: 15px;
		padding: 0px;
	}
	
	.odeme-secim-aktif{
		font-size: 0.9rem;
		width: 33.33333333%;
	}
	
	.odeme-secim-pasif{
		font-size: 0.9rem;
		width: 33.33333333%;
	}
	
	.odeme-left-box{
		width: 100%;
		font-size: 0.8rem;
	}
	
	.odeme-left-box .column1{
		padding: 10px 3px 10px 3px !important;
	}
	
	.odeme-right-box{
		width: 100%;
		margin-top: 15px;
	}
	
	.blog{
		height: 350px;
	}
	
	.blog-left{
		width: 100%;
	}
	
	.blog-right{
		width: 100%;
		margin-top: 15px;
	}
	
	.blog-list{
		width: 50%;
	}
	
	.breadcrumb{
		font-size: 0.8em;
	}
	
	.hemenalpopup{
		width: 70%;
		font-size: 0.7em;
	}
	
	.fb-yazi{width:95%;}
	.login-cerceve{
      display: flex;
      flex-direction: column-reverse;
     }
  
	.login-box {
		width: 100%;
	}
  
	.login-sifremi-unuttum{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
  
  .login-yeni-uye{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
  }
  
  .login-info-box{
	width:100%;
  }
	
	.pages-left{
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.hesap-left-ikon{
		display: none !important;
	}
	
	.account-left-line{
		padding: 5px;
		font-size: 0.9em;
		width: 100% !important;
	}
	
	.account-right{
		width: 100%;
		margin-top: 15px;
		font-size: 0.9em;
		padding: 0px;
	}
	
	.account-right .input{
		padding: 5px;
		width: 100%;
	}
	
	.adress-text{
		width: 100%;
		padding-left: 0px;
	}
	
	.account-right-siparislerim{
		width: 100%;
		margin-top: 15px;
		font-size: 0.9em;
		padding: 0px !important;
	}
	
	.account-step-title{
		font-size: 0.9em;
	}
	
	.account-step-line{
		font-size: 0.7em;
		padding: 2px;
	}
	
	.footer-whatsapp-link{
		display: none;
	}
	
	.footer-etbis-cerceve{
		margin: auto !important;
	}
	
	.header-top-widgets-link{
		font-size: 0.5rem;
	}
	
	.urunler-filtre-input-siralama{
		padding: 5px;
		font-size: 0.6rem;
	}
	
	.urunler-filtre-input-tumunu-goster{
		padding: 5px;
		font-size: 0.6rem;
	}
	
	.urunler-filtre-input-filtre{
		margin-top: 4px;
		font-size: 0.8rem;
	}
	
	.sepet-devam-button{
		
		font-size: 0.7em;
		height: auto !important;
		padding-top: 2px;
		padding-right: 2px;
		padding-bottom: 2px;
		padding-left: 2px;
	}
	
	.sepet-devam-button2{
		
		font-size: 0.7em;
		height: auto !important;
		padding-top: 2px;
		padding-right: 2px;
		padding-bottom: 2px;
		padding-left: 2px;
	}
	
	.anasayfa-desc span { font-size: 1.1em !important; }
	.anasayfa-3-item { width: 100%; padding: 10px; }
	.anasayfa-2-item { width: 50%; padding: 10px; }
	.anasayfa-4-item { width: 50%; padding: 10px; }
	.anasayfa-5-item { width: 100%; padding: 10px; }
	.anasayfa-6-item { width: 100%; padding: 10px; }
	.anasayfa-7-item { width: 100%; padding: 10px; }
	.anasayfa-8-item { width: 50%; padding: 10px; }
	.anasayfa-9-item { width: 100%; padding: 10px; }
	.anasayfa-10-item { width: 50%; padding: 10px; }
	.anasayfa-11-item { width: 100%; padding: 10px; }
	.anasayfa-12-item { width: 100%; padding: 10px; }
	
	.fs-sm-1 { font-size: 2.5rem!important; }
    .fs-sm-2 { font-size: 2rem!important; }
    .fs-sm-3 { font-size: 1.75rem!important; }
    .fs-sm-4 { font-size: 1.5rem!important; }
    .fs-sm-5 { font-size: 1.25rem!important; }
    .fs-sm-6 { font-size: 1rem!important; }
    .fs-sm-7 { font-size: 0.9rem!important; }
    .fs-sm-8 { font-size: 0.8rem!important; }
    .fs-sm-9 { font-size: 0.75rem!important; }
	.fs-sm-10 { font-size: 0.7rem!important; }
	.fs-sm-11 { font-size: 0.65rem!important; }
	.fs-sm-12 { font-size: 0.60rem!important; }
}@media(max-width:768px){@media(max-width:768px){
				.urun-mobile{
			position:relative;
			background:#ffffff00;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#fafafa;
			border-style:solid;
			padding-top:3px;
			padding-right:0px;
			padding-bottom:3px;
			padding-left:0px;
			border-top-left-radius:5px !important;
			border-bottom-left-radius:3px !important;
			border-top-right-radius:3px !important;
			border-bottom-right-radius:3px !important;
			height:400px;
			text-align:center;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-mobile:hover{
			background:#ffffff00;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#eeeff4;
			border-style:solid;
			padding-top:3px;
			padding-right:0px;
			padding-bottom:3px;
			padding-left:0px;
			border-top-left-radius:3px !important;
			border-bottom-left-radius:3px !important;
			border-top-right-radius:3px !important;
			border-bottom-right-radius:3px !important;
			height:370px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-tukendi-mobile{
			position:absolute;
			z-index:999;
			top:0px;
			left:0px;
			right:0px;
			bottom:0px;
			margin-top:auto;
			margin-right:auto;
			margin-bottom:auto;
			margin-left:auto;
			padding-top:4px;
			padding-right:4px;
			padding-bottom:4px;
			padding-left:4px;
			width:50%;
			height:30px;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			border-top:2px;
			border-right:2px;
			border-bottom:2px;
			border-left:2px;
			border-color:#ffffff;
			border-style:solid;
			background:#000000;
			color:#ffffff;
			font-size:0.7em;
			text-align:center;
			box-shadow:0px 0px 0px #fafafa;
		}

		.ucretsiz-kargo-mobile{
			position:absolute;
			z-index:999;
			top:6px;
			left:6px;
			right:auto;
			bottom:auto;
			padding-top:0px;
			padding-right:4px;
			padding-bottom:2px;
			padding-left:4px;
			border-top-left-radius:3px !important;
			border-bottom-left-radius:3px !important;
			border-top-right-radius:3px !important;
			border-bottom-right-radius:3px !important;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			width:auto;
			height:auto;
			font-size:0.6em;
			background:#000000;
			color:#ffffff;
			text-align:center;
			box-shadow:0px 0px 0px #fafafa;
		}

		.yeni-urun-mobile{
			position:absolute;
			z-index:999;
			top:55px;
			left:auto;
			right:5px;
			bottom:auto;
			padding-top:0px;
			padding-right:4px;
			padding-bottom:0px;
			padding-left:4px;
			border-top-left-radius:3px !important;
			border-bottom-left-radius:3px !important;
			border-top-right-radius:3px !important;
			border-bottom-right-radius:3px !important;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			width:auto;
			height:auto;
			font-size:0.6em;
			background:#219184;
			color:#ffffff;
			text-align:center;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-indirim-mobile{
			position:absolute;
			z-index:999;
			top:2px;
			right:2px;
			bottom:auto;
			left:auto;
			padding-top:5px;
			padding-right:4px;
			padding-bottom:0px;
			padding-left:4px;
			border-top-left-radius:3px !important;
			border-bottom-left-radius:3px !important;
			border-top-right-radius:3px !important;
			border-bottom-right-radius:3px !important;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			width:30px;
			height:30px;
			background:#ffffff00;
			color:#000000;
			text-align:center;
			font-size:0.8em;
			font-weight:bold;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-hover-buttons-mobile{
			display:none;
			position:absolute;
			z-index:999;
			width:90%;
			height:auto;
			top:auto;
			bottom:5px;
			right:0px;
			left:0px;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:auto;
			margin-right:auto;
			margin-bottom:auto;
			margin-left:auto;
			box-shadow:0px 0px 0px #fafafa;
			opacity:1;
		}

		.urun-hover-incele-mobile{
			width:100%;
			height:auto;
			background:#2dbeb0;
			color:#ffffff;
			font-size:0.55em;
			font-weight:normal;
			padding-top:3px;
			padding-right:2px;
			padding-bottom:3px;
			padding-left:3px;
			margin-top:10px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			border-top-left-radius:3px !important;
			border-bottom-left-radius:3px !important;
			border-top-right-radius:3px !important;
			border-bottom-right-radius:3px !important;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			box-shadow:0px 0px 0px #fafafa;
			opacity:1;
			float:left;
			cursor:pointer;
		}

		.urun-hover-sepeteat-mobile{
			width:60%;
			height:auto;
			background:#414141;
			color:#ffffff;
			font-size:0.55em;
			font-weight:normal;
			padding-top:3px;
			padding-right:2px;
			padding-bottom:3px;
			padding-left:3px;
			margin-top:10px;
			margin-right:auto;
			margin-bottom:0px;
			margin-left:auto;
			border-top-left-radius:3px !important;
			border-bottom-left-radius:3px !important;
			border-top-right-radius:3px !important;
			border-bottom-right-radius:3px !important;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			box-shadow:0px 0px 0px #fafafa;
			opacity:1;
			float:none;
			cursor:pointer;
		}

		.urun-hover-incele-mobile:hover{
			background:#219184;
			color:#ffffff;
			opacity:0.8;
		}

		.urun-hover-sepeteat-mobile:hover{
			background:#000000;
			color:#ffffff;
			opacity:0.8;
		}

		.urun-img-box-mobile{
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:auto;
			margin-right:auto;
			margin-bottom:auto;
			margin-left:auto;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			height:auto;
			overflow:hidden;
			text-align:center;
			position:relative;
			align-items:center;
			justify-content:center;
			display:flex;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-img-mobile{
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:auto;
			margin-right:auto;
			margin-bottom:auto;
			margin-left:auto;
			width:auto;
			max-width:100%;
			height:auto;
			max-height:370px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-bottom-mobile{
			position:absolute;
			top:auto;
			left:0px;
			right:auto;
			bottom:5px;
			height:135px;
			background:#ffffff00;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			border-top-left-radius:0px !important;
			border-bottom-left-radius:0px !important;
			border-top-right-radius:0px !important;
			border-bottom-right-radius:0px !important;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-title-mobile{
			text-align:center;
			font-size:0.7rem;
			font-weight:normal;
			padding-top:0px;
			padding-right:5px;
			padding-bottom:10px;
			padding-left:5px;
			color:#252525;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-title-mobile:hover{
			color:#252525;
			font-size:0.7rem;
		}

		.urun-fiyat1-mobile{
			text-decoration:line-through !important;
			text-align:center;
			top:auto;
			left:0px;
			right:auto;
			bottom:70px;
			padding-top:2px;
			padding-right:2px;
			padding-bottom:2px;
			padding-left:2px;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#ffffff;
			border-style:solid;
			background:#ffffff00;
			color:#777777;
			font-size:0.8rem;
			font-weight:normal;
			position:absolute;
			width:100%;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-fiyat-mobile{
			position:absolute;
			text-align:center;
			font-size:0.9rem;
			font-weight:bold;
			padding-top:2px;
			padding-right:2px;
			padding-bottom:2px;
			padding-left:2px;
			background:#ffffff00;
			color:#252525;
			top:auto;
			left:auto;
			right:0px;
			bottom:45px;
			width:100%;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-fiyat-sepette-mobile{
			position:absolute;
			z-index:999;
			background:#ffffff;
			color:#000000;
			text-align:center;
			font-size:0.7rem;
			width:auto;
			height:auto;
			top:65px;
			left:5px;
			right:auto;
			bottom:auto;
			border-top:1px;
			border-right:1px;
			border-bottom:1px;
			border-left:1px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:3px;
			border-bottom-left-radius:3px;
			border-top-right-radius:3px;
			border-bottom-right-radius:3px;
			padding-top:1px;
			padding-right:2px;
			padding-bottom:1px;
			padding-left:2px;
			margin-top:1px;
			margin-right:2px;
			margin-bottom:1px;
			margin-left:2px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-fiyat-sepette-indirim-mobile{
			font-size:0.7rem;
			color:#000000;
			font-weight:normal;
			background:#ffffff;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:0px;
			border-bottom-left-radius:0px;
			border-top-right-radius:0px;
			border-bottom-right-radius:0px;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.urun-fiyat-sepette-indirim-rakam-mobile{
			font-size:0.7rem;
			color:#000000;
			font-weight:normal;
			background:#ffffff00;
			border-top:0px;
			border-right:0px;
			border-bottom:0px;
			border-left:0px;
			border-color:#d6d6d6;
			border-style:solid;
			border-top-left-radius:0px;
			border-bottom-left-radius:0px;
			border-top-right-radius:0px;
			border-bottom-right-radius:0px;
			padding-top:0px;
			padding-right:0px;
			padding-bottom:0px;
			padding-left:0px;
			margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			box-shadow:0px 0px 0px #fafafa;
		}

		.slideFull-mobile{
			margin-top:0px;
		}

		
				}}</pre></body></html>