/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.searchBox .form .form-content .textField {
  display: inline;
  float: left;
  margin-right: 15px;
}

.searchBox .form .form-content .formButton {
  display: inline;
  float: left;
}

.no-box.searchBox .form .form-content .section {
  margin: 0 15px 0 0;
}

.no-box.searchBox .form .form-content .formButton.section {
  margin: -1px 0 0;
}

.searchBox input[type=text] {
  width: 81px;
}

.searchBox-title {
  cursor: default;
}

.form-search.no-box,
.form-search.no-box .section {
  margin-top: 0;
  margin-bottom: 0;
}

.lt-ie8 .button {
  margin-left: 4px;
}

.header-box .sensodyne-search-box {
  float: right;
  position: relative;
  width: 3.38298%;
  margin-left: 0;
  text-align: right;
}
.header-box .sensodyne-search-box > .component-content {
  width: 200px;
  height: 26px;
  border-radius: 15px;
  background: #f7f7f7;
  display: none;
  position: absolute;
  right: 0;
  top: 5px;
}
.header-box .sensodyne-search-box > .component-content button {
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  padding: 0;
  text-indent: -9999px;
  background: transparent url(../../img/search-grey.png) no-repeat left top;
  height: 17px;
  width: 17px;
  float: right;
  margin: 5px 9px 0 0;
  display: none;
}
.header-box .sensodyne-search-box > .component-content .search-query {
  float: left;
  width: 178px;
  margin: 1px 0 0 10px;
  height: 20px;
  border: none;
  background: transparent url("../../img/search-glass@2x.png") no-repeat right center;
  background-size: 17px auto;
  outline: none;
}

.search-query {
  font-family: Arial, sans-serif;
}
.search-query::-webkit-input-placeholder, .search-query::-moz-placeholder, .search-query:-ms-input-placeholder, .search-query:-moz-placeholder {
  font-family: Arial, sans-serif;
  color: #8f8b8b;
  font-size: 16px;
}

.search-span {
  background: url(../../img/search-white.png) left top no-repeat;
  height: 17px;
  width: 17px;
  float: right;
  margin: 9px 9px 0 0;
  cursor: pointer;
}

