body{
	font-family: 'Open Sans', sans-serif !important;
}

ul,li{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

div.blogresim img { 
	max-width: 200px; 
}

.clear{
	clear:both;
}

.topImage{
	border-bottom:5px solid #e0e0e0;
}

#header{
	padding-top:10px;
}

#header .logo a{
	padding-top:25px;
	display:block;
}

.arama .aramaBox{
	position:relative;
}

.arama span{
	color:#676767;
	font-weight:300;
	font-size:12px;
}

.arama span strong{
	font-weight:bold;
	font-size:17px;
}

.arama span i{
	font-size:18px;
	padding-left:10px;
}

.arama .aramaBox .arama-input{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	outline:none;
	width:100%;
	padding:10px 15px;
	margin-top:8px;
	border:2px solid #4787f1;
	font-size:14px;
	color:#4787f1;
	font-weight:300;
}

.arama .aramaBox .arama-input::placeholder{
	color:#4787f1;
}

.arama .aramaBox .arama-input:-ms-input-placeholder{
	color:#4787f1;
}

.arama .aramaBox .arama-input::-ms-input-placeholder{
	color:#4787f1;
}

.arama .aramaBox .arama-button{
	background:#4787f1;
	outline:none;
	border:none;
	color:#fff;
	-webkit-border-radius: 50px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 50px;
	-moz-border-radius-topleft: 0;
	border-radius: 50px;
	border-top-left-radius: 0;
	position: absolute;
	top: 8px;
	right: 0px;
	padding: 11px 20px;
	font-size: 15px;
}

.arama .aramaMenu{
	margin-top:15px;
}

.arama .aramaMenu ul li{
	display:inline-block;
	margin-left:10px;
}

.arama .aramaMenu ul li a{
	font-size:14px;
	color:#4787f1;
	text-decoration:none;
}

.arama .aramaMenu ul li a:hover{
	color:#6d6d6d;
}

.sagBlok .blokMenu{
	margin-bottom:8px;
}

.sagBlok .blokMenu ul li{
	display:inline-block;
	margin-right:15px;
}

.sagBlok .blokMenu ul li a{
	font-size:14px;
	color:#4787f1;
	text-decoration:none;
	border-right:1px solid #4787f1;
	padding: 0px 20px;
}

.sagBlok .blokMenu ul li:last-child a{
	border:none;
}

.sagBlok .blokMenu ul li a:hover{
	color:#6d6d6d;
}

.sagBlok .links{
	margin-top:8px;
}

.sagBlok .links a{
	display:inline-block;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-top-left-radius: 0px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	background:#4787f1;
	text-decoration:none;
	color:#fff;
	padding: 5px 15px;
	margin-right:10px;
}

.sagBlok .links a:hover{
	background:#000000;
}

.sagBlok .links a i{
	float:left;
	font-size:30px;
	padding-right:10px;
}

.sagBlok .links a span{
	display:block;
	float:left;
}

.sagBlok .links .register{
	background:#ec4a47;
}

.sagBlok .links .shopping{
	background:#8751e3;
}

.sagBlok .links .whatsapp{
	background:#5eb662;
}

.sagBlok .infoLinks{
	margin-top:8px;
}

.sagBlok .infoLinks ul li{
	display:inline-block;
	margin-right:15px;
}

.sagBlok .infoLinks ul li a{
	color:#adadad;
	text-decoration:none;
}

.sagBlok .infoLinks ul li a:hover{
	color:#ec4a47;
}

.sagBlok .infoLinks ul li a.active{
	color:#ec4a47;
}

.sagBlok .infoLinks ul li a .fa-chevron-down{
	font-size:11px;
}

.sagBlok .infoLinks ul li a i{
	padding-right:5px;
}

#mainMenu{
	margin-top:10px;
	background:#4787f1;
}

#mainMenu .menuBg{
	width:100%;
	height:2px;
	background:url(../img/mainmenu-bg.png) repeat-x;
}

