body {
	font-family: 'Poppins', Arial, Helvetica;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	background-color: #f6f6f6;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	color: #242424;
}
 
.fa {
	font-size: 14px;
}
 
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;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	color: #23a1d1;
	text-decoration: none;
}
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: 13px;
}
.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;
}
 
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
b, strong {
    
font-weight:600;
}



.YorumBirak {
	position: relative;
	display: inline-table;
	top: 1px;
	color:#212121;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: 600;
}
/* 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;
}
 
 .rating-yok {
   	color: #212121 !important; 
}


#top-links {
	font-size: 14px;
	line-height: 50px;
}

/* search */
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}

.main {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: space-around;
	max-height: inherit;
	line-height: 1;
}

.main-left {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	min-width: 280px;
	max-width: 280px;
	margin-top: auto;
	margin-bottom: auto;
}

.main-center {
	flex: 1 1 0%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: auto;
	margin-bottom: auto;
}

.main-right {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	max-width: 700px;
	margin-top: auto;
	margin-bottom: auto;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family:'Poppins', sans-serif;
}


.user {
	height: 40px;
	width: 40px;
	background-color: #414141;
	display: flex;
	border-radius:45px;
}

.user:hover {
	background-color: #282828;
	transition: all .25s ease;
}


.icon-login {
	width: 34px;
	height: 34px;
	background-color: #282828;
	margin: auto;
	border-radius:45px;
}

.icon-login img {
	width: 34px;
	height: 34px;
	padding: 5px;
}

 /*
.icon-login:before {
	content: '\f364';
	font-size: 24px;
	margin: auto;
	text-align: center;
	justify-content: center;
	display: block;
	color: #c3aa71;
}
 */

.icon-currency-form {
	display: contents !important;
}
 

 .icon-currency {
	width: 34px;
	height: 34px;
	background-color: #282828;
	margin: auto;
	border-radius:45px;
	cursor:pointer
}

.icon-currency img {
	width: 34px;
	height: 34px;
	padding: 5px;
}

.cart {
	position: relative;
}

.cart button {
	background-color: #414141;
	width: 120px;
	display: flex;
	color: white;
	font-weight: 400;
	border: none;
	margin: 0;
	height: 40px;
	border-radius: 45px;
	padding: 0;
	padding-inline: 3px;
}

.cart > button #cart-total {
	width: 84px;
	height: auto;
	margin: auto;
	display: inline;
	
}
 

.cart button:hover {
	background-color: #282828;
	transition: all .25s ease;
	color: white;
}



.icon-cart {
	width: 34px;
	height: 34px;
	background-color: #282828;
	border-radius: 100%;
	margin-top: auto;
	margin-bottom: auto;
}

.icon-cart img {
	width: 30px;
	height: 34px;
	padding: 5px;
}

.cart .adet {
	position: absolute;
	display: flex;
	z-index: 5;
	right: -5px;
	top: -3px;
	background-color: white;
	height: 20px;
	width: 20px;
	border: 2px solid #414141;
	justify-content: center;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	border-radius: 100%;
	font-family: Arial;
}

.cart .adet:after {
	content: attr(data-desktop-adet);
	margin: auto;
}

.cart:hover .adet {
	background-color: #006253;
	color: #414141;
}

/* content */
#content {
	min-height: 460px;
}

/* footer */
footer {
	margin-top: -5px;
	background-color: #006253;
	border-top: 1px solid #282828;
	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: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
}


/* breadcrumb */
.breadcrumb {
	background-color: transparent;
	margin-bottom: 0px;
    font-weight:500;
    color:#777;
	list-style: none;
	padding-bottom: 12px;
	padding-top: 12px;
}

.breadcrumb > li {
	white-space: nowrap;
	font-size: 13px;
	    font-weight:500;
    color:#777;
}

.breadcrumb > li + li::before {
	content: '';
	padding-inline: 2px;
}

