body {
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: rgb(244,244,244, 0.20);
}

.default-bg {
  background-color: #A8B520; 
}

.border-white {
	border: 1px solid var(--bs-gray-300);
}

* {
	-webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: antialiased;
    font-smooth: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    font-smooth: subpixel-antialiased;
}


.container-fluid {
	padding-right: 25px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 90% !important;
	max-width:1200px;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 28px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}

a {
	color: var(--bs-gray-800);
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: var(--bs-black);
}

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

label {
	font-size: 16px;
	font-weight: normal;
	color: var(--bs-gray-600);
}


.form-control {
	border-radius: .300rem;
}

.form-floating label {
  margin-top:2px
}

.menu-bg {
	background-color: var(--bs-white);
	border-bottom: 1px solid var(--bs-gray-300);
}

#search .form-control, #search .btn {
	font-size: 16px;
	border: 1px solid var(--bs-gray-500);
}

 
#search .btn-search:hover {
	background-color: #1A3853;
	border: 1px solid #1A3853;
}

#search .btn-search:hover i {
	color: #FFF;
}
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: 13px;
}

.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: 0px;
	display: flex;
	justify-content: left;
}

.nav-tabs .nav-link.active {
	color: var(--bs-nav-tabs-link-active-color);
	background-color: transparent;
	border-color: transparent;
	border-bottom: 2px solid green;
}

.nav-tabs .nav-link.hover {
	color: white;
	background-color: red;
	border-color: transparent;
	 
}

.nav-tabs .nav-link {
	color: var(--bs-nav-tabs-link-active-color);
	background-color: transparent;
	border-color: transparent;
	border-bottom: 2px solid var(--bs-gray-300);
}

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

header {
	background-color: var(--bs-white);
	border-bottom: 1px solid var(--bs-gray-200);
}

.top-link {
	background-color: #1A3853;
	color: white;
}


header .icon {
	font-size: 24px;
	display: flex;
	color: var(--bs-gray);
	justify-content: center;
}

 
.right-column {
	line-height: 18px;
}

.right-column .icon-label {
   font-size: 14px;
}

.right-column a {
    text-align:center
}

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

/* content */
#content {
	min-height: 300px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
/* footer */

#modalProgress {
    transition: width 0.05s;
}

.powered {
	text-align: center;
	color: var(--bs-gray-600);
}

.powered a {
	color: var(--bs-gray-600);
}

#modalSuccess .modal-dialog {
    max-width: 400px; /* Modal genişliği */
    width: 100%; /* Genişliğin %100 olmasını sağla */
}

#modalSuccess .modal-content {
    border-radius: 10px; /* Radius'u artırdık */
}

#modalSuccess .modal-body {
    text-align: center; /* İçerik merkezlenmiş olsun */
}

#modalSuccess .modal-body i {
    font-size: 4rem; /* İkon boyutunu ayarlayabilirsin */
}

#modalSuccess .modal-body p {
    margin: 10px 0; /* Paragraflar arasında boşluk */
}

/* Mobilde modal genişliğini sınırlamak ve ortalamak */
@media (max-width: 576px) {
    .modal-content {
        max-width: 70%; /* Ekranın %90'ı kadar genişlik */
        margin: auto; /* Ortalamayı garanti eder */
    }
}

.footer-section {
    position: relative;
    background: #151414; /* Arka plan rengi */
}

.footer-section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../image/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	opacity: 0.20;
	z-index: 1;
}

