.g-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 15px !important;
  cursor: pointer;
  text-decoration: none !important;
  border-radius: 0.28571em;
  outline: none;
  background-color: #15c;
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: 0 0px 0px #f9c001;
  font-family: Arial, sans-serif;
  font-size: 16px;
  background-color: rgba(35, 43, 51, 1);
  color: rgba(255, 255, 255, 1) !important;
  font-size: 16px;
  text-align: center;
  text-align-last: center;
  font-weight: 700;
  line-height: 100%;
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 27px;
  border-color: rgba(249, 192, 144, 1) !important;
  border-style: solid;
  border-width: 1px; }

.g-button:hover {
  color: #fff !important;
  background: rgba(35, 43, 51, 1) !important;
  box-shadow: none !important; }

.g-categories__button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 15px 15px 15px 45px !important;
  cursor: pointer;
  text-decoration: none !important;
  border-radius: 0.28571em;
  outline: none;
  background-color: #15c;
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: 0 0px 0px #f9c001;
  font-family: Arial, sans-serif;
  font-size: 16px;
  background-color: rgba(35, 43, 51, 1);
  color: rgba(255, 255, 255, 1) !important;
  font-size: 16px;
  text-align: center;
  text-align-last: center;
  font-weight: 700;
  line-height: 100%;
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 27px;
  border-color: rgba(249, 192, 144, 1) !important;
  border-style: solid;
  border-width: 1px; }

.g-button.g-button--invert {
  background: #232b33 !important;
  color: #fff !important; }
