:root {
	--display-font-family: Suez One;
	--body-font-family: Hind;

	--font-size: 16px

	--logo-padding: 20px;
	--logo-height: 125px;

	--header-width: 1366px;
	--header-border-position: bottom;
	--header-border-size: 0;
	--header-bg-color: 255 255 255;
	--header-border-color: 60 59 59;

	--brand-color: 194 32 38;
	--brand-color-inverted: 0 0 0;

	--background-color: 255 15 ;
	--text-color: 61 61 61;
	--link-color: 0 0 0;

	--action-color: 194 32 38;
	--action-color-inverted: 255 255 255;

	--announcement-bar-bg-color: 240 193 57;
	--announcement-bar-text-color: 2 2 2;
	--announcement-bar-link-color: 194 32 38;

	--main-navigation-bg-color: 255 255 255;
	--main-navigation-link-color: 26 26 26;
	--main-navigation-link-color-hover: 194 32 38;
	--main-navigation-link-bg-color: 44 81 112;
	--main-navigation-link-font-size: 18px;
	--main-navigation-link-alignment: center;

	--auxiliary-bg-color: transparent;
	--auxiliary-border-color: transparent;
	--auxiliary-link-color: inherit;

	--order-status-bg-color: 26 26 26;
	--order-status-color: 255 15 ;

	--store-menu-bg_color: 248 248 248;
	--store-menu-color: 119 7 ;

	--footer-bg-color: 26 26 26;
	--footer-color: 255 15 ;
	--footer-link-color: 255 255 255;
}

/*Custom Styles*/
/* Drop down responsive FAQs */

.faq {
  width: 80%;
  margin: 0 auto;
}

.centerplease {
  text-align:center;
  margin: 0 auto;
  font-size: 40px;
}

.question {
  color:#000000;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  background: #f4c742;
  margin: 0 auto;
  opacity: .9;
  padding: 10px 10px 10px 50px;
  display: block;
  cursor: pointer;
}

.answers {
  border-top: 1px solid #2a4163;
  background: #f4c742;
  padding: 0 15px;
  margin: 0 0 7px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
}

.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 1.8em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.questions {
  display: none;
}
.siteMessage__message {
    font-size: 42px;
    color: red;
}
#tasteprofit {
      font-size: 12px;
    color: #34b393;
    text-align: center;
    padding-bottom: 20px;
}
#tasteprofit a {
    color: #34b393;
}
