:root {
	--bg: #1e1e1e;
	--bg2: #151515;
	--panel: #181818;
	--muted: #aeb4bd;
	--txt: #e5e7eb;
	--surface: #23252b;
	--surface-2: #1b1d22;
	--surface-3: #141519;
	--border: rgba(255, 255, 255, .10);
	--muted-2: #9aa3af;
	--accent: #d12145;
	--accent-2: #ff4a73;
	--acc: #d12145;
	--acc2: #ff3c6a;
	--ink: #e8ecf1;
	--panel2: #2e2d2d;
	--line: rgba(255, 255, 255, .10);
	--br: rgba(255, 255, 255, .08);
	--ok: #16a34a;
	--bdr: rgba(255, 255, 255, .08);
	--bd: rgba(255, 255, 255, .08);
	--text: #e5e7eb;
}

@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 200;
	src: local('Gilroy'), url('../font/Gilroy-UltraLight.otf') format('woff');
}

@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 600;
	src: local('Gilroy'), url('../font/subset-Gilroy-Semibold.woff2') format('woff');
}

@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	src: local('Gilroy'), url('../font/subset-Gilroy-Regular.woff2') format('woff');
}

@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 500;
	src: local('Gilroy'), url('../font/subset-Gilroy-Medium.woff2') format('woff');
}

@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 300;
	src: local('Gilroy'), url('../font/Gilroy-Light.otf') format('woff');
}

@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 800;
	src: local('Gilroy'), url('../font/Gilroy-Extrabold.otf') format('woff');
}

@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	src: local('Gilroy'), url('../font/subset-Gilroy-Bold.woff2') format('woff');
}

@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 900;
	src: local('Gilroy'), url('../font/Gilroy-Black.otf') format('woff');
}

input:focus {
	outline: none;
}

a {
	text-decoration: none;
}

body {
	font-family: "Gilroy", sans-serif;
	background-color: #0D0D0D;
	font-size: 16px;
	font-weight: 400;
	color: #1B192F;
	line-height: normal;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	max-width: 1434px;
}

header {
	float: left;
	width: 100%;
	position: relative;
	z-index: 7;
}

.topbar {
	float: left;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #65778E40;
}

.topbar .topleftmenu {
	float: left;
}

.topbar .topleftmenu a {
	color: #282C38;
	font-weight: 500;
	font-size: 15px;
	transition: all 0.6s;
}

.topbar .topleftmenu a:hover {
	color: #0771D2;
}

.topleftmenu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.topleftmenu ul li {
	float: left;
	margin-right: 15px;
	padding: 12px 0;
}

.topbar .topbarright {
	float: right;
}

.topbar a.girisyap {
	float: right;
	color: #E11D48;
	font-weight: 600;
	border-left: 1px solid #65778E40;
	border-right: 1px solid #65778E40;
	padding: 12px 15px;
	margin-left: 15px;
}

.topbar a.ilanekle {
	float: right;
	color: #EB6B31;
	font-weight: 600;
	border-left: 1px solid #65778E40;
	padding: 12px 0;
	padding-left: 15px;
	margin-left: 15px;
}

.headbar {
	float: left;
	width: 100%;
	background: linear-gradient(135deg, rgba(225, 29, 72, 0.05) 0%, transparent 100%);
	padding: 12px 0;
	position: relative;
}

.headbar::after {
	content: '';
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, #e11d48, transparent);
}

.headbar .container {
	position: relative;
}

.headbar .logo {
	float: left;
	height: 35px;
	margin-top: 3px;
}

.headbar .logo img {
	height: 100%;
	object-fit: contain;
}

.anamenu {
	float: right;
}

.anamenu ul {
	list-style: none;
	margin: 0;
	float: left;
	padding-left: 10px;
}

.anamenu ul li {
	float: left;
	margin-left: 20px;
}

.anamenu ul li a {
	font-size: 17px;
	font-weight: 500;
	color: #EAEAEA;
	padding: 10px 0;
	float: left;
	transition: all 0.6s;
}

.anamenu ul li a:hover {
	color: #E11D48;
}

.anamenu ul li a i {
	color: #AAB8C9;
	font-weight: 500;
}

.anamenu .searcharea {
	float: left;
	margin-top: 1px;
}

.anamenu .searcharea .searchbtn {
	background: #fff;
	border: 1px solid #E5E9F1;
	border-radius: 25px;
	padding: 10px 25px;
	cursor: pointer;
	transition: all 0.8s;
}

.anamenu .searcharea .searchbtn:hover {
	background: #0771D2;
	color: #fff;
}

.anamenu .searcharea .searchbtn.active {
	background: #0771D2;
	color: #fff;
}

.searchbar {
	float: left;
	width: 100%;
	background: #fff;
	border-top: 1px solid #65778E40;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.6s;
	position: relative;
}

.searchbar input {
	border: 0;
	padding: 12px;
	font-size: 17px;
	width: calc(100% - 60px);
	font-weight: 500;
}

.searchbar button {
	float: right;
	border: 0;
	background: transparent;
	padding: 6px 12px;
	font-size: 17px;
	font-weight: 600;
	border: 1px solid #E5E9F1;
	border-radius: 25px;
	margin-top: 4px;
}

.searchbar.active {
	max-height: 300px;
	position: inherit;
}

#satinbaModal .btn-primary {
	background: #0bba99;
	border: 0;
	padding: 13px 20px;
}

#satinbaModal .btn-primary i {
	margin-left: 10px;
}

.content {
	float: left;
	width: 100%;
}


.dahafazlabtn {
	background: #FFFFFF;
	border-radius: 30px;
	color: #B2ACBB;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 25px;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 10px;
}

.dahafazlabtn i {
	margin-left: 10px;
}

.j-center {
	justify-content: center;
}

.catsidebar {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 8px;
	overflow: hidden;
}

.catsidebar .title {
	float: left;
	width: 100%;
	color: #fff;
	background: #181627;
	padding: 20px 0px;
	padding-left: 23px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
	position: relative;
}

.catsidebar .title span {
	position: relative;
	z-index: 2;
}

.catsidebar .title::after {
	content: "";
	background: url(../img/catsidebarbg.png);
	width: 80%;
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	background-size: cover;
	background-position: 20px;
	background-repeat: no-repeat;
}

.catsidebar .list {
	float: left;
	width: 100%;
	background: #fff;
}

.catsidebar ul {
	padding: 0;
	list-style: none;
}

.catsidebar ul li {
	float: left;
	width: 100%;
	padding: 13px 15px;
	padding-left: 23px;
	border-bottom: 1px solid #111B2520;
}

.catsidebar ul li a {
	float: left;
	width: 100%;
}

.catsidebar ul li:nth-last-child(1) {
	border: 0;
}

.catsidebar ul li span {
	float: left;
	font-size: 18px;
	font-weight: 600;
	color: #111B25;
}

.catsidebar ul li .adet {
	float: right;
	color: #A7A0B1;
	background: #A7A0B130;
	border-radius: 13px;
	padding: 5px 12px;
	font-size: 14px;
	font-weight: 500;
}

.sidebarpop {
	float: left;
	width: 100%;
}

.sidebarpop .item {
	float: left;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	height: 440px;
	margin-bottom: 15px;
	position: relative;
}

.sidebarpop .item::before {
	content: "";
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.801) 16%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.sidebarpop img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.sidebarpop .item .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px 20px;
	color: #fff;
}

.sidebarpop .item .text h2 {
	font-size: 21px;
	font-weight: 600;
}

footer {
	float: left;
	width: 100%;
}

.fttop {
	float: left;
	width: 100%;
	background: #141622;
	padding: 14px 0;
	border-bottom: 1px solid #282C38;
}

.ftlogo {
	float: left;
	height: 60px;
}

.ftlogo img {
	height: 100%;
	object-fit: contain;
}

.mobillist {
	float: right;
}

.mobillist a {
	float: right;
	background: #FFFFFF;
	border-radius: 2px;
	margin-left: 18px;
	color: #141622;
	font-weight: 500;
	font-size: 18px;
	padding: 15px 16px;
	margin-top: 5px;
	transition: all 0.6s;
}

.mobillist a:hover {
	background: #2e3036ce;
	color: #fff;
}

.mobillist a i {
	margin-right: 10px;
}

.ftcentermenu {
	float: left;
	width: 100%;
	background: #141622;
	border-bottom: 1px solid #282C38;
}

.ftcentermenu ul {
	margin: 0;
	list-style: none;
	width: 100%;
	display: flex;
	padding: 0;
	text-align: center;
	justify-content: space-between;
}

.ftcentermenu ul li {
	float: left;
	border-left: 1px solid #282C38;
	padding: 20px;
	width: 100%;
}

.ftcentermenu ul li a {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	width: 100%;
	text-align: center;
}

.ftcentermenu ul li:nth-last-child(1) {
	border-right: 1px solid #282C38;
}

.ftaltmenu {
	float: left;
	width: 100%;
	background: #141622;
	padding: 25px 0;
	color: #fff;
}

.ftmenuitem {
	float: left;
	width: 100%;

}

.ftmenuitem label {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 17px;
}

.ftmenuitem ul {
	padding-left: 20px;
	margin: 0;
}

.ftmenuitem ul li {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.ftmenuitem ul li a {
	color: #65778E;
	font-size: 17px;
	transition: all 0.6s;
	font-weight: 400;
}

.ftmenuitem ul li a:hover {
	color: #fff;
}

.ftmenuitem ul li::marker {
	color: #65778E;
}

.ftmenuitem ul.ba li {
	float: left;
	width: 25%;
}

.ftdesc {
	float: left;
	width: 100%;
	background: #0E101A;
	padding: 20px 0;
}

.ftdesc ul {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

.ftdesc ul li {
	float: left;
	margin-left: 18px;
}

.ftdesc ul li a {
	color: #fff;
}

.ftdesc span {
	float: left;
	color: #fff;
}

.title-bg {
	float: left;
	width: 100%;
	padding: 35px 15px;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	background: #1F2731;
	padding-bottom: 70px;
	position: relative;
}

.title-bg span {
	position: relative;
}

.title-bg::before {
	content: "";
	background: url(../img/menubg.jpg);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.4;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}

.cat_pagearea {
	float: left;
	width: 100%;
}

.cat_pagearea .col {
	width: 20%;
	flex: 0 0 20%;
	padding: 0px 5px;
	margin-bottom: 10px;
}

.cat_pageitem {
	float: left;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.cat_pageitem::before {
	content: "";
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.468) 6%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.cat_pageitemimg {
	float: left;
	width: 100%;
	height: 230px;
	overflow: hidden;
}

.cat_pageitemimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cat_pageitemdesc {
	height: calc(100% - 230px);
	position: relative;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	color: #fff;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background: #141416;
}

.cat_pageitemdesc .catlogo {
	height: 45px;
	width: 100%;
	margin-bottom: 20px;
}

.cat_pageitemdesc .catlogo img {
	height: 100%;
	width: 100%;
	filter: brightness(0) invert(1);
	margin: 0 auto;
	object-fit: contain;
	max-width: 150px;
}

.cat_pageitemdesc h4 {
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 600;
}

.kategori_area {
	float: left;
	width: 100%;
	padding: 30px 0;
}

.kategori_area .cat_title h2 {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
}

.sidebarkategori {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 5px;
}

.sidebarkategori .title {
	float: left;
	width: 100%;
	padding: 15px 18px;
	border-bottom: 1px solid #F2F2F6;
	font-size: 16px;
	font-weight: 600;
}

.sidebarkategori .title i {
	margin-right: 5px;
}

.sidebarsearch {
	float: left;
	width: 100%;
	padding: 15px;
	position: relative;
}

.sidebarsearch input {
	border: 0;
	border-radius: 5px;
	border: 1px solid #EEEDF0;
	padding: 10px;
	float: left;
	font-size: 14px;
	width: 100%;
}

.sidebarsearch button {
	position: absolute;
	border: 0;
	background: transparent;
	right: 17px;
	top: 23px;
}

.sidebarkategori .cat_list {
	float: left;
	width: 100%;
	padding-right: 5px;
	padding-bottom: 10px;
}

.sidebarkategori .cat_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	max-height: 450px;
	overflow-y: scroll;
}

.sidebarkategori .cat_list ul::-webkit-scrollbar-track {
	border-radius: 5px;
	width: 100%;
	height: 100%;
}

.sidebarkategori .cat_list ul::-webkit-scrollbar {
	width: 4px;
	border-radius: 5px;
	background-color: #E6E4EF;
}

.sidebarkategori .cat_list ul::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background-color: #C8C8D4;
	height: 5px;
}

.sidebarkategori .cat_list ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}

.sidebarkategori .cat_list ul li a {
	float: left;
	width: 100%;
	color: #1F2430;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 16px;
}

.sidebarkategori .cat_list ul li.active a {
	color: #0771D2;
	font-weight: 600;
}

.sidebarkategori .cat_list ul li.active i {
	margin-left: 20px;
}