#mainMenu ul li{
	display:inline-block;
	margin-right:15px;
	padding:10px 0px;
}

#mainMenu ul li a{
	color:#fff;
	text-decoration:none;
	font-size:14px;
}

#mainMenu ul li a:hover{
	color:#ddd;
}

#mainMenu ul li a i{
	margin-right:5px;
}

#mainMenu ul li.dropdown .dropdown-menu{
	background:#4787f1;
}

#mainMenu ul li.dropdown .dropdown-menu>li>a:hover{
	background:none !important;
	color:#ddd;
}

#mMenu{
	margin-top:20px;
}

#mMenu ul li{
	border-bottom:1px solid #ddd;
}

#homeSlider .carousel-indicators li{
	border:none;
	background:#5a5a5a;
}

#homeSlider .carousel-indicators li.active{
	background:#fff;
}

#content{
	margin-top:20px;
}

.iconBox{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #4787f1;
	padding:15px 80px;
}

.iconBox a{
	display:inline-block;
	color:#4787f1;
	text-decoration:none;
	font-size:14px;
	margin-right:65px;
}

.iconBox a:hover span{
	color:#4787f1;
	font-weight:bold;
}

.iconBox a span{
	float:left;
	display:block;
}

.iconBox a i{
	float:left;
	font-size:43px;
	margin-right:10px;
}

.featureBox{
	margin-top:40px;
}

.featureBox .tab-content{
	margin-top:40px;
	position:relative;
}

.featureBox .header span{
	text-transform:uppercase;
	font-size:20px;
	border-left:6px solid #ec4a47;
	color:#4787f1;
	padding-left:13px;
}

.featureBox .tabButon ul li{
	display:inline-block;
	margin-left:40px;
}

.featureBox .tabButon ul li a{
	font-size:18px;
	color:#4b8af1;
	border:1px solid #4b8af1;
	text-decoration:none;
	padding:10px 40px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.featureBox .tabButon ul li.active a{
	background:#4787f1;
	color:#fff;
}

.featureBox .tabButon ul li.active a:hover{
	background:#4787f1;
	color:#fff;
}


#coksatanlar .owl-carousel{
	margin-top:50px;
}

.product-item{
	padding-bottom:20px;
	margin-bottom: 20px;
}

.product-item .inner{
	-webkit-box-shadow: -1px -1px 25px -2px rgba(71,135,241,0.35);
	-moz-box-shadow: -1px -1px 25px -2px rgba(71,135,241,0.35);
	box-shadow: -1px -1px 25px -2px rgba(71,135,241,0.35);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:15px;
	margin-right: 20px;
	position:relative;
}



.product-item .marka a{
	color:#7c7c7c;
	font-weight:bold;
	text-decoration:none;
}

.product-item .marka i{
	margin-right:5px;
	font-size:20px;
	color:#000;
}

.product-item .name{
	margin:13px 0px;
}

