.fMiniReg {
  font-family: "fc_minimalregular";
}

.fMiniBold {
  font-family: "fc_minimalbold";
}

.fRaged {
  font-family: "fc_raged";
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  color: #201f1e;
}
a:hover {
  text-decoration: none;
  color: #201f1e;
}

.button-control {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.button-control.btnCenter {
  align-items: center;
  justify-content: center;
}

.btn {
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  min-width: auto;
  max-width: max-content;
  height: auto;
  padding: 0;
  display: flex;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  line-height: normal;
  border: 1px solid transparent;
}
.btn.btnCart {
  width: 68px;
  height: 68px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #609c17;
  max-width: 100%;
}
.btn.btnCart.cWhite path {
  stroke: #ffffff;
}
.btn.btnCart:hover {
  background-color: #EFC35A;
}
.btn.btnPrimary {
  border-radius: 40px;
  padding: 26px 48px;
  color: #ffffff;
  font-size: 22px;
  line-height: 18px;
  background-color: #EFC35A;
}
.btn.btnArrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.btn.btnArrow img {
  width: 100%;
}
.btn.btnOutline {
  border-radius: 40px;
  padding: 20px 32px;
  border: 1px solid #EFC35A;
}
.btn.btnOutline .icons {
  margin-left: 18px;
}
.btn.btnLink:hover {
  color: #EFC35A;
  text-decoration: underline;
}

.icons {
  display: flex;
}

.fzBn-1 {
  font-size: 90px;
  line-height: 130px;
}

.fzBn-2 {
  font-size: 96px;
  line-height: 70px;
}

.fzH-1 {
  font-size: 54px;
  line-height: 60px;
}

.fzH-2 {
  font-size: 48px;
  line-height: 60px;
}

.fzH-3 {
  font-size: 36px;
  line-height: 1.4;
}

.fzH-4 {
  font-size: 30px;
  line-height: 1.4;
}

.fzCon-1 {
  font-size: 26px;
  line-height: 1.4;
}

.fzCon-2 {
  font-size: 28px;
  line-height: 1.4;
}

.fzCon-3 {
  font-size: 20px;
  line-height: 1.4;
}

.fzCon-4 {
  font-size: 18px;
  line-height: 1.4;
}

.fzCon-5 {
  font-size: 16px;
  line-height: 1.4;
}

.fzNote {
  font-size: 14px;
  line-height: 18px;
}

.cWhite {
  color: #ffffff;
}

.cBlack {
  color: #000000;
}

.cGreen {
  color: #609c17;
}

.cRed {
  color: #ed2024;
}

.cOrange {
  color: #EFC35A;
}

.cDarkGray {
  color: #201f1e;
}

.cGray {
  color: #414242;
}

.cGray2 {
  color: #A3A3A3;
}

.cGray3 {
  color: #969696;
}

.cLightGray {
  color: #b5b5b5;
}

.cLightGray2 {
  color: #929292;
}

.bBlack {
  background: #000000;
}

.bGreen {
  background: #7bb52d;
}

.bLightGray {
  background: #e5e5e5;
}

.bRed {
  background: #ed1c24;
}

.bWhite {
  background: #ffffff !important;
}

.text-center {
  display: block;
  text-align: center;
}

.text-left {
  display: block;
  text-align: left;
}

.text-right {
  display: block;
  text-align: right;
}