/* Mega menü stilleri - Görseldeki yapıya uygun */
.menu-item-with-megamenu {
	position: static;
}

/* Hover aktif durumunu belirtmek için */
.menu-item-with-megamenu.hover-active>a.font-yrsa:after {
	width: 100%;
}

.mega-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #F8F1EC;
	z-index: 1000;
	padding: 30px 0;
	border-bottom: 1px solid #E8E8E8;
	box-sizing: border-box;
	margin-top: -1px;
	/* Üst kenar ile aradaki boşluğu kapatmak için */
}

.mega-menu-content {
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	padding: 0 15px;
}

.mega-menu-left {
	width: 30%;
	padding-right: 30px;
}

.mega-menu-left div {
	margin-bottom: 30px;
}

.menu-title {
	font-family: 'Yrsa', serif;
	font-size: 20px;
	color: #34352A;
	margin-bottom: 15px;
	font-weight: 600;
}

.menu-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-list li a {
	font-family: 'Yrsa', sans-serif;
	font-size: 18px;
	color: #34352A;
	text-decoration: none;
	transition: color 0.3s ease;
}

.menu-list li a:hover {
	color: #8B4513;
}

.mega-menu-right {
	width: 70%;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.menu-image {
	flex: 1;
	position: relative;
}

.menu-image img {
	width: 100%;
	object-fit: cover;
    max-height: 400px;
}

.image-caption {
	padding: 10px 0;
	FONT-FAMILY: 'Yrsa';
	font-size: 18px;
}

/* Ana menü düzeni */
.list-unstyled {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin: 20px 0;
	position: static;
}

.list-unstyled>li {
	position: static;
}

.list-unstyled>li>a.font-yrsa {
	font-size: 18px;
	color: #34352A;
	text-decoration: none;
	padding: 10px 0;
	display: block;
	position: relative;
	z-index: 1001;
    transition: color 0.5s ease;
}

.list-unstyled>li.always-active>a.font-yrsa {
    color: #915947;
}

.list-unstyled>li.always-active:hover>a.font-yrsa {
    color: #34352A;
}

.list-unstyled>li>a.font-yrsa:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #34352A;
	transition: width 0.3s ease;
}

.list-unstyled>li.always-active>a.font-yrsa:after,
.list-unstyled>li:hover>a.font-yrsa:after,
.list-unstyled>li.active>a.font-yrsa:after {
	width: 100%;
}

.list-unstyled>li.always-active>a.font-yrsa:after {
	background-color: #915947;
    color: #915947;
	height: 3px;
	transition: height 0.3s ease;
}

.list-unstyled>li.always-active:hover>a.font-yrsa:after {
	background-color: #34352A;
    color: #915947;
	height: 2px;
}

.account-mobile-menu .mobile-menu-item {
    font-family: 'Yrsa', serif;
    font-size: 20px;
    font-weight: 300;
    color: #34352A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	position: relative;
}

.account-mobile-menu .mobile-menu-item.always-active {
    color: #915947;
}

.account-mobile-menu .mobile-menu-item.always-active:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	/* width: calc(100% - 15px); */
	height: 2px;
	background-color: #34352A;
	transition: width 0.3s ease;
}

.account-mobile-menu .mobile-menu-item.always-active .menu-arrow-wrapper {
    transform: rotate(180deg);
}

.account-mobile-menu .mobile-menu-item.always-active .menu-arrow-wrapper svg path{
    stroke: #915947;
}

/* Görünmez bağlantı - sadece menü geçişlerini kolaylaştırmak için */
.mega-menu::before {
	content: '';
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	background: transparent;
}

.col-md-6.align-content-center {
	position: static;
}

/* Responsive mega menü ayarları */
@media (max-width: 991px) {
	.mega-menu {
		position: static;
		padding: 15px;
	}

	.mega-menu-content {
		flex-direction: column;
		padding: 0;
	}

	.mega-menu-left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.mega-menu-right {
		width: 100%;
		flex-direction: column;
	}

	.menu-image {
		margin-bottom: 15px;
	}

	.menu-image img {
		height: 180px;
	}

	.list-unstyled {
		flex-direction: column;
		gap: 10px;
	}
}

