/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 4, ../../sass/core/main.scss */























@font-face {
  font-family: 'FontAwesome';
  src: url('../../fonts/fontawesome-webfont.eot?v=#{$fa-version}');
  src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'),
    url('../../fonts/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'),
    url('../../fonts/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'),
    url('../../fonts/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg');
   font-weight: normal;
  font-style: normal;
}





#cq-emulator-content.firefox {
  background-color: white !important;
}

/* line 8, ../../sass/core/main.scss */
html, body {
  width: 100%;
  font-size: 14px;
}

/* line 13, ../../sass/core/main.scss */
body {
  /* ABHIRAM */
  background: url('../../img/background4.jpg') no-repeat fixed center top rgba(0, 0, 0, 0);
  line-height: 1.5;
  color: black;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  overflow: auto;
}



/* line 21, ../../sass/core/main.scss */
#wrapper,
.container {
  color: #323131;
  /* ABHIRAM COMMENTED - */
  /* background-color: #F5F5F5; */
}

/* line 27, ../../sass/core/main.scss */
#header {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 32, ../../sass/core/main.scss */
#footer {
  padding-bottom: 15px;
  padding-top: 15px;
}

/* BASE STYLES
----------------------------------------- */
/* line 40, ../../sass/core/main.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #323131;
  margin: 10px 0;
}

/* line 47, ../../sass/core/main.scss */
h1 {
  font-size: 2em;
}

/* line 51, ../../sass/core/main.scss */
h2 {
  font-size: 1.5em;
}

/* line 55, ../../sass/core/main.scss */
h3 {
  font-size: 1.17em;
}

/* line 59, ../../sass/core/main.scss */
h4 {
  font-size: 1em;
}

/* line 63, ../../sass/core/main.scss */
h5 {
  font-size: 0.83em;
}

/* line 67, ../../sass/core/main.scss */
h6 {
  font-size: 0.67em;
}

/* line 71, ../../sass/core/main.scss */
a {
  color: #323131;
  text-decoration: none;
}

/* line 76, ../../sass/core/main.scss */
a:hover {
  color: #868484;
}

/* line 80, ../../sass/core/main.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 89, ../../sass/core/main.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 95, ../../sass/core/main.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 101, ../../sass/core/main.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 109, ../../sass/core/main.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 120, ../../sass/core/main.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 127, ../../sass/core/main.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 132, ../../sass/core/main.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* LAYOUT STYLES
----------------------------------------- */
/* line 140, ../../sass/core/main.scss */
.component {
  clear: left;
  margin-bottom: 10px;
}

/* line 145, ../../sass/core/main.scss */
.component[class*="grid"] {
  clear: none;
}

/* line 149, ../../sass/core/main.scss */
.component[class*="grid"].alpha {
  clear: left;
}

/* line 153, ../../sass/core/main.scss */
.component-content {
  overflow: hidden;
  margin-bottom: 14px;
}

/* line 158, ../../sass/core/main.scss */
.component > .component-content {
  margin-bottom: 0;
}

/* ALERTS
-------------------------------------*/
/* line 165, ../../sass/core/main.scss */
.alert-list {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: disc;
}

/* line 172, ../../sass/core/main.scss */
.alert-list li {
  padding-left: 4px;
}

/* line 176, ../../sass/core/main.scss */
.alert {
  margin-bottom: 20px;
}

/* line 180, ../../sass/core/main.scss */
.alert-error {
  color: red;
}

/* UTILITIES
----------------------------------- */
/* line 187, ../../sass/core/main.scss */
.pull-right {
  float: right;
}

/* line 191, ../../sass/core/main.scss */
.pull-left {
  float: left;
}

/* line 195, ../../sass/core/main.scss */
.is-hidden {
  display: none !important;
  visibility: hidden !important;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
/* line 205, ../../sass/core/main.scss */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
/* line 216, ../../sass/core/main.scss */
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 226, ../../sass/core/main.scss */
.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
/* line 235, ../../sass/core/main.scss */
.clearfix {
  zoom: 1;
}

/* BUTTONS
----------------------------------*/
/* line 242, ../../sass/core/main.scss */
.button {
  background-color: #e1e1e1;
  border: 1px solid #656363;
  color: #323131;
  padding: 5px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
}

/* line 254, ../../sass/core/main.scss */
.lt-ie8 .button {
  display: inline;
}

/* line 258, ../../sass/core/main.scss */
.button:hover {
  background-color: #939191;
  color: white;
}
#header.main .headerLinks {float:right}


 @media only screen and (min-width: 960px) {
#header.main .aquafresh-logo1.grid_4{width:44%;margin-bottom:0;}
#header.main .aquafresh-logo2.grid_4{width:46%;margin-left:3px;margin-bottom:0;}
}
@media only screen and (min-width: 769px) and (max-width: 989px) {
  /* line 1471, ../../sass/core/grid960-responsive.scss */
  [class*="grid_"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }

  /* line 1477, ../../sass/core/grid960-responsive.scss */
  #wrapper {
    width: 100%;
    margin: 0;
  }

  /* line 1482, ../../sass/core/grid960-responsive.scss */
  #wrapper .main {
    width: 98%;
    padding: 0 1%;
  }
}

/******************************* Responsive media queries */
@media only screen and (max-width: 959px) {
  /* line 1434, ../../sass/core/grid960-responsive.scss */
  #wrapper {
    width: 100%;
  }

  /* line 1438, ../../sass/core/grid960-responsive.scss */
  #wrapper .main {
    width: 98%;
    padding: 0 1%;
  }

  /* line 1443, ../../sass/core/grid960-responsive.scss */
  .main {
    width: 100%;
  }

  /* line 1451, ../../sass/core/grid960-responsive.scss */
  [class*="grid_"],
  .main [class*="grid_"],
  .main [class*="grid_"].alpha,
  .main [class*="grid_"] [class*="grid_"],
  .main [class*="grid_"] [class*="grid_"].alpha {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1465, ../../sass/core/grid960-responsive.scss */
  .main [class*="grid_"]:first-child {
    margin-left: 0;
  }
}







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

  .navigation-mobile-menu {
      display: block !important;
  }
  .navigation-horizontal .navigation-branch.navigation-level1 {
    display: none;
    }
}





.sub_header {
  padding: 65px 0 35px 0;
  color: #fff;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  margin-top: 25px;

}
.sub_header img {
  margin-bottom: 0px;
}
.sub_header h2, .partners_logo_block h2, .fourth_colors h3, .white_bg h3  {
  font-size: 27px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.fourth_colors h3, .white_bg h3  {
  color: #00539e;
}
.bottom_title {
    font-size: 27px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #00539e;
}
.align_items h3, .sub_title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 27px;
  text-align: left;
}
.partners_logo_block {
  padding: 27px 40px 45px ;
}
.partners_logo_block h2{
  color: #fff;
  margin-bottom: 20px;
}



.red_scheme {
  color: #e02125;
}
.red_scheme h2, .red_scheme .partners_logo_block h2 {
  color: #fff;
  text-shadow: 0px 4px 0px  #d71414;
}
.red_scheme .align_items h3, .red_scheme .sub_title {
    color: #e02125;
}
.red_scheme .sub_header {
  background:  url('../../img/red_bg.png') no-repeat 0 0;
  background-size: contain;
  margin-left: -1px !important;
  z-index: 5;
}
.red_scheme .sub_header:after {
  background: #d81616;
  height: 22%;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  content: '';
  z-index: -1;
}

.red_scheme .partners_logo_block {
  background: #e02125;
}


.blue_scheme {
  color: #00539e;
}
.blue_scheme h2, .blue_scheme .partners_logo_block h2  {
  color: #fff;
  text-shadow: 0px 4px 0px  #1275ad;;
}
.blue_scheme .align_items h3, .blue_scheme .sub_title {
    color: #1275ad;
}
.blue_scheme .sub_header {
   background:  url('../../img/blue_bg.png') no-repeat 0 0;
   background-size: contain;
  margin-left: -1px !important;
  z-index: 5;
  position: relative;
  margin-top: 25px;
      padding-top: 135px;
}
.blue_scheme .sub_header:after {
  background: #2797d5;
  height: 12%;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  content: '';
  z-index: -1;
}
.blue_scheme .partners_logo_block {
  background: #3cb7fc;
}


.dark_blue_scheme {
  color: #417480;
}
.dark_blue_scheme h2, .dark_blue_scheme .partners_logo_block h2  {
  color: #fff;
  text-shadow: 0px 4px 0px  #2d5f6c;
}
.dark_blue_scheme .align_items h3, .dark_blue_scheme .sub_title {
    color: #417480;
}
.dark_blue_scheme .sub_header {
   background:  url('../../img/dark_blue_bg.png') no-repeat 0 0;
   background-size:contain;
  margin-left: -1px !important;
  z-index: 5;
}
.dark_blue_scheme .sub_header:after {
  background: #417380;
  height: 20%;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  content: '';
  z-index: -1;
}
.dark_blue_scheme .partners_logo_block {
  background: #417480;
}

.dark_blue_scheme ul {
    margin:20px 0;
    font-size: 14px;
    padding: 0
}
.dark_blue_scheme ul li{

    background: url(../../img/marker_list.gif) no-repeat 0 5px !important;
    background-size: 18px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #014080!important;
    padding: 4px 0 8px 22px!important;
    margin: 0 !important;
}


