#shop-template-apto {
    --color-primary: #af8f5e;
    --color-optic-lines: #dddad6;
    --color-optic-lines-popup: ##dddad6;
    --color-background-footer: #ecebe6;
}

#shop-template-apto apto-header .logo img {
    width: 400px;
    margin: 0 auto;
}

#shop-template-apto button.mat-flat-button.mat-primary:hover:not(.mat-button-disabled), #shop-template-apto .login-button:hover {
    color: #af8f5e;
    background-color: #ecebe6;
}

@media only screen and (max-width: 768px) {
    #shop-template-apto apto-header .logo img {
        width: 250px;
    }
}