.breadcrumb > li:after {
	content: '/';
	padding-left: 5px;
}
 
 .breadcrumb a {
    color:#777;
    font-weight:400;
}

.breadcrumb  > li:last-child a {
	color:#242424;
	font-weight:600;
}

.breadcrumb > li:last-child::after {
	content: '';
}

 
/* 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;
}

.markalar-thumb {
	background-color: #ffffff;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px;
	border-radius: 5px;
}

.markalar-thumb:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.2s ease;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
}

/* product list */

.gallery .thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: none;
	border-radius: 0px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

.product-thumb {
	background-color: #ffffff;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px;
	border-radius: 5px;
	border:2px solid #fff;
}


.product-grid {
	overflow: hidden;
}

  


.product-thumb:hover {
 
	border:2px solid #006253;  
	transition: all 0.2s linear;
}

.product-thumb:before{
  transition-duration: 0.4s;
}
.product-thumb:after{
  transition-duration: 0.4s;
}
.product-thumb:before{
  transition-duration: 0.4s;
}
.product-thumb:after{
  transition-duration: 0.4s;
}
.product-thumb .image {
	text-align: center;
	margin-bottom: 0px;
	/* overflow: hidden; */
	height: auto;
	padding-inline: 25px;
}

.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}


.product-grid .product-thumb .image {
	float: none;
}


.product-discount-label {
	position: absolute;
	display: inline-block;
	z-index: 5;
	top: 10px;
	color: #fff;
	right: 15px;
	background-color: rgb(221,14,28);
	padding: 3px 10px;
	font-weight: 600;
	border-radius: 5px;
	width:50px;
}

.product-new-label-div {
	height: auto;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 0;

	
}


.product-discount-label {
	position: absolute;
	display: inline-block;
	z-index: 5;
	top: 10px;
	color: #fff;
	right: 15px;
	background-color: rgb(221,14,28);
	padding: 3px 10px;
	font-weight: 600;
	border-radius: 5px;
}


.product-new-label {
	background-color: #3b51ea;
	padding: 3px 10px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	border-radius: 5px;
	margin-left: 15px;
	width: 50px;
}


.product-thumb h3 {
	font-size: inherit;

}

.product-thumb h3 a {
	color: #242424;
	line-height: 18px;
	font-size: 14px;
}

.product-thumb .stokdurumu {
	color: #242424;
	height: 20px;
	font-size: 14px;
	font-weight: 600;
}

.stoktaVar:before {
	font-family: FontAwesome;
	content: '\f00c';
	font-size: 16px;
	margin-right: 5px;
	color: #c3aa71;
	font-weight: bolder;
}
.stoktaYok {
	color: rgb(220,1,0);
	font-weight: normal;
}

.stoktaYok:before {
	font-family: FontAwesome;
	content: '\f00d';
	font-size: 16px;
	margin-right: 5px;
	color: rgb(220,1,0);
	font-weight: normal;
}

.product-thumb .caption {
	min-height: 100px;
	max-height: 100px;
	margin-top: 0;
	overflow: hidden;
}

.product-thumb .rating {
	padding-bottom: 5px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star {
	color: #006253;
	font-size: 15px;
}


.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
 
h2.price {
	margin: 0;
}
/*
.rating-list {
    color:#212121 !important;
}
*/
.product-thumb .price {
	font-weight: 600;
	color: rgb(23, 150, 209);
	height: 20px;
	font-size:20px;
}

.product-thumb .price-new {
	color: rgba(221, 14, 28, 1);
	font-size:20px;	
	font-weight: 600;
}

.product-thumb .price-old {
	color:rgba(105, 105, 115, 1);
	text-decoration: line-through;
	margin-left: 4px;
	font-size: 14px !important;
	font-weight: 600;
}

.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: 600;
	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: 600px) { 
	
	#content div.check-last-item:last-child {
		display:none;
	}
}
   
@media (min-width: 768px) {
   

   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}

 
