html {
    font-family: 'Montserrat';
}

*,
:after,
:before {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

ul {
    list-style: none;
    padding: 0;
    font-family: 'Montserrat';
    margin: 0;
}

.container-md {
    max-width: 1286px;
    margin: 0 auto;
    padding: 0 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat';
    color: #2c2c2c;
}

p {
    font-family: 'Montserrat';
    color: #878787;
}
.h-3 {
    font-size: 20px;
    color: #2C2C2C;
    font-weight: 600;
    width: 100%;
}
.margin-top-10, .margin-bottom-10 {
    margin-top: 10px;
}
.margin-top-20, .margin-bottom-20 {
    margin-top: 20px;
}
.margin-top-30, .margin-bottom-30 {
    margin-top: 30px;
}
.margin-top-40, .margin-bottom-40 {
    margin-top: 40px;
}
/* Maine Css start here */
.content-bucket {
    padding: 30px 0;
}

.gird-row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.margin-bottom {
    margin-bottom: 0 !important;
}

.margin-top {
    margin-top: 0 !important;
}

.title {
    text-align: center;
    margin-bottom: 35px;
}

.title h2 {
    text-align: center;
    color: #bf1e24;
    font-weight: 700;
    font-size: 24px;
}

.text-p {
    color: #878787;
    font-size: 14px;
    margin-bottom: 18px;
    line-height: 18px;
}

.left-side {
    width: 45%;
    padding: 0 10px;
}

.content h3 {
    color: #2c2c2c;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.content a {
    color: #bf1e24;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}

.rigt-side {
    width: 54%;
}

.content-img figure img {
    width: 100%;
}

.hfss_afected ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hfss_afected ul li {
    max-width: 380px;
    width: 100%;
}

.hfss_afected ul li a {
    color: #fff;
    width: 100%;
    background: #4E4D4B;
    text-align: center;
    font-size: 20px;
    display: block;
    font-weight: 600;
    padding: 20px 0;
    position: relative;
}

.hfss_afected ul li a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #D40000;
    width: 0%;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.hfss_afected ul li a span {
    position: relative;
    z-index: 1;
}

.hfss_afected ul li a:hover::after {
    width: 100%;
}

/* Restriction section css */
.restriction-sectipn {
    background-color: #F2F2F2;
    padding: 40px 0;
}

.grid-box {
    width: 32%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 5px #00000029;
    border: 1px solid #F2F2F2;
    padding-bottom: 20px;
}
.background-color-red {
    background: #bf1e24;
}
.background-color-green {
    background-color: #006D2E;
}
.background-color-blue {
    background-color: #006B9B;
}
.grid-box h2 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    padding: 12px 0;
}

.grid-box .content {
    padding: 0 12px;
}

.grid-box .content .top-title h3 {
    color: #bf1e24;
    font-weight: 500;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
    position: relative;
    padding: 0 22px;
}
.grid-box .content .top-title h3::before {
    content: ' ';
    background-image: url(/content/dam/europe/kelloggsvantage_gb/images/hfss/cal-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 50px;
    height: 50px;
    background-size: 18px;
    top: 5px;
    left: 0;

}
.top-title strong {
    font-size: 20px;
    color: #2C2C2C;
    font-weight: 700;
}
.top-title span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}
.grid-box:nth-child(2) .content .top-title h3 {
    color: #006D2E;
}
.grid-box:last-child .content .top-title h3 {
    color: #006B9B;
}
.grid-box .content ul li {
    color: #878787;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 6px;
}

.grid-box .content ul li::before {
    content: "\2022";
    color: #2C2C2C;
    font-weight: bold;
    top: -5px;
    font-size: 20px;
    position: absolute;
    left: 0;
}

.affected-grid-row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.affected-grid-row .left-side {
    width: 49%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 5px #00000029;
    border: 1px solid #F2F2F2;
    padding: 15px;
}
.affected-grid-row .right-side {
    width: 49%;
}
.hfss-calculate {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 5px #00000029;
    border: 1px solid #F2F2F2;
    padding: 15px; 
}
.affected-grid-row .hfss-calculate figure img {
    width: 100%;
}
.hfss-calculate figure {
    margin-bottom: 77px;
}
.affected-grid-row .title h3 {
    color: #bf1e24;
    font-size: 24px;
    font-weight: 600;
}
.pdf-wrap {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 5px #00000029;
    border: 1px solid #F2F2F2;
    padding: 15px; 
    text-align: center;
}
.pdf-wrap figure {
    margin-top: 20px;
}
.btn-download {
    color: #fff;
    width: 100%;
    background: #D70E44;
    text-align: center;
    font-size: 20px;
    display: block;
    font-weight: 500;
    padding: 20px 0;
    position: relative;
    max-width: 415px;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 4px;
}
.btn-download span {
    position: relative;
    z-index: 1;
}
.btn-download::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #b70837;
    width: 0%;
    left: 0;
    transition: all 0.5s ease-in-out;
    border-radius: 4px;
}
.btn-download:hover::after {
    width: 100%;
}
/*======= Wholesale page Css ========*/

