
		* {
  margin: 0;
  padding: 0;
  
}



.cont {
  /*width: 93%;
  max-width: 350px;*/
  text-align: center;
  margin: 4% auto;
  padding: 30px 0;
  background: #111;
  color: #EEE;
  border-radius: 5px;
  border: thin solid #444;
  overflow: hidden;
}

hr {
  /*margin: 20px;*/
  border-bottom: thin solid #cdcdcd);
}

div.title { font-size: 2em; }

h1 span {
  font-weight: 300;
  color: #8e1446;
}

div.stars {
  /*width: 270px;*/
  display: inline-block;
}

input.star { display: none; }

label.star {
  float: right;
  padding: 10px;
  font-size:22px;
  color: #444;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #d6644a;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color:#8e1446;
  text-shadow: 0 0 20px #d6644a;
}

input.star-1:checked ~ label.star:before { color: #d6644a; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}


 .badge-notify{
    background:red;
    position:relative;
    top: -20px;
    right: 10px;
  }
  .my-cart-icon-affix {
    position: fixed;
    z-index: 999;
  }
  
  
  .count-input {
    position: relative;
    width:100%;
    margin: 10px 0px;
    display: inline-flex;
}
		
		
		
 /* The alert message box */
.alert {
    padding: 15px;
    background-color: #f8be50 ; /* Red */
    color: white;
    margin-bottom: 15px;
	width:100%;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
} 

