/*! normalize.css v2.1.0 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0;padding:0;}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0;border:0}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container:before,
.container:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}

.container:after {
    clear: both;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row:before,
.row:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}

.row:after {
    clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .container {
        max-width: 744px;
    }
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
        float: left;
    }
    .col-sm-1 {
        width: 8.333333333333332%;
    }
    .col-sm-2 {
        width: 16.666666666666664%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.333333333333336%;
    }
    .col-sm-8 {
        width: 66.66666666666666%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333333333334%;
    }
    .col-sm-11 {
        width: 91.66666666666666%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-push-1 {
        left: 8.333333333333332%;
    }
    .col-sm-push-2 {
        left: 16.666666666666664%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333333333333%;
    }
    .col-sm-push-5 {
        left: 41.66666666666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.333333333333336%;
    }
    .col-sm-push-8 {
        left: 66.66666666666666%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333333333334%;
    }
    .col-sm-push-11 {
        left: 91.66666666666666%;
    }
    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }
    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }
    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }
    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }
    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }
    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .pull-sm-clear-right {
        float: right;
        clear: right;
    }

    .pull-sm-clear-left {
        float: left;
        clear: left;
    }
}


@media (min-width: 992px) {
    .container {
        max-width: 970px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        float: left;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .pull-md-clear-right {
        float: right;
        clear: right;
    }

    .pull-md-clear-left {
        float: left;
        clear: left;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 {
        float: left;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-11,
    .col-md-12,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pull-lg-clear-right {
        float: right;
        clear: right;
    }

    .pull-lg-clear-left {
        float: left;
        clear: left;
    }
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.proactiv.ie/skin/frontend/slim/default/fonts/fontawesome/fontawesome-webfont.eot?v=4.1.0');src:url('https://www.proactiv.ie/skin/frontend/slim/default/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('https://www.proactiv.ie/skin/frontend/slim/default/fonts/fontawesome/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('https://www.proactiv.ie/skin/frontend/slim/default/fonts/fontawesome/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('https://www.proactiv.ie/skin/frontend/slim/default/fonts/fontawesome/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}[class^="icon-"],[class*=" icon-"],.vertnav .open .expandlink,.vertnav .closed .expandlink{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.icon-2x{font-size:2em}.icon-3x{font-size:3em}.icon-4x{font-size:4em}.icon-5x{font-size:5em}.icon-fw{width:1.28571429em;text-align:center}.icon-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.icon-ul>li{position:relative}.icon-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.icon-li.icon-lg{left:-1.85714286em}.icon-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.icon-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.icon-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.icon-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.icon-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.icon-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.icon-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.icon-stack-1x,.icon-stack-2x{position:absolute;left:0;width:100%;text-align:center}.icon-stack-1x{line-height:inherit}.icon-stack-2x{font-size:2em}.icon-inverse{color:#fff}.icon-glass:before{content:"\f000"}.icon-music:before{content:"\f001"}.icon-search:before{content:"\f002"}.icon-envelope-o:before{content:"\f003"}.icon-heart:before{content:"\f004"}.icon-star:before{content:"\f005"}.icon-star-o:before{content:"\f006"}.icon-user:before{content:"\f007"}.icon-film:before{content:"\f008"}.icon-th-large:before{content:"\f009"}.icon-th:before{content:"\f00a"}.icon-th-list:before{content:"\f00b"}.icon-check:before{content:"\f00c"}.icon-times:before{content:"\f00d"}.icon-search-plus:before{content:"\f00e"}.icon-search-minus:before{content:"\f010"}.icon-power-off:before{content:"\f011"}.icon-signal:before{content:"\f012"}.icon-gear:before,.icon-cog:before{content:"\f013"}.icon-trash-o:before{content:"\f014"}.icon-home:before{content:"\f015"}.icon-file-o:before{content:"\f016"}.icon-clock-o:before{content:"\f017"}.icon-road:before{content:"\f018"}.icon-download:before{content:"\f019"}.icon-arrow-circle-o-down:before{content:"\f01a"}.icon-arrow-circle-o-up:before{content:"\f01b"}.icon-inbox:before{content:"\f01c"}.icon-play-circle-o:before{content:"\f01d"}.icon-rotate-right:before,.icon-repeat:before{content:"\f01e"}.icon-refresh:before{content:"\f021"}.icon-list-alt:before{content:"\f022"}.icon-lock:before{content:"\f023"}.icon-flag:before{content:"\f024"}.icon-headphones:before{content:"\f025"}.icon-volume-off:before{content:"\f026"}.icon-volume-down:before{content:"\f027"}.icon-volume-up:before{content:"\f028"}.icon-qrcode:before{content:"\f029"}.icon-barcode:before{content:"\f02a"}.icon-tag:before{content:"\f02b"}.icon-tags:before{content:"\f02c"}.icon-book:before{content:"\f02d"}.icon-bookmark:before{content:"\f02e"}.icon-print:before{content:"\f02f"}.icon-camera:before{content:"\f030"}.icon-font:before{content:"\f031"}.icon-bold:before{content:"\f032"}.icon-italic:before{content:"\f033"}.icon-text-height:before{content:"\f034"}.icon-text-width:before{content:"\f035"}.icon-align-left:before{content:"\f036"}.icon-align-center:before{content:"\f037"}.icon-align-right:before{content:"\f038"}.icon-align-justify:before{content:"\f039"}.icon-list:before{content:"\f03a"}.icon-dedent:before,.icon-outdent:before{content:"\f03b"}.icon-indent:before{content:"\f03c"}.icon-video-camera:before{content:"\f03d"}.icon-photo:before,.icon-image:before,.icon-picture-o:before{content:"\f03e"}.icon-pencil:before{content:"\f040"}.icon-map-marker:before{content:"\f041"}.icon-adjust:before{content:"\f042"}.icon-tint:before{content:"\f043"}.icon-edit:before,.icon-pencil-square-o:before{content:"\f044"}.icon-share-square-o:before{content:"\f045"}.icon-check-square-o:before{content:"\f046"}.icon-arrows:before{content:"\f047"}.icon-step-backward:before{content:"\f048"}.icon-fast-backward:before{content:"\f049"}.icon-backward:before{content:"\f04a"}.icon-play:before{content:"\f04b"}.icon-pause:before{content:"\f04c"}.icon-stop:before{content:"\f04d"}.icon-forward:before{content:"\f04e"}.icon-fast-forward:before{content:"\f050"}.icon-step-forward:before{content:"\f051"}.icon-eject:before{content:"\f052"}.icon-chevron-left:before{content:"\f053"}.icon-chevron-right:before{content:"\f054"}.icon-plus-circle:before{content:"\f055"}.icon-minus-circle:before{content:"\f056"}.icon-times-circle:before{content:"\f057"}.icon-check-circle:before{content:"\f058"}.icon-question-circle:before{content:"\f059"}.icon-info-circle:before{content:"\f05a"}.icon-crosshairs:before{content:"\f05b"}.icon-times-circle-o:before{content:"\f05c"}.icon-check-circle-o:before{content:"\f05d"}.icon-ban:before{content:"\f05e"}.icon-arrow-left:before{content:"\f060"}.icon-arrow-right:before{content:"\f061"}.icon-arrow-up:before{content:"\f062"}.icon-arrow-down:before{content:"\f063"}.icon-mail-forward:before,.icon-share:before{content:"\f064"}.icon-expand:before{content:"\f065"}.icon-compress:before{content:"\f066"}.icon-plus:before{content:"\f067"}.icon-minus:before{content:"\f068"}.icon-asterisk:before{content:"\f069"}.icon-exclamation-circle:before{content:"\f06a"}.icon-gift:before{content:"\f06b"}.icon-leaf:before{content:"\f06c"}.icon-fire:before{content:"\f06d"}.icon-eye:before{content:"\f06e"}.icon-eye-slash:before{content:"\f070"}.icon-warning:before,.icon-exclamation-triangle:before{content:"\f071"}.icon-plane:before{content:"\f072"}.icon-calendar:before{content:"\f073"}.icon-random:before{content:"\f074"}.icon-comment:before{content:"\f075"}.icon-magnet:before{content:"\f076"}.icon-chevron-up:before{content:"\f077"}.icon-chevron-down:before{content:"\f078"}.icon-retweet:before{content:"\f079"}.icon-shopping-cart:before{content:"\f07a"}.icon-folder:before{content:"\f07b"}.icon-folder-open:before{content:"\f07c"}.icon-arrows-v:before{content:"\f07d"}.icon-arrows-h:before{content:"\f07e"}.icon-bar-chart-o:before{content:"\f080"}.icon-twitter-square:before{content:"\f081"}.icon-facebook-square:before{content:"\f082"}.icon-camera-retro:before{content:"\f083"}.icon-key:before{content:"\f084"}.icon-gears:before,.icon-cogs:before{content:"\f085"}.icon-comments:before{content:"\f086"}.icon-thumbs-o-up:before{content:"\f087"}.icon-thumbs-o-down:before{content:"\f088"}.icon-star-half:before{content:"\f089"}.icon-heart-o:before{content:"\f08a"}.icon-sign-out:before{content:"\f08b"}.icon-linkedin-square:before{content:"\f08c"}.icon-thumb-tack:before{content:"\f08d"}.icon-external-link:before{content:"\f08e"}.icon-sign-in:before{content:"\f090"}.icon-trophy:before{content:"\f091"}.icon-github-square:before{content:"\f092"}.icon-upload:before{content:"\f093"}.icon-lemon-o:before{content:"\f094"}.icon-phone:before{content:"\f095"}.icon-square-o:before{content:"\f096"}.icon-bookmark-o:before{content:"\f097"}.icon-phone-square:before{content:"\f098"}.icon-twitter:before{content:"\f099"}.icon-facebook:before{content:"\f09a"}.icon-github:before{content:"\f09b"}.icon-unlock:before{content:"\f09c"}.icon-credit-card:before{content:"\f09d"}.icon-rss:before{content:"\f09e"}.icon-hdd-o:before{content:"\f0a0"}.icon-bullhorn:before{content:"\f0a1"}.icon-bell:before{content:"\f0f3"}.icon-certificate:before{content:"\f0a3"}.icon-hand-o-right:before{content:"\f0a4"}.icon-hand-o-left:before{content:"\f0a5"}.icon-hand-o-up:before{content:"\f0a6"}.icon-hand-o-down:before{content:"\f0a7"}.icon-arrow-circle-left:before{content:"\f0a8"}.icon-arrow-circle-right:before{content:"\f0a9"}.icon-arrow-circle-up:before{content:"\f0aa"}.icon-arrow-circle-down:before{content:"\f0ab"}.icon-globe:before{content:"\f0ac"}.icon-wrench:before{content:"\f0ad"}.icon-tasks:before{content:"\f0ae"}.icon-filter:before{content:"\f0b0"}.icon-briefcase:before{content:"\f0b1"}.icon-arrows-alt:before{content:"\f0b2"}.icon-group:before,.icon-users:before{content:"\f0c0"}.icon-chain:before,.icon-link:before{content:"\f0c1"}.icon-cloud:before{content:"\f0c2"}.icon-flask:before{content:"\f0c3"}.icon-cut:before,.icon-scissors:before{content:"\f0c4"}.icon-copy:before,.icon-files-o:before{content:"\f0c5"}.icon-paperclip:before{content:"\f0c6"}.icon-save:before,.icon-floppy-o:before{content:"\f0c7"}.icon-square:before{content:"\f0c8"}.icon-navicon:before,.icon-reorder:before,.icon-bars:before{content:"\f0c9"}.icon-list-ul:before{content:"\f0ca"}.icon-list-ol:before{content:"\f0cb"}.icon-strikethrough:before{content:"\f0cc"}.icon-underline:before{content:"\f0cd"}.icon-table:before{content:"\f0ce"}.icon-magic:before{content:"\f0d0"}.icon-truck:before{content:"\f0d1"}.icon-pinterest:before{content:"\f0d2"}.icon-pinterest-square:before{content:"\f0d3"}.icon-google-plus-square:before{content:"\f0d4"}.icon-google-plus:before{content:"\f0d5"}.icon-money:before{content:"\f0d6"}.icon-caret-down:before{content:"\f0d7"}.icon-caret-up:before{content:"\f0d8"}.icon-caret-left:before{content:"\f0d9"}.icon-caret-right:before{content:"\f0da"}.icon-columns:before{content:"\f0db"}.icon-unsorted:before,.icon-sort:before{content:"\f0dc"}.icon-sort-down:before,.icon-sort-desc:before{content:"\f0dd"}.icon-sort-up:before,.icon-sort-asc:before{content:"\f0de"}.icon-envelope:before{content:"\f0e0"}.icon-linkedin:before{content:"\f0e1"}.icon-rotate-left:before,.icon-undo:before{content:"\f0e2"}.icon-legal:before,.icon-gavel:before{content:"\f0e3"}.icon-dashboard:before,.icon-tachometer:before{content:"\f0e4"}.icon-comment-o:before{content:"\f0e5"}.icon-comments-o:before{content:"\f0e6"}.icon-flash:before,.icon-bolt:before{content:"\f0e7"}.icon-sitemap:before{content:"\f0e8"}.icon-umbrella:before{content:"\f0e9"}.icon-paste:before,.icon-clipboard:before{content:"\f0ea"}.icon-lightbulb-o:before{content:"\f0eb"}.icon-exchange:before{content:"\f0ec"}.icon-cloud-download:before{content:"\f0ed"}.icon-cloud-upload:before{content:"\f0ee"}.icon-user-md:before{content:"\f0f0"}.icon-stethoscope:before{content:"\f0f1"}.icon-suitcase:before{content:"\f0f2"}.icon-bell-o:before{content:"\f0a2"}.icon-coffee:before{content:"\f0f4"}.icon-cutlery:before{content:"\f0f5"}.icon-file-text-o:before{content:"\f0f6"}.icon-building-o:before{content:"\f0f7"}.icon-hospital-o:before{content:"\f0f8"}.icon-ambulance:before{content:"\f0f9"}.icon-medkit:before{content:"\f0fa"}.icon-fighter-jet:before{content:"\f0fb"}.icon-beer:before{content:"\f0fc"}.icon-h-square:before{content:"\f0fd"}.icon-plus-square:before{content:"\f0fe"}.icon-angle-double-left:before{content:"\f100"}.icon-angle-double-right:before{content:"\f101"}.icon-angle-double-up:before{content:"\f102"}.icon-angle-double-down:before{content:"\f103"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-angle-up:before{content:"\f106"}.icon-angle-down:before{content:"\f107"}.icon-desktop:before{content:"\f108"}.icon-laptop:before{content:"\f109"}.icon-tablet:before{content:"\f10a"}.icon-mobile-phone:before,.icon-mobile:before{content:"\f10b"}.icon-circle-o:before{content:"\f10c"}.icon-quote-left:before{content:"\f10d"}.icon-quote-right:before{content:"\f10e"}.icon-spinner:before{content:"\f110"}.icon-circle:before{content:"\f111"}.icon-mail-reply:before,.icon-reply:before{content:"\f112"}.icon-github-alt:before{content:"\f113"}.icon-folder-o:before{content:"\f114"}.icon-folder-open-o:before{content:"\f115"}.icon-smile-o:before{content:"\f118"}.icon-frown-o:before{content:"\f119"}.icon-meh-o:before{content:"\f11a"}.icon-gamepad:before{content:"\f11b"}.icon-keyboard-o:before{content:"\f11c"}.icon-flag-o:before{content:"\f11d"}.icon-flag-checkered:before{content:"\f11e"}.icon-terminal:before{content:"\f120"}.icon-code:before{content:"\f121"}.icon-mail-reply-all:before,.icon-reply-all:before{content:"\f122"}.icon-star-half-empty:before,.icon-star-half-full:before,.icon-star-half-o:before{content:"\f123"}.icon-location-arrow:before{content:"\f124"}.icon-crop:before{content:"\f125"}.icon-code-fork:before{content:"\f126"}.icon-unlink:before,.icon-chain-broken:before{content:"\f127"}.icon-question:before{content:"\f128"}.icon-info:before{content:"\f129"}.icon-exclamation:before{content:"\f12a"}.icon-superscript:before{content:"\f12b"}.icon-subscript:before{content:"\f12c"}.icon-eraser:before{content:"\f12d"}.icon-puzzle-piece:before{content:"\f12e"}.icon-microphone:before{content:"\f130"}.icon-microphone-slash:before{content:"\f131"}.icon-shield:before{content:"\f132"}.icon-calendar-o:before{content:"\f133"}.icon-fire-extinguisher:before{content:"\f134"}.icon-rocket:before{content:"\f135"}.icon-maxcdn:before{content:"\f136"}.icon-chevron-circle-left:before{content:"\f137"}.icon-chevron-circle-right:before{content:"\f138"}.icon-chevron-circle-up:before{content:"\f139"}.icon-chevron-circle-down:before{content:"\f13a"}.icon-html5:before{content:"\f13b"}.icon-css3:before{content:"\f13c"}.icon-anchor:before{content:"\f13d"}.icon-unlock-alt:before{content:"\f13e"}.icon-bullseye:before{content:"\f140"}.icon-ellipsis-h:before{content:"\f141"}.icon-ellipsis-v:before{content:"\f142"}.icon-rss-square:before{content:"\f143"}.icon-play-circle:before{content:"\f144"}.icon-ticket:before{content:"\f145"}.icon-minus-square:before{content:"\f146"}.icon-minus-square-o:before{content:"\f147"}.icon-level-up:before{content:"\f148"}.icon-level-down:before{content:"\f149"}.icon-check-square:before{content:"\f14a"}.icon-pencil-square:before{content:"\f14b"}.icon-external-link-square:before{content:"\f14c"}.icon-share-square:before{content:"\f14d"}.icon-compass:before{content:"\f14e"}.icon-toggle-down:before,.icon-caret-square-o-down:before{content:"\f150"}.icon-toggle-up:before,.icon-caret-square-o-up:before{content:"\f151"}.icon-toggle-right:before,.icon-caret-square-o-right:before{content:"\f152"}.icon-euro:before,.icon-eur:before{content:"\f153"}.icon-gbp:before{content:"\f154"}.icon-dollar:before,.icon-usd:before{content:"\f155"}.icon-rupee:before,.icon-inr:before{content:"\f156"}.icon-cny:before,.icon-rmb:before,.icon-yen:before,.icon-jpy:before{content:"\f157"}.icon-ruble:before,.icon-rouble:before,.icon-rub:before{content:"\f158"}.icon-won:before,.icon-krw:before{content:"\f159"}.icon-bitcoin:before,.icon-btc:before{content:"\f15a"}.icon-file:before{content:"\f15b"}.icon-file-text:before{content:"\f15c"}.icon-sort-alpha-asc:before{content:"\f15d"}.icon-sort-alpha-desc:before{content:"\f15e"}.icon-sort-amount-asc:before{content:"\f160"}.icon-sort-amount-desc:before{content:"\f161"}.icon-sort-numeric-asc:before{content:"\f162"}.icon-sort-numeric-desc:before{content:"\f163"}.icon-thumbs-up:before{content:"\f164"}.icon-thumbs-down:before{content:"\f165"}.icon-youtube-square:before{content:"\f166"}.icon-youtube:before{content:"\f167"}.icon-xing:before{content:"\f168"}.icon-xing-square:before{content:"\f169"}.icon-youtube-play:before{content:"\f16a"}.icon-dropbox:before{content:"\f16b"}.icon-stack-overflow:before{content:"\f16c"}.icon-instagram:before{content:"\f16d"}.icon-flickr:before{content:"\f16e"}.icon-adn:before{content:"\f170"}.icon-bitbucket:before{content:"\f171"}.icon-bitbucket-square:before{content:"\f172"}.icon-tumblr:before{content:"\f173"}.icon-tumblr-square:before{content:"\f174"}.icon-long-arrow-down:before{content:"\f175"}.icon-long-arrow-up:before{content:"\f176"}.icon-long-arrow-left:before{content:"\f177"}.icon-long-arrow-right:before{content:"\f178"}.icon-apple:before{content:"\f179"}.icon-windows:before{content:"\f17a"}.icon-android:before{content:"\f17b"}.icon-linux:before{content:"\f17c"}.icon-dribbble:before{content:"\f17d"}.icon-skype:before{content:"\f17e"}.icon-foursquare:before{content:"\f180"}.icon-trello:before{content:"\f181"}.icon-female:before{content:"\f182"}.icon-male:before{content:"\f183"}.icon-gittip:before{content:"\f184"}.icon-sun-o:before{content:"\f185"}.icon-moon-o:before{content:"\f186"}.icon-archive:before{content:"\f187"}.icon-bug:before{content:"\f188"}.icon-vk:before{content:"\f189"}.icon-weibo:before{content:"\f18a"}.icon-renren:before{content:"\f18b"}.icon-pagelines:before{content:"\f18c"}.icon-stack-exchange:before{content:"\f18d"}.icon-arrow-circle-o-right:before{content:"\f18e"}.icon-arrow-circle-o-left:before{content:"\f190"}.icon-toggle-left:before,.icon-caret-square-o-left:before{content:"\f191"}.icon-dot-circle-o:before{content:"\f192"}.icon-wheelchair:before{content:"\f193"}.icon-vimeo-square:before{content:"\f194"}.icon-turkish-lira:before,.icon-try:before{content:"\f195"}.icon-plus-square-o:before{content:"\f196"}.icon-space-shuttle:before{content:"\f197"}.icon-slack:before{content:"\f198"}.icon-envelope-square:before{content:"\f199"}.icon-wordpress:before{content:"\f19a"}.icon-openid:before{content:"\f19b"}.icon-institution:before,.icon-bank:before,.icon-university:before{content:"\f19c"}.icon-mortar-board:before,.icon-graduation-cap:before{content:"\f19d"}.icon-yahoo:before{content:"\f19e"}.icon-google:before{content:"\f1a0"}.icon-reddit:before{content:"\f1a1"}.icon-reddit-square:before{content:"\f1a2"}.icon-stumbleupon-circle:before{content:"\f1a3"}.icon-stumbleupon:before{content:"\f1a4"}.icon-delicious:before{content:"\f1a5"}.icon-digg:before{content:"\f1a6"}.icon-pied-piper-square:before,.icon-pied-piper:before{content:"\f1a7"}.icon-pied-piper-alt:before{content:"\f1a8"}.icon-drupal:before{content:"\f1a9"}.icon-joomla:before{content:"\f1aa"}.icon-language:before{content:"\f1ab"}.icon-fax:before{content:"\f1ac"}.icon-building:before{content:"\f1ad"}.icon-child:before{content:"\f1ae"}.icon-paw:before{content:"\f1b0"}.icon-spoon:before{content:"\f1b1"}.icon-cube:before{content:"\f1b2"}.icon-cubes:before{content:"\f1b3"}.icon-behance:before{content:"\f1b4"}.icon-behance-square:before{content:"\f1b5"}.icon-steam:before{content:"\f1b6"}.icon-steam-square:before{content:"\f1b7"}.icon-recycle:before{content:"\f1b8"}.icon-automobile:before,.icon-car:before{content:"\f1b9"}.icon-cab:before,.icon-taxi:before{content:"\f1ba"}.icon-tree:before{content:"\f1bb"}.icon-spotify:before{content:"\f1bc"}.icon-deviantart:before{content:"\f1bd"}.icon-soundcloud:before{content:"\f1be"}.icon-database:before{content:"\f1c0"}.icon-file-pdf-o:before{content:"\f1c1"}.icon-file-word-o:before{content:"\f1c2"}.icon-file-excel-o:before{content:"\f1c3"}.icon-file-powerpoint-o:before{content:"\f1c4"}.icon-file-photo-o:before,.icon-file-picture-o:before,.icon-file-image-o:before{content:"\f1c5"}.icon-file-zip-o:before,.icon-file-archive-o:before{content:"\f1c6"}.icon-file-sound-o:before,.icon-file-audio-o:before{content:"\f1c7"}.icon-file-movie-o:before,.icon-file-video-o:before{content:"\f1c8"}.icon-file-code-o:before{content:"\f1c9"}.icon-vine:before{content:"\f1ca"}.icon-codepen:before{content:"\f1cb"}.icon-jsfiddle:before{content:"\f1cc"}.icon-life-bouy:before,.icon-life-saver:before,.icon-support:before,.icon-life-ring:before{content:"\f1cd"}.icon-circle-o-notch:before{content:"\f1ce"}.icon-ra:before,.icon-rebel:before{content:"\f1d0"}.icon-ge:before,.icon-empire:before{content:"\f1d1"}.icon-git-square:before{content:"\f1d2"}.icon-git:before{content:"\f1d3"}.icon-hacker-news:before{content:"\f1d4"}.icon-tencent-weibo:before{content:"\f1d5"}.icon-qq:before{content:"\f1d6"}.icon-wechat:before,.icon-weixin:before{content:"\f1d7"}.icon-send:before,.icon-paper-plane:before{content:"\f1d8"}.icon-send-o:before,.icon-paper-plane-o:before{content:"\f1d9"}.icon-history:before{content:"\f1da"}.icon-circle-thin:before{content:"\f1db"}.icon-header:before{content:"\f1dc"}.icon-paragraph:before{content:"\f1dd"}.icon-sliders:before{content:"\f1de"}.icon-share-alt:before{content:"\f1e0"}.icon-share-alt-square:before{content:"\f1e1"}.icon-bomb:before{content:"\f1e2"}
.carousel {
    position: relative;
    -ms-touch-action: none;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
    float: none;
}

.carousel-inner > .active.left {
    left: -100%;
    float: none;
}

.carousel-inner > .active.right {
    left: 100%;
    float: none;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 8%;
    text-align: center;
}

.carousel-control.left {
}

.carousel-control.right {
    left: auto;
    right: 0;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    margin-top: -15px;
    padding: 4px 5px 7px 5px;
    background: #fff;
    color: #333;
    opacity: 0.6;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.carousel-control:hover .icon-chevron-left,
.carousel-control:hover .icon-chevron-right {
    opacity: 1;
}

.carousel-control .icon-chevron-right {
    right: 0;
    left: auto;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    background-color: #ccc;
    border-radius: 10px;
    cursor: pointer;
}

.carousel-indicators .active {
    background-color: #000;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

.carousel-indicators {
    bottom: -28px;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .carousel-control {
        display: none;
    }
}
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}
.block-layered-nav .btn-remove {
    float: left;
    margin-right: 5px;
}

.block-layered-nav dl dd {
    margin: 0 0 10px 0;
}

.block-layered-nav dt .icon-chevron-up,
.block-layered-nav dt .icon-chevron-down {
    display: none;
}

.block-layered-nav .icon-check {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 10px;
}
.breadcrumbs li {
    float: left;
}

.breadcrumbs a,
.breadcrumbs strong {
    display: inline-block;
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: none;
}

.buttons-set {
    line-height: 30px;
    float: left;
}

.back-link {
    float: left;
}

.buttons-set .button,
.block .btn-remove,
.block .btn-edit {
    float: right;
}

.buttons-set p.required {
    margin: 0 0 5px;
}
.cart .checkout-types {
    float: right;
    text-align: right;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

.cart-table th {
    text-align: left;
}

.cart-table .backlink {
    float: left;
}

.cart-table .btn-remove2 {
    margin: 0;
}

.cart-table .link-wishlist {
    margin: 25px 0 0 0;
    display: block;
}

.cart-table .product-image img {
    max-width: none;
}

.cart-table .cart-price {
    display: block;
    text-align: center;
}

.cart-table .qty {
    text-align: center;
    width: 38px;
}

/* Shopping Cart Collateral boxes */
.cart .totals .checkout-types {
    margin: 10px 0 0 0;
}

