.form-error {
    color: #ce1126
}

.pagination {
    text-align: center
}

.pagination__item {
    display: inline-block;
    padding: .325rem .75rem;
    line-height: 1.42857143rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    margin: .625rem -1px 0;
    cursor: pointer
}

.pagination__item:hover {
    background-color: #eee
}

.pagination__item--is-active {
    background-color: #15b5c6;
    color: #fff;
    cursor: default
}

.pagination__item--is-active:hover {
    background-color: #15b5c6
}

.load-more__button {
    cursor: pointer
}

.video__title {
    color: #15b5c6;
    font-family: Source Sans Pro, Montserrat;
}

.video__title--main {
    font-size: 2rem;
    margin: 0 1em 1em
}

.video__title--item {
    font-size: 1.5rem;
    margin: 1em
}

.video__intro-line {
    margin: 0 1em 1em
}

.video__intro-line--main {
    font-size: 1.5rem
}

.video__intro-line--item {
    font-size: 1.25rem
}

.video__description {
    margin: 1em
}

.video__description--main {
    margin: 1rem 1rem 0
}

.video__description--item {
    margin: 0 1rem
}

.video__button-container {
    width: 50%;
    margin: 1em auto 0;
    text-align: center
}

.video__button-container .button-link {
    display: block;
    padding: .25em
}

.video__section {
    margin: auto 1.25em;
    display: flex;
    flex-wrap: wrap
}

.video__section--item, .video__section--main {
    justify-content: center
}

.video__section--item {
    margin-bottom: 3em
}

.video__box {
    display: flex;
    flex-direction: column;
    width: auto;
    margin: 1.25em auto
}

.video__box--main {
    margin-top: 4.25em
}

.video__wrapper {
    position: relative
}

.video__player--active {
    display: block
}

.video__player--inactive {
    display: none
}

.video__start {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    opacity: .5;
    cursor: pointer;
    transition: all 0.3s;
    background: transparent;
    border: none;
    outline: none
}

.video__start--active {
    display: block
}

.video__start--inactive {
    display: none
}

.video__start:hover {
    opacity: 1
}

.video__play circle {
    stroke: #15b5c6
}

.video__play polygon {
    fill: #15b5c6
}

.video__iframe, .video__thumbnail {
    width: 100%;
    border-bottom: 1.5em solid #15b5c6;
    height: auto
}

.video__thumbnail {
    overflow: hidden;
    background-color: #000
}

.video__thumbnail--active {
    display: block
}

.video__thumbnail--inactive {
    display: none
}

img.video__thumbnail-img {
    opacity: .6;
    width: auto;
    margin: auto
}

img.video__thumbnail-img--original {
    margin-top: 0
}

@media (min-width: 359px) {
    .video__box {
        width: 355.55px
    }

    .video__iframe, .video__thumbnail {
        height: 175px
    }

    img.video__thumbnail-img {
        width: 100%;
        margin-top: -2em
    }
}

@media (min-width: 768px) {
    .video__box {
        width: 586.66px
    }

    .video__iframe, .video__thumbnail {
        height: 330px
    }

    img.video__thumbnail-img {
        margin-top: -3.45em
    }
}

@media (min-width: 992px) {
    .video__box {
        width: 800px;
        margin: 3em auto
    }

    .video__iframe, .video__thumbnail {
        height: 450px
    }

    img.video__thumbnail-img {
        width: 100%;
        margin-top: -4.7em
    }
}

@media (min-width: 1199px) {
    .video__section--item {
        justify-content: space-between
    }

    .video__box--main {
        width: 906.66px
    }

    .video__box--item {
        margin: 1.25em auto;
        width: 32%
    }

    .video__box__iframe, .video__box__thumbnail--main {
        height: 510px
    }

    .video__box__thumbnail--item {
        height: 200px
    }

    img.video__thumbnail-img--main {
        width: 100%;
        margin-top: -5.25em
    }

    img.video__thumbnail-img--item {
        margin-top: -2.5em
    }
}

.blog-navigation {
    margin-bottom: 1rem
}

.blog-navigation__text--with-badge {
    display: inline-block;
    width: 85%
}

.blog-navigation__title {
    padding: 1.25rem;
    background: #f7f7f7;
    border: 1px solid #dfdfdf
}

.blog-navigation__list {
    padding: 1.25rem;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-top: none
}

.blog-navigation__item {
    position: relative;
    display: block;
    padding: 15px;
    word-wrap: break-word
}

.blog-navigation__item:focus, .blog-navigation__item:hover {
    background-color: #eee;
    cursor: pointer;
    border-radius: .125rem
}

.blog-navigation__item--active, .blog-navigation__item--active.link, .blog-navigation__item--active.link--child-active, .blog-navigation__item--has-active, .blog-navigation__item--has-active.link, .blog-navigation__item--has-active.link--child-active {
    background-color: #15b5c6;
    color: #fff
}

.blog-navigation__badge {
    position: absolute;
    right: .9375rem;
    font-weight: 700;
    padding: .1875rem .4375rem;
    font-size: .75rem;
    color: #fff;
    background-color: #777;
    border-radius: .75rem
}

.related-things {
    margin-bottom: 1rem
}

.related-things__image {
    margin-bottom: .625rem
}

.related-things__title {
    padding: 1.25rem;
    background: #f7f7f7;
    border: 1px solid #dfdfdf
}

.related-things__list {
    padding: 1.25rem;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-top: none
}

.related-things__item {
    position: relative;
    display: block;
    padding: 15px;
    word-wrap: break-word
}

