@charset "utf-8";




html, body {
  height: 100%;
  min-height:100%;
  -webkit-text-size-adjust:none;
  -webkit-font-smoothing: antialiased !important;
  background: #fff;
}

img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

form {
  margin: 0px;
  padding: 0px;
}

 

body {
  margin: 0px;
  padding: 0px;
  font-family: "CeraPro-Regular";
  font-size: 16px;
  color: #54565A;
}

body.locked {
  overflow:hidden;
}
body.noScroll {
  overflow: hidden;
}


a {
  text-decoration: none;
  outline: none;
  color: inherit;
  font-family: inherit;
}



.clear {
  clear: both;
}

ol, ul, li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6,p {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

body > .dialog-off-canvas-main-canvas {
  position: relative;
  width:100%;
  padding: 0px;
  margin: 0 auto 0 auto;
  padding:0px 0 0px 0;
}

strong{
  font-weight: normal;
  font-family: "CeraPRO-Bold";
}


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}


/* --- admin toolbar fix | start */

body.toolbar-horizontal.toolbar-fixed {
  margin-top: 0px;
}
body.toolbar-horizontal.toolbar-fixed.toolbar-tray-open {
  margin-top: 0px;
}
body.toolbar-horizontal.toolbar-fixed #header,
body.toolbar-vertical #header {
  top: 40px;
}
body.toolbar-horizontal.toolbar-fixed.toolbar-tray-open #header {
  top: 80px;
}
body.toolbar-horizontal.toolbar-fixed #headerBottom {
  top: 110px;
}
body.toolbar-horizontal.toolbar-fixed.toolbar-tray-open #headerBottom {
  top: 150px;
}
body.toolbar-vertical #headerBottom {
  top: 100px;
}

body.path-user #block-ogeneric-branding{
  
}

body.path-user {
  background:#FBF7EB
}

body.path-user .region-content{
  padding: 180px 20px 50px 20px;
  max-width: 780px;
  margin: 0 auto;
}

body.path-user .region-content .description{
  padding: 5px 0 20px 0;
}

body.path-user .region-content h1{
  padding: 0 0 20px 0;
}

/* --- admin toolbar fix | end */


#breadcrumbs,
#tabs,
#region-messages,
#region-tabs {
  padding: 0;
}

.visually-hidden{
  left: -1000px;
  top: -1000px;
  display: none;
  font-size: 0px;
}

.region.region-hidden-titles{
  display:none;
}

iframe[name='google_conversion_frame'] {
  font-size: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  margin-top: -13px;
  width: 0 !important;
}

body > .text-ad {
  left: -1000px;
  top: -1000px;
  height: 0 !important;
  height: 0 !important;
}



/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */



header{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 110px;
  transition: all 300ms;
  z-index: 200;
}

body.user-logged-in header{
  position: relative;
}

header::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, #9F2842 0%, #F18A00 100%);
}


header #block-sitebranding{
  position: absolute;
  top: 30px;
  left: 50%;
  -ms-transform: translate(-50%, -0%);
  -webkit-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);
  width: 200px;

  transition: all 300ms;
  z-index: 10;
}

header #block-sitebranding img{
  width: 100%;
  height: auto;
}

header.scroll{
  height: 90px;
  background: rgba(232, 225, 219, 0.95);
}

header.scroll #block-sitebranding{
  width: 136px;
  top: 15px;
}



header #block-nestleprofessional-secondarynavigation{
  position: absolute;
  top: 50px;
  top: 68px;
  right: 75px;
  transition: all 200ms;
}

header.scroll #block-nestleprofessional-secondarynavigation{
  top: 50%;
  transform: translate(0, -50%);
}

header #block-nestleprofessional-secondarynavigation > ul{
  display: flex;
  gap: 25px;
  justify-content: flex-end;
  align-items: center;
  margin: 0px;
}

header #block-nestleprofessional-secondarynavigation > ul::after{
  display: none;
}


header #block-nestleprofessional-secondarynavigation li a{
  color: #826150;
  font-family: "CeraPro-Medium";
  font-size: 13px;
  line-height: normal;
}





header .burger-menu{
  display: block;
  position: absolute;
  width: 18px;
  height: 14px;
  top: 55px;
  top: 73px;
  right: 30px;
  z-index: 1000;
  transition: all 200ms;
}

header.scroll .burger-menu{
  top: 50%;
  transform: translate(0, -50%);
}

header .burger-menu span{
  display: block;
  background: #826150;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 1px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  z-index: 10;
}


header .burger-menu span:nth-child(1){
  margin: -6px 0 0 0;
}

header .burger-menu span:nth-child(3){
  margin: 6px 0 0 0;
}

header .burger-menu.active span:nth-child(1){
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin: 0px;
}

header .burger-menu.active span:nth-child(2){
  opacity: 0;
}

header .burger-menu.active span:nth-child(3){
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  margin: 0px;
}





header #block-mainnavigation{
  position: absolute;
  top: 2px;
  right: 0%;
  width: 100%;
  text-align: center;
  transition: all 300ms;
  padding: 0 70px 0 0;
  z-index: 9;
  width: 500px;
  padding: 0px;
  background: #fff;
  box-shadow: -16px 16px 44px 0px rgba(0, 0, 0, 0.05);

  visibility: hidden;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transition: opacity 200ms;
}

header #block-mainnavigation.active{
  visibility: visible;
  opacity: 1;
  padding: 75px 60px;
  height: auto;
}

header #block-mainnavigation > ul{
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: flex-start;
  align-items: start;
  margin: 0px;
}

header #block-mainnavigation > ul::after{
  display: none;
}

header #block-mainnavigation > ul li a{
  color: #826150;
  font-family: "CeraPro-Medium";
  font-size: 17px;
  line-height: normal;
}



/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

footer{
   background: #fff;
   position: relative;
} 

footer #region-footer,
footer .region-footer-bottom{
  font-size: 0px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}


footer #block-footertitleandsocial{
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 24px;
  line-height: 28px;
  font-family: "CeraPRO-Bold";
  color: #826150;
  text-align: left;
  padding: 45px 0 40px 0;
}

footer #block-footertitleandsocial .field--name-field-html{
  max-width: 220px;
}

footer #block-footertitleandsocial .field--name-field-html .socialWrapper{
  padding: 10px 0 0 0;
}

footer #block-footertitleandsocial .field--name-field-html .socialWrapper a{
  font-size: 0px;
  width: 34px;
  height: 34px;
  background: url("../images/icon-social-yt.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin: 0 5px 0 0;
}

footer #block-footertitleandsocial .field--name-field-html .socialWrapper a.iconLinkedin{
  background-image: url("../images/icon-social-linked-in.svg");
}


footer #block-footer{
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 16px;
  padding: 45px 0 40px 0;
  text-align: right;
}


footer #block-footer ul{
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  display: inline-block;
  max-width: 440px;
  text-align: left;
}

footer #block-footer li{
  margin: 0px;
  padding: 0px;
   display: inline-block;
  vertical-align: middle;
  width: 65%;
  padding: 0 0 20px 0;
}

footer #block-footer li:nth-child(even){
  width: 35%;
}

footer #block-footer li a{
    font-size: 12px;
    color: #54565A;
    font-family: "CeraPro-Medium";
    display: block;
}




footer .region-footer-bottom{
  border-top: 1px solid #826150;
}

footer #block-copyright{
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 16px;
  text-align: left;
  padding: 22px 0;
  font-size: 14px;
  font-family: "CeraPro-Light";
  color: #54565A;
}

footer #block-footerbottom{
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 16px;
  text-align: right;
  padding: 22px 0;
}

footer #block-footerbottom ul{
   text-align: right;
    margin: 0px;
    padding: 0px;
}

footer #block-footerbottom li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 27px;
  padding: 0px;
}

footer #block-footerbottom li a{
  font-size: 14px;
  color: #54565A;
  font-family: "CeraPro-Light";
  display: block;
}

footer #block-footerbottom li a:hover{
  color: #000;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

#block-nestleprofessional-breadcrumbs{
  position: absolute;
  top: 150px;
  left: 50%;
  -ms-transform: translate(-50%, -0%);
  -webkit-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);
  white-space: nowrap;
  font-size: 11px;
  font-family: "CeraPro-Medium";
  color: rgba(130, 97, 80, 0.58);
  transition: all 300ms;
}

header.scroll #block-nestleprofessional-breadcrumbs{
  opacity: 0;
  display: none;
}


#block-nestleprofessional-breadcrumbs li:last-child{
  color: #83614f;
}



.breadcrumb li::before{
  content: "/";
  color: rgba(130, 97, 80, 0.58);
}

.breadcrumb li a{
  transition: all 200ms;
}

.breadcrumb li a:hover{
  color: #83614f;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */




#block-nestleprofessional-content{
    background: #E8E1DB;
    padding: 215px 20px 110px 20px;
}

.page-node-type-brand-for-recipes #block-nestleprofessional-content{
  padding-bottom: 0px;
}

.page-node-type-front-page #block-nestleprofessional-content{
  margin-bottom: 110px;
}

.path-blog #block-nestleprofessional-content{
  background: #fff;
}


.page-node-type-front-page #block-nestleprofessional-content .blockContent,
.pg-about #block-nestleprofessional-content .blockContent,
.pg-contact #block-nestleprofessional-content .blockContent,
.path-rofimata-syntages #block-nestleprofessional-content .blockContent,
.path-proionta #block-nestleprofessional-content .blockContent{
  max-width: 1240px;
  margin: 0 auto;
  text-align: left;
  font-size: 0px;
  position: relative;
}


.page-node-type-front-page  #block-nestleprofessional-content .blockContent::after,
.pg-about  #block-nestleprofessional-content .blockContent::after,
.pg-contact  #block-nestleprofessional-content .blockContent::after,
.path-rofimata-syntages  #block-nestleprofessional-content .blockContent::after,
.path-proionta  #block-nestleprofessional-content .blockContent::after{
  content: "";
  position:absolute;
  right:0px;
  top:0px;
  background: url("../images/img-home-stamp.png") no-repeat center center;
  background-size:contain;
  width: 200px;
  height: 200px;
}

.pg-about  #block-nestleprofessional-content .blockContent::after{
  background-image: url("../images/img-stamp-about.png");
}

.pg-contact  #block-nestleprofessional-content .blockContent::after{
  background-image: url("../images/img-stamp-contact.png");
}

.path-rofimata-syntages  #block-nestleprofessional-content .blockContent::after{
  background-image: url("../images/img-stamp-proetoimasia.svg");
}

.path-proionta  #block-nestleprofessional-content .blockContent::after{
  background-image: url("../images/img-stamp-products.png");
}


.page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-colored-title,
.pg-about #block-nestleprofessional-content .blockContent .field--name-field-colored-title,
.pg-contact #block-nestleprofessional-content .blockContent .field--name-field-colored-title,
.viewBrandsRecipe .view-header .top_title h2,
.viewBrandsProducts .view-header h2{
  font-size: 56px;
  line-height: 63px;
  font-family: "CeraPro-Medium";
  text-transform: uppercase;
  color: #53555a;
  max-width: 550px;
}

.viewBrandsRecipe .view-header .top_title h2,
.viewBrandsProducts .view-header h2{
  max-width: 620px;
}

@media screen and (min-width: 1080px) {
  .path-rofimata-syntages .viewBrandsRecipe .view-header .top_title h2, 
  .path-rofimata-syntages .viewBrandsProducts .view-header h2{
    max-width: 800px;
  }
}

@media screen and (max-width: 1079px) {
  .path-rofimata-syntages .viewBrandsRecipe .view-header .top_title h2 br, 
  .path-rofimata-syntages .viewBrandsProducts .view-header h2 br{
    display: none;
  }
}


.pg-about #block-nestleprofessional-content .blockContent .field--name-field-colored-title{
  text-align: center;
  max-width: 100%;
}

.pg-about #block-nestleprofessional-content .blockContent .field--name-field-colored-title span{
  font-family: "CeraPro-Regular";
  font-size: 19px;
  line-height: 21px;
  display: block;
  padding: 0 0 35px 0;
}


.page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-colored-title b,
.pg-about #block-nestleprofessional-content .blockContent .field--name-field-colored-title b,
.pg-contact #block-nestleprofessional-content .blockContent .field--name-field-colored-title b,
.viewBrandsRecipe .view-header .top_title h2 b,
.viewBrandsProducts .view-header  h2 b{
  color: #83614f;
  font-weight: normal;
}

.page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-body,
.pg-about #block-nestleprofessional-content .blockContent .field--name-body,
.pg-contact #block-nestleprofessional-content .blockContent .field--name-body{
  font-size: 16px;
  line-height: 27px;
  color: #54565A;
  padding: 60px 0 30px 0;
}

.page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-link a{
  font-family: "CeraPro-Medium";
  display: inline-block;
  color: #826150;
  font-size: 12px;
  text-align: center;
  width: 160px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #826150;
  border-radius: 4px;
  transition: all 300ms;
}

.page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-link a:hover{
  background:#826150;
  color: #fff;
}



.page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-main-image{
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 40px);
  margin: -40px 40px 0 0;
  -ms-transform: translate(0%, 220px);
  -webkit-transform: translate(0%, 220px);
  transform: translate(0%, 220px);
}

.page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-main-image img{
  width: 100%;
  object-fit: cover;
}


.page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card{
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 40px);
  background: #7C6159;
  height: 630px;
  position: relative;
  margin: -40px 0 0 40px;
}



.page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card::after{
  content: "News";
  position: absolute;
  right: -22px;
  top: -22px;
  width: 90px;
  height: 90px;
  background: #F5F2EE;
  font-family: "CeraPRO-Bold";
  font-size: 22px;
  line-height: 90px;
  text-align: center;
  color: #94685A;
  border-radius: 50%;
  -ms-transform: rotate(12deg);
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}


.page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card .slick-slide{
  font-size: 16px;
  line-height: 27px;
  color: #FFFFFF;
  padding: 120px 60px 0 60px;
}

.page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card .slick-slide .field--name-field-title{
  font-size: 27px;
  line-height: 37px;
  font-family: "CeraPRO-Bold";
  padding: 0 0 20px 0;
}

.page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card .slick-slide .field--name-field-text{
  padding: 0 0 30px 0;
}


.page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card .slick-slide .field--name-field-link a{
  font-family: "CeraPro-Medium";
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 160px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: all 300ms; 
}

.page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card .slick-slide .field--name-field-link a:hover{
  background:#fff;
  color: #826150;
}

.page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card .slick-next,
.page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card .slick-prev{
  top: auto;
  bottom: 35px;
  left: auto;
  right: 35px;
  -ms-transform: translate(-0%, -0%);
  -webkit-transform: translate(-0%, -0%);
  transform: translate(-0%, -0%);

}

.page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card .slick-prev{
  right: 80px;  
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */



.blockProductCategiesLinks{
    max-width: 1280px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding: 55px 20px;
}



.blockProductCategiesLinks .top_title{

  font-size: 19px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #826150;
}

.blockProductCategiesLinks h2{
  font-size: 56px;
  line-height: 63px;
  text-transform: uppercase;
  color: #54565A;
  font-family: "CeraPro-Medium";
  padding: 25px 0 55px 0;
}

.blockProductCategiesLinks h2 b{
  color: #83614f;
  font-weight: normal;
}

.blockProductCategiesLinks .button{
 font-family: "CeraPro-Medium";
  display: inline-block;
  color: #826150;
  font-size: 12px;
  text-align: center;
  width: 160px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #826150;
  border-radius: 4px;
  transition: all 300ms;
  position: absolute;
  right: 20px;
  top: 150px;
  margin: 0px;
}

.blockProductCategiesLinks .button:hover{
  background:#826150;
  color: #fff;
}



.view-product-categories .view-content{ 
  font-size: 0px;
}

.view-product-categories .view-content .views-row{ 
  display: inline-block;
  vertical-align: middle;
  width: 230px;
  height: 270px;
  background: #F5F2EE;
  border-radius: 10px;
  margin: 0 23px 0 0;
  position: relative;
   transition: all 200ms;
}

.view-product-categories .view-content .views-row:hover{ 
  background: #eee9e2;
}

.view-product-categories .view-content .views-row a{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
 
}


.view-product-categories .view-content .views-row .icon{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: -20px 0 0 0;
}

.view-product-categories .view-content .views-row .title{
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #826150;

  position: absolute;
  top: 200px;
  left: 0%;
  width: 100%;
  text-align: center;
  padding: 0 20px;

}


.view-product-categories .slick-next,
.view-product-categories .slick-prev{
  right: -15px;
  background: url("../images/icon-next2.svg") no-repeat center center;
  width: 50px;
  height: 50px;
}

.view-product-categories .slick-prev{
  left: -25px;
  right: auto;  
  background-image: url("../images/icon-prev2.svg")
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */


.viewFrontPageBrandLogos{
   max-width: 1280px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding: 0px 20px 55px 20px;
}

.viewFrontPageBrandLogos .view-header .viewTitle{
  font-size: 19px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #826150;
  padding: 0 0 20px 0;
}

.viewFrontPageBrandLogos .view-content{
  font-size: 0px;
}


.frontPageBrandLogos{
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 8px 0;
  width: 130px;
  height: 80px;
  background: #FFFFFF;
  border: 1px solid #F5F2EE;
  border-radius: 10px;
  position: relative;
}

.viewFrontPageBrandLogos .view-content .frontPageBrandLogos:last-child{
  margin-right: 0px;
}

.frontPageBrandLogos .views-field-nothing a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.frontPageBrandLogos img{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: calc(100% - 30px);
    width: calc(100% - 40px);
    object-fit: contain;
    display: block;
}


.viewFrontPageBrandLogos .slick-next,
.viewFrontPageBrandLogos .slick-prev{
  right: -15px;
  background: url("../images/icon-next2.svg") no-repeat center center;
  width: 50px;
  height: 50px;
}

.viewFrontPageBrandLogos .slick-prev{
  left: -25px;
  right: auto;  
  background-image: url("../images/icon-prev2.svg")
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */


.viewTypeNewsBlogFrontpage{
  background: #fff url("../images/bg-home-blog.png") no-repeat center top;
  padding: 50px 20px 60px 20px;
  text-align: center;
}

.viewTypeNewsBlogFrontpage.view-id-related_news{
  background: #E8E1DB;
}

.viewTypeNewsBlogFrontpage .view-header{

}

.viewTypeNewsBlogFrontpage .top_title{
  font-size: 19px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #826150;
}

.viewTypeNewsBlogFrontpage h2{
  font-size: 56px;
  line-height: 63px;
  text-align: center;
  text-transform: uppercase;
  color: #383E41;
  padding: 20px 0 35px 0;
  font-family: "CeraPro-Medium";
}

.viewTypeNewsBlogFrontpage h2 b{
  color: #83614f;
  font-weight: normal;
}


.viewTypeNewsBlogFrontpage .view-content{
  font-size: 0px;
}

.newsBlogTeaser{
  display: inline-block;
  vertical-align: middle;
  width: 352px;
  height: 532px;
  background: #F5F2EE;
  border-radius: 10px;
  margin: 0 24px 0 0;
  position: relative;
  overflow: hidden;
  text-align: left;
}

.viewTypeNewsBlog .newsBlogTeaser{
  margin-bottom: 24px;
}


.newsBlogTeaser .imgWrapper{
  height: 225px;
}

.newsBlogTeaser .imgWrapper img{
  width: 100%;
  height: 225px;
  object-fit: cover;
}

.newsBlogTeaser .date{
  font-size: 13px;
  line-height: 21px;
  color: #826150;
  position: absolute;
  left: 40px;
  top: 238px;
}

.newsBlogTeaser .titleWrapper h3{
  font-size: 27px;
  line-height: 37px;
  color: #826150;
  font-family: "CeraPRO-Bold";
  padding: 40px 40px 0 40px;
  height: 120px;
  margin: 0px;
  overflow: hidden;
}

.viewTypeNewsBlogFrontpage.view-id-related_news .newsBlogTeaser .titleWrapper h3{
  color:#54565A;
}

.newsBlogTeaser .contentWrapper{
  font-size: 14px;
  line-height: 22px;
  color: #54565A;
  padding: 20px 40px 0 40px;
  overflow: hidden;
  height: 110px;
}

.newsBlogTeaser .arrow{
  position:absolute;
  right:23px;
  bottom:18px;
  background: url("../images/icon-more.png") no-repeat center top;
  background-size:cover;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  transition: background-color 300ms;
}

.newsBlogTeaser .arrow:hover{
    background-color: #826150; 
    background-position: center bottom;
}

.viewTypeNewsBlogFrontpage .view-footer{
  padding: 50px 0 0 0;
}

.viewTypeNewsBlogFrontpage .view-footer a{
  font-family: "CeraPro-Medium";
  display: inline-block;
  color: #826150;
  font-size: 12px;
  text-align: center;
  width: 160px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #826150;
  border-radius: 4px;
  transition: all 300ms;
}

.viewTypeNewsBlogFrontpage .view-footer a:hover{
  background:#826150;
  color: #fff;
}


.viewTypeNewsBlogFrontpage .slick-next,
.viewTypeNewsBlogFrontpage .slick-prev{
  right: -15px;
  background: url("../images/icon-next2.svg") no-repeat center center;
  width: 50px;
  height: 50px;
}

.viewTypeNewsBlogFrontpage .slick-prev{
  left: -25px;
  right: auto;  
  background-image: url("../images/icon-prev2.svg")
}



/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */


.viewTypeRecipesFrontpage{
    text-align: left;
    position: relative;
    padding: 55px 0px;
    background: #E8E1DB;
}

.viewTypeRecipesFrontpage .view-header,
.viewTypeRecipesFrontpage .view-content{
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}



.viewTypeRecipesFrontpage .top_title{

  font-size: 19px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #826150;
}

.viewTypeRecipesFrontpage h2{
  font-size: 56px;
  line-height: 63px;
  text-transform: uppercase;
  color: #54565A;
  font-family: "CeraPro-Medium";
  padding: 25px 0 55px 0;
}

.viewTypeRecipesFrontpage h2 b{
  color: #83614f;
  font-weight: normal;
}

.viewTypeRecipesFrontpage .button{
 font-family: "CeraPro-Medium";
  display: inline-block;
  color: #826150;
  font-size: 12px;
  text-align: center;
  width: 160px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #826150;
  border-radius: 4px;
  transition: all 300ms;
  position: absolute;
  right: 20px;
  top: 100px;
  margin: 0px;
}

.viewTypeRecipesFrontpage .button:hover{
  background:#826150;
  color: #fff;
}


.viewTypeRecipesFrontpage .view-content{
  font-size: 0px;
}

.relatedRecipesTeaser{
  display: inline-block;
  vertical-align: top;
  width: 520px;
  /*height: 480px;*/
  margin: 0 40px 0 0 ;
  position: relative;
  padding: 0 0 30px 0;
}

.relatedRecipesTeaser a.blogTeaser{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.relatedRecipesTeaser .imgWrapper{
  z-index: 1;
  position: relative;
}

.relatedRecipesTeaser .imgWrapper img{
  width: 100%;
  height: auto;
}

.relatedRecipesTeaser .imgWrapper::after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 210px;
  background: linear-gradient(0deg, #E8E1DB 0%, rgba(255, 255, 255, 0) 64.44%);
  z-index: 2;
}



.relatedRecipesTeaser .titleWrapper{
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  color: #826150;
  font-family: "CeraPro-Medium";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 5;
}


.viewTypeRecipesFrontpage .slick-next,
.viewTypeRecipesFrontpage .slick-prev{
  right: -5px;
  background: url("../images/icon-next2.svg") no-repeat center center;
  width: 50px;
  height: 50px;
}

.viewTypeRecipesFrontpage .slick-prev{
  left: -10px;
  right: auto;  
  background-image: url("../images/icon-prev2.svg")
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */




.viewTypeNewsBlog .view-header{
  max-width: 1130px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  min-height: 180px;
}
 
.viewTypeNewsBlog .view-header::after{
  content: "";
  position:absolute;
  right:-50px;
  top:0px;
  background: url("../images/img-stamp-blog.png") no-repeat center center;
  background-size:contain;
  width: 200px;
  height: 200px;
}

.path-nea .viewTypeNewsBlog .view-header::after{
  background-image: url("../images/img-stamp-news.png");
}


.viewTypeNewsBlog .view-header h2{
  font-size: 68px;
  font-family: "CeraPro-Medium";
  text-transform: uppercase;
  color: #826150;
}

.viewTypeNewsBlog .view-header h2 b{

}

.viewTypeNewsBlog .view-header h3{
  max-width: 60%;
  padding-bottom: 30px;
}

.viewTypeNewsBlog .view-filters{
  max-width: 1130px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  padding: 0 0 90px 0;
}

.viewTypeNewsBlog  .view-content{
  max-width: 1130px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  font-size: 0px;
}

.viewTypeNewsBlog .pager{
  text-align: center;
}

.viewTypeNewsBlog .pager a.button{
  font-family: "CeraPro-Medium";
  display: inline-block;
  color: #826150;
  font-size: 12px;
  text-align: center;
  width: 180px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #826150;
  border-radius: 4px;
  transition: all 300ms;
  margin-top: 20px;
}

.viewTypeNewsBlog .pager a.button:hover{
  background:#826150;
  color: #fff;
}



/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */



/*
.viewTypeNewsBlog .view-filters select {
  width: 220px;
  height: 36px;
  line-height: 36px;
  font-size: 100%;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0;
  background: none;
  border: none;
  color: white;
  padding: 0px 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #826150;

  font-size: 14px;
  color: #826150;
  font-family: "CeraPro-Regular";
  background: url("../images/icon-select.svg") no-repeat calc(100% - 12px) center;
  margin: 0 0 0 20px;
}



.viewTypeNewsBlog .view-filters select::-ms-expand {
  display: none; 
}
*/

.sbHolder{
  
  border: 1px solid #826150;
  font-size: 16px;
  font-weight: normal;
  height: 36px;
  position: relative;
  width: 220px;
  color:#826150;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;

  font-size: 14px;
  color: #826150;
  font-family: "CeraPro-Regular";
}

.sbSelector{
  display: block;
  height: 36px;
  left: 0;
  line-height: 36px;
  outline: none;
  overflow: hidden;
  position: absolute;
  padding: 0 0 0 10px;
  top: 0;
  width: 100%;

  font-size: 14px;
  color: #826150;
  font-family: "CeraPro-Regular";

}


.sbToggle{
  content: "";
  position:absolute;
  right:10px;
  top:50%;
  background: url("../images/icon-select.svg") no-repeat center center;
  background-size:contain;
  width: 12px;
  height: 8px;
  -ms-transform: translate(-0%, -50%);
  -webkit-transform: translate(-0%, -50%);
  transform: translate(-0%, -50%);
}


.sbOptions{
  background-color: #fff;
  list-style: none;
  left: 0px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 36px !important;
  padding:5px 0 0 0;
  width: 100%;
  z-index: 200;
  overflow-y: auto;
  border: 1px solid #826150;
  border-top:0px;
  
}
.sbOptions li{
  padding: 0 0px;
}


.sbOptions a{
  display: block;
  outline: none;
  padding: 5px 10px 5px 10px;
  color:#54565A;

  font-size: 14px;
  line-height: 27px;

}






/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */



.pg-about #block-nestleprofessional-content .blockContent .field--name-field-main-image{
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 0 0 55px 0;
}


.pg-about #block-nestleprofessional-content .blockContent .field--name-field-main-image::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 210px;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, #E8E1DB 0%, rgba(255, 255, 255, 0) 64.44%);
}


.pg-about #block-nestleprofessional-content .blockContent .field--name-field-main-image img{
  max-width: 100%;
  height:auto;
}


.pg-about #block-nestleprofessional-content .blockContent .field--name-field-title{
  font-size: 16px;
  line-height: 27px;
  font-family: "CeraPRO-Bold";
  max-width: 880px;
  margin: 0 auto;
  padding: 0px 0 0 0;
}


.pg-about #block-nestleprofessional-content .blockContent .field--name-field-text{
  font-size: 16px;
  line-height: 27px;
  max-width: 880px;
  margin: 0 auto;
  padding: 0px 0 0px 0 ;
}
 