.sidebarkategori .cat_list ul li.active::before {
	content: "";
	background: #0771D2;
	position: absolute;
	left: 0;
	height: 100%;
	width: 4px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.ilanarea {
	float: left;
	width: 100%;
	padding: 25px 0;
}

.ilanarea.magaza {
	padding-top: 5px;
}

.filterbar {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
}

.filtersearch {
	float: left;
	margin-right: 25px;
	position: relative;
}

.filterbar .onlinestore {
	float: left;
	margin-top: 9px;
}

.filterbar .addilan {
	float: right;
	background: #E11D48;
	color: #fff;
	border: none;
	border-radius: 25px;
	padding: 15px 25px;
	transition: all 0.7s;
}

.filterbar .addilan i {
	margin-right: 5px;
}

.filterbar .addilan:hover {
	background: #0e9a7d;
}

.filtersearch input {
	width: 100%;
	color: #282C38;
	border: 1px solid #E5E9F1;
	border-radius: 25px;
	padding: 14px 15px;
	padding-left: 50px;
}

.filtersearch input::placeholder {
	color: #282C38;
}

.filtersearch button {
	position: absolute;
	border: 0;
	background: transparent;
	left: 12px;
	top: 12px;
	font-size: 18px;
}

.switcgdesign input[type=checkbox] {
	height: 0;
	width: 0;
	visibility: hidden;
	float: left;
}

.switcgdesign {
	display: flex;
}

.switcgdesign label {
	cursor: pointer;
	text-indent: -9999px;
	width: 65px;
	height: 30px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
}

.switcgdesign label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.switcgdesign input:checked+label {
	background: #E11D48;
}

.switcgdesign input:checked+label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.switcgdesign label:active:after {
	width: 15px;
}

.switcgdesign span {
	float: left;
	font-weight: 600;
	padding-left: 15px;
	min-height: 25px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.alan_content {
	float: left;
	width: 100%;
	padding: 20px 0;
}

.filtersidebar {
	float: left;
	width: 100%;
	border-radius: 8px;
	background: #fff;
}

.filtersidebar .title {
	float: left;
	width: 100%;
	padding: 15px 10px;
	border-bottom: 1px solid #F2F2F6;
}

.filtersidebar .title .icon {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #0771D210;
	color: #0771D2;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
}

.filtersidebar .title span {
	float: left;
	width: calc(100% - 40px);
	padding-left: 10px;
	min-height: 40px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	color: #0771D2;
	font-size: 17px;
	font-weight: 600;
}

.ilanlist {
	float: left;
	width: 100%;
}

.ilanlist .col {
	float: left;
	width: 20%;
	flex: 0 0 20%;
	padding-left: 3px;
	margin-bottom: 14px;
}

.ilanitem {
	float: left;
	width: 100%;
	border-radius: 5px;
	position: relative;
	background: #fff;
	transition: all 0.6s;
}

.ilanitem.vitrin::before {
	content: "";
	background: url(../img/vitrin.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -14px;
	top: -1px;
	width: 103px;
	height: 40px;
}

.ilanitem:hover {
	transform: scale(1.01);
}

.ilanitem .img {
	float: left;
	width: 100%;
	height: 210px;
}

.ilanitem .img img {
	float: left;
	width: 100%;
	height: 100%;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	object-fit: cover;
}

.ilanitem .text {
	float: left;
	width: 100%;
}

.ilanitem .text .head {
	float: left;
	width: 100%;
	margin-top: -20px;
	padding: 0px 10px;
}

.ilanitem .text .head .icon {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	padding: 5px;
	border: 2px solid #fff;
}

.ilanitem .text .head .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.ilanitem .text .head .price {
	float: right;
	background: #0FC5A8;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding: 8px 10px;
	border-radius: 5px;
}

.ilanitem .text h2 {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	padding: 0px 10px;
	min-height: 49px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin-bottom: -3px;
	max-height: 49px;
	overflow: hidden;
}

.load-moreilan {
	box-shadow: -6px 6px 97px rgba(0, 0, 0, .16);
	border-radius: 30px;
	background-color: #fff;
	padding: 22px 28px 22px 42px;
	color: #626372;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	transition: all .3s ease;
	border: 0;
}

.loadbtnarea {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
}

.load-moreilan i {
	margin-left: 56px;
	color: #0771d2;
	font-size: 22px;
}

.ilanitem .text h2 a {
	color: #282C38;
	transition: all 0.6s;
}

.ilanitem .text h2 a:hover {
	color: #0771D2;
}

.ilanitem .text p {
	font-size: 13px;
	font-weight: normal;
	padding: 0px 10px;
	color: #807c7c;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-transform: lowercase;
}

.ilanitem .seller {
	float: left;
	width: 100%;
	border-top: 1px solid #96A1B020;
	padding: 0px 10px;
	padding-top: 12px;
	padding-bottom: 10px;
	position: relative;
}

.ilanitem .seller .img {
	float: left;
	width: 32px;
	height: 32px;
	border-radius: 5px;
	overflow: hidden;
}

.ilanitem .seller .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ilanitem .seller .text {
	float: left;
	width: calc(100% - 32px);
	padding-left: 15px;
}

.ilanitem .seller i {
	position: absolute;
	right: 15px;
	color: #A3A7AC;
	top: 18px;
}

.ilanitem .seller .text h3 {
	font-size: 13px;
	font-weight: 600;
	color: #E11D48;
	line-height: 14px;
	margin-bottom: 0px;
}

.ilanitem .seller .text span {
	font-size: 14px;
	font-weight: 600;
	color: #1E1E1F;
}

.pagination-page {
	float: right;
	width: 100%;
	margin-top: 15px;
}

.pagination-page ul {
	margin: 0;
	width: auto;
	list-style: none;
}

.pagination-page ul li {
	float: left;
	margin-left: 10px;
}

.pagination-page ul li a {
	width: 35px;
	height: 35px;
	float: left;
	background: #FFFFFF;
	text-align: center;
	line-height: 35px;
	font-weight: 500;
	color: #282C38;
	border-radius: 5px;
}

.pagination-page ul li.active a {
	background: #0771D2;
	color: #fff;
}

.pagination-page ul li:nth-last-child(1) a {
	background: #0771D210;
	color: #0771D2;
	font-weight: 600;
}

.pagination-page.right ul {
	float: right;
}

.minmaxprice form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 15px;
	padding-bottom: 15px;
}

.minmaxprice .input {
	width: 45%;
	position: relative;
}

.minmaxprice .input::before {
	content: "";
	background: url(../img/tlicon.svg);
	width: 25px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 9px;
	background-size: contain;
	background-repeat: no-repeat;
}

.minmaxprice input {
	width: 100%;
	border-radius: 25px;
	border: 1px solid #E5E9F1;
	padding: 10px 15px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 15px;
}

.minmaxprice input::placeholder {
	font-weight: 500;
	color: #282C38;
}

.minmaxprice input::-webkit-outer-spin-button,
.minmaxprice input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.minmaxprice input[type=number] {
	-moz-appearance: textfield;
}

.sidebarsearch.padding0 {
	padding-top: 0;
}

.sidebarsearch.padding0 button {
	top: 9px;
}

.filtrebtn {
	float: left;
	width: 100%;
	background: #E11D48;
	padding: 14px 5px;
	color: #fff;
	border: 0;
	font-size: 17px;
	font-weight: 600;
	border-radius: 8px;
	transition: all 0.6s;
}

.filtrebtn:hover {
	background: #0E9F8B;
}

.filtersidebar .alanpadding {
	float: left;
	width: 100%;
	padding: 10px;
	border-top: 1px solid #E5E8F2;
}

.accordion-button:focus {
	outline: none !important;
	box-shadow: none;
}

.filtersidebar .accordion-button::after {
	filter: brightness(0) saturate(100%) invert(17%) sepia(5%) saturate(1998%) hue-rotate(188deg) brightness(93%) contrast(95%);
	background-size: 13px;
	width: 39px;
	height: 27px;
	border: 1px solid #E5E9F140;
	border-radius: 25px;
	background-position: center;
	margin-right: -12px;
}

.filtersidebar .accordion-button {
	color: #1F2430;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 0;
	background: transparent !important;
	box-shadow: none;
}

.filtersidebar .accordion-body {
	padding-top: 0;
	padding: 0;
}

.filtersidebar .sidebarkategori {
	float: none;
}

.filtersidebar .accordion-item {
	border: 0;
	border-bottom: 1px solid #E5E8F2;
}

.filtersidebar .accordion-item:nth-last-child(1) {
	border-bottom: 0;
}

.contacttitle {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 35px 0;
	padding-bottom: 300px;
}

.contacttitle h1 {
	font-size: 28px;
	font-weight: 600;
}

.contactarea {
	float: left;
	width: 100%;
	margin-top: -280px;
	position: relative;
}

.conmenu {
	float: left;
	width: 100%;
	padding: 20px;
	background: #fff;
	border-radius: 2px;
}

.conmenu ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.conmenu ul li {
	float: left;
	width: 100%;
	position: relative;
}

.conmenu ul li a {
	float: left;
	width: 100%;
	padding: 15px 15px;
	color: #363643;
	font-size: 18px;
	font-weight: 500;
}

.conmenu ul li.active a {
	background: #0771D220;
	color: #0771D2;
}

.conmenu ul li.active::before {
	content: "";
	background: url(../img/menubefore.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 13px;
	height: 13px;
	left: 0;
	top: 18px;
}

.conitem {
	float: left;
	width: 100%;
	padding: 15px;
	border-radius: 2px;
	background: #ffff;
	height: 100%;
}

.conitem .icon {
	float: left;
	background: #0771D210;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #0771D2;
	font-size: 22px;
}

.conitem .text {
	float: left;
	width: calc(100% - 50px);
	margin-top: 15px;
	padding-left: 15px;
}

.conitem .text label {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.conitem .text span {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.conform {
	float: left;
	width: 100%;
	padding: 20px;
	background: #fff;
	border-radius: 2px;
	margin-top: 20px;
}

.conform h2 {
	float: left;
	width: 100%;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

.formitem {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.formitem input {
	float: left;
	width: 100%;
	padding: 17px;
	border-radius: 10px;
	border: 1px solid #CECEDF;
	font-size: 16px;
	font-weight: 500;
}

.formitem textarea {
	float: left;
	width: 100%;
	padding: 17px;
	border-radius: 10px;
	border: 1px solid #CECEDF;
	font-size: 16px;
	font-weight: 500;
	min-height: 220px;
}

.conform button {
	float: right;
	background: #E11D48;
	border-radius: 10px;
	padding: 15px 50px;
	color: #fff;
	border: 0;
	font-weight: 600;
}

.hmhowsection {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	margin-top: 220px;
	padding-bottom: 50px;
	background: #1C1E2F;
	position: relative;
	z-index: 2;
}

.hmhowsection::after {
	content: "";
	background: url(../img/howsectionbefore.jpg);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.04;
	background-position: center;
}

.hmhowsection::before {
	content: "";
	background: url(../img/howsectionafter.png);
	width: 100%;
	left: 0;
	top: -120px;
	background-size: contain;
	height: 220px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
}

.hmhowsection .bgicon {
	width: 95px;
	height: 95px;
	background: #0771D2;
	margin: 0 auto;
	border-radius: 50%;
	text-align: center;
	line-height: 90px;
	position: relative;
	margin-top: -45px;
	margin-bottom: 30px;
}

.hmhowsection .bgicon::before {
	content: "";
	background: url(../img/bgicon.png);
	width: 200px;
	height: 200px;
	background-size: contain;
	position: absolute;
	left: -53px;
	top: -53px;
	z-index: -1;
}

.hmhowsection .bgicon img {
	height: 45px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.hmhowsection h3 {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 26px;
	margin-top: 15px;
}

.hmhowsection h6 {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 50px;
	text-align: center;
	color: #fff;
}

.hmhowsection .item {
	float: left;
	width: 100%;
	text-align: center;
	color: #393E4C;
	background: #fff;
	padding: 30px 15px;
	border-radius: 2px;
}

.hmhowsection .item .icon {
	width: 65px;
	height: 65px;
	background: #01c26825;
	color: #01C267;
	border-radius: 50%;
	font-size: 29px;
	line-height: 65px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.hmhowsection .item h5 {
	float: left;
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	color: #0ADF7D;
	margin-bottom: 1px;
}

.hmhowsection .item span {
	width: 100%;
	float: left;
	position: relative;
	color: #2D3F5F;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 18px;
}

.hmhowsection .item span::after {
	content: "";
	height: 3px;
	width: 48px;
	position: absolute;
	left: auto;
	right: calc(50% - 24px);
	bottom: 0;
	background: #DFE4EE;
}

.hmhowsection .item p {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	max-width: 230px;
	margin: 0 auto;
}


.hm_vitrinsection {
	float: left;
	width: 100%;
	padding: 10px 0;
}

.hm_vitrinsection .nav {
	float: left;
	margin: 0;
	padding: 0;
}

.hm_vitrinsection .row .col-md-2:nth-child(13) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(14) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(15) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(16) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(17) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(18) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(19) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(20) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(21) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(22) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(23) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(24) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(25) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(26) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(27) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(28) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(29) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(30) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(31) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(32) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(33) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(34) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(35) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(36) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .row .col-md-2:nth-child(37) .ilanitem {
	box-shadow: none !important;
}

.hm_vitrinsection .bar {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
}

.hm_vitrinsection .nav-link {
	float: left;
	display: flex;
	flex-flow: wrap;
	padding: 0;
	margin-right: 5px;
	padding-right: 15px;
	border-right: 1px solid #EFF1F5;
}

.hm_vitrinsection .nav-link:nth-last-child(1) {
	border: 0;
}

.hm_vitrinsection .nav-link.active {
	background: transparent;
	color: #E11D48;
}

.hm_vitrinsection .nav-link.active .icon {
	color: #E11D48;
	background: #E11D4820;
	margin-right: 15px;
	border-radius: 5px;
	transition: all 0.6s;
}

.hm_vitrinsection .nav-link.active span {
	color: #E11D48;
}

.hm_vitrinsection .nav .icon {
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #B3B8C3;
}

.hm_vitrinsection .nav span {
	float: left;
	font-size: 17px;
	font-weight: 600;
	color: #B3B8C3;
	min-height: 45px;
	display: flex;
	flex-flow: column;
	transition: all 0.6s;
	justify-content: center;
}

.hm_vitrinsection .barcat {
	float: right;
}

.barcat ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 8px;
	margin-right: 15px;
}

.barcat ul li {
	float: left;
	margin-left: 35px;
}

.barcat ul li img {
	height: 27px;
	object-fit: contain;
	filter: grayscale(100%);
	transition: all 0.6s;
	filter: brightness(0) saturate(100%) invert(93%) sepia(3%) saturate(1384%) hue-rotate(189deg) brightness(83%) contrast(80%);
}

.barcat ul li img:hover {
	filter: none;
}

.hmilan_list {
	float: left;
	width: 100%;
	padding: 20px 0;
}

.hmilan_list .col-md-2 {
	margin-bottom: 20px;
}

.discountbar {
	float: left;
	width: 100%;
	position: relative;
	padding: 60px 0;
	margin-bottom: 30px;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	padding-bottom: 90px;
}

.discountbar .container {
	position: relative;
}

.discountbar::before {
	content: "";
	background: url(../img/indirimafter.png);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center top;
	position: absolute;
	left: 0;
	top: 0;
}

.discountbar::after {
	content: "";
	background: #363643;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.searchinput {
	margin: 0 auto;
	text-align: center;
	max-width: 550px;
	position: relative;
}

.discountbar h3 {
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

.searchinput input {
	float: left;
	width: 100%;
	background: #fff;
	border: 0;
	border-radius: 5px;
	padding: 15px;
	font-weight: 500;
}

.searchinput button {
	position: absolute;
	right: 12px;
	top: 11px;
	background: transparent;
	border: 0;
	font-weight: 600;
	font-size: 18px;
	color: #333;
}

.hm_storesection {
	float: left;
	width: 100%;
}

.hm_storesection .bartitle {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	position: relative;
	margin-top: -70px;
}

.hm_storesection .bartitle .icon {
	float: left;
	background: #EB6B3120;
	color: #EB6B31;
	width: 50px;
	height: 50px;
	border-radius: 2px;
	text-align: center;
	line-height: 50px;
	font-size: 23px;
}

.hm_storesection .bartitle span {
	float: left;
	padding-left: 15px;
	font-size: 17px;
	font-weight: 600;
	color: #828997;
	min-height: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.hm_storesection .bartitle a {
	float: right;
	color: #B3B8C3;
	font-weight: 500;
	padding: 0px 15px;
	margin-top: 15px;
}

.hm_storesection .bartitle a i {
	margin-left: 25px;
}

.hm_storesection .bartitle a::before {
	content: "";
	background: #B3B8C340;
	height: 100%;
	position: absolute;
	width: 1px;
	top: 0;
	margin-left: -25px;
}

.hm_storesection .list {
	float: left;
	width: 100%;
	padding: 20px 0;
}

.storeitem {
	float: left;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	border-top: 7px solid;
	padding: 20px;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
	text-align: center;
}

.storeitem::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #31313159;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.5;
	backdrop-filter: blur(122px);
	z-index: 1;
}

.storeitem img {
	margin: 0 auto;
	text-align: center;
	height: 130px;
	object-fit: contain;
	margin-top: 40px;
	margin-bottom: 100px;
	z-index: 2;
	position: relative;
	border-radius: 5px;
}

.storeitem a {
	background: #ffffff45;
	padding: 22px 36px;
	border-radius: 5px;
	font-size: 17px;
	color: #fff;
	float: left;
	backdrop-filter: blur(4px);
	text-align: center;
	width: 100%;
	transition: all .2s;
	z-index: 2;
	position: relative;
}

.storeitem a:hover {
	backdrop-filter: blur(0px);
}

.hm_catvitrin {
	float: left;
	width: 100%;
	padding: 20px 0;
}

.hm_catvitrin .nav-link img {
	height: 33px !important;
	width: 100% !important;
}

.hm_catvitrin .bartitle {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 20px;
}

.hm_catvitrin .bartitle .icon {
	float: left;
	background: #EB6B3120;
	color: #EB6B31;
	width: 50px;
	height: 50px;
	border-radius: 2px;
	text-align: center;
	line-height: 50px;
	font-size: 23px;
}

.hm_catvitrin .bartitle span {
	float: left;
	padding-left: 15px;
	font-size: 17px;
	font-weight: 600;
	color: #828997;
	min-height: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.hm_catvitrin .bartitle a {
	float: right;
	color: #B3B8C3;
	font-weight: 500;
	padding: 0px 15px;
	margin-top: 15px;
}

.hm_catvitrin .bartitle a i {
	margin-left: 15px;
}

.hm_catvitrin .bartitle a::before {
	content: "";
	background: #B3B8C340;
	height: 100%;
	position: absolute;
	width: 1px;
	top: 0;
	margin-left: -25px;
}

.hm_catvitrin .tabs {
	float: left;
	width: calc(100% - 35%);
	display: flex;

}

.hm_catvitrin .tabs ul {
	border: 0;
	margin: 0 auto;
}

.hm_catvitrin .tabs ul li {
	padding: 0px 10px;
	position: relative;
}

.hm_catvitrin .tabs ul li button:hover {
	border: none;
	box-shadow: none;
	outline: none;
}

.hm_catvitrin .nav-tabs .nav-link {
	border: none;
}

.hm_catvitrin .tabs ul li button.active {
	border: 0 !important;
}

.hm_catvitrin .tabs ul li button.active::after {
	content: "";
	background: #0771D2;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -18px;
	border-radius: 5px;
}

.ilanliste_le .col-md-2 {
	margin-bottom: 20px;
}

.hmaltbanner_section {
	float: left;
	width: 100%;
	padding: 20px 0;
}

.hmaltbanner_section .item {
	float: left;
	width: 100%;
	height: 400px;
	border-radius: 10px;
	overflow: hidden;
}

.hmaltbanner_section .col-md-3 .item {
	height: 195px;
}

.hmaltbanner_section .col-md-3 .item:nth-child(1) {
	margin-bottom: 10px;
}

.hmaltbanner_section .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
}

.hmtrendcatsection {
	float: left;
	width: 100%;
	padding: 20px 0;
}

.hmtrendcatsection .bartitle {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	position: relative;
}

.hmtrendcatsection .bartitle .icon {
	float: left;
	background: #0771D220;
	color: #0771D2;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 23px;
}

.hmtrendcatsection .bartitle span {
	float: left;
	padding-left: 15px;
	font-size: 17px;
	font-weight: 600;
	color: #828997;
	min-height: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.trendcatSwiper {
	float: left;
	width: 100%;
	margin-top: 25px;
}

.hmtrendcatsection .item {
	float: left;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	height: 300px;
	position: relative;
}

.hmtrendcatsection .item::before {
	content: "";
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.781) 6%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.hmtrendcatsection .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hmtrendcatsection .item .icon {
	position: absolute;
	left: 0;
	bottom: 29px;
	width: 100%;
	height: 50px;
	object-fit: contain;
	filter: brightness(0) invert(1);
	z-index: 2;
}

.hmtrendcatsection .swiper-button-nexttr {
	float: right;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	border-left: 1px solid #ECEEF5;
	color: #0771D2;
}

.hmtrendcatsection .swiper-button-prevtr {
	float: right;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #0771D2;
}

.hmtrendcatsection .swiper-button-disabled {
	color: #A3A7AC;
}

.daypromo_hm {
	float: left;
	width: 100%;
	padding: 20px 0;
}

.daypromo_hm .bartitle {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	position: relative;
	border-bottom: 1px solid #ECEEF5;
	;
}

.daypromo_hm .bartitle .icon {
	float: left;
	background: transparent;
	color: #0771D2;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 23px;
}

.daypromo_hm .bartitle span {
	float: left;
	padding-left: 15px;
	font-size: 17px;
	font-weight: 600;
	color: #282C38;
	min-height: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.daypromo_hm .swiper-button-nextdy {
	float: right;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	border-left: 1px solid #ECEEF5;
	color: #0771D2;
}

.daypromo_hm .swiper-button-prevdy {
	float: right;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #0771D2;
}

.daypromo_hm .swiper-button-disabled {
	color: #A3A7AC;
}

.daypromolist {
	float: left;
	width: 100%;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.daypromolist .mySwiper {
	padding: 15px;
	float: left;
	width: 100%;
	border-right: 1px solid #ECEEF5;
}

.daypromolist .mySwiper .swiper-slide {
	width: 100% !important;
	height: 70px !important;
	float: left;
	margin-bottom: 15px;
}

.dayitem {
	float: left;
	width: 100%;
	padding: 15px 15px;
	cursor: pointer;
}

.dayitem h6 {
	color: #282C38;
	float: left;
	width: calc(100% - 50px);
	padding-left: 15px;
	padding-right: 15px;
	min-height: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}

.dayitem h6 i {
	float: right;
}

.dayitem .icon {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	overflow: hidden;
	background: #FF4655;
	text-align: center;
	line-height: 30px;
	padding: 10px;
}

.dayitem .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.daypromo_hm .swiper-slide-thumb-active .dayitem {
	background: #F4F5F6;
	border-radius: 10px;
}

.daypromoproduct {
	float: left;
	width: 100%;
	height: 210px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	margin: 10px 0;
}

.daypromoproduct::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60%;
	background: rgb(0, 0, 0);
	background: linear-gradient(94deg, rgba(0, 0, 0, 1) 16%, rgba(0, 0, 0, 0) 100%);
	z-index: 2;
	height: 100%;
}

.daypromo_hm .liste {
	float: left;
	width: 100%;
	padding: 25px;
	padding-left: 15px;
	padding-right: 40px;
}

.daypromoproduct img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.daypromoproduct .text {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	color: #fff;
	height: 100%;
	z-index: 3;
}

.daypromoproduct .text h5 {
	color: #FF4655;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0px;
}

.daypromoproduct .text h6 {
	color: #737E92;
	font-weight: normal;
	font-size: 16px;
}

.daypromoproduct .text .price {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.daypromoproduct .text .price span.old {
	float: left;
	width: 100%;
	color: #FFFFFF66;
	text-decoration: line-through;
	margin-bottom: 3px;
}

.daypromoproduct .text .price span.new {
	float: left;
	width: 100%;
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 10px;
}

.daypromoproduct .text a {
	float: left;
	background: #E11D48;
	padding: 8px 20px;
	padding-left: 0;
	color: #fff;
	border-radius: 2px;
	font-weight: 600;
	line-height: 30px;
}

.daypromoproduct .text a i {
	width: 40px;
	height: 30px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background: #ffffff50;
	float: left;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
	font-size: 18px;
	margin-right: 10px;
}

.hm_yayincilarsection {
	float: left;
	width: 100%;
	padding: 25px 0;
}

.hm_yayincilarsection .bartitle {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	position: relative;
}

.hm_yayincilarsection .bartitle .icon {
	float: left;
	background: #f130223d;
	color: #F12F22;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 23px;
}

.hm_yayincilarsection .bartitle span {
	float: left;
	padding-left: 15px;
	font-size: 17px;
	font-weight: 600;
	color: #828997;
	min-height: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.hm_yayincilarsection .bartitle a {
	float: right;
	color: #B3B8C3;
	font-weight: 500;
	padding: 0px 15px;
	margin-top: 15px;
}

.hm_yayincilarsection .bartitle a i {
	margin-left: 25px;
}

.hm_yayincilarsection .bartitle a::before {
	content: "";
	background: #B3B8C340;
	height: 100%;
	position: absolute;
	width: 1px;
	top: 0;
	margin-left: -25px;
}

.yayinlist {
	float: left;
	width: 100%;
	margin-top: 25px;
}

.yayinlist .col-md-2 {
	margin-bottom: 20px;
}

.yayinciitem {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
}

.yayinciitem.deactive .img::before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/deactiveicon.svg);
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	left: 5px;
	top: 5px;
	z-index: 2;
	border-radius: 50%;
}

.yayinciitem.deactive .img::after {
	content: "";
	background: #282c38b7;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.yayinciitem.active .img::before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/activeicon.svg);
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	left: 5px;
	top: 5px;
	z-index: 2;
	border-radius: 50%;
}

.yayinciitem .img {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 190px;
	border-radius: 5px;
	margin-bottom: 5px;
}

.yayinciitem .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.yayinciitem h3 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	margin-top: 5px;
	padding: 5px 0;
}

.yayinciitem .text {
	float: left;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #ECEEF5;
}

.yayinciitem .yayinbtn {
	float: left;
	width: 100%;
	background: #65469C;
	color: #fff;
	padding: 10px 10px;
	border-radius: 20px;
	margin-bottom: 15px;
}

.yayinciitem .yayinbtn .icon {
	width: 26px;
	height: 26px;
	float: left;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 26px;
	color: #65469C;
}

.yayinciitem .yayinbtn span {
	float: left;
	padding-left: 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
}

.yayinciitem ul {
	margin: 0 auto;
	list-style: none;
	margin: 0;
	padding: 0;
}

.yayinciitem ul li {
	float: left;
	margin: 0px 5px;
}

.yayinciitem .social {
	float: left;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}

.yayinciitem ul li a {
	color: #65778E80;
	font-size: 19px;
	transition: all 0.6s;
}

.yayinciitem ul li:nth-child(1):hover a {
	color: #c70b49;
}

.yayinciitem ul li:nth-child(2):hover a {
	color: #333;
}

.yayinciitem ul li:nth-child(3):hover a {
	color: #65469C;
}

.yayinciitem ul li:nth-child(4):hover a {
	color: #0b4dc7;
}

.yayinciitem ul li:nth-child(5):hover a {
	color: #e40606;
}

.yayincilar_page {
	float: left;
	width: 100%;
	padding: 20px 0;
}

.yayincilar_page .bartitle {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	position: relative;
}

.yayincilar_page .bartitle .icon {
	float: left;
	background: #e92a4d25;
	color: #E92A4E;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 23px;
}

.yayincilar_page .bartitle span {
	float: left;
	padding-left: 15px;
	font-size: 17px;
	font-weight: 600;
	color: #828997;
	min-height: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.spyayinci_section .col {
	float: left;
	width: 11%;
	flex: auto;
	padding: 0px 5px;
	margin-bottom: 12px;
	max-width: 17%;
}

.spyayinci_section.v2 .col {
	max-width: 12.45%;
	width: 12.45%;
}

.yayinitem {
	float: left;
	width: 100%;
	padding: 17px 10px;
	background: #fff;
	border-radius: 5px;
	text-align: center;
}

.yayinitem .userimg {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #E92A4E;
	text-align: center;
	margin-bottom: 8px;
}

.yayinitem .userimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.yayinitem h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.yayinitem ul {
	margin: 0 auto;
	list-style: none;
	margin: 0;
	padding: 0;
}

.yayinitem ul li {
	float: left;
	margin: 0px 3px;
}

.yayinitem .social {
	float: left;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.yayinitem ul li a {
	color: #65778E80;
	font-size: 16px;
	transition: all 0.6s;
}

.yayinitem ul li:nth-child(1):hover a {
	color: #c70b49;
}

.yayinitem ul li:nth-child(2):hover a {
	color: #333;
}

.yayinitem ul li:nth-child(3):hover a {
	color: #65469C;
}

.yayinitem ul li:nth-child(4):hover a {
	color: #0b4dc7;
}

.yayinitem ul li:nth-child(5):hover a {
	color: #e40606;
}

.yayinitem button {
	background: #E92A4E;
	border-radius: 5px;
	color: #fff;
	border: 0;
	width: 100%;
	padding: 7px 0;
	font-size: 15px;
	font-weight: 600;
	transition: all 0.6s;
}

.yayinitem button:hover {
	background: #c50f31;
}

.yayinitem button i {
	font-weight: normal;
	margin-right: 5px;
}

.spyayinci_section .title {
	float: left;
	width: 100%;
	padding: 25px 0;
	margin-bottom: 15px;
}

.spyayinci_section .title .icon {
	float: left;
	width: 50px;
	height: 50px;
	background: #e92a4d2d;
	color: #E92A4E;
	font-size: 22px;
	text-align: center;
	line-height: 50px;
	border-radius: 2px;
}

.spyayinci_section .title h3 {
	float: left;
	padding-left: 15px;
	font-weight: 600;
	font-size: 18px;
	min-height: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin: 0;
}

.basvuruyap_banner {
	float: left;
	width: 100%;
	background: #E92A4E;
	border-radius: 5px;
	color: #fff;
	padding: 30px 15px;
	margin-bottom: 20px;
}

.basvuruyap_banner img {
	width: 100%;
	text-align: center;
	object-fit: contain;
	object-position: center;
	height: 55px;
	margin-bottom: 15px;
	filter: brightness(0) invert(1);
}

.basvuruyap_banner h4 {
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}

.basvuruyap_banner p {
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-bottom: 25px;
}

.basvuruyap_banner a {
	float: left;
	width: 100%;
	background: #fff;
	text-align: center;
	border-radius: 35px;
	padding: 10px;
	color: #E92A4E;
	font-weight: 600;
	transition: all 0.6s;
}

.basvuruyap_banner a:hover {
	background: #c50f31;
	color: #fff;
}

.basvuruyap_banner a i {
	font-weight: normal;
	margin-right: 5px;
}

.yayincilarbanner {
	float: left;
	width: 100%;
	background: #E92A4E;
	margin: 20px 0;
	padding-top: 10px;
	position: relative;
}

.yayincilarbanner::after {
	content: "";
	background: url(../img/yayincilarafter.png);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
}

.yayincilarbanner .img {
	float: left;
	width: 100%;
	height: 340px;
}

.yayincilarbanner .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.popyayincilist {
	float: left;
	width: 100%;
}

.popyayincilist .bartitle {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	position: relative;
	margin-top: -60px;
}

.popyayincilist .bartitle .icon {
	float: left;
	background: #e92a4d25;
	color: #E92A4E;
	width: 50px;
	height: 50px;
	border-radius: 2px;
	text-align: center;
	line-height: 50px;
	font-size: 23px;
}

.popyayincilist .bartitle span {
	float: left;
	padding-left: 15px;
	font-size: 17px;
	font-weight: 600;
	color: #282C38;
	min-height: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.popyayincilist .col {
	float: left;
	width: 12.5%;
	flex: auto;
	padding: 0px 5px;
	margin-bottom: 12px;
	max-width: 12.5%;
}

.popyayincilist .alan {
	padding: 20px 7px;
	float: left;
	width: 100%;
}

.storesubrice {
	float: left;
	width: 100%;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	margin-top: 30px;
	background: #fff;
	padding: 10px 30px;
}

.magazabasvurubilgileri {
	float: left;
	width: 100%;
	padding: 33px;
	background: #fff;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.magazabasvurubilgileri .item {
	float: left;
	width: 32%;
}

.magazabasvurubilgileri label {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}

.magazabasvurubilgileri input {
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 10px;
	float: left;
	width: 100%;
}

.storesubrice .img {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.storesubrice .img img {
	height: 90px;
	margin-top: 25px;
	object-fit: contain;
	object-position: center;
	filter: brightness(0) saturate(100%) invert(25%) sepia(98%) saturate(2435%) hue-rotate(195deg) brightness(94%) contrast(94%);
}

.storesubrice .hiz {
	float: left;
	width: 100%;
	padding: 15px 20px;
}

.storesubrice h2 {
	float: left;
	width: 100%;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}

.storesubrice h6 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #0771D2;
	font-weight: normal;
	margin-bottom: 25px;
}

.storesubrice .item {
	float: left;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 1px solid #B3B8C3;
}

.storesubrice .item span {
	float: left;
	width: 100%;
	font-size: 17px;
	text-align: center;
	padding: 15px;
	border-bottom: 1px solid #B3B8C3;
}

.storesubrice .item .d-flex {
	float: left;
	width: 100%;
}

.storesubrice .item .icon {
	margin: 20px auto;
	width: 90px;
	height: 90px;
	background: #0770d244;
	border-radius: 50%;
	color: #0771D2;
	font-size: 35px;
	line-height: 90px;
	text-align: center;
}

.storesubrice .item .durum {
	float: left;
	width: 100%;
	padding: 15px;
}

.storesubrice .item .durum .succes {
	float: left;
	width: 100%;
	font-size: 17px;
	padding: 16px 25px;
	border-radius: 5px;
	background: #E11D48;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
}

.storesubrice .item .durum .succes i {
	float: right;
	font-weight: normal;
	font-size: 20px;
}

.storesubrice .item .durum .succes.no {
	background: #E92A4E;
}

.storelist .detail {
	float: left;
	width: 100%;
	margin: 15px 0;
	background: #ECEDEE;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #B3B8C3;
}

.storelist .detail .ares {
	float: left;
	width: 100%;
	max-height: 150px;
	overflow-y: scroll;
	padding: 5px;
	padding-right: 15px;
}

.storelist .detail .ares::-webkit-scrollbar-track {
	border-radius: 5px;
	width: 100%;
	height: 100%;
}

.storelist .detail .ares::-webkit-scrollbar {
	width: 4px;
	border-radius: 5px;
	background-color: #E6E4EF;
}

.storelist .detail .ares::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background-color: #1F2430;
	height: 5px;
}

.storelist .form-group {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.storelist .form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.storelist .form-group label {
	position: relative;
	cursor: pointer;
	padding-left: 32px;
	color: #1A1D2399;
}

.storelist .form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #D0D8E8;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: -2px;
}

.storelist .form-group input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 8px;
	width: 6px;
	height: 11px;
	border: solid #0079bf;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.storesubbottom {
	float: left;
	width: 100%;
	background: #0079bf;
	padding: 35px 10px;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}

.storesubbottom button {
	background: #fff;
	border: 0;
	border-radius: 5px;
	padding: 22px 45px;
	font-weight: 600;
	color: #0771D2;
	transition: all 0.6s;
}

.storesubbottom button:hover {
	background: #025e94;
	color: #fff;
}

.storesubbottom button i {
	font-weight: normal;
	font-size: 20px;
	float: left;
	margin-right: 10px;
}

.gunfirsatsection {
	float: left;
	width: 100%;
	padding: 25px 0;
}

.gunfirsatsection .bartitle {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 25px;
}

.gunfirsatsection .col-md-2 {
	margin-bottom: 20px;
}

.gunfirsatsection .bartitle .icon {
	float: left;
	background: #0770d22a;
	color: #0771D2;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 23px;
}

.gunfirsatsection .bartitle span {
	float: left;
	padding-left: 15px;
	font-size: 17px;
	font-weight: 600;
	color: #0771D2;
	min-height: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.gunfirsatsection .bartitle .timetext {
	float: left;
	color: #282C38;
	min-height: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #EFF1F5;
}

.gunfirsatsection .bartitle.nextday .icon {
	background: #282c3833;
	color: #282C38;
}

.gunfirsatsection .bartitle.nextday span {
	color: #282C38;
}

.gunfirsatsection .row.nextday .col-md-2 .urunitem::after {
	content: "";
	background: url(../img/nextday.png);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
}

.firsatbanner {
	float: left;
	width: 100%;
	background: #2633465b;
	padding: 50px 0;
	position: relative;
}

.firsatbanner::before {
	content: "";
	background: url(../img/menubg.jpg);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center 38%;
	z-index: -1;
}

.firsatbanner::after {
	content: "";
	background: rgb(38, 51, 70);
	background: linear-gradient(94deg, rgba(38, 51, 70, 1) 16%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.firsatbanner img {
	height: 60px;
	margin-bottom: 20px;
}

.firsatbanner h1 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 30px;
	margin-bottom: 0;
	font-weight: normal;
}

.firsatbanner h1 b {
	font-size: 45px;
}

.firsatbanner .text::after {
	content: "";
	background: url(../img/firsatbarafter.png);
	width: 100%;
	height: 100%;
	background-size: contain;
	top: 0;
	right: 0;
	z-index: 2;
	position: absolute;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.usermenu_list .title::before {
	content: "";
	background: url(../img/catsidebarbg.png);
	width: 80%;
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	background-size: cover;
	background-position: 20px;
	background-repeat: no-repeat;
}

.head_user {
	float: right;
	margin-left: 50px;
	position: relative;
	margin-top: -5px;
}

.usermenu {
	float: left;
	display: flex;
	margin-top: 2px;
}

.usermenu .userimg {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
	cursor: pointer;
}

.usermenu .userimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.usermenu .usertext {
	float: left;
	display: flex;
	flex-flow: column;
	justify-content: center;
	min-height: 40px;
	cursor: pointer;
}

.usermenu .usertext a {
	float: left;
	display: flex;
	flex-flow: column;
	justify-content: center;
	min-height: 40px;
	cursor: pointer;
}

.usermenu .usertext b {
	font-weight: 600;
	color: #000;
}

.usermenu .usertext span {
	font-weight: 600;
	font-size: 14px;
	color: #14c5a8;
}

.usermenu .pusharea {
	float: left;
	width: auto;
	min-width: 40px;
	height: 40px;
	border-radius: 10px;
	background: #8b5cf636;
	color: #8B5CF6;
	text-align: center;
	line-height: 40px;
	position: relative;
	margin-top: 3px;
	margin-left: 10px;
	cursor: pointer;
	justify-content: center;
	display: flex;
}

.usermenu .pusharea.bakiye {
	background: #e11d4836;
}

.usermenu .pusharea.bakiye a {
	color: #E11D48;
}

.usermenu .pusharea.bakiye b {
	font-size: 14px;
	margin-top: 2px;
}

.usermenu .pusharea.bakiye .st {
	background: #E11D48;
}

.usermenu .pusharea.bildirim {
	display: flex;
	flex-flow: row-reverse;
	align-items: center;
	gap: 5px;
	padding: 0px 10px;
}

.pusharea.basket {
	background: #10c5a72c;
	color: #22C55E;
}

.pusharea.basket a {
	color: #22C55E;
}

.pusharea.basket .st {
	background: #22C55E !important;
}

.pusharea.chat {
	margin-right: -10px;
	background: #0771D230;
	color: #0771D2;
}

.pusharea.chat a {
	color: #0771D2;
}

.pusharea.chat .st {
	background: #0771D2 !important;
}

.basketSwiper .swiper-wrapper {
	padding-bottom: 15px;
	padding-top: 15px;
}

.basketSwiper .ilanitem::before {
	display: none;
}

.usermenu .pusharea .st {
	background: #8B5CF6;
	border-radius: 8px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	width: 20px;
	line-height: normal;
	font-size: 12px;
}

.usermenu .pusharea a {
	display: flex;
	flex-flow: row-reverse;
	align-items: center;
	gap: 5px;
	padding: 0px 10px;
}

.usermenu .usermenubtn {
	float: left;
	width: auto;
	height: 40px;
	border-radius: 10px;
	background: #242635;
	color: #fff;
	text-align: center;
	line-height: 40px;
	position: relative;
	margin-top: 3px;
	font-size: 14px;
	margin-left: 10px;
	cursor: pointer;
	display: flex;
	flex-flow: wrap;
	padding: 0px 10px;
	align-items: center;
	gap: 8px;
	font-weight: 600;
}

.usermenu .usermenubtn .st {
	background: #000000;
	border-radius: 8px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	width: 20px;
	height: 18px;
	line-height: normal;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.usermenu .usermenubtn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.usermenu .usermenubtn.active {
	background: #E11D48;
	color: #fff;
}

@keyframes bellshake {
	0% {
		transform: rotate(0);
	}

	15% {
		transform: rotate(6deg);
	}

	30% {
		transform: rotate(-6deg);
	}

	45% {
		transform: rotate(4deg);
	}

	60% {
		transform: rotate(-5deg);
	}

	75% {
		transform: rotate(3deg);
	}

	85% {
		transform: rotate(-3deg);
	}

	92% {
		transform: rotate(2deg);
	}

	100% {
		transform: rotate(0);
	}
}

.usermenu_list {
	position: absolute;
	right: 0;
	top: 65px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	max-height: 0px;
	transition: all 0.3s;
	z-index: 9;
}

.usermenu_list .title {
	float: left;
	width: 100%;
	color: #fff;
	background: #181627;
	padding: 20px 0px;
	padding-left: 23px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
	position: relative;
}

.usermenu_list ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.usermenu_list ul li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #6C6A8120;
	padding: 0;
	margin: 0;
}

.usermenu_list ul li a {
	float: left;
	width: 100%;
	color: #6C6A81;
	font-size: 17px;
	padding: 14px 18px;
}

.usermenu_list ul li a i {
	margin-right: 10px;
}

.usermenu_list.active {
	max-height: 700px;
}

.donatetitle {
	float: left;
	width: 100%;
	margin-top: 25px;
	background: rgb(7, 113, 210);
	background: linear-gradient(94deg, rgba(7, 113, 210, 1) 16%, rgba(0, 177, 255, 1) 100%);
	border-radius: 10px;
	padding: 20px;
}

.donatetitle .donateimg {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
	border: 3px solid #fff;
}

.donatetitle .donateimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.donatetext {
	float: left;
	width: calc(100% - 120px);
	min-height: 100px;
}

.donatetext h4 {
	font-size: 21px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0px;
}

.donatetext span {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 8px;
}

.donatetext button {
	color: #0771D2;
	background: #fff;
	border: none;
	padding: 10px 15px;
	border-radius: 5px;
	font-weight: 600;
}

.donatetext button i {
	font-weight: normal;
	margin-right: 5px;
}

.donatetext .hiz {
	display: flex;
	float: left;
	flex-flow: column;
	justify-content: center;
}

.donatesocial {
	float: right;
	min-height: 100px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.donatesocial ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.donatesocial ul li {
	float: left;
	margin-left: 10px;
}

.donatesocial ul li a {
	color: #fff;
	font-size: 20px;
	float: left;
	width: 45px;
	height: 45px;
	border-radius: 5px;
	background: #ffffff30;
	text-align: center;
	line-height: 45px;
	transition: all 0.6s;
}

.donatesocial ul li a:hover {
	background: #fff;
	color: #0771D2;
}

.donatearea {
	float: left;
	width: 100%;
	padding: 20px 0;
}

.donatearea iframe {
	float: left;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.donateform {
	float: left;
	width: 100%;
	padding: 15px 10px;
	background: #fff;
	border-radius: 5px;
}

.donateform .brtitle {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px solid #C8D1E7;
	padding-bottom: 10px;
	position: relative;
}

.donateform .brtitle .icon {
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #0771D2;
	background: #0770d22f;
	border-radius: 5px;
	margin-right: 10px;
}

.donateform .brtitle span {
	float: left;
	min-height: 40px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	font-size: 17px;
	font-weight: 600;
	color: #0771D2;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.donateform .brtitle input {
	float: right;
	width: 90px;
	border-radius: 5px;
	border: 1px solid #BDC0C7;
	padding: 12px;
	font-weight: 600;
	color: #E11D48;
	padding-right: 30px;
}

.donateform .brtitle textarea {
	float: right;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #BDC0C7;
	padding: 17px 20px;
	font-weight: 600;
	color: #E11D48;
	margin-top: 15px;
}

.donateform .brtitle input.full {
	width: 100%;
	margin-top: 15px;
	padding: 17px 20px;
}

.donateform .brtitle .tl {
	position: absolute;
	font-weight: 600;
	color: #E11D48;
	right: 10px;
	top: 12px;
}

.tutarlist {
	float: left;
	width: 100%;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: 18px;
}

.tutarlist .item {
	float: left;
	width: calc(25% - 10px);
}

.tutarlist .item label {
	float: left;
	width: 100%;
	border: 1px solid #0771D2;
	border-radius: 5px;
	padding: 10px 5px;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
}

.tutarlist .item input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.donateform button {
	float: left;
	width: 100%;
	background: #E11D48;
	border-radius: 5px;
	border: 0;
	padding: 20px 15px;
	font-weight: 600;
	color: #fff;
	font-size: 18px;
}

.donateform .brtitle.n {
	border: 0;
}

.magazastarlist {
	float: left;
	width: 100%;
	padding: 30px 0;
}

.magazastarlist .bartitle {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 11px;
}

.magazastarlist .bartitle .icon {
	float: left;
	background: #0770d223;
	color: #0771D2;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 23px;
}

.magazastarlist .bartitle span {
	float: left;
	padding-left: 15px;
	font-size: 17px;
	font-weight: 600;
	color: #282C38;
	min-height: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.magazastarlist .bartitle a {
	float: right;
	color: #fff;
	border-radius: 25px;
	background: #E11D48;
	font-weight: 500;
	padding: 15px 25px;
	transition: all 0.6s;
}

.magazastarlist .bartitle a:hover {
	background: #068b75;
}

.magazastarlist .bartitle a i {
	margin-right: 10px;
}

.magazastarlist .list {
	float: left;
	width: 100%;
}

.magazastarlist .list .item {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

.magazastarlist .list .item .mum {
	float: left;
	width: 30px;
	height: 100%;
	background: #0771D2;
	text-align: center;
	color: #fff;
	font-weight: 600;
	min-height: 130px;
	line-height: 130px;
}

.magazastarlist .list .item .info {
	float: left;
	padding: 15px 0;
	padding-left: 15px;
}

.magazastarlist .list .item .info .img {
	float: left;
	width: 140px;
	height: 100px;
	overflow: hidden;
	border-radius: 10px;
	margin-right: 15px;
	padding: 10px;
	border: 1px solid #D0D8E8;
}

.magazastarlist .list .item .info .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.magazastarlist .list .item .info .text {
	float: left;
	min-height: 100px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.magazastarlist .list .item .info .text h3 {
	font-size: 22px;
	font-weight: 600;
	color: #282C38;
	margin-bottom: 2px;
}

.magazastarlist .list .item .info .text span {
	font-size: 15px;
	color: #B3B8C3;
	font-weight: 500;
}

.magazastarlist .list .item .starlist {
	float: right;
	padding: 15px;
	padding-right: 0;
	min-height: 130px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding-right: 35px;
}

.magazastarlist .list .item .starlist i {
	float: left;
	margin-right: 10px;
	font-size: 20px;
	color: #F7A53A;
}

.magazastarlist .list .item .starlist span {
	float: left;
	font-weight: 600;
	color: #7B7B84;
	font-size: 19px;
	margin-left: 15px;
}

.magazastarlist .list .item:nth-child(2) .mum {
	background: #E11D48;
}

.magazastarlist .list .item:nth-child(3) .mum {
	background: #E92A4E;
}

.magazastarlist .list .item:nth-child(4) .mum {
	background: #1F2430;
}

.magazastarlist .list .item:nth-child(5) .mum {
	background: #1F2430;
}

.magazastarlist .list .item:nth-child(6) .mum {
	background: #1F2430;
}

.magazasidebar {
	border-radius: 10px;
	overflow: hidden;
}

.select_desi {
	float: left;
	width: 100%;
	padding: 15px;
}

.select_desi select {
	float: left;
	width: 100%;
	padding: 15px;
	border: 1px solid #EEEDF0;
	border-radius: 25px;
	background: #fff;
	color: #282C38;
	font-size: 15px;
	font-weight: 600;
	color: #0771D2;
}

.select_desi select:focus {
	outline: none;
}

.radio {
	display: inline-block;
	position: relative;
}

.radio__input {
	position: absolute;
	top: 4px;
	left: 0;
	width: 36px;
	height: 20px;
	opacity: 0;
	z-index: 0;
}

.radio__label {
	display: block;
	padding: 0 0 0 24px;
	cursor: pointer;
}

.radio__label:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 10px;
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: 2px solid rgba(0, 0, 0, 0.54);
	border-radius: 14px;
	z-index: 1;
	transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.radio__label:after {
	content: "";
	position: absolute;
	top: 18px;
	left: 14px;
	width: 8px;
	height: 8px;
	background-color: #0771D2;
	border-radius: 50%;
	z-index: 2;
	transform: scale(0, 0);
	transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.radio__input:checked+.radio__label:before {
	border-color: #0771D2;
}

.radio__input:checked+.radio__label:after {
	transform: scale(1, 1);
}

.datafilter {
	float: left;
	width: 100%;
	padding: 5px 20px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.datafilter .radio {
	float: left;
	width: calc(50% - 5px);
	background: #fff;
	border: 1px solid #E5E9F1;
	border-radius: 25px;
	padding: 13px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.basvuruyap_banner.magaza {
	margin-top: 15px;
	border-radius: 10px;
	background: #0771D2;
}

.basvuruyap_banner.magaza a {
	color: #0771D2;
}

.basvuruyap_banner.magaza a:hover {
	color: #fff;
	background: #0359a8;
}

.magazabanner {
	float: left;
	width: 100%;
	margin-top: 30px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
	height: 240px;
}

.magazabanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.magazadetail {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 30px;
}

.magazadetail .storeimg {
	float: left;
	width: 135px;
	height: 135px;
	border-radius: 13px;
	position: relative;
	border: 3px solid #E11D48;
}

.magazadetail .storeimg span {
	font-size: 74px;
	font-weight: 600;
}

.magazadetail .storeimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.magazadetail .storeimg::after {
	content: "";
	width: 18px;
	height: 18px;
	border: 3px solid #E11D48;
	position: absolute;
	background: #fff;
	border-radius: 50%;
	left: -9px;
	top: -9px;
}

.magazadetail .storeimg.online::after {
	background: #E11D48;
}

.magazadetail .storetext {
	float: left;
	padding-left: 20px;
	min-height: 135px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.magazadetail .storetext span {
	font-size: 13px;
	font-weight: 500;
	color: #E11D48;
	margin-bottom: 5px;
}

.magazadetail .storetext h2 {
	font-weight: 600;
	font-size: 21px;
}

.magazadetail .storetext .list {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.magazadetail .storetext .list img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	object-fit: contain;
}

.magazadetail .followbtn {
	float: right;
	background: #0771D2;
	border-radius: 5px;
	font-weight: 600;
	padding: 8px 15px;
	border: 0;
	font-size: 15px;
	color: #fff;
	margin-right: 15px;
}

.magazadetail .followbtn i {
	font-weight: normal;
	margin-right: 5px;
}

.magazadetail .smsgonder {
	float: right;
	background: #E11D48;
	border-radius: 5px;
	font-weight: 600;
	padding: 8px 15px;
	border: 0;
	font-size: 15px;
	color: #fff;
	margin-right: 15px;
}

.magazadetail .smsgonder i {
	font-weight: normal;
	margin-right: 5px;
}

.storeanaliz {
	float: right;
}

.storeanaliz .derece {
	min-height: 135px;
	float: left;
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.storeanaliz .derece .star {
	float: left;
	width: 60px;
	height: 40px;
	border: 2px solid #E92A4E;
	border-radius: 5px;
	text-align: center;
	line-height: 35px;
	color: #E92A4E;
	font-size: 22px;
}

.storeanaliz .derece .derecepuan {
	float: left;
	width: calc(100% - 60px);
	padding-left: 15px;
	min-height: 40px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	font-size: 18px;
	font-weight: 600;
}

.storeanaliz .derece .derecepuan span {
	color: #E92A4E;
}

.storeanaliz .totaltext {
	float: right;
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	color: #B3B8C3;
	font-weight: 500;
}

.storeanaliz .totalseller {
	float: right;
	background: #E11D4830;
	padding: 10px 20px;
	border-radius: 5px;
	font-weight: 500;
	text-align: center;
}

.storeanaliz .totalseller span {
	color: #E11D48;
	font-weight: 600;
}

.storemenu {
	float: left;
	width: 100%;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: 1px solid #DBDFEC;
	padding: 15px 20px;
}

.storemenu ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.storemenu ul li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #EFF1F5;
}

.storemenu ul li a {
	float: left;
	width: 100%;
	padding: 0px 15px;
}

.storemenu ul li .icon {
	float: left;
	background: transparent;
	width: 50px;
	height: 50px;
	color: #B3B8C3;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
}

.storemenu ul li.active .icon {
	background: #0771D230;
	color: #0771D2;
}

.storemenu ul li .text {
	float: left;
	padding-left: 10px;
	width: calc(100% - 50px);
	min-height: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.storemenu ul li .text .hiz {
	float: left;
	width: 100%;
	display: flex;
}

.storemenu ul li .text span {
	color: #B3B8C3;
	font-weight: 600;
	font-size: 18px;
}

.storemenu ul li .text .num {
	background: #B3B8C350;
	color: #B3B8C3;
	border-radius: 13px;
	font-weight: 600;
	margin-left: 10px;
	font-size: 14px;
	padding: 3px 10px;
}

.magaza_takip {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding: 10px;
	background: #fff;
	border-radius: 8px;
}

.magaza_takip .item {
	float: left;
	width: 100%;
	padding: 0px 10px;
	border-right: 1px solid #DBDFEC99;
	margin: 15px 0;
}

.magaza_takip .item .img {
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
}

.magaza_takip .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.magaza_takip .item .text {
	float: left;
	padding-left: 10px;
	min-height: 60px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.magaza_takip .item .text h5 {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 600;
	color: #282C38;
}

.magaza_takip .item .text span {
	font-size: 12px;
	font-weight: 500;
	color: #B3B8C3;
}

.magaza_takip .item button {
	float: right;
	background: #0771D2;
	border-radius: 5px;
	color: #fff;
	padding: 9px 10px;
	border: 0;
	font-weight: 600;
	font-size: 14px;
	margin-top: 12px;
}

.magaza_takip .item button i {
	font-weight: normal;
	margin-right: 5px;
}

.magaza_takip .col-md-3 {
	border-bottom: 1px solid #DBDFEC;
}

.magaza-degerlendirme {
	float: left;
	width: 100%;
	padding: 15px 20px;
	background: #fff;
	border-radius: 8px;
	margin-top: 20px;
}

.magaza-degerlendirme .item {
	float: left;
	width: 100%;
	border-radius: 25px;
	border: 1px solid #DFE8EE;
	padding: 20px;
	margin-bottom: 15px;
}

.magaza-degerlendirme .item .userimg {
	float: left;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
}

.magaza-degerlendirme .item .userimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.magaza-degerlendirme .item .usertext {
	float: left;
	min-height: 45px;
	padding-left: 15px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	font-weight: 600;
	font-size: 17px;
}

.magaza-degerlendirme .item .left {
	float: left;
	width: 50%;
	position: relative;
	padding-right: 20px;
}

.magaza-degerlendirme .item .left::after {
	content: "";
	height: 100%;
	background: #EFF1F5;
	width: 1px;
	position: absolute;
	right: 20px;
	top: 0;
}

.magaza-degerlendirme .item .right {
	float: right;
	width: 50%;
}

.magaza-degerlendirme .item p {
	float: left;
	margin-bottom: 0;
	width: 100%;
	margin-top: 15px;
}

.magaza-degerlendirme .item .right .product {
	float: left;
	display: flex;
	flex-flow: column;
	justify-content: center;
	min-height: 80px;
}

.magaza-degerlendirme .item .right .product b {
	float: left;
	font-size: 15px;
	font-weight: 600;
	width: 100%;
	color: #E11D48;
}

.magaza-degerlendirme .item .right .product span {
	font-weight: 600;
	font-size: 14px;
	color: #37384E;
}

.magaza-degerlendirme .item .right .rigs {
	float: right;
	text-align: right;
	display: flex;
	flex-flow: column;
	justify-content: center;
	min-height: 80px;
}

.magaza-degerlendirme .item .right .rigs .date {
	margin-bottom: 15px;
}

.magaza-degerlendirme .item .right .rigs .starlist i {
	color: #F7A53A;
	margin-right: 2px;
}

.magaza-degerlendirme .item .right .rigs .starlist span {
	margin-left: 5px;
}

.relatedpostbasket {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.relatedpostbasket h3 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}

.relatedpostbasket h6 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}

.basketcontent {
	float: left;
	width: 100%;
	padding: 30px 0;
}

.basketdetail {
	float: left;
	width: 100%;
	background: #1A1A1A;
	border-radius: 5px;
}

.basketdetail .title {
	float: left;
	width: 100%;
	padding: 15px;
}

.basketdetail .title .icon {
	float: left;
	color: #E11D48;
	background: #E11D4825;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	font-size: 21px;
}

.basketdetail .title .text {
	float: left;
	width: calc(100% - 40px);
	padding-left: 15px;
	min-height: 40px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	font-size: 18px;
	font-weight: 600;
	color: #E11D48;
}

.basketdetail ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

button.payokey {
	float: left;
	width: 100%;
	background: #E11D48;
	border-radius: 5px;
	border: 0;
	color: #fff;
	font-weight: 600;
	text-align: left;
	padding: 25px 20px;
	margin-top: 15px;
	transition: all 0.6s;
}

button.payokey:hover {
	background: #0E9A7D;
}

button.payokey i {
	font-weight: normal;
	float: right;
}

.account_menulist {
	float: left;
	width: 100%;
	border-radius: 5px;
	background-color: #1A1A1A;
	padding: 20px;
}

.accountarea {
	float: left;
	width: 100%;
	padding: 18px 0;
}

.useraccmenulist {
	float: left;
	width: 100%;
}

.useraccmenulist h5 {
	float: left;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #B3B8C3;
}

.useraccmenulist ul {
	float: left;
	width: 100%;
	margin: 0;
	list-style: none;
	padding: 0;
}

.useraccmenulist ul li {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.useraccmenulist ul li:nth-child(1) {
	margin-bottom: 0px;
}


.useraccmenulist ul li a {
	float: left;
	color: #F0F4F7;
	font-weight: 500;
	font-size: 18px;
	width: 100%;
}

.useraccmenulist ul li a i {
	float: left;
	margin-right: 10px;
}

.useraccmenulist ul ul {
	float: left;
	width: 100%;
	padding-left: 25px;
	margin: 15px 0;
}

.useraccmenulist ul ul li {
	margin-bottom: 8px !important;
}

.useraccmenulist ul ul li::before {
	content: "";
	height: calc(100% + 10px);
	width: 1px;
	background: #1F2430;
	position: absolute;
	left: -17px;
	top: -10px;
}

.useraccmenulist ul ul li:nth-last-child(1)::before {
	height: calc(100% - 20px);
}

.useraccmenulist ul ul li a::before {
	content: "";
	background: url(../img/menuafter-leb.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: -18px;
	width: 15px;
	height: 20px;
	top: -5px;
}

.useraccmenulist ul ul li a {
	font-size: 15px;
	font-weight: normal;
	padding: 5px 10px;
	float: left;
	position: relative;
	width: auto;
}

.useraccmenulist ul li.active a {
	background: #0771D225;
	color: #0771D2;
	border-radius: 5px;
}

.useraccmenulist ul li:nth-last-child(1) {
	margin-bottom: 0;
}

.acc_ilanlarpage {
	float: left;
	width: 100%;
}

.ilanitem .days {
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	padding: 5px;
	border: 2px solid #fff;
	background: #1F2430;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	line-height: 13px;
}

.ilanitem .stok {
	float: left;
	color: #13CEA4;
	background: #13CEA440;
	font-weight: 600;
	border-radius: 12px;
	padding: 4px 8px;
	margin: 10px;
	font-size: 15px;
}

.ilanitem .i_price {
	float: right;
	font-weight: bold;
	color: #363643;
	font-size: 20px;
	margin: 10px;
}

.ilanitem .edit {
	float: left;
	width: 100%;
	border-top: 1px solid #96A1B020;
	padding: 0px 10px;
	padding-top: 12px;
	padding-bottom: 10px;
	position: relative;
}

.ilanitem .edit a.editbtn {
	float: left;
	width: 100%;
	margin-bottom: 7px;
	background: #37384E;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	padding: 12px 10px;
	font-weight: 600;
}

.ilanitem .edit a.editbtn i {
	font-weight: normal;
	margin-right: 10px;
}

.ilanitem .edit .btns {
	float: left;
	width: 100%;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.ilanitem .edit .btns button {
	float: left;
	background: #37384E;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	height: 40px;
	font-weight: 400;
	border: 0;
	width: calc(25% - 5px);
}

.ilanitem .edit .btns a {
	float: left;
	background: #37384E;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	height: 40px;
	font-weight: 400;
	border: 0;
	width: calc(25% - 5px);
}

.ilanitem .edit .btns button.doping {
	float: left;
	background: #37384E;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	height: 40px;
	font-weight: 400;
	border: 0;
	width: calc(25% - 5px);
}

.ilanitem .edit .btns button.doping {
	background: #EB6B31;
}

.ilanitem .edit .btns button.analiz {
	background: #0771D2;
}

.ilanitem .edit .btns button.share {
	background: #E11D48;
}

.ilanitem .edit .btns button.delete {
	background: #E92A4E;
}





ul .megamenu {
	position: absolute;
	left: 0;
	background: #fff;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index: 99999;
	top: 56px;
	max-height: 0px;
	border-top: 0;
	overflow: hidden;
	width: 100%;
}

ul .megamenu.active {
	max-height: 100vh;
}

.anamenu ul li a.active {
	color: #0079bf;
}

ul .megamenu ul {
	display: flex;
	flex-flow: wrap;
	padding: 20px;
	border-top: 1px solid #ccc;
	width: 100%;
}

ul .megamenu ul li {
	width: calc(25% - 10px);
	margin: 0;
}

ul .megamenu ul li .icon {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	padding: 5px;
}

ul .megamenu ul li img {
	object-fit: contain;
	filter: brightness(0) invert(1);
	width: 100%;
	height: 100%;
}

ul .megamenu ul li span {
	float: left;
	width: calc(100% - 40px);
	padding-left: 12px;
	min-height: 40px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

ul .megamenu ul li a {
	width: 100%;
	border-radius: 5px;
	padding: 7px 14px;
}

ul .megamenu ul li a:hover {
	background: #f5f5f5;
}

.mobilmenubtn {
	display: none;
}

.epincatpage {
	float: left;
	width: 100%;
	padding: 30px 0;
}

.epincatpage .catimg {
	float: left;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	height: 320px;
}

.epincatpage .catimg::before {
	content: "";
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgb(0, 0, 0) 16%, rgba(0, 0, 0, 0) 60%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.epincatpage .catimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.epincatpage .catimg .icon {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.epincatpage .catimg .icon img {
	width: 170px;
	height: 60px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}



.yorumyaparea {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 1px solid #DFE8EE;
	border-radius: 25px;
	margin-bottom: 20px;
}

.yorumyazbox {
	float: left;
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid #DFE8EE;
	margin-bottom: 15px;
}

.yorumyazbox form {
	display: flex;
}

.yorumyazbox input {
	float: left;
	border: 0;
	background: transparent;
	box-shadow: none !important;
	outline: none !important;
}

.yorumyazbox input:focus {
	box-shadow: none !important;
	outline: none !important;
}

.magaza .alan_content .col-md-3 .ilanitem {
	margin-bottom: 15px;
}

.yorumlarlistesi {
	float: left;
	width: 100%;
	padding: 5px;
}

.yorumlarlistesi .yorumgroup {
	float: left;
	width: 100%;
}

.yorumlarlistesi .yorumgroup .card {
	margin-bottom: 10px;
}

.yorumlarlistesi .yorumgroup .card .card-header {
	background: transparent;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding: 10px 15px;
	border: 0;
}

.yorumlarlistesi .yorumgroup .card .card-header .zaman {
	float: right;
}

.yorumlarlistesi .card-footer {
	float: right;
	background: transparent;
	border: 0;
	margin-bottom: -25px;
}

.yorumlarlistesi .card-footer button {
	float: right;
}

.yorumlarlistesi .yorumgroup .card p {
	margin-bottom: 0;
}

.yorumlarlistesi .yorumcevapla {
	background: #0771D2;
	color: #fff;
	padding: 10px 20px;
	border-radius: 22px;
	border: 0;
	float: right;
	margin-right: 10px;
}

.yorumlarlistesi .altyorum {
	float: right !important;
	position: relative;
}

.yorumlarlistesi .altyorum button {
	float: right;
	width: 50px;
	text-align: center;
	padding: 10px 5px;
	margin-bottom: -14px;
	margin-left: 20px;
}

#notification-container.success {
	background: #E11D48 !important;
}

.yorumlarlistesi .yorumgroup .card {
	float: right;
	width: 100%;
	max-width: 100%;
	border-radius: 25px;
	border: 1px solid #DFE8EE;
	background: #fff;
}

.yorumyazbox button {
	background: #0771D2;
	color: #fff;
	padding: 10px 20px;
	border-radius: 22px;
	border: 0;
	float: right;
	font-weight: 500;
}

.epincat_desc {
	float: left;
	width: 100%;
	border-radius: 5px;
	margin-top: 30px;
	background: #fff;
	border: 1px solid #D0D8E8;
}

.epincat_desc ul {
	float: left;
	width: 100%;
	border-bottom: 1px solid #E9ECF4;
	padding: 0px 10px;
	display: flex;
	justify-content: center;
}

.epincat_desc ul li {
	margin: 0px 15px;
}

.epincat_desc ul li button {
	padding: 20px 10px;
	color: #8D94A6;
	font-weight: 600;
	font-size: 17px;
	border-radius: 0 !important;
	border-bottom: 2px solid transparent;
}

.epincat_desc .nav-pills .nav-link.active {
	background: transparent;
	color: #0771D2;
	border-bottom: 2px solid #0771D2;
}

.epincat_desc .tab-pane {
	padding: 20px;
	color: #8D94A6;
}

.epincat_desc .tab-pane h3 {
	font-size: 18px;
	font-weight: 500;
}

.epindetay {
	float: left;
	width: 100%;
	padding: 30px 0;
}

.epincover {
	float: left;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	min-height: 100%;
	height: 100%;
}

.epincover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.epindetailbox {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 5px;
}

.epindetailbox .title {
	float: left;
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid #E9ECF4;
}

.epindetailbox .title .stok {
	float: left;
}

.epindetailbox .title .starlist {
	float: right;
	font-size: 14px;
	text-align: right;
}

.epindetailbox .title .starlist i {
	float: left;
	margin-right: 5px;
	color: #F7A53A;
}

.epindetailbox .title .starlist span {
	margin-left: 10px;
}

.epindetailbox .stok span {
	font-weight: 600;
}

.epindetailbox .alan {
	float: left;
	width: 100%;
	padding: 25px 15px;
}

.epindetailbox h1 {
	float: left;
	width: 100%;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
}

.epindetailbox h6 {
	font-weight: normal;
	margin-bottom: 40px;
}

.epindetailbox .ozellik {
	float: left;
	max-width: 50%;
}

.epindetailbox ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.epindetailbox ul li {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 25px;
	margin: 6px 0;
	font-weight: 500;
}

.epindetailbox ul li::before {
	content: "";
	background: url(../img/listcheckicon.svg);
	position: absolute;
	left: 0;
	width: 15px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 2px;
}

.epindetailbox .pricealan {
	float: right;
	max-width: 50%;
	margin-top: 15px;
}

.epindetailbox .pricealan .cart {
	float: right;
	margin-left: 20px;
}

.epindetailbox .quantity-field {
	float: right;
}

.epindetailbox .pricealan .cart button {
	float: left;
	background: #E11D48;
	color: #fff;
	padding: 13px 20px;
	border-radius: 5px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
}

.epindetailbox .pricealan .cart button i {
	font-weight: normal;
	margin-right: 10px;
}

.epindetailbox .price {
	float: right;
	width: 100%;
}

.epindetailbox .price .hiz {
	float: right;
	margin-bottom: 10px;
	text-align: right;
}

.epindetailbox .price .old {
	font-weight: 500;
	color: #282C3875;
	text-decoration: line-through;
}

.epindetailbox .price .new {
	font-size: 23px;
	font-weight: 600;
	color: #E11D48;
}

.catepindetail {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.catepindetail .icon {
	float: left;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	overflow: hidden;
	padding: 5px;
}

.catepindetail .icon img {
	width: 100%;
	object-fit: contain;
	text-align: center;
	line-height: 35px;
	height: 20px;
	filter: brightness(0) invert(1);
}

.catepindetail span {
	float: left;
	width: calc(100% - 35px);
	padding-left: 10px;
	min-height: 35px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	font-weight: 600;
	font-size: 18px;
}

.epincat_desc.border {
	border: 0 !important;
}

.epindetailsidebar {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 5px;
}

.epindetailsidebar .item {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	border-bottom: 1px solid #282C3855;
	padding-bottom: 10px;
}

.epindetailsidebar .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.epindetailsidebar .item .img {
	float: left;
	width: 100%;
	height: 180px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.epindetailsidebar .item .img::before {
	content: "";
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgb(0, 0, 0) 16%, rgba(0, 0, 0, 0) 60%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.epindetailsidebar .title {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	padding: 15px;
	border-bottom: 1px solid #282C3855;
	margin-bottom: 15px;
}

.epindetailsidebar .list {
	float: left;
	width: 100%;
	padding: 5px 15px;
}

.epindetailsidebar .item .text {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px;
}

.epindetailsidebar .item .kategori img {
	height: 25px;
	object-fit: contain;
	width: auto;
	margin-bottom: 10px;
}

.epindetailsidebar .item h2 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 2px;
}

.epindetailsidebar .item span {
	font-size: 15px;
	font-weight: 400;
	color: #737E92;
}

.epindetailsidebar .price {
	float: left;
	max-width: 50%;
	margin-top: 10px;
	margin-bottom: 5px;
}

.epindetailsidebar .price .old {
	font-weight: 500;
	color: #282C3875;
	text-decoration: line-through;
}

.epindetailsidebar .price .new {
	font-size: 23px;
	font-weight: 600;
	color: #E11D48;
}

.epindetailsidebar button {
	float: right;
	background: #E11D48;
	color: #fff;
	padding: 13px 20px;
	border-radius: 5px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	margin-top: 10px;
}

.epindetailsidebar button i {
	font-weight: normal;
	margin-right: 8px;
}

.ilandetaildesc {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	padding: 15px 5px;
	margin-top: 30px;
}

.ilandetaildesc ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.ilandetaildesc ul li {
	float: left;
	width: 100%;
	padding-left: 25px;
	margin: 10px 0;
	position: relative;
	font-weight: normal;
	color: #818694;
}

.ilandetaildesc ul li::before {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	left: 0;
	background: #0771D2;
	top: 6px;
	border-radius: 50%;
	left: 8px;
}

.ilandetailbox {
	float: left;
	width: 100%;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
}

.ilandetailbox .img {
	float: left;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	height: 100%;
}

.ilandetailbox .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ilandetailbox .stok {
	float: left;
	width: 100%;
	color: #0771D2;
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 10px;
}

.ilandetailbox .stok span {
	float: left;
}

.ilandetailbox .stok .date {
	float: right;
}

.ilandetailbox h1 {
	float: left;
	width: 100%;
	font-size: 23px;
	font-weight: 600;
	color: #282C38;
}

.ilandetailbox p {
	float: left;
	width: 100%;
	font-weight: normal;
	font-size: 15px;
	line-height: 21px;
}

.ilandetailbox .dopingilan {
	float: left;
	width: 100%;
	display: flex;
	flex-flow: wrap;
}

.dopingilan .item {
	float: left;
	width: calc(33% - 7px);
	margin-bottom: 12px;
	padding: 15px 10px;
	text-align: center;
	border-radius: 5px;
	margin-right: 7px;
}

.ilandetailbox .pricebar .alanhiz {
	float: left;
}

.dopingilan .item.anasayfavitrin {
	background: #00000038;
	color: #000000;
}

.dopingilan .item.kategorivitrin {
	background: #E11D4838;
	color: #E11D48;
}

.dopingilan .item.ototeslimat {
	background: #EB6B3138;
	color: #EB6B31;
}

.dopingilan .item.guvenilirsatici {
	background: #0771D238;
	color: #0771D2;
}

.dopingilan .item i {
	margin-right: 5px;
}

.dopingilan .item span {
	font-size: 16px;
	font-weight: 600;
}

.ilandetailbox .pricebar {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DBDFEC;
	padding-bottom: 10px;
}

.ilandetailbox .pricebar .quantity-field {
	float: left;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #0771D2
}

.ilandetailbox .pricebar .quantity-field .value-button {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: #0771D238;
	color: #0771D2;
	margin-top: 2px;
	transition: all 0.6s;
}

.epindetailbox .quantity-field .value-button {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: #0771D238;
	color: #0771D2;
	margin-top: 2px;
	transition: all 0.6s;
}

.epindetailbox .quantity-field {
	float: left;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #0771D2;
}

.ilandetailbox .pricebar .quantity-field .value-button:hover {
	background: #0771D2;
	color: #fff;
}

.ilandetailbox .pricebar .stokadet {
	float: left;
	min-height: 45px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.ilandetailbox .pricebar .stokadet span {
	font-weight: 600;
	margin-left: 5px;
}

.ilandetailbox .pricebar .kampanyatime {
	float: right;
	border: 1px solid #EB6B31;
	border-radius: 21px;
	padding: 7px 12px;
	font-size: 14px;
	margin-top: 5px;
}

.ilandetailbox .pricebar .kampanyatime i {
	color: #EB6B31;
	margin-right: 5px;
	font-size: 16px;
}

.ilandetailbox .pricebar .kampanyatime span {
	font-weight: 600;
}

.basketbar {
	float: left;
	width: 100%;
	padding-top: 5px;
}

.basketbar .nav {
	float: left;
}

.basketbar .nav button {
	border: 1px solid #282C38;
}

.basketbar .cart .btn-secondary {
	padding: 12px 15px;
	margin-top: 2px;
}

.basketbar .price {
	float: left;
	margin-right: 30px;
	height: 52px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.basketbar .price .old {
	font-size: 20px;
	font-weight: 500;
	color: #1F243066;
	text-decoration: line-through;
}

.basketbar .price .new {
	font-size: 30px;
	font-weight: 600;
	color: #1F2430;
	line-height: 25px;
}

.basketbar .cart {
	float: left;
}

.basketbar .cart .buttonsatinals {
	float: left;
	border: 0;
	background: #E11D48;
	color: #fff;
	border-radius: 5px;
	padding: 16px 35px;
	font-weight: 600;
	margin-top: 2px;
}

.basketbar .cart .buttonsatinals i {
	float: left;
	font-weight: normal;
	margin-right: 8px;
	font-size: 18px;
}

.basketbar .cart button span {
	float: left;
	margin-left: 5px;
}

.basketbar .mesajs {
	float: left;
	margin-left: 10px;
	border: 0;
	background: #282C38;
	color: #fff;
	border-radius: 5px;
	padding: 12px 20px;
	font-weight: 400;
	font-size: 22px;
	margin-top: 2px;
	border: 1px solid #282C38;
}

.basketbar .favorite {
	float: left;
	margin-left: 10px;
	border: 0;
	background: transparent;
	color: #EB6B31;
	border-radius: 5px;
	padding: 12px 20px;
	font-weight: 400;
	font-size: 22px;
	margin-top: 2px;
	border: 1px solid #EB6B31;
}

.basketbar .share {
	float: left;
	margin-left: 10px;
	border: 0;
	background: #0771D225;
	color: #0771D2;
	border-radius: 5px;
	padding: 12px 20px;
	font-weight: 400;
	font-size: 22px;
	margin-top: 2px;
	border: 1px solid #0771D2;
}

.idetailuser {
	float: left;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.idetailuser .ubanner {
	float: left;
	width: 100%;
	height: 76px;
	overflow: hidden;
}

.idetailuser .ubanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.idetailuser .userlist {
	float: left;
	width: 100%;
	height: 100%;
	background: #fff;
}

.idetailuser .userlist .hiz {
	display: flex;
	justify-content: center;
	flex-flow: column;
	float: left;
	width: 100%;
}

.idetailuser .userlist .img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	border: 2px solid #E11D48;
	margin-top: -40px;
}

.idetailuser .userlist .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	margin-left: 0 !important;
}

.idetailuser .userlist .img::after {
	content: "";
	width: 18px;
	height: 18px;
	border: 3px solid #E11D48;
	position: absolute;
	background: #fff;
	border-radius: 50%;
	left: 0px;
	top: 0px;
}

.idetailuser .userlist .img.online::after {
	background: #E11D48;
}

.idetailuser .name {
	margin: 0 auto;
	display: flex;
	padding: 10px 0;
}

.idetailuser span {
	color: #282C38;
	font-size: 18px;
	font-weight: 600;
	margin-right: 10px;
}

.idetailuser img {
	height: 17px;
	object-fit: contain;
	margin-left: 2px;
}

.idetailuser .sales {
	margin: 0 auto;
	margin-bottom: 15px;
}

.idetailuser b {
	margin-top: 5px;
	color: #E11D48;
}

.useractivebtns {
	float: left;
	width: 100%;
	padding: 20px 15px;
	padding-top: 5px;
	display: flex;
	flex-flow: column;
}

.useractivebtns .sohbetbtn {
	float: left;
	width: 100%;
	color: #E11D48;
	background: #E11D4825;
	border: 0;
	border-radius: 5px;
	padding: 15px 15px;
	margin-bottom: 10px;
	color: #E11D48;
	transition: all 0.6s;
	cursor: pointer;
}

.useractivebtns .sohbetbtn:hover {
	background: #E11D48;
	color: #fff;
}

.useractivebtns .sohbetbtn:hover span {
	color: #fff;
}

.useractivebtns .sohbetbtn span {
	float: left;
	font-weight: 600;
	color: #E11D48;
	font-size: 16px;
}

.useractivebtns .sohbetbtn i {
	float: right;
	font-size: 18px;
}

.useractivebtns .d-flex {
	float: left;
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}

.useractivebtns .d-flex button {
	width: calc(50% - 5px);
	border: 0;
	border-radius: 5px;
	padding: 15px 5px;
	padding-left: 8px;
	transition: all 0.6s;
}

.useractivebtns .d-flex button span {
	float: left;
	font-weight: 600;
	font-size: 15px;
	margin-right: 0;
	padding-left: 5px;
}

.useractivebtns .d-flex button i {
	float: right;
	font-size: 18px;
}

.useractivebtns .d-flex button.smsbtn {
	background: #EB6B3125;
	color: #EB6B31;
}

.useractivebtns .d-flex button.smsbtn:hover {
	background: #EB6B31;
	color: #fff;
}

.useractivebtns .d-flex button.smsbtn:hover span {
	color: #fff;
}

.useractivebtns .d-flex button.smsbtn span {
	color: #EB6B31;
}

.useractivebtns .d-flex button.takipbtn {
	background: #0771D225;
	color: #0771D2;
}

.useractivebtns .d-flex button.takipbtn:hover {
	background: #0771D2;
	color: #fff;
}

.useractivebtns .d-flex button.takipbtn:hover span {
	color: #fff;
}

.useractivebtns .d-flex button.takipbtn span {
	color: #0771D2;
}

.useractivebtns a.tumilanlar {
	float: left;
	width: 100%;
	border: 0;
	border-radius: 5px;
	padding: 5px 10px;
	padding-left: 8px;
	background: #282C3825;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	transition: all 0.6s;
}

.useractivebtns a.tumilanlar:hover {
	background: #282C38;
	color: #fff;
}

.useractivebtns a.tumilanlar:hover span {
	color: #fff;
}

.useractivebtns a.tumilanlar .icon {
	float: right;
	width: 40px;
	height: 40px;
	background: #282C38;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
}

.useractivebtns a.tumilanlar span {
	float: left;
	font-size: 16px;
	min-height: 40px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding-left: 10px;
}

.relatedpostbasket .bartitle {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 18px;
}

.relatedpostbasket .bartitle .icon {
	float: left;
	background: #EB6B3120;
	color: #EB6B31;
	width: 50px;
	height: 50px;
	border-radius: 2px;
	text-align: center;
	line-height: 50px;
	font-size: 23px;
}

.relatedpostbasket .bartitle span {
	float: left;
	padding-left: 15px;
	font-size: 17px;
	font-weight: 600;
	color: #828997;
	min-height: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.relatedpostbasket .swiper {
	float: left;
	width: 100%;
}

.smsform {
	float: left;
	width: 100%;
}

.smsform label {
	font-weight: 600;
	margin-bottom: 10px;
}

.smsform select {
	float: left;
	width: 100%;
	border: 1px solid #C8D7E0;
	font-weight: 600;
	border-radius: 5px;
	padding: 15px;
	cursor: pointer;
}

.smsform select:focus {
	outline: none;
	box-shadow: none;
}

.smsform button {
	float: left;
	width: 100%;
	font-weight: 600;
	text-align: center;
	background: #E11D48;
	color: #fff;
	border: 0;
	padding: 15px 5px;
	border-radius: 5px;
	margin-top: 15px;
}



.multisteps-form__progress {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
	position: relative;
	cursor: pointer;
	border: 00;
	background: transparent;
}

.loginbtnhead {
	padding: 5px 20px;
	height: 40px;
	background: #22c55d4d;
	color: #22c55d;
	border-radius: 10px;
	margin-top: 2px;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}

.reigsterbtnhead {
	padding: 5px 20px;
	height: 40px;
	background: #e11d4869;
	color: #e11d48;
	border-radius: 10px;
	margin-top: 2px;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}

.usermenu_list {
	position: absolute;
	top: 52px;
	background: linear-gradient(180deg, var(--panel), var(--panel2));
	border-radius: 18px;
	overflow: hidden;
	color: var(--text);
}

.usermenu_list .title {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 16px 12px 16px;
	font-weight: 900;
	letter-spacing: .3px;
	border-bottom: 1px solid var(--line);
}

.usermenu_list .title::before {
	content: "";
	width: 8px;
	height: 22px;
	border-radius: 6px;
	background: linear-gradient(135deg, var(--acc), var(--acc2));
}

/* Profil kapsülü (opsiyonel: giriş yapan kullanıcı bilgisi) */
.usermini {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px 14px 16px;
	border-bottom: 1px dashed var(--line);
	background: linear-gradient(180deg, rgba(255, 255, 255, .02), transparent);
}

.usermini .avatar {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	font-weight: 900;
	background: rgba(255, 255, 255, .06);
	border: 1px solid var(--line);
	position: relative;
	isolation: isolate;
	color: #fff;
}

.usermini .avatar::after {
	content: "";
	position: absolute;
	inset: -2px;
	border-radius: 14px;
	background: conic-gradient(from 180deg, var(--acc), var(--acc2), var(--acc));
	filter: blur(12px);
	opacity: .25;
	z-index: -1;
}

.usermini .meta span {
	display: block;
	line-height: 1.15
}

.usermini .meta .name {
	font-weight: 800;
	color: #F0F4F7;
}

.usermini .meta .mail {
	color: var(--muted);
	font-size: .9rem;
	opacity: .85
}

.usermenu_list ul {
	list-style: none;
	padding: 8px;
	margin: 0;
	display: grid;
	gap: 8px;
}

.usermenu_list li {
	position: relative
}

.usermenu_list a {
	--pad: 12px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px var(--pad);
	border-radius: 12px;
	text-decoration: none;
	color: var(--text);
	background: rgba(255, 255, 255, .02);
	border: 1px solid transparent;
	transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.usermenu_list a i {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	background: rgba(255, 255, 255, .06);
	border: 1px solid var(--line);
	font-size: 18px;
	flex: 0 0 36px;
}

.usermenu_list li.active>a,
.usermenu_list a:hover {
	background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .03));
	border-color: var(--line);
	transform: translateY(-1px);
}

.usermenu_list li.active>a i {
	background: linear-gradient(135deg, rgba(209, 33, 69, .2), rgba(255, 60, 106, .2));
	border-color: rgba(209, 33, 69, .45);
}

/* Logout farklı renk */
.usermenu_list a.logout {
	background: rgba(255, 59, 59, .06);
	border: 1px solid rgba(255, 59, 59, .18);
}

.usermenu_list a.logout:hover {
	background: rgba(255, 59, 59, .12);
	border-color: rgba(255, 59, 59, .32);
}

.mobilmenuarea .pusharea.bakiye {
	margin: 6px 0 14px;
}

/* Ana kart */
.mobilmenuarea .pusharea.bakiye a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 14px;
	text-decoration: none;
	color: var(--ink);
	background: linear-gradient(145deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
	border: 1px solid var(--line);
	position: relative;
	overflow: hidden;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

/* Hafif parıltı efekti */
.mobilmenuarea .pusharea.bakiye a::after {
	content: "";
	position: absolute;
	inset: -20%;
	background: radial-gradient(60% 60% at 0% 0%, rgba(209, 33, 69, .18) 0%, rgba(255, 60, 106, .10) 35%, transparent 60%);
	pointer-events: none;
	filter: blur(10px);
}

/* Hover / aktiflik */
.mobilmenuarea .pusharea.bakiye a:hover {
	transform: translateY(-1px);
	border-color: rgba(209, 33, 69, .35);
	box-shadow: 0 10px 24px rgba(209, 33, 69, .15);
	background: linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
}

/* Sol ikon kutusu */
.mobilmenuarea .pusharea.bakiye .st {
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(209, 33, 69, .25), rgba(255, 60, 106, .25));
	border: 1px solid rgba(209, 33, 69, .45);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
}

/* Artı ikonu */
.mobilmenuarea .pusharea.bakiye .st i {
	color: #fff;
	font-size: 18px;
	line-height: 1;
}

/* Tutar metni */
.mobilmenuarea .pusharea.bakiye b {
	font-weight: 800;
	letter-spacing: .2px;
	font-size: 15px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

/* (Opsiyonel) “Yükle” etiketi – istersen yanına küçük yonga */
.mobilmenuarea .pusharea.bakiye b::after {
	content: "Bakiye";
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	opacity: .9;
	padding: 4px 8px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--acc), var(--acc2));
	border: 1px solid rgba(255, 255, 255, .14);
}

.content {
	background: radial-gradient(1200px 600px at 20% -10%, rgba(209, 33, 69, .08), transparent), var(--bg) !important;
}

.content .container {
	color: var(--text);
}

.epincatbanner {
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: 24px;
	background: linear-gradient(145deg, var(--card), var(--card2));
	margin: 18px 0;
}

.epincatbanner h1 {
	font-weight: bold;
	font-size: 22px;
}

.epincatbanner .alan {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.epincatbanner .icon {
	width: 45px;
	height: 45px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, var(--acc), var(--acc2));
	color: #fff;
	font-size: 22px;
	box-shadow: 0 12px 28px rgba(209, 33, 69, .35);
}

.cat-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 8px 0 16px;
}

.cat-search {
	width: 320px;
	max-width: 100%;
	height: 42px;
	border-radius: 12px;
	border: 1px solid var(--line);
	background: #0f0f11;
	color: #fff;
	padding: 0 12px;
	outline: none;
}

.cat-search:focus {
	border-color: rgba(209, 33, 69, .5);
	box-shadow: 0 0 0 3px rgba(209, 33, 69, .18);
}

.cat-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 25px;
}

.anaslider_alan {
	padding: 12px 0
}

.anaslider_alan .row {
	row-gap: 12px
}

.home-cat-slider {
	padding: 25px 0;
}

.home-cat-slider .see-all {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	padding: 8px 12px;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--acc), var(--acc2));
	border: 1px solid rgba(255, 255, 255, .08);
}

.catSwiper {
	padding: 6px 4px 12px;
}

.boxsnone {
	box-shadow: none !important;
}

.cat-prev,
.cat-next {
	width: 38px;
	height: 38px;
	border-radius: 12px;
	backdrop-filter: blur(6px);
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .12);
	color: #fff;
	--swiper-navigation-size: 18px;
	transition: all .2s ease;
}

.cat-prev:hover,
.cat-next:hover {
	background: linear-gradient(135deg, var(--acc), var(--acc2));
	border-color: transparent;
	box-shadow: 0 8px 20px rgba(209, 33, 69, .35);
}

.hero-wrap {
	position: relative;
	border-radius: 22px;
	background: linear-gradient(145deg, #141418, #1b1b1f);
	border: 1px solid rgba(255, 255, 255, .08);
	box-shadow: 0 24px 60px rgba(0, 0, 0, .45), 0 0 0 1px rgba(209, 33, 69, .18) inset;
	overflow: hidden
}

.hero-wrap::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	border-radius: inherit;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .06) inset, 0 0 42px rgba(209, 33, 69, .12) inset
}

@media(min-width:992px) {
	.hero-wrap {
		height: 420px
	}

	.hero-wrap .swiper {
		height: 100%
	}
}

.page-hero {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	background: radial-gradient(120% 140% at 0% 0%, #1b1d25 0%, #101217 50%, #0b0c10 100%);
	padding: 28px 20px;
	margin-bottom: 18px;
	border: 1px solid var(--bd);
	box-shadow: 0 18px 40px rgba(0, 0, 0, .45);
}

.page-hero .title {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.page-hero .title .pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: linear-gradient(135deg, rgba(209, 33, 69, .12), rgba(255, 60, 106, .08));
	border: 1px solid rgba(209, 33, 69, .35);
	color: #fff;
	font-weight: 800;
	letter-spacing: .3px;
	padding: 8px 12px;
	border-radius: 999px;
}

.page-hero h1 {
	margin: 0;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: .4px;
	color: #fff;
}

/* İlerleme çizgisi */
.read-progress {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	z-index: 50;
	background: linear-gradient(90deg, rgba(255, 255, 255, .06), transparent);
	border-radius: 999px;
	overflow: hidden;
	margin-bottom: 12px;
}

.read-progress .bar {
	height: 100%;
	width: 0%;
	background: linear-gradient(90deg, var(--acc), var(--acc2));
	box-shadow: 0 0 16px rgba(209, 33, 69, .45);
	transition: width .15s linear;
}

/* Layout */
.kv-layout {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 18px;
}

@media (max-width: 991.98px) {
	.kv-layout {
		grid-template-columns: 1fr;
	}
}

.p-tabs {
	background: #121318;
	border-radius: 18px;
	padding: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

.p-tabs .head {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	margin-bottom: 10px;
}

.p-tabs .head i {
	color: var(--acc2, #fe8aa5);
	font-size: 20px;
}

.p-tabs-nav {
	gap: 8px;
	margin-top: 14px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.p-tabs-nav .nav-link {
	background: #1a1c22;
	color: #cfd4dc;
	border-radius: 12px;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, .06);
}

.p-tabs-nav .nav-link:hover {
	color: #fff;
}

.p-tabs-nav .nav-link.active {
	color: #fff;
	background: linear-gradient(135deg, var(--acc, #d12145), var(--acc2, #fe8aa5));
	border-color: transparent;
	box-shadow: 0 6px 18px rgba(222, 54, 88, .28);
}

.p-tabs-content {
	background: #0f1015;
	border: 1px solid rgba(255, 255, 255, .06);
	border-radius: 14px;
	padding: 16px;
}

.p-tabs .list {
	margin: 0;
	padding-left: 18px;
}

.p-tabs .list li {
	margin: 6px 0;
	color: #cfd4dc;
}

.p-tabs .aciklama p {
	color: #d9dde6;
}

.p-tabs .ozellikler {
	border-bottom: 1px dashed rgba(255, 255, 255, .08);
	padding-bottom: 10px;
}

@media (max-width: 576px) {
	.p-tabs-nav {
		flex-wrap: nowrap;
		overflow: auto;
		white-space: nowrap;
		scrollbar-width: none;
	}

	.p-tabs-nav::-webkit-scrollbar {
		display: none;
	}
}

/* Sol menü */
.kvpage_menu {
	position: sticky;
	top: 76px;
	background: linear-gradient(145deg, var(--panel), var(--panel2));
	border: 1px solid var(--bd);
	border-radius: 18px;
	padding: 14px;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .45);
}

.kvpage_menu .mheader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.kvpage_menu .mheader span {
	font-weight: 900;
	letter-spacing: .4px;
	font-size: 14px;
	color: #fff;
}

.kvpage_menu .toggle {
	display: none;
	background: transparent;
	border: 1px solid var(--bd);
	color: #fff;
	border-radius: 10px;
	padding: 6px 10px;
	font-weight: 700;
}

@media (max-width: 991.98px) {
	.kvpage_menu .toggle {
		display: inline-flex;
		align-items: center;
		gap: 6px;
	}
}

.kvpage_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

@media (max-width: 991.98px) {
	.kvpage_menu ul {
		display: none;
	}

	.kvpage_menu.open ul {
		display: flex;
	}
}

.kvpage_menu li a {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: var(--text);
	background: rgba(255, 255, 255, .02);
	border: 1px solid var(--bd);
	border-radius: 12px;
	padding: 10px 12px;
	transition: .2s ease;
}

.kvpage_menu li a:hover {
	transform: translateY(-1px);
	border-color: rgba(209, 33, 69, .35);
	box-shadow: 0 8px 20px rgba(209, 33, 69, .15) inset;
}

.kvpage_menu li.active a {
	background: linear-gradient(135deg, rgba(209, 33, 69, .14), rgba(255, 60, 106, .10));
	border-color: rgba(209, 33, 69, .55);
	box-shadow: 0 10px 28px rgba(209, 33, 69, .25) inset;
}

.kvpage_menu li a i {
	color: var(--acc2);
}

/* İçerik kartı */
.pagedetail {
	background: linear-gradient(145deg, var(--panel), var(--panel2));
	border: 1px solid var(--bd);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(0, 0, 0, .45);
}

.pagedetail .pagetitle {
	padding: 16px 18px;
	border-bottom: 1px solid var(--bd);
	background: linear-gradient(135deg, rgba(209, 33, 69, .08), rgba(255, 255, 255, .02));
	font-weight: 900;
	letter-spacing: .4px;
	font-size: 16px;
	color: #fff;
}

.pagedetail .area {
	padding: 18px;
}

/* Sayfa içi içerik */
.legal-body h1,
.legal-body h2,
.legal-body h3,
.legal-body h4 {
	color: #fff;
	font-weight: 900;
	letter-spacing: .2px;
	margin: 18px 0 10px;
}

.legal-body h2 {
	font-size: 20px;
}

.legal-body h3 {
	font-size: 18px;
	color: #f1f1f3;
}

.legal-body p {
	color: #d5d7dd;
	line-height: 1.75;
	margin: 10px 0;
}

.legal-body a {
	color: #ff5a7e;
	text-decoration: none;
	border-bottom: 1px dashed rgba(255, 90, 126, .35);
}

.legal-body a:hover {
	opacity: .9;
}

.legal-body ul,
.legal-body ol {
	padding-left: 18px;
	margin: 8px 0 12px;
}

.legal-body li {
	margin: 6px 0;
	color: #d9dbe1;
}

.legal-body hr {
	border: 0;
	height: 1px;
	margin: 18px 0;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .14), transparent);
}

.legal-body blockquote {
	margin: 12px 0;
	padding: 12px 14px;
	border-left: 4px solid var(--acc);
	background: rgba(255, 255, 255, .03);
	border: 1px solid var(--bd);
	border-radius: 12px;
	color: #eaeaf0;
}

.legal-body code,
.legal-body pre {
	background: #0f0f12;
	color: #fff;
	border: 1px solid var(--bd);
	border-radius: 10px;
	padding: 2px 6px;
}

.legal-body pre {
	padding: 10px 12px;
	overflow: auto;
}

/* Boş durum */
.empty-state {
	padding: 40px 16px;
	text-align: center;
	color: var(--muted);
}

.notif-wrap {
	background: linear-gradient(145deg, #131314, #1b1c1d);
	padding: 22px;
	border: 1px solid var(--bdr);
	border-radius: 20px;
	color: var(--txt);
	box-shadow: 0 18px 45px rgba(0, 0, 0, .5), 0 0 0 1px rgba(209, 33, 69, .08) inset;
	margin: 20px 0;
}

/* Header */
.notif-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.notif-head .titlebar {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.notif-head .titlebar .ico {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, var(--acc), var(--acc2));
	box-shadow: 0 10px 28px rgba(209, 33, 69, .35);
}

.notif-head .titlebar h1 {
	font-size: 18px;
	margin: 0;
	font-weight: 800;
	letter-spacing: .3px;
}

/* Actions */
.notif-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.btn-ghost,
.btn-accent {
	border-radius: 12px;
	border: 1px solid var(--bdr);
	height: 40px;
	padding: 0 12px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	color: var(--txt);
	background: #232324;
	transition: .2s;
}

.btn-ghost:hover {
	filter: brightness(1.08)
}

.btn-accent {
	background: linear-gradient(135deg, var(--acc), var(--acc2));
	border: 0;
	box-shadow: 0 12px 24px rgba(209, 33, 69, .35);
}

.btn-accent:hover {
	transform: translateY(-1px)
}

/* Filters + Search */
.notif-filters {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin: 10px 0 18px 0;
}

.pill-filter {
	border: 1px solid var(--bdr);
	background: #141415;
	color: var(--txt);
	padding: 8px 12px;
	border-radius: 999px;
	font-weight: 700;
	cursor: pointer;
	transition: .2s;
}

.pill-filter.active {
	border-color: rgba(209, 33, 69, .45);
	box-shadow: 0 0 0 3px rgba(209, 33, 69, .18)
}

.notif-search {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1;
	max-width: 360px;
	border: 1px solid var(--bdr);
	background: #121213;
	border-radius: 12px;
	padding: 8px 10px;
	color: var(--txt);
}

.notif-search input {
	background: transparent;
	border: 0;
	outline: 0;
	color: var(--txt);
	width: 100%;
}

/* Accordion list */
.notif-list {
	border-top: 1px solid var(--bdr);
}

.accordion-item {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--bdr);
}

.accordion-button {
	background: transparent !important;
	color: var(--txt) !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	padding: 14px 12px;
	display: flex;
	gap: 12px;
	align-items: center;
}

.accordion-button::after {
	background-image: none;
	content: "\ea4e";
	/* ri-arrow-down-s-line */
	font-family: "remixicon";
	width: auto;
	height: auto;
	color: #fff;
	opacity: .75;
	transform: rotate(0deg);
	transition: transform .2s ease;
	margin-left: auto;
}

.accordion-button:not(.collapsed)::after {
	transform: rotate(180deg);
}

.notif-icon {
	min-width: 40px;
	height: 40px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	background: #171718;
	border: 1px solid var(--bdr);
}

.notif-icon i {
	color: var(--acc);
	font-size: 20px;
	text-shadow: 0 0 10px rgba(209, 33, 69, .35);
}

.notif-text h6 {
	margin: 0;
	font-weight: 800;
	letter-spacing: .3px;
	font-size: 15px;
}

.notif-text span.time {
	display: block;
	font-size: 12px;
	color: var(--muted);
	margin-top: 4px;
}

.notif-chip {
	margin-left: 8px;
	font-size: 12px;
	background: rgba(34, 197, 94, .12);
	border: 1px solid rgba(34, 197, 94, .24);
	color: #bbf7d0;
	border-radius: 999px;
	padding: 3px 8px;
	font-weight: 700;
}

.notif-unread-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--acc);
	box-shadow: 0 0 0 3px rgba(209, 33, 69, .18);
	margin-left: 4px;
}

.accordion-body {
	background: linear-gradient(145deg, #141415, #171718);
	border: 1px solid var(--bdr);
	margin: 0 12px 12px 52px;
	border-radius: 12px;
	padding: 14px;
	color: #e5e7eb;
}

/* Empty state */
.notif-empty {
	text-align: center;
	padding: 48px;
	border: 1px dashed var(--bdr);
	border-radius: 16px;
	background: #121213;
	color: #cbd5e1;
}

.notif-empty i {
	font-size: 42px;
	color: var(--acc);
	display: block;
	margin-bottom: 10px;
}

.notif-empty a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed rgba(255, 255, 255, .35);
}

.notif-empty a:hover {
	filter: brightness(1.08);
}

/* Toast */
#notification-container {
	position: fixed;
	top: 14px;
	left: 50%;
	transform: translateX(-50%);
	background: #141415;
	border: 1px solid var(--bdr);
	color: #fff;
	padding: 12px 14px;
	border-radius: 12px;
	display: none;
	z-index: 9999;
}

#notification-container.success {
	border-left: 5px solid var(--ok);
}

#notification-container.danger {
	border-left: 5px solid var(--acc);
}

@media(max-width:991.98px) {
	.hero-wrap {
		aspect-ratio: 16/9
	}
}

.hero-wrap .swiper-slide {
	border-radius: 18px;
	overflow: hidden
}

.hero-wrap .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1.02);
	transition: transform .35s ease, filter .35s ease;
	filter: saturate(1.03) contrast(1.03)
}

.hero-wrap .swiper-slide:hover img {
	transform: scale(1.045);
	filter: saturate(1.08) contrast(1.06)
}

.hero-wrap .swiper-slide a {
	display: block;
	position: relative;
	height: 100%
}

.hero-wrap .swiper-slide a::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .28));
	pointer-events: none
}

.hero-wrap .swiper-pagination {
	bottom: 12px !important
}

.hero-wrap .swiper-pagination-bullet {
	width: 18px;
	height: auto;
	padding: 5px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .22);
	opacity: 1;
	transition: all .25s ease;
	margin: 0 4px !important
}

.hero-wrap .swiper-pagination-bullet-active {
	width: 38px;
	background: linear-gradient(90deg, var(--acc), var(--acc2));
	box-shadow: 0 0 16px rgba(209, 33, 69, .35)
}

.hero-wrap .swiper-button-prev,
.hero-wrap .swiper-button-next {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	backdrop-filter: blur(6px);
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .12);
	color: #fff;
	--swiper-navigation-size: 20px;
	transition: all .2s ease
}

.hero-wrap .swiper-button-prev:hover,
.hero-wrap .swiper-button-next:hover {
	background: linear-gradient(135deg, var(--acc), var(--acc2));
	border-color: transparent;
	box-shadow: 0 8px 20px rgba(209, 33, 69, .35)
}

.hero-wrap .swiper-button-prev {
	left: 12px
}

.hero-wrap .swiper-button-next {
	right: 12px
}

/* Sağ kartlar – overlay metin */
.side-grid {
	display: grid;
	gap: 12px
}

@media(min-width:992px) {
	.side-grid {
		height: 420px;
		grid-template-rows: repeat(3, 1fr)
	}
}

.side-card {
	height: 100%;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .10);
	border-radius: 16px;
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease
}

.side-card:hover {
	transform: translateY(-3px);
	border-color: rgba(209, 33, 69, .35);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .35)
}

.side-card a {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none
}

.side-card .thumb {
	position: relative;
	height: 100%
}

@media(max-width:991.98px) {
	.side-card .thumb {
		aspect-ratio: 16/9
	}
}

.side-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

.side-card .thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .65) 100%)
}

.side-card .meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 12px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	z-index: 2
}

.side-card .tag {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 26px;
	height: 26px;
	border-radius: 8px;
	display: grid;
	place-items: center;
	background: rgba(0, 0, 0, .45);
	border: 1px solid rgba(255, 255, 255, .18);
	backdrop-filter: blur(4px);
	z-index: 2
}

.side-card .tag img {
	width: 16px;
	height: 16px;
	object-fit: contain;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .5))
}

.side-card h3 {
	margin: 0;
	font-size: .95rem;
	line-height: 1.25;
	font-weight: 800;
	color: #fff;
	text-shadow: 0 2px 14px rgba(0, 0, 0, .6)
}

.side-card p {
	margin: 0;
	font-size: .82rem;
	color: #cbd5e1;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

@media (max-width:1199.98px) {
	.cat-grid {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media (max-width:991.98px) {
	.cat-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width:767.98px) {
	.cat-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width:575.98px) {
	.cat-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.cat-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	border: 1px solid var(--line);
	background: linear-gradient(145deg, #141416, #19191c);
	text-decoration: none;
	color: #fff;
	transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
	min-height: 140px;
}

.cat-card:hover {
	transform: translateY(-2px);
	border-color: rgba(209, 33, 69, .45);
	box-shadow: 0 18px 42px rgba(0, 0, 0, .45);
}

.cat-icon-wrap {
	width: 100%;
	height: 100%;
	border-radius: 14px;
	overflow: hidden;
	display: grid;
	place-items: center;
	background: #0e0e10;
	border: 1px solid var(--line);
}

.cat-icon {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* erişilebilirlik için; görsel olarak gizli metin olursa kullanırız */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Sıkışık ekranlarda biraz daha kompakt görünüm */
@media (max-width: 380px) {
	.mobilmenuarea .pusharea.bakiye a {
		padding: 10px 12px;
	}

	.mobilmenuarea .pusharea.bakiye .st {
		width: 36px;
		height: 36px;
		flex-basis: 36px;
	}

	.mobilmenuarea .pusharea.bakiye b {
		font-size: 14px;
	}
}

/* (İsteğe bağlı) panelin tepesine yapışsın istersen: class ekle -> .bakiye.sticky */
.mobilmenuarea .pusharea.bakiye.sticky {
	position: sticky;
	top: 8px;
	z-index: 3;
}

.withdraw-shell {
	background: linear-gradient(145deg, #1A1A1A, #252525);
	color: #fff;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 25px 50px rgba(0, 0, 0, .8), inset 0 1px 0 rgba(255, 255, 255, .06), 0 0 0 1px rgba(225, 29, 72, .18);
}

/* Başlık (mevcut bartitle ile aynı görsel dil) */
.withdraw-head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px 22px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	background: linear-gradient(135deg, rgba(225, 29, 72, .05), transparent);
	position: relative;
}

.withdraw-head::after {
	content: '';
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, #e11d48, transparent);
}

.withdraw-head .icon {
	width: 40px;
	height: 40px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #e11d48, #f43f5e);
	box-shadow: 0 10px 24px rgba(225, 29, 72, .35);
}

.withdraw-head .icon i {
	font-size: 20px;
	color: #fff;
}

.withdraw-head>span {
	font-weight: 800;
	letter-spacing: .4px;
	font-size: 18px;
}

/* Form + özet alanı */
.withdraw-wrap {
	padding: 16px 18px;
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	gap: 18px;
}

@media (max-width: 992px) {
	.withdraw-wrap {
		grid-template-columns: 1fr;
	}
}

/* Kartlar */
.w-card {
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 18px;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02));
	box-shadow: 0 18px 40px rgba(0, 0, 0, .45);
}

.w-card .head {
	padding: 12px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	font-weight: 800;
	color: rgba(225, 29, 72, .92);
	background: rgba(255, 255, 255, .02);
}

.w-card .body {
	padding: 14px;
}

/* Form girdileri */
.w-form .inptsitem {
	margin-bottom: 12px;
}

.w-form .inptsitem label {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	color: rgba(255, 255, 255, .75);
}

.w-form input[type="text"],
.w-form input[type="number"] {
	width: 100%;
	background: #121317;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 14px;
	padding: 12px 14px;
	outline: none;
}

.w-form input[type="text"]:focus,
.w-form input[type="number"]:focus {
	border-color: rgba(225, 29, 72, .45);
	box-shadow: 0 0 0 .2rem rgba(225, 29, 72, .18);
}



/* Submit butonu */
.btn-withdraw {
	width: 100%;
	background: linear-gradient(135deg, #e11d48, #f43f5e);
	border: 0;
	color: #fff;
	font-weight: 800;
	padding: 12px 18px;
	border-radius: 14px;
	box-shadow: 0 12px 26px rgba(225, 29, 72, .34);
}

.btn-withdraw:hover {
	filter: brightness(1.06);
}

/* Özet kutusu */
.w-summary .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px dashed rgba(255, 255, 255, .08);
}

.w-summary .row:last-child {
	border-bottom: 0;
}

.w-summary .label {
	font-size: 13px;
	opacity: .8;
}

.w-summary .value {
	font-weight: 800;
}

/* Mevcut bakiye bandı */
.balance-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 14px;
	margin-bottom: 12px;
	background:
		radial-gradient(500px 200px at 0% 0%, rgba(225, 29, 72, .12), transparent 60%),
		rgba(255, 255, 255, .02);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 14px;
}

.balance-banner .left {
	display: flex;
	align-items: center;
	gap: 10px;
}

.balance-banner .iconx {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #111;
	border: 1px solid rgba(255, 255, 255, .12);
}

.balance-banner small {
	color: rgba(255, 255, 255, .7);
	font-size: 12px;
	display: block;
}

.balance-banner b {
	font-size: 18px;
}

/* Geçmiş işlemler (liste) */
.history-wrap {
	padding: 8px 18px 18px;
}

.h-card {
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 16px;
	overflow: hidden;
	background: rgba(20, 20, 20, .55);
	backdrop-filter: blur(10px) saturate(130%);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .05);
}

.h-head {
	padding: 12px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	font-weight: 900;
	color: rgba(225, 29, 72, .92);
}

.h-body {
	max-height: 460px;
	overflow: auto;
}

.h-row {
	display: grid;
	grid-template-columns: 1.2fr 1fr .8fr .8fr .8fr;
	gap: 10px;
	align-items: center;
	padding: 12px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.h-row:last-child {
	border-bottom: 0;
}

.storycat {
	padding: 12px 0
}

.storycat .swiper {
	max-width: 1100px;
}

.storycat .swiper-slide a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0 auto;
}

@keyframes spin {
	to {
		transform: rotate(1turn)
	}
}

.storycat .swiper-slide a::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: conic-gradient(var(--acc), var(--acc2), var(--acc), var(--acc2));
	animation: spin 4.5s linear infinite;
	filter: drop-shadow(0 6px 14px rgba(0, 0, 0, .35));
}

.storycat .swiper-slide a img {
	position: absolute;
	top: 2px;
	left: 2px;
	right: 4px;
	bottom: 4px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border-radius: 50%;
	object-fit: cover;
	z-index: 1;
	transform: scale(.985);
	transition: transform .18s ease, filter .18s ease;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .25) inset;
}

.storycat .swiper-slide a:hover img {
	transform: scale(1.0);
	filter: saturate(1.06) contrast(1.04);
}

@media (max-width:576px) {
	.storycat .swiper-slide a {
		width: 56px;
		height: 56px
	}

	.storycat .swiper-slide a img {
		top: 3px;
		left: 3px;
		right: 3px;
		bottom: 3px
	}
}

@media (prefers-reduced-motion:reduce) {
	.storycat .swiper-slide a::before {
		animation: none
	}
}

@media (max-width: 768px) {
	.h-row {
		grid-template-columns: 1fr;
	}
}

.kv {
	display: flex;
	gap: 6px;
	align-items: center;
}

.kv span {
	font-size: 12px;
	opacity: .75;
}

.kv b {
	font-size: 13px;
}

.badge-state {
	border: 1px solid rgba(255, 255, 255, .12);
	background: #1a1b20;
	color: #fff;
	border-radius: 999px;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: 800;
	width: max-content;
}

.badge-ok {
	background: rgba(34, 197, 94, .14);
	border-color: rgba(34, 197, 94, .35);
}

.badge-wait {
	background: rgba(234, 179, 8, .14);
	border-color: rgba(234, 179, 8, .35);
}

.badge-no {
	background: rgba(239, 68, 68, .14);
	border-color: rgba(239, 68, 68, .35);
}

/* Uyarı kutusu */
.withdraw-warnings {
	margin-bottom: -16px;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-left: 5px solid #eab308;
	/* sarı */
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(250, 204, 21, .08), rgba(250, 204, 21, .03));
	color: #facc15;
	font-size: 13px;
	line-height: 1.5;
}

.withdraw-warnings h6 {
	font-weight: 800;
	font-size: 14px;
	margin-bottom: 8px;
	color: #fde047;
}

.withdraw-warnings ul {
	margin: 0;
	padding-left: 18px;
}

.withdraw-warnings li {
	margin-bottom: 4px;
}

/* Küçük ekranlar */
@media (max-width: 992px) {
	.usermenu_list {
		top: 72px
	}
}

@media (min-width: 500px) {
	.multisteps-form__progress-btn {
		text-indent: 0;
	}
}

.support-v6 {
	background: linear-gradient(145deg, #141417, #1b1c20);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 22px;
	color: #fff;
	overflow: hidden;
	box-shadow: 0 28px 60px rgba(0, 0, 0, .65), inset 0 1px 0 rgba(255, 255, 255, .04);
}

.support-v6 .head {
	padding: 14px 16px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	background:
		radial-gradient(700px 140px at 0% 0%, rgba(225, 29, 72, .16), transparent 60%),
		radial-gradient(600px 120px at 100% 0%, rgba(244, 63, 94, .12), transparent 60%);
}

.support-v6 .icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: linear-gradient(135deg, #e11d48, #f43f5e);
	box-shadow: 0 10px 22px rgba(225, 29, 72, .35);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

/* Kısa bilgi (nasıl oluşturulur) */
.sv6-info {
	padding: 14px 16px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02));
}

.sv6-steps {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.sv6-step {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	background: #121317;
	border: 1px solid rgba(255, 255, 255, .10);
	border-radius: 12px;
	padding: 10px 12px;
	min-width: 240px;
	flex: 1;
}

.sv6-step .dot {
	width: 26px;
	height: 26px;
	border-radius: 10px;
	background: #e11d48;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 12px;
	box-shadow: 0 8px 18px rgba(225, 29, 72, .35);
}

.sv6-step b {
	display: block;
	font-size: 13px;
	margin-bottom: 2px;
}

.sv6-step span {
	font-size: 12px;
	opacity: .8;
}

/* Ticket form kartı */
.sv6-form {
	padding: 16px;
}

.sv6-card {
	background: #16171b;
	border: 1px solid rgba(255, 255, 255, .10);
	border-radius: 16px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, .45);
	overflow: hidden;
}

.sv6-card .card-header {
	padding: 12px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	background: rgba(255, 255, 255, .02);
	color: #fff;
	font-weight: 800;
	letter-spacing: .3px;
}

.sv6-card .card-body {
	padding: 14px;
}

.sv6-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

@media (max-width: 576px) {
	.sv6-grid {
		grid-template-columns: 1fr;
	}
}

.sv6-input label {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	color: rgba(255, 255, 255, .75);
}

.sv6-input .form-control,
.sv6-input .form-select,
.sv6-input textarea {
	background: #111317;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .12);
}

.sv6-input .form-control:focus,
.sv6-input .form-select:focus,
.sv6-input textarea:focus {
	border-color: rgba(225, 29, 72, .45);
	box-shadow: 0 0 0 .2rem rgba(225, 29, 72, .18);
}

.btn-pink {
	background: linear-gradient(135deg, #e11d48, #f43f5e);
	border: 0;
	color: #fff;
	font-weight: 700;
	box-shadow: 0 12px 26px rgba(225, 29, 72, .34);
	font-size: 16px;
	padding: 10px 20px;
	font-weight: 600;
}

.btn-pink:hover {
	filter: brightness(1.06);
}

/* Son destekler (kart list) */
.sv6-recent {
	padding: 10px 16px 18px;
}

.sv6-recent .title {
	font-size: 14px;
	font-weight: 900;
	color: rgba(225, 29, 72, .92);
	margin-bottom: 10px;
}

.ticket-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	background: #14161a;
	border: 1px solid rgba(255, 255, 255, .10);
	border-radius: 14px;
	padding: 12px;
	margin-bottom: 10px;
}

.ticket-fields {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.tfield {
	min-width: 200px;
}

.tfield .lab {
	display: block;
	font-size: 11px;
	opacity: .7;
	margin-bottom: 2px;
}

.tfield b {
	font-size: 13px;
	color: #fff;
}

.ticket-ops {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.badge-soft {
	border: 1px solid rgba(255, 255, 255, .12);
	background: #1a1b20;
	color: #fff;
	border-radius: 999px;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: 800;
}

.badge-reply {
	background: rgba(34, 197, 94, .12);
	border-color: rgba(34, 197, 94, .35);
}

.badge-closed {
	background: rgba(239, 68, 68, .12);
	border-color: rgba(239, 68, 68, .35);
}

.sv6-link {
	background: #191b20;
	border: 1px solid rgba(255, 255, 255, .12);
	color: #fff;
	text-decoration: none;
	padding: 8px 10px;
	border-radius: 10px;
	font-size: 13px;
}

/* === Destek Detay V6 — rowsuz, koyu tema === */
.support-detail {
	background: linear-gradient(145deg, #141417, #1b1c20);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 22px;
	color: #fff;
	overflow: hidden;
	box-shadow: 0 28px 60px rgba(0, 0, 0, .65), inset 0 1px 0 rgba(255, 255, 255, .04);
}

/* Üst çubuk */
.sd-head {
	padding: 14px 16px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	background:
		radial-gradient(700px 140px at 0% 0%, rgba(225, 29, 72, .16), transparent 60%),
		radial-gradient(600px 120px at 100% 0%, rgba(244, 63, 94, .12), transparent 60%);
}

.sd-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: linear-gradient(135deg, #e11d48, #f43f5e);
	box-shadow: 0 10px 22px rgba(225, 29, 72, .35);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.sd-pill {
	border: 1px solid rgba(255, 255, 255, .12);
	background: #1a1b20;
	color: #fff;
	border-radius: 999px;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: 800;
}

.sd-pill.reply {
	background: rgba(34, 197, 94, .12);
	border-color: rgba(34, 197, 94, .35);
}

.sd-pill.closed {
	background: rgba(239, 68, 68, .12);
	border-color: rgba(239, 68, 68, .35);
}

/* Gövde */
.sd-body {
	display: flex;
	flex-direction: column;
	gap: 0;
}

/* Bilet özeti */
.sd-meta {
	padding: 12px 16px;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02));
}

.sd-meta .field {
	min-width: 220px;
}

.sd-meta .lab {
	display: block;
	font-size: 11px;
	opacity: .75;
	margin-bottom: 2px;
}

.sd-meta b {
	font-size: 13px;
}

/* Sohbet alanı */
.chat-wrap {
	padding: 12px 12px 6px 12px;
}

.chat-stream {
	max-height: 62vh;
	overflow: auto;
	padding: 6px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* Mesaj baloncukları */
.bubble {
	max-width: min(80%, 780px);
	padding: 10px 12px;
	border-radius: 16px;
	position: relative;
	display: flex;
	gap: 10px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .04);
}

.bubble .avatar {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	overflow: hidden;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0f0f11;
	color: #e11d48;
	font-weight: 900;
	border: 1px solid rgba(255, 255, 255, .08);
}

.bubble .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bubble .content {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.bubble .name {
	font-size: 12px;
	opacity: .85;
	font-weight: 700;
}

.bubble .text {
	font-size: 13px;
	line-height: 1.5;
}

.bubble .time {
	font-size: 11px;
	opacity: .65;
}

/* Roller */
.bubble.user {
	align-self: flex-end;
	background: #171a20;
	border: 1px solid rgba(255, 255, 255, .10);
	border-top-right-radius: 6px;
}

.bubble.agent {
	align-self: flex-start;
	background: linear-gradient(135deg, rgba(225, 29, 72, .16), rgba(244, 63, 94, .10));
	border: 1px solid rgba(225, 29, 72, .35);
	border-top-left-radius: 6px;
}

/* Mesaj gönder alanı */
.sd-reply {
	border-top: 1px solid rgba(255, 255, 255, .08);
	background: #15161a;
	padding: 10px;
}

.reply-box {
	background: #111317;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 14px;
	display: flex;
	align-items: stretch;
	gap: 8px;
	padding: 8px;
}

.reply-box:focus-within {
	border-color: rgba(225, 29, 72, .45);
	box-shadow: 0 0 0 .2rem rgba(225, 29, 72, .18);
}

.reply-input {
	background: transparent;
	border: 0;
	color: #fff;
	outline: none;
	resize: none;
	width: 100%;
	max-height: 140px;
	min-height: 44px;
	padding: 6px 2px;
}

.reply-send {
	display: flex;
	align-items: center;
	gap: 8px;
}

.btn-pink {
	background: linear-gradient(135deg, #e11d48, #f43f5e);
	border: 0;
	color: #fff;
	font-weight: 700;
	box-shadow: 0 12px 26px rgba(225, 29, 72, .34);
}

.btn-pink:hover {
	filter: brightness(1.06);
}

/* Geri butonu (mobil kolay erişim) */
.btn-back {
	background: #191b20;
	border: 1px solid rgba(255, 255, 255, .12);
	color: #fff;
	text-decoration: none;
	padding: 8px 10px;
	border-radius: 10px;
	font-size: 13px;
}

/* Küçük ekran düzeni */
@media (max-width: 576px) {
	.sd-meta .fields {
		flex-direction: column;
		gap: 8px;
	}

	.bubble {
		max-width: 92%;
	}
}

@media (max-width: 992px) {
	header.useractive .headbar .container {
		padding-right: 12px;
		padding-left: 12px;
	}

	.addcart {
		font-size: 12px;
	}

	.mobilflres {
		flex-flow: column-reverse;
	}

	.profilebox {
		margin: 10px !important;
	}

	.mobilmenu {
		display: flex;
		align-items: center;
		gap: 10px;
		float: left;
	}

	.mobilmenubtn {
		width: 42px;
		height: 42px;
		border-radius: 12px;
		display: grid;
		place-items: center;
		background: linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .03));
		border: 1px solid var(--line);
		color: var(--ink);
		font-size: 20px;
	}

	.usermenu .pusharea.bakiye {
		display: none;
	}

	.usermenu .pusharea.bildirim {
		display: none;
	}

	.logo a img {
		height: 36px;
		margin-top: 8px;
	}
}

.ftx {
	--acc: #d12145;
	--acc2: #ff3c6a;
	--ink: #fff;
	--muted: #b8bcc7;
	--bg: #0f0f10;
	--bg2: #161618;
	--bdr: rgba(255, 255, 255, .08);
	color: var(--ink);
	background: linear-gradient(145deg, var(--bg), #0b0b0c);
	border-top: 1px solid var(--bdr);
	font-size: 14px;
}

.ftx a {
	color: var(--ink);
	text-decoration: none
}

.ftx a:hover {
	color: #fff
}

.ftx .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 16px
}

/* top: logo + socials */
.ftx-top {
	border-bottom: 1px solid var(--bdr);
	background: linear-gradient(145deg, var(--bg2), #121214)
}

.ftx-top .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 22px 0
}

.ftx-logo img {
	height: 44px;
	display: block;
	filter: drop-shadow(0 8px 24px rgba(0, 0, 0, .4))
}

.ftx-social {
	display: flex;
	align-items: center;
	gap: 10px
}

.ftx-social .label {
	color: var(--muted);
	margin-right: 6px
}

.ftx-social a {
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: linear-gradient(145deg, var(--bg), #121214);
	border: 1px solid var(--bdr);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease
}

.ftx-social a:hover {
	transform: translateY(-2px);
	border-color: rgba(209, 33, 69, .35);
	box-shadow: 0 10px 24px rgba(209, 33, 69, .25)
}

.ftx-social i {
	font-size: 18px;
	opacity: .9
}

/* grid: 4 columns */
.ftx-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, 1fr);
	padding: 28px 0
}

@media(min-width:768px) {
	.ftx-grid {
		grid-template-columns: repeat(4, 1fr)
	}
}

.ftx-col h4 {
	font-size: 13px;
	letter-spacing: .6px;
	font-weight: 800;
	color: #fff;
	margin: 0 0 12px;
	text-transform: uppercase
}

.ftx-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 8px
}

.ftx-col li a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--muted);
	padding: 6px 8px;
	border-radius: 10px;
	transition: background .18s ease, color .18s ease
}

.ftx-col li a::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .16);
	transition: background .18s ease, transform .18s ease
}

.ftx-col li a:hover {
	background: rgba(255, 255, 255, .05);
	color: #fff
}

.ftx-col li a:hover::before {
	background: linear-gradient(135deg, var(--acc), var(--acc2));
	transform: scale(1.1)
}

/* info cards (short texts) */
.ftx-infos {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr;
	padding: 10px 0 26px
}

@media(min-width:768px) {
	.ftx-infos {
		grid-template-columns: repeat(3, 1fr)
	}
}

.ftx-card {
	background: linear-gradient(145deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .015));
	border: 1px solid var(--bdr);
	border-radius: 14px;
	padding: 14px;
	display: flex;
	gap: 12px;
	align-items: flex-start
}

