@import "/fonts/style.css";
@import "https://fonts.googleapis.com/css?family=Roboto:500";
@import "https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");

* {
	margin: 0;
}

html,
body,
#body {
	margin: 0px;
	font-size: 12px;
	font-family: "Roboto Condensed", sans-serif;
	color: #000;
	text-align: left;
	background-color: #fafafa;
}

samp {
	font-family: "Roboto Condensed", sans-serif;
}

.kapat {
	display: none !important;
}

.kapat0 {
	display: none !important;
}

.kapats {
	display: none;
}

h1 {
	float: left;
}

h2 {
	float: left;
}

h3 {
	float: left;
}

h4 {
	float: left;
}

h5 {
	float: left;
}

img {
	border: 0px;
}

a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

.hover:hover {
	filter: drop-shadow(0px 0px 5px gray) grayscale(100%);
	opacity: 0.5;
	cursor: pointer;
	-webkit-filter: drop-shadow(0px 0px 5px gray) grayscale(100%);
}

.hoverm.button {
	filter: drop-shadow(0px 0px 5px gray);
	cursor: pointer;
	-webkit-filter: drop-shadow(0px 0px 5px gray);
}

button {
	cursor: pointer;
}

.button {
	cursor: pointer;
}

.tema {
	width: 1000px;
	float: none;
}

.ust {
	float: left;
	text-align: left;
	width: 100%;
}

.flex {
	display: flex;
	float: left;
	width: 100%;
}

.yan_menu {
	display: none;
}

.modul_alt {
	width: 100%;
	float: left;
}

.yapim_ok {
	width: 35px;
	float: left;
	border: 0px;
	background-color: #0f0;
	cursor: pointer;
	color: #000;
}

.yapim {
	width: 35px;
	float: left;
	border: 0px;
	background-color: #f00;
	cursor: pointer;
	color: #fff;
}

.uye_menu_giris_1 {
	display: none;
}

#uye_ust_girdi {
	float: right;
	width: 160px;
	height: 25px;
	margin-top: 10px;
	margin-right: 30px;
}

.alt21 {
	float: right;
	text-align: center;
	margin: -6px -7px -8px -15px;
	background-color: #f27a1b;
	color: #ffffff;
	width: 10px;
	height: 10px;
	font-size: 10px;
	padding: 2px;
	border-radius: 100%;
	position: relative;
}

@viewport {
	zoom: 1;
	width: device-width;
}

.urun_orta {
	float: right;
	text-align: left;
}

.yan {
	float: left;
	width: 250px;
}

.menu_bg {
	position: absolute;
	z-index: 10;
}

textarea:focus,
input:focus,
button:focus,
select:focus,
option:focus,
*:focus {
	outline: none;
}

a {
	cursor: pointer;
}

.tema {
	flex: 1;
}

.ust {
	float: left;
}

.orta {
	flex: 1;
}

.alt {
	float: left;
}

.p {
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 12px;
	background-color: #e9e9e9;
	margin: 2px;
	border: 0px;
}

.pv {
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	width: 50px;
	text-align: center;
	margin: 2px;
}

#secme {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	float: left;
	margin-bottom: 10px;
}

#secme a {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #dddddd;
	margin: 2px;
	text-align: center;
	padding: 5px;
	font-size: 16px;
}

.zebra:nth-child(even) {
	background-color: rgb(0, 0, 0, 0.1) !important;
}

.ilerim {
	width: 98%;
	float: right;
	font-size: 12px;
	border: solid #757575;
	opacity: 0.5;
	border-width: 0px 0px 1px 0px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0px 10px 0px;
	padding-bottom: 5px;
}

.bgc {
	width: 100vw;
	height: 100vh;
	background-color: #000;
	opacity: 0.2;
	left: 0px;
	top: 0px;
	float: left;
	position: fixed;
	z-index: -1;
}

#if01 {
	display: none !important;
}

#if10 {
	display: none !important;
}

.fullxkapat {
	display: none;
}

