body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	margin-top:10px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #5c86b1;
	background-repeat: repeat-x;
}
/* top */
			#topbar {margin-bottom: 0;padding: 5px 0;background-color: #ffe376;border: 1px solid #ffe376;border-radius: 0;font-size: 16px;}
			#topbar .container {color: #131010;text-align: center;}
			#topbar .close {background-color: #b89305;color: #fff;padding: 0 5px;border-radius: 3px;}
			
			
			
#top {
background-color: #f5f5f5;
border-bottom: 1px solid #c7c7c7;
padding: 4px 0px 3px 0;
margin: 0 0 2px 0;
min-height: 13px;
}
#top .container {
padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
text-shadow: none;
color: #ffffff;
background-color: #5c86b1;
background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
color: #666;
text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
color: #666;
}
#top-links .dropdown-menu a {
text-shadow: none;
}
#top-links .dropdown-menu a:hover {
color: #FFF;
}
#top .btn-link strong {
font-size: 14px;
line-height: 14px;
}
#top-links {
padding-top: 0px;
}
#top-links li:nth-child(1n+1) {
border-right: 1px solid #c7c7c7;
padding-right: 5px;
margin-right: -2px;
}
#top-links li:nth-child(1) {
border-left: 1px solid #c7c7c7;
padding-left: 5px;
margin-left: 5px;
}
#top-links a:hover {
color:#ff8604;
}
#top-links li:hover {
color:#ff8604;
}ol, ul {
margin-top: 0;
margin-bottom: 0px;
}
#top-links a + a {
margin-left: 15px;
}

/* logo */
#logo {
margin: 3px 0 0px 0;
text-align:-webkit-center;
}
/* search */
#search {
margin-top: 15px;
margin-bottom: 15px;
}
#search .input-lg {
height: 44px;
line-height: 20px;
padding: 0 10px;
border: 2px solid #5c86b1;
position: absolute;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
#search .btn-lg {
background:#5c86b1;
text-shadow: none;
color: #fff;
background-repeat: repeat-x;
border-radius: 4px;
padding: 0px 15px 3px;
height: 35px;
margin: 5px;
margin-left: 0px;
border: 1px solid #5c86b1;
z-index:10;
}

#cart {
box-shadow: none;
cursor: pointer;
margin-bottom: 0px;
margin-top: 15px;
padding: 0;
position: relative;
min-width: 120px;
}
#cart > .btn {
border:2px solid #5c86b1;
background:none; 
border-radius: 4px;
box-shadow: none;
color: #999; 
height: 43px;
margin-top:0px;
padding: 0px 0 0px 4px;
text-shadow: none;
text-transform:uppercase;
transition: all 0.5s ease 0s;
width: 100%;
text-align:left;
}
#cart > .btn > .fa, #cart > .btn > #cart-total > .fa {color:#555;font-size:0px;}
#cart > .btn:hover > .fa, #cart > .btn:hover > #cart-total > .fa {
background:url("../image/cart.png") no-repeat scroll center center;
}
#cart > .btn > .fa, #cart > .btn > #cart-total > .fa {
background:url("../image/cart.png") no-repeat scroll center center;
border-radius:0px;
border-right: 0 solid #18b0ee;
color: transparent;
float: left;
height: 32px;
margin-right:10px;
transition: all 0.3s ease 0s;
width: 32px;
}
#cart > .btn span .ravel{
padding: 3px 5px 4px;
border-radius: 20px;
position: absolute;
top: 16px;
left: 23px;
height: 16px;
background: #03a84e;
color: #fff;
}
#cart.open > .btn .ravel{color:#fff}
#cart > .btn span {
color:#888;
font-weight:600;
font-size:11px; 
text-shadow: none;line-height:10px; 
display:block;
height:30px;
margin:5px 0 1px;
}
#cart > .btn span p{font-weight:400;margin:5px 0;text-transform:none;color:#888;text-align:center;margin-right: 0px;}
#cart.open > .btn span { 
box-shadow: none;
color: #555;
}
#cart.open > .btn:hover {
color: #444;
}
#cart .dropdown-menu {
background: #fff none repeat scroll 0 0;
padding: 0;border-radius:2px;font-size:13px;
z-index: 10011;border:1px solid #fff;
}
#cart .dropdown-menu {
min-width: 340px;
}
.socol1{padding:10px 0px 0px;}
.socol{text-align:center;padding:8px 0px 14px;background:none;}
@media (max-width: 478px) {
#cart .dropdown-menu {
width: 340px;
margin-right: -20px;
}}
#cart .dropdown-menu table {
margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
min-width: 340px;
padding: 0 10px;
}
@media (max-width: 478px) {
#cart .dropdown-menu li > div {
min-width: 340px;
}}
#cart .dropdown-menu li p {
color: #666;
margin: 20px 0;
}



#cart-total2 {
position:absolute;
}

/* menu */
#menu {
background-color: #5c86b1;
background-repeat: repeat-x;
min-height: 40px;
}
#menu .nav > li > a {
color: #fff;
line-height: 18px;
text-decoration: none;
text-align: center;
vertical-align: middle;
height: 40px;
display: table-cell;
width: 115px;
padding: 0px 5px 0px 5px;
z-index: 6;
position: relative;
font-size: 13px;
font-weight: 500;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
background-color: rgba(0, 0, 0, 0.1);
}
#menu .nav > li > a:before {
content: "";
width: 1px;
background: #cfcfcf;
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto 0;
max-height: 31px;
}
#menu .nav > li:last-child > a:after  {
content: "";
width: 1px;
background: #cfcfcf;
position: absolute;
right: 0;
top: 0;
bottom: 0;
margin: auto 0;
max-height: 31px;
}
#menu .dropdown-menu {
padding-bottom: 0;
}
#menu .dropdown-inner {
display: table;
}
#menu .dropdown-inner ul {
display: table-cell;
}
#menu .dropdown-inner a {
min-width: 160px;
display: block;
padding: 3px 20px;
clear: both;
line-height: 20px;
color: #333333;
font-size: 12px;
}
#menu .dropdown-inner li a:hover {
color: #FFFFFF;
}
#menu .see-all {
display: block;
margin-top: 0.5em;
border-top: 1px solid #DDD;
padding: 3px 20px;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 3px 3px;
font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
text-decoration: none;
color: #ffffff;
background-color: #5c86b1;
}
#menu #category {
float: left;
padding-left: 15px;
font-size: 16px;
font-weight: 700;
line-height: 40px;
color: #fff;}
#menu .btn-navbar {
font-size: 15px;
font-stretch: expanded;
color: #FFF;
padding: 2px 18px;
float: right;
background-color: #229ac8;
background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
background-repeat: repeat-x;
border-color: #1f90bb #1f90bb #145e7a;
}
#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: 4px;
}
#menu div.dropdown-inner > ul.list-unstyled {
display: block;
}
#menu div.dropdown-menu {
margin-left: 0 !important;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-inner {
display: block;
}
#menu .dropdown-inner a {
width: 100%;
color: #fff;
}
#menu .dropdown-menu a:hover,
#menu .dropdown-menu ul li a:hover {
background: rgba(0, 0, 0, 0.1);
}
#menu .see-all {
margin-top: 0;
border: none;
border-radius: 0;
color: #fff;
}}/* menu3rdlevel*/
#menu ul li ul li{
position: relative;
}
#menu .menu3rdlevel{
position: absolute;
top: -6px;
left: 100%;
display: none;
z-index:1001;
min-width:160px;
padding:5px 0 0 0;
background-color:#fff; /* edit or add style here */
border:1px solid #ccc;
border:1px solid rgba(0,0,0,.15);
border-radius: 4px;
-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
box-shadow:0 6px 12px rgba(0,0,0,.175);
background-clip: padding-box;
}
#menu .menu3rdlevel > a{
color: #333; /* menu3rdlevel 'see all' color */
}
#menu .menu3rdlevel_inner{
display: table;
}
.dropdown > a {
font-size: 13px;
}
#menu .menu3rdlevel_inner ul{
display: table-cell;
}
#menu .show3rdlevel{
display: block;
}
#menu .dropdown-inner a {
white-space: nowrap;
}
@media (min-width: 768px) {
#menu ul li ul li:hover > .menu3rdlevel {
display: block;
}
#menu .arrow{
background-image: url(../image/menu3rdlevel/arrow.png); /* replace with custom arrow if you wish (10 x 8 default) */
background-repeat: no-repeat;
background-position: right center;}
#menu ul li ul li:hover > a.arrow{
background-image: url(../image/menu3rdlevel/arrow.png); /* another arrow for hover (or delete) */
background-repeat: no-repeat;
background-position: right center;
background-color: transparent; /* replace with your color or delete (for the parent category when hover) */
color: #5c86b1;
}
#menu ul li ul li > a{ /* uncomment this for singe line link */
/* white-space: nowrap; */
}}
/* mobile code starts here */
@media (max-width: 767px) {
#menu .menu3rdlevel {
left: 0 !important;
top: 0 !important;
position: relative;
display: none;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 0.1);
border: 0;
border-radius: 0; /* edit border */
}
#menu .arrow{
text-decoration: none;
background-image: url(../../image/menu3rdlevel/arrow_d.png); /* replace with custom arrow if you wish (10 x 8 default) */
background-repeat: no-repeat;
background-position: right center;}
#menu ul li ul li:hover > a.arrow{
background-image: url(../../image/menu3rdlevel/arrow_d.png); /* another arrow for hover (or delete) */
background-repeat: no-repeat;
background-position: right center;}
#menu .menu3rdlevel_inner {
display: block;
}
#menu .menu3rdlevel_inner ul {
display: block;
}
#menu .menu3rdlevel_inner a {
width: 100%;
color: #fff;  /* color */
}
#menu .menu3rdlevel .see-all {
margin-top: 0;
border: none;
border-radius: 0;
color: #fff; /* color */
}}
/* menu3rdlevel son*/

 


