@font-face {
  font-family: 'Futura Bk BT';
  src: url('/themes/brandstheme/src/fonts/pearlmilling/FuturaBT-Book.eot');
  src: url('/themes/brandstheme/src/fonts/pearlmilling/FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
  url('/themes/brandstheme/src/fonts/pearlmilling/FuturaBT-Book.woff2') format('woff2'),
  url('/themes/brandstheme/src/fonts/pearlmilling/FuturaBT-Book.woff') format('woff'),
  url('/themes/brandstheme/src/fonts/pearlmilling/FuturaBT-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Md BT';
  src: url('/themes/brandstheme/src/fonts/pearlmilling/FuturaBT-Medium.eot');
  src: url('/themes/brandstheme/src/fonts/pearlmilling/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),
  url('/themes/brandstheme/src/fonts/pearlmilling/FuturaBT-Medium.woff2') format('woff2'),
  url('/themes/brandstheme/src/fonts/pearlmilling/FuturaBT-Medium.woff') format('woff'),
  url('/themes/brandstheme/src/fonts/pearlmilling/FuturaBT-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'gotham_roundedbook';
  src: url('/themes/brandstheme/src/fonts/pearlmilling/gothamrounded-book-webfont.eot');
  src: url('/themes/brandstheme/src/fonts/pearlmilling/gothamrounded-book-webfont.eot?#iefix') format('embedded-opentype'),
  url('/themes/brandstheme/src/fonts/pearlmilling/gothamrounded-book-webfont.woff2') format('woff2'),
  url('/themes/brandstheme/src/fonts/pearlmilling/gothamrounded-book-webfont.woff') format('woff'),
  url('/themes/brandstheme/src/fonts/pearlmilling/gothamrounded-book-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'gotham_roundedlight';
  src: url('/themes/brandstheme/src/fonts/pearlmilling/gothamrounded-light-webfont.eot');
  src: url('/themes/brandstheme/src/fonts/pearlmilling/gothamrounded-light-webfont.eot?#iefix') format('embedded-opentype'),
  url('/themes/brandstheme/src/fonts/pearlmilling/gothamrounded-light-webfont.woff2') format('woff2'),
  url('/themes/brandstheme/src/fonts/pearlmilling/gothamrounded-light-webfont.woff') format('woff'),
  url('/themes/brandstheme/src/fonts/pearlmilling/gothamrounded-light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'gotham_roundedmedium';
  src: url('/themes/brandstheme/src/fonts/pearlmilling/gothamrounded-medium-webfont.eot');
  src: url('/themes/brandstheme/src/fonts/pearlmilling/gothamrounded-medium-webfont.eot?#iefix') format('embedded-opentype'),
  url('/themes/brandstheme/src/fonts/pearlmilling/gothamrounded-medium-webfont.woff2') format('woff2'),
  url('/themes/brandstheme/src/fonts/pearlmilling/gothamrounded-medium-webfont.woff') format('woff'),
  url('/themes/brandstheme/src/fonts/pearlmilling/gothamrounded-medium-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}

html {
  scroll-behavior: smooth;
}

h1, h2, h3{
  font-family: 'gotham_roundedmedium', 'GTWalsheimBold', 'sans-serif';
  color: #E12726;
}

p{
  font-family: 'Futura Bk BT', 'GTWalsheimBold', 'sans-serif';
}

.pearlmilling-btn{
  font-family: 'Futura Md BT','GTWalsheimBold', 'sans-serif';
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  background-image: url('/themes/brandstheme/src/images/pearlmilling/button-background.jpg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .2s ease-in;
  height: 55px;
  width: 200px;
  padding-top: 20px;
}

.pearlmilling-btn:hover, .pearlmilling-btn:focus{
  color: #FFD300 ;
}


/*========== NAVIGATION =======*/

.pearlmilling-logo {
  padding: 5px 10px 5px 20px;
}


.pearlmilling-navigation{
  background: linear-gradient(#BE2F27, #E13025);
  background: -webkit-linear-gradient( #BE2F27, #E13025) ;
  background: -moz-linear-gradient( #BE2F27, #E13025) ;
  background: -ms-linear-gradient( #BE2F27, #E13025) ;
  background: -o-linear-gradient( #BE2F27, #E13025) ;
  /*padding: 12px;*/
  box-shadow: rgba(0,0,0,0.15) 0 15px 25px, rgba(0,0,0,0.05) 0 5px 10px;
}

.pearlmilling-navbar__vertical-align .brands-navbar__top-bar, .pearlmilling-navbar__vertical-align .brands-navbar__middle-bar,.pearlmilling-navbar__vertical-align .brands-navbar__bottom-bar{
  background-color: #FFFFFF !important;

}

.pearlmilling-navbar__vertical-align .brands-navbar__ul a{
  color: #ffffff !important;
  font-family: 'gotham_roundedmedium', 'GTWalsheimBold', 'sans-serif';
}

.pearlmilling-navbar__vertical-align .brands-navbar__ul .choose-lang_fr, .pearlmilling-navbar__vertical-align .brands-navbar__ul .sign-in_left.sign_in.jsModalSignIn, .pearlmilling-navbar__vertical-align .brands-navbar_accounts-mbl a{
  color: #ffffff !important;
}

hr.solid {
  border-top: 3px solid #bbb;
}

#to-open-close-search-popover-container {
  display: none !important;
}

.pearlmilling-navigation .arrow.right {
  border: solid #FFFFFF;
  border-width: 0 3px 3px 0;
}

@media (min-width: 992px){
  .pearlmilling-navigation{
    padding: 20px 0 8px 0;
  }
  .pearlmilling-navbar__vertical-align {
    display: flex;
    padding-bottom: 10px;
    border-bottom: solid 2px #F7CA67;
  }

  #to-open-close-search-popover-container {
    display: block !important;
  }
}

/* ==== CAROUSEL ======*/

.pearlmilling .banner-desktop {
  padding: 50px 0 50px 10% !important;
}

.pearlmilling .banner_slide--text.slide-left {
  margin-top: 20px;
  width: 450px !important;
}

.header-logo-con {
  max-width: 450px;
  margin:  20px auto 20px auto;
}

.header-logo-con img {
  width: 100%;
}


.pearlmilling .carousel2 span.h1 {
  font-family: 'gotham_roundedmedium', 'GTWalsheimBold', 'sans-serif';
  color: #E12726 !important;
  text-align: center !important;
  margin: auto;
}


.pearlmilling .carousel2 .banner_slide--text p{
  font-family: 'Futura Bk BT', 'GTWalsheimBold', 'sans-serif';
  color: #E12726 !important;
  text-align: center;
  margin: auto;
}

.pearlmilling .carousel2 .banner_slide--text sup{
  top: -10px !important;
  right: 0 !important;
}

.pearlmilling .carousel2 .btn_carousel {
  font-family: 'Futura Md BT', 'GTWalsheimBold', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  background-image: url('/themes/brandstheme/src/images/pearlmilling/button-background.jpg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none !important;
  background-color: transparent;
  margin: 0 auto 0 auto;
  /*transition: all .2s ease-in;*/
}

.pearlmilling .carousel2 .btn_carousel:hover, .pearlmilling .carousel2 .btn_carousel:focus{
  background-image: url('/themes/brandstheme/src/images/pearlmilling/button-background.jpg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none !important;
  background-color: transparent;
  color: #FFD300;
}

/*===== PRODUCTS ===========*/
#products{
  max-width: 1600px;
  margin: 60px auto 60px auto;
  padding: 0 20px;
  text-align: center;
  background-color: #FFFEF8;
}

#products p {
  color: #E12726;
  font-size: 20px;
}

.sub-header-paragraph{
  max-width: 1000px;
  margin: auto;
}

.pancake-waffle, .pancake-syrup{
  margin: 50px 0;
}

.product-image-con{
  max-width: 250px;
  margin: 25px auto;
}

.product-image-con img{
  width: 100%;
}

.pearlmilling-product{
  margin: 40px auto;
  max-width: 400px;
  padding: 0 20px;
}

.products-title{
  margin: 25px auto;
  font-size: 23px;
}

.products-ingredients{
  margin-top: 15px;
}

.fa-nutrition, .fa-ingredients {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /*padding-bottom: 10px;*/
}

.fa-nutrition h3, .fa-ingredients h3{
  font-size: 25px;
  font-family: 'Futura Md BT','GTWalsheimBold', 'sans-serif';
  text-transform: uppercase;
}

.fa-nutrition .fa-plus, .fa-nutrition .fa-minus, .fa-ingredients .fa-plus, .fa-ingredients .fa-minus{
  color: #E12726;
  font-size: 20px;
  cursor: pointer;
  margin: 7px 0 0 10px;
}

.ingredients-copy p {
  margin-top: 10px;
}

.pearlmilling-product-buynow{
  font-family: 'Futura Md BT','GTWalsheimBold', 'sans-serif';
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  background-image: url('/themes/brandstheme/src/images/pearlmilling/button-background.jpg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .2s ease-in;
  height: 55px;
  width: 200px;
  border: none;
  margin-top: 25px;
}

.pearlmilling-product-buynow:hover{
  color: #FFD300;
}

.pearlmilling-product-buynow:focus, .pearlmilling .carousel2 .btn_carousel:focus{
  color: #FFD300;
  text-decoration: underline !important;
}


@media only screen and (min-width: 900px) {
  .pancake-waffle, .pancake-syrup{
    border: 1px solid;
    border-image-slice: 40 40 40 40;
    border-image-width: 40px 40px 40px 40px;
    border-image-repeat: stretch stretch;
    border-image-source: url('/themes/brandstheme/src/images/pearlmilling/frame-syrup.png');
    padding: 0 15px;
  }

  .pancake-syrup{
    margin-top: 90px;
  }

  .pancake-waffle-header{
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    background-color: #FFFEF8;
  }

  .pancake-syrup-header{
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    background-color: #FFFEF8;
  }
}


/* =========== NUTRITION FACTS TABLE ========*/

.products #nutrition-facts {
  border: 7px #000 solid;
  padding: 15px;
  color: #000;
  margin: 10px 0;
}

.products #nutrition-facts .nutrition-title {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  padding: 0px 0 10px;
  text-align: left;
  border-bottom: 1px solid #000;
}

.products #nutrition-facts .serving-size {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 10px 0 10px;
  text-align: left;
  border-bottom: 5px solid #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}


.performance-facts {
  padding: 0;
  line-height: 1.4;
  width: 100%;
  margin: 0;
  float: none;
}

.performance-facts table {
  border-collapse: collapse;
  width: 100%;
}

.performance-facts thead {
  border-bottom: 5px solid #000;
  padding-bottom: 10px;
}

.performance-facts tbody {
  border-top: none;
}

.performance-facts tbody > tr {
  border-bottom: 1px solid #000;
}

.performance-facts tbody > tr.protein-border {
  border-bottom: 5px solid #000;
}

.performance-facts tbody > tr .blank-cell {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 1rem;
  border-top: 0;
  padding-left: 30px;
}

.performance-facts tbody > tr td, .performance-facts tbody > tr th {
  border: 0;
  width: 80%;
  text-align: left;
  white-space: nowrap;
  padding: 4px 0;
}

.performance-facts tbody > tr td:last-child {
  text-align: right;
  width: 20%;
}

.performance-facts tbody > tr td span, .performance-facts tbody > tr th span, .tr-light {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.performance-facts tbody {
  font-size: 15px;
}

/*===== ORIGINS ===========*/
#pearlmilling-about-us{
  /*Adds margin to the top of the viewport*/
  scroll-margin-block-start: 250px;
}

.pearlmilling-origins-con{
  background-color: #FFD300;
  background: -webkit-linear-gradient(top, #FFD300 80%, #F7CA67) !important;
  background: -moz-linear-gradient(top, #FFD300 80%, #F7CA67) !important;
  background: -ms-linear-gradient(top, #FFD300 80%, #F7CA67) !important;
  background: -o-linear-gradient(top, #FFD300 80%, #F7CA67) !important;
  background: linear-gradient(top, #FFD300 80%, #F7CA67) !important;
}

section.pearlmilling-origins-con {
  max-width: 1400px;
}

.pearlmilling-origins {
  max-width: 1000px;
  padding: 50px;
  margin: auto;
}

.pearlmilling-origins h2 {
  color: #E12726;
  text-align: center;
  margin-bottom: 30px;
}

.pearlmilling-origins p{
  margin-bottom: 20px;
  color: #E12726;
  text-align: center;
}


/*.origins-image {*/
/*  max-width: 700px;*/
/*  margin: 0 auto 0 auto;*/
/*}*/

/*.origins-image img{*/
/*  display: block;*/
/*  width: 100%;*/
/*}*/

/*@media only screen and (min-width: 1200px) {*/
/*  .pearlmilling-origins-con {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*  }*/

/*  .origins-image{*/
/*    margin: 0 0 0 auto;*/
/*  }*/
/*  .origins-image img{*/
/*    max-width: 600px;*/
/*  }*/

/*}*/

/* ====== RED BACKGROUND -========*/
.red-backgorund-con{
  background: #E12726;
  padding-top: 1px;
}

/*========= OUR HISTORY ==========*/
#our-history{
  /*max-width: 1600px;*/
  /*padding: 30px;*/
  margin: auto;

  /*Adds margin to the top of the viewport*/
  scroll-margin-block-start: 250px;
}

#our-history h2{
  color: #FFF200;
  text-align: center;
  margin-top: 60px;
}

.pearlmilling-timeline-con{
  margin: 100px auto 0 auto;
  overflow: hidden;
  padding: 20px;
}

.timeline-item{
  max-width: 200px;
  margin: 0 auto 0 auto;
}

.timeline-item-img-con{
  /*max-width: 250px;*/
  margin-bottom: 25px;
}

.timeline-item-img-con img{
  width: 100%;
}

.timeline-item p{
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}


.circle-item{
  background-color: #FFFFFF;
  border: solid 7px #FFD300;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  aspect-ratio: 1 / 1;
  width: 100%;
}

.circle-item p{
  color: #E12726;
  font-size: 35px;
  font-family: 'Futura Md BT', 'Open Sans', sans-serif; ;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  border: solid 7px #E12726;
}

.lines-container-desktop{
  display: none;
}

.vertical-line{
  height: 80px;
  width: 0;
  border-left: solid 3px #FFF200;
  margin: auto;
}

.horizontal-line{
  display: none;
  border: solid 2px #FFF200;;
  width: 100%;
}

@media only screen and (min-width: 900px) {
  .red-backgorund-con{
    background-image: url('/themes/brandstheme/src/images/pearlmilling/background-forks.png'),
    url('/themes/brandstheme/src/images/pearlmilling/background-pancake.png');
    background-position: left bottom, right top;
    background-size: auto !important;
    background-repeat: no-repeat;
  }

  .pearlmilling-timeline-con{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 0;
    justify-content: center;
    padding: 10px;
  }

  .timeline-item{
    margin-bottom: 60px;
  }

  .vertical-line{
    display: none;
  }

  .horizontal-line{
    display: block;
    margin-top: 80px;
  }

}

@media only screen and (min-width: 1200px) {
  .pearlmilling-timeline-con{
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-gap: 0;
    justify-content: center;
  }

  .lines-container-desktop{
    display: block;
  }
}

/*========= COUPON ============*/
.coupon-container-pearmilling{
  padding: 100px 30px 100px 30px;
  background-color: #E12726;
}
.pearlmilling-coupon{
  background-color: #FFD300;
  background: -webkit-linear-gradient(top, #FFD300 80%, #F7CA67) !important;
  background: -moz-linear-gradient(top, #FFD300 80%, #F7CA67) !important;
  background: -ms-linear-gradient(top, #FFD300 80%, #F7CA67) !important;
  background: -o-linear-gradient(top, #FFD300 80%, #F7CA67) !important;
  background: linear-gradient(top, #FFD300 80%, #F7CA67) !important;
  max-width: 1100px;
  margin: 0 auto 0 auto;
  padding: 40px;
}

.pearlmilling-coupon-img-con{
  max-width: 500px;
  margin: 0 auto 0 auto;
}

.pearlmilling-coupon-img-con img{
  width: 100%;
}

.pearlmilling-coupon-content{
  text-align: center;
  padding: 30px 0;
}

.pearlmilling-coupon-content h3{
  font-size: 30px;
  color: #E12726;
  margin-bottom: 30px;
  font-family: 'GTWalsheimBold', 'gotham_roundedmedium' ,  'sans-serif';;
}

.pearlmilling-coupon-content p{
  font-size: 16px;
  color: #E12726;
  margin-bottom: 35px;
  font-family: 'newAkzidenz', 'sans-serif';
}

.pearlmilling-coupon-content a {
  color: #FFFFFF;
  background-color: #E12726;
  padding: 10px 20px;
  display: inline-block;
}

.pearlmilling-coupon-content a:hover {
  background-color: #ee0603;
  text-decoration: underline !important;
}

@media only screen and (min-width: 900px) {
  .pearlmilling-coupon{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .pearlmilling-coupon-img-con{
    max-width: 560px;
    margin: 0 0 0 0;
  }
}


/* BUY NOW MODAL*/

#pearlmillin-product-modal {
  z-index: 9999999;
}

.modal-content {
  height: 90vh;
}

.closeModal {
  display: block;
  margin: 0 0 10px auto;
  font-size: 30px;
  background: none;
  color: #282828;
  border: solid 2px #282828;
  padding: 0 5px 0 5px;
  outline: inherit;
  border-radius: 30px;
}

.closeModal:hover{
  color: #3b3b3b;
  border: solid 2px #3b3b3b;
}

.closeModal:focus {
  outline: solid 1px blue;
}

.modal-dialog {
  max-width: 1300px;
  padding: 0 10px 0 10px;
}

.modal-body{
  padding: 20px;
}

#pearlmilling-iframe{
  width: 100%;
  height: 88%;
}

#products {
  scroll-margin-top: 200px;
}

@media only screen and (max-width: 768px) {
  #products {
    scroll-margin-top: 700px;
  }
}



