body {
	font-family: 'Open Sans', 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: #23a1d1;
}

a:hover {
	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;
}

.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-repeat: repeat-x;
}


/* top */
#top {
	background-color: #363636;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}

#top .container {
	padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
	color: #ffffff;
}

#top .btn-link:hover,
#top-links a:hover {
	color: #444;
}

#top-links .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover {
	color: #FFF;
}

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

#top-links {
	padding-top: 6px;
}

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

/* logo */
#logo {
	margin: 0 0 10px 0;
}

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

#qsearch {
	background-color: #FF8A00 !important;
	border-color: #FF8A00 #FF8A00 #FF8A00 !important;
	border: 1px solid #888888 !important;
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border: 1px solid #888888;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

#search .btn-lg {

	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
}


/* cart */
#cart {
	margin-bottom: 0px;

}

#cart>.btn {
	border-radius: 8px;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
}

#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;
}

/* menu */
#menu {
	background-color: black;
	background-repeat: repeat-x;
	min-height: 40px;
	width: 98vw;
	margin: 10px;
	display: none;
}

#menu .nav>li>a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
	background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
	padding-bottom: 0;
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}

#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: black;
	padding: 2px 18px;
	float: right;
	background-color: #ffffff;
	background-repeat: repeat-x;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}



@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}

	#menu div.dropdown-inner>ul.list-unstyled {
		display: block;
	}

	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}

	#menu .dropdown-inner {
		display: block;
	}

	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}

	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}

	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

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

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

/* ========================================
   MODERN FOOTER STYLES
   ======================================== */

/* Ana Footer Container */
.modern-footer {
	margin-top: 50px;
	font-family: 'Open Sans', sans-serif;
}

/* Newsletter Bölümü */
.footer-newsletter {
	background: linear-gradient(135deg, #FF8A00 0%, #FDC500 100%);
	padding: 40px 0;
}

.footer-newsletter h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 5px 0;
}

.footer-newsletter h4 i {
	margin-right: 10px;
}

.footer-newsletter p {
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
	font-size: 14px;
}

.newsletter-form {
	margin-top: 15px;
}

.newsletter-form .form-control {
	height: 50px;
	border: none;
	border-radius: 25px 0 0 25px;
	padding-left: 25px;
	font-size: 14px;
}

.newsletter-form .btn-newsletter {
	height: 50px;
	background-color: #242222;
	color: #fff;
	border: none;
	border-radius: 0 25px 25px 0;
	padding: 0 30px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.newsletter-form .btn-newsletter:hover {
	background-color: #000;
}

/* Ana Footer */
.footer-main {
	background-color: #242222;
	padding: 60px 0 40px;
}

/* Logo ve Hakkında */
.footer-about {
	padding-right: 30px;
}

.footer-logo {
	margin-bottom: 20px;
}

.footer-logo img {
	filter: brightness(0) invert(1);
}

.footer-description {
	color: #aaa;
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 25px;
}

/* Sosyal Medya İkonları */
.footer-social {
	display: flex;
	gap: 10px;
}

.footer-social .social-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	transition: all 0.3s ease;
}

.footer-social .social-icon:hover {
	background-color: #FF8A00;
	transform: translateY(-3px);
}

/* Footer Linkleri */
.footer-links h5,
.footer-contact h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 12px;
}

.footer-links h5::after,
.footer-contact h5::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background-color: #FF8A00;
}

.footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links ul li {
	margin-bottom: 12px;
}

.footer-links ul li a {
	color: #aaa;
	font-size: 13px;
	transition: all 0.3s ease;
	display: inline-block;
}

.footer-links ul li a i {
	margin-right: 8px;
	font-size: 10px;
	transition: all 0.3s ease;
}

.footer-links ul li a:hover {
	color: #FF8A00;
	padding-left: 5px;
}

.footer-links ul li a:hover i {
	color: #FF8A00;
}

/* İletişim Bilgileri */
.footer-contact .contact-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-contact .contact-list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
	color: #aaa;
	font-size: 13px;
}

.footer-contact .contact-list li i {
	color: #FF8A00;
	margin-right: 12px;
	margin-top: 3px;
	width: 16px;
}

