.p-shop__header--logo{
  width: 240px!important;
  margin: auto;
}

.c-button__group > .c-button{
  background: #FEC700;
  color: #42423E;
  height: 52px;
  min-width: 232px;
}
.c-button__group > .c-button:hover{
  background: #d7aa08;
  color: #42423E;
}

.c-button-sm{
  color: #ffffff !important;
  background-color: #42423E;
}
.c-button-sm:hover{
  background-color: #666666;
}
.p-review-product__name{
  padding-top: 10px;
}

.p-page__title{
  color: #E3B200;
  font-size: 24px;
  font-weight: bold;
}

.p-page__wrap .p-shop__header{
  width: 280px!important;
  margin-top: 60px;
}
.p-page__body-inner {
    color: #42423E;
    border: none;
    padding: 0 20px;
}

.p-page__footer{
  display: none;
}