.account-section {
	background-image: url(../image/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: cover;
	border-radius: 0.5rem 0 0 0.5rem;
}

.register-section {
	background-image: url(../image/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: cover;
	border-radius: 0.5rem 0 0 0.5rem;
}

.content {
    position: relative;
    z-index: 2; /* Yazıların z-index'ini ayarlayın, böylece üstte görünür */
    color: white; /* Yazı rengi */
}


.footer-section ul {
    margin: 0px;
    padding: 0px;
}

.footer {
	border-bottom: 1px solid #3c511b;
}

.single i {
  color: #fff;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.footer-text {
  padding-left: 15px;
  display: inline-block;
    color: #fff;
}
.footer-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.footer-text span {
  color: #fff;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #fff;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-social-icon a {
	color: #fff;
	font-size: 16px;
	margin-right: 20px;
}

.footer-social-icon i {
	height: 36px;
	width: 36px;
	text-align: center;
	line-height: 38px;
	border-radius: 10%;
	font-size: 22px;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 2px;
	width: 50px;
	background: #7fab43;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
	width: 100%;
	padding: 14px 28px;
	background: var(--bs-white);
	color: var(--bs-gray-600);
}
.subscribe-form button {
	position: absolute;
	right: 0;
	background: #1A3853;
	padding: 13px 20px;
	top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
	background: #000;
	padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.copyright-text p a{
  color: #fff;
}
.copyright-text a{
  color: #fff;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
	font-size: 14px;
	color: #fff;
}


.font-size-13 {
	font-size: 13px;
}

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

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 10px 0px;
}

.breadcrumb a {
	font-size: 14px;
}

.breadcrumb i {
	font-size: 14px;
}
.breadcrumb > li {
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb > li:first-child {
	padding-left: 0px;
}


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

.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	right: 0px;
	width: 16px;
	height: 16px;
	border-right: 0.5px solid var(--bs-gray-400);
	transform: rotate(26deg);
}

.breadcrumb > li:last-child::after {
  display: none; /* Hide the arrow for the last breadcrumb */
}

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

}
.pagination {
	display: flex;
	justify-content: center;
	padding: 10px;
}
 
.pagination li a {
	background-color: white;
	padding: 10px;
	border-radius: 10px;
	margin-right:5px;
	padding-left: 15px;	
	padding-right: 15px;		
}

.pagination li a:hover {
	background-color: #1A3853;
 	color:white;
}

.pagination li:hover a {
	background-color: #1A3853;
 	color:white;
}

.pagination li:hover .bi {
 	color:white !important;
}

.pagination .active span {
	background-color: #1A3853;
	color:white;
	padding: 10px;
	border-radius: 10px;
	margin-right:5px;
	padding-left: 15px;	
	padding-right: 15px;			
}



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

.btn {
	padding: 8.5px 12px;
	border: 1px solid transparent;
	border-radius: 7px;
}


.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-default {
	color: #777;
	background-color: #e7e7e7;
}

.btn-primary {
	color: #ffffff;
	text-shadow: unset;
	background-color: #1A3853;
	transition: background-color 0.3s ease, transform 0.3s ease;
	border: none;
	font-size: 15px;
}



.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #573B23;
	border: none;
	transition: background-color 0.3s ease, transform 0.3s ease;
}
 
.btn-warning {
	color: #ffffff;
	text-shadow: unset;
	background-color: #faa732;
}
.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;
	background-color: #da4f49;
	border: none;
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
}
.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;
}
.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: var(--bs-gray-600);
	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: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
}
.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 var(--bs-gray-400);
    margin-bottom: 20px;
    overflow: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Geçiş efekti */
}
/* Hover efekti */
.product-thumb:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Gölge ekleyerek derinlik hissi verme */
    border-color: var(--bs-gray-300); /* Sınır rengini değiştirme */
}


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

.product-thumb .puanlama i {
	font-size:16px
}


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;
	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: auto;
    margin-right: auto;	
	display: block;
	text-align: center;
}


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

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: white;
	border: 1px solid #ced4da;
	border-radius: .375rem;
}

