.p-shop__logo{
width:200px
}
a {
    color: #000;
}
.c-alert {
    color: #000;
}
.c-button, .c-button:link, .c-button:hover, .c-button:active, .c-button:visited {
    margin: 0 7px;
    color: #000;
    text-decoration: none;
    border: none;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
}
.c-button{
    background: #eff2f4;
    color: #000;
}
.c-button:hover{
    background: #dfe5e8;
}