@import url('https://fonts.googleapis.com/css?family=Muli:400,400i,600,700,800&display=swap&subset=latin-ext');

body{font-family: 'Muli', sans-serif !important; letter-spacing: 0px; background: #f4f4f4;   
}

a{color:#222}
a:hover{text-decoration: line-through}

.navbar-brand{padding:3px 0px !important}

.katbaslik{position: absolute; bottom: 50px; color:#000; background: #fff; padding: 15px 25px; font-size:18px; display:none}

.blok1{ margin-bottom: 20px}
.blok2{background:#273352; color:#fff; padding: 40px}
.blok2 p{ color:#fff}


.homeblok1{background:rgba(41, 41, 41, 0.2901960784313726); color:#fff; padding: 20px}
.homeblok2{background:rgba(189, 10, 16, 0.64); color:#fff; padding: 20px}


.home-four{position:relative; background:#e8e8e8}
.home-four h2{color:#666}


.business-header {
  height: 65vh;
  min-height: 500px;
  background: url('../images/urun2.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
    padding-top: 8%;
    max-width:1980px;
    margin: auto;
    border-bottom: 3px solid #c50000;
    border-top: 1px solid #999;
    
}

p{font-size: 16px; line-height: 28px; color:#555}

.card {
  height: 100%;
}

h1{font-size:45px}
h2{font-size:40px}
h3{font-size:22px}


.background-gray{background:#f1f1f1}
.background-img{ padding: 35px 0px color:#fff}
.background-img p{color:#fff}

.sldbutton{

color: #ffffff!important;
    border-width: 1px!important;
    border-color: #FAC312;
    border-radius: 100px;
    letter-spacing: 1px;
    font-size: 15px;

    font-weight: 600!important;
    text-transform: uppercase!important;
    background-color: #c50000; width:200px; text-align:center; padding:25px;
    margin-top:40px;
}
.sliderbox {color:#fff;font-size:60px; xbackground: rgba(0, 0, 0, 0.41); padding: 40px; }
.sliderbox h2{color:#fff;font-size:60px; margin-bottom:20px; }
.sliderbox p{color:#fff;font-size:18px; line-height: 25px;}

.sliderAlani{width:60%}


.ortablok2 h3{margin: 25px 0px !important; }
.ortablok h3{margin: 25px 0px !important; color:#fff }
.ortablok p{margin: 25px 0px !important; color :#fff; font-size:15px; font-weight:400}

.parallax {
background-image: linear-gradient(180deg,rgba(21,21,20,0.59) 0%,rgba(21,21,20,0.59) 100%), url("../images/homebannerorta.jpg");
height: 100%;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;

}

.parallax3 {
background-image: url("../images/homebannerorta.jpg");
height: 100%;

background-position: center;
background-repeat: no-repeat;
background-size: cover;

}
 
.parallax-content {
width:50%;
margin:0 auto;
color:#FFF;
padding-top:50px;
}


.m10{margin:10px}
.m30{margin:30px}
.m50{margin:50px}
.m70{margin:70px}

.p10{padding:10px 0px}
.p30{padding:30px  0px}
.p50{padding:50px  0px}
.p70{padding:70px  0px}
.p90{padding:90px  0px}


.navbar-default {
  font-size: 1.0em;
  font-weight: 400;
  border: 0px;
  border-radius: 0px;
    margin: 0px;
    background: transparent !important;
    box-shadow: none !important;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
    border:none;
    font-size: 15px;
    text-shadow: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a{background: transparent !important}

.navbar-default .navbar-nav>li>a:hover {
  color: #ebebeb;
}

.navbar-default .navbar-brand {
  color: #002433;
    padding: 0px;
}

.navbar-default .navbar-brand:hover {
  color: #ffffff;
  text-shadow: 1px -1px 8px #000;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background-color: #000 !important;
  color: white;
}



.navbar-default .navbar-toggle {
  border: none;
        background: #ccc;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #313131;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.dropdown-menu {
  background-color: #313131;
  color: white;
  border: 0px;
  border-radius: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
    min-width: 175px;
}

.dropdown-menu>li>a {
  background-color: #313131;
  color: white;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  background-color: #313131;
  color:white;
}

.dropdown-menu>li>a:hover { background: #B40000 !important;}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #313131;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
}

@media (max-width: 767px) { 
  .dropdown-menu>li>a {
    background-color: #313131;
    color: #ffffff;
  }
  .dropdown-menu>li>a:hover {
    color: #ffffff;
  }
  
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #666;
     
   
  }
    
  
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #005577;
  }
} /* END Media Query */




.sliderAlani{margin-bottom:13px;}
.catBannerUst{display:none} /* KATEGORİ LİSTELEME SAYFALARINDAKİ banner GİZLER*/

a{color:#333}

.catsepetekle{ padding:5px 10px; width:90%; margin:5px auto; background:#0abb61; text-align:center; border-radius:3px;}
.catsepetekle i{color:#fff; font-size:18px;}
.catsepetekle a{color:#fff;font-size:13px;}


.hizliincele{ padding:5px 10px; width:90%; margin:5px auto; background:#2461e4; text-align:center; border-radius:3px;}
.catsepethizliinceleekle i{color:#fff; font-size:18px;}
.hizliincele a{color:#fff ;font-size:13px;}

.urunegit{ padding:5px 10px; width:90%; margin:5px auto; background:#999; text-align:center; border-radius:3px;}
.urunegit a{color:#fff ;font-size:13px;}




form {padding: 10px !important;}

.suggest {
    float: left;
    width: 100%;
    padding: 5px 20px !important;
    background: #fff;}

.suggest .checkbox{display: inline-block; margin-right: 10px; text-transform: capitalize !important}
.suggest p{font-size: 14px; text-transform: capitalize !important}

.btn-search {
	background: transparent;
	color: #777;
  margin-top: -2px;
  margin-left: -83px;
 
  }

.s-box {    width: 88%;
  padding: 8px;
  border: 1px solid#ef8903;
  background: #fff;}



  .btn-search:link, .btn-search:visited {
	color: #fff;
  }
  .btn-search:active, .btn-search:hover {
	background: #ef8903;
	color: #fff;
  }

/* show objects being animated */
.animated {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
.block {
  height: 5em;
  line-height: 5em;
  width: 10em;
  background: #464646;
  color: #fdfdfd;
  text-align: center;
  margin: 1em auto;
  text-shadow: 0 0 1px #333; /* so one can see fadeBgColor properly */
}

.animatable {
  
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animate-in {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

.animate-out {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;

  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -ms-animation-direction: reverse;
  -o-animation-direction: reverse;
  animation-direction: reverse;
}

.animate-out:after {
  content ''
  letter-spacing: inherit;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}



@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	60% {
		-webkit-transform: translateX(20px);
	}

	80% {
		-webkit-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	60% {
		-moz-transform: translateX(20px);
	}

	80% {
		-moz-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(20px);
	}

	80% {
		-o-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	60% {
		transform: translateX(20px);
	}

	80% {
		transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	60% {
		-webkit-transform: translateX(-20px);
	}

	80% {
		-webkit-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	60% {
		-moz-transform: translateX(-20px);
	}

	80% {
		-moz-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	60% {
		-o-transform: translateX(-20px);
	}

	80% {
		-o-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	60% {
		transform: translateX(-20px);
	}

	80% {
		transform: translateX(5px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	50% {
		-webkit-transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}

	50% {
		-moz-transform: scale(1.05);
	}

	70% {
		-moz-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}

	50% {
		-o-transform: scale(1.05);
	}

	70% {
		-o-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	50% {
		transform: scale(1.05);
	}

	70% {
		transform: scale(.9);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@-webkit-keyframes moveUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes moveUp {
	0% {
		opacity: 1;
		-o-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		opacity: 1;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@-o-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}

.animate-in.animationDelay, .animate-out.animationDelay {
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.animate-in.animationDelayMed, .animate-out.animationDelayMed {
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.animate-in.animationDelayLong, .animate-out.animationDelayLong {
	animation-delay:1.6s;
	-webkit-animation-delay:1.6s;
}
.animate-in.fadeBgColor, .animate-out.fadeBgColor {
	-webkit-animation-name: fadeBgColor;
	-moz-animation-name: fadeBgColor;
	-o-animation-name: fadeBgColor;
	animation-name: fadeBgColor;
}
.animate-in.bounceIn, .animate-out.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
.animate-in.bounceInRight, .animate-out.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
.animate-in.bounceInLeft, .animate-out.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
.animate-in.fadeIn, .animate-out.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
.animate-in.fadeInDown, .animate-out.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.animate-in.fadeInUp, .animate-out.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.animate-in.moveUp, .animate-out.moveUp {
	-webkit-animation-name: moveUp;
	-moz-animation-name: moveUp;
	-o-animation-name: moveUp;
	animation-name: moveUp;
}

.down-center {
  text-align: center;
  margin-top: 200px;
  position: absolute;
  z-index: 20;
  cursor: pointer;
  left: 50%;
  margin-left: -20px; }
  .down-center img {
    position: relative; }


/*FOOTER*/

.footer-bs {
    background-color: #fff;
	padding: 20px 40px;
	color: color:#333;
	margin-bottom: 20px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 6px;
    margin-top: 50px;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:14px; color:#333; }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:#333; font-weight:bold; text-transform:capitalize; }
.footer-bs .footer-nav ul.pages a:hover { color:#333; text-decoration:none; }
.footer-bs .footer-nav h4 {
	font-size: 18px;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:#333; font-size: 13px;letter-spacing: 0px; }
.footer-bs .footer-nav ul.list a:hover { color:#333; text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
	font-size: 18px;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:#333;}
.footer-bs .footer-social a:hover { color:#333; text-decoration:none; }

.footer-bs .footer-ns h4 {
	font-size: 18px;
	text-transform: capitalize;
	letter-spacing: 0px;
	margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:13px; color:#333; line-height: 19px; letter-spacing: 0px }



.navbar-right{margin-right: -15px !important}

.sidebar-nav {
    
}
.sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
   
}

.sidebar-nav .metismenu {
 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.metismenu span{float:right}

.sidebar-nav .metismenu li + li {
  margin-top: 5px;
}

.sidebar-nav .metismenu li:first-child {
  margin-top: 5px;
}
.sidebar-nav .metismenu li:last-child {
  margin-bottom: 5px;
}


.sidebar-nav .metismenu > li {
    /*-webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.sidebar-nav .metismenu a {
    position: relative;
    display: block;
    padding: 13px 15px;
    color: #adb5bd;
    outline-width: 0;
    transition: all .3s ease-out;
}

.sidebar-nav .metismenu ul a {
    padding: 10px 15px 10px 30px;
}

.sidebar-nav .metismenu ul ul a {
    padding: 10px 15px 10px 45px;
}

.sidebar-nav .metismenu a:hover,
.sidebar-nav .metismenu a:focus,
.sidebar-nav .metismenu a:active {
    color: #f8f9fa;
    text-decoration: none;
    background: #0b7285;
}
.firsatbaslik{padding: 7px; margin-bottom:10px; background: #f4f4f4;}
.firsatalt{padding: 5px; margin-bottom:0px; background: #f4f4f4;}


a.incelebuton{background: #ebebeb;
	padding: 4px 12px;
	margin-top: 6px;
	height: 40px;
border-radius: 4px;
background: #2461E4;
color:#fff}

.fiyat{font-size:17px; margin-bottom:8px; font-weight: 500}

.rightSlidex {
	float: left;
	width: 225px;
	height: 430px;
	margin: 0 0 0px 0;
	padding: 0 0 0px;
	
	z-index:9999999;
}
	.rightSlidex h2 {
		float: left;
		width: 220px;
		height: 34px;
		background:	#f4f4f4;
		color: #fff;
		line-height: 32px;
		padding: 5px 0 0 10px;
		color:#f60;
		display:block;
		font-size:14px;
	}
		.rightSlidex h2 img {
			float: left;
			z-index:1;
			margin: 0 3px 0 13px;

		}
	.containerx {
		float: left;
		width:222px;
		z-index:0;
		text-align: center;
		background:#fff;
		padding:3px;
	}
	
	

			.carouselx {

			float: left;
			width: 215px;
			
			position: relative;
			z-index:15;
			

		}

		.carouselx img{max-height:210px;}

		.carouselx table {display:none;}

			.carouselx ul li{
				float: left;
				z-index:-10;
			

			}
				.disPro {
					display: block;
					height: 40px;
					text-decoration: none;
					color: #444;
					font-size:12px;	
				}
.disProFirsat {
					display: block;
					height: 47px;
					text-decoration: none;
					color: #444;
					font-size:12px;	
    margin-bottom:10px;
    overflow: hidden;
				}
				.crossit {
					text-decoration: line-through;
					color: #666;
					}
				.discounted {
					color: #666;
					font-size: 18px;
					line-height: 1;
					font-weight: 700;	
				}

			.prevs {

				display: block;
    width: 28px;
    padding: 13px 1px;
    height: 40px;
    position: absolute;
    z-index: 100;
    bottom: 0;
    top: 100px;
    border-radius: 0px 30px 30px 0px;
    left: -2px;
    background: rgba(41, 31, 31, 0.47);	
			}
    
.prevs i{color:#fff}
			.nexts {
                
                display: block;
    width: 28px;
    padding: 13px 1px;
    height: 40px;
    position: absolute;
    z-index: 100;
    bottom: 0;
    top: 100px;
    border-radius: 30px 0px 0px 30px;
    bottom: 0;
				right: -1px;
    background: rgba(41, 31, 31, 0.47);		
  }
.nexts i{color:#fff}

				@media (max-width: 768px) {
					.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px color:#333; }
					.navbar-right{margin-right: 5px !important}
					.s-box {width: 90% !important;}
					.sliderAlani{width:100%}
					
				   
				}


/*.navbarmenu{width: 100%; background: #bf087f; background-image: linear-gradient(90deg,rgb(192, 8, 127),#7a024f);}*/
.navbarmenu{width: 100%; background: #fff;border-top:1px solid #f1f1f1; border-bottom:1px solid #f1f1f1;position: -webkit-sticky; position: sticky;top: 0; z-index: 999;}
.navbar-nav{margin:0px !important; }
.navbar{min-height:45px !important}


.drop_menu li a{color:#333 !important}
.allcattext{width:225px; background:#f4f4f4; font-size:17px; padding-left:10px; color:#333}
.allcattext li:hover{ background:#ebebeb;}
li.allcattext a{ color:#333 !important;font-size:15px !important; }
.allcattext i{margin-right:10px;}
.allcattext i .fa-caret-down{color:#ccc}

.pageout{margin-top:10px;}

a:hover{text-decoration: none}
a{outline:none}
button{outline:none}

.dropdown-menu>li>a{padding:7px 20px}
.dropdown-menu>li>a:hover{background:#364044}
.home-price{font-size:14px; margin-top: -20px;}




.loginForm td { padding:3px; }
.loginForm input { width:140px; }

.sp-login-input{width:100% !important; margin: 10px !important;}

.sistembaslik{font-size:17px; font-weight: 600;}
.indirimbox{display:none}



.gf_input,.loginForm input { 
	width:120xp;
	border: 1px solid #aedae4;
	margin-bottom: 2px;
	height: 22px;
	padding-top: 4px;
	padding-left: 3px;
	padding-right: 3px;
}

.gf_select { 
	width:120xp;
	border: 1px solid #aedae4;
	padding:4px;
}

.gf_textarea { 
	width:300px;
	height:100px;
	border: 1px solid #aedae4;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-left: 3px;
	padding-right: 3px;
}
.loginInput {
	float: right;
	width: 93px;
	border: 1px solid #aedae4;
	margin-bottom: 9px;
	height: 22px;
	padding-top: 4px;
	padding-left: 3px;
	padding-right: 3px;
}

.mobilsearch{padding-bottom: 15px;}
.bilgisayfalari ul{margin:0;padding: 0}
.bilgisayfalari ul li{padding: 6px 10px; display: block; border-bottom: 1px solid #f4f4f4 }

.leftCat{}
.leftCat ul{margin:0; padding: 0; list-style: none;}
.leftCat ul li{ border-bottom: 1px solid #f4f4f4; padding: 7px 20px;}

.generatedForm td { padding:3px; }
.generatedForm { font-family:Arial, Helvetica, sans-serif; width:auto;  }
.generatedForm .td1,.generatedForm .td2 { font-weight:bold; }
.generatedForm .td1 { width:150px;}
#gf_acceptRules  { width:500px; }

body{margin:0; padding: 0}
a{color:#333}

#filterContainer ul{padding-left: 15px;}

.solblok{background: #fff;box-shadow: 0px 0px 2px #ccc;  margin-bottom:10px; width:95%}
.solblokfull{background: #fff;padding-bottom: 10px; margin-bottom:10px;}
.solblokfullinfo{background: #fff;padding-bottom: 10px; margin-bottom:10px; width:96%}
.sagblok{ background: #fff; margin-bottom:15px; box-shadow: 0px 0px 2px #ccc; }
.detayblok{ background: #fff; margin-bottom:15px; box-shadow: 0px 0px 2px #e4e4e4; position: relative}
.detayboxright{ background: #f7f7f7; padding:20px; min-height: 650px }
.detayboxright h3{font-size:18px; line-height: 27px;}
.detayboxleft{ padding-bottom:20px; min-height: 500px;  }
.d-piyasafiyat{text-decoration: line-through; font-size: 17px;}
.d-fiyat{font-size: 13px; font-weight: 500;  background: #fff; border-radius:7px; border:1px solid #ebebeb; padding:5px 12px; margin: 5px -13px;}
.d-fiyat2{font-size: 13px; font-weight: 500; background: #fff; border-radius:7px; border:1px solid #ebebeb; padding:5px 12px; margin: 5px -13px; }
.d-fiyat3{font-size: 13px; font-weight: 500; background: #fff; border-radius:7px; border:1px solid #ebebeb; padding:5px 12px; margin: 5px -13px;}
.d-fiyat span{font-size: 25px; font-weight: 500;text-decoration: line-through}
.d-fiyat2 span{font-size: 25px; font-weight: 500;color:#c50000}
.d-fiyat3 span{font-size: 25px; font-weight: 500;color:#558c00}
.d-urunaciklama{margin:15px 0px;}
.d-marka{font-weight: 500; font-size: 13px; color: #23b123}
.d-kargo{font-size:16px; margin: 10px 0px; background: #fff; border-radius:7px; border:1px solid #ebebeb; padding:5px 12px;}
.d-sepetbtn{cursor:pointer;border-radius:4px ; padding: 12px; width:200px; background: #ef8903; color:#fff; font-size: 16px; text-align: center; margin: 15px 0px}
.d-hemenal{cursor:pointer;border-radius:4px ; padding: 12px; width:200px; background: #4b5320; color:#fff; font-size: 16px; text-align: center; margin: 15px 0px; margin-left: 20px}
.d-kalpbtn{border-radius:5px ; padding: 10px; width:32px; height:32px; background: #FF0000; font-size: 15px; font-weight: bold; text-align: center; }
.indirimbox{font-size:21px;background: url(images/indirimbg.png) no-repeat; height: 150px; color:#fff; text-align: center; height: 83px;
    width: 60px; position: absolute; z-index: 9999; background-size: 100%;right: 40px; padding-top: 10px}
.ind{font-size:13px;}
.infobox{background: #fff; padding: 10px; border:1px solid #ebebeb; font-size:13px; margin-top: 25px; color:#999;}
.infobox i{color:#ef8903; margin-bottom: 7px; text-align: center}
.urunhakkindabaslik{padding-bottom: 15px; font-size: 22px;}
.slogan{font-size:13px !important; margin:0px !important}
.number, .title{ margin:0px !important}

.whatsapp_tabela {margin: 4px}
.whatsapp_tabela .wrap{border:1px solid #ebebeb; width:100%}

.UrunSecenekleri{padding: 5px 12px; background: #f9f9f8}
.urunSecimTable{background:#fff}
.urunSecimTable {font-weight:normal;border: 1px solid #e4e4e4; margin:25px 0px}
.UrunSecenekleriHeader{font-weight:400 !important;}

.basket-right ul{padding: 5px;}
.coupon-code{    border: dashed 1px #999; width:58% !important; border:1px dashed #999; height: 40px;}

.sf-text-label{font-size:16px; font-weight: 400}

.catBaslik{background: #EE5A24; padding:15px;}


.BreadCrumb{font-size:18px; color:#ffffff; font-weight: 500; padding:7px 0px;}
label{font-weight: 400 !important}
.filitreBaslik{margin-bottom:12px;}


.header-top{height:40px; padding: 8px 0px; background: #858d95}
.header{padding:15px 0px}

.navbck{background: #3b444d}
.navbck a{color: #fff}

.urunListLiteTR td{text-align: left}

 .header{padding:5px 0px; height:80px; background:#fff}
    .carousel-inner{margin-bottom:15px;}
    .siteinfo{border:1px solid #e2e2e2; background:linear-gradient(to right,rgb(255, 255, 255) 0%,rgb(239, 239, 239) 51%,rgb(255, 255, 255) 100%);padding:20px 0px 5px 0px;min-height: 60px; }
    .surprizFirsat{background: #f9c800;
    color: #333;
    border: 1px solid #ebebeb;
    padding: 27px;
    font-size: 18px;
    text-align: center;
    height: 80px;}
    
    .usersbar i {
        margin: 0px 5px 0px 10px;
    }
    
    .usersbar {
        color: #666
    }
    
    .infoLeft {
        padding: 0px;
    }
    
    .infoLeft li {
        display: block;
        float: right;
        padding-right: 15px
    }
    
    .infoLeft li a {
        color: #666;
        text-decoration: none;
        font-size:12px;
    }
    
    .sldBanner {
        margin-bottom: 10px;
    }
    
    .headerinfo p {
        font-size: 14px;
    }
    
    .homeurunList {
        background: #fff;
        padding: 2;
        border: 1px solid #e6e6e6;
        margin-bottom: 10px;
        min-height: 350px;
		
    }
    
    .owl-nav {
        display: none
    }
    
    .urunbaslik {
        font-size: 12px;
        line-height: 17px;
        margin: 15px 0px 10px 7px;
        height: 33px;
        overflow: hidden;
        font-weight: 500
    }
    
    .urunlistfiyat {
        font-size: 23px;
        color: #000
        color: #000
    }
    
    .urunlistpiyasafiyat {
        font-size: 16px;
        text-decoration: line-through;
        color: #999;
        height: 19px
    }
	
	 .urunlistfiyat 
	{
	text-align: center;
	}
    
	 .urunlistpiyasafiyat 
	{
	text-align: center;
	}
	
    .homebaslik {
        background: #fff;
        
        color: #333;
        width: 235px;
        margin: 5px 0px 0px 0px;
        padding: 12px;
           font-size: 17px;
        font-weight: 400;
        
    }

    .homecatbaslik {
      background: rgba(255, 255, 255, 0.82);
      color: #333;
      width: 90%;
      margin: 5px 0px 0px 0px;
      padding: 12px;
         font-size: 17px;
      font-weight: 600;
      position: absolute;
      bottom: 10px;
      
  }
    
    .homeproduct {
        padding-top: 20px;
        height: 360px;
        border-right: 1px dashed #ddd;
        border-bottom: 1px dashed #ddd;
        text-align: left;
    }

   
.homeproduct h4{height: 210px;}
    
    .mobilTop {
        border-bottom: 1px solid #333;
        padding: 15px;
        color: #999;
        margin-bottom: 10px;
    }
    
    .mobilCat p {
        color: #ebebeb;
        padding: 5px 15px;
    }
    .mobilinfo p {
        color: #ebebeb;
        padding: 5px 15px;
        margin-top: 20px;
        font-size: 16px
    }
    
    .mobilCat li a {
        font-size: 13px;
         color:#999;
        text-shadow: none
    } 
    
    .mobilinfo li a {
        font-size: 13px;
        color:#999;
        text-shadow: none
    }
    
  
    .footerinfo i{margin-bottom:25px; color:#ef8903}
    .footerinfo h4{font-size: 16px;
    margin: 0px 0px 5px 0px;
    font-weight: 700;}
    .footerinfo p{font-size:12px; line-height: 15px;}
    .footertext{font-size:11px; line-height: 20px;margin-bottom: 30px}



.urunozelliktabs>.tabs-left, .tabs-right {
  border-bottom: none;

  padding-bottom: 10px;
}
.ozellik-list{padding:7px 20px; font-size: 16px}
.ozellik-list i{margin-right:10px; color:#0284ec}
.ozellik-list h3{ font-weight: bold}

.tab-content{padding:20px;min-height:400px !important; border: 1px solid #ebebeb;margin-left: -1px; background: #fff}



.urunozelliktabs>.tabs-left {
  border-right: 1px solid #ebebeb;
}
.urunozelliktabs>.tabs-right {
  border-left: 1px solid #ddd;
}
.urunozelliktabs>.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 0px;
}
.urunozelliktabs>.tabs-left>li {
  margin-right: -1px;
  
}
.urunozelliktabs>.tabs-right>li {
  margin-left: -1px;
}
.urunozelliktabs>.tabs-left>li.active>a,
.urunozelliktabs>.tabs-left>li.active>a:hover,
.urunozelliktabs>.tabs-left>li.active>a:focus {
  border-bottom-color: #ebebeb !important;
  border-right-color: transparent;
    background:#fff;
    z-index: 999;
}

.urunozelliktabs>.tabs-right>li.active>a,
.urunozelliktabs>.tabs-right>li.active>a:hover,
.urunozelliktabs>.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.urunozelliktabs>.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
    background:#eae9e9;
    font-size: 15px;
      padding: 12px;
        margin-bottom: 2px;
}
.urunozelliktabs>.tabs-left>li>a>i{margin-right:7px}

.urunozelliktabs>.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.urunozelliktabs>.sideways {
  margin-top:50px;
  border: none;
  position: relative;
}
.urunozelliktabs>.sideways>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.urunozelliktabs>.sideways>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.urunozelliktabs>.sideways>li.active>a,
.urunozelliktabs>.sideways>li.active>a:hover,
.urunozelliktabs>.sideways>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.urunozelliktabs>.sideways.tabs-left {
  left: -50px;
}
.urunozelliktabs>.sideways.tabs-right {
  right: -50px;
}
.urunozelliktabs>.sideways.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.urunozelliktabs>.sideways.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }


/*left menu*/



/* define a fixed width for the entire menu */
.navigation {
  width: 100%;
    padding: 10px 20px;
}

/* reset our lists to remove bullet points and padding */
.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* make ALL links (main and submenu) have padding and background color */
.mainmenu a {
  display: block;
  background-color: #fff;
  text-decoration: none;
  padding: 5px 0px;
  color: #000;
}

/* add hover behaviour */
.mainmenu a:hover {
    background-color: #f4f4f4;
   padding-left: 10px
}


/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

.mainmenu li:hover .submenu {
  display: block;
  max-height: 200px;
}

/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

.submenu a {
  background-color: #f9f9f9;
    padding-left: 10px;
    font-size: 13px
}

/* hover behaviour for links inside .submenu */
.submenu a:hover {
  background-color: #666;
}

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}


/*HOVER URUN EFEKT*/

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: left;
  cursor: default;
  padding-top: 10px;
}

.hovereffect h2 a{color:#fff}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  top: -100px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.1s ease-out 0.5s;
  transition: all 0.1s ease-out 0.5s;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
    font-size:16px;
    font-weight: 400;
}

.hovereffect img {
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
    border-radius: 5px;
    margin: 120px 15px;
  background: rgba(0, 67, 216, 0.68);
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
    font-size:14px;
    font-weight: 400;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
    font-size:14px;
    font-weight: 400;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  margin: 50px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  color: #000;
  border: 1px solid #000;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  box-shadow: 0 0 5px #000;
  color: #000;
  border: 1px solid #000;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.coupon-box{margin-top:-5px;}


 /* CSSTerm.com Simple Horizontal DropDown CSS menu */
                                
                                .drop_menu {
                                    padding: 0;
                                    margin: 0;
                                    list-style-type: none;
                                    height: 38px;
                                }
                                
                                .drop_menu li {
                                    float: left;
                                    
                                }
                                
                                .drop_menu li span {
                                    float: right;
                                    font-size: 18px; padding-top: 3px;
                                }


                                
                                .drop_menu li a {
                                    padding: 13px;
                                    display: block;
                                    color: #333;
                                    text-decoration: none;
                                    font-size: 15px;
                                }
                                /* Submenu */
                                
                                .drop_menu li >ul {
                                    position: absolute;
                                    left: -9999px;
                                    top: -9999px;
                                    list-style-type: none;
                                    z-index: 999;
                                    background: #f4f4f4;
                                    
                                     display: block;
                                    -moz-animation: flipInX .3s ease-in;
                                    -webkit-animation: flipInX .3s ease-in;
                                    animation: flipInX .3s ease-in;
                                }

    
                                
                                .drop_menu li:hover {
                                    position: relative;
                                    
                                    color:#666;
                                }
                                
                                .drop_menu li:hover > ul {
                                    left: 0px;
                                    top: 48px;
                                    background: #f4f4f4;
                                    padding: 0px;
                                    z-index: 9999;
                                   
                                }

ul.drop_menu ul li:hover > ul{
display: block;
-moz-animation: flipInX .3s ease-in;
-webkit-animation: flipInX .3s ease-in;
animation: flipInX .3s ease-in;
}

                                .drop_menu ul li {
                                    border-bottom: 1px solid #ebebeb;
                                    color:#fff
                                }
                                
                                .drop_menu ul li a {
                                    padding: 6px 15px;
                                    display: block;
                                    width: 290px;
                                    text-indent: 15px;
                                    background-color: #f4f4f4;
                                    font-size: 14px !important;
                                   
                                    color:#444;
                                    box-shadow: 0px 1px 2px #ddd
                                }
                                
                                .drop_menu li:hover ul li a:hover {
                                    background: #ebebeb;
                                    color:#333
                                }


/*KREDİ KARTLARI*/

.genel_taksitDiv .taksitTopHeader {
    text-align: center;
    background-color: #ccc !important;
    color: #FFFFFF;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
	
}

.genel_taksitDiv td{font-weight: 400 !important}
.genel_taksitDiv .pesin td{background:#dde3e6}
.genel_taksitDiv .td1, .genel_taksitDiv .td2, .genel_taksitDiv .td3 {
    text-align: center;
    height: 30px;
    border-top: 1px solid #f7f7f7;
	margin-left: auto;
  margin-right: auto;
  width: 50em;
	}
	

.genel_taksitDiv .taksitHeader{padding: 7px}

.taksittablosu{   
    float: left;
    width: 32% !important;
    padding-right: 5px;
    padding-bottom: 10px;
    height: 435px;
    border: 1px dashed #ebebeb;
    background: #fff;
}

.taksittablosu:nth-child(2) {
    background: #f8f8f8;
}

#form1 .label{color:#333}

.sf-form-input, .sf-form-textarea, .sf-form-select{box-shadow: none; border:1px solid #ddd !important;}


@media (max-width: 960px) {
  .leftCat ul     { display: none; }
  .leftCat select { display: inline-block; width:100%; border:none; padding:7px 15px; height:35px; background:#fff; font-weight:bold; outline:none; }
  .temarenksecim{display:none}
    .navbar-brand{padding-left:20px;}
    .formlinefix{background:none;}
    .sliderAlani{width:100%}
}

@media only screen and (min-width : 1224px) {
    .leftCat select {display:none}

}

.lmenu{width:225px; border: 1px solid #ebebeb}

.leftMenu {
		 	float: left;
			width:225px;
			
            position: relative;
			
		}
			.leftMenu h2 {
				width: 184px;
				height: 19px;
				background:	url("img/headBg.png") left top no-repeat;
				color: #fff;
				padding: 2px 0 5px 10px;
			}
			.leftMenu ul {
				float: left;
                position: relative;
                padding: 0px;
                margin: 0px !important
				
					
			}
				.leftMenu ul li.mainLi {
					float: left;
					width: 223px;
					
					border-bottom:1px solid #f4f4f4;
					background:#fff url("img/menubg.jpg") left top no-repeat;
					
					z-index: 100;
				}

            .leftMenu ul li.mainLi a {
						display: block;
						color: #000;
						text-decoration: none;
					
                        padding-right:0px;
						font-size:15px;
                        padding:9px 10px;
                        
                        position: relative;
					}
					.leftMenu ul li.mainLi a:hover {
						color: #000;
					}

				.leftMenu ul li.mainLi:hover {
					background-position: left -6px;
				}
				.leftMenu ul li.allCategories {
					background-position: left -48px;
				}
				.leftMenu ul li.allCategories:hover {
					background-position: left -48px;
				}
					
					
					.catBox {
						position: absolute;
						top: -2px;
						margin-left: 225px;
						width: 723px;
						height: 431px;
						background:#fff;url("img/catBox.png") left top no-repeat;
						z-index: 9999;
						display: none;
						border:1px solid #ebebeb;
                        border-left: none;
                        
					
						
					}
						.leftMenu .cbLeft {
							line-height: 1;
							border-bottom: 0 none;
							padding-top: 20px;
							padding-left: 6px;
							border:none;
                            width: 200px;
						}
						.leftMenu .cbLeft ul{border:none}
							.leftMenu .cbLeft li {
								height: 20px;
								font-weight: 700;	
								line-height:17px;
							}
								.leftMenu ul.cbLeft li a {
									display: block;
                                    font-size: 13px;
									padding-left: 1px;
									line-height:22px;
									color: #333;
									font-weight:normal;
									background:	url("img/header.gif") -697px -143px no-repeat;
								}
								.leftMenu ul.cbLeft li a:hover {
									color: #000;	
								}
							
								.leftMenu ul.cbLeft li h4 a {
									padding-left: 10px;
									color: #333;
									font-weight:700;
									background-position: -708px -143px;
								}
						ul.cbRight {
							float: right;
							width: 554px;
							margin: 21px 11px 0 0;
							border-bottom: 0 none;
						}
							ul.cbRight li {
								float: left;
								width: 102px;
								height: 138px;
								margin-right: 1px;
								border:none;
								border:1px solid #ebebeb;
								text-align:center;
								margin-bottom:2px;
							}
							ul.cbRight li:hover {border:1px solid #069;}
								ul.cbRight li p {
									width: 102px;
									text-align: center;
								}
								.leftMenu ul li.mainLi p a {
									padding: 3px;
									font-size:11px;
								}
								.leftMenu ul li.mainLi a.cbImg {
									display: block;
									width: 102px;
									height: 100px;
									padding: 0;
									
								}
				.kat-urun{float:left; width:510px;}
.kat-urun ul li{float:left;text-align:center; background:#fff; padding:4px; height:185px !important;width:113px !important; border:1px solid #ef8903 !important; margin-right:3px; margin-top:8px; margin-left:5px;}
.kat-urunbaslik{overflow:hidden; height:35px; font-size:13px !important; font-weight:normal !important; line-height:13px !important;}
.onecikanbaslik{text-align:left; margin:5px 5px; 20px 10px; font-weight:bold;}

.ssk{padding: 3px !important;}

.banka img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.sknslider{border:1px solid #ebebeb}


.colorfulBand>div {
    height: 8px;
}

.colorfulBand {
    display: flex;
    flex-direction: row;
}
.colorfulBand>div.purple {
    width: 11%;
    background: #40739e;
}
.colorfulBand>div.lightBlue {
    width: 18%;
    background: #f8c291;
}
.colorfulBand>div.orange {
    width: 31%;
    background: #ed5f1f;
}.colorfulBand>div.yellow {
    width: 15%;
    background: #fbc531;
}
.colorfulBand>div.darkPurple {
    width: 13%;
    background: #6b1e5b;
}
.colorfulBand>div.green {
    width: 12%;
    background: #2c3e50;
}
		
.banner-boder-zoom{position:relative;overflow:hidden}
.banner-boder-zoom a:before{position:absolute;top:0;left:0;right:0;bottom:0;content:"";display:block;z-index:10;background-color:rgba(0,0,0,0.2);background:rgba(0,0,0,0.2);color:rgba(0,0,0,0.2);opacity:0;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}
.banner-boder-zoom a:after{position:absolute;top:10px;left:10px;right:10px;bottom:10px;content:"";display:block;z-index:10;border:0px solid #fff;opacity:0}
.banner-boder-zoom a img{-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}
.banner-boder-zoom:hover a img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.banner-boder-zoom:hover a:before{opacity:1}
.banner-boder-zoom:hover a:after{opacity:1}
.banner-boder-zoom2{position:relative;overflow:hidden}
.banner-boder-zoom2 a:before{position:absolute;top:0;left:0;right:0;bottom:0;content:"";display:block;z-index:10;background-color:rgba(0,0,0,0);background:rgba(0,0,0,0);color:rgba(0,0,0,0);opacity:0;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}
.banner-boder-zoom2 a:after{position:absolute;top:10px;left:10px;right:10px;bottom:10px;content:"";display:block;z-index:10;border:0px solid #fff;opacity:0}
.banner-boder-zoom2 a img{-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}
.banner-boder-zoom2:hover a img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.banner-boder-zoom2:hover a:before{opacity:1}
.banner-boder-zoom2:hover a:after{opacity:1}	
.banner-bottom{margin-bottom: 15px; background: #fff; padding: 15px 0; box-shadow: 0 1px 1px rgba(0,0,0,.2);}
.banner-bottom .banner-boder-zoom{box-shadow: 0 1px 1px rgba(0,0,0,.2);}
.banner-bottom .banner-boder-zoom img{width:100%;}	

.product-etiket { position: absolute; top: 0; left: 0; }
.product-etiket img{margin: 0; padding: 0px;}  
.mobileSlider .product-etiket { position: absolute; top: 0; left: 5px; z-index: 1; }

.catalog-item-ribbons .discount {
    position: relative;
    color: #fff;
    float: right;
    background: #3742fa;
    padding: 1px 2px;
    font-size: 14px;
    text-align: center;
    margin: 0;
    line-height: 2;
    font-weight: 600;
	margin-right: 4px;
}

.catalog-item-ribbons .discount p {
    margin: 0;
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
}

.catalog-item-ribbons .discount1 {
    position: relative;
    color: #fff;
    float: right;
    background: #e74c3c;
    padding: 1px 3px;
    font-size: 14px;
    text-align: center;
    margin: 0;
    line-height: 2;
    font-weight: 600;
	margin-right: 4px;
}

.catalog-item-ribbons .discount1 p {
    margin: 0;
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
}

.indirimy {
 background-color: #000;
 height: 40px;
 -moz-border-radius:20px;
 -webkit-border-radius: 20px;
 width: 40px;
 color: #fff;
 padding: 9px 6px;
 z-index: 8000;
}

.detail-tabs{margin-top:27px;}
	#detail-tab-titles{border-bottom:4px solid #f0a644; height:37px;}
	#detail-tab-titles li{float:left; font-size:14px; color:#575757; line-height:37px; margin-right:25px; cursor:pointer;}
	#detail-tab-titles li.detail-active{background:url(https://www.hepjet.com/templates/mshopping/images/detailtabactive.png); width:165px; height:37px; text-align:center; color:#fff; font-weight:bold; font-size:16px;}
	.detail-tab-wrap{background:#fff; border:1px solid #e7e7e7; padding:15px; box-shadow:0 2px 3px #c5c5c5; border-radius:5px; border-top-left-radius:0; border-top-right-radius:0; font-size:13px; color:#515151; line-height:24px; min-height:200px; }
	.detail-tab-content{display:none;}

@media only screen and (max-width: 1000px) { 
	.detail-tabs{width:100%;}
	.detail-tab-wrap{min-height:auto;}
	#detail-tab-titles{}
	#detail-tab-titles li{width:20%; margin:0; padding:0; text-align:center; height:auto; line-height:18px; padding:10px 0;}
	#detail-tab-titles li.detail-active{width:20%; background:#f0a644; font-size:14px; line-height:18px; height:auto; padding:10px 0;}
}	
@media only screen and (max-width: 667px) {
	#detail-tab-titles{height:auto;}
	#detail-tab-titles li{width:100%; float:none; margin:0; padding:0; text-align:center; height:auto; line-height:18px; padding:10px 0;}
	#detail-tab-titles li.detail-active{width:100%; background:#f0a644; font-size:14px; line-height:18px; height:auto; padding:10px 0;}
}

.menu_list .menu_head {
    flex: 0 0 24%;
    background-color: #ef8903;
    text-align: center;
    line-height: 35px;
    margin: 0px;
    margin-right: 10px;
    margin-top: 11px;
}

.menu_list {
    display: flex;
    flex-wrap: wrap;
}

.menu_head {
    padding: 5px;
    margin: 5px;
    border-bottom: 1px solid #ccc;
    border-radius: 5px;
    clear: both;
}

.menu_head a {
    color: #fff;
    color: #fff;
}

.container1 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.reklaminfo {
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.reklaminfo img {
    border-radius: 10px;
	 position: relative;
     
}

@media only screen and (max-width: 1024px) {
    

    .brand-item {

        margin-bottom: 15px;
    }
}


.brand-item a div strong {
    background-color: #5ABF48;
    color: #fff;
    padding: 0px 15px;
    border-radius: 15px;
    margin-left: 10px;
    font-size: 18px;
}

.brand-item a div {
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.brand-item a img {
    height: 40px;
    display: table;
    margin: 15px auto 5px;
}

.brand-item {
    height: 110px;
    background-color: #fff;
    border: 1px solid #ef8903;
    padding: 5px;
    border-radius: 5px;
}

.main-brand-section {
    text-align: center;
}

.co-67 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 7.5px;
    padding-left: 7.5px
}
.col-67 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row67 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.buy-button, .add-button {
    border: 0px;
    padding: 0px;
    background-color: #4b5320;
	border-radius:4px;
    line-height: 34px;
    font-weight: bold;
    color: #fff;width:33%;padding-right:10px;
    line-height: 45px;
	font-size: 16px;
	
}


.buy-button i, .add-button i{
    float: left;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.15);
    text-align: left;
    line-height: 25px;
    padding: 10px 15px;
}

 .add-button {
	margin-right:0px;
    background-color: #ff9a00;

}

.fav-button{
    background-color: #474847;
    padding: 0px;
    text-align: center;
}
.fav-button i{
    padding: 0px;
    padding: 10px 15px;
    width: 20%;font-size: 20px;
    text-align: center;
	line-height: 25px;
}

.add-button1 {
    border: 0px;
    padding: 0px;
    background-color: #c0392b;
	border-radius:4px;
    line-height: 33px;
    font-weight: bold;
    color: #fff;width:10%;padding-right:20px;
    line-height: 20px;
	font-size: 16px;
}

#MyAccount .icon-view-account {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-webkit-radius: 5px;
    zoom: 1;
    width: 75px;
    min-height: 48px;
    border: 2px solid #ff9a00;
    white-space: nowrap;
    padding: 9px 10px 6px 47px;
    float: left;
    position: relative;
    cursor: pointer;
    background-color: #ff9a00;
    background-image: url(https://www.hepjet.com/templates/mshopping/images/user.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 18px center;
}

#MyAccount .icon-view-account > i {
    font-size: 23px;
    color: #fff;
    position: relative;
    left: -5px;
}

.accountToggle {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-webkit-radius: 5px;
    zoom: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
    height: auto;
    border: 2px solid #919191;
    background: #FFF;
    z-index: 5000;
    position: absolute;
    top: 60px;
    padding: 0 16px 24px;
    box-sizing: border-box;
    visibility: hidden;
    cursor: default;
}

#MyAccount .icon-view-account:hover .accountToggle {
    visibility: visible;
}

#MyAccount .icon-view-account .accountToggle .translateSquare {
    width: 20px;
    height: 20px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-webkit-radius: 4px;
    zoom: 1;
    position: absolute;
    top: -7px;
    left: calc(50% - 9px);
    border: 2px solid #919191;
    background: #FFF;
}

#MyAccount .icon-view-account .accountToggle .usersProcess {
    background-color: #FFF;
    position: relative;
    padding-top: 23px;
    z-index: 2;
}

#MyAccount .icon-view-account .accountToggle .usersProcess ul li {
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 5px;
}

.accountToggle:before {
    width: 100%;
    height: 30px;
    top: -30px;
    left: 0;
    position: absolute;
    content: "";
}

#MyAccount .icon-view-basket {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-webkit-radius: 5px;
    zoom: 1;
    width: 75px;
    min-height: 48px;
    border: 2px solid #4b5320;
    white-space: nowrap;
    padding: 9px 10px 6px 47px;
    float: left;
    position: relative;
    cursor: pointer;
    background-color: #FFF;
    background-image: url(https://www.hepjet.com/templates/mshopping/images/shopping-cart.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #4b5320;
    margin-left: 15px;
}

#MyAccount .icon-view-basket a {
    display: block;
    position: relative;
}

#MyAccount .icon-view-basket a #toplamUrun {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-webkit-radius: 50%;
    zoom: 1;
    height: 20px;
    min-width: 20px;
    width: auto;
    display: block;
    font-size: 13px;
    line-height: 16px;
    background-color: #c0392b;
    border: 2px solid #c0392b;
    color: #fff;
    text-align: center;
    position: absolute;
    left: -10px;
    top: -5px;
}

.header-top {
    background-color: #f4f4f4;
    padding: 10px 0px;
    border-bottom: 1px solid rgb(229, 229, 229);
    font-size: 13px;
    line-height: 25px;
    display: inline-block;
    width: 100%;
}

.topLink {
    padding-top: 8px;
    padding-bottom: 1px;
    line-height: 1;
    margin: 0px auto;
}

.containerx {
		float: left;

		width:222px;
		z-index:0;
		text-align: center;
		background:#fff;
		padding:3px;
	}
	
	

			.carouselx {

			float: left;
			width: 215px;
			
			position: relative;
			z-index:15;
			

		}

		.carouselx img{max-height:210px;}

		.carouselx table {display:none;}

			.carouselx ul li{
				float: left;
				z-index:-10;
			

			}
	
.tab-backed {
    margin-top: 30px;
}

.tab-pane-menu {
    display: flex;
}


.tab-pane-menu > a {
    flex: 1 1 100%;
    background-color: #fff;
    line-height: 50px;
    display: flex;
    border: 1px solid #EBEBEB;
    border-right: 0px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.tab-pane-menu > a:last-child {
    border-right: 1px solid #EBEBEB;
}

.tab-pane-menu > a:before {
    margin-right: 5px;
}

.tab-pane-menu > a:nth-child(1):before {
    content: "";
    background-image: url(https://www.hepjet.com/templates/mshopping/images/tab-panel-ikon.png);
    width: 25px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    background-size: 125px;
    background-position: 0px 0px;
}

.tab-pane-menu > a:nth-child(3):before {
    content: "";
    background-image: url(https://www.hepjet.com/templates/mshopping/images/tab-panel-ikon.png);
    width: 25px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    background-size: 125px;
    background-position: -100px 0px;
}

.tab-pane-menu > a:nth-child(2):before {
    content: "";
    background-image: url(https://www.hepjet.com/templates/mshopping/images/tab-panel-ikon.png);
    width: 25px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    background-size: 125px;
    background-position: -52px 0px;
}

.tab-pane-menu > a:nth-child(5):before {
    content: "";
    background-image: url(https://www.hepjet.com/templates/mshopping/images/tab-panel-ikon.png);
    width: 29px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    background-size: 125px;
    background-position: -25px 0px;
}

.tab-pane-menu > a:nth-child(4):before {
    content: "";
    background-image: url(https://www.hepjet.com/templates/mshopping/images/tab-panel-ikon.png);
    width: 25px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    background-size: 125px;
    background-position: -73px 0px;
}

.tab-pane-menu > a.active, .tab-pane-menu > a:hover {
    background-color: #f583484d;
}

.tab-pane-container {
    background-color: #fff;
    padding: 25px;
    border: 1px solid #ebebeb;
    border-top: 0px;
}


@media only screen and (max-width: 768px) {
.tab-pane-menu > a {

        flex: 0 0 100%;
    }
    .tab-pane-menu {
        display: flex;
        flex-wrap: wrap;
    }
    background-color: #bfbfbf;
    border: 0px;
    color: #fff;
    flex: 0 0 28px;
    font-style: normal;
    z-index: 9;
}

.quantity-shopphp input {
    flex: 1 1 100%;
    width: 50px;
    text-align: center;
    font-weight: bold;
    color: #333;
    font-size: 16px;
	
}

.quantity-shopphp {
    background-color: #bfbfbf;
    width: 109px;
    padding: 2px;
    line-height: 36px;
    border-radius: 5px;
	float:left;
	
}

.quantity-shopphp > div:after {
    content: "Adet";
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    text-align: center;
    display: block;
    width: 100%;
    bottom: -11px;
}

.quantity-shopphp button {
    background-color: #bfbfbf;
    border: 0px;
    color: #fff;
    flex: 0 0 28px;
    font-style: normal;
    z-index: 9;
}

.rating .star {
    cursor: pointer;
}
.rating span.star.active::before, .rating span.star:hover::before, .rating span.star:hover span.star::before {
    color: #ffd33b;
    content: "\f005";
    font-family: FontAwesome;
}
.rating span.star::before {
    color: #ffd33b;
    content: "\f006";
    font-family: FontAwesome;
}
.rating span.star.half:before {
    color: #ffd33b;
    content: "\f123";
    font-family: FontAwesome;
}
.special-root .slick-dotted.slick-slider {
    margin-bottom: 0px;
}


#herousel_3 .HbCarousel-3klN9.HbCarousel-aozDT {
    right: 15px
}
.Herousel-2Cg1t {
    width: 100%;

    position: relative;
    background-color: #fff;
    overflow: hidden
}

.Herousel-2Cg1t .Herousel-18OoN .Herousel-q_Kib {
    -webkit-box-shadow: 0 6px 26px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 6px 26px 0 rgba(0, 0, 0, .16)
}

.Herousel-2Cg1t .Herousel-18OoN .Herousel-q_Kib, .Herousel-2Cg1t .Herousel-18OoN .Herousel-q_Kib .Herousel-2Eafn {
    border-radius: 8.1px;
    -moz-border-radius: 8.1px;
    -o-border-radius: 8.1px;
    -webkit-border-radius: 8.1px;
    -ms-webkit-radius: 8.1px;
    zoom: 1
}

.Herousel-2Cg1t .Herousel-18OoN .Herousel-q_Kib .Herousel-2Eafn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    height: 388px
}

.Herousel-2Cg1t .Herousel-18OoN .Herousel-q_Kib .Herousel-2Eafn .Herousel-VZq3l {
    margin: 4px;
    width: 409px
}

.Herousel-2Cg1t .Herousel-18OoN .Herousel-q_Kib .Herousel-2Eafn .Herousel-3UrWd {
    margin: 4px;
    width: 675px
}

.Herousel-2Cg1t .Herousel-18OoN .Herousel-q_Kib .Herousel-2Eafn .Herousel-3UrWd .Herousel-3O_Ri {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-webkit-radius: 8px;
    zoom: 1
}

.Herousel-2Cg1t .Herousel-3ER5K {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 18px;
    padding-bottom: 13px;
    position: absolute;
    width: 100%;
    z-index: 1;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important
}

.Herousel-2Cg1t .Herousel-1hpVe {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-webkit-radius: 20px;
    zoom: 1;
    border: 2px solid hsla(0, 0%, 100%, .32);
    position: relative;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.Herousel-2Cg1t .Herousel-1hpVe .Herousel-1GNzy {
    border: 2px solid #fff;
    opacity: 1
}

.Herousel-2Cg1t .Herousel-1hpVe:after {
    border-top: 4px solid hsla(0, 0%, 100%, .32);
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    left: calc(50% - 4px);
    width: 0;
    height: 0;
    bottom: -6px
}

.Herousel-2Cg1t .Herousel-2fBdi {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-webkit-radius: 20px;
    zoom: 1;
    border: 2px solid hsla(0, 0%, 100%, .32);
    position: relative
}

.Herousel-2Cg1t .Herousel-2fBdi .Herousel-1GNzy {
    border: 2px solid #fff;
    opacity: 1
}

.Herousel-2Cg1t .Herousel-2fBdi:after {
    content: "";
    position: absolute;
    left: calc(50% - 4px);
    width: 0;
    height: 0;
    border-top: 4px solid hsla(0, 0%, 100%, .32);
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    bottom: -6px
}

.Herousel-2Cg1t .Herousel-2HQNW {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-webkit-radius: 20px;
    zoom: 1;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08)
}

.Herousel-2Cg1t .Herousel-2HQNW:after {
    content: "";
    position: absolute;
    left: calc(50% - 8px);
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    bottom: -5px
}

.Herousel-2Cg1t .Herousel-1GlzO, .Herousel-2Cg1t .Herousel-2seVY {
    color: #fff
}

.Herousel-2Cg1t .Herousel-2Ojs_ .slick-active {
    background-color: red
}

.Herousel-2Cg1t .slick-slide {
    position: relative
}

.Herousel-2Cg1t .hb-image-view__placeholder, .Herousel-2Cg1t .slick-slide > div, .Herousel-2Cg1t .slick-slider, .Herousel-2Cg1t .slick-track {
    height: 100%
}

.Herousel-2Cg1t .slick-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0px;
}

.Herousel-2Cg1t .root > .slick-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.Herousel-2Cg1t .slick-dots {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}
.Herousel-2Cg1t .Herousel-18OoN .Herousel-q_Kib {
    -webkit-box-shadow: 0 6px 26px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 6px 26px 0 rgba(0, 0, 0, .16)
}

.Herousel-2Cg1t .Herousel-18OoN .Herousel-q_Kib, .Herousel-2Cg1t .Herousel-18OoN .Herousel-q_Kib .Herousel-2Eafn {
    border-radius: 8.1px;
    -moz-border-radius: 8.1px;
    -o-border-radius: 8.1px;
    -webkit-border-radius: 8.1px;
    -ms-webkit-radius: 8.1px;
    zoom: 1
}

.Herousel-2Cg1t .Herousel-18OoN .Herousel-q_Kib .Herousel-2Eafn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    height: 388px
}

.Herousel-2Cg1t .Herousel-18OoN .Herousel-q_Kib .Herousel-2Eafn .Herousel-VZq3l {
    margin: 4px;
    width: 409px
}

.Herousel-2Cg1t .Herousel-18OoN .Herousel-q_Kib .Herousel-2Eafn .Herousel-3UrWd {
    margin: 4px;
    width: 675px
}

.Herousel-2Cg1t .Herousel-18OoN .Herousel-q_Kib .Herousel-2Eafn .Herousel-3UrWd .Herousel-3O_Ri {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-webkit-radius: 8px;
    zoom: 1
}
.herouselContent-1ToOU .herouselContent-3noYA {
    position: relative;
    z-index: 1;
    padding: 65px 0 89px
}

.herouselContent-1ToOU .herouselContent-2Sjns {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding-bottom: 32px !important
}

.herouselContent-1ToOU .herouselContent-2Sjns > li {
    width: 56px;
    height: 40px;
    margin: 0 8px
}

.herouselContent-1ToOU .herouselContent-2Sjns a {
    width: 56px;
    height: 40px;
    position: relative;
    display: block;
    overflow: hidden
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-1TmJE {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    background-color: #ddd
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-1TmJE .herouselContent-2iUJ5 {
    background-color: #1d1c1c
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-1TmJE img, .herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-1TmJE source {
    margin-left: -7.89px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: auto !important;
    max-width: 71px
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-1TmJE picture {
    border-radius: 8px;
    overflow: hidden
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-Qxd_D {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 16px;
    padding-right: 16px;
    position: relative
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-Qxd_D .herouselContent-14C-0 {
    color: #484848 !important;
    border-color: #484848 !important
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-Qxd_D .herouselContent-1sNoh {
    color: #fff !important;
    border-color: #fff !important
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-Qxd_D .herouselContent-2vi0U {
    opacity: .72;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 36px;
    border-radius: 18px;
    border: 2px solid #fff;
    margin-top: 6px;
    margin-bottom: 6px;
    position: absolute;
    right: 100%;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    overflow: hidden;
    cursor: pointer
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-Qxd_D .herouselContent-2vi0U:hover {
    opacity: 1
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-Qxd_D .herouselContent-2vi0U .herouselContent-2xScr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-Qxd_D .herouselContent-2vi0U .herouselContent-3U0oG {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' stroke='%23fff' fill='none'%3E%3Cpath d='M15.531 8H1.47m6.561 6.682L1.47 8l6.56-6.682' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
    width: 15px;
    height: 14px
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-Qxd_D .herouselContent-2vi0U .herouselContent-1pkkD {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' stroke='%23484848' fill='none'%3E%3Cpath d='M15.531 8H1.47m6.561 6.682L1.47 8l6.56-6.682' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
    width: 15px;
    height: 14px
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-Qxd_D .herouselContent-2vi0U .herouselContent-3Iq_a {
    display: none
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-Qxd_D .herouselContent-2vi0U.herouselContent-2vG3_:hover {
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 200px;
    cursor: pointer
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-Qxd_D .herouselContent-2vi0U.herouselContent-2vG3_:hover .herouselContent-3Iq_a {
    max-width: 150px;
    overflow: hidden;
    display: inline-block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    padding-left: 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.15px
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-Qxd_D .herouselContent-1IcJg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-Qxd_D .herouselContent-121fr {
    opacity: .72;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 36px;
    border-radius: 18px;
    border: 2px solid #fff;
    margin-bottom: 6px;
    margin-top: 6px;
    position: absolute;
    left: 100%;
    top: 0;
    right: 0;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    overflow: hidden
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-Qxd_D .herouselContent-121fr:hover {
    opacity: 1
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-Qxd_D .herouselContent-121fr .herouselContent-KyJKC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-Qxd_D .herouselContent-121fr .herouselContent-18_Pt {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' stroke='%23fff' fill='none'%3E%3Cpath d='M1.469 8H15.53m-6.561 6.682L15.53 8 8.97 1.318' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
    width: 15px;
    height: 14px
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-Qxd_D .herouselContent-121fr .herouselContent-3SwMu {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' stroke='%23484848' fill='none'%3E%3Cpath d='M1.469 8H15.53m-6.561 6.682L15.53 8 8.97 1.318' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
    width: 15px;
    height: 14px
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-Qxd_D .herouselContent-121fr .herouselContent-3WtiP {
    display: none
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-Qxd_D .herouselContent-121fr.herouselContent-2vG3_ {
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 200px;
    cursor: pointer
}

.herouselContent-1ToOU .herouselContent-2Sjns .herouselContent-Qxd_D .herouselContent-121fr.herouselContent-2vG3_ .herouselContent-3WtiP {
    max-width: 150px;
    overflow: hidden;
    display: inline-block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    padding-right: 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.15px
}

.herouselContent-1ToOU .herouselContent-3B-Ag .slick-active {
    background: #0c0c0c;
    border-color: #ff600e !important
}

.herouselContent-1ToOU .slick-active {
    border-color: #fff !important;
    background: #fff;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -o-border-radius: 11px;
    -webkit-border-radius: 11px;
    -ms-webkit-radius: 11px;
    zoom: 1
}

.herouselContent-1ToOU .slick-dots {
    bottom: 25px !important
}

.herouselContent-1ToOU .slick-dots li.slick-active {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-webkit-radius: 10px;
    zoom: 1;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16);
    background-color: #ed5f1f;
}

.herouselContent-1ToOU .slick-dots li {
    background-color: #fab1a0;
    width: 15px !important;
    height: 15px !important;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-webkit-radius: 8px;
    zoom: 1;
    border: 2px solid rgba(0, 0, 0, 0);
    margin: 0 5px;
    overflow: hidden;
}
.product-carousel #productDetailsCarousel.slick-initialized {
    height: auto;
}
.slick-initialized .slick-slide {
    display: block
}
.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
}


.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
    color: rgba(0, 0, 0, 0);
    outline: none;
    background: rgba(0, 0, 0, 0)
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "\2190"
}

[dir=rtl] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "\2192"
}

[dir=rtl] .slick-next:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li, .slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    background: rgba(0, 0, 0, 0)
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\2022";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}
.Herousel-2Cg1t .hb-image-view__placeholder, .Herousel-2Cg1t .slick-slide > div, .Herousel-2Cg1t .slick-slider, .Herousel-2Cg1t .slick-track {
    height: 100%
}

.Herousel-2Cg1t .slick-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0px;
}
.page-urunDetay .slick-slider:hover .HbCarousel-3klN9.HbCarousel-3W19N, .page-urunDetay .slick-slider:hover .HbCarousel-3klN9.HbCarousel-aozDT {
    visibility: visible;
    opacity: 1;
}


.page-urunDetay .slick-slider .slick-dots li, .page-urunDetay .slick-slider .slick-dots li button {
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-color: #6b6f70;
    border-radius: 100%;
}

.page-urunDetay .slick-slider .slick-dots li.slick-active, .page-urunDetay .slick-slider .slick-dots li.slick-active button {
    background-color: #ff600e;
}
.HbCarousel-1jBSz, .HbCarousel-3klN9.HbCarousel-3W19N:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' fill='none'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h16v16H0z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg fill='%23484848' mask='url(%23b)'%3E%3Cpath d='M11.854 15.146L4.707 8 11.854.854a.5.5 0 00-.708-.708L4 7.293a1 1 0 000 1.414l7.146 7.147a.5.5 0 00.708-.708z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.HbCarousel-1-VwZ, .HbCarousel-3klN9.HbCarousel-aozDT:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' fill='none'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h16v16H0z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd' transform='matrix(-1 0 0 1 16 0)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg fill='%23484848' mask='url(%23b)'%3E%3Cpath d='M11.854 15.146L4.707 8 11.854.854a.5.5 0 00-.708-.708L4 7.293a1 1 0 000 1.414l7.146 7.147a.5.5 0 00.708-.708z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.HbCarousel-3klN9 {
    position: absolute;
    top: calc(50% - 16px);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    -o-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .24)
}

.HbCarousel-3klN9:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 25px
}


.HbCarousel-3klN9.HbCarousel-3W19N {
    left: 0px
}

.HbCarousel-3klN9.HbCarousel-3W19N:after {
    margin-right: 3px
}


.HbCarousel-3klN9.HbCarousel-aozDT {
    right: 0px
}


#herousel_3 .HbCarousel-3klN9.HbCarousel-3W19N {
    left: 15px
}

#herousel_3 .HbCarousel-3klN9.HbCarousel-aozDT {
    right: 15px
}


.HbCarousel-3klN9.HbCarousel-aozDT:after {
    margin-left: 3px
}
.FeatureList-3zdh1 .FeatureList-3rxKp {
    top: calc(40% - 24px)
}
.FeatureList-3zdh1 .FeatureList-1sXig {
    left: -8px
}
.HerouselContentBackground-1ezkF {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.HerouselContentBackground-1ezkF:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 88px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .24)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .24));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .24));
    z-index: 1
}

.HerouselContentBackground-1ezkF .HerouselContentBackground-zf2n5 {
    height: 100%;
    
}

.HerouselContentBackground-1ezkF .HerouselContentBackground-2cJIN {
    height: 100%;
    background-color: #ddd
}

.HerouselContentBackground-1ezkF .HerouselContentBackground-2cJIN.HerouselContentBackground-2z6WL {
    background-color: #1d1c1c
}

.HerouselContentBackground-1ezkF .HerouselContentBackground-2cJIN img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hb-placeholder-frame-1D2fC:not(.hb-placeholder-frame-MuCEI) .hb-placeholder-frame-3yyBD {
    display: none
}

.hb-placeholder-frame-1D2fC.hb-placeholder-frame-MuCEI {
    position: relative;
    width: 100%;
    overflow: hidden
}

.hb-placeholder-frame-1D2fC.hb-placeholder-frame-MuCEI .hb-placeholder-frame-U0c4k {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100%
}

.hb-placeholder-frame-1D2fC.hb-placeholder-frame-MuCEI .hb-placeholder-frame-U0c4k > :only-child {
    height: 100%
}

.hb-placeholder-frame-1D2fC.hb-placeholder-frame-MuCEI .hb-placeholder-frame-3yyBD {
    position: relative;
    display: block;
    content: ""
}
.hb-image-view-AM_lX {
    position: relative;
    display: block;
    overflow: hidden
}

.hb-image-view-AM_lX img {
    font-size: 0
}

.hb-image-view-AM_lX .hb-image-view-Kyv7r {
    display: block;
    width: 100%
}

.hb-image-view-AM_lX .hb-image-view-Kyv7r.hb-image-view-2Ag0h {
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$msVal)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-animation-name: hb-image-view-17gz3;
    animation-name: hb-image-view-17gz3;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.hb-image-view-AM_lX .hb-image-view-JPAWk {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ddd
}

.hb-image-view-AM_lX .hb-image-view-JPAWk:after {
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='46' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='none'%3E%3Cdefs%3E%3Cpath id='a' d='M0 10.652V.117h6.94v10.535z'/%3E%3Cpath id='c' d='M0 23.55h45.427V.148H0z'/%3E%3C/defs%3E%3Cg transform='translate(.273 .003)' fill-rule='evenodd'%3E%3Cg transform='translate(0 .069)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M6.482 3.736c.211.288.34.585.387.89.047.304.07.801.07 1.49v4.536H4.882v-4.7c0-.415-.07-.75-.21-1.006-.183-.359-.53-.538-1.04-.538-.529 0-.93.178-1.204.535-.274.357-.41.866-.41 1.527v4.182H0V.117h2.016v3.477c.373-.369.56-.489.933-.637a3.609 3.609 0 011.286-.227c.474 0 .905.083 1.293.248.387.165.705.418.954.758z' fill='%23BFBFBF' mask='url(%23b)'/%3E%3C/g%3E%3Cpath d='M10.44 4.903c-.285.294-.464.692-.537 1.195h3.473c-.036-.536-.215-.943-.537-1.22-.321-.277-.72-.416-1.196-.416-.517 0-.918.147-1.203.441m3.016-1.743c.538.241.982.622 1.333 1.142.315.458.52.99.614 1.595.054.354.076.865.066 1.531H9.853c.032.775.3 1.317.807 1.629.308.193.678.29 1.111.29.46 0 .833-.118 1.12-.354.156-.127.295-.305.415-.53h2.058c-.054.457-.303.922-.747 1.394-.691.75-1.658 1.125-2.901 1.125A4.2 4.2 0 019 10.032C8.215 9.4 7.823 8.37 7.823 6.945c0-1.337.354-2.362 1.062-3.075.708-.714 1.628-1.07 2.758-1.07.67 0 1.275.12 1.813.361M21.404 5.283c-.274-.457-.718-.686-1.332-.686-.739 0-1.246.347-1.523 1.04-.143.369-.214.836-.214 1.402 0 .897.24 1.527.721 1.89.286.213.624.319 1.015.319.567 0 1-.217 1.298-.652.297-.434.446-1.012.446-1.734 0-.595-.137-1.12-.41-1.579m1.547-1.451c.629.666.943 1.643.943 2.931 0 1.36-.307 2.395-.922 3.108-.614.712-1.406 1.069-2.374 1.069-.618 0-1.13-.154-1.538-.46-.223-.17-.442-.418-.655-.744v3.82H16.41V3.005h1.93v1.14c.22-.335.452-.6.699-.793.45-.345.987-.517 1.609-.517.906 0 1.674.333 2.303.998M26.591 8.257c.043.359.135.613.277.764.251.27.716.404 1.393.404.399 0 .715-.059.95-.177.234-.118.351-.295.351-.531a.573.573 0 00-.283-.517c-.19-.118-.892-.32-2.11-.609-.876-.217-1.493-.488-1.851-.814-.359-.32-.538-.783-.538-1.387 0-.713.28-1.325.84-1.837.56-.512 1.348-.769 2.364-.769.965 0 1.75.193 2.358.577.607.385.956 1.05 1.046 1.993H29.37c-.028-.26-.102-.465-.22-.616-.222-.273-.6-.41-1.135-.41-.44 0-.753.068-.94.205-.187.137-.28.297-.28.481 0 .232.1.4.298.503.199.109.9.295 2.105.56.803.188 1.405.474 1.806.856.397.387.595.87.595 1.451 0 .765-.285 1.389-.855 1.873-.569.483-1.45.725-2.64.725-1.215 0-2.111-.256-2.69-.768-.58-.512-.868-1.164-.868-1.957h2.044z' fill='%23BFBFBF'/%3E%3Cmask id='d' fill='%23fff'%3E%3Cuse xlink:href='%23c'/%3E%3C/mask%3E%3Cpath fill='%23BFBFBF' mask='url(%23d)' d='M32.67 10.72h2.045V3.004h-2.044zM4.97 21.213c.29-.42.435-.972.435-1.656 0-.548-.072-1-.214-1.36-.271-.679-.77-1.019-1.498-1.019-.737 0-1.244.333-1.52.998-.142.354-.213.812-.213 1.374 0 .66.147 1.208.442 1.642.295.434.744.651 1.348.651.523 0 .93-.21 1.22-.63m1.685-4.7c.577.731.865 1.675.865 2.831 0 1.2-.285 2.193-.853 2.98-.57.789-1.363 1.183-2.382 1.183-.64 0-1.155-.127-1.543-.382-.233-.151-.484-.415-.754-.793v.97H0V12.746h2.016v3.844c.256-.358.539-.632.847-.821.366-.236.831-.354 1.396-.354 1.02 0 1.82.366 2.396 1.097M10.64 15.585v4.651c0 .44.052.77.155.991.183.392.542.588 1.077.588.685 0 1.154-.278 1.408-.835.131-.302.197-.701.197-1.197v-4.198h2.045v7.717h-1.96v-1.09a3.778 3.778 0 00-.141.212 1.408 1.408 0 01-.268.311c-.315.283-.62.477-.914.58a3.103 3.103 0 01-1.033.157c-1.138 0-1.905-.411-2.3-1.232-.221-.453-.332-1.12-.332-2.004v-4.651h2.066zM21.36 15.405c.026.002.084.006.174.01v2.067a5.441 5.441 0 00-.58-.035c-.812 0-1.356.264-1.635.793-.156.297-.233.755-.233 1.373v3.689h-2.03v-7.717h1.924v1.345c.311-.514.582-.866.813-1.055.377-.316.868-.474 1.472-.474.037 0 .07.001.095.004M35.122 21.206c.297-.425.446-.974.446-1.65 0-.943-.239-1.618-.715-2.024a1.538 1.538 0 00-1.019-.368c-.59 0-1.022.223-1.298.669-.276.446-.414 1-.414 1.66 0 .713.14 1.283.421 1.71.28.427.706.64 1.277.64.57 0 1.005-.212 1.302-.637m-.495-5.497c.363.205.658.49.884.853v-3.816h2.044v10.556h-1.96v-1.07c-.287.459-.615.791-.983.999-.367.208-.825.311-1.372.311-.9 0-1.659-.364-2.274-1.093-.616-.73-.924-1.665-.924-2.807 0-1.317.303-2.353.91-3.108.606-.755 1.416-1.133 2.43-1.133.466 0 .881.103 1.245.308M27.023 19.566a2.23 2.23 0 01-.39.194 3.31 3.31 0 01-.54.137l-.458.085c-.429.075-.737.167-.924.276-.317.183-.476.468-.476.855 0 .343.097.592.29.745.194.153.43.23.707.23.44 0 .844-.128 1.215-.382.37-.254.562-.718.576-1.392v-.748zm.064 3.742s.014-.728 0-.903c-.28.302-.601.559-.966.77-.435.25-.927.375-1.477.375-.7 0-1.279-.2-1.736-.597-.456-.398-.685-.962-.685-1.692 0-.947.368-1.632 1.102-2.056.403-.23.996-.395 1.778-.494l.69-.085c.375-.047.642-.106.804-.177.289-.122.434-.313.434-.572 0-.315-.111-.533-.333-.653-.222-.12-.547-.18-.977-.18-.482 0-.823.117-1.023.353-.143.174-.239.41-.286.706H22.47c.043-.673.232-1.227.568-1.66.534-.678 1.45-1.017 2.75-1.017.846 0 1.598.167 2.255.501.657.335.985.966.985 1.894v3.532c0 .245.005 1.607.015 1.955h-1.956zM43.407 19.566c-.128.08-.259.144-.39.194-.13.049-.31.095-.54.137l-.458.085c-.429.075-.737.167-.924.276-.317.183-.476.468-.476.855 0 .343.097.592.29.745.194.153.43.23.707.23.44 0 .844-.128 1.215-.382.37-.254.562-.718.576-1.392v-.748zm.064 3.742s.014-.728 0-.903c-.28.302-.601.559-.966.77-.435.25-.927.375-1.477.375-.7 0-1.279-.2-1.736-.597-.456-.398-.685-.962-.685-1.692 0-.947.368-1.632 1.102-2.056.403-.23.996-.395 1.778-.494l.69-.085c.375-.047.643-.106.804-.177.289-.122.434-.313.434-.572 0-.315-.111-.533-.333-.653-.222-.12-.548-.18-.977-.18-.482 0-.823.117-1.023.353-.143.174-.239.41-.286.706h-1.942c.043-.673.232-1.227.567-1.66.535-.678 1.451-1.017 2.752-1.017.845 0 1.597.167 2.254.501.657.335.985.966.985 1.894v3.532c0 .245.005 1.607.015 1.955H43.47zM34.77 1.259a1.11 1.11 0 11-2.22 0 1.11 1.11 0 012.22 0'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 50px;
    width: 50px
}

.hb-image-view-AM_lX .hb-image-view-1fMh3 {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ddd;
    text-indent: -10000px
}

.hb-image-view-AM_lX .hb-image-view-1fMh3:after {
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='46' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='none'%3E%3Cdefs%3E%3Cpath id='a' d='M0 10.652V.117h6.94v10.535z'/%3E%3Cpath id='c' d='M0 23.55h45.427V.148H0z'/%3E%3C/defs%3E%3Cg transform='translate(.273 .003)' fill-rule='evenodd'%3E%3Cg transform='translate(0 .069)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M6.482 3.736c.211.288.34.585.387.89.047.304.07.801.07 1.49v4.536H4.882v-4.7c0-.415-.07-.75-.21-1.006-.183-.359-.53-.538-1.04-.538-.529 0-.93.178-1.204.535-.274.357-.41.866-.41 1.527v4.182H0V.117h2.016v3.477c.373-.369.56-.489.933-.637a3.609 3.609 0 011.286-.227c.474 0 .905.083 1.293.248.387.165.705.418.954.758z' fill='%23BFBFBF' mask='url(%23b)'/%3E%3C/g%3E%3Cpath d='M10.44 4.903c-.285.294-.464.692-.537 1.195h3.473c-.036-.536-.215-.943-.537-1.22-.321-.277-.72-.416-1.196-.416-.517 0-.918.147-1.203.441m3.016-1.743c.538.241.982.622 1.333 1.142.315.458.52.99.614 1.595.054.354.076.865.066 1.531H9.853c.032.775.3 1.317.807 1.629.308.193.678.29 1.111.29.46 0 .833-.118 1.12-.354.156-.127.295-.305.415-.53h2.058c-.054.457-.303.922-.747 1.394-.691.75-1.658 1.125-2.901 1.125A4.2 4.2 0 019 10.032C8.215 9.4 7.823 8.37 7.823 6.945c0-1.337.354-2.362 1.062-3.075.708-.714 1.628-1.07 2.758-1.07.67 0 1.275.12 1.813.361M21.404 5.283c-.274-.457-.718-.686-1.332-.686-.739 0-1.246.347-1.523 1.04-.143.369-.214.836-.214 1.402 0 .897.24 1.527.721 1.89.286.213.624.319 1.015.319.567 0 1-.217 1.298-.652.297-.434.446-1.012.446-1.734 0-.595-.137-1.12-.41-1.579m1.547-1.451c.629.666.943 1.643.943 2.931 0 1.36-.307 2.395-.922 3.108-.614.712-1.406 1.069-2.374 1.069-.618 0-1.13-.154-1.538-.46-.223-.17-.442-.418-.655-.744v3.82H16.41V3.005h1.93v1.14c.22-.335.452-.6.699-.793.45-.345.987-.517 1.609-.517.906 0 1.674.333 2.303.998M26.591 8.257c.043.359.135.613.277.764.251.27.716.404 1.393.404.399 0 .715-.059.95-.177.234-.118.351-.295.351-.531a.573.573 0 00-.283-.517c-.19-.118-.892-.32-2.11-.609-.876-.217-1.493-.488-1.851-.814-.359-.32-.538-.783-.538-1.387 0-.713.28-1.325.84-1.837.56-.512 1.348-.769 2.364-.769.965 0 1.75.193 2.358.577.607.385.956 1.05 1.046 1.993H29.37c-.028-.26-.102-.465-.22-.616-.222-.273-.6-.41-1.135-.41-.44 0-.753.068-.94.205-.187.137-.28.297-.28.481 0 .232.1.4.298.503.199.109.9.295 2.105.56.803.188 1.405.474 1.806.856.397.387.595.87.595 1.451 0 .765-.285 1.389-.855 1.873-.569.483-1.45.725-2.64.725-1.215 0-2.111-.256-2.69-.768-.58-.512-.868-1.164-.868-1.957h2.044z' fill='%23BFBFBF'/%3E%3Cmask id='d' fill='%23fff'%3E%3Cuse xlink:href='%23c'/%3E%3C/mask%3E%3Cpath fill='%23BFBFBF' mask='url(%23d)' d='M32.67 10.72h2.045V3.004h-2.044zM4.97 21.213c.29-.42.435-.972.435-1.656 0-.548-.072-1-.214-1.36-.271-.679-.77-1.019-1.498-1.019-.737 0-1.244.333-1.52.998-.142.354-.213.812-.213 1.374 0 .66.147 1.208.442 1.642.295.434.744.651 1.348.651.523 0 .93-.21 1.22-.63m1.685-4.7c.577.731.865 1.675.865 2.831 0 1.2-.285 2.193-.853 2.98-.57.789-1.363 1.183-2.382 1.183-.64 0-1.155-.127-1.543-.382-.233-.151-.484-.415-.754-.793v.97H0V12.746h2.016v3.844c.256-.358.539-.632.847-.821.366-.236.831-.354 1.396-.354 1.02 0 1.82.366 2.396 1.097M10.64 15.585v4.651c0 .44.052.77.155.991.183.392.542.588 1.077.588.685 0 1.154-.278 1.408-.835.131-.302.197-.701.197-1.197v-4.198h2.045v7.717h-1.96v-1.09a3.778 3.778 0 00-.141.212 1.408 1.408 0 01-.268.311c-.315.283-.62.477-.914.58a3.103 3.103 0 01-1.033.157c-1.138 0-1.905-.411-2.3-1.232-.221-.453-.332-1.12-.332-2.004v-4.651h2.066zM21.36 15.405c.026.002.084.006.174.01v2.067a5.441 5.441 0 00-.58-.035c-.812 0-1.356.264-1.635.793-.156.297-.233.755-.233 1.373v3.689h-2.03v-7.717h1.924v1.345c.311-.514.582-.866.813-1.055.377-.316.868-.474 1.472-.474.037 0 .07.001.095.004M35.122 21.206c.297-.425.446-.974.446-1.65 0-.943-.239-1.618-.715-2.024a1.538 1.538 0 00-1.019-.368c-.59 0-1.022.223-1.298.669-.276.446-.414 1-.414 1.66 0 .713.14 1.283.421 1.71.28.427.706.64 1.277.64.57 0 1.005-.212 1.302-.637m-.495-5.497c.363.205.658.49.884.853v-3.816h2.044v10.556h-1.96v-1.07c-.287.459-.615.791-.983.999-.367.208-.825.311-1.372.311-.9 0-1.659-.364-2.274-1.093-.616-.73-.924-1.665-.924-2.807 0-1.317.303-2.353.91-3.108.606-.755 1.416-1.133 2.43-1.133.466 0 .881.103 1.245.308M27.023 19.566a2.23 2.23 0 01-.39.194 3.31 3.31 0 01-.54.137l-.458.085c-.429.075-.737.167-.924.276-.317.183-.476.468-.476.855 0 .343.097.592.29.745.194.153.43.23.707.23.44 0 .844-.128 1.215-.382.37-.254.562-.718.576-1.392v-.748zm.064 3.742s.014-.728 0-.903c-.28.302-.601.559-.966.77-.435.25-.927.375-1.477.375-.7 0-1.279-.2-1.736-.597-.456-.398-.685-.962-.685-1.692 0-.947.368-1.632 1.102-2.056.403-.23.996-.395 1.778-.494l.69-.085c.375-.047.642-.106.804-.177.289-.122.434-.313.434-.572 0-.315-.111-.533-.333-.653-.222-.12-.547-.18-.977-.18-.482 0-.823.117-1.023.353-.143.174-.239.41-.286.706H22.47c.043-.673.232-1.227.568-1.66.534-.678 1.45-1.017 2.75-1.017.846 0 1.598.167 2.255.501.657.335.985.966.985 1.894v3.532c0 .245.005 1.607.015 1.955h-1.956zM43.407 19.566c-.128.08-.259.144-.39.194-.13.049-.31.095-.54.137l-.458.085c-.429.075-.737.167-.924.276-.317.183-.476.468-.476.855 0 .343.097.592.29.745.194.153.43.23.707.23.44 0 .844-.128 1.215-.382.37-.254.562-.718.576-1.392v-.748zm.064 3.742s.014-.728 0-.903c-.28.302-.601.559-.966.77-.435.25-.927.375-1.477.375-.7 0-1.279-.2-1.736-.597-.456-.398-.685-.962-.685-1.692 0-.947.368-1.632 1.102-2.056.403-.23.996-.395 1.778-.494l.69-.085c.375-.047.643-.106.804-.177.289-.122.434-.313.434-.572 0-.315-.111-.533-.333-.653-.222-.12-.548-.18-.977-.18-.482 0-.823.117-1.023.353-.143.174-.239.41-.286.706h-1.942c.043-.673.232-1.227.567-1.66.535-.678 1.451-1.017 2.752-1.017.845 0 1.597.167 2.254.501.657.335.985.966.985 1.894v3.532c0 .245.005 1.607.015 1.955H43.47zM34.77 1.259a1.11 1.11 0 11-2.22 0 1.11 1.11 0 012.22 0'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 50px;
    width: 50px
}
.HerouselBaseTemplate-OcJVK {
    -webkit-box-shadow: 0 6px 26px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 6px 26px 0 rgba(0, 0, 0, .16);
    max-width: 1088px;
    margin: 0 auto
}

.HerouselBaseTemplate-OcJVK, .HerouselBaseTemplate-OcJVK .HerouselBaseTemplate-140fN {
    border-radius: 8.1px;
    -moz-border-radius: 8.1px;
    -o-border-radius: 8.1px;
    -webkit-border-radius: 8.1px;
    -ms-webkit-radius: 8.1px;
    zoom: 1
}

.HerouselBaseTemplate-OcJVK .HerouselBaseTemplate-140fN {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff
}

.HerouselBaseTemplate-OcJVK .HerouselBaseTemplate-140fN .HerouselBaseTemplate-2vL-f {
    padding: 10px 48px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.HerouselBaseTemplate-OcJVK .HerouselBaseTemplate-140fN .HerouselBaseTemplate-2vL-f .HerouselBaseTemplate-1Z_E- {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 130px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.HerouselBaseTemplate-OcJVK .HerouselBaseTemplate-140fN .HerouselBaseTemplate-2vL-f .HerouselBaseTemplate-1Z_E- .HerouselBaseTemplate-11zGN {
    margin-top: 8px;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: .33px;
    max-height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -moz-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical
}

.HerouselBaseTemplate-OcJVK .HerouselBaseTemplate-140fN .HerouselBaseTemplate-2vL-f .HerouselBaseTemplate-1Z_E- .HerouselBaseTemplate-2BU3k {
    margin-top: 8px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: .34px;
    max-height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -moz-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical
}

.HerouselBaseTemplate-OcJVK .HerouselBaseTemplate-140fN .HerouselBaseTemplate-2vL-f .HerouselBaseTemplate-22V-G {
    margin-top: 24px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -webkit-border-radius: 24px;
    -ms-webkit-radius: 24px;
    zoom: 1;
    margin-right: auto;
    min-width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ff600e
}

.HerouselBaseTemplate-OcJVK .HerouselBaseTemplate-140fN .HerouselBaseTemplate-2vL-f .HerouselBaseTemplate-N5A3I {
    font-size: 14px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -webkit-border-radius: 24px;
    -ms-webkit-radius: 24px;
    zoom: 1;
    font-weight: 600;
    color: #fff;
    line-height: 1.14;
    letter-spacing: -.26px;
    margin: 0 auto;
    padding: 12px 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 300px;
    white-space: nowrap
}

.HerouselBaseTemplate-OcJVK .HerouselBaseTemplate-140fN .HerouselBaseTemplate-2vL-f .HerouselBaseTemplate-3VopK {
    margin-top: auto;
    font-size: 12px;
    line-height: 1.33;
    color: #7b7b7b
}

.HerouselBaseTemplate-OcJVK .HerouselBaseTemplate-140fN .HerouselBaseTemplate-rwl5U {
    padding: 4px;
    width: 680px;
    min-width: 680px
}

.HerouselBaseTemplate-OcJVK .HerouselBaseTemplate-140fN .HerouselBaseTemplate-rwl5U .HerouselBaseTemplate-30G1p {
    border-radius: 8px;
    background-color: #ddd
}
.HerouselBaseTemplate-31 {
    border-radius: 8px;
    background-color: #27ae60
}

.HerouselBaseTemplate-32 {
    border-radius: 8px;
    background-color: #3498db
}

.HerouselBaseTemplate-33 {
    border-radius: 8px;
    background-color: #34495e
}

.HerouselBaseTemplate-35 {
    border-radius: 8px;
    background-color: #004f56
}

.HerouselBaseTemplate-36 {
    border-radius: 8px;
    background-color: #f7d794
}

.HerouselBaseTemplate-39 {
    border-radius: 8px;
    background-color: #dcdde1
}

.HerouselBaseTemplate-OcJVK .HerouselBaseTemplate-140fN .HerouselBaseTemplate-rwl5U .HerouselBaseTemplate-30G1p.HerouselBaseTemplate-2oxeB {
    background-color: #1d1c1c
}

.HerouselBaseTemplate-OcJVK.HerouselBaseTemplate-1WwYF .HerouselBaseTemplate-2BU3k, .HerouselBaseTemplate-OcJVK.HerouselBaseTemplate-1WwYF .HerouselBaseTemplate-11zGN {
    color: #fff
}

.HerouselBaseTemplate-OcJVK.HerouselBaseTemplate-1WwYF .HerouselBaseTemplate-140fN {
    background-color: #0c0c0c
}


.user-block{ margin-top: 20px;}
.user-navigation-container{float:right;} 
.user-navigation-container ul{float:right}
.user-navigation-container ul li{cursor: pointer; text-align: center; margin: 0 0 0 25px; display: inline-block; position: relative;}
.user-navigation-container ul li a{color:#333;}
.user-navigation-container ul li a:hover{cursor: pointer; text-decoration:none; color:#ff5b01!important;}
.user-navigation-container ul li:hover i{cursor: pointer; text-decoration:none; color:#ff5b01!important;}
.user-navigation-container ul li .icon-container{margin:0 auto}
.user-navigation-container ul li .icon-container i{font-size: 26px; color: #222222; transition-property: all; -moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all; transition-duration: .2s; -webkit-transition-duration: .2s; transition-timing-function: linear; -webkit-transition-timing-function: linear; display: block;}
.user-navigation-container ul li span,.user-navigation-container ul li .nav-span{height: 17px; line-height: 17px; font-size: 14px; text-align: center; color: #1b1b1b;}
.user-navigation-container ul li:hover .icon-user{color:#ff5b01; cursor:pointer;transition-property:all;-moz-transition-property:all;-webkit-transition-property:all;-o-transition-property:all;transition-duration:.2s;-webkit-transition-duration:.2s;transition-timing-function:linear;-webkit-transition-timing-function:linear}
.user-navigation-container ul li:hover .icon-heart{color:#ff5b01;cursor:pointer;transition-property:all;-moz-transition-property:all;-webkit-transition-property:all;-o-transition-property:all;transition-duration:.2s;-webkit-transition-duration:.2s;transition-timing-function:linear;-webkit-transition-timing-function:linear}
.user-navigation-container ul li:hover .icon-shopping-cart{color:#ff5b01;cursor:pointer;transition-property:all;-moz-transition-property:all;-webkit-transition-property:all;-o-transition-property:all;transition-duration:.2s;-webkit-transition-duration:.2s;transition-timing-function:linear;-webkit-transition-timing-function:linear}
.user-navigation-container ul li:hover .login-panel-container{display:block!important;z-index:9999999999}
.user-navigation-container ul li .basket-item-count{display: block; position: absolute; top: 2px; width: 18px; height: 18px; line-height: 18px; background-color: #ff5b01; right: 3px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; color: #fff;}
.user-navigation-container ul li .basket-item-count span{font-size: 12px; text-align: left; color: #fff; line-height: 18px; height: 18px;}
.user-navigation-container ul li .login-container{position:relative;display:block}
.user-navigation-container ul li .login-container .login-panel-container{font-weight:400!important;width:174px;position:absolute;top:30px;left:-62px;padding:15px;background-color:#fff;box-shadow:0 4px 3px 1px rgba(0,0,0,.07);border:solid 1px #d6d6d6;z-index:1000;display:none}
.user-navigation-container ul li .login-container .login-panel-container:before{content:"";position:absolute;top:-12px;left:45%;width:26px;height:12px;display:block; background: url(../images/menu-hover-bg.png) no-repeat 0 0;}.user-navigation-container ul li .login-container .login-panel-container:after{content:"";position:absolute;top:-15px;left:0;width:170px;height:30px;display:block}
.user-navigation-container ul li .login-container .login-panel-container .account-button{width:100%;height:34px;line-height:34px;text-align:center;cursor:pointer;}
.user-navigation-container ul li .login-container .login-panel-container .account-button.login{color:#fff;background-color:#ff5b01}
.user-navigation-container ul li .login-container .login-panel-container .account-button.login:hover{color:#fff;background-color:#333;transition-property:all;-moz-transition-property:all;-webkit-transition-property:all;-o-transition-property:all;transition-duration:.2s;-webkit-transition-duration:.2s;transition-timing-function:lienar;-webkit-transition-timing-function:lienar}
.user-navigation-container ul li .login-container .login-panel-container .account-button.register{margin-top:10px;color:#333;border:solid 1px #dedede}
.user-navigation-container ul li .login-container .login-panel-container .account-button.register:hover{color:#ff5b01;border-color:#ff5b01;transition-property:all;-moz-transition-property:all;-webkit-transition-property:all;-o-transition-property:all;transition-duration:.2s;-webkit-transition-duration:.2s;transition-timing-function:lienar;-webkit-transition-timing-function:lienar}

.blog-list{margin-top:20px; padding: 15px; background:#fff; box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);}
.blog-list .page-heading{}
.blog-list .page-heading span{}
.blog-list .blog-list-wapper{margin-top: 0px;}
.blog-list .home_icerik{height:160px; overflow:auto; color: #666;line-height: 24px;padding-right: 7px;}
.blog-list .home_icerik::-webkit-scrollbar{width:7px;background-color:#fff}
.blog-list .home_icerik::-webkit-scrollbar-thumb{border-radius:3px;background-color:#ddd}
.blog-list .home_icerik::-webkit-scrollbar-track{border-radius:3px;background-color:#f1f1f1}
.blog-list .page-heading{font-size:18px}
.blog-list .blog-list-wapper ul li .readmore a{color:#09c}
.blog-list .page-heading span.page-heading-title{border-color:#09c}

.banners2 {
	margin-top: 10px;
    margin-bottom: 10px;
}
.banners {
    padding: 0 10px;
}
.banners2 .item .item-m {
    margin-top: 14px;
}
.banners>div a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #244c58;
    vertical-align: top;
}
.banners>div img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}

.popin {
    display: none;
    background-color: rgba(32,32,32,.95);
    width: 210px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 15px;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    position: fixed;
    left: 50px;
    bottom: 45px;
    z-index: 6;
    border-radius: 5px;
}

.ratingCont .ratingText {
    color: grey;
}