.markalar {
	display: flex;
	align-items: center;
	border-color: rgba(0,0,0,0.105);
	flex-direction: row;
    font-size: 26px;
	color:rgb(40, 40, 40);
}

.markalar strong {
	margin-left:15px;
	margin-right:15px;
}


.markalar:before {
  content: "";
  display: block;
  flex: 1 1 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
}

.markalar:after {
  content: "";
  display: block;
  flex: 1 1 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
}

.form-horizontal .control-label {
	padding-top: 7px;
	margin-bottom: 5px;
	text-align: left;
	font-weight: 600;
}

div.required .control-label:before {
	content: '';
}

div.required .control-label:after {
	content: ' *';
	color: #F00;
	font-weight: 600;
}

 
.konumbilgileri h2 {
	display: flex;
	align-items: center;
	border-color: rgba(0,0,0,0.105);
	flex-direction: row;
    font-size: 26px;
	color:rgb(40, 40, 40);
}


.konumbilgileri h2 strong {
	margin-right:15px;
}

.konumbilgileri h2:after {
		content: "";
		display: block;
		flex: 1 1 auto;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: inherit;
}

.konumbilgileri h4 {
	font-size: 22px;
	font-weight: 600;
	color: #000000;
}

.konumbilgileri p {
	font-size: 14px;
	color:#242424;
	padding-left: 30px;
	line-height: 32px;
	
}

.konumbilgileri h4:before {
	content: url("../image/telephone-inbound.svg");
	position: relative;
	right: 10px;
	top: 6px !important;
}

.cart-right-block div {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: rgba(0,0,0,0.105);
	line-height: 42px;
	font-size: larger;
}


.renk-24 {
    
    color:#242424 !important;
}



@media (min-width: 320px) and (max-width: 720px) {
	
	
	 

}
 

.footer-top:after {
	content: "";
	clear: both;
	display: table;
}

.footer-top .left-block {
 
	width:50%;
	float:left;
	padding-left: 5px;

}
 
.footer-top .left-block p {
	color: #FFF;
	letter-spacing: 0;
	font-weight: 600;
	word-wrap: break-word;
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	line-height: normal;
	font-weight:500;	
}

.footer-top .right-block {
	width: 50%;
	float: right;
	padding-left: 5px;
	text-align: right;
}

.footer-top .right-block ul, ol {
	margin-top: 0;
	margin-bottom: 0;
}
 
