@import url('keyframes.css');

::selection {
	color: #fff;
	background: #ff8600;
}

::-moz-selection {
	color: #fff;
	background: #ff8600;
}

* {
	font-family: 'Poppins', sans-serif;
}

b, strong, h1, h2, h3 {
	font-weight: 500;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-weight: 400;
	background: #f0f0f0;
}

.center {
	margin: 0 auto;
	width: 1120px;
	padding: 0 10px;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

#slopen, #slclose, #left {
	display: none
}

#load {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	background: url(../img/load.svg) center center no-repeat #f0f0f0;
	cursor: pointer;
	top: 0;
	left: 0;
}

#load.hide {
	display: none;
}

#pop {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 89;
	background: rgba(0, 0, 0, 0.2);
	display: none;
	top: 0;
	left: 0;
}

#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2;
	background: rgba(0, 0, 0, 0.2);
	display: none;
	cursor: pointer;
	top: 0;
	left: 0;
}

#overlay.open {
	display: block;
}

#header {
	width: 100%;
	height: 100px;
	background: #fff;
	position: relative;
	z-index: 4;
}

#bayrak {
	width: 70px;
	height: 70px;
	background: url(../img/bayrak.png);
	position: absolute;
	top: 0;
	right: 0;
}

#logo {
	float: left;
	width: 350px;
	padding-top: 31px;
	height: 69px;
	position: relative;
	margin-left: -100px;
}

.logo_line {
	top: 0;
	position: absolute;
	width: 100px;
	height: 100px;
	background: url(../img/logo_line.png) center center no-repeat;
	opacity: 0.2;
	transition: all 0.25s linear;
}

.logo {
	float: left;
	margin-top: -31px;
	width: 100px;
	height: 100px;
	background: url(../img/logo2.png) center center no-repeat;
	opacity: 0.2;
	transition: all 0.25s linear;
}

#logo:hover .logo {
	opacity: 1;
	transition: all 0.25s linear;
}

#logo:hover .logo_line {
	animation-name: spin;
	animation-duration: 1s;
	opacity: 1;
	transition: all 0.25s linear;
}

#logo a b {
	position: absolute;
	left: 100px;
	top: 67px;
	font-size: 12px;
	font-weight: 400;
	color: #555;
}

.tel {
	width: 550px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #666;
	padding-left: 201px;
}

.iframe {
	float: right;
	width: 230px;
	height: 40px;
	overflow: hidden;
}

.sepet_hatirlat {
	width: 100%;
	height: 60px;
	line-height: 38px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 10px;
	background: #fbfbfb;
}

.sepet_hatirlat a {
	float: right;
	font-weight: 500;
	font-size: 15px;
	text-decoration: none;
}

.icerik_alan a.kare {
	float: left;
	display: block;
	width: 100px;
	height: 80px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 10px;
	background: #fbfbfb;
	text-align: center;
	padding-top: 30px;
	text-decoration: none;
	color: #666;
	margin-top: 10px;
	margin-right: 10px;
	font-weight: 500;
	transition: all 0.2s linear;
}

.icerik_alan a.kare:hover {
	border: 1px solid #ff8600;
	text-decoration: none;
}

.tel span {
	background: url(../img/tel.svg) left 10px center no-repeat;
	background-size: 15px 15px;
	padding-left: 30px;
	font-weight: 500;
	color: #333;
}

input#arama {
	float: left;
	width: 545px;
	padding: 0 10px;
	padding-left: 40px;
	height: 40px;
	line-height: 40px;
	border: 2px solid #ddd;
	border-right: 50px solid #ddd;
	box-sizing: border-box;
	background: url(../img/arama.svg) left 10px center no-repeat #fff;
	background-size: 20px 20px;
	color: #333;
	border-radius: 5px;
	outline: 0;
}

input#arama:focus {
	border-color: #ff8600;
}

input#ara {
	position: absolute;
	width: 50px;
	height: 40px;
	line-height: 40px;
	margin-left: -50px;
	outline: 0;
	border: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	border-radius: 3px;
	transition: all 0.2s linear;
	background: none;
}

input#ara:hover {
	background: #ff8600;
	color: #fff;
}

a#hesap, a#sepet {
	float: right;
	padding: 0 10px;
	padding-left: 30px;
	height: 40px;
	line-height: 40px;
	border: 2px solid #ddd;
	box-sizing: border-box;
	background: url(../img/user.svg) left 5px center no-repeat;
	background-size: 20px 20px;
	font-weight: 500;
	text-decoration: none;
	color: #333;
	border-radius: 5px;
}

a#sepet {
	padding-left: 33px;
	border: 2px solid #aaa;
	background: url(../img/basket.svg) left 5px center no-repeat #aaa;
	background-size: 20px 20px;
	margin-left: 10px;
	color: #fff;
}

a#hesap:hover {
	background: url(../img/user.svg) left 5px center no-repeat #ddd;
	background-size: 20px 20px;
	border: 2px solid #ddd;
	color: #555;
}

a#sepet:hover {
	border: 2px solid #999;
	background: url(../img/basket.svg) left 5px center no-repeat #999;
	background-size: 20px 20px;
}

#menu {
	width: 100%;
	min-width: 1000px;
	height: 34px;
	background: #ff8600;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	padding: 5px 0;
	position: relative;
	z-index: 88;
}