.pg-about #block-nestleprofessional-content .blockContent .field--name-field-text p{
  padding: 0 0 20px 0;
}


.pg-about #block-nestleprofessional-content .blockContent .paragraph--type--np-double-image,
.pg-about #block-nestleprofessional-content .blockContent .paragraph--type--np-single-image{
  text-align: center;
  padding: 45px 0 55px 0;
}

.pg-about #block-nestleprofessional-content .blockContent .field--name-field-left-image{
  display: inline-block;
  vertical-align: top;
  margin: 120px 37px 0 0;
  
}

.pg-about #block-nestleprofessional-content .blockContent .field--name-field-right-image{
  display: inline-block;
  vertical-align: top;
  margin: 0px  0 0 37px;
}

.pg-about #block-nestleprofessional-content .blockContent .paragraph--type--np-double-image img,
.pg-about #block-nestleprofessional-content .blockContent .paragraph--type--np-single-image img{
  max-width: 100%;
  height: auto;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */



.pg-contact .row-contact{
  text-align: center;
  font-size: 0px;
}

.pg-contact .row-contact .col{
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 510px);
  text-align: left;
  font-size: 15px;
  line-height: 25px;
  color: #54565A;
}


.pg-contact .row-contact .col.last{
  width: 510px;
  background: #F3F2F0;
  border-radius: 10px;
  padding: 45px;
  -ms-transform: translate(-50px, -100px);
  -webkit-transform: translate(-50px, -100px);
  transform: translate(-50px, -100px);
}

.pg-contact .row-contact .col.last .more{
  font-family: "CeraPro-Medium";
  display: inline-block;
  color: #826150;
  font-size: 12px;
  text-align: center;
  width: 180px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #826150;
  border-radius: 4px;
  transition: all 300ms;
  margin-top: 20px;
}

.pg-contact .row-contact .col.last .more:hover{
  background:#826150;
  color: #fff;
}

.pg-contact .row-contact .col.first .text{
  padding: 0 0 20px 0;
}



.pg-contact .row-contact .item-phone{
  padding: 0 0 0px 45px;
  background: url("../images/icon-contact-phone.svg") no-repeat left center;
  margin: 0 0 20px 0;
}

.pg-contact .row-contact .item-address{
  padding: 0 0 0px 45px;
  background: url("../images/icon-contact-address.svg") no-repeat left center;
  margin: 0 0 20px 0;
}

.pg-contact .row-contact .item-email{
  padding: 0 0 0px 45px;
  background: url("../images/icon-contact-email.svg") no-repeat left center;
  margin: 0 0 20px 0;
}



/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */



.viewBrandsRecipe > .view-content{
  font-size: 0px;
  text-align: left;
  padding: 150px 0 0 0;
}


.brandsRecipeTeaser,
.BrandRecipesTeaser{
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 25px);
  margin: 135px 25px 50px 0px;
  position: relative;
 transition: all 300ms;
}

.brandsRecipeTeaser:hover,
.BrandRecipesTeaser:hover{
  -ms-transform: translate(-0%, -15px);
  -webkit-transform: translate(-0%, -15px);
  transform: translate(-0%, -15px);
}

.brandsRecipeTeaser a.blogTeaser,
.BrandRecipesTeaser a.blogTeaser{
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.brandsRecipeTeaser .imgWrapper,
.BrandRecipesTeaser .imgWrapper{
  position: relative;
}

.brandsRecipeTeaser .imgWrapper img,
.BrandRecipesTeaser .imgWrapper img{
  width: 100%;
  height: auto;
}

.brandsRecipeTeaser .imgWrapper::before,
.BrandRecipesTeaser .imgWrapper::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 210px;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(0deg, #E8E1DB 0%, rgba(255, 255, 255, 0) 64.44%);
}

.brandsRecipeTeaser:nth-child(even),
.BrandRecipesTeaser:nth-child(even){
  margin: 0 0 50px 25px;
}

.brandsRecipeTeaser .titleWrapper,
.BrandRecipesTeaser .titleWrapper{
  font-family: "CeraPro-Medium";
  font-size: 32px;
  line-height: 47px;
  text-align: center;
  color: #826150;
}

.brandsRecipeTeaser a.brandTeaser,
.BrandRecipesTeaser a.brandTeaser{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: block;
}




/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */



.viewBrandsProducts > .view-content,
.viewBrandsRecipe > .view-content{
  font-size: 0px;
  text-align: left;
  padding: 50px 0 0 0;
}

.viewBrandsProducts > .view-filters,
.viewBrandsRecipe > .view-filters{
  display: none;
}

.brandsProductsTeaser{
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 25px);
  margin: 135px 25px 50px 0px;
  position: relative;
  transition: all 300ms;
}

.brandsProductsTeaser:hover{
  -ms-transform: translate(-0%, -15px);
  -webkit-transform: translate(-0%, -15px);
  transform: translate(-0%, -15px);
}

.brandsProductsTeaser .brandTeaser{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.brandsProductsTeaser .imgWrapper{
  position: relative;
}

.brandsProductsTeaser .imgWrapper img{
  width: 100%;
  height: auto;
}

.brandsProductsTeaser .imgWrapper::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 210px;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(0deg, #E8E1DB 0%, rgba(255, 255, 255, 0) 64.44%);
}

.brandsProductsTeaser:nth-child(even){
  margin: 0 0 50px 25px;
}

.brandsProductsTeaser .titleWrapper{
  font-family: "CeraPro-Medium";
  font-size: 32px;
  line-height: 47px;
  text-align: center;
  color: #826150;
}

.viewBrandsProducts .view-product-categories,
.viewBrandsRecipe .view-brand-for-recipe-types{
  padding: 80px 0 0 0;
}

.viewBrandsProducts .view-product-categories .view-content,
.viewBrandsRecipe .view-brand-for-recipe-types .view-content{
  padding: 0 0 0 150px;
  position: relative;
}

.viewBrandsProducts .view-product-categories .view-content::before,
.viewBrandsRecipe .view-brand-for-recipe-types .view-content::before{
  content: "ΚΑΤΗΓΟΡΙΕΣ";
  position: absolute;
  top: 50%;
  left: 0px;
  font-size: 19px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #826150;
  -ms-transform: translate(-0%, -50%);
  -webkit-transform: translate(-0%, -50%);
  transform: translate(-0%, -50%);
}


.viewBrandsProducts .view-product-categories .view-content .views-row,
.viewBrandsRecipe .view-brand-for-recipe-types .view-content .views-row{ 
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  background: none;
  border-radius: 0px;
  margin: 0 0px 0 0;
  position: relative;
  max-width: 130px;
  max-width: 110px;
}

.viewBrandsProducts .view-product-categories .view-content .views-row span,
.viewBrandsRecipe .view-brand-for-recipe-types .view-content .views-row span{
  display: block;
}


.viewBrandsProducts .view-product-categories .view-content .views-row a,
.viewBrandsRecipe .view-brand-for-recipe-types .view-content .views-row a{
  display: block;
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  opacity: 0.3;
  transition: all 300ms;
}

.viewBrandsProducts .view-product-categories .view-content .views-row a.active,
.viewBrandsProducts .view-product-categories .view-content .views-row a:hover,
.viewBrandsRecipe .view-brand-for-recipe-types .view-content .views-row a.active,
.viewBrandsRecipe .view-brand-for-recipe-types .view-content .views-row a:hover{
  opacity: 1;
}

.viewBrandsProducts .view-product-categories .view-content .views-row .icon,
.viewBrandsRecipe .view-brand-for-recipe-types .view-content .views-row .icon{
  position: relative;
  top: auto;
  left: auto;
  -ms-transform: translate(-0%, -0%);
  -webkit-transform: translate(-0%, -0%);
  transform: translate(-0%, -0%);
  width: auto;
  height: 60px;
  margin: 0 auto;
}

.viewBrandsProducts .view-product-categories .view-content .views-row .icon svg,
.viewBrandsRecipe .view-brand-for-recipe-types .view-content .views-row .icon svg{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 45px;
  width: 40px;
  object-fit: contain;
}

.viewBrandsProducts .view-product-categories .view-content .views-row .icon svg path,
.viewBrandsRecipe .view-brand-for-recipe-types .view-content .views-row .icon svg path{
  fill: #826150;
}




.viewBrandsProducts .view-product-categories .view-content .views-row .title,
.viewBrandsRecipe .view-brand-for-recipe-types .view-content .views-row .title{
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0em;
  text-transform: none;
  color: #826150;

  position: relative;
  top: auto;
  left: auto;
  width: auto;
  text-align: center;
  padding: 0px;

}



/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */


.page-node-type-brand-for-recipes #block-nestleprofessional-content .blockContent{
  max-width: 1240px;
  margin: 0 auto;
  text-align: left;
  font-size: 0px;
  position: relative;
}

.page-node-type-brand-for-products #block-nestleprofessional-content .blockContent{
  text-align: left;
  font-size: 0px;
  position: relative;
}

.page-node-type-brand-for-products #block-nestleprofessional-content .blockContent{
  font-size: 14px;
}



.page-node-type-brand-for-recipes #region-content-bottom{
  background: #E8E1DB;
}


.page-node-type-brand-for-products #block-nestleprofessional-content{
  background: #fff;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 50px;
}


.viewTypeRecipesBrand > .view-content{
  max-width: 1240px;
  margin: 0 auto;
  text-align: left;
  font-size: 0px;
  position: relative;
   
}

.blockRecipesFilters,
.blockBrandRecipes{
  max-width: 1240px;
  margin: 0 auto;
  text-align: left;
  position: relative;
   background: #E8E1DB;
}

.page-node-type-brand-for-recipes .viewTypeRecipesBrand .view-filters{
  display: none;
}

.blockRecipesFilters {
  padding: 0 0 20px 0;
}


.page-node-type-brand-for-products .productsWrapper{
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;

}
.page-node-type-brand-for-products .productsWrapper .field--name-field-products-title {
  font-size: 22px;
  line-height: 30px;
  color: #826150;
  padding: 20px 0;
  font-family: "CeraPRO-Bold";
}

.page-node-type-brand-for-products.ggPage .productsWrapper .field--name-field-products-title{
  font-family: "RainierNorth700";
    color: #005640;
    font-size: 30px;
}

.blockRecipesFilters .view-header,
.page-node-type-brand-for-products .productsWrapper .view-header{
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 21px;
  text-transform: uppercase;
  color: #826150;
  font-family: "CeraPro-Medium";
}

.blockRecipesFilters .view-content,
.page-node-type-brand-for-products .productsWrapper .view-brand-categories .view-content{
  font-size: 12px;
  line-height: 21px;
  color: #826150;
  display: inline-block;
  vertical-align: middle;
}

.blockRecipesFilters .view-content .views-row,
.page-node-type-brand-for-products .productsWrapper .view-content .views-row{
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 20px;
}

.blockRecipesFilters .view-content .views-row a.active,
.page-node-type-brand-for-products .productsWrapper .view-content .views-row a.active{
  text-decoration: underline;
}



.page-node-type-brand-for-recipes .contentTopWrapper,
.page-node-type-brand-for-products .contentTopWrapper{
  font-size: 0px;
  text-align: center;
}
.page-node-type-brand-for-products .contentTopWrapper{
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;

}

.page-node-type-brand-for-recipes .contentTopWrapper .contentRight,
.page-node-type-brand-for-products .contentTopWrapper .contentRight{
  width: 560px;
  display: inline-block;
  vertical-align: top;
}

.page-node-type-brand-for-products .contentTopWrapper .contentRight img{
  border-radius: 10px;
}


.page-node-type-brand-for-recipes .contentTopWrapper .contentLeft,
.page-node-type-brand-for-products .contentTopWrapper .contentLeft{
  width: calc(100% - 560px);
  display: inline-block;
  vertical-align: top;
  padding: 0 55px 0 0;
  font-size: 14px;
  text-align: left;
}

.page-node-type-brand-for-recipes .contentTopWrapper .socialMediaWrapper,
.page-node-type-brand-for-products .contentTopWrapper .socialMediaWrapper{
  padding: 0 0 20px 0;
  font-size: 0px;
}

.page-node-type-brand-for-recipes .contentTopWrapper .socialMediaWrapper .field--type-link,
.page-node-type-brand-for-products .contentTopWrapper .socialMediaWrapper .field--type-link{
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  margin: 0 15px 0 0;
  font-size: 0px;
}



.page-node-type-brand-for-recipes .contentTopWrapper .socialMediaWrapper a,
.page-node-type-brand-for-products .contentTopWrapper .socialMediaWrapper a{
  display: block;
  width: 34px;
  height: 34px;
  background: url("../images/icon-social-yt.svg") no-repeat center center;
  background-size: contain;

}

.page-node-type-brand-for-recipes .contentTopWrapper .socialMediaWrapper .field--name-field-facebook-link a,
.page-node-type-brand-for-products .contentTopWrapper .socialMediaWrapper .field--name-field-facebook-link a{
  background-image: url("../images/icon-social-fb.svg");
}

.page-node-type-brand-for-recipes .contentTopWrapper .socialMediaWrapper .field--name-field-instagram-link a,
.page-node-type-brand-for-products .contentTopWrapper .socialMediaWrapper .field--name-field-instagram-link a{
  background-image: url("../images/icon-social-in.svg");
}


.page-node-type-brand-for-recipes .contentTopWrapper .field--name-field-logo,
.page-node-type-brand-for-products .contentTopWrapper .field--name-field-logo{
  padding: 0 0 25px 0;
}



.page-node-type-brand-for-recipes .contentTopWrapper h2,
.page-node-type-brand-for-products .contentTopWrapper h2{
  font-size: 56px;
  line-height: 63px;
  text-transform: uppercase;
  color: #826150;
  font-family: "CeraPro-Medium";
  margin: 0px;
  padding: 0px 0 35px 0;
}


.page-node-type-brand-for-recipes.ggPage .contentTopWrapper h2,
.page-node-type-brand-for-products.ggPage .contentTopWrapper h2{
  font-family: "RainierNorth700";
  color: #005640;
  font-size: 82px;
  line-height: normal;
}


.page-node-type-brand-for-recipes .contentTopWrapper .titleSuper,
.page-node-type-brand-for-products .contentTopWrapper .titleSuper{
  font-size: 19px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #54565A;
  padding: 10px 0 10px 0;
  max-width: 350px;
}





.page-node-type-brand-for-recipes .contentTopWrapper .field--name-body,
.page-node-type-brand-for-products .contentTopWrapper .field--name-body{
  font-size: 14px;
  line-height: 27px;
}

.page-node-type-brand-for-recipes .contentBottom,
.page-node-type-brand-for-products .contentBottom{
  font-size: 14px;
  line-height: 27px;
  text-align: left;
  padding: 75px 0 75px 0;
}

.page-node-type-brand-for-recipes .contentBottom h3,
.page-node-type-brand-for-products .contentBottom h3{
  font-size: 27px;
  line-height: 37px;
  margin-bottom: 10px;
  color:#826150;
  font-family: "CeraPRO-Bold";
}

.page-node-type-brand-for-recipes .contentBottom .field--name-field-extra-title,
.page-node-type-brand-for-products .contentBottom .field--name-field-extra-title{
  font-size: 27px;
  line-height: 37px;
  color: #826150;
  padding: 0 0 10px 0;
  font-family: "CeraPRO-Bold";
}

.page-node-type-brand-for-recipes .contentBottom .field--name-field-extra-text,
.page-node-type-brand-for-products .contentBottom .field--name-field-extra-text{
  font-size: 16px;
  line-height: 27px;
}

.page-node-type-brand-for-recipes .contentBottom .field--name-field-extra-text p,
.page-node-type-brand-for-products .contentBottom .field--name-field-extra-text p{
  padding: 0 0 15px 0;
}



.page-node-type-brand-for-recipes .contentExtraBottom .field--name-field-youtube-link,
.page-node-type-brand-for-products .contentExtraBottom .field--name-field-youtube-link{
  display: none;
}