.footer-top .right-block li {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.footer-top .right-block a {
	color:white;
	letter-spacing: 0;
	word-wrap: break-word;
	font-weight:500;
}

.footer-top .right-block li:after {
	content: "";
	height: 12px;
	background-color: #646363;
	width: 2px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 5px;
	position: relative;
	top: 1px;
}

.footer-top .right-block li:last-child:after {
    content: "";
	height:12px;
	background-color: transparent;
	width: 0px;
	display:inline-block;
	margin-left: 0px;
	margin-right: 0px;
}

.footer-top a:hover {
	color: #006253;
}

.footer-center {
	padding-top:35px;
	padding-bottom:35px;
	
}

.footer-bottom-left p {
	text-align:left;
}



.footer-bottom-right p {
	text-align:right;	
}

.footer-center:after {
	content: "";
	clear: both;
	display: table;
}


.footer-padding {
   padding-left:15px !important;
}


.footer-center-first-block {
   padding-right:25px;
   margin-left:auto;
   margin-right:auto;
}


.footer-center-first-block h5 {
	text-transform: uppercase;
	font-weight: bolder;
	line-height: 2;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 2px;
}

.footer-center-first-block p {
	text-align: center;
	margin: 0;
}

.footer-right-block ul, li {
	line-height: 23px;
	font-size: 14px;
	font-family: 'Poppins', Arial, Helvetica;
	font-weight: 400;
}


.x-twitter:before {
	content: url("../image/twitter.svg");
	margin-top: 0;
	display: block;
}

.security {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

 
			  
.newsletter .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

		.newsletter input {
			background-color: #fff;
			border: 1px solid #444;
			line-height: 22px;
			padding: 5px;
		}


		.newsletter .input-group-addon, .input-group-btn {
			width: 0;
			white-space: nowrap;
			vertical-align: middle;
		}

		.newsletter .btn-primary {
			color: #fff;
			background-color: #444;
			border-color: #444;
			border-radius: 0px;
		}
 
		
		.newsletter .btn-primary:hover {
              background-color: #282828 !important;
              color: rgb(240, 240, 240);
              transition: all .25s ease;
              border-color: #414141;
			color: #fff;
		}
		
		
		.sosyal-medya {
			margin-top: 10px;
		}

		.sosyal-medya ul {
			display: flex;
			margin: 0;
			padding: 0;
		}

		.sosyal-medya ul li {
			list-style: none;
			margin-right: 9.5px;
			height: 50px;
			width: 50px;
			display: flex;
			justify-content: center;
			align-items: center;
			transition: all ease 0.3s;
			/*background-color: #282828;*/
			border-radius:5px;
		}

		.sosyal-medya a {
		  color:#ccc;
		  margin:0;
		  padding:0;
		 }

		.sosyal-medya i {
				font-size:25px;
		 }
		 
		.sosyal-medya ul li:hover {
		  color: #fff;
		  /*background: #414141;*/
		  cursor: pointer;
		}

		.sosyal-medya .tooltip.top .tooltip-inner {
			background-color:red !important;
		}
		
		.sosyal-medya .tooltip.top .tooltip-arrow {
			  border-top-color: red;
		}
 
		.footer-bottom-right {
			display: block;
			float: left;
			margin: 0;
			padding: 0;
		}
		 
		.footer-bottom-right img {
			height: 30px;
			width: 38px;
			transition: all ease 0.3s;
			white-space: nowrap;
		}

.CarouselArkaPlan {
	background-color: #eee;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #eee;
	border-bottom-color: #eee;
	margin-top: 5px;
	margin-bottom: 0px;
	overflow: hidden;
}

.CarouselMarkalar {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #eee;
    padding-right: 5px;
    padding-left: 5px;
}
.CarouselMarkalar img {
	opacity: 0.8;
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	max-height: 80px;
	margin: auto;
}
.CarouselMarkalar img:hover {
    -webkit-filter: grayscale(0);
    filter: none;
    cursor: pointer;
    opacity: 1;
}

.CarouselArkaPlan .Border:first-child {
	border-left: 1px solid #CCC;

}

.CarouselArkaPlan .Border {
	border-right: 1px solid #CCC;

}

.CarouselArkaPlan .swiper-viewport {
	margin: 0 auto !important;
	z-index: 1;
	width: 100%;
	position: relative;
	overflow: visible;
}


.footer-powered-left {
   width:100%;
}

.footer-powered-left p {
	margin: 0;
	line-height: 40px;
}

.footer-powered-right {
	float:right;
	width:50%;
	text-align:right
	
}

.checkout-legend {
    margin-bottom:20px !important;
    padding: 0px;
}
 

@media (min-width: 300px) and (max-width: 1080px) {
	
  
.footer-top .left-block {
	height: auto;
	width: 100%;
	padding-left: 0px;
	text-align: center;
	border-bottom: 1px dotted transparent;
	margin-bottom: 10px;
	line-height: 26px;
}

.footer-top .left-block:after {
   content:"";
   width: 100%;
   display:table;
   height: 2px;
   background-color: transparent;
   margin:auto;
   border-radius:0
   
}

.footer-top .left-block p {
	font-weight:normal;
}


.footer-top .right-block {
	height: auto;
	width: 100%;
	padding-left: 0px;
	line-height: 1px;
	text-align: center;
	border-bottom: 1px solid transparent;
	margin-bottom: 10px;
}	

.footer-top .right-block ul {
	padding: 0px;
}

.footer-top .right-block a {
	font-weight:normal;
}

.footer-top .right-block p {
	font-weight:normal;
	font-size: 12px;
}	
	
.footer-top .right-block li:after {
	width: 1px;
}

.footer-powered-left {
	 float:none;
	 width:100%;
	 text-align:center
}

.footer-powered-right {
	float:none;
	width:100%;
	text-align:center
}


}

.heading-title {
	background-color: #006253;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.heading-title h3 {
	color: white;
	text-align: center;	
	font-size:15px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-top: 10px;	
}

.checkout-checkout .form-horizontal {
	padding-left: 15px;
	padding-right: 15px;
}

.bell {
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
  0% { -webkit-transform: rotateZ(0); }
  1% { -webkit-transform: rotateZ(30deg); }
  3% { -webkit-transform: rotateZ(-28deg); }
  5% { -webkit-transform: rotateZ(34deg); }
  7% { -webkit-transform: rotateZ(-32deg); }
  9% { -webkit-transform: rotateZ(30deg); }
  11% { -webkit-transform: rotateZ(-28deg); }
  13% { -webkit-transform: rotateZ(26deg); }
  15% { -webkit-transform: rotateZ(-24deg); }
  17% { -webkit-transform: rotateZ(22deg); }
  19% { -webkit-transform: rotateZ(-20deg); }
  21% { -webkit-transform: rotateZ(18deg); }
  23% { -webkit-transform: rotateZ(-16deg); }
  25% { -webkit-transform: rotateZ(14deg); }
  27% { -webkit-transform: rotateZ(-12deg); }
  29% { -webkit-transform: rotateZ(10deg); }
  31% { -webkit-transform: rotateZ(-8deg); }
  33% { -webkit-transform: rotateZ(6deg); }
  35% { -webkit-transform: rotateZ(-4deg); }
  37% { -webkit-transform: rotateZ(2deg); }
  39% { -webkit-transform: rotateZ(-1deg); }
  41% { -webkit-transform: rotateZ(1deg); }

  43% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
  0% { -moz-transform: rotate(0); }
  1% { -moz-transform: rotate(30deg); }
  3% { -moz-transform: rotate(-28deg); }
  5% { -moz-transform: rotate(34deg); }
  7% { -moz-transform: rotate(-32deg); }
  9% { -moz-transform: rotate(30deg); }
  11% { -moz-transform: rotate(-28deg); }
  13% { -moz-transform: rotate(26deg); }
  15% { -moz-transform: rotate(-24deg); }
  17% { -moz-transform: rotate(22deg); }
  19% { -moz-transform: rotate(-20deg); }
  21% { -moz-transform: rotate(18deg); }
  23% { -moz-transform: rotate(-16deg); }
  25% { -moz-transform: rotate(14deg); }
  27% { -moz-transform: rotate(-12deg); }
  29% { -moz-transform: rotate(10deg); }
  31% { -moz-transform: rotate(-8deg); }
  33% { -moz-transform: rotate(6deg); }
  35% { -moz-transform: rotate(-4deg); }
  37% { -moz-transform: rotate(2deg); }
  39% { -moz-transform: rotate(-1deg); }
  41% { -moz-transform: rotate(1deg); }

  43% { -moz-transform: rotate(0); }
  100% { -moz-transform: rotate(0); }
}

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }

  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}



#scrollTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 14px;
	border: none;
	outline: none;
	background-color: #5b5555;
	color: white;
	cursor: pointer;
	border-radius: 5px;
	width: 30px;
	height: 30px;
}

#scrollTop:hover {
  background-color: #006253;
}

 

.spinner {
		display: flex;
		width: 80px;
	}

   .spinner .input-group-addon {
   
	padding: 0px 5px !important;
	min-width: 25px;
    min-height: unset;
    height: 42px;
	color: #555;
	text-align: center;
	background-color: #fff;
	border:2px solid rgb(0,0,0, 0.1);
	cursor: pointer;
	box-shadow: none;
	background:transparent;
}

.spinner .inputQantity {
	width: 30px;
	min-height: unset;
    height: 42px;
	border-radius: 0;
	border-top:2px solid rgb(0,0,0, 0.1);
	border-right: none;
	border-left: none;
	border-bottom:2px solid rgb(0,0,0, 0.1);
	font-size:14px;
}

.spinner .adet-down {
    color: #333;
    font-weight: 600;
	padding: 0 5px;
	min-width: 25px;
	min-height: unset;
	height: 42px;
	border: 2px solid rgb(0,0,0, 0.1);
	background-color: white;
	box-shadow: none;
    border-radius: 5px 0px 0px 5px;
}