ul#mega {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#mega li {
	float: left;
}

#mega li.all, #mega li.all:hover {
	font-weight: 500;
	background: url(../img/menu.svg) left 10px center no-repeat #666;
	background-size: 20px 20px;
	padding-left: 30px;
	height: 44px;
	line-height: 44px;
	margin-top: -5px;
	margin-right: 5px;
	cursor: pointer;
	border-radius: 0;
}

#mega li.all.open, #mega li.all.open:hover {
	font-weight: 500;
	background: url(../img/menu2.svg) left 10px center no-repeat #fff;
	background-size: 20px 20px;
	padding-left: 30px;
	height: 44px;
	line-height: 44px;
	margin-top: -5px;
	margin-right: 5px;
	cursor: pointer;
	border-radius: 0;
	box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.1);
}

#mega li.all a, #mega li.all:hover a {
	line-height: 44px;
	color: #fff;
	padding: 0 10px;
}

#mega li.all.open a, #mega li.all.open:hover a {
	line-height: 44px;
	color: #111;
	padding: 0 10px;
}

#mega li a {
	display: block;
	line-height: 34px;
	text-decoration: none;
	color: #fff;
	padding: 0 7.5px;
}

#mega li:hover {
	background: #fff;
	border-radius: 3px;
}

#mega li:hover a {
	text-decoration: none;
	color: #ff8600;
}

.menu {
	position: absolute;
	left: 0;
	width: 100%;
	max-height: 0;
	transition: all 0.15s linear;
	transition: max-height 0.25s ease-in;
	overflow: hidden;
}

.menu.open {
	max-height: 1500px;
}

.menu_ic {
	margin: 0 auto;
	width: 1100px;
	background: #666;
	box-sizing: border-box;
	position: relative;
	z-index: 89;
}

.menu_ic .menu_item {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.menu_ic .menu_item:nth-child(odd) {
	background: #fff;
}

.menu_ic .menu_item:nth-child(even) {
	background: #fafafa;
}

.menu_ic .menu_item .altmenu {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 10px;
}

.menu a {
	float: left;
	display: inline-block;
	color: #333;
	width: 20%;
	line-height: 25px;
	text-transform: capitalize;
	font-weight: 400;
	text-decoration: none;
}

.menu a span {
	color: #aaa;
	margin-left: 5px;
	font-size: 10px;
}

.menu a.ana {
	width: 100%;
	float: none;
	color: #ff8600;
	line-height: 30px;
	font-weight: 500;
	display: block;
}

.menu a:hover {
	color: #ff8600;
}

.slogan {
	width: 100%;
	line-height: 40px;
	color: #fff;
	background: #666;
	padding: 10px 5px;
	box-sizing: border-box;
}

.slogan form {
	margin: 0;
	padding: 0;
	width: 50%;
	float: right;
}

.slogan span {
	font-weight: 500;
	padding: 3px 7px;
	background: #555;
	border-radius: 5px;
	border: 1px solid #777;
}

.slogan span:first-child {
	margin-left: 5px;
}

.slogan input.arama {
	width: 100%;
	float: right;
	margin: 5px;
	outline: 0;
	border: 1px solid #777;
	padding: 5px 10px;
	padding-left: 25px;
	background: url(../img/arama.svg) left 5px center no-repeat #555;
	background-size: 16px 16px;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
}

.slogan input.ara {
	position: absolute;
	width: 50px;
	right: 5px;
	margin: 5px;
	outline: 0;
	border: 1px solid #777;
	padding: 5px 10px;
	background: #444;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}

.slogan input.ara:hover {
	background: #333;
}

#page {
	margin: 0 auto;
	width: 1100px;
	box-sizing: border-box;
	padding: 5px;
	margin-top: 20px;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}

#page .urunler {
	width: 100%;
	height: 100%;
	padding: 9px 5px 8px 8px;
	box-sizing: border-box;
}

.page {
	margin: 0px auto;
	width: 1120px;
	box-sizing: border-box;
	min-height: 700px;
}

.kategori_baslik {
	width: 100%;
	padding: 5px;
	margin: -5px;
	height: 40px;
	background: linear-gradient(#fbfbfb, #eeeeee);
	border-bottom: 1px solid #ddd;
}

.kategori_baslik h1 {
	display: inline-block;
	margin: 0;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}

.alt_baslik {
	width: 100%;
	padding: 5px;
	margin: -5px;
	margin-bottom: 10px;
	background: #fafafa;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.yer {
	width: 100%;
	padding: 5px;
	margin: -5px;
	margin-bottom: 10px;
	background: #fafafa;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	height: 35px;
	line-height: 35px;
}

.yer a {
	float: left;
	padding: 0 5px;
	text-decoration: none;
	color: #333;
}

.yer a:hover {
	color: #ff8600;
}

.kategori_baslik select {
	float: right;
	margin: 5px;
	outline: 0;
	border: 1px solid #ddd;
	padding: 0 5px;
	height: 25px;
	line-height: 24px;
	padding-left: 25px;
	background: url(../img/sirala.png) left 5px center no-repeat #fff;
	box-sizing: border-box;
	color: #333;
	font-size: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	transition: all 0.15s linear;
}

.kategori_baslik select:hover {
	background: url(../img/sirala.png) left 5px center no-repeat #eee;
	color: #333;
}

.alt_baslik a {
	float: left;
	display: inline-block;
	width: 20%;
	padding-left: 26px;
	height: 30px;
	line-height: 32px;
	text-decoration: none;
	color: #333;
	background: url(../img/sec_bg.png) left 7px center no-repeat;
	overflow: hidden;
	transition: all 0.1s linear;
	box-sizing: border-box;
}

.alt_baslik a span {
	color: #aaa;
	margin-left: 5px;
	font-size: 10px;
}

.alt_baslik a:hover {
	color: #ff8600;
}

.alt_baslik a.sec {
	color: #ff8600;
	background: url(../img/sec_bg1.png) left 7px center no-repeat;
}

#page.icerik .icerik_alan a {
	color: #ff8600;
}