/* Responsive mega menü ayarları */
@media (max-width: 1280px)  {
	.menu-image img {
		height: 260px;
	}
}

.primary-input {
	border: none;
	padding: 15px;
	width: 100%;
	color: #9E9E7D;
	background-color: #f4e8e0;
}

.primary-input::placeholder {
	color: #b8b79e;
}

.primary-input::-webkit-input-placeholder {
	color: #b8b79e;
}

.primary-input::-moz-placeholder {
	color: #b8b79e;
}

.primary-input:-ms-input-placeholder {
	color: #b8b79e;
}

.primary-input select,
select.primary-input {
	/*  padding-right: 60px;
    background-position: right 20px center; */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b8b79e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 16px;
}

.primary-input:focus {
	outline: 1px solid #9E9E7D;
	box-shadow: none;
}

/* Özel checkbox stilleri */
.custom-checkbox {
	position: relative;
	margin-top: 15px;
}

.custom-checkbox .form-check-input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.custom-checkbox .form-check-label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: flex;
	padding-top: 4px;
	font-size: 14px;
	color: #34352A;
	line-height: 1.4;
}

.custom-checkbox .form-check-label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	border: 2px solid #414232;
	background-color: transparent;
	border-radius: 3px;
}

.custom-checkbox .form-check-input:checked+.form-check-label:after {
	content: '✓';
	position: absolute;
	left: 3px;
	top: -5px;
	color: #414232;
	font-size: 24px;
	font-weight: bold;
}


.text-primary-300 {
	color: #B8B79E !important;
}


.text-primary-400 {
	color: #9E9E7D !important;
}

.text-primary-600 {
	color: #64664A !important;
}

.text-primary-900 {
	color: #34352A !important;
}



/* Politika linkleri */
.policy-links a {
	transition: color 0.3s ease;
}

.policy-links a:hover {
	color: #34352A !important;
}

.footer-links a {
	transition: color 0.3s ease;
}

.footer-links a:hover {
	color: #34352A !important;
}

/* Select2 özel stilleri - primary-input tasarımını korumak için */
.select2-container--default .select2-selection--single {
	border: none !important;
	padding: 15px !important;
	height: auto !important;
	background-color: #f4e8e0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #b8b79e !important;
	padding: 0 !important;
	line-height: normal !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #b8b79e !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100% !important;
	right: 20px !important;
	top: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #b8b79e transparent transparent transparent !important;
	border-style: solid !important;
	border-width: 5px 4px 0 4px !important;
	height: 0 !important;
	left: 50% !important;
	margin-left: -4px !important;
	margin-top: -2px !important;
	position: absolute !important;
	top: 50% !important;
	width: 0 !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #b8b79e transparent !important;
	border-width: 0 4px 5px 4px !important;
}

.select2-container--default .select2-dropdown {
	border: none !important;
	border-radius: 0 !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
	background-color: #f4e8e0 !important;
}

.select2-container--default .select2-results__option {
	padding: 12px 15px !important;
	color: #64664a !important;
	border-top: 1px solid #868177;
	background-color: #f4e8e0 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #e8ddd4 !important;
	color: #34352A !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #e8ddd4 !important;
	color: #34352A !important;
}

.select2-container {
	width: 100% !important;
}

/* Select2 focus durumu */
.select2-container--default.select2-container--focus .select2-selection--single {
	outline: none !important;
	box-shadow: none !important;
}

/* Select2 search box stilleri */
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: none !important;
	padding: 10px 15px !important;
	background-color: #f4e8e0 !important;
	color: #b8b79e !important;
	outline: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
	color: #b8b79e !important;
}

/* Özel Scroll Bar Tasarımı */
/* Webkit tabanlı tarayıcılar için (Chrome, Safari, Edge) */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #f4e8e0;
	border-radius: 4px;
}