.retailers-wrapper {
    background-color: #F2F2F2;
    padding-top: 40px;
    padding-bottom: 20px;
}

.ret_row {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #F2F2F2;
    margin-bottom: 20px;
}

.ret_row .title {
    margin-bottom: 20px;
}

.ret_row .title h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 12px 0;
}
.ret_row .content {
    padding:20px 20px;
}
.ret_row .content h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.ret_row .content ul li {
    color: #878787;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 6px;
}

.ret_row .content ul li::before {
    content: "\2022";
    color: #2C2C2C;
    font-weight: bold;
    top: -5px;
    font-size: 20px;
    position: absolute;
    left: 0;
}

.ret_row .content .text-p {
    color: #2C2C2C;
}
.categories-img figure img {
    width: 100%;
}
/* FAQ page css */
.gird-row figure img { 
    width: 100%;
}

.inner {
    padding-left: 1em;
    /* overflow: hidden;
    display: none; */
}

.toggle {
    width: 100%;
    display: block;
    background-color: #F2F2F2;
    color: #2C2C2C;
    padding: 17px 30px;
    transition: background 0.3s ease;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    position: relative;
}

.toggle:hover {
    background-color: #cccccc7d;
}

.inner {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #2C2C2C;
    padding: 15px 30px;
    margin-left: 30px;
}
.accordion li {
    margin-bottom: 20px;
}
.toggle:after {
    content: '+';
    color: #707070;
    float: right;
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    right: 10px;
    top: 8px;
}
.active .toggle:after {
    content: none;
}
/* a.toggle.abc.active:after {
    content: none;
}
a.toggle.abc.active:before {
    content: " ";
    width: 18px;
    height: 3px;
    background: #707070;
    position: absolute;
    right: 10px;
    top: 25px;
} */
.active .toggle::before {
    content: " ";
    width: 18px;
    height: 3px;
    background: #707070;
    position: absolute;
    right: 10px;
    top: 25px;
}
/* .accordion li {
    position: relative;
    display: block;
    width: 100%; 
    border-radius: 5px;
    cursor: pointer;
    height: 0;
} */
.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}



/* affected page css */
.hfss_affected-wrap .text-p {
    margin-bottom: 40px;
    line-height: 1.8;
}
.hfss_affected-wrap figure img {
    width: 100%;
}
.btn-wrap {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.btn-btn {
    color: #fff;
    width: 100%;
    background: #4E4D4B;
    text-align: center;
    font-size: 20px;
    display: block;
    font-weight: 500;
    padding: 20px 0;
    position: relative;
    max-width: 415px;
    margin: 0 auto;
    margin-top: 25px;
    border-radius: 4px;
}
.btn-btn span {
    position: relative;
    z-index: 1;
}
.btn-btn::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #D70E44;
    width: 0%;
    left: 0;
    transition: all 0.5s ease-in-out;
    border-radius: 4px;
}
.btn-btn:hover::after {
    width: 100%;
}
/* Retail page Css */
.retail-banner-content {
    padding-right: 40px;
}
.retail-banner-content ul {
    margin: 30px 0;
    padding-left: 30px;
}
.retail-banner-content ul li {
    color: #878787;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 6px;
}