textarea:focus,
input:focus {
	outline: none;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
	input[type="checkbox"],
	input[type="radio"] {
		--active: #275efe;
		--active-inner: #fff;
		--focus: 2px rgba(39, 94, 254, 0.3);
		--border: #bbc1e1;
		--border-hover: #275efe;
		--background: #fff;
		--disabled: #f6f8ff;
		--disabled-inner: #e1e6f9;
		-webkit-appearance: none;
		-moz-appearance: none;
		height: 21px;
		outline: none;
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin: 0;
		cursor: pointer;
		border: 1px solid var(--bc, var(--border));
		background: var(--b, var(--background));
		transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
	}

	input[type="checkbox"]:after,
	input[type="radio"]:after {
		content: "";
		display: block;
		left: 0;
		top: 0;
		position: absolute;
		box-sizing: inherit;
		transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
	}

	input[type="checkbox"]:checked,
	input[type="radio"]:checked {
		--b: var(--active);
		--bc: var(--active);
		--d-o: 0.3s;
		--d-t: 0.6s;
		--d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
	}

	input[type="checkbox"]:disabled,
	input[type="radio"]:disabled {
		--b: var(--disabled);
		cursor: not-allowed;
		opacity: 0.9;
	}

	input[type="checkbox"]:disabled:checked,
	input[type="radio"]:disabled:checked {
		--b: var(--disabled-inner);
		--bc: var(--border);
	}

	input[type="checkbox"]:hover:not(:checked):not(:disabled),
	input[type="radio"]:hover:not(:checked):not(:disabled) {
		--bc: var(--border-hover);
	}

	input[type="checkbox"]:focus,
	input[type="radio"]:focus {
		box-shadow: 0 0 0 var(--focus);
	}

	input[type="checkbox"]:not(.checkbox),
	input[type="radio"]:not(.checkbox) {
		width: 21px;
	}

	input[type="checkbox"]:not(.checkbox):after,
	input[type="radio"]:not(.checkbox):after {
		opacity: var(--o, 0);
	}

	input[type="checkbox"]:not(.checkbox):checked,
	input[type="radio"]:not(.checkbox):checked {
		--o: 1;
	}

	input[type="checkbox"]:not(.checkbox) {
		border-radius: 7px;
	}

	input[type="checkbox"]:not(.checkbox):after {
		width: 5px;
		height: 9px;
		border: 2px solid var(--active-inner);
		border-top: 0;
		border-left: 0;
		left: 7px;
		top: 4px;
		transform: rotate(var(--r, 20deg));
	}

	input[type="checkbox"]:not(.checkbox):checked {
		--r: 43deg;
	}

	input[type="checkbox"].checkbox {
		width: 38px;
		border-radius: 11px;
	}

	input[type="checkbox"].checkbox:after {
		left: 2px;
		top: 2px;
		border-radius: 50%;
		width: 15px;
		height: 15px;
		background: var(--ab, var(--border));
		transform: translateX(var(--x, 0));
	}

	input[type="checkbox"].checkbox:checked {
		--ab: var(--active-inner);
		--x: 17px;
	}

	input[type="checkbox"].checkbox:disabled:not(:checked):after {
		opacity: 0.6;
	}

	input[type="radio"] {
		border-radius: 50%;
	}

	input[type="radio"]:after {
		width: 19px;
		height: 19px;
		border-radius: 50%;
		background: var(--active-inner);
		opacity: 0;
		transform: scale(var(--s, 0.7));
	}

	input[type="radio"]:checked {
		--s: 0.5;
	}
}

/* ---------- */
.inputmatrix {
	position: relative;
	float: left;
	width: 100%;
}

.inputmatrix1 {
	display: block;
	line-height: 2em;
	margin: 0;
	padding-left: 10px;
	width: calc(100% - 18px);
	font-size: medium;
	border: 1px solid #999;
	background-color: #fff;
	border-radius: 5px;
	font-weight: 500;
}

input:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.inputmatrix2 {
	display: block;
	position: absolute;
	opacity: 0;
	bottom: 17px;
	left: 5px;
	padding: 2px;
	color: #5d5d5d;
	transition: 0.2s ease-in-out transform;
	font-size: 12px;
	background-color: #fff;
}