.page-node-type-brand-for-recipes .contentExtraBottom .field--name-field-video-thumbnail,
.page-node-type-brand-for-products .contentExtraBottom .field--name-field-video-thumbnail{
  margin: 30px auto 70px auto;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.page-node-type-brand-for-recipes .contentExtraBottom .field--name-field-video-thumbnail iframe,
.page-node-type-brand-for-products .contentExtraBottom .field--name-field-video-thumbnail iframe{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.page-node-type-brand-for-recipes .contentExtraBottom .field--name-field-video-thumbnail img,
.page-node-type-brand-for-products .contentExtraBottom .field--name-field-video-thumbnail img{
  max-width: 100%;
  height: auto;
}

.page-node-type-brand-for-recipes .contentExtraBottom .field--name-field-video-thumbnail::after,
.page-node-type-brand-for-products .contentExtraBottom .field--name-field-video-thumbnail::after{
  content: "";
  position:absolute;
  left:50%;
  top:50%;
  background: url("../images/icon-play.png") no-repeat center center;
  background-size:contain;
  width: 94px;
  height: 94px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}




#block-views-block-brand-mixology-recipes-block-1{
  padding: 55px 20px 100px 20px;
}


.viewTypeMixologyRecipesBrand{
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.viewTypeRecipesBrand .pager{
  text-align: center; 
  margin:0px;  
  padding: 0px 0 50px 0;
}

.viewTypeRecipesBrand .pager a{
  font-family: "CeraPro-Medium";
  display: inline-block;
  color: #826150;
  font-size: 12px;
  text-align: center;
  width: 180px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #826150;
  border-radius: 4px;
  transition: all 300ms;
  margin-top: 20px;
}

.viewTypeRecipesBrand .pager a:hover{
  background:#826150;
  color: #fff;
}


.viewTypeMixologyRecipesBrand .view-mixology-title h2{
  font-size: 56px;
  line-height: 68px;
  font-family: "CeraPro-Medium";
  color: #826150;
}

.viewTypeMixologyRecipesBrand .view-mixology-title .mixologySubtitle{
  font-size: 14px;
  line-height: 21px;
  color: #54565A;
  padding: 10px 0 30px 0
}

.viewTypeMixologyRecipesBrand > .view-content{
  font-size: 0px;
}

.viewTypeMixologyRecipesBrand .slick-next,
.viewTypeMixologyRecipesBrand .slick-prev{
  right: -15px;
  background: url("../images/icon-next2.svg") no-repeat center center;
  width: 50px;
  height: 50px;
}

.viewTypeMixologyRecipesBrand .slick-prev{
  left: -25px;
  right: auto;  
  background-image: url("../images/icon-prev2.svg")
}

.BrandMixologyRecipesTeaser{
  display: inline-block;
  vertical-align: top;
  width: 350px;
  margin: 0 25px 0 0;
  position: relative;
  transition: all 300ms;
}

.viewTypeMixologyRecipesBrand.active .BrandMixologyRecipesTeaser{
  opacity: 0.3;
}

.viewTypeMixologyRecipesBrand.active .BrandMixologyRecipesTeaser.active,
.viewTypeMixologyRecipesBrand.active .BrandMixologyRecipesTeaser:hover{
  opacity: 1;
}

.viewTypeMixologyRecipesBrand .BrandMixologyRecipesTeaser .imgWrapper{
  position: relative;
}

.viewTypeMixologyRecipesBrand .BrandMixologyRecipesTeaser .imgWrapper img{
  width: 100%;
  height: auto;
}

.viewTypeMixologyRecipesBrand.active .BrandMixologyRecipesTeaser.active .imgWrapper::after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border:2px solid #d4a16e;
}


.BrandMixologyRecipesTeaser .titleWrapper h2{
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #54565A;
  margin: 0px;
  padding: 12px 0 0 0;
}

.BrandMixologyRecipesTeaser .contentWrapper{
  display: none;
}




.viewTypeMixologyRecipesBrand  .mixologyDataWrapper{
  padding: 40px 40px 0 40px;
  font-size: 0px;
}

.viewTypeMixologyRecipesBrand  .mixologyDataWrapper li{
  list-style-type: disc;
  margin: 0 0 0 15px;
}


.viewTypeMixologyRecipesBrand  .mixologyDataWrapper .field--name-field-subtitle{
  font-size: 18px;
  line-height: 28px;
  font-family: "CeraPRO-Bold";
  color: #54565A;
  padding: 0 0 20px 0;
}


.viewTypeMixologyRecipesBrand  .mixologyDataWrapper .field--name-field-left-column{
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 14px;
  line-height: 28px;
}


.viewTypeMixologyRecipesBrand  .mixologyDataWrapper .field--name-field-right-column{
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 14px;
  line-height: 28px;
} 

.viewTypeMixologyRecipesBrand  .mixologyDataWrapper .field--name-field-right-column > .field__item{
  padding: 0 0 30px 0;
}

.viewTypeMixologyRecipesBrand  .mixologyDataWrapper .field--name-field-left-column .field--name-field-title,
.viewTypeMixologyRecipesBrand  .mixologyDataWrapper .field--name-field-right-column .field--name-field-title{
  color: #826150;
  font-family: "CeraPRO-Bold";
}


.viewTypeMixologyRecipesBrand  .mixologyDataWrapper ul li{
  list-style-type: disc;
  margin: 0 0 0 15px;
}

.viewTypeMixologyRecipesBrand  .mixologyDataWrapper ol li{
  list-style-type: decimal;
  margin: 0 0 0 15px;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */




.viewTypeProductsBrand{
  padding: 0 0 70px 0;
}

.viewTypeProductsBrand > .view-content{
  /*max-width: 1240px;*/
  margin: 0 auto;
  text-align: left;
  font-size: 0px;
  position: relative;
   
}



.viewTypeProductsBrand .view-filters{
  display: none;
}


.viewTypeProductsBrand .view-content{
  padding: 40px 0 0 0;
}

.viewTypeProductsBrand .view-footer .productDataWrapper{
    padding: 70px 0 0 0;
    display: none;
}


.BrandProductTeaser{
  display: inline-block;
  vertical-align: top;
  width: 390px;
  height: 300px;

  background: #F5F2EE;
  border: 2px solid #fff;
  border-bottom: 0px;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  margin: 0 35px 0 0;

  transition: all 300ms;

}

.BrandProductTeaser:hover{
  background: #ebe6e0;
}

.viewTypeProductsBrand .BrandProductTeaser.active{
  border-color: #CCA275;
}

.viewTypeProductsBrand.active .BrandProductTeaser{
  opacity: 0.4;
}

.viewTypeProductsBrand.active .BrandProductTeaser.active{
  opacity: 1;
}

.viewTypeProductsBrand .slick-next,
.viewTypeProductsBrand .slick-prev{
  right: -15px;
  background: url("../images/icon-next2.svg") no-repeat center center;
  width: 50px;
  height: 50px;
}

.viewTypeProductsBrand .slick-prev{
  left: -25px;
  right: auto;  
  background-image: url("../images/icon-prev2.svg")
}


.BrandProductTeaser .teaserWrapper::before{
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: 210px;
  left: -2px;
  bottom: 0px;
  background: linear-gradient(180deg, #FFFFFF 7.67%, rgba(255, 255, 255, 0) 73.3%);
  transform: rotate(-180deg);
  z-index: 1;
}

.BrandProductTeaser .teaserWrapper{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor:pointer;
}


.BrandProductTeaser .imgWrapper{
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}

.BrandProductTeaser .titleWrapper{
  position: absolute;
  left: 0%;
  bottom: -3px;
  text-align: center;
  z-index: 5;
  padding: 0 20px;
  width: 100%;
}

.BrandProductTeaser .titleWrapper h2{
  font-family: "CeraPRO-Bold";
  font-size: 24px;
  line-height: 30px;
  color: #826150;
  margin: 0px;
  padding: 0px;
}

.BrandProductTeaser .contentWrapper{
  display: none; 
}


.viewTypeProductsBrand .paragraph--type--np-two-column-layout{
  font-size: 0px;
  text-align: center;
  padding: 0 0 30px 0;
}
.viewTypeProductsBrand .paragraph--type--np-two-column-layout .paragraph--type--ln-c-buy-now-component {
  font-size: 1rem;
  margin:20px 0;
}

.viewTypeProductsBrand .paragraph--type--np-two-column-layout img{
  max-width: 100%;
  height: auto;
}

.viewTypeProductsBrand .paragraph--type--np-two-column-layout .field--name-field-left-column{
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 50px 0 0;
}

.viewTypeProductsBrand .paragraph--type--np-two-column-layout .field--name-field-right-column{
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 50px 0 50px;
  text-align:left;
  font-size: 14px;
  line-height: 22px;
  color: #54565A;

}



/* //////////////////////////////////////// */


.viewTypeProductsBrand .view-footer .productDataWrapper > .field--name-field-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.viewTypeProductsBrand .view-footer .productDataWrapper > .field--name-field-content > .field__item{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}


.viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}

.viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout .field--name-field-left-column,
.viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout .field--name-field-right-column{
  width: calc(60% - 20px);
  text-align: left;
  color: #54565A;
  font-size: 16px;
  line-height: 170%;
}

.viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout .field--name-field-right-column{
  width: calc(40% - 20px);
  text-align: left;
}

.viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout ul,
.viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout li{
  margin: 0px;
  padding: 0px;
}

.viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout li{
  list-style-type: disc;
  margin: 0 0 0 15px;
}


.viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout table{
  width: 100%;
  border-radius: 20px;
  border: 1px solid #C4C4C4;
  overflow: hidden;
  border-collapse: separate;
}

.viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout table thead{
  width: 100%;
}

.viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout table tr{
  
}

.viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout table td,
.viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout table th{
  padding: 20px 10px 20px 25px;
  text-align: left;
  font-size: 15px;
  color: #826150;
  letter-spacing: -0.3px;
  position: relative;
  line-height: 120%;
}

.viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout table td:last-child,
.viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout table th:last-child{
  padding: 20px 25px 20px 10px;
}

.viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout table td::after{
  content: "";
  position: absolute;
  left: 25px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #C4C4C4;
}

.viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout table td:last-child::after{
  left: 0pc;
  width: calc(100% - 5px);
}

.viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout table th{
  background: #826150;
  color: #fff;
}

.viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout table tr:last-child td::after{
  display: none;
}


.viewTypeProductsBrand .paragraph--type--np-double-image-small{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.viewTypeProductsBrand .paragraph--type--np-one-column-layout{
  text-align: left;
  color: #54565A;
  font-size: 16px;
  line-height: 170%;
  max-width: 980px;
  margin: 0 auto;
}

/* //////////////////////////////////////// */



.linkToRecipesWrapper{

  max-width: 1240px;
  margin: 0 auto;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px 70px 20px;
}

.linkToRecipesWrapper .wrapperInner{
  padding: 75px 0 70px 0;
  text-align: center;
  
  margin: 0 auto;
   background: #F6F2EE;
  border-radius: 20px;
}

.linkToRecipesWrapper .wrapperInner .title{
  font-size: 19px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #826150;
  max-width: 620px;
  margin: 0 auto;
}

.linkToRecipesWrapper .wrapperInner .description{
  font-size: 27px;
  line-height: 37px;
  color: #826150;
  font-family: "CeraPRO-Bold";
  padding: 20px 0 30px 0;
  max-width: 620px;
  margin: 0 auto;
}

.linkToRecipesWrapper .wrapperInner .ctas a{
  font-family: "CeraPro-Medium";
  display: inline-block;
  color: #826150;
  font-size: 12px;
  text-align: center;
  width: 160px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #826150;
  border-radius: 4px;
  transition: all 300ms;
  margin: 0px;
}

.linkToRecipesWrapper .wrapperInner .ctas a:hover{
  background:#826150;
  color: #fff;
}



.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline{
  background: #E8E1DB;
  padding: 85px 20px 185px 20px;
  font-size: 0px;
  text-align: center;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .field--name-field-title-super{
  max-width: 1240px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #826150;
  text-align: left;
  padding: 0 0 20px 0;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .field--name-field-title-timeline{
  font-family: "CeraPRO-Bold";
  font-size: 27px;
  line-height: 37px;
  color: #826150;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 45px 0 0;
  max-width: 620px;
  text-align: left;
}

.page-node-type-brand-for-products.ggPage .contentBottomWrapper .paragraph--type--np-timeline .field--name-field-title-timeline{
  font-family: "RainierNorth700";
    color: #005640;
    font-size: 41px;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline > .field--name-field-description{
  font-size: 16px;
  line-height: 27px;
  color: #54565A;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 0 0 45px;
  max-width: 620px;
  text-align: left;
}


.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .field--name-field-timeline-item{
  padding: 145px 0 0 0;
  max-width: 1260px;
  margin: 0 auto;
}


.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .field--name-field-timeline-item .field__item .product_timeline_content_wrapper{
  width: 50%;
  padding: 0 45px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .field--name-field-timeline-item .field__item .field--name-field-title{
  font-size: 23px;
  line-height: 32px;
  color: #826150;
  font-family: "CeraPRO-Bold";
  text-align: left;
  padding: 0 0 20px 0;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .field--name-field-timeline-item .field__item .field--name-field-description{
  font-size: 14px;
  line-height: 22px;
  color: #54565A;
  text-align: left;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .field--name-field-timeline-item .field__item .field--name-field-timeline-image{
  width: 50%;
  padding: 0  0 0 45px;
  display: inline-block;
  vertical-align: middle;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .field--name-field-timeline-item .field__item .field--name-field-timeline-image img{
  max-width: 100%;
  height: auto;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .field--name-field-timeline-item .field__item .field--name-field-year{
  display: none;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .slick-dots{
  bottom: -60px;
  display: flex;
  position: relative;
  height: 18px;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .slick-dots::after{
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #826150;
  z-index: 1;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .slick-dots li{
  display: block;
  width: 100%;
  margin: 0px;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .slick-dots li button{
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .slick-dots li::after{
  background: #F5F2EE;
  border: 1px solid #826150;
  width: 12px;
  height: 12px;
  z-index: 5;
  opacity: 1;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .slick-dots li.slick-active::after{
  height: 18px;
  width: 18px;
  background: #826150;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .slick-dots li .year{
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  color: #54565A;
  position: absolute;
  top: 16px;
  left: 50%;
  -ms-transform: translate(-50%, -0%);
  -webkit-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .slick-dots li.slick-active .year{
  color: #826150;
}


/* //////////// */


.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion{
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  margin: 60px auto 60px auto;
  padding: 60px 60px 30px 25%;
  max-width: 1260px;
  position: relative;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion .field--name-field-title{
  font-size: 27px;
  line-height: 37px;
  color: #826150;
  font-family: "CeraPRO-Bold";
  position: absolute;
  left: 0px;
  top: 60px;
}


.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion .field__items > .field__item{
  padding: 0 0 30px 0;
  display: none;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion.active .field__items > .field__item{
  display: block;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion .field__items > .field__item:nth-child(1),
.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion .field__items > .field__item:nth-child(2),
.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion .field__items > .field__item:nth-child(3),
.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion .field__items > .field__item:nth-child(4){
  display: block;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion .field__items > .field__item .field--name-field-question{
  font-size: 16px;
  line-height: 27px;
  color: #826150;
  cursor: pointer;
  position: relative;
  padding: 0 170px 0 0;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion .field__items > .field__item .field--name-field-question::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 10px;
  height: 10px;
  background: url("../images/icon-faq.svg") no-repeat center center;
  -ms-transform: translate(-0%, -50%);
  -webkit-transform: translate(-0%, -50%);
  transform: translate(-0%, -50%);
  transition: all 300ms;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion .field__items > .field__item .field--name-field-question.active::after{
  -ms-transform: translate(-0%, -50%) rotate(180deg);
  -webkit-transform: translate(-0%, -50%) rotate(180deg);
  transform: translate(-0%, -50%) rotate(180deg);
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion .field__items > .field__item .field--name-field-answer{
  font-size: 16px;
  line-height: 27px;
  color: #54565A;
  padding: 10px 0 0 0;
  display: none;
}
.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion .field__items > .field__item .field--name-field-answer a{
  text-decoration:underline;
  font-family: "CeraPRO-Bold";
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion .field__items > .field__item .field--name-field-answer li{
  list-style-type: disc;
  margin: 0 0 0 15px;
}


.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion .show-more{
  position: absolute;
  bottom: -20px;
  left: 50%;
  background: #fff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #826150;
  font-family: "CeraPro-Medium";
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  -ms-transform: translate(-50%, -0%);
  -webkit-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);

}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion .show-more span{
  font-size: 0px;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion .show-more.active{
  font-size: 0px;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion .show-more.active span{
  font-size: 12px;
}

/* //////////// */


.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider{
  padding: 50px 20px 50px 20px;
  position: relative;
}


.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field__items{
  max-width: 1280px;
  margin: 30px auto 0 auto;
}





.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-title{
  font-size: 56px;
  line-height: 68px;
  font-family: "CeraPro-Medium";
  color: #826150;
  padding: 0 0 15px 0;
  max-width: 1280px;
  margin: 0 auto;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-subtitle{
  font-size: 16px;
  line-height: 27px;
  max-width: 1280px;
  margin: 0 auto;
}


.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider.title-style-center_align_small > .field--name-field-subtitle{
  text-align: center; 
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider.title-style-center_align_small  > .field--name-field-title{
  font-size: 27px;
  line-height: 37px;
  text-align: center; 
  font-family: "CeraPRO-Bold";
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider.title-style-left_align_normal > .field--name-field-title{
  font-size: 41px;
  line-height: 50px;
}


.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-extra-title{
  font-size: 27px;
  line-height: 37px;
  font-family: "CeraPRO-Bold";
  color: #826150;
  padding: 0 0 15px 0;
}




.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider.background-color-Gray{
  background: #E8E1DB;
}

/*
paragraph--type--np-clickable-slider
background-color-Gray 
title-style-center_align_small 
items-3
items-many
*/



.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-subtitle{
  font-size: 14px;
  line-height: 21px;
  color: #54565A;
  padding: 10px 0 30px 0;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-clickable-item{
  font-size: 0px;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider .slick-next,
.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider .slick-prev{
  right: -15px;
  background: url("../images/icon-next2.svg") no-repeat center center;
  width: 50px;
  height: 50px;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider .slick-prev{
  left: -25px;
  right: auto;  
  background-image: url("../images/icon-prev2.svg")
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-clickable-item .slick-slide,
.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-clickable-item > .field__item{
  display: inline-block;
  margin: 0 15px 0 15px;
  width: 350px;
  vertical-align: top;
  cursor: pointer;
  transition: all 200ms;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider.inactiveClicks > .field--name-field-clickable-item .slick-slide,
.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider.inactiveClicks > .field--name-field-clickable-item > .field__item{
  cursor:default;
}


.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-clickable-item > .field__item{
  width: calc(33.33% - 30px);
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-clickable-item .slick-slide:first-child,
.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-clickable-item > .field__item:first-child{
  margin: 0 30px 0 0;
}



/* 2col items */
.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider.items-2 > .field--name-field-clickable-item .slick-slide,
.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider.items-2 > .field--name-field-clickable-item > .field__item{
  width: calc(50% - 15px);
  margin: 0 0 0 15px;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider.items-2 > .field--name-field-clickable-item .slick-slide:first-child,
.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider.items-2 > .field--name-field-clickable-item > .field__item:first-child{
  margin: 0 15px 0 0 ;
}



.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider.items-2 > .field--name-field-clickable-item .slick-slide .field--name-field-image-paragraph,
.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider.items-2 > .field--name-field-clickable-item > .field__item .field--name-field-image-paragraph{
  background: #E8E1DB;
}



.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-clickable-item.active .slick-slide,
.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-clickable-item.active > .field__item{
  opacity: 0.4;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-clickable-item.active .slick-slide.active,
.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-clickable-item.active > .field__item.active{
  opacity: 1;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-clickable-item .slick-slide.active img,
.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-clickable-item > .field__item.active img{
  border: 3px solid #CCA275;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-clickable-item .field__item img{
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
  display: block;
  transition: all 200ms;
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-clickable-item .field__item img{
}

.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-clickable-item .field__item .field--name-field-title{
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #826150;
  padding: 10px 0 0 0;

}


.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-clickable-item .field__item .field--name-field-text{
  display: none;
}


.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider .accordion-data-text{
  padding: 30px 0 0 0;
  font-size: 16px;
  line-height: 27px;
  color: #54565A;
  max-width: 1280px;
  margin: 0 auto;

}


.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider .accordion-data-text li{
  list-style-type: disc;
  margin: 0 0 0 15px;
}



/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */


.page-node-type-recipe #block-nestleprofessional-content .blockContent {
  text-align: center;
}

.page-node-type-recipe #block-nestleprofessional-content{
  padding-bottom: 180px;
}


.page-node-type-recipe #block-nestleprofessional-content .blockContent .field--name-field-colored-title{
  font-size: 56px;
  line-height: 63px;
  font-family: "CeraPro-Medium";
  text-transform: uppercase;
  color: #53555a;
}

.page-node-type-recipe #block-nestleprofessional-content .blockContent .field--name-field-colored-title b{
  color: #83614f;
  font-weight: normal;
  display: block;
}


.page-node-type-recipe #block-nestleprofessional-content .blockContent .titleTop{
  font-family: "CeraPro-Regular";
  font-size: 19px;
  line-height: 21px;
  display: block;
  padding: 0 0 30px 0;
  color: #826150;
  letter-spacing: 0.1em;
}


.page-node-type-recipe #block-nestleprofessional-content .blockContent .recipeImageVideoWrapper{
  position: relative;
  display: inline-block;
}

.page-node-type-recipe #block-nestleprofessional-content .blockContent .recipeImageVideoWrapper::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 210px;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, #E8E1DB 0%, rgba(196, 196, 196, 0) 64.44%);
}

.page-node-type-recipe #block-nestleprofessional-content .blockContent .recipeImageVideoWrapper img,
.page-node-type-recipe #block-nestleprofessional-content .blockContent .recipeImageVideoWrapper video{
  max-width: 100%;
  height: auto;
}


.page-node-type-recipe #block-nestleprofessional-content .blockContent .recipeImageVideoWrapper .videoPlay{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  font-size: 0px;
  background: url("../images/icon-play.png") no-repeat center center;
  background-size:auto 20%;
}




.lightbox{
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background: rgba(26, 25, 24, 0.8);
  z-index: 2000;
  display:none;
}

.lightbox .back-close{
  position:absolute;
  left:0%;
  top:0%; 
  width:100%;
  height:100%;
  z-index: 1
}

.lightbox .content{
  position:absolute;
  left:50%;
  top:50%;  
  width:960px;
  height:540px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background:#000;
  z-index: 10;
  padding:0px;
  color:#000;
}

.lightbox .content .close{
  position:absolute;
  right:0px;
  top:-60px;
  width:40px;
  height:40px;
  background: url("../images/icon-close.svg") no-repeat center center;
  display:block;
  z-index: 100;
} 


.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-recipe-steps{
  padding: 55px 20px 55px 20px;
}



.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-infographic{
  background: #826150;
  border-radius: 20px;
  max-width: 1086px;
  margin: 20px auto 0 auto;
  padding: 45px 40px;
  color: #fff;
}


.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-infographic .field--name-field-title{
  font-size: 27px;
  line-height: 37px;
  font-family: "CeraPRO-Bold";
  color: #FFFFFF;
  padding: 0 0 35px 0;
}

.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-infographic .fileDownload{
  font-family: "CeraPro-Medium";
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 160px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: all 300ms;
}

.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-infographic .fileDownload:hover{
  background:#fff;
  color: #826150;
}



.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-double-image{
  text-align: center;
  padding: 45px 0 55px 0;
  font-size: 0px;
}

.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-double-image .field--name-field-left-image{
  display: inline-block;
  vertical-align: top;
  margin: 50px 37px 0 0;
  
}

.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-double-image .field--name-field-right-image{
  display: inline-block;
  vertical-align: top;
  margin: 0px  0 0 37px;
}


.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-double-image .field--name-field-left-image img,
.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-double-image .field--name-field-right-image img{
  max-width: 100%;
  height: auto;
}



.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-recipe-steps .field--name-field-steps-title{
  font-size: 27px;
  line-height: 37px;
  color: #826150;
  font-family: "CeraPRO-Bold";
  text-align: left;
   max-width: 880px;
  margin: 0 auto;
  padding: 0 200px 65px 0;
}


.page-node-type-recipe #block-nestleprofessional-content .blockContent  .paragraph--type--np-recipe-steps > .field__items{
  max-width: 880px;
  margin: 0 auto;
  text-align: left;
}


.page-node-type-recipe #block-nestleprofessional-content .blockContent  .paragraph--type--np-recipe-steps > .field__items > .field__item{
  padding: 0 0 40px 0;
}


.page-node-type-recipe #block-nestleprofessional-content .blockContent  .paragraph--type--np-recipe-steps > .field__items > .field__item {
  font-size: 0px;
}

.page-node-type-recipe #block-nestleprofessional-content .blockContent  .paragraph--type--np-recipe-steps > .field__items > .field__item .stepIcon{
  width: 80px;
  display: inline-block;
  vertical-align: top;
}

.page-node-type-recipe #block-nestleprofessional-content .blockContent  .paragraph--type--np-recipe-steps > .field__items > .field__item .stepIcon img{
  width: 60px;
  height: auto;
}

.page-node-type-recipe #block-nestleprofessional-content .blockContent  .paragraph--type--np-recipe-steps > .field__items > .field__item .stepContent{
  width: calc(100% - 80px);
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 27px;
  color: #54565A;
}

.page-node-type-recipe #block-nestleprofessional-content .blockContent  .paragraph--type--np-recipe-steps > .field__items > .field__item .stepContent li{
  list-style-type: disc;
  margin: 0 0 0 15px;
}

.page-node-type-recipe #block-nestleprofessional-content .blockContent  .paragraph--type--np-recipe-steps > .field__items > .field__item .stepContent .field--name-field-step-number{
  font-size: 19px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #826150;
  padding: 5px 0 7px 0;
}



/* //////////////////// */

.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-recipe-information{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 70px;
    max-width: 1088px;
    margin: 0 auto;
    padding: 35px 0 40px 0;
}

.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-recipe-information .content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-recipe-information .content .title{
  color: #826150;
  font-size: 19px;
  line-height: 21px;
  letter-spacing: 1.9px;
}

.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-recipe-information .content .value{
  color: #54565A;
  font-size: 16px;
  line-height: 27px; 
}

.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-recipe-information .content .value div{
  display: inline;
}

/* //////////////////// */

.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-chef-tip{
  max-width: 1088px;
  margin: 50px auto 30px auto;
  background: #fff;
  border-radius: 20px;
  padding: 40px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-chef-tip .content{
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 3px;
}

.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-chef-tip .content h2{
  color: #826150;
  font-size: 19px;
  line-height: 21px;
  letter-spacing: 1.9px;
}

.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-chef-tip .content span{
  color: #54565A;
  font-size: 16px;
  line-height: 27px; 
}

/* //////////////////// */



.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-boxed-title-and-text{
  max-width: 1088px;
  margin: 0 auto;
  background: #F5F2EE;
  border-radius: 20px;
  padding:42px 20px 42px 115px;
  text-align: left;
}


.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-boxed-title-and-text .field--name-field-title{
  font-size: 56px;
  line-height: 68px;
  color: #826150;
  font-family: "CeraPro-Medium";
  padding: 0 0 10px 0;
}

.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-boxed-title-and-text .field--name-field-text{
  font-size: 14px;
  line-height: 21px;
  color: #54565A;
}

.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-boxed-title-and-text .field--name-field-text li{
  list-style-type: circle;
  margin: 3px 0 3px 15px;
}


/* //////////////////// */


#block-linktosyntagesrofimaton{
  padding: 50px 20px;
}



#block-linktosyntagesrofimaton .blockContent{
  padding: 70px 18%;
  background: #F6F2EE;
  border-radius: 20px;
  text-align: center;
  max-width: 1246px;
  margin: 0 auto;
}


#block-linktosyntagesrofimaton .blockContent .field--name-field-block-title{
  font-size: 19px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #826150;
}


#block-linktosyntagesrofimaton .blockContent .field--name-body{
  font-size: 27px;
  line-height: 37px;
  text-align: center;
  color: #826150;
  font-family: "CeraPRO-Bold";
  padding: 25px 0;
}


#block-linktosyntagesrofimaton .blockContent .field--name-field-link-to-page a{
  font-family: "CeraPro-Medium";
  display: inline-block;
  color: #826150;
  font-size: 12px;
  text-align: center;
  width: 160px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #826150;
  border-radius: 4px;
  transition: all 300ms;
}

#block-linktosyntagesrofimaton .blockContent .field--name-field-link-to-page a:hover{
  background:#826150;
  color: #fff;
}


.viewTypeRecipesRelated{
  text-align: center;
}

.viewTypeRecipesRelated .view-header{
  padding: 0 0 55px 0;
  font-size: 19px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #826150;
}


.viewTypeRecipesRelated .relatedRecipesTeaser{
  margin: 30px 25px 50px 0px;
}


.viewTypeRecipesRelated .relatedRecipesTeaser:nth-child(even){
  margin: 0 0 50px 25px;
}


.viewTypeRecipesRelated .relatedRecipesTeaser .imgWrapper::after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 210px;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 64.44%);
  z-index: 2;
}




/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */




.page-node-type-blog #block-nestleprofessional-content,
.page-node-type-new #block-nestleprofessional-content{
  background: none;
}

.page-node-type-blog #block-nestleprofessional-content > .blockContent,
.page-node-type-new #block-nestleprofessional-content > .blockContent{
  max-width: 1086px;
  margin: 0 auto;
  text-align: center;
}



.page-node-type-blog #block-nestleprofessional-content > .blockContent .field--name-field-colored-title,
.page-node-type-new #block-nestleprofessional-content > .blockContent .field--name-field-colored-title{
  font-size: 68px;
  line-height: 75px;

  font-size: 56px;
  line-height: 68px;

  font-family: "CeraPro-Medium";
  text-transform: uppercase;
  color: #83614f;
  padding: 0 0 35px 0;
}

.page-node-type-blog #block-nestleprofessional-content > .blockContent .field--name-field-colored-title b,
.page-node-type-new #block-nestleprofessional-content > .blockContent .field--name-field-colored-title b{
  color: #53555a;
  font-weight: normal;
  display: block;
}


.page-node-type-blog #block-nestleprofessional-content > .blockContent .titleTop,
.page-node-type-new #block-nestleprofessional-content > .blockContent .titleTop{
  font-family: "CeraPro-Regular";
  font-size: 19px;
  line-height: 21px;
  display: block;
  padding: 0 0 30px 0;
  color: #826150;
  letter-spacing: 0.1em;
}



.page-node-type-blog #block-nestleprofessional-content > .blockContent .field--name-field-main-image,
.page-node-type-new #block-nestleprofessional-content > .blockContent .field--name-field-main-image{
  position: relative;
  margin-bottom: 50px;
}

.page-node-type-blog #block-nestleprofessional-content > .blockContent .field--name-field-main-image img,
.page-node-type-new #block-nestleprofessional-content > .blockContent .field--name-field-main-image img{
  max-width: 100%;
  display: block;
  height: auto;
}


.page-node-type-blog #block-nestleprofessional-content > .blockContent .field--name-field-main-image::after,
.page-node-type-new #block-nestleprofessional-content > .blockContent .field--name-field-main-image::after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 210px;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 64.44%);
  z-index: 2;
}






.page-node-type-blog #block-nestleprofessional-content > .blockContent .paragraph--type--np-title-and-text,
.page-node-type-new #block-nestleprofessional-content > .blockContent .paragraph--type--np-title-and-text{
  padding: 0px 100px 50px 100px;
  text-align: left;
}


.page-node-type-blog #block-nestleprofessional-content > .blockContent .paragraph--type--np-title-and-text .field--name-field-title,
.page-node-type-new #block-nestleprofessional-content > .blockContent .paragraph--type--np-title-and-text .field--name-field-title{
  font-size: 27px;
  line-height: 37px;
  color: #826150;
  padding: 0 0 20px 0;
  font-family: "CeraPRO-Bold";
}



.page-node-type-blog #block-nestleprofessional-content > .blockContent .paragraph--type--np-title-and-text .field--name-field-text,
.page-node-type-new #block-nestleprofessional-content > .blockContent .paragraph--type--np-title-and-text .field--name-field-text{
  font-size: 16px;
  line-height: 26px;
}


.page-node-type-blog #block-nestleprofessional-content > .blockContent .paragraph--type--np-title-and-text li,
.page-node-type-new #block-nestleprofessional-content > .blockContent .paragraph--type--np-title-and-text li{
  list-style-type: disc;
  margin: 0 0 0 15px;
}


.page-node-type-blog #block-nestleprofessional-content > .blockContent .paragraph--type--np-single-image,
.page-node-type-new #block-nestleprofessional-content > .blockContent .paragraph--type--np-single-image{
  position: relative;
  padding-bottom: 50px;
}


.page-node-type-blog #block-nestleprofessional-content > .blockContent .paragraph--type--np-single-image img,
.page-node-type-new #block-nestleprofessional-content > .blockContent .paragraph--type--np-single-image img{
  max-width: 100%;
  display: block;
  height: auto;
}

.page-node-type-blog #block-nestleprofessional-content > .blockContent .paragraph--type--np-video,
.page-node-type-new #block-nestleprofessional-content > .blockContent .paragraph--type--np-video{
  position: relative;
  padding-bottom: 50px;
}


