#shop-template-apto {
    --color-primary: #ffcf00;
    --color-optic-lines: #ffcf00;
    --color-optic-lines-popup: #ffcf00;
}

#shop-template-apto button.mat-flat-button.mat-primary:hover:not(.mat-button-disabled) {
    color: #ffffff;
    background-color: #fcbf00;
}

#shop-template-apto apto-header .logo img {
    max-width: 50%;
    margin: 0 auto;
}

.step .title {
	color:#000000;
}

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