@charset "utf-8";
/* Ürün Detay */
/****************************/
/*    Ürün Detay    */
/****************************/
.urn_baslik_cerceve {
  width: 100%;
  height: 50px;
  display: table;
  margin: 0px auto;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  background-color: #eee;
  padding-left: 10px;
  padding-right: 10px;
}
.urn_baslik_text {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.nav-tabs {
  font-family: Poppins;
  font-size: 15px;
  font-weight: bold;
}
.borderce {
  font-family: Poppins;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 30px;
  background-color: #fff;
  color: #333;
}
.table.table-unruled > tbody > tr > td, .table.table-unruled > tbody > tr > th {
  border-top: 0 none transparent;
  border-bottom: 0 none transparent;
}
.detay_fiyat1 {
  color: #999;
  font-size: 20px;
  text-decoration: line-through;
}
.detay_fiyat2 {
  color: green;
  font-size: 24px;
  font-weight: bold;
}
.detay_fiyat1_oran {
  color: #379277;
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
}
.fiyatalani {
  padding: 0px 0px 0px 10px;
}
@media (max-width:768px) {
  .fiyatalani {
    text-align: center;
  }
}
/****************************/
/*    //Ürün Detay    */
/****************************/
.rating {
  border: none;
}
.rating > [id^="star"] {
  display: none
}
.rating > label:before {
  margin: 3px;
  font-size: 20px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005"
}
.rating > .half:before {
  content: "\f089";
  position: absolute
}
.rating > label {
  color: #ddd;
  float: right
}
.rating > [id^="star"]:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
  color: #FFD700
}
.rating > [id^="star"]:checked + label:hover, .rating > [id^="star"]:checked ~ label:hover, .rating > label:hover ~ [id^="star"]:checked ~ label, .rating > [id^="star"]:checked ~ label:hover ~ label {
  color: #FFED85
}
.reset-option {
  display: none
}
a.degerlendirme_text {
  font-family: Poppins;
  font-size: 13px;
  color: #666;
  text-decoration: none;
}
a.degerlendirme_text:hover {
  color: #f00;
}
.degerlendirme_oran {
  font-size: 22px;
  padding-right: 0px 10px 0px 0px;
}
/****************************/
/*    Tab Style    */
/****************************/
.urn_accordion .panel-body {
  font-size: 15px;
  color: #666;
  text-decoration: none !important;
}
.urn_accordion .panel-heading a {
  text-decoration: none !important;
  color: #333;
}
/* plus glyph for showing collapsible panels */
.urn_accordion .panel-heading .accordion-plus-toggle:before {
  font-family: FontAwesome;
  content: "\f068";
  float: right;
  color: silver;
}
.urn_accordion .panel-heading .accordion-plus-toggle.collapsed:before {
  content: "\f067";
  color: silver;
}
/* arrow glyph for showing collapsible panels */
.urn_accordion .panel-heading .accordion-arrow-toggle:before {
  font-family: FontAwesome;
  content: "\f078";
  float: right;
  color: silver;
}
.urn_accordion .panel-heading .accordion-arrow-toggle.collapsed:before {
  content: "\f054";
  color: silver;
}
/****************************/
/*    // Tab Style    */
/****************************/

/*---------------------------------
artı eksi btn
----------------------------------*/
a.eksibtn {
  height: 45px;
  width: 35px;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #f00;
  border-radius: 0px;
  margin: 0px;
}
a.eksibtn:hover {
  background-color: red;
  color: #fff;
}
a.artibtn {
  height: 45px;
  width: 35px;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  color: green;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
}
a.artibtn:hover {
  background-color: green;
  color: #fff;
}
.inputadet {
  width: 50px;
  height: 45px;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 0px solid #ccc;
  border-right: 0px solid #ccc;
  background-color: #fff;
  font-size: 17px !important;
  font-weight: bold;
  padding: 0px !important;
  color: #000;
	pointer-events: none; 
}
.inputadet:focus{
	border: none!important;
}

.artieksikap {
  background-color: #a1a1a1;
  display: inline-table
}
 

.sepeteeklebtn{
	font-family: Lato;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	border-radius: 0px;
	padding: 12px 10px;
	overflow: hidden;
	outline: hidden;
	letter-spacing: 1px;
}

.sepeteeklebtn:hover{
	background-color: #000;
	color: #fff;}
.pleftayar{
	padding-left: 10px
}
@media (max-width:768px) {
	.sepeticonmobil{
		font-size: 19px;
	}
.pleftayar{
	padding-left: 0px
}

}

