.cart .totals strong {
    font-weight: normal;
}

.cart .totals .grand-total-incl strong,
.cart .totals .grand-total-excl strong {
    font-weight: bold;
}

.cart .totals table {
    width: 100%;
}

.cart .totals table th,
.cart .totals table td {
    padding: 5px 0;
}

.cart .totals table th {
    font-weight: bold;
    text-align: left;
}

/* Options Tool Tip */
.cart .item-options dt {
    font-weight: bold;
    font-style: italic;
}

.cart .item-options dd {
    padding-left: 10px;
}

#shopping-cart-totals-table th {
    text-align: left;
    font-weight: normal;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
}

.truncated .show .item-options {
    top: -20px;
    left: 50%;
}
#checkout-review-table td.last {
    text-align: right;
}
#checkout-review-table th {
    text-align: left;
}
#checkout-review-table-wrapper th {
    font-weight: normal;
}
/* styles for admin-controlled content */
.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 16px;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}

.std dl dt {
    font-weight: bold;
}

.std dl dd {
    margin: 0 0 10px;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
    margin: 0 0 15px 0;
    padding: 0;
}

.std ul {
    list-style: disc outside;
    padding: 0 0 0 40px;
}

.std ol {
    list-style: decimal outside;
    padding: 0 0 0 40px;
}

.std ul ul {
    list-style-type: circle;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
    margin: .5em 0;
}

.std dt {
    font-weight: bold;
}

.std dd {
    padding: 0 0 0 16px;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 16px;
}

.std address {
    font-style: normal;
}

.std b,
.std strong {
    font-weight: bold;
}

.std i,
.std em {
    font-style: italic;
}

/* Tables */
.std table th,
.std table td {
    padding: 5px;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

input[type="file"] {
    display: block;
}

select[multiple],
select[size] {
    height: auto;
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

.input-text[disabled],
.input-text[readonly],
textarea[disabled],
textarea[readonly],
fieldset[disabled] .input-text {
    cursor: not-allowed;
}

.radio,
.form-list .control label,
.checkbox {
    cursor: pointer;
    width: auto;
}

.form-list li {
    margin: 0 0 15px 0;
}

.form-list .field {
    margin: 0 0 10px 0;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-right: 6px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

@media (max-width: 480px) {
    .radio,
    .control label {
        width: auto;
    }
}
@media (max-width: 767px) {
    .footer__heading {
        display: block;
        cursor: pointer;
    }

    .footer__content {
        display: none;
    }
}
.error {
    color: #f00;
}

.messages,
.messages ul {
    list-style: none;
    display: inline-block;
    width: 100%;
}

.messages i {
    display: inline-block;
    margin-right: 10px;
}

.messages li {
    margin: 0 0 10px;
}
.header__welcome-msg {
    float: left;
}
.account-links--header {
    float: right;
}

.account-links__item {
    float: left;
}
#nav li a {
    display: block;
}

#nav li a span {
    display: block;
    white-space: nowrap;
    cursor: pointer;
}

#nav li ul a span {
    white-space: normal;
}

#nav li a {
    float: left;
    padding: 10px 10px 7px 10px;
}

.parent > .menu-vlist {
    background: #fff;
    padding: 10px 20px;
}

#nav ul li {
    float: none;
}

#nav ul li a {
    float: none;
    padding: 7px 0;
}

@media (max-width: 767px) {
    /* All Levels */
    #nav li {
        position: relative;
    }

    #nav li.over {
        z-index: auto;
    }

    #nav .level0 > a {
        display: inline-block;
    }

    #nav li a {
        display: block;
        padding: 10px 10px;
    }

    #nav li a span {
        display: block;
        white-space: nowrap;
        cursor: pointer;
    }

    #nav li ul a span {
        white-space: normal;
    }

    /* 1st Level */
    #nav li {
        float: none;
    }

    #nav li a {
        float: none;
    }

    #nav div ul {
        position: relative;
        width: auto;
    }

    #nav ul li a {
        padding: 7px 20px;
    }

    /* 3rd+ leven */
    #nav ul ul,
    #nav ul div {
        top: 0;
    }

    #nav ul li {
        float: none;
        margin: 0;
    }

    #nav .level0 > ul {
        display: none;
    }

    #nav .parent.active > ul {
        display: block;
    }

    /** Hide mobile menu by default */
    .main-nav {
        display: none;
    }

    .main-nav--is-open {
        display: block;
    }
}
@media (max-width: 767px) {
    .mobile-menu {
        float:right;
        margin-right: -10px;
    }

    .mobile-menu__item {
        float: left;
    }

    .mobile-menu__link {
        display: inline-block;
        width: 40px;
        height: 42px;
        line-height: 20px;
        text-align: center;
        padding: 11px 0;
    }

    .hamburger {
        width: 16px;
        display: inline-block;
    }

    .hamburger__bread {
        display: block;
        width: inherit;
        height: 3px;
        border-radius: 1px;
        background-color: #515151;
        margin-top: 3px;
    }

    /* Navigation */
    #header #nav .level0 > .toggle-sub-menu {
        float:right;
        clear:right;
        display: block;
        width: 40px;
        border: none;
        background: none;
        line-height: 18px;
        padding: 10px 0;
        outline: none;
    }

    .main-nav .level1 .menu-vlist {
        margin-left: 0;
        padding-left: 5px;
    }
}
.noscript {
    border: 1px solid #ddd;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.noscript .noscript-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 12px 0 12px;
}

.noscript p {
    margin: 0;
}

.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    color: #fff;
}

.notice-cookie {
    border-bottom: 1px solid #cfcfcf;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.notice-cookie .notice-inner {
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    background: url(https://www.proactiv.ie/skin/frontend/slim/default/images/i_notice.gif) 20px 25px no-repeat;
    text-align: left;
}

.notice-cookie .notice-inner p {
    margin: 0 0 10px;
    border: 1px dotted #cccc73;
    padding: 10px;
}
.pagination li {
    display: inline;
}

@media (max-width: 767px) {
    .pages .pagination {
        float: none;
    }
}
.product-shop .regular-price,
.product-shop .old-price,
.product-shop .special-price {
    float: left;
}

.old-price .price-label,
.special-price .price-label,
.minimal-price .price-label,
.price-excluding-tax .label,
.price-including-tax .label,
.configured-price .price-label,
.price-excl-tax .label,
.price-incl-tax .label,
.price-from .price-label,
.price-to .price-label,
.price-as-configured .price-label{
    white-space: nowrap;
}

.old-price .price {
    text-decoration: line-through;
}

.product-shop .special-price {
    margin-left: 15px;
}

.special-price .price {
    color: #e30613;
}

.weee,
.minimal-price-link,
.price-including-tax,
.price-excl-tax,
.price-excl-tax .label,
.price-excl-tax .price,
.price-incl-tax,
.price-incl-tax .label,
.price-incl-tax .price,
.price-excluding-tax {
    display: block;
}

/* Price notice next to the options */
.price-notice {
    padding-left: 10px;
}
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
.catalog-product-view .product-shop > .price-box {
    display: none;
}

.tier-prices .price {
    font-weight: bold;
}

.add-to-links .separator {
    display: none;
}

.add-to-cart label {
    float: left;
    margin-right: 5px;
}

.add-to-cart .qty {
    float: left;
    width: 38px;
    text-align: center;
    margin: 0 5px 0 0;
}

.add-to-cart .button {
    float: left;
}

.add-to-box .add-to-links li {
    display: inline;
}

.product-options dt .qty-holder {
    float: right;
}

.product-options dt .qty-holder label {
    vertical-align: middle;
}

.product-options dd {
    margin-left: 0;
}

.product-options dd textarea {
    height: 100px;
}

.product-options .options-list li {
    width: 100%;
    float: left;
}

.product-options .options-list li .radio,
.product-options .options-list li .checkbox {
    float: left;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.required {
    padding: 15px 0 0;
}

.product-shop .price-box {
    display: inline-block;
}

.price-box-configurable {
    display: none;
}

.link-price-alert .icon-bell,
.link-stock-alert .icon-bell {
    margin-right: 5px;
}
.media-gallery--product {
    margin: 0 0 30px;
}
.media-gallery__slide {
    text-align: center;
}
.media-gallery__slide-link {
    display: inline-block;
}

.media-gallery__navigation-indicator-wrapper {
    cursor: pointer;
    opacity: .5;
    transition: opacity .3s;
    display: inline-block;
}

.media-gallery__navigation-indicator-wrapper.active {
    opacity: 1;
}

.media-gallery__navigation--dots {
    bottom: -38px;
    left: 0;
    margin: 0;
    width: 100%;
}

.media-gallery__navigation--dots .media-gallery__navigation-indicator-wrapper {
    position: relative;
    background-color: transparent;
    width: 30px;
    height: 30px;
}
.media-gallery__navigation--dots .media-gallery__navigation-indicator {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #4D4D4D;
    border-radius: 50%;
}

.media-gallery__navigation--arrows .media-gallery__navigation-indicator {
    width: 42px;
    height: 42px;
    color: #ddd;
    font-size: 35px;
    background: none;
}
.no-rating {
    margin: 0;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    margin: 0 0 0 10px;
    display: inline-block;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.num-ratings {
    position: relative;
    background: #fff;
    border: 2px solid #ccc;
    padding: 2px;
    border-radius: 4px;
}

.num-ratings:hover {
    text-decoration: none;
}

.num-ratings:after, .num-ratings:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.num-ratings:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 3px;
    top: 50%;
    margin-top: -3px;
}

.num-ratings:before {
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #ccc;
    border-width: 6px;
    top: 50%;
    margin-top: -6px;
}

.rating-box {
    width: 85px;
    height: 13px;
    background: url(https://www.proactiv.ie/skin/frontend/slim/default/css/images/bkg_rating.gif) 0 0 repeat-x;
}

.rating-box .rating {
    display: inline-block;
    height: 13px;
    background: url(https://www.proactiv.ie/skin/frontend/slim/default/css/images/bkg_rating.gif) 0 100% repeat-x;
}

.ratings .rating-box {
    float: left;
}

.ratings-table th {
    padding-right: 8px;
}
#reviews-tab {
    padding: 0;
}

#show_review_form {
    margin: 10px;
    display: block;
}

#customer-reviews ul {
    width: 100%;
}

#hide_review_form {
    float: right;
}

#customer-reviews .limiter {
    display: none;
}

.reviews-body dl {
    margin-top: 10px;
    margin-bottom: 0;
}

.reviews-body dl dt {
    font-weight: 400;
    margin-top: 15px;
    line-height: 18px;
}

.reviews-body dd {
    margin-left: 0;
    line-height: 18px;
}

.reviews-body dl dt,
.reviews-body dd {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.reviews-body dl dt:first-child {
    font-weight: 400;
    margin-top: 5px;
}

.reviews-body .ratings-table {
    display: none;
}

#customer-reviews .form-add .product-name {
    font-weight: bold;
}

#customer-reviews .form-add ol {
    margin: 0;
    margin-top: 5px;
    list-style: none;
}

#customer-reviews .form-add select {
    width: 130px;
}

#customer-reviews .form-add textarea {
    height: 150px;
    width: 100%;
}

#customer-reviews .form-add .buttons-set {
    width: 100%;
}
#tab-container {
    margin-bottom: 15px;
}

#tab-container .nav-tabs {
    width: 100%;
    overflow: hidden;
}

#tab-container .nav-tabs li {
    float: left;
    margin: 0 2px 0 0;
}

#tab-container .nav-tabs li a {
    float: left;
    display: block;
}

.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.products-grid .item {
    text-align: center;
}

.products-grid .product-image {
    display: block;
}

.products-grid p {
    display: inline-block;
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
p.required {
    text-align: right;
    color: #f00;
}

span.required {
    color: #ff0;
}
.site-logo {
    display: block;
}

.site-logo__img {
    max-width: 155px;
}

@media (max-width: 767px) {
    .site-logo {
        float: left;
        margin: 0;
        padding: 5px 0;
    }

    .site-logo__img {
        max-width: 138px;
        max-height: 32px;
    }
}
@media (max-width: 767px) {
    .site-search {
        display: none;
    }

    .site-search--is-open {
        display: block;
    }
}
table {
    border: none;
}

.data-table {
    width: 100%;
}

.data-table th {
    white-space: nowrap;
}

.data-table tbody.even td {
    border-width: 0 1px;
}

.data-table th .tax-flag {
    white-space: nowrap;
    font-weight: normal;
}

.data-table td.label,
.data-table th.label {
    font-weight: bold;
    text-shadow: none;
    border-radius: 0;
    line-height: normal;
    border-bottom: none;
    border-right: none;
}
.page-title .separator {
    margin: 0 3px;
}

.title-buttons {
    text-align: right;
    float: left;
    width: 100%;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left;
}
.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: #ddd;
    text-indent: -999em;
    overflow: hidden;
}

/* Hide an element to all users except screen readers */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.nobr {
    white-space: nowrap;
}

.wrap {
    white-space: normal;
}

.a-left,
table th.a-left,
table td.a-left {
    text-align: left;
}

.a-center,
table th.a-center,
table td.a-center {
    text-align: center;
}

.a-right,
table th.a-right,
table td.a-right {
    text-align: right;
}

.v-top {
    vertical-align: top;
}

.v-fix {
    float: left;
}

.v-middle {
    vertical-align: middle;
}

.f-left,
.left {
    float: left;
}

.f-right,
.right {
    float: right;
}

.f-none {
    float: none;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.d-inline {
    display: inline;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.no-bg {
    background: none;
}

.link-print {
    background: url(https://www.proactiv.ie/skin/frontend/slim/default/images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
}

.link-rss {
    background: url(https://www.proactiv.ie/skin/frontend/slim/default/images/i_rss.gif) 0 1px no-repeat;
    padding-left: 18px;
    white-space: nowrap;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.validation-advice {
    color: #f00;
}

/* Expiration date and CVV number validation fix */
.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}
@media (min-width: 768px) {
    .selected-products.list-horizontal .row-with-5-cols {
        width: 20%;
    }
}
/* Styles for facebook likebox */

.fan_box {

}
.fan_box .connect_widget_facebook_logo_menubar {

}
.fan_box .full_widget a{

}
.fan_box .full_widget {

}
.fan_box .full_widget .connect_top {

}
.fan_box .page_stream {

}
.fan_box_bottom {

}
.row .vcms-nested-structure-row.vcms-nested-structure-row.vcms-nested-structure-row.vcms-nested-structure-row {
    padding: 0;
}
.vcms-white {
  color: #ffffff;
}

.vcms-black {
  color: #000000;
}

.vcms-blue {
  color: #4f81bd;
}

.vcms-red {
  color: #c0504d;
}

.vcms-green {
  color: #9bbb59;
}

.vcms-purple {
  color: #8064a2;
}

.vcms-orange {
  color: #f79646;
}

.vcms-grey {
  color: #999;
}

.vcms-float-left {
  float: left;
}

.vcms-float-right {
  float: right;
}

.vcms-font-arial {
  font-family: Arial, Helvetica, sans-serif;
}

.vcms-font-palatino {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.vcms-font-georgia {
  font-family: Georgia, serif;
}

.vcms-font-times {
  font-family: "Times New Roman", Times, serif;
}

.vcms-font-comic-sans {
  font-family: "Comic Sans MS", cursive, sans-serif;
}

.vcms-font-impact {
  font-family: Impact, Charcoal, sans-serif;
}

.vcms-font-courier {
  font-family: "Courier New", Courier, monospace;
}

.vcms-center {
  text-align: center;
}

.vcms-left {
  text-align: left;
}

.vcms-right {
  text-align: right;
}

.vcms-justify {
  text-align: justify;
}

.vcms-bold {
  font-weight: bold;
}

.vcms-italic {
  font-style: italic;
}

.vcms-strike {
  text-decoration: line-through;
}

.vcms-bold {
  font-weight: bold;
}

.vcms-underline {
  text-decoration: underline;
}

.vcms-table td {
    border: 1px solid #d2d2d2;
    padding: 2px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://www.proactiv.ie/skin/frontend/base/default/images/vaimo-fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://www.proactiv.ie/skin/frontend/base/default/images/vaimo-fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://www.proactiv.ie/skin/frontend/base/default/css/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://www.proactiv.ie/skin/frontend/base/default/images/vaimo-fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://www.proactiv.ie/skin/frontend/base/default/images/vaimo-fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://www.proactiv.ie/skin/frontend/base/default/images/vaimo-fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
#vertical-nav .block-title {
    border: medium none;
}
.vertnav {
    margin: 0;
    padding: 0;
}
.vertnav li {
    overflow: hidden;
}
.vertnav li a {
    text-transform: uppercase;
}
.block .vertnav li.even {
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
}
.vertnav ul li {
    border-bottom: medium none;
    position: relative;
    text-transform: none;
}
.vertnav ul {
    clear: both;
    margin: 0;
    padding: 0;
}
.vertnav ul ul {
    padding: 5px 0 0 10px;
}
.vertnav a.vertnavlink {
    display: inline-block;
    margin: 0;
    padding: 6px 25px 6px 10px;
}
.vertnav li a.expandlink {
    display: block;
    height: 10px;
    margin: 0;
    position: absolute;
    top: 7px;
    width: 10px;
}
.vertnav li.open a.expandlink {
}
.vertnav li.closed a.expandlink {
}
.vertnav li.open > a.vertnavlink, .vertnav li.active > a.vertnavlink {
    background: none repeat scroll 0 0 #E5E5E5;
}
.vertnav li.open > a.vertnavlink, .vertnav li.active > a.vertnavlink {
    background: none repeat scroll 0 0 #E5E5E5;
}
.vertnav li.open li.active a {
    background: none repeat scroll 0 0 transparent;
    font-weight: bold;
}
.vertnav li.open ul {
    display: block;
}
.vertnav li.closed ul {
    display: none;
}

/* FUNCTION-CRITICAL CSS (note that Vanilla Magento uses #nav, so we can't get rid of that one :S) */
#nav ul {
    left: 0;
}

.parent > .menu-vlist {
    position: absolute;
    display: none;
}

.menu-link {
    white-space: nowrap;
}

.menu-vlist {
    z-index: 999;
}

.parent > .menu-children-nested.menu-vlist,
.parent > .shown-sub {
    display: block;
}

.menu-bp-wrapper {
    display: table;
    width: auto; /** Remove this if you want the menu to be 100% of the content **/
    table-layout: fixed;
}

/** column within a column correct fixed-cell sizing */
.menu-bp-column .menu-bp-wrapper {
    width: 100%;
}

.level0.menu-vlist {
    left: 0;
}

.level0.parent > .menu-vlist {
    top: 29px;
}

#nav .menu-bp-items,
#nav .shown-sub .menu-children-nested.menu-children-nested {
    position: relative;
    left: 0;
    border: 0;
    top: 0;
    padding: 0;
}

#nav li {
    text-align: left;
    position: relative;
}

.toggle-sub-menu {
    display: none;
}

/** NON-CRITICAL */
#header #nav .menu-bp-row {
    clear: both;
}

.menu-image {
    margin: 5px 0;
}

.menu-multilevel-slideout .parent > .menu-vlist,
.menu-standard-navigation .parent > .menu-vlist {
    width: 220px;
}

#nav .level0 .menu-bp-wrapper {
    min-width: 180px;
}

/** Will deterine the size of the widget in the menu */
.menu-bp-column.widget-column .widget {
    display: block;
    width: 200px;
}

.menu-image {
    max-width: 160px; /*IE fix*/
}

.menu-vlist .menu-image.menu-image {
    display: inline;
}

#nav .widget-static-block h1,
#nav .widget-static-block h2,
#nav .widget-static-block h3,
#nav .widget-static-block h4,
#nav .widget-static-block h5 {
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}
/** Styling that is related to media-query based (adaptive) viewport size  */
@media (min-width: 768px) {
    /* FUNCTION-CRITICAL CSS */
    .menu-bp-column {
        display: table-cell;
        padding-left: 20px;
    }

    #nav li {
        float: left; /** Remove this if you want the menu to be 100% of the content **/
    }

    #nav .level1.menu-nested-parent > a {
        font-weight: bold;
        text-transform: uppercase;
    }

    /** NON-CRITICAL */
    #nav .shown-sub .menu-vlist {
        left: 160px;
        top: -12px;
    }

    .menu-bp-column.first {
        padding-left: 0;
    }

    #nav .menu-bp-wrapper.menu-hlist > .menu-bp-column .menu-bp-items li {
        list-style-type: none;
        padding-right: 10px;
        float: left;
    }

    /** footer group styling */
    .menu-group-footer > .group-items {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #333;
    }

    #nav .menu-bp-wrapper .menu-group-footer .group-items li {
        float: none;
        display: table-cell;
        white-space: nowrap;
    }

    #nav .menu-group-footer a {
        text-transform: uppercase;
        font-weight: bold;
    }

    #nav .menu-bp-wrapper .menu-group-footer .group-items li {
        float: none;
        padding-left: 20px;
        display: table-cell;
        white-space: nowrap;
    }

    #nav .menu-group-footer .group-items li:first-of-type {
        padding-left: 0;
    }

    .parent.menu-nested-parent {
        margin-top: 10px;
    }

    .parent.menu-nested-parent.first {
        margin-top: 0;
    }

    .menu-simple-dropdown .menu-bp-column {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .level0.parent .menu-vlist {
        top: 0;
    }

    .level1 .menu-vlist {
        margin-left: 5px;
    }

    .parent > .menu-vlist {
        display: block;
    }

    #nav .menu-group-footer a {
        text-transform: uppercase;
    }

    .parent > .menu-vlist.menu-vlist {
        position: relative;
    }

    .parent > .menu-vlist {
        border: 0;
        padding: 0;
    }

    .menu-bp-wrapper {
        display: block;
    }

    .shown-sub .menu-vlist {
        left: 0;
    }

    #nav {
        margin: 0 -10px;
    }

    .mobile-hide,
    .menu-image,
    .menu-group-main .widget {
        display: none !important;
    }

    .mobile-show {
        display: block !important;
    }
}

