/* Fiyatlandırma filtresi kısmı */
/*
.jslider .jslider-bg i, .jslider .jslider-pointer{background:none !important;}
*/
.jslider .jslider-bg .v{height: 2px;background-color: #fbb710;}
.jslider .jslider-bg .f{background-color: #c7d2d8;}
.jslider .jslider-pointer{
    background-color: #fff !important;
    top: -7px;
    width: 18px;
    height: 18px;
    margin: 0;
    border: 2px solid #fbb710;
    border-radius: 50%;
}
.jslider .jslider-bg i, .jslider .jslider-pointer{background-image:none !important;}
.form-check span.jslider {width:100%;}
/* Fiyatlandırma filtresi kısmı bitiş */

/*Üye ol, Sepet sayfası, BUTTON*/
	input.formGonderButton:hover, .sf-primary-button:hover, .sf-negative-button:hover, .suggest .submit:hover, .sf-button:hover, .green-button:hover{
		background-color:#131212 !important;color:#f4f4f4;opacity:1;}
	input.formGonderButton, .sf-primary-button, .sf-negative-button, .suggest .submit, .sf-button, .green-button{
		display: inline-block;
		min-width: 160px;
		height: 45px;
		color: #ffffff;
		border: none;
		border-radius: 0;
		padding: 0 7px;
		font-size: 16px;
		line-height: 46px;
		background-color: #fbb710;
		font-weight: 400;
	}
	.suggest .submit{background-color: #fbb710 !important;padding:0 !important;}
/*Üye ol, Sepet sayfası, BUTTON BİTİŞ*/

/*Düzenlemeler Temanın çalaşabilmesi için*/
.sf-form-container > ul > li{position:inherit;}
.urunsirala td span{text-decoration:none;color:#4a4a4a}
a.gallery_img > img {/*max-height: 350px;*/}
.sf-primary-button:hover{border-bottom:3px solid #131212 !important;}
.kmt-50{padding:50px 0;}
/*Düzenlemeler Temanın çalaşabilmesi için bitiş*/

/*Footer Link kısmı düzenleme*/
.navbar-nave{float:right;width:100%;}
.navbar-nave li {padding: 8px 16px;color: #fff;text-transform: uppercase;font-size: 14px;float:right;}
.navbar-nave li a{color:#fff;}
.navbar-nave li a:hover{color:#fbb710;}
/*Footer Link kısmı düzenleme - Bitiş*/

/*Breadcub css başlangıç*/
.BreadCrumb{color: #242424;font-size: 14px;text-transform: uppercase;}
a.BreadCrumb:hover{font-size:13px;}
/*Breadcub css başlangıç Bitiş*/



/*Sonradan eklemeler - Var olup üzerine Girdi eklendi*/
.single-product-wrapper .product-img img{max-height:310px;}
.sf-form-input, .sf-form-textarea, .sf-form-select{padding:4.5px !important;font-size:0.95em !important;}
.single-product-area2 {width: 100% !important;max-width: 100% !important;flex:0 0 calc(100% - 550px) !important;}
.soru img{margin-top:8px;}
.soru {padding: 5px;background: #fbb710;border: 1px solid #131212;margin: 8px 0;color: #545151;}
body {font-family: Verdana, Geneva, Arial;}
.single-product-wrapper .product-img img{width:auto;}
img{max-width:auto;}

.urunlistliteshow img, .urunlistliteshow a img.hover-img{height:150px;}

.single-product-wrapper .product-img .hover-img {
    -webkit-transition-duration: 1500ms;
    transition-duration: 1500ms;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.5, 1.5);
}
.main-content-wrapper .single-product-area .single_product_desc .cart .amado-btn {
    width: 210px;
    height: 60px;
    line-height: 60px;
}
/*Sonradan eklemeler - Var olup üzerine Girdi eklendi - Bitiş Bölümü*/




/*Mobil için CSS Başlıyor*/
  @media only screen and (max-width: 990px){
	  .main-content-wrapper .header-area .amado-nav li a::after{left:-100px;}
	  .main-content-wrapper .single-product-area .single_product_desc .cart .amado-btn{height:40px;line-height:40px;width:120px;}
  }
  @media only screen and (max-width: 1199px) and (min-width: 768px){
	  .single-mobile-calistir{width:100% !important;max-width:100% !important;}
  }