﻿@media print {
  #body-wrap .header {
    background: transparent;
    position: absolute;
    top: -100px; }
    #body-wrap .header .nav-mini {
      display: none; }
  #body-wrap .content {
    height: auto; }
  #body-wrap .main, #body-wrap .header-content, #body-wrap .def-nav {
    display: none; }
  #body-wrap .wnd-content {
    position: static;
    height: auto; }
    #body-wrap .wnd-content .content-wnd-wrap {
      padding: 0;
      overflow: inherit; }
      #body-wrap .wnd-content .content-wnd-wrap .head-open {
        display: none; }
      #body-wrap .wnd-content .content-wnd-wrap .info-recipe-wrap {
        width: 400px; }
      #body-wrap .wnd-content .content-wnd-wrap .block-btn {
        display: none; } }

@media (max-width: 600px) {
  #body-wrap .open-recipe-wrap .info-recipe-wrap, #body-wrap .recalc-recipe-wrap .info-recipe-wrap {
    width: 100%; }
  #body-wrap .open-recipe-wrap .content-wnd-wrap, #body-wrap .recalc-recipe-wrap .content-wnd-wrap {
    padding: 5px 5px 70px; }
  #body-wrap .create-recipe-wrap .content-wnd-wrap {
    padding: 5px 5px 80px;
    align-items: flex-start; }
    #body-wrap .create-recipe-wrap .content-wnd-wrap .mini-info-layer {
      display: flex;
      flex-flow: column nowrap;
      max-height: 200px;
      overflow-y: scroll;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 5;
      background: #EEF0F7;
      padding: 10px;
      box-sizing: border-box;
      position: fixed; }
      #body-wrap .create-recipe-wrap .content-wnd-wrap .mini-info-layer .head-mini, #body-wrap .create-recipe-wrap .content-wnd-wrap .mini-info-layer .body-mini {
        display: flex; }
        #body-wrap .create-recipe-wrap .content-wnd-wrap .mini-info-layer .head-mini p, #body-wrap .create-recipe-wrap .content-wnd-wrap .mini-info-layer .body-mini p {
          margin-right: 10px;
          font-size: 12px; }
      #body-wrap .create-recipe-wrap .content-wnd-wrap .mini-info-layer .head-mini p {
        font-size: 14px;
        color: #24577B; }
      #body-wrap .create-recipe-wrap .content-wnd-wrap .mini-info-layer .body-mini {
        margin-top: 10px;
        flex-flow: column nowrap; }
        #body-wrap .create-recipe-wrap .content-wnd-wrap .mini-info-layer .body-mini div {
          display: flex; }
          #body-wrap .create-recipe-wrap .content-wnd-wrap .mini-info-layer .body-mini div .name-mini {
            width: 150px; }
          #body-wrap .create-recipe-wrap .content-wnd-wrap .mini-info-layer .body-mini div .weight-mini {
            width: 60px; }
    #body-wrap .create-recipe-wrap .content-wnd-wrap h2 {
      margin-left: 1%; }
    #body-wrap .create-recipe-wrap .content-wnd-wrap .addit-func-wrap {
      top: 5px;
      right: 3%; }
    #body-wrap .create-recipe-wrap .content-wnd-wrap .form-wrap {
      width: 100%;
      margin-top: 10px; }
    #body-wrap .create-recipe-wrap .content-wnd-wrap .recipe-data-wrap {
      width: 100%; }
  #body-wrap .recalc-recipe-wrap .input-data-wrap {
    width: 100%; }
    #body-wrap .recalc-recipe-wrap .input-data-wrap .input {
      width: 100%; }
    #body-wrap .recalc-recipe-wrap .input-data-wrap .miniW {
      width: 110px; }
      #body-wrap .recalc-recipe-wrap .input-data-wrap .miniW .input {
        width: 50px; } }