.icerik_menu {
	float: left;
	margin: -5px;
	margin-right: 10px;
	padding: 15px 10px;
	width: 150px;
	min-height: 500px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fafafa;
}

.icerik_alan {
	float: left;
	width: 900px;
}

.icerik_alan h1 {
	color: #ff8600;
	margin-top: 5px;
	padding: 0;
	font-size: 20px;
}

.alan {
	width: 150px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.alan b {
	display: block;
	font-size: 14px;
	padding-bottom: 10px;
	color: #666;
}

.alan a {
	display: block;
	line-height: 22px;
	text-decoration: none;
	color: #333;
}

.alan a.sec, .alan a:hover {
	text-decoration: none;
	color: #ff8600;
}

.iform {
	float: left;
	width: 30%;
	padding: 10px;
	box-sizing: border-box;
	background: #fafafa;
	border: 1px solid #eee;
}

.iform b {
	color: #ff8600;
	font-size: 15px;
}

textarea.ifo {
	width: 100%;
	box-sizing: border-box;
	height: 80px;
	line-height: 20px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	margin-top: 12.5px;
	outline: 0;
	color: #333;
	transition: all 0.25s linear;
}

input.ifo {
	width: 100%;
	box-sizing: border-box;
	height: 38px;
	line-height: 18px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	margin-top: 12.5px;
	outline: 0;
	color: #333;
	transition: all 0.25s linear;
}

textarea.ifo:focus, input.ifo:focus {
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

input.giris {
	float: right;
	cursor: pointer;
	line-height: 22px;
	padding: 10px 15px;
	background: #666;
	color: #ddd;
	border: 0;
	margin-top: 12.5px;
	outline: 0;
	transition: all 0.15s linear;
}

input.giris:hover {
	background: #ff8600;
	color: #fff;
}

.bilgialan {
	float: left;
	width: 70%;
	box-sizing: border-box;
	position: relative;
}

.login {
	float: left;
	width: 50%;
	height: 400px;
	box-sizing: border-box;
	padding: 15px;
	padding-right: 20px;
}

.yeniuye {
	float: right;
	width: 50%;
	margin-top: -5px;
	margin-right: -5px;
	height: 400px;
	box-sizing: border-box;
	background: #fafafa;
	padding: 20px;
	padding-left: 25px;
	border-left: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
}

.login b, .yeniuye b {
	display: block;
	color: #ff8600;
	font-size: 20px;
}

.login span, .yeniuye span {
	display: block;
	color: #888;
	font-size: 14px;
	border-bottom: #ddd solid 1px;
	padding-bottom: 15px;
}

#slide {
	float: left;
	margin: 5px;
	width: 700px;
	height: 380px;
	background: #fff;
	border: #ddd solid 1px;
	position: relative;
}

#urunslide {
	float: left;
	margin: 5px;
	width: 520px;
	height: 400px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	overflow: hidden;
}

#urunslide table {
	width: 100%;
	height: 400px;
	border: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

#urunslide table img {
	height: 480px;
}

#urunslide table td {
	text-align: center;
	vertical-align: center;
}

.flexslider .slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.flexslider .flex-direction-nav {
	display: none;
}

.flex-control-nav {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.flex-control-nav li {
	float: left;
	margin: 3px;
	text-indent: -9999px;
}

.flex-control-nav li a {
	background: #666;
	width: 20px;
	height: 20px;
	line-height: 30px;
	display: block;
	cursor: pointer;
	border-radius: 3px;
}

.flex-control-nav li a.active {
	background: #ff8600;
	cursor: default;
}

#slide2 {
	float: left;
	margin: 5px;
	box-sizing: border-box;
	width: 368px;
	height: 382px;
	color: #444;
	border: 1px solid #ddd;
	border-bottom: 0;
}

#slide2.uruns {
	float: left;
	margin: 5px;
	box-sizing: border-box;
	width: 1080px;
	height: auto;
	color: #444;
	border: 1px solid #ddd;
	border-bottom: 0;
}

#slide2 .kargo, #slide2 .ucretsiz, #slide2 .kart {
	height: 127px;
	width: 100%;
	padding: 15px 10px;
	box-sizing: border-box;
	padding-left: 70px;
	background: url(../img/hizli.svg) left 20px top 20px no-repeat;
	background-size: 40px 40px;
	color: #ff8600;
	border-bottom: 1px solid #ddd;
	line-height: 20px;
	font-size: 17px;
}