.nosto-carbon  {
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    clear: both;
}

.nosto-carbon,
.nosto-carbon a,
.nosto-carbon span,
.nosto-carbon h4  {
    font-family: Arial,Verdana,Sans-serif;
    text-decoration: none;
    color: #333;
    font-weight: normal;
    line-height: 15px;
}

.nosto-carbon h4.nosto-heading {
    text-align: center;
    margin: 0 0 20px 0;
    color: #333;
    font-size: 20px;
}

.nosto-carbon ul.nosto-product-list {
    margin: 0;
    padding: 0;
    text-align: center;
}

.nosto-carbon .nosto-product-list li {
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.nosto-startpage .nosto-product-list li {
    width: 180px;
    padding: 0 15px 20px 15px;
}

.nosto-default .nosto-product-list li {
    width: 135px;
}

.nosto-carbon .nosto-product-list li:first-child {
    margin-left: 0;
}

.nosto-carbon .nosto-product-list li img {
    width: 100%;
}

.nosto-carbon .nosto-product-info {
    margin-top: 10px;
}

.nosto-carbon h5.nosto-product-name a {
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.nosto-carbon h5.nosto-product-name {
    margin: 0;
}

.nosto-carbon .nosto-price-info span.nosto-product-price {
   display: inline;
   font-size: 12px;
}

.nosto-carbon .nosto-old-price span.nosto-product-price {
    text-decoration: line-through;
}

.nosto-carbon .nosto-current-price span.nosto-product-price {
    color: #E30613;
}

.nosto-carbon ul.nosto-product-list li {
    position: relative;
}

.nosto-carbon a:hover {
    opacity: 0.6;
}

.nosto-carbon .nosto-xxlarge {
    display: none !important;
}
@media (min-width: 1201px)
{
    .nosto-carbon .nosto-xxlarge {display: inline-block !important;}
}

/* Responsive: Large desktop */
@media (min-width: 1025px) and (max-width: 1200px)
{
    .nosto-carbon .nosto-xxlarge {display: none !important;}
}

/* Responsive: Tablet landscape */
@media (max-width: 1024px) 
{
    .nosto-carbon .nosto-xxlarge {display: none !important;}
    .nosto-startpage .nosto-product-list li {width: 180px;}
}

/* Responsive: Small tablet landscape */
@media (max-width: 800px) 
{	
    .nosto-startpage .nosto-xxlarge {display: inline-block !important;}
    .nosto-startpage .nosto-product-list li {width: 200px;}
    .nosto-default .nosto-product-list li {width: 140px;}
}

/* Responsive: Tablet portrait */
@media (max-width: 768px) 
{	
    .nosto-startpage .nosto-product-list li {width: 200px;}
}

/* Responsive: Small tablet portrait */
@media (max-width: 600px) 
{
    .nosto-carbon .nosto-product-list li {width: 150px;}
    .nosto-default .nosto-xxlarge {display: inline-block !important;}
    .nosto-default .nosto-product-list li {margin-bottom: 20px;}
}	

/* Responsive: Mobile landscape and down */
@media (max-width: 480px) 
{
    .nosto-carbon .nosto-product-list li {width: 140px;}
}

/* Responsive: Mobile portrait and down */
@media (max-width: 320px) 
{
    .nosto-default .nosto-xxlarge, 
    .nosto-default .nosto-xlarge 
    {
    	display: none !important;
    }
}
.carousel .hotspot {
    position: absolute;
    text-align: left;
}

.carousel .hotspot-icon {
    height: 18px;
    width: 20px;
    padding-top: 1px;
    text-align: center;
    cursor: pointer;
}

.carousel .hotspot-icon {
    font-size: 22px;
    color: #FFFFFF;
}

.carousel .hotspot-content {
    display: none;
    border-radius: 4px;
    width: 260px;
    padding:8px 11px;
    background: rgba(255,255,255,0.8);
    font-size:12px;
    color: #333;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.headercart {
    position: relative;
}

.headercart .top {
    float: right;
}

.headercart-info {
    float: left;
    display: block;
}

.headercart-co-btn {
    float: right;
}

#recently-added-container {
    position:absolute;
    top: 20px;
    right:0;
    width: 300px;
    z-index: 99999;
}

.headercart-inner {
    background: #fff;
}

.headercart .mini-products-list .product-image {
    width: 55px;
}

.headercart #recently-added-container button {
    float: right;
}

#recently-added-container .sum {
    float: left;
}

#recently-added-container .btn-remove {
    float: right;
    display: block;
}
#tab-container {
    margin-bottom: 15px;
}

#tab-container .tabs {
    width: 100%;
    overflow: hidden;
}

#tab-container .tabs li {
    float: left;
    margin: 0 2px 0 0;
}

#tab-container .tabs li a {
    float: left;
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
}

#tab-container .tabs li.active a {
    border-bottom: 1px solid #fff;
}

#tab-container .tab-content {
    border: 1px solid #ddd;
    padding: 10px;
    margin: -1px 0 0 0;
}
@charset "UTF-8";
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor:         grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(https://www.proactiv.ie/skin/frontend/slim/default/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  transition:         transform 0.1s ease;
  transition:         transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

html {
  height: 100%;
}
html body {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

body {
  -ms-overflow-style: scrollbar;
}
.no-flexbox body {
  min-height: 100%;
  height: 100%;
  display: block !important;
}

@-ms-viewport {
  width: device-width;
}

.page-wrapper,
.footer-wrapper {
  max-width: 100%;
  min-width: 280px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.no-flexbox .page-wrapper,
.no-flexbox
  .footer-wrapper {
  width: auto;
}

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
}
.lte-ie-11 .page-wrapper,
.lt-ie-11 .page-wrapper {
  min-height: 0;
}
.no-flexbox .page-wrapper {
  display: block !important;
  width: auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.page-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  padding-bottom: 20px;
}
.page-body.flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
      flex: none;
}

body.checkout-cart-index #footer {
  display: none;
}

body.checkout-cart-index .page-body {
  padding-bottom: 60px;
}

body.checkout-index-index #footer {
  display: none;
}

body.checkout-index-index .page-body {
  padding-bottom: 60px;
}

body.catalog-product-view.bundle-product #footer {
  display: none;
}

body.catalog-product-view.bundle-product .page-body {
  padding-bottom: 60px;
}

body {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@font-face {
  font-family: 'DIN Bold';
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-BOLD.eot");
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-BOLD.eot?#iefix") format("embedded-opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-BOLD.woff") format("woff"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-BOLD.otf") format("opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-BOLD.ttf") format("truetype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-BOLD.svg#din_bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Regular';
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-REGU.eot");
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-REGU.eot?#iefix") format("embedded-opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-REGU.woff") format("woff"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-REGU.otf") format("opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-REGU.ttf") format("truetype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-REGU.svg#din_regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Medium Alternate';
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-MEDA.eot");
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-MEDA.eot?#iefix") format("embedded-opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-MEDA.woff") format("woff"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-MEDA.otf") format("opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-MEDA.ttf") format("truetype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-MEDA.svg#din_medium_alternate") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Light';
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-LIGHT.eot");
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-LIGHT.eot?#iefix") format("embedded-opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-LIGHT.woff") format("woff"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-LIGHT.ttf") format("truetype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-LIGHT.svg#din_light") format("svg");
  font-weight: normal;
  font-style: normal;
}

.heading1,
.heading2,
.cms-cj-list-wrapper > .review-title,
.heading3,
.kits-description-popup--content h3,
.product-description-popup--content h3,
.heading4,
.heading5,
.cms-cj-list-wrapper .cms-cj-list-carousel .item .review--name,
.heading6 {
  font-family: "DIN Regular", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 1.3;
  color: #333333;
  text-transform: none;
}
.heading1:last-child,
.heading2:last-child,
.cms-cj-list-wrapper > .review-title:last-child,
.heading3:last-child,
.kits-description-popup--content h3:last-child,
.product-description-popup--content h3:last-child,
.heading4:last-child,
.heading5:last-child,
.cms-cj-list-wrapper .cms-cj-list-carousel .item .review--name:last-child,
.heading6:last-child {
  margin-bottom: 0;
}
.heading1.inline,
.heading2.inline,
.cms-cj-list-wrapper > .inline.review-title,
.heading3.inline,
.kits-description-popup--content h3.inline,
.product-description-popup--content h3.inline,
.heading4.inline,
.heading5.inline,
.cms-cj-list-wrapper .cms-cj-list-carousel .item .inline.review--name,
.heading6.inline {
  display: inline-block;
  vertical-align: middle;
}

.heading1 {
  font-size: 35px;
  line-height: 1;
}
.heading1.bold {
  font-family: "DIN Bold", sans-serif;
}

.heading2,
.cms-cj-list-wrapper > .review-title {
  font-size: 25px;
  line-height: 1;
}

.heading3,
.kits-description-popup--content h3,
.product-description-popup--content h3 {
  font-family: "DIN Bold", sans-serif;
  font-size: 20px;
}

.heading4 {
  text-transform: uppercase;
  font-size: 16px;
}

.heading5,
.cms-cj-list-wrapper .cms-cj-list-carousel .item .review--name {
  font-family: "DIN Bold", sans-serif;
  font-size: 16px;
  color: #666666;
}

.heading6 {
  text-transform: uppercase;
  font-size: 14px;
}

.btn-primary,
.btn-secondary,
.btn-promo,
.btn-call {
  box-sizing: border-box;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  cursor: pointer;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  padding: 14px 10px;
  border-radius: 5px;
  transition: background-color 300ms ease;
}
.btn-primary:focus,
.btn-secondary:focus,
.btn-promo:focus,
.btn-call:focus {
  outline: none;
}
.btn-primary.uppercase,
.btn-secondary.uppercase,
.btn-promo.uppercase,
.btn-call.uppercase {
  text-transform: uppercase;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-promo.disabled,
.btn-promo:disabled,
.btn-call.disabled,
.btn-call:disabled {
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: not-allowed;
}
.btn-primary.smaller,
.btn-secondary.smaller,
.btn-promo.smaller,
.btn-call.smaller {
  padding: 10px;
  font-size: 12px;
}
.btn-primary.btn-inline,
.btn-secondary.btn-inline,
.btn-promo.btn-inline,
.btn-call.btn-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.btn-primary.full-width,
.btn-secondary.full-width,
.btn-promo.full-width,
.btn-call.full-width {
  max-width: 100%;
  display: block;
  width: 100%;
}

.btn-primary {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  background: #f26f03;
}
.btn-primary:hover,
.btn-primary:active {
  background: #e25a00;
}

.btn-secondary {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  background: #56c6c1;
}
.btn-secondary:hover,
.btn-secondary:active {
  background: #1fada7;
}

.btn-promo {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  background: #e5429a;
}
.btn-promo:hover,
.btn-promo:active {
  background: #d92184;
}

.btn-call {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  background: #e99f00;
}
.btn-call .ss-phone {
  margin-right: 5px;
  vertical-align: middle;
}
.btn-call:hover,
.btn-call:active {
  background: #ffaf04;
}

.form-group {
  display: block;
  margin: 0 0 10px 0;
}

.form-label {
  display: inline-block;
  vertical-align: middle;
  font-family: "DIN Regular", sans-serif;
  font-size: 14px;
  color: #333333;
  margin: 0 5px 0 0;
  float: none !important;
  cursor: pointer;
}
.form-label.no-margin {
  margin: auto;
}
.form-label.label-control {
  padding-top: 12px;
  padding-bottom: 12px;
}
.form-label.full-width {
  max-width: 100%;
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}

.form-control {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
  margin: 0;
  padding: 10px 10px 9px 10px;
  font-size: 14px;
  background: #ffffff;
  color: #333333;
  max-width: 100%;
  border: 1px solid #888888;
  box-sizing: border-box;
  border-radius: 3px;
}
.form-control::-webkit-input-placeholder {
  color: #666666;
}
.form-control:-moz-placeholder {
  color: #666666;
}
.form-control::-moz-placeholder {
  color: #666666;
}
.form-control:-ms-input-placeholder {
  color: #666666;
}
.form-control::-ms-input-placeholder {
  color: #666666;
}
.form-control:placeholder-shown {
  color: #666666;
}
.form-control:focus {
  outline: none;
}
.form-control.full-width {
  max-width: 100%;
  display: block;
  width: 100%;
}
.form-control.disabled,
.form-control:disabled {
  background: #f6f6f6;
  border-color: #cdcdcd;
  cursor: not-allowed;
}
.form-control.validation-failed {
  border-color: #d9506b;
}
.form-control.validation-passed {
  border-color: #19aaa6;
}

.validation-advice {
  margin-top: 5px;
  font-size: 12px;
  color: #d9506b;
}

.form-checkbox-wrapper,
.form-radio-wrapper {
  position: relative;
  text-align: left;
}

.form-checkbox,
.form-radio {
  display: none;
}
.form-checkbox + label,
.form-radio + label {
  max-width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #51c4c1;
  margin-left: 0 !important;
  cursor: pointer;
  display: inline-block !important;
  vertical-align: middle;
  padding: 0;
  height: 40px;
  position: relative;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form-checkbox + label:after,
.form-radio + label:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.form-checkbox + label:before,
.form-radio + label:before {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  content: '';
  color: #ffffff;
  border: 2px solid #51c4c1;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0;
  text-transform: none;
  text-align: center;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  margin: 0 10px 0 0;
  transition: all 300ms ease;
}
.form-checkbox + label img,
.form-radio + label img {
  max-height: 40px;
  width: auto;
}
.form-checkbox + label.no-margins:before,
.form-radio + label.no-margins:before {
  margin: 0;
}
.form-checkbox:checked + label:before,
.form-radio:checked + label:before {
  background: #51c4c1;
  content: "\2713";
}
.form-checkbox.full-width + label,
.form-radio.full-width + label {
  display: block !important;
  width: 100%;
  max-width: 100%;
  text-align: left;
  color: #51c4c1;
  background-color: transparent;
  border: 2px solid #51c4c1;
  padding: 11px 12px;
  border-radius: 5px;
}
.form-checkbox.full-width + label:before,
.form-radio.full-width + label:before {
  border: none;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: -18px 0 0 0;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 50%;
  left: auto;
  bottom: auto;
}
.form-checkbox.full-width:checked + label,
.form-radio.full-width:checked + label {
  background: #51c4c1;
  color: #ffffff;
}
.form-checkbox.full-width:checked + label:before,
.form-radio.full-width:checked + label:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.form-checkbox.multiline + label,
.form-radio.multiline + label {
  padding: 10px 0 10px 50px;
  line-height: 20px;
  min-height: 40px;
  height: auto;
  overflow: auto;
  white-space: normal;
  text-overflow: initial;
}
.form-checkbox.multiline + label:before,
.form-radio.multiline + label:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -20px 0 0 0;
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media .media-top {
  vertical-align: top;
}
.media .media-middle {
  vertical-align: middle;
}
.media .media-bottom {
  vertical-align: bottom;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-standard.css" rel="stylesheet" />
*/
@font-face {
  font-family: "SSStandard";
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/ss-standard.eot");
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/ss-standard.eot?#iefix") format("embedded-opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/ss-standard.woff") format("woff"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/ss-standard.ttf") format("truetype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/ss-standard.svg#SSStandard") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1;
}

.ss-icon,
.ss-icon.ss-standard,
[class^="ss-"]:before,
[class*=" ss-"]:before,
[class^="ss-"].ss-standard:before,
[class*=" ss-"].ss-standard:before,
[class^="ss-"].right:after,
[class*=" ss-"].right:after,
[class^="ss-"].ss-standard.right:after,
[class*=" ss-"].ss-standard.right:after {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
      -ms-font-feature-settings: "liga" 1;
       -o-font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: '';
}

.ss-cursor:before,
.ss-cursor.right:after {
  content: '';
}

.ss-crosshair:before,
.ss-crosshair.right:after {
  content: '⌖';
}

.ss-search:before,
.ss-search.right:after {
  content: '🔎';
}

.ss-zoomin:before,
.ss-zoomin.right:after {
  content: '';
}

.ss-zoomout:before,
.ss-zoomout.right:after {
  content: '';
}

.ss-view:before,
.ss-view.right:after {
  content: '👀';
}

.ss-attach:before,
.ss-attach.right:after {
  content: '📎';
}

.ss-link:before,
.ss-link.right:after {
  content: '🔗';
}

.ss-move:before,
.ss-move.right:after {
  content: '';
}

.ss-write:before,
.ss-write.right:after {
  content: '✎';
}

.ss-writingdisabled:before,
.ss-writingdisabled.right:after {
  content: '';
}

.ss-erase:before,
.ss-erase.right:after {
  content: '✐';
}

.ss-compose:before,
.ss-compose.right:after {
  content: '📝';
}

.ss-lock:before,
.ss-lock.right:after {
  content: '🔒';
}

.ss-unlock:before,
.ss-unlock.right:after {
  content: '🔓';
}

.ss-key:before,
.ss-key.right:after {
  content: '🔑';
}

.ss-backspace:before,
.ss-backspace.right:after {
  content: '⌫';
}

.ss-ban:before,
.ss-ban.right:after {
  content: '🚫';
}

.ss-trash:before,
.ss-trash.right:after {
  content: '';
}

.ss-target:before,
.ss-target.right:after {
  content: '◎';
}

.ss-tag:before,
.ss-tag.right:after {
  content: '';
}

.ss-bookmark:before,
.ss-bookmark.right:after {
  content: '🔖';
}

.ss-flag:before,
.ss-flag.right:after {
  content: '⚑';
}

.ss-like:before,
.ss-like.right:after {
  content: '👍';
}

.ss-dislike:before,
.ss-dislike.right:after {
  content: '👎';
}

.ss-heart:before,
.ss-heart.right:after {
  content: '♥';
}

.ss-halfheart:before,
.ss-halfheart.right:after {
  content: '';
}

.ss-star:before,
.ss-star.right:after {
  content: '⋆';
}

.ss-halfstar:before,
.ss-halfstar.right:after {
  content: '';
}

.ss-sample:before,
.ss-sample.right:after {
  content: '';
}

.ss-crop:before,
.ss-crop.right:after {
  content: '';
}

.ss-layers:before,
.ss-layers.right:after {
  content: '';
}

.ss-fill:before,
.ss-fill.right:after {
  content: '';
}

.ss-stroke:before,
.ss-stroke.right:after {
  content: '';
}

.ss-phone:before,
.ss-phone.right:after {
  content: '📞';
}

.ss-phonedisabled:before,
.ss-phonedisabled.right:after {
  content: '';
}

.ss-rss:before,
.ss-rss.right:after {
  content: '';
}

.ss-facetime:before,
.ss-facetime.right:after {
  content: '';
}

.ss-reply:before,
.ss-reply.right:after {
  content: '↩';
}

.ss-send:before,
.ss-send.right:after {
  content: '';
}

.ss-mail:before,
.ss-mail.right:after {
  content: '✉';
}

.ss-inbox:before,
.ss-inbox.right:after {
  content: '📥';
}

.ss-chat:before,
.ss-chat.right:after {
  content: '💬';
}

.ss-ellipsischat:before,
.ss-ellipsischat.right:after {
  content: '';
}

.ss-ellipsis:before,
.ss-ellipsis.right:after {
  content: '…';
}

.ss-user:before,
.ss-user.right:after {
  content: '👤';
}

.ss-femaleuser:before,
.ss-femaleuser.right:after {
  content: '👧';
}

.ss-users:before,
.ss-users.right:after {
  content: '👥';
}

.ss-cart:before,
.ss-cart.right:after {
  content: '';
}

.ss-creditcard:before,
.ss-creditcard.right:after {
  content: '💳';
}

.ss-dollarsign:before,
.ss-dollarsign.right:after {
  content: '💲';
}

.ss-barchart:before,
.ss-barchart.right:after {
  content: '📊';
}

.ss-piechart:before,
.ss-piechart.right:after {
  content: '';
}

.ss-box:before,
.ss-box.right:after {
  content: '📦';
}

.ss-home:before,
.ss-home.right:after {
  content: '⌂';
}

.ss-buildings:before,
.ss-buildings.right:after {
  content: '🏢';
}

.ss-warehouse:before,
.ss-warehouse.right:after {
  content: '';
}

.ss-globe:before,
.ss-globe.right:after {
  content: '🌎';
}

.ss-navigate:before,
.ss-navigate.right:after {
  content: '';
}

.ss-compass:before,
.ss-compass.right:after {
  content: '';
}

.ss-signpost:before,
.ss-signpost.right:after {
  content: '';
}

.ss-map:before,
.ss-map.right:after {
  content: '';
}

.ss-location:before,
.ss-location.right:after {
  content: '';
}

.ss-pin:before,
.ss-pin.right:after {
  content: '📍';
}

.ss-database:before,
.ss-database.right:after {
  content: '';
}

.ss-hdd:before,
.ss-hdd.right:after {
  content: '';
}

.ss-music:before,
.ss-music.right:after {
  content: '♫';
}

.ss-mic:before,
.ss-mic.right:after {
  content: '🎤';
}

.ss-volume:before,
.ss-volume.right:after {
  content: '🔈';
}

.ss-lowvolume:before,
.ss-lowvolume.right:after {
  content: '🔉';
}

.ss-highvolume:before,
.ss-highvolume.right:after {
  content: '🔊';
}

.ss-airplay:before,
.ss-airplay.right:after {
  content: '';
}

.ss-camera:before,
.ss-camera.right:after {
  content: '📷';
}

.ss-picture:before,
.ss-picture.right:after {
  content: '🌄';
}

.ss-video:before,
.ss-video.right:after {
  content: '📹';
}

.ss-play:before,
.ss-play.right:after {
  content: '▶';
}

.ss-pause:before,
.ss-pause.right:after {
  content: '';
}

.ss-stop:before,
.ss-stop.right:after {
  content: '■';
}

.ss-record:before,
.ss-record.right:after {
  content: '●';
}

.ss-rewind:before,
.ss-rewind.right:after {
  content: '⏪';
}

.ss-fastforward:before,
.ss-fastforward.right:after {
  content: '⏩';
}

.ss-skipback:before,
.ss-skipback.right:after {
  content: '⏮';
}

.ss-skipforward:before,
.ss-skipforward.right:after {
  content: '⏭';
}

.ss-eject:before,
.ss-eject.right:after {
  content: '⏏';
}

.ss-repeat:before,
.ss-repeat.right:after {
  content: '🔁';
}

.ss-replay:before,
.ss-replay.right:after {
  content: '↺';
}

.ss-shuffle:before,
.ss-shuffle.right:after {
  content: '🔀';
}

.ss-book:before,
.ss-book.right:after {
  content: '📕';
}

.ss-openbook:before,
.ss-openbook.right:after {
  content: '📖';
}

.ss-notebook:before,
.ss-notebook.right:after {
  content: '📓';
}

.ss-newspaper:before,
.ss-newspaper.right:after {
  content: '📰';
}

.ss-grid:before,
.ss-grid.right:after {
  content: '';
}

.ss-rows:before,
.ss-rows.right:after {
  content: '';
}

.ss-columns:before,
.ss-columns.right:after {
  content: '';
}

.ss-thumbnails:before,
.ss-thumbnails.right:after {
  content: '';
}

.ss-filter:before,
.ss-filter.right:after {
  content: '';
}

.ss-desktop:before,
.ss-desktop.right:after {
  content: '💻';
}

.ss-laptop:before,
.ss-laptop.right:after {
  content: '';
}

.ss-tablet:before,
.ss-tablet.right:after {
  content: '';
}

.ss-cell:before,
.ss-cell.right:after {
  content: '📱';
}

.ss-battery:before,
.ss-battery.right:after {
  content: '🔋';
}

.ss-highbattery:before,
.ss-highbattery.right:after {
  content: '';
}

.ss-mediumbattery:before,
.ss-mediumbattery.right:after {
  content: '';
}

.ss-lowbattery:before,
.ss-lowbattery.right:after {
  content: '';
}

.ss-emptybattery:before,
.ss-emptybattery.right:after {
  content: '';
}

.ss-lightbulb:before,
.ss-lightbulb.right:after {
  content: '💡';
}

.ss-downloadcloud:before,
.ss-downloadcloud.right:after {
  content: '';
}

.ss-download:before,
.ss-download.right:after {
  content: '';
}

.ss-uploadcloud:before,
.ss-uploadcloud.right:after {
  content: '';
}

.ss-upload:before,
.ss-upload.right:after {
  content: '';
}

.ss-fork:before,
.ss-fork.right:after {
  content: '';
}

.ss-merge:before,
.ss-merge.right:after {
  content: '';
}

.ss-transfer:before,
.ss-transfer.right:after {
  content: '⇆';
}

.ss-refresh:before,
.ss-refresh.right:after {
  content: '↻';
}

.ss-sync:before,
.ss-sync.right:after {
  content: '';
}

.ss-loading:before,
.ss-loading.right:after {
  content: '';
}

.ss-wifi:before,
.ss-wifi.right:after {
  content: '';
}

.ss-connection:before,
.ss-connection.right:after {
  content: '';
}

.ss-file:before,
.ss-file.right:after {
  content: '📄';
}

.ss-folder:before,
.ss-folder.right:after {
  content: '📁';
}

.ss-quote:before,
.ss-quote.right:after {
  content: '“';
}

.ss-text:before,
.ss-text.right:after {
  content: '';
}

.ss-font:before,
.ss-font.right:after {
  content: '';
}

.ss-print:before,
.ss-print.right:after {
  content: '⎙';
}

.ss-fax:before,
.ss-fax.right:after {
  content: '📠';
}

.ss-list:before,
.ss-list.right:after {
  content: '';
}

.ss-layout:before,
.ss-layout.right:after {
  content: '';
}

.ss-action:before,
.ss-action.right:after {
  content: '';
}

.ss-redirect:before,
.ss-redirect.right:after {
  content: '↪';
}

.ss-expand:before,
.ss-expand.right:after {
  content: '⤢';
}

.ss-contract:before,
.ss-contract.right:after {
  content: '';
}

.ss-help:before,
.ss-help.right:after {
  content: '❓';
}

.ss-info:before,
.ss-info.right:after {
  content: 'ℹ';
}

.ss-alert:before,
.ss-alert.right:after {
  content: '⚠';
}

.ss-caution:before,
.ss-caution.right:after {
  content: '⛔';
}

.ss-logout:before,
.ss-logout.right:after {
  content: '';
}

.ss-plus:before,
.ss-plus.right:after {
  content: '+';
}

.ss-hyphen:before,
.ss-hyphen.right:after {
  content: '-';
}

.ss-check:before,
.ss-check.right:after {
  content: '✓';
}

.ss-delete:before,
.ss-delete.right:after {
  content: '␡';
}

.ss-settings:before,
.ss-settings.right:after {
  content: '⚙';
}

.ss-dashboard:before,
.ss-dashboard.right:after {
  content: '';
}

.ss-notifications:before,
.ss-notifications.right:after {
  content: '🔔';
}

.ss-notificationsdisabled:before,
.ss-notificationsdisabled.right:after {
  content: '🔕';
}

.ss-clock:before,
.ss-clock.right:after {
  content: '⏲';
}

.ss-stopwatch:before,
.ss-stopwatch.right:after {
  content: '⏱';
}

.ss-calendar:before,
.ss-calendar.right:after {
  content: '📅';
}

.ss-addcalendar:before,
.ss-addcalendar.right:after {
  content: '';
}

.ss-removecalendar:before,
.ss-removecalendar.right:after {
  content: '';
}

.ss-checkcalendar:before,
.ss-checkcalendar.right:after {
  content: '';
}

.ss-deletecalendar:before,
.ss-deletecalendar.right:after {
  content: '';
}

.ss-plane:before,
.ss-plane.right:after {
  content: '✈';
}

.ss-briefcase:before,
.ss-briefcase.right:after {
  content: '💼';
}

.ss-cloud:before,
.ss-cloud.right:after {
  content: '☁';
}

.ss-droplet:before,
.ss-droplet.right:after {
  content: '💧';
}

.ss-flask:before,
.ss-flask.right:after {
  content: '';
}

.ss-up:before,
.ss-up.right:after {
  content: '⬆';
}

.ss-upright:before,
.ss-upright.right:after {
  content: '⬈';
}

.ss-right:before,
.ss-right.right:after {
  content: '➡';
}

.ss-downright:before,
.ss-downright.right:after {
  content: '⬊';
}

.ss-down:before,
.ss-down.right:after {
  content: '⬇';
}

.ss-downleft:before,
.ss-downleft.right:after {
  content: '⬋';
}

.ss-left:before,
.ss-left.right:after {
  content: '⬅';
}

.ss-upleft:before,
.ss-upleft.right:after {
  content: '⬉';
}

.ss-navigateup:before,
.ss-navigateup.right:after {
  content: '';
}

.ss-navigateright:before,
.ss-navigateright.right:after {
  content: '▻';
}

.ss-navigatedown:before,
.ss-navigatedown.right:after {
  content: '';
}

.ss-navigateleft:before,
.ss-navigateleft.right:after {
  content: '◅';
}

.ss-directup:before,
.ss-directup.right:after {
  content: '▴';
}

.ss-directright:before,
.ss-directright.right:after {
  content: '▹';
}

.ss-dropdown:before,
.ss-dropdown.right:after {
  content: '▾';
}

.ss-directleft:before,
.ss-directleft.right:after {
  content: '◃';
}

.ss-retweet:before,
.ss-retweet.right:after {
  content: '';
}

/* Legacy classes */
.ss-volumelow:before,
.ss-volumelow.right:after {
  content: '🔉';
}

.ss-volumehigh:before,
.ss-volumehigh.right:after {
  content: '🔊';
}

.ss-batteryhigh:before,
.ss-batteryhigh.right:after {
  content: '';
}

.ss-batterymedium:before,
.ss-batterymedium.right:after {
  content: '';
}

.ss-batterylow:before,
.ss-batterylow.right:after {
  content: '';
}

.ss-batteryempty:before,
.ss-batteryempty.right:after {
  content: '';
}

.ss-clouddownload:before,
.ss-clouddownload.right:after {
  content: '';
}

.ss-cloudupload:before,
.ss-cloudupload.right:after {
  content: '';
}

.ss-calendaradd:before,
.ss-calendaradd.right:after {
  content: '';
}

.ss-calendarremove:before,
.ss-calendarremove.right:after {
  content: '';
}

.ss-calendarcheck:before,
.ss-calendarcheck.right:after {
  content: '';
}

.ss-calendardelete:before,
.ss-calendardelete.right:after {
  content: '';
}

.breadcrumbs {
  border-bottom: 1px solid #eeeeee;
}
.breadcrumbs nav {
  padding: 5px 0;
}
.breadcrumbs nav li {
  padding: 10px 7px 10px 0;
}
.breadcrumbs nav a {
  text-decoration: none;
  font-weight: bold;
  color: #333333;
}
.breadcrumbs nav span {
  font-weight: normal;
}
.breadcrumbs nav .delimiter {
  padding-left: 3px;
  color: #888888;
}

.roundel-item {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  line-height: 1.25;
  background-color: #f26f03;
  color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.roundel-item.circle {
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
}
.roundel-item.triangle {
  background: none !important;
  width: 0;
  height: 0;
  padding: 0;
  border-style: inset;
  border-width: 0 30px 50px 30px;
  border-color: transparent transparent #f26f03 transparent;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.roundel-item.triangle > .roundel-item-inner {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  padding: 25px 0 0 0;
  position: absolute;
  top: 0;
  left: -30px;
  width: 60px;
  height: 50px;
}
.roundel-item.label01 {
  top: 5px;
  left: 5px;
}
.roundel-item.label02 {
  top: 5px;
  right: 5px;
}
.roundel-item.label03 {
  left: 5px;
  bottom: 5px;
}
.roundel-item.label04 {
  bottom: 5px;
  right: 5px;
}

.invent-continuity-display-wrapper {
  padding: 10px;
  border: 1px solid #dee6e6;
  font-size: 12px;
  line-height: 1.3;
  margin: 10px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  float: none;
  clear: both;
}
.invent-continuity-display-wrapper:empty {
  display: none;
  visibility: hidden;
}
.invent-continuity-display-wrapper > p {
  margin: 0 0 10px 0;
}
.invent-continuity-display-wrapper > p:last-child {
  margin-bottom: 0;
}

.checkout-cart-index .invent-continuity-display-wrapper,
.bundle-product .invent-continuity-display-wrapper {
  margin: 10px 0;
}

.checkout-cart-index .invent-continuity-display-wrapper-bottom,
.bundle-product .invent-continuity-display-wrapper-bottom {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.checkout-cart-index .invent-continuity-display-wrapper-bottom:after,
.bundle-product .invent-continuity-display-wrapper-bottom:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.checkout-cart-index .invent-continuity-display-wrapper-bottom .invent-continuity-display-wrapper,
.bundle-product .invent-continuity-display-wrapper-bottom .invent-continuity-display-wrapper {
  margin-bottom: 0;
}

#mmWrapper {
  clear: both;
}
#mmWrapper .mmWrapping .mmLink {
  text-transform: capitalize;
  display: block;
  border: 1px solid #56c6c1;
  text-align: center;
  padding: 10px;
  margin: 0 0 15px 0;
  font-family: "DIN Medium Alternate", sans-serif;
}
#mmWrapper .mmWrapping .mmLink:hover,
#mmWrapper .mmWrapping .mmLink:active {
  border-color: #1fada7;
}

#page-wrapper #global-cookie-notice-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

#page-wrapper .notice-cookie {
  border: none;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  font-family: "DIN Regular", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
}
@media (max-width: 600px) {
  #page-wrapper .notice-cookie {
    font-size: 12px;
  }
}
#page-wrapper .notice-cookie .notice-inner {
  padding: 15px;
  background: none;
}
#page-wrapper .notice-cookie .notice-inner:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
#page-wrapper .notice-cookie .notice-inner .notice-inner-button {
  float: right;
  width: 240px;
  margin-left: 10px;
}
@media (max-width: 600px) {
  #page-wrapper .notice-cookie .notice-inner .notice-inner-button {
    width: auto;
    float: none;
    display: block;
    margin: 0 0 15px 0;
  }
}
#page-wrapper .notice-cookie .notice-inner .notice-inner-content {
  overflow: hidden;
}
#page-wrapper .notice-cookie .notice-inner .btn-primary {
  text-transform: uppercase;
}
@media (max-width: 600px) {
  #page-wrapper .notice-cookie .notice-inner .btn-primary {
    padding: 10px;
    font-size: 12px;
  }
}
#page-wrapper .notice-cookie .notice-inner p {
  border: none;
  padding: 0;
}
#page-wrapper .notice-cookie .notice-inner a {
  color: #f26f03;
}
#page-wrapper .notice-cookie .notice-inner a:hover,
#page-wrapper .notice-cookie .notice-inner a:focus {
  color: #e25a00;
}

