
/* Froot Loops CSS */
body {
    background-color:#fff;
	width: 100%;
	overflow-x: hidden;
	margin: 0;
	font-family: KelloggsSansRegular, sans-serif;
}

.section-froot-loops {
    display:flex;
    flex-direction:row;   
}
.second-row {
    display:flex;
    flex-direction:row-reverse;   
}
.section-froot-loops .froot-loops-box:first-child{
    width:50%;
}

.section-froot-loops .froot-loops-box:nth-child(2){
    width:50%;
    background-image:url(/content/dam/Australia/kelloggs_au/images/brands/froot-loops/FrootLoops_Desktop_Image2.jpg);
}

.second-row .froot-loops-box.growing-kids {
    background-image: url(/content/dam/Australia/kelloggs_au/images/brands/froot-loops/FrootLoops_Desktop_Image3.jpg);
}

.froot-loops-box .content0 {
	display: block;
    line-height:1.2;
    text-align: left;
    width: 445px;
    margin: 50px auto;	
}
.froot-loops-box .content{
    display: block;
    line-height:1.2;
    text-align: left;
    width: 410px;
    margin: 55px auto;
}

.froot-loops-box .content0 h4 {
    font-size: 38px;
    margin-bottom: 20px;
    color:#fff;
}
.froot-loops-box .content h4 {
    font-size: 38px;
    margin-bottom: 25px;
    color:#fff;
}
.froot-loops-box .content0 h3 {
    font-size: 25px;
    margin-top: 20px;
    color: #fff;
}
.froot-loops-box .content h3 {
    font-size: 25px;
    margin-top: 20px;
    color: #fff;
}
.banner img {
    display:block;
    width:100%;
    margin-top:-20px;
}

.btn-group {
    display: flex;
    gap: 20px;
    margin-top:35px;
}

.btn-group-mobile {
    display: none;
}

.btn-group2-mobile {
    display: none;
}

.froot-loops-box .content0 img{
    display:block;
    width: 130px;
    height: 35px;
}

.froot-loops-box .content img{
    display:block;
    width: 130px;
    height: 35px;
}

.froot-loops-box .content a {
    color: white;
    text-decoration: underline;
}

.btn-group .btn-group2 img {
    height: 35px;
    width: 230px;
 }   

.froot-loops-box .content0 p{
    line-height:1.4;
    color:#FFF;
    font-size: 18px;
}

.froot-loops-box .content0 .reference {
	font-size: 15px;
}

.froot-loops-box .content p{
    line-height:1.4;
    color:#FFF;
    font-size: 18px;
}

.froot-loops-box .content0 p:nth-of-type(2) {
    padding:15px 0;
    
}


.btn-group.btn-group2 {
    margin-top: 45px;
}

section-froot-loops .froot-loops-box:nth-child(2) img {
    width: 100%;
}

.bottom-text-wrapper {
    background-color: #fff;
    overflow: auto;
}

.bottom-text-content {
    margin: 70px 10% 50px 10%;
}

.custom-gsa-container {

    background-image: url(/content/dam/Australia/kelloggs_au/images/brands/bright-start/bright-start-orange-bg.png);
    background-repeat:no-repeat;
    background-size:cover;
  } 

.custom-slider.coco-pops-slider1.coco-pops {
    margin-top: -36px !important;
}

.custom-gsa-container .collection .result-item .link-wrapper .name {
    display: block;
    text-align: center;
    font-family: KelloggsSansMedium;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    margin: 25px 0;
    margin-bottom: 14px;
    min-height: 70px;
}