.related-things__item:focus, .related-things__item:hover {
    background-color: #eee;
    cursor: pointer;
    border-radius: .125rem
}

.related-things__item--with-img {
    text-align: center
}

@font-face {
    font-family: 'VeetDisplay';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Veet-Display.woff');
    src: url('../fonts/Veet-Display.woff') format("woff")
}

@font-face {
    font-family: 'GoodPro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/GoodPro.woff');
    src: url('../fonts/GoodPro.woff') format("woff")
}

.RBStarterKitProductPage .product__title {display: none;}
.RBStarterKitProductPage .col.product__main-text {margin-left: 10%;}
.RBStarterKitProductPage .product__content-grid .rte-wrapper h2.font_VeetDisplay,
.RBStarterKitProductPage .col.product__main-text h2.font_VeetDisplay {font-family: 'VeetDisplay';font-size: 60px;color: #002d5d;font-weight: 500;margin: 10px 0;}
.RBStarterKitProductPage .product__content-grid .rte-wrapper p.font_GoodPro,
.RBStarterKitProductPage .col.product__main-text p.font_GoodPro {font-family: 'GoodPro';font-size: 48px;color: #002d5d;font-weight: 500;margin: 10px 0;}
.RBStarterKitProductPage .product__panel .col.product__photos .row:last-child .col.product__img-wrapper.col--sm6 {display: none;}
.RBStarterKitProductPage .product__bottom-grid .no-visible {display: none;}

@media screen and (min-width: 768px) {
    .RBStarterKitProductPage .product__content-grid .rte-wrapper {display: none;}
}

@media screen and (max-width: 991px) {
    .RBStarterKitProductPage .product__content-grid .rte-wrapper h2.font_VeetDisplay,
    .RBStarterKitProductPage .col.product__main-text h2.font_VeetDisplay {font-size: 45px;}
    .RBStarterKitProductPage .product__content-grid .rte-wrapper p.font_GoodPro,
    .RBStarterKitProductPage .col.product__main-text p.font_GoodPro {font-size: 30px;}
}
@media screen and (max-width: 767px) {
    .RBStarterKitProductPage .col.product__main-text {margin-left: 0%;}
    .RBStarterKitProductPage .col.product__main-text h2.font_VeetDisplay,.RBStarterKitProductPage .col.product__main-text p.font_GoodPro {display: none;}
}



.RBStarterKitProductPage.hidden_related_products .product__bottom-grid {display: none;}

/* accordion styles */
.product__accordions .product__accordion {
    position: relative;
    background-color: #e43a90;
}

.product-alternative-color-variant .product__accordions .product__accordion {
    background-color: #1b79cc;
}


.product__accordions .product__accordion:first-child{
    z-index: 4;
}

.product__accordions .product__accordion:last-child{
    z-index: 5;
}

.product__accordions .product__accordion:first-child:after {
    content: '';
    position: absolute;
    width: calc(100% - 40px);
    height: 1px;
    background: #fff;
    top: auto;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

.product__accordions .product__accordion-title {
  background-color: #e43a90;
  color: #fff;
  cursor: pointer;
  padding: 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size: 21px;
  font-weight: bold;
}

.product-alternative-color-variant .product__accordions .product__accordion-title {
    background-color: #1b79cc;
}

.product__accordions .product__accordion input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.product__accordions .product__accordion-icon {
  color: #fff;
  background: #e43a90;
  width: 30px;
  height: 30px;
  border: 0;
  font-size: 1.5em;
  position: absolute;
  top: 14px;
  bottom: 0;
  right: 15px;
}

.product-alternative-color-variant .product__accordions .product__accordion-icon {
    background: #1b79cc;
}

.product__accordion-icon span {
  position: absolute;
  transition: all 0.3s;
  background: white;
  border-radius: 2px;
}

.product__accordion-icon span:first-child {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}

.product__accordion-icon span:last-child {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}

.product__accordions input[type=checkbox]:not(:checked) ~ .product__accordion-icon span {
  transform: rotate(90deg);
}

.product__accordions input[type=checkbox]:not(:checked) ~ .product__accordion-icon span:last-child {
  left: 50%;
  right: 50%;
}

.product__accordions .product__accordion-body {
  padding: 0 18px;
  overflow: hidden;
  color: #fff;
  position: relative;
  opacity: 1;
  z-index: 2;
  transition: all 0.3s;
  max-height: 400px;
  transform: translate(0, 0);
}

.product__accordions .product__accordion-body strong {
    font-weight: bold;
}

.product__accordions input[type=checkbox]:checked ~ .product__accordion-body {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}


.product .product__content .product__panel .product__buy-now {
    display: none;
}

@media screen and (max-width: 767px) {
    .product__accordions .product__accordion-body {
        max-height: 650px;
    }
}

@media screen and (max-width: 479px) {
    .product__accordions .product__accordion-body {
        max-height: 1100px;
    }
}




.product__information-content {
    margin-bottom: 40px;
}

.product__information-content ul {
    padding-left: 20px;
}

.product__information-content p {
    margin: 25px 0 10px;
}

.product__information-content p strong {
    font-weight: bold;
}

.product__information-content p + ul {
    margin: 10px 0 25px;
}

.product__information-content span {
    font-size: 0.95rem;
}

.col.col--no-gutters.product__panel {
    margin-top: 120px;
}

@media screen and (max-width: 767px) {
    .col.col--no-gutters.product__panel {
        margin-top: 0px;
    }
}