#page-wrapper .global-site-notice.noscript {
  padding: 15px;
  color: #ffffff;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  border: none;
  font-family: "DIN Regular", sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.fancybox-skin {
  border-radius: 0;
}

.popup-change-supply {
  display: none;
  position: relative;
  padding: 20px;
  background: #ffffff;
}
.popup-change-supply--shipping-label {
  text-align: center;
  display: block;
  margin: 0 0 15px 0;
  min-height: 36px;
  height: auto;
  padding: 0 18px;
  position: relative;
  background: #e5429a;
}
.popup-change-supply--shipping-label:before,
.popup-change-supply--shipping-label:after {
  top: 50%;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  border-width: 18px;
  margin-top: -18px;
}
.popup-change-supply--shipping-label:before {
  left: 0;
  border-left-color: #ffffff;
}
.popup-change-supply--shipping-label:after {
  right: 0;
  border-right-color: #ffffff;
}
.popup-change-supply--shipping-label span,
.popup-change-supply--shipping-label p {
  font-family: "DIN Bold", sans-serif;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  line-height: 36px;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
}
.popup-change-supply--shipping-info {
  text-align: center;
  display: block;
  margin: 0 0 15px 0;
}
.popup-change-supply--title {
  text-align: center;
  display: block;
  margin: 0 0 15px 0;
}
.popup-change-supply--title h2.heading2,
.popup-change-supply--title .cms-cj-list-wrapper > h2.review-title {
  font-family: "DIN Bold", sans-serif;
  font-size: 30px;
}
.popup-change-supply--photo {
  text-align: center;
  display: block;
  margin: 0 0 15px 0;
}
.popup-change-supply--photo > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.popup-change-supply--controls {
  text-align: center;
  display: block;
  margin: 0;
}

.kits-description-popup,
.kits-related-popup,
.product-description-popup {
  display: none;
  position: relative;
  min-height: 100%;
  height: 100%;
  box-sizing: border-box;
}
.kits-description-popup--title,
.kits-related-popup--title,
.product-description-popup--title {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  background: #e1f0f0;
}
.kits-description-popup--title > .heading2,
.cms-cj-list-wrapper.kits-description-popup--title > .review-title,
.kits-related-popup--title > .heading2,
.cms-cj-list-wrapper.kits-related-popup--title > .review-title,
.product-description-popup--title > .heading2,
.cms-cj-list-wrapper.product-description-popup--title > .review-title {
  padding: 0 15px;
  overflow: hidden;
  font-size: 20px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.kits-description-popup--title .btn-secondary.popup-close,
.kits-description-popup--title .btn-secondary.popup-previous,
.kits-related-popup--title .btn-secondary.popup-close,
.kits-related-popup--title .btn-secondary.popup-previous,
.product-description-popup--title .btn-secondary.popup-close,
.product-description-popup--title .btn-secondary.popup-previous {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  line-height: 50px;
  font-size: 20px;
  border-radius: 0;
}
.kits-description-popup--title .btn-secondary.popup-close .ss-delete,
.kits-description-popup--title .btn-secondary.popup-close .ss-rewind,
.kits-description-popup--title .btn-secondary.popup-previous .ss-delete,
.kits-description-popup--title .btn-secondary.popup-previous .ss-rewind,
.kits-related-popup--title .btn-secondary.popup-close .ss-delete,
.kits-related-popup--title .btn-secondary.popup-close .ss-rewind,
.kits-related-popup--title .btn-secondary.popup-previous .ss-delete,
.kits-related-popup--title .btn-secondary.popup-previous .ss-rewind,
.product-description-popup--title .btn-secondary.popup-close .ss-delete,
.product-description-popup--title .btn-secondary.popup-close .ss-rewind,
.product-description-popup--title .btn-secondary.popup-previous .ss-delete,
.product-description-popup--title .btn-secondary.popup-previous .ss-rewind {
  position: relative;
  top: 2px;
}
.kits-description-popup--title .btn-secondary.popup-close,
.kits-related-popup--title .btn-secondary.popup-close,
.product-description-popup--title .btn-secondary.popup-close {
  float: right;
}
.kits-description-popup--title .btn-secondary.popup-previous,
.kits-related-popup--title .btn-secondary.popup-previous,
.product-description-popup--title .btn-secondary.popup-previous {
  float: left;
}
.kits-description-popup .popup-reviews-list,
.kits-related-popup .popup-reviews-list,
.product-description-popup .popup-reviews-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kits-description-popup .popup-reviews-list .popup-review-item,
.kits-related-popup .popup-reviews-list .popup-review-item,
.product-description-popup .popup-reviews-list .popup-review-item {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #cdcdcd;
}
.kits-description-popup .popup-reviews-list .popup-review-item:last-child,
.kits-related-popup .popup-reviews-list .popup-review-item:last-child,
.product-description-popup .popup-reviews-list .popup-review-item:last-child {
  border: none;
  margin-bottom: 0;
}
.kits-description-popup .popup-reviews-list .popup-review-item .rating-summary,
.kits-related-popup .popup-reviews-list .popup-review-item .rating-summary,
.product-description-popup .popup-reviews-list .popup-review-item .rating-summary {
  margin: 0 0 5px 0;
}
.kits-description-popup .popup-reviews-list .popup-review-item .rating-summary:after,
.kits-related-popup .popup-reviews-list .popup-review-item .rating-summary:after,
.product-description-popup .popup-reviews-list .popup-review-item .rating-summary:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.kits-description-popup .popup-reviews-list .popup-review-item--title,
.kits-related-popup .popup-reviews-list .popup-review-item--title,
.product-description-popup .popup-reviews-list .popup-review-item--title {
  font-family: "DIN Bold", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  font-size: 14px;
  margin: 0 0 5px 0;
}
.kits-description-popup .popup-reviews-list .popup-review-item--info,
.kits-related-popup .popup-reviews-list .popup-review-item--info,
.product-description-popup .popup-reviews-list .popup-review-item--info {
  font-weight: normal;
  line-height: 1.5;
  font-size: 12px;
  margin: 0 0 5px 0;
  color: #666666;
}
.kits-description-popup .popup-reviews-list .popup-review-item--info .date,
.kits-description-popup .popup-reviews-list .popup-review-item--info .nickname,
.kits-related-popup .popup-reviews-list .popup-review-item--info .date,
.kits-related-popup .popup-reviews-list .popup-review-item--info .nickname,
.product-description-popup .popup-reviews-list .popup-review-item--info .date,
.product-description-popup .popup-reviews-list .popup-review-item--info .nickname {
  margin-left: 5px;
}
.kits-description-popup .popup-reviews-list .popup-review-item--info .date:first-child,
.kits-description-popup .popup-reviews-list .popup-review-item--info .nickname:first-child,
.kits-related-popup .popup-reviews-list .popup-review-item--info .date:first-child,
.kits-related-popup .popup-reviews-list .popup-review-item--info .nickname:first-child,
.product-description-popup .popup-reviews-list .popup-review-item--info .date:first-child,
.product-description-popup .popup-reviews-list .popup-review-item--info .nickname:first-child {
  margin-left: 0;
}
.kits-description-popup .popup-reviews-list .popup-review-item--info .fa,
.kits-related-popup .popup-reviews-list .popup-review-item--info .fa,
.product-description-popup .popup-reviews-list .popup-review-item--info .fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.kits-description-popup .popup-reviews-list .popup-review-item--info .fa.fa-clock-o:before,
.kits-related-popup .popup-reviews-list .popup-review-item--info .fa.fa-clock-o:before,
.product-description-popup .popup-reviews-list .popup-review-item--info .fa.fa-clock-o:before {
  content: "";
}
.kits-description-popup .popup-reviews-list .popup-review-item--info .fa.fa-user:before,
.kits-related-popup .popup-reviews-list .popup-review-item--info .fa.fa-user:before,
.product-description-popup .popup-reviews-list .popup-review-item--info .fa.fa-user:before {
  content: "";
}
.kits-description-popup .popup-reviews-list .popup-review-item--detail,
.kits-related-popup .popup-reviews-list .popup-review-item--detail,
.product-description-popup .popup-reviews-list .popup-review-item--detail {
  margin: 0;
  line-height: 1.25;
  font-size: 12px;
  color: #666666;
}

.kits-description-popup--content,
.product-description-popup--content {
  padding: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - 50px);
}
.kits-description-popup--content h3,
.product-description-popup--content h3 {
  font-size: 16px;
  margin: 0 0 15px 0;
}
.kits-description-popup--content h4,
.product-description-popup--content h4 {
  font-family: "DIN Regular", sans-serif;
  font-size: 16px;
  color: #666666;
  padding: 0;
  line-height: 1;
  margin: 0 0 15px 0;
}
.kits-description-popup--content hr,
.product-description-popup--content hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  background-color: #888888;
  padding: 0;
  margin: 15px 0;
}
.kits-description-popup--content .short-description,
.product-description-popup--content .short-description {
  margin: 0 0 15px 0;
  line-height: 1.5;
  font-size: 14px;
}
.kits-description-popup--content #show_review_form,
.kits-description-popup--content #hide_review_form,
.product-description-popup--content #show_review_form,
.product-description-popup--content #hide_review_form {
  margin: 0 0 15px 0;
}

.kits-related-popup {
  padding-bottom: 50px;
}
.kits-related-popup p {
  line-height: 24px;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  margin: 0 0 15px 0;
}
.kits-related-popup p:last-child {
  margin-bottom: 0;
}
.kits-related-popup .popup-description:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.kits-related-popup .popup-description--image {
  display: block;
}
.kits-related-popup .popup-description--image img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}
.kits-related-popup .popup-description--image.fl {
  float: left;
  margin: 0 15px 0 0;
}
.kits-related-popup .popup-description--image.fr {
  float: right;
  margin: 0 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .kits-related-popup .popup-description--image.fl,
  .kits-related-popup .popup-description--image.fr {
    float: none;
    margin: 0 0 15px 0;
  }
}
.kits-related-popup .popup-description--content {
  overflow: hidden;
}

.kits-tabs-wrapper {
  position: static;
  height: calc(100% - 50px);
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff;
}
.kits-tabs-wrapper .tab-content {
  display: none;
  padding: 15px;
}
.kits-tabs-wrapper .tab-content.current {
  display: block;
}
.kits-tabs-wrapper ul.kits-tabs {
  display: table;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
  list-style: none;
}
.kits-tabs-wrapper ul.kits-tabs > li {
  display: table-cell !important;
  vertical-align: middle;
  width: 33.333333%;
  cursor: pointer;
  padding: 17px 10px;
  background-color: #eeeeee;
  text-align: center;
  transition: all 300ms ease;
}
.kits-tabs-wrapper ul.kits-tabs > li + li {
  border-left: 1px solid #ffffff;
}
.kits-tabs-wrapper ul.kits-tabs > li.current {
  background-color: #cdf1f1;
}
.kits-tabs-wrapper ul.kits-tabs > li span {
  display: block;
  font-family: "DIN Regular", sans-serif;
  line-height: 1.2;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  white-space: nowrap;
}