.retail-banner-content ul li::before {
    content: "\2022";
    color: #2C2C2C;
    font-weight: bold;
    top: -5px;
    font-size: 20px;
    position: absolute;
    left: 0;
}
.retail-banner-content a {
    color: #bf1e24;
}
section.location_restrictions_wrapper {
    background-color: #F2F2F2;
    padding: 40px 0;
}
.title h3 {
    color: #fff;
    padding: 12px 0;
    font-size: 24px;
    font-weight: 600;
}
.LR-row {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 5px #00000029;
    border: 1px solid #F2F2F2;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content-box {
    padding: 20px 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E2E2E2;
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content-box ul {
    margin: 20px 0;
}
.content-box ul li {
    color: #878787;
    font-size: 14px;
    line-height: 18px;
}
.retail-box {
    width: 49%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E2E2E2;
    padding: 20px 20px;
    margin: 15px 0;
}
.retail-box:nth-child(3) figure {
    max-width: 450px;
    margin: 0 auto;
}
.retail-box:nth-child(5) figure {
    max-width: 450px;
    margin: 0 auto;
}
.retail-box p {
    margin-bottom: 40px;
}
.retail-box figure img {
    width: 100%;
}
.mitigate-box {
    width: 32%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E2E2E2;
    padding: 15px;
    margin-top: 20px;
}
.mitigate-box:nth-child(1) figure {
    height: 20px;
}
.Mitigate-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E2E2E2;
    padding: 20px;
    margin: 20px 0;
}
.mitigate-box figure {
    margin-top: 10px;
}
.mitigate-box figure img {
    width: 100%;
}
.content-box .content ul li {
    color: #878787;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 6px;
}
.retail-boxs {
    margin: 10px 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E2E2E2;
    width: 100%;
    padding: 20px;
}
.retail-boxs figure img {
    width: 100%;
}
.content-box .content ul li::before {
    content: "\2022";
    color: #2C2C2C;
    font-weight: bold;
    top: 0px;
    font-size: 20px;
    position: absolute;
    left: 0;
}
.multiby-wrap {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E2E2E2; 
    margin: 20px 0;
}
.multiby-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
}
.multiby-wrap .title {
    width: 100%;
}
.multiby-wrap .heading {
    font-size: 20px;
    color: #2C2C2C;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.multiby_box {
    width: 32%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #F2F2F2;
}
.multiby_box h3 {
    padding: 20px;
    border-bottom: 1px solid #F2F2F2;
}
.multiby_box figure img {
    width: 100%;
}
.sec-content {
    padding: 20px;
}
.sybol-wrapper {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E2E2E2; 
    margin: 20px 0;
}
.sybol-content {
    padding: 0 20px 20px 20px;
}
.sybol-content h4 {
    font-size: 16px;
    color: #2C2C2C;
    margin: 10px 0;
    font-weight: 500;
}
.sybol-content .number_list {
    list-style: auto;
    padding-left: 30px;
}
.sybol-content ul .alph {
    list-style: none;
}
.alph {
    list-style: none;
    padding-left: 20px;
}
.sybol-content ul li {
    color: #878787;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0;
}
.sybol-content ul ul {
    padding-left: 20px;
}
.sybol-content span {
    color: #878787;
    font-size: 14px;
    line-height: 18px;
    margin: 20px 0;
    display: block;
    text-align: center;
}
.POS-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}
.POS-wrap .pdf-wrap .title h3 {
    color:#bf1e24;
}
.POS-wrap .pdf-wrap, .Pos-box {
    width: 49%;
    padding: 20px 0;
}
.Pos-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 5px #00000029;
    border: 1px solid #F2F2F2;
}
.POS-wrap .pdf-wrap, .Pos-box .title h3 {
    color:#bf1e24;
}
.pos-btn {
    color: #fff;
    background: #4E4D4B 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 6px #00000029;
    border-radius: 4px;
    width: 100%;
    max-width: 415px;
    height: 65px;
    border: 0;
    margin: 0 auto;
    margin-top: 80px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;    
}
/* Media css */
@media only screen and (max-width: 1024px) {
    .hfss_afected ul li {
        max-width: 280px;
    }
    .ret_row .title {
        padding: 0 20px;
    }
    .categories-img figure {
        height: initial;
        width: 100%;
    }
  }
  @media only screen and (max-width: 991px) {
    .hfss_afected ul li {
        max-width: 222px;
    }
    .btn-btn {
        max-width: 330px;
    }
  }
  @media only screen and (max-width: 767px) {
    
    .content-bucket {
        padding: 20px 0;
    }
    .left-side {
        width: 100%;
    }
    .rigt-side {
        width: 100%;
    }
    .grid-box {
        width: 100%;
        margin-bottom: 20px;
    }
    .affected-grid-row .left-side {
        width: 100%;
        margin-bottom: 20px;
    }
    .affected-grid-row .right-side {
        width: 100%;
    }
    .hfss_afected ul {
        flex-wrap: wrap;
    }
    .hfss_afected ul li {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .content a {
        word-break: break-all;
    }
    .btn-btn {
        max-width: 100%;
    }
    .btn-wrap {
        margin-top: 0;
        flex-wrap: wrap;
    }
    .toggle {
        padding: 17px 20px;
    }
    .inner {
        margin-left: 5px;
    }
    .ret_row .title {
        padding: 0px 10px;
    }
    .retail-box {
        width: 100%;
    }
    .mitigate-box {
        width: 100%;
    }
    .retail-box:nth-child(3) figure {
        max-width: 100%;
    }
    .retail-box:nth-child(5) figure {
        max-width: 100%;
    }
    .multiby_box {
        width: 100%;
    }
    .POS-wrap .pdf-wrap, .Pos-box {
        width: 100%;
    }
    .Pos-box {
        margin-top: 20px;
    }
    .LR-row {
        padding: 0 10px;
    }
    .hfss-calculate figure {
        margin-bottom: 20px;
    }
  }
  @media only screen and (max-width: 514px) {
    .container-md {
        padding: 0 20px;
    }
    .top-title strong {
        display: block;
    }
    .top-title span {
        text-align: left;
    }
    .retail-banner-content ul {
        margin: 20px 0;
        padding-left: 0;
    }
  }