body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}

/* default font size */
.fa {
	font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #019ef2;
	transition: color 0.3s;
}

a:hover {
	color: #13429e;
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 12px;
	font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
	height: 42px;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #e9ecef;
	transition: border-color 0.3s;
}

select.form-control:focus,
textarea.form-control:focus,
input[type="text"].form-control:focus,
input[type="password"].form-control:focus,
input[type="datetime"].form-control:focus,
input[type="datetime-local"].form-control:focus,
input[type="date"].form-control:focus,
input[type="month"].form-control:focus,
input[type="time"].form-control:focus,
input[type="week"].form-control:focus,
input[type="number"].form-control:focus,
input[type="email"].form-control:focus,
input[type="url"].form-control:focus,
input[type="search"].form-control:focus,
input[type="tel"].form-control:focus,
input[type="color"].form-control:focus {
	border-color: #019ef2;
	box-shadow: none;
	outline: none;
}

textarea.form-control {
	height: auto;
	min-height: 100px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

/* Modern Top Bar */
#top.top-bar {
	background: linear-gradient(135deg, #019ef2 0%, #13429e 100%);
	border-bottom: none;
	padding: 10px 0;
	margin: 0;
	min-height: 50px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#top .container {
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 100%;
	width: 100%;
}

.top-bar-left {
	display: flex;
	align-items: center;
	gap: 15px;
}

.top-bar-right {
	display: flex;
	align-items: center;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	color: #fff;
	font-weight: 500;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	padding: 5px 12px;
	transition: all 0.3s ease;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-1px);
}

#top .btn-link,
#top-links li,
#top-links a {
	color: rgba(255, 255, 255, 0.95);
	text-shadow: none;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
}

#top .btn-link:hover,
#top-links a:hover {
	color: #fff;
	transform: translateY(-1px);
}

#top-links .dropdown-menu {
	border-radius: 8px;
	border: none;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	margin-top: 8px;
}

#top-links .dropdown-menu a {
	text-shadow: none;
	color: #333;
	padding: 10px 20px;
	transition: all 0.2s ease;
}

#top-links .dropdown-menu a i {
	margin-right: 8px;
	width: 16px;
	text-align: center;
}

#top-links .dropdown-menu a:hover {
	color: #019ef2;
	background: #f8f9fa;
}

#top-links .dropdown-menu .divider {
	margin: 5px 0;
	background: #e9ecef;
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

#top-links {
	padding-top: 0;
}

#top-links a+a {
	margin-left: 0;
}

#top-links li {
	margin-left: 20px;
}

#top-links li:first-child {
	margin-left: 0;
}

#top-links .fa {
	margin-right: 5px;
}

/* Top-bar Module Content */
.top-bar-content {
	text-align: center;
	color: rgba(255, 255, 255, 0.95);
	font-weight: 500;
	font-size: 14px;
}

.top-bar-content a {
	color: rgba(255, 255, 255, 0.95);
	text-decoration: none;
	transition: all 0.3s ease;
}

.top-bar-content a:hover {
	color: #fff;
}

.top-bar-content .fa {
	margin-right: 5px;
}

/* Modern Logo */
#logo {
	margin: 0;
	padding: 0;
}

#logo img {
	max-width: 180px;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}

#logo a:hover img {
	transform: scale(1.05);
}

#logo h1 {
	margin: 0;
	font-size: 28px;
	font-weight: 700;
}

#logo h1 a {
	color: #2c3e50;
	text-decoration: none;
	transition: color 0.3s ease;
}

#logo h1 a:hover {
	color: #019ef2;
}

/* search */
#search {
	margin-bottom: 10px;
}

#search .input-lg {
	height: 44px;
	line-height: 20px;
	padding: 0 10px;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
	margin-bottom: 10px;
}

#cart>.btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}

#cart.open>.btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}

#cart.open>.btn:hover {
	color: #444;
}

#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}

#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
	min-width: 427px;
	padding: 0 10px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* Mega Menu Navigation */