#uye {
box-shadow: none;
cursor: pointer;
margin-bottom: 0px;
margin-top: 15px;
padding: 0;
position: relative;
}


.ynn{
padding-right:10px;
padding-left:0px;
} 


#uye > .btn {
border:2px solid #5c86b1;
background:none; 
border-radius: 4px;
box-shadow: none;
color: #999; 
font-size: 11px;
font-weight: 300;
line-height: 45px;
margin-top:0px;
padding: 3px 0 0px 2px;
text-shadow: none;
text-transform:uppercase;
transition: all 0.5s ease 0s;
width: 100%;
text-align:left;
}
#uye > .btn > .fa, #uye > .btn > #uye-total > .fa {color:#555;font-size:0px;}
#uye > .btn > .fa, #uye > .btn > #uye-total > .fa {
background:url("../image/hesap.png") no-repeat scroll center center;
border-radius:0px;
border-right: 0 solid #18b0ee;
color: transparent;
float: left;
height: 35px;
margin-right:3px;
transition: all 0.3s ease 0s;
width: 35px;
margin-top:-2px;
}
#uye > .btn span .ravel{
padding: 3px 5px 4px;
border-radius: 20px;
position: absolute;
top: 17px;
left: 20px;
height: 16px;
background: #03a84e;
color: #fff;
}
#uye.open > .btn .ravel{color:#fff}
#uye > .btn span {
color:#888;
font-weight:600;
font-size:11px; 
text-shadow: none;line-height:10px; 
display:block;
height:30px;
margin:5px 0 1px;
}
#uye > .btn span p{font-weight:400;margin:5px 0;text-transform:none;color:#888;text-align:center;margin-right: 20px;}
#uye.open > .btn span { 
box-shadow: none;
color: #888;
}
#uye.open > .btn:hover {
color: #444;
}
@media (min-width: 768px) and (max-width: 992px) {

#uye > .btn span {
height: 22px;
}
#uye > .btn {
width: 80%;
height: 40px;

}
#uye > .btn > .fa, #uye > .btn > #uye-total > .fa {
background: url(../image/hesap.png) no-repeat scroll center center;
height: 30px;
background-size: 30px 30px;
transition: all 0.3s ease 0s;
width: 100%;
margin-top: -1px;
}
#cart > .btn > .fa, #cart > .btn > #cart-total > .fa {
background: url(../image/cart.png) no-repeat scroll center center;
height: 30px;
background-size: 30px 30px;
transition: all 0.3s ease 0s;
width: 90%;
margin-top: -1px;
}
#cart > .btn {
background: none;
border-radius: 4px;
box-shadow: none;
color: #999;
font-size: 11px;
font-weight: 300;
height: 40px;
margin-top: 0px;
padding: 3px 0 0px 0px;
text-shadow: none;
text-transform: uppercase;
transition: all 0.5s ease 0s;
width: 70%;
text-align: left;
}
#cart {
min-width:100px; 
left: -10px;
}
#cart > .btn span .ravel {
top:12px;
left:37px;
}
#logo {
margin: 15px 0 0px -15px;
}
#search .input-lg {
height: 40px;
}
#search .btn-lg {
padding: 0px 15px 3px;
height: 30px;
}}



.knr {
	padding: 5px;

}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin: 0;
        justify-self: center;
    }
}


/* content */
#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
/* footer */
footer {
padding-top: 10px;
background: #e2e2e2 url(../image/footer1.png)repeat;
}
footer li {
padding:2px;
}footer a {
color: #666;
}
footer a:hover {
color: #337ab7;
}
footer h5 {
font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: bold;
color: #666;
}


@media only screen and (max-width: 768px) {
	
h2 {
	margin-top: 10px;
}
.social-footer {
display: inline-block;
margin-top: 15px;
text-align: center;
width: 100%;
}
.social-footer .link-follow {
display: inline-block;
}
.social-footer .link-follow li a {
font-size: 0px;
height: 35px;
line-height: 35px;
margin-right: 2px;
width: 35px;
}
.social-footer .link-follow li a i {
font-size: 20px;
line-height: 35px;
}
.footer-logom {
text-align:center;
}}
.footer-logo {
border-bottom: 1px solid #c7c7c7;
border-top: 1px solid #c7c7c7;
padding-top: 0px;
padding-bottom: 5px;
margin-bottom: 30px;
}

.footer-logom {
top:5px;
}

.footer-power {
text-align:center;
top: 25px;
}




.footer-row-1 {
padding: 15px 0 0rem;
border-top: 1px solid #c7c7c7;
border-bottom: 1px solid #c7c7c7;
}
.footer-row-1 .shopping-banners .shopping-banner {
display: flex;
align-items: center;
justify-content: left;
flex-wrap: wrap;
color: #666;
padding: 1rem;
border: 1px solid #5c86b1;
border-radius: 10px;
margin-bottom:15px;
background: #fff;
}
.footer-row-1 .shopping-banners .shopping-banner .shopping-banner-img {
font-size: 40px;
position: relative;
display: block;
color: #666;
}
.footer-row-1 .shopping-banners .shopping-banner .shopping-banner-img img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
display: block;
max-width: 100%;
max-height: 100%
}
.footer-row-1 .shopping-banners .shopping-banner .shopping-banner-content {
padding-left: 2rem;
text-align:center;
}
.footer-row-1 .shopping-banners .shopping-banner .shopping-banner-content .shopping-banner-title {
font-size: 1.4rem
}
.footer-row-1 .shopping-banners .shopping-banner .shopping-banner-content .shopping-banner-sub-title {
font-size: 1.2rem;
color: #666
}



.shopping-banner-content1 {
padding-left: 0px;
text-align:center;
}

.shopping-banner-title {
color:#5c86b1;
font-weight: 800;
font-size: 14px;
}





/* footer kategori */

.footer-toplinks {
line-height: 15px;
}
.footer-toplinks .links label {
font-weight: bold;
text-transform: capitalize;
color: #222;
font-size: 12px;
margin: 0;
}
.footer-toplinks .links label a {
color: #5c86b1;}
.footer-toplinks .links label a:hover {
color: #888;
}
.footer-toplinks ul {
margin: 0;
padding: 0;
list-style: none;
display: contents;
font-size: 0;
}
.footer-toplinks ul li {
display: inline-block;
position: relative;
padding: 0px 8px 5px 8px;
}
.footer-toplinks ul li span a {
color: #666;
font-weight: 400;
}
.footer-toplinks ul li span a:hover {
color: #23a1d1;}
.footer-toplinks ul li a {
font-size: 14px;
font-weight: 400;
color: #555;
}
.footer-toplinks ul li a:after {
content:" | ";
display: block;
font-size: 14px;
color: #ababab;
position: absolute;
top: 0px;
right: -2px;
}
@media (max-width: 767px) {
.footer-toplinks ul li span a {
font-size:14px;
}
.footer-toplinks ul li {
padding: 0px 10px 5px 10px;
}}/* footer kategori son*/











/* alert */
#alert {
z-index: 9999;
}
.position-fixed {
position: fixed !important;
}
.top-0 {
top: 10px !important;
}
.end-0 {
right: 10px !important;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
color: #ffffff;
background-color: #5c86b1;
width: 100%;
font-size: 14px;
font-weight: 700;
border-radius: 0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
background-color: #5c86b1;
border-color: #5c86b1;
background-position: 0 0px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
	border-radius: 4px;
}
.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;
	border-bottom: 1px solid #ddd;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h5 {
	font-weight: bold;
	margin-top: 5px;
    margin-bottom: 8px;
}

.product-thumb h5 a {
color:#666;
}


.product-thumb .caption {
	padding: 0 3px;
	min-height: 110px;
	text-align: center;
}