.footer-contact .contact-list li span {
	flex: 1;
	line-height: 1.5;
}

/* Güven Rozetleri */
.footer-trust {
	background-color: #1a1a1a;
	padding: 30px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.trust-badges {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 20px;
}

.trust-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
}

.trust-item i {
	color: #FF8A00;
	margin-bottom: 10px;
}

.trust-item span {
	font-size: 12px;
	color: #aaa;
}

/* Alt Footer */
.footer-bottom {
	background-color: #1a1a1a;
	padding: 20px 0;
}

.footer-bottom .copyright {
	color: #777;
	font-size: 13px;
	margin: 0;
	line-height: 32px;
}

.footer-bottom .payment-icons {
	text-align: right;
}

.footer-bottom .payment-icons i {
	color: #777;
	margin-left: 15px;
	transition: all 0.3s ease;
}

.footer-bottom .payment-icons i:hover {
	color: #FF8A00;
}

/* Yukarı Çık Butonu */
.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background-color: transparent;
	color: #000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 9999;
	box-shadow: 0 4px 15px rgba(255, 138, 0, 0.4);
}

.back-to-top:hover {
	background-color: #FDC500;
	color: #fff;
	transform: translateY(-5px);
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
}

/* Responsive Ayarlar */
@media (max-width: 991px) {
	.footer-newsletter .col-md-6:first-child {
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-about {
		text-align: center;
		padding-right: 15px;
		margin-bottom: 40px;
	}

	.footer-social {
		justify-content: center;
	}

	.footer-links,
	.footer-contact {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.footer-newsletter {
		padding: 30px 0;
	}

	.footer-newsletter h4 {
		font-size: 18px;
	}

	.footer-main {
		padding: 20px  10px;
	}

	/* Footer Accordion Styles */
	.footer-accordion {
		border-bottom: 1px solid #3a3a3a;
		margin-bottom: 0 !important;
		padding: 0 !important;
	}

	.footer-accordion .accordion-toggle {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 0;
		margin-bottom: 0;
		cursor: pointer;
		user-select: none;
	}

	.footer-accordion .accordion-toggle::after {
		display: none;
	}

	.footer-accordion .accordion-icon {
		font-size: 14px;
		color: #FF8A00;
		transition: transform 0.3s ease;
	}

	.footer-accordion.active .accordion-icon {
		transform: rotate(180deg);
	}

	.footer-accordion .accordion-content {
		padding-bottom: 15px;
		text-align: left;
	}

	.footer-links h5::after,
	.footer-contact h5::after {
		display: none;
	}

	.footer-links,
	.footer-contact {
		text-align: left;
	}

	.footer-contact .contact-list li {
		justify-content: flex-start;
	}

	.footer-about {
		text-align: center;
		padding: 0 15px 20px !important;
		margin-bottom: 10px;
		border-bottom: 1px solid #3a3a3a;
	}

	.trust-badges {
		gap: 15px;
	}

	.trust-item {
		width: 45%;
	}

	.footer-bottom .col-sm-6 {
		text-align: center !important;
	}

	.footer-bottom .payment-icons {
		text-align: center;
		margin-top: 15px;
	}

	.footer-bottom .payment-icons i {
		margin: 0 8px;
	}

	.back-to-top {
		bottom: 20px;
		right: 20px;
		width: 45px;
		height: 45px;
	}
}

/* Accordion icon gizle masaüstünde */
@media (min-width: 768px) {
	.accordion-icon {
		display: none !important;
	}
}

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

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

/* breadcrumb */
.breadcrumb {
	margin: 5px 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}

.breadcrumb li a {
	color: #242222;
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}

.breadcrumb>li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

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: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

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

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

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

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



.btn-primary {
	color: #ffffff;
	background-color: #FF8A00;
	border-color: #FF8A00 #FF8A00 #FF8A00;
}

div button {
	color: #ffffff !important;
	background-color: #FF8A00 !important;
	border-color: #FF8A00 #FF8A00 #FF8A00 !important;
}

div button:hover {
	background-color: #FDC500 !important;
	border: 1px solid #FDC500 !important;
	background-position: 0 -15px !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #FDC500;
	border: 1px solid #64b5f6;
	background-position: 0 -15px;
}

.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: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

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

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}

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

.btn-inverse {
	color: #252525 !important;
	background-color: #FF8A00 !important;
	border-color: #FF8A00 #FF8A00 #FF8A00 !important;

}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #FDC500 !important;
	border: 1px solid #FDC500 !important;
}

