/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/divider/_divider-base.scss */
.divider {
  background: rgba(143, 139, 139, .4);
  height: 1px;
  background-size: 0;
  margin: 0 0;
}

/* line 11, ../../sass/components/divider/_divider-base.scss */
.divider.float-breaker {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
  height: auto;
}

.product-divider {
text-align:center;
width:100%;
margin-bottom:100px;
position:relative;
float:left;
margin-left:2%;
color:#8f8b8b;
font-size:14px;
margin-top:-70px;
}

.product-divider .richText-content {
  display: flex;
  justify-content: center;

  p {
    width: fit-content;
  }
}

.product-divider p::after {
content:'';
width:var(--divider-width, 50px);
height:1px;
position:absolute;
right:0;
top:11px;
font-size:0;
background: rgba(143, 139, 139, .4);
}
.product-divider p::before {
content:'';
width:var(--divider-width, 50px);
height:1px;
position:absolute;
left:0;
top:11px;
font-size:0;
background: rgba(143, 139, 139, .4);
}



/* -----------------product-divider-top-------------------- */

.product-divider-top .richText-content {
  display: flex;
  justify-content: center;

  p {
    width: fit-content;
  }
}

.product-divider-top {
text-align:center;
width:100%;
margin-bottom:100px;
position:relative;
float:left;
margin-left: 0;
margin-right: 1%;
color:#8f8b8b;
font-size:14px;
margin-top:40px;
}

.product-divider-top p::after {
  content:'';
  width:var(--divider-width, 50px);
  height:1px;
  position:absolute;
  right:0;
  top:11px;
  font-size:0;
  background: rgba(143, 139, 139, .4);
}

.product-divider-top p::before {
  content:'';
  width:var(--divider-width, 50px);
  height:1px;
  position:absolute;
  left:0;
  top:11px;
  font-size:0;
  background: rgba(143, 139, 139, .4);
}
:lang(en-IE) .richText.component.section.even.complete-protection-text.product-divider.product-divider-p55::before{
  width:33% !important;
}
:lang(en-IE) .richText.component.section.even.complete-protection-text.product-divider.product-divider-p55::after{
  width: 33% !important;
}

.product-divider-landing { /* AJ 24/15 */
text-align:center;
width:940px;
margin-bottom:96px;
position:relative;
float:none;
margin-left:auto;
color:#8f8b8b;
font-size:14px;
margin-top:70px;
margin-right:auto;
}
.product-divider-landing::after {
content:'';
width:39%;
height:1px;
position:absolute;
right:0;
top:11px;
font-size:0;
background: rgba(143, 139, 139, .4);
}
.product-divider-landing::before {
content:'';
width:39%;
height:1px;
position:absolute;
left:0;
top:11px;
font-size:0;
background: rgba(143, 139, 139, .4);
}
.tagBasedFilterResults.component > .product-divider:nth-child(13)::after{
width:39%;
}
.tagBasedFilterResults.component > .product-divider:nth-child(13)::before{
width:39%;
}
.divider.enamel-divider {
  background: rgba(143, 139, 139, .4);
  height: 1px;
  background-size: 0;
  margin: 28px 0 18px 0;
  float:left;
  width:100%;
}
.mobile-related-txt{
display:none;
}

.product-box-filter.us-product-box-filter .repair-and-protection-text.product-divider{
margin-top:-65px;
}

.product-box-filter.us-product-box-filter  .pronamel-text.product-divider{
margin-top:20px;
}
:lang(es-ES).product-box-filter.us-product-box-filter  .pronamel-text.product-divider{
  margin-top:20px;
}
.product-box-filter.us-product-box-filter  .product-divider{
margin-top:40px;
}
.product-box-filter.us-product-box-filter .whitening-text.product-divider{
margin-top:94px;
margin-bottom:45px;
}

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