.mega-menu {
	background: linear-gradient(135deg, #019ef2 0%, #13429e 100%);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 999;
	margin-top: 1em;
}

.menu-wrapper {
	position: relative;
}

.menu-toggle {
	display: none;
	background: rgba(255, 255, 255, 0.1);
	border: none;
	color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.menu-toggle:hover {
	background: rgba(255, 255, 255, 0.2);
}

.menu-toggle .fa {
	margin-right: 8px;
}

.menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
}

.menu-categories {
	display: flex;
	align-items: center;
	gap: 5px;
}

.menu-extras {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-left: auto;
}

.menu-item {
	position: relative;
}

.menu-link {
	display: block;
	padding: 15px 20px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.menu-link:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.menu-link .fa-angle-down {
	margin-left: 5px;
	font-size: 12px;
}

/* Special Menu Items */
.menu-special .menu-link {
	background: rgba(255, 255, 255, 0.05);
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-special .menu-link:hover {
	background: rgba(255, 255, 255, 0.15);
}

.menu-special .menu-link .fa {
	margin-right: 6px;
}

/* Mega Dropdown */
.mega-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 800px;
	background: #fff;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	z-index: 1000;
}

.menu-item.has-children:hover .mega-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.mega-dropdown-inner {
	padding: 20px;
}

.mega-columns {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 10px 15px;
	max-height: 400px;
	overflow-y: auto;
	margin-bottom: 15px;
}

.mega-column {
	min-width: 0;
}

.mega-item {
	display: block;
	padding: 8px 12px;
	color: #333;
	text-decoration: none;
	font-size: 13px;
	border-radius: 4px;
	transition: all 0.2s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mega-item:hover {
	background: #f8f9fa;
	color: #019ef2;
	transform: translateX(3px);
}

.mega-footer {
	border-top: 1px solid #e9ecef;
	padding-top: 15px;
	text-align: center;
}

.view-all-link {
	display: inline-block;
	padding: 10px 25px;
	background: linear-gradient(135deg, #019ef2 0%, #13429e 100%);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	border-radius: 25px;
	transition: all 0.3s ease;
}

.view-all-link:hover {
	background: linear-gradient(135deg, #13429e 0%, #019ef2 100%);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(1, 158, 242, 0.3);
	color: #fff;
}

.view-all-link .fa {
	margin-left: 5px;
}

/* Mobile Menu */
@media (max-width: 991px) {
	.menu-toggle {
		display: block;
		width: 100%;
		margin: 10px 0;
	}

	.menu-list {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.menu-item {
		width: 100%;
	}

	.menu-link {
		padding: 12px 15px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.mega-dropdown {
		position: static;
		min-width: 100%;
		box-shadow: none;
		border-radius: 0;
		background: rgba(255, 255, 255, 0.95);
		opacity: 1;
		visibility: visible;
		transform: none;
		display: none;
	}

	.menu-item.has-children:hover .mega-dropdown {
		display: block;
	}

	.mega-columns {
		grid-template-columns: 1fr;
		max-height: none;
	}

	.mega-item {
		color: #333;
	}
}

/* content */
#content {
	min-height: 600px;
}

#product-category #content,
#product-product #tab-description,
#information-information #content {
	font-size: 13px;
}

/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer a {
	color: #ccc;
}

footer a:hover {
	color: #fff;
}

footer h5 {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

.alert>.close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 12px 0;
	background: #f8f9fa;
	border: none;
	border-radius: 0;
}

.breadcrumb i {
	font-size: 14px;
	color: #666;
}

.breadcrumb>li {
	text-shadow: none;
	padding: 0 8px;
	position: relative;
	white-space: nowrap;
	color: #666;
}

.breadcrumb>li a {
	color: #019ef2;
	transition: color 0.3s;
}

.breadcrumb>li a:hover {
	color: #13429e;
	text-decoration: none;
}

.breadcrumb>li+li:before {
	content: '/';
	padding: 0 8px;
	color: #999;
}

.breadcrumb>li:after {
	content: none;
	display: none;
}

html[dir=rtl] .breadcrumb>li::after {
	top: -3px;
	left: -5px;
	width: 26px;
	height: 26px;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	right: unset;
	border-right: unset;
	border-bottom: unset;

}

.pagination {
	margin: 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 10px 20px;
	font-size: 13px;
	border: 1px solid #e9ecef;
	border-radius: 0;
	box-shadow: none;
	transition: all 0.3s;
}

.btn-xs {
	font-size: 11px;
	padding: 6px 12px;
}

.btn-sm {
	font-size: 12px;
	padding: 8px 16px;
}

.btn-lg {
	padding: 12px 24px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px;
}

.btn-group>.btn-xs {
	font-size: 11px;
}

.btn-group>.btn-sm {
	font-size: 12px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #666;
	text-shadow: none;
	background-color: #f8f9fa;
	background-image: none;
	border-color: #e9ecef;
}

.btn-default:hover {
	color: #019ef2;
	background-color: #fff;
	border-color: #019ef2;
}

/* Grid ve List butonları için özel stil */
#list-view,
#grid-view {
	background: transparent;
	border: none;
	color: #666;
	padding: 8px 12px;
}

#list-view:hover,
#grid-view:hover,
#list-view.active,
#grid-view.active {
	background: transparent;
	color: #019ef2;
	border: none;
}

.btn-primary {
	color: #ffffff;
	text-shadow: none;
	background-color: #029bef;
	background-image: none;
	border-color: #029bef;
	transition: all 0.3s;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #0280cc;
	background-image: none;
	border-color: #0280cc;
	box-shadow: 0 4px 12px rgba(2, 155, 239, 0.3);
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	text-shadow: none;
	background-color: #029bef;
	background-image: none;
	border-color: #029bef;
	transition: all 0.3s;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	background-color: #0280cc;
	box-shadow: 0 4px 12px rgba(2, 155, 239, 0.3);
	border-color: #0280cc;
}

.btn-info {
	color: #ffffff;
	text-shadow: none;
	background-color: #029bef;
	background-image: none;
	border-color: #029bef;
	transition: all 0.3s;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #0280cc;
	border-color: #0280cc;
	box-shadow: 0 4px 12px rgba(2, 155, 239, 0.3);
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #029bef;
	border-radius: 0;
	transition: color 0.3s;
}

.btn-link:hover {
	color: #0280cc;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}

.product-thumb .image {
	text-align: center;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

.product-thumb h4 {
	font-weight: bold;
}

.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #E69500;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #444;
}

.product-thumb .price-new {
	font-weight: 600;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1200px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

@media (max-width: 767px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left+#content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
	position: absolute;
	margin-top: 4px\9;
	margin-right: -20px;
	margin-left: unset;
}

html[dir=rtl] .input-group-btn:last-child>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

html[dir=rtl] .input-group .form-control:first-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: unset;
	border-bottom-left-radius: unset;
}

html[dir=rtl] .container .row:first-child .col-sm-4,
html[dir=rtl] .container .row:first-child .col-sm-5 {
	float: right;

}

html[dir=rtl] #cart .dropdown-menu {
	left: 0;
	right: auto;
}

/* Modern Main Header */
.main-header {
	background: #ffffff;
	padding: 20px 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	position: relative;
	z-index: 100;
	padding-bottom: 0;
	margin-bottom: 1em;
}

.header-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}

.header-logo {
	flex: 0 0 auto;
}

.header-search {
	flex: 1 1 auto;
	max-width: 600px;
	min-width: 250px;
}

/* Header Icons */
.header-icons {
	display: flex;
	align-items: center;
	gap: 15px;
}

.header-icon-box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	background: #fff;
	border: 2px solid #e9ecef;
	border-radius: 8px;
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease;
	min-width: 80px;
	cursor: pointer;
}

.header-icon-box:hover {
	border-color: #019ef2;
	background: #f8f9fa;
	color: #019ef2;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(1, 158, 242, 0.15);
}

.header-icon-box .fa {
	font-size: 20px;
	margin-bottom: 4px;
}

.icon-label {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.icon-badge {
	position: absolute;
	top: -8px;
	right: -8px;
	background: linear-gradient(135deg, #019ef2 0%, #13429e 100%);
	color: #fff;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Cart Icon Button */
.cart-icon-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	background: #fff;
	border: 2px solid #e9ecef;
	border-radius: 8px;
	color: #333;
	transition: all 0.3s ease;
	min-width: 80px;
	position: relative;
}

.cart-icon-btn:hover,
.cart-icon-btn:focus {
	border-color: #019ef2;
	background: #f8f9fa;
	color: #019ef2;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(1, 158, 242, 0.15);
}

.cart-icon-btn .fa {
	font-size: 20px;
	margin-bottom: 4px;
}

.cart-box .dropdown-menu {
	min-width: 350px;
	margin-top: 10px;
}

/* Mobile Responsive */
@media (max-width: 767px) {
	.header-icons {
		gap: 8px;
	}

	.header-icon-box,
	.cart-icon-btn {
		min-width: 60px;
		padding: 8px 10px;
	}

	.header-icon-box .fa,
	.cart-icon-btn .fa {
		font-size: 18px;
	}

	.icon-label {
		font-size: 9px;
	}
}

/* Search Styling */
#search .input-group {
	border-radius: 25px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}

#search .input-group:focus-within {
	box-shadow: 0 4px 16px rgba(1, 158, 242, 0.3);
	transform: translateY(-2px);
}

#search .form-control {
	border: 2px solid #e9ecef;
	border-right: none;
	padding: 12px 20px;
	font-size: 14px;
	transition: all 0.3s ease;
}

