body {
	font-family: 'open sans';
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	
	
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 21px;
	font-weight: bolder;
	margin-top: 7px;
}
h2 {
	font-size: 27px;
	
	font-weight: 600;
}
.information-header{
color: #4176b3;
	font-size: 27px;
	
	font-weight: 600;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #3f3745;
}
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: 14px;
}
.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 {

	border-bottom: 1px solid #ebebeb;
}
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;
	
}
/* top */
#top {
margin: 0px 0 35px 0;
min-height: 20px;
border-top: 3px solid #f9c030;
z-index: 999;
position: relative;
}
#top .container {
	padding: 0 0px;
}
#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: #dc7c56;
	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: #333;
	text-decoration: none;
	font-family: 'open sans';
	font-size: 14px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #dc7c56;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #333;
}
#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: -27px 0px 10px 0;
}
@media (max-width: 768px) {
#logo {
	    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	    width: 50%;
	    margin: auto;
	    padding-top: 10px;
	    padding-bottom: 10px;
}
}
/* search */
#search {
	/*! margin-top: 38px; */
}
@media (max-width:768px) {
#search {
	margin-top: 0px;
}
}
#search .input-lg {
	height: 42px;
	line-height: 20px;
	padding: 0px 10px;
	width: 100%;
	border-radius: 0px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 19px;
  padding: 9px 32px;
  text-shadow: 0 1px 0 #FFF;
  background-color: #222;
  border-color: #222;
  border-radius: 0px;
}
/* cart */
/* cart */
#cart {
	margin-bottom: 10px;
	/* background-color: red; */
}
#cart > .btn {
	font-size: 12px;
  line-height: 18px;
  color: #fff;
  padding: 4px 7px;
  border-radius: 0px;
  border-right: 1px solid #cccccc;

}
#cart > .btn:hover {
	
}
#cart.open > .btn {
	background-image: none;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #fff;
	
}
#cart .dropdown-menu {
	background: #ffffff;
	z-index: 9999;
}
#cart .dropdown-menu {
	max-width: 360px;
	padding: 0px;
	min-width:340px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		float:right;
				width: 330px;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 360px;
	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: #fff;
	min-height: 40px;
	border:1px solid #ebebeb;
	border-top: 0px;
	width: min-content;

}
#menu .nav > li > a {
	color: #333;
  font-weight: normal;
  min-height: 15px;
  background-color: transparent;
  width: 330px;
  font-family: open sans;
  font-size: 13px;
  border-bottom: 1px solid #ebebeb;
  text-transform: uppercase;
}
#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: 275px;
	display: block;
	padding: 15px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
	border-bottom: 1px solid #ebebeb;
}
#menu .dropdown-inner li a:hover {
	color: #050708;
}
#menu .see-all {
	display: block;
	margin:auto;
	border-top: 1px solid #DDD;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #222222;

}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #333;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #333, #333);
	background-repeat: repeat-x;
	border-color: #555 #555 #555;
}
#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 (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 0px;
		background-color: #fff;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
		/* font-size: 15px; */
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
		/* font-size: 15px; */
		/* font-family: 'open sans'; */
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
		background-color: #3f3745;
		min-width: 100vh;
		padding: 15px 34px;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
	
		background-color: #3f3745;
		min-width: 100vh;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
		background-color: #3f3745;
		font-size: 15px;
		padding: 11px 37px;
	}
	#menu .nav > li > a {
	color: #333;
	font-weight:normal;
	min-height: 15px;
	background-color: transparent;
	width: 100%;
	font-family: 'open sans';
	font-size: 15px;
	border-bottom:1px solid #ebebeb;
	color: #333;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {

	background-color: #dc7c56;
	color: #fff;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}

}


/* content */
#menus {
	background-color: #fff;
	min-height: 40px;
	border:1px solid #ebebeb;
}
#menus .nav > li > a {
























	color: #333;
	font-weight:normal;
	min-height: 15px;
	background-color: transparent;
	width:260px;
	font-family: open sans;
	font-size: 13px;
	border-bottom:1px solid #ebebeb;
}
#menus .nav > li > a:hover, #menus .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menus .dropdown-menu {
	padding-bottom: 0;
}
#menus .dropdown-inner {
	display: table;
}
#menus .dropdown-inner ul {
	display: table-cell;
}
#menus .dropdown-inner a {
	min-width: 200px;
	display: block;
	padding: 15px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
	border-bottom: 1px solid #ebebeb;
}
#menus .dropdown-inner li a:hover {
	color: #65a892;
}
#menus .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;
}
#menus .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;
}
#menus #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #333;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menus .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #333, #333);
	background-repeat: repeat-x;
	border-color: #555 #555 #555;
}
#menus .btn-navbar:hover, #menus .btn-navbar:focus, #menus .btn-navbar:active, #menus .btn-navbar.disabled, #menus .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menus .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menus {
		border-radius: 0px;
		background-color: #fff;
	}
	#menus div.dropdown-inner > ul.list-unstyled {
		display: block;
		/* font-size: 15px; */
	}
	#menus div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
		/* font-size: 15px; */
		/* font-family: 'open sans'; */
	}
	#menus .dropdown-inner {
		display: block;
	}
	#menus .dropdown-inner a {
		width: 100%;
		color: #fff;
		background-color: #333;
		min-width: 100vh;
		padding: 15px 34px;
	}
	#menus .dropdown-menu a:hover,
	#menus .dropdown-menu ul li a:hover {
	
		background-color: #3f3745;
		min-width: 100vh;
	}
	#menus .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
		background-color: #333;
		font-size: 15px;
		padding: 11px 37px;
	}
	#menus .nav > li > a {
	color: #333;
	font-weight:normal;
	min-height: 15px;
	background-color: transparent;
	width: 100%;
	font-family: 'open sans';
	font-size: 15px;
	border-bottom:1px solid #ebebeb;
	color: #333;
	padding: 9px 30px;
}
#menus .nav > li > a:hover, #menus .nav > li.open > a {