.page-node-type-blog #block-nestleprofessional-content > .blockContent .paragraph--type--np-video iframe,
.page-node-type-new #block-nestleprofessional-content > .blockContent .paragraph--type--np-video iframe{
  width: 100%;
  display: block;
}

/* //////////////////// */


#block-views-block-related-blogs-block-1,
#block-views-block-related-news-block-1{
    text-align: left;
    position: relative;
    padding: 65px 0px;
    background: #E8E1DB;
}


#block-views-block-related-blogs-block-1 .blockContent,
#block-views-block-related-news-block-1 .blockContent{
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}


.viewTypeNewsBlogRelated .view-header .top_title {
    font-size: 19px;
    line-height: 21px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #826150;
}

.viewTypeNewsBlogRelated .view-header  h2 {
    font-size: 56px;
    line-height: 63px;
    text-transform: uppercase;
    color: #54565A;
    font-family: "CeraPro-Medium";
    padding: 25px 0 55px 0;
}

.viewTypeNewsBlogRelated .view-header  h2 b {
    color: #83614f;
    font-weight: normal;
}

.viewTypeNewsBlogRelated .view-header .button{
 font-family: "CeraPro-Medium";
  display: inline-block;
  color: #826150;
  font-size: 12px;
  text-align: center;
  width: 160px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #826150;
  border-radius: 4px;
  transition: all 300ms;
  position: absolute;
  right: 20px;
  top: 100px;
  margin: 0px;
}

.viewTypeNewsBlogRelated .view-header .button:hover{
  background:#826150;
  color: #fff;
}


.viewTypeNewsBlogRelated .view-content{
  max-width: 1140px;
  margin:0 auto;
}


.viewTypeNewsBlogRelated .slick-next,
.viewTypeNewsBlogRelated .slick-prev{
  right: -15px;
  background: url("../images/icon-next2.svg") no-repeat center center;
  width: 50px;
  height: 50px;
}

.viewTypeNewsBlogRelated .slick-prev{
  left: -25px;
  right: auto;  
  background-image: url("../images/icon-prev2.svg")
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */


.page-node-type-brand-for-recipes .contentTopWrapper .field--name-body a, 
.page-node-type-brand-for-products .contentTopWrapper .field--name-body a,
.page-node-type-brand-for-recipes .contentBottom .field--name-field-extra-text a, 
.page-node-type-brand-for-products .contentBottom .field--name-field-extra-text a,
.viewTypeProductsBrand .paragraph--type--np-two-column-layout .field--name-field-right-column a,
.accordion-data-text a,
.pg-about #block-nestleprofessional-content .blockContent .field--name-field-text a,
.page-node-type-blog #block-nestleprofessional-content > .blockContent .paragraph--type--np-title-and-text .field--name-field-text a, 
.page-node-type-new #block-nestleprofessional-content > .blockContent .paragraph--type--np-title-and-text .field--name-field-text a,
.page-node-type-brand-for-recipes .contentBottom .field--name-field-extra-text a,
.page-node-type-brand-for-products .contentBottom .field--name-field-extra-text a,
.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-boxed-title-and-text .field--name-field-text a{
  text-decoration: underline;
}


.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-boxed-title-and-text .field--name-field-text table{
  border: 1px solid #826150;
}

.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-boxed-title-and-text .field--name-field-text table td,
.page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-boxed-title-and-text .field--name-field-text table th{
  border: 1px solid #826150;
  padding: 5px;
}



/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */


.page-node-type-simple-page{

}

.page-node-type-simple-page .layout-container{
  padding: 215px 0px 0px 0px;
  background: #E8E1DB;
}

.page-node-type-simple-page h1.page-title{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px 20px 20px;

  font-size: 56px;
  line-height: 63px;
  font-family: "CeraPro-Medium";
  text-transform: uppercase;
  color: #53555a;
  
}



.page-node-type-simple-page #block-nestleprofessional-content{
    max-width: 1240px;
    margin: 0 auto;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    color: #54565A;
    padding: 0px 20px 110px 20px;
}

.page-node-type-simple-page #block-nestleprofessional-content article a{
  text-decoration: underline;
}

.page-node-type-simple-page #block-nestleprofessional-content article b{
  font-weight: normal;
  font-family: "CeraPRO-Bold";
}

.page-node-type-simple-page #block-nestleprofessional-content article ul li{
  list-style-type: disc;
  margin: 0 0 0 15px;
}

.page-node-type-simple-page #block-nestleprofessional-content article ol li{
  list-style-type: decimal;
  margin: 0 0 0 15px;
}

.page-node-type-simple-page #block-nestleprofessional-content article p{
  padding: 0 0 20px 0;
}

.page-node-type-simple-page #block-nestleprofessional-content table{
  width: 100%;
}

.page-node-type-simple-page #block-nestleprofessional-content table td{
  width: 25%;
  padding: 10px;
}

.page-node-type-simple-page #block-nestleprofessional-content table td:nth-child(1){
  width: 50%;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width: 1300px) {
 

}



@media screen and (max-width: 1280px) {

  .dialog-off-canvas-main-canvas{
    overflow: hidden;
  }


}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */



@media screen and (max-width: 1279px) {


  .newsBlogTeaser{
    margin: 0 14px 0 0;
  }

  

  .page-node-type-brand-for-recipes #region-content-bottom{
    padding-right: 20px;
    padding-left: 20px;
  }

  .viewBrandsProducts .view-product-categories .view-content .views-row,
  .viewBrandsRecipe .view-brand-for-recipe-types .view-content .views-row{

    max-width: 115px;
  }

  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion{
    margin-right: 20px;
    margin-left: 20px;
  }


}

@media screen and (max-width: 1230px) {

 

}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */


@media screen and (max-width: 1139px) {


  header #block-sitebranding{
    width: 150px;
    margin: 0 0 0 20px;
    left: 20px;
    transform: translate(0, 0);
  }

  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card .slick-slide {
    padding: 70px 40px 0 40px;
  }

  .newsBlogTeaser{
    width: 292px;
  }

  .newsBlogTeaser .titleWrapper h3 {
    padding: 40px 20px 0 20px;
  }

  .newsBlogTeaser .contentWrapper{
    padding: 20px 20px 0 20px;
  }

  .newsBlogTeaser .date{
    left: 20px;
  }


  .pg-contact .row-contact .col.last{
    width: 410px;
  }

  .pg-contact .row-contact .col.first{
    width: calc(100% - 410px);
    padding-right: 50px;
  }

  .viewTypeNewsBlog .view-header::after{
    right: 0px;
  }

  .pg-about #block-nestleprofessional-content .blockContent .field--name-field-left-image,
  .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-double-image .field--name-field-left-image{
    width: calc(50% - 27px);
    margin-right: 27px;
  }

  .pg-about #block-nestleprofessional-content .blockContent .field--name-field-right-image,
  .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-double-image .field--name-field-right-image{
    width: calc(50% - 27px);
    margin-left: 27px;
  }


  .viewTypeRecipesRelated .relatedRecipesTeaser{
    width: calc(50% - 40px);
  }


  .page-node-type-brand-for-recipes .contentTopWrapper .contentRight, 
  .page-node-type-brand-for-products .contentTopWrapper .contentRight{
    width: 460px;
  }

  .page-node-type-brand-for-recipes .contentTopWrapper .contentRight img, 
  .page-node-type-brand-for-products .contentTopWrapper .contentRight img{
    width: 100%;
    height: auto;
  }

  .page-node-type-brand-for-recipes .contentTopWrapper .contentLeft, .page-node-type-brand-for-products .contentTopWrapper .contentLeft{
    width: calc(100% - 460px);
  }




}



/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */


@media screen and (max-width: 959px) {


  #block-nestleprofessional-content{
    padding-top: 130px;
  }





  header #block-sitebranding{
    width: 102px;
    margin: 0px;
    left: 20px;
    top: 22px;
    -ms-transform: translate(-0%, -0%);
    -webkit-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%);
  }

  header.scroll #block-sitebranding {
    width: 102px;
    top: 22px;
  }


  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-main-image{
    width: calc(50% - 10px);
    margin: -40px 10px 0 0;
  }

  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-main-image img{
    height: 500px;
  }

  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card{
    margin: -40px 0 0 10px;
    width: calc(50% - 10px);
    height: 580px;
  }

  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card .slick-slide .field--name-field-title {
    font-size: 24px;
    line-height: normal;
  }

  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card .slick-slide{
      font-size: 15px;
      line-height: normal;
  }


  .page-node-type-front-page #block-nestleprofessional-content {
    margin-bottom: 40px;
  }

  .blockProductCategiesLinks h2,
  .viewTypeRecipesFrontpage h2,
  .viewTypeNewsBlogFrontpage h2,
  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-colored-title, 
  .pg-about #block-nestleprofessional-content .blockContent .field--name-field-colored-title, 
  .pg-contact #block-nestleprofessional-content .blockContent .field--name-field-colored-title, 
  .viewBrandsRecipe .view-header .top_title h2, 
  .viewBrandsProducts .view-header h2,
  .page-node-type-blog #block-nestleprofessional-content > .blockContent .field--name-field-colored-title, 
  .page-node-type-new #block-nestleprofessional-content > .blockContent .field--name-field-colored-title,
  .viewTypeNewsBlog .view-header h2,
  .viewTypeNewsBlogRelated .view-header h2,
  .page-node-type-recipe #block-nestleprofessional-content .blockContent .field--name-field-colored-title,
  .viewTypeMixologyRecipesBrand .view-mixology-title h2,
  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-title,
  .page-node-type-simple-page h1.page-title{ 
    font-size: 50px;
    line-height: 56px;
  }


  .page-node-type-blog #block-nestleprofessional-content > .blockContent .field--name-field-colored-title b,
  .page-node-type-new #block-nestleprofessional-content > .blockContent .field--name-field-colored-title b{
    display: inline;
  }

  .viewBrandsRecipe .view-header .top_title h2, 
  .viewBrandsProducts .view-header h2 {
    max-width: 590px;
  }



  .page-node-type-front-page #block-nestleprofessional-content .blockContent::after, 
  .pg-about #block-nestleprofessional-content .blockContent::after, 
  .pg-contact #block-nestleprofessional-content .blockContent::after, 
  .path-rofimata-syntages #block-nestleprofessional-content .blockContent::after, 
  .path-proionta #block-nestleprofessional-content .blockContent::after,
  .viewTypeNewsBlog .view-header::after {
    width: 120px;
    height: 120px;
  }

  
  .pg-about #block-nestleprofessional-content .blockContent .field--name-field-colored-title span{
    padding-bottom: 5px;
  }  

  .pg-contact .row-contact{
    direction: rtl;
  }

  
  .pg-contact .row-contact .col.first{
    direction: ltr;
    display: block;
    width: auto;
    padding: 0 0 50px 0;
    -ms-transform: translate(-0px, -0px);
    -webkit-transform: translate(-0px, -0px);
    transform: translate(-0px, -0px);
  }
  .pg-contact .row-contact .col.last{
    direction: ltr;
    display: block;
    width: auto;
    -ms-transform: translate(-0px, -0px);
    -webkit-transform: translate(-0px, -0px);
    transform: translate(-0px, -0px);

  }

  body.path-blog .newsBlogTeaser,
  body.path-nea .newsBlogTeaser{
    width: calc(50% - 14px);
  }

  body.path-blog .newsBlogTeaser:nth-child(even),
  body.path-nea .newsBlogTeaser:nth-child(even){
    margin: 0 0 24px 14px;
  }



  .page-node-type-brand-for-recipes .contentTopWrapper .contentRight, 
  .page-node-type-brand-for-products .contentTopWrapper .contentRight {
    width: 300px;
  }

  .page-node-type-brand-for-recipes .contentTopWrapper .contentLeft, 
  .page-node-type-brand-for-products .contentTopWrapper .contentLeft{
    width: calc(100% - 300px);
  }

  .page-node-type-recipe #block-nestleprofessional-content{
    padding-bottom:50px;
  }



  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion{
    padding-left: 20px;
  }

  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion .field--name-field-title{
    position: relative;
    top: auto;
    left: auto;
    padding: 0 0 30px 0;
  }


  .viewTypeNewsBlog .view-filters{
    padding-bottom: 40px;
  }


  #block-nestleprofessional-breadcrumbs{
    top: 85px;
  }



  .lightbox .content{
    width: 90%;
    height: 350px;
  }

   

  .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-recipe-steps .field--name-field-steps-title{
    padding: 0 0 65px 0;
  }



  .viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout .field--name-field-left-column{
    width: calc(55% - 20px);
  }

  .viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout .field--name-field-right-column{
    width: calc(45% - 20px);
  }



}





/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */




@media screen and (max-width: 767px) {



  body {
    font-size: 13px;
  }

  #block-nestleprofessional-content{
    padding-top: 110px;
    padding-bottom: 40px;
  }

  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-main-image{
    display: block;
    width: auto;
    -ms-transform: translate(0%, 0px);
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
    margin: 0px;
    height: 350px;
  }

  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card{
    display: block;
    width: auto;
    margin: 0px;
  }


  .page-node-type-front-page #block-nestleprofessional-content .blockContent::after, 
  .pg-about #block-nestleprofessional-content .blockContent::after, 
  .pg-contact #block-nestleprofessional-content .blockContent::after, 
  .path-rofimata-syntages #block-nestleprofessional-content .blockContent::after, 
  .path-proionta #block-nestleprofessional-content .blockContent::after,
  .viewTypeNewsBlog .view-header::after{
    width: 100px;
    height: 100px;
    top: -30px;
  }



  .blockProductCategiesLinks h2, 
  .viewTypeRecipesFrontpage h2, 
  .viewTypeNewsBlogFrontpage h2, 
  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-colored-title, 
  .pg-about #block-nestleprofessional-content .blockContent .field--name-field-colored-title, 
  .pg-contact #block-nestleprofessional-content .blockContent .field--name-field-colored-title, 
  .viewBrandsRecipe .view-header .top_title h2, 
  .viewBrandsProducts .view-header h2, 
  .page-node-type-blog #block-nestleprofessional-content > .blockContent .field--name-field-colored-title, 
  .page-node-type-new #block-nestleprofessional-content > .blockContent .field--name-field-colored-title, 
  .viewTypeNewsBlog .view-header h2,
  .viewTypeNewsBlogRelated .view-header h2,
  .page-node-type-recipe #block-nestleprofessional-content .blockContent .field--name-field-colored-title,
  .viewTypeMixologyRecipesBrand .view-mixology-title h2,
  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-title,
  .page-node-type-simple-page h1.page-title {
    font-size: 26px;
    line-height: 29px;
  }

  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-colored-title, 
  .pg-about #block-nestleprofessional-content .blockContent .field--name-field-colored-title, 
  .pg-contact #block-nestleprofessional-content .blockContent .field--name-field-colored-title, 
  .viewBrandsRecipe .view-header .top_title h2, 
  .viewBrandsProducts .view-header h2{
    max-width: 250px;
  }



  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-colored-title,
  .pg-about #block-nestleprofessional-content .blockContent .field--name-field-colored-title, 
  .pg-contact #block-nestleprofessional-content .blockContent .field--name-field-colored-title, 
  .viewBrandsRecipe .view-header .top_title h2, 
  .viewBrandsProducts .view-header h2{
    padding-top: 30px;
  }

  .viewTypeNewsBlog .view-header{
    padding-top: 50px;
    min-height: 150px;
  }

  .pg-about #block-nestleprofessional-content .blockContent .field--name-field-colored-title{
    text-align: left;
  }

  .pg-about #block-nestleprofessional-content .blockContent .field--name-field-colored-title span{
    font-size: 15px;
    line-height: 27px;
  }


  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-body, 
  .pg-about #block-nestleprofessional-content .blockContent .field--name-body, 
  .pg-contact #block-nestleprofessional-content .blockContent .field--name-body{
    font-size: 13px;
    line-height: 23px;
    padding: 20px 0 ;
  }

  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-body br{
    display: none;
  }


  .page-node-type-front-page #block-nestleprofessional-content .blockContent {
    position: relative;
  }

  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-main-image{
    position: absolute;
    bottom: -370px;
    left: 0px;
    width: 100%;
  }

  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-main-image img{
    height: 350px;
  }


  .page-node-type-front-page #block-nestleprofessional-content{
    padding-bottom: 290px;
    margin-bottom: 60px;
  }

  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card{
    margin-top: 70px;
    height: auto;
  }

  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card .slick-slide .field--name-field-title{
    font-size: 18px;
    line-height: 26px;
  }

  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card .slick-slide{
    font-size: 13px;
    line-height: 23px;
  }

  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card .slick-slide{
    padding: 60px 20px ;
  }

  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card::after{
    width: 70px;
    height: 70px;
    right: 20px;
    top: -30px;
    line-height: 70px;
    font-size: 19px;
  }

  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card .slick-next, 
  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card .slick-prev{
      bottom: 20px;
      right: 10px;
  }
  .page-node-type-front-page #block-nestleprofessional-content .blockContent .field--name-field-news-card .slick-prev{
    right: 50px;
  }


  .blockProductCategiesLinks .button,
  .viewTypeRecipesFrontpage .button,
  .viewTypeNewsBlogRelated .view-header .button{
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 30px 0;
  }

  .blockProductCategiesLinks h2,
  .viewTypeRecipesFrontpage h2,
  .viewTypeNewsBlogRelated .view-header h2{
    padding: 10px 0 30px 0;
  }


  .view-product-categories .view-content .views-row{
    width: 170px;
    height: 200px;
  }

  .view-product-categories .view-content .views-row .title{
    top: 147px;
    font-size: 13px;
    padding: 0 5px;
  }


  .view-product-categories .view-content .views-row .icon svg{
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }



  .view-product-categories .slick-next, 
  .view-product-categories .slick-prev,
  .viewFrontPageBrandLogos .slick-next, 
  .viewFrontPageBrandLogos .slick-prev,
  .viewTypeRecipesFrontpage .slick-next, 
  .viewTypeRecipesFrontpage .slick-prev,
  .viewTypeNewsBlogFrontpage .slick-next, 
  .viewTypeNewsBlogFrontpage .slick-prev,
  .viewTypeNewsBlogRelated .slick-next, 
  .viewTypeNewsBlogRelated .slick-prev,
  .viewTypeProductsBrand .slick-next, 
  .viewTypeProductsBrand .slick-prev,
  .viewTypeMixologyRecipesBrand .slick-next, 
  .viewTypeMixologyRecipesBrand .slick-prev{
    width: 35px;
    height: 35px;
    background-size: contain;
  }

  .viewTypeRecipesFrontpage .top_title{
    font-size: 15px;
  }

  .relatedRecipesTeaser{
   width: 230px;
   margin: 0 5px 0 0;
  }

  .relatedRecipesTeaser .titleWrapper{
    font-size: 16px;
    line-height: normal;
  }


  .newsBlogTeaser{
    width: 230px;
    height: 400px;
  }

  .newsBlogTeaser .imgWrapper img,
  .newsBlogTeaser .imgWrapper{
    height: 147px;
  }

  .newsBlogTeaser .date{
    top: 155px;
  }

  .newsBlogTeaser .titleWrapper h3 {
    font-size: 18px;
    line-height: 26px;
    height: 85px;
    padding: 28px 20px 0 20px;
  }

  .newsBlogTeaser .contentWrapper{
    padding: 10px 20px 0px 20px;
    height: 118px;
    font-size: 13px;
  }

  .newsBlogTeaser .arrow{
    width: 32px;
    height: 32px;
    bottom: 10px;
    right: 10px;
  }





  footer #block-footertitleandsocial{
    display: block;
    width: auto;
    padding: 30px 0 5px 0;
  }



  footer #block-footer{
     display: block;
      width: auto;
      padding: 25px 0 5px 0;
  }

  footer #block-footertitleandsocial .field--name-field-html{
    max-width: 2000px;
    font-size: 19px;
    line-height: 24px;
    position: relative;
  }

  footer #block-footertitleandsocial .field--name-field-html .title{
    max-width: 200px;
  }

  footer #block-footertitleandsocial .field--name-field-html .socialWrapper{
    position: absolute;
    right: 20px;
    top: 0px;
  }

  footer #block-copyright{
    display: block;
    width: auto;
    text-align: center;
    font-size: 12px;
    padding: 0 0 22px 0;
  }

  footer #block-footerbottom{
    display: block;
    width: auto;
    text-align: center;
    font-size: 12px;
  }

  footer #block-footerbottom ul{
    text-align: center;
  }

  footer #block-footerbottom li{
    margin: 5px auto;
  }

  footer #block-footerbottom li a{
    font-size: 12px;
    margin: 0 10px;
  }

  footer .region-footer-bottom{
    display: flex;
    flex-direction: column-reverse;
  }


  .pg-contact .row-contact .col{
    font-size: 13px;
    line-height: 23px;
  }

  .pg-contact .row-contact .col.last {
    padding: 35px 20px 35px 20px;
    text-align: center;
    font-size: 15px;
    line-height: 25px;

  }

  .pg-contact .row-contact .col.last br{
    display: none;
  }

  #block-nestleprofessional-breadcrumbs{
    left: 20px;
    -ms-transform: translate(-0%, -0%);
    -webkit-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%);
    width: calc(100% - 40px);
    white-space: normal;
  }


  .pg-about #block-nestleprofessional-content .blockContent .field--name-field-main-image,
  .pg-about #block-nestleprofessional-content .blockContent .field--name-field-image-paragraph{
    margin-right: -20px;
    margin-left: -20px;
    padding: 0 0 30px 0;
  }


  .pg-about #block-nestleprofessional-content .blockContent .field--name-field-text{
    font-size: 13px;
    line-height: 23px;
  }

  .pg-about #block-nestleprofessional-content .blockContent .field--name-field-right-image, 
  .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-double-image .field--name-field-right-image,
  .pg-about #block-nestleprofessional-content .blockContent .field--name-field-left-image, 
  .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-double-image .field--name-field-left-image{
    display: block;
    width: auto;
    margin: 0px 0 20px 0;
  }

  .pg-about #block-nestleprofessional-content .blockContent .paragraph--type--np-double-image, .pg-about #block-nestleprofessional-content .blockContent .paragraph--type--np-single-image{
    padding: 10px 0 10px 0 ;
  }


  body.path-blog .newsBlogTeaser, 
  body.path-nea .newsBlogTeaser,
  body.path-blog .newsBlogTeaser:nth-child(even), 
  body.path-nea .newsBlogTeaser:nth-child(even){
    width: 100%;
    margin: 0 0 20px 0;
  }

  .page-node-type-blog #block-nestleprofessional-content > .blockContent .field--name-field-colored-title, 
  .page-node-type-new #block-nestleprofessional-content > .blockContent .field--name-field-colored-title{
    padding: 0px;
  }

  .page-node-type-blog #block-nestleprofessional-content > .blockContent .paragraph--type--np-title-and-text, 
  .page-node-type-new #block-nestleprofessional-content > .blockContent .paragraph--type--np-title-and-text{
    padding: 0 0 20px 0;
  }

  .page-node-type-blog #block-nestleprofessional-content > .blockContent .paragraph--type--np-title-and-text .field--name-field-text, 
  .page-node-type-new #block-nestleprofessional-content > .blockContent .paragraph--type--np-title-and-text .field--name-field-text{
    font-size: 13px;
    line-height: 23px;
  }

  .page-node-type-blog #block-nestleprofessional-content > .blockContent .paragraph--type--np-title-and-text .field--name-field-title, .page-node-type-new #block-nestleprofessional-content > .blockContent .paragraph--type--np-title-and-text .field--name-field-title{
    font-size: 18px;
    line-height: 26px;
  }

  .page-node-type-blog #block-nestleprofessional-content > .blockContent .paragraph--type--np-single-image, 
  .page-node-type-new #block-nestleprofessional-content > .blockContent .paragraph--type--np-single-image{
    padding-bottom: 20px;
  }



  .page-node-type-blog #block-nestleprofessional-content > .blockContent .titleTop, .page-node-type-new #block-nestleprofessional-content > .blockContent .titleTop{
    padding: 30px 0 10px 0;

  }


  .viewTypeNewsBlog .bef-exposed-form .form--inline > .form-item{
    float: none;
  }

  .viewTypeNewsBlog .view-filters select {
    width: calc(100% - 90px);
  }


  .brandsRecipeTeaser, 
  .BrandRecipesTeaser,
  .brandsRecipeTeaser:nth-child(even), 
  .BrandRecipesTeaser:nth-child(even),
  .brandsProductsTeaser,
  .brandsProductsTeaser:nth-child(even){
    display: block;
    width: auto;
    margin: 0 0 30px 0;
  }

  .viewBrandsRecipe > .view-content{
    padding: 40px 0 0 0;
  }

  .brandsRecipeTeaser .titleWrapper, 
  .BrandRecipesTeaser .titleWrapper,
  .brandsProductsTeaser .titleWrapper{
    font-size: 18px;
    line-height: 26px;
  }

  .viewBrandsProducts .view-product-categories .view-content,
  .viewBrandsRecipe .view-brand-for-recipe-types .view-content{
    padding: 25px 0 0 0;
  }

  .viewBrandsProducts .view-product-categories .view-content::before,
  .viewBrandsRecipe .view-brand-for-recipe-types .view-content::before{
    top: 0px;
    -ms-transform: translate(-0%, -0%);
    -webkit-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%);
    font-size: 15px;
  }

  .viewBrandsProducts .view-product-categories .view-content .views-row .title,
  .viewBrandsRecipe .view-brand-for-recipe-types .view-content .views-row .title{
    font-size: 11px;
  }




  .page-node-type-brand-for-recipes .contentTopWrapper, 
  .page-node-type-brand-for-products .contentTopWrapper{
    display: flex;
    flex-direction: column;
  }

  .page-node-type-brand-for-recipes .contentTopWrapper .contentLeft, 
  .page-node-type-brand-for-products .contentTopWrapper .contentLeft{
    display: block;
    width: auto;
    order: 2;
    padding: 25px 0 0 0;
    position: relative;
  }

  .page-node-type-brand-for-recipes .contentTopWrapper .contentRight, 
  .page-node-type-brand-for-products .contentTopWrapper .contentRight{
    width: auto;
    display: block;
    order: 1;
    padding: 10px 0 0 0;
  }

  .page-node-type-brand-for-recipes .contentBottom, 
  .page-node-type-brand-for-products .contentBottom{
    order: 3;
    padding: 0px;
  }

  .page-node-type-brand-for-recipes .contentExtraBottom, 
  .page-node-type-brand-for-products .contentExtraBottom{
    order: 4;
    padding: 0px;
  }

  .page-node-type-brand-for-recipes .contentBottom .field--name-field-extra-text, 
  .page-node-type-brand-for-products .contentBottom .field--name-field-extra-text{
    font-size: 13px;
    line-height: 23px;
  }

  .page-node-type-brand-for-recipes .contentTopWrapper .socialMediaWrapper, 
  .page-node-type-brand-for-products .contentTopWrapper .socialMediaWrapper{
    position: absolute;
    right: 0px;
    top: 25px;
  }

  .page-node-type-brand-for-recipes .contentTopWrapper .socialMediaWrapper .field--type-link, 
  .page-node-type-brand-for-products .contentTopWrapper .socialMediaWrapper .field--type-link{
    margin: 0 0 0 10px;
  }

  .page-node-type-brand-for-recipes .contentTopWrapper .field--name-field-logo, 
  .page-node-type-brand-for-products .contentTopWrapper .field--name-field-logo{
    max-width: 120px;
  }

  .page-node-type-brand-for-recipes .contentTopWrapper .field--name-field-logo img, 
  .page-node-type-brand-for-products .contentTopWrapper .field--name-field-logo img{
    max-width: 100%;
    height: auto;
    width: auto;
  }

  .page-node-type-brand-for-recipes .contentTopWrapper h2, 
  .page-node-type-brand-for-products .contentTopWrapper h2{
    font-size: 26px;
    line-height: 27px;
    padding: 0 0 20px 0;
  }

  .page-node-type-brand-for-recipes .contentTopWrapper .field--name-body, 
  .page-node-type-brand-for-products .contentTopWrapper .field--name-body {
    font-size: 13px;
    line-height: 23px;
    max-height: 220px;
    overflow: hidden;
    position: relative;
  }

  .page-node-type-brand-for-recipes.show-more-text .contentTopWrapper .field--name-body, 
  .page-node-type-brand-for-products.show-more-text .contentTopWrapper .field--name-body {
   
    max-height: 2520px;
  }

  .page-node-type-brand-for-recipes .contentTopWrapper .field--name-body::before, 
  .page-node-type-brand-for-products .contentTopWrapper .field--name-body::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8e1db+0,e8e1db+100&0+0,1+74 */
    background: -moz-linear-gradient(top, rgba(232,225,219,0) 0%, rgba(232,225,219,1) 74%, rgba(232,225,219,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(232,225,219,0) 0%,rgba(232,225,219,1) 74%,rgba(232,225,219,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(232,225,219,0) 0%,rgba(232,225,219,1) 74%,rgba(232,225,219,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e8e1db', endColorstr='#e8e1db',GradientType=0 ); /* IE6-9 */
      
    z-index: 10;
  }

  .page-node-type-brand-for-products .contentTopWrapper .field--name-body::before {
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8e1db+0,e8e1db+100&0+0,1+74 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 74%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 74%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 74%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff', endColorstr='#ffff',GradientType=0 ); /* IE6-9 */
    
  }



  .page-node-type-brand-for-recipes .contentTopWrapper .field--name-body::after, 
  .page-node-type-brand-for-products .contentTopWrapper .field--name-body::after {
    content: "ΔΙΑΒΑΣΕ ΠΕΡΙΣΣΟΤΕΡΑ +";
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 12px;
    line-height: 21px;
    color: #826150;
    font-family: "CeraPro-Medium";
    z-index: 12;
  }

  .page-node-type-brand-for-recipes.show-more-text .contentTopWrapper .field--name-body::after, 
  .page-node-type-brand-for-products.show-more-text .contentTopWrapper .field--name-body::after {
    display: none;
  }


  .page-node-type-brand-for-recipes.show-more-text .contentTopWrapper .field--name-body::before, 
  .page-node-type-brand-for-products.show-more-text .contentTopWrapper .field--name-body::before {
    display: none;
  }

  .page-node-type-brand-for-recipes .contentBottom, 
  .page-node-type-brand-for-products .contentBottom{
    display: none;
  } 

  .page-node-type-brand-for-recipes.show-more-text .contentBottom, 
  .page-node-type-brand-for-products.show-more-text .contentBottom{
    display: block;
  } 



  .page-node-type-recipe #block-nestleprofessional-content .blockContent .titleTop{
    padding: 30px 0 15px 0;
    font-size: 15px;
    line-height: 17px;

  }

  .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-recipe-steps > .field__items > .field__item{
    position: relative;
    padding: 0 0 20px 0;
  }

  .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-recipe-steps > .field__items > .field__item .stepContent{
    font-size: 13px;
    line-height: 23px;
    
  }

  .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-recipe-steps > .field__items > .field__item .stepContent .field--name-field-step-instruction{
    padding: 10px 0 0 0;
  }

  .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-recipe-steps > .field__items > .field__item .stepIcon{
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-recipe-steps > .field__items > .field__item .stepIcon img{
    width: 100%;
    height: auto;
  }

  .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-recipe-steps{
    padding: 55px 0 0 0;
  }

  .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-recipe-steps .field--name-field-steps-title{
    padding: 0px 0 20px 0;
    font-size: 18px;
    line-height: 26px;

  }

  .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-infographic{
    padding: 35px 20px;
  }

   .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-infographic .field--name-field-title{
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 15px 0;
  }

  .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-recipe-steps > .field__items > .field__item .stepContent .field--name-field-step-number{
    padding: 0 0 0 70px;
    font-size: 15px;
    line-height: 50px;
  }

  .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-recipe-steps > .field__items > .field__item .stepContent{
    display: block;
    width: auto ;
  }

  #block-linktosyntagesrofimaton{
    padding: 10px;
  }

  #block-linktosyntagesrofimaton .blockContent{
    padding: 60px 50px;
  }

  #block-linktosyntagesrofimaton .blockContent .field--name-field-block-title {
    font-size: 15px;
    line-height: 17px;
  }

  #block-linktosyntagesrofimaton .blockContent .field--name-body {
    font-size: 18px;
    line-height: 26px;
    padding: 20px 0;
  }

  .viewTypeRecipesRelated{
    padding: 30px 0 0 0;
  }

  .viewTypeRecipesRelated .view-header {
    padding: 0 0 25px 0;
    font-size: 15px;
  }

  .viewTypeRecipesRelated .relatedRecipesTeaser,
  .viewTypeRecipesRelated .relatedRecipesTeaser:nth-child(even){
    width: calc(100% - 40px);
    display: block;
    margin: 0 auto 30px auto;
  }


  .page-node-type-recipe #block-nestleprofessional-content .blockContent .recipeImageVideoWrapper::before{
    height: 100%;
  }


  .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-recipe-steps{
    padding: 30px 0 0 0;
  }



  .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-boxed-title-and-text{
    padding: 20px;
  }

  .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-boxed-title-and-text .field--name-field-title {
    font-size: 28px;
    line-height: 36px;
  }

  .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-boxed-title-and-text .field--name-field-text {
    font-size: 13px;
    line-height: 23px;
  }




  .BrandProductTeaser{
    width: calc(100vw - 40px);
  }

  .BrandProductTeaser .titleWrapper h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .linkToRecipesWrapper .wrapperInner{
    padding: 60px 20px;
  }

  .linkToRecipesWrapper .wrapperInner .title{
    font-size: 15px;
    line-height: 17px;
  }

  .linkToRecipesWrapper .wrapperInner .description {
    font-size: 18px;
    line-height: 26px;
  }

  .viewTypeProductsBrand{
    padding: 0 0 20px 0;
  }

  .linkToRecipesWrapper{
    padding: 10px;
  }

  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .field--name-field-title-super{
    font-size: 15px;
    line-height: 27px;
  }

  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .field--name-field-title-timeline{
    display: block;
    width: auto;
    padding: 0 0 20px 0;
    font-size: 18px;
    line-height: 26px;
  }

  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline > .field--name-field-description{
    display: block;
    width: auto;
    font-size: 13px;
    line-height: 23px;
    padding: 0 0 20px 0;
  }

  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .field--name-field-timeline-item{
    padding: 30px 0 0 0;
  }

  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .field--name-field-timeline-item .field__item .product_timeline_content_wrapper{
    display: block;
    width: auto;
    padding: 0;
  }

  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .field--name-field-timeline-item .field__item .field--name-field-timeline-image{
    display: block;
    width: auto;
    padding: 20px 0 0 0;
  }

  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion{
    padding: 20px 0;
  }

  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion .field--name-field-title {
    font-size: 18px;
    line-height: 26px;
  }

  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion .field__items > .field__item .field--name-field-question {
      font-size: 13px;
      line-height: 23px;
      padding: 0 30px 0 0;
  }

  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-accordion .field__items > .field__item .field--name-field-answer{
     font-size: 13px;
      line-height: 23px;
  }

  .page-node-type-brand-for-products #block-nestleprofessional-content{
    padding-bottom: 0px;
  }

  .blockProductCategiesLinks .top_title{
    font-size: 15px;
  }


  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider.title-style-center_align_small > .field--name-field-title{
    text-align: left;
  }

  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider.title-style-center_align_small > .field--name-field-title br{
    display: none;
  }

  .viewTypeProductsBrand .paragraph--type--np-two-column-layout .field--name-field-left-column{
    display: block;
    width: auto;
    padding: 0 0 20px 0;
  }


  .viewTypeProductsBrand .paragraph--type--np-two-column-layout .field--name-field-right-column{
    display: block;
    width: auto;
    padding: 0 0 20px 0;
  }

  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-clickable-item > .field__item,
  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-clickable-item .slick-slide, 
  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider > .field--name-field-clickable-item > .field__item,
  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider.items-2 > .field--name-field-clickable-item .slick-slide, 
  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider.items-2 > .field--name-field-clickable-item > .field__item{
    width: calc(100vw - 40px);
  }


  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider .accordion-data-text{
    font-size: 13px;
    line-height: 23px;
  }


  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider.title-style-left_align_normal > .field--name-field-title{
    font-size: 28px;
    line-height: 36px;
  }





  .page-node-type-brand-for-recipes #block-nestleprofessional-breadcrumbs li:nth-child(2)::after,
  .page-node-type-brand-for-products #block-nestleprofessional-breadcrumbs li:nth-child(2)::after,
  .page-node-type-blog #block-nestleprofessional-breadcrumbs li:nth-child(2)::after,
  .page-node-type-new #block-nestleprofessional-breadcrumbs li:nth-child(2)::after,
  .page-node-type-recipe #block-nestleprofessional-breadcrumbs li:nth-child(2)::after{
    content: "...";
  }



  .page-node-type-brand-for-recipes #block-nestleprofessional-breadcrumbs li:nth-child(2) a,
  .page-node-type-brand-for-products #block-nestleprofessional-breadcrumbs li:nth-child(2) a,
  .page-node-type-blog #block-nestleprofessional-breadcrumbs li:nth-child(2) a,
  .page-node-type-new #block-nestleprofessional-breadcrumbs li:nth-child(2) a,
  .page-node-type-recipe #block-nestleprofessional-breadcrumbs li:nth-child(2) a{
    display: none;
  }

  .pg-contact .row-contact .col.first .text br{
    display: none;
  }


  .blockRecipesFilters{
    padding: 40px 0 20px 0;
  }

  #block-views-block-brand-mixology-recipes-block-1{
    padding: 55px 20px 20px 20px;
  }


  .BrandProductTeaser{
    margin: 0px;
  }

  .page-node-type-brand-for-products .productsWrapper .view-brand-categories {
    padding-top: 30px;
  }

  .viewTypeNewsBlog .view-filters select{
    position: absolute;
    display: block !important;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    opacity: 0;
    z-index: 20;
  }


  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .slick-dots{
    overflow: auto;
    min-height: 50px;
    padding: 8px 0 5px 0;
  }

  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .slick-dots::-webkit-scrollbar{
    display: none;
  }

  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .slick-dots li{
    min-width: 51px;
     -webkit-overflow-scrolling: touch;
  }

  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .slick-dots::after{
    display: none;
  }

  .page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-timeline .slick-dots li::before{
    content: "";
    position: absolute;
    top: 2px;
    right: 0px;
    width: 100%;
    height: 1px;
    background: #826150;
    z-index: 1;
  }

  .viewTypeMixologyRecipesBrand .mixologyDataWrapper{
    padding: 40px 0px 0 0px;
  }

  .viewTypeMixologyRecipesBrand .mixologyDataWrapper .field--name-field-left-column,
  .viewTypeMixologyRecipesBrand .mixologyDataWrapper .field--name-field-right-column{
    display: block;
    width: auto;
    padding: 0 0 20px 0;
  }

  .BrandMixologyRecipesTeaser{
    margin: 0px;
  }

  .page-node-type-simple-page .layout-container{
    padding-top: 150px;
  }


  .viewTypeNewsBlog .view-header h3{
    max-width: 100%;
  }


  .viewTypeNewsBlog .view-header{
    padding-top: 60px;
    padding-bottom: 30px;
  }


  .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-recipe-information{
    gap: 20px;
  }

  .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-recipe-information .item{
    width: calc(50% - 20px);
  }

  .page-node-type-recipe #block-nestleprofessional-content .blockContent .paragraph--type--np-chef-tip {
    padding: 40px 20px;
  }


  .viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout{
    flex-direction: column;
  }

  .viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout .field--name-field-left-column, .viewTypeProductsBrand .paragraph--type--np-two-column-70-30-layout .field--name-field-right-column{
    width: 100%;
  }

  .viewTypeProductsBrand .paragraph--type--np-double-image-small{
    flex-direction: column;
    gap: 20px;
  }

  .viewTypeProductsBrand .paragraph--type--np-double-image-small img{
    display: block;
    width: 100%;
  }

  .page-node-type-brand-for-products.ggPage .contentBottomWrapper .paragraph--type--np-timeline .field--name-field-title-timeline {

    font-size: 27px;
  }

  .page-node-type-brand-for-recipes.ggPage .contentTopWrapper h2, .page-node-type-brand-for-products.ggPage .contentTopWrapper h2 {

    font-size: 50px;
    padding-top: 20px;
  }


  header #block-nestleprofessional-secondarynavigation > ul{
    display: none;
  }

  header #block-mainnavigation{
    width: 100%;
    min-height: calc(100vh - 2px);
  }

  header #block-mainnavigation > ul {
    gap: 15px;
  }

  header #block-mainnavigation.active {
    padding: 105px 20px 30px 20px;
  }


}



/*ROASTELIER PRODUCT CUSTOM (nid 38) - START*/
.page-node-38{}
.page-node-38 .extraText{}
.page-node-38 .extraText .title{
  font-size: 27px;
  line-height: 37px;
  color: #826150;
  padding: 10px 0;
  font-family: "CeraPRO-Bold";
}
.page-node-38 .extraText .text{
  font-size: 16px;
  line-height: 27px;
}
.page-node-38 .viewTypeProductsBrand .paragraph--type--np-two-column-layout .field--name-field-right-column{
  vertical-align: top;
}
.page-node-38 .viewTypeProductsBrand .paragraph--type--np-two-column-layout .field--name-field-right-column > .field__item{
  margin:40px 0;
}
.page-node-38 .viewTypeProductsBrand .paragraph--type--np-two-column-layout .field--name-field-right-column > .field__item:first-child{margin-top:0;}
.page-node-38 .viewTypeProductsBrand .paragraph--type--np-two-column-layout .field--name-field-right-column > .field__item:last-child{margin-bottom:0;}
.page-node-38.page-node-type-brand-for-products .contentBottomWrapper .paragraph--type--np-clickable-slider.roastelierAssetsSlider > .field--name-field-clickable-item .field__item .field--name-field-title{
  font-size:18px;
}

/*ROASTELIER PRODUCT CUSTOM (nid 38) - END*/



.blockLinkBox{

  max-width: 1240px;
  margin: 0 auto;
  max-width: 1280px;
  margin: 0 auto;
  padding: 70px 20px;
}

.blockLinkBox .blockContent{
  padding: 75px 0 70px 0;
  text-align: center;
  
  margin: 0 auto;
   background: #F6F2EE;
  border-radius: 20px;
}

.blockLinkBox .blockContent .field--name-field-title-super{
  font-size: 19px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #826150;
  max-width: 620px;
  margin: 0 auto;
}

.blockLinkBox .blockContent .field--name-field-title{
  font-size: 27px;
  line-height: 37px;
  color: #826150;
  font-family: "CeraPRO-Bold";
  padding: 20px 0 30px 0;
  max-width: 620px;
  margin: 0 auto;
}

.blockLinkBox .blockContent .field--name-field-link a{
  font-family: "CeraPro-Medium";
  display: inline-block;
  color: #826150;
  font-size: 12px;
  text-align: center;
  width: 160px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #826150;
  border-radius: 4px;
  transition: all 300ms;
  margin: 0px;
}

.blockLinkBox .blockContent .field--name-field-link a:hover{
  background:#826150;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .blockLinkBox {
    padding: 10px;
  }
  .blockLinkBox .blockContent {
    padding: 60px 20px;
  }
  .blockLinkBox .blockContent .field--name-field-title-super {
    font-size: 15px;
    line-height: 17px;
  }
  .blockLinkBox .blockContent .field--name-field-title {
    font-size: 18px;
    line-height: 26px;
  }

}

/* /////double link box ////////////////////////////////////////////////////////////// */ 

.blockDoubleLinkBox{

  max-width: 1240px;
  margin: 0 auto;
  max-width: 1280px;
  margin: 0 auto;
  padding: 70px 20px;
  font-size: 0px;
}

.blockDoubleLinkBox .boxWrapper{
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  margin: 0 10px 0 0;
}

.blockDoubleLinkBox .boxWrapper.boxRight{
  margin: 0 0 0 10px;
}

.blockDoubleLinkBox .boxInner{
  padding: 75px 0 70px 0;
  text-align: center;
  margin: 0 auto;
   background: #F6F2EE;
  border-radius: 20px;
  min-height: 360px;
}

.blockDoubleLinkBox .boxInner .title{
  font-size: 19px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #826150;
  max-width: 620px;
  margin: 0 auto;
}

.blockDoubleLinkBox .boxInner .description{
  font-size: 23px;
  line-height: 33px;
  color: #826150;
  font-family: "CeraPRO-Bold";
  padding: 20px 30px 30px 30px;
  max-width: 510px;
  margin: 0 auto;
}



.blockDoubleLinkBox .boxInner .ctas a{
  font-family: "CeraPro-Medium";
  display: inline-block;
  color: #826150;
  font-size: 12px;
  text-align: center;
  width: 160px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #826150;
  border-radius: 4px;
  transition: all 300ms;
  margin: 0px;
}

.blockDoubleLinkBox .boxInner .ctas a:hover{
  background:#826150;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .blockDoubleLinkBox {
    padding: 10px;
  }
  .blockDoubleLinkBox .boxInner {
    padding: 60px 20px;
  }
  .blockDoubleLinkBox .boxInner .title {
    font-size: 15px;
    line-height: 17px;
  }
  .blockDoubleLinkBox .boxInner .description {
    font-size: 18px;
    line-height: 26px;
  }

  .blockDoubleLinkBox .boxWrapper,
  .blockDoubleLinkBox .boxWrapper.boxRight{
    margin: 0 auto 10px auto;
    width: auto;
    display: block;
  }

  .blockDoubleLinkBox .boxInner{
    min-height: 10px;
  }

}

/* /////footer newsletter ////////////////////////////////////////////////////////////// */ 


#block-footernewsletterblock{
  max-width: 1240px;
  margin: 50px auto 0 auto;
  padding: 40px 90px;
  background: #F6F2EE url("../images/icon-footer-newsletter-new.png") no-repeat right center;
  background-size: auto 228px;
  border-radius: 10px;
}

body.page-node-type-brand-for-products #block-footernewsletterblock{
 margin-top: 30px;
}

#block-footernewsletterblock .titleSuper{
  font-size: 19px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #826150;
}

#block-footernewsletterblock .title{
  font-size: 46px;
  line-height: 112%;
  color: #54565A;
  font-family: "CeraPro-Medium";
  padding: 20px 0px 30px 0px;
}

#block-footernewsletterblock .title .brownText{
  color: #826150;
}

#block-footernewsletterblock .button{
font-family: "CeraPro-Medium";
  display: inline-block;
  color: #826150;
  font-size: 12px;
  text-align: center;
  width: 160px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #826150;
  border-radius: 4px;
  transition: all 300ms;
  margin: 0px;
}

#block-footernewsletterblock .button:hover{
  background:#826150;
  color: #fff;
}

@media screen and (max-width: 1139px) {
  #block-footernewsletterblock {
    background-position: calc(100% + 110px) center;
      padding: 40px;
      margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
 
  #block-footernewsletterblock{
    background-size: auto 130px;
    background-position: calc(100% - 22px) 20px;
    padding: 174px 30px 40px 30px;

  }

  #block-footernewsletterblock .titleSuper {
      font-size: 15px;
      line-height: 21px;
  }

  #block-footernewsletterblock .title {
    font-size: 30px;
  }



}


/* /////roastelier-buondi-craft ////////////////////////////////////////////////////////////// */ 


.pageRoastelierB2C #block-nestleprofessional-content,
.page-node-type-simple-page.pageRoastelierB2C .layout-container{
  background: #fff;
  padding-bottom: 0px;
}


.pageRoastelierB2C .contentTopWrapper{
  font-size: 0px;
  text-align: center;
}

.pageRoastelierB2C .contentTopWrapper .contentLeft{
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: left;
  font-size: 14px;
  line-height: 27px;
  padding: 0 45px 0 0;
}



.pageRoastelierB2C .contentTopWrapper .contentLeft h2{
  font-size: 56px;
  line-height: 63px;
  color: #826150;
  font-family: "CeraPro-Medium";
  padding: 5px 0 20px 0;
}

.pageRoastelierB2C .contentTopWrapper .contentLeft .description{

}

.pageRoastelierB2C .contentTopWrapper .contentRight{
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: right;
}

.pageRoastelierB2C .contentTopWrapper .contentRight img{
  max-width: 100%;
  height: auto;

} 

.pageRoastelierB2C  .contentBottom .productsWrapper{
  max-width: 1120px;
  margin: 0 auto;
  padding: 60px 20px 0 20px;
}


.pageRoastelierB2C  .contentBottom .productWrapper{
  margin: 0 0 30px 0;
  font-size: 0px;
}


.pageRoastelierB2C  .contentBottom .productWrapper .pImage{
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 18px);
  background: #F5F2EE;
  border-radius: 10px;
  padding: 40px 0;
  direction: ltr;
  margin: 0 18px 0 0;
}



.pageRoastelierB2C  .contentBottom .productWrapper > .pText{
   display: inline-block;
  vertical-align: middle;
  width: calc(50% - 18px);
  font-size: 14px;
  text-align: left;
  padding: 0 0 0 0px;
  direction: ltr;
  margin: 0 0 0 18px;
}

.pageRoastelierB2C  .contentBottom .productWrapper .pTitle{
  font-size: 24px;
  line-height: 37px;
  font-family: "CeraPRO-Bold";
  color: #826150;
  padding: 0 0 15px 0;
}

.pageRoastelierB2C  .contentBottom .productWrapper .pText .pText{
  line-height: 27px;
}


.pageRoastelierB2C  .contentBottom .productWrapper:nth-child(even){
  direction: rtl;
}


.pageRoastelierB2C  .contentBottom .productWrapper:nth-child(even) .pImage{
  margin: 0 0 0 18px;
}

.pageRoastelierB2C  .contentBottom .productWrapper:nth-child(even) > .pText{
  margin: 0 18px 0 0;
}



.pageRoastelierB2C .blockLinkBox{
  padding: 0 20px 40px 20px;
}


.pageRoastelierB2C .galleryWrapper{
  max-width: 1246px;
  margin: 0 auto;
  position: relative;
}

.pageRoastelierB2C .galleryWrapper img{
  display: inline-block;
  max-width: 100%;
}

.pageRoastelierB2C .galleryWrapper .galleryRow{
  position: relative;
}


.pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-1 .gItem-2{
  position: absolute;
  right: 0px;
  top: 0px;
}

.pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-1 .gItem-3{
  position: absolute;
  right: 0px;
  bottom: 0px;
}


.pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-2{
  margin: 20px 0;
  text-align: right;
}


.pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-2 .gItem-1{
  position: absolute;
  left: 0px;
  top: 0px;
}

.pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-2 .gItem-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.pageRoastelierB2C .galleryWrapper .galleryFooter{
  text-align: center;
}

.pageRoastelierB2C .galleryWrapper .galleryFooter a{
  font-family: "CeraPro-Medium";
  display: inline-block;
  color: #826150;
  font-size: 12px;
  text-align: center;
  width: 230px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #826150;
  border-radius: 4px;
  transition: all 300ms;
  margin: 0px;
}

.pageRoastelierB2C .galleryWrapper .galleryFooter a:hover{
  background:#826150;
  color: #fff;
}

.blockRoastelierB2CContact{
  max-width: 1246px;
  margin: 40px auto 0 auto;
  position: relative;
  font-size: 0px;
}

.blockRoastelierB2CContact .boxWrapper{
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 10px);
  margin: 0 10px 0 0;
  background: #F5F2EE url("../images/pageRoastelier-icon-contact1.svg") no-repeat calc(100% - 50px) center;
  border-radius: 20px;
  min-height: 300px;
  padding: 60px 0 0 55px;
}

.blockRoastelierB2CContact .boxWrapper.boxSocial{
  margin: 0 0 0 10px;
  padding-top: 90px;
  background-image: url("../images/pageRoastelier-icon-contact2.svg");
}

.blockRoastelierB2CContact .boxWrapper .boxTitle{
  font-size: 46px;
  line-height: 120%;
  color: #826150;
  font-family: "CeraPro-Medium";
  max-width: 300px;
}

.blockRoastelierB2CContact .boxWrapper.boxArticles .ctas{
  padding: 20px 0 0 0;
}

.blockRoastelierB2CContact .boxWrapper.boxArticles .ctas a{
  font-family: "CeraPro-Medium";
  display: inline-block;
  color: #826150;
  font-size: 12px;
  text-align: center;
  width: 100px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #826150;
  border-radius: 4px;
  transition: all 300ms;
}

.blockRoastelierB2CContact .boxWrapper .ctas a:hover{
  background:#826150;
  color: #fff;
}

.blockRoastelierB2CContact .boxWrapper.boxSocial .ctas {
  padding: 30px 0 0 0;
}

.blockRoastelierB2CContact .boxWrapper.boxSocial .ctas .social{
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../images/icon-social-fb.svg") no-repeat center center;
  background-size: contain;
  margin: 0 15px 0 0;
}

.blockRoastelierB2CContact .boxWrapper.boxSocial .ctas .social-inst{
  background-image: url("../images/icon-social-in.svg");
}




@media screen and (max-width: 1250px) {

  .pageRoastelierB2C .galleryWrapper{
    max-width: 960px;
  }

  .pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-1 .gItem-1{
    width: 634px;
  }

  .pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-1 .gItem-2,
  .pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-1 .gItem-3{
    width: 309px;
  }


  .pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-2 .gItem-3{
    width: 634px;
    display: inline-block;
  }

  .pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-2 .gItem-1,
  .pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-2 .gItem-2{
    width: 309px;
  }

  .blockRoastelierB2CContact{
    padding: 0 20px;
  }


}

@media screen and (max-width: 1139px) {

  .blockRoastelierB2CContact .boxWrapper {
    display: inline-block;
    padding: 60px 0 0 30px;
    background-size: 140px auto;
  }

  .blockRoastelierB2CContact .boxWrapper .boxTitle {
    font-size: 35px;
    max-width: 200px;
  }

}


@media screen and (max-width: 959px) {




  .pageRoastelierB2C .contentBottom .productWrapper .pImage img{
    width: 100%;
    object-fit: cover;
  }


  .pageRoastelierB2C .galleryWrapper{
    max-width: 728px;
  }

  .pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-1 .gItem-1{
    width: 481px;
  }

  .pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-1 .gItem-2,
  .pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-1 .gItem-3{
    width: 235px;
  }


  .pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-2 .gItem-3{
    width: 481px;
  }

  .pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-2 .gItem-1,
  .pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-2 .gItem-2{
    width: 235px;
  }

  .pageRoastelierB2C .contentBottom .productsWrapper{
    padding: 60px 0 0 0;
  }

  .blockRoastelierB2CContact .boxWrapper{
    display: block;
    width: auto;
    margin: 0 0 20px 0;
  }
  .pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-2{
    margin: 10px 0 20px 0;
  }



}

@media screen and (max-width: 767px) {
  .pageRoastelierB2C .contentTopWrapper{
    display: flex;
    flex-direction: column;
  }

  .pageRoastelierB2C .contentTopWrapper .contentLeft{
    display: block;
    width: auto;
    direction: ltr;
    padding: 30px 0 0 0;
    order: 2;
  }

  .pageRoastelierB2C .contentTopWrapper .contentRight{
    display: block;
    width: auto;
    order: 1;
  }

  .pageRoastelierB2C .contentTopWrapper .contentLeft h2{
    font-size: 26px;
    line-height: 27px;
  }

  .pageRoastelierB2C .contentTopWrapper .contentBottom{
    order: 3;
  }

  .pageRoastelierB2C  .contentBottom .productWrapper:nth-child(even) {
    direction: ltr;
  }

  .pageRoastelierB2C .contentBottom .productWrapper .pImage,
  .pageRoastelierB2C .contentBottom .productWrapper:nth-child(even) .pImage{
    width: 100%;
    margin: 0px;
  }

  .pageRoastelierB2C .contentBottom .productWrapper> .pText,
  .pageRoastelierB2C .contentBottom .productWrapper:nth-child(even) > .pText{
    width: 100%;
    margin: 30px 0 0 0;
  }

  .pageRoastelierB2C .galleryWrapper{
    padding: 0 20px;
  }

  .pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-1 .gItem-1,
  .pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-1 .gItem-2,
  .pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-1 .gItem-3,
  .pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-2 .gItem-1,
  .pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-2 .gItem-2,
  .pageRoastelierB2C .galleryWrapper .galleryRow.galleryRow-2 .gItem-3{
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    margin: 0 0 10px 0;
  }

  .blockRoastelierB2CContact .boxWrapper,
  .blockRoastelierB2CContact .boxWrapper.boxSocial {
    background-size: 100px auto;
    background-position: calc(100% - 20px) 20px;
    min-height: auto;
    padding: 60px 0 30px 25px;
    margin: 0 0 10px 0;
  }

  .blockRoastelierB2CContact .boxWrapper .boxTitle {
    font-size: 30px;
    max-width: 170px;
  }




}



/* == BUY NOW BUTTON ADIMO ==*/
.adimoWidget button.button-text {
  border: 2px solid #826150;
  border-radius: 4px;
  font-size: 14px;
  color: #826150;
  background: #fff;
  line-height: 40px;
  width: 160px;
  display: block;
  padding: 0;
  margin: 20px 0;
  font-family: "CeraPRO-Bold";
}
.paragraph--type--np-two-column-layout .adimoWidget button.button-text{margin:40px auto;}





/* home buy now */

.blockHomepageBuyNow{
  padding: 60px 20px 0 20px;
}

.blockHomepageBuyNow .blockContent{
  max-width: 1246px;
  background: #F5F2EE;
  border-radius: 10px;
  margin: 0 auto;
  padding: 45px 100px;
  text-align: left;
  position: relative;
}


.blockHomepageBuyNow .blockContent::after{
  content: "";
  position: absolute;
  right: 200px;
  top: 50%;
  transform: translate(0, -50%);
  width: 250px;
  height: 250px;
  background: url("../images/img-home-buy-now-products.png") no-repeat center center;
  background-size: contain;
}


.blockHomepageBuyNow .blockContent .super{
  font-size: 19px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #826150;
}


.blockHomepageBuyNow .blockContent h2{
  font-size: 46px;
  line-height: 112%;
  text-transform: uppercase;
  color: #54565A;
  font-family: "CeraPro-Medium";
  padding: 18px 0 20px 0;
}

.blockHomepageBuyNow .blockContent .txt-brown{
  color: #83614f;
  font-weight: normal;
}


.blockHomepageBuyNow .blockContent .buyNowCta{
  font-family: "CeraPro-Medium";
  display: inline-block;
  color: #826150;
  font-size: 12px;
  text-align: center;
  width: 160px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #826150;
  border-radius: 4px;
  transition: all 300ms;
  background: none;
}

.blockHomepageBuyNow .blockContent .buyNowCta:hover{
  background:#826150;
  color: #fff;
}


@media screen and (max-width: 1200px) {
  .blockHomepageBuyNow .blockContent {
    padding: 45px 50px;
  }

  .blockHomepageBuyNow .blockContent::after{
    right: 50px;
  }

}

@media screen and (max-width: 959px) {

  .blockHomepageBuyNow .blockContent {
    padding: 45px 30px;
  }

  .blockHomepageBuyNow .blockContent::after{
    width: 180px;
    height: 180px;
  }

}


@media screen and (max-width: 767px) {

  .blockHomepageBuyNow .blockContent{
    padding-bottom: 210px;
  }

  .blockHomepageBuyNow .blockContent .super {
    font-size: 15px;
  }

  .blockHomepageBuyNow .blockContent h2 {
    font-size: 26px;
    line-height: 29px;
  }

  .blockHomepageBuyNow .blockContent::after {
    width: 150px;
    height: 150px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    top: auto;
    bottom: 30px;
  }
}











/* /////////////////////////////////////////////////////////////////////////////////// */ 
/* /////COFFEE ACADEMY /////////////////////////////////////////////////////////////// */ 
/* /////////////////////////////////////////////////////////////////////////////////// */ 



.pgAcMain #block-footernewsletterblock,
.pgAcTrainingCenters #block-footernewsletterblock,
.pgAcCoffeeExperts #block-footernewsletterblock,
.page-node-type-academy-coffee-expert #block-footernewsletterblock,
.pgAcSeminars #block-footernewsletterblock,
.pgAcSeminarsInner #block-footernewsletterblock,
.pgAcSeminarsSCA #block-footernewsletterblock{
  display: none;
}


.pgAcMain #block-nestleprofessional-content .blockContent,
.pgAcSeminars #block-nestleprofessional-content .blockContent,
.pgAcSeminarsInner #block-nestleprofessional-content .blockContent,
.pgAcSeminarsSCA #block-nestleprofessional-content .blockContent{
  max-width: 1240px;
  margin: 0 auto;
  text-align: left;
  font-size: 0px;
  position: relative;
}

.pgAcSeminars #block-nestleprofessional-content{
  padding-bottom: 75px;
}


.pgAcMain #block-nestleprofessional-content .blockContent::after{
  content: "";
  position:absolute;
  right:0px;
  top:0px;
  background: url("../images/ca-img-home-stamp.png") no-repeat center center;
  background-size:contain;
  width: 200px;
  height: 200px;
}

.pgAcMain #block-nestleprofessional-content .field--name-field-ac-sup-title,
.pgAcSeminars #block-nestleprofessional-content .field--name-field-ac-sup-title{
  font-size: 19px;
  line-height: 111%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #826150;
}


.pgAcMain #block-nestleprofessional-content .field--name-field-colored-title,
.pgAcSeminars #block-nestleprofessional-content .field--name-field-colored-title,
.pgAcSeminarsInner #block-nestleprofessional-content .field--name-field-colored-title,
.pgAcSeminarsSCA #block-nestleprofessional-content .field--name-field-colored-title{
  font-size: 56px;
  line-height: 63px;
  font-family: "CeraPro-Medium";
  text-transform: uppercase;
  color: #53555a;
  max-width: 900px;
  padding: 20px 0 30px 0;
}


.pgAcMain #block-nestleprofessional-content .field--name-field-colored-title b,
.pgAcSeminars #block-nestleprofessional-content .field--name-field-colored-title b,
.pgAcSeminarsInner #block-nestleprofessional-content .field--name-field-colored-title b,
.pgAcSeminarsSCA #block-nestleprofessional-content .field--name-field-colored-title b{
  color: #83614f;
  font-weight: normal;
  display:block;
}


.pgAcMain #block-nestleprofessional-content .field--type-text-with-summary,
.pgAcSeminars #block-nestleprofessional-content .field--type-text-with-summary{
  font-size: 16px;
  line-height: 170%;
  color: #54565A;
  max-width: 650px;
}

.pgAcSeminars #block-nestleprofessional-content .field--type-text-with-summary{
  max-width: 590px;
}
.pgAcMain #block-nestleprofessional-content .field--type-text-with-summary{padding-bottom:40px;}
.pgAcMain #block-nestleprofessional-content {padding-bottom:50px;}

/* /////////////////////////////////////////////////////////////////////////////////// */ 
/* /////////////////////////////////////////////////////////////////////////////////// */ 


.blockAcAllSections{
  background: #E8E1DB;
  text-align: center;
  padding: 0 20px 110px 20px;
}

.acTilesWrapper,
.acSeminarTypesTilesWrapper{
  max-width: 1240px;
  margin: 0 auto;
  font-size: 0px;
  text-align: left;
}


.acTilesWrapper .acTile,
.acSeminarTypesTilesWrapper .acSeminarTypesTile{
  display: inline-block;
  vertical-align: top;
  background: #FFFFFF;
  border-radius: 10px;
  width: calc(50% - 12px);
  padding: 40px 45px;
  min-height: 600px;
  margin: 0 12px 30px 0;
}

.acTilesWrapper .acTile:nth-child(even),
.acSeminarTypesTilesWrapper .acSeminarTypesTile:nth-child(even){
  margin: 0 0 30px 12px;
}

.acSeminarTypesTilesWrapper .acSeminarTypesTile{
  background: #F5F2EE;
}

.blockAcAllSections .acTilesWrapper .acTile:nth-child(even){
  transform: translate(0, 60px);
}

.acTilesWrapper .acTile .imageWrapper img,
.acSeminarTypesTilesWrapper .acSeminarTypesTile .imageWrapper img{
  display: block;
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}

.acTilesWrapper .acTile h3,
.acSeminarTypesTilesWrapper .acSeminarTypesTile h4{
  font-size: 37px;
  line-height: 100%;
  color: #826150;
  font-family: "CeraPro-Medium";
  padding: 40px 0 10px 0;
}

.acTilesWrapper .acTile p,
 .acSeminarTypesTilesWrapper .acSeminarTypesTile p{
  font-size: 16px;
  line-height: 160%;
  color: #54565A;
  margin: 0px;
  padding: 0 0 30px 0;
}

.acTilesWrapper .acTile p a,
.acSeminarTypesTilesWrapper .acSeminarTypesTile p a{
  text-decoration: underline;
}

.acTilesWrapper .acTile a,
.acSeminarTypesTilesWrapper .acSeminarTypesTile > a{
  font-family: "CeraPro-Medium";
  display: inline-block;
  color: #826150;
  font-size: 12px;
  text-align: center;
  width: 160px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #826150;
  border-radius: 4px;
  transition: all 300ms;
}

.acTilesWrapper .acTile a:hover,
.acSeminarTypesTilesWrapper .acSeminarTypesTile > a:hover{
  background:#826150;
  color: #fff;
}

/* /////////////////////////////////////////////////////////////////////////////////// */ 
/* /////////////////////////////////////////////////////////////////////////////////// */ 


.pgAcTrainingCenters #block-nestleprofessional-content,
.pgAcCoffeeExperts #block-nestleprofessional-content,
.page-node-type-academy-coffee-expert #block-nestleprofessional-content{
  background: #fff;
}



.pgAcTrainingCenters #block-nestleprofessional-content .blockContent > article,
.pgAcCoffeeExperts #block-nestleprofessional-content .blockContent > article,
.page-node-type-academy-coffee-expert #block-nestleprofessional-content .blockContent > article{
  text-align: center;
  max-width: 100%;
}


.pgAcTrainingCenters #block-nestleprofessional-content .blockContent > article .field--name-field-ac-sup-title,
.pgAcCoffeeExperts #block-nestleprofessional-content .blockContent > article .field--name-field-ac-sup-title,
.page-node-type-academy-coffee-expert #block-nestleprofessional-content .blockContent .titleTop{
  font-size: 19px;
  line-height: 111%;
  letter-spacing: 0.1em;
  color: #826150;
  padding: 0 0 30px 0;
}

.pgAcTrainingCenters #block-nestleprofessional-content .blockContent > article .field--name-field-colored-title,
.pgAcCoffeeExperts #block-nestleprofessional-content .blockContent > article .field--name-field-colored-title,
.page-node-type-academy-coffee-expert #block-nestleprofessional-content .blockContent > article .field--name-field-colored-title{
  font-size: 56px;
  line-height: 112%;
  color: #54565A;
  font-family: "CeraPro-Medium";
  text-transform: uppercase;
}

.pgAcTrainingCenters #block-nestleprofessional-content .blockContent > article .field--name-field-colored-title b,
.pgAcCoffeeExperts #block-nestleprofessional-content .blockContent > article .field--name-field-colored-title b,
.page-node-type-academy-coffee-expert #block-nestleprofessional-content .blockContent > article .field--name-field-colored-title b{
  font-weight: normal;
  display: block;
  color: #826150;
}

.pgAcTrainingCenters #block-nestleprofessional-content .blockContent > article .field--name-field-main-image,
.pgAcCoffeeExperts #block-nestleprofessional-content .blockContent > article .field--name-field-main-image,
.page-node-type-academy-coffee-expert #block-nestleprofessional-content .blockContent .academyCoffeeExpertImageVideoWrapper{
  max-width: 1086px;
  margin: 0 auto;
  position: relative;
}

.page-node-type-academy-coffee-expert #block-nestleprofessional-content .blockContent .academyCoffeeExpertImageVideoWrapper::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 210px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0%, rgba(255, 255, 255, 0) 64.44%);
}


.page-node-type-academy-coffee-expert #block-nestleprofessional-content .blockContent .academyCoffeeExpertImageVideoWrapper .videoOverlay{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: url("../images/ca-icon-video-play.svg") no-repeat center center;
  background-size: 94px auto;
  font-size: 0px;
}



.pgAcTrainingCenters #block-nestleprofessional-content .blockContent > article .field--name-field-main-image img,
.pgAcCoffeeExperts #block-nestleprofessional-content .blockContent > article .field--name-field-main-image img,
.page-node-type-academy-coffee-expert #block-nestleprofessional-content .blockContent > article .field--name-field-main-image img{
  display: block;
  width: 100%;
  height: auto;
}


.pgAcTrainingCenters #block-nestleprofessional-content .blockContent > article .field--type-text-with-summary,
.pgAcCoffeeExperts #block-nestleprofessional-content .blockContent > article .field--type-text-with-summary{
  padding: 60px 20px 0 20px;
  max-width: 920px;
  margin: 0 auto;
  text-align: left;
}

.pgAcTrainingCenters #block-nestleprofessional-content .blockContent > article .field--type-text-with-summary h3,
.pgAcCoffeeExperts #block-nestleprofessional-content .blockContent > article .field--type-text-with-summary h3{
  font-family: "CeraPRO-Bold";
  font-size: 27px;
  line-height: 137%;
  color: #826150;
  padding: 0 0 20px 0;
  margin: 0px;
}

.pgAcTrainingCenters #block-nestleprofessional-content .blockContent > article .field--type-text-with-summary p,
.pgAcCoffeeExperts #block-nestleprofessional-content .blockContent > article .field--type-text-with-summary p{
  font-size: 16px;
  line-height: 169%;
  color: #54565A;
}

/* /////////////////////////////////////////////////////////////////////////////////// */ 
/* /////////////////////////////////////////////////////////////////////////////////// */ 

.ViewAcademyTrainingCenters,
.ViewAcademyCoffeeExperts{
  text-align: center;
  padding: 0 20px 15px 20px;
}

.ViewAcademyTrainingCenters > .view-content,
.ViewAcademyCoffeeExperts > .view-content{
  max-width: 1200px;
  margin: 0 auto;
}


.ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem,
.ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem{
  display: block;
  padding: 0 0 30px 0;
  font-size: 0px;
}

.ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem .imagesWrapper,
.ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem .imageVideoWrapper{
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 20px);
  margin: 0 20px 0 0;
  direction: ltr;
  position: relative;
}

.ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem .imagesWrapper img,
.ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem .imageVideoWrapper img{
  display: block;
  width: 100%;
  border-radius: 10px;
  height: auto;
  object-fit: cover;
}

.ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem .imageVideoWrapper img{
  min-height: 324px;
}


.ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem .contentWrapper,
.ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem .contentWrapper{
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 50%;
  padding: 0 0 0 100px;
  direction: ltr;
}

.ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem .contentWrapper h3,
.ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem .contentWrapper h3{
  font-family: "CeraPRO-Bold";
  font-size: 24px;
  line-height: 120%;
  color: #826150;
  padding: 0 0 12px 0;
}


.ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem .contentWrapper .contentBody,
.ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem .contentWrapper .contentBody{
  font-size: 16px;
  line-height: 170%;
  color: #54565A;
  padding: 0 0 30px 0;
}

.ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem .contentWrapper .contentBody li,
.ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem .contentWrapper .contentBody li{
  list-style-type: disc;
  margin: 0 0 0 15px;
}

.ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem .contentWrapper .contentTelephone,
.ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem .contentWrapper .contentAddress,
.ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem .contentWrapper .contentCapacity{
  font-size: 16px;
  color: #54565A;
  background: url("../images/ca-icon-phone.svg") no-repeat left center;
  padding: 0 0 0 33px;
  line-height: 30px;
}

.ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem .contentWrapper .contentTelephone a,
.ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem .contentWrapper .contentAddress a,
.ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem .contentWrapper .contentCapacity a{
  text-decoration: underline;
}

.ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem .contentWrapper .contentAddress{
  background-image: url("../images/ca-icon-point.svg");
  background-position: 2px center;
  margin: 30px 0 0 0;
}

.ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem .contentWrapper .contentCapacity{
  background-image: url("../images/ca-icon-person.svg");
  background-position: 7px center;
  margin: 30px 0 0 0;
}

.ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem .contentWrapper a{
  font-family: "CeraPro-Medium";
  display: inline-block;
  color: #826150;
  font-size: 12px;
  text-align: center;
  width: 160px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #826150;
  border-radius: 4px;
  transition: all 300ms;
  text-transform: uppercase;
}

.ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem .contentWrapper a:hover{
  background:#826150;
  color: #fff;
}

.ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem .imageVideoWrapper .videoOverlay{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: url("../images/ca-icon-video-play.svg") no-repeat center center;
  background-size: 94px auto;
}


.ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem:nth-child(even),
.ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem:nth-child(even){
  direction: rtl;
}

.ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem:nth-child(even) .imagesWrapper,
.ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem:nth-child(even) .imageVideoWrapper{
  margin: 0 0 0 20px;
}

.ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem:nth-child(even) .contentWrapper,
.ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem:nth-child(even) .contentWrapper{
  padding: 0 100px 0 0;
}


.ViewAcademyTrainingCenters .slick-prev{
  width: 50px;
  height: 50px;
  background: url("../images/ca-icon-prev.svg") no-repeat center center;
  left: 0px;
  transform: translate(-50%, -50%);
}

.ViewAcademyTrainingCenters .slick-next{
  width: 50px;
  height: 50px;
  background: url("../images/ca-icon-next.svg") no-repeat center center;
  right: 0px;
  transform: translate(50%, -50%);
}


/* /////////////////////////////////////////////////////////////////////////////////// */ 
/* /////////////////////////////////////////////////////////////////////////////////// */ 

.blockAcDiscoverMore{
  background: #E8E1DB;
  padding: 70px 20px 15px 20px;
}

.blockAcSeminarCategories{
  padding: 50px 20px 15px 20px;
}

.blockAcDiscoverMore .blockContent,
.blockAcSeminarCategories .blockContent{
  max-width: 1246px;
  margin: 0 auto;
}

.blockAcDiscoverMore .blockContent .acDiscoverMoreHeader,
.blockAcSeminarCategories .blockContent .acSeminarTypesTitle{
  position: relative;
  margin: 0 0 45px 0;
}


.blockAcDiscoverMore .blockContent .acDiscoverMoreHeader h3,
.blockAcSeminarCategories .blockContent .acSeminarTypesTitle{
  font-size: 64px;
  line-height: 106%;
  color: #54565A;
  font-family: "CeraPro-Medium";
}


.blockAcSeminarCategories .blockContent .acSeminarTypesTitle{
  color: #826150;
}

.blockAcDiscoverMore .blockContent .acDiscoverMoreHeader h3 b{
  color: #826150;
  font-weight: normal;
  display: block;
}

.blockAcDiscoverMore .blockContent .acDiscoverMoreHeader a{
  font-family: "CeraPro-Medium";
  display: inline-block;
  color: #826150;
  font-size: 12px;
  text-align: center;
  width: 160px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #826150;
  border-radius: 4px;
  transition: all 300ms;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
}

.blockAcDiscoverMore .blockContent .acDiscoverMoreHeader a:hover{
  background:#826150;
  color: #fff;
}

/* /////////////////////////////////////////////////////////////////////////////////// */ 
/* /////////////////////////////////////////////////////////////////////////////////// */ 


.ViewAcademySeminars{
  max-width: 920px;
  margin: 0 auto;  
  padding: 100px 20px 50px 20px;
  text-align: left;
}

.ViewAcademySeminars .view-empty{
  padding: 0 0 70px 0;
}

.ViewAcademySeminars .view-header{
  padding: 0 0 45px 0;
}