.navi_scheme {
  color: #007e78;
}
.navi_scheme h2, .navi_scheme .partners_logo_block h2 {
  color: #fff;
  text-shadow: 0px 4px 0px  #007e78;;
}
.navi_scheme .align_items h3, .navi_scheme .sub_title {
    color: #007e78;
}
.navi_scheme .sub_header {
   background:  url('../../img/navi_bg.png') no-repeat 0 0;
   background-size: 105%;
  margin-left: -1px !important;
  z-index: 5;
}
.navi_scheme .sub_header:after {
  background: #00a19c;
  height: 12%;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  content: '';
  z-index: -1;
}

.navi_scheme .partners_logo_block  {
  background: #007e78;
}

.navi_scheme .component, .dark_blue_scheme .component, .blue_scheme .component, .red_scheme .component{
    margin-bottom: 0px !important;
    font-family: 'Montserrat', sans-serif;
}
.navi_scheme p, .dark_blue_scheme p, .blue_scheme p, .red_scheme p{
    font-family: 'Montserrat', sans-serif;
}

.fourth_colors {
  counter-reset: my-badass-counter;
}
.fourth_colors .circle {
  text-align: center;
  width: 312px !important;
  height: 312px !important;
  border-radius: 100%;
  position: relative;
  padding: 50px 35px 15px;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #fff;
}
.fourth_colors .circle p {
    margin-top: 5px;
}
.fourth_colors .circle1 {
  background: #faa734;
  margin: 50px 0 0 0;
}
.fourth_colors .circle1:after {
  content: '';
  position: absolute;
  background:  url('../../img/small_capitan.png') no-repeat 0 0;
  background-size: cover;
  width: 100px;
  height: 210px;
  left: 23px;
  top: -82px;
}
.fourth_colors .circle2 {
  background: #21ac95;
  float: right;
  margin-top: -105px;
}
.fourth_colors .circle2:after {
  content: '';
  position: absolute;
  background:  url('../../img/small_icon.png') no-repeat 0 0;
  background-size: cover;
  width: 162px;
  height: 184px;
  right: 15px;
  top: -98px;
}
.fourth_colors .circle3 {
  background: #d81617;
  float: left;
  margin-top: -105px;
}
.fourth_colors .circle3:after {
  content: '';
  position: absolute;
  background:  url('../../img/small_icon1.png') no-repeat 0 0;
  background-size: cover;
  width: 190px;
  height: 168px;
  left: 2px;
  top: -53px;
}
.fourth_colors .circle4 {
  background: #3ca7dc;
  float: right;
  margin-top: -105px;
}
.fourth_colors .circle4:after {
  content: '';
  position: absolute;
  background:  url('../../img/small_icon2.png') no-repeat 0 0;
  background-size: cover;
  width: 130px;
  height: 130px;
  right: 15px;
  top: -35px;
}
.fourth_colors .circle:before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 67px;
  line-height: 67px;
  font-family: 'Montserrat', sans-serif;
}
.white_block_withlogos {
  background: #fff;
  padding: 40px;
  font-size: 18px;
  color: #00539e;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
.white_block_withlogos h4 {
  font-size: 18px;
  color: #00539e;
}
.category_block {
  font-size: 18px;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  padding: 0 10px;
  text-align: center;
}
.category_block_grey {
  font-size: 18px;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  padding: 30px 0px 0;
  text-align: center;
  background: #dce9f3
}
.category_block img {
  margin-bottom: 10px;
}
.color_blue {
  color: #1275ad
}
.color_red {
  color: #b42125
}
.color_green  {
  color: #085663
}


.color_selection_blue {
  color: #00539e;
}
.color_selection_red {
  color: #e02125
}
.color_selection_teal {
  color: #007e78;
}
.color_selection_teal_bullets {
  color: #007e78;
  display: list-item;
  list-style-type: disc;
}
.color_selection_teal_with_image {
  color: #007e78;
  background: url(../../assets/img/star.png) no-repeat 7px 7px transparent;
  list-style-type: none;
  margin: 0;
  padding: 5px 0px 0px 29px;
  vertical-align: middle;
}
.color_selection_dark_blue {
  color: #417480
}
.white_bg {
    background: #fff;
    padding: 40px;
    margin-bottom: 0 !important;
    font-family: 'Montserrat', sans-serif;

    position: relative;
}
.top_bg_white {
    margin-top: 60px;
}
.top_bg_white:before {
    content: '';
    display: block;
    height: 35px;
    width: 100%;
    background:  url('../../img/top_line.png') no-repeat 0 0;
    background-size: cover;
    top: -35px;
    left: 0;
    position: absolute;
}

.button_blue {
  width: 25px;
  height: 25px;
  background:  url('../../img/btn_blue.png') no-repeat 0 0;
  background-size: cover;
  text-decoration: none !important;
  display: block;
  margin:0 auto;
}
.button_red {
  width: 25px;
  height: 25px;
  background:  url('../../img/btn_red.png') no-repeat 0 0;
  background-size: cover;
  text-decoration: none !important;
  display: block;
  margin:0 auto
}
.button_green {
  width: 25px;
  height: 25px;
  background:  url('../../img/btn_green.png') no-repeat 0 0;
  background-size: cover;
  text-decoration: none !important;
  display: block;
  margin:0 auto
}

.blue_block {
  padding: 40px;
  background: #10a5e5;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Montserrat', sans-serif;
}
.blue_block  h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.top_space {
  margin-top: 10px;
}
.top_space img {
    margin-top: 10px !important
}
.top_space25 {
  margin-top: 25px;
}

.align_items .richText  {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100%;
}
.align_items .component-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100%;
}
.align_items .component-content .content{
    display: block;
    width: 100%;
}

.align_items .component-content > .richText-content {
    align-self: center;
 }

/*.align_items .component-content > img {
    max-width: 50%;
    max-height: 50%;
    float: none;
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 50%;
}*/
.align_items h3 {
    text-align: left;
}
.google_play_button {
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    padding: 0;
    height: 29px;
    display: inline-block;
    margin-right: 15px;
    width: 100px;
    background:  url('../../img/google_play_btn.jpg') no-repeat 0 0;
    background-size: contain;
        vertical-align: top;
 }
.apple_store_button {
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    padding: 0;
    height: 29px;
    display: inline-block;
    margin-right: 15px;
    width: 100px;
    background:  url('../../img/app_store_btn.jpg') no-repeat 0 0;
    background-size: contain;
        vertical-align: top;
 }
 .size2 {
    width: 150px !important;
    height: 45px !important;
 }
.round_button {
    border-radius: 45px;
    border: 2px solid #00539e;
    text-decoration: none !important;
    color: #00539e;
    padding: 0 30px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
        vertical-align: top;
}


.third_circle {
  counter-reset: my-badass-counter;
  position: relative;
  font-size: 18px;
  color: #00539e;
  text-align: center;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
 }
.third_circle:before {
  content: '';
  position: absolute;
     top: 310px;
  right: 0;
  width: 142px;
  height: 265px;
  display: block;
  background:  url('../../img/capitan.png') no-repeat 0 0;
    background-size: contain;
    z-index: 1;
    font-weight: normal;
}
.third_circle .circle {
  text-align: center;
  color: #fff;
  border-radius: 100%;
  position: relative;
  padding: 30px 15px 15px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  clear: none !important;
  float: left !important;
}
.third_circle .circle1 {
  background: #10a5e5;
  margin: 50px 0 0 0;
  width: 300px !important;
  height: 300px !important;
}

.third_circle .circle2 {
  background: #d81617;
  float: right !important;
  margin-top: 0px;
   width: 280px !important;
  height: 280px !important;
}

.third_circle .circle3 {
  background: #21ac95;
  float: left;
  margin-top: -85px;
    width: 225px !important;
    height: 225px !important;
    margin-left: 250px !important;
}

.third_circle .circle:before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 27px;
  font-family: 'Montserrat', sans-serif;
}
.footnote {
    color: #1962a6;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 100px;
}

.snippetReference.component, .snippetReference.component .component-content, .snippetReference .component, .no_space .component, .no_space .component-content, .no_space {
    margin-bottom: 0 !important
}
.no_space.image {
    line-height: 0;
}
.vertical_img_block.align_items .grid_4 {
    align-items: stretch;
    height: 100%;
}
.vertical_img_block.align_items .grid_12 {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100%;
    align-self: center;
}
/*.align_items.vertical_img_block  .component-content > img {
    max-width: none;
    max-height: none;
    float: none;
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 50%;
    align-self: center;
}*/



@media (max-width: 959px) {
    .fourth_colors .circle {
        float: none !important;
        margin: 40px auto !important;
    }

    .white_bg.top_bg_white .third_circle .circle {
        float: none !important;
        margin: 40px auto !important;
        width: 300px !important;
        height: 300px !important
    }
    .white_bg.top_bg_white .third_circle:before {
        display: none;
    }
    .white_bg {
        padding: 40px 20px;
    }

    .navigation-horizontal .navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
    visibility: visible !important;
    margin-top: 0 !important
}


    .navigation-mobile-menu {
      width: 58px !important;
      height: 58px !important;
      position: absolute;
      left: 0;
      top: 0;
      border: none;
      margin: 0;
      padding: 0;
      background: transparent;
      outline: none;
      display: block !important;
    }

    .navigation-mobile-menu:before{
        content: "\f0c9";
        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;
        display: block;
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        line-height: 1;
        font-size: 30px;
        right: auto;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        color: #007e78;
    }
    .navigation-horizontal .navigation-branch.navigation-level1 {
        position: absolute;
        left: 0;
        top: 58px;
        width: 100%;
        background: #007e78;
        z-index: 50000
    }




    .red_scheme .sub_header {
      background: #d81616 url('../../img/red_bg.png') no-repeat 0 0;
      background-size: cover;
      padding: 25px;
    }
    .red_scheme .sub_header:after {
      display: none;
    }


    .blue_scheme .sub_header {
       background:#2797d5  url('../../img/blue_bg.png') no-repeat 0 0;
       background-size: cover;
        padding: 25px;
    }
    .blue_scheme .sub_header:after {
     display: none;
    }



    .dark_blue_scheme .sub_header {
       background:#417380  url('../../img/dark_blue_bg.png') no-repeat 0 0;
       background-size:cover;
      padding: 25px;
    }
    .dark_blue_scheme .sub_header:after {
      display: none;
    }



    .navi_scheme .sub_header {
       background:  #00a19c url('../../img/navi_bg.png') no-repeat 0 0;
       background-size: cover;
      padding: 25px;
    }
        .navi_scheme .sub_header:after {
          display: none;
        }
 }

