.p-shop__logo{
	width:180px;
	height:auto;
}

.c-button, .c-button:link, .c-button:hover, .c-button:active, .c-button:visited {
    color: rgb(255,255,255);
}

.c-button {
    background: rgb(172, 173, 174) none repeat scroll 0 0;
    box-shadow: none;
        -webkit-transition: all 300ms ease-out;
           -moz-transition: all 300ms ease-out;
             -o-transition: all 300ms ease-out;
                transition: all 300ms ease-out;
}

.c-button:hover {
    background: rgb(159, 182, 192) none repeat scroll 0 0;
}

.c-alert {
    background: rgb(230, 230, 230) none repeat scroll 0 0;
    color: rgb(0, 0, 0);
    font-size:15px;
}