.ftx-card .ico {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, var(--acc), var(--acc2));
	box-shadow: 0 12px 28px rgba(209, 33, 69, .25)
}

.ftx-card .ico i {
	color: #fff;
	font-size: 18px
}

.ftx-card h5 {
	margin: 0 0 6px;
	font-size: 15px
}

.ftx-card p {
	margin: 0;
	color: var(--muted);
	line-height: 1.4
}

/* trust / payment logos */
.ftx-trust {
	border-top: 1px solid var(--bdr);
	border-bottom: 1px solid var(--bdr);
	background: linear-gradient(145deg, var(--bg2), #141416)
}

.ftx-trust .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 14px 0;
	flex-wrap: wrap
}

.ftx-trust .left {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 700
}

.ftx-trust .left i {
	color: var(--acc2);
	font-size: 20px
}

.ftx-pay {
	display: flex;
	align-items: center;
	gap: 12px
}

.ftx-pay img {
	height: 28px;
	opacity: .95;
	filter: drop-shadow(0 6px 16px rgba(0, 0, 0, .4));
	transition: opacity .18s ease, transform .18s ease
}

.ftx-pay img:hover {
	opacity: 1;
	transform: translateY(-1px)
}

/* bottom row */
.ftx-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 14px 0;
	flex-wrap: wrap
}