::-webkit-scrollbar-thumb {
	background: #636554f5;
	border-radius: 4px;
	transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
	background: #636554;
}

::-webkit-scrollbar-thumb:active {
	background: #34352A;
}

::-webkit-scrollbar-corner {
	background: #f4e8e0;
}

/* Firefox için scroll bar stilleri */
* {
	scrollbar-width: thin;
	scrollbar-color: #636554f5 #f4e8e0;
}

/* Select2 dropdown scroll bar özel stilleri */
.select2-results__options::-webkit-scrollbar {
	width: 6px;
}

.select2-results__options::-webkit-scrollbar-track {
	background: #f4e8e0;
	border-radius: 3px;
}

.select2-results__options::-webkit-scrollbar-thumb {
	background: #636554f5;
	border-radius: 3px;
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
	background: #636554;
}

/* Body ve HTML için smooth scrolling */
html {
	scroll-behavior: smooth;
}

/* Container'lar için özel scroll stilleri */
.container::-webkit-scrollbar,
.row::-webkit-scrollbar,
.col::-webkit-scrollbar,
[class*="col-"]::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.container::-webkit-scrollbar-track,
.row::-webkit-scrollbar-track,
.col::-webkit-scrollbar-track,
[class*="col-"]::-webkit-scrollbar-track {
	background: transparent;
}

.container::-webkit-scrollbar-thumb,
.row::-webkit-scrollbar-thumb,
.col::-webkit-scrollbar-thumb,
[class*="col-"]::-webkit-scrollbar-thumb {
	background: rgba(99, 101, 84, 0.5);
	border-radius: 3px;
}

.container::-webkit-scrollbar-thumb:hover,
.row::-webkit-scrollbar-thumb:hover,
.col::-webkit-scrollbar-thumb:hover,
[class*="col-"]::-webkit-scrollbar-thumb:hover {
	background: rgba(99, 101, 84, 0.8);
}

.quantity-value {
	font-size: 1.5rem;
	color: #34352A;
	font-weight: 300;
	min-width: 20px;
	text-align: center;
}

.bg-black {
	background-color: #000000 !important;
}

.coffee-card {
	cursor: pointer;
}

.select2-container--default .select2-selection--multiple {
	border: none !important;
	padding: 15px !important;
	height: auto !important;
	background-color: #f4e8e0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
	color: #b8b79e;
}

.select2-container .select2-search--inline .select2-search__field {
	height: 20px;
	vertical-align: text-bottom;
	margin-top: 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #f4e8e0;
	border: 1px solid #aaa;
	border-radius: 0px;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
	padding-left: 20px;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	color: #b8b79e;
}

.center-page-title {
	font-family: 'Yrsa';
	text-align: center;
	font-size: 2.4rem;
	font-weight: 400;
}

.center-page-sub-title {
	font-family: Quicksand, sans-serif;
	font-size: 1rem;
	text-align: center;
	font-weight: 300;
}

.bg-primary-theme {
	background-color: #f4e8e0;
}


/* .cart-item-remove:hover svg {
    stroke: #fff;
    fill: #64664A;
} */


/* CHECKBOX FIGMA DESIGN */

/* Hide the browser's default checkbox */
.cb-custom {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-family: 'Gotham' !important;
    line-height: 1.4;
    color: #34352A;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cb-custom input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.cb-custom .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
    border: 2px solid #414232;
    background-color: transparent;
    border-radius: 3px;
}

.cb-custom .checkmark.sm-border {
	border-width: 1px;
}

.cb-custom:hover input~.checkmark {
	background-color: #ccc;
}

.cb-custom input:checked~.checkmark {
    background-color: #414232;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.cb-custom input:checked~.checkmark:after {
	display: block;
}

.cb-custom .checkmark:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cb-custom .checkmark.sm-border:after{
    left: 6px;
    top: 1px;
    width: 7px;
    height: 14px;
}

/* CHECKBOX FIGMA DESIGN END*/
