/*vars*/
@font-face {
  font-family: "latoregular";
  src: url("../fonts/lato/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*mixins*/
/*Grid*/
.col-md-1 {
  width: 8.3333333333%;
}

.col-md-2 {
  width: 16.6666666667%;
}

.col-md-3 {
  width: 25%;
}

.col-md-4 {
  width: 33.3333333333%;
}

.col-md-5 {
  width: 41.6666666667%;
}

.col-md-6 {
  width: 50%;
}

.col-md-7 {
  width: 58.3333333333%;
}

.col-md-8 {
  width: 66.6666666667%;
}

.col-md-9 {
  width: 75%;
}

.col-md-10 {
  width: 83.3333333333%;
}

.col-md-11 {
  width: 91.6666666667%;
}

.col-md-12 {
  width: 100%;
}

.col-offset-md-1 {
  margin-left: 8.3333333333%;
}

.col-offset-md-2 {
  margin-left: 16.6666666667%;
}

.col-offset-md-3 {
  margin-left: 25%;
}

.col-offset-md-4 {
  margin-left: 33.3333333333%;
}

.col-offset-md-5 {
  margin-left: 41.6666666667%;
}

.col-offset-md-6 {
  margin-left: 50%;
}

.col-offset-md-7 {
  margin-left: 58.3333333333%;
}

.col-offset-md-8 {
  margin-left: 66.6666666667%;
}

.col-offset-md-9 {
  margin-left: 75%;
}

.col-offset-md-10 {
  margin-left: 83.3333333333%;
}

.col-offset-md-11 {
  margin-left: 91.6666666667%;
}

.col-offset-md-12 {
  margin-left: 100%;
}

@media (max-width: 480px) {
  .col-xs-1 {
    width: 8.3333333333%;
  }

  .col-xs-2 {
    width: 16.6666666667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.3333333333%;
  }

  .col-xs-5 {
    width: 41.6666666667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.3333333333%;
  }

  .col-xs-8 {
    width: 66.6666666667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.3333333333%;
  }

  .col-xs-11 {
    width: 91.6666666667%;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .col-offset-xs-2 {
    margin-left: 16.6666666667%;
  }

  .col-offset-xs-3 {
    margin-left: 25%;
  }

  .col-offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .col-offset-xs-5 {
    margin-left: 41.6666666667%;
  }

  .col-offset-xs-6 {
    margin-left: 50%;
  }

  .col-offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .col-offset-xs-8 {
    margin-left: 66.6666666667%;
  }

  .col-offset-xs-9 {
    margin-left: 75%;
  }

  .col-offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .col-offset-xs-11 {
    margin-left: 91.6666666667%;
  }

  .col-offset-xs-12 {
    margin-left: 100%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .col-offset-xs-2 {
    margin-left: 16.6666666667%;
  }

  .col-offset-xs-3 {
    margin-left: 25%;
  }

  .col-offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .col-offset-xs-5 {
    margin-left: 41.6666666667%;
  }

  .col-offset-xs-6 {
    margin-left: 50%;
  }

  .col-offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .col-offset-xs-8 {
    margin-left: 66.6666666667%;
  }

  .col-offset-xs-9 {
    margin-left: 75%;
  }

  .col-offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .col-offset-xs-11 {
    margin-left: 91.6666666667%;
  }

  .col-offset-xs-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1248px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .col-offset-xs-2 {
    margin-left: 16.6666666667%;
  }

  .col-offset-xs-3 {
    margin-left: 25%;
  }

  .col-offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .col-offset-xs-5 {
    margin-left: 41.6666666667%;
  }

  .col-offset-xs-6 {
    margin-left: 50%;
  }

  .col-offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .col-offset-xs-8 {
    margin-left: 66.6666666667%;
  }

  .col-offset-xs-9 {
    margin-left: 75%;
  }

  .col-offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .col-offset-xs-11 {
    margin-left: 91.6666666667%;
  }

  .col-offset-xs-12 {
    margin-left: 100%;
  }
}
@media screen and (max-width: 640px) {
  .hidden-xs {
    display: none !important;
  }
}

.visible-xs {
  display: none;
}
@media screen and (max-width: 640px) {
  .visible-xs {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .hidden-sm {
    display: none;
  }
}

.visible-sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .visible-sm {
    display: block;
  }
}

.container-600 {
  max-width: 600px;
  margin: 0 auto;
}

.back-btns {
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 5;
  transition: all 1s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .back-btns {
    right: 15px;
  }
}
.back-btns.visible {
  opacity: 1;
  visibility: visible;
}
.back-btns a {
  display: block;
  margin-bottom: 20px;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .back-btns a {
    margin-bottom: 5px;
  }
}
.back-btns a.back-top:hover {
  transform: translateY(-5px);
}
.back-btns a.back-page:hover {
  transform: translateX(5px);
}

.bnr {
  background-image: url("../../../common_files/images/recipe-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .bnr {
    padding-top: 70px;
    padding-bottom: 35px;
  }
}
.bnr .bnr-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 340px;
  text-align: center;
  padding: 0 15px;
}
.bnr .bnr-container .bnr-bg-left,
.bnr .bnr-container .bnr-bg-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .bnr .bnr-container .bnr-bg-left,
.bnr .bnr-container .bnr-bg-right {
    width: 25%;
  }
}
@media screen and (max-width: 640px) {
  .bnr .bnr-container .bnr-bg-left,
.bnr .bnr-container .bnr-bg-right {
    background-size: auto 100%;
    top: -30px;
    bottom: -30px;
    width: 100%;
  }
}
.bnr .bnr-container .bnr-bg-left {
  left: 0;
  background-image: url("../images/top/bnr-bg-left.png");
  background-position: right center;
}
@media screen and (max-width: 768px) {
  .bnr .bnr-container .bnr-bg-left {
    left: 0;
    background-position: left center;
    background-image: url("../images/top/bnr-bg-left-xs.png");
  }
}
@media screen and (max-width: 640px) {
  .bnr .bnr-container .bnr-bg-left {
    left: -30px;
  }
}
.bnr .bnr-container .bnr-bg-right {
  right: 0;
  background-image: url("../images/top/bnr-bg-right.png");
  background-position: left center;
}
@media screen and (max-width: 768px) {
  .bnr .bnr-container .bnr-bg-right {
    background-image: url("../images/top/bnr-bg-right-xs.png");
    background-position: right center;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .bnr .bnr-container .bnr-bg-right {
    right: -30px;
  }
}
.bnr .bnr-caption h1 {
  display: inline-block;
  position: relative;
  margin-bottom: 45px;
}
@media screen and (max-width: 640px) {
  .bnr .bnr-caption h1 {
    margin-bottom: 20px;
  }
}
.bnr .bnr-caption h1 .bnr-dec {
  position: absolute;
  left: -190px;
  top: -30px;
}
.bnr .bnr-caption h1 .bnr-dec-xs {
  margin-bottom: 10px;
}
.bnr .bnr-caption h1 .bnr-title1 {
  padding-bottom: 12px;
  margin-bottom: 25px;
  background-image: url("../images/border.png");
  background-size: 6px;
  background-repeat: repeat-x;
  background-position: left bottom;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .bnr .bnr-caption h1 .bnr-title1 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .bnr .bnr-caption h1 .bnr-title1 img {
    width: 288px;
  }
}
@media screen and (max-width: 640px) {
  .bnr .bnr-caption h1 .bnr-title2 img {
    width: 310px;
  }
}
.bnr .bnr-caption p {
  font-size: 17px;
  line-height: 35px;
}
@media screen and (max-width: 640px) {
  .bnr .bnr-caption p {
    font-size: 15px;
    line-height: 25px;
    max-width: 290px;
    margin: 0 auto;
  }
}

.recipe-content {
  background-color: #FFFCEE;
  position: relative;
}
.recipe-content:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
}
.recipe-content .recipe-content-container {
  position: relative;
  z-index: 1;
}
.recipe-content .bg-top,
.recipe-content .bg-btm,
.recipe-content .bg-left,
.recipe-content .bg-right {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  z-index: 0;
}
.recipe-content .bg-top span,
.recipe-content .bg-btm span,
.recipe-content .bg-left span,
.recipe-content .bg-right span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.recipe-content .bg-left,
.recipe-content .bg-right {
  width: 248px;
}
@media only screen and (max-width: 640px) {
  .recipe-content .bg-left,
.recipe-content .bg-right {
    width: 100px;
  }
}
.recipe-content .bg-left span,
.recipe-content .bg-right span {
  background-repeat: repeat-y;
  background-size: 248px;
}
@media only screen and (max-width: 640px) {
  .recipe-content .bg-left span,
.recipe-content .bg-right span {
    background-size: 100px;
  }
}
.recipe-content .bg-top,
.recipe-content .bg-btm {
  left: 0;
  right: 0;
  z-index: 1;
}
.recipe-content .bg-top span,
.recipe-content .bg-btm span {
  background-size: contain;
}
.recipe-content .bg-top span {
  background-image: url("../../../common/images/rt1/bg-top.png");
}
.recipe-content .bg-btm {
  bottom: 120px;
}
@media screen and (max-width: 640px) {
  .recipe-content .bg-btm {
    bottom: 60px;
  }
}
.recipe-content .bg-btm span {
  background-image: url("../../../common/images/rt1/bg-top.png");
  transform: rotateX(180deg);
  background-position: right top;
}
.recipe-content .bg-left {
  left: 0;
}
.recipe-content .bg-left span {
  background-image: url("../../../common/images/rt1/bg-left.png");
  background-position-x: 0px;
  background-position-y: 0px;
}
.recipe-content .bg-right {
  right: 0;
}
.recipe-content .bg-right span {
  background-image: url("../../../common/images/rt1/bg-left.png");
  background-position-x: 0px;
  background-position-y: 0px;
  transform: rotateY(180deg);
}
.recipe-content .brand-site {
  margin-bottom: 95px;
}
@media screen and (max-width: 640px) {
  .recipe-content .brand-site {
    margin-bottom: 85px;
  }
}
.recipe-content .product {
  background-color: transparent;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .recipe-content .product {
    padding-bottom: 25px;
    padding-top: 20px;
  }
}
.recipe-content .product:after {
  content: "";
  position: absolute;
  background-color: #fffec7;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .recipe-content .product:after {
    height: 60px;
  }
}
.recipe-content .product .products {
  position: relative;
  z-index: 1;
}
.recipe-content .recipe-product-title img {
  margin: 0 auto;
}
.recipe-content .recipe-content-top {
  padding-top: 80px;
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top {
    padding-top: 30px;
  }
}
.recipe-content .recipe-content-top .article-box {
  background-color: #ffee8e;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px 0 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .article-box {
    flex-direction: column-reverse;
    padding: 15px 15px 0 15px;
    margin-bottom: 23px;
  }
}
.recipe-content .recipe-content-top .article-box span {
  margin-right: 45px;
  flex-shrink: 0;
  align-self: flex-end;
  display: block;
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .article-box span {
    margin-right: 0;
    align-self: center;
  }
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .article-box span img {
    width: 164px;
  }
}
.recipe-content .recipe-content-top .article-box p {
  max-width: 550px;
  padding-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .article-box p {
    line-height: 24px;
    padding-bottom: 10px;
  }
}
.recipe-content .recipe-content-top .spoons .spoons-title {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .spoons .spoons-title {
    margin-bottom: 20px;
  }
}
.recipe-content .recipe-content-top .spoons .spoons-title .spoons-title-container {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .spoons .spoons-title .spoons-title-container {
    display: block;
  }
}
.recipe-content .recipe-content-top .spoons .spoons-title .spoons-title-container h2 {
  background-image: url("../images/border.png");
  background-size: 6px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 15px;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .spoons .spoons-title .spoons-title-container h2 img {
    margin: 0 auto;
  }
}
.recipe-content .recipe-content-top .spoons .spoons-title .spoons-title-container p {
  text-align: right;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .spoons .spoons-title .spoons-title-container p {
    font-size: 12px;
    line-height: 20px;
  }
}
.recipe-content .recipe-content-top .spoons .spoons-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .spoons .spoons-row {
    display: block;
    margin-bottom: 30px;
  }
}
.recipe-content .recipe-content-top .spoons .spoons-row .spoon {
  margin: 0 35px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .recipe-content .recipe-content-top .spoons .spoons-row .spoon {
    margin: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .spoons .spoons-row .spoon {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 330px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .spoons .spoons-row .spoon:last-child {
    margin-bottom: 0;
  }
}
.recipe-content .recipe-content-top .spoons .spoons-row .spoon .spoon-cup {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .spoons .spoons-row .spoon .spoon-cup {
    flex-shrink: 0;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 380px) {
  .recipe-content .recipe-content-top .spoons .spoons-row .spoon .spoon-cup {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .spoons .spoons-row .spoon .spoon-cup img {
    width: 150px;
  }
}
@media screen and (max-width: 380px) {
  .recipe-content .recipe-content-top .spoons .spoons-row .spoon .spoon-cup img {
    width: 120px;
  }
}
.recipe-content .recipe-content-top .spoons .spoons-row .spoon p {
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .spoons .spoons-row .spoon p {
    line-height: 24px;
  }
}
.recipe-content .recipe-content-top .spoons .recipe-box {
  border: #dac7b7 solid 3px;
  border-radius: 12px;
  padding: 20px 20px 25px 20px;
  margin-bottom: 65px;
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .spoons .recipe-box {
    padding: 12px;
    margin-bottom: 30px;
  }
}
.recipe-content .recipe-content-top .spoons .recipe-box h4 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .spoons .recipe-box h4 {
    margin-bottom: 10px;
  }
}
.recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 950px) {
  .recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container {
    line-height: 21px;
  }
}
@media screen and (max-width: 950px) {
  .recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container > div {
    width: 100%;
  }
}
.recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container > div:first-child {
  margin-right: 45px;
  max-width: 417px;
}
@media screen and (max-width: 950px) {
  .recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container > div:first-child {
    margin-right: 0;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 950px) {
  .recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container > div:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container > div:first-child {
    margin-left: auto;
    margin-right: auto;
  }
}
.recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 950px) {
  .recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container ul > li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 950px) {
  .recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container ul > li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 950px) {
  .recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container ul li {
    text-align: center;
  }
}
.recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container ul li p {
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 950px) {
  .recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container ul li p {
    display: inline-block;
    text-align: left;
  }
}
.recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container ul li p.no-padding {
  padding-left: 0;
}
.recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container ul li p i {
  font-style: normal;
  position: absolute;
  left: 0;
}
.recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container ul li br {
  display: none;
}
@media screen and (max-width: 950px) {
  .recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container ul li br {
    display: block;
  }
}
.recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container ul li ul {
  padding-left: 1em;
}
@media screen and (max-width: 950px) {
  .recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container ul li ul {
    display: inline-block;
    margin: 0 auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container ul li ul {
    padding-left: 0;
  }
}
@media screen and (max-width: 950px) {
  .recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container ul li ul li {
    margin-bottom: 0;
  }
}
.recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container ul li ul li p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container ul li ul li p span:first-child {
  margin-right: 15px;
}
.recipe-content .recipe-content-top .spoons .recipe-box .recipe-box-container ul li ul li p span:last-child {
  flex-shrink: 0;
}
.recipe-content .recipe-content-top .recipe-btns {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .recipe-btns {
    display: block;
  }
}
.recipe-content .recipe-content-top .recipe-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  padding: 15px 40px;
  height: 115px;
  width: 450px;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .recipe-btns a {
    width: auto;
    height: 80px;
    margin-bottom: 15px;
  }
}
.recipe-content .recipe-content-top .recipe-btns a:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 10px -2px #a2a2a2;
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .recipe-btns a .rb-arrow {
    justify-self: end;
  }
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .recipe-btns a .rb-arrow img {
    width: 15px;
  }
}
.recipe-content .recipe-content-top .recipe-btns a.btn-drink {
  background-image: url("../../../common_files/images/recipe-bg.jpg");
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .recipe-btns a.btn-drink .rb-icon img {
    width: 65px;
  }
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .recipe-btns a.btn-drink .rb-title img {
    width: 150px;
  }
}
.recipe-content .recipe-content-top .recipe-btns a.btn-sweet {
  background-image: url("../images/bg-sweet.jpg");
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .recipe-btns a.btn-sweet .rb-icon img {
    width: 45px;
  }
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-top .recipe-btns a.btn-sweet .rb-title img {
    width: 156px;
  }
}
.recipe-content .recipe-content-top .recipe-btns a .rb-title {
  margin: 0 20px;
}
.recipe-content .recipe-content-list .links {
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .links {
    max-width: 310px;
    margin: 0 auto;
    margin-bottom: 35px;
  }
}
.recipe-content .recipe-content-list .recipe-header {
  padding: 35px 0;
}
.recipe-content .recipe-content-list .recipe-header.recipe-header-drink {
  background-image: url("../../../common_files/images/recipe-bg.jpg");
  background-size: 100% auto;
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-header.recipe-header-drink .rhc-title img {
    width: 150px;
  }
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-header.recipe-header-drink .rhc-icon img {
    width: 62px;
  }
}
.recipe-content .recipe-content-list .recipe-header.recipe-header-sweet {
  background-image: url("../images/bg-sweet.jpg");
  background-size: 100% auto;
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-header.recipe-header-sweet .rhc-title img {
    width: 160px;
  }
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-header.recipe-header-sweet .rhc-icon img {
    width: 46px;
  }
}
.recipe-content .recipe-content-list .recipe-header .recipe-header-container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recipe-content .recipe-content-list .recipe-header .recipe-header-container {
    justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-header .recipe-header-container {
    display: block;
  }
}
.recipe-content .recipe-content-list .recipe-header .recipe-header-container .rh-title {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 90px;
}
@media screen and (max-width: 768px) {
  .recipe-content .recipe-content-list .recipe-header .recipe-header-container .rh-title {
    margin-right: 30px;
  }
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-header .recipe-header-container .rh-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.recipe-content .recipe-content-list .recipe-header .recipe-header-container .rh-title .rhc-icon {
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-header .recipe-header-container .rh-title .rhc-icon {
    margin-right: 15px;
  }
}
.recipe-content .recipe-content-list .recipe-header .recipe-header-container .rh-caption {
  max-width: 475px;
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-header .recipe-header-container .rh-caption {
    text-align: center;
    line-height: 23px;
  }
}
.recipe-content .recipe-content-list .recipe-rows {
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows {
    margin-bottom: 30px;
  }
}
.recipe-content .recipe-content-list .recipe-rows.recipe-rows-drink .point-box-text {
  color: #cea176;
}
.recipe-content .recipe-content-list .recipe-rows.recipe-rows-drink .ingredient-other {
  border-color: #cea176;
}
.recipe-content .recipe-content-list .recipe-rows.recipe-rows-drink .ingredient-other h6 {
  color: #cea176;
}
.recipe-content .recipe-content-list .recipe-rows.recipe-rows-drink .ri-right h5 {
  background-color: #cea176;
}
.recipe-content .recipe-content-list .recipe-rows.recipe-rows-sweets .point-box-text {
  color: #f9a84a;
}
.recipe-content .recipe-content-list .recipe-rows.recipe-rows-sweets .ingredient-other {
  border-color: #f9a84a;
}
.recipe-content .recipe-content-list .recipe-rows.recipe-rows-sweets .ingredient-other h6 {
  color: #f9a84a;
}
.recipe-content .recipe-content-list .recipe-rows.recipe-rows-sweets .ri-right h5 {
  background-color: #f9a84a;
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row {
  padding-bottom: 60px;
  padding-top: 90px;
  border-bottom: #462a00 solid 1px;
  display: flex;
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row {
    display: block;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .recipe-title {
    width: 52px;
  }
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ingredient-title1 {
    width: 80px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-pic img.square {
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-pic img.square {
    width: 290px;
  }
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row.recipe-row-drink-1 .ri-left h3 img {
    width: 147px;
  }
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row.recipe-row-drink-1 .ri-left .ri-pic img {
    width: 250px;
    transform: translateX(22px);
  }
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row.recipe-row-drink-2 .ri-left h3 img {
    width: 237px;
  }
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row.recipe-row-drink-2 .ri-left .ri-pic img {
    width: 277px;
    transform: translateX(35px);
  }
}
@media only screen and (max-width: 380px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row.recipe-row-drink-2 .ri-left .ri-pic img {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row.recipe-row-drink-3 .ri-left h3 img {
    width: 198px;
  }
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row.recipe-row-drink-3 .ri-left .ri-pic img {
    width: 250px;
    transform: translateX(-33px);
  }
}
@media only screen and (max-width: 380px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row.recipe-row-drink-3 .ri-left .ri-pic img {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row.recipe-row-drink-4 .ri-left h3 img {
    width: 175px;
  }
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row.recipe-row-drink-4 .ri-left .ri-pic img {
    width: 235px;
    transform: translateX(50px);
  }
}
@media only screen and (max-width: 380px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row.recipe-row-drink-4 .ri-left .ri-pic img {
    transform: translateX(20px);
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row.recipe-row-drink-4 .ingredient-other {
  padding-right: 20px;
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row.recipe-row-sweet-1 .ri-left h3 img {
    width: 215px;
  }
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row.recipe-row-sweet-1 .ri-left .ri-pic img {
    width: 290px;
  }
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row.recipe-row-sweet-2 .ri-left h3 img {
    width: 193px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row.recipe-row-sweet-2 .ingredient-other {
  padding-right: 20px;
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row.recipe-row-sweet-3 .ri-left h3 img {
    width: 178px;
  }
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row.recipe-row-sweet-4 .ri-left h3 img {
    width: 223px;
  }
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row.recipe-row-sweet-4 .ri-right h5 .ingredient {
    width: 284px;
  }
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row.recipe-row-sweet-5 .ri-left h3 img {
    width: 158px;
  }
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row.recipe-row-sweet-5 .ri-right h5 .ingredient {
    width: 240px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .recipe-info {
  margin-top: 25px;
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .recipe-info {
    margin-top: 15px;
    font-size: 13px;
  }
}
@media screen and (max-width: 350px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .recipe-info {
    font-size: 11px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ingredient-other {
  margin-top: 35px;
  padding: 30px;
  border-style: solid;
  border-width: 2px;
  border-radius: 20px;
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ingredient-other {
    margin-top: 25px;
    padding: 30px 25px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ingredient-other.ingredient-about h6 {
  background-image: url("../images/recipe-border.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 3px;
  padding-bottom: 5px;
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ingredient-other.ingredient-about .ia-container {
  display: flex;
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ingredient-other.ingredient-about .ia-container span {
  flex-shrink: 0;
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ingredient-other.ingredient-about .ia-container span {
    width: 75px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ingredient-other.ingredient-about .ia-container p {
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ingredient-other.ingredient-about .ia-container p {
    line-height: 23px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ingredient-other h6 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ingredient-other h6 {
    font-size: 17px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ingredient-other ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ingredient-other ul:last-of-type {
  margin-bottom: 0;
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ingredient-other ul li {
  padding-left: 1em;
  position: relative;
  line-height: 24px;
  margin-bottom: 5px;
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ingredient-other ul li span {
  position: absolute;
  left: 0;
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-left {
  width: 410px;
  margin-right: 70px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-left {
    width: auto;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-left {
    width: 350px;
  }
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-left {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-left h3 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-left h3 {
    text-align: center;
    margin-bottom: 18px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-left .ri-pic {
  margin-bottom: 25px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-left .ri-pic {
    margin-bottom: 20px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-left .point-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-left .point-box span {
  margin-right: 12px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-left .point-box span img {
    width: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-left .point-box span {
    width: 75px;
    margin-right: 5px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-left .point-box .point-box-text {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-left .point-box .point-box-text {
    font-size: 17px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-left .point-box .point-box-text {
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 380px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-left .point-box .point-box-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right {
  flex: 1;
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right .ratio {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right .ratio {
    margin-bottom: 15px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right .ratio .ratio-or {
  margin: 0 10px;
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right .ratio span.ratio-or img {
    width: 38px;
  }
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right .ratio span img {
    width: 114px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right h5 {
  line-height: 1;
  padding: 7px 20px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right h5 {
    margin-bottom: 15px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul {
  padding: 0;
  margin: 0;
  margin-bottom: 45px;
  list-style-type: none;
  line-height: 26px;
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul {
    margin-bottom: 20px;
    line-height: 23px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul:last-of-type {
  margin-bottom: 0;
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul.ingredient li {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: #cfcfcd solid 1px;
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul.ingredient li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul.ingredient li {
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul.ingredient li.parent {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul.ingredient li ul.has-a {
  padding-left: 33px;
  position: relative;
  border-top: #cfcfcd solid 1px;
  border-bottom: #cfcfcd solid 1px;
  padding-top: 7px;
  margin-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul.ingredient li ul.has-a {
    padding-top: 3px;
    margin-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul.ingredient li ul.has-a .a-line:before, .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul.ingredient li ul.has-a .a-line:after {
  position: absolute;
  display: block;
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul.ingredient li ul.has-a .a-line:before {
  content: "A";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #462a00;
  font-size: 16px;
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul.ingredient li ul.has-a .a-line:after {
  content: "";
  left: 15px;
  top: 20px;
  bottom: 20px;
  display: block;
  width: 9px;
  border: #cfcfcd solid 1px;
  border-right: none;
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul.ingredient li ul.has-a .a-line:after {
    top: 13px;
    bottom: 15px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul.ingredient li ul.has-a li {
  padding-left: 0;
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul.ingredient li ul.has-a li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul.ingredient li ul li {
  border-bottom: #cfcfcd solid 1px;
  padding-left: 20px;
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul.ingredient li ul li:first-child {
  border-top: #cfcfcd solid 1px;
  padding-top: 7px;
  margin-top: 7px;
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul.ingredient li ul li:first-child {
    padding-top: 3px;
    margin-top: 3px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul.ingredient li ul li:last-child {
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul.ingredient li ul li:last-child {
    margin-bottom: 3px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul.recipe li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul.recipe li {
    margin-bottom: 5px;
  }
}
.recipe-content .recipe-content-list .recipe-rows .recipe-row .ri-right ul.recipe li .list-style {
  position: absolute;
  left: 0;
}

/*# sourceMappingURL=style.css.map */