#slide2.uruns .kargo, #slide2.uruns .ucretsiz, #slide2.uruns .kart {
	float: left;
	height: 127px;
	width: 33.33%;
	padding: 15px 10px;
	box-sizing: border-box;
	padding-left: 70px;
	background: url(../img/hizli.svg) left 20px top 20px no-repeat;
	background-size: 40px 40px;
	color: #ff8600;
	border-bottom: 1px solid #ddd;
	line-height: 20px;
	font-size: 17px;
}

#slide2.uruns .ucretsiz,
#slide2 .ucretsiz {
	background: url(../img/kargo.svg) left 20px top 20px no-repeat;
	background-size: 40px 40px;
}

#slide2.uruns .kart,
#slide2 .kart {
	background: url(../img/card.svg) left 20px top 20px no-repeat;
	background-size: 40px 40px;
}

#slide2 .kargo b, #slide2 .ucretsiz b, #slide2 .kart b {
	display: block;
	margin-top: 5px;
}

#slide2 p {
	line-height: 18px;
	font-size: 13px;
	color: #333;
	padding-left: 0px;
	margin-left: -50px;
}

#slide2 p:last-child {
	border-bottom: 0;
}

#slide3 {
	margin: 5px;
	box-sizing: border-box;
	width: calc(100% - 10px);
	height: 130px;
	border: #ddd solid 1px;
	background: #fafafa;
	color: #444;
	clear: both;
	overflow: hidden;
	padding: 5px;
}

#slide3 .salan {
	float: left;
	width: 33.33%;
	height: 118px;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	padding: 10px;
}

#slide3 .kargo, #slide3 .ucretsiz, #slide3 .kart {
	padding-top: 2px;
	box-sizing: border-box;
	padding-left: 60px;
	background: url(../img/hizli.svg) left top no-repeat;
	background-size: 40px 40px;
	line-height: 18px;
	height: 45px;
	color: #ff8600;
}

#slide3 .kargo b, #slide3 .ucretsiz b, #slide3 .kart b {
	display: block;
	font-weight: 500;
	font-size: 15px;
}

#slide3 .ucretsiz {
	background: url(../img/kargo.svg) left top no-repeat;
	background-size: 40px 40px;
}

#slide3 hr {
	height: 1px;
	border: 0;
	background: #ddd;
}

#slide3 .kart {
	background: url(../img/card.svg) left top no-repeat;
	background-size: 40px 40px;
}

#slide3 p {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#slide3 .salan:last-child {
	border-right: 0;
}

.baslikx {
	display: block;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
	clear: both;
}

.baslikx span {
	display: block;
	width: 100%;
	height: 18px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.baslikx a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	border: #ddd solid 1px;
	padding: 0 10px;
	background: #fff;
	font-weight: 500;
	color: #333;
	text-decoration: none;
}

.baslikx a:hover {
	color: #ff8600;
	text-decoration: none;
}

.owl-carousel {
	padding: 5px;
	box-sizing: border-box;
}

.urunbox {
	float: left;
	width: 20%;
	padding: 8px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	position: relative;
	margin-left: -1px;
	margin-top: -1px;
}

.owl-carousel .urunbox {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	margin-left: 0px;
	margin-top: 0px;
}

.urunbox:hover {
	z-index: 2;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.owl-carousel .urunbox:hover {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.urun {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
}

.urun .resim {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
	background: url(../img/photo.svg) center center no-repeat;
	background-size: 70px 70px;
}

.urun .resim .resim_img {
	width: 10% !important;
	height: 200px !important;
	overflow: hidden;
	display: table-cell;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}

.urun .resim .resim_img img {
	max-width: 100% !important;
	max-height: 200px !important;
	height: auto;
	vertical-align: baseline;
}

.urun .baslik {
	width: 100%;
	height: 40px;
	display: block;
	margin: 8px 0;
	overflow: hidden;
	line-height: 20px;
}

.urun .baslik a {
	text-decoration: none;
	color: #333;
}

.urun .fiyat {
	width: 100%;
	height: 36px;
	display: block;
	margin: 8px 0;
	overflow: hidden;
}

.urun .fiyat span.iskonto {
	float: left;
	display: inline-block;
	padding: 0 9px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	color: #e00;
	box-sizing: border-box;
	border: 1px solid #e00;
	margin-right: 10px;
	font-weight: 500;
	font-size: 15px;
}

.urun .fiyat span.listefiyat {
	display: block;
	height: 18px;
	line-height: 17px;
	color: #888;
	text-decoration: line-through;
}

.urun .fiyat b.sfiyat {
	float: left;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #333;
	font-size: 16px;
}

.urunbox .sepetle {
	width: 100%;
	height: 38px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 8px;
}

.urunbox .sepetle a.sepeteat {
	display: none;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #ff8600;
	font-size: 13px;
	font-weight: 500;
	padding: 0 10px;
	cursor: pointer;
}

.urunbox .sepetle a.sepeteat:hover {
	display: none;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #ff7500;
	font-size: 13px;
	font-weight: 500;
	padding: 0 10px;
	cursor: pointer;
}

.urunbox .sepetle span.oz {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}

.urunbox .sepetle span.oz.kargo {
	color: #339900;
	background: url(../img/free.svg) left center no-repeat;
	background-size: 20px 20px;
	padding-left: 25px;
}

.urunbox .sepetle span.oz.fast {
	color: #666;
	background: url(../img/fast.svg) left center no-repeat;
	background-size: 20px 20px;
	padding-left: 25px;
}

.urunbox .sepetle span.oz.nostok {
	color: #d00;
}

.urunbox:hover .sepetle span.kargo, .urunbox:hover .sepetle span.fast {
	display: none;
}

.urunbox:hover .sepetle a.sepeteat {
	display: inline-block;
}

#popic {
	position: relative;
	margin: 0 auto;
	width: 300px;
	height: auto;
	background: #fff;
	margin-top: 12%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	text-align: center;
	padding: 30px 50px;
	z-index: 2;
	border-radius: 3px;
}

#popic b {
	font-size: 20px;
	font-weight: 400;
	display: block;
	text-align: center;
	color: #41ad49;
}

