@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

[v-cloak] {
	display: none !important;
}

body {
	font-family: "Barlow", sans-serif;
	/*background: #e4e4e4;*/
	background: #ffffff;
	font-weight: 300;
	line-height: 1;
	color: #252525;

}

body .top-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 40vh;
	width: 100%;
	background-image: url(/images/top-bg2.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	/*background: #000000;*/

}

strong {
	font-weight: 700;
}

input,
textarea {
	font-family: "Barlow", sans-serif;
	font-weight: 300;
	line-height: 1;
	border: none;
	color: #555555;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*.iconify {
	vertical-align: -0.125em;
}*/

.df {
	display: flex;
}

.dfi {
	display: inline-flex;
}

.asc {
	align-self: center;
}

.pr {
	position: relative;
}

.fg1 {
	flex-grow: 1;
}

.fdr {
	flex-direction: row;
}

.fdc {
	flex-direction: column;
}

.fg05 {
	gap: 0.5em;
}

.fgap1 {
	gap: 1em;
}

.aic {
	align-items: center;
}

.tac {
	text-align: center;
}

.s10 {
	display: block;
	height: 10px;
}

.s05e {
	display: block;
	height: 0.5em;
}

.s1e {
	display: block;
	height: 1em;
}

.s20 {
	display: block;
	height: 20px;
}

.s40 {
	display: block;
	height: 40px;
}

.s50 {
	display: block;
	height: 50px;
}

.w400 {
	width: 400px;
	max-width: 100%;
}

.w300 {
	width: 300px;
	max-width: 100%;
}

.w330 {
	width: 330px;
	max-width: 100%;
}

