/* These are the conditional mixins for the different syntax for IE10 Flexbox */
.aui #xmas-pages #breadcrumbs {
  display: none; }

.xmas_menu {
  display: block;
  position: relative;
  background: #FFF;
  height: 32px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }

.xmas_menu ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
  text-align: center; }

.xmas_menu ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px 0 15px;
  position: relative; }

.xmas_menu ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  left: -25px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  background: url("../../images/custom/christmas2018/star.png") no-repeat;
  background-size: 100% auto; }

.xmas_menu ul li.first:before {
  display: none; }

.xmas_menu ul li a {
  padding: 0 12px;
  color: #d90210;
  line-height: 20px;
  font-weight: bold;
  font-family: "Asap", sans-serif; }

.xmas_menu ul li a:hover,
.xmas_menu ul li a:focus {
  color: #d90210;
  text-decoration: none; }

.xmas_menu ul li a .icn {
  display: none; }

.xmas_menu ul li.active a {
  border-bottom: 2px solid #d90210; }

.main-nav-bar .xmas_menu {
  display: none !important; }

@media (max-width: 767px) {
  .xmas_menu {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
    height: auto;
    box-shadow: 3px -3px 5px rgba(0, 0, 0, 0.2); }

  .xmas_menu:before {
    background: #d90210;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    position: absolute; }

  .xmas_menu ul {
    display: table;
    position: relative;
    z-index: 10;
    width: 100%;
    table-layout: fixed; }

  .xmas_menu ul li {
    display: table-cell;
    margin: 0;
    padding: 10px 0 10px 0;
    vertical-align: middle;
    border-right: 1px solid rgba(0, 0, 0, 0.2); }

  .xmas_menu ul li:before {
    display: none; }

  .xmas_menu ul li.first {
    display: none; }

  .xmas_menu ul li a {
    font-size: 12px;
    display: block;
    padding: 0 5px;
    line-height: 1em;
    color: #FFF; }

  .xmas_menu ul li a:hover {
    color: #FFF; }

  .xmas_menu ul li a.selected {
    color: #000; }

  .xmas_menu ul li a.selected:hover {
    color: #000; }

  .xmas_menu ul li a .icn {
    display: block;
    height: 40px;
    color: #FFF;
    line-height: 40px;
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px; } }
@keyframes star {
  25% {
    transform: translate(1px, 1px) scale(1.2); }

  50% {
    transform: translate(-1px, -1px) scale(0.9); }

  75% {
    transform: translate(1px, 1px) scale(1.5); }

  0%,
  100% {
    transform: translate(0, 0) scale(1); } }

@keyframes bg {
  25% {
    background-position-y: -10px; }

  50% {
    background-position-y: 0; }

  75% {
    background-position-y: 10px; }

  0%,
  100% {
    background-position-y: 0; } }

/*
@keyframes xmas_ball {
  10% {
    transform: translate(0, 1.5px) rotate(1.5deg); }
  20% {
    transform: translate(0, -1.5px) rotate(-0.5deg); }
  30% {
    transform: translate(0, 1.5px) rotate(-1.5deg); }
  50% {
    transform: translate(0, -1.5px) rotate(-1.5deg); }
  70% {
    transform: translate(0, 2.5px) rotate(1.5deg); }
  90% {
    transform: translate(0, -0.5px) rotate(1.5deg); }
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
}
*/
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0); }

  50% {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  60% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0); }

  70% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  80% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -500px, 0) scale(0.5);
    transform: translate3d(0, -500px, 0) scale(0.5); }

  /*50% {
    -webkit-transform:translate3d(0,0px,0);
    transform:translate3d(0,0,0)
  }
  60% {
    -webkit-transform:translate3d(0,-25px,0);
    transform:translate3d(0,-25px,0)
  }
  70% {
    -webkit-transform:translate3d(0,0px,0);
    transform:translate3d(0,0px,0)
  }

  80% {
    -webkit-transform:translate3d(0,-15px,0);
    transform:translate3d(0,-15px,0)
  }
  90% {
    -webkit-transform:translate3d(0,0px,0);
    transform:translate3d(0,0px,0)
  }*/
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); } }

.ricipe_xmas.parallax {
  overflow: hidden; }

.ricipe_xmas.parallax .top {
  background-image: url("../../images/custom/christmas2018/top_parallax.png"); }

.ricipe_xmas.parallax .bg_sx,
.ricipe_xmas.parallax .bg_dx {
  /*height: auto;
    padding-bottom: 220%;*/
  background: none;
  top: 0;
  z-index: 1; }

.bg_sx,
.bg_dx {
  pointer-events: none; }

.bg_sx *,
.bg_dx * {
  pointer-events: none; }

.ricipe_xmas {
  background: url("../../images/custom/christmas2018/bg.jpg") center;
  position: relative;
  padding-bottom: 15%;
  background-position: -31px 0; }