#tick {
	margin: 0 auto;
	width: 78px;
	height: 78px;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 40px;
	background: #41ad49;
	margin-bottom: 20px;
}

a.devam {
	float: left;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	border: 2px solid #ddd;
	box-sizing: border-box;
	background: #fbfbfb;
	font-weight: 500;
	text-decoration: none;
	color: #333;
	border-radius: 5px;
	margin-left: 15px;
	cursor: pointer;
}

a.devam:hover {
	background: #ddd;
}

a.sepete {
	float: right;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	text-decoration: none;
	color: #333;
	border-radius: 5px;
	padding-left: 33px;
	border: 2px solid #aaa;
	background: url(../img/basket.svg) left 5px center no-repeat #aaa;
	background-size: 20px 20px;
	color: #fff;
	margin-left: 5px;
}

input.tamam {
	float: right;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #41ad49;
	box-sizing: border-box;
	background: url(../img/on.png) left 10px center no-repeat #41ad49;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}

input.tamam:hover {
	background: url(../img/on.png) left 10px center no-repeat #2da036;
}

.aciklama {
	float: left;
	width: 540px;
	height: 396px;
	position: relative;
	padding: 5px;
}

.aciklama h1 {
	color: #ff8600;
	font-size: 22px;
	font-weight: 400;
	display: block;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.fiyat2 {
	width: 100%;
	height: 46px;
	display: block;
	margin: 16px 0;
}

.fiyat2 span.iskonto {
	float: left;
	display: inline-block;
	padding: 0 9px;
	height: 46px;
	line-height: 44px;
	text-align: center;
	background: #e00;
	color: #fff;
	box-sizing: border-box;
	border: 1px solid #e00;
	margin-right: 10px;
	font-weight: 500;
	font-size: 15px;
}

.fiyat2 span.listefiyat {
	display: block;
	height: 23px;
	line-height: 22px;
	color: #888;
	text-decoration: line-through;
}

.fiyat2 b.sfiyat {
	float: left;
	display: block;
	height: 25px;
	line-height: 25px;
	color: #333;
	font-size: 20px;
}

.aciklama a:link, .aciklama a:visited {
	float: left;
	text-decoration: none;
	font: 12px;
	color: #ff8600;
}

.aciklama a:hover {
	text-decoration: underline;
	color: #ff8600;
}

.aciklama p {
	padding: 15px 0;
}

.sepetleal {
	border: #ddd solid 1px;
	width: 524px;
	padding: 10px;
	position: absolute;
	bottom: 0;
	height: 35px;
	border-radius: 5px;
}

input.adet {
	border: #ddd solid 1px;
	outline: 0;
	float: left;
	height: 35px;
	line-height: 35px;
	color: #ff8600;
	background: #fff;
	background: url(../img/adet.png) left top no-repeat #fff;
	font-weight: 400;
	width: 80px;
	padding-left: 5px;
	box-sizing: border-box;
}

input.sepetle2, input.tamamla {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	float: right;
	background: url(../img/basket.svg) left 6px top 6px no-repeat #ff8600;
	background-size: 25px 25px;
	text-decoration: none;
	padding-left: 40px;
	padding-right: 15px;
	color: #fff;
	font-weight: 400;
	border: 0;
	cursor: pointer;
	outline: 0;
	transition: all 0.2s linear;
}

input.tamamla {
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	background: #444;
}

input.sepetle2:hover {
	background: url(../img/basket.svg) left 6px top 6px no-repeat #666;
	background-size: 25px 25px;
}

input.tamamla:hover {
	background: #ff8600;
}

.fiyatbaslik {
	width: 60px;
	display: inline-block;
	float: left;
	color: #333;
	font-size: 15px;
	font-weight: 500;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
}

.fiyat2 {
	display: inline-block;
	float: left;
	color: #ff8600;
	font-size: 20px;
	font-weight: 500;
	height: 30px;
	line-height: 30px;
}

.aciklamasi {
	margin: 5px;
	width: 1080px;
	min-height: 200px;
	border: #ddd solid 1px;
	border-top: 2px solid #ff8600;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 10px;
}

.aciklamasi h2 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #ff8600;
	display: none;

}

#tick img {
	animation-name: buyut;
	animation-duration: 1s;
}

.sptable {
	border-collapse: collapse;
	border: 0;
	box-sizing: border-box;
	background: #fff;
	border: 5px solid #fff;
	width: 100%;
	margin-top: 5px;
}