/* 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 10px;
	min-height: 20px;
}

.caption h4 {
	min-height: 60px;
	font-size: 14px;
}

.caption h4 a {
	color: #363636;
}

.product-title {
	font-size: 25px;
}

.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: #000;
	font-size: 14px;
	font-weight: bold;
}

.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: 100%;
	border: none;
	display: inline-block;
	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;

}

@media (min-width: 768px) {

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

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

}

/* ---------------------------------------------------- */
/* İKİ SÜTUNLU MEGA MENÜ YAPISI (GENEL KONTROL) */
/* ---------------------------------------------------- */

.menu-all-categories .dropdown-menu {
	width: 90vw !important;
	left: -170%;
	right: auto;
	transform: none;
	height: 760px;
	overflow-y: auto;
	scrollbar-width: none;
	padding: 0;
	border: 1px solid #ddd;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.menu-all-categories .dropdown-menu::-webkit-scrollbar {
	width: 0px;
}

.two-column-menu .row.no-gutters {
	margin-left: 0;
	margin-right: 0;
	height: 90%;
}


/* ---------------------------------------------------- */
/* SOL NAVİGASYON: Dikey Ana Kategori Listesi (COL-SM-3) */
/* ---------------------------------------------------- */

.menu-left-nav {
	height: 765px;
	padding: 0;
	background-color: #f7f7f7;
	border-right: 1px solid #ddd;
}

.menu-vertical-tabs {
	margin: 0;
	list-style: none;
	padding: 5px 0;
}

.menu-vertical-tabs li a {
	display: flex;
	justify-content: space-between;
	padding: 10px 15px;
	font-weight: 500;
	color: #333;
	border-left: 3px solid transparent;
	transition: all 0.2s;
}

.menu-vertical-tabs li.active a {
	background-color: #fff;
	color: #007bff;
	border-left-color: #007bff;
}


/* ---------------------------------------------------- */
/* SAĞ İÇERİK: Alt Kategori Listeleri ve Sabitleme (COL-SM-9) */
/* ---------------------------------------------------- */

.menu-right-content {
	height: 100%;
	position: relative;
	padding: 15px;
	background-color: #fff;
}

.menu-right-tab-content .row {
	margin-left: -5px;
	margin-right: -5px;
}

.mega-group-col {
	padding-left: 5px;
	padding-right: 5px;
}

.menu-sub-list {
	margin-bottom: 15px;
}

.menu-group-title {
	font-weight: bold;
	color: #000 !important;
	padding-bottom: 5px !important;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
}

.menu-sub-list li a {
	padding: 2px 0;
	font-size: 12px;
	color: black;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	margin: 5px;
}

.menu-sub-list li a:hover {
	color: black;
	background: transparent;
	border-bottom: 2px solid black;
}

.menu-right-tab-content .tab-pane {
	padding-bottom: 60px;
}

/* ---------------------------------------------------- */
/* FOOTER SABİTLEME (TÜMÜNÜ GÖSTER) */
/* ---------------------------------------------------- */

.menu-footer-callout {

	background-color: #fff;
	border-top: 1px solid #eee;
	z-index: 10;
}

.menu-footer-callout .see-all-btn {
	font-weight: 600;
	color: #007bff;
	display: inline-block;
	padding: 0;
}


.menu-search-inline-list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.menu-search-inline-list>li {

	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
}


.menu-search-inline-list a {
	white-space: nowrap;
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-decoration: none;
	font-size: 13px;
	background-color: #f8f8f8;
}

.menu-search-inline-list a:hover {
	background-color: #eee;
}

.menu-search-inline-list .text-primary {
	border-color: #007bff;
	background-color: #e8f3ff;
	font-weight: bold;
}

.menu-search-inline-list .text-danger {
	border-color: #dc3545;
	background-color: #fff0f1;
	font-weight: bold;
}