.product-divider-landing {

width:94%;

}
.product-divider-landing::after {

width:35%;

}
.product-divider-landing::before {

width:35%;
}
.product-divider::after {
width:35%;
}
.product-divider::before {
width:35%;
}
.product-divider {
margin-left:0
}

}
@media only screen and (max-width: 767px) {
.divider.enamel-divider {
display:none !important;
}
.product-divider-top{
font-size:12px;
margin-top:32px;
margin-bottom:50px;
}
.product-divider-top::before,.product-divider-top::after{
width:39%;
top:9px;
}
.product-divider {
font-size:12px;
margin-top:10px;
margin-bottom:56px;
}
.product-divider::before,.product-divider::after{
width:30%;
top:9px;
}
.repair-and-protection-text.product-divider::before, .repair-and-protection-text.product-divider::after{
width:38%;
top:9px;
}
.complete-protection-text.product-divider::before, .complete-protection-text.product-divider::after{
width:37% !important;
top:9px;
}
.pronamel-text.product-divider::before, .pronamel-text.product-divider::after{
width:42% !important;
top:9px;
}
.faq-box.component .divider{
display:none;
}
.mobile-related-txt{
display:block;
text-align:center;
width:100%;
margin-bottom:36px;
position:relative;
float:left;
margin-left:0;
color:#8f8b8b;
font-size:12px;
text-transform:uppercase;
margin-top:33px;
}
.mobile-related-txt::after {
content:'';
width:39%;
height:1px;
position:absolute;
right:0;
top:9px;
font-size:0;
background: rgba(143, 139, 139, .4);
}
.mobile-related-txt::before {
content:'';
width:39%;
height:1px;
position:absolute;
left:0;
top:9px;
font-size:0;
background: rgba(143, 139, 139, .4);
}

.product-divider-landing{
margin-bottom:30px;
margin-top:33px;
font-size:12px;
width:86%;
}
.product-divider-landing > .component-content{
max-width:100%;
}
.product-divider-landing::before, .product-divider-landing::after{
width:36%;
top:8px;
}
.product-box-filter.us-product-box-filter .repair-and-protection-text.product-divider{
margin-top:0;
}
.product-box-filter.us-product-box-filter  .complete-protection-text.product-divider{
margin-top:40px;
}
.product-box-filter.us-product-box-filter  .pronamel-text.product-divider{
margin-top:40px;
}

.product-box-filter.us-product-box-filter .whitening-text.product-divider{
margin-top:0;
}

}
@media only screen and (max-width: 670px) {
.mobile-related-txt::after, .mobile-related-txt::before {
width:37%;
}
.product-divider-landing::before, .product-divider-landing::after{
width:34%;
}
}
@media only screen and (max-width: 640px) {
.complete-protection-text.product-divider::before, .complete-protection-text.product-divider::after{
width:36% !important;
}

}
@media only screen and (max-width: 600px) {
.product-divider-top::before,.product-divider-top::after{
width:38%;
}
.repair-and-protection-text.product-divider::before, .repair-and-protection-text.product-divider::after{
width:36%;
}
.complete-protection-text.product-divider::before, .complete-protection-text.product-divider::after{
width:35% !important;
}
.product-divider-landing::before, .product-divider-landing::after{
width:32%;
}

}

@media only screen and (max-width: 568px) {
.product-divider-top::before,.product-divider-top::after{
width:37%;
}
.repair-and-protection-text.product-divider::before, .repair-and-protection-text.product-divider::after{
width:35%;
}
.complete-protection-text.product-divider::before, .complete-protection-text.product-divider::after{
width:34% !important;
}
.pronamel-text.product-divider::before, .pronamel-text.product-divider::after{
width:41% !important;
}
.mobile-related-txt::after, .mobile-related-txt::before {
width:35%;
}
.product-divider-landing::before, .product-divider-landing::after{
width:30%;
}
:lang(en-IE) .richText.component.section.even.complete-protection-text.product-divider.product-divider-p55::before {
  width: 22% !important;
}
:lang(en-IE) .richText.component.section.even.complete-protection-text.product-divider.product-divider-p55::after {
  width: 22% !important;
}
}

@media only screen and (max-width: 500px) {
.product-divider-top::before,.product-divider-top::after{
width:35%;
}
}
@media only screen and (max-width: 490px) {
.mobile-related-txt::after, .mobile-related-txt::before {
width:33%;
}
}