/* 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;

}

.navbar {
	min-height: auto; 
	margin-bottom: 0px; 
}

@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   .navbar {
    border-radius: 0px;
  }  
}

/* Ürünler */
.wishlistAdd {
	position: absolute;
	top: 12px;
	right: 10px;
	background-color: transparent;
	border: none;
	border-radius: 7px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	width: 30px;
	height: 30px;
	transition: background-color 0.3s ease, transform 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wishlistAdd i {
    color: #1A3853;
    font-size: 14px; /* İkon boyutu artırıldı */
    transition: color 0.3s ease; /* Geçiş efekti eklendi */
}

.wishlistAdd:hover {
    background-color: #1A3853;
}

.wishlistAdd:hover i {
    color: white;
}

.sepet {
    position: relative; /* İkon ve sayaç konumlandırması için gerekli */
}

.sepet .toplamAdet {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	padding: 0;
	border-radius: 50%;
	width: 23px;
	height: 23px;
	font-size: 13px;
	background-color: white;
	transition: background-color 0.3s ease, transform 0.3s ease;
	color: var(--bs-gray-600);
	top: -8px;
	right: -10px;
	z-index: 1;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	font-weight:400;
}

.sepet a:hover .toplamAdet {
    background-color: #1A3853; /* Hover durumunda arka plan rengi */
    color: white; /* Renk değişimi */
}

.sepet:hover .toplamAdet {
  background-color: #1A3853;
  color: white !important;
  transform-origin: center; /* Büyütme merkezini ortada tut */
}


.card-body {
	flex: 1 1 auto;
	padding: 5px 8px;
	color: var(--bs-card-color);
	height: 120px;
	max-height: 120px;
	overflow: hidden;
}

.swiper-popup {
    position: fixed;
    top: 20px;
    right: 0px;
	left: 0px;
    z-index: 9999;
    width: 300px; 
}


	@-webkit-keyframes ma5-panelIn 
{
	 0% 
{
	 -webkit-transform: translate3d(-280px, 0, 0);
	 transform: translate3d(-280px, 0, 0);
	 
}
	  100% 
{
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
	 
}
	 
}
	@-moz-keyframes ma5-panelIn 
{
	 0% 
{
	 -webkit-transform: translate3d(-280px, 0, 0);
	 transform: translate3d(-280px, 0, 0);
	 
}
	  100% 
{
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
	 
}
	 
}
	@-ms-keyframes ma5-panelIn 
{
	 0% 
{
	 -webkit-transform: translate3d(-280px, 0, 0);
	 transform: translate3d(-280px, 0, 0);
	 
}
	  100% 
{
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
	 
}
	 
}
	@keyframes ma5-panelIn 
{
	 0% 
{
	 -webkit-transform: translate3d(-280px, 0, 0);
	 transform: translate3d(-280px, 0, 0);
	 
}
	  100% 
{
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
	 
}
	 
}
	@-webkit-keyframes ma5-panelOut 
{
	 0% 
{
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
	 
}
	  100% 
{
	 -webkit-transform: translate3d(-280px, 0, 0);
	 transform: translate3d(-280px, 0, 0);
	 
}
	 
}
	@-moz-keyframes ma5-panelOut 
{
	 0% 
{
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
	 
}
	  100% 
{
	 -webkit-transform: translate3d(-280px, 0, 0);
	 transform: translate3d(-280px, 0, 0);
	 
}
	 
}
	@-ms-keyframes ma5-panelOut 
{
	 0% 
{
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
	 
}
	  100% 
{
	 -webkit-transform: translate3d(-280px, 0, 0);
	 transform: translate3d(-280px, 0, 0);
	 
}
	 
}
	@keyframes ma5-panelOut 
{
	 0% 
{
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
	 
}
	  100% 
{
	 -webkit-transform: translate3d(-280px, 0, 0);
	 transform: translate3d(-280px, 0, 0);
	 
}
	 
}
.ma5-menu-mobile 
{
	 display: none;
	 
}
.menu-mobi-toggle 
{
	 cursor: pointer;
	 
}

.ma5-mobile-menu-container {
	-webkit-transform: translate3d(-280px, 0, 0);
	transform: translate3d(-280px, 0, 0);
	-webkit-transition: -webkit-transform 0.3s ease-out 0s;
	transition: transform 0.3s ease-out 0s;
	position: fixed;
	background-color: #fff;
	width: 280px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 200;
}

.ma5-page 
{
	 -webkit-transition: -webkit-transform 0.3s ease-out 0s;
	 transition: transform 0.3s ease-out 0s;
	 
}
.ma5-menu-active 
{
	 overflow: hidden;
	 
}
.ma5-menu-active body 
{
	 overflow: hidden;
	 
}
.ma5-menu-active .ma5-mobile-menu-container 
{
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
	 -webkit-transition: -webkit-transform 0.3s ease-in 0s;
	 transition: transform 0.3s ease-in 0s;
	 
}
.ma5-menu-active .ma5-page 
{
	 -webkit-transform: translate3d(280px, 0, 0);
	 transform: translate3d(280px, 0, 0);
	 -webkit-transition: -webkit-transform 0.3s ease-in 0s;
	 transition: transform 0.3s ease-in 0s;
	 
}
.ma5-menu-panel 
{
	 width: 280px;
	 height: 100%;
	 position: absolute;
	 overflow: hidden;
	 overflow-y: auto;
	 top: 0;
	 left: 0;
	 margin: 0;
	 padding: 0;
	 list-style-type: none;
	 z-index: 100;
	 background-color: #fefefe;
 
	 
}
.ma5-menu-panel:after 
{
	 content: "";
	 display: block;
	 position: absolute;
	 width: 1px;
	 height: 100%;
	 right: 0;
	 top: 0;
	 background-color: rgba(166, 202, 237, 0.2);
	 
}
.ma5-menu-panel li 
{
	 position: relative;
	 padding-right: 50px;
	 font-size: 0;
	 
}
.ma5-menu-panel li:after 
{
	 content: "";
	 display: block;
	 position: absolute;
	 width: 100%;
	 height: 1px;
	 left: 0;
	 bottom: 0;
	 background-color: rgba(166, 202, 237, 0.2);
	 
}

.ma5-menu-panel a {
	display: inline-block;
	padding: 15px;
	text-decoration: none !important;
	color: black;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	outline: none !important;
}

.ma5-menu-panel .ma5-btn-enter, .ma5-menu-panel .ma5-btn-leave {
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	padding: 15px 15px 14px 15px;
	width: 50px;
	height: 49px;
	overflow: hidden;
	left: 0;
	top: 0;
	text-align: center;
	/* background-color: #a6caed; */
	color: var(--bs-gray-300);
}

.ma5-menu-panel .ma5-btn-enter .glyphicon, .ma5-menu-panel .ma5-btn-leave .glyphicon 
{
	 top: 2px;
	 
}
.ma5-menu-panel .ma5-btn-enter 
{
	 z-index: 0;
	 left: auto;
	 right: 0;
	 
}
.ma5-menu-panel .ma5-leave-bar 
{
	 font-size: 16px;
	 cursor: pointer;
	 display: block;
	 position: relative;
	 padding: 15px 20px 15px 60px;
	 margin-right: -50px;
	 text-align: center;
	 color: #668aad;
	 text-transform: uppercase;
	 overflow: hidden;
	 white-space: nowrap;
	 text-overflow: ellipsis;
	 
}

.ma5-menu-panel .ma5-leave-bar::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: var(--bs-gray-300);
}

