/* New products additon */
.box-without-top-image {
    min-height: 380px;
}
.box-without-top-image .product-banner-txt {
    margin-top: 140px;
    margin-left: 20%;
}
.box-product-horizontal-image {
    padding: 30px 0;
}
.blue-promo-box {
    padding-top: 30px;
    position: relative;
}
.blue-promo-box > .component-content {
    background-size: 100%;
    max-width: 100%;
    background-color: #F5F4F4;
    background-repeat: no-repeat;
}
.blue-promo-box .richText {
    float:right;
    max-width: 78%;
}
.blue-promo-box .richText h3 {
    color: #014289;
    margin: 10px 0;
}
.blue-promo-box .richText span {
    display: inline-block;
    margin: 10px 0;
}
.page-Sensodyne-Rapide-Action .main-nav-box .navigation-horizontal .navigation-item.navigation-level1.has-active-child > .navigation-item-title {
    color: #014289;
}
.page-Sensodyne-Rapide-Action .sensitivity-nav-box {
    background: none;
}
.page-Sensodyne-Rapide-Action .sensitivity-grey-box {
	margin: 0;
}
.page-Sensodyne-Rapide-Action .sensitivity-banner-box {
	line-height: 0;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/breadcrumbs/_breadcrumbs-base.scss */
.breadcrumbs {
    margin: 10px 0;
}

/* line 7, ../../sass/components/breadcrumbs/_breadcrumbs-base.scss */
.breadcrumbs-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* line 14, ../../sass/components/breadcrumbs/_breadcrumbs-base.scss */
.breadcrumbs-list li {
    float: left;
    margin-right: 6px;
}

/* line 19, ../../sass/components/breadcrumbs/_breadcrumbs-base.scss */
.breadcrumbs-separator {
    margin: 0 10px;
}

/* line 23, ../../sass/components/breadcrumbs/_breadcrumbs-base.scss */
.breadcrumbs-without-separator .breadcrumbs-separator {
    display: none;
}
/* line 26, ../../sass/components/breadcrumbs/_breadcrumbs-base.scss */
.breadcrumbs-without-separator li {
    padding-right: 15px;
    margin-right: 9px;
    position: relative;
}
/* line 30, ../../sass/components/breadcrumbs/_breadcrumbs-base.scss */
.breadcrumbs-without-separator li:before {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 8px;
}
.hongkong-new-font .breadcrumbs-without-separator li:before {

    font-family: MSYH;

}
/* line 38, ../../sass/components/breadcrumbs/_breadcrumbs-base.scss */
.breadcrumbs-without-separator li:last-child {
    background-image: none;
}
/* line 40, ../../sass/components/breadcrumbs/_breadcrumbs-base.scss */
.breadcrumbs-without-separator li:last-child:before {
    display: none;
}

@media only screen and (max-width: 767px) {
    /* line 47, ../../sass/components/breadcrumbs/_breadcrumbs-base.scss */
    .breadcrumbs-list li {
        float: none;
    }
}/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/carousel/_carousel-base.scss */
.Sensodyne-Nitro-product-box .product-carousel-item.sensodyne-carousel .carousel-slides {
    width: 9999px;
    margin-left: 10em;
}

.carousel {
    position: relative;
    border: solid 2px #323131;
    background-color: #e1e1e1;
    padding: 15px 60px;
}

/* line 10, ../../sass/components/carousel/_carousel-base.scss */
.carousel-slides {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

/* line 18, ../../sass/components/carousel/_carousel-base.scss */
.carousel-slide {
    clear: both;
    position: absolute;
    width: 100%;
}

/* line 24, ../../sass/components/carousel/_carousel-base.scss */
.carousel-slide .no-content,
.carousel-slide .no-image {
    text-align: center;
}

/* line 29, ../../sass/components/carousel/_carousel-base.scss */
.carousel-slide.is-active {
    display: block;
    position: relative;
}

/* line 34, ../../sass/components/carousel/_carousel-base.scss */
.carousel-cover {
    max-width: 50%;
    height: auto;
    float: right;
}

/* line 40, ../../sass/components/carousel/_carousel-base.scss */
.carousel-slide .image-and-content {
    overflow: hidden;
}

/* line 44, ../../sass/components/carousel/_carousel-base.scss */
.carousel-slide .no-content .carousel-cover {
    float: none;
    max-width: 100%;
}

/* line 49, ../../sass/components/carousel/_carousel-base.scss */
.carousel-slide .no-image .carousel-content {
    float: none;
    max-width: 100%;
}

/* line 54, ../../sass/components/carousel/_carousel-base.scss */
.carousel-content {
    max-width: 48%;
    float: left;
    text-align: left;
    -moz-transition-property: margin;
    -o-transition-property: margin;
    -webkit-transition-property: margin;
    transition-property: margin;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    width: 100%;
}

/* line 64, ../../sass/components/carousel/_carousel-base.scss */
.carousel-nav {
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
    padding: 0;
}

/* line 71, ../../sass/components/carousel/_carousel-base.scss */
.carousel-nav li {
    display: inline-block;
    margin: 0 3px;
}

/* line 77, ../../sass/components/carousel/_carousel-base.scss */
.carousel-nav a {
    display: inline-block;
    border: 2px solid #656363;
    width: 10px;
    height: 10px;
    text-indent: 99999px;
    overflow: hidden;
}

/* line 80, ../../sass/components/carousel.scss */
.carousel-nav a:hover {
    text-decoration: none;
}

/* line 86, ../../sass/components/carousel/_carousel-base.scss */
.carousel-nav li.is-active a {
    background: #939191;
}

/* line 90, ../../sass/components/carousel/_carousel-base.scss */
.carousel-nav-prev,
.carousel-nav-next {
    position: absolute;
    top: 50%;
    border: none;
    width: 19px;
    height: 31px;
}

/* line 99, ../../sass/components/carousel/_carousel-base.scss */
.carousel-nav-prev a,
.carousel-nav-next a {
    border: none;
    display: block;
    width: 100%;
    height: 100%;
}

/* line 107, ../../sass/components/carousel/_carousel-base.scss */
.carousel-nav-prev {
    left: 10px;
    background-image: url(../../../../sensodyne/desktop/img/arrow-big-left.png);
}
/* line 109, ../../sass/components/carousel/_carousel-base.scss */


/* line 120, ../../sass/components/carousel/_carousel-base.scss */
.carousel-nav-next {
    right: 10px;
    background-image: url(../../../../sensodyne/desktop/img/arrow-big-right.png);
}
/* line 122, ../../sass/components/carousel/_carousel-base.scss */
.carousel-nav-next a:before {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    color: #939191;
}
.hongkong-new-font .carousel-nav-next a:before {

    font-family: MSYH;

}
/* line 127, ../../sass/components/carousel/_carousel-base.scss */
.carousel-nav-next a:hover:before {
    color: #323131;
}

/* line 133, ../../sass/components/carousel/_carousel-base.scss */
.no-js .carousel .carousel-slide:first-child {
    margin-top: 0;
    border-top: none;
}
/* line 137, ../../sass/components/carousel/_carousel-base.scss */
.no-js .carousel .carousel-slide {
    position: static;
}
/* line 140, ../../sass/components/carousel/_carousel-base.scss */
.no-js .carousel .carousel-nav li {
    display: none;
}

/* line 148, ../../sass/components/carousel/_carousel-base.scss */
.lt-ie8 .carousel-nav li {
    display: inline;
    zoom: 1;
}
/* line 152, ../../sass/components/carousel/_carousel-base.scss */
.lt-ie8 .carousel-nav li.is-active a {
    background: #939191;
}
/* line 155, ../../sass/components/carousel/_carousel-base.scss */
.lt-ie8 .carousel-nav .carousel-nav-prev, .lt-ie8 .carousel-nav .carousel-nav-next {
    width: 19px;
    height: 31px;
}
/* line 158, ../../sass/components/carousel/_carousel-base.scss */
.lt-ie8 .carousel-nav .carousel-nav-prev a, .lt-ie8 .carousel-nav .carousel-nav-next a {
    border: none;
    display: block;
    width: 100%;
    height: 100%;
}
/* line 165, ../../sass/components/carousel/_carousel-base.scss */
.lt-ie8 .carousel-nav a {
    display: block;
    zoom: 1;
    border: 2px solid #656363;
    width: 10px;
    height: 10px;
}

/* Product image carousel start*/
.product-carousel-item ul .carousel-slide {
    clear: none !important;
    position: relative !important;
}
.product-carousel-item {
    margin-top: 0;
    max-width:940px;
    height:148px;
    margin:0 auto;
    border:none;
    border-bottom:1px solid rgba(143, 139, 139, .4);
    background-color:transparent;
    padding:0;
    overflow:hidden;
}
.product-carousel-item .carousel-slides {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 940px;
    text-align:center;
    min-height:148px;
}
.product-carousel-item .carousel-slides li{
    float: none;
    margin: 0px 0 0px 0;
    max-width: 170px;
    padding-top: 0px;
    padding-left: 1px;
    padding-right: 0;
    text-align: center;
    display:inline-block !important;
    background: url(../../img/divider-carousel.png) left 25px no-repeat;

}
.product-carousel-item .carousel-slides li:nth-child(1){
    background:none;
}
.product-carousel-item .carousel-content {

    max-width: 100%;
    padding: 0;
    text-align: center;
    margin:0 auto;
    width:100%;
}


.product-carousel-item .carousel-slides li .carousel-cover {
    border: 0 none;
    cursor: pointer;
    margin-top:38px;
    max-width:100%;
    float:none;

}
.product-carousel-item .carousel-nav {
    display: none;
}
.prod-left-arrow{
    background: url("../../img/back-arrow.png") no-repeat scroll 0px 0px transparent;
    cursor: pointer;
    height: 24px;
    position: absolute;
    top: 57%;
    width: 24px;
    left: 0;
    z-index: 10;
    outline:none;
}
.prod-right-arrow {
    background: transparent url("../../img/arrow-link.png?auto=format") no-repeat scroll 0px 0px;
    cursor: pointer;
    height: 24px;
    position: absolute;
    width: 24px;
    top: 57%;
    right: 0px;
    outline:none;

}
/* Product image carousel end  */
.product-carousel-item .carousel-content p {
    font-family:"HelveticaNeueW01-55Roma";
    font-size:12px;
    color:#8f8b8b;
    margin-top:18px;
}
.product-carousel-item .carousel-content p a {
    font-family:"HelveticaNeueW01-55Roma";
    font-size:12px;
    text-decoration:none;
    color:#8f8b8b;
}

.product-carousel-item .carousel-content p a:hover {
    font-family:"HelveticaNeueW01-55Roma";
    font-size:12px;
    color:#00a3db;
    text-decoration:none;
}
/* .japan-new-font .product-carousel-item .carousel-content p , .japan-new-font .product-carousel-item .carousel-content p a , .japan-new-font .product-carousel-item .carousel-content p a:hover {
font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif !important;
} */
.thai-new-font .product-carousel-item .carousel-content p , .thai-new-font .product-carousel-item .carousel-content p a , .thai-new-font .product-carousel-item .carousel-content p a:hover {
    font-family:"HelveticaLTThaiW31-Regular";
}
.thai-new-font .mouthwash-carousel-item .carousel-content p ,
.thai-new-font .mouthwash-carousel-item .carousel-content p a ,
.thai-new-font  .mouthwash-carousel-item .carousel-content p a:hover {
    font-family:"HelveticaLTThaiW31-Regular";
}
.thai-new-font .toothbrush-carousel-item .carousel-content p ,
.thai-new-font .toothbrush-carousel-item .carousel-content p a  ,
.thai-new-font  .toothbrush-carousel-item .carousel-content p a:hover {
    font-family:"HelveticaLTThaiW31-Regular";
}
.hongkong-new-font .mouthwash-carousel-item .carousel-content p ,
.hongkong-new-font .mouthwash-carousel-item .carousel-content p a ,
.hongkong-new-font  .mouthwash-carousel-item .carousel-content p a:hover {
    font-family:"MSYH";
}
.hongkong-new-font .toothbrush-carousel-item .carousel-content p ,
.hongkong-new-font .toothbrush-carousel-item .carousel-content p a  ,
.hongkong-new-font  .toothbrush-carousel-item .carousel-content p a:hover {
    font-family:"MSYH";
}
.japan-new-font .product-carousel-item .carousel-content p , .japan-new-font .product-carousel-item .carousel-content p a , .japan-new-font .product-carousel-item .carousel-content p a:hover {
    font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.poland-new-font .product-carousel-item .carousel-content p , .poland-new-font .product-carousel-item .carousel-content p a , .poland-new-font .product-carousel-item .carousel-content p a:hover {
    font-family:"HelveticaNeueW02-45Ligh";
}

.slovakia-new-font .product-carousel-item .carousel-content p , .slovakia-new-font .product-carousel-item .carousel-content p a , .slovakia-new-font .product-carousel-item .carousel-content p a:hover {
    font-family:"HelveticaNeueW02-45Ligh";
}
.czech-new-font .product-carousel-item .carousel-content p , .czech-new-font .product-carousel-item .carousel-content p a , .czech-new-font .product-carousel-item .carousel-content p a:hover {
    font-family:"HelveticaNeueW02-45Ligh";
}
.hongkong-new-font .product-carousel-item .carousel-content p , .hongkong-new-font .product-carousel-item .carousel-content p a , .hongkong-new-font .product-carousel-item .carousel-content p a:hover {
    font-family:"MSYH";
}
.russia-new-font .product-carousel-item .carousel-content p , .russia-new-font .product-carousel-item .carousel-content p a , .russia-new-font .product-carousel-item .carousel-content p a:hover {
    font-family:"Helvetica LT W10 Roman1489442";
}
/* mouthwash carousal */
.mouthwash-carousel-item  ul .carousel-slide {
    clear: none !important;
    position: relative !important;
}
.mouthwash-carousel-item  {
    margin-top: 0;
    max-width:940px;
    height:144px;
    margin:0 auto;
    border:none;
    border-bottom:1px solid rgba(143, 139, 139, .4);
    background-color:transparent;
    padding:0;
    overflow:hidden;
}
.mouthwash-carousel-item  .carousel-slides {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 940px;
    text-align:center;
    min-height:148px;
}
.mouthwash-carousel-item  .carousel-slides li{
    float: none;
    margin: 0px 0 0px 0;
    max-width: 96px;
    padding-top: 0px;
    padding-left: 1px;
    padding-right: 0;
    text-align: center;
    display:inline-block !important;
    background: url(../../img/divider-carousel.png) left 10px no-repeat;
}
.mouthwash-carousel-item  .carousel-slides li:nth-child(1){
    background:none;
}
.mouthwash-carousel-item  .carousel-content {

    max-width: 100%;
    padding: 0;
    text-align: center;
    margin:0 auto;
    width:100%;
}


.mouthwash-carousel-item  .carousel-slides li .carousel-cover {
    border: 0 none;
    cursor: pointer;
    margin-top:0;
    max-width:100%;
    float:none;

}
.mouthwash-carousel-item  .carousel-nav {
    display: none;
}

.mouthwash-carousel-item .carousel-content p {
    font-family:"HelveticaNeueW01-55Roma";
    font-size:12px;
    color:#8f8b8b;
    margin-top:0;
}
.mouthwash-carousel-item .carousel-content p a {
    font-family:"HelveticaNeueW01-55Roma";
    font-size:12px;
    text-decoration:none;
    color:#8f8b8b;
}

.mouthwash-carousel-item .carousel-content p a:hover {
    font-family:"HelveticaNeueW01-55Roma";
    font-size:12px;
    color:#00a3db;
    text-decoration:none;
}

.japan-new-font .mouthwash-carousel-item .carousel-content p ,
.japan-new-font .mouthwash-carousel-item .carousel-content p a ,
.japan-new-font  .mouthwash-carousel-item .carousel-content p a:hover {
    font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.poland-new-font .mouthwash-carousel-item .carousel-content p ,
.poland-new-font .mouthwash-carousel-item .carousel-content p a ,
.poland-new-font  .mouthwash-carousel-item .carousel-content p a:hover {
    font-family:"HelveticaNeueW02-45Ligh";
}

.slovakia-new-font .mouthwash-carousel-item .carousel-content p ,
.slovakia-new-font .mouthwash-carousel-item .carousel-content p a ,
.slovakia-new-font  .mouthwash-carousel-item .carousel-content p a:hover {
    font-family:"HelveticaNeueW02-45Ligh";
}
.czech-new-font .mouthwash-carousel-item .carousel-content p ,
.czech-new-font .mouthwash-carousel-item .carousel-content p a ,
.czech-new-font  .mouthwash-carousel-item .carousel-content p a:hover {
    font-family:"HelveticaNeueW02-45Ligh";
}
.russia-new-font .mouthwash-carousel-item .carousel-content p ,
.russia-new-font .mouthwash-carousel-item .carousel-content p a ,
.russia-new-font  .mouthwash-carousel-item .carousel-content p a:hover {
    font-family:"Helvetica LT W10 Roman1489442";
}
/* tooth brush */
.toothbrush-carousel-item  ul .carousel-slide {
    clear: none !important;
    position: relative !important;
}
.toothbrush-carousel-item  {
    margin-top: 0;
    max-width:940px;
    height:144px;
    margin:60px auto 0 auto;
    border:none;
    border-bottom:1px solid rgba(143, 139, 139, .4);
    background-color:transparent;
    padding:0;
    overflow:hidden;
}
.toothbrush-carousel-item  .carousel-slides {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 940px;
    text-align:center;
    min-height:148px;
}
.toothbrush-carousel-item  .carousel-slides li{
    float: none;
    margin: 0px 0 0px 0;
    max-width: 124px;
    padding-top: 0px;
    padding-left: 1px;
    padding-right: 0;
    text-align: center;
    display:inline-block !important;
    background: url(../../img/divider-carousel.png) left 8px no-repeat;
}
.toothbrush-carousel-item  .carousel-slides li:nth-child(1){
    background:none;
}
.toothbrush-carousel-item  .carousel-content {

    max-width: 100%;
    padding: 0;
    text-align: center;
    margin:0 auto;
    width:100%;
}


.toothbrush-carousel-item  .carousel-slides li .carousel-cover {
    border: 0 none;
    cursor: pointer;
    margin-top:0;
    max-width:100%;
    float:none;

}
.toothbrush-carousel-item  .carousel-nav {
    display: none;
}

.toothbrush-carousel-item .carousel-content p {
    font-family:"HelveticaNeueW01-55Roma";
    font-size:12px;
    color:#8f8b8b;
    margin-top:10px;
}
.toothbrush-carousel-item .carousel-content p a {
    font-family:"HelveticaNeueW01-55Roma";
    font-size:12px;
    text-decoration:none;
    color:#8f8b8b;
}

.toothbrush-carousel-item .carousel-content p a:hover {
    font-family:"HelveticaNeueW01-55Roma";
    font-size:12px;
    color:#00a3db;
    text-decoration:none;
}

.japan-new-font .toothbrush-carousel-item .carousel-content p ,
.japan-new-font .toothbrush-carousel-item .carousel-content p a  ,
.japan-new-font  .toothbrush-carousel-item .carousel-content p a:hover {
    font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.poland-new-font .toothbrush-carousel-item .carousel-content p ,
.poland-new-font .toothbrush-carousel-item .carousel-content p a  ,
.poland-new-font  .toothbrush-carousel-item .carousel-content p a:hover {
    font-family:"HelveticaNeueW02-45Ligh";
}

.slovakia-new-font .toothbrush-carousel-item .carousel-content p ,
.slovakia-new-font .toothbrush-carousel-item .carousel-content p a  ,
.slovakia-new-font  .toothbrush-carousel-item .carousel-content p a:hover {
    font-family:"HelveticaNeueW02-45Ligh";
}
.czech-new-font .toothbrush-carousel-item .carousel-content p ,
.czech-new-font .toothbrush-carousel-item .carousel-content p a  ,
.czech-new-font  .toothbrush-carousel-item .carousel-content p a:hover {
    font-family:"HelveticaNeueW02-45Ligh";
}
.russia-new-font .toothbrush-carousel-item .carousel-content p ,
.russia-new-font .toothbrush-carousel-item .carousel-content p a  ,
.russia-new-font  .toothbrush-carousel-item .carousel-content p a:hover {
    font-family:"Helvetica LT W10 Roman1489442";
}
.product-carousel-item.sensodyne-carousel{
    margin-top: 0;
    max-width:940px;
    height:148px;
    margin:0 auto;
    border:none;
    border-bottom:1px solid rgba(143, 139, 139, .4);
    background-color:transparent;
    padding:0;
    overflow:hidden;
}
.co-locale .product-carousel-item.sensodyne-carousel {
    padding-bottom:20px;
}
.product-carousel-item.sensodyne-carousel .carousel-slides {
    width: 9999px;
}
.product-carousel-item.sensodyne-carousel .carousel-slides li{
    float: left;
    max-width: 188px;

}


@media only screen and (max-width: 959px) {
    .product-carousel-item   > .component-content {
        max-width: 100%;
    }
    .product-carousel-item .carousel-slides {
        width:100%;
    }
    .product-carousel-item .carousel-slides li{
        max-width:134px;
    }
    .product-carousel-item.product-carousel   {
        max-width: 96%;
    }
    .toothbrush-carousel-item  .carousel-slides {
        width:100%;
    }
    .toothbrush-carousel-item .carousel-slides li{
        max-width:134px;
    }

    .mouthwash-carousel-item  .carousel-slides {
        width:100%;
    }
    .mouthwash-carousel-item .carousel-slides li{
        max-width:134px;
    }

}
@media only screen and (max-width: 767px) {
    /* line 175, ../../sass/components/carousel/_carousel-base.scss */
    .carousel-cover {
        max-width: 100%;
        float: none;
        margin: auto;
        display: block;
    }

    /* line 181, ../../sass/components/carousel/_carousel-base.scss */
    .carousel-content {
        max-width: 100%;
        float: none;
    }

    /* line 186, ../../sass/components/carousel/_carousel-base.scss */
    .carousel-nav li {
        display: none;
    }
    /* line 189, ../../sass/components/carousel/_carousel-base.scss */
    .carousel-nav .carousel-nav-prev,
    .carousel-nav .carousel-nav-next {
        display: block;
    }

}
@media only screen and (max-width: 767px) {
    .product-carousel-item.sensodyne-carousel .carousel-slides li{
        max-width:192px;
    }
    .prod-right-arrow{
        right:10px;
    }
    .prod-left-arrow{
        left:10px;
    }
    .product-carousel-item.product-carousel {
        max-width:100%;
    }
    .toothbrush-carousel-item{
        margin:30px auto 0 auto;
    }
    .mouthwash-carousel-item{
        margin:30px auto 0 auto;
    }
    .toothbrush-carousel-item  .carousel-slides {
        width: 100%;
    }
    .toothbrush-carousel-item .carousel-slides li{
        max-width: 132px;
    }
    /* amar mobile css end here */
}
@media only screen and (max-width: 740px) {
    .product-carousel-item.sensodyne-carousel .carousel-slides li{
        max-width:182px;
    }
}
@media only screen and (max-width: 700px) {
    .product-carousel-item.sensodyne-carousel .carousel-slides li{
        max-width:174px;
    }
}
@media only screen and (max-width: 670px) {
    .product-carousel-item.sensodyne-carousel .carousel-slides li{
        max-width:166px;
    }
}
@media only screen and (max-width: 650px) {
    .product-carousel-item.sensodyne-carousel .carousel-slides li{
        max-width:160px;
    }
    .toothbrush-carousel-item .carousel-slides li{
        max-width: 128px;
    }
}
@media only screen and (max-width: 630px) {
    .product-carousel-item.sensodyne-carousel .carousel-slides li{
        max-width:154px;
    }
}
@media only screen and (max-width: 610px) {
    .product-carousel-item.sensodyne-carousel .carousel-slides li{
        max-width:200px;
    }
    .toothbrush-carousel-item .carousel-slides li{
        max-width: 124px;
    }
}
@media only screen and (max-width: 580px) {
    .product-carousel-item.sensodyne-carousel .carousel-slides li{
        max-width:190px;
    }
}
@media only screen and (max-width: 568px) {
    .product-carousel-item .carousel-slides{
        width:9999px;
    }
    .product-carousel-item .carousel-slides li{
        float:left;
    }
    .product-carousel-item .carousel-slides li{
        max-width:188px;
    }
    .toothbrush-carousel-item .carousel-slides{
        width:9999px;
    }
    .toothbrush-carousel-item .carousel-slides li{
        float:left;
        max-width: 166px;
    }
}
@media only screen and (max-width: 550px) {
    .product-carousel-item.sensodyne-carousel .carousel-slides li, .product-carousel-item .carousel-slides li{
        max-width:182px;
    }
    .toothbrush-carousel-item .carousel-slides li{
        max-width: 158px;
    }
}

@media only screen and (max-width: 530px) {
    .product-carousel-item.sensodyne-carousel .carousel-slides li,.product-carousel-item .carousel-slides li{
        max-width:174px;
    }
    .toothbrush-carousel-item .carousel-slides li{
        max-width:152px;
    }
}
@media only screen and (max-width: 510px) {
    .product-carousel-item.sensodyne-carousel .carousel-slides li,.product-carousel-item .carousel-slides li{
        max-width:170px;
    }
    .toothbrush-carousel-item .carousel-slides li{
        max-width:146px;
    }
}

@media only screen and (max-width: 495px) {
    .toothbrush-carousel-item .carousel-slides li{
        max-width:142px;
    }
}

@media only screen and (max-width: 490px) {
    .product-carousel-item.sensodyne-carousel .carousel-slides li, .product-carousel-item .carousel-slides li{
        max-width:246px;
    }
    .toothbrush-carousel-item .carousel-slides li{
        max-width:208px;
    }
}
@media(min-width: 490px) and (max-width: 568px) {
    .page-true-white1 .product-carousel-item.product-carousel {
        max-width: 66%
    }
    .page-true-white22 .product-carousel-item.product-carousel {
        max-width: 66%
    }

}
@media only screen and (max-width: 470px) {
    .product-carousel-item.sensodyne-carousel .carousel-slides li, .product-carousel-item .carousel-slides li{
        max-width:230px;
    }

    .toothbrush-carousel-item .carousel-slides li{
        max-width:200px;
    }
}
@media only screen and (max-width: 460px) {
    .toothbrush-carousel-item .carousel-slides li{
        max-width:194px;
    }
}
@media only screen and (max-width: 450px) {
    .product-carousel-item.sensodyne-carousel .carousel-slides li, .product-carousel-item .carousel-slides li{
        max-width:224px;
    }
}
@media only screen and (max-width: 440px) {
    .product-carousel-item.sensodyne-carousel .carousel-slides li, .product-carousel-item .carousel-slides li{
        max-width:215px;
    }
}

@media only screen and (max-width: 430px) {
    .toothbrush-carousel-item .carousel-slides li{
        max-width:186px;
    }
}

@media only screen and (max-width: 410px) {
    .product-carousel-item.sensodyne-carousel .carousel-slides li, .product-carousel-item .carousel-slides li{
        max-width:204px;
    }
    .toothbrush-carousel-item .carousel-slides li{
        max-width:174px;
    }
}
@media only screen and (max-width: 400px) {
    .product-carousel-item.sensodyne-carousel .carousel-slides li, .product-carousel-item .carousel-slides li{
        max-width:196px;
    }
}

@media only screen and (max-width: 380px) {
    .product-carousel-item.sensodyne-carousel .carousel-slides li, .product-carousel-item .carousel-slides li{
        max-width:188px;
    }
    .toothbrush-carousel-item .carousel-slides li{
        max-width:162px;
    }
}

@media only screen and (max-width: 360px) {
    .product-carousel-item.sensodyne-carousel .carousel-slides li, .product-carousel-item .carousel-slides li{
        max-width:180px;
    }
    .toothbrush-carousel-item .carousel-slides li{
        max-width:156px;
    }
}

@media only screen and (max-width: 350px) {
    .product-carousel-item.sensodyne-carousel .carousel-slides li, .product-carousel-item .carousel-slides li{
        max-width:172px;
    }
    .toothbrush-carousel-item .carousel-slides li{
        max-width:148px;
    }

}
@media only screen and (max-width: 340px) {
    .product-carousel-item.sensodyne-carousel .carousel-slides li, .product-carousel-item .carousel-slides li{
        max-width:166px;
    }


}

@media only screen and (max-width: 330px) {
    .toothbrush-carousel-item .carousel-slides li{
        max-width:142px;
    }

}



@media only screen and (max-width: 320px) {
    .product-carousel-item.sensodyne-carousel .carousel-slides li, .product-carousel-item .carousel-slides li{
        max-width:160px;
    }
    .prod-right-arrow{
        right:10px;
    }
    .prod-left-arrow{
        left:10px;
    }
    .product-carousel-item.product-carousel {
        max-width:100%;
    }
    .toothbrush-carousel-item{
        margin:30px auto 0 auto;
    }
    .mouthwash-carousel-item{
        margin:30px auto 0 auto;
    }
    .toothbrush-carousel-item  .carousel-slides {
        width: 9999px;
    }
    .toothbrush-carousel-item .carousel-slides li{
        max-width: 140px;
        float: left;
    }
    /* amar mobile css end here */
}


/* Sensodyne singapore USIM10014443803  starts */

.sg-locale .sensodyne-txt .large-txt sup {
    margin-left: -18px !important;
}

.sg-promo-panel {
    margin-bottom: 60px;
}

.sg-locale .product-side-txt-new li:nth-child(1) {
    width: 100% !important;
    padding-bottom: 10px !important;
}
/* Sensodyne singapore USIM10014443803  ends */

/* Sensodyne Colombia USIM10014613399 USIM10014690734  starts */


@media only screen and (max-width: 767px){
    .page-home.co-locale .banner-box {
        display: none;
    }
    
    .page-home.co-locale .enamel-carousel-new-mobile {
        border: none !important;
        background-color: #FFF !important;
        padding: 0 !important;
    }

    .page-home.co-locale .enamel-carousel-new-mobile .carousel-slides {
        min-height: 101px !important;
    }
    .page-home.co-locale .carousel-new{
        display:none;
    }

}
@media only screen and (min-width: 768px){
    .page-home.co-locale .enamel-carousel-new-mobile {
        display:  none;
    }

    .page-home.co-locale .carousel-new .carousel-slides {
        min-height: 372px !important;
    }
    .page-home.co-locale .carousel-new .component-content {
        max-width: 100% !important;
    }
}


.page-home.co-locale .carousel-new {
    border: none !important;
    background-color: white !important;
    padding: 60px 0px !important;
}


.page-home.co-locale .carousel-new .carousel-nav-next a {
    position: relative;
    margin-top: 21px;
    margin-left: 130px;
    opacity: 0.9;
    background-image: url(../../../../../../../content/dam/cf-consumer-healthcare/sensodyne/master/Pronamel/RightArrow_mb.png) ;
    background-size: 85%;
    padding-right: 65%;
    padding-left: 80%;
    background-repeat: no-repeat;
    padding-top: 151%;
    padding-bottom: 94%;
    background-position: 50% 50%;
    display: inherit;
    right: 756%;
    border: none;
}
:lang(es-CO) .page-home.co-locale .carousel-new .carousel-nav-prev a,
:lang(es-CO) .page-home.co-locale .carousel-new .carousel-nav-next a
{
    margin-top: 0;
    /*    background-image: none!important;*/
}
:lang(es-CO) .page-home.co-locale .carousel-new .carousel-nav-prev,
:lang(es-CO) .page-home.co-locale .carousel-new .carousel-nav-next
{
    background-image: none;

}
@media (min-width: 320px) and (max-width: 767px){
    :lang(es-CO) .page-home.co-locale .carousel-nav-prev,
    :lang(es-CO) .page-home.co-locale .carousel-nav-next
    {
        /*        display: none;*/
        background: none;
    }
}
.page-home.co-locale .carousel-new .carousel-nav-prev a {
    position: relative;
    margin-top: 21px;
    margin-left: 13px;
    opacity: 0.9;
    background-image: url(../../../../sensodyne/desktop/img/arrow-big-left.png);
    background-size: 85%;
    padding-right: 65%;
    padding-left: 80%;
    background-repeat: no-repeat;
    padding-top: 151%;
    padding-bottom: 94%;
    background-position: 50% 50%;
    display: inherit;
    left: -105%;
    border: none;
}

.page-home.co-locale .carousel-new .carousel-nav {
    margin-top: 5px !important;
}


@media only screen and (min-width: 400px) and (max-width: 414px){
    .co-locale .enamel-carousel-new-mobile img {
        width: 414px !important;
    }
}
/* Sensodyne Colombia USIM10014613399 USIM10014690734 ends */

/* USIM10014623729 sensodyne india starts */
@media only screen and (max-width: 767px){
    .page-products.page-repair-and-protect-toothpaste.india-locale-box #img1,.page-products.page-repair-and-protect-toothpaste.india-locale-box #img2,.page-products.page-repair-and-protect-toothpaste.india-locale-box #img3 {
        height: 135px !important;
    }

    .page-products.page-repair-and-protect-toothpaste.india-locale-box iframe#sensitivityvideo {
        width: 100%;
        height: 100%;
    }
}

/* USIM10014623729 sensodyne india ends */
/*Sensodyne Nitro Campaign */
@media only screen and (min-width: 320px) and (max-width: 767px){
    .Sensodyne-Nitro-product-box .product-carousel-item.sensodyne-carousel .carousel-slides {
        width: 9999px;
        margin-left: 0em;
    }
    .Sensodyne-Nitro-product-box .right-box .product-buy-txt.component {
        width: 54% !important;
        margin-left: 6em !important;
        margin-top: 4em;
        float: left;
        margin-right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px){
    .Sensodyne-Nitro-product-box .product-carousel-item.sensodyne-carousel .carousel-slides {
        width: 9999px;
        margin-left: 4em;
    }
}
/*Sensodyne Nitro Campaign */

@media only screen and (min-width: 768px) {
    :lang(es-PE) .page-home .carousel-new .component-content {
        max-width: 100% !important;
    }
}

:lang(es-PE) .page-home .carousel-new .carousel-nav-prev,
:lang(es-PE) .page-home .carousel-new .carousel-nav-next {
    background-image: none;

}

:lang(nl-NL) .page-caring-for-enamel .carousel .carousel-nav-prev a,
:lang(nl-NL) .page-caring-for-enamel .carousel .carousel-nav-next a {
    background-image: none !important;
    padding: 0;
    margin: 0;
    left: auto;
    right: auto;
    top: auto;
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    :lang(nl-NL) .page-caring-for-enamel .carousel .carousel-nav-prev,
    :lang(nl-NL) .page-caring-for-enamel .carousel .carousel-nav-next {
        position: absolute;
        top: 100px;
    }
}

/* Peru locale */
@media only screen and (max-width: 767px) {
    :lang(es-PE) .page-home .banner-box {
        display: none;
    }

    :lang(es-PE) .page-home .enamel-carousel-new-mobile {
        border: none !important;
        background-color: #FFF !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    :lang(es-PE) .page-home .enamel-carousel-new-mobile .carousel-slides {
        min-height: 101px !important;
    }

    :lang(es-PE) .page-home .carousel-new {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    :lang(es-PE) .page-home .enamel-carousel-new-mobile {
        display: none;
    }

    :lang(es-PE) .page-home .carousel-new .carousel-slides, :lang(es-CO) .page-home .carousel-new .carousel-slides {
        min-height: 0 !important;
    }

    :lang(es-PE) .page-home .carousel-new .component-content {
        max-width: 100% !important;
    }
}

:lang(es-PE) .page-home .carousel-new {
    border: none !important;
    background-color: white !important;
    padding: 60px 0 !important;
}

:lang(es-PE) .page-home .carousel-new .carousel-nav-next a {
    position: relative;
    margin-top: -14px; 
    margin-left: 130px;
    opacity: 0.9;
    background-image: url(../../../../../../../content/dam/cf-consumer-healthcare/sensodyne/master/Pronamel/RightArrow_mb.png);
    background-size: 85%;
    background-repeat: no-repeat;
    padding: 151% 65% 94% 80%;
    background-position: 50% 50%;
    display: inherit;
    right: 756%;
    border: none;
}

:lang(es-PE) .page-home .carousel-new .carousel-nav-prev a {
    position: relative;
    /* margin-top: 21px; */
    margin-left: 13px;
    opacity: 0.9;
    background-image: url(../../../../sensodyne/desktop/img/arrow-big-left.png);
    background-size: 85%;
    background-repeat: no-repeat;
    padding: 151% 65% 94% 80%;
    background-position: 50% 50%;
    display: inherit;
    left: -105%;
    border: none;
}

:lang(es-PE) .page-home .carousel-new .carousel-nav {
    margin-top: 5px;
}

@media (min-width: 320px) and (max-width: 767px) {
    :lang(es-PE) .page-home .carousel-nav-prev,
    :lang(es-PE) .page-home .carousel-nav-next {
        background: none;
    }
}/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.coupons {
  padding: 10px;
  border: 1px solid #D5D1CE;
  position: relative;
  margin-bottom: 10px; }
  .coupons .couponsImage {
    float: left;
    width: 30%;
    margin-right: 10px; }
  .coupons .couponsDescription {
    float: left;
    width: 60%; }
  .coupons .couponsContainer .button, .coupons .couponsContainer a.lightbox {
    bottom: 10px;
    position: absolute;
    right: 25px; }

.overlay-content-inner a.couponCancel, .overlay-content-inner a.couponSubmit {
  background-color: #f36633;
  border-radius: 3px;
  color: white;
  padding: 8px 20px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block; }
  .overlay-content-inner a.couponCancel:hover, .overlay-content-inner a.couponSubmit:hover {
    background-color: #939191;
    color: white; }
  .overlay-content-inner a.couponCancel:active, .overlay-content-inner a.couponSubmit:active {
    background-color: #939191;
    color: white; }
.digitalWallet .hidden {
  display: none; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/divider/_divider-base.scss */
.divider {
  background: rgba(143, 139, 139, .4);
  height: 1px;
  background-size: 0;
  margin: 0 0;
}

/* line 11, ../../sass/components/divider/_divider-base.scss */
.divider.float-breaker {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
  height: auto;
}

.product-divider {
text-align:center;
width:100%;
margin-bottom:100px;
position:relative;
float:left;
margin-left:2%;
color:#8f8b8b;
font-size:14px;
margin-top:-70px;
}
.product-divider::after {
content:'';
width:41%;
height:1px;
position:absolute;
right:0;
top:11px;
font-size:0;
background: rgba(143, 139, 139, .4);
}
.product-divider::before {
content:'';
width:41%;
height:1px;
position:absolute;
left:0;
top:11px;
font-size:0;
background: rgba(143, 139, 139, .4);
}
.product-divider-top {
text-align:center;
width:100%;
margin-bottom:100px;
position:relative;
float:left;
margin-left: 0; /** Niraja **/
margin-right: 1%;/** Niraja **/
color:#8f8b8b;
font-size:14px;
margin-top:70px;
}
.product-divider-top::after {
content:'';
width:41%;
height:1px;
position:absolute;
right:0;
top:11px;
font-size:0;
background: rgba(143, 139, 139, .4);
}
.product-divider-top::before {
content:'';
width:41%;
height:1px;
position:absolute;
left:0;
top:11px;
font-size:0;
background: rgba(143, 139, 139, .4);
}


.product-divider-landing { /* AJ 24/15 */
text-align:center;
width:940px;
margin-bottom:96px;
position:relative;
float:none;
margin-left:auto;
color:#8f8b8b;
font-size:14px;
margin-top:70px;
margin-right:auto;
}
.product-divider-landing::after {
content:'';
width:39%;
height:1px;
position:absolute;
right:0;
top:11px;
font-size:0;
background: rgba(143, 139, 139, .4);
}
.product-divider-landing::before {
content:'';
width:39%;
height:1px;
position:absolute;
left:0;
top:11px;
font-size:0;
background: rgba(143, 139, 139, .4);
}
.tagBasedFilterResults.component > .product-divider:nth-child(13)::after{
width:39%;
}
.tagBasedFilterResults.component > .product-divider:nth-child(13)::before{
width:39%;
}
.divider.enamel-divider {
  background: rgba(143, 139, 139, .4);
  height: 1px;
  background-size: 0;
  margin: 28px 0 18px 0;
  float:left;
  width:100%;
}
.mobile-related-txt{
display:none;
}
.product-box-filter.us-product-box-filter  .product-divider{
margin-top:84px;
}
.product-box-filter.us-product-box-filter .repair-and-protection-text.product-divider{
margin-top:-65px;
}
.product-box-filter.us-product-box-filter  .complete-protection-text.product-divider{
margin-top:-33px;
}
.product-box-filter.us-product-box-filter  .pronamel-text.product-divider{
margin-top:94px;
}
.product-box-filter.us-product-box-filter  .product-divider{
margin-top:84px;
}
.product-box-filter.us-product-box-filter .whitening-text.product-divider{
margin-top:94px;
margin-bottom:45px;
}

@media only screen and (max-width: 959px) {

.product-divider-landing {

width:94%;

}
.product-divider-landing::after {

width:35%;

}
.product-divider-landing::before {

width:35%;
}
.product-divider::after {
width:35%;
}
.product-divider::before {
width:35%;
}
.product-divider {
margin-left:0
}

}
@media only screen and (max-width: 767px) {
.divider.enamel-divider {
display:none !important;
}
.product-divider-top{
font-size:12px;
margin-top:32px;
margin-bottom:50px;
}
.product-divider-top::before,.product-divider-top::after{
width:39%;
top:9px;
}
.product-divider {
font-size:12px;
margin-top:10px;
margin-bottom:56px;
}
.product-divider::before,.product-divider::after{
width:30%;
top:9px;
}
.repair-and-protection-text.product-divider::before, .repair-and-protection-text.product-divider::after{
width:38%;
top:9px;
}
.complete-protection-text.product-divider::before, .complete-protection-text.product-divider::after{
width:37% !important;
top:9px;
}
.pronamel-text.product-divider::before, .pronamel-text.product-divider::after{
width:42% !important;
top:9px;
}
.faq-box.component .divider{
display:none;
}
.mobile-related-txt{
display:block;
text-align:center;
width:100%;
margin-bottom:36px;
position:relative;
float:left;
margin-left:0;
color:#8f8b8b;
font-size:12px;
text-transform:uppercase;
margin-top:33px;
}
.mobile-related-txt::after {
content:'';
width:39%;
height:1px;
position:absolute;
right:0;
top:9px;
font-size:0;
background: rgba(143, 139, 139, .4);
}
.mobile-related-txt::before {
content:'';
width:39%;
height:1px;
position:absolute;
left:0;
top:9px;
font-size:0;
background: rgba(143, 139, 139, .4);
}
.product-divider-landing{
margin-bottom:30px;
margin-top:33px;
font-size:12px;
width:86%;
}
.product-divider-landing > .component-content{
max-width:100%;
}
.product-divider-landing::before, .product-divider-landing::after{
width:36%;
top:8px;
}
.product-box-filter.us-product-box-filter .repair-and-protection-text.product-divider{
margin-top:0;
}
.product-box-filter.us-product-box-filter  .complete-protection-text.product-divider{
margin-top:0;
}
.product-box-filter.us-product-box-filter  .pronamel-text.product-divider{
margin-top:0;
}
.product-box-filter.us-product-box-filter  .product-divider{
margin-top:30px;
}
.product-box-filter.us-product-box-filter .whitening-text.product-divider{
margin-top:0;
}

}
@media only screen and (max-width: 670px) {
.mobile-related-txt::after, .mobile-related-txt::before {
width:37%;
}
.product-divider-landing::before, .product-divider-landing::after{
width:34%;
}
}
@media only screen and (max-width: 640px) {
.complete-protection-text.product-divider::before, .complete-protection-text.product-divider::after{
width:36% !important;
}

}
@media only screen and (max-width: 600px) {
.product-divider-top::before,.product-divider-top::after{
width:38%;
}
.repair-and-protection-text.product-divider::before, .repair-and-protection-text.product-divider::after{
width:36%;
}
.complete-protection-text.product-divider::before, .complete-protection-text.product-divider::after{
width:35% !important;
}
.product-divider-landing::before, .product-divider-landing::after{
width:32%;
}

}

@media only screen and (max-width: 568px) {
.product-divider-top::before,.product-divider-top::after{
width:37%;
}
.repair-and-protection-text.product-divider::before, .repair-and-protection-text.product-divider::after{
width:35%;
}
.complete-protection-text.product-divider::before, .complete-protection-text.product-divider::after{
width:34% !important;
}
.pronamel-text.product-divider::before, .pronamel-text.product-divider::after{
width:41% !important;
}
.mobile-related-txt::after, .mobile-related-txt::before {
width:35%;
}
.product-divider-landing::before, .product-divider-landing::after{
width:30%;
}

}

@media only screen and (max-width: 500px) {
.product-divider-top::before,.product-divider-top::after{
width:35%;
}
}
@media only screen and (max-width: 490px) {
.mobile-related-txt::after, .mobile-related-txt::before {
width:33%;
}
}

@media only screen and (max-width: 480px) {
.product-divider-top::before,.product-divider-top::after{
width:33%;
}
.repair-and-protection-text.product-divider::before, .repair-and-protection-text.product-divider::after{
width:33%;
}
.complete-protection-text.product-divider::before, .complete-protection-text.product-divider::after{
width:32% !important;
}
.pronamel-text.product-divider::before, .pronamel-text.product-divider::after{
width:39% !important;
}
.product-divider-landing::before, .product-divider-landing::after{
width:28%;
}
}
@media only screen and (max-width: 430px) {
.mobile-related-txt::after, .mobile-related-txt::before {
width:31%;
}
.product-divider-landing::before, .product-divider-landing::after{
width:26%;
}
}
@media only screen and (max-width: 390px) {
.product-divider-landing::before, .product-divider-landing::after{
width:22%;
}
}

@media only screen and (max-width: 375px) {
.product-divider-top::before,.product-divider-top::after{
width:29%;
}
.repair-and-protection-text.product-divider::before, .repair-and-protection-text.product-divider::after{
width:28%;
}
.complete-protection-text.product-divider::before, .complete-protection-text.product-divider::after{
width:26% !important;
}
.pronamel-text.product-divider::before, .pronamel-text.product-divider::after{
width:36% !important;
}
.mobile-related-txt::after, .mobile-related-txt::before {
width:29%;
}
}

@media only screen and (max-width: 360px) {
.product-divider-top::before,.product-divider-top::after{
width:27%;
}
.repair-and-protection-text.product-divider::before, .repair-and-protection-text.product-divider::after{
width:27%;
}
.complete-protection-text.product-divider::before, .complete-protection-text.product-divider::after{
width:24% !important;
}
.pronamel-text.product-divider::before, .pronamel-text.product-divider::after{
width:36% !important;
}
.mobile-related-txt::after, .mobile-related-txt::before {
width:27%;
}
.product-divider-landing::before, .product-divider-landing::after{
width:20%;
}

}
@media only screen and (max-width: 320px) {
.product-divider-top{
font-size:12px;
margin-top:32px;
margin-bottom:50px;
}
.product-divider-top::before,.product-divider-top::after{
width:26%;
top:9px;
}
.product-divider {
font-size:12px;
margin-top:10px;
margin-bottom:56px;
}
.product-divider::before,.product-divider::after{
width:30%;
top:9px;
}
.repair-and-protection-text.product-divider::before, .repair-and-protection-text.product-divider::after{
width:23%;
top:9px;
}
.complete-protection-text.product-divider::before, .complete-protection-text.product-divider::after{
width:20% !important;
top:9px;
}

.pronamel-text.product-divider::before, .pronamel-text.product-divider::after{
width:35% !important;
top:9px;
}
.faq-box.component .divider{
display:none;
}
.mobile-related-txt::after, .mobile-related-txt::before {
width:25%;
}
.product-divider-landing{
margin-bottom:30px;
margin-top:33px;
font-size:12px;
}
.product-divider-landing::before, .product-divider-landing::after{
width:18%;
top:8px;
}
}

:lang(nl-NL) .product-divider::before,
:lang(nl-NL) .pronamel-text.product-divider::before,
:lang(nl-NL) .product-divider-top::before {
    width: 100% !important;
    margin: 0 !important;
}

:lang(nl-NL) .product-divider::after,
:lang(nl-NL) .product-divider-top::after {
    display: none !important;
}

:lang(nl-NL) .product-divider p,
:lang(nl-NL) .product-divider h2,
:lang(nl-NL) .product-divider-top p,
:lang(nl-NL) .product-divider-top h2 {
    display: inline-block;
    padding: 0 20px;
    background: #fff;
    position: relative;
    margin: 0;
    color: #8f8b8b;
    font-size: 14px;
    font-family: "HelveticaNeueW01-55Roma";
    font-weight: normal;
}

:lang(es-ES) .divider-txt::before {
    width: 100% !important;
    margin: 0 !important;
}

:lang(es-ES) .divider-txt::after {
    display: none !important;
}

:lang(es-ES) .divider-txt p {
    display: inline-block;
    padding: 0 20px;
    background: #fff;
    position: relative;
}/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/fileList/_fileList-base.scss */
.fileList-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 7, ../../sass/components/fileList/_fileList-base.scss */
.fileList-date {
  margin-bottom: 10px;
  color: #868484;
}

/* line 12, ../../sass/components/fileList/_fileList-base.scss */
.fileList-file {
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 17, ../../sass/components/fileList/_fileList-base.scss */
.fileList-description {
  overflow: hidden;
}

/* line 21, ../../sass/components/fileList/_fileList-base.scss */
.fileList-title {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 25, ../../sass/components/fileList/_fileList-base.scss */
.fileList-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 31, ../../sass/components/fileList/_fileList-base.scss */
.fileList-thumbnail {
  max-width: 100px;
  float: left;
  margin-right: 15px;
}

/* line 37, ../../sass/components/fileList/_fileList-base.scss */
.fileList-download {
  text-align: right;
}

/* line 41, ../../sass/components/fileList/_fileList-base.scss */
.fileList-download-size {
  color: #868484;
  display: block;
}

@media only screen and (max-width: 767px) {
  /* line 47, ../../sass/components/fileList/_fileList-base.scss */
  .fileList-thumbnail {
    float: none;
    margin: auto;
    display: block;
  }
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.filterableBox {
  position: relative;
  margin-left: 10px; }
  .filterableBox .filterableBox__header {
    display: flex; }
    .filterableBox .filterableBox__header .header__item {
      margin-right: 20px; }
    .filterableBox .filterableBox__header .header__searchWrapper .searchWrapper__search-box {
      height: 100%;
      padding: 0; }
    .filterableBox .filterableBox__header .header__sortMenu .sortMenu__label {
      background-color: #f36633;
      color: white;
      border: none;
      cursor: pointer;
      padding: 10px 20px;
      text-decoration: none;
      margin: auto; }
    .filterableBox .filterableBox__header .header__sortMenu .sortMenu__items {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
      z-index: 1;
      margin-top: 10px;
      padding-inline-start: 0; }
      .filterableBox .filterableBox__header .header__sortMenu .sortMenu__items .sortMenu__item {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        cursor: pointer; }
        .filterableBox .filterableBox__header .header__sortMenu .sortMenu__items .sortMenu__item:hover {
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5); }
        .filterableBox .filterableBox__header .header__sortMenu .sortMenu__items .sortMenu__item.active {
          font-weight: bold; }
  .filterableBox .filterableBox__content {
    margin-top: 20px; }
    .filterableBox .filterableBox__content .content__noResultFound {
      display: none; }
    .filterableBox .filterableBox__content .content {
      display: flex;
      flex-wrap: wrap; }
      .filterableBox .filterableBox__content .content .indexable-component {
        padding: 10px; }
        .filterableBox .filterableBox__content .content .indexable-component:first-child {
          margin-right: 20px; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/flash/_flash-base.scss */
.flash {
  text-align: center;
}

/* line 7, ../../sass/components/flash/_flash-base.scss */
.flash object {
  max-width: 100%;
}

/* Flash is not installed */
/* line 12, ../../sass/components/flash/_flash-base.scss */
.flash-missing {
  margin: 0 auto;
}

/* line 16, ../../sass/components/flash/_flash-base.scss */
.flash .seoDescription {
  display: none;
}
.footer {
  background: none;
  color: inherit; }
  .footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .footer .img-link {
    border: solid 2px transparent;
    display: block; }
    .footer .img-link:focus {
      border: solid 2px red; }

.footer-bar {
  padding: 1rem 0 0; }

.footer-sitemap {
  background: none; }

.footer-social {
  background: none; }

.footer-core {
  background: none; }

.footer-extra {
  background: none; }

.footer-navgroup__heading {
  color: inherit;
  font-size: inherit; }

.footer-navgroup li {
  padding: 0.25rem 0; }

.footer-navgroup li > a {
  color: red;
  text-decoration: none; }
  .footer-navgroup li > a:hover, .footer-navgroup li > a:focus {
    color: blue;
    text-decoration: underline; }

.footer-navgroup img {
  max-width: 100%; }

.footer-copyright {
  display: flex; }
  .footer-copyright__img {
    margin: 0 1rem 0 0; }
  .footer-copyright__text {
    font-size: inherit;
    color: inherit; }

.footer-navlist ul {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.footer-navlist li {
  padding: 0 0 0.25rem 0; }

.footer-navlist a {
  color: red;
  text-decoration: none; }
  .footer-navlist a:hover, .footer-navlist a:focus {
    color: blue;
    text-decoration: underline; }

.social-icons {
  max-width: 100%;
  margin: 0 auto; }
  .social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
  .social-icons li {
    margin: 0 0.4rem 0 0;
    position: relative; }
  .social-icons a {
    display: block;
    background: #000;
    border: solid 3px transparent;
    transition: all 0.5s ease; }
    .social-icons a:hover, .social-icons a:focus {
      background: black;
      border: solid 3px red; }
  .social-icons svg {
    position: absolute;
    left: 3px;
    top: 4px;
    fill: #FFF; }
  .social-icons--md svg {
    width: 32px; }
  .social-icons--md a {
    width: 40px;
    height: 40px; }

