#header .cart-recipes {
  position: absolute;
  top: 14px;
  right: 205px;
  z-index: 1; }
  #header .cart-recipes a {
    position: relative;
    padding: 1.1em 1.6em; }
    #header .cart-recipes a .qty {
      position: absolute;
      top: -5px;
      right: -5px;
      font-size: 9px;
      line-height: 10px;
      color: #515356; }
  @media only screen and (min-width: 960px) {
    #header .cart-recipes {
      right: 500px; } }

.view-my-cart-recipes {
  min-height: 300px;
  margin-top: 100px; }
  .view-my-cart-recipes h1.title {
    font-size: 36px;
    color: #ad0018;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 0;
    font-weight: 300;
    text-align: center; }
    @media only screen and (min-width: 960px) {
      .view-my-cart-recipes h1.title {
        font-size: 48px; } }
  .view-my-cart-recipes .content-cart-recipes {
    background-color: #fff;
    margin: 0 5px;
    padding: 20px 5px; }
    @media only screen and (min-width: 960px) {
      .view-my-cart-recipes .content-cart-recipes {
        margin: 0 70px;
        padding: 20px 50px; } }
    .view-my-cart-recipes .content-cart-recipes .actions {
      margin-top: 30px;
      margin-bottom: 0; }
      @media only screen and (min-width: 960px) {
        .view-my-cart-recipes .content-cart-recipes .actions {
          margin-bottom: 30px;
          position: relative;
          margin-left: -30px; } }
    .view-my-cart-recipes .content-cart-recipes .main-mobile-actions {
      position: fixed;
      z-index: 3000;
      bottom: 5%;
      right: 5%;
      width: 64px;
      height: 64px;
      background-color: #ad0018;
      border-radius: 32px;
      box-shadow: 0 3px 5px rgba(86, 83, 81, 0.7);
      cursor: pointer; }
      .view-my-cart-recipes .content-cart-recipes .main-mobile-actions > .icon {
        display: none;
        height: 100%;
        top: -10px;
        left: -100px;
        padding-top: 30px;
        padding-left: 130px; }
        .view-my-cart-recipes .content-cart-recipes .main-mobile-actions > .icon:before {
          font-size: 30px;
          color: #515356;
          text-shadow: 0 0 0 #fff; }
      .view-my-cart-recipes .content-cart-recipes .main-mobile-actions > span {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        color: #fff;
        width: 100%;
        line-height: normal;
        font-size: 30px;
        letter-spacing: 4px;
        font-weight: 700;
        padding-top: 5px;
        padding-left: 3px; }
      .view-my-cart-recipes .content-cart-recipes .main-mobile-actions > ul {
        display: none;
        list-style: none;
        margin: 0;
        margin-bottom: 20px;
        position: absolute;
        top: -100px;
        left: -110px;
        background-color: #fff;
        padding: 10px 0;
        border-radius: 20px;
        box-shadow: 0 0 5px rgba(86, 83, 81, 0.7); }
        .view-my-cart-recipes .content-cart-recipes .main-mobile-actions > ul li {
          margin: 0;
          border-bottom: 1px solid #F3F3F3;
          padding: 0 20px;
          padding-bottom: 10px; }
          .view-my-cart-recipes .content-cart-recipes .main-mobile-actions > ul li:last-child {
            border-bottom: none;
            padding-top: 10px;
            padding-bottom: 0; }
          .view-my-cart-recipes .content-cart-recipes .main-mobile-actions > ul li:hover a {
            color: #ad0018; }
      .view-my-cart-recipes .content-cart-recipes .main-mobile-actions:hover {
        background-color: transparent;
        box-shadow: none; }
        .view-my-cart-recipes .content-cart-recipes .main-mobile-actions:hover > span {
          display: none; }
        .view-my-cart-recipes .content-cart-recipes .main-mobile-actions:hover > ul {
          display: block; }
        .view-my-cart-recipes .content-cart-recipes .main-mobile-actions:hover > .icon {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: baseline;
              align-items: baseline; }
    .view-my-cart-recipes .content-cart-recipes .cart-recipes-switch {
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      border: none;
      margin-top: 0; }
      @media only screen and (min-width: 960px) {
        .view-my-cart-recipes .content-cart-recipes .cart-recipes-switch {
          margin-top: -29px; } }
      .view-my-cart-recipes .content-cart-recipes .cart-recipes-switch > li {
        width: auto;
        color: #BBBBBB;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase; }
        @media only screen and (min-width: 370px) {
          .view-my-cart-recipes .content-cart-recipes .cart-recipes-switch > li {
            width: 100%; } }
        @media only screen and (min-width: 640px) {
          .view-my-cart-recipes .content-cart-recipes .cart-recipes-switch > li {
            font-size: 18px; } }
        .view-my-cart-recipes .content-cart-recipes .cart-recipes-switch > li a {
          border-radius: 0;
          border: none;
          color: #BBBBBB;
          cursor: pointer;
          width: 175px;
          border-bottom: 1px solid #BBBBBB;
          width: 100%;
          text-align: center; }
          @media only screen and (min-width: 960px) {
            .view-my-cart-recipes .content-cart-recipes .cart-recipes-switch > li a {
              width: 100%;
              margin-top: 29px;
              margin-bottom: 30px; } }
          .view-my-cart-recipes .content-cart-recipes .cart-recipes-switch > li a:hover, .view-my-cart-recipes .content-cart-recipes .cart-recipes-switch > li a:focus {
            background-color: transparent; }
        .view-my-cart-recipes .content-cart-recipes .cart-recipes-switch > li.active a {
          color: #ad0018;
          background-color: transparent;
          border: none;
          border-bottom: 3px solid #ad0018;
          width: 100%;
          text-align: center; }
          @media only screen and (min-width: 960px) {
            .view-my-cart-recipes .content-cart-recipes .cart-recipes-switch > li.active a {
              width: 100%;
              margin-top: 29px;
              margin-bottom: 30px; } }
          .view-my-cart-recipes .content-cart-recipes .cart-recipes-switch > li.active a:hover, .view-my-cart-recipes .content-cart-recipes .cart-recipes-switch > li.active a:focus {
            color: #ad0018;
            background-color: transparent;
            border: none;
            border-bottom: 3px solid #ad0018; }
  @media only screen and (min-width: 640px) {
    .view-my-cart-recipes .modal-search-ingredient .modal-dialog {
      max-width: 480px; } }
  @media only screen and (min-width: 960px) {
    .view-my-cart-recipes .modal-search-ingredient .modal-dialog {
      max-width: 559px; } }
  .view-my-cart-recipes .modal-search-ingredient .modal-dialog .modal-content > form {
    margin: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    @media only screen and (min-width: 370px) {
      .view-my-cart-recipes .modal-search-ingredient .modal-dialog .modal-content > form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; } }
    @media only screen and (min-width: 640px) {
      .view-my-cart-recipes .modal-search-ingredient .modal-dialog .modal-content > form {
        padding: 10px 50px;
        margin-left: 30px;
        margin: 0;
        display: -ms-flexbox;
        display: flex; } }
    @media only screen and (min-width: 960px) {
      .view-my-cart-recipes .modal-search-ingredient .modal-dialog .modal-content > form {
        margin: 0; } }
  .view-my-cart-recipes .modal-search-ingredient .modal-dialog .form-item label {
    margin-left: -2px;
    position: relative; }
  .view-my-cart-recipes .modal-search-ingredient .modal-dialog .form-text {
    display: block;
    width: 170px;
    background: none;
    border: none;
    color: #515356;
    padding: 5px;
    margin: 0;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #BBBBBB;
    font-size: 15px;
    line-height: 17px; }
    @media only screen and (min-width: 370px) {
      .view-my-cart-recipes .modal-search-ingredient .modal-dialog .form-text {
        width: 230px; } }
    @media only screen and (min-width: 640px) {
      .view-my-cart-recipes .modal-search-ingredient .modal-dialog .form-text {
        width: 325px; } }
    @media only screen and (min-width: 960px) {
      .view-my-cart-recipes .modal-search-ingredient .modal-dialog .form-text {
        width: 343px;
        margin-left: 0; } }
    .view-my-cart-recipes .modal-search-ingredient .modal-dialog .form-text:focus {
      border-bottom: 1px solid #ad0018; }
  .view-my-cart-recipes .modal-search-ingredient .modal-dialog .quantity-measure {
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: baseline;
        align-items: baseline;
    height: 150px; }
    @media only screen and (min-width: 370px) {
      .view-my-cart-recipes .modal-search-ingredient .modal-dialog .quantity-measure {
        margin: 10px 0;
        height: 90px; } }
    @media only screen and (min-width: 640px) {
      .view-my-cart-recipes .modal-search-ingredient .modal-dialog .quantity-measure {
        height: 80px;
        margin-top: -20px; } }
    @media only screen and (min-width: 960px) {
      .view-my-cart-recipes .modal-search-ingredient .modal-dialog .quantity-measure {
        height: 100px; } }
    .view-my-cart-recipes .modal-search-ingredient .modal-dialog .quantity-measure .form-text {
      border-bottom: 0; }
    .view-my-cart-recipes .modal-search-ingredient .modal-dialog .quantity-measure > .form-item {
      border-bottom: 1px solid #BBBBBB;
      width: 170px;
      margin-left: 50px;
      height: 60px; }
      @media only screen and (min-width: 370px) {
        .view-my-cart-recipes .modal-search-ingredient .modal-dialog .quantity-measure > .form-item {
          width: 101px;
          float: left;
          margin-left: 23px;
          height: auto;
          top: 0px;
          height: 60px; } }
      @media only screen and (min-width: 640px) {
        .view-my-cart-recipes .modal-search-ingredient .modal-dialog .quantity-measure > .form-item {
          float: left;
          margin-left: 0;
          width: 150px; } }
      @media only screen and (min-width: 960px) {
        .view-my-cart-recipes .modal-search-ingredient .modal-dialog .quantity-measure > .form-item {
          margin-left: 20px;
          top: -20px;
          width: 160px; } }
      @media only screen and (min-width: 960px) {
        .view-my-cart-recipes .modal-search-ingredient .modal-dialog .quantity-measure > .form-item.form-item-quantity {
          float: left;
          margin: 0;
          padding: 1px; } }
      .view-my-cart-recipes .modal-search-ingredient .modal-dialog .quantity-measure > .form-item:hover {
        border-bottom: 1px solid #ad0018;
        height: 60px; }
        @media only screen and (min-width: 370px) {
          .view-my-cart-recipes .modal-search-ingredient .modal-dialog .quantity-measure > .form-item:hover {
            height: 60px; } }
    .view-my-cart-recipes .modal-search-ingredient .modal-dialog .quantity-measure .form-text {
      width: auto; }
    .view-my-cart-recipes .modal-search-ingredient .modal-dialog .quantity-measure .change-quantity {
      display: inline-block;
      width: 50px; }
    .view-my-cart-recipes .modal-search-ingredient .modal-dialog .quantity-measure #measure-form-item:before {
      float: right;
      margin-top: 7px;
      color: #BBBBBB;
      font-size: 20px;
      padding-bottom: 4px;
      z-index: 0;
      position: relative;
      top: 10px; }
      @media only screen and (min-width: 370px) {
        .view-my-cart-recipes .modal-search-ingredient .modal-dialog .quantity-measure #measure-form-item:before {
          position: relative;
          top: 17px; } }
      @media only screen and (min-width: 640px) {
        .view-my-cart-recipes .modal-search-ingredient .modal-dialog .quantity-measure #measure-form-item:before {
          position: relative;
          top: 15px; } }
      @media only screen and (min-width: 960px) {
        .view-my-cart-recipes .modal-search-ingredient .modal-dialog .quantity-measure #measure-form-item:before {
          position: relative;
          top: 17px; } }
  .view-my-cart-recipes .modal-search-ingredient .modal-dialog .form-select {
    font-size: 15px;
    line-height: 17px;
    color: #BBBBBB;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    width: 170px;
    text-indent: 0.01px;
    text-overflow: "";
    z-index: 1;
    width: auto;
    margin-left: -54px;
    position: absolute;
    top: 27px;
    border: none;
    background: none;
    padding: 5px;
    padding-bottom: 3px; }
    @media only screen and (min-width: 370px) {
      .view-my-cart-recipes .modal-search-ingredient .modal-dialog .form-select {
        position: absolute;
        top: 30px;
        margin-left: -20px; } }
    @media only screen and (min-width: 640px) {
      .view-my-cart-recipes .modal-search-ingredient .modal-dialog .form-select {
        margin-left: 0; } }
    @media only screen and (min-width: 960px) {
      .view-my-cart-recipes .modal-search-ingredient .modal-dialog .form-select {
        width: 160px;
        margin-left: 0; } }
    .view-my-cart-recipes .modal-search-ingredient .modal-dialog .form-select::-ms-expand {
      display: none; }
  .view-my-cart-recipes .modal-search-ingredient .modal-header .modal-title {
    color: #ad0018;
    font-family: Lato;
    font-size: 36px;
    font-weight: 300;
    line-height: 44px;
    text-align: center; }
  .view-my-cart-recipes .modal-search-ingredient .form-item {
    text-align: left;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: baseline;
        align-items: baseline;
    margin-left: 50px;
    top: 0px; }
    @media only screen and (min-width: 370px) {
      .view-my-cart-recipes .modal-search-ingredient .form-item {
        margin-left: 20px; } }
    @media only screen and (min-width: 640px) {
      .view-my-cart-recipes .modal-search-ingredient .form-item {
        margin-bottom: 0;
        margin: 20px;
        margin-left: 0; } }
    @media only screen and (min-width: 960px) {
      .view-my-cart-recipes .modal-search-ingredient .form-item {
        margin-left: 0px;
        margin-bottom: 40px;
        margin-top: 20px; } }
    .view-my-cart-recipes .modal-search-ingredient .form-item.form-item-ingredient {
      display: block; }
  .view-my-cart-recipes .modal-search-ingredient #autocomplete {
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #F3F3F3;
    box-shadow: 0 0 3px #F3F3F3;
    position: fixed; }
    .view-my-cart-recipes .modal-search-ingredient #autocomplete li {
      font-size: 12px;
      color: rgba(86, 83, 81, 0.7);
      padding: 0;
      margin: 0;
      cursor: pointer;
      border-bottom: 1px solid #F3F3F3; }
      .view-my-cart-recipes .modal-search-ingredient #autocomplete li:last-child {
        border-bottom: none; }
      .view-my-cart-recipes .modal-search-ingredient #autocomplete li > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: left;
            justify-content: left;
        -ms-flex-align: center;
            align-items: center; }
      .view-my-cart-recipes .modal-search-ingredient #autocomplete li .img-ingredient {
        opacity: 0.7;
        margin-right: 5px; }
      .view-my-cart-recipes .modal-search-ingredient #autocomplete li.selected {
        background: none;
        color: #515356;
        cursor: pointer; }
        .view-my-cart-recipes .modal-search-ingredient #autocomplete li.selected .img-ingredient {
          opacity: 1; }
  .view-my-cart-recipes .modal-search-ingredient .actions {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media only screen and (min-width: 960px) {
      .view-my-cart-recipes .modal-search-ingredient .actions {
        margin-left: 170px;
        margin-right: 180px; } }
    .view-my-cart-recipes .modal-search-ingredient .actions.schgr-actions {
      margin-left: 0;
      margin-right: 0;
      margin-top: 20px; }
      @media only screen and (min-width: 640px) {
        .view-my-cart-recipes .modal-search-ingredient .actions.schgr-actions {
          margin-top: 30px; } }
      @media only screen and (min-width: 960px) {
        .view-my-cart-recipes .modal-search-ingredient .actions.schgr-actions {
          position: relative;
          top: -20px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center; } }
    .view-my-cart-recipes .modal-search-ingredient .actions .c-btn {
      padding: 1em 1.6em;
      height: 40px;
      width: auto;
      font-size: 14px;
      border-radius: 20px; }
      .view-my-cart-recipes .modal-search-ingredient .actions .c-btn--invert {
        border: none;
        color: #515356;
        font-family: Lato;
        font-size: 14px;
        font-weight: bold;
        line-height: 17px;
        text-align: center; }
      .view-my-cart-recipes .modal-search-ingredient .actions .c-btn.btn-cancel-all-recipes {
        margin-left: auto; }
        @media only screen and (min-width: 640px) {
          .view-my-cart-recipes .modal-search-ingredient .actions .c-btn.btn-cancel-all-recipes {
            margin-left: 190px; } }
    @media only screen and (min-width: 640px) {
      .view-my-cart-recipes .modal-search-ingredient .actions .c-btn-cancel-add-ingred {
        margin-bottom: 20px;
        position: relative;
        top: 3px; } }
  .view-my-cart-recipes .views-field .items-ingredient {
    font-weight: 700; }
    @media only screen and (min-width: 720px) {
      .view-my-cart-recipes .views-field .items-ingredient {
        margin-left: 0; } }
    @media only screen and (min-width: 960px) {
      .view-my-cart-recipes .views-field .items-ingredient {
        margin-left: 0px; } }
    .view-my-cart-recipes .views-field .items-ingredient ul {
      list-style: none; }
  .view-my-cart-recipes .views-field .inline {
    display: inline-block; }
  .view-my-cart-recipes .cart-recipes-ingredients-list {
    margin-top: 30px; }
    .view-my-cart-recipes .cart-recipes-ingredients-list .row-ingredient {
      margin-bottom: 20px;
      margin-top: 0; }
      @media only screen and (min-width: 640px) {
        .view-my-cart-recipes .cart-recipes-ingredients-list .row-ingredient {
          margin-top: 70px; } }
      @media only screen and (min-width: 960px) {
        .view-my-cart-recipes .cart-recipes-ingredients-list .row-ingredient {
          margin-top: 20px;
          margin-left: -20px; } }
      .view-my-cart-recipes .cart-recipes-ingredients-list .row-ingredient h4 {
        font-weight: 900;
        color: #515356;
        font-family: Lato;
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 18px;
        margin-bottom: 2px;
        border-bottom: 2px solid #F3F3F3;
        cursor: pointer; }
    .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item {
      list-style-type: none;
      margin-left: -20px;
      border-bottom: 1px solid #F3F3F3;
      padding: 5px 1px;
      cursor: pointer; }
      .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .mobile-actions {
        display: none;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -ms-flex-align: center;
            align-items: center;
        height: 45px;
        border-top: 1px solid #F3F3F3; }
        .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .mobile-actions .item-qty-change .btn-qty {
          display: inline-block;
          cursor: pointer;
          color: #ad0018;
          font-size: 35px;
          font-weight: 400;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none; }
        .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .mobile-actions .item-qty-change .mobile-qty {
          color: #9b0014;
          font-size: 21px;
          line-height: 25px;
          letter-spacing: 1px;
          font-weight: 400;
          padding: 0 60px; }
        .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .mobile-actions .item-qty-change .inline {
          display: block;
          border-radius: 15px;
          height: auto;
          box-sizing: border-box;
          text-align: center; }
        .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .mobile-actions .item-qty-change .btn-remove {
          cursor: pointer;
          color: #515356;
          position: relative;
          float: left;
          margin-left: -43px;
          margin-top: 10px; }
          @media only screen and (min-width: 640px) {
            .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .mobile-actions .item-qty-change .btn-remove {
              margin-left: 6px; } }
      .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .img-ingredient {
        float: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .img-ingredient img {
          width: 100%;
          max-width: 65px; }
          @media only screen and (min-width: 640px) {
            .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .img-ingredient img {
              margin-left: -10px; } }
      .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .content-ingredient {
        text-align: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
            flex: 1;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        height: 45px; }
        .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .content-ingredient .field-name-field-ingredient {
          font-weight: 600;
          font-size: 16px;
          line-height: 14px;
          margin-left: 10px;
          width: 40%; }
          @media only screen and (min-width: 370px) {
            .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .content-ingredient .field-name-field-ingredient {
              width: 50%; } }
          @media only screen and (min-width: 640px) {
            .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .content-ingredient .field-name-field-ingredient {
              position: relative;
              top: 3px;
              width: 20%; } }
          @media only screen and (min-width: 960px) {
            .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .content-ingredient .field-name-field-ingredient {
              top: -1px; } }
        .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .content-ingredient .field-name-field-quantite-recette {
          color: #9b0014;
          font-size: 19px;
          line-height: 25px;
          letter-spacing: 1px;
          font-weight: 400;
          display: inline-block;
          margin-right: 2px; }
          @media only screen and (min-width: 960px) {
            .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .content-ingredient .field-name-field-quantite-recette {
              color: #AD0018;
              font-family: Lato;
              font-size: 18px;
              font-weight: bold;
              line-height: 22px;
              margin-right: 0;
              position: relative;
              top: 2px; } }
        .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .content-ingredient .field-name-field-measure-recette {
          color: #BBBBBB;
          font-size: 14px;
          margin-left: -1px; }
          @media only screen and (min-width: 320px) {
            .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .content-ingredient .field-name-field-measure-recette {
              position: relative;
              top: 2px; } }
          @media only screen and (min-width: 370px) {
            .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .content-ingredient .field-name-field-measure-recette {
              margin-left: 5px; } }
        .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .content-ingredient .qty-unit {
          width: auto;
          margin: 0 auto;
          text-align: center; }
        .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .content-ingredient .item-qty-change {
          position: relative;
          height: 22px; }
          @media only screen and (min-width: 640px) {
            .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .content-ingredient .item-qty-change {
              height: auto;
              display: -ms-flexbox;
              display: flex; } }
          @media only screen and (min-width: 960px) {
            .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .content-ingredient .item-qty-change {
              display: -ms-inline-flexbox;
              display: inline-flex; } }
          .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .content-ingredient .item-qty-change .btn-qty {
            display: inline-block;
            cursor: pointer;
            background-color: #AD0018;
            color: #fff;
            font-size: 20px;
            font-weight: 400;
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none; }
          .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .content-ingredient .item-qty-change .inline {
            display: inline-block; }
            @media only screen and (min-width: 960px) {
              .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .content-ingredient .item-qty-change .inline {
                float: none;
                display: -ms-flexbox;
                display: flex; } }
            .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .content-ingredient .item-qty-change .inline.action {
              box-sizing: border-box;
              border-radius: 12px;
              width: auto;
              height: auto;
              text-align: center;
              opacity: 0;
              font-weight: 900; }
              @media only screen and (min-width: 960px) {
                .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .content-ingredient .item-qty-change .inline.action {
                  display: inline-table;
                  margin-right: 6px;
                  top: 2px;
                  position: relative; } }
          .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .content-ingredient .item-qty-change .btn-remove {
            cursor: pointer;
            float: right;
            margin-left: 30px;
            margin-right: 10px;
            background-color: #FFFFFF; }
          .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .content-ingredient .item-qty-change .form-type-textfield {
            display: inline-block; }
          .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item .content-ingredient .item-qty-change .form-type-checkbox {
            display: inline-block; }
      .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item:hover .mobile-actions {
        display: inline-block; }
      @media only screen and (min-width: 960px) {
        .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item:hover .mobile-actions {
          display: none; }
        .view-my-cart-recipes .cart-recipes-ingredients-list .entity-field-collection-item:hover .content-ingredient .item-qty-change .inline.action {
          opacity: 1; } }
    .view-my-cart-recipes .cart-recipes-ingredients-list .btn-remove-all {
      text-transform: uppercase;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      cursor: pointer;
      height: 40px;
      float: right;
      color: #515356;
      font-family: Lato;
      font-size: 14px;
      font-weight: 500;
      line-height: 17px;
      position: relative;
      top: auto; }
      @media only screen and (min-width: 640px) {
        .view-my-cart-recipes .cart-recipes-ingredients-list .btn-remove-all {
          top: -76px; } }
      @media only screen and (min-width: 960px) {
        .view-my-cart-recipes .cart-recipes-ingredients-list .btn-remove-all {
          top: -96px; } }
      .view-my-cart-recipes .cart-recipes-ingredients-list .btn-remove-all .icon {
        margin-left: 10px; }
    .view-my-cart-recipes .cart-recipes-ingredients-list .remove-all-three {
      text-transform: uppercase;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 0 auto;
      display: flex;
      cursor: pointer;
      height: 40px;
      float: right;
      color: #515356;
      font-family: Lato;
      font-size: 14px;
      font-weight: 500;
      line-height: 17px;
      position: relative;
      top: auto; }
  .view-my-cart-recipes .recipes-list {
    margin-top: 20px; }
    .view-my-cart-recipes .recipes-list .header-title {
      padding: 0 1px;
      padding-top: 5px;
      padding-bottom: 10px;
      margin-bottom: 10px;
      cursor: pointer; }
      @media only screen and (min-width: 640px) {
        .view-my-cart-recipes .recipes-list .header-title {
          margin-left: -20px;
          padding-bottom: 0; } }
      @media only screen and (min-width: 960px) {
        .view-my-cart-recipes .recipes-list .header-title {
          padding-bottom: 0;
          margin-left: -60px;
          margin-right: -20px; } }
      .view-my-cart-recipes .recipes-list .header-title .serving-recipe .qty-serving {
        display: inline-block;
        color: #BBBBBB;
        font-size: 14px;
        margin: 0 20px;
        letter-spacing: 1px; }
        .view-my-cart-recipes .recipes-list .header-title .serving-recipe .qty-serving .qty {
          color: #9b0014;
          font-size: 19px;
          line-height: 25px;
          letter-spacing: 1px;
          font-weight: 400;
          display: inline-block; }
      .view-my-cart-recipes .recipes-list .header-title .serving-recipe .btn-qty {
        display: inline-block;
        cursor: pointer;
        font-size: 25px;
        font-weight: 400;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        color: #ad0018; }
      .view-my-cart-recipes .recipes-list .header-title .remove-item {
        position: relative;
        margin-left: -3px; }
        @media only screen and (min-width: 640px) {
          .view-my-cart-recipes .recipes-list .header-title .remove-item {
            position: relative;
            margin-right: 10px;
            top: -8px; } }
        @media only screen and (min-width: 960px) {
          .view-my-cart-recipes .recipes-list .header-title .remove-item {
            position: absolute;
            margin-left: -40px;
            top: 2px; } }
      .view-my-cart-recipes .recipes-list .header-title .header-row {
        margin-left: 20px;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        cursor: pointer;
        border-bottom: 2px solid #F3F3F3; }
        @media only screen and (min-width: 640px) {
          .view-my-cart-recipes .recipes-list .header-title .header-row {
            margin-left: 30px; } }
        @media only screen and (min-width: 960px) {
          .view-my-cart-recipes .recipes-list .header-title .header-row {
            margin-left: 30px; } }
        .view-my-cart-recipes .recipes-list .header-title .header-row h4 {
          line-height: 22px;
          color: #515356;
          font-weight: 900;
          font-size: 16px; }
          @media only screen and (min-width: 640px) {
            .view-my-cart-recipes .recipes-list .header-title .header-row h4 {
              font-size: 16px;
              line-height: 25px;
              margin-left: 0; } }
          @media only screen and (min-width: 960px) {
            .view-my-cart-recipes .recipes-list .header-title .header-row h4 {
              font-size: 16px; } }
        .view-my-cart-recipes .recipes-list .header-title .header-row .action-recipe {
          opacity: 0;
          display: none;
          transition: opacity 0.3s;
          margin-right: 0;
          position: relative;
          top: 3px; }
          @media only screen and (min-width: 640px) {
            .view-my-cart-recipes .recipes-list .header-title .header-row .action-recipe {
              display: -ms-flexbox;
              display: flex;
              margin-right: -10px; } }
          @media only screen and (min-width: 960px) {
            .view-my-cart-recipes .recipes-list .header-title .header-row .action-recipe {
              margin-right: 100px; } }
        .view-my-cart-recipes .recipes-list .header-title .header-row .pers-title-recipes {
          margin-right: 200px; }
      .view-my-cart-recipes .recipes-list .header-title .action-mobile-recipe {
        display: none;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        border-top: 1px solid #F3F3F3;
        margin-top: 5px;
        height: 45px; }
      @media only screen and (min-width: 640px) {
        .view-my-cart-recipes .recipes-list .header-title:hover .header-row .action-recipe {
          opacity: 1; } }
      .view-my-cart-recipes .recipes-list .header-title:hover .action-mobile-recipe {
        display: -ms-flexbox;
        display: flex; }
      @media only screen and (min-width: 640px) {
        .view-my-cart-recipes .recipes-list .header-title:hover .action-mobile-recipe {
          display: none; } }
    .view-my-cart-recipes .recipes-list .items-ingredient ul {
      margin: 0; }
      .view-my-cart-recipes .recipes-list .items-ingredient ul li {
        border-bottom: 1px solid #F3F3F3;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
        .view-my-cart-recipes .recipes-list .items-ingredient ul li .img-ingredient img {
          width: 100%;
          max-width: 65px; }
          @media only screen and (min-width: 640px) {
            .view-my-cart-recipes .recipes-list .items-ingredient ul li .img-ingredient img {
              margin-left: 0px; } }
        .view-my-cart-recipes .recipes-list .items-ingredient ul li .item-ingredient {
          font-size: 16px;
          line-height: 19px;
          display: inline-block;
          margin-left: 10px;
          width: 50%;
          -ms-flex: 2;
              flex: 2; }
        .view-my-cart-recipes .recipes-list .items-ingredient ul li .item-qty-measure {
          display: inline;
          margin-right: 0; }
          .view-my-cart-recipes .recipes-list .items-ingredient ul li .item-qty-measure .qty {
            color: #9b0014;
            font-size: 19px;
            line-height: 25px;
            letter-spacing: 1px;
            font-weight: 400;
            display: inline-block; }
            @media only screen and (min-width: 960px) {
              .view-my-cart-recipes .recipes-list .items-ingredient ul li .item-qty-measure .qty {
                font-size: 21px; } }
          .view-my-cart-recipes .recipes-list .items-ingredient ul li .item-qty-measure > .measure {
            color: #BBBBBB;
            font-size: 14px;
            line-height: 25px;
            margin-left: 5px; }
    .view-my-cart-recipes .recipes-list .remove-all-cart_recipes {
      text-transform: uppercase;
      position: relative;
      float: right;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: right;
          justify-content: right;
      -ms-flex-align: center;
          align-items: center;
      cursor: pointer; }
      @media only screen and (min-width: 640px) {
        .view-my-cart-recipes .recipes-list .remove-all-cart_recipes {
          top: -50px; } }
      .view-my-cart-recipes .recipes-list .remove-all-cart_recipes.remove-all-tow {
        text-transform: uppercase;
        top: 30px;
        float: right;
        color: #515356;
        font-family: Lato;
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
        margin-top: 20px; }
        @media only screen and (min-width: 640px) {
          .view-my-cart-recipes .recipes-list .remove-all-cart_recipes.remove-all-tow {
            margin-right: 10px;
            margin-top: -30px;
            top: -40px; } }
        @media only screen and (min-width: 960px) {
          .view-my-cart-recipes .recipes-list .remove-all-cart_recipes.remove-all-tow {
            margin-top: -30px;
            margin-right: -10px;
            top: -40px; } }
      .view-my-cart-recipes .recipes-list .remove-all-cart_recipes .icon {
        margin-left: 10px; }
      .view-my-cart-recipes .recipes-list .remove-all-cart_recipes.remove-all-four {
        text-transform: uppercase;
        color: #515356;
        font-family: Lato;
        font-size: 14px;
        font-weight: bold;
        line-height: 17px; }
        @media only screen and (min-width: 480px) {
          .view-my-cart-recipes .recipes-list .remove-all-cart_recipes.remove-all-four {
            top: -10px; } }
  .view-my-cart-recipes .confirm-change {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: fixed;
    text-align: center;
    font-size: 16px;
    color: #515356;
    height: 50px;
    background-color: #F3F3F3;
    bottom: 0;
    z-index: 3000;
    width: 100%;
    left: 0;
    box-shadow: 0 -1px 5px #BBBBBB; }
    .view-my-cart-recipes .confirm-change .c-btn {
      padding: 1em 1.6em; }

body.safari .view-my-cart-recipes .modal-search-ingredient .quantity-measure .form-text {
  padding-bottom: 7px;
  width: auto; }
  @media only screen and (min-width: 960px) {
    body.safari .view-my-cart-recipes .modal-search-ingredient .quantity-measure .form-text {
      width: auto; } }

.modal-send_mail-shopping_list .modal-title {
  color: #ad0018;
  font-size: 16px;
  font-weight: 700;
  text-align: center; }

.modal-send_mail-shopping_list .modal-text {
  font-size: 14px;
  line-height: normal; }

.modal-send_mail-shopping_list .form-item-email > label {
  display: none; }

.modal-send_mail-shopping_list .modal-action {
  margin: 20px; }
  .modal-send_mail-shopping_list .modal-action .form-text {
    display: block;
    margin: 0 auto;
    border: 0;
    border-bottom: 1px solid rgba(86, 83, 81, 0.3);
    padding: 0 0 5px;
    font-size: 18px;
    font-weight: 400;
    color: #515356;
    line-height: 20px;
    background-color: transparent; }
    .modal-send_mail-shopping_list .modal-action .form-text:focus {
      border-color: #c7173b; }
  .modal-send_mail-shopping_list .modal-action .form-submit {
    margin-left: auto;
    margin-right: 0;
    display: block; }