.ma5-menu-panel:first-of-type 
{
	 z-index: 160;
	 
}
.ma5-menu-panel.ma5-active-ul 
{
	 z-index: 170;
	 
}
.ma5-menu-panel .ma5-active-li a, .ma5-menu-panel .ma5-path-to-active {
	color: var(--bs-gray-600);
}

.ma5-menu-panel.ma5-parent-leave, .ma5-menu-panel.ma5-parent-enter 
{
	 z-index: 180;
	 
}
.ma5-menu-panel.ma5-active-leave, .ma5-menu-panel.ma5-active-enter 
{
	 z-index: 190;
	 
}
.ma5-menu-panel.ma5-active-enter 
{
	 -webkit-animation-timing-function: ease-out;
	 -webkit-animation-duration: 0.4s;
	 -webkit-animation-delay: 0;
	 -webkit-animation-fill-mode: both;
	 -webkit-animation-name: ma5-panelIn;
	 animation-timing-function: ease-out;
	 animation-duration: 0.4s;
	 animation-delay: 0;
	 animation-fill-mode: both;
	 animation-name: ma5-panelIn;
	 
}
.ma5-menu-panel.ma5-active-leave {
	 -webkit-animation-timing-function: ease-out;
	 -webkit-animation-duration: 0.4s;
	 -webkit-animation-delay: 0;
	 -webkit-animation-fill-mode: both;
	 -webkit-animation-name: ma5-panelOut;
	 animation-timing-function: ease-out;
	 animation-duration: 0.4s;
	 animation-delay: 0;
	 animation-fill-mode: both;
	 animation-name: ma5-panelOut;
	 
}