.sptable tr:first-child td {
	font-weight: 500;

	font-size: 14px;
	line-height: 40px;
	color: #ff8600;
}

.sptable tr td {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 5px 0;
}

.sptable a:link, .sptable a:visited {
	float: left;
	text-decoration: none;
	color: #000;
	font-weight: 400;
}

.sptable a:hover {
	text-decoration: none;
	color: #ff8600;
}

.delete {
	width: 20px;
	height: 20px;
	background: url(../img/delete.png) center center no-repeat;
	border: #ddd solid 2px;
	box-sizing: border-box;
}

.delete:hover {
	background: url(../img/delete1.png) center center no-repeat;
}

.odemealan {
	margin: 0 auto;
	width: 1100px;
	box-sizing: border-box;
	padding: 20px 0;
}

.adres {
	float: left;
	box-sizing: border-box;
	width: 50%;
	min-height: 420px;
	padding: 10px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
	background: #fff;
}

.fatura {
	line-height: 20px;
	height: 20px;
	padding: 10px 0;
	color: #ff8600;
	margin: 10px 0;
}

.fatura input {
	float: left;
	margin-top: 4px;
}

.faturax {
	display: none;
}

.osec {
	float: right;
	box-sizing: border-box;
	width: 48%;
	height: 445px;
	padding: 10px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
	background: #fff;
}

.odemealan .baslik {
	font-weight: 500;

	font-size: 15px;
	color: #ff8600;
	border-bottom: #ddd solid 1px;
	margin-bottom: 10px;
	line-height: 40px;
}

.insatir {
	width: 100%;
	clear: both;
}

.inbaslik {
	display: block;
	width: 105px;
	float: left;
	padding: 5px 0;
	height: 40px;
	line-height: 40px;
}

.nokta {
	display: block;
	width: 6px;
	float: left;
	padding: 5px;
	height: 40px;
	line-height: 40px;
}

.inalan {
	width: 100%;
	padding-left: 121px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}

.insatir input, .insatir select {
	width: 100%;
	height: 38px;
	line-height: 20px;
	padding: 0 10px;
	background: #fff;
	border: #ddd solid 1px;
	margin-top: 5px;
	outline: 0;
	box-sizing: border-box;
	transition: all 0.30s ease-in-out;
}

.insatir input:focus, .insatir select:focus {
	background: #fff;
	border: #ccc solid 1px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	transition: all 0.30s ease-in-out;
}

.insatir textarea {
	width: 100%;
	height: 60px;
	line-height: 18px;
	padding: 10px;
	background: #fff;
	border: #ddd solid 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	outline: 0;
	box-sizing: border-box;
	transition: all 0.30s ease-in-out;
	resize: none;
}

.insatir textarea:focus {
	background: #fff;
	border: #ddd solid 1px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	transition: all 0.30s ease-in-out;
}

input[type=radio].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=radio].css-checkbox+label.css-label {
	padding-left: 50px;
	height: 40px;
	display: block;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	font-size: 14px;
	vertical-align: middle;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	padding-bottom: 14px;
	margin-bottom: 14px;
	font-weight: 500;
}

input[type=radio].css-checkbox:checked+label.css-label {
	background-position: 0 -53px;
}

label.css-label {
	background-image: url(../img/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

label.css-label span {
	font-size: 12px;
	display: block;
	font-weight: 300;
}

#sonuc {
	width: 100%;
	margin: 10px 0;
	display: none;
	background: url(../img/load2.gif) top left no-repeat #fff;
}

#sonuc_ic {
	width: 100%;
	background: #fff;
	border: 1px solid #aaa;
	background: #fbfbfb;
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}

#ok1 {
	width: 17px;
	height: 9px;
	position: absolute;
	background: url(../img/ok1.png) top left no-repeat;
	margin-top: -24px;
	margin-left: -5;
}

#popi2 {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
}

#popic2 {
	position: relative;
	margin: 0 auto;
	width: 380px;
	height: auto;
	background: #fff;
	margin-top: 10%;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	padding: 20px;
}

#popic2.full, #popic2.kart {
	position: relative;
	margin: 0 auto;
	width: 390px;
	height: 80%;
	overflow-x: auto;
	background: #fff;
	top: 10%;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	padding: 20px;
}

#popic2 b.anabaslik {
	font-size: 15px;
	width: 100%;
	display: block;
	font-weight: 400;
	margin: -20px;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	background: #ff8600;
	height: 50px;
	line-height: 50px;
}

#popic2 b.tutar {
	font-size: 15px;
	display: block;
	color: #41ad49;
	margin: 10px 0;
}

#popic2 p {
	margin-bottom: 40px;
}

.bankalar {
	width: 100%;
	background: #fdfdfd;
	border: 1px solid #ddd;
	padding: 10px;
	text-align: left;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.bankalar hr {
	height: 1px;
	border: 0;
	background: #ddd;
	margin: 10px 0;
}

.bankalar hr:last-child {
	height: 0px;
	margin: 0;
}

.xkapa {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: url('../img/x.png') center center no-repeat;
}

#maillist {
	width: 100%;
	height: 60px;
	padding: 10px 0;
	box-sizing: border-box;
	background: #666;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
	margin-top: 20px;
}

.maillist_baslik {
	float: left;
	width: 50%;
	height: 40px;
	line-height: 40px;
	color: #eee;
}