@media (max-width: 450px) {
  #body-wrap .category-recipe-wrap {
    width: 100%; }
  #body-wrap .open-recipe-wrap .info-recipe-wrap .layer, #body-wrap .recalc-recipe-wrap .info-recipe-wrap .layer {
    padding: 9px; }
  #body-wrap .create-recipe-wrap h2 {
    margin-left: 3%; }
  #body-wrap .create-recipe-wrap .recipe-data-wrap .layer {
    padding: 0px 0px 10px; }
    #body-wrap .create-recipe-wrap .recipe-data-wrap .layer .remove-product {
      min-width: 40px;
      width: 40px; } }

.content .info-recipe-wrap {
  width: 400px;
  margin: 5px 0; }
  .content .info-recipe-wrap .layer {
    width: 100%;
    margin-top: 4px;
    border-radius: 8px;
    padding: 15px 20px;
    background: #f8f8f8;
    box-shadow: -5px -5px 12px rgba(255, 255, 255, 0.5), 7px 7px 24px rgba(203, 208, 220, 0.5);
    box-sizing: border-box; }
    .content .info-recipe-wrap .layer .head-layer {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .content .info-recipe-wrap .layer .head-layer h3 {
        text-align: left;
        width: 290px;
        padding-left: 20px; }
    .content .info-recipe-wrap .layer .layer-products {
      margin-top: 10px; }
      .content .info-recipe-wrap .layer .layer-products .product-info-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 6px 0; }
        .content .info-recipe-wrap .layer .layer-products .product-info-wrap .name {
          width: 180px; }
        .content .info-recipe-wrap .layer .layer-products .product-info-wrap .weight {
          width: 60px;
          text-align: center; }
        .content .info-recipe-wrap .layer .layer-products .product-info-wrap .price {
          width: 100px;
          text-align: center; }
        .content .info-recipe-wrap .layer .layer-products .product-info-wrap:nth-child(2n+1) {
          background: #ededed; }
    .content .info-recipe-wrap .layer .foot-layer {
      margin-top: 5px;
      border-top: 1px solid #e8e8e8;
      display: flex;
      justify-content: flex-start;
      padding: 5px 20px 0px;
      box-sizing: border-box; }
      .content .info-recipe-wrap .layer .foot-layer .adit-info-layer {
        width: 120px;
        min-width: 70px; }
        .content .info-recipe-wrap .layer .foot-layer .adit-info-layer p {
          font-size: 12px; }
  .content .info-recipe-wrap .added-price {
    width: 100%;
    margin-top: 25px;
    border-radius: 8px;
    padding: 15px 20px;
    background: #ededed;
    box-shadow: -5px -5px 12px rgba(255, 255, 255, 0.5), 7px 7px 24px rgba(203, 208, 220, 0.5);
    box-sizing: border-box;
    opacity: 0.9; }
    .content .info-recipe-wrap .added-price h3 {
      text-align: left;
      width: 290px;
      padding-left: 20px;
      margin-bottom: 20px; }
    .content .info-recipe-wrap .added-price .row-added-info {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 6px 0; }
      .content .info-recipe-wrap .added-price .row-added-info .name {
        width: 180px; }
      .content .info-recipe-wrap .added-price .row-added-info .price {
        width: 100px;
        text-align: center; }
      .content .info-recipe-wrap .added-price .row-added-info:nth-child(2n+1) {
        background: #EEF0F7; }
    .content .info-recipe-wrap .added-price .foot-layer {
      margin-top: 5px;
      border-top: 1px solid #e8e8e8;
      display: flex;
      justify-content: flex-start;
      padding: 5px 20px 0px;
      box-sizing: border-box;
      width: 100%; }
      .content .info-recipe-wrap .added-price .foot-layer .adit-info-layer {
        min-width: 70px; }
        .content .info-recipe-wrap .added-price .foot-layer .adit-info-layer p {
          font-size: 12px; }

.content .result-info-wrap {
  margin-top: 20px; }
  .content .result-info-wrap p {
    display: flex;
    justify-content: space-between;
    margin-top: 5px; }
  .content .result-info-wrap h4 {
    margin-bottom: 20px; }
  .content .result-info-wrap span {
    display: inline-block;
    margin-right: 10px;
    opacity: 0.6; }

.content .create-recipe-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px; }
  .content .create-recipe-btn-wrap .btn {
    width: 50%; }

.content .list-recipe-wrap {
  margin-top: 40px;
  padding-left: 50px;
  padding: 0px;
  padding-bottom: 50px; }
  .content .list-recipe-wrap .img-wrap {
    width: 60px;
    margin-right: 10px;
    border-radius: 8px;
    overflow: hidden; }
  .content .list-recipe-wrap .name {
    width: 250px; }
  .content .list-recipe-wrap .weight {
    width: 80px;
    text-align: center; }
  .content .list-recipe-wrap .price {
    width: 75px;
    text-align: end; }
  .content .list-recipe-wrap .head-list-recipe {
    display: flex;
    height: 25px; }
    .content .list-recipe-wrap .head-list-recipe p {
      font-size: 12px; }
  .content .list-recipe-wrap .category-recipe-wrap {
    width: 97%;
    margin: 0 auto 10px;
    display: flex;
    flex-flow: column nowrap;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 3px 5px 1px rgba(36, 87, 123, 0.4);
    background: rgba(255, 255, 255, 0.5); }
    .content .list-recipe-wrap .category-recipe-wrap .head-category {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 55px;
      padding: 20px;
      box-sizing: border-box;
      background: transparent;
      color: #fbfbfb;
      border-radius: 8px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      color: #24577B;
      position: relative; }
      .content .list-recipe-wrap .category-recipe-wrap .head-category .cat-el {
        font-size: 10px;
        width: 10px;
        color: #4b4b4b;
        position: absolute;
        top: 7px;
        left: 20px;
        opacity: 0.3; }
      .content .list-recipe-wrap .category-recipe-wrap .head-category .btn {
        background: transparent; }
      .content .list-recipe-wrap .category-recipe-wrap .head-category .name-category {
        margin-left: 0%; }
      .content .list-recipe-wrap .category-recipe-wrap .head-category i {
        color: #24577B;
        margin-left: 10px; }
      .content .list-recipe-wrap .category-recipe-wrap .head-category .fa-angle-down {
        transition: all 0.3s ease;
        transform: rotate(180deg); }
    .content .list-recipe-wrap .category-recipe-wrap .body-category {
      transition: all 0.3s ease;
      overflow-y: auto;
      max-height: 500px;
      padding: 0px; }
  .content .list-recipe-wrap .turn-category .head-category {
    border-radius: 8px; }
    .content .list-recipe-wrap .turn-category .head-category .fa-angle-down {
      transform: rotate(0deg); }
  .content .list-recipe-wrap .turn-category .body-category {
    opacity: 0;
    max-height: 0; }
  .content .list-recipe-wrap .recipe-item {
    width: 100%;
    cursor: pointer;
    height: 60px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-right: 3px;
    box-sizing: border-box; }
    .content .list-recipe-wrap .recipe-item .image {
      height: 60px; }
    .content .list-recipe-wrap .recipe-item:nth-child(2n+1) {
      background: #ededed; }

.content .create-recipe-wrap .mini-info-layer {
  display: none; }

.content .create-recipe-wrap .addit-func-wrap {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15%;
  top: 15px; }
  .content .create-recipe-wrap .addit-func-wrap #addit-funct {
    background: #24577B;
    color: #24577B;
    font-size: 16px;
    border: none;
    box-shadow: -5px -5px 12px rgba(255, 255, 255, 0.5), 7px 7px 24px rgba(203, 208, 220, 0.5);
    border-radius: 8px;
    padding: 0px;
    cursor: pointer;
    width: 100%;
    height: 100%; }
    .content .create-recipe-wrap .addit-func-wrap #addit-funct i {
      color: #f8f8f8; }

.content .create-recipe-wrap .form-wrap {
  width: 500px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center; }
  .content .create-recipe-wrap .form-wrap .input {
    width: 100%; }
  .content .create-recipe-wrap .form-wrap #descript {
    height: 200px; }
  .content .create-recipe-wrap .form-wrap .weight-wrap {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center; }
    .content .create-recipe-wrap .form-wrap .weight-wrap .input {
      width: 50%; }
    .content .create-recipe-wrap .form-wrap .weight-wrap .list-wrap {
      width: 50%; }
      .content .create-recipe-wrap .form-wrap .weight-wrap .list-wrap .input {
        width: 100%; }
  .content .create-recipe-wrap .form-wrap .load-image-wrap {
    width: 100%; }
    .content .create-recipe-wrap .form-wrap .load-image-wrap #load-image {
      display: none; }
    .content .create-recipe-wrap .form-wrap .load-image-wrap label {
      display: flex;
      font-size: 12px; }
    .content .create-recipe-wrap .form-wrap .load-image-wrap img {
      width: 100px;
      display: block;
      margin: 0 auto; }
  .content .create-recipe-wrap .form-wrap .layer-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .content .create-recipe-wrap .form-wrap .layer-wrap .input {
      width: 70%; }
    .content .create-recipe-wrap .form-wrap .layer-wrap .btn {
      margin: 0;
      width: 30%; }
  .content .create-recipe-wrap .form-wrap .add-product-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .content .create-recipe-wrap .form-wrap .add-product-wrap .list-wrap {
      width: 70%; }
    .content .create-recipe-wrap .form-wrap .add-product-wrap .btn {
      margin: 0;
      width: 30%; }