background-color: #ed1c24;

color: #fff;
}
#menus .dropdown-menu {
	padding-bottom: 0;
}
#menus .dropdown-inner {
	display: table;
}
#menus .dropdown-inner ul {
	display: table-cell;
}
}
#content {
	min-height: 600px;
}
/* footer */
footer {
	padding-top: 30px;
	color: #333;
	background-image: url("/image/footer.jpg");
	padding-bottom: 30px;
	background-color: #f6f5f5;
}
footer2 {
	margin-top: 30px;
	padding-top: 30px;
	color: #666;
}footer2 a:hover {
	margin-top: 30px;
	padding-top: 30px;
	color: #999;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ebebeb;
	font-size: 13px;
}
footer a:hover {
	color: #ed1c24;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    margin: 10px 0px 4px 0px;
  padding: 5px 0;
  background-color: transparent;
  font-size: 13px;
  text-transform: capitalize;
  font-family: 'open sans';
  color: #333;
  white-space: nowrap;
  max-width: 100%;
  overflow: scroll;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 15px;
	position: relative;



	white-space: nowrap;

}
.breadcrumb > li a {
		color: #333;
}
.breadcrumb > li a:hover {
		color: #ed1c24;
}

.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	right: -5px;
	width: 14px;
	height: 14px;
	/* border-right: 1px solid #333; */
	border-bottom: 1px solid #050708;
	-webkit-transform: rotate(-75deg);
	-moz-transform: rotate(-75deg);
	-o-transform: rotate(-75deg);
}t
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 3px 0px;
	font-size: 12px;
background-color: #fff;
}
.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;
	

}
.btn-primary {
	color: #fff;
  background-color: #333;
  border-color: #cac8c8;
  border-radius: 6px;
  transition: 0.3s ease;
  padding: 8px 15px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #ebebeb;
border-color: #ebebeb;
	transition: 0.3s ease;
	color:#333;
}

.btn-primary2 {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #22c15e;
	/* background-repeat: repeat-x; */
	border-color: #22c15e #22c15e #22c15e;
}
.btn-primary2:hover, .btn-primary2:active, .btn-primary2.active, .btn-primary2.disabled, .btn-primary2[disabled] {
	background-color: #1b8e46;
border-color: #1b8e46 #1b8e46 #1b8e46;
color:#fff;
transition: 0.3s ease;
}



.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: transparent;
  padding: 8px;
}
.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: #333;
	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: #65a892;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:transparent;
	border: none;
	box-shadow: none;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {

	
}
/* 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 #ffffff;
	margin-bottom: 10px;
	overflow: auto;
	margin-top:10px;
	border-radius: 4px;
	min-height: 337px;
}
.product-thumb:hover {
	border: 1px solid #cccccc;
	overflow: auto;
	transition: 0.5s ease;
}
.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: normal;
	display: -webkit-box;
	/* -webkit-line-clamp: 3; */
	/* -webkit-box-orient: vertical; */
	/* overflow: hidden; */
	width: 100%;
	min-height: 45px;
	border-bottom: 1px solid #ccc;
}
.product-thumb .caption {
	padding: 0 10px;
	min-height: 55px;
	text-align: center;
}
.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: #333333;
	font-size: 17px;
	font-weight: 700;
	float: left;
	padding: 10px;
}
.product-thumb .price-new {
	font-weight: BOLD;
}
.product-thumb .price-old {
	color: #999;
text-decoration: line-through;
font-weight: normal;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
	.product-thumb .button-group{
		
		
		
		margin-bottom:10px;
		margin-left:5px;
		
		float: left;
	}
	.product-thumb:hover .button-group{
		opacity: 1
	}

.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 svg{
	width: 20px;height: 19px;
}
.product-thumb .button-group .bquickv{
	display: inline-block;vertical-align: middle
}
.product-thumb .button-group button,.bquickv a{
background-color: #fff;
color: #000;
min-width: 40px;
min-height: 40px;
text-align: center;
border: 1px solid #ebebeb;
padding: 6px 3px;
font-size: 14px;
text-transform: capitalize;
transition: 0.3s ease;
vertical-align: middle;
display: inline-block;
border-radius: 100px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
margin: 0 2px;
float: left;
}
.product-thumb .button-group .renk{
	background-color: transparent;
	color: #333;
	min-width: 145px;
	min-height: 40px;
	text-align: center;
	border: none;
	padding: 6px 10px;
	font-size: 14px;
	text-transform: capitalize;
	transition: 0.3s ease;
	vertical-align: middle;
	display: inline-block;
	border-radius: 100px;
	border: 1px solid #22c15e;
	font-size:13px;
	float: left;
}
@media (max-width: 767px) {
.product-thumb .button-group .renk{
	background-color: transparent;
	color: #333;
	min-width: 0px;
	min-height: 40px;
	text-align: center;
	border: none;
	padding: 6px 6px;
	font-size: 10px;
	text-transform: capitalize;
	transition: 0.3s ease;

	vertical-align: middle;
	display: inline-block;

	border-radius: 4px;
	margin: 0 2px;
	border: 1px solid #22c15e;
	font-size:10px;
}
}
.product-thumb .button-group .renk:hover{

		background-color: #22c15e;
	
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #ebebeb;
	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: 19px;
}
@media (max-width: 1200px) {
	.thumbnails > li {
	margin-left: 0px;
}
}
@media (max-width: 767px) {
		.thumbnails > li {
	margin-left: 0px;
}}
.thumbnails {
	margin-left: -20px;
}
@media (max-width: 767px) {
		.thumbnails  {
	margin-left: 0px;
}}
.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-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-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-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;
}