#search .form-control:focus {
	border-color: #019ef2;
	outline: none;
	box-shadow: none;
}

#search .btn {
	background: linear-gradient(135deg, #019ef2 0%, #13429e 100%);
	border: none;
	padding: 12px 25px;
	color: #fff;
	font-weight: 600;
	transition: all 0.3s ease;
}

#search .btn:hover {
	background: linear-gradient(135deg, #13429e 0%, #019ef2 100%);
	transform: translateX(2px);
}

/* Category Dropdown in Search */
.category-dropdown {
	background: #f8f9fa;
	border: 2px solid #e9ecef;
	border-right: none;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 500;
	color: #495057;
	white-space: nowrap;
	transition: all 0.3s ease;
}

.category-dropdown:hover,
.category-dropdown:focus {
	background: #e9ecef;
	border-color: #019ef2;
	color: #019ef2;
}

.category-dropdown .fa-caret-down {
	margin-left: 8px;
}

.category-menu {
	min-width: 200px;
	border-radius: 8px;
	border: none;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	margin-top: 2px;
}

.category-menu li a {
	padding: 10px 20px;
	color: #333;
	transition: all 0.2s ease;
}

.category-menu li a:hover {
	background: #f8f9fa;
	color: #019ef2;
}

.category-menu .divider {
	margin: 5px 0;
	background: #e9ecef;
}