body {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@font-face {
  font-family: 'DIN Bold';
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-BOLD.eot");
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-BOLD.eot?#iefix") format("embedded-opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-BOLD.woff") format("woff"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-BOLD.otf") format("opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-BOLD.ttf") format("truetype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-BOLD.svg#din_bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Regular';
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-REGU.eot");
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-REGU.eot?#iefix") format("embedded-opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-REGU.woff") format("woff"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-REGU.otf") format("opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-REGU.ttf") format("truetype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-REGU.svg#din_regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Medium Alternate';
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-MEDA.eot");
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-MEDA.eot?#iefix") format("embedded-opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-MEDA.woff") format("woff"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-MEDA.otf") format("opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-MEDA.ttf") format("truetype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-MEDA.svg#din_medium_alternate") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Light';
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-LIGHT.eot");
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-LIGHT.eot?#iefix") format("embedded-opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-LIGHT.woff") format("woff"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-LIGHT.ttf") format("truetype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-LIGHT.svg#din_light") format("svg");
  font-weight: normal;
  font-style: normal;
}

.heading1,
.heading2,
.cms-cj-list-wrapper > .review-title,
.heading3,
.kits-description-popup--content h3,
.product-description-popup--content h3,
.heading4,
.heading5,
.cms-cj-list-wrapper .cms-cj-list-carousel .item .review--name,
.heading6 {
  font-family: "DIN Regular", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 1.3;
  color: #333333;
  text-transform: none;
}
.heading1:last-child,
.heading2:last-child,
.cms-cj-list-wrapper > .review-title:last-child,
.heading3:last-child,
.kits-description-popup--content h3:last-child,
.product-description-popup--content h3:last-child,
.heading4:last-child,
.heading5:last-child,
.cms-cj-list-wrapper .cms-cj-list-carousel .item .review--name:last-child,
.heading6:last-child {
  margin-bottom: 0;
}
.heading1.inline,
.heading2.inline,
.cms-cj-list-wrapper > .inline.review-title,
.heading3.inline,
.kits-description-popup--content h3.inline,
.product-description-popup--content h3.inline,
.heading4.inline,
.heading5.inline,
.cms-cj-list-wrapper .cms-cj-list-carousel .item .inline.review--name,
.heading6.inline {
  display: inline-block;
  vertical-align: middle;
}

.heading1 {
  font-size: 35px;
  line-height: 1;
}
.heading1.bold {
  font-family: "DIN Bold", sans-serif;
}

.heading2,
.cms-cj-list-wrapper > .review-title {
  font-size: 25px;
  line-height: 1;
}

.heading3,
.kits-description-popup--content h3,
.product-description-popup--content h3 {
  font-family: "DIN Bold", sans-serif;
  font-size: 20px;
}

.heading4 {
  text-transform: uppercase;
  font-size: 16px;
}

.heading5,
.cms-cj-list-wrapper .cms-cj-list-carousel .item .review--name {
  font-family: "DIN Bold", sans-serif;
  font-size: 16px;
  color: #666666;
}

.heading6 {
  text-transform: uppercase;
  font-size: 14px;
}

.cms-editor-enabled .vms_content_desktop,
.cms-editor-enabled .vms_content_mobile {
  display: block !important;
  position: relative;
  padding: 40px 0 0 0;
  margin: 0 0 40px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.cms-editor-enabled .vms_content_desktop:last-child,
.cms-editor-enabled .vms_content_mobile:last-child {
  margin-bottom: 0;
}
.cms-editor-enabled .vms_content_desktop:before,
.cms-editor-enabled .vms_content_mobile:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: auto;
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 40px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #e5429a;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  content: 'VMS';
}

.cms-editor-enabled .vms_content_desktop:before {
  content: 'Desktop Blocks';
}

.cms-editor-enabled .vms_content_mobile {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.cms-editor-enabled .vms_content_mobile:before {
  content: 'Mobile Blocks';
}

.cms-editor-enabled .cms-accordion-element-wrapper .accordion-element--label,
.cms-editor-enabled .cms-accordion-element-wrapper .accordion-element--content {
  display: block !important;
}

.cms-editor-enabled .cms-accordion-element-wrapper .accordion-element--label {
  margin-left: 0;
  margin-right: 0;
}

.cms-accordion-element-wrapper {
  padding: 0;
  margin: 0 0 4px 0;
}
.cms-accordion-element-wrapper:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.cms-accordion-element-wrapper .accordion-element {
  margin: 0;
  padding: 0;
}
.cms-accordion-element-wrapper .accordion-element--label {
  position: relative;
  text-transform: uppercase;
  display: block;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  border-radius: 0;
}
.cms-accordion-element-wrapper .accordion-element--label span {
  background: #f26f03;
  padding: 0 4px;
  border-radius: 4px;
}
.cms-accordion-element-wrapper .accordion-element--label:after {
  top: 50%;
  right: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
  margin-top: -1px;
  transition: none;
}
.cms-accordion-element-wrapper .accordion-element--content {
  display: none;
}
.cms-accordion-element-wrapper.visible-content .accordion-element--label:after {
  border-color: transparent;
  border-bottom-color: #ffffff;
  margin-top: -10px;
}
.cms-accordion-element-wrapper.visible-content .accordion-element--content {
  display: block;
}

.cms-cj-form-wrapper {
  display: block;
  padding: 15px;
  margin: 0 0 15px 0;
  box-sizing: border-box;
  border: 1px solid #f26f03;
}
.cms-cj-form-wrapper:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.cms-cj-form-wrapper .form-group-files {
  margin: 0 5px;
}
.cms-cj-form-wrapper .form-group-files .heading5,
.cms-cj-form-wrapper .form-group-files .cms-cj-list-wrapper .cms-cj-list-carousel .item .review--name,
.cms-cj-list-wrapper .cms-cj-list-carousel .item .cms-cj-form-wrapper .form-group-files .review--name {
  margin-bottom: 10px;
}
.cms-cj-form-wrapper .form-group-files input[type=file] {
  margin-bottom: 15px;
}
.cms-cj-form-wrapper .terms-and-conditions {
  font-size: 14px;
}

.cms-cj-list-wrapper {
  display: block;
  padding: 15px 0;
  margin: 0 0 15px 0;
  box-sizing: border-box;
  border: none;
}
.cms-cj-list-wrapper:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.cms-cj-list-wrapper .cms-cj-list-carousel .item {
  padding: 0 10px;
}
.cms-cj-list-wrapper .cms-cj-list-carousel .item .review-img:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.cms-cj-list-wrapper .cms-cj-list-carousel .item .review-img--before,
.cms-cj-list-wrapper .cms-cj-list-carousel .item .review-img--after {
  position: relative;
  float: left;
  width: 50%;
  height: 150px;
  border: 2px solid #56c6c1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.cms-cj-list-wrapper .cms-cj-list-carousel .item .review-img--before:after,
.cms-cj-list-wrapper .cms-cj-list-carousel .item .review-img--after:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-family: "DIN Medium Alternate", sans-serif;
  font-size: 12px;
  color: #333333;
  content: attr(data-explain);
}
.cms-cj-list-wrapper .cms-cj-list-carousel .item .review-img--after {
  border-left: 0;
}
.cms-cj-list-wrapper .cms-cj-list-carousel .item .review--name {
  text-align: left;
  margin: 10px 0 5px 0;
}
.cms-cj-list-wrapper .cms-cj-list-carousel .item .review--detail {
  margin: 0;
  line-height: 1.25;
  font-size: 12px;
  color: #666666;
}
.cms-cj-list-wrapper .cms-cj-list-carousel .item .review--info {
  font-weight: normal;
  line-height: 1.5;
  font-size: 12px;
  margin: 0 0 5px 0;
  color: #666666;
}
.cms-cj-list-wrapper .cms-cj-list-carousel .item .review--info .date,
.cms-cj-list-wrapper .cms-cj-list-carousel .item .review--info .nickname {
  margin-left: 5px;
}
.cms-cj-list-wrapper .cms-cj-list-carousel .item .review--info .date:first-child,
.cms-cj-list-wrapper .cms-cj-list-carousel .item .review--info .nickname:first-child {
  margin-left: 0;
}
.cms-cj-list-wrapper .cms-cj-list-carousel .item .review--info .fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.cms-cj-list-wrapper .cms-cj-list-carousel .item .review--info .fa.fa-clock-o:before {
  content: "";
}
.cms-cj-list-wrapper .cms-cj-list-carousel .item .review--info .fa.fa-user:before {
  content: "";
}
.cms-cj-list-wrapper .cms-cj-list-carousel.no-carousel .item {
  padding: 0;
  margin-bottom: 20px;
}

.clear {
  clear: both;
}

.checkout-index-success #header .links {
  display: block !important;
}

.page-content-wrapper {
  padding: 20px 0;
}

.site-search__input-wrapper {
  position: relative;
}
.site-search__input-wrapper input.site-search__input {
  box-sizing: border-box;
  padding-right: 40px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .site-search__input-wrapper input.site-search__input {
    padding: 15px 40px 15px 15px;
  }
}
.site-search__input-wrapper button {
  box-sizing: border-box;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  cursor: pointer;
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  padding: 0;
  margin: 0;
  background: transparent;
  transition: color 300ms ease;
}
.site-search__input-wrapper button:focus {
  outline: none;
}
.site-search__input-wrapper button:hover .ss-search,
.site-search__input-wrapper button:active .ss-search {
  color: #1fada7;
}
.site-search__input-wrapper button .ss-search {
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #56c6c1;
  position: relative;
  top: 2px;
}

.ss-search {
  font-size: 22px;
  padding: 0 0 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ss-search {
    font-size: 18px;
    padding: 0 0 0 10px;
  }
}

a {
  font-family: "DIN Bold", sans-serif;
  color: #1fada7;
  text-decoration: none;
}
a:focus {
  outline: none;
}

.price-box {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
  font-family: "DIN Regular", sans-serif;
  font-size: 20px;
  color: #888888;
}
.price-box p {
  margin: 0;
}

.tooltip-mark {
  font-size: 14px;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background: #333333;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  line-height: 15px;
  color: #ffffff;
  margin: 0 0 0 2px;
  overflow: hidden;
  border-radius: 50%;
  transition: background-color 300ms ease;
  display: none !important;
  visibility: hidden !important;
}
.tooltip-mark:hover,
.tooltip-mark:focus {
  background-color: #e5429a;
}

.embeded-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.embeded-video-container iframe,
.embeded-video-container object,
.embeded-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cms-index-index .embeded-video-container {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.block-title {
  text-transform: uppercase;
  text-decoration: none;
  line-height: 60px;
  font-family: "DIN Medium Alternate", sans-serif;
  font-size: 20px;
  color: #333333;
}

#giftcard-form {
  margin: 20px 0;
  padding: 0 5px;
  display: block;
}
@media only screen and (max-width: 991px) {
  #giftcard-form {
    padding: 0;
  }
  #giftcard-form .col-gift-input {
    width: 58.333333333333336% !important;
    float: left;
  }
  #giftcard-form .col-gift-btn {
    width: 41.66666666666667% !important;
    float: left;
  }
  #giftcard-form .btn-secondary {
    margin-top: 0;
  }
}

#discount-coupon-form {
  margin: 20px 0;
  padding: 0;
  display: block;
}
#discount-coupon-form .btn-secondary {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
}
#discount-coupon-form .btn-secondary.btn-cancel-coupon {
  margin-top: 15px;
}

.checkout-cart-index #discount-coupon-form {
  margin-top: 0;
}

.messages {
  padding: 10px;
  margin: 0 0 15px 0;
  background: #56c6c1;
  border-radius: 5px;
}
.messages ul {
  background-color: inherit;
  padding: 0;
  margin: 5px 0 0 0;
  border-radius: 0;
}
.messages ul:first-child {
  margin-top: 0;
}
.messages li {
  margin: 10px 0 0 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
  color: #ffffff;
}
.messages li:first-child {
  margin-top: 0;
}
.messages li a {
  color: #e5429a;
}
.messages li a:hover,
.messages li a:focus {
  color: #d92184;
}

tr[data-with-swap="true"] td {
  border-bottom: none !important;
}

.tr-cart-swapper,
.swapper-media {
  display: none;
}

.checkout-cart-index .tr-cart-swapper {
  display: table-row;
}
.checkout-cart-index .tr-cart-swapper .td-cart-swapper {
  padding-top: 0 !important;
}

.checkout-cart-index .swapper-media {
  display: block;
}
.checkout-cart-index .swapper-media .description {
  display: block;
  position: relative;
  background: #cdf1f1;
  margin: 0;
  padding: 14px;
  line-height: 1.3;
  font-family: "DIN Regular", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  text-align: center;
  border-radius: 5px;
}
.checkout-cart-index .swapper-media .description:before {
  padding: 0;
  margin: 0 0 0 -12px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: block;
  width: 24px;
  height: 15px;
  background: transparent url("https://www.proactiv.ie/skin/frontend/slim/default/images/swap-polygon.png") center center no-repeat;
  content: '';
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .checkout-cart-index .swapper-media .description {
    margin-bottom: 15px;
  }
}

.vco-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.vco-overlay-wrapper {
  position: absolute;
  left: 50%;
  top: 25%;
  width: 250px;
  height: 196px;
  margin-left: -125px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #cdcdcd;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .row-how-proactiv-works h3 {
    text-align: center !important;
  }
  .row-how-proactiv-works p {
    text-align: left !important;
  }
}

.helps-to-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.helps-to-list:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.helps-to-list > li {
  float: left;
  width: 50%;
  padding: 0 10px 0 42px;
  box-sizing: border-box;
  min-height: 32px;
  margin: 0 0 10px 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
}
.helps-to-list > li span {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
}
.helps-to-list > li img {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
}
@media only screen and (max-width: 991px) {
  .helps-to-list > li {
    width: 100%;
    float: none;
  }
}

.carousel-inner picture {
  display: block;
  text-align: center;
}

.carousel-inner a {
  line-height: 0;
}

.carousel {
  margin: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.carousel .carousel-inner {
  padding-bottom: 20px;
}
.carousel .carousel-indicators {
  bottom: 0;
}

.pca .pcaautocomplete {
  border: none !important;
}

.pca .pcafooter {
  display: none !important;
  border: none !important;
}

.action-buttons {
  margin: 20px 0;
}
.action-buttons:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.action-buttons li {
  display: block;
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: center;
}
.action-buttons li:nth-child(even) {
  margin-right: 0;
}
.action-buttons li a {
  display: block;
  background: #ccf0f1;
  color: #19aaa6;
  height: 44px;
  line-height: 44px;
  position: relative;
  border-radius: 5px;
}
.action-buttons li a:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 3px solid #19aaa6;
  border-bottom: none;
  border-left: none;
  display: block;
  position: absolute;
  top: 17px;
  left: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
  width: 100%;
}
.table-responsive > table {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.header {
  border-bottom: 1px solid #eeeeee;
}
@media only screen and (max-width: 767px) {
  .header #nav.main-nav--is-open {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) {
  #header.navbar-disabled .header--navbar,
  #header.navbar-disabled .header--order-now {
    display: none !important;
    visibility: hidden !important;
  }
}

@media only screen and (max-width: 767px) {
  #header.navbar-disabled .mobile-menu .btn-shopping-cart {
    display: none;
  }
  #header.navbar-disabled .mobile-menu .btn-contact {
    width: 50%;
  }
}

#header #nav .level0 > .toggle-sub-menu {
  display: none;
}
#header #nav .level0 > .toggle-sub-menu > span {
  color: #333333;
  transition: color 200ms ease;
}
#header #nav .level0 > .toggle-sub-menu:hover > span {
  color: #e25a00;
}
@media (max-width: 767px) {
  #header #nav .level0 > .toggle-sub-menu {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: none;
    clear: both;
    border: none;
    background: none;
    padding: 0;
    outline: none;
    position: absolute;
    right: 10px;
    top: 7px;
  }
}
@media (max-width: 400px) {
  #header #nav .level0 > .toggle-sub-menu {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.iconShoppingCart,
.header__top .mobile-menu .btn-shopping-cart .icon-shopping-cart,
.header__main .headercart .top a.headercart-info .icon-shopping-cart {
  background-image: url("https://www.proactiv.ie/skin/frontend/slim/default/images/bag@2x.png");
  background-size: 22px 27px;
  width: 23px;
  height: 27px;
  line-height: 32px;
  color: transparent;
}
@media only screen and (max-width: 600px) {
  .iconShoppingCart,
  .header__top .mobile-menu .btn-shopping-cart .icon-shopping-cart,
  .header__main .headercart .top a.headercart-info .icon-shopping-cart {
    background-size: 18px 22px;
    width: 18px;
    height: 22px;
    line-height: 22px;
  }
}

.header__top .user-nav {
  border-bottom: 1px solid #eeeeee;
}
.header__top .user-nav .links {
  float: right;
}
.header__top .user-nav .links li {
  float: left;
  padding: 0 6px;
}
.header__top .user-nav .links li:last-child {
  padding-right: 0;
}
.header__top .user-nav .links li a {
  text-transform: uppercase;
  text-decoration: none;
  line-height: 39px;
  font-family: "DIN Medium Alternate", sans-serif;
  font-size: 12px;
  color: #888888;
}
.header__top .user-nav .links li span {
  padding: 0 4px;
  color: #888888;
}
.header__top .user-nav .links li .icon-phone {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  font-size: medium;
  display: block;
  float: left;
  margin-top: 12px;
}

.header__top .mobile-menu {
  width: 100%;
  margin: 0;
  position: fixed;
  z-index: 18;
  min-width: 280px;
  background: #ffffff;
}
.header__top .mobile-menu .mobile-menu__item {
  text-align: center;
}
.header__top .mobile-menu .mobile-menu__link {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  font-family: "DIN Bold", sans-serif;
  color: #ffffff;
  width: auto;
  height: 60px;
  line-height: 55px;
  padding: 0;
  display: block;
}
.header__top .mobile-menu .mobile-menu__link.active {
  line-height: 55px;
}
.header__top .mobile-menu .btn-mobile-menu-label {
  position: relative;
}
.header__top .mobile-menu .btn-mobile-menu-label:after {
  position: absolute;
  content: attr(data-menu-label);
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #1fada7;
  text-align: center;
  text-transform: uppercase;
}
.header__top .mobile-menu .btn-hamburger {
  text-align: left;
  padding: 0;
  width: 16%;
  background: #ccf0f1;
}
.header__top .mobile-menu .btn-hamburger .hamburger {
  width: 35px;
  margin-top: 7px;
}
.header__top .mobile-menu .btn-hamburger .hamburger__bread {
  height: 5px;
  width: 30px;
  margin-top: 5px;
  background: #51c4c1;
}
.header__top .mobile-menu .btn-hamburger .hamburger__bread.longer {
  width: 35px;
}
.checkout-index-index .header__top .mobile-menu .btn-hamburger {
  display: none !important;
  visibility: hidden !important;
}
.header__top .mobile-menu .active .hamburger {
  margin-bottom: 3px;
  margin-left: 4px;
}
.header__top .mobile-menu .active .hamburger__bread.longer {
  display: none;
}
.header__top .mobile-menu .active .hamburger__bread:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 3px;
}
.header__top .mobile-menu .active .hamburger__bread:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -5px;
}
.header__top .mobile-menu .btn-contact {
  display: none;
  width: 50%;
  background: #e99f00;
}
.header__top .mobile-menu .btn-contact .mobile-menu__link > span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.header__top .mobile-menu .btn-contact .mobile-menu__link > span.ss-phone {
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 400px) {
  .header__top .mobile-menu .btn-contact .mobile-menu__link > span:last-child {
    max-width: 60%;
    text-align: left;
    line-height: 18px;
  }
}
@media only screen and (max-width: 360px) {
  .header__top .mobile-menu .btn-contact .mobile-menu__link > span:last-child {
    display: none;
  }
}
.header__top .mobile-menu .btn-logo {
  width: 34%;
  height: 60px;
}
.header__top .mobile-menu .btn-logo:before {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.header__top .mobile-menu .btn-logo .site-logo {
  float: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
}
.header__top .mobile-menu .btn-logo .site-logo .site-logo__img {
  max-width: 100%;
}
.checkout-index-index .header__top .mobile-menu .btn-logo {
  width: 50%;
  text-align: left;
}
.checkout-index-index .header__top .mobile-menu .btn-logo .site-logo {
  padding: 0 10px;
}
.header__top .mobile-menu .btn-shopping-cart {
  width: 50%;
  background: #f26f03;
}
.header__top .mobile-menu .btn-shopping-cart .icon-shopping-cart {
  margin-right: 5%;
}
.header__top .mobile-menu .btn-shopping-cart .headercart-items {
  display: inline-block;
  vertical-align: middle;
  max-width: 65%;
  text-align: left;
  width: auto;
  line-height: 20px;
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .header__top .mobile-menu .btn-shopping-cart .headercart-items {
    line-height: 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 360px) {
  .header__top .mobile-menu .btn-shopping-cart .headercart-items {
    line-height: 18px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .header__main {
    margin-top: 60px;
  }
}

.header__main .site-logo {
  line-height: 60px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .header__main .site-logo {
    text-align: center;
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__main .site-logo {
    width: 120px;
    height: auto;
    max-height: none;
  }
}
.header__main .site-logo img {
  max-width: 100%;
  width: 125px;
  height: auto;
  max-height: none;
}

.header__main #nav {
  float: left;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .header__main #nav {
    position: fixed;
    top: 60px;
    background: #ebf0f0;
    width: 100%;
    max-width: 400px;
    z-index: 18;
    max-height: calc(100% - 60px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 768px) {
  .header__main #nav {
    display: block !important;
  }
}
.header__main #nav span.my-account a,
.header__main #nav span.my-livechat a {
  text-decoration: none;
  outline: none;
  transition: color 300ms ease;
}
.header__main #nav span.my-account a:hover,
.header__main #nav span.my-account a:focus,
.header__main #nav span.my-livechat a:hover,
.header__main #nav span.my-livechat a:focus {
  color: #1fada7;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .header__main #nav li {
    padding: 0 40px;
  }
}
@media (max-width: 400px) {
  .header__main #nav li {
    padding: 0 20px !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .header__main #nav li.level0 {
    padding: 5px 20px;
    margin: 0;
    border-top: 1px solid #d7d7d7;
  }
  .header__main #nav li.level0.first {
    margin-top: 53px;
  }
  .header__main #nav li.level0.nav-mobile {
    border-top: none;
  }
}
@media (max-width: 400px) {
  .header__main #nav li.level0 {
    padding: 5px 20px !important;
  }
  .header__main #nav li.level0.first {
    margin-top: 44px !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .header__main #nav li.cms {
    margin: 12px 0 0 0 !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.header__main #nav li a {
  text-transform: uppercase;
  text-decoration: none;
  line-height: 60px;
  padding: 0 8px;
  font-family: "DIN Medium Alternate", sans-serif;
  font-size: 20px;
  color: #333333;
  transition: color 200ms ease;
}
@media (max-width: 400px) {
  .header__main #nav li a {
    line-height: 30px !important;
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .header__main #nav li a {
    line-height: 40px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__main #nav li a {
    font-size: 14px;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__main #nav li a {
    font-size: 18px;
  }
}
.header__main #nav li a:hover,
.header__main #nav li a:focus {
  color: #1fada7;
}
.header__main #nav li ul > li {
  padding: 0 0 0 20px;
}
.header__main #nav li ul > li.menu-group-main {
  padding: 5px 0 !important;
}
.header__main #nav li ul > li > a {
  font-size: 16px;
  padding: 0;
  line-height: 40px;
}
@media (max-width: 991px) {
  .header__main #nav li ul > li > a {
    font-size: 14px;
  }
}
.header__main #nav .level0.parent > .menu-vlist {
  top: 60px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .header__main #nav .level0.parent > .menu-vlist {
    top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .header__main #nav .level0.parent > .menu-vlist li a {
    line-height: 30px;
  }
}
.header__main #nav .parent > .menu-vlist {
  width: auto;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .header__main #nav .parent > .menu-vlist {
    background: none;
  }
}
.header__main #nav .site-search {
  display: block;
}

.header__main .ss-search {
  line-height: 58px;
  cursor: pointer;
  position: relative;
  top: 2px;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .header__main .nav-desktop.ss-search {
    display: none;
  }
  .header__main #nav .nav-mobile.cms {
    text-align: center;
    background: #dfe7e7;
  }
  .header__main #nav .nav-mobile.home-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: block;
    margin: 0;
    border: none;
  }
  .header__main #nav .nav-mobile .ss-search {
    line-height: 1;
    display: block;
  }
  .header__main #nav .nav-mobile .my-account a,
  .header__main #nav .nav-mobile .my-livechat a {
    font-size: 16px;
    color: #888888;
  }
  .header__main #nav .nav-mobile .my-account a .ss-icon,
  .header__main #nav .nav-mobile .my-livechat a .ss-icon {
    display: inline-block;
    margin-right: 5px;
  }
}

.header__main .headercart .top {
  background: #f26f03;
  text-align: center;
  width: 100%;
}
.header__main .headercart .top a.headercart-info {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "DIN Bold", sans-serif;
  font-size: 20px;
  color: #ffffff;
  line-height: 40px;
  float: none;
  position: relative;
  padding: 10px 5px;
  width: 100%;
  height: 60px;
}
.header__main .headercart .top a.headercart-info.with-icon {
  padding-left: 50px;
}
.header__main .headercart .top a.headercart-info .icon-shopping-cart {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -14px;
}
.header__main .headercart .top a.headercart-info .headercart-items {
  line-height: 20px;
  display: inline-block;
  vertical-align: baseline;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .header__main .header--navbar,
  .header__main .header--order-now {
    min-height: 0;
  }
}

.header__desktop-search {
  border-top: 1px solid #eeeeee;
  padding: 10px;
  display: none;
  position: relative;
}

.header .promo {
  background-color: #e5429a;
  color: #ffffff;
  font-family: "DIN Medium Alternate", sans-serif;
  font-size: 14px;
  display: none;
}
.header .promo .ss-delete {
  font-size: 20px;
  line-height: 0;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .header .promo .ss-delete {
    position: relative;
    right: 10px;
  }
}

#shadow {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 17;
  background: rgba(0, 0, 0, 0.5);
}

body.bundle-product .breadcrumbs,
body.checkout-index-index .breadcrumbs {
  display: none;
  visibility: hidden;
}

body.bundle-product .header__top .mobile-menu .btn-contact,
body.checkout-index-index .header__top .mobile-menu .btn-contact {
  display: block;
  width: 50%;
}

body.bundle-product .header__top .mobile-menu .btn-shopping-cart,
body.checkout-index-index .header__top .mobile-menu .btn-shopping-cart {
  display: none;
  visibility: hidden;
}