.product-item .name a{
	color:#7c7c7c;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}

.product-item .sale{
	color:#ff0b28;
	font-size:15px;
	text-align:center;
}

.product-item .price{
	color:#ff0b28;
	margin-top:10px;
	margin-bottom: 50px;
}

.product-item .price .oldPrice{
	text-decoration:line-through;
}

.product-item .price .newPrice{
	font-size:17px;
	font-weight:bold;
}
.product-item .basket{
	margin-top:10px;
	position: relative;
}

.product-item .basket a{
	background:#4787f1;
	color:#fff;
	padding:10px 15px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	position: absolute;
	left: 25%;
	top: -10px;
	text-decoration:none;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.product-item .basket a:hover{
	background:#333;
}

.product-item .basket a i{
	margin-right:5px;
}

.contentArea-carousel .product-item .basket a{
	background:#ec4a47;
}

.contentArea-carousel .product-item .basket a:hover{
	background:#333;
}

.contentArea-controls{
	background:#8eb9ff;
	width:6%;
	position:absolute;
	right:-30px;
	padding:10px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.contentArea-controls a{
	display:block;
	color:#fff;
	cursor:pointer;
	font-size:20px;
	margin-left:7px;
}

.coksatanlar-controls{
	background:#8eb9ff;
	width:3%;
	position:absolute;
	left:-45px;
	padding:10px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.coksatanlar-controls a{
	display:block;
	color:#fff;
	cursor:pointer;
	font-size:20px;
	margin-left:7px;
}

.yeniurunler-controls{
	background:#8eb9ff;
	width:3%;
	position:absolute;
	left:-45px;
	padding:10px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.yeniurunler-controls a{
	display:block;
	color:#fff;
	cursor:pointer;
	font-size:20px;
	margin-left:7px;
}

.favoriler-controls{
	background:#8eb9ff;
	width:3%;
	position:absolute;
	left:-45px;
	padding:10px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.favoriler-controls a{
	display:block;
	color:#fff;
	cursor:pointer;
	font-size:20px;
	margin-left:7px;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane {
    display: block;     /* undo display:none          */
    height: 0;          /* height:0 is also invisible */ 
    overflow-y: hidden; /* no-overflow                */
}
.tab-content > .active {
    height: auto;       /* let the content decide it  */
} /* bootstrap hack end */

#controlButton{
	display:none;
}

.tab-pane.active #controlButton{
	display:block;
}

.product-item .image{
	text-align:center;
}

.featureBox .slick-slide img{
	display:inherit;
}

.contentBanner{
	margin-top:40px;
}

.contentBanner .itemBanner{
	background:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: -1px -1px 25px -2px rgba(71,135,241,0.48);
-moz-box-shadow: -1px -1px 25px -2px rgba(71,135,241,0.48);
box-shadow: -1px -1px 25px -2px rgba(71,135,241,0.48);
	text-align:center;
	font-size:39px;
	font-weight:bold;
	color:#8d8d8d;
	text-transform:uppercase;
	padding:10px;
}

.contentBanner .itemBanner span{
	font-weight:300;
	font-size:18px;
	display:Block;
}

.contentBanner .buyukBanner{
	margin-top:30px;
	float: left;
	width: 100%;
}

.otherProduct{
	margin-top:40px
}

.otherProduct .header span{
	text-transform:uppercase;
	font-size:20px;
	border-left:6px solid #ec4a47;
	color:#ec4a47;
	padding-left:13px;
}

.otherProduct .product-item .basket a{
	background:#ec4a47;
}

.otherProduct .tabHeader{
	border:1px solid #ec4a47;
	margin:20px 0px;
	padding:10px 40px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.otherProduct .tabHeader ul li{
	display:inline-block;
	margin-right:30px;
}

.otherProduct .tabHeader ul li a{
	text-decoration:none;
	font-size:18px;
	color:#ec4a47;
}

.otherProduct .tabHeader ul li.active a{
	font-weight:bold;
}

.otherProduct .product-item .basket a:hover{
	background:#333;
}

.otherProduct .tab-content{
	position:relative;
}

.tabs-controls{
	background: #ec4a47;
	width: 3%;
	position:absolute;
	right: -45px;
	padding:10px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.tabs-controls a{
	display:block;
	color:#fff;
	cursor:pointer;
	font-size:20px;
	margin-left:7px;
}

.newsBox{
	margin-top:40px;
}

.newsBox .header strong{
	text-transform:uppercase;
	color:#ec4a47;
	font-size:20px;
	font-weight:Bold;
}

.newsBox .header p{
	color:#ec4a47;
	font-size:16px;
	font-weight:300;
	padding:20px 0px;
}

.newsBox .header .newsButton{
	-webkit-border-top-right-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	font-size:16px;
	font-weight:bold;
	border:1px solid #4787f1;
	padding:10px 30px;
	text-decoration:none;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.newsBox .header .newsButton:hover{
	background:#333;
	color:#fff;
	border:1px solid #333;
}

.newsBox .newsList .item .image img{
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}


.newsBox .newsList .item .image::after{
	background: -moz-linear-gradient(180deg, rgba(9,9,121,0) 0%, rgba(71,135,241,0.835171568627451) 43%);
	background: -webkit-linear-gradient(180deg, rgba(9,9,121,0) 0%, rgba(71,135,241,0.835171568627451) 43%);
	background: linear-gradient(180deg, rgba(9,9,121,0) 0%, rgba(71,135,241,0.835171568627451) 43%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#090979",endColorstr="#4787f1",GradientType=1);
	 display: block;
	 content: '';
	 height: 150px;
	 margin-top: -150px;
	 position: relative;
	 -webkit-border-bottom-right-radius: 30px;
	 -webkit-border-bottom-left-radius: 30px;
	 -moz-border-radius-bottomright: 30px;
	 -moz-border-radius-bottomleft: 30px;
	 border-bottom-right-radius: 30px;
	 border-bottom-left-radius: 30px;
}

.newsBox .newsList .item .inner{
	position:relative;
}

.newsBox .newsList .item .links{
	position:absolute;
	padding:15px;
	top: 0;
}

.newsBox .newsList .item .links .author span{
	color:#fff;
	font-size:10px;
}

.newsBox .newsList .item .links .author strong{
	color:#fff;
	font-size:10px;
	display:block;
}

.newsBox .newsList .item .links .title a{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

.newsBox .newsList .item .links .title{
	margin-top:30px;
}

.newsBox .newsList .item .links .title p{
	font-size:12px;
	color:#fff;
	padding-top:10px;
}

.footer{
	margin-top:40px;
	background:#f4f4f4;
}

.footerTop{
	background:#c8ddff;
	padding:15px 0px;
}

.footerTop .newsletter{
	color:#4787f1;
	font-size:16px;
}

.footerTop .newsletter span{
	display:block;
	font-size:10px;
}

.footerTop .newsletter form .newsletter-input{
	border:none;
	background:#4787f1;
	color:#fff;
	color:#fff;
	padding:10px;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	font-size:14px;
	outline:none;
}

.footerTop .newsletter form .newsletter-button{
	background:#5093ff;
	border:none;
	outline:none;
	color:#fff;
	padding:10px;
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	margin-left: -4px;
	font-size:14px;
}

.footerTop .newsletter form .newsletter-input::placeholder{
	color:#fff;
}

.footerTop .social{
	text-align:right;
	padding-top:10px;
}

.footerTop .social ul li{
	display:inline-block;
	margin-right:20px;
}

.footerTop .social ul li a{
	font-size:17px;
	text-decoration:none;
	color:#4787f1;
}

.footerTop .social ul li a:hover{
	color:#5093ff;
}

.footerTop .social ul li.title{
	font-size:14px;
	color:#4787f1;
}

.footer .informations{
	margin-top:30px;
}

.footer .informations ul li{
	margin-bottom:5px;
}

.footer .informations ul li a i{
	margin-right:3px;
}

.footer .informations ul li.title{
	font-weight:bold;
	color:#4787f1;
	font-size:17px;
}

.footer .informations ul li a{
	text-decoration:none;
	color:#4787f1;
	font-size:15px;
}

.footer .informations p{
	color:#4787f1;
	font-size:12px;
}

.footer .banks img{
	padding:30px 0px;
}

.footer .footer-copyright{
	background:#4787f1;
	color:#fff;
	font-size:14px;
	padding:15px 0px;
}

.footer .footer-copyright .customerSupport i{
	margin-right:5px;
}

.navigator .breadcrumb{
	background:none;
}

.navigator .breadcrumb li{
	font-size:12px;
	color:#8f8f8f;
}

.navigator .breadcrumb li.active{
	font-size:12px;
	color:#8f8f8f;
	font-weight:bold;
}

.navigator .breadcrumb li a{
	font-size:12px;
	color:#8f8f8f;
	text-decoration:none;
}

.leftSidebar .widget{
	-webkit-box-shadow: -1px -1px 25px -2px rgba(71,135,241,0.35);
	-moz-box-shadow: -1px -1px 25px -2px rgba(71,135,241,0.35);
	box-shadow: -1px -1px 25px -2px rgba(71,135,241,0.35);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:15px;
}

.leftSidebar .widget .header span{
	font-weight:bold;
	font-size:16px;
	color:#4787f1;
}

.leftSidebar .widget{
	margin-bottom:40px;
}


.leftSidebar .widget .header span a i{
	color:#8f8f8f;
	font-size:30px;
	margin-top:-20px;
}

.leftSidebar .widget ul {
	margin-top:20px;
}

.leftSidebar .widget ul li{
	margin-bottom:13px;
}

.leftSidebar .widget ul li a{
	text-decoration:none;
	color:#8e8e8e;
	font-size:13px;
}

.leftSidebar .widget ul li a:hover{
	color:#333;
}

.productList .productListHeader h1{
	font-weight:bold;
	color:#4787f1;
	font-size:20px;
	margin:0px;
}

.productList .productListHeader span{
	color:#767676;
	font-size:12px;
}


.productList .urunListe{
	margin-top:20px;
}

.productList .urunListe .product-item .basket a{
	background:#ec4a47;
}

.productList .urunListe .product-item .basket a:hover{
	background:#333;
}

.productList .loadButton{
	margin-top:40px;
}

.productList .loadButton a{
	background:#4787f1;
	color:#fff;
	text-transform:uppercase;
	padding:15px 80px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-decoration:none;
	 -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}


.productList .loadButton a:hover{
	background:#333;
}

.priceArea .form-group{
	display:inline-block;
}

#markaCollapse .form-group{
	margin-bottom:0px;
}

#notCollapse .form-group{
	margin-bottom:0px;
}

input[type=checkbox], input[type=radio] {
    display: none;
}

label{
	font-size:14px;
	color:#8e8e8e;
	font-weight:normal;
}

/* Checkboxes */
input[type=checkbox] + label span {
    border: 1px solid #4787f1;
    font-size: 20px;
    color: #4787f1;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 0.25em;
    margin: 4px 8px 8px 8px;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
 input[type=checkbox]:checked + label span::after {
    content: "\2713";
}

/* Radio buttons */
 input[type=radio] + label span {
    border: 1px solid #4787f1;
    border-radius: 50%;
    font-size: 40pt;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 0.35em;
    margin: 4px 8px 8px 8px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;

}
 input[type=radio]:checked + label span {
    background: #4787f1;
}

#notCollapse i{
	color:#fac917;
	font-size:11px;
	margin-right:3px;
}

#notCollapse b i{
	color:#edeaea;
}

#fiyatCollapse{
	text-align:Center;
}

#fiyatCollapse .input-group-addon{
	padding:3px;
	background:#fff;
	color:#4787f1;
	font-weight:bold;
	border-color:#e1e1e1;
}

#fiyatCollapse .form-group{
	margin-top:20px;
	margin-bottom:0px;
}

#fiyatCollapse .filterButton{
	background:#4787f1;
	border:none;
	outline:none;
	color:#fff;
	text-align:center;
	padding: 5px 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
		-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

#fiyatCollapse .filterButton:hover{
	background:#333;
}

.min .form-control{
	border-left:none;
	border-right:none;
	box-shadow:none;
	outline:none;
	border-color:#e1e1e1;
}

.max .form-control{
	border-left:none;
	border-right:none;
	box-shadow:none;
	outline:none;
	border-color:#e1e1e1;
}

.urunDetay .container{
	-webkit-box-shadow: -1px -1px 25px -2px rgba(71,135,241,0.32);
    -moz-box-shadow: -1px -1px 25px -2px rgba(71,135,241,0.32);
    box-shadow: -1px -1px 25px -2px rgba(71,135,241,0.32);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.urunDetay .resimler h1{
	padding:0px;
	margin:0px;
	color:#4787f1;
	font-size:24px;
	font-weight:Bold;
}

#detayResim {
    margin-top:  10px;
    width: 100%;
}
#detayResim .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#detayResim .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    width: auto;
    margin-left: 10px;
}
#detayResim .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#detayResim .carousel-indicators li.active img {
    opacity: 1;
}
#detayResim .carousel-indicators li:hover img {
    opacity: 0.75;
}
#detayResim .carousel-outer {
    position: relative;
}
.carousel-control.left {
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    left: 20px;
    margin-top: -27px;
    line-height: 54px;
    border: 2px solid #fff;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.carousel-control.right {
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    right: 20px;
    margin-top: -27px;
    line-height: 54px;
    border: 2px solid #fff;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.urunTab{
	margin-top:40px;
}