/* ========================================================================
   MOBİL CİHAZ UYUMLULUĞU (MAX-WIDTH: 767PX)
   ======================================================================== */
@media (max-width: 767px) {

	/* Dropdown Menüyü Tam Genişlikte ve Statik Yap */
	.menu-all-categories .dropdown-menu {
		width: 100% !important;
		height: auto;
		/* Yüksekliği içeriğe bırak */
		max-height: 80vh;
		/* Mobil cihazlarda aşırı uzamasını engelle */
		overflow-y: auto;
		position: static !important;
		/* Mobil menü açılırken konumunu bozar */
		left: auto !important;
		right: auto !important;
		top: 100%;
		border: none;
		box-shadow: none;
	}

	.two-column-menu .row.no-gutters {
		display: block;
		/* Flex veya Grid davranışını iptal et */
		height: auto;
	}

	/* Sol Dikey Navigasyonu (col-sm-3) Tam Genişlikte Yap */
	.menu-left-nav {
		width: 100%;
		height: auto;
		float: none;
		padding: 0;
		border-right: none;
		background-color: #fff;
		/* Mobil görünümde arka planı temizle */
		border-bottom: 1px solid #ddd;
	}

	/* Dikey Sekmeleri Genişlet */
	.menu-vertical-tabs {
		padding: 0;
		border: none;
	}

	.menu-vertical-tabs li {
		float: none;
		/* Yan yana gelmesini engelle */
		display: block;
	}

	.menu-vertical-tabs li a {
		border-left: none;
		/* Soldaki aktif çubuğu kaldır */
		border-bottom: 1px solid #eee;
	}

	.menu-vertical-tabs li.active a {
		background-color: #f7f7f7;
		/* Aktif kategoriye hafif bir ton ver */
		color: #007bff;
	}

	/* Sağ İçerik Alanı (col-sm-9) Tam Genişlikte Yap ve Paddingleri Ayarla */
	.menu-right-content {
		width: 100%;
		height: auto;
		float: none;
		padding: 15px 10px;
		position: relative;
	}

	/* Kategori Arama Alanını Ayarla */
	.mega-menu-search-box-right {
		padding: 0 5px;
		/* İçerikle hizala */
	}

	/* Alt Kategori Kolonlarını Düzenle */
	.menu-right-tab-content .row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.mega-group-col {
		width: 50%;
		/* Alt kategorileri iki sütun yap */
		float: left;
		padding-left: 5px;
		padding-right: 5px;
	}

	/* Çok küçük mobil cihazlar için tek sütun */
	@media (max-width: 480px) {
		.mega-group-col {
			width: 100%;
			float: none;
		}
	}

	/* Alt Kategori Alt Bağlantılarını Düzelt */
	.menu-sub-list li a {
		margin: 3px 0;
	}

	/* Sabit Alt Bilgiyi Kaldır (Tümünü Göster) */
	.menu-footer-callout {
		position: static;
		padding: 10px 5px 0;
		text-align: left !important;
		border-top: 1px solid #eee;
	}
}





/* ========================================================================
   1. OFFCANVAS STİLLERİ (YENİLENMİŞ VERSİYON)
   ======================================================================== */

@media (min-width: 768px) {
	.offcanvas-toggle {
		display: none !important;
	}

	#mobile-offcanvas-menu {
		display: none !important;
	}
}