.content .create-recipe-wrap .recipe-data-wrap {
  width: 80%;
  margin-top: 20px; }
  .content .create-recipe-wrap .recipe-data-wrap .layer {
    width: 100%;
    margin: 0 auto;
    margin-top: 4px;
    border-radius: 8px;
    padding: 15px 20px;
    background: #f8f8f8;
    box-shadow: -5px -5px 12px rgba(255, 255, 255, 0.5), 7px 7px 24px rgba(203, 208, 220, 0.5);
    box-sizing: border-box;
    max-width: 600px; }
    .content .create-recipe-wrap .recipe-data-wrap .layer .head-layer {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .content .create-recipe-wrap .recipe-data-wrap .layer .head-layer .input {
        width: 80%; }
    .content .create-recipe-wrap .recipe-data-wrap .layer .foot-layer {
      margin-top: 5px;
      border-top: 1px solid #e8e8e8;
      display: flex;
      justify-content: flex-start;
      padding: 5px 17px 0px;
      box-sizing: border-box; }
      .content .create-recipe-wrap .recipe-data-wrap .layer .foot-layer .info-layer-wrap p {
        font-size: 12px; }
    .content .create-recipe-wrap .recipe-data-wrap .layer .remove-product, .content .create-recipe-wrap .recipe-data-wrap .layer .remove-layer {
      background: transparent;
      color: #FF7340;
      width: 50px;
      height: 100%; }
      .content .create-recipe-wrap .recipe-data-wrap .layer .remove-product i, .content .create-recipe-wrap .recipe-data-wrap .layer .remove-layer i {
        font-size: 15px; }
    .content .create-recipe-wrap .recipe-data-wrap .layer .select-layer {
      border-radius: 100%;
      min-width: 40px;
      width: 40px;
      height: 40px;
      border: 1px solid #EEF0F7;
      cursor: pointer;
      margin-right: 5px;
      transition: all 0.3s ease; }
    .content .create-recipe-wrap .recipe-data-wrap .layer .active-select-layer {
      background: #24577B;
      color: #eef0f7; }
    .content .create-recipe-wrap .recipe-data-wrap .layer .product-layer-wrap .remove-product {
      width: 50px;
      align-items: flex-start; }
    .content .create-recipe-wrap .recipe-data-wrap .layer .product-layer-wrap .name {
      width: 145px; }
    .content .create-recipe-wrap .recipe-data-wrap .layer .product-layer-wrap .weight {
      width: 55px;
      text-align: center; }
    .content .create-recipe-wrap .recipe-data-wrap .layer .product-layer-wrap .price {
      width: 55px;
      text-align: right; }
    .content .create-recipe-wrap .recipe-data-wrap .layer .product-layer-wrap .head-product-layer {
      display: flex;
      align-items: center;
      font-size: 11px;
      margin-bottom: 10px; }
      .content .create-recipe-wrap .recipe-data-wrap .layer .product-layer-wrap .head-product-layer p {
        margin: 10px 0 0; }
    .content .create-recipe-wrap .recipe-data-wrap .layer .product-layer-wrap .product-layer {
      display: flex;
      align-items: center;
      padding: 8px 0; }
      .content .create-recipe-wrap .recipe-data-wrap .layer .product-layer-wrap .product-layer .remove-product {
        padding: 0;
        margin: 0; }
      .content .create-recipe-wrap .recipe-data-wrap .layer .product-layer-wrap .product-layer .info-product {
        display: flex;
        height: 100%; }
        .content .create-recipe-wrap .recipe-data-wrap .layer .product-layer-wrap .product-layer .info-product p {
          margin: 0px; }
          .content .create-recipe-wrap .recipe-data-wrap .layer .product-layer-wrap .product-layer .info-product p .addit-weight {
            font-size: 11px;
            display: block;
            margin-top: -3px;
            opacity: 0.7; }
      .content .create-recipe-wrap .recipe-data-wrap .layer .product-layer-wrap .product-layer:nth-child(2n+1) {
        background: #ededed; }

.content .create-recipe-wrap .layer-from-recipe-wrap .list-layer-wrap {
  height: calc(100% - 100px);
  width: 100%;
  overflow-y: auto; }
  .content .create-recipe-wrap .layer-from-recipe-wrap .list-layer-wrap .item-layer-recipe {
    border: 1px solid #e8e8e8;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px; }

.content .create-recipe-wrap .product-from-wrap .addWnd {
  height: 400px; }

.content .open-recipe-wrap i {
  margin-right: 0; }

.content .open-recipe-wrap .head-open {
  width: 100%;
  position: relative; }
  .content .open-recipe-wrap .head-open .btn-block {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .content .open-recipe-wrap .head-open .btn-block .wrap {
      width: 45%;
      display: flex; }
    .content .open-recipe-wrap .head-open .btn-block .addit-func-wrap {
      position: relative;
      right: 15%;
      width: 50px; }
  .content .open-recipe-wrap .head-open h2 {
    margin-top: 15px; }
  .content .open-recipe-wrap .head-open #remove {
    margin-right: 30px; }

.content .open-recipe-wrap img {
  width: 100%;
  display: block;
  max-width: 300px;
  min-width: 300px;
  margin-top: 20px;
  border-radius: 8px; }

.content .open-recipe-wrap .block-btn {
  justify-content: center; }

.content .open-recipe-wrap #normal-list-by {
  min-height: 40px;
  margin-top: 5px; }

.content .open-recipe-wrap #descript {
  margin-top: 15px;
  white-space: pre-line; }

.content .recalc-recipe-wrap .input-data-wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around; }
  .content .recalc-recipe-wrap .input-data-wrap .input {
    width: 150px; }
  .content .recalc-recipe-wrap .input-data-wrap p {
    font-size: 12px;
    text-align: center;
    height: 30px; }
  .content .recalc-recipe-wrap .input-data-wrap .miniW {
    width: 150px; }
    .content .recalc-recipe-wrap .input-data-wrap .miniW div {
      display: flex;
      justify-content: space-around;
      align-items: flex-start; }
      .content .recalc-recipe-wrap .input-data-wrap .miniW div .input {
        width: 100%; }
  .content .recalc-recipe-wrap .input-data-wrap .weight-wrap {
    position: relative;
    /*  #afterCooking {
                    position: absolute;
                    bottom: -27px;
                    font-size: 11px;
                    width: 100%;
                    text-align: center;
                    opacity: 0.7;
                }*/ }

.content .recalc-recipe-wrap #recalc-action {
  width: 75px;
  height: 60px;
  min-height: 60px;
  padding: 0;
  border-radius: 8px;
  background: transparent;
  color: #24577B;
  font-size: 22px;
  margin-top: 15px;
  box-shadow: -10px -10px 25px rgba(255, 255, 255, 0.8), 10px 10px 25px rgba(193, 198, 200, 0.8); }
  .content .recalc-recipe-wrap #recalc-action i {
    margin-right: 0; }