.urunTab .nav li a{
	font-size:18px;
	color:#5093ff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-left: 50px;
	padding-right: 50px;
}

.urunTab .nav li{
	margin-right:50px;
}

.urunTab .nav li.active a{
	background:#5093ff;
	color:#fff;
}

.urunTab .tab-content{
	padding:10px;
}

.urunTab .tab-content p{
	margin-top:20px;
}

.urunTab{
	color:#a3a3a3;
	font-size:16px;
}

.benzerUrunler{
	margin-top:40px;
}

.benzerUrunler .header{
	text-align:center;
}

.benzerUrunler .header span{
	background:#fdfdfd;
	-webkit-box-shadow: -1px -1px 25px -2px rgba(71,135,241,0.35);
	-moz-box-shadow: -1px -1px 25px -2px rgba(71,135,241,0.35);
	box-shadow: -1px -1px 25px -2px rgba(71,135,241,0.35);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	padding: 15px 80px;
	font-size: 20px;
	color: #5093ff;
}

.benzerUrunler .urunListe{
	margin-top:40px;
}

.benzerUrunler .urunListe .product-item .basket a{
	background:#ec4a47;
}

.benzerUrunler .urunListe .product-item .basket a:hover{
	background:#333;
}

.urunDetay .bilgiler .modelNumber li{
	color:#ec4a47;
	font-size:14px;
	margin-bottom:5px;
}