.product-thumb h4 {
    font-weight: bold;
    margin-top: 0px;
    margin-bottom:0px;
    font-size: 12px;
	line-height: 1.5;

}


.product-thumb a {
	color:#555;
}




.product-thumb p {
margin: 0 0 -4px;
}


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




 .model {

 color: #555;
 font-size:10px;
 text-align: center;
	
}





 .kdvh {

    color: #5c86b1;

}


 .kdvv {

   font-size:14px;

}


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


 .kdvv {

   font-size:10px;

}


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

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


.product-thumb .caption {
    padding: 0 1px;
    min-height: 88px;
    text-align: center;
}


}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
font-size: 8px;
}
.rating .fa-star-o {
color: #ffaa00;
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: #f27a1a;
    font-size: 18px;
    font-weight: 600;
		    flex: 1;
    line-height: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-thumb .price-new {
	font-weight: 600;
	color: #03a84e;
    font-size: 18px;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
	font-size: 12px;
	margin-bottom:-5px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {

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



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




.product-thumb .button-group button {
width: 100%;
border: none;
display: inline-block;
float: left;
background-color: #009688;
color: #fff;
height: 30px;
font-size:16px;
text-align: center;
font-weight: 600;
}


#yok {
background-color: #a10d03;
color: #fff;
}


.product-thumb .button-group button.ind {
border: 1px solid #e91919;
color: #e91919;
}
.product-thumb .button-group button.ind:hover {
background: #e91919;
color: #fff;
}

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








@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

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

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

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

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








/* yeniurunler */
.swiper-viewport.oc_featured {
	margin: 0 0 0px;
	background: #fff;
	z-index: 1;
	border: none;
	border-radius: 4px;
	box-shadow: none;
	width: 100%;
	position: relative;
	overflow: visible;
}

.product-thumb2 {
	margin: 3px;
}
.swiper-button-prev_prev, .swiper-button-next_next  {
	color:rgba(0,0,0,0.8);
	text-shadow:1px 1px 0 rgba(255,255,255,0.3);
	transition:all .3s ease;
	z-index:2;
	background-image:none;
	margin-top:-60px;
}

.swiper-viewport .swiper-button-next_next {
   opacity: 1;
   right: 0px;
   width: 50px;
   height: 40px;
   position: absolute;
   top: 30px;
}

.swiper-viewport .swiper-button-prev_prev {
	opacity:1;
	left: 0px;
	width: 40px;
	height: 40px;
	position: absolute; 
	top: 30px;
}
   
@media (min-width: 768px) {
	.swiper-viewport .swiper-button-next_next {
	opacity: 0;
	right: -25px;
	}
	.swiper-viewport:hover .swiper-button-next_next {
	opacity: 0.7;
	right: -25px;
	}
	.swiper-button-next_next:before {
	width: 40px;
    height: 40px;
	background: rgba(44, 54, 64, 1);
    border-width: 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
	font-family: FontAwesome;
	content: "\f061";
	color: #fff;
	font-size: 20px;
    padding: 8px;
}
	
	.swiper-viewport .swiper-button-prev_prev {
	opacity: 0;
	left: -15px;
    }
	.swiper-viewport:hover .swiper-button-prev_prev {
	opacity: 0.7;
	left: -15px;
	}
	
	
	.swiper-button-prev_prev:before {
	
	width: 40px;
    height: 40px;
    background: rgba(44, 54, 64, 1);
    border-width: 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
	font-family: FontAwesome;
	content: "\f060";
	color: #fff;
    font-size: 20px;
    padding: 8px;
}
}
/* yeniurunler */


/* en çok satanlar*/
.colProductIn {
width: 100%;
border: 1px solid #d4d4d4;
display: inline-block;
overflow: hidden;
}
.slideImg {
display: inline-block;
vertical-align: middle;
text-align: center;
border: 1px solid #f6f7f8;
width: 212px;
height: 212px;
overflow: hidden;
margin-bottom: 5px;
margin-top: 5px;
}
.slideImg img {
width: 100% !important;
height: 100% !important;
}
.colProductIn ul > li {
float: left;
border-left: 1px solid #e9eaee;
border-bottom: 1px solid #e9eaee;
position: relative;
text-align: center;
}
.colProductIn ul > li >a{
text-decoration:none;
}
.colProductIn .slideImg {
margin-top: 10px;
}
.colProductIn .aciklama {
text-align: left;
display: inline-block;
width: 90%;
max-height: 50px;
overflow: hidden;
}
.colProductIn .fiyat1 {
text-align: right;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 35px;
font-weight: bold;
padding-right: 1%;
}
.product_l_12 {
border: none;
position: relative;
}
.product_l_12 > ul > li {
width: 50%;
padding-left: 0px;
height: 52px;
border: none;
}
.product_l_12 .slideImg {
width: 50px;
height: 50px;
float: left;
margin-top: 0px;
}
.product_l_12 .aciklama {
height: 47px;
left: 50px;
padding-left: 5px;
position: absolute;
width: 250px;
margin-top:5px;
}
.product_l_12 .aciklama a {
color: #666;
}
.product_l_12 .fiyat1 {
border: none;
width: 35%;
right: 0;
left: auto;
font-size:13pt;
}
.ugirispp {
padding: 0px;
font-size:12px;
margin-top:-10px;
}
.product_l_12 .fiyat2 {
font-size:9pt;
}
.product_l_12 > ul > li.backlgrey {
background-color: #f9f9f9;
}
.product_l_12 > ul > li.backdgrey {
background-color: #e8e8e8;
}
.product_l_12 > ul > li.rline {
border-right: 2px solid #cdcdcd;
}
@media screen and (max-width: 1200px) {
.slideImg img {
height: auto !important;
}}
@media screen and (max-width: 1100px) {
.colProductIn .slideImg {
width: 96%;
max-width: 212px;
max-height: 212px;
}
.product_l_12 .slideImg {
width: 45px;
}
.product_l_12 .aciklama {
line-height: inherit;
width: 50%;
}
.product_l_12 .fiyat1 {
width: 45%;
}}
@media screen and (max-width: 768px) {
.product_l_12 > ul > li {
width: 100%;
border-bottom: 2px solid #cdcdcd;
height: 47px;
float: left;
position: relative;
}
.colProductIn .fiyat1 {
padding-top: 0px;
}}
@media screen and (min-width: 767px) {
	.product_l_12 > ul > li:nth-child(1n) {width: 50%;
}}
@media screen and (max-width: 460px) {
.product_l_12 .aciklama {
width: 45%;
height: 47px;
position: relative;
float: left;
left: 0;
max-height: inherit;
padding-bottom: 5px;
top: -2px;
line-height: 13px;
}}
.product_l_12 > ul > li {
border:0 solid #D4D4D4;
}
.colProductIn.product_l_12 .aciklama {
font-size:12px;
}
.colProductIn.product_l_12 .fiyat1 {
font-size:10pt;
}
.product_l_12 > ul > li:nth-child(1n) {
border:1px solid #cdcdcd;
background:#fcfcfc;
border-radius:3px;
margin-bottom: 10px;
}
.product_l_12 > ul > li:nth-child(2n) {
background:#fcfcfc;
}
.product_l_12 > ul > li:nth-child(2n) {
background:#fcfcfc;
}
.product_l_12 > ul > li:nth-child(4n), .product_l_12 > ul > li:nth-child(4n-1) {
background:#efefef;
}
/* en çok satanlar son*/


.price-old2 {
color: #555;
text-decoration:line-through #FF0000;
font-size:10px;
display: block;
line-height: 4px;
}



.fav {
color: #a10d03;
display: flex;
justify-content: center;
align-items: center;
width: 33px;
height: 33px;
border: none;
position: absolute;
z-index: 1;
background: none;
}


.favv {
font-size:18px;
}



.page-title {
    margin: 35px 0 15px;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    position: relative;
}


.page-title:before {
    content: '';
    width: 150px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px;
    background: #5c86b1;
    -o-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}


.page-title:after {
  content: "";
  display: block;
  clear: both;
}




 .price-group {
    align-items: center;
    color: #333;
    display: flex;
    font-weight: 400;
    height: auto;
    justify-content: center;
	border-top: 1px solid #ddd;
	padding: 5px 5px 5px 2px;
}




.u_fyt {
color:#666;
}
.u_uye {
color:#666;
}
.u_mx-2 {
margin-left: 0.5rem!important;
margin-right: 0.5rem!important;
}
.u_kayit a {
color:#5c86b1;
}








.ktfiltre {
background:#5c86b1;
height:40px;
padding:5px;
border-radius: 4px;}
.ktfiltre span {
color:#000;
padding:12px;
text-align:center;
text-decoration: none;
line-height: 30px;
background: #ffd541;
}
.ktfiltre a:hover {
background:#23a1d1;
}
.ktfiltre a.active {
background:#5c86b1;
}
.hizala {
display:block;
color:#5c86b1;
}
.hizala a {
color:#7b7b7b;
}






 .price-group .discount {
	align-items: center;
    background: #5c86b1;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    height: 35px;
    justify-content: center;
    text-align: center;
    width:35px;
    margin-right:5px;
}









 .prices {
  flex: 1;
  line-height: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}




.sale_label_small {
background:#ffd541;
top:8px;
color:#000;
font-size:12px;
width: 35px;
position:absolute;
right:8px;
text-align:center;
text-transform:capitalize;
z-index:2;
font-weight:700;
border-radius: 2px;
}


.sale_label_small2 {
background: #03a84e;
top: 35px;
color: #fff;
font-size:12px;
width: 35px;
position: absolute;
right: 8px;
text-align: center;
text-transform: capitalize;
z-index: 2;
font-weight: 700;
border-radius: 2px;
}





.sale_label_small3 {
background: #03a84e;
top: 8px;
color: #fff;
font-size:12px;
width: 35px;
position: absolute;
right: 8px;
text-align: center;
text-transform: capitalize;
z-index: 2;
font-weight: 700;
border-radius: 2px;
}



.indirimbtn {
    display: block;
    position: absolute;
    left: 20px;
    top: 5px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    width: 90px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    background: #5c86b1;
}



 .yenibtn {
display: block;
    position: absolute;
    right: 20px;
    top: 5px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    width: 40px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    background: #4CAF50;

}



.passrenk{
color:#303598;}
.passrenk a{
color:#303598;}


/* BackToTop button css */
#scroll {
position:fixed;
right:10px;
bottom:10px;
cursor:pointer;
width:40px;
height:40px;
background-color:#5c86b1;
text-indent:-5425809px;
display:none;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
#scroll span {
position:absolute;
top:50%;
left:50%;
margin-left:-8px;
margin-top:-12px;
height:0;
width:0;
border:8px solid transparent;
border-bottom-color:#ffffff
}
#scroll:hover {
background-color:#03a84e;
opacity:1;
filter:"alpha(opacity=100)";
-ms-filter:"alpha(opacity=100)";
}
@media (max-width:689.98px) {
#scroll {
bottom:50px;
width: 30px;
height: 30px;
}}










@media (max-width: 992px) {
#logo {
margin: 2px 0 0px 0;
}
#menu .nav > li > a {
line-height: 15px;
height: 35px;
width:80px;
padding: 0px 5px 0px 5px;
font-size:10px;
}}