.inputmatrix1:placeholder-shown + .inputmatrix2 {
	visibility: hidden;
	z-index: -1;
	transition: 0.2s ease-in-out;
}

.inputmatrix1:not(:placeholder-shown) + .inputmatrix2,
.inputmatrix1:focus:not(:placeholder-shown) + .inputmatrix2 {
	visibility: visible;
	z-index: 1;
	opacity: 1;
	transform: translateY(-10px);
	transition: 0.2s ease-in-out transform;
}

/* ---------- */
.left {
	float: left;
}

.right {
	float: right;
}

.cfff {
	color: #fff !important;
}

#orta {
	width: calc(100% - 20px);
	padding: 0px 10px 100px 10px;
	float: left;
}

.urunlist3 {
	float: left;
	width: calc(100% - 30px);
	margin: 10px;
	padding: 5px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.urunlist4 {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
	overflow: hidden;
}

.urunlist4 img {
	height: 250px;
	float: left;
}

.urunlist5 {
	float: left;
	width: 100%;
	height: 30px;
	overflow: hidden;
	margin: 5px 0px 5px 0px;
}

.urunlist6 {
	float: left;
	width: 100%;
	margin: 5px 0px 5px 0px;
}

.urunlist6 img {
	height: 16px;
	margin-right: 5px;
	float: left;
}

.urunlist8 {
	float: left;
	text-decoration: line-through;
	color: #999 !important;
	margin: 2px -20px 2px 2px;
}
.urunlist8 samp{
	color: #999 !important;
}

.urunlist9 {
	float: right;
	color: #ff6000;
	margin: 2px 2px 2px -20px;
}

.urunlist7 {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

.urunlist2 {
	float: right;
	border-width: 1px;
	color: azure;
	font-size: 20px;
	color: black;
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
}

.urunlist1 {
	float: right;
	padding: 5px;
	border-radius: 100%;
	text-align: center;
	height: 30px;
	width: 30px;
	background-color: none;
	position: relative;
	margin-bottom: -60px;
}

.urunlist {
	width: 50%;
	float: left;
}

input[type="checkbox"],
input[type="radio"] {
	--active: #f90 !important;
}

:root {
	--swiper-theme-color: #009a96;
}

#yukleniyor {
	float: left;
	width: 100%;
	height: 100%;
	background-color: #000;
	left: 0px;
	top: 0px;
	left: 0px;
	background-color: #ccc;
	opacity: 0.5;
	background-image: url(/img/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 200px;
	position: fixed;
	z-index: 1000000;
}

.ust1 {
	float: left;
	width: calc(100% - 20px);
	margin: 20px 10px 10px 10px;
}

.ust2 {
	float: right;
	width: calc(100% - 30px);
	height: 35px;
	background-color: #ffffff;
	border-radius: 5px;
}

.ust3 {
	float: right;
	color: #fff;
	background-color: #f27a1b;
	padding: 8px;
	font-size: 19px;
	border-radius: 0px 5px 5px 0px;
	border: none;
}

.ust4 {
	float: left;
	width: calc(100% - 70px);
	padding: 10px;
	border: 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.ust5 {
	float: right;
	font-size: 18px;
	color: #009a96 !important;
}

.ust6 {
	float: right;
	margin-right: 10px;
}

.ust7 {
	float: right;
}

.ust8 {
	font-size: 14px;
	float: left;
	margin: 5px;
}

.ust9 {
	float: right;
	text-align: center;
	margin: -6px 0px -7px -8px;
	background-color: #f27a1b;
	color: #ffffff;
	width: 10px;
	height: 10px;
	font-size: 10px;
	padding: 2px;
	border-radius: 100%;
}

.ust10 {
	float: left;
	width: 100%;
	height: 600px;
	background-color: #009a96;
}

.ust11 {
	float: left;
}

.ust12 {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	background-color: #ffffff;
	box-shadow: 0px 1px 5px 1px rgba(62, 57, 107, 0.09);
}

.ust13 {
	margin: 15px;
	float: left;
	color: #ccc;
}

.ust14 {
	float: left;
	width: calc(100% - 80px);
	padding: 15px 10px 15px 10px;
	border: 0px;
}

.ust15 {
	float: left;
	width: calc(100% - 30px);
	padding: 5px;
	margin: 5px 10px 0px 10px;
	border: solid 1px #999;
	border-width: 0px 0px 1px 0px;
}

.ust16 {
	float: left;
	width: calc(100% - 20px);
	padding: 10px;
}

.ust17 {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

.ust18 {
	float: left;
	padding: 7px;
	border: solid #999 1px;
	border-radius: 20px;
	margin: 7px 10px 7px 0px;
}

.ust19 {
	float: left;
	display: none;
	width: 100%;
	margin-top: 10px;
}

.ust20 {
	float: left;
	width: 40px;
	height: 60px;
	display: flex;
	margin-right: 10px;
	justify-content: center;
	justify-items: center;
}

.ust20 img {
	max-width: 100%;
	max-height: 100%;
}

.ust21 {
	height: 60px;
	display: flex;
	align-items: center;
	float: right;
	width: calc(100% - 50px);
}

.ust22 {
	color: #f27a1b;
	font-size: 14px;
	display: none;
	text-align: right;
}
.ust29 {
	color: #029B97;
	font-size: 14px;
	display: none;
}

.ust23 {
	color: #009a96;
	float: left;
	margin: 5px 5px 5px 0px;
	font-size: 20px;
	color: #fff;
	font-size: 22px;
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgb(150, 150, 150);
}

.buttonmavi {
	background-color: #009a96 !important;
	color: #fff !important;
}

.buttonmavi:hover {
	background-color: #f27a1b !important;
}

.alt1 {
	float: left;
	width: 100%;
	border: solid #e5e5e5;
	border-width: 1px 0px 0px 0px;
	background-color: #fff;
	position: fixed;
	display: flex;
	flex-wrap: nowrap;
	bottom: 0px;
	left: 0px;
	z-index: 100;
}

.alt2 {
	float: left;
	text-align: center;
	margin: 2px;
	padding: 5px;
	width: 100%;
	background-color: #fff;
	color: #808080 !important;
}

.alt2 samp {
	font-size: 20px;
}

.alt3 {
	width: 100%;
	float: left;
}

.alt19 {
	display: inline-block;
	color: #000;
	text-align: center;
	text-decoration: none;
	border: solid #fff;
	border-width: 0px 0px 5px 0px;
	width: 75px;
	border: #feb931 solid;
	border-width: 0px 0px 5px 0px;
}

.alt20 {
	float: right;
	text-align: center;
	margin: -2px 5px -7px -20px;
	background-color: #f27a1b;
	color: #ffffff;
	width: 10px;
	font-size: 10px;
	padding: 2px;
	border-radius: 100%;
}

.boslist1 {
	float: left;
	width: 100%;
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
}

.boslist2 {
	float: left;
	width: 100%;
	font-size: 22px;
	margin-top: 25px;
}

.yunus {
	display: none;
}

.sorpo {
	float: left;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	left: 0px;
	top: 0px;
	display: none;
}

.sorpo1 {
	float: left;
	padding: 10px;
	background-color: #fff;
}

.sorpo3 {
	background-color: #f27a1b;
	float: left;
	padding: 10px;
	margin: 5px;
	color: #fff;
}

.sorpo4 {
	float: left;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ustwebicon {
	padding: 5px;
	margin-left: 10px;
	float: left;
	font-size: 15px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	color: #808080 !important;
}

@media screen and (max-width: 1020px) {
	.mobilkapat {
		display: none !important;
	}
}

@media screen and (min-width: 1020px) {
	.urun1 {
		display: none;
	}

	.ust5 {
		color: #808080 !important;
	}

	.ustwebicon {
		font-size: 20px;
	}

	body {
		max-width: 1020px;
		margin-left: calc((100% - 1020px) / 2);
	}

	.urunlist {
		width: 16.6%;
		float: left;
	}

	.footer {
		float: left;
		width: 100%;
		background-color: #fff;
		z-index: 0;
	}

	.footer .container {
		width: 1020px;
		margin-left: calc((100% - 1020px) / 2);
	}

	.footer .row {
		margin: 0 15px;
		padding: 50px 0;
		border-bottom: 1px solid #ccc;
	}

	.wid25 {
		width: 24%;
		display: inline-block;
		position: relative;
	}

	.wid25 .fb-text {
		display: block;
		position: relative;
		margin: 0 70px;
		text-align: center;
	}

	.wid25 .service-icon {
		display: inline-block;
		width: 50px;
		height: 60px;
		line-height: 60px;
		font-size: 30px;
		color: #009a96;
		text-align: center;
		border: 2px solid #009a96;
		position: absolute;
		top: 50%;
		left: 0px;
		transition: all 0.3s ease 0s;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.wid25 .servicebox h5 {
		display: block;
		width: 100%;
		position: relative;
		font-size: 13px;
	}

	.wid25 .servicebox h5 {
		text-align: center;
	}

	.row.altkat .title {
		font-size: 14px;
		font-weight: 600;
		border-bottom: 2px solid;
		margin-bottom: 8px;
		width: 100px;
	}

	.row.altkat ul {
		padding: 0 15px;
		list-style-type: circle;
	}

	.row.altkat ul.info {
		padding: 0;
		list-style-type: none;
	}

	.row.altkat ul.info li {
		margin-bottom: 8px;
	}

	.row.altkat ul li {
		margin-bottom: 4px;
	}

	.row.altkat ul li::marker {
		color: #f9b24d;
	}

	.row.altkat {
		padding-top: 0;
		margin-top: 30px;
		border-bottom: 0;
		float: left;
		width: 100%;
	}

	.row.altkat .wid25 {
		float: left;
	}

	.footer-bottom {
		background-color: #444;
		padding: 20px 0;
		float: left;
		width: 100%;
	}

	.footer-text {
		text-align: center;
		color: #fff;
	}

	.wid25 .info li i {
		color: #f9b24d;
	}

	#alt {
		display: none;
	}

	.footerlogo {
		margin-bottom: 11px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}

	.urunalt1 {
		position: relative !important;
		display: none;
	}

	.slider {
		width: 400px !important;
		float: left;
		height: 600px !important;
	}

	#icdetay {
		width: 520px !important;
		float: right;
	}
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

#ust {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#orta {
	width: 1024px;
	flex: 1;
	width: calc(100% - 20px);
	padding: 0px 10px 100px 10px;
	float: left;
	z-index: 1;
}

#alt {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.container {
	max-width: 1020px;
}

/* markalar */
.marka-container {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	overflow-x: scroll;
	padding-top: 0.5em;
	align-items: flex-start;
	scrollbar-width: thin;
	scrollbar-color: rgb(242, 122, 28) white;
	padding: 1em 0 0;
	user-select: none;
	min-height: 116px;
}

.marka-container::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.marka-container::-webkit-scrollbar-track {
	background: white; /* color of the tracking area */
}

.marka-container::-webkit-scrollbar-thumb {
	background-color: rgb(242, 122, 28); /* color of the scroll thumb */
}

.marka-link {
	text-decoration: none;
	user-select: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: black;
	padding: 0 0.3em 0.5em;
	transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
}

.img-marka {
	width: 68px;
	height: 68px;
	user-select: none;
	border: 1px solid gray;
	border-radius: 34px;
	height: auto;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	-ms-border-radius: 34px;
	-o-border-radius: 34px;
	transition: border 0.3s ease-in-out;
	-webkit-transition: border 0.3s ease-in-out;
	-moz-transition: border 0.3s ease-in-out;
	-ms-transition: border 0.3s ease-in-out;
	-o-transition: border 0.3s ease-in-out;
}

.marka-link:hover {
	color: rgb(242, 122, 28);
}

.marka-link:hover > .img-marka {
	border: 1px solid rgb(242, 122, 28);
}

.marka-name {
	margin: 0;
	padding: 0.5em 0;
	text-transform: capitalize;
	text-align: center;
}
/* end markalar */