.urunDetay .reviewNumber span{
	color:#1f93cf;
	font-size:14px;
	margin-bottom:5px;
	font-size:12px;
	display:block;
	float:left;
}

.urunDetay .reviewNumber .stars{
	float:left;
	margin-left:10px;
	font-size:12px;
	color:#0066b8;
}

.urunDetay .price{
	border:1px solid #5093ff;
	float:left;
	width:100%;
	margin-top:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:5px 10px;
	position:relative;
}

.urunDetay .price .specialPrice, .oldPrice{
	float:left;
}

.urunDetay .price .specialPrice span{
	font-weight:bold;
	font-size:14px;
	color:#4787f1;
	padding-right:8px;
}

.urunDetay .price .specialPrice b{
	font-size:20px;
	color:#4787f1;
}

.urunDetay .price .specialPrice b i{
	font-size:20px;
}

.urunDetay .price .oldPrice{
	font-size:15px;
	color:#4787f1;
	margin-left:20px;
	margin-top:5px;
}

.urunDetay .price .oldPrice b{
	text-decoration:line-through;
}

.urunDetay .price .datePrice{
	background:#b8ccda;
	font-size:13px;
	right: -1px;
	width:30%;
	color:#4787f1;
	font-weight:bold;
	text-align:center;
	position:absolute;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 3px;
	top: -2px;
}