.ViewAcademySeminars .view-empty h3,
.ViewAcademySeminars .view-header h3{
  font-family: "CeraPRO-Bold";
  font-size: 27px;
  line-height: 140%;
  color: #826150;
  padding: 0 0 20px 0;
}

.ViewAcademySeminars .view-empty p.
.ViewAcademySeminars .view-header p{
  font-size: 16px;
  line-height: 170%;
  color: #54565A;
}

.ViewAcademySeminars .ViewAcademySeminarsItem{
  background: #E8E1DB;
  border-radius:10px;
  padding: 25px;
  margin: 0 0 15px 0;
}


.ViewAcademySeminars .ViewAcademySeminarsItem .accordion .toggler{
  font-family: "CeraPRO-Bold";
  font-size: 20px;
  line-height: 120%;
  color: #826150;
  position: relative;
  display: block;
  padding: 0 60px 0 0;
}

.ViewAcademySeminars .ViewAcademySeminarsItem .accordion .toggler::before,
.ViewAcademySeminars .ViewAcademySeminarsItem .accordion .toggler::after{
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  width: 40px;
  height: 40px;
  background: url("../images/ca-icon-toggle.svg") no-repeat center center;
  background-size: contain;
  transform: translate(0, -50%);
  transition: all 200ms;
}

.ViewAcademySeminars .ViewAcademySeminarsItem .accordion .toggler::after{
  background-image: url("../images/ca-icon-toggle-active.svg");
  opacity: 0;
}

.ViewAcademySeminars .ViewAcademySeminarsItem .accordion .toggler.active::before{
  opacity: 0;
}

.ViewAcademySeminars .ViewAcademySeminarsItem .accordion .toggler.active::after{
  opacity: 1;
}

.ViewAcademySeminars .ViewAcademySeminarsItem .accordion .content{
  font-family: "CeraPro-Regular";
  font-size: 16px;
  line-height: 170%;
  color: #54565A;
  padding: 25px 0 0 0;
  display: none;
}

.ViewAcademySeminars .ViewAcademySeminarsItem .accordion .content strong{
  color: #303030;
}


/* /////////////////////////////////////////////////////////////////////////////////// */ 
/* /////////////////////////////////////////////////////////////////////////////////// */ 



.academyCoffeeExpertContent{
  padding: 30px 0 0px 0;
}

.field--name-field-ac-content > .field__item{
  padding: 35px 0;
}

.field--name-field-ac-content > .field__item:first-child{
  padding-top: 0px;
}

.field--name-field-ac-content > .field__item:last-child{
  padding-bottom: 0px;
}


.academyCoffeeExpertContent .paragraph--type--np-title-and-text{
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}

.page-node-type-academy-coffee-expert .field--name-field-ac-linkedin-profile{
  max-width: 920px;
  margin: 0 auto;
  padding: 30px 20px 0 20px;
}

.page-node-type-academy-coffee-expert .field--name-field-ac-linkedin-profile a{
  display: block;
  width: 70px;
  height: 70px;
  background: url("../images/ca-icon-ln.svg") no-repeat center center;
  background-size: contain;
  font-size: 0px;
}

.academyCoffeeExpertContent .paragraph--type--np-title-and-text .field--name-field-title{
  font-family: "CeraPRO-Bold";
  font-size: 27px;
  line-height: 140%;
  color: #826150;
  padding: 0px 0 20px 0;
}

.academyCoffeeExpertContent .paragraph--type--np-title-and-text .field--name-field-text{
  font-size: 16px;
  line-height: 170%;
  color: #54565A;
}


.academyCoffeeExpertContent .paragraph--type--np-title-and-text .field--name-field-text li{
  list-style-type: disc;
  margin: 0 0 0 15px;
}

.academyCoffeeExpertContent .paragraph--type--ac-slider{
  position: relative;
  max-width: 1130px;
  margin: 0 auto;

}

.academyCoffeeExpertContent .paragraph--type--ac-slider img{
  display: block;
  width: 100%;
  object-fit: cover;
  height: auto;
}

.academyCoffeeExpertContent .paragraph--type--ac-slider .slick-prev{
  width: 50px;
  height: 50px;
  background: url("../images/ca-icon-prev.svg") no-repeat center center;
  left: 0px;
  transform: translate(-50%, -50%);
}

.academyCoffeeExpertContent .paragraph--type--ac-slider .slick-next{
  width: 50px;
  height: 50px;
  background: url("../images/ca-icon-next.svg") no-repeat center center;
  right: 0px;
  transform: translate(50%, -50%);
}



/* /////////////////////////////////////////////////////////////////////////////////// */ 
/* /////////////////////////////////////////////////////////////////////////////////// */ 



@media screen and (max-width: 1180px) {
  .pgAcMain #block-nestleprofessional-content .field--name-field-colored-title, .pgAcSeminars #block-nestleprofessional-content .field--name-field-colored-title, .pgAcSeminarsInner #block-nestleprofessional-content .field--name-field-colored-title, .pgAcSeminarsSCA #block-nestleprofessional-content .field--name-field-colored-title {
    max-width: 850px;
  }

  .ViewAcademyTrainingCenters .slick-prev,
  .academyCoffeeExpertContent .paragraph--type--ac-slider .slick-prev{
    transform: translate(0, -50%);
    left: 20px;
  }

  .ViewAcademyTrainingCenters .slick-next,
  .academyCoffeeExpertContent .paragraph--type--ac-slider .slick-next{
    transform: translate(0, -50%);
    right: 20px;
  }

  .ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem .contentWrapper .contentAddress,
  .ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem .contentWrapper .contentCapacity{
    margin: 20px 0 0 0;
  }

  .pgAcMain #block-nestleprofessional-content .field--name-field-colored-title b, .pgAcSeminars #block-nestleprofessional-content .field--name-field-colored-title b, .pgAcSeminarsInner #block-nestleprofessional-content .field--name-field-colored-title b, .pgAcSeminarsSCA #block-nestleprofessional-content .field--name-field-colored-title b {
    display: inline;
  }
}


@media screen and (max-width: 1139px) {


  .pgAcMain #block-nestleprofessional-content .field--name-field-colored-title, .pgAcSeminars #block-nestleprofessional-content .field--name-field-colored-title, .pgAcSeminarsInner #block-nestleprofessional-content .field--name-field-colored-title, .pgAcSeminarsSCA #block-nestleprofessional-content .field--name-field-colored-title {
    max-width: 720px;
  }

  .acTilesWrapper .acTile, .acSeminarTypesTilesWrapper .acSeminarTypesTile {
    padding: 25px 25px;
    min-height: 530px;
    border-radius: 5px;
  }

  .acTilesWrapper .acTile h3, .acSeminarTypesTilesWrapper .acSeminarTypesTile h4 {
    font-size: 29px;
    padding: 30px 0 10px 0;
  }

}

@media screen and (max-width: 959px) {
 

  .pgAcMain #block-nestleprofessional-content .field--name-field-colored-title, .pgAcSeminars #block-nestleprofessional-content .field--name-field-colored-title, .pgAcSeminarsInner #block-nestleprofessional-content .field--name-field-colored-title, .pgAcSeminarsSCA #block-nestleprofessional-content .field--name-field-colored-title {
    font-size: 50px;
    line-height: 56px;
    max-width: 590px;
  }

  .pgAcMain #block-nestleprofessional-content .blockContent::after {
    width: 120px;
    height: 120px;
  }

  .ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem .contentWrapper, .ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem .contentWrapper {
    padding: 0 0 0 40px;
  }

  .ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem:nth-child(even) .contentWrapper, .ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem:nth-child(even) .contentWrapper {
    padding: 0 40px 0 0;
  }

  .pgAcTrainingCenters #block-nestleprofessional-content .blockContent > article .field--name-field-colored-title, .pgAcCoffeeExperts #block-nestleprofessional-content .blockContent > article .field--name-field-colored-title, .page-node-type-academy-coffee-expert #block-nestleprofessional-content .blockContent > article .field--name-field-colored-title {
    font-size: 50px;
  }

  .blockAcDiscoverMore .blockContent .acDiscoverMoreHeader h3, .blockAcSeminarCategories .blockContent .acSeminarTypesTitle {
    font-size: 50px;
  }

  .ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem .imageVideoWrapper img {
    min-height: 200px;
  }

  .ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem .imageVideoWrapper .videoOverlay {
    background-size: 74px auto;
  }


}


@media screen and (max-width: 767px) {

  .blockAcAllSections{
    padding: 0 20px 30px 20px;
  }

  .pgAcMain #block-nestleprofessional-content .field--name-field-colored-title, .pgAcSeminars #block-nestleprofessional-content .field--name-field-colored-title, .pgAcSeminarsInner #block-nestleprofessional-content .field--name-field-colored-title, .pgAcSeminarsSCA #block-nestleprofessional-content .field--name-field-colored-title {
      font-size: 26px;
      line-height: 30px;
  }

  .pgAcMain #block-nestleprofessional-content .blockContent::after {
    width: 100px;
    height: 100px;
    top: -35px;
    right: -10px;
  }

  .pgAcMain #block-nestleprofessional-content .field--type-text-with-summary, .pgAcSeminars #block-nestleprofessional-content .field--type-text-with-summary{
    font-size: 13px;
  }



  .acTilesWrapper .acTile, .acSeminarTypesTilesWrapper .acSeminarTypesTile,
  .acTilesWrapper .acTile:nth-child(even), .acSeminarTypesTilesWrapper .acSeminarTypesTile:nth-child(even) {
    display: block;
    width: auto;
    margin: 0 0 20px 0;
    padding: 20px 15px 30px 15px;
    min-height: 10px;
    border-radius: 5px;
  }


  .blockAcAllSections .acTilesWrapper .acTile:nth-child(even) {
    transform: translate(0, 0px);
  }


  .pgAcTrainingCenters #block-nestleprofessional-content .blockContent > article .field--name-field-colored-title, .pgAcCoffeeExperts #block-nestleprofessional-content .blockContent > article .field--name-field-colored-title, .page-node-type-academy-coffee-expert #block-nestleprofessional-content .blockContent > article .field--name-field-colored-title {
    font-size: 26px;
  }

  .pgAcTrainingCenters #block-nestleprofessional-content .blockContent > article .field--type-text-with-summary h3, .pgAcCoffeeExperts #block-nestleprofessional-content .blockContent > article .field--type-text-with-summary h3 {
    font-size: 20px;
  }

  .pgAcTrainingCenters #block-nestleprofessional-content .blockContent > article .field--type-text-with-summary p, .pgAcCoffeeExperts #block-nestleprofessional-content .blockContent > article .field--type-text-with-summary p {
    font-size: 13px;
  }


  .pgAcTrainingCenters #block-nestleprofessional-content .blockContent > article .field--type-text-with-summary, .pgAcCoffeeExperts #block-nestleprofessional-content .blockContent > article .field--type-text-with-summary {
    padding: 30px 0px 0 0px;
  }


  .ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem .imagesWrapper, .ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem .imageVideoWrapper,
  .ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem:nth-child(even) .imagesWrapper, .ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem:nth-child(even) .imageVideoWrapper{
    display: block;
    width: auto;
    margin: 0px;
  }


  .ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem .contentWrapper, .ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem .contentWrapper,
  .ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem:nth-child(even) .contentWrapper, .ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem:nth-child(even) .contentWrapper{
    display: block;
    width: auto;
    padding: 20px 0 0 0;
  }

  .ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem .contentWrapper h3, .ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem .contentWrapper h3 {
    font-size: 20px;
  }

  .ViewAcademyTrainingCenters .ViewAcademyTrainingCentersItem .contentWrapper .contentBody, .ViewAcademyCoffeeExperts .ViewAcademyCoffeeExpertsItem .contentWrapper .contentBody{
    font-size: 13px;
  }

  .blockAcDiscoverMore{
    padding: 30px 20px 15px 20px;
  }

  .blockAcDiscoverMore .blockContent .acDiscoverMoreHeader h3, .blockAcSeminarCategories .blockContent .acSeminarTypesTitle {
    font-size: 26px;
    padding: 0 0 20px 0;
  }

  .blockAcDiscoverMore .blockContent .acDiscoverMoreHeader a {
    position: relative;
    right: auto;
    top: auto;
    transform: translate(0, -0%);
  }



  .ViewAcademyTrainingCenters .slick-next, .academyCoffeeExpertContent .paragraph--type--ac-slider .slick-next {
   width: 40px;
   height: 40px;
   background-size: contain;
  }

  .ViewAcademyTrainingCenters .slick-prev, .academyCoffeeExpertContent .paragraph--type--ac-slider .slick-prev {
   width: 40px;
   height: 40px;
   background-size: contain;
  }

  .blockAcDiscoverMore .blockContent .acDiscoverMoreHeader, .blockAcSeminarCategories .blockContent .acSeminarTypesTitle{
    margin: 0px;

  }

  .blockAcDiscoverMore .blockContent .acDiscoverMoreHeader{
    padding-bottom: 30px;
  }

  .acTilesWrapper .acTile h3, .acSeminarTypesTilesWrapper .acSeminarTypesTile h4 {
    font-size: 20px;
  }

  .acTilesWrapper .acTile p, .acSeminarTypesTilesWrapper .acSeminarTypesTile p{
    font-size: 13px;
  }


  .academyCoffeeExpertContent .paragraph--type--np-title-and-text{
    padding: 0px;
  }

  .page-node-type-academy-coffee-expert .field--name-field-ac-linkedin-profile{
    padding: 30px 0 0 0;
  }

  .academyCoffeeExpertContent .paragraph--type--np-title-and-text .field--name-field-title {
    font-size: 20px;
  }

  .academyCoffeeExpertContent .paragraph--type--np-title-and-text .field--name-field-text {
    font-size: 13px;
  }

  .field--name-field-ac-content > .field__item {
    padding: 15px 0;
  }

  .ViewAcademySeminars{
    padding: 30px 20px 30px 20px;
  }

  .ViewAcademySeminars .view-empty h3, .ViewAcademySeminars .view-header h3{
    font-size: 20px;
    padding: 0 0 15px 0;
  }

  .ViewAcademySeminars .ViewAcademySeminarsItem {
    border-radius: 5px;
    padding: 15px;
    margin: 0 0 10px 0;
  }

  .ViewAcademySeminars .ViewAcademySeminarsItem .accordion .toggler {
    font-size: 17px;
  }

  .ViewAcademySeminars .ViewAcademySeminarsItem .accordion .content{
    font-size: 13px;
  }


  .pgAcSeminarsInner #block-nestleprofessional-content .field--name-field-colored-title, 
  .pgAcSeminarsSCA #block-nestleprofessional-content .field--name-field-colored-title {
    padding-bottom: 0px;
  }


  .pgAcMain #block-nestleprofessional-content .field--name-field-colored-title{
    padding-right: 35px;
  }

  .ViewAcademySeminars .ViewAcademySeminarsItem .accordion .toggler::before, .ViewAcademySeminars .ViewAcademySeminarsItem .accordion .toggler::after {
    width: 30px;
    height: 30px;
  }
}


/* /////////////////////////////////////////////////////////////////////////////////// */ 
/* /////////////////////////////////////////////////////////////////////////////////// */ 
/* /////////////////////////////////////////////////////////////////////////////////// */ 






/* /////////////////////////////////////////////////////////////////////////////////// */ 
/* ///frio stores start ////////////////////////////////////////////////////////////// */ 
/* /////////////////////////////////////////////////////////////////////////////////// */ 

.BodyExtraClassFrio #block-nestleprofessional-content{
  background: #fff;
  padding-bottom: 0px;
  text-align: center;
}

.BodyExtraClassFrio .blockContent .field--name-field-colored-title {
    font-size: 56px;
    line-height: 63px;
    font-family: "CeraPro-Medium";
    text-transform: uppercase;
    color: #53555a;
    position: relative;
    z-index: 5;
}

.BodyExtraClassFrio .blockContent .field--name-field-colored-title b {
    color: #83614f;
    font-weight: normal;
    display: block;
}

.BodyExtraClassFrio .blockContent .field--name-field-main-image {
    display: block;
    margin: -30px auto 0 auto;
    text-align: center;
    position: relative;
    padding: 0 0 55px 0;
}

.BodyExtraClassFrio .blockContent .field--name-field-main-image img {
    max-width: 100%;
    height: auto;
}

/* /////////////////////////////////////////////////////////////////////////////////// */ 

.blockLMCoffeeshops{
  background: #E8E1DB;
  padding: 50px 60px;
}

.ViewLMCoffeeshops{
  max-width: 1246px;
  margin: 0 auto;
  text-align: left;
}

.ViewLMCoffeeshops .view-header{
  padding: 0 0 40px 0;
}

.ViewLMCoffeeshops .view-header .title{
  font-size: 56px;
  line-height: 121%;
  color: #826150;
  font-family: "CeraPro-Medium";
}

.ViewLMCoffeeshops .view-header .desc{
  font-size: 14px;
  line-height: 150%;
  color: #54565A;
  padding: 15px 0 0 0;
}

.ViewLMCoffeeshops .view-filters{
  padding:  0 0 35px 0;
}

.ViewLMCoffeeshops .view-filters .form--inline .form-item{
  margin: 0px;
}

.ViewLMCoffeeshops .view-filters .form-actions{
  opacity: 0;
  height: 0px;
  width: 0px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}


.ViewLMCoffeeshops .view-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 480px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.ViewLMCoffeeshops .view-content .ViewLMCoffeeshopsItem{
  width: 33.33%;
  min-height: 120px;
  padding: 5px 30px 20px 60px;
  background: url("../images/icon-coffeeshop-point.svg") no-repeat left top;
}

.ViewLMCoffeeshops .view-content .ViewLMCoffeeshopsItem .views-field-title{
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #54565A;
  font-family: "CeraPRO-Bold";
  padding: 0 0 5px 0;
}

.ViewLMCoffeeshops .view-content .ViewLMCoffeeshopsItem .views-field-body{
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.02em;
  color: #54565A;
}

.ViewLMCoffeeshops .view-content::-webkit-scrollbar{
  -webkit-appearance:none;
  width:5px;
  background:#F5F2EE;
}

.ViewLMCoffeeshops .view-content::-webkit-scrollbar-thumb{
  border-radius:5px;
  background-color:#826150;
  box-shadow:0 0 1px rgba(255,255,255,0);
}

.ViewLMCoffeeshops .view-content::-webkit-scrollbar{
  -webkit-appearance:none;
  width:5px;
  background:#F5F2EE;
}

.ViewLMCoffeeshops .view-content::-webkit-scrollbar-thumb{
  border-radius:5px;
  background-color:#826150;
  box-shadow:0 0 1px rgba(255,255,255,0);
}



@media screen and (max-width: 1139px) {

  .ViewLMCoffeeshops .view-content .ViewLMCoffeeshopsItem{
    width: 50%;
  }
}

@media screen and (max-width: 959px) {
  .BodyExtraClassFrio .blockContent .field--name-field-colored-title,
  .ViewLMCoffeeshops .view-header .title {
      font-size: 50px;
      line-height: 56px;
  }

  .blockLMCoffeeshops {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 767px) {

  .BodyExtraClassFrio #block-nestleprofessional-content{
    text-align: left;
  }

  .BodyExtraClassFrio .blockContent .field--name-field-colored-title{
    padding-top: 30px;
  }

  .BodyExtraClassFrio .blockContent .field--name-field-colored-title,
  .ViewLMCoffeeshops .view-header .title {
      font-size: 26px;
    line-height: 29px;
  }

  .blockLMCoffeeshops {
    padding: 50px 20px;
  }

  .BodyExtraClassFrio .blockContent .field--name-field-main-image {
    display: block;
    margin: 0 -20px;
    padding: 0 0 0px 0;
  }

  .ViewLMCoffeeshops .view-content{
    height: 50vh;
  }

  .ViewLMCoffeeshops .view-content .ViewLMCoffeeshopsItem{
    width: 100%;
  }

  .ViewLMCoffeeshops .view-content .ViewLMCoffeeshopsItem{
    min-height: 10px;
    padding: 5px 0 20px 60px;
  }
}
/* /////////////////////////////////////////////////////////////////////////////////// */ 
/* ///frio stores end //////////////////////////////////////////////////////////////// */ 
/* /////////////////////////////////////////////////////////////////////////////////// */ 



/* /////////////////////////////////////////////////////////////////////////////////// */ 
/* ///tech section and new menu ///////////////////////////////////////////////////// */ 
/* /////////////////////////////////////////////////////////////////////////////////// */ 

.node--type-np-template-tech-hub{
  max-width: 1440px;
  margin: 0 auto;
}

.node--type-np-template-tech-hub .header{
  padding: 0 135px 60px 60px;
  background: url("../images/icon-badge-tech.svg") no-repeat calc(100% - 135px) top;
}


.pageMixanologikosExoplismos .node--type-np-template-tech-hub .header,
.pageTexnikoDiktyo .node--type-np-template-tech-hub .header{
  background: none;
}

.node--type-np-template-tech-hub .header h1{
  color: #826150;
  font-size: 19px;
  line-height: 110%;
  letter-spacing: 1.9px;
  text-transform:uppercase;
}


.node--type-np-template-tech-hub .header .field--name-field-colored-title{
  font-size: 56px;
  line-height: 63px;
  font-family: "CeraPro-Medium";
  text-transform: uppercase;
  color: #53555a;
  padding: 20px 0 25px 0;
}

.node--type-np-template-tech-hub .header .field--name-field-colored-title b{
  color: #83614f;
  font-weight: normal;
  display: block;
}

.node--type-np-template-tech-hub .header .field--type-text-with-summary{
  max-width: 610px;
}


.pageTechHomepage .node--type-np-template-tech-hub .contentStoryInner .field--name-field-box{
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  gap: 24px;
  padding: 0 135px 45px 60px;
}

.pageTechHomepage .node--type-np-template-tech-hub .contentStoryInner .field--name-field-box > .field__item{
  padding: 50px;
  background: #fff;
  border-radius: 10px;
  max-width: 610px;
  width: 100%;
}

.pageTechHomepage .node--type-np-template-tech-hub .contentStoryInner .field--name-field-box > .field__item:nth-child(even){
  margin-top: 60px;
}

.pageTechHomepage .node--type-np-template-tech-hub .contentStoryInner .field--name-field-box > .field__item img{
  display: block;
  width: 100%;
  height: auto;
}


.node--type-np-template-tech-hub .contentStoryInner .field--name-field-box > .field__item .field--name-field-title{
  padding: 38px 0 10px 0;
  color: #826150;
  font-size: 36px;
  font-family: "CeraPro-Medium";
  line-height: 100%;
  letter-spacing: -0.72px;

}


.node--type-np-template-tech-hub .contentStoryInner .field--name-field-box > .field__item .field--name-field-text{
  color: #54565A;
  font-size: 16px;
  line-height: 160%;
  padding: 0 0 30px 0;
}


.node--type-np-template-tech-hub .contentStoryInner .field--name-field-box > .field__item .field--name-field-link a{
  font-family: "CeraPro-Medium";
  display: inline-block;
  color: #826150;
  font-size: 12px;
  text-align: center;
  width: 160px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #826150;
  border-radius: 4px;
  transition: all 300ms;
  margin: 0px;
}

.node--type-np-template-tech-hub .contentStoryInner .field--name-field-box > .field__item .field--name-field-link a:hover{
  background:#826150;
  color: #fff;
}

/* /////////////////////////////////////////////////////////////////////////////////// */ 

.pageMixanologikosExoplismos .contentStory,
.pageTexnikoDiktyo .contentStory{
  position: relative;
  padding: 40px 135px 40px 60px;
}

.pageMixanologikosExoplismos .contentStory::before,
.pageTexnikoDiktyo .contentStory::before{
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  transform: translate(-50%, 0);
  top: 0px;
  height: 100%;
  background: #fff;
}

.pageMixanologikosExoplismos .node--type-np-template-tech-hub .contentStoryInner .field--name-field-box,
.pageTexnikoDiktyo .node--type-np-template-tech-hub .contentStoryInner .field--name-field-box{
  position: relative;
}

.pageMixanologikosExoplismos .contentStory .BoxesTitle,
.pageTexnikoDiktyo .contentStory .BoxesTitle{
  color: #826150;
  font-family: "CeraPro-Medium";
  font-size: 46px;
  line-height: 150%;
  position: relative;
  z-index: 5;
  padding: 0 0 40px 0;
}

.pageMixanologikosExoplismos .contentStory .BoxesContent > .field--name-field-box,
.pageTexnikoDiktyo .contentStory .BoxesContent > .field--name-field-box{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}

.pageMixanologikosExoplismos .contentStory .BoxesContent > .field--name-field-box > .field__item,
.pageTexnikoDiktyo .contentStory .BoxesContent > .field--name-field-box > .field__item{
  padding: 50px;
  border-radius: 10px;
  background: #F5F2EE;
  width: calc(50% - 10px);
}

.pageMixanologikosExoplismos .contentStory .BoxesContent > .field--name-field-box > .field__item img,
.pageTexnikoDiktyo .contentStory .BoxesContent > .field--name-field-box > .field__item img{
  display: block;
  width: 100%;
  border-radius: 10px;
  height: auto;
}


/* /////////////////////////////////////////////////////////////////////////////////// */ 


.page-node-type-template-tech-inner #block-nestleprofessional-content{
  background: #fff;
  padding: 215px 0px 0px 0px;
}

.node--type-template-tech-inner{
  text-align: center;
}

.node--type-template-tech-inner h1{
  color: #826150;
  font-size: 19px;
  line-height: 110%;
  letter-spacing: 1.9px;
  text-transform:uppercase;
}

.node--type-template-tech-inner > .field--name-field-colored-title{
  color: #54565A;
  font-family: "CeraPro-Medium";
  font-size: 56px;
  line-height: 112%;
  text-transform: uppercase;
  padding: 30px 0 40px 0;
}