@media (max-width: 767px) {
  .ricipe_xmas {
    background: #FFF; } }
.ricipe_xmas .slick-slide {
  height: auto; }

.ricipe_xmas .slick-track {
  margin: 0 auto; }

.ricipe_xmas .container {
  position: relative;
  z-index: 10; }

@media (max-width: 1100px) {
  .ricipe_xmas .container {
    width: 90%; } }
@media (max-width: 767px) {
  .ricipe_xmas .container {
    width: 100%; } }
.ricipe_xmas .visual {
  margin-bottom: 60px; }

.ricipe_xmas .visual img {
  display: block;
  width: 100%;
  height: auto; }

.ricipe_xmas .section-text.white {
  padding: 30px;
  background: #FFF; }

.ricipe_xmas .banner.banner_xmas {
  position: relative; }

.ricipe_xmas .banner.banner_xmas .star-title {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  padding: 15px; }

.ricipe_xmas .banner.banner_xmas .star-title .tit {
  float: none; }

.ricipe_xmas .banner.banner_xmas .recipe-cta {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 25px; }

.ricipe_xmas .banner.banner_xmas .recipe-cta .txt {
  padding: 0 20px;
  position: relative;
  /*&:before,&:after{
          content: "";
          display: block;
          position: absolute;
          width: 16px;
          top:50%;

          height: 18px;
          background: url('@{img_path}star_white.png') no-repeat;
          background-size: 100% auto;
        }
        &:before{
          left: -20px;
          margin-top: -5px;
        }
        &:after{
          right: -20px;
          margin-top: -9px;
        }*/ }

@media (max-width: 1023px) {
  .ricipe_xmas .banner.banner_xmas .star-title {
    position: relative;
    padding: 0;
    font-size: 28px; } }
@media (max-width: 767px) {
  .ricipe_xmas .banner.banner_xmas .star-title {
    padding: 0;
    position: relative; }

  .ricipe_xmas .banner.banner_xmas .recipe-cta {
    position: relative;
    bottom: auto;
    margin-top: 15px; } }
@media (max-width: 479px) {
  .ricipe_xmas .banner.banner_xmas {
    overflow: hidden; }

  .ricipe_xmas .banner.banner_xmas img {
    width: 200%;
    max-width: none;
    margin-left: -50%; } }
.ricipe_xmas .n-recipe-list .n-row {
  box-sizing: border-box;
  overflow: inherit; }

.ricipe_xmas .n-recipe-list .n-row.inline-items {
  padding-left: 4px; }

@media (min-width: 768px) {
  .ricipe_xmas .n-recipe-list .n-row.inline-items > .flip-recipes > .n-col {
    display: inline-block;
    margin-left: -4px;
    float: none;
    vertical-align: top; } }
.ricipe_xmas .n-recipe-list .n-row.inline-items > .n-col {
  display: inline-block;
  margin-left: -4px;
  float: none;
  vertical-align: top; }

.ricipe_xmas .n-recipe-list .n-col {
  width: 33.333%;
  box-sizing: border-box; }

.ricipe_xmas .n-recipe-list .n-col .n-col {
  padding: 0;
  float: none;
  width: auto; }

@media (max-width: 1023px) {
  .ricipe_xmas .n-recipe-list .n-col {
    width: 50%; } }
@media (max-width: 479px) {
  .ricipe_xmas .n-recipe-list .n-col {
    width: 100%; } }
.ricipe_xmas .n-recipe {
  border-radius: 10px;
  overflow: hidden;
  border-color: #cccccc; }

.ricipe_xmas .n-recipe .image .recipe360Icon {
  position: absolute;
  width: 43.8%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: url(../../images/custom/christmas2018/recipe360.png) no-repeat center;
  background-size: 100% auto;
  z-index: 1; }

.ricipe_xmas .n-recipe .image .iconType.icoPlay {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../../images/custom/christmas2018/play.png) no-repeat center;
  background-size: 100% auto;
  z-index: 1; }

.ricipe_xmas .n-recipe .summary {
  border-top: 1px solid #CCC; }

.ricipe_xmas .slick-prev,
.ricipe_xmas .slick-next {
  width: 40px;
  height: 40px;
  background: #d90210;
  border-radius: 40px;
  color: #FFF;
  line-height: 40px;
  text-align: center;
  top: 50%;
  margin-top: -20px; }

.ricipe_xmas .slick-prev {
  left: -50px; }

.ricipe_xmas .slick-next {
  right: -50px; }

.ricipe_xmas .star-title {
  display: block;
  font-size: 37px;
  color: #d90210;
  line-height: 1em;
  font-family: "Asap", sans-serif;
  position: relative;
  margin-bottom: 40px; }

.ricipe_xmas .star-title .tit {
  display: block;
  float: left; }

.ricipe_xmas .star-title .bg {
  position: relative;
  height: 42px;
  display: block;
  overflow: hidden;
  background: url("../../images/custom/christmas2018/star_repeat.png") repeat-x center left; }

@media (max-width: 767px) {
  .ricipe_xmas .star-title {
    font-size: 24px;
    margin-bottom: 20px; }

  .ricipe_xmas .star-title .bg {
    height: 30px;
    background-size: auto 30px; } }
.ricipe_xmas .slider-ricette {
  display: block;
  margin-bottom: 40px; }

.ricipe_xmas .banner {
  display: block;
  margin-bottom: 40px; }

.ricipe_xmas .banner img {
  display: block;
  width: 100%;
  height: auto; }

.ricipe_xmas .launch-thumbs {
  background: #e9e5e2; }

.ricipe_xmas .n-recipe-steps .step {
  background: transparent;
  padding: 23px;
  border-radius: 10px;
  border: none;
  margin-bottom: 60px; }

.ricipe_xmas .n-recipe-steps .step.prep {
  border: none; }

.ricipe_xmas .n-recipe-steps .step.no_bg {
  box-shadow: none;
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: none;
  margin-bottom: 25px; }

.ricipe_xmas .n-recipe-steps .step.no_bg.prep .title,
.ricipe_xmas .n-recipe-steps .step.no_bg .title {
  margin-left: 0;
  padding: 0;
  margin-right: 0; }

.ricipe_xmas .n-recipe-steps .step:last-child {
  padding-bottom: 23px; }

@media (max-width: 1023px) {
  .ricipe_xmas .n-recipe-steps .step .n-col {
    width: auto;
    float: none; }

  .ricipe_xmas .n-recipe-steps .step .n-col.image {
    margin-bottom: 20px; } }
.ricipe_xmas .detail-recipe-top {
  background: #FFF;
  margin-bottom: 50px; }

.ricipe_xmas .detail-recipe-top .n-recipe-share {
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  background-color: rgba(217, 2, 16, 0.95);
  padding: 15px 0;
  width: auto; }

.ricipe_xmas .detail-recipe-top .n-recipe-share span {
  color: #FFF;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 1px;
  margin-right: 50px; }

@media (max-width: 767px) {
  .ricipe_xmas .detail-recipe-top .n-recipe-share span {
    margin-right: 0;
    margin-bottom: 20px;
    display: block; } }
.ricipe_xmas .detail-recipe-top .n-recipe-share:after {
  content: '';
  background-color: rgba(217, 2, 16, 0.95);
  position: absolute;
  height: 100%;
  width: 600%;
  right: -600%;
  top: 0; }

.ricipe_xmas .detail-recipe-top .n-recipe-share:before {
  content: '';
  background-color: rgba(217, 2, 16, 0.95);
  position: absolute;
  height: 100%;
  width: 600%;
  left: -600%;
  top: 0; }

.ricipe_xmas .detail-recipe-top .n-recipe-share a.img {
  width: 40px;
  height: 40px;
  font-size: 20px; }

@media (max-width: 767px) {
  .ricipe_xmas {
    padding-top: 0;
    padding-bottom: 120px; }

  .ricipe_xmas .container.nopad {
    padding: 0; }

  .ricipe_xmas .n-recipe-list .slick-prev {
    left: -10px; }

  .ricipe_xmas .n-recipe-list .slick-next {
    right: -10px; }

  .ricipe_xmas .full-mobile .star-title {
    padding: 0 22px; }

  .ricipe_xmas .n-recipe-steps .step {
    padding: 10px; } }
.aui .titleCenter {
  text-align: center;
  position: relative;
  overflow: hidden; }

.aui .titleCenter.hub-title {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (max-width: 767px) {
  .aui .titleCenter {
    margin: 20px auto; } }
.aui .titleCenter.xmasDecor {
  margin: auto;
  min-height: 54px;
  line-height: 54px; }

.aui .titleCenter.xmasDecor div:before,
.aui .titleCenter.xmasDecor div:after {
  content: "";
  position: absolute;
  height: 53px;
  width: 470px;
  width: calc(((940px - 100%) / 2));
  background-repeat: no-repeat;
  top: 0; }

@media (max-width: 767px) {
  .aui .titleCenter.xmasDecor div:before,
  .aui .titleCenter.xmasDecor div:after {
    display: none; } }
.aui .titleCenter.xmasDecor div:after {
  background-image: url("../../images/custom/christmas2018/titlebgdx.png");
  left: 100%;
  background-position: left center; }

@media (max-width: 767px) {
  .aui .titleCenter.xmasDecor div:after {
    display: none; } }
.aui .titleCenter.xmasDecor div:before {
  background-image: url("../../images/custom/christmas2018/titlebgsx.png");
  right: 100%;
  background-position: right center; }

@media (max-width: 767px) {
  .aui .titleCenter.xmasDecor div:before {
    display: none; } }
.aui .titleCenter.xmasDecor div span:before,
.aui .titleCenter.xmasDecor div span:after {
  z-index: 1;
  content: "";
  height: 54px;
  top: 50%;
  margin-top: -27px;
  width: 3em;
  position: absolute;
  display: none; }

@media (max-width: 767px) {
  .aui .titleCenter.xmasDecor div span:before,
  .aui .titleCenter.xmasDecor div span:after {
    display: none; } }
.aui .titleCenter.xmasDecor div span:before {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 60%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 60%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
  right: 100%;
  margin-right: -1em; }

@media (max-width: 767px) {
  .aui .titleCenter.xmasDecor div span:before {
    display: none; } }
.aui .titleCenter.xmasDecor div span:after {
  background: -moz-linear-gradient(left, white 40%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 40%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 40%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
  left: 100%;
  margin-left: -1em; }

@media (max-width: 767px) {
  .aui .titleCenter.xmasDecor div span:after {
    display: none; } }
.aui .titleCenter.xmasDecor div span em {
  position: relative;
  z-index: 2; }

@media (max-width: 767px) {
  .aui .titleCenter.xmasDecor div span em {
    line-height: 1;
    display: block; } }
.aui .titleCenter.xmasDecor.subtitle {
  margin: 0 auto 70px; }

@media (max-width: 767px) {
  .aui .titleCenter.xmasDecor.subtitle {
    max-width: 100%;
    margin: 0 auto 30px; } }
.aui .titleCenter div {
  font-family: "Asap", sans-serif;
  font-size: 35px;
  color: #d90210;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: auto;
  text-align: center;
  line-height: 53px;
  min-height: 40px;
  z-index: 5;
  box-sizing: border-box; }

@media (max-width: 767px) {
  .aui .titleCenter div {
    font-size: 26px;
    line-height: 1.1; } }
.aui .titleCenter div span {
  display: block;
  position: relative;
  z-index: 10;
  line-height: inherit; }

@media (max-width: 767px) {
  .aui .titleCenter div span {
    line-height: 1; } }
.aui .n-recipe-list .titleCenter {
  margin-bottom: 50px; }

@media (max-width: 767px) {
  .aui .n-recipe-list .titleCenter {
    margin-bottom: 30px;
    margin-top: 30px; } }
.aui .detail_title {
  margin: 0;
  position: relative;
  z-index: 10;
  background: #FFF; }

.aui .detail_title .title {
  padding: 20px 40px;
  color: #d90210;
  min-height: 80px;
  font-weight: normal;
  margin-bottom: -1em; }

@media (max-width: 1023px) {
  .aui .detail_title .title {
    font-size: 32px;
    display: block;
    margin-bottom: 0; } }
.aui .detail_title .title-info {
  vertical-align: middle;
  padding-right: 15px;
  padding-top: 10px; }

@media (max-width: 1023px) {
  .aui .detail_title .title-info {
    display: block;
    float: right; } }
@media (max-width: 767px) {
  .aui .detail_title .title {
    padding: 15px;
    height: auto;
    line-height: normal; }

  .aui .detail_title .title-info {
    float: none; }

  .aui .detail_title .title-info .difficult .icons {
    float: none; }

  .aui .detail_title .title-info .difficult .icons label {
    float: none; } }
.aui .n-recipe-steps .step .title {
  font-family: "Asap", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 28px;
  text-align: left;
  overflow: hidden;
  position: relative;
  margin: 0 -44px 10px -38px;
  padding-left: 38px;
  line-height: 40px;
  min-height: 40px; }

.aui .n-recipe-steps .step .title span {
  display: inline-block;
  line-height: 1.1em;
  text-align: left;
  min-height: 55px;
  position: relative; }

.aui .n-recipe-steps .step .title span:before,
.aui .n-recipe-steps .step .title span:after {
  content: "";
  position: absolute;
  width: 99em;
  height: 100%;
  top: 0;
  background-repeat: repeat-x;
  background-image: url("../../images/custom/ricette_natale/star_title.png"); }

.aui .n-recipe-steps .step .title span:before {
  left: 100%;
  margin-left: 15px;
  background-position: center left; }

.aui .n-recipe-steps .step .title span:after {
  right: 100%;
  display: none;
  margin-right: 15px;
  background-position: center right; }

@media (max-width: 1023px) {
  .aui .n-recipe-steps .step .title {
    font-size: 24px; } }
@media (max-width: 767px) {
  .aui .n-recipe-steps .step .title {
    font-size: 24px;
    min-height: 24px;
    margin-right: 0;
    overflow: hidden;
    margin-left: 0;
    padding-left: 0; }

  .aui .n-recipe-steps .step .title span {
    min-height: 30px; }

  .aui .n-recipe-steps .step .title span:after,
  .aui .n-recipe-steps .step .title span:before {
    background-size: auto 25px; } }
.aui .n-recipe-steps .step.prep .title {
  margin-left: -90px;
  padding-left: 88px; }

@media (max-width: 767px) {
  .aui .n-recipe-steps .step.prep .title {
    margin-left: -50px;
    padding-left: 48px; } }
.recipe-cta a,
.recipe-cta button {
  font-family: "Asap", sans-serif;
  cursor: pointer; }

.recipe-cta .load_more {
  margin-bottom: 20px; }

.cookie_stamp_steps {
  display: block; }

.cookie_stamp_steps .cookie_stamp_step {
  margin-bottom: 140px; }

.cookie_stamp_steps .cookie_stamp_step:last-child {
  margin-bottom: 20px; }

.cookie_stamp_steps .cookie_stamp_step:nth-child(odd) .cst_image {
  float: right; }

.cookie_stamp_steps .cookie_stamp_step:nth-child(odd) .icon {
  right: 0;
  left: auto; }

.cookie_stamp_steps .cookie_stamp_step .n-col {
  width: 50%; }

@media (max-width: 767px) {
  .cookie_stamp_steps .cookie_stamp_step .n-col {
    width: 100%; } }
.cookie_stamp_steps .cst_image img {
  display: block;
  width: 100%; }

.cookie_stamp_steps .desc {
  position: relative;
  margin-top: 40px;
  padding: 1px 20px 0 20px; }

.cookie_stamp_steps .step_desc {
  padding-top: 50px;
  position: relative; }

@media (max-width: 767px) {
  .cookie_stamp_steps .step_desc {
    padding-top: 0; } }
.cookie_stamp_steps .icon {
  text-align: right;
  position: absolute;
  width: 220px;
  top: 0;
  margin-top: -140px;
  left: 0; }

.cookie_stamp_steps .icon img {
  width: 100%;
  display: inline-block;
  height: auto; }

.cookie_stamp_steps .text {
  padding: 40px 70px 40px 70px;
  position: relative;
  z-index: 10;
  font-size: 22px;
  line-height: 1.2em;
  min-height: 200px;
  text-align: center; }

.cookie_stamp_steps .text:before,
.cookie_stamp_steps .text:after {
  width: 60px;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  top: 0; }

.cookie_stamp_steps .text:before {
  left: 0;
  background-position: center top;
  background-image: url("../../images/custom/christmas2018/cookie_stamp_bg_sx.png"); }

.cookie_stamp_steps .text:after {
  right: 0;
  background-position: center bottom;
  background-image: url("../../images/custom/christmas2018/cookie_stamp_bg_dx.png"); }

.cookie_stamp_steps .title {
  display: block;
  position: relative;
  font-family: "Asap", sans-serif;
  font-style: italic;
  margin-top: -20px;
  text-align: center;
  padding: 0 80px; }

.cookie_stamp_steps .title span {
  display: block;
  background: #d90210;
  color: #FFF;
  line-height: 1em;
  padding: 5px 15px;
  font-size: 29px;
  -ms-transform: skewX(1deg) rotate(1deg);
  /* IE 9 */
  -webkit-transform: skewX(1deg) rotate(1deg);
  /* Safari */
  transform: skewX(1deg) rotate(1deg);
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.3); }

.cookie_stamp_steps .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fefdf3;
  -ms-transform: skewX(1deg) rotate(-1deg);
  /* IE 9 */
  -webkit-transform: skewX(1deg) rotate(-1deg);
  /* Safari */
  transform: skewX(1deg) rotate(-1deg);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2); }

@media (max-width: 1100px) {
  .cookie_stamp_steps .text {
    font-size: 16px; }

  .cookie_stamp_steps .icon {
    width: 140px;
    margin-top: -70px; } }
@media (max-width: 1023px) {
  .cookie_stamp_steps .cookie_stamp_step {
    margin-bottom: 40px; }

  .cookie_stamp_steps .cst_image {
    margin-top: 50px;
    margin-bottom: 0px; }

  .cookie_stamp_steps .text {
    padding-left: 30px;
    padding-right: 30px;
    min-height: 100px;
    font-size: 14px; }

  .cookie_stamp_steps .text:before,
  .cookie_stamp_steps .text:after {
    width: 30px;
    background-size: 100% auto; }

  .cookie_stamp_steps .title {
    padding: 0 20px; }

  .cookie_stamp_steps .title span {
    font-size: 20px; } }
@media (max-width: 767px) {
  .cookie_stamp_steps .icon {
    display: none; }

  .cookie_stamp_steps .bg,
  .cookie_stamp_steps .title span {
    -ms-transform: none;
    /* IE 9 */
    -webkit-transform: none;
    /* Safari */
    transform: none; } }
.aui .thirdmenu .container {
  padding: 0;
  border-bottom: none;
  border-top: 0; }

.aui .thirdmenu .container ul.level-2 {
  display: none; }

.aui .thirdmenu .container a {
  color: #d90210; }

.xmas_menu_mobile {
  display: none; }

@media (max-width: 767px) {
  .xmas_menu_mobile {
    display: block; } }
.nutella_on_tv .pack {
  display: block;
  position: absolute;
  background: url("../../images/custom/ricette_natale/tv_pack.png") no-repeat;
  background-size: 100% auto;
  width: 173px;
  height: 199px;
  bottom: 0;
  right: 100%;
  margin-right: 0;
  z-index: 10; }

@media (max-width: 1600px) {
  .nutella_on_tv .pack {
    width: 120px; } }
@media (max-width: 1300px) {
  .nutella_on_tv .pack {
    display: none; } }
.nutella_on_tv .main_title {
  margin-bottom: 40px; }

.nutella_on_tv .visual {
  z-index: 2; }

.nutella_on_tv .video_container {
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2); }

.nutella_on_tv .intro_nutell_on_tv {
  position: relative;
  z-index: 0;
  padding: 30px 20px 0 20px;
  max-width: 515px;
  margin: -55px auto 45px auto; }

.nutella_on_tv .intro_nutell_on_tv .star {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  width: 111px;
  height: 96px;
  top: 30%; }

.nutella_on_tv .intro_nutell_on_tv .star.dx {
  right: 100%;
  background-image: url(../../images/custom/ricette_natale/tv_star_sx.png);
  margin-right: 20px; }

.nutella_on_tv .intro_nutell_on_tv .star.sx {
  left: 100%;
  margin-left: 20px;
  background-image: url(../../images/custom/ricette_natale/tv_star_dx.png); }

.nutella_on_tv .intro_nutell_on_tv .text {
  padding: 40px 70px 15px 70px;
  position: relative;
  z-index: 10;
  font-size: 22px;
  color: #411705;
  line-height: 1.2em;
  text-align: center; }

.nutella_on_tv .intro_nutell_on_tv .text:before,
.nutella_on_tv .intro_nutell_on_tv .text:after {
  width: 60px;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  top: 0; }

.nutella_on_tv .intro_nutell_on_tv .text:before {
  left: 0;
  background-position: center top;
  background-image: url("../../images/custom/christmas2018/cookie_stamp_bg_sx.png"); }

.nutella_on_tv .intro_nutell_on_tv .text:after {
  right: 0;
  background-position: center bottom;
  background-image: url("../../images/custom/christmas2018/cookie_stamp_bg_dx.png"); }

.nutella_on_tv .intro_nutell_on_tv .title {
  display: block;
  position: relative;
  text-align: center;
  padding: 0 80px;
  font-size: 45px;
  line-height: 40px; }

.nutella_on_tv .intro_nutell_on_tv .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fefdf3;
  -ms-transform: skewX(1deg) rotate(-1deg);
  /* IE 9 */
  -webkit-transform: skewX(1deg) rotate(-1deg);
  /* Safari */
  transform: skewX(1deg) rotate(-1deg);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2); }

.nutella_on_tv .intro_nutell_on_tv .cta_underline {
  position: relative;
  z-index: 10;
  font-size: 23px;
  padding-bottom: 15px; }

@media (max-width: 767px) {
  .nutella_on_tv {
    padding-top: 20px; }

  .nutella_on_tv .intro_nutell_on_tv .title {
    padding: 0 30px;
    font-size: 28px;
    line-height: 1.2em; }

  .nutella_on_tv .intro_nutell_on_tv .text {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px; }

  .nutella_on_tv .intro_nutell_on_tv .text:before,
  .nutella_on_tv .intro_nutell_on_tv .text:after {
    width: 30px;
    background-size: 100% auto; }

  .nutella_on_tv .intro_nutell_on_tv .cta_underline {
    font-size: 18px; } }
.range_gallery {
  min-height: 650px;
  margin-top: 40px; }

.range_gallery .slick-next,
.range_gallery .slick-prev {
  background: url(../../images/custom/ricette_natale/range_int_browse.png) no-repeat center top;
  background-size: 100% auto;
  width: 90px;
  height: 210px; }

.range_gallery .slick-next:before,
.range_gallery .slick-prev:before {
  margin-top: 10px;
  font-size: 22px; }

@media (max-width: 767px) {
  .range_gallery {
    min-height: 200px; }

  .range_gallery .container {
    min-height: 200px;
    padding: 25px; }

  .range_gallery .pbg {
    background-size: cover; }

  .range_gallery .slick-next,
  .range_gallery .slick-prev {
    height: 40px;
    background: #d90210;
    border-radius: 40px;
    color: #FFF;
    width: 40px;
    line-height: 40px;
    text-align: center;
    top: 50%;
    margin-top: -40px; }

  .range_gallery .slick-next:before,
  .range_gallery .slick-prev:before {
    width: inherit;
    height: inherit;
    font-size: 20px;
    margin: 0;
    line-height: inherit; }

  .range_gallery .slick-next {
    right: -15px; }

  .range_gallery .slick-prev {
    left: -15px; }

  .range_gallery .slider {
    padding: 0;
    bottom: 0;
    position: relative; } }
.launch-thumbs + .launch-thumbs {
  margin-top: 30px; }

.launch-thumbs.box-item-1 .n-col {
  width: 100%; }

.aui .launch-thumbs.box-item-1 .image.auto {
  height: auto;
  padding-bottom: 0; }

.aui .launch-thumbs.box-item-1 .image.auto img {
  width: 100%;
  height: auto; }

.aui .flip_steps_container .flip_steps,
.aui .flip-recipe-container .flip_arrows {
  border-bottom: none; }

.aui .pin_this {
  z-index: 9999999; }

@media (max-width: 1100px) {
  .aui .pin_this {
    display: none; } }
.aui.rtl .n-recipe-steps .step .title {
  text-align: inherit; }

.aui.rtl .n-recipe-steps .step .title span {
  padding-right: 10px; }

.aui.rtl .n-recipe-steps .step .title span:before {
  left: auto;
  right: 100%; }

.aui.rtl .n-recipe-steps .step .title span::before {
  margin-right: 21px;
  background-position: center right; }

.aui .text-steps .titleCenter {
  margin-bottom: 25px; }

.aui .text-steps .n-row {
  margin: 0 -10px; }

.aui .text-steps .n-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.aui .text-steps .n-col {
  padding: 0 10px;
  margin-bottom: 20px; }

.aui .text-steps .n-col .step-text {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  background: #FFF;
  padding: 23px;
  border-radius: 10px;
  border: 1px solid #d7dada;
  height: 100%;
  margin-bottom: 0; }

.aui .text-steps .sep {
  display: block;
  height: 0;
  border: none;
  margin: 0; }

.aui .text-steps .step-text .title {
  overflow: hidden; }

.aui .text-steps .step-text .title span {
  display: inline-block;
  line-height: 1.1em;
  text-align: left;
  position: relative;
  padding-top: 10px;
  /*
    &:before, &:after {
      content: "";
      position: absolute;
      width: 99em;
      height: 100%;
      top: 0;
      background-repeat: repeat-x;
      background-image: url("../../images/custom/ricette_natale/star_title.png");
    }
    &:before {
      left: 100%;
      margin-left: 15px;
      background-position: center left;
    }
    &:after {
      right: 100%;
      display: none;
      margin-right: 15px;
      background-position: center right;
    }

    */ }

@media (max-width: 1023px) {
  .aui .text-steps .step-text .title {
    font-size: 24px; } }
@media (max-width: 767px) {
  .aui .text-steps .step-text .title {
    font-size: 24px;
    min-height: 24px;
    margin-right: 0;
    overflow: hidden;
    margin-left: 0;
    padding-left: 0; }

  .aui .text-steps .step-text .title span {
    min-height: 30px; }

  .aui .text-steps .step-text .title span:after,
  .aui .text-steps .step-text .title span:before {
    background-size: auto 25px; } }
.detailRecipe {
  padding: 40px 0 0 0;
  text-align: center; }

.detailRecipe .difficult {
  display: inline-block;
  vertical-align: top;
  font-size: 22px; }

.detailRecipe label {
  color: #937e70;
  text-align: left;
  display: block;
  font-family: "Roboto", arial, sans-serif;
  font-size: 11px;
  font-weight: 700; }

.detailRecipe .sep {
  height: 12px;
  margin: 0 0 0 15px;
  margin-top: 0px;
  display: inline-block;
  width: 1px;
  vertical-align: top;
  margin-top: 7px;
  background: #D9D9D9; }

.detailRecipe .s-icon {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  vertical-align: top; }

.detailRecipe .s-icon .icn {
  font-size: 24px; }

.detailRecipe .s-icon em {
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  background: #411705;
  color: #FFF;
  text-align: center;
  line-height: 22px;
  font-style: normal;
  top: -14px;
  right: -14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700; }

@media (max-width: 767px) {
  .detailRecipe {
    padding-top: 15px; } }
.aui .n-recipe-steps .step ul li.combine .icn {
  font-size: 33px;
  color: #3c1a0a; }

.aui .n-recipe-steps .step.prep {
  margin-bottom: 70px;
  padding-bottom: 0; }

.aui .thirdmenu .container .xmas_menu ul li a {
  color: #FFF; }

.aui .thirdmenu .container .xmas_menu ul li.selected a {
  color: #411705; }

.xmas_menu {
  background-color: #d90210; }

.xmas_menu ul li {
  color: #FFF; }

.xmas_menu ul li:before {
  content: '';
  background: none; }

.xmas_menu ul li a {
  color: #FFF; }

.aui .custom-select .ui-selectmenu-button .ui-selectmenu-text.has-icon .cat-icon {
  right: 0; }

.aui .custom-select .ui-selectmenu-menu li.has-icon.has-level .ui-menu-item-wrapper {
  padding-left: 15px; }

.aui .custom-select .ui-selectmenu-menu li .cat-icon {
  top: inherit;
  line-height: normal;
  margin-top: 0;
  font-size: 25px;
  order: 2; }

.xmas-main-slider .slider {
  text-align: center; }

.xmas-main-slider .slider .slides {
  margin-bottom: 0; }

.ricipe_xmas {
  padding-bottom: 0; }

.ricipe_xmas .wMax {
  max-width: 1240px;
  margin: auto; }

.ricipe_xmas .shareSubVisual {
  margin: auto;
  display: inline-block;
  padding: 10px 90px;
  background-color: #d90210;
  color: #FFF;
  -ms-transform: skewX(7deg) rotate(0deg);
  -webkit-transform: skewX(7deg) rotate(0deg);
  transform: skewX(7deg) rotate(0deg);
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  font-size: 18px; }

@media (max-width: 1023px) {
  .ricipe_xmas .shareSubVisual {
    font-size: 13px; } }
@media (max-width: 767px) {
  .ricipe_xmas .shareSubVisual {
    padding: 10px; } }
.ricipe_xmas .shareSubVisual .contentFlex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row; }

@media (max-width: 767px) {
  .ricipe_xmas .shareSubVisual .contentFlex {
    display: block; } }
@media (max-width: 767px) {
  .ricipe_xmas .shareSubVisual .contentFlex span {
    display: block; } }
.ricipe_xmas .shareSubVisual .contentFlex .contentShare a.ico {
  max-width: 30px;
  margin: 5px;
  display: inline-block; }

@media (max-width: 767px) {
  .ricipe_xmas .shareSubVisual .contentFlex .contentShare a.ico {
    max-width: 30px;
    display: inline-block;
    width: 30px;
    height: 30px; } }
@media (max-width: 767px) {
  .ricipe_xmas .shareSubVisual .contentFlex .contentShare a.ico img {
    max-width: none;
    width: 100%; } }
.ricipe_xmas .custom-select .ui-selectmenu-menu li.has-icon .ui-menu-item-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.ricipe_xmas .custom-select .ui-selectmenu-menu li.has-icon.has-level .ui-menu-item-wrapper {
  padding-left: 15px; }

.ricipe_xmas .custom-select .ui-selectmenu-menu li .cat-icon {
  top: inherit;
  line-height: normal;
  margin-top: 0;
  font-size: 25px;
  order: 2; }

.ricipe_xmas .custom-select .ui-selectmenu-menu li .cat-icon .ui-menu-item-wrapper em {
  height: auto; }

.ricipe_xmas .recipe-cta button {
  display: inline-block;
  padding: 10px 90px;
  background-color: #d90210;
  color: #FFF;
  -ms-transform: skewX(6deg) rotate(-1deg);
  -webkit-transform: skewX(6deg) rotate(-1deg);
  transform: skewX(6deg) rotate(-1deg);
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  font-size: 18px; }

@media (max-width: 1023px) {
  .ricipe_xmas .recipe-cta button {
    font-size: 13px; } }
.ricipe_xmas .slider-ricette .slick-slide {
  height: auto; }

.ricipe_xmas .n-recipe-steps .step {
  padding: 0;
  margin-bottom: 50px; }

.ricipe_xmas .n-recipe-steps .step:last-child {
  padding-bottom: 0; }

@media (max-width: 767px) {
  .ricipe_xmas .n-recipe-steps .step.prep {
    margin-bottom: 30px;
    padding-bottom: 0; } }
.ricipe_xmas .n-recipe-steps .step .stepRecipeIco {
  color: #d90210;
  font-size: 80px;
  position: absolute;
  top: -25px;
  left: -25px;
  padding: 0;
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .ricipe_xmas .n-recipe-steps .step .stepRecipeIco {
    font-size: 50px;
    top: 0;
    left: 10px; } }
.ricipe_xmas .n-recipe-steps .step .stepRecipeIco em {
  color: #FFF;
  width: 100%;
  top: 0;
  font-style: normal;
  position: absolute;
  font-size: 40px;
  font-weight: 800;
  height: 100%;
  display: block;
  line-height: 80px;
  font-family: "Asap", sans-serif;
  text-align: center; }

@media (max-width: 767px) {
  .ricipe_xmas .n-recipe-steps .step .stepRecipeIco em {
    font-size: 30px;
    line-height: 50px; } }
.ricipe_xmas .n-recipe-steps .step .desc {
  width: 38%; }

@media (max-width: 1023px) {
  .ricipe_xmas .n-recipe-steps .step .desc {
    width: 100%; } }
.ricipe_xmas .n-recipe-steps .step .desc ul.listStep {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0; }

.ricipe_xmas .n-recipe-steps .step .desc ul.listStep li {
  position: relative;
  padding: 15px 0 15px 10px; }

.ricipe_xmas .n-recipe-steps .step .desc ul.listStep li:before {
  content: "\e90d";
  display: inline-block;
  margin-left: -33px;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 0;
  font-family: 'nutella-icon' !important;
  font-size: 33px; }

.ricipe_xmas .n-recipe-steps .step .image {
  width: 62%; }

@media (max-width: 1023px) {
  .ricipe_xmas .n-recipe-steps .step .image {
    width: 100%; } }
.ricipe_xmas .n-recipe-steps .step .overflow.hasflow {
  margin-left: -40px;
  padding-left: 60px; }

@media (max-width: 767px) {
  .ricipe_xmas .n-recipe-steps .step .overflow.hasflow {
    margin-left: 0;
    padding-left: 40px; } }
.ricipe_xmas .n-recipe-steps .contentImg img {
  width: 100%;
  height: auto; }

.ricipe_xmas .n-recipe {
  margin-bottom: 30px;
  background: transparent;
  border-radius: 0;
  border: none; }

.ricipe_xmas .n-recipe .image {
  height: auto;
  padding-bottom: 66.70%; }

.ricipe_xmas .n-recipe .image .pbg {
  background-position: center bottom; }

.ricipe_xmas .n-recipe a:hover {
  text-decoration: none; }

.ricipe_xmas .n-recipe .recipe-block-inner {
  display: block;
  position: relative; }

.ricipe_xmas .n-recipe .s-icon {
  color: #FFF; }

.ricipe_xmas .n-recipe .s-icon em {
  color: #d90210;
  background: #FFF; }

.ricipe_xmas .n-recipe:hover .summary.sx,
.ricipe_xmas .n-recipe.active .summary.sx {
  opacity: 1; }

.ricipe_xmas .n-recipe:hover .summary .contentOverIco,
.ricipe_xmas .n-recipe.active .summary .contentOverIco {
  transform: translateY(0);
  opacity: 1; }

.ricipe_xmas .n-recipe:hover .summary .contentShare,
.ricipe_xmas .n-recipe.active .summary .contentShare {
  transform: translateY(0);
  opacity: 1; }

.ricipe_xmas .n-recipe .summary {
  padding: 0;
  box-sizing: border-box; }

.ricipe_xmas .n-recipe .summary .contentOverIco {
  -webkit-transition: all 0.2s 0.2s ease-out;
  -moz-transition: all 0.2s 0.2s ease-out;
  -o-transition: all 0.2s 0.2s ease-out;
  transition: all 0.2s 0.2s ease-out;
  transform: translateY(-90px);
  opacity: 0; }

.ricipe_xmas .n-recipe .summary .diffs .icn {
  color: #FFF; }

.ricipe_xmas .n-recipe .summary .diffs .icn.active {
  color: #FFF; }

.ricipe_xmas .n-recipe .summary .s-icon {
  color: #FFF; }

.ricipe_xmas .n-recipe .summary .s-icon em {
  color: #d90210;
  background: #FFF; }

.ricipe_xmas .n-recipe .summary .txt {
  color: #FFF; }

.ricipe_xmas .n-recipe .summary.sx {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
  background: rgba(217, 2, 16, 0.8);
  padding: 20px 0; }

.ricipe_xmas .n-recipe .summary .recipe-cta {
  display: inline-block;
  padding: 10px;
  background: #FFF;
  color: #d90210;
  -ms-transform: skewX(6deg) rotate(-1deg);
  -webkit-transform: skewX(6deg) rotate(-1deg);
  transform: skewX(6deg) rotate(-1deg); }

.ricipe_xmas .n-recipe .summary .recipe-cta .txt {
  color: #d90210;
  font-size: 20px; }

.ricipe_xmas .n-recipe .summary .contentShare {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.2s 0.2s ease-out;
  -moz-transition: all 0.2s 0.2s ease-out;
  -o-transition: all 0.2s 0.2s ease-out;
  transition: all 0.2s 0.2s ease-out;
  transform: translateY(90px);
  opacity: 0; }

.ricipe_xmas .n-recipe .summary .contentShare span {
  color: #FFF;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  margin-right: 10px; }

.ricipe_xmas .n-recipe .summary .contentShare .ico {
  margin: 0 10px;
  max-width: 34px;
  height: auto; }

.ricipe_xmas .n-recipe .summary .contentShare .ico img {
  width: 100%;
  height: auto; }

@media (min-width: 850px) and (max-width: 1100px) {
  .ricipe_xmas .n-recipe .summary .s-icon .icn {
    font-size: 16px; }

  .ricipe_xmas .n-recipe .summary .contentShare span {
    font-size: 14px; }

  .ricipe_xmas .n-recipe .summary .contentShare .ico {
    margin: 0 2px;
    max-width: 28px; }

  .ricipe_xmas .n-recipe .summary .recipe-cta .txt {
    font-size: 16px; } }
.ricipe_xmas .n-recipe .title {
  color: #d90210;
  text-align: center;
  display: block;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  margin-right: 0;
  margin-top: 6px; }

.ricipe_xmas .n-recipe .title:hover {
  text-decoration: none; }

.ricipe_xmas .n-recipes {
  padding-bottom: 20px; }

.ricipe_xmas .n-recipes .detail-recipe-top {
  max-width: 1024px;
  margin: auto;
  background: transparent; }

@media (max-width: 767px) {
  .ricipe_xmas .n-recipes .detail-recipe-top {
    padding: 30px 0px 10px 0px; } }
.ricipe_xmas .n-recipes .detail-recipe-top .title {
  color: #d90210;
  font-family: "Asap", sans-serif;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: .4em; }

@media (max-width: 767px) {
  .ricipe_xmas .n-recipes .detail-recipe-top .title {
    font-size: 27px; } }
.ricipe_xmas .n-recipes .detail-recipe-top .title.subtitle {
  font-family: "Asap", sans-serif;
  font-weight: 100;
  font-size: 24px;
  color: #000; }

@media (max-width: 767px) {
  .ricipe_xmas .n-recipes .detail-recipe-top .title.subtitle {
    font-size: 21px; } }
.ricipe_xmas .n-recipes .detail-recipe-top .contentText {
  position: relative;
  margin-bottom: 40px; }

@media (max-width: 767px) {
  .ricipe_xmas .n-recipes .detail-recipe-top .contentText {
    padding-right: 0; } }
.ricipe_xmas .n-recipes .detail-recipe-top .contentText .text {
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
  padding-right: 20px;
  line-height: 1.25em;
  font-family: "Asap", sans-serif; }

@media (max-width: 767px) {
  .ricipe_xmas .n-recipes .detail-recipe-top .contentText .text {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0; } }
.ricipe_xmas .n-recipes .detail-recipe-top .contentText .contentIcoDowload {
  display: block;
  position: relative;
  margin-top: 30px; }

@media (max-width: 767px) {
  .ricipe_xmas .n-recipes .detail-recipe-top .contentText .contentIcoDowload {
    position: relative;
    margin-top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
.ricipe_xmas .n-recipes .detail-recipe-top .contentText a img {
  width: 40px; }

.ricipe_xmas .n-recipes .detail-recipe-top .contentText a span {
  color: #d90210;
  display: block;
  margin-top: 10px;
  font-weight: bold; }

@media (max-width: 767px) {
  .ricipe_xmas .n-recipes .detail-recipe-top .contentText a img {
    width: 40px; }

  .ricipe_xmas .n-recipes .detail-recipe-top .contentText a span {
    margin-top: -12px;
    padding-left: 15px;
    text-decoration: underline; }

  .ricipe_xmas .n-recipes .detail-recipe-top .contentText a img,
  .ricipe_xmas .n-recipes .detail-recipe-top .contentText a span {
    display: inline-block;
    vertical-align: middle; } }
.ricipe_xmas .n-recipe-list .n-row.slick-slider {
  max-width: 1024px;
  margin: auto; }

.ricipe_xmas .n-recipe-list .n-row.slick-slider .title {
  font-size: 18px; }

.ricipe_xmas .n-recipe-list .star-title {
  text-align: center;
  margin: 50px auto; }

.ricipe_xmas .n-recipe-list .star-title .tit {
  float: none; }

.ricipe_xmas .bottom {
  background: none;
  padding: 0; }

.contentStripe {
  background: #FFF;
  width: 100%; }

@media (max-width: 767px) {
  .contentStripe {
    padding-bottom: 30px; } }
.contentStripe .container {
  padding: 0; }

.contentStripe .content {
  background-color: #FFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

@media (max-width: 767px) {
  .contentStripe .content {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; } }
.contentStripe .content .bkg {
  display: block;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.contentStripe .content .bkg .bg {
  position: absolute;
  top: 0;
  width: calc(100% + ((100vw - 980px) / 2));
  height: 100%;
  background-size: cover; }

@media screen and (max-width: 1240px) {
  .contentStripe .content .bkg .bg {
    width: 100%; } }
@media (max-width: 767px) {
  .contentStripe .content .bkg .bg {
    position: relative; } }
.sxAlign.contentStripe .content .bkg .bg {
  right: 0;
  background-position: right center; }

@media (max-width: 767px) {
  .sxAlign.contentStripe .content .bkg .bg {
    background-position: center; } }
.dxAlign.contentStripe .content .bkg .bg {
  left: 0;
  background-position: left center; }

@media (max-width: 767px) {
  .dxAlign.contentStripe .content .bkg .bg {
    background-position: center; } }
.sxAlign.contentStripe .content .bkg {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 72%;
  position: relative;
  padding-top: 35%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  float: left; }

@media (max-width: 767px) {
  .sxAlign.contentStripe .content .bkg {
    width: 100%;
    height: 214px;
    padding-top: 0; } }
.sxAlign.contentStripe .content .bkg:before {
  content: '';
  background: url("../../images/custom/christmas2018/profiloDx.png");
  width: 99px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 1; }

@media (max-width: 767px) {
  .sxAlign.contentStripe .content .bkg:before {
    display: none; } }
.dxAlign.contentStripe .content .bkg {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  float: right;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 73%;
  position: relative;
  padding-top: 35%; }

@media (max-width: 767px) {
  .dxAlign.contentStripe .content .bkg {
    width: 100%;
    height: 214px;
    order: 1;
    padding-top: 30px; } }
.dxAlign.contentStripe .content .bkg:before {
  content: '';
  background: url("../../images/custom/christmas2018/profiloSx.png");
  width: 99px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left;
  z-index: 1; }

@media (max-width: 767px) {
  .dxAlign.contentStripe .content .bkg:before {
    display: none; } }
.contentStripe .content .overBkg {
  width: 28%;
  padding: 0 15px;
  box-sizing: border-box; }

@media (max-width: 767px) {
  .contentStripe .content .overBkg {
    width: 100%;
    padding: 0; } }
.sxAlign.contentStripe .content .overBkg {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  float: right; }

.dxAlign.contentStripe .content .overBkg {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  float: left; }

@media (max-width: 767px) {
  .dxAlign.contentStripe .content .overBkg {
    order: 2; } }
.contentStripe .contentText {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%; }

@media (max-width: 767px) {
  .contentStripe .contentText {
    margin-top: 10px; } }
.contentStripe .contentText span {
  width: 100%;
  display: block; }

.contentStripe .contentText span.title {
  color: #d90210;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 18px;
  line-height: 1; }

@media (max-width: 1023px) {
  .contentStripe .contentText span.title {
    font-size: 20px;
    margin-bottom: 8px; } }
.contentStripe .contentText span.desc {
  color: #000;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px; }

@media (max-width: 1023px) {
  .contentStripe .contentText span.desc {
    font-size: 15px;
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  .contentStripe .contentText span.desc {
    color: #000; } }
.contentStripe .recipe-cta {
  display: inline-block;
  padding: 10px 30px;
  background: #d90210;
  color: #FFF;
  -ms-transform: skewX(6deg) rotate(-1deg);
  -webkit-transform: skewX(6deg) rotate(-1deg);
  transform: skewX(6deg) rotate(-1deg); }

@media (max-width: 1023px) {
  .contentStripe .recipe-cta {
    font-size: 13px; } }
.contentStripe .recipe-cta .txt {
  color: #FFF;
  font-weight: 600;
  letter-spacing: 1px; }

.contentStripe .recipe-cta:hover,
.contentStripe .recipe-cta:focus {
  text-decoration: underline;
  color: #FFF; }

.bgDxTree,
.bgSxTree {
  position: absolute;
  max-height: 588px;
  width: 20%;
  max-width: 300px;
  width: calc((100vw - 980px)/2);
  bottom: 0;
  background-image: url("../../images/custom/christmas2018/treeSx.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  height: 100%; }

@media (max-width: 767px) {
  .bgDxTree,
  .bgSxTree {
    display: none; } }
.bgSxTree {
  right: 0; }

.bgDxTree {
  left: 0; }

.bg_sx {
  position: absolute;
  height: 100%;
  width: 16%;
  width: calc((100vw - 980px)/2);
  top: 0;
  left: 0; }

@media screen and (max-width: 1100px) {
  .bg_sx {
    width: 10%; } }
@media (max-width: 767px) {
  .bg_sx {
    display: none; } }
.bg_dx {
  position: absolute;
  height: 100%;
  width: 16%;
  width: calc((100vw - 980px)/2);
  top: 0;
  right: 0; }

@media screen and (max-width: 1100px) {
  .bg_dx {
    width: 10%; } }
@media (max-width: 767px) {
  .bg_dx {
    display: none; } }
@keyframes hoverDetailRecipe {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.aui .xmas-main-slider {
  background: #FFF; }

.aui .xmas-main-slider .slider .slick-list {
  overflow: visible; }

.aui .xmas-main-slider .slider .slide {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: relative; }

.aui .xmas-main-slider .slider .slide.slick-active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100); }

.aui .xmas-main-slider .slider .slide .titleVisual {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  box-sizing: border-box; }

@media (max-width: 767px) {
  .aui .xmas-main-slider .slider .slide .titleVisual {
    display: none; } }
.aui .xmas-main-slider .slider .slide .titleVisual span {
  display: inline-block;
  padding: 10px 90px;
  background-color: #d90210;
  color: #FFF;
  -ms-transform: skewX(6deg) rotate(-1deg);
  -webkit-transform: skewX(6deg) rotate(-1deg);
  transform: skewX(6deg) rotate(-1deg);
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  font-size: 18px; }

@media (max-width: 1023px) {
  .aui .xmas-main-slider .slider .slide .titleVisual span {
    font-size: 13px; } }
.aui .xmas-main-slider .slider .slide .ctaVisual {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  box-sizing: border-box; }

@media (max-width: 767px) {
  .aui .xmas-main-slider .slider .slide .ctaVisual {
    display: none; } }
.aui .xmas-main-slider .slider .slide .ctaVisual span {
  display: block;
  min-width: 280px;
  background: #FFF;
  -webkit-transform: skewX(5deg);
  -moz-transform: skewX(5deg);
  -o-transform: skewX(5deg);
  -ms-transform: skewX(5deg);
  transform: skewX(5deg);
  text-align: center;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  color: #d90210;
  min-height: auto;
  line-height: 24px;
  font-size: 20px;
  padding: 10px 15px; }

.aui .mobile_slider .container {
  padding: 0; }

.slider_refresh {
  display: none; }

@media (max-width: 767px) {
  .mobile_slider .ctaVisual,
  .mobile_slider .titleVisual {
    display: none; }

  .aui .n-recipe.mobile-toggle .summary {
    -webkit-transform: translate(0, 150%);
    -moz-transform: translate(0, 150%);
    -o-transform: translate(0, 150%);
    -ms-transform: translate(0, 150%);
    transform: translate(0, 150%); }

  .aui .n-recipe.mobile-toggle.active .summary {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

  .aui .n-recipe.mobile-toggle {
    max-width: none; }

  .aui .n-recipe.mobile-toggle .image {
    padding-bottom: 66.7%; }

  .aui .n-recipe-steps .step.prep .image {
    display: block; }

  .slider_refresh {
    display: block; }

  #header .dockbar {
    display: none; }

  .portlet-borderless-bar {
    display: none; }

  .ricipe_xmas .n-recipe .flip-item .title {
    background: #FFF;
    margin: 0;
    padding: 6px;
    min-height: 80px; }

  .ricipe_xmas .flip-recipe-container .flip-recipes {
    padding-bottom: 90%; } }
.aui .xmas-visual-full {
  display: block;
  position: relative;
  overflow: hidden;
  background: #FFF; }

.aui .xmas-visual-full.max .visual img {
  max-width: 768px;
  margin: 0 auto; }

.aui .xmas-visual-full .visual {
  margin-bottom: 0; }

.aui .xmas-visual-full .blurimg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); }

.aui .xmas-visual-full .container {
  position: relative;
  z-index: 10; }

.xmas-intro {
  display: block;
  text-align: center;
  padding-top: 55px; }

.xmas-intro .section-title {
  font-family: "Asap", sans-serif;
  font-weight: 700;
  color: #d90210;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 15px; }

@media (max-width: 767px) {
  .xmas-intro .section-title {
    font-size: 25px; } }
.xmas-intro .section-text {
  padding: 0;
  background: transparent;
  max-width: 860px;
  margin: 0 auto; }

.aui .xmas-tools-steps {
  padding-top: 50px;
  padding-bottom: 50px; }

@media (max-width: 767px) {
  .aui .xmas-tools-steps {
    padding: 20px 0; } }
.aui .xmas-tools-steps .titleCenter {
  margin-bottom: 70px; }

@media (max-width: 767px) {
  .aui .xmas-tools-steps .titleCenter {
    margin-bottom: 20px; } }
.aui .xmas-tools-steps .titleCenter span {
  font-style: normal; }

.aui .xmas-tools-steps .steps {
  display: block;
  padding-left: 4px;
  text-align: center; }

.aui .xmas-tools-steps .steps .step {
  width: 33.333%;
  float: none;
  display: inline-block;
  margin-left: -4px;
  vertical-align: top; }

@media (max-width: 767px) {
  .aui .xmas-tools-steps .steps .step {
    width: 100%;
    margin-left: 0; } }
.aui .xmas-tools-steps .steps .step-content {
  display: block;
  position: relative;
  text-align: center; }

.aui .xmas-tools-steps .steps .step-content .number {
  position: absolute;
  font-size: 70px;
  line-height: 1;
  text-align: center;
  width: 1em;
  color: #d90210;
  left: -10px;
  top: -30px; }

@media (max-width: 767px) {
  .aui .xmas-tools-steps .steps .step-content .number {
    font-size: 50px;
    left: 0;
    top: 0; } }
.aui .xmas-tools-steps .steps .step-content .number em {
  font-style: normal;
  left: 0;
  top: 0;
  position: absolute;
  width: inherit;
  height: inherit;
  line-height: 70px;
  color: #FFF;
  font-size: 40px;
  font-family: "Asap", sans-serif;
  font-weight: 700; }

@media (max-width: 767px) {
  .aui .xmas-tools-steps .steps .step-content .number em {
    line-height: 50px;
    font-size: 30px; } }
.aui .xmas-tools-steps .steps .step-content .image {
  display: block;
  margin-bottom: 10px; }

.aui .xmas-tools-steps .steps .step-content .image img {
  display: block;
  width: 100%;
  height: auto; }

.aui .xmas-tools-steps .steps .step-content .tit {
  display: block;
  color: #d90210;
  font-size: 24px;
  font-family: "Asap", sans-serif;
  font-weight: 700; }

@media (max-width: 767px) {
  .aui .xmas-tools-steps .steps .step-content .tit {
    margin-top: 20px; } }
.aui .xmas-tools-steps .steps .step-content .text {
  margin-top: 10px;
  color: #000;
  font-size: 17px; }

@media (max-width: 767px) {
  .aui .xmas-tools-steps .steps .step-content .text {
    margin: 10px auto 20px; } }
.rangeMainTitle {
  background: #d90210;
  mix-blend-mode: multiply;
  color: #FFF;
  padding: 25px 0; }

.rangeMainTitle h1 {
  margin: 0;
  font-size: 36px;
  text-align: center;
  font-family: "Asap", sans-serif;
  line-height: 1; }

.rangeMainTitle h2 {
  text-align: center;
  line-height: 1;
  margin: 0;
  margin-top: .5em;
  font-weight: normal;
  font-size: 20px; }

@media (max-width: 767px) {
  .rangeMainTitle {
    padding: 25px 0; }

  .rangeMainTitle h1 {
    font-size: 24px; }

  .rangeMainTitle h2 {
    font-size: 18px; } }
.aui .range-collection {
  display: block; }

.aui .range-collection .titleCenter {
  margin-bottom: 30px; }

.aui .range-collection .titleCenter div {
  font-size: 28px; }

.aui .range-collection .titleCenter span {
  background: #d90210;
  -webkit-transform: skewX(-5deg);
  -moz-transform: skewX(-5deg);
  -o-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  transform: skewX(-5deg);
  min-width: 300px; }

.aui .range-collection .titleCenter span em {
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
  background: #d90210;
  color: #FFF; }

@media (max-width: 767px) {
  .aui .range-collection .titleCenter span {
    min-width: 100px;
    padding: 8px 20px; } }
.aui .range-collection .jarSlider {
  margin-bottom: 30px;
  border-bottom: 2px solid #d90210; }

.aui .range-collection .jarSlider .image {
  display: block; }

.aui .range-collection .jarSlider .image img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.aui .range-collection .jarSlider .slick-prev {
  left: 0; }

.aui .range-collection .jarSlider .slick-next {
  right: 0; }

@media (min-width: 767px) {
  .aui .range-collection .jarSlider .slider {
    padding-left: 4px;
    text-align: center; }

  .aui .range-collection .jarSlider .slide {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    margin-left: -4px; } }
.aui .range-collection .jarSlider .jarTit {
  display: none; }

.aui .videoBlockNatale {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 12px; }

@media (max-width: 767px) {
  .aui .videoBlockNatale {
    padding: 0; }

  .aui .videoBlockNatale .container {
    padding: 0; }

  .aui .videoBlockNatale .social-christmas {
    margin-top: 0; } }
.aui .custom-select {
  display: block;
  position: relative; }

.aui .custom-select * {
  box-sizing: border-box; }

.aui .custom-select.has-selected .reset-close {
  display: block; }

.aui .custom-select.has-selected .ui-selectmenu-button .ui-selectmenu-icon {
  display: none; }

.aui .custom-select .reset-close {
  display: none;
  position: absolute;
  right: 0;
  height: 50px;
  width: 30px;
  text-align: center;
  top: 0;
  padding: 0;
  background: transparent;
  color: #FFF;
  border: 0;
  z-index: 20;
  background: url("../../images/custom/christmas2018/close.png") no-repeat center;
  background-size: 13px auto; }

.aui .custom-select .ui-selectmenu-button {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  font-size: 14px;
  position: relative; }

.aui .custom-select .ui-selectmenu-button .ui-selectmenu-icon {
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  margin-top: -0.5em;
  text-align: center;
  text-indent: 0;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }

.aui .custom-select .ui-selectmenu-button .ui-selectmenu-text {
  position: relative;
  padding: 0 15px;
  margin-right: 0; }

.aui .custom-select .ui-selectmenu-button .ui-selectmenu-text.has-icon {
  padding-left: 35px;
  position: relative; }

.aui .custom-select .ui-selectmenu-button .ui-selectmenu-text.has-icon.has-level {
  padding-left: 15px; }

.aui .custom-select .ui-selectmenu-button .ui-selectmenu-text.has-icon .cat-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 18px; }

.aui .custom-select .ui-selectmenu-button .ui-selectmenu-text.has-icon .cat-icon span {
  margin-right: 1px; }

.aui .custom-select .ui-selectmenu-button .ui-selectmenu-text.has-icon .cat-icon span.level {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40); }

.aui .custom-select .ui-selectmenu-button .ui-selectmenu-text.has-icon .cat-icon span.level.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100); }

.aui .custom-select .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.aui .custom-select .ui-selectmenu-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }

.aui .custom-select .ui-selectmenu-menu ul {
  display: block;
  padding: 0;
  max-width: 100%;
  margin: 0;
  list-style-type: none; }

.aui .custom-select .ui-selectmenu-menu li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #612200;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  background: #e6e6e6; }

.aui .custom-select .ui-selectmenu-menu li:last-child {
  border-bottom: 0; }

.aui .custom-select .ui-selectmenu-menu li .cat-icon {
  color: #411705;
  font-size: 20px; }

.aui .custom-select .ui-selectmenu-menu li .cat-icon span {
  margin-right: 1px; }

.aui .custom-select .ui-selectmenu-menu li .cat-icon span.level {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40); }

.aui .custom-select .ui-selectmenu-menu li .cat-icon span.level.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100); }

.aui .custom-select .ui-selectmenu-menu li:hover {
  background: #411705;
  color: #FFF; }

.aui .custom-select .ui-selectmenu-menu li:hover .cat-icon {
  color: #FFF; }

.aui .custom-select .ui-selectmenu-menu li:hover em {
  color: #FFF; }

.aui .custom-select .ui-selectmenu-menu li.has-icon .ui-menu-item-wrapper {
  padding-left: 35px; }

.aui .custom-select .ui-selectmenu-menu li.has-icon.has-level .ui-menu-item-wrapper {
  padding-left: 15px; }

.aui .custom-select .ui-selectmenu-menu li.has-icon.cat-icon-recipe-category {
  padding-left: 0; }

.aui .custom-select .ui-selectmenu-menu li.has-icon:before {
  position: absolute;
  left: 0;
  width: 35px;
  padding: 0;
  top: 50%;
  font-size: 20px;
  line-height: 1;
  margin-top: -0.5em;
  text-align: center; }

.aui .custom-select .ui-selectmenu-menu li .ui-menu-item-wrapper {
  color: #FFF;
  font-size: 14px;
  padding: 4px 15px;
  margin: 0;
  vertical-align: middle;
  text-transform: uppercase;
  display: block;
  height: 49px;
  line-height: 41px;
  position: relative; }

.aui .custom-select .ui-selectmenu-menu li .ui-menu-item-wrapper em {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-top: -2px; }

.aui .hub-filters {
  display: block;
  padding-bottom: 50px;
  /*.filters {
      border-bottom: 2px solid @red;
      margin-bottom: 25px;
      .submit {
        font-weight: 700;
      }
      .filter-list {

      }
      .filter {

      }
      .custom-select {
        .ui-selectmenu-button {
          background-color: #e6e6e6;
          .ui-selectmenu-text {
            &.has-icon {
              &.has-level {
                padding-left: 15px;

              }
              .cat-icon {
                font-size: 25px;
                right: 15px;
                left: auto;
              }
            }
          }
        }
      }

    }*/ }

.aui .hub-filters * {
  box-sizing: border-box; }

.aui .hub-filters .social-christmas {
  margin-bottom: 15px; }

.aui .hub-filters .filter-title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px; }

.aui .hub-filters .free-search {
  height: 50px;
  margin-bottom: 6px;
  border-bottom: none;
  color: #542008;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  background-color: #f2f2f2; }

.aui .hub-filters .free-search .autocomplete {
  display: block;
  height: 50px;
  margin-top: 20px;
  padding: 0 40px 0 15px;
  width: 100%;
  border: none;
  background: none; }

.aui .hub-filters .free-search .autocomplete ::-webkit-input-placeholder {
  color: #411705;
  opacity: 1; }

.aui .hub-filters .free-search .autocomplete ::-moz-placeholder {
  /* Firefox 19+ */
  color: #411705;
  opacity: 1; }

.aui .hub-filters .free-search .autocomplete :-ms-input-placeholder {
  /* IE 10+ */
  color: #411705;
  opacity: 1; }

.aui .hub-filters .free-search .autocomplete :-moz-placeholder {
  /* Firefox 18- */
  color: #411705;
  opacity: 1; }

.aui .hub-filters .free-search .autocomplete:focus {
  outline: none; }

.aui .hub-filters .free-search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: none;
  border: none;
  padding: 0;
  line-height: 50px;
  color: #411705;
  font-size: 19px; }

@media (max-width: 767px) {
  .aui .hub-filters .free-search button {
    margin: 0; } }
.aui .hub-filters .free-search select {
  display: none; }

.aui .hub-filters .free-search .ui-menu {
  background: #FFF;
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 250px;
  overflow: auto;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); }

.aui .hub-filters .free-search .ui-menu li {
  border-bottom: 1px solid #411705;
  margin: 0;
  padding: 0; }

.aui .hub-filters .free-search .ui-menu li:hover {
  background: #411705; }

.aui .hub-filters .free-search .ui-menu li:hover a {
  color: #FFF; }

.aui .hub-filters .free-search .ui-menu li a {
  display: block;
  color: #000;
  padding: 10px 10px;
  font-size: 16px;
  font-style: normal; }

.aui .hub-filters .free-search .ui-menu .ui-state-focus,
.aui .hub-filters .free-search .ui-menu .ui-state-active {
  margin: 0; }

.aui .hub-filters .filters {
  display: block; }

.aui .hub-filters .filters .filter {
  display: inline-block;
  margin-left: -4px;
  vertical-align: top;
  width: 25%;
  padding: 0 3px;
  text-align: left; }

.aui .hub-filters .filters .filter .contentFlex {
  background-color: #e6e6e6;
  padding: 0 15px;
  height: 50px; }

.aui .hub-filters .filters .filter .contentFlex label {
  color: #542008;
  font-style: normal;
  text-transform: uppercase; }

.aui .hub-filters .filters .filter .custom-select {
  background: #e6e6e6; }

.aui .hub-filters .filters .filter .custom-select .ui-selectmenu-icon {
  color: #411705; }

.aui .hub-filters .filters .filter .custom-select .ui-selectmenu-icon:before {
  content: "\e605";
  font-family: 'nutella-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.aui .hub-filters .filters .filter .recipe-difficulty .item-value em,
.aui .hub-filters .filters .filter .recipe-cost .item-value em {
  display: none; }

.aui .hub-filters .filters .filter .full-checkbox {
  display: block;
  height: 50px;
  position: relative; }

.aui .hub-filters .filters .filter .full-checkbox input {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0); }

.aui .hub-filters .filters .filter .full-checkbox input:checked + label {
  background: #411705;
  color: #FFF; }

.aui .hub-filters .filters .filter .full-checkbox input:checked + label em {
  color: #FFF; }

.aui .hub-filters .filters .filter .full-checkbox input:checked + label:before {
  background: url("../../images/custom/christmas2018/close.png") no-repeat center;
  background-size: 13px auto; }

.aui .hub-filters .filters .filter .full-checkbox label {
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: #e6e6e6;
  padding: 0 35px 0 15px;
  margin: 0;
  position: relative;
  text-transform: uppercase; }

.aui .hub-filters .filters .filter .full-checkbox label:before {
  width: 16px;
  height: 16px;
  background: #FFF;
  border: 1px solid #411705;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px; }

.aui .hub-filters .filters .filter .full-checkbox label em {
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }

.aui .hub-filters .filters .filter .selected-item-value em {
  color: #FFF; }

.aui .hub-filters .filters .filter-list {
  display: block;
  margin: 0 -3px;
  padding-left: 4px; }

@media (max-width: 767px) {
  .aui .hub-filters .filters .filter-list {
    padding-left: 0; } }
.aui .hub-filters .filters .submit {
  display: block;
  margin: 0 auto;
  height: 40px;
  background: none;
  color: #411705;
  border: none;
  text-decoration: underline; }

.aui .hub-filters .filters em {
  font-weight: 700;
  font-style: normal; }

.aui .hub-filters .filters .custom-select .ui-selectmenu-button {
  background-color: #e6e6e6;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  font-weight: 500;
  text-transform: uppercase; }

.aui .hub-filters .filters .custom-select .ui-selectmenu-button .ui-selectmenu-text.has-icon.has-level {
  padding-left: 15px; }

.aui .hub-filters .filters .custom-select .ui-selectmenu-button .ui-selectmenu-text.has-icon .cat-icon {
  font-size: 20px;
  right: 25px;
  left: auto; }

.aui .hub-filters .filters .custom-select .ui-selectmenu-button .ui-selectmenu-text {
  display: block;
  height: 50px; }

.aui .hub-filters .filters .custom-select .ui-selectmenu-button .ui-selectmenu-text.selected-item-value {
  background: #411705; }

.aui .hub-filters .filters .custom-select .ui-selectmenu-button .ui-selectmenu-text.selected-item-value ~ .ui-selectmenu-icon {
  color: #FFF; }

.aui .hub-filters .filters .custom-select .ico-shape.active:before {
  content: "\e90c"; }

.aui .hub-filters .filters .custom-select.recipe-difficulty .ui-selectmenu-button .selected-item-value .cat-icon,
.aui .hub-filters .filters .custom-select.recipe-cost .ui-selectmenu-button .selected-item-value .cat-icon {
  font-size: 16px; }

.aui .hub-filters .filters .custom-select.recipe-difficulty .ui-selectmenu-button .selected-item-value em,
.aui .hub-filters .filters .custom-select.recipe-cost .ui-selectmenu-button .selected-item-value em {
  display: none; }

.aui .hub-filters .filters .custom-select.recipe-difficulty .ui-selectmenu-menu li.item-value .cat-icon,
.aui .hub-filters .filters .custom-select.recipe-cost .ui-selectmenu-menu li.item-value .cat-icon {
  font-size: 16px; }

@media (max-width: 1023px) {
  .aui .hub-filters .filters .filter-list {
    text-align: center; }

  .aui .hub-filters .filters .filter {
    display: inline-block;
    float: none;
    margin-left: -4px;
    width: 25%;
    margin-bottom: 6px; } }
@media (max-width: 767px) {
  .aui .hub-filters .filters .filter {
    width: 50%; } }
@media (max-width: 767px) {
  .aui .hub-filters .filters .filter {
    width: 100%;
    display: block;
    margin-left: 0; } }
@media (max-width: 767px) {
  .aui .ricipe_xmas .n-recipe-cat-section {
    margin-bottom: 10px; } }
.aui .ricipe_xmas .custom-select .ui-selectmenu-menu li .cat-icon {
  top: inherit;
  position: relative;
  line-height: normal;
  margin-top: 0;
  font-size: 25px;
  order: 2; }

.aui #recipe-3d .n-recipe-list .titleCenter {
  margin-bottom: 15px; }

.aui #recipe-3d .n-recipe-list .n-row .n-col {
  width: 50%; }

@media (max-width: 767px) {
  .aui #recipe-3d .n-recipe-list .n-row .n-col {
    width: 100%; } }
#recipesDynamic.loading {
  min-height: 200px;
  background: url("../../images/custom/christmas2018/loader.svg") no-repeat center; }

#reset_btn_container {
  display: none; }

.hub-filters .filters em {
  color: #542008; }

.load_more {
  display: block;
  padding-top: 30px; }

.load_more button.hide + .loader {
  display: block; }

.load_more .loader {
  display: none;
  height: 80px;
  width: 80px;
  margin: 0 auto;
  background: url(../../images/custom/christmas2018/loader.svg); }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  padding: 0;
  list-style-image: none; }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* SOCIAL */
.social-christmas {
  position: relative;
  margin: 0 auto; }

.videoBlockNatale .social-christmas {
  margin-top: 15px; }

@media (min-width: 768px) {
  .social-christmas {
    background: url("../../images/custom/christmas2018/gfx/bkg-social-christmas.png") 50% 0 no-repeat;
    background-size: 100% 100%;
    padding: 10px 25px;
    display: table; }

  .social-christmas.white {
    background-image: url("../../images/custom/christmas2018/gfx/bkg-social-christmas-white.png"); }

  .social-christmas p {
    display: table-cell;
    margin: 0;
    padding: 6px 15px 0 0;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    font-style: italic; }

  .white.social-christmas p {
    color: #d90210; }

  .social-christmas ul {
    display: table-cell;
    margin: 0; } }
@media (max-width: 767px) {
  .social-christmas {
    text-align: center; }

  .social-christmas p {
    display: inline-block;
    background: url("../../images/custom/christmas2018/gfx/bkg-social-christmas.png") 50% 0 no-repeat;
    background-size: 100% 100%;
    padding: 10px 25px;
    font-size: 16px;
    color: #FFF; }

  .social-christmas ul {
    display: block;
    margin: 0; } }
.social-christmas ul li {
  display: inline-block;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  vertical-align: middle; }

@media (max-width: 767px) {
  .social-christmas ul li {
    width: 40px;
    height: 40px;
    margin: 0 8px; } }
.social-christmas ul li a {
  display: block;
  background-color: #d90210;
  border-radius: 32px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 96px auto;
  background-image: url("../../images/custom/christmas2018/social-sprite.png"); }

@media (max-width: 767px) {
  .social-christmas ul li a {
    width: 40px;
    height: 40px;
    background-size: 120px auto; } }
.social-christmas ul li a.red {
  background-color: #FFF;
  background-position-y: -32px; }

@media (max-width: 767px) {
  .social-christmas ul li a.red {
    background-position-y: -40px; } }
@media (max-width: 767px) {
  .social-christmas ul li a.red.invertmobile {
    background-color: #d90210;
    background-position-y: 0; } }
.social-christmas ul li a.pin {
  background-position-x: -32px; }

@media (max-width: 767px) {
  .social-christmas ul li a.pin {
    background-position-x: -40px; } }
.social-christmas ul li a.tw {
  background-position-x: -64px; }

@media (max-width: 767px) {
  .social-christmas ul li a.tw {
    background-position-x: -80px; } }
.social-christmas ul li a span {
  display: none; }

/*
@media (@mobile) {

  .social-christmas {
    margin: 0 auto;
    padding: 10px 0;
    width: 94%;
    background: #d90210;
    text-align: center;
  }

  .social-christmas p {
    float: none;
    display: block;
    padding: 12px 0;
    font-size: 16px;
  }

  .social-christmas ul {
    float: none;
    display: block;
    padding: 0 0 12px;
  }

}
*/
.parallelogramma {
  -moz-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
  transform: skew(30deg);
  background: orange; }

@media (max-width: 1023px) {
  .aui.no-touch .n-recipe:hover .image .pbg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.xmas-main-slider {
  position: relative; }

.xmas-main-slider .blurimg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); }

.xmas-main-slider .slider_refresh {
  display: none; }

@media (max-width: 767px) {
  .xmas-main-slider .container {
    padding: 0; }

  .xmas-main-slider .slick-prev {
    left: 0; }

  .xmas-main-slider .slick-next {
    right: 0; } }
.xmas-intro-block {
  display: block;
  position: relative; }

@media (min-width: 1100px) {
  .xmas-intro-block:before,
  .xmas-intro-block:after {
    position: absolute;
    bottom: 0;
    width: 15%;
    background-size: contain;
    height: 100%;
    max-height: 430px;
    background-repeat: no-repeat;
    content: ""; }

  .xmas-intro-block:before {
    left: 0;
    background-image: url("../../images/custom/christmas2018/treeSx.png");
    background-position: left bottom; }

  .xmas-intro-block:after {
    right: 0;
    background-position: right bottom;
    background-image: url("../../images/custom/christmas2018/treeDx.png"); } }
.xmas-intro-block .container {
  position: relative;
  z-index: 2; }

@media (max-width: 767px) {
  .aui .lfr-meta-actions {
    display: none; } }
@page {
  size: A4;
  margin: 50px 50px 50px 50px;
  @top-center {
    content: element(header); } }

@media print {
  html,
  body {
    width: 100%; }

  body {
    margin-top: 0 !important; }

  .aui .n-recipes {
    padding-bottom: 0; }

  .aui body #header .main-nav-bar .main-nav,
  .aui body .navbar-collapse,
  .aui body .breadcrumb,
  .aui body .pin_this,
  .aui body #header .menutop,
  .aui body #nav_bottom_desktop,
  .aui body .footer .menus,
  .aui body .footer .goup_menus ul,
  .aui body .n-recipe-links,
  .aui body .n-recipe-share,
  .aui body .n-recipe-list,
  .aui body .footer .copy,
  .aui body #header .nav_bottom,
  .aui body .recipe-cta {
    display: none; }

  .aui body #header a[href]:after {
    display: none;
    content: ""; }

  .aui body .ricipe_xmas {
    padding-top: 0;
    padding-bottom: 0; }

  .aui body .detail-recipe-top .title {
    font-size: 35px; }

  .aui body .ricipe_xmas .visual_print {
    display: block !important; }

  .aui body #acookie {
    display: none !important; }

  .aui body iframe,
  .aui body video,
  .aui body .video_container,
  .aui body .video_uvp {
    display: none !important; }

  .aui body .xmas_menu {
    display: none !important; }

  .aui body #wrapper {
    page: content; }

  .aui body #header {
    position: relative !important;
    width: 100%;
    left: 0;
    top: 0; }

  .aui body #header .header_mobile .toggle {
    display: none !important; }

  .aui body #header .header_mobile .logo {
    display: block; }

  .aui body .footer {
    position: fixed;
    width: 100%;
    left: 0;
    display: none;
    bottom: 0;
    border-top: 5px solid #411705;
    page-break-after: always; }

  .aui body #header .header_mobile {
    display: block; }

  .aui body #wrapper {
    padding-top: 0 !important; }

  .aui body .n-recipes .detail_title .title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 25px;
    text-align: center; }

  .aui body .n-recipe-steps .step {
    page-break-inside: avoid; }

  .aui body .n-recipe-steps .step:last-child {
    margin-bottom: 0; }

  .aui body .n-recipe-steps .step .image {
    float: right;
    width: 50%; }

  .aui body .n-recipe-steps .step .desc,
  .aui body .n-recipe-steps .step.prep .desc.default {
    float: left;
    width: 50%;
    padding-left: 0; }

  .aui .n-recipe-steps .step {
    margin-top: 80px;
    margin-top: 0; }

  .prep .desc.default .overflow {
    overflow: visible !important;
    height: auto !important; }

  .ricipe_xmas .container {
    width: 100%; }

  .aui .n-recipe-steps .step {
    overflow: hidden;
    padding: 0 0 60px 0;
    border: none;
    border-bottom: 1px solid #d7cfca;
    border-radius: 0; }

  .aui .n-recipe-steps .step .n-row {
    margin: 0; }

  .aui .n-recipe-steps .step.prep .title {
    margin: 0;
    padding: 0; }

  .aui .n-recipe-steps .step .title {
    margin: 0;
    padding: 0; }

  .aui .n-recipe-steps .step.prep .desc.default .overflow {
    padding-left: 54px; }

  .aui .n-recipe-steps .step.prep .desc.default .overflow,
  .aui .n-recipe-steps .step .desc.default .overflow {
    overflow: visible;
    margin: 0;
    height: auto !important; }

  .aui .n-recipe-steps .step.prep .desc.default .overflow .text,
  .aui .n-recipe-steps .step .desc.default .overflow .text {
    -webkit-transform: none !important;
    transform: none !important; }

  .aui .n-recipe-steps .step .overflow.hasflow {
    overflow: visible;
    margin: 0;
    height: auto !important; }

  .aui .n-recipe-steps .step .overflow.hasflow .text {
    -webkit-transform: none !important;
    transform: none !important; } }
.n-col.ajax-pending-item {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease; }

.n-col.ajax-pending-item.pending {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.ricipe_xmas .n-recipe-steps .step .image .img + .img {
  margin-top: 40px; }