.title {
	font-size: 26px;
	color: #242424;
}
.SecenekLabel {
    
 font-size:14px;
 font-weight:600;
 color:#242424;
 
 margin-bottom: 10px !important;
 
    
}

.tab-content  {
  font-size:14px;
  color:#242424;
  font-weight:400;
}

.secenekSelect {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 8px;
  border: 2px solid rgb(0,0,0,0.1);
  border-radius: 5px;
  margin-right: 5px;
  padding: 1rem;
  padding-right: 2rem;
  width:100%;

	
}



#product .spinner input {
    text-align: center;
  }
  #product .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 5%;
    vertical-align: middle;
    display: table-cell;
  }
  #product .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 25px;
    max-width: 25px;
    padding: 8px;
    margin-left: -1px;
    position: relative;
    border-radius: 0 !important;
    padding-top: 10px;
    padding-bottom: 12px;
  }
  #product .input-group-btn-vertical > .btn:first-child {
    border-top-right-radius: 4px;
  }
  #product .input-group-btn-vertical > .btn:last-child {
    margin-top: -2px;
    border-bottom-right-radius: 4px;
  }
  #product .input-group-btn-vertical i {
    position: absolute;
    top: 4px;
    display: flex;
    justify-content: center;
    text-align: center;
  }
 #product .input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 3px;
}
  #product button {
    border-radius:5px !important;
  }


  .productDetail-discount-label {
	position: absolute;
	display: inline-block;
	z-index: 5;
	top: 10px;
	color: #414141;
	right: 25px;
	background-color: #fec303;
	padding: 3px;
	font-weight: 600;
	border-radius: 6px;
}

.productDetail-new-label-div {
	height: 36px;
	width: 75px;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 15px;
}

.productDetail-new-label {
	background-image: linear-gradient(to bottom, #3b51ea 0, #1f14c5 100%);
	height: 24px;
	width: 60px;
	text-align: center;
	-webkit-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	-o-transform: skew(-25deg);
	color: #fff;
	font-weight: 700;
	border-right: 4px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	display: inline-block;
	margin-left: -10px;
}

.compare-btn {
	color: #222 !important;
	border-radius: 0px !important;
	background-color: transparent;
	border: none;
    font-size: 13px;
}
.compare-btn:before{
    font-family: "balistik";
    content: '\f2d0';
    font-size: 16px;
    margin-right: 5px;
}

.wishlist-btn {
	color: #222 !important;
	border-radius: 0px !important;
	background-color: transparent;
	border: none;
    font-size: 13px;
}

.wishlist-btn:before{
    font-family: "balistik";
    content: '\f234';
    font-size: 16px;
    margin-right: 5px;
}

.nav-tabs {
	margin-bottom: 25px;
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 0;
	font-size: 14px;
    color: #5a5555;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #5a5555;
	cursor: default;
	background-color: #fec303;
	border: 1px solid #fec303;
	border-bottom-color: transparent;
}

.brand {
	border: 1px solid #EEE;
	background-color: white;
	width: 110px;
	border-radius: 5px;
}



.brand img {
	width: 100%;
	height: auto;
	display: block;
}

.brand:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.2s ease;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
}



#product hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eee;
}

.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 0;
    margin-top: 90px;
}

.carousel-indicators .active {
	width: 100px;
	height: 50px;
	margin: 0;
	background-color: #fff;
}

.carousel-control.right {
	right: -12px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}


@media (min-width: 641px) and (max-width: 1024px) {
    .title {
        font-size: 18px;
        color: #242424;
        margin-bottom: 15px;
    }
 
    
}

.brand {
      margin-bottom: 15px;
}


.Productgolge {
	-webkit-animation: sticky 2s;
	animation: sticky 2s;
	overflow:auto;
	padding: 25px;
	border:none;
}

.ProductDescription {
	-webkit-animation: sticky 2s;
	animation: sticky 2s;
	overflow:auto;
	padding: 20px;
	border: none;   
}

.FiyatSekmesi {
	line-height: 41px;
	margin: 0;
	padding: 0;
	display: block;
}

.ProductPrice {
    color:rgb(23, 150, 209); 
    font-size:50px; 
    font-weight:600;
    display: block;
	padding: 0;
	margin: 0;
}

.productSpecal {
	color: #575757;
	font-size: 36px;
	font-weight: 600;
	display: block;
	padding: 0;
	margin: 0;
	margin-left: -3px;
}


.ProductOldPrice {
   text-decoration: line-through;
   color:rgba(105, 105, 115, 1); 
   font-size:21px;
   font-weight:600;
   	padding: 0;
	margin: 0;
	display: block;
}

.productDetailLabels {
	position: absolute;
	height: 60px;
	z-index: 5;
	right: 12px;
	top: 0;
	display: flex;
	flex-direction: column;
}

.productDetailLabelsFirst {
	background-color: #3b51ea;
	padding: 3px 10px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	width: 45px;
	margin-bottom:5px;
	display: flex;
	justify-content: center;
}

.productDetailLabelsLast {
	display: flex;
	background-color: #006253;
	padding: 3px 10px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	width: 45px;
	justify-content: center;
}

@media (max-width: 640px) {

.Productgolge {
	-webkit-animation: sticky 2s;
	animation: sticky 2s;
	overflow:auto;
	padding: 2px;
	border: 1px solid #EEE;
}

.brand {
	border: 1px solid #EEE;
	background-color: rgb(255, 255, 255);
	padding: 6px;
	margin-left: 0px;
	float: right;
	margin-top: 0px;
	width: 20%;
	margin-bottom: 10px;
	position: absolute;
	right: 0;
	z-index: 2;
}
    .title {
        font-size: 16px;
        color: #242424;
		margin-top: 15px;
        margin-bottom: 15px;
    }
    

}

.ProductTitle24 {
    color:#242424;
}
.ProductTitle7 {
    color:#777777;
}

.resimRenkSecenegi {
	float: left;
	margin-right: 5px;
	overflow: auto;
	display: block;
}


.resimRenkSecenegi .img-thumbnail {
    border:2px solid rgb(0,0,0, 0.1);
    
}

.resimRenkSecenegi .radio, .checkbox {
	position: relative;
	display: block;
	margin-top: 0px;
	margin-bottom: 14px;
}


.RenkSecenegititle {
 color:#242424;
 margin-bottom: 12px !important;
} 



.resimRenkSecenegi:last-child {
	float: left;
	margin-right: 0px !important;
	overflow:auto;
	display:block;
}


.renkSecenegi {
	position: absolute;
	display: inline-block;
	z-index: 1;
	margin-top: 4px;
    margin-left: 58px;
}


.renkBorder {
	border: 2px solid #fec303;
}


.renkSecenegi i {
	color:#fec303;
}
 
 
table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    background-color: #fff;
}
th, td {
    border: 1px solid #9a9a9a;
    padding: 1px 5px;
    text-align: left;
}
th {
    background-color: #f2f2f2;
    font-weight: 600
}   
        
  
@media (min-width: 1024px) {
    table {
        width: 375px;
    }
}