.spinner .adet-up {
    color: #333;
    font-weight: 600;
	padding: 0 5px;
	min-width: 25px;
	min-height: unset;
	height: 42px;
	border: 2px solid rgb(0,0,0, 0.1);
	background-color: white;
	box-shadow: none;
    border-radius: 0px 5px 5px 0px;	
}

.spinner .adet-up:hover  {
   background-color:#006253;
   	border: 2px solid #006253;
   color:#fff;
}

.spinner .adet-down:hover  {
   background-color:#006253;
      	border: 2px solid #006253;
   color:#fff;
}



.loader {
	position: absolute;
	z-index: 20;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0, 0.1);
	overflow: hidden;
	animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, rgb(255,255,255, 0.2) 5%, rgb(0,0,0, 0.1) 25%, rgb(255,255,255, 0.2) 70%);
}

 
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.btn-primary {
	color: #006253;
	background-color: #006253;
	border-color: #006253;
}

.btn-primary:hover {
	color: #006253;
	border-color: rgba(240, 242, 245, 1);
	background-color: rgba(240, 242, 245, 1) !important;
	transition: all .25s ease;
}

.search-input input:placeholder { color: white; }


.main-btn.disabled,
.main-btn:disabled {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.25;
    pointer-events: none;
}
 
.btn-primary.disabled,
.btn-primary:disabled {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.25;
    pointer-events: none;
}

.alert-danger {
   color:#242424;
   font-weight:600;
   font-size:15px;
   background-color:#e0b252; 
}

@media (min-width: 481px) and (max-width: 1023px) {
    .buton-alt-bosluk {
       margin-bottom:16px;
    }
}

#form-review h2 {
    color:#242424;
    font-size: 27px;
    margin-bottom:25px;
}


#form-review textarea {
  resize: none;
  height:120px;
}

@media (max-width: 1635px) {
	.search-input{
		width: 200px;
	}
}


/* HEADER RESPONSIVE EKLEMELERİ */
@media (max-width: 1080px) {
  .main {
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    padding: 0 10px;
    min-height: 60px;
  }
  .main-left {
    min-width: 120px;
    max-width: 120px;
    margin-right: 10px;
    margin-left: 0;
    padding-left: 0;
  }
  .main-center {
    width: 100%;
    flex: 1 1 100%;
    padding: 0;
    margin: 0;
    order: 2;
  }
  .main-right {
    max-width: 100%;
    margin: 0;
    order: 3;
    justify-content: flex-end;
    flex: 1 1 100%;
  }
  .fixedHeader {
    position: static;
    width: 100%;
  }
  .box-nav-ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    background: #006253;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9999;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  }
  .menu-item {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #333;
  }
  .menu-item .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: #006253;
    box-shadow: none;
    min-width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 0 0 0 10px;
    display: none;
  }
  .menu-item.open > .sub-menu {
    display: block;
  }
  .menu-item-2 .sub-menu {
    left: 0;
    top: 0;
    min-width: 100%;
    position: static;
    box-shadow: none;
    background: #003c2e;
    border-radius: 0;
    margin: 0;
    padding: 0 0 0 10px;
  }
  .header-hamburger {
    display: inline-block !important;
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    margin: 0 10px 0 0;
    cursor: pointer;
  }
}