.custom-slider .result-item .link-wrapper .image {
    width: 17vw;
    height: 17vw;
    background: #fff;
    border-radius: 50%;
    padding: 2vw;
    max-width: 240px;
    max-height: 240px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.custom-slider.custom-slider .result-item .link-wrapper {
    width: 90%;
    margin: 0 10px;
    background: none;
    text-align: center;
    text-decoration: none;
    color: #fff;
	
	}
	
.custom-slider .result-item .link-wrapper .image img {
    margin: 0 auto;
    width: auto;
    max-height: 83%;
}

.custom-gsa-container .collection {
  border:none!important;
  padding-top: 40px;
  margin-left: 100px !important;
  margin-right: 100px !important;  
}

.custom-slider.custom-slider .result-item .link-wrapper:hover {
    outline: none;
}

@media only screen and (max-width: 601px) {
    .lap-zero {
         /* display: block; */
    }

  }

  @media only screen and (min-width: 602px) and (max-width: 999px){
.lap-zero {
    display: block !important;
}  
}


/************************************Mobile CSS Starts Here *********************/

@media only screen and (max-width: 767px){
.section-froot-loops {
    flex-direction: column;
}

.second-row {
    flex-direction: column;
}
.section-froot-loops .froot-loops-box:first-child {
    width: 100%;
}
.section-froot-loops .froot-loops-box:nth-child(2) {
    width: 100%;
}
.froot-loops-box .content0 h4 {
    font-size: 25px;
    line-height: 29px;
}
.froot-loops-box .content0 p {
        font-size: 22px;
		line-height: 26px;
}
.froot-loops-box .content0 .reference {
	font-size: 20px;
}
.froot-loops-box .content h4 {
    font-size: 25px;
    line-height: 29px;
}
.froot-loops-box .content p {
        font-size: 22px;
		line-height: 26px;
}
.froot-loops-box .content0 img {
    width: 200px;
    height: auto;
}
.froot-loops-box .content img {
    width: 200px;
    height: auto;
}
.btn-group {
	display: none;
    }
.btn-group-mobile {
	display: flex;
    margin-top: 20px;
    }

.btn-group2-mobile {
	display: flex;
    margin-top: 20px;
    }
.content0 .btn-group2-mobile img {
    height: auto;
    width: 317px;
}
.btn-group-mobile {
    justify-content: center;
}
.froot-loops-box .content0 {
    text-align: center;
    font-size: 16px;
    width: 317px;
    margin: 50px auto;
}
.froot-loops-box .content {
    text-align: center;
    font-size: 16px;
    width: 317px;
    margin: 50px auto;
}
}

.kstl-rich-text {
    max-width: 1440px;
    margin: auto;
}

.banner-box-3 img {
    display: block;
    width: 100%;
}

@media screen and (min-width: 1000px){
    .flex-viewport{
        min-height: 372px;
        background-image: url(/content/dam/Australia/kelloggs_au/images/brands/froot-loops/FrootLoops_Desktop_ProductBg.png);
        background-repeat: no-repeat;
        background-size: cover;
        max-width:1440px;
        margin:auto;
    }
    .custom-gsa-container{
        background: none;
    }
}


/***********************New CSS For carsoul *****************************/
@media screen and (max-width:600px) {
	.carousel-mobile {
		display: block;
        margin-top: -37px !important;
	}

	.carousel-tablet {
		display: none;
	}

	.carousel-desktop {
		display: none;

	}
    .header-desktop {
		display: none !important
	}
    .header-mobile {
		display: block !important;

	}

    .flexslider .flex-control-paging {
		display: block !important;
		bottom: 16px;
	}

.custom-slider .result-item .link-wrapper .image{
 height: 48vw !important;

}

.custom-gsa-container {
    background-image: url(/content/dam/Australia/kelloggs_au/images/brands/froot-loops/FrootLoops_Mobile_ProductBg.png);
    display: block;
}

.custom-gsa-container .collection{

   margin-left: 50px!important;
   margin-right: 10px !important;

}
body footer .content_wrapper .footer, html footer .content_wrapper .footer {
       background-color: #f3f3f3;
   }

    .search-textbox__input {
    /* display:none; */
     padding:0;
     margin:0;

    }
  .content_wrapper .topNavWrapper .topNav .operators-wrapper .overlay-trigger-wrapper .counsel{
      display: none;
    }

    .content_wrapper .topNavWrapper .topNav .operators-wrapper{
      display: none;
    }

    .search-textbox__link img{
     /* display:none; */
    }

}
@media screen and (min-width:601px) and (max-width:996px) {
	.carousel-mobile {
		display: none;
	}

	.carousel-tablet {
		display: block;
	}

	.carousel-desktop {
		display: none;

	}
   .header-desktop {
		display: block !important
	}

	.header-mobile {
		display: none !important;

	}

    .banner-box-3 img{
       min-height: 100% !important;
    }

    .froot-loops-box .content{
     width: 300px !important;
     margin: 24px auto;
    }
    .froot-loops-box .content h4{
      font-size: 18px !important;
      margin-bottom: 18px;
    }

    .froot-loops-box .content br {
      display:none
     }

     .froot-loops-box .content p{
       line-height: 1.2;
     }

     .custom-gsa-container .collection .result-item .link-wrapper {
       min-height: 320px;
     }

     .custom-gsa-container .collection .result-item .link-wrapper .name {
        font-size: 15px;
        line-height: 1.2;
        color: #fff;
        margin: 20px 10px;
    }
    .flex-control-nav{
          bottom: 32px;
    }

    .custom-slider .result-item .link-wrapper .image{

          height: 20vw !important;
    }

    }

@media screen and (min-width:997px) {
	.carousel-mobile {
		display: none;
	}

	.carousel-tablet {
		display: none;
	}

	.carousel-desktop {
		display: block;

	}

    .header-desktop {
		display: block !important
	}

	.header-mobile {
		display: none !important;

	}

    body footer .content_wrapper .footer, html footer .content_wrapper .footer {
       background-color: #f3f3f3;
      }

    .content_wrapper .topNavWrapper .topNav .operators-wrapper {
     padding-right: 40px;
     }
  }


@media screen and (max-width: 600px){
.custom-gsa-container .collection .result-item .link-wrapper .image {
    width: 65% !important;
    margin: 0 auto;
}

.footer .copyright {
    color: #fff !important;
}


.custom-gsa-container .collection .result-item .link-wrapper .name {
    font-size: 18px;
    color:#fff;
    }

.custom-slider.custom-slider .result-item .link-wrapper {
    margin: 0 0;
}

}

@media screen and (min-width:1680px) and (max-width:1920px) {


  body footer .content_wrapper .footer, html footer .content_wrapper .footer {
    background-color: #f3f3f3;
    margin:auto;
    width:1440px;

  }
}

@media screen and (max-width: 600px){
    .froot-loops-box .content ul li{
        text-align: left;
    }
    .froot-loops-box .content ul li {
		padding-left: 20px;
		color: rgb(255,255,255) !important;
		font-size: 16px;
    }
	.froot-loops-box .content ul li::before {
		color: #ffffff !important;
		font-size: 16px;
	}
    .btn-group-mobile{
        gap: 0px;
    }
    .btn-group-mobile a:first-child{
        margin-right: 10px;
    }
    .btn-group-mobile a:first-child{
        margin-left: 10px;
    }
    .btn-group.btn-group2 img{
        height: auto;
    }
}

.froot-loops-box .content ul li::before {
   /* content: '\f00c';*/
    font-family: 'FontAwesome';
}

.banner {
    margin-top: 20px;
}

/* CSS for Recipe section */


.imageGallery {
	background-image: url(/content/dam/Australia/kelloggs_au/images/brands/froot-loops/FrootLoops_Desktop_RecipeBg.jpg);
	/* .........background-repeat: no-repeat; ...........*/
	width: 100%;
	/*margin-top: -30px;*/
    color:#fff;
}

.imageGallery h2 {
	text-align: center;
	font-size: 48px;
	padding: 20px;
}

.imageGallery p {
	text-align: center;
	font-size: 21px;
	padding-bottom: 25px;
    font-weight: 600;
    font-family: 'KelloggsSansMedium';
}

.imageGallery ul {
	margin-left: 40px;
	margin-right: 40px;
}

.imageGallery ul li {
	display: block;
	float: left;
	margin: 30px;
	align-items: center;
}

.imageGallery ul li img {
	width: 150px;
	height: auto;
}

ul.bottomsection {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.imageGallery ul li {
	display: block;
	float: left;
	margin: 30px;
	align-items: center;
	width: 25%;
}

p.descitem {
	display: flex;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	justify-content: space-evenly;
}

.imageGallery {
	padding-top: 10px;
	padding-bottom: 100px;
}

.imageGallery {
	background-size: 100%;
	/*margin-top: 70px;*/
}

ul.bottomsection {
	width: 85%;
	padding: 0;
	justify-content: center;
}

.imageGallery ul.bottomsection .gallery img {
	width: 100%;
	height: auto;
	display: block;
}

.gallery .descitem {
	height: 70px;
	background-color: #fff;
	padding: 18px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #000;
}

.imageGallery ul li {
	margin: 15px;
	width: 30%;
}

.imageGallery ul li a {
	text-decoration: none;
	color: black;
}

.gallery a {

	text-decoration: none;
}

li.view_more {
	background-image: url(/content/dam/Australia/kelloggs_au/images/brands/cocos-receipe-gallery.png);
}

.imageGallery li.view_more a {
	margin-top: 40px;
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.imageGallery li.view_more img {

	display: block;
	width: 52%;
	height: auto;
}

.imageGallery .view_more h3 {
	font-size: 30px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0px 20px 0px;
    color: black;
}

.imageGallery li.view_more p {
	margin: auto;
	padding: 0;
	width: 80%;
	text-align: left;
	font-size: 15px;
	color: black;
}

@media only screen and (max-width: 767px) {
	.imageGallery {
	    background-image: url(/content/dam/Australia/kelloggs_au/images/brands/froot-loops/FrootLoops_Mobile_RecipeBg.jpg);
        padding-bottom: 45px !important;
        background-repeat: repeat-y;
	}

	.imageGallery ul li {
		margin: 8px 15px 10px 15px !important;
		width: 100%;
        /*padding-bottom: 30px;*/
	}

	.gallery .descitem {
		/*height: 50px !important;*/
	}

	.imageGallery li.view_more a {
		margin-top: 25px;
		padding: 14px;
		width: 90%
	}
	
	.imageGallery h2 { 
    	font-size: 41px !important;
        padding: 13px !important;
     }
	.imageGallery p {  
    	font-size:21px !important;
        padding-bottom: 18px !important;
    	padding: 0px 70px 0px 70px;
   	    font-family: 'KelloggsSansRegular';
     }
     li.gallery.mobile {
		display: none;
	 }
     
    .imageGallery .view_more h3 {
    	font-size: 27px !important;
        padding: 20px 0px 10px 0px !important;
        }
}

@media (min-width: 1920px) and (max-width: 2560px) {

    .imageGallery ul view_more img {
		height: 260px !important;
	}

	.gallery .descitem {
		height: 100px !important;
		padding: 40px !important;

	}

    .imageGallery ul.bottomsection .gallery img{
      height: 250px !important;
    }

    .imageGallery li.view_more a {
       margin-top: 60px;
    }
    .imageGallery li.view_more p{
      font-size:20px !important;
    }

  
}

@media screen and (min-width:601px) and (max-width:996px) {
li.gallery.mobile {
    display: none;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.imageGallery ul.bottomsection .gallery img {
		height: 150px !important;
	}

	.imageGallery ul li .view_more img {

		height: 30px !important;
	}

	.imageGallery .view_more h3 {
		padding: 20px 0px 20px 0px !important;
	}

	.imageGallery li.view_more a {
		margin-top: 20px;
	}

}

@media screen and (min-width:1680px) {

  .imageGallery ul.bottomsection .gallery img{
     height: 250px !important;
  }
  .gallery .descitem {
    height: 80px;
    padding: 30px;
  }
}


.view_more a:hover {
   outline:none;
}