.ftx-copy {
	color: var(--muted)
}

.ftx-mini {
	list-style: none;
	display: flex;
	gap: 10px;
	padding: 0;
	margin: 0
}

.ftx-mini a {
	color: #d6d7da;
	padding: 6px 10px;
	border-radius: 10px;
	border: 1px solid var(--bdr);
	background: linear-gradient(145deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .005))
}

.ftx-mini a:hover {
	border-color: rgba(209, 33, 69, .35);
	color: #fff
}

/* Offcanvas sol panel tasarım */
.offcanvas.offcanvas-start {
	max-width: 80%;
	color: var(--ink);
	background: radial-gradient(120% 120% at 0% 0%, #121a2b 0%, var(--panel2) 38%, #0b101b 100%);
	border-right: 1px solid var(--line);
}

.offcanvas-backdrop.show {
	opacity: .45;
	backdrop-filter: blur(2px);
}

.offcanvas-header {
	border-bottom: 1px solid var(--line);
	background: linear-gradient(180deg, rgba(255, 255, 255, .03), transparent);
}

.offcanvas-title img {
	height: 34px;
}

.offcanvas .btn-close {
	filter: invert(1) grayscale(1);
	opacity: .8;
}

/* Menü alanı */
.mobilmenuarea {
	padding-top: 6px;
}

.mobilmenuarea ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.mobilmenuarea>ul>li>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 12px;
	border-radius: 12px;
	text-decoration: none;
	color: var(--ink);
	background: rgba(255, 255, 255, .03);
	border: 1px solid transparent;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.mobilmenuarea>ul>li>a i {
	font-size: 18px;
	opacity: .9;
}

.mobilmenuarea>ul>li>a:hover {
	background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
	border-color: var(--line);
	transform: translateY(-1px);
}

/* Açılır alt menü ok ikonu */
.mobilmenuarea a .ri-arrow-down-s-line {
	margin-left: auto;
	transition: transform .18s ease, opacity .18s ease;
}

/* Submenu (basit liste) */
.submenu .sublist {
	display: none;
	padding: 6px;
	margin-top: 2px;
	border-radius: 12px;
	background: rgba(255, 255, 255, .03);
	border: 1px dashed var(--line);
}

.submenu.open .sublist {
	display: grid;
	gap: 6px;
}

.submenu.open>a .ri-arrow-down-s-line {
	transform: rotate(-180deg);
}

/* Sublist link */
.sublist a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 10px;
	border-radius: 10px;
	color: var(--ink);
	text-decoration: none;
	background: rgba(255, 255, 255, .02);
}

.sublist a:hover {
	background: rgba(255, 255, 255, .06);
}

/* Mega menu (kategori grid) — mobil için optimize */
.megamenu {
	display: none;
	padding: 10px;
	margin-top: 6px;
	border-radius: 14px;
	border: 1px dashed var(--line);
	background: linear-gradient(145deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .015));
}

.submenu.open .megamenu {
	display: block;
}

/* Mega içeriği */
.megamenu>ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width:460px) and (max-width: 992px) {
	.megamenu>ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

.megamenu li a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px;
	border-radius: 12px;
	text-decoration: none;
	color: var(--ink);
	background: rgba(255, 255, 255, .02);
	border: 1px solid transparent;
}

.megamenu li a:hover {
	border-color: var(--line);
}

.megamenu .icon {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	border: 1px solid var(--line);
	overflow: hidden;
}

.megamenu .icon img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

/* Offcanvas body scroll alanı */
.offcanvas-body {
	padding: 12px;
	max-height: calc(100dvh - 64px);
	overflow: auto;
}

/* Kayan üst bar (isteğe bağlı): header’a hafif gölge */
.headbar {
	box-shadow: 0 2px 0 rgba(255, 255, 255, .04);
}

.multisteps-form__progress-btn:first-child:after {
	display: none;
}

.multisteps-form__progress-btn.js-active .num {
	color: #fff;
	border-color: #0771D2;
	background: #0771D2;
}

.multisteps-form__progress-btn.js-active:before {
	-webkit-transform: translateX(-50%) scale(1.2);
	transform: translateX(-50%) scale(1.2);
	background-color: currentColor;
}

.multisteps-form__form {
	position: relative;
}

.multisteps-form__panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.multisteps-form__panel.js-active {
	height: auto;
	opacity: 1;
	visibility: visible;
}

