input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

#loading
{
 text-align:center; 
 background: url('../../../assets/sanatoni/img/loader.gif') no-repeat center; 
 height: 150px;
}

.clear-cart{
	width: 28px;
    height: 28px;
    text-align: center;
    color: #c29958;
    cursor: pointer;
    top: -42px;
    right: 4px;
    position: absolute;
}
a {
    color: #555555;
}
a:hover,
a:focus,
a:active {
    color: #c29958;   
}