.content .added-price-recipe-wrap .addWnd .add-added-price-wrap {
  width: 100%; }

.content .added-price-recipe-wrap .addWnd .btn-remove {
  height: 50px; }

.content .added-price-recipe-wrap .addWnd #add-added-price {
  margin: 10px auto; }

.content .added-price-recipe-wrap .addWnd .list-added-price-in-recipe {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  padding-bottom: 20px;
  overflow-x: hidden;
  overflow-y: auto; }
  .content .added-price-recipe-wrap .addWnd .list-added-price-in-recipe h4 {
    margin-bottom: 15px; }
  .content .added-price-recipe-wrap .addWnd .list-added-price-in-recipe .name {
    width: 150px; }
  .content .added-price-recipe-wrap .addWnd .list-added-price-in-recipe .price, .content .added-price-recipe-wrap .addWnd .list-added-price-in-recipe .amount {
    width: 70px;
    text-align: center; }
  .content .added-price-recipe-wrap .addWnd .list-added-price-in-recipe .b {
    width: 30px;
    margin-right: 5px; }
  .content .added-price-recipe-wrap .addWnd .list-added-price-in-recipe .added-wrap {
    display: flex;
    align-items: center;
    margin-top: 5px;
    width: 100%; }
    .content .added-price-recipe-wrap .addWnd .list-added-price-in-recipe .added-wrap .btn {
      width: 30px;
      height: 30px;
      min-width: 30px;
      padding: 0; }
      .content .added-price-recipe-wrap .addWnd .list-added-price-in-recipe .added-wrap .btn i {
        margin-right: 0; }
  .content .added-price-recipe-wrap .addWnd .list-added-price-in-recipe .head {
    width: 100%;
    font-size: 12px; }