.maillist_baslik b {
	display: block;
	font-size: 14px;

	color: #fff;
}

.maillist_form {
	float: left;
	width: 50%;
	height: 40px;
	position: relative;
}

.maillist_form input.mail {
	width: 100%;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	padding: 0 15px;
	box-sizing: border-box;
	border: 1px solid #777;
	padding-left: 25px;
	background: url(../img/email.png) left 5px center no-repeat #555;
	outline: 0;
	border-radius: 2px;
	color: #fff;
}

.maillist_form input.mail_al {
	position: absolute;
	width: 60px;
	height: 30px;
	top: 0;
	right: -5px;
	margin: 5px;
	outline: 0;
	border: 1px solid #777;
	padding: 5px 10px;
	background: #444;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}

.maillist_form input.mail_al:hover {
	transition: all 0.2s linear;
	background: #333;
}

#footer {
	width: 100%;
	height: 270px;
	background: #fff;
}

.footer {
	float: left;
	height: 170px;
	width: 20%;
}

.footer.sosyal {
	float: left;
	width: 28%;
}

.footer b {
	display: block;
	font-size: 14px;

	padding: 20px 0;
}

.footer a {
	display: block;
	line-height: 22px;
	text-decoration: none;
	color: #333;
}

.footer a:hover {
	text-decoration: none;
	color: #ff8600;
}

.footer a.icons {
	float: right;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 50px;
	background: #eee;
	margin-top: 25px;
	margin-left: 12px;
	text-align: center;
	transition: all 0.5s linear;
}

.footer a.icons .fa {
	line-height: 50px;
	font-size: 25px;
	color: #333;
}

.footer a.icons:hover {
	background: #333;
}

.footer a.icons:hover .fa {
	color: #fff;
}

.footer a.icons .fa {
	line-height: 50px;
	font-size: 25px;
	color: #333;
}

.footer a.google {
	float: right;
	width: 130px;
	height: 44px;
	background: url(../img/uygulama.png);
	margin-top: 35px;
}

.footer a.apple {
	float: right;
	width: 121px;
	height: 44px;
	background: url(../img/uygulama.png) bottom left;
	margin-top: 35px;
	margin-left: 40px;
	margin-right: 5px;
}

.footer_alt {
	width: 100%;
	padding: 20px 0;
	margin: 20px 0;
	height: 80px;
	line-height: 20px;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
}

.footer_alt .banka {
	float: left;
	width: 100%;
	height: 40px;
	background: url(../img/bankalar.png) no-repeat;
	background-size: auto 35px;
}

.footer_alt .visa {
	float: right;
	width: 309px;
	height: 40px;
	background: url(../img/visa.png);
}

#copyright {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #eee;
	border-top: 1px solid #ccc;
}

a.filnet {
	float: right;
	margin-top: 15px;
	display: block;
	width: 22px;
	height: 22px;
	background: url(../img/filnet.png) top left no-repeat;
	transition: all 0.2s linear;
}

a.filnet:hover {
	width: 90px;
}

#dza {
	margin-top: 2px;
	margin-right: 0px;
	width: 101px;
	height: 33px;
	background: url(../img/ack.png) bottom right no-repeat;
	float: right;
}

#dzk {
	margin-top: 2px;
	margin-right: 0px;
	width: 101px;
	height: 33px;
	background: url(../img/ack.png) top right no-repeat;
	float: right;
}

.dzkay {
	position: fixed;
	top: 250px;
	right: 0px;
	background: #f60;
	color: #fff;
	padding: 10px;
	cursor: pointer;
	border: 0;
}

#up {
	position: fixed;
	bottom: 5px;
	right: 5px;
	background: #666;
	color: #ddd;
	padding: 10px;
	border-radius: 3px;
	cursor: pointer;
	opacity: 0;
}

#up.goster {
	opacity: 1;
	transition: all 0.2s linear;
}

#up.goster:hover {
	background: #ff8600;
	color: #fff;
}