.multisteps-form__panel[data-animation="scaleOut"] {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.multisteps-form__panel[data-animation="scaleOut"].js-active {
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.multisteps-form__panel[data-animation="slideHorz"] {
	left: 50px;
}

.multisteps-form__panel[data-animation="slideHorz"].js-active {
	transition-property: all;
	transition-duration: 0.25s;
	transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
	transition-delay: 0s;
	left: 0;
}

.multisteps-form__panel[data-animation="slideVert"] {
	top: 30px;
}

.multisteps-form__panel[data-animation="slideVert"].js-active {
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	top: 0;
}

.multisteps-form__panel[data-animation="fadeIn"].js-active {
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	transition-delay: 0s;
}

.multisteps-form__panel[data-animation="scaleIn"] {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.multisteps-form__panel[data-animation="scaleIn"].js-active {
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.multisteps-form__progress {
	float: left;
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 15px;
	margin-top: 30px;
}

.multisteps-form__progress button {
	padding: 12px 0;
}

.multisteps-form__progress button .num {
	width: 40px;
	float: left;
	height: 40px;
	background: transparent;
	border: 1px solid #B3B8C3;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	font-weight: 600;
	color: #B3B8C3;
}

.multisteps-form__progress button .text {
	float: left;
	width: calc(100% - 40px);
	padding-left: 10px;
	text-align: left;
}

.multisteps-form__progress button b {
	float: left;
	width: 100%;
	font-weight: 600;
	color: #282C38;
}

.multisteps-form__progress button span {
	color: #B3B8C3;
	font-size: 14px;
	font-weight: normal;
}

.multisteps-form__content {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	margin-top: 15px;
	padding: 15px;
}

.multisteps-form__form .js-btn-next {
	float: right;
	background: transparent;
	background: #E11D48;
	color: #fff;
	border: 0;
	padding: 15px 15px;
	font-weight: 600;
	border-radius: 5px;
	transition: all 0.6s;
}

.multisteps-form__form .js-btn-next:hover {
	background: #0A8F7A;
}

.multisteps-form__form .js-btn-next i {
	font-weight: normal;
	margin-left: 50px;
}

.button-row {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.multisteps-form__form .js-btn-prev {
	float: left;
	background: transparent;
	background: #282C38;
	color: #fff;
	border: 0;
	padding: 15px 15px;
	font-weight: 600;
	border-radius: 5px;
	transition: all 0.6s;
}

.multisteps-form__form .js-btn-prev:hover {
	background: #393a3a;
}

.multisteps-form__form .js-btn-prev i {
	font-weight: normal;
	margin-right: 50px;
}

.multisteps-form__form .detail {
	float: left;
	width: 100%;
	margin: 15px 0;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #B3B8C3;
}

.multisteps-form__form .detail .ares {
	float: left;
	width: 100%;
	max-height: 400px;
	overflow-y: scroll;
	padding: 5px;
	padding-right: 15px;
}

.multisteps-form__form .detail .ares h3 {
	font-size: 20px;
	font-weight: 600;
}

.multisteps-form__form .detail .ares p {
	font-weight: normal;
	line-height: 24px;
}

.satinalscrool {
	max-height: 250px;
	overflow-y: scroll;
}

.satinalscrool::-webkit-scrollbar-track {
	border-radius: 5px;
	width: 100%;
	height: 100%;
}

.satinalscrool::-webkit-scrollbar {
	width: 3px;
	border-radius: 5px;
	background-color: #E6E4EF;
}

.satinalscrool::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background-color: #1F2430;
	height: 3px;
}

.multisteps-form__form .detail .ares::-webkit-scrollbar-track {
	border-radius: 5px;
	width: 100%;
	height: 100%;
}

.multisteps-form__form .detail .ares::-webkit-scrollbar {
	width: 3px;
	border-radius: 5px;
	background-color: #E6E4EF;
}

.multisteps-form__form .detail .ares::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background-color: #1F2430;
	height: 3px;
}

.multisteps-form__form .form-group {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.multisteps-form__form .form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.multisteps-form__form .form-group label {
	position: relative;
	cursor: pointer;
	padding-left: 32px;
	color: #1A1D2399;
}

.multisteps-form__form .form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #D0D8E8;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: -2px;
}

.multisteps-form__form .form-group input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 8px;
	width: 6px;
	height: 11px;
	border: solid #0079bf;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.multisteps-form__form .form-group a {
	font-weight: 600;
	color: #0771D2;
}

.dopingitem {
	float: left;
	width: 100%;
	padding: 10px;
	background: #fff;
	border-radius: 8px;
}

.dopingitem .icon {
	float: left;
	background: #0771D2;
	border-radius: 5px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 20px;
}

.dopingitem h6 {
	float: left;
	width: calc(100% - 45px);
	padding-left: 15px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	min-height: 45px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.dopingitem p {
	float: left;
	width: 100%;
	margin-top: 10px;
	line-height: 17px;
}

.dopingitem .title {
	float: left;
	width: 100%;
	border-bottom: 1px solid #B3B8C3;
}

.ilanekledoping {
	float: left;
	width: 100%;
	padding: 15px 0;
}

.inputarearadio input[type="radio"] {
	display: none;
}

.inputarearadio {
	float: left;
	width: 100%;
}

.inputarearadio label {
	display: inline-block;
	padding: 14px 20px;
	cursor: pointer;
	float: left;
	width: 100%;
	border-radius: 5px;
	margin-top: 9px;
	transition: all 0.3s;
}

.inputarearadio label span {
	float: left;
	font-weight: 600;
	font-size: 18px;
	border-right: 1px solid transparent;
	padding-right: 20px;
	min-width: 30%;
	transition: all 0.3s;
}

.inputarearadio label .pric {
	float: right;
	font-weight: 600;
	font-size: 18px;
	transition: all 0.3s;
}

.inputarearadio label .pric i {
	font-weight: normal;
	font-size: 18px;
	margin-right: 5px;
}

/* .inputarearadio input[type="radio"]:checked+label {
	background-color: #0771D2;
	color: #fff
}

.inputarearadio input[type="radio"]:checked+label span {
	color: #fff;
	border-color: #fff;
}

.inputarearadio input[type="radio"]:checked+label .pric {
	color: #fff;
} */

.anasistemiyorum {
	display: inline-block;
	padding: 14px 20px;
	cursor: pointer;
	float: left;
	width: 100%;
	border-radius: 5px;
	background: #0771D220;
	margin-top: 9px;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	color: #0771D2;
}

.ilanekledoping .col-md-3 {
	margin-bottom: 20px;
}


.dopingitem.sabitleme .anasistemiyorum {
	background: #E11D4830;
	color: #E11D48;
}

.dopingitem.sabitleme .inputarearadio input[type="radio"]:checked+label {
	background-color: #E11D48;
	color: #fff;
}

.dopingitem.sabitleme .inputarearadio label .pric {
	color: #E11D48;
}

.dopingitem.sabitleme .inputarearadio label span {
	color: #E11D48;
	border-right: 1px solid #E11D48;
}

.dopingitem.sabitleme .inputarearadio label {
	background: #E11D4830;
}

.dopingitem.sabitleme .icon {
	background: #E11D48;
}

/*renk*/
.dopingitem.sohbetvitrin .inputarearadio input[type="radio"]:checked+label {
	background-color: #E92A4E;
	color: #fff;
}

.dopingitem.sohbetvitrin .inputarearadio label .pric {
	color: #E92A4E;
}

.dopingitem.sohbetvitrin .inputarearadio label span {
	color: #E92A4E;
	border-right: 1px solid #E92A4E;
}

.dopingitem.sohbetvitrin .inputarearadio label {
	background: #E92A4E30;
}

.dopingitem.sohbetvitrin .icon {
	background: #E92A4E;
}

.dopingitem.sohbetvitrin .inputarearadio .anasistemiyorum {
	background: #E92A4E30;
	color: #E92A4E;
}

/*renk*/
.dopingitem.ilanpazari .inputarearadio input[type="radio"]:checked+label {
	background-color: #EB6B31;
	color: #fff;
}

.dopingitem.ilanpazari .inputarearadio label .pric {
	color: #EB6B31;
}

.dopingitem.ilanpazari .inputarearadio label span {
	color: #EB6B31;
	border-right: 1px solid #EB6B31;
}

.dopingitem.ilanpazari .inputarearadio label {
	background: #EB6B3130;
}

.dopingitem.ilanpazari .icon {
	background: #EB6B31;
}

.dopingitem.ilanpazari .inputarearadio .anasistemiyorum {
	background: #EB6B3130;
	color: #EB6B31;
}

/*renk*/
.dopingitem.ilanpazarisabit .inputarearadio input[type="radio"]:checked+label {
	background-color: #824EE7;
	color: #fff;
}

.dopingitem.ilanpazarisabit .inputarearadio label .pric {
	color: #824EE7;
}

.dopingitem.ilanpazarisabit .inputarearadio label span {
	color: #824EE7;
	border-right: 1px solid #824EE7;
}

.dopingitem.ilanpazarisabit .inputarearadio label {
	background: #824EE730;
}

.dopingitem.ilanpazarisabit .icon {
	background: #824EE7;
}

.dopingitem.ilanpazarisabit .inputarearadio .anasistemiyorum {
	background: #824EE730;
	color: #824EE7;
}

/*renk*/
.dopingitem.kategorisabit .inputarearadio input[type="radio"]:checked+label {
	background-color: #F12E22;
	color: #fff;
}

.dopingitem.kategorisabit .inputarearadio label .pric {
	color: #F12E22;
}

.dopingitem.kategorisabit .inputarearadio label span {
	color: #F12E22;
	border-right: 1px solid #F12E22;
}

.dopingitem.kategorisabit .inputarearadio label {
	background: #F12E2230;
}

.dopingitem.kategorisabit .icon {
	background: #F12E22;
}

.dopingitem.kategorisabit .inputarearadio .anasistemiyorum {
	background: #F12E2230;
	color: #F12E22;
}

/*renk*/
.dopingitem.kategorivitrin .inputarearadio input[type="radio"]:checked+label {
	background-color: #282C38;
	color: #fff;
}

.dopingitem.kategorivitrin .inputarearadio label .pric {
	color: #282C38;
}

.dopingitem.kategorivitrin .inputarearadio label span {
	color: #282C38;
	border-right: 1px solid #282C38;
}

.dopingitem.kategorivitrin .inputarearadio label {
	background: #282C3830;
}

.dopingitem.kategorivitrin .icon {
	background: #282C38;
}

.dopingitem.kategorivitrin .inputarearadio .anasistemiyorum {
	background: #282C3830;
	color: #282C38;
}

/*renk*/
.dopingitem.bildirim .inputarearadio input[type="radio"]:checked+label {
	background-color: #38A0DC;
	color: #fff;
}

.dopingitem.bildirim .inputarearadio label .pric {
	color: #38A0DC;
}

.dopingitem.bildirim .inputarearadio label span {
	color: #38A0DC;
	border-right: 1px solid #38A0DC;
}

.dopingitem.bildirim .inputarearadio label {
	background: #38A0DC30;
}

.dopingitem.bildirim .icon {
	background: #38A0DC;
}

.dopingitem.bildirim .inputarearadio .anasistemiyorum {
	background: #38A0DC30;
	color: #38A0DC;
}

.ilanekledetay {
	float: left;
	width: 100%;
}

.ilanekledetay [type="radio"]:checked,
.ilanekledetay [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.ilanekledetay [type="radio"]:checked+label,
.ilanekledetay [type="radio"]:not(:checked)+label {
	position: relative;
	background: #0771D2;
	float: left;
	padding: 17px 30px;
	border-radius: 8px;
	padding-left: 45px;
	font-weight: 600;
	color: #fff;
	min-width: 250px;
	margin-right: 15px;
	cursor: pointer;
	text-align: center;
}

.ilanekledetay [type="radio"]:not(:checked)+label {
	background: #0771D230;
	float: left;
	padding: 17px 30px;
	border-radius: 8px;
	padding-left: 45px;
	font-weight: 600;
	color: #0771D2;
	min-width: 250px;
	margin-right: 15px;
	cursor: pointer;
}

.ilanekledetay [type="radio"]:checked+label:before,
.ilanekledetay [type="radio"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 11px;
	top: 18px;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}

.ilanekledetay [type="radio"]:checked+label:after,
.ilanekledetay [type="radio"]:not(:checked)+label:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #0771d2;
	position: absolute;
	top: 22px;
	left: 15px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.ilanekledetay [type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.ilanekledetay [type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.detaytitle {
	float: left;
	width: 100%;
}

.detaytitle span {
	font-weight: 600;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.ilandetaycontent {
	float: left;
	width: 100%;
	padding: 20px 0;
}

.ilandetaycontent .iteminput {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

.ilandetaycontent .iteminput label {
	float: left;
	width: 100%;
	font-weight: 600;
	margin-bottom: 7px;
}

.ilandetaycontent .iteminput input {
	float: left;
	width: 100%;
	padding: 18px;
	border-radius: 8px;
	border: 1px solid #D0D8E8;
}

.ilandetaycontent .iteminput input::placeholder {
	color: #828997;
}

.ilandetaycontent .iteminput textarea {
	float: left;
	width: 100%;
	padding: 18px;
	border-radius: 8px;
	border: 1px solid #D0D8E8;
	min-height: 150px;
}

.ilandetaycontent .iteminput textarea::placeholder {
	color: #828997;
}

.iteminput .icon {
	width: 42px;
	position: absolute;
	height: 42px;
	background: #282C3830;
	border-radius: 8px;
	text-align: center;
	line-height: 42px;
	top: 34px;
	left: 7px;
}

.iteminput.time input {
	padding-left: 60px;
}

.iteminput.fiyat input {
	padding-left: 60px;
	font-weight: 600;
}

.iteminput.fiyat .icon {
	background: #0771D230;
	color: #0771D2;
}

#ilanfiyati {
	color: #E11D48;
	font-size: 18px;
}

.stokgorselsec h5 {
	font-weight: 600;
	font-size: 16px;
	margin-top: 15px;
}

.stokgorselsec button {
	background: #E11D48;
	border: 0;
}

.stokgorselsec p {
	color: #B3B8C3;
}

.upload-area {
	float: left;
	width: 100%;
	position: relative;
	background: #F6F6FA;
	border-radius: 3px;
	border: 2px dashed #C5D1E2;
	overflow: hidden;
	text-align: center;
	padding: 25px 20px;
}

.upload-area--open {
	animation: slidDown 500ms ease-in-out;
}

.upload-area__title {
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 0.3125rem;
}

.upload-area__paragraph {
	font-size: 0.9375rem;
	margin-top: 0;
	margin-bottom: 0;
}

.upload-area__tooltip {
	position: relative;
	cursor: pointer;
	transition: color 300ms ease-in-out;
}

.upload-area__tooltip-data {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -125%);
	min-width: max-content;
	padding: 0.625rem 1.25rem;
	font-weight: 500;
	opacity: 0;
	visibility: hidden;
	transition: none 300ms ease-in-out;
	transition-property: opacity, visibility;
}

.upload-area__tooltip:hover .upload-area__tooltip-data {
	opacity: 1;
	visibility: visible;
}

/* Drop Zoon */
.upload-area__drop-zoon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 15px;
	cursor: pointer;
	transition: border-color 300ms ease-in-out;
}

.drop-zoon__icon {
	display: flex;
	font-size: 3.75rem;
	transition: opacity 300ms ease-in-out;
}

.drop-zoon__paragraph {
	color: #2F313D;
	font-weight: normal;
	font-size: 16px;
}

.drop-zoon:hover .drop-zoon__icon,
.drop-zoon:hover .drop-zoon__paragraph {
	opacity: 0.7;
}

.drop-zoon__loading-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 10;
}

.drop-zoon__preview-image {
	position: relative;
	width: 100%;
	height: 250px;
	object-fit: contain;
	padding: 0.3125rem;
	border-radius: 10px;
	display: none;
	z-index: 1000;
	transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__preview-image {
	opacity: 0.8;
}

.drop-zoon__file-input {
	display: none;
}

.drop-zoon--over .drop-zoon__icon,
.drop-zoon--over .drop-zoon__paragraph {
	opacity: 0.7;
}

.drop-zoon--Uploaded .drop-zoon__icon,
.drop-zoon--Uploaded .drop-zoon__paragraph,
.drop-zoon--Uploaded button,
.drop-zoon--Uploaded .maximagesizetext {
	display: none;
}

/* File Details Area */
.upload-area__file-details {
	height: 0;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	transition: none 500ms ease-in-out;
	transition-property: opacity, visibility;
	transition-delay: 500ms;
}

/* (duploaded-file--open) Modifier Class */
.file-details--open {
	height: auto;
	visibility: visible;
	opacity: 1;
}

.file-details__title {
	font-size: 1.125rem;
	font-weight: 500;
}

.ilanekle_cat {
	float: left;
	width: 100%;
}

/* Uploaded File */
.uploaded-file {
	display: flex;
	align-items: center;
	padding: 0.625rem 0;
	visibility: hidden;
	opacity: 0;
	transition: none 500ms ease-in-out;
	transition-property: visibility, opacity;
	padding: 20px 15px;
	margin-top: 10px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #cccccc50;
}

/* (duploaded-file--open) Modifier Class */
.uploaded-file--open {
	visibility: visible;
	opacity: 1;
}

.uploaded-file__icon-container {
	position: relative;
	margin-right: 0.3125rem;
}

.uploaded-file__icon {
	font-size: 3.4375rem;
}

.uploaded-file__icon-text {
	position: absolute;
	top: 1.5625rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.9375rem;
	font-weight: 500;
	display: none;
}

.uploaded-file__info {
	position: relative;
	top: -0.3125rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.uploaded-file__info::before,
.uploaded-file__info::after {
	content: '';
	position: absolute;
	bottom: -0.9375rem;
	width: 0;
	height: 0.5rem;
	background-color: #ebf2ff;
	border-radius: 0.625rem;
}

.uploaded-file__info::before {
	width: 100%;
}

.uploaded-file__info::after {
	width: 100%;
}

/* Progress Animation */
.uploaded-file__info--active::after {
	animation: progressMove 800ms ease-in-out;
	animation-delay: 300ms;
}

.uploaded-file__name {
	width: 100%;
	max-width: 6.25rem;
	/* 100px */
	display: inline-block;
	font-size: 1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.uploaded-file__counter {
	font-size: 1rem;
}

.upload-area__drop-zoon button {
	float: left;
	width: 100%;
	border: 0;
	color: #fff;
	background: #0771D2;
	border-radius: 8px;
	padding: 15px;
	font-weight: 600;
	margin-top: 10px;
}

.maximagesizetext {
	width: 100%;
	text-align: center;
	color: #2F313D80;
	margin-top: 15px;
}

.stokkodlari {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

.stokkodlari h5 {
	float: left;
	font-weight: 600;
	font-size: 16px;
}

.stokinput label {
	float: right;
	border-radius: 5px;
	background: #EB6B3140;
	color: #EB6B31;
	font-weight: 600;
	padding: 13px 15px;
	cursor: pointer;
	transition: all 0.6s;
	margin-top: -10px;
}

.stokinput label:hover {
	background: #EB6B31;
	color: #fff;
}

.stokinput label i {
	font-weight: normal;
	margin-right: 10px;
}

.stokkodlari textarea {
	float: left;
	width: 100%;
	padding: 18px;
	border-radius: 8px;
	border: 1px solid #D0D8E8;
	min-height: 150px;
	margin-top: 15px;
}

.stokonayla {
	float: left;
	background: transparent;
	background: #E11D48;
	color: #fff;
	border: 0;
	padding: 15px 15px;
	font-weight: 600;
	border-radius: 5px;
	transition: all 0.6s;
	margin-top: 15px;
}

.stokonayla i {
	font-weight: normal;
	margin-left: 20px;
}

.stokkodlari ul {
	overflow: hidden;
	float: left;
	width: 100%;
	margin-top: 15px;
	list-style: none;
	padding: 0;
	max-height: 250px;
	overflow-y: scroll;
}

.stokkodlari ul::-webkit-scrollbar-track {
	border-radius: 5px;
	width: 100%;
	height: 100%;
}

.stokkodlari ul::-webkit-scrollbar {
	width: 3px;
	border-radius: 5px;
	background-color: #E6E4EF;
}

.stokkodlari ul::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background-color: #000;
	height: 5px;
}

.stokkodlari ul li {
	float: left;
	width: calc(33% - 10px);
	border-radius: 5px;
	padding: 9px;
	margin: 5px;
	background: #fff;
	border: 1px solid #B3B8C3;
	font-weight: 500;
	line-height: 40px;
}

.sil-button {
	color: #E92A4E;
	background: #e92a4e21;
	border: 0;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	float: right;
	font-size: 22px;
}

.upload-area--open {
	padding: 20px !important;
}

#kategoriListesi {
	float: left;
	width: 100%;
	padding: 0 10px;
	list-style: none;
}

#kategoriListesi li {
	float: left;
	width: 100%;
	margin: 5px 0;
}

.catselectitem {
	float: left;
	width: 100%;
	position: relative;
	padding: 5px 10px;
	cursor: pointer;
}

.catselectitem .icon {
	float: left;
	width: 45px;
	height: 45px;
	background: #FF4655;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
	padding: 4px;
	border: 1px solid #FF4655;
}

.catselectitem .icon img {
	max-width: 100%;
	max-height: 100%;
	filter: brightness(0) invert(1);
	object-fit: contain;
}

.catselectitem span {
	float: left;
	width: calc(100% - 45px);
	padding-left: 15px;
	font-weight: 600;
	font-size: 17px;
	min-height: 45px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.catselectitem .icon.csgo {
	background: #F2A821;
	border: 1px solid #0771D2;
}

.searchcatbox {
	float: left;
	width: 100%;
	border-radius: 8px;
	border: 1px solid #B3B8C3;
}

.livesearchbox {
	float: left;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #B3B8C3;
	margin-bottom: 10px;
}

.livesearchbox input {
	width: 100%;
	border: 0;
	padding: 14px;
	background: transparent;
	font-size: 15px;
}

.livesearchbox i {
	position: absolute;
	right: 15px;
	top: 14px;
}

.searchcatbox ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0px 10px;
	margin-bottom: 10px;
}

.searchcatbox ul li {
	position: relative;
}

.searchcatbox ul li::after {
	content: "";
	background: url(../img/lirighticon.svg);
	position: absolute;
	right: 15px;
	top: 24px;
	width: 8px;
	height: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.searchcatbox ul li.active::after {
	top: 35px;
}

#altKategoriListesi li {
	float: left;
	width: 100%;
	margin: 5px 0;
}

#birAltKategoriListesi li {
	float: left;
	width: 100%;
	margin: 5px 0;
}

#kategoriListesi li.active {
	background: #F4F5F6;
	border-radius: 10px;
	padding: 10px 15px;
}

#altKategoriListesi li.active {
	background: #F4F5F6;
	border-radius: 10px;
	padding: 10px 15px;
}

#birAltKategoriListesi li.active {
	background: #F4F5F6;
	border-radius: 10px;
	padding: 10px 15px;
}

#kategoriListesi,
#altKategoriListesi,
#birAltKategoriListesi {
	max-height: 330px;
	overflow-y: scroll;
}

#kategoriListesi::-webkit-scrollbar-track {
	border-radius: 5px;
	width: 100%;
	height: 100%;
}

#kategoriListesi::-webkit-scrollbar {
	width: 3px;
	border-radius: 5px;
	background-color: #E6E4EF;
}

#kategoriListesi::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background-color: #000;
	height: 5px;
}


.searchcatbox .hiz {
	padding-right: 5px;
}

#altKategoriListesi::-webkit-scrollbar-track {
	border-radius: 5px;
	width: 100%;
	height: 100%;
}

#altKategoriListesi::-webkit-scrollbar {
	width: 3px;
	border-radius: 5px;
	background-color: #E6E4EF;
}

#altKategoriListesi::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background-color: #000;
	height: 5px;
}

#birAltKategoriListesi::-webkit-scrollbar-track {
	border-radius: 5px;
	width: 100%;
	height: 100%;
}

#birAltKategoriListesi::-webkit-scrollbar {
	width: 3px;
	border-radius: 5px;
	background-color: #E6E4EF;
}

#birAltKategoriListesi::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background-color: #000;
	height: 5px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 29px;
	margin: 9px;
	margin-top: 25px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.paracek input {
	font-weight: 600;
	letter-spacing: 1px;
}

.talepolustur {
	background: #E11D48 !important;
}

#odenecekTutar {
	font-weight: 600;
	color: #E11D48;
}





.urunmodaltitle {
	float: left;
}

.urunmodaltitle .img {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	overflow: hidden;
}

.urunmodaltitle .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.urunmodaltitle span {
	float: left;
	width: calc(100% - 50px);
	padding-left: 15px;
	font-size: 20px;
	font-weight: bold;
	min-height: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin-bottom: 0;
	color: #1F2430;
}

#siparisDetay .modal-dialog,
#siparisDetaySatici .modal-dialog {
	max-width: 600px !important;
}

.modalsiparis .d-flex {
	float: left;
	width: 100%;
	justify-content: center;
}

.modalsiparis button.teslim {
	border-radius: 30px;
	padding: 15px 30px;
	background: #E11D48;
	color: #fff;
	font-weight: 600;
	border: 0;
}

.alicikod input {
	float: right;
	background: transparent;
	border: 0;
	padding: 17px;
	padding-left: 0;
	min-width: 300px;
}

.kimlikonay {
	float: left;
	width: 100%;
}

.kimlikonayarea {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px;
	margin: 30px 0;
	border-radius: 5px;
}

.kimlikonay .img {
	width: 100%;
	height: 150px;
	text-align: center;
	float: left;
}

.kimlikonay .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.kimlikonay h2 {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	width: 100%;
	margin-top: 30px;
	float: left;
	margin-bottom: 10px;
}

.kimlikonay h6 {
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	width: 100%;
	float: left;
	color: #0771D2;
}

.kimlikonayform {
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 15px;
}

.kimlikonayform .item {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 5px;
	border: 1px solid #B3B8C3;
	padding: 15px;
	text-align: center;
}

.kimlikonayform .item h5 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 20px;
	min-height: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.kimlikonayform .item .img {
	width: 100%;
	height: 200px;
	position: relative;
	float: left;
	margin-bottom: 15px;
}

.kimlikonayform .item .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.kimlikonayform .item label {
	float: left;
	width: 100%;
	cursor: pointer;
	background: #0771D2;
	border-radius: 5px;
	color: #fff;
	padding: 17px 20px;
	text-align: left;
	font-weight: 600;
	margin-top: 10px;
}

.kimlikonayform .item label i {
	font-weight: normal;
	float: right;
	font-size: 20px;
	line-height: 22px;
}

#kimlikyazi_img .name {
	position: absolute;
	width: 100%;
	top: 30px;
}

.kimlikonayform p {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
}

.kimlikonayform .form-group {
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

.kimlikonayform .form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.kimlikonayform .form-group label {
	position: relative;
	cursor: pointer;
	padding-left: 32px;
	color: #1A1D2399;
}

.kimlikonayform .form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #D0D8E8;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: -2px;
}

.kimlikonayform .form-group input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 8px;
	width: 6px;
	height: 11px;
	border: solid #0079bf;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.kimlikonayform button {
	float: right;
	background: #E11D48;
	border-radius: 5px;
	border: 0;
	padding: 15px 40px;
	font-weight: 600;
	color: #fff;
	transition: all 0.6s;
}

.kimlikonayform button:hover {
	background: #0A9A7E;
}

.magazadopingarea {
	float: left;
	width: 100%;
}

.avatarform .btn-success {
	float: right;
	background: #E11D48;
	border: 0;
	padding: 12px 50px;
	font-weight: 600;
	font-size: 18px;
}

.magazadopingarea .btn-success {
	float: right;
	background: #E11D48;
	border: 0;
	padding: 12px 50px;
	font-weight: 600;
	font-size: 18px;
}

.magazadopingarea .item {
	float: left;
	width: 100%;
	padding: 12px;
	border-radius: 8px;
	background: #fff;
}

