/* 
	* Theme Name     : Orion
	* Author         : Hasan Basri Balcı
	* Author URI     : www.basribalci.com
	* Email          : hasan@basribalci.com
	* Phone  		 : +90 541 568 30 98
*/

.userTools {
  font-weight: bold;
  color: #000;
}

.userTools * {
  color: #f59d3f;
  font-size: 15px;
}

#sepetGoster .sepet-info, #sepetGoster a.grey:nth-child(1) {
  display: block;
  float: left;
  margin: 0;
  padding: 9;
}

.product-item-badge {
  background-color: white;
  padding: 5px 10px 10px;
  text-align: center;
  border-radius: 6px;
  margin: 0px 3.5px;
}
.product-item-badge[data-control="1"]{  background-color: orange;}

.product-item-badge .product-container {
  background-color: #fff;
  padding: 5px;

}

.product-item-badge > span {
  text-align: center;
  font-weight: 800;
  padding: 5px 0px;
  display: block;
  visibility: hidden;
  border-radius: 0px;
  background-color: white;
  font-weight: bolder;
}
.product-item-badge[data-control="1"] > span{   background-color: orange;visibility: visible;}