@media (max-width: 1080px) {
  .header-hamburger {
    display: inline-block !important;
  }
  .box-nav-ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100vw;
    background: #006253;
    z-index: 9999;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .box-nav-ul.open {
    max-height: 2000px;
    transition: max-height 0.4s cubic-bezier(.4,2,.6,1);
	gap: 0 !important;
	width: 100% !important;
	background: #006253 !important;
  }
}

@media (max-width: 700px) {
	.main {
	  flex-direction: column;
	  align-items: stretch;
	  padding: 0 2vw;
	  height: auto;
	  min-height: unset;
	  max-height: none;
	}
	.main-left, .main-center, .main-right {
	  max-width: 100%;
	  min-width: 0;
	  margin: 0;
	  padding: 0;
	  flex: unset;
	}
	/* LOGO üstte ortada */
	.main-left {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  min-width: 0;
	  max-width: 100%;
	  margin: 0;
	  padding: 8px 0 2px 0;
	  order: 1;
	}
	#logo {
	  width: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	#logo img {
	  max-width: 180px;
	  height: auto;
	  margin: 0 auto;
	  display: block;
	}
	/* Menü ve ikonlar aynı satırda */
	.main-row-mobile {
	  display: flex;
	  flex-direction: row;
	  align-items: center;
	  justify-content: space-between;
	  width: 100%;
	  min-height: 44px;
	  margin: 0;
	  padding: 0 2vw 6px 2vw;
	  order: 2;
	}
	.main-center, .main-right {
	  display: flex;
	  flex-direction: row;
	  align-items: center;
	  padding: 0;
	  margin: 0;
	  width: auto;
	  max-width: unset;
	  min-width: unset;
	}
	.main-center {
	  flex: 1 1 auto;
	  justify-content: flex-start;
	}
	.main-right {
	  flex: 0 0 auto;
	  justify-content: flex-end;
	}
	.header-hamburger {
	  margin: 0 10px 0 0;
	  font-size: 28px;
	  order: 0;
	}
	.user, .favorite, .cart {
	  margin: 0 0 0 8px;
	  height: 36px;
	  width: 36px;
	}
	.icon-login, .icon-cart {
	  width: 32px;
	  height: 32px;
	}
	.cart button {
	  height: 36px;
	  min-width: 36px;
	  width: 80px;
	  font-size: 14px;
	}
	.cart > button #cart-total {
	  width: 44px;
	  font-size: 13px;
	}
	.search-box {
	  margin-right: 6px;
	}
  }

/* Search box responsive */
@media (max-width: 900px) {
  .search-box {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    background: none !important;
    padding: 0 !important;
    height: 44px !important;
    border-radius: 50%;
    overflow: visible;
    position: relative;
    transition: width 0.3s;
  }
  .search-box.active {
    width: 220px !important;
    min-width: 160px !important;
    max-width: 90vw !important;
    background: #222 !important;
    border-radius: 22px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
  .search-input {
    display: none;
  }
  .search-box.active .search-input {
    display: block;
    width: 140px !important;
    min-width: 80px !important;
    max-width: 70vw !important;
    background: #fff;
    color: #222;
    border: none;
    border-radius: 22px 0 0 22px;
    height: 38px;
    font-size: 15px;
    padding-left: 12px;
    outline: none;
    margin-right: 0;
  }
  .search-button {
    width: 40px !important;
    height: 40px !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    padding: 0;
  }
  .search-box.active .search-button {
    border-radius: 0 22px 22px 0;
    background: #414141;
    color: #fff;
  }
  .fa {
	font-size: 25px !important;
  }
  .fa-envelope {
	font-size: 18px !important;
  }
}

@media (max-width: 900px) {
  .user, .favorite, .cart {
    margin-left: 6px;
    margin-right: 0;
  }
  .tf-slideshow h1 {
	font-size: 2rem !important;
  }
}