.magazadopingarea .item .title {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.magazadopingarea .item .title .icon {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	color: #fff;
	font-size: 22px;
}

.magazadopingarea .item .title span {
	float: left;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	min-height: 40px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: calc(100% - 50px);
	padding-left: 5px;
}

.magazadopingarea .item ul {
	float: left;
	width: 100%;
	padding-left: 20px;
	margin-top: 5px;
	border-bottom: 1px solid #B3B8C3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.magazadopingarea .item ul li {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #1F2430;
	margin-bottom: 9px;
}

.magazadopingarea .item ul li::marker {
	color: #B100FF;
}

.magazadopingarea .item .inputarearadio {
	float: left;
	width: 100%;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.magazadopingarea .item label {
	width: calc(50% - 5px);
}

.magazadopingarea .item.kurumsal .inputarearadio label {
	background: #B100FF30;
}

.magazadopingarea .item.kurumsal .inputarearadio label span {
	color: #B100FF;
	border-color: #B100FF;
}

.magazadopingarea .item.kurumsal .inputarearadio label .pric {
	color: #B100FF;
}

.magazadopingarea .item.kurumsal .inputarearadio input[type="radio"]:checked+label {
	background: #B100FF;
}

.magazadopingarea .item.kurumsal .inputarearadio input[type="radio"]:checked+label span {
	color: #fff;
	border-color: #fff;
}

.magazadopingarea .item.kurumsal .inputarearadio input[type="radio"]:checked+label .pric {
	color: #fff;
}

.magazadopingarea .item.kurumsal .title .icon {
	background: #B100FF;
}

.magazadopingarea .col-md-6 {
	margin-bottom: 20px;
}


.magazadopingarea .item.gold .inputarearadio label {
	background: #0771D230;
}

.magazadopingarea .item.gold .inputarearadio label span {
	color: #0771D2;
	border-color: #0771D2;
}

.magazadopingarea .item.gold .inputarearadio label .pric {
	color: #0771D2;
}

.magazadopingarea .item.gold .inputarearadio input[type="radio"]:checked+label {
	background: #0771D2;
}

.magazadopingarea .item.gold .inputarearadio input[type="radio"]:checked+label span {
	color: #fff;
	border-color: #fff;
}

.magazadopingarea .item.gold .inputarearadio input[type="radio"]:checked+label .pric {
	color: #fff;
}

.magazadopingarea .item.gold .title .icon {
	background: #0771D2;
}

.magazadopingarea .item.gold ul li::marker {
	color: #0771D2;
}



.magazadopingarea .item.kurumsalplus .inputarearadio label {
	background: #F38C2C30;
}

.magazadopingarea .item.kurumsalplus .inputarearadio label span {
	color: #F38C2C;
	border-color: #F38C2C;
}

.magazadopingarea .item.kurumsalplus .inputarearadio label .pric {
	color: #F38C2C;
}

.magazadopingarea .item.kurumsalplus .inputarearadio input[type="radio"]:checked+label {
	background: #F38C2C;
}

.magazadopingarea .item.kurumsalplus .inputarearadio input[type="radio"]:checked+label span {
	color: #fff;
	border-color: #fff;
}

.magazadopingarea .item.kurumsalplus .inputarearadio input[type="radio"]:checked+label .pric {
	color: #fff;
}

.magazadopingarea .item.kurumsalplus .title .icon {
	background: #F38C2C;
}

.magazadopingarea .item.kurumsalplus ul li::marker {
	color: #F38C2C;
}

.magazadopingarea .item.magazaoncecikar .inputarearadio label {
	background: #E11D4830;
}

.magazadopingarea .item.magazaoncecikar .inputarearadio label span {
	color: #E11D48;
	border-color: #E11D48;
}

.magazadopingarea .item.magazaoncecikar .inputarearadio label .pric {
	color: #E11D48;
}

.magazadopingarea .item.magazaoncecikar .inputarearadio input[type="radio"]:checked+label {
	background: #E11D48;
}

.magazadopingarea .item.magazaoncecikar .inputarearadio input[type="radio"]:checked+label span {
	color: #fff;
	border-color: #fff;
}

.magazadopingarea .item.magazaoncecikar .inputarearadio input[type="radio"]:checked+label .pric {
	color: #fff;
}

.magazadopingarea .item.magazaoncecikar .title .icon {
	background: #E11D48;
}

.magazadopingarea .item.magazaoncecikar ul li::marker {
	color: #E11D48;
}

.cekilistabs {
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 15px;
	background: #fff;
	padding: 15px;
	border-radius: 8px;
}

.cekilistabs a {
	float: right;
	border-radius: 5px;
	background: #0771D2;
	color: #fff;
	padding: 13px 15px;
	font-weight: 600;
}

.cekilistabs a i {
	font-weight: normal;
	margin-right: 10px;
	font-size: 18px;
	float: left;
	margin-top: 1px;
}

.cekilistabs ul {
	float: left;
	border-bottom: 0;
}

.cekilistabs ul button.nav-link {
	border: 0;
	border-radius: 8px;
	padding: 0;
	margin-right: 20px;
}

.cekilistabs ul button.nav-link .icon {
	float: left;
	width: 47px;
	height: 47px;
	background: #1F243030;
	border-radius: 8px;
	line-height: 47px;
	font-size: 20px;
	color: #1F2430;
}

.cekilistabs ul button.nav-link span {
	float: left;
	font-weight: 600;
	font-size: 18px;
	padding-left: 15px;
	min-height: 47px;
	display: flex;
	flex-flow: column;
	color: #1F2430;
	justify-content: center;
}

.cekilistabs ul button.nav-link.active {
	background: #0771D230;
}

.cekilistabs ul button.nav-link.active .icon {
	background: transparent;
	color: #0771D2;
}

.cekilistabs ul button.nav-link.active span {
	color: #0771D2;
	margin-right: 15px;
}

.cekilisitem {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 14px;
}

.cekilisitem .userbar {
	float: left;
	width: 100%;
	border-bottom: 1px solid #B3B8C3;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.cekilisitem .userbar .user {
	float: left;
}

.cekilisitem .userbar .user .icon {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}

.cekilisitem .userbar .user .icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cekilisitem .userbar .user .text {
	float: left;
	padding-left: 15px;
	min-height: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.cekilisitem .userbar .user .text h4 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0;
	color: #282C38;
}

.cekilisitem .userbar .user .text span {
	color: #282C3890;
	font-weight: 500;
	font-size: 15px;
}

.cekilisitem .userbar button {
	float: right;
	background: #0771D230;
	color: #0771D2;
	width: 45px;
	height: 45px;
	border-radius: 5px;
	border: 0;
	margin-top: 2px;
	font-size: 18px;
}

.cekilisitem .list {
	float: left;
	width: 100%;
}

.cekilisitem .list h6 {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.cekilisitem .list .item {
	float: left;
	height: 130px;
	width: calc(33% - 9px);
	position: relative;
	margin: 0px 5px;
	margin-top: 10px;
}

.cekilisitem .list .item img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: cover;
}

.cekilisitem .list .urunler {
	display: flex;
	flex-flow: wrap;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.cekilisitem .list .urunler .item .num {
	position: absolute;
	background: #0771D2;
	border-radius: 13px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 4px 15px;
	top: -10px;
	left: calc(50% - 35px);
}

.cekilisitem .list .aritem {
	float: left;
	width: 100%;
	border-radius: 5px;
	background: #E8E8EA;
	text-align: center;
	display: flex;
	flex-flow: column;
	padding: 5px;
}

.cekilisitem .list .aritem span {
	font-size: 14px;
}

.cekilisitem .list .col-md-5 {
	padding-right: 7px;
}

.cekilisitem .list .col-md-7 {
	padding-left: 7px;
}

.cekilisitem .list button.cekiliskatil {
	float: left;
	width: 100%;
	border-radius: 5px;
	background: #E11D48;
	padding: 13px 5px;
	border: 0;
	color: #fff;
	font-weight: 600;
	margin-top: 14px;
}

.cekilisitem .list a.detay {
	float: left;
	width: 100%;
	border-radius: 5px;
	background: #E8E8EA;
	padding: 13px 5px;
	border: 0;
	color: #1F2430;
	font-weight: 600;
	margin-top: 14px;
	text-align: center;
}

.cekilisitem .time {
	float: left;
	width: 100%;
	margin-top: 15px;
	color: #1F243090;
}

.cekilisliste .col-md-4 {
	margin-bottom: 20px;
}

.epinitem .price.mobil {
	display: none;
}

.cekilisolustur-urun .epinitem button.ekle {
	float: right;
	border-radius: 5px;
	background: #E11D48;
	color: #fff;
	border: 0;
	font-weight: 600;
	padding: 0px 25px;
	transition: all 0.6s;
}

.cekilisolustur-urun .epinitem button.ekle:hover {
	background: #03725f;
}

.cekilisolustur-urun .quantity-field {
	float: left;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #0771D2;
}

.cekilisolustur-urun .quantity-field .value-button {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: #0771D238;
	color: #0771D2;
	margin-top: 2px;
	transition: all 0.6s;
}

.cekilisolustur-urun .epinitem .btnright .price {
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.cekilisolustur-ilan,
.cekilisolustur-bakiye,
.cekilisolustur-urun {
	float: left;
	width: 100%;
	border-radius: 8px;
	background: #fff;
	overflow: auto;
	max-height: 400px;
}

.bakiyeSpan {
	width: 100%;
	height: 180px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: blue;
	color: #fff;
	font-size: 33px;
}

.max-w-250px {
	max-width: 250px;
}

.cekilisolustur-urun .search {
	float: left;
	width: 100%;
	padding: 15px;
}

.cekilisolustur-urun .search input {
	background: #fff;
	border-radius: 25px;
	border: 1px solid #E5E9F1;
	padding: 13px 25px;
	min-width: 40%;
}

.cekilisolustur-urun .epinitem {
	border-radius: 0;
	border: 0;
	padding: 15px;
	border-top: 1px solid #D0D8E8;
	margin-bottom: 0;
}

.cekilisolustur-urun .epinitem .btnright {
	margin-right: 0;
}

.cekilisolusturarea {
	float: left;
	width: 100%;
	margin-top: 25px;
}

.cekilisolusturarea .title {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	margin-bottom: 15px;
	padding: 15px 13px;
}

.cekilisolusturarea .title button {
	border-radius: 8px;
	background: #E11D48;
	border: 0;
	color: #fff;
	padding: 13px 20px;
	font-weight: 600;
}

.cekilisolusturarea .title button i {
	font-weight: normal;
	margin-right: 10px;
	font-size: 18px;
}

.secilenurunler {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	padding: 15px;
	margin-top: 15px;
}

.secilenurunler .item {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 10px;
	display: flex;
	flex-flow: column;
}

.secilenurunler .item .num {
	position: absolute;
	background: #0771D2;
	border-radius: 13px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 4px 15px;
	top: -10px;
	left: calc(50% - 35px);
}

.secilenurunler .item img {
	width: 100%;
	height: 180px;
	border-radius: 5px;
	object-fit: cover;
}

.secilenurunler .item button {
	color: #E92A4E;
	background: #E92A4E30;
	font-weight: 600;
	font-size: 14px;
	border: 0;
	padding: 6px 15px;
	border-radius: 20px;
	margin: 0 auto;
	margin-top: 10px;
	transition: all 0.6s;
}

.secilenurunler .item button:hover {
	background: #E92A4E;
	color: #fff;
}

.secilenurunler .item button i {
	font-weight: normal;
	margin-right: 5px;
}

.cekilisfiyat {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 14px 15px;
}

.cekilisfiyat .item {
	float: left;
	width: 100%;
}

.cekilisfiyat .item label {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.cekilisfiyat .item input {
	float: left;
	width: 100%;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #D0D8E8;
	font-weight: 600;
}

.cekilisfiyat .item.color input {
	color: #E11D48;
}

.cekilisinfo {
	float: left;
	width: 100%;
	padding: 15px 20px;
	background: #fff;
	border-radius: 8px;
}

.cekilisinfo h3 {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #D0D8E8;
}

.cekilisinfo .item {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.cekilisinfo .item label {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.cekilisinfo .item input {
	float: left;
	width: 100%;
	border-radius: 8px;
	padding: 15px;
	border: 1px solid #D0D8E8;
}

.cekilisinfo .item textarea {
	float: left;
	width: 100%;
	border-radius: 8px;
	padding: 15px;
	min-height: 150px;
	border: 1px solid #D0D8E8;
}

.cekilisinfo .item textarea:focus {
	outline: none;
}

.cekilisinfo button.submitbtn {
	float: right;
	border-radius: 5px;
	color: #fff;
	background: #E11D48;
	border: 0;
	padding: 15px 30px;
	margin-top: 15px;
	margin-bottom: 20px;
	font-weight: 600;
}

.cekilisolusturarea.detay .title button {
	color: #0771D2;
	background: #0771D230;
}

.cekilisdetaycontent {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	padding: 15px 20px;
	margin-bottom: 15px;
}

.cekilisdetaycontent .userbar .user {
	float: left;
	width: 50%;
}

.cekilisdetaycontent .userbar .user .icon {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}

.cekilisdetaycontent .userbar .user .icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cekilisdetaycontent .userbar .user .text {
	float: left;
	padding-left: 15px;
	min-height: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	border-right: 1px solid #B3B8C399;
	padding-right: 20px;
}

.cekilisdetaycontent .userbar .user .text h4 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0;
	color: #282C38;
}

.cekilisdetaycontent .userbar .user .text span {
	color: #282C3890;
	font-weight: 500;
	font-size: 15px;
}

.cekilisdetaycontent .userbar button {
	float: left;
	background: #0771D230;
	color: #0771D2;
	width: 45px;
	height: 45px;
	border-radius: 5px;
	border: 0;
	margin-top: 2px;
	font-size: 18px;
	margin-left: 25px;
}

.cekilisdetaycontent .right {
	float: right;
}

.cekilisdetaycontent .right .aritem {
	float: left;
	margin-left: 15px;
	border-radius: 5px;
	padding: 9px 20px;
	background: #E8E8EA;
	display: flex;
	flex-flow: column;
	text-align: center;
}

.cekilisdetaycontent .textalan {
	float: left;
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid #B3B8C389;
	padding-top: 20px;
}

.cekilisdetaycontent .textalan h6 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.cekilisdetaycontent .textalan p {
	font-weight: normal;
	font-size: 14px;
}

.cekilisdetaycontent .cekiliskatil {
	float: left;
	background: #E11D48;
	border-radius: 6px;
	padding: 12px 30px;
	border: 0;
	color: #fff;
	font-weight: 600;
}

.cekilisdetaycontent .time {
	padding: 12px 0px;
	float: left;
	color: #1F243099;
	margin-left: 25px;
}

.cekilisdetaycontent .time i {
	margin-right: 5px;
}

.cekilisdetaycontent .btnbar {
	float: left;
	width: 100%;
	padding-left: 20px;
}

.cekilisdetaycontent .cekilisliste {
	float: left;
	width: 100%;
	padding-left: 27px;
	margin-top: 25px;
}

.cekilisdetaycontent .cekilisliste .col {
	flex: 0 auto;
	width: 12.4%;
	padding: 0px 6px;
	margin-bottom: 12px;
}

.cekilisdetaycontent .cekilisliste .item {
	float: left;
	height: 120px;
	width: 100%;
	position: relative;
	margin-top: 10px;
}

.cekilisdetaycontent .cekilisliste .item .num {
	position: absolute;
	background: #0771D2;
	border-radius: 13px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 4px 15px;
	top: -10px;
	left: calc(50% - 35px);
}

.cekilisdetaycontent .cekilisliste .item img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: cover;
}

.cekilisonuc {
	float: left;
	width: 100%;
	padding-left: 7px;
}

.cekilisonuc .item {
	float: left;
	height: 150px;
	width: 100%;
	position: relative;
	margin-top: 10px;
}

.cekilisonuc .item .num {
	position: absolute;
	background: #0771D2;
	border-radius: 13px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 4px 15px;
	top: -10px;
	left: calc(50% - 35px);
}

.cekilisonuc .item img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: cover;
}

.cekilisonuc .col {
	flex: 0 auto;
	width: 9.96%;
	padding: 0px 6px;
	margin-bottom: 15px;
}

.searchbox-c {
	position: absolute;
	top: 161px;
	background: #fff;
	z-index: 4;
	border-radius: 15px;
	padding: 15px;
	padding-right: 5px;
	max-width: 400px;
}

.searchbox-c h4 {
	font-size: 17px;
	font-weight: 600;
}

.searchbox-c ul {
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 5px;
	padding: 0px 5px;
}

.searchbox-c ul li {
	float: left;
	width: 100%;
}

.searchbox-c .list-item {
	border-bottom: 1px solid #efefef;
}

.searchbox-c ul li a {
	font-weight: normal;
	color: #333;
	float: left;
	padding: 7px 0;
	width: 100%;
	font-size: 15px;
}

.searchbox-c .body {
	max-height: 400px;
	overflow-y: scroll;
	float: left;
	width: 100%;
	padding-right: 10px;
}

.searchbox-c .body::-webkit-scrollbar-track {
	border-radius: 5px;
	width: 100%;
	height: 100%;
}

.searchbox-c .body::-webkit-scrollbar {
	width: 2px;
	border-radius: 5px;
	background-color: #E6E4EF;
}

.searchbox-c .body::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background-color: #333;
	height: 5px;
}

.urunitem {
	float: left;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.urunitem .img {
	float: left;
	width: 100%;
	height: 220px;
}

.urunitem .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.urunitem .text {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px 10px;
}

.urunitem .text h2 {
	float: left;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	color: #282C38;
}

.urunitem .text .price {
	float: left;
	max-width: 60%;
	display: flex;
	flex-flow: column;
}

.urunitem .text .price .old {
	color: #282C3899;
	font-weight: 500;
	text-decoration: line-through;
}

.urunitem .text .price .new {
	color: #E11D48;
	font-size: 22px;
	font-weight: 600;
}

.urunitem .text .tax {
	float: right;
	background: #13CEA430;
	border-radius: 30px;
	color: #13CEA4;
	font-size: 14px;
	font-weight: 600;
	padding: 4px 8px;
	margin-top: 10px;
}

.urunitem .text button {
	float: left;
	width: 100%;
	margin-top: 15px;
	background: #E11D48;
	border-radius: 5px;
	border: 0;
	color: #fff;
	font-weight: 600;
	padding: 14px 5px;
}

.urunitem .text button i {
	font-weight: normal;
	margin-right: 5px;
	font-size: 17px;
}

.yayincilar_page .spyayinci_section .title .btns {
	float: right;
}

.yayincilar_page .spyayinci_section .title .tumu {
	float: right;
	background: #E11D48;
	border-radius: 25px;
	color: #fff;
	padding: 14px 20px;
	margin-left: 15px;
	font-weight: 500;
}

.yayincilar_page .spyayinci_section .title .tumu i {
	margin-right: 10px;
}

.yayincilar_page .spyayinci_section .title .onecikart {
	float: right;
	background: #0771D230;
	border-radius: 25px;
	color: #0771D2;
	padding: 14px 20px;
	margin-left: 15px;
	font-weight: 500;
}

.onecikar {
	box-shadow: 1px 1px 5px 1px #E11D48 !important;
}

.vitrin {
	box-shadow: 1px 1px 5px 1px #E11D48 !important;
}

.yayincilar_page .spyayinci_section .title .onecikart i {
	margin-right: 10px;
}

.basvuruyap_banner.magazac {
	background: #0771D2;
	padding-bottom: 20px;
}

.basvuruyap_banner.magazac a {
	color: #0771D2;
}

.basvuruyap_banner.magazac a:hover {
	background: #fff;
}

.basvuruyap_banner.magazac img {
	height: 40px;
}

.basvuruyap_banner.magazac p {
	margin-bottom: 20px;
}

.magazaitem {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	position: relative;
	margin-bottom: 20px;
}

.magazaitem .badge {
	position: absolute;
	left: 20px;
	color: #fff;
	background: #E11D48;
	border-radius: 22px;
	padding: 13px 20px;
	font-weight: 600;
	font-size: 14px;
	top: -20px;
}

.magazaitem .badge i {
	margin-right: 5px;
	font-weight: normal;
}

.magazaitem.onecikan {
	padding-top: 41px;
	margin-bottom: 40px;
	border: 1px solid #E11D48;
}

.magazauser .img {
	width: 60px;
	height: 60px;
	float: left;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	border: 2px solid #E11D48;
}

.magazauser .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	margin-left: 0 !important;
}

.magazauser .name {
	margin-top: 8px;
	float: left;
	width: calc(100% - 60px);
	padding-left: 15px;
}

.yayincilar_page .magazauser .name .list {
	float: left;
}

.magazauser span {
	color: #282C38;
	font-size: 18px;
	font-weight: 600;
	margin-right: 10px;
	float: left;
}

.magazauser .list img {
	height: 17px;
	object-fit: contain;
	margin-left: 2px;
}

.magazauser .sales {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: 500;
}

.magazauser b {
	margin-top: 5px;
	color: #E11D48;
}

.magazauser .img::after {
	content: "";
	width: 14px;
	height: 14px;
	border: 3px solid #E11D48;
	position: absolute;
	background: #fff;
	border-radius: 50%;
	left: 0px;
	top: 0px;
}

.magazaurunitem {
	float: left;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #D0D8E8;
}

.magazaurunliss a {
	color: #333;
}

.magazaurunitem .img {
	float: left;
	width: 100%;
	height: 110px;
}

.magazaurunitem .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.magazaurunliss .col-md-3 {
	border-left: 1px solid #D0D8E8;
}

.magazaurunitem .text {
	float: left;
	width: 100%;
	padding: 10px;
}

.magazaurunitem .price {
	background: #E11D48;
	border: 2px solid #fff;
	border-radius: 5px;
	font-size: 13px;
	padding: 7px 10px;
	color: #fff;
	font-weight: 600;
	float: right;
	margin-top: -28px;
}

.magazaurunitem h6 {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 13px;
}

.magazauser .tumu {
	float: left;
	width: 100%;
	background: #0771D230;
	border-radius: 5px;
	padding: 8px;
	margin-top: 10px;
	line-height: 35px;
}

.magazauser .tumu .icon {
	float: left;
	width: 35px;
	height: 35px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	background: #0771D2;
	border-radius: 5px;
}

.magazauser .tumu span {
	float: left;
	color: #0771D2;
	padding-left: 10px;
	font-weight: 500;
}

.magazauser .tumu i.ri-arrow-right-s-line {
	float: right;
	padding-right: 5px;
}

.magazauser .btns {
	float: left;
	width: 100%;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.magazauser .takip {
	width: calc(50% - 5px);
	background: #0771D2;
	color: #fff;
	border: 0;
	border-radius: 5px;
	padding: 8px 2px;
	font-weight: 600;
}

.magazauser .takip i {
	font-weight: normal;
}

.magazauser .sohbet {
	width: calc(50% - 5px);
	background: #E11D48;
	color: #fff;
	border: 0;
	border-radius: 5px;
	padding: 8px 2px;
	font-weight: 600;
}

.magazauser .sohbet i {
	font-weight: normal;
}

.coksatismlist {
	float: left;
	width: 100%;
	margin-top: 35px;
}

.hm-cokstanalar .bartitle {
	margin-top: -70px;
}

.hm-cokstanalar .bartitle a {
	float: right;
	color: #B3B8C3;
	font-weight: 500;
	padding: 15px;
}

.hm-cokstanalar .bartitle a i {
	margin-left: 10px;
}

.magazaitem.ayinmagazasi .badge {
	background: #EB6B31;
	padding: 8px 10px;
	top: -13px;
}

.magazaitem.magazaitem.ayinmagazasi {
	border: 1px solid #EB6B31;
}

.coksatismlist .magazaitem {
	padding-top: 30px;
}

.coksatismlist .magazauser .sohbet {
	font-size: 14px;
}

.coksatismlist .magazauser .takip {
	font-size: 14px;
}

.coksatismlist .magazaitem .col-md-12 {
	border-left: 1px solid #D0D8E8;
}

.coksatismlist .magazaitem h6 {
	font-size: 11px;
}

.spyayinci_section.v3 .title .icon {
	background: #0771D230;
	color: #0771D2;
	border-radius: 5px;
}

.spyayinci_section.v3 .title a {
	float: right;
	background: #E11D48;
	border-radius: 25px;
	color: #fff;
	padding: 15px 20px;
	font-weight: 500;
}

.spyayinci_section.v3 .title a i {
	margin-right: 10px;
}

.alt-wrap {
	cursor: pointer;
}

.alt-wrap p.alt {
	transition: none !important;
}

.bistext {
	float: left;
	width: 100%;
	padding: 15px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
}

.bisusbtext {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}

.card-headerbs {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 15px 20px;
	margin-bottom: 15px;
}

.card-headerbs .form-group {
	float: left;
	width: 85% !important;
}

.card-headerbs .form-group textarea {
	float: left;
	width: calc(85% - 20px);
	margin-right: 20px;
	border: none;
	min-height: 40px;
	height: 40px;
}

.card-headerbs .form-group textarea:focus {
	outline: none;
	box-shadow: none;
}

.card-headerbs .form-group input {
	float: right;
	width: 15%;
	margin-top: 4px;
}

.card-headerbs button {
	float: right;
	width: calc(15% - 20px);
	margin-left: 15px;
	background: #E11D48;
	border: 0;
	color: #fff;
	font-weight: 600;
	border-radius: 20px;
	padding: 12px 10px;
}

.durumBox {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 15px;
}

.durumBox .card-headerce .user {
	float: left;
}

.durumBox .card-headerce .user .img {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #0771D2;
	background: #fff;
	padding: 3px;
}

.durumBox .card-headerce .user .img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.durumBox .card-headerce .user span {
	float: left;
	min-height: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	font-weight: 600;
	font-size: 18px;
	padding-left: 15px;
}

.durumBox .card-headerce .zaman {
	float: left;
	margin-left: 15px;
	min-height: 50px;
	color: #E11D48;
	font-weight: 500;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.durumBox .card-body {
	float: left;
	width: 100%;
	color: #6A7082;
	font-size: 17px;
}

.durumBox .card-body img {
	margin-bottom: 15px;
}

.durumBox .card-footer {
	float: left;
	width: 100%;
	background: transparent;
	border: 0;
}

.durumbegenibuton {
	background: #E92A4E;
	color: #fff;
	padding: 10px 20px;
	border-radius: 22px;
	border: 0;
	margin-right: 10px;
}

.yorumyapbtnsc {
	background: #0771D2;
	color: #fff;
	padding: 10px 20px;
	border-radius: 22px;
	border: 0;
}

.itirazbtnsc {
	background: #0771D2;
	color: #fff;
	padding: 10px 20px;
	border-radius: 22px;
	border: 0;
	float: right;
	font-weight: 500;
}

.silbtncssc {
	background: #E92A4E;
	color: #fff;
	padding: 10px 20px;
	border-radius: 22px;
	border: 0;
	float: right;
	margin-right: 10px;
}

.sonilantitle {
	float: left;
	width: 100%;
	padding: 10px;
	position: relative;
	margin-bottom: 20px;
}

.sonilantitle::before {
	content: "";
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-radius: 8px;
	height: 50%;
	z-index: -1;
}

.sonilantitle .alan {
	float: left;
	width: 100%;
	background: #0771D2;
	border-radius: 8px;
	padding: 12px;
	color: #fff;
}

.sonilantitle .alan .icon {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	line-height: 40px;
	color: #0771D2;
	background: #fff;
	text-align: center;
	font-size: 18px;
}

.sonilantitle .alan h5 {
	float: left;
	width: calc(100% - 40px);
	padding-left: 15px;
	line-height: 40px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
}

.rating {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	gap: 4px;
	float: left;
}

.rating input {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.rating input::before {
	content: '\f005';
	position: absolute;
	font-family: fontAwesome;
	font-size: 20px;
	color: #111;
	transition: 0.5s;
}

.rating input:hover~input::before,
.rating input:hover::before,
.rating input:checked~input::before,
.rating input:checked::before {
	color: var(--c);
}

.saticidegerlendirme .item {
	margin-bottom: 5px;
}

.saticidegerlendirme .item span {
	float: left;
	font-weight: 600;
	margin-bottom: 5px;
}

.saticidegerlendirme .item textarea {
	float: left;
	width: 100%;
	border: 0;
	padding: 10px;
	border-radius: 5px;
	outline: 0;
}

.saticidegerlendirme button {
	float: left;
	width: 100%;
	border: 0;
	padding: 15px 10px;
	border-radius: 5px;
	margin-top: 10px;
	background: #0771D2;
	color: #fff;
}

.saticidegerlendirme h5 {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-weight: 600;
	font-size: 17px;
	color: #0771D2;
}

.saticidegerlendirme p {
	width: 100%;
	text-align: center;
}

.mobilbottommenu {
	display: none;
	background: #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
	margin-left: 0;
	z-index: 99;
}

.mobilbottommenu ul {
	float: left;
	width: 100%;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.mobilbottommenu ul li {
	float: left;
	width: 20%;
	text-align: center;
	padding: 11px 0;
	padding-bottom: 3px;
	list-style: none;
	position: relative;
}

.mobilbottommenu ul li .st {
	position: absolute;
	background: #0771d2;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	line-height: 20px;
	font-size: 12px;
	top: 3px;
	left: 7px;
}

.mobilbottommenu ul li a {
	color: #494F5D;
	display: flex;
	flex-flow: column;
}

.mobilbottommenu ul li a i {
	font-size: 23px;
}

.mobilbottommenu ul li a span {
	font-size: 11px;
	font-weight: 500;
	width: 100%;
	float: left;
}

.mobilbottommenu li.active i {
	background: #0771d2;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 54px;
	color: #fff;
	border: 4px solid #fff;
	display: block;
	margin: 0 auto;
	margin-top: -25px;
	font-weight: normal;
}

.mobilbottommenu li.active span {
	color: #0771d2;
	font-weight: 600;
}

/* ===========================
   Bildirim Paneli (click-open)
   Tema: full dark + #d12145
   =========================== */

/* Kapalı durum (varsayılan) */
.pushbar_list {
	position: fixed;
	top: 66px;
	right: 130px;
	width: min(360px, calc(100vw - 24px));
	background: linear-gradient(145deg, #151515, #1e1e1e);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	box-shadow:
		0 20px 48px rgba(0, 0, 0, .6),
		inset 0 0 0 1px rgba(209, 33, 69, .14);
	z-index: 1060;

	opacity: 0;
	transform: translateY(-8px) scale(.98);
	pointer-events: none;

	transition:
		opacity .18s ease,
		transform .22s cubic-bezier(.2, .8, .2, 1);
}

/* Açık durum */
.pushbar_list.active {
	opacity: 1;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}

/* Üstte küçük ok (zile işaret eden) */
.pushbar_list::before {
	content: "";
	position: absolute;
	top: -8px;
	right: 24px;
	/* zille hizayı ayarlamak için oynatılabilir */
	width: 14px;
	height: 14px;
	background: linear-gradient(145deg, #151515, #1e1e1e);
	border-left: 1px solid rgba(255, 255, 255, .08);
	border-top: 1px solid rgba(255, 255, 255, .08);
	transform: rotate(45deg);
	box-shadow: -2px -2px 10px rgba(0, 0, 0, .25);
}

/* Başlık */
.pushbar_list .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	background: linear-gradient(135deg, rgba(209, 33, 69, .08), rgba(255, 255, 255, .02));
}

.pushbar_list .title span {
	font-weight: 800;
	letter-spacing: .4px;
}

.pushbar_list .title a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .12);
}

.pushbar_list .title a:hover {
	filter: brightness(1.08);
	border-color: rgba(209, 33, 69, .45);
}

/* Liste */
.pushbar_list ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px;
	max-height: 60vh;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #d12145 rgba(255, 255, 255, .08);
	width: 100%;
}

.pushbar_list ul::-webkit-scrollbar {
	width: 10px;
}

.pushbar_list ul::-webkit-scrollbar-thumb {
	background: #d12145;
	border-radius: 8px;
	border: 2px solid rgba(30, 30, 30, 1);
}

.pushbar_list ul::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, .06);
	border-radius: 8px;
}

/* Item */
.pushbar_list li {
	margin-left: 0 !important;
	margin-bottom: 8px;
	width: 100%;
}

.pushbar_list li a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 12px;
	border-radius: 12px;
	text-decoration: none;
	color: #fff;
	width: 100%;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .08);
	transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.pushbar_list li a:hover {
	transform: translateY(-1px);
	background: rgba(255, 255, 255, .06);
	box-shadow: 0 8px 18px rgba(0, 0, 0, .35), 0 0 0 1px rgba(209, 33, 69, .22);
}

/* Item icon */
.pushbar_list li .icon {
	flex: 0 0 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: linear-gradient(135deg, #d12145, #ff3c6a);
	box-shadow: 0 10px 24px rgba(209, 33, 69, .35);
}

.pushbar_list li .icon i {
	font-size: 20px;
	color: #fff;
}

/* Item text */
.pushbar_list li .text {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 100%;
	text-align: center;
}

.pushbar_list li .text h6 {
	margin: 0;
	font-size: .95rem;
	font-weight: 800;
	letter-spacing: .2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pushbar_list li .text span {
	font-size: .8rem;
	color: rgba(255, 255, 255, .65);
}

.pushbar_list li a .text h6:empty::after {
	content: "Hiç Bildirim Yok";
	opacity: .8;
}

.kat-hero {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	color: #fff;
	padding: 32px;
	background: radial-gradient(120% 120% at 0% 0%, #2a2d36 0%, var(--surface) 45%, var(--surface-2) 100%);
	border: 1px solid var(--border);
	box-shadow: 0 18px 40px rgba(0, 0, 0, .55);
}

.kat-hero::before {
	content: "";
	position: absolute;
	inset: -35% -10% auto auto;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: radial-gradient(closest-side, rgba(209, 33, 69, .25), transparent 70%);
	filter: blur(18px);
	pointer-events: none;
}

.kat-hero .iconwrap {
	width: 72px;
	height: 72px;
	border-radius: 16px;
	display: grid;
	padding: 10px;
	margin-bottom: 10px;
	place-items: center;
	position: relative;
	z-index: 2;
	background: linear-gradient(135deg, rgba(209, 33, 69, .18), rgba(209, 33, 69, .06));
	border: 1px solid var(--border);
}

.kat-hero .iconwrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.kat-hero .meta {
	display: flex;
	gap: 16px;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}

.kat-hero .flex-grow-1 {
	position: relative;
	z-index: 2;
}

.kat-hero .badge-soft {
	background: rgba(255, 255, 255, .06);
	border: 1px solid var(--border);
	color: var(--muted-2);
	padding: 6px 10px;
	border-radius: 999px;
	font-size: .825rem;
}

/* ---- KATEGORİ SİDEBAR -------------------------------------- */
.kat-sidebar {
	position: sticky;
	top: 16px;
	border-radius: 14px;
	background: var(--surface);
	border: 1px solid var(--border);
	padding: 12px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .45);
}

.kat-sidebar .search-inp {
	height: 42px;
	padding: 0 12px;
	border-radius: 12px;
	background: var(--surface-2);
	color: #fff;
	border: 1px solid var(--border);
	width: 100%;
}

.kat-sidebar h4 {
	color: #F0F4F7;
	font-size: 21px;
	padding: 4px;
}

.kat-sidebar .search-inp::placeholder {
	color: #8d93a1;
}

.kat-list {
	list-style: none;
	padding: 0;
	margin: 12px 0 0 0;
	max-height: 60vh;
	overflow: auto;
}

.kat-list li a {
	display: flex;
	gap: 8px;
	align-items: center;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
}

.kat-list li a:hover {
	background: var(--surface-2);
}

.kat-list li.active a {
	background: rgba(209, 33, 69, .16);
	color: #fff;
	font-weight: 700;
	border: 1px solid rgba(209, 33, 69, .35);
}

.kat-list .mini-ico {
	width: 24px;
	height: 24px;
	display: grid;
	place-items: center;
}

.grid-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 20px 0 12px;
	margin-top: 0;
}

.grid-controls .form-select,
.grid-controls .form-control {
	height: 42px;
	border-radius: 12px;
	background: var(--surface-2);
	color: #fff;
	border: 1px solid var(--border);
}

.grid-controls .form-select:focus,
.grid-controls .form-control:focus {
	border-color: rgba(209, 33, 69, .5) !important;
	box-shadow: 0 0 0 3px rgba(209, 33, 69, .20) !important;
}

/* ---- ÜRÜN GRID -------------------------------------------- */
.product-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(12, 1fr);
}

@media (max-width:575.98px) {
	.product-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width:576px) {
	.product-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width:992px) {
	.product-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width:1200px) {
	.product-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* ---- ÜRÜN KARTI ------------------------------------------- */
.pcard {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform .18s ease, box-shadow .18s ease;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .45);
}

.pcard:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 44px rgba(0, 0, 0, .6), 0 0 0 1px rgba(209, 33, 69, .18) inset;
}

.pcard .cover {
	background: var(--surface-3);
	display: grid;
	place-items: center;
	overflow: hidden;
}

.pcard .cover img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pcard .body {
	padding: 12px 12px 8px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.pcard .title {
	font-size: .975rem;
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
	display: flex;
	align-items: center;
}

.pcard .sub {
	font-size: .84rem;
	color: var(--muted);
	min-height: 1.15em;
}

.pcard .meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: 6px;
}

/* Fiyat */
.p-price .old {
	font-size: .85rem;
	color: rgba(255, 255, 255, .45);
	text-decoration: line-through;
}

.p-price .new {
	font-weight: 900;
	font-size: 1.22rem;
	color: var(--accent-2);
}

/* Adet */
.qtyctrl {
	display: flex;
	align-items: center;
	border: 1px solid var(--border);
	border-radius: 10px;
	overflow: hidden;
	background: var(--surface-2);
}

.qtyctrl button {
	width: 30px;
	height: 36px;
	border: 0;
	background: var(--surface-3);
	color: #fff;
}

.qtyctrl button:hover {
	filter: brightness(1.08);
}

.qtyctrl .number {
	width: 30px;
	text-align: center;
	font-weight: 700;
	color: #fff;
}

.addcart {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	height: 36px;
	border: 0;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--accent), var(--accent-2));
	color: #fff;
	padding: 0px 10px;
	font-weight: 700;
	letter-spacing: .2px;
	font-size: 15px;
	box-shadow: 0 16px 36px rgba(209, 33, 69, .45);
	width: 100%;
}

.addcart:hover {
	box-shadow: 0 16px 36px rgba(209, 33, 69, .45);
}

.addcart:disabled {
	background: #2b2b2b;
	color: #7b7b7b;
}

/* Kart altı */
.card-footerx {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4px;
	padding: 10px 12px 12px;
	border-top: 1px solid var(--border);
}

/* ---- KATEGORİ AÇIKLAMA ------------------------------------ */
.kat-desc {
	margin-top: 24px;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: 14px;
	padding: 16px;
	color: var(--muted-2);
}

.nav-pills .nav-link {
	background: var(--surface-2);
	color: #fff;
	border: 1px solid var(--border);
}

.nav-pills .nav-link.active {
	background: rgba(209, 33, 69, .18);
	color: #fff;
	border-color: rgba(209, 33, 69, .35);
}

/* ---- YILDIZLAR -------------------------------------------- */
.ri-star-fill {
	color: #fbbf24;
}

.ri-star-line {
	color: rgba(255, 255, 255, .35);
}

/* ---- SCROLLBAR (webkit) ----------------------------------- */
::-webkit-scrollbar {
	height: 10px;
	width: 10px;
}

::-webkit-scrollbar-track {
	background: var(--surface-3);
}

::-webkit-scrollbar-thumb {
	background: #2b2b31;
	border-radius: 10px;
	border: 2px solid var(--surface-3);
}

::-webkit-scrollbar-thumb:hover {
	background: #34343a;
}

/* ---- MODAL (genel) ---------------------------------------- */
.modal-content {
	background: linear-gradient(145deg, #18181b, var(--surface));
	border: 1px solid var(--border);
	color: #fff;
	border-radius: 20px;
}

.modal-header {
	border-bottom: 1px solid var(--border);
	background: linear-gradient(135deg, rgba(209, 33, 69, .16), rgba(255, 255, 255, .02));
}

.modal-backdrop.show {
	background: #000;
	opacity: .82;
}

.btn-close {
	filter: invert(1) grayscale(1);
	opacity: .85;
}

/* ---- FORM GENEL ------------------------------------------- */
.form-control,
.form-select {
	background: var(--surface-2);
	color: #fff;
	border: 1px solid var(--border);
}

.form-control:focus,
.form-select:focus {
	border-color: rgba(209, 33, 69, .5) !important;
	box-shadow: 0 0 0 3px rgba(209, 33, 69, .2) !important;
}

.content {
	background: radial-gradient(1200px 600px at 20% -10%, rgba(209, 33, 69, .08), transparent), var(--bg) !important;
}

.content .container {
	color: var(--text);
}

#notification-container {
	position: fixed;
	top: 18px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(145deg, #161616, #202022) !important;
	color: #fff !important;
	padding: 12px 16px;
	border-radius: 12px;
	border: 1px solid var(--line);
	box-shadow: 0 18px 44px rgba(0, 0, 0, .45);
	display: none;
	z-index: 99999 !important;
}

#notification-container.success {
	border-left: 5px solid var(--good);
}

#notification-container.danger {
	border-left: 5px solid var(--bad);
}

.cart-hero {
	margin: 18px 0 12px;
	padding: 16px 18px;
	border-radius: 18px;
	background: linear-gradient(145deg, var(--card), var(--card2));
	border: 1px solid var(--line);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.cart-hero .left {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.cart-hero .icon {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, var(--acc), var(--acc2));
	box-shadow: 0 10px 24px rgba(209, 33, 69, .35);
	color: #fff;
	font-size: 20px;
}

.badge-soft {
	background: rgba(255, 255, 255, .06);
	border: 1px solid var(--line);
	color: #cfd5dc;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: .85rem;
}

.guest-warning {
	background: linear-gradient(145deg, #1a1a1d, #121214) !important;
	border: 1px solid var(--line) !important;
	border-left: 4px solid var(--warn) !important;
	color: var(--text) !important;
	border-radius: 14px !important;
	padding: 14px !important;
	margin-bottom: 14px;
}

.guest-warning i {
	color: var(--warn);
	margin-right: 8px;
}

.login-btn {
	background: linear-gradient(135deg, var(--acc), var(--acc2)) !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 10px !important;
	padding: 8px 14px !important;
	text-decoration: none !important;
	margin-left: 8px;
}

.cart-wrap {
	margin-bottom: 26px;
}

.cart-wrap .row {
	--bs-gutter-x: 18px;
}

.basketlist {
	background: linear-gradient(145deg, var(--card), var(--card2));
	border: 1px solid var(--line);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(0, 0, 0, .45);
}

.section-title {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid var(--line);
	background: linear-gradient(135deg, rgba(209, 33, 69, .06), rgba(255, 255, 255, .02));
}

.section-title .icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, var(--acc), var(--acc2));
	box-shadow: 0 10px 24px rgba(209, 33, 69, .35);
	color: #fff;
	font-size: 20px;
}

.section-title .txt {
	font-weight: 800;
	letter-spacing: .4px;
}

.basketitem {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 14px;
	padding: 14px 16px;
	border-bottom: 1px dashed var(--line);
	background: rgba(255, 255, 255, .02);
}

.basketitem:last-child {
	border-bottom: 0;
}

.basketitem .prod {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	min-width: 0;
}

.basketitem .prod .img {
	width: 100px;
	height: 100%;
	border-radius: 12px;
	overflow: hidden;
	flex-shrink: 0;
	background: #0b0b0c;
	border: 1px solid var(--line);
}

.basketitem .prod .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.basketitem .prod .text {
	min-width: 0;
}