body.bundle-product .header__main,
body.checkout-index-index .header__main {
  padding: 15px 0;
}
@media only screen and (max-width: 991px) {
  body.bundle-product .header__main,
  body.checkout-index-index .header__main {
    padding: 0;
  }
}
body.bundle-product .header__main h1,
body.checkout-index-index .header__main h1 {
  font-family: "DIN Regular", sans-serif;
  font-weight: normal;
  font-size: 35px;
  line-height: 1;
  padding: 12px 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 991px) {
  body.bundle-product .header__main h1,
  body.checkout-index-index .header__main h1 {
    font-size: 25px;
    padding: 17px 0;
  }
}
body.bundle-product .header__main .bundle-phone,
body.checkout-index-index .header__main .bundle-phone {
  display: inline-block;
  vertical-align: middle;
  font-family: "DIN Bold", sans-serif;
  font-size: 16px;
  color: #888888;
  margin: 18px 0;
  line-height: 1.5;
}
body.bundle-product .header__main .bundle-phone:before,
body.checkout-index-index .header__main .bundle-phone:before {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "DIN Regular", sans-serif;
  content: attr(title-prefix);
  line-height: 1;
  margin: 0 10px 5px 0;
}
@media only screen and (max-width: 991px) {
  body.bundle-product .header__main .bundle-phone:before,
  body.checkout-index-index .header__main .bundle-phone:before {
    display: none;
  }
}
body.bundle-product .header__main .col-sm-12,
body.checkout-index-index .header__main .col-sm-12 {
  min-height: 0;
}
@charset "UTF-8";
body {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@font-face {
  font-family: 'DIN Bold';
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-BOLD.eot");
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-BOLD.eot?#iefix") format("embedded-opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-BOLD.woff") format("woff"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-BOLD.otf") format("opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-BOLD.ttf") format("truetype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-BOLD.svg#din_bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Regular';
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-REGU.eot");
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-REGU.eot?#iefix") format("embedded-opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-REGU.woff") format("woff"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-REGU.otf") format("opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-REGU.ttf") format("truetype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-REGU.svg#din_regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Medium Alternate';
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-MEDA.eot");
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-MEDA.eot?#iefix") format("embedded-opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-MEDA.woff") format("woff"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-MEDA.otf") format("opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-MEDA.ttf") format("truetype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-MEDA.svg#din_medium_alternate") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Light';
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-LIGHT.eot");
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-LIGHT.eot?#iefix") format("embedded-opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-LIGHT.woff") format("woff"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-LIGHT.ttf") format("truetype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/DIN-LIGHT.svg#din_light") format("svg");
  font-weight: normal;
  font-style: normal;
}

.heading1,
.heading2,
.heading3,
.heading4,
.footer__imprint h4,
.heading5,
.heading6 {
  font-family: "DIN Regular", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 1.3;
  color: #333333;
  text-transform: none;
}
.heading1:last-child,
.heading2:last-child,
.heading3:last-child,
.heading4:last-child,
.footer__imprint h4:last-child,
.heading5:last-child,
.heading6:last-child {
  margin-bottom: 0;
}
.heading1.inline,
.heading2.inline,
.heading3.inline,
.heading4.inline,
.footer__imprint h4.inline,
.heading5.inline,
.heading6.inline {
  display: inline-block;
  vertical-align: middle;
}

.heading1 {
  font-size: 35px;
  line-height: 1;
}
.heading1.bold {
  font-family: "DIN Bold", sans-serif;
}

.heading2 {
  font-size: 25px;
  line-height: 1;
}

.heading3 {
  font-family: "DIN Bold", sans-serif;
  font-size: 20px;
}

.heading4,
.footer__imprint h4 {
  text-transform: uppercase;
  font-size: 16px;
}

.heading5 {
  font-family: "DIN Bold", sans-serif;
  font-size: 16px;
  color: #666666;
}

.heading6 {
  text-transform: uppercase;
  font-size: 14px;
}

/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-standard.css" rel="stylesheet" />
*/
@font-face {
  font-family: "SSStandard";
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/ss-standard.eot");
  src: url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/ss-standard.eot?#iefix") format("embedded-opentype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/ss-standard.woff") format("woff"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/ss-standard.ttf") format("truetype"), url("https://www.proactiv.ie/skin/frontend/slim/default/fonts/ss-standard.svg#SSStandard") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1;
}

.ss-icon,
.footer__services ul li:before,
.ss-icon.ss-standard,
.footer__services ul li.ss-standard:before,
[class^="ss-"]:before,
[class*=" ss-"]:before,
[class^="ss-"].ss-standard:before,
[class*=" ss-"].ss-standard:before,
[class^="ss-"].right:after,
[class*=" ss-"].right:after,
[class^="ss-"].ss-standard.right:after,
[class*=" ss-"].ss-standard.right:after {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
      -ms-font-feature-settings: "liga" 1;
       -o-font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: '';
}

.ss-cursor:before,
.ss-cursor.right:after {
  content: '';
}

.ss-crosshair:before,
.ss-crosshair.right:after {
  content: '⌖';
}

.ss-search:before,
.ss-search.right:after {
  content: '🔎';
}

.ss-zoomin:before,
.ss-zoomin.right:after {
  content: '';
}

.ss-zoomout:before,
.ss-zoomout.right:after {
  content: '';
}

.ss-view:before,
.ss-view.right:after {
  content: '👀';
}

.ss-attach:before,
.ss-attach.right:after {
  content: '📎';
}

.ss-link:before,
.ss-link.right:after {
  content: '🔗';
}

.ss-move:before,
.ss-move.right:after {
  content: '';
}

.ss-write:before,
.ss-write.right:after {
  content: '✎';
}

.ss-writingdisabled:before,
.ss-writingdisabled.right:after {
  content: '';
}

.ss-erase:before,
.ss-erase.right:after {
  content: '✐';
}

.ss-compose:before,
.ss-compose.right:after {
  content: '📝';
}

.ss-lock:before,
.ss-lock.right:after {
  content: '🔒';
}

.ss-unlock:before,
.ss-unlock.right:after {
  content: '🔓';
}

.ss-key:before,
.ss-key.right:after {
  content: '🔑';
}

.ss-backspace:before,
.ss-backspace.right:after {
  content: '⌫';
}

.ss-ban:before,
.ss-ban.right:after {
  content: '🚫';
}

.ss-trash:before,
.ss-trash.right:after {
  content: '';
}

.ss-target:before,
.ss-target.right:after {
  content: '◎';
}

.ss-tag:before,
.ss-tag.right:after {
  content: '';
}

.ss-bookmark:before,
.ss-bookmark.right:after {
  content: '🔖';
}

.ss-flag:before,
.ss-flag.right:after {
  content: '⚑';
}

.ss-like:before,
.ss-like.right:after {
  content: '👍';
}

.ss-dislike:before,
.ss-dislike.right:after {
  content: '👎';
}

.ss-heart:before,
.ss-heart.right:after {
  content: '♥';
}

.ss-halfheart:before,
.ss-halfheart.right:after {
  content: '';
}

.ss-star:before,
.ss-star.right:after {
  content: '⋆';
}

.ss-halfstar:before,
.ss-halfstar.right:after {
  content: '';
}

.ss-sample:before,
.ss-sample.right:after {
  content: '';
}

.ss-crop:before,
.ss-crop.right:after {
  content: '';
}

.ss-layers:before,
.ss-layers.right:after {
  content: '';
}

.ss-fill:before,
.ss-fill.right:after {
  content: '';
}

.ss-stroke:before,
.ss-stroke.right:after {
  content: '';
}

.ss-phone:before,
.ss-phone.right:after {
  content: '📞';
}

.ss-phonedisabled:before,
.ss-phonedisabled.right:after {
  content: '';
}

.ss-rss:before,
.ss-rss.right:after {
  content: '';
}

.ss-facetime:before,
.ss-facetime.right:after {
  content: '';
}

.ss-reply:before,
.ss-reply.right:after {
  content: '↩';
}

.ss-send:before,
.ss-send.right:after {
  content: '';
}

.ss-mail:before,
.ss-mail.right:after {
  content: '✉';
}

.ss-inbox:before,
.ss-inbox.right:after {
  content: '📥';
}

.ss-chat:before,
.ss-chat.right:after {
  content: '💬';
}

.ss-ellipsischat:before,
.ss-ellipsischat.right:after {
  content: '';
}

.ss-ellipsis:before,
.ss-ellipsis.right:after {
  content: '…';
}

.ss-user:before,
.ss-user.right:after {
  content: '👤';
}

.ss-femaleuser:before,
.ss-femaleuser.right:after {
  content: '👧';
}

.ss-users:before,
.ss-users.right:after {
  content: '👥';
}

.ss-cart:before,
.ss-cart.right:after {
  content: '';
}

.ss-creditcard:before,
.ss-creditcard.right:after {
  content: '💳';
}

.ss-dollarsign:before,
.ss-dollarsign.right:after {
  content: '💲';
}

.ss-barchart:before,
.ss-barchart.right:after {
  content: '📊';
}

.ss-piechart:before,
.ss-piechart.right:after {
  content: '';
}

.ss-box:before,
.ss-box.right:after {
  content: '📦';
}

.ss-home:before,
.ss-home.right:after {
  content: '⌂';
}

.ss-buildings:before,
.ss-buildings.right:after {
  content: '🏢';
}

.ss-warehouse:before,
.ss-warehouse.right:after {
  content: '';
}

.ss-globe:before,
.ss-globe.right:after {
  content: '🌎';
}

.ss-navigate:before,
.ss-navigate.right:after {
  content: '';
}

.ss-compass:before,
.ss-compass.right:after {
  content: '';
}

.ss-signpost:before,
.ss-signpost.right:after {
  content: '';
}

.ss-map:before,
.ss-map.right:after {
  content: '';
}

.ss-location:before,
.ss-location.right:after {
  content: '';
}

.ss-pin:before,
.ss-pin.right:after {
  content: '📍';
}

.ss-database:before,
.ss-database.right:after {
  content: '';
}

.ss-hdd:before,
.ss-hdd.right:after {
  content: '';
}

.ss-music:before,
.ss-music.right:after {
  content: '♫';
}

.ss-mic:before,
.ss-mic.right:after {
  content: '🎤';
}

.ss-volume:before,
.ss-volume.right:after {
  content: '🔈';
}

.ss-lowvolume:before,
.ss-lowvolume.right:after {
  content: '🔉';
}

.ss-highvolume:before,
.ss-highvolume.right:after {
  content: '🔊';
}

.ss-airplay:before,
.ss-airplay.right:after {
  content: '';
}

.ss-camera:before,
.ss-camera.right:after {
  content: '📷';
}

.ss-picture:before,
.ss-picture.right:after {
  content: '🌄';
}

.ss-video:before,
.ss-video.right:after {
  content: '📹';
}

.ss-play:before,
.ss-play.right:after {
  content: '▶';
}

.ss-pause:before,
.ss-pause.right:after {
  content: '';
}

.ss-stop:before,
.ss-stop.right:after {
  content: '■';
}

.ss-record:before,
.ss-record.right:after {
  content: '●';
}

.ss-rewind:before,
.ss-rewind.right:after {
  content: '⏪';
}

.ss-fastforward:before,
.ss-fastforward.right:after {
  content: '⏩';
}

.ss-skipback:before,
.ss-skipback.right:after {
  content: '⏮';
}

.ss-skipforward:before,
.ss-skipforward.right:after {
  content: '⏭';
}

.ss-eject:before,
.ss-eject.right:after {
  content: '⏏';
}

.ss-repeat:before,
.ss-repeat.right:after {
  content: '🔁';
}

.ss-replay:before,
.ss-replay.right:after {
  content: '↺';
}

.ss-shuffle:before,
.ss-shuffle.right:after {
  content: '🔀';
}

.ss-book:before,
.ss-book.right:after {
  content: '📕';
}

.ss-openbook:before,
.ss-openbook.right:after {
  content: '📖';
}

.ss-notebook:before,
.ss-notebook.right:after {
  content: '📓';
}

.ss-newspaper:before,
.ss-newspaper.right:after {
  content: '📰';
}

.ss-grid:before,
.ss-grid.right:after {
  content: '';
}

.ss-rows:before,
.ss-rows.right:after {
  content: '';
}

.ss-columns:before,
.ss-columns.right:after {
  content: '';
}

.ss-thumbnails:before,
.ss-thumbnails.right:after {
  content: '';
}

.ss-filter:before,
.ss-filter.right:after {
  content: '';
}

.ss-desktop:before,
.ss-desktop.right:after {
  content: '💻';
}

.ss-laptop:before,
.ss-laptop.right:after {
  content: '';
}

.ss-tablet:before,
.ss-tablet.right:after {
  content: '';
}

.ss-cell:before,
.ss-cell.right:after {
  content: '📱';
}

.ss-battery:before,
.ss-battery.right:after {
  content: '🔋';
}

.ss-highbattery:before,
.ss-highbattery.right:after {
  content: '';
}

.ss-mediumbattery:before,
.ss-mediumbattery.right:after {
  content: '';
}

.ss-lowbattery:before,
.ss-lowbattery.right:after {
  content: '';
}

.ss-emptybattery:before,
.ss-emptybattery.right:after {
  content: '';
}

.ss-lightbulb:before,
.ss-lightbulb.right:after {
  content: '💡';
}

.ss-downloadcloud:before,
.ss-downloadcloud.right:after {
  content: '';
}

.ss-download:before,
.ss-download.right:after {
  content: '';
}

.ss-uploadcloud:before,
.ss-uploadcloud.right:after {
  content: '';
}

.ss-upload:before,
.ss-upload.right:after {
  content: '';
}

.ss-fork:before,
.ss-fork.right:after {
  content: '';
}

.ss-merge:before,
.ss-merge.right:after {
  content: '';
}

.ss-transfer:before,
.ss-transfer.right:after {
  content: '⇆';
}

.ss-refresh:before,
.ss-refresh.right:after {
  content: '↻';
}

.ss-sync:before,
.ss-sync.right:after {
  content: '';
}

.ss-loading:before,
.ss-loading.right:after {
  content: '';
}

.ss-wifi:before,
.ss-wifi.right:after {
  content: '';
}

.ss-connection:before,
.ss-connection.right:after {
  content: '';
}

.ss-file:before,
.ss-file.right:after {
  content: '📄';
}

.ss-folder:before,
.ss-folder.right:after {
  content: '📁';
}

.ss-quote:before,
.ss-quote.right:after {
  content: '“';
}

.ss-text:before,
.ss-text.right:after {
  content: '';
}

.ss-font:before,
.ss-font.right:after {
  content: '';
}

.ss-print:before,
.ss-print.right:after {
  content: '⎙';
}

.ss-fax:before,
.ss-fax.right:after {
  content: '📠';
}

.ss-list:before,
.ss-list.right:after {
  content: '';
}

.ss-layout:before,
.ss-layout.right:after {
  content: '';
}

.ss-action:before,
.ss-action.right:after {
  content: '';
}

.ss-redirect:before,
.ss-redirect.right:after {
  content: '↪';
}

.ss-expand:before,
.ss-expand.right:after {
  content: '⤢';
}

.ss-contract:before,
.ss-contract.right:after {
  content: '';
}

.ss-help:before,
.ss-help.right:after {
  content: '❓';
}

.ss-info:before,
.ss-info.right:after {
  content: 'ℹ';
}

.ss-alert:before,
.ss-alert.right:after {
  content: '⚠';
}

.ss-caution:before,
.ss-caution.right:after {
  content: '⛔';
}

.ss-logout:before,
.ss-logout.right:after {
  content: '';
}

.ss-plus:before,
.ss-plus.right:after {
  content: '+';
}

.ss-hyphen:before,
.ss-hyphen.right:after {
  content: '-';
}

.ss-check:before,
.ss-check.right:after {
  content: '✓';
}

.ss-delete:before,
.ss-delete.right:after {
  content: '␡';
}

.ss-settings:before,
.ss-settings.right:after {
  content: '⚙';
}

.ss-dashboard:before,
.ss-dashboard.right:after {
  content: '';
}

.ss-notifications:before,
.ss-notifications.right:after {
  content: '🔔';
}

.ss-notificationsdisabled:before,
.ss-notificationsdisabled.right:after {
  content: '🔕';
}

.ss-clock:before,
.ss-clock.right:after {
  content: '⏲';
}

.ss-stopwatch:before,
.ss-stopwatch.right:after {
  content: '⏱';
}

.ss-calendar:before,
.ss-calendar.right:after {
  content: '📅';
}

.ss-addcalendar:before,
.ss-addcalendar.right:after {
  content: '';
}

.ss-removecalendar:before,
.ss-removecalendar.right:after {
  content: '';
}

.ss-checkcalendar:before,
.ss-checkcalendar.right:after {
  content: '';
}

.ss-deletecalendar:before,
.ss-deletecalendar.right:after {
  content: '';
}

.ss-plane:before,
.ss-plane.right:after {
  content: '✈';
}

.ss-briefcase:before,
.ss-briefcase.right:after {
  content: '💼';
}

.ss-cloud:before,
.ss-cloud.right:after {
  content: '☁';
}

.ss-droplet:before,
.ss-droplet.right:after {
  content: '💧';
}

.ss-flask:before,
.ss-flask.right:after {
  content: '';
}

.ss-up:before,
.ss-up.right:after {
  content: '⬆';
}

.ss-upright:before,
.ss-upright.right:after {
  content: '⬈';
}

.ss-right:before,
.ss-right.right:after {
  content: '➡';
}

.ss-downright:before,
.ss-downright.right:after {
  content: '⬊';
}

.ss-down:before,
.ss-down.right:after {
  content: '⬇';
}

.ss-downleft:before,
.ss-downleft.right:after {
  content: '⬋';
}

.ss-left:before,
.ss-left.right:after {
  content: '⬅';
}

.ss-upleft:before,
.ss-upleft.right:after {
  content: '⬉';
}

.ss-navigateup:before,
.ss-navigateup.right:after {
  content: '';
}

.ss-navigateright:before,
.ss-navigateright.right:after {
  content: '▻';
}

.ss-navigatedown:before,
.ss-navigatedown.right:after {
  content: '';
}

.ss-navigateleft:before,
.ss-navigateleft.right:after {
  content: '◅';
}

.ss-directup:before,
.ss-directup.right:after {
  content: '▴';
}

.ss-directright:before,
.ss-directright.right:after {
  content: '▹';
}

.ss-dropdown:before,
.ss-dropdown.right:after {
  content: '▾';
}

.ss-directleft:before,
.ss-directleft.right:after {
  content: '◃';
}

.ss-retweet:before,
.ss-retweet.right:after {
  content: '';
}

/* Legacy classes */
.ss-volumelow:before,
.ss-volumelow.right:after {
  content: '🔉';
}

.ss-volumehigh:before,
.ss-volumehigh.right:after {
  content: '🔊';
}

.ss-batteryhigh:before,
.ss-batteryhigh.right:after {
  content: '';
}

.ss-batterymedium:before,
.ss-batterymedium.right:after {
  content: '';
}

.ss-batterylow:before,
.ss-batterylow.right:after {
  content: '';
}

.ss-batteryempty:before,
.ss-batteryempty.right:after {
  content: '';
}

.ss-clouddownload:before,
.ss-clouddownload.right:after {
  content: '';
}

.ss-cloudupload:before,
.ss-cloudupload.right:after {
  content: '';
}

.ss-calendaradd:before,
.ss-calendaradd.right:after {
  content: '';
}

.ss-calendarremove:before,
.ss-calendarremove.right:after {
  content: '';
}

.ss-calendarcheck:before,
.ss-calendarcheck.right:after {
  content: '';
}

.ss-calendardelete:before,
.ss-calendardelete.right:after {
  content: '';
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.footer {
  display: block;
  background: #f3fafa;
  padding: 15px 0;
  font-family: "DIN Regular", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #666666;
}
.footer .row__footer__social {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .footer {
    display: block !important;
    visibility: visible !important;
  }
}
.footer .row__footer__social,
.footer .row__footer_call_action,
.footer .form-language-container {
  position: relative;
  padding: 10px 0 15px;
}
.footer .row__footer__social:first-child,
.footer .row__footer_call_action:first-child,
.footer .form-language-container:first-child {
  padding-top: 0;
}
.footer .row__footer__social:before,
.footer .row__footer_call_action:before,
.footer .form-language-container:before {
  width: 200%;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100%;
  content: '';
}
.footer .row__footer__services {
  padding: 15px 0;
}
.footer .form-language-container .form-language-label {
  display: inline-block;
}
.footer .form-language-container .form-language-label span,
.footer .form-language-container .form-language-label img {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.footer .form-language-container .form-language-label span {
  font-family: "DIN Bold", sans-serif;
  font-weight: normal;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}

.footer___stable {
  background: #f3fafa;
  padding-top: 15px;
  font-family: "DIN Regular", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #666666;
}
.footer___stable .row__footer__social,
.footer___stable .row__footer_call_action,
.footer___stable .form-language-container {
  position: relative;
  padding: 10px 0 15px;
}
.footer___stable .row__footer__social:first-child,
.footer___stable .row__footer_call_action:first-child,
.footer___stable .form-language-container:first-child {
  padding-top: 0;
}
.footer___stable .row__footer__social:before,
.footer___stable .row__footer_call_action:before,
.footer___stable .form-language-container:before {
  width: 200%;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100%;
  content: '';
}
.footer___stable .row__footer_call_action .my-livechat {
  padding-top: 10px;
}
.footer___stable .form-language-container .form-language-label {
  display: inline-block;
}
.footer___stable .form-language-container .form-language-label span,
.footer___stable .form-language-container .form-language-label img {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.footer___stable .form-language-container .form-language-label span {
  font-family: "DIN Bold", sans-serif;
  font-weight: normal;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}

.footer__expander {
  background: #e1f0f0;
  padding: 0;
  margin: 0;
}
.footer__expander .row__footer__navigate,
.footer__expander .row__footer__copyright {
  padding: 12px 0;
}
.footer__expander .row__footer__copyright {
  padding: 20px 0;
}
.footer__expander .row__footer__copyright .site-logo.site-logo--footer {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px 0 0;
}
.footer__expander .row__footer__copyright .copyright {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .footer__expander .row__footer__copyright {
    background-color: #f3fafa;
  }
  .footer__expander .row__footer__copyright .site-logo.site-logo--footer {
    display: none !important;
  }
  .footer__expander .row__footer__copyright .copyright {
    display: block;
  }
}
.footer__expander .developed-by {
  display: block;
  padding: 9px 0;
  text-align: right;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-weight: normal;
}
.footer__expander .developed-by span,
.footer__expander .developed-by img {
  display: inline-block;
  vertical-align: middle;
}
.footer__expander .developed-by img {
  margin-left: 5px;
}
.footer__expander .copyright {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .footer__expander .copyright {
    margin: 0;
  }
}
.footer__expander .site-logo.site-logo--footer {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.footer__expander .site-logo.site-logo--footer img {
  display: block;
  border: none;
  max-width: 100px;
  height: auto;
  margin: 3px 0;
}
.footer__expander .btn-expander {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  background-color: #74d4d0;
  color: #ffffff;
  overflow: visible;
  border-radius: 5px;
  transition: background-color 200ms ease;
}
.footer__expander .btn-expander:before {
  display: inline-block;
  vertical-align: middle;
  font-family: "DIN Medium Alternate", sans-serif;
  margin: 0;
  padding: 0 5px 0 0;
  transition: color 200ms ease;
  color: #74d4d0;
  content: attr(data-navigate);
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
}
.footer__expander .btn-expander:hover,
.footer__expander .btn-expander:active {
  background-color: #1fada7;
}
.footer__expander .btn-expander:hover:before,
.footer__expander .btn-expander:active:before {
  color: #1fada7;
}

.footer__guarantees img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}

.footer__guarantees p {
  margin: 0 0 12px 0;
}

.footer__imprint p {
  margin: 0 0 10px 0;
  font-size: 90%;
}

.footer__services ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__services ul:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.footer__services ul li {
  position: relative;
  float: left;
  width: 33.333333%;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
}
.footer__services ul li:before {
  font-size: 10px;
  color: #74d4d0;
  content: 'navigateright';
  position: absolute;
  top: 4px;
  left: 5px;
}
.footer__services ul li a {
  display: block;
  text-decoration: none;
  color: #666666;
  transition: color 200ms ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer__services ul li a:hover,
.footer__services ul li a:active {
  color: #74d4d0;
}
.footer__services ul li a:focus {
  outline: none;
}
@media only screen and (max-width: 1199px) {
  .footer__services ul li {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 991px) {
  .footer__services ul li {
    width: 100%;
    float: none;
  }
  .footer__services ul li a {
    white-space: normal;
    text-overflow: default;
  }
}

.footer__services.with-imprint ul li {
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .footer__services.with-imprint ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .footer__services.with-imprint ul li {
    width: 100%;
  }
}

.footer__social {
  margin: 0;
}
.footer__social ul {
  position: relative;
  line-height: 0;
  font-size: 0.1px;
  text-align: justify;
  margin: 15px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .footer__social ul {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer__social ul {
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    border-top: 5px solid #ffffff;
    padding: 10px 10px 0 10px;
  }
}
.footer__social ul:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
.footer__social ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .footer__social ul li {
    margin: 0 5px;
  }
}
.footer__social ul li a {
  display: block;
  width: 40px;
  height: 40px;
  background: #74d4d0 center center no-repeat;
  color: #ffffff;
  line-height: 40px;
  font-size: 18px;
  text-decoration: none;
  text-indent: -9999px;
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
  transition: background-color 200ms ease;
}
.footer__social ul li a:hover,
.footer__social ul li a:active {
  background-color: #1fada7;
}
.footer__social ul li a:focus {
  outline: none;
}
.footer__social ul li a.facebook {
  background-image: url("https://www.proactiv.ie/skin/frontend/slim/default/images/social/social-facebook.png");
}
.footer__social ul li a.pinterest {
  background-image: url("https://www.proactiv.ie/skin/frontend/slim/default/images/social/social-pinterest.png");
}
.footer__social ul li a.youtube {
  background-image: url("https://www.proactiv.ie/skin/frontend/slim/default/images/social/social-youtube.png");
}
.footer__social ul li a.twitter {
  background-image: url("https://www.proactiv.ie/skin/frontend/slim/default/images/social/social-twitter.png");
}
.footer__social ul li a.google-plus {
  background-image: url("https://www.proactiv.ie/skin/frontend/slim/default/images/social/social-google-plus.png");
}
.footer__social ul li a.instagram {
  background-image: url("https://www.proactiv.ie/skin/frontend/slim/default/images/social/social-instagram.png");
}

.footer__newsletter:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .footer__newsletter {
    padding: 0 0 15px 0;
    margin: 0;
  }
}

.footer__newsletter .footer__heading {
  font-family: "DIN Regular", sans-serif;
  font-size: 20px;
  color: #888888;
  padding: 0;
  line-height: 38px;
  margin: 0;
  width: 35%;
  float: left;
}
@media only screen and (max-width: 991px) {
  .footer__newsletter .footer__heading {
    display: none;
  }
}

.footer__newsletter .footer__content {
  display: block;
  width: 65%;
  float: left;
}
@media only screen and (max-width: 991px) {
  .footer__newsletter .footer__content {
    width: auto;
    float: none;
  }
}
.footer__newsletter .footer__content form {
  position: relative;
  display: block;
}
.footer__newsletter .footer__content form:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.footer__newsletter .footer__content form .validation-advice {
  position: absolute;
  margin: 1px 0 0 0;
  top: 100%;
  line-height: 1;
  left: 0;
  right: 0;
  z-index: 4;
}
.footer__newsletter .footer__content input[name=email] {
  width: 72.5%;
  margin: 0 2.5% 0 0;
  float: left;
}
.footer__newsletter .footer__content button[type=submit] {
  width: 25%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .footer__newsletter .footer__content .input-box {
    width: 72.5%;
    margin: 0 2.5% 0 0;
    float: left;
    position: relative;
  }
  .footer__newsletter .footer__content .input-box .validation-advice {
    position: relative;
    top: 0;
  }
  .footer__newsletter .footer__content .input-box input[name=email] {
    width: 100%;
    margin: 0;
    float: none;
  }
}

.footer__newsletter input[name=email] {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  border: 1px solid #cdcdcd;
  padding: 9px 8px;
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  box-sizing: border-box;
  border-radius: 5px;
  transition: border-color 200ms ease;
}
.footer__newsletter input[name=email]:focus {
  outline: none;
  border-color: #666666;
}

.footer__newsletter button[type=submit] {
  box-sizing: border-box;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  cursor: pointer;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  max-width: 100%;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 6px;
  color: #ffffff;
  background: #74d4d0;
  border-radius: 5px;
  transition: background-color 200ms ease;
}
.footer__newsletter button[type=submit]:focus {
  outline: none;
}
.footer__newsletter button[type=submit]:hover,
.footer__newsletter button[type=submit]:active {
  background-color: #1fada7;
}
@charset "UTF-8";
.product-shop {
  background: #f6f6f6;
  margin-bottom: 20px;
  padding: 70px 50px;
}
@media only screen and (max-width: 991px) {
  .product-shop {
    padding: 40px 30px;
  }
}
.product-shop:after {
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: #f6f6f6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
}
@media only screen and (max-width: 767px) {
  .product-shop:after {
    display: none;
    content: none;
    visibility: hidden;
  }
}
.bundle-product .product-shop:after {
  display: none;
  content: none;
  visibility: hidden;
}
.product-shop .product-name {
  font-family: "DIN Bold", sans-serif;
  font-size: 35px;
  color: #333333;
  line-height: 1;
  padding: 0;
  margin: 0 0 12px 0;
}
.product-shop .short-description {
  font-family: "DIN Regular", sans-serif;
  font-size: 20px;
  color: #888888;
  line-height: 1.3;
  margin: 0 0 10px 0;
}
.product-shop .short-description strong,
.product-shop .short-description b {
  font-family: "DIN Bold", sans-serif;
}
.product-shop .button {
  border: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  float: none;
  background: #f26f03;
  border-radius: 5px;
  font-family: "DIN Bold", sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  margin: 0;
  padding: 15px 10px;
  transition: background-color 300ms ease;
}
.product-shop .button:hover,
.product-shop .button:active {
  background: #e25a00;
}
.product-shop .button:focus {
  outline: none;
}
.product-shop .ratings {
  margin-bottom: 10px;
  font-family: "DIN Regular", sans-serif;
  font-size: 14px;
  color: #888888;
}
.product-shop .ratings.ratings-dummy {
  height: 16px;
}
.product-shop div[itemprop="offers"] {
  display: inline-block;
  vertical-align: middle;
}
.product-shop div[itemprop="offers"] + .free-shipping {
  display: inline-block;
  vertical-align: middle;
}
.product-shop .add-to-box .add-to-links {
  font-size: 0;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.product-shop .add-to-box .add-to-links li {
  display: block;
  width: 50%;
  float: left;
  min-height: 1px;
  padding: 0 10px;
}
@media only screen and (max-width: 991px) {
  .product-shop .add-to-box .add-to-links li {
    width: 100%;
  }
}
.product-shop .add-to-box .add-to-links li a {
  display: block;
  width: 100%;
  padding: 14px 10px;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  background: #56c6c1;
  box-sizing: border-box;
  border-radius: 5px;
  transition: background-color 300ms ease;
}
.product-shop .add-to-box .add-to-links li a:hover,
.product-shop .add-to-box .add-to-links li a:active {
  background: #1fada7;
}

.product-essential .product-shop.product-shop-bundle {
  background: none;
  padding: 0;
}

.product-below .description {
  line-height: 24px;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  margin: 0 0 20px 0;
}
.product-below .description h2 {
  font-family: "DIN Regular", sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 1;
  padding: 0;
  margin: 0 0 20px 0;
}
.product-below .description .readmore {
  font-family: "DIN Bold", sans-serif;
  font-size: 16px;
  text-decoration: none;
}
.product-below .description .readmore i.icon-plus,
.product-below .description .readmore i.icon-minus {
  vertical-align: middle;
  margin-left: 5px;
}

.product-essential .product-shop.bundle-product-shop {
  background-color: #ffffff;
  padding: 0 10px;
  margin: 0 0 15px 0;
}
.product-essential .product-shop.bundle-product-shop .product-options-bottom {
  display: none;
}
.product-essential .product-shop.bundle-product-shop .product-options > .required {
  display: none;
}

.product-essential .product-shop.bundle-product-empty {
  background-color: #ffffff;
}
.product-essential .product-shop.bundle-product-empty h2 {
  font-size: 20px;
  margin: 0;
  padding: 50px 0;
  text-align: center;
}

.bundle-step-title {
  display: none;
  font-family: "DIN Light", sans-serif;
  font-size: 25px;
  color: #333333;
  line-height: 36px;
  margin: 15px 0;
}
.bundle-step-title:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.bundle-step-title:before {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 0 15px 0 0;
  padding: 0;
  content: attr(data-title-index);
  background: #cdf1f1;
  font-family: "DIN Bold", sans-serif;
  font-size: 16px;
  color: #51c4c1;
  overflow: hidden;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .bundle-step-title {
    text-align: center;
    display: none;
    line-height: 26px;
    font-size: 20px;
    margin: 10px 0;
  }
  .bundle-step-title:before {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
  }
}

.product-options dl {
  margin: 0;
  padding: 0;
}

.product-options .options-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
  position: relative;
}
.product-options .options-list:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .product-options .options-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.product-options .options-list > li {
  background-color: #ffffff;
  display: block;
  padding: 25px;
  margin: 0;
  border: 2px solid #e3e3e3;
  position: relative;
  float: left;
  width: 33.333333%;
  box-sizing: border-box;
  transition: border-color 300ms ease;
}
.product-options .options-list > li:only-child {
  width: 100%;
}
.product-options .options-list > li:nth-last-child(2):first-child,
.product-options .options-list > li:nth-last-child(2):first-child ~ li {
  width: 50%;
}
.product-options .options-list > li .option-list-wide-element-content {
  display: none;
}
.product-options .options-list > li.wide-element {
  width: 100%;
}
.product-options .options-list > li.wide-element .description-details {
  height: auto !important;
}
.product-options .options-list > li.wide-element .option-list-wide-element-content {
  display: block;
}
@media only screen and (max-width: 767px) {
  .product-options .options-list > li.wide-element .options-list-description {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .product-options .options-list > li.wide-element .top-title {
    display: none;
  }
  .product-options .options-list > li.wide-element .option-list-image,
  .product-options .options-list > li.wide-element .option-list-content,
  .product-options .options-list > li.wide-element .wide-element-description {
    display: inline-block;
    vertical-align: middle;
    width: 32%;
  }
  .product-options .options-list > li.wide-element .option-list-image img {
    max-width: 180px;
    height: auto;
  }
  .product-options .options-list > li.wide-element .wide-element-description .options-list-description > a.readmore-link {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .product-options .options-list > li {
    width: 100% !important;
    height: auto !important;
    float: none;
    border-left: none;
    border-right: none;
    border-width: 0 0 1px 0;
    padding: 15px;
  }
}
.product-options .options-list > li:before,
.product-options .options-list > li:after {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 300ms ease;
}
@media only screen and (max-width: 767px) {
  .product-options .options-list > li:before,
  .product-options .options-list > li:after {
    display: none !important;
    visibility: hidden !important;
  }
}
.product-options .options-list > li:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent #51c4c1 transparent transparent;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}
.product-options .options-list > li:after {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 15px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #ffffff;
}
.product-options .options-list > li.selected {
  border-color: #51c4c1;
}
.product-options .options-list > li.selected:before,
.product-options .options-list > li.selected:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-options .options-list > li.selected .btn-change-product {
  background-color: #51c4c1;
  color: #ffffff;
}
.product-options .options-list > li.selected .btn-change-product i.icon-check {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 767px) {
  .product-options .options-list > li.selected .btn-change-product {
    background: #51c4c1;
    border-color: #51c4c1;
    color: #ffffff;
  }
}
.product-options .options-list > li.selected .btn-change-product span {
  vertical-align: middle;
}
.product-options .options-list > li.selected .btn-change-product span.radio-selected {
  display: inline-block;
}
.product-options .options-list > li.selected .btn-change-product span.radio-unselected {
  display: none;
}
.product-options .options-list > li input[type="radio"],
.product-options .options-list > li input[type="checkbox"] {
  visibility: hidden;
  display: none;
}
@media only screen and (max-width: 767px) {
  .product-options .options-list > li .shipping-info {
    height: auto !important;
    margin-bottom: 10px;
  }
}
.product-options .options-list > li .ratings {
  margin: 10px 0 15px;
}
@media only screen and (max-width: 767px) {
  .product-options .options-list > li .ratings {
    margin: 10px 0;
  }
}
.product-options .options-list > li .option-list-title {
  font-family: "DIN Bold", sans-serif;
  font-size: 20px;
  color: #333333;
  line-height: 1.3;
  padding: 0;
  margin: 0 0 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .product-options .options-list > li .option-list-title {
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
    font-size: 18px;
    line-height: 1.2;
  }
}
.product-options .options-list > li .option-list-image {
  cursor: pointer;
  display: block;
  position: relative;
  height: auto;
  margin: 0 0 10px 0;
}
.product-options .options-list > li .option-list-image img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .product-options .options-list > li .option-list-image {
    float: none;
    width: auto;
    margin: 0;
  }
}
@media (max-width: 359px) {
  .product-options .options-list > li .option-list-image {
    float: none;
    width: auto;
    margin: 0 auto 10px;
    max-width: 200px;
  }
}
.product-options .options-list > li .option-list-content {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .product-options .options-list > li .option-list-content {
    text-align: center;
  }
}
.product-options .options-list > li .options-list-description .description-details {
  display: none;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .product-options .options-list > li .options-list-description .description-details {
    margin-top: 0;
    height: auto !important;
  }
}
.product-options .options-list > li .options-list-description.opened .description-details {
  display: block;
}
.product-options .options-list > li .options-list-description.opened a.readmore-link:after {
  content: "";
}
.product-options .options-list > li .options-list-description a.readmore-link {
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .product-options .options-list > li .options-list-description a.readmore-link {
    font-size: 14px;
  }
}
.product-options .options-list > li .options-list-description a.readmore-link:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  margin-left: 5px;
  content: "";
}
@media only screen and (max-width: 767px) {
  .product-options .options-list > li .options-list-description {
    margin: 5px 0 0 0;
    height: 40px;
    line-height: 40px;
  }
  .product-options .options-list > li .options-list-description + .btn-secondary {
    width: auto;
    overflow: hidden;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .product-options .options-list > li .options-list-description.opened {
    width: 100%;
    height: auto;
    float: none;
  }
}
@media (max-width: 359px) {
  .product-options .options-list > li .options-list-description {
    width: auto;
    float: none;
    height: auto;
    line-height: 1.5;
    margin: 0 0 15px 0;
  }
}
.product-options .options-list > li .shipping-info .price-box {
  margin-right: 5px;
}
.product-options .options-list > li .shipping-info .price-box,
.product-options .options-list > li .shipping-info .free-shipping {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .product-options .options-list > li .shipping-info .price-box,
  .product-options .options-list > li .shipping-info .free-shipping {
    display: block;
  }
}
.product-options .options-list > li .shipping-info .free-shipping-save {
  display: block;
}
.product-options .options-list > li .shipping-info .free-shipping-save .tooltip-mark {
  display: inline-block !important;
  visibility: visible !important;
}
.product-options .options-list > li .short-description {
  font-size: 14px;
  color: #333333;
}
.product-options .options-list > li .btn-change-product {
  margin: 25px 0 0 0;
  display: block;
  position: relative;
  background: #ffffff;
  border: 2px solid #51c4c1;
  color: #51c4c1;
}
@media only screen and (max-width: 767px) {
  .product-options .options-list > li .btn-change-product {
    margin-top: 0;
    background: #f26f03;
    border-color: #f26f03;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.product-options .options-list > li .btn-change-product i.icon-check {
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 300ms ease;
}
.product-options .options-list > li .btn-change-product span {
  vertical-align: middle;
}
.product-options .options-list > li .btn-change-product span.radio-selected {
  display: none;
}
.product-options .options-list > li .btn-change-product span.radio-unselected {
  display: inline-block;
}

.product-options .options-list.kits-options-list > li[data-kit-visibility="mobile"] {
  display: none !important;
  visibility: hidden !important;
}
@media only screen and (max-width: 767px) {
  .product-options .options-list.kits-options-list > li[data-kit-visibility="mobile"] {
    display: block !important;
    visibility: visible !important;
  }
}

.product-options .options-list.kits-options-list > li[data-kit-visibility="desktop"] {
  display: block !important;
  visibility: visible !important;
}
@media only screen and (max-width: 767px) {
  .product-options .options-list.kits-options-list > li[data-kit-visibility="desktop"] {
    display: none !important;
    visibility: hidden !important;
  }
}

.product-options .options-list.gifts-options-list {
  counter-reset: gifts-counter;
}
.product-options .options-list.gifts-options-list > li {
  width: 33.33333% !important;
}
@media only screen and (max-width: 767px) {
  .product-options .options-list.gifts-options-list > li {
    width: 100% !important;
    min-height: 1px;
  }
}
.product-options .options-list.gifts-options-list > li .option-list-title:before {
  counter-increment: gifts-counter;
}
@media only screen and (max-width: 767px) {
  .product-options .options-list.gifts-options-list > li .option-list-content {
    display: none !important;
    visibility: hidden !important;
  }
}
.product-options .options-list.gifts-options-list > li .shipping-info .price-box {
  text-decoration: line-through;
}
.product-options .options-list.gifts-options-list > li .shipping-info .price-box,
.product-options .options-list.gifts-options-list > li .shipping-info .free-shipping {
  display: inline-block;
  vertical-align: middle;
}

.product-options .options-list.supply-options-list input[type=radio] {
  display: none !important;
  visibility: hidden !important;
}
.product-options .options-list.supply-options-list input[type=radio] + label {
  background: #ffffff;
  border: 2px solid #51c4c1;
  color: #51c4c1;
  padding: 10px;
  font-size: 14px;
}
.product-options .options-list.supply-options-list input[type=radio]:checked + label {
  background: #51c4c1;
  border: 2px solid #51c4c1;
  color: #ffffff;
}
.product-options .options-list.supply-options-list input[type=radio]:checked + label i.icon-check {
  opacity: 1;
  filter: alpha(opacity=100);
}

.product-options .options-list.supply-options-list li {
  width: 50% !important;
  min-height: 598px;
}
@media only screen and (max-width: 767px) {
  .product-options .options-list.supply-options-list li {
    width: 100% !important;
    min-height: 1px;
  }
}
.product-options .options-list.supply-options-list li .btn-change-supply-plan {
  position: relative;
  margin-top: 15px;
  display: none;
}
.product-options .options-list.supply-options-list li .btn-change-supply-plan i.icon-check {
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 300ms ease;
}
@media only screen and (max-width: 767px) {
  .product-options .options-list.supply-options-list li .btn-change-supply-plan {
    margin-left: 150px;
    width: auto;
  }
}
@media (max-width: 359px) {
  .product-options .options-list.supply-options-list li .btn-change-supply-plan {
    margin-left: 0;
  }
}
.product-options .options-list.supply-options-list li.selected .btn-change-supply-plan {
  display: block;
}
.product-options .options-list.supply-options-list li:before,
.product-options .options-list.supply-options-list li:after {
  display: none !important;
  visibility: hidden !important;
}

.product-options .options-list.supply-options-list .option-list-title {
  text-align: center;
}

.product-options .options-list.supply-options-list .free-shipping {
  display: block !important;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .product-options .options-list.supply-options-list .option-list-title,
  .product-options .options-list.supply-options-list .free-shipping {
    text-align: left;
  }
}

.product-options .options-list.supply-options-list .supply-desc-title:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}

.product-options .options-list.supply-options-list h4 {
  font-family: "DIN Regular", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #888888;
  padding: 0;
  margin: 0 0 15px 0;
  text-align: center;
}
.product-options .options-list.supply-options-list h4.pink {
  color: #e5429a;
}
@media only screen and (max-width: 767px) {
  .product-options .options-list.supply-options-list h4 {
    line-height: 24px;
    font-size: 14px;
    color: #333333;
    text-align: left;
  }
}

.bundle-step {
  overflow: hidden;
  display: none;
}
.bundle-step.opened {
  display: block;
}
.bundle-step:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .bundle-step {
    display: block !important;
  }
}

.bundle-order-summary {
  padding: 15px 30px;
  background: #f6f6f6;
}
.bundle-order-summary:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .bundle-order-summary {
    padding: 0;
    background: #ffffff;
  }
}
.bundle-order-summary .btn-goto-checkout,
.bundle-order-summary .btn-goto-next-step {
  width: auto !important;
  position: relative;
  margin: -15px 5px 0;
}
@media (max-width: 359px) {
  .bundle-order-summary .btn-goto-checkout,
  .bundle-order-summary .btn-goto-next-step {
    margin: 0 15px;
  }
}
.bundle-order-summary .btn-primary {
  width: 300px;
  max-width: 100%;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bundle-order-summary .order-summary-image {
  float: left;
  width: 150px;
  margin-right: 10px;
}
.bundle-order-summary .order-summary-content {
  overflow: hidden;
}
.bundle-order-summary .order-summary-title {
  font-family: "DIN Bold", sans-serif;
  line-height: 1;
  font-size: 20px;
  color: #333333;
  padding: 0;
  margin: 0 0 5px 0;
}
.bundle-order-summary .additional-title {
  font-family: "DIN Regular", sans-serif;
  font-size: 16px;
  color: #333333;
  padding: 0;
  margin: 0 0 5px 0;
}

.product-bundle-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
  position: relative;
  text-align: justify;
  counter-reset: checkout-steps;
}
.product-bundle-nav-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 10px 0;
  background: #ffffff;
  transition: box-shadow 150ms ease;
}
.product-bundle-nav-wrapper.shadowed {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.product-bundle-nav > li {
  display: -moz-inline-stack;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 0 5px;
  position: relative;
  background: #ffffff;
}
.product-bundle-nav > li span {
  display: inline-block;
  vertical-align: middle;
}
.product-bundle-nav > li > a {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  font-family: "DIN Regular", sans-serif;
  line-height: 1.2;
  font-size: 12px;
  color: #666666;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 400px) {
  .product-bundle-nav > li > a {
    font-size: 11px;
  }
}
.product-bundle-nav > li > a:before {
  counter-increment: checkout-steps;
  content: counter(checkout-steps);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #adb3b3;
  color: #ffffff;
  border-radius: 50%;
  transition: all 300ms ease;
}
.product-bundle-nav > li > a:hover:before,
.product-bundle-nav > li > a:active:before,
.product-bundle-nav > li > a.active:before {
  background-color: #19aaa6;
}
.product-bundle-nav > li.done > a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 25px;
  background-color: #19aaa6;
  content: "";
}
.product-bundle-nav:before {
  content: '';
  width: 98%;
  height: 1px;
  background: #adb3b3;
  position: absolute;
  top: 50%;
}
.product-bundle-nav:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.bundle-guarantee-block {
  padding: 20px;
  border: 1px solid #cde7e8;
  margin: 15px 0 0 0;
  border-radius: 5px;
}
.bundle-guarantee-block:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .bundle-guarantee-block {
    display: none;
  }
}
.bundle-guarantee-block h4 {
  font-family: "DIN Regular", sans-serif;
  font-size: 20px;
  color: #666666;
  line-height: 1.2;
  margin: 15px 0;
  padding: 0;
}
.bundle-guarantee-block h4 strong {
  font-family: "DIN Bold", sans-serif;
}
.bundle-guarantee-block img {
  display: block;
  width: 58px;
  height: 58px;
}
.bundle-guarantee-block p {
  font-size: 14px;
  color: #666666;
  line-height: 1.2;
  margin: 20px 0 0 0;
}

.gift-label {
  display: inline-block;
  background: #e5429a;
  padding: 5px;
  color: #ffffff;
  max-width: 100%;
  border-radius: 15px;
}
.gift-label .gift-label--icon {
  display: block;
  float: left;
  background: #ffffff;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.gift-label .gift-label--icon > span {
  position: relative;
  top: 1px;
  color: #e5429a;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.gift-label .gift-label--text {
  display: block;
  line-height: 20px;
  padding: 0 10px;
  overflow: hidden;
}

.kit-related-products-list h4 {
  font-family: "DIN Regular", sans-serif;
  font-size: 16px;
  color: #666666;
  padding: 0;
  line-height: 1;
  margin: 0 0 15px 0;
}

.kit-related-products-list ul {
  padding: 0;
  margin: 0 0 20px 0;
}
.kit-related-products-list ul:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.kit-related-products-list ul:last-child {
  margin-bottom: 0;
}
.kit-related-products-list ul li {
  float: none;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.kit-related-products-list ul li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 10px;
  color: #51c4c1;
}
.kit-related-products-list ul li a {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  border-bottom: 1px solid;
  transition: all 300ms ease;
}
.kit-related-products-list ul li a:hover,
.kit-related-products-list ul li a:focus {
  border-color: transparent;
  color: #1fada7;
}

.accordion-container {
  margin: 10px auto 30px auto;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .accordion-container {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.accordion-container .accordion-element-wrapper {
  position: relative;
  margin-top: 5px;
}
.accordion-container .accordion-element-wrapper:first-child {
  margin-top: 0;
}
.accordion-container .accordion-element-wrapper.toggled .acc-tab {
  width: 100%;
}
.accordion-container .accordion-element-wrapper.toggled .acc-tab .ss-plus {
  display: none;
}
.accordion-container .accordion-element-wrapper.toggled .acc-tab .ss-hyphen {
  display: inline;
}
.accordion-container .accordion-element-wrapper.toggled article {
  width: 100%;
  max-height: 1000px;
}
.accordion-container .acc-tab {
  font-family: "DIN Regular", sans-serif;
  background: #cdf1f1;
  padding: 5px 20px;
  position: relative;
  z-index: 1;
  display: block;
  cursor: pointer;
  color: #1fadaa;
  line-height: 33px;
  width: 90%;
  transition: width 0.5s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .accordion-container .acc-tab {
    width: 100%;
  }
}
.accordion-container .acc-tab .ss-plus,
.accordion-container .acc-tab .ss-hyphen {
  float: right;
}
.accordion-container .acc-tab .ss-plus {
  display: inline;
}
.accordion-container .acc-tab .ss-hyphen {
  display: none;
}
.accordion-container article {
  width: 90%;
  background: #f6f6f6;
  box-sizing: border-box;
  margin-top: -1px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  max-height: 0;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .accordion-container article {
    width: 100%;
  }
}
.accordion-container article .ac-content {
  padding: 20px;
  text-align: justify;
}
.accordion-container #customer-reviews #show_review_form,
.accordion-container #customer-reviews #hide_review_form {
  float: none;
  margin: 0 0 10px 0;
}

.box-related h2 {
  font-family: "DIN Regular", sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 1;
  padding: 0;
  margin: 0 0 20px 0;
}

.category-products .toolbar .media > .pull-left,
.category-products .toolbar-bottom .media > .pull-left {
  padding-right: 5px;
}

.category-products .toolbar .media > .pull-right,
.category-products .toolbar-bottom .media > .pull-right {
  padding-left: 5px;
}

.category-products .toolbar .media label.form-label,
.category-products .toolbar-bottom .media label.form-label {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .category-products .toolbar .media label.form-label,
  .category-products .toolbar-bottom .media label.form-label {
    width: 70px;
  }
}

.category-products .toolbar .pages,
.category-products .toolbar-bottom .pages {
  padding: 10px 0;
  margin-bottom: 15px;
  text-align: center;
  float: none;
  display: block;
}
.category-products .toolbar .pages .pagination,
.category-products .toolbar-bottom .pages .pagination {
  float: none;
}
.category-products .toolbar .pages .pagination li,
.category-products .toolbar-bottom .pages .pagination li {
  padding: 5px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .category-products .toolbar .view-mode,
  .category-products .toolbar-bottom .view-mode {
    margin-bottom: 10px;
  }
}

.category-products .toolbar .view-mode > .form-label,
.category-products .toolbar-bottom .view-mode > .form-label {
  display: none;
}
@media only screen and (max-width: 767px) {
  .category-products .toolbar .view-mode > .form-label,
  .category-products .toolbar-bottom .view-mode > .form-label {
    display: inline-block;
    width: 70px;
    margin: 0;
  }
}

.category-products .toolbar .view-mode > .btn-secondary,
.category-products .toolbar-bottom .view-mode > .btn-secondary {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .category-products .toolbar .limiter,
  .category-products .toolbar-bottom .limiter {
    margin-bottom: 10px;
  }
}

.category-products .toolbar .amount,
.category-products .toolbar-bottom .amount {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .category-products .toolbar .amount,
  .category-products .toolbar-bottom .amount {
    text-align: center;
  }
}

.category-products .toolbar-bottom .toolbar.no-pagination {
  margin-top: 20px;
}

.products-grid .item,
.products-list .item {
  text-align: left;
  min-height: 1px;
  padding: 16px 10px 24px 10px;
  border-bottom: 1px solid #eeeeee;
}
.products-grid .item .product-name,
.products-list .item .product-name {
  display: block;
  margin: 0 auto 5px auto;
}
.products-grid .item .product-name a,
.products-list .item .product-name a {
  font-family: "DIN Bold", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #333333;
}
.products-grid .item .short-description,
.products-list .item .short-description {
  margin: 10px auto;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .products-grid .item .short-description,
  .products-list .item .short-description {
    display: none;
  }
}
.products-grid .item .desc i.icon-plus,
.products-list .item .desc i.icon-plus {
  font-style: normal;
}
.products-grid .item .view-details,
.products-list .item .view-details {
  float: left;
}
.products-grid .item .view-details span,
.products-list .item .view-details span {
  display: block;
  float: right;
  margin: 1px 0 0 5px;
}
.products-grid .item .price-box,
.products-list .item .price-box {
  margin: 0 0 10px 0;
}
.products-grid .item .price-box .price,
.products-list .item .price-box .price {
  font-family: "DIN Regular", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #888888;
}
.products-grid .item .price-box .old-price,
.products-list .item .price-box .old-price {
  margin-right: 5px;
}
.products-grid .item .price-box .special-price .price,
.products-list .item .price-box .special-price .price {
  font-size: 16px;
  color: #1fadaa;
}
.products-grid .item .ratings,
.products-list .item .ratings {
  margin-bottom: 10px;
  font-family: "DIN Regular", sans-serif;
  font-size: 14px;
  color: #888888;
}
.products-grid .item .actions,
.products-list .item .actions {
  margin-top: 15px;
}

.products-list .item:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}

.products-list .item:last-child {
  border-bottom: none;
}

.products-list .product-image {
  width: 25%;
  float: left;
  min-height: 1px;
  margin-top: 15px;
  text-align: center;
}

.products-list .product-shop {
  width: 75%;
  float: left;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.products-list .product-shop:after {
  display: none !important;
  visibility: hidden !important;
  content: none !important;
}

@media only screen and (max-width: 767px) {
  .products-list .product-image,
  .products-list .product-shop {
    float: none;
    width: auto;
    display: block;
  }
}

.products-grid .product-image {
  text-align: center;
  margin-bottom: 15px;
}

.rating-box {
  width: 70px;
  height: 13px;
  background: url(https://www.proactiv.ie/skin/frontend/slim/default/images/bkg_rating.gif) 0 0 repeat-x;
}
.rating-box .rating {
  display: inline-block;
  height: 13px;
  background: url(https://www.proactiv.ie/skin/frontend/slim/default/images/bkg_rating.gif) 0 100% repeat-x;
}

.rating-numbers span {
  margin-left: 10px;
}

.product-essential .product-shop {
  background: #f6f6f6;
}

.product-essential .form-group-qty {
  display: none !important;
}

.product-essential .product-availability {
  display: none !important;
}

.product-essential .row {
  margin-left: -10px;
  margin-right: -10px;
}

.product-essential .ratings {
  margin: 20px 0;
}

.shipping-info {
  display: block;
  margin: 0 0 15px 0;
}
.shipping-info > div {
  margin-top: 5px;
}
.shipping-info > div:first-child {
  margin-top: 0;
}
.shipping-info .free-shipping,
.shipping-info .free-shipping-save {
  font-size: 14px;
  line-height: 1.3;
}
.shipping-info .free-shipping span,
.shipping-info .free-shipping-save span {
  display: inline-block;
  vertical-align: middle;
}
.shipping-info .free-shipping {
  font-family: "DIN Bold", sans-serif;
  color: #e5429a;
}
.shipping-info .free-shipping span + span:before {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  line-height: 1;
  content: '+';
  position: relative;
  top: -2px;
}
.shipping-info .free-shipping-save {
  font-family: "DIN Regular", sans-serif;
  color: #333333;
}
.page-title h1 {
  font-family: "DIN Regular", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  font-size: 35px;
  padding: 22px 0;
  margin: 0;
  color: #333333;
  float: none;
  text-align: left;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .page-title h1 {
    font-size: 30px;
  }
}

.cart-empty {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .cart-empty {
    text-align: center;
  }
}

a.btn-remove {
  display: inline-block;
  vertical-align: middle;
}
a.btn-remove .icon-remove {
  font-size: 24px;
  color: #56c6c1;
  transition: color 300ms ease;
}
a.btn-remove .icon-remove:hover,
a.btn-remove .icon-remove:focus {
  color: #f26f03;
}

.quantity-panel {
  white-space: nowrap;
}
.quantity-panel .btn-quantity {
  margin-right: -4px;
  margin-left: -4px;
}
@media (max-width: 400px) {
  .quantity-panel .btn-quantity {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .quantity-panel .form-control-quantity {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 5px 5px 4px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .quantity-panel {
    text-align: right;
  }
}

.btn-quantity {
  border: 2px solid #f26f03;
  background: #ffffff;
  color: #f26f03;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: all 300ms ease;
}
.btn-quantity:hover,
.btn-quantity:active {
  background-color: #f26f03;
  color: #ffffff;
}
.btn-quantity.minus {
  border-radius: 5px 0 0 5px;
}
.btn-quantity.plus {
  border-radius: 0 5px 5px 0;
}
.btn-quantity.disabled,
.btn-quantity:disabled {
  background: #f6f6f6;
  border-color: #cdcdcd;
  border-left-color: #f26f03;
  color: #cdcdcd;
  cursor: not-allowed;
}
.btn-quantity.disabled:hover,
.btn-quantity.disabled:active,
.btn-quantity:disabled:hover,
.btn-quantity:disabled:active {
  background: #f6f6f6;
  border-color: #cdcdcd;
  border-left-color: #f26f03;
  color: #cdcdcd;
  cursor: not-allowed;
}

.form-control-quantity {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .form-control-quantity {
    margin-right: 5px;
  }
}

.ie-11 .form-control-quantity,
.lt-ie-11 .form-control-quantity {
  line-height: normal;
}

.cart-table .product-image img {
  max-width: 100%;
}

#shopping-cart-table {
  table-layout: fixed;
}
#shopping-cart-table tr:first-child td {
  border-top: 1px solid #e3e3e3;
}
#shopping-cart-table tr th.th-main-image,
#shopping-cart-table tr td.td-main-image {
  width: 150px;
}
@media only screen and (max-width: 767px) {
  #shopping-cart-table tr th.th-main-image,
  #shopping-cart-table tr td.td-main-image {
    width: 50%;
  }
  #shopping-cart-table tr th.th-main-image .product-info,
  #shopping-cart-table tr td.td-main-image .product-info {
    margin-bottom: 10px;
  }
}
#shopping-cart-table tr td {
  border-bottom: 1px solid #e3e3e3;
  padding-top: 20px;
  padding-bottom: 20px;
}
#shopping-cart-table tr td.product-info {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  #shopping-cart-table tr td.td-quantity,
  #shopping-cart-table tr td.td-price {
    vertical-align: bottom !important;
  }
}
#shopping-cart-table tr td .product-name span,
#shopping-cart-table tr td .product-name a {
  font-family: "DIN Bold", sans-serif;
  font-size: 20px;
  color: #333333;
}
#shopping-cart-table tr td .product-name a:hover,
#shopping-cart-table tr td .product-name a:focus {
  color: #56c6c1;
}
@media only screen and (max-width: 767px) {
  #shopping-cart-table tr td .product-name + .quantity-panel {
    margin-top: 10px;
  }
  #shopping-cart-table tr td .product-name span,
  #shopping-cart-table tr td .product-name a {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  #shopping-cart-table tr td .product-name span,
  #shopping-cart-table tr td .product-name a {
    font-size: 14px;
  }
}
#shopping-cart-table tr td .old-price .price {
  color: #888888;
  font-size: 16px;
}
#shopping-cart-table tr td .cart-price {
  text-align: right;
}
#shopping-cart-table tr td .cart-price .price {
  font-family: "DIN Regular", sans-serif;
  font-size: 20px;
  color: #666666;
  line-height: 40px;
}
#shopping-cart-table tr td .cart-price .old-price {
  text-align: left;
}
#shopping-cart-table tr td .cart-price .old-price .price {
  color: #adb3b3;
  font-size: 16px;
  line-height: 16px;
}
@media only screen and (max-width: 767px) {
  #shopping-cart-table tr td .cart-price {
    display: inline-block;
    min-width: 76px;
    margin-bottom: 20px;
    text-align: left;
    margin-right: -4px;
  }
  #shopping-cart-table tr td .cart-price .price {
    line-height: 26px;
  }
}
@media (max-width: 400px) {
  #shopping-cart-table tr td .cart-price {
    font-size: 18px;
    min-width: 0;
  }
}
#shopping-cart-table tr td .saving,
#shopping-cart-table tr td .saving .price {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 3px;
  font-family: "DIN Regular", sans-serif;
  color: #e5429a;
  font-size: 12px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  #shopping-cart-table tr td .saving,
  #shopping-cart-table tr td .saving .price {
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #shopping-cart-table tr td .saving {
    margin-bottom: 20px;
  }
}
#shopping-cart-table tr td .saving .price {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #shopping-cart-table tr td.td-quantity {
    width: 50%;
    text-align: right;
  }
}