.options.color .mavi{
	background:#0066b8;
}

.options.color .turuncu{
	background:#ff8500;
}

.options.color .mor{
	background:#ff3c72;
}

.options.color .siyah{
	background:#000;
}

.options.color .lacivert{
	background:#312783;
}

.options.color .turkuaz{
	background:#25b4b1;
}

.options.color ul{
	margin-top:10px;
}

.options.color ul li{
	margin-right:5px;
	display:inline-block;
}

.options.color ul li a{
	width:20px;
	height:20px;
	display:block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.options.color ul li a.active{
	border:2px solid #9f539d;
}

.options{
	margin-top:20px;
}

.options.color span{
	font-weight:bold;
	color:#4787f1;
	font-size:14px;
}

.options.beden span{
	font-weight:bold;
	color:#4787f1;
	font-size:14px;
}

.options.beden ul{
	margin-top:20px;
}

.options.beden ul li{
	display:inline-block;
	margin-right:30px;
}

.options.beden ul li a{
	text-align:center;
	text-decoration:none;
	border:1px solid #000;
	padding:5px 25px;
	font-weight:bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.options.beden ul li a.active{
	background:#333;
	color:#fff !important;
}

.options.beden ul li:nth-child(1) a{
	color:#25b4b1;
	border-color:#25b4b1;
}

.options.beden ul li:nth-child(2) a{
	color:#ff8500;
	border-color:#ff8500;
}

.options.beden ul li:nth-child(3) a{
	color:#0066b8;
	border-color:#0066b8;
}

.options.beden ul li:nth-child(4) a{
	color:#ff3c72;
	border-color:#ff3c72;
}

.urunDetay .sepetEkle{
	margin-top:40px;
}

.urunDetay .sepetEkle .adet span{
	display:block;
	font-size:14px;
	color:#ec4a47;
	margin-bottom:7px;
}

.urunDetay .sepetEkle .adet select{
	border:1px solid #ec4a47;
	font-weight:bold;
	background: #fff;
	color:#ec4a47;
	padding:8px 40px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	outline:none;
}

.urunDetay .sepetEkle .button-cart{
	background:#ec4a47;
	color:#fff;
	outline:none;
	border:none;
	padding:10px 30px;
	font-size:18px;
	font-weight:bold;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-top:20px;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}


.urunDetay .sepetEkle .button-cart:hover{
	background:#333;
}

.urunDetay .sepetEkle .button-cart i{
	margin:0px 14px;
}

.urunDetay .sepetEkle .shopier-cart{
	background:#39bda0;
	color:#fff;
	outline:none;
	border:none;
	padding:10px 30px;
	font-size:18px;
	font-weight:bold;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-top:20px;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}


.urunDetay .sepetEkle .shopier-cart:hover{
	background:#333;
}

.urunDetay .sepetEkle .shopier-cart i{
	margin:0px 14px;
}




.urunDetay .whatsapp{
	text-align:center;
	margin-top:30px;
}

.urunDetay .whatsapp a{
	background:#23b14c;
	display:block;
	color:#fff;
	padding:13px 7px;
	font-size:15px;
	text-decoration:none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.urunDetay .whatsapp a i{
	font-size:20px;
	margin-right:5px;
}

.urunDetay .taksit{
	margin-top:30px;
}

.urunDetay .taksit .heading{
	border-bottom:2px solid #d6dfe1;
	width:70%;
	font-size:14px;
	color:#4787f1;
	text-transform:uppercase;
	padding-bottom:10px;
}

.urunDetay .taksit .heading span{
	border-bottom:2px solid #4787f1;
	padding-bottom:10px;
}

.urunDetay .taksit .content p{
	color:#4787f1;
	font-size:14px;
	margin-top:10px;
}

.urunDetay .taksit .buttons{
	margin-top:15px;
}


.urunDetay .taksit .buttons a{
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	color:#2a2a2a;
	padding:5px;
	text-transform:uppercase;
	text-align:center;
	display:inline-block;
	width: 70px;
	margin-right: 20px;
	background:#fdfdfd;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(204,194,204,1);
	-moz-box-shadow: 0px 0px 13px 0px rgba(204,194,204,1);
	box-shadow: 0px 0px 13px 0px rgba(204,194,204,1);
}

.urunDetay .taksit .buttons a:hover{
	background:#333;
	color:#fff;
}

.urunDetay .taksit .buttons a.active{
	background:#333;
	color:#fff;
}

.thumbnailsImage{
	position:relative;
}

.thumbnailsImage .solKontrol, .sagKontrol{
	background:#5093ff;
	color:#fff !important;
	z-index:999;
	position:absolute;
	top:50%;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.thumbnailsImage .solKontrol{
	left:0px;
}

.thumbnailsImage .sagKontrol{
	right:0px;
}

#upButton{
	position: fixed;
	font-size:16px;
	color:#4787f1;
	bottom: 20px;
	right: 40px;
	text-decoration:none;
	cursor:pointer;
	display:none;
}

#upButton span{
	display:block;
}

#upButton i{
	background:#4787f1;
	color:#fff;
	padding:20px;
}

.custom-scoll {
    top: 50px !important;
    position: fixed;
    z-index: 99;
    transition: 0.6s all ease 0s;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
    right: 150px;
    margin-top: 230px;
}

.custom-scoll .scoll-cate {
    border-radius: 3px;
}

.custom-scoll .scoll-cate li {
    width: 40px;
    height: 40px;
    display: block;
    font-size: 25px;
    cursor: pointer;
    text-align: center;
    transition: 0.3s all ease 0s;
    -webkit-transition: 0.3s all ease 0s;
    position: relative;
    background: #fff;
    border: 1px solid #e4e4e4;
}

.custom-scoll .scoll-cate li a {
    display: block;
    width: 40px;
    height: 40px;
    color: #cbcbcb;
}

.custom-scoll .scoll-cate li:hover {
    width: auto;
    background-color: #ff5e00;
    border: 1px solid transparent;
}

.custom-scoll .scoll-cate li:hover span {
    opacity: 1;
    width: auto;
    margin-top: -1px;
}

.custom-scoll .scoll-cate li.active {
    background-color: #ff5e00;
}

.custom-scoll .scoll-cate li span {
    transition: 0.3s all ease 0s;
    -webkit-transition: 0.3s all ease 0s;
    opacity: 0;
    position: absolute;
    top: 0;
    padding: 10px 10px;
    line-height: 20px;
    background-color: #ff5e00;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    color: #fff;
    width: auto;
    font-size: 14px;
    text-transform: capitalize;
    right: 100%;
}

.custom-scoll .scoll-cate li.item1:hover,
 .custom-scoll .scoll-cate li.item1.active {
      background-color: #3a559f;
 }
  
.custom-scoll .scoll-cate li.item1:hover span,
.custom-scoll .scoll-cate li.item1.active span {
      background-color: #3a559f;
}

.custom-scoll .scoll-cate li.item2:hover,
 .custom-scoll .scoll-cate li.item2.active {
      background-color: #E1306C;
 }
  
.custom-scoll .scoll-cate li.item2:hover span,
.custom-scoll .scoll-cate li.item2.active span {
      background-color: #E1306C;
}

.custom-scoll .scoll-cate li.item3:hover,
 .custom-scoll .scoll-cate li.item3.active {
      background-color: #9f539d;
 }
  
.custom-scoll .scoll-cate li.item3:hover span,
.custom-scoll .scoll-cate li.item3.active span {
      background-color: #9f539d;
}

.custom-scoll .scoll-cate li.item4:hover,
 .custom-scoll .scoll-cate li.item4.active {
      background-color: #5eb662;
 }
  
.custom-scoll .scoll-cate li.item4:hover span,
.custom-scoll .scoll-cate li.item4.active span {
      background-color: #5eb662;
}

.custom-scoll .scoll-cate li:hover a{
	color:#fff;
}