@media screen and (max-width:480px) {

	.odemealan {
		margin: 0 auto;
		width: 100%;
		box-sizing: border-box;
		padding: 20px 0;
	}

	.kategori_baslik {
		overflow: hidden;
	}

	.kategori_baslik select {
		display: none;
	}

	#page {
		margin-top: 0px;
		width: 100%;
		overflow: hidden;
	}

	.center {
		width: 100%;
	}

	#dza, .dzkay, #dzk {
		display: none;
	}

	#urunslide {
		height: auto;
		margin: 0px;
		width: 100%;
		background: #fff;
		border: 0px;
		border-bottom: 1px solid #ddd;
		;
	}

	#urunslide table {
		height: auto;
		width: 100%;
	}

	#urunslide table img {
		height: auto;
		width: 100%;
	}

	.aciklama {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding-bottom: 100px;
	}

	.sepetleal {
		width: 100%;
		width: calc(100% - 10px);
		box-sizing: border-box;
		bottom: 0px;
		height: 55px;
	}

	#slide {
		margin: 0px;
		width: 100%;
		height: 200px;
		background: #fff;
		border: 0px;
	}

	.flexslider {
		height: 200px;
	}

	.flexslider .flexresim {
		height: 200px;
	}

	.flexslider .flexresim img {
		width: 100%;
	}

	.mbyok, .owl-carousel .owl-controls {
		display: none;
	}

	#maillist {
		padding: 10px;
		box-sizing: border-box;
	}

	.maillist_form {
		width: 100%;
	}

	.footer {
		height: auto;
		width: 50%;
		box-sizing: border-box;
		padding-left: 10px;
	}

	.footer_alt .visa {
		float: right;
		width: 100%;
		height: 40px;
		background: url(../img/visa.png) center center no-repeat;
	}

	#copyright {
		padding: 0 10px;
		box-sizing: border-box;
	}

	a.filnet:hover {
		width: 22px;
	}

	.urun {
		height: 300px;
	}

	input.sepetle {
		padding: 0 5px;
		font-size: 12px;
		border-radius: 0;
	}

	#popic {
		padding: 30px;
		margin-top: 30%;
	}

	#header, #menu {
		min-width: 100%;
		overflow: hidden;
		position: relative;
		z-index: 87;
	}

	#menu {
		background: #666
	}

	#header a#hesap {
		width: 40px;
		padding: 15px;
		margin-right: -5px;
		margin-top: 45px;
		overflow: hidden;
		box-sizing: border-box;
		text-indent: -999px;
		background: url(../img/user.svg) center center no-repeat #fafafa;
		background-size: 20px 20px;
	}

	#header a#sepet {
		width: 40px;
		padding: 15px;
		margin-right: 15px;
		margin-top: 45px;
		overflow: hidden;
		box-sizing: border-box;
		text-indent: -999px;
		background: url(../img/basket.svg) center center no-repeat #aaa;
		background-size: 20px 20px;
	}

	#logo {
		width: 200px;
		margin-left: 10px;
		margin-top: 10px;
	}

	#logo a b {
		left: 0px;
	}

	.tel {
		width: 100%;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		padding-left: 10px;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
		border-bottom: 1px solid #ddd;
	}

	#left {
		display: block;
		width: 100%;
		min-height: 100%;
		background: #555;
		z-index: 86;
		position: absolute;
		left: -1500px;
		top: 0;
		box-sizing: border-box;
		padding-top: 150px;
	}

	#cssmenu, #cssmenu ul, #cssmenu li, #cssmenu a {
		margin: 0;
		padding: 0;
		border: 0;
		list-style: none;
		font-weight: normal;
		text-decoration: none;
		position: relative;
	}

	#cssmenu a {
		outline: 0;
		line-height: 50px;
		padding-left: 10px;
		font-size: 14px;
		box-sizing: border-box;
		color: #ddd;
	}

	#cssmenu {
		width: 100%;
	}

	#cssmenu>ul>li>a {
		display: block;
		border-bottom: 1px solid #666;
	}

	#cssmenu>ul>li>a>span {
		display: block;
	}

	#cssmenu>ul>li>a:hover {
		text-decoration: none;
	}

	#cssmenu>ul>li.active {
		border-bottom: none;
	}

	#cssmenu ul ul {
		display: none;
	}

	#cssmenu ul ul a {
		display: block;
		background: #444;
		border-bottom: 1px solid #555;
		padding-left: 20px;
		box-sizing: border-box;
		text-transform: capitalize;
	}

	#slopen, #slclose {
		display: block;
		font-weight: 500;
		background: url(../img/menu.svg) left 0px center no-repeat;
		background-size: 20px 20px;
		padding-left: 30px;
		height: 49px;
		float: left;
		text-transform: uppercase;
		color: #fff;
		line-height: 50px;
		margin-top: -10px;
		margin-right: 5px;
		cursor: pointer;
		border-radius: 0;
		box-sizing: border-box;
		width: 100%;
	}

	#slclose {
		display: none;
	}

	.alt_baslik a {
		width: 48%;
		box-sizing: border-box;
		margin: 1%;
	}

	.urunbox {
		width: 50%;
	}

	.login, .yeniuye {
		width: 100%;
		height: auto;
	}

	.yeniuye {
		float: left;
		margin-top: 0;
		margin-right: 0;
		border-left: 0;
		border-top: #ddd solid 1px;
		border-bottom: 0;
	}

	.adres, .osec {
		width: 100%;
		height: auto;
	}

	#popic2 {
		position: relative;
		margin: 0 auto;
		width: 100%;
		height: 280px;
		background: #fff;
		box-sizing: border-box;
		margin-top: 20%;
		box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
		text-align: center;
		padding: 15px;
	}

	#popic2.full, #popic2.kart {
		position: relative;
		margin: 0 auto;
		width: 100%;
		height: 90%;
		background: #fff;
		top: 5%;
		box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
		text-align: center;
		box-sizing: border-box;
		padding: 15px;
	}

	.xkapa {
		top: -5px;
	}

	#page.icerik {
		background: #fff;
	}

	.icerik_alan {
		float: left;
		width: 100%;
		padding-right: 5px;
	}

	.iframe {
		display: none;
	}

	.aciklamasi {
		margin: 0px;
		width: 100%;
		min-height: 250px;
		border: #ddd solid 1px;
		border-top: 2px solid #ff8600;
		box-sizing: border-box;
		padding: 10px;
		margin-bottom: 10px;
		box-sizing: border-box;
	}

	.iform {
		width: 100%;
	}

	.bilgialan {
		width: 100%;
	}
}