.top_bg_white:before {
    background: url(../../img/top_line_2.png) no-repeat 0 0;
    background-size: cover;
    content: '';
    display: block;
    height: 35px;
    left: 0;
    position: absolute;
    top: -35px;
    width: 100%;
}

.top_bg_white {
    margin-top: 60px;
}

.white_bg {
    position: relative;
}


 @media (max-width: 450px) {
    .fourth_colors .circle {
        float: none !important;
        margin: 40px auto !important;
         width: 250px !important;
        height: 250px !important;
        padding: 15px 25px !important;
        font-size: 14px !important;
    }
    .fourth_colors .circle.circle1 {
        margin-top: 80px !important;
    }
    .fourth_colors .circle1:after {
        width: 80px;
        height: 160px;
    }
    .fourth_colors .circle2:after {
        width: 122px;
        height: 134px;
        right: -10px;
        top: -48px;
    }
    .fourth_colors .circle3:after {
        width: 140px;
        height: 128px;
        left: 2px;
        top: -43px;
    }
    .fourth_colors .circle4:after {
        width: 100px;
        height: 100px;
        right: 0;
        top: -15px;
    }
    .footnote {
        margin-top: 10px;
    }

    .white_bg.top_bg_white .third_circle .circle {
        float: none !important;
        margin: 40px auto !important;
        width: 250px !important;
        height: 250px !important;
        padding: 15px 25px !important;
    }
    .white_bg.top_bg_white .third_circle .circle p {
        margin-top: 0
    }
 }