.ma5-close-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}


.button-plus {
	background-color: white !important;
	border: 1px solid var(--bs-gray-300) !important;	
}


.button-minus {
	background-color: white !important;
	border: 1px solid var(--bs-gray-300) !important;	
}

.button-plus i, .button-minus i {
  font-size:16px;
}

.button-plus:hover, .button-minus:hover {
	background-color: var(--bs-gray-200) !important;
	border: 1px solid var(--bs-gray-200) !important;	
}
  

.bi {
	color: var(--bs-black);
}


/* Products */

 
.product-thumb {
	border: 1px solid var(--bs-gray-300);
	-webkit-box-shadow: 1px 0px 2px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.04);
	padding: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-thumb h4 {
	font-size: 14px;
}

.product-thumb:hover .btn-primary {
	background-color: #A8B520;
}


.banner-blocks {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 2rem;
}

.block-1 { grid-area: 1 / 1 / 3 / 8; }
.block-2 { grid-area: 1 / 8 / 2 / 13; }
.block-3 { grid-area: 2 / 8 / 3 / 13; }

@media screen and (max-width:1140px) {
  .banner-blocks {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
  .block-1 { grid-area: 1 / 1 / 3 / 2; }
  .block-2 { grid-area: 3 / 1 / 4 / 2; }
  .block-3 { grid-area: 4 / 1 / 5 / 2; }
  
}
 
.product-page {
	border: 1px solid var(--bs-gray-200);
	background-color: #FFF;
	padding: 10px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	margin-top: 25px;
}

.product-page .border-right-1 {
	border-right: 1px solid var(--bs-gray-300);
}

.product-page .border-left-1 {
	border-right: 1px solid var(--bs-gray-300);
}
 
 
  /* Ana Slider'ın resimleri tam genişlikte */
.product-page .product-slider .swiper-slide img {
    width: 100%;
    height: auto;
  }

/* Thumbnail Slider */
.product-page .thumbnail-slider .swiper-slide img {
    cursor: pointer;
    border: 2px solid #ddd;
    padding: 5px;
}

.product-page .thumbnail-slider .swiper-slide img:hover {
    border-color: #007bff; /* Hover'da mavi renk */
  }
  
/* Resimlerin arasındaki boşluk */
.product-page .swiper-container {
    width: 100%;
    height: 100%;
  }
 

.product-page .product-breadcrumb {
   color: var(--bs-gray-400);
  }
  
.product-page .product-breadcrumb a {
   color: var(--bs-gray-400);
  }

  
		
.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	font-size: 20px !important;
	color: var(--bs-gray-500);
}
 


.swiper-button-prev:after {
	border-right: 1px solid #1A3853;
}

.swiper-button-next:after {
	border-left: 1px solid #1A3853;
}



.product-page .swiper-slide {
	display: flex;
	justify-content: center;
}

.product-page .wishlist {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: transparent;
	border: none;
	border-radius: 0px 5px 0px 10px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	width: 40px;
	height: 40px;
	transition: background-color 0.3s ease, transform 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
}

/* Swiper düğmelerine hover efekti */
.slideshow .swiper-button-next, 
.slideshow .swiper-button-prev {
 
  transition: background-color 0.3s ease, transform 0.3s ease; /* Yumuşak geçiş */
 
}

/* Hover efektinde arka plan rengi değişimi ve biraz büyüme */
.slideshow .swiper-button-next:hover, 
.slideshow .swiper-button-prev:hover {
 
  transform: scale(1.1); /* Hover olduğunda düğmeyi büyüt */
}

/* Hover durumundaki animasyon efekti */
.slideshow .swiper-button-next:active, 
.slideshow .swiper-button-prev:active {
  transform: scale(0.9); /* Tıklama sırasında düğme küçülsün */
 
}



.product-page .wishlist i {
	color: #1A3853;
	font-size: 16px;
}