#mob-info-block-inner .box-description-mob{clear:both;padding:5px 12px}
#mob-info-block-inner{padding:15px;margin-top:46px}
#mob-info-block-inner .btn-account-menu .info-auth-user{padding-left:0px}
#mob-info-block-inner .btn-account-menu span{display:inline-block;color:#5c86b1;font-weight:600;overflow:unset}
#mob-info-block-inner .box-account-mob .btn-link{color:#5c86b1;font-weight:600}
#mob-info-block-inner .box-account-mob .btn-link i{display:none}
#mob-info-block-inner .box-account-mob .btn-link span{display:block !important}
#mob-info-block-inner .box-account-mob .dropdown-menu, #mob-info-block-inner #currency .dropdown-menu{padding-left:15px}
#mob-info-block-inner .box-account-mob .dropdown-menu > li > a{padding-left:25px}
.mobm-top{background:#fff;position:fixed;height:46px;width:270px;padding:12px 0px 12px 0px;z-index:1050;border-radius:0px 12px 0px 0px;margin-left:15px;margin-right:15px}.mobm-top svg{display:inline-block;vertical-align:middle;margin-top:-2px}
.mobm-title-catalog{color:#5c86b1;display:inline-block;font-weight:600;margin-left:10px;font-size: 17px;}.mobm-menu-blur{background:rgba(0,0,0,.3);overflow:hidden;display:none;width:100%;height:100%;position:fixed;top:0;left:0;bottom:0;right:0;z-index:1006}
.mobm-menu-blur.active-blur{display:block}
#menu-mobile-ns .mob-catalog{padding:50px 15px 15px}
#menu-mobile-ns .navbar-nav > li > button > i{font-size:18px;margin-top:0px;width:40px;text-align:center;height:46px;position:absolute;right:0;background:#43b02a;top:0px;line-height:39px}
#menu-mobile-ns.menu-collapse-down > .collapse{width:100%;border-color:#ddd;padding:0;margin:0px}
#menu-mobile-ns.menu-collapse-down > .collapsing, #menu-mobile-ns.menu-collapse-down > .collapse.in{background-color:#fff;height:calc(100% - 46px);bottom:0;left:0;right:0;top:46px;min-height:calc(100% - 46px);overflow-x:hidden !important;overflow-y:scroll !important;position:fixed;z-index:5c86b19;display:block !important}
#menu-mobile-ns.menu-collapse-down .mob-catalog{margin-top:0px;padding-top:0px}
#menu-mobile-ns.active{padding:0;display:block;overflow-x:hidden;visibility:visible}
#menu-mobile-ns.menu-collapse-down .navbar-type2-collapse{padding:0;display:none !important}
#menu-mobile-ns.navmenu-fixed-left .navbar-nav{margin:0px}
#menu-mobile-ns.menu-collapse-down .navbar-nav{margin:0px}
#menu-mobile-ns .navbar-nav > li > a{padding-top:15px;padding-bottom:15px;background:transparent !important}
#menu-mobile-ns .nav > li > a{position:relative;display:block;padding:10px 40px 10px 10px;color:#5c86b1;font-weight:600;font-size:13px}
#menu-mobile-ns .nav li a.active-menu:before{background:#f8f9fa;position:absolute;height:calc(100% - 3px);content:"";z-index:-1;left:0px;right:0px;width:100%;top:3px;border-radius:3px}
#menu-mobile-ns .item-dop-info.himg{padding-left:30px}
#menu-mobile-ns .item-dop-info{font-size:12px;color:#5c86b1}
#menu-mobile-ns .nsmenu-thumb{position:absolute;left:12px;top:50%;margin-top:-6px}
#menu-mobile-ns .navbar-nav > li > .mob-submenu-list li > a{background:transparent !important;position:relative;display:block;padding:10px 40px 10px 20px;color:#5c86b1;text-decoration:none}
#menu-mobile-ns .navbar-nav > li > .mob-submenu-list li a, #menu-mobile-ns .navbar-nav > li > .mob-submenu-list li > .mob-submenu-list-3lev a{color:#03a84e;font-size:13px;z-index:1;border-top:1px solid #ddd}
#menu-mobile-ns .navbar-nav > li > .mob-submenu-list li > .mob-submenu-list-3lev li > a{padding:10px 40px 10px 30px}
#menu-mobile-ns .navbar-nav > li > .mob-submenu-list li > .mob-submenu-list-3lev a{color:#444;font-size:13px;z-index:1}
#menu-mobile-ns .navbar-nav > li > .mob-submenu-list li a:hover, #menu-mobile-ns .navbar-nav > li > .mob-submenu-list li > .mob-submenu-list-3lev a:hover{color:#03a84e}
#menu-mobile-ns .navbar-nav,#menu-mobile-ns .navbar-nav > li{float:none;position:relative}
#menu-mobile-ns .navbar-nav > li{border-top:1px solid #ddd}
#menu-mobile-ns .navbar-nav > li > .mob-submenu-list li a > .show-sc-mobile, #menu-mobile-ns .navbar-nav > li a > .show-sc-mobile{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;font-size:12px;height:100%;width:40px;text-align:center;padding:0;position:absolute;top:0;right:0}
#menu-mobile-ns .navbar-nav > li > .mob-submenu-list li a > .show-sc-mobile > i, #menu-mobile-ns .navbar-nav > li a > .show-sc-mobile > i{font-size:16px;color:#979797;font-style:normal}
#menu-mobile-ns .navbar-nav > li > .mob-submenu-list li a > .show-sc-mobile.open-sc-mobile > i.plus, #menu-mobile-ns .navbar-nav > li a > .show-sc-mobile.open-sc-mobile > i.plus{transform:rotate(45deg);-webkit-transition:rotate 0.3s ease 0s;-moz-transition:rotate 0.3s ease 0s;-ms-transition:rotate 0.3s ease 0s;-o-transition:rotate 0.3s ease 0s;transition:rotate 0.3s ease 0s;color: #03a84e;border: 1px solid #03a84e;}
#menu-mobile-ns .navbar-nav > li > .mob-submenu-list li a > .show-sc-mobile > i, #menu-mobile-ns .navbar-nav > li a > .show-sc-mobile > i{
color: #5c86b1;
cursor: pointer !important;
font-size: 20px;
height: 25px;
outline: medium none;
position: absolute;
right: 0px;
top: 8px;
width: 25px;
z-index: 1060;
text-align: center;
line-height: 23px;
border: 1px solid #5c86b1;
border-radius: 50%;
background-position: center;
background-repeat: no-repeat;
background-color: #fff;
}
#menu-mobile-ns .nav > li > .close-mobmenu:focus, #menu-mobile-ns .nav > li > .close-mobmenu:hover, #menu-mobile-ns .nav > li > a:focus, #menu-mobile-ns .nav > li > a:hover{background-color:transparent}
#menu-mobile-ns .nav > li a > .show-sc-mobile:focus, #menu-mobile-ns .nav > li a > .show-sc-mobile:hover{background-color:transparent}
#menu-mobile-ns .navbar-nav > li > .mob-submenu-list, #menu-mobile-ns .navbar-nav > li > .mob-submenu-list li > .mob-submenu-list-3lev{background-color:transparent}
#menu-mobile-ns .navbar-nav > li > .mob-submenu-list li, #menu-mobile-ns .navbar-nav > li > .mob-submenu-list li > .mob-submenu-list-3lev li{float:none;position:relative}
#menu-mobile-ns .cat-label{font-size:12px;font-weight:600;border-radius:2px;line-height:1;padding:3px;right:43px;top:0px;z-index:4;position:absolute;text-transform:uppercase}
#menu-mobile-ns .mobile-menu-icon{float:left;margin:-2px 5px -2px 0}
#top-fixed-mobile .btn.btn-menu-mobile{padding:0px;background:#00BC52;border:0px;border-radius:0px;box-shadow:none;text-align:center;width:40px;height:36px;line-height:40px;border-radius:4px}
#top-fixed-mobile .btn.btn-menu-info{padding:0px;background:#223446;border:0px;border-radius:0px;box-shadow:none;text-align:center;width:40px;height:36px;border-radius:4px;margin-left:4px}
#menu-mobile-ns.navmenu-fixed-left{background:#fff;z-index:1040;border-right:1px solid #eee;box-shadow:0px 2px 3px rgba(0,0,0,0.15)}
#menu-mobile-ns.navmenu-fixed-left{position:fixed;top:0;bottom:0;width:300px;left:-300px;overflow-y:auto;-webkit-transition:left 250ms ease;-moz-transition:left 250ms ease;-ms-transition:left 250ms ease;-o-transition:left 250ms ease;transition:left 250ms ease;border-radius:0px 12px 12px 0px}
#menu-mobile-ns.navmenu-fixed-left.active{left:0px}
@media (min-width: 768px) {
#top-fixed-mobile .btn.btn-menu-mobile{width:80px;}
#top-fixed-mobile .btn.btn-menu-info {width:80px;}
#top-fixed-mobile .mob-m-i.menu_fix_mob {
width: 890px;
}}
#mob-info-block {
position: fixed;
top: 0;
bottom: 0;
width: 300px;
left: -100%;
overflow-y: auto;
-webkit-transition: left 250ms ease;
-moz-transition: left 250ms ease;
-ms-transition: left 250ms ease;
-o-transition: left 250ms ease;
transition: left 250ms ease;
height: 100%;
z-index: 1010;
background: #fff;
-webkit-overflow-scrolling: touch;
border-radius: 0px 12px 12px 0px;
}
#mob-info-block.active {
left: 0px;
}
.mob-block-title {
height: 46px;
line-height: 46px;
text-align: left;
font-size: 14px;
color: #444;
padding-left: 2px;
background: #fff;
z-index: 1010;
font-weight: 600;
border-bottom: 1px dashed #d8d8d8;
position: fixed;
width: 270px;
margin-left: 15px;
margin-right: 15px;
border-radius: 0px 12px 0px 0px;
}
.mob-block-title .mob-text-title {
display: inline-block;
margin-left: 12px;
}
.mobm-top .mobm-close-menu, .mob-block-close {
color: #03a84e;
cursor: pointer !important;
padding:0px;
height: 25px;
outline: medium none;
position: absolute;
right: -5px;
top: 10px;
width: 25px;
z-index: 1060;
text-align: center;
line-height: 0px;
border: 1px solid #03a84e;
border-radius: 50%;
background-position: center;
background-repeat: no-repeat;
background-color: #fff;
}