.vhacenter {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fade-enter-active,
.fade-leave-active {
	transition: opacity 0.20s ease;
}

.fade-enter-from,
.fade-leave-to {
	opacity: 0;
}

.slide-enter-active,
.slide-leave-active {
	transition: all 0.5s ease;
	overflow: hidden;
}

.slide-enter-from {
	max-height: 0;
}

.slide-leave-to {
	max-height: 0;
}

.slide-enter-to,
.slide-leave-from {
	max-height: 500px;
	/* Bu değeri div'inizin içeriğine göre ayarlayın */
}

.slide-div {
	background-color: #f0f0f0;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}




.mainarea {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex-grow: 1;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

main .page-main {
	width: 100%;
	max-width: 1400px;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 2em auto 5em auto;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5em;

}

main .page-main .online-order-btn {
	text-align: center;
}

main .page-main .online-order-btn a {
	text-decoration: none;
	color: #ffffff;
	display: inline-block;
	padding: 1em 3em;
	background: #ff0a01;
	font-weight: 700;
	border-radius: 1em;
	margin: 2em 0;
}

main .main-page h3 {
	font-size: 4em;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 2px 2px 30px #000000;
}

main .main-page h4 {
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	text-shadow: 2px 2px 30px #000000;
}

main .page {
	width: calc(100% - 8em);
	max-width: 1400px;
	display: flex;
	flex-direction: column;
	background: #ffffffea;
	border-radius: 1em;
	margin: 1em 1em 2em 1em;
	padding: 2em;
	box-shadow: 0 0 10px #00000020;
	/*font-size: 1.2em;*/
	line-height: 1.5em;
	min-height: 65vh;
}

main .page h3 {
	font-weight: 700;
	font-size: 3em;
	line-height: 1.5em;
	color: #000000a0;
	border-bottom: 0.25em solid #00000015;
	margin-bottom: 0.5em;
}

main .page .contact-us {
	display: flex;
	flex-direction: row;
	gap: 2em;
	align-self: center;
	margin: 2em 0;
}

main .page.contact iframe {
	border-radius: 1em;
	border: 0.5em solid #00000015 !important;
	width: calc(100% - 1em);
}

main .main-page {

	background-image: url(/images/hero2.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	flex-direction: column;
	display: flex;
	width: calc(100% - 2em);
	height: 60vh;
	margin: 1em;
	border-radius: 0.5em;
	/*border: 0.5em solid #00000036;
	box-shadow: 0 0 20px #00000010;
	box-sizing: content-box;*/
}

main .main-page .m-area {
	display: flex;
	gap: 1em;
	flex-direction: column;
	margin-bottom: 2em;
}

header {
	position: sticky;
	display: flex;
	box-sizing: border-box;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	top: 0;
	z-index: 5;
	/*background: #ffffff;*/
	/*background: #ffffff;
	border-bottom: 1px solid #e0dede;*/
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
	padding: 20px 40px;
	width: 100%;
	gap: 1em;
}

header .logo {
	z-index: 5;
	position: relative;
	flex-grow: 1;
}

header .logo img {
	width: 260px;
	max-width: 40vw;
}

footer {
	background: #2c2b2a;
	color: #ffffff;
	padding: 2em;
	text-align: center;
}

header .menu {
	display: flex;
	flex-direction: row;
	gap: 40px;
	align-items: center;
}

header .menu .nav-link {
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: 700;
	text-shadow: 2px 2px 5px #00000040;
}

header .menu .login {
	background: #ff0a01;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.2em;
	border-radius: 2em;
	padding: 0.7em 1.8em;
	display: block;
}

header .menu .login:hover {
	background: #ff4d00;
}

header .menu .login:hover * {
	color: #ffffff;
}

header .cart-btn {
	background: #ff0a01;
	color: #ffffff;
	font-weight: 700;
	border-radius: 2em;
	display: block;
	position: relative;
	cursor: pointer;
	margin-left: 2em;
}

header .cart-btn:hover {
	background: #ff4d00;
}

header .cart-btn .icon {
	font-size: 2em;
	line-height: 1.2em;
	width: 1.2em;
	text-align: center;
}

header .cart-btn .c {
	position: absolute;
	border: 1px solid #ffffff;
	background: #554d4d;
	border-radius: 2em;
	padding: 5px 7px;
	bottom: -5px;
	right: -8px;
	font-size: 0.7em;
	text-align: center;
}

header nav .close {
	display: none;
}

header nav {
	transition: all 0.2s ease;
}

header .bm {
	cursor: pointer;
	margin-right: 1em;
	display: none;
	z-index: 10;
}

header .bm span {
	font-size: 3em;
	color: #ffffff;
}

header .bm span.c {}

.modal {
	position: fixed;
	background: rgba(0, 0, 0, .5);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.modal .modal-win {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	border-radius: 5px;
	padding: 2em;
	z-index: 2;
}

.modal .modal-header h3 {
	margin-bottom: .5em;
	font-size: 2em;
	text-align: center;
	font-weight: 700;
}

.modal .logo {
	margin: 2em 0;
	height: 120px;
}





.modal .modal-header .c-btn {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

.modal .modal-header .c-btn .material-symbols-outlined {
	font-size: 3em;
}

.modal .modal-area .ti {
	background-color: #ffffff;
	font-size: 1.5em;
	border-bottom: 1px solid #555555;
	line-height: 2em;
	padding-left: 2em;
	outline: none;
	width: calc(100% - 2em);
}

.modal .modal-area .iconify {
	position: absolute;
	font-size: 2em;
	top: 0.35em;
}

.modal .modal-area .s {
	position: relative;
}

.modal .btn {
	background: #FB8500;
	border: none;
	color: #ffffff;
	font-size: 1.5em;
	padding: 0.5em 2em;
	border-radius: 5px;
	text-transform: uppercase;
	cursor: pointer;
}

.modal .a-link {
	cursor: pointer;
	color: #023047;
	margin-top: 2em;
}

.modal .error {
	color: red;
	border: 1px dashed red;
	padding: 10px;
	font-style: italic;
	margin-bottom: 20px;
	border-radius: 1em;
}

.modal .modal-close-area {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.loading-area {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #000000bd;
	top: 0;
	left: 0;
}

.loading-area .loader {
	border: 4px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top: 4px solid #fff;
	width: 100px;
	height: 100px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

.toast-area {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 500;
}

.toast-area .item {
	background: #373737;
	color: #ffffff;
	position: relative;
	margin: 10px;
	border-radius: 5px;
	width: 300px;
	padding: 10px;
	max-width: calc(100vw - 20px);
	text-align: left;
	line-height: 1.3em;
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

.toast-area .item h4 {
	font-weight: 700;
	margin-bottom: 5px;
}

.toast-area .item .msg {}

.toast-area .item .c {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	color: #ffffff;
	cursor: pointer;
}

/*.loading-area img {
	position: absolute;
    left: 8px;
    width: 92px;
    top: 8px;
    border-radius: 50%;
  }*/

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


footer .b-menu {
	margin-bottom: 4em;
	text-align: left;
}

footer .b-menu .menu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .6em;
}

footer .b-menu .menu .nav-item .nav-link {
	text-decoration: none;
	color: #b5b5b5;
	font-size: 0.8em;
	text-transform: uppercase;
}

footer .copy {
	font-size: 0.8em;
	color: #555555;
}

.store-page {
	max-width: 1400px;
	width: calc(100% - 4em);
	margin: 2em;
	display: flex;
}

.product {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000000b3;
	z-index: 11;
}

.product .loading-area {
	background: none !important;
}

.product .area {
	background: #f8f8f8;
	border-radius: 1em;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	min-width: 370px;
	width: max-content;
	max-width: 700px;
	box-shadow: 0 0 10px #0000006e;
	transition: filter 0.5s ease-in-out;
}

.product .area.wait,
.checkout .area.wait {
	filter: blur(5px);
}


.product .area .close.iconify {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 2.5em;
	cursor: pointer;
	background: #ff0a01;
	color: #ffffff;
	border-radius: 0 0.25em 0 0.25em;
}

.product .area .p-i {
	width: 300px;
	max-width: 80%;
	height: 300px;
	background-size: cover;
	background-position: center;
	border-radius: 0.5em;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
	justify-self: center;
}

.product .area .p-i-area {
	max-height: 90vh;
	overflow: auto;
}

.product .area .p-d {
	padding: 2em 2em 1em 2em;
	display: flex;
	gap: 1em;
	flex-direction: column;
}

.product .area .p-d h3 {
	font-size: 2em;
	font-weight: 700;
}

.product .area .p-d .p-p .p-p-l {
	font-size: 1.4em;
	line-height: 2em;
}

.product .area .p-d .p-p .p-p-g {
	padding: 1em;
	margin-top: 1em;
	border-radius: 0.5em;
	border: 1px solid #e7e7e7;
	background: #ffffff;
	display: flex;
	gap: 2em;
	flex-direction: column;
}

.product .area .p-d .p-p .p-p-g h4 {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 1em;
	color: #616161;
}

.product .area .p-d .p-p .p-p-g .occ {
	margin-left: 1em;
}

.product .area .p-d .p-p .p-p-g .occ-a {
	display: flex;
	gap: 1px;
	align-items: center;
}

.product .area .p-d .p-p .p-p-g .occ .a {
	background: #ebebeb;
	border-radius: 0 1em 1em 0;
	font-size: 1em;
	padding: 0.25em;
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
	/* Standard syntax */
}

.product .area .p-d .p-p .p-p-g .occ .q {
	background: #ebebeb;
	font-size: 1em;
	padding: 0.25em;
}

.product .area .p-d .p-p .p-p-g .occ .r {
	background: #ebebeb;
	border-radius: 1em 0 0 1em;
	font-size: 1em;
	padding: 0.25em;
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
	/* Standard syntax */
}

.product .area .p-d .p-p .p-p-g .hh-a {
	margin-left: 1em;
	display: flex;
	gap: 1px;
}

.product .area .p-d .p-p .p-p-g .hh-a .f {
	background: #ebebeb;
	border-radius: 1em 0 0 1em;
	padding: 0.25em 0.5em;
}

.product .area .p-d .p-p .p-p-g .hh-a .s {
	background: #ebebeb;
	border-radius: 0 1em 1em 0;
	font-size: 1em;
	padding: 0.25em 0.5em;
	text-align: center;
}

.product .area .p-d .p-p .p-p-g .hh-a .f.sel,
.product .area .p-d .p-p .p-p-g .hh-a .s.sel {
	background: #ff0a01;
	color: #ffffff;
}


.product .area .p-d .p-p .p-p-g .p-p-g-a {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	font-size: 1.2em;
}

.product .area .p-d .p-p .p-p-g .p-p-g-a .p-p-g-a-sel select {
	appearance: none;
	font-family: "Barlow", sans-serif;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	border-radius: 0.25em;
	padding: 0.5em;
	font-size: 1em;
	width: 100%;
	box-sizing: border-box;
	outline-color: #0975da;
	cursor: pointer;
	padding-right: 1em;
}



.product .area .p-d .p-p .p-p-g .p-p-g-a .p-p-g-a-sel select::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #333;
	transform: translateY(-50%);
	pointer-events: none;
}

.product .area .p-d .p-p .p-p-g .p-p-g-a .p-p-g-a-sel {
	position: relative;
	display: inline-block;
	width: 100%;
}

.product .area .p-d .p-p .p-p-g .p-p-g-a .p-p-g-a-sel::after {
	content: '▼';
	font-size: 1em;
	color: #a0a1a1;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	pointer-events: none;
}


.product .area .p-d .p-p .p-p-g .p-p-g-a .p-p-g-a-toggle {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25em;
	background: #b4b4b4;
	padding: 0.5em;
	border-radius: 0.5em;
	/*gap: 0.25em;
	border-radius: 0.25em;
	padding: 0.25em;
	background: #fcfcfc;
	border: 1px solid #ccc;*/
}

.product .area .p-d .p-p .p-p-g .p-p-g-a .p-p-g-a-toggle .ti {
	padding: 0.5em;
	border-radius: 0.25em;
	background: #f2f2f2;
	border: .1em solid #0000006e;
	/*border: 1px solid #ccc;*/
	flex: 1 0 150px;
	text-align: center;
	cursor: pointer;
	place-content: center;
}

.product .area .p-d .p-p .p-p-g .p-p-g-a .p-p-g-a-toggle .ti .mp {
	margin-left: 0.5em;
}

.product .area .p-d .p-p .p-p-g .p-p-g-a .p-p-g-a-toggle .ti.sel {
	background: #ff0a01 !important;
	color: #ffffff;
	font-weight: 400;
	cursor: default !important;
}

.product .area .p-d .p-p .p-p-g .p-p-g-a .p-p-g-a-toggle .ti:hover {
	background: #e1e1e1;
}

.product .area .p-d .p-p .p-p-g .p-p-g-a .p-p-g-a-toggle .ti:active {
	background: #d1d1d1;
}

.product .area .p-d .p-p .p-p-g .p-p-g-a .p-p-g-i {
	flex: 0 0 275px;
	display: flex;
	flex-direction: row;
	gap: 0.5em;
	color: gray;
}

.product .area .p-d .p-p .p-p-g .p-p-g-a .p-p-g-i.sel {
	color: #000000;
	font-weight: 400;
}

.product .area .p-d .p-p .p-p-g .p-p-g-a .p-p-g-i input {
	border: 1px solid #b1b1b1;
	border-radius: 0.25em;
	padding: 0.25em;
}

.product .area .p-d .p-p .p-p-g .p-p-g-a .p-p-g-i .noselcheckbox {
	display: block;
	font-size: 1.8em;
}

.product .area .p-d .p-p .p-p-g .p-p-g-a .p-p-g-i .checkbox {
	display: none;
}


.product .area .p-d .p-p .p-p-g .p-p-g-a .p-p-g-i.sel .noselcheckbox {
	display: none;
}

.product .area .p-d .p-p .p-p-g .p-p-g-a .p-p-g-i.sel .checkbox {
	font-size: 1.8em;
	display: block;
}

.product .area .p-d .p-p .p-p-g .p-p-g-a .mp {
	font-weight: 700;
	font-size: 0.7em;
	vertical-align: top;
	font-style: italic;
}

.product .area .p-d .p-p .p-p-g .p-p-g-a .p-p-g-i .lock {
	font-size: 0.8em;
	vertical-align: top;
}

.product .area .p-d .p-p .p-p-g .p-p-g-a .p-p-g-i .pgia {
	cursor: pointer;
}

.product .area .p-d .p-p .p-p-li {
	display: flex;
	flex-direction: row;
	gap: 1em;
	flex-wrap: wrap;

}

/* sel */
.product .area .p-d .p-p .p-p-li .p-p-i {
	display: flex;
	flex-direction: row;
	text-align: center;
	font-size: 1.2em;
	height: min-content;
	gap: 0.5em;
	border: 2px solid #cbcbcb;
	padding: 0.5em;
	border-radius: 0.5em;
	background: #f8f8f8;
	cursor: pointer;
}

.product .area .p-d .p-p .p-p-li .p-p-i.sel {
	border-color: #FB8500;
	background: #ffffff;
	cursor: default;
}

.product .area .p-d .p-p .p-p-li .p-p-i.sel .left {
	border-color: #FB8500;
}

.product .area .p-d .p-p .p-p-li .p-p-i.sel .left div {
	background: #FB8500;
}

.product .area .p-d .p-p .p-p-li .p-p-i .left {
	background: #ffffff;
	border-radius: 2em;
	padding: 0.25em;
	border: 2px solid #cbcbcb;
	height: fit-content;
}

.product .area .p-d .p-p .p-p-li .p-p-i .left div {
	background: #cbcbcb;
	width: 20px;
	height: 20px;
	border-radius: 2em;
}

.product .area .p-d .p-p .p-p-li .p-p-i .right {
	display: flex;
	flex-direction: column;
	gap: 0.25em;
}

.product .area .p-d .p-p .p-p-li .p-p-i .p-p-i-n {
	font-size: 1.2em;
	line-height: 1.4em;
	text-wrap: nowrap;
}

.product .area .p-d .p-p .p-p-li .p-p-i .p-p-i-p {
	font-weight: 700;
}

.product .area .p-not textarea {
	width: 100%;
	padding: 0.5em;
	font-size: 0.9em;
	box-sizing: border-box;
	border: 1px solid #cbcbcb;
	border-radius: 0.5em;
	outline-color: #9c9c9c;
}


.product .area hr {
	margin: 0.5em;
	border: none;
	border-top: 1px solid #e0dede;
}

.product .area .p-q {
	background: #fafafa;
	border: 1px solid #ececec;
	padding: 1em;
	text-align: center;
}

.product .area .p-q-a {
	display: inline-flex;
	border-radius: 2em;
	border: 1px solid #e0dede;
	background: #fafafa;
	padding: 0.5em;
	align-items: center;
	gap: 1em;
}

.product .area .p-q-a .ico {
	cursor: pointer;
	border: 1px solid #383838;
	padding: 0.25em;
	border-radius: 2em;
	background: #ffffff;
	color: #383838;
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
	/* Standard syntax */
}

.product .area .p-q-a .ico:active {
	border-color: #919191;
	color: #919191;
}

.product .area .p-q-a .ico.pasive,
.product .area .p-q-a .ico.pasive:active {
	border: 1px solid #e0dede;
	color: #e0dede;
	cursor: default;
}

.product .area .p-q-a .q {
	font-size: 1.5em;
}


.product .area .p-b {
	background: #ff0a01;
	text-align: center;
	padding: 1.5em 2em;
	color: #ffffff;
	border-radius: 0 0 1em 1em;
	position: relative;
	cursor: pointer;
}

.product .area .p-b:hover {
	background: #ff4d00;
}

.product .area .p-b:active {
	background: #d16a03;
}

.product .area .p-b div {
	font-weight: 700;
	font-size: 1.4em;
}

.product .area .p-b div span {
	position: absolute;
	right: 1em;
}




.bg-dum {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 6;
}

.store-page .menu-area {}

.store-page .cat-menu-area {
	background: #ffffff;
	border-radius: 1em;
}

.store-page .menu-area .menus {
	width: 220px;
	position: sticky;
	margin-top: 2em;
	top: 10em;
	/*max-height: calc(100vh - 8em - 64px);
	overflow-y: auto;*/
}

.store-page .menu-area .menus .item div {
	cursor: pointer;
	font-weight: 700;
	padding: 1em 1em 1em 1.2em;
	font-size: 1.2em;
	background: #f1f1f1;
	display: block;
	color: #000000d0;
	text-decoration: none;
	transition: all 300ms ease-in-out;
}

.store-page .menu-area .menus .item div .desc {
	font-size: 0.8em;
	display: block;
	font-weight: 400;
	color: #7b7b7b;
	margin-top: 0.5em;
}

.store-page .menu-area .menus .item:first-child div {
	border-radius: 0.5em 0 0 0;
}

.store-page .menu-area .menus .item:last-child div {
	border-radius: 0 0 0 0.5em;
}

.store-page .menu-area .menus .item.active div {
	color: rgb(0, 0, 0);
	background: #ffffff;
	/*border-radius: 0.5em 0 0 0.5em;*/
	padding-left: 0.5em;
	/*background: #e5e5e5;
	border-radius: 0.5em;*/
	border-left: 10px solid #ff0a01;
}

.store-page .menu-area .menus .item.sub {
	padding-left: 1em;
}



.store-page .cont {
	margin: 0 auto;
	width: 800px;
	max-width: 95%;
	overflow-x: auto;
	/* Yatay kaydırmayı etkinleştirir */
	white-space: nowrap;
	/* Çocuk elemanların satır atlamasını önler */

	/*
	background: #7c7c7c;
	border-radius: 0.75em;
	color: #ffffff;
	padding: 0.5em;
	box-sizing: border-box;
*/
}

.store-page .cont .cat {
	display: flex;
	/* Flexbox düzenini kullanır */
	list-style: none;
	/* Madde işaretlerini kaldırır */
	padding: 0;
	margin: 0;
	position: relative;
	gap: 0.5em;
}

.store-page .cont .cat li.item {
	display: inline-block;
	line-height: 2em;
	background: #ffffff;
	color: #000000;
	padding: 0.5em;
	white-space: nowrap;
	/* Metin satır atlamasını önler */
	border-radius: 0.5em;
	text-align: center;
	flex: 1 0 auto;
	width: 150px;
	word-break: break-all;
	margin: 0 5px;
}

.store-page .cont .cat li.active {
	background: #ff0a01;
	color: #ffffff;
}

.store-page .cont .cat li .i img {
	width: 100%;
	height: auto;
	border-radius: 0.5em;
}

.store-page .cont .cat li .n {
	font-weight: 700;
	font-size: 0.9em;
}

.store-page .cat-menu-area .catpro-area {
	padding: 3em 2em 5em 2em;
}

.store-page .cat-menu-area .headh2 {
	margin-bottom: 2em;
}

.store-page .cat-menu-area .headh2 h2 {
	font-size: 2.4em;
	font-weight: 700;
	line-height: 1.2em;
}

.store-page .cat-menu-area .headh2 h3 {
	font-style: italic;
	font-size: 1.2em;
	color: #7b7b7b;
}

.store-page .cat-menu-products {
	display: flex;
	/* Flexbox düzenini kullanır */
	list-style: none;
	/* Madde işaretlerini kaldırır */
	position: relative;
	gap: 2em;
	flex-wrap: wrap;
}

.store-page .cat-menu-products .item {
	flex: 1 0 230px;
	max-width: 340px;
	background: #ffffff;
	border-radius: 1em;
	overflow: hidden;
	border: 1px solid #cacaca;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.store-page .cat-menu-products .item .i img {
	width: 100%;
}

.store-page .cat-menu-products .item .i {
	position: relative;
}

.store-page .cat-menu-products .item .i .fav {
	position: absolute;
	right: 10px;
	top: 10px;
	background: red;
	font-size: 20px;
	color: #ffffff;
	padding: 5px;
	border-radius: 25%;
	opacity: 0.8;
	box-shadow: 0 0 10px #00000021;
	cursor: pointer;
}

.store-page .cat-menu-products .item .i .fav:hover {
	opacity: 1;
}

.store-page .cat-menu-products .item .a {
	padding: 1em;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 0.5em;
}

.store-page .cat-menu-products .item .a .n {
	font-size: 1.2em;
	font-weight: 700;
	color: #5a5a5a;
}

.store-page .cat-menu-products .item .a .d {
	font-size: 0.7em;
	font-style: italic;
	flex-grow: 1;
}

.store-page .cat-menu-products .item .size {
	background: #ffffffcc;
	padding: 10px;
	border-radius: 0px 5px 0px 0px;
	color: #5a5a5a;
	position: absolute;
	bottom: 0;
	left: 0;
}

.store-page .cat-menu-products .item .size div:nth-child(2) {
	font-size: 1.8em;
	font-weight: 700;
}

.store-page .cat-menu-products .item .size div:nth-child(1) {
	font-size: 0.8em;
	font-style: italic;
}

.store-page .cat-menu-products .item .a .btn {
	display: flex;
	gap: 0.5em;
	justify-content: space-between;
}

.store-page .cat-menu-products .item .a .btn div {
	background: #3e3e3e;
	font-size: 0.9em;
	flex: 1 0 auto;
	font-weight: 700;
	line-height: 1em;
	padding: 0.75em 0;
	border-radius: 0.5em;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}

.store-page .cat-menu-products .item .a .btn div:hover {
	background: #ff4d00;
}

.store-page .subcategory-quick-access {
	display: flex;
	flex-direction: row;
	gap: 1em;
	align-items: center;
	/*justify-content: center;*/
	margin-top: 3em;
	margin-bottom: 1em;
}

.store-page .subcategory-quick-access .subcategory-box {
	padding: 1em 2em;
	border: 1px solid #cacaca;
	border-radius: 1em;
	cursor: pointer;
}

.store-page .subcategory-quick-access .subcategory-box .subcategory-name {
	font-size: 1.2em;
	font-weight: 700;
	color: #5a5a5a;
	text-shadow: 1px 1px 2px #ffffff;
}

.store-page .subcategory-header {
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.sw {
	width: 1000px;
	margin: 0 auto;
	max-width: 100%;
}






.main-cart-area-bg {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 9;
	background: #000000ab;
}

.main-cart-area {
	position: fixed;
	width: 300px;
	height: 100%;
	background: #ffffff;
	max-width: 100%;
	border-left: 1px solid #e0dede;
	right: 0;
	top: 0;
	transform: translateX(300px);
	display: flex;
	flex-direction: column;
	z-index: 10;
}


.main-cart-area h3 {
	margin-top: 1em;
	font-size: 2em;
	font-weight: 700;
	padding: 0.5em;
}

.cart-list .sum {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.5em;
	margin: 2em;
}

.cart-list .sum .t {
	text-align: right;
}

.cart-list .sum .p {
	font-weight: 700;
}

.cart-list .sum .bt {
	font-size: 1.2em;
}

.cart-list .item {
	display: flex;
	gap: 0.5em;
	padding: 0.5em;
	margin: 0 0.5em;
	border-radius: 1em;
}

.cart-list .item:nth-child(odd) {
	background: #f5f5f5;
}

.cart-list .item .ci-i {
	width: 40px;
	height: 40px;
	background-size: cover;
	border-radius: 0.5em;
	border: 1px solid #dfdfdf;
}

.cart-list .item .ci-d {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}

.cart-list .item .ci-d .np {
	display: flex;
	gap: 0.5em;
}

.cart-list .item .ci-d .pd {
	font-size: 0.8em;
	font-style: italic;
}

.cart-list .item .ci-d .ef {
	font-size: 0.7em;
	text-align: right;
}

.cart-list .item .ci-d .np .n {
	flex-grow: 1;
}

.cart-list .item .ci-d .np .p {
	font-weight: 700;
	color: #555555;
	text-wrap-mode: nowrap;
}

.cart-list .item .ci-d .np .p .olp {
	font-size: 0.8em;
	text-decoration: line-through;
	color: #b5b5b5;
	margin-right: 0.5em;
}

.cart-list .item .ci-d .np .p .rp {
	font-size: 0.8em;
	color: #ff0a01;
	font-weight: 700;
}

.cart-list .item .ci-d .ci-b {
	display: flex;
	gap: 0.5em;
}

.cart-list .item .ci-d .ci-b .btn {
	padding: 0.1em;
	color: #444444;
	cursor: pointer;
}

.cart-list .item .ci-d .ci-b .btn:hover {
	color: #000000;
}

.cart-list .item .ci-d .ci-b .ci-b-q,
.cart-list .item .ci-d .ci-b .ci-b-bt {
	border: 1px solid #0000001a;
	border-radius: 2em;
	display: flex;
	gap: 0.5em;
	align-items: center;
}

/*.cart-list .item .ci-b {
	display: flex;
	flex-direction: row;
}*/

.cart-list .top-price {
	display: flex;
	flex-direction: row;
	background: #ffffff95;
	padding: 0.75em 1em;
	border-radius: 0.5em;
	font-weight: 800;
}


.cart-list .i-area {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}

.cart-list .i-area .item {
	background: #ffffff95;
	border: 2px solid var(--color-white);
	border-radius: 0.5em;
	padding: 0.25em;
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	width: 100%;
	margin: 0;
}

.cart-list .i-area .item .ci-fee {
	display: flex;
	width: 100%;
	font-weight: 700;
	flex-direction: row;
	gap: 1em;
	justify-content: right;
}

.checkout .cart-list .item .ci-fee {
	display: flex;
	width: 100%;
	font-weight: 700;
	flex-direction: row;
	gap: 1em;
	justify-content: right;
}

.checkout .cart-list .item .ci-fee .np {
	font-size: 0.8em;
}

.cart-list .i-area .item .itop {
	display: flex;
	flex-direction: row;
	gap: 0.5em;
}

.cart-list .i-area .item .ci-i {
	width: 50px;
	height: 50px;
	background-size: cover;
	background-position: center;
	border-radius: 0.5em;
}

.cart-list .i-area .item .ci-d {
	display: flex;
	flex-direction: column;
	gap: 0.25em;
}

.cart-list .i-area .item .np {
	font-weight: 700;
	font-size: 0.9em;
}

.cart-list .i-area .item .pgn {
	font-weight: 700;
	font-size: 0.8em;
}

.cart-list .i-area .item .ef {
	font-size: 0.8em;
	text-align: right;
}

.cart-list .i-area .item .pd {
	font-size: 0.8em;
	line-height: 1.3;
}

.cart-list .i-area .item .ci-b {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.5em;
	font-weight: 700;
}

.cart-list .i-area .item .btn {
	cursor: pointer;
}

.cart-list .i-area .item .btn:hover {
	background: #0000002c;
}

.cart-list .i-area .item .ci-b-bt .btn {
	font-size: 1.2em;
	background: #0000001c;
	padding: 0.25em 0.5em;
	border-radius: 0.25em;
}

.cart-list .i-area .item .ci-b-q {
	display: flex;
	align-items: center;
}

.cart-list .i-area .item .ci-b-q span {
	font-size: 1.0em;
	background: #0000001c;
	padding: 0.25em 0.25em;
	line-height: 1.3em;
}

.cart-list .i-area .item .ci-b-q span:nth-child(1) {
	border-radius: 0.25em 0 0 0.25em;
}

.cart-list .i-area .item .ci-b-q span:nth-child(3) {
	border-radius: 0 0.25em 0.25em 0;
}

.cart-list .i-area .item .ci-b .p {
	text-align: right;
	position: relative;
}




.main-cart-area .icon.close {
	cursor: pointer;
	position: fixed;
	right: 0;
	top: 0;
	padding: 10px;
	border-left: none;
	font-size: 1.5em;
}

.mainarea.mcao .main-cart-area {
	transform: translateX(0);
}

.mainarea.mcao .main-cart-area .cart-list {
	max-height: fit-content;
	overflow: auto;
}

.mainarea.mcao header,
.mainarea.mcao main {
	width: calc(100% - 300px);
}

.main-cart-area,
header,
main {
	transition: all 300ms ease-in-out;
}

header.back {
	background: #000000;
}


.main-cart-area .empty {
	margin-top: 3em;
	padding: 1em;
	text-align: center;
	display: flex;
	gap: 1em;
	color: #777777;
	flex-direction: column;
}

.main-cart-area .empty .icon.e-bag {
	font-size: 9em;
}

.main-cart-area .empty .h {
	font-size: 2em;
	font-weight: 700;
}

.main-cart-area .empty .t {
	font-size: 0.8em;
}

.main-cart-area .chk-btn {
	text-align: center;
}

.main-cart-area .chk-btn button {
	background: #1e1e1e;
	border: none;
	font-weight: 700;
	font-family: "Barlow", sans-serif;
	color: #ffffff;
	font-size: 1.1em;
	padding: 0.5em 2em;
	border-radius: 5px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
}







.modal-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background: rgba(0, 0, 0, .5);
}

.modal-box .modal-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 51;
}

.modal-box .mb-area {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	border-radius: 1em;
	padding: 2em;
	z-index: 52;
	display: flex;
	flex-direction: column;
	gap: 2em;
	align-items: center;
	max-width: 90%;
	box-shadow: 0 0 50px #555555;
}

.modal-box.bgs {
	background: none;
}

.modal-box .mb-area h3 {
	font-size: 2em;
	font-weight: 700;
	color: #757373;
}

.modal-box .mb-area .msg {
	font-size: 1.3em;
	word-break: break-all;
}

.modal-box .mb-area .btn {
	background: #FB8500;
	border: none;
	font-family: "Barlow", sans-serif;
	color: #ffffff;
	font-size: 1.3em;
	padding: 0.5em 2em;
	border-radius: 5px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
}



.checkout {
	z-index: 10;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000000b3;
}

.checkout .loading-area {
	background: none !important;
}

.checkout .area {
	display: flex;
	gap: 0.5em;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #f2f2f2;
	border-radius: 1em;
	padding: 2em;
	z-index: 8;
}

.checkout .area-complete {
	display: flex;
	gap: 2em;
	flex-direction: column;
	align-items: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	border-radius: 1em;
	padding: 2em;
	z-index: 8;
	width: 350px;
	text-align: center;
}

.checkout .area-complete h4 {
	font-size: 2em;
	font-weight: 700;
}

.checkout .area-complete .ot {
	font-size: 1.3em;
}

.checkout .area-complete .on {
	font-size: 2em;
	background: #838383;
	color: #ffffff;
	border-radius: 0.25em;
	padding: 0.5em;
}

.checkout .area-complete .btn div {
	display: inline-block;
	padding: 0.5em 1em;
	background: #ff0a01;
	color: #ffffff;
	border-radius: 0.25em;
	font-size: 1.5em;
	cursor: pointer;
}

.checkout .area .cart-list .item .ci-d .np {
	place-items: center;
}

.checkout .cart-list .item {
	margin: 0;
}

.checkout .cart-list .sum {
	margin: 0;
}

.checkout .area .left {
	border-right: 0.25em solid #d8d8d8;
	padding-right: 2em;
	display: flex;
}

.checkout .area .left .c-btn {
	cursor: pointer;
	font-weight: 700;
	background: #ff0a01;
	color: #ffffff;
	padding: 0.5em 1em;
	font-size: 1.3em;
	border-radius: 0.25em;
	border: none;
	width: 100%;
	box-sizing: border-box;
	font-family: "Barlow", sans-serif;
}

.checkout .area .right {
	flex: 0 0 320px;
	/*width: 320px;*/
	color: #747474;
	display: flex;
	flex-direction: column;
}

.checkout .area .right .rst-a {
	max-height: calc(80vh - 60px);
	overflow: auto;
	padding: 0 1em;
}

.checkout .area .right .cart-sum {
	display: flex;
	align-items: center;
	gap: 0.5em;
	font-weight: 700;
	cursor: pointer;
}


.checkout .area hr {
	border: none;
	border-top: 0.1em solid #d8d8d8;
	margin: 0.5rem -1em;
}

.checkout .area hr.nm {
	margin: 0.5rem 0em;
}

.checkout .area .right .st .n {
	font-size: 1.1em;
	font-weight: 700;
}

.checkout .area .right .st .a {
	font-size: 0.8em;
}

.checkout .area .right h3 {
	font-size: 1.3em;
	font-weight: 700;
}

.checkout .area .right .promo .add {
	display: flex;
	gap: 0.5em;
	align-items: center;
	cursor: pointer;
}

.checkout .area .right .promo .add .it {
	padding: 0.5em 1em;
	border-radius: 0.25em;
	border: 1px solid #e0dede;
	width: 100%;
	font-size: 1em;
	box-sizing: border-box;
	min-width: 260px;
	outline-color: #373737;
}

.checkout .area .right .promo {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}

.checkout .area .right .promo .added {
	display: flex;
	flex-direction: row;
	gap: 0.5em;
	align-items: center;
}

.checkout .area .right .promo .added .it {
	flex-grow: 1;
}

.checkout .area .right .total .tsa {
	display: flex;
	justify-content: space-between;
	gap: 0.5em;
	flex-direction: column;
}

.checkout .area .right .total .tsa .sa {
	display: flex;
	gap: 0.5em;
}

.checkout .area .right .total .tsa .sa .p {
	font-weight: 700;
}

.checkout .area .right .bag {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}

.checkout .area .right .bag .b-qty {
	display: flex;
	flex-direction: row;
	gap: 0.5em;
	flex-wrap: wrap;
}

.checkout .area .right .bag .b-qty .item {
	text-align: center;
	padding: 0.25em;
	background: #e9e9e9;
	border-radius: 0.25em;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 0.25em;
}

.checkout .area .right .bag .b-qty .item.sel {
	background: #424242;
	color: #ffffff;
}

.checkout .area .right .bag .b-qty .item .n {
	font-size: 0.8em;
}

.checkout .area .right .bag .b-qty .item .p {
	font-size: 0.8em;
	font-weight: 700;
}


.checkout .area .right .total h3 {
	margin-bottom: 0.5em;
}

.checkout .area .right .tip p {
	font-size: 0.8em;
	margin-bottom: 0.5em;
}

.checkout .area .right .tip .tia {
	display: flex;
	flex-direction: row;
	gap: 0.5em;
}

.checkout .area .right .tip .tia div {
	background: #dfdfdf;
	font-weight: 700;
	border-radius: 0.25em;
	padding: 0.5em;
	cursor: pointer;
	font-size: 0.9em;
}

.checkout .area .right .tip .tia div.sel {
	background-color: #2c2b2a;
	color: #ffffff;
}

.checkout .area .right .bt {
	font-weight: 700;
	font-size: 1.3em;
	padding: 0 0.5em;
}

.checkout .area .left .c-head {
	display: flex;
	align-items: center;
	gap: 1em;
}

.checkout .area .left .c-head .det {
	margin-top: 0.25em;
}

.checkout .area .left .c-head h4 {
	font-size: 1.3em;
	font-weight: 700;
	flex-grow: 1;
	color: #747474;
	text-wrap: nowrap;
}

.checkout .area .left .c-head h4 span {
	font-size: 0.8em;
	color: #747474;
}

.checkout .area .left .c-head .btn {
	display: flex;
	background: #e5e5e5;
	border-radius: 2em;
	align-items: center;
	padding: 0.25em;
}

.checkout .area .left .c-head .btn div {
	padding: 0.5em 1em;
	cursor: pointer;
}

.checkout .area .left .c-head .l-btn div {
	background-color: #2c2b2a;
	color: #ffffff;
	border-radius: 0.25em;
	padding: 0.5em 1em;
	cursor: pointer;
}


.checkout .area .left .c-head .btn div.active {
	background-color: #2c2b2a;
	color: #ffffff;
	border-radius: 2em;
	cursor: default;
}

.checkout .area .left .arow {
	display: flex;
	gap: 0.5em;
	flex-direction: column;
}

.checkout .area .left .arow h4 {
	font-size: 1.2em;
	font-weight: 700;
	color: #747474;
}

.checkout .area .left .arow p {
	font-size: 0.8em;
	margin-bottom: 0.5em;
}

.checkout .area .left .arow .arow-t {
	display: flex;
	flex-direction: row;
	gap: 1em;
}

.checkout .area .left .arow .arow-t-t {
	background: #e5e5e5;
	padding: 0.5em 1em;
	border-radius: 0.25em;
	cursor: pointer;
}

.checkout .area .left .arow .arow-t-t.active {
	background: #2c2b2a;
	color: #ffffff;
	cursor: default;
}

.checkout .area .left .form {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}

.checkout .area .left .form h4 {
	font-weight: 700;
	color: #747474;
}

.checkout .area .left .form .it {
	padding: 0.5em 1em;
	border-radius: 0.25em;
	border: 1px solid #e0dede;
	width: 100%;
	font-size: 1em;
	box-sizing: border-box;
	min-width: 260px;
	outline-color: #373737;
}

.checkout .area .left .form .it.is-invalid {
	border: 2px solid #fc3a3a;
}

.checkout .area .left .form .error-msg {
	color: red;
	font-size: 0.875rem;
	margin-top: 0.25rem;
	font-style: italic;
}

.checkout .area .left .fl-btn button {
	padding: 0.5em 1em;
	border: none;
	display: block;
	font-family: "Barlow", sans-serif;
	border-radius: 0.25em;
	cursor: pointer;
	background: #2c2b2a;
	color: #ffffff;
	font-size: 1.1em;
	text-align: center;
	width: 100%;
}

.checkout .area .left .fl-a-link {
	cursor: pointer;
	font-weight: 700;
	display: inline-block;
}

.checkout .area .left .fl-a-link.fp {
	font-weight: 400;
	font-style: italic;
}







.checkout .selarea select {
	appearance: none;
	font-family: "Barlow", sans-serif;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	border-radius: 0.25em;
	padding: 0.5em;
	font-size: 1em;
	width: 100%;
	box-sizing: border-box;
	outline-color: #0975da;
	cursor: pointer;
	padding-right: 2.5em;
}



.checkout .selarea select::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #333;
	transform: translateY(-50%);
	pointer-events: none;
}

.checkout .selarea {
	position: relative;
	display: inline-block;
}

.checkout .selarea::after {
	content: '▼';
	font-size: 1em;
	color: #a0a1a1;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	pointer-events: none;
}

.checkout .modal .modal-area {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	width: 380px;
	max-width: 100%;
}

.checkout .modal .modal-area .input-area {
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}

.checkout .modal.addr .ia {}

.checkout .modal.addr .ia .bas {
	font-size: 0.8em;
	padding-bottom: 0.25em;
}

.checkout .modal.addr .ia input,
.checkout .modal.addr .ia textarea,
.checkout .modal.customtip .ia input {
	font-size: 1em;
	width: 100%;
	padding: 0.5em;
	background: #fcfcfc;
	border: 1px solid #d9d9d9;
	border-radius: 0.25em;
	box-sizing: border-box;
}

.checkout .modal.customtip .ia input {
	font-size: 1.3em;
	width: 100px;
}

.checkout .modal.customtip .modal-area {
	width: inherit;
}

.checkout .modal.customtip .adr-btn div {
	margin-top: 0;
}

.checkout .modal.addr .ia input[readonly],
.checkout .modal.addr .ia textarea[readonly] {
	outline-color: #d9d9d9;
	opacity: 0.5;
	/* Opacity'yi 0.5 yap */
	background-color: #f9f9f9;
	/* Okunabilirliği artırmak için arka plan rengi */
	cursor: default;
}

input[readonly]:focus {
	outline: none;
}

.checkout .modal.addr .m-ovr {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ffffffad;
	color: #5c5c5c;
	font-weight: 700;
	font-size: 1.3em;
	border-radius: 0.25em;
	z-index: 1;
}

.checkout .modal.addr .m-ovr .vhacenter {
	min-width: 300px;
}

.checkout .modal.addr #map {
	border-radius: 0.25em;
}

.checkout .modal.addr .adr-btn {
	display: flex;
	gap: 0.5em;
}

.checkout .modal .adr-btn.ready div {
	background: #ff0a01;
	cursor: pointer;
}

.checkout .modal .adr-btn div {
	background: #ff800039;
	font-size: 1.2em;
	cursor: default;
	font-weight: 700;
	line-height: 1em;
	padding: 0.75em 1em;
	border-radius: 0.25em;
	color: #ffffff;
	text-align: center;
	margin-top: 0.5em
}

.checkout .modal.addr .adr-btn.ready div.c {
	background: #5f5f5f;
}

.checkout .modal.addr .adr-btn div.c {
	background: #00000039;
}

.pac-container {
	font-family: "Barlow", sans-serif;
	font-size: 1em;
}

.pac-container .pac-icon {
	font-size: 1em;
}

.pac-container .pac-item {
	font-size: 1em;
}

.pac-item-query {
	font-size: 1em;
}

.checkout .sel-address {
	display: flex;
	flex-direction: row;
	gap: 0.5em;
	background: #f7f7f7;
	border-radius: 0.25em;
	align-items: center;
	padding: 0.5em;
	border: 1px solid #e3e3e3;
	font-size: 0.9em;
}

.checkout .sel-address .t {
	flex-grow: 1;
}

.checkout .sel-address .btn div {
	background: #2c2b2a;
	color: #ffffff;
	padding: 0.5em 1em;
	border-radius: 0.25em;
	cursor: pointer;
}



#card-element {
	padding: 0.25em;
	border-radius: 4px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	font-family: "Barlow", sans-serif;
}

/* Stripe kart elemanının özel stili */
.StripeElement {
	box-sizing: border-box;
	height: 1.3em;
	padding: 0.25em;
	border: 1px solid #ddd;
	border-radius: 0.25em;
	background-color: #fff;
	font-size: 2em;
	font-family: "Barlow", sans-serif;
	color: #333;
}

/* Focus edildiğinde görünüm */
.StripeElement--focus {
	border-color: #4caf50;
	/* Odaklanma rengi */
	box-shadow: 0 0 0 1px #4caf50;
}

/* Hata durumu */
.StripeElement--invalid {
	border-color: #e5424d;
	/* Hata rengi */
}

/* Geçerli ve odaklanmış durumda olan eleman */
.StripeElement--valid {
	border-color: #4caf50;
	/* Geçerli rengi */
}

.test-html-area {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 50;
}

.btn-close-mobile {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	font-size: 2em;
	background: #000000;
	z-index: 15;
	color: #ffffff;
	cursor: pointer;
	width: 1.5em;
	text-align: center;
	line-height: 1.5em;
}

@media only screen and (max-width: 768px) {
	.btn-close-mobile {
		display: block;
	}

	main .main-page {
		/*background-size: 100%;*/
	}

	main .main-page h3 {
		font-size: 3em;
	}

	header {
		justify-content: inherit;
		background: #000000d0;
	}

	header .bm {
		display: block;
	}

	header nav {
		position: fixed;
		left: -100%;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		background: #535353;
	}

	header nav.show {
		left: 0;
	}

	header .menu .nav-link {}

	header .menu .login {}

	header .menu {
		flex-direction: column;
		position: absolute;
		flex-direction: column;
		top: 50%;
		left: 50%;
		font-size: 1.6em;
		transform: translate(-50%, -50%);
	}

	header .menu .nav-item {
		order: 5;
	}

	header .menu .nav-item.s {
		order: 1;
	}

	header .menu .nav-item.u {
		order: 0;
	}

	header nav .close {
		display: block;
		position: fixed;
		right: 10px;
		top: 10px;
		cursor: pointer;
	}

	header nav .close span {
		font-size: 4em
	}

	.store-page {
		flex-direction: column;
		width: 100%;
		margin: 0;
	}

	.store-page .cat-menu-area {
		border-radius: 0;
	}

	.store-page .menu-area {
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		position: sticky;
		top: calc(6em + 6px);
		z-index: 2;
		border-radius: 0;
		background: #ffffff;
	}

	.store-page .subcategory-quick-access {
		flex-wrap: wrap;
	}

	.store-page .subcategory-quick-access .subcategory-box .subcategory-name {
		font-size: 1em;
	}

	.store-page .menu-area .menus {
		width: 100%;
		display: flex;
		list-style: none;
		padding: 0;
		margin: 0;
		gap: 1em;
		position: relative;
		top: 0;
		background: #ffffff;
	}

	.store-page .menu-area .menus .item div {
		line-height: 1.5em;
		font-size: 1.2em;
		padding: 10px 10px 5px 10px;
		text-align: center;
		overflow: hidden;
		border-radius: 0 !important;
	}

	.store-page .menu-area .menus .item div .desc {
		display: none;
	}

	.store-page .menu-area .menus .item.active div {
		border-left: none;
		border-bottom: 10px solid #ff0a01;
		border-radius: 0;
	}

	.store-page .cat-menu-area .catpro-area {
		padding: 3em 1em 3em 1em;
	}

	.store-page .cat-menu-products {
		gap: 1em;
	}

	.store-page .cat-menu-products .item {
		max-width: initial;
		flex: 1 0 calc(50% - 1em);
	}



	.product .area {
		max-width: 90%;
		width: 90%;
	}

	.product .area .p-i-area {
		max-height: 79vh;
		overflow: auto;
	}

	.product .area .p-d {
		padding: 1em;
	}

	.product .area .p-d .p-p .p-p-li {
		flex-flow: wrap;
	}

	.product .area .p-d .p-p {
		/*font-size: 0.8em;*/
	}

	.product .area .p-d .p-p .p-p-g .p-p-g-a {
		flex-wrap: initial;
		flex-direction: column;
	}

	.product .area .p-d .p-p .p-p-g .p-p-g-a .p-p-g-i {
		flex: initial;
	}

	.product .area .p-d .p-p .p-p-g .p-p-g-a .p-p-g-i .pgma {
		flex-grow: 1;
	}

	.product .area .p-d .p-p .p-p-g .p-p-g-a .p-p-g-i .pgia {
		flex-grow: 1;
	}


	.checkout .area {
		position: fixed;
		top: 0;
		left: 0;
		flex-direction: column;
		overflow: auto;
		max-height: calc(100% - 4em);
		height: calc(100% - 4em);
		width: calc(100% - 4em);
		border-radius: 0;
		transform: initial;
	}

	.checkout .area .left {
		border-right: none;
		padding-right: initial;
		margin-bottom: 1em;
		padding-bottom: 1em;
		border-bottom: 0.25em solid #d8d8d8;
	}

	.checkout .area .left .df.fg05.fdc {
		width: 100%;
	}

	.main-cart-area {
		width: 100%;
		transform: translateX(100%);
	}
}



@media only screen and (max-width: 1000px) {
	.main-cart-area-bg {
		display: block;
	}

	/*.mainarea.mcao .main-cart-area-bg {
		display: block;
	}*/
	.mainarea.mcao header,
	.mainarea.mcao main {
		width: 100%;
	}
}