#giftcard-form .btn-secondary {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
}

@media only screen and (max-width: 767px) {
  #giftcard-form .btn-secondary {
    margin-top: 10px;
  }
}

#shopping-cart-totals-table {
  background: #cdf1f1;
  border-radius: 5px;
}
#shopping-cart-totals-table tfoot {
  display: none;
}
#shopping-cart-totals-table tbody th,
#shopping-cart-totals-table tbody td {
  vertical-align: middle;
  padding: 0 15px;
}
#shopping-cart-totals-table tbody th {
  font-family: "DIN Bold", sans-serif;
  font-size: 20px;
  color: #333333;
  line-height: 60px;
}
#shopping-cart-totals-table tbody td .price {
  font-family: "DIN Bold", sans-serif;
  font-size: 20px;
  color: #333333;
  line-height: 60px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  #shopping-cart-totals-table tbody th,
  #shopping-cart-totals-table tbody td {
    vertical-align: middle;
    padding: 0 10px;
  }
  #shopping-cart-totals-table tbody th {
    font-size: 16px;
    line-height: 50px;
  }
  #shopping-cart-totals-table tbody td .price {
    font-size: 16px;
    line-height: 50px;
  }
}
@media (max-width: 380px) {
  #shopping-cart-totals-table {
    height: auto;
  }
}