.mobm-top .mobm-close-menu, .mob-block-close2 {
color: #03a84e;
cursor: pointer !important;
padding:0px;
height: 25px;
outline: medium none;
position: absolute;
right: -5px;
top: 10px;
width: 25px;
z-index: 1060;
text-align: center;
line-height: 0px;
border: 1px solid #03a84e;
border-radius: 50%;
background-position: center;
background-repeat: no-repeat;
background-color: #fff;
}
#mob-info-block-inner {
padding: 15px;
margin-top: 46px;
}
#mob-info-block-inner #language .mob-title-lang, #mob-info-block-inner #currency .btn-link.dropdown-toggle, #mob-info-block-inner .box-account-mob .btn-link, #mob-info-block-inner .btn-account-menu {
display: block;
background: #5c86b1;
height: 30px !important;
border-radius: 3px;
font-weight: 600;
line-height: 30px;
width: 100%;
text-align: center;
font-size: 12px;
padding: 0px 10px 0px;
}
#mob-info-block-inner .btn-account-menu .info-auth-user {
padding-left: 0px;
}
#mob-info-block-inner .btn-account-menu span {
display: inline-block;
color: #fff;
font-weight: 600;
overflow: unset;
}
#mob-info-block-inner #currency .dropdown-menu, #mob-info-block-inner .box-account-mob .dropdown-menu {
border: 0;
display: block;
position: relative;
width: 100%;
box-shadow: none;
clear: both;
top: 0px;
border-radius: 0px;
padding: 0px;
font-size: 13px;
float: none;
margin: 0px;
padding-top: 8px;
padding-bottom: 10px;
}
#mob-info-block-inner .box-account-mob .dropdown-menu, #mob-info-block-inner #currency .dropdown-menu {
padding-left: 15px;
}
#mob-info-block-inner .box-description-mob {
clear: both;
padding: 5px 12px;
}
@media (min-width: 600px) and (max-width:991px) {
.col-sm-44 {
width: 33.33%;
}}
.sepetbildir {
display: inline-block;
min-width: 20px;
font-size: 12px;
font-weight: 300;
color: #fff;
line-height: 20px;
text-align: center;
background-color: #fff;
border-radius: 10px;
position: absolute;
margin: 0px 0px 0px 0px;
transform: scale(1);
animation: pulse 2s infinite;
background:#03a84e;
}
@keyframes pulse {
0% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
}
70% {
transform: scale(1);
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
}
100% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}}
#altsabitmenu {
display: block;
float: left;
width: 100%;
height: 35px;
position: fixed;
bottom: 0px;
background-color: #fff;
text-align: center;
z-index: 100000;
border-top: 1px solid #eee;
padding:0px;
}
#altsabitmenu > ul {
margin: 0;
padding:0px;
display:block;
}
#altsabitmenu li {
display: block;
float: left;
height: 35px;
width:20%;
text-align: center;
list-style:none;
background-image: linear-gradient(to bottom, #fff, #ddd);
}
#altsabitmenu li i {
font-size:20px;
margin-top:6px;
color:#5c86b1;}

#altsabitmenu li a {
display: block;
text-align:center;height: 30px;
}
#altsabitmenu li:nth-child(1n+2) {
border-left:1px solid #c7c2c2;
}
#altsabitmenu .to-navigation {
background: url('../image/menubg.png') no-repeat;
background-position: center center;
}
#altsabitmenu .tshoppingcart {
background: url('../image/basketbg.png') no-repeat;
background-position: center center;
}
.glogo {
margin-bottom:5px;
}
.miniktg {
float: left;
color: #fff;
background:#5c86b1;
margin-top: 0px;
padding: 0px 10px 0px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border: 0;
height: 37px;
}
.miniktg:hover {
color: #fff;}
.header2 {
font-size:20px;
margin-left: 3px;
color: #fff;
}
.header3 {
font-size:20px;
color: #fff;
}
@media (min-width: 768px) {
.miniktg {
display: none;
}
.miniktg2 {
display: none;
}}
.miniktg2 {
float: right;
background:#5c86b1;
margin-top: 0px;
padding: 3px 10px 0px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border: 0;
height: 37px;
}
 


@media (max-width: 767px) {
.knr {
padding: 3px;
    margin-right: 0px;
    margin-left: 0px;
}


.dnm {
padding: 10px;
}

.product-thumb {
margin-bottom: 0px;
}


.logocep {
padding: 0px;
text-align: center;
width: 90%;
margin-top: 5px;
}

#logo {
margin-top: 5px;
display: block;
padding: 0rem 0;
margin-bottom:5px;
text-align: -webkit-center;
}
.mob-col {
padding-right: 10px;
padding-left: 10px;
}
.logo-center {
text-align: center;
}
#top {
margin: 0 0 0px 0;
height: 30px;
}
#top-links {
padding-top: 1px;
}
#top .container {
padding: 0 10px;
}
#search {
margin-top: 0px;
margin-bottom: 10px;
}
#menu div.dropdown-inner > ul.list-unstyled {
display: block;
}
#menu div.dropdown-menu {
margin-left: 0 !important;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-inner {
display: block;
}
#menu .dropdown-inner a {
width: 100%;
color: #fff;
}
#menu .dropdown-menu a:hover,
#menu .dropdown-menu ul li a:hover {
background: rgba(0, 0, 0, 0.1);
}
#menu .see-all {
margin-top: 0;
border: none;
border-radius: 0;
color: #fff;
}
#search .input-lg {
height: 37px;
line-height: 20px;
padding: 0 10px;
border-radius: 0;
}
#search .btn-lg {
padding: 0px 0px;
height: 37px;
margin: 0px 0px;
font-size: 12px;
border-right: 1px solid;
width: 40px;
border-radius: 0;
}
#search:before {
display:none;
}}