.basketitem .prod .text h2 {
	font-size: 15px;
	margin: 0 0 4px;
	font-weight: 800;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.basketitem .prod .text span {
	color: var(--muted);
	font-size: 13px;
}

.ozel-alan-gosterim {
	margin-top: 8px;
	background: rgba(209, 33, 69, .08);
	border: 1px solid rgba(209, 33, 69, .25);
	padding: 8px 10px;
	border-radius: 10px;
	font-size: 13px;
}

.ozel-alan-gosterim strong {
	color: #fff;
}

.ozel-alan-deger {
	color: #f3f4f6;
}

.ozel-alan-item {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.ozel-alan-item input.ozelAlanInput {
	background: #0f0f11;
	border: 1px solid var(--line);
	color: #fff;
	border-radius: 10px;
	padding: 10px 12px;
	outline: none;
	transition: .2s;
}

.ozel-alan-item input.ozelAlanInput:focus {
	border-color: rgba(209, 33, 69, .5);
	box-shadow: 0 0 0 3px rgba(209, 33, 69, .18);
}

.ozel-alan-aciklama {
	color: var(--muted);
	font-size: 12px;
}

.basketitem .infos {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.basketitem .infos .hiz {
	display: flex;
	align-items: center;
	gap: 12px;
}

.quantity-field {
	display: flex;
	align-items: center;
	border: 1px solid var(--line);
	border-radius: 12px;
	overflow: hidden;
	background: #0f0f11;
}

.value-button {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border: 0;
	background: #17171a;
	color: #fff;
}

.value-button:hover {
	filter: brightness(1.06);
}

.quantity-field .number {
	width: 44px;
	text-align: center;
	font-weight: 800;
	color: #fff;
	letter-spacing: .3px;
}

.basketitem .price span {
	font-weight: 800;
	color: #fff;
	font-size: 16px;
	background: rgba(255, 255, 255, .04);
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 8px 10px;
	display: inline-block;
}

.basketitem .delete {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	border: 1px solid var(--line);
	background: #18181b;
	color: #fff;
}

.basketitem .delete:hover {
	border-color: #ef4444;
	color: #ef4444;
}

.empty-cart {
	text-align: center;
	padding: 48px;
	color: #aab;
}

.empty-cart i {
	font-size: 64px;
	margin-bottom: 12px;
	display: block;
	color: rgba(255, 255, 255, .25);
}

.empty-cart .btn {
	background: linear-gradient(135deg, var(--acc), var(--acc2));
	border: 0;
	border-radius: 12px;
	padding: 10px 14px;
	color: #fff;
}

.basketdetail {
	position: sticky;
	top: 18px;
	background: linear-gradient(145deg, var(--card), var(--card2));
	border: 1px solid var(--line);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(0, 0, 0, .45);
}

.basketdetail ul {
	list-style: none;
	margin: 0;
	padding: 10px 16px 16px;
}

.basketdetail ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px dashed var(--line);
	color: var(--text);
}

.basketdetail ul li:last-child {
	border-bottom: 0;
}

.basketdetail ul li.total span:first-child {
	font-weight: 800;
	color: #fff;
}

.basketdetail ul li.total span:last-child b:first-child {
	color: #fff;
}

.kuponkodu {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 16px 16px;
}

.kuponkodu input {
	flex: 1;
	height: 42px;
	border-radius: 12px;
	border: 1px solid var(--line);
	background: #0f0f11;
	color: #fff;
	padding: 0 12px;
	outline: none;
}

.kuponkodu input:focus {
	border-color: rgba(209, 33, 69, .5);
	box-shadow: 0 0 0 3px rgba(209, 33, 69, .18);
}

.kuponkodu button {
	width: 44px;
	height: 42px;
	border-radius: 12px;
	border: 1px solid var(--line);
	background: linear-gradient(135deg, var(--acc), var(--acc2));
	color: #fff;
}

.payment-method-selection {
	background: #141416 !important;
	border: 1px solid var(--line) !important;
	border-radius: 14px !important;
	padding: 18px !important;
	color: var(--text) !important;
	margin-top: 14px;
}

.payment-method-selection h6 {
	color: #fff !important;
	margin-bottom: 14px;
}

.payment-method-selection .form-check {
	background: #0f0f11 !important;
	border: 2px solid var(--line) !important;
	border-radius: 12px !important;
	padding: 12px !important;
	transition: .25s ease !important;
}

.payment-method-selection .form-check-input {
	cursor: pointer;
}

.payment-method-selection .form-check-label {
	color: var(--text) !important;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.payment-method-selection .badge.bg-success {
	background: #15803d !important;
}

.payment-method-selection .badge.bg-primary {
	background: #1d4ed8 !important;
}

#insufficient_balance_warning {
	background: rgba(245, 158, 11, .15) !important;
	border: 1px solid rgba(245, 158, 11, .35) !important;
	color: #fde68a !important;
	border-radius: 10px !important;
	margin-top: 10px;
	padding: 10px 12px;
}

.guest-checkout-form {
	background: #121214 !important;
	border: 1px solid var(--line) !important;
	border-left: 4px solid var(--acc) !important;
	border-radius: 14px !important;
	padding: 18px !important;
	color: var(--text) !important;
	margin-top: 14px;
}

.guest-checkout-form h6 {
	color: #fff !important;
	border-bottom: 1px solid var(--line) !important;
	padding-bottom: 8px;
}

.guest-checkout-form .form-label {
	color: rgba(255, 255, 255, .85) !important;
}

.guest-checkout-form .form-control,
.guest-checkout-form select,
.guest-checkout-form textarea {
	background: #0f0f11 !important;
	border: 1px solid var(--line) !important;
	color: #fff !important;
	border-radius: 12px !important;
	outline: none !important;
}

.guest-checkout-form .form-control:focus,
.guest-checkout-form select:focus,
.guest-checkout-form textarea:focus {
	border-color: rgba(209, 33, 69, .5) !important;
	box-shadow: 0 0 0 3px rgba(209, 33, 69, .18) !important;
}

.guest-checkout-form .alert-info {
	background: rgba(59, 130, 246, .12) !important;
	border: 1px solid rgba(59, 130, 246, .3) !important;
	color: #c7d2fe !important;
	border-radius: 12px !important;
}

.payokey {
	width: 100%;
	margin-top: 10px;
	background: linear-gradient(135deg, var(--acc), var(--acc2));
	color: #fff;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 48px;
	border-radius: 14px;
	font-weight: 800;
	letter-spacing: .3px;
	box-shadow: 0 14px 34px rgba(209, 33, 69, .35);
	transition: .2s ease;
	cursor: pointer;
}

.payokey:hover {
	filter: brightness(1.05);
	transform: translateY(-1px);
}

#sepeturunonayModal .modal-content {
	background: linear-gradient(145deg, #151515, #1e1e1e);
	color: #fff;
	border-radius: 20px;
	border: 1px solid var(--line);
	box-shadow: 0 24px 64px rgba(0, 0, 0, .6), 0 0 0 1px rgba(209, 33, 69, .18) inset;
}

#sepeturunonayModal .modal-header {
	background: linear-gradient(135deg, rgba(209, 33, 69, .08), rgba(255, 255, 255, .02));
	border-bottom: 1px solid var(--line);
}

#sepeturunonayModal .btn-close {
	filter: invert(1) grayscale(1);
	opacity: .85;
}

#sepeturunonayModal i.ri-information-line {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	font-size: 70px;
	color: var(--acc);
}

#sepeturunonayModal .btn.btn-primary {
	background: linear-gradient(135deg, var(--acc), var(--acc2));
	border: 0;
	border-radius: 12px;
}

#sepeturunonayModal .btn.btn-secondary {
	background: #2a2a2d;
	border: 1px solid var(--line);
	border-radius: 12px;
	color: #fff;
}

.modal-backdrop.show {
	background: #000 !important;
	opacity: .82 !important;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	filter: brightness(1.08);
}

*::-webkit-scrollbar {
	height: 10px;
	width: 10px;
}

*::-webkit-scrollbar-track {
	background: #0e0e10;
}

*::-webkit-scrollbar-thumb {
	background: #2a2a2d;
	border-radius: 10px;
	border: 2px solid #0e0e10;
}

*::-webkit-scrollbar-thumb:hover {
	background: #333338;
}

@media (max-width: 991.98px) {
	.basketitem {
		flex-direction: column;
	}

	.basketitem .infos {
		justify-content: space-between;
		width: 100%;
	}

	.basketitem .prod .img {
		width: 100px;
		height: 80px;
	}
}

@media (max-width: 575.98px) {
	.section-title {
		padding: 14px;
	}

	.basketitem {
		padding: 12px;
	}

	.quantity-field .number {
		width: 40px;
	}
}

@media (max-width: 576px) {
	.pushbar_list {
		right: 8px;
		left: 8px;
		width: auto;
		top: 64px;
	}

	.pushbar_list::before {
		right: 42px;
	}
}

.sitecontent {
	float: left;
	width: 100%;
}



#ozelAlanModal .oz-info {
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .10);
	border-left: 4px solid #d12145;
	color: #e5e7eb;
	border-radius: 12px;
	padding: 10px 12px;
	display: flex;
	align-items: center;
}

#ozelAlanModal .oz-info i {
	color: #ff4a73;
}

/* Boyut ve mobil */
#ozelAlanModal .modal-dialog {
	max-width: 620px;
}

@media (max-width: 576px) {
	#ozelAlanModal .modal-dialog {
		margin: .75rem;
	}
}

#ozelAlanModal .modal-content {
	background: linear-gradient(145deg, #151515, #1e1e1e) !important;
	color: #fff !important;
	border-radius: 20px !important;
	border: 1px solid rgba(255, 255, 255, .08) !important;
	overflow: hidden;
	box-shadow: 0 24px 64px rgba(0, 0, 0, .65), 0 0 0 1px rgba(209, 33, 69, .18) inset;
}

#ozelAlanModal .modal-header {
	background: linear-gradient(135deg, rgba(209, 33, 69, .08), rgba(255, 255, 255, .02)) !important;
	border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
}

#ozelAlanModal .modal-title {
	font-weight: 800;
	letter-spacing: .3px;
	color: #fff;
}

.auth-shell {
	background: radial-gradient(120% 100% at 10% 0%, #0d121a 0%, #0b0f15 60%), var(--bg);
	color: var(--text);
}

.auth-container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 35px 16px;
}

.auth-card {
	width: 100%;
	max-width: 1000px;
	border-radius: 24px;
	overflow: hidden;
	background: linear-gradient(160deg, rgba(17, 24, 39, .9), rgba(10, 14, 22, .85));
	border: 1px solid var(--line);
	box-shadow: 0 40px 100px rgba(0, 0, 0, .55), 0 0 0 1px rgba(209, 33, 69, .12) inset;
	display: grid;
	grid-template-columns: 420px 1fr;
}

@media (max-width: 992px) {
	.auth-card {
		grid-template-columns: 1fr;
	}
}

.auth-side {
	position: relative;
	padding: 28px;
	background:
		radial-gradient(120% 120% at 0% 0%, rgba(209, 33, 69, .25), transparent 45%),
		radial-gradient(120% 120% at 100% 20%, rgba(255, 60, 106, .18), transparent 50%),
		linear-gradient(180deg, rgba(255, 255, 255, .03), transparent);
	border-right: 1px solid var(--line);
}

@media (max-width: 992px) {
	.auth-side {
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	#ozelAlanModal .modal-title{
		font-size: 16px;
	}
}

.brand-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.brand-logo {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	background: rgba(255, 255, 255, .06);
	border: 1px solid var(--line);
}

.brand-logo img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.brand-txt .t1 {
	font-weight: 900;
	letter-spacing: .2px
}

.brand-txt .t2 {
	font-size: .9rem;
	color: var(--muted)
}

.hero {
	margin-top: 10px;
	padding: 18px;
	border: 1px dashed rgba(255, 255, 255, .08);
	border-radius: 18px;
	background: linear-gradient(145deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .01));
}

.hero h3 {
	font-weight: 800;
	margin: 0 0 8px 0;
}

.hero p {
	color: var(--muted);
	margin: 0;
}

.pillz {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.pill {
	padding: 8px 12px;
	border-radius: 999px;
	border: 1px solid var(--line);
	background: #0b1019;
	color: #d7dbe3;
	font-size: .85rem;
}

.auth-form {
	padding: 28px;
}

.form-head {
	margin-bottom: 10px;
}

.form-head h2 {
	font-weight: 900;
	margin: 0 0 6px 0;
}

.form-head p {
	color: var(--muted);
	margin: 0;
}

.grid {
	display: grid;
	gap: 12px;
}

.grid-2 {
	grid-template-columns: 1fr 1fr;
}

@media (max-width:768px) {
	.grid-2 {
		grid-template-columns: 1fr;
	}
}

.field {
	position: relative;
}

.control {
	width: 100%;
	height: 52px;
	border-radius: 14px;
	background: #0b1019;
	border: 1px solid var(--line);
	color: var(--text);
	font-weight: 600;
	padding: 0 48px 0 14px;
	outline: none;
}

.control::placeholder {
	color: #6b7280;
}

.control:focus {
	border-color: rgba(209, 33, 69, .55);
	box-shadow: 0 0 0 3px rgba(209, 33, 69, .18);
}

.is-invalid {
	border-color: #ef4444 !important;
	box-shadow: 0 0 0 3px rgba(239, 68, 68, .18) !important;
}

.ico-right {
	position: absolute;
	right: 12px;
	top: 26px;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	display: grid;
	place-items: center;
	color: #98a2ad;
	pointer-events: none;
}

.toggle-pass {
	pointer-events: auto;
	cursor: pointer;
}

.hint {
	font-size: .8rem;
	color: var(--muted);
	margin-top: 6px;
}

.invalid-feedback {
	display: block;
	color: #ff7b7b;
	font-size: .8rem;
	margin-top: 6px;
}

.actions {
	display: grid;
	gap: 10px;
	margin-top: 8px;
}

.btn {
	border-radius: 14px;
	font-weight: 900;
	letter-spacing: .2px;
	border: 0;
}

.btn-primary {
	background: linear-gradient(135deg, var(--acc), var(--acc2));
	color: #fff;
	box-shadow: 0 14px 28px rgba(209, 33, 69, .35);
}

.btn-primary:hover {
	filter: brightness(1.05);
}

.btn-secondary {
	background: #1a2130;
	color: #e5e7eb;
	border: 1px solid var(--line);
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-secondary:hover {
	background: #20283a;
}

.agreements {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	justify-content: center;
	color: var(--muted);
	font-size: .9rem;
	margin-top: 14px;
}

.agreements a {
	color: #cfe3ff;
	text-decoration: none;
}

.agreements a:hover {
	text-decoration: underline;
}

#ozelAlanModal .btn-close {
	font-size: 22px;
}

#ozelAlanModal #modalUrunBilgi {
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 14px;
}

#ozelAlanModal .form-label {
	color: rgba(255, 255, 255, .85);
	font-weight: 600;
}

#ozelAlanModal .form-control {
	background: #121212 !important;
	border: 1px solid rgba(255, 255, 255, .12) !important;
	color: #fff !important;
	border-radius: 12px !important;
}

#ozelAlanModal .form-control:focus {
	border-color: rgba(209, 33, 69, .5) !important;
	box-shadow: 0 0 0 3px rgba(209, 33, 69, .2) !important;
}

#ozelAlanModal .form-text {
	color: #9aa3af;
}

#ozelAlanModal .modal-footer .btn-secondary {
	background: #2b2b2b !important;
	border: 1px solid rgba(255, 255, 255, .12) !important;
	color: #fff !important;
	border-radius: 12px;
}

#ozelAlanModal .modal-footer .btn-primary {
	background: linear-gradient(135deg, var(--acc), var(--acc2)) !important;
	border: 0 !important;
	color: #fff !important;
	font-weight: 800;
	border-radius: 12px;
	box-shadow: 0 12px 24px rgba(209, 33, 69, .35);
}

.modal-backdrop.show {
	background: #000 !important;
	opacity: .8 !important;
}

.epin-detail-wrap {
	padding-top: 20px;
}

/* sayfa zemini */
.content,
.content * {
	box-sizing: border-box;
}

.content {
	background: var(--bg);
	color: var(--txt);
}

/* üst kahraman alan */
.p-hero {
	background: linear-gradient(145deg, #191919, var(--bg2));
	border: 1px solid var(--br);
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, .5), inset 0 0 0 1px rgba(209, 33, 69, .18);
}

.p-hero .pill {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 12px;
	border-radius: 999px;
	border: 1px solid var(--br);
	background: rgba(255, 255, 255, .04);
}

.p-hero .pill img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.badge-soft {
	background: rgba(255, 255, 255, .06);
	border: 1px solid var(--br);
	color: #cfd6df;
	border-radius: 999px;
	padding: 6px 10px;
	font-size: .85rem;
}

/* ana kolonlar */
.epin-detail-wrap .p-media,
.epin-detail-wrap .p-card {
	background: var(--panel);
	border: 1px solid var(--br);
	border-radius: 18px;
}

.p-media {
	padding: 12px;
}

.p-media .cover {
	background: #0f0f0f;
	border: 1px solid var(--br);
	border-radius: 14px;
	overflow: hidden;
	display: grid;
	place-items: center;
}

.p-media .cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-card {
	padding: 18px;
}

.p-card .title-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 8px;
}

.p-card .title-line .stok {
	font-size: .9rem;
	color: var(--muted);
}

.p-card h1 {
	font-size: 1.4rem;
	margin: 6px 0 4px;
	font-weight: 800;
	letter-spacing: .2px;
}

.p-card h6 {
	font-size: .95rem;
	color: #c9ced6;
	margin-bottom: 8px;
}

.p-card .ozellik {
	color: #cfd4dc;
	font-size: .95rem;
}

.p-card .ozellik ul,
.p-card .ozellik ol {
	margin-left: 1rem;
}

.pricebar {
	margin-top: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	border-top: 1px solid var(--br);
	padding-top: 12px;
}

.pricebox .old {
	color: #97a0aa;
	text-decoration: line-through;
	font-size: .95rem;
}

.pricebox .new {
	font-weight: 900;
	font-size: 1.4rem;
	background: linear-gradient(135deg, var(--acc), var(--acc2));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.qtyctrl {
	display: flex;
	align-items: center;
	border: 1px solid var(--br);
	border-radius: 12px;
	overflow: hidden;
	background: #121212;
}

.qtyctrl button {
	width: 40px;
	height: 40px;
	border: 0;
	background: #111;
	color: #fff;
}

.qtyctrl .number {
	width: 48px;
	text-align: center;
	font-weight: 800;
}

.btn-acc {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 44px;
	padding: 0 16px;
	border: 0;
	border-radius: 12px;
	color: #fff;
	font-weight: 800;
	background: linear-gradient(135deg, var(--acc), var(--acc2));
	box-shadow: 0 12px 28px rgba(209, 33, 69, .35);
}

.btn-acc:disabled {
	background: #3a3a3a;
	color: #9aa3ad;
	box-shadow: none;
}

/* ürün özellikleri paneli */
.features-panel {
	margin-top: 14px;
	padding: 16px;
	background: var(--panel);
	border: 1px solid var(--br);
	border-radius: 18px;
}

.features-panel .head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
	font-weight: 800;
	letter-spacing: .3px;
}

.features-panel .head i {
	color: var(--acc2);
}

/* sağ sidebar - ürün hakkında */
.urun-bilgi {
	background: var(--panel);
	border: 1px solid var(--br);
	border-radius: 18px;
	padding: 16px;
}

.urun-bilgi .title {
	font-weight: 900;
	letter-spacing: .3px;
	margin-bottom: 10px;
	color: #fff;
}

.bilgi-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bilgi-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px dashed rgba(255, 255, 255, .08);
}

.bilgi-list li:last-child {
	border-bottom: 0;
}

.bilgi-list i {
	color: var(--acc2);
	margin-right: 8px;
}

.bilgi-list span {
	color: #cbd3dc;
}

.bilgi-list b {
	color: #fff;
}

/* benzer ürünler (altta) */
.similar-wrap {
	margin-top: 18px;
	background: var(--panel);
	border: 1px solid var(--br);
	border-radius: 18px;
	padding: 16px;
	margin-bottom: 30px;
}

.similar-wrap .title {
	font-weight: 900;
	letter-spacing: .4px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.similar-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
	.similar-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1200px) {
	.similar-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.s-card {
	background: #141414;
	border: 1px solid var(--br);
	border-radius: 14px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.s-card .cover {
	aspect-ratio: 16/11;
	background: #0f0f0f;
	display: grid;
	place-items: center;
}

.s-card .cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.s-card .body {
	padding: 10px;
}

.s-card .body h3 {
	font-size: 1rem;
	margin: 0 0 4px;
	font-weight: 800;
}

.s-card .body .sub {
	color: #cbd1d9;
	font-size: .9rem;
	min-height: 1.2em;
}

.s-card .foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 10px;
}

.s-card .price .old {
	font-size: .85rem;
	color: #98a1ab;
	text-decoration: line-through;
}

.s-card .price .new {
	font-weight: 800;
}

.s-card .qtyctrl {
	transform: scale(.9);
	transform-origin: right;
}

.s-card .btn-acc {
	height: 38px;
	padding: 0 12px;
}

.content .accountarea {
	padding: 20px 0;
}

.acc_ilanlarpage {
	background: linear-gradient(145deg, #1A1A1A 0%, #252525 100%);
	color: #fff;
	border-radius: 24px;
	box-shadow:
		0 25px 50px rgba(0, 0, 0, 0.8),
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 0 0 1px rgba(225, 29, 72, 0.18);
	overflow: hidden;
}

.pushalan {
	padding: 15px;
}

.acc_ilanlarpage .bartitle {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(135deg, rgba(225, 29, 72, 0.05) 0%, transparent 100%);
	position: relative;
}

.acc_ilanlarpage .bartitle::after {
	content: '';
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, #e11d48, transparent);
}

.acc_ilanlarpage .bartitle .icon {
	width: 40px;
	height: 40px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #e11d48, #f43f5e);
	box-shadow: 0 10px 24px rgba(225, 29, 72, 0.35);
}

.acc_ilanlarpage .bartitle .icon i {
	font-size: 20px;
	color: #fff;
}

.acc_ilanlarpage .bartitle>span {
	font-weight: 800;
	letter-spacing: .4px;
	font-size: 18px;
}

#alertSuccess.alert,
#alertDanger.alert {
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-left-width: 5px;
	border-radius: 14px;
	padding: 14px 16px;
	margin: 16px 22px 0 22px;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
}

#alertSuccess.alert {
	border-left-color: #16a34a;
}

#alertDanger.alert {
	border-left-color: #ef4444;
}

.profilebox {
	margin: 22px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.profilebox .title {
	padding: 16px 20px;
	font-weight: 800;
	letter-spacing: .5px;
	font-size: 16px;
	color: rgba(225, 29, 72, 0.9);
	background: linear-gradient(135deg, rgba(225, 29, 72, 0.08), rgba(244, 63, 94, 0.06));
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.profilebox .arcon {
	padding: 18px 20px 6px 20px;
}

.profilebox .inptsitem {
	margin-bottom: 16px;
}

.profilebox .inptsitem label {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
	letter-spacing: .2px;
}

.profilebox .inptsitem input[type="text"],
.profilebox .inptsitem input[type="password"],
.profilebox .inptsitem .form-control {
	width: 100%;
	background: linear-gradient(135deg, #121212, #171717);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #fff;
	border-radius: 14px;
	padding: 12px 14px;
	outline: none;
	transition: .25s ease;
	box-shadow: inset 0 0 0 1px rgba(225, 29, 72, 0.12);
}

.profilebox .inptsitem input:focus {
	border-color: rgba(225, 29, 72, 0.45);
	box-shadow:
		0 0 0 3px rgba(225, 29, 72, 0.15),
		inset 0 0 0 1px rgba(225, 29, 72, 0.35);
}

.profilebox .inptsitem button,
.profilebox button.btn,
.acc_ilanlarpage button[type="submit"] {
	background: linear-gradient(135deg, #e11d48, #f43f5e);
	border: 0;
	color: #fff;
	font-weight: 700;
	letter-spacing: .4px;
	padding: 12px 18px;
	border-radius: 14px;
	box-shadow: 0 10px 28px rgba(225, 29, 72, 0.35);
	transition: .25s ease;
}

.profilebox .inptsitem button:hover,
.profilebox button.btn:hover,
.acc_ilanlarpage button[type="submit"]:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 36px rgba(225, 29, 72, 0.45);
}

.onaymail {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: linear-gradient(135deg, rgba(225, 29, 72, 0.07), rgba(244, 63, 94, 0.05));
	border: 1px solid rgba(225, 29, 72, 0.2);
	color: #fff;
	border-radius: 12px;
	padding: 10px 12px;
}

.onaymail span {
	font-weight: 600;
}

.onaymail button {
	background: transparent;
	border: 1px solid rgba(225, 29, 72, 0.35);
	color: #fff;
	border-radius: 10px;
	padding: 8px 10px;
	transition: .25s ease;
}

.onaymail button:hover {
	border-color: #e11d48;
}

.onaymail.onayli {
	background: linear-gradient(135deg, rgba(34, 197, 94, 0.12), rgba(34, 197, 94, 0.06));
	border-color: rgba(34, 197, 94, 0.35);
}

.modal-content {
	background: linear-gradient(145deg, #151515, #1e1e1e);
	color: #fff;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.modal-content .btn-close {
	position: absolute;
	right: 12px;
	top: 12px;
	background: transparent;
	border: 0;
	color: #fff;
	opacity: .7;
}

.modal-body .smsonayalan {
	text-align: center;
}

.smsonayalan .img {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 16px;
}

.smsonayalan .img img {
	width: 100%;
	display: block;
}

.smsonayalan .img .imglogo {
	position: absolute;
	inset: auto 12px 12px auto;
	background: #0f0f0f;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 8px 10px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
}

.smsonayalan h3 {
	font-weight: 800;
	margin-bottom: 8px;
	letter-spacing: .4px;
}

.smsonayalan .phoneinput {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #121212;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	padding: 10px 12px;
	margin-bottom: 14px;
	color: #fff;
}

.smsonayalan .phoneinput i {
	opacity: .9;
}

.smsonayalan .alanhiz {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
	margin-top: 10px;
}

.number_input {
	width: 48px;
	height: 52px;
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	background: #121212;
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	border-radius: 12px;
	outline: none;
	transition: .2s ease;
}

.number_input:focus {
	border-color: rgba(225, 29, 72, 0.45);
	box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.18);
}

.smsonayalan .alanhiz button {
	margin-left: 6px;
}

.push-box-item {
	background: rgba(20, 20, 20, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	padding: 18px 16px;
	margin-bottom: 16px;
	color: #fff;
	backdrop-filter: blur(12px) saturate(140%);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .05);
	position: relative;
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease;
}

.push-box-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 34px rgba(0, 0, 0, .6), 0 0 12px rgba(225, 29, 72, .35);
}

.push-box-item .title {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	color: rgba(225, 29, 72, .9);
	margin-bottom: 8px;
	position: relative;
}

.push-box-item .title::after {
	content: "";
	display: block;
	width: 24px;
	height: 2px;
	background: linear-gradient(90deg, #e11d48, transparent);
	margin-top: 5px;
	border-radius: 2px;
}

.push-box-item .body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.push-box-item .body .info {
	flex: 1;
}

.push-box-item .body i {
	font-size: 28px;
	margin-right: 10px;
	color: #e11d48;
	text-shadow: 0 0 10px rgba(225, 29, 72, .5);
}

.push-box-item .body h1 {
	font-size: 16px;
	margin: 0;
	font-weight: 700;
}

.push-box-item .body span {
	display: block;
	font-size: 13px;
	color: rgba(255, 255, 255, .7);
}

.switch {
	position: relative;
	width: 50px;
	height: 26px;
	flex-shrink: 0;
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	inset: 0;
	background: #444;
	border-radius: 50px;
	transition: .3s;
}

.slider::before {
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	left: 3px;
	top: 3px;
	background: #fff;
	border-radius: 50%;
	transition: .3s;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
}

.switch input:checked+.slider {
	background: linear-gradient(135deg, #e11d48, #f43f5e);
}

.switch input:checked+.slider::before {
	left: calc(100% - 23px);
}

#notification-container {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 1055;
	background: linear-gradient(145deg, #161616, #1f1f1f);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #fff;
	padding: 12px 14px;
	border-radius: 14px;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
	display: none;
}

#notification-container.success {
	border-left: 5px solid #16a34a;
}

#notification-container.danger {
	border-left: 5px solid #ef4444;
}

.acc_ilanlarpage a {
	color: #fff;
	text-decoration: none;
}

.acc_ilanlarpage a:hover {
	color: #fff;
	filter: brightness(1.08);
}

.balance-shell {
	background: linear-gradient(145deg, #1A1A1A, #252525);
	color: #fff;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 25px 50px rgba(0, 0, 0, .8), inset 0 1px 0 rgba(255, 255, 255, .06), 0 0 0 1px rgba(225, 29, 72, .18);
}

/* Başlık */
.balance-head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px 22px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	background: linear-gradient(135deg, rgba(225, 29, 72, .05), transparent);
	position: relative;
}

.balance-head::after {
	content: '';
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, #e11d48, transparent);
}

.balance-head .icon {
	width: 40px;
	height: 40px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #e11d48, #f43f5e);
	box-shadow: 0 10px 24px rgba(225, 29, 72, .35);
}

.balance-head .icon i {
	font-size: 20px;
	color: #fff;
}

.balance-head>span {
	font-weight: 800;
	letter-spacing: .4px;
	font-size: 18px;
}

/* Ana sarmalayıcı: cüzdan + ödeme */
.wallet-wrap {
	padding: 16px 18px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

/* Cüzdan kartı (100%) */
.wallet-card {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 18px;
	overflow: hidden;
	background:
		radial-gradient(500px 200px at 0% 0%, rgba(225, 29, 72, .12), transparent 60%),
		linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
	box-shadow: 0 18px 40px rgba(0, 0, 0, .45);
}

.wallet-card .inner {
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.wallet-left {
	display: flex;
	align-items: center;
	gap: 12px;
}

.wallet-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #111;
	border: 1px solid rgba(255, 255, 255, .1);
}

.wallet-balance {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.wallet-balance small {
	color: rgba(255, 255, 255, .7);
	font-size: 12px;
}

.wallet-balance b {
	font-size: 22px;
	letter-spacing: .3px;
}

/* Ödeme kartı (100%) */
.pay-card {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 18px;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02));
	box-shadow: 0 18px 40px rgba(0, 0, 0, .45);
}

.pay-card .head {
	padding: 12px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	font-weight: 800;
	color: rgba(225, 29, 72, .92);
	background: rgba(255, 255, 255, .02);
}

.pay-card .body {
	padding: 14px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

/* Input + buton (tam genişlik) */
.inputitem label {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	color: rgba(255, 255, 255, .75);
}

.input-row {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.inputitem input[type="number"] {
	width: 100%;
	background: #121317;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 14px;
	padding: 12px 14px;
	outline: none;
}

.inputitem input[type="number"]:focus {
	border-color: rgba(225, 29, 72, .45);
	box-shadow: 0 0 0 .2rem rgba(225, 29, 72, .18);
}

/* Hızlı tutar çipleri */
.quick-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.chip {
	background: #191b20;
	border: 1px solid rgba(255, 255, 255, .12);
	color: #fff;
	padding: 8px 10px;
	border-radius: 999px;
	font-size: 13px;
	cursor: pointer;
	user-select: none;
	transition: .2s ease;
}

.chip:hover {
	filter: brightness(1.06);
}

.chip.active {
	border-color: #e11d48;
	box-shadow: 0 0 0 1px rgba(225, 29, 72, .35), 0 6px 18px rgba(225, 29, 72, .25);
}

/* Shopier butonu */
.btn-shopier {
	width: 100%;
	background: linear-gradient(135deg, #e11d48, #f43f5e);
	border: 0;
	color: #fff;
	font-weight: 800;
	padding: 12px 18px;
	border-radius: 14px;
	box-shadow: 0 12px 26px rgba(225, 29, 72, .34);
}

.btn-shopier:hover {
	filter: brightness(1.06);
}

/* Geçmiş işlemler */
.history-wrap {
	padding: 8px 18px 18px;
}

.history-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

.history-head h3 {
	font-size: 16px;
	margin: 0;
	font-weight: 900;
	color: rgba(225, 29, 72, .92);
}

.history-table {
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 16px;
	overflow: hidden;
	background: rgba(20, 20, 20, .55);
	backdrop-filter: blur(10px) saturate(130%);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .05);
}

.ht-head,
.ht-row {
	display: grid;
	grid-template-columns: 1.2fr 1fr .8fr .8fr .8fr;
	gap: 10px;
	align-items: center;
}

@media (max-width: 768px) {
	.ht-head {
		display: none;
	}

	.ht-row {
		grid-template-columns: 1fr;
		align-items: stretch;
	}
}

.ht-head {
	padding: 12px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	font-size: 12px;
	opacity: .8;
}

.ht-body {
	max-height: 440px;
	overflow: auto;
}

.ht-row {
	padding: 12px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.ht-row:last-child {
	border-bottom: 0;
}

.kv {
	display: flex;
	gap: 6px;
	align-items: center;
}

.kv span {
	font-size: 12px;
	opacity: .75;
	display: none;
}

.kv b {
	font-size: 13px;
}

.badge-state {
	border: 1px solid rgba(255, 255, 255, .12);
	background: #1a1b20;
	color: #fff;
	border-radius: 999px;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: 800;
	width: max-content;
}

.badge-ok {
	background: rgba(34, 197, 94, .14);
	border-color: rgba(34, 197, 94, .35);
}

.badge-wait {
	background: rgba(234, 179, 8, .14);
	border-color: rgba(234, 179, 8, .35);
}

.badge-no {
	background: rgba(239, 68, 68, .14);
	border-color: rgba(239, 68, 68, .35);
}

.orderslist {
	--stroke: rgba(255, 255, 255, .10);
	--bg: #1b1b1d;
	--panel: #202124;
	--rose: #e11d48;
	--rose2: #f43f5e;
	--radius: 16px;
	background: linear-gradient(145deg, #171719, #222325);
	border: 1px solid var(--stroke);
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 24px 50px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(255, 255, 255, .05);
}

.modal-content .btn-close {
	position: absolute;
	right: 14px;
	top: 14px;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .15);
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	opacity: .9;
	cursor: pointer;
	z-index: 5;
	transition: .25s ease;
	filter: brightness(0) invert(1);
}

.modal-content .btn-close:hover {
	border-color: transparent;
	transform: scale(1.05);
}

.modal-content .btn-close i {
	line-height: 1;
	color: #fff;
	filter: brightness(0) invert(1);
}


/* Üst filtre alanı */
.orderfilter {
	position: sticky;
	top: 0;
	z-index: 4;
	background: rgba(32, 33, 36, .6);
	backdrop-filter: blur(12px) saturate(140%);
	border-bottom: 1px solid var(--stroke);
	padding: 12px 14px;
}

.orderfilter .filttitle {
	display: flex;
	align-items: center;
	gap: 10px;
}

.orderfilter .filttitle .icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--rose), var(--rose2));
	box-shadow: 0 10px 24px rgba(225, 29, 72, .35);
}

.orderfilter .filttitle .icon i {
	color: #fff;
	font-size: 20px;
}

.orderfilter .filttitle span {
	color: #fff;
	font-weight: 800;
	font-size: 16px;
	letter-spacing: .3px;
}

/* Arama */
.servissearch {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #151517;
	border: 1px solid var(--stroke);
	border-radius: 12px;
	padding: 8px 10px;
}

.servissearch input {
	flex: 1;
	min-width: 0;
	background: transparent;
	color: #fff;
	border: 0;
	outline: none;
	font-size: 14px;
}

.servissearch .icon button {
	background: transparent;
	border: 0;
	color: #fff;
	opacity: .85;
	cursor: pointer;
	display: flex;
	align-items: center;
}

/* Filtre butonları */
.orderfilter ul {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
}

.orderfilter .filtreButon {
	border: 1px solid var(--stroke);
	background: #161619;
	color: #fff;
	border-radius: 12px;
	padding: 9px 12px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transition: .2s ease;
}

.orderfilter .filtreButon:hover,
.orderfilter .filtreButon.active {
	background: linear-gradient(135deg, var(--rose), var(--rose2));
	border-color: transparent;
	box-shadow: 0 10px 22px rgba(225, 29, 72, .28);
}

/* Tablo */
.siparistable {
	padding: 10px 10px 16px;
}

/* Grid kolonları: her satır ve başlık aynı 6 kolon düzeni */
.orders-grid {
	display: grid;
	grid-template-columns: 150px 1.2fr 120px 150px 160px 80px;
	align-items: center;
	gap: 12px;
}

.siparistable .thad {
	border: 1px solid var(--stroke);
	background: #1f2023;
	border-radius: var(--radius);
	padding: 10px 12px;
	margin: 6px 0 8px;
}

.siparistable .thad span {
	color: rgba(255, 255, 255, .72);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .8px;
}

.siparistable .item {
	border: 1px solid var(--stroke);
	background: linear-gradient(145deg, #1e1f22, #1a1b1e);
	box-shadow: 0 12px 32px rgba(0, 0, 0, .45);
	border-radius: var(--radius);
	margin: 8px 0;
	transition: transform .18s ease, box-shadow .18s ease;
}

.siparistable .item:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, .55);
}

.siparistable .item .orders-grid {
	padding: 12px;
}

/* Sipariş no + kopyala */
.id {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	background: #17181b;
	border: 1px solid var(--stroke);
	border-radius: 10px;
	padding: 7px 8px;
}

.id div {
	color: #fff;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: .3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 3px;
}

.id .copy {
	margin-left: auto;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	border: 0;
	background: #202226;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .15s ease;
}

.id .copy:hover {
	filter: brightness(1.1);
}

/* İlan/ürün hücresi */
.sippro {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.sippro img {
	width: 46px;
	height: 46px;
	border-radius: 12px;
	object-fit: cover;
	border: 1px solid var(--stroke);
	box-shadow: 0 6px 14px rgba(0, 0, 0, .35);
}

.baslikSip {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.25;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Fiyat & Tarih */
.price {
	color: #fff;
	font-weight: 800;
	letter-spacing: .3px;
}

.date {
	color: #eaeaea;
	opacity: .8;
	font-size: 13px;
	background: #191a1d;
	border: 1px solid var(--stroke);
	padding: 6px 10px;
	border-radius: 10px;
	display: inline-block;
}

/* Durum rozetleri */
.status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border-radius: 12px;
	border: 1px solid var(--stroke);
	background: #191a1d;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
}

.status .icon {
	width: 24px;
	height: 24px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .1);
}

.status.wait {
	background: rgba(250, 204, 21, .08);
	border-color: rgba(250, 204, 21, .35);
}

.status.wait .icon {
	background: rgba(250, 204, 21, .18);
	color: #facc15;
}

.status.succes {
	background: rgba(34, 197, 94, .10);
	border-color: rgba(34, 197, 94, .35);
}

.status.succes .icon {
	background: rgba(34, 197, 94, .18);
	color: #22c55e;
}

.status.cancel {
	background: rgba(239, 68, 68, .10);
	border-color: rgba(239, 68, 68, .35);
}

.status.cancel .icon {
	background: rgba(239, 68, 68, .18);
	color: #ef4444;
}

/* İncele butonu */
.search-b {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	border: 0;
	cursor: pointer;
	background: linear-gradient(135deg, var(--rose), var(--rose2));
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 22px rgba(225, 29, 72, .32);
	transition: .18s ease;
}

.search-b:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(225, 29, 72, .42);
}