/* Cart Button Styling */
#cart>.btn {
	background: linear-gradient(135deg, #019ef2 0%, #13429e 100%);
	border: none;
	padding: 15px 30px;
	border-radius: 25px;
	font-weight: 600;
	font-size: 15px;
	box-shadow: 0 4px 12px rgba(1, 158, 242, 0.3);
	transition: all 0.3s ease;
}

#cart>.btn:hover {
	background: linear-gradient(135deg, #13429e 0%, #019ef2 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(1, 158, 242, 0.4);
}

#cart.open>.btn {
	background: #019ef2;
}

#cart>.btn .fa {
	font-size: 18px;
	margin-right: 8px;
}

/* Mobile Responsive */
@media (max-width: 991px) {
	.header-content {
		flex-direction: column;
		gap: 20px;
	}

	.header-logo {
		width: 100%;
		text-align: center;
	}

	#logo img {
		max-width: 150px;
		margin: 0 auto;
	}

	.header-search {
		width: 100%;
		max-width: 100%;
	}

	.header-cart {
		width: 100%;
		text-align: center;
	}

	#cart>.btn {
		width: 100%;
		max-width: 300px;
	}
}

@media (max-width: 767px) {
	.main-header {
		padding: 15px 0;
	}

	#top.top-bar {
		padding: 6px 0;
	}

	#top .container {
		flex-direction: column;
		gap: 10px;
	}

	.top-bar-left,
	.top-bar-right {
		width: 100%;
		justify-content: center;
	}

	#top-links li {
		margin-left: 10px;
		margin-right: 10px;
	}
}