.urun_yok {
text-align: center;
font-size: 25px;
font-weight: 600;
line-height:35px;
}

.banka {
text-align: center;
font-size: 25px;
line-height: 50px;
font-weight: 700;
border: 1px solid #0dd869;
border-radius: 11px;
}
.banka_baslik {
font-size: 25px;
font-weight: 700;
}
.banka2 {
font-size: 15px;
font-weight: 500;
}


.yborder {
border:1px solid #c7c7c7;
text-align: center;
border-radius: 4px;
margin-bottom:15px;
font-size:15px;
}
.oborder {
border:1px solid #c7c7c7;
margin-bottom:15px;
padding: 15px;
border-radius:4px;
}
.baslik2 {
padding: 10px 20px;
background: #0f84ba;
border-radius: 4px;
margin-bottom: 10px;
margin-top: 10px;
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
color: #fff;
display: flex;
}
.form-rating .control-label{margin-right:25px;float:left}
.form-rating .form-rating-container{float:left}
.form-rating .form-rating-container label,.form-rating .form-rating-container:hover label{float:right;margin-bottom:0;padding:3px 5px 0 0;cursor:pointer}
.form-rating .form-rating-container label i,.form-rating .form-rating-container:hover label i{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;font-size:25px}
.form-rating .form-rating-container label i.fa-star-o,.form-rating .form-rating-container:hover label i.fa-star-o{color:#d9d9d9;}
.form-rating .form-rating-container label i.fa-star,.form-rating .form-rating-container:hover label i.fa-star{color:#e6e6e6;}
.form-rating .form-rating-container input{display:none}
.form-rating .form-rating-container:hover label i.fa-star-o{color:#d9d9d9}
.form-rating .form-rating-container:hover label i.fa-star{color:#e6e6e6}
.form-rating .form-rating-container:hover label:hover i.fa-star-o,.form-rating .form-rating-container:hover label:hover~label i.fa-star-o{color:#feb645}
.form-rating .form-rating-container:hover label:hover i.fa-star,.form-rating .form-rating-container:hover label:hover~label i.fa-star{color:gold}
.form-rating input:checked~label i.fa-star-o{color:#fea212}
.form-rating input:checked~label i.fa-star{color:#f0ca00}
.yborder p {
padding: 5px 0px 0px 0px;
margin: 0 0 5px;
}
.pborder {
text-align: center;
padding: 10px 0px 0px 0px;
}
.leftp {
border-left:1px solid #5c86b1;
text-align:left;
}
.mborder {
border:1px solid #c7c7c7;
text-align: center;
border-radius: 4px;
display: flex;
margin-bottom:15px;
}
.sborder {
border:1px solid #c7c7c7;
border-radius: 4px;
margin-bottom:15px;
padding:10px;
}
.thumbnail {
border: 1px solid #c7c7c7;}
.product-detail-group{display: -ms-flex; display: -moz-flex; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.product-detail-group .quantity input{font-weight: bold;width:60px; height: 38px; border: none; box-shadow: none; border-top: 2px solid #5c86b1; border-bottom: 2px solid #5c86b1; border-radius: 0; text-align: center; padding-bottom: 17px; }
.product-detail-group .quantity:after{content: 'Adet'; position: absolute; bottom: 0; left: 38%; color:#444; font-size:13px;}
.product-detail-group .quantity{width:auto; height: 38px; outline: inherit; display: -ms-flex; display: -moz-flex; display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; margin-right: 5px; }
.product-detail-group .quantity button:first-child{width: 25px; border: 2px solid #5c86b1; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-right: none; background: none; }
.product-detail-group .quantity button:last-child{width: 25px; border: 2px solid #5c86b1; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-left: none; background: none; }
#minuse{
background: #5c86b1;
font-weight: bold;
font-size:15px;
color: #fff;
}
#pluse{
background: #5c86b1;
font-weight: bold;
font-size:15px;
color: #fff;
}
#product_qty {
background: #FFF;
}
.btn-holder {
text-align:center;
}
#button-cart{
height: 38px;
color: #fff;
background: #5c86b1;
font-weight: 600;
border: none;
min-width: 155px;
font-size: 20px;
border-radius:5px;
padding:0;
}
#button-outstock{
height: 40px;
color: #fff;
background: #a10d03;
font-weight: 600;
border: none;
font-size: 20px;
padding:0;
}
@media (max-width: 992px) {
#button-cart {
min-width: 45px;
font-size:12px;
padding: 0px;
}}
.fav-list {
height: 38px;
color: #fff;
background: #a10d03;
font-weight: 600;
border: none;
min-width: 40px;
font-size: 15px;
border-radius:4px;
padding: 7.5px 12px;
}
.spt_icon {
font-size: 20px;
}
.price-wrapper {
margin: 20px 5px 20px;
}
.fav-list_w {
height: 38px;
color: #fff;
background: #5dbb5d;
font-weight: 600;
border: none;
min-width: 45px;
font-size: 15px;
border-radius: 4px;
margin-left:5px;
margin-right:5px;
}

.price-old3 {
color: #FF0000;
text-decoration: line-through #3498DB;
font-size: 15px;
margin:0px 0px 5px;
}
.price-neww {
color: #03a84e;
font-size: 25px;
font-weight: bold;
}
.pricem {
color: #03a84e;
font-size: 20px;
margin: 2px;
font-weight: bold;
}












/* hesap */
.mpacc-profile{
margin-bottom: 20px;
}
.mpacc-profile .text-center{
text-align: center;
}
.mpacc-profile .profile-info{
background: #2F6A8A;
padding-top: 60px;
padding-bottom: 60px;
box-shadow: inset 0px -19px 36px rgba(27, 163, 247, 0.2);
-webkit-box-shadow: inset 0px -19px 36px rgba(27, 163, 247, 0.2);
border-radius: 8px;
}
.mpacc-profile .ad{
overflow: hidden;
margin: auto;
position: relative;
margin-bottom: 20px;
color: #fff;
font-size: 48px;
line-height: 65px;
text-align: center;
font-weight: 600;
}
.mpblur {
width: 100%;
height: 100%;
background: #2f6a8a;
opacity: 0.5;
position: absolute;
top: 0;
}
.mpacc-profile .user-name{
text-align: center;
color: #fff;
font-size: 16px;
}
.mpacc-profile .email{
text-align: center;
color: #fff;
font-size: 16px;
margin-bottom: 10px;
}
.mpacc-profile .phone{
text-align: center;
color: #fff;
font-size: 16px;
margin-bottom: 10px;
}
.mpacc-profile .profile-links{
background: #3C3734;
border-radius: 0px 0px 8px 8px;
padding-bottom: 10px;
}
.mpacc-profile .profile-links ul li{
float: left;
width: 100%;
border-bottom: 1px solid #494b4b;
color: #fff;
font-size: 14px;
}
.mpacc-profile .profile-links ul li i {
font-size: 18px;
display: inline-block;
box-shadow: inset 0px 0px 10px rgba(28, 186, 250, 1);
-webkit-box-shadow: inset 0px 0px 10px rgba(28, 186, 250, 1);
padding: 10px 15px 10px;
border-radius: 5px;
width: 100%;
text-align: center;
}
.mpacc-profile .profile-links ul li a{
color: #fff;
padding: 20px 20px;
display: block;
}
.mpacc-profile .profile-links ul li a:hover{
color: #1CBAFA;
}
.mpbtn-submit:hover{
color: #1CBAFA;
}
.mpbtn-submit{
box-shadow: inset 0px 0px 10px rgba(28, 186, 250, 1);
-webkit-box-shadow: inset 0px 0px 10px rgba(28, 186, 250, 1);
margin: 10px 0;
text-transform: uppercase;
border-radius: 21px;
border: none;
padding: 10px 40px;
color: #fff;
font-weight: bold;
}
.mpacc-stats ul li {
text-align: center;
margin-bottom: 15px;
}
.mpacc-stats ul{
margin: 0 -7.5px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
}
.mpacc-stats ul li .inner-stats{
margin: 0 7.5px;
position: relative;
border-radius: 8px;
background: #5c86b1;
overflow: hidden;
}
.mpacc-stats .inner-stats .stats-text{
position: relative;
z-index: 1;
}
.mpacc-dashboard .h1, .mpacc-dashboard .h2, .mpacc-dashboard .h3, .mpacc-dashboard h1, .mpacc-dashboard h2, .mpacc-dashboard h3{
margin-top: 20px;
margin-bottom: 10px;
}
.mpacc-stats .inner-stats .stats-text h2{
color: #fff;
border-radius: 50%;
height: 100px;
width: 100px;
display: inline-block;
font-size: 27px;
line-height: normal;
padding-top: 26px;
}
.mpacc-stats ul li h3{
margin: 0;
font-size: 16px;
background: #2F6A8A;
color: #fff;
padding: 10px 15px;
}
.mpacc-stats ul li h2 small{
font-size: 12px;
vertical-align: middle;
display: block;
color: #fff;
}
.mpacc-stats .mpacc-stats-icon{
position: absolute;
width: 100%;
top: 60px;
left: 0;
}
.mpacc-stats .mpacc-stats-icon i{
font-size: 99px;
color: #000;
opacity: 0.2;
}
.mpacc-stats ul li .btn-vw{
color: #fff;
padding: 10px 0;
display: block;
font-size: 12px;
}
.mpacc-stats ul li .btn-vw2{
color: #fff;
padding: 10px 0;
display: block;
font-size: 15px;
background:#2F6A8A;
font-weight: 700;
}
.mpacc-other-links ul li{
float: left;
text-align: center;
}
.mpacc-other-links ul{
margin: 0 -7.5px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
}
.mpacc-other-links ul li a{
color: #333;
min-height: 157px;
padding-top: 30px;
display: block;
border: 2px solid #2F6A8A;
margin: 0 7.5px;
margin-bottom: 15px;
border-radius: 8px;
}
.mpacc-other-links ul li a span{
display: block;
line-height: normal;
font-size: 14px;
padding: 10px 0;
border-radius: 5px;
}
.mpacc-other-links ul li i{
font-size: 22px !important;
margin-bottom: 10px;
background: #5c86b1;
padding: 15px 18px;
color: #fff;
border-radius: 5px;
box-shadow: 3px 3px 2px #888888;
-webkit-box-shadow: 3px 3px 2px #888888;
-o-box-shadow: 3px 3px 2px #888888;
width: 60px;
height: 55px;
text-align: center;
}
.mpacc-dashboard .text-center{
text-align: center;
}
.mpacc-dashboard .text-right{
text-align: right;
}
.mpacc-other-links{
margin-bottom: 10px;
}
.mpacc-other-links ul li a {
transition: 0.5s;
cursor: pointer;
-webkit-transition:0.5s;
position: relative;
}
.mpacc-other-links ul li a:hover {
border: 2px solid rgba(255,255,255,0);
color: #000;
}
.mpacc-other-links ul li a::before, .mpacc-other-links ul li a::after {
width: 100%;
height:100%;
z-index: 3;
content:'';
position: absolute;
top:0;
left:0;
box-sizing: border-box;
-webkit-transform: scale(0);
transition: 0.5s;
}
.foo::before {
border-bottom: 3px solid #2F6A8A;
border-left: 3px solid #2F6A8A;
border-radius: 8px;
-webkit-transform-origin: 0 100%;
}
.foo::after {
border-top: 3px solid #2F6A8A;
border-radius: 8px;
border-right: 3px solid #2F6A8A;
-webkit-transform-origin: 100% 0%;
}
.mpacc-other-links ul li a:hover::after, .mpacc-other-links ul li a:hover::before {
-webkit-transform: scale(1);
}
.account1 {
color: #fff688;font-weight: 700;
}
.account1:hover {
color: #fff688;font-weight: 700;
}
.hovicon {
display: inline-block;
cursor: pointer;
width: 90px;
height: 90px;
border-radius: 50%;
text-align: center;
position: relative;
text-decoration: none;
z-index: 1;
color: #fff;
}
.hovicon:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
content:'';
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.hovicon:before {
speak: none;
font-size: 48px;
line-height: 90px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
display: block;
-webkit-font-smoothing: antialiased;
}
.hovicon.effect-4 {
width: 92px;
height: 92px;
box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
}
.hovicon.effect-4.sub-a {
-webkit-transition: box-shadow 0.2s;
-moz-transition: box-shadow 0.2s;
transition: box-shadow 0.2s;
}
.hovicon.effect-4:before {
line-height: 92px;
}
.hovicon.effect-4:after {
top: -4px;
left: -4px;
padding: 0;
z-index: 10;
border: 4px dashed #fff;
}
.inner-stats:hover .hovicon.effect-4{
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
.inner-stats:hover .hovicon.effect-4 i {
color: #fff;
}
.inner-stats:hover .hovicon.effect-4.sub-b{
-webkit-transition: box-shadow 0.2s;
-moz-transition: box-shadow 0.2s;
transition: box-shadow 0.2s;
}
.inner-stats:hover .hovicon.effect-4.sub-b:after{
-webkit-animation: spinAround 9s linear infinite;
-moz-animation: spinAround 9s linear infinite;
animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
from {
-webkit-transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg);
}}
@-moz-keyframes spinAround {
from {
-moz-transform: rotate(0deg)
}
to {
-moz-transform: rotate(360deg);
}}
@keyframes spinAround {
from {
transform: rotate(0deg)
}
to {
transform: rotate(360deg);
}}
@media only screen and (min-width: 768px) {
.mpacc-stats ul li {
width: 50%;
}
.mpacc-other-links ul li{
width: 20%;
}
.mpacc-profile .profile-links ul li span{
display: block;
margin-top: 10px;
}
.mpacc-profile .profile-links ul li{
text-align: center;
}
.mpbtn-submit{
padding: 10px 30px;
font-size: 12px;
}}
@media only screen and (min-width: 980px) {
.mpacc-profile .profile-links ul li span{
display: inline-block;
margin-top: 0px;
}
.mpacc-profile .profile-links ul li{
text-align: left;
}
.mpacc-stats ul li {
width: 33.333%;
}
.mpbtn-submit{
padding: 10px 40px;
font-size: 14px;
}
.mpacc-profile .profile-links ul li i{
margin-right: 10px;
}}
@media only screen and (max-width: 767px) {
.mpacc-stats ul li {
width: 100%;
margin-bottom: 15px;
}
.mpacc-other-links ul li{
width: 50%;
}}
.border2 {
border: 1px solid #2F6A8A;
}
/* hesap son */.user-login-box-header {
padding: 1rem 0 1rem;
text-align: center
}
.user-login-box-header i {
font-size: 4.6rem;
width: 10rem;
height: 10rem;
display: inline-block;
background: #fff;
text-align: center;
line-height: 8rem;
color: #5c86b1;
border-width: 7px;
border-style: solid;
border-color: #5c86b1 #5c86b1 #5c86b1;
margin-bottom: 2rem;
border-radius: 100%
}
.user-login-box-header span {
display: block;
text-align: center;
font-size: 2rem
}
.user-login-box-header p {
font-size: 1.2rem;
margin-top: 1rem;
color: #999;
font-style: italic;
margin-bottom: 0
}
.user-login-box-content {
padding: 1.5rem
}
.user-login-box-content .user-login-button-group {
display: flex;
justify-content: space-between
}
.user-login-box-content .user-login-button-group button {
flex: 0 0 50%
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: transparent;
border-radius: 4px;
-webkit-box-shadow: 0px 1px 3px 3px #d2d3d3;
box-shadow: 0px 1px 3px 3px #d2d3d3;
}
.social-footer {text-align:center; width:104%;}
.social-footer .link-follow {
margin-bottom: 0;
margin-top:15px;
margin-left:auto;
margin-right:auto;
padding: 0;
text-align:center;
}
.k_olun {background:#258044;}
.social-footer .link-follow li {
display: inline-block;
display:inline-block;
text-align:center;
}
.social-footer .link-follow li a {
border-radius: 4px;
border:1px solid #666;
color: #fff;
background:#666;
display: inline-block;
font-size: 20px;
height: 40px;
line-height: 35px;
margin-bottom: 0;
margin-right: 5px;
padding-left: 0;
text-align: center;
transition: all 300ms ease-in-out 0s;
width: 40px;
}
.social-footer .link-follow li a:hover {
background:#337ab7;
transition: all 400ms ease-in-out 0s;
color: #fff;
border:1px solid #337ab7;
}
.social-footer .link-follow li a span {
display: none;
}
.social-footer .link-follow li a i {
font-size: 20px;
line-height: 40px;
}



.btn-default-cart {
color: #fff;
background-color: #000;
width: 100%;
font-size:14px;
font-weight:700;
}

.btn-default-cart:hover {
color: #fff;

}

.order-number {
font-size:18px;
color:#5c86b1 ;
font-weight: bold;
}

.ilts_border {
border:1px solid #ddd;
margin-bottom:15px;
}
.ilts_border_left {
border-left:1px solid #ddd;
}
@media (max-width: 767px) {
.ilts_border_left {
border-left:0;
border-top:1px solid #ddd;
}}


.bankss{float:left;width:100%}
.bankss ul{width: 100%;list-style:none; padding: 0;}
.bankss ul li{padding-bottom:15px;}
.bankss ul li .tab{background: #fff;border-radius: 8px;float:left; width:100%;min-height: 200px;}
.bankss ul li .banklogo{float: left;width: 100%;padding: 8px; height: 35px;}
.bankss ul li .banklogo img{margin: 0 auto;}
.bankss ul li .desc{float: left;width: 100%;padding: 25px 10px;font-family: Helvetica;overflow: hidden;line-height: 18px;}
.hakkimizda {
padding: 20px;
font-size: 15px;
font-weight:bold;
color:#13A5F8;
border-bottom:1px solid #EE6A05;
}
.hakkimizda_b {
color:#EE6A05;
}
.hakkimizda_a {
margin-bottom:25px;
}


.doviz {
    font-size: 16px;
    font-weight: 500;
	margin-bottom:5px;
}





.video {
    background: #a80e03;
    top: 45px;
    position: absolute;
    left: 8px;
    text-align: center;
    z-index: 2;
    border-radius: 4px;
    padding: 2px 8px 0px;
}
.video i {
color: #fff;
font-size:20px;
}


.cookie-notification {
position: fixed;
left: 0;
bottom: 0;
z-index: 5;
color: #fff;
visibility: hidden;

}
.cookie-notification a:hover {
color: #fff;
}
@media (max-width:479.98px) {
.cookie-notification>div {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}}
@media (max-width:689.98px) {
.cookie-notification {
right: 0;
}
.cookie-notification>div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-top: 15px;
padding-bottom: 15px;
}}
@media (max-width:689.98px) {
.cookie-notification {
background: #fff;
margin-bottom: 50px;
}
footer {
margin-bottom: 45px;
}}
@media (min-width:690px) {
.cookie-notification {
padding: 0 25px 25px 25px
}
.cookie-notification .ct-cookies-content {
margin-bottom: 15px;
}}
.cookie-notification .container {
position: relative;
}
@media (max-width:689.98px) {
.cookie-notification .container {
width: 88%;
margin: 0 auto;
}}
@media (min-width:690px) {
.cookie-notification .container {
background: #fdfdfd;
-webkit-box-shadow: 0 5px 30px -5px rgba(34, 56, 101, .15);
box-shadow: 0 5px 30px -5px rgba(34, 56, 101, .15);
padding: 25px;
border-radius: 3px;
max-width: 330px;
min-height: 160px;
}}
.cookie-notification .ct-cookies-content {
font-family:inherit;
color: #646464;
line-height: 1.4;
}
.cookie-notification .ct-cookies-content a {
text-decoration: none;
color: #115cfa;
}
@media (max-width:479.98px) {
.cookie-notification .ct-cookies-content {
text-align: center;
margin-bottom: 15px;
}}
@media (max-width:689.98px) {
.cookie-notification .ct-cookies-content {
font-size: 12px
}}
@media (min-width:690px) {
.cookie-notification .ct-cookies-content {
font-size: 13px;
}}
.cookie-notification .ct-accept {
color: #fff;
background: #27AE60;
border: 0;
width:100%;
padding: 0 20px;
height: 35px;
border-radius: 3px;
cursor: pointer;
text-transform: capitalize;
--buttonShadow: none;
--buttonTransform: none;
font-size:15px;
font-weight:700;
}
.cookie-notification .ct-accept:hover {
background: #28a745;
}
@media (max-width:479.98px) {
.cookie-notification .ct-accept {
width: 100%;
}}
@media (min-width:480px) and (max-width:689.98px) {
.cookie-notification .ct-accept {
margin-left: 20px;
}}
.cookie-notification .ct-close {
color: #646464 !important;
position: absolute;
top: 0;
right: 0;
border: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 17px;
width: 45px;
height: 45px;
padding: 0;
opacity: .5;
color: inherit;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: 0 0;
-webkit-transition: opacity .2s ease;
transition: opacity .2s ease;
}
.cookie-notification .ct-close:focus {
outline: 0;
}
.cookie-notification .ct-close:hover {
opacity: 1;
}





.footer_Ikon_Bg {
    background: #DD0916 !important;
}

.footer_Ikon_Brd {
    border-bottom: 5px solid ;
}

.footer_Ikon_Ico_Cl {
    color: #FFFFFF !important;
}

.footer_Ikon_Tit_Cl {
    color: #FFFFFF !important;
}

.footer_Ikon_Txt_Cl {
    color: #DDDDDD !important;
}

.footer_Link_Bg {
    background: #F0F0F0 !important;
}

.footer_Link_Brd {
    border-bottom: none;
}

.footer_Link_Bas_Brd {
    border-bottom: 2px solid #DDDDDD;
}

.footer_Link_Bas_Cl {
    color: #444444 !important;
}

.footer_Link_Li a {
    color: #666666 !important;
    text-decoration: none;
}

.footer_Link_Li a:hover {
    color: #DD0916 !important;
    text-decoration: none;
}

.footer_Ozel_Cl {
    color: #666666 !important;
}

.footer_Mail input {
    color: #000000 !important;
    border-color: #DDDDDD !important;
    background-color: #ffffff !important;
}

.footer_Mail button, .footer_Mail button:hover, .footer_Mail button:focus, .footer_Mail .input-group-addon {
    color: #000000 !important;
    border-color: #DDDDDD !important;
    background-color: #DDDDDD !important;
}

.footer_Ozel_Uygulama {
    color: #FFFFFF !important;
    background-color: #444444 !important;
    text-align: left !important;
    padding: 10px 15px !important;
}

.footer_Alt_Bg {
    background: #F5F5F5 !important;
}

.footer_Alt_Brd {
    border-bottom: none ;
}

.footer_Alt_Cl {
    color: #444444 !important;
}

.yukari_buton {
    bottom: 150px !important;
}

.yukari_buton_tasarim {
    background-color: #797979 !important;
    box-shadow: 0px 0px 40px #999999 !important;
}

.ybuton_ikon_renk {
    color: #FFFFFF !important;
}

.mobil_ara_kutu_2 {
    border-right: none !important;
    border-color: #DD0916 !important;
    border-width: 2px !important;
}

.urun_varyant .stok-yok {
    background: linear-gradient(to bottom left, transparent calc(50% - 2px), #DD0916 calc(50% - 2px), #e6e6e6 50%, transparent 50%);
}


.footer_Ikon_Bg {
    background: #DD0916 !important;
}

.footer_Ikon_Brd {
    border-bottom: 5px solid ;
}

.footer_Ikon_Ico_Cl {
    color: #FFFFFF !important;
}

.footer_Ikon_Tit_Cl {
    color: #FFFFFF !important;
}

.footer_Ikon_Txt_Cl {
    color: #DDDDDD !important;
}

.footer_Link_Bg {
    background: #F0F0F0 !important;
}

.footer_Link_Brd {
    border-bottom: none;
}

.footer_Link_Bas_Brd {
    border-bottom: 2px solid #DDDDDD;
}

.footer_Link_Bas_Cl {
    color: #444444 !important;
}

.footer_Link_Li a {
    color: #666666 !important;
    text-decoration: none;
}

.footer_Link_Li a:hover {
    color: #DD0916 !important;
    text-decoration: none;
}

.footer_Ozel_Cl {
    color: #666666 !important;
}

.footer_Mail input {
    color: #000000 !important;
    border-color: #DDDDDD !important;
    background-color: #ffffff !important;
}

.footer_Mail button, .footer_Mail button:hover, .footer_Mail button:focus, .footer_Mail .input-group-addon {
    color: #000000 !important;
    border-color: #DDDDDD !important;
    background-color: #DDDDDD !important;
}

.footer_Ozel_Uygulama {
    color: #FFFFFF !important;
    background-color: #444444 !important;
    text-align: left !important;
    padding: 10px 15px !important;
}

.footer_Alt_Bg {
    background: #F5F5F5 !important;
}

.footer_Alt_Brd {
    border-bottom: none ;
}

.footer_Alt_Cl {
    color: #444444 !important;
}