/* Boş durum yazıları */
.bistext {
	text-align: center;
	color: #fff;
	font-weight: 800;
	margin-top: 18px;
}

.bisusbtext {
	text-align: center;
	color: rgba(255, 255, 255, .75);
	margin-top: 6px;
	margin-bottom: 18px;
}

/* Link */
.siparistable a {
	color: #fff;
	text-decoration: none;
}

.siparistable a:hover {
	filter: brightness(1.08);
}

.storycat {
	padding: 12px 0
}

.storycat .swiper {
	max-width: 1100px;
}

.storycat .swiper-slide a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0 auto;
}

@keyframes spin {
	to {
		transform: rotate(1turn)
	}
}

.storycat .swiper-slide a::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: conic-gradient(var(--acc), var(--acc2), var(--acc), var(--acc2));
	animation: spin 4.5s linear infinite;
	filter: drop-shadow(0 6px 14px rgba(0, 0, 0, .35));
}

.storycat .swiper-slide a img {
	position: absolute;
	top: 2px;
	left: 2px;
	right: 4px;
	bottom: 4px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border-radius: 50%;
	object-fit: cover;
	z-index: 1;
	transform: scale(.985);
	transition: transform .18s ease, filter .18s ease;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .25) inset;
}

.storycat .swiper-slide a:hover img {
	transform: scale(1.0);
	filter: saturate(1.06) contrast(1.04);
}

@media (max-width:576px) {
	.storycat .swiper-slide a {
		width: 56px;
		height: 56px
	}

	.storycat .swiper-slide a img {
		top: 3px;
		left: 3px;
		right: 3px;
		bottom: 3px
	}
}

@media (prefers-reduced-motion:reduce) {
	.storycat .swiper-slide a::before {
		animation: none
	}
}

/* ===== Responsive ===== */
@media (max-width: 1200px) {
	.orders-grid {
		grid-template-columns: 140px 1.2fr 110px 140px 150px 70px;
	}
}

@media (max-width: 992px) {

	/* Başlık 4 kolona iner; Status & İncele başlıklarını gizle */
	.siparistable .thad .orders-grid {
		grid-template-columns: 130px 1fr 110px 140px;
	}

	.siparistable .thad .orders-grid>*:nth-child(5),
	.siparistable .thad .orders-grid>*:nth-child(6) {
		display: none;
	}

	/* Satır 2x2 + alt blok yapısına düşer */
	.siparistable .item .orders-grid {
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: minmax(32px, auto);
	}

	.siparistable .item .orders-grid>*:nth-child(1) {
		order: 1;
	}

	.siparistable .item .orders-grid>*:nth-child(2) {
		order: 2;
	}

	.siparistable .item .orders-grid>*:nth-child(3) {
		order: 3;
	}

	.siparistable .item .orders-grid>*:nth-child(4) {
		order: 4;
	}

	.siparistable .item .orders-grid>*:nth-child(5) {
		order: 5;
		grid-column: 1 / -1;
	}

	.siparistable .item .orders-grid>*:nth-child(6) {
		order: 6;
		justify-self: start;
	}
}

@media (max-width: 576px) {
	.orderfilter {
		padding: 10px;
	}

	.servissearch {
		margin-top: 8px;
	}

	.siparistable .item .orders-grid {
		grid-template-columns: 1fr;
	}

	.id,
	.date,
	.status,
	.search-b {
		width: 100%;
	}

	.search-b {
		height: 42px;
	}
}

/* === Ürün Modal – Özgün Kompozisyon === */
.modal-content {
	background: linear-gradient(145deg, #151516, #1b1c1f);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 22px;
	color: #fff;
	overflow: hidden;
	box-shadow: 0 28px 64px rgba(0, 0, 0, .7);
}

/* Hero başlık */
.modal-hero {
	position: relative;
	background: radial-gradient(1200px 220px at 10% 0%, rgba(225, 29, 72, .22), transparent 60%),
		radial-gradient(900px 180px at 90% 0%, rgba(244, 63, 94, .16), transparent 60%),
		linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, 0));
	padding: 18px 18px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.modal-hero .head {
	display: flex;
	align-items: center;
	gap: 14px;
}

.modal-hero .thumb {
	width: 58px;
	height: 58px;
	border-radius: 16px;
	overflow: hidden;
	flex-shrink: 0;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .45);
	border: 1px solid rgba(255, 255, 255, .08);
}

.modal-hero .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.modal-hero .title {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.modal-hero .title h5 {
	margin: 0;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: .3px;
}

.modal-hero .title .meta {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
	font-size: 12px;
	color: rgba(255, 255, 255, .75);
}

.meta .chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #151518;
	border: 1px solid rgba(255, 255, 255, .1);
	padding: 6px 10px;
	border-radius: 999px;
}

/* İç gövde */
.modal-body {
	padding: 16px 16px 18px;
}

/* Üst içerik: açıklama & durum çizgisi & özet */
.modal-grid {
	display: grid;
	grid-template-columns: 1.6fr .7fr;
	gap: 16px;
}

@media (max-width: 992px) {
	.modal-grid {
		grid-template-columns: 1fr;
	}
}

/* Sipariş Durumu açıklaması (KOD yerine) */
.order-explain {
	background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02));
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 16px;
	padding: 14px;
}

.order-explain h6 {
	margin: 0 0 8px 0;
	font-size: 14px;
	font-weight: 800;
	color: rgba(225, 29, 72, .95);
}

.order-explain p {
	margin: 0;
	font-size: 13px;
	color: rgba(255, 255, 255, .8);
	line-height: 1.55;
	white-space: pre-wrap;
	word-break: break-word;
}

/* Durum çizgisi (timeline) */
.status-rail {
	margin-top: 12px;
	background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02));
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 16px;
	padding: 14px;
}

.status-rail h6 {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 800;
	color: rgba(255, 255, 255, .85);
}

.status-steps {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	position: relative;
}

.status-steps .step {
	flex: 1;
	text-align: center;
	position: relative;
}

.step .badge {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	margin: 0 auto 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	background: #1a1b1e;
	border: 1px solid rgba(255, 255, 255, .12);
	box-shadow: inset 0 0 0 1px rgba(225, 29, 72, .18);
}

.step .label {
	font-size: 12px;
	color: rgba(255, 255, 255, .75);
}

/* Aktif & tamamlanan durumlar */
.step.active .badge {
	background: rgba(250, 204, 21, .18);
	border-color: rgba(250, 204, 21, .4);
	color: #facc15;
}

.step.done .badge {
	background: rgba(34, 197, 94, .18);
	border-color: rgba(34, 197, 94, .45);
	color: #22c55e;
}

.step.cancel .badge {
	background: rgba(239, 68, 68, .18);
	border-color: rgba(239, 68, 68, .45);
	color: #ef4444;
}

.step.active .label {
	color: #facc15;
}

.step.done .label {
	color: #22c55e;
}

.step.cancel .label {
	color: #ef4444;
}

/* sağda özet */
.summary-card {
	background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02));
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 16px;
	padding: 14px;
}

.summary-card h6 {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 800;
	color: rgba(255, 255, 255, .85);
}

.summary-list {
	display: grid;
	row-gap: 8px;
}

.summary-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	font-size: 13px;
	color: rgba(255, 255, 255, .8);
}

.summary-row b {
	color: #fff;
}

/* Değerlendirme bloğu */
.saticidegerlendirme {
	margin-top: 16px;
	padding: 16px;
	background: linear-gradient(135deg, rgba(225, 29, 72, .06), rgba(244, 63, 94, .04));
	border: 1px solid rgba(225, 29, 72, .2);
	border-radius: 16px;
}

.saticidegerlendirme h5 {
	margin: 0 0 6px;
	font-size: 15px;
	font-weight: 800;
}

.saticidegerlendirme p {
	margin: 0 0 12px;
	font-size: 13px;
	color: rgba(255, 255, 255, .75);
}

/* Star rating (svg-shape via clip-path) */
.saticidegerlendirme .containet {
	display: flex;
	align-items: center;
	gap: 10px;
}

.saticidegerlendirme .containet>span {
	font-size: 13px;
	opacity: .9;
}

.saticidegerlendirme .rating {
	display: flex;
	flex-direction: row-reverse;
	gap: 6px;
}

.saticidegerlendirme .rating input {
	appearance: none;
	width: 22px;
	height: 22px;
	cursor: pointer;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	background: rgba(255, 255, 255, .25);
	transition: .25s;
}

.saticidegerlendirme .rating input:hover,
.saticidegerlendirme .rating input:focus {
	background: var(--c, #ff9933);
}

.saticidegerlendirme textarea {
	width: 100%;
	min-height: 110px;
	background: #131316;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 12px;
	padding: 10px 12px;
	margin-top: 10px;
	outline: none;
}

.saticidegerlendirme button[type="submit"] {
	margin-top: 12px;
	background: linear-gradient(135deg, #e11d48, #f43f5e);
	border: 0;
	color: #fff;
	font-weight: 800;
	padding: 10px 16px;
	border-radius: 12px;
	box-shadow: 0 10px 22px rgba(225, 29, 72, .3);
	transition: .2s;
}

.saticidegerlendirme button[type="submit"]:hover {
	transform: translateY(-1px);
}

/* Alt aksiyonlar */
.modal-actions {
	margin-top: 16px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.modal-actions .btn-act {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(255, 255, 255, .1);
	background: #17171a;
	color: #fff;
	padding: 10px 14px;
	border-radius: 12px;
	text-decoration: none;
	transition: .2s;
}

.modal-actions .btn-act.primary {
	background: linear-gradient(135deg, #e11d48, #f43f5e);
	border-color: transparent;
	box-shadow: 0 10px 22px rgba(225, 29, 72, .3);
}

.modal-actions .btn-act:hover {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

@media only screen and (max-width:768px) {
	.ftcentermenu ul {
		display: none;
	}

	.acc_ilanlarpage .bartitle>span {
		font-size: 16px;
	}

	.wallet-wrap {
		padding: 10px;
	}

	.history-wrap {
		padding: 10px;
	}

	.withdraw-wrap {
		padding: 10px;
	}

	.account_menulist {
		margin: 0px !important;
	}

	.detayhero {
		display: none;
	}

	.kat-hero {
		padding: 20px;
	}

	.kat-hero h1 {
		font-size: 20px;
	}

	.urunaciklamatabs ul {
		flex-flow: column !important;
	}

	.cekilistabs ul .nav-item {
		width: 100%;
		margin-bottom: 10px;
	}

	.ftx-top .wrap {
		flex-flow: column;
	}

	.ftx-copy {
		text-align: center;
	}

	.cekilisitem .list .col-md-5 {
		padding-right: calc(var(--bs-gutter-x) * .5);
		margin-bottom: 10px;
	}

	.cekilisitem .list .col-md-7 {
		padding-left: calc(var(--bs-gutter-x) * .5);
	}

	.cekilisitem .userbar .user {
		width: 100%;
	}

	.cekilistabs ul button.nav-link {
		width: 100%;
	}

	.hero-wrap .swiper {
		height: 100%;
	}

	.ftx-mini {
		display: none !important;
	}

	.blogdetail-content .yaziarea img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}

	.account_menulist {
		margin-bottom: 20px;
	}

	.ilanitem.vitrin::before {
		left: -11px;
		top: -1px;
		width: 93px;
		height: 33px;
	}

	.hm_catvitrin .tabs ul {
		float: left;
		width: 100%;
	}

	.alanhiz {
		float: left;
		width: 100%;
		max-width: 100%;
	}

	.head_user {
		margin-left: 0;
	}

	.pusharea.chat {
		display: none;
	}

	.usermenu .usermenubtn span {
		display: none;
	}

	.usermenu .usermenubtn .mobi {
		display: block !important;
	}

	.mobilbottommenu {
		display: block;
	}

	.tableheadweb {
		display: none;
	}

	.tablecekimbody .item span {
		display: block;
		float: left;
	}

	.kimlikonayform .item {
		height: auto;
		margin-bottom: 20px;
	}

	.kimlikonayform button {
		width: 100%;
		margin-top: 15px;
	}

	.tablecekimbody .item div {
		padding: 5px 6px;
		text-align: right;
	}

	.multisteps-form__progress button span {
		display: none;
	}

	.push-box-item {
		margin-bottom: 18px;
	}

	.multisteps-form__progress button {
		display: flex;
		flex-flow: column;
		justify-content: center;
		text-align: center;
	}

	.multisteps-form__progress button .num {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 13px;
	}

	.multisteps-form__progress button .text {
		padding-left: 0;
		width: 100%;
		margin-top: 5px;
	}

	.multisteps-form__progress button b {
		text-align: center;
		font-size: 13px;
		font-weight: 600;
	}

	.multisteps-form__progress-btn .num {
		float: inherit;
		margin: 0 auto;
	}

	.detaytitle .item {
		margin-bottom: 10px;
		float: left;
		width: 100%;
	}

	.multisteps-form__content .eklebtn {
		width: 100%;
		margin-top: 10px;
	}

	.multisteps-form__form .js-btn-prev {
		padding: 13px 15px;
	}

	.multisteps-form__form .js-btn-prev i {
		margin-right: 15px;
	}

	.multisteps-form__form .js-btn-next i {
		margin-left: 15px;
	}

	.searchcatbox {
		margin-bottom: 18px;
	}

	.multisteps-form__progress {
		padding: 5px;
	}

	.modal .btn-close {
		right: 10px;
	}

	.ilandetailbox .img {
		height: 350px;
		margin-bottom: 10px;
	}

	.dopingilan .item {
		width: calc(25% - 5px);
		padding: 10px 5px;
	}

	.dopingilan .item span {
		font-size: 13px;
	}

	.dopingilan .item i {
		margin-right: 0;
	}

	.ilandetailbox .pricebar {
		display: flex;
		flex-flow: column-reverse;
	}

	.ilandetailbox .pricebar .kampanyatime {
		font-size: 13px;
	}

	.ilandetailbox .pricebar .quantity-field {
		float: left;

	}

	.ilandetailbox .alanhiz {
		margin-top: 15px;
	}

	.basketbar .price {
		margin-bottom: 15px;
		float: left;
		width: 40%;
		margin-right: 0;
		margin-bottom: 0;
	}

	.basketbar .cart {
		float: left;
		width: 60%;
	}

	.basketbar .cart button {
		padding: 15px 5px;
		width: 100%;
		text-align: center;
		display: flex;
		flex-flow: wrap;
		justify-content: center;
	}

	.basketbar .mesajs {
		margin-left: 0;
		margin-top: 10px;
		padding: 10px 15px;
	}

	.basketbar .favorite {
		margin-top: 10px;
		padding: 10px 15px;
	}

	.basketbar .share {
		margin-top: 10px;
		padding: 10px 15px;
	}

	.idetailuser {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.basketbar .cart button i {
		float: inherit;
	}

	.relatedpostbasket .swiper-wrapper {
		padding-bottom: 35px;
	}

	.relatedpostbasket .swiper-pagination {
		bottom: 0;
	}

	.basketbar .cart button span {
		float: inherit;
	}

	.basketbar .price .new {
		font-size: 25px;
		text-align: center;
	}

	.basketbar .price .old {
		font-size: 16px;
	}

	.epindetay {
		padding: 20px 0;
	}

	.orderslist {
		margin-top: 15px !important;
	}

	.ftlogo {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.epinitem .btnright .price {
		display: none;
	}

	.epinitem .price.mobil {
		display: flex;
		flex-flow: wrap;
		line-height: 25px;
		margin-top: 7px;
	}

	.epindetailbox .pricealan {
		width: 100%;
		max-width: 100%;
	}

	.epindetailbox h6 {
		margin-bottom: 20px;
	}

	.epindetailbox .price .hiz {
		float: left;
		padding-right: 0;
	}

	.epindetailbox .quantity-field {
		float: left;
	}

	.epincover {
		height: 400px;
	}

	.epindetailbox {
		margin-bottom: 20px;
	}

	.epindetailbox .ozellik {
		max-width: 100%;
	}

	.epindetailsidebar {
		margin-top: 20px;
	}

	.epinitem .price .old {
		font-weight: 500;
		color: #282C3850;
		text-decoration: line-through;
		margin-right: 15px;
	}

	.epinitem .price .new {
		font-weight: 600;
		color: #E11D48;
		font-size: 19px;
	}

	.epincat_desc ul {
		flex-flow: nowrap;
	}

	.epincatpage .catimg {
		height: 180px;
	}

	.epincatpage .catimg .icon img {
		width: 150px;
	}

	.epinsidebar {
		display: none;
	}

	.epinitem .text {
		width: calc(100% - 80px);
	}

	.epinitem .text span {
		font-size: 14px;
	}

	.epinitem .text h2 {
		font-size: 18px;
	}

	.kat-sidebar {
		margin-top: 20px;
	}

	.badge-soft {
		display: none;
	}

	.guest-warning {
		display: flex;
		flex-flow: wrap;
	}

	.balance-head>span {
		font-size: 16px;
	}

	.guest-warning a {
		margin-top: 10px;
	}

	.s-card .cover img {
		object-fit: contain;
	}

	.epincatpage {
		padding: 20px 0;
		padding-top: 0px;
	}

	.cat-head div {
		display: none;
	}

	.kategori_area {
		padding-top: 20px;
	}

	.cat-search {
		width: 100%;
	}

	.epincatbanner {
		padding: 10px;
	}

	.mobillist a {
		margin: 5px auto;
		float: inherit;
		width: 100%;
		text-align: center;
	}

	.epinitem .btnright {
		margin-top: 15px;
		flex-flow: wrap;
		justify-content: space-between;
		width: 100%;
		float: left;
		margin-bottom: 0;
		min-height: auto;
		margin-right: 0;
	}

	.epinitem .btnright .hiz {
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
	}

	.epincat_desc ul li button {
		padding: 15px 5px;
		font-size: 15px;
	}

	.regkayit {
		display: none;
	}

	.epinitem .btnright .cart {
		margin-right: 10px;
	}

	.epinitem .quantity-field {
		float: left;
		margin-left: 1px;
	}

	.epincat_desc {
		margin-top: 0;
	}

	.mobillist {
		display: flex;
		flex-flow: column;
		width: 100%;
		justify-content: center;
	}

	.ftmenuitem ul.ba li {
		width: 50%;
	}

	.ftdesc .container {
		display: flex;
		flex-flow: column-reverse;
	}

	.ftdesc span {
		width: 100%;
		text-align: center;
		font-size: 13px;
		margin-top: 15px;
	}

	.ftdesc ul li {
		margin-left: 10px;
		margin-bottom: 5px;
	}

	.faqsection .accordion-button {
		font-size: 16px;
	}

	.faqsection h3 {
		font-size: 24px;
	}

	.faqsection h6 {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.hmhowsection .row .col {
		padding: 0px 5px;
		margin: 5px 0;
		width: 50%;
		flex: 1 0 50%;
	}

	.hmhowsection .row .col:nth-last-child(1) {
		display: none;
	}

	.hmhowsection {
		padding-left: 10px;
		margin-top: 90px;
		padding-right: 10px;
	}

	.hmhowsection h3 {
		font-size: 22px;
	}

	.hmhowsection h6 {
		font-size: 17px;
		margin-bottom: 20px;
	}

	.hmhowsection .item p {
		font-size: 15px;
	}

	.hmhowsection .item span {
		font-size: 16px;
	}

	.hmhowsection .item {
		padding: 20px 10px;
	}

	.yayinlist .col-md-2 {
		width: 50%;
		padding: 0px 7px;
		margin-bottom: 14px;
	}

	.yayinciitem .img {
		height: 150px;
	}

	.yayinlist {
		padding: 0px 7px;
		margin-top: 20px;
	}

	.hm_yayincilarsection .bartitle a i {
		margin-left: 1px;
	}

	.hm_yayincilarsection .bartitle a {
		padding-right: 0px;
		font-size: 15px;
	}

	.hm_yayincilarsection .bartitle span {
		padding-left: 10px;
	}

	.yayinciitem .yayinbtn span {
		font-size: 11px;
		padding-left: 5px;
	}

	.yayinciitem ul li a {
		font-size: 17px;
	}

	.daypromo_hm .liste {
		padding-right: 15px;
	}

	.dayitem h6 {
		font-size: 15px;
		font-weight: 500;
	}

	.dayitem h6 i {
		display: none;
	}

	.daypromo_hm .bartitle span {
		padding-left: 0px;
	}

	.hmtrendcatsection .item {
		height: 260px;
	}

	.hmtrendcatsection .bartitle span {
		max-width: 150px;
	}

	.hmaltbanner_section .col-md-3 .item {
		width: calc(50% - 5px);
		margin-bottom: 10px;
		height: 150px;
	}

	.hmaltbanner_section .col-md-3 {
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
	}

	.hmaltbanner_section .col-md-6 .item {
		height: 250px;
		margin-bottom: 10px;
	}

	.hmaltbanner_section {
		padding: 0;
	}

	.ilanliste_le .col-md-2 {
		margin-bottom: 14px;
		width: 50%;
		padding: 0 7px;
	}

	.ilanliste_le .tab-content>.active {
		padding: 0 7px;
	}

	.ilanitem .img {
		height: 160px;
	}

	.ilanitem .text p {
		font-size: 13px;
	}

	.ilanitem .seller .text span {
		font-size: 13px;
	}

	.hm_catvitrin .tabs {
		width: 100%;
		margin-top: 15px;
	}

	.hm_catvitrin .bartitle a {
		display: none;
	}

	.hm_catvitrin .tabs ul li {
		width: 25%;
	}

	.hm_catvitrin .tabs ul li button {
		padding: 5px;
	}

	.hm_storesection .list {
		padding: 0px 7px;
	}

	.hm_storesection .list .col-md-3 {
		width: 50%;
		margin: 7px 0;
		padding: 0px 7px;
	}

	.storeitem img {
		height: 90px;
		margin-bottom: 30px;
	}

	.storeitem {
		padding: 10px;
	}

	.storeitem a {
		padding: 10px 5px;
		font-size: 13px;
	}

	.hm_storesection .bartitle span {
		font-size: 15px;
		padding-left: 5px;
	}

	.hm_storesection .bartitle a {
		padding-right: 0px;
	}

	.hm_storesection .bartitle a i {
		margin-left: 0;
	}

	.hm_storesection .bartitle a::before {
		display: none;
	}

	.hm_vitrinsection .barcat {
		display: none;
	}

	.hmilan_list {
		padding: 20px 7px;
	}

	.hmilan_list .col-md-2 {
		width: 50%;
		padding: 0px 7px;
	}

	.hm_vitrinsection .nav span {
		font-size: 14px;
		min-height: 35px;
		max-width: calc(100% - 40px);
		text-align: left;
		padding-left: 5px;
	}

	.hm_vitrinsection .nav .icon {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}

	.hm_vitrinsection .nav-link.active .icon {
		margin-right: 5px;
	}

	.hm_vitrinsection ul li {
		width: 33%;
	}

	.homeSliderSwiper a {
		height: 180px;
	}

	.anaslider_alan .custom-pagination {
		display: none;
	}

	.anaslider_alan .swiper-pagination {
		display: none;
	}

	.home-cat-slider .see-all {
		font-size: 12px;
		text-align: center;
	}

	.home-cat-slider h2.h5 {
		font-size: 15px;
		font-weight: 600;
	}

	.anasliderdoping .item {
		width: calc(50% - 7px);
		height: 170px;
	}

	.anasliderdoping {
		margin-top: 10px;
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
	}

	.anasliderdoping .item h2 {
		font-size: 16px;
	}

	.anasliderdoping .item span {
		font-size: 14px;
	}

	.anamenu ul {
		display: none;
	}

	.topbar .topleftmenu {
		display: none;
	}

	.headbar .logo {
		height: 40px;
	}

	.topbar a {
		font-size: 15px;
	}

	.topbar .container {
		padding: 0;
	}

	.offcanvas-start {
		width: 85%;
	}



	ul .megamenu.active {
		left: 0;
		position: relative;
		top: 0;
		float: left;
		width: 100%;
		max-height: 5000px;
		background: #f5f6f8;
		border-radius: 5px;
	}

	ul .megamenu ul li {
		width: 100%;
	}

	ul .megamenu ul li a {
		padding-left: 0px;
	}

	ul .megamenu ul {
		max-height: 312px;
		overflow-y: scroll;
		padding: 10px 10px;
	}

	ul li .ri-arrow-down-s-line {
		float: right;
	}

	.mobilmenuarea ul li a.active .ri-arrow-down-s-line {
		transform: rotate(180deg);
	}

	.mobilmenuarea ul li #megamenu2 {
		background: #0771D2;
		padding: 19px 15px;
		color: #fff;
	}

	ul .megamenu ul li span {
		font-size: 15px;
	}

	.odeme_method .form ul li {
		width: 100%;
		margin: 5px 0;
	}

	.cuzdankart button {
		width: 100%;
		margin-top: 15px;
		max-width: 100%;
	}

	.headbar .logo {
		height: 25px;
		margin-top: 1px;
		margin-left: 7px;
	}

	.epincatbanner {
		margin-top: 0px;
	}

	.auth-card {
		display: flex !important;
		flex-flow: column-reverse !important;
	}

	.usermenu .usertext {
		display: none;
	}

	.usermenu .userimg {
		margin-right: 0;
	}

	.usermenu .pusharea {
		margin-left: 15px;
	}

	.card-headerbs .form-group input {
		width: 100%;
	}

	.card-headerbs button {
		width: 100%;
		margin-top: 10px;
	}

	header.useractive .anamenu .searcharea {
		display: none;
	}

	.bildirimbtns button.sil {
		font-size: 15px;
	}

	.bildirimbtns button.tumuoku {
		font-size: 15px;
	}

	.bildirim_content .accordion-item button .devami {
		position: relative;
		top: auto;
		right: 0px;
		padding: 10px 20px;
		font-size: 15px;
		padding-right: 35px;
		margin-top: 15px;
	}

	.bildirim_content .accordion-item button::after {
		top: auto;
		bottom: 30px;
		background-size: 10px;
	}

	.bildirim_content .accordion-item button .text h6 {
		font-size: 16px;
	}

	.usermenu_list ul {
		display: block;
	}

	.pushbar_list ul {
		display: block;
	}

	.usermenu_list {
		z-index: 9;
		min-width: 250px;
	}

	.pushbar_list {
		min-width: 280px;
		z-index: 9;
	}

	.pushbar_list ul li a .text h6 {
		font-size: 13px;
	}

	.pushbar_list ul li a {
		padding: 10px;
	}

	.blogmanset .text {
		width: 100%;
	}

	.blogmanset .detail h6 {
		font-size: 20px;
	}

	.blogmanset .detail p {
		font-size: 16px;
	}

	.blogitem .img {
		width: 100%;
	}

	.blogitem .text {
		width: 100%;
		padding: 10px;
	}

	.blogitem .text h2 {
		font-size: 20px;
	}

	.blogitem .text p {
		font-size: 16px;
	}

	.catsidebar {
		margin-top: 25px;
	}

	.blogmanset .img {
		height: 100%;
	}

	.blogmanset .img img {
		width: 100%;
	}

	.sidebarpop {
		display: none;
	}

	.bloganagorsel .blogoneimg {
		height: 220px;
	}

	.yazipaylas .meta {
		float: left;
		line-height: auto;
		margin-top: 15px;
	}

	.yazipaylas .meta span {
		margin-left: 0px;
		margin-right: 15px;
	}

	.replysupport {
		margin-left: 10px;
		width: calc(100% - 15px);
	}

	.chatcontent .row {
		flex-flow: column-reverse;
	}

	.chatlist {
		margin-top: 25px;
	}

	.chatlist .liste {
		max-height: 400px;
	}

	.contactarea .row {
		flex-flow: column-reverse;
	}

	.conitem {
		border-radius: 0px;
	}

	.conform .row {
		flex-flow: column;
	}

	.conmenu {
		margin-top: 25px;
	}

	.supportdeskitem .text {
		max-width: 100%;
		width: 100%;
	}

	.supportdeskitem .btnlist {
		max-width: 100%;
		width: 100%;
	}

	.supportdeskitem .text .tks:nth-last-child(1) {
		width: 100%;
		margin-bottom: 10px;
	}

	.donateform {
		margin-top: 30px;
	}

	.donatetitle .donateimg {
		width: 50px;
		height: 50px;
	}

	.donatesocial {
		min-height: auto;
		float: left;
	}

	.donatesocial ul {
		float: left;
		margin-top: 10px;
	}

	.donatesocial ul li {
		margin-left: 0;
		margin-right: 10px;
	}

	.donatearea iframe {
		height: 350px;
	}

	.donatetitle {
		display: flex;
		flex-flow: column;
	}

	.donatetext {
		float: left;
		width: 100%;
	}

	.firsatbanner .text::after {
		z-index: -1;
	}

	.topbar a.ilanekle {
		padding-right: 10px;
	}

	.magazaurunliss .col-md-3 {
		border: 0;
	}

	.magazaurunliss .magazaurunitem {
		margin-top: 10px;
	}

	.basvuruyap_banner.magazac {
		margin-bottom: 35px;
	}

	.yayincilar_page .spyayinci_section .title .onecikart {
		margin-top: 10px;
	}

	.firsatbanner h1 b {
		font-size: 35px;
	}

	.firsatbanner h1 {
		font-size: 25px;
	}

	.firsatbanner {
		padding: 25px 10px;
	}

	.gunfirsatsection .bartitle .timetext {
		border: 0;
		width: 100%;
		margin-top: 10px;
		padding-left: 0;
		margin-left: 0;
	}

	.kvpage_menu {
		overflow-x: scroll;
	}

	.kvpage_menu ul {
		width: 1230px;
	}

	.filtersearch {
		width: 100%;
		margin-right: 0;
	}

	.filterbar .addilan {
		width: 100%;
		margin-top: 10px;
	}

	.ilanlist {
		margin-top: 20px;
		padding: 0px 7px;
	}

	.ilanlist .col {
		width: 50%;
		flex: 1 0 50%;
		padding: 0px 7px;
	}

	.cat_pagearea {
		padding: 7px;
	}

	.cat_pagearea .col {
		width: 50%;
		flex: 1 0 50%;
	}

	.magazabanner {
		height: 120px;
	}

	.magazadetail .storeimg {
		width: 70px;
		height: 70px;
	}

	.magazadetail .storetext {
		width: calc(100% - 70px);
		padding-left: 15px;
		min-height: auto;
	}

	.storeanaliz {
		width: 100%;
	}

	.magazadetail .followbtn {
		margin-top: 10px;
		width: 100%;
		margin-right: 0;
	}

	.magazadetail .smsgonder {
		width: 100%;
		margin-right: 0;
	}

	.magazadetail .storetext .btnlist {
		margin-left: -85px;
	}

	.storemenu ul {
		display: flex;
		width: 1200px;
	}

	.storemenu {
		overflow-x: scroll;
	}

	.magaza-degerlendirme .item .left {
		width: 100%;
	}

	.magaza-degerlendirme .item .right {
		width: 100%;
	}

	.magazastarlist .bartitle span {
		max-width: 200px;
	}

	.magazastarlist .bartitle a {
		margin-top: 10px;
		width: 100%;
	}

	.magazastarlist .list .item .info .img {
		width: 80px;
	}

	.magazastarlist .list .item .starlist {
		min-height: auto;
	}

	.magazastarlist .list .item {
		position: relative;
	}

	.magazastarlist .list .item .mum {
		position: absolute;
	}

	.magazastarlist .list .item .info {
		padding-left: 40px;
	}

	.storesubrice {
		padding: 30px 10px;
	}

	.storesubrice .col-md-4 {
		margin-bottom: 15px;
	}

	.storesubbottom button {
		padding: 20px 10px;
	}

	.basketitem .prod .img {
		width: 45px;
		height: 45px;
	}

	.basketitem .prod .text {
		width: calc(100% - 45px);
	}

	.basketitem .prod .text h2 {
		font-size: 17px;
	}

	.basketitem .prod .text span {
		font-size: 14px;
	}

	.cart-wrap{
		margin-top: 15px;
	}

	.basketitem .prod {
		width: 100%;
		max-width: 100%;
		flex-flow: column;
	}

	.basketdetail{
		margin-top: 15px;
	}

	.mobilnonespeet{
		display: none;
	}

	.basketitem .infos {
		max-width: 100%;
		width: 100%;
	}

	.basketitem .quantity-field {
		margin-left: 0;
	}

	.servissearch {
		width: 100% !important;
		margin: 10px 0;
	}

	.siparistable .thad {
		display: none;
	}

	.siparistable .item {
		margin: 10px 0;
	}

	.spyayinci_section .col,
	.popyayincilist .col,
	.spyayinci_section.v2 .col {
		width: 50%;
		flex: 1 0 50%;
		max-width: 50%;
	}

	.spyayinci_section .row,
	.popyayincilist .row,
	.spyayinci_section.v2 .row {
		padding: 0px 7px;
	}

	.yayincilarbanner .img {
		height: 150px;
	}

	.yayincilarbanner .img img {
		object-fit: cover;
	}

	.account_menulist {
		margin-top: 15px !important;
	}
}