/* Mobil: 767px ve altı */
@media (max-width: 767px) {


	#menu {
		background-color: black;
		background-repeat: repeat-x;
		min-height: 40px;
		width: 92vw;
		margin: 10px;
		display: block;
	}

	/* --- OFFCANVAS MENÜ KONTROL --- */
	.offcanvas-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 85vw;
		max-width: 350px;
		height: 100%;
		z-index: 9999;
		background-color: #fff;
		box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
		transform: translateX(-100%);
		transition: transform 0.3s ease-in-out;
		overflow-y: auto;
		overflow-x: hidden;
		display: flex;
		flex-direction: column;
	}

	.offcanvas-menu.is-open {
		transform: translateX(0);
	}

	/* --- MENÜ BAŞLIK VE BUTONLAR --- */
	.menu-header {
		padding: 10px 15px;
		background-color: #363636;
		background-image: linear-gradient(to bottom, #444444, #222222);
		background-repeat: repeat-x;
		border-color: #222222 #222222 #000000;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: sticky;
		top: 0;
		z-index: 10000;
		flex-shrink: 0;
		min-height: 50px;
	}

	.menu-header .menu-title {
		flex-grow: 1;
		text-align: center;
		font-weight: bold;
		font-size: 1.1em;
		margin: 0;
		padding: 0 10px;
	}

	/* Geri ve Kapat Butonlarının Stili */
	.menu-header .btn-default {
		background: none;
		border: none;
		color: #fff;
		padding: 5px 10px;
		font-size: 1.2em;
		line-height: 1;
		opacity: 1;
	}

	.menu-header .btn-back {
		margin-left: -10px;
	}

	.menu-header .btn-close {
		margin-right: -10px;
	}

	.menu-header .btn-back.hidden {
		visibility: hidden;
		pointer-events: none;
	}


	/* --- KATEGORİ LİSTESİ STİLLERİ --- */
	.menu-level,
	.sub-menu-list {
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.menu-level li {
		border-bottom: 1px solid #eee;
		cursor: pointer;
	}

	.menu-level li p,
	.menu-level li a {
		display: block;
		padding: 12px 15px;
		color: #333;
		font-weight: 500;
		text-decoration: none;
	}

	.menu-level li p {
		margin: 0;
	}

	.menu-level li .fa-angle-right {
		margin-left: 10px;
		font-size: 1.2em;
		color: #999;
	}

	#sub-menu-container {
		flex-grow: 1;
	}

	.menu-level li:hover {
		background-color: #f7f7f7;
	}

	.menu-level li a:hover {
		color: #007bff;
	}

	.offcanvas-toggle {
		margin-top: 7px;
		margin-right: 5px;
	}


}


@media (max-width: 1700px) {

	.menu-all-categories .dropdown-menu {
		width: 80vw !important;
		left: -35%;
		right: auto;
		transform: none;
		height: 760px;
		overflow-y: auto;
		scrollbar-width: none;
		padding: 0;
		border: 1px solid #ddd;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	}


}

#main-menu {
	background-color: #242222;
}


.menu-main-link {
	color: #ffffff;
}

.ul-account {
	width: 200px;
	height: 43px;
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
}

.account-btn {
	background-color: #242222;
	color: #ffffff;
	font-weight: bold;

}

.account-btn:hover {
	background-color: #ffffff;
	color: #242222;
	font-weight: bold;
}




#mobil-top {
	width: 100%;
	height: 50px;
	background-color: black;
	color: #ffffff;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	font-size: 1.5rem;
	padding: 10px;
	font-family: cursive;
	display: none;
}


@media (max-width: 767px) {

	.account-btn {
		margin-top: 5px;
	}

	#top {
		display: none;
	}

	#mobil-top {
		width: 100%;
		height: 50px;
		background-color: #363636;
		background-image: linear-gradient(to bottom, #444444, #222222);
		background-repeat: repeat-x;
		border-color: #222222 #222222 #000000;
		color: #ffffff;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		font-size: 1.5rem;
		padding: 10px;
		font-family: cursive;
	}


	#mobil-menu-button {
		font-size: 15px;
		font-stretch: expanded;
		color: black;
		margin-bottom: 5px;
		background-color: #ffffff;
		background-repeat: repeat-x;
	}

	.ul-account {
		width: 200px;
		height: 43px;
		display: flex;
		justify-content: center;
		align-items: center;
		list-style: none;
		display: none;
	}


	#menu {
		background-color: black;
		background-repeat: repeat-x;
		min-height: 40px;
		width: 92vw;
		margin: 10px;
		display: none;
	}

	.product-thumb .caption {
		padding: 0 10px;
		min-height: 20px;
		font-size: 10px;
	}

	.product-thumb .caption p {
		display: flex;
		justify-content: space-evenly;
		align-items: flex-start;
		flex-direction: column;
		min-height: 20px;
		overflow: hidden;
	}

	.breadcrumb {
		display: flex;
		justify-content: space-evenly;
		align-items: flex-start;
		font-size: 6px;
		font-weight: bold;
		border: 1px solid #ddd;
	}




}