.node--type-template-tech-inner > .field--name-field-colored-title b{
  color: #826150;
  display: block;
  font-weight: normal;
}

.node--type-template-tech-inner .heroImages{
  max-width: 1086px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.node--type-template-tech-inner .heroImages.imagesCount-many{

}

.node--type-template-tech-inner .heroImages.imagesCount-many .imageWrapper{
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
}


.node--type-template-tech-inner .heroImages .imageWrapper img{
  display: block;
  width: 100%;
  height: auto;
}


.node--type-template-tech-inner .slick-next,
.node--type-template-tech-inner .slick-prev{
  right: -15px;
  background: url("../images/icon-next2.svg") no-repeat center center;
  width: 50px;
  height: 50px;
}

.node--type-template-tech-inner .slick-prev{
  left: -25px;
  right: auto;  
  background-image: url("../images/icon-prev2.svg")
}



.node--type-template-tech-inner .heroImages.imagesCount-1 .imageWrapper img,
.node--type-template-tech-inner .heroImages.imagesCount-2 .imageWrapper img,
.node--type-template-tech-inner .heroImages.imagesCount-3 .imageWrapper img{
  border-radius: 24px;
}

.node--type-template-tech-inner .heroImages.imagesCount-2,
.node--type-template-tech-inner .heroImages.imagesCount-3{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.node--type-template-tech-inner .heroImages.imagesCount-2 .imageWrapper{
  width: calc(50% - 7px);
}

.node--type-template-tech-inner .heroImages.imagesCount-3 .imageWrapper{
  width: calc(33.33% - 7px);
}


/* /////////////////////////////////////////////////////////////////////////////////// */ 


.node--type-template-tech-inner .contentStoryInner{
  padding: 0 20px 110px 20px;
}

.node--type-template-tech-inner .contentStoryInner .paragraph--type--np-title-and-text{
  max-width: 880px;
  margin: 0 auto;
  text-align: left;
}

.node--type-template-tech-inner .contentStoryInner .paragraph--type--np-title-and-text .field__item{

}

.node--type-template-tech-inner .contentStoryInner .paragraph--type--np-title-and-text .field--name-field-title{
  color: #826150;
  font-family: "CeraPRO-Bold";
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.54px;
  padding: 0 0 17px 0;
}

.node--type-template-tech-inner .contentStoryInner .paragraph--type--np-title-and-text .field--name-field-text{
  color: #54565A;
  font-size: 16px;
  line-height: 170%;
  padding: 0 0 20px 0;
}

.node--type-template-tech-inner .contentStoryInner .paragraph--type--np-title-and-text .field--name-field-text p{
  padding: 0 0 20px 0;
}

.node--type-template-tech-inner .contentStoryInner .paragraph--type--np-title-and-text .field--name-field-text a{
  text-decoration: underline;
  font-family: "CeraPRO-Bold";
}

.node--type-template-tech-inner .contentStoryInner .paragraph--type--np-title-and-text .field--name-field-subtitle{
  color: #826150;
  font-family: "CeraPRO-Bold";
  font-size: 20px;
  line-height:  135%;
}


/* /////////////////////////////////////////////////////////////////////////////////// */ 


.node--type-template-tech-inner .contentStoryInner .paragraph--type--image-and-text{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 75px;
}

.node--type-template-tech-inner .contentStoryInner .paragraph--type--image-and-text .imageWrapper{
  width: 655px;
}

.node--type-template-tech-inner .contentStoryInner .paragraph--type--image-and-text .imageWrapper img{
    display: block;
    width: 100%;
    height: auto;
}

.node--type-template-tech-inner .contentStoryInner .paragraph--type--image-and-text .textsWrapper{
  max-width: 512px;
  text-align: left;
}


.node--type-template-tech-inner .contentStoryInner .paragraph--type--image-and-text .textsWrapper .field--name-field-title{
  color: #826150;
  font-family: "CeraPRO-Bold";
  font-size: 23px;
  line-height: 120%;
  padding: 0 0 17px 0;
}

.node--type-template-tech-inner .contentStoryInner .paragraph--type--image-and-text .textsWrapper .field--name-field-text{
  color: #54565A;
  font-size: 15px;
  line-height: 150%;
}

.node--type-template-tech-inner .contentStoryInner .paragraph--type--image-and-text .textsWrapper .field--name-field-text p{
  padding: 0 0 20px 0;
}

.node--type-template-tech-inner .contentStoryInner .paragraph--type--image-and-text .textsWrapper .field--name-field-text a{
  text-decoration: underline;
  font-family: "CeraPRO-Bold";
}


/* /////////////////////////////////////////////////////////////////////////////////// */ 


.page-node-type-np-template-tech-hub #block-nestleprofessional-content{
  padding-bottom: 0px;
}

.page-node-type-np-template-tech-hub .discoverMore,
.page-node-type-template-tech-inner .discoverMore{
  background: #E8E1DB;
  padding: 60px 20px 80px 20px;
}

.page-node-type-np-template-tech-hub .discoverMore.boxesCount-1,
.page-node-type-template-tech-inner .discoverMore.boxesCount-1{
  padding: 0px;
}

.page-node-type-np-template-tech-hub .discoverMore.boxesCount-1 .discoverMoreInner,
.page-node-type-template-tech-inner .discoverMore.boxesCount-1 .discoverMoreInner{
  padding: 40px 135px 40px 60px;
  max-width: 1440px;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.page-node-type-np-template-tech-hub .discoverMore.boxesCount-2 .discoverMoreInner,
.page-node-type-template-tech-inner .discoverMore.boxesCount-2 .discoverMoreInner{
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 100px;
  position: relative;
}

.page-node-type-np-template-tech-hub .discoverMore.boxesCount-1 .discoverMoreInner > h2,
.page-node-type-np-template-tech-hub .discoverMore.boxesCount-2 .discoverMoreInner > h2,
.page-node-type-template-tech-inner .discoverMore.boxesCount-1 .discoverMoreInner > h2,
.page-node-type-template-tech-inner .discoverMore.boxesCount-2 .discoverMoreInner > h2{
  color: #826150;
  font-family: "CeraPro-Medium";
  font-size: 64px;
  line-height: 68px;
  font-weight: normal;
}

.page-node-type-np-template-tech-hub .discoverMore.boxesCount-1 .discoverMoreInner > h2,
.page-node-type-np-template-tech-hub .discoverMore.boxesCount-2 .discoverMoreInner > h2,
.page-node-type-template-tech-inner .discoverMore.boxesCount-1 .discoverMoreInner > h2,
.page-node-type-template-tech-inner .discoverMore.boxesCount-2 .discoverMoreInner > h2{
  text-align: left;
  padding: 0 0 40px 0;
}

.page-node-type-np-template-tech-hub .discoverMore.boxesCount-1 .discoverMoreInner > h2 b,
.page-node-type-np-template-tech-hub .discoverMore.boxesCount-2 .discoverMoreInner > h2 b,
.page-node-type-template-tech-inner .discoverMore.boxesCount-1 .discoverMoreInner > h2 b,
.page-node-type-template-tech-inner .discoverMore.boxesCount-2 .discoverMoreInner > h2 b{
  display: block;
  color: #54565A;
  font-weight: normal;
}

.page-node-type-np-template-tech-hub .discoverMore.boxesCount-1 .discoverMoreInner .field--name-field-discover-more-link,
.page-node-type-np-template-tech-hub .discoverMore.boxesCount-2 .discoverMoreInner .field--name-field-discover-more-link,
.page-node-type-template-tech-inner .discoverMore.boxesCount-1 .discoverMoreInner .field--name-field-discover-more-link,
.page-node-type-template-tech-inner .discoverMore.boxesCount-2 .discoverMoreInner .field--name-field-discover-more-link{
  position: absolute;
  right: 100px;
  top: 45px;
}

.page-node-type-np-template-tech-hub .discoverMore.boxesCount-1 .discoverMoreInner .field--name-field-discover-more-link a,
.page-node-type-np-template-tech-hub .discoverMore.boxesCount-2 .discoverMoreInner .field--name-field-discover-more-link a,
.page-node-type-template-tech-inner .discoverMore.boxesCount-1 .discoverMoreInner .field--name-field-discover-more-link a,
.page-node-type-template-tech-inner .discoverMore.boxesCount-2 .discoverMoreInner .field--name-field-discover-more-link a{
  font-family: "CeraPro-Medium";
  display: inline-block;
  color: #826150;
  font-size: 12px;
  text-align: center;
  width: 160px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #826150;
  border-radius: 4px;
  transition: all 300ms;
}

.page-node-type-np-template-tech-hub .discoverMore.boxesCount-1 .discoverMoreInner .field--name-field-discover-more-link a:hover,
.page-node-type-np-template-tech-hub .discoverMore.boxesCount-2 .discoverMoreInner .field--name-field-discover-more-link a:hover,
.page-node-type-template-tech-inner .discoverMore.boxesCount-1 .discoverMoreInner .field--name-field-discover-more-link a:hover,
.page-node-type-template-tech-inner .discoverMore.boxesCount-2 .discoverMoreInner .field--name-field-discover-more-link a:hover{
  background:#826150;
  color: #fff;
}

.page-node-type-np-template-tech-hub .discoverMore.boxesCount-2 .discoverMoreInner .field--name-field-discover-more-pages,
.page-node-type-template-tech-inner .discoverMore.boxesCount-2 .discoverMoreInner .field--name-field-discover-more-pages{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}

.page-node-type-np-template-tech-hub .discoverMore .discoverMoreInner .node--view-mode-teaser,
.page-node-type-template-tech-inner .discoverMore .discoverMoreInner .node--view-mode-teaser{
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  max-width: 610px;
  text-align: left;
  height: 100%;
}


.page-node-type-np-template-tech-hub .discoverMore .discoverMoreInner .node--view-mode-teaser .image img,
.page-node-type-template-tech-inner .discoverMore .discoverMoreInner .node--view-mode-teaser .image img{
  display: block;
  width: 100%;
  border-radius: 10px;
  height: auto;
}

.page-node-type-np-template-tech-hub .discoverMore .discoverMoreInner .node--view-mode-teaser .field--name-title,
.page-node-type-template-tech-inner .discoverMore .discoverMoreInner .node--view-mode-teaser .field--name-title{
  padding: 38px 0 10px 0;
  color: #826150;
  font-family: "CeraPro-Medium";
  font-size: 36px;
  line-height: 100%;
  letter-spacing: -0.72px;
  display: block;

}

.page-node-type-np-template-tech-hub .discoverMore .discoverMoreInner .node--view-mode-teaser .field--name-field-np-tease-text,
.page-node-type-template-tech-inner .discoverMore .discoverMoreInner .node--view-mode-teaser .field--name-field-np-tease-text{
  color: #54565A;
  font-size: 16px;
  line-height: 160%;
}

.page-node-type-np-template-tech-hub .discoverMore .discoverMoreInner .node--view-mode-teaser .readMoreCta,
.page-node-type-template-tech-inner .discoverMore .discoverMoreInner .node--view-mode-teaser .readMoreCta{
  font-family: "CeraPro-Medium";
  display: inline-block;
  color: #826150;
  font-size: 12px;
  text-align: center;
  width: 160px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #826150;
  border-radius: 4px;
  transition: all 300ms;
  margin: 30px 0 0 0;
}

.page-node-type-np-template-tech-hub .discoverMore .discoverMoreInner .node--view-mode-teaser .readMoreCta:hover,
.page-node-type-template-tech-inner .discoverMore .discoverMoreInner .node--view-mode-teaser .readMoreCta:hover{
  background:#826150;
  color: #fff;
}



@media screen and (max-width: 1439px) {


  .node--type-np-template-tech-hub .header,
  .pageTechHomepage .node--type-np-template-tech-hub .contentStoryInner .field--name-field-box,
  .pageMixanologikosExoplismos .contentStory, 
  .pageTexnikoDiktyo .contentStory,
  .page-node-type-np-template-tech-hub .discoverMore.boxesCount-1 .discoverMoreInner, 
  .page-node-type-template-tech-inner .discoverMore.boxesCount-1 .discoverMoreInner,
  .page-node-type-np-template-tech-hub .discoverMore.boxesCount-2 .discoverMoreInner, 
  .page-node-type-template-tech-inner .discoverMore.boxesCount-2 .discoverMoreInner{
    padding-left: 0px;
    padding-right: 0px;
  }

  .node--type-np-template-tech-hub .header{
    background-position: right top;
  }

  .page-node-type-np-template-tech-hub .discoverMore.boxesCount-1 .discoverMoreInner .field--name-field-discover-more-link, 
  .page-node-type-np-template-tech-hub .discoverMore.boxesCount-2 .discoverMoreInner .field--name-field-discover-more-link, 
  .page-node-type-template-tech-inner .discoverMore.boxesCount-1 .discoverMoreInner .field--name-field-discover-more-link, 
  .page-node-type-template-tech-inner .discoverMore.boxesCount-2 .discoverMoreInner .field--name-field-discover-more-link{
    right: 20px;
  }

}

@media screen and (max-width: 1139px) {

  .node--type-template-tech-inner > .field--name-field-colored-title,
  .page-node-type-np-template-tech-hub .discoverMore.boxesCount-1 .discoverMoreInner > h2, 
  .page-node-type-np-template-tech-hub .discoverMore.boxesCount-2 .discoverMoreInner > h2, 
  .page-node-type-template-tech-inner .discoverMore.boxesCount-1 .discoverMoreInner > h2, 
  .page-node-type-template-tech-inner .discoverMore.boxesCount-2 .discoverMoreInner > h2,
  .node--type-np-template-tech-hub .header .field--name-field-colored-title{
    font-size: 45px;
    line-height: 100%;
  }

  .node--type-template-tech-inner .heroImages,
  .page-node-type-np-template-tech-hub .discoverMore.boxesCount-1 .discoverMoreInner, 
  .page-node-type-template-tech-inner .discoverMore.boxesCount-1 .discoverMoreInner{
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-node-type-np-template-tech-hub .discoverMore .discoverMoreInner .node--view-mode-teaser, 
  .page-node-type-template-tech-inner .discoverMore .discoverMoreInner .node--view-mode-teaser {
    padding: 40px;
    max-width: 550px;
  }

  .pageMixanologikosExoplismos .contentStory .BoxesTitle, .pageTexnikoDiktyo .contentStory .BoxesTitle{
    font-size: 40px;
    line-height: 100%;
  }

  .node--type-np-template-tech-hub .contentStoryInner .field--name-field-box > .field__item .field--name-field-title{
    font-size: 32px;
  }

  .page-node-type-np-template-tech-hub #block-nestleprofessional-content{
    margin-bottom: 20px;
  }

  .node--type-template-tech-inner .slick-next{
    right: 40px;
  } 

  .node--type-template-tech-inner .slick-prev{
    left: 20px;
  }


  .node--type-template-tech-inner .heroImages.imagesCount-many{
    margin-right: -20px;
  }


}

@media screen and (max-width: 959px) {
  
  .pageTechHomepage .node--type-np-template-tech-hub .contentStoryInner .field--name-field-box > .field__item,
  .pageMixanologikosExoplismos .contentStory .BoxesContent > .field--name-field-box > .field__item, 
  .pageTexnikoDiktyo .contentStory .BoxesContent > .field--name-field-box > .field__item,
  .page-node-type-np-template-tech-hub .discoverMore .discoverMoreInner .node--view-mode-teaser, 
  .page-node-type-template-tech-inner .discoverMore .discoverMoreInner .node--view-mode-teaser{
    padding: 30px 20px;
  }

  .node--type-template-tech-inner > .field--name-field-colored-title, .page-node-type-np-template-tech-hub .discoverMore.boxesCount-1 .discoverMoreInner > h2, .page-node-type-np-template-tech-hub .discoverMore.boxesCount-2 .discoverMoreInner > h2, .page-node-type-template-tech-inner .discoverMore.boxesCount-1 .discoverMoreInner > h2, .page-node-type-template-tech-inner .discoverMore.boxesCount-2 .discoverMoreInner > h2, .node--type-np-template-tech-hub .header .field--name-field-colored-title {
    font-size: 38px;
    line-height: 100%;
  }

  .node--type-np-template-tech-hub .header{
    background-size: 120px auto;
  }

  .page-node-type-np-template-tech-hub .discoverMore.boxesCount-1 .discoverMoreInner, 
  .page-node-type-template-tech-inner .discoverMore.boxesCount-1 .discoverMoreInner{
    flex-direction: column;
    gap: 0px;
  }

  .page-node-type-np-template-tech-hub .discoverMore .discoverMoreInner .node--view-mode-teaser .field--name-title, .page-node-type-template-tech-inner .discoverMore .discoverMoreInner .node--view-mode-teaser .field--name-title{
    font-size: 32px;
  }

  .page-node-type-np-template-tech-hub .discoverMore.boxesCount-1 .discoverMoreInner .field--name-field-discover-more-link, .page-node-type-np-template-tech-hub .discoverMore.boxesCount-2 .discoverMoreInner .field--name-field-discover-more-link, .page-node-type-template-tech-inner .discoverMore.boxesCount-1 .discoverMoreInner .field--name-field-discover-more-link, .page-node-type-template-tech-inner .discoverMore.boxesCount-2 .discoverMoreInner .field--name-field-discover-more-link {
    top: 14px;
  }

  .node--type-template-tech-inner .contentStoryInner .paragraph--type--image-and-text{
    gap: 30px;
  }


  .node--type-template-tech-inner .contentStoryInner .paragraph--type--image-and-text .imageWrapper{
    width: calc(40% - 15px);
  }
  .node--type-template-tech-inner .contentStoryInner .paragraph--type--image-and-text .textsWrapper{
    width: calc(60% - 15px);
  }

  .page-node-type-np-template-tech-hub .discoverMore, .page-node-type-template-tech-inner .discoverMore{
    margin-bottom: 20px;
  }

  .node--type-template-tech-inner .contentStoryInner .paragraph--type--np-title-and-text .field--name-field-title br{
    display: none;
  }

  .node--type-template-tech-inner .contentStoryInner .paragraph--type--np-title-and-text .field--name-field-title {
    font-size: 24px;
  }


  .node--type-template-tech-inner .slick-next{
    right: 30px;
  } 


  .node--type-template-tech-inner .heroImages.imagesCount-many{
    margin-right: -10px;
  }


  header #block-nestleprofessional-secondarynavigation{
    top: 35px;
  }

  header .burger-menu{
    top: 42px;
  }

  #block-nestleprofessional-content{
    padding-top: 150px;
  }

  #block-nestleprofessional-breadcrumbs {
    top: 105px;
  }

  .page-node-type-template-tech-inner #block-nestleprofessional-content {
    background: #fff;
    padding: 160px 0px 0px 0px;
  }

}

@media screen and (max-width: 767px) {


  .node--type-template-tech-inner > .field--name-field-colored-title, .page-node-type-np-template-tech-hub .discoverMore.boxesCount-1 .discoverMoreInner > h2, .page-node-type-np-template-tech-hub .discoverMore.boxesCount-2 .discoverMoreInner > h2, .page-node-type-template-tech-inner .discoverMore.boxesCount-1 .discoverMoreInner > h2, .page-node-type-template-tech-inner .discoverMore.boxesCount-2 .discoverMoreInner > h2, .node--type-np-template-tech-hub .header .field--name-field-colored-title{
    font-size: 26px;
    line-height: 29px;
  }

  .node--type-np-template-tech-hub .header{
    background-size: 72px auto;
  }

  .node--type-np-template-tech-hub .header h1{
    font-size: 17px;
  }

  .node--type-np-template-tech-hub .header{
    padding-bottom: 30px;
  }

  .pageTechHomepage .node--type-np-template-tech-hub .contentStoryInner .field--name-field-box{
    flex-direction: column;
    gap: 20px;
  }

  .node--type-np-template-tech-hub .contentStoryInner .field--name-field-box > .field__item .field--name-field-title {
    font-size: 27px;
    padding: 20px 0 10px 0;
  }

  .node--type-np-template-tech-hub .contentStoryInner .field--name-field-box > .field__item .field--name-field-text{
    font-size: 13px;
  }

  .pageTechHomepage .node--type-np-template-tech-hub .contentStoryInner .field--name-field-box > .field__item:nth-child(even){
    margin-top: 0px;
  }

  .pageMixanologikosExoplismos .contentStory .BoxesTitle, .pageTexnikoDiktyo .contentStory .BoxesTitle {
    font-size: 32px;
    line-height: 100%;
    padding-bottom: 20px;
  }

  .pageMixanologikosExoplismos .contentStory .BoxesContent > .field--name-field-box, .pageTexnikoDiktyo .contentStory .BoxesContent > .field--name-field-box{
    flex-direction: column;
  }

  .pageMixanologikosExoplismos .contentStory .BoxesContent > .field--name-field-box > .field__item, .pageTexnikoDiktyo .contentStory .BoxesContent > .field--name-field-box > .field__item{
    width: 100%;
  }

  .page-node-type-np-template-tech-hub .discoverMore .discoverMoreInner .node--view-mode-teaser, .page-node-type-template-tech-inner .discoverMore .discoverMoreInner .node--view-mode-teaser{
    max-width: 100%;
    width: 100%;
  }

  .page-node-type-np-template-tech-hub .discoverMore.boxesCount-1 .discoverMoreInner, 
  .page-node-type-template-tech-inner .discoverMore.boxesCount-1 .discoverMoreInner{
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-node-type-np-template-tech-hub .discoverMore .discoverMoreInner .node--view-mode-teaser .field--name-title, .page-node-type-template-tech-inner .discoverMore .discoverMoreInner .node--view-mode-teaser .field--name-title{
    padding: 20px 0 10px 0;
    font-size: 27px;
  }

  .node--type-template-tech-inner > .field--name-field-colored-title, .page-node-type-np-template-tech-hub .discoverMore.boxesCount-1 .discoverMoreInner > h2, .page-node-type-np-template-tech-hub .discoverMore.boxesCount-2 .discoverMoreInner > h2, .page-node-type-template-tech-inner .discoverMore.boxesCount-1 .discoverMoreInner > h2, .page-node-type-template-tech-inner .discoverMore.boxesCount-2 .discoverMoreInner > h2, .node--type-np-template-tech-hub .header .field--name-field-colored-title{
    padding-bottom: 20px;
  }

  .page-node-type-np-template-tech-hub .discoverMore .discoverMoreInner .node--view-mode-teaser .field--name-field-np-tease-text, .page-node-type-template-tech-inner .discoverMore .discoverMoreInner .node--view-mode-teaser .field--name-field-np-tease-text{
    font-size: 13px;
  }

  .node--type-template-tech-inner .contentStoryInner .paragraph--type--image-and-text{
    flex-direction: column;
  }

  .node--type-template-tech-inner .contentStoryInner .paragraph--type--image-and-text .imageWrapper{
    width: 100%;
  }

  .node--type-template-tech-inner .contentStoryInner .paragraph--type--image-and-text .textsWrapper{
    width: 100%;
  }

  .node--type-template-tech-inner .contentStoryInner .paragraph--type--image-and-text .textsWrapper{
    font-size: 20px;
  }

  .page-node-type-np-template-tech-hub .discoverMore.boxesCount-2 .discoverMoreInner .field--name-field-discover-more-pages, .page-node-type-template-tech-inner .discoverMore.boxesCount-2 .discoverMoreInner .field--name-field-discover-more-pages{
    flex-direction: column;
  }

  .page-node-type-np-template-tech-hub .discoverMore.boxesCount-1 .discoverMoreInner .field--name-field-discover-more-link, .page-node-type-np-template-tech-hub .discoverMore.boxesCount-2 .discoverMoreInner .field--name-field-discover-more-link, .page-node-type-template-tech-inner .discoverMore.boxesCount-1 .discoverMoreInner .field--name-field-discover-more-link, .page-node-type-template-tech-inner .discoverMore.boxesCount-2 .discoverMoreInner .field--name-field-discover-more-link{
    right: 0px;
    top: 10px;
  }

  .page-node-type-np-template-tech-hub .discoverMore.boxesCount-1 .discoverMoreInner .field--name-field-discover-more-link a, .page-node-type-np-template-tech-hub .discoverMore.boxesCount-2 .discoverMoreInner .field--name-field-discover-more-link a, .page-node-type-template-tech-inner .discoverMore.boxesCount-1 .discoverMoreInner .field--name-field-discover-more-link a, .page-node-type-template-tech-inner .discoverMore.boxesCount-2 .discoverMoreInner .field--name-field-discover-more-link a{
    width: 110px;
  }

  .page-node-type-np-template-tech-hub .discoverMore, .page-node-type-template-tech-inner .discoverMore{
    padding: 30px 20px;
  }

  .node--type-template-tech-inner .heroImages{
    padding-bottom: 30px;
  }

  .node--type-template-tech-inner .heroImages.imagesCount-1 .imageWrapper img, .node--type-template-tech-inner .heroImages.imagesCount-2 .imageWrapper img, .node--type-template-tech-inner .heroImages.imagesCount-3 .imageWrapper img {
    border-radius: 12px;
  }

  .node--type-template-tech-inner .contentStoryInner .paragraph--type--np-title-and-text .field--name-field-text{
    font-size: 13px;
  }

  .node--type-template-tech-inner .contentStoryInner {
    padding: 0 20px 30px 20px;
  }

  .node--type-template-tech-inner .contentStoryInner .paragraph--type--np-title-and-text .field--name-field-title {
    font-size: 20px;
  }



}

/* /////////////////////////////////////////////////////////////////////////////////// */ 
/* ///tech section and new menu ////////////////////////////////////////////////////// */ 
/* /////////////////////////////////////////////////////////////////////////////////// */ 



















