:lang(hu) .round_button {
    padding: 0 20px;
}
:lang(ru) .sub_header h2, :lang(ru) .partners_logo_block h2, :lang(ru) .fourth_colors h3, :lang(ru) .white_bg h3{
    font-family: 'Montserrat', sans-serif;
}
:lang(ru) .navi_scheme p, :lang(ru) .dark_blue_scheme p, :lang(ru) .blue_scheme p, :lang(ru) .red_scheme p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
:lang(ru) .bottom_title{
    font-family: 'Montserrat', sans-serif;
}
:lang(ru) .page-kids-products_test .white_bg{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
:lang(ru) .page-kids-products_test .third_circle .circle{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
:lang(ru) .page-kids-products_test .category_block{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
:lang(ru) .page-kids-products_test .dark_blue_scheme ul li{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
:lang(ru) .page-kids-products_test .fourth_colors .circle, :lang(ru) .page-kids-products_test .footnote{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
:lang(ru) .page-kids-products_test .round_button{
    padding: 0 21px;
}
@media (max-width: 450px) {
    :lang(ru) .page-kids-products_test .round_button{
        margin-bottom: 20px;
    }
}
:lang(bg-BG) .aquafresh-rte-contact-background h2{
    font-family: 'Montserrat', sans-serif;
}
:lang(bg-BG) .aquafresh-rte-contact-background h3{
    font-family: 'Montserrat', sans-serif;
    margin-left: 20px;
    font-weight: bold;
}
@media (min-width: 959px) {
    :lang(bg-BG) .page-5-steps .aquafresh-box-content-white-background .box.odd {
        border-left: 1px solid rgb(75, 175, 216);
        height: 550px;
        padding-left: 14.5px;
    }
    :lang(bg-BG) .page-everyday-care1 .aquafresh-box-content-white-background .richText.alpha{
        border-right: 1px solid rgb(75, 175, 216);
        padding-right: 14.5px;
    }
    :lang(bg-BG) .page-about-aquafresh .aquafresh-box-content-white-background .content .grid_3.odd{
        position: relative;
    }
    :lang(bg-BG) .page-about-aquafresh .aquafresh-box-content-white-background .content .grid_3.odd:before{
        content: '';
        position: absolute;
        top: 0;
        left: -8px;
        width: 1px;
        height: 583px;
        background: #4bafd8;
    }
    :lang(bg-BG) .page-about-aquafresh .aquafresh-box-content-white-background .content .grid_3.odd:after{
        content: '';
        position: absolute;
        top: 0;
        left: 103%;
        width: 1px;
        height: 583px;
        background: #4bafd8;
    }
}
:lang(bg-BG) .aquafresh-number{
    font-size: 1.17em;
    color: #00539e;
    font-weight: bold;
    background: url(../../img/octagon.png) no-repeat scroll 3px 0px rgba(0,0,0,0);
    background-size: inherit;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
}
@media only screen and (min-width: 960px) {
    :lang(bg-BG) .navigation-item.navigation-level1 > .navigation-item-title{
        padding: 0 10px 10px 10px;
        font-size: 11px;
        line-height: 1.3;
    }
}
@media only screen and (max-width: 959px) {
    :lang(bg-BG) .navigation-item.navigation-level1 > .navigation-item-title{
        height: auto !important;
    }
}
:lang(bg-BG) .page-about-aquafresh h2{
    margin-left: 0;
}
:lang(bg-BG) .page-about-aquafresh .aquafresh-box-content-white-background{
    padding: 0 20px;
}
:lang(bg-BG) .page-contact .other-products-ribbon img {
    margin-top: 6px;
}
@media (min-width: 992px) {
    :lang(bg-BG) #footer ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    :lang(bg-BG) .navigation-horizontal{
        position: relative;
    }

  :lang(sr-RS) .navigation-item.navigation-level1.page-5-steps a{
    line-height: 21px;
    padding-top: 4px;
  }

}
:lang(bg-BG) .page-everyday-care .aquafresh-rte-contact-background{
    margin-top: -65px;
    padding-top: 55px;
}
/*:lang(bg-BG) .page-for-kids .other-products-banner img{
    margin-top: -21px;
}*/
:lang(bg-BG) .aquafresh-box-white-background p{
    margin-left: 0;
}
:lang(bg-BG) .aquafresh-box-content-white-background{
    padding: 0 20px;
    margin-top: -16px;
}
:lang(bg-BG) .page-toothbrushes .aquafresh-box-content-white-background,
:lang(bg-BG) .page-products .aquafresh-box-content-white-background,
:lang(bg-BG) .page-sitemap1 .aquafresh-box-content-white-background{
  margin-top: -28px;
}
:lang(ru-RU) .button_green,
:lang(ru-RU) .button_red,
:lang(ru-RU) .button_blue{
    background-size: 100% 100%;
}
:lang(ru-RU) .navi_scheme .sub_header{
    background-size: 108%;
}
:lang(ru-RU) .page-FAQ16{
    min-height: 100vh;
}


@media only screen and (max-width: 959px) {
    :lang(ru-RU) .gsk-logo img {
        top: 14px;
    }
    :lang(ru-RU) .aquafresh-header-links .component-content {
        margin-left: 0 !important;
        right: 63px !important;
        margin-top: 10px !important;
        left: auto !important;
        width: 94px!important;
    }
    :lang(ru-RU) .aquafresh-home-subhead{
        padding: 0 20px;
        line-height: 1;
    }
    :lang(ru-RU) .aquafresh-copyright-text{
        padding: 0 20px;
    }
}
:lang(ru-RU) .page-Home .aquafresh-box-kids-resp .image.component{
    margin-bottom: 0;
}
:lang(ru-RU) body{
    background-size: cover;
}
:lang(ru-RU) .aquafresh-home-subhead .rich_style.subhead_rich_style,
:lang(ru-RU) .aquafresh-footer-links{
    font-family: 'Montserrat', sans-serif;
}
@media only screen and (min-width: 568px) and (max-width: 959px) {
    :lang(ru-RU) .page-kids-products_test .aquafresh-russia-box-background {
        margin-bottom: 20px;
    }
}
:lang(ru-RU) .subnote{
    display: block;
    padding: 0 20px;
}
:lang(ru-RU) .page-contact-us .aquafresh-rte-contact-background{
    min-height: 400px;
}
:lang(ru-RU) .white_bg.top_bg_white .third_circle .circle p{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 20px;
}
@media only screen and (min-width: 959px) {
    :lang(ru-RU) .blue_scheme p:first-child,
    :lang(ru-RU) .red_scheme p:first-child,
    :lang(ru-RU) .navi_scheme p:first-child,
    :lang(ru-RU) .dark_blue_scheme p:first-child {
        min-height: 108px;
    }
}
:lang(ru-RU) .color_blue .category_block .image{
    min-height: 171.45px;
}
@media only screen and (max-width: 959px) and (min-width: 480px){
    :lang(ru-RU) .kids-resp-pod1-curved img {
        margin-left: 0;
    }
    :lang(ru-RU) .kids-resp-pod2-curved .component-content {
        margin: 0;
    }
    :lang(ru-RU) .aquafresh-box-kids-responsive .content.paragraphSystem{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    :lang(ru-RU) .aquafresh-box-kids-responsive .kids-resp-pod1-curved{
        margin-right: 10px;
    }
    :lang(ru-RU) .kids-resp-pod1 img {
        margin-left: 0;
    }
    :lang(ru-RU) .kids-resp-pod2 img {
        margin-left: 20px;
    }
    :lang(ru-RU) .kids-resp-pod2 .component-content {
        margin-top: 0;
    }
}

:lang(bg-BG) .page-tooth-brushing .box.component{
    margin-bottom: 0;
}
:lang(bg-BG) .page-tooth-brushing .box.component > .component-content{
    background-position: center;
    background-size: cover;
}
:lang(bg-BG) .page-tooth-brushing .box.component.tooth-brushing-block-2 > .component-content{
    background-position-x: -31px;
}
:lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-2 p{
    color: #265294;
}
:lang(bg-BG) .page-tooth-brushing .box.component.qr-code-block > .component-content{
    padding: 0 20px;
}
:lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-2 .qr-code-block p{
    color: #00b6f1;
    font-weight: bold;
}
:lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-2 .qr-code-block{
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
}
:lang(bg-BG) .page-tooth-brushing .box.component.tooth-brushing-block-2 > .component-content{
    padding: 20px 0;
}
:lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-2 .qr-code-block .component-content.left, :lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-2 .qr-code-block .component{
    margin-bottom: 0;
}
:lang(bg-BG) .page-tooth-brushing .qr-code-block .box.component.grid_3 > .component-content{
    padding: 0;
}
:lang(bg-BG) .page-tooth-brushing .qr-code-block .box.last .image{
    display: inline-block;
}
:lang(bg-BG) .page-tooth-brushing h2{
    color: #265294;
}
:lang(bg-BG) .page-tooth-brushing h2 .white-header{
    color: #fff;
}
:lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-3 h2,
:lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-3 p,
:lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-4 h2,
:lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-4 p{
    color: #fff;
}
:lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-4 p{
    font-size: 13px;
}
:lang(bg-BG) .page-tooth-brushing .content-large-text{
    font-size: 22px;
}
:lang(bg-BG) .page-tooth-brushing .box.component.tooth-brushing-block-3 > .component-content .content{
    padding: 20px;
}
:lang(bg-BG) .page-tooth-brushing .box.component.tooth-brushing-block-4 > .component-content > .content{
    padding: 40px 20px;
}
:lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block{
    position: relative;
    margin-bottom: 15px;
}
:lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block > .component-content {
    height: 235px;
    position: relative;
}
:lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block > .component-content a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 0;
}
:lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block > .component-content a .box-more-title {
    opacity: 0;
}
:lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block > .component-content a .box-more-arrow {
    display: none;
}
@media (max-width: 767px) {
    :lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block > .component-content {
        height: 400px;
    }
    :lang(bg-BG) .page-tooth-brushing .box.component.tooth-brushing-block-2 > .component-content{
        background-position-x: -87%;
    }
    :lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-2 .qr-code-block{
        border-radius: 0px;
    }
    :lang(bg-BG) .page-tooth-brushing .box.component.qr-code-block > .component-content{
        padding: 0;
    }
    :lang(bg-BG) .page-tooth-brushing .box.component.tooth-brushing-block-2 > .component-content > .content{
        padding: 0 20px;
    }
    :lang(ro-RO) .white_bg.color_blue .round_button{
        margin: 0 auto 20px;
        display: block;
        width: 50%;
    }
}
:lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block p{
    color: #08aae1;
    text-align: center;
    font-size: 18px;
    line-height: 1;
}
:lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block p .white-header{
    color: #fff;
}
:lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block .richText.first p{
    text-transform: uppercase;
}
:lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block .richText.last p{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
:lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block-box{
    padding-top: 50px;
}
:lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block-box .content .bracket-block:nth-child(7) p{
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: none;
}
:lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block-box .content .bracket-block:nth-child(10) .richText.first p{
    text-transform: none;
}
:lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block-box .content .bracket-block:nth-child(10) .richText.last p{
    text-transform: uppercase;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
    :lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block {
        width: 32%;
        display: inline-block;
        margin-right: 6px;
    }
    :lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-2 .qr-code-block{
        border-radius: 0px;
    }
    :lang(bg-BG) .page-tooth-brushing .box.component.tooth-brushing-block-2 > .component-content > .content {
        padding: 0 20px;
    }
    :lang(bg-BG) .page-tooth-brushing .box.component.tooth-brushing-block-2 > .component-content{
        background-image: url(../../img/block_2_bg_tab.jpg) !important;
    }
}
@media (min-width: 568px) and (max-width: 767px) {
    :lang(bg-BG) .page-tooth-brushing .box.component.tooth-brushing-block-2 > .component-content {
        background-image: url(../../img/block_2_bg_tab.jpg) !important;
        background-position-x: 0;
    }
    :lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block{
        width: 32%;
        display: inline-block;
        margin-right: 4px;
    }
    :lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block > .component-content {
        height: 180px;
    }
    :lang(bg-BG) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block p {
        font-size: 16px;
    }
}
:lang(ru-RU) .page-FAQ .accordion-head h3{
    font-size: 1.17em;
}
:lang(ru-RU) .label-new{
    position: absolute;
    top: -10px;
    left: 20px;
    background: #e02125;
    color: #fff;
    padding: 2px 5px;
    text-transform: uppercase;
    width: 63px;
}
:lang(ru-RU) .label-new:before{
    position: absolute;
    content: '';
    top: 0;
    right: -18px;
    border: 10px solid transparent;
    border-left: 8px solid #e02125;
    border-top: 13px solid #e02125;
}
:lang(ru-RU) .page-advance .dark_blue_scheme .sub_header:after{
    height: 40%;
}
:lang(ru-RU) #footer ul li, #header .aquafresh-header-links ul li {
    padding-right: 8px;
    margin: 3px;
}
:lang(ro-RO) .white_bg.color_blue .round_button{
    padding: 0 12px;
}
:lang(ro-RO) .page-kids-products_test.page-advance .dark_blue_scheme .sub_header:after{
    height: 22%;
}
:lang(ro-RO).sub_header h2,
:lang(ro-RO) .partners_logo_block h2,
:lang(ro-RO) .fourth_colors h3,
:lang(ro-RO) .white_bg h3,
:lang(ro-RO) .white_bg,
:lang(ro-RO) h4,
:lang(ro-RO).fourth_colors .circle,
:lang(ro-RO) .footnote,
:lang(ro-RO) .category_block,
:lang(ro-RO) .bottom_title,
:lang(ro-RO) .blue_block,
:lang(ro-RO) .navi_scheme p,
:lang(ro-RO) .dark_blue_scheme p,
:lang(ro-RO) .blue_scheme p,
:lang(ro-RO) .red_scheme p,
:lang(ro-RO) .third_circle .circle,
:lang(ro-RO) .dark_blue_scheme ul li{
    font-family: 'Montserrat', sans-serif !important;
}
:lang(ro-RO) .aquafresh-sugar-game-video {
    margin-top: 0;
    height: 406px;
    width: 672px !important;
}
:lang(ro-RO) .button_green,
:lang(ro-RO) .button_red{
    background-size: contain;
}
@media only screen and (max-width: 959px) {
    :lang(ro-RO) .aquafresh-sugar-game-video {
        display: block !important;
        margin: 50px auto 0;
        text-align: center;
        width: 100% !important;
    }
    :lang(ro-RO) .fourth_colors .circle2.alpha,
    :lang(ro-RO) .fourth_colors .circle4.alpha{
        margin: 0 0 0 auto !important;
    }
    :lang(ro-RO) .aquafresh-sap-feelgood-image img {
        margin-left: 0;
    }
    :lang(ro-RO) .sub_header{
        margin-top: 50px;
    }
    :lang(ro-RO) .third_circle .circle1{
        font-size: 12px;
    }
}


/* nl_NL 50847 styles */


.external-products .image {
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  display: inline-block;
  margin: 0 5px 10px;
  padding: 5px;
  width: 22.8%;
}

.external-products .image figure,
.external-products .image figcaption,
.external-products .image img {
  text-align: center;

}
.center-image.image img {
  position: absolute;
  top: -15px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.external-products .image figure {
  min-height: 160px;
  position: relative;
}
.external-products .image figcaption {
  position: absolute;
  bottom: 0;
  left: 35%;
}

.external-products .image figcaption a {
  background-color: #f8781d;
  border-radius: 5px;
  color: #fff;
  padding: 5px;
}

@media only screen and (max-width: 767px) {
  .external-products .image {
    width: 96%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .external-products .image {
    width: 21%;
  }
}

.outer-senses {
  padding: 0 10px;
  position: relative;
}

.outer-senses .richText.first {
  text-align: center;

  border-radius: 25px;
  margin-bottom: 35px;
}

.outer-senses .richText.first h3 {
  color: #fff;
  font-size: 23px;
}
.inner-senses {
  background-color: #fff;
  border: 2px solid transparent; /*#1a959a*/
  border-radius: 25px;
  padding: 15px;
}
.inner-senses .content.paragraphSystem {
  display: flex;
}
.inner-senses .richText,
.inner-senses .image {
  width: 50%
}
.inner-senses .image {
  height: 100%;
  margin: auto 0;
}
.align-vertical img {
  position: absolute;
  bottom: 50%;
  left: 0;
}
.inner-senses p {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}
.inner-senses li p {
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 0;
}
.outer-senses.dark-green .richText.first {
  background-color: #1a959a;
}
.outer-senses.light-green .richText.first {
  background-color: #4fa248;
}
.outer-senses.grapefruit-yellow .richText.first {
  background-color: #f29200;
}
.dark-green .inner-senses {
  border-color: #1a959a;
}
.dark-green .inner-senses ul li {
  background: none;
  list-style-type: disc;
  color: #1a959a;
  padding-left: 12px
}
.light-green .inner-senses {
  border-color: #4fa248;
}
.light-green .inner-senses ul li {
  background: none;
  list-style-type: disc;
  color: #4fa248;
  padding-left: 12px
}
.grapefruit-yellow .inner-senses {
  border-color: #f29200;
}
.grapefruit-yellow .inner-senses ul li {
  background: none;
  list-style-type: disc;
  color: #f29200;
  padding-left: 12px
}

.dark-green .inner-senses::after {
  background-image: url("../../img/senses-eucalyptus-lime-mint-carton-bop-cameo-cmyk-kopie-2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  height: 135px;
  width: 145px;
  position: absolute;
  right: -25px;
  top: -35px;
}
.light-green .inner-senses::after {
  background-image: url("../../img/senses-watermelon-cucumber-mint-carton-bop-cameo-cmyk-kopie-2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  height: 135px;
  width: 145px;
  position: absolute;
  right: -25px;
  top: -35px;
}
.grapefruit-yellow .inner-senses::after {
  background-image: url("../../img/senses-grapefruit-lemon-mint-carton-bop-cameo-cmyk-kopie-2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  height: 135px;
  width: 145px;
  position: absolute;
  right: -25px;
  top: -35px;
}

@media only screen and (max-width: 767px) {
  .inner-senses .content.paragraphSystem {
    flex-direction: column;
  }
  .inner-senses .richText,
  .inner-senses .image {
    width: 100%
  }
}

.competition-box {
  font-size: 11px;
}
.reduce-line-spacing p {
  margin: 0;
}
.link-arrow a {
  position: relative;
}

.link-arrow p:last-child a:after {
  content: '';
  background-image: url('../../img/arrow-Picture1.png');
  background-size: 60%;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  position: absolute;
  right: -60px;
  top: -2px;
}

.page-0-5-jahre-milchzahn .carousel-slides {
  margin-top: 30px;
  z-index: 101;
}
.page-0-5-jahre-milchzahn .navigation-level1.page-kinder {
  z-index: 100;
}


/* end of 50847 */
:lang(bg-BG) .russia-full-content-box .aquafresh-box-background h2,
:lang(bg-BG) .russia-full-content-box .aquafresh-box-background p,
:lang(bg-BG) .russia-full-content-box .richText ul li{
  font-family: 'Montserrat', sans-serif;
}
:lang(sr-RS) .aquafresh-box-content-white-background{
  padding: 0 20px;
}
@media only screen and (min-width: 960px) {
    :lang(bg-BG) .navigation-item.navigation-level1 .navigation-item-title:last-child,
    :lang(bg-BG) .navigation-item.navigation-level1.first > .navigation-item-title:hover,
    :lang(bg-BG) .navigation-item.navigation-level1:hover:last-child > .navigation-item-title,
    :lang(bg-BG) .navigation-item.navigation-level1.has-children.last > .navigation-item-title{
      width: 111px;
      padding-top: 7px;
    }
    :lang(bg-BG) .navigation-item.navigation-level1.first > .navigation-item-title,
    :lang(bg-BG) .navigation-item.navigation-level1.first > .navigation-item-title:hover,
    :lang(bg-BG) .navigation-item.navigation-level1 > .navigation-item-title:last-child:hover,
    :lang(bg-BG) .navigation-item.navigation-level1.has-children.last > .navigation-item-title,
    :lang(bg-BG) .navigation-item.navigation-level1.has-children > .navigation-item-title{
      min-width: 111px;
      padding-top: 7px;
    }
    :lang(bg-BG) .navigation-item.navigation-level1 > .navigation-item-title:last-child:hover{
      border-radius: 0;
      height: 62px;
    }
}
:lang(bg-BG) .navigation-horizontal .navigation-item.navigation-level1{
  z-index: 0;
}
:lang(bg-BG) .navigation-item.navigation-level1:hover:first-child > .navigation-item-title,
:lang(bg-BG) .navigation-item.navigation-level1:nth-child(2) > .navigation-item-title:hover,
:lang(bg-BG) .navigation-item.navigation-level1:nth-child(3) > .navigation-item-title:hover,
:lang(bg-BG) .navigation-item.navigation-level1:nth-child(4) > .navigation-item-title:hover,
:lang(bg-BG) .navigation-item.navigation-level1 > .navigation-item-title:last-child:hover,
:lang(bg-BG)  .navigation-item.navigation-level1.is-active:nth-child(3) > .navigation-item-title, :lang(bg-BG) .navigation-item.navigation-level1:nth-child(3) > .navigation-item-title:hover,
:lang(bg-BG) .navigation-item.navigation-level1.is-active:nth-child(4) > .navigation-item-title, :lang(bg-BG) .navigation-item.navigation-level1:nth-child(4) > .navigation-item-title:hover,
:lang(bg-BG) .navigation-item.navigation-level1.is-active:first-child > .navigation-item-title,
:lang(bg-BG) .navigation-item.navigation-level1.is-active:nth-child(2) > .navigation-item-title,
:lang(bg-BG) .navigation-item.has-active-child > .navigation-item-title,
:lang(bg-BG) .navigation-item.navigation-level1.is-active:last-child > .navigation-item-title,
:lang(bg-BG) .navigation-item.navigation-level2.last > .navigation-item-title{
  background: #e0f0fb;
}
:lang(bg-BG) .navigation-item.navigation-level2.last > .navigation-item-title:hover{
  background-color: #fff;
}
:lang(bg-BG) .navigation-item.has-active-child > .navigation-item-title{
  color: #006496;
}

@media only screen and (min-width: 960px) {
    :lang(bg-BG) .navigation-horizontal .navigation-branch.navigation-level1{
      display: flex;
      justify-content: space-between;
    }
}
:lang(bg-BG) .navigation-item.navigation-level1:hover:first-child > .navigation-item-title{
  border-top-left-radius: 20px;
}
:lang(bg-BG) .navigation-item.navigation-level1:hover:last-child > .navigation-item-title{
  border-top-right-radius: 20px;
}
:lang(bg-BG) .homepage-topbanner-image img {
  margin-top: 6px;
  z-index: 10;
}
:lang(bg-BG) .aquafresh-russia-whitening-hero-image{
  position: relative;
}
:lang(bg-BG) .kids-normal-pod1 img{
  position: relative;
  width: 100%;
}


:lang(bg-BG) .navigation-item.navigation-level1.has-children:hover {
  z-index: 11;
}
:lang(bg-BG) .navigation-item.navigation-level1.has-children:hover:last-child {
  border-top-right-radius: 20px;
}
:lang(bg-BG) .carousel-nav-prev, :lang(bg-BG)  .carousel-nav-next {
    z-index: 1;
}
@media only screen and (min-width: 960px) {
    :lang(bg-BG) .navigation-item.navigation-level2 .navigation-item-title{
      font-size: 11px;
      width: 124px !important;
    }
    :lang(bg-BG) .navigation-item.navigation-level1:last-child .navigation-item.navigation-level2 .navigation-item-title{
      width: 101px !important;
    }
    :lang(bg-BG) .navigation-item.navigation-level1.is-active:last-child > .navigation-item-title,
    :lang(bg-BG) .navigation-item.navigation-level1.has-active-child:last-child > .navigation-item-title,
    :lang(bg-BG) .navigation-item.navigation-level1.has-children.last > .navigation-item-title{
      width: 111px;
    }
}
@media only screen and (max-width: 959px) {
    :lang(bg-BG)  .navigation-item.navigation-level1.has-active-child:last-child > .navigation-item-title {
        height: auto;
        color: #fff !important;
        width: auto !important;
    }

}

:lang(bg-BG)  .page-sitemap1 .richText a {
    text-decoration: none !important;
}

:lang(bg-BG) .color_selection_blue a{
  color: #00539e;
}
@media only screen and (max-width: 959px) and (min-width: 481px) {
    :lang(bg-BG) .aquafresh-logo2 img {
        margin-top: 0;
        position: initial;
    }
    :lang(bg-BG) .gsk-logo img {
        position: initial;
        right: auto;
        top: auto;
    }
}
/*:lang(bg-BG) .navigation-item.navigation-level1.page-grizha-za-ustnata-kuhinya:hover > .navigation-item-title:first-child {
    color: #006496 !important;
}*/
:lang(bg-BG) .navigation-item.navigation-level1.page-for-kids:hover > .navigation-item-title:first-child {
    color: #fff !important;
}
:lang(bg-BG) .navigation-item.navigation-level1.page-for-kids > .navigation-item-title:first-child:hover,
:lang(bg-BG) .navigation-item.navigation-level1.page-for-kids.is-active  > .navigation-item-title:first-child,
:lang(bg-BG) .navigation-item.navigation-level1.page-for-kids.has-active-child > .navigation-item-title:first-child{
    color: #006496 !important;
}
:lang(bg-BG) .navigation-item.navigation-level1.has-active-child:last-child > .navigation-item-title {
    background: #e0f0fb;
}
@media only screen and (max-width: 1023px) {
    :lang(bg-BG) .page-everyday-care1 a,
    :lang(bg-BG) .page-kids  a{
        height: auto !important;
    }
    :lang(bg-BG) .aquafresh-box-kids-resp .content  {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    :lang(bg-BG) .aquafresh-box-kids-resp .content .grid_3  {
        width: 50%;
        text-align: center;
    }
    :lang(bg-BG) .aquafresh-box-kids-resp .content .grid_3 .component-content {
        float: none;
        margin: 0 auto;
    }
    :lang(bg-BG) .homepage-image-desktop .component-content {
        overflow: visible;
    }
    :lang(bg-BG) .homepage-pod4-responsive .component-content  {
        display: block;
    }
}

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

    :lang(bg-BG) .kids-normal-pod1 img {
        width: auto;
        margin: 0 auto;
    }
    :lang(bg-BG) .aquafresh-box-kids-resp .component-content {
        overflow: visible;
    }

}
@media only screen and (max-width: 415px) {

    :lang(bg-BG) .aquafresh-box-kids-resp .content .grid_3  {
        width: 100%;
        text-align: center;
    }
    :lang(bg-BG) .homepage-image-desktop .component-content {
        overflow: visible;
    }
    :lang(bg-BG) .aquafresh-box-kids-resp {
        margin-top: -100px;
    }

}

:lang(bg-BG).page-error-handler.page-404-handler  .other-products-ribbon img{
    position: relative;
    margin-top: 6px;
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
    :lang(bg-BG) .homepage-bottombanner-image img {
        margin-top: 86px;
    }
}

:lang(sr-RS) .page-tooth-brushing .qr-code-block .box.last .image{
    display: inline-block;
}
:lang(sr-RS) .page-tooth-brushing h2{
    color: #265294;
}
:lang(sr-RS) .page-tooth-brushing h2 .white-header{
    color: #fff;
}
:lang(sr-RS) .page-tooth-brushing .bracket-block > .component-content {
    background-position: center;
    background-size: cover;
}

:lang(sr-RS) .page-tooth-brushing .box.component.tooth-brushing-block-2 > .component-content{
    background-position-x: -25px;
    background-size: cover;
}
:lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-2 p{
    color: #265294;
}
:lang(sr-RS) .page-tooth-brushing .box.component.qr-code-block > .component-content{
    padding: 0 20px;
}
:lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-2 .qr-code-block p{
    color: #00b6f1;
    font-weight: bold;
}
:lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-2 .qr-code-block{
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
}
:lang(sr-RS) .page-tooth-brushing .box.component.tooth-brushing-block-2 > .component-content{
    padding: 20px 0;
}
:lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-2 .qr-code-block .component-content.left,
:lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-2 .qr-code-block .component{
    margin-bottom: 0;
}
:lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-3 > .component-content {
    background-size: cover;
}
:lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-3 h2,
:lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-3 p,
:lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-4 h2,
:lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-4 p{
    color: #fff;
}
:lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-4 p{
    font-size: 13px;
}
:lang(sr-RS) .page-tooth-brushing .content-large-text{
    font-size: 22px;
}
:lang(sr-RS) .page-tooth-brushing .box.component.tooth-brushing-block-3 > .component-content .content{
    padding: 20px;
}
:lang(sr-RS) .page-tooth-brushing .box.component.tooth-brushing-block-4 > .component-content > .content{
    padding: 40px 20px;
}
:lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block{
    position: relative;
    margin-bottom: 15px;
}
:lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block > .component-content {
    height: 235px;
}
@media (max-width: 767px) {
    :lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block > .component-content {
        height: 400px;
    }
    :lang(sr-RS) .page-tooth-brushing .box.component.tooth-brushing-block-2 > .component-content{
        background-position-x: -87%;
    }
    :lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-2 .qr-code-block{
        border-radius: 0px;
    }
    :lang(sr-RS) .page-tooth-brushing .box.component.qr-code-block > .component-content{
        padding: 0;
    }
    :lang(sr-RS) .page-tooth-brushing .box.component.tooth-brushing-block-2 > .component-content > .content{
        padding: 0 20px;
    }
    :lang(sr-RS) .white_bg.color_blue .round_button{
        margin: 0 auto 20px;
        display: block;
        width: 50%;
    }
    :lang(ru-RU) .reference-buy-button-list {
        top: 14px;
        left: 21%;
    }
    :lang(ru-RU) .buy-now-btn{
        width: 90px;
        line-height: 29px;
    }
}
:lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block p{
    color: #08aae1;
    text-align: center;
    font-size: 18px;
    line-height: 1;
}
:lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block p .white-header{
    color: #fff;
}
:lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block .richText.first p{
    text-transform: uppercase;
}
:lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block .richText.last p{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
:lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block-box{
    padding-top: 50px;
}
:lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block-box .content .bracket-block:nth-child(7) p{
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: none;
}
:lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block-box .content .bracket-block:nth-child(10) .richText.first p{
    text-transform: none;
}
:lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block-box .content .bracket-block:nth-child(10) .richText.last p{
    text-transform: uppercase;
}
:lang(sr-RS) .page-tooth-brushing .bracket-block .box-more-title{
  opacity: 0;
}
:lang(sr-RS) .page-tooth-brushing .bracket-block-box .bracket-block > .component-content a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 0;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
    :lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-2 .qr-code-block{
        border-radius: 0px;
    }
    :lang(sr-RS) .page-tooth-brushing .box.component.tooth-brushing-block-2 > .component-content > .content {
        padding: 0 20px;
    }
    :lang(sr-RS) .page-tooth-brushing .box.component.tooth-brushing-block-2 > .component-content{
        background-image: url(../../img/block_2_bg_tab.jpg) !important;
    }
}

@media (min-width: 568px) and (max-width: 959px) {
    :lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block-box {
        font-size: 0;
    }

    :lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block {
        width: 32%;
        display: inline-block;
        margin-right: 1.33%;
    }
}

@media (min-width: 568px) and (max-width: 767px) {
    :lang(sr-RS) .page-tooth-brushing .box.component.tooth-brushing-block-2 > .component-content {
        background-image: url(../../img/block_2_bg_tab.jpg) !important;
        background-position-x: 0;
    }

    :lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block > .component-content {
        height: 180px;
    }
    :lang(sr-RS) .page-tooth-brushing .tooth-brushing-block-4 .bracket-block p {
        font-size: 16px;
    }
}

:lang(sr-RS) .navigation-item.navigation-level2 .navigation-item-title:last-child {
    width: auto;
    height: auto;
}
:lang(sr-RS) .navigation-item.navigation-level1.is-open > .navigation-item-title {
    color: #fff !important;
}
:lang(sr-RS) .navigation-item.navigation-level1.is-open > .navigation-item-title:hover {
    color: #006496 !important;
}
/*:lang(sr-RS) .navigation-item.navigation-level1:hover:first-child > .navigation-item-title {
    background: url(../../img/3row1.png) no-repeat scroll left bottom rgba(0, 0, 0, 0);
    height: 62px;
    border-radius: 20px 0px 0px 20px;
    color: #006496;
}*/
:lang(sr-RS) .navigation-item.navigation-level1.has-active-child:nth-child(2)> .navigation-item-title{
    color: #006496 !important;
    /*background: url(../../img/aqua_02_new2.png) no-repeat scroll 0 -34px rgba(0, 0, 0, 0);*/
  background: #e0f0fb;
    height: 59px;
    border-radius: 0;
}
:lang(sr-RS) .navigation-item.navigation-level1.is-active:nth-child(2) > .navigation-item-title,
:lang(sr-RS) .navigation-item.navigation-level1:nth-child(2) > .navigation-item-title:hover {
    color: #006496 !important;
    /*background: url(../../img/aqua_02_new2.png) no-repeat scroll 0 -42px rgba(0, 0, 0, 0);*/
    background: #e0f0fb;
}
:lang(sr-RS) .navigation-item.navigation-level1.has-active-child:nth-child(3)> .navigation-item-title,
:lang(sr-RS) .navigation-item.navigation-level1.is-active> .navigation-item-title {
    background: url(../../img/aqua_03_new.png) no-repeat scroll 0 -7px rgba(0, 0, 0, 0);
}
:lang(sr-RS) .navigation-item.navigation-level1.is-active:nth-child(4) > .navigation-item-title,
:lang(sr-RS) .navigation-item.navigation-level1:nth-child(4) > .navigation-item-title:hover,
:lang(sr-RS) .navigation-item.navigation-level1.has-active-child:last-child > .navigation-item-title {
    background: url(../../img/aqua_05.png) no-repeat scroll 0 0px rgba(0, 0, 0, 0);
    border-radius: 0;
    background-size: 102% 140%;
    height: 62px;
}
:lang(sr-RS) .aquafresh-kidsbanner-image,
:lang(sr-RS) .aquafresh-product-image {
    margin-top: 22px;
}
@media only screen and (min-width: 768px) {
  :lang(bg-BG) .page-senses-toothpastes .aquafresh-box-background {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 960px) {
    :lang(sr-RS) .navigation-horizontal .navigation-branch.navigation-level1 {
        display: flex;
        justify-content: space-between;
    }
}
:lang(sr-RS) .navigation-horizontal .navigation-item.navigation-level1{
  width: calc(100% / 4);
  z-index: 0;
}
:lang(sr-RS) .navigation-item.navigation-level1 > .navigation-item-title{
  width: 100%;
  padding: 0 0 10px 0;
}
:lang(sr-RS) .navigation-item.navigation-level1 .navigation-item-title:last-child,
:lang(sr-RS) .navigation-item.navigation-level1.is-active:last-child > .navigation-item-title,
:lang(sr-RS) .navigation-item.navigation-level1.has-active-child:last-child > .navigation-item-title,
:lang(sr-RS) .navigation-item.navigation-level1:hover:last-child > .navigation-item-title{
  width: 100%;
}
:lang(sr-RS) .navigation-item ul > li > a.navigation-item-title:hover,
:lang(sr-RS) .navigation-item > .navigation-item-title{
  padding: 15px 0;
}
:lang(sr-RS) .navigation-item.navigation-level1.has-children:last-child:hover{
  border-top-right-radius: 20px;
}
:lang(sr-RS) .navigation-item.navigation-level1.has-children:hover {
  z-index: 11;
}
:lang(sr-RS) .top_menu_line{
  z-index: 10;
  position: relative;
}
:lang(sr-RS) .text-note {

}
:lang(sr-RS) .box-note{
    padding: 0 20px;
    position: relative;
    bottom: -45px;
}
:lang(sr-RS) .text-note .aquafresh-copyright-text{
    color: #000;
}
:lang(sr-RS) .text-note p{
    line-height: 1;
}
:lang(ru-RU) #header .box .buy-now-header {
    /*position: relative;*/
    list-style: none;
    padding: 0;
    margin: 0 !important;
}
:lang(ru-RU) .buy-now-btn {
    background: #16b5ea;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    border: 1px solid #16b5ea;
    display: block;
    width: 110px;
    text-align: center;
    margin: 0 auto;
    line-height: 35px;
    border-radius: 15px;
    transition: all .3s;
}
:lang(ru-RU)  #header .box .buy-now-header .buy-now-header-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 30px;
    width: 175px;
    background: #fff;
    z-index: 100001;
    overflow: hidden;
    list-style: none;
    padding: 20px;
    margin-left: 0 !important;
    box-sizing: border-box;
}
:lang(ru-RU) .buy-now-header .buy-now-btn {
    margin-left: 0;
    /*position: relative;*/
}
:lang(ru-RU) .buy-now-header .buy-now-header-list li:not(:last-child) {
    margin-bottom: 10px;
}
:lang(ru-RU) .buy-now-header .buy-now-header-list li a {
    color: #000;
    font-size: 12px;
    line-height: 1.2;
}
:lang(ru-RU) .reference-buy-button-list{
    position: absolute;
    overflow: visible;
}
:lang(ru-RU) .box-product .buy-now-btn{
    margin-bottom: 20px;
}
:lang(ru-RU) .everyday-care-image-first h3,
:lang(ru-RU) .everyday-care-image h3{
    margin-bottom: 10px;
}
:lang(ru-RU) .box-product  .buy-now-btn:hover{
    color: #16b5ea;
    background-color: #fff;
    border: 1px solid #16b5ea;
}
:lang(ru-RU) .aquafresh-russia-whitening-image-gallery .imageGallery-arrow-right,
:lang(ru-RU) .aquafresh-russia-whitening-image-gallery .imageGallery-arrow-left{
    display: none !important;
}
:lang(ru-RU) .box-product{
    padding: 10px 5px 0;
    position: relative;
}
:lang(ru-RU) .richText ul, .richText ol{
    margin-top: 0;
}
:lang(ru-RU) .everyday-care-image p{
    margin: 0;
    padding: 0;
}
:lang(ru-RU) .russia-full-content-box .everyday-care-image p{
    margin-left: 20px;
    margin-right: 20px;
    margin-block-start: 1em;
    margin-block-end: 1em;
}
:lang(ru-RU) .navigation-item.navigation-level1{
    z-index: 1999;
}
@media (max-width: 768px) {
    :lang(ru-RU) .reference-buy-button-list {
        top: 14px;
        left: 60px;
    }
    :lang(ru-RU) .buy-now-btn{
        width: 90px;
        line-height: 29px;
        margin: 0 auto;
    }
    :lang(ru-RU) .page-teeth-cleaning-products .buy-now-btn,
    :lang(ru-RU) .page-everyday-care .buy-now-btn{
        margin: 0 auto 0 22px;
    }
}

/* IT localization */
html:lang(it-IT) .page-Home {
  min-height: 100vh;
}
html:lang(it-IT) #wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
html:lang(it-IT) #header,
html:lang(it-IT) #content {
  margin: 0;
}
html:lang(it-IT) #footer {
  margin-bottom: 0;
}
/* GSKBD-30042 | 20/11/23 | haleon-logo and page alignment | Start*/
@media(max-width: 991px){
  .m-m-r-1{
    margin-right: 1rem;
  }
  .p-m-t-3{
    padding-top: 3rem;
  }
  .p-m-t-1{
    padding-top: 1rem;
  }
  .haleon-logo img{
    position: absolute;
    right: 2%;
    width: 120px;
    top: 15px;
  }
  
}

@media(min-width: 992px){
  .m-d-r-1{
    margin-right: 1rem;
  }
  .p-d-t-1{
    padding-top: 1rem;
  }
  .p-d-t-5{
    padding-top: 5rem;
  }
  .haleon-logo img{
    width: 120px;
  }
}

.contact-us-details .contact-list {
  padding: 0 20px 0 20px;
}
.contact-us-details .contact-list .contact-item {
  display: flex;
  align-items: center;
  padding-left: 0 !important;
  background: none;
}
.contact-us-details .contact-list .gray-circle {
  background: #b3b3b3;
  text-align: center;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us-details .contact-list .gray-circle img {
  width: 30px;
}
/* GSKBD-30042 | 20/11/23 | haleon-logo and page alignment | End*/
span.selection-underline {
  text-decoration: underline; }

span.selection-bold {
  font-weight: bold; }

span.selection-italic {
  font-style: italic; }
.skip-to-main-content-wrapper a {
  position: absolute;
  color: #fff;
  background-color: #f36633;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid whitesmoke;
  text-align: center;
  font-size: 1.2em;
  width: 30%;
  top: -100px;
  left: 0;
  z-index: 1; }
  .skip-to-main-content-wrapper a:focus, .skip-to-main-content-wrapper a:active {
    top: auto;
    left: auto; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/core/overlay.scss */
.overlay-background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999998;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 14, ../../sass/core/overlay.scss */
.overlay-container {
  position: absolute;
  width: 100%;
  top: 150px;
  text-align: center;
  z-index: 999999;
  padding-bottom: 30px;
}

/* line 23, ../../sass/core/overlay.scss */
.overlay-content {
  position: relative;
  min-width: 80px;
  min-height: 80px;
  max-width: 90%;
  padding: 10px;
  display: inline-block;
  background: #FFF;
  text-align: left;
  border: solid 2px #323131;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

/* line 36, ../../sass/core/overlay.scss */
.overlay-content-inner {
  overflow: hidden;
}

/* line 40, ../../sass/core/overlay.scss */
.overlay-close {
  width: 25px;
  height: 25px;
  z-index: 9999;
  font-size: 25px;
  position: absolute;
  top: -30px;
  right: 15px;
  background: url(../../img/close.png) no-repeat;
  cursor: Pointer;
  display: none;
}

/* line 53, ../../sass/core/overlay.scss */
.overlay-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/loader.gif) no-repeat 50% 50%;
}


/* Country Selector Overlay*/
.overlay-background.overlay-background-country {
display:none !important;
}

.overlay-container.overlay-container-country {
    left: 54%;
    position: absolute;
    top: 60px !important;
    width: 32%;
    z-index: 1000001 !important;
}

.overlay-content.overlay-content-country .overlay-close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    outline: 0 none;
    right: -12px;
    top: -47px;
    width: 45px;
}
@media only screen and (min-width:1141px){
.overlay-container.overlay-container-country {
    left: 56%;
    position: absolute;
    top: 60px !important;
    width: 400px;
                max-width:100%;
    z-index: 1000001 !important;
}
.overlay-content.overlay-content-country .overlay-close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    outline: 0 none;
    right: -23px;
    float:right;
    top: -46px;
    width: 45px;
    position:absolute;
}
}
@media only screen and (min-width:990px) and (max-width:1140px){
.overlay-container.overlay-container-country {
    left: 58%;
    position: absolute;
    top: 60px !important;
    width: 400px;
                max-width:100%;
    z-index: 1000001 !important;
}
.overlay-content.overlay-content-country .overlay-close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    outline: 0 none;
    right: -12px;
    float:right;
    top: -47px;
    width: 45px;
    position:absolute;
}
}
@media only screen and (min-width:960px) and (max-width: 989px){

.overlay-container.overlay-container-country {
    left: 57%;
    min-width: 100px;
    position: absolute;
    top: 103px !important;
    width: 40%;
    z-index: 1000001 !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {

.overlay-container.overlay-container-country {
    left: 68%;
    min-width: 100px;
    position: absolute;
    top: 103px !important;
    width: 30%;
    z-index: 1000001 !important;
}
.overlay-content.overlay-content-country .overlay-close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    outline: 0 none;
    right: -5px;
    top: -47px;
    width: 40px;
}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.country-select{
margin: -28px 0px 0px -41px !important;
padding-top: 13px;
width: 35PX;
float: right;
}

.overlay-content.overlay-content-country .overlay-close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    outline: 0 none;
    right: -9px;
    top: -44px;
    width: 45px;
}
.overlay-container.overlay-container-country {
    left: 62%;
    min-width: 100px;
    position: absolute;
    top: 84px !important;
    width: 35%;
    z-index: 1000001 !important;
}
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
.overlay-container.overlay-container-country {
    left: 46%;
    min-width: 100px;
    position: absolute;
    top: 88px !important;
    width: 50%;
    z-index: 1000001 !important;
}

.overlay-content.overlay-content-country .overlay-close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    outline: 0 none;
    right: -17px;
    top: -42px;
    width: 45px;
}
}
@media only screen and (max-width: 320px) {
.country-select{
margin: -28px 0px 0px -41px !important;
padding-top: 13px;
width: 35PX;
float: right;
}
.overlay-container.overlay-container-country {
    left: 44%;
    min-width: 100px;
    position: absolute;
    top: 88px !important;
    width: 50%;
    z-index: 1000001 !important;
}
.country-left .flag-image img, .country-right .flag-image img {
    position: relative;
    right: 71px;
}
.overlay-content.overlay-content-country .overlay-close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    outline: 0 none;
    right: -11px;
    top: -47px;
    width: 45px;
}
}
/***Overlay Alignment fix for Stedengidsen APP in Aquafresh NL*****/
.overlay-container.overlay-container-nl{
top:100px !important;
 z-index: 100000;
 max-width:100%;
}
.overlay-background.overlay-background-nl{
display: none !important;
}
.overlay-content.overlay-content-nl {
    background: none repeat scroll 0 0 #fff;
    border: 0px;
    display: inline-block;
    max-width: 75%;
    min-height: 80px;
    min-width: 80px;
    padding: 0;
    position: relative;
    text-align: left;
	width: auto !important;
}
.overlay-close.overlay-close-nl{
background: url(../../img/overlay-close-nl.png) no-repeat;
height: 32px;
left: 100%;
width: 32px;
}
/********Ends Here*********//* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix {
  min-height: 0; }
  .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse; }
  .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
    clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0; }
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    right: 2px; }
    .ui-datepicker .ui-datepicker-next span {
      display: block;
      cursor: pointer;
      position: absolute;
      left: 50%;
      margin-left: -8px;
      top: 50%;
      margin-top: -8px; }
  .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    left: 2px; }
    .ui-datepicker .ui-datepicker-prev span {
      display: block;
      cursor: pointer;
      position: absolute;
      left: 50%;
      margin-left: -8px;
      top: 50%;
      margin-top: -8px; }
  .ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
    left: 1px; }
  .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
    right: 1px; }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center; }
    .ui-datepicker .ui-datepicker-title select {
      font-size: 1em;
      margin: 1px 0; }
  .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%; }
  .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em; }
  .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0; }
  .ui-datepicker td {
    border: 0;
    padding: 1px; }
    .ui-datepicker td span, .ui-datepicker td a {
      display: block;
      padding: .2em;
      text-align: center;
      text-decoration: none; }
  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
    .ui-datepicker .ui-datepicker-buttonpane button {
      float: right;
      margin: .5em .2em .4em;
      cursor: pointer;
      padding: .2em .6em .3em .6em;
      width: auto;
      overflow: visible; }
      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }
  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }
  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto; }
    .ui-datepicker-rtl .ui-datepicker-prev:hover {
      right: 1px;
      left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto; }
    .ui-datepicker-rtl .ui-datepicker-next:hover {
      left: 1px;
      right: auto; }
  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right; }
    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
      float: left; }
    .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
      float: right; }
  .ui-datepicker-rtl .ui-datepicker-group {
    float: right; }
  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #d9d6c4;
  background: #eeeeee;
  color: #1f1f1f; }
  .ui-widget-content a {
    color: #1f1f1f; }

.ui-widget-header {
  border: 1px solid #eeece4;
  background: white;
  color: #323131;
  font-weight: bold; }
  .ui-widget-header a {
    color: #323131; }

/* Interaction states
----------------------------------*/
.ui-state-default {
  border: 1px solid #d9d6c4;
  background: #f8f7f6;
  font-weight: bold;
  color: #654b24; }
  .ui-state-default a {
    color: #654b24;
    text-decoration: none; }
  .ui-state-default a:link, .ui-state-default a:visited {
    color: #654b24;
    text-decoration: none; }

.ui-widget-content .ui-state-default {
  border: 1px solid #d9d6c4;
  background: #f8f7f6;
  font-weight: bold;
  color: #654b24; }

.ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-active, .ui-widget-content .ui-state-hover {
  border: 1px solid #FF7A21;
  background: #FF7A21;
  font-weight: bold;
  color: white; }

.ui-widget-header .ui-state-default {
  border: 1px solid #d9d6c4;
  background: #f8f7f6;
  font-weight: bold;
  color: #654b24; }

.ui-widget-header .ui-state-hover, .ui-widget-header ui-state-focus, .ui-widget-header .ui-state-active {
  border: 1px solid #FF7A21;
  background: #FF7A21;
  font-weight: bold;
  color: white; }

.ui-state-hover, .ui-state-focus {
  border: 1px solid #FF7A21;
  background: #FF7A21;
  font-weight: bold;
  color: white; }
  .ui-state-hover a, .ui-state-focus a {
    color: white;
    text-decoration: none; }
  .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: white;
    text-decoration: none; }

.ui-state-focus {
  border: 1px solid #FF7A21;
  background: #FF7A21;
  font-weight: bold;
  color: white; }

.ui-state-active {
  border: 1px solid #FF7A21;
  background: #FF7A21;
  font-weight: bold;
  color: white; }
  .ui-state-active a {
    color: white;
    text-decoration: none; }
  .ui-state-active a:link, .ui-state-active a:visited {
    color: white;
    text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight {
  border: 1px solid #FF7A21;
  background: #eeece4;
  color: #3a3427; }
  .ui-state-highlight a {
    color: #3a3427; }

.ui-widget-content .ui-state-highlight, ui-widget-header .ui-state-highlight {
  border: 1px solid #FF7A21;
  background: #eeece4;
  color: #3a3427; }
  .ui-widget-content .ui-state-highlight a, ui-widget-header .ui-state-highlight a {
    color: #3a3427; }

.ui-widget-content .ui-state-error, ui-widget-header .ui-state-error {
  border: 1px solid #681818;
  background: #b83400;
  color: white; }
  .ui-widget-content .ui-state-error a, ui-widget-header .ui-state-error a {
    color: white; }

.ui-widget-content .ui-state-error-text, ui-widget-header .ui-state-error-text {
  color: white; }

.ui-widget-content .ui-priority-primary, ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-widget-content .ui-priority-secondary, ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-widget-content .ui-state-disabled, ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-error {
  border: 1px solid #681818;
  background: #b83400;
  color: white; }
  .ui-state-error a {
    color: white; }

.ui-state-error-text {
  color: white; }

.ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }
  .ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(../../img/ui-icons_222222_256x240.png); }

.ui-widget-content .ui-icon {
  background-image: url(../../img/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(../../img/ui-icons_FF7A21_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(../../img/ui-icons_FF7A21_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(../../img/ui-icons_ffffff_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(../../img/ui-icons_ffffff_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(../../img/ui-icons_3572ac_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(../../img/ui-icons_fbdb93_256x240.png); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.privacyPolicy {
  overflow: hidden; }
  .privacyPolicy p {
    margin: 0; }
  .privacyPolicy .wsform-hint {
    display: none; }
  .privacyPolicy input[type='checkbox'] {
    float: left; }

.privacyPolicy-text {
  padding-left: 20px; }
/* es_CL */

.ghost {
    display: none;
}

.video video {
    height: 100%;
    width: 100%;
}

.aquafresh-box-products-background .richText {
    margin-top: 10px;
}

@media only screen and (max-width: 460px) {
    #header .aquafresh-header-links .component-content {
        margin-top: -8px;
    }
}

/* vi_VN */

.aquafresh-header-links.vietnam-health ul li a {
    font-weight: bold;
}

*[lang='vi-VN'] #header .aquafresh-header-links ul li a {
    margin-left: 45px;
    width: 170px;
    display: block;
    font-weight: bold;
}

/**[lang='vi-VN'] #header .aquafresh-header-links ul li:last-child a {*/
/*margin-left: 0px;*/
/*width: 127px;*/
/*}*/

*[lang='vi-VN'] .image.component.section.grid_12.alpha.omega.first.odd.homepage-topbanner-image {
    margin: 0;
}

/* fr_fR */

/* el_GR */

.page-gr #footer ul {
    padding-bottom: 1px;
}

*[lang='el-GR'] .aquafresh-header-links ul {
    margin-bottom: -15px;
}

*[lang='el-GR'] .aquafresh-box-white-background h2 {
    max-width: 320px;
}

.page-Nzl .aquafresh-rte-white-background h2 {
    font-size: 23px;
}

.homepage-image-desktop {
    margin-left: 0px;
}

@media only screen and (min-width: 900px) {
    .aquafresh-carousel-pt ul.carousel-slides {
        min-height: 120px;
    }

    .aquafresh-carousel-pt .carousel-content {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
    .kids-normal-pod1 {
        display: none;
    }
}

*[lang='en-ZA'] .no-content img.carousel-cover {
    float: none;
    margin: 0 auto;
    display: block;
}

.homepage-russia-pod2-image {
    margin-top: 8px;
}

*[lang='hu-HU'] .accordion-title-text {
    font-weight: normal;
}

@media only screen and (max-width: 959px) {
     #header .navigation-item.navigation-level1.has-children > .navigation-item-title {
        font-size: 14px;
    }
}

.aquafresh-box-background .richText a {
    text-decoration: none;
}

@media only screen and (max-width: 420px) {
    *[lang='nl-NL'] #header .image.prefix_1.grid_1.alpha {
        margin-left: -40px !important;
    }
}

.page-dentifrici-spazzolini .aquafresh-box-products-background p{
    margin-top: 5px;
    padding-top: 5px;
    margin-left: 20px;
    margin-right: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #014080;

}

*[lang='es-AR'] .homepage-image-desktop .image {
    margin-left: 0;
}

*[lang='el-GR'] #header .aquafresh-header-links ul {
    margin-bottom: 17px;
}

.aquafresh-box-background .find-out-more a {
    color: #014080;
    font-weight: bold;
    margin-top: 8px;
}