@media (min-width: 768px) {

	html[dir=rtl] .navbar-nav {
		float: right;
		margin: 0;
	}

	html[dir=rtl] .navbar-nav>li {
		float: right;
	}

}

@media (min-width: 1400px) {
  .container {
    width: 1340px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1540px;
  }
}


/* Banner / Slider Stilleri */
.swiper-viewport {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.swiper-container {
	width: 100%;
	max-height: 600px;
	overflow: hidden;
	position: relative;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	width: 100%;
	max-height: 600px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-slide img {
	width: 100%;
	height: auto;
	max-height: 600px;
	object-fit: cover;
	object-position: center;
}

/* Küçük ekranlar için slider yüksekliği */
@media (max-width: 767px) {
	.swiper-container,
	.swiper-slide {
		max-height: 300px;
	}
	
	.swiper-slide img {
		max-height: 300px;
	}
}

/* Tablet ekranlar için slider yüksekliği */
@media (min-width: 768px) and (max-width: 991px) {
	.swiper-container,
	.swiper-slide {
		max-height: 400px;
	}
	
	.swiper-slide img {
		max-height: 400px;
	}
}

/* Arama dropdown kategorileri - Çok sütunlu yapı */
.category-menu-multi-column {
	width: fit-content;
	max-width: 90vw;
	padding: 0;
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.category-menu-header {
	padding: 12px 20px;
	background-color: #f8f8f8;
	border-bottom: 2px solid #23a1d1;
	position: sticky;
	top: 0;
	z-index: 10;
	min-width: 250px;
}

.category-menu-header .all-categories-link {
	color: #23a1d1;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	display: block;
}

.category-menu-header .all-categories-link:hover {
	color: #1a7fa3;
}

.category-columns-wrapper {
	display: flex;
	flex-wrap: nowrap;
	max-height: 450px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 10px;
	width: fit-content;
}

.category-column {
	flex: 0 0 auto;
	min-width: 220px;
	max-width: 250px;
	margin-right: 15px;
	border-right: 1px solid #e5e5e5;
	padding-right: 15px;
}

.category-column:last-child {
	border-right: none;
	margin-right: 0;
}

.category-column-header {
	padding: 10px 12px;
	background: linear-gradient(to bottom, #f8f8f8 0%, #ececec 100%);
	border-radius: 4px;
	margin-bottom: 8px;
	position: sticky;
	top: 0;
	z-index: 5;
}

.category-column-header a {
	color: #333;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	display: block;
	transition: all 0.2s;
}

.category-column-header a:hover {
	color: #23a1d1;
	transform: translateX(3px);
}

.category-column-content {
	max-height: 380px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 5px 0;
}

/* Özel scrollbar stilleri */
.category-column-content::-webkit-scrollbar {
	width: 6px;
}

.category-column-content::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 3px;
}

.category-column-content::-webkit-scrollbar-thumb {
	background: #23a1d1;
	border-radius: 3px;
}

.category-column-content::-webkit-scrollbar-thumb:hover {
	background: #1a7fa3;
}

.category-child-item {
	display: block;
	padding: 8px 12px;
	color: #666;
	font-size: 12px;
	text-decoration: none;
	border-radius: 3px;
	margin-bottom: 2px;
	transition: all 0.2s;
}

.category-child-item:hover {
	background-color: #f0f8fb;
	color: #23a1d1;
	padding-left: 16px;
	text-decoration: none;
}

.category-dropdown {
	min-width: 160px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.category-text {
	display: inline-block;
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

/* Responsive düzenlemeler */
@media (max-width: 1200px) {
	.category-menu-multi-column {
		min-width: 600px;
	}
	
	.category-column {
		min-width: 180px;
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.category-menu-multi-column {
		min-width: 100%;
		max-width: 100%;
	}
	
	.category-columns-wrapper {
		flex-direction: column;
		max-height: 400px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	
	.category-column {
		min-width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
		padding-right: 0;
		padding-bottom: 10px;
	}
	
	.category-column-content {
		max-height: none;
	}
}

/* Özel Ürün Kartları Tasarımı */
.custom-product-card {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.custom-product-card:hover {
	box-shadow: 0 8px 16px rgba(1, 158, 242, 0.15);
	transform: translateY(-4px);
	border-color: #019ef2;
}

.custom-product-card .image {
	position: relative;
	overflow: hidden;
	background: #f8f9fa;
	padding-bottom: 100%;
	height: 0;
}

.custom-product-card .image a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-product-card .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.custom-product-card:hover .image img {
	transform: scale(1.05);
}

.custom-product-card .btn-wishlist {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid #e9ecef;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 2;
	padding: 0;
}

.custom-product-card .btn-wishlist:hover {
	background: linear-gradient(135deg, #019ef2 0%, #13429e 100%);
	border-color: #019ef2;
	color: #fff;
	transform: scale(1.1);
}

.custom-product-card .btn-wishlist i {
	font-size: 16px;
	color: #666;
	transition: color 0.3s;
}

.custom-product-card .btn-wishlist:hover i {
	color: #fff;
}

.custom-product-card .product-info {
	padding: 15px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.custom-product-card .product-name {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	min-height: 40px;
}

.custom-product-card .product-name a {
	color: #444;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.3s;
}

.custom-product-card .product-name a:hover {
	color: #019ef2;
}

.custom-product-card .product-price {
	margin: 10px 0 15px 0;
	flex-grow: 1;
}

.custom-product-card .product-price .price,
.custom-product-card .product-price .price-new {
	color: #019ef2;
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.custom-product-card .product-price .price-old {
	color: #999;
	font-size: 14px;
	text-decoration: line-through;
	display: block;
	margin-bottom: 3px;
}

.custom-product-card .product-price .price-tax {
	color: #666;
	font-size: 11px;
	display: block;
}

.custom-product-card .btn-add-to-cart {
	width: 100%;
	padding: 12px;
	background: linear-gradient(135deg, #019ef2 0%, #13429e 100%);
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.custom-product-card .btn-add-to-cart:hover {
	background: linear-gradient(135deg, #13429e 0%, #019ef2 100%);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(1, 158, 242, 0.4);
}

.custom-product-card .btn-add-to-cart i {
	margin-right: 8px;
}

/* Grid görünümü için product-layout ayarları */
.product-layout {
	margin-bottom: 30px;
}

/* Grid görünümü için sütun ayarları */
.product-grid .product-layout {
	width: auto;
}

@media (min-width: 1200px) {
	.product-grid .product-layout.col-lg-2 {
		width: 16.666667%;
	}
}

@media (min-width: 992px) {
	.product-grid .product-layout.col-md-3 {
		width: 25%;
	}
}

/* Liste görünümü için özel düzen */
.product-list .custom-product-card {
	flex-direction: row;
	height: auto;
}

.product-list .custom-product-card .image {
	flex: 0 0 250px;
	width: 250px;
	padding-bottom: 0;
	height: 250px;
}

.product-list .custom-product-card .image a {
	position: static;
}

.product-list .custom-product-card .product-info {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product-list .custom-product-card .product-name {
	font-size: 16px;
	min-height: auto;
	margin-bottom: 15px;
}

.product-list .custom-product-card .product-price {
	margin: 15px 0;
}

.product-list .custom-product-card .btn-add-to-cart {
	max-width: 250px;
}

/* Responsive düzenlemeler */
@media (max-width: 767px) {
	.product-list .custom-product-card {
		flex-direction: column;
	}
	
	.product-list .custom-product-card .image {
		flex: none;
		width: 100%;
		padding-bottom: 100%;
		height: 0;
	}
	
	.product-list .custom-product-card .image a {
		position: absolute;
	}
	
	.product-list .custom-product-card .btn-add-to-cart {
		max-width: 100%;
	}
	
	.custom-product-card .product-name {
		font-size: 13px;
		min-height: 36px;
	}
	
	.custom-product-card .product-price .price,
	.custom-product-card .product-price .price-new {
		font-size: 16px;
	}
}

.category-columns-wrapper {
    max-width: 650px;
}