@media only screen and (max-width: 480px) {
.product-divider-top::before,.product-divider-top::after{
width:33%;
}
.repair-and-protection-text.product-divider::before, .repair-and-protection-text.product-divider::after{
width:33%;
}
.complete-protection-text.product-divider::before, .complete-protection-text.product-divider::after{
width:32% !important;
}
.pronamel-text.product-divider::before, .pronamel-text.product-divider::after{
width:39% !important;
}
.product-divider-landing::before, .product-divider-landing::after{
width:28%;
}
}
@media only screen and (max-width: 430px) {
.mobile-related-txt::after, .mobile-related-txt::before {
width:31%;
}
.product-divider-landing::before, .product-divider-landing::after{
width:26%;
}
}
@media only screen and (max-width: 390px) {
.product-divider-landing::before, .product-divider-landing::after{
width:22%;
}
}

@media only screen and (max-width: 375px) {
.product-divider-top::before,.product-divider-top::after{
width:29%;
}
.repair-and-protection-text.product-divider::before, .repair-and-protection-text.product-divider::after{
width:28%;
}
.complete-protection-text.product-divider::before, .complete-protection-text.product-divider::after{
width:26% !important;
}
.pronamel-text.product-divider::before, .pronamel-text.product-divider::after{
width:36% !important;
}
.mobile-related-txt::after, .mobile-related-txt::before {
width:29%;
}
}

@media only screen and (max-width: 360px) {
.product-divider-top::before,.product-divider-top::after{
width:27%;
}
.repair-and-protection-text.product-divider::before, .repair-and-protection-text.product-divider::after{
width:27%;
}
.complete-protection-text.product-divider::before, .complete-protection-text.product-divider::after{
width:24% !important;
}
.pronamel-text.product-divider::before, .pronamel-text.product-divider::after{
width:36% !important;
}
.mobile-related-txt::after, .mobile-related-txt::before {
width:27%;
}
.product-divider-landing::before, .product-divider-landing::after{
width:20%;
}

}
@media only screen and (max-width: 320px) {
.product-divider-top{
font-size:12px;
margin-top:32px;
margin-bottom:50px;
}
.product-divider-top::before,.product-divider-top::after{
width:26%;
top:9px;
}
.product-divider {
font-size:12px;
margin-top:10px;
margin-bottom:56px;
}
.product-divider::before,.product-divider::after{
width:30%;
top:9px;
}
.repair-and-protection-text.product-divider::before, .repair-and-protection-text.product-divider::after{
width:23%;
top:9px;
}
.complete-protection-text.product-divider::before, .complete-protection-text.product-divider::after{
width:20% !important;
top:9px;
}

.pronamel-text.product-divider::before, .pronamel-text.product-divider::after{
width:35% !important;
top:9px;
}
.faq-box.component .divider{
display:none;
}
.mobile-related-txt::after, .mobile-related-txt::before {
width:25%;
}
.product-divider-landing{
margin-bottom:30px;
margin-top:33px;
font-size:12px;
}
.product-divider-landing::before, .product-divider-landing::after{
width:18%;
top:8px;
}
}
:lang(nl-NL) .product-divider::before,
:lang(nl-NL) .pronamel-text.product-divider::before,
:lang(nl-NL) .product-divider-top::before {
    width: 100% !important;
    margin: 0 !important;
}

:lang(nl-NL) .product-divider::after,
:lang(nl-NL) .product-divider-top::after {
    display: none !important;
}

:lang(nl-NL) .product-divider p,
:lang(nl-NL) .product-divider h2,
:lang(nl-NL) .product-divider-top p,
:lang(nl-NL) .product-divider-top h2 {
    display: inline-block;
    padding: 0 20px;
    background: #fff;
    position: relative;
    margin: 0;
    color: #8f8b8b;
    font-size: 14px;
    font-family: "Roboto", "OpenSans", sans-serif;
    font-weight: normal;
}

:lang(es-ES) .divider-txt::before {
    width: 100% !important;
    margin: 0 !important;
}

:lang(es-ES) .divider-txt::after {
    display: none !important;
}

:lang(es-ES) .divider-txt p {
    display: inline-block;
    padding: 0 20px;
    background: #fff;
    position: relative;
}#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;
}

