/* CSS Document */
.modal-info {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  bottom: 15px;
  padding: 10px 30px 0;
  position: fixed;
  right: 0;
  transform: translate(100%, 0px);
  transition: transform 0.3s ease-out 0s;
  z-index: 100;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}
.modal-info.open{
	transform: translate(-20%, 0px);
}





/* Fix Menu Navigation */
.navbar-default .navbar-brand{
	text-transform:none;
}
@media (max-width: 400px) {
.navbar-inverse .navbar-brand {
  background-position: 0 4px;
  background-repeat: no-repeat !important;
  margin-left: 47px;
  overflow: hidden;
  padding-left: 44px;
  text-overflow: ellipsis;
}
}
@media (max-width: 344px) {
.navbar-inverse .navbar-brand {	
	font-size: 20px;
}
}

.cart-total .number{
	font-size:22px;
}
.cart-total .decimal{
	font-size:16px;
}

.select-currency li{
  opacity: 0.3;
}
.select-currency li.selected{
    opacity: 1;
}