.content .category-wrap-wnd .addWnd {
  justify-content: flex-start; }

.content .category-wrap-wnd .form-category {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%; }

.content .category-wrap-wnd .list-category {
  width: 100%;
  overflow-y: auto;
  height: 300px; }
  .content .category-wrap-wnd .list-category .head-category {
    display: flex;
    font-size: 12px;
    margin: 25px 0 15px; }
  .content .category-wrap-wnd .list-category .remove-category {
    width: 35px;
    min-width: 35px;
    margin-right: 10px; }
    .content .category-wrap-wnd .list-category .remove-category i {
      margin: 0; }
  .content .category-wrap-wnd .list-category .name-category {
    width: 60%;
    min-width: 150px; }
  .content .category-wrap-wnd .list-category .visible {
    width: 30px;
    display: flex;
    justify-content: center; }
  .content .category-wrap-wnd .list-category .category-item {
    width: 100%;
    display: flex;
    align-items: center;
    height: 40px; }
    .content .category-wrap-wnd .list-category .category-item .btn {
      height: 35px; }
    .content .category-wrap-wnd .list-category .category-item .name-category {
      display: flex;
      align-items: center;
      height: 100%; }

.content .add-recipe-category-wrap .addWnd {
  justify-content: flex-start; }

.content .add-recipe-category-wrap .search-wrap {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%; }

.content .add-recipe-category-wrap .list-recipe {
  width: 100%;
  overflow-y: auto;
  height: 100%;
  margin-top: 10px; }
  .content .add-recipe-category-wrap .list-recipe .recipe-item {
    width: 100%;
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 8px;
    padding: 0 10px;
    box-sizing: border-box; }
    .content .add-recipe-category-wrap .list-recipe .recipe-item label {
      width: 100%;
      height: 100%; }
    .content .add-recipe-category-wrap .list-recipe .recipe-item:nth-child(2n) {
      background: white; }
