.p-page__wrap .p-shop__header {
    width: 60%;
    text-align: center;
    padding: 20px auto;
  margin:auto;
}


.p-page__title {
    color: #7f4f21;
    font-size: 24px;
    text-align: center;
    margin: 10px 0 30px;
    line-height: 1.5;
}

.c-alert {
    color: #353535;
    background: rgba(170,212,149, 0.5);
    padding: 20px;
    margin: 30px 0;
    line-height: 1.6;
    text-align: left;
  border-radius:10px;
}

.c-button--primary {
    background: rgba(111, 186, 44, 1.0);
}

.c-button--primary:hover {
    background: rgba(111, 186, 44, 0.6);
}

.c-button {
    background: rgba(127,79,33, 0.5);
    line-height: 1;
    font-size: 13px;
    padding: .75em 1.5em;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
}

.c-button, .c-button:link, .c-button:hover, .c-button:active, .c-button:visited {
    margin: 0 7px;
    color: #fff;
    text-decoration: none;
    border: none;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
}

.c-button:hover {
    background:  rgba(127,79,33, 0.8);
}