/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.logo-header{
    max-height: 150px;
}
input[type=number] {
    -moz-appearance: textfield;
}
.btn-notice{
    background-color: #490d43;
    border: none;
    color: #fff; 
    border-radius: 5px;
    font-weight: 600;
    padding: 0.2rem 1.5rem;
    transition: 0.3s;
}
.btn-notice:hover{
    background-color: #6a1c50;
    transform: scale(1.02);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.322);
    color: #fff !important;
    
}
img{
    background-color: #fff;
}
.h3.product-title{
    text-transform: uppercase;
}