.product-page .wishlist:hover {
	background-color: #1A3853; 
}

.product-page .wishlist:hover i {
	color: white; 
}
 
 
.gallery-thumbs .swiper-slide img {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	border:1px solid var(--bs-gray-300);
	cursor:pointer;
}

.font-size-12 {
    font-size: 12px;
}

.custom-hr {
    border: 1px solid var(--bs-gray-300);
}

.padding-10 {
  padding: 10px;
}

.product-page-kargo > div {
	line-height: 14px;
	text-align: left !important;
}

.product-page-kargo i {
	font-size: 2rem !important;
}

.product-page-warning {
	font-size: 12px;
	line-height: 6px;
	text-align: left !important;
}

.product-page .special {
	font-weight: bold;
	line-height: 34px;
}

.text-red {
 color:red !important;
}

.product-page .discount-badge {
    background-color: #dc3545; /* Kırmızı zemin */
    color: white; /* Beyaz yazı */
    font-size: 1.1rem; /* Yazı boyutu */
}

.product-page .price-original {
    text-decoration: line-through;
    color: #6c757d; /* Gri renk */
    font-size: 1.2rem; /* Fiyat boyutu */
}

.product-page .price-discounted {
    font-weight: bold;
    color: #28a745; /* Yeşil renk */
    font-size: 1.5rem; /* İndirimli fiyat boyutu */
}


.product-page .button-plus i, .button-minus i {
	font-size: 20px;
}




/* Mobile */
@media (max-width: 767px) {

.container-fluid {
	padding-right: 10px;
	padding-left: 10px;
	width: 95% !important;
}

.top-link p {
	font-size:13px
}

.bi-heart:before {
	font-size: 16px;
	margin-top: 6px;
}

.input-group {
	flex-wrap: nowrap;
}

.wishlistAdd {
	top: 8px;
}

.wishlistAdd i {
	font-size: 14px;
}

.local-section-title {
	display: flex;
	font-size: 16px;
	margin-top: 6px;
}

#logo {
	margin-left:5px;
}

.product-page .thumbnail img {
	max-height: 300px;
}

.button-minus {
	padding: 1.5px 4px  !important;
}

.sepete-ekle  {
	padding: 5.5px 12px !important;
}


.product-page .btn-primary {
	padding: 6px;
	padding-left: 20px;
	padding-right: 20px;
}


.product-page-warning {
	font-size: 12px;
	line-height: 18px;
	margin:1px !important;
}

.product-page .border-right-1 {
	border-right: none;
}

.account-section {
	min-height: 200px;
}

.register-section {
	height: 200px;
}

}


/* Moobile End */

.bg-red {
	background-color:red;
}
 
 .button-minus {
	padding: 3.5px 4px !important;
}

.button-plus {
	padding: 3.5px 4px !important;
}

.border-red {
  border:1px solid red;	
}

.text-muted {
	color: #EEE !important;
}

.border-gray-200 {
	border: 1px solid var(--bs-gray-200);
}

p {
	margin-top: 0;
	margin-bottom: 12px;
}


.line-height-20 {
	line-height: 20px;
}

.badge {
	color: var(--bs-gray-600);
 
}

.alert-danger {
	  background-color:#FFF !important;
      background:transparent !important;
}

/* Apply alternating background color to reviews */
.review-item:nth-child(odd) {
    background-color: #fff;  /* White for odd reviews */
}

.review-item:nth-child(even) {
    background-color: #f8f9fa;  /* Light gray for even reviews */
}

/* Optionally, add some padding for visual enhancement */
.review-item {
    padding: 20px;
    border-radius: 5px;
}

/* Optional: Styling for borders and shadows */
.review-item {
    border: 1px solid #ddd;
}


/* Color for filled stars */
.rating i.bi-star-fill {
    color: #A8B520;  /* Set the color of filled stars */
}

/* Color for empty stars */
.rating i.bi-star {
    color: #A8B520;  /* Set the color of empty stars */
}


#checkout-cart thead {
	border-bottom: 1px solid #EEE;
}

.form-control {
	font-size:16px !important
	
}

.container-fluid  {
 
	max-width:1320px !important;
}

 
