/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.masonry-grid-item {
    float: left;
    width: 20%;
    height: auto;
    box-sizing: border-box;
}

.masonry-grid-item__inner {
    display: block;
    margin: 8px;
}

.masonry-grid-widget__image {
    width: 100%;
}

@media(max-width: 479px) {
    .masonry-grid-item-width-5,
    .masonry-grid-item-width-10,
    .masonry-grid-item-width-15,
    .masonry-grid-item-width-20,
    .masonry-grid-item-width-25,
    .masonry-grid-item-width-30,
    .masonry-grid-item-width-35,
    .masonry-grid-item-width-40,
    .masonry-grid-item-width-45,
    .masonry-grid-item-width-50,
    .masonry-grid-item-width-55,
    .masonry-grid-item-width-60,
    .masonry-grid-item-width-65,
    .masonry-grid-item-width-70,
    .masonry-grid-item-width-75,
    .masonry-grid-item-width-80,
    .masonry-grid-item-width-85,
    .masonry-grid-item-width-90,
    .masonry-grid-item-width-95,
    .masonry-grid-item-width-100 {
        width: 100%;
    }
}

@media(min-width: 480px) and (max-width: 767px) {
    .masonry-grid-item-width-5,
    .masonry-grid-item-width-10,
    .masonry-grid-item-width-15,
    .masonry-grid-item-width-20,
    .masonry-grid-item-width-25,
    .masonry-grid-item-width-30,
    .masonry-grid-item-width-35,
    .masonry-grid-item-width-40,
    .masonry-grid-item-width-45,
    .masonry-grid-item-width-50 {
        width: 50%;
    }

    .masonry-grid-item-width-55,
    .masonry-grid-item-width-60,
    .masonry-grid-item-width-65,
    .masonry-grid-item-width-70,
    .masonry-grid-item-width-75,
    .masonry-grid-item-width-80,
    .masonry-grid-item-width-85,
    .masonry-grid-item-width-90,
    .masonry-grid-item-width-95,
    .masonry-grid-item-width-100 {
        width: 100%;
    }

    .masonry-grid-item__text {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .masonry-grid-item-width-5 {
        width: 5%;
    }

    .masonry-grid-item-width-10 {
        width: 10%;
    }
    .masonry-grid-item-width-15 {
        width: 15%;
    }
    .masonry-grid-item-width-20 {
        width: 20%;
    }
    .masonry-grid-item-width-25 {
        width: 25%;
    }
    .masonry-grid-item-width-30 {
        width: 30%;
    }
    .masonry-grid-item-width-35 {
        width: 35%;
    }
    .masonry-grid-item-width-40 {
        width: 40%;
    }
    .masonry-grid-item-width-45 {
        width: 45%;
    }
    .masonry-grid-item-width-50 {
        width: 50%;
    }
    .masonry-grid-item-width-55 {
        width: 55%;
    }
    .masonry-grid-item-width-60 {
        width: 60%;
    }
    .masonry-grid-item-width-65 {
        width: 65%;
    }
    .masonry-grid-item-width-70 {
        width: 70%;
    }
    .masonry-grid-item-width-75 {
        width: 75%;
    }
    .masonry-grid-item-width-80 {
        width: 80%;
    }
    .masonry-grid-item-width-85 {
        width: 85%;
    }
    .masonry-grid-item-width-90 {
        width: 90%;
    }
    .masonry-grid-item-width-95 {
        width: 95%;
    }
    .masonry-grid-item-width-100 {
        width: 100%;
    }
    .masonry-grid-item-10 {
        width: 10%;
    }
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #dadada;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f2f2f2;
  color: #002010;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 2px solid #dadada;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 78.57142856999999%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  color: #373737;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
h2 {
  color: #373737;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.75rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
h3 {
  color: #373737;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  color: #373737;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h5 {
  color: #373737;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h6 {
  color: #373737;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #008641;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #000000;
  text-decoration: none;
}
a:visited,
.alink:visited {
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #000000;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #000000;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
ul > li,
ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 5px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f2f2f2;
  color: #00602e;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f2f2f2;
  color: #00602e;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f2f2f2;
  border: 2px solid #dadada;
  color: #00602e;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #dadada;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #008641;
  line-height: 1.42857143;
  font-size: 1.1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button {
  background-image: none;
  background: none;
  border: 2px solid #008641;
  color: #008641;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 11px 20px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
}
button:focus,
button:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
button:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button:focus,
button:active {
  text-decoration: none;
}
button:hover {
  text-decoration: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dadada;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 9px 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #202020;
  font-style: normal;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #202020;
  font-style: normal;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #202020;
  font-style: normal;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff url('../../frontend/Techtwo/kunstgrasnet/nl_NL/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #dadada;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  background: #ffffff;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dadada;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #999999;
  font-style: normal;
}
textarea::-webkit-input-placeholder {
  color: #999999;
  font-style: normal;
}
textarea:-ms-input-placeholder {
  color: #999999;
  font-style: normal;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type*="date"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dadada;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 9px 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type*="date"]:disabled {
  opacity: 0.5;
}
input[type*="date"]::-moz-placeholder {
  color: #202020;
  font-style: normal;
}
input[type*="date"]::-webkit-input-placeholder {
  color: #202020;
  font-style: normal;
}
input[type*="date"]:-ms-input-placeholder {
  color: #202020;
  font-style: normal;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 1px 1px #008641;
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.action-primary:focus,
.action-primary:active {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.action-primary:hover {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review-discount .block .actions-toolbar .action.cancel {
  border-radius: 0;
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review-discount .block .actions-toolbar .action.cancel:active {
  box-shadow: inset 0 1px 0 0 rgba(218, 218, 218, 0.8), inset 0 -1px 0 0 rgba(218, 218, 218, 0.3);
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: none;
  border: 2px solid #008641;
  color: #008641;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 11px 20px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  text-decoration: none;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.abs-add-fields .action.remove,
.paypal-review-discount .block .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .payment-method-billing-address .action-cancel:visited,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.abs-add-fields .action.remove:visited,
.paypal-review-discount .block .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .block .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #008641;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .block .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #000000;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:focus,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.paypal-review-discount .block .action.check:hover,
.paypal-review-discount .block .action.check:active,
.paypal-review-discount .block .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel.disabled,
.checkout-payment-method .payment-method-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.paypal-review-discount .block .action.check.disabled,
.paypal-review-discount .block .action.check[disabled],
fieldset[disabled] .paypal-review-discount .block .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus),
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.paypal-review-discount .block .action.check:active,
.paypal-review-discount .block .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-to-action-secondary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review-discount .block .actions-toolbar .action.cancel {
  background: none;
  border: 2px solid #008641;
  color: #008641;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review-discount .block .actions-toolbar .action.cancel:focus,
.paypal-review-discount .block .actions-toolbar .action.cancel:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-review-discount .block .actions-toolbar .action.cancel:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 11px 20px;
}
.box-tocart .action.tocart,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.multicheckout .action.primary {
  line-height: 2rem;
  padding: 14px 25px;
  font-size: 1.6rem;
}
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  float: left;
  clear: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  float: left;
  display: inline-block;
  margin: 0 0 5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.box-tocart .action.tocart {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.login-container .block .block-title {
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 2px solid #dadada;
  font-size: 1.8rem;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e607';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after {
  color: #333333;
}
.abs-dropdown-simple .action.toggle:active:after {
  color: #333333;
}
.abs-dropdown-simple .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e618';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after {
  color: #333333;
}
.abs-dropdown-simple .action.toggle.active:active:after {
  color: #333333;
}
.abs-dropdown-simple ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  margin-top: 5px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.abs-dropdown-simple ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover {
  cursor: pointer;
}
.abs-dropdown-simple.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  width: 54px;
  text-align: center;
}
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.sidebar-block__content .action--delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.sidebar-block__content .action--delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.sidebar-block__content .action--delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.sidebar-block__content .action--delete:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.sidebar-block__content .action--delete:active:before {
  color: #999999;
}
.abs-product-link > a:visited {
  color: #000000;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #000000;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #000000;
  text-decoration: underline;
}
.abs-like-link:visited {
  text-decoration: none;
}
.abs-like-link:hover {
  color: #000000;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #000000;
  text-decoration: underline;
}
.review .fieldset .review-legend.legend,
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.checkout-container:before,
.checkout-container:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.customer-review .product-details:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.payment-method-braintree .hosted-date-wrap:after,
.checkout-container:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.cart-summary,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  margin-top: 5px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.abs-split-button .items li {
  margin: 0;
  padding: 7px 10px;
}
.abs-split-button .items li:hover {
  cursor: pointer;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-actions-addto:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-actions {
  margin: 0 0 30px;
}
.abs-cart-block > .title,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block .block > .title {
  border-top: 2px solid #dadada;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.paypal-review-discount .block .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  color: #1bff8a;
  font-size: 1.6rem;
  font-weight: 700;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-blocks .block-title,
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.account .page-columns__main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .page-columns__main .block:not(.widget) .block-title,
[class^="sales-guest-"] .page-columns__main .block:not(.widget) .block-title,
.sales-guest-view .page-columns__main .block:not(.widget) .block-title {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #dadada;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.account .page-columns__main .block:not(.widget) .block-title > strong,
.account .page-columns__main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.magento-rma-guest-returns .page-columns__main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .page-columns__main .block:not(.widget) .block-title > span,
[class^="sales-guest-"] .page-columns__main .block:not(.widget) .block-title > strong,
[class^="sales-guest-"] .page-columns__main .block:not(.widget) .block-title > span,
.sales-guest-view .page-columns__main .block:not(.widget) .block-title > strong,
.sales-guest-view .page-columns__main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  display: inline-block;
  font-size: 1.4rem;
}
.cart-summary .price-including-tax + .price-excluding-tax,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.cart-summary .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.cart-summary .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ")";
}
.cart.table-wrapper .cart-tax-total {
  cursor: pointer;
  position: relative;
  padding-right: 10px;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.cart.table-wrapper .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after {
  content: '\e621';
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  vertical-align: top;
  padding-top: 1px;
  padding-right: 25px;
  padding-bottom: 5px;
}
.review-ratings .rating-result {
  vertical-align: top;
  display: table-cell;
}
.account .page-columns__main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .page-columns__main .block:not(.widget) .block-title > .action,
[class^="sales-guest-"] .page-columns__main .block:not(.widget) .block-title > .action,
.sales-guest-view .page-columns__main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.account .page-columns__main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .page-columns__main .block:not(.widget) .box-title,
[class^="sales-guest-"] .page-columns__main .block:not(.widget) .box-title,
.sales-guest-view .page-columns__main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.account .page-columns__main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .page-columns__main .block:not(.widget) .box-title > span,
[class^="sales-guest-"] .page-columns__main .block:not(.widget) .box-title > span,
.sales-guest-view .page-columns__main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.account .page-columns__main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .page-columns__main .block:not(.widget) .box-title > .action,
[class^="sales-guest-"] .page-columns__main .block:not(.widget) .box-title > .action,
.sales-guest-view .page-columns__main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name .wishlist-label:after {
  content: ": ";
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .header__nav-toggle,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status {
  border: 2px solid #dadada;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th {
  background: #ffffff;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td {
  border-bottom: 2px solid #dadada;
}
.block-compare .counter,
.sidebar-block__counter,
.block-wishlist .counter {
  color: #1bff8a;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-compare .block-title,
.block-reorder .block-title {
  margin: 0 0 20px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong {
  font-size: 16px;
}
.cart-container .form-cart,
.block-cart-failed {
  margin-bottom: 20px;
}
.cart-container .form-cart .actions.main .continue,
.block-cart-failed .actions.main .continue {
  margin-right: 10px;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker {
  margin-right: 10px;
  width: calc(100% - (23px + 10px));
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0%;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #a7a7a7;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #ffffff;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #000000;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #dadada;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  border-top: 1px solid #dadada;
  font-size: 1.8rem;
  padding-right: 10px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  border-top: 1px solid #dadada;
  font-size: 1.8rem;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  position: relative;
  padding-right: 20px;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 2px solid #dadada;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.paypal-review-discount .block .block > .title strong {
  color: #008641;
  font-weight: 400;
}
.paypal-review-discount .block .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review-discount .block .actions-toolbar .action.cancel {
  background: none;
  border: 2px solid #008641;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background: #8a8a8a;
  border: 2px solid #8a8a8a;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-review-discount .block .actions-toolbar .action.cancel:focus,
.paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review-discount .block .actions-toolbar .action.cancel:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-review-discount .block .actions-toolbar .action.cancel:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.abs-discount-block .actions-toolbar .action.primary.disabled,
.abs-discount-block .actions-toolbar .action.cancel.disabled,
.abs-discount-block .actions-toolbar .action.primary[disabled],
.abs-discount-block .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .abs-discount-block .actions-toolbar .action.primary,
fieldset[disabled] .abs-discount-block .actions-toolbar .action.cancel,
.paypal-review-discount .block .actions-toolbar .action.primary.disabled,
.paypal-review-discount .block .actions-toolbar .action.cancel.disabled,
.paypal-review-discount .block .actions-toolbar .action.primary[disabled],
.paypal-review-discount .block .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .paypal-review-discount .block .actions-toolbar .action.primary,
fieldset[disabled] .paypal-review-discount .block .actions-toolbar .action.cancel {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-review-discount .block .actions-toolbar .action.cancel:focus,
.paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review-discount .block .actions-toolbar .action.cancel:active {
  text-decoration: none;
}
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-review-discount .block .actions-toolbar .action.cancel:hover {
  text-decoration: none;
}
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-review-discount .block .actions-toolbar .action.cancel:focus,
.paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review-discount .block .actions-toolbar .action.cancel:active {
  background: #777777;
  border: 2px solid #777777;
  color: #ffffff;
}
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-review-discount .block .actions-toolbar .action.cancel:hover {
  background: #777777;
  border: 2px solid #777777;
  color: #ffffff;
}
.abs-discount-block .actions-toolbar .action.primary.disabled,
.abs-discount-block .actions-toolbar .action.cancel.disabled,
.abs-discount-block .actions-toolbar .action.primary[disabled],
.abs-discount-block .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .abs-discount-block .actions-toolbar .action.primary,
fieldset[disabled] .abs-discount-block .actions-toolbar .action.cancel,
.paypal-review-discount .block .actions-toolbar .action.primary.disabled,
.paypal-review-discount .block .actions-toolbar .action.cancel.disabled,
.paypal-review-discount .block .actions-toolbar .action.primary[disabled],
.paypal-review-discount .block .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .paypal-review-discount .block .actions-toolbar .action.primary,
fieldset[disabled] .paypal-review-discount .block .actions-toolbar .action.cancel {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.paypal-review-discount .block .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.paypal-review-discount .block .action.check {
  font-weight: 400;
}
.paypal-review-discount .block .fieldset {
  display: table;
  width: 100%;
}
.paypal-review-discount .block .fieldset > .field > .label {
  display: none;
}
.paypal-review-discount .block .field {
  display: table-cell;
}
.all-categories .block__title,
.customer-feedback .block__title,
.blog .block__title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.7;
  float: left;
  color: #373737;
}
@media only screen and (min-width: 768px) {
  .all-categories .block__title,
  .customer-feedback .block__title,
  .blog .block__title {
    font-size: 2.4rem;
  }
}
.all-categories .block__button-wrapper,
.customer-feedback .block__button-wrapper,
.blog .block__button-wrapper {
  float: right;
  margin: 0;
  padding: 0;
  line-height: 2.7;
}
@media only screen and (min-width: 768px) {
  .all-categories .block__button-wrapper,
  .customer-feedback .block__button-wrapper,
  .blog .block__button-wrapper {
    margin: 10px 0 0 0;
  }
}
.all-categories .block__button-wrapper .block__button-button,
.customer-feedback .block__button-wrapper .block__button-button,
.blog .block__button-wrapper .block__button-button {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.1;
  color: #687388;
  padding: 10px 0 0 0;
  display: inline-block;
  color: #f01a63;
}
@media only screen and (min-width: 768px) {
  .all-categories .block__button-wrapper .block__button-button,
  .customer-feedback .block__button-wrapper .block__button-button,
  .blog .block__button-wrapper .block__button-button {
    font-size: 1.8rem;
    padding: 5px 0 0 0;
  }
}
.blog .block-recent-posts-item .block-recent-posts-item__content .block-recent-posts-item__content-cta a {
  border-radius: 5px;
  background: #f01a63;
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 5px;
  color: white;
  text-decoration: none;
}
.blog .block-recent-posts-item .block-recent-posts-item__content .block-recent-posts-item__content-cta a:hover {
  text-decoration: none;
  background: #373737;
}
body {
  background-color: #ffffff;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: '';
  display: table;
}
.container:after {
  clear: both;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
  content: '';
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: '';
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: '';
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .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 {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .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 {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .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 {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/**
      * Dropdown animation
      */
@-webkit-keyframes scale-drop-down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-drop-down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes circle-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/**
      * Loader animation
      */
@-moz-keyframes circle-spinner {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes circle-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn {
  background-image: none;
  background: none;
  border: 2px solid #008641;
  color: #008641;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 11px 20px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
}
.btn:focus,
.btn:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn:focus,
.btn:active {
  text-decoration: none;
}
.btn:hover {
  text-decoration: none;
}
.btn--danger {
  background: none;
  border: 2px solid #008641;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background: #d01919;
  border: 2px solid #d01919;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.btn--danger:focus,
.btn--danger:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn--danger:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn--danger.disabled,
.btn--danger[disabled],
fieldset[disabled] .btn--danger {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn--danger:focus,
.btn--danger:active {
  text-decoration: none;
}
.btn--danger:hover {
  text-decoration: none;
}
.btn--danger:focus,
.btn--danger:active {
  background: #ae1515;
  border: 2px solid #ae1515;
  color: #ffffff;
}
.btn--danger:hover {
  background: #ae1515;
  border: 2px solid #ae1515;
  color: #ffffff;
}
.btn--danger.disabled,
.btn--danger[disabled],
fieldset[disabled] .btn--danger {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn--warning {
  background: none;
  border: 2px solid #008641;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background: #f87c1a;
  border: 2px solid #f87c1a;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.btn--warning:focus,
.btn--warning:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn--warning:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn--warning.disabled,
.btn--warning[disabled],
fieldset[disabled] .btn--warning {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn--warning:focus,
.btn--warning:active {
  text-decoration: none;
}
.btn--warning:hover {
  text-decoration: none;
}
.btn--warning:focus,
.btn--warning:active {
  background: #e56907;
  border: 2px solid #e56907;
  color: #ffffff;
}
.btn--warning:hover {
  background: #e56907;
  border: 2px solid #e56907;
  color: #ffffff;
}
.btn--warning.disabled,
.btn--warning[disabled],
fieldset[disabled] .btn--warning {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn--info {
  background: none;
  border: 2px solid #008641;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background: #d9edf7;
  border: 2px solid #d9edf7;
  color: #31708f;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.btn--info:focus,
.btn--info:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn--info:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn--info.disabled,
.btn--info[disabled],
fieldset[disabled] .btn--info {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn--info:focus,
.btn--info:active {
  text-decoration: none;
}
.btn--info:hover {
  text-decoration: none;
}
.btn--info:focus,
.btn--info:active {
  background: #b9def0;
  border: 2px solid #b9def0;
  color: #31708f;
}
.btn--info:hover {
  background: #b9def0;
  border: 2px solid #b9def0;
  color: #31708f;
}
.btn--info.disabled,
.btn--info[disabled],
fieldset[disabled] .btn--info {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn--success {
  background: none;
  border: 2px solid #008641;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background: #16ab39;
  border: 2px solid #16ab39;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.btn--success:focus,
.btn--success:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn--success:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn--success.disabled,
.btn--success[disabled],
fieldset[disabled] .btn--success {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn--success:focus,
.btn--success:active {
  text-decoration: none;
}
.btn--success:hover {
  text-decoration: none;
}
.btn--success:focus,
.btn--success:active {
  background: #12892e;
  border: 2px solid #12892e;
  color: #ffffff;
}
.btn--success:hover {
  background: #12892e;
  border: 2px solid #12892e;
  color: #ffffff;
}
.btn--success.disabled,
.btn--success[disabled],
fieldset[disabled] .btn--success {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn--tertiary {
  background: none;
  border: 2px solid #008641;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background: #8a8a8a;
  border: 2px solid #8a8a8a;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.btn--tertiary:focus,
.btn--tertiary:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn--tertiary:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn--tertiary.disabled,
.btn--tertiary[disabled],
fieldset[disabled] .btn--tertiary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn--tertiary:focus,
.btn--tertiary:active {
  text-decoration: none;
}
.btn--tertiary:hover {
  text-decoration: none;
}
.btn--tertiary:focus,
.btn--tertiary:active {
  background: #777777;
  border: 2px solid #777777;
  color: #ffffff;
}
.btn--tertiary:hover {
  background: #777777;
  border: 2px solid #777777;
  color: #ffffff;
}
.btn--tertiary.disabled,
.btn--tertiary[disabled],
fieldset[disabled] .btn--tertiary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn--secondary {
  background: none;
  border: 2px solid #008641;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background: #f01a63;
  border: 2px solid #f01a63;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.btn--secondary:focus,
.btn--secondary:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn--secondary:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn--secondary.disabled,
.btn--secondary[disabled],
fieldset[disabled] .btn--secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn--secondary:focus,
.btn--secondary:active {
  text-decoration: none;
}
.btn--secondary:hover {
  text-decoration: none;
}
.btn--secondary:focus,
.btn--secondary:active {
  background: #d60e52;
  border: 2px solid #d60e52;
  color: #ffffff;
}
.btn--secondary:hover {
  background: #d60e52;
  border: 2px solid #d60e52;
  color: #ffffff;
}
.btn--secondary.disabled,
.btn--secondary[disabled],
fieldset[disabled] .btn--secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn--primary {
  background: none;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.btn--primary:focus,
.btn--primary:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn--primary:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn--primary.disabled,
.btn--primary[disabled],
fieldset[disabled] .btn--primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn--primary:focus,
.btn--primary:active {
  text-decoration: none;
}
.btn--primary:hover {
  text-decoration: none;
}
.btn--primary:focus,
.btn--primary:active {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.btn--primary:hover {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.btn--primary.disabled,
.btn--primary[disabled],
fieldset[disabled] .btn--primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn--widget {
  background-image: none;
  border: 2px solid #008641;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 11px 20px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  background: none;
  color: #008641;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #000000;
}
.btn--widget:focus,
.btn--widget:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn--widget:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn--widget.disabled,
.btn--widget[disabled],
fieldset[disabled] .btn--widget {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn--widget:focus,
.btn--widget:active {
  text-decoration: none;
}
.btn--widget:hover {
  text-decoration: none;
}
.btn--widget:focus,
.btn--widget:active {
  background: none;
  color: #008641;
  text-decoration: none;
}
.btn--widget:hover {
  background: #008641;
  color: white;
  text-decoration: none;
}
.btn--widget.disabled,
.btn--widget[disabled],
fieldset[disabled] .btn--widget {
  background: #008641;
  color: white;
}
.btn--widget.btn--danger {
  background: #ffffff;
  border: 2px solid #d01919;
  color: #d01919;
}
.btn--widget.btn--danger:focus,
.btn--widget.btn--danger:active {
  background: #d01919;
  border: 2px solid #d01919;
  color: #ffffff;
}
.btn--widget.btn--danger:hover {
  background: #d01919;
  border: 2px solid #d01919;
  color: #ffffff;
}
.btn--widget.btn--warning {
  background: #ffffff;
  border: 2px solid #f87c1a;
  color: #f87c1a;
}
.btn--widget.btn--warning:focus,
.btn--widget.btn--warning:active {
  background: #f87c1a;
  border: 2px solid #f87c1a;
  color: #ffffff;
}
.btn--widget.btn--warning:hover {
  background: #f87c1a;
  border: 2px solid #f87c1a;
  color: #ffffff;
}
.btn--widget.btn--info {
  background: #ffffff;
  border: 2px solid #d9edf7;
  color: #d9edf7;
}
.btn--widget.btn--info:focus,
.btn--widget.btn--info:active {
  background: #d9edf7;
  border: 2px solid #d9edf7;
  color: #ffffff;
}
.btn--widget.btn--info:hover {
  background: #d9edf7;
  border: 2px solid #d9edf7;
  color: #ffffff;
}
.btn--widget.btn--success {
  background: #ffffff;
  border: 2px solid #16ab39;
  color: #16ab39;
}
.btn--widget.btn--success:focus,
.btn--widget.btn--success:active {
  background: #16ab39;
  border: 2px solid #16ab39;
  color: #ffffff;
}
.btn--widget.btn--success:hover {
  background: #16ab39;
  border: 2px solid #16ab39;
  color: #ffffff;
}
.btn--widget.btn--tertiary {
  background: #ffffff;
  border: 2px solid #8a8a8a;
  color: #8a8a8a;
}
.btn--widget.btn--tertiary:focus,
.btn--widget.btn--tertiary:active {
  background: #8a8a8a;
  border: 2px solid #8a8a8a;
  color: #ffffff;
}
.btn--widget.btn--tertiary:hover {
  background: #8a8a8a;
  border: 2px solid #8a8a8a;
  color: #ffffff;
}
.btn--widget.btn--secondary {
  background: #ffffff;
  border: 2px solid #f01a63;
  color: #f01a63;
}
.btn--widget.btn--secondary:focus,
.btn--widget.btn--secondary:active {
  background: #f01a63;
  border: 2px solid #f01a63;
  color: #ffffff;
}
.btn--widget.btn--secondary:hover {
  background: #f01a63;
  border: 2px solid #f01a63;
  color: #ffffff;
}
.btn--widget.btn--primary {
  background: #ffffff;
  border: 2px solid #008641;
  color: #008641;
}
.btn--widget.btn--primary:focus,
.btn--widget.btn--primary:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn--widget.btn--primary:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn--widget:focus,
.btn--widget:active {
  background: transparent;
  border: 2px solid #dadada;
  color: #dadada;
}
.btn--widget:hover {
  background: transparent;
  border: 2px solid #dadada;
  color: #dadada;
}
.btn--widget:focus,
.btn--widget:active {
  background: none;
  color: #008641;
  text-decoration: none;
}
.btn--widget:hover {
  background: #008641;
  color: white;
  text-decoration: none;
}
.btn--widget.disabled,
.btn--widget[disabled],
fieldset[disabled] .btn--widget {
  background: #008641;
  color: white;
}
.btn--widget.btn--danger {
  background: #ffffff;
  border: 2px solid #d01919;
  color: #d01919;
}
.btn--widget.btn--danger:focus,
.btn--widget.btn--danger:active {
  background: #d01919;
  border: 2px solid #d01919;
  color: #ffffff;
}
.btn--widget.btn--danger:hover {
  background: #d01919;
  border: 2px solid #d01919;
  color: #ffffff;
}
.btn--widget.btn--warning {
  background: #ffffff;
  border: 2px solid #f87c1a;
  color: #f87c1a;
}
.btn--widget.btn--warning:focus,
.btn--widget.btn--warning:active {
  background: #f87c1a;
  border: 2px solid #f87c1a;
  color: #ffffff;
}
.btn--widget.btn--warning:hover {
  background: #f87c1a;
  border: 2px solid #f87c1a;
  color: #ffffff;
}
.btn--widget.btn--info {
  background: #ffffff;
  border: 2px solid #d9edf7;
  color: #d9edf7;
}
.btn--widget.btn--info:focus,
.btn--widget.btn--info:active {
  background: #d9edf7;
  border: 2px solid #d9edf7;
  color: #ffffff;
}
.btn--widget.btn--info:hover {
  background: #d9edf7;
  border: 2px solid #d9edf7;
  color: #ffffff;
}
.btn--widget.btn--success {
  background: #ffffff;
  border: 2px solid #16ab39;
  color: #16ab39;
}
.btn--widget.btn--success:focus,
.btn--widget.btn--success:active {
  background: #16ab39;
  border: 2px solid #16ab39;
  color: #ffffff;
}
.btn--widget.btn--success:hover {
  background: #16ab39;
  border: 2px solid #16ab39;
  color: #ffffff;
}
.btn--widget.btn--tertiary {
  background: #ffffff;
  border: 2px solid #8a8a8a;
  color: #8a8a8a;
}
.btn--widget.btn--tertiary:focus,
.btn--widget.btn--tertiary:active {
  background: #8a8a8a;
  border: 2px solid #8a8a8a;
  color: #ffffff;
}
.btn--widget.btn--tertiary:hover {
  background: #8a8a8a;
  border: 2px solid #8a8a8a;
  color: #ffffff;
}
.btn--widget.btn--secondary {
  background: #ffffff;
  border: 2px solid #f01a63;
  color: #f01a63;
}
.btn--widget.btn--secondary:focus,
.btn--widget.btn--secondary:active {
  background: #f01a63;
  border: 2px solid #f01a63;
  color: #ffffff;
}
.btn--widget.btn--secondary:hover {
  background: #f01a63;
  border: 2px solid #f01a63;
  color: #ffffff;
}
.btn--widget.btn--primary {
  background: #ffffff;
  border: 2px solid #008641;
  color: #008641;
}
.btn--widget.btn--primary:focus,
.btn--widget.btn--primary:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn--widget.btn--primary:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn--widget:focus,
.btn--widget:active {
  background: rgba(255, 255, 255, 0.65);
  border: 2px solid rgba(255, 255, 255, 0.25);
  color: #000000;
}
.btn--widget:hover {
  background: rgba(255, 255, 255, 0.65);
  border: 2px solid rgba(255, 255, 255, 0.25);
  color: #000000;
}
.btn--large {
  line-height: 2rem;
  padding: 14px 25px;
  font-size: 1.6rem;
}
.btn--small {
  line-height: 1.2rem;
  padding: 8px 15px;
  font-size: 1.1rem;
}
.btn--link {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.btn--link:visited {
  text-decoration: none;
}
.btn--link:hover {
  color: #000000;
  text-decoration: underline;
}
.btn--link:active {
  color: #000000;
  text-decoration: underline;
}
.btn--link:hover,
.btn--link:active,
.btn--link:focus {
  background: none;
  border: 0;
}
.btn--link.disabled,
.btn--link[disabled],
fieldset[disabled] .btn--link {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.btn--responsive {
  width: 100%;
  text-align: center;
}
.btn--bordered {
  background: none;
  color: #008641;
}
.btn--bordered:focus,
.btn--bordered:active {
  background: none;
  color: #008641;
  text-decoration: none;
}
.btn--bordered:hover {
  background: #008641;
  color: white;
  text-decoration: none;
}
.btn--bordered.disabled,
.btn--bordered[disabled],
fieldset[disabled] .btn--bordered {
  background: #008641;
  color: white;
}
.btn--bordered.btn--danger {
  background: #ffffff;
  border: 2px solid #d01919;
  color: #d01919;
}
.btn--bordered.btn--danger:focus,
.btn--bordered.btn--danger:active {
  background: #d01919;
  border: 2px solid #d01919;
  color: #ffffff;
}
.btn--bordered.btn--danger:hover {
  background: #d01919;
  border: 2px solid #d01919;
  color: #ffffff;
}
.btn--bordered.btn--warning {
  background: #ffffff;
  border: 2px solid #f87c1a;
  color: #f87c1a;
}
.btn--bordered.btn--warning:focus,
.btn--bordered.btn--warning:active {
  background: #f87c1a;
  border: 2px solid #f87c1a;
  color: #ffffff;
}
.btn--bordered.btn--warning:hover {
  background: #f87c1a;
  border: 2px solid #f87c1a;
  color: #ffffff;
}
.btn--bordered.btn--info {
  background: #ffffff;
  border: 2px solid #d9edf7;
  color: #d9edf7;
}
.btn--bordered.btn--info:focus,
.btn--bordered.btn--info:active {
  background: #d9edf7;
  border: 2px solid #d9edf7;
  color: #ffffff;
}
.btn--bordered.btn--info:hover {
  background: #d9edf7;
  border: 2px solid #d9edf7;
  color: #ffffff;
}
.btn--bordered.btn--success {
  background: #ffffff;
  border: 2px solid #16ab39;
  color: #16ab39;
}
.btn--bordered.btn--success:focus,
.btn--bordered.btn--success:active {
  background: #16ab39;
  border: 2px solid #16ab39;
  color: #ffffff;
}
.btn--bordered.btn--success:hover {
  background: #16ab39;
  border: 2px solid #16ab39;
  color: #ffffff;
}
.btn--bordered.btn--tertiary {
  background: #ffffff;
  border: 2px solid #8a8a8a;
  color: #8a8a8a;
}
.btn--bordered.btn--tertiary:focus,
.btn--bordered.btn--tertiary:active {
  background: #8a8a8a;
  border: 2px solid #8a8a8a;
  color: #ffffff;
}
.btn--bordered.btn--tertiary:hover {
  background: #8a8a8a;
  border: 2px solid #8a8a8a;
  color: #ffffff;
}
.btn--bordered.btn--secondary {
  background: #ffffff;
  border: 2px solid #f01a63;
  color: #f01a63;
}
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:active {
  background: #f01a63;
  border: 2px solid #f01a63;
  color: #ffffff;
}
.btn--bordered.btn--secondary:hover {
  background: #f01a63;
  border: 2px solid #f01a63;
  color: #ffffff;
}
.btn--bordered.btn--primary {
  background: #ffffff;
  border: 2px solid #008641;
  color: #008641;
}
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn--bordered.btn--primary:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.btn--icon-private {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-private:hover:before {
  color: inherit;
}
.btn--icon-private:active:before {
  color: inherit;
}
.btn--icon-download {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-download:hover:before {
  color: inherit;
}
.btn--icon-download:active:before {
  color: inherit;
}
.btn--icon-star-empty {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-star-empty:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e625';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-star-empty:hover:before {
  color: inherit;
}
.btn--icon-star-empty:active:before {
  color: inherit;
}
.btn--icon-print {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-print:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e624';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-print:hover:before {
  color: inherit;
}
.btn--icon-print:active:before {
  color: inherit;
}
.btn--icon-edit {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e601';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-edit:hover:before {
  color: inherit;
}
.btn--icon-edit:active:before {
  color: inherit;
}
.btn--icon-error {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-error:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-error:hover:before {
  color: inherit;
}
.btn--icon-error:active:before {
  color: inherit;
}
.btn--icon-success {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-success:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-success:hover:before {
  color: inherit;
}
.btn--icon-success:active:before {
  color: inherit;
}
.btn--icon-arrow-up-thin {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-arrow-up-thin:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-arrow-up-thin:hover:before {
  color: inherit;
}
.btn--icon-arrow-up-thin:active:before {
  color: inherit;
}
.btn--icon-present {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-present:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e62a';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-present:hover:before {
  color: inherit;
}
.btn--icon-present:active:before {
  color: inherit;
}
.btn--icon-gift-registry {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-gift-registry:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e62b';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-gift-registry:hover:before {
  color: inherit;
}
.btn--icon-gift-registry:active:before {
  color: inherit;
}
.btn--icon-account {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-account:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e627';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-account:hover:before {
  color: inherit;
}
.btn--icon-account:active:before {
  color: inherit;
}
.btn--icon-arrow-down-thin {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-arrow-down-thin:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-arrow-down-thin:hover:before {
  color: inherit;
}
.btn--icon-arrow-down-thin:active:before {
  color: inherit;
}
.btn--icon-arrow-left-thin {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-arrow-left-thin:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-arrow-left-thin:hover:before {
  color: inherit;
}
.btn--icon-arrow-left-thin:active:before {
  color: inherit;
}
.btn--icon-arrow-right-thin {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-arrow-right-thin:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-arrow-right-thin:hover:before {
  color: inherit;
}
.btn--icon-arrow-right-thin:active:before {
  color: inherit;
}
.btn--icon-help {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-help:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e623';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-help:hover:before {
  color: inherit;
}
.btn--icon-help:active:before {
  color: inherit;
}
.btn--icon-down {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-down:hover:before {
  color: inherit;
}
.btn--icon-down:active:before {
  color: inherit;
}
.btn--icon-up {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-up:hover:before {
  color: inherit;
}
.btn--icon-up:active:before {
  color: inherit;
}
.btn--icon-comment {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-comment:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e620';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-comment:hover:before {
  color: inherit;
}
.btn--icon-comment:active:before {
  color: inherit;
}
.btn--icon-compare-empty {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-compare-empty:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-compare-empty:hover:before {
  color: inherit;
}
.btn--icon-compare-empty:active:before {
  color: inherit;
}
.btn--icon-compare-full {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-compare-full:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e61e';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-compare-full:hover:before {
  color: inherit;
}
.btn--icon-compare-full:active:before {
  color: inherit;
}
.btn--icon-envelope {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-envelope:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-envelope:hover:before {
  color: inherit;
}
.btn--icon-envelope:active:before {
  color: inherit;
}
.btn--icon-expand {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-expand:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-expand:hover:before {
  color: inherit;
}
.btn--icon-expand:active:before {
  color: inherit;
}
.btn--icon-flag {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-flag:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e61b';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-flag:hover:before {
  color: inherit;
}
.btn--icon-flag:active:before {
  color: inherit;
}
.btn--icon-pointer-left {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-pointer-left:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e61a';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-pointer-left:hover:before {
  color: inherit;
}
.btn--icon-pointer-left:active:before {
  color: inherit;
}
.btn--icon-pointer-right {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-pointer-right:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e619';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-pointer-right:hover:before {
  color: inherit;
}
.btn--icon-pointer-right:active:before {
  color: inherit;
}
.btn--icon-pointer-up {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-pointer-up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e618';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-pointer-up:hover:before {
  color: inherit;
}
.btn--icon-pointer-up:active:before {
  color: inherit;
}
.btn--icon-prev {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-prev:hover:before {
  color: inherit;
}
.btn--icon-prev:active:before {
  color: inherit;
}
.btn--icon-remove {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-remove:hover:before {
  color: inherit;
}
.btn--icon-remove:active:before {
  color: inherit;
}
.btn--icon-search {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-search:hover:before {
  color: inherit;
}
.btn--icon-search:active:before {
  color: inherit;
}
.btn--icon-arrow-down {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-arrow-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e614';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-arrow-down:hover:before {
  color: inherit;
}
.btn--icon-arrow-down:active:before {
  color: inherit;
}
.btn--icon-arrow-up {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-arrow-up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e613';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-arrow-up:hover:before {
  color: inherit;
}
.btn--icon-arrow-up:active:before {
  color: inherit;
}
.btn--icon-calendar {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-calendar:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e612';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-calendar:hover:before {
  color: inherit;
}
.btn--icon-calendar:active:before {
  color: inherit;
}
.btn--icon-cart {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-cart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-cart:hover:before {
  color: inherit;
}
.btn--icon-cart:active:before {
  color: inherit;
}
.btn--icon-checkmark {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-checkmark:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e610';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-checkmark:hover:before {
  color: inherit;
}
.btn--icon-checkmark:active:before {
  color: inherit;
}
.btn--icon-collapse {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-collapse:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e60f';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-collapse:hover:before {
  color: inherit;
}
.btn--icon-collapse:active:before {
  color: inherit;
}
.btn--icon-comment-reflected {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-comment-reflected:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-comment-reflected:hover:before {
  color: inherit;
}
.btn--icon-comment-reflected:active:before {
  color: inherit;
}
.btn--icon-grid {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-grid:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e60d';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-grid:hover:before {
  color: inherit;
}
.btn--icon-grid:active:before {
  color: inherit;
}
.btn--icon-info {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-info:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e60c';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-info:hover:before {
  color: inherit;
}
.btn--icon-info:active:before {
  color: inherit;
}
.btn--icon-list {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-list:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e60b';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-list:hover:before {
  color: inherit;
}
.btn--icon-list:active:before {
  color: inherit;
}
.btn--icon-location {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-location:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e60a';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-location:hover:before {
  color: inherit;
}
.btn--icon-location:active:before {
  color: inherit;
}
.btn--icon-menu {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-menu:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e609';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-menu:hover:before {
  color: inherit;
}
.btn--icon-menu:active:before {
  color: inherit;
}
.btn--icon-next {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-next:hover:before {
  color: inherit;
}
.btn--icon-next:active:before {
  color: inherit;
}
.btn--icon-pointer-down {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-pointer-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e607';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-pointer-down:hover:before {
  color: inherit;
}
.btn--icon-pointer-down:active:before {
  color: inherit;
}
.btn--icon-settings {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-settings:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e606';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-settings:hover:before {
  color: inherit;
}
.btn--icon-settings:active:before {
  color: inherit;
}
.btn--icon-star {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-star:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e605';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-star:hover:before {
  color: inherit;
}
.btn--icon-star:active:before {
  color: inherit;
}
.btn--icon-trash {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-trash:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e604';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-trash:hover:before {
  color: inherit;
}
.btn--icon-trash:active:before {
  color: inherit;
}
.btn--icon-update {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e603';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-update:hover:before {
  color: inherit;
}
.btn--icon-update:active:before {
  color: inherit;
}
.btn--icon-warning {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-warning:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e602';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-warning:hover:before {
  color: inherit;
}
.btn--icon-warning:active:before {
  color: inherit;
}
.btn--icon-wishlist-empty {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-wishlist-empty:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e601';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-wishlist-empty:hover:before {
  color: inherit;
}
.btn--icon-wishlist-empty:active:before {
  color: inherit;
}
.btn--icon-wishlist-full {
  display: inline-block;
  text-decoration: none;
}
.btn--icon-wishlist-full:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e600';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.btn--icon-wishlist-full:hover:before {
  color: inherit;
}
.btn--icon-wishlist-full:active:before {
  color: inherit;
}
.btn .fa {
  margin-right: 10px;
}
.btn--small .fa {
  margin-right: 5px;
}
.icon--private {
  display: inline-block;
  text-decoration: none;
}
.icon--private > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e629';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--download {
  display: inline-block;
  text-decoration: none;
}
.icon--download > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--star-empty {
  display: inline-block;
  text-decoration: none;
}
.icon--star-empty > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--star-empty:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e625';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--print {
  display: inline-block;
  text-decoration: none;
}
.icon--print > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--print:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e624';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--edit {
  display: inline-block;
  text-decoration: none;
}
.icon--edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--error {
  display: inline-block;
  text-decoration: none;
}
.icon--error > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--error:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e61f';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--success {
  display: inline-block;
  text-decoration: none;
}
.icon--success > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--success:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e60e';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--arrow-up-thin {
  display: inline-block;
  text-decoration: none;
}
.icon--arrow-up-thin:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--present {
  display: inline-block;
  text-decoration: none;
}
.icon--present > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--present:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--gift-registry {
  display: inline-block;
  text-decoration: none;
}
.icon--gift-registry > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--gift-registry:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e62b';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--account {
  display: inline-block;
  text-decoration: none;
}
.icon--account > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--account:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e627';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--arrow-down-thin {
  display: inline-block;
  text-decoration: none;
}
.icon--arrow-down-thin:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--arrow-left-thin {
  display: inline-block;
  text-decoration: none;
}
.icon--arrow-left-thin:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--arrow-right-thin {
  display: inline-block;
  text-decoration: none;
}
.icon--arrow-right-thin:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--help {
  display: inline-block;
  text-decoration: none;
}
.icon--help > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--help:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--down {
  display: inline-block;
  text-decoration: none;
}
.icon--down > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--up {
  display: inline-block;
  text-decoration: none;
}
.icon--up > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--comment {
  display: inline-block;
  text-decoration: none;
}
.icon--comment > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--comment:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e620';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--compare-empty {
  display: inline-block;
  text-decoration: none;
}
.icon--compare-empty:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--compare-full {
  display: inline-block;
  text-decoration: none;
}
.icon--compare-full > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--compare-full:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e61e';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--envelope {
  display: inline-block;
  text-decoration: none;
}
.icon--envelope > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--envelope:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e61d';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--expand {
  display: inline-block;
  text-decoration: none;
}
.icon--expand > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--expand:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--flag {
  display: inline-block;
  text-decoration: none;
}
.icon--flag > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--flag:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e61b';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--pointer-left {
  display: inline-block;
  text-decoration: none;
}
.icon--pointer-left > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--pointer-left:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e61a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--pointer-right {
  display: inline-block;
  text-decoration: none;
}
.icon--pointer-right > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--pointer-right:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e619';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--pointer-up {
  display: inline-block;
  text-decoration: none;
}
.icon--pointer-up > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--pointer-up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e618';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--prev {
  display: inline-block;
  text-decoration: none;
}
.icon--prev > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--remove {
  display: inline-block;
  text-decoration: none;
}
.icon--remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--search {
  display: inline-block;
  text-decoration: none;
}
.icon--search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e615';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--arrow-down {
  display: inline-block;
  text-decoration: none;
}
.icon--arrow-down > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--arrow-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e614';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--arrow-up {
  display: inline-block;
  text-decoration: none;
}
.icon--arrow-up > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--arrow-up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--calendar {
  display: inline-block;
  text-decoration: none;
}
.icon--calendar > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--calendar:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--cart {
  display: inline-block;
  text-decoration: none;
}
.icon--cart > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--cart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e611';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--checkmark {
  display: inline-block;
  text-decoration: none;
}
.icon--checkmark > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--checkmark:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e610';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--collapse {
  display: inline-block;
  text-decoration: none;
}
.icon--collapse > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--collapse:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e60f';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--comment-reflected {
  display: inline-block;
  text-decoration: none;
}
.icon--comment-reflected:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--grid {
  display: inline-block;
  text-decoration: none;
}
.icon--grid > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--grid:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e60d';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--info {
  display: inline-block;
  text-decoration: none;
}
.icon--info > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--info:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e60c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--list {
  display: inline-block;
  text-decoration: none;
}
.icon--list > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--list:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e60b';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--location {
  display: inline-block;
  text-decoration: none;
}
.icon--location > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--location:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e60a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--menu {
  display: inline-block;
  text-decoration: none;
}
.icon--menu > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--menu:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--next {
  display: inline-block;
  text-decoration: none;
}
.icon--next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--pointer-down {
  display: inline-block;
  text-decoration: none;
}
.icon--pointer-down > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--pointer-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e607';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--settings {
  display: inline-block;
  text-decoration: none;
}
.icon--settings > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--settings:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e606';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--star {
  display: inline-block;
  text-decoration: none;
}
.icon--star > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--star:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e605';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--trash {
  display: inline-block;
  text-decoration: none;
}
.icon--trash > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--trash:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--update {
  display: inline-block;
  text-decoration: none;
}
.icon--update > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e603';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--warning {
  display: inline-block;
  text-decoration: none;
}
.icon--warning > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--warning:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e602';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--wishlist-empty {
  display: inline-block;
  text-decoration: none;
}
.icon--wishlist-empty > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--wishlist-empty:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon--wishlist-full {
  display: inline-block;
  text-decoration: none;
}
.icon--wishlist-full > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon--wishlist-full:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e600';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icons-list__item-label {
  margin-left: 10px;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
ul,
ol {
  list-style-type: none;
  padding: 0;
}
.std ul,
.std ol {
  list-style-type: disc;
  padding: 0 0 0 15px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #dadada;
  height: false;
  background: #ffffff url('../../frontend/Techtwo/kunstgrasnet/nl_NL/images/select-bg.svg') no-repeat 100% 45%;
  background-size: 30px 60px;
  padding-right: 25px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-right: 4px;
}
.custom-control {
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2.5rem;
  position: relative;
  padding: 0 0 0 3.5rem;
}
.custom-control + .custom-control {
  margin: 0 0 0 1rem;
}
.custom-control__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control__input:checked ~ .custom-control__indicator {
  color: #ffffff;
  background-color: #f01a63;
  box-shadow: none;
}
.custom-control__input:focus ~ .custom-control__indicator {
  box-shadow: 0 0 0 0.075rem #ffffff, 0 0 0 0.2rem #f01a63;
}
.custom-control__input:active ~ .custom-control__indicator {
  color: #ffffff;
  background-color: #84c6ff;
  box-shadow: none;
}
.custom-control__input:disabled ~ .custom-control__indicator {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.custom-control__input:disabled ~ .custom-control__description {
  color: #767676;
  cursor: not-allowed;
}
.custom-control__indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  pointer-events: none;
  user-select: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  border: 1px solid #303030;
}
.custom-control__description {
  margin: 0 10px 0 0;
}
.custom-control--checkbox input[type="checkbox"] {
  margin: 0;
}
.custom-control--checkbox .custom-control__indicator {
  border-radius: 0;
}
.custom-control--checkbox .custom-control__input:indeterminate ~ .custom-control__indicator {
  background-color: #f01a63;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#ffffff' d='M0 2h4'/%3E%3C/svg%3E");
  box-shadow: none;
}
.custom-control--radio .custom-control__indicator {
  border-radius: 50%;
}
.custom-control--radio .custom-control__input:checked ~ .custom-control__indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#ffffff'/%3E%3C/svg%3E");
}
.custom-controls-stacked .custom-control {
  float: left;
  clear: left;
}
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}
.custom-control:hover .custom-control__indicator {
  color: #ffffff;
  background-color: #f01a63;
}
.dropdown {
  position: relative;
}
.dropdown.active .dropdown__content {
  display: block;
}
.dropdown__content {
  -webkit-animation: scale-drop-down 0.25s cubic-bezier(0.1, 1.45, 0.35, 1);
  animation: scale-drop-down 0.25s cubic-bezier(0.1, 1.45, 0.35, 1);
  border-radius: 0 0 0 0;
}
.dropdown__content.active {
  display: block !important;
  position: absolute;
}
.dropdown__content > .mage-dropdown-dialog {
  padding: 15px;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Techtwo/kunstgrasnet/nl_NL/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 60px;
  width: 60px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
}
.loading-mask .loader {
  -webkit-animation: circle-spinner 800ms infinite linear;
  -moz-animation: circle-spinner 800ms infinite linear;
  animation: circle-spinner 800ms infinite linear;
  border: 2px solid #333;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  border-color: #008641;
  border-right-color: transparent;
  border-width: 4px;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
}
.loading-mask .loader > img {
  display: none;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
body > .loading-mask .loader {
  position: fixed;
}
._block-content-loading {
  position: relative;
}
.loading-mask[data-role="checkout-loader"] .loader {
  position: fixed;
}
.cms-index-index .messages .message {
  margin: 20px 0;
}
.message.info {
  border-radius: 0;
  margin: 20px 0;
  padding: 15px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #000000;
}
.message.info a:hover {
  color: #000000;
}
.message.info a:active {
  color: #000000;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -8px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 20px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  border-radius: 0;
  margin: 20px 0;
  padding: 15px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #000000;
}
.message.error a:hover {
  color: #000000;
}
.message.error a:active {
  color: #000000;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #b30000;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -8px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 20px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  border-radius: 0;
  margin: 20px 0;
  padding: 15px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #000000;
}
.message.warning a:hover {
  color: #000000;
}
.message.warning a:active {
  color: #000000;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -8px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 20px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  border-radius: 0;
  margin: 20px 0;
  padding: 15px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #000000;
}
.message.notice a:hover {
  color: #000000;
}
.message.notice a:active {
  color: #000000;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -8px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 20px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  border-radius: 0;
  margin: 20px 0;
  padding: 15px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #000000;
}
.message.success a:hover {
  color: #000000;
}
.message.success a:active {
  color: #000000;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #006400;
  content: '\e610';
  font-family: 'luma-icons';
  margin: -8px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 20px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  border-radius: 0;
  margin: 20px 0;
  padding: 15px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #000000;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #000000;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #000000;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #000000;
}
.message.global.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  border-radius: 0;
  margin: 20px 0;
  padding: 15px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.message.global.demo a {
  color: #000000;
}
.message.global.demo a:hover {
  color: #000000;
}
.message.global.demo a:active {
  color: #000000;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 5px;
}
.product.data.items > .item.title > .switch {
  background: #f2f2f2;
  border-bottom: 2px solid #dadada;
  border-left: 2px solid #dadada;
  border-right: 2px solid #dadada;
  border-top: 2px solid #dadada;
  height: 40px;
  padding: 15px 20px 15px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.6rem;
  color: #999999;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #999999;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #999999;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #000000;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #ffffff;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  padding-bottom: 15px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 2px solid #dadada;
  margin: 0 0 5px;
  padding: 40px 20px 40px 20px;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 2px solid #dadada;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 2px solid #dadada;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.techtwo-tooltip {
  position: relative;
}
.techtwo-tooltip .techtwo-tooltip__content {
  background: #ffffff;
  max-width: 400px;
  min-width: 250px;
  padding: 20px 20px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #000000;
  line-height: 1.4;
  border: 1px solid #dadada;
  margin-bottom: 10px;
  bottom: 100%;
  left: 0;
}
.techtwo-tooltip .techtwo-tooltip__content:after,
.techtwo-tooltip .techtwo-tooltip__content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.techtwo-tooltip .techtwo-tooltip__content:after {
  border-width: 10px;
  border-color: transparent;
}
.techtwo-tooltip .techtwo-tooltip__content:before {
  border-width: 11px;
  border-color: transparent;
}
.techtwo-tooltip .techtwo-tooltip__content:after,
.techtwo-tooltip .techtwo-tooltip__content:before {
  top: 100%;
}
.techtwo-tooltip .techtwo-tooltip__content:after {
  border-top-color: #ffffff;
  left: 30px;
  margin-left: -10px;
}
.techtwo-tooltip .techtwo-tooltip__content:before {
  border-top-color: #dadada;
  left: 30px;
  margin-left: -11px;
}
.techtwo-tooltip .techtwo-tooltip__trigger {
  cursor: auto;
}
.techtwo-tooltip .techtwo-tooltip__trigger:hover + .techtwo-tooltip__content,
.techtwo-tooltip .techtwo-tooltip__trigger:focus + .techtwo-tooltip__content,
.techtwo-tooltip:hover .techtwo-tooltip__content {
  display: block;
}
.techtwo-tooltip .techtwo-tooltip__trigger {
  color: #008641;
  font-weight: 700;
  text-decoration: none;
  text-transform: lowercase;
}
.techtwo-tooltip .techtwo-tooltip__trigger:hover {
  text-decoration: none;
}
.techtwo-tooltip--position-top {
  position: relative;
}
.techtwo-tooltip--position-top .techtwo-tooltip__content {
  background: #ffffff;
  max-width: 400px;
  min-width: 250px;
  padding: 20px 20px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #000000;
  line-height: 1.4;
  border: 1px solid #dadada;
  margin-bottom: 10px;
  bottom: 100%;
  left: 0;
}
.techtwo-tooltip--position-top .techtwo-tooltip__content:after,
.techtwo-tooltip--position-top .techtwo-tooltip__content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.techtwo-tooltip--position-top .techtwo-tooltip__content:after {
  border-width: 10px;
  border-color: transparent;
}
.techtwo-tooltip--position-top .techtwo-tooltip__content:before {
  border-width: 11px;
  border-color: transparent;
}
.techtwo-tooltip--position-top .techtwo-tooltip__content:after,
.techtwo-tooltip--position-top .techtwo-tooltip__content:before {
  top: 100%;
}
.techtwo-tooltip--position-top .techtwo-tooltip__content:after {
  border-top-color: #ffffff;
  left: 30px;
  margin-left: -10px;
}
.techtwo-tooltip--position-top .techtwo-tooltip__content:before {
  border-top-color: #dadada;
  left: 30px;
  margin-left: -11px;
}
.techtwo-tooltip--position-top .techtwo-tooltip__trigger {
  cursor: auto;
}
.techtwo-tooltip--position-top .techtwo-tooltip__trigger:hover + .techtwo-tooltip__content,
.techtwo-tooltip--position-top .techtwo-tooltip__trigger:focus + .techtwo-tooltip__content,
.techtwo-tooltip--position-top:hover .techtwo-tooltip__content {
  display: block;
}
.techtwo-tooltip--position-top .techtwo-tooltip__trigger {
  color: #008641;
  font-weight: 700;
  text-decoration: none;
  text-transform: lowercase;
}
.techtwo-tooltip--position-top .techtwo-tooltip__trigger:hover {
  text-decoration: none;
}
.techtwo-tooltip--position-right {
  position: relative;
}
.techtwo-tooltip--position-right .techtwo-tooltip__content {
  background: #ffffff;
  max-width: 400px;
  min-width: 250px;
  padding: 20px 20px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #000000;
  line-height: 1.4;
  border: 1px solid #dadada;
  margin-left: 10px;
  left: 100%;
  top: 0;
}
.techtwo-tooltip--position-right .techtwo-tooltip__content:after,
.techtwo-tooltip--position-right .techtwo-tooltip__content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.techtwo-tooltip--position-right .techtwo-tooltip__content:after {
  border-width: 10px;
  border-color: transparent;
}
.techtwo-tooltip--position-right .techtwo-tooltip__content:before {
  border-width: 11px;
  border-color: transparent;
}
.techtwo-tooltip--position-right .techtwo-tooltip__content:after,
.techtwo-tooltip--position-right .techtwo-tooltip__content:before {
  right: 100%;
}
.techtwo-tooltip--position-right .techtwo-tooltip__content:after {
  border-right-color: #ffffff;
  margin-top: -10px;
  top: 30px;
}
.techtwo-tooltip--position-right .techtwo-tooltip__content:before {
  border-right-color: #dadada;
  margin-top: -11px;
  top: 30px;
}
.techtwo-tooltip--position-right .techtwo-tooltip__trigger {
  cursor: auto;
}
.techtwo-tooltip--position-right .techtwo-tooltip__trigger:hover + .techtwo-tooltip__content,
.techtwo-tooltip--position-right .techtwo-tooltip__trigger:focus + .techtwo-tooltip__content,
.techtwo-tooltip--position-right:hover .techtwo-tooltip__content {
  display: block;
}
.techtwo-tooltip--position-right .techtwo-tooltip__trigger {
  color: #008641;
  font-weight: 700;
  text-decoration: none;
  text-transform: lowercase;
}
.techtwo-tooltip--position-right .techtwo-tooltip__trigger:hover {
  text-decoration: none;
}
.techtwo-tooltip--position-bottom {
  position: relative;
}
.techtwo-tooltip--position-bottom .techtwo-tooltip__content {
  background: #ffffff;
  max-width: 400px;
  min-width: 250px;
  padding: 20px 20px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #000000;
  line-height: 1.4;
  border: 1px solid #dadada;
  margin-top: 10px;
  left: 0;
  top: 100%;
}
.techtwo-tooltip--position-bottom .techtwo-tooltip__content:after,
.techtwo-tooltip--position-bottom .techtwo-tooltip__content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.techtwo-tooltip--position-bottom .techtwo-tooltip__content:after {
  border-width: 10px;
  border-color: transparent;
}
.techtwo-tooltip--position-bottom .techtwo-tooltip__content:before {
  border-width: 11px;
  border-color: transparent;
}
.techtwo-tooltip--position-bottom .techtwo-tooltip__content:after,
.techtwo-tooltip--position-bottom .techtwo-tooltip__content:before {
  bottom: 100%;
}
.techtwo-tooltip--position-bottom .techtwo-tooltip__content:after {
  border-bottom-color: #ffffff;
  left: 30px;
  margin-left: -10px;
}
.techtwo-tooltip--position-bottom .techtwo-tooltip__content:before {
  border-bottom-color: #dadada;
  left: 30px;
  margin-left: -11px;
}
.techtwo-tooltip--position-bottom .techtwo-tooltip__trigger {
  cursor: auto;
}
.techtwo-tooltip--position-bottom .techtwo-tooltip__trigger:hover + .techtwo-tooltip__content,
.techtwo-tooltip--position-bottom .techtwo-tooltip__trigger:focus + .techtwo-tooltip__content,
.techtwo-tooltip--position-bottom:hover .techtwo-tooltip__content {
  display: block;
}
.techtwo-tooltip--position-bottom .techtwo-tooltip__trigger {
  color: #008641;
  font-weight: 700;
  text-decoration: none;
  text-transform: lowercase;
}
.techtwo-tooltip--position-bottom .techtwo-tooltip__trigger:hover {
  text-decoration: none;
}
.techtwo-tooltip--position-left {
  position: relative;
}
.techtwo-tooltip--position-left .techtwo-tooltip__content {
  background: #ffffff;
  max-width: 400px;
  min-width: 250px;
  padding: 20px 20px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #000000;
  line-height: 1.4;
  border: 1px solid #dadada;
  margin-right: 10px;
  right: 100%;
  top: 0;
}
.techtwo-tooltip--position-left .techtwo-tooltip__content:after,
.techtwo-tooltip--position-left .techtwo-tooltip__content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.techtwo-tooltip--position-left .techtwo-tooltip__content:after {
  border-width: 10px;
  border-color: transparent;
}
.techtwo-tooltip--position-left .techtwo-tooltip__content:before {
  border-width: 11px;
  border-color: transparent;
}
.techtwo-tooltip--position-left .techtwo-tooltip__content:after,
.techtwo-tooltip--position-left .techtwo-tooltip__content:before {
  left: 100%;
}
.techtwo-tooltip--position-left .techtwo-tooltip__content:after {
  border-left-color: #ffffff;
  margin-top: -10px;
  top: 30px;
}
.techtwo-tooltip--position-left .techtwo-tooltip__content:before {
  border-left-color: #dadada;
  margin-top: -11px;
  top: 30px;
}
.techtwo-tooltip--position-left .techtwo-tooltip__trigger {
  cursor: auto;
}
.techtwo-tooltip--position-left .techtwo-tooltip__trigger:hover + .techtwo-tooltip__content,
.techtwo-tooltip--position-left .techtwo-tooltip__trigger:focus + .techtwo-tooltip__content,
.techtwo-tooltip--position-left:hover .techtwo-tooltip__content {
  display: block;
}
.techtwo-tooltip--position-left .techtwo-tooltip__trigger {
  color: #008641;
  font-weight: 700;
  text-decoration: none;
  text-transform: lowercase;
}
.techtwo-tooltip--position-left .techtwo-tooltip__trigger:hover {
  text-decoration: none;
}
.techtwo-tooltip__trigger-icon {
  color: #008641;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 400px;
  min-width: 250px;
  padding: 20px 20px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #000000;
  line-height: 1.4;
  border: 1px solid #dadada;
  margin-top: 10px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 10px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 11px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 30px;
  margin-left: -10px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #dadada;
  left: 30px;
  margin-left: -11px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: auto;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.header__bar {
  background: #f2f2f2;
  color: #363636;
}
.header__usp {
  background: #ffffff;
}
.header__notice a[href^="tel:"] {
  font-weight: 700;
}
.header__quick-links a {
  color: #363636;
}
.collapsible-nav .items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.collapsible-nav .item:first-child {
  margin-top: 0;
}
.collapsible-nav .item a,
.collapsible-nav .item > strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
  display: block;
  padding: 10px 20px;
}
.collapsible-nav .item a {
  text-decoration: none;
}
.collapsible-nav .item a:hover {
  color: #008641;
}
.collapsible-nav .item.current a,
.collapsible-nav .item.current strong {
  color: #000000;
  font-weight: 700;
}
.collapsible-nav__content {
  background: #f2f2f2;
  border-radius: 0;
  padding: 20px 0;
}
.header__mini-search .mini-search input.mini-search__input {
  border-radius: 10px;
  border: none;
  box-shadow: none;
  color: #747d8e;
  border: 1px solid #d9d9d9;
}
.header__mini-search .mini-search input.mini-search__input::-webkit-input-placeholder {
  color: #747d8e !important;
  opacity: 1;
}
.header__mini-search .mini-search input.mini-search__input::placeholder {
  color: #747d8e !important;
  opacity: 1;
}
.header__mini-search .mini-search input.mini-search__input:-ms-input-placeholder {
  color: #747d8e !important;
  opacity: 1;
}
.header__mini-search .mini-search input.mini-search__input::-ms-input-placeholder {
  color: #747d8e !important;
  opacity: 1;
}
.search-autocomplete {
  z-index: 100;
  background: #ffF;
  padding: 15px;
  box-shadow: 0 8px 17px 1px rgba(0, 0, 0, 0.5);
  display: none;
}
.search-autocomplete li {
  cursor: pointer;
}
.search-autocomplete li:before,
.search-autocomplete li:after {
  content: '';
  display: table;
}
.search-autocomplete li:after {
  clear: both;
}
.search-autocomplete li:hover .qs-option-name {
  color: #008641;
}
.search-autocomplete .qs-option-name {
  float: left;
}
.search-autocomplete .amount {
  float: right;
  color: #b7b7b7;
}
.mini-cart {
  display: inline-block;
  position: relative;
}
.mini-cart:before,
.mini-cart:after {
  content: '';
  display: table;
}
.mini-cart:after {
  clear: both;
}
.mini-cart .dropdown__trigger {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.mini-cart .dropdown__trigger:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e607';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mini-cart .dropdown__trigger:hover:after {
  color: #333333;
}
.mini-cart .dropdown__trigger:active:after {
  color: #8f8f8f;
}
.mini-cart .dropdown__trigger.active {
  display: inline-block;
  text-decoration: none;
}
.mini-cart .dropdown__trigger.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e618';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mini-cart .dropdown__trigger.active:hover:after {
  color: #333333;
}
.mini-cart .dropdown__trigger.active:active:after {
  color: #8f8f8f;
}
.mini-cart .dropdown__content {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  margin-top: 5px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.mini-cart .dropdown__content li {
  margin: 0;
}
.mini-cart .dropdown__content li:hover {
  cursor: pointer;
}
.mini-cart.active {
  overflow: visible;
}
.mini-cart.active .dropdown__content {
  display: block;
}
.mini-cart .dropdown__trigger {
  border-radius: 0 0 0 0;
  padding: 5px 10px;
  line-height: 30px;
  white-space: nowrap;
}
.mini-cart .dropdown__trigger.active {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.mini-cart .dropdown__trigger.active:before {
  content: "";
  background: white;
  box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.15), 1px 0 0 0 rgba(0, 0, 0, 0.15);
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 10px;
  width: 100%;
  z-index: 101;
}
.mini-cart .dropdown__content {
  border-radius: 0 0 0 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  margin-top: 10px;
  padding: 30px 30px;
  width: 320px;
}
.mini-cart .dropdown__content .block-title {
  display: none;
}
.mini-cart .dropdown__content:after {
  left: auto;
  right: 25px;
}
.mini-cart .dropdown__content:before {
  left: auto;
  right: 26px;
}
.mini-cart .ui-dialog {
  position: absolute;
  top: 100%;
  right: 0;
}
.mini-cart .dropdown__trigger.active:after,
.mini-cart .dropdown__trigger:after {
  display: none;
}
.mini-cart__text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mini-cart__trigger-icon:before {
  content: "";
  background: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-cart.png) no-repeat 0 0;
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-shopping-cart.svg), none;
  display: inline-block;
  height: 25px;
  width: 28px;
  vertical-align: middle;
}
.mini-cart__counter {
  background: #f01a63;
  color: #ffffff;
  height: 18px;
  line-height: 18px;
  border-radius: 18px;
  font-size: 12px;
  display: inline-block;
  margin: 0 5px 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
}
.mini-cart__counter.empty {
  display: none;
}
.mini-cart__counter .loader > img {
  max-width: 24px;
}
.mini-cart__counter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mini-cart__close-trigger {
  height: 40px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 40px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.mini-cart__close-trigger:focus,
.mini-cart__close-trigger:active {
  background: none;
  border: none;
}
.mini-cart__close-trigger:hover {
  background: none;
  border: none;
}
.mini-cart__close-trigger.disabled,
.mini-cart__close-trigger[disabled],
fieldset[disabled] .mini-cart__close-trigger {
  pointer-events: none;
  opacity: 0.5;
}
.mini-cart__close-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mini-cart__close-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 30px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mini-cart__close-trigger:hover:before {
  color: inherit;
}
.mini-cart__close-trigger:active:before {
  color: inherit;
}
.mini-cart__empty-title {
  color: #373737;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: block;
  margin-top: 0;
  margin-bottom: 5px;
}
.mini-cart__actions {
  padding: 15px 0 0;
}
.mini-cart__actions:before,
.mini-cart__actions:after {
  content: '';
  display: table;
}
.mini-cart__actions:after {
  clear: both;
}
.mini-cart__actions-secondary {
  padding: 10px 0;
  text-align: center;
}
.mini-cart__action-checkout {
  width: 100%;
  background: none;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.mini-cart__action-checkout:focus,
.mini-cart__action-checkout:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.mini-cart__action-checkout:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.mini-cart__action-checkout.disabled,
.mini-cart__action-checkout[disabled],
fieldset[disabled] .mini-cart__action-checkout {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.mini-cart__action-checkout:focus,
.mini-cart__action-checkout:active {
  text-decoration: none;
}
.mini-cart__action-checkout:hover {
  text-decoration: none;
}
.mini-cart__action-checkout:focus,
.mini-cart__action-checkout:active {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.mini-cart__action-checkout:hover {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.mini-cart__action-checkout.disabled,
.mini-cart__action-checkout[disabled],
fieldset[disabled] .mini-cart__action-checkout {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.mini-cart__action-cart {
  width: 100%;
  background-image: none;
  background: none;
  border: 2px solid #008641;
  color: #008641;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 11px 20px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
}
.mini-cart__action-cart:focus,
.mini-cart__action-cart:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.mini-cart__action-cart:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.mini-cart__action-cart.disabled,
.mini-cart__action-cart[disabled],
fieldset[disabled] .mini-cart__action-cart {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.mini-cart__action-cart:focus,
.mini-cart__action-cart:active {
  text-decoration: none;
}
.mini-cart__action-cart:hover {
  text-decoration: none;
}
.mini-cart__total {
  margin-bottom: 15px;
}
.mini-cart__total:before,
.mini-cart__total:after {
  content: '';
  display: table;
}
.mini-cart__total:after {
  clear: both;
}
.mini-cart__total-items {
  float: left;
}
.mini-cart__total-items:before,
.mini-cart__total-items:after {
  content: '';
  display: table;
}
.mini-cart__total-items:after {
  clear: both;
}
.mini-cart__total-message {
  display: block;
  font-size: 1.2rem;
  color: #999999;
}
.mini-cart__subtotal {
  float: right;
}
.mini-cart__items-wrapper {
  margin-bottom: 20px;
  font-size: 13px;
  margin: 0 0;
  border-width: 1px 0 1px 0;
  border-color: rgba(0, 0, 0, 0.09803920000000001);
  border-style: solid;
  overflow-x: hidden;
  padding: 10px 0;
}
.mini-cart__items-wrapper:before,
.mini-cart__items-wrapper:after {
  content: '';
  display: table;
}
.mini-cart__items-wrapper:after {
  clear: both;
}
.mini-cart__items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.mini-cart__product {
  border-top: 1px solid rgba(0, 0, 0, 0.09803920000000001);
  padding: 10px 0;
}
.mini-cart__product:first-child {
  border-top: none;
  padding-top: 0;
}
.mini-cart__product:last-child {
  padding-bottom: 0;
}
.mini-cart__product .price-container .price,
.mini-cart__product .price-including-tax,
.mini-cart__product .price-excluding-tax {
  font-size: inherit;
}
.mini-cart__product-inner:before,
.mini-cart__product-inner:after {
  content: '';
  display: table;
}
.mini-cart__product-inner:after {
  clear: both;
}
.mini-cart__product-image {
  float: left;
  margin-right: 10px;
}
.mini-cart__product-name-wrapper {
  margin-bottom: 10px;
}
.mini-cart__product-name-wrapper:before,
.mini-cart__product-name-wrapper:after {
  content: '';
  display: table;
}
.mini-cart__product-name-wrapper:after {
  clear: both;
}
.mini-cart__product-link {
  text-decoration: underline;
}
.mini-cart__product-link:visited {
  text-decoration: none;
}
.mini-cart__product-link:hover {
  text-decoration: none;
}
.mini-cart__product-link:active {
  text-decoration: none;
}
.mini-cart__product-price {
  float: right;
}
.mini-cart__product-actions-wrapper:before,
.mini-cart__product-actions-wrapper:after {
  content: '';
  display: table;
}
.mini-cart__product-actions-wrapper:after {
  clear: both;
}
.mini-cart__product-qty-wrapper {
  float: left;
}
.mini-cart__product-qty-label {
  margin-right: 5px;
}
input.mini-cart__product-qty {
  font-size: 1.1rem;
  line-height: 1.2rem;
  padding: 8px 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: 50px;
}
.mini-cart__product-qty-update {
  line-height: 1.2rem;
  padding: 8px 15px;
  font-size: 1.1rem;
  display: block;
  float: right;
  margin-left: 5px;
}
.mini-cart__product-actions {
  float: right;
}
.mini-cart__product-actions:before,
.mini-cart__product-actions:after {
  content: '';
  display: table;
}
.mini-cart__product-actions:after {
  clear: both;
}
.mini-cart__product-actions-primary {
  float: left;
  margin-left: 10px;
}
.mini-cart__product-actions-secondary {
  float: left;
  margin-left: 10px;
}
.mini-cart__product-action-edit {
  display: inline-block;
  text-decoration: none;
}
.mini-cart__product-action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mini-cart__product-action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 30px;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mini-cart__product-action-edit:hover:before {
  color: #008641;
}
.mini-cart__product-action-edit:active:before {
  color: #8f8f8f;
}
.mini-cart__product-action-delete {
  display: inline-block;
  text-decoration: none;
}
.mini-cart__product-action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mini-cart__product-action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 30px;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mini-cart__product-action-delete:hover:before {
  color: #008641;
}
.mini-cart__product-action-delete:active:before {
  color: #8f8f8f;
}
.footer {
  background: #f2f8fd;
  margin: 20px 0 0 0;
}
.cms-index-index .footer {
  margin-top: 0;
}
.footer__column a,
.footer__column li {
  color: #373737;
  font-size: 14px;
  line-height: 2.25;
}
.footer__column a strong,
.footer__column li strong {
  line-height: auto;
}
.footer__column span,
.footer__column strong {
  color: #373737;
  font-size: 18px;
  line-height: 18px;
  text-transform: normal;
  font-weight: 700;
  display: block;
  margin: 0 0 20px 0;
}
.footer__absolute {
  background: #ffffff;
}
.copyright {
  color: #373737;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: none;
}
.footer__copyright-links a {
  color: #373737;
  font-size: 1.2rem;
  text-decoration: none;
}
.footer__copyright-links a:hover {
  text-decoration: underline;
}
.newsletter__label {
  display: none;
}
.newsletter__form {
  position: relative;
}
input.newsletter__input {
  border-radius: 0;
  border: 1px solid #dadada;
  height: 40px;
  padding-right: 150px;
}
.newsletter__actions {
  position: absolute;
  top: 0;
  right: 0;
}
button.newsletter__action--subscribe {
  border-radius: 0;
  height: 40px;
}
.block.newsletter {
  margin-bottom: 40px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #999999;
  content: '\e61d';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.breadcrumbs {
  margin: 0;
  position: relative;
  max-width: 100%;
}
.breadcrumbs .items {
  font-size: 1.4rem;
  color: #000000;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .items > li {
  margin-top: 0;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  background: none;
  color: #000000;
  padding: 0 5px;
  text-decoration: underline;
}
.breadcrumbs a:visited {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #008641;
  text-decoration: none;
}
.breadcrumbs a:active {
  background: #ffffff;
  color: #008641;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
  padding: 0 5px;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  content: '\000BB';
  margin: 0;
  vertical-align: baseline;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.breadcrumbs .items {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 1280px;
  box-sizing: border-box;
  padding-left: 10px;
}
.breadcrumbs .items:before,
.breadcrumbs .items:after {
  content: '';
  display: table;
}
.breadcrumbs .items:after {
  clear: both;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  color: #008641;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dadada;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 9px 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #202020;
  font-style: normal;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #202020;
  font-style: normal;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #202020;
  font-style: normal;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  content: '\e618';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
div.mage-error[generated] {
  margin-top: 7px;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 400px;
  min-width: 250px;
  padding: 20px 20px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #000000;
  line-height: 1.4;
  border: 1px solid #dadada;
  margin-left: 10px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 10px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 11px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -10px;
  top: 30px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #dadada;
  margin-top: -11px;
  top: 30px;
}
.field .tooltip .tooltip-toggle {
  cursor: auto;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
.hasDatepicker + .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.hasDatepicker + .ui-datepicker-trigger:focus,
.hasDatepicker + .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger.disabled,
.hasDatepicker + .ui-datepicker-trigger[disabled],
fieldset[disabled] .hasDatepicker + .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
.hasDatepicker + .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hasDatepicker + .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #1bff8a;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.hasDatepicker + .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #005328;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 3rem;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-top: 2.1rem;
  margin-bottom: -12.9rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
}
.page-columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.page-columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.page-columns .page-columns__main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  min-width: 0;
  min-height: 0;
}
.page-columns .page-columns__sidebar {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.page-columns .page-columns__sidebar-additional {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.page-columns__sidebar + .page-columns__sidebar {
  margin-top: 40px;
}
.page-section__inner {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 1280px;
  box-sizing: border-box;
}
.page-section__inner:before,
.page-section__inner:after {
  content: '';
  display: table;
}
.page-section__inner:after {
  clear: both;
}
.page-section__inner:before,
.page-section__inner:after {
  content: '';
  display: table;
}
.page-section__inner:after {
  clear: both;
}
.page-section__inner:not(:empty) {
  padding: 40px 0 40px 0;
}
.page-section:first-child .page-section__inner:not(:empty) {
  padding-top: 0;
}
.page-heading {
  margin: 0 0 20px;
  padding: 0;
}
.page-heading:before,
.page-heading:after {
  content: '';
  display: table;
}
.page-heading:after {
  clear: both;
}
.checkout-index-index .page-heading,
.checkout-onepage-success .page-heading,
.page-multiple-wishlist .page-heading {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.account .page-heading {
  margin: 20px 0;
}
.page-heading .order-date {
  margin: 0 0 20px;
}
.page-heading__title {
  margin: 0 0;
}
.magento-rma-returns-returns .page-heading__title,
.magento-rma-guest-returns .page-heading__title,
.magento-rma-returns-view .page-heading__title {
  margin-right: 25px;
}
.page-heading__content {
  margin: 5px 0 0;
}
.page-heading__attributes {
  margin: 0;
}
.page-heading__attributes:before,
.page-heading__attributes:after {
  content: '';
  display: table;
}
.page-heading__attributes:after {
  clear: both;
}
.page-heading__attributes-title {
  float: left;
  margin: 0 10px 0 0;
}
.page-heading__attributes-title:after {
  content: ": ";
}
.page-heading__attributes-description {
  margin: 0;
  overflow: hidden;
}
.page-main {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 1280px;
  box-sizing: border-box;
}
.page-main:before,
.page-main:after {
  content: '';
  display: table;
}
.page-main:after {
  clear: both;
}
.cms-index-index .page-main {
  max-width: none;
  padding: 0;
}
.page-messages {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 1280px;
  box-sizing: border-box;
}
.page-messages:before,
.page-messages:after {
  content: '';
  display: table;
}
.page-messages:after {
  clear: both;
}
.page-messages:before,
.page-messages:after {
  content: '';
  display: table;
}
.page-messages:after {
  clear: both;
}
.skip:not(:focus) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.skip:focus {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 15;
  background: #f2f2f2;
  padding: 10px;
}
.techtwo-styleguide__grid [class^=col-] {
  background-color: #f2f2f2;
  border: 1px solid #dadada;
  padding-top: 10px;
  padding-bottom: 10px;
}
.std a {
  color: #f01a63;
  text-decoration: underline;
}
.std a:hover {
  color: #f01a63;
  text-decoration: none;
}
.std a:active {
  color: #f01a63;
  text-decoration: none;
}
.std a:focus {
  color: #f01a63;
  text-decoration: none;
}
.std h2 {
  color: #f01a63;
}
.std h3 {
  color: #f01a63;
}
.swatch-attribute-options,
.swatch-attribute__options {
  margin-top: 10px;
}
.swatch-attribute-options:before,
.swatch-attribute__options:before,
.swatch-attribute-options:after,
.swatch-attribute__options:after {
  content: '';
  display: table;
}
.swatch-attribute-options:after,
.swatch-attribute__options:after {
  clear: both;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title,
.swatch-attribute__options .swatch-option-tooltip-layered .title {
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 20px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.swatch-option-link-layered,
.swatch-attribute__options-link-layered {
  position: relative;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered,
.swatch-attribute__options-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-option,
.swatch-attribute__option {
  padding: 0;
  min-height: 25px;
  min-width: 35px;
  max-width: 90px;
  height: 20px;
  float: none;
  margin: 0 10px 5px 0;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  position: relative;
  border: 1px solid #dadada;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swatch-option:not(.disabled):hover,
.swatch-attribute__option:not(.disabled):hover {
  outline: 1px solid #008641;
  border: 1px solid #fff;
}
.swatch-option.text,
.swatch-attribute__option.text,
.swatch-option.swatch-attribute__option--text,
.swatch-attribute__option.swatch-attribute__option--text {
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  height: auto;
  padding: 5px 10px;
  min-width: 22px;
  margin-right: 10px;
}
.swatch-option.text.selected,
.swatch-attribute__option.text.selected,
.swatch-option.swatch-attribute__option--text.selected,
.swatch-attribute__option.swatch-attribute__option--text.selected {
  background-color: white !important;
}
.swatch-option.selected,
.swatch-attribute__option.selected {
  outline: 1px solid #008641;
  border: 1px solid white;
  color: #333;
}
.swatch-option .disabled,
.swatch-attribute__option .disabled {
  cursor: default;
}
.swatch-option .disabled:after,
.swatch-attribute__option .disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}
.swatch-attribute-label {
  font-weight: bold;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required="1"]:after {
  content: '*';
  color: red;
  position: absolute;
  right: -11px;
  top: -2px;
  font-weight: bold;
  font-size: 1em;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-option-tooltip {
  max-width: 140px;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  padding: 5px;
  background: #fff;
  border: 1px solid #dadada;
  display: none;
  z-index: 999;
  text-align: center;
}
.swatch-option-tooltip .title {
  max-width: 140px;
  min-height: 20px;
  max-height: 200px;
  text-align: center;
  display: block;
  overflow: hidden;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  left: 40%;
  position: absolute;
  bottom: 0;
  height: 8px;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  content: '';
  position: relative;
  top: 2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #adadad transparent transparent transparent;
  font-size: 1px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  content: '';
  position: relative;
  top: 1px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  font-size: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  position: static;
  text-decoration: none !important;
  z-index: 1;
}
.swatch-option-tooltip-layered {
  display: none;
  position: absolute;
  left: -47px;
  width: 140px;
  z-index: 999;
  background: #fff;
  border: 1px solid #adadad;
  color: #949494;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-option-disabled {
  outline: none !important;
  cursor: default;
  border: 0;
}
.swatch-option-disabled:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: red;
  transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  z-index: 995;
  left: -4px;
  top: 10px;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-option-loading {
  content: url("../../frontend/Techtwo/kunstgrasnet/nl_NL/images/loader-2.gif");
}
.price-including-tax,
.price-excluding-tax {
  display: block;
}
.price-including-tax:after,
.price-excluding-tax:after {
  content: attr(data-label);
  font-size: 1.2rem;
  margin: 0 0 0 5px;
  white-space: nowrap;
}
.old-price .price-including-tax:after,
.old-price .price-excluding-tax:after {
  display: none;
}
.old-price {
  color: #999999;
  font-weight: normal;
}
.old-price .price {
  text-decoration: line-through;
}
.minimal-price-link {
  display: block;
}
.price-box:not(.price-box--both-prices) .price {
  font-size: 18px;
  line-height: 1.11;
}
.price-box--both-prices .price-including-tax:not([data-price-type="oldPrice"]) {
  font-size: 18px;
  line-height: 1.11;
}
.price-box--both-prices .price-excluding-tax {
  font-size: 14px;
}
.price-box__old-price {
  font-size: 14px;
}
.price-box__old-price:not(.price-box--both-prices) .price {
  font-size: 14px;
  line-height: 1.11;
}
.price-box {
  color: #000000;
  display: inline-block;
  flex-wrap: wrap;
}
.price-box:not(.price-box--both-prices) .price {
  font-weight: 700;
}
.price-box--both-prices {
  color: #999999;
}
.price-box--both-prices .price-including-tax:not([data-price-type="oldPrice"]) {
  color: #000000;
  font-weight: 700;
}
.price-box--both-prices .price-box__old-price {
  -webkit-flex: 0 10 auto;
  -ms-flex: 0 10 auto;
  flex: 0 10 auto;
}
.price-box--both-prices .price-box__special-price {
  -webkit-flex: 10 1 50%;
  -ms-flex: 10 1 50%;
  flex: 10 1 50%;
  text-align: center;
}
.price-box__label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.price-box__old-price {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 0 5px;
}
.price-box__special-price {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  order: 1;
}
.prices-tier {
  margin: 0 0 20px;
}
.prices-tier .benefit {
  font-weight: 400;
}
.prices-tier .price {
  font-weight: 700;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline;
}
.prices-tier .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ":";
  font-size: inherit;
  margin: auto;
}
.prices-tier .price-including-tax + .price-excluding-tax:last-child:after {
  content: ")";
  font-size: inherit;
  margin: auto;
}
.prices-tier .price-including-tax:after {
  content: "";
  font-size: inherit;
  margin: auto;
}
.prices-tier .weee[data-label] {
  display: inline;
}
.prices-tier .weee[data-label]:before {
  content: " +" attr(data-label) ":";
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  color: #373737;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.75rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.block.add.review .legend {
  color: #373737;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  color: #373737;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.75rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  color: #373737;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  color: #373737;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review .fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.review .fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: none;
  border: 2px solid #008641;
  color: #008641;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.review-form .action.submit.primary:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  color: #373737;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.75rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  color: #373737;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.category-description {
  font-size: 1.6rem;
  overflow: hidden;
}
.category-masthead {
  margin: 0 0 40px;
  overflow: hidden;
  position: relative;
  clear: both;
}
.category-masthead__image-wrapper {
  margin: 0 0 20px;
}
.category-masthead__description {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 1280px;
  box-sizing: border-box;
}
.category-masthead__description:before,
.category-masthead__description:after {
  content: '';
  display: table;
}
.category-masthead__description:after {
  clear: both;
}
.category-masthead__description-fader {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  z-index: 1;
}
.product-list--grid .product-list__item-inner {
  /*.lib-css(background, @product-lists-grid-item-inner__background);
            .lib-css(border-color, @product-lists-grid-item-inner__border-color);
            .lib-css(border-style, @product-lists-grid-item-inner__border-style);
            .lib-css(border-width, @product-lists-grid-item-inner__border-width);
            .lib-css(border-radius, @product-lists-grid-item-inner__border-radius);
			*/
  display: table;
  table-layout: fixed;
  padding: 15px;
  height: 100%;
  text-align: left;
  width: 100%;
}
.product-list--grid .product-list__item-inner:hover {
  /*.lib-css(border-color, @product-lists-grid-item-inner__hover__border-color);
                .lib-css(border-width, @product-lists-grid-item-inner__hover__border-width);
                .lib-css(box-shadow, @product-lists-grid-item-inner__hover__box-shadow);*/
}
.product-list--grid .product-list__item-details-wrapper {
  display: table-row-group;
  text-align: left;
}
.product-list--grid .product-list__item-details-section {
  margin: 20px 0;
}
.product-list--grid .product-list__item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 20px;
  text-align: left;
}
.product-list--grid .product-list__item-price {
  display: block;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  flex-pack: center;
  margin: 0 0 10px;
  order: 2;
}
.product-list--grid .product-list__item-name {
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-size: 1.6rem;
  display: block;
  margin: 0 0 10px;
  order: 0;
}
.product-list--grid .product-list__item-name > a {
  color: #000000;
  text-decoration: none;
}
.product-list--grid .product-list__item-name > a:visited {
  color: #000000;
  text-decoration: underline;
}
.product-list--grid .product-list__item-name > a:hover {
  color: #000000;
  text-decoration: underline;
}
.product-list--grid .product-list__item-name > a:active {
  color: #000000;
  text-decoration: underline;
}
.ie9 .product-list--grid .product-list__item-name,
.ie10 .product-list--grid .product-list__item-name,
.ie11 .product-list--grid .product-list__item-name {
  max-width: 75%;
}
.product-list--grid .product-list__item-description {
  margin: 0 0 10px;
  order: 1;
}
.product-list--grid .product-image-container {
  width: auto !important;
}
.product-list--grid .product-list__item-photo {
  display: block;
  margin: -15px -15px 15px -15px;
}
.product-list--grid .product-list__item-photo:hover {
  opacity: 0.9;
}
.product-list--grid .product-list__item-actions-related {
  display: none;
}
.product-list--grid .product-list__item-actions--secondary {
  margin: 10px 0 0;
}
.product-list--grid .product-list__item-action--cart {
  background: none;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.product-list--grid .product-list__item-action--cart:focus,
.product-list--grid .product-list__item-action--cart:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.product-list--grid .product-list__item-action--cart:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.product-list--grid .product-list__item-action--cart.disabled,
.product-list--grid .product-list__item-action--cart[disabled],
fieldset[disabled] .product-list--grid .product-list__item-action--cart {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product-list--grid .product-list__item-action--cart:focus,
.product-list--grid .product-list__item-action--cart:active {
  text-decoration: none;
}
.product-list--grid .product-list__item-action--cart:hover {
  text-decoration: none;
}
.product-list--grid .product-list__item-action--cart:focus,
.product-list--grid .product-list__item-action--cart:active {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.product-list--grid .product-list__item-action--cart:hover {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.product-list--grid .product-list__item-action--cart.disabled,
.product-list--grid .product-list__item-action--cart[disabled],
fieldset[disabled] .product-list--grid .product-list__item-action--cart {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product-list--grid .product-list__item-action--cart:after {
  content: "";
}
.product-list--grid .product-list__item-action {
  line-height: 1.2rem;
  padding: 8px 15px;
  font-size: 1.4rem;
  display: block;
  text-decoration: underline;
}
.product-list--grid .product-list__item-action--wishlist {
  line-height: 1.2rem;
  padding: 8px 15px;
  font-size: 1.1rem;
  display: block;
}
.product-list--grid .product-list__item-action--compare {
  line-height: 1.2rem;
  padding: 8px 15px;
  font-size: 1.1rem;
  display: block;
}
.product-list--list .product-list__item {
  margin-top: 20px;
}
.product-list--list .product-list__item:first-child {
  margin-top: 0;
}
.product-list--list .product-list__item-inner {
  border: 2px solid #dadada;
  border-radius: 0;
  padding: 20px;
  height: 100%;
  vertical-align: top;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  align-content: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
}
.product-list--list .product-list__item-inner:hover {
  border-color: #008641;
}
.product-list--list .product-list__item-photo {
  display: block;
  flex: 1 1 auto;
  margin-right: 20px;
  max-width: 25%;
}
.product-list--list .product-list__item-info {
  flex: 1 1 auto;
  text-align: left;
}
.product-list--list .product-list__item-details-wrapper {
  flex: 0 0 auto;
  margin-left: 20px;
}
.product-list--list .product-list__item-price {
  margin-bottom: 10px;
}
.product-list--list .product-list__item-name {
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 10px;
}
.product-list--list .product-list__item-name > a {
  color: #000000;
  text-decoration: none;
}
.product-list--list .product-list__item-name > a:visited {
  color: #000000;
  text-decoration: underline;
}
.product-list--list .product-list__item-name > a:hover {
  color: #000000;
  text-decoration: underline;
}
.product-list--list .product-list__item-name > a:active {
  color: #000000;
  text-decoration: underline;
}
.product-list--list .product-list__item-action--cart {
  background: none;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.product-list--list .product-list__item-action--cart:focus,
.product-list--list .product-list__item-action--cart:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.product-list--list .product-list__item-action--cart:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.product-list--list .product-list__item-action--cart.disabled,
.product-list--list .product-list__item-action--cart[disabled],
fieldset[disabled] .product-list--list .product-list__item-action--cart {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product-list--list .product-list__item-action--cart:focus,
.product-list--list .product-list__item-action--cart:active {
  text-decoration: none;
}
.product-list--list .product-list__item-action--cart:hover {
  text-decoration: none;
}
.product-list--list .product-list__item-action--cart:focus,
.product-list--list .product-list__item-action--cart:active {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.product-list--list .product-list__item-action--cart:hover {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.product-list--list .product-list__item-action--cart.disabled,
.product-list--list .product-list__item-action--cart[disabled],
fieldset[disabled] .product-list--list .product-list__item-action--cart {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product-list--list .product-list__item-action--cart:after {
  content: "+";
}
.product-list--list .product-list__item-action--wishlist {
  display: block;
  line-height: 1.2rem;
  padding: 8px 15px;
  font-size: 1.1rem;
}
.product-list--list .product-list__item-action--compare {
  display: block;
  line-height: 1.2rem;
  padding: 8px 15px;
  font-size: 1.1rem;
}
.product-list--list .product-list__item-more {
  display: inline-block;
}
.product-list--list .product-list__item-more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: inherit;
  line-height: inherit;
  color: #000000;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.product-list--list .product-list__item-more:hover:before {
  color: #000000;
}
.product-list--list .product-list__item-more:active:before {
  color: false;
}
.product-list-block--upsell {
  margin: 5% 0;
}
.product-list-block {
  clear: both;
}
.product-list-block--crosssell:before,
.product-list-block--crosssell:after {
  content: '';
  display: table;
}
.product-list-block--crosssell:after {
  clear: both;
}
.product-list-block__title {
  color: #373737;
  font-weight: 600;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
.product-list-block__content {
  padding: 20px 0;
}
.product-list--grid {
  margin: 0 -10px 0 -10px;
}
.product-list--grid:before,
.product-list--grid:after {
  content: '';
  display: table;
}
.product-list--grid:after {
  clear: both;
}
.product-list--grid .product-list__item {
  display: block;
  float: left;
  margin: 0 0 20px;
  padding: 0 10px;
}
.product-list--grid .product-list__item:not(.product-list-widget__item) {
  width: 100%;
}
.product-list--grid .product-list__item-price .price-box {
  justify-content: center;
}
.layered-navigation {
  background: #ffffff;
  border-radius: 0;
}
.layered-navigation__trigger {
  margin: 0 0 20px 0;
}
.layered-navigation__trigger--hide {
  display: none;
}
.layered-navigation__main {
  background: #f2f2f2;
}
.layered-navigation__title {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  padding: 0 10px;
  text-transform: uppercase;
}
.layered-navigation__filter-option {
  padding: 0 10px;
}
.layered-navigation__filter-option-title {
  border-color: #dadada;
  border-style: solid;
  border-width: 0;
  color: #000000;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 700;
  overflow: hidden;
  padding: 10px 0 0;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
}
.layered-navigation__filter-option-content {
  margin: 0;
  padding: 0 10px;
}
.layered-navigation__filter-option-item-list {
  padding: 0;
  list-style: none none;
  margin: 0;
  padding: 0 0;
}
.layered-navigation__filter-option-item {
  margin: 10px 0;
}
.layered-navigation__filter-option-link {
  color: #494949;
  display: block;
  margin: 0;
  padding: 0 5px 0 35px;
}
.layered-navigation__filter-option-link:hover {
  text-decoration: none;
}
.layered-navigation__filter-option-link:hover + .layered-navigation__filter-option-count {
  background-color: #e8e8e8;
}
.layered-navigation__filter-option-item-icon {
  max-height: 20px;
  margin: 0 0 -6px;
}
.layered-navigation__filter-option-count {
  color: #858585;
  padding: 0 5px 0 0;
}
.layered-navigation__filter-option-count:before {
  content: '(';
}
.layered-navigation__filter-option-count:after {
  content: ')';
}
.layered-navigation__filter-option-count-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.layered-navigation__active-filters {
  background: #f2f2f2;
  border-color: #dadada;
  border-style: solid;
  border-width: 2px;
  border-radius: 0;
  margin: 0 0 20px 0;
  padding: 15px 15px;
}
.layered-navigation__active-filters .action.remove {
  display: inline-block;
  text-decoration: none;
}
.layered-navigation__active-filters .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.layered-navigation__active-filters .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.layered-navigation__active-filters .action.remove:hover:before {
  color: #494949;
}
.layered-navigation__active-filters .action.remove:active:before {
  color: #999999;
}
.layered-navigation__active-filter-title {
  padding: 0;
}
.layered-navigation__active-filter-label {
  font-weight: 700;
}
.layered-navigation__active-filter-label:after {
  content: ": ";
}
.layered-navigation__actions {
  margin: 20px 0 0;
  padding: 0 0;
}
.layered-navigation__clear-filters {
  background-image: none;
  background: none;
  border: 2px solid #008641;
  color: #008641;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 11px 20px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2rem;
  padding: 8px 15px;
  font-size: 1.1rem;
}
.layered-navigation__clear-filters:focus,
.layered-navigation__clear-filters:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.layered-navigation__clear-filters:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.layered-navigation__clear-filters.disabled,
.layered-navigation__clear-filters[disabled],
fieldset[disabled] .layered-navigation__clear-filters {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.layered-navigation__clear-filters:focus,
.layered-navigation__clear-filters:active {
  text-decoration: none;
}
.layered-navigation__clear-filters:hover {
  text-decoration: none;
}
.toolbar:before,
.toolbar:after {
  content: '';
  display: table;
}
.toolbar:after {
  clear: both;
}
.toolbar__select {
  border-radius: 0;
}
.toolbar--top {
  border-width: 0;
  border-style: solid;
  border-color: #dadada;
  margin: 0 0 20px 0;
  padding: 0;
}
.toolbar--top .toolbar__pages {
  display: none;
}
.toolbar--bottom {
  margin: 20px 0;
}
.toolbar--bottom .toolbar__modes {
  display: none;
}
.toolbar--bottom .toolbar__amount {
  display: none;
}
.toolbar--bottom .toolbar__limiter {
  display: none;
}
.toolbar--bottom .toolbar__sorter {
  display: none;
}
.toolbar__label {
  display: inline;
  margin: 0 5px 3px 0;
}
.toolbar__pages {
  float: none;
  margin: 0 0;
  text-align: center;
  width: 100%;
}
.toolbar__modes {
  float: left;
  margin: 0 10px 0 0;
}
.toolbar__amount {
  float: left;
  margin: 0 10px 0 0;
}
.toolbar__amount:before,
.toolbar__amount:after {
  content: '';
  display: table;
}
.toolbar__amount:after {
  clear: both;
}
.toolbar__actions {
  float: right;
}
.toolbar__sorter {
  display: block;
  float: left;
  margin: 0 0 0 0;
}
.toolbar__limiter {
  display: none;
  float: left;
  margin: 0 10px 0 0;
}
.toolbar-amount {
  border-color: #dadada;
  border-style: solid;
  border-width: 0;
  float: left;
  margin: 0 0 0 0;
  padding: 5px 15px 5px 0;
}
.limiter__options {
  margin: 0 5px 0 0;
  width: auto;
}
.limiter__control {
  display: inline-block;
}
.modes:before,
.modes:after {
  content: '';
  display: table;
}
.modes:after {
  clear: both;
}
.modes__label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modes__mode {
  background-color: #ffffff;
  color: #999999;
  border-color: #dadada;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  float: left;
  font-weight: 400;
  line-height: 1;
  padding: 7px 10px;
  text-align: center;
}
.modes__mode:hover {
  color: #008641;
}
.modes__mode:first-child {
  border-radius: 0 0 0 0;
  border-left: 1px solid #dadada;
}
.modes__mode:last-child {
  border-radius: 0 0 0 0;
  border-right: 1px solid #dadada;
}
.modes__mode--active {
  background: #ededed;
  color: #9e9e9e;
}
.modes__mode--active:hover:before {
  color: inherit;
}
.modes__mode--grid {
  display: inline-block;
  text-decoration: none;
}
.modes__mode--grid > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modes__mode--grid:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #999999;
  content: '\e60d';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modes__mode--grid:hover:before {
  color: #008641;
}
.modes__mode--list {
  display: inline-block;
  text-decoration: none;
}
.modes__mode--list > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modes__mode--list:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #999999;
  content: '\e60b';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modes__mode--list:hover:before {
  color: #008641;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.4rem;
  line-height: 4rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  background: #ffffff;
  color: #000000;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:hover {
  color: #008641;
  text-decoration: none;
}
.pages a.page:active {
  color: #000000;
}
.pages strong.page {
  font-size: 1.4rem;
  line-height: 4rem;
  letter-spacing: normal;
  color: #008641;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  background: #ffffff;
  border: 2px solid #dadada;
  color: #999999;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #999999;
}
.pages .action:hover {
  color: #008641;
  text-decoration: none;
}
.pages .action:active {
  color: #999999;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #999999;
}
.pages .action.next:active:before {
  color: #999999;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #999999;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 0 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #008641;
}
.pages .action.next:active:before {
  color: #999999;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #999999;
}
.pages .action.previous:active:before {
  color: #999999;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #999999;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0 0 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #008641;
}
.pages .action.previous:active:before {
  color: #999999;
}
.pages .items {
  padding: 0 50px;
  width: 100%;
}
.pages .item {
  min-width: 30px;
  text-align: center;
}
.pages .pages-item-previous {
  float: left;
  margin: 0 0 0 -50px;
}
.pages .pages-item-next {
  float: right;
  margin: 0 -50px 0 0;
}
.pages .action {
  width: 40px;
}
.pages .action.previous {
  margin-right: 10px;
}
.pages .action.next {
  margin-left: 10px;
}
.sorter__options {
  margin: 0 5px 0 0;
  width: calc(75%);
}
.sorter__action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sort__action--asc {
  display: inline-block;
  text-decoration: none;
}
.sort__action--asc:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sort__action--asc:hover:before {
  color: #333333;
}
.sort__action--desc {
  display: inline-block;
  text-decoration: none;
}
.sort__action--desc:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e614';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sort__action--desc:hover:before {
  color: #333333;
}
.sorter__options {
  width: auto;
  max-width: 130px;
}
.block-new-customer .actions-toolbar .action.create {
  background-image: none;
  background: none;
  border: 2px solid #008641;
  color: #008641;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 11px 20px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
}
.block-new-customer .actions-toolbar .action.create:focus,
.block-new-customer .actions-toolbar .action.create:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.block-new-customer .actions-toolbar .action.create:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.block-new-customer .actions-toolbar .action.create.disabled,
.block-new-customer .actions-toolbar .action.create[disabled],
fieldset[disabled] .block-new-customer .actions-toolbar .action.create {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-new-customer .actions-toolbar .action.create:focus,
.block-new-customer .actions-toolbar .action.create:active {
  text-decoration: none;
}
.block-new-customer .actions-toolbar .action.create:hover {
  text-decoration: none;
}
.product-add-form .action.primary.tocart {
  background: none;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.product-add-form .action.primary.tocart:focus,
.product-add-form .action.primary.tocart:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.product-add-form .action.primary.tocart:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.product-add-form .action.primary.tocart.disabled,
.product-add-form .action.primary.tocart[disabled],
fieldset[disabled] .product-add-form .action.primary.tocart {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product-add-form .action.primary.tocart:focus,
.product-add-form .action.primary.tocart:active {
  text-decoration: none;
}
.product-add-form .action.primary.tocart:hover {
  text-decoration: none;
}
.product-add-form .action.primary.tocart:focus,
.product-add-form .action.primary.tocart:active {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.product-add-form .action.primary.tocart:hover {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.product-add-form .action.primary.tocart.disabled,
.product-add-form .action.primary.tocart[disabled],
fieldset[disabled] .product-add-form .action.primary.tocart {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.box-tocart input.input-text.qty {
  width: 54px;
  text-align: center;
  padding: 9px 5px;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-blocks {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin: 20px 0 0;
}
.product-blocks__title {
  background: transparent;
  border-color: #dadada;
  border-style: solid;
  border-width: 0 0 1px;
  border-radius: 0;
  color: #8a8a8a;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 10px;
  min-height: 50px;
  padding: 10px 10px;
  text-transform: none;
}
.product-blocks__title--empty {
  display: none;
}
.product-blocks__content {
  padding: 0;
}
.product-attribute ul,
.product-attribute ol {
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: disc;
  padding-left: 20px;
}
.product-attribute ul > li,
.product-attribute ol > li {
  margin-top: 5px;
  margin-bottom: 0;
}
.product-attribute ul > li:first-child,
.product-attribute ol > li:first-child {
  margin-top: 0;
}
.additional-attributes {
  width: 100%;
}
.additional-attributes__items {
  display: flex;
  flex-flow: row wrap;
}
.additional-attributes__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}
.additional-attributes__item--even {
  background-color: transparent;
}
.additional-attributes__item--odd {
  background-color: transparent;
}
.additional-attributes__item-title {
  width: 49%;
  padding: 5px 0;
  background-color: transparent;
  box-sizing: border-box;
}
.additional-attributes__item-content {
  width: 49%;
  padding: 5px 0;
  background-color: transparent;
  box-sizing: border-box;
}
.product.info.detailed {
  clear: both;
}
.product.info.detailed .table-wrapper {
  margin-bottom: 0;
}
.product.info.detailed .additional-attributes {
  width: 100%;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 10px 30px 10px 30px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 10px 30px 10px 30px;
}
.product-blocks__block--usp ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}
.product-blocks__block--usp ul > li {
  margin-top: 5px;
  margin-bottom: 0;
  display: block;
  text-decoration: none;
}
.product-blocks__block--usp ul > li:first-child {
  margin-top: 0;
}
.product-blocks__block--usp ul > li:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: inherit;
  color: #f01a63;
  content: "\f00c";
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-blocks__block--usp ul > li:hover:before {
  color: #f01a63;
}
.product-blocks__block--usp ul > li:active:before {
  color: #f01a63;
}
.product-blocks__block--usp ul > li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 2px 0 0 0;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 2px solid #dadada;
}
.table-comparison .cell {
  width: 180px;
  padding: 15px;
}
.table-comparison .cell .attibute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 2px solid #dadada;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 8px 15px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: auto;
  background: #ffffff;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  position: absolute;
  left: 0;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.description {
  font-size: 1.6rem;
}
.product-addto-links .action {
  display: block;
  color: #f01a63;
  margin-bottom: 5px;
}
.product-addto-links .action:hover {
  color: #f01a63;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action {
  background-image: none;
  background: none;
  border: 2px solid #008641;
  color: #008641;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 11px 20px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2rem;
  padding: 8px 15px;
  font-size: 1.1rem;
}
.product-social-links .action:focus,
.product-social-links .action:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.product-social-links .action:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.product-social-links .action.disabled,
.product-social-links .action[disabled],
fieldset[disabled] .product-social-links .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product-social-links .action:focus,
.product-social-links .action:active {
  text-decoration: none;
}
.product-social-links .action:hover {
  text-decoration: none;
}
.product-info__price {
  margin: 0 0 20px;
}
.product-info__short-description {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.product-info__featured-attributes {
  display: block;
  margin-bottom: 20px;
}
.product_info__tier-prices {
  margin-bottom: 20px;
}
.product-info__price .price-box:not(.price-box--both-prices) .price {
  font-size: 2.5rem;
  line-height: 1.11;
}
.product-info__price .price-box--both-prices .price-including-tax:not([data-price-type="oldPrice"]) {
  font-size: 2.5rem;
  line-height: 1.11;
}
.product-info__price .price-box--both-prices .price-excluding-tax {
  font-size: 1.75rem;
}
.product-info__price .price-box__old-price {
  font-size: 1.75rem;
}
.product-info__price .price-box__old-price:not(.price-box--both-prices) .price {
  font-size: 1.75rem;
  line-height: 1.11;
}
.product-info__price .price-box--both-prices {
  position: relative;
  padding: 0 0 40px;
  align-items: center;
}
.product-info__price .price-box--both-prices .price-excluding-tax {
  position: absolute;
  top: auto;
  left: 0;
  text-align: left;
}
.product-info__price .price-box__old-price {
  -webkit-flex: 0 10 auto;
  -ms-flex: 0 10 auto;
  flex: 0 10 auto;
  margin: 0 10px 0 0;
}
.product-info__price .price-box__old-price:not(.price-box--both-prices) .price {
  vertical-align: bottom;
}
.product-info__price .price-box__special-price {
  text-align: left;
}
.product-image-container {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-image-photo {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.product-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-flow: row nowrap;
  margin-bottom: 40px;
}
.product-main__impression {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: none;
  padding: 0 20px 20px 0;
  order: 0;
}
.product-main__information {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: none;
  padding: 0 20px;
  order: 1;
}
.product-media .product.photo .photo.image {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.product-media .placeholder .photo.container {
  max-width: 100%;
}
.product-media .notice {
  margin: 10px 0;
  color: #999999;
  font-size: 1.2rem;
}
.product-media .product.thumbs {
  margin: 10px 0 25px;
}
.product-media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product-media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product-media .items.thumbs > li {
  margin-top: 0;
}
.product-media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product-media .items.thumbs img {
  display: block;
}
.product-media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product-media .fotorama__wrap--slide .fotorama__stage__frame {
  border-radius: 8px;
}
.product-media .fotorama__wrap--slide .fotorama__stage__frame img {
  border-radius: 8px;
}
.product-media .fotorama__arr.fotorama__arr--prev,
.product-media .fotorama__arr.fotorama__arr--next {
  top: 45%;
  bottom: 45%;
  background: white;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.product-media .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr,
.product-media .fotorama__arr.fotorama__arr--next .fotorama__arr__arr {
  background-position: center center;
  width: 24px;
  height: 24px;
}
.product-media .fotorama__arr.fotorama__arr--prev {
  left: 15px;
}
.product-media .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr {
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-arrow-left.svg), none;
}
.product-media .fotorama__arr.fotorama__arr--next {
  right: 15px;
}
.product-media .fotorama__arr.fotorama__arr--next .fotorama__arr__arr {
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-arrow-right.svg), none;
}
.product-media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
}
.product-media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__thumb {
  background: transparent;
}
.product-media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__thumb img {
  border-radius: 4px;
  background: transparent;
}
.product-media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__thumb-border {
  border-radius: 7px;
  border-color: white;
}
.product-media .fotorama__stage.fotorama__shadows--left:before,
.product-media .fotorama__nav.fotorama__shadows--left:before {
  background-image: none;
  background-position: 0 0, 0 0;
  left: 0;
}
.product-media .fotorama__stage.fotorama__shadows--right:after,
.product-media .fotorama__nav.fotorama__shadows--right:after {
  background-image: none;
  background-position: 100% 0, 100% 0;
  right: 0;
}
.product-media .fotorama__stage,
.product-media .fotorama__nav {
  max-width: 100vw;
}
.product-media .fotorama__thumb-border {
  border-color: #008641;
}
.product-media .fotorama__thumb {
  cursor: pointer;
}
.fotorama__fullscreen .fotorama__thumb-border {
  border-color: #008641;
}
.fotorama__fullscreen .fotorama__fullscreen-icon:focus,
.fotorama__fullscreen .fotorama__zoom-out:focus,
.fotorama__fullscreen .fotorama__zoom-in:focus,
.fotorama__fullscreen .fotorama__arr:focus,
.fotorama__fullscreen .fotorama__stage__shaft:focus,
.fotorama__fullscreen .fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__fullscreen .fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen .fotorama__fullscreen-icon:focus:after,
.fotorama__fullscreen .fotorama__zoom-out:focus:after,
.fotorama__fullscreen .fotorama__zoom-in:focus:after,
.fotorama__fullscreen .fotorama__arr:focus:after,
.fotorama__fullscreen .fotorama__stage__shaft:focus:after,
.fotorama__fullscreen .fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__fullscreen .fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 1px 1px #008641;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  border: none;
  font-weight: 600;
  display: inline-block;
  font-size: 1.4rem;
  float: none;
  padding: 0;
  margin: 0 0 8px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.stock.available,
.stock.unavailable {
  font-weight: 700;
}
.cart-notice {
  border-radius: 0;
  margin: 20px 0;
  padding: 15px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.cart-notice a {
  color: #000000;
}
.cart-notice a:hover {
  color: #000000;
}
.cart-notice a:active {
  color: #000000;
}
.cart-notice a {
  color: #000000;
}
.cart-notice a:hover {
  color: #000000;
}
.cart-notice a:active {
  color: #000000;
}
.cart-notice p:last-child {
  margin: 0;
}
.cart-container .actions.main .action {
  margin-bottom: 5px;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 2px solid #dadada;
  font-size: 1.6rem;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 2px solid #dadada;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .col.qty input.input-text {
  margin: -7px 0 0 0;
  padding: 9px 5px;
  text-align: center;
  height: 36px;
  width: 50px;
}
.cart.table-wrapper .col > .price {
  color: #1bff8a;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 30px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #008641;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .item-options dt {
  width: 90px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total {
  display: block;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.cart-summary {
  background: #f2f2f2;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  display: none;
  font-size: 2.4rem;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .field.note {
  display: none;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.cart-summary .block.shipping {
  display: none;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.cart-summary .checkout-methods-items > li {
  margin: 0;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  background: none;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.cart-summary .checkout-methods-items .action.primary.checkout:focus,
.cart-summary .checkout-methods-items .action.primary.checkout:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.cart-summary .checkout-methods-items .action.primary.checkout:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.cart-summary .checkout-methods-items .action.primary.checkout.disabled,
.cart-summary .checkout-methods-items .action.primary.checkout[disabled],
fieldset[disabled] .cart-summary .checkout-methods-items .action.primary.checkout {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.cart-summary .checkout-methods-items .action.primary.checkout:focus,
.cart-summary .checkout-methods-items .action.primary.checkout:active {
  text-decoration: none;
}
.cart-summary .checkout-methods-items .action.primary.checkout:hover {
  text-decoration: none;
}
.cart-summary .checkout-methods-items .action.primary.checkout:focus,
.cart-summary .checkout-methods-items .action.primary.checkout:active {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.cart-summary .checkout-methods-items .action.primary.checkout:hover {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.cart-summary .checkout-methods-items .action.primary.checkout.disabled,
.cart-summary .checkout-methods-items .action.primary.checkout[disabled],
fieldset[disabled] .cart-summary .checkout-methods-items .action.primary.checkout {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.cart-summary .checkout-methods-items .action {
  width: 100%;
  text-align: center;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 10px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-discount__title {
  color: #008641;
}
.cart-discount__title strong {
  font-weight: 400;
}
.cart-discount__label {
  display: none;
}
.cart-discount__button {
  background: none;
  border: 2px solid #008641;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-transform: uppercase;
  background-image: none;
  background: #8a8a8a;
  border: 2px solid #8a8a8a;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  height: 40px;
}
.cart-discount__button:focus,
.cart-discount__button:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.cart-discount__button:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.cart-discount__button.disabled,
.cart-discount__button[disabled],
fieldset[disabled] .cart-discount__button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.cart-discount__button:focus,
.cart-discount__button:active {
  text-decoration: none;
}
.cart-discount__button:hover {
  text-decoration: none;
}
.cart-discount__button:focus,
.cart-discount__button:active {
  background: #777777;
  border: 2px solid #777777;
  color: #ffffff;
}
.cart-discount__button:hover {
  background: #777777;
  border: 2px solid #777777;
  color: #ffffff;
}
.cart-discount__button.disabled,
.cart-discount__button[disabled],
fieldset[disabled] .cart-discount__button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.cart-discount input.cart-discount__input {
  height: 40px;
}
.methods-shipping .field {
  margin-bottom: 20px;
}
.opc-block-summary .minicart-items-wrapper {
  overflow: overlay;
  padding: 15px 20px 0 0;
  margin: 0 -15px 0 0;
  max-height: 370px;
}
.opc-block-summary .minicart-items .product-item {
  margin: 0 0 10px;
}
.opc-block-summary .minicart-items .product-item:before,
.opc-block-summary .minicart-items .product-item:after {
  content: '';
  display: table;
}
.opc-block-summary .minicart-items .product-item:after {
  clear: both;
}
.opc-block-summary .minicart-items .product-image-container {
  float: left;
  margin-right: 10px;
}
.opc-block-summary .minicart-items .product-image-wrapper {
  height: 50px;
}
.opc-block-summary .minicart-items .product-item-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  width: auto;
}
.opc-block-summary .minicart-items .product-item-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.opc-block-summary .minicart-items .product-item-details .product.options .toggle {
  cursor: pointer;
}
.opc-block-summary .minicart-items .product-item-details .product.options .toggle:hover {
  text-decoration: underline;
}
.opc-block-summary .minicart-items .product-item-details .product.options .subtitle {
  margin: 0 0 5px;
}
.opc-block-summary .minicart-items .product-item-details .product.options .content {
  margin: 10px 0 0;
}
.opc-block-summary .minicart-items .product-item-details .product.options .item-options .label {
  display: block;
  float: left;
  width: 100px;
  font-weight: normal;
}
.sidebar-block {
  border-radius: 0;
  margin: 0 0 40px;
}
.sidebar-block__title-wrapper {
  border-color: #dadada;
  margin: 0 0 20px;
}
.sidebar-block__title {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
}
.sidebar-block__counter {
  color: #1bff8a;
}
.sidebar-block__counter:before {
  content: '(';
}
.sidebar-block__counter:after {
  content: ')';
}
.sidebar-block__content .product-item {
  position: relative;
}
.sidebar-block__content .action--delete {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar-block__actions {
  margin: 20px 0 0;
}
.sidebar-block__action {
  background-image: none;
  background: none;
  border: 2px solid #008641;
  color: #008641;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 11px 20px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2rem;
  padding: 8px 15px;
  font-size: 1.1rem;
}
.sidebar-block__action:focus,
.sidebar-block__action:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.sidebar-block__action:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.sidebar-block__action.disabled,
.sidebar-block__action[disabled],
fieldset[disabled] .sidebar-block__action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.sidebar-block__action:focus,
.sidebar-block__action:active {
  text-decoration: none;
}
.sidebar-block__action:hover {
  text-decoration: none;
}
.sidebar-block__action--clear {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.sidebar-block__action--clear:visited {
  text-decoration: none;
}
.sidebar-block__action--clear:hover {
  color: #000000;
  text-decoration: underline;
}
.sidebar-block__action--clear:active {
  color: #000000;
  text-decoration: underline;
}
.sidebar-block__action--clear:hover,
.sidebar-block__action--clear:active,
.sidebar-block__action--clear:focus {
  background: none;
  border: 0;
}
.sidebar-block__action--clear.disabled,
.sidebar-block__action--clear[disabled],
fieldset[disabled] .sidebar-block__action--clear {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.erp-order__btn {
  background-image: none;
  background: none;
  border: 2px solid #008641;
  color: #008641;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 11px 20px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2rem;
  padding: 8px 15px;
  font-size: 1.1rem;
}
.erp-order__btn:focus,
.erp-order__btn:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.erp-order__btn:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.erp-order__btn.disabled,
.erp-order__btn[disabled],
fieldset[disabled] .erp-order__btn {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.erp-order__btn:focus,
.erp-order__btn:active {
  text-decoration: none;
}
.erp-order__btn:hover {
  text-decoration: none;
}
.erp-order__btn--active {
  background: none;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.2rem;
  padding: 8px 15px;
  font-size: 1.1rem;
}
.erp-order__btn--active:focus,
.erp-order__btn--active:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.erp-order__btn--active:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.erp-order__btn--active.disabled,
.erp-order__btn--active[disabled],
fieldset[disabled] .erp-order__btn--active {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.erp-order__btn--active:focus,
.erp-order__btn--active:active {
  text-decoration: none;
}
.erp-order__btn--active:hover {
  text-decoration: none;
}
.erp-order__btn--active:focus,
.erp-order__btn--active:active {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.erp-order__btn--active:hover {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.erp-order__btn--active.disabled,
.erp-order__btn--active[disabled],
fieldset[disabled] .erp-order__btn--active {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.erp-order__icon {
  cursor: pointer;
}
.erp-order__icon:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f196";
  margin: 0 5px 0 0;
  color: #008641;
}
.erp-order__icon--open:after {
  content: "\f147";
}
.erp-order__details-section {
  padding: 20px;
  margin: 0 0 20px;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.erp-order__date {
  text-transform: lowercase;
}
.erp-order__download-icon:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f019";
  margin: 0 5px 0 0;
  color: #008641;
}
.erp-order__download-date {
  float: right;
}
.erp-order__download-link {
  text-decoration: underline;
  color: #4071b7;
}
.erp-order__download-link:hover {
  text-decoration: underline;
  color: #335a91;
}
.erp-order__downloads-title {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  color: #999999;
  text-transform: uppercase;
  font-size: 11px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  margin: 0 0 10px;
}
.techtwo-widget {
  font-size: 1.5rem;
  margin: 0 0 20px 0;
}
.techtwo-widget--no-padding {
  padding-left: 0;
  padding-right: 0;
}
.sidebar .techtwo-widget {
  padding: 0;
}
.first-in-row {
  clear: left;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
  padding: 25px;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container .amgdprcookie-done,
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container .amgdprcookie-button.-save {
  background-color: #f01a63;
  border-color: #f01a63;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container .amgdprcookie-button.-settings {
  display: none;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container .action-close {
  right: 0;
  top: 0;
  padding: 1rem;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container .action-close:before {
  color: #000000;
}
.text-widget {
  position: relative;
}
.text-widget--has-link {
  padding: 0 0 40px 0;
}
.text-widget__title {
  display: block;
  font-size: 2.25rem;
  font-weight: 500;
}
.text-widget__text {
  margin: 20px 0 0 0;
}
.text-widget__link {
  position: absolute;
  top: auto;
  bottom: 10px;
  right: auto;
  left: 0;
  color: #f01a63;
  font-weight: 500;
}
.text-widget__link:hover {
  color: #d60e52;
}
.title-widget {
  position: relative;
  margin: 20px 0;
  text-align: center;
}
.title-widget--has-link {
  padding: 0 0 40px 0;
}
.title-widget__wrapper {
  display: flex;
  flex-direction: column;
}
.title-widget__caption {
  order: 10;
}
.title-widget__title {
  display: block;
  font-size: 2.25rem;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-weight: 500;
  margin: 0 0 20px;
}
.title-widget__text {
  margin: 0;
  order: 30;
  font-size: 2rem;
  font-family: 'Poppins', 'Poppins', sans-serif;
}
.title-widget__link {
  color: #008641;
  font-weight: 700;
  font-size: 1.8rem;
  text-decoration: none;
  order: 20;
}
.title-widget__link:hover {
  color: #00602e;
  text-decoration: underline;
}
.image-widget {
  position: relative;
}
.image-widget--has-button .image-widget__title {
  font-size: 2.25rem;
  color: #ffffff;
  margin: 0 0 20px 0;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.image-widget__link:hover .image-widget__image {
  opacity: 0.9;
}
.image-widget__image {
  display: block;
  width: 100%;
}
.image-widget--caption-position-top-left .image-widget__caption {
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: 20px;
}
.image-widget--caption-position-top-right .image-widget__caption {
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: 20px;
  float: right;
}
.image-widget--caption-position-bottom-left .image-widget__caption {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.image-widget--caption-position-bottom-right .image-widget__caption {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: 20px;
  float: right;
}
.image-widget__title {
  font-size: 2.25rem;
}
.image-widget__subtitle {
  font-size: 2.25rem;
}
.image-widget--has-text-border .image-widget__link-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 2.25rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-weight: 500;
  margin: 20px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.image-widget__link-text--primary {
  color: #008641;
}
.image-widget__link-text--secondary {
  color: #f01a63;
}
.image-widget__link-text--tertiary {
  color: #8a8a8a;
}
.image-widget__link-text--success {
  color: #16ab39;
}
.image-widget__link-text--info {
  color: #d9edf7;
}
.image-widget__link-text--warning {
  color: #f87c1a;
}
.image-widget__link-text--danger {
  color: #d01919;
}
.image-widget-card__image-wrapper {
  display: block;
  padding: 20px 0 5px 0;
  text-align: center;
}
.image-widget-card__image-wrapper:hover .image-widget-card__image {
  opacity: 0.9;
}
.image-widget-card__title {
  font-size: 2.25rem;
  font-weight: 500;
  margin: 0 0 20px 0;
  text-align: center;
}
.image-slider-widget__slider {
  position: relative;
}
.image-slider-widget__slider-nav {
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 30px;
  height: 40px;
  line-height: 30px;
  margin: -20px 0 0 0;
  padding: 0 40px;
  z-index: 1;
}
.image-slider-widget__slider-nav:hover {
  color: #ffffff;
}
.image-slider-widget__slider-prev {
  display: inline-block;
  left: 0;
}
.image-slider-widget__slider-prev:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  font-size: inherit;
  line-height: inherit;
  color: #ffffff;
  margin: '';
  vertical-align: middle;
}
.image-slider-widget__slider-prev:hover:before {
  color: #ffffff;
}
.image-slider-widget__slider-prev:active:before {
  color: false;
}
.image-slider-widget__slider-next {
  display: inline-block;
  right: 0;
}
.image-slider-widget__slider-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: inherit;
  line-height: inherit;
  color: #ffffff;
  margin: '';
  vertical-align: middle;
}
.image-slider-widget__slider-next:hover:before {
  color: #ffffff;
}
.image-slider-widget__slider-next:active:before {
  color: false;
}
.image-slider-widget__dots {
  position: absolute;
  bottom: 10px;
  display: block;
  height: 5px;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.image-slider-widget__dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 5px;
  cursor: pointer;
  text-align: center;
}
.image-slider-widget__dot {
  background: 5px;
  border-radius: 100%;
  display: inline-block;
  height: 5px;
  width: 5px;
}
.image-slider-widget__dot-index {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.image-slider-widget__slide {
  position: relative;
  max-width: 100%;
}
.image-slider-widget__slide + .image-slider-widget__slide {
  display: none;
}
.slick-initialized .image-slider-widget__slide + .image-slider-widget__slide {
  display: block;
}
.image-slider-widget__link:hover .image-slider-widget__image {
  opacity: 0.9;
}
.image-slider-widget__image {
  width: 100%;
}
.image-slider-widget__caption {
  position: absolute;
  top: auto;
  bottom: 40px;
  right: auto;
  left: 40px;
  color: #ffffff;
  text-shadow: 0 2px 5px #000000;
  text-transform: uppercase;
}
.image-slider-widget__caption-title {
  font-size: 2.25rem;
  display: block;
}
.image-slider-widget__caption-subtitle {
  font-size: 1.6rem;
  display: block;
  text-transform: none;
}
.image-slider-widget__button-wrapper {
  position: absolute;
  top: auto;
  bottom: 40px;
  right: 40px;
  left: auto;
}
.image-slider-widget__button {
  background-image: none;
  border: 2px solid #008641;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 11px 20px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  background: none;
  color: #008641;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #000000;
  display: block;
}
.image-slider-widget__button:focus,
.image-slider-widget__button:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.image-slider-widget__button:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.image-slider-widget__button.disabled,
.image-slider-widget__button[disabled],
fieldset[disabled] .image-slider-widget__button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.image-slider-widget__button:focus,
.image-slider-widget__button:active {
  text-decoration: none;
}
.image-slider-widget__button:hover {
  text-decoration: none;
}
.image-slider-widget__button:focus,
.image-slider-widget__button:active {
  background: none;
  color: #008641;
  text-decoration: none;
}
.image-slider-widget__button:hover {
  background: #008641;
  color: white;
  text-decoration: none;
}
.image-slider-widget__button.disabled,
.image-slider-widget__button[disabled],
fieldset[disabled] .image-slider-widget__button {
  background: #008641;
  color: white;
}
.image-slider-widget__button.btn--danger {
  background: #ffffff;
  border: 2px solid #d01919;
  color: #d01919;
}
.image-slider-widget__button.btn--danger:focus,
.image-slider-widget__button.btn--danger:active {
  background: #d01919;
  border: 2px solid #d01919;
  color: #ffffff;
}
.image-slider-widget__button.btn--danger:hover {
  background: #d01919;
  border: 2px solid #d01919;
  color: #ffffff;
}
.image-slider-widget__button.btn--warning {
  background: #ffffff;
  border: 2px solid #f87c1a;
  color: #f87c1a;
}
.image-slider-widget__button.btn--warning:focus,
.image-slider-widget__button.btn--warning:active {
  background: #f87c1a;
  border: 2px solid #f87c1a;
  color: #ffffff;
}
.image-slider-widget__button.btn--warning:hover {
  background: #f87c1a;
  border: 2px solid #f87c1a;
  color: #ffffff;
}
.image-slider-widget__button.btn--info {
  background: #ffffff;
  border: 2px solid #d9edf7;
  color: #d9edf7;
}
.image-slider-widget__button.btn--info:focus,
.image-slider-widget__button.btn--info:active {
  background: #d9edf7;
  border: 2px solid #d9edf7;
  color: #ffffff;
}
.image-slider-widget__button.btn--info:hover {
  background: #d9edf7;
  border: 2px solid #d9edf7;
  color: #ffffff;
}
.image-slider-widget__button.btn--success {
  background: #ffffff;
  border: 2px solid #16ab39;
  color: #16ab39;
}
.image-slider-widget__button.btn--success:focus,
.image-slider-widget__button.btn--success:active {
  background: #16ab39;
  border: 2px solid #16ab39;
  color: #ffffff;
}
.image-slider-widget__button.btn--success:hover {
  background: #16ab39;
  border: 2px solid #16ab39;
  color: #ffffff;
}
.image-slider-widget__button.btn--tertiary {
  background: #ffffff;
  border: 2px solid #8a8a8a;
  color: #8a8a8a;
}
.image-slider-widget__button.btn--tertiary:focus,
.image-slider-widget__button.btn--tertiary:active {
  background: #8a8a8a;
  border: 2px solid #8a8a8a;
  color: #ffffff;
}
.image-slider-widget__button.btn--tertiary:hover {
  background: #8a8a8a;
  border: 2px solid #8a8a8a;
  color: #ffffff;
}
.image-slider-widget__button.btn--secondary {
  background: #ffffff;
  border: 2px solid #f01a63;
  color: #f01a63;
}
.image-slider-widget__button.btn--secondary:focus,
.image-slider-widget__button.btn--secondary:active {
  background: #f01a63;
  border: 2px solid #f01a63;
  color: #ffffff;
}
.image-slider-widget__button.btn--secondary:hover {
  background: #f01a63;
  border: 2px solid #f01a63;
  color: #ffffff;
}
.image-slider-widget__button.btn--primary {
  background: #ffffff;
  border: 2px solid #008641;
  color: #008641;
}
.image-slider-widget__button.btn--primary:focus,
.image-slider-widget__button.btn--primary:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.image-slider-widget__button.btn--primary:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.image-slider-widget__button:focus,
.image-slider-widget__button:active {
  background: transparent;
  border: 2px solid #dadada;
  color: #dadada;
}
.image-slider-widget__button:hover {
  background: transparent;
  border: 2px solid #dadada;
  color: #dadada;
}
.image-slider-widget__button:focus,
.image-slider-widget__button:active {
  background: none;
  color: #008641;
  text-decoration: none;
}
.image-slider-widget__button:hover {
  background: #008641;
  color: white;
  text-decoration: none;
}
.image-slider-widget__button.disabled,
.image-slider-widget__button[disabled],
fieldset[disabled] .image-slider-widget__button {
  background: #008641;
  color: white;
}
.image-slider-widget__button.btn--danger {
  background: #ffffff;
  border: 2px solid #d01919;
  color: #d01919;
}
.image-slider-widget__button.btn--danger:focus,
.image-slider-widget__button.btn--danger:active {
  background: #d01919;
  border: 2px solid #d01919;
  color: #ffffff;
}
.image-slider-widget__button.btn--danger:hover {
  background: #d01919;
  border: 2px solid #d01919;
  color: #ffffff;
}
.image-slider-widget__button.btn--warning {
  background: #ffffff;
  border: 2px solid #f87c1a;
  color: #f87c1a;
}
.image-slider-widget__button.btn--warning:focus,
.image-slider-widget__button.btn--warning:active {
  background: #f87c1a;
  border: 2px solid #f87c1a;
  color: #ffffff;
}
.image-slider-widget__button.btn--warning:hover {
  background: #f87c1a;
  border: 2px solid #f87c1a;
  color: #ffffff;
}
.image-slider-widget__button.btn--info {
  background: #ffffff;
  border: 2px solid #d9edf7;
  color: #d9edf7;
}
.image-slider-widget__button.btn--info:focus,
.image-slider-widget__button.btn--info:active {
  background: #d9edf7;
  border: 2px solid #d9edf7;
  color: #ffffff;
}
.image-slider-widget__button.btn--info:hover {
  background: #d9edf7;
  border: 2px solid #d9edf7;
  color: #ffffff;
}
.image-slider-widget__button.btn--success {
  background: #ffffff;
  border: 2px solid #16ab39;
  color: #16ab39;
}
.image-slider-widget__button.btn--success:focus,
.image-slider-widget__button.btn--success:active {
  background: #16ab39;
  border: 2px solid #16ab39;
  color: #ffffff;
}
.image-slider-widget__button.btn--success:hover {
  background: #16ab39;
  border: 2px solid #16ab39;
  color: #ffffff;
}
.image-slider-widget__button.btn--tertiary {
  background: #ffffff;
  border: 2px solid #8a8a8a;
  color: #8a8a8a;
}
.image-slider-widget__button.btn--tertiary:focus,
.image-slider-widget__button.btn--tertiary:active {
  background: #8a8a8a;
  border: 2px solid #8a8a8a;
  color: #ffffff;
}
.image-slider-widget__button.btn--tertiary:hover {
  background: #8a8a8a;
  border: 2px solid #8a8a8a;
  color: #ffffff;
}
.image-slider-widget__button.btn--secondary {
  background: #ffffff;
  border: 2px solid #f01a63;
  color: #f01a63;
}
.image-slider-widget__button.btn--secondary:focus,
.image-slider-widget__button.btn--secondary:active {
  background: #f01a63;
  border: 2px solid #f01a63;
  color: #ffffff;
}
.image-slider-widget__button.btn--secondary:hover {
  background: #f01a63;
  border: 2px solid #f01a63;
  color: #ffffff;
}
.image-slider-widget__button.btn--primary {
  background: #ffffff;
  border: 2px solid #008641;
  color: #008641;
}
.image-slider-widget__button.btn--primary:focus,
.image-slider-widget__button.btn--primary:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.image-slider-widget__button.btn--primary:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.image-slider-widget__button:focus,
.image-slider-widget__button:active {
  background: rgba(255, 255, 255, 0.65);
  border: 2px solid rgba(255, 255, 255, 0.25);
  color: #000000;
}
.image-slider-widget__button:hover {
  background: rgba(255, 255, 255, 0.65);
  border: 2px solid rgba(255, 255, 255, 0.25);
  color: #000000;
}
.image-slider-widget__button + .image-slider-widget__button {
  margin-left: 10px;
}
.image-widget-full-button__image-wrapper {
  position: relative;
}
.image-widget-full-button__image {
  display: block;
  width: 100%;
  transition: all 0.1s linear;
}
.image-widget-full-button__caption {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.image-widget-full-button--caption-position-top-left .image-widget-full-button__caption {
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: 20px;
}
.image-widget--caption-position-top-right .image-widget-full-button__caption {
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: 20px;
  float: right;
}
.image-widget--caption-position-bottom-right .image-widget-full-button__caption {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: 20px;
  float: right;
}
.image-widget-full-button__title {
  color: #ffffff;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-size: 3rem;
}
.image-widget-full-button__button {
  color: #ffffff;
  width: 100%;
  position: relative;
  background-color: #008641;
  text-transform: uppercase;
  padding: 15px 20px 15px 45px;
  transition: all 0.1s linear;
  display: inline-block;
}
.image-widget-full-button__button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: false;
  line-height: inherit;
  color: false;
  margin: 0 0 0 7px;
  vertical-align: middle;
}
.image-widget-full-button__button:hover:before {
  color: false;
}
.image-widget-full-button__button:active:before {
  color: false;
}
.image-widget-full-button__button:before {
  position: absolute;
  left: 13px;
  top: 15px;
}
.image-widget-full-button__link:hover {
  text-decoration: none;
}
.image-widget-full-button__link:hover .image-widget-full-button__image {
  opacity: 0.9;
}
.image-widget-full-button__link:hover .image-widget-full-button__button {
  background-color: #00602e;
}
.products-list-widget__title {
  font-size: 2.25rem;
  font-weight: 500;
  margin: 0 0 20px;
  color: #373737;
}
.products-list-widget__item-wrapper {
  margin-top: 0;
}
.products-list-widget__items {
  margin-left: -15px;
  margin-right: -15px;
}
.products-list-widget__items:before,
.products-list-widget__items:after {
  content: '';
  display: table;
}
.products-list-widget__items:after {
  clear: both;
}
.products-list-widget__item {
  border-radius: 0;
  border: 2px solid #dadada;
  padding: 20px;
  text-align: center;
}
.products-list-widget__item-photo {
  display: block;
  margin: -20px -20px 20px -20px;
}
.products-list-widget__item-photo .product-image-container {
  width: 100% !important;
}
.products-list-widget__item-photo .product-image-photo {
  width: 100%;
}
.products-list-widget__item-photo:hover .product-image-photo {
  opacity: 0.9;
}
.products-list-widget__item-name {
  display: block;
  font-size: 1.8rem;
  margin: 0 0 10px;
}
.products-list-widget__item-price {
  margin: 0 0 10px;
}
.products-list-widget__item-more-info-button {
  background-image: none;
  background: none;
  border: 2px solid #008641;
  color: #008641;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 11px 20px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
}
.products-list-widget__item-more-info-button:focus,
.products-list-widget__item-more-info-button:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.products-list-widget__item-more-info-button:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.products-list-widget__item-more-info-button.disabled,
.products-list-widget__item-more-info-button[disabled],
fieldset[disabled] .products-list-widget__item-more-info-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.products-list-widget__item-more-info-button:focus,
.products-list-widget__item-more-info-button:active {
  text-decoration: none;
}
.products-list-widget__item-more-info-button:hover {
  text-decoration: none;
}
.products-list-widget__button-wrapper {
  padding: 40px 0 0;
  text-align: center;
}
.truspilot-widget {
  font-family: 'Poppins', sans-serif;
}
.trustpilot-widget__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  border: 2px solid #008641;
  border-radius: 0;
  padding: 22px 10px;
  text-align: center;
}
.trustpilot-widget__wrapper:hover {
  border-color: #005328;
  text-decoration: none;
}
.trustpilot-widget__wrapper:hover .trustpilot-widget__stars {
  text-decoration: none;
}
.trustpilot-widget__wrapper:hover .trustpilot-widget__total-reviews {
  color: #000000;
}
.trustpilot-widget__wrapper:hover .trustpilot-widget__total-score {
  color: #000000;
}
.trustpilot-widget__total-score {
  order: 10;
  font-size: 1.7rem;
  font-weight: 500;
  color: #000000;
  margin: 0;
}
.trustpilot-widget__total-reviews {
  order: 20;
  font-size: 1.7rem;
  font-weight: 500;
  color: #000000;
  margin: 0;
}
.trustpilot-widget__stars {
  order: 30;
  margin: 5px 0;
  text-decoration: none;
}
.trustpilot-widget__star {
  display: inline-block;
  padding: 3px 5px 2px;
  margin: 0;
  border-radius: 2px;
  font-size: 1rem;
}
.trustpilot-widget__star:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f005";
}
.trustpilot-widget__star--empty {
  background: #c8c8c8;
}
.trustpilot-widget__star--empty:before {
  color: #ffffff;
}
.trustpilot-widget__star--full {
  background: #007e4b;
}
.trustpilot-widget__star--full:before {
  color: #ffffff;
}
.trustpilot-widget__logo {
  order: 40;
  margin: 0;
}
.trustpilot-widget__logo-image {
  max-width: 100px;
}
.sidebar-widget {
  background: #ffffff;
}
.sidebar-widget ul {
  list-style: none;
  margin: 0 0 20px;
}
.sidebar-widget__title {
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #dadada;
  color: #008641;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.sidebar-widget__text {
  background: none;
  border: none;
  padding: 15px 20px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after {
  content: '';
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after {
  clear: both;
}
.sample-form__account-creation {
  color: #8a8a8a;
  margin: -15px 0 25px 0;
}
.wetransfer {
  margin-bottom: 30px;
  display: none;
}
.wetransfer .wetransfer-message {
  margin: 15px 0 15px 0;
}
.sample-form__account-creation {
  color: #8a8a8a;
  margin: -15px 0 25px 0;
}
.wetransfer {
  margin-bottom: 30px;
  display: none;
}
.wetransfer .wetransfer-message {
  margin: 15px 0 15px 0;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.75rem;
}
.block-cart-failed .block-title strong {
  font-weight: 700;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.payment-method-braintree .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dadada;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 9px 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #202020;
  font-style: normal;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #202020;
  font-style: normal;
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #202020;
  font-style: normal;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #006bb4;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #e02b27;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-logo {
  margin-top: 10px;
  text-align: center;
}
.action-braintree-paypal-logo {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
  background: none;
  border: none;
}
.action-braintree-paypal-logo:hover {
  background: none;
  border: none;
}
.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
  pointer-events: none;
  opacity: 0.5;
}
.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  color: #373737;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.75rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 16px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #f01a63;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  color: #373737;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.75rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  color: #373737;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin: 0;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #008641;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.field-error span {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
button.action.primary.checkout {
  background: #F26201 !important;
  border-color: #F26201 !important;
}
.opc-block-shipping-information .shipping-information .shipping-information-title .action-edit:before {
  display: none !important;
}
.opc-block-shipping-information .shipping-information .shipping-information-title .action-edit span {
  width: auto;
  height: auto;
  line-height: initial;
  clip: unset;
  margin: unset;
  padding: unset;
  position: relative;
  bottom: -10px;
  text-transform: lowercase;
  color: #008641;
}
.field-error {
  margin-top: 7px;
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-success {
  margin: 20px 0;
}
.opc-wrapper .form-shipping-address #shipping-new-address-form.fieldset.address div[name="shippingAddress.telephone"] {
  width: 100%;
}
.checkout-index-index .page-header__top-column,
.checkout-onepage-success .page-header__top-column {
  visibility: hidden;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .opc {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.opc-wrapper .opc > li {
  margin: 0;
}
.opc-wrapper .step-title {
  border-bottom: 2px solid #cccccc;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.opc-estimated-wrapper {
  background: #ffffff;
  border-bottom: 2px solid #cccccc;
  border-top: 2px solid #cccccc;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .mini-cart {
  clear: right;
}
.opc-estimated-wrapper .mini-cart button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .mini-cart button.action.showcart:focus,
.opc-estimated-wrapper .mini-cart button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .mini-cart button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .mini-cart button.action.showcart.disabled,
.opc-estimated-wrapper .mini-cart button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .mini-cart button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .mini-cart button.action.showcart:before {
  color: #8f8f8f;
  float: right;
}
.opc-estimated-wrapper .mini-cart button.action.showcart:after {
  content: "";
  background: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-cart.png) no-repeat 0 0;
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-cart.svg), none;
  display: inline-block;
  width: 28px;
  margin-top: 5px;
}
.opc-progress-bar {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.opc-progress-bar > li {
  margin: 0;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #008641;
}
.field-tooltip .field-tooltip-action {
  display: inline;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 40px;
  color: #000000;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #008641;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #008641;
}
.field-tooltip .field-tooltip-content {
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #ffffff;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #a7a7a7;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #ffffff;
  width: 1px;
  z-index: 4;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 20px 0;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #008641;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #008641;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  background: none;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2rem;
  padding: 14px 25px;
  font-size: 1.6rem;
  margin: 20px 0 0;
}
.methods-shipping .actions-toolbar .action.primary:focus,
.methods-shipping .actions-toolbar .action.primary:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.methods-shipping .actions-toolbar .action.primary:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.methods-shipping .actions-toolbar .action.primary.disabled,
.methods-shipping .actions-toolbar .action.primary[disabled],
fieldset[disabled] .methods-shipping .actions-toolbar .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.methods-shipping .actions-toolbar .action.primary:focus,
.methods-shipping .actions-toolbar .action.primary:active {
  text-decoration: none;
}
.methods-shipping .actions-toolbar .action.primary:hover {
  text-decoration: none;
}
.methods-shipping .actions-toolbar .action.primary:focus,
.methods-shipping .actions-toolbar .action.primary:active {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.methods-shipping .actions-toolbar .action.primary:hover {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.methods-shipping .actions-toolbar .action.primary.disabled,
.methods-shipping .actions-toolbar .action.primary[disabled],
fieldset[disabled] .methods-shipping .actions-toolbar .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 2px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #000000;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 2px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #008641;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #ffffff;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 2px solid #dadada;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 24px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 6px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  border: 0;
}
.page-columns__main .opc-block-summary .product-item {
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  margin: 0 0 10px;
}
.opc-block-summary .product-item .product-item-name-block {
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-bottom: 5px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 2.25rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block::before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  background: none;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2rem;
  padding: 14px 25px;
  font-size: 1.6rem;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:focus,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.disabled,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:focus,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:active {
  text-decoration: none;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:hover {
  text-decoration: none;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:focus,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:active {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:hover {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.disabled,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.checkout-payment-method .payment-method-title {
  border-top: 2px solid #cccccc;
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .payment-method-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .payment-method-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .field-select-billing > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payments .legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 2px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #000000;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #008641;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
  filter: grayscale(100%);
  filter: gray;
}
.checkout-payment-method .ccard .legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block {
  margin-bottom: 20px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  margin: 0;
  padding: 0;
  list-style: none none;
  padding-bottom: 30px;
}
.checkout-agreements-items > li {
  margin: 0;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.customer-welcome__name {
  display: inline;
  float: left;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px;
}
.account .page-columns__main h2 {
  margin-top: 0;
}
.account .page-columns__main .toolbar {
  text-align: center;
}
.account .page-columns__main .toolbar .limiter-options {
  width: auto;
}
.account .page-columns__main .limiter > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.field.street .field.additional .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  color: #373737;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.page-columns__main .block .title strong {
  font-size: inherit;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: false;
  line-height: false;
  padding: 9px 15px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-strength-meter-0 .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-strength-meter-1 .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-strength-meter-2 .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strength-meter-3 .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-strength-meter-4 .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 8px 15px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.page-product-giftcard .fieldset.giftcard > .legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .form-giftcard-account .field .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.cart.table-wrapper .gift-content {
  clear: left;
  display: none;
  float: left;
  margin: 20px 0;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: table;
  table-layout: fixed;
}
.cart.table-wrapper .action-gift {
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .action-gift:hover:after {
  color: inherit;
}
.cart.table-wrapper .action-gift:active:after {
  color: inherit;
}
.cart.table-wrapper .action-gift._active:after {
  content: '\e621';
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: none;
  border: 2px solid #008641;
  color: #008641;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.gift-item-block .title:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 2px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 2px solid #dadada;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown {
  display: inline-block;
  position: relative;
}
.giftregisty-dropdown:before,
.giftregisty-dropdown:after {
  content: '';
  display: table;
}
.giftregisty-dropdown:after {
  clear: both;
}
.giftregisty-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.giftregisty-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e607';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.giftregisty-dropdown .action.toggle:hover:after {
  color: #333333;
}
.giftregisty-dropdown .action.toggle:active:after {
  color: #333333;
}
.giftregisty-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.giftregisty-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e618';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.giftregisty-dropdown .action.toggle.active:hover:after {
  color: #333333;
}
.giftregisty-dropdown .action.toggle.active:active:after {
  color: #333333;
}
.giftregisty-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  margin-top: 5px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.giftregisty-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.giftregisty-dropdown ul.dropdown li:hover {
  cursor: pointer;
}
.giftregisty-dropdown.active {
  overflow: visible;
}
.giftregisty-dropdown.active ul.dropdown {
  display: block;
}
.giftregisty-dropdown ul.items {
  padding: 6px 0;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 2px solid #dadada;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 16px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 2px solid #dadada;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 2px solid #dadada;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  color: #373737;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #999999;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #008641;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #999999;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #008641;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  margin-top: 5px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  cursor: pointer;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #008641;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #e5e5e5;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 8px 15px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  color: #373737;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 1000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.wishlist-dropdown:after {
  clear: both;
}
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e607';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist-dropdown .action.toggle:hover:after {
  color: #333333;
}
.wishlist-dropdown .action.toggle:active:after {
  color: #333333;
}
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e618';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist-dropdown .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist-dropdown .action.toggle.active:active:after {
  color: #333333;
}
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  margin-top: 5px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist-dropdown ul.dropdown li:hover {
  cursor: pointer;
}
.wishlist-dropdown.active {
  overflow: visible;
}
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name .wishlist-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-select-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-wishlist-management .wishlist-select-items > li {
  margin: 0;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #999999;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar .wishlist-select,
.block-wishlist-management .wishlist-toolbar .wishlist-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar .wishlist-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 2px solid #dadada;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #6dffb4;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  color: #373737;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.paypal-review .items-qty > li {
  margin: 0;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  color: #373737;
  font-family: 'Poppins', 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 2px solid #dadada;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.order-links {
  border-bottom: 2px solid #dadada;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 20px 0 0;
  padding: 15px 15px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 2px solid #dadada;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title {
  display: none;
}
.order-details-items .items-qty {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.order-details-items .items-qty > li {
  margin: 0;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ": ";
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 2px solid #dadada;
}
.order-details-items .item-options {
  margin: 10px 0;
}
.order-details-items .item-options dt {
  float: left;
  min-width: 30%;
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ": ";
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder {
  border: 2px solid #f2f2f2;
  border-radius: 4px;
  padding: 15px;
}
.block-reorder .actions-toolbar {
  margin: 15px 0 0;
}
.block-reorder .actions-toolbar > .primary,
.block-reorder .actions-toolbar > .secondary {
  display: block;
  float: none;
}
.block-reorder .actions-toolbar > .primary .action,
.block-reorder .actions-toolbar > .secondary .action {
  display: block;
  float: none;
  width: 100%;
}
.block-reorder .actions-toolbar > .secondary {
  margin-top: 10px;
}
.block-reorder .product-item-name {
  display: block;
  overflow: hidden;
}
.block-reorder .product-item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-reorder .product-item .field.item {
  float: left;
  margin-right: 5px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 2px solid #dadada;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.opc-wrapper .form-discount .field .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'luma-icons';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #000000;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #000000;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #000000;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #000000;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 2px solid #dadada;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 2px solid #dadada;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #dadada;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.techtwo-popup {
  display: none;
}
.modals-wrapper--techtwo-popup .techtwo-popup {
  display: block;
}
.modals-wrapper--techtwo-popup .modal-footer {
  display: none;
}
.nozip-pre-fill .sample-form__postal {
  padding-right: 6px;
}
.nozip-pre-fill .sample-form__address-number {
  padding-left: 6px;
}
.sample-form__fieldset {
  margin: 0 0 10px;
}
.sample-form__fieldset .input-text {
  border-color: #d9d9d9;
}
.sample-form__fieldset .field {
  margin: 0 0 15px;
}
.sample-form__fieldset .label {
  display: none;
}
.sample-form__fieldset > .sample-form__legend {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 5px;
}
.sample-form__fieldset > .sample-form__legend--large {
  font-size: 2.2rem;
  margin: 0 0 20px;
  padding: 0;
  line-height: inherit;
}
.sample-form__button {
  background: none;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background: #008641;
  border: 2px solid #008641;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0 0 20px;
  background-color: #f01a63;
  border-color: #f01a63;
  color: #ffffff;
  display: inline-block;
}
.sample-form__button:focus,
.sample-form__button:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.sample-form__button:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.sample-form__button.disabled,
.sample-form__button[disabled],
fieldset[disabled] .sample-form__button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.sample-form__button:focus,
.sample-form__button:active {
  text-decoration: none;
}
.sample-form__button:hover {
  text-decoration: none;
}
.sample-form__button:focus,
.sample-form__button:active {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.sample-form__button:hover {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.sample-form__button.disabled,
.sample-form__button[disabled],
fieldset[disabled] .sample-form__button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.sample-form__button:hover {
  background-color: #ca0d4e;
  border-color: #ca0d4e;
  color: #ffffff;
}
.sample-form__button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: false;
  line-height: inherit;
  color: false;
  margin: 0 0 0 7px;
  vertical-align: middle;
}
.sample-form__button:hover:before {
  color: false;
}
.sample-form__button:active:before {
  color: false;
}
.sample-form__button:before {
  float: right;
  margin-left: 7px;
}
.product-list--grid .product-list__item--selected .product-list__item-inner {
  border-color: #f01a63;
}
.sample-products .item__link {
  cursor: pointer;
}
.sample-products .minimal-price {
  margin: 0;
}
.sample-products .product-list--grid .product-list__item-details-section {
  margin: 10px 0;
}
.sample-products .product-list--grid .product-list__item-price {
  margin: 0 0 15px;
}
.sample-products--selected .product-list--grid .product-list__item {
  width: 50% !important;
}
.sample-products--selected .product-list--grid .product-list__item-inner:hover {
  border-width: 2px;
  box-shadow: none;
}
.sample-products--selected .product-list--grid .product-list__item-photo:hover {
  opacity: 1;
}
.sample-products__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000000;
  margin: 0 0 20px;
}
.product-blocks__action {
  width: 100%;
}
.product-blocks__action .action {
  float: right;
}
.sample-request {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
}
.sample-request__form {
  padding: 0;
}
.sample-request__status {
  order: 1;
  font-size: 1.5rem;
  font-weight: 700;
}
.sample-request__items {
  order: 3;
  margin: 10px 0 0;
}
.sample-request__item {
  border-radius: 40px;
  background: #008641;
  color: #ffffff;
  padding: 10px 15px;
  line-height: normal;
  margin: 0 5px 10px 0;
  display: inline-block;
}
.sample-request__item:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  font-size: inherit;
  line-height: inherit;
  color: #ffffff;
  margin: 1px 0 0 7px;
  vertical-align: middle;
}
.sample-request__item:hover:before {
  color: #ffffff;
}
.sample-request__item:active:before {
  color: false;
}
.sample-request__item:before {
  float: right;
  margin: 1px 0 0 10px;
}
.sample-request__item:hover {
  background: #005328;
  color: #ffffff;
  text-decoration: none;
}
.sample-request__action-wrapper {
  order: 2;
  text-align: right;
  margin: 0;
}
.sample-request__action {
  background-image: none;
  background: none;
  border: 2px solid #008641;
  color: #008641;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: #f01a63;
  border-color: #f01a63;
  color: #ffffff;
  margin: 0;
  display: inline-block;
}
.sample-request__action:focus,
.sample-request__action:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.sample-request__action:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.sample-request__action.disabled,
.sample-request__action[disabled],
fieldset[disabled] .sample-request__action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.sample-request__action:focus,
.sample-request__action:active {
  text-decoration: none;
}
.sample-request__action:hover {
  text-decoration: none;
}
.sample-request__action:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: false;
  line-height: inherit;
  color: false;
  margin: 0 0 0 7px;
  vertical-align: middle;
}
.sample-request__action:hover:before {
  color: false;
}
.sample-request__action:active:before {
  color: false;
}
.sample-request__action:hover {
  background-color: #ca0d4e;
  border-color: #ca0d4e;
  color: #ffffff;
}
.sample-request__action:before {
  float: right;
  margin-left: 7px;
}
.sample-request__action.disabled {
  background: #8a8a8a;
  color: #ffffff;
  border-color: #8a8a8a;
}
.product-configurator-accessories__item {
  padding: 10px;
}
.custom-control--checkbox .custom-control__indicator {
  background: #FFF;
}
.field.qty,
.product-configurator__accessoires,
.product-configurator__cart {
  display: none;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-items,
.block-banners-inline .banner-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li {
  margin: 0;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.page-columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
  white-space: nowrap;
}
.block-event .slider-panel .slider > li {
  margin: 0;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.page-columns__sidebar-main .block-event .slider-panel .slider .item,
.page-columns__sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.header__quick-links a,
.header__quick-links p {
  margin-bottom: 0;
  line-height: 22px;
}
.header__mini-cart {
  color: #373737;
}
.footer__main {
  /*padding-left: 10px;
		padding-right: 10px;*/
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 1280px;
  box-sizing: border-box;
}
.footer__link-phone:before {
  display: inline-block;
  content: 'T';
  width: 15px;
  font-weight: bold;
}
.footer__link-mail:before {
  display: inline-block;
  content: 'E';
  width: 15px;
  font-weight: bold;
}
.footer__column--social-icons {
  position: relative;
  z-index: 98;
  display: inline-block;
}
.footer__column--social-icons li {
  float: left;
  padding-right: 10px;
}
.footer__column span {
  color: #373737 !important;
}
/*
    .social-icon {
        width: 40px;
        height: 40px;
        display: flex;
        background: @primary__color;
        .lib-css(transition, all .1s linear, 1);
        .lib-css(border-radius, 4px);
        justify-content: center;

        &:before {
            font-family: 'FontAwesome';
            font-size: 20px;
            color: white;
            align-self: center;
        }

        &:hover {
            background: darken(@primary__color, 10%);
            text-decoration: none;
        }
    }
    .social-icon--facebook:before { content: @fa-var-facebook; }
    .social-icon--twitter:before { content: @fa-var-twitter; }
    .social-icon--linkedin:before { content: @fa-var-linkedin; }
    .social-icon--googleplus:before { content: @fa-var-google-plus; }
	*/
.footer__whatsapp {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  border: 1px solid #25d366;
  transition: all 0.2s ease-in-out;
  text-align: center;
  z-index: 9999;
}
.footer__whatsapp img {
  max-width: 27px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
}
.social-icon:hover {
  text-decoration: none;
}
.social-icon--pinterest,
.social-icon--facebook,
.social-icon--twitter,
.social-icon--linkedin,
.social-icon--instagram,
.social-icon--googleplus {
  background-position: center center;
  display: inline-block;
  content: '';
  height: 40px;
  width: 40px;
  background-size: cover;
}
.social-icon--pinterest {
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-pinterest.svg), none;
}
.social-icon--facebook {
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-social-facebook.svg), none;
}
.social-icon--twitter {
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-social-twitter.svg), none;
}
.social-icon--linkedin {
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-social-linkedin.svg), none;
}
.social-icon--instagram {
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-social-instagram.svg), none;
}
.checkout-index-index .footer {
  display: none !important;
}
.footer__copyright-links img {
  max-height: 32px;
}
html[lang=de] label[for="paypalmsp"] span {
  border: 3px dashed #e32471;
  padding: 3px 5px;
}
html[lang=nl] .opc-wrapper .business-switch__container .step-title:after {
  content: 'optioneel';
}
html[lang=de] .opc-wrapper .business-switch__container .step-title:after {
  content: 'optional';
}
#customer-email-fieldset .fieldset.hidden-fields {
  display: none !important;
  visibility: hidden !important;
}
.header__checkout-phone {
  line-height: 42px;
  width: 100%;
  text-align: right;
}
.header__checkout-phone p {
  margin: 0;
  padding: 0;
}
.header__checkout-phone span {
  display: none;
}
@media (min-width: 768px) {
  .header__checkout-phone span {
    display: inline;
  }
}
.header__checkout-phone a {
  color: #ee2f80;
  font-weight: 700;
}
@media (max-width: 767px) {
  .header__checkout-phone a {
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .header__checkout-phone a:after {
    content: '';
    background: #ffffff url('/media/icon-phone-solid.svg');
    border: 1px solid #ee2f80;
    height: 40px;
    width: 40px;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin: 6px 0 0 0;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(270deg);
  }
}
.checkout-agreements-block {
  margin-bottom: 0;
}
.field.field-vatid.euvat-address-vatid,
.field.company-input {
  display: none;
}
div.euvat-address-vatid {
  min-height: 115px;
}
.billing-address-details {
  display: none;
}
.select,
.input-text {
  box-shadow: none !important;
  border-radius: 4px !important;
}
.opc-wrapper {
  background-color: #f2f2f2;
  padding: 30px;
}
.opc-wrapper #co-payment-form {
  margin-top: 25px;
}
.opc-wrapper #shipping {
  margin-top: 50px;
}
.opc-wrapper #shipping > .step-title {
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
}
.opc-wrapper #shipping,
.opc-wrapper #payment {
  position: relative;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address,
.opc-wrapper .step-content {
  max-width: 600px !important;
}
.opc-wrapper .form-shipping-address #shipping-new-address-form.fieldset.address div[name="shippingAddress.telephone"] {
  width: 100%;
}
.opc-wrapper .label::after {
  content: normal !important;
}
.opc-wrapper .step-content {
  margin: 0;
}
.opc-wrapper .business-switch__container .business-switch__consumer {
  display: inline-block;
  margin-right: 15px;
}
.opc-wrapper .business-switch__container .business-switch__business {
  display: inline-block;
}
.opc-wrapper .business-switch__container .step-title {
  font-size: 1.5rem !important;
}
.opc-wrapper .business-switch__container .step-title:after {
  color: grey;
  font-size: 1.1rem;
  padding: 0 0 0 5px;
  font-weight: 400;
}
.opc-wrapper .input-text {
  border-radius: 4px;
}
.opc-wrapper .action-euvat-vatid-validate {
  width: 100%;
  border-radius: 4px;
  margin: 0;
}
.opc-wrapper .form-shipping-address #shipping-new-address-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.opc-wrapper .form-shipping-address #shipping-new-address-form .euvat-vatid-country {
  display: none;
}
.opc-wrapper .form-shipping-address #shipping-new-address-form input[name="vat_id"] {
  width: 100%;
}
.opc-wrapper .form-shipping-address #shipping-new-address-form div[name="shippingAddress.firstname"],
.opc-wrapper .form-shipping-address #shipping-new-address-form div[name="shippingAddress.lastname"],
.opc-wrapper .form-shipping-address #shipping-new-address-form div[name="shippingAddress.telephone"],
.opc-wrapper .form-shipping-address #shipping-new-address-form div[name="shippingAddress.country_id"],
.opc-wrapper .form-shipping-address #shipping-new-address-form div[name="shippingAddress.company"],
.opc-wrapper .form-shipping-address #shipping-new-address-form div[name="shippingAddress.vat_id"],
.opc-wrapper .form-shipping-address #shipping-new-address-form div[name="shippingAddress.postcode"],
.opc-wrapper .form-shipping-address #shipping-new-address-form div[name="shippingAddress.city"] {
  width: 48%;
}
.opc-wrapper .form-shipping-address #shipping-new-address-form div[name="shippingAddress.experius_postcode_postcode"],
.opc-wrapper .form-shipping-address #shipping-new-address-form div[name="shippingAddress.experius_postcode_housenumber"],
.opc-wrapper .form-shipping-address #shipping-new-address-form div[name="shippingAddress.experius_postcode_housenumber_addition"] {
  width: 30%;
}
.opc-wrapper .form-shipping-address #shipping-new-address-form .field.street {
  width: 100%;
}
.opc-wrapper .form-shipping-address #shipping-new-address-form .label:after {
  content: none;
}
.opc-wrapper .form-shipping-address #shipping-new-address-form .select {
  font-size: 1.6rem;
  padding: 9px 25px 9px 15px;
  border-radius: 4px;
}
.opc-wrapper #place-order-trigger-wrapper,
.opc-wrapper .actions-toolbar {
  float: left;
}
.opc-wrapper .checkout__list {
  width: 100%;
  display: inline-block;
  font-size: 1.6rem;
}
.opc-wrapper .checkout__list p {
  font-weight: 700;
  margin: 0 0 5px 0;
}
.opc-wrapper .checkout__list ul li {
  font-weight: 400;
  list-style-type: disc;
  margin: 0 0 5px 20px;
  font-size: 1.4rem;
}
.table-checkout-shipping-method tbody td {
  border-top: 0;
}
.field-tooltip {
  display: none;
}
.opc-block-summary {
  background-color: white !important;
}
.opc-block-summary .title {
  font-size: 1.5rem;
  font-weight: 500;
}
.opc-block-summary .items-in-cart {
  border-top: 1px solid #dadada;
  margin-bottom: 0;
}
.opc-block-summary .table-totals {
  border-bottom: 1px solid #dadada !important;
  font-size: 1.4rem;
}
.opc-block-summary .table-totals .grand td {
  padding: 5px 0 0 0;
}
.opc-summary-wrapper {
  margin: 0 0 20px !important;
}
.opc-progress-bar {
  background: #008641;
  height: 45px;
}
.progress-bar-wrapper {
  background-color: #008641;
}
.checkout__header-usps {
  display: none;
}
.progress-bar-container {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 1280px;
  box-sizing: border-box;
}
.opc-progress-bar-item span {
  padding-top: 10px !important;
  padding-bottom: 15px;
  color: white !important;
  font-weight: bold;
  line-height: 1.5;
}
.opc-progress-bar-item span a {
  color: white;
}
.opc-progress-bar-item span:before,
.opc-progress-bar-item span:after {
  display: none;
}
.opc-progress-bar-item a {
  text-decoration: none;
}
.opc-progress-bar-item:before,
.opc-progress-bar-item:after {
  top: unset !important;
  transition: unset !important;
  height: unset !important;
  left: unset !important;
  position: unset !important;
  width: unset !important;
  background: unset !important;
  border-top: unset !important;
  border-left: unset !important;
  border-bottom: unset !important;
}
.checkout-bar__item._active {
  background: #37A069;
  height: 45px;
}
.checkout-bar__item._active span {
  color: #fff;
}
.checkout-bar__item._active:before,
.checkout-bar__item._active:after {
  transition: background 0.3s !important;
  content: '';
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  border-top: 22px solid transparent !important;
  border-bottom: 22px solid transparent !important;
  top: 0 !important;
}
.checkout-bar__item._active:before {
  background: #37A069 !important;
  left: 0 !important;
  border-left: 15px solid #008641 !important;
}
.checkout-bar__item._active:after {
  background: #008641 !important;
  border-left: 15px solid #37A069 !important;
  right: 0 !important;
}
button.action-euvat-vatid-validate {
  margin-top: 15px !important;
  display: inline-block;
}
select.euvat-vatid-country {
  height: 40px;
}
.actions-toolbar .primary button {
  white-space: nowrap;
}
.actions-toolbar .primary button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-left: 10px;
}
div[name="shippingAddress.experius_postcode_postcode"],
div[name="shippingAddress.experius_postcode_housenumber"],
div[name="shippingAddress.experius_postcode_housenumber_addition"] {
  width: 33% !important;
}
div[name="shippingAddress.experius_postcode_housenumber_addition"] {
  padding-right: 0;
}
.product-item-details .product.options {
  margin: 10px 0;
}
.product-item-details .product.options .toggle {
  font-weight: bold;
}
.opc-block-summary .product-item .product-item-name-block {
  padding-right: 5px;
  width: 100%;
  text-align: left;
  flex: 2 1 300px;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  width: 100%;
  text-align: right;
  flex: 1 1 25px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .street__labels .field .label {
  display: block;
  margin-bottom: 5px;
}
.street__labels .field .label {
  display: block;
  margin-bottom: 5px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .street__labels .field .control {
  margin-bottom: 5px;
}
.street__labels .field .control {
  margin-bottom: 5px;
}
.checkout-cart-index {
  color: #373737;
}
.checkout-index-index {
  color: #373737;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit {
  top: unset;
}
.checkout-index-index .product-item-details .product.options {
  display: none;
}
.checkout-index-index .col-method,
.checkout-index-index .col-carrier {
  padding-bottom: 5px;
}
.checkout-index-index tr.totals.sub {
  display: none;
}
.checkout-index-index .checkout-payment-method .payment-method-issuers {
  padding: 0 15px;
}
td.amount.total-amount {
  width: 1px;
}
th.mark.totals-label {
  text-align: right;
}
.total-amount .price {
  color: #008641;
}
.usp-free-shipping {
  color: #008641;
}
.usp-free-shipping:before {
  display: inline-block;
  transform: rotate(45deg);
  height: 12px;
  width: 6px;
  border-bottom: 2px solid #008641;
  border-right: 2px solid #008641;
  content: '';
  margin-right: 10px;
}
.opc-wrapper {
  background: #f2f2f2;
}
.checkout__next-button {
  background: #F26201 !important;
  border: 2px solid #F26201 !important;
}
.checkout__next-button:hover {
  border: 2px solid #F26201 !important;
}
.methods-shipping .control {
  position: relative;
}
.methods-shipping .ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  top: 12px;
  border: 0;
  color: black;
  background-repeat: no-repeat;
  background-size: 50px 17px;
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/calendar-regular.svg);
}
.methods-shipping .ui-datepicker-trigger:hover,
.methods-shipping .ui-datepicker-trigger:focus,
.methods-shipping .ui-datepicker-trigger:active {
  background: none;
  position: absolute;
  right: 10px;
  top: 12px;
  border: 0;
  color: black;
  background-repeat: no-repeat;
  background-size: 50px 17px;
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/calendar-regular.svg);
}
.methods-shipping input,
.methods-shipping select {
  border-radius: 6px;
  max-width: unset !important;
}
div#shipping-method-buttons-container {
  display: flex;
}
.opc-wrapper .step-title {
  border: 0 !important;
}
.table-checkout-shipping-method tbody td {
  padding-bottom: 20px;
  padding-top: 0;
}
.checkout__usp {
  margin-top: 1px;
}
.checkout__usp.cart__usp {
  font-size: 1.3rem;
  color: grey;
  padding: 12px 25px;
  display: inline-block;
}
.checkout__usp.cart__usp strong {
  text-decoration: underline;
}
/* Datepicker */
.ui-datepicker {
  border: #008641 1px solid;
  background: white;
}
.ui-datepicker .ui-datepicker-calendar {
  border: 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
  border: 0;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  margin-top: 1px;
  border-color: transparent #008641 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
  margin-top: 1px;
  border-color: transparent transparent transparent #008641;
}
.ui-datepicker .ui-datepicker-calendar td {
  border: 0;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
  background: #008641;
  color: white;
  border-radius: 100%;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: white;
  font-weight: 700;
  border: 0;
}
.ui-datepicker .ui-datepicker-calendar th {
  text-align: center;
  background: white;
  color: grey;
  border: 0;
}
.ui-datepicker .ui-datepicker-calendar td a {
  font-weight: 700;
  padding: 4px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
  text-decoration: line-through;
  padding: 4px;
  text-align: center;
}
.checkout__usp.cart__usp a {
  color: grey;
}
.opc-wrapper .form-shipping-address #shipping-new-address-form .select {
  padding: 8px 25px 8px 15px;
}
div[name="shippingAddress.street.0"] label {
  display: none !important;
}
.table-checkout-shipping-method {
  min-width: 100%;
}
div[name="shippingAddress.experius_postcode_postcode"] {
  width: 65% !important;
}
div[name="shippingAddress.experius_postcode_housenumber"],
div[name="shippingAddress.experius_postcode_housenumber_addition"] {
  width: 35% !important;
}
.opc-wrapper .form-shipping-address #shipping-new-address-form div[name="shippingAddress.experius_postcode_postcode"] {
  width: 35% !important;
}
.opc-wrapper .form-shipping-address #shipping-new-address-form div[name="shippingAddress.experius_postcode_housenumber"] {
  width: 30% !important;
}
#experius-postcode-fieldset {
  float: left;
  width: 71% !important;
  margin-left: 0px !important;
}
#experius-postcode-fieldset div.shippingAddress-city {
  display: none;
}
#experius-postcode-fieldset > strong {
  display: none !important;
}
#experius-postcode-fieldset .field {
  padding: 0;
}
#experius-postcode-fieldset .field[name*='experius_postcode_postcode'] {
  padding-right: 20px;
}
#checkout-shipping-method-load > span {
  margin: 15px 0 0 0;
  display: inline-block;
  font-size: 1.3rem;
  color: grey;
}
#label_delivery_date_store_pickup {
  display: none !important;
}
.field.shippingAddress-country_id {
  float: left;
  width: 100% !important;
}
#opc-shipping_method #onepage-checkout-shipping-method-additional-load {
  margin: 0;
}
div.euvat-address-vatid {
  min-height: 0;
}
.methods-shipping .field[name="shippingAddress.delivery_date"],
.methods-shipping .field[name="shippingAddress.alternative_delivery_date"] {
  height: 0;
  width: 0;
  visibility: hidden;
  /*display: none;*/
}
.methods-shipping .field[name="shippingAddress.extension_attributes.aanleg_service"] {
  width: 100%;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.checkout-payment-method .payment-option-title {
  border-top: 0;
}
.payment-method {
  position: relative;
}
.checkout-payment-method .payment-method .payment-method-title {
  border: 0;
  padding: 20px;
  margin: 0;
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .payment-method .payment-method-content br {
  display: none;
}
.checkout-payment-method .payment-method._active .payment-method-title {
  border-bottom: 1px solid grey;
}
.checkout-payment-method .payment-method._active .payment-method-title {
  border: 0;
}
.checkout-payment-method .payment-method label {
  font-weight: 700;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 500 !important;
  color: #373737;
}
/******* SWITCHES *******/
#opc-shipping_method #aanleg-service .switch {
  border: 1px solid #e5e5e5;
  padding: 7px 15px;
  display: block;
  background: #fdfcfc;
  margin: 0 0 5% 0;
  box-shadow: 1px 1px 3px #0000002b;
}
.payment-method._active,
#checkout-step-shipping_method table tbody tr.active,
#opc-shipping_method #aanleg-service .switch.active {
  border: 1px solid #2f9e64;
  background: #f0fff7;
}
.business-switch__container .step-title {
  padding-bottom: 5px;
}
div[name="shippingAddress.experius_postcode_disable"] {
  display: none;
}
.field.shippingAddress-street .label,
.field.shippingAddress-street ._required._disabled,
.field.shippingAddress-city._required._disabled {
  display: none;
}
/* Payment method labels */
.checkout-payment-method .payment-method label {
  font-weight: 700;
  position: relative;
}
html:lang(nl) label[for="ideal"] span:after,
html:lang(nl) label[for="paypalmsp"] span:after,
html:lang(nl) label[for="mastercard"] span:after {
  position: absolute;
  height: 20px;
  width: 200px;
  color: grey;
  font-weight: 400;
  bottom: -25px;
  left: 76px;
  font-size: 13px;
}
html:lang(nl) label[for="paypalmsp"] span:after {
  content: 'De snelste methode';
}
html:lang(nl) label[for="ideal"] span:after {
  content: 'Gratis, snel & veilig';
}
html:lang(nl) label[for="mastercard"] span:after {
  content: 'Betaal met Mastercard of Visa';
}
/* Placeholders */
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc !important;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccccc !important;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cccccc !important;
}
/* Change accent color radios */
.payment-method-title input,
#opc-shipping_method input,
#opc-shipping_method label,
.business-switch__container input,
.business-switch__container label {
  accent-color: #2f9e64;
  cursor: pointer;
}
/* Place order trigger */
button#place-order-trigger {
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2rem;
  padding: 14px 25px;
  font-size: 1.6rem;
  background: #F26201 !important;
  border: 2px solid #F26201 !important;
}
button#place-order-trigger:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-left: 10px;
}
.methods-shipping .actions-toolbar .action.primary,
button#place-order-trigger {
  border-radius: 5px;
  padding: 10px 25px;
  margin: 0;
}
/* Previous button */
.back {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
#shipping .back {
  top: -17px;
}
.action.back {
  cursor: pointer;
  margin: 0 0 25px 0;
  display: inline-block;
  font-size: 12px;
  color: grey;
}
/* Field validation */
.control {
  position: relative;
}
.control.valid:before {
  content: " ";
  display: block;
  background: #008641;
  height: 15px;
  width: 15px;
  margin-top: -0.4em;
  border-radius: 50%;
  position: absolute;
  right: 7px;
  top: 20px;
}
.control.valid:after {
  content: " ";
  display: block;
  width: 0.3em;
  height: 0.6em;
  border: solid white;
  border-width: 0 0.18em 0.18em 0;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
  top: 21px;
}
/* Zipcode field */
#zipcode-found {
  color: grey;
  background: #eeeeee;
  width: 100%;
  padding: 15px;
  margin: 0 0 10px 0;
}
#zipcode-found .title {
  color: black;
  font-weight: 700;
  float: left;
  font-size: 1.5rem;
}
#zipcode-found a {
  color: #ee2f80;
  font-size: 12px;
  margin-left: 5px;
  text-decoration: underline;
}
#zipcode-found span {
  width: 100%;
  display: inline-block;
}
/* Shipping methods */
#checkout-step-shipping_method table tbody tr {
  float: left;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 15px 15px 7px 15px;
  display: block;
  background: #fdfcfc;
  box-shadow: 1px 1px 3px #00000040;
  margin: 0;
  min-height: 110px;
  cursor: pointer;
}
#checkout-step-shipping_method table tbody tr:first-child {
  width: 100%;
  margin: 0 3% 3% 0;
}
#checkout-step-shipping_method table tbody tr td.col-method:nth-child(2) {
  font-weight: 700;
}
#checkout-step-shipping_method table tbody tr td.col-method:nth-child(2):after {
  content: 'Gratis';
  color: green;
  display: inline;
  margin: 0 0 0 5px;
  font-size: 12px;
  font-weight: 400;
}
#checkout-step-shipping_method table tbody tr td.col-carrier {
  width: 100%;
  float: left;
  padding: 0 0 0 30px;
  font-size: 1.3rem;
}
#checkout-step-shipping_method table tbody tr .col-change-date {
  color: #ee2f80;
  font-size: 12px;
  margin: 5px 0 0 15px;
  position: relative;
}
#checkout-step-shipping_method table tbody tr .col-change-date span {
  padding-left: 17px;
}
#checkout-step-shipping_method table tbody tr .col-change-date:before {
  transform: rotate(90deg);
  padding: 0 0 0 5px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin: 1px 0 0 5px;
  font-size: 16px;
  position: absolute;
}
#checkout-step-shipping_method table tbody tr .col-change-date.active:before {
  transform: rotate(270deg);
  margin: 2px 0 0 5px;
}
html:lang(de) #checkout-step-shipping_method table tbody tr td.col-method:nth-child(2):after {
  content: 'Kostenlos';
}
/* Aanlegservice */
#opc-shipping_method #onepage-checkout-shipping-method-additional-load {
  margin: 25px 0 0 0;
  width: 100%;
  display: block;
}
#opc-shipping_method #aanleg-service {
  margin: 0px 0 25px 0;
  display: inline-block;
}
#opc-shipping_method #aanleg-service .title {
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: none;
}
#opc-shipping_method #aanleg-service .subtitle {
  padding: 25px 0 5px;
  font-weight: 700;
}
#opc-shipping_method #aanleg-service .subtitle span,
#opc-shipping_method #aanleg-service .title span {
  font-size: 1.1rem;
  color: grey;
  padding: 0 0 0 5px;
  font-weight: 400;
}
#opc-shipping_method #aanleg-service .switch {
  border: 1px solid #e5e5e5;
  padding: 7px 15px;
  display: block;
  background: #fdfcfc;
  margin: 0 0 3% 0;
  box-shadow: 1px 1px 3px #00000040;
}
#opc-shipping_method #aanleg-service .switch label span {
  font-weight: 700;
}
#opc-shipping_method #aanleg-service .switch label span.text {
  width: 100%;
  color: grey;
  font-size: 12px;
  display: block;
  font-weight: 400;
}
#opc-shipping_method #aanleg-service .switches {
  float: left;
  width: 100%;
  margin: 0 3% 0 0;
}
#opc-shipping_method #aanleg-service .information {
  float: right;
  width: 100%;
  padding: 15px;
  display: block;
  background: #e9e9e9;
  margin: 0 0 15px 0;
  font-size: 1.3rem;
  color: grey;
}
#opc-shipping_method #aanleg-service .information strong {
  color: black;
}
#opc-shipping_method #aanleg-service .information a {
  text-decoration: underline;
  color: grey;
}
#MyCustomTrustbadge .ts-badge-custom_db8d3657bdbe440c985ae127463eaad4 {
  width: 100% !important;
}
#MyCustomTrustbadge .ts-badge-custom_db8d3657bdbe440c985ae127463eaad4 #tsCustomBadge4_db8d3657bdbe440c985ae127463eaad4 {
  width: 100% !important;
}
.cashdesk-account {
  margin: 0 0 40px;
}
.cashdesk-account__fieldset {
  margin: 0 0 20px;
}
.cashdesk-account__new-account {
  display: none;
}
.cashdesk-account__assign-button-wrapper {
  display: none;
}
.cashdesk-account__assign-button {
  background: none;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.cashdesk-account__assign-button:focus,
.cashdesk-account__assign-button:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.cashdesk-account__assign-button:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.cashdesk-account__assign-button.disabled,
.cashdesk-account__assign-button[disabled],
fieldset[disabled] .cashdesk-account__assign-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.cashdesk-account__assign-button:focus,
.cashdesk-account__assign-button:active {
  text-decoration: none;
}
.cashdesk-account__assign-button:hover {
  text-decoration: none;
}
.cashdesk-account__assign-button:focus,
.cashdesk-account__assign-button:active {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.cashdesk-account__assign-button:hover {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
.cashdesk-account__assign-button.disabled,
.cashdesk-account__assign-button[disabled],
fieldset[disabled] .cashdesk-account__assign-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.js-cashdesk-account__find-button {
  display: none;
}
.cashdesk-account__loader {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  display: none;
}
.cashdesk-account__loader:before {
  background: transparent url('../../frontend/Techtwo/kunstgrasnet/nl_NL/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 60px;
  width: 60px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.js-cashdesk-account__customer-info-message {
  border-radius: 0;
  margin: 20px 0;
  padding: 15px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.js-cashdesk-account__customer-info-message a {
  color: #000000;
}
.js-cashdesk-account__customer-info-message a:hover {
  color: #000000;
}
.js-cashdesk-account__customer-info-message a:active {
  color: #000000;
}
.js-cashdesk-account__customer-info-message a {
  color: #000000;
}
.js-cashdesk-account__customer-info-message a:hover {
  color: #000000;
}
.js-cashdesk-account__customer-info-message a:active {
  color: #000000;
}
.js-cashdesk-account__customer-info-message > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #006400;
  content: '\e610';
  font-family: 'luma-icons';
  margin: -8px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 20px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.cashdesk-discount__title {
  color: #008641;
}
.cashdesk-discount__title strong {
  font-weight: 400;
}
.cashdesk-discount__label {
  display: none;
}
.cashdesk-discount__button {
  background: none;
  border: 2px solid #008641;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-transform: uppercase;
  background-image: none;
  background: #8a8a8a;
  border: 2px solid #8a8a8a;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  height: 40px;
}
.cashdesk-discount__button:focus,
.cashdesk-discount__button:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.cashdesk-discount__button:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.cashdesk-discount__button.disabled,
.cashdesk-discount__button[disabled],
fieldset[disabled] .cashdesk-discount__button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.cashdesk-discount__button:focus,
.cashdesk-discount__button:active {
  text-decoration: none;
}
.cashdesk-discount__button:hover {
  text-decoration: none;
}
.cashdesk-discount__button:focus,
.cashdesk-discount__button:active {
  background: #777777;
  border: 2px solid #777777;
  color: #ffffff;
}
.cashdesk-discount__button:hover {
  background: #777777;
  border: 2px solid #777777;
  color: #ffffff;
}
.cashdesk-discount__button.disabled,
.cashdesk-discount__button[disabled],
fieldset[disabled] .cashdesk-discount__button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.cashdesk-discount input.cashdesk-discount__input {
  height: 40px;
}
body .fancybox-title-float-wrap {
  margin-bottom: -50px;
}
body .fancybox-title-float-wrap .child {
  max-width: 90vw;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .imagegallery {
  border: 2px solid #dadada;
  box-shadow: none;
}
.page-section:nth-child(even) {
  background-color: #f2f2f2;
}
/* enable fluid container on homepage */
.cms-index-index .page-section__inner {
  max-width: 100%;
}
.cms-index-index .page-section__inner .container {
  max-width: 1280px;
  margin: 0 auto;
}
.price-box-suffix {
  color: #999999;
  display: inline-flex;
  font-size: 11px;
  font-weight: 400;
  margin-left: 10px;
  order: 100;
  align-self: center;
}
.product-info__price .price-box-suffix {
  align-self: flex-end;
}
.product-blocks__block--featured-actions {
  order: -1;
  text-align: right;
}
.product-blocks__block--featured-actions .product-blocks__action {
  display: inline-block;
  width: auto;
}
.product-blocks__block--featured-actions .product-blocks__action + .product-blocks__action {
  margin-right: 10px;
}
.product-blocks__action .tosamplerequest {
  background: none;
  border: 2px solid #008641;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background: #f01a63;
  border: 2px solid #f01a63;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.product-blocks__action .tosamplerequest:focus,
.product-blocks__action .tosamplerequest:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.product-blocks__action .tosamplerequest:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.product-blocks__action .tosamplerequest.disabled,
.product-blocks__action .tosamplerequest[disabled],
fieldset[disabled] .product-blocks__action .tosamplerequest {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product-blocks__action .tosamplerequest:focus,
.product-blocks__action .tosamplerequest:active {
  text-decoration: none;
}
.product-blocks__action .tosamplerequest:hover {
  text-decoration: none;
}
.product-blocks__action .tosamplerequest:focus,
.product-blocks__action .tosamplerequest:active {
  background: #d60e52;
  border: 2px solid #d60e52;
  color: #ffffff;
}
.product-blocks__action .tosamplerequest:hover {
  background: #d60e52;
  border: 2px solid #d60e52;
  color: #ffffff;
}
.product-blocks__action .tosamplerequest.disabled,
.product-blocks__action .tosamplerequest[disabled],
fieldset[disabled] .product-blocks__action .tosamplerequest {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product-main__information {
  padding: 25px 0 0 0;
}
#measuringInstructionsModal.modal {
  display: none;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
#measuringInstructionsModal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 55%;
}
#measuringInstructionsModal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#measuringInstructionsModal .close:hover,
#measuringInstructionsModal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.product-configurator {
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #C8E4FF;
  background: var(--Grey-BG, #f2f8fd);
  margin: 0 0 15px 0;
}
.product-configurator .message.success {
  margin: 0 0 20px 0;
  border: 2px solid #008641;
}
.product-configurator legend {
  font-weight: 500;
  font-size: 1.4rem;
  margin: 15px 0 5px 0;
}
.product-configurator dd,
.product-configurator dt {
  font-weight: 400;
  color: #687388;
  font-size: 1.3rem;
}
.product-configurator .product-configurator__fieldset > .field > .label {
  font-size: 1.4rem;
  font-weight: 400;
}
.product-configurator .product-configurator__fieldset > .field > .label span {
  font-weight: 500;
  margin-right: 5px;
}
.product-configurator .product-configurator-related-info {
  display: none !important;
}
.product-configurator .product-configurator__title {
  margin-top: 0;
}
.product-configurator .product-configurator__title h2 {
  margin-top: 0;
}
.product-configurator .product-configurator-accessories__item {
  padding: 0;
}
.product-configurator .product-configurator-accessories__item .custom-control__image {
  float: left;
  padding: 0 15px 0 0;
}
.product-configurator .product-configurator-accessories__item .custom-control__image img {
  width: 64px;
  height: 64px;
}
.product-configurator .product-configurator-accessories__item.recommended {
  background: none;
}
.product-configurator .product-configurator-bottom-type input[type="radio"] {
  border: 0px;
  width: 24px;
  color: black;
  height: 24px;
  margin: 0;
  accent-color: #373737;
  vertical-align: top;
}
.product-configurator .product-configurator-bottom-type label {
  margin: 0 25px 0 7px;
}
.product-configurator .custom-control {
  width: 100%;
}
.product-configurator .custom-control--checkbox input[type="checkbox"] {
  display: none;
}
.product-configurator .custom-control__quantity {
  display: inline-block;
  max-width: 60px;
  float: right;
  margin: -10px 0 0 0;
}
.product-configurator .custom-control__description {
  font-weight: 500;
  vertical-align: middle;
}
.product-configurator .custom-control__description .custom-control__description__name,
.product-configurator .custom-control__description .custom-control__description__order-type {
  font-weight: 400;
}
.product-configurator .custom-control__indicator {
  width: 2.4rem;
  height: 2.4rem;
  margin: 20px 0 0 0;
}
.product-configurator .custom-control__input:checked ~ .custom-control__indicator {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.16251 9.50001L0.887512 5.22501L1.95626 4.15626L5.16251 7.36251L12.0438 0.481262L13.1125 1.55001L5.16251 9.50001Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-configurator #product-add-size-button {
  background: none;
  color: #373737;
  font-weight: 400;
  border: none;
  text-decoration: underline;
  font-size: 1.4rem;
  text-transform: none;
  padding: 0;
}
.product-configurator #product-add-size-button:hover {
  text-decoration: none;
}
#product-addtocart-button {
  border: 1px solid #f01a63;
  width: 100%;
  max-width: 100%;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding: 15px 16px;
  text-transform: none;
  background-color: #f01a63;
  color: white;
}
#product-addtocart-button:before,
#product-addtocart-button:after {
  display: none !important;
}
#product-addtocart-button:hover {
  background: white;
  color: #373737;
}
.product-configurator__title {
  margin: 0 0 20px;
}
.product-configurator__title a {
  color: #f01a63;
  text-decoration: underline;
}
.product-configurator__title a:hover,
.product-configurator__title a:active,
.product-configurator__title a:focus,
.product-configurator__title a:visited {
  color: #f01a63;
  text-decoration: none;
}
.product-configurator__fieldset {
  color: #373737;
  border: 0;
  margin: 0 0 20px;
  padding: 0;
  letter-spacing: -.31em;
}
.product-configurator__fieldset > * {
  letter-spacing: normal;
}
.product-configurator__fieldset > .legend {
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  float: left;
  color: #008641;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.6rem;
}
.product-configurator__fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.product-configurator__fieldset > .legend {
  float: none;
}
.product-configurator__fieldset > .field {
  margin: 0 0 10px;
  padding: 0 12px 0 0;
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.product-configurator__fieldset > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.product-configurator__fieldset > .field:last-child {
  margin-bottom: 0;
}
.product-configurator__fieldset > .field + .fieldset {
  clear: both;
}
.product-configurator__fieldset > .field > .label {
  font-weight: 700;
}
.product-configurator__fieldset > .field > .label + br {
  display: none;
}
.product-configurator__fieldset > .field .choice input {
  vertical-align: top;
}
.product-configurator__fieldset > .field .fields.group:before,
.product-configurator__fieldset > .field .fields.group:after {
  content: '';
  display: table;
}
.product-configurator__fieldset > .field .fields.group:after {
  clear: both;
}
.product-configurator__fieldset > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.product-configurator__fieldset > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.product-configurator__fieldset > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.product-configurator__fieldset > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.product-configurator__fieldset > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.product-configurator__fieldset > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.product-configurator__fieldset > .field .addon textarea,
.product-configurator__fieldset > .field .addon select,
.product-configurator__fieldset > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.product-configurator__fieldset > .field .addon .addbefore,
.product-configurator__fieldset > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dadada;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 9px 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.product-configurator__fieldset > .field .addon .addbefore:disabled,
.product-configurator__fieldset > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.product-configurator__fieldset > .field .addon .addbefore::-moz-placeholder,
.product-configurator__fieldset > .field .addon .addafter::-moz-placeholder {
  color: #202020;
  font-style: normal;
}
.product-configurator__fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.product-configurator__fieldset > .field .addon .addafter::-webkit-input-placeholder {
  color: #202020;
  font-style: normal;
}
.product-configurator__fieldset > .field .addon .addbefore:-ms-input-placeholder,
.product-configurator__fieldset > .field .addon .addafter:-ms-input-placeholder {
  color: #202020;
  font-style: normal;
}
.product-configurator__fieldset > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.product-configurator__fieldset > .field .additional {
  margin-top: 10px;
}
.product-configurator__fieldset > .field.required > .label:after,
.product-configurator__fieldset > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-configurator__fieldset > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.product-configurator__fieldset > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  content: '\e618';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-configurator__fieldset .btn {
  background-color: #008641;
  color: #FFFFFF;
}
.product-configurator__fieldset .btn:hover {
  background-color: #005328;
}
.product-configurator__fieldset .calculate-wrapper {
  width: 100%;
}
.product-configurator__fieldset .calculate-wrapper #instructions_btn {
  float: right;
  text-decoration: underline;
  line-height: 42px;
}
.product-configurator__fieldset .calculate-wrapper #instructions_btn:hover {
  text-decoration: none;
}
#product-add-size-button {
  border: 1px solid #f01a63!important;
  width: auto;
  color: #373737;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding: 15px 16px!important;
  text-transform: none;
  background: white !important;
  text-decoration: none !important;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0 0 20px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
}
#product-add-size-button:hover {
  background: #f01a63 !important;
  color: white !important;
}
.product-configurator-info__list {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product-configurator-info__list > li {
  display: inline-block;
  vertical-align: top;
}
.product-configurator-info__list > li {
  margin-top: 0;
}
.product-add-form .action.primary.tocart {
  float: left;
  margin-right: 10px;
  white-space: nowrap;
}
.product-add-form .action.primary.tocart:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-left: 10px;
}
.product-add-form .action.primary.tocart:before {
  content: "";
  background: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-cart-white.png) no-repeat 0 0;
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-cart-white.svg), none;
  display: inline-block;
  height: 15px;
  width: 27px;
  background-size: 26px 15px;
  margin-right: 10px;
  vertical-align: bottom;
}
.product-configurator__final-price-container {
  line-height: 2.5rem;
  margin: 0;
}
.product-configurator__final-price-list {
  margin-bottom: 0;
}
.product-configurator__final-price-list dd {
  font-size: 2rem;
  font-weight: 700;
  margin: 15px 0;
  color: #373737;
}
.product-configurator__final-price {
  font-size: 2rem;
  font-weight: 700;
  margin: 15px 0;
  float: none !important;
  color: #373737;
  text-align: right;
}
.product-configurator-info #render-custom-message {
  color: red;
}
.product-featured-attributes {
  line-height: 25px;
  margin: 0 0 10px;
}
.product-featured-attributes:before,
.product-featured-attributes:after {
  content: '';
  display: table;
}
.product-featured-attributes:after {
  clear: both;
}
.product-featured-attributes img {
  vertical-align: middle;
}
.product-featured-attributes__title {
  float: left;
  margin: 0 10px 0 0;
  min-width: 30%;
}
.product-featured-attributes__description {
  margin: 0;
  overflow: hidden;
}
.product-main__video {
  margin: 20px 0;
  width: 100%;
  height: 320px;
}
.product-blocks__block--icons {
  margin-top: 20px;
}
.product-icons__item {
  display: inline-block;
}
.product-icons__icon {
  max-width: 70px;
}
.product-icons__tooltip {
  display: block;
}
.product-icons__tooltip .techtwo-tooltip__content {
  min-width: 0;
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  padding: 10px 15px;
  text-align: center;
}
.product-icons__tooltip .techtwo-tooltip__content:before {
  background: white;
  border: none;
  box-shadow: 1px 1px 0 0 #bababc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -.30714286em;
  top: auto;
  right: auto;
  bottom: -.30714286em;
  left: 50%;
  height: .71428571em;
  width: .71428571em;
  z-index: 2;
}
.product-icons__tooltip .techtwo-tooltip__content:after {
  display: none;
}
.product-list--grid .product-list__item-price .price-box {
  display: inline-block;
}
.catalogsearch-result-index .alpine-flash-message {
  display: none;
}
.catalogsearch-result-index .product-list .product-list__item .product-list__item-action,
.catalogsearch-result-index .product-list .product-list__item .product-list__item-actions--secondary,
.catalogsearch-result-index .product-list .product-list__item .product-list__item-actions--primary {
  display: none;
}
.product-list--grid .product-list__item-inner {
  background: white;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-list--grid .product-list__item-inner .product-list__item-info {
  margin: 0;
  white-space: normal;
  min-height: 60px;
}
.product-list--grid .product-list__item-inner .product-list__item-info .product-list__item-name {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 27px;
  height: auto !important;
}
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-detail-list {
  margin: 0 0 15px 0;
}
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-detail-list .ratingComponent {
  display: inline-block;
  width: 100%;
  padding: 3px 0;
}
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-detail-list .ratingComponent__heading {
  display: block;
  color: #687388;
  float: left;
  min-width: 100px;
  font-size: 1.4rem;
}
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-detail-list .ratingComponent__rating {
  display: flex;
  flex-direction: row-reverse;
  align-items: right;
  align-content: right;
  justify-content: right;
  color: #687388;
  font-size: 1.4rem;
}
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-detail-list .ratingComponent__dot {
  background-color: #c4cee1;
  border: solid 2px #c4cee1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 10px 5px 0 0;
}
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-detail-list .ratingComponent__dot:first-of-type {
  /*margin: 0;*/
}
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-detail-list .ratingComponent__dot--filled {
  background-color: #0c8e50;
  border: solid 2px #0c8e50;
}
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-detail-list .ratingComponent__dot--unRated {
  background-color: #c4cee1;
  border-color: #c4cee1;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-detail-list .ratingComponent__dot--unRated:hover,
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-detail-list .ratingComponent__dot--unRated:hover ~ .ratingComponent__dot,
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-detail-list .ratingComponent__dot--unRated:focus,
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-detail-list .ratingComponent__dot--unRated:focus ~ .ratingComponent__dot {
  border-color: #c4cee1;
  background-color: #c4cee1;
}
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-price {
  position: relative;
  float: left;
  margin: 10px 0 0 0;
}
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-price .strikethrough {
  position: relative;
  color: #f01a63;
}
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-price .strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-details {
  width: 100%;
  display: grid;
}
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-actions {
  position: relative;
}
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-action {
  line-height: 40px;
  padding: 0;
}
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-actions--primary {
  display: inline-block;
  float: right;
}
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-actions--secondary {
  margin: 0;
  text-align: left;
  display: inline-block;
  width: 70%;
  padding-left: 15px;
}
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-action--more-info {
  float: right;
  width: 30px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 40px;
  width: 40px;
}
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-action--more-info:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Crect width='24' height='24' transform='translate(0.400024)' fill='white'/%3E%3Cpath d='M17.4789 12.5H5.40002V11.5H17.4789L11.6865 5.7077L12.4 5L19.4 12L12.4 19L11.6865 18.2923L17.4789 12.5Z' fill='%23F01A63'/%3E%3C/svg%3E");
  height: 40px;
  width: 40px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-list--grid .product-list__item-inner .product-list__item-details-wrapper .product-list__item-action--more-info:hover {
  text-decoration: none;
}
.product-list--grid .product-list__item-inner .product-list__item-photo .product-image-wrapper {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.product-list--grid .product-list__item-inner .product-list__item-photo .product-label {
  border-radius: 5px;
  background: #373737;
  color: white;
  left: 15px;
  top: 15px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-transform: none;
}
.product-list--grid .product-list__item-action--samplerequest {
  background: white;
}
.product-list--grid .product-list__item-action--samplerequest:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M7.4 6L1.4 12L-6.11959e-08 10.6L4.6 6L-4.63341e-07 1.4L1.4 -6.11959e-08L7.4 6Z' fill='%23F01A63'/%3E%3C/svg%3E");
  height: 40px;
  width: 12px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
.product-list--grid .product-list__item-action--samplerequest:hover {
  cursor: pointer;
}
.product-list--grid .product-list__item-details-section-label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.product-list--grid .product-list__item-details-section {
  margin: 10px 0;
}
.sample-product-index .strikethrough {
  position: relative;
  color: #f01a63;
}
.sample-product-index .strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.sample-product-index__back {
  color: grey;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}
h1.sample-product-index__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000000;
  margin: 0 0 20px;
}
ul.checkmark.top-space {
  margin: 10px 0 0 0;
}
ul.checkmark li {
  font-size: 16px;
  margin-bottom: 0.5em;
  margin-top: 0;
  list-style-type: none;
  padding: 0 0 0 1.8em;
  position: relative;
}
ul.checkmark li:before {
  content: " ";
  display: block;
  border: solid .5em #008641;
  border-radius: .5em;
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  top: 40%;
  margin-top: -.4em;
}
ul.checkmark li:after {
  content: " ";
  display: block;
  width: .3em;
  height: .6em;
  border: solid #fff;
  border-width: 0 .18em .18em 0;
  position: absolute;
  left: 0.4em;
  top: 33%;
  margin-top: -.2em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.catalog-product-view-productconfigurator ul.checkmark li {
  font-size: 1.4rem;
}
.catalog-product-view-productconfigurator ul.checkmark li:after {
  left: 5px;
  top: 35%;
}
.text-widget__title {
  margin-top: inherit;
  margin-bottom: inherit;
  line-height: inherit;
}
.hero {
  padding: 7% 25px 0 25px;
  min-height: 200px;
  border-radius: 10px;
  margin: 0 0 25px 0;
  background: radial-gradient(36.78% 76.39% at 49.86% 23.61%, #d7f9ec 0%, #b9ead8 100%);
  overflow: hidden;
}
.hero .hero__image {
  position: absolute;
  right: -71px;
  bottom: 0;
  max-width: 260px;
}
.hero .hero__title {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3.3rem;
  color: #0F675C;
  opacity: 0.5;
}
.hero .hero__subtitle {
  font-weight: 600;
  font-size: 2.0rem;
  line-height: 3.0rem;
  color: #0c8e50;
}
.hero .hero__subtitle h1 {
  font-weight: 600;
  font-size: 2.0rem;
  line-height: 3.0rem;
  color: #0c8e50;
  margin: 0;
}
.hero .hero__image-grass {
  float: left;
  max-width: 50%;
  margin: 5px 0 0 0;
}
.hero .hero__action {
  background: white;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  float: left;
  padding: 15px 10px;
  transition: background 0.3s ease-in-out;
}
.hero .hero__action:hover {
  background: #f01a63;
}
.hero .hero__action a {
  /*color: white;*/
  padding: 15px;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.1;
}
.hero .hero__action a:hover {
  text-decoration: none;
}
.hero-v2 {
  padding: 7% 25px 0 25px;
  min-height: 200px;
  border-radius: 10px;
  margin: 0 0 25px 0;
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/hero-background.jpg), none;
  background-size: cover;
  overflow: hidden;
}
.hero-v2 .hero__title {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3.3rem;
  color: white;
  text-shadow: 0px 10px 17px rgba(0, 0, 0, 0.75);
}
.hero-v2 .hero__subtitle {
  font-weight: 600;
  font-size: 2.0rem;
  line-height: 3.0rem;
  color: white;
}
.hero-v2 .hero__subtitle h1 {
  font-weight: 600;
  font-size: 2.0rem;
  line-height: 3.0rem;
  color: white;
  margin: 0;
  text-shadow: 0px 10px 14px rgba(0, 0, 0, 0.75);
}
.hero-v2 .hero__image-grass {
  float: left;
  max-width: 50%;
  margin: 5px 0 0 0;
}
.hero-v2 .hero__action {
  background: white;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  float: left;
  padding: 15px 10px;
  transition: background 0.3s ease-in-out;
  margin: 0 0 35px 0;
}
.hero-v2 .hero__action:hover {
  background: #f01a63;
}
.hero-v2 .hero__action a {
  /*color: white;*/
  padding: 15px;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.1;
}
.hero-v2 .hero__action a:hover {
  text-decoration: none;
}
.hero-v2.list {
  background-image: url(/media/hero_v2.jpg), none;
  background-position: center -270px;
}
.hero-v2.list:after {
  content: '';
  background-size: contain;
  background-position: center center;
  position: absolute;
  z-index: 9;
  bottom: 42px;
  right: 0px;
  height: 80px;
  width: 200px;
  background-color: #2d914ab0;
  background-repeat: no-repeat;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.hero-v2.list .hero__image-grass {
  right: auto;
  left: -50px;
  top: 70px;
}
.hero-v2.list .hero__action {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero-v2.list {
    background-size: cover;
    min-height: 491px;
  }
}
@media (max-width: 1150px) {
  .hero-v2.list {
    padding: 7% 25px 0 5px;
    background-position: right center;
  }
  .hero-v2.list:after {
    bottom: 11px;
    height: 69px;
    width: 145px;
  }
}
.hero__information .block {
  background: #FFFFFF;
  box-shadow: 0px 11px 25px #E4F7F0;
  border-radius: 10px;
  min-height: 100px;
  padding: 25px;
  display: inline-block;
  transition: box-shadow 0.3s ease-in-out;
  width: 100%;
}
.hero__information .block:hover {
  cursor: pointer;
  box-shadow: 0px 11px 25px rgba(0, 0, 0, 0.1);
}
.hero__information .block .hero__information-icon {
  float: left;
}
.hero__information .block .hero__information-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  position: relative;
  padding: 0 20px 5px 0;
  display: inline-block;
  color: #373737;
}
.hero__information .block .hero__information-title:before {
  background: #f01a63;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  right: -1px;
  top: 5px;
  border-radius: 16px;
}
.hero__information .block .hero__information-title:after {
  content: '';
  color: #373737;
  display: inline-block;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  width: 6px;
  height: 6px;
  transform: rotate(315deg);
  margin: 0 0 4px 10px;
  position: absolute;
  top: 10px;
  right: 5px;
}
.all-categories {
  /*.categories__title {
			font-weight: 700;
			font-size: 2.4rem;
			line-height: 3.6rem;
			float: left;
			color: @dark__color;
		}
		.categories-button-wrapper {
			float: right;
			margin: 0;
			padding: 0;
			.categories-button__button {
				font-weight: 500;
				font-size: 1.8rem;
				line-height: 27px;
				color: #747d8e;
				padding: 5px 0 0 0;
				display: inline-block;
			}
		}*/
}
.all-categories .categories {
  margin: 5px 0px 25px 0px;
}
.all-categories .categories .categories__category {
  padding: 0;
}
.all-categories .categories .block-border {
  padding: 5px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  text-align: center;
  transition: box-shadow 0.3s ease-in-out;
  margin-bottom: 5px;
}
.all-categories .categories .block-border img {
  display: block;
  float: left;
  max-width: 32px;
  margin: 8px;
}
.all-categories .categories .block-border .categories__subtitle {
  position: relative;
  padding: 3px 20px 0 0;
  display: inline-block;
  width: 80%;
  line-height: 45px;
  text-align: left;
  font-weight: 600;
  font-size: 1.6rem;
  color: #373737;
}
.all-categories .categories .block-border .categories__subtitle:before {
  background: #0c8e50;
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  right: -1px;
  top: 13px;
  border-radius: 16px;
}
.all-categories .categories .block-border .categories__subtitle:after {
  content: '';
  color: #373737;
  display: inline-block;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  width: 6px;
  height: 6px;
  transform: rotate(315deg);
  margin: 0 0 4px 10px;
  position: absolute;
  top: 22px;
  right: 8px;
}
.trustpilot.small .trustpilot-widget__content {
  float: right;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2;
  color: #687388;
}
.trustpilot.small .trustpilot-widget__logo-verified {
  float: right;
}
.trustpilot.big {
  text-align: left;
}
.trustpilot.big .trustpilot-widgets--container {
  display: flex;
  justify-content: left;
  padding: 5px 0 0 0;
}
.trustpilot.big .trustpilot-widgets--container .trustpilot-widget__logos {
  padding: 0 15px 0 0;
}
.trustpilot.big .trustpilot-widgets--container .trustpilot-widget__content {
  font-weight: 500;
  font-size: 1.4rem;
  color: #687388;
  padding: 0 15px;
  line-height: 22px;
}
.trustpilot.big .trustpilot-widgets--container-right {
  text-align: right;
}
.trustpilot.big .trustpilot-widgets--container-right img {
  max-height: 25px;
}
.video iframe {
  border-radius: 10px;
}
.video .video__title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #373737;
}
.video .video__cta a {
  color: #f01a63;
  position: relative;
}
.video .video__cta a:after {
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-keyboard_arrow_down.svg), none;
  width: 24px;
  height: 24px;
  content: '';
  position: absolute;
  right: -24px;
  top: 0px;
}
.trustpilot-widgets {
  display: flex;
  justify-content: right;
  padding: 5px 0 0 0;
}
.trustpilot-widgets img {
  height: 100%;
  max-height: 25px;
}
.trustpilot-widgets .trustpilot-widget__logos {
  padding: 0 15px 0 0;
}
.trustpilot-widgets .trustpilot-widget__content {
  font-weight: 500;
  font-size: 1.4rem;
  color: #687388;
  padding: 0 15px;
  line-height: 22px;
}
.trustpilot-widgets .trustpilot-widget__content.de {
  color: black;
}
.trustpilot-widgets .trustpilot-widget__logo-stars.de {
  max-height: 20px;
}
.product-featured-reviews .trustpilot-widgets {
  justify-content: center;
}
.header__bar .header__notice {
  margin: 0;
  padding: 0;
}
.header__bar .header__notice img {
  max-height: 25px;
}
.header__bar .header__quick-links {
  margin: 0;
  padding: 0;
}
.header__main .header__contact {
  display: none;
}
.team {
  position: relative;
  background: radial-gradient(72.65000000000001% 52.68% at 50% 14.2%, #5bba7b 0%, #0c8e50 100%);
  padding: 25px 15px 75px 15px;
}
.team .row.horizontal-scroll {
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 15px;
}
.team .row.horizontal-scroll > .col-sm-1 {
  display: inline-block;
  float: none;
}
.team .row {
  z-index: 1;
  position: relative;
}
.team:after {
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/background-grass.svg), none;
  background-position: center center;
  display: inline-block;
  content: '';
  height: 200px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: cover;
  z-index: 0;
}
.team .team__title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.7;
  color: white;
}
.team .team-members a:hover {
  text-decoration: none;
}
.team .team-members .team-member--icon {
  height: 90px;
  width: 90px;
  border-radius: 100%;
  background: white;
  position: relative;
}
.team .team-members .team-member--icon img {
  position: absolute;
  border-radius: 100%;
  left: 5px;
  top: 5px;
}
.team .team-members .team-member--icon.empty img {
  opacity: 1;
  top: 25px;
  left: 25px;
}
.team .team-members .team-member--icon.vacancy {
  background: transparent;
}
.team .team-members .team-member--icon.vacancy img {
  position: absolute;
  border-radius: 100%;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
}
.team .team-members .team-member--title {
  color: white;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.1;
  text-align: center;
  min-height: 2.1rem;
  width: 100%;
  min-width: 90px;
  margin: 4px 0 0 0;
}
.team .team-members:hover .team-member--title {
  text-decoration: none;
}
.team .team-questions__title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4;
  color: white;
}
.team .team-title {
  margin: 25px 0 0 0;
}
.team .teams-info .team-info {
  min-height: 75px;
}
.team .teams-info .team-info .team-info__icon {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 100%;
  float: left;
  position: relative;
  margin-right: 15px;
}
.team .teams-info .team-info .team-info__icon img {
  position: absolute;
  top: 16px;
  left: 15px;
}
.team .teams-info .team-info .team-info__icon img.icon-whatsapp {
  top: 12px;
  left: 12px;
}
.team .teams-info .team-info .team-info__title {
  color: white;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
  margin: 3px 0 0 0;
}
.team .teams-info .team-info .team-info__subtitle {
  line-height: 1;
}
.team .teams-info .team-info .team-info__subtitle a {
  color: white;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}
.team .teams-info .team-info .team-info__subtitle a:hover {
  text-decoration: none;
}
.values {
  margin: 50px 0;
}
.values .values__images {
  text-align: center;
}
.values .values__title {
  font-weight: 700;
  font-size: 4.0rem;
  line-height: 1.5;
  color: #373737;
}
.values .values__list {
  margin: 0 0 20px 0;
  display: inline-block;
}
.values .values__list li {
  margin: 25px 0;
  position: relative;
  padding: 0 0 0 40px;
  line-height: 32px;
  font-size: 2.0rem;
  font-weight: 500;
  color: #687388;
}
.values .values__list li:before {
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-check-circle.svg), none;
  background-position: center center;
  display: inline-block;
  content: '';
  height: 32px;
  width: 32px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.values .values__cta a {
  padding: 12px 16px;
  border: 2px solid #373737;
  border-radius: 5px;
}
.values .values__cta a:hover {
  text-decoration: none;
}
.values .values__cta:hover a {
  border: 2px solid #f01a63;
  background: #f01a63;
  color: white;
}
.customer-feedback .block-border {
  border-bottom: 1px solid #c4cee1;
}
.customer-feedback .block-border .customer-feedback--image {
  position: relative;
}
.customer-feedback .block-border .customer-feedback--image img {
  border-radius: 15px;
}
.customer-feedback .block-border .customer-feedback--image .customer-feedback--image-overlay {
  position: absolute;
  color: white;
  bottom: 25px;
  left: 25px;
}
.customer-feedback .block-border .customer-feedback--image .customer-feedback--image-overlay .customer-feedback--image-overlay-title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
}
.customer-feedback .block-border .customer-feedback--image .customer-feedback--image-overlay .customer-feedback--image-overlay-subtitle {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.62;
}
.customer-feedback .block-border .customer-feedback--customer {
  width: 100%;
  display: inline-block;
  margin: 15px 0 20px 0;
}
.customer-feedback .block-border .customer-feedback--customer img {
  border-radius: 100%;
  float: left;
  margin-right: 15px;
  height: 48px;
  width: 48px;
}
.customer-feedback .block-border .customer-feedback--customer .customer-feedback--customer-name {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.62;
}
.customer-feedback .block-border .customer-feedback--customer .customer-feedback--customer-stars .icon-star {
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-star_rate.svg), none;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.customer-feedback .block-border .customer-feedback--content {
  color: #687388;
  margin: 0 0 20px 0;
  min-height: 115px;
}
.catalog-product-view-product-blocks {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: auto;
  max-width: 1280px;
  box-sizing: border-box;
}
.catalog-product-view .pinterest-custom-button {
  position: absolute;
  right: 15px;
  top: 15px;
}
.catalog-product-view .pinterest-custom-button:hover {
  cursor: pointer;
}
.faq-blocks {
  margin: 50px 0;
}
.faq-blocks .faq-blocks--title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.7;
  text-align: left;
  color: #373737;
}
.faq-blocks .faq-blocks--subtitle {
  text-align: left;
  display: none;
}
.faq-blocks .faq-blocks--blocks .faq-blocks--block .block-border {
  padding: 15px 0;
  border-bottom: 1px solid #c4cee1;
}
.faq-blocks .faq-blocks--blocks .faq-blocks--block .block-border .faq-blocks--block--icon {
  display: none;
}
.faq-blocks .faq-blocks--blocks .faq-blocks--block .block-border .faq-blocks--block--title {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.71;
  color: #373737;
  position: relative;
}
.faq-blocks .faq-blocks--blocks .faq-blocks--block .block-border .faq-blocks--block--title:after {
  position: absolute;
  right: 0;
  content: '+';
  font-size: 2.4rem;
  color: #008641;
  top: -8px;
}
.faq-blocks .faq-blocks--blocks .faq-blocks--block .block-border .faq-blocks--block--title.active:after {
  content: '-';
  top: -11px;
}
.faq-blocks .faq-blocks--blocks .faq-blocks--block .block-border .faq-blocks--block--content {
  color: #687388;
  display: none;
}
.faq-blocks .faq-blocks--blocks .faq-blocks--block .block-border .faq-blocks--block--content .faq-blocks--block--cta a {
  position: relative;
  color: #f01a63;
}
.faq-blocks .faq-blocks--blocks .faq-blocks--block .block-border .faq-blocks--block--content .faq-blocks--block--cta a:after {
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-keyboard_arrow_down.svg), none;
  width: 24px;
  height: 24px;
  content: '';
  position: absolute;
  right: -24px;
  top: -3px;
}
.faq-blocks .faq-blocks--blocks .faq-blocks--block .block-border .faq-blocks--block--content .faq-blocks--block--cta a:hover {
  text-decoration: none;
}
.faq-blocks .faq-blocks--blocks .faq-blocks--block .block-border .faq-blocks--block--content.active {
  display: block;
}
#layout-1 {
  overflow-x: hidden;
}
#layout-1 img {
  border-radius: 8px;
}
#layout-1 .header {
  margin: 0 0 60px;
}
#layout-1 .page-wrapper {
  overflow-x: hidden;
}
#layout-1 .container {
  max-width: 1280px;
  margin: 0 auto;
}
#layout-1 .about-us-header .block__content {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#layout-1 .video-frame {
  /*background: url(/media/wysiwyg/kunstgras-fabriek.png) no-repeat center center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover; */
  width: 100%;
  min-height: 70vh;
}
#layout-1 .video-frame iframe {
  width: 100%;
  min-height: 70vh;
}
#layout-1 .slider-1 {
  max-width: 100vw;
}
#layout-1 .ceo img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  float: left;
  margin: 0 15px 0 0;
}
#layout-1 .ceo .block__content {
  margin: 15px 0 0 0;
}
#layout-1 .ceo hr {
  margin: 75px 0 0 0;
}
#layout-1 .page__title h1 {
  color: #373737;
  font-family: Poppins;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4.2rem;
}
#layout-1 .content__title {
  color: #373737;
  font-family: Poppins;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.6rem;
}
#layout-1 .content__title_small {
  color: #373737;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.8rem;
}
#layout-1 .counter__number {
  color: #0c8e50;
  font-family: Poppins;
  font-size: 4.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5.2rem;
  margin: 2rem 0 0 0;
  display: block;
}
#layout-1 .mt-25 {
  margin-top: 3.5rem;
}
#layout-1 .together .icon-mail,
#layout-1 .together .icon-call {
  max-height: 18px;
}
#layout-1 .together a {
  color: #373737;
}
#layout-1 .together .location-image {
  width: 100%;
}
#layout-1 .team-2 .team--title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: left;
  color: #373737;
  margin: 0 0 24px 0;
}
#layout-1 .team-3 a {
  margin: 15px 0 0 0;
  color: white;
  text-decoration: none;
  text-transform: none;
}
.aw_blog-author-view .author-image,
.aw_blog-index-index .author-image {
  width: 32px !important;
  height: 32px !important;
}
.aw_blog-author-view .author-image-wrapper,
.aw_blog-index-index .author-image-wrapper {
  width: 25%;
  float: right;
}
.aw_blog-author-view .author-image-wrapper img,
.aw_blog-index-index .author-image-wrapper img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
}
.aw_blog-author-view .author-link,
.aw_blog-index-index .author-link,
.aw_blog-author-view .blog-post-title,
.aw_blog-index-index .blog-post-title {
  color: #373737;
  text-decoration: none;
}
.aw_blog-author-view .author-link a,
.aw_blog-index-index .author-link a,
.aw_blog-author-view .blog-post-title a,
.aw_blog-index-index .blog-post-title a {
  color: #373737;
  text-decoration: none;
}
.aw_blog-author-view .author-link,
.aw_blog-index-index .author-link {
  font-weight: 500;
  font-size: 1.5rem;
}
.aw_blog-author-view .blog-post-title,
.aw_blog-index-index .blog-post-title {
  font-size: 2.4rem;
}
.aw_blog-author-view .blog-post-title a,
.aw_blog-index-index .blog-post-title a {
  font-weight: 600;
}
.aw_blog-author-view .blog-post-content,
.aw_blog-index-index .blog-post-content {
  margin-bottom: 0;
}
.aw_blog-author-view .blog-post-content img,
.aw_blog-index-index .blog-post-content img {
  border-radius: 8px;
}
.aw_blog-author-view .blog-post-seperator,
.aw_blog-index-index .blog-post-seperator,
.aw_blog-post-view .blog-post-seperator {
  background-color: #687388;
  border: solid 2px #687388;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 10px 0px 0 10px;
  display: inline-block;
}
.aw_blog-author-view .blog-post-info-item:not(:first-child),
.aw_blog-index-index .blog-post-info-item:not(:first-child),
.aw_blog-post-view .blog-post-info-item:not(:first-child) {
  padding: 0 0 0 0;
}
.aw_blog-post-view .blog-post-header {
  text-align: center;
  margin: 0 0 25px 0;
}
.aw_blog-post-view .blog-post-header h1 {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.8rem;
  max-width: 100%;
  text-align: center;
  display: inline-block;
}
.aw_blog-post-view .author-link {
  color: #373737;
  text-decoration: none;
  font-weight: 500;
}
.aw_blog-post-view .blog-post__content {
  position: relative;
}
.aw_blog-post-view .blog-post-content {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.blog {
  margin: 50px 0;
}
.blog .block-recent-posts-item {
  border: 1px solid #c4cee1;
  border-radius: 10px;
}
.blog .block-recent-posts-item .block-recent-posts-item__content-image {
  border-radius: 10px 10px 0px 0px;
  min-height: 200px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.blog .block-recent-posts-item .block-recent-posts-item__content-image .block-recent-posts-item__readtime {
  background: white;
  padding: 4px 8px;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #0c8e50;
  font-size: 1.2rem;
  line-height: 18px;
  font-weight: 600;
  border-radius: 5px;
  padding: 4px 8px 4px 23px;
}
.blog .block-recent-posts-item .block-recent-posts-item__content-image .block-recent-posts-item__readtime:before {
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-schedule.svg), none;
  background-position: center center;
  display: inline-block;
  content: '';
  height: 14px;
  width: 14px;
  position: absolute;
  top: 6px;
  left: 6px;
}
.blog .block-recent-posts-item .block-recent-posts-item__content {
  padding: 15px;
}
.blog .block-recent-posts-item .block-recent-posts-item__content .block-recent-posts-item__content-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #373737;
  line-height: 27px;
  min-height: 54px;
}
.blog .block-recent-posts-item .block-recent-posts-item__content .block-recent-posts-item__content-title a {
  text-decoration: none;
}
.blog .block-recent-posts-item .block-recent-posts-item__content .block-recent-posts-item__content-date {
  margin: 5px 0;
  padding: 0px 10px;
  border-radius: 34px;
  background: #f2f8fd;
  color: #687388;
  display: inline-block;
}
.blog .block-recent-posts-item .block-recent-posts-item__content .block-recent-posts-item__content-content {
  min-height: 170px;
}
.seo-content a {
  color: #f01a63;
}
.row.negative-margin {
  margin: -25px 0 0 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
.row.no-margin {
  margin: 0;
}
.list-group.list-group-horizontal {
  background: #f2f8fd;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  list-style-type: none;
  margin: 15px 0 25px 0;
  padding: 0;
  padding: 16px 26px;
}
.list-group.list-group-horizontal li {
  margin: 0;
  padding: 0 25px;
  display: inline-block;
  color: #687388;
}
.list-group.list-group-horizontal li:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #f01a63;
  border-radius: 6px;
  position: absolute;
  margin: 11px 0 0 21px;
}
.list-group.list-group-horizontal li:last-child:after {
  content: none;
}
.cms-index-index .page-section__inner .container.faq-blocks,
.cms-index-index .page-section__inner .container.team,
.cms-index-index .page-section__inner .container.video,
.cms-index-index .page-section__inner .container.blog,
.cms-index-index .page-section__inner .container.values {
  margin: 50px auto;
}
.cms-index-index .page-section__inner .container.customer-feedback {
  margin: 50px auto 20px auto;
}
.cms-index-index .page-section__inner .container.trustpilot {
  margin: 0px auto;
}
.cms-index-index .page-section__inner .container.all-categories,
.cms-index-index .page-section__inner .container.usps {
  margin: 20px auto;
}
.contact-index-index .breadcrumbs {
  margin: 15px 0 0 0;
}
.contact-index-index .container.contact-hero .block__content {
  margin-top: auto;
  margin-bottom: auto;
  border-left: 3px solid #f01a63;
  padding: 25px;
  display: inline-table;
  background-color: white;
  align-content: center;
}
.contact-index-index .container.contact-hero .block__content h1 {
  color: #373737;
  font-size: 2.4;
  font-weight: 600;
}
.contact-index-index .container.contact-hero .block__content strong {
  color: #373737;
}
.contact-index-index .container.contact-hero .block__content img {
  width: 18px;
  height: 18px;
}
.contact-index-index .container.contact-hero .block__content .locations .location {
  margin-top: 1rem;
}
.contact-index-index .column:not(.sidebar-main) .form.contact {
  margin: 0 5% 0 0;
}
.contact-index-index .contact-wrapper {
  margin: 25px 0 0 0;
  gap: 50px;
}
.contact-index-index .contact-text.std tr {
  border-bottom: 1px solid #d9d9d9;
  padding: 0;
  margin: 0;
}
.contact-index-index .contact-text.std tr td {
  padding: 7px 0;
}
.contact-index-index .contact-text.bottom {
  margin: 50px 0 50px 0;
  padding: 50px 0 0 0;
  border-top: 1px solid #d9d9d9;
}
.contact-index-index .contact-text.bottom h3 {
  color: #373737;
}
.contact-index-index form .actions-toolbar {
  float: right;
}
.contact-index-index form .actions-toolbar button {
  background: #373737;
  color: white;
  border-radius: 8px;
  padding: 16px 30px;
  border: none;
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: none;
}
.contact-index-index form .actions-toolbar button:after {
  display: none;
}
.faq-category-view .faq-header {
  margin: 0 0 5vh 0;
  padding: 0;
}
.faq-category-view .faq-header .block__title {
  color: #373737;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4.2rem;
}
.faq-category-view .amfaq_questions .am-item {
  border-top: 1px solid #d9d9d9;
  margin: 0;
  padding: 20px 0;
  border-bottom: 0;
}
.faq-category-view .amfaq_questions .am-item .am-title {
  color: #373737;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  display: inline;
  padding: 0;
}
.faq-category-view .amfaq_questions .am-item.am-item-last {
  border-bottom: 1px solid #d9d9d9;
}
.faq-category-view .amfaq_questions .am-links a {
  color: #f01a63;
}
.image-widget-card__image-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
.image-widget-card__image-wrapper:hover {
  text-decoration: none;
}
.image-slider-widget__button {
  background: none;
  border: 2px solid #008641;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background: #f01a63;
  border: 2px solid #f01a63;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.image-slider-widget__button:focus,
.image-slider-widget__button:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.image-slider-widget__button:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
.image-slider-widget__button.disabled,
.image-slider-widget__button[disabled],
fieldset[disabled] .image-slider-widget__button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.image-slider-widget__button:focus,
.image-slider-widget__button:active {
  text-decoration: none;
}
.image-slider-widget__button:hover {
  text-decoration: none;
}
.image-slider-widget__button:focus,
.image-slider-widget__button:active {
  background: #d60e52;
  border: 2px solid #d60e52;
  color: #ffffff;
}
.image-slider-widget__button:hover {
  background: #d60e52;
  border: 2px solid #d60e52;
  color: #ffffff;
}
.image-slider-widget__button.disabled,
.image-slider-widget__button[disabled],
fieldset[disabled] .image-slider-widget__button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.image-slider-widget__button {
  font-size: 1.5rem;
  white-space: nowrap;
}
.has-arrow .image-slider-widget__button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-left: 10px;
}
.image-widget__button {
  white-space: nowrap;
}
.has-arrow .image-widget__button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-left: 10px;
}
.products-list-widget__title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.7rem;
  float: left;
  margin: 0;
}
.products-list-widget__button-wrapper {
  float: right;
  margin: 0;
  padding: 0;
}
.products-list-widget__button-wrapper .products-list-widget__button {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 21px;
  color: #f01a63;
  padding: 5px 0 0 0;
  display: inline-block;
}
.products-list-widget__content {
  width: 100%;
  display: inline-block;
  margin: 15px 0 0 0;
}
.product-list-block--configurator-hide {
  display: none;
}
.product-list-block.product-list-block--upsell .product-list-block__title {
  color: #373737;
  font-weight: 600;
}
.product-list-block.product-list-block--related .product-list__item-actions--primary {
  margin: 15px auto 0 auto;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.page-bottom-wrapper {
  background-color: #f2f2f2;
  padding: 40px 0 20px;
  margin: 30px 0 -20px 0;
}
.page-bottom-wrapper .page-bottom {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 1280px;
  box-sizing: border-box;
}
.page-bottom-wrapper .page-bottom:before,
.page-bottom-wrapper .page-bottom:after {
  content: '';
  display: table;
}
.page-bottom-wrapper .page-bottom:after {
  clear: both;
}
li.layered-navigation__filter-option-item > img {
  display: none;
}
.layered-navigation .layered-navigation__trigger-title {
  font-size: 1.6rem;
}
.checkout-cart-index .product-list-block--crosssell {
  padding-right: 4%;
}
.checkout-cart-index.page-layout-2columns-right .page-columns__main {
  width: 100%;
}
.checkout-cart-index .page-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.checkout-cart-index .page-heading__content {
  margin-left: 20px;
}
.checkout-cart-index .trustedshops-widget-container {
  width: 100% !important;
}
.checkout-index-index .authentication-wrapper {
  display: none;
}
.cart__usp {
  padding: 0 0 15px 0;
}
.cart__usp ul {
  list-style: none;
  padding-left: 0;
}
.cart__usp ul li {
  position: relative;
  padding-left: 25px;
}
.cart__usp ul li:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  background-image: url('../../frontend/Techtwo/kunstgrasnet/nl_NL/images/green_checkmark.png');
  background-size: cover;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cart-discount__label {
  display: block;
}
.cart-discount__label span {
  display: none;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.6rem;
}
.cart.table-wrapper .col.qty span.qty {
  top: -5px;
  position: relative;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  white-space: nowrap;
}
.cart-summary .checkout-methods-items .action.primary.checkout:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-left: 10px;
}
.checkout-cart__right-container {
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.checkout-cart__left-container {
  width: 65% !important;
}
.form-cart {
  width: 100% !important;
}
.checkout-cart__container {
  display: flex;
}
.cart-summary {
  width: 100% !important;
  float: unset !important;
}
.upsell-to-cart-component {
  margin-bottom: 2rem;
}
.thumb-product-widget__title {
  font-size: 2.4rem;
  font-weight: 300;
  margin: 12px 0;
  border-bottom: 1px solid #dadada;
}
.upsell-widget__row-wrapper {
  display: flex;
  flex-direction: row;
}
.upsell-widget__item-price {
  margin: 5px 0 5px 20px;
}
.upsell-widget__item-image {
  max-width: 75px;
}
.upsell-widget__item-title {
  margin: 5px 0 0 20px;
}
.upsell-widget__checkbox {
  margin: 10px 10px 0 0 !important;
}
.upsell-widget__item  {
  padding: 0;
}
.upsell-widget__item-detail {
  display: flex;
  flex-direction: column;
}
.cart-totals tbody .totals.fee .mark,
.cart-totals tfoot .totals.fee .mark,
.cart-totals tbody .totals.fee .amount,
.cart-totals tfoot .totals.fee .amount {
  color: #f01a63;
  font-weight: 700;
}
body.customer-account-index .euvat-status-container {
  display: none;
}
body.frontendcashdesk-quotation-overview .actions input {
  background-color: transparent;
  border: none;
}
body.frontendcashdesk-quotation-overview .actions input:hover {
  text-decoration: underline;
}
body.account.quotation-quote-view .signin {
  margin: 2em 0;
  width: 70%;
}
body.account.quotation-quote-view .form-quote button {
  background: none;
  color: #008641;
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
body.account.quotation-quote-view .form-quote button:focus,
body.account.quotation-quote-view .form-quote button:active {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
body.account.quotation-quote-view .form-quote button:hover {
  background: #008641;
  border: 2px solid #008641;
  color: #ffffff;
}
body.account.quotation-quote-view .form-quote button.disabled,
body.account.quotation-quote-view .form-quote button[disabled],
fieldset[disabled] body.account.quotation-quote-view .form-quote button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
body.account.quotation-quote-view .form-quote button:focus,
body.account.quotation-quote-view .form-quote button:active {
  text-decoration: none;
}
body.account.quotation-quote-view .form-quote button:hover {
  text-decoration: none;
}
body.account.quotation-quote-view .form-quote button:focus,
body.account.quotation-quote-view .form-quote button:active {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
body.account.quotation-quote-view .form-quote button:hover {
  background: #00602e;
  border: 2px solid #00602e;
  color: #ffffff;
}
body.account.quotation-quote-view .form-quote button.disabled,
body.account.quotation-quote-view .form-quote button[disabled],
fieldset[disabled] body.account.quotation-quote-view .form-quote button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.cms-aanlegservice iframe {
  float: right;
  margin: 0 0 20px 25px;
  max-width: 100%;
}
.cms-aanlegservice ul.checkmark {
  padding: 0;
}
.cms-aanlegservice ul.checkmark-transparent {
  padding: 0;
}
.cms-aanlegservice ul.checkmark-transparent li {
  font-size: 16px;
  margin-bottom: 0.5em;
  margin-top: 0;
  list-style-type: none;
  padding: 0 0 0 1.8em;
  position: relative;
}
.cms-aanlegservice ul.checkmark-transparent li.green:after {
  content: " ";
  display: block;
  width: .3em;
  height: .6em;
  border: solid #008641;
  border-width: 0 .18em .18em 0;
  position: absolute;
  left: 6px;
  top: 9px;
  margin-top: -.2em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cms-aanlegservice ul.checkmark-transparent li.red:after {
  content: "\00d7";
  display: block;
  width: .3em;
  height: .6em;
  position: absolute;
  left: 2px;
  top: 1px;
  margin-top: -.2em;
  color: #b10404;
  font-size: 21px;
  font-weight: 700;
}
.category-description a {
  color: #008641;
}
.category-description ul,
.category-description ol {
  list-style-type: disc;
  padding-left: 20px;
}
.std .aanlegservice-table .text-wrapper {
  padding: 20px;
  max-width: 300px;
}
.std .aanlegservice-table strong {
  font-size: 18px;
}
.std .aanlegservice-table h1,
.std .aanlegservice-table h2,
.std .aanlegservice-table h3,
.std .aanlegservice-table h4 {
  background: #008641;
  margin: 0;
  color: #ffffff;
  padding: 15px;
}
.std .aanlegservice-table .table tr td {
  border-bottom: 1px solid #ccc !important;
}
.std .aanlegservice-table a {
  width: 100%;
}
.std a.sample-form__button {
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
}
.std a.sample-form__button:before {
  display: none;
}
.std table.no-padding > thead > tr > td,
.std table.no-padding > tbody > tr > td,
.std table.no-padding > tfoot > tr > td,
.std table.no-padding > thead > tr > th,
.std table.no-padding > tbody > tr > th,
.std table.no-padding > tfoot > tr > th {
  padding: 0;
}
.std .title-floater {
  float: left;
  margin-top: 40px;
  width: 100%;
}
.std ol.how {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0;
}
.std ol.how li {
  counter-increment: decimal-counter;
  list-style: none;
  padding: 0 20px;
  width: 50%;
}
.std ol.how li:before {
  content: counter(decimal-counter, decimal);
  padding: 6px;
  background: #ee2f80;
  margin-left: -34px;
  position: absolute;
  width: 25px;
  height: 25px;
  font-size: 12px;
  margin-top: -3px;
  border-radius: 25px;
  line-height: 14px;
  vertical-align: super;
  text-align: center;
  color: #FFF;
}
.std ol.how li strong {
  font-size: 18px;
}
.contact-index-index .form.contact .legend,
.contact-index-index .form.contact .note {
  display: none;
}
.crosssell-product__photo {
  margin: 0 0 10px;
}
.crosssell-product__info-wrapper {
  width: 100%;
}
.product-list-block--crosssell {
  display: none;
}
.product-list-block--crosssell .product-list-block__title {
  color: #373737;
}
.product-list--grid.product-list--crosssell .product-list__item-inner .product-list__item-info .product-list__item-name {
  height: auto !important;
}
.product-list--grid.product-list--crosssell .product-list__item-inner .product-list__item-photo .product-image-wrapper {
  padding-bottom: 200px !important;
}
.product-list--grid.product-list--crosssell .price-box-suffix {
  display: none;
}
.mini-cart__product-action-edit {
  display: none;
}
.mini-cart__items-wrapper {
  min-height: 135px;
}
.product-blog-post__link-title {
  font-size: 1.8rem;
}
.product-blog-posts__image {
  display: block;
  width: 100%;
}
.product-blog-posts {
  position: relative;
}
.product-blog-post {
  border-color: #dadada;
  border-style: solid;
  border-width: 2px;
}
.products-grid.products-aw_blog_related_products .product-items {
  position: relative;
}
.products-grid.products-aw_blog_related_products .product-item-info {
  border-color: #dadada;
  border-style: solid;
  border-width: 2px;
  max-width: 100%;
  text-align: center;
}
.products-grid.products-aw_blog_related_products .product-image-photo {
  width: 100%;
}
.products-grid.products-aw_blog_related_products .actions-primary,
.products-grid.products-aw_blog_related_products .product-item-name {
  margin: 15px 0;
}
.products-grid.products-aw_blog_related_products .product-item-name {
  display: block;
  min-height: 40px;
}
.product-featured-icons {
  margin: 2.5rem 0 0 0;
}
.product-featured-usps ul.two-columns {
  padding: 0;
}
.product-featured-usps ul.two-columns li {
  position: relative;
  list-style: none;
  padding: 0 0 0 25px;
  margin: 0 0 25px 0;
}
.product-featured-usps ul.two-columns li span {
  font-weight: 500;
  width: 100%;
  display: inline-block;
}
.product-featured-usps ul.two-columns li:before {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
  text-align: center;
  content: '✔';
  color: #0c8e50;
  left: 0;
  position: absolute;
  top: 6px;
}
.product-featured-stalen {
  width: 100%;
  padding: 0px 0 20px 0;
  display: inline-block;
}
.product-featured-stalen .product-staal__left {
  width: 70%;
  float: left;
}
.product-featured-stalen .product-staal__right {
  padding: 25px 0 0 0;
  width: 30%;
  float: left;
}
.page-layout-empty-product .product-blocks {
  display: none;
}
.page-layout-empty-product .page-heading__title {
  margin-bottom: 0.5em;
}
.product-gratis-stalendoos .product-blocks {
  display: none;
}
.product-info__price {
  margin: 0 0 5px;
}
.product-info__price .price-box-suffix {
  top: -7px;
  position: relative;
  left: 0px;
}
.product-info__price .price-box:not(.price-box--both-prices) .price {
  font-size: 1.8rem !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal !important;
}
.product-info__price.special-price {
  float: left;
  padding: 0 5px 0 0;
}
.product-info__price.special-price .strikethrough {
  position: relative;
  color: #f01a63;
}
.product-info__price.special-price .strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.product-small-specs {
  display: inline-block;
  width: 100%;
}
.product-small-specs .ratingComponent {
  display: inline-block;
  width: 50%;
  padding: 3px 0;
  float: left;
}
.product-small-specs .ratingComponent__heading {
  display: block;
  color: #687388;
  float: left;
  min-width: 100px;
  font-size: 1.4rem;
}
.product-small-specs .ratingComponent__rating {
  display: flex;
  flex-direction: row-reverse;
  align-items: left;
  align-content: left;
  justify-content: left;
  color: #687388;
  font-size: 1.4rem;
}
.product-small-specs .ratingComponent__dot {
  background-color: #c4cee1;
  border: solid 2px #c4cee1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 10px 5px 0 0;
}
.product-small-specs .ratingComponent__dot--filled {
  background-color: #0c8e50;
  border: solid 2px #0c8e50;
}
.product-small-specs .ratingComponent__dot--unRated {
  background-color: #c4cee1;
  border-color: #c4cee1;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.product-small-specs .ratingComponent__dot--unRated:hover,
.product-small-specs .ratingComponent__dot--unRated:hover ~ .ratingComponent__dot,
.product-small-specs .ratingComponent__dot--unRated:focus,
.product-small-specs .ratingComponent__dot--unRated:focus ~ .ratingComponent__dot {
  border-color: #c4cee1;
  background-color: #c4cee1;
}
.btn-secondary {
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0 0 20px;
  background-color: #f01a63;
  border-color: #f01a63;
  color: #ffffff;
  display: inline-block;
}
.btn-secondary:hover {
  background: white;
  color: #373737;
  border-color: #f01a63;
}
a.sample-form__button.secondary {
  background: white;
  border: 1px solid #f01a63;
  width: 100%;
  color: #373737;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding: 15px 16px;
  text-transform: none;
}
a.sample-form__button.secondary:before {
  display: none !important;
}
a.sample-form__button.secondary:hover {
  color: white;
  background-color: #f01a63;
}
.has-arrow .btn {
  white-space: nowrap;
}
.has-arrow .btn:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-left: 10px;
}
.back-to-top {
  display: none;
}
.sample-request__info--container {
  font-size: 16px;
  margin-bottom: 30px;
}
.sample-request__item:before {
  margin: 1px 0 0 10px;
}
a.um-descr-show-button {
  margin: 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background: none;
  border: 2px solid #008641;
  color: #008641;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  float: right;
}
a.um-descr-hide-button {
  margin: 15px 0 0 0;
  line-height: 1.6rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background: none;
  border: 2px solid #008641;
  color: #008641;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  float: right;
}
.category-description a[href*="kunstrasen.de"] {
  color: #f01a63;
  text-decoration: underline;
}
.category-description ul.category-subnav {
  padding-left: 0;
  text-align: right;
}
.category-description ul.category-subnav li {
  list-style: none;
  margin-left: 15px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  background: none;
  border: 2px solid #008641;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.category-description ul.category-subnav li a {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #008641;
  text-decoration: none;
}
.samples-category-footer ul {
  float: left;
}
.samples-category-footer img {
  float: right;
  width: 33%;
}
.samples-category-footer ul.checkmark-square li {
  font-size: 16px;
  margin-bottom: 0.5em;
  margin-top: 0;
  list-style-type: none;
  padding: 0 0 0 1.8em;
  position: relative;
}
.samples-category-footer ul.checkmark-square li:before {
  content: " ";
  display: block;
  border: 1px solid #333333;
  height: 15px;
  width: 15px;
  position: absolute;
  left: 0;
  top: 40%;
  margin-top: -.4em;
}
.samples-category-footer ul.checkmark-square li:after {
  content: " ";
  display: block;
  width: .3em;
  height: .6em;
  border: solid #008641;
  border-width: 0 .18em .18em 0;
  position: absolute;
  left: 0.4em;
  top: 33%;
  margin-top: -.2em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.category-staalaanvraag ul.checkmark-square,
.category-musterbestellen ul.checkmark-square {
  margin-bottom: 25px;
}
.category-staalaanvraag ul.checkmark-square li,
.category-musterbestellen ul.checkmark-square li {
  font-size: 16px;
  margin-bottom: 0.5em;
  margin-top: 0;
  list-style-type: none;
  padding: 0 0 0 1.8em;
  position: relative;
}
.category-staalaanvraag ul.checkmark-square li:before,
.category-musterbestellen ul.checkmark-square li:before {
  content: " ";
  display: block;
  border: solid .5em #008641;
  border-radius: .5em;
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  top: 40%;
  margin-top: -.4em;
}
.category-staalaanvraag ul.checkmark-square li:after,
.category-musterbestellen ul.checkmark-square li:after {
  content: " ";
  display: block;
  width: .3em;
  height: .6em;
  border: solid #fff;
  border-width: 0 .18em .18em 0;
  position: absolute;
  left: 0.4em;
  top: 33%;
  margin-top: -.2em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.category-staalaanvraag .sample-category-text-1,
.category-musterbestellen .sample-category-text-1 {
  margin: 0 0 0 0;
}
.category-staalaanvraag .sample-category-text-3,
.category-musterbestellen .sample-category-text-3 {
  color: #ee2f80;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0;
}
.category-staalaanvraag .category-masthead,
.category-musterbestellen .category-masthead {
  margin: 0 15px;
}
body.countdown-active {
  margin-bottom: 100px;
}
#countdown-bar {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: #189456;
  color: white;
  min-height: 85px;
  width: 100%;
  z-index: 99999;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 15px 0 5px 0;
}
#countdown-bar:after {
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/background-grass.svg), none;
  background-position: center center;
  display: inline-block;
  content: '';
  height: 150px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: cover;
  z-index: 0;
}
#countdown-bar .container {
  max-width: 1280px;
  z-index: 1;
  position: relative;
}
#countdown-bar .center {
  padding: 20px;
}
#countdown-bar .title {
  font-weight: 700;
  font-size: 19px;
  color: white;
  text-transform: uppercase;
}
#countdown-bar .content {
  color: #ffffff;
  font-size: 1.4rem;
  padding: 5px 0 0 0;
  font-weight: 500;
}
#countdown-bar .content p {
  margin-bottom: 0;
}
#countdown-bar .close {
  right: 0;
  top: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  border: 0;
}
#countdown-bar .content-mobile {
  display: block;
  max-width: 100%;
  text-align: center;
}
#countdown-bar .buttons-desktop,
#countdown-bar .content-desktop {
  display: none;
}
#countdown-bar #timer {
  width: auto;
  padding: 10px 0 0 0;
  display: inline;
}
#countdown-bar #timer #days,
#countdown-bar #timer #hours,
#countdown-bar #timer #minutes,
#countdown-bar #timer #seconds {
  display: inline-block;
  line-height: 1;
  padding: 12px 0 0 0;
  border-radius: 50%;
  background-color: #f01a63;
  color: white;
  text-align: center;
  width: 45px;
  height: 45px;
  font-weight: 700;
  font-size: 12px;
}
#countdown-bar #timer #days span,
#countdown-bar #timer #hours span,
#countdown-bar #timer #minutes span,
#countdown-bar #timer #seconds span,
#countdown-bar #timer #days span,
#countdown-bar #timer #hours span,
#countdown-bar #timer #minutes span,
#countdown-bar #timer #seconds span,
#countdown-bar #timer #days span,
#countdown-bar #timer #hours span,
#countdown-bar #timer #minutes span,
#countdown-bar #timer #seconds span,
#countdown-bar #timer #days span,
#countdown-bar #timer #hours span,
#countdown-bar #timer #minutes span,
#countdown-bar #timer #seconds span {
  display: block;
  font-size: 8px;
  text-align: center;
  font-weight: 400;
  color: white;
}
#countdown-bar .sample-form__button,
#countdown-bar .cta-button-mobile,
#countdown-bar .cta-button {
  display: none;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Techtwo/kunstgrasnet/nl_NL/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Techtwo/kunstgrasnet/nl_NL/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: swap;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Techtwo/kunstgrasnet/nl_NL/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Techtwo/kunstgrasnet/nl_NL/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Techtwo/kunstgrasnet/nl_NL/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Techtwo/kunstgrasnet/nl_NL/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Techtwo/kunstgrasnet/nl_NL/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Techtwo/kunstgrasnet/nl_NL/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../../frontend/Techtwo/kunstgrasnet/nl_NL/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Techtwo/kunstgrasnet/nl_NL/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 1000;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  transition-duration: .2s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
  -ms-overflow-y: scroll;
}
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.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 {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Techtwo/kunstgrasnet/nl_NL/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.page-columns__main.column.main > .std ol > li > p > img {
  height: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Techtwo/kunstgrasnet/nl_NL/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.block-recent-posts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-recent-posts .block-recent-posts-item {
  margin: 0 15px 35px 15px;
  max-width: 285px;
}
.block-recent-posts .block-recent-posts-link {
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
}
.block-recent-posts .block-recent-posts-link:hover {
  color: #1979c3;
}
.block-featured-posts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  list-style: none;
  padding: 0 40px;
  margin: 0;
}
.block-featured-posts.sidebar {
  padding: 0;
}
.block-featured-posts.sidebar .slick-list {
  margin: 0;
}
.block-featured-posts.sidebar .block-featured-posts-info {
  max-width: initial;
}
.block-featured-posts .featured-post-featured-image-link {
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
  max-height: 160px;
  text-align: center;
}
.block-featured-posts .featured-post-featured-image-link img {
  max-width: 100%;
  max-height: 100%;
}
.block-featured-posts .slick-list {
  margin: 0 -15px;
}
.block-featured-posts .block-featured-posts-info {
  max-width: 220px;
  margin: 0 auto;
}
.block-featured-posts .slick-prev:active,
.block-featured-posts .slick-next:active,
.block-featured-posts .slick-prev:focus,
.block-featured-posts .slick-next:focus,
.block-featured-posts .slick-prev:not(.primary),
.block-featured-posts .slick-next:not(.primary) {
  background: transparent;
}
.block-featured-posts .block-featured-posts-item {
  max-width: 285px;
}
.block-featured-posts .block-featured-post-link {
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
}
.block-featured-posts .block-featured-post-link:hover {
  color: #1979c3;
}
.author-list-view {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e3e3e3;
}
.author-list-view .author-image-wrapper {
  padding: 0 15px;
  margin-bottom: 20px;
  min-width: 104px;
  text-align: center;
}
.author-list-view .author-image {
  max-width: 400px;
  width: 100%;
}
.author-list-view .author-name {
  font-size: 29px;
  font-weight: normal;
  line-height: 1.1;
  text-align: left;
  color: #006bb4;
  margin: 0 0 10px 0;
}
.author-list-view .author-name-link {
  font-size: 29px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #006bb4;
}
.author-list-view .author-name-link:hover {
  text-decoration: underline;
}
.author-list-view .author-info {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 15px;
}
.blog-author .author-position {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #757575;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.blog-author .author-social-handle {
  float: left;
}
.blog-author .author-social-handle .stButton {
  position: relative;
  z-index: 1;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
  color: #000000;
  display: inline-block;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  width: 16px;
}
.blog-author .author-social-handle .chicklets {
  background-repeat: no-repeat;
  background-size: contain;
  -ms-behavior: url('https://ws.sharethis.com/images/2017/backgroundsize.min.htc');
  padding-left: 20px;
  padding-right: 0;
  white-space: nowrap;
  font-size: 10px;
  display: inline-block;
  height: 16px;
  width: auto;
  line-height: 16px;
}
.blog-author .author-social-handle .chicklets.twitter {
  background-image: url('https://ws.sharethis.com/images/2017/twitter_16.png');
}
.blog-author .author-social-handle .chicklets.facebook {
  background-image: url('https://ws.sharethis.com/images/2017/facebook_16.png');
}
.blog-author .author-social-handle .chicklets.linkedin {
  background-image: url('https://ws.sharethis.com/images/2017/linkedin_16.png');
}
.blog-author .author-social-handle .chicklets:hover {
  opacity: .75;
  -ms-filter: "alpha(opacity=75)";
  filter: alpha(opacity=75);
}
.author-view {
  padding-bottom: 50px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 30px;
}
.author-view .author-name {
  font-size: 29px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  margin: 0 0 15px 0;
}
.author-view .author-image-wrapper {
  min-width: 143px;
  padding: 0 15px;
  margin-bottom: 20px;
  text-align: center;
}
.author-view .author-image {
  max-width: 400px;
  width: 100%;
}
.author-view .author-info {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 20px;
}
.author-badge-content {
  background-color: #f7f7f7;
}
.social-icons {
  display: flex;
}
.author-social-handle .chicklets {
  padding-left: 13px;
}
.author-social-handle .stButton {
  margin-left: 0;
  margin-right: 7px;
  margin-top: 5px;
}
.author-badge-header-icon {
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
  overflow: hidden;
}
.author-badge-header {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 20px;
  margin: 4px 0;
  justify-content: space-between;
}
.author-link {
  font-weight: bold;
}
.author-all-posts {
  font-weight: normal;
  font-size: 14px;
}
.author-badge-header-caption {
  flex-grow: 1;
  min-width: 1px;
}
.author-badge-header-post {
  font-size: 12px;
  color: #727272;
}
.author-badge-content {
  flex-grow: 1;
  min-width: 1px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.prev-next {
  display: flex;
  justify-content: space-between;
}
.prev-next .post-featured-title {
  margin-bottom: 10px;
}
.prev-next .post-featured-image {
  height: 70px;
  width: auto;
}
.prev-next .post-arrow {
  font-size: 20px;
  line-height: 1;
  position: relative;
}
.prev-next .prev-post-container {
  text-align: left;
}
.prev-next .next-post-container {
  text-align: right;
}
.prev-next .post-link {
  text-decoration: none;
}
.prev-next .post-link:hover span:not(.post-arrow) {
  text-decoration: underline;
}
.blog-posts-post .aw-blog-post__comments-listing {
  padding-left: 25px;
  padding-bottom: 25px;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-item-wrapper {
  position: relative;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-item-wrapper + .comment-item-wrapper,
.blog-posts-post .aw-blog-post__comments-listing .comment-reply-item + .comment-reply-item {
  margin-block: 30px;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-author,
.blog-posts-post .aw-blog-post__comments-listing .comment-reply-author {
  font-size: 16px;
  font-weight: 600;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-details,
.blog-posts-post .aw-blog-post__comments-listing .comment-reply-details {
  font-size: 13px;
  font-weight: 500;
  color: #707070;
  margin-bottom: 1rem;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-reply-list .comment-reply-item-wrapper {
  margin-bottom: 15px;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-reply-list .comment-reply-item-wrapper:last-child {
  margin-bottom: 0;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-reply-list {
  margin-top: 25px;
  padding-left: 25px;
  border-left: 1px solid #cccccc;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-reply-list > div + div {
  margin-top: 30px;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-reply-content {
  font-size: 16px;
  word-wrap: break-word;
  padding-right: 80px;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-reply-item {
  position: relative;
}
.blog-posts-post .aw-blog-post__comments-listing .opened .comment-item-collapsible-trigger {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.blog-posts-post .aw-blog-post__comments-listing .comment-item-collapsible-trigger {
  position: absolute;
  left: -20px;
  top: 0px;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  text-decoration: none;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-item-collapsible-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 23px;
  color: #000000;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-item-collapsible-trigger:hover:before {
  color: #000000;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-item-collapsible-trigger:active:before {
  color: #000000;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-content {
  font-size: 16px;
  word-wrap: break-word;
  margin-bottom: 5px;
  padding-right: 80px;
  position: relative;
}
.blog-posts-post .aw-blog-post__comments-listing .aw-blog-comment-list {
  margin-top: 10px;
}
.blog-posts-post .aw-blog-post__comments-listing .aw-blog__comment-reply-form-visibility-button .action {
  font-size: 16px;
  font-weight: 500;
  color: #3A77BD;
  padding: 0;
  background-color: transparent;
  border: unset;
}
.blog-posts-post .aw-blog-post__comments-listing .aw-blog__comment-reply-form-visibility-button .action:hover {
  opacity: .8;
}
.blog-posts-post .aw-blog-post__comments-listing .aw-blog-comment-button .action {
  display: block;
  margin-top: 30px;
}
.aw_blog-post-view .blog-post .aw-blog-comment-form-wrapper .aw-blog-comment-form {
  padding: 20px;
  background-color: #FAFAFA;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
}
.aw_blog-post-view .blog-post .comments-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.aw_blog-post-view .blog-post .comments-title .heading {
  font-size: 20px;
  margin-block: 0;
}
.aw_blog-post-view .blog-post .aw-blog-comment-sorter-wrapper {
  display: flex;
  gap: 20px;
}
.aw_blog-post-view .blog-post .aw-blog-comment-sorter-wrapper .action {
  font-size: 15px;
  font-weight: 600;
  color: #646464;
}
.aw_blog-post-view .blog-post .aw-blog-comment-sorter-wrapper .action .sort::after {
  content: '\e614';
  font-size: 12px;
  line-height: 20px;
  color: #828282;
  font-family: 'luma-icons';
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin-left: 1rem;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.aw_blog-post-view .blog-post .aw-blog-comment-sorter-wrapper .action.active {
  text-decoration: underline;
  opacity: 1;
}
.aw_blog-post-view .blog-post .aw-blog-comment-sorter-wrapper .action.active .sort::after {
  content: '\e613';
}
.aw_blog-post-view .blog-post .sorter {
  float: unset;
}
.aw_blog-post-view .blog-post .aw-blog-wrapper-fieldset {
  margin-top: 20px;
}
.aw_blog-post-view .blog-post .aw-blog-wrapper-fieldset .fieldset {
  display: grid;
  gap: 20px;
  margin-bottom: 1rem;
}
.aw_blog-post-view .blog-post .aw-blog-wrapper-fieldset .field {
  margin: 0;
}
.aw_blog-post-view .blog-post .aw-blog-wrapper-fieldset .field .input-text,
.aw_blog-post-view .blog-post .aw-blog-wrapper-fieldset .field .admin__control-textarea {
  min-height: 40px;
  border-radius: 4px;
}
.aw_blog-post-view .blog-post .aw-blog-wrapper-fieldset .field .admin__control-textarea {
  min-height: 200px;
}
.aw_blog-post-view .blog-post .aw-blog__agreements {
  margin-bottom: 1.5rem;
}
.aw_blog-post-view .blog-post .aw-blog__agreements .required-entry {
  margin: 0;
}
.aw_blog-post-view .blog-post .aw-blog__agreements .action {
  color: #3A77BD;
  font-weight: 500;
  padding: 7px;
  border: none;
  background-color: transparent;
}
.aw_blog-post-view .blog-post .aw-blog__agreements .action:hover {
  opacity: .8;
}
.aw_blog-post-view .blog-post .actions-toolbar {
  margin-top: 1.5rem;
}
.aw_blog-post-view .blog-post .aw-blog__agreement label.mage-error {
  display: block;
  font-size: 12px;
  color: #e02b27;
}
.aw_blog-post-view .blog-post .aw-blog__agreement + .aw-blog__agreement {
  margin-top: 1.5rem;
}
.aw_blog-post-view .breadcrumbs {
  margin-bottom: 30px;
}
.blog:before,
.blog:after {
  content: ' ';
  display: table;
}
.blog:after {
  clear: both;
}
.blog-post-view .blog {
  margin-top: 10px;
}
.page-layout-blog .breadcrumbs .item {
  max-width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-sidebar {
  float: left;
  margin-right: 7%;
  width: 24%;
}
.blog-main {
  float: left;
  max-width: 700px;
  width: 69%;
}
.blog-sidebar-block {
  margin-bottom: 50px;
}
.blog-sidebar-block:last-child {
  margin-bottom: 0;
}
.blog-sidebar-block-title {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 300;
}
.block-recent-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-recent-posts-item {
  margin-bottom: 20px;
}
.block-recent-posts-item:last-child {
  margin-bottom: 0;
}
.blog-tags-plain {
  margin-bottom: -6px;
  margin-left: -6px;
}
.blog-tags-plain .blog-tags-tag {
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  color: #00699d;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  margin-bottom: 6px;
  margin-left: 6px;
  max-width: 95%;
  overflow: hidden;
  padding: 0 12px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-tags-plain .blog-tags-tag:hover {
  color: #68a8e0;
}
.blog-tags-cloud {
  margin-right: -6px;
  font-size: 13px;
}
.blog-tags-cloud .blog-tags-tag {
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  color: #00699d;
  display: inline-block;
  height: 25px;
  line-height: 23px;
  margin-bottom: 3px;
  margin-left: 3px;
  max-width: 95%;
  overflow: hidden;
  padding: 0 8px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-tags-cloud .blog-tags-tag:hover {
  color: #68a8e0;
}
.block-category-listing {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-category-listing .hide {
  display: none;
}
.block-category-listing .block-category-listing-item {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
  margin: 0;
}
.block-category-listing .block-category-listing-item .block-category-listing-item-link {
  color: #666666;
  text-decoration: none;
}
.block-category-listing .block-category-listing-item .block-category-listing-item-link:hover {
  color: #006bb4;
}
.block-category-listing .block-category-listing-item.show-more {
  border: none;
  padding: 0;
  font-size: 13px;
  color: #006bb4;
}
.block-category-listing .block-category-listing-item.show-more > span {
  cursor: pointer;
}
.block-category-listing .block-category-listing-item.shaded {
  border: none;
  position: relative;
}
.block-category-listing .block-category-listing-item.shaded::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 20;
  -webkit-box-shadow: inset 0px -24px 35px -5px #ffffff;
  -moz-box-shadow: inset 0px -24px 35px -5px #ffffff;
  box-shadow: inset 0px -24px 35px -5px #ffffff;
}
.block-category-listing .block-category-listing-item.parent a:before {
  content: "\e617";
  font-size: 10px;
  padding-right: 2px;
  font-family: 'luma-icons';
}
.block-category-listing .block-category-listing-item.current {
  font-weight: bold;
  border-left: 3px solid #ff5501;
  padding-left: 12px;
}
.block-category-listing .block-category-listing-item.subcategory {
  margin-left: 24px;
}
.blog-posts-post {
  margin-bottom: 50px;
}
.grid-view {
  display: flex;
  flex-wrap: wrap;
}
.grid-view .blog-posts-post {
  width: calc((100% / var(--aw-blog-grid-view-column-count, 1)) - 2%);
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}
.grid-view .blog-posts-post .blog-post-title {
  font-size: 18px;
}
.grid-view .blog-posts-post .blog-post-info .blog-post-info-item {
  margin-left: 0px;
  padding-left: 0px;
}
.grid-view .blog-posts-post .blog-post-content,
.grid-view .blog-posts-post .blog-post-read-more-wrapper {
  display: none;
}
.grid-view .blog-posts-post .blog-post-content,
.grid-view .blog-posts-post .blog-post-author {
  margin-bottom: 10px;
}
.blog-view-toggle-buttons-container {
  overflow: auto;
  margin-top: -32px;
  margin-bottom: 15px;
}
.blog-view-toggle-buttons-container .buttons {
  float: right;
}
.blog-view-toggle-buttons-container .buttons button {
  background: #edf2f7;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 3px 5px;
}
.blog-view-toggle-buttons-container .buttons button.active,
.blog-view-toggle-buttons-container .buttons button:hover {
  border-color: #006bb4;
}
.blog-view-toggle-buttons-container .buttons button .icon {
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
}
.blog-view-toggle-buttons-container .buttons button .label {
  line-height: 22px;
  padding-left: 5px;
  font-weight: 400;
  font-size: 14px;
}
.blog-view-toggle-buttons-container .buttons [data-view-mode="grid"] .icon {
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/Aheadworks_Blog/images/grid-button.svg);
}
.blog-view-toggle-buttons-container .buttons [data-view-mode="list"] .icon {
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/Aheadworks_Blog/images/list-button.svg);
}
.blog-pagination {
  margin-right: -6px;
  text-align: right;
}
.blog-pagination-item {
  margin-left: 2px;
  padding: 6px;
}
.blog-pagination-page:not(.blog-pagination-page-current) {
  color: inherit;
}
.blog-pagination-page-current {
  text-decoration: underline;
}
.blog-pagination-page-current:active {
  color: #1979c3;
}
.blog-category.category-details {
  margin-bottom: 40px;
}
.blog-category.category-details .description [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.blog-post-title {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
}
.blog-post-title:link,
.blog-post-title:visited {
  color: inherit;
}
.blog-post-info {
  color: #666666;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  line-height: 1;
}
.blog-post-info-item {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 0;
  vertical-align: middle;
}
.blog-post-info-item:not(:first-child) {
  margin-left: 10px;
  padding-left: 10px;
}
.blog-post-info-item .author-image {
  width: 40px;
  border-radius: 100%;
  height: 40px;
  object-fit: cover;
}
.blog-post-info-item .author-image-link,
.blog-post-info-item .author-link,
.blog-post-info-item .inline-by {
  display: inline-block;
  vertical-align: middle;
}
.blog-post-info-item .author-image-link {
  margin-right: 10px;
}
.blog-post-info-item.socialIcons {
  margin-top: -3px;
}
.blog-post-info-comments:link,
.blog-post-info-comments:visited {
  color: inherit;
}
.blog-post-info-comments-icon {
  background: currentColor;
  border-radius: 2px;
  display: inline-block;
  height: 11px;
  margin-right: 6px;
  position: relative;
  width: 16px;
}
.blog-post-info-comments-icon:before {
  border: 3px solid transparent;
  border-top-color: currentColor;
  border-right-color: currentColor;
  content: '';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 8px;
  width: 0;
}
.blog-post-content {
  margin-bottom: 20px;
}
.blog-post-full .blog-post-content {
  margin-bottom: 20px;
}
.blog-post-full .blog-post-author {
  margin-bottom: 50px;
}
.blog-post-featured-image-wrapper {
  margin: 0 0 20px 0;
}
.blog-post-featured-image-wrapper .blog-post-featured-image {
  max-width: 100%;
}
.blog-post-lazyload-image {
  background: transparent url('../../frontend/Techtwo/kunstgrasnet/nl_NL/images/loader-2.gif') no-repeat 50% 50%;
  min-height: 100px;
  min-width: 100px;
  display: block;
}
.blog-post-read-more-wrapper {
  margin-bottom: 20px;
}
.blog-post-author {
  background: #efefef;
  border-bottom: 1px solid #f6f6f6;
  padding: 14px;
  margin-bottom: 40px;
}
.blog-post-tags {
  margin-bottom: 10px;
}
.blog-post-share {
  margin-bottom: 20px;
}
.blog-post-share-title {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.blog-post-share-content {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.blog-post-share-content .container {
  display: inline-block;
  height: 28px;
  line-height: 24px;
}
.blog-post-related-posts {
  margin-bottom: 50px;
}
.blog-post-related-posts-title {
  margin: 0 0 20px;
}
.blog-post-related-posts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-post-related-posts-item {
  margin-bottom: 1.5rem;
}
.blog-post-related-posts-item:last-child {
  margin-bottom: 0;
}
#aw_blog_product_post_list ul {
  margin-bottom: 0;
}
#aw_blog_product_post_list .block-product-posts-items {
  list-style-type: none;
}
#aw_blog_product_post_list .block-product-posts-items .product-post-featured-image {
  height: 50px;
  vertical-align: top;
}
#blog-related-posts .block-title {
  margin-bottom: 15px;
}
.block-related-posts {
  list-style: none;
  padding: 0;
}
.block-related-posts .related-post-featured-image-link {
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
.block-related-posts .related-post-featured-image-link img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block-related-posts .related-post-featured-image-link::after {
  content: '';
  padding-top: 70%;
  display: block;
}
.block-related-posts .block-related-post-link {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  text-decoration: none;
}
.block-related-posts .block-related-post-link:hover {
  color: #1979c3;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.amfaq-hidden {
  display: none;
}
.amfaq-question-footer-wrapper {
  align-items: center;
  display: flex;
}
.amfaq-question-footer-wrapper:before,
.amfaq-question-footer-wrapper:after {
  content: '';
  display: table;
}
.amfaq-question-footer-wrapper:after {
  clear: both;
}
.amfaq-product-tab .block-title strong {
  display: block;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 3rem 0;
}
.faq-question-view .page-title-wrapper h1,
.faq-category-view .page-title-wrapper h1 {
  word-break: normal;
}
.faq-search-index .page-title-wrapper h1 {
  font-size: 2.5rem;
  word-break: break-all;
}
.faq-search-index .amfaq-highlight {
  background-color: #d3e185;
}
.amfaq-social-buttons {
  float: left;
  padding-top: 4px;
}
.amfaq-social-buttons .amfaq-social-share-link {
  display: inline-block;
}
.amfaq-social-buttons .amfaq-social-share-link,
.amfaq-social-buttons .amfaq-social-share-link:hover {
  color: transparent;
}
.amfaq-social-buttons img {
  width: 30px;
  border: 0;
  display: inline;
  padding: 0 1px;
}
/* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
.amfaq_questions .amfaq-title {
  font-size: 125%;
  font-weight: bolder;
  margin-bottom: 2.5%;
  text-align: center;
}
.amfaq_questions .am-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0 0 2rem 0;
}
.amfaq_questions .am-item .am-content {
  padding-bottom: 10px;
  word-wrap: break-word;
}
.amfaq_questions .am-item .am-content .amfaq-short-answer-container {
  white-space: pre-line;
}
.amfaq_questions .am-item .am-content p {
  margin-bottom: 2rem;
}
.amfaq_questions .am-item .am-links {
  float: right;
  font-size: 1.5rem;
  margin-right: 10px;
  padding: 5px 0;
  word-wrap: break-word;
}
.amfaq_questions .am-title {
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  word-wrap: break-word;
}
.amfaq_questions .am-title .am-plus {
  /* phpcs:disable Magento2.Less.ColonSpacing.AfterNewline */
  display: inline-block;
  /* phpcs:enable */
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  float: right;
  font-size: inherit;
  font-weight: normal;
}
.amfaq_questions .am-title .am-plus > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq_questions .am-title .am-plus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 22px;
  color: #c9c9c9;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq_questions .am-title .am-plus:hover:before {
  color: inherit;
}
.amfaq_questions .am-title .am-plus:active:before {
  color: inherit;
}
.amfaq_questions .am-title .am-plus:focus,
.amfaq_questions .am-title .am-plus:active {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-plus:hover {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-plus.disabled,
.amfaq_questions .am-title .am-plus[disabled],
fieldset[disabled] .amfaq_questions .am-title .am-plus {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq_questions .am-title .am-minus {
  /* phpcs:disable Magento2.Less.ColonSpacing.AfterNewline */
  display: inline-block;
  /* phpcs:enable */
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  float: right;
  font-size: inherit;
  font-weight: normal;
}
.amfaq_questions .am-title .am-minus > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq_questions .am-title .am-minus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 22px;
  color: #c9c9c9;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq_questions .am-title .am-minus:hover:before {
  color: inherit;
}
.amfaq_questions .am-title .am-minus:active:before {
  color: inherit;
}
.amfaq_questions .am-title .am-minus:focus,
.amfaq_questions .am-title .am-minus:active {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-minus:hover {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-minus.disabled,
.amfaq_questions .am-title .am-minus[disabled],
fieldset[disabled] .amfaq_questions .am-title .am-minus {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq_questions .am-no-items {
  font-weight: 800;
  word-wrap: break-word;
}
.ask-question-form .button-container {
  margin: 10px 0;
}
.ask-question-form .button-container .button-info {
  display: inline-block;
  float: left;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 10px 0;
  vertical-align: middle;
}
.ask-question-form .button-container .form-toggle-button {
  margin: 10px;
}
.ask-question-form .ask-form-container label input[type='checkbox'] {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.amfaq-category-description {
  margin-bottom: 20px;
}
/* phpcs:disable Magento2.Less.ClassNaming.NotAllowedSymbol */
.amfaq_categories {
  border-radius: 10px;
  border: 1px solid #c9c9c9;
}
.amfaq_categories .item {
  border-bottom: 1px solid #c9c9c9;
  padding: 1rem;
  word-wrap: break-word;
}
.amfaq_categories .item.current {
  background: #f9f9f9;
}
.amfaq_categories .item.current a {
  color: #000000;
}
.amfaq_categories .item.title {
  background: #f0f0f0;
  color: #575757;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  word-wrap: break-word;
}
.amfaq_categories .item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.amfaq_categories .item:last-child {
  border: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.amfaq_tags {
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  font-weight: 500;
  margin: 20px 0;
}
.amfaq_tags .title {
  border-bottom: 1px solid #c9c9c9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #f0f0f0;
  color: #575757;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1rem;
  text-align: center;
  word-wrap: break-word;
}
.amfaq_tags .tags_content {
  margin: 5px;
}
.amfaq_tags .tags_content .current {
  font-weight: 600;
  text-decoration: underline;
}
.amfaq_tags .tags_content .item {
  display: inline-block;
  font-family: Roboto;
  font-size: 1.6rem;
  padding: 5px;
}
.amfaq_tags .tags_content .item a {
  color: #000000;
  text-decoration: none;
}
.question_view {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.question_view .answer {
  word-wrap: break-word;
}
.am-back-button {
  float: right;
  margin-left: 15px;
}
.am-back-to-product-widget.am-widget-left {
  text-align: left;
}
.am-back-to-product-widget.am-widget-center {
  text-align: center;
}
.am-back-to-product-widget.am-widget-right {
  text-align: right;
}
.am-back-to-product-widget .am-back-button {
  float: none;
  margin-left: 0;
}
.amfaq-search {
  max-width: 300px;
  margin-bottom: 15px;
  position: relative;
}
.amfaq-search .am-input {
  padding-right: 30px;
}
.amfaq-search .search-autocomplete {
  background-color: #ffffff;
  margin-top: 0;
}
.amfaq-search .am-button {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PHBhdGggZD0iTTU1LjE0NiA1MS44ODdMNDEuNTg4IDM3Ljc4NkEyMi45MjYgMjIuOTI2IDAgMCAwIDQ2Ljk4NCAyM2MwLTEyLjY4Mi0xMC4zMTgtMjMtMjMtMjNzLTIzIDEwLjMxOC0yMyAyMyAxMC4zMTggMjMgMjMgMjNjNC43NjEgMCA5LjI5OC0xLjQzNiAxMy4xNzctNC4xNjJsMTMuNjYxIDE0LjIwOGMuNTcxLjU5MyAxLjMzOS45MiAyLjE2Mi45Mi43NzkgMCAxLjUxOC0uMjk3IDIuMDc5LS44MzdhMy4wMDQgMy4wMDQgMCAwIDAgLjA4My00LjI0MnpNMjMuOTg0IDZjOS4zNzQgMCAxNyA3LjYyNiAxNyAxN3MtNy42MjYgMTctMTcgMTctMTctNy42MjYtMTctMTcgNy42MjYtMTcgMTctMTd6IiBmaWxsPSIjYmFiYWJhIi8+PC9zdmc+);
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 0;
  box-shadow: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.amfaq-rating {
  float: left;
}
.amfaq-rating .amfaq-was-it-helpful {
  font-size: 1.2rem;
}
.amfaq-rating .amfaq-rate-the-answer {
  font-size: 1.2rem;
  font-weight: 600;
}
.amfaq-rating .amfaq-rate-the-answer.-gray {
  color: #757575;
}
.amfaq-rating .amfaq-rating-voting,
.amfaq-rating .amfaq-rating-yesno,
.amfaq-rating .amfaq-rating-average {
  border: 1px solid #c9c9c9;
  align-items: center;
  border-radius: 5px;
  display: flex;
  padding: 5px 20px;
}
.amfaq-rating .amfaq-rating-voting .amfaq-rating-fieldset,
.amfaq-rating .amfaq-rating-yesno .amfaq-rating-fieldset,
.amfaq-rating .amfaq-rating-average .amfaq-rating-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.amfaq-rating .amfaq-rating-voting .amfaq-rating-legend,
.amfaq-rating .amfaq-rating-yesno .amfaq-rating-legend,
.amfaq-rating .amfaq-rating-average .amfaq-rating-legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .average-rate-wrapper {
  direction: rtl;
}
.amfaq-rating .average-rate-wrapper.-voted {
  cursor: default;
  pointer-events: none;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > label {
  color: #cccccc;
  cursor: pointer;
  float: right;
  font-size: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  width: 1em;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > label:before {
  content: '★';
  display: flex;
  justify-content: center;
}
.amfaq-rating .average-rate-wrapper .amfaq-rating-input:checked ~ label {
  color: #ffc700;
}
.amfaq-rating .average-rate-wrapper .amfaq-rating-input:focus + label {
  box-shadow: 0 0 1px 1px #008641;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > label:hover,
.amfaq-rating .average-rate-wrapper:not(:checked) > label:hover ~ label {
  color: #e4b200;
}
.amfaq-rating .average-rate-wrapper .amfaq-rating-label-hint {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .amfaq-rating-data-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.amfaq-rating .amfaq-arrow {
  cursor: pointer;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up {
  /* phpcs:disable Magento2.Less.ColonSpacing.AfterNewline */
  /* phpcs:enable */
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 22px;
  color: #475f7a;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:hover:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:active:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:focus,
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:active {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:hover {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up.disabled,
.amfaq-rating .amfaq-arrow.amfaq-arrow-up[disabled],
fieldset[disabled] .amfaq-rating .amfaq-arrow.amfaq-arrow-up {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:focus {
  box-shadow: 0 0 1px 1px #008641;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down {
  /* phpcs:disable Magento2.Less.ColonSpacing.AfterNewline */
  /* phpcs:enable */
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  font-weight: bold;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 22px;
  color: #475f7a;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:hover:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:active:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:focus,
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:active {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:hover {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down.disabled,
.amfaq-rating .amfaq-arrow.amfaq-arrow-down[disabled],
fieldset[disabled] .amfaq-rating .amfaq-arrow.amfaq-arrow-down {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:focus {
  box-shadow: 0 0 1px 1px #008641;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow.amfaq-voted:before {
  color: #305b8a;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow.amfaq-voted + span {
  font-weight: bold;
}
.amfaq-rating .amfaq-rating-data-wrapper {
  color: #475f7a;
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.amfaq-rating .amfaq-rating-data-wrapper.isVoted .amfaq-arrow {
  cursor: default;
}
.amfaq-rating .amfaq-rating-yesno-vote {
  color: #000000;
  text-decoration: none;
  background: none;
  border: none;
  font-weight: 400;
  padding: 0;
}
.amfaq-rating .amfaq-rating-yesno-vote:visited {
  text-decoration: none;
}
.amfaq-rating .amfaq-rating-yesno-vote:hover {
  color: #000000;
  text-decoration: underline;
}
.amfaq-rating .amfaq-rating-yesno-vote:active {
  color: #000000;
  text-decoration: underline;
}
.amfaq-rating .amfaq-rating-yesno-vote.yesno-voted {
  cursor: auto;
  font-weight: bold;
}
.amfaq-rating .message-error.error {
  color: #b30000;
}
.am-widget-categories-1,
.am-widget-categories-2,
.am-widget-categories-3 {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.am-widget-categories-1 .am-widget-category,
.am-widget-categories-2 .am-widget-category,
.am-widget-categories-3 .am-widget-category {
  width: 100%;
}
.am-widget-category {
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.am-widget-category > .am-category-container {
  padding: 0 2rem 2rem 2rem;
}
.am-widget-category .view-all {
  display: block;
  margin-left: auto;
  width: fit-content;
}
.am-widget-category .am-category-header {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.5rem;
  min-height: 50px;
}
.am-widget-category .am-category-header .faq-category-image {
  line-height: 0;
  margin-right: 7px;
}
.am-widget-category .am-category-header .faq-category-image img {
  min-width: 50px;
}
.am-widget-category .am-category-header .faq-category-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
  word-wrap: break-word;
}
.am-widget-category .amfaq_questions .am-title {
  font-size: 1.6rem;
  font-weight: 300;
}
.am-search-box-wrapper:before,
.am-search-box-wrapper:after {
  content: '';
  display: table;
}
.am-search-box-wrapper:after {
  clear: both;
}
.am-search-box-wrapper .am-widget-center {
  margin: auto;
}
.am-search-box-wrapper .am-widget-right {
  float: right;
}
.am-search-box-wrapper .amfaq-search {
  max-width: initial;
}
.amfaq-pager {
  float: right;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amfaq_search_autocomplete .amfaq-category {
  color: #575757;
  font-size: 1rem;
  padding-top: 3px;
}
.am-faq-tags-widget {
  padding: 0 2rem 2rem 2rem;
}
.am-faq-tags-widget .am-tags-main-title {
  border-bottom: solid 1px #c9c9c9;
  margin-bottom: 30px;
}
.am-faq-tags-widget .am-tags-main-title span {
  color: #333333;
  font-family: Roboto;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.am-faq-tags-widget .am-tags-main-block-wrapper {
  font-family: Roboto;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag {
  border: solid 1px #dddddd;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 15px 15px 0;
  padding: 9px 0 9px 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover {
  background: #f2c94c;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover .am_tag_count {
  color: #575757;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am_tag_count {
  color: #6d6d6d;
  padding: 11px 12px 10px 0;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag a {
  color: #191919;
  text-decoration: none;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am-tag-title {
  font-weight: 600;
  padding: 0 9px 0 12px;
  text-decoration: none;
}
.search-autocomplete .amfaq-question-container.selected {
  background: #ffffff;
}
.search-autocomplete .amfaq-question-container .amfaq-option-name {
  color: #1979c3;
}
.search-autocomplete .amfaq-question-container.selected .amfaq-option-name {
  text-decoration: underline;
}
.amfaq-link-category {
  margin-bottom: 10px;
}
.amfaq-links-container {
  margin-bottom: 20px;
  transition: height 0.3s ease-in;
}
.amfaq-links-container .amfaq-button.-questions {
  background: #ffffff;
  border: none;
  color: #1979c3;
  font-weight: bold;
  letter-spacing: -.015em;
  padding: 0;
}
@media print {
  .amfaq-social-buttons {
    display: none;
  }
}
.amgdprcookie-cookie-container {
  margin: 0 10px 20px 0;
  padding: 0 0 25px 0;
}
.amgdprcookie-cookie-container.-modal:first-child {
  padding-top: 25px;
}
.amgdprcookie-cookie-container.-modal .amgdprcookie-header,
.amgdprcookie-cookie-container.-modal .amgdprcookie-text {
  padding-left: 25px;
}
.amgdprcookie-cookie-container.-modal {
  box-shadow: none;
  direction: ltr;
  margin-right: 30px;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
  display: flex;
  justify-content: space-between;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  margin: 0 0 15px;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
  color: #363636;
  font-size: 12px;
  margin-bottom: 10px;
}
.amgdprcookie-cookie-container .amgdprcookie-options {
  color: #4670c9;
  cursor: pointer;
  font-size: 12px;
}
.amgdprcookie-toggle-cookie {
  padding-left: 50px;
  position: relative;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  height: 0;
  opacity: 0;
  width: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  background: #a5a5a5;
  border-radius: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  height: 29px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  background: #ffffff;
  border-radius: 40px;
  content: '';
  height: 25px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: all .4s ease;
  width: 25px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:active + .amgdprcookie-label,
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #1979c3;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked]) + .amgdprcookie-label {
  background: #a5a5a5;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label:after {
  left: 2px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-main-wrapper {
  color: #363636;
}
.amgdprcookie-main-wrapper .amgdprcookie-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-head {
  font-size: 20px;
  line-height: 20px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
  display: flex;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  background: #ef7c4a;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  color: #ffffff;
  font-size: 14px;
  padding: 7px 27px;
  text-transform: uppercase;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
  margin: 0 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: #eb5a1b;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:focus,
.amgdprcookie-main-wrapper .amgdprcookie-btn:active {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-cookie-container .amgdprcookie-link {
  color: #2977c2;
  cursor: pointer;
  float: right;
  font-size: 12px;
  letter-spacing: .3px;
  text-transform: capitalize;
}
.amgdprjs-bar-template {
  display: block !important;
  position: fixed;
  /* added to support older browsers */
  position: sticky;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-right: 5px;
}
.amgdprjs-bar-template.-popup {
  left: 50%;
  margin: 0 auto;
  max-width: 740px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amgdprjs-bar-template.-popup:before {
  background-color: #0a6c9f;
  content: '';
  height: 100%;
  width: 100%;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
  padding: 50px;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-block {
  width: 100%;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block {
  display: flex;
  justify-content: center;
}
.amgdprcookie-groups-modal .modal-inner-wrap {
  border-radius: 4px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  max-width: 740px;
}
.amgdprcookie-groups-modal.-table .modal-inner-wrap {
  max-width: 1290px;
  min-width: 700px;
  overflow-x: auto;
}
.amgdprcookie-groups-modal .modal-title {
  border-bottom: none;
  font-size: 20px;
  font-weight: bold;
}
.amgdprcookie-groups-modal .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal .amgdprcookie-form {
  padding: 0 10px;
}
.amgdprcookie-groups-modal .amgdprcookie-done {
  background-color: #4670c9;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-done:hover {
  background-color: #1357e6;
}
.amgdprcookie-groups-modal .amgdprcookie-done:focus {
  background-color: #1357e6;
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal:not(.-table) .modal-footer {
  padding-top: 0;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container,
.amgdprcookie-groups-modal .amgdprcookie-tbody {
  overflow: auto;
  scrollbar-color: #e0e0e0 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
  scrollbar-highlight-color: #e0e0e0;
  scrollbar-shadow-color: #e0e0e0;
  scrollbar-track-color: #ffffff;
  display: block;
  max-height: 500px;
  overflow-y: auto;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar {
  width: 6px;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-track,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-thumb,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e0e0e0;
}
.amgdprcookie-bar-container {
  background: #ffffff;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 10px;
  z-index: 10;
}
.amgdprcookie-bar-container.modal-popup {
  bottom: unset;
  left: unset;
  overflow-y: unset;
  pointer-events: auto;
  position: unset;
  right: unset;
  top: unset;
  transition: unset;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  margin-bottom: 20px;
  max-height: 30vh;
  max-width: 640px;
  overflow-y: auto;
}
.amgdprcookie-bar-container .amgdprcookie-button:first-child {
  margin-bottom: 10px;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-bottom: 0;
  padding: 10px 30px;
}
.amgdprcookie-bar-container .action-close {
  line-height: 14px;
  right: 10px;
  top: 10px;
}
.amgdprcookie-bar-container .action-close:focus,
.amgdprcookie-bar-container .action-close:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-buttons-block.-settings {
  padding-bottom: 30px;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #4670c9;
  font-weight: bold;
  letter-spacing: 1.35px;
  margin-top: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: opacity 0.3s ease, color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out;
}
.amgdprcookie-buttons-block .amgdprcookie-button:hover {
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button:active,
.amgdprcookie-buttons-block .amgdprcookie-button:focus {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-allow,
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
  background: #4670c9;
  color: #ffffff;
  flex-basis: 33%;
}
.amgdprcookie-modal-template {
  background: #ffffff;
  margin-left: 5px;
  overflow-y: auto;
}
.amgdprcookie-modal-template .action-close {
  background: #ffffff;
  line-height: 14px;
  margin: 0;
  padding: 8px;
  right: 0;
  top: 0;
  z-index: 1;
}
.amgdprcookie-modal-template .action-close:focus,
.amgdprcookie-modal-template .action-close:active {
  background: #ffffff;
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-modal-template .action-close:hover {
  background: #ffffff;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow:not(.-save) {
  background: inherit;
  color: #4670c9;
  margin-bottom: 0;
}
.amgdprcookie-modal-container .modal-content {
  padding: 0;
}
.amgdprcookie-groups-container {
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  direction: rtl;
  height: auto;
  overflow-y: scroll;
}
.amgdprcookie-policy-container {
  bottom: 0;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  padding: 24px;
  position: absolute;
}
.amgdprcookie-text-container .amgdprcookie-policy {
  display: inline;
}
.amgdprcookie-modal-container.modal-popup.modal-slide {
  left: 0;
  pointer-events: none;
}
.amgdprcookie-modal-container .modal-inner-wrap {
  height: 100%;
  margin: 0;
  position: relative;
}
.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close {
  margin: 5px;
  padding: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
  content: '';
  height: 25px;
  width: 25px;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container {
  overflow: auto;
  scrollbar-color: #e8e8e8 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e8e8e8;
  scrollbar-highlight-color: #e8e8e8;
  scrollbar-shadow-color: #e8e8e8;
  scrollbar-track-color: #ffffff;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar {
  width: 4px;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e8e8e8;
}
.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-groups-modal .amgdprcookie-table .amgdprcookie-row,
.amgdprcookie-groups-modal .amgdprcookie-table thead tr,
.amgdprcookie-groups-modal .amgdprcookie-table thead {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-cell.-name {
  word-wrap: break-word;
}
.amgdprcookie-modal-container .amgdprcookie-modal-template {
  height: 100%;
  margin-left: 0;
  min-width: 400px;
  pointer-events: auto;
  position: relative;
  width: 20%;
  z-index: 900;
}
.ammodals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 899;
}
[data-amgdpr-content-from='subscription'] {
  display: table-row-group;
}
.block.newsletter .form.subscribe > [data-amgdpr-content-from='subscription'].amgdpr-checkbox.field {
  float: none;
}
[data-amgdpr-content-from='subscription'] .amgdpr-checkbox {
  margin-top: 8px;
}
[data-amgdpr-content-from='subscription'] .amgdpr-label.label {
  position: inherit;
}
.amgdpr-modal-container .amgdpr-privacy-policy {
  display: none;
}
.amgdpr-modal-container .amgdpr-privacy-policy,
.amgdpr-modal-container .amgdpr-html-content {
  max-height: 500px;
  overflow-y: scroll;
  word-wrap: break-word;
}
.checkout-index-index .amgdpr-modal-container.modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap,
.amgdpr-modal-container .modal-inner-wrap {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  max-width: 1130px;
}
.amgdpr-modal-container .modal-header {
  padding: 30px 30px 20px;
}
.amgdpr-modal-container .modal-content {
  padding: 0 30px 0 25px;
}
.amgdpr-modal-container .modal-footer {
  padding: 30px 35px 30px;
}
.amgdpr-modal-container .modal-header .modal-title {
  border-bottom: none;
  color: #5384ec;
  font-size: 26px;
  font-weight: 400;
  margin-left: 10px;
  padding: 0;
}
.amgdpr-modal-container .action.action-primary:hover {
  background-color: #1357e6;
}
.amgdpr-modal-container .action.action-primary {
  background-color: #4670c9;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdpr-modal-container .action-close {
  line-height: 14px;
  right: 10px;
  top: 10px;
}
.amgdpr-modal-container .action-close:focus,
.amgdpr-modal-container .action-primary:focus,
.amgdpr-modal-container .action-close:active,
.amgdpr-modal-container .action-primary:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar {
  width: 6px;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-track,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-track {
  background: #ffffff;
  width: 6px;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-thumb,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 2px;
}
.amgdpr-notification-container {
  background: #ffeaac;
  font-weight: 600;
  margin-left: 10px;
  padding: 25px;
}
.amgdpr-cookie-link {
  margin-top: 10px;
}
.amgdpr-cookie-link .amgdpr-link {
  display: none;
}
.amgdpr-cookie-link .amgdpr-link.-show {
  display: block;
}
.amgdpr-settings-container {
  display: inline-flex;
  flex-wrap: wrap;
  margin: -40px 0 40px -40px;
  width: calc(100% + 40px);
}
.amgdpr-settings-container .amgdpr-block {
  display: none;
  margin-top: 20px;
}
.amgdpr-settings-container .amgdpr-block .fieldset {
  margin-bottom: 20px;
}
.amgdpr-settings-container .amgdpr-mail {
  margin-top: 10px;
}
.amgdpr-settings-container .amgdpr-block .amgdpr-checkbox.field,
.amgdpr-settings-container .field.control.checkbox {
  margin-bottom: 20px;
}
.amgdpr-checkbox-container {
  margin: 40px 0 0 40px;
  max-width: 220px;
  position: relative;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked ~ .amgdpr-block {
  display: block;
}
.amgdpr-checkbox-container > .amgdpr-checkbox {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.amgdpr-checkbox-container > .amgdpr-label {
  background-color: #e8f6ff;
  border: 2px solid #e8f6ff;
  border-radius: 20px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 220px;
  position: relative;
  transition: border 0.3s ease-in, background-color 0.3s ease-in;
  width: 220px;
}
.amgdpr-checkbox-container > .amgdpr-label:before {
  content: '';
  height: 100px;
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100px;
}
.amgdpr-checkbox-container > .amgdpr-label.-download:before {
  background: url('../../frontend/Techtwo/kunstgrasnet/nl_NL/Amasty_Gdpr/images/download.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-download:before {
  background: url('../../frontend/Techtwo/kunstgrasnet/nl_NL/Amasty_Gdpr/images/download_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-policy:before {
  background: url('../../frontend/Techtwo/kunstgrasnet/nl_NL/Amasty_Gdpr/images/policy.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-policy:before {
  background: url('../../frontend/Techtwo/kunstgrasnet/nl_NL/Amasty_Gdpr/images/policy_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-anonymise:before {
  background: url('../../frontend/Techtwo/kunstgrasnet/nl_NL/Amasty_Gdpr/images/anonymise.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-anonymise:before {
  background: url('../../frontend/Techtwo/kunstgrasnet/nl_NL/Amasty_Gdpr/images/anonymise_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-delete:before {
  background: url('../../frontend/Techtwo/kunstgrasnet/nl_NL/Amasty_Gdpr/images/delete.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-delete:before {
  background: url('../../frontend/Techtwo/kunstgrasnet/nl_NL/Amasty_Gdpr/images/delete_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-consents:before {
  background: url('../../frontend/Techtwo/kunstgrasnet/nl_NL/Amasty_Gdpr/images/consents.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-consents:before {
  background: url('../../frontend/Techtwo/kunstgrasnet/nl_NL/Amasty_Gdpr/images/consents_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/Techtwo/kunstgrasnet/nl_NL/Amasty_Gdpr/images/officer.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/Techtwo/kunstgrasnet/nl_NL/Amasty_Gdpr/images/officer_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label {
  background-color: #3d9fe9;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label .amgdpr-title {
  color: #fff;
}
.amgdpr-checkbox-container .amgdpr-title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  left: 50%;
  min-width: 180px;
  position: absolute;
  text-align: center;
  top: 80%;
  transform: translate(-50%, -50%);
  transition: color 0.3s ease-in;
}
.amgdpr-checkbox-container .amgdpr-svg {
  fill: #000;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:focus + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-checkbox:active + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-label:hover {
  border: 2px solid #1979c2;
  box-shadow: 0 5px 10px #b7dbf7;
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
.amskit-toolbar-wrap {
  position: fixed;
  bottom: 10px;
  left: 3%;
  z-index: 9999;
  width: 300px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.amskit-toolbar-wrap.-open:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 25px;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, #ffffff);
}
.amskit-toolbar-wrap.-open {
  padding-bottom: 15px;
}
.amskit-toolbar-box {
  padding: 10px 20px;
  border-radius: 10px;
  background: #e4e4e4;
  box-sizing: border-box;
  cursor: pointer;
}
.amskit-toolbar-box.-open {
  border-radius: 10px 10px 0 0;
  cursor: auto;
}
.amskit-toolbar-box > .amskit-title {
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.amskit-toolbar-box > .amskit-title:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+) no-repeat center;
}
.amskit-toolbar-box > .amskit-arrow {
  display: inline-block;
  float: right;
  width: 12px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-toolbar-box.-open > .amskit-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
.amskit-toolbar-content {
  padding: 10px;
  max-height: 75vh;
  overflow: auto;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  background: #fff;
}
.amskit-toolbar-content .amskit-table {
  table-layout: fixed;
}
.amskit-toolbar-content > .amskit-title {
  margin: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 600;
  font-size: 16px;
}
.amskit-toolbar-content > .amskit-background {
  margin: 5px -10px 25px;
  padding: 10px;
  background: #f6f6f6;
}
.amskit-toolbar-content .amskit-cell {
  word-break: break-word;
  word-wrap: break-word;
}
.amskit-toolbar-content .amskit-cell.-indent {
  padding-left: 35px;
}
.amskit-toolbar-content .amskit-description {
  font-size: 12px;
  color: #adadad;
}
.amskit-toolbar-content .amskit-description.-headings {
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon {
  position: relative;
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.amskit-toolbar-content .amskit-icon.-warning:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amskit-toolbar-content .amskit-icon.-normal:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-headings-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amskit-headings-wrap > .amskit-item {
  margin-left: 8px;
  margin-bottom: 5px;
  text-align: center;
}
.amskit-headings-wrap .amskit-head {
  text-transform: uppercase;
}
.amskit-page-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.amskit-page-links > .amskit-item {
  position: relative;
  padding-left: 10px;
}
.amskit-page-links > .amskit-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #55b4ff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amskit-page-links .amskit-label {
  display: inline-block;
  width: 80%;
}
.amskit-separator-wrap {
  position: relative;
  margin: 15px 0;
  height: 1px;
  background: #c4c4c4;
}
.amskit-separator-wrap ~ .amskit-url {
  display: none;
}
.amskit-separator-wrap > .amskit-button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  background: #fff;
  color: #c4c4c4;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.amskit-separator-wrap > .amskit-button:hover {
  border-color: #1787e0;
  color: #1787e0;
}
@media (min-width: 480px) {
  .amskit-toolbar-wrap.-open {
    width: 450px;
  }
  .amskit-page-links .amskit-label {
    width: 55%;
  }
}
.address .field input:disabled {
  background: #dadada;
  opacity: 1;
}
#experius-postcode-fieldset {
  margin-bottom: 0px;
  position: relative;
}
#experius-postcode-fieldset > strong {
  display: block;
}
#experius-postcode-fieldset > .field:not(.choice) > .label {
  width: auto;
}
#experius-postcode-fieldset .field {
  float: left;
  padding-right: 20px;
}
#experius-postcode-fieldset .field[name*='experius_postcode_postcode'],
#experius-postcode-fieldset .field[name*='experius_postcode_housenumber'],
#experius-postcode-fieldset .field[name*='experius_postcode_housenumber_addition'] {
  width: 130px;
}
#experius-postcode-fieldset .field[name*='experius_postcode_disable'] {
  float: none;
  clear: left;
}
#experius-postcode-fieldset .field[name*='experius_postcode_disable'] .field:last-child {
  float: none;
  width: auto;
}
#experius-postcode-fieldset .field[name*='experius_postcode_disable'] > label.label {
  display: none;
}
#experius-postcode-fieldset .field-note {
  display: none;
}
#experius-postcode-fieldset .loading-mask {
  position: absolute;
}
#experius-postcode-fieldset .loading-mask .loader img {
  position: absolute;
}
.experius-postcode-hide {
  display: none;
}
.contact-index-index .form.contact .legend,
.contact-index-index .form.contact .note {
  display: none;
}
.price-elsewhere {
  color: #777777;
  font-style: italic;
  margin: 0 0 5px;
}
.price-elsewhere__price {
  text-decoration: line-through;
}
.product-info-main .price-elsewhere {
  font-size: 1.6rem;
}
.product-label {
  position: absolute;
  left: 0;
  top: 10px;
  background: #ee2f80;
  color: #ffffff;
  padding: 6px 15px;
  font-size: 1.4rem;
  text-transform: uppercase;
  box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.7);
  z-index: 1;
  line-height: normal;
}
.product-list__item-inner {
  position: relative;
}
.product-media {
  position: relative;
}
.product-media .product-label {
  padding: 8px 22px;
  font-size: 1.8rem;
}
.payment-option._collapsible.opc-payment-additional.discount-code {
  display: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.alpine-flash-message {
  position: relative;
  left: 5px;
  min-height: 28px;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: #fff;
  color: #2C3433;
  border-radius: 0 4px 4px 0;
  margin-bottom: 10px;
  padding: 10px 35px 10px 20px;
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  line-height: 2;
  cursor: pointer;
}
.alpine-flash-message p {
  display: inline-block;
  margin-bottom: 0;
}
.alpine-flash-message .stalen-link-button {
  line-height: 1.6;
  display: inline-block;
  padding: 3px 7px;
  border-radius: 3px;
  margin-left: 2rem;
  text-decoration: underline;
}
.alpine-flash-message.message.info > *:first-child:before {
  margin: 0 !important;
}
.alpine-flash-message.info .close {
  margin-top: 5px;
}
.alpine-flash-message .close {
  color: #31708f80 !important;
  font-size: 1.7rem;
  position: relative;
  float: right;
  text-decoration: none;
}
.alpine-flash-message .close:hover {
  color: #31708f !important;
}
.alpine-flash-message:before {
  position: absolute;
  content: '';
  width: 7px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -7px;
  background-color: transparent;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.alpine-flash-message.flash-success:before {
  background-color: #008641;
}
.alpine-flash-message.flash-warning:before {
  background-color: #FF851B;
}
.sample-request .emphasis {
  color: #c10707;
  text-decoration: underline;
}
.sample-request__item {
  cursor: pointer;
}
[data-sample-variant="all-product-category"] a {
  cursor: default;
}
@media all and (max-width: 480px) {
  .alpine-flash-message {
    text-align: center;
  }
  .product-list--grid .product-list__item--selected .product-list__item-inner {
    border-color: #048844;
    border-radius: 20px;
  }
  .alpine-flash-message .close {
    display: none;
  }
  .sample-request__action-wrapper {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    height: 70px;
    z-index: 9999;
  }
  .sample-request__action-wrapper .sample-request__action {
    font-size: 1.6rem;
    border-radius: 20px;
    min-height: 70px;
    text-transform: none;
  }
  .sample-request__action-wrapper .sample-request__action:before {
    float: right;
    font-size: 30px;
    font-weight: 400;
    margin: 9px 0 0 0;
  }
  .sample-request__action-wrapper .sample-request__action .hide-on-desktop {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 5px 0 0 0;
  }
}
@media (max-width: 767px) {
  .checkout-index-index .header .header__main .layout__container .logo {
    width: 60%;
    float: left;
    padding: 8px 0 0 0;
  }
}
.checkout-index-index .footer {
  display: none !important;
}
span#tooltip-label {
  display: none;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address,
.opc-wrapper .methods-shipping {
  background-color: #f2f2f2;
}
@media screen and (max-width: 648px) {
  .trustedshops-widget-container {
    display: none;
  }
  .checkout-cart-index .trustedshops-widget-container {
    display: block;
  }
}
html[lang=de] .hero-v2.list:after {
  background-image: url(/media/hero_slogan_v2_de.png), none;
}
html[lang=nl] .hero-v2.list:after {
  background-image: url(/media/hero_slogan_v2_nl.png), none;
}
.faq-question-view .page-main {
  margin: 5vh auto;
}
.faq-category-view .amfaq_categories,
.faq-question-view .amfaq_categories {
  border-radius: 0px;
  border: 0px;
}
.faq-category-view .amfaq_categories .item-title,
.faq-question-view .amfaq_categories .item-title {
  color: #373737;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 15px 0 5px 0;
}
.faq-category-view .amfaq_categories .item-title:first-child,
.faq-question-view .amfaq_categories .item-title:first-child {
  margin: 0 0 5px 0;
}
.faq-category-view .amfaq_categories .item,
.faq-question-view .amfaq_categories .item {
  border: 0px;
  padding: 0 0 0 15px;
  position: relative;
}
.faq-category-view .amfaq_categories .item.current,
.faq-question-view .amfaq_categories .item.current {
  color: #f01a63;
  background: none;
}
.faq-category-view .amfaq_categories .item.current:before,
.faq-question-view .amfaq_categories .item.current:before {
  content: '>';
  position: absolute;
  margin-left: -15px;
  color: #f01a63;
}
.faq-category-view .faq-footer,
.faq-question-view .faq-footer {
  padding: 0;
  margin: 50px 0 0 0;
}
.faq-category-view .faq-footer .block__title,
.faq-question-view .faq-footer .block__title {
  color: #373737;
  leading-trim: both;
  text-edge: cap;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5rem;
}
.faq-category-view .faq-footer .contacts-info,
.faq-question-view .faq-footer .contacts-info {
  margin: 25px 0 0 0;
}
.faq-category-view .faq-footer .contacts-info .contact-info,
.faq-question-view .faq-footer .contacts-info .contact-info {
  min-height: 75px;
}
.faq-category-view .faq-footer .contacts-info .contact-info .contact-info__icon,
.faq-question-view .faq-footer .contacts-info .contact-info .contact-info__icon {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 100%;
  float: left;
  position: relative;
  margin-right: 15px;
  border: 1px solid #d9d9d9;
}
.faq-category-view .faq-footer .contacts-info .contact-info .contact-info__icon img,
.faq-question-view .faq-footer .contacts-info .contact-info .contact-info__icon img {
  position: absolute;
  top: 16px;
  left: 15px;
}
.faq-category-view .faq-footer .contacts-info .contact-info .contact-info__icon img.icon-whatsapp,
.faq-question-view .faq-footer .contacts-info .contact-info .contact-info__icon img.icon-whatsapp {
  top: 12px;
  left: 12px;
}
.faq-category-view .faq-footer .contacts-info .contact-info .contact-info__title,
.faq-question-view .faq-footer .contacts-info .contact-info .contact-info__title {
  color: #373737;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 3px 0 0 0;
}
.faq-category-view .faq-footer .contacts-info .contact-info .contact-info__subtitle,
.faq-question-view .faq-footer .contacts-info .contact-info .contact-info__subtitle {
  line-height: 1;
}
.faq-category-view .faq-footer .contacts-info .contact-info .contact-info__subtitle a,
.faq-question-view .faq-footer .contacts-info .contact-info .contact-info__subtitle a {
  color: #373737;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
}
.faq-category-view .faq-footer .contacts-info .contact-info .contact-info__subtitle a:hover,
.faq-question-view .faq-footer .contacts-info .contact-info .contact-info__subtitle a:hover {
  text-decoration: none;
}
.faq-category-view #countdown-bar .sample-form__button,
.faq-question-view #countdown-bar .sample-form__button {
  margin-top: 10px;
}
.faq-category-view .cms-index-index .page-section__inner,
.faq-question-view .cms-index-index .page-section__inner {
  padding: 0 !important;
}
.faq-category-view .cms-index-index .page-section.page-section--content,
.faq-question-view .cms-index-index .page-section.page-section--content,
.faq-category-view .cms-index-index .page-section.page-section--top .techtwo-widget-group,
.faq-question-view .cms-index-index .page-section.page-section--top .techtwo-widget-group,
.faq-category-view .cms-index-index .page-section.page-section--bottom .techtwo-widget,
.faq-question-view .cms-index-index .page-section.page-section--bottom .techtwo-widget,
.faq-category-view .cms-index-index .page-section.page-section--aside .techtwo-widget,
.faq-question-view .cms-index-index .page-section.page-section--aside .techtwo-widget,
.faq-category-view .cms-index-index .page-section.page-section--top .techtwo-widget,
.faq-question-view .cms-index-index .page-section.page-section--top .techtwo-widget {
  display: none;
}
.faq-category-view .categorypath-kunstrasen-zubehoer .product-list__item-action--samplerequest,
.faq-question-view .categorypath-kunstrasen-zubehoer .product-list__item-action--samplerequest,
.faq-category-view .catalog-category-view.category-accessoires .product-list__item-action--samplerequest,
.faq-question-view .catalog-category-view.category-accessoires .product-list__item-action--samplerequest {
  display: none;
}
.faq-category-view .footer__column--social-icons,
.faq-question-view .footer__column--social-icons {
  position: relative;
  z-index: 99;
}
.faq-category-view .cookie-status-message,
.faq-question-view .cookie-status-message {
  display: none;
}
.faq-category-view .breadcrumbs,
.faq-question-view .breadcrumbs {
  min-height: 28px;
}
@media all and (min-width: 1100px), print {
  .header__main .header__contact {
    display: block;
  }
  .hero__information .block .hero__information-content {
    min-height: 55px;
  }
}
a.trustpilot-widget__wrapper {
  text-decoration: none;
}
.trustpilot-widget__star {
  padding: 1px 2px 0;
}
.trustpilot-widget__star:before {
  font: inherit;
  content: url("../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-trustpilot.svg");
  width: 16px;
}
.contact-index-index .column:not(.sidebar-main) .form.contact {
  width: 100%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  width: 100%;
}
.blog-post__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.blog-post__image {
  -webkit-flex: 1 4 100%;
  -ms-flex: 1 4 100%;
  flex: 1 4 100%;
  margin: 0 20px 0 0;
}
.blog-post__content {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.blog-post-author {
  border-bottom: 0;
}
.blog-post__bottom {
  border-bottom: 1px solid #d1d1d1;
}
.blog-image-placeholder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
}
.blog-image-placeholder img {
  max-width: 60px;
}
.product-blog-post__image-wrapper {
  box-sizing: border-box;
  padding: 50%;
  position: relative;
  overflow: hidden;
}
.product-blog-posts__image {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-blog-post__image-wrapper {
  box-sizing: border-box;
  padding: 50%;
  position: relative;
  overflow: hidden;
}
.product-blog-posts__image {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-post-read-more-wrapper a {
  color: #f01a63;
}
.aw-blog-post-view .page-heading {
  display: none;
}
h1.blog-post-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 3rem;
}
h1.blog-post-title a {
  font-weight: 700;
}
h1.blog-post-title a:hover {
  text-decoration: none;
}
.blog-post h2 {
  font-size: 2.75rem;
  font-weight: 400;
}
.blog-post a {
  text-decoration: underline;
}
.blog-post a:hover {
  text-decoration: none;
}
.block.aw_blog_related_products .block-title strong {
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.1;
}
.blog-tags a {
  margin-right: 10px;
  color: #f01a63;
  text-decoration: underline;
}
.blog-tags a:hover {
  color: #f01a63;
  text-decoration: none;
}
.blog-post__bottom {
  border: none;
}
.blog-post-read-more-wrapper a {
  text-decoration: underline;
}
.blog-post-read-more-wrapper a:hover {
  text-decoration: none;
}
.block-recent-posts-item a {
  text-decoration: underline;
}
.block-recent-posts-item a:hover {
  color: #f01a63;
  text-decoration: none;
}
h3.blog-sidebar-block-title {
  font-weight: 500;
}
.block-recent-posts-link {
  color: #f01a63;
}
@media (min-width: 768px) {
  .page-section__inner > .techtwo-widget:nth-child(1) .image-slider-widget__image {
    height: 491px !important;
  }
  .techtwo-widget-group-top-small-banners .techtwo-widget {
    margin: 0 !important;
  }
  .techtwo-widget-group-top-small-banners,
  .page-section__inner > .techtwo-widget-group {
    height: 491px !important;
  }
}
@media (max-width: 767px) {
  .page-section__inner > .techtwo-widget:nth-child(1) {
    min-height: 300px;
  }
  .slick-list {
    overflow: visible;
  }
  .image-slider-widget__caption-wrapper {
    padding: 0;
  }
  /* Staalaanvraag */
  .sample-select-box {
    display: none;
    border-radius: 10px;
    background: #e3e3e3;
    z-index: 1;
    position: relative;
    margin: -35px auto 25px auto;
    padding: 10px 15px;
    font-weight: 700;
    box-shadow: 2px 2px 10px #000000;
    width: 155px;
    line-height: 1.42;
  }
  .sample-select-box label {
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
  }
  .sample-select-box input {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    width: 1.15em;
    height: 1.15em;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    border: 1px solid grey;
  }
  .sample-select-box input:checked::before {
    transform: scale(1);
  }
  .sample-select-box input::before {
    content: "";
    width: 0.75em;
    height: 0.75em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: #ee2f80;
  }
  .product-list--sample .product-list__item--selected .product-list__item-inner {
    border-color: #008641;
  }
  .product-list--sample .product-list__item-inner {
    border-radius: 15px;
    overflow: hidden;
  }
  .product-list--sample .product-list__item-inner .product-image-container {
    margin-top: -50px;
  }
  .product-list--sample .product-list__item-inner .product-image-photo {
    width: 100%;
  }
  .product-list--sample .product-list__item-inner:hover {
    box-shadow: none;
  }
}
@media (max-width: 479px) {
  .page-layout-2columns_left_sample .page-main .page-heading h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 20px;
  }
  .page-layout-2columns_left_sample .page-main .page-heading .category-description {
    font-weight: 400;
  }
  .page-layout-2columns_left_sample .page-main .toolbar.toolbar--top {
    display: none;
  }
  .sample-select-box {
    display: block;
  }
  .product-list--sample .product-list__item-inner {
    padding: 15px;
  }
  .product-list--sample .product-list__item-details-section {
    float: left;
    width: 50%;
    font-weight: 700;
  }
  .product-list--sample .product-list__item-details-section span,
  .product-list--sample .product-list__item-details-section img {
    float: left;
    width: 50%;
    font-weight: 700;
  }
  .product-list--sample .product-list__item-details-section img {
    padding: 5px 0 0 0;
  }
  .product-list--sample .product-list__item-details-section.product-list__item-details-section--echtheid_icoon {
    float: right;
  }
  .product-list--sample .product-list__item-link {
    font-weight: 700;
  }
  /* Filter button */
  .layered-navigation__trigger-title {
    border: 1px solid grey;
    color: black;
    width: 100%;
  }
  .layered-navigation__trigger-title:before {
    content: '';
    background: #ffffff url('/media/icon-sliders-solid.svg');
    height: 16px;
    width: 16px;
    display: inline;
    position: absolute;
    margin-left: -24px;
  }
  .layered-navigation__trigger-title:after {
    display: none;
  }
  .layered-navigation__trigger-title:visited,
  .layered-navigation__trigger-title:hover {
    background: white;
    color: black !important;
  }
  /* overzichtspagina stalen cats*/
  .sample-product-index .header__usp--mobile,
  .page-layout-2columns_left_sample .header__usp--mobile {
    display: none;
  }
  .sample-product-index .legend.sample-form__legend.sample-form__legend--large {
    /* hide title */
    display: none;
  }
  .categorypath-staalaanvraag .page-main .techtwo-widget.col-xs-12.col-sm-6.col-md-4.col-lg-4 {
    display: block;
  }
  .categorypath-staalaanvraag .page-main .techtwo-widget.col-xs-12.col-sm-6.col-md-4.col-lg-4 .image-widget-full-button__wrapper {
    border-radius: 15px;
    border: 1px solid #d1d0d0;
    overflow: hidden;
    display: block;
    height: 90px;
  }
  .categorypath-staalaanvraag .image-widget-full-button__button-wrapper {
    display: none;
  }
  .categorypath-staalaanvraag .image-widget-full-button__image-wrapper {
    display: inline-block;
    width: 100%;
  }
  .categorypath-staalaanvraag .image-widget-full-button__caption {
    position: relative;
    top: 35px;
    bottom: auto;
  }
  .categorypath-staalaanvraag .image-widget-full-button__image {
    width: 130px;
    height: 90px;
    margin-left: -25px;
    float: left;
  }
  .categorypath-staalaanvraag .image-widget-full-button__image-wrapper:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    background: #ee2f80;
    color: white;
    font-size: 3rem;
    font-weight: 400;
    height: 65px;
    width: 65px;
    position: absolute;
    border-radius: 15px;
    right: 10px;
    text-align: center;
    line-height: 65px;
    top: 11px;
    bottom: 0;
  }
  .categorypath-staalaanvraag .image-widget-full-button__title {
    color: black;
    font-size: 1.5rem;
    text-transform: initial;
    z-index: 1;
    position: relative;
  }
}
@media (max-width: 350px) {
  .image-widget-full-button__image {
    margin-left: -60px !important;
  }
}
@media (max-width: 767px) {
  .header__mini-search {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    margin-top: 40px;
  }
}
.header__mobile-search {
  display: none;
  float: right;
}
@media (max-width: 768px) {
  .header__mobile-search {
    display: block;
  }
}
.header__mobile-search .icon:before {
  margin: 0;
  padding: 6px 6px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: #008641;
  content: '\e615';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media (max-width: 767px) {
  .header__logo .logo__image {
    padding: 5px 0 0 0;
  }
}
.owl-carousel.outside-right .owl-stage-outer {
  margin-right: -30vw;
}
.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -74px;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  border-radius: 100%;
  height: 40px;
  width: 40px;
  border: 1px solid #d9d9d9;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
}
.owl-carousel .owl-nav .owl-next span,
.owl-carousel .owl-nav .owl-prev span {
  display: none;
}
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
}
.owl-carousel .owl-nav .owl-next {
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-arrow-right.svg), none;
}
.owl-carousel .owl-nav .owl-next:hover {
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-arrow-right.svg), none;
}
.owl-carousel .owl-nav .owl-prev {
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-arrow-left.svg), none;
}
.owl-carousel .owl-nav .owl-prev:hover {
  background-image: url(../../frontend/Techtwo/kunstgrasnet/nl_NL/images/icon-arrow-left.svg), none;
}
.btn,
button,
.mini-cart__action-checkout,
.mini-cart__action-cart,
.sample-form__button,
.sample-request__action,
.product-add-form .action.primary.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.product-list--grid .product-list__item-action--cart {
  border-radius: 5px;
}
.shake-and-hide-element{-moz-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-webkit-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-o-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes shake-element{0%,100%{transform:translateX(0)}
10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@-webkit-keyframes shake-element{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@keyframes hide-element{to{width:0;height:0;padding:0;margin:0;overflow:hidden}}@-webkit-keyframes hide-element{to{width:0;height:0;padding:0;margin:0;visibility:hidden}}.warning-icon{width:20%;max-width:30px;font-size:21px;display:inline-block;vertical-align:middle}
.trustbox-message-text{width:80%;display:inline-block;vertical-align:middle}.trustbox-message-box{background-color:#fcf8e3;color:#8a6d3b;padding:15px;margin-bottom:20px;border-radius:4px;border:1px solid;border-color:#faebcc}/**
 * Euvat Fronted CSS Styles
 *
 * @author     PILLWAX Industrial Solutions Consulting
 * @category   Pisc
 * @package    Pisc_Euvat
 * @copyright  Copyright (c) 2016 PILLWAX Industrial Solutions Consulting (http://technology.pillwax.com/software)
 * @license    Commercial Unlimited License (http://technology.pillwax.com/software/license)
 * @version    2.0.0
 */

form div.euvat-address-vatid select.euvat-vatid-country { float:left; width:35%; margin-right:0.5rem; }
form div.euvat-address-vatid input.euvat-vatid { width:55%; }
form div.euvat-address-vatid .control._with-tooltip input { width: calc(65% - 36px); }
form div.euvat-address-vatid button.action-euvat-vatid-validate { float:right; margin:0.5rem; }
form div.euvat-address-vatid span.comment,
form div.euvat-taxvat-container span.comment { font-size:0.8em; display:inline-block; width:75%; padding:0.5rem; }

form.form-create-account div.euvat-address-vatid input.euvat-vatid { width:64%; }
form.form-address-edit div.euvat-address-vatid input.euvat-vatid { width:62%; }

div.euvat-message {
	padding: 15px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
div.euvat-notice,
div.euvat-taxvat-status-undefined,
div.euvat-taxvat-validation-notice,
div.euvat-taxvat-validation {
	background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}
div.euvat-taxvat-validation-success {
	background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}
div.euvat-taxvat-status-invalid,
div.euvat-taxvat-validation-failure {
	background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}
div.euvat-taxvat-validation-progress {
	background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}
div.euvat-taxvat-status-euconsumer,
div.euvat-taxvat-status-euconsumer,
div.euvat-taxvat-status-noneucustomer {
	background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}
div.euvat-taxvat-status-eubusiness {
	background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

div.taxvat-validate {
	padding-top: 15px;
}
div.euvat-taxvat-container select { float:left; width:24%; margin-right:5px; }
div.euvat-taxvat-container input.input-text { float:left; width:75%; }
div.euvat-taxvat-container button { margin-top:5px; float:right; }
div.euvat-taxvat-container #euvat_validation_message { clear:both; padding-top:5px; }
span.euvat-vatid { font-weight:600; margin-left:1em; }
div.euvat-taxvat-status-undefined span { font-weight:600; }
@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }
/*! 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('../../frontend/Techtwo/kunstgrasnet/nl_NL/Webkul_ImageGallery/css/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('../../frontend/Techtwo/kunstgrasnet/nl_NL/Webkul_ImageGallery/css/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('../../frontend/Techtwo/kunstgrasnet/nl_NL/Webkul_ImageGallery/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('../../frontend/Techtwo/kunstgrasnet/nl_NL/Webkul_ImageGallery/css/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('../../frontend/Techtwo/kunstgrasnet/nl_NL/Webkul_ImageGallery/css/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('../../frontend/Techtwo/kunstgrasnet/nl_NL/Webkul_ImageGallery/css/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}/*! 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('../../frontend/Techtwo/kunstgrasnet/nl_NL/Webkul_ImageGallery/css/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('../../frontend/Techtwo/kunstgrasnet/nl_NL/Webkul_ImageGallery/css/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('../../frontend/Techtwo/kunstgrasnet/nl_NL/Webkul_ImageGallery/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('../../frontend/Techtwo/kunstgrasnet/nl_NL/Webkul_ImageGallery/css/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('../../frontend/Techtwo/kunstgrasnet/nl_NL/Webkul_ImageGallery/css/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('../../frontend/Techtwo/kunstgrasnet/nl_NL/Webkul_ImageGallery/css/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050;
}

#fancybox-thumbs.bottom {
    bottom: 2px;
}

#fancybox-thumbs.top {
    top: 2px;
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: 0.5;
}

#fancybox-thumbs ul li.active {
    opacity: 0.75;
    padding: 0;
    border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
    opacity: 1;
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none;
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
}#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}

#fancybox-buttons.top {
    top: 10px;
}

#fancybox-buttons.bottom {
    bottom: 10px;
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
       -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
            box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
    background: rgb(50,50,50);
    background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
    background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-image: url('../../frontend/Techtwo/kunstgrasnet/nl_NL/Webkul_ImageGallery/images/fancybox_buttons.png');
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.8;
}

#fancybox-buttons a:hover {
    opacity: 1;
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
    opacity : 0.4;
    cursor: default;
}/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_ImageGallery
 * @author    Webkul
 * @copyright Copyright (c) 2010-2016 Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk_gallery_img_container{
    border: 3px solid #dedede;
    box-shadow: 0 0 3px #7d7575;
    height: 200px;
    margin-bottom: 3px;
    position: relative;
    width: 200px;
    display: inline-block;
}
.wk_gallery{
    display: inline-block;
    height: 235px;
    margin: 5px;
    width: 200px;
    padding: 5px;
    margin-bottom: 10px;
}
.wk_gallery_desc{
    text-align: center;
    display: inline-block;
}
.gallery_name{
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.wk_gallery_album img{
    height: 200px;
    left: 0;
    position: absolute;
    width: 200px;
}
.wk_gallery_image{
    width: 200px;
}
.imagegallery{
    border: 3px solid #d6d6d6;
    box-shadow: 0 0 7px #000000;
    display: inline-block;
    height: 200px;
    margin: 7px;
    width: 200px;
}
.imagegallery:hover{
    text-decoration: none;
}
.content1{
    border-top: 1px solid #e2e2e2;
    margin-top: 5px;
    padding-top: 2px;
    text-align: center;
}
.gallery_container{
    text-align: center;
}
.wk_imagegallery_container {

}