@media only screen and (max-width: 959px) {
  .header-box .sensodyne-search-box > .component-content {
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .search-span {
    display: none;
  }

  .show-search {
    display: block !important;
  }

  .header-box .sensodyne-search-box > .component-content {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 50px;
    border-radius: 0;
    background: none;
  }
  .header-box .sensodyne-search-box > .component-content .search-query {
    width: 100%;
    height: 40px;
    background: url("../../img/white-search.png") no-repeat 98% center;
    font-family: arial, sans-serif;
    color: #8f8b8b;
    font-size: 16px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 400px) {
  .header-box .sensodyne-search-box > .component-content .search-query {
    background: url("../../img/white-search.png") no-repeat 96% center;
  }
}

/*# sourceMappingURL=searchBox.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.searchResults-pagination {
  text-align: center;
  overflow: hidden;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: default;
}

.searchResults-pagination-list {
  padding: 0;
  margin: 0;
}

.searchResults-pagination-item {
  display: inline-block;
  line-height: 30px;
  background-color: #eeeeee;
  margin: 1px;
  cursor: default;
  *display: inline;
}

.searchResults-pagination-item a {
  display: inline-block;
  background-color: #e1e1e1;
  min-width: 30px;
  padding: 0 10px;
  cursor: pointer;
}

.searchResults-pagination-item a:hover {
  background-color: #ebebeb;
  text-decoration: none;
}

.searchResults-pagination-item.is-active {
  font-weight: bold;
}

.searchResults-title {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-left: 110px;
}

.searchResults-term {
  font-style: italic;
}

.searchResults-number {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.searchResults-results {
  margin-bottom: 10px;
}

.searchResults-description,
.searchResults-url {
  margin-left: 110px;
}

.searchResults-image {
  float: left;
  width: 100px;
  height: 100px;
  margin: 10px 0;
}

.searchResults-result {
  position: relative;
  overflow: hidden;
  padding: 0 10px 20px 10px;
  background-color: #e1e1e1;
}

.searchResults-result:nth-child(even) {
  background-color: inherit;
}

.searchResults-icon-wrapper {
  position: absolute;
  text-align: center;
  width: 70px;
  margin-top: 10px;
  left: 0;
  top: 0;
}

.searchResults-date {
  margin-bottom: 10px;
  margin-left: 110px;
}

.searchResults-url {
  margin-top: 10px;
}

.lt-ie8 .searchResults-pagination-item {
  display: inline;
  zoom: 1;
  margin: 3px;
}
.lt-ie8 .searchResults-pagination-item a {
  display: block;
  zoom: 1;
}

.searchResults-tags {
  list-style-type: none;
  padding: 0;
}

.searchResults-tags-item {
  display: inline-block;
  margin: 0 2px;
}

.searchResults-tags-item-link {
  background: #b9b8b8;
  color: black;
  border: 1px solid #939191;
  padding: 1px;
  display: block;
  font-size: 0.85em;
}

.search-box {
  width: 100%;
  background: url(../../img/footer-slice.png) left top repeat-x;
}
.search-box .component-content {
  max-width: 780px;
}
.search-box .sensodyne-search-box {
  width: 99%;
  border: 2px solid rgba(143, 139, 139, 0.4);
  padding: 5px 0;
  margin-top: 10px;
}
.search-box .sensodyne-search-box .searchBox-label {
  width: 92.2%;
  min-height: 50px;
  background: url(../../img/search-divider.png) right top no-repeat;
  float: left;
}
.search-box .sensodyne-search-box .searchBox-label .search-query {
  width: 95%;
  font-size: 20px;
  color: #666363;
  font-weight: normal;
  font-family: Arial, sans-serif;
  padding-left: 2.5%;
  margin-top: 10px;
  border: none;
  outline: none;
}
.search-box .sensodyne-search-box .button {
  background: url(../../img/search-result-search.png) left top no-repeat;
  height: 23px;
  width: 21px;
  text-indent: -9999px;
  border: none;
  float: left;
  margin: 13px 0 0 18px;
}
.search-box .sensodyne-search-box .search-count {
  width: 100%;
  margin-top: 38px;
  margin-bottom: 15px;
}
.search-box .sensodyne-search-box .search-count p {
  font-size: 14px;
  color: #666363;
  font-weight: bold;
}
.search-box .searchResults-result {
  padding: 24px 0 38px 0;
  background-color: transparent;
  width: 100%;
  border: none;
  border-top: 1px solid rgba(143, 139, 139, 0.4);
}
.search-box .searchResults-result .searchResults-title {
  color: #00a3db;
  font-size: 20px;
  font-weight: normal;
  margin: 10px 0 0 0;
  padding-bottom: 6px;
}
.search-box .searchResults-result .searchResults-title a {
  color: #00a3db;
  font-size: 20px;
  text-decoration: underline;
  font-weight: normal;
  font-style: normal;
}
.search-box .searchResults-result .searchResults-title a:hover {
  color: #014289;
  text-decoration: underline;
}
.search-box .searchResults-result .searchResults-description {
  margin-left: 0;
  color: #666363;
  font-size: 16px;
  font-weight: normal;
}
.search-box .searchResults-pagination {
  width: 100%;
  border-top: 1px solid rgba(143, 139, 139, 0.4);
  padding: 56px 0 0 0;
  margin-bottom: 0;
}
.search-box .searchResults-pagination .searchResults-pagination-list .searchResults-pagination-item {
  background-color: transparent;
  border: none;
  height: 30px;
}
.search-box .searchResults-pagination .searchResults-pagination-list .searchResults-pagination-item a {
  background-color: transparent;
  max-width: 15px;
  padding: 0 2px;
  color: #00a3db;
  font-size: 16px;
  text-decoration: underline;
  font-weight: normal;
}
.search-box .searchResults-pagination .searchResults-pagination-list .searchResults-pagination-item.is-active a {
  color: #014289;
  text-decoration: none;
}
.search-box .searchResults-pagination .searchResults-pagination-list .searchResults-pagination-item.item-next a {
  width: 14px;
  height: 30px;
  background: url(../../img/next.png) left 3px no-repeat;
  text-indent: -9999px;
  margin-left: 20px;
  line-height: 30px;
}
.search-box .searchResults-pagination .searchResults-pagination-list .searchResults-pagination-item.item-previous a {
  width: 14px;
  height: 30px;
  background: url(../../img/prev.png) left 3px no-repeat;
  text-indent: -9999px;
  margin-right: 20px;
  line-height: 30px;
}
.search-box .searchResults {
  font-size: 14px;
  color: #666363;
  font-weight: bold;
  padding: 0 0 77px 0;
  border: none;
  margin: 16px auto 0;
}
.search-box .searchResults .searchResults {
  padding: 0;
}

.searchResults-tags .searchResults-tags-item .searchResults-tags-item-link {
  background: none;
  border: none;
  padding: 0 5px 0 0;
  font-size: 14px;
  color: #014289;
}
.searchResults-tags .searchResults-tags-item .searchResults-tags-item-link:hover {
  background: none;
  border: none;
  color: #014289;
}

.searchResults-pagination-item:first-child a, .searchResults-pagination-item:last-child a {
  text-indent: inherit;
}

@media only screen and (max-width: 959px) {
  .search-box > .component-content {
    max-width: 95%;
  }
  .search-box .sensodyne-search-box .searchBox-label {
    width: 91.2%;
  }
}
@media only screen and (max-width: 767px) {
  .search-box .sensodyne-txt h1 {
    font-size: 24px;
    margin: 33px 0 12px 0;
  }
  .search-box .searchResults-result {
    padding: 13px 0 13px 0;
  }
  .search-box .searchResults-result .searchResults-title a {
    font-size: 16px;
  }
  .search-box .searchResults-result .searchResults-title a:hover {
    font-size: 16px;
  }
  .search-box .searchResults-result .searchResults-description {
    font-size: 14px;
    line-height: 1.2;
  }
  .search-box .sensodyne-search-box .searchBox-label {
    width: 90.2%;
  }
  .search-box > .component-content {
    max-width: 86%;
  }
  .search-box .sensodyne-txt h1 {
    display: none;
  }
  .search-box .sensodyne-search-box {
    margin-top: 25px;
    background: #fff;
  }
}
@media only screen and (max-width: 700px) {
  .search-box .sensodyne-search-box .searchBox-label {
    width: 88.2%;
  }
}
@media only screen and (max-width: 580px) {
  .search-box .sensodyne-search-box .searchBox-label {
    width: 86.2%;
  }
}
@media only screen and (max-width: 500px) {
  .search-box .sensodyne-search-box .searchBox-label {
    width: 84.2%;
  }
}
@media only screen and (max-width: 435px) {
  .search-box .sensodyne-search-box .searchBox-label {
    width: 82.2%;
  }
}
@media only screen and (max-width: 390px) {
  .search-box .sensodyne-search-box .searchBox-label {
    width: 80.2%;
  }
}
@media only screen and (max-width: 350px) {
  .search-box .sensodyne-search-box .searchBox-label {
    width: 78.2%;
  }
}
@media only screen and (max-width: 320px) {
  .search-box .sensodyne-search-box .searchBox-label {
    width: 77.2%;
  }
}

/*# sourceMappingURL=searchResults.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.shareThis-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shareThis-list li {
  float: left;
  width: auto;
  height: 26px;
  margin: 0 10px 10px 0;
}

.shareThis-list li:last-child {
  margin-right: 0;
  margin-right: 0;
}

.shareThis-item a {
  display: block;
  height: 26px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.shareThis-item img {
  opacity: 0.7;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.shareThis-item a:hover img {
  opacity: 1;
}

.footer-share-this {
  width: 100%;
  text-align: center;
  margin: 32px 0 36px 0;
}

.shareThis-list {
  width: auto;
  margin: 0 auto;
  text-align: center;
  display: table;
  border-collapse: collapse;
}
.shareThis-list li {
  float: none;
  width: 52px;
  height: 52px;
  margin: 0 0 0 0;
  display: table-cell;
  border: 1px solid #cdcbcb;
}

.shareThis-item a {
  display: table-cell;
  height: 52px;
  width: 52px;
  vertical-align: middle;
  text-align: center;
  line-height: normal;
}
.shareThis-item img {
  margin: 5px 0 0 0;
}

/*# sourceMappingURL=shareThis.css.map */
/*@import 'sitemap/sitemap-base';*/

/*# sourceMappingURL=sitemap.css.map */
/*@import 'smartLink/smartLink-base';*/

/*# sourceMappingURL=smartLink.css.map */
/*@import 'table/table-base';*/

/*# sourceMappingURL=table.css.map */
/*@import 'tabs/tabs-base';*/

/*# sourceMappingURL=tabs.css.map */
/*@import 'title/title-base';*/

/*# sourceMappingURL=title.css.map */
/*@import 'twitter/twitter-base';*/

/*# sourceMappingURL=twitter.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.video-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.video-nojs {
  display: none;
  text-align: center;
  padding: 20px 0;
  color: red;
}

.no-js .video-nojs {
  display: block;
}

.video object,
.video embed {
  width: 100% !important;
}

.video-video {
  border: solid 2px #323131;
}

.video-video-container {
  margin: 0 auto;
}

.video-description {
  border: solid 2px #323131;
  padding: 13px;
  margin-top: -2px;
}

.overlay-content .mejs-overlay-button {
  display: none;
}

.sensitivity-video {
  width: 100% !important;
  margin: 26px 0 30px 0;
}
.sensitivity-video #img {
  height: auto !important;
}

.product-video {
  width: 780px !important;
  margin: 80px auto 30px auto;
}
.product-video #img {
  height: auto !important;
}

@media only screen and (max-width: 959px) {
  .sensitivity-video > .component-content {
    max-width: 100%;
  }

  .product-video {
    width: 100% !important;
  }
  .product-video > .component-content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .dentist-box .sensitivity-video {
    margin: 26px 0 0 0;
  }

  .product-video {
    margin: 18px auto 30px auto;
  }

  .sensodyne-box.component .sensodyne-video.component {
    margin-left: 0;
    width: 100%;
  }
  .sensodyne-box.component .sensodyne-video.component > .component-content {
    max-width: 100%;
  }
}

/*# sourceMappingURL=video.css.map */
/*@import 'videoGallery/videoGallery-base';*/

/*# sourceMappingURL=videoGallery.css.map */
.text-align-center{
  text-align: center !important;
}
.max-width-100percent>.component-content{
  max-width: 100% !important;
}.products-swiper {
  margin-top: 50px;
  position: relative;
  border-bottom: 1px solid rgba(143, 139, 139, 0.4);
  padding-bottom: 20px;
}

.products-swiper .swiper-slide-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.products-swiper .swiper-button-prev {
  position: absolute;
  top: 33%;
  left: 0;
  transform: rotate(-180deg);
  z-index: 10;
  cursor: pointer;
}

.products-swiper .swiper-button-next {
  position: absolute;
  top: 33%;
  right: 0;
  z-index: 10;
  cursor: pointer;
}

.products-swiper .swiper-slide-link {
  font-family: "Roboto", "OpenSans", sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #8f8b8b;
  text-align: center;
  display: block;
}

.products-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  top: 0;
  left: 0;
  background-color: #e6e5e5;
}

.products-swiper .swiper-slide-active.swiper-slide::after {
  display: none;
}

.highlighted {
  color: #00a3db !important;
}


:lang(ro-RO) .page-produse  {
  .products-swiper {
    .swiper-button-prev,
    .swiper-button-next {
      display: none;
    }
  }

  @media (max-width: 639px) {
  .products-swiper:has(.swiper-slide:nth-child(3)) {
      .swiper-button-prev,
      .swiper-button-next {
        display: block;
      }
    }
  }

  @media (min-width: 640px) and (max-width: 766px) {
    .products-swiper:has(.swiper-slide:nth-child(4)) {
      .swiper-button-prev,
      .swiper-button-next {
        display: block;
      }
    }
  }

  @media (min-width: 767px) and (max-width: 991px) {
  .products-swiper:has(.swiper-slide:nth-child(5)) {
    .swiper-button-prev,
      .swiper-button-next {
        display: block;
      }
    }
  }

  @media (min-width: 992px) {
  .products-swiper:has(.swiper-slide:nth-child(6)) {
    .swiper-button-prev,
    .swiper-button-next {
      display: block;
    }
  }
  }
}#exit-notification {
    background: rgba(0, 0, 0, .5);
}

#exit-notification .dialog-content {
    z-index: 9999;
    top: 10%;
    position: fixed;
    right: 0;
    left: 0;
    background-color: #fff;
    width: 60%;
    max-width: 650px;
    border-radius: 15px;
    margin: 0 auto;
    padding: 20px;
    font-size: 14px;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#exit-notification.exit-notification .dialog-content img {
    max-width: 150px;
    margin: 0 0 20px;
}

#exit-notification.exit-notification .dialog-content p {
    font-family: "HelveticaNeueLTProRoman";
    color: #000000;
    font-size: 1em;
    line-height: 1.5;
    margin: 0 30px 10px;
    text-align: justify;
}

#exit-notification.exit-notification .dialog-content p a {
    font-weight: bold;
}

#exit-notification.exit-notification .dialog-content p a:hover,
#exit-notification.exit-notification .dialog-content p a:focus {
    color: #000000;
    text-decoration: underline;
}

#exit-notification.exit-notification .dialog-content .action-section {
    display: flex;
    justify-content: end;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 20px;
    padding: 35px 0 0 0;
    width: 100%;
}

#exit-notification.exit-notification .dialog-content button {
    background-color: #30ea03;
    border: 0;
    color: #000000;
    border-radius: 24px;
    width: 135px;
    padding: 12px 10px;
    letter-spacing: .05rem;
    line-height: 1;
    font-size: .813rem;
    font-weight: 600;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
    margin-bottom: 1rem;
}

#exit-notification.exit-notification .dialog-content button.exit-notification-deny {
    margin-right: 1rem;
}

#exit-notification.exit-notification .dialog-content button:hover {
    background-color: #000000;
    color: #FFFFFF;
    border-color: #000000;
    opacity: 1.0;
    outline: 1px dotted black;
}