.cart-collaterals {
  padding-top: 30px;
}
@media (max-width: 380px) {
  .cart-collaterals .cart-collaterals-col {
    width: 100%;
  }
}

.cart .checkout-types {
  float: none;
  text-align: center;
}
.cart .checkout-types .btn-primary.btn-proceed-checkout.btn-checkout {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "DIN Bold", sans-serif;
  padding: 12px 10px;
  font-size: 20px;
}

.cart-bottom-buttons .btn-secondary {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  border-color: transparent;
  background: transparent;
  text-transform: uppercase;
  font-family: "DIN Bold", sans-serif;
  color: #56c6c1;
  padding: 16px 10px;
}
.cart-bottom-buttons .btn-secondary + .btn-secondary {
  margin-left: 15px;
}
.cart-bottom-buttons .btn-secondary:hover,
.cart-bottom-buttons .btn-secondary:active {
  border-color: transparent;
  background: transparent;
  color: #1fada7;
}

@media only screen and (max-width: 767px) {
  .cart-bottom-buttons .btn-primary {
    display: block;
    width: 100%;
  }
  .cart-bottom-buttons .btn-secondary {
    margin: 10px 0 0 0;
    display: block;
    width: 100%;
  }
  .cart-bottom-buttons .btn-secondary + .btn-secondary {
    margin-left: 0;
  }
  .cart-bottom-buttons .media .pull-right,
  .cart-bottom-buttons .media .pull-left {
    padding: 0;
    float: none;
  }
}

.cart-bottom-text {
  margin-top: 30px;
  font-size: 12px;
  line-height: 20px;
  padding: 15px;
  border: 1px solid #eeeeee;
}
.cart-bottom-text p {
  margin: 0;
  color: #adb3b3;
}

@media only screen and (max-width: 767px) {
  .page-title h1 {
    text-align: center;
  }
}

.in-your-bag {
  background: #333333;
  color: #ffffff;
  padding: 10px;
  margin: 0 0 15px;
}

.max-out-savings {
  border: 1px solid #e5429a;
  text-align: center;
  padding: 15px;
  margin-top: 15px;
}
.max-out-savings h3 {
  color: #e5429a;
  font-family: "DIN Bold", sans-serif;
  font-size: 16px;
  margin: 0 0 15px;
}
.max-out-savings .description {
  color: #888888;
  display: block;
  font-size: 12px;
}
.max-out-savings .method-input {
  margin-top: 15px;
}
.max-out-savings .method-input label {
  background: transparent;
  border: 2px solid #51c4c1;
  padding: 10px;
  display: block !important;
  text-align: left;
  font-family: "DIN Bold", sans-serif;
  color: #51c4c1;
  border-radius: 5px;
}
.max-out-savings .method-input label:before {
  border: none;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: -18px 0 0 0;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 50%;
  left: auto;
  bottom: auto;
}
.max-out-savings .method-input input {
  display: none;
}
.max-out-savings .method-input input:checked + label {
  background: #51c4c1;
  color: #ffffff;
}
.max-out-savings .method-input input:checked + label:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.max-out-savings .sub-methods {
  display: none;
}
.max-out-savings .sub-methods.opened {
  display: block;
}
.max-out-savings .carousel {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 15px 0;
  margin: 0 0 20px 0;
}
.max-out-savings .carousel .item .thumbnail {
  float: left;
  width: 27%;
}
.max-out-savings .carousel .item-info {
  float: right;
  width: 70%;
  text-align: left;
}
.max-out-savings .carousel .item-title {
  font-family: "DIN Bold", sans-serif;
  font-size: 20px;
  color: #333333;
}
.max-out-savings .carousel .item-title span {
  font-family: "DIN Regular", sans-serif;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  color: #e5429a;
}
.max-out-savings .carousel .item-price .btn {
  width: 62%;
}
.max-out-savings .carousel .item-price .prices {
  width: 30%;
}
.max-out-savings .carousel .item-price .prices span {
  color: #adb3b3;
  line-height: 22px;
}
.max-out-savings .carousel .item-price-old {
  font-size: 14px;
  text-decoration: line-through;
  display: inline-block;
}
.max-out-savings .carousel .item-price-new {
  font-size: 20px;
  display: block;
}
.max-out-savings .carousel .item-price:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.max-out-savings .carousel .item:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.max-out-savings .carousel .owl-nav {
  display: none;
}
.max-out-savings .carousel .owl-dots {
  position: absolute;
  bottom: -28px;
  width: 100%;
}
.max-out-savings .carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border: 2px solid #d7d7d7;
  background: transparent;
  border-radius: 50%;
}
.max-out-savings .carousel .owl-dots .owl-dot.active {
  background: #d7d7d7;
}
.my-account .box-content,
.my-account address {
  padding: 20px 0;
  clear: both;
}

.my-account .data-table th {
  text-align: left;
  padding: 10px 60px 10px 0;
  border-bottom: 1px solid #888888;
}

.my-account .data-table td {
  padding: 10px 10px 20px 0;
}

.my-account .pager select,
.my-account select#country {
  vertical-align: middle;
  background: #ffffff;
  float: none !important;
  margin: 0;
  padding: 5px;
  font-size: 14px;
  color: #333333;
  border: 1px solid #888888;
  max-width: 100%;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
}

.my-account .pager {
  padding: 20px 0;
}
.my-account .pager select {
  display: initial;
  width: initial;
}

.wishlist-index-index .data-table textarea {
  width: 100%;
}

.wishlist-index-index .buttons-set button {
  width: initial;
}

.block.block-account .block-content .address_book a {
  color: #e5429a;
}
@media (min-width: 1300px) {
  .container {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cms-index-index > .container {
    max-width: 100%;
    padding: 0;
  }
  .cms-index-index header .container,
  .cms-index-index footer .container {
    max-width: 1230px;
  }
}

@media (max-width: 645px) {
  .cms-page-view .col-main a {
    overflow: hidden;
    display: inline-block;
    width: 100%;
  }
  .cms-page-view .col-main a img {
    display: block;
    margin: 0 auto;
  }
  .cms-page-view iframe {
    max-width: 100%;
  }
}
.select2-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    width: 100% !important;
}

.select2-container * {
    outline: none;
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
    padding-left: 30px;
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 40px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

/* Fancybox popup z-index equals 8030 */
.fancybox-lock .select2-dropdown {
    z-index: 8040;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 10px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

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

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #888888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #666;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #56c6c1;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.apple-pay-button-with-text {
    --apple-pay-scale: 1.5625; /* (height / 32) */
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    /*min-width: 200px;*/
    width:100%;
    min-height: 32px;
    max-height: 64px;
    margin-bottom: 10px;
}
.apple-pay-button-black-with-text {
    background-color: black;
    color: white;
}
.apple-pay-button-white-with-text {
    background-color: white;
    color: black;
}
.apple-pay-button-white-with-line-with-text {
    background-color: white;
    color: black;
    border: .5px solid black;
}
.apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
}
.apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
}
.apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
}
.apple-pay-button-with-text > .text {
    font-family: -apple-system;
    font-size: calc(1em * var(--apple-pay-scale));
    font-weight: 300;
    align-self: center;

    margin-right: calc(2px * var(--apple-pay-scale));
}
.apple-pay-button-with-text > .logo {
    width: calc(35px * var(--apple-pay-scale));
    height: 100%;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-left: calc(2px * var(--apple-pay-scale));
    border: none;
    min-width: 0px; /* override magento min-width */
    min-height: 42px; /* override magento min-height */
}


.product-image {
    position:relative;
    display: block;
}

.badge {
    position: absolute;
    z-index: 11;
}
.top-left {
    top: 15px;
    left: 15px;
}

.top-right {
    top: 15px;
    right: 15px;
}

.bottom-left {
    bottom: 15px;
    left: 15px;
}

.bottom-right {
    bottom: 15px;
    right: 15px;
}

/* Tipso Bubble Styles */
.tipso_bubble, .tipso_bubble > .tipso_arrow{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.tipso_bubble {
    position: absolute;
	text-align: center;
	border-radius: 6px;
	z-index: 9999;
	font-weight: normal;
	font-size: 12px;
}

.tipso_style{
	cursor: help;
	border: 0;
}

.tipso_title {
	border-radius: 6px 6px 0 0;
}

.tipso_content {
  	word-wrap: break-word;
	padding: 0.5em;
}

/* Tipso Bubble size classes - Similar to Foundation's syntax */
.tipso_bubble.tiny {
	font-size: 0.6rem;
}

.tipso_bubble.small {
	font-size: 0.8rem;
}

.tipso_bubble.default {
	font-size: 1rem;
}

.tipso_bubble.large {
	font-size: 1.2rem;
	width: 100%;
}

/* Tipso Bubble Div */
.tipso_bubble > .tipso_arrow{
	position: absolute;
	width: 0; height: 0;
	border: 8px solid;
	pointer-events: none;
}

.tipso_bubble.top > .tipso_arrow {
	border-top-color: #000;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	top: 100%;
	left: 50%;
	margin-left: -8px;
}

.tipso_bubble.bottom > .tipso_arrow {
	border-bottom-color: #000;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
}

.tipso_bubble.left > .tipso_arrow {
	border-left-color: #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	top: 50%;
	left: 100%;
	margin-top: -8px;
}

.tipso_bubble.right > .tipso_arrow {
	border-right-color: #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	top: 50%;
	right: 100%;
	margin-top: -8px;
}

.tipso_bubble .top_right_corner, 
.tipso_bubble.top_right_corner {
	border-bottom-left-radius: 0;
}

.tipso_bubble .bottom_right_corner, 
.tipso_bubble.bottom_right_corner  {
	border-top-left-radius: 0;
}

.tipso_bubble .top_left_corner, 
.tipso_bubble.top_left_corner {
	border-bottom-right-radius: 0;
}

.tipso_bubble .bottom_left_corner, 
.tipso_bubble.bottom_left_corner  {
	border-top-right-radius: 0;
}