.indirim-slogan{

font-family: open sans;

font-size: 14px;

color: #333;

font-weight: 700;
}

 .giris-yap-opco{
    	
text-align: center;
    	
font-size: 23px;
    	
margin-bottom: 16px;
    	
font-weight: 700;
    }
.parola-unuttum {
    display: block;
  font-size: 12px;
  margin-top: 15px;
  width: 48%;
  float: left;
  text-align: center;
  margin-bottom: 15px;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 5px;
  font-weight: 600;
}
.giris-yap-button{
    width: 100%;
    padding: 8px;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
}
.uye-ol-opco{
    display: block;
  text-align: center;
  font-size: 12px;
  color: #1d1d1d;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 5px;
  width: 48%;
  float: right;
  font-weight: 600;
    }
	
	  .border-none-hesabim{
	
border: none;
border-radius: 0px 0px 5px 5px;	
width: 340px;	
padding: 17px 1px;	
padding-bottom: 23px;	
margin-top: 42px;
margin-left: 14px;
	}

	@media (max-width:768px)
	{
		.border-none-hesabim{
		left:7px;
		margin-top:220px ;
		width: 330px;
		    margin-right: 7px;
		}
	}

.yada{display: block;text-align: center;font-size: 16px;color: #1d1d1d;letter-spacing: 1.1px;margin-top: 15px;}



.baslik-ortala{width: 33.33%;float: left;}
.baslik-ortala1{width: 30.33%;float: left;margin-left: 24px;}
@media (max-width: 760px) {
	
		.baslik-ortala1{width: 100%;float: left;margin-left: 0px;}
	
}
.cizgi-opco{height: 1px;background-color: #ed1c24;margin-top: 35px;margin-bottom: 43px;}
.baslik-opco{color: #ef521f;
text-align: center;
background-color: #fff;
width: 400px;
margin: auto;
    margin-bottom: auto;
margin-bottom: auto;
padding: 8px;
border-radius: 100px;
border: 1px solid #cccccc;
z-index: 999;
margin-bottom: -20px;}
.ortala-yazi{ text-align: center}

.baslik-kategori{
	/*! margin-top: 4px; *//*! font-family: "barlow"; */
	background-image:url(menu-icon.svg);
	padding: 9px 10px;
	background-size: 19px;
	background-repeat: no-repeat;
	background-position-x: 10px;
	background-position-y: 11px;
	background-color: #f9f9f9;
}
.baslik-kategori-isim{font-size: 19px;color: #be202f;/* font-weight: 600; */margin-left: 50px;font-family: "barlow";}

.menu-arrow {
	float:right;
	color:ab3b77;
	}

	.footernewselleter{border-bottom: 2px solid #ed1c24;}
		.pozisyon-opco{ display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center}
	 .footer-telefon-opco{
    font-size: 15px;
    font-family: 'barlow';
    font-weight: 500;
    }
	.footer-telefon-opco:hover{
    font-size: 15px;
    font-family: 'barlow';
    font-weight: 500;
	color:#ed1c24;
    }
     .footer-takip-opco{
    font-size: 14px;
    font-family: 'barlow';
    margin-bottom: 5px;
    }

	
.facebook{

color: #333;

border-radius:100px;

border: 1px solid #333;

padding:8px 10px;

font-size:16px;

text-align: center;
}

.facebook:hover{

    color: #ed1c24;;

   
    border: 1px solid #ed1c24;;
    

}
.linkedin{

 color:#333;
 border-radius:100px;
 border:1px solid #333;
 padding: 8px 8px;
 font-size:16px;
 text-align: center;
}

.linkedin:hover{

    color: #ed1c24;;
   
    border: 1px solid #ed1c24;;
    

}

.instgram{


 color:#333;
 border-radius:100px;
 border:1px solid #333;
 padding: 8px 8px;
 font-size:16px;
 text-align: center;
}


.instgram:hover{


    color: #ed1c24;;
   
    border: 1px solid #ed1c24;;
    

}

.twitter{



 color:#333;
 border-radius:100px;
 border:1px solid #333;
 padding: 8px 8px;
 font-size:16px;
 text-align: center;
}

.twitter:hover{

    color: #ed1c24;;
   
    border: 1px solid #ed1c24;;
    

}

.whatsapp{
 
 color:#333;
 border-radius:100px;
 border:1px solid #333;

 padding: 8px 8px;
  font-size:16px;
 text-align: center;
}

.whatsapp:hover{

    color: #ed1c24;
   
    border: 1px solid #ed1c24;;
    

}
.footer-pozisyon{margin-top:15px;text-align:center;margin-bottom: 18px;}
.goster{display:block}

@media (max-width:768px){
	.goster{display:none}
}

.goster-mobil{display:none}

@media (max-width:768px){
	.goster-mobil{display:block}
}
.tab-tasarim{
    overflow-x: hidden;
    overflow-y: scroll;
    border-bottom: 1px  solid #ebebeb;
    border-left: 1px  solid #ebebeb;
    padding: 11px;
    width: 100%;
    margin-bottom: 48px;
}
.product-tasarim{
 border: 1px solid #ebebeb;
 padding: 10px;
}
.product-icons{
    background: none;
    border: none;
    text-shadow: none;
    display: inline-block;
    cursor: pointer;
    margin: 0px 7px;
}
.product-h1{margin-top:0px;margin-bottom:0px;font-weight: bolder;color: #333333;}
.product-h3{font-size: 13px;margin-bottom: 18px;margin-top: 0px;color: #333333;}
.product-listopco{
    font-size: 14px;
    font-family: 'open sans';
    color: #666;
    font-weight: normal;
}

.save-discount {

z-index: 999;
  position: absolute;
  left: 15px;
  margin: 0;
  font-family: 'open sans';
  font-size: 14px;
  background: #222;
  color: #fff;
  font-weight: bold;
  padding: 7px;
  text-align: center;
}
.save-indirim{font-size: 14px;color: #fff;font-weight: normal;}
.save-discount1 {

margin: 0;

font-size: 12px;

font-family: 'open sans';

font-size: 15px;

background: #4176b3;

color: #fff;

font-weight: bold;

padding: 15px 0;

/*! border-radius: 5px; */
}
.etiket{
    background-color: #666;
    padding: 7px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    }
.product-sepetbuton{
    margin-top: 24px;
    border-radius: 0px;
    padding: 12px 12px;
    /*! border-radius: 6px; */
}

    	.quantity {
  position: relative;
  padding-bottom: 30px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 75px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
  border-radius:0px;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {

width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}
.picZoomer{
	position: relative;
}
.picZoomer-pic-wp{
	position: relative;
	overflow: hidden;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
	display: block;
}
.picZoomer-zoom-pic{
	position: absolute;
	top: 0;
	left: 0;
}
.picZoomer-pic{
	width: 100%;
	height: 100%;
}
.picZoomer-zoom-wp{
	display: none;
	position: absolute;
	z-index: 999;
	overflow: hidden;
}
.picZoomer-cursor{
	display: none;
	cursor: crosshair;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 40px;
	background: url(images/zoom-ico.png) left top no-repeat;
}

.single-label{float:left;padding: 3px;/* margin-top: 10px; */background-color: #fff;}
.product-afis{font-size:13px;font-family: "open sans";margin-top: 8px;text-align: center;}
.product-custom-labels-wrapper{
   border: 1px solid #ebebeb;
   text-align: center;
   margin: auto;
   display: flex;
   padding: auto;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   background: #fff;
}

.active_none{border: 1px solid #65a892;margin-bottom: 10px;}
.active_link{border: 1px solid #dc7c56;margin-bottom: 10px;}

	/* The container */
.containera {
  display: block;

  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;

  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float:left;
	margin-left:5px;
}

/* Hide the browser's default radio button */
.containera input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  /*! top: -6px; */
  /*! margin-top: 5px; */
}

/* Create a custom radio button */
.checkmarka {
  position: absolute;
  top: -4px;
  left: 8px;
  height: 26px;
  width: 100%;
  border: 1px solid #65a892;
}

/* On mouse-over, add a grey background color */
.containera:hover input ~ .checkmarka {

}

/* When the radio button is checked, add a blue background */
.containera input:checked ~ .checkmarka {border: 1px solid #dc7c56;}


/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarka:after {

  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containera input:checked ~ .checkmarka:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containera .checkmarka:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;





	border-radius: 50%;
	background: white;
}
		
		
		.containera .checkmarka:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
		
		
		 .blink {
     
      color: #1a1f5c;
      font-size: 13px;
      font-weight: bold;
      font-family: open sans;
      }
      .secenekler-yazi{
font-size:15px;
margin-bottom:10px;
margin-top:10px;
font-family:'open sans';
font-weight:500;



      }
	  
	  
	  
.trwpwhatsappballon {font-size: 14px;border-radius: 12px;max-width: 250px;}

.trwpwhatsapptitle {
background-color: #22c15e; 
color: white; 
padding: 14px; 
border-radius: 12px 12px 0px 0px;
text-align: center;
}

.trwpwhatsappmessage {
padding: 16px 12px;
background-color: white;
}

.trwpwhatsappinput {
background-color: white;
border-radius: 0px 0px 12px 12px;
}

.trwpwhatsappinput input {
width: 206px;
border-radius: 10px;
margin: 1px 1px 20px 10px;
padding:10px;
font-family: "open sans";
font-weight: 300;
font-size: 13px;
background-color: #efefef;
border: 1px solid #d4d4d4;
}

.trwpwhatsappbutton {background-color: #22c15e;border-radius: 100px;padding: 15px 17px;cursor: pointer;color: #fff;margin-top: 10px;margin-bottom: 10px;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;float: left;}

.trwpwhatsappall {position: fixed;z-index: 9999999999999999999;bottom: 0;left: 13px;font-family: open sans;font-weight: 300;font-size: 15px;}

.trwpwhatsappsendbutton {
  color: #22c15e;
  cursor:pointer;
}

.opco-button {border: none;}
.opco-button i {
float: left;
  position: absolute;
  z-index: 999999999999;
  right: 10px;
  top: 135px;
  bottom: 81px;
  font-size: 18px !important;
}

.kapat {
position: absolute;
right: 8px;
top: 6px;
font-size: 13px;
border: 1px solid #fff;
border-radius: 99px;
padding: 2px 7px 2px 8px;
color: white;
font-size: 10px;
cursor: pointer;
}
#getir{
	display:none;
	}

.whatsaap-goster{ display:block; }
@media(max-width:766px){
  .whatsaap-goster{
    display:none;
  }
}


.whatsaap-goster-mobil{ display:none; }
@media(max-width:766px){
  .whatsaap-goster-mobil{
    display:none;
  }
}

    .cookiealert {
 
  
   
    z-index: 999;
    
    color: #fff;
	
	  position: fixed;
    right: 10px;

    z-index: 999;
    max-width: 400px;
      margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
	background-color:#333;
    bottom: 10px;

    padding: 1rem 1rem .5rem
  
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
    
}

.scrollup {
width: 40px;
height: 40px;
position: fixed;
bottom: 51px;
right: 5px;
display: none;
text-indent: -9999px;
background: url('/image/icon_top.svg') no-repeat;
background-color: #333333;
background-position: center;
cursor: pointer;
background-size: 20px;
border-radius: 4px;
z-index:999;
}

.scrollup:hover {
    background-color: #eb841b;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {

	margin-left: 10px;
    vertical-align: baseline;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
       /* GiriÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ SayfasÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± */  

 .body-giris{

background-image: url('https://www.fabubebe.com/image/arka-backgorun.jpg');

    background-repeat: no-repeat;
    background-size: cover;




 }
 .giris-ortala{

 width: 100%;
    display: -webkit-box;

    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    padding: 15px;


 }

 .giris-baslik{
 TEXT-ALIGN: center;
    color: #fff;
    font-size: 24px;
    font-weight: lighter;


 }

 .giris-resim{

padding: 5px;border: 1px solid #ffffff9e;margin-top:10px; margin-bottom:10px

 }
 .giris-resim-yazi{
color:#fff;font-weight: 500;font-size: 16px;text-align: center;


 }
 .giris-resim-yazi:hover{color:#3f3745}
 .giris-alisverise-basla{

 	width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    margin-top:40px
 }
  .opac-giris:hover{opacity: 0.8;}
  .story{width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 23%;
    left: -6px;
    position: absolute;
    color:#fff;
    padding: 8px;}

    .product-bolum2{min-height: 148px;}


    @media (max-width: 1200px) {
   .product-bolum2{ min-height: 208px;}
}
@media (max-width: 767px) {
.product-bolum2{ min-height: 208px;}}
 .product-bolum1{ min-height: 97px;}
 .product-bolum1 h2{color:#4176b3}

    @media (max-width: 1200px) {
   .product-bolum1{ min-height: 171px;}
}
@media (max-width: 767px) {
.product-bolum1{ min-height: 90px;}}

@media (max-width: 1200px) {
.nav-tabs>li {
    width:100%
}
}

@media (max-width: 767px) {
.nav-tabs>li {
    width:100%
}}

.borderimg3 {
    /* border: 52px solid transparent; */
    padding: 60px 50px;
    background-image: url(https://www.fabubebe.com/image/border.png);
    width: 1158px;
    height: 278px;
    background-repeat: no-repeat;
    display:block;
    
}

@media (max-width: 768px) {
.borderimg3 {
	display:none;
    padding:0;
    background-image: none;
    width: 100%;
 height:100%;
    background-repeat: no-repeat;
}}

.borderimg4 {
    /* border: 52px solid transparent; */
    padding: 60px 50px;
    background-image: url(https://www.fabubebe.com/image/border.png);
    width: 1158px;
    height: 278px;
    background-repeat: no-repeat;
    display:none;
    
}

@media (max-width: 768px) {
.borderimg4 {
	display:block;
	padding: 10px 10px;
	background-image: none;
	width: 100%;
	height:100%;
}}

.card {
    padding: 0px;
    /* text-align: center; */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 2rem;
    border: 3px solid #ebebebeb;
    display: inline-block;
    box-shadow: 0px 0px 20px 0px rgba(62, 62, 101, 0.13);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.genel_resimler  {
    color: #c13636;
    text-align: left;
    font-weight: 500;

    font-size: 18px;
	font-family:Arial, Helvetica, sans-serif
}
.kapsam{float:left;margin:10px;align-items: center;}
.dis-kapsam{
	
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    align-items: center;

	
	}

	.header-color{ background-color:#333}

.hesabim-kapsayici{
	width: 50%;
	float: left;
	padding-right: 15px;
	color:#333;}

@media (max-width: 768px) {
.hesabim-kapsayici{
	width: 50%;float: left;
	padding-right: 15px;
	color:#333;
	}}
.hesabim{padding: 5px;height: 
41px;
border-right: 1px solid #cccccc;}


.hesabim-img{
    background-image: url(log-icon.svg);
  float: left;
  background-size: 15px;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-top: 3px;
  filter: brightness(0) saturate(100%) invert(47%) sepia(87%) saturate(1698%) hue-rotate(10deg) brightness(105%) contrast(95%);
  background-position: right;
}
.hesabim-yazi{
    float: left;
    text-align: center;
    width: 98px;
    padding-top: 5px;
    font-size: 14px;
    color: #333;
    font-family: open sans;
}
.hesabim-yazi:hover{
	color:#333;
}

.sepet-img{background-image: url('basket-icon.svg');
  float: left;
  background-size: 21px;
  height: 26px;
  width: 30px;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-top: 5px;
  filter: brightness(0) saturate(100%) invert(47%) sepia(87%) saturate(1698%) hue-rotate(10deg) brightness(105%) contrast(95%);}
.sepet-yazi{margin-top: 8px;color: #333;}


.blog{
   border: none;
   margin-bottom: 30px;
   background-color: #fff;
   /* padding-top: 19px; */
   /* padding-bottom: 19px; */
   border: 1px solid #ccc;
   transform:scale(1.02);
   box-shadow: 0px 0px 20px 0px rgb(62 62 101 / 13%);
   /* margin-left: 18px; */
   padding: 10px;
}
.blog:hover{
transform:scale(1.02);
 box-shadow:0px 0px 7px 1px rgba(0,0,0,.25);
	
}
.blog-baslik{
    font-size: 13px;
    font-family: open sans;
    font-weight: bold; 

}
.blog-date{float:right;background-color: #00000094;position: relative;margin-top: -77px;padding: 4px;color: #fff;font-family: open sans;font-weight: 500;font-size: 14px;margin-right: 0px;}
.blog-on-yazi{
    font-size: 12px;
    font-family: open sans;
}
.blog-caption{margin-bottom:10px; height:70px}
.product-hr{
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
   border-top: 1px solid #f2f2f2;
}
.sepet-konum{
width: 50%;float: left;margin-top: 0px;}
@media (max-width: 768px) {
.sepet-konum{
width: 50%;float: left;margin-top: 0px;}}

.heading-back {
	height: 1px;
margin-bottom: 35px;
background: rgb(239,82,31);
background: linear-gradient(90deg, rgb(190, 32, 47) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 75%, rgb(190, 32, 47) 100%);
}

.heading-opco {
color: #be202f;
text-align: center;
background-color: #fff;
width: 400px;
margin: auto;
    margin-bottom: auto;
padding: 8px;
border-radius: 100px;
border: 1px solid #cccccc;
z-index: 999;
margin-bottom: -20px;

font-size: 19px;
font-family: "barlow";
}
@media (max-width: 768px) {
.heading-opco {
color: #be202f;
text-align: center;
background-color: #fff;
width: 100%;
margin: auto;
    margin-bottom: auto;
padding: 8px;
border-radius: 100px;
border: 1px solid #cccccc;
z-index: 999;
margin-bottom: -20px;

font-size: 19px;
font-family: "barlow";
}
}
.contacts-link {
	font-weight:500;
	color:#21488b;
	text-decoration: underline;
	font-size: 14px;
	font-family: "barlow";
}
.contacts-link:hover {
	color:#157dd2;

}
/* customer */
.home-customer-text{
	padding: 5px 10px;
}	
.dropdown-customer-head-text {
	font-size:19px;
	color:#0f427b;
	font-weight:500;}

.dropdown-customer-opco {
	width: 375px;
	left: -200px;
	top: 40px;}

@media (max-width:768px){
	.dropdown-customer-opco {
	width: 350px;
  left: -0px;}
}
/* top header css*/
.top-header-stics {
	padding: 5px;
	color: #333333;
	font-size: 13px;
	font-weight: 600;
	}

.menu-back-color {
	background-color: #222222; background-repeat: repeat-x; border-top: 0px solid #ed1c24;}
	/*msas css*/
.msas {
	background-color:#fff;
	margin-top:10px;
	border-top: 1px solid #f7b528;
	padding:0px;
	}
	
.all-categories-menu {
	background-color: #222222;
  padding: 20px 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "barlow";
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 10px 3px inset;

	}

/*dropdown left menu custom*/
  /* Dropdown Button */
.dropbtn {
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
}

/* The container <div> - needed to position the dropdown content */
.dropdown-left-menu {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  border: 1px solid #ebebeb;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 

/*dropdown left menu custom end*/




/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color:transparent;
}

/*bestseller module opco*/
.bestseller-module-title {
font-size: 19px;
font-weight: 600;
text-align: center;
margin: 15px;
  margin-right: 15px;
  margin-left: 15px;
margin-left: auto;
margin-right: auto;
padding: 10px;
color: #333333;
text-transform: uppercase;}

/*bestweek module opco*/
.bestweek-module-title {
  padding: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #7db3ee;
	font-weight: 500;
	font-size: 15px;
	border-radius: 15px 15px 0 0;
	border: 1px solid #f4f4f4;
  border-bottom-color: rgb(244, 244, 244);
  border-bottom-style: solid;
  border-bottom-width: 1px;
	border-bottom: 0px;
	text-decoration: underline;
}
	}

.bestweek-price-new {
	color: #21488b;
	font-weight: bold;
	font-size: 22px;}

.bestweek-price-old {
	color: #999;
text-decoration: line-through;
font-size: 17px;
font-weight: normal;}

.bestweek-product-layout {
	min-height: 390px;}
.bestweek-product-name {
	font-size:15px;
	padding: 0px 10px;
	}
/*owl-carousel*/
.owl-carousel-opco{
	margin-top:15px;}

.bord {
	border-bottom:4px solid #f9c030;
	width: 75px;
	margin: auto;
margin-top: -20px;
margin-bottom:20px;
}	
	.basket-button-cat {
	background-color: #eb841b;
  padding: 5px;
  border-radius: 5px;
	color:#fff;
	font-weight:500;
	margin-bottom:5px;
	text-align:center;
}
.basket-button-cat:hover {
  background-color: #ebebeb;
  color:#0f427b;
}


.whatsapp-button-cat {
	background-color: #34bf35;
  padding: 5px;
  border-radius: 5px;
	color:#fff;
	font-weight:500;
	font-size: 13px;
	margin-bottom:5px;
	text-align:center;
}
.whatsapp-button-cat:hover {
	background-color: #ebebeb;
	color:#0f427b;
}	
.button-group-active-opco {
}

.button-group-active-opco .button-group {
	background-color:transparent;
	overflow: auto;
	display:none;
	text-align:center;
	margin-top: -175px;
}

.button-group-active-opco:hover .product-thumb  {
opacity: 0.5;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}

.button-group-active-opco:hover .button-group {
	display:block;
}

.button-group-active-opco-category {
	min-height:400px;}
	
@media (max-width:468px) {
	.button-group-active-opco-category {
	min-height:295px;}
}

.button-group-active-opco-category .button-group {
	background-color:transparent;
	overflow: auto;
	display:none;
	text-align:center;
	margin-top: -175px;
}
@media (max-width:726px) {
	.button-group-active-opco .button-group {
	background-color:transparent;
	overflow: auto;
	display:none;
	text-align:center;
	margin-top: -240px;
}
}

.button-group-active-opco-category:hover .button-group {
	display:block;
}
.carousel-image-categories{
	border-radius:4px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
	
	}
	
.carousel-image-categories:hover{

	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	
	}

.currency-opco-menu {
	top: 40px; left: 0px;  width: 150px;  padding: 5px;}
	
.product-title-opco {
	font-size: 15px;
  color: #333333;}
.old-price-product-opco {
	font-size:15px;}
.tax-price-product-opco {
font-size: 19px;
font-weight: 600;
color: #666;}

.product-cart-group-opco {
border: 1px solid #ebebeb;
padding: 25px;
border-radius: 5px;
margin-bottom: 15px;
}

.product_disc_text_left{
	float: left;
	width: 30%;
	font-size: 15px;
	padding-bottom: 10px;}
	
.product_disc_text{
	float: left;
	width: 70%;
	font-size: 15px;
	padding-bottom: 10px;}	
	
.whatsapp-button{
	width: 100%;
	background-color: #4cc62a;
	color: #fff;
	padding: 10px;
	margin-top:10px;
	text-align: center;
	font-size:15px;
	border-radius: 7px;
	font-weight: 500;
	-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
	
}
.whatsapp-button:hover{
	width: 100%;
	background-color: #ebebeb;
	color: #255916;
	
}
.fast-payment-opco{
	background-color: #f9c030;
	border: 0px;
	width: 100%;
	margin-top: 10px;
	padding: 10px;
	border-radius: 7px;
	color: #222222;
	font-size: 15px;
	font-weight: 500;
	-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;;
}
.fast-payment-opco:hover{
	background-color: #ebebeb;
	border: 0px;
	width: 100%;
	margin-top: 10px;
	padding: 10px;
	border-radius: 7px;
	color: #333;
	font-size: 15px;
	font-weight: 500;
}.counter {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
    border-radius: 5px;
    height: 40px;
    border: 1px solid #f1f1f1;
    font-family: "barlow";
}
.counter input {
    width: 125px;
    border: 0;
    
    font-size: 19px;
    text-align: center;
    color: #0F427B;
    appearance: none;
    outline: 0;
    font-family: "barlow";
}
.counter span {
    display: block;
    font-size: 18px;
    padding: 5px 14px;
    cursor: pointer;
    color: #0F427B;
    user-select: none;
    font-family: "barlow";
}
.cart-total-image-opco {
padding: 0;
float: left;
position: relative;
z-index: 999;
}

/*category desc dropdown style*/
.collapsible {
  background-color: #f9f9f9;
  color: #eb841b;
  cursor: pointer;
  padding: 18px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  margin-top:25px;
}
.actives, .collapsible:hover {
  color:#333;
}
.collapsible:after {
  content: '\002B';
  color: #eb841b;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.actives:after {
  content: "\2212";
}
.collapsible-content {
  padding: 15px 15px;
  max-height: 150px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
	border-bottom:1px solid #ebebeb;
	border-top:1px solid #ebebeb;
	}
.collapsible-title {
	color: #666;
cursor: pointer;
padding: 15px;
border: none;
text-align: left;
outline: none;
font-size: 17px;
font-weight: bold;
margin-top: 25px;}
.footer-powered {
	padding: 5px;
background-color: #f7b528;}	
.powered-top {
	font-size: 13px;
	color: #333333;
	padding: 10px;}
.powered-bottom {
	font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 10px;
	background-color: #222222;
}
.powered-bottom:hover {
  color: #ccc;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;

}

.footer-full-width {
	padding: 25px;
	border-top:1px solid #ebebeb;
	background-image: url(/image/footer-background.jpg);
}
/*bottom button mobile*/
.mobile-contact-button {
	position: fixed;
	bottom:0px;
	z-index:999;
	width:100%;
}
.telephone-contact{
	text-align: center;
	padding: 10px;
	background-color: #222222;
	color:#fff;
	font-size: 14px;
}
.whatsapp-contact{
	text-align: center;
	padding: 10px;
	background-color: #4dc72b;
	color:#fff;
	font-size: 14px;
}

/* Desktop Contact Left*/
.desktop-left-contact{
margin: auto;
text-align: center;
top: 30%;
right: 10px;
position: fixed;
width: 40px;
height: 350px;
z-index:9999;
}
.desktop-left-information {
	transform: rotate(90deg);
background-color: #222222;
padding: 13px;
width: 140px;
margin: 0px 0px 60px -47px;
color: #fff;
font-family: "barlow";
font-size: 15px;
font-weight: 500;
border-radius: 7px;
}
.desktop-left-whatsapp {
	padding: 10px;
	background-color: #64b74e;
	margin-bottom: 10px;
	width: 45px;
	color:#fff;
	font-family:"barlow";
	border-radius:5px;
}
.desktop-left-phone {
	padding: 10px;
	background-color: #f7b528;
	margin-bottom: 10px;
	width: 45px;
  color:#fff;
	font-family:"barlow";
	border-radius:5px;
}
.nav-tabs-pad {
	margin-bottom:20px;}

.mobil-menu-nav-opco {
  cursor: pointer;
  color: #fff;
  margin-top: 75px;
  position: absolute;
  left: 20px;
  background-color: #fb5e33;
  padding: 7px 5px;
  width: 35px;
  height: 37px;
  z-index:999;
}
.wp-opco-icon {
	color: #64b74e;
  font-size: 22px;
  vertical-align: middle;
}
.wp-opco-icon-w {
	color: #fff;
  font-size: 22px;
  vertical-align: middle;
}
.wp-opco-link {
	font-size: 15px;
  vertical-align: middle;
  color: #333;
  font-weight: bold;
}
.no-price {
	padding: 8px;
	
	}
.carousel-flyer{
	margin-top: 10px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
  
.newsletter-button-opco {
  width: 100%;
  border-radius: 0px 100px 100px 0px;
  background-color: #f7b528;
  color: #222222;
  height: 47px;
  border: 0px;
  margin-top: -1px;}
.newsletter-button-opco:hover {
width: 100%;
border-radius: 0px 100px 100px 0px;
background-color: #222222;
color: #fff;
height: 47px;
border: 0px;
margin-top: -1px;}


.save-discount-product {
	background-color: #222;
  color: #fff;
  padding: 10px;
  position: relative;
  float: left;
  top: -170px;
  left: -157px;
  font-weight: 600;
  font-size: 15px;}