.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

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

.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;
    box-sizing: border-box;
}

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

.col-xs-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: 768px) {
    .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
    }

    .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: 992px) {
    .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
    }

    .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: 1200px) {
    .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
    }

    .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
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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}.owl-carousel .animated{animation-duration:1s;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-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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/DigitalVillage/butcheryold/nl_NL/Mageplaza_Core/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s 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-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.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:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}
@font-face{font-family:'mulilight';src:url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/muli-light-webfont.eot');src:url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/muli-light-webfont.eot?#iefix') format('embedded-opentype'),url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/muli-light-webfont.woff2') format('woff2'),url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/muli-light-webfont.woff') format('woff'),url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/muli-light-webfont.ttf') format('truetype'),url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/muli-light-webfont.svg#mulilight') format('svg');font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:'muliregular';src:url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/muli-regular-webfont.eot');src:url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/muli-regular-webfont.eot?#iefix') format('embedded-opentype'),url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/muli-regular-webfont.woff2') format('woff2'),url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/muli-regular-webfont.woff') format('woff'),url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/muli-regular-webfont.ttf') format('truetype'),url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/muli-regular-webfont.svg#muliregular') format('svg');font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:'mulibold';src:url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/muli-bold-webfont.eot');src:url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/muli-bold-webfont.eot?#iefix') format('embedded-opentype'),url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/muli-bold-webfont.woff2') format('woff2'),url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/muli-bold-webfont.woff') format('woff'),url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/muli-bold-webfont.ttf') format('truetype'),url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/muli-bold-webfont.svg#mulibold') format('svg');font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"My type of font";src:url("../../frontend/DigitalVillage/lantinga/nl_NL/fonts/HammersmithOne-Regular.eot?") format("eot"),url("../../frontend/DigitalVillage/lantinga/nl_NL/fonts/HammersmithOne-Regular.woff") format("woff"),url("../../frontend/DigitalVillage/lantinga/nl_NL/fonts/HammersmithOne-Regular.ttf") format("truetype"),url("../../frontend/DigitalVillage/lantinga/nl_NL/fonts/HammersmithOne-Regular.svg#HammersmithOne-Regular") format("svg");font-weight:normal;font-style:normal}@charset "UTF-8";[class^="bf-icon-"],[class*="bf-icon-"]{font-family:'Butchery Icon Font' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bf-icon-euro:before{content:"\e901"}.bf-icon-truck:before{content:"\e902"}.bf-icon-cadeau:before{content:"\e957"}.bf-icon-grill:before{content:"\e958"}.bf-icon-oven:before{content:"\e959"}.bf-icon-pan:before{content:"\e95a"}.bf-icon-flashfrozen:before{content:"\e95b"}.bf-icon-sousvide:before{content:"\e95c"}.bf-icon-checkmark:before{content:"\e900"}.bf-icon-smoke:before{content:"\e903"}.bf-icon-stew:before{content:"\e906"}.bf-icon-wok:before{content:"\e904"}.bf-icon-lowslow:before{content:"\e905"}@font-face{font-family:"butchery";src:url("../../frontend/DigitalVillage/lantinga/nl_NL/fonts/butchery2.eot");src:url("../../frontend/DigitalVillage/lantinga/nl_NL/fonts/butchery2.eot?#iefix") format("embedded-opentype"),url("../../frontend/DigitalVillage/lantinga/nl_NL/fonts/butchery2.woff") format("woff"),url("../../frontend/DigitalVillage/lantinga/nl_NL/fonts/butchery2.ttf") format("truetype"),url("../../frontend/DigitalVillage/lantinga/nl_NL/fonts/butchery2.svg#butchery") format("svg");font-weight:normal;font-style:normal;font-display:swap}[data-icon]:before{font-family:"butchery" !important;content:attr(data-icon);font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"butchery" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-burgerbar:before{content:"\61"}.icon-gevogelte:before{content:"\62"}.icon-hert:before{content:"\63"}.icon-kalf:before{content:"\64"}.icon-lam:before{content:"\65"}.icon-roastshop:before{content:"\66"}.icon-roastshopoptieb:before{content:"\67"}.icon-rund:before{content:"\68"}.icon-traiteur:before{content:"\69"}.icon-varken:before{content:"\6a"}.icon-wijn:before{content:"\6b"}.icon-worstatelier:before{content:"\6c"}/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/fontawesome-webfont.eot?v=4.6.1');src:url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'),url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'),url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'),url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'),url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/fontawesome-webfont.svg?v=4.6.1#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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;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}.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:#fff}.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: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-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"}.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}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{border:0}img,object,video,embed{max-height:100%;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:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,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 #d1d1d1;cursor:help}b,strong{font-weight:700}em,i{font-style:italic}mark{background:#f0f0f0;color:#000}small,.small{font-size:12px}hr{border:0;border-top:1px solid #d1d1d1;margin-bottom:20px;margin-top:20px}sub,sup{font-size:71.42857143000001%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dfn{font-style:italic}h1,.product-info-detailed .content-title,.product-info-detailed h2,.product-info-detailed h3,#product-review-container .block-title strong{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:0rem;margin-bottom:2rem}h2{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}h3{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}h4{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem}h5{font-weight:700;line-height:1.1;font-size:1.2rem;margin-top:2rem;margin-bottom:2rem}h6{font-weight:700;line-height:1.1;font-size:1rem;margin-top:2rem;margin-bottom:2rem}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:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1}a,.alink{color:#1979c3;text-decoration:none}a:visited,.alink:visited{color:#1979c3;text-decoration:none}a:hover,.alink:hover{color:#006bb4;text-decoration:underline}a:active,.alink:active{color:#ff5501;text-decoration:underline}ul,ol{margin-top:0rem;margin-bottom:2.5rem}ul>li,ol>li{margin-top:0rem;margin-bottom:1rem}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:10px;margin-top:0;margin-left:0}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,'Courier New',monospace}code{background:#f0f0f0;color:#111;padding:2px 4px;font-size:1.2rem;white-space:nowrap}kbd{background:#f0f0f0;color:#111;padding:2px 4px;font-size:1.2rem}pre{background:#f0f0f0;border:1px solid #d1d1d1;color:#111;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 #d1d1d1;margin:0 0 20px 40px;padding:0;color:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,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:#333;line-height:1.42857143;font-size: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,.cart.table-wrapper .actions-toolbar>.action,.action-gift{background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin:0;padding:7px 15px;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle}button:focus,button:active,.cart.table-wrapper .actions-toolbar>.action:focus,.cart.table-wrapper .actions-toolbar>.action:active,.action-gift:focus,.action-gift:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}button:hover,.cart.table-wrapper .actions-toolbar>.action:hover,.action-gift:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}button.disabled,button[disabled],fieldset[disabled] button,.cart.table-wrapper .actions-toolbar>.action.disabled,.cart.table-wrapper .actions-toolbar>.action[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action,.action-gift.disabled,.action-gift[disabled],fieldset[disabled] .action-gift{opacity:.5;cursor:default;pointer-events:none}button::-moz-focus-inner,.cart.table-wrapper .actions-toolbar>.action::-moz-focus-inner,.action-gift::-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:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:0 9px;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:.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:#c2c2c2}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:#c2c2c2}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:#c2c2c2}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:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:5px 10px 4px;vertical-align:baseline;width:100%;box-sizing:border-box}select:disabled{opacity:.5}select[multiple]{height:auto;background-image:none}textarea{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,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:.5}textarea::-moz-placeholder{color:#c2c2c2}textarea::-webkit-input-placeholder{color:#c2c2c2}textarea:-ms-input-placeholder{color:#c2c2c2}input[type="checkbox"]{margin:2px 5px 0 0;position:relative;top:2px}input[type="checkbox"]:disabled{opacity:.5}input[type="radio"]{margin:2px 5px 0 0}input[type="radio"]:disabled{opacity:.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:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:0 9px;vertical-align:baseline;width:100%;box-sizing:border-box}input[type*="date"]:disabled{opacity:.5}input[type*="date"]::-moz-placeholder{color:#c2c2c2}input[type*="date"]::-webkit-input-placeholder{color:#c2c2c2}input[type*="date"]:-ms-input-placeholder{color:#c2c2c2}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 3px 1px #68a8e0}.bundle-options-container .block-bundle-summary .bundle.items,.cart-container .checkout-methods-items,.opc-wrapper .opc,.opc-progress-bar,.checkout-agreements-items,.items,.order-details-items .items-qty,.footer.content ul,.product-items,.prices-tier,.block-banners .banner-items,.block-banners-inline .banner-items{margin:0;padding:0;list-style:none none}.bundle-options-container .block-bundle-summary .bundle.items>li,.cart-container .checkout-methods-items>li,.opc-wrapper .opc>li,.opc-progress-bar>li,.checkout-agreements-items>li,.items>li,.order-details-items .items-qty>li,.footer.content ul>li,.product-items>li,.prices-tier>li,.block-banners .banner-items>li,.block-banners-inline .banner-items>li{margin:0}.abs-action-addto-product,.bundle-options-container .block-bundle-summary .product-addto-links>.action,.product-info-main .action.tocompare,.product-options-bottom .action.tocompare{background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin: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;border-radius:3px}.abs-action-link-button:focus,.abs-action-link-button:active,.abs-action-addto-product:focus,.abs-action-addto-product:active,.bundle-options-container .block-bundle-summary .product-addto-links>.action:focus,.bundle-options-container .block-bundle-summary .product-addto-links>.action:active,.product-info-main .action.tocompare:focus,.product-info-main .action.tocompare:active,.product-options-bottom .action.tocompare:focus,.product-options-bottom .action.tocompare:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.abs-action-link-button:hover,.abs-action-addto-product:hover,.bundle-options-container .block-bundle-summary .product-addto-links>.action:hover,.product-info-main .action.tocompare:hover,.product-options-bottom .action.tocompare:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.abs-action-link-button.disabled,.abs-action-link-button[disabled],fieldset[disabled] .abs-action-link-button,.abs-action-addto-product.disabled,.abs-action-addto-product[disabled],fieldset[disabled] .abs-action-addto-product,.bundle-options-container .block-bundle-summary .product-addto-links>.action.disabled,.bundle-options-container .block-bundle-summary .product-addto-links>.action[disabled],fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links>.action,.product-info-main .action.tocompare.disabled,.product-info-main .action.tocompare[disabled],fieldset[disabled] .product-info-main .action.tocompare,.product-options-bottom .action.tocompare.disabled,.product-options-bottom .action.tocompare[disabled],fieldset[disabled] .product-options-bottom .action.tocompare{opacity:.5;cursor:default;pointer-events:none}.abs-action-link-button:hover,.abs-action-link-button:active,.abs-action-link-button:focus,.abs-action-addto-product:hover,.abs-action-addto-product:active,.abs-action-addto-product:focus,.bundle-options-container .block-bundle-summary .product-addto-links>.action:hover,.bundle-options-container .block-bundle-summary .product-addto-links>.action:active,.bundle-options-container .block-bundle-summary .product-addto-links>.action:focus,.product-info-main .action.tocompare:hover,.product-info-main .action.tocompare:active,.product-info-main .action.tocompare:focus,.product-options-bottom .action.tocompare:hover,.product-options-bottom .action.tocompare:active,.product-options-bottom .action.tocompare:focus{text-decoration:none}.cart.table-wrapper .item-options dt,.opc-block-summary .items-in-cart .product .item-options dt,.block-giftregistry-shared-items .product .item-options dt{clear:left;float:left;margin:0 10px 5px 0}.cart.table-wrapper .item-options dt:after,.opc-block-summary .items-in-cart .product .item-options dt:after,.block-giftregistry-shared-items .product .item-options dt:after{content:': '}.cart.table-wrapper .item-options dd,.opc-block-summary .items-in-cart .product .item-options dd,.block-giftregistry-shared-items .product .item-options dd{display:inline-block;float:left;margin:0 0 5px;word-break:break-all}.actions-toolbar>.primary .action,.actions-toolbar>.secondary .action,.apple-pay-button{width:100%}.cart.table-wrapper .product-image-wrapper,.minicart-items .product-image-wrapper,.block-giftregistry-shared-items .product-image-wrapper,.products-list .product-image-wrapper{height:auto;padding:0 !important}.cart.table-wrapper .product-image-wrapper .product-image-photo,.minicart-items .product-image-wrapper .product-image-photo,.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,.products-list .product-image-wrapper .product-image-photo{position:static}.product.media .product.photo .photo.image{display:block;height:auto;margin:0 auto;max-width:100%}.login-container .block .block-title{font-size:1.8rem;border-bottom:1px solid #e8e8e8;margin-bottom:15px;padding-bottom:12px}.login-container .block .block-title strong{font-weight:500}.block-giftregistry-results .block-title,.block-giftregistry-shared-items .block-title,.block-reorder .block-title,.widget .block-title,.block-compare .block-title{margin-bottom:15px}.block-giftregistry-results .block-title>strong,.block-giftregistry-shared-items .block-title>strong,.block-reorder .block-title>strong,.widget .block-title>strong,.block-compare .block-title>strong{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,.sales-guest-view .column.main .block:not(.widget) .block-title,.account .column.main .block:not(.widget) .block-title{margin-bottom:15px}[class^='sales-guest-'] .column.main .block:not(.widget) .block-title>strong,.sales-guest-view .column.main .block:not(.widget) .block-title>strong,.account .column.main .block:not(.widget) .block-title>strong{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}[class^='sales-guest-'] .column.main .block:not(.widget) .block-title>.action,.sales-guest-view .column.main .block:not(.widget) .block-title>.action,.account .column.main .block:not(.widget) .block-title>.action{margin-left:15px}[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,.sales-guest-view .column.main .block:not(.widget) .box-title,.account .column.main .block:not(.widget) .box-title{display:inline-block;margin:0 0 5px}[class^='sales-guest-'] .column.main .block:not(.widget) .box-title>span,.sales-guest-view .column.main .block:not(.widget) .box-title>span,.account .column.main .block:not(.widget) .box-title>span{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem}[class^='sales-guest-'] .column.main .block:not(.widget) .box-title>.action,.sales-guest-view .column.main .block:not(.widget) .box-title>.action,.account .column.main .block:not(.widget) .box-title>.action{font-weight:400;margin-left:10px}[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child,.account .column.main .block:not(.widget) .block-content p:last-child{margin-bottom:0}[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,.sales-guest-view .column.main .block:not(.widget) .block-content .box,.account .column.main .block:not(.widget) .block-content .box{margin-bottom:20px}.giftregisty-dropdown{display:inline-block;position:relative}.abs-dropdown-simple:before,.abs-dropdown-simple:after,.giftregisty-dropdown:before,.giftregisty-dropdown:after{content:'';display:table}.abs-dropdown-simple:after,.giftregisty-dropdown:after{clear:both}.abs-dropdown-simple .action.toggle,.giftregisty-dropdown .action.toggle{cursor:pointer;display:inline-block;text-decoration:none}.abs-dropdown-simple .action.toggle:after,.giftregisty-dropdown .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e607';font-family:'icons-blank-theme';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,.giftregisty-dropdown .action.toggle:hover:after{color:inherit}.abs-dropdown-simple .action.toggle:active:after,.giftregisty-dropdown .action.toggle:active:after{color:inherit}.abs-dropdown-simple .action.toggle.active,.giftregisty-dropdown .action.toggle.active{display:inline-block;text-decoration:none}.abs-dropdown-simple .action.toggle.active:after,.giftregisty-dropdown .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:'icons-blank-theme';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,.giftregisty-dropdown .action.toggle.active:hover:after{color:inherit}.abs-dropdown-simple .action.toggle.active:active:after,.giftregisty-dropdown .action.toggle.active:active:after{color:inherit}.abs-dropdown-simple ul.dropdown,.giftregisty-dropdown ul.dropdown{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:200px;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.abs-dropdown-simple ul.dropdown li,.giftregisty-dropdown ul.dropdown li{margin:0;padding:5px 5px 5px 23px}.abs-dropdown-simple ul.dropdown li:hover,.giftregisty-dropdown ul.dropdown li:hover{background:#e8e8e8;cursor:pointer}.abs-dropdown-simple ul.dropdown:before,.abs-dropdown-simple ul.dropdown:after,.giftregisty-dropdown ul.dropdown:before,.giftregisty-dropdown ul.dropdown:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.abs-dropdown-simple ul.dropdown:before,.giftregisty-dropdown ul.dropdown:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.abs-dropdown-simple ul.dropdown:after,.giftregisty-dropdown ul.dropdown:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.abs-dropdown-simple ul.dropdown:before,.giftregisty-dropdown ul.dropdown:before{left:10px;top:-12px}.abs-dropdown-simple ul.dropdown:after,.giftregisty-dropdown ul.dropdown:after{left:9px;top:-14px}.abs-dropdown-simple.active,.giftregisty-dropdown.active{overflow:visible}.abs-dropdown-simple.active ul.dropdown,.giftregisty-dropdown.active ul.dropdown{display:block}.bundle-options-container .input-text.qty,.cart.table-wrapper .col.qty .input-text,.table-giftregistry-items .field.qty .qty,.block-giftregistry-shared-items .qty .qty,.account .table-return-items .qty .input-text{text-align:center;width:47px}.sidebar .widget.block:not(:last-child),.sidebar .widget:not(:last-child),.block,.block-banners,.block-banners-inline{margin-bottom:40px}.filtered .item .action.remove,.sidebar .action.delete,.table-comparison .cell.remove .action.delete,.block-compare .action.delete{display:inline-block;text-decoration:none}.abs-remove-button-for-blocks>span,.filtered .item .action.remove>span,.sidebar .action.delete>span,.table-comparison .cell.remove .action.delete>span,.block-compare .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,.filtered .item .action.remove:before,.sidebar .action.delete:before,.table-comparison .cell.remove .action.delete:before,.block-compare .action.delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:26px;line-height:15px;color:#303030;content:'\e616';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-remove-button-for-blocks:hover:before,.filtered .item .action.remove:hover:before,.sidebar .action.delete:hover:before,.table-comparison .cell.remove .action.delete:hover:before,.block-compare .action.delete:hover:before{color:#303030}.abs-remove-button-for-blocks:active:before,.filtered .item .action.remove:active:before,.sidebar .action.delete:active:before,.table-comparison .cell.remove .action.delete:active:before,.block-compare .action.delete:active:before{color:#303030}.product-item-name,.product.name a{font-weight:400}.product-item-name>a,.product.name a>a{color:#333;text-decoration:none}.abs-product-link>a:visited,.product-item-name>a:visited,.product.name a>a:visited{color:#333;text-decoration:underline}.abs-product-link>a:hover,.product-item-name>a:hover,.product.name a>a:hover{color:#333;text-decoration:underline}.abs-product-link>a:active,.product-item-name>a:active,.product.name a>a:active{color:#333;text-decoration:underline}.form.giftregistry.items .actions-toolbar,.fieldset .review-legend.legend{margin-left:0}.cart.table-wrapper .action.help.map,.opc-wrapper .edit-address-link,.opc-block-shipping-information .shipping-information-title .action-edit,.action-auth-toggle,.checkout-payment-method .checkout-billing-address .action-cancel,.checkout-agreements-block .action-show,.cart-summary .block.giftcard .action.check,.gift-options .actions-toolbar .action-cancel{line-height:1.42857143;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline;border-radius:0;font-size:inherit;font-weight:400}.abs-action-button-as-link:visited,.cart.table-wrapper .action.help.map:visited,.opc-wrapper .edit-address-link:visited,.opc-block-shipping-information .shipping-information-title .action-edit:visited,.action-auth-toggle:visited,.checkout-payment-method .checkout-billing-address .action-cancel:visited,.checkout-agreements-block .action-show:visited,.cart-summary .block.giftcard .action.check:visited,.gift-options .actions-toolbar .action-cancel:visited{color:#1979c3;text-decoration:none}.abs-action-button-as-link:hover,.cart.table-wrapper .action.help.map:hover,.opc-wrapper .edit-address-link:hover,.opc-block-shipping-information .shipping-information-title .action-edit:hover,.action-auth-toggle:hover,.checkout-payment-method .checkout-billing-address .action-cancel:hover,.checkout-agreements-block .action-show:hover,.cart-summary .block.giftcard .action.check:hover,.gift-options .actions-toolbar .action-cancel:hover{color:#006bb4;text-decoration:underline}.abs-action-button-as-link:active,.cart.table-wrapper .action.help.map:active,.opc-wrapper .edit-address-link:active,.opc-block-shipping-information .shipping-information-title .action-edit:active,.action-auth-toggle:active,.checkout-payment-method .checkout-billing-address .action-cancel:active,.checkout-agreements-block .action-show:active,.cart-summary .block.giftcard .action.check:active,.gift-options .actions-toolbar .action-cancel:active{color:#ff5501;text-decoration:underline}.abs-action-button-as-link:hover,.abs-action-button-as-link:active,.abs-action-button-as-link:focus,.cart.table-wrapper .action.help.map:hover,.cart.table-wrapper .action.help.map:active,.cart.table-wrapper .action.help.map: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 .checkout-billing-address .action-cancel:hover,.checkout-payment-method .checkout-billing-address .action-cancel:active,.checkout-payment-method .checkout-billing-address .action-cancel: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{background:none;border:0}.abs-action-button-as-link.disabled,.abs-action-button-as-link[disabled],fieldset[disabled] .abs-action-button-as-link,.cart.table-wrapper .action.help.map.disabled,.cart.table-wrapper .action.help.map[disabled],fieldset[disabled] .cart.table-wrapper .action.help.map,.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 .checkout-billing-address .action-cancel.disabled,.checkout-payment-method .checkout-billing-address .action-cancel[disabled],fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,.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{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.cart.table-wrapper .action.help.map:active,.cart.table-wrapper .action.help.map: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 .checkout-billing-address .action-cancel:active,.checkout-payment-method .checkout-billing-address .action-cancel: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){box-shadow:none}.abs-add-fields .action.remove,.form-giftregistry-share .action.remove,.form-giftregistry-edit .action.remove{line-height:1.42857143;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline;border-radius:0;font-size:inherit;font-weight:400;left:10px;margin-left:70%;position:absolute;top:31px;width:auto}.abs-action-remove:visited,.abs-add-fields .action.remove:visited,.form-giftregistry-share .action.remove:visited,.form-giftregistry-edit .action.remove:visited{color:#1979c3;text-decoration:none}.abs-action-remove:hover,.abs-add-fields .action.remove:hover,.form-giftregistry-share .action.remove:hover,.form-giftregistry-edit .action.remove:hover{color:#006bb4;text-decoration:underline}.abs-action-remove:active,.abs-add-fields .action.remove:active,.form-giftregistry-share .action.remove:active,.form-giftregistry-edit .action.remove:active{color:#ff5501;text-decoration:underline}.abs-action-remove:hover,.abs-action-remove:active,.abs-action-remove:focus,.abs-add-fields .action.remove:hover,.abs-add-fields .action.remove:active,.abs-add-fields .action.remove: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{background:none;border:0}.abs-action-remove.disabled,.abs-action-remove[disabled],fieldset[disabled] .abs-action-remove,.abs-add-fields .action.remove.disabled,.abs-add-fields .action.remove[disabled],fieldset[disabled] .abs-add-fields .action.remove,.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{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.abs-add-fields .action.remove:active,.abs-add-fields .action.remove: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){box-shadow:none}.form-giftregistry-share .fieldset,.form-giftregistry-edit .fieldset{margin-bottom:50px}.form-giftregistry-share .fieldset .field:not(.choice) .control,.form-giftregistry-edit .fieldset .field:not(.choice) .control{width:70%}.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child)>.secondary,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child)>.secondary{float:left}.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add{margin-top:30px}.form-giftregistry-share .fieldset .fields .actions-toolbar,.form-giftregistry-edit .fieldset .fields .actions-toolbar{margin:0}.form-giftregistry-share .message.notice,.form-giftregistry-edit .message.notice{margin:30px 0 0}.form-giftregistry-share .additional,.form-giftregistry-edit .additional{margin-top:55px;position:relative}.order-details-items .order-items .order-gift-message:not(.expanded-content){height:0;visibility:hidden}.fieldset>.field.no-label>.label,.fieldset>.fields>.field.no-label>.label,.cart.table-wrapper .col.qty .label,.minicart-wrapper .action.showcart .text,.minicart-wrapper .action.showcart .counter-label,.checkout-index-index .page-title-wrapper,.checkout-payment-method .field-select-billing>.label,.checkout-payment-method .payments .legend,.checkout-payment-method .ccard .legend,.page-product-giftcard .fieldset.giftcard>.legend,.opc-wrapper .form-giftcard-account .field .label,.filter-options-content .filter-count-label,.block.newsletter .label,.block-reorder .product-item .label,.opc-wrapper .form-discount .field .label,.action.skip:not(:focus),.page-header .panel.wrapper .switcher .label,.page-footer .switcher .label,.table-comparison .cell.label.remove span,.table-comparison .cell.label.product span,.fieldset .fullname.field>.label,.account .column.main .limiter>.label,.field.street .field .label,.account-nav .title{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:not(:first-child):before,.abs-add-fields .fieldset .actions-toolbar:not(:first-child):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,.minicart-items .product-item>.product:before,.minicart-items .product-item>.product:after,.checkout-container:before,.checkout-container:after,.checkout-onepage-success:before,.checkout-onepage-success:after,.opc-estimated-wrapper:before,.opc-estimated-wrapper:after,.opc-wrapper .field.addresses:before,.opc-wrapper .field.addresses:after,.opc-block-summary .items-in-cart .product .item-options:before,.opc-block-summary .items-in-cart .product .item-options: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,.order-options .product:before,.order-options .product:after,.customer-review .product-details:before,.customer-review .product-details:after,.header.content:before,.header.content:after,.toolbar:before,.toolbar:after,.toolbar-products:before,.toolbar-products:after,.sidebar .product-items-images:before,.sidebar .product-items-images:after,.fieldset .fullname .field:before,.fieldset .fullname .field:after,.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after{content:'';display:table}.abs-add-clearfix:after,.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,.cart.table-wrapper .actions-toolbar:after,.cart.table-wrapper .item-options:after,.minicart-items .product-item>.product:after,.checkout-container:after,.checkout-onepage-success:after,.opc-estimated-wrapper:after,.opc-wrapper .field.addresses:after,.opc-block-summary .items-in-cart .product .item-options: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,.order-options .product:after,.customer-review .product-details:after,.header.content:after,.toolbar:after,.toolbar-products:after,.sidebar .product-items-images:after,.fieldset .fullname .field:after,.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after{clear:both}.abs-field-date .control,.abs-field-tooltip,.columns .column.main,.columns .sidebar-main,.columns .sidebar-additional,.bundle-options-container .block-bundle-summary,.search-autocomplete,.cart-summary,.opc-wrapper .shipping-address-item,.shipping-policy-block.field-tooltip .field-tooltip-content,.opc-block-summary,.product-item,.sidebar .product-items-images .product-item,.field.date .control,.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:'icons-blank-theme';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,.abs-split-button .cart.table-wrapper .actions-toolbar>.action.action.split,.abs-split-button .action-gift.action.split{border-bottom-right-radius:0;border-top-right-radius:0}.abs-split-button button+.action.toggle,.abs-split-button .cart.table-wrapper .actions-toolbar>.action+.action.toggle,.abs-split-button .action-gift+.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:'icons-blank-theme';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:'icons-blank-theme';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:#fff;border:1px solid #bbb;margin-top:4px;min-width:100%;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.abs-split-button .items li{margin:0;padding:3px 5px}.abs-split-button .items li:hover{background:#e8e8e8;cursor:pointer}.abs-split-button .items:before,.abs-split-button .items:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.abs-split-button .items:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.abs-split-button .items:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.abs-split-button .items:before{right:10px;top:-12px}.abs-split-button .items:after{right:9px;top:-14px}.abs-split-button.active{overflow:visible}.abs-split-button.active .items{display:block}.bundle-options-container .block-bundle-summary .product-addto-links>.action,.product-info-main .action.tocompare,.product-options-bottom .action.tocompare{line-height:1.2rem;padding:5px 8px;font-size:1.1rem}.abs-actions-addto-gridlist>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-actions-addto-gridlist:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:29px;line-height:24px;color:#7d7d7d;font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-actions-addto-gridlist:hover:before{color:#333}.apple-pay-button,.bundle-actions .action.primary,.bundle-options-container .block-bundle-summary .box-tocart .action.primary,.cart-container .checkout-methods-items .action.primary,.block-minicart .block-content>.actions>.primary .action.primary,.methods-shipping .actions-toolbar .action.primary,.block-authentication .action.action-register,.block-authentication .action.action-login,.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary,.product-info-main .box-tocart .action.tocart,.product-options-bottom .box-tocart .action.tocart,.form-address-edit .actions-toolbar .action.primary{line-height:2.2rem;padding:14px 17px;font-size:1.8rem}.cart-summary .actions-toolbar>.primary button,.cart-summary .form.giftregistry .fieldset .action.primary,.block-compare .action.compare,.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action,.cart-summary .actions-toolbar>.primary .action-gift{background:#f2f2f2;border:1px solid #cdcdcd;color:#333}.abs-revert-secondary-color:focus,.abs-revert-secondary-color:active,.cart-summary .actions-toolbar>.primary button:focus,.cart-summary .actions-toolbar>.primary button:active,.cart-summary .form.giftregistry .fieldset .action.primary:focus,.cart-summary .form.giftregistry .fieldset .action.primary:active,.block-compare .action.compare:focus,.block-compare .action.compare:active,.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action:focus,.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action:active,.cart-summary .actions-toolbar>.primary .action-gift:focus,.cart-summary .actions-toolbar>.primary .action-gift:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.abs-revert-secondary-color:hover,.cart-summary .actions-toolbar>.primary button:hover,.cart-summary .form.giftregistry .fieldset .action.primary:hover,.block-compare .action.compare:hover,.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action:hover,.cart-summary .actions-toolbar>.primary .action-gift:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.cart-summary .form.giftregistry .fieldset .action.primary{font-size:1.4rem;line-height:1.6rem;padding:7px 15px}.bundle-actions{margin:10px 0}.bundle-options-container .price-notice .price-including-tax,.bundle-options-container .price-notice .price-excluding-tax,.bundle-options-container .price-notice .weee,.cart-summary .price-including-tax,.cart-summary .price-excluding-tax,.cart-summary .weee,.gift-summary .price-including-tax,.gift-summary .price-excluding-tax,.gift-summary .weee,.gift-options .price-including-tax,.gift-options .price-excluding-tax,.gift-options .weee,.product-options-wrapper .field .price-notice .price-including-tax,.product-options-wrapper .field .price-notice .price-excluding-tax,.product-options-wrapper .field .price-notice .weee{font-size:1.4rem;display:inline-block;white-space:nowrap}.bundle-options-container .price-notice .price-including-tax+.price-excluding-tax,.cart-summary .price-including-tax+.price-excluding-tax,.gift-summary .price-including-tax+.price-excluding-tax,.gift-options .price-including-tax+.price-excluding-tax,.product-options-wrapper .field .price-notice .price-including-tax+.price-excluding-tax{display:inline-block;font-size:1.1rem}.bundle-options-container .price-notice .price-including-tax+.price-excluding-tax:before,.cart-summary .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,.product-options-wrapper .field .price-notice .price-including-tax+.price-excluding-tax:before{content:'(' attr(data-label) ': '}.bundle-options-container .price-notice .price-including-tax+.price-excluding-tax:after,.cart-summary .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,.product-options-wrapper .field .price-notice .price-including-tax+.price-excluding-tax:after{content:')'}.price-including-tax .cart-tax-total,.price-excluding-tax .cart-tax-total{cursor:pointer;padding-right:12px;position:relative;display:inline-block;text-decoration:none}.abs-tax-total:after,.price-including-tax .cart-tax-total:after,.price-excluding-tax .cart-tax-total:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:26px;line-height:10px;color:inherit;content:'\e622';font-family:'icons-blank-theme';margin:3px 0 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.price-including-tax .cart-tax-total:after,.price-excluding-tax .cart-tax-total:after{position:absolute;right:-10px;top:3px}.abs-tax-total-expanded:after{content:'\e621'}.abs-tax-total-expanded:after,.price-including-tax .cart-tax-total-expanded:after,.price-excluding-tax .cart-tax-total-expanded:after{content:'\e621'}.form-giftregistry-search .legend{border-bottom:1px solid #d1d1d1;margin-bottom:25px;padding-bottom:10px}.form-giftregistry-search .legend>strong,.form-giftregistry-search .legend>span{font-size:2.2rem;font-weight:300}.review-ratings .rating-summary{display:table-row}.review-ratings .rating-label{display:table-cell;padding-bottom:5px;padding-right:25px;padding-top:1px;vertical-align:top}.review-ratings .rating-result{display:table-cell;vertical-align:top}.block-minicart .subtotal .label:after,.minicart-items .details-qty .label:after,.minicart-items .price-minicart .label:after,.order-details-items .order-gift-message .label:after,.order-details-items .block-order-details-gift-message .label:after{content:': '}.abs-dropdown-items-new .action.new{display:inline-block;text-decoration:none}.abs-icon-add:before,.abs-dropdown-items-new .action.new:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:10px;color:inherit;content:'\e61c';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-sidebar-totals .table-caption,.cart-summary .block .fieldset.estimate>.legend,.cart-summary .block .fieldset.estimate>.legend+br,.minicart-items .product-item-details .weee[data-label] .label,.page-product-giftcard .fieldset.giftcard>.legend+br,.order-details-items .order-items .order-gift-message .action.close,.sidebar-main .block-reorder .subtitle,.sidebar-additional .block-reorder .subtitle,.no-display,.sidebar .subtitle,.cart-totals .table-caption,.opc-block-summary .table-totals .table-caption{display:none}.order-status{display:inline-block;margin-bottom:20px}.block-compare .counter{color:#7d7d7d;font-size:1.2rem;white-space:nowrap}.cart-container .form-cart .action.continue{border-radius:3px;background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin:0;padding:7px 15px 7px 0;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle;display:inline-block;text-decoration:none}.abs-shopping-cart-items .action.continue:hover,.abs-shopping-cart-items .action.continue:active,.abs-shopping-cart-items .action.continue:focus,.cart-container .form-cart .action.continue:hover,.cart-container .form-cart .action.continue:active,.cart-container .form-cart .action.continue:focus{text-decoration:none}.abs-shopping-cart-items .action.continue:before,.cart-container .form-cart .action.continue:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:inherit;content:'\e617';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-shopping-cart-items .action.continue:hover:before,.cart-container .form-cart .action.continue:hover:before{color:inherit}.abs-shopping-cart-items .action.continue:active:before,.cart-container .form-cart .action.continue:active:before{color:inherit}.abs-shopping-cart-items .action.continue:focus,.abs-shopping-cart-items .action.continue:active,.cart-container .form-cart .action.continue:focus,.cart-container .form-cart .action.continue:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.abs-shopping-cart-items .action.continue:hover,.cart-container .form-cart .action.continue:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.abs-shopping-cart-items .action.continue.disabled,.abs-shopping-cart-items .action.continue[disabled],fieldset[disabled] .abs-shopping-cart-items .action.continue,.cart-container .form-cart .action.continue.disabled,.cart-container .form-cart .action.continue[disabled],fieldset[disabled] .cart-container .form-cart .action.continue{opacity:.5;cursor:default;pointer-events:none}.cart-container .form-cart .action.continue:active{box-shadow:inset 0 2px 1px rgba(0,0,0,0.12)}.cart-container .form-cart .action.update{display:inline-block;text-decoration:none;padding-left:5px}.abs-shopping-cart-items .action.update:before,.cart-container .form-cart .action.update:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:inherit;content:'\e603';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-shopping-cart-items .action.update:hover:before,.cart-container .form-cart .action.update:hover:before{color:inherit}.abs-shopping-cart-items .action.update:active:before,.cart-container .form-cart .action.update:active:before{color:inherit}.field.date .control{position:relative}.abs-field-date input,.form-giftregistry-search .fields-specific-options .datetime-picker,.field.date input{margin-right:10px;width:calc(100% - 50px)}.field .control._with-tooltip{position:relative}.field .control._with-tooltip input{margin-right:10px;width:calc(100% - 39px)}.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:#999}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,.shipping-policy-block.field-tooltip .field-tooltip-content:after{border-bottom-color:#f4f4f4;top:1px}.opc-wrapper .step-title,.opc-block-shipping-information .shipping-information-title,.opc-block-summary>.title,.checkout-agreements-items .checkout-agreements-item-title{border-bottom:1px solid #ccc;padding-bottom:10px;color:#333;font-weight:300;font-size:2.6rem}.cart-totals .mark,.opc-block-summary .table-totals .mark{font-weight:400;padding-left:4px}.cart-totals .mark strong,.opc-block-summary .table-totals .mark strong{font-weight:400}.cart-totals .amount,.opc-block-summary .table-totals .amount{padding-right:4px;text-align:right;white-space:nowrap}.cart-totals .amount strong,.opc-block-summary .table-totals .amount strong{font-weight:400}.cart-totals .grand .mark,.cart-totals .grand .amount,.opc-block-summary .table-totals .grand .mark,.opc-block-summary .table-totals .grand .amount{padding-top:20px}.cart-totals .grand .amount,.opc-block-summary .table-totals .grand .amount{padding-right:4px;text-align:right}.cart-totals .grand .amount strong,.opc-block-summary .table-totals .grand .amount strong{font-weight:700}.cart-totals .msrp,.opc-block-summary .table-totals .msrp{margin-bottom:10px}.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 #d1d1d1;border-bottom:1px solid #d1d1d1;cursor:pointer}.cart-totals .totals-tax-summary .amount .price,.opc-block-summary .table-totals .totals-tax-summary .amount .price{display:block;text-decoration:none;padding-right:25px;position:relative}.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:30px;line-height:inherit;color:inherit;content:'\e622';font-family:'icons-blank-theme';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:-5px;top:-12px}.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{border-bottom:1px solid #d1d1d1;display:none}.cart-totals .totals-tax-details.shown,.opc-block-summary .table-totals .totals-tax-details.shown{display:table-row}.cart-summary .block>.title{border-top:1px solid #d1d1d1;cursor:pointer;font-weight:600;display:block;text-decoration:none;margin-bottom:0;overflow:hidden;padding:7px 30px 7px 5px;position:relative}.abs-discount-block>.title:after,.cart-summary .block>.title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:30px;line-height:inherit;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.cart-summary .block>.title:after{position:absolute;right:-5px;top:-5px}.column.main .cart-summary .block>.title strong{font-size:1.8rem;font-weight:400}.cart-summary .block>.content{display:none}.abs-discount-block.active>.title:after,.cart-summary .block.active>.title:after{content:'\e621'}.cart-summary .block.active>.content{display:block}@font-face{font-family:'Butchery Icon Font';src:url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/butchery-icon-font.woff') format('woff');font-weight:400;font-style:normal}.items{margin:0;padding:0;list-style:none none}.columns{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;box-sizing:border-box}.columns:after{clear:both;content:' ';display:block;height:0;overflow:hidden;visibility:hidden}.columns .column.main{padding-bottom:40px;-webkit-flex-basis:auto;flex-basis:auto;-webkit-flex-grow:1;flex-grow:1;-ms-flex-order:1;-webkit-order:1;order:1;width:100%}.columns .sidebar-main{-webkit-flex-grow:1;flex-grow:1;-webkit-flex-basis:100%;flex-basis:100%;-ms-flex-order:1;-webkit-order:1;order:1}.columns .sidebar-additional{-webkit-flex-grow:1;flex-grow:1;-webkit-flex-basis:100%;flex-basis:100%;-ms-flex-order:2;-webkit-order:2;order:2}.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: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:1px solid #d1d1d1}.table:not(.cart):not(.totals) tfoot>tr:first-child th,.table:not(.cart):not(.totals) tfoot>tr:first-child td{border-top:1px solid #d1d1d1;padding-top:20px}.table:not(.cart):not(.totals) tfoot .mark{font-weight:400;text-align:right}.message.info{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:40px;position:relative}.message.info a{color:#1979c3}.message.info a:hover{color:#006bb4}.message.info a:active{color:#006bb4}.message.info>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#c07600;content:'\e602';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.error{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fae5e5;color:#e02b27;padding-left:40px;position:relative}.message.error a{color:#1979c3}.message.error a:hover{color:#006bb4}.message.error a:active{color:#006bb4}.message.error>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#b30000;content:'\e602';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.warning{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:40px;position:relative}.message.warning a{color:#1979c3}.message.warning a:hover{color:#006bb4}.message.warning a:active{color:#006bb4}.message.warning>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#c07600;content:'\e602';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.notice{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:40px;position:relative}.message.notice a{color:#1979c3}.message.notice a:hover{color:#006bb4}.message.notice a:active{color:#006bb4}.message.notice>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#c07600;content:'\e602';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.success{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#e5efe5;color:#006400;padding-left:40px;position:relative}.message.success a{color:#1979c3}.message.success a:hover{color:#006bb4}.message.success a:active{color:#006bb4}.message.success>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#006400;content:'\e610';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.tooltip.wrapper{position:relative}.tooltip.wrapper .tooltip.content{background:#fff;max-width:360px;min-width:210px;padding:12px 16px;z-index:100;display:none;position:absolute;text-align:left;color:#333;line-height:1.4;border:1px solid #bbb;margin-top:5px;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:5px;border-color:transparent}.tooltip.wrapper .tooltip.content:before{border-width:6px;border-color:transparent}.tooltip.wrapper .tooltip.content:after,.tooltip.wrapper .tooltip.content:before{bottom:100%}.tooltip.wrapper .tooltip.content:after{border-bottom-color:#fff;left:15px;margin-left:-5px}.tooltip.wrapper .tooltip.content:before{border-bottom-color:#bbb;left:15px;margin-left:-6px}.tooltip.wrapper .tooltip.toggle{cursor:help}.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;font-size:16px;font-weight:500;margin-bottom:15px}.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}.load.indicator{background-color:rgba(255,255,255,0.5);z-index:9999;bottom:0;left:0;position:fixed;right:0;top:0;position:absolute}.load.indicator:before{background:transparent url('../../frontend/DigitalVillage/lantinga/nl_NL/images/loader-2.gif') no-repeat 50% 50%;border-radius:5px;height:160px;width:160px;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.5)}.loading-mask .loader>img{bottom:0;left:0;margin:auto;position:fixed;right:0;top:0;z-index:100}.loading-mask .loader>p{display:none}body>.loading-mask{z-index:9999}._block-content-loading{position:relative}[data-role='main-css-loader']{display:none}.fieldset{border:0;margin:0 0 40px;padding:0;letter-spacing:-.31em}.fieldset>*{letter-spacing:normal}.fieldset>.legend{margin:0 0 25px;padding:0;box-sizing:border-box;float:left;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:20px}.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:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:0 9px;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:.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:#c2c2c2}.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:#c2c2c2}.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:#c2c2c2}.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:24px;line-height:12px;font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.fieldset>.field.choice .label,.fieldset>.fields>.field.choice .label{display:inline;font-weight:normal}.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}.field-error,div.mage-error{margin-top:7px}.field-error{color:#e02b27;font-size:1.2rem}.product-options-wrapper .date.required div[for*='options'].mage-error{display:none !important}.field .tooltip{position:relative}.field .tooltip .tooltip-content{background:#fff;max-width:360px;min-width:210px;padding:12px 16px;z-index:100;display:none;position:absolute;text-align:left;color:#333;line-height:1.4;border:1px solid #bbb;margin-left:5px;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:5px;border-color:transparent}.field .tooltip .tooltip-content:before{border-width:6px;border-color:transparent}.field .tooltip .tooltip-content:after,.field .tooltip .tooltip-content:before{right:100%}.field .tooltip .tooltip-content:after{border-right-color:#fff;margin-top:-5px;top:15px}.field .tooltip .tooltip-content:before{border-right-color:#bbb;margin-top:-6px;top:15px}.field .tooltip .tooltip-toggle{cursor:help}.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}._has-datepicker~.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}._has-datepicker~.ui-datepicker-trigger:focus,._has-datepicker~.ui-datepicker-trigger:active{background:none;border:none}._has-datepicker~.ui-datepicker-trigger:hover{background:none;border:none}._has-datepicker~.ui-datepicker-trigger.disabled,._has-datepicker~.ui-datepicker-trigger[disabled],fieldset[disabled] ._has-datepicker~.ui-datepicker-trigger{pointer-events:none;opacity:.5}._has-datepicker~.ui-datepicker-trigger>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}._has-datepicker~.ui-datepicker-trigger:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:40px;line-height:40px;color:#7d7d7d;content:'\e612';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}._has-datepicker~.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%}@font-face{font-family:'icons-blank-theme';src:url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'),url('../../frontend/DigitalVillage/lantinga/nl_NL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');font-weight:normal;font-style:normal;font-display:block}button,a.action.primary,.cart.table-wrapper .actions-toolbar>.action,.action-gift{border-radius:3px}button:active,.cart.table-wrapper .actions-toolbar>.action:active,.action-gift:active{box-shadow:inset 0 2px 1px rgba(0,0,0,0.12)}a.action.primary{display:inline-block;text-decoration:none}a.action.primary:hover,a.action.primary:active,a.action.primary:focus{text-decoration:none}.action.primary,.action-primary,.customizer-list .button a{background-image:none;background:#1979c3;border:1px solid #1979c3;color:#fff;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;padding:7px 15px;font-size:1.4rem;box-sizing:border-box;vertical-align:middle}.action.primary:focus,.action-primary:focus,.action.primary:active,.action-primary:active{background:#006bb4;border:1px solid #006bb4;color:#fff}.action.primary:hover,.action-primary:hover{background:#006bb4;border:1px solid #006bb4;color:#fff}.action.primary.disabled,.action-primary.disabled,.action.primary[disabled],.action-primary[disabled],fieldset[disabled] .action.primary,fieldset[disabled] .action-primary{opacity:.5;cursor:default;pointer-events:none}.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:#f0f0f0;border-bottom:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1;border-top:1px solid #d1d1d1;height:40px;padding:5px 20px 5px 20px;font-weight:600;line-height:40px;font-size:1.8rem;color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:visited{color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:hover{color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:active{color:#333;text-decoration:none}.product.data.items>.item.title:not(.disabled)>.switch:focus,.product.data.items>.item.title:not(.disabled)>.switch:hover{background:#fcfcfc}.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:#fff;color:#333;text-decoration:none;padding-bottom:5px}.product.data.items>.item.content{background:#fff;border:1px solid #d1d1d1;margin:0 0 5px;padding:20px 20px 20px 20px}.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.2rem;line-height:3.2rem;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{color:#1979c3;display:inline-block;padding:0 4px;text-decoration:none}.pages a.page:visited{color:#1979c3}.pages a.page:hover{color:#006bb4;text-decoration:none}.pages a.page:active{color:#ff5501}.pages strong.page{font-size:1.2rem;line-height:3.2rem;letter-spacing:normal;color:#333;display:inline-block;font-weight:700;padding:0 4px}.pages .action{border:1px solid #d1d1d1;color:#7d7d7d;display:inline-block;padding:0;text-decoration:none}.pages .action:visited{color:#7d7d7d}.pages .action:hover{color:#7d7d7d;text-decoration:none}.pages .action:active{color:#7d7d7d}.pages .action.next{display:inline-block;text-decoration:none}.pages .action.next:visited:before{color:#7d7d7d}.pages .action.next:active:before{color:#7d7d7d}.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:46px;line-height:inherit;color:#7d7d7d;content:'\e608';font-family:'icons-blank-theme';margin:0 0 0 -6px;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.pages .action.next:hover:before{color:#7d7d7d}.pages .action.next:active:before{color:#7d7d7d}.pages .action.previous{display:inline-block;text-decoration:none}.pages .action.previous:visited:before{color:#7d7d7d}.pages .action.previous:active:before{color:#7d7d7d}.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:46px;line-height:inherit;color:#7d7d7d;content:'\e617';font-family:'icons-blank-theme';margin:0 0 0 -6px;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.pages .action.previous:hover:before{color:#7d7d7d}.pages .action.previous:active:before{color:#7d7d7d}.pages .action{width:34px}.pages .action.previous{margin-right:12px}.pages .action.next{margin-left:12px}.actions-toolbar>.primary,.actions-toolbar>.secondary{text-align:center;margin-bottom:10px}.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}.actions-toolbar>.secondary .action.back{display:none}.breadcrumbs{margin:0 0 20px;min-height:24px}.breadcrumbs .items{font-size:1.2rem;color:#a3a3a3;margin:0;padding:0;list-style:none none}.breadcrumbs .items>li{display:inline-block;vertical-align:top}.breadcrumbs .item{margin:0}.breadcrumbs a{color:#333;text-decoration:none}.breadcrumbs a:visited{color:#333;text-decoration:none}.breadcrumbs a:hover{color:#333;text-decoration:underline}.breadcrumbs a:active{color:#333;text-decoration:none}.breadcrumbs strong{font-weight:400}.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;font-size:24px;line-height:18px;content:'\e608';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.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:'icons-blank-theme';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:.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 #fff transparent;z-index:99}.popup-pointer:after{left:1px;top:0px;border:solid 7px;border-color:transparent transparent #aeaeae transparent;z-index:98}.price-tier_price .price-excluding-tax,.price-tier_price .price-including-tax{display:inline}.price-including-tax,.price-excluding-tax{display:block;font-size:1.8rem;line-height:1}.price-including-tax .price,.price-excluding-tax .price{font-weight:700}.price-including-tax+.price-excluding-tax,.weee[data-label]{display:block;font-size:1.8rem}.price-including-tax+.price-excluding-tax:before,.weee[data-label]:before{content:attr(data-label) ': ';font-size:1.1rem}.price-including-tax+.price-excluding-tax .price,.weee[data-label] .price{font-size:1.1rem}body._has-modal{height:100%;overflow:hidden;width:100%}.modals-overlay{z-index:899}.modal-slide,.modal-popup{bottom:0;left:0;min-width:0;position:fixed;right:0;top:0;visibility:hidden;opacity:0;-webkit-transition:visibility 0s .3s,opacity .3s ease;transition:visibility 0s .3s,opacity .3s ease}.modal-slide._show,.modal-popup._show{visibility:visible;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.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:#fff;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%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s 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.confirm .modal-inner-wrap{max-width:50rem}.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%);-webkit-transition:-webkit-transform .2s ease;transition:transform .2s ease}.modal-popup._inner-scroll{overflow-y:visible}.ie11 .modal-popup._inner-scroll{overflow-y:auto}.modal-popup._inner-scroll .modal-inner-wrap{max-height:90%}.ie11 .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}.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:.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:32px;line-height:32px;color:#8f8f8f;content:'\e616';font-family:'icons-blank-theme';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:#1a1a1a}.modal-custom .action-close{margin:25px}.modal-popup{pointer-events:none}.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:10px}.modal-slide .action-close{padding:1.1rem 2rem}.modal-slide .page-main-actions{margin-bottom:-12.9rem;margin-top:2.1rem}.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:899}.lac-notification-sticky{position:relative;z-index:999}.lac-notification-sticky .lac-notification{background-color:#373330;color:#fff;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:#fff;font-size:14px}.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after{background:url('../../frontend/DigitalVillage/lantinga/nl_NL/Magento_LoginAsCustomerFrontendUi/images/close.svg');content:' ';display:inline-block;height:12px;margin-left:5px;vertical-align:middle;width:12px}@font-face{font-family:'pagebuilder-font';font-style:normal;font-weight:normal;src:url('../../frontend/DigitalVillage/lantinga/nl_NL/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');src:url('../../frontend/DigitalVillage/lantinga/nl_NL/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'),url('../../frontend/DigitalVillage/lantinga/nl_NL/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'),url('../../frontend/DigitalVillage/lantinga/nl_NL/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype')}.pagebuilder-icon,.slick-prev:before,.slick-next:before,.slick-prev:after,.slick-next:after{-webkit-font-smoothing:antialiased;font-family:'pagebuilder-font';font-style:normal;font-weight:normal;line-height:1;speak:none}[class^='pagebuilder-icon-']:before,[class*=' pagebuilder-icon-']:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-family:'pagebuilder-font';font-style:normal;font-weight:normal;line-height:1;speak:none;text-decoration:inherit;text-rendering:auto;text-transform:none;vertical-align:middle}.pagebuilder-icon-down:before{content:'\f101'}.pagebuilder-icon-next:before{content:'\f102'}.pagebuilder-icon-prev:before{content:'\f103'}.pagebuilder-icon-up:before{content:'\f104'}.product-full-width-section{padding:.5em 0}.product-full-width-section .block.review-add{margin-top:2.7rem}.page-layout-product-full-width .block.related{margin-top:2.7rem}.page-main-details .product-section-title{border-bottom:1px solid #c6c6c6;margin-bottom:15px;padding-bottom:12px}.additional-attributes-wrapper .additional-attributes{border:none;width:auto}.additional-attributes-wrapper .additional-attributes>tbody>tr>th{border:none;padding:5.5px 30px 10px 0}.additional-attributes-wrapper .additional-attributes>tbody>tr>td{border:none;padding:5.5px 5px 10px}.cms-index-index.page-layout-cms-full-width .nav-sections{margin-bottom:0}.slick-slider{-khtml-user-select:none;-moz-user-select:none;-ms-touch-action:pan-y;-ms-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;box-sizing:border-box;display:block;position:relative;touch-action:pan-y;user-select:none}.slick-list{display:block;margin:0;overflow:hidden;padding:0;position:relative}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:before,.slick-track:after{content:'';display:table}.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{border:1px solid transparent;display:block;height:auto}.slick-slider .slick-track,.slick-slider .slick-list{-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-arrow.slick-hidden{display:none}.slick-prev{left:2rem}.slick-prev:before{content:'\f103';padding-right:5px}.slick-next{right:2rem}.slick-next:before{content:'\f102';padding-left:5px}.slick-prev,.slick-next{-ms-transform:translate(0, -50%);-webkit-transform:translate(0, -50%);background:rgba(252,252,252,0.6);border:none;border-radius:0;color:transparent;cursor:pointer;display:block;font-size:0;height:60px;line-height:0;outline:none;padding:0;position:absolute;top:50%;transform:translate(0, -50%);width:60px;z-index:101}.slick-prev.slick-disabled,.slick-next.slick-disabled{opacity:.2}.slick-prev:hover,.slick-next:hover{background:#fcfcfc;border:none}.slick-prev:hover.slick-disabled,.slick-next:hover.slick-disabled{opacity:.2}.slick-prev:hover:before,.slick-next:hover:before{color:#494949}.slick-prev:before,.slick-next:before,.slick-prev:after,.slick-next:after{color:#555;font-size:38px;opacity:1}.slick-prev:active,.slick-next:active,.slick-prev:focus,.slick-next:focus,.slick-prev:not(.primary),.slick-next:not(.primary){background:rgba(252,252,252,0.7);border:none;box-shadow:none}.slick-prev:active:active,.slick-next:active:active,.slick-prev:focus:active,.slick-next:focus:active,.slick-prev:not(.primary):active,.slick-next:not(.primary):active{box-shadow:none}.slick-dots{font-size:1.4rem;line-height:normal;letter-spacing:normal;display:block;list-style:none;margin:0;padding:15px 0;text-align:center;width:100%}.slick-dots li{cursor:pointer;display:inline-block;height:14px;margin:0 5px;padding:0;position:relative;vertical-align:middle;width:14px}.slick-dots li button,.slick-dots li .cart.table-wrapper .actions-toolbar>.action,.slick-dots li .action-gift{background:#fff;border:1px solid #ccc;border-radius:10px;box-shadow:none;cursor:pointer;display:block;height:14px;padding:0;text-indent:-99999px;transition:.3s;width:14px}.slick-dots li button:hover,.slick-dots li .cart.table-wrapper .actions-toolbar>.action:hover,.slick-dots li .action-gift:hover{border:1px solid #b3b3b3}.slick-dots li button:active,.slick-dots li button:focus,.slick-dots li button:not(.primary),.slick-dots li .cart.table-wrapper .actions-toolbar>.action:active,.slick-dots li .cart.table-wrapper .actions-toolbar>.action:focus,.slick-dots li .cart.table-wrapper .actions-toolbar>.action:not(.primary),.slick-dots li .action-gift:active,.slick-dots li .action-gift:focus,.slick-dots li .action-gift:not(.primary){box-shadow:none}.slick-dots li.slick-active button,.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar>.action,.slick-dots li.slick-active .action-gift{background:#1c1918}[data-content-type='banner']>[data-element='link'],[data-content-type='banner']>[data-element='empty_link']{color:inherit;text-decoration:inherit}[data-content-type='banner']>[data-element='link']:hover,[data-content-type='banner']>[data-element='empty_link']:hover{color:inherit;text-decoration:inherit}.pagebuilder-banner-wrapper{background-clip:padding-box;border-radius:inherit;box-sizing:border-box;overflow-wrap:break-word;word-wrap:break-word}.pagebuilder-banner-wrapper .pagebuilder-overlay{-moz-transition:background-color 500ms ease;-o-transition:background-color 500ms ease;-webkit-transition:background-color 500ms ease;box-sizing:border-box;padding:30px;position:relative;transition:background-color 500ms ease}.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{align-items:center;display:flex;justify-content:center}.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){max-width:540px}.pagebuilder-banner-wrapper.jarallax .video-overlay{z-index:0}.pagebuilder-banner-wrapper [data-element='content']{min-height:50px;overflow:auto}.pagebuilder-banner-wrapper .pagebuilder-banner-button{-moz-transition:opacity 500ms ease;-o-transition:opacity 500ms ease;-webkit-transition:opacity 500ms ease;margin:20px 0 0 0;max-width:100%;text-align:inherit;transition:opacity 500ms ease;word-break:break-word}.pagebuilder-banner-wrapper .pagebuilder-poster-content{width:100%}[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay{margin-left:auto;margin-right:auto}[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay{margin-right:auto}[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay{margin-left:auto}[data-content-type$='block'] .block p:last-child{margin-bottom:1rem;margin-top:0}[data-content-type='buttons']{max-width:100%}[data-content-type='button-item']{max-width:100%}[data-content-type='button-item'] [data-element='link'],[data-content-type='button-item'] [data-element='empty_link']{max-width:100%;word-wrap:break-word}[data-content-type='button-item'] [data-element='empty_link']{cursor:default}a.pagebuilder-button-link,button.pagebuilder-button-link,div.pagebuilder-button-link,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link,.action-gift.pagebuilder-button-link{line-height:2.2rem;font-size:1.8rem;line-height:1.42857143;margin:0 10px 10px 0;padding:14px 17px;color:#1979c3;text-decoration:none;background:none;border:0;display:inline;font-weight:600;box-shadow:none;box-sizing:border-box;display:inline-block}a.pagebuilder-button-link:visited,button.pagebuilder-button-link:visited,div.pagebuilder-button-link:visited,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:visited,.action-gift.pagebuilder-button-link:visited{color:#1979c3;text-decoration:none}a.pagebuilder-button-link:hover,button.pagebuilder-button-link:hover,div.pagebuilder-button-link:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:hover,.action-gift.pagebuilder-button-link:hover{color:#006bb4;text-decoration:underline}a.pagebuilder-button-link:active,button.pagebuilder-button-link:active,div.pagebuilder-button-link:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:active,.action-gift.pagebuilder-button-link:active{color:#ff5501;text-decoration:underline}a.pagebuilder-button-link:hover,button.pagebuilder-button-link:hover,div.pagebuilder-button-link:hover,a.pagebuilder-button-link:active,button.pagebuilder-button-link:active,div.pagebuilder-button-link:active,a.pagebuilder-button-link:focus,button.pagebuilder-button-link:focus,div.pagebuilder-button-link:focus,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:focus,.action-gift.pagebuilder-button-link:hover,.action-gift.pagebuilder-button-link:active,.action-gift.pagebuilder-button-link:focus{background:none;border:0}a.pagebuilder-button-link.disabled,button.pagebuilder-button-link.disabled,div.pagebuilder-button-link.disabled,a.pagebuilder-button-link[disabled],button.pagebuilder-button-link[disabled],div.pagebuilder-button-link[disabled],fieldset[disabled] a.pagebuilder-button-link,fieldset[disabled] button.pagebuilder-button-link,fieldset[disabled] div.pagebuilder-button-link,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link.disabled,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link,.action-gift.pagebuilder-button-link.disabled,.action-gift.pagebuilder-button-link[disabled],fieldset[disabled] .action-gift.pagebuilder-button-link{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}a.pagebuilder-button-primary,button.pagebuilder-button-primary,div.pagebuilder-button-primary,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary,.action-gift.pagebuilder-button-primary{text-decoration:none;background-image:none;background:#1979c3;border:1px solid #1979c3;color:#fff;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin:0 10px 10px 0;padding:7px 15px;font-size:1.4rem;box-sizing:border-box;vertical-align:middle;line-height:2.2rem;padding:14px 17px;font-size:1.8rem;border-radius:3px;box-shadow:none}a.pagebuilder-button-primary:hover,button.pagebuilder-button-primary:hover,div.pagebuilder-button-primary:hover,a.pagebuilder-button-primary:active,button.pagebuilder-button-primary:active,div.pagebuilder-button-primary:active,a.pagebuilder-button-primary:focus,button.pagebuilder-button-primary:focus,div.pagebuilder-button-primary:focus,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:focus,.action-gift.pagebuilder-button-primary:hover,.action-gift.pagebuilder-button-primary:active,.action-gift.pagebuilder-button-primary:focus{text-decoration:none}a.pagebuilder-button-primary:focus,button.pagebuilder-button-primary:focus,div.pagebuilder-button-primary:focus,a.pagebuilder-button-primary:active,button.pagebuilder-button-primary:active,div.pagebuilder-button-primary:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:focus,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:active,.action-gift.pagebuilder-button-primary:focus,.action-gift.pagebuilder-button-primary:active{background:#006bb4;border:1px solid #006bb4;color:#fff}a.pagebuilder-button-primary:hover,button.pagebuilder-button-primary:hover,div.pagebuilder-button-primary:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:hover,.action-gift.pagebuilder-button-primary:hover{background:#006bb4;border:1px solid #006bb4;color:#fff}a.pagebuilder-button-primary.disabled,button.pagebuilder-button-primary.disabled,div.pagebuilder-button-primary.disabled,a.pagebuilder-button-primary[disabled],button.pagebuilder-button-primary[disabled],div.pagebuilder-button-primary[disabled],fieldset[disabled] a.pagebuilder-button-primary,fieldset[disabled] button.pagebuilder-button-primary,fieldset[disabled] div.pagebuilder-button-primary,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary.disabled,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary,.action-gift.pagebuilder-button-primary.disabled,.action-gift.pagebuilder-button-primary[disabled],fieldset[disabled] .action-gift.pagebuilder-button-primary{opacity:.5;cursor:default;pointer-events:none}a.pagebuilder-button-secondary,button.pagebuilder-button-secondary,div.pagebuilder-button-secondary,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary,.action-gift.pagebuilder-button-secondary{text-decoration:none;background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin:0 10px 10px 0;padding:7px 15px;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle;line-height:2.2rem;padding:14px 17px;font-size:1.8rem;border-radius:3px;box-shadow:none}a.pagebuilder-button-secondary:hover,button.pagebuilder-button-secondary:hover,div.pagebuilder-button-secondary:hover,a.pagebuilder-button-secondary:active,button.pagebuilder-button-secondary:active,div.pagebuilder-button-secondary:active,a.pagebuilder-button-secondary:focus,button.pagebuilder-button-secondary:focus,div.pagebuilder-button-secondary:focus,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:focus,.action-gift.pagebuilder-button-secondary:hover,.action-gift.pagebuilder-button-secondary:active,.action-gift.pagebuilder-button-secondary:focus{text-decoration:none}a.pagebuilder-button-secondary:focus,button.pagebuilder-button-secondary:focus,div.pagebuilder-button-secondary:focus,a.pagebuilder-button-secondary:active,button.pagebuilder-button-secondary:active,div.pagebuilder-button-secondary:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:focus,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:active,.action-gift.pagebuilder-button-secondary:focus,.action-gift.pagebuilder-button-secondary:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}a.pagebuilder-button-secondary:hover,button.pagebuilder-button-secondary:hover,div.pagebuilder-button-secondary:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:hover,.action-gift.pagebuilder-button-secondary:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}a.pagebuilder-button-secondary.disabled,button.pagebuilder-button-secondary.disabled,div.pagebuilder-button-secondary.disabled,a.pagebuilder-button-secondary[disabled],button.pagebuilder-button-secondary[disabled],div.pagebuilder-button-secondary[disabled],fieldset[disabled] a.pagebuilder-button-secondary,fieldset[disabled] button.pagebuilder-button-secondary,fieldset[disabled] div.pagebuilder-button-secondary,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary.disabled,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary,.action-gift.pagebuilder-button-secondary.disabled,.action-gift.pagebuilder-button-secondary[disabled],fieldset[disabled] .action-gift.pagebuilder-button-secondary{opacity:.5;cursor:default;pointer-events:none}.pagebuilder-column{box-sizing:border-box}[data-content-type='heading']{word-wrap:break-word}[data-content-type='html']{word-wrap:break-word}figure[data-content-type='image']{box-sizing:border-box}figure[data-content-type='image']>[data-element='link'],figure[data-content-type='image']>[data-element='link'] img{border-radius:inherit}figure[data-content-type='image'] figcaption{word-wrap:break-word}[data-content-type='map']{box-sizing:border-box;height:300px}[data-content-type='row'] li.product-item{text-align:left}.pagebuilder-column .widget-product-grid .product-item{max-width:100%;min-width:50px}.pagebuilder-column .widget-product-grid .product-item .price-box{word-wrap:break-word}.pagebuilder-column .widget-product-grid .product-item .price-box .price{white-space:normal}.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary{display:inline-block;max-width:100%}.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary{display:inline-block;width:auto}.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart{max-width:100%;white-space:normal}.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item{width:200px}[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item{display:block}[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child{visibility:visible}[data-content-type='products'][data-appearance='carousel'] .product-item-info{width:auto}[data-content-type='products'][data-appearance='carousel'] li.product-item{display:none}[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child{display:block;visibility:hidden}[data-content-type='products'][data-appearance='carousel'].center-mode .product-item{opacity:.5;transition:all 300ms ease}[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover{opacity:1}[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item{opacity:1}[data-content-type='row'][data-appearance='contained']{box-sizing:border-box;margin-left:auto !important;margin-right:auto !important;max-width:1280px}[data-content-type='row'][data-appearance='contained'] [data-element='inner']{box-sizing:border-box}[data-content-type='row'][data-appearance='full-bleed']{box-sizing:border-box}[data-content-type='row'][data-appearance='full-width']{box-sizing:border-box}[data-content-type='row'][data-appearance='full-width']>.row-full-width-inner{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1280px;width:100%}[data-content-type='slide']{box-sizing:border-box;line-height:20px;min-height:inherit;overflow:hidden}[data-content-type='slide']>[data-element='link'],[data-content-type='slide']>[data-element='empty_link']{color:inherit;min-height:inherit;text-decoration:inherit}[data-content-type='slide']>[data-element='link']:hover,[data-content-type='slide']>[data-element='empty_link']:hover{color:inherit;text-decoration:inherit}[data-content-type='slide']+[data-content-type='slide']{height:0;min-height:0}.slick-slider [data-content-type='slide']+[data-content-type='slide']{height:initial;min-height:inherit}.pagebuilder-slide-wrapper{border-radius:inherit;box-sizing:border-box;min-height:inherit;overflow-wrap:break-word;word-wrap:break-word}.pagebuilder-slide-wrapper .jarallax-viewport-element{height:100%;left:-15000vw;position:absolute;top:0;width:1px;z-index:100}.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element{left:0}.pagebuilder-slide-wrapper.jarallax .video-overlay{-webkit-transform:unset;z-index:1}.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay{position:relative;z-index:2}.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container']>div,.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container']>img,.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container']>video,.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container']>iframe{margin:auto !important;transform:none !important}.pagebuilder-slide-wrapper .pagebuilder-overlay{-moz-transition:background-color 500ms ease;-o-transition:background-color 500ms ease;-webkit-transition:background-color 500ms ease;border-radius:inherit;box-sizing:border-box;padding:30px;transition:background-color 500ms ease}.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{align-items:center;display:flex;justify-content:center;min-height:inherit}.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){max-width:540px}.pagebuilder-slide-wrapper [data-element='content']{min-height:50px;overflow:auto}.pagebuilder-slide-wrapper .pagebuilder-slide-button{-moz-transition:opacity 500ms ease;-o-transition:opacity 500ms ease;-webkit-transition:opacity 500ms ease;margin:20px 0 0 0;max-width:100%;text-align:inherit;transition:opacity 500ms ease;word-break:break-word}.pagebuilder-slide-wrapper .pagebuilder-poster-content{width:100%}[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay{margin-left:auto;margin-right:auto}[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay{margin-right:auto}[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay{margin-left:auto}div[data-content-type='slider']{visibility:hidden}div[data-content-type='slider'].slick-initialized{visibility:visible}div[data-content-type='slider'] .slick-list,div[data-content-type='slider'] .slick-track,div[data-content-type='slider'] .slick-slide{min-height:inherit}div[data-content-type='slider'] .slick-list>div,div[data-content-type='slider'] .slick-track>div,div[data-content-type='slider'] .slick-slide>div{line-height:0;min-height:inherit;overflow:hidden;width:100%}div[data-content-type='slider'] a.button{-moz-appearance:button;-webkit-appearance:button;appearance:button;color:initial;padding:10px;text-decoration:none}div[data-content-type='tabs'] .tabs-navigation{display:block;font-size:0;margin:0 0 -1px;padding:0}div[data-content-type='tabs'] .tabs-navigation li:first-child{margin-left:0 !important}div[data-content-type='tabs'] .tabs-navigation li.tab-header{background:#f6f6f6;border:1px solid #ccc;border-bottom:0;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important;display:inline-block;margin:0;max-width:100%;overflow-wrap:break-word;position:relative;word-wrap:break-word;z-index:1}div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child){margin-left:-1px}div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title{border-right:0;color:#000;cursor:pointer !important;display:block;font-size:14px;font-weight:600;padding:1.4rem 2rem;position:relative;transition:all .3s;vertical-align:middle;white-space:normal}div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title{display:block}div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover{text-decoration:none}div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child{border-right:1px solid #ccc}div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active{background:#fff;z-index:19}div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title{position:relative;transition:all .3s}div[data-content-type='tabs'] .tabs-content{border:1px solid #ccc;box-sizing:border-box;overflow:hidden;position:relative;z-index:9}div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']{box-sizing:border-box;min-height:inherit}div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child){display:none}div[data-content-type='tabs'].tab-align-left .tabs-content{border-top-left-radius:0 !important}div[data-content-type='tabs'].tab-align-right .tabs-content{border-top-right-radius:0 !important}div[data-content-type='text']{word-wrap:break-word}div[data-content-type='video']{font-size:0}div[data-content-type='video'] .pagebuilder-video-inner{box-sizing:border-box;display:inline-block;width:100%}div[data-content-type='video'] .pagebuilder-video-container{border-radius:inherit;overflow:hidden;padding-top:56.25%;position:relative}div[data-content-type='video'] iframe,div[data-content-type='video'] video{height:100%;left:0;position:absolute;top:0;width:100%}.jarallax{position:relative;z-index:0}.jarallax>.jarallax-img{font-family:'object-fit: cover;',sans-serif;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}.jarallax-video-fallback{transform:scale3d(0, 0, 0)}.jarallax .video-overlay{-webkit-transform:translate3d(0, 0, 0);bottom:0;left:0;position:absolute;right:0;top:0;z-index:-99}.jarallax [id*='jarallax-container'] video,.jarallax [id*='jarallax-container'] iframe{visibility:hidden}.cms-content-important{background-color:#f5f5f5;color:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:22px;font-style:normal;font-weight:300;line-height:1.1;margin:0 0 35px -20px;padding:20px}.pagebuilder-full-width{float:left;width:100%}.pagebuilder-content-type{box-sizing:border-box;margin-bottom:20px}.pagebuilder-accordion{margin:0;padding:0}.pagebuilder-accordion>.item.title{box-sizing:border-box;float:none;width:100%}.pagebuilder-accordion>.item.title>.switch{display:block}.pagebuilder-accordion>.item.content{box-sizing:border-box;display:block;float:none;margin:0}.pagebuilder-accordion>.item.content:before,.pagebuilder-accordion>.item.content:after{content:'';display:table}.pagebuilder-accordion>.item.content:after{clear:both}.pagebuilder-accordion>.item.content.active{display:block}.pagebuilder-accordion>.item.title{margin:0 0 5px}.pagebuilder-accordion>.item.title>.switch{background:#f0f0f0;border-bottom:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1;border-top:1px solid #d1d1d1;height:40px;padding:5px 20px 5px 20px;font-weight:600;line-height:40px;font-size:1.8rem;color:#7d7d7d;text-decoration:none}.pagebuilder-accordion>.item.title>.switch:visited{color:#7d7d7d;text-decoration:none}.pagebuilder-accordion>.item.title>.switch:hover{color:#7d7d7d;text-decoration:none}.pagebuilder-accordion>.item.title>.switch:active{color:#333;text-decoration:none}.pagebuilder-accordion>.item.title:not(.disabled)>.switch:focus,.pagebuilder-accordion>.item.title:not(.disabled)>.switch:hover{background:#fcfcfc}.pagebuilder-accordion>.item.title:not(.disabled)>.switch:active,.pagebuilder-accordion>.item.title.active>.switch,.pagebuilder-accordion>.item.title.active>.switch:focus,.pagebuilder-accordion>.item.title.active>.switch:hover{background:#fff;color:#333;text-decoration:none;padding-bottom:5px}.pagebuilder-accordion>.item.content{background:#fff;border:1px solid #d1d1d1;margin:0 0 5px;padding:20px 20px 20px 20px}.form-discount .g-recaptcha{margin-top:50px !important}.login-container .g-recaptcha,.form-login .g-recaptcha,.form-edit-account .g-recaptcha{margin-bottom:10px !important}.required-captcha.checkbox{position:absolute;display:block;visibility:visible;overflow:hidden;opacity:0;width:1px;height:1px}.block.newsletter .field-recaptcha .field .control:before{content:none}.review-form .field-recaptcha{margin-bottom:10px}.form.send.friend .g-recaptcha{margin-top:40px}.form.wishlist.share .g-recaptcha{margin-bottom:40px}.product-info-stock-sku .configurable-variation-qty{display:none}.amaffiliate-coupon-code .amaffiliate-wrapper{margin-bottom:15px}.amaffiliate-copy-button{background-image:none;background:none;-moz-box-sizing:content-box;border:0;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400;margin-left:10px;width:15px;height:15px;box-shadow:none}.amaffiliate-copy-button:focus,.amaffiliate-copy-button:active{background:none;border:none}.amaffiliate-copy-button:hover{background:none;border:none}.amaffiliate-copy-button.disabled,.amaffiliate-copy-button[disabled],fieldset[disabled] .amaffiliate-copy-button{pointer-events:none;opacity:.5}.amaffiliate-copy-button,.amaffiliate-copy-button:focus,.amaffiliate-copy-button:active,.amaffiliate-copy-button:hover{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzcuODY3IDQ3Ny44NjciPjxwYXRoIGQ9Ik0zNDEuMzMzIDg1LjMzM0g1MS4yYy0yOC4yNzcgMC01MS4yIDIyLjkyMy01MS4yIDUxLjJ2MjkwLjEzM2MwIDI4LjI3NyAyMi45MjMgNTEuMiA1MS4yIDUxLjJoMjkwLjEzM2MyOC4yNzcgMCA1MS4yLTIyLjkyMyA1MS4yLTUxLjJWMTM2LjUzM2MwLTI4LjI3Ny0yMi45MjMtNTEuMi01MS4yLTUxLjJ6TTM1OC40IDQyNi42NjdjMCA5LjQyNi03LjY0MSAxNy4wNjctMTcuMDY3IDE3LjA2N0g1MS4yYy05LjQyNiAwLTE3LjA2Ny03LjY0MS0xNy4wNjctMTcuMDY3VjEzNi41MzNjMC05LjQyNiA3LjY0MS0xNy4wNjcgMTcuMDY3LTE3LjA2N2gyOTAuMTMzYzkuNDI2IDAgMTcuMDY3IDcuNjQxIDE3LjA2NyAxNy4wNjd2MjkwLjEzNHoiLz48cGF0aCBkPSJNNDI2LjY2NyAwaC0zMDcuMmMtMjguMjc3IDAtNTEuMiAyMi45MjMtNTEuMiA1MS4yIDAgOS40MjYgNy42NDEgMTcuMDY3IDE3LjA2NyAxNy4wNjdTMTAyLjQgNjAuNjI2IDEwMi40IDUxLjJzNy42NDEtMTcuMDY3IDE3LjA2Ny0xNy4wNjdoMzA3LjJjOS40MjYgMCAxNy4wNjcgNy42NDEgMTcuMDY3IDE3LjA2N3YzMDcuMmMwIDkuNDI2LTcuNjQxIDE3LjA2Ny0xNy4wNjcgMTcuMDY3cy0xNy4wNjcgNy42NDEtMTcuMDY3IDE3LjA2NyA3LjY0MSAxNy4wNjcgMTcuMDY3IDE3LjA2N2MyOC4yNzcgMCA1MS4yLTIyLjkyMyA1MS4yLTUxLjJWNTEuMmMwLTI4LjI3Ny0yMi45MjMtNTEuMi01MS4yLTUxLjJ6Ii8+PC9zdmc+) no-repeat center}.amaffiliate-copy-button:not(.primary){box-shadow:none}.amaffiliate-copy-button.-copied{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNjcuODA1IDM2Ny44MDUiPjxwYXRoIGQ9Ik0xODMuOTAzLjAwMWMxMDEuNTY2IDAgMTgzLjkwMiA4Mi4zMzYgMTgzLjkwMiAxODMuOTAycy04Mi4zMzYgMTgzLjkwMi0xODMuOTAyIDE4My45MDJTLjAwMSAyODUuNDY5LjAwMSAxODMuOTAzQy0uMjg4IDgyLjYyNSA4MS41NzkuMjkgMTgyLjg1Ni4wMDFoMS4wNDd6IiBmaWxsPSIjM2JiNTRhIi8+PHBhdGggZmlsbD0iI2Q0ZTFmNCIgZD0iTTI4NS43OCAxMzMuMjI1TDE1NS4xNjggMjYzLjgzN2wtNzMuMTQzLTcyLjYyIDI5Ljc4LTI5LjI1NyA0My4zNjMgNDIuODQxIDEwMC44MzMtMTAwLjgzM3oiLz48L3N2Zz4=) no-repeat center}.amslick-slider-container .slick-dots li button:focus,.amslick-slider-container .slick-dots li button:hover,.amslick-slider-container .slick-list:focus,.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar>.action:focus,.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar>.action:hover,.amslick-slider-container .slick-dots li .action-gift:focus,.amslick-slider-container .slick-dots li .action-gift:hover{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:.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,.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar>.action,.amslick-slider-container .slick-dots li .action-gift{box-shadow:none;cursor:pointer;display:block;outline:0}.amslick-slider-container .slick-dots li button,.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar>.action,.amslick-slider-container .slick-dots li .action-gift{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,.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar>.action:focus:before,.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar>.action:hover:before,.amslick-slider-container .slick-dots li .action-gift:focus:before,.amslick-slider-container .slick-dots li .action-gift:hover:before{opacity:1}.amslick-slider-container .slick-dots li button:before,.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar>.action:before,.amslick-slider-container .slick-dots li .action-gift:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:#000;content:'•';font-size:16px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.amslick-slider-container .slick-dots li.slick-active button:before,.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar>.action:before,.amslick-slider-container .slick-dots li.slick-active .action-gift:before{color:#000;opacity:.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}.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{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;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:'icons-blank-theme';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:.5}.amfaq_questions .am-title .am-minus{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;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:'icons-blank-theme';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:.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}.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:#000}.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:#000;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:#fff;margin-top:0}.amfaq-search .am-button{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PHBhdGggZD0iTTU1LjE0NiA1MS44ODdMNDEuNTg4IDM3Ljc4NkEyMi45MjYgMjIuOTI2IDAgMCAwIDQ2Ljk4NCAyM2MwLTEyLjY4Mi0xMC4zMTgtMjMtMjMtMjNzLTIzIDEwLjMxOC0yMyAyMyAxMC4zMTggMjMgMjMgMjNjNC43NjEgMCA5LjI5OC0xLjQzNiAxMy4xNzctNC4xNjJsMTMuNjYxIDE0LjIwOGMuNTcxLjU5MyAxLjMzOS45MiAyLjE2Mi45Mi43NzkgMCAxLjUxOC0uMjk3IDIuMDc5LS44MzdhMy4wMDQgMy4wMDQgMCAwIDAgLjA4My00LjI0MnpNMjMuOTg0IDZjOS4zNzQgMCAxNyA3LjYyNiAxNyAxN3MtNy42MjYgMTctMTcgMTctMTctNy42MjYtMTctMTcgNy42MjYtMTcgMTctMTd6IiBmaWxsPSIjYmFiYWJhIi8+PC9zdmc+);height:32px;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:#ccc;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 3px 1px #68a8e0}.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{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:'icons-blank-theme';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:.5}.amfaq-rating .amfaq-arrow.amfaq-arrow-up:focus{box-shadow:0 0 3px 1px #68a8e0}.amfaq-rating .amfaq-arrow.amfaq-arrow-down{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:'icons-blank-theme';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:.5}.amfaq-rating .amfaq-arrow.amfaq-arrow-down:focus{box-shadow:0 0 3px 1px #68a8e0}.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}.amfaq-rating .amfaq-rating-data-wrapper.isVoted .amfaq-arrow{cursor:default}.amfaq-rating .amfaq-rating-yesno-vote{color:#1979c3;text-decoration:none;background:none;border:none;font-weight:400;padding:0}.amfaq-rating .amfaq-rating-yesno-vote:visited{color:#1979c3;text-decoration:none}.amfaq-rating .amfaq-rating-yesno-vote:hover{color:#006bb4;text-decoration:underline}.amfaq-rating .amfaq-rating-yesno-vote:active{color:#ff5501;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>.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}#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:#333;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 #ddd;border-radius:4px;box-sizing:border-box;display:inline-block;margin:0 15px 15px 0;padding:9px 0 9px 0}.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover{background:#f2c94c}.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:#fff}.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 .3s ease-in}.amfaq-links-container .amfaq-button.-questions{background:#fff;border:none;color:#1979c3;font-weight:bold;letter-spacing:-.015em;padding:0}@media print{.amfaq-social-buttons{display:none}}.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}.am-word-break{word-wrap:break-word;word-break:break-word}.ie11 .am-word-break{word-break:break-all}.am-tabs-view .amrelated-grid-wrapper .product-items.slick-slider{display:block}#amrelated_product_content_tab .block-title{display:none}.amrelated-grid-wrapper .slick-arrow{z-index:999}.amrelated-grid-wrapper .slick-slide{margin:0 5px}.amrelated-grid-wrapper .slick-track{display:flex}.amrelated-grid-wrapper .slick-prev:focus,.amrelated-grid-wrapper .slick-next:focus{box-shadow:0 0 3px 1px #68a8e0}.amrelated-grid-wrapper .slick-dots .slick-active button,.amrelated-grid-wrapper .slick-dots .slick-active .cart.table-wrapper .actions-toolbar>.action,.amrelated-grid-wrapper .slick-dots .slick-active .action-gift{background:transparent}.amrelated-grid-wrapper .slick-dots li{margin:0 5px 5px}.amrelated-grid-wrapper .slick-dots button,.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar>.action,.amrelated-grid-wrapper .slick-dots .action-gift{border:none;text-indent:initial}.amrelated-grid-wrapper .slick-dots button:hover,.amrelated-grid-wrapper .slick-dots button:active,.amrelated-grid-wrapper .slick-dots button:focus,.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar>.action:hover,.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar>.action:active,.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar>.action:focus,.amrelated-grid-wrapper .slick-dots .action-gift:hover,.amrelated-grid-wrapper .slick-dots .action-gift:active,.amrelated-grid-wrapper .slick-dots .action-gift:focus{border:none}.amrelated-grid-wrapper .products-grid .product-item-info:hover{z-index:3}.amrelated-sidebar-wrap{width:100%}.amrelated-sidebar-wrap .slick-dots{line-height:3rem;position:static}.amrelated-sidebar-wrap .slick-dots .slick-active button,.amrelated-sidebar-wrap .slick-dots .slick-active .cart.table-wrapper .actions-toolbar>.action,.amrelated-sidebar-wrap .slick-dots .slick-active .action-gift{background:#0082e4}.amrelated-sidebar-wrap .slick-dots button,.amrelated-sidebar-wrap .slick-dots .cart.table-wrapper .actions-toolbar>.action,.amrelated-sidebar-wrap .slick-dots .action-gift{background-color:#dfdedd}.amrelated-sidebar-wrap .slick-prev:focus,.amrelated-sidebar-wrap .slick-next:focus{box-shadow:0 0 3px 1px #68a8e0}.amrelated-cart-message{background:#e9f6ff;color:#333;display:block;font-size:1.6rem;line-height:42px;margin:0 0 10px;padding:5px 25px;position:relative;text-align:center}.amrelated-cart-message:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0VCNTc1NyIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDEwLjgxMjVDOS44OTg0NCAxMC4xMjUgMTAuMTE5OCA5LjU2MjUgMTAuNTYyNSA5LjEyNUMxMS4wMDUyIDguNjgyMjkgMTEuNTg1OSA4LjQ2MDk0IDEyLjMwNDcgOC40NjA5NEMxMy4wMzM5IDguNDYwOTQgMTMuNjE3MiA4LjY4MjI5IDE0LjA1NDcgOS4xMjVDMTQuNDk3NCA5LjU2MjUgMTQuNzE4OCAxMC4xMzggMTQuNzE4OCAxMC44NTE2VjExLjQxNDFDMTQuNzE4OCAxMi4wOTY0IDE0LjQ5NzQgMTIuNjU2MiAxNC4wNTQ3IDEzLjA5MzhDMTMuNjE3MiAxMy41MzEyIDEzLjAzOTEgMTMuNzUgMTIuMzIwMyAxMy43NUMxMS42MTcyIDEzLjc1IDExLjAzNjUgMTMuNTM2NSAxMC41NzgxIDEzLjEwOTRDMTAuMTI1IDEyLjY3NzEgOS44OTg0NCAxMi4wOTY0IDkuODk4NDQgMTEuMzY3MlYxMC44MTI1Wk0xMS4yMjY2IDExLjQxNDFDMTEuMjI2NiAxMS43NzM0IDExLjMyNTUgMTIuMDY1MSAxMS41MjM0IDEyLjI4OTFDMTEuNzI2NiAxMi41MDc4IDExLjk5MjIgMTIuNjE3MiAxMi4zMjAzIDEyLjYxNzJDMTIuNjQzMiAxMi42MTcyIDEyLjkwMzYgMTIuNTA3OCAxMy4xMDE2IDEyLjI4OTFDMTMuMjk5NSAxMi4wNjUxIDEzLjM5ODQgMTEuNzYzIDEzLjM5ODQgMTEuMzgyOFYxMC44MTI1QzEzLjM5ODQgMTAuNDUzMSAxMy4yOTY5IDEwLjE2MTUgMTMuMDkzOCA5LjkzNzVDMTIuODk1OCA5LjcxMzU0IDEyLjYzMjggOS42MDE1NiAxMi4zMDQ3IDkuNjAxNTZDMTEuOTc2NiA5LjYwMTU2IDExLjcxMzUgOS43MTYxNSAxMS41MTU2IDkuOTQ1MzFDMTEuMzIyOSAxMC4xNjkzIDExLjIyNjYgMTAuNDY2MSAxMS4yMjY2IDEwLjgzNTlWMTEuNDE0MVpNMTUuMzY3MiAxNy4yMTA5QzE1LjM2NzIgMTYuNTEzIDE1LjU5MzggMTUuOTQ3OSAxNi4wNDY5IDE1LjUxNTZDMTYuNSAxNS4wODMzIDE3LjA3ODEgMTQuODY3MiAxNy43ODEyIDE0Ljg2NzJDMTguNDg5NiAxNC44NjcyIDE5LjA2NzcgMTUuMDgzMyAxOS41MTU2IDE1LjUxNTZDMTkuOTY4OCAxNS45NDc5IDIwLjE5NTMgMTYuNTMxMiAyMC4xOTUzIDE3LjI2NTZWMTcuODIwM0MyMC4xOTUzIDE4LjQ5NzQgMTkuOTc2NiAxOS4wNTczIDE5LjUzOTEgMTkuNUMxOS4xMDY4IDE5LjkzNzUgMTguNTI2IDIwLjE1NjIgMTcuNzk2OSAyMC4xNTYyQzE3LjA2NzcgMjAuMTU2MiAxNi40NzkyIDE5Ljk0MDEgMTYuMDMxMiAxOS41MDc4QzE1LjU4ODUgMTkuMDcwMyAxNS4zNjcyIDE4LjQ5NDggMTUuMzY3MiAxNy43ODEyVjE3LjIxMDlaTTE2LjY5NTMgMTcuODIwM0MxNi42OTUzIDE4LjE3NDUgMTYuNzk2OSAxOC40NjYxIDE3IDE4LjY5NTNDMTcuMjA4MyAxOC45MTkzIDE3LjQ3NCAxOS4wMzEyIDE3Ljc5NjkgMTkuMDMxMkMxOC4xMzAyIDE5LjAzMTIgMTguMzkwNiAxOC45MjQ1IDE4LjU3ODEgMTguNzEwOUMxOC43NzA4IDE4LjQ5MjIgMTguODY3MiAxOC4xODc1IDE4Ljg2NzIgMTcuNzk2OVYxNy4yMTA5QzE4Ljg2NzIgMTYuODQ2NCAxOC43NjU2IDE2LjU1NDcgMTguNTYyNSAxNi4zMzU5QzE4LjM1OTQgMTYuMTE3MiAxOC4wOTkgMTYuMDA3OCAxNy43ODEyIDE2LjAwNzhDMTcuNDU4MyAxNi4wMDc4IDE3LjE5NTMgMTYuMTE3MiAxNi45OTIyIDE2LjMzNTlDMTYuNzk0MyAxNi41NTQ3IDE2LjY5NTMgMTYuODU2OCAxNi42OTUzIDE3LjI0MjJWMTcuODIwM1pNMTIuNzEwOSAxOS4xNDg0TDExLjczNDQgMTguNTg1OUwxNy4yODkxIDkuNjk1MzFMMTguMjY1NiAxMC4yNTc4TDEyLjcxMDkgMTkuMTQ4NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);content:'';display:inline-block;height:30px;margin-right:2px;position:relative;top:8px;width:30px}.amrelated-cart-message .price,.amrelated-cart-message .product-link{font-weight:bold}.amrelated-bundle-toolbar .pager{text-align:right}.amrelated-bundle-toolbar .pages,.amrelated-bundle-toolbar .limiter{display:inline-block}.amrelated-cart-bundle{float:left;margin-top:30px;padding:0 5px}.amrelated-pack-info{background:#eef2f9;border-radius:4px;color:#6d88b0;display:inline-flex;font-size:12px;font-weight:400;line-height:14px;margin:1rem 0;padding:5px 8px 6px}.amrelated-pack-wrapper{clear:both;margin-bottom:30px}.amrelated-pack-wrapper .amrelated-title{padding:10px 0;position:relative}.amrelated-pack-wrapper .amrelated-title:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3bDYtNiA2IDYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;background-size:contain;content:'';height:10px;position:absolute;right:5px;top:50%;transform:translateY(-50%);width:15px}.amrelated-pack-wrapper .amrelated-title.-collapsed:after{transform:rotate(180deg) translateY(-50%);transform-origin:50% 10%}.amrelated-content-wrapper{display:flex;justify-content:flex-start;flex-wrap:wrap;background:#f9f9f9;margin-top:25px;position:relative}.amrelated-plus,.amrelated-equal,.amrelated-price-wrapper{display:flex;align-items:center}.amrelated-pack-list{display:flex;flex-wrap:wrap;width:100%}.amrelated-pack-list.-narrow{flex-wrap:wrap}.amrelated-pack-items{display:flex;flex-wrap:wrap;width:100%}.amrelated-pack-items .amrelated-background{display:none}.amrelated-pack-items.-selected>.-selected{background:none;box-shadow:none}.amrelated-pack-item{padding:30px;width:100%}.amrelated-pack-item:not(:last-child){border-bottom:1px solid #ccc}.amrelated-pack-item:not(.-main){opacity:.7;transition:opacity .5s ease}.amrelated-pack-item:not(.-main).-selected{opacity:1}.amrelated-pack-item.-main{background:#eaeaea}.amrelated-pack-item .amrelated-info{display:flex;box-sizing:border-box;height:100%;position:relative}.amrelated-pack-item .amrelated-info:hover{border:0;box-shadow:none;margin:0;z-index:unset}.amrelated-pack-item .amrelated-details{display:flex;flex-wrap:wrap;margin-left:20px}.amrelated-pack-item .price-box{margin:3px 0 0;width:100%}.amrelated-pack-item .amrelated-name{word-wrap:break-word;word-break:break-word;width:100%}.ie11 .amrelated-pack-item .amrelated-name{word-break:break-all}.amrelated-pack-item:not(.-main) .product-reviews-summary{margin:0 0 5px}.amrelated-pack-item .price-final_price .price-wrapper .price{color:#000;display:block;font-size:18px;font-weight:600}.amrelated-pack-item .product-reviews-summary .reviews-actions{display:none}.amrelated-pack-item.-collapsed{padding:15px 20px}.amrelated-pack-item.-collapsed.-main{padding:25px 20px}.amrelated-pack-item.-collapsed .amrelated-photo-container{display:flex;background:transparent;border:0;flex-direction:row-reverse;height:auto;min-width:auto;position:unset;width:auto}.amrelated-pack-item.-collapsed .amrelated-info{flex-direction:row-reverse}.amrelated-pack-item.-collapsed .amrelated-link{display:flex;align-items:center}.amrelated-pack-item.-collapsed .amrelated-qty{margin-left:10px;position:static}.amrelated-pack-item.-collapsed .amrelated-checkbox+.amrelated-label{left:0;top:50%;transform:translateY(-50%)}.amrelated-pack-item.-collapsed .amrelated-photo,.amrelated-pack-item.-collapsed .product-reviews-summary.short,.amrelated-pack-item.-collapsed .price-box{display:none}.amrelated-pack-item.-collapsed .amrelated-discount{align-self:center;position:static;transform:none}.amrelated-pack-item.-collapsed .amrelated-details{align-items:center;margin-left:30px;max-width:100%;min-height:2.7rem;width:100%}.amrelated-pack-item.-collapsed .amrelated-name{margin-right:1rem}.amrelated-photo-container{background:#fff;border:1px solid #e8e8e8;height:100px;margin:0;min-width:100px;position:relative;text-align:center;width:100px}.amrelated-photo-container .amrelated-link{display:block;height:100%;width:100%}.amrelated-photo-container .amrelated-photo{max-height:100%;max-width:100%}.amrelated-photo-container .amrelated-qty{display:flex;justify-content:center;align-items:center;background:#e9f6ff;border:1px solid #3978bd;border-radius:50%;bottom:0;box-shadow:0 2px 4px rgba(16,31,48,0.2);box-sizing:border-box;color:#000;font-weight:600;height:30px;min-width:30px;padding:0 4px;position:absolute;right:0}.amrelated-photo-container .amrelated-qty:before{content:'x';font-size:11px;font-weight:400}.amrelated-photo-container .amrelated-checkbox{opacity:0;position:absolute}.amrelated-photo-container .amrelated-checkbox+.amrelated-label{background:#fff;border:1px solid #3978bd;border-radius:2px;box-sizing:border-box;cursor:pointer;height:20px;left:-5px;position:absolute;top:-5px;width:20px;z-index:2}.amrelated-photo-container .amrelated-checkbox:focus+.amrelated-label{box-shadow:0 0 3px 1px #68a8e0}.amrelated-photo-container .amrelated-checkbox:checked+.amrelated-label{background:#3978bd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMmEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTZhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWMnoiIGZpbGw9IiMzOTc4QkQiLz48cGF0aCBkPSJNNSAxMGw0LjUgNEwxNSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;background-size:contain}.amrelated-pack-item.-selected .amrelated-photo-container{border-color:#e8e8e8}.amrelated-discount{display:flex;justify-content:center;align-items:center;background:#c84949;border-radius:2px;box-sizing:border-box;color:#fff;padding:5px;position:absolute;z-index:2}.amrelated-discount.-product{display:none;font-size:12px;right:-10px;top:-10px}.amrelated-discount>.amrelated-text{margin-left:3px}.amrelated-discount.-summary{font-size:16px;max-width:100%;padding:5px 15px;right:10px;top:0;transform:translateY(-50%)}.amrelated-discount.-summary .amount{font-weight:600;margin-left:5px}.amrelated-pack-item.-discount-applied .amrelated-discount{display:flex}.amrelated-plus,.amrelated-equal{display:none}.amrelated-summary-content{display:flex;justify-content:flex-end;padding:15px 0;width:100%}.amrelated-summary-content .main.price{color:#000;font-size:30px;font-weight:600;line-height:1;text-align:center}.amrelated-price-wrapper{border-bottom:none;box-sizing:border-box;justify-content:center;margin:0 15px;padding:15px}.amrelated-tocart-wrapper{display:flex;align-items:center;margin-right:10px}.amrelated-tocart-wrapper .action{height:auto;line-height:normal;padding:7px 15px}.amrelated-popup-container{background:rgba(0,0,0,0.15);height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.amrelated-bundle-popup{-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:#fff;border-radius:9px;box-shadow:0 5px 10px rgba(0,0,0,0.25);box-sizing:border-box;height:auto;left:50%;max-width:315px;overflow:hidden;padding:0 0 13px;position:absolute;text-align:center;top:50%;z-index:9999}.amrelated-bundle-popup .close{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;color:rgba(0,0,0,0.25);cursor:pointer;font-size:21px;height:12px;position:absolute;right:18px;top:18px;width:12px;z-index:9}.amrelated-bundle-popup .amrelated-products-wrapper{height:100%;max-height:80vh;overflow-y:auto;padding-bottom:80px}.amrelated-bundle-popup .amrelated-products-wrapper:last-child:after{display:none}.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions{display:block}.amrelated-bundle-popup .amrelated-notice{background:#fffae5;border-radius:0 0 7px 7px;font-size:14px;margin:0 auto;max-width:60%;padding:10px 20px;z-index:99}.amrelated-bundle-popup .amrelated-popup-tocart-wrapper{background-color:#fff;bottom:0;box-sizing:border-box;padding:15px;position:absolute;text-align:right;width:100%;z-index:10}.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action{display:inline-block;font-size:18px;padding:15px}.amrelated-product-container{position:relative}.amrelated-product-container:after{background-color:#c5c5c5;bottom:0;content:'';display:block;height:1px;left:0;margin-left:16%;position:absolute;width:68%}.amrelated-product-container:last-child:after{display:none}.amrelated-product-container .amrelated-product-message{display:none}.amrelated-product-container .amrelated-image-wrapper{margin:15px auto;max-width:150px}.amrelated-product-info{width:100%}.amrelated-product-info .amrelated-info.-top,.amrelated-product-info .amrelated-info.-bottom{padding:0 20px;text-align:left}.amrelated-product-info .box-tocart .actions,.amrelated-product-info .action.back.customization,.amrelated-product-info .block-bundle-summary,.amrelated-product-info .tocart{display:none}.amrelated-product-info .bundle-options-wrapper{margin-top:25px}.amrelated-product-info .bundle-options-wrapper input[type='radio']{width:15px}.amrelated-product-info .bundle-options-wrapper p.required{color:#e02b27}.amrelated-product-info .bundle-options-wrapper .field.qty>.label{display:inline-block;font-weight:600;margin:10px 0 8px}.amrelated-product-info .bundle-options-wrapper .input-text.qty{text-align:center;width:54px}.amrelated-product-info .product-options-bottom .price-box .price-container .price,.amrelated-product-info .product-info-price .price-box .price-container .price{font-size:22px;font-weight:600;line-height:22px}.amrelated-product-info.giftcard .amrelated-price{display:none}.amrelated-product-info.giftcard .amrelated-info.-bottom .product-options-bottom .price-box{display:block}.amrelated-image-container{border:1px solid #b2b2b2;box-sizing:border-box;margin:0 25px 10px;width:initial}.amrelated-image-container>.product-item-photo{display:block;margin:auto;width:60%}.amrelated-image-container .product-image-container{vertical-align:middle}.amrelated-info.-top{margin:0}.amrelated-info.-top>.amrelated-title{font-size:20px;margin-bottom:5px}.amrelated-info.-top>.amrelated-rating .rating-summary{vertical-align:text-bottom}.amrelated-info.-top>.amrelated-price,.amrelated-info.-top>.amrelated-price .price{font-size:24px;font-weight:700}.amrelated-info.-top .reviews-actions .action{color:#000;font-size:14px;margin-left:15px}.amrelated-info.-bottom>.amrelated-description{font-size:12px;margin:0 25px}.amrelated-info.-bottom .swatch-attribute{margin-bottom:20px}.amrelated-info.-bottom .product-options-bottom .price-box{display:none}.amrelated-info.-bottom .product-options-bottom .grouped .price-box{display:block}.amrelated-products-block{border-bottom:1px solid #ebeef5;margin:20px 15px 27px;max-height:366px;overflow:hidden auto}.amrelated-products-block>.amrelated-product{display:flex;margin-bottom:20px}.amrelated-products-block .amrelated-content{color:#333;text-align:left}.amrelated-products-block .amrelated-name{word-wrap:break-word;word-break:break-word;font-size:16px;line-height:20px}.ie11 .amrelated-products-block .amrelated-name{word-break:break-all}.amrelated-products-block .amrelated-image-wrapper{border:1px solid #ebeef5;display:flex;margin-right:10px}.amrelated-products-block .amrelated-qty{align-items:center;display:flex;margin:5px 0 0}.amrelated-products-block .amrelated-qty .amrelated-title{font-size:12px;font-weight:800;line-height:19px}.amrelated-products-block .amrelated-qty .amrelated-value{font-size:14px;line-height:19px;margin-left:10px}.am-porto-cmtb .amrelated .product-item-details .product-item-actions{display:flex;justify-content:center;margin:0}.am-porto-cmtb .amrelated .product-item-details .product-item-actions .actions-primary{margin:0 5px 0 0}.am-porto-cmtb .products-grid .product-item-details .product-item-actions{margin:0;text-align:left}.am-porto-cmtb .products-grid .product-item .product-item-inner{margin:10px 0}.am-porto-cmtb .products-grid .product-item-actions .actions-secondary{padding:0}.am-porto-cmtb .wishlist.split.button{margin-right:0}.am-porto-cmtb .wishlist.split.button .change.action{display:none}.am-porto-cmtb .product-items.slick-slider .slick-slide{margin:0 10px}.am-porto-cmtb .product-items.slick-slider .slick-slide .to-cart{padding:0 8px}.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item{max-width:100%}.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item-actions{text-align:center}.am-porto-cmtb .product-items.slick-slider .slick-slide .action.split{margin-right:0}.field .control._with-tooltip .choice.field{width:calc(100% - 39px)}.field .control._with-tooltip .choice.field input{width:auto}.field .control._with-tooltip select,.field .control._with-tooltip textarea{margin-right:10px;width:calc(100% - 39px)}.field .control select[multiple]{height:auto;background:#fff}tr.order-attributes td{padding-left:0;padding-right:0}.order-attributes .order-attributes-form{margin-top:20px}.order-attributes .order-attributes-form.fieldset .field:last-child{margin-bottom:20px}.order-attributes .file-uploader .file-uploader-meta{color:#727272}#store-pickup.selected-store-pickup~#shipping,#store-pickup.selected-store-pickup~#opc-shipping_method{position:absolute}.opc-block-summary .order-attributes-form .field-tooltip-content{left:-270px;top:-55px}.opc-block-summary .order-attributes-form .field-tooltip-content:before{left:270px;top:44px;transform:rotate(-90deg)}.opc-block-summary .order-attributes-form .field-tooltip-content:after{border-width:9px;left:271px;top:44px;transform:rotate(-90deg);width:0}.ampromo-item .ampromo-options{margin-bottom:20px;overflow:hidden;padding:0 5px;transition:max-height .2s ease}.ampromo-gallery{margin:0 30px;width:850px}.ampromo-gallery[data-count='1']{width:280px}.ampromo-gallery[data-count='2']{width:570px}.ampromo-slick .slick-prev,.ampromo-slick .slick-next{height:42px !important;width:42px !important}.ampromo-slick .slick-prev:focus,.ampromo-slick .slick-next:focus{box-shadow:0 0 3px 1px #68a8e0}.ampromo-slick .slick-prev{left:-45px !important}.ampromo-slick .slick-next{right:-45px !important}.ampromo-slick .slick-dots{padding:0 !important}.ampromo-slick .slick-dots button,.ampromo-slick .slick-dots button:hover,.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar>.action,.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar>.action:hover,.ampromo-slick .slick-dots .action-gift,.ampromo-slick .slick-dots .action-gift:hover{background:transparent !important;border:none !important;height:20px;padding:5px !important;text-indent:0 !important;width:20px}.ampromo-slick .slick-slide{vertical-align:top}.ampromo-slick.slick-slider .slick-arrow.slick-next,.ampromo-slick.slick-slider .slick-arrow.slick-prev{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjNzU3NTc1Ii8+PC9zdmc+Cg==) center no-repeat}.ampromo-items-add{border:1px solid #ededed;display:none;margin-bottom:12px;padding:7px;text-align:center}.ampromo-items-add>a{border-bottom:1px dashed;text-decoration:none}.checkout-index-index .ampromo-items-add:before{background:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;background-size:contain;content:'';display:inline-block;height:32px;margin-right:12px;vertical-align:middle;width:32px}.ampromo-items-form{background:#fff;padding:5px}.ampromo-items-form .ampromo-qty{margin-left:35%;margin-top:10%;width:30%}.ampromo-items-form .product-info-price{padding-bottom:10px;text-align:center;word-break:break-all}.ampromo-items-form .price-base-price .price{font-size:25px;text-decoration:line-through}.ampromo-items-form .price-new-price .price-wrapper{font-size:36px;font-weight:bold;line-height:36px}.ampromo-items-form .ampromo-item-qty-input>.mage-error{float:left}.ampromo-loading{display:none;height:80px;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);width:80px}.ampromo-loading.-show{display:inline-block}.ampromo-loading:after{animation:load 1.2s linear infinite;border:6px solid #ccc;border-color:#ccc transparent #ccc transparent;border-radius:50%;content:' ';display:block;height:64px;margin:8px;width:64px}.ampromo-carousel-product.-loading{-webkit-filter:blur(10px);filter:blur(10px);opacity:.3;pointer-events:none}@keyframes load{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media only screen and (max-width:700px){.ampromo-items-form .product-info-price>*:first-child,.ampromo-items-form .product-info-price>*:last-child{padding:0}}.ampromo-overlay{background-color:rgba(0,0,0,0.8);height:100%;left:0;opacity:0;position:fixed;text-align:center;top:-9999px;transition:opacity .4s linear;width:100%;z-index:10000}.ampromo-overlay.-show{opacity:1;top:0}.ampromo-overlay.-hide{display:none}.ampromo-popup-wrapper{background-color:#fff;border:1px solid #ededed;box-sizing:border-box;display:inline-block;margin:30px auto;max-height:95vh;overflow:auto;overflow-x:hidden;padding:24px;position:relative;text-align:left}.ampromo-popup-wrapper .ampromo-gallery{margin:0 auto}.ampromo-popup-wrapper .ampromo-popup-title,.ampromo-popup-wrapper .ampromo-item-buttons,.ampromo-popup-wrapper .ampromo-title{text-align:center}.ampromo-popup-wrapper .ampromo-popup-title .ampromo-counter{font-weight:bold}.ampromo-popup-wrapper .ampromo-item-wrapper{padding:1rem}.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-item{margin:0 auto;max-width:250px}.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-title{display:block;font-weight:bold;margin:1.33em 0;min-height:3.2rem}.ampromo-popup-wrapper .ampromo-item{border:1px solid #ededed;box-sizing:border-box;margin:0 8px 7px;padding:20px;position:relative;transition:.6s}.ampromo-popup-wrapper .ampromo-item:hover{background:#ccc}.ampromo-popup-wrapper .ampromo-item .fieldset .field{margin-bottom:10px}.ampromo-popup-wrapper .ampromo-item .fieldset .field .label{margin-bottom:3px}.ampromo-popup-wrapper .ampromo-popup-title{margin:0 auto 20px}.ampromo-popup-wrapper .ampromo-close{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;background-size:contain;cursor:pointer;display:block;font-size:0;height:16px;margin:0;opacity:.8;padding:0;position:absolute;right:10px;top:10px;width:16px;z-index:1}.ampromo-popup-wrapper .ampromo-close:hover{opacity:1;transition:opacity .2s ease}.ampromo-popup-wrapper .ampromo-button{border:none;box-shadow:none}.ampromo-popup-wrapper .ampromo-item.-selected{background:#1f78c2}.ampromo-popup-wrapper .ampromo-item.-selected .ampromo-options{max-height:690px}.ampromo-popup-wrapper .ampromo-item-image{display:block;margin:7px auto}.ampromo-popup-wrapper .ampromo-title{margin:0}.ampromo-popup-wrapper .slick-dots{position:initial}.ampromo-popup-wrapper .slick-dotted.slick-slider{margin-bottom:2rem}.ampromo-popup-wrapper.ampromo-popup-compact .ampromo-title{font-size:1.6rem}.ampromo-popup-wrapper.ampromo-popup-compact .product-info-price .price{font-size:2.7rem}@media only screen and (max-width:1000px) and (min-width:701px){.ampromo-overlay .ampromo-gallery{width:570px}.ampromo-popup-wrapper{padding:24px 54px}}@media only screen and (max-width:700px){.ampromo-overlay .ampromo-gallery{margin:0 auto;width:280px}.ampromo-popup-wrapper{padding:24px 54px}}@media only screen and (max-width:400px){.ampromo-overlay .ampromo-gallery{margin:0 auto 30px auto}.ampromo-overlay .slick-prev,.ampromo-overlay .slick-next{display:none !important}.ampromo-popup-wrapper{padding:15px}}.ampromo-gift{display:flex;flex-wrap:wrap;gap:20px;list-style-type:none;padding:0}.ampromo-gift .ampromo-gift-item{display:flex;margin:0;text-align:center}.ampromo-gift .ampromo-gift-item .product-image{text-decoration:none}.ampromo-gift .ampromo-gift-item .ampromo-product-name{font-weight:bold;max-width:100px}.store-credit-add .store-credit-container{max-width:500px}.store-credit-add .store-credit-left{margin-bottom:10px}.store-credit-add .store-credit-left .field-tooltip{display:inline-block;position:relative;right:unset;top:unset}.checkout-payment-method .payment-option._collapsible.store-credit-add .payment-option-content{display:unset}.amscproduct-prices-wrapper{display:flex;justify-content:space-between}.amscproduct-prices-container{position:relative;margin-top:25px;border-top:1px solid #c1c1c1}.amscproduct-prices-container .amscproduct-title{display:block;margin:20px 0 10px;color:#363636;font-weight:600;font-size:14px;line-height:19px}.amscproduct-prices-container>.amscproduct-button{box-sizing:border-box;padding:7px 10px;border:1px solid #dadada;border-radius:2px;background:#eee;font-size:14px;transition:background-color .3s ease}.amscproduct-prices-container>.amscproduct-button:hover{background-color:#1e79c2;box-shadow:0 2px 4px rgba(45,147,226,0.1);color:#fff}.amscproduct-prices-container .amscproduct-radio{display:none}.amscproduct-prices-container .amscproduct-input.-hidden{position:absolute;display:inline;width:0;height:0;opacity:0}.amscproduct-field-container{flex-basis:48%;margin-top:0;border:none;text-align:left}.amscproduct-field-block{display:block}.amscproduct-field-block>.amscproduct-button{padding:7px 17px;border:1px solid #d4d4d4;border-left:none;border-radius:0 2px 2px 0}.amscproduct-field-block>.amscproduct-field{box-sizing:border-box;border:1px solid #d4d4d4;border-radius:2px;background:#fff}.amscproduct-field-block>.amscproduct-field::-webkit-input-placeholder{color:#d4d4d4}.amscproduct-field-block>.amscproduct-field:-ms-input-placeholder{color:#d4d4d4}.amscproduct-field-block>.amscproduct-field::placeholder{color:#d4d4d4}.amscproduct-field-block>.amscproduct-field:focus{z-index:5}.amscproduct-field-block>.amscproduct-field.mage-error{border-color:#ed8380}.amscproduct-field-block.-double{display:flex}.amscproduct-field-block.-double>.amscproduct-field{border-radius:2px 0 0 2px}.amscproduct-radio-prices{display:flex;flex-wrap:wrap}.amscproduct-radio-prices>.amscproduct-button{margin:0 10px 5px 0}.amscproduct-label-block{position:relative;border-radius:2px;cursor:pointer}.amscproduct-label-block.-price{box-sizing:border-box;margin:0 10px 5px 0;padding:6px 8px;border:1px solid #dadada;background-color:#f0f0f0;font-size:14px;transition:background-color .3s ease,border .3s ease}.amscproduct-label-block.-price.-active,.amscproduct-label-block.-price:hover{border:1px solid #1e79c2;background-color:#1e79c2;box-shadow:0 2px 4px rgba(45,147,226,0.1);color:#fff}.amscproduct-general-container{margin-bottom:20px}.amscproduct-general-container .amscproduct-warning{color:#e02b27;font-size:12px}.amscproduct-page-product .product-info-main .price-final_price .price-wrapper .price{color:#575757;font-weight:600;font-size:36px;line-height:36px}.amscproduct-page-product .amscproduct-price-container .amscproduct-price-multiple.-hide{display:none}.amscproduct-page-product .amscproduct-price-container .price-final_price.-hide{display:none}.amscproduct-page-product .amscproduct-price-container .price-final_price.-multiple .price-wrapper .price{font-size:24px;line-height:24px}.amscproduct-page-product .amscproduct-price-container .price-wrapper+.price-wrapper{margin-left:5px}.amscproduct-page-product .product-info-main .product-reviews-summary{float:none}.amscproduct-page-product .product-info-main .product-info-price{margin-bottom:0;border:0}.amscproduct-page-product .product-info-main .product-add-form{clear:none;margin-bottom:20px;padding-top:0;border:0}.messages{word-wrap:break-word}.homepage-usps{height:5rem !important}.hero-block{text-align:left;left:30px}.hero-block__figure{margin:0;position:relative;z-index:0}.hero-block__image{display:block;height:240px;width:100%;min-width:100%;object-fit:cover}.hero-block__tape{position:absolute;top:120px;width:70%;text-align:left;left:60px}.hero-block__heading{display:block;line-height:1;text-shadow:0 0 3px rgba(0,0,0,0.7);color:#fff;font-family:'My type of font',Verdana,sans-serif;font-size:2rem}.hero-block__action{color:#fff !important;position:relative;height:40px;line-height:40px;padding:0 45px;z-index:1;box-sizing:border-box;border:none;font-family:'mulibold',Verdana,sans-serif;font-size:1.6rem}.hero-block__action:hover,.hero-block__action:active{border:none}@media (max-width:480px){.hero-block{bottom:10px}.hero-block__action{margin-top:10px;padding:0 25px}.hero-block__image{height:160px}.hero-block__tape{top:60px;left:10px;scale:0.8}}@media (min-width:768px){.hero-block__image{height:428px}.hero-block__tape{top:220px}}@media (min-width:991px){.hero-block{width:100%;top:auto;right:auto;left:60px;bottom:50px}.hero-block__heading{line-height:1;font-size:3.6rem}.hero-block__tape{top:240px}}.page-product-bundle .fieldset-bundle-options .row.slide-container{margin-bottom:3px}body.catalog-product-view.page-product-bundle .bundle-options-container .control .option.bar.bundle{height:5px}.bundle-item-single{min-height:36px;line-height:32px}.slider,.grouped-slider{margin-bottom:10px;overflow:auto;width:100%;position:relative}.slider div.mage-error,.grouped-slider div.mage-error{width:100%;float:left;text-align:left;padding:0 15px;margin:7px 0}.slider *,.grouped-slider *{box-sizing:border-box}.slider span,.grouped-slider span{float:left}.slider .minus,.grouped-slider .minus,.slider .plus,.grouped-slider .plus{text-align:center;padding:0}.slider .plus,.grouped-slider .plus{float:right}.slider .checkbox,.grouped-slider .checkbox{display:none}.slider output,.grouped-slider output{margin-left:10px}.slider small,.grouped-slider small{float:right}.slide-container .intro,.slider-grouped-container .intro{margin-bottom:25px}.slide-container .slider .col-xs-4{padding:0}.slide-container .slider .col-xs-1{width:12px}.slide-container .slider .bar.col-xs-6{width:48%}.grouped-slider .bar{float:left;padding:0;width:78%;height:5px;margin:11px 9px 0 5px;background:#333;position:relative;top:-4px;left:4px;background:#fff;background:-moz-linear-gradient(left, #000 0%, #ededed 100%);background:-webkit-gradient(linear, left top, right top, color-stop(0%, #000), color-stop(100%, #ededed));background:-webkit-linear-gradient(left, #000 0%, #ededed 100%);background:-o-linear-gradient(left, #000 0%, #ededed 100%);background:-ms-linear-gradient(left, #000 0%, #ededed 100%);background:linear-gradient(left, #000 0%, #ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#ededed', GradientType=1);-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px;outline:none}.grouped-slider .bar:active,.grouped-slider .bar:focus{box-shadow:none}.grouped-slider input[type="range"]{-webkit-appearance:none;background-color:black;outline:none}.grouped-slider input[type="range"]:focus{outline-color:transparent;outline-style:none}.grouped-slider input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;position:relative;top:0px;z-index:1;width:16px;height:16px;cursor:pointer;-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px;background-color:#e9e9e9}.ln_overlay{background-color:#FFFFFF;height:300%;left:0;text-align:center;opacity:0.5;filter:alpha(opacity=50);position:absolute;top:0px;width:500%;z-index:555;display:none}.ln_overlay img{margin-top:300px;left:45%;display:block;position:fixed}.ln_slider_container{width:calc(80%);margin:0 15px 0 5px}.filter-options-content a{display:inline-block !important}.product.product-menu{display:none;padding:0}@media (min-width:768px){.product.product-menu{display:block}}.product.product-menu a{text-decoration:none}.product.product-menu .expand,.product.product-menu .expanded{cursor:pointer;font-size:10px}.product.product-menu .level0,.product.product-menu .level1{text-transform:uppercase}.product.product-menu .o-list{display:none;margin-bottom:0px;padding-left:0px;color:#000}.product.product-menu .o-list li{list-style:none;margin-bottom:0}.product.product-menu .o-list li a,.product.product-menu .o-list li a:active,.product.product-menu .o-list li a:visited{display:inline-block;color:#000;font-size:1.2rem}.product.product-menu .o-list li>ul{padding:7px 0;margin-top:0px}.product.product-menu .o-list li.level0{padding-left:0}.product.product-menu .o-list li.active>ul{display:block}.product.product-menu .o-list li.active>ul li:last-of-type{border-bottom:0px;padding-bottom:0px;margin-bottom:0px}.product.product-menu .o-list .level0{list-style:none}.product.product-menu>.o-list{display:block;margin-bottom:30px}@media (min-width:768px){.product.product-menu .o-list li{padding-left:10px}.product.product-menu .level1 a{padding-left:10px}.product.product-menu .level1.active ul a{padding-left:15px}.product.product-menu .level2 a{padding-left:15px}.product.product-menu .level3 a{padding-left:10px;text-transform:capitalize}}@media (min-width:970px){.product.product-menu a,.product.product-menu a:active,.product.product-menu a:visited{font-size:14px}}.product-ratings-wrapper h4{font-family:"Chairdrobe",Verdana,sans-serif;margin:25px 0;font-size:1.8rem}.product-ratings-container .rating-head{margin:0;font-size:1.2rem}.product-ratings-container .rating-body{width:100%;display:inline-block}.product-ratings-container .rating{background-color:black;height:5px}.product-ratings-container .rating-item{display:block;float:left;width:13%;margin-right:1%;height:30px;background-size:contain;background-image:url(../../frontend/DigitalVillage/lantinga/nl_NL/images/animal-default.png);background-position:center center;background-repeat:no-repeat}.product-ratings-container .rating-item.cow{background-image:url(../../frontend/DigitalVillage/lantinga/nl_NL/images/animal-cow-zw.png)}.product-ratings-container .rating-item.chicken{background-image:url(../../frontend/DigitalVillage/lantinga/nl_NL/images/animal-birds-zw.png)}.product-ratings-container .rating-item.pig{background-image:url(../../frontend/DigitalVillage/lantinga/nl_NL/images/animal-pig-zw.png)}.product-ratings-container .rating-item.lamb{background-image:url(../../frontend/DigitalVillage/lantinga/nl_NL/images/animal-sheep-zw.png)}.product-ratings-container .rating-item.calf{background-image:url(../../frontend/DigitalVillage/lantinga/nl_NL/images/animal-calf-zw.png)}.product-ratings-container .rating-item.deer{background-image:url(../../frontend/DigitalVillage/lantinga/nl_NL/images/animal-deer-zw.png)}.product-ratings-container .rating-item.rating-item-empty{opacity:0.3}.lan-delivery-picker{padding:0 10px 10px 3.2rem;border-bottom:1px solid #000}form.form.methods-shipping:hover .lan-delivery-picker{border-bottom:1px solid #a50029}tr.js-header-filters{background-color:#f5f5f5 !important}tr.js-header-filters td.js-header-filter{background-color:inherit !important;border-right:.1rem dashed #808080}tr.js-header-filters td.js-header-filter label>span{display:none}tr.js-header-filters td.js-header-filter legend>span{display:none}tr.js-header-filters td.js-header-filter .admin__action-multiselect-label{display:inline-block}tr.js-header-filters td.js-header-filter .admin__action-multiselect-label span{display:inline-block !important}tr.js-header-filters td.js-header-filter .admin__action-multiselect-text{padding:1rem 2rem}tr.js-header-filters td.js-header-filter .ui-datepicker-trigger{position:relative}tr.js-header-filters td.js-header-filter .admin__form-field-legend{width:auto}tr.js-header-filters td.js-header-filter ._has-datepicker{width:100px}tr.js-header-filters td.js-header-filter .action-menu{right:0 !important;left:auto !important}.postcodenl-autocomplete-menu{z-index:9999}.postcodenl-autocomplete-menu,.address-autofill-intl-input input[class].input-text.postcodenl-autocomplete-address-input-blank{background-size:100px}.address-autofill-nl-house-number.loading .input-text,.address-autofill-intl-input.loading .input-text,.address-autofill-intl-input input[class].input-text.postcodenl-autocomplete-loading{background-image:url(data:image/gif;base64,R0lGODlhEAAQAPQAAP///3d3d/b29sDAwO7u7pycnLe3t3d3d6WlpYqKitLS0tvb24GBgcnJyXl5eZOTk66urgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFdyAgAgIJIeWoAkRCCMdBkKtIHIngyMKsErPBYbADpkSCwhDmQCBethRB6Vj4kFCkQPG4IlWDgrNRIwnO4UKBXDufzQvDMaoSDBgFb886MiQadgNABAokfCwzBA8LCg0Egl8jAggGAA1kBIA1BAYzlyILczULC2UhACH5BAkKAAAALAAAAAAQABAAAAV2ICACAmlAZTmOREEIyUEQjLKKxPHADhEvqxlgcGgkGI1DYSVAIAWMx+lwSKkICJ0QsHi9RgKBwnVTiRQQgwF4I4UFDQQEwi6/3YSGWRRmjhEETAJfIgMFCnAKM0KDV4EEEAQLiF18TAYNXDaSe3x6mjidN1s3IQAh+QQJCgAAACwAAAAAEAAQAAAFeCAgAgLZDGU5jgRECEUiCI+yioSDwDJyLKsXoHFQxBSHAoAAFBhqtMJg8DgQBgfrEsJAEAg4YhZIEiwgKtHiMBgtpg3wbUZXGO7kOb1MUKRFMysCChAoggJCIg0GC2aNe4gqQldfL4l/Ag1AXySJgn5LcoE3QXI3IQAh+QQJCgAAACwAAAAAEAAQAAAFdiAgAgLZNGU5joQhCEjxIssqEo8bC9BRjy9Ag7GILQ4QEoE0gBAEBcOpcBA0DoxSK/e8LRIHn+i1cK0IyKdg0VAoljYIg+GgnRrwVS/8IAkICyosBIQpBAMoKy9dImxPhS+GKkFrkX+TigtLlIyKXUF+NjagNiEAIfkECQoAAAAsAAAAABAAEAAABWwgIAICaRhlOY4EIgjH8R7LKhKHGwsMvb4AAy3WODBIBBKCsYA9TjuhDNDKEVSERezQEL0WrhXucRUQGuik7bFlngzqVW9LMl9XWvLdjFaJtDFqZ1cEZUB0dUgvL3dgP4WJZn4jkomWNpSTIyEAIfkECQoAAAAsAAAAABAAEAAABX4gIAICuSxlOY6CIgiD8RrEKgqGOwxwUrMlAoSwIzAGpJpgoSDAGifDY5kopBYDlEpAQBwevxfBtRIUGi8xwWkDNBCIwmC9Vq0aiQQDQuK+VgQPDXV9hCJjBwcFYU5pLwwHXQcMKSmNLQcIAExlbH8JBwttaX0ABAcNbWVbKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICSRBlOY7CIghN8zbEKsKoIjdFzZaEgUBHKChMJtRwcWpAWoWnifm6ESAMhO8lQK0EEAV3rFopIBCEcGwDKAqPh4HUrY4ICHH1dSoTFgcHUiZjBhAJB2AHDykpKAwHAwdzf19KkASIPl9cDgcnDkdtNwiMJCshACH5BAkKAAAALAAAAAAQABAAAAV3ICACAkkQZTmOAiosiyAoxCq+KPxCNVsSMRgBsiClWrLTSWFoIQZHl6pleBh6suxKMIhlvzbAwkBWfFWrBQTxNLq2RG2yhSUkDs2b63AYDAoJXAcFRwADeAkJDX0AQCsEfAQMDAIPBz0rCgcxky0JRWE1AmwpKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICKZzkqJ4nQZxLqZKv4NqNLKK2/Q4Ek4lFXChsg5ypJjs1II3gEDUSRInEGYAw6B6zM4JhrDAtEosVkLUtHA7RHaHAGJQEjsODcEg0FBAFVgkQJQ1pAwcDDw8KcFtSInwJAowCCA6RIwqZAgkPNgVpWndjdyohACH5BAkKAAAALAAAAAAQABAAAAV5ICACAimc5KieLEuUKvm2xAKLqDCfC2GaO9eL0LABWTiBYmA06W6kHgvCqEJiAIJiu3gcvgUsscHUERm+kaCxyxa+zRPk0SgJEgfIvbAdIAQLCAYlCj4DBw0IBQsMCjIqBAcPAooCBg9pKgsJLwUFOhCZKyQDA3YqIQAh+QQJCgAAACwAAAAAEAAQAAAFdSAgAgIpnOSonmxbqiThCrJKEHFbo8JxDDOZYFFb+A41E4H4OhkOipXwBElYITDAckFEOBgMQ3arkMkUBdxIUGZpEb7kaQBRlASPg0FQQHAbEEMGDSVEAA1QBhAED1E0NgwFAooCDWljaQIQCE5qMHcNhCkjIQAh+QQJCgAAACwAAAAAEAAQAAAFeSAgAgIpnOSoLgxxvqgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==);background-position:center right .5em;background-repeat:no-repeat;background-size:auto}.address-autofill-formatted-output address{padding:1em;font-size:1.8rem;background-color:#f5f5f5}.form-address-edit,.form-address-edit>.fieldset{position:relative}.address-autofill-fieldset{margin:0}.address-autofill-fieldset>.field:last-child{margin-bottom:20px}.loading-mask-customer-address{position:absolute;top:50px}.gallery.media-gallery{max-height:800px;width:100%}.gallery.media-gallery #lightSlider{visibility:hidden;height:auto !important}.gallery.media-gallery #lightSlider a{background:#fff;display:block;height:100%}.gallery.media-gallery #lightSlider a img{height:auto;width:100%}.gallery.media-gallery li.video,.gallery.media-gallery a.lslide[data-thumb-class="video"]{position:relative}.gallery.media-gallery li.video:after,.gallery.media-gallery a.lslide[data-thumb-class="video"]:after{color:#fff;content:"\f144";font-family:"Font Awesome 6 Pro" !important;font-size:26px;font-weight:bold;left:calc((100% / 2) - 13px);position:absolute;text-shadow:0 0 1px #000,0 0 1px #000,0 0 1px #000,0 0 1px #000;top:calc((100% / 2) - 17px)}.gallery.media-gallery a.lslide[data-thumb-class="video"]:after{font-size:100px;left:calc((100% / 2) - 50px);top:calc((100% / 2) - 69px)}.ln_overlay{background-color:#FFFFFF;height:100%;left:0;opacity:0.5;filter:alpha(opacity=50);position:absolute;top:0;width:100%;z-index:555;display:none}.ln_overlay img{top:40%;left:45%;display:block;position:fixed}.ln_slider_container{width:calc(80%);margin:0 15px 0 5px}.layered-filter-block-container .ln_tooltip{display:inline-block;vertical-align:middle;margin-left:5px}.filter-content .category-items{margin:0;padding-left:30px;list-style:none}.filter-content .icon-expand:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:inherit;color:inherit;content:'\e608';font-family:'luma-icons';vertical-align:bottom;display:inline-block;font-weight:bold;overflow:hidden;speak:none;text-align:center;padding-right:5px}.filter-content .active.icon-expand:after{content:'\e622'}@media (max-width:768px){.checkout_index_index .col-mp{padding:0 15px}}@media (max-width:480px){.checkout_index_index #checkout-step-shipping .field.mp-6,.checkout_index_index #checkout-step-billing .field.mp-6{padding:0}}@media (max-width:991px){.third-column{width:100%}}.product.options{font-size:12px;margin-top:10px}.product.options label{display:none}.abs-action-remove,.cart.table-wrapper .action.help.map,.opc-wrapper .edit-address-link,.opc-block-shipping-information .shipping-information-title .action-edit,.action-auth-toggle,.checkout-payment-method .checkout-billing-address .action-cancel,.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,.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,.abs-add-fields .action.remove,.form-giftregistry-share .action.remove,.form-giftregistry-edit .action.remove,.form-giftregistry-share .action.remove,.form-giftregistry-edit .action.remove{color:black;font-family:'Roboto Mono'}.abs-action-remove:hover,.cart.table-wrapper .action.help.map:hover,.opc-wrapper .edit-address-link:hover,.opc-block-shipping-information .shipping-information-title .action-edit:hover,.action-auth-toggle:hover,.checkout-payment-method .checkout-billing-address .action-cancel: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,.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,.abs-add-fields .action.remove:hover,.form-giftregistry-share .action.remove:hover,.form-giftregistry-edit .action.remove:hover,.form-giftregistry-share .action.remove:hover,.form-giftregistry-edit .action.remove:hover{color:black}.block-authentication .actions-toolbar>.primary .action{border-radius:0}.block-authentication .actions-toolbar>.primary .action span{font-weight:normal;font-size:14px}.checkout_index_index .fieldset{margin:0;width:100%}.checkout_index_index .opc-wrapper .shipping-address-item.selected-item{border-color:black}.checkout_index_index .opc-wrapper .shipping-address-item.selected-item:after{background:black}.checkout_index_index .checkout-shipping-address .action.action-show-popup{border-radius:0}.checkout_index_index .delivery-time{margin-top:-20px}.checkout_index_index .delivery-time .remove-delivery-time{top:8px;right:11%}.checkout_index_index .delivery-time .control{width:100%}.checkout_index_index .delivery-time .control input{width:88%}.checkout_index_index .delivery-time .control .ui-datepicker-trigger{width:10%}.checkout_index_index #label_method_regular_tig_postnl{text-indent:-9999px}.checkout_index_index .ui-timepicker-div{display:block}.checkout_index_index .header-banner-wrapper{margin-top:20px}.checkout_index_index .page-header .logo{margin:0;padding:10px 8px 10px 8px}.checkout_index_index .page-header .logo img{height:auto;width:20px}.checkout_index_index .opc-estimated-wrapper{display:none}.checkout_index_index .header.content{display:none}.checkout_index_index .page-header .panel.wrapper .header.panel .header.links{display:none}@media (min-width:768px){.checkout_index_index .page-header{padding-top:20px}}.checkout_index_index #checkout-step-shipping_method{padding:0 !important}.checkout_index_index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price{min-width:50px}.checkout_index_index .osc-addition-content-wrapper{padding:0px}.checkout_index_index .opc-wrapper .form-shipping-address{margin-top:0}.checkout_index_index .opc-wrapper .shipping-address-items{padding:0}.checkout_index_index #shipping-new-address-form>.field:not(.choice)>.label{width:auto;margin:0 0 8px 0}.checkout_index_index #shipping-new-address-form #experius-postcode-fieldset>.field:not(.choice)>.label{width:auto;margin:0 0 8px 0}.checkout_index_index #shipping-new-address-form>.field.choice::before,.checkout_index_index #shipping-new-address-form>.field.no-label::before{padding:0;width:0}.checkout_index_index #checkout-step-shipping,.checkout_index_index #checkout-step-billing,.checkout_index_index #shipping-new-address-form{padding-top:10px !important}.checkout_index_index #checkout-step-shipping .form-login,.checkout_index_index #checkout-step-billing .form-login,.checkout_index_index #shipping-new-address-form .form-login{margin-bottom:17px}.checkout_index_index #checkout-step-shipping .fieldset,.checkout_index_index #checkout-step-billing .fieldset,.checkout_index_index #shipping-new-address-form .fieldset{margin:0}.checkout_index_index #checkout-step-shipping .field.mp-12,.checkout_index_index #checkout-step-billing .field.mp-12,.checkout_index_index #shipping-new-address-form .field.mp-12{padding:0}.checkout_index_index #checkout-step-shipping .field.mp-6.mp-clear,.checkout_index_index #checkout-step-billing .field.mp-6.mp-clear,.checkout_index_index #shipping-new-address-form .field.mp-6.mp-clear{padding-left:0}.checkout_index_index #checkout-step-shipping .field.mp-6,.checkout_index_index #checkout-step-billing .field.mp-6,.checkout_index_index #shipping-new-address-form .field.mp-6{padding-right:0}.checkout_index_index #checkout-step-shipping .field.street,.checkout_index_index #checkout-step-billing .field.street,.checkout_index_index #shipping-new-address-form .field.street{padding:0 !important}.checkout_index_index #checkout-step-shipping .field.street>.label,.checkout_index_index #checkout-step-billing .field.street>.label,.checkout_index_index #shipping-new-address-form .field.street>.label{float:left !important}.checkout_index_index #checkout-step-shipping .field.street .input-text.google-auto-complete,.checkout_index_index #checkout-step-billing .field.street .input-text.google-auto-complete,.checkout_index_index #shipping-new-address-form .field.street .input-text.google-auto-complete{width:100%}.checkout_index_index #checkout-step-shipping .field.street .osc-geolocation,.checkout_index_index #checkout-step-billing .field.street .osc-geolocation,.checkout_index_index #shipping-new-address-form .field.street .osc-geolocation{display:none}.checkout_index_index #checkout-step-shipping #experius-postcode-fieldset .mage-error,.checkout_index_index #checkout-step-billing #experius-postcode-fieldset .mage-error,.checkout_index_index #shipping-new-address-form #experius-postcode-fieldset .mage-error{margin:10px 0 20px 0}.checkout_index_index #checkout-step-shipping #experius-postcode-fieldset .field-note,.checkout_index_index #checkout-step-billing #experius-postcode-fieldset .field-note,.checkout_index_index #shipping-new-address-form #experius-postcode-fieldset .field-note{margin:20px 0;border:1px solid #ccc;padding:20px}.checkout_index_index #checkout-step-shipping #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_disable"],.checkout_index_index #checkout-step-billing #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_disable"],.checkout_index_index #shipping-new-address-form #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_disable"]{margin:0 !important}.checkout_index_index #checkout-step-shipping #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_disable"] label,.checkout_index_index #checkout-step-billing #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_disable"] label,.checkout_index_index #shipping-new-address-form #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_disable"] label{display:none}.checkout_index_index #checkout-step-shipping #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_disable"] .choice.field label,.checkout_index_index #checkout-step-billing #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_disable"] .choice.field label,.checkout_index_index #shipping-new-address-form #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_disable"] .choice.field label{display:inline-block}.checkout_index_index #checkout-step-shipping #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_postcode"],.checkout_index_index #checkout-step-billing #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_postcode"],.checkout_index_index #shipping-new-address-form #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_postcode"],.checkout_index_index #checkout-step-shipping #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_housenumber"],.checkout_index_index #checkout-step-billing #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_housenumber"],.checkout_index_index #shipping-new-address-form #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_housenumber"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-background-clip:padding-box !important;background-clip:padding-box !important;float:left;padding:0 10px;margin:0 0 20px 0 !important}.checkout_index_index #checkout-step-shipping #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_postcode"] .control,.checkout_index_index #checkout-step-billing #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_postcode"] .control,.checkout_index_index #shipping-new-address-form #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_postcode"] .control,.checkout_index_index #checkout-step-shipping #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_housenumber"] .control,.checkout_index_index #checkout-step-billing #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_housenumber"] .control,.checkout_index_index #shipping-new-address-form #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_housenumber"] .control{padding:0}.checkout_index_index #checkout-step-shipping #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_postcode"],.checkout_index_index #checkout-step-billing #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_postcode"],.checkout_index_index #shipping-new-address-form #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_postcode"]{width:50.0%;clear:both;padding-right:0;padding-left:0}.checkout_index_index #checkout-step-shipping #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_housenumber"],.checkout_index_index #checkout-step-billing #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_housenumber"],.checkout_index_index #shipping-new-address-form #experius-postcode-fieldset .field[name="shippingAddress.experius_postcode_housenumber"]{width:50.0%;padding-right:0}.checkout_index_index #checkout-step-shipping #experius-postcode-fieldset #experius-postcode-fieldset,.checkout_index_index #checkout-step-billing #experius-postcode-fieldset #experius-postcode-fieldset,.checkout_index_index #shipping-new-address-form #experius-postcode-fieldset #experius-postcode-fieldset{width:100%;float:left}.checkout_index_index #checkout-step-shipping #experius-postcode-fieldset .field,.checkout_index_index #checkout-step-billing #experius-postcode-fieldset .field,.checkout_index_index #shipping-new-address-form #experius-postcode-fieldset .field{margin:0 0 8px 0 !important}.checkout_index_index #checkout-step-shipping #experius-postcode-fieldset .field .control,.checkout_index_index #checkout-step-billing #experius-postcode-fieldset .field .control,.checkout_index_index #shipping-new-address-form #experius-postcode-fieldset .field .control{padding-top:0}.checkout_index_index #checkout-step-shipping #experius-postcode-fieldset .field.choice,.checkout_index_index #checkout-step-billing #experius-postcode-fieldset .field.choice,.checkout_index_index #shipping-new-address-form #experius-postcode-fieldset .field.choice{padding:0}.checkout_index_index #checkout-step-shipping #experius-postcode-fieldset .field.shippingAddress-postcode,.checkout_index_index #checkout-step-billing #experius-postcode-fieldset .field.shippingAddress-postcode,.checkout_index_index #shipping-new-address-form #experius-postcode-fieldset .field.shippingAddress-postcode{width:50.0%;clear:both;padding-right:0;padding-left:0;color:red}.checkout_index_index #checkout-step-shipping #experius-postcode-fieldset .field.shippingAddress-city,.checkout_index_index #checkout-step-billing #experius-postcode-fieldset .field.shippingAddress-city,.checkout_index_index #shipping-new-address-form #experius-postcode-fieldset .field.shippingAddress-city{width:50.0%;padding-right:0}.checkout_index_index .field.choice.col-mp{margin-bottom:0}.checkout_index_index .create-account-block .form-create-account{margin:20px 0 10px 0}.checkout_index_index .create-account-block .field.password{padding-left:0}.checkout_index_index .create-account-block .field.confirmation{padding-right:0}.checkout_index_index .opc-wrapper #checkout-step-payment.step-content{padding:0 !important}.checkout_index_index .tig_buckaroo_ideal .payment-method-second-col,.checkout_index_index .tig_buckaroo_creditcard .payment-method-second-col,.checkout_index_index .tig_buckaroo_transfer .payment-method-second-col,.checkout_index_index .tig_buckaroo_afterpay .payment-method-second-col,.checkout_index_index .tig_buckaroo_afterpay2 .payment-method-second-col,.checkout_index_index .tig_buckaroo_sepadirectdebit .payment-method-second-col,.checkout_index_index .tig_buckaroo_giropay .payment-method-second-col,.checkout_index_index .tig_buckaroo_payperemail .payment-method-second-col,.checkout_index_index .tig_buckaroo_paymentguarantee .payment-method-second-col{width:100%;margin-bottom:0}.checkout_index_index .tig_buckaroo_ideal .payment-method-second-col .fieldset>.field,.checkout_index_index .tig_buckaroo_creditcard .payment-method-second-col .fieldset>.field,.checkout_index_index .tig_buckaroo_transfer .payment-method-second-col .fieldset>.field,.checkout_index_index .tig_buckaroo_afterpay .payment-method-second-col .fieldset>.field,.checkout_index_index .tig_buckaroo_afterpay2 .payment-method-second-col .fieldset>.field,.checkout_index_index .tig_buckaroo_sepadirectdebit .payment-method-second-col .fieldset>.field,.checkout_index_index .tig_buckaroo_giropay .payment-method-second-col .fieldset>.field,.checkout_index_index .tig_buckaroo_payperemail .payment-method-second-col .fieldset>.field,.checkout_index_index .tig_buckaroo_paymentguarantee .payment-method-second-col .fieldset>.field{margin:0 !important}.checkout_index_index .tig_buckaroo_ideal .payment-method-second-col .fieldset>.field:not(.choice)>.label,.checkout_index_index .tig_buckaroo_creditcard .payment-method-second-col .fieldset>.field:not(.choice)>.label,.checkout_index_index .tig_buckaroo_transfer .payment-method-second-col .fieldset>.field:not(.choice)>.label,.checkout_index_index .tig_buckaroo_afterpay .payment-method-second-col .fieldset>.field:not(.choice)>.label,.checkout_index_index .tig_buckaroo_afterpay2 .payment-method-second-col .fieldset>.field:not(.choice)>.label,.checkout_index_index .tig_buckaroo_sepadirectdebit .payment-method-second-col .fieldset>.field:not(.choice)>.label,.checkout_index_index .tig_buckaroo_giropay .payment-method-second-col .fieldset>.field:not(.choice)>.label,.checkout_index_index .tig_buckaroo_payperemail .payment-method-second-col .fieldset>.field:not(.choice)>.label,.checkout_index_index .tig_buckaroo_paymentguarantee .payment-method-second-col .fieldset>.field:not(.choice)>.label{text-align:left}.checkout_index_index .osc-payment-after-methods .payment-option-title{padding-left:0}.checkout_index_index .osc-payment-after-methods .payment-option-title .action-toggle{color:black}.checkout_index_index .osc-payment-after-methods .payment-option-content{padding:0 0 20px 0}.checkout_index_index .osc-payment-after-methods .form-discount .payment-option-inner{width:100%}.checkout_index_index .osc-payment-after-methods #points_all{display:none}.checkout_index_index .osc-payment-after-methods .opc-payment-additional .field .control{width:100%}.checkout_index_index .osc-payment-after-methods #reward-points-form .actions-toolbar{width:100%}.checkout_index_index .osc-payment-after-methods #reward-points-form .actions-toolbar .primary{text-align:left}.checkout_index_index .osc-payment-after-methods #reward-points-form .actions-toolbar button,.checkout_index_index .osc-payment-after-methods #reward-points-form .actions-toolbar .cart.table-wrapper .actions-toolbar>.action,.checkout_index_index .osc-payment-after-methods #reward-points-form .actions-toolbar .action-gift{width:35%;margin-right:15px}.checkout_index_index .osc-payment-after-methods #reward-points-form .form-discount .checkbox-group{margin-bottom:20px}.checkout_index_index .opc-block-summary.step-content{margin:0 0 16px}.checkout_index_index .remove-wrapper{padding:3px 5px 0 0}.checkout_index_index .minicart-items .button-action{border-radius:0}.checkout_index_index .minicart-items #checkout-review-table{border:0px}.checkout_index_index .minicart-items #checkout-review-table thead th{padding-left:0px !important;padding-right:0px !important;padding-top:8px;padding-bottom:10px}.checkout_index_index .minicart-items #checkout-review-table thead th.a-center{text-align:left}.checkout_index_index .minicart-items #checkout-review-table tbody tr td{padding-left:0px !important;padding-right:0px !important;padding:15px;padding-bottom:0}.checkout_index_index .minicart-items #checkout-review-table tbody tr td.details-qty{text-align:left}.checkout_index_index .minicart-items .qty-wrapper{padding:3px 0}.checkout_index_index .minicart-items .qty-wrapper .qty-wrap .input-text.update{top:-4px;height:20px}.checkout_index_index .minicart-items .product-item .price{font-size:14px}.checkout_index_index .minicart-items .product-item-name{font-size:12px !important;margin:0}.checkout_index_index .minicart-items .product-item-detail{padding-left:0 !important}.checkout_index_index .minicart-items .product-item-detail a{text-decoration:none}.checkout_index_index .minicart-items .product-item-detail a:hover{text-decoration:underline}.checkout_index_index .one-step-checkout-wrapper .mp-4 .opc-block-summary{margin:0;padding:0 !important}.checkout_index_index .one-step-checkout-wrapper .mp-4 .opc-block-summary .product-item .product-item-inner{margin:0}.checkout_index_index .opc-block-summary .table-totals{margin-top:20px}.checkout_index_index .opc-block-summary .table-totals tbody .amount,.checkout_index_index .opc-block-summary .table-totals tfoot .amount{padding-right:0px;color:black}.checkout_index_index .cart-totals .mark,.checkout_index_index .opc-block-summary .table-totals .mark{padding-right:0;padding-left:0;text-align:left;color:black}.checkout_index_index .opc-block-summary .table-totals .grand.totals .mark{text-transform:uppercase}.checkout_index_index .form-discount{max-width:100%}.checkout_index_index .form-discount .payment-option-inner{float:left;width:60%}.checkout_index_index .form-discount .input-text{font-size:13px}.checkout_index_index .form-discount .actions-toolbar{width:40%;margin:0 !important;display:inline-block}.checkout_index_index .form-discount .actions-toolbar .primary{width:100%}.checkout_index_index .form-discount .actions-toolbar .primary button,.checkout_index_index .form-discount .actions-toolbar .primary .cart.table-wrapper .actions-toolbar>.action,.checkout_index_index .form-discount .actions-toolbar .primary .action-gift{border:2px solid #000;border-radius:0px;font-size:12px;padding:6px 10px;margin:0;width:100%;font-weight:normal}.checkout_index_index .form-discount .actions-toolbar .primary button:hover,.checkout_index_index .form-discount .actions-toolbar .primary .cart.table-wrapper .actions-toolbar>.action:hover,.checkout_index_index .form-discount .actions-toolbar .primary .action-gift:hover{border:2px solid #000;color:black;background-color:white}.checkout_index_index .osc-addition-content-wrapper .checkout-comment-block{padding:20px 0 0 0 !important;border-top:1px solid #ccc;margin-bottom:0}.checkout_index_index .osc-place-order-wrapper .osc-place-order-block.checkout-comment-block{padding:0 !important;border:0px;margin-bottom:18px;margin-top:7px}.checkout_index_index .osc-place-order-block.checkout-addition-block{border-top:1px solid #ccc;margin-top:8px;margin-bottom:8px}.checkout_index_index .osc-place-order-block.checkout-addition-block>div:first-child{padding-top:22px}.checkout_index_index .osc-place-order-block.checkout-addition-block .gift-message{padding-right:0;padding-left:0}.checkout_index_index .osc-place-order-block.checkout-addition-block .gift-message .field .label{color:black}.checkout_index_index .osc-place-order-block.checkout-addition-block .gift-message .col-mp{padding:0}.checkout_index_index .osc-place-order-block{border:0;padding:0 !important}.checkout_index_index .osc-newsletter.field.choice.col-mp{padding:0}.checkout_index_index .osc-place-order-wrapper{padding:0}.checkout_index_index .osc-place-order-wrapper .osc-place-order-block{border:0;padding:0 !important;margin-bottom:16px}.checkout_index_index .osc-place-order-wrapper .osc-place-order-block .field{padding-left:0}.checkout_index_index .osc-place-order-wrapper .checkout-agreement{margin-bottom:0}.cart.table-wrapper .actions-toolbar>.action,.cart.table-wrapper .action-gift,.action-gift{font-family:'Roboto Mono';font-weight:normal;background-color:white;border:1px solid #000;border-radius:0}@media only screen and (max-width:767px){.checkout_index_index .header-banner-wrapper{margin-top:0}.checkout_index_index .page-main{padding-left:5px;padding-right:5px}.checkout_index_index .page-header{padding-top:0}.checkout_index_index.one-step-checkout-wrapper .minicart-items-wrapper td.a-left.product{padding-left:0px !important}.checkout_index_index.one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail{padding-left:0}}@media (max-width:767px){.checkout_index_index .page-wrapper{padding-top:20px !important}}.block-subtitle.filter-subtitle{display:none}.filter-options-content input[type=checkbox]{display:none}.filter-options-content label{display:inline-block;cursor:pointer;position:relative;padding-left:22px;text-transform:uppercase}.filter-options-content label:before{content:"";display:inline-block;width:10px;height:10px;position:absolute;left:0;bottom:5px;background-color:#fff;border:1px solid #000}.filter-options-content input[type=checkbox]:checked+label:before{content:"\2713";font-size:15px;color:#000;text-align:center;line-height:10px}.filter-options-content input[type=checkbox]:disabled+label{color:#c1c1c1}.filter-options-content input[type=checkbox]:disabled+label:before{border:1px solid #000;background-color:#eee}.filter-options-content input[type=checkbox]:disabled+.count{color:#c1c1c1}.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}.ln_slider_container{margin:0 0 25px}.ln_slider_container .filter-options-title{line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem;margin:0 0 10px;word-break:break-all}.ln_slider_container .ui-slider-horizontal{border:1px solid #000;border-radius:0;background:#fff;overflow:hidden;background:-moz-linear-gradient(left, #ededed 0%, #686868 100%);background:-webkit-gradient(linear, left top, right top, color-stop(0%, #ededed), color-stop(100%, #686868));background:-webkit-linear-gradient(left, #ededed 0%, #686868 100%);background:-o-linear-gradient(left, #ededed 0%, #686868 100%);background:-ms-linear-gradient(left, #ededed 0%, #686868 100%);background:linear-gradient(left, #ededed 0%, #686868 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#686868', GradientType=1)}.ln_slider_container .ui-slider-horizontal .ui-slider-handle{background:#000;border-radius:0}.ln_slider_container .ln_slider_text_price{display:inline-block;color:#7d7d7d}.ln_slider_container .minimum{float:left}.ln_slider_container .maximum{float:right}.mpproductlabel-label{position:absolute;z-index:8}.mpproductlabel-text-label{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);width:100%}@media screen and (max-width:1000px){.mpproductlabel-text-label{font-size:90%}}@media screen and (max-width:900px){.mpproductlabel-text-label{font-size:80%}}@media screen and (max-width:768px){.mpproductlabel-text-label{font-size:70%}}@media screen and (max-width:767px){.mpproductlabel-text-label{font-size:100%}}@media screen and (max-width:550px){.mpproductlabel-text-label{font-size:85%}}@media screen and (max-width:500px){.mpproductlabel-text-label{font-size:75%}}@media screen and (max-width:420px){.mpproductlabel-text-label{font-size:60%}}@media screen and (max-width:360px){.mpproductlabel-text-label{font-size:60%}}@media screen and (max-width:320px){.mpproductlabel-text-label{font-size:50%}}.fotorama--fullscreen .mpproductlabel-label{display:none !important}.fotorama--fullscreen #mpfotorama{overflow:unset !important;width:100% !important;height:100% !important}.mp-tooltip{display:inline-block;position:absolute;top:105%;left:40%;z-index:100}.mp-tooltip .mp-tooltiptext{word-break:break-word;visibility:hidden;width:120px;background-color:#EFF2FB;color:#1979C3;text-align:center;border-radius:6px;padding:5px;position:absolute;top:20%;z-index:1;left:100%;margin-left:-60px;opacity:0;transition:opacity .3s}.minicart-items-wrapper .mp-tooltip .mp-tooltiptext,#mini-cart .mp-tooltip .mp-tooltiptext{margin-left:-20px}.minicart-items-wrapper .mpproductlabel-label,#mini-cart .mpproductlabel-label{margin:0 !important}.minicart-items-wrapper .mpproductlabel-img-label,#mini-cart .mpproductlabel-img-label{margin:auto}@media only screen and (max-width:1024px){.mp-tooltip{left:60%}.mp-tooltip .mp-tooltiptext{width:70px}}.mpproductlabel-label:hover .mp-tooltiptext{visibility:visible;opacity:1}.rewardssocial-buttons{order:-2;font-size:11px;display:inline-block;width:100%;line-height:20px;margin-bottom:10px;z-index:2;position:relative}.rewardssocial-buttons>div{margin-bottom:5px}.rewardssocial-buttons #facebook-message,.rewardssocial-buttons #facebook-share-message,.rewardssocial-buttons #twitter-message,.rewardssocial-buttons #referral-message,.rewardssocial-buttons #pinterest-message{display:none;position:absolute;background:#333;padding:2px 5px;color:#fff;margin-top:-25px}.rewardssocial-buttons .buttons-facebook-like:hover #facebook-message{display:block}.rewardssocial-buttons .buttons-facebook-like .fb-like>span{width:80px !important;height:20px !important}.rewardssocial-buttons .buttons-facebook-like .fb-like>span iframe{width:100% !important;height:100% !important}.rewardssocial-buttons .buttons-pinterest-pin:hover #pinterest-message{display:block}.rewardssocial-buttons .buttons-twitter-like:hover #twitter-message{margin-top:-50px;display:block}.rewardssocial-buttons .buttons-referral-like>a{text-decoration:none;line-height:18px;border-radius:2px;padding:0px 3px;font-weight:bold;color:#333;font-size:11px;border:1px solid #ccc;background:#ffffff;background:-moz-linear-gradient(top, #fff 0%, #eaeaea 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eaeaea));background:-webkit-linear-gradient(top, #fff 0%, #eaeaea 100%);background:-o-linear-gradient(top, #fff 0%, #eaeaea 100%);background:-ms-linear-gradient(top, #fff 0%, #eaeaea 100%);background:linear-gradient(to bottom, #fff 0%, #eaeaea 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0)}.rewardssocial-buttons .buttons-referral-like:hover #referral-message{display:block}.rewardssocial-buttons .fb_iframe_widget{margin-right:10px;display:block;float:left}.rewardssocial-buttons .mst-rewardssocial-tweet{margin-right:10px;display:block;float:left}.rewardssocial-buttons .referral{display:block;float:left}.rewardssocial-buttons .status-message{float:left;margin-left:10px;color:#666}.rewardssocial-buttons .buttons-pinterest-pin>a{margin-right:10px;float:left}.rewards-notification-message{border-style:solid !important;border-width:1px !important;min-height:24px !important;padding:8px 8px 6px 32px !important;color:#3d6611;border-color:#446423;background-color:#eff5ea;margin-bottom:10px}.rewards-notification-message li{margin-top:2px}.rewards-social-buttons{display:inline-block;float:left}.rewards-social-buttons>.fb{position:relative;display:inline-block;margin-top:0px}.rewards-social-buttons>.tw{position:relative;display:inline-block;padding-top:15px}.rewards-social-buttons>.gp{position:relative;display:inline-block;margin-top:5px}.block-rewards-referral-list div.rewards-social-buttons{height:20px}.block-rewards-referral-list div.rewards-social-buttons div.tw{padding-top:0px;position:relative;top:-2px}.block-rewards-referral-list div.rewards-social-buttons div.fb{position:relative;top:-6px}div.rewardssocial-buttons div.buttons-pinterest-pin,div.rewardssocial-buttons div.buttons-twitter-like{height:20px}div.rewardssocial-buttons div.buttons-facebook-like,div.rewardssocial-buttons div.buttons-pinterest-pin,div.rewardssocial-buttons div.buttons-referral-like{float:left}div.rewardssocial-buttons div.buttons-twitter-like{float:left;margin-right:10px}div.rewardssocial-buttons div.buttons-twitter-like img{width:20px;height:20px}div.rewardssocial-buttons div.buttons-fb-share{float:left;margin-right:10px;height:20px !important}div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share{border-radius:3px;font-size:11px;height:20px;padding:0 10px 0 10px;background:#4267b2;border:0px solid #4267b2;color:#fff;cursor:pointer;font-family:Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;margin:0;-webkit-user-select:none;white-space:nowrap;display:inline-block;font-weight:bold}div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg{vertical-align:text-top}div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg img{margin-top:-10px}div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share .title{vertical-align:top}div.rewardssocial-buttons div.buttons-fb-share:hover #facebook-share-message{display:block;margin-top:-45px}.green{color:#1AA941}.red{color:#BB1212}.yellow{color:#bbaa00}.block-rewards-account-summary{margin-bottom:2rem !important;border:none}.block-rewards-account-summary .invite{background:url(../../frontend/DigitalVillage/lantinga/nl_NL/Mirasvit_Rewards/images/lending.png) no-repeat;background-size:contain;background-position:center;display:flex;justify-content:flex-end;height:100%}.block-rewards-account-summary .invite .column-referral{padding:150px 50px;background:#f4f4f4;opacity:0.9;border-radius:6px}.block-rewards-account-summary .unsubscribe{font-size:14px !important;padding-top:10px}.block-rewards-account-summary .block-title.earn.subtitle>strong{font-weight:bold !important}.block-rewards-account-summary .block-title.spend.subtitle>strong{font-weight:bold !important}.block-rewards-account-summary .mst-referral-widget{text-align:center}.block-rewards-account-summary .mst-referral-widget .block-title{font-size:34px !important}.block-rewards-account-summary .mst-referral-widget .block-content .block .block-content>span{font-size:20px}.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper{margin:2rem auto}.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper>strong{font-size:20px}.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set{text-align:right}.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set>button,.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set>.cart.table-wrapper .actions-toolbar>.action,.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set>.action-gift{background:#eeeeee;border:solid 1px #ccc}.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set>button>span,.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set>.cart.table-wrapper .actions-toolbar>.action>span,.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set>.action-gift>span{color:#41362f}.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .field-name-lastname{text-align:left}.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .field-name-lastname>span{font-size:20px;text-align:left}.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper>table>thead{padding-bottom:0}.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper>table>tbody>tr>td{border-top:none;padding:0 10px 6px}.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper>table>tbody>tr>td ::-webkit-input-placeholder{color:#cccccc}.block-rewards-account-summary .order-details-items .invitations{border:none}.rewards-notification-block{list-style-type:none;padding:0;background:#ecfdff}.rewards-notification-block>li{padding:1rem}.rewards-referral-link{font-weight:600}.link.rewards .counter{color:#7d7d7d;white-space:nowrap}.link.rewards .counter:before{content:"("}.link.rewards .counter:after{content:")"}.mst-rewards-logo{height:14px}.mst-rewards-account-amount-wrapper{display:flex;align-items:flex-end;margin-bottom:25px}.mst-rewards-account-amount-wrapper .mst-rewards-account-amount{display:flex;align-items:flex-end}.mst-rewards-account-amount-wrapper .mst-rewards-account-amount .points{font-size:36px;font-weight:bold;line-height:36px}.mst-rewards-account-amount-wrapper .mst-rewards-account-amount .unit{color:#6d6d6d;margin-left:5px}.mst-rewards-account-amount-wrapper .mst-rewards-account-amount>img{height:28px}.mst-rewards-account-amount-wrapper .mst-rewards-account-subtitle{font-size:16px;margin-bottom:10px;font-weight:600}.mst-rewards-account-amount-wrapper .mst-rewards-logo{height:36px;margin-left:15px}.form-discount .checkbox-group{margin-bottom:10px}.rewards-message-block{float:left;display:inline-block;width:100%}.rewards__checkout-cart-usepoints{margin-bottom:1.5rem}.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount{border:0;border-bottom:1px solid #c0c0c0}.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus{border-bottom:1px solid #000}.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus+label,.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:valid+label{top:-12px;font-size:12px}.rewards__checkout-cart-usepoints.magestore-onepagecheckout .button{background-color:black;color:white;margin:5px}.rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box{position:relative}.rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box label{position:absolute;top:5px;color:#898989}.rewards__checkout-cart-usepoints .input-box{position:relative}.rewards__checkout-cart-usepoints .input-box label{position:absolute;top:5px;left:3px;color:#898989}.rewards__checkout-cart-usepoints #points_amount:focus+label,.rewards__checkout-cart-usepoints #points_amount:valid+label{top:-18px;font-size:12px}.rewards__checkout-cart-usepoints .discount-form p{margin-bottom:15px}.rewards__checkout-cart-usepoints .discount-form .buttons-container{margin-top:5px}.rewards__checkout-cart-usepoints .discount-form .checkbox-group{clear:both;padding-top:10px}.rewards__checkout-cart-usepoints .amount{display:table;width:100%;margin-bottom:.5rem}.rewards__checkout-cart-usepoints .amount .field{display:table-cell}.rewards__checkout-cart-usepoints .amount .actions-toolbar{display:table-cell;vertical-align:top;width:1%}.rewards__checkout-cart-usepoints .amount .actions-toolbar button,.rewards__checkout-cart-usepoints .amount .actions-toolbar .cart.table-wrapper .actions-toolbar>.action,.rewards__checkout-cart-usepoints .amount .actions-toolbar .action-gift{border-bottom-left-radius:0;border-top-left-radius:0;margin:0 0 0 -1px;white-space:nowrap;width:auto}.rewards__checkout-cart-usepoints label.magestore-onestepcheckout-lab-fix{top:-2px !important;left:inherit;font-size:14px !important;color:#898989 !important}.rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix{padding:0 5px;width:105px;height:35px;background-color:black !important}.rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix span{color:white}.checkbox-group label span.checkout-rewards-all-block{position:inherit;margin-left:25px}.checkbox-group label span.checkout-rewards-all-block span{position:inherit;display:inline-block}.checkbox-group label span.checkout-rewards-all-block b{position:inherit}.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block{max-width:inherit !important}.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block .primary button,.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block .primary .cart.table-wrapper .actions-toolbar>.action,.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block .primary .action-gift{width:49% !important}.checkout-payment-method .payment-option-content .actions-toolbar.rewards-checkout-buttons-block{display:inline;width:inherit}.checkout-payment-method .payment-option-content .actions-toolbar.rewards-checkout-buttons-block .button{margin-right:10px}.catalog-product-view .rewards__product-points{display:inline-block;font-size:12px;color:#F96B25}.catalog-product-view .rewards__product-points .price{font-size:12px !important;line-height:1em !important}.product-items .product-item-info .rewards__product-points{font-size:12px;color:#000;margin-top:-10px}.product-items .product-item-info .rewards__product-points .price{font-size:12px;color:#F96B25}.rewards__product-earn-points.rewards__product-points .points-loader.loader{position:absolute;height:17px}.block-products-list .rewards__product-points{margin-top:-2rem;margin-bottom:2rem}.product-info-main .product-info-price{position:relative}.product-info-main .product-info-price .rewards__product-points .price{font-size:12px;color:#F96B25}.product-info-main .product-info-price .product-info-stock-sku .stock{margin-top:15px}#amasty-shopby-product-list .product-item-details .rewards__product-points,.widget-product-grid .product-item-details .rewards__product-points{display:block;width:100%;margin-top:0px;font-size:12px;color:#F96B25}#amasty-shopby-product-list .product-item-details .rewards__product-points .price,.widget-product-grid .product-item-details .rewards__product-points .price{font-size:12px;color:#F96B25}.block-referral{width:100%;text-align:center;margin-top:25px}.block-referral li{list-style-position:inside}.block-title.earn.subtitle{margin-top:25px;padding-top:10px}.block-content.dashed-border{border:1px dashed #ccc;padding:5px;margin-bottom:20px}.block-rewards-account-summary .table-wrapper.orders-recent{border:none}.rewards-account-share div.rewards-social-buttons{height:20px}.rewards-account-share div.rewards-social-buttons div.fb{top:0px !important;float:left}.rewards-account-share div.rewards-social-buttons div.fb .fb-like>span{height:20px !important}.rewards-account-share div.rewards-social-buttons div.fb .fb-like>span iframe{height:20px !important}.rewards-account-share div.rewards-social-buttons div.tw{top:0px !important;height:20px !important;float:left;margin-left:4px}.rewards-account__tiers{margin-bottom:3rem}.rewards-account__tiers .tier-progress-bar{margin-top:5rem;margin-bottom:5rem;margin-left:3rem;margin-right:3rem;position:relative;height:1.1rem;background:#ccc;border-radius:100px}.rewards-account__tiers .tier-progress-bar .points{width:auto;display:flex;justify-content:space-between}.rewards-account__tiers .tier-progress-bar .points .tier-point{width:2rem;height:2rem;background:#ccc;border-radius:100%;margin-top:-.5rem;position:relative;z-index:1}.rewards-account__tiers .tier-progress-bar .points .tier-point.closed{background:#fe5503}.rewards-account__tiers .tier-progress-bar .points .tier-point .tier-logo{position:absolute;left:50%;top:-6rem;color:#727272;margin-left:-1.5rem;width:3rem;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rewards-account__tiers .tier-progress-bar .points .tier-point .label{position:absolute;left:0;top:-3rem;color:#727272;font-weight:bold;font-size:1.2rem;margin-left:-4.5rem;width:11rem;text-align:center;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rewards-account__tiers .tier-progress-bar .points .tier-point .label[data-description]:hover{text-decoration:underline;cursor:pointer}.rewards-account__tiers .tier-progress-bar .points .tier-point .number{position:absolute;left:0;top:2.5rem;margin-left:-3rem;width:8rem;text-align:center}.rewards-account__tiers .tier-progress-bar .points .tier-point .number>span{display:inline-block;background:#fe5503;color:#fff;border-radius:12px;font-size:1.1rem;padding:.1rem .5rem;white-space:nowrap}.rewards-account__tiers .tier-progress-bar .closers{width:auto;display:flex;justify-content:space-between}.rewards-account__tiers .tier-progress-bar .closers .closer{position:absolute;left:0;top:.3rem;height:.5rem;padding:0 2px;box-sizing:border-box}.rewards-account__tiers .tier-progress-bar .closers .closer .progress{height:.5rem;background:#fe5503}.rewards-account__tiers .to-next{margin-top:.5rem;text-align:center;font-size:1.2rem;color:#666;margin-bottom:0}.rewards-account__tiers .to-next .open-popup{color:#727272;cursor:pointer}.apple-pay-button{display:inline-block;cursor:pointer;-webkit-appearance:-apple-pay-button;box-sizing:border-box;font-size:0 !important}.apple-pay-button>*{visibility:hidden}@supports (-webkit-appearance: -apple-pay-button){.apple-pay-button-with-text{display:inline-block;cursor:pointer;-webkit-appearance:-apple-pay-button;-apple-pay-button-type:buy}.apple-pay-button-with-text>*{visibility:hidden}.apple-pay-button-black-with-text{-apple-pay-button-style:black}.apple-pay-button-white-with-text{-apple-pay-button-style:white;cursor:pointer}.apple-pay-button-white-with-line-with-text{-apple-pay-button-style:white-outline}.apple-pay-button-color-black{-apple-pay-button-style:black}.apple-pay-button-color-white{-apple-pay-button-style:white}.apple-pay-button-color-white-outline{-apple-pay-button-style:white-outline}.apple-pay-button-text-buy{-apple-pay-button-type:buy}.apple-pay-button-text-donate{-apple-pay-button-type:donate}.apple-pay-button-text-plain{-apple-pay-button-type:plain}.apple-pay-button-text-book{-apple-pay-button-type:book}.apple-pay-button-text-check-out{-apple-pay-button-type:check-out}.apple-pay-button-text-subscribe{-apple-pay-button-type:subscribe}.apple-pay-button-text-add-money{-apple-pay-button-type:add-money}.apple-pay-button-text-contribute{-apple-pay-button-type:contribute}.apple-pay-button-text-order{-apple-pay-button-type:order}.apple-pay-button-text-reload{-apple-pay-button-type:reload}.apple-pay-button-text-rent{-apple-pay-button-type:rent}.apple-pay-button-text-support{-apple-pay-button-type:support}.apple-pay-button-text-tip{-apple-pay-button-type:tip}.apple-pay-button-text-top-up{-apple-pay-button-type:top-up}.mollie-applepay-minicart-button{width:100%;height:52px;margin-top:5px}}@supports not (-webkit-appearance: -apple-pay-button){.apple-pay-button-with-text{display:inline-flex;justify-content:center;font-size:12px;border-radius:5px;padding:0px;box-sizing:border-box;min-width:200px;min-height:32px;max-height:64px}.apple-pay-button-black-with-text{background-color:black;color:white}.apple-pay-button-white-with-text{background-color:white;color:black}.apple-pay-button-white-with-line-with-text{background-color:white;color:black;border:.5px solid #000}.apple-pay-button-with-text.apple-pay-button-black-with-text>.logo{background-image:-webkit-named-image(apple-pay-logo-white);background-color:black}.apple-pay-button-with-text.apple-pay-button-white-with-text>.logo{background-image:-webkit-named-image(apple-pay-logo-black);background-color:white}.apple-pay-button-with-text.apple-pay-button-white-with-line-with-text>.logo{background-image:-webkit-named-image(apple-pay-logo-black);background-color:white}.apple-pay-button-with-text>.text{font-family:-apple-system;font-size:1em;font-weight:300;align-self:center;margin-right:2px}.apple-pay-button-with-text>.logo{width:35px;height:100%;background-size:100% 60%;background-repeat:no-repeat;background-position:0 50%;margin-left:2px;border:none}}.mollie-applepay-button-hidden{display:none}.bundle-options-container{clear:both;margin-bottom:40px}.bundle-options-container .legend.title{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.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:18px;font-weight:700}.bundle-options-container .block-bundle-summary{background:#e8e8e8;padding:10px 20px}.bundle-options-container .block-bundle-summary>.title>strong{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.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{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;display:block}.bundle-options-container .block-bundle-summary .bundle.items>li{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-search{margin-bottom:0}.block-search .block-title{display:none}.block-search .block-content{margin-bottom:0}.block-search .label{text-decoration:none;display:inline-block;float:right}.block-search .label>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block-search .label:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:35px;line-height:33px;color:#8f8f8f;content:'\e615';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block-search .label:hover:before{color:#333}.block-search .label:active:before{color:#333}.block-search .label.active+.control input{position:static}.block-search .action.search{display:none}.block-search .control{border-top:1px solid #d1d1d1;clear:both;margin:0 -15px -1px;padding:0 15px}.block-search input{font-size:16px;left:-300%;margin:15px 0;position:absolute}.block-search .nested{display:none}.search-autocomplete{display:none;margin-top:-15px;overflow:hidden;position:absolute;z-index:3}.search-autocomplete ul{margin:0;padding:0;list-style:none none}.search-autocomplete ul li{border-top:1px solid #e5e5e5;cursor:pointer;margin:0;padding:5px 40px 5px 10px;position:relative;text-align:left;white-space:normal}.search-autocomplete ul li:not(:empty){border-top:0;border:1px solid #c2c2c2;background:#fff}.search-autocomplete ul li:first-child{border-top:none}.search-autocomplete ul li:hover,.search-autocomplete ul li.selected{background:#e8e8e8}.search-autocomplete ul li .amount{color:#999;position:absolute;right:7px;top:5px}.form.search.advanced .fields.range .field:first-child{position:relative}.form.search.advanced .fields.range .field:first-child .control{padding-right:25px}.form.search.advanced .fields.range .field:first-child .control:after{content:' \2013 ';display:inline-block;position:absolute;right:0;text-align:center;top:6px;width:25px}.form.search.advanced .fields.range .field:last-child{position:relative}.form.search.advanced .fields.range .field:last-child div.mage-error{left:0;position:absolute;top:32px}.form.search.advanced .fields.range .field.with-addon .control{padding-right:45px}.form.search.advanced .group.price .addon .addafter{background:none;border:0;padding-top:6px;position:absolute;right:0;top:0}.search.summary{margin-bottom:10px}.cart-summary{background:#f5f5f5;margin-bottom:25px;padding:1px 15px 25px}.cart-summary>.title{display:block;font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}.cart-summary .block{margin-bottom:0}.cart-summary .block .item-options{margin-left:0}.cart-summary .block .fieldset{margin:15px 0 25px 5px}.cart-summary .block .fieldset .field{margin:0 0 10px}.cart-summary .block .fieldset .field.note{font-size:12px}.cart-summary .block .fieldset .methods .field>.label{display:inline}.cart-totals{border-top:1px solid #d1d1d1;padding-top:10px}.cart-totals .table-wrapper{margin-bottom:0;overflow:inherit}.cart-totals .discount.coupon{display:none}.cart.table-wrapper .items thead+.item{border-top:1px solid #d1d1d1}.cart.table-wrapper .items>.item{border-bottom:1px solid #d1d1d1;position:relative}.cart.table-wrapper .col{padding-top:20px}.cart.table-wrapper .col.qty .input-text{margin-top:-5px}.cart.table-wrapper .item-actions td{padding-bottom:10px;text-align:center;white-space:normal}.cart.table-wrapper .item .col.item{display:block;min-height:75px;padding:25px 0 10px 75px;position:relative}.cart.table-wrapper .actions-toolbar>.action,.action-gift{display:inline-block;text-decoration:none;margin-bottom:10px;margin-right:10px}.cart.table-wrapper .actions-toolbar>.action:hover,.cart.table-wrapper .actions-toolbar>.action:active,.cart.table-wrapper .actions-toolbar>.action:focus,.action-gift:hover,.action-gift:active,.action-gift:focus{text-decoration:none}.cart.table-wrapper .actions-toolbar>.action:last-child,.action-gift:last-child{margin-right:0}.cart.table-wrapper .action.help.map{font-weight:400}.cart.table-wrapper .product-item-photo{display:block;left:0;max-width:60px;padding:0;position:absolute;top:15px;width:100%}.cart.table-wrapper .product-item-details{white-space:normal}.cart.table-wrapper .product-item-name{display:inline-block;font-weight:400;margin-top:-6px}.cart.table-wrapper .gift-registry-name-label:after{content:':'}.cart.table-wrapper .item-options{font-size:12px;margin-bottom:10px}.cart.table-wrapper .product-item-name+.item-options{margin-top:10px}.cart.table-wrapper .action.configure{display:inline-block;margin:0 0 20px}.cart-container .checkout-methods-items{margin-top:20px;text-align:center}.cart-container .checkout-methods-items .action.primary{width:100%}.cart-container .checkout-methods-items .item+.item{margin-top:20px}.cart-products-toolbar .toolbar-amount{margin:25px 0 15px;padding:0;text-align:center}.cart-products-toolbar .pages{margin:0 0 25px;text-align:center}.cart-products-toolbar .pages .items>.item{border-bottom:0}.cart-products-toolbar-top{border-bottom:1px solid #d1d1d1}.block.crosssell{margin-top:70px}.cart-tax-info+.cart-tax-total,.cart .cart-tax-info+.cart-tax-total{display:block}.cart.table-wrapper .col.price,.order-items.table-wrapper .col.price,.cart.table-wrapper .col.qty,.order-items.table-wrapper .col.qty,.cart.table-wrapper .col.subtotal,.order-items.table-wrapper .col.subtotal,.cart.table-wrapper .col.msrp,.order-items.table-wrapper .col.msrp{text-align:right}.block-minicart{display:none;color:#000}.block-minicart .usp-item{margin:1rem}.block-minicart .items-total{float:left;margin:0 10px}.block-minicart .items-total .count{font-weight:700}.block-minicart .subtotal{margin:0 10px;text-align:right}.block-minicart .subtotal .amount{display:inline}.block-minicart .amount .price-wrapper:first-child .price{font-weight:700}.block-minicart .subtitle{display:none}.block-minicart .subtitle.empty{display:block;font-size:14px;padding:10px 0 15px;text-align:center}.block-minicart .text.empty{text-align:center}.block-minicart .block-content{padding:10px 0 0 0}.block-minicart .block-content>.actions{margin-top:15px;text-align:center}.block-minicart .block-content>.actions>.primary{margin:0 10px 15px}.block-minicart .block-content>.actions>.primary .action.primary{display:block;margin-bottom:15px;width:100%}.block-minicart .block-content>.actions>.primary .action.primary:last-child{margin-bottom:0}.block-minicart .block-category-link,.block-minicart .block-product-link,.block-minicart .block-cms-link,.block-minicart .block-banners{margin:15px 0 0;text-align:center}.minicart-wrapper{display:inline-block;position:relative;float:right}.minicart-wrapper:before,.minicart-wrapper:after{content:'';display:table}.minicart-wrapper:after{clear:both}.minicart-wrapper .action.showcart{cursor:pointer;display:inline-block;text-decoration:none}.minicart-wrapper .action.showcart:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:35px;line-height:33px;color:#8f8f8f;content:'\e611';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-wrapper .action.showcart:hover:before{color:#333}.minicart-wrapper .action.showcart:active:before{color:#8f8f8f}.minicart-wrapper .action.showcart.active{display:inline-block;text-decoration:none}.minicart-wrapper .action.showcart.active:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:35px;line-height:33px;color:#8f8f8f;content:'\e611';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-wrapper .action.showcart.active:hover:before{color:#333}.minicart-wrapper .action.showcart.active:active:before{color:#8f8f8f}.minicart-wrapper .block-minicart{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:100%;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.minicart-wrapper .block-minicart li{margin:0}.minicart-wrapper .block-minicart li:hover{cursor:pointer}.minicart-wrapper .block-minicart:before,.minicart-wrapper .block-minicart:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.minicart-wrapper .block-minicart:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.minicart-wrapper .block-minicart:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.minicart-wrapper .block-minicart:before{left:10px;top:-12px}.minicart-wrapper .block-minicart:after{left:9px;top:-14px}.minicart-wrapper.active{overflow:visible}.minicart-wrapper.active .block-minicart{display:block}.minicart-wrapper .block-minicart{padding:25px 20px;right:0;width:320px}.minicart-wrapper .block-minicart .block-title{display:none}.minicart-wrapper .block-minicart:after{left:auto;right:25px}.minicart-wrapper .block-minicart:before{left:auto;right:26px}.minicart-wrapper .product .actions{float:right;margin:-4px 0 0;text-align:right;position:relative;z-index:2}.minicart-wrapper .product .actions>.primary{display:none}.minicart-wrapper .product .actions>.secondary{display:inline}.minicart-wrapper .action{color:#000}.minicart-wrapper .action:hover{color:#333}.minicart-wrapper .action.viewcart{display:block;margin-top:10px}.minicart-wrapper .action.close{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;height:40px;position:absolute;right:0;top:0;width:40px}.minicart-wrapper .action.close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-wrapper .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:32px;color:inherit;content:'\e616';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-wrapper .action.close:hover:before{color:inherit}.minicart-wrapper .action.close:active:before{color:inherit}.minicart-wrapper .action.close:focus,.minicart-wrapper .action.close:active{background:none;border:none}.minicart-wrapper .action.close:hover{background:none;border:none}.minicart-wrapper .action.close.disabled,.minicart-wrapper .action.close[disabled],fieldset[disabled] .minicart-wrapper .action.close{pointer-events:none;opacity:.5}.minicart-wrapper .action.showcart{white-space:nowrap}.minicart-wrapper .action.showcart .counter.qty{background:#e9e9e9;color:#fff;height:24px;line-height:24px;border-radius:2px;display:inline-block;margin:3px 0 0;min-width:18px;overflow:hidden;padding:0 3px;text-align:center;white-space:normal}.minicart-wrapper .action.showcart .counter.qty.empty{display:none}.minicart-wrapper .action.showcart .counter.qty .loader>img{max-width:24px}.minicart-wrapper .action.showcart .counter.qty .loading-mask{display:none}.minicart-wrapper .action.showcart .counter.qty._block-content-loading{display:none}.minicart-wrapper .action.showcart:before{content:''}@media (max-width:767px){.minicart-wrapper.active{width:60px}}.minicart-items-wrapper{border:1px solid #ccc;margin:0 -20px;border-left:0;border-right:0;overflow-x:auto;padding:15px;height:auto !important;max-height:350px}.minicart-items{margin:0;padding:0;list-style:none none}.minicart-items .product-item{padding:20px 0;border-bottom:1px solid #ccc}.minicart-items .product-item:first-child{padding-top:0}.minicart-items .product-item-pricing .price-container{float:right;margin:4px 0 0 0}.minicart-items .product-item-pricing .label{display:inline-block}.minicart-items .price-minicart{margin-bottom:5px}.minicart-items .product>.product-item-photo,.minicart-items .product>.product-image-container{float:left}.minicart-items .product .toggle{display:block;text-decoration:none;cursor:pointer;position:relative}.minicart-items .product .toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:16px;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-items .product .toggle:after{position:static;right:20px;top:0}.minicart-items .product.active>.toggle:after{content:'\e621'}.minicart-items .product-item-name{font-weight:400;margin:0 0 10px}.minicart-items .product-item-name a{color:#000}.minicart-items .product-item-name a:hover{color:#333}.minicart-items .product-item-details{padding-left:88px}.minicart-items .product-item-details .price{font-weight:700}.minicart-items .product-item-details .price-including-tax,.minicart-items .product-item-details .price-excluding-tax{margin:5px 0 0}.minicart-items .product-item-details .weee[data-label]{font-size:1.1rem}.minicart-items .product-item-details .details-qty{margin-top:10px}.minicart-items .product.options .tooltip.toggle{display:inline-block;text-decoration:none}.minicart-items .product.options .tooltip.toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-items .product.options .tooltip.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:inherit;content:'\e622';font-family:'icons-blank-theme';margin:-3px 0 0 7px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-items .product.options .tooltip.toggle .details{display:none}.minicart-items .item-qty{margin-right:10px;text-align:center;width:40px}.minicart-items .update-cart-item{font-size:1.1rem;vertical-align:top;border-radius:0;background:#000;color:#fff;font-weight:normal;margin:0 10px 0 0}.minicart-items .subtitle{display:none}.minicart-items .action.edit,.minicart-items .action.delete{display:inline-block;text-decoration:none}.minicart-items .action.edit>span,.minicart-items .action.delete>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-items .action.edit:before,.minicart-items .action.delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#303030;content:'\e606';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-items .action.edit:hover:before,.minicart-items .action.delete:hover:before{color:#303030}.minicart-items .action.edit:active:before,.minicart-items .action.delete:active:before{color:#303030}.minicart-items .action.delete:before{content:'\e604'}.minicart-container{float:right;margin:-7px 0 0 15px}.minicart-container a.showcart span.label{display:none;color:#fff;float:left;height:40px;line-height:41px;margin:0 10px 0 0}@media (min-width:768px){.minicart-container a.showcart span.label{display:block}}.minicart-container a.showcart span.icon{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:right;display:block;color:#000;width:60px;height:40px;background:url(../../frontend/DigitalVillage/lantinga/nl_NL/images/icon-cart.png) no-repeat center center;background-size:contain;text-align:center;padding:7px 0 0 9px;font-size:12px}.minicart-container a.showcart span.icon span{font-family:'mulibold'}.minicart-container a.showcart:before{display:none !important}.minicart-container a.showcart:hover{text-decoration:none}.checkout-container{margin:0 0 20px}.opc-wrapper{margin:0 0 20px}.opc-wrapper .step-content{margin:0 0 40px}.checkout-index-index .nav-sections,.checkout-index-index .nav-toggle{display:none}.checkout-index-index .logo{margin-left:0}.checkout-onepage-success .print{display:none}.opc-estimated-wrapper{border-bottom:1px solid #ccc;margin:0 0 15px;padding:18px 15px}.opc-estimated-wrapper .estimated-block{font-size:18px;font-weight:700;float:left}.opc-estimated-wrapper .estimated-block .estimated-label{display:block;margin:0 0 5px}.opc-estimated-wrapper .minicart-wrapper .action.showcart:before{color:#333}.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before{color:#555}.opc-progress-bar{margin:0 0 20px;counter-reset:i;font-size:0}.opc-progress-bar-item{margin:0 0 10px;display:inline-block;position:relative;text-align:center;vertical-align:top;width:50%}.opc-progress-bar-item:before{background:#e4e4e4;top:19px;content:'';height:7px;left:0;position:absolute;width:100%}.opc-progress-bar-item:first-child:before{border-radius:6px 0 0 6px}.opc-progress-bar-item:last-child:before{border-radius:0 6px 6px 0}.opc-progress-bar-item>span{display:inline-block;padding-top:45px;width:100%;word-wrap:break-word;color:#e4e4e4;font-weight:300;font-size:1.8rem}.opc-progress-bar-item>span:before,.opc-progress-bar-item>span:after{background:#e4e4e4;height:38px;margin-left:-19px;width:38px;border-radius:50%;content:'';left:50%;position:absolute;top:0}.opc-progress-bar-item>span:after{background:#fff;height:26px;margin-left:-13px;top:6px;width:26px;content:counter(i);counter-increment:i;color:#333;font-weight:600;font-size:1.8rem}.opc-progress-bar-item._active:before{background:#ff5501}.opc-progress-bar-item._active>span{color:#333}.opc-progress-bar-item._active>span:before{background:#ff5501}.opc-progress-bar-item._active>span:after{content:'\e610';font-family:'icons-blank-theme';line-height:1;font-size:2.8rem}.opc-progress-bar-item._complete{cursor:pointer}.opc-progress-bar-item._complete>span{color:#333}.opc-progress-bar-item._complete>span:after{content:'\e610';font-family:'icons-blank-theme';line-height:1;font-size:2.8rem}.field.choice .field-tooltip{display:inline-block;margin-left:10px;position:relative;top:-3px}.field.choice .field-tooltip-action{line-height:24px}.field._error .control input,.field._error .control select,.field._error .control textarea{border-color:#ed8380}.opc-wrapper .fieldset>.field>.label{font-weight:400}.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:#333}.field-tooltip .label{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{display:inline-block;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:24px;line-height:inherit;color:#bbb;content:'\e623';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.field-tooltip .field-tooltip-action:hover:before{color:#333}.field-tooltip .field-tooltip-action:before{padding-left:1px}._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:#333}.field-tooltip .field-tooltip-content{background:#f4f4f4;border:1px solid #999;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:#f4f4f4;left:-21px;top:12px;content:'';display:block;position:absolute;z-index:3}.field-tooltip .field-tooltip-content:before{border-right-color:#666}.field-tooltip .field-tooltip-content:after{border-right-color:#f4f4f4;width:1px;z-index:4}@media only screen and (max-width:768px){.field-tooltip .field-tooltip-content{left:auto;right:-10px;top:40px}.field-tooltip .field-tooltip-content::before,.field-tooltip .field-tooltip-content::after{border:10px solid transparent;height:0;left:auto;margin-top:-21px;right:10px;top:0;width:0}.field-tooltip .field-tooltip-content::before{border-bottom-color:#999}.field-tooltip .field-tooltip-content::after{border-bottom-color:#f4f4f4;top:1px}}.opc-wrapper .form-login,.opc-wrapper .form-shipping-address{margin-top:28px;margin-bottom:20px}.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;line-height:30px;margin:0 0 20px;padding:20px 35px 20px 20px;transition:.3s border-color;width:50%;display:inline-block;font-size:14px;position:relative;vertical-align:top;word-wrap:break-word}.opc-wrapper .shipping-address-item.selected-item{border-color:#ff5501}.opc-wrapper .shipping-address-item.selected-item:after{background:#ff5501;color:#fff;content:'\e610';font-family:'icons-blank-theme';height:27px;width:29px;font-size:27px;line-height:21px;padding-top:2px;position:absolute;right:0;text-align:center;top:0}.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{margin:20px 0 0}.table-checkout-shipping-method thead th{display:none}.table-checkout-shipping-method tbody td{border-top:1px solid #ccc;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 .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:#1979c3;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:1px solid #ccc;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:'icons-blank-theme';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:#333}.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:#f5f5f5;padding:22px 30px;margin:0 0 20px}.opc-block-summary>.title{display:block}.opc-block-summary .mark .value{color:#999;display:block}.opc-block-summary .discount.coupon{display:none}.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;white-space:normal}.opc-block-summary .items-in-cart>.title{border-bottom:1px solid #d1d1d1;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:30px;line-height:12px;color:inherit;content:'\e622';font-family:'icons-blank-theme';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:10px}.opc-block-summary .items-in-cart>.title strong{font-size:1.8rem;font-weight:300;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{margin:0 -15px 0 0;max-height:370px;padding:15px 15px 0 0;border:0}.column.main .opc-block-summary .product-item{margin:0;padding-left:0}.opc-block-summary .product-item .product-item-inner{display:table;margin:0 0 10px;width:100%}.opc-block-summary .product-item .product-item-name-block{display:table-cell;padding-right:5px;text-align:left}.opc-block-summary .product-item .subtotal{display:table-cell;text-align:right}.opc-block-summary .product-item .price{font-size:1.6rem;font-weight:400}.opc-block-summary .product-item .price-including-tax+.price-excluding-tax{margin:0}.opc-block-summary .product-item .price-including-tax+.price-excluding-tax .price{font-size:1rem}.opc-block-summary .actions-toolbar{position:relative;z-index:1}.opc-block-summary .actions-toolbar .secondary{border-top:1px solid #d1d1d1;display:block;float:none;margin:-1px 0 0;padding:15px 0 0;text-align:left}.opc-block-summary .actions-toolbar .secondary .action{margin:0}.authentication-dropdown{box-sizing:border-box}.authentication-dropdown .modal-inner-wrap{padding:25px}.authentication-wrapper{float:right;margin-top:-60px;max-width:50%;position:relative;z-index:1}._has-auth-shown .authentication-wrapper{z-index:900}.block-authentication .block-title{font-size:1.8rem;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:#fff;border:1px solid #c1c1c1;border-radius:50%;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{border-bottom:0;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+.payment-method .payment-method-title{border-top:1px solid #ccc}.checkout-payment-method .payment-method-title{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 .payment-group+.payment-group .step-title{margin:20px 0 0}.checkout-payment-method .field-select-billing,.checkout-payment-method .billing-address-form{max-width:600px}.checkout-payment-method .billing-address-same-as-shipping-block{margin:0 0 10px}.checkout-payment-method .checkout-billing-address{margin:0 0 20px}.checkout-payment-method .checkout-billing-address .primary .action-update{margin-right:0}.checkout-payment-method .checkout-billing-address .billing-address-details{line-height:27px;padding:0 0 0 23px}.checkout-payment-method .payment-method-note+.checkout-billing-address{margin-top:20px}.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 .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:1px solid #ccc;padding:20px 0}.checkout-payment-method .payment-option-title .action-toggle{color:#1979c3;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:32px;line-height:16px;color:#8f8f8f;content:'\e622';font-family:'icons-blank-theme';margin:0;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:#333}.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%)}.checkout-payment-method .credit-card-types .item._inactive{opacity:.4}.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}.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 .captcha .input-text,.checkout-payment-method .ccard .number .input-text{width:225px}.checkout-payment-method .ccard>.field.cvv>.control{padding-right:20px;width:auto}.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 .checkout-agreements{margin-bottom:20px}.checkout-agreements-block .checkout-agreement.field{display:-webkit-flex;display:-ms-flexbox;display:flex}.checkout-agreements-block .checkout-agreement.field.required label:after{content:none}.checkout-agreements-block .checkout-agreement.field.required .action-show:after{content:'*';color:#e02b27;font-size:1.2rem}.checkout-agreements-block .action-show{vertical-align:baseline}.checkout-agreements-items{padding-bottom:30px}.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}.contact-index-index .column:not(.sidebar-main) .form.contact{float:none;width:50%}.contact-index-index .column:not(.sidebar-additional) .form.contact{float:none;width:50%}.cart-summary .block.giftcard .action.check{line-height:1.2rem;padding:5px 8px;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}.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 .giftcard-account-info{margin:0 0 20px}.opc-wrapper .giftcard-account-info .giftcard-account-number{margin:0 0 10px}.gift-message .field{margin-bottom:20px}.gift-message .field .label{color:#666;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}.action-gift{display:inline-block;text-decoration:none}.action-gift:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:inherit;content:'\e622';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.action-gift:hover:after{color:inherit}.action-gift:active:after{color:inherit}.action-gift.active:after,.action-gift._active:after{content:'\e621'}.cart.table-wrapper .gift-content{box-sizing:border-box;clear:left;display:none;float:left;margin:10px 0 20px;text-align:left;width:100%}.cart.table-wrapper .gift-content._active{display:block}.gift-item-block{margin:0}.gift-item-block._active .title:after{content:'\e621'}.gift-item-block .title{border-radius:3px;background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;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}.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:'icons-blank-theme';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:#e2e2e2;border:1px solid #cdcdcd;color:#333}.gift-item-block .title:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.gift-item-block .title.disabled,.gift-item-block .title[disabled],fieldset[disabled] .gift-item-block .title{opacity:.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:1px 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:'icons-blank-theme';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:1px solid #d1d1d1;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%}.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:1px solid #d1d1d1}.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 .label{margin:0 0 5px;display:inline-block}.gift-wrapping .field{margin-bottom:10px}.gift-wrapping-info{font-weight:300;font-size:18px;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:'\e629';font-family:'icons-blank-theme';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 #333;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}.order-options .item{padding-bottom:20px}.order-options .product{margin-bottom:10px}.order-options .product-image-container{float:left;padding-right:10px}.order-options .gift-wrapping{margin-bottom:10px}.block.filter{margin-bottom:40px}.block.filter .filter-title{margin-bottom:20px}.block.filter .filter-title strong{font-size:18px}.block-subtitle{display:inline-block;margin-bottom:10px}.filter-current .item{margin-bottom:10px}.filter-current .filter-label{display:block;font-weight:700}.filter-current .filter-label:after{content:':'}.filter-current+.filter-actions{margin-bottom:30px}.filter-options{margin:0}.filter-options .filter-options-title{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem;margin:0 0 10px;word-break:break-all}.filter-options .filter-options-content{margin:0 0 25px}.filter-options .filter-options-content .item{margin-bottom:3px}.filter-options .count{color:#7d7d7d}.filter-options .count:before{content:'('}.filter-options .count:after{content:')'}.filtered .items{margin:15px 0}.filtered .item{margin-bottom:6px;padding-left:22px;position:relative}.filtered .item .label{font-weight:700}.filtered .item .action.remove{left:-6px;position:absolute;top:0}.filtered+.actions{margin-bottom:35px}.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:#c2c2c2;content:'\e61d';font-family:'icons-blank-theme';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{margin-right:35px;padding:0 0 0 35px}.block.newsletter .title{display:none}.block.newsletter .actions{display:table-cell;vertical-align:top;width:1%}.block.newsletter .action.subscribe{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.fotorama-video-container:after{background:url('../../frontend/DigitalVillage/lantinga/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/DigitalVillage/lantinga/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}.fotorama__product-video--loading:after{visibility:hidden}@media only screen and (min-device-width:320px) and (max-device-width:780px) and (orientation:landscape){.product-video{height:100%;width:81%}}.data.switch .counter{color:#7d7d7d}.data.switch .counter:before{content:'('}.data.switch .counter:after{content:')'}.rating-summary{overflow:hidden;white-space:nowrap}.rating-summary .rating-result{width:100px;display:inline-block;position:relative;vertical-align:middle}.rating-summary .rating-result:before{left:0;position:absolute;top:0;width:100%;z-index:1;-webkit-font-smoothing:antialiased;color:#c7c7c7;font-family:'icons-blank-theme';font-size:28px;height:28px;letter-spacing:-10px;line-height:28px;content:'\e605' '\e605' '\e605' '\e605' '\e605';display:block;font-style:normal;font-weight:normal;speak:none}.rating-summary .rating-result>span{display:block;overflow:hidden}.rating-summary .rating-result>span:before{position:relative;z-index:2;-webkit-font-smoothing:antialiased;color:#ff5501;font-family:'icons-blank-theme';font-size:28px;height:28px;letter-spacing:-10px;line-height:28px;content:'\e605' '\e605' '\e605' '\e605' '\e605';display:block;font-style:normal;font-weight:normal;speak:none}.rating-summary .rating-result>span span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.rating-summary .rating-result{margin-left:-5px}.product-reviews-summary .rating-summary .label,.table-reviews .rating-summary .label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.review-control-vote{overflow:hidden}.review-control-vote:before{color:#c7c7c7;font-family:'icons-blank-theme';font-size:28px;height:28px;letter-spacing:-10px;line-height:28px;font-style:normal;font-weight:normal;speak:none;vertical-align:top;-webkit-font-smoothing:antialiased;content:'\e605' '\e605' '\e605' '\e605' '\e605';display:block;position:absolute;z-index:1}.review-control-vote input[type="radio"]{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.review-control-vote input[type="radio"]:hover+label:before,.review-control-vote input[type="radio"]:checked+label:before{opacity:1}.review-control-vote label{cursor:pointer;display:block;position:absolute}.review-control-vote label span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.review-control-vote label:before{color:#ff5501;font-family:'icons-blank-theme';font-size:28px;height:28px;letter-spacing:-10px;line-height:28px;font-style:normal;font-weight:normal;speak:none;vertical-align:top;-webkit-font-smoothing:antialiased;opacity:0}.review-control-vote label:hover:before{opacity:1}.review-control-vote label:hover~label:before{opacity:0}.review-control-vote .rating-5{z-index:2}.review-control-vote .rating-5:before{content:'\e605' '\e605' '\e605' '\e605' '\e605'}.review-control-vote .rating-4{z-index:3}.review-control-vote .rating-4:before{content:'\e605' '\e605' '\e605' '\e605'}.review-control-vote .rating-3{z-index:4}.review-control-vote .rating-3:before{content:'\e605' '\e605' '\e605'}.review-control-vote .rating-2{z-index:5}.review-control-vote .rating-2:before{content:'\e605' '\e605'}.review-control-vote .rating-1{z-index:6}.review-control-vote .rating-1:before{content:'\e605'}.block.add.review{margin-bottom:40px}.block.add.review>.title{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.block.add.review .legend{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;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{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.block.reviews.list .review.item{margin-bottom:40px}.block.reviews.list .review.title{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;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}.product-reviews-summary{display:table;margin:10px 0 12px}.products.wrapper.list .product-reviews-summary{margin:0 auto}.product-reviews-summary.empty{margin-left:0}.product-reviews-summary .rating-summary{display:table-cell;left:-5px;position:relative;text-align:left;vertical-align:middle}.product-reviews-summary .reviews-actions{display:table-cell;line-height:28px;vertical-align:middle}.product-reviews-summary .reviews-actions a{margin-right:5px}.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{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;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-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:#f2f2f2;border:1px solid #cdcdcd;color:#333}.review-form .action.submit.primary:focus,.review-form .action.submit.primary:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.review-form .action.submit.primary:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.fieldset .review-legend.legend{margin-bottom:20px}.fieldset .review-legend.legend strong{display:block;margin-left:0}.review-field-rating .control{margin-bottom:48px;margin-top:10px}.review-list{margin-bottom:30px}.review-list .block-title strong{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.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{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;margin:0 0 20px}.review-content{margin-bottom:20px}.order-links{border-bottom:1px solid #d1d1d1;margin-bottom:10px}.order-links .item{display:inline-block;margin-right:20px}.order-actions-toolbar .action{margin:0 20px 0 0}.order-details-items{border-bottom:1px solid #d1d1d1;margin-bottom:20px;padding-bottom:10px}.order-details-items .order-title>strong{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;display:inline-block}.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:1px solid #d1d1d1}.order-details-items .item-options dt{margin:0}.order-details-items .item-options dd{margin:0 0 15px}.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-pager-wrapper .toolbar-amount{padding-top:3px}.order-pager-wrapper .pages-items .item:first-child,.order-pager-wrapper .pages-items .item:last-child{margin-right:0}.order-actions-toolbar{margin-bottom:25px}.order-actions-toolbar .action{margin-right:30px}.order-actions-toolbar .action.print{margin:0}.page-title-wrapper .order-date{margin:0 0 20px}.account .page-title-wrapper .page-title,[class^='sales-guest-'] .page-title-wrapper .page-title,.sales-guest-view .page-title-wrapper .page-title{margin-right:25px}.form-orders-search .field.email,.form-orders-search .field.zip{margin-bottom:0}.block-reorder .product-item .checkbox{position:relative;top:2px;vertical-align:baseline}.block-reorder .product-item .field.item{display:inline-block}.block-reorder .product-item-name{display:inline-block}.block-reorder .actions-toolbar{margin:17px 0;max-width:178px}.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:1px solid #d1d1d1;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}.swatch-attribute-label{font-weight:700;position:relative}.swatch-attribute-label.required{padding-right:10px}.swatch-attribute-label[data-required='1']:after{color:#e02b27;content:'*';font-size:14px;font-weight:700;position:absolute;right:-11px;top:-2px}.swatch-attribute-selected-option{color:#646464;padding-left:17px}.swatch-attribute-options{margin:10px 0}.swatch-attribute-options:focus{box-shadow:none}.swatch-attribute-options .swatch-option-tooltip-layered .title{color:#282828;bottom:-5px;height:20px;left:0;margin-bottom:10px;position:absolute;text-align:center;width:100%}.swatch-attribute.size .swatch-option,.swatch-attribute.manufacturer .swatch-option{background:#f0f0f0;color:#949494}.swatch-attribute.size .swatch-option.selected,.swatch-attribute.manufacturer .swatch-option.selected{background:#fff;border:1px solid #fff;color:#000}.swatch-option{border:1px solid #dadada;cursor:pointer;float:left;height:20px;margin:0 10px 5px 0;max-width:100%;min-width:30px;overflow:hidden;padding:1px 2px;position:relative;text-align:center;text-overflow:ellipsis}.swatch-option:focus{box-shadow:0 0 3px 1px #68a8e0}.swatch-option.text{background:#f0f0f0;color:#686868;font-size:12px;font-weight:700;line-height:20px;margin-right:7px;min-width:22px;padding:4px 8px}.swatch-option.text.selected{background-color:#fff}.swatch-option.selected{outline:2px solid #ff5501;border:1px solid #fff;color:#333}.swatch-option:not(.disabled):hover{border:1px solid #fff;color:#333;outline:1px solid #999}.swatch-option.image:not(.disabled):hover,.swatch-option.color:not(.disabled):hover{border:1px solid #fff;outline:2px solid #c34000}.swatch-option.disabled{box-shadow:unset;cursor:default;pointer-events:none}.swatch-option.disabled:after{background:linear-gradient(to left top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(to left top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 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%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 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%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 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%, #fff), color-stop(46%, #fff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #fff), color-stop(57%, #fff), 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%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);bottom:0;content:'';filter:'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';left:0;position:absolute;right:0;top:0}.swatch-option-disabled{border:0;cursor:default;outline:none !important}.swatch-option-disabled:after{-webkit-transform:rotate(-30deg);-ms-transform:rotate(-30deg);transform:rotate(-30deg);background:#e02b27;content:'';height:2px;left:-4px;position:absolute;top:10px;width:42px;z-index:995}.swatch-option-loading{content:url('../../frontend/DigitalVillage/lantinga/nl_NL/images/loader-2.gif')}.swatch-option-tooltip{border:1px solid #dadada;color:#949494;background:#fff;display:none;max-height:100%;min-height:20px;min-width:20px;padding:5px;position:absolute;text-align:center;z-index:999}.swatch-option-tooltip .corner,.swatch-option-tooltip-layered .corner{bottom:0;height:8px;left:40%;position:absolute}.swatch-option-tooltip .corner:before,.swatch-option-tooltip-layered .corner:before,.swatch-option-tooltip .corner:after,.swatch-option-tooltip-layered .corner:after{border-style:solid;content:'';font-size:1px;height:0;position:relative;width:0}.swatch-option-tooltip .corner:before,.swatch-option-tooltip-layered .corner:before{border-color:#adadad transparent transparent transparent;border-width:8px 8.5px 0 8.5px;left:0;top:2px}.swatch-option-tooltip .corner:after,.swatch-option-tooltip-layered .corner:after{border-color:#fff transparent transparent transparent;border-width:7px 7.5px 0 7.5px;left:-15px;top:1px}.swatch-option-tooltip .image,.swatch-option-tooltip-layered .image{display:block;height:130px;margin:0 auto;width:130px}.swatch-option-tooltip-layered{background:#fff;border:1px solid #dadada;color:#949494;display:none;left:-47px;position:absolute;width:140px;z-index:999}.swatch-option-tooltip .title{color:#282828;display:block;max-height:200px;min-height:20px;overflow:hidden;text-align:center}.swatch-option-link-layered{margin:0 !important;padding:0 !important;position:relative}.swatch-option-link-layered:focus>div{box-shadow:0 0 3px 1px #68a8e0}.swatch-option-link-layered:hover>.swatch-option-tooltip-layered{display:block}.swatch-opt{margin:20px 0}.swatch-opt-listing{margin-bottom:10px}.swatch-more{display:inline-block;margin:2px 0;padding:2px;position:static}.swatch-visual-tooltip-layered{height:160px;top:-170px}.swatch-textual-tooltip-layered{height:30px;top:-40px}.swatch-input{left:-1000px;position:absolute;visibility:hidden}.clearfix:after{clear:both;content:'';display:block;height:0;visibility:hidden}.block-collapsible-nav .content{background:#f5f5f5;padding:15px 0}.block-collapsible-nav .item{margin:3px 0 0}.block-collapsible-nav .item:first-child{margin-top:0}.block-collapsible-nav .item a,.block-collapsible-nav .item>strong{border-left:3px solid transparent;color:#575757;display:block;padding:5px 18px 5px 15px}.block-collapsible-nav .item a{text-decoration:none}.block-collapsible-nav .item a:hover{background:#e8e8e8}.block-collapsible-nav .item.current a,.block-collapsible-nav .item.current>strong{border-color:#ff5501;color:#000;font-weight:600}.block-collapsible-nav .item.current a{border-color:#ff5501}.block-collapsible-nav .item .delimiter{border-top:1px solid #d1d1d1;display:block;margin:10px 1.8rem}body{background-color:#fff}.page-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:100vh}.page-main{-webkit-flex-grow:1;flex-grow:1}.page-header{border-bottom:1px solid #d1d1d1;margin-bottom:20px}.header.content{padding-top:10px;position:relative}.logo{float:left;margin:0 0 10px 40px;max-width:50%;position:relative;z-index:5}.logo img{display:block;height:auto}.page-print .logo{float:none}.page-main>.page-title-wrapper .page-title+.action{margin-top:30px}.action.skip:focus{background:#f0f0f0;padding:10px;box-sizing:border-box;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:15}.action-skip-wrapper{height:0;position:relative}.message.global p{margin:0}.message.global.noscript,.message.global.cookie{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#ffee9c;border-color:#d6ca8e;color:#333;margin:0}.message.global.noscript a,.message.global.cookie a{color:#1979c3}.message.global.noscript a:hover,.message.global.cookie a:hover{color:#006bb4}.message.global.noscript a:active,.message.global.cookie a:active{color:#ff5501}.message.global.cookie{bottom:0;left:0;position:fixed;right:0;z-index:3}.message.global.cookie .actions{margin-top:10px}.message.global.demo{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#ff0101;border-color:none;color:#fff;margin-bottom:0;text-align:center}.message.global.demo a{color:#1979c3}.message.global.demo a:hover{color:#006bb4}.message.global.demo a:active{color:#ff5501}.page-footer{margin-top:auto}.footer.content{border-top:1px solid #d1d1d1;margin-top:25px;padding-bottom:25px;padding-top:25px}.footer.content .links>li{margin:0 0 8px}.footer.content .switcher-store{margin:0 0 30px}.footer .copyright,.footer .bugs{display:block;margin:20px 0 0}.page-header .panel.wrapper .switcher,.page-footer .switcher{margin-right:10px}.page-header .panel.wrapper .switcher .options,.page-footer .switcher .options{display:inline-block;position:relative}.page-header .panel.wrapper .switcher .options:before,.page-footer .switcher .options:before,.page-header .panel.wrapper .switcher .options:after,.page-footer .switcher .options:after{content:'';display:table}.page-header .panel.wrapper .switcher .options:after,.page-footer .switcher .options:after{clear:both}.page-header .panel.wrapper .switcher .options .action.toggle,.page-footer .switcher .options .action.toggle{padding:0;cursor:pointer;display:inline-block;text-decoration:none}.page-header .panel.wrapper .switcher .options .action.toggle>span,.page-footer .switcher .options .action.toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.page-header .panel.wrapper .switcher .options .action.toggle:after,.page-footer .switcher .options .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e622';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,.page-footer .switcher .options .action.toggle:hover:after{color:inherit}.page-header .panel.wrapper .switcher .options .action.toggle:active:after,.page-footer .switcher .options .action.toggle:active:after{color:inherit}.page-header .panel.wrapper .switcher .options .action.toggle.active,.page-footer .switcher .options .action.toggle.active{display:inline-block;text-decoration:none}.page-header .panel.wrapper .switcher .options .action.toggle.active>span,.page-footer .switcher .options .action.toggle.active>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.page-header .panel.wrapper .switcher .options .action.toggle.active:after,.page-footer .switcher .options .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e621';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,.page-footer .switcher .options .action.toggle.active:hover:after{color:inherit}.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,.page-footer .switcher .options .action.toggle.active:active:after{color:inherit}.page-header .panel.wrapper .switcher .options ul.dropdown,.page-footer .switcher .options ul.dropdown{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:160px;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.page-header .panel.wrapper .switcher .options ul.dropdown li,.page-footer .switcher .options ul.dropdown li{margin:0;padding:0}.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,.page-footer .switcher .options ul.dropdown li:hover{background:#e8e8e8;cursor:pointer}.page-header .panel.wrapper .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before,.page-header .panel.wrapper .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.page-header .panel.wrapper .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.page-header .panel.wrapper .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.page-header .panel.wrapper .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before{left:10px;top:-12px}.page-header .panel.wrapper .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{left:9px;top:-14px}.page-header .panel.wrapper .switcher .options.active,.page-footer .switcher .options.active{overflow:visible}.page-header .panel.wrapper .switcher .options.active ul.dropdown,.page-footer .switcher .options.active ul.dropdown{display:block}.page-header .panel.wrapper .switcher .options ul.dropdown a,.page-footer .switcher .options ul.dropdown a{display:block;padding:8px}.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,.page-footer .switcher .options ul.dropdown a:hover{text-decoration:none}.page-header .panel.wrapper .switcher li,.page-footer .switcher li{font-size:12px;margin:0}.page-header .panel.wrapper .switcher strong,.page-footer .switcher strong{font-weight:400}.widget{clear:both}.page-header .widget.block,.page-footer .widget.block{margin:20px 0}.ui-datepicker td{padding:0}.cookie-status-message{display:none}.minilist .weee{display:table-row;font-size:1.1rem}.minilist .weee:before{display:none}.price-container.weee:before{display:none}tr.reward-points{display:none}.products{margin:30px 0}.product-items{margin:0}.product-item{vertical-align:top}.products-grid .product-item{width:50%;display:inline-block}.product-item-name{font-family:"Multi",sans-serif;display:block;margin:5px 0;word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.product-item-name a:hover{text-decoration:none}.product-item-details{padding:0 10px}.product-item-info{max-width:100%}.page-products .product-item-info{width:240px;border:1px solid #575757;border-radius:10px}.product-item-description{min-height:40px}.product-item .product-reviews-summary .rating-summary{margin:0 4px 0 0}.product-item .product-reviews-summary .reviews-actions{margin-top:5px;text-transform:lowercase;font-size:12px}.product-item .product-reviews-summary .reviews-actions a{margin:0}.product-item .price-box{margin:10px 0 25px}.product-item .price-box .price{font-size:1.4rem;font-weight:bold}.product-item .special-price .price,.product-item .minimal-price .price{font-size:1.4rem;font-weight:bold}.product-item .special-price .price-wrapper,.product-item .minimal-price .price-wrapper{display:inline-block}.product-item .special-price .price-including-tax+.price-excluding-tax,.product-item .minimal-price .price-including-tax+.price-excluding-tax{display:block}.product-item .special-price{display:block}.product-item .old-price .price{font-weight:400}.product-item .minimal-price-link{margin-top:5px}.product-item .minimal-price-link .price-label{color:#1979c3;font-size:1.4rem}.product-item .minimal-price-link .price{font-weight:400}.product-item .minimal-price-link,.product-item .price-excluding-tax,.product-item .price-including-tax{white-space:nowrap;display:block}.product-item .price-from,.product-item .price-to{margin:0}.product-item .tocompare:before{content:'\e61f'}.product-item .tocart{white-space:nowrap}.column.main .product-item{padding-left:10px;padding-right:10px}.price-container .price{font-size:1.4rem}.price-container .price-including-tax+.price-excluding-tax,.price-container .weee{margin-top:5px}.price-container .price-including-tax+.price-excluding-tax,.price-container .weee,.price-container .price-including-tax+.price-excluding-tax .price,.price-container .weee .price,.price-container .weee+.price-excluding-tax:before,.price-container .weee+.price-excluding-tax .price{font-size:1.1rem}.price-container .weee:before{content:"(" attr(data-label) ": "}.price-container .weee:after{content:")"}.price-container .weee+.price-excluding-tax:before{content:attr(data-label) ": "}.products-list .product-item{display:table;width:100%}.products-list .product-item-info{display:table-row}.products-list .product-item-photo{width:1%;padding:0 30px 30px 0;vertical-align:top;display:table-cell}.products-list .product-item-details{vertical-align:top;display:table-cell}.catalog-category-view .columns .column.main{width:100% !important;padding-left:0px !important}.catalog-category-view .sidebar.sidebar-main{display:none !important}.catalog-product-view .product-item-info{border-radius:20px !important}.catalog-category-view .product-image-photo{border-radius:20px !important}.page-products .columns{position:relative;z-index:1}.toolbar-amount{display:block;line-height:26px;margin:0;padding:8px 0 0;vertical-align:middle}.products.wrapper~.toolbar .toolbar-amount{display:none}.toolbar-products{margin-bottom:40px;padding:0 10px;text-align:center}.toolbar-products .pages{display:none}.products.wrapper~.toolbar-products .pages{display:block}.toolbar-products .limiter .control{display:inline-block}.sorter{padding:4px 0 0}.products.wrapper~.toolbar .sorter{display:none}.sorter .sorter-action{position:relative;top:-2px}.sorter-options{margin:0 0 0 7px;width:auto}.sorter-action{vertical-align:top;display:inline-block;text-decoration:none}.sorter-action>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sorter-action:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:32px;color:#8f8f8f;content:'\e613';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.sorter-action:hover:before{color:#333}.sorter .sort-desc:before{content:'\e614'}.modes{display:none}.limiter-options{margin:0 5px 0 7px;width:auto}.limiter-label{font-weight:400}.page-products .toolbar .limiter{display:none}.fieldset .row .actions .butchery-club-button{margin:0 !important;padding:12px 15px !important;width:100% !important;border-radius:25px !important}.fieldset .row .actions .butchery-club-button:after{vertical-align:middle;content:none}.product-options-wrapper{margin-top:1rem}.fotorama__caption{display:none !important}.old-price,.old.price{text-decoration:line-through}.price-tier_price .price-including-tax+.price-excluding-tax:before{content:"(" attr(data-label) ": "}.price-tier_price .price-including-tax+.price-excluding-tax:last-child:after{content:")"}.price-tier_price .weee[data-label]{display:inline}.price-tier_price .weee[data-label] .price{font-size:1.1rem}.price-tier_price .weee[data-label]:before{content:" +" attr(data-label) ": "}.actual-price{font-weight:700}.category-image .image{max-width:100%;height:auto;display:block}.category-image,.category-description{margin-bottom:20px}.product-image-container{display:inline-block;max-width:100%}.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%}.product.media .placeholder .photo.container{max-width:100%}.product.media .notice{color:#7d7d7d;font-size:1.2rem;margin:10px 0}.product.media .product.thumbs{margin:20px 0 30px}.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 .active{display:block;line-height:1}.product.media .fotorama__stage__frame .fotorama__img{width:100%;max-height:none}.product.info.detailed{clear:both;margin-bottom:30px}.product.info.detailed .additional-attributes{width:auto}.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:4px 5px 10px 5px}.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:4px 30px 10px 0}.product-info-main .page-title-wrapper .page-title{margin-bottom:10px;line-height:1.42857143}.product-info-main .stock.available,.product-info-main .stock.unavailable{display:inline-block;font-weight:700;margin-right:20px;text-transform:uppercase;vertical-align:top}.product-info-main .product.attibute.sku{display:inline-block;vertical-align:top;color:#7d7d7d}.product-info-main .product.attibute.sku>.value{display:inline-block;vertical-align:top}.product-info-main .product.attibute.sku .type{margin-right:5px}.product-info-main .product.attibute.overview{margin:20px 0}.product-info-main .product.alert{margin:10px 0}.product-info-main .price-box{margin-top:10px}.product-info-main .product-reviews-summary .reviews-actions{font-size:1.4rem}.product-options-wrapper .fieldset-product-options-inner .legend{font-weight:700;margin:0 0 5px;font-size:1.4rem;border:none;display:inline-block;float:none;padding:0}.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}.product-info-main .price-box .price-including-tax+.price-excluding-tax,.product-options-bottom .price-box .price-including-tax+.price-excluding-tax,.product-info-main .price-box .weee+.price-excluding-tax,.product-options-bottom .price-box .weee+.price-excluding-tax,.product-info-main .price-box .weee,.product-options-bottom .price-box .weee{font-size:1.2rem;margin-bottom:5px;line-height:14px}.product-info-main .price-box .price-including-tax+.price-excluding-tax .price,.product-options-bottom .price-box .price-including-tax+.price-excluding-tax .price,.product-info-main .price-box .weee+.price-excluding-tax .price,.product-options-bottom .price-box .weee+.price-excluding-tax .price,.product-info-main .price-box .weee .price,.product-options-bottom .price-box .weee .price{font-size:1.2rem;font-weight:700}.product-info-main .price-box .price-wrapper .price,.product-options-bottom .price-box .price-wrapper .price{font-size:1.8rem;font-weight:700}.product-info-main .special-price,.product-options-bottom .special-price{display:block;margin:10px 0}.product-info-main .special-price .price-container,.product-options-bottom .special-price .price-container{font-size:1.4rem}.product-info-main .special-price .price-label+.price-wrapper,.product-options-bottom .special-price .price-label+.price-wrapper{display:inline-block}.product-info-main .old-price .price-label:after,.product-options-bottom .old-price .price-label:after,.product-info-main .special-price .price-label:after,.product-options-bottom .special-price .price-label:after{content:": "}.product-info-main .box-tocart,.product-options-bottom .box-tocart{margin:20px 0}.product-info-main .box-tocart .field.qty,.product-options-bottom .box-tocart .field.qty{padding-right:15px}.product-info-main .box-tocart .input-text.qty,.product-options-bottom .box-tocart .input-text.qty{width:52px;height:52px;text-align:center}.product-info-main .box-tocart .actions,.product-options-bottom .box-tocart .actions{text-align:center}.product-info-main .box-tocart .action.tocart,.product-options-bottom .box-tocart .action.tocart{margin-left:auto !important;border-radius:25px !important}.product-info-main .product-addto-links,.product-options-bottom .product-addto-links{margin:20px 0}.product-info-main .action.tocompare,.product-options-bottom .action.tocompare{vertical-align:top}.prices-tier{background:#f5f5f5;margin:10px 0;padding:10px 15px}.prices-tier .price-tier_price{display:inline-block}.prices-tier .price-including-tax,.prices-tier .price-excluding-tax,.prices-tier .weee{display:inline-block}.prices-tier .price-including-tax .price,.prices-tier .price-excluding-tax .price,.prices-tier .weee .price{font-size:1.4rem;font-weight:700}.ui-dialog-titlebar-close{line-height:1.42857143;margin:0;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline}.ui-dialog-titlebar-close:visited{color:#1979c3;text-decoration:none}.ui-dialog-titlebar-close:hover{color:#006bb4;text-decoration:underline}.ui-dialog-titlebar-close:active{color:#ff5501;text-decoration:underline}.ui-dialog-titlebar-close:hover,.ui-dialog-titlebar-close:active,.ui-dialog-titlebar-close:focus{background:none;border:0}.ui-dialog-titlebar-close.disabled,.ui-dialog-titlebar-close[disabled],fieldset[disabled] .ui-dialog-titlebar-close{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.block.related .action.select{margin:0 5px}.sidebar .product-items .product-item{margin-bottom:20px;position:relative}.sidebar .product-items .product-item-info{position:relative;width:auto}.sidebar .product-items .product-item-info .product-item-photo{position:absolute;left:0;top:0}.sidebar .product-items .product-item-name{margin-top:0}.sidebar .product-items .product-item-details{margin:0 0 0 85px}.sidebar .product-items .product-item-actions{display:block;margin-top:10px}.sidebar .product-items .price-box{display:block;margin:7px 0}.sidebar .product-items .text{margin-right:8px}.sidebar .product-items .counter{color:#7d7d7d;font-size:1.2rem;white-space:nowrap}.sidebar .product-items .minilist .price{display:inline;padding:0}.sidebar .product-items .minilist .weee:before{display:inline-block}.sidebar .action.delete{position:absolute;right:0;top:0}.sidebar .product-items-images{margin-left:-5px}.sidebar .product-items-images .product-item{float:left;padding-left:5px}.sidebar .product-items-names .product-item{margin-bottom:10px}.sidebar .product-items-names .product-item-name{margin:0}#custom-qty .input-group{display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex}#custom-qty .input-group button,#custom-qty .input-group .cart.table-wrapper .actions-toolbar>.action,#custom-qty .input-group .action-gift{background-color:#fff;border:1px solid #000;border-radius:0;font-size:1.8rem;line-height:1.8rem;height:100%;padding:0 .5rem}#custom-qty .input-group .input-group__button--decrease{border-right:0px}#custom-qty .input-group .input-group__button--increase{border-left:0px}#custom-qty .input-group input{margin:0;padding:0 !important;text-align:center !important}body.catalog-product-compare-index .action.print{float:right;margin:15px 0}.table-wrapper.comparison{clear:both;max-width:100%;overflow-x:auto}.table-comparison{table-layout:fixed}.table-comparison .cell.label,.table-comparison td:last-child{border-right:1px solid #d1d1d1}.table-comparison .cell{width:140px;padding:15px}.table-comparison .cell .attibute.value{width:100%;overflow:hidden}.table-comparison .cell.product.info,.table-comparison .cell.product.label{border-bottom:1px solid #d1d1d1}.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 .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:5px 8px;font-size:1.1rem}.table-comparison .product-addto-links .action.toggle{padding:0}.table-comparison .cell.remove{padding-top:0;padding-bottom:0;text-align:right}.table-comparison .product-item-actions>.actions-primary+.actions-secondary{margin-top:10px}.table-comparison .action.tocart{white-space:nowrap}.comparison.headings{background:#fff;left:0;position:absolute;top:0;width:auto;z-index:2}.block-compare .product-item .product-item-name{margin-left:22px}.block-compare .action.delete{position:absolute;left:-6px;top:0}.block-compare .actions-toolbar{margin:17px 0 0}.page-product-grouped .product-info-stock-sku{display:none}.catalog-product-view .product-reviews-summary,.catalog-product-view .product-social-links{display:none}.catalog-product-view #notice-cookie-block{display:none !important}.add-to-cart-popup h1{font-size:12px !important;color:#007000;font-family:'multibold',Verdana,sans-serif;font-weight:bolder !important;border-bottom:0px !important}.add-to-cart-popup button,.add-to-cart-popup .cart.table-wrapper .actions-toolbar>.action,.add-to-cart-popup .action-gift{float:right;background:#a50029;border-color:#a50029;font-family:'multi',Verdana,sans-serif}.add-to-cart-popup .bf-icon-checkmark{color:green;margin-right:10px}.continue-shopping-button{text-decoration:none;font-family:'multi',Verdana,sans-serif !important;border:2px solid #000 !important;text-align:center;color:#000 !important;font-size:16px !important;display:inline-block;border-radius:0 !important;padding:6px 15px;font-weight:400;transition:all .2s ease-in-out;margin-right:20px;background:white !important}.add-to-cart-popup{font-family:'multi',Verdana,sans-serif;max-width:900px;margin:auto}.add-to-cart-popup .modal-content{background-color:#ffffff;padding-left:55px;padding-bottom:25px;font-size:12px;border-bottom:1px solid #d3d3d3}.add-to-cart-popup .modal-header{background-color:#ffffff;padding-bottom:0px}.add-to-cart-popup .continue-checkout-button{color:white}.add-to-cart-popup .continue-checkout-button:hover{margin-top:0px}.continue-checkout-button span{font-size:12px !important}.continue-shopping-button span{font-size:12px !important}@media (max-width:567px){.add-to-cart-popup h1{font-size:10px !important}.modal-content{padding-left:30px !important}.add-to-cart-popup .continue-checkout-button{float:right}.add-to-cart-popup .modal-footer{padding-left:0.8rem !important;padding-right:1rem !important}}li.item.link.compare{display:none}.product-item .tocompare:before{display:none}a.action.tocompare span{font-size:10px}.catalog-product_compare-index .secondary-addto-links.actions-secondary{display:none}.catalog-product_compare-index .action.primary span{font-size:9px}.customer-account-create .field-dob .customer-dob input,.customer-account-edit .field-dob .customer-dob input{width:100% !important}.customer-account-create .field-dob .ui-datepicker-trigger,.customer-account-edit .field-dob .ui-datepicker-trigger{display:none}.customer-account-create #ui-datepicker-div,.customer-account-edit #ui-datepicker-div{background-color:#f7f7f7;z-index:100 !important;padding:1rem;border:1px solid rgba(255,0,0,0.3);border-radius:10px;display:none}.customer-account-create #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,.customer-account-edit #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next{display:none}.customer-account-create #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,.customer-account-edit #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev{display:none}.customer-account-create #ui-datepicker-div .ui-datepicker-calendar tbody tr td,.customer-account-edit #ui-datepicker-div .ui-datepicker-calendar tbody tr td{padding:8px 10px}.login-container .block-new-customer .actions-toolbar{margin-top:25px}.login-container .block .block-title{font-size:1.8rem}.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{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;line-height:26px}.fieldset .fullname.field>.label+.control{width:100%}.account .column.main h2{margin-top:0}.account .column.main .toolbar{text-align:center}.account .column.main .toolbar .limiter-options{width:auto}.account .sidebar-additional{margin-top:40px}.account .table-wrapper:last-child{margin-bottom:0}.account .table-wrapper .action{margin-right:15px}.account .table-wrapper .action:last-child{margin-right:0}.account-nav .content{background:#f5f5f5;padding:15px 0}.account-nav .item{margin:3px 0 0}.account-nav .item:first-child{margin-top:0}.account-nav .item a,.account-nav .item>strong{border-left:3px solid transparent;display:block;padding:5px 18px 5px 15px}.account-nav .item a{text-decoration:none}.account-nav .item a:hover{background:#e8e8e8}.account-nav .item.current a,.account-nav .item.current strong{border-color:#ff5501;font-weight:600}.account-nav .item.current a{border-color:#ff5501}.account-nav .item .delimiter{border-top:1px solid #d1d1d1;display:block;margin:10px 1.8rem}.column.main .block:last-child{margin-bottom:0}.block .title{margin-bottom:10px}.block .title strong{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem}.column.main .block .title strong{font-size:18px}.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;z-index:2}.password-strength-meter{background-color:#f4f4f4;height:32px;line-height:32px;padding:0 9px;position:relative;z-index:1}.password-strength-meter:before{content:'';height:100%;left:0;position:absolute;top:0;z-index:-1}.password-none .password-strength-meter:before{background-color:#f4f4f4;width:100%}.password-weak .password-strength-meter:before{background-color:#ffafae;width:25%}.password-medium .password-strength-meter:before{background-color:#ffd6b3;width:50%}.password-strong .password-strength-meter:before{background-color:#c5eeac;width:75%}.password-very-strong .password-strength-meter:before{background-color:#81b562;width:100%}.control.captcha-image{margin-top:10px}.control.captcha-image .captcha-img{vertical-align:middle}.abs-toggling-title-mobile:after,.block-collapsible-nav .title:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;line-height:inherit;color:inherit;content:'';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.abs-toggling-title-mobile:after,.block-collapsible-nav .title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1px;line-height:inherit;color:inherit;content:'';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.block-search{transition:width .05s ease-out}#search_autocomplete{display:none !important;height:0 !important;overflow:hidden !important}.block-search{z-index:10000}.mst-searchautocomplete__autocomplete{display:none;border:1px solid #c2c2c2;position:absolute;top:31px;left:0;box-sizing:border-box;background:#fff;border-radius:0 0 1px 1px;min-height:35px;z-index:1000}.mst-searchautocomplete__autocomplete._active{display:block}.mst-searchautocomplete__autocomplete .mst-searchautocomplete__close{display:none}.mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner{display:none;position:absolute;top:5px;left:50%;margin-left:-90px}.mst-searchautocomplete__autocomplete._loading .mst-searchautocomplete__spinner{display:block}.mst-searchautocomplete__autocomplete .mst-searchautocomplete__empty-result{background:#000;text-align:center;padding:8px 10px;color:#fff;font-size:1.2rem;display:block}.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all{background:#000;text-align:center}.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a{padding:8px 10px;color:#fff;font-size:1.2rem;display:block}.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title{background:#000;padding:8px 10px;text-align:right;font-size:1.2rem;line-height:1.2rem;color:#fff}.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title .total{font-weight:600}.mst-searchautocomplete__autocomplete ul{list-style:none;margin:0;padding:0}.mst-searchautocomplete__autocomplete ul li{margin:0;padding:.5rem 1rem;cursor:pointer}.mst-searchautocomplete__autocomplete ul li:before,.mst-searchautocomplete__autocomplete ul li:after{content:'';display:table}.mst-searchautocomplete__autocomplete ul li:after{clear:both}.mst-searchautocomplete__autocomplete ul li._active{background:#f5f5f5}.mst-searchautocomplete__autocomplete ul li .title{font-weight:300}.mst-searchautocomplete__autocomplete ul li a{color:#000;text-transform:none}.mst-searchautocomplete__autocomplete ul li a:hover{color:#333}.mst-searchautocomplete__index-recent .index-title{background:none;position:absolute;right:0;color:#999}.mst-searchautocomplete__item.magento_catalog_product{position:relative;height:8rem;overflow:hidden;padding-left:10rem}.mst-searchautocomplete__item.magento_catalog_product img{position:absolute;left:1rem;width:8rem;height:auto;margin:-0.9rem 0 0}.mst-searchautocomplete__item.magento_catalog_product a.title{display:flex;height:8rem;align-items:center;margin:0}.mst-searchautocomplete__item.magento_catalog_product .sku{font-size:1.2rem;color:#999;line-height:1.5rem;overflow:hidden;margin-bottom:0.5rem}.mst-searchautocomplete__item.magento_catalog_product .description{font-size:1.2rem;color:#999;height:3rem;line-height:1.5rem;overflow:hidden;margin-bottom:0.5rem}.mst-searchautocomplete__item.magento_catalog_product .price{display:block;float:right;font-weight:600}.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary{margin:0}.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary .reviews-actions{display:none}.mst-searchautocomplete__item.magento_catalog_product._active{background:#fff !important}.mst-searchautocomplete__item.magento_catalog_product._active a.title{text-decoration:none}.mst-searchautocomplete__item.magento_search_query .num_results{float:right}.mst-searchautocomplete__index.popular .index-title{background:none;text-align:left;color:#999}.mst-searchautocomplete__index.popular ul li{float:left;padding:.5rem 0 .5rem 1rem}.mst-searchautocomplete__index.popular ul li a{font-size:1.3rem}.mst-searchautocomplete__index.popular ul li:hover{background:none;cursor:pointer}.mst-searchautocomplete__index.popular ul li:hover a{text-decoration:none}.mst-searchautocomplete__highlight{font-weight:600}.ghost-button,.recipe-list .button a,.recipe-ingredients .primary,.ghost-button-light,.button-default,.action.primary:hover,.action.primary:active,.action.primary:focus,.button-dark,.button-checkout,.button-continue,.review-add .review-form-actions .primary .action,.post-list-wrapper .post-list .post-content .post-read-more,.customer-account-login .columns .action.primary,.customer-account-create .columns .action.primary,.account .action.primary,.checkout-cart-index .block-cart-failed .action.continue,.checkout-cart-index .cart-container .form-cart .action.continue,.checkout-cart-index button,.checkout-cart-index .cart.table-wrapper .actions-toolbar>.action,.checkout-cart-index .cart.table-wrapper .action-gift,.recipe-list .button a,.hero-block__action,.checkout-cart-index .cart.table-wrapper .actions-toolbar>.action,.checkout-cart-index .action-gift,.action.primary,.magestore-bannerslider-standard .text-container a,.cms-home .pbrow p>.button,.cms-home .pbrow p.button>.button,.customizer-list .button a,.customer-account-login .columns .action.primary,.customer-account-create .columns .action.primary,.account .action.primary,.checkout-cart-index .action-gift,.customizer-list .button a{text-decoration:none;border:2px solid #000;text-align:center;color:#000;font-size:16px;font-family:muliregular;display:inline-block;margin:18px 0 8px 0;background-color:transparent;border-radius:0px;padding:6px 15px;font-weight:normal}.ghost-button-hover,.ghost-button-light:hover,.ghost-button-light:active,.ghost-button-light:focus,.button-default:hover,.button-default:active,.button-default:focus,.button-dark:hover,.button-checkout:hover,.button-continue:hover,.button-dark:active,.button-checkout:active,.button-continue:active,.button-dark:focus,.button-checkout:focus,.button-continue:focus,.button-dark-hover,.hero-block__action:hover,.hero-block__action:active,.action.primary:hover,.action.primary:active,.action.primary:focus,.magestore-bannerslider-standard .text-container a:hover,.magestore-bannerslider-standard .text-container a:active,.cms-home .pbrow p.button>.button:hover,.cms-home .pbrow p.button>.button:active,.cms-home .pbrow p.button>.button:focus{background-color:#f5f5f5;border:2px solid #000;color:#000}.recipe-background{width:100%;background-size:cover;background-repeat:no-repeat;background-position:center center;margin:0;background-image:url('../../frontend/DigitalVillage/lantinga/nl_NL/images/thumbnail-recepten.jpg');max-height:450px}.print-background{display:none}.recipe-recipe-view .page-main{margin-top:0}.recipe-recipe-view .download,.recipe-recipe-view .social{text-transform:uppercase;width:100%;text-align:right;float:right;position:absolute;right:0}.recipe-recipe-view .download a,.recipe-recipe-view .social a{text-decoration:none;color:black}.recipe-recipe-view .download a:hover,.recipe-recipe-view .social a:hover,.recipe-recipe-view .download a:active,.recipe-recipe-view .social a:active,.recipe-recipe-view .download a:focus,.recipe-recipe-view .social a:focus{color:black}.recipe-recipe-view .download img,.recipe-recipe-view .social img{margin-bottom:-9px;margin-left:10px;width:24px}.recipe-recipe-view .download{margin:20px 0;position:static}@media (min-width:1200px){.recipe-recipe-view.page-layout-2columns-left .columns .sidebar-main,.recipe-recipe-view.page-layout-2columns-left .columns .sidebar-additional{width:38%}}.search-container{position:absolute;width:100%;top:230px;left:0;max-height:450px}.search-container .recipe-search{position:absolute;top:35%}.search-container .recipe-search .block-content{position:relative}.search-container select,.search-container input{background-color:white;margin-bottom:10px;border-radius:0px;border:#000 1px solid;height:42px}.search-container .action.search{top:50px}@media (min-width:768px){.search-container .recipe-search{top:45%}.search-container .recipe-search .block-content{width:480px}.search-container select,.search-container input{width:50%;float:left}.search-container select{border-right:none}.search-container .action.search{top:0}}.recipe-list .title h1{text-align:center;margin:5px 0 27px 0;font-size:32px}.recipe-list .title p{font-family:"My type of font",Verdana,sans-serif}.recipe-list .message{margin:20px 0}.recipe-list .thumbnail{margin-bottom:10px}.recipe-list .thumbnail img{width:100%}@media (max-width:480px){.recipe-list .thema-info{margin-top:3.4em}}@media (min-width:481px){.recipe-list .thema-info{margin-top:0.4em}}.recipe-list .thema-info p{font-size:18px;margin-bottom:27px}.recipe-list h2{font-family:"My type of font",Verdana,sans-serif;margin:0 0 2px 0;font-size:22px}.recipe-list .button{margin:0 0 40px 0}.recipe-list .button a:hover,.recipe-list .button a:active,.recipe-list .button a:focus{background-color:#f5f5f5;border:2px solid #000;color:#000}@media (min-width:768px){.recipe-list .title h1{margin:-5px 0 27px 0}}.recipe-recipe-view .columns{position:relative;margin-top:400px}.recipe-view.page-title-wrapper{text-align:center;overflow:hidden;background-repeat:no-repeat;background-size:cover;position:absolute;width:100%;top:180px;left:0;height:375px}.recipe-view .page-title{color:#fff;padding:50px 0}.recipe-view .page-title-wrapper{width:100%}.recipe-view h1{font-size:36px;text-transform:uppercase}.recipe-view h2,.recipe-view h3{font-family:"My type of font",Verdana,sans-serif;margin:25px 0 10px 0;font-weight:300;line-height:1.1;font-size:1.8rem}.recipe-view h2:first-child{text-transform:uppercase;font-size:28px;margin:32px 0 20px 0}@media (min-width:768px){.recipe-view.page-title-wrapper{margin:0 0 20px 0;top:auto}.recipe-view h1{text-align:center;width:350px;float:right}.recipe-view h2:first-child{margin:0 0 25px 0}}.recipe-ingredients *{box-sizing:border-box}.recipe-ingredients #validation-message-box{margin:0}.recipe-ingredients h3{margin:0 0 25px 0;font-size:21px;text-transform:uppercase;display:inline-block;font-family:"My type of font",Verdana,sans-serif}.recipe-ingredients .disabled{color:#84848a}.recipe-ingredients small{display:inline-block}.recipe-ingredients .unit{padding:8px 0}.recipe-ingredients .name{padding:8px 0px 8px 8px}.recipe-ingredients .price{width:72px;text-align:right;padding:8px 5px 8px 0}.recipe-ingredients .qty input{height:22px;padding:8px 2px;margin:0;width:40px}.recipe-ingredients .times{padding:8px 0}.recipe-ingredients .minus,.recipe-ingredients .plus{padding:8px 0;cursor:pointer}.recipe-ingredients .minus{padding:8px 3px 8px 0}.recipe-ingredients .plus{padding-right:4px}.recipe-ingredients .total{padding:8px 10px 8px 0}.recipe-ingredients .pull-right a,.recipe-ingredients .pull-left button,.recipe-ingredients .pull-left .cart.table-wrapper .actions-toolbar>.action,.recipe-ingredients .pull-left .action-gift{margin:20px 0 0 0}.recipe-ingredients .primary.light{margin-bottom:25px}.recipe-ingredients .primary.dark{color:white;margin-top:18px}.recipe-ingredients .primary:hover,.recipe-ingredients .primary:active,.recipe-ingredients .primary:focus{background-color:#f5f5f5;border:2px solid #000;color:#000}.recipe-ingredients .pull-right{text-align:right}@media (min-width:768px){.recipe-ingredients .pull-right{float:left !important}.recipe-ingredients .pull-right a{padding:7px 15px 7px 15px}}@media (max-width:400px){.recipe-ingredients #super-product-table{flex-flow:row wrap}.recipe-ingredients #super-product-table td{font-size:12px;flex:1 25%}.recipe-ingredients #super-product-table td.times{font-size:0px}.recipe-ingredients #super-product-table td.name{flex:1 100%;padding-right:15px;padding-left:5px}}.recipe-index-index .limiter{display:none}.recipe-index-index .pages a.page{color:black}.recipe-index-index .pages .items{float:right}.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 .products-grid .product-item{margin-left:2%;width:calc((100% - 2%) / 2)}.block.widget .products-grid .product-item:nth-child(2n + 1){margin-left: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}.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-cms-hierarchy-link.widget{display:block;margin-bottom:20px}.block-cms-hierarchy-link-inline.widget{margin:0}@media only screen and (max-width:1024px){.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}}@media only screen and (max-width:1023px){.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}}@media only screen and (max-width:767px){.abs-button-responsive-smaller,.product-info-main .box-tocart .actions .action.tocart{width:100%}.abs-visually-hidden-mobile-m{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-mobile-m:before,.abs-add-clearfix-mobile-m:after{content:'';display:table}.abs-add-clearfix-mobile-m:after{clear:both}.abs-icon-add-mobile{display:block;text-decoration:none}.abs-icon-add-mobile:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:10px;color:inherit;content:'\e61c';font-family:'icons-blank-theme';margin:0 5px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-toggling-title-mobile,.block-collapsible-nav .title{border-bottom:1px solid #d1d1d1;border-top:1px solid #d1d1d1;cursor:pointer;margin-bottom:0;padding:10px 40px 10px 15px;position:relative;display:block;text-decoration:none}.abs-toggling-title-mobile:after,.block-collapsible-nav .title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:inherit;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block-collapsible-nav .title:after{position:absolute;right:10px;top:0}.abs-toggling-title-mobile.active:after,.block-collapsible-nav .title.active:after{content:'\e621'}.abs-pager-toolbar-mobile .toolbar-amount,.abs-pager-toolbar-mobile .limiter,.abs-pager-toolbar-mobile .pages,.account .toolbar .toolbar-amount,.account .toolbar .limiter,.account .toolbar .pages{float:none;margin-bottom:25px}.abs-shopping-cart-items-mobile .actions,.cart-container .form-cart .actions{text-align:center}.cart-container .form-cart .action.update,.cart-container .form-cart .action.continue,.cart-container .form-cart .action.clear{margin:0 auto 10px}.cart-container .form-cart .action.update,.cart-container .form-cart .action.clear{display:block}.abs-checkout-tooltip-content-position-top-mobile,.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}.field-tooltip .field-tooltip-content:before,.field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;width:0;margin-top:-21px;right:10px;left:auto;top:0}.field-tooltip .field-tooltip-content:before{border-bottom-color:#999}.field-tooltip .field-tooltip-content:after{border-bottom-color:#f4f4f4;top:1px}.navigation,.breadcrumbs,.page-header .header.panel,.header.content,.footer.content,.page-main,.page-wrapper>.widget,.page-wrapper>.page-bottom,.block.category.event,.top-container{padding-left:15px;padding-right:15px}.account .page-main,.cms-privacy-policy .page-main{padding-top:41px;position:relative}.product.data.items{margin:0;padding:0}.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:#f0f0f0;border-bottom:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1;border-top:1px solid #d1d1d1;height:40px;padding:5px 20px 5px 20px;font-weight:600;line-height:40px;font-size:1.8rem;color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:visited{color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:hover{color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:active{color:#333;text-decoration:none}.product.data.items>.item.title:not(.disabled)>.switch:focus,.product.data.items>.item.title:not(.disabled)>.switch:hover{background:#fcfcfc}.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:#fff;color:#333;text-decoration:none;padding-bottom:5px}.product.data.items>.item.content{background:#fff;border:1px solid #d1d1d1;margin:0 0 5px;padding:20px 20px 20px 20px}.product.data.items .data.item{display:block}.product.data.items .item.title>.switch{padding:1px 15px 1px}.product.data.items>.item.content{padding:10px 15px 30px}.modal-popup.modal-slide{left:44px;z-index:900}.modal-popup.modal-slide._show .modal-inner-wrap{-webkit-transform:translateX(0);transform:translateX(0)}.modal-popup.modal-slide .modal-inner-wrap{height:100%;overflow-y:auto;position:static;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;width:auto}.modal-popup.modal-slide .modal-inner-wrap{margin:0;max-height:90vh}.custom-slide{bottom:0;left:0;min-width:0;position:fixed;right:0;top:0;visibility:hidden;opacity:0;-webkit-transition:visibility 0s .3s,opacity .3s ease;transition:visibility 0s .3s,opacity .3s ease;left:44px;z-index:900}.custom-slide._show{visibility:visible;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.custom-slide._show .modal-inner-wrap{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.custom-slide .modal-inner-wrap{background-color:#fff;box-shadow:0 0 12px 2px rgba(0,0,0,0.35);opacity:1;pointer-events:auto}.custom-slide._show .modal-inner-wrap{-webkit-transform:translateX(0);transform:translateX(0)}.custom-slide .modal-inner-wrap{height:100%;overflow-y:auto;position:static;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;width:auto}.custom-slide._show{-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto}.custom-slide .modal-inner-wrap{background-color:#f4f4f4;box-sizing:border-box;height:auto;min-height:100%}body._has-modal-custom{height:100vh;overflow:hidden;width:100vw}body._has-modal-custom .modal-custom-overlay{background-color:rgba(51,51,51,0.55)}.modal-popup{pointer-events:auto}.modal-popup.modal-slide .modal-inner-wrap[class]{background-color:#f4f4f4}.modal-popup.modal-slide._inner-scroll._show{-webkit-overflow-scrolling:touch;overflow-y:auto}.modal-popup.modal-slide._inner-scroll .modal-inner-wrap{height:auto;min-height:100%}.modal-popup .modal-title{font-size:14px;font-weight:700}.lac-notification{padding:5px 0}.lac-notification .lac-notification-icon{display:none}.lac-notification .lac-notification-text,.lac-notification .lac-notification-links{float:none;padding:5px 0;text-align:center}.pagebuilder-banner-wrapper{background-attachment:scroll !important}.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){max-width:none}.pagebuilder-column{background-attachment:scroll !important;flex-basis:100%;max-width:100%}.pagebuilder-column-group{flex-wrap:wrap}.pagebuilder-column-line{flex-wrap:wrap}[data-content-type='row'][data-appearance='contained'] [data-element='inner']{background-attachment:scroll !important}[data-content-type='row'][data-appearance='full-bleed']{background-attachment:scroll !important}[data-content-type='row'][data-appearance='full-width']{background-attachment:scroll !important}.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){max-width:none}[data-content-type='tab-item']{background-attachment:scroll !important}.pagebuilder-mobile-hidden{display:none !important}div[data-role='am-banners-lite']{order:-2}.checkout-container .opc-estimated-wrapper{margin-top:10px}.checkout-container .authentication-wrapper{margin-top:-12px}.tier-progress-bar .tier-point .label,.tier-progress-bar .tier-point .number,.tier-progress-bar .tier-point .tier-logo{display:none}.tier-progress-bar .tier-point:first-child .label,.tier-progress-bar .tier-point:last-child .label,.tier-progress-bar .tier-point:first-child .number,.tier-progress-bar .tier-point:last-child .number,.tier-progress-bar .tier-point:first-child .tier-logo,.tier-progress-bar .tier-point:last-child .tier-logo{display:block}.block-search .block-content{margin-bottom:0}.cart.table-wrapper{overflow:inherit}.cart.table-wrapper thead .col:not(.item){display:none}.cart.table-wrapper .col.qty,.cart.table-wrapper .col.price,.cart.table-wrapper .col.subtotal,.cart.table-wrapper .col.msrp{box-sizing:border-box;display:block;float:left;text-align:center;white-space:nowrap;width:33%}.cart.table-wrapper .col.qty[data-th]:before,.cart.table-wrapper .col.price[data-th]:before,.cart.table-wrapper .col.subtotal[data-th]:before,.cart.table-wrapper .col.msrp[data-th]:before{content:attr(data-th) ':';display:block;font-weight:700;padding-bottom:10px}.cart.table-wrapper .col.msrp{white-space:normal}.cart.table-wrapper .item .col.item{padding-bottom:0}.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}.checkout-payment-method .payment-methods{margin:0 -15px}.checkout-payment-method .step-title{padding-left:15px;padding-right:15px}.checkout-payment-method .payment-method-title{padding:15px}.checkout-payment-method .payment-method-content{padding:0 15px 20px}.checkout-payment-method .checkout-billing-address .action-cancel{margin-top:10px}.checkout-payment-method .payment-option{margin:0 -15px}.checkout-payment-method .payment-option .payment-option-title{padding:15px}.checkout-payment-method .payment-option .payment-option-content{padding:0 15px 20px}.contact-index-index .column:not(.sidebar-main) .form.contact{float:none;width:100%}.contact-index-index .column:not(.sidebar-additional) .form.contact{float:none;width:100%}.gift-options .actions-toolbar .action-update{font-size:2rem;padding:15px;width:100%}.gift-item-block{border-top:1px solid #c1c1c1;border-bottom:0}.cart.table-wrapper .gift-content{margin-right:-10px}.gift-wrapping{border-bottom:1px solid #c1c1c1;margin-bottom:20px;padding-bottom:10px}.gift-wrapping-list{width:100%}.gift-wrapping-preview img{width:100%}.item-actions .actions-toolbar .gift-options .gift-wrapping,.item-actions .actions-toolbar .gift-options .gift-message{display:block}.page-with-filter .columns .sidebar-main{-ms-flex-order:0;-webkit-order:0;order:0}.order-pager-wrapper .toolbar-amount{left:inherit;position:relative;text-align:center;top:inherit}.order-pager-wrapper .pages{text-align:center}.order-pager-wrapper .action.previous,.order-pager-wrapper .action.next{margin:0}.block-collapsible-nav{left:0;position:absolute;top:-21px;width:100%;z-index:5}.block-collapsible-nav .content{border-bottom:1px solid #d1d1d1;display:none}.block-collapsible-nav .content.active{display:block}.gallery-placeholder{min-height:calc(90vw)}.catalog-product-view .product-info-main .page-title-wrapper{padding-bottom:5px !important;margin-bottom:0px !important}.catalog-product-view .product-info-main .product.media{margin-bottom:0px !important}.catalog-product-view .column.main{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.catalog-product-view .product.media{-ms-flex-order:-1;-webkit-order:-1;order:-1}.block.related .action.select{margin:5px 0;display:block}.compare,.product-addto-links .action.tocompare,.product-item-actions .actions-secondary>.action.tocompare,[class*="block-compare"]{display:none}.login-container .fieldset:after{text-align:center}.account .messages{margin-bottom:0}.control.captcha-image .captcha-img{margin-bottom:10px;display:block}.customer-account-index .page-title-wrapper{position:relative}.form.search.advanced .field.price .with-addon .input-text{flex-basis:auto;width:100%}.sidebar .block-viewed-products-grid .products-grid .product-item{margin-left:2%;width:calc((100% - 2%) / 2)}.sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1){margin-left:0}.sidebar .block-viewed-products-grid .products-grid .product-item-photo{display:block;position:relative}.sidebar .block-viewed-products-grid .products-grid .product-item-details{margin:0}.sidebar .block-viewed-products-grid .products-grid .product-item-info{text-align:center}}@media only screen and (max-width:639px){.abs-visually-hidden-mobile,.table-giftregistry-items .col.product:before{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-mobile:before,.abs-add-clearfix-mobile:after,.abs-checkout-order-review tbody tr:before,.abs-checkout-order-review tbody tr:after,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,.table-giftregistry-items .col.product:before,.table-giftregistry-items .col.product:after,.account .toolbar:before,.account .toolbar:after{content:'';display:table}.abs-add-clearfix-mobile:after,.abs-checkout-order-review tbody tr:after,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,.table-giftregistry-items .col.product:after,.account .toolbar:after{clear:both}.abs-checkout-order-review tbody tr .product-item-name{margin:0}.abs-no-display-s,.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th{display:none}.abs-pager-toolbar-mobile-s .toolbar-amount,.abs-pager-toolbar-mobile-s .limiter,.abs-pager-toolbar-mobile-s .pages,.toolbar-giftregistry-results .toolbar-amount,.toolbar-giftregistry-results .limiter,.toolbar-giftregistry-results .pages{margin-bottom:25px}.table-wrapper{overflow-x:auto;overflow-y:hidden;width:100%;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch;position:relative}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison){border:none;display:block}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>thead>tr>th{display:none}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody{display:block}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr{display:block}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td,.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th{border-bottom:none;display:block;padding:5px 0}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td[data-th]:before,.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th[data-th]:before{padding-right:10px;content:attr(data-th) ': ';display:inline-block;color:#111;font-weight:700}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody>tr>td:first-child{padding-top:20px}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody>tr>td:last-child{padding-bottom:20px}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child{border:none;padding:0 0 5px}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot{display:block}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr{display:block}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td{padding-top:20px}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot th{box-sizing:border-box;float:left;padding-left:0;padding-right:0;text-align:left;width:70%}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot td{box-sizing:border-box;float:left;padding-left:0;padding-right:0;text-align:right;width:30%}.data-table-definition-list thead{display:none}.data-table-definition-list tbody th{padding-bottom:0}.data-table-definition-list tbody th,.data-table-definition-list tbody td{display:block;padding-left:0;padding-right:0}.checkout-payment-method .payment-option._collapsible.store-credit-add .payment-option-content{display:block}.block-search{margin-top:10px}.minicart-wrapper{margin-top:5px}.opc-wrapper .step-title{font-size:18px;border-bottom:0;padding-bottom:0}.opc-wrapper .form-login{border-bottom:1px solid #ccc;margin:0 0 15px;padding:0 0 15px}.opc-wrapper .shipping-address-item{border-bottom:1px solid #ccc;margin:0 0 15px;padding:0 0 15px;width:100%}.opc-wrapper .shipping-address-item.selected-item{padding:15px 35px 15px 18px;border-bottom-width:2px}.opc-wrapper .shipping-address-item.selected-item .edit-address-link{right:39px}.opc-wrapper .form-login,.opc-wrapper .form-shipping-address{margin-top:28px}.opc-wrapper .action-select-shipping-item{float:none;margin-top:10px;width:100%}.opc-wrapper .action-show-popup{width:100%}.opc-wrapper .edit-address-link{display:inline-block;text-decoration:none;margin:0;position:absolute;right:0;top:1px}.opc-wrapper .edit-address-link>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.opc-wrapper .edit-address-link:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#303030;content:'\e606';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.opc-wrapper .edit-address-link:hover:before{color:#303030}.opc-wrapper .edit-address-link:active:before{color:#303030}.shipping-policy-block.field-tooltip{margin-bottom:20px;position:relative;right:auto;top:auto}.shipping-policy-block.field-tooltip .field-tooltip-content{width:300px;right:auto}.shipping-policy-block.field-tooltip .field-tooltip-content:before,.shipping-policy-block.field-tooltip .field-tooltip-content:after{right:auto}.opc-block-shipping-information .shipping-information-title{font-size:2.3rem}.cart.table-wrapper .gift-content{border-bottom:1px solid #d1d1d1;margin-bottom:20px}.table-giftregistry-items .field.choice,.table-giftregistry-items .field.qty{display:inline-block}.form-giftregistry-search .fieldset{margin-bottom:15px}.account .order-details-items .table-order-items .product-item-name,.account .order-details-items .table-order-items .price-including-tax,.account .order-details-items .table-order-items .price-excluding-tax,.account .order-details-items .table-order-items .items-qty{display:inline-block;vertical-align:top}.account .toolbar .pages{float:right}.account .toolbar .limiter{clear:both}.order-details-items thead{display:block}.order-details-items thead tr,.order-details-items thead td{display:block}.table-wrapper .table.table-order-items tfoot td.order-pager-wrapper{width:100%}.order-items.table-wrapper .col.price,.order-items.table-wrapper .col.qty,.order-items.table-wrapper .col.subtotal,.order-items.table-wrapper .col.msrp{text-align:left}.products-list .product-item{table-layout:fixed}.products-list .product-item-photo{padding:0 10px 10px 0;width:30%}.account .column.main,.account .sidebar-additional{margin:0}}@media only screen and (max-width:479px){.tooltip.wrapper .tooltip.content{min-width:10rem}.amrelated-summary-content{justify-content:space-between;padding:15px}.amrelated-price-wrapper{margin:0;padding:15px 0}.amrelated-tocart-wrapper{margin:0}.minicart-wrapper .block-minicart{width:290px}.modal-popup .field-tooltip .field-tooltip-content{width:200px}}@media all and (min-width:640px){.abs-blocks-2columns-s{width:48.8%}.abs-reset-left-margin-desktop-s{margin-left:0}.abs-margin-for-forms-desktop-s{margin-left:25.8%}.abs-visually-hidden-desktop-s{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-desktop-s:before,.abs-add-clearfix-desktop-s:after{content:'';display:table}.abs-add-clearfix-desktop-s:after{clear:both}.abs-add-box-sizing-desktop-s{box-sizing:border-box}.ui-dialog.popup{width:420px}.amrelated-popup-container .amrelated-bundle-popup{margin:0 auto;max-width:initial;padding:0 0 13px;width:400px}.amrelated-popup-container .amrelated-info.-top{margin-top:15px}.review-form{max-width:500px}.review-ratings{float:left;margin-bottom:0;max-width:240px}.review-ratings~.review-content,.review-ratings~.review-details{margin-left:280px}.review-toolbar{margin:0 0 30px}.review-toolbar .pages{padding:30px 0}.fieldset .review-legend.legend{margin-bottom:30px}.review-item{padding:30px 0}.review-title{margin:0 0 30px}.products-grid .product-item{margin-bottom:30px}.product-item .saleable-block{float:right;width:100%}.products-grid .product-item-actions{margin:10px 0}.product-item-actions .actions-primary+.actions-secondary{display:table-cell;width:50%;padding-left:5px;white-space:nowrap}.product-item-actions .actions-primary+.actions-secondary>*{white-space:normal}.product-item-actions .actions-primary{display:table-cell}.products-grid .product-item{width:33.33333333%}.page-layout-1column .products-grid .product-item{width:33.33333333%}.page-layout-3columns .products-grid .product-item{width:33.33333333%}.page-products .products-grid .product-item{width:33.33333333%}.page-products.page-layout-1column .products-grid .product-item{width:33.33333333%}.page-products.page-layout-3columns .products-grid .product-item{width:33.33333333%}.product-items{border:none}.catalog-category-view .products .product-item .grouped-product-quickbuy.simple-product table{margin-bottom:-7px}.catalog-category-view .products .product-item .grouped-product-quickbuy.grouped table{margin-bottom:0}.page-products .product-item-info{width:100%}.block.widget .products-grid .product-item,.page-layout-1column .block.widget .products-grid .product-item,.page-layout-3columns .block.widget .products-grid .product-item{width:33.33333333%}.page-layout-1column .block.widget .products-grid .product-item{margin-left:2%;width:calc((100% - 4%) / 3)}.page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1){margin-left:0}}@media all and (min-width:768px),print{.abs-product-options-list-desktop dt,.block-giftregistry-shared .item-options dt{clear:left;float:left;margin:0 10px 5px 0}.block-giftregistry-shared .item-options dt:after{content:': '}.abs-product-options-list-desktop dd,.block-giftregistry-shared .item-options dd{display:inline-block;float:left;margin:0 0 5px;word-break:break-all}.abs-button-desktop{width:auto}.abs-blocks-2columns,[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,.sales-guest-view .column.main .block:not(.widget) .block-content .box,.login-container .block,.account .column.main .block:not(.widget) .block-content .box{width:48.8%}[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),.sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd),.login-container .block:nth-child(odd),.account .column.main .block:not(.widget) .block-content .box:nth-child(odd){clear:left;float:left}[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),.sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even),.login-container .block:nth-child(even),.account .column.main .block:not(.widget) .block-content .box:nth-child(even){float:right}.abs-reset-left-margin-desktop,.bundle-options-container .legend.title,.column.main .cart-summary .actions-toolbar,.cart.table-wrapper .item-actions .actions-toolbar,.gift-summary .actions-toolbar,.cart.table-wrapper .gift-summary .actions-toolbar,.column.main .block-giftregistry-shared-items .actions-toolbar{margin-left:0}.abs-action-remove-desktop,.abs-add-fields-desktop .fieldset .additional .action.remove,.form-giftregistry-share .fieldset .additional .action.remove,.form-giftregistry-edit .fieldset .additional .action.remove{margin-left:75.8%;top:6px}.form-giftregistry-share .fieldset .field:not(.choice) .control,.form-giftregistry-edit .fieldset .field:not(.choice) .control{width:50%}.abs-margin-for-forms-desktop,.fieldset .legend,.column:not(.sidebar-main) form .actions-toolbar,.column:not(.sidebar-additional) form .actions-toolbar,.login-container .fieldset:after{margin-left:25.8%}.abs-visually-hidden-desktop,.block-search .label,.block-collapsible-nav .title,.modes-label,.dashboard-welcome-toggler{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-desktop:before,.abs-add-clearfix-desktop:after,.abs-pager-toolbar:before,.abs-pager-toolbar:after,.cart-container:before,.cart-container:after,.block-giftregistry-shared .item-options:before,.block-giftregistry-shared .item-options:after,.gift-wrapping .nested:before,.gift-wrapping .nested:after,.table .gift-wrapping .content:before,.table .gift-wrapping .content:after,[class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,[class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,.sales-guest-view .column.main .block:not(.widget) .block-content:before,.sales-guest-view .column.main .block:not(.widget) .block-content:after,.header.content:before,.header.content:after,.page-header .header.panel:before,.page-header .header.panel:after,.login-container:before,.login-container:after,.account .column.main .block:not(.widget) .block-content:before,.account .column.main .block:not(.widget) .block-content:after,.block-addresses-list .items.addresses:before,.block-addresses-list .items.addresses:after,.toolbar-giftregistry-results:before,.toolbar-giftregistry-results:after,.account .toolbar:before,.account .toolbar:after{content:'';display:table}.abs-add-clearfix-desktop:after,.abs-pager-toolbar:after,.cart-container:after,.block-giftregistry-shared .item-options:after,.gift-wrapping .nested:after,.table .gift-wrapping .content:after,[class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,.sales-guest-view .column.main .block:not(.widget) .block-content:after,.header.content:after,.page-header .header.panel:after,.login-container:after,.account .column.main .block:not(.widget) .block-content:after,.block-addresses-list .items.addresses:after,.toolbar-giftregistry-results:after,.account .toolbar:after{clear:both}.abs-add-box-sizing-desktop,.column.main,.sidebar-main,.sidebar-additional{box-sizing:border-box}.abs-add-box-sizing-desktop-m,.opc-wrapper{box-sizing:border-box}.abs-revert-field-type-desktop .fieldset>.field,.abs-revert-field-type-desktop .fieldset .fields>.field,.product-add-form .fieldset>.field,.product-add-form .fieldset .fields>.field{margin:0 0 20px}.abs-revert-field-type-desktop .fieldset>.field:not(.choice)>.label,.abs-revert-field-type-desktop .fieldset .fields>.field:not(.choice)>.label,.product-add-form .fieldset>.field:not(.choice)>.label,.product-add-form .fieldset .fields>.field:not(.choice)>.label{box-sizing:content-box;float:none;width:auto;text-align:left;padding:0}.abs-revert-field-type-desktop .fieldset>.field:not(.choice)>.control,.abs-revert-field-type-desktop .fieldset .fields>.field:not(.choice)>.control,.product-add-form .fieldset>.field:not(.choice)>.control,.product-add-form .fieldset .fields>.field:not(.choice)>.control{float:none;width:auto}.abs-revert-field-type-desktop .fieldset>.field>.label,.abs-revert-field-type-desktop .fieldset .fields>.field>.label,.product-add-form .fieldset>.field>.label,.product-add-form .fieldset .fields>.field>.label{margin:0 0 5px;display:inline-block}.abs-revert-field-type-desktop .fieldset>.field.choice:before,.abs-revert-field-type-desktop .fieldset .fields>.field.choice:before,.abs-revert-field-type-desktop .fieldset>.field.no-label:before,.abs-revert-field-type-desktop .fieldset .fields>.field.no-label:before,.product-add-form .fieldset>.field.choice:before,.product-add-form .fieldset .fields>.field.choice:before,.product-add-form .fieldset>.field.no-label:before,.product-add-form .fieldset .fields>.field.no-label:before{display:none}.product-add-form .fieldset>.field:not(:first-child):last-of-type,.product-add-form .fieldset .fields>.field:not(:first-child):last-of-type{margin-bottom:0}.abs-no-display-desktop,.opc-estimated-wrapper,.sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous){display:none}.abs-pager-toolbar,.toolbar-giftregistry-results,.account .toolbar{margin-bottom:20px;position:relative}.abs-pager-toolbar .limiter,.toolbar-giftregistry-results .limiter,.account .toolbar .limiter{float:right;position:relative;z-index:1}.abs-pager-toolbar .toolbar-amount,.toolbar-giftregistry-results .toolbar-amount,.account .toolbar .toolbar-amount{float:left;line-height:normal;padding:7px 0 0;position:relative;z-index:1}.abs-pager-toolbar .pages,.toolbar-giftregistry-results .pages,.account .toolbar .pages{position:absolute;width:100%;z-index:0}.abs-shopping-cart-items-desktop,.cart-container .form-cart,.cart-container .cart-gift-item{float:left;position:relative;width:73%}.abs-shopping-cart-items-desktop .actions,.cart-container .form-cart .actions,.cart-container .cart-gift-item .actions{text-align:right}.cart-container .form-cart .action.clear,.cart-container .form-cart .action.update,.cart-container .cart-gift-item .action.clear,.cart-container .cart-gift-item .action.update{margin-left:10px}.cart-container .form-cart .action.continue,.cart-container .cart-gift-item .action.continue{float:left}h1,.product-info-detailed .content-title,.product-info-detailed h2,.product-info-detailed h3,#product-review-container .block-title strong{font-size:40px;margin-bottom:40px}.navigation,.breadcrumbs,.page-header .header.panel,.header.content,.footer.content,.page-wrapper>.widget,.page-wrapper>.page-bottom,.block.category.event,.top-container,.page-main{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1280px;padding-left:20px;padding-right:20px;width:auto}.page-main{width:100%}.columns{display:block}.column.main{min-height:300px}.page-layout-1column .column.main{width:100%;-ms-flex-order:2;-webkit-order:2;order:2}.page-layout-3columns .column.main{width:66.66666667%;display:inline-block;-ms-flex-order:2;-webkit-order:2;order:2}.page-layout-2columns-left .column.main{width:83.33333333%;float:right;-ms-flex-order:2;-webkit-order:2;order:2}.page-layout-2columns-right .column.main{width:83.33333333%;float:left;-ms-flex-order:1;-webkit-order:1;order:1}.sidebar-main{padding-right:2%}.page-layout-3columns .sidebar-main{width:16.66666667%;float:left;-ms-flex-order:1;-webkit-order:1;order:1}.page-layout-2columns-left .sidebar-main{width:16.66666667%;float:left;-ms-flex-order:1;-webkit-order:1;order:1}.page-layout-2columns-right .sidebar-main{width:16.66666667%;float:left;-ms-flex-order:1;-webkit-order:1;order:1}.page-layout-2columns-right .sidebar-main{padding-left:2%;padding-right:0}.sidebar-additional{clear:right;padding-left:2%}.page-layout-3columns .sidebar-additional{width:16.66666667%;float:right;-ms-flex-order:3;-webkit-order:3;order:3}.page-layout-2columns-left .sidebar-additional{width:16.66666667%;float:right;-ms-flex-order:2;-webkit-order:2;order:2}.page-layout-2columns-right .sidebar-additional{width:16.66666667%;float:right;-ms-flex-order:2;-webkit-order:2;order:2}.page-layout-2columns-left .main{padding-left:2%}.page-layout-2columns-left .sidebar-additional{clear:left;float:left;padding-left:0}.panel.header{padding:10px 20px}.fieldset>.field{margin:0 0 20px;box-sizing:border-box;margin:0 0 29px}.fieldset>.field>.label{margin:0}.fieldset>.field:before,.fieldset>.field:after{content:'';display:table}.fieldset>.field:after{clear:both}.fieldset>.field.choice:before,.fieldset>.field.no-label:before{padding:6px 15px 0 0;width:25.8%;box-sizing:border-box;content:' ';float:left;height:1px}.fieldset>.field .description{padding:6px 15px 0 0;text-align:right;width:25.8%;box-sizing:border-box;float:left}.fieldset>.field:not(.choice)>.label{padding:6px 15px 0 0;text-align:right;width:25.8%;box-sizing:border-box;float:left}.fieldset>.field:not(.choice)>.control{width:74.2%;float:left}.product.data.items{position:relative;z-index:1}.product.data.items:before,.product.data.items:after{content:'';display:table}.product.data.items:after{clear:both}.product.data.items>.item.title{float:left;width:auto}.product.data.items>.item.title>.switch{height:20px;display:block;position:relative;z-index:2}.product.data.items>.item.content{margin-top:20px;box-sizing:border-box;float:right;margin-left:-100%;width:100%}.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 5px 0 0}.product.data.items>.item.title>.switch{font-weight:600;line-height:20px;font-size:1.4rem;color:#7d7d7d;text-decoration:none;background:#f0f0f0;border:1px solid #d1d1d1;border-bottom:none;height:20px;padding:5px 20px 5px 20px}.product.data.items>.item.title>.switch:visited{color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:hover{color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:active{color:#333;text-decoration:none}.product.data.items>.item.title:not(.disabled)>.switch:focus,.product.data.items>.item.title:not(.disabled)>.switch:hover{background:#fcfcfc}.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:#fff;color:#333;text-decoration:none}.product.data.items>.item.title.active>.switch,.product.data.items>.item.title.active>.switch:focus,.product.data.items>.item.title.active>.switch:hover{padding-bottom:6px}.product.data.items>.item.content{background:#fff;margin-top:31px;padding:20px 20px 20px 20px;border:0;border-top:1px solid #d1d1d1}.actions-toolbar:before,.actions-toolbar:after{content:'';display:table}.actions-toolbar:after{clear:both}.actions-toolbar .primary{float:left}.actions-toolbar .secondary{float:right}.actions-toolbar .primary,.actions-toolbar .secondary{display:inline-block}.actions-toolbar .primary a.action,.actions-toolbar .secondary a.action{display:inline-block}.actions-toolbar .primary .action{margin:0 5px 0 0}.actions-toolbar .secondary a.action{margin-top:6px}.actions-toolbar>.primary,.actions-toolbar>.secondary{margin-bottom:0}.actions-toolbar>.primary .action,.actions-toolbar>.secondary .action{margin-bottom:0;width:auto}.modal-popup.modal-slide .modal-footer{border-top:1px solid #c1c1c1;text-align:right}.pagebuilder-mobile-only{display:none !important}.am-widget-categories-3 .am-widget-category{width:50%}.amrelated-cart-bundle{padding:0;width:73%}.amrelated-pack-wrapper .amrelated-content-wrapper{background:#fff;flex-wrap:nowrap;margin-top:15px;padding-top:0;position:unset}.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child){border-bottom:none}.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount{font-size:12px}.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount .price{font-weight:400}.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal{display:flex;font-size:50px;line-height:100px;padding:10px 5px;text-align:center}.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus{color:#1979c3}.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal{color:#e9f6ff}.amrelated-pack-wrapper .amrelated-title:after{content:none !important}.amrelated-content-wrapper .amrelated-pack-list{max-width:79%;width:unset}.amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item.-main{display:block}.amrelated-pack-list.-wide{flex-wrap:nowrap;justify-content:space-between}.amrelated-pack-list.-wide .amrelated-pack-items{flex-wrap:nowrap;justify-content:space-around}.amrelated-pack-list.-narrow .amrelated-plus,.amrelated-pack-list.-narrow+.amrelated-equal{display:block;line-height:100px}.amrelated-equal.-second-row{align-self:center;margin-bottom:18px}.amrelated-pack-list.-second-row{border-right:3px solid #e9f6ff}.amrelated-pack-item .amrelated-details{display:block}.amrelated-pack-item.-wide,.amrelated-pack-item.-narrow{min-width:120px;padding:10px;text-align:center;width:14%}.amrelated-pack-item.-wide .amrelated-info,.amrelated-pack-item.-narrow .amrelated-info{display:block}.amrelated-pack-item.-wide .amrelated-details,.amrelated-pack-item.-narrow .amrelated-details{margin-left:0}.amrelated-pack-item.-wide .amrelated-photo-container,.amrelated-pack-item.-narrow .amrelated-photo-container{margin:0 auto 10px}.amrelated-pack-item.-main{background:transparent}.amrelated-content-wrapper .amrelated-summary-content{display:block;margin-top:16px;padding:0;position:relative;width:180px}.amrelated-content-wrapper .amrelated-summary-content .amrelated-discount{padding:5px;right:unset}.amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper{border:3px dashed #e9f6ff;border-bottom:none;box-sizing:border-box;height:95px;margin:0;width:100%}.amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper{margin-right:0}.amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action{width:100%}.amrelated-summary-content.-second-row{align-self:center}.amrelated-pack-list.-wide .amrelated-pack-items{position:relative}.amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background{background:#e9f6ff;box-shadow:0 20px 0 -10px #f9f9f9;display:block;height:100%;left:0;opacity:1;position:absolute;top:0;transition:all .3s ease;width:0;z-index:2}.amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background.rtl{left:unset;right:0}.amrelated-pack-list.-wide .amrelated-pack-items .amrelated-info,.amrelated-pack-list.-wide .amrelated-pack-items .amrelated-plus,.amrelated-pack-list.-wide .amrelated-pack-items .amrelated-pack-item{z-index:2}.amrelated-pack-item.-wide{padding:30px 0}.amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background{opacity:1;width:100%}.amrelated-popup-container .amrelated-bundle-popup{max-width:initial;min-width:700px}.amrelated-popup-container .amrelated-bundle-popup .amrelated-product-info{margin-top:60px;min-height:450px}.amrelated-product-info .amrelated-info.-top{float:right;margin:0;width:50%}.amrelated-product-info .amrelated-info.-bottom{clear:both;float:right;margin-bottom:20px;width:50%}.amrelated-product-info .amrelated-info.-top,.amrelated-product-info .amrelated-info.-bottom{box-sizing:border-box;padding:0 20px 0 0}.amrelated-info.-top .amrelated-title{font-size:24px;margin-bottom:10px}.amrelated-info.-top .product-reviews-summary{margin-bottom:10px}.amrelated-info.-top .product-reviews-summary .action{margin-left:10px}.amrelated-info.-bottom .amrelated-description{font-size:14px;margin:5px 0 0}.amrelated-info.-bottom .product-add-form{margin:0;padding:0}.amrelated-product-info .amrelated-image-container{border:0;box-sizing:border-box;left:0;margin:0;padding:0 25px;position:absolute;width:50%}.amrelated-product-info .amrelated-image-container>.product-item-photo{border:0;width:100%}.amrelated-product-info .amrelated-image-container .product-image-container{border:1px solid #b2b2b2}.amrelated-products-block{margin-left:27px;margin-right:27px}.amstorecredit-pager .limiter{float:right}.mollie-product-page-apple-pay-button{margin-bottom:0;margin-right:1%;width:49%}.bundle-options-container .bundle-options-wrapper,.bundle-options-container .product-options-wrapper{float:left;width:57%}.bundle-options-container .block-bundle-summary{float:right;position:relative;width:40%}.page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,.page-layout-2columns-left .bundle-options-container .block-bundle-summary,.page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,.page-layout-2columns-right .bundle-options-container .block-bundle-summary,.page-layout-3columns .bundle-options-container .bundle-options-wrapper,.page-layout-3columns .bundle-options-container .block-bundle-summary{width:48%}.block-search{float:right;padding-left:15px;position:relative;width:250px;z-index:4}.block-search .control{border-top:0;margin:0;padding:0 0 25px}.block-search .nested{display:block;padding-top:5px;position:absolute}.block-search input{margin:0;padding-right:35px;position:static}.block-search input::-webkit-input-placeholder{color:#c2c2c2}.block-search input:-moz-placeholder{color:#c2c2c2}.block-search input::-moz-placeholder{color:#c2c2c2}.block-search input:-ms-input-placeholder{color:#c2c2c2}.block-search .action.search{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;padding:5px 0;position:absolute;right:10px;top:0;z-index:1}.block-search .action.search>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block-search .action.search:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:#8f8f8f;content:'\e615';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block-search .action.search:hover:before{color:inherit}.block-search .action.search:active:before{color:inherit}.block-search .action.search:focus,.block-search .action.search:active{background:none;border:none}.block-search .action.search:hover{background:none;border:none}.block-search .action.search.disabled,.block-search .action.search[disabled],fieldset[disabled] .block-search .action.search{pointer-events:none;opacity:.5}.block-search .action.search:focus:before{color:#333}.search-autocomplete{margin-top:0}.cart-container .widget{float:left}.cart-container .widget.block{margin-bottom:20px}.cart-summary{float:right;position:relative;width:23%}.column.main .cart-summary .actions-toolbar>.secondary{float:none}.cart-summary .block .fieldset .field{margin:0 0 20px;margin:0 0 10px}.cart-summary .block .fieldset .field:not(.choice)>.label{box-sizing:content-box;float:none;width:auto;text-align:left;padding:0}.cart-summary .block .fieldset .field:not(.choice)>.control{float:none;width:auto}.cart-summary .block .fieldset .field>.label{margin:0 0 5px;display:inline-block}.cart-summary .block .fieldset .field.choice:before,.cart-summary .block .fieldset .field.no-label:before{display:none}.cart.table-wrapper .items{min-width:100%;width:auto}.cart.table-wrapper .item .col.item{padding:27px 8px 10px}.cart.table-wrapper .item-actions td{text-align:right}.cart.table-wrapper .product-item-photo{display:table-cell;max-width:100%;padding-right:20px;position:static;vertical-align:top;width:1%}.cart.table-wrapper .product-item-details{display:table-cell;vertical-align:top;white-space:normal;width:99%}.cart.table-wrapper .item-actions .actions-toolbar{text-align:left}.cart .action{margin-bottom:10px}.cart-products-toolbar .toolbar-amount{line-height:30px;margin:0}.cart-products-toolbar .pages{float:right;margin:0 0 1px}.cart-products-toolbar .pages .item:last-child{margin-right:0}.cart.table-wrapper .cart-products-toolbar+.cart thead tr th.col{padding-bottom:7px;padding-top:8px}.cart.table-wrapper .cart+.cart-products-toolbar{margin-top:25px}.minicart-wrapper .block-minicart{right:-15px;width:390px}.opc-wrapper{width:66.66666667%;float:left;-ms-flex-order:1;-webkit-order:1;order:1;padding-right:30px}.checkout-onepage-success .print{display:block;float:right;margin:22px 0 0}.opc-progress-bar-item{width:185px}.checkout-index-index .modal-popup .form-shipping-address{max-width:600px}.checkout-index-index .modal-popup .modal-footer .action-save-address{float:right;margin:0 0 0 10px}.checkout-shipping-method .actions-toolbar>.primary{float:right}.checkout-shipping-method .actions-toolbar .action.primary{margin:0}.opc-wrapper .form-login,.opc-wrapper .form-shipping-address{max-width:600px}.table-checkout-shipping-method{width:auto}.opc-sidebar{margin:46px 0 20px;width:33.33333333%;float:right;-ms-flex-order:2;-webkit-order:2;order:2}.opc-summary-wrapper .modal-header .action-close{display:none}.authentication-dropdown{background-color:#fff;border:1px solid #aeaeae;-webkit-transform:scale(1, 0);-webkit-transform-origin:0 0;-webkit-transition:-webkit-transform linear .1s,visibility 0s linear .1s;position:absolute;text-align:left;top:100%;transform:scale(1, 0);transform-origin:0 0;transition:transform linear .1s,visibility 0s linear .1s;visibility:hidden;width:100%}.authentication-dropdown._show{z-index:100;-webkit-transform:scale(1, 1);-webkit-transition:-webkit-transform linear .1s,visibility 0s linear 0s;transform:scale(1, 1);transition:transform linear .1s,visibility 0s linear 0s;visibility:visible}.authentication-wrapper{width:33.33333333%;text-align:right}.block-authentication .block-title{font-size:2.6rem;border-bottom:0;margin-bottom:25px}.block-authentication .actions-toolbar>.primary{display:inline;float:right;margin-right:0}.block-authentication .actions-toolbar>.primary .action{margin-right:0}.block-authentication .actions-toolbar>.secondary{float:left;margin-right:2rem;padding-top:1rem}.popup-authentication .modal-inner-wrap{min-width:768px;width:60%}.popup-authentication .block-authentication{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;border-top:1px solid #c1c1c1}.popup-authentication .block[class],.popup-authentication .form-login,.popup-authentication .fieldset,.popup-authentication .block-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;flex-grow:1}.popup-authentication .block[class]{box-sizing:border-box;float:left;padding:10px 30px 0 0;width:50%}.popup-authentication .block[class]+.block{border-left:1px solid #c1c1c1;border-top:0;margin:0;padding:10px 0 0 40px}.popup-authentication .block[class]+.block:before{left:0;top:50%}.popup-authentication .actions-toolbar{margin-bottom:0;margin-top:auto}.checkout-payment-method .actions-toolbar .primary{float:right;margin:0}.checkout-payment-method .fieldset>.field-select-billing>.control{float:none;width:100%}.checkout-payment-method .payment-method-content .fieldset>.field{margin:0 0 20px}.checkout-payment-method .payment-method-content .fieldset>.field.choice:before{padding:0;width:0}.checkout-payment-method .payment-method-content .fieldset>.field.type .control{margin-left:25.8%}.checkout-payment-method .payment-method-content .fieldset>.field.type.no-detection .control{margin-left:0}.checkout-billing-address .action-update{float:right}.checkout-billing-address .actions-toolbar .action-cancel{margin:6px 20px 0 0}.checkout-payment-method .payment-option-title{padding-left:22px}.checkout-payment-method .payment-option-content .payment-option-inner+.actions-toolbar{margin-left:0}.contact-index-index .column:not(.sidebar-additional) .form.contact{min-width:600px}.gift-message .field{margin-bottom:20px}.gift-options{position:relative;z-index:1}.gift-options .actions-toolbar{clear:both;float:right;position:static}.gift-options .actions-toolbar .secondary{float:right}.gift-options .actions-toolbar .secondary .action{float:right;margin-left:20px}.gift-options .actions-toolbar .secondary .action-cancel{display:block;float:left;margin-top:6px}.gift-options .actions-toolbar:nth-child(3):before{border-left:1px solid #c1c1c1;bottom:5rem;content:'';display:block;left:50%;overflow:hidden;position:absolute;top:0;width:0}.gift-options-title{font-weight:300;font-size:1.8rem}.cart.table-wrapper .action-gift{float:left}.order-options .gift-wrapping,.table-order-review .gift-wrapping{max-width:50%}.form-giftregistry-search .fieldset{margin-bottom:29px}.form-giftregistry-search .fieldset>.fields-specific-options>.field{margin:0 0 20px;box-sizing:border-box}.form-giftregistry-search .fieldset>.fields-specific-options>.field>.label{margin:0}.form-giftregistry-search .fieldset>.fields-specific-options>.field:before,.form-giftregistry-search .fieldset>.fields-specific-options>.field:after{content:'';display:table}.form-giftregistry-search .fieldset>.fields-specific-options>.field:after{clear:both}.form-giftregistry-search .fieldset>.fields-specific-options>.field.choice:before,.form-giftregistry-search .fieldset>.fields-specific-options>.field.no-label:before{padding:6px 15px 0 0;width:25.8%;box-sizing:border-box;content:' ';float:left;height:1px}.form-giftregistry-search .fieldset>.fields-specific-options>.field .description{padding:6px 15px 0 0;text-align:right;width:25.8%;box-sizing:border-box;float:left}.form-giftregistry-search .fieldset>.fields-specific-options>.field:not(.choice)>.label{padding:6px 15px 0 0;text-align:right;width:25.8%;box-sizing:border-box;float:left}.form-giftregistry-search .fieldset>.fields-specific-options>.field:not(.choice)>.control{width:74.2%;float:left}.block-giftregistry-shared-items .product-item-photo{display:table-cell;max-width:100%;padding:0 20px 0 0;vertical-align:top;width:1%}.block-giftregistry-shared-items .product-item-details{display:table-cell;vertical-align:top;width:99%;word-break:normal}.block-giftregistry-shared-items .col.product{width:48%}.block-giftregistry-shared-items .col:not(.product){text-align:center}.block-giftregistry-shared-items .col.price{padding-top:17px}.block-giftregistry-shared-items .input-text.qty{margin-top:-4px}.gift-options-cart-item .gift-wrapping,.cart-gift-item .gift-wrapping{box-sizing:border-box;float:left;padding-right:20px;width:50%}.gift-options-cart-item .gift-wrapping+.gift-message,.cart-gift-item .gift-wrapping+.gift-message{border-left:1px solid #c1c1c1;box-sizing:border-box;float:left;padding-left:4.5rem;width:50%}.block.newsletter{max-width:44%;width:max-content}.block.newsletter .field{margin-right:5px}.block.newsletter .field.newsletter{max-width:220px}.block.newsletter .field .control{width:100%}.block.newsletter .action.subscribe{border-radius:3px}.products.wrapper.list .product-reviews-summary{margin:0}.table-order-items .subtotal,.table-order-items .amount{text-align:right}.table-order-items.creditmemo .col.qty,.table-order-items.creditmemo .col.discount,.table-order-items.creditmemo .col.subtotal{text-align:center}.table-order-items.creditmemo .col.total{text-align:right}.order-pager-wrapper .order-pager-wrapper-top{padding-left:0;padding-right:0}.order-pager-wrapper .pages{float:right}.order-actions-toolbar .action.print{display:block;float:right}.page-title-wrapper .order-date{margin-top:-20px}[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,.sales-guest-view .column.main .block:not(.widget) .block-content .box{margin-bottom:20px}.page-wrapper>.breadcrumbs,.page-wrapper>.top-container,.page-wrapper>.widget{box-sizing:border-box;width:100%}.navigation ul{padding:0 8px}.header.panel>.header.links{float:right;font-size:0;margin:0;padding:0;list-style:none none;margin-left:auto}.header.panel>.header.links>li{display:inline-block;vertical-align:top}.header.panel>.header.links>li{font-size:14px;margin:0 0 0 15px}.header.panel>.header.links>li.welcome,.header.panel>.header.links>li a{line-height:1.4}.header.panel>.header.links>li.welcome a{padding-left:5px}.header.content{padding:30px 20px 0}.page-header{border:0;margin-bottom:0}.page-header .panel.wrapper{border-bottom:1px solid #e8e8e8}.page-header .header.panel{padding-bottom:10px;padding-top:10px}.page-header .switcher{display:inline-block}.page-main>.page-title-wrapper .page-title{display:inline-block}.page-main>.page-title-wrapper .page-title+.action{float:right;margin-top:20px}.logo{margin:0 auto 25px 0}.logo img{max-height:inherit}.footer.content .block{float:right}.footer.content .links{display:inline-block;margin-bottom:20px;padding:0 50px 0 0;vertical-align:top}.footer.content .switcher.store{display:inline-block;padding-right:50px;vertical-align:top}.page-products .products-grid .product-item{width:33.33333333%}.page-products.page-layout-1column .products-grid .product-item{width:25%}.page-products.page-layout-3columns .products-grid .product-item{width:50%}.page-products .columns{padding-top:0;position:relative;z-index:1}.products.wrapper~.toolbar .pages{float:left}.toolbar-amount{float:left}.sorter{float:right}.modes{display:inline-block;float:left;margin-right:20px}.products.wrapper~.toolbar .modes{display:none}.modes-mode{color:#7d7d7d;border:1px solid #d1d1d1;border-right:0;float:left;font-weight:400;line-height:1;padding:7px 10px;text-align:center;display:inline-block;text-decoration:none}.modes-mode:not(.active):hover{color:#7d7d7d;background:#dedede}.modes-mode:last-child{border-right:1px solid #d1d1d1}.modes-mode.active{color:#a6a6a6}.modes-mode>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.modes-mode:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:inherit;color:#7d7d7d;content:'\e60d';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.modes-mode:hover:before{color:#7d7d7d}.mode-list:before{content:'\e60b'}.products.wrapper~.toolbar .limiter{display:block;float:right}.product-info-main .box-tocart,.product-options-bottom .box-tocart{display:table}.product-info-main .box-tocart .field.qty,.product-options-bottom .box-tocart .field.qty{display:table-cell}.product-info-main .box-tocart .actions,.product-options-bottom .box-tocart .actions{display:table-cell;padding-top:25px;text-align:center;vertical-align:middle}.product-info-main .page-title-wrapper .page-title{margin-top:-13px}.sidebar .product-items .product-item-info .product-item-photo{position:relative;left:auto;top:auto;float:left;margin:0 10px 10px 0}.sidebar .product-items .product-item-details{margin:0}.sidebar .product-items .product-item-actions{clear:left}.product-info-main{float:right}.product.media{float:left;margin-bottom:25px}.page-layout-1column .product-info-main{width:40%}.page-layout-2columns-left .product-info-main,.page-layout-2columns-right .product-info-main,.page-layout-3columns .product-info-main{width:48%}.page-layout-2columns-left .product.media,.page-layout-2columns-right .product.media,.page-layout-3columns .product.media{width:50%}.login-container .block .login .actions-toolbar>.primary{margin-bottom:0;margin-right:30px}.login-container .block .login .actions-toolbar>.secondary{float:left}.fieldset .fullname .field .label{padding:6px 15px 0 0;text-align:right;width:25.8%;box-sizing:border-box;float:left}.fieldset .fullname .field .control{width:74.2%;float:left}.form.password.reset,.form.send.confirmation,.form.password.forget,.form.create.account,.form.search.advanced,.form.form-orders-search{min-width:600px;width:50%}.account.page-layout-2columns-left .sidebar-main,.account.page-layout-2columns-left .sidebar-additional{width:22.3%}.account.page-layout-2columns-left .column.main{width:77.7%}.block-addresses-list .items.addresses{font-size:0}.block-addresses-list .items.addresses>.item{display:inline-block;font-size:14px;margin-bottom:20px;vertical-align:top;width:48.8%}.block-addresses-list .items.addresses>.item:nth-last-child(1),.block-addresses-list .items.addresses>.item:nth-last-child(2){margin-bottom:0}.block-addresses-list .items.addresses>.item:nth-child(even){margin-left:2.4%}.control.captcha-image .captcha-img{margin:0 10px 10px 0}.mst-searchautocomplete__autocomplete{width:100%}.block.widget .products-grid .product-item{width:33.33333333%}.sidebar .block.widget .products-grid .product-item{margin-left:0;width:100%}.sidebar .block.widget .products-grid .product-item .actions-secondary{display:block;padding:10px 0}.page-layout-1column .block.widget .products-grid .product-item{margin-left:2%;width:calc((100% - 6%) / 4)}.page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1){margin-left:2%}.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1){margin-left:0}.page-layout-3columns .block.widget .products-grid .product-item{width:50%}.sidebar .block.widget .pager .pages-item-next{padding:0}.sidebar .block.widget .pager .pages-item-next .action{margin:0}}@media all and (min-width:1024px),print{.amfaq-social-buttons{float:right;padding-top:0}.am-widget-categories-2 .am-widget-category{width:50%}.am-widget-categories-3 .am-widget-category{width:33.3333%}.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal{font-size:90px;padding:10px}.amrelated-pack-item.-narrow .product-reviews-summary{margin:0 auto 5px}.amrelated-popup-container .amrelated-bundle-popup{width:820px}.amrelated-product-info .amrelated-info.-top,.amrelated-product-info .amrelated-info.-bottom{padding:0 35px 0 0}.amrelated-product-info .amrelated-image-container .amrelated-image-container{padding:0 25px 0 35px}.amrelated-product-info .amrelated-image-container>.product-item-photo{text-align:left}.ampromo-popup-wrapper{max-width:960px;width:100%}.ampromo-popup-wrapper .slick-dotted.slick-slider{margin-bottom:3rem}.checkout-index-index .modal-popup .modal-inner-wrap{margin-left:-400px;width:800px;left:50%}.opc-wrapper .shipping-address-item{width:33.33333333%}.opc-wrapper .shipping-address-item:before{background:#ccc;height:calc(100% - 20px);content:'';left:0;position:absolute;top:0;width:1px}.opc-wrapper .shipping-address-item:nth-child(3n + 1):before{display:none}.opc-wrapper .shipping-address-item.selected-item:before{display:none}.opc-wrapper .shipping-address-item.selected-item+.shipping-address-item:before{display:none}.table-checkout-shipping-method{min-width:500px}.products-grid .product-item{width:20%}.page-layout-1column .products-grid .product-item{width:16.66666667%}.page-layout-3columns .products-grid .product-item{width:25%}.page-products .products-grid .product-items{margin:0}.page-products .products-grid .product-item{width:30%;margin-left:calc(4.25%);padding:0}.page-products .products-grid .product-item:nth-child(3n+1){margin-left:0}.page-products.page-layout-1column .products-grid .product-item{width:20%}.page-products.page-layout-3columns .products-grid .product-item{width:25%}.block.widget .products-grid .product-item{width:20%}.page-layout-1column .block.widget .products-grid .product-item{margin-left:2%;width:calc((100% - 8%) / 5)}.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1){margin-left:2%}.page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1){margin-left:0}.page-layout-3columns .block.widget .products-grid .product-item{width:25%}.block.widget .products-grid .product-items{margin:0}.block.widget .products-grid .product-item{margin-left:calc((100% - 4 * 24.439%) / 3);padding:0;width:24.439%}.block.widget .products-grid .product-item:nth-child(4n + 1){margin-left:0}}@media all and (min-width:1440px),print{.amrelated-pack-list.-wide .amrelated-pack-item.-main{display:flex}.amrelated-pack-list.-wide .amrelated-pack-items{flex-wrap:nowrap;max-width:66%;position:relative;width:unset}.amrelated-pack-list.-wide .amrelated-plus,.amrelated-pack-list.-wide .amrelated-equal{line-height:unset}.amrelated-pack-item.-wide{padding:30px;width:270px}.amrelated-pack-item.-wide.-main{padding-left:0;width:270px}.amrelated-pack-item.-wide .amrelated-info{display:flex;text-align:left}.amrelated-pack-item.-wide .amrelated-details{margin-left:20px}.amrelated-pack-item.-wide .amrelated-photo-container{margin:0}.sidebar .product-items .product-item-info .product-item-photo{float:none;margin:0;position:absolute;left:0;top:0}.sidebar .product-items .product-item-details{margin-left:85px}}.mi-no-shadow{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.header-banner{background:url(../../frontend/DigitalVillage/lantinga/nl_NL/images/header-bg.jpg) top left no-repeat;-webkit-background-size:cover;background-size:cover}.header-banner .header-banner-wrapper{margin-left:auto;margin-right:auto;width:auto;max-width:100%;box-sizing:border-box;min-height:110px;text-align:center;min-height:95px}.header-banner .header-banner-wrapper img{border:2px solid #000;background:#fff;width:190px;padding-top:9.734999999999999px;padding-bottom:9.734999999999999px;padding-left:34.2px;padding-right:28.5px;margin:35px 0 30px 0}@media (min-width:380px){.header-banner .header-banner-wrapper img{width:235px;padding-top:12.095px;padding-bottom:12.095px;padding-left:42.3px;padding-right:35.25px}}@media (min-width:768px){.header-banner .header-banner-wrapper{min-height:140px}.header-banner .header-banner-wrapper img{width:295px;padding-top:15.045px;padding-bottom:15.045px;padding-left:53.1px;padding-right:44.25px}}.header-banner a .button{background-color:#2c2b27;border-color:#2c2b27}.header-banner li .authorization-link a{font-family:"Hammersmith One",sans-serif}#checkout-step-shipping_method{margin:0 0 10px}form.methods-shipping{margin:0 0 10px;padding:0;border:1px solid #000;transition:.2s}form.methods-shipping p{margin:0 0 5px}form.methods-shipping p i{font-style:italic;font-size:1.2rem}form.methods-shipping:hover,form.methods-shipping:active{border-color:#a50029}form.methods-shipping .checkout-shipping-item{border:none;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex}form.methods-shipping .checkout-shipping-item input{margin:auto 0}form.methods-shipping .checkout-shipping-item p{margin:auto 10px}form.methods-shipping .checkout-shipping-item span{margin:auto 10px auto auto}form.methods-shipping #onepage-checkout-shipping-method-additional-load{padding:0 10px 10px 3.2rem}form.methods-shipping #onepage-checkout-shipping-method-additional-load .pickup-store,form.methods-shipping #onepage-checkout-shipping-method-additional-load .chosen-store{margin:10px 0}form.methods-shipping #onepage-checkout-shipping-method-additional-load .title{font-weight:700}form.methods-shipping #onepage-checkout-shipping-method-additional-load .error{color:#e02b27}button.rounded-md.px-3\.5.py-2\.5.md\:text-sm.max-md\:text-xs.font-semibold.shadow-sm.focus-visible\:outline.uppercase.text-white.bg-primary.my-4,.cart.table-wrapper .actions-toolbar>.action.rounded-md.px-3\.5.py-2\.5.md\:text-sm.max-md\:text-xs.font-semibold.shadow-sm.focus-visible\:outline.uppercase.text-white.bg-primary.my-4,.action-gift.rounded-md.px-3\.5.py-2\.5.md\:text-sm.max-md\:text-xs.font-semibold.shadow-sm.focus-visible\:outline.uppercase.text-white.bg-primary.my-4{background-color:#a50029;border-color:#a50029;color:white}.checkout-index-index i.fa.fa-info-circle{display:none}#checkout-review-table{background-color:inherit !important;border-bottom:0}body{font-family:'muliregular';color:#000}body strong{font-family:'mulibold';font-weight:400}a{color:#575757;text-decoration:underline}a:hover{color:#231f20;text-decoration:none}a:active{color:#231f20}a:focus{color:#575757}h1,h2,h3,h4,.product-info-detailed .content-title,.product-info-detailed h2,.product-info-detailed h3,#product-review-container .block-title strong{font-weight:normal}.limiter-options{padding:0 15px}.customize-toolbar{clear:both}.modal-popup._show .modal-inner-wrap{overflow:scroll;max-height:initial;margin-bottom:10rem}@media (max-width:567px){.modal-popup._show .modal-inner-wrap{width:85%}.modal-popup._show .modal-inner-wrap .modal-header,.modal-popup._show .modal-inner-wrap .modal-content,.modal-popup._show .modal-inner-wrap .modal-footer{padding-left:1.5rem;padding-right:1.5rem}}.page-products .customize-toolbar .toolbar-amount{display:none}.page-products .customize-toolbar .toolbar-sorter{display:none}.page-products .customize-toolbar .modes{display:none}.page-products .customize-toolbar .limiter .label{display:none}.page-products .customize-toolbar .toolbar-products .pages{display:block;right:5px}.page-products .customize-toolbar .limiter-label{display:none}.page-products .customize-toolbar .limiter{float:left;display:inline-block;position:absolute;left:0;z-index:1}.modal-popup.confirm._show .modal-footer{text-align:center}.modal-popup.confirm._show .modal-footer button,.modal-popup.confirm._show .modal-footer .cart.table-wrapper .actions-toolbar>.action,.modal-popup.confirm._show .modal-footer .action-gift{border-radius:0;color:#000;background:transparent;border:2px solid #000}@media (max-width:767px){.modal-popup.confirm._show .modal-footer button,.modal-popup.confirm._show .modal-footer .cart.table-wrapper .actions-toolbar>.action,.modal-popup.confirm._show .modal-footer .action-gift{margin-bottom:5px}}.modal-popup.confirm._show .modal-footer button:hover,.modal-popup.confirm._show .modal-footer .cart.table-wrapper .actions-toolbar>.action:hover,.modal-popup.confirm._show .modal-footer .action-gift:hover{background:#f5f5f5}.modal-popup.confirm._show .modal-footer button.action-primary,.modal-popup.confirm._show .modal-footer .cart.table-wrapper .actions-toolbar>.action.action-primary,.modal-popup.confirm._show .modal-footer .action-gift.action-primary{color:#fff;background:#000}.modal-popup.confirm._show .modal-footer button.action-primary:hover,.modal-popup.confirm._show .modal-footer .cart.table-wrapper .actions-toolbar>.action.action-primary:hover,.modal-popup.confirm._show .modal-footer .action-gift.action-primary:hover{background:transparent;color:#000}.modal-popup.modal-slide._show .modal-footer button,.modal-popup.modal-slide._show .modal-footer .cart.table-wrapper .actions-toolbar>.action,.modal-popup.modal-slide._show .modal-footer .action-gift{border-radius:0;color:#000;background:transparent;border:2px solid #000}.modal-popup.modal-slide._show .modal-footer button:hover,.modal-popup.modal-slide._show .modal-footer .cart.table-wrapper .actions-toolbar>.action:hover,.modal-popup.modal-slide._show .modal-footer .action-gift:hover{background:#f5f5f5}input[type=checkbox]{top:0}@media (max-width:767px){.modal-popup.modal-slide{margin-top:40px}}@media (max-width:600px){.modals-overlay{z-index:10000 !important}.modals-wrapper .confirm{z-index:10001 !important}.col-xs-12{float:none;display:block}}table.borderless td,table.borderless tbody,table.borderless tr,table.borderless th{border:none !important}textarea:focus,select:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="email"]:focus,input[type="month"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="text"]:focus,input[type="time"]:focus,input[type="url"]:focus,input[type="week"]:focus,textarea:focus:not([disabled]),select:focus:not([disabled]),input[type="date"]:focus:not([disabled]),input[type="datetime"]:focus:not([disabled]),input[type="datetime-local"]:focus:not([disabled]),input[type="email"]:focus:not([disabled]),input[type="month"]:focus:not([disabled]),input[type="number"]:focus:not([disabled]),input[type="password"]:focus:not([disabled]),input[type="search"]:focus:not([disabled]),input[type="tel"]:focus:not([disabled]),input[type="text"]:focus:not([disabled]),input[type="time"]:focus:not([disabled]),input[type="url"]:focus:not([disabled]),input[type="week"]:focus:not([disabled]){box-shadow:none}textarea.mage-error,select.mage-error,input[type="date"].mage-error,input[type="datetime"].mage-error,input[type="datetime-local"].mage-error,input[type="email"].mage-error,input[type="month"].mage-error,input[type="number"].mage-error,input[type="password"].mage-error,input[type="search"].mage-error,input[type="tel"].mage-error,input[type="text"].mage-error,input[type="time"].mage-error,input[type="url"].mage-error,input[type="week"].mage-error{border:solid #f00 1px}input[type="number"]{position:relative;margin:0 0 1rem;padding:.2rem;padding-right:15px}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none;background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;width:1em;border-left:1px solid #bbb;opacity:.5;position:absolute;top:0;right:0;bottom:0;min-height:100%}input[type="number"]::-webkit-inner-spin-button:hover,input[type="number"]::-webkit-inner-spin-button:active{box-shadow:0 0 2px #0cf;opacity:.8}input:-webkit-autofill{background:black}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #c2c2c2;background:url("../../frontend/DigitalVillage/lantinga/nl_NL/images/dropdown-icon.png") no-repeat right 4px center;background-size:8px;border-radius:0;padding:5px 10px 4px;outline:none;font-size:14px}.fieldset>.field>.label,.fieldset>.fields>.field>.label{font-weight:normal}a[href],input[type='submit'],input[type='image'],input[type='number'],label[for],select,button,.navigation .ui-menu-item,.pointer,div.block-search input,.action.primary,input#recipe_search,.cart.table-wrapper .actions-toolbar>.action,.customizer-list .button a,.action-gift{color:#000}.semi-row{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.semi-row{margin-left:0;margin-right:0}}.message.info,.message.error,.message.warning,.message.notice,.message.success{margin:0 0 25px}.message.info a,.message.error a,.message.warning a,.message.notice a,.message.success a{color:#000}.message.info a:hover,.message.error a:hover,.message.warning a:hover,.message.notice a:hover,.message.success a:hover{color:#323232}a,.alink,a:visited,.alink:visited{color:#000}a:hover,.alink:hover{color:#323232}.page.messages .active{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(51,51,51,0.7);-webkit-animation:fadeinout 5s linear forwards;animation:fadeout 5s linear forwards}.page.messages .active .messages{margin:50px auto;min-width:300px;width:50%;max-width:748px;background-color:#ffffff;box-shadow:0 0 12px 2px rgba(0,0,0,0.35);opacity:1}.page.messages .active .message.info,.page.messages .active .message.error,.page.messages .active .message.warning,.page.messages .active .message.notice,.page.messages .active .message.success{padding:20px 20px 20px 40px;background-color:white}.page.messages .active .message.info>*:first-child:before,.page.messages .active .message.error>*:first-child:before,.page.messages .active .message.warning>*:first-child:before,.page.messages .active .message.notice>*:first-child:before,.page.messages .active .message.success>*:first-child:before{top:50%}@keyframes fadeout{0%{z-index:1001}99%{opacity:1}100%{opacity:0;z-index:0}}.pbrow:after{content:"";display:table;clear:both}[class*="pbcol-"]{box-sizing:border-box;float:left;width:100%;margin-bottom:30px}[class*="pbcol-"].pbcol-right{float:right}[class*="pbcol-"] img{max-width:100% !important;height:auto !important;display:block}.pbcol-sm-1{width:8.333333333%}.pbcol-sm-2{width:16.666666667%}.pbcol-sm-3{width:25%}.pbcol-sm-4{width:33.333333333%}.pbcol-sm-5{width:41.666666667%}.pbcol-sm-6{width:50%}.pbcol-sm-7{width:58.333333333%}.pbcol-sm-8{width:66.666666667%}.pbcol-sm-9{width:75%}.pbcol-sm-10{width:83.333333333%}.pbcol-sm-11{width:91.666666667%}.pbcol-sm-12{width:100%}.pbcol-sm-hidden{display:none}@media (min-width:640px){.pbrow{margin-right:-15px;margin-left:-15px}[class*="pbcol-"]{padding-right:15px;padding-left:15px}.pbcol-md-1{width:8.333333333%}.pbcol-md-2{width:16.666666667%}.pbcol-md-3{width:25%}.pbcol-md-4{width:33.333333333%}.pbcol-md-5{width:41.666666667%}.pbcol-md-6{width:50%}.pbcol-md-7{width:58.333333333%}.pbcol-md-8{width:66.666666667%}.pbcol-md-9{width:75%}.pbcol-md-10{width:83.333333333%}.pbcol-md-11{width:91.666666667%}.pbcol-md-12{width:100%}.pbcol-sm-hidden{display:block}.pbcol-md-hidden{display:none}}@media (min-width:768px){.pbcol-l-1{width:8.333333333%}.pbcol-l-2{width:16.666666667%}.pbcol-l-3{width:25%}.pbcol-l-4{width:33.333333333%}.pbcol-l-5{width:41.666666667%}.pbcol-l-6{width:50%}.pbcol-l-7{width:58.333333333%}.pbcol-l-8{width:66.666666667%}.pbcol-l-9{width:75%}.pbcol-l-10{width:83.333333333%}.pbcol-l-11{width:91.666666667%}.pbcol-l-12{width:100%}.pbcol-sm-hidden{display:block}.pbcol-md-hidden{display:block}.pbcol-l-hidden{display:none}}h2,h1,.faux-h2,.faux-h1,h1 strong,h2 strong,.product-info-detailed .content-title,.product-info-detailed h2,.product-info-detailed h3,#product-review-container .block-title strong{font-family:"My type of font",Verdana,sans-serif;margin-top:0;margin-bottom:1.3rem}h1,.faux-h1,.product-info-detailed .content-title,.product-info-detailed h2,.product-info-detailed h3,#product-review-container .block-title strong{line-height:1em;margin-bottom:3.5rem}@media (max-width:767px){h1,.faux-h1,.product-info-detailed .content-title,.product-info-detailed h2,.product-info-detailed h3,#product-review-container .block-title strong{margin-bottom:1.5rem}}.bundle-actions .action.primary,.bundle-options-container .block-bundle-summary .box-tocart .action.primary,.cart-container .checkout-methods-items .action.primary,.block-minicart .block-content>.actions>.primary .action.primary,.methods-shipping .actions-toolbar .action.primary,.block-authentication .action.action-register,.block-authentication .action.action-login,.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary,.form-address-edit .actions-toolbar .action.primary,.multicheckout .action.primary,.product-info-main .box-tocart .action.tocart,.product-options-bottom .box-tocart .action.tocart{padding:5px 17px}.ghost-button,.recipe-list .button a,.recipe-ingredients .primary,.ghost-button-light,.button-default,.action.primary:hover,.action.primary:active,.action.primary:focus,.button-dark,.button-checkout,.button-continue,.review-add .review-form-actions .primary .action,.post-list-wrapper .post-list .post-content .post-read-more,.customer-account-login .columns .action.primary,.customer-account-create .columns .action.primary,.account .action.primary,.checkout-cart-index .block-cart-failed .action.continue,.checkout-cart-index .cart-container .form-cart .action.continue,.checkout-cart-index button,.checkout-cart-index .cart.table-wrapper .actions-toolbar>.action,.checkout-cart-index .cart.table-wrapper .action-gift,.recipe-list .button a,.hero-block__action,.checkout-cart-index .cart.table-wrapper .actions-toolbar>.action,.checkout-cart-index .action-gift,.action.primary,.magestore-bannerslider-standard .text-container a,.cms-home .pbrow p>.button,.cms-home .pbrow p.button>.button,.customizer-list .button a,.customer-account-login .columns .action.primary,.customer-account-create .columns .action.primary,.account .action.primary,.checkout-cart-index .action-gift,.customizer-list .button a{text-decoration:none;border:2px solid #000;text-align:center;color:#000;font-size:16px;font-family:Roboto Mono;display:inline-block;margin:18px 0 8px 0;background-color:transparent;border-radius:0px !important;padding:6px 15px;font-weight:normal;line-height:16px;transition:all .2s ease-in-out}.ghost-button-hover,.ghost-button-light:hover,.ghost-button-light:active,.ghost-button-light:focus,.button-default:hover,.button-default:active,.button-default:focus,.button-dark:hover,.button-checkout:hover,.button-continue:hover,.button-dark:active,.button-checkout:active,.button-continue:active,.button-dark:focus,.button-checkout:focus,.button-continue:focus,.button-dark-hover,.hero-block__action:hover,.hero-block__action:active,.action.primary:hover,.action.primary:active,.action.primary:focus,.magestore-bannerslider-standard .text-container a:hover,.magestore-bannerslider-standard .text-container a:active,.cms-home .pbrow p.button>.button:hover,.cms-home .pbrow p.button>.button:active,.cms-home .pbrow p.button>.button:focus{background-color:#ddd;border:2px solid #000;color:#000}.ghost-button-light{border-color:#999;color:#999}.button-default,.cms-home .pbrow p>.button{background:#000;border-color:#000;color:#fff}.button-default:hover,.button-default:active,.button-default:focus{background:#000;border-color:#000;color:#fff}.button-default-hover,.cms-home .pbrow p>.button:hover,.cms-home .pbrow p>.button:active,.cms-home .pbrow p>.button:focus{background-color:#000;border:2px solid #000;color:#fff}.button a,button,.nav-sections-item-switch,.cart.table-wrapper .actions-toolbar>.action,.action-gift{text-decoration:none}.action.primary,.customizer-list .button a{margin:0}.action.primary span{font-family:'Muli',sans-serif;font-size:16px;line-height:16px}.action.primary.dark,.action.primary.checkout,.action.primary.continue{background:#000;color:#fff;border-color:#000;transition:0.2s}.action.primary.dark:hover,.action.primary.checkout:hover,.action.primary.continue:hover,.action.primary.dark:active,.action.primary.checkout:active,.action.primary.continue:active,.action.primary.dark:focus,.action.primary.checkout:focus,.action.primary.continue:focus{background-color:#000;color:#fff;border-color:#000}.action.primary.light{color:#231f20}.button-dark,.button-checkout,.button-continue,.hero-block__action,.action.primary,.magestore-bannerslider-standard .text-container a,.cms-home .pbrow p.button>.button,.customizer-list .button a,.customer-account-login .columns .action.primary,.customer-account-create .columns .action.primary,.account .action.primary,.customizer-list .button a{background:#000;color:#fff;border-color:#000;border-radius:0;transition:0.2s}.button-dark:hover,.button-checkout:hover,.button-continue:hover,.button-dark:active,.button-checkout:active,.button-continue:active,.button-dark:focus,.button-checkout:focus,.button-continue:focus{background-color:#000;color:#fff;border-color:#000}.button-dark-hover,.hero-block__action:hover,.hero-block__action:active,.action.primary:hover,.action.primary:active,.action.primary:focus,.magestore-bannerslider-standard .text-container a:hover,.magestore-bannerslider-standard .text-container a:active,.cms-home .pbrow p.button>.button:hover,.cms-home .pbrow p.button>.button:active,.cms-home .pbrow p.button>.button:focus{background-color:#000;color:#fff;border-color:#000}.button-light{color:#231f20}.action.cart-icon-btn img{width:29px;max-width:none}.action.close-search-butchery,.action.search-butchery{position:absolute;right:10px;top:0;z-index:1;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;padding:5px 0}.action.close-search-butchery[disabled],.action.search-butchery[disabled]{cursor:not-allowed;pointer-events:none;opacity:1}.action.close-search-butchery:before,.action.search-butchery:before{-webkit-font-smoothing:antialiased;font-size:22px;line-height:22px;color:#8f8f8f;content:url('../../frontend/DigitalVillage/lantinga/nl_NL/images/search-ln.png');margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.action.close-search-butchery span,.action.search-butchery span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.action.close-search-butchery{display:none}.action.close-search-butchery:before{font-family:"FontAwesome";content:"\f00d"}body.searchautocomplete__active .action.search-butchery{display:none}body.searchautocomplete__active .action.close-search-butchery{display:block}.product-info-main .action.towishlist{background:#fff;border:1px #000 solid;border-radius:0;width:150px;height:35px;text-align:center;font-size:16px;padding:10px;font-family:Muli}#product-updatecart-button{padding:7px 17px}.page-header .header-banner .nav-toggle{position:relative;left:auto;top:0}.page-header .header-banner .nav-toggle:before{position:absolute;left:-100%;right:-100%;top:0;margin:auto;overflow:visible;display:block;transition:.2s;color:#000;font-size:2.4rem}.nav-toggle{position:absolute;z-index:14;cursor:pointer;font-size:0;left:1.5rem;top:1.5rem;display:inline-block;text-decoration:none}.nav-toggle:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:inherit;color:#8f8f8f;content:'\e609';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.nav-toggle:hover:before{color:#333}.nav-toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media (min-width:768px){.page-header .header-banner .nav-toggle{display:none}}.page-header .header-banner .header.links>li.welcome{margin-top:1px}.page-header{position:relative;border:0;margin:0;z-index:100}.page-header .header.content{margin:0;padding:0 !important}.page-header a{text-decoration:none}.page-header .header-banner{background:url('../../frontend/DigitalVillage/lantinga/nl_NL/images/header-bg.jpg') top left no-repeat;-webkit-background-size:cover;background-size:cover;padding:10px 0}.page-header .header-banner .header-banner-inner{max-width:1280px;margin:0 auto;box-sizing:border-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.page-header .header-banner .logo{float:none;display:inline-block;width:auto;padding:8px 30px}.page-header .header-banner .logo embed{width:auto;height:60px;vertical-align:top;pointer-events:none}.page-header .header-banner .logo img{width:auto;height:60px;vertical-align:top}.page-header .header-banner .header-banner-icons:before,.page-header .header-banner .header-banner-icons:after{content:'';display:table}.page-header .header-banner .header-banner-icons:after{clear:both}.page-header .header-banner .minicart-container{float:right;margin:0}.page-header .header-banner .minicart-container .minicart-wrapper{float:none;margin:0}.page-header .header-banner .minicart-container .minicart-wrapper.active{width:auto}.page-header .header-banner .minicart-container .minicart-wrapper.active .block-minicart{right:-15px;z-index:99999;margin-top:10px}.page-header .header-banner .minicart-container .showcart{vertical-align:top}.page-header .header-banner .minicart-container .showcart .label{display:none}.page-header .header-banner .minicart-container .showcart .icon{position:relative;float:none;height:25px;width:25px;padding:0;background-image:url('../../frontend/DigitalVillage/lantinga/nl_NL/images/icon-cart.svg')}.page-header .header-banner .minicart-container .showcart .counter-number{position:absolute;top:-4px;right:-4px;display:inline-block;height:16px;min-width:16px;line-height:16px;padding:0 4px;border-radius:8px;box-sizing:border-box;transition:.2s;color:#fff;background:#a50029;font-size:1.1rem}.page-header .header-banner .minicart-container .showcart:hover .counter-number,.page-header .header-banner .minicart-container .showcart:active .counter-number{color:#fff;background:#8c0023}.page-header .header-banner .header.links{float:right;margin:0;padding:0;list-style:none;overflow:hidden}.page-header .header-banner .header.links>li{margin:0;padding:0;list-style:none;float:left}.page-header .header-banner .header.links>li>a{display:block;text-transform:uppercase;white-space:nowrap;vertical-align:top;padding:10px 25px 0 0;line-height:30px;color:#fff;font-family:'My type of font',Verdana,sans-serif;font-size:1.8rem}.page-header .header-banner .header.links>li .icon.user-icon{position:relative;float:none;height:25px;width:25px;background-size:cover;padding:0px;background-image:url('../../frontend/DigitalVillage/lantinga/nl_NL/images/icon-profile.svg');display:inline-block;top:3px}.page-header .header-banner .block-search{float:none;padding:0;margin:0 40px;-moz-box-flex:1 1 auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.page-header .header-banner .block-search .form{position:relative}.page-header .header-banner .block-search .label:before{display:none}.page-header .header-banner .block-search .control{padding:0;border:none}.page-header .header-banner .block-search .nested{display:none}.page-header .header-banner .block-search input{position:relative;left:auto;margin:0;height:50px;padding:0 5px 0 25px;color:#000;background:#fff}.page-header .header-banner .block-search input::-webkit-input-placeholder{color:#666}.page-header .header-banner .block-search input::-moz-placeholder{color:#666}.page-header .header-banner .block-search input:-ms-input-placeholder{color:#666}.page-header .header-banner .block-search input:-moz-placeholder{color:#666}.page-header .header-banner .block-search .action.search-butchery,.page-header .header-banner .block-search .action.close-search-butchery{top:0;bottom:0;margin:auto}.page-header .header-banner .block-search .action.search-butchery:before,.page-header .header-banner .block-search .action.close-search-butchery:before{transition:.2s;color:#a50029}.page-header .header-banner .block-search .action.search-butchery:hover:before,.page-header .header-banner .block-search .action.close-search-butchery:hover:before,.page-header .header-banner .block-search .action.search-butchery:active:before,.page-header .header-banner .block-search .action.close-search-butchery:active:before{color:#8c0023}.page-header .header-banner .nav-toggle{position:relative;left:auto;top:0}.page-header .header-banner .nav-toggle:before{position:absolute;left:-100%;right:-100%;top:0;margin:auto;overflow:visible;display:block;transition:.2s;color:#fff;font-size:2.4rem}.page-header .header-banner .nav-toggle:hover:before,.page-header .header-banner .nav-toggle:active:before{color:#a50029}@media (max-width:991px){.page-header .header-banner .block-search{margin:0 20px}.page-header .header-banner .logo{padding:8px 10px}.page-header .header-banner .logo img{height:2rem;padding:.4rem 0}.page-header .header-banner .header.links>li>a{padding:10px 0 0 0}}@media (max-width:767px){.page-header .header-banner{padding-bottom:0}.page-header .header-banner .header-banner-inner{display:block;text-align:center}.page-header .header-banner .header-banner-inner:before,.page-header .header-banner .header-banner-inner:after{content:'';display:table}.page-header .header-banner .header-banner-inner:after{clear:both}.page-header .header-banner .header-banner-icons{float:right}.page-header .header-banner .block-search{position:absolute;top:65px;bottom:auto;left:25px;right:25px}.page-header .header-banner .block-search .control{margin:0 -1.8rem -1px}.page-header .header-banner:after{content:"";position:relative;display:block;width:100%;height:80px;background:url('../../frontend/DigitalVillage/lantinga/nl_NL/images/header-bg.jpg') top left no-repeat;background-size:cover;margin-top:8px}.page-header .header-banner .nav-toggle{float:left;width:2.4rem;height:3.4rem;overflow:visible}.page-header .header-banner .nav-toggle:before{color:#fff}.page-header .header-banner .logo{position:absolute;left:0;right:0;width:115px;margin:auto;vertical-align:top;top:0;padding:0 25px 15px}.page-header .header-banner .logo img{height:20px;padding:0}.page-header .header-banner .header.links{display:inline-block;margin-top:3px;vertical-align:top}.page-header .header-banner .header.links>li>a{position:relative;display:block;padding:0;overflow:hidden;color:transparent;width:24px;height:24px;display:inline-block;text-decoration:none}.page-header .header-banner .header.links>li>a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:24px;color:inherit;content:"\f007";font-family:"FontAwesome";vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.page-header .header-banner .header.links>li>a:before{position:absolute;left:0;top:0;right:0;bottom:0;display:block;margin:auto;text-indent:0;width:24px;height:24px;color:#fff}.page-header .header-banner .minicart-container{display:inline-block;vertical-align:top}.page-header .header-banner .minicart-container .showcart{margin-top:3px}.page-header .header-banner .minicart-container .showcart .icon{width:50px;height:24px}}@media (max-width:567px){.page-header .header-banner:after{height:67px}.page-header .header-banner .block-search input{height:40px}.page-header .header-banner .block-search .action.search-butchery,.page-header .header-banner .block-search .action.close-search-butchery{right:0}}.panel.wrapper{background:#000;text-transform:uppercase}.panel.wrapper .panel.header{padding:0 !important;margin:auto 20px auto 0;max-width:100%;height:40px}.panel.wrapper .panel.header .social-buttons{display:none}@media (min-width:830px){.panel.wrapper .panel.header .social-buttons{display:block;margin-top:0;margin-left:50px;height:40px;position:absolute;top:0}}.minicart-wrapper .loading-mask{background:transparent}.page-header .panel.wrapper{border-top:2px solid #000;border-bottom:none !important}@media (max-width:767px){.page-header .panel.wrapper{position:fixed;width:100%;top:0;left:0;z-index:5000;height:40px}}.page-header .social-buttons{margin-top:3px;margin-left:45px;height:40px;padding-top:5px}.page-header .social-buttons a{font-size:160%;margin-right:5px;color:#fff}.page-header .social-buttons a:last-child{margin-right:0}.page-header .social-buttons a:hover{color:#e9e9e9}@media (max-width:767px){.nav-open .page-header .panel.wrapper{z-index:1}}@media (max-width:767px){.page-header .panel.wrapper{z-index:800 !important}}@media (min-width:768px){.page-header .header-banner .minicart-container .showcart .icon{top:14px}.page-header .header-banner .logo{margin:0}.page-header .header-banner .nav-toggle{top:1px;margin:0 2rem 0 0}.page-header .header-banner .nav-toggle:before{position:relative;left:auto;right:auto;font-size:3.2rem}.page-header .panel.wrapper{color:#fff;position:fixed;width:100%;top:0;z-index:800;height:41px}.page-header .panel.wrapper .header.panel .header.links{font-family:'Roboto Mono';margin-top:10px;font-size:14px}.page-header .panel.wrapper .header.panel .header.links>li{margin-left:0}.page-header .panel.wrapper .header.panel .minicart-container .header.links{float:left;margin-top:17px;margin-right:-5px}.page-header .panel.wrapper .header.panel .action.skip+.header.links{display:none}.page-header a{color:#fff}.page-header a:hover{color:#e9e9e9}}.mst-searchautocomplete__indexcontainer{display:flex;flex-direction:column-reverse}.mst-searchautocomplete__indexcontainer .mst-searchautocomplete__item.magento_search_query .title{text-transform:none}.mst-searchautocomplete__indexcontainer .mst-searchautocomplete__item.magento_catalog_product a.title{margin-top:10px;text-transform:none}.mst-searchautocomplete__indexcontainer .mst-searchautocomplete__index.popular ul li{padding:0 20px 0 0;position:relative;color:#000}.mst-searchautocomplete__indexcontainer .mst-searchautocomplete__index.popular ul li:after{content:"//";display:block;position:absolute;right:5px;top:0}.mst-searchautocomplete__indexcontainer .mst-searchautocomplete__index.popular ul li:last-of-type:after{display:none}.page-footer{-webkit-box-shadow:inset 0 20px 20px -20px rgba(0,0,0,0.8);-moz-box-shadow:inset 0 20px 20px -20px rgba(0,0,0,0.8);box-shadow:inset 0 20px 20px -20px rgba(0,0,0,0.8)}.page-footer .footer.content{border:none;box-sizing:border-box;margin-top:15px}.page-footer .footer.content a{text-decoration:none}.page-footer .footer.content .links{padding:0}.page-footer .footer.content .block{float:none}.footer-container{display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;width:100%;margin-bottom:30px}h3,.faux-h1{margin:0 0 10px 0;text-transform:capitalize;font-size:1.8rem;line-height:30px}.newsletter-block{width:100%;margin:0 0 20px 0}.newsletter-block .field{margin:4px 0;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.newsletter-block .field label{line-height:unset}.newsletter-block .field input{padding-left:10px;width:70%;height:25px}.newsletter-block .subscribe{position:relative}.newsletter-block .control:before{position:absolute;-webkit-font-smoothing:antialiased;font-size:35px;line-height:33px;color:#000;content:'\e61d';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.newsletter-block input{padding-left:35px;border:1px solid #000}.newsletter-block input::-webkit-input-placeholder{color:#000}.newsletter-block input::-moz-placeholder{color:#000}.newsletter-block input:-ms-input-placeholder{color:#000}.newsletter-block input:-moz-placeholder{color:#000}.newsletter-block button.action.subscribe.primary,.newsletter-block .cart.table-wrapper .actions-toolbar>.action.action.subscribe.primary,.newsletter-block .action-gift.action.subscribe.primary{background-color:#fff;border-color:#000;border-radius:0;color:#000;display:block;width:100%}.newsletter-block button.action.subscribe.primary:hover,.newsletter-block .cart.table-wrapper .actions-toolbar>.action.action.subscribe.primary:hover,.newsletter-block .action-gift.action.subscribe.primary:hover{background-color:#000;color:#fff;margin:0;transition:none}.copyright{margin:0;text-align:center;width:100%}.paymentlogos{display:flex;flex-direction:row;justify-content:center}.paymentlogos .paymentlogo{flex:none;margin:10px 15px 0;text-align:center}.paymentlogos .paymentlogo img{max-height:40px}@media (max-width:815px){.column.third{width:100%;flex:1 1 auto;margin:30px 0 0 0}}@media (max-width:639px){.column{width:100%;margin:0 0 30px 0;flex:1 1 auto}.paymentlogos .paymentlogo{margin:10px 5px 0;max-width:14%}}@media (max-width:480px){.newsletter-block button.action.subscribe.primary,.newsletter-block .cart.table-wrapper .actions-toolbar>.action.action.subscribe.primary,.newsletter-block .action-gift.action.subscribe.primary{position:relative;display:block;width:100%;margin-top:5px}}.footer-social-buttons{margin:30px auto 0;text-align:center}.footer-social-buttons a{font-size:3rem;margin:0 1rem 0 0}.breadcrumbs,.page-header .header.panel,.header.content,.footer.content,.page-wrapper>.widget,.page-wrapper>.page-bottom,.block.category.event,.page-main,.header-banner .header-banner-inner,.topbar .topbar-inner{padding-left:25px;padding-right:25px}@media (min-width:768px){.breadcrumbs,.page-header .header.panel,.header.content,.footer.content,.page-wrapper>.widget,.page-wrapper>.page-bottom,.block.category.event,.page-main,.header-banner .header-banner-inner,.topbar .topbar-inner{padding-left:35px !important;padding-right:35px !important}}.page-main{width:100%;margin-top:16px;box-sizing:border-box}@media (min-width:768px){.page-main{margin-top:24px}}@media (max-width:768px){.columns .column.main{overflow-y:hidden}}.usp-container{margin-bottom:20px}.usp-container ul{padding:0;margin:0;list-style:none}.usp-container li{display:inline-block;font-family:"My type of font",Verdana,sans-serif;font-size:1.25rem;margin:0}.usp-container li:last-child{margin-right:0}@media (min-width:425px){.usp-container{display:inline-block}}.check{background:url('../../frontend/DigitalVillage/lantinga/nl_NL/images/checkmark.png');background-size:contain;width:18px;height:18px;display:inline-block}body.page-layout-1column .main{overflow:hidden}body.page-layout-2columns-left .main{overflow:auto}body.page-layout-2columns-left .columns .sidebar-additional{display:none}body.page-layout-2columns-left .columns .column.main{width:100%;overflow:auto}@media (min-width:768px){body.page-layout-2columns-left .columns .sidebar-main,body.page-layout-2columns-left .columns .sidebar-additional{display:block;float:left;width:25%}body.page-layout-2columns-left .columns .column.main{width:75%}}.recipe-recipe-view.page-layout-2columns-left .columns .sidebar-main,.recipe-recipe-view.page-layout-2columns-left .columns .sidebar-additional{display:block}.recipe-recipe-view.page-layout-2columns-left .columns .column.main{width:100%;overflow:auto}.recipe-recipe-view.page-layout-2columns-left .recipe-ingredients .primary{text-align:center;display:block;text-decoration:none}.recipe-recipe-view.page-layout-2columns-left .recipe-ingredients .primary.light,.recipe-recipe-view.page-layout-2columns-left .recipe-ingredients .primary.dark{margin:25px 0 0;float:right}.recipe-recipe-view.page-layout-2columns-left .recipe-ingredients .primary:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:16px;color:inherit;content:'\e611';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.recipe-recipe-view.page-layout-2columns-left .recipe-ingredients .primary:after{vertical-align:top}.recipe-recipe-view.page-layout-2columns-left .recipe-ingredients #super-product-table .total-price{white-space:nowrap}.recipe-recipe-view.page-layout-2columns-left .recipe-view .action.primary{margin-top:30px}@media (min-width:768px){.recipe-recipe-view.page-layout-2columns-left .columns .sidebar-main,.recipe-recipe-view.page-layout-2columns-left .columns .sidebar-additional{float:left;width:50%}.recipe-recipe-view.page-layout-2columns-left .columns .column.main{width:50%}}@media (min-width:950px){.recipe-recipe-view.page-layout-2columns-left .columns .sidebar-main,.recipe-recipe-view.page-layout-2columns-left .columns .sidebar-additional{width:40%}.recipe-recipe-view.page-layout-2columns-left .columns .column.main{width:60%}}.blog-index-index.page-layout-2columns-left .columns .sidebar-main,.blog-category-view.page-layout-2columns-left .columns .sidebar-main,.blog-index-index.page-layout-2columns-left .columns .sidebar-additional,.blog-category-view.page-layout-2columns-left .columns .sidebar-additional{display:none}.blog-index-index.page-layout-2columns-left .columns .column.main,.blog-category-view.page-layout-2columns-left .columns .column.main{width:100%;overflow:auto}@media (min-width:768px){.blog-index-index.page-layout-2columns-left .columns .sidebar-main,.blog-category-view.page-layout-2columns-left .columns .sidebar-main,.blog-index-index.page-layout-2columns-left .columns .sidebar-additional,.blog-category-view.page-layout-2columns-left .columns .sidebar-additional{display:block;float:left;width:35%}.blog-index-index.page-layout-2columns-left .columns .column.main,.blog-category-view.page-layout-2columns-left .columns .column.main{width:65%}}@media (min-width:950px){.blog-index-index.page-layout-2columns-left .columns .sidebar-main,.blog-category-view.page-layout-2columns-left .columns .sidebar-main,.blog-index-index.page-layout-2columns-left .columns .sidebar-additional,.blog-category-view.page-layout-2columns-left .columns .sidebar-additional{width:30%}.blog-index-index.page-layout-2columns-left .columns .column.main,.blog-category-view.page-layout-2columns-left .columns .column.main{width:70%}}.catalog-product-view .columns .product-info-main{width:100%;overflow:hidden}.catalog-product-view #notice-cookie-block{display:none !important}.magestore-bannerslider-standard .flexslider{box-shadow:none;-webkit-box-shadow:none;height:220px !important;max-height:220px !important;margin:0 0 10px}.magestore-bannerslider-standard .flex-viewport{min-height:initial !important;min-height:220px !important;max-height:220px !important;height:220px !important}.magestore-bannerslider-standard .flexslider .slides>li{margin:0}.magestore-bannerslider-standard .flexslider .slides>li .img{background-size:cover;max-height:220px !important;min-height:220px !important;height:220px !important}.magestore-bannerslider-standard .flex-direction-nav a{margin:0}.magestore-bannerslider-standard .flex-control-nav{bottom:20px}.magestore-bannerslider-standard .flex-control-nav li a{background:#000}.magestore-bannerslider-standard .flex-control-nav li a:hover,.magestore-bannerslider-standard .flex-control-nav li a:active{background:#000}.magestore-bannerslider-standard .flex-control-nav li a.flex-active{background-color:#a50029}.magestore-bannerslider-standard .flex-control-nav li a.flex-active:hover,.magestore-bannerslider-standard .flex-control-nav li a.flex-active:active{background:#a50029}.magestore-bannerslider-standard .flex-control-paging li a{width:20px;height:20px}.magestore-bannerslider-standard .magestore-bannerslider-title{display:none}@media (min-width:768px){.magestore-bannerslider-standard .flexslider{height:428px !important;max-height:428px !important;margin:0 0 25px}.magestore-bannerslider-standard .flex-viewport{min-height:initial !important;height:428px !important;max-height:428px !important;min-height:428px !important}.magestore-bannerslider-standard .flexslider .slides>li .img{min-height:428px !important;height:428px !important;max-height:428px !important}}@media (max-width:1199px){.magestore-bannerslider-standard .flexslider .slides>li .img{background-position:top center}}@media (max-width:480px){.magestore-bannerslider-standard .flex-control-nav{display:none}}.slider-container{margin-bottom:20px;padding:0}.slider-container .col-xs-12{padding:0}.products-grid .product-item .price-to{display:none}.products-grid .product-item .actions-primary{display:block}.products-grid .product-item .actions-primary button,.products-grid .product-item .actions-primary .cart.table-wrapper .actions-toolbar>.action,.products-grid .product-item .actions-primary .action-gift{margin:0}.products-grid .product-item .actions-primary .unavailable span{font-size:12px}.products-grid .product-item .price-box{margin:0;height:40px;display:inline-block}.products-grid .product-item .price-box .price{font-weight:normal}.products-grid .product-item .product-item-details{padding:0}.products-grid .product-item .product-item-name{font-size:16px}.products-grid .product-item .product-image-container{display:block;min-height:140px;margin:auto}.products-grid .product-item .product-image-wrapper{display:inline}.products-grid .product-item .product-item-actions{margin:0}.widget .block-title,.sliders .block-title{font-family:"My type of font",Verdana,sans-serif;text-transform:none;text-align:left;margin:0 0 25px}.widget .block-title>strong,.sliders .block-title>strong{font-size:32px;text-transform:none;font-family:"My type of font",Verdana,sans-serif}[class*="pbcol-"]{margin-bottom:17px}.widget .products-grid,.sliders .products-grid{margin:0 -15px}.widget .products-grid .product-item,.sliders .products-grid .product-item{width:calc(100% - 30px) !important;padding:0;text-align:left}.widget .block-content,.sliders .block-content{overflow:hidden}.owl-carousel.widget-product-grid .owl-stage-outer{padding:0 15px}.owl-carousel.widget-product-grid .owl-dots{display:none !important}.owl-carousel.widget-product-grid .owl-nav{display:block !important}.owl-carousel.widget-product-grid .owl-nav>button,.owl-carousel.widget-product-grid .owl-nav>.cart.table-wrapper .actions-toolbar>.action,.owl-carousel.widget-product-grid .owl-nav>.action-gift{position:absolute;top:0;bottom:0;padding:0;text-align:center;border-radius:0;border:none;opacity:1;margin:auto;box-sizing:border-box;box-shadow:0 0 10px 0 rgba(0,0,0,0.3);transition:.2s;width:50px;height:50px;line-height:50px;background:#fff}.owl-carousel.widget-product-grid .owl-nav>button>span,.owl-carousel.widget-product-grid .owl-nav>.cart.table-wrapper .actions-toolbar>.action>span,.owl-carousel.widget-product-grid .owl-nav>.action-gift>span{display:block;text-indent:-9999px;width:50px;height:50px;line-height:50px;display:inline-block;text-decoration:none}.owl-carousel.widget-product-grid .owl-nav>button>span:before,.owl-carousel.widget-product-grid .owl-nav>.cart.table-wrapper .actions-toolbar>.action>span:before,.owl-carousel.widget-product-grid .owl-nav>.action-gift>span:before{position:absolute;left:0;top:0;text-indent:0}.owl-carousel.widget-product-grid .owl-nav>button>span:before,.owl-carousel.widget-product-grid .owl-nav>.cart.table-wrapper .actions-toolbar>.action>span:before,.owl-carousel.widget-product-grid .owl-nav>.action-gift>span:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:50px;line-height:50px;color:inherit;content:'\e617';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.owl-carousel.widget-product-grid .owl-nav>button.owl-prev,.owl-carousel.widget-product-grid .owl-nav>.cart.table-wrapper .actions-toolbar>.action.owl-prev,.owl-carousel.widget-product-grid .owl-nav>.action-gift.owl-prev{left:15px}.owl-carousel.widget-product-grid .owl-nav>button.owl-next,.owl-carousel.widget-product-grid .owl-nav>.cart.table-wrapper .actions-toolbar>.action.owl-next,.owl-carousel.widget-product-grid .owl-nav>.action-gift.owl-next{right:15px}.owl-carousel.widget-product-grid .owl-nav>button.owl-next>span:before,.owl-carousel.widget-product-grid .owl-nav>.cart.table-wrapper .actions-toolbar>.action.owl-next>span:before,.owl-carousel.widget-product-grid .owl-nav>.action-gift.owl-next>span:before{content:'\e608'}.owl-carousel.widget-product-grid .owl-nav>button:hover,.owl-carousel.widget-product-grid .owl-nav>button:active,.owl-carousel.widget-product-grid .owl-nav>.cart.table-wrapper .actions-toolbar>.action:hover,.owl-carousel.widget-product-grid .owl-nav>.cart.table-wrapper .actions-toolbar>.action:active,.owl-carousel.widget-product-grid .owl-nav>.action-gift:hover,.owl-carousel.widget-product-grid .owl-nav>.action-gift:active{cursor:pointer;color:#a50029}.owl-carousel.widget-product-grid .owl-item{text-align:center}.owl-carousel.widget-product-grid .owl-item .product-item{display:block !important;padding:0 !important;border:1px solid #000}.owl-carousel.widget-product-grid .owl-item .product-item .product-item-details{margin:0;padding:15px;text-align:left}.owl-carousel.widget-product-grid .owl-item .product-item .product-image-wrapper{display:block;padding-bottom:100% !important}.owl-carousel.widget-product-grid .owl-item .product-item .product-image-wrapper img{margin:auto !important;left:-100%;right:-100%}.owl-carousel.widget-product-grid .owl-item .product-item .product-delivery{color:#267514;font-family:'mulibold',Verdana,sans-serif;margin:0 0 10px}.owl-carousel.widget-product-grid .owl-item .product-item .product-item-name{min-height:48px;line-height:24px;margin:0;text-align:left;font-family:'mulibold',Verdana,sans-serif;font-size:1.6rem;color:#000}.owl-carousel.widget-product-grid .owl-item .product-item .price-box{text-align:left;margin:0 0 5px;padding:6px 0 0;height:auto;vertical-align:top}.owl-carousel.widget-product-grid .owl-item .product-item .price-box .price-from{margin:0;font-size:1.2rem}.owl-carousel.widget-product-grid .owl-item .product-item .price-box.price-final_price{font-size:1.2rem}.owl-carousel.widget-product-grid .owl-item .product-item .price-box.price-final_price .price{font-family:'mulibold',Verdana,sans-serif;color:#000;font-size:1.6rem}.owl-carousel.widget-product-grid .owl-item .product-item .price-box.price-final_price.special-price .price{color:#a50029}.owl-carousel.widget-product-grid .owl-item .product-item .price-box .old-price{float:left;margin:3px 10px 0 0;line-height:20px}.owl-carousel.widget-product-grid .owl-item .product-item .price-box .old-price .price{font-family:'mulibold',Verdana,sans-serif;text-decoration:line-through;color:#666;font-size:1.2rem}.owl-carousel.widget-product-grid .owl-item .product-item .product-item-actions{margin:0}.owl-carousel.widget-product-grid .owl-item .product-item .product-item-actions .action.primary,.owl-carousel.widget-product-grid .owl-item .product-item .product-item-actions .ghost-button{width:100%;margin:0;text-align:center;box-sizing:border-box}.owl-carousel.widget-product-grid .owl-item .product-item .product-item-actions .action.primary:hover,.owl-carousel.widget-product-grid .owl-item .product-item .product-item-actions .ghost-button:hover,.owl-carousel.widget-product-grid .owl-item .product-item .product-item-actions .action.primary:active,.owl-carousel.widget-product-grid .owl-item .product-item .product-item-actions .ghost-button:active{margin:0}.owl-carousel.widget-product-grid .block-content{margin-top:0}.products-grid .product-item{width:100% !important;margin:0 auto;text-align:center}.magestore-bannerslider-standard{overflow:hidden;width:100% !important}.magestore-bannerslider-standard .flex-active-slide{position:relative}.magestore-bannerslider-standard .text-container{position:absolute;bottom:40px;width:70%;text-align:left;left:30px}.magestore-bannerslider-standard .text-container strong{display:block;line-height:1;text-shadow:0 0 3px rgba(0,0,0,0.7);color:#fff;font-family:'My type of font',Verdana,sans-serif;font-size:2rem}.magestore-bannerslider-standard .text-container a{position:relative;height:40px;line-height:40px;padding:0 45px;z-index:1;box-sizing:border-box;border:none;font-family:'mulibold',Verdana,sans-serif;font-size:1.6rem}.magestore-bannerslider-standard .text-container a:hover,.magestore-bannerslider-standard .text-container a:active{border:none}@media (min-width:991px){.magestore-bannerslider-standard .text-container{width:40%;top:auto;right:auto;left:60px;bottom:50px}.magestore-bannerslider-standard .text-container strong{line-height:1;font-size:3.6rem}}@media (max-width:480px){.magestore-bannerslider-standard .text-container{bottom:10px}.magestore-bannerslider-standard .text-container a{margin-top:10px;padding:0 25px}}.column.main .sliders{border-top:1px solid #231f20;margin:0;padding-top:25px}.column.main .sliders .block{margin-bottom:5px}.column.main .sliders .block:last-child{margin-bottom:0}.column.main .sliders .owl-theme .owl-controls{margin:0}.column.main .sliders .product-item{padding-left:15px;padding-right:15px}.column.main .sliders .product-item-name{margin:0 0 10px 0;text-align:center}@media (min-width:768px){.column.main .sliders .block:last-child{margin-bottom:0}}.bottom-line{border-bottom:1px solid #231f20;margin-bottom:20px;float:left;width:100%}.sidebar .widget.blog-search,.recipe-search{position:relative;width:250px}.sidebar .widget.blog-search input,.recipe-search input{height:42px}.sidebar .widget.blog-search input::-webkit-input-placeholder,.recipe-search input::-webkit-input-placeholder{color:#231f20}.sidebar .widget.blog-search .action.search,.recipe-search .action.search{position:absolute;right:10px;top:0;z-index:1;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;padding:5px 0}.sidebar .widget.blog-search .action.search[disabled],.recipe-search .action.search[disabled]{cursor:not-allowed;pointer-events:none;opacity:1}.sidebar .widget.blog-search .action.search:before,.recipe-search .action.search:before{-webkit-font-smoothing:antialiased;font-size:22px;line-height:22px;color:#8f8f8f;content:url('../../frontend/DigitalVillage/lantinga/nl_NL/images/search-ln.png');margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.sidebar .widget.blog-search .action.search span,.recipe-search .action.search span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.mst-searchautocomplete__autocomplete._active{max-height:60vh;overflow-y:auto}.recipe-search{width:100%;left:auto}.recipe-search .block-content{left:auto;width:245px;margin:0 auto}.recipe-search .action.search{right:6px}.sidebar .widget.blog-search{float:left;padding-left:0}.catalogsearch-result-index .sidebar{order:0 !important}.block-categories{width:260px}.block-categories .block-title{margin-bottom:32px;text-transform:inherit;text-align:left}.block-categories .block-title span{font-size:28px;font-family:"My type of font",Verdana,sans-serif}.block-categories .expand{cursor:pointer;float:right}.block-categories .o-list{margin-bottom:0px;padding-left:0px}.block-categories .o-list li{list-style:none;border-bottom:1px solid #ededed;padding-bottom:10px}.block-categories .o-list li.active>ul{display:block}.block-categories .o-list li.active>ul li:last-of-type{border-bottom:0px;padding-bottom:0px;margin-bottom:0px}.block-categories .o-list li a{font-family:"My type of font",Verdana,sans-serif;color:#000;display:inline-block}.block-categories .o-list li a.active{font-weight:bold}.block-categories .o-list li>ul{padding-top:15px;margin-top:0px}.block-categories .o-list .level0{list-style:none}.block-categories .o-list .level1 a{padding-left:15px}.block-categories .o-list .level2 a{padding-left:30px}.block-categories .o-list .level3 a{padding-left:45px}.block-categories>.o-list{display:block;margin-top:30px;padding-right:45px;margin-bottom:30px}.breadcrumbs{font-family:"My type of font",Verdana,sans-serif;margin:26px 0 0 0}.breadcrumbs strong{font-family:"My type of font",Verdana,sans-serif;text-transform:uppercase}.breadcrumbs a{text-transform:uppercase}.breadcrumbs a:hover{color:#a50029;text-decoration:none}.breadcrumbs .item:not(:last-child):after{content:'>';font-size:12px;line-height:13px;color:#000}@media (max-width:767px){.breadcrumbs{margin-top:5px}}.cms-home [class*="pbcol-"]{margin-bottom:17px;position:relative}.cms-home .pbrow{margin-right:-10px;margin-bottom:5px;margin-left:-10px}.cms-home .pbrow h1{font-size:21px;line-height:25px;margin-bottom:15px}.cms-home .pbrow h2{margin:22px 0 11px 0}.cms-home .pbrow hr{height:8px;border:0;box-shadow:inset 0 12px 12px -17px rgba(0,0,0,0.5);margin:0}.cms-home .pbrow .header{position:absolute;font-size:31px;width:auto;margin:20px;text-transform:uppercase;font-family:"My type of font",Verdana,sans-serif;color:white;line-height:1em}.cms-home .pbrow .header .sub-header{font-family:'muliregular';font-size:24px;display:block}.cms-home .pbrow p{margin:0 0 15px 0}.cms-home .pbrow p>.button{margin-top:0}.cms-home .pbrow p.button>.button{margin-top:0;width:90%}.cms-home .pbrow .block-title strong{font-family:"My type of font",Verdana,sans-serif}.cms-home .pbrow .product-image-wrapper{display:block}.cms-home .pbrow img{width:100%}@media only screen and (max-width:984px) and (min-width:768px){.cms-home .pbrow .pbol-col-md-l-6{width:50%}}@media (min-width:768px){.cms-home .pbrow h1{font-size:32px;line-height:32px}.cms-home .pbrow img{width:auto}}@media (min-width:1150px){.cms-home .pbrow .header{font-size:42px}}.product.media .fotorama__arr .fotorama__arr__arr{background-image:url('../../frontend/DigitalVillage/lantinga/nl_NL/images/gallery-white.png')}.product.media .fotorama__fullscreen-icon:focus::after,.product.media .fotorama__zoom-out:focus::after,.product.media .fotorama__zoom-in:focus::after,.product.media .fotorama__arr:focus::after,.product.media .fotorama__stage__shaft:focus::after,.product.media .fotorama__nav__frame--thumb:focus .fotorama__thumb::after,.product.media .fotorama__nav__frame--dot:focus .fotorama__dot::after{box-shadow:none}.product.media .fotorama__arr,.product.media .fotorama__thumb__arr{background-color:transparent}.topbar{text-align:center;background:#5A0F00;transition:.2s}.topbar .topbar-inner{max-width:1280px;box-sizing:border-box;margin:0 auto;padding-top:10px;padding-bottom:10px;background:#5A0F00;color:#000}.topbar img{float:left}.topbar ul{margin:0;padding:0}.topbar ul>ul{height:20px;overflow:hidden}.topbar ul li{list-style:none;display:inline-block;padding:0;vertical-align:top;line-height:20px;margin:0 10px;font-size:1.3rem}.topbar ul li>img{width:auto;height:16px;margin-top:2px;margin-right:10px}.topbar ul li .fa{float:left;margin-top:-1px;margin-right:10px;font-size:2.4rem}.topbar ul li a{text-decoration:none;color:#000}.topbar ul li.topbar-phone{float:left;margin-right:30px;font-size:1.6rem}.topbar ul li.kiyoh-ratings-small{float:right;margin:0;margin-left:30px}@media (max-width:767px){.topbar{display:none;height:0}.topbar .kiyoh-ratings-small{display:none}}.topbar-mobile{text-align:center;background:#5A0F00;transition:.2s;display:none;height:0}.topbar-mobile .topbar-inner{max-width:1280px;box-sizing:border-box;margin:0 auto;padding-top:10px;padding-bottom:10px;background:#5A0F00;color:#000}.topbar-mobile img{float:left}.topbar-mobile ul{margin:0;padding:0}.topbar-mobile ul>ul{height:20px;overflow:hidden}.topbar-mobile ul li{list-style:none;display:inline-block;padding:0;vertical-align:top;line-height:20px;margin:0 10px;font-size:1.3rem}.topbar-mobile ul li>img{width:auto;height:16px;margin-top:2px;margin-right:10px}.topbar-mobile ul li .fa{float:left;margin-top:-1px;margin-right:10px;font-size:2.4rem}.topbar-mobile ul li a{text-decoration:none;color:#000}.topbar-mobile ul li.topbar-phone{float:left;margin-right:30px;font-size:1.6rem}.topbar-mobile ul li.kiyoh-ratings-small{float:right;margin:0;margin-left:30px}@media (max-width:767px){.topbar-mobile{display:none;height:0}.topbar-mobile .kiyoh-ratings-small{display:none}}.topbar-mobile ul li.topbar-phone,.topbar-mobile ul li.kiyoh-ratings{display:none;height:auto}@media (max-width:767px){.topbar-mobile{display:block;height:auto}.topbar-mobile ul>ul{margin:0}}.kiyoh-ratings-small{display:inline-block;vertical-align:top;overflow:visible;text-align:left;height:20px}.kiyoh-ratings-small .kiyoh-ratings-small-link{display:block;vertical-align:top}.kiyoh-ratings-small .kiyoh-rating{float:left;display:inline-block;padding-right:1px;vertical-align:top;text-align:center;background:url('../../frontend/DigitalVillage/lantinga/nl_NL/images/kv_shape.svg') no-repeat top left;background-size:contain;letter-spacing:-1px;box-sizing:border-box;width:30px;height:30px;line-height:29px;margin:-5px 10px 0 0;font-family:'mulibold',Verdana,sans-serif;font-size:1.2rem}.kiyoh-ratings-small .fa.fa-star,.kiyoh-ratings-small .fa.fa-star-half-empty,.kiyoh-ratings-small .fa.fa-star-o{color:#ffb814;vertical-align:top;line-height:20px;margin:0 .2rem;font-size:1.6rem}#notice-cookie-block{background:#000}#notice-cookie-block p{max-width:1000px;margin:10px auto;text-align:center;float:none;line-height:1.7em;font-weight:bold;color:#fff}#notice-cookie-block .actions{margin:0 auto 10px;text-align:center;color:#fff}#notice-cookie-block .actions button.action.primary,#notice-cookie-block .actions .cart.table-wrapper .actions-toolbar>.action.action.primary,#notice-cookie-block .actions .action-gift.action.primary{border:none;color:#000;background:#fff}#notice-cookie-block .actions button.action.primary:hover,#notice-cookie-block .actions button.action.primary:active,#notice-cookie-block .actions .cart.table-wrapper .actions-toolbar>.action.action.primary:hover,#notice-cookie-block .actions .cart.table-wrapper .actions-toolbar>.action.action.primary:active,#notice-cookie-block .actions .action-gift.action.primary:hover,#notice-cookie-block .actions .action-gift.action.primary:active{margin:0;border:none;text-decoration:none;color:#fff;background:#a50029}#notice-cookie-block .actions a{color:#fff;text-decoration:none;margin-left:10px}#notice-cookie-block .actions a:hover{text-decoration:underline}.offer-banner{position:relative;text-align:center;background:#000;color:#fff}.offer-banner .container{padding:5px 40px}.offer-banner p,.offer-banner a,.offer-banner li{margin:0;vertical-align:top;color:#fff}.offer-banner .fa{font-size:1rem}.offer-banner a{text-decoration:none;white-space:nowrap;font-family:'mulibold',Verdana,sans-serif}.offer-banner a:hover,.offer-banner a:active{text-decoration:underline}.offer-banner .offer-banner-close{position:absolute;display:block;top:0;right:0;width:30px;height:30px;line-height:30px}.offer-banner .offer-banner-close .fa{font-size:1.6rem}.offer-banner .offer-banner-close:hover,.offer-banner .offer-banner-close:active{cursor:pointer;color:#fff}@media (max-width:1024px){.offer-banner .container{box-sizing:border-box}}.checkout-cart-index .offer-banner,.checkout-index-index .offer-banner,.account .offer-banner{display:none !important}.notification_popup{display:none;position:fixed;top:0;bottom:0;right:0;left:0;z-index:99999;background:rgba(0,0,0,0.7);overflow-x:hidden;overflow-y:auto}.notification_popup h2{margin-top:0}.notification_popup .notification_popup__block{position:fixed;top:0;right:0;left:0;display:block;width:30rem;height:auto;margin:18rem auto;padding:3rem;background:white;text-align:center;box-shadow:0 0 2rem 0 rgba(0,0,0,0.5)}.notification_popup .notification_popup__close{position:absolute;right:2rem;top:2rem;display:block;width:2rem;height:2rem;line-height:2rem;font-weight:bold;transition:all .1s ease-in-out}.notification_popup .notification_popup__close:hover,.notification_popup .notification_popup__close:active{color:red;cursor:pointer}@media (max-width:480px){.notification_popup .notification_popup__block{width:25rem;margin:8rem auto}}.magestore-bannerslide-flex-slider{margin-bottom:0 !important}.cms-home .page-main{margin-top:0;margin-bottom:0}.cms-home .columns .column.main{padding-bottom:0}.cms-home .page-title{display:none !important}.cms-home .owl-theme .owl-controls{margin-top:inherit}.cms-home .products-grid .action.primary{width:100%}.cms-home .magestore-bannerslider ul.slides li[aria-hidden="true"] strong{display:none}.cms-home .homepage-usps{width:100%;position:relative;text-align:center;height:3rem;box-sizing:border-box;overflow:hidden;top:-3px;margin:0;padding:5px 20px}.cms-home .homepage-usps ul{display:inline-block;margin:0 auto;padding:0}.cms-home .homepage-usps ul li{display:inline-block;vertical-align:top;list-style:none;white-space:nowrap;margin:0 30px}.cms-home .homepage-usps ul li img{float:left;margin-top:-3px;margin-right:10px}.cms-home .homepage-usps ul li a{text-decoration:none}.cms-home .homepage-usps ul li a:hover,.cms-home .homepage-usps ul li a:active{text-decoration:underline}.cms-home .homepage-top-category{position:relative;display:block;height:124px;margin:0 0 25px;padding-right:165px;border:1px solid #000}.cms-home .homepage-top-category .left{height:100%;box-sizing:border-box;padding:10px;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.cms-home .homepage-top-category .left h3{text-transform:uppercase;margin:0 0 10px;font-family:'My type of font',Verdana,sans-serif;color:#000;font-size:1.8rem}.cms-home .homepage-top-category .left a{text-decoration:none;color:#a50029;font-family:'My type of font',Verdana,sans-serif;font-size:1.8rem}.cms-home .homepage-top-category .left a:hover,.cms-home .homepage-top-category .left a:active{color:#8c0023}.cms-home .homepage-top-category .right{position:absolute;right:0;top:0;overflow:hidden;width:165px;height:124px}.cms-home .homepage-top-category .right img{position:absolute;top:0;left:-100%;right:-100%;height:100%;margin:auto;max-width:initial}@media (max-width:767px){.cms-home .header-banner{display:block}.cms-home .homepage-usps{margin:0 5px 3px}.cms-home .homepage-usps ul li{margin:0 20px 10px}.cms-home .homepage-top-category{height:100px;margin-bottom:10px}.cms-home .homepage-top-category .right{height:100px}}@media (max-width:480px){.cms-home .homepage-usps{height:2.2rem;margin-bottom:5px}.cms-home .homepage-usps ul li{margin:0 5px 5px;font-size:1rem}.cms-home .homepage-usps ul li img{width:auto;height:18px}}@media (max-width:390px){.cms-home .homepage-top-category{padding-right:125px}.cms-home .homepage-top-category .left h3{margin-bottom:5px;font-size:1.6rem}.cms-home .homepage-top-category .right{width:125px}}[class*="pbcol-"]{padding-right:15px;padding-left:15px}.button-black{text-decoration:none;border:2px solid #000;text-align:center;font-size:16px;font-family:muliregular;display:inline-block;margin:18px 0 8px;border-radius:0 !important;padding:6px 15px;font-weight:600;line-height:16px;transition:all .2s ease-in-out;background:#000;color:#fff !important}.button-black:hover{background-color:#a50029;border:2px solid #a50029;color:#fff}.button-red{text-decoration:none;background-color:#a50029;border:2px solid #a50029;text-align:center;font-size:16px;font-family:muliregular;display:inline-block;margin:18px 0 8px;border-radius:0 !important;padding:6px 15px;font-weight:600;line-height:16px;transition:all .2s ease-in-out;color:#fff !important}.button-red:hover{background-color:#8c0023;color:#fff;border-color:#8c0023}.button-white{text-decoration:none;background-color:#fff;border:2px solid #000;text-align:center;font-size:16px;font-family:muliregular;display:inline-block;margin:18px 0 8px;border-radius:0 !important;padding:6px 15px;font-weight:600;line-height:16px;transition:all .2s ease-in-out;color:#000 !important}.button-white:hover{background-color:#000;color:#fff !important;border-color:#000}.catalog-category-view .column.main{overflow:hidden}.catalog-category-view.page-layout-1column .customizer-top h1,.catalog-category-view.page-layout-1column .customizer-top+h1{display:none}.catalog-category-view.page-layout-2columns-left .page-main{margin-top:10px}.catalog-category-view.page-layout-2columns-left .page-main h1{margin-bottom:20px}@media (max-width:768px){.catalog-category-view.page-layout-2columns-left .page-main h1{margin-bottom:0}}.catalog-category-view.page-layout-2columns-left .customizer-top .background{height:280px !important}.catalog-category-view.page-layout-2columns-left .customizer-top .background p{display:none}@media (max-width:768px){.catalog-category-view.page-layout-2columns-left .customizer-top .background.has-mobile{display:none}}@media (min-width:768px){.catalog-category-view.page-layout-2columns-left .customizer-top .background.mobile{display:none}}.catalog-category-view.page-layout-2columns-left .customizer-top h1,.catalog-category-view.page-layout-2columns-left .customizer-top+h1{display:none}@media (max-width:768px){.catalog-category-view.page-layout-2columns-left .customizer-top .background{height:180px !important}}@media (max-width:360px){.catalog-category-view.page-layout-2columns-left .customizer-top .background{height:120px !important}}.catalog-category-view .product.product-menu .expand,.catalog-category-view .product.product-menu .expanded{display:inline-block;width:1.5rem}.sidebar-usps{margin:0 0 30px}.sidebar-usps .product-usps{margin:0;margin-bottom:40px}.customizer-list .button a{display:block}.kiyoh-ratings-large{position:relative;max-width:100%;width:100%;height:auto;margin-bottom:25px;margin-top:25px;display:inline-block;overflow:visible;text-align:left;color:#464343;clear:both}.kiyoh-ratings-large a{text-decoration:none;clear:both}.kiyoh-ratings-large .kiyoh-content{float:left;display:block}.kiyoh-ratings-large .kiyoh-rating{float:left;display:block;padding-right:1px;vertical-align:top;text-align:center;background:url('../../frontend/DigitalVillage/lantinga/nl_NL/images/kv_shape.svg') no-repeat top left;background-size:contain;letter-spacing:-1px;box-sizing:border-box;width:90px;height:90px;line-height:90px;margin:-5px 10px 0 0;font-family:'mulibold',Verdana,sans-serif;font-size:3.2rem;color:#464343}.kiyoh-ratings-large .kiyoh-name{font-size:2rem}.kiyoh-ratings-large .kiyoh-name,.kiyoh-ratings-large .kiyoh-num-ratings{color:#464343}.kiyoh-ratings-large .fa.fa-star,.kiyoh-ratings-large .fa.fa-star-half-empty,.kiyoh-ratings-large .fa.fa-star-o{color:#ffb814;vertical-align:top;line-height:20px;margin:0 .2rem;font-size:1.6rem}.kiyoh-ratings-latest{position:relative;display:block;margin-top:-15px;z-index:1;color:#666;font-size:1.6rem}.category-items .page-title-wrapper{text-align:center;margin:0 0 3rem}.category-tiles{margin:0;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.category-tiles .category-tile{display:block;min-width:20rem;text-align:left;text-decoration:none;box-sizing:border-box;padding:0 1.5rem;-moz-box-flex:0 0 25%;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%}.category-tiles .category-tile img{display:block}.category-tiles .category-tile h2{margin:22px 0 11px;min-height:8.5rem}.category-tiles .category-tile .button-dark{display:block;margin:0 0 3rem}@media (max-width:570px){.category-tiles .category-tile h2{min-height:auto}}@media (max-width:1024px){.category-tiles .category-tile{min-width:26rem}}@media (max-width:570px){.category-tiles .category-tile{min-width:100%}}.catalog-category-view .toolbar-products:first-child,.catalogsearch-result-index .toolbar-products:first-child{display:none}.catalog-category-view .products.wrapper~.toolbar .limiter,.catalogsearch-result-index .products.wrapper~.toolbar .limiter{float:left;display:inline-block;position:absolute;left:0;z-index:1}.catalog-category-view .products.wrapper~.toolbar .limiter .label,.catalogsearch-result-index .products.wrapper~.toolbar .limiter .label{display:none}.catalog-category-view .products.wrapper~.toolbar .limiter .limiter-options,.catalogsearch-result-index .products.wrapper~.toolbar .limiter .limiter-options{margin:0 5px 0 2px}.catalog-category-view .toolbar-products,.catalogsearch-result-index .toolbar-products{position:relative;margin:0 0 40px;padding:0}@media (min-width:768px){.catalog-category-view .toolbar-products,.catalogsearch-result-index .toolbar-products{margin:0 10px 40px;padding:0 10px}}.catalog-category-view .toolbar-products .pages,.catalogsearch-result-index .toolbar-products .pages{text-align:right}.catalog-category-view .toolbar-products .pages .pages-item-next,.catalogsearch-result-index .toolbar-products .pages .pages-item-next{margin-right:0}@media (min-width:768px){.catalog-category-view .toolbar-products .pages,.catalogsearch-result-index .toolbar-products .pages{position:absolute;right:0;width:97%}}.catalog-category-view .toolbar-products .pages a.page,.catalogsearch-result-index .toolbar-products .pages a.page{font-family:'muliregular';color:#000}.catalog-category-view .toolbar-products .pages a.page:visited,.catalogsearch-result-index .toolbar-products .pages a.page:visited,.catalog-category-view .toolbar-products .pages a.page:hover,.catalogsearch-result-index .toolbar-products .pages a.page:hover{color:#000}.catalog-category-view .toolbar-products .pages a.page:hover,.catalogsearch-result-index .toolbar-products .pages a.page:hover{font-family:'mulibold'}.catalog-category-view .toolbar-products .item-current strong,.catalogsearch-result-index .toolbar-products .item-current strong{font-weight:normal}.catalog-category-view .usp-container,.catalogsearch-result-index .usp-container{margin-bottom:20px}.catalog-category-view .product-item-info,.catalogsearch-result-index .product-item-info{position:relative}.catalog-category-view .products,.catalogsearch-result-index .products{margin:0}.catalog-category-view .products input.qty,.catalogsearch-result-index .products input.qty{max-width:inherit;font-size:12px;padding:0 15px 1px 2px;text-align:center;overflow:hidden;text-overflow:ellipsis}.catalog-category-view .products .product-item,.catalogsearch-result-index .products .product-item{position:relative;padding:0 2px;margin:0 0 24px 0;width:100%}.catalog-category-view .products .product-item .product-item-details,.catalogsearch-result-index .products .product-item .product-item-details{padding:12px 16px 16px 16px;overflow:auto}.catalog-category-view .products .product-item .description,.catalogsearch-result-index .products .product-item .description{font-size:12px}.catalog-category-view .products .product-item .product-item-name,.catalogsearch-result-index .products .product-item .product-item-name{font-family:'mulibold';font-size:16px;margin:0;min-height:48px;line-height:24px}.catalog-category-view .products .product-item .qty-cell,.catalogsearch-result-index .products .product-item .qty-cell{min-width:45px;max-width:45px}.catalog-category-view .products .product-item .times,.catalogsearch-result-index .products .product-item .times{margin:0 0 10px;padding:6px 2px;text-align:center;min-width:20px;max-width:20px;display:inline-block}.catalog-category-view .products .product-item .product-weight,.catalogsearch-result-index .products .product-item .product-weight{display:inline-block;margin-top:1px;min-width:60px;padding:5px 5px 4px 10px}.catalog-category-view .products .product-item select,.catalogsearch-result-index .products .product-item select{min-width:110px;padding:5px 15px 4px 5px;max-width:80px;text-align:center}.catalog-category-view .products .product-item .price-box,.catalogsearch-result-index .products .product-item .price-box{margin:0 0 5px;padding:6px 0 0;height:auto;font-size:1.2rem;vertical-align:top}.catalog-category-view .products .product-item .price-box .price-from,.catalogsearch-result-index .products .product-item .price-box .price-from{text-align:left;font-size:1.2rem}.catalog-category-view .products .product-item .price-box .price-from .price-label,.catalogsearch-result-index .products .product-item .price-box .price-from .price-label{font-size:1.2rem}.catalog-category-view .products .product-item .price-box .price-from .old-price .price-label,.catalogsearch-result-index .products .product-item .price-box .price-from .old-price .price-label{display:none}.catalog-category-view .products .product-item .price-box .price-final_price .price,.catalogsearch-result-index .products .product-item .price-box .price-final_price .price{font-family:'mulibold',Verdana,sans-serif;font-size:16px;color:#000}.catalog-category-view .products .product-item .price-box .price-final_price.special-price .price,.catalogsearch-result-index .products .product-item .price-box .price-final_price.special-price .price{color:#a50029}.catalog-category-view .products .product-item .price-box .old-price,.catalogsearch-result-index .products .product-item .price-box .old-price{float:left;margin:3px 10px 0 0;line-height:20px}.catalog-category-view .products .product-item .price-box .old-price .price-label,.catalogsearch-result-index .products .product-item .price-box .old-price .price-label{display:none}.catalog-category-view .products .product-item .price-box .old-price .price,.catalogsearch-result-index .products .product-item .price-box .old-price .price{font-family:'mulibold',Verdana,sans-serif;text-decoration:line-through;font-size:12px;color:#666}.catalog-category-view .products .product-item .product-item-actions,.catalogsearch-result-index .products .product-item .product-item-actions{margin:0}.catalog-category-view .products .product-item .product-image-wrapper,.catalogsearch-result-index .products .product-item .product-image-wrapper{display:block}.catalog-category-view .products .product-item .discount-label,.catalogsearch-result-index .products .product-item .discount-label{display:inline-block;position:absolute;top:-1px;left:1rem;padding:2rem 1rem;background:#fff;color:#000;border:1px solid #000;font-family:"mulibold","Multi",sans-serif;z-index:33}.catalog-category-view .products .product-item .special-price,.catalogsearch-result-index .products .product-item .special-price{display:inline-block;margin-left:0}.catalog-category-view .products .product-item .price,.catalogsearch-result-index .products .product-item .price{position:relative}.catalog-category-view .products .product-item .price-special_price+.base-price,.catalogsearch-result-index .products .product-item .price-special_price+.base-price{position:absolute;top:-1.7rem;right:0}.catalog-category-view .products .product-item .price-special_price+.base-price .price,.catalogsearch-result-index .products .product-item .price-special_price+.base-price .price{font-size:1.4rem !important;color:#999;text-decoration:line-through}.catalog-category-view .products .product-item .buttons-out-of-stock,.catalogsearch-result-index .products .product-item .buttons-out-of-stock{margin-top:65px}.catalog-category-view .products .product-item .buttons-out-of-stock .ghost-button,.catalogsearch-result-index .products .product-item .buttons-out-of-stock .ghost-button{margin:0;display:block}.catalog-category-view .products .product-item .buttons,.catalogsearch-result-index .products .product-item .buttons{overflow:hidden}.catalog-category-view .products .product-item .buttons .right,.catalogsearch-result-index .products .product-item .buttons .right{padding:0 0 0 10px}.catalog-category-view .products .product-item .buttons .left,.catalogsearch-result-index .products .product-item .buttons .left{padding:0 10px 0 0}.catalog-category-view .products .product-item .buttons .action.primary,.catalogsearch-result-index .products .product-item .buttons .action.primary{width:100%;margin:10px 0 0 0;line-height:16px;border-radius:0;color:#fff;background-color:#000;border-color:#000;padding-left:.4rem;padding-right:.4rem;font-weight:700;cursor:pointer;display:inline-block;position:relative;transition:0.5s}.catalog-category-view .products .product-item .buttons .action.primary:after,.catalogsearch-result-index .products .product-item .buttons .action.primary:after{content:'»';position:absolute;opacity:0;top:5px;right:-20px;transition:0.5s;font-size:30px}.catalog-category-view .products .product-item .buttons .action.primary:hover,.catalogsearch-result-index .products .product-item .buttons .action.primary:hover,.catalog-category-view .products .product-item .buttons .action.primary:active,.catalogsearch-result-index .products .product-item .buttons .action.primary:active,.catalog-category-view .products .product-item .buttons .action.primary:focus,.catalogsearch-result-index .products .product-item .buttons .action.primary:focus{background-color:#8c0023;border-color:#8c0023}.catalog-category-view .products .product-item .buttons .action.primary:hover,.catalogsearch-result-index .products .product-item .buttons .action.primary:hover{padding-right:24px;padding-left:8px}.catalog-category-view .products .product-item .buttons .action.primary:hover:after,.catalogsearch-result-index .products .product-item .buttons .action.primary:hover:after{opacity:1;right:10px}.catalog-category-view .product-image-link.has-hover,.catalogsearch-result-index .product-image-link.has-hover{display:block;position:relative}.catalog-category-view .product-image-link.has-hover .product-image-container.hover-image,.catalogsearch-result-index .product-image-link.has-hover .product-image-container.hover-image{opacity:0;transition:all .2s linear;visibility:hidden;position:absolute;top:0;left:0;z-index:999}.catalog-category-view .product-image-link.has-hover:hover .product-image-container.hover-image,.catalogsearch-result-index .product-image-link.has-hover:hover .product-image-container.hover-image{opacity:1;transition:all .2s linear;visibility:visible}.catalog-category-view .product-image-photo,.catalogsearch-result-index .product-image-photo{min-width:100%}.catalog-category-view .product-delivery,.catalogsearch-result-index .product-delivery{margin:0;color:#267514;font-family:'mulibold',Verdana,sans-serif}.catalog-category-view .bundle-product-quickbuy a,.catalogsearch-result-index .bundle-product-quickbuy a{text-decoration:none}@media (max-width:360px){.catalog-category-view .products .product-item .buttons .col-xs-6,.catalogsearch-result-index .products .product-item .buttons .col-xs-6{width:100%;padding:0}.catalog-category-view .products .product-item .product-item-details,.catalogsearch-result-index .products .product-item .product-item-details{padding-left:.8rem;padding-right:.8rem}}@media (min-width:375px){.catalog-category-view .products .product-item select,.catalogsearch-result-index .products .product-item select,.catalog-category-view .products .product-item .product-weight,.catalogsearch-result-index .products .product-item .product-weight{max-width:130px}}@media (min-width:425px){.catalog-category-view .products .product-item .qty-cell,.catalogsearch-result-index .products .product-item .qty-cell{min-width:45px;max-width:45px}.catalog-category-view .products .product-item select,.catalogsearch-result-index .products .product-item select,.catalog-category-view .products .product-item .product-weight,.catalogsearch-result-index .products .product-item .product-weight{min-width:100px;max-width:100%}}@media (min-width:650px) and (max-width:767px){.catalog-category-view .products .product-item,.catalogsearch-result-index .products .product-item{width:50% !important}}@media (min-width:650px){.catalog-category-view .products .product-item:nth-child(2n+1),.catalogsearch-result-index .products .product-item:nth-child(2n+1){padding:0 12px 0 2px}.catalog-category-view .products .product-item:nth-child(2n),.catalogsearch-result-index .products .product-item:nth-child(2n){padding:0 2px 0 12px}.catalog-category-view .products .product-item select,.catalogsearch-result-index .products .product-item select,.catalog-category-view .products .product-item .product-weight,.catalogsearch-result-index .products .product-item .product-weight{max-width:100px}.catalog-category-view .products .product-item select,.catalogsearch-result-index .products .product-item select,.catalog-category-view .products .product-item .product-weight,.catalogsearch-result-index .products .product-item .product-weight{max-width:110px}}@media (min-width:768px){.catalog-category-view .product-item-actions span,.catalogsearch-result-index .product-item-actions span{font-size:16px}.catalog-category-view .products-grid,.catalogsearch-result-index .products-grid{margin:10px}.catalog-category-view .products.products-grid .product-item,.catalogsearch-result-index .products.products-grid .product-item{width:50%}.catalog-category-view .products.products-grid .product-item .qty-cell,.catalogsearch-result-index .products.products-grid .product-item .qty-cell{min-width:35px;max-width:35px}.catalog-category-view .products.products-grid .product-item select,.catalogsearch-result-index .products.products-grid .product-item select,.catalog-category-view .products.products-grid .product-item .product-weight,.catalogsearch-result-index .products.products-grid .product-item .product-weight{min-width:85px}}@media (min-width:768px) and (max-width:870px){.catalog-category-view .products .product-item td.price,.catalogsearch-result-index .products .product-item td.price{width:100%;text-align:right}.catalog-category-view .products .product-item .buttons .col-xs-6,.catalogsearch-result-index .products .product-item .buttons .col-xs-6{width:100%;padding:0}.catalog-category-view .products .product-item .buttons .col-xs-6.left,.catalogsearch-result-index .products .product-item .buttons .col-xs-6.left,.catalog-category-view .products .product-item .buttons .col-xs-6.right,.catalogsearch-result-index .products .product-item .buttons .col-xs-6.right{padding:0}}@media (min-width:975px){.catalog-category-view .products .product-item select,.catalogsearch-result-index .products .product-item select,.catalog-category-view .products .product-item .product-weight,.catalogsearch-result-index .products .product-item .product-weight{max-width:150px}}@media (min-width:1024px){.catalog-category-view.page-products .products-grid .products .product-item,.catalogsearch-result-index.page-products .products-grid .products .product-item{width:25% !important;margin-left:0;padding:0 7px}.catalog-category-view.page-products .products-grid .products .product-item:nth-child(3n+1),.catalogsearch-result-index.page-products .products-grid .products .product-item:nth-child(3n+1){padding:0 12px 0 2px}.catalog-category-view.page-products .products-grid .products .product-item:nth-child(3n),.catalogsearch-result-index.page-products .products-grid .products .product-item:nth-child(3n){padding:0 2px 0 12px}.catalog-category-view.page-products .products-grid .products .product-item .product-item-details,.catalogsearch-result-index.page-products .products-grid .products .product-item .product-item-details{padding:15px}.catalog-category-view.page-products .products-grid .products .times,.catalogsearch-result-index.page-products .products-grid .products .times{min-width:10px;max-width:10px}.catalog-category-view.page-products .products-grid .products select,.catalogsearch-result-index.page-products .products-grid .products select,.catalog-category-view.page-products .products-grid .products .product-weight,.catalogsearch-result-index.page-products .products-grid .products .product-weight{min-width:75px;max-width:135px}.catalog-category-view.page-products .products-grid .products .price,.catalogsearch-result-index.page-products .products-grid .products .price{font-size:16px}.catalog-category-view.page-products .products-grid .products .buttons .right,.catalogsearch-result-index.page-products .products-grid .products .buttons .right{padding-left:5px}.catalog-category-view.page-products .products-grid .products .buttons .left,.catalogsearch-result-index.page-products .products-grid .products .buttons .left{padding-right:5px}.catalog-category-view.page-products .products-grid .products .buttons .left .saleable-block,.catalogsearch-result-index.page-products .products-grid .products .buttons .left .saleable-block{float:none}}@media (min-width:1024px) and (max-width:1200px){.catalog-category-view.page-products .products-grid .products select,.catalogsearch-result-index.page-products .products-grid .products select,.catalog-category-view.page-products .products-grid .products .product-weight,.catalogsearch-result-index.page-products .products-grid .products .product-weight{max-width:110px}.catalog-category-view.page-products .products-grid .products .product-item .buttons .col-xs-6,.catalogsearch-result-index.page-products .products-grid .products .product-item .buttons .col-xs-6{width:100%;padding:0}}@media (min-width:1200px){.catalog-category-view.page-products .products-grid .products select,.catalogsearch-result-index.page-products .products-grid .products select,.catalog-category-view.page-products .products-grid .products .product-weight,.catalogsearch-result-index.page-products .products-grid .products .product-weight{max-width:120px}}@media (min-width:320px) and (max-width:649px){.catalog-category-view .products .product-item,.catalogsearch-result-index .products .product-item{width:50% !important}.catalog-category-view .products .product-item .buttons .col-xs-6,.catalogsearch-result-index .products .product-item .buttons .col-xs-6{width:100%;padding:0}}@media (max-width:649px){.catalog-category-view #layer-product-list,.catalogsearch-result-index #layer-product-list{overflow-x:hidden}}.catalog-category-view .filter-current .fa-times,.catalogsearch-result-index .filter-current .fa-times{float:right;color:red;cursor:pointer}.catalog-category-view .block.filter,.catalogsearch-result-index .block.filter{margin:0 0 25px 0}.catalog-category-view .block.filter .filter-title,.catalogsearch-result-index .block.filter .filter-title{margin-bottom:0}.catalog-category-view .block.filter .block-content,.catalogsearch-result-index .block.filter .block-content{display:none}@media (min-width:768px){.catalog-category-view .block.filter .block-content,.catalogsearch-result-index .block.filter .block-content{display:block}}@media (max-width:767px){.catalog-category-view .block.filter,.catalogsearch-result-index .block.filter{margin-bottom:15px}}.catalog-category-view.filter-active .block.filter .block-content,.catalogsearch-result-index.filter-active .block.filter .block-content{display:block}.catalog-category-view .filter-actions,.catalogsearch-result-index .filter-actions{margin:0 0 25px 0}.catalog-category-view .filter-actions .clear,.catalogsearch-result-index .filter-actions .clear{font-size:80%;text-decoration:none;color:#7d7d7d}.catalog-category-view .filter-options-content,.catalogsearch-result-index .filter-options-content{min-height:32px}.catalog-category-view .filter-options-content a,.catalogsearch-result-index .filter-options-content a{font-size:1.2rem;text-decoration:none}.catalog-category-view .filter-options-content a:active,.catalogsearch-result-index .filter-options-content a:active,.catalog-category-view .filter-options-content a:focus,.catalogsearch-result-index .filter-options-content a:focus{color:#7d7d7d}.filter-mobile-toggle button,.filter-mobile-toggle .cart.table-wrapper .actions-toolbar>.action,.filter-mobile-toggle .action-gift{display:block;width:100%;margin-bottom:20px;background:#000;color:#fff;border-color:#000;font-size:1.4rem}.filter-mobile-toggle button:hover,.filter-mobile-toggle button:focus,.filter-mobile-toggle button:active,.filter-mobile-toggle .cart.table-wrapper .actions-toolbar>.action:hover,.filter-mobile-toggle .cart.table-wrapper .actions-toolbar>.action:focus,.filter-mobile-toggle .cart.table-wrapper .actions-toolbar>.action:active,.filter-mobile-toggle .action-gift:hover,.filter-mobile-toggle .action-gift:focus,.filter-mobile-toggle .action-gift:active{background:#000;color:#fff;border-color:#000}.filter-mobile-toggle button i,.filter-mobile-toggle .cart.table-wrapper .actions-toolbar>.action i,.filter-mobile-toggle .action-gift i{vertical-align:middle;margin-right:5px;font-size:1.8rem}@media (min-width:768px){.filter-mobile-toggle button,.filter-mobile-toggle .cart.table-wrapper .actions-toolbar>.action,.filter-mobile-toggle .action-gift{display:none}}.products-grid .product-item{text-align:left}.products-grid .product-item .product-reviews-summary{display:none}.toolbar-sorter .sorter{display:none}p#toolbar-amount{display:none}.toolbar .modes{display:none}.toolbar-sorter.sorter{display:none}.catalog-category-view .columns .column.main{width:100%}.catalog-category-view .sidebar.sidebar-main{display:none}.catalog-category-view .products-grid .product-item{width:25%}.page-layout-customizer-category .customizer-list .item .product .price-box{margin:0 0 5px;padding:6px 0 0;height:auto;font-size:1.2rem;vertical-align:top}.page-layout-customizer-category .customizer-list .item .product .price-box .price-from{text-align:left;font-size:1.2rem}.page-layout-customizer-category .customizer-list .item .product .price-box .price-from .price-label{font-size:1.2rem}.page-layout-customizer-category .customizer-list .item .product .price-box .price-from .old-price .price-label{display:none}.page-layout-customizer-category .customizer-list .item .product .price-box .price-final_price .price{font-family:'mulibold',Verdana,sans-serif;font-size:16px;color:#000}.page-layout-customizer-category .customizer-list .item .product .price-box .price-final_price.special-price .price{color:#a50029}.page-layout-customizer-category .customizer-list .item .product .price-box .old-price{float:left;margin:3px 10px 0 0;line-height:20px}.page-layout-customizer-category .customizer-list .item .product .price-box .old-price .price-label{display:none}.page-layout-customizer-category .customizer-list .item .product .price-box .old-price .price{font-family:'mulibold',Verdana,sans-serif;text-decoration:line-through;font-size:12px;color:#666}.page-layout-customizer-category .breadcrumbs{display:none}.page-layout-customizer-category .page-main{margin-top:0}.customizer-top{overflow:hidden}.customizer-top+.col-xs-12{padding:0}.customizer-top .background{width:100%;height:250px !important;background-size:cover;background-repeat:no-repeat;background-position:center center;margin:0;color:#fff;padding:0;overflow:hidden}.customizer-top p{float:right;width:300px;padding:20px 30px 20px 0;font-size:28px;text-transform:uppercase;font-family:"My type of font",Verdana,sans-serif;text-align:center}.customizer-top h1{text-align:center;margin:26px 0 26px 0;font-size:32px}.customizer-top+h1{margin:20px 0 30px;text-align:center;font-size:32px}@media (max-width:768px){.customizer-top .background{max-height:150px !important;height:auto !important}.customizer-top p{padding-right:10px;font-size:24px;line-height:1.4}}@media (max-width:480px){.customizer-top+h1{margin:20px 0;font-size:28px}}@media (max-width:360px){.customizer-top .background{max-height:120px !important;background-size:auto 100%}.customizer-top p{padding-top:5px}}.category-butchery-club-shop .category-description{padding:0 5%;margin-top:-10px}.category-description{margin:24px 0 0}.category-description p{margin-bottom:24px}.customizer-list .item{min-height:430px;margin-bottom:24px}.customizer-list .product-item-info{border:none}.customizer-list .message{margin:20px 0}.customizer-list .thumbnail{margin-bottom:12px}.customizer-list .thumbnail img{width:100% !important}.customizer-list h2{font-family:"My type of font",Verdana,sans-serif;font-size:16px;margin:0 0 0 0;min-height:55px}.customizer-list p{max-height:60px;min-height:60px;overflow:hidden}.customizer-list .button{margin:0}.customizer-list .button a{margin:8px 0 0 0;display:block;font-weight:700;font-size:16px;font-family:'Muli',sans-serif}.customizer-list .button a:hover,.customizer-list .button a:active,.customizer-list .button a:focus{margin:8px 0 0 0}@media (max-width:768px){.customizer-list h2{min-height:75px}}.usp-item{padding:0;color:#267514;font-family:'mulibold',Verdana,sans-serif}.usp-item .check{display:none;float:left;width:15px;height:15px;margin-right:15px;margin-top:3px;color:#267514}.catalog-product-view .page-main{margin:10px auto 0}.catalog-product-view .fotorama__active .fotorama__dot{border-color:#000;background-color:#000}.catalog-product-view .tocart{display:block;text-decoration:none}.catalog-product-view .tocart:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:22px;color:inherit;content:'\e611';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.catalog-product-view .tocart:after{vertical-align:top}.catalog-product-view .column.main{padding:0 0 40px 0}.catalog-product-view .sidebar-main{display:none}.catalog-product-view .owl-carousel{margin-bottom:30px}.catalog-product-view .owl-carousel.widget-product-grid .owl-stage-outer{padding:0}.catalog-product-view .top-container{padding:0}.catalog-product-view hr{height:12px;border:0;box-shadow:inset 0 12px 12px -17px rgba(0,0,0,0.5);margin:0}.catalog-product-view .butchers-notes .product-info-detailed{float:none}.catalog-product-view .product-info-detailed .data.item.content{background-repeat:no-repeat;background-position:bottom 10px left}.catalog-product-view .product-info-main .page-title-wrapper{padding-left:15px;padding-right:15px;margin-bottom:15px}.catalog-product-view .product-info-main .page-title-wrapper h1.page-title{margin:0;width:100%;font-size:36px;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.catalog-product-view .product-info-main .discount-label{display:inline-block;position:absolute;top:0;left:1.5rem;padding:2rem 1rem;background:#fff;border:1px solid #000;color:#000;font-family:"mulibold","Multi",sans-serif;z-index:1}.catalog-product-view .product-info-main .product-top{overflow:auto;padding:0}.catalog-product-view .product-info-main .product.media{position:relative;width:100%;overflow:hidden;margin-bottom:24px}.catalog-product-view .product-info-main .product.media div.fotorama__nav-wrap{margin-top:21px}.catalog-product-view .product-info-main .product.media .product .info-top .footer{float:none;overflow:auto;width:100%}.catalog-product-view .product-info-main .product.media .product .info-top .footer ul{list-style:none;margin:0px;padding:0;width:100%}.catalog-product-view .product-info-main .product.media .product .info-top .footer li{margin-bottom:10px;width:49%;display:inline-block}.catalog-product-view .product-info-main .product.media .product .info-top .footer i{margin-right:8px;font-size:10px}.catalog-product-view .product-info-main .product.media .product .info-top .footer a{font-size:17px;text-transform:lowercase;color:#000;text-decoration:none}.catalog-product-view .product-info-main .product.media .product .info-top .footer a:visited,.catalog-product-view .product-info-main .product.media .product .info-top .footer a:active,.catalog-product-view .product-info-main .product.media .product .info-top .footer a:hover{color:#000}.catalog-product-view .product-info-main .attribute{display:block}.catalog-product-view .product-info-main .attribute .type{width:135px;margin:0 10px 0 0;color:#000;display:inline-block}.catalog-product-view .product-info-main .attribute .value{display:inline-block;color:#000;font-weight:normal}.catalog-product-view .product-info-main .attribute p{margin:0}.catalog-product-view .product-info-main .attribute.sku,.catalog-product-view .product-info-main .attribute.stock{width:100%;float:left;text-transform:capitalize}.catalog-product-view .product-info-main .attribute.overview{display:none;margin:0 0 25px}.catalog-product-view .product-info-main .attribute.overview .value,.catalog-product-view .product-info-main .attribute.overview p{display:inline}.catalog-product-view .product-info-main .product-info-stock-sku{margin:0;overflow:auto}.catalog-product-view .product-info-main .product.attribute.overview a,.catalog-product-view .product-info-main .product.attribute.overview a:visited,.catalog-product-view .product-info-main .product.attribute.overview .alink:visited,.catalog-product-view .product-info-main .product.attribute.overview alink{vertical-align:top;color:#000;white-space:nowrap}.catalog-product-view .product-info-main .product.attribute.overview+.product.attribute{margin:24px 0 0 0}.catalog-product-view .product-info-main .product-info-price{margin:24px 0 0 0}.catalog-product-view .product-info-main .product-info-price .price-label{display:none}.catalog-product-view .product-info-main .product-info-price .old-price{display:none}.catalog-product-view .product-info-main .product-info-price .price-from,.catalog-product-view .product-info-main .product-info-price .old-price{color:grey;text-decoration:line-through}.catalog-product-view .product-info-main .product-info-price .special-price{display:inline-block;margin:0}.catalog-product-view .product-info-main .product-info-price .price-box{margin:0}.catalog-product-view .product-info-main .product-info-price .price-box .price-wrapper .price{font-weight:normal}.catalog-product-view .product-info-main .product-add-form{overflow:hidden;display:inline;margin:0}.catalog-product-view .product-info-main .product-add-form .field.qty .input-text.qty{height:36px;padding-left:10px;text-align:left;border:1px solid #000;margin-bottom:0}.catalog-product-view .product-info-main .product-add-form .box-tocart-simple{margin:27px 0 26px 0}.catalog-product-view .product-info-main .product-add-form .box-tocart{display:block}.catalog-product-view .product-info-main .product-add-form .box-tocart .price{margin-top:30px}.catalog-product-view .product-info-main .product-add-form .box-tocart .price-simple .final-price{font-size:15px;font-family:'mulibold'}.catalog-product-view .product-info-main .product-add-form .box-tocart .actions{width:50%;text-align:right;float:right}.catalog-product-view .product-info-main .product-add-form .box-tocart button,.catalog-product-view .product-info-main .product-add-form .box-tocart .cart.table-wrapper .actions-toolbar>.action,.catalog-product-view .product-info-main .product-add-form .box-tocart .action-gift{margin:0;padding:12px 15px 12px 15px}.catalog-product-view .product-info-main .product-add-form .box-tocart-simple .price-of-product{border:1px solid #000;margin-top:20px;padding:6px;font-size:1.6rem}.catalog-product-view .product-info-main .product-add-form .box-tocart-simple .final-price{margin-top:22px;font-size:1.6rem;font-family:'mulibold';font-size:18px;display:inline-block}.catalog-product-view .product-info-main .product-add-form .box-tocart-simple .actions{margin-top:27px;float:right}.catalog-product-view .product-info-main .product-add-form .box-tocart-simple .actions button,.catalog-product-view .product-info-main .product-add-form .box-tocart-simple .actions .cart.table-wrapper .actions-toolbar>.action,.catalog-product-view .product-info-main .product-add-form .box-tocart-simple .actions .action-gift{width:100%}@media (min-width:768px){.catalog-product-view .product-info-main .product-add-form .box-tocart-simple .actions{margin-top:22px;float:right}.catalog-product-view .product-info-main .product-add-form .box-tocart-simple .actions button,.catalog-product-view .product-info-main .product-add-form .box-tocart-simple .actions .cart.table-wrapper .actions-toolbar>.action,.catalog-product-view .product-info-main .product-add-form .box-tocart-simple .actions .action-gift{float:right;width:auto}}.catalog-product-view .product-info-main .product-add-form .usp{display:block;overflow:auto;width:100%;margin:0}.catalog-product-view .product-info-main .product-add-form .return-link{display:none;margin:0;padding:0}.catalog-product-view .product-info-main .product-add-form .return-link a{color:black}.catalog-product-view .product-info-main .products-grid .price-box .price-wrapper .price{font-size:14px}.catalog-product-view .product-info-main .product.pricing{display:none}.catalog-product-view .product-info-main .info-bottom{padding:0;margin:23px 0 8px 0}.catalog-product-view .product-info-main .info-footer{display:inline-block;width:100%}@media (min-width:768px){.catalog-product-view .product-info-main .sidebar-main{display:block}}@media (max-width:767px){.catalog-product-view .product-info-main .info-footer{border:none;margin-top:10px}.catalog-product-view .product-info-main .product-usps{margin-top:10px;padding:10px 0 5px;border-top:1px solid #000;border-bottom:1px solid #000}}.catalog-product-view .product-page-usps{list-style:none;margin:0;margin-top:10px;padding:10px;background:#f9f9f9}.catalog-product-view .product-page-usps .product-page-usp{margin:0 0 5px;line-height:2.4rem}.catalog-product-view .product-page-usps .product-page-usp:empty{display:none}.catalog-product-view .product-page-usps .product-page-usp:last-child{margin:0}.catalog-product-view .product-page-usps .product-page-usp *{line-height:2.4rem}.catalog-product-view .product-page-usps .product-page-usp i{display:inline-block;text-align:center;vertical-align:top;width:2rem;line-height:2.4rem;font-size:1.8rem}.catalog-product-view .product-page-usps .product-page-usp i.fa{width:auto;line-height:1;margin-left:2px;font-size:1.6rem}.catalog-product-view .product-page-usps .product-page-usp .icon-2x{content:url('../../frontend/DigitalVillage/lantinga/nl_NL/images/icon2x.svg');max-height:1.8rem;padding-top:0.3rem}.catalog-product-view .product-page-usps .product-page-usp .bf-icon-checkmark{color:#267514}.catalog-product-view .product-page-usps .product-page-usp .emph{color:#267514;font-family:'mulibold',Verdana,sans-serif}.catalog-product-view .product-page-usps .product-page-usp .attribute{display:inline-block}.catalog-product-view .product-page-usps .product-page-usp .attribute .type{display:none}.catalog-product-view h4{font-family:"My type of font",Verdana,sans-serif;margin:25px 0;font-size:1.8rem}.catalog-product-view .product-prep-methods{display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.catalog-product-view .product-prep-methods a{text-decoration:none;max-width:25%;width:100%}.catalog-product-view .product-prep-methods .product-prep-method{position:relative;box-sizing:border-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex;padding:0 1.6rem 0 0}.catalog-product-view .product-prep-methods .product-prep-method i{position:relative;color:#000;top:.4rem;font-size:3rem}.catalog-product-view .product-prep-methods .product-prep-method i.bf-icon-pan{top:0;left:-1.2rem;font-size:4.4rem}.catalog-product-view .product-prep-methods .product-prep-method i.bf-icon-stew{font-size:2.4rem;top:10px}.catalog-product-view .product-prep-methods .product-prep-method i.bf-icon-wok{font-size:1.2rem;top:15px}.catalog-product-view .product-prep-methods .product-prep-method .text{display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;margin-left:8px}.catalog-product-view .product-prep-methods .product-prep-method .text-pan{margin-left:-4px}.catalog-product-view .product-prep-methods .product-prep-method .attribute .type{display:block;width:auto;margin:0}.catalog-product-view .product-prep-methods .product-prep-method .attribute .value{display:block}.catalog-product-view .kiyoh-rating-product{display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.catalog-product-view .kiyoh-rating-product .kiyoh-ratings-large{margin:0;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex}.catalog-product-view .kiyoh-rating-product .kiyoh-ratings-large .kiyoh-ratings-large-link{display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex;padding-right:40px}.catalog-product-view .kiyoh-rating-product .kiyoh-ratings-large .kiyoh-rating{margin:0}.catalog-product-view .kiyoh-rating-product .kiyoh-ratings-large .kiyoh-content{display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#000}.catalog-product-view .kiyoh-rating-product .kiyoh-ratings-large .kiyoh-name{padding:0 25px;color:#000}.catalog-product-view .kiyoh-rating-product .kiyoh-ratings-latest{margin:0;color:#000;font-size:1.4rem}.catalog-product-view .column.main .sliders{border-top:none}.catalog-product-view .column.main .sliders .block-title>strong{font-family:"My type of font",Verdana,sans-serif;font-size:2.4rem}@media (max-width:1200px){.catalog-product-view .product-prep-methods{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.catalog-product-view .product-prep-methods .product-prep-method{padding-bottom:.8rem;-moz-box-flex:0 0 50%;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%}}@media (max-width:1100px){.catalog-product-view .kiyoh-rating-product{display:block}.catalog-product-view .kiyoh-rating-product .kiyoh-ratings-latest{margin-top:25px}.catalog-product-view .product-prep-methods a{max-width:33%}}@media (max-width:767px){.catalog-product-view .bottom-line{border:none}.catalog-product-view .product-prep-methods a{max-width:50%}}@media (max-width:567px){.catalog-product-view .sticky-add-to-cart{width:100%;z-index:99999;box-sizing:border-box;padding:0 25px;background:#fff}.catalog-product-view .sticky-add-to-cart.fixed{position:fixed;bottom:0;left:0;right:0;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,0.2);box-shadow:0 0 10px 0 rgba(0,0,0,0.2)}.catalog-product-view .sticky-add-to-cart .footer{margin-top:0 !important}.catalog-product-view .sticky-add-to-cart .fieldset-bundle-options .per-person a{font-size:1.2rem}.catalog-product-view #super-product-table .qty,.catalog-product-view #super-product-table .qty-cell{width:7rem;max-width:7rem}.catalog-product-view #super-product-table td.between{display:none}.catalog-product-view.page-product-bundle .product .info-top .footer.total-price>.price{min-width:7rem;margin-right:10px}.catalog-product-view.page-product-bundle .product .info-top .footer.total-price>.price .price{float:left}.catalog-product-view.page-product-bundle .bundle-options-container .bundle-options-wrapper{margin-top:5px;margin-bottom:15px}.catalog-product-view.page-product-bundle #super-product-table.weight-container td.item{width:initial}.catalog-product-view .bundle-options-container .bundle-options-wrapper{margin-top:10px}.catalog-product-view .product-info-main .page-title-wrapper h1.page-title{font-size:24px;line-height:1.3}.catalog-product-view .product-info-main .product.media{margin-bottom:1.5rem}.catalog-product-view .product-info-main .product.media div.fotorama__nav-wrap{display:none !important;margin-top:0}.catalog-product-view .product-info-main .product.media .fotorama__arr{display:block !important;opacity:1}.catalog-product-view .product-info-main .product.media .fotorama__arr .fotorama__arr__arr{background:none;text-align:center;transform:none;opacity:1;width:60px;height:30px}.catalog-product-view .product-info-main .product.media .fotorama__arr .fotorama__arr__arr:before{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;opacity:1;color:#fff}.catalog-product-view .product-info-main .product.media .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr{left:-10px;display:block;text-decoration:none}.catalog-product-view .product-info-main .product.media .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:60px;line-height:30px;color:#fff;content:'\e617';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.catalog-product-view .product-info-main .product.media .fotorama__arr.fotorama__arr--next .fotorama__arr__arr{left:30px;display:block;text-decoration:none}.catalog-product-view .product-info-main .product.media .fotorama__arr.fotorama__arr--next .fotorama__arr__arr:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:60px;line-height:30px;color:#fff;content:'\e608';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.catalog-product-view .product-info-main .product.media .fotorama__arr.fotorama__arr--disabled{display:none !important}.catalog-product-view .product-info-main .product.attribute.overview+.product.attribute{margin-top:1.5rem}.catalog-product-view .page-product-bundle .product .info-top .footer{margin:15px 0 10px}}@media (max-width:567px) and (max-width:370px){.catalog-product-view .sticky-add-to-cart .fieldset-bundle-options .per-person a{font-size:1.1rem}}@media (max-width:567px) and (max-width:410px){.catalog-product-view .sticky-add-to-cart .fieldset-bundle-options .per-person{display:none}}.product-info-detailed{margin-top:10px;border-top:1px solid #808080;padding-top:26px;float:left;width:100%}.product-info-detailed .item.content:not(:first-child){padding:32px 0 8px 0;background-repeat:no-repeat;background-position:left 90%}.product-info-detailed .content-title{font-size:24px;margin-bottom:26px}.product-info-detailed h2,.product-info-detailed h3{font-size:18px;margin:12px 0}.product-info-detailed h2:first-child,.product-info-detailed h3:first-child{margin:0 0 12px 0}.product-info-detailed p,.product-info-detailed .table-wrapper{margin:0 0 26px 0}#product-review-container{display:inline-block;width:100%;padding:21px 0 0 0}#product-review-container .review-item{padding-bottom:0;padding-top:10px;border-bottom:none}#product-review-container .block-title{margin-bottom:20px}#product-review-container .block-title strong{font-size:24px;margin-bottom:21px}#product-review-container .review-toolbar{margin:0;border:none}#product-review-container .review-title{margin:0 0 8px 0;font-size:14px;font-family:"My type of font",Verdana,sans-serif}#product-review-container .rating-summary .rating-result{width:auto}#product-review-container .review-ratings{max-width:initial;width:100%;margin-bottom:15px}#product-review-container .review-content,#product-review-container .review-details{margin:0;display:block}#product-review-container .review-content{margin:0 0 16px 0}#product-review-container .review-details{font-size:0.8em;display:inline-block;margin-bottom:18px}#product-review-container .review-details .review-author,#product-review-container .review-details .review-date{margin:0;display:inline-block}#product-review-container .review-ratings .rating-label{width:50px;margin-right:20px;margin-top:15px;display:inline-block}#product-review-container .review-ratings .item:first-child .rating-label{margin-top:0}#review-form .review-field-nickname{margin-bottom:15px}.review-add{display:inline-block;margin:16px 0 0 0;width:100%}.review-add .block-title{display:block;margin-bottom:5px}.review-add .block-title strong{font-family:"My type of font",Verdana,sans-serif;font-size:24px}.review-add .review-legend{margin:0}.review-add .fieldset{margin:0}.review-add .fieldset .fields .field{margin:0 0 19px 0}.review-add .fieldset .fields .field .label{width:100%;margin:0;padding:0}.review-add .fieldset .fields .field .label span{font-weight:normal}.review-add .fieldset .field{margin:0}.review-add .fieldset .field .label{width:100%;margin:0;padding:0}.review-add .fieldset .field.review-field-text{margin:0 0 13px 0}.review-add .field.review-field-ratings{margin:20px 0 22px 0}.review-add .field.review-field-ratings .nested{height:42px;display:block}.review-add .field.review-field-ratings .field{display:block;margin-bottom:5px}.review-add .field.review-field-ratings .control{margin-bottom:0;display:block}.review-add .field.review-field-ratings .label{display:inline-block}.review-add .field.review-field-ratings .review-control-vote{display:inline-block}.review-add .field.review-field-ratings label.label{width:50px;margin-top:15px;margin-right:20px}.review-add .review-form-actions{margin-top:-4px}.review-add .review-form-actions .primary .action:hover,.review-add .review-form-actions .primary .action:active,.review-add .review-form-actions .primary .action:focus{background-color:#ddd;border:2px solid #000;color:#000}@media (min-width:768px){.review-add .fieldset>.field:not(.choice)>.label{text-align:left;width:100%}}.column:not(.sidebar-main) form .actions-toolbar.review-form-actions,.column:not(.sidebar-additional) form .actions-toolbar.review-form-actions{margin-left:0}.review-control-vote label:before,.rating-summary .rating-result>span:before{color:black}.rating-summary .rating-result,.rating-result,.review-control-vote{margin-left:0}.rating-summary .rating-result:before,.rating-result:before,.review-control-vote:before,.rating-summary .rating-result>span:before,.rating-result>span:before,.review-control-vote>span:before,.rating-summary .rating-result label:before,.rating-result label:before,.review-control-vote label:before{font-size:26px;letter-spacing:5px}.rating-summary .rating-result.default:before,.rating-result.default:before,.review-control-vote.default:before,.rating-summary .rating-result.chicken:before,.rating-result.chicken:before,.review-control-vote.chicken:before,.rating-summary .rating-result.burger:before,.rating-result.burger:before,.review-control-vote.burger:before,.rating-summary .rating-result.deer:before,.rating-result.deer:before,.review-control-vote.deer:before,.rating-summary .rating-result.hert:before,.rating-result.hert:before,.review-control-vote.hert:before,.rating-summary .rating-result.kalf:before,.rating-result.kalf:before,.review-control-vote.kalf:before,.rating-summary .rating-result.lam:before,.rating-result.lam:before,.review-control-vote.lam:before,.rating-summary .rating-result.rund:before,.rating-result.rund:before,.review-control-vote.rund:before,.rating-summary .rating-result.varken:before,.rating-result.varken:before,.review-control-vote.varken:before,.rating-summary .rating-result.cow:before,.rating-result.cow:before,.review-control-vote.cow:before,.rating-summary .rating-result.pig:before,.rating-result.pig:before,.review-control-vote.pig:before,.rating-summary .rating-result.nee:before,.rating-result.nee:before,.review-control-vote.nee:before,.rating-summary .rating-result.sheep:before,.rating-result.sheep:before,.review-control-vote.sheep:before,.rating-summary .rating-result.calf:before,.rating-result.calf:before,.review-control-vote.calf:before,.rating-summary .rating-result.lamb:before,.rating-result.lamb:before,.review-control-vote.lamb:before,.rating-summary .rating-result.worst:before,.rating-result.worst:before,.review-control-vote.worst:before,.rating-summary .rating-result.sausage:before,.rating-result.sausage:before,.review-control-vote.sausage:before,.rating-summary .rating-result.default>span:before,.rating-result.default>span:before,.review-control-vote.default>span:before,.rating-summary .rating-result.chicken>span:before,.rating-result.chicken>span:before,.review-control-vote.chicken>span:before,.rating-summary .rating-result.burger>span:before,.rating-result.burger>span:before,.review-control-vote.burger>span:before,.rating-summary .rating-result.deer>span:before,.rating-result.deer>span:before,.review-control-vote.deer>span:before,.rating-summary .rating-result.hert>span:before,.rating-result.hert>span:before,.review-control-vote.hert>span:before,.rating-summary .rating-result.kalf>span:before,.rating-result.kalf>span:before,.review-control-vote.kalf>span:before,.rating-summary .rating-result.lam>span:before,.rating-result.lam>span:before,.review-control-vote.lam>span:before,.rating-summary .rating-result.rund>span:before,.rating-result.rund>span:before,.review-control-vote.rund>span:before,.rating-summary .rating-result.varken>span:before,.rating-result.varken>span:before,.review-control-vote.varken>span:before,.rating-summary .rating-result.cow>span:before,.rating-result.cow>span:before,.review-control-vote.cow>span:before,.rating-summary .rating-result.pig>span:before,.rating-result.pig>span:before,.review-control-vote.pig>span:before,.rating-summary .rating-result.nee>span:before,.rating-result.nee>span:before,.review-control-vote.nee>span:before,.rating-summary .rating-result.sheep>span:before,.rating-result.sheep>span:before,.review-control-vote.sheep>span:before,.rating-summary .rating-result.calf>span:before,.rating-result.calf>span:before,.review-control-vote.calf>span:before,.rating-summary .rating-result.lamb>span:before,.rating-result.lamb>span:before,.review-control-vote.lamb>span:before,.rating-summary .rating-result.worst>span:before,.rating-result.worst>span:before,.review-control-vote.worst>span:before,.rating-summary .rating-result.sausage>span:before,.rating-result.sausage>span:before,.review-control-vote.sausage>span:before,.rating-summary .rating-result.default label:before,.rating-result.default label:before,.review-control-vote.default label:before,.rating-summary .rating-result.chicken label:before,.rating-result.chicken label:before,.review-control-vote.chicken label:before,.rating-summary .rating-result.burger label:before,.rating-result.burger label:before,.review-control-vote.burger label:before,.rating-summary .rating-result.deer label:before,.rating-result.deer label:before,.review-control-vote.deer label:before,.rating-summary .rating-result.hert label:before,.rating-result.hert label:before,.review-control-vote.hert label:before,.rating-summary .rating-result.kalf label:before,.rating-result.kalf label:before,.review-control-vote.kalf label:before,.rating-summary .rating-result.lam label:before,.rating-result.lam label:before,.review-control-vote.lam label:before,.rating-summary .rating-result.rund label:before,.rating-result.rund label:before,.review-control-vote.rund label:before,.rating-summary .rating-result.varken label:before,.rating-result.varken label:before,.review-control-vote.varken label:before,.rating-summary .rating-result.cow label:before,.rating-result.cow label:before,.review-control-vote.cow label:before,.rating-summary .rating-result.pig label:before,.rating-result.pig label:before,.review-control-vote.pig label:before,.rating-summary .rating-result.nee label:before,.rating-result.nee label:before,.review-control-vote.nee label:before,.rating-summary .rating-result.sheep label:before,.rating-result.sheep label:before,.review-control-vote.sheep label:before,.rating-summary .rating-result.calf label:before,.rating-result.calf label:before,.review-control-vote.calf label:before,.rating-summary .rating-result.lamb label:before,.rating-result.lamb label:before,.review-control-vote.lamb label:before,.rating-summary .rating-result.worst label:before,.rating-result.worst label:before,.review-control-vote.worst label:before,.rating-summary .rating-result.sausage label:before,.rating-result.sausage label:before,.review-control-vote.sausage label:before{font-family:'butchery'}.rating-summary .rating-result.cow:before,.rating-result.cow:before,.review-control-vote.cow:before,.rating-summary .rating-result.koe:before,.rating-result.koe:before,.review-control-vote.koe:before{content:'\e802' '\e802' '\e802' '\e802' '\e802'}.rating-summary .rating-result.cow>span:before,.rating-result.cow>span:before,.review-control-vote.cow>span:before,.rating-summary .rating-result.koe>span:before,.rating-result.koe>span:before,.review-control-vote.koe>span:before{content:'\e802' '\e802' '\e802' '\e802' '\e802'}.rating-summary .rating-result.cow .rating-1:before,.rating-result.cow .rating-1:before,.review-control-vote.cow .rating-1:before,.rating-summary .rating-result.koe .rating-1:before,.rating-result.koe .rating-1:before,.review-control-vote.koe .rating-1:before{content:'\e802'}.rating-summary .rating-result.cow .rating-2:before,.rating-result.cow .rating-2:before,.review-control-vote.cow .rating-2:before,.rating-summary .rating-result.koe .rating-2:before,.rating-result.koe .rating-2:before,.review-control-vote.koe .rating-2:before{content:'\e802' '\e802'}.rating-summary .rating-result.cow .rating-3:before,.rating-result.cow .rating-3:before,.review-control-vote.cow .rating-3:before,.rating-summary .rating-result.koe .rating-3:before,.rating-result.koe .rating-3:before,.review-control-vote.koe .rating-3:before{content:'\e802' '\e802' '\e802'}.rating-summary .rating-result.cow .rating-4:before,.rating-result.cow .rating-4:before,.review-control-vote.cow .rating-4:before,.rating-summary .rating-result.koe .rating-4:before,.rating-result.koe .rating-4:before,.review-control-vote.koe .rating-4:before{content:'\e802' '\e802' '\e802' '\e802'}.rating-summary .rating-result.cow .rating-5:before,.rating-result.cow .rating-5:before,.review-control-vote.cow .rating-5:before,.rating-summary .rating-result.koe .rating-5:before,.rating-result.koe .rating-5:before,.review-control-vote.koe .rating-5:before{content:'\e802' '\e802' '\e802' '\e802' '\e802'}.rating-summary .rating-result.sausage:before,.rating-result.sausage:before,.review-control-vote.sausage:before,.rating-summary .rating-result.worst:before,.rating-result.worst:before,.review-control-vote.worst:before{content:'\e80b' '\e80b' '\e80b' '\e80b' '\e80b'}.rating-summary .rating-result.sausage>span:before,.rating-result.sausage>span:before,.review-control-vote.sausage>span:before,.rating-summary .rating-result.worst>span:before,.rating-result.worst>span:before,.review-control-vote.worst>span:before{content:'\e80b' '\e80b' '\e80b' '\e80b' '\e80b'}.rating-summary .rating-result.sausage .rating-1:before,.rating-result.sausage .rating-1:before,.review-control-vote.sausage .rating-1:before,.rating-summary .rating-result.worst .rating-1:before,.rating-result.worst .rating-1:before,.review-control-vote.worst .rating-1:before{content:'\e80b'}.rating-summary .rating-result.sausage .rating-2:before,.rating-result.sausage .rating-2:before,.review-control-vote.sausage .rating-2:before,.rating-summary .rating-result.worst .rating-2:before,.rating-result.worst .rating-2:before,.review-control-vote.worst .rating-2:before{content:'\e80b' '\e80b'}.rating-summary .rating-result.sausage .rating-3:before,.rating-result.sausage .rating-3:before,.review-control-vote.sausage .rating-3:before,.rating-summary .rating-result.worst .rating-3:before,.rating-result.worst .rating-3:before,.review-control-vote.worst .rating-3:before{content:'\e80b' '\e80b' '\e80b'}.rating-summary .rating-result.sausage .rating-4:before,.rating-result.sausage .rating-4:before,.review-control-vote.sausage .rating-4:before,.rating-summary .rating-result.worst .rating-4:before,.rating-result.worst .rating-4:before,.review-control-vote.worst .rating-4:before{content:'\e80b' '\e80b' '\e80b' '\e80b'}.rating-summary .rating-result.sausage .rating-5:before,.rating-result.sausage .rating-5:before,.review-control-vote.sausage .rating-5:before,.rating-summary .rating-result.worst .rating-5:before,.rating-result.worst .rating-5:before,.review-control-vote.worst .rating-5:before{content:'\e80b' '\e80b' '\e80b' '\e80b' '\e80b'}.rating-summary .rating-result.chicken:before,.rating-result.chicken:before,.review-control-vote.chicken:before,.rating-summary .rating-result.kip:before,.rating-result.kip:before,.review-control-vote.kip:before{content:'\e800' '\e800' '\e800' '\e800' '\e800'}.rating-summary .rating-result.chicken>span:before,.rating-result.chicken>span:before,.review-control-vote.chicken>span:before,.rating-summary .rating-result.kip>span:before,.rating-result.kip>span:before,.review-control-vote.kip>span:before{content:'\e800' '\e800' '\e800' '\e800' '\e800'}.rating-summary .rating-result.chicken .rating-1:before,.rating-result.chicken .rating-1:before,.review-control-vote.chicken .rating-1:before,.rating-summary .rating-result.kip .rating-1:before,.rating-result.kip .rating-1:before,.review-control-vote.kip .rating-1:before{content:'\e800'}.rating-summary .rating-result.chicken .rating-2:before,.rating-result.chicken .rating-2:before,.review-control-vote.chicken .rating-2:before,.rating-summary .rating-result.kip .rating-2:before,.rating-result.kip .rating-2:before,.review-control-vote.kip .rating-2:before{content:'\e800' '\e800'}.rating-summary .rating-result.chicken .rating-3:before,.rating-result.chicken .rating-3:before,.review-control-vote.chicken .rating-3:before,.rating-summary .rating-result.kip .rating-3:before,.rating-result.kip .rating-3:before,.review-control-vote.kip .rating-3:before{content:'\e800' '\e800' '\e800'}.rating-summary .rating-result.chicken .rating-4:before,.rating-result.chicken .rating-4:before,.review-control-vote.chicken .rating-4:before,.rating-summary .rating-result.kip .rating-4:before,.rating-result.kip .rating-4:before,.review-control-vote.kip .rating-4:before{content:'\e800' '\e800' '\e800' '\e800'}.rating-summary .rating-result.chicken .rating-5:before,.rating-result.chicken .rating-5:before,.review-control-vote.chicken .rating-5:before,.rating-summary .rating-result.kip .rating-5:before,.rating-result.kip .rating-5:before,.review-control-vote.kip .rating-5:before{content:'\e800' '\e800' '\e800' '\e800' '\e800'}.rating-summary .rating-result.deer:before,.rating-result.deer:before,.review-control-vote.deer:before,.rating-summary .rating-result.hert:before,.rating-result.hert:before,.review-control-vote.hert:before{content:'\e803' '\e803' '\e803' '\e803' '\e803'}.rating-summary .rating-result.deer>span:before,.rating-result.deer>span:before,.review-control-vote.deer>span:before,.rating-summary .rating-result.hert>span:before,.rating-result.hert>span:before,.review-control-vote.hert>span:before{content:'\e803' '\e803' '\e803' '\e803' '\e803'}.rating-summary .rating-result.deer .rating-1:before,.rating-result.deer .rating-1:before,.review-control-vote.deer .rating-1:before,.rating-summary .rating-result.hert .rating-1:before,.rating-result.hert .rating-1:before,.review-control-vote.hert .rating-1:before{content:'\e803'}.rating-summary .rating-result.deer .rating-2:before,.rating-result.deer .rating-2:before,.review-control-vote.deer .rating-2:before,.rating-summary .rating-result.hert .rating-2:before,.rating-result.hert .rating-2:before,.review-control-vote.hert .rating-2:before{content:'\e803' '\e803'}.rating-summary .rating-result.deer .rating-3:before,.rating-result.deer .rating-3:before,.review-control-vote.deer .rating-3:before,.rating-summary .rating-result.hert .rating-3:before,.rating-result.hert .rating-3:before,.review-control-vote.hert .rating-3:before{content:'\e803' '\e803' '\e803'}.rating-summary .rating-result.deer .rating-4:before,.rating-result.deer .rating-4:before,.review-control-vote.deer .rating-4:before,.rating-summary .rating-result.hert .rating-4:before,.rating-result.hert .rating-4:before,.review-control-vote.hert .rating-4:before{content:'\e803' '\e803' '\e803' '\e803'}.rating-summary .rating-result.deer .rating-5:before,.rating-result.deer .rating-5:before,.review-control-vote.deer .rating-5:before,.rating-summary .rating-result.hert .rating-5:before,.rating-result.hert .rating-5:before,.review-control-vote.hert .rating-5:before{content:'\e803' '\e803' '\e803' '\e803' '\e803'}.rating-summary .rating-result.calf:before,.rating-result.calf:before,.review-control-vote.calf:before,.rating-summary .rating-result.kalf:before,.rating-result.kalf:before,.review-control-vote.kalf:before{content:'\e801' '\e801' '\e801' '\e801' '\e801'}.rating-summary .rating-result.calf>span:before,.rating-result.calf>span:before,.review-control-vote.calf>span:before,.rating-summary .rating-result.kalf>span:before,.rating-result.kalf>span:before,.review-control-vote.kalf>span:before{content:'\e801' '\e801' '\e801' '\e801' '\e801'}.rating-summary .rating-result.calf .rating-1:before,.rating-result.calf .rating-1:before,.review-control-vote.calf .rating-1:before,.rating-summary .rating-result.kalf .rating-1:before,.rating-result.kalf .rating-1:before,.review-control-vote.kalf .rating-1:before{content:'\e801'}.rating-summary .rating-result.calf .rating-2:before,.rating-result.calf .rating-2:before,.review-control-vote.calf .rating-2:before,.rating-summary .rating-result.kalf .rating-2:before,.rating-result.kalf .rating-2:before,.review-control-vote.kalf .rating-2:before{content:'\e801' '\e801'}.rating-summary .rating-result.calf .rating-3:before,.rating-result.calf .rating-3:before,.review-control-vote.calf .rating-3:before,.rating-summary .rating-result.kalf .rating-3:before,.rating-result.kalf .rating-3:before,.review-control-vote.kalf .rating-3:before{content:'\e801' '\e801' '\e801'}.rating-summary .rating-result.calf .rating-4:before,.rating-result.calf .rating-4:before,.review-control-vote.calf .rating-4:before,.rating-summary .rating-result.kalf .rating-4:before,.rating-result.kalf .rating-4:before,.review-control-vote.kalf .rating-4:before{content:'\e801' '\e801' '\e801' '\e801'}.rating-summary .rating-result.calf .rating-5:before,.rating-result.calf .rating-5:before,.review-control-vote.calf .rating-5:before,.rating-summary .rating-result.kalf .rating-5:before,.rating-result.kalf .rating-5:before,.review-control-vote.kalf .rating-5:before{content:'\e801' '\e801' '\e801' '\e801' '\e801'}.rating-summary .rating-result.lamb:before,.rating-result.lamb:before,.review-control-vote.lamb:before,.rating-summary .rating-result.lam:before,.rating-result.lam:before,.review-control-vote.lam:before,.rating-summary .rating-result.sheep:before,.rating-result.sheep:before,.review-control-vote.sheep:before{content:'\e805' '\e805' '\e805' '\e805' '\e805'}.rating-summary .rating-result.lamb>span:before,.rating-result.lamb>span:before,.review-control-vote.lamb>span:before,.rating-summary .rating-result.lam>span:before,.rating-result.lam>span:before,.review-control-vote.lam>span:before,.rating-summary .rating-result.sheep>span:before,.rating-result.sheep>span:before,.review-control-vote.sheep>span:before{content:'\e805' '\e805' '\e805' '\e805' '\e805'}.rating-summary .rating-result.lamb .rating-1:before,.rating-result.lamb .rating-1:before,.review-control-vote.lamb .rating-1:before,.rating-summary .rating-result.lam .rating-1:before,.rating-result.lam .rating-1:before,.review-control-vote.lam .rating-1:before,.rating-summary .rating-result.sheep .rating-1:before,.rating-result.sheep .rating-1:before,.review-control-vote.sheep .rating-1:before{content:'\e805'}.rating-summary .rating-result.lamb .rating-2:before,.rating-result.lamb .rating-2:before,.review-control-vote.lamb .rating-2:before,.rating-summary .rating-result.lam .rating-2:before,.rating-result.lam .rating-2:before,.review-control-vote.lam .rating-2:before,.rating-summary .rating-result.sheep .rating-2:before,.rating-result.sheep .rating-2:before,.review-control-vote.sheep .rating-2:before{content:'\e805' '\e805'}.rating-summary .rating-result.lamb .rating-3:before,.rating-result.lamb .rating-3:before,.review-control-vote.lamb .rating-3:before,.rating-summary .rating-result.lam .rating-3:before,.rating-result.lam .rating-3:before,.review-control-vote.lam .rating-3:before,.rating-summary .rating-result.sheep .rating-3:before,.rating-result.sheep .rating-3:before,.review-control-vote.sheep .rating-3:before{content:'\e805' '\e805' '\e805'}.rating-summary .rating-result.lamb .rating-4:before,.rating-result.lamb .rating-4:before,.review-control-vote.lamb .rating-4:before,.rating-summary .rating-result.lam .rating-4:before,.rating-result.lam .rating-4:before,.review-control-vote.lam .rating-4:before,.rating-summary .rating-result.sheep .rating-4:before,.rating-result.sheep .rating-4:before,.review-control-vote.sheep .rating-4:before{content:'\e805' '\e805' '\e805' '\e805'}.rating-summary .rating-result.lamb .rating-5:before,.rating-result.lamb .rating-5:before,.review-control-vote.lamb .rating-5:before,.rating-summary .rating-result.lam .rating-5:before,.rating-result.lam .rating-5:before,.review-control-vote.lam .rating-5:before,.rating-summary .rating-result.sheep .rating-5:before,.rating-result.sheep .rating-5:before,.review-control-vote.sheep .rating-5:before{content:'\e805' '\e805' '\e805' '\e805' '\e805'}.rating-summary .rating-result.default:before,.rating-result.default:before,.review-control-vote.default:before,.rating-summary .rating-result.nee:before,.rating-result.nee:before,.review-control-vote.nee:before{content:'\e806' '\e806' '\e806' '\e806' '\e806'}.rating-summary .rating-result.default>span:before,.rating-result.default>span:before,.review-control-vote.default>span:before,.rating-summary .rating-result.nee>span:before,.rating-result.nee>span:before,.review-control-vote.nee>span:before{content:'\e806' '\e806' '\e806' '\e806' '\e806'}.rating-summary .rating-result.default .rating-1:before,.rating-result.default .rating-1:before,.review-control-vote.default .rating-1:before,.rating-summary .rating-result.nee .rating-1:before,.rating-result.nee .rating-1:before,.review-control-vote.nee .rating-1:before{content:'\e806'}.rating-summary .rating-result.default .rating-2:before,.rating-result.default .rating-2:before,.review-control-vote.default .rating-2:before,.rating-summary .rating-result.nee .rating-2:before,.rating-result.nee .rating-2:before,.review-control-vote.nee .rating-2:before{content:'\e806' '\e806'}.rating-summary .rating-result.default .rating-3:before,.rating-result.default .rating-3:before,.review-control-vote.default .rating-3:before,.rating-summary .rating-result.nee .rating-3:before,.rating-result.nee .rating-3:before,.review-control-vote.nee .rating-3:before{content:'\e806' '\e806' '\e806'}.rating-summary .rating-result.default .rating-4:before,.rating-result.default .rating-4:before,.review-control-vote.default .rating-4:before,.rating-summary .rating-result.nee .rating-4:before,.rating-result.nee .rating-4:before,.review-control-vote.nee .rating-4:before{content:'\e806' '\e806' '\e806' '\e806'}.rating-summary .rating-result.default .rating-5:before,.rating-result.default .rating-5:before,.review-control-vote.default .rating-5:before,.rating-summary .rating-result.nee .rating-5:before,.rating-result.nee .rating-5:before,.review-control-vote.nee .rating-5:before{content:'\e806' '\e806' '\e806' '\e806' '\e806'}.rating-summary .rating-result.varken:before,.rating-result.varken:before,.review-control-vote.varken:before,.rating-summary .rating-result.pig:before,.rating-result.pig:before,.review-control-vote.pig:before{content:'\e804' '\e804' '\e804' '\e804' '\e804'}.rating-summary .rating-result.varken>span:before,.rating-result.varken>span:before,.review-control-vote.varken>span:before,.rating-summary .rating-result.pig>span:before,.rating-result.pig>span:before,.review-control-vote.pig>span:before{content:'\e804' '\e804' '\e804' '\e804' '\e804'}.rating-summary .rating-result.varken .rating-1:before,.rating-result.varken .rating-1:before,.review-control-vote.varken .rating-1:before,.rating-summary .rating-result.pig .rating-1:before,.rating-result.pig .rating-1:before,.review-control-vote.pig .rating-1:before{content:'\e804'}.rating-summary .rating-result.varken .rating-2:before,.rating-result.varken .rating-2:before,.review-control-vote.varken .rating-2:before,.rating-summary .rating-result.pig .rating-2:before,.rating-result.pig .rating-2:before,.review-control-vote.pig .rating-2:before{content:'\e804' '\e804'}.rating-summary .rating-result.varken .rating-3:before,.rating-result.varken .rating-3:before,.review-control-vote.varken .rating-3:before,.rating-summary .rating-result.pig .rating-3:before,.rating-result.pig .rating-3:before,.review-control-vote.pig .rating-3:before{content:'\e804' '\e804' '\e804'}.rating-summary .rating-result.varken .rating-4:before,.rating-result.varken .rating-4:before,.review-control-vote.varken .rating-4:before,.rating-summary .rating-result.pig .rating-4:before,.rating-result.pig .rating-4:before,.review-control-vote.pig .rating-4:before{content:'\e804' '\e804' '\e804' '\e804'}.rating-summary .rating-result.varken .rating-5:before,.rating-result.varken .rating-5:before,.review-control-vote.varken .rating-5:before,.rating-summary .rating-result.pig .rating-5:before,.rating-result.pig .rating-5:before,.review-control-vote.pig .rating-5:before{content:'\e804' '\e804' '\e804' '\e804' '\e804'}#super-product-table{display:table}#super-product-table thead{display:table-header-group;vertical-align:middle;border-color:inherit}#super-product-table thead th{display:table-cell;padding:0 5px;font-weight:normal}#super-product-table tbody{display:table-row-group}#super-product-table tr{display:table-row}#super-product-table td{display:table-cell;vertical-align:top;padding:6px 4px;max-width:100px}#super-product-table td.quantity{max-width:4rem}#super-product-table td.quantity .qty{width:100%}#super-product-table td.times{width:2rem;text-align:right}#super-product-table td:before{color:red;content:normal !important;padding:0;display:table-cell}#super-product-table td.qty-disabled{display:none}#super-product-table td.qty-disabled+.between{display:none}#super-product-table td.qty-disabled+.between+.item{padding-left:0 !important}#super-product-table td.small,#super-product-table td:first-child.small{padding-top:0;padding-bottom:0;font-size:1.4rem;color:#000}#super-product-table td:first-child{padding:6px 4px 6px 0}#super-product-table td.between{padding:6px 4px;text-align:center;width:38px}#super-product-table tfoot{display:table-footer-group;vertical-align:middle;border-color:inherit}#super-product-table tfoot tr:before{content:none !important}#super-product-table tfoot th{font-family:'mulibold';float:none;padding:8px 10px}#super-product-table tfoot th.total-price{padding:8px 10px 8px 10px}#super-product-table small{font-size:11px}#super-product-table input,#super-product-table .final-price,#super-product-table .item .control{border:solid #000 1px;height:32px;padding:6px 2px;border-radius:0;box-sizing:border-box;text-align:right}#super-product-table input .mage-error,#super-product-table .final-price .mage-error,#super-product-table .item .control .mage-error{border:solid #f00 1px}@media (min-width:450px){#super-product-table input,#super-product-table .final-price,#super-product-table .item .control{padding:6px}}#super-product-table input[type="number"]{margin:0;padding-right:20px}#super-product-table .qty,#super-product-table .qty-cell{width:100px;padding:0}#super-product-table .final-price .price{padding-right:10px;font-weight:normal}#super-product-table .total-price{text-align:right;font-size:17px}#super-product-table .total-price .total-price{padding-right:10px}#product-addtocart-button{background-color:#a50029;border-color:#a50029}.page-navigation-links ul{margin:0;padding:0;overflow:auto}.page-navigation-links li{float:left}.page-navigation-links a{text-decoration:none;color:#000;font-family:'mulibold',Verdana,sans-serif;font-size:1.8rem}.page-navigation-links a i{font-weight:normal;font-size:12px;vertical-align:middle;margin:-1px 0 0 .8rem}.page-navigation-links a:hover{color:#a50029}@media (max-width:767px){.page-navigation-links ul li{float:none;display:block;margin:0}.page-navigation-links ul li:last-child a{border-bottom:1px solid #999}.page-navigation-links ul a{position:relative;display:block;padding:10px 40px 10px 0;line-height:3rem;border-top:1px solid #999}.page-navigation-links ul a .fa{position:absolute;right:0;top:10px;line-height:3rem}}#validation-message-box{margin:20px 0}.catalog-product-view.page-product-grouped #super-product-table th.qty,.catalog-product-view.page-product-grouped #super-product-table th.qty-cell{padding:0px 5px 0px 0px}.catalog-product-view.page-product-grouped .info-top{float:right}.catalog-product-view.page-product-grouped .info-top a{color:black}.catalog-product-view.page-product-grouped .product-info-price{display:none}.catalog-product-view.page-product-grouped .table-wrapper{margin:24px 0 9px}.catalog-product-view.page-product-grouped .product-info-stock-sku{display:block}.catalog-product-view.page-product-grouped #super-product-table .weight{width:100px;text-align:left;padding:6px}.catalog-product-view.page-product-grouped #super-product-table .weight strong{font-size:12px}.catalog-product-view.page-product-grouped #super-product-table .weight small{font-size:14px}.catalog-product-view.page-product-grouped #super-product-table .final-price .price{font-size:14px}.catalog-product-view.page-product-grouped #super-product-table tfoot th{font-family:'mulibold';float:none;padding:8px 4px 0 0}.catalog-product-view.page-product-grouped .price-box{margin:0}.catalog-product-view.page-product-grouped .price-box .special-price{margin:0}.catalog-product-view.page-product-grouped .price-box .old-price{display:none}.catalog-product-view.page-product-grouped .price-box .price-label{display:none}.catalog-product-view.page-product-grouped .total-price{margin-left:-15px;font-size:17px;padding:3px 10px 8px 0px;display:inline-block;font-family:'mulibold';font-size:18px}.catalog-product-view.page-product-grouped .product-add-form .box-tocart{float:right;margin:18px 0 25px 0;padding:0;width:100%}.catalog-product-view.page-product-grouped .product-add-form .box-tocart .actions{width:100%;padding:0;float:right}.catalog-product-view.page-product-grouped .product-add-form .box-tocart .actions.tocart{font-size:14px}@media (min-width:768px){.catalog-product-view.page-product-grouped .table-wrapper{margin:24px 0 20px}.catalog-product-view.page-product-grouped .product-add-form .price-wrapper{margin:0 0 25px 0}.catalog-product-view.page-product-grouped .product-add-form .box-tocart{margin:0 0 25px 0;width:50%}.catalog-product-view.page-product-grouped .product-add-form .box-tocart .fieldset{float:right}}.product-usps{padding:0;margin:20px 0 0}.product-usps ul{margin:0;padding:0}.product-usps ul li{position:relative;list-style:none;display:block;margin:0 0 5px;padding:0 0 0 30px;color:#000;font-family:'muliregular',Verdana,sans-serif}.product-usps ul li img{position:absolute;left:0;top:3px;margin:auto;height:15px;width:auto}.product-usps ul li strong{font-family:'mulibold',Verdana,sans-serif}.table.grouped .stock.unavailable{font-size:0.9em;margin:10px 0}.catalog-product-view.page-product-configurable .product-add-form .box-tocart .actions{padding-top:24px;float:right}.catalog-product-view.page-product-configurable .total-price{font-family:'mulibold';font-size:18px}.page-product-bundle .product .info-top .footer .addtocart{text-align:right;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex;-moz-box-flex:1 1 auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.page-product-bundle .product .info-top .footer .field.qty-holder{margin-right:20px;display:inline-block}.page-product-bundle .legend.title{display:none}.page-product-bundle .info-top{float:right;margin:0}.page-product-bundle .info-top a{color:black;margin-bottom:10px}.page-product-bundle select[multiple="multiple"]{border:1px solid #000}.page-product-bundle #super-product-table input,.page-product-bundle #super-product-table .final-price,.page-product-bundle #super-product-table .item .control{padding:3px 20px 3px 10px;height:36px;text-align:left;overflow:hidden;text-overflow:ellipsis}.page-product-bundle #super-product-table.weight-container td.item{width:83.33333333%;padding:0 0 0 10px}.page-product-bundle .box-tocart{margin:20px 0 25px 0}.page-product-bundle .box-tocart .fieldset .field.qty{display:none}.page-product-bundle .box-tocart .fieldset .actions{padding:0}.page-product-bundle .product-addto-links{margin:20px 0 10px 0}.page-product-bundle .share-container-wrapper{margin:25px 0 3px 0;float:left}.page-product-bundle .bundle-options-container{float:left;margin:0;width:100%}.page-product-bundle .bundle-options-container .product-add-form{margin:0}.page-product-bundle .bundle-options-container #super-product-table td{padding:0}.page-product-bundle .bundle-options-container .qty-holder{text-align:right}.page-product-bundle .bundle-options-container .nested .field.qty{margin:0}.page-product-bundle .bundle-options-container .nested .field.qty label{margin:0;font-weight:normal}.page-product-bundle .bundle-options-container .nested .field.qty.qty-disabled{visibility:hidden}.page-product-bundle .bundle-options-container .bundle-options-wrapper,.page-product-bundle .bundle-options-container .product-options-wrapper,.page-product-bundle .bundle-options-container .block-bundle-summary{width:100%}.page-product-bundle .bundle-options-container .bundle-options-wrapper{float:none;margin:10px 0 0 0}.page-product-bundle .bundle-options-container .product-options-wrapper{margin:0}.page-product-bundle .bundle-options-container .product-options-wrapper>.fieldset{margin:0 0 5px}.page-product-bundle .bundle-options-container .product-add-form{display:block;overflow:hidden}.page-product-bundle .bundle-options-container p.required{display:none}.page-product-bundle .fieldset-bundle-options{margin:0}.page-product-bundle .fieldset-bundle-options .row:last-child{margin-bottom:0}.page-product-bundle .fieldset-bundle-options div.mage-error{float:left}.page-product-bundle .fieldset-bundle-options label.title,.page-product-bundle .fieldset-bundle-options .per-person{display:inline-block;margin-bottom:5px;font-family:'mulibold',Verdana,sans-serif;font-weight:400}.page-product-bundle .fieldset-bundle-options .per-person{float:right}.page-product-bundle .fieldset-bundle-options .per-person i{color:#000}.page-product-bundle .fieldset-bundle-options .per-person a{text-decoration:underline;color:#a50029}.page-product-bundle .fieldset-bundle-options .per-person a:hover,.page-product-bundle .fieldset-bundle-options .per-person a:active{text-decoration:none}.page-product-bundle .fieldset-bundle-options select{-webkit-appearance:none}.page-product-bundle .fieldset-bundle-options input[type="radio"]{margin:3px .5ex}.page-product-bundle .fieldset-bundle-options span.product-name,.page-product-bundle .fieldset-bundle-options span.price-notice{display:inline-block;height:36px}.page-product-bundle .slide-container .title{padding-left:0}.page-product-bundle .price-as-configured{margin:0}.page-product-bundle .product .info-top .footer{float:none;overflow:inherit;width:100%;margin:20px 0 20px 0;line-height:1rem;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.page-product-bundle .product .info-top .footer .price-box{margin:0}.page-product-bundle .product .info-top .footer .total,.page-product-bundle .product .info-top .footer .price{font-family:'mulibold';font-size:18px}.page-product-bundle .product .info-top .footer .total{float:left}.page-product-bundle .product .info-top .footer .price{float:right}@media (min-width:768px){.page-product-bundle .info-top{margin:0}}@media (max-width:567px){.page-product-bundle .usp-item{text-align:center}.page-product-bundle .product .info-top .footer{margin-bottom:10px}}@media (max-width:370px){.page-product-bundle .product-ratings-wrapper h4{letter-spacing:-1px;font-size:1.5rem}}.catalog-product-view.page-product-bundle .product-addto-links,.catalog-product-view.page-product-bundle .social{display:none}.catalog-product-view.page-product-bundle .bundle-options-container .control .option.checkbox label{height:26px}.catalog-product-view.page-product-bundle .bundle-options-container .control .option.checkbox:active,.catalog-product-view.page-product-bundle .bundle-options-container .control .option.checkbox:focus{box-shadow:none}.catalog-product-view.page-product-bundle .bundle-options-container .control .option:not(.multiselect):not(.checkbox):not(.radio):not(.bar){float:right;height:36px}.catalog-product-view.page-product-bundle .bundle-options-container .control .option:not(.multiselect):not(.checkbox):not(.radio):not(.bar) select{border:1px solid #000}.catalog-product-view.page-product-bundle .bundle-options-container .nested .field.qty{float:left;text-align:left}.catalog-product-view.page-product-bundle .bundle-options-container .nested .field.qty label{margin:0 0 5px}.catalog-product-view.page-product-bundle .product .info-top .footer .total{display:none}.catalog-product-view.page-product-bundle .product .info-top .footer>.price{margin:18px 50px 18px 0}.catalog-product-view.page-product-bundle .product .info-top .footer .box-tocart{margin:0;-moz-box-flex:1 1 auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.catalog-product-view.page-product-bundle .product .info-top .footer .box-tocart .actions{width:100%}.catalog-product-view.page-product-bundle .product .info-top .footer .box-tocart .actions .action{width:100%}@media (max-width:767px){.catalog-product-view.page-product-bundle .product .info-top .footer .page-product-bundle .product .info-top .footer{margin:0}}.blog-index-index .post-description,.blog-post-view .post-description,.blog-category-view .post-description,.blog-search-index .post-description,.academy-index-index .post-description,.academy-post-view .post-description,.academy-category-view .post-description,.academy-search-index .post-description{color:black !important}.blog-index-index iframe,.blog-post-view iframe,.blog-category-view iframe,.blog-search-index iframe,.academy-index-index iframe,.academy-post-view iframe,.academy-category-view iframe,.academy-search-index iframe{border:none;width:100%;min-height:360px}@media (min-width:550px){.blog-index-index iframe,.blog-post-view iframe,.blog-category-view iframe,.blog-search-index iframe,.academy-index-index iframe,.academy-post-view iframe,.academy-category-view iframe,.academy-search-index iframe{min-height:430px}}@media (min-width:767px){.blog-index-index iframe,.blog-post-view iframe,.blog-category-view iframe,.blog-search-index iframe,.academy-index-index iframe,.academy-post-view iframe,.academy-category-view iframe,.academy-search-index iframe{min-height:360px}}@media (min-width:975px){.blog-index-index iframe,.blog-post-view iframe,.blog-category-view iframe,.blog-search-index iframe,.academy-index-index iframe,.academy-post-view iframe,.academy-category-view iframe,.academy-search-index iframe{min-height:430px}}@media (min-width:1100px){.blog-index-index iframe,.blog-post-view iframe,.blog-category-view iframe,.blog-search-index iframe,.academy-index-index iframe,.academy-post-view iframe,.academy-category-view iframe,.academy-search-index iframe{min-height:490px}}.blog-index-index .kiyoh-ratings,.blog-post-view .kiyoh-ratings,.blog-category-view .kiyoh-ratings,.blog-search-index .kiyoh-ratings,.academy-index-index .kiyoh-ratings,.academy-post-view .kiyoh-ratings,.academy-category-view .kiyoh-ratings,.academy-search-index .kiyoh-ratings{min-height:unset}@media (min-width:550px){.blog-index-index .kiyoh-ratings,.blog-post-view .kiyoh-ratings,.blog-category-view .kiyoh-ratings,.blog-search-index .kiyoh-ratings,.academy-index-index .kiyoh-ratings,.academy-post-view .kiyoh-ratings,.academy-category-view .kiyoh-ratings,.academy-search-index .kiyoh-ratings{min-height:unset}}@media (min-width:767px){.blog-index-index .kiyoh-ratings,.blog-post-view .kiyoh-ratings,.blog-category-view .kiyoh-ratings,.blog-search-index .kiyoh-ratings,.academy-index-index .kiyoh-ratings,.academy-post-view .kiyoh-ratings,.academy-category-view .kiyoh-ratings,.academy-search-index .kiyoh-ratings{min-height:unset}}@media (min-width:975px){.blog-index-index .kiyoh-ratings,.blog-post-view .kiyoh-ratings,.blog-category-view .kiyoh-ratings,.blog-search-index .kiyoh-ratings,.academy-index-index .kiyoh-ratings,.academy-post-view .kiyoh-ratings,.academy-category-view .kiyoh-ratings,.academy-search-index .kiyoh-ratings{min-height:unset}}@media (min-width:1100px){.blog-index-index .kiyoh-ratings,.blog-post-view .kiyoh-ratings,.blog-category-view .kiyoh-ratings,.blog-search-index .kiyoh-ratings,.academy-index-index .kiyoh-ratings,.academy-post-view .kiyoh-ratings,.academy-category-view .kiyoh-ratings,.academy-search-index .kiyoh-ratings{min-height:unset}}.blog-index-index.page-layout-2columns-left .columns .column.main,.blog-post-view.page-layout-2columns-left .columns .column.main,.blog-category-view.page-layout-2columns-left .columns .column.main,.blog-search-index.page-layout-2columns-left .columns .column.main,.academy-index-index.page-layout-2columns-left .columns .column.main,.academy-post-view.page-layout-2columns-left .columns .column.main,.academy-category-view.page-layout-2columns-left .columns .column.main,.academy-search-index.page-layout-2columns-left .columns .column.main{width:65%;overflow:hidden}.blog-index-index.page-layout-2columns-left .columns .sidebar,.blog-post-view.page-layout-2columns-left .columns .sidebar,.blog-category-view.page-layout-2columns-left .columns .sidebar,.blog-search-index.page-layout-2columns-left .columns .sidebar,.academy-index-index.page-layout-2columns-left .columns .sidebar,.academy-post-view.page-layout-2columns-left .columns .sidebar,.academy-category-view.page-layout-2columns-left .columns .sidebar,.academy-search-index.page-layout-2columns-left .columns .sidebar{width:35%;padding-right:4%}.blog-index-index .block-reorder,.blog-post-view .block-reorder,.blog-category-view .block-reorder,.blog-search-index .block-reorder,.academy-index-index .block-reorder,.academy-post-view .block-reorder,.academy-category-view .block-reorder,.academy-search-index .block-reorder{display:none}.blog-index-index .sidebar .widget.blog-search,.blog-post-view .sidebar .widget.blog-search,.blog-category-view .sidebar .widget.blog-search,.blog-search-index .sidebar .widget.blog-search,.academy-index-index .sidebar .widget.blog-search,.academy-post-view .sidebar .widget.blog-search,.academy-category-view .sidebar .widget.blog-search,.academy-search-index .sidebar .widget.blog-search{width:100%;z-index:1}.blog-index-index .widget.blog-search .action.search:before,.blog-post-view .widget.blog-search .action.search:before,.blog-category-view .widget.blog-search .action.search:before,.blog-search-index .widget.blog-search .action.search:before,.academy-index-index .widget.blog-search .action.search:before,.academy-post-view .widget.blog-search .action.search:before,.academy-category-view .widget.blog-search .action.search:before,.academy-search-index .widget.blog-search .action.search:before{width:32px}.blog-index-index .block-categories,.blog-post-view .block-categories,.blog-category-view .block-categories,.blog-search-index .block-categories,.academy-index-index .block-categories,.academy-post-view .block-categories,.academy-category-view .block-categories,.academy-search-index .block-categories{width:100%}.blog-index-index .block-categories .o-list,.blog-post-view .block-categories .o-list,.blog-category-view .block-categories .o-list,.blog-search-index .block-categories .o-list,.academy-index-index .block-categories .o-list,.academy-post-view .block-categories .o-list,.academy-category-view .block-categories .o-list,.academy-search-index .block-categories .o-list{margin:5px 0 5px 0;padding-top:0}.blog-index-index .block-categories .o-list li,.blog-post-view .block-categories .o-list li,.blog-category-view .block-categories .o-list li,.blog-search-index .block-categories .o-list li,.academy-index-index .block-categories .o-list li,.academy-post-view .block-categories .o-list li,.academy-category-view .block-categories .o-list li,.academy-search-index .block-categories .o-list li{margin:5px 0 5px 0}.blog-index-index .block-categories .o-list a,.blog-post-view .block-categories .o-list a,.blog-category-view .block-categories .o-list a,.blog-search-index .block-categories .o-list a,.academy-index-index .block-categories .o-list a,.academy-post-view .block-categories .o-list a,.academy-category-view .block-categories .o-list a,.academy-search-index .block-categories .o-list a{padding-left:0}.blog-index-index h1,.blog-post-view h1,.blog-category-view h1,.blog-search-index h1,.academy-index-index h1,.academy-post-view h1,.academy-category-view h1,.academy-search-index h1{margin-bottom:15px;font-size:45px;text-transform:uppercase}.blog-index-index h2,.blog-post-view h2,.blog-category-view h2,.blog-search-index h2,.academy-index-index h2,.academy-post-view h2,.academy-category-view h2,.academy-search-index h2{font-size:28px}.blog-index-index a,.blog-post-view a,.blog-category-view a,.blog-search-index a,.academy-index-index a,.academy-post-view a,.academy-category-view a,.academy-search-index a{text-decoration:none}.blog-index-index .post-list,.blog-post-view .post-list,.blog-category-view .post-list,.blog-search-index .post-list,.academy-index-index .post-list,.academy-post-view .post-list,.academy-category-view .post-list,.academy-search-index .post-list{margin:0}.blog-index-index .post-content .post-description .post-ftimg-hld,.blog-post-view .post-content .post-description .post-ftimg-hld,.blog-category-view .post-content .post-description .post-ftimg-hld,.blog-search-index .post-content .post-description .post-ftimg-hld,.academy-index-index .post-content .post-description .post-ftimg-hld,.academy-post-view .post-content .post-description .post-ftimg-hld,.academy-category-view .post-content .post-description .post-ftimg-hld,.academy-search-index .post-content .post-description .post-ftimg-hld{width:100%;margin:0 0 11px 0}.blog-index-index .post-content .post-description .post-ftimg-hld img,.blog-post-view .post-content .post-description .post-ftimg-hld img,.blog-category-view .post-content .post-description .post-ftimg-hld img,.blog-search-index .post-content .post-description .post-ftimg-hld img,.academy-index-index .post-content .post-description .post-ftimg-hld img,.academy-post-view .post-content .post-description .post-ftimg-hld img,.academy-category-view .post-content .post-description .post-ftimg-hld img,.academy-search-index .post-content .post-description .post-ftimg-hld img{width:100%}.blog-index-index .post-content .post-description .post-ftimg-hld p,.blog-post-view .post-content .post-description .post-ftimg-hld p,.blog-category-view .post-content .post-description .post-ftimg-hld p,.blog-search-index .post-content .post-description .post-ftimg-hld p,.academy-index-index .post-content .post-description .post-ftimg-hld p,.academy-post-view .post-content .post-description .post-ftimg-hld p,.academy-category-view .post-content .post-description .post-ftimg-hld p,.academy-search-index .post-content .post-description .post-ftimg-hld p{margin-bottom:24px}.blog-index-index .post-info .fa,.blog-post-view .post-info .fa,.blog-category-view .post-info .fa,.blog-search-index .post-info .fa,.academy-index-index .post-info .fa,.academy-post-view .post-info .fa,.academy-category-view .post-info .fa,.academy-search-index .post-info .fa{font-size:18px}.blog-index-index .post-info .post-author,.blog-post-view .post-info .post-author,.blog-category-view .post-info .post-author,.blog-search-index .post-info .post-author,.academy-index-index .post-info .post-author,.academy-post-view .post-info .post-author,.academy-category-view .post-info .post-author,.academy-search-index .post-info .post-author,.blog-index-index .post-info .post-date,.blog-post-view .post-info .post-date,.blog-category-view .post-info .post-date,.blog-search-index .post-info .post-date,.academy-index-index .post-info .post-date,.academy-post-view .post-info .post-date,.academy-category-view .post-info .post-date,.academy-search-index .post-info .post-date,.blog-index-index .post-info .post-views,.blog-post-view .post-info .post-views,.blog-category-view .post-info .post-views,.blog-search-index .post-info .post-views,.academy-index-index .post-info .post-views,.academy-post-view .post-info .post-views,.academy-category-view .post-info .post-views,.academy-search-index .post-info .post-views,.blog-index-index .post-info .post-reaction,.blog-post-view .post-info .post-reaction,.blog-category-view .post-info .post-reaction,.blog-search-index .post-info .post-reaction,.academy-index-index .post-info .post-reaction,.academy-post-view .post-info .post-reaction,.academy-category-view .post-info .post-reaction,.academy-search-index .post-info .post-reaction{width:49%;display:inline-block;margin-bottom:16px}.blog-index-index .post-info .post-author,.blog-post-view .post-info .post-author,.blog-category-view .post-info .post-author,.blog-search-index .post-info .post-author,.academy-index-index .post-info .post-author,.academy-post-view .post-info .post-author,.academy-category-view .post-info .post-author,.academy-search-index .post-info .post-author,.blog-index-index .post-info .post-views,.blog-post-view .post-info .post-views,.blog-category-view .post-info .post-views,.blog-search-index .post-info .post-views,.academy-index-index .post-info .post-views,.academy-post-view .post-info .post-views,.academy-category-view .post-info .post-views,.academy-search-index .post-info .post-views{text-align:left}.blog-index-index .post-info .post-date,.blog-post-view .post-info .post-date,.blog-category-view .post-info .post-date,.blog-search-index .post-info .post-date,.academy-index-index .post-info .post-date,.academy-post-view .post-info .post-date,.academy-category-view .post-info .post-date,.academy-search-index .post-info .post-date,.blog-index-index .post-info .post-reaction,.blog-post-view .post-info .post-reaction,.blog-category-view .post-info .post-reaction,.blog-search-index .post-info .post-reaction,.academy-index-index .post-info .post-reaction,.academy-post-view .post-info .post-reaction,.academy-category-view .post-info .post-reaction,.academy-search-index .post-info .post-reaction{text-align:right}.blog-index-index .post-categories,.blog-post-view .post-categories,.blog-category-view .post-categories,.blog-search-index .post-categories,.academy-index-index .post-categories,.academy-post-view .post-categories,.academy-category-view .post-categories,.academy-search-index .post-categories{font-size:15px;display:inline-block;width:100%;margin:8px 0}.blog-index-index .post-categories .label,.blog-post-view .post-categories .label,.blog-category-view .post-categories .label,.blog-search-index .post-categories .label,.academy-index-index .post-categories .label,.academy-post-view .post-categories .label,.academy-category-view .post-categories .label,.academy-search-index .post-categories .label{padding-right:40px}.blog-index-index .post-categories a,.blog-post-view .post-categories a,.blog-category-view .post-categories a,.blog-search-index .post-categories a,.academy-index-index .post-categories a,.academy-post-view .post-categories a,.academy-category-view .post-categories a,.academy-search-index .post-categories a{text-transform:uppercase}.blog-index-index .post-holder,.blog-post-view .post-holder,.blog-category-view .post-holder,.blog-search-index .post-holder,.academy-index-index .post-holder,.academy-post-view .post-holder,.academy-category-view .post-holder,.academy-search-index .post-holder{padding:20px 0;background:white}.blog-index-index .post-holder:hover,.blog-post-view .post-holder:hover,.blog-category-view .post-holder:hover,.blog-search-index .post-holder:hover,.academy-index-index .post-holder:hover,.academy-post-view .post-holder:hover,.academy-category-view .post-holder:hover,.academy-search-index .post-holder:hover{box-shadow:none}.blog-index-index .sidebar .block-title,.blog-post-view .sidebar .block-title,.blog-category-view .sidebar .block-title,.blog-search-index .sidebar .block-title,.academy-index-index .sidebar .block-title,.academy-post-view .sidebar .block-title,.academy-category-view .sidebar .block-title,.academy-search-index .sidebar .block-title{margin:0 0 32px 0}.blog-index-index .button-container,.blog-post-view .button-container,.blog-category-view .button-container,.blog-search-index .button-container,.academy-index-index .button-container,.academy-post-view .button-container,.academy-category-view .button-container,.academy-search-index .button-container{margin:16px 0;float:left;width:100%}@media (min-width:975px){.blog-index-index.page-layout-2columns-left .columns .column.main,.blog-post-view.page-layout-2columns-left .columns .column.main,.blog-category-view.page-layout-2columns-left .columns .column.main,.blog-search-index.page-layout-2columns-left .columns .column.main,.academy-index-index.page-layout-2columns-left .columns .column.main,.academy-post-view.page-layout-2columns-left .columns .column.main,.academy-category-view.page-layout-2columns-left .columns .column.main,.academy-search-index.page-layout-2columns-left .columns .column.main{width:75%}.blog-index-index.page-layout-2columns-left .columns .sidebar,.blog-post-view.page-layout-2columns-left .columns .sidebar,.blog-category-view.page-layout-2columns-left .columns .sidebar,.blog-search-index.page-layout-2columns-left .columns .sidebar,.academy-index-index.page-layout-2columns-left .columns .sidebar,.academy-post-view.page-layout-2columns-left .columns .sidebar,.academy-category-view.page-layout-2columns-left .columns .sidebar,.academy-search-index.page-layout-2columns-left .columns .sidebar{width:25%}.blog-index-index .post-content .post-description .post-ftimg-hld,.blog-post-view .post-content .post-description .post-ftimg-hld,.blog-category-view .post-content .post-description .post-ftimg-hld,.blog-search-index .post-content .post-description .post-ftimg-hld,.academy-index-index .post-content .post-description .post-ftimg-hld,.academy-post-view .post-content .post-description .post-ftimg-hld,.academy-category-view .post-content .post-description .post-ftimg-hld,.academy-search-index .post-content .post-description .post-ftimg-hld{width:15%;margin:0 20px 0 0;float:left}.blog-index-index .button-container,.blog-post-view .button-container,.blog-category-view .button-container,.blog-search-index .button-container,.academy-index-index .button-container,.academy-post-view .button-container,.academy-category-view .button-container,.academy-search-index .button-container{width:auto;margin:8px 0 16px 0}.blog-index-index .post-info .post-author,.blog-post-view .post-info .post-author,.blog-category-view .post-info .post-author,.blog-search-index .post-info .post-author,.academy-index-index .post-info .post-author,.academy-post-view .post-info .post-author,.academy-category-view .post-info .post-author,.academy-search-index .post-info .post-author,.blog-index-index .post-info .post-date,.blog-post-view .post-info .post-date,.blog-category-view .post-info .post-date,.blog-search-index .post-info .post-date,.academy-index-index .post-info .post-date,.academy-post-view .post-info .post-date,.academy-category-view .post-info .post-date,.academy-search-index .post-info .post-date,.blog-index-index .post-info .post-views,.blog-post-view .post-info .post-views,.blog-category-view .post-info .post-views,.blog-search-index .post-info .post-views,.academy-index-index .post-info .post-views,.academy-post-view .post-info .post-views,.academy-category-view .post-info .post-views,.academy-search-index .post-info .post-views,.blog-index-index .post-info .post-reaction,.blog-post-view .post-info .post-reaction,.blog-category-view .post-info .post-reaction,.blog-search-index .post-info .post-reaction,.academy-index-index .post-info .post-reaction,.academy-post-view .post-info .post-reaction,.academy-category-view .post-info .post-reaction,.academy-search-index .post-info .post-reaction{width:24.5%;text-align:center;margin-top:0}.blog-index-index .post-info .post-author,.blog-post-view .post-info .post-author,.blog-category-view .post-info .post-author,.blog-search-index .post-info .post-author,.academy-index-index .post-info .post-author,.academy-post-view .post-info .post-author,.academy-category-view .post-info .post-author,.academy-search-index .post-info .post-author{text-align:left}.blog-index-index .post-info .post-reaction,.blog-post-view .post-info .post-reaction,.blog-category-view .post-info .post-reaction,.blog-search-index .post-info .post-reaction,.academy-index-index .post-info .post-reaction,.academy-post-view .post-info .post-reaction,.academy-category-view .post-info .post-reaction,.academy-search-index .post-info .post-reaction{text-align:right}}.blog-post-view .post-holder,.post-list-wrapper .post-holder{border:none;border-radius:0}.post-list-wrapper .post-list{padding:0}.post-list-wrapper .post-list .post-header{padding:0;margin:8px 0 16px 0}.post-list-wrapper .post-list .post-header .post-title{margin:0px;padding:0 0 10px 0}.post-list-wrapper .post-list .post-header .post-title a{font-size:32px;color:black}.post-list-wrapper .post-list li{margin:0}.post-list-wrapper .post-list p{color:black}.post-list-wrapper .post-holder{padding:0;border-bottom:1px solid #000;background:white}.post-list-wrapper .post-holder:not(:first-child){padding-top:8px}.post-list-wrapper .post-text-hld{margin:0 0 16px 0}.post-list-wrapper .post-list .post-content .post-read-more{float:left;margin:0}.post-list-wrapper .post-list .post-content .post-read-more:hover,.post-list-wrapper .post-list .post-content .post-read-more:active,.post-list-wrapper .post-list .post-content .post-read-more:focus{background-color:#ddd;border:2px solid #000;color:#000}.blog-post-view .post-info,.academy-post-view .post-info{margin-bottom:8px}.blog-post-view .post-content,.academy-post-view .post-content{margin-bottom:20px}.blog-post-view>.post-view,.academy-post-view>.post-view{margin-top:21px}.blog-post-view>.post-view .post-bottom,.academy-post-view>.post-view .post-bottom{margin-top:32px;padding-top:24px;border-top:1px solid #000}.blog-post-view .post-info .post-author,.academy-post-view .post-info .post-author,.blog-post-view .post-info .post-date,.academy-post-view .post-info .post-date,.blog-post-view .post-info .post-view,.academy-post-view .post-info .post-view,.blog-post-view .post-info .post-reaction,.academy-post-view .post-info .post-reaction{margin-bottom:8px}.post-header a,.post-header a:visited{color:black}.share-container-wrapper span{text-transform:uppercase;float:left;margin-top:10px;padding-right:40px}.share-container-wrapper a{width:25px;margin-top:4px;display:inline-block}.share-container-wrapper img{cursor:pointer}.share-container-wrapper:hover{text-decoration:none}.blog-category-view .page-title-wrapper{display:none}.blog-category-view .post-text-hld img{display:none}.blog-post-view .post-content .post-description h1,.academy-post-view .post-content .post-description h1,.blog-post-view .post-content .post-description h2,.academy-post-view .post-content .post-description h2,.blog-post-view .post-content .post-description h3,.academy-post-view .post-content .post-description h3{font-family:"My type of font",Verdana,sans-serif}.blog-post-view .post-content .post-description img,.academy-post-view .post-content .post-description img{margin:0 0 20px 0}.blog-post-view .post-content .post-description img.left,.academy-post-view .post-content .post-description img.left,.blog-post-view .post-content .post-description img#left,.academy-post-view .post-content .post-description img#left{float:left;width:30%;margin-right:20px}.blog-post-view .post-content .post-description img.right,.academy-post-view .post-content .post-description img.right,.blog-post-view .post-content .post-description img#right,.academy-post-view .post-content .post-description img#right{float:right;width:30%;margin-left:20px}@media (max-width:480px){.blog-post-view .post-content .post-description img.left,.academy-post-view .post-content .post-description img.left,.blog-post-view .post-content .post-description img #left,.academy-post-view .post-content .post-description img #left{width:100%;margin-right:0}.blog-post-view .post-content .post-description img.right,.academy-post-view .post-content .post-description img.right,.blog-post-view .post-content .post-description img #right,.academy-post-view .post-content .post-description img #right{width:100%;margin-left:0}}.contact-index-index .product-top{position:absolute;width:100%;top:180px;left:0;max-height:450px;background-size:cover;background-repeat:no-repeat;text-align:center}@media (max-width:480px){.contact-index-index .product-top{display:none}}@media (max-width:480px){.contact-index-index .contact-header.row{margin-top:0 !important}}.contact-index-index .mailto{position:absolute;bottom:20px;left:10%;right:10%;font-size:28px;font-family:"My type of font",Verdana,sans-serif;color:white;text-decoration:none}.contact-index-index .address{text-align:center;margin:0 auto}.contact-index-index .address h1{font-size:28px;margin-bottom:27px}.contact-index-index .contact-container{display:none;max-width:700px;margin:16px auto}.contact-index-index .contact-container h2{margin:15px auto;text-align:center}.contact-index-index .contact-container .fieldset{margin-bottom:0}.contact-index-index .contact-container .row:not(.fieldset){margin-bottom:25px}.contact-index-index .contact-container .first-name{margin-bottom:25px}.contact-index-index .contact-container label span{font-family:"My type of font",Verdana,sans-serif}.contact-index-index .contact-container button,.contact-index-index .contact-container .cart.table-wrapper .actions-toolbar>.action,.contact-index-index .contact-container .action-gift{margin-bottom:0;background-color:#231f20;color:white}.contact-index-index .contact-container button:hover,.contact-index-index .contact-container button:active,.contact-index-index .contact-container button:focus,.contact-index-index .contact-container .cart.table-wrapper .actions-toolbar>.action:hover,.contact-index-index .contact-container .cart.table-wrapper .actions-toolbar>.action:active,.contact-index-index .contact-container .cart.table-wrapper .actions-toolbar>.action:focus,.contact-index-index .contact-container .action-gift:hover,.contact-index-index .contact-container .action-gift:active,.contact-index-index .contact-container .action-gift:focus{background-color:white;color:#231f20}.contact-index-index .contact-container .footer .actions-toolbar{margin:0}.contact-index-index .contact-container .footer .required{text-align:right;padding-top:10px}@media (min-width:768px){.contact-index-index .product-top{top:230px}.contact-index-index .address{margin:35px auto 26px}.contact-index-index .contact-container{display:block;padding:15px 25px 45px 25px;-webkit-box-shadow:9px 10px 23px -3px #676465;-moz-box-shadow:9px 10px 23px -3px #676465;box-shadow:9px 10px 23px -3px #676465}}@media (min-width:866px){.contact-index-index .address{margin:15px auto 26px}}@media (min-width:988px){.contact-index-index .contact-container .first-name{margin-bottom:0}}@media (min-width:1040px){.contact-index-index .address{margin:0 auto 26px}}.customer-account-login .form.form-login .note,.customer-account-create .form.form-login .note{display:none}.customer-account-login .columns h1,.customer-account-create .columns h1{margin-bottom:26px}.customer-account-login .columns .fieldset,.customer-account-create .columns .fieldset{margin-bottom:28px}.customer-account-login .columns .login-container .fieldset>.field>.control,.customer-account-create .columns .login-container .fieldset>.field>.control{width:74%}.customer-account-login .columns .action.primary,.customer-account-create .columns .action.primary{margin:0}.customer-account-login .columns .action.primary:hover,.customer-account-create .columns .action.primary:hover,.customer-account-login .columns .action.primary:active,.customer-account-create .columns .action.primary:active,.customer-account-login .columns .action.primary:focus,.customer-account-create .columns .action.primary:focus{background-color:#ddd;border:2px solid #000;color:#000}.customer-account-login .columns .action.back,.customer-account-create .columns .action.back{color:#000}.customer-account-create .fieldset>.legend{display:none}body.account .columns .sidebar-main,body.account .columns .sidebar-additional{display:block}.account .box-billing-address a.action,.account .box-shipping-address a.action,.account .box-information a.action,.account .box-newsletter a.action{display:block}.account .action.primary{margin:0}.account .action.primary:hover,.account .action.primary:active,.account .action.primary:focus{background-color:#ddd;border:2px solid #000;color:#000}.account .order-links{border:none;margin-bottom:30px}.block-dashboard-info .block-title,.block-dashboard-addresses .block-title{display:none}.block-collapsible-nav .item.current a,.block-collapsible-nav .item.current strong{border-color:#000}.checkout-cart-index .page-title{margin:35px 0}.checkout-cart-index #gift-options-cart{display:none}.checkout-cart-index .action.action-edit{display:none}.checkout-cart-index .action.action-towishlist{display:none}.checkout-cart-index .item-options .toggle{margin-bottom:10px;display:block;text-decoration:none}.checkout-cart-index .item-options .toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:16px;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.checkout-cart-index .item-options .toggle>span{text-decoration:underline}.checkout-cart-index .item-options .toggle:hover{cursor:pointer}.checkout-cart-index .item-options .toggle:hover>span{text-decoration:none}.checkout-cart-index .item-options .content{margin-top:10px}.checkout-cart-index .item-options.active .toggle{display:block;text-decoration:none}.checkout-cart-index .item-options.active .toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:16px;color:inherit;content:'\e621';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.checkout-cart-index .action.fa.fa-times{text-decoration:none;font-size:18px;line-height:4px}.checkout-cart-index #block-rewards-form{display:none}.checkout-cart-index .product-item-details{margin-top:-10px}.checkout-cart-index .cart.item .actions-toolbar{display:none}.checkout-cart-index .checkout-methods-items .item a.action{display:none}.checkout-cart-index .cart.table-wrapper .product-image-container{margin-top:2px}.checkout-cart-index .cart.table-wrapper .col{padding-top:17px}.checkout-cart-index .cart.table-wrapper .product-item-name{margin-top:-4px;font-size:16px;font-family:"My type of font",Verdana,sans-serif;color:#000}.checkout-cart-index .cart.table-wrapper .product-item-name:hover{text-decoration:none}.checkout-cart-index .block.crosssell{float:left;margin-top:22px;padding:0}.checkout-cart-index .block.crosssell .product-item-actions .actions-primary+.actions-secondary{display:none}.checkout-cart-index .block.crosssell .products-grid .product-item .product-image-wrapper{display:block}.checkout-cart-index .block.crosssell .products-grid .product-item .product-image-container{margin-bottom:15px}.checkout-cart-index .block.crosssell .products-grid .product-item{margin-bottom:32px}.checkout-cart-index .block.crosssell .products{margin:17px 0}.checkout-cart-index .block.crosssell .slider-price-container{margin-bottom:17px}.checkout-cart-index .column.main *{box-sizing:border-box}.checkout-cart-index .column.main .cart-summary{position:static}.checkout-cart-index .column.main .cart-summary>.title{font-size:1.5rem}.checkout-cart-index .column.main .cart-summary #block-shipping{display:none}.checkout-cart-index .column.main .cart-summary .block .fieldset{margin:15px 0 25px 0}.checkout-cart-index .column.main .cart-summary .block>.title{padding:7px 30px 7px 0px}.checkout-cart-index .column.main .cart-summary .block>.title strong{font-size:16px}.checkout-cart-index .column.main .cart-summary p.field.note{font-size:12px}.checkout-cart-index .column.main .paypal-review-discount .block>.title{padding:7px 30px 7px 0px}.checkout-cart-index .column.main .paypal-review-discount .block>.title strong{font-size:16px}.checkout-cart-index .price-including-tax .price,.checkout-cart-index .price-excluding-tax .price,.checkout-cart-index .price-including-tax,.checkout-cart-index .price-excluding-tax{font-size:14px}.checkout-cart-index #block-shipping-heading{font-size:16px}.checkout-cart-index button.action.primary.checkout,.checkout-cart-index .cart.table-wrapper .actions-toolbar>.action.action.primary.checkout,.checkout-cart-index .action-gift.action.primary.checkout{padding:7px 15px 10px 15px;margin:10px 0}.checkout-cart-index .action.primary span{font-size:14px}.checkout-cart-index input[type="text"],.checkout-cart-index input[type="password"],.checkout-cart-index input[type="url"],.checkout-cart-index input[type="tel"],.checkout-cart-index input[type="search"],.checkout-cart-index input[type="number"],.checkout-cart-index input[type="datetime"],.checkout-cart-index input[type="email"],.checkout-cart-index select{font-size:12px;height:32px}.checkout-cart-index .block-cart-failed .action.continue:hover,.checkout-cart-index .cart-container .form-cart .action.continue:hover,.checkout-cart-index button:hover,.checkout-cart-index .cart.table-wrapper .actions-toolbar>.action:hover,.checkout-cart-index .cart.table-wrapper .action-gift:hover,.checkout-cart-index .block-cart-failed .action.continue:active,.checkout-cart-index .cart-container .form-cart .action.continue:active,.checkout-cart-index button:active,.checkout-cart-index .cart.table-wrapper .actions-toolbar>.action:active,.checkout-cart-index .cart.table-wrapper .action-gift:active,.checkout-cart-index .block-cart-failed .action.continue:focus,.checkout-cart-index .cart-container .form-cart .action.continue:focus,.checkout-cart-index button:focus,.checkout-cart-index .cart.table-wrapper .actions-toolbar>.action:focus,.checkout-cart-index .cart.table-wrapper .action-gift:focus,.checkout-cart-index .cart.table-wrapper .actions-toolbar>.action:hover,.checkout-cart-index .cart.table-wrapper .actions-toolbar>.action:active,.checkout-cart-index .cart.table-wrapper .actions-toolbar>.action:focus,.checkout-cart-index .action-gift:hover,.checkout-cart-index .action-gift:active,.checkout-cart-index .action-gift:focus,.checkout-cart-index .action-gift:hover,.checkout-cart-index .action-gift:active,.checkout-cart-index .action-gift:focus{background-color:#ddd;border:2px solid #000;color:#000}@media only screen and (min-width:768px){.checkout-cart-index .page-title{margin:0 0 3.5rem 0}.checkout-cart-index .cart-summary{width:30%}.checkout-cart-index .abs-shopping-cart-items-desktop,.checkout-cart-index .block-cart-failed,.checkout-cart-index .cart-container .form-cart,.checkout-cart-index .cart-container .cart-gift-item,.checkout-cart-index .block.crosssell{width:70%}.checkout-cart-index .form-cart{padding-right:50px}.checkout-cart-index .block.crosssell{margin-top:32px}.checkout-cart-index .cart.table-wrapper .item .col.item{padding:15px 0 10px 10px}}@media only screen and (min-width:980px){.checkout-cart-index .cart-summary{width:23%}.checkout-cart-index .abs-shopping-cart-items-desktop,.checkout-cart-index .block-cart-failed,.checkout-cart-index .cart-container .form-cart,.checkout-cart-index .cart-container .cart-gift-item,.checkout-cart-index .block.crosssell{width:77%}}@media only screen and (min-width:1024px){.checkout-cart-index.page-layout-1column .products-grid .product-item{width:33.333333333%}}.minicart-wrapper .block-minicart{text-transform:none}.minicart-wrapper .block-minicart .subtotal .label:after{display:none !important}.minicart-wrapper .block-minicart .details-qty{float:left;margin-top:-5px}.minicart-wrapper .block-minicart .details-qty label.label{display:none}.minicart-wrapper .block-minicart .product.options{display:none !important}.minicart-wrapper .block-minicart .product-item-name{min-height:36px}.minicart-wrapper .block-minicart .minicart-items-wrapper{padding:0;margin:0 0 20px;border:none;border-top:1px solid #ccc;max-height:50vh;overflow-y:auto}.minicart-wrapper .block-minicart .minicart-items .product-item-pricing .price-container{margin-top:-3px !important;float:none;display:inline-block}.minicart-wrapper .block-minicart .minicart-items .product-item{padding:15px 0 10px}.checkout_index_index .fieldset{display:inline-block;width:100%}.checkout_index_index .opc-wrapper .step-title{margin-bottom:10px !important}.checkout_index_index .opc-wrapper .form .field.required>label:after,.checkout_index_index .opc-wrapper .fieldset .field.required>label:after,.checkout_index_index .opc-wrapper .form .field._required>label:after,.checkout_index_index .opc-wrapper .fieldset .field._required>label:after,.checkout_index_index .opc-wrapper .form>.field.required>label:after,.checkout_index_index .opc-wrapper .fieldset>.field.required>label:after,.checkout_index_index .opc-wrapper .form>.field._required>label:after,.checkout_index_index .opc-wrapper .fieldset>.field._required>label:after{margin-left:-2px !important}.checkout_index_index .opc-wrapper .form .field.required.mp-6 ._with-tooltip .input-text,.checkout_index_index .opc-wrapper .fieldset .field.required.mp-6 ._with-tooltip .input-text,.checkout_index_index .opc-wrapper .form .field._required.mp-6 ._with-tooltip .input-text,.checkout_index_index .opc-wrapper .fieldset .field._required.mp-6 ._with-tooltip .input-text,.checkout_index_index .opc-wrapper .form>.field.required.mp-6 ._with-tooltip .input-text,.checkout_index_index .opc-wrapper .fieldset>.field.required.mp-6 ._with-tooltip .input-text,.checkout_index_index .opc-wrapper .form>.field._required.mp-6 ._with-tooltip .input-text,.checkout_index_index .opc-wrapper .fieldset>.field._required.mp-6 ._with-tooltip .input-text{width:100%;margin:0}.checkout_index_index .opc-wrapper .form .field.required.mp-6 ._with-tooltip .field-tooltip,.checkout_index_index .opc-wrapper .fieldset .field.required.mp-6 ._with-tooltip .field-tooltip,.checkout_index_index .opc-wrapper .form .field._required.mp-6 ._with-tooltip .field-tooltip,.checkout_index_index .opc-wrapper .fieldset .field._required.mp-6 ._with-tooltip .field-tooltip,.checkout_index_index .opc-wrapper .form>.field.required.mp-6 ._with-tooltip .field-tooltip,.checkout_index_index .opc-wrapper .fieldset>.field.required.mp-6 ._with-tooltip .field-tooltip,.checkout_index_index .opc-wrapper .form>.field._required.mp-6 ._with-tooltip .field-tooltip,.checkout_index_index .opc-wrapper .fieldset>.field._required.mp-6 ._with-tooltip .field-tooltip{display:none}.checkout_index_index .opc-wrapper .form .field.required.mp-6.osc-password,.checkout_index_index .opc-wrapper .fieldset .field.required.mp-6.osc-password,.checkout_index_index .opc-wrapper .form .field._required.mp-6.osc-password,.checkout_index_index .opc-wrapper .fieldset .field._required.mp-6.osc-password,.checkout_index_index .opc-wrapper .form>.field.required.mp-6.osc-password,.checkout_index_index .opc-wrapper .fieldset>.field.required.mp-6.osc-password,.checkout_index_index .opc-wrapper .form>.field._required.mp-6.osc-password,.checkout_index_index .opc-wrapper .fieldset>.field._required.mp-6.osc-password{padding-left:0}.checkout_index_index .opc-wrapper .form .field.required.mp-6.osc-password .label:after,.checkout_index_index .opc-wrapper .fieldset .field.required.mp-6.osc-password .label:after,.checkout_index_index .opc-wrapper .form .field._required.mp-6.osc-password .label:after,.checkout_index_index .opc-wrapper .fieldset .field._required.mp-6.osc-password .label:after,.checkout_index_index .opc-wrapper .form>.field.required.mp-6.osc-password .label:after,.checkout_index_index .opc-wrapper .fieldset>.field.required.mp-6.osc-password .label:after,.checkout_index_index .opc-wrapper .form>.field._required.mp-6.osc-password .label:after,.checkout_index_index .opc-wrapper .fieldset>.field._required.mp-6.osc-password .label:after,.checkout_index_index .opc-wrapper .form .field.required.mp-6 .confirmation .label:after,.checkout_index_index .opc-wrapper .fieldset .field.required.mp-6 .confirmation .label:after,.checkout_index_index .opc-wrapper .form .field._required.mp-6 .confirmation .label:after,.checkout_index_index .opc-wrapper .fieldset .field._required.mp-6 .confirmation .label:after,.checkout_index_index .opc-wrapper .form>.field.required.mp-6 .confirmation .label:after,.checkout_index_index .opc-wrapper .fieldset>.field.required.mp-6 .confirmation .label:after,.checkout_index_index .opc-wrapper .form>.field._required.mp-6 .confirmation .label:after,.checkout_index_index .opc-wrapper .fieldset>.field._required.mp-6 .confirmation .label:after{margin-left:0 !important}.checkout_index_index .opc-wrapper .form ._with-tooltip input,.checkout_index_index .opc-wrapper .fieldset ._with-tooltip input{margin-right:10px;width:calc(100% - 40px)}.checkout_index_index .osc-addition-content-wrapper .checkout-comment-block{padding-top:15px !important;border-top:none !important}.checkout_index_index .osc-addition-content-wrapper .checkout-comment-block label{display:none}.checkout_index_index .checkout-agreements-block .checkout-agreements{margin:0}.checkout_index_index .checkout-agreement.required::after{display:none}.checkout_index_index button.action.primary.checkout,.checkout_index_index .cart.table-wrapper .actions-toolbar>.action.action.primary.checkout,.checkout_index_index .action-gift.action.primary.checkout{height:auto !important;background:#a50029 !important;color:#fff !important;border-color:#a50029 !important}.checkout_index_index button.action.primary.checkout:hover,.checkout_index_index button.action.primary.checkout:active,.checkout_index_index button.action.primary.checkout:focus,.checkout_index_index .cart.table-wrapper .actions-toolbar>.action.action.primary.checkout:hover,.checkout_index_index .cart.table-wrapper .actions-toolbar>.action.action.primary.checkout:active,.checkout_index_index .cart.table-wrapper .actions-toolbar>.action.action.primary.checkout:focus,.checkout_index_index .action-gift.action.primary.checkout:hover,.checkout_index_index .action-gift.action.primary.checkout:active,.checkout_index_index .action-gift.action.primary.checkout:focus{background:#8c0023 !important;color:#fff !important;border-color:#8c0023 !important}.checkout-index-index #discount-form{display:none}.checkout-index-index input[type="text"],.checkout-index-index input[type="password"],.checkout-index-index input[type="url"],.checkout-index-index input[type="tel"],.checkout-index-index input[type="search"],.checkout-index-index input[type="number"],.checkout-index-index input[type*="date"],.checkout-index-index input[type="email"]{height:35px}.checkout-index-index input[type="radio"]{margin:4px 10px 0 0;transform:scale(1.4)}.checkout-index-index .checkout-payment-method .payment-method-title{padding:10px 0}.checkout-index-index .opc-wrapper .step-content{margin:0 0 10px}.checkout-index-index .modal-popup .modal-inner-wrap{max-height:80% !important}.checkout-index-index .action.osc-authentication-toggle{text-decoration:underline}.checkout-index-index .action.osc-authentication-toggle:hover{text-decoration:none}.checkout-index-index .action.osc-authentication-toggle .modal-popup .modal-inner-wrap{max-height:80% !important}.checkout-index-index #co-shipping-method-form .fieldset.delivery-time{margin-bottom:0 !important}.checkout-index-index #co-shipping-method-form .fieldset.delivery-time .field{margin-bottom:0 !important}.checkout-index-index #co-shipping-method-form .totals.extrafee{margin:10px 0 !important}.checkout-index-index #co-shipping-method-form .totals.extrafee th{padding-left:0 !important}.checkout-index-index.onestepcheckout-index-index .form-discount .actions-toolbar .primary button,.checkout-index-index.onestepcheckout-index-index .form-discount .actions-toolbar .primary .cart.table-wrapper .actions-toolbar>.action,.checkout-index-index.onestepcheckout-index-index .form-discount .actions-toolbar .primary .action-gift{padding:6px 0 !important}.checkout-index-index.onestepcheckout-index-index .form-discount .actions-toolbar .primary .action-apply{margin:0 0 5px}.checkout-index-index.onestepcheckout-index-index .form-discount .actions-toolbar .primary button.action.action-cancel,.checkout-index-index.onestepcheckout-index-index .form-discount .actions-toolbar .primary .cart.table-wrapper .actions-toolbar>.action.action.action-cancel,.checkout-index-index.onestepcheckout-index-index .form-discount .actions-toolbar .primary .action-gift.action.action-cancel{background:#fff !important;border-color:#000 !important;color:#000 !important}.checkout-index-index.onestepcheckout-index-index .minicart-items .qty-wrapper{white-space:nowrap;margin-right:10px;padding-top:0px !important}.checkout-index-index.onestepcheckout-index-index .minicart-items .qty-wrapper .button-action{margin:0 !important}.checkout-index-index.onestepcheckout-index-index table#checkout-review-table .qty-wrapper .qty-wrap,.checkout-index-index.onestepcheckout-index-index table#checkout-review-table .qty-wrapper .input-text.update{top:-1px;width:30px !important;vertical-align:top}.checkout-index-index .opc-block-summary{margin:0}.checkout-index-index .opc-block-summary .items-in-cart .product.options{margin:5px 0}.checkout-index-index .opc-block-summary .items-in-cart .product.options .item-options{margin:10px 0 5px}.checkout-index-index .checkout-agreements-block #co-place-order-agreement .checkout-agreement label{display:inline-block;padding:0 0 0 5px}.checkout-index-index .checkout-agreements-block #co-place-order-agreement .checkout-agreement label .action-show{text-align:left}.checkout-index-index #label_carrier_freeshipping_freeshipping{position:relative}.checkout-index-index .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}.checkout-index-index .hasDatepicker~.ui-datepicker-trigger:focus,.checkout-index-index .hasDatepicker~.ui-datepicker-trigger:active{background:none;border:none}.checkout-index-index .hasDatepicker~.ui-datepicker-trigger:hover{background:none;border:none}.checkout-index-index .hasDatepicker~.ui-datepicker-trigger.disabled,.checkout-index-index .hasDatepicker~.ui-datepicker-trigger[disabled],fieldset[disabled] .checkout-index-index .hasDatepicker~.ui-datepicker-trigger{pointer-events:none;opacity:.5}.checkout-index-index .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}.checkout-index-index .hasDatepicker~.ui-datepicker-trigger:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:40px;line-height:40px;color:#7d7d7d;content:'\e612';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.checkout-index-index .hasDatepicker~.ui-datepicker-trigger:focus{box-shadow:none;outline:0}.checkout-index-index .checkout-shipping-item{overflow:hidden;margin:0 0 10px;padding:10px;border:1px solid #000;transition:.2s}.checkout-index-index .checkout-shipping-item p{margin:0 0 5px}.checkout-index-index .checkout-shipping-item p i{font-style:italic;font-size:1.2rem}.checkout-index-index .checkout-shipping-item:hover,.checkout-index-index .checkout-shipping-item:active{border-color:#a50029}.checkout-index-index .checkout-shipping-item .ui-datepicker-trigger{float:right;color:#a50029;font-size:1.2rem}.checkout-index-index .checkout-shipping-item .ui-datepicker-trigger:before{float:left;overflow:visible;line-height:16px;font-size:3.2rem !important}.checkout-index-index .checkout-shipping-item .ui-datepicker-trigger:hover,.checkout-index-index .checkout-shipping-item .ui-datepicker-trigger:active{color:#8c0023}.checkout-index-index .checkout-shipping-item .price{font-family:'mulibold',Verdana,sans-serif}.checkout-index-index .ui-datepicker{border:2px solid #000;background:#fff}.checkout-index-index .ui-datepicker .ui-datepicker-next span{border-color:transparent transparent transparent #a50029}.checkout-index-index .ui-datepicker .ui-datepicker-next span:hover,.checkout-index-index .ui-datepicker .ui-datepicker-next span:active{border-color:transparent transparent transparent #8c0023}.checkout-index-index .ui-datepicker .ui-datepicker-prev span{border-color:transparent #a50029 transparent transparent}.checkout-index-index .ui-datepicker .ui-datepicker-prev span:hover,.checkout-index-index .ui-datepicker .ui-datepicker-prev span:active{border-color:transparent #8c0023 transparent transparent}.checkout-index-index .ui-datepicker .ui-datepicker-title{font-family:'mulibold',Verdana,sans-serif}.checkout-index-index .ui-datepicker .ui-datepicker-calendar td a{transition:.2s}.checkout-index-index .ui-datepicker .ui-datepicker-calendar td a.ui-state-active{color:#fff;background:#a50029}.checkout-index-index .ui-datepicker .ui-datepicker-calendar td a:hover,.checkout-index-index .ui-datepicker .ui-datepicker-calendar td a:active{background:#fff;color:#a50029}@media (max-width:767px){.checkout-index-index .field-tooltip._active .field-tooltip-content{right:3rem;left:auto}.checkout-index-index .field-tooltip._active .field-tooltip-content:before,.checkout-index-index .field-tooltip._active .field-tooltip-content:after{display:none}}@media (max-width:480px){.checkout-index-index.onestepcheckout-index-index .form-discount .payment-option-inner,.checkout-index-index.onestepcheckout-index-index .form-discount .actions-toolbar{float:none;display:block;width:100%;margin-top:10px !important}.checkout-index-index.onestepcheckout-index-index .minicart-items #checkout-review-table thead th.a-center{text-transform:none}.checkout-index-index.onestepcheckout-index-index table#checkout-review-table .qty-wrapper{padding-top:0 !important}.checkout-index-index.onestepcheckout-index-index table#checkout-review-table .qty-wrapper .qty-wrap,.checkout-index-index.onestepcheckout-index-index table#checkout-review-table .qty-wrapper .input-text.update{width:30px !important;vertical-align:top}.checkout-index-index.onestepcheckout-index-index .tig_buckaroo_creditcards .tig_buckaroo_image_title:before,.checkout-index-index.onestepcheckout-index-index .tig_buckaroo_creditcard .tig_buckaroo_image_title:before,.checkout-index-index.onestepcheckout-index-index .tig_buckaroo_paypal .tig_buckaroo_image_title:before,.checkout-index-index.onestepcheckout-index-index .tig_buckaroo_ideal .tig_buckaroo_image_title:before,.checkout-index-index.onestepcheckout-index-index .tig_buckaroo_idealprocessing .tig_buckaroo_image_title:before{width:20px;height:20px;margin-top:0;background-size:contain;margin-right:14px}.checkout-index-index.onestepcheckout-index-index .checkout-payment-method .payment-method+.payment-method .payment-method-title{padding-left:16px}.checkout-index-index.onestepcheckout-index-index .checkout-payment-method .payment-option._collapsible .payment-option-title{padding-left:0}}@media only screen and (max-width:320px){.checkout-index-index table#checkout-review-table .remove-wrapper,.checkout-index-index table#checkout-review-table .product-item .price{line-height:initial}}@media (max-width:767px){.checkout_index_index .page-main{margin-top:0}.checkout_index_index .minicart-wrapper .block-minicart .details-qty{margin-left:-30px}.checkout_index_index .page-header .header-banner{padding-bottom:10px;background:url('../../frontend/DigitalVillage/lantinga/nl_NL/images/butchery-bg.jpg') top left no-repeat}.checkout_index_index .page-header .header-banner:after{display:none}.checkout_index_index .page-header .header-banner .logo img{height:20px !important}.checkout_index_index .page-header .nav-toggle{display:none}.checkout_index_index .osc-authentication-wrapper{padding-left:20px;margin-top:0}}@media (max-width:736px){.checkout_index_index #checkout-step-shipping .create-account-block .confirmation,.checkout_index_index #checkout-step-shipping .create-account-block{margin-top:0}}.checkout_index_index.onestepcheckout-index-index{padding-top:0 !important}.checkout_index_index.onestepcheckout-index-index .topbar{height:40px !important}.checkout_index_index.onestepcheckout-index-index .page-wrapper .page-header{position:relative;padding-top:0}.checkout_index_index.onestepcheckout-index-index .page-wrapper .page-header .logo{padding:8px 30px;vertical-align:top;position:relative}.checkout_index_index.onestepcheckout-index-index .page-wrapper .page-header .logo img{width:auto;height:30px}.checkout_index_index.onestepcheckout-index-index .page-wrapper .page-header .header-banner .header.links>li>a{padding:0}.checkout_index_index.onestepcheckout-index-index .page-wrapper .page-header .header-banner .header-banner-icons{display:none}@media (min-width:768px){.checkout_index_index #checkout-step-shipping_method{margin:0}}@media (max-width:767px){.checkout_index_index .page-wrapper{padding-top:0 !important}.minicart-wrapper .block-minicart .details-qty{margin-left:-30px}}.checkout_index_index .opc-wrapper .form ._with-tooltip input,.checkout_index_index .opc-wrapper .fieldset ._with-tooltip input{margin-right:10px;width:calc(60%)}.checkout-index-index button.action.action-apply,.checkout-index-index .cart.table-wrapper .actions-toolbar>.action.action.action-apply,.checkout-index-index .action-gift.action.action-apply{height:40px}.login-container .block .block-title{border:none}.recipe-background{width:100%;background-size:cover;background-repeat:no-repeat;background-position:center center;margin:0;background-image:url('../../frontend/DigitalVillage/lantinga/nl_NL/images/thumbnail-recepten.jpg');height:290px !important}@media (max-width:480px){.recipe-background{height:180px !important}}.print-background{display:none}.recipe-recipe-view .page-main{margin-top:0}.recipe-recipe-view .download,.recipe-recipe-view .social{text-transform:uppercase;width:100%;text-align:right;float:right}.recipe-recipe-view .download a,.recipe-recipe-view .social a{text-decoration:none;color:black}.recipe-recipe-view .download a:hover,.recipe-recipe-view .social a:hover,.recipe-recipe-view .download a:active,.recipe-recipe-view .social a:active,.recipe-recipe-view .download a:focus,.recipe-recipe-view .social a:focus{color:black}.recipe-recipe-view .download img,.recipe-recipe-view .social img{margin-bottom:-14px;margin-left:10px;width:24px}.recipe-recipe-view .download{margin:20px 0}.recipe-recipe-view .pull-right{text-align:right}.search-container{position:absolute;width:100%;top:80px;left:0;max-height:450px}.search-container .recipe-search{position:absolute;top:130px !important}.search-container .recipe-search .block-content{position:relative}.search-container select,.search-container input{background-color:white;margin-bottom:10px;border-radius:0px;border:#000 1px solid;height:42px}.search-container .action.search{top:50px}@media (min-width:768px){.search-container .recipe-search{top:220px !important}.search-container select,.search-container input{width:50%;float:left}.search-container select{border-right:none}.search-container .action.search{top:0}}@media (max-width:768px){.search-container .recipe-search{top:40px !important}}@media (max-width:480px){.search-container .recipe-search{top:8rem !important}.search-container .recipe-search.offerbanner-active{top:12rem !important}}.recipe-list .title h1{text-align:center;margin:5px 0 27px 0;font-size:32px}.recipe-list .title p{font-family:"My type of font",Verdana,sans-serif}.recipe-list .message{margin:20px 0}.recipe-list .thumbnail{margin-bottom:10px}.recipe-list .thumbnail img{width:100%;vertical-align:top}.recipe-list .thema-info p{font-size:18px;margin-bottom:27px}.recipe-list h2{font-family:"My type of font",Verdana,sans-serif;margin:0;font-size:22px}.recipe-list .button{margin:0 0 40px 0}.recipe-list .button a{display:block !important;margin:27px 0 32px 0}.recipe-list .button a:hover,.recipe-list .button a:active,.recipe-list .button a:focus{background-color:#ddd;border:2px solid #000;color:#000}.recipe-list .recipe-list-wrapper>.item{display:flex;flex-wrap:wrap}.recipe-list .recipe-list-wrapper>.item>.item{position:relative;padding-bottom:100px}.recipe-list .recipe-list-wrapper>.item>.item .button{position:absolute;bottom:40px;left:0;margin:0}.recipe-list .recipe-list-wrapper>.item>.item .button a{margin:0}@media (min-width:768px){.recipe-list .title h1{margin:-5px 0 27px 0}}.recipe-recipe-view .page-wrapper .columns{margin-top:400px}@media (max-width:768px){.recipe-recipe-view .page-wrapper .columns{margin-top:200px}}@media (max-width:360px){.recipe-recipe-view .page-wrapper .columns{margin-top:120px}}.recipe-view.page-title-wrapper{text-align:center;overflow:hidden;background-repeat:no-repeat;background-size:cover;position:absolute;width:100%;top:180px;left:0;height:375px !important}.recipe-view.page-title-wrapper h1{margin-right:30px}@media (max-width:768px){.recipe-view.page-title-wrapper{height:200px !important}.recipe-view.page-title-wrapper h1{margin:30px 20px 0;padding:0}}@media (max-width:480px){.recipe-view.page-title-wrapper h1{font-size:28px}}@media (max-width:360px){.recipe-view.page-title-wrapper h1{font-size:24px}}.recipe-view .page-title{color:#fff;padding:50px 0}.recipe-view .page-title-wrapper{width:100%}.recipe-view h1{font-size:36px;text-transform:uppercase}.recipe-view h2,.recipe-view h3{font-family:"My type of font",Verdana,sans-serif;margin:25px 0 10px 0;font-weight:300;line-height:1.1;font-size:1.8rem}.recipe-view h2:first-child{text-transform:uppercase;font-size:28px;margin:20px 0}@media (max-width:480px){.recipe-view h2:first-child{margin-top:40px}}@media (min-width:768px){.recipe-view.page-title-wrapper{margin:0 0 20px 0;top:auto}.recipe-view h1{text-align:center;width:350px;float:right}.recipe-view h2:first-child{margin:0 0 25px 0}}.recipe-ingredients #validation-message-box{margin:0}.recipe-ingredients h3{margin:0 0 25px 0;font-size:21px;text-transform:uppercase;display:inline-block;font-family:"My type of font",Verdana,sans-serif}.recipe-ingredients .disabled{color:#84848a}.recipe-ingredients small{display:inline-block}.recipe-ingredients .unit{padding:8px 0}.recipe-ingredients .name{padding:8px 0px 8px 8px}.recipe-ingredients .price{width:50px;text-align:right;padding:8px 5px 8px 0}.recipe-ingredients .qty input{height:22px;padding:8px 2px;margin:0;width:40px}.recipe-ingredients .times{padding:8px 0}.recipe-ingredients .minus,.recipe-ingredients .plus{padding:8px 0;cursor:pointer}.recipe-ingredients .minus{padding:8px 3px 8px 0}.recipe-ingredients .plus{padding-right:4px}.recipe-ingredients .total{padding:8px 10px 8px 0}.recipe-ingredients .action.primary{text-align:center}.recipe-ingredients .action.primary.light,.recipe-ingredients .action.primary.dark{margin:25px 0}.recipe-ingredients .action.primary span{font-size:16px}@media print{.recipe-recipe-view .download,.recipe-recipe-view .recipe-ingredients .action.primary,.recipe-recipe-view .page-footer,.recipe-recipe-view .social{display:none}.recipe-recipe-view .recipe-view.page-title-wrapper{height:150px;position:inherit;overflow:hidden}.recipe-recipe-view .print-background{display:block}.recipe-recipe-view .columns{margin:0px}.recipe-recipe-view .sidebar.sidebar-main{width:100%;page-break-before:always}.recipe-recipe-view .sidebar.sidebar-main .recipe-ingredients{width:100%}.recipe-recipe-view .sidebar.sidebar-main .quantity,.recipe-recipe-view .sidebar.sidebar-main .times,.recipe-recipe-view .sidebar.sidebar-main .price,.recipe-recipe-view .sidebar.sidebar-main small,.recipe-recipe-view .sidebar.sidebar-main tfoot{display:none}}#mageplaza-betterpopup-block{position:relative}.mp-better-popup-click-trigger{position:fixed;bottom:0;z-index:999}#bio_ep_bg{opacity:0.6 !important}.click-trigger{background-color:#31B0D5;color:white;padding:10px 25px;border-top-right-radius:5px;border-top-left-radius:5px;border-color:#46b8da}.click-trigger:hover{background-color:#31B0D5;color:white;border:1px solid #31b0d5}div#bio_ep_close{position:absolute;right:25.33px;top:17.33px;z-index:99;color:#fff;font-size:20px;font-weight:bold;cursor:pointer}div#bio_ep_close img{height:12px;width:12px}@media (max-width:768px){div#bio_ep_close{right:13px;top:16px}div#bio_ep_close img{background-color:#C4C4C4;padding:9px;border-radius:50%}}#bio_ep{text-align:center;box-shadow:none !important}@media (max-width:768px){#bio_ep{transform:matrix(1, 0, 0, 1, 0, 0) scale(1) !important;width:auto !important;margin:0 14px;left:unset !important;top:20% !important;height:unset !important}}.child-label{display:block;font-size:25px;margin:20px}#bio_ep_content{position:relative;width:100%;display:table-cell;vertical-align:middle}.better-popup-input-email{width:70% !important;height:35px !important}input.better-popup-input-email::placeholder{opacity:0.5}.better-popup-btn-submit{width:70%;margin:10px 0 0 0;-webkit-appearance:none;-moz-appearance:none;height:35px}.mageplaza-betterpopup-content{width:100%;height:100%;display:table}#mp-newsletter-success{margin:0 !important;padding:0 !important;background-color:white;text-align:center;position:absolute;bottom:-24px}#popup-success-content button,#popup-success-content .cart.table-wrapper .actions-toolbar>.action,#popup-success-content .action-gift{margin-top:48px !important;width:37% !important}@media (max-width:768px){#popup-success-content{display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;padding:64px 24px}#popup-success-content button,#popup-success-content .cart.table-wrapper .actions-toolbar>.action,#popup-success-content .action-gift{width:100% !important}}.success-title{font-size:18px;line-height:22.59px;font-weight:700;margin-top:48px;margin-bottom:unset}@media (max-width:768px){.success-title{margin-top:39px;font-weight:300}}.success-subtitle{font-size:14px;line-height:17.57px;font-weight:300;margin-top:16px;margin-bottom:unset}@media (max-width:768px){.success-subtitle{font-size:16px;margin-top:40px;padding:0 10px}}.success-icon-checkmark{height:112px;width:112px}.mp-popup-coupon-code{width:70%;margin:0 auto}#mp-coupon-code{text-align:center;max-width:100%;border:1px dashed #c1bebe;background:0 0;font-size:25px;color:#FFF;margin-top:15px;height:50px}#status{color:#e02b27;visibility:visible;font-size:13px !important}canvas{position:fixed;z-index:10002;opacity:0.4;display:none;top:0;left:0}.popup-loader{display:none;position:absolute;width:100%;padding-top:15px;text-align:center}img.loader{width:3%}@media (max-width:768px){img.loader{padding-top:0 !important}}#mp-popup-template3{display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:normal;align-items:normal;height:100%}.tmp3-img-content{float:left;width:45%;overflow:hidden;padding:8px 8px 8px 0;box-sizing:border-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.tmp3-img-content img{object-fit:cover;height:unset !important;max-width:100% !important}@media (max-width:768px){.tmp3-img-content{display:none !important}}.tmp3-text-content{box-sizing:border-box;background-color:#FFFFFF;font-family:sans-serif;float:left;width:55%;padding:8px 49px 0 24px;text-align:left;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}@media (max-width:768px){.tmp3-text-content{width:100% !important;padding:32px 24px 24px !important;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}}.tmp3-title{font-size:32px;line-height:44.8px;color:#000;font-family:"My type of font",Verdana,sans-serif}.tmp3-text{color:#000000;font-size:14px;line-height:1.714;margin-top:16px;font-weight:300}@media (max-width:768px){.tmp3-text{margin-top:12px}}.mppopup-text{font-size:16px;line-height:23.4px;color:#1E1E1E}.mppopup-small{margin-top:12px;font-weight:300;font-size:12px;text-align:left}.mppopup-disclaimer{margin-top:54px;margin-bottom:32px;font-size:9px;font-weight:400;line-height:11.3px}@media (max-width:768px){.mppopup-disclaimer{margin-top:16px;margin-bottom:0;line-height:15px;font-size:12px;font-weight:300;text-align:center}}.tmp3-form{position:relative;margin-top:32px}@media (max-width:768px){.tmp3-form{margin-top:18px}}.tmp3-input{height:28px !important;border:1px solid rgba(0,0,0,0.4) !important;margin-top:4px}@media (max-width:768px){.tmp3-input{height:40px !important;margin-top:8px}}.tmp3_field_newsletter{display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.tmp3_field_newsletter label{font-weight:400;font-size:14px;line-height:17.57px}.tmp3_field_newsletter.field-email{margin-top:4px}@media (max-width:768px){.tmp3_field_newsletter.field-email{margin-top:16px}}.tmp3-button{margin-top:12px !important;width:100% !important;height:32px !important;border:1px solid rgba(0,0,0,0.4)}.tmp3-button:hover,.tmp3-button:focus{margin:12px 0 0 !important}@media (max-width:768px){.tmp3-button{margin-top:16px}}/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
.affiliate_social_buttons {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 10;
}

.block.block-collapsible-nav.amasty-affiliate-collapsible {
    top: 30px;
    z-index: 4;
}

@media only screen and (max-width: 767px) {
    .account .page-main, .cms-privacy-policy .page-main {
        padding-top: 85px;
    }
}
.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{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;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

.post-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: #F5F5F5;
    padding: 20px;
    border: none !important;
}

.post-holder:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.post-holder .post-header {position:relative;}

.post-holder .post-header .post-info {padding: 0 0 10px 0;}
.post-holder .post-header .post-info .item,
.post-holder .post-header .post-info .dash {display: inline-block;}
.post-holder .post-header .post-info .label {font-weight: 700;}
.post-holder .post-header .post-info .value {font-style: italic;}


.post-list {
    list-style: none;
}

.post-list .post-content .post-read-more {padding-top:10px; float:right;}

.blog-category-view .category-content {padding-left: 40px;}

.post-content .post-description img {margin:0 15px 0 15px;}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: inside;}

.post-content .post-description .post-ftimg-hld {float: left; margin: 0 15px 0 15px; width: 33%}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0px; margin:0px;}
@media (max-width: 496px) {
  .post-content .post-description .post-ftimg-hld {width: 100%; margin:0px;}
}

.post-list .post-header .post-title {max-width:80%;}
.post-list .post-header .post-title a {
    text-decoration: none;
    font-size: 22px;
    color: #636363;
}



.post-list .post-header .post-title {
    margin: 0px;
    padding: 10px 0;
    float:left;
}

.post-list .post-holder .post-header .addthis_toolbox {float: right; padding-top: 20px;}
.post-list .hidden {display:none;}

.post-view .post-holder .post-header .addthis_toolbox {float: right;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0px; margin:0px; display:block}

.post-view .block {margin-bottom: 30px;}

.widget.block-recent-posts .block-content .item {
        padding: 8px 0 0px 0px;
}

.widget.block-categories ul {
    list-style: initial;
    padding-left:0px;
}

.widget.block-categories ul ul {
    margin-left:20px;
}

.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 9px;
    padding: 0px;
}

.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}
/* Intentionally empty */
.kiyoh-shop-snippets{display: inline-block}
.kiyoh-shop-snippets .rating-box{
    float: left;
    width: 91px;
    background: url('../../frontend/DigitalVillage/lantinga/nl_NL/Interactivated_Customerreview/images/rating-sprite.png') no-repeat 0 -15px;
    height: 15px;
    margin: 11px 10px 10px 10px;
}
.kiyoh-shop-snippets .rating-box .rating{
    height: 15px;
    background: url('../../frontend/DigitalVillage/lantinga/nl_NL/Interactivated_Customerreview/images/rating-sprite.png') no-repeat 0 0;
    margin: 0;padding: 0;
}.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}.checkout-index-index #discount-form-gift div.actions-toolbar {
    display : block!important;
    width : 100%;
} 
.checkout-index-index #discount-form-gift div.primary {
    float : right;
}
.checkout-index-index #discount-form-gift .payment-option-inner div.control {
    margin: 5px 0;
}.fotorama-stretch,.fotorama-focus-overlay:after,.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__html,.fotorama__video iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.fotorama-grab-cursor,.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama-grabbing-cursor,.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama-gpu,.fotorama--fullscreen,.fotorama__caption,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__stage__frame,.fotorama__wrap--css3 .fotorama__html,.fotorama__stage:before,.fotorama__nav:before,.fotorama__stage:after,.fotorama__nav:after,.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{transform:translateZ(0)}.fotorama-focus,.fotorama__nav__frame,.fotorama__fullscreen-icon:focus,.fotorama__zoom-out:focus,.fotorama__zoom-in:focus{outline:0}.fotorama-focus-overlay:after{background-color:#006bb4;border-radius:inherit;content:''}.fotorama-transform-disabled,.fotorama__wrap--video .fotorama__stage__shaft,.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html{transform:none !important}.fotorama-transition-for-slide,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-duration:0ms;transition-property:transform,width;transition-timing-function:cubic-bezier(.1, 0, .25, 1)}.fotorama-no-select,.fotorama__wrap,.fotorama__no-select,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{user-select:none}.fotorama-select,.fotorama__select{user-select:text}.fotorama-empty-bg{background:url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=)}.fotorama-auto-margin,.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama-inline-block,.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__caption__wrap{*display:inline;*zoom:1;-moz-box-orient:vertical;display:-moz-inline-box;display:inline-block;vertical-align:middle}.fotorama-content-box,.fotorama__nav__frame{box-sizing:content-box}.fotorama-border-box,.fotorama__thumb-border,.fotorama__caption__wrap,.fotorama__arr{box-sizing:border-box}.fotorama-hidden,.fotorama--hidden,.fotorama__load{left:-99999px;position:absolute;top:-99999px;z-index:-1000}.fotorama-visible{left:auto;opacity:1;position:relative;top:auto;z-index:auto}.fotorama-no-tap,.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__nav,.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{-webkit-tap-highlight-color:rgba(0,0,0,0)}.transitionDuration{transition-duration:333ms}.transitionDurationZero{transition-duration:0ms}.fotorama-sprite,.fotorama__fullscreen .fotorama__zoom-out,.fotorama__fullscreen .fotorama__zoom-in,.fotorama__arr .fotorama__arr__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__thumb--icon,.fotorama__video-close{background-image:url('../../frontend/DigitalVillage/lantinga/nl_NL/mage/gallery/gallery.png');background-repeat:no-repeat}@media print{.fotorama-print-background,.fotorama-sprite,.fotorama__thumb-border,.fotorama__fullscreen .fotorama__zoom-out,.fotorama__fullscreen .fotorama__zoom-in,.fotorama__arr .fotorama__arr__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__thumb--icon,.fotorama__video-close{background:none !important}}.fotorama__fullscreen-icon:focus,.fotorama__zoom-out:focus,.fotorama__zoom-in:focus,.fotorama__arr:focus,.fotorama__stage__shaft:focus,.fotorama__nav__frame--thumb:focus .fotorama__thumb,.fotorama__nav__frame--dot:focus .fotorama__dot{box-shadow:none}.fotorama__fullscreen-icon:focus:after,.fotorama__zoom-out:focus:after,.fotorama__zoom-in:focus:after,.fotorama__arr:focus:after,.fotorama__stage__shaft:focus:after,.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,.fotorama__nav__frame--dot:focus .fotorama__dot:after{border-radius:inherit;bottom:3px;box-shadow:0 0 3px 1px #68a8e0;content:'';left:3px;position:absolute;right:3px;top:3px;z-index:1000}.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,.fotorama__nav__frame--dot:focus .fotorama__thumb:after,.fotorama__nav__frame--thumb:focus .fotorama__dot:after,.fotorama__nav__frame--dot:focus .fotorama__dot:after{bottom:0;left:0;right:0;top:0}.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after{left:2px;right:2px}.fotorama__nav__frame--thumb:focus .fotorama__thumb,.fotorama__nav__frame--dot:focus .fotorama__thumb{overflow:inherit}.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after{left:1px}.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after{top:1px}.fotorama__nav__frame:last-child:focus .fotorama__thumb:after{right:1px}.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after{bottom:1px}.fotorama__thumb__arr{box-shadow:none}.fotorama--fullscreen{background:#fff;bottom:0 !important;float:none !important;left:0 !important;margin:0 !important;position:fixed !important;right:0 !important;top:0 !important;width:100% !important;z-index:1000 !important}.fotorama--fullscreen .fotorama__wrap{max-width:100% !important}.fotorama__fullscreen{overflow:hidden;position:relative}.fotorama__fullscreen .fotorama__zoom-in,.fotorama__fullscreen .fotorama__zoom-out{cursor:pointer;display:block;height:80px;overflow:hidden;position:absolute;width:80px}.fotorama__fullscreen .fotorama__zoom-out{background-position:0 -80px !important;top:80px}.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled{display:none}.fotorama__fullscreen .fotorama__zoom-in{background-position:0 0 !important;top:0}.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled{display:none}.fotorama__fullscreen .fotorama__video-close{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__zoom-in,.fotorama__zoom-out{display:none}.fotorama{min-width:1px;overflow:hidden}.fotorama__wrap{-webkit-text-size-adjust:100%;direction:ltr;position:relative;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__stage,.fotorama__nav{max-width:100%;overflow:hidden;position:relative}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__stage__shaft{position:relative}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1 !important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{border:none !important;max-width:inherit;opacity:0}.fotorama__loaded .fotorama__img,.fotorama__error .fotorama__img{opacity:1}.fotorama__img--full{display:none}.fotorama__nav{display:none;font-size:0;line-height:0;white-space:nowrap;z-index:5}.fotorama__nav__shaft{left:0;position:relative;text-align:left;top:0}.fotorama__nav__frame{position:relative}.fotorama__nav--dots{display:block;text-align:center}.fotorama__nav--dots .fotorama__nav__frame{height:30px;width:18px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0 !important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0 !important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__active .fotorama__dot{background-color:#ff5501;border-color:#ff5501}.fotorama__nav__frame.fotorama__active .fotorama__nav__frame{border-width:3px;height:0;width:0}.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after{left:-3px;padding:3px;top:-3px}.fotorama__nav__frame:focus {box-shadow:none}.fotorama__nav__frame:focus :after{left:-1px;padding:1px;top:-1px}.fotorama__dot{border-radius:6px;border:1px solid #858585;display:block;height:4px;left:6px;position:relative;top:12px;width:4px}.fotorama__thumb{background-color:#ebebeb;height:100%;overflow:hidden;position:relative;width:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{backface-visibility:hidden;background-image:linear-gradient(to bottom right, rgba(255,255,255,0.25), rgba(64,64,64,0.1));border:1px solid #ff5501;left:0;position:absolute;top:0;z-index:9}.fotorama__caption{bottom:0;color:#000;font-size:14px;left:0;line-height:1.5;position:absolute;right:0;z-index:12}.fotorama__caption a{border-bottom:1px solid;border-color:rgba(0,0,0,0.005);color:#000;text-decoration:none}.fotorama__caption a:hover{border-color:rgba(0,0,0,0.005);color:#000}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--video .fotorama__caption,.fotorama__wrap--no-captions .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;padding:5px 10px}@keyframes spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fotorama__spinner{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%}.fotorama__wrap--css3 .fotorama__spinner{animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html{transition-duration:.3s;transition-property:opacity;transition-timing-function:linear}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html{opacity:0}.fotorama__select{cursor:auto}.fotorama__video{bottom:0;left:0;position:absolute;right:0;top:32px;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{cursor:pointer;position:absolute}.fotorama__arr{z-index:900}.fotorama__fullscreen-icon,.fotorama__zoom-out,.fotorama__zoom-in,.fotorama__video-close{z-index:1000}.fotorama__arr{bottom:0;position:absolute;top:0;width:80px}._block-content-loading .fotorama__arr{opacity:0}.fotorama__arr .fotorama__arr__arr{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;height:80px;width:80px}.fotorama__arr--prev{left:0}.fotorama__arr--prev .fotorama__arr__arr{background-position:-80px -80px}.fotorama__arr--next{right:0}.fotorama__arr--next .fotorama__arr__arr{background-position:-160px -80px}.fotorama__arr--disabled{cursor:default;opacity:0;pointer-events:none}.fotorama__fullscreen-icon{background-position:0 0;display:none;height:80px;right:0;top:0;width:80px;z-index:1000}.fotorama--fullscreen-icons .fotorama__fullscreen-icon{display:none}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-80px 0;display:inline-block}.fotorama__video-play{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;background-position:-80px -160px;height:160px;width:160px}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__loaded .fotorama__video-play,.fotorama__error .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{display:block;opacity:1}.fotorama__nav__frame .fotorama__video-play{background-position:0 -240px;height:80px;width:80px}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0 !important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none !important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(80px, -80px, 0);-ms-transform:translate3d(80px, -80px, 0);-o-transform:translate3d(80px, -80px, 0);transform:translate3d(80px, -80px, 0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-120px, 0, 0);-ms-transform:translate3d(-120px, 0, 0);-o-transform:translate3d(-120px, 0, 0);transform:translate3d(-120px, 0, 0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(120px, 0, 0);-ms-transform:translate3d(120px, 0, 0);-o-transform:translate3d(120px, 0, 0);transform:translate3d(120px, 0, 0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(80px, -80px, 0) !important;-ms-transform:translate3d(80px, -80px, 0) !important;-o-transform:translate3d(80px, -80px, 0) !important;transform:translate3d(80px, -80px, 0) !important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-120px, 0, 0) !important;-ms-transform:translate3d(-120px, 0, 0) !important;-o-transform:translate3d(-120px, 0, 0) !important;transform:translate3d(-120px, 0, 0) !important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(120px, 0, 0) !important;-ms-transform:translate3d(120px, 0, 0) !important;-o-transform:translate3d(120px, 0, 0) !important;transform:translate3d(120px, 0, 0) !important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus){transition-duration:.3s;transition-property:transform,opacity,background-color}.fotorama__stage:before,.fotorama__nav:before,.fotorama__stage:after,.fotorama__nav:after{background-repeat:no-repeat;content:'';display:block;pointer-events:none;position:absolute;text-decoration:none;z-index:10}.fotorama__stage:before,.fotorama__nav:before{left:-10px;top:-10px}.fotorama__stage:after,.fotorama__nav:after{right:-10px;bottom:-10px}.fotorama__stage.fotorama__shadows--left:before,.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--right:after,.fotorama__nav.fotorama__shadows--right:after{background-size:1px 100%,5px 100%;bottom:0;height:auto;top:0;width:10px}.fotorama__stage.fotorama__shadows--top:before,.fotorama__nav.fotorama__shadows--top:before,.fotorama__stage.fotorama__shadows--bottom:after,.fotorama__nav.fotorama__shadows--bottom:after{background-size:100% 1px,100% 5px;height:10px;left:0;right:0;width:auto}.fotorama__stage.fotorama__shadows--left:before,.fotorama__nav.fotorama__shadows--left:before{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 0 50%, rgba(0,0,0,0.4), transparent);background-position:0 0,0 0;left:0}.fotorama__stage.fotorama__shadows--right:after,.fotorama__nav.fotorama__shadows--right:after{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,0.4), transparent);background-position:100% 0,100% 0;right:0}.fotorama__stage.fotorama__shadows--top:before,.fotorama__nav.fotorama__shadows--top:before{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 50% 0, rgba(0,0,0,0.4), transparent);background-position:0 0,0 0;top:0}.fotorama__stage.fotorama__shadows--bottom:after,.fotorama__nav.fotorama__shadows--bottom:after{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,0.4), transparent);background-position:0 100%,0 100%;bottom:0}.fotorama--fullscreen .fotorama__stage:before,.fotorama--fullscreen .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--fade .fotorama__stage:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--fade .fotorama__stage:after{display:none}.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);height:auto;position:absolute;top:50%;width:100%}.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img{-webkit-transform:translate(-50%, -50%);-ms-transform:translateY(-50%, -50%);-o-transform:translateY(-50%, -50%);transform:translateY(-50%, -50%);top:50%;left:50%;position:absolute;width:auto}.magnifier-thumb-wrapper{display:block;left:0;position:relative;top:0}.magnifier-lens{border:solid 1px #bbb;left:0;overflow:hidden;position:absolute;top:0;z-index:800}.magnify-lens{background:rgba(255,255,255,0.5);border:solid 1px #bbb;color:#fff;left:0;position:absolute;text-align:center;top:0;z-index:1000;overflow:hidden}.magnify-lens .magnifier-large{width:auto;height:auto;max-height:none;max-width:none;border:none;position:absolute;z-index:100}.magnifier-loader-text{margin-top:10px}.magnifier-preview{bottom:0;left:58%;overflow:hidden;padding:0;position:absolute;z-index:2;top:215px}.magnifier-preview:not(.hidden){background-color:#fff}.magnifier-preview img{left:0;max-width:inherit;max-height:inherit;position:absolute;top:0;object-fit:scale-down}.fotorama__stage__frame{text-align:center}.fotorama__stage__frame .fotorama__img{height:auto;left:50%;max-height:100%;max-width:100%;position:absolute;top:50%;-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);transition-duration:.3s;transition-property:width,height,top,left;vertical-align:middle;width:auto}@media all and (min-width:768px){.fotorama__stage__frame .fotorama__img{top:49.5%}}.magnify-opaque{opacity:.5}.magnify-hidden{display:none}.fotorama__nav-wrap--vertical.fotorama__nav-wrap{display:inline-block;left:0;position:absolute;top:0}.fotorama__nav-wrap--vertical .fotorama__nav__shaft{background-color:white;width:100%}.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb{display:block;padding-bottom:inherit !important}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img{display:none}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{bottom:0;left:0;margin:auto;max-height:inherit;max-width:inherit;position:absolute;right:0;top:0}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{cursor:default;display:block;height:auto;left:0;margin:auto;max-height:100%;max-width:100%;top:0;transition:.3s linear;vertical-align:middle;width:auto}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable{cursor:pointer;max-height:none;max-width:none;transition-property:width,height,bottom,right,top,left}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable{cursor:move;transition-property:none}.fotorama--fullscreen .fotorama__stage__frame iframe{left:80px;width:calc(100% - 80px * 2)}.fotorama__nav-wrap--horizontal.fotorama__nav-wrap{min-height:30px}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right{bottom:0;cursor:pointer;position:absolute;top:0;width:30px;z-index:1000}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;width:100%}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left{left:0}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right{right:0}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right{cursor:pointer;height:30px;left:0;position:absolute;right:0;z-index:1000}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);margin:auto;width:30px}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left{top:0}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right{bottom:0}.fotorama__wrap--only-active .fotorama__stage,.fotorama__wrap--only-active .fotorama__nav{max-width:99999px !important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__thumb--icon{font-size:0.001px;padding-bottom:30px}.fotorama__thumb__arr--left .fotorama__thumb--icon{background-position:-25px -265px}.fotorama__thumb__arr--right .fotorama__thumb--icon{background-position:-25px -350px}.magnify-fullimage{display:none}.fotorama__arr,.fotorama__thumb__arr{background-color:rgba(255,255,255,0.3);transition:background-color .3s ease-in-out}.fotorama__arr:hover,.fotorama__thumb__arr:hover{background-color:rgba(255,255,255,0.5)}.fotorama__arr:active,.fotorama__thumb__arr:active{background-color:rgba(213,213,213,0.5)}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in{background-color:rgba(255,255,255,0.3);transition:background-color .3s ease-in-out}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover{background-color:rgba(255,255,255,0.5)}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active{background-color:rgba(213,213,213,0.5)}.fotorama__video-close{background-position:-80px 0;height:80px;opacity:0;right:0;top:0;transform:translate3d(80px, -80px, 0);transition:opacity .3s ease-in-out;width:80px}@media all and (max-width:768px){.fotorama__video-close{background-position:-100px -20px;top:10px;height:40px;width:40px}}.fotorama__video-close.fotorama-show-control{opacity:1;transform:translate3d(0, -10px, 0)}.gallery-placeholder__image{display:block;margin:auto}.fotorama__spinner{background-image:url('../../frontend/DigitalVillage/lantinga/nl_NL/images/loader-1.gif');bottom:0;display:none;height:64px;left:0;margin:auto;position:absolute;right:0;top:0;width:64px;z-index:100}.fotorama__spinner.fotorama__spinner--show{display:block}.fotorama__product-video--loaded .fotorama__img,.fotorama__product-video--loaded .fotorama__img--full{display:none !important}.fotorama__stage .fotorama__arr--shown{display:block !important}.fotorama__stage .fotorama__arr--hidden{display:none !important}._block-content-loading .fotorama-item{position:absolute !important;z-index:-1;top:0;width:100%}.gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image{display:none}/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSSlide,.lSSlideWrapper.usingCss .lSFade>*{-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important;-webkit-transition-duration:inherit!important;transition-duration:inherit!important}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{overflow:hidden;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-property:opacity;transition-property:opacity}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(../../frontend/DigitalVillage/lantinga/nl_NL/Grindnu_Media/img/controls.png);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}@font-face{font-family:lg;src:url(../../frontend/DigitalVillage/lantinga/nl_NL/Grindnu_Media/fonts/lg.ttf?22t19m) format("truetype"),url(../../frontend/DigitalVillage/lantinga/nl_NL/Grindnu_Media/fonts/lg.woff?22t19m) format("woff"),url(../../frontend/DigitalVillage/lantinga/nl_NL/Grindnu_Media/fonts/lg.svg?22t19m#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;outline:0;border:none;background-color:transparent}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;background:0 0;border:none;box-shadow:none;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{background-color:rgba(0,0,0,.45);bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toggle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px;outline:0;border:none}.lg-outer .lg-toggle-thumb:after{content:"\e1ff"}.lg-outer .lg-toggle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(../../frontend/DigitalVillage/lantinga/nl_NL/Grindnu_Media/img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(../../frontend/DigitalVillage/lantinga/nl_NL/Grindnu_Media/img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(../../frontend/DigitalVillage/lantinga/nl_NL/Grindnu_Media/img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(../../frontend/DigitalVillage/lantinga/nl_NL/Grindnu_Media/img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(../../frontend/DigitalVillage/lantinga/nl_NL/Grindnu_Media/img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{height:100%;width:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e904"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e907"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e905"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e906"}.lg-outer .lg-img-rotate{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0;-webkit-transition:-webkit-transform .3s cubic-bezier(.32,0,.67,0) 0s;-moz-transition:-moz-transform .3s cubic-bezier(.32,0,.67,0) 0s;-o-transition:-o-transform .3s cubic-bezier(.32,0,.67,0) 0s;transition:transform .3s cubic-bezier(.32,0,.67,0) 0s}.lg-rotate-left:after{content:"\e900"}.lg-rotate-right:after{content:"\e901"}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-hor:after{content:"\e902"}.lg-flip-ver:after{content:"\e903"}.lg-group:after,.lg-group:before{display:table;content:"";line-height:0}.lg-group:after{clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;opacity:0;outline:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(../../frontend/DigitalVillage/lantinga/nl_NL/Grindnu_Media/img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.mollie-buttons{margin-top:10%;text-align:center;opacity:0;animation:fadeIn 1s;animation-delay:1s;animation-fill-mode:forwards}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.mollie-buttons .button{display:inline-block;margin:20px;max-width:100%;padding:0 16px;border:0;box-shadow:0 1px 2px 0 rgba(0,0,0,0.19);border-radius:6px;background-color:#0095FF;color:#FFF;font-size:1.8rem;font-weight:700;line-height:4.4rem;text-align:center;text-decoration:none;outline:none;overflow:hidden;text-overflow:ellipsis;-webkit-transition:background .15s;transition:background .15s;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mollie-buttons{opacity:0;-webkit-transition:opacity 2s ease-in;-moz-transition:opacity 2s ease-in;-ms-transition:opacity 2s ease-in;-o-transition:opacity 2s ease-in;transition:opacity 2s ease-in}.mollie-buttons .button:hover{background-color:#0077CB}.mollie-loading .redirect-block{padding:10%;text-align:center}.checkout-payment-method #mollie_methods_ideal-form .label{height:35px;display:inline-block}.checkout-payment-method #mollie_methods_ideal-form .payment-icon{width:35px;max-height:30px}.checkout-payment-method #mollie_methods_kbc-form .label{height:35px;display:inline-block}.checkout-payment-method #mollie_methods_kbc-form .payment-icon{width:35px;max-height:30px}.checkout-payment-method #mollie_methods_giftcard-form .label{height:40px;display:inline-block}.checkout-payment-method #mollie_methods_giftcard-form .payment-icon{width:35px;max-height:30px}.mollie-payment-icon{width:25px;margin-right:5px;vertical-align:middle}.mollie-loading .loader{border:16px solid #e3f0fa;border-top:16px solid #31a8f0;border-radius:50%;width:50px;height:50px;animation:spin 2s linear infinite;margin-left:auto;margin-right:auto}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.mollie-component{width:90%;height:20px;background-color:#FFF;padding:10px 15px;border-radius:6px;color:#222;transition:all .05s ease;box-shadow:0px 1px 1px 0px rgba(0,0,0,0.1),0px 1px 3px 0px rgba(0,0,0,0.1),0px 0px 0px 1px rgba(0,0,0,0.05);margin-bottom:10px;margin-top:5px}.mollie-component.is-invalid{background-color:#FFF0F0;box-shadow:0px 1px 1px 0px rgba(255,51,68,0.1),0px 1px 3px 0px rgba(255,51,68,0.1)}.payment-method-content .card-container{max-width:400px;overflow:auto;background-color:#FFF;border-radius:10px;border:1px solid rgba(0,0,0,0.1);display:block;padding:20px;margin-bottom:10px}.component-error{color:#FF0000;display:none;margin-bottom:10px}