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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
/**
 * 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/gerrits-ecommerce/mineraalverf-v2/nl_NL/GerritsEcommerce_Slider/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-item {
    position: relative;
}

.owl-carousel__slide {
    color: #fff;
}

.owl-carousel__text {
    bottom: 0;
    left: 0;
    line-height: 1;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.owl-carousel__text > .banner-text:not(:last-child) {
    margin-bottom: 15px;
}

.owl-carousel__text > .button {
    margin-top: 10px;
}
/*!
 * jQuery mmenu v7.2.2
 * @requires jQuery 1.7.0 or later
 *
 * mmenu.frebsite.nl
 *	
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */.mm-menu{--mm-line-height:20px;--mm-listitem-size:44px;--mm-navbar-size:44px;--mm-offset-top:0;--mm-offset-right:0;--mm-offset-bottom:0;--mm-offset-left:0;--mm-color-border:rgba(0, 0, 0, 0.1);--mm-color-button:rgba(0, 0, 0, 0.3);--mm-color-text:rgba(0, 0, 0, 0.75);--mm-color-text-dimmed:rgba(0, 0, 0, 0.3);--mm-color-background:#f3f3f3;--mm-color-background-highlight:rgba(0, 0, 0, 0.05);--mm-color-background-emphasis:rgba(255, 255, 255, 0.4);--mm-shadow:0 0 10px rgba( 0,0,0, 0.3 )}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:20px;line-height:var(--mm-line-height);-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:0;margin:0;position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;top:var(--mm-offset-top);right:var(--mm-offset-right);bottom:var(--mm-offset-bottom);left:var(--mm-offset-left);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{color:inherit;text-decoration:none}[dir=rtl] .mm-menu{direction:rtl}.mm-panels,.mm-panels>.mm-panel{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-panel,.mm-panels{-webkit-box-sizing:border-box;box-sizing:border-box;background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}.mm-panels{overflow:hidden}.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;width:100%;padding:0 20px;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-panel:not(.mm-hidden){display:block}.mm-panel:after,.mm-panel:before{content:'';display:block;height:20px}.mm-panel_has-navbar{padding-top:44px;padding-top:var(--mm-navbar-size)}.mm-panel_opened{z-index:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel_opened-parent{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel_highest{z-index:2}.mm-panel_noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-panel_noanimation.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl] .mm-panel:not(.mm-panel_opened){-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}[dir=rtl] .mm-panel.mm-panel_opened-parent{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-listitem_vertical>.mm-panel{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;display:none;width:100%;padding:10px 0 10px 10px}.mm-listitem_vertical>.mm-panel:after,.mm-listitem_vertical>.mm-panel:before{content:none;display:none}.mm-listitem_opened>.mm-panel{display:block}.mm-listitem_vertical>.mm-listitem__btn{height:44px;height:var(--mm-listitem-size);bottom:auto}.mm-listitem_vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem_opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}.mm-btn{-webkit-box-sizing:border-box;box-sizing:border-box;width:44px;padding:0}.mm-btn:after,.mm-btn:before{border-color:rgba(0,0,0,.1);border-color:var(--mm-color-button);border-width:2px;border-style:solid}.mm-btn_close:after,.mm-btn_close:before{content:'';-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-btn_close:before{border-right:none;border-bottom:none;right:18px}.mm-btn_close:after{border-left:none;border-top:none;right:25px}.mm-btn_next:after,.mm-btn_prev:before{content:'';border-bottom:none;border-right:none;-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-btn_prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-btn_next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}[dir=rtl] .mm-btn_next:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}[dir=rtl] .mm-btn_prev:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}[dir=rtl] .mm-btn_close:after,[dir=rtl] .mm-btn_close:before{right:auto}[dir=rtl] .mm-btn_close:before{left:25px}[dir=rtl] .mm-btn_close:after{left:18px}.mm-navbar{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.3);background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text-dimmed);border-bottom-width:1px;border-bottom-style:solid;text-align:center;display:none;height:44px;height:var(--mm-navbar-size);padding:0 44px;margin:0;position:absolute;top:0;left:0;right:0;opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-navbar>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:12px;padding:calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);padding-left:0;padding-right:0}.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-navbar__title{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar__btn{position:absolute;top:0;bottom:0;z-index:1}.mm-navbar__btn:first-child{text-align:left;left:0}.mm-navbar__btn:last-child{text-align:right;right:0}.mm-panel_has-navbar .mm-navbar{display:block}[dir=rtl] .mm-navbar__btn:first-child{text-align:right;right:0;left:auto}[dir=rtl] .mm-navbar__btn:last-child{text-align:left;left:0;right:auto}.mm-listitem,.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-listitem{color:rgba(0,0,0,.75);color:var(--mm-color-text);border-color:rgba(0,0,0,.1);border-color:var(--mm-color-border);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.mm-listitem:after{content:'';border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:20px;right:0;bottom:0}.mm-listitem a,.mm-listitem a:hover{text-decoration:none}.mm-listitem__btn,.mm-listitem__text{color:inherit;display:block;padding-top:12px;padding-top:calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);padding-bottom:12px;padding-bottom:calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2)}.mm-listitem__text{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-left:20px;padding-right:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%}.mm-listitem__btn{-webkit-tap-highlight-color:rgba(255,255,255,.4);tap-highlight-color:rgba(255,255,255,.4);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);tap-highlight-color:var(--mm-color-background-emphasis);background:rgba(3,2,1,0);border-color:inherit;width:auto;padding-right:54px;position:relative}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem_selected>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-listitem_opened>.mm-listitem__btn,.mm-listitem_opened>.mm-panel{background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight)}.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}.mm-listitem_divider{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight);font-size:75%;text-transform:uppercase;min-height:20px;min-height:var(--mm-line-height);padding:6.5px;padding:calc(((var(--mm-listitem-size) * .75) - var(--mm-line-height)) * .5);padding-right:10px;padding-left:20px}.mm-listitem_spacer{padding-top:44px;padding-top:var(--mm-listitem-size)}.mm-listitem_spacer>.mm-btn_next{top:44px;top:var(--mm-listitem-size)}[dir=rtl] .mm-listitem:after{left:0;right:20px}[dir=rtl] .mm-listitem__text{padding-left:10px;padding-right:20px}[dir=rtl] .mm-listitem__btn{padding-left:54px;border-left-width:0;border-left-style:none}[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text){padding-right:0;border-right-width:1px;border-right-style:solid}
.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}.mm-wrapper_opened{overflow-x:hidden;position:relative}.mm-wrapper_background .mm-page{background:inherit}.mm-menu_offcanvas{display:none;position:fixed;right:auto;z-index:0}.mm-menu_offcanvas.mm-menu_opened{display:block}.mm-menu_offcanvas{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper__blocker{background:rgba(3,2,1,0);overflow:hidden;display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}.mm-wrapper_blocking{overflow:hidden}.mm-wrapper_blocking body{overflow:hidden}.mm-wrapper_blocking .mm-wrapper__blocker{display:block}
.mm-sronly{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;min-width:1px!important;height:1px!important;min-height:1px!important;padding:0!important;overflow:hidden!important;position:absolute!important}
.mm-menu_autoheight{-webkit-transition:none .4s ease;-o-transition:none .4s ease;transition:none .4s ease;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.mm-menu_autoheight:not(.mm-menu_offcanvas){position:relative}.mm-menu_autoheight.mm-menu_position-bottom,.mm-menu_autoheight.mm-menu_position-top{max-height:80%}.mm-menu_autoheight-measuring .mm-panel{display:block!important}.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel{display:none!important}.mm-menu_autoheight-measuring .mm-panels>.mm-panel{bottom:auto!important;height:auto!important}
[class*=mm-menu_columns-]{-webkit-transition-property:width;-o-transition-property:width;transition-property:width}[class*=mm-menu_columns-] .mm-panels>.mm-panel{right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent{display:block!important}[class*=mm-panel_columns-]{border-right:1px solid;border-color:inherit}.mm-menu_columns-1 .mm-panel_columns-0,.mm-menu_columns-2 .mm-panel_columns-1,.mm-menu_columns-3 .mm-panel_columns-2,.mm-menu_columns-4 .mm-panel_columns-3{border-right:none}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_columns-0 .mm-panels>.mm-panel{z-index:0}.mm-menu_columns-0 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-0{width:80%;min-width:240px;max-width:0}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-1 .mm-panels>.mm-panel{z-index:1;width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-1{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2{-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-2 .mm-panels>.mm-panel{z-index:2;width:50%}.mm-menu_columns-2 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-2{width:80%;min-width:240px;max-width:880px}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)}}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-880px,0,0);transform:translate3d(-880px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3{-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-3 .mm-panels>.mm-panel{z-index:3;width:33.34%}.mm-menu_columns-3 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-3{width:80%;min-width:240px;max-width:1320px}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)}}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1320px,0,0);transform:translate3d(-1320px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4{-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-4 .mm-panels>.mm-panel{z-index:4;width:25%}.mm-menu_columns-4 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}.mm-menu_columns-4{width:80%;min-width:240px;max-width:1760px}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)}}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1760px,0,0);transform:translate3d(-1760px,0,0)}}[class*=mm-menu_columns-].mm-menu_position-bottom,[class*=mm-menu_columns-].mm-menu_position-top{width:100%;max-width:100%;min-width:100%}.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front{-webkit-transition-property:width,min-width,max-width,-webkit-transform;transition-property:width,min-width,max-width,-webkit-transform;-o-transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform,-webkit-transform}
.mm-counter{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);text-align:right;display:block;min-width:44px;float:right}.mm-listitem_nosubitems>.mm-counter{display:none}[dir=rtl] .mm-counter{text-align:left;float:left}
.mm-listitem_divider{opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-menu_dividers-light .mm-listitem_divider{background:inherit;font-size:inherit;color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);padding-top:18px;padding-top:calc((var(--mm-listitem-size) - var(--mm-line-height)) * .75);padding-bottom:6px;padding-bottom:calc((var(--mm-listitem-size) - var(--mm-line-height)) * .25)}.mm-menu_border-none .mm-listitem_divider{border-top-width:1px;border-top-style:solid}.mm-listview_fixeddivider{background:inherit;display:none;width:100%;position:absolute;top:0;left:0;right:0;z-index:10}.mm-listview_fixeddivider:after{content:none!important;display:none!important}.mm-panel_dividers .mm-listview_fixeddivider{display:block}
.mm-wrapper_opened.mm-dragging .mm-menu,.mm-wrapper_opened.mm-dragging .mm-slideout{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}
.mm-menu_dropdown{-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}.mm-wrapper_dropdown .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-wrapper_dropdown .mm-wrapper__blocker{-webkit-transition-delay:0s!important;-o-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_dropdown .mm-menu_dropdown{z-index:2}.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown{display:none}[class*=mm-menu_tip-]:before{content:'';background:inherit;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mm-menu_tip-left:before{left:22px}.mm-menu_tip-right:before{right:22px}.mm-menu_tip-top:before{top:-8px}.mm-menu_tip-bottom:before{bottom:-8px}
.mm-menu{--mm-iconbar-size:44px}.mm-iconbar{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);border:0 solid rgba(0,0,0,.1);border-color:var(--mm-color-border);border-right-width:1px;text-align:center;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;width:44px;width:var(--mm-iconbar-size);position:absolute;top:0;left:0;bottom:0;z-index:2}.mm-menu_iconbar .mm-navbars_bottom,.mm-menu_iconbar .mm-navbars_top,.mm-menu_iconbar .mm-panels{left:44px;left:var(--mm-iconbar-size)}.mm-iconbar__bottom,.mm-iconbar__top{width:inherit;position:absolute}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:11px 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__top{top:0}.mm-iconbar__bottom{bottom:0}.mm-iconbar__tab_selected{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}
.mm-menu{--mm-iconpanel-size:44px}.mm-panel_iconpanel-1,.mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider{width:calc(100% - (44px * 1));width:calc(100% - (var(--mm-iconpanel-size) * 1))}.mm-panel_iconpanel-2,.mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider{width:calc(100% - (44px * 2));width:calc(100% - (var(--mm-iconpanel-size) * 2))}.mm-panel_iconpanel-3,.mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider{width:calc(100% - (44px * 3));width:calc(100% - (var(--mm-iconpanel-size) * 3))}.mm-panel_iconpanel-first~.mm-panel,.mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider{width:calc(100% - 44px);width:calc(100% - var(--mm-iconpanel-size))}.mm-menu_iconpanel .mm-panels>.mm-listview_fixeddivider,.mm-menu_iconpanel .mm-panels>.mm-panel{left:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform}.mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left-width:1px;border-left-style:solid}.mm-menu_iconpanel .mm-panels>.mm-panel_opened,.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{display:block!important}.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{overflow-y:hidden;-webkit-transform:unset;-ms-transform:unset;transform:unset}.mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider,.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar{opacity:0}.mm-panel__blocker{background:inherit;opacity:0;display:block;position:absolute;top:0;right:0;left:0;z-index:3;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-panel_opened-parent .mm-panel__blocker{opacity:.6;bottom:-100000px}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-listview_fixeddivider,[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel{left:0;right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left:none;border-right:1px solid;border-color:inherit}
.mm-menu_keyboardfocus a:focus,.mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus{outline:0;background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-wrapper__blocker .mm-tabstart{cursor:default;display:block;width:100%;height:100%}.mm-wrapper__blocker .mm-tabend{opacity:0;position:absolute;bottom:0}
.mm-navbars_bottom,.mm-navbars_top{background:inherit;border-color:inherit;border-width:0;position:absolute;left:0;right:0;z-index:1}.mm-navbars_bottom>.mm-navbar,.mm-navbars_top>.mm-navbar{border-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.mm-navbars_bottom>.mm-navbar:not(.mm-navbar_has-btns),.mm-navbars_top>.mm-navbar:not(.mm-navbar_has-btns){padding:0}.mm-navbars_bottom>.mm-navbar>:not(img):not(.mm-btn),.mm-navbars_top>.mm-navbar>:not(img):not(.mm-btn){-webkit-box-flex:1;-ms-flex:1;flex:1}.mm-navbars_top{border-bottom-style:solid;border-bottom-width:1px;top:0;bottom:auto}.mm-menu_navbar_top-1 .mm-panels{top:44px;top:calc(var(--mm-navbar-size) * 1)}.mm-menu_navbar_top-2 .mm-panels{top:88px;top:calc(var(--mm-navbar-size) * 2)}.mm-menu_navbar_top-3 .mm-panels{top:132px;top:calc(var(--mm-navbar-size) * 3)}.mm-menu_navbar_top-4 .mm-panels{top:176px;top:calc(var(--mm-navbar-size) * 4)}.mm-navbars_bottom{border-top-style:solid;border-top-width:1px;bottom:0;top:auto}.mm-menu_navbar_bottom-1 .mm-panels{bottom:44px;bottom:calc(var(--mm-navbar-size) * 1)}.mm-menu_navbar_bottom-2 .mm-panels{bottom:88px;bottom:calc(var(--mm-navbar-size) * 2)}.mm-menu_navbar_bottom-3 .mm-panels{bottom:132px;bottom:calc(var(--mm-navbar-size) * 3)}.mm-menu_navbar_bottom-4 .mm-panels{bottom:176px;bottom:calc(var(--mm-navbar-size) * 4)}.mm-navbar_size-2{height:88px;height:calc(var(--mm-navbar-size) * 2)}.mm-navbar_size-3{height:132px;height:calc(var(--mm-navbar-size) * 3)}.mm-navbar_size-4{height:176px;height:calc(var(--mm-navbar-size) * 4)}.mm-navbar__breadcrumbs{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-overflow-scrolling:touch;overflow-x:auto;text-align:left;padding:0 0 0 20px}.mm-navbar__breadcrumbs>*{display:inline-block;padding-right:6px;padding-top:12px;padding-top:calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);padding-bottom:12px;padding-bottom:calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5)}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar_has-btns .mm-navbar__breadcrumbs{margin-left:-44px}.mm-navbar_has-btns .mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{margin-left:0;padding-left:0}.mm-navbar__tab_selected{background:inherit!important;color:inherit!important;border-width:1px;border-style:solid;border-color:inherit}.mm-navbar__tab_selected:first-child{border-left:none}.mm-navbar__tab_selected:last-child{border-right:none}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs,.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:inherit!important;color:inherit!important}.mm-navbars_top .mm-navbar_tabs:not(:last-child){border-bottom-width:1px;border-bottom-style:solid}.mm-navbars_top .mm-navbar__tab_selected{border-bottom:none;margin-bottom:-1px}.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected{border-top:none}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar{background:inherit;color:inherit}.mm-navbars_bottom .mm-navbar_tabs:not(:first-child){border-top-width:1px;border-top-style:solid}.mm-navbars_bottom .mm-navbar__tab_selected{border-top:none;margin-top:-1px}.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected{border-bottom:none}.mm-navbar_tabs>a:not(.mm-navbar__tab_selected),.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,.mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs){background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis);color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed)}
.mm-searchfield{height:44px;height:var(--mm-navbar-size);padding:0;display:-webkit-box;display:-ms-flexbox;display:flex}.mm-searchfield input{border:none!important;outline:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:4px;background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight);color:rgba(0,0,0,.75);color:var(--mm-color-text);font:inherit;font-size:inherit;line-height:35.2px;line-height:calc(var(--mm-navbar-size) * .7);display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:100%;height:24px;height:calc(var(--mm-navbar-size) * .7);min-height:unset;max-height:unset;margin:0;padding:0 10px}.mm-searchfield input::-ms-clear{display:none}.mm-searchfield__input{padding:6.6px 10px 0 10px;padding-top:calc(var(--mm-navbar-size) * .15);position:relative}.mm-panel__noresultsmsg{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);text-align:center;font-size:150%;padding:44px 0}.mm-searchfield__btn{position:absolute;right:0;top:0;bottom:0}.mm-panel_search{left:0!important;right:0!important;width:100%!important;border-left:none!important}.mm-searchfield__input{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:100%}.mm-searchfield__cancel{line-height:44px;line-height:var(--mm-navbar-size);text-decoration:none;display:block;padding-right:10px;margin-right:-100px;-webkit-transition:margin .4s ease;-o-transition:margin .4s ease;transition:margin .4s ease}.mm-searchfield__cancel-active{margin-right:0}.mm-panel>.mm-searchfield{width:100%;position:absolute;top:0;left:0}.mm-panel_has-searchfield{padding-top:44px;padding-top:var(--mm-navbar-size)}.mm-panel_has-navbar.mm-panel_has-searchfield{padding-top:88px;padding-top:calc(var(--mm-navbar-size) * 2)}.mm-panel_has-navbar.mm-panel_has-searchfield>.mm-searchfield{top:44px;top:var(--mm-navbar-size)}.mm-listitem_nosubitems>.mm-listitem__btn{display:none}.mm-listitem_nosubitems>.mm-listitem__text{padding-right:10px}
.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-20px;z-index:15;-webkit-transition:right .4s ease;-o-transition:right .4s ease;transition:right .4s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panels{-webkit-transition:right .4s ease;-o-transition:right .4s ease;transition:right .4s ease}.mm-menu_has-sectionindexer .mm-sectionindexer{right:0}.mm-menu_has-sectionindexer .mm-panels{right:20px}.mm-menu_navbar_top-1 .mm-sectionindexer{top:46px;top:calc((var(--mm-navbar-size) * 1) + 2px)}.mm-menu_navbar_top-2 .mm-sectionindexer{top:90px;top:calc((var(--mm-navbar-size) * 2) + 2px)}.mm-menu_navbar_top-3 .mm-sectionindexer{top:134px;top:calc((var(--mm-navbar-size) * 3) + 2px)}.mm-menu_navbar_top-4 .mm-sectionindexer{top:178px;top:calc((var(--mm-navbar-size) * 4) + 2px)}.mm-menu_navbar_bottom-1 .mm-sectionindexer{bottom:46px;bottom:calc((var(--mm-navbar-size) * 1) + 2px)}.mm-menu_navbar_bottom-2 .mm-sectionindexer{bottom:90px;bottom:calc((var(--mm-navbar-size) * 2) + 2px)}.mm-menu_navbar_bottom-3 .mm-sectionindexer{bottom:134px;bottom:calc((var(--mm-navbar-size) * 3) + 2px)}.mm-menu_navbar_bottom-4 .mm-sectionindexer{bottom:178px;bottom:calc((var(--mm-navbar-size) * 4) + 2px)}
.mm-menu_selected-hover .mm-listitem>.mm-listitem__btn,.mm-menu_selected-hover .mm-listitem>.mm-listitem__text,.mm-menu_selected-parent .mm-listitem>.mm-listitem__btn,.mm-menu_selected-parent .mm-listitem>.mm-listitem__text{-webkit-transition:background .4s ease;-o-transition:background .4s ease;transition:background .4s ease}.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected .mm-listitem__text{background:0 0}.mm-menu_selected-hover .mm-listitem__btn:hover,.mm-menu_selected-hover .mm-listitem__text:hover{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) .mm-listitem__text{background:0 0}.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__btn,.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}
.mm-menu,.mm-slideout{--mm-sidebar-collapsed-size:44px;--mm-sidebar-expanded-size:440px}.mm-wrapper_sidebar-collapsed body,.mm-wrapper_sidebar-expanded body{position:relative}.mm-wrapper_sidebar-collapsed .mm-slideout,.mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-wrapper_sidebar-collapsed .mm-page,.mm-wrapper_sidebar-expanded .mm-page{background:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh}.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{display:block!important;top:0!important;right:auto!important;bottom:0!important;left:0!important}.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider,.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar{opacity:0}.mm-wrapper_sidebar-collapsed .mm-slideout{width:calc(100% - 44px);width:calc(100% - var(--mm-sidebar-collapsed-size));-webkit-transform:translate3d(44px,0,0);transform:translate3d(44px,0,0);-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{border-right-width:1px;border-right-style:solid;min-width:0!important;max-width:100000px!important}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after{content:none;display:none}.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body{overflow:visible}.mm-wrapper_sidebar-expanded .mm-wrapper__blocker{display:none!important}.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{width:calc(100% - 440px);width:calc(100% - var(--mm-sidebar-expanded-size));-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0);-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{width:440px;width:var(--mm-sidebar-expanded-size)}.mm-menu__blocker{background:rgba(3,2,1,0);display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.mm-menu_opened .mm-menu__blocker{display:none}[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
label.mm-toggle{border-radius:34px;min-width:58px;width:58px;height:34px;margin:0 10px;margin-top:5px;margin-top:calc((var(--mm-listitem-size) - 34px)/ 2)}label.mm-toggle:before{content:'';display:block;border-radius:34px;width:32px;height:32px;margin:1px}input.mm-toggle{position:absolute;left:-10000px}input.mm-toggle:checked~label.mm-toggle:before{float:right}label.mm-toggle{background:rgba(0,0,0,.1);background:var(--mm-color-border)}label.mm-toggle:before{background:#f3f3f3;background:var(--mm-color-background)}input.mm-toggle:checked~label.mm-toggle{background:#4bd963}label.mm-check{width:34px;height:34px}label.mm-check:before{border-color:rgba(0,0,0,.75);border-color:var(--mm-color-text);content:'';display:block;border-left:3px solid;border-bottom:3px solid;width:40%;height:20%;margin:25% 0 0 20%;opacity:.1;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}input.mm-check{position:absolute;left:-10000px}input.mm-check:checked~label.mm-check:before{opacity:1}[dir=rtl] input.mm-toggle:checked~label.mm-toggle:before{float:left}
.mm-menu_border-none .mm-listitem:after,.mm-panel_border-none .mm-listitem:after{content:none}.mm-menu_border-full .mm-listitem:after,.mm-panel_border-full .mm-listitem:after{left:0!important}.mm-menu_border-offset .mm-listitem:after,.mm-panel_border-offset .mm-listitem:after{right:20px}
.mm-menu_fx-menu-zoom{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-wrapper_opened .mm-menu_fx-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}.mm-wrapper_opening .mm-menu_fx-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right{-webkit-transform:scale(.7,.7) translate3d(30%,0,0);transform:scale(.7,.7) translate3d(30%,0,0);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-menu_fx-menu-slide{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-wrapper_opened .mm-menu_fx-menu-slide{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-menu-fade{opacity:0;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-wrapper_opening .mm-menu_fx-menu-fade{opacity:1}.mm-menu_fx-panels-none .mm-panel,.mm-panel_fx-none{-webkit-transition-property:none;-o-transition-property:none;transition-property:none}.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,.mm-panel_fx-none.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-zoom .mm-panel,.mm-panel_fx-zoom{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center;-webkit-transform:scale(1.5,1.5) translate3d(100%,0,0);transform:scale(1.5,1.5) translate3d(100%,0,0)}.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened,.mm-panel_fx-zoom.mm-panel_opened{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent,.mm-panel_fx-zoom.mm-panel_opened-parent{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0)}.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,.mm-panel_fx-slide-0.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent,.mm-panel_fx-slide-100.mm-panel_opened-parent{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_fx-panels-slide-up .mm-panel,.mm-panel_fx-slide-up{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.mm-menu_fx-panels-slide-up .mm-panel_opened,.mm-menu_fx-panels-slide-up .mm-panel_opened-parent,.mm-panel_fx-slide-up.mm-panel_opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-right .mm-panel,.mm-panel_fx-slide-right{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_fx-panels-slide-right .mm-panel_opened,.mm-menu_fx-panels-slide-right .mm-panel_opened-parent,.mm-panel_fx-slide-right.mm-panel_opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[class*=mm-menu_fx-listitems-] .mm-listitem{-webkit-transition:none .4s ease;-o-transition:none .4s ease;transition:none .4s ease}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1){-webkit-transition-delay:50ms;-o-transition-delay:50ms;transition-delay:50ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2){-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3){-webkit-transition-delay:150ms;-o-transition-delay:150ms;transition-delay:150ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4){-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5){-webkit-transition-delay:250ms;-o-transition-delay:250ms;transition-delay:250ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7){-webkit-transition-delay:350ms;-o-transition-delay:350ms;transition-delay:350ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8){-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9){-webkit-transition-delay:450ms;-o-transition-delay:450ms;transition-delay:450ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10){-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11){-webkit-transition-delay:550ms;-o-transition-delay:550ms;transition-delay:550ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12){-webkit-transition-delay:.6s;-o-transition-delay:.6s;transition-delay:.6s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13){-webkit-transition-delay:650ms;-o-transition-delay:650ms;transition-delay:650ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14){-webkit-transition-delay:.7s;-o-transition-delay:.7s;transition-delay:.7s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15){-webkit-transition-delay:750ms;-o-transition-delay:750ms;transition-delay:750ms}.mm-menu_fx-listitems-slide .mm-listitem{-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;-o-transition-property:transform,opacity;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);opacity:0}.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.mm-menu_fx-listitems-fade .mm-listitem{-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;opacity:0}.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem{opacity:1}.mm-menu_fx-listitems-drop .mm-listitem{-webkit-transition-property:opacity,top;-o-transition-property:opacity,top;transition-property:opacity,top;opacity:0;top:-25%}.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem{opacity:1;top:0}
.mm-menu_fullscreen{width:100%;min-width:140px;max-width:10000px}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(100vw,0,0);transform:translate3d(100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)}}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-100vw,0,0);transform:translate3d(-100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)}}.mm-menu_fullscreen.mm-menu_position-top{height:100vh;min-height:140px;max-height:10000px}.mm-menu_fullscreen.mm-menu_position-bottom{height:100vh;min-height:140px;max-height:10000px}
.mm-menu_listview-justify .mm-panels>.mm-panel:after,.mm-menu_listview-justify .mm-panels>.mm-panel:before,.mm-panels>.mm-panel_listview-justify:after,.mm-panels>.mm-panel_listview-justify:before{content:none;display:none}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview,.mm-panels>.mm-panel_listview-justify .mm-listview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;margin-top:0;margin-bottom:0}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem,.mm-panels>.mm-panel_listview-justify .mm-listitem{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;min-height:44px}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem:not(.mm-listitem_divider),.mm-panels>.mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem__text,.mm-panels>.mm-panel_listview-justify .mm-listitem__text{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mm-listview_inset{list-style:inside disc;width:100%;padding:0 30px 15px 30px;margin:0}.mm-listview_inset .mm-listitem{padding:5px 0}
.mm-menu_multiline .mm-listitem__text,.mm-panel_multiline .mm-listitem__text{-o-text-overflow:clip;text-overflow:clip;white-space:normal}
[class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:0}.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:.3;-webkit-transition:opacity .4s ease .4s;-o-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}.mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker{background:inherit}.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker{background:#000}.mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker{background:#fff}
.mm-menu_popup{-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease;opacity:0;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;z-index:2;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.mm-menu_popup.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker{-webkit-transition-delay:0s!important;-o-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_opening .mm-menu_popup{opacity:1}
.mm-menu_position-right{left:auto;right:0}.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}.mm-menu_position-bottom,.mm-menu_position-front,.mm-menu_position-top{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-menu_position-bottom.mm-menu_opened,.mm-menu_position-front.mm-menu_opened,.mm-menu_position-top.mm-menu_opened{z-index:2}.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,.mm-menu_position-front.mm-menu_opened~.mm-slideout,.mm-menu_position-top.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker{z-index:1}.mm-menu_position-front{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_position-front.mm-menu_position-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_position-bottom,.mm-menu_position-top{width:100%;min-width:100%;max-width:100%}.mm-menu_position-top{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.mm-menu_position-top{height:80vh;min-height:140px;max-height:880px}.mm-menu_position-bottom{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);top:auto}.mm-menu_position-bottom{height:80vh;min-height:140px;max-height:880px}.mm-wrapper_opening .mm-menu_position-bottom,.mm-wrapper_opening .mm-menu_position-front,.mm-wrapper_opening .mm-menu_position-top{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu_shadow-page:after{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow);content:"";display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:100;-webkit-clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%)}.mm-menu_shadow-page.mm-menu_position-right:after{left:auto;right:100%;-webkit-clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%);clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%)}.mm-menu_shadow-page.mm-menu_position-front:after{content:none;display:none}.mm-menu_shadow-menu{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_shadow-panels .mm-panels>.mm-panel{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}
.mm-menu_theme-white{--mm-color-border:rgba( 0,0,0, 0.1 );--mm-color-button:rgba( 0,0,0, 0.3 );--mm-color-text:rgba( 0,0,0, 0.7 );--mm-color-text-dimmed:rgba( 0,0,0, 0.3 );--mm-color-background:#fff;--mm-color-background-highlight:rgba( 0,0,0, 0.06 );--mm-color-background-emphasis:rgba( 0,0,0, 0.03 );--mm-shadow:0 0 10px rgba( 0,0,0, 0.2 )}.mm-menu_theme-dark{--mm-color-border:rgba( 0,0,0, 0.3 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.85 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#333;--mm-color-background-highlight:rgba( 255,255,255, 0.08 );--mm-color-background-emphasis:rgba( 0,0,0, 0.1 );--mm-shadow:0 0 20px rgba( 0,0,0, 0.5 )}.mm-menu_theme-black{--mm-color-border:rgba( 255,255,255, 0.25 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.75 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#000;--mm-color-background-highlight:rgba( 255,255,255, 0.2 );--mm-color-background-emphasis:rgba( 255,255,255, 0.15 );--mm-shadow:none}
.mm-menu_tileview .mm-listview,.mm-panel_tileview .mm-listview{margin:0!important}.mm-menu_tileview .mm-listview:after,.mm-panel_tileview .mm-listview:after{content:'';display:block;clear:both}.mm-menu_tileview .mm-listitem,.mm-panel_tileview .mm-listitem{padding:0;float:left;position:relative;width:50%;height:0;padding-top:50%}.mm-menu_tileview .mm-listitem:after,.mm-panel_tileview .mm-listitem:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}.mm-menu_tileview .mm-listitem.mm-tile-xs,.mm-panel_tileview .mm-listitem.mm-tile-xs{width:12.5%;padding-top:12.5%}.mm-menu_tileview .mm-listitem.mm-tile-s,.mm-panel_tileview .mm-listitem.mm-tile-s{width:25%;padding-top:25%}.mm-menu_tileview .mm-listitem.mm-tile-l,.mm-panel_tileview .mm-listitem.mm-tile-l{width:75%;padding-top:75%}.mm-menu_tileview .mm-listitem.mm-tile-xl,.mm-panel_tileview .mm-listitem.mm-tile-xl{width:100%;padding-top:100%}.mm-menu_tileview .mm-listitem__text,.mm-panel_tileview .mm-listitem__text{line-height:1px;text-align:center;padding:50% 10px 0 10px;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}.mm-menu_tileview .mm-listitem__btn,.mm-panel_tileview .mm-listitem__btn{width:auto}.mm-menu_tileview .mm-listitem__btn:after,.mm-menu_tileview .mm-listitem__btn:before,.mm-panel_tileview .mm-listitem__btn:after,.mm-panel_tileview .mm-listitem__btn:before{content:none;display:none}.mm-menu_tileview .mm-listitem_divider,.mm-panel_tileview .mm-listitem_divider{display:none}.mm-menu_tileview .mm-panel,.mm-panel_tileview{padding-left:0;padding-right:0}.mm-menu_tileview .mm-panel:after,.mm-menu_tileview .mm-panel:before,.mm-panel_tileview:after,.mm-panel_tileview:before{content:none;display:none}
body.modal-open .mm-slideout{z-index:unset}/* Base colors
================================================== */
/* Text colors
================================================== */
/* Fonts
================================================== */
/* Headings
================================================== */
/* Header - Top bar
================================================== */
/* Header - Main
================================================== */
/* Header - Navigation
================================================== */
/* Header - USP
================================================== */
/* Header - Breadcrumbs
================================================== */
/* Home - Banners
================================================== */
/* Category - Toolbar
================================================== */
/* Category - Grid
================================================== */
/* Category - Filters
================================================== */
/* Product - Prices
================================================== */
/* Product - Stock status
================================================== */
/* Product - Add to cart button
================================================== */
/* Product - USP
================================================== */
/* Product - Tabs
================================================== */
/* Product - Content block
================================================== */
/* Product - Related products
================================================== */
/* Cart
================================================== */
/* Checkout
================================================== */
/* Account
================================================== */
/* Button settings
================================================== */
/* Form settings
================================================== */
/* Footer - Top
================================================== */
/* Footer - Bottom
================================================== */
/* Cookie notice
================================================== */
/* Modal
================================================== */
/* Responsive breakpoints and container widths
================================================== */
/* Base colors
================================================== */
/* Text colors
================================================== */
/* Fonts
================================================== */
/* Headings
================================================== */
/* Header - Top bar
================================================== */
/* Header - Main
================================================== */
/* Header - Navigation
================================================== */
/* Header - USP
================================================== */
/* Header - Breadcrumbs
================================================== */
/* Home - Banners
================================================== */
/* Category - Toolbar
================================================== */
/* Category - Grid
================================================== */
/* Category - Filters
================================================== */
/* Product - Prices
================================================== */
/* Product - Stock status
================================================== */
/* Product - Add to cart button
================================================== */
/* Product - USP
================================================== */
/* Product - Tabs
================================================== */
/* Product - Content block
================================================== */
/* Product - Related products
================================================== */
/* Product - Reviews
================================================== */
/* Cart
================================================== */
/* Checkout
================================================== */
/* Account
================================================== */
/* Widget - Products
================================================== */
/* Button settings
================================================== */
/* Form settings
================================================== */
/* Footer - Top
================================================== */
/* Footer - Bottom
================================================== */
/* Cookie notice
================================================== */
/* Modal
================================================== */
/* Responsive breakpoints and container widths
================================================== */
:root {
  /* Base colors
  ================================================== */
  --body-color: #fff;
  --primary-color: #ea532e;
  --primary-color-darkest: deeppink;
  --primary-color-dark: #ea3f1d;
  --primary-color-light: deeppink;
  --primary-color-lightest: deeppink;
  --secondary-color: #832227;
  --secondary-color-darkest: #0e0000;
  --secondary-color-dark: #5b000b;
  --secondary-color-light: #d72326;
  --secondary-color-lightest: deeppink;
  --neutral-color: deeppink;
  --neutral-color-darkest: deeppink;
  --neutral-color-dark: #7d7d7d;
  --neutral-color-light: #A7918B;
  --neutral-color-lightest: #f5f7fa;
  --success-color: #59c23a;
  --success-color-dark: #59c23a;
  --error-color: #832227;
  --error-color-dark: #832227;
  --info-color: #1979c3;
  --info-color-dark: #1979c3;
  --warning-color: #ea532e;
  --warning-color-dark: #ea532e;
  /* Text colors
  ================================================== */
  --text-color: #4d4d4d;
  --text-color-light: #fff;
  --text-color-message: #fff;
  --text-link-color: #ea532e;
  /* Fonts
  ================================================== */
  --primary-font: Open Sans, sans-serif;
  --icon-font: Font Awesome 5 Pro;
  --font-size-default: 16px;
  --font-size-large: 20px;
  --font-size-medium: 18px;
  --font-size-small: 14px;
  --font-weight-extra-bold: 800;
  --font-weight-bold: 700;
  --font-weight-semi-bold: 600;
  --font-weight-medium: 500;
  --font-weight-regular: 400;
  --font-weight-light: 300;
  /* Headings
  ================================================== */
  --h1-color: #4d4d4d;
  --h1-font-family: Open Sans, sans-serif;
  --h1-font-size: 40px;
  --h1-font-weight: 700;
  --h2-color: #4d4d4d;
  --h2-font-family: Open Sans, sans-serif;
  --h2-font-size: 20px;
  --h2-font-weight: 400;
  --h3-color: #4d4d4d;
  --h3-font-family: Open Sans, sans-serif;
  --h3-font-size: 20px;
  --h3-font-weight: 400;
  --h4-color: #4d4d4d;
  --h4-font-family: Open Sans, sans-serif;
  --h4-font-size: 20px;
  --h4-font-weight: 700;
  --h5-color: #4d4d4d;
  --h5-font-family: Open Sans, sans-serif;
  --h5-font-size: 20px;
  --h5-font-weight: 700;
  --h6-color: #4d4d4d;
  --h6-font-family: Open Sans, sans-serif;
  --h6-font-size: 20px;
  --h6-font-weight: 700;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a:focus, button:focus,
input:focus, textarea:focus,
select:focus {
  outline: 0;
}
a::-moz-focus-inner, button::-moz-focus-inner,
input::-moz-focus-inner, textarea::-moz-focus-inner,
select::-moz-focus-inner {
  outline: 0;
}

/* open-sans-300 - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/open-sans-v17-latin-ext_latin-300.woff2") format("woff2"), url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/open-sans-v17-latin-ext_latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/open-sans-v17-latin-ext_latin-regular.woff2") format("woff2"), url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/open-sans-v17-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/open-sans-v17-latin-ext_latin-600.woff2") format("woff2"), url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/open-sans-v17-latin-ext_latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/open-sans-v17-latin-ext_latin-700.woff2") format("woff2"), url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/open-sans-v17-latin-ext_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
  background: #fff;
}

.image {
  display: block;
  height: auto;
  margin-bottom: 10px;
  max-width: 100%;
}

.loading-mask {
  position: fixed;
  right: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.read-more__content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}

.read-more__link,
.read-less__link {
  color: #ea532e;
  cursor: pointer;
}
.read-more__link:hover,
.read-less__link:hover {
  text-decoration: underline;
}

.read-more__link--hide,
.read-more__content--hide {
  display: none;
}

.field-error {
  color: #832227;
  font-size: 14px;
  margin-top: 5px;
}

.cookie-status-message {
  display: none;
}

.modals-wrapper button.action-close {
  display: none;
}

@media screen and (max-width: 767px) {
  .table-wrapper {
    overflow-x: auto;
    width: 100%;
  }
  .table {
    white-space: nowrap;
  }
  .table tr th,
  .table tr td {
    padding: 10px;
  }
  .table tr th:first-child,
  .table tr td:first-child {
    padding-left: 0;
  }
  .table tr th:last-child,
  .table tr td:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .form.contact {
    width: 50%;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

strong {
  font-weight: 700;
}

h1, .page-title {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

h2 {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}

h3 {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}

h4 {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

h5 {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

h6 {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

p {
  color: #4d4d4d;
}
p:not(:last-child):not(:empty) {
  margin-bottom: 20px;
}

.content ol:not(:last-child),
.content ul:not(:last-child) {
  margin-bottom: 20px;
}

.content ol > li,
.content ul > li {
  margin-left: 20px;
}

.products-widget__title {
  color: deeppink;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.banner-group {
  margin: 20px 0 30px;
}

.banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  padding: 20px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.banner:before {
  background: #4d4d4d;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.banner:hover:before {
  opacity: 0.5;
}

.banner--full {
  height: 240px;
  padding: 20px;
  width: 100%;
}

.banner-group > .banner {
  margin-bottom: 20px;
}

.banner-top {
  background-image: url(http://placehold.it/1280x600);
}

.banner-1 {
  align-items: flex-end;
  background-image: url(http://placehold.it/768x768);
}

.banner-2 {
  background-image: url(http://placehold.it/800x800);
}

.banner-3 {
  background-image: url(http://placehold.it/768x768);
  justify-content: flex-end;
  text-align: right;
}

.banner-4 {
  align-items: flex-end;
  background-image: url(http://placehold.it/768x768);
}

.banner-text-wrap {
  display: block;
  width: 100%;
}

.banner-text {
  display: block;
}

.banner-text--extra-large {
  font-family: "Open Sans", sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.banner-text--large {
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.banner-text--medium {
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.banner-text--small {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .banner-group > .banner {
    height: 140px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .banner-group > .banner {
    height: 190px;
    width: 48.5%;
  }
}
@media screen and (min-width: 992px) {
  .banner-group {
    display: grid;
    grid-template-areas: "cl tcr tcr" "cl bcm bcr";
    grid-template-columns: calc(33.33% - 13.333px) calc(33.33% - 13.333px) calc(33.33% - 13.333px);
    grid-template-rows: 250px 250px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 20px 0 50px;
    height: 500px;
  }
  .banner--full {
    height: 450px;
    padding: 50px;
  }
  .banner-group > .banner {
    margin-bottom: 0;
  }
  .banner-1 {
    grid-area: cl;
  }
  .banner-2 {
    grid-area: tcr;
  }
  .banner-3 {
    grid-area: bcm;
  }
  .banner-4 {
    grid-area: bcr;
  }
  .banner-text--extra-large {
    font-size: 40px;
    font-weight: 700;
  }
  .banner-text--large {
    font-size: 30px;
    font-weight: 600;
  }
  .banner-text--medium {
    font-size: 14px;
    font-weight: 600;
  }
  .banner-text--small {
    font-size: 20px;
    font-weight: 400;
  }
}
.products {
  display: flex;
  flex-wrap: wrap;
}

.product {
  border-right: 1px solid #A7918B;
  margin-bottom: 3%;
  width: 50%;
}

.product__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 8px;
  text-decoration: none;
  transition: box-shadow 0.3s;
}

.product__image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.product__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product__title {
  color: #832227;
  flex-grow: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 10px 0;
}

.product__price {
  line-height: 1.3;
}

.from {
  color: #0e0000;
  font-size: 14px;
}

.price {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.price__old,
.price__old .price {
  color: #7d7d7d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-right: 5px;
  text-decoration: line-through;
}

.price__excl-vat,
.price__excl-vat .price {
  color: #7d7d7d;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.product__button {
  margin-top: 15px;
}

.product__button .button, .product__button .action.send.primary {
  width: 100%;
}

.product__button .button > i, .product__button .action.send.primary > i {
  display: none;
}

.related__title {
  border-bottom: 1px solid #ea3f1d;
  color: #ea3f1d;
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .product:last-child,
  .product:nth-child(2n+2) {
    border-right: none;
  }
}
@media screen and (min-width: 500px) {
  .product__link {
    padding: 18px;
  }
  .product__button .button > i, .product__button .action.send.primary > i {
    display: inline-block;
    margin-right: 7px;
  }
}
@media screen and (min-width: 768px) {
  .product {
    width: 33.33%;
  }
  .product:last-child, .product:nth-child(3n+3) {
    border-right: none;
  }
  .product__title {
    font-size: 20px;
  }
  .price {
    font-size: 32px;
  }
  .price__old {
    font-size: 21px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .products.related .product:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .products.related .product {
    width: 25%;
  }
  .products.related .product:last-child, .products.related .product:nth-child(4n+4) {
    border-right: none;
  }
  .products.related .product:nth-child(3) {
    border-right: 1px solid #A7918B;
  }
}
@media screen and (min-width: 992px) {
  .product__link:hover {
    box-shadow: 0 0 5px #A7918B;
  }
}
.toolbar {
  border-bottom: 1px solid #A7918B;
  border-top: 1px solid #A7918B;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 10px 0;
}

.toolbar__items {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/* Toolbar - Sorter
================================================== */
.sorter {
  position: relative;
}
.sorter:after {
  color: #4d4d4d;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 28px;
  top: 6px;
}

.sorter__options {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f5f7fa;
  border: 1px solid #A7918B;
  border-radius: 0;
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  padding: 5px 27px 5px 15px;
}
.sorter__options::-ms-expand {
  display: none;
}

.sorter__arrow {
  color: #4d4d4d;
}

/* Toolbar - Category item count
================================================== */
.category-item-count {
  font-size: 14px;
}

/* Toolbar - Pagination
================================================== */
.pagination {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.pagination__items {
  display: flex;
  list-style: none;
  text-align: right;
}
.pagination__items > .pagination__item {
  margin-left: 0;
}

.pagination__item {
  color: #ea532e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  min-width: 19px;
}

.pagination__link {
  color: #4d4d4d;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s;
}
.pagination__link:hover {
  color: #ea532e;
}

@media screen and (min-width: 768px) {
  .toolbar__items {
    justify-content: flex-start;
  }
  .toolbar__item:first-child {
    flex-grow: 1;
  }
  .pagination {
    margin-left: 30px;
  }
}
.filter__group {
  display: flex;
  flex-direction: column-reverse;
}

.filter__group .filter__group-title {
  display: block;
  font-size: 14px;
  cursor: pointer;
  color: #ea532e;
  margin-top: 5px;
}

.filter__group-title:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: 5px;
}

.filter__group-title.filter__group-title--active:after {
  content: "\f077";
}

.filter__group-content {
  display: none;
}

.filter__group-content.active {
  display: block;
}

#toggle-mobile-filter {
  display: inline-block;
  margin-bottom: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#toggle-mobile-filter > i {
  margin-right: 7px;
}

.filter-header {
  align-items: center;
  border-bottom: 1px solid #A7918B;
  color: #ea532e;
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

#close-filter {
  cursor: pointer;
}

/* Subcategories
================================================== */
.subcategories {
  margin-bottom: 20px;
}

.subcategories__items {
  list-style: none;
}

.subcategories__items > .subcategories__item {
  margin-left: 0;
}

.subcategories__link {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-decoration: none;
}
.subcategories__link:hover {
  text-decoration: underline;
}

/* Filters
================================================== */
.filter__title {
  color: #ea532e;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}

.filter__block {
  border-top: 1px solid #A7918B;
}
.filter__block:last-child {
  border-bottom: 1px solid #A7918B;
}

.filter__block-title {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.filter__block-title:after {
  color: #4d4d4d;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.filter__block-title.active:after {
  content: "\f077";
}

.filter__items {
  height: 0;
  list-style: none;
  overflow: hidden;
  transition: height 0.3s;
}

.filter__items--current {
  height: auto;
}

.filter__item {
  position: relative;
}
.filter__item:before {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #4d4d4d;
  content: "";
  height: 6px;
  left: 3px;
  pointer-events: none;
  position: absolute;
  top: 7px;
  width: 6px;
}
.filter__item:hover:before {
  background: #ea532e;
}

.filter__item--current {
  color: deeppink;
}

.content .filter__items > .filter__item,
.content .filter__items > .filter__item--current {
  margin-left: 0;
}

.filter__link {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
  text-decoration: none;
}
.filter__link:hover {
  text-decoration: underline;
}

.filter__link > .price {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.filter__count {
  color: #A7918B;
}

.filter__current {
  margin-bottom: 5px;
}

.filter-label {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.filter-value {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.filter__remove {
  color: #0e0000;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.filter__actions {
  margin-bottom: 12px;
}

.filter__remove-all {
  color: #832227;
  font-size: 15px;
  text-decoration: none;
}
.filter__remove-all > i {
  margin-right: 2px;
}
.filter__remove-all:hover {
  text-decoration: underline;
}

body.stop-transition .filter-wrap {
  transition: none;
}

body.stop-transition #filter__overlay {
  transition: none;
}

@media screen and (max-width: 767px) {
  .filter-wrap {
    left: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .filter-wrap {
    left: 40%;
  }
}
@media screen and (max-width: 991px) {
  .filter-wrap {
    transform: translateX(600px);
    overflow-y: auto;
    background: #fff;
    bottom: 0;
    display: block;
    padding: 15px;
    position: fixed;
    right: 0;
    top: 0;
    transition: transform 0.75s ease-in-out;
  }
  .filter-wrap.active {
    transform: translateX(0);
  }
  .active-filter #filter__overlay {
    visibility: visible;
    opacity: 0.6;
    transition: visibility 0s, opacity 0.75s ease-in-out;
  }
  #filter__overlay {
    background-color: rgb(0, 0, 0);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.75s, 0s;
    transition-timing-function: ease-in-out, linear;
    transition-delay: 0s, 0.75s;
  }
  .active-filter {
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) {
  #toggle-mobile-filter {
    display: none;
  }
  .filter-header {
    display: none;
  }
}
.gallery .gallery__main {
  padding-left: 0;
}

.gallery .thumbnail__button {
  color: deeppink;
}

.single-product__price .price {
  font-family: "Open Sans", sans-serif;
  font-size: 45px;
}

.single-product__price .price__old,
.single-product__price .price__old .price {
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
}

.single-product__price .price__excl-vat,
.single-product__price .price__excl-vat .price {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}

.stock-status {
  color: #7d7d7d;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.stock-status:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 5px;
}
.stock-status.in-stock {
  color: #59c23a;
}
.stock-status.in-stock:before {
  content: "\f00c";
}
.stock-status.out-of-stock:before {
  content: "\f00d";
}

.single-product__add-to-cart {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}

.add-to-cart__button > .button, .add-to-cart__button > .action.send.primary {
  background: #ea532e;
  color: #fff;
}
.add-to-cart__button > .button:hover, .add-to-cart__button > .action.send.primary:hover {
  background: #832227;
  color: #fff;
}

.add-to-cart__input {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
  width: 80px;
}

.border-bottom {
  border-bottom: 1px solid #A7918B;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.add-to-cart__button > .button, .add-to-cart__button > .action.send.primary {
  font-size: 17px;
}

.single-product__compare {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .single-product__wrap {
    display: flex;
    justify-content: space-between;
  }
  .single-product__stock-status {
    text-align: right;
  }
}
.product-options__item,
.swatch-opt .swatch-attribute {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  width: 100%;
}

.swatch-opt .swatch-input.super-attribute-select {
  display: none;
}

.single-product__options .swatch-opt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.single-product__options .swatch-attribute {
  margin-bottom: 2%;
  width: 48%;
}
.single-product__options .swatch-attribute .super-attribute-select {
  display: none;
}
.single-product__options .swatch-attribute-label {
  color: #4d4d4d;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 2px;
}
.single-product__options .swatch-select {
  background: #f5f7fa;
  border-color: #A7918B;
  color: #7d7d7d;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}
.single-product__options .swatch-attribute-options {
  display: flex;
}
.single-product__options .swatch-option {
  border: 1px solid #7d7d7d;
  height: 41px;
  margin-right: 5px;
  width: 41px;
}
.single-product__options .swatch-option.selected {
  outline: 1px solid #000;
}
.single-product__options .swatch-attribute-selected-option {
  display: none;
}

@media screen and (min-width: 480px) {
  .product-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-options__item,
  .swatch-opt .swatch-attribute {
    justify-content: flex-end;
    margin-bottom: 2%;
    width: 48.5%;
  }
  .product-options__item div.mage-error {
    position: absolute;
  }
}
.single-product__tier-prices h4 {
  color: deeppink;
}

.tier-prices__rows {
  width: 100%;
}

.tier-prices__heading,
.tier-prices__item {
  color: deeppink;
  text-align: right;
}
.tier-prices__heading:first-child,
.tier-prices__item:first-child {
  text-align: left;
}

.tier-prices__heading {
  font-weight: 600;
}

.tier-prices__item:last-child {
  color: #832227;
  font-weight: 600;
}

.single-product__tabs {
  color: #4d4d4d;
}

.tab-title {
  border: 1px solid #A7918B;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.tab-title.active {
  border-bottom: 1px solid #fff;
  position: relative;
}

.tab-title a {
  background: #f5f7fa;
  color: #4d4d4d;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 10px;
  text-decoration: none;
}
.tab-title a:focus {
  outline: none;
}
.tab-title a.active {
  background: #fff;
  color: #4d4d4d;
}

.tab-title.active > a {
  background: #fff;
  color: #4d4d4d;
}

.single-product__tabs .content {
  background: #fff;
  border: 1px solid #A7918B;
  display: block;
  padding: 10px;
}

.single-product__specs th {
  padding-right: 10px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .tab-title {
    position: relative;
  }
  .tab-title:after {
    color: #4d4d4d;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .tab-title.active:after {
    content: "\f077";
  }
  .tab-title:not(:first-child) > a {
    margin-top: -1px;
  }
}
@media screen and (min-width: 768px) {
  .single-product__tabs {
    width: 100%;
  }
  .single-product__tabs:after {
    clear: both;
    content: "";
    display: block;
  }
  .tab-title {
    display: inline-block;
    float: left;
    width: auto;
  }
  .tab-title:not(:first-child) {
    margin-left: -1px;
  }
  .tab-title.active {
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .tab-title a {
    padding: 20px 30px;
  }
  .single-product__tabs .content {
    float: right;
    margin: 57px 0 0 -100%;
    padding: 30px;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .single-product__tabs {
    width: 75%;
  }
}
.single-product__reviews {
  margin: 15px 0;
}

.review__stars {
  background-image: url(../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/images/stars-yellow.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 105px;
}

.review__active-stars {
  background-image: url(../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/images/stars-yellow.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  display: block;
  height: 19px;
}

.review__stars-category,
.review__stars-category--active {
  background-image: url(../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/images/stars-yellow.png);
}

.review-form .review__stars {
  background-position: 0 100%;
}

.review__count {
  color: #a0aab6;
  font-size: 14px;
  vertical-align: middle;
}

.review__link {
  color: #ea532e;
  display: inline-block;
  vertical-align: middle;
}

body:not(.catalog-product-view) .single-product__reviews {
  margin-bottom: 75px;
}

.review-items {
  color: #4d4d4d;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  list-style: none;
  width: 100%;
}

.review-items > .review-item {
  margin-left: 0;
}

.review-item {
  border: 1px solid #7d7d7d;
  margin-bottom: 2%;
  padding: 15px 15px 44px;
  position: relative;
  width: 100%;
}

.review-item > .review-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.review-ratings {
  margin-bottom: 20px;
}

.review-ratings > .rating-summary {
  align-items: center;
  display: flex;
}
.review-ratings > .rating-summary:not(:last-child) {
  margin-bottom: 8px;
}
.review-ratings > .rating-summary .label {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
  width: 90px;
}

p.review-author {
  margin: 10px 0 0;
}
p.review-author:not(:last-child) {
  margin-bottom: 0;
}

.review-date {
  bottom: 15px;
  line-height: 1;
  position: absolute;
  right: 15px;
}

.review-fieldset > .legend > span {
  margin-right: 10px;
}

.review-field-ratings > legend.label {
  font-weight: 700;
}
.review-field-ratings > legend.label + br {
  display: none;
}

.review-field-ratings .nested {
  display: table;
}

.review-field-ratings .review-field-rating {
  display: table-row;
  margin: 0;
}
.review-field-ratings .review-field-rating:not(:last-child) > .label {
  padding-bottom: 8px;
}

.review-control-vote {
  display: table-cell;
  letter-spacing: 3px;
  line-height: 1;
  position: relative;
  vertical-align: top;
}
.review-control-vote:before {
  color: #A7918B;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  speak: none;
  z-index: 1;
}

.review-control-vote > label {
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 5;
}
.review-control-vote > label:before {
  color: #ea532e;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  opacity: 0;
}
.review-control-vote > label.rating-1 {
  z-index: 6;
}
.review-control-vote > label.rating-1:before {
  content: "\f005";
}
.review-control-vote > label.rating-2 {
  z-index: 5;
}
.review-control-vote > label.rating-2:before {
  content: "\f005\f005";
}
.review-control-vote > label.rating-3 {
  z-index: 4;
}
.review-control-vote > label.rating-3:before {
  content: "\f005\f005\f005";
}
.review-control-vote > label.rating-4 {
  z-index: 3;
}
.review-control-vote > label.rating-4:before {
  content: "\f005\f005\f005\f005";
}
.review-control-vote > label.rating-5 {
  z-index: 2;
}
.review-control-vote > label.rating-5:before {
  content: "\f005\f005\f005\f005\f005";
}

.review-control-vote > input[type=radio]:hover + label:before,
.review-control-vote > input[type=radio]:checked + label:before {
  opacity: 1;
}

.review-control-vote > input[type=radio],
.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-field-rating > .label {
  display: table-cell;
  padding-right: 30px;
}

.customer-review.view .product-details {
  margin-bottom: 20px;
}

.customer-review-rating {
  margin-bottom: 20px;
}

.customer-review-rating .rating-summary:not(:last-child) {
  margin-bottom: 8px;
}

.rating-summary .rating-label {
  display: inline-block;
  font-size: 14px;
  width: 90px;
}

.customer-review.view .review-title {
  font-weight: 700;
}

.customer-review.view .review-date {
  bottom: unset;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 5px;
  position: relative;
  right: unset;
}

.block-reviews-dashboard .items > .item:not(:last-child) {
  margin-bottom: 8px;
}

.block-reviews-dashboard .rating-summary {
  align-items: center;
  display: flex;
}

.block-reviews-dashboard .product-name > a {
  color: #4d4d4d;
  text-decoration: none;
}

.block-reviews-dashboard .label {
  line-height: 1;
  margin: 0 15px 0 0;
}

.table-reviews {
  width: 100%;
}

.table-reviews th,
.table-reviews td {
  color: #4d4d4d;
  text-align: left;
  vertical-align: top;
}

.table-reviews td:not(:last-child) {
  padding-right: 20px;
}

.table-reviews .product-name > a {
  color: #4d4d4d;
  text-decoration: none;
}

/* Responsive
================================================== */
@media screen and (min-width: 768px) {
  .review-item {
    width: 49%;
  }
  .review-item:nth-child(2n+2) {
    margin-left: 2%;
  }
  .single-product__reviews {
    margin: 0 0 15px;
  }
  .customer-review.view .product-details {
    display: flex;
    justify-content: space-between;
  }
  .customer-review.view .product-media,
  .customer-review.view .product-info {
    width: 48.5%;
  }
  .customer-review.view .product-media .product__image {
    margin: 0;
  }
}
.single-product__bundle {
  margin-top: 40px;
}
.single-product__bundle:last-child {
  margin-bottom: 40px;
}

.bundle__options {
  width: 100%;
}

.bundle__options > .field:not(:last-child) {
  border-bottom: 1px solid #A7918B;
  padding-bottom: 20px;
}

.bundle__options .field.choice:not(.review-field-rating) {
  align-items: flex-start;
}
.bundle__options .field.choice:not(.review-field-rating) .option {
  margin: 4px 5px 0 0;
}

.bundle__options .field.required > .label > span:after {
  color: #832227;
  content: " *";
}

.bundle__options .price-notice {
  display: block;
}
.bundle__options .price-notice:not(:last-child) {
  margin-bottom: 10px;
}

.bundle__options .price {
  font-size: 16px;
}

.bundle__options .input-select.option:not(:last-child) {
  margin-bottom: 10px;
}

p.required {
  color: #832227;
  font-size: 14px;
  margin-top: 20px;
}

.bundle-summary .related__title {
  margin-top: 40px;
}

.bundle-summary .label {
  margin-bottom: 0;
}

#bundle-summary > ul {
  list-style: none;
}
#bundle-summary > ul > li {
  margin-left: 0;
}
#bundle-summary > ul > li:not(:last-child) {
  margin-bottom: 10px;
}

.bundle-info .price-box {
  margin-top: 10px;
  width: 100%;
}

.cart-form__item-options .price {
  color: #4d4d4d;
  font-size: 16px;
}

.minicart-items .price {
  color: #4d4d4d;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .bundle-columns__item {
    width: 100%;
  }
  .bundle-columns__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .bundle-columns {
    display: flex;
    justify-content: space-between;
  }
  .bundle-columns__item {
    width: 40%;
  }
}
.table.grouped {
  border-collapse: collapse;
  width: 100%;
}
.table.grouped tbody tr {
  border-top: 1px solid #A7918B;
}
.table.grouped .col {
  padding: 10px 0;
  text-align: left;
  vertical-align: top;
}
.table.grouped .col.qty {
  padding-left: 15px;
  width: 95px;
}
.table.grouped .price {
  color: #4d4d4d;
  font-size: 16px;
}

.page-product-grouped .add-to-cart__input {
  display: none;
}

.login-container__login {
  margin-bottom: 40px;
  width: 100%;
}

.login-container__register {
  width: 100%;
}

.form.password.reset > .fieldset {
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .login-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .login-container__login {
    margin-bottom: 0;
    width: 48.5%;
  }
  .login-container__register {
    width: 48.5%;
  }
  .form.password.forget,
  .form.password.reset {
    width: 48.5%;
  }
}
.password-strength-meter {
  font-size: 14px;
  margin-top: 5px;
}

@media screen and (min-width: 992px) {
  .form-create-account {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .form-create-account {
    width: 50%;
  }
}
.account-nav {
  background: #f5f7fa;
  font-size: 15px;
  font-weight: 400;
  padding: 20px;
}

.account-nav .items {
  line-height: 1.8;
  list-style: none;
}

.account-nav .items > .item {
  margin-left: 0;
}

.account-nav .item.current {
  position: relative;
}
.account-nav .item.current:before {
  background: #5b000b;
  bottom: 0;
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 5px;
}

.account-nav a {
  color: #4d4d4d;
  text-decoration: none;
}
.account-nav a:hover {
  text-decoration: underline;
}

.delimiter {
  background: #A7918B;
  display: block;
  height: 1px;
  margin: 6px 0;
  width: 100%;
}

.usp__items {
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  justify-content: center;
  list-style: none;
}

.usp__item i {
  color: #d72326;
  margin-right: 5px;
}

.usp__item strong {
  color: #A7918B;
}

@media screen and (min-width: 768px) {
  .usp__items {
    justify-content: space-between;
  }
}
.minicart {
  position: relative;
}

.minicart__link {
  color: #7d7d7d;
  display: inline-block;
  font-size: 30px;
  position: relative;
  text-decoration: none;
}

.minicart__counter {
  align-items: center;
  background: #ea532e;
  border-radius: 10px;
  color: #fff;
  display: flex;
  font-size: 12px;
  justify-content: center;
  line-height: 1;
  padding: 2px 5px;
  position: absolute;
  right: 0;
  top: 6px;
}

.minicart__counter--empty {
  display: none;
}

.minicart__dropdown {
  background: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  width: 290px;
  z-index: 5;
}

.minicart.active .minicart__dropdown {
  box-shadow: 2px 2px 5px #A7918B;
  padding: 10px;
}

.minicart__dropdown-title {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}

.minicart__close {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

.minicart__items-wrapper {
  max-height: 215px;
  overflow-x: auto;
}

.minicart__item {
  border-bottom: 1px solid #f5f7fa;
  display: flex;
  padding: 10px 0;
}
.minicart__item:first-child {
  border-top: 1px solid #f5f7fa;
}

.minicart__item-qty {
  font-size: 14px;
  padding: 2px 5px 0 0;
}
.minicart__item-qty:after {
  content: "x";
}

.minicart__item-title {
  color: #ea532e;
  flex-grow: 1;
}
.minicart__item-title a {
  color: #ea532e;
  text-decoration: none;
}
.minicart__item-title a:hover {
  text-decoration: underline;
}

.minicart__item-price {
  padding-left: 15px;
}
.minicart__item-price .price {
  color: #4d4d4d;
  font-size: 16px;
}

.minicart .subtotal {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
}
.minicart .subtotal .label {
  margin-bottom: 0;
}
.minicart .subtotal .price {
  color: #4d4d4d;
  font-size: 16px;
  padding-left: 15px;
}

.minicart__actions {
  text-align: center;
}

#top-cart-btn-checkout {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .minicart__link {
    padding: 0;
  }
  .minicart__dropdown {
    width: 390px;
  }
}
.search-form {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  flex-grow: 1;
  grid-area: mb;
  padding: 10px 0;
  position: relative;
  width: 100%;
}

.search-form__wrap {
  display: flex;
}

.search-form__input-wrap {
  flex-grow: 1;
}

.search-form__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border-color: #A7918B;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1;
  padding: 10px;
  width: 100%;
}
.search-form__input:focus {
  outline: 0;
}

.search-form__button {
  background: #fff;
  border-color: #A7918B;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  color: #A7918B;
  cursor: pointer;
  padding: 0 10px;
}

.search-autocomplete {
  background: #fff;
  box-shadow: 2px 2px 5px #A7918B;
  color: #4d4d4d;
  display: none;
  padding: 10px;
  position: absolute;
  width: 100% !important;
  z-index: 10;
}

.search-autocomplete > ul {
  list-style: none;
}

.search-autocomplete > ul > li {
  display: flex;
  justify-content: space-between;
}
.search-autocomplete > ul > li:hover {
  color: #ea532e;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .search-form {
    grid-area: unset;
    max-width: 300px;
    padding: 0;
  }
  .search-form__input {
    background: #f5f7fa;
    border-color: #A7918B;
    color: #4d4d4d;
  }
  .search-form__button {
    background: #f5f7fa;
    border-color: #A7918B;
    color: #A7918B;
  }
}
@media screen and (min-width: 992px) {
  .search-form {
    max-width: 550px;
  }
}
.breadcrumbs__items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.breadcrumbs__item {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumbs__item:not(:last-child) {
  margin-right: 10px;
  padding-right: 19px;
  position: relative;
}
.breadcrumbs__item:not(:last-child):after {
  color: #A7918B;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 2px;
}

.breadcrumbs__link {
  color: #4d4d4d;
  text-decoration: none;
}

.logo {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  align-items: center;
  align-self: center;
  display: flex;
  grid-area: mm;
  justify-content: center;
  justify-self: center;
  padding: 10px 0;
}

.logo__link {
  display: block;
  text-decoration: none;
}

.logo__image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.footer-logos > .logo {
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .logo {
    grid-area: unset;
    padding: 0;
    width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .logo {
    justify-content: flex-start;
  }
}
.button, .action.send.primary,
.action.back,
.payment-method-content .action.primary,
button.captcha-reload,
.review-form-actions .action.submit.primary,
.form.password.forget .action.submit.primary {
  background: #ea532e;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 11px 15px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  vertical-align: top;
}
.button:hover, .action.send.primary:hover,
.action.back:hover,
.payment-method-content .action.primary:hover,
button.captcha-reload:hover,
.review-form-actions .action.submit.primary:hover,
.form.password.forget .action.submit.primary:hover {
  background: #832227;
  color: #fff;
}
.button > i, .action.send.primary > i,
.action.back > i,
.payment-method-content .action.primary > i,
button.captcha-reload > i,
.review-form-actions .action.submit.primary > i,
.form.password.forget .action.submit.primary > i {
  margin-right: 7px;
}
.button:not(:last-child), .action.send.primary:not(:last-child),
.action.back:not(:last-child),
.payment-method-content .action.primary:not(:last-child),
button.captcha-reload:not(:last-child),
.review-form-actions .action.submit.primary:not(:last-child),
.form.password.forget .action.submit.primary:not(:last-child) {
  margin-right: 5px;
}

.button--primary, .action.send.primary,
.payment-method-content .action.primary,
.review-form-actions .action.submit.primary,
.form.password.forget .action.submit.primary {
  background: #832227;
  color: #fff;
}
.button--primary:hover, .action.send.primary:hover,
.payment-method-content .action.primary:hover,
.review-form-actions .action.submit.primary:hover,
.form.password.forget .action.submit.primary:hover {
  background: #ea532e;
  color: #fff;
}

.button--text,
.action.back,
button.captcha-reload {
  background: transparent;
  color: #4d4d4d;
  font-weight: 400;
}
.button--text:first-child,
.action.back:first-child,
button.captcha-reload:first-child {
  padding-left: 0;
}
.button--text:hover,
.action.back:hover,
button.captcha-reload:hover {
  background: transparent;
  color: #ea532e;
  text-decoration: underline;
}

.button--small {
  font-size: 14px;
}

.action.send.primary {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .button, .action.send.primary {
    font-size: 17px;
  }
  .button--small {
    font-size: 14px;
  }
}
fieldset,
.fieldset {
  border: none;
}

.field:not(:last-child) {
  margin-bottom: 20px;
}

.field.choice:not(.review-field-rating) {
  align-items: center;
  display: flex;
}

.label,
.swatch-attribute-label {
  color: #4d4d4d;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 7px;
}

.field.choice > .label {
  margin-bottom: 0;
}

.checkbox {
  margin-right: 7px;
}

.input-field:not(.control),
.input-text {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f5f7fa;
  border: 1px solid #A7918B;
  border-radius: 0;
  color: #7d7d7d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 10px;
  transition: border 0.3s;
  width: 100%;
}
.input-field:not(.control)[type=number],
.input-text[type=number] {
  max-width: 80px;
}
.input-field:not(.control):focus,
.input-text:focus {
  border-color: #ea532e;
  outline: 0;
}
.input-field:not(.control):disabled,
.input-text:disabled {
  color: #A7918B;
}

.input-select__wrap {
  position: relative;
}
.input-select__wrap:after {
  color: #4d4d4d;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 13px;
}

.input-select,
#country,
select[name=country_id],
select[name=region_id],
.input-select__wrap > .product-custom-option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f5f7fa;
  border: 1px solid #A7918B;
  border-radius: 0;
  color: #7d7d7d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 10px 27px 10px 10px;
  width: 100%;
}
.input-select:focus,
#country:focus,
select[name=country_id]:focus,
select[name=region_id]:focus,
.input-select__wrap > .product-custom-option:focus {
  outline: 0;
}
.input-select:disabled,
#country:disabled,
select[name=country_id]:disabled,
select[name=region_id]:disabled,
.input-select__wrap > .product-custom-option:disabled {
  color: #A7918B;
}
.input-select::-ms-expand,
#country::-ms-expand,
select[name=country_id]::-ms-expand,
select[name=region_id]::-ms-expand,
.input-select__wrap > .product-custom-option::-ms-expand {
  display: none;
}

.input-select.mage-error {
  font-size: 16px;
  margin-top: 0;
}

.input-radio__wrap {
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  position: relative;
  width: 10px;
}

.input-radio--custom {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #4d4d4d;
  height: 10px;
  left: 1px;
  position: absolute;
  top: 0;
  width: 10px;
}

.input-radio {
  cursor: pointer;
  left: 1px;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.input-radio:checked ~ .input-radio--custom {
  background: #ea532e;
}

textarea {
  background: #f5f7fa;
  border: 1px solid #A7918B;
  border-radius: 0;
  color: #7d7d7d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  resize: vertical;
  transition: border 0.3s;
  width: 100%;
}
textarea:focus {
  border-color: #ea532e;
  outline: 0;
}

.note {
  display: block;
}
.note:not(:first-child) {
  margin-top: 5px;
}
.note:not(:last-child) {
  margin-bottom: 20px;
}

.field .note {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
}

.field.captcha {
  margin-top: 10px;
}

.captcha-image > img {
  display: inline-block;
  vertical-align: middle;
}

.field.captcha button.captcha-reload {
  vertical-align: middle;
}

._with-tooltip {
  position: relative;
}
._with-tooltip .input-text {
  padding-right: 40px;
}

.field-tooltip-action {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 7px;
}
.field-tooltip-action:before {
  color: #ea532e;
  content: "\f05a";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  font-weight: 900;
  pointer-events: none;
}
.field-tooltip-action:focus {
  outline: none;
}

.field-tooltip-content {
  display: none;
}

.field-tooltip._active .field-tooltip-content {
  background: #ea532e;
  border: 1px solid #ea532e;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 45px;
  z-index: 1;
}
.field-tooltip._active .field-tooltip-content:before, .field-tooltip._active .field-tooltip-content:after {
  border-style: solid;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.field-tooltip._active .field-tooltip-content:before {
  border-color: transparent transparent #ea532e;
  border-width: 0 8px 10px 8px;
  right: 11px;
  top: -10px;
}
.field-tooltip._active .field-tooltip-content:after {
  border-color: transparent transparent #ea532e;
  border-width: 0 9px 11px 9px;
  right: 10px;
  top: -11px;
  z-index: -1;
}

.single-product__usp ul {
  list-style: none;
}

.single-product__usp ul > li {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-left: 26px;
  position: relative;
}
.single-product__usp ul > li:before {
  color: #832227;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  left: -25px;
  position: absolute;
}

.single-product__content-block {
  width: 100%;
}

.content-block__content {
  background: #f5f7fa;
  margin-top: 15px;
  padding: 30px 20px;
}

.content-block__title {
  color: #ea3f1d;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .single-product__content-block {
    width: 23.5%;
  }
  .content-block__content {
    margin-top: 58px;
  }
}
.cms-index-index .page.messages > div.messages:not(:empty),
.checkout-cart-index .page.messages > div.messages:not(:empty),
.checkout-cart-index .page.messages > div > div.messages:not(:empty),
.checkout_index_index .page.messages > div.messages:not(:empty),
.account .page.messages > div.messages:not(:empty),
.account .page.messages > div > div.messages:not(:empty),
.contact-index-index .page.messages > div > div.messages:not(:empty) {
  margin-top: 20px;
}

.message {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
  padding: 10px 10px 10px 35px;
  position: relative;
}
.message:before {
  content: "";
  left: 10px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.message:last-child {
  margin-bottom: 40px;
}

.message a {
  color: #fff;
}

.message-success {
  background: #59c23a;
  border: 1px solid #59c23a;
}
.message-success:before {
  content: "\f00c";
}

.message-error {
  background: #832227;
  border: 1px solid #832227;
}
.message-error:before {
  content: "\f00d";
}

.message-info,
.message.info,
.message-notice {
  background: #1979c3;
  border: 1px solid #1979c3;
}
.message-info:before,
.message.info:before,
.message-notice:before {
  content: "\f05a";
}

.message-warning {
  background: #ea532e;
  border: 1px solid #ea532e;
}
.message-warning:before {
  content: "\f071";
}

.mage-error {
  color: #832227;
  font-size: 14px;
  margin-top: 5px;
}

.message.global.cookie {
  background-color: #f5f7fa;
  border-top: 5px solid #ea532e;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 15px 2.5%;
  position: fixed;
  right: 0;
  z-index: 10;
}

.message.global.cookie > .container {
  align-items: top;
  display: flex;
  justify-content: space-between;
}

.message.global.cookie p {
  color: #4d4d4d;
}

.message.global.cookie a {
  color: #ea532e;
}

.modal-popup {
  background-color: #f5f7fa;
  box-shadow: 2px 2px 5px #A7918B;
  display: initial;
  left: 50%;
  max-height: 60vh;
  opacity: 0;
  overflow-y: auto;
  padding: 15px;
  position: fixed;
  top: 20%;
  transform: translateX(-50%);
  visibility: hidden;
  z-index: 25 !important;
}
.modal-popup._show {
  display: initial;
  opacity: 1;
  visibility: visible;
}
.modal-popup a {
  color: #ea532e;
}
.modal-popup .modal-footer {
  display: flex;
  margin-top: 10px;
}

.modal-content:not(:last-child) {
  margin-bottom: 20px;
}

.modal-popup._show + .modals-overlay {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  content: "";
  cursor: pointer;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 24 !important;
}

div[data-content-type=row] {
  padding: 20px 0;
}

style + div[data-content-type=row] {
  padding-top: 0;
}

div[data-content-type=row]:last-child {
  padding-bottom: 0;
}

.pagebuilder-column:not(:last-child) {
  margin-right: 2%;
}

.pagebuilder-mobile-only {
  display: none;
}

.pagebuilder-mobile-hidden {
  display: block;
}

/* Begin Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 !important;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

[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] .slick-slide {
  padding: 0 10px;
}
[data-content-type=products][data-appearance=carousel] .slick-next,
[data-content-type=products][data-appearance=carousel] .slick-prev {
  background: none;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  border: none;
  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;
}
[data-content-type=products][data-appearance=carousel] .slick-next:before,
[data-content-type=products][data-appearance=carousel] .slick-prev:before {
  align-items: center;
  color: #ea532e;
  display: flex;
  font-family: "Font Awesome 5 Pro";
  font-size: 38px;
  font-weight: 900;
  justify-content: center;
}
[data-content-type=products][data-appearance=carousel] .slick-next {
  right: -35px;
}
[data-content-type=products][data-appearance=carousel] .slick-next:before {
  content: "\f054";
}
[data-content-type=products][data-appearance=carousel] .slick-prev {
  left: -35px;
}
[data-content-type=products][data-appearance=carousel] .slick-prev:before {
  content: "\f053";
}
[data-content-type=products][data-appearance=carousel] .slick-dots {
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
[data-content-type=products][data-appearance=carousel] .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
[data-content-type=products][data-appearance=carousel] .slick-dots li button {
  background: #fff;
  border: 1px solid deeppink;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: 0.3s;
  width: 14px;
}
[data-content-type=products][data-appearance=carousel] .slick-dots li button:hover {
  border: 1px solid 3px;
}
[data-content-type=products][data-appearance=carousel] .slick-dots li button:active, [data-content-type=products][data-appearance=carousel] .slick-dots li button:focus, [data-content-type=products][data-appearance=carousel] .slick-dots li button:not(.primary) {
  box-shadow: none;
}
[data-content-type=products][data-appearance=carousel] .slick-dots li.slick-active button {
  background: #ea532e;
}
[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: 0.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=products][data-appearance=carousel] li.product-item .product {
  width: 100%;
}
[data-content-type=products][data-appearance=carousel] li.product-item .product .product__image {
  aspect-ratio: 7/4;
}
[data-content-type=products][data-appearance=carousel] li.product-item .product .product__title {
  min-height: 3.75em;
}
[data-content-type=products][data-appearance=carousel] .product-items.slick-slider .slick-slide li.product-item {
  max-width: 305px;
  width: 100%;
}

/* End Slick Slider */
@media screen and (max-width: 767px) {
  .pagebuilder-column-group {
    flex-direction: column;
  }
  #html-body .pagebuilder-column-group .pagebuilder-column {
    width: 100%;
  }
  .pagebuilder-mobile-only {
    display: block;
  }
  .pagebuilder-mobile-hidden {
    display: none;
  }
  .slick-next,
  .slick-prev {
    display: none !important;
  }
}
.container {
  display: block;
  margin: 0 auto;
  width: 95%;
}

.content__columns {
  padding: 20px 0 40px;
}

.catalog-category-view .content__columns,
.cms-page-view .content__columns {
  padding-top: 0;
}

.catalog-product-view .content__columns {
  padding: 0;
}

.content__main:after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
  .content__columns {
    display: flex;
    justify-content: space-between;
  }
  .content__main {
    order: 2;
    width: 73.5%;
  }
  .content__main:only-child {
    width: 100%;
  }
  .content__sidebar {
    order: 1;
    width: 23.5%;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    width: 1280px;
  }
}
.header-top {
  background: #ea532e;
  color: #fff;
  padding: 6px 0;
}

.header-top__container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.header-top__link {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.header-top__link:not(:last-child) {
  margin-right: 50px;
}

.header-top__icon {
  margin-right: 8px;
}

.header-main {
  background: #fff;
}

.header-main__container {
  display: grid;
  grid-template-areas: "sl ml mm mr sr" "sl mb mb mb sr";
  grid-template-columns: 1fr 100px calc(95% - 200px) 100px 1fr;
}

.row-background {
  background: #f5f7fa;
  grid-column: 1/-1;
  grid-row: 2;
}

.header-main__toolbar {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  align-items: center;
  display: flex;
  grid-area: mr;
  justify-content: flex-end;
}

.my-account__link {
  color: #7d7d7d;
  display: block;
  padding: 10px;
  text-decoration: none;
}

.my-account__icon {
  font-size: 22px;
  margin-right: 5px;
  vertical-align: middle;
}

.my-account__label {
  display: none;
}

.compare__link {
  color: deeppink;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  text-decoration: none;
}

.compare__link--hidden {
  display: none;
}

.compare__icon {
  font-size: 30px;
  vertical-align: middle;
}

.compare__counter {
  align-items: center;
  background: #832227;
  border-radius: 10px;
  color: #fff;
  display: flex;
  font-size: 12px;
  justify-content: center;
  line-height: 1;
  padding: 2px 5px;
  position: absolute;
  right: -6px;
  top: 0px;
}

.header-nav {
  display: none;
}

.header-usp {
  background: #fff;
  color: #A7918B;
  padding: 15px 0;
}

.header-breadcrumbs {
  padding: 22px 0;
}

@media screen and (min-width: 768px) {
  .header-top__container {
    justify-content: flex-end;
  }
  .header-main {
    padding: 10px 0;
  }
  .header-main__container {
    align-items: center;
    display: flex;
    grid-template-areas: unset;
    grid-template-columns: unset;
    justify-content: space-between;
    margin: 0 auto;
    width: 750px;
  }
  .compare__link {
    margin-right: 25px;
  }
  .row-background {
    display: none;
  }
  .header-main__toolbar {
    grid-area: unset;
    width: 26%;
  }
  .my-account__link {
    margin-right: 25px;
    padding: 0;
  }
  .header-usp {
    background: #f5f7fa;
  }
}
@media screen and (min-width: 992px) {
  .header-main__container {
    width: 970px;
  }
  .header-main__toolbar {
    width: 25%;
  }
  .header-nav {
    background: linear-gradient(to right, #0e0000 0%, #5b000b 33%, #5b000b 67%, #67000c 100%);
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .header-main__container {
    width: 1170px;
  }
  .my-account__label {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1400px) {
  .header-main__container {
    width: 1280px;
  }
}
#nav__toggle {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  align-self: center;
  color: #ea532e;
  display: inline-block;
  font-size: 35px;
  grid-area: ml;
}

#mm-nav {
  --mm-color-background: $neutral-color-lightest;
  --mm-color-text: $text-color;
}

.mm-navbar {
  background: #ea532e;
}
.mm-navbar:hover {
  color: #fff;
}

.mm-panels {
  background: #f5f7fa;
}

.mm-btn.mm-navbar__btn:before {
  border-color: #fff;
}

#mm-nav .mm-navbar > .mm-navbar__title {
  color: #fff;
}

.mm-listitem {
  background: #f5f7fa;
  color: #4d4d4d;
}
.mm-listitem:after {
  left: 0;
}
.mm-listitem > a {
  color: #4d4d4d;
}

.mm-btn > i {
  display: none;
}

.mm-btn:after,
.mm-btn:before {
  border-color: #ea532e;
}

@media screen and (min-width: 992px) {
  #nav__toggle {
    display: none;
  }
  .nav__items {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1;
    list-style: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .nav__item {
    background: transparent;
    position: relative;
    transition: background 0.3s;
  }
  .nav__item:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .nav__item:hover > .nav__link {
    color: #fff;
  }
  .nav__item:not(:last-child) {
    margin-right: 1px;
  }
  .nav__item:not(:last-child):after {
    background: #A7918B;
    bottom: 5px;
    content: "";
    position: absolute;
    right: -1px;
    top: 5px;
    width: 1px;
  }
  .nav__item--current {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
  }
  .nav__link.nav__item--current {
    color: #fff;
  }
  .nav__link {
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 15px 25px;
    text-decoration: none;
  }
  .nav__link > i {
    font-size: 14px;
  }
  .nav__item:not(:first-child) > .nav__link > i {
    margin-left: 8px;
  }
  .nav__link-toggle--active {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
  }
  .nav__submenu {
    background: #fff;
    border-top: 1px solid #fff;
    display: none;
    left: 0;
    line-height: 1.4;
    list-style: none;
    padding: 15px 25px;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    min-width: 100%;
  }
  .nav__submenu--active {
    display: block;
    z-index: 50;
  }
  .nav__submenu-item:not(:last-child) {
    border-bottom: 1px solid #fff;
    margin-bottom: 7px;
    padding-bottom: 7px;
  }
  .nav__submenu-link {
    color: #4d4d4d;
    display: block;
    text-decoration: none;
  }
  .nav__submenu-link:hover {
    text-decoration: underline;
  }
}
.footer-top {
  background: #ea532e;
  color: #fff;
  padding: 30px 0;
}

.footer-top p {
  color: #fff;
}

.footer-logos {
  align-items: center;
  border-bottom: 1px solid #A7918B;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.tp-logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tp-logos img {
  max-height: 30px;
}
.tp-logos img:not(:first-child) {
  margin-left: 15px;
}

.footer-links {
  display: flex;
  flex-direction: column;
}

.footer-links h4 {
  color: #363636;
  font-size: 20px;
  font-weight: 700;
}

.footer-links__social h4 {
  margin-bottom: 5px;
}

.footer-links__content {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  overflow: hidden;
  transition: height 0.3s;
}
.footer-links__content.active {
  display: block;
}

.footer-links__block {
  background: #ea532e;
  border-top: 1px solid rgba(77, 77, 77, 0.168627451);
  margin-top: 20px;
  padding-top: 20px;
}

.footer-links__block .footer-links__title {
  position: relative;
}
.footer-links__block .footer-links__title:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer-links__block .footer-links__content {
  display: none;
}
.footer-links__block .footer-links__content.active {
  display: block;
}

.footer-links__content a {
  color: #fff;
  text-decoration: none;
}
.footer-links__content a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-links__social {
  margin-top: 20px;
  order: 2;
}

.social-links {
  align-items: center;
  display: flex;
}

.social-links > a {
  align-items: center;
  background: #fff;
  color: #ea532e;
  display: flex;
  font-size: 18px;
  height: 35px;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s;
  width: 35px;
}
.social-links > a:not(:last-child) {
  margin-right: 15px;
}
.social-links > a:hover {
  background: #fff;
  color: #832227;
}

.footer-bottom {
  background: #fff;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
  padding: 25px 0;
}

.footer-bottom__logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-bottom__logos > img {
  margin: 0 15px 15px 0;
  max-height: 30px;
}

.footer-bottom ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  justify-content: center;
  list-style: none;
}

.footer-bottom li {
  padding: 0 15px;
  position: relative;
}
.footer-bottom li:not(:last-child):after {
  background: #4d4d4d;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.footer-bottom p {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
}

.footer-bottom a {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .tp-logos img {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .footer-logos {
    flex-direction: row;
  }
  .footer-links {
    display: grid;
    flex-direction: unset;
    grid-column-gap: 2%;
    grid-row-gap: 20px;
    grid-template-areas: "c1r1 c2r1" "c1r2 c2r2" "c1r2 c2r3";
    grid-template-columns: repeat(2, 48.5%);
    grid-template-rows: auto auto 1fr;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .footer-links {
    -ms-grid-rows: auto;
  }
}
@media screen and (min-width: 768px) {
  .footer-links__block {
    background: unset;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-links__block .footer-links__title:after {
    content: "";
  }
}
@media screen and (min-width: 768px) {
  .footer-links__block .footer-links__content {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .footer-links__contact {
    grid-area: c1r1;
  }
}
@media screen and (min-width: 768px) {
  .footer-links__block-1 {
    grid-area: c2r1;
  }
}
@media screen and (min-width: 768px) {
  .footer-links__block-2 {
    grid-area: c1r2;
  }
}
@media screen and (min-width: 768px) {
  .footer-links__social {
    grid-area: c2r2;
  }
}
@media screen and (min-width: 768px) {
  .footer-links__block-3 {
    grid-area: c2r3;
  }
}
@media screen and (min-width: 768px) {
  .footer-links__social {
    margin-top: 0;
    order: unset;
  }
}
@media screen and (min-width: 768px) {
  .social-links {
    align-items: center;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .footer-links__content {
    height: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .footer-links {
    grid-template-areas: "c1 c2 c3 c4r1" "c1 c2 c3 c4r2";
    grid-template-columns: repeat(4, 23.5%);
  }
  .footer-links__contact {
    grid-area: c1;
  }
  .footer-links__block-1 {
    grid-area: c2;
  }
  .footer-links__block-2 {
    grid-area: c3;
  }
  .footer-links__social {
    grid-area: c4r1;
  }
  .footer-links__block-3 {
    grid-area: c4r2;
  }
}
@media screen and (min-width: 1200px) {
  .social-links > a {
    font-size: 22px;
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hide-screen-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hide-screen-tablet {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hide-screen-small {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .hide-screen-medium {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .hide-screen-large {
    display: none;
  }
}
.content__main p > img[style*="float: right"],
.cms-page-view .content__main img[style*="float: right"],
.content__main .category-description img[style*="float: right"] {
  margin: 10px 0 10px 20px;
}

.content__main p > img[style*="float: left"],
.cms-page-view .content__main img[style*="float: left"],
.content__main .category-description img[style*="float: left"] {
  margin: 10px 20px 10px 0;
}

.content__main p a {
  color: #ea532e;
  text-decoration: none;
}
.content__main p a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .content__main p > img[style*="float: right"],
  .cms-page-view .content__main img[style*="float: right"],
  .content__main .category-description img[style*="float: right"],
  .content__main p > img[style*="float: left"],
  .cms-page-view .content__main img[style*="float: left"],
  .content__main .category-description img[style*="float: left"] {
    display: block;
    float: none !important;
    height: auto;
    margin: 0 0 20px;
    max-width: 100%;
  }
}
.category-header {
  font-size: 14px;
  margin-bottom: 25px;
}

.category-description:after {
  clear: both;
  content: "";
  display: block;
}

.product__reviews {
  height: 20px;
  margin-top: 10px;
}

.single-product__media {
  width: 100%;
}

.single-product__info {
  width: 100%;
}

.single-product__secondary {
  margin-top: 40px;
}

.single-product__related {
  margin-top: 40px;
}

.page-product-bundle .bundle.option.product {
  width: auto;
}

@media screen and (min-width: 768px) {
  .single-product__primary {
    display: flex;
    justify-content: space-between;
  }
  .single-product__media {
    width: 48.5%;
  }
  .single-product__info {
    width: 48.5%;
  }
}
@media screen and (min-width: 992px) {
  .single-product__secondary {
    display: flex;
    justify-content: space-between;
  }
}
.cart__products {
  width: 100%;
}

.cart-form {
  border-collapse: collapse;
  margin-top: 12px;
  width: 100%;
}

.cart-form__row {
  border-bottom: 1px solid #A7918B;
}

.cart-form__item {
  padding: 10px;
  vertical-align: top;
}
.cart-form__item:first-child {
  padding: 10px 0;
}
.cart-form__item:last-child {
  padding-right: 0;
}

.cart-form__link {
  color: #ea532e;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.cart-form__item-options {
  color: #4d4d4d;
  font-size: 14px;
}
.cart-form__item-options th {
  padding-right: 10px;
  text-align: left;
}

.cart-price .price {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 700;
}

.cart-form__subtotal .cart-price .price {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 700;
}

.cart-form__item-actions a {
  color: #7d7d7d;
  text-decoration: none;
}
.cart-form__item-actions a:not(:last-child) {
  margin-right: 6px;
}

.cart__actions {
  padding-top: 10px;
}

.cart__actions .button, .cart__actions .action.send.primary {
  margin-left: auto;
}

.cart__summary {
  margin-top: 40px;
  width: 100%;
}

.cart-summary {
  background: #f5f7fa;
  padding: 10px 20px 20px;
}

.summary.title {
  border-bottom: 1px solid #A7918B;
  color: #4d4d4d;
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.data.table.totals {
  border-collapse: collapse;
  color: #4d4d4d;
  margin-bottom: 10px;
  width: 100%;
}

.data.table.totals tr:nth-last-child(2) > * {
  padding-bottom: 10px;
}

.data.table.totals tr:last-child {
  border-top: 1px solid #A7918B;
}
.data.table.totals tr:last-child > * {
  font-size: 20px;
  padding-top: 10px;
}
.data.table.totals tr:last-child strong {
  font-weight: 600;
}
.data.table.totals tr:last-child .price {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 700;
}

.data.table.totals th {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.data.table.totals td {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
.data.table.totals td .price {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
}

.discount-code {
  margin: 30px 0;
}

.discount-code__title {
  border-bottom: 1px solid #A7918B;
  color: #4d4d4d;
  cursor: pointer;
  font-size: 14px;
  padding-bottom: 5px;
  position: relative;
}
.discount-code__title:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.discount-code__title:focus {
  outline: none;
}

.discount-code.active .discount-code__title:after {
  content: "\f077";
}

.fieldset.coupon {
  display: flex;
  margin-top: 10px;
}

.discount-code .input-field,
.discount-code .button,
.discount-code .action.send.primary {
  font-size: 14px;
}

.discount-code .input-field {
  flex-shrink: 1;
  min-width: 0;
}

.button.checkout, .checkout.action.send.primary {
  width: 100%;
}

.cart-summary > .button, .cart-summary > .action.send.primary {
  background: #1979c3;
  color: #fff;
}
.cart-summary > .button:hover, .cart-summary > .action.send.primary:hover {
  background: #18599e;
  color: #fff;
}

.multicheckout {
  color: #4d4d4d;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.multicheckout:hover {
  color: #ea532e;
}

@media screen and (max-width: 767px) {
  .cart-form,
  .cart-form > tbody {
    display: block;
  }
  .cart-form > thead {
    display: none;
  }
  .cart-form__row {
    display: grid;
    grid-template-areas: "cl tr tr tr" "cl bml bmr br";
    grid-template-columns: 80px 1fr 80px 100px;
  }
  .cart-form__item-image {
    display: flex;
    flex-direction: column;
    grid-area: cl;
    justify-content: space-between;
  }
  .cart-form__item-name {
    grid-area: tr;
  }
  .cart-form__item-price {
    grid-area: bml;
    text-align: left;
  }
  .cart-form__item-amount {
    grid-area: bmr;
    padding-top: 20px;
    position: relative;
  }
  .cart-form__item-amount:before {
    content: "Aantal";
    font-size: 14px;
    left: 10px;
    position: absolute;
    top: 0;
  }
  .cart-form__item-subtotal {
    grid-area: br;
  }
  .cart-form__item-subtotal .cart-form__item-actions {
    display: none;
  }
  .cart-form__item-price,
  .cart-form__item-subtotal {
    align-self: end;
  }
  .cart-form__item-price span,
  .cart-form__item-subtotal span {
    display: block;
    line-height: 1;
  }
  .cart-form__item-price .price,
  .cart-form__item-subtotal .price {
    font-size: 16px;
  }
  .cart-form__item cart-form__item-amount {
    align-self: end;
  }
  .cart-form__item-options th,
  .cart-form__item-options td {
    display: block;
  }
  .cart-price .price {
    font-size: 14px;
  }
  .cart-form__subtotal .cart-price .price {
    font-size: 16px;
  }
  .cart-form__row > .banner-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
}

@media screen and (min-width: 992px) {
  .banner-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .banner-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  .banner-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .banner-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .cart-form__item-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 767px) {
  .cart-form__row > .cart-form__item-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .cart-form__item-name {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }
  .cart-form__item-price {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .cart-form__item-amount {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .cart-form__item-subtotal {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
}
@media screen and (min-width: 768px) {
  .cart-form__item-wrap {
    display: flex;
    flex-direction: column;
    height: 100px;
    justify-content: space-between;
  }
  .cart-form__heading {
    color: #4d4d4d;
    padding: 0 20px 10px;
  }
  .cart-form__heading:first-child {
    padding: 0 0 10px;
  }
  .cart-form__heading:last-child {
    padding-right: 0;
  }
  .cart-form__item {
    padding: 20px;
    vertical-align: top;
  }
  .cart-form__item:first-child {
    padding: 20px 0;
  }
  .cart-form__item:last-child {
    padding-right: 0;
  }
  .cart-form__item-image .cart-form__item-actions {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .cart {
    display: flex;
    justify-content: space-between;
  }
  .cart__products {
    width: 73.5%;
  }
  .cart__summary {
    margin-top: 0;
    width: 23.5%;
  }
  .fieldset.coupon {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .fieldset.coupon {
    flex-direction: row;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .discount-code .button, .discount-code .action.send.primary {
    flex-grow: 1;
    min-width: 105px;
  }
}
.account .content__columns {
  display: flex;
  flex-direction: column;
}

.account .content__sidebar {
  margin-bottom: 30px;
  order: 1;
}

.account .content__main {
  order: 2;
}

.block:not(:last-child) {
  margin-bottom: 30px;
}

.block-content {
  border-top: 1px solid #A7918B;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0;
}
.block-content:first-child {
  border-top: none;
}

.box {
  width: 100%;
}
.box:not(:last-child) {
  margin-bottom: 30px;
}

.box-title {
  display: inline-block;
}

.box-content a {
  color: #4d4d4d;
  text-decoration: none;
}
.box-content a:hover {
  text-decoration: underline;
}

.account .table {
  font-size: 14px;
}

.box-actions,
.account .actions-toolbar {
  margin-top: 10px;
}

.block-title .action:not(:first-child) {
  margin-left: 10px;
}

.account .action {
  color: #5b000b;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.account .action:hover {
  text-decoration: underline;
}

.account .actions-toolbar .action {
  color: #4d4d4d;
}

.orders-recent {
  width: 100%;
}

.table-order-items {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

.table-order-items th {
  text-align: left;
}

.table-order-items tr {
  border-bottom: 1px solid #A7918B;
}

.table-order-items th,
.table-order-items td {
  padding: 10px 0;
}

.table-order-items .price {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
}

.table-order-items .action {
  font-size: 14px;
}

.order-details-items.ordered .col.name > span {
  color: #ea532e;
  font-weight: 700;
}

.order-details-items.ordered .col.price,
.order-details-items.ordered .col.subtotal,
.order-details-items.ordered .col.qty,
.order-details-items.ordered tfoot td {
  text-align: right;
}

.order-details-items.ordered th.price {
  font-weight: 700;
}

.block.block-order-details-view {
  margin: 30px 0 0;
}

.account .item-options > dt {
  font-weight: 700;
}

.account .item-options > dd:not(:last-child) {
  margin-bottom: 5px;
}

@media screen and (min-width: 992px) {
  .account .content__columns {
    display: flex;
    flex-direction: row;
  }
  .box {
    margin-bottom: 0;
    width: 48.5%;
  }
  .box:only-child {
    width: 100%;
  }
  .box:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .account .table {
    font-size: 16px;
  }
  .table-order-items .action {
    font-size: 16px;
  }
  .table-order-items .price {
    font-size: 16px;
  }
}
.search.results .block > .title {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
}

.search.results .block a {
  color: #ea532e;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.search.results .block a:hover {
  text-decoration: underline;
}

.box.box-order-shipping-address,
.box.box-order-shipping-method {
  margin-bottom: 20px;
}

.compare-table-wrapper {
  max-width: 100%;
  overflow-x: auto;
}

.action.print {
  color: #ea532e;
}

.compare-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.compare-table__row:not(.compare-table__row--no-border) {
  border-bottom: 1px solid #A7918B;
}

.compare-table th,
.compare-table td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.compare-table th {
  width: 180px;
}

.compare-table td {
  border-left: 1px solid #A7918B;
  width: 300px;
}

.compare-table td.remove {
  padding: 0 10px;
  text-align: right;
}

.compare-table td.remove .action {
  color: #4d4d4d;
  text-decoration: none;
}

.compare-table .product {
  border: none;
  margin: 0;
  width: 100%;
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-alarm-exclamation:before {
  content: "\f843";
}

.fa-alarm-plus:before {
  content: "\f844";
}

.fa-alarm-snooze:before {
  content: "\f845";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-slash:before {
  content: "\f846";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-bags-shopping:before {
  content: "\f847";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-exclamation:before {
  content: "\f848";
}

.fa-bell-plus:before {
  content: "\f849";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bells:before {
  content: "\f77f";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-biking-mountain:before {
  content: "\f84b";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-book-user:before {
  content: "\f7e7";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-bottom:before {
  content: "\f84d";
}

.fa-border-center-h:before {
  content: "\f89c";
}

.fa-border-center-v:before {
  content: "\f89d";
}

.fa-border-inner:before {
  content: "\f84e";
}

.fa-border-left:before {
  content: "\f84f";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-outer:before {
  content: "\f851";
}

.fa-border-right:before {
  content: "\f852";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-border-style-alt:before {
  content: "\f854";
}

.fa-border-top:before {
  content: "\f855";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-bring-forward:before {
  content: "\f856";
}

.fa-bring-front:before {
  content: "\f857";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burger-soda:before {
  content: "\f858";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-building:before {
  content: "\f859";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-bus:before {
  content: "\f85a";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cars:before {
  content: "\f85b";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-chart-scatter:before {
  content: "\f7ee";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coin:before {
  content: "\f85c";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before {
  content: "\f7f4";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-construction:before {
  content: "\f85d";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digging:before {
  content: "\f85e";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-drone:before {
  content: "\f85f";
}

.fa-drone-alt:before {
  content: "\f860";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dryer:before {
  content: "\f861";
}

.fa-dryer-alt:before {
  content: "\f862";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-farm:before {
  content: "\f864";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-search:before {
  content: "\f865";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-folders:before {
  content: "\f660";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-font-case:before {
  content: "\f866";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-game-board:before {
  content: "\f867";
}

.fa-game-board-alt:before {
  content: "\f868";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass:before {
  content: "\f804";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-citrus:before {
  content: "\f869";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-h4:before {
  content: "\f86a";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-chef:before {
  content: "\f86b";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-home-lg:before {
  content: "\f80b";
}

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-horizontal-rule:before {
  content: "\f86c";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-icons-alt:before {
  content: "\f86e";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-kerning:before {
  content: "\f86f";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-line-columns:before {
  content: "\f870";
}

.fa-line-height:before {
  content: "\f871";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-money-check-edit:before {
  content: "\f872";
}

.fa-money-check-edit-alt:before {
  content: "\f873";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug:before {
  content: "\f874";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-mug-tea:before {
  content: "\f875";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-overline:before {
  content: "\f876";
}

.fa-page-break:before {
  content: "\f877";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paragraph-rtl:before {
  content: "\f878";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-laptop:before {
  content: "\f87a";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-send-back:before {
  content: "\f87e";
}

.fa-send-backward:before {
  content: "\f87f";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snooze:before {
  content: "\f880";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-alt:before {
  content: "\f883";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-shapes-down:before {
  content: "\f888";
}

.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

.fa-sort-shapes-up:before {
  content: "\f88a";
}

.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

.fa-sort-size-down:before {
  content: "\f88c";
}

.fa-sort-size-down-alt:before {
  content: "\f88d";
}

.fa-sort-size-up:before {
  content: "\f88e";
}

.fa-sort-size-up-alt:before {
  content: "\f88f";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-stars:before {
  content: "\f762";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunglasses:before {
  content: "\f892";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text:before {
  content: "\f893";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-size:before {
  content: "\f894";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-trash-undo:before {
  content: "\f895";
}

.fa-trash-undo-alt:before {
  content: "\f896";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-washer:before {
  content: "\f898";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-sine:before {
  content: "\f899";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-wave-triangle:before {
  content: "\f89a";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-turbine:before {
  content: "\f89b";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/fa-solid-900.eot");
  src: url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/fa-solid-900.woff2") format("woff2"), url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/fa-solid-900.woff") format("woff"), url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/fa-solid-900.ttf") format("truetype"), url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/fa-brands-400.eot");
  src: url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/fa-brands-400.woff2") format("woff2"), url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/fa-brands-400.woff") format("woff"), url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/fa-brands-400.ttf") format("truetype"), url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/fa-regular-400.eot");
  src: url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/fa-regular-400.woff2") format("woff2"), url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/fa-regular-400.woff") format("woff"), url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/fa-regular-400.ttf") format("truetype"), url("../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/* Search
================================================== */
.block-search {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  flex-grow: 1;
  grid-area: mb;
  margin-bottom: 0 !important;
  padding: 10px 0;
  position: relative;
  width: 100%;
}

.block-search .block-title {
  display: none;
}

.block-search .block-content {
  border-top: none;
  padding: 0;
}

.form.minisearch {
  display: flex;
  width: 100%;
}

.field.search {
  flex-grow: 1;
  margin-bottom: 0;
}

.field.search .label {
  display: none;
}

#search {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border-color: #A7918B;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1;
  padding: 10px;
  width: 100%;
}
#search:focus {
  outline: 0;
}

.action.search {
  background: #fff;
  border-color: #A7918B;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  color: #A7918B;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  height: 100%;
  padding: 0 10px;
}

.autocomplete-list:not(:last-child) {
  margin-bottom: 15px;
}

.autocomplete-list-title {
  font-weight: 700;
  margin-bottom: 5px;
}

.autocomplete-list dd {
  cursor: pointer;
  display: flex;
}
.autocomplete-list dd:hover {
  color: #ea532e;
}
.autocomplete-list dd:not(:last-child) {
  border-bottom: 1px solid #A7918B;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.autocomplete-list dd > *:not(:last-child) {
  margin-right: 20px;
}

.autocomplete-list .product-item {
  flex-grow: 1;
}

.autocomplete-list .product-item > .f-fix {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.autocomplete-list .product-name {
  font-weight: 700;
}

.autocomplete-list .product-secondary {
  line-height: 1;
  text-align: right;
}

.autocomplete-list .price {
  font-size: 20px;
}

.autocomplete-list .price__excl-vat {
  font-size: 14px;
}

/* Filters
================================================== */
.filter-options {
  width: 100%;
}

.filter-options-item.active {
  padding-bottom: 12px;
}

.content .filter-options-content ol {
  list-style: none;
  margin-bottom: 0;
}

.filter-options-content ol > li {
  margin-left: 0;
}

.active .filter__block-title:after {
  content: "\f077";
}

.filter__title:focus,
.filter__title > strong:focus,
.filter__block-title:focus {
  outline: none;
}

.filter-options-content a {
  color: #4d4d4d;
  font-size: 14px;
  text-decoration: none;
}

.filter-options-content input,
.filter-options-content label {
  vertical-align: middle;
}

.filter-options-content input:not([type=text]) {
  margin-right: 3px;
}

.filter-options-content .show-more,
.filter-options-content .show-less {
  display: block;
  font-size: 14px;
  cursor: pointer;
  color: #ea532e;
  margin-top: 5px;
}

.filter-options-content .field.search {
  margin-bottom: 10px;
}

/* Responsive
================================================== */
@media screen and (min-width: 768px) {
  .block-search {
    grid-area: unset;
    max-width: 300px;
    padding: 0;
  }
  #search {
    background: #f5f7fa;
    border-color: #A7918B;
    color: #4d4d4d;
  }
  .action.search {
    background: #f5f7fa;
    border-color: #A7918B;
    color: #A7918B;
  }
}
@media screen and (min-width: 992px) {
  .block-search {
    max-width: 550px;
  }
}
body > aside.amgdprjs-bar-template .modal-popup {
  top: auto;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: #832227;
  z-index: 10000 !important;
}
body .action-close {
  display: none;
}
body .amgdprcookie-bar-container .amgdprcookie-policy {
  color: #fff;
  line-height: 1.5;
  font-size: 17px;
  max-height: unset;
  max-width: unset;
}
body .amgdprcookie-bar-container .amgdprcookie-policy a {
  color: #fff;
}
body .amgdprcookie-buttons-block {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 15px;
}
body .amgdprcookie-button {
  margin: 0 !important;
  cursor: pointer;
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0 !important;
  border: none;
}
body .amgdprcookie-button.-allow {
  background-color: #ea532e !important;
}
body .amgdprcookie-button.-decline {
  background-color: #A7918B !important;
  color: darkred !important;
}
body .amgdprcookie-button.-settings {
  display: none !important;
  background-color: transparent !important;
  color: #fff;
  order: 3;
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  body .amgdprcookie-bar-container .amgdprcookie-buttons-block {
    display: flex !important;
    flex-direction: row;
  }
  body .amgdprcookie-button {
    width: -moz-fit-content !important;
    width: fit-content !important;
    flex-basis: auto !important;
  }
}
@media only screen and (min-width: 992px) {
  body .amgdprcookie-bar-block {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
  }
  body .amgdprcookie-bar-block .amgdprcookie-policy {
    margin-bottom: 0;
  }
  body .amgdprcookie-bar-block .amgdprcookie-buttons-block {
    margin-top: 0;
    justify-content: center;
  }
  body .amgdprcookie-bar-block .amgdprcookie-buttons-block .amgdprcookie-button {
    transition: 0.3s;
    white-space: nowrap;
  }
  body .amgdprcookie-bar-block .amgdprcookie-buttons-block .amgdprcookie-button.-allow,
  body .amgdprcookie-bar-block .amgdprcookie-buttons-block .amgdprcookie-button.-decline {
    width: 100%;
  }
  body .amgdprcookie-bar-block .amgdprcookie-buttons-block .amgdprcookie-button.-settings {
    width: 100%;
  }
  body .amgdprcookie-bar-block .amgdprcookie-buttons-block .amgdprcookie-button.-allow:hover {
    background-color: #ea3f1d !important;
  }
  body .amgdprcookie-bar-block .amgdprcookie-buttons-block .amgdprcookie-button.-decline:hover {
    background-color: #7d7d7d !important;
  }
  body .amgdprcookie-bar-block .amgdprcookie-buttons-block .amgdprcookie-button.-settings:hover {
    text-decoration: underline;
  }
}
.header-main {
  background: #ea532e;
  border-bottom: 10px solid #fff;
  padding: 0;
}

.search-form,
.header-main__toolbar {
  margin-top: 10px;
}

.header-top__link:not(:last-child) {
  margin-right: 20px;
}
.header-top__link:hover {
  text-decoration: underline;
}

#nav__toggle {
  color: #fff;
}

.my-account__link,
.minicart__link {
  color: #4d4d4d;
}

.search-form__input-wrap .nested {
  display: none;
}

.header .owl-carousel .owl-carousel__slide img {
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .my-account__link,
  .minicart__link {
    color: #7d7d7d;
  }
  .header .owl-carousel .owl-carousel__slide img {
    max-height: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 818px) {
  .header-main {
    background: linear-gradient(to right, #ea532e 32%, #fff 32%);
  }
}
@media screen and (min-width: 819px) {
  .header-main {
    background: linear-gradient(to right, #ea532e 35%, #fff 35%);
  }
}
@media screen and (min-width: 992px) {
  .header-main {
    background: linear-gradient(to right, #ea532e 30%, #fff 30%);
  }
  .header-main .logo {
    position: relative;
  }
  .header-main .logo:after {
    background-color: #fff;
    background-image: url(../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/images/verfroller.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 86px 103px;
    bottom: -9px;
    content: "";
    left: 100%;
    position: absolute;
    top: -4px;
    width: 81px;
  }
  .search-form {
    margin-left: 110px;
    max-width: 330px;
  }
  .nav__item--highlight {
    background: #ea532e;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .header-main .logo:after {
    background-size: 101px 120px;
    width: 87px;
  }
  .search-form {
    max-width: 420px;
  }
  .header .owl-carousel .owl-carousel__slide img {
    max-height: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .header-main .logo:after {
    bottom: -7px;
    left: calc(100% - 12px);
    top: -4px;
  }
}
@media screen and (min-width: 1650px) {
  .header-main {
    background: linear-gradient(to right, #ea532e 35%, #fff 35%);
  }
}
.owl-carousel__text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  left: 50%;
  padding: 10px 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.2;
}

.banner-text {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}

.products-widget__title {
  color: #4d4d4d;
  text-align: left;
}

.cms-home h2 {
  color: #4d4d4d;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.content__main p a.button, .content__main p a.action.send.primary {
  color: #fff;
  text-decoration: none;
}

.cms-no-route .content__main a {
  color: #ea532e;
}

#wwkSidebar iframe.wwk-widget-iframe {
  display: none !important;
}

li a {
  color: #ea532e;
}

.home-usp {
  display: none !important;
}

.cms-index-index .pagebuilder-column img {
  width: auto !important;
  height: auto !important;
}

.content__main [data-content-type=text] a {
  color: #ea532e;
}

@media screen and (max-width: 767px) {
  .banner-text {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .banner-text {
    font-size: 24px;
  }
  .home-usp {
    display: flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .banner-text {
    font-size: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-text {
    font-size: 40px;
  }
}
.filter__item:before {
  content: none;
}

.filter__item > input {
  display: inline-block;
  vertical-align: middle;
}

.filter__link {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}

.block-subtitle.filter-current-subtitle {
  display: none;
}

.filter .amshopby-filter-current .amshopby-items {
  padding: 0;
}

.amshopby-items.items .amshopby-filter-name {
  font-weight: 700;
}

.amshopby-filter-value .price {
  font-size: 16px;
  font-weight: 400;
}

.amshopby-items.items .amshopby-filter-value:before {
  font-weight: 700;
  content: ":";
}

.amshopby-items.items .amshopby-button {
  display: none;
}

.amshopby-filter-current .amshopby-item.item {
  margin-left: 0;
}

.swatch-attribute {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.am-swatch-wrapper {
  margin-bottom: 2%;
  margin-right: 2%;
  width: 18.4%;
}
.am-swatch-wrapper:nth-child(5n+5) {
  margin-right: 0;
}

.am-swatch-wrapper > .input {
  display: none;
}

.am-swatch-link {
  display: block;
}

.swatch-option {
  border: 1px solid #A7918B;
  display: block;
  height: 30px;
  width: 100%;
}

.swatch-option.selected {
  border-color: #fff;
  outline: 1px solid red;
}

.limiter {
  align-items: center;
  display: flex;
  justify-content: center;
}

.limiter .label {
  font-weight: 500;
  margin-bottom: 0;
}

.limiter .control {
  position: relative;
}
.limiter .control:after {
  content: "\f078";
  color: #4d4d4d;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 6px;
}

#limiter {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f5f7fa;
  border: 1px solid #a7918b;
  border-radius: 0;
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  padding: 5px 27px 5px 15px;
  margin: 0 10px;
  min-width: 75px;
}

.toolbar__items {
  flex-wrap: wrap;
}

.toolbar__item {
  margin-bottom: 10px;
}

.catalog-topnav.amasty-catalog-topnav {
  display: none;
}

li.item.amshopby-item,
li.amshopby-button-wrap {
  list-style: none;
  margin-bottom: 7px;
}

.amshopby-items.items .amshopby-filter-value:before {
  content: "";
}

.page-wrapper .content__columns .content__main .message--info {
  color: #4d4d4d;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 1rem;
}
.page-wrapper .content__columns .content__main .message--info:before {
  display: none;
}

@media screen and (min-width: 768px) {
  .toolbar__item:nth-child(2) {
    width: 33%;
    flex-grow: 1;
  }
  .toolbar__items {
    flex-wrap: nowrap;
  }
  .toolbar__item {
    margin-bottom: 0;
  }
}
.catalog-topnav.amasty-catalog-topnav {
  display: none;
}

li.item.amshopby-item,
li.amshopby-button-wrap {
  list-style: none;
  margin-bottom: 7px;
}

.amshopby-items.items .amshopby-filter-value:before {
  content: "";
}

.gallery .thumbnail__button {
  color: #4d4d4d;
}

.single-product__secondary {
  margin-bottom: 40px;
}

.single-product__related {
  margin-top: 40px;
}

.am-fileline:not(:last-child) {
  margin-bottom: 10px;
}

.am-fileline > * {
  display: inline-block;
  vertical-align: middle;
}

.am-fileline img {
  margin-right: 10px;
  width: 40px;
}

.am-fileline a {
  color: #4d4d4d;
}
.am-fileline a:hover {
  color: #ea532e;
}

.availability.only.configurable-variation-qty {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .single-product__related {
    margin-top: 58px;
    width: 23%;
  }
  .single-product__related .products {
    flex-direction: column;
  }
  .single-product__related .products.related .product {
    border-right: none;
    width: 100%;
  }
}
#color-picker_toggle {
  margin-bottom: 15px;
}

.color-picker-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.color-picker-close-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.color-picker-content {
  width: 95vw;
  height: calc(95dvh - 80px);
  max-height: calc(95dvh - 80px);
  background-color: #FFF;
  position: relative;
  margin-top: -80px;
}
@media only screen and (min-width: 550px) {
  .color-picker-content {
    height: 95dvh;
    max-height: 95dvh;
    margin-top: unset;
  }
}

.color-picker-content-overflower {
  height: 100%;
  overflow-y: auto;
}

.color-picker-content--single {
  padding: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-y: auto;
}
.color-picker-content--single .color-picker-close {
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
}

.color-picker-color--big {
  max-height: 40vh;
  flex-shrink: 0;
}

.color-picker-close {
  position: sticky;
  top: 0;
  margin-top: -44px;
  margin-left: auto;
  margin-right: 0;
  width: 40px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F7FA;
  border-radius: 0 0 0 5px;
  cursor: pointer;
  z-index: 1000;
}
.color-picker-close i {
  font-size: 26px;
}

.color-picker-bg-top {
  background-color: #F5F7FA;
}

.color-picker-top {
  padding: 10px 10px 20px 10px;
}

.color-picker-header {
  padding: 0 10px 20px;
}

.color-picker-title {
  font-size: 16px;
  font-weight: 700;
  padding-right: 30px;
}

.color-picker-input-holder:not(:last-of-type) {
  margin-bottom: 20px;
}

.color-picker-input-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

#color-picker_search {
  padding: 12px 15px;
  background-color: #fff;
}

#color-picker_swatches {
  padding: 12px 15px;
  background-color: #fff;
}

.color-picker-results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 10px;
  padding: 20px 10px 10px 10px;
}

.color-picker-result {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.color-picker-color {
  aspect-ratio: 1;
}

.color-picker-overlay {
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}

.color-picker-color-label {
  padding: 5px;
  font-weight: 600;
  min-height: 50px;
  background-color: #fff;
}

.color-picker-actions {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.color-picker-text {
  margin-top: 15px;
}

.color-picker-text-title {
  font-size: 18px;
  font-weight: 700;
}

.color-picker-text-textholder {
  display: flex;
  margin: 15px 0;
}

.color-picker-text-text {
  padding-left: 5px;
}

.color-picker-buttons {
  margin-top: auto;
}

.button--color-picker {
  width: 100%;
  text-align: center;
  background-color: #ea532e;
  border: 1px solid #ea532e;
  color: #fff;
}

.button--color-picker--secondary {
  margin-top: 15px;
  background-color: #fff;
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: scale(0.6);
  transform-origin: left;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4d4d4d;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

.color-picker-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 5px 5px 0 0;
  background-color: #F5F7FA;
  padding: 5px 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.color-picker-pagination-page {
  padding: 5px 3px;
  min-width: 24px;
}
.color-picker-pagination-page:disabled {
  opacity: 0.5;
}
.color-picker-pagination-page:not(:disabled) {
  cursor: pointer;
}
@media only screen and (min-width: 350px) {
  .color-picker-pagination-page {
    padding: 5px;
    min-width: 30px;
  }
}
@media only screen and (max-width: 290px) {
  .color-picker-pagination-page:first-child, .color-picker-pagination-page:last-child {
    display: none;
  }
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (min-width: 550px) {
  .color-picker-results {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .color-picker-results {
    grid-template-columns: repeat(4, 1fr);
  }
  .color-picker-content--single {
    max-width: 730px;
  }
  .color-picker-buttons {
    display: flex;
    gap: 15px;
  }
  .button--color-picker--secondary {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .color-picker-close {
    margin-top: -54px;
    width: 53px;
    height: 53px;
  }
  .color-picker-close i {
    font-size: 30px;
  }
  .color-picker-top {
    padding: 15px 15px 30px 15px;
  }
  .color-picker-title {
    font-size: 26px;
    text-align: center;
  }
  .color-picker-header {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 0 15px;
  }
  .color-picker-input-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .color-picker-input-holder {
    width: 100%;
  }
  .color-picker-results {
    grid-template-columns: repeat(5, 1fr);
    padding: 30px 15px 15px 15px;
  }
  .color-picker-result {
    transition: 0.3s;
  }
  .color-picker-result:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  }
  .color-picker-color-label {
    padding: 10px;
    min-height: 65px;
  }
}
@media only screen and (min-width: 1024px) {
  .color-picker-content--single {
    flex-direction: row;
    max-height: 700px;
    max-width: 1010px;
  }
  .color-picker-color--big {
    width: 70%;
    max-height: none;
  }
  .color-picker-actions {
    width: 30%;
    padding-left: 15px;
  }
  .color-picker-text {
    margin-top: auto;
  }
  .color-picker-buttons {
    flex-direction: column;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .color-picker-top {
    max-width: 1280px;
    margin: 0 auto;
  }
  .color-picker-title {
    font-size: 32px;
  }
  .color-picker-header {
    max-width: 1280px;
    margin: 0 auto;
  }
  .color-picker-results {
    grid-template-columns: repeat(6, 1fr);
    max-width: 1280px;
    margin: 0 auto;
  }
  .color-picker-content--single {
    padding: 50px;
  }
  .color-picker-color--big {
    width: 70%;
  }
  .color-picker-actions {
    width: 30%;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1400px) {
  .color-picker-content {
    width: 85vw;
    height: 90vh;
    max-height: 90vh;
  }
  .color-picker-content--single {
    padding: 100px;
    max-height: 800px;
    max-width: 1200px;
  }
  .color-picker-color--big {
    width: 60%;
  }
  .color-picker-actions {
    width: 40%;
    padding-right: 50px;
  }
}
.paint-calculator_calculator p {
  margin-top: 10px;
}

#paint-calculator_inner {
  border: 1px solid #A7918B;
  margin-top: 10px;
  padding: 10px;
}

#paint-calculator_inner .label {
  font-weight: 600;
  margin-bottom: 0;
}
#paint-calculator_inner .label:not(:first-child) {
  margin-top: 20px;
}

#paint-calculator_inner .option-label {
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}

#paint-calculator_inner input[type=radio] {
  cursor: pointer;
  vertical-align: middle;
}

.paint-calculator_disclaimer {
  font-size: 14px;
  color: #832227;
}

#paint-calculator .highlight {
  color: #ea532e;
  font-weight: 600;
}

.paint-calculator_description {
  font-size: 14px;
  margin-top: 5px;
}

#paint-calculator_inner .calculator__input .label {
  margin-bottom: 7px;
}

.paint-calculator__link {
  color: #ea532e;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
  text-decoration: underline;
}

#calc-answer {
  font-weight: 600;
}

#paint-calculator .button, #paint-calculator .action.send.primary {
  background: #1979c3;
  color: #fff;
}
#paint-calculator .button:hover, #paint-calculator .action.send.primary:hover {
  background: #18599e;
  color: #fff;
}

@media screen and (min-width: 480px) {
  #calc-input {
    width: 50%;
  }
}
#advice-tool {
  display: inline-block;
  margin-bottom: 2%;
  width: 100%;
}

.advice-tool-question {
  background: #f5f7fa;
  padding: 20px;
}
.advice-tool-question:not(:last-child) {
  margin-bottom: 20px;
}

.advice-tool__button {
  background: transparent;
  border: 1px solid #7d7d7d;
  color: #4d4d4d;
  margin-bottom: 5px;
}
.advice-tool__button:hover, .advice-tool__button--active {
  background: #ea532e;
  border-color: #ea532e;
  color: #fff;
}

#advice-tool-product {
  display: inline-block;
  width: 100%;
}

#advice-tool-product > .product {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #advice-tool {
    margin-bottom: 0;
    margin-right: 2%;
    vertical-align: top;
    width: 73%;
  }
  #advice-tool-product {
    vertical-align: top;
    width: 24%;
  }
}
@media screen and (min-width: 992px) {
  #advice-tool {
    width: 49%;
  }
  #advice-tool-product {
    width: 25%;
  }
}
.footer-links__title,
.footer-links__title--no-collapse {
  color: #363636;
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.social-links {
  margin-top: 20px;
}

.footer-links__block-3 {
  grid-area: c2r2;
}

@media screen and (min-width: 768px) {
  .footer-links__contact {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer-links__block-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .footer-links__block-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .footer-links__social {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .footer-links__block-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .footer-links__block-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

.footer-bottom {
  padding: 0;
}

.footer-bottom .logo {
  background: #ea532e;
  display: block;
  padding: 0;
  position: relative;
}
.footer-bottom .logo:after {
  background-color: #fff;
  background-image: url(../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/images/verfroller.svg);
  background-position: -23px -27px;
  background-repeat: no-repeat;
  background-size: 101px 87px;
  bottom: -9px;
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 59px;
}

.footer-bottom .logo__link {
  display: inline-block;
}

.footer-bottom .logo__image {
  margin: 0;
}

.footer-bottom__logos {
  padding: 10px 0;
}
.footer-bottom__logos p a img {
  max-width: 50px;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-copyright {
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}

.grecaptcha-badge {
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .footer-bottom .logo {
    z-index: 1;
  }
  .footer-bottom .logo:before {
    background: #ea532e;
    bottom: 0;
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    z-index: -1;
    width: 500px;
  }
  .footer-bottom .logo__image {
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .footer-bottom > .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-bottom .logo {
    background: transparent;
    display: flex;
  }
  .footer-bottom .logo:after {
    background-position: bottom right;
    background-size: 70px 82px;
    left: 100%;
    right: auto;
    width: 65px;
  }
  .footer-bottom__logos {
    max-width: 60%;
  }
  .footer-bottom__logos > img {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 818px) {
  .footer-bottom {
    background: linear-gradient(to right, #ea532e 32%, #fff 32%);
  }
}
@media screen and (min-width: 819px) {
  .footer-bottom {
    background: linear-gradient(to right, #ea532e 35%, #fff 35%);
  }
}
@media screen and (min-width: 992px) {
  .footer-links__block-3 {
    grid-area: c4r1;
  }
  .footer-bottom {
    background: linear-gradient(to right, #ea532e 30%, #fff 30%);
  }
  .footer-bottom .logo:after {
    background-size: 86px 103px;
    width: 81px;
  }
}
@media screen and (min-width: 992px) {
  .footer-links__contact {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .footer-links__block-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .footer-links__block-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .footer-links__social {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .footer-links__block-3 {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .footer-links__block-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
}
@media screen and (min-width: 1200px) {
  .footer-bottom .logo:after {
    background-size: 101px 120px;
    width: 87px;
  }
}
@media screen and (min-width: 1400px) {
  .footer-bottom .logo:after {
    bottom: -7px;
    left: calc(100% - 12px);
    top: -4px;
  }
}
@media screen and (min-width: 1650px) {
  .footer-bottom {
    background: linear-gradient(to right, #ea532e 35%, #fff 35%);
  }
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  margin-bottom: 0;
}

.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label, .amcheckout-step-container .checkout-billing-address .checkout-index-index .amcheckout-button.-edit .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  padding: 10px;
}
.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label img, .amcheckout-step-container .checkout-billing-address .checkout-index-index .amcheckout-button.-edit .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label img {
  margin-right: 10px;
}

.checkout-index-index .amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary, .amcheckout-step-container .checkout-billing-address .checkout-index-index .amcheckout-button.-edit .checkout-billing-address .actions-toolbar > .primary {
  padding-right: 0;
  text-align: right;
}

.checkout-index-index .amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger), .amcheckout-step-container .checkout-billing-address .checkout-index-index .amcheckout-button.-edit .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
.checkout-index-index .amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
.amcheckout-step-container .checkout-billing-address .checkout-index-index .amcheckout-button.-edit button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
  border-radius: 0;
  padding: 5px 10px;
}

.checkout-index-index .amcheckout-step-container .amcheckout-title, .checkout-index-index .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-title, .amcheckout-step-container .checkout-billing-address .checkout-index-index .amcheckout-button.-edit .amcheckout-title,
.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #ea532e;
  color: #fff;
  margin-bottom: 0;
}

.checkout-index-index .legend {
  display: none;
}

.checkout-index-index .minicart-items {
  list-style: none;
}

.checkout-index-index .minicart-items > .product-item {
  margin-left: 0;
}

.checkout-index-index .product {
  width: 100%;
  position: relative;
}
.checkout-index-index .product .delete {
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
}
.checkout-index-index .product:not(.options) {
  display: flex;
  justify-content: space-between;
}

.amcheckout-step-container .amcheckout-summary-container .product-item .product .delete {
  background: none;
  border: 0px;
  cursor: pointer;
  float: left;
  height: 16px;
  padding: 0px;
  width: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product .delete:hover {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product .delete:hover::before {
  color: #d72326;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product .delete::Before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  transition: all linear 200ms;
}

.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details, .amcheckout-step-container .checkout-billing-address .checkout-index-index .amcheckout-button.-edit .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 10px;
}

.checkout-index-index .product-item-details .label,
.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .item-options .label,
.amcheckout-step-container .checkout-billing-address .checkout-index-index .amcheckout-button.-edit .amcheckout-summary-container .item-options .label {
  margin-bottom: 0;
}

.checkout-index-index .item-options .values {
  margin-bottom: 8px;
}

.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner, .amcheckout-step-container .checkout-billing-address .checkout-index-index .amcheckout-button.-edit .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: flex-start;
}

.checkout-index-index .product-item-details .toggle:focus {
  cursor: pointer;
}
.checkout-index-index .product-item-details .toggle:focus:focus {
  outline: none;
}

.checkout-index-index .product .subtitle {
  display: block;
  margin: 10px 0 5px;
}

.checkout-index-index .table-caption {
  display: none;
}

.checkout-index-index .table-totals th {
  text-align: left;
}

.checkout-index-index .table-totals td {
  text-align: right;
}

.checkout-index-index .table-totals .price {
  font-size: 14px;
}

.checkout-index-index .price {
  color: #4d4d4d;
}

.checkout-index-index .table-totals .grand.totals,
.checkout-index-index .table-totals .grand.totals .price {
  font-size: 20px;
}

.checkout-index-index .amcheckout-step-container .primary .action.checkout, .amcheckout-step-container .checkout-billing-address .checkout-index-index .amcheckout-button.-edit .primary .action.checkout,
.checkout-index-index .amcheckout-step-container .action.checkout.amasty,
.amcheckout-step-container .checkout-billing-address .checkout-index-index .amcheckout-button.-edit .action.checkout.amasty {
  background: #832227;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  transition: all 0.3s;
}
.checkout-index-index .amcheckout-step-container .primary .action.checkout:hover, .amcheckout-step-container .checkout-billing-address .checkout-index-index .amcheckout-button.-edit .primary .action.checkout:hover,
.checkout-index-index .amcheckout-step-container .action.checkout.amasty:hover,
.amcheckout-step-container .checkout-billing-address .checkout-index-index .amcheckout-button.-edit .action.checkout.amasty:hover {
  background: #ea532e;
  color: #fff;
}

.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method, .amcheckout-step-container .checkout-billing-address .checkout-index-index .amcheckout-button.-edit .amcheckout-shipping-methods .amcheckout-method {
  padding: 6px 10px;
}

.table-checkout-shipping-method .price {
  font-size: 16px;
}

.table-checkout-shipping-method td {
  vertical-align: top;
}

.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .details-qty, .amcheckout-step-container .checkout-billing-address .checkout-index-index .amcheckout-button.-edit .amcheckout-summary-container .details-qty {
  margin: 0;
}

.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method, .amcheckout-step-container .checkout-billing-address .checkout-index-index .amcheckout-button.-edit .amcheckout-shipping-methods .amcheckout-method {
  width: 100%;
}

.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block, .amcheckout-step-container .checkout-billing-address .checkout-index-index .amcheckout-button.-edit .amcheckout-summary-container .product-item-details .product-item-name-block {
  margin-bottom: 0;
}

.checkout-index-index .amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin-top: 0;
}

.checkout-index-index .totals.shipping .label {
  display: none;
}

.checkout-index-index .table-totals th,
.checkout-index-index .table-totals td {
  vertical-align: top;
}

#onepage-checkout-shipping-method-additional-load {
  margin-top: 20px;
}

.checkout-onepage-success .order-details-items > .block {
  margin: 20px 0 0;
}

.checkout-index-index .field.date button {
  display: none;
}

.checkout-index-index .field-error {
  color: #832227;
}

.checkout-index-index .field-select-billing > .label {
  background: #ea532e;
  color: #fff;
  font-size: 20px;
  font-weight: 600 !important;
  padding: 15px;
}

.checkout-index-index .product-image-container {
  flex-shrink: 0;
}

.checkout-index-index .product-item-details {
  flex-grow: 1;
}

.loader {
  text-align: center;
}

.checkout-index-index #nav__toggle {
  display: none;
}

.checkout-payment-method form.form-discount {
  display: flex;
  padding-top: 10px;
}
.checkout-payment-method form.form-discount .payment-option-inner {
  flex-grow: 1;
}
.checkout-payment-method form.form-discount .actions-toolbar {
  margin-top: 0px;
  margin-bottom: 0px !important;
  text-align: right;
}
.checkout-payment-method form.form-discount .actions-toolbar button.button, .checkout-payment-method form.form-discount .actions-toolbar button.action.send.primary {
  height: 40px;
  border-radius: 0 !important;
  background-color: #ea532e;
}

.checkout-index-index .fieldset {
  min-inline-size: auto;
}

.checkout-index-index .select {
  max-width: 100%;
}

.label[for=sisow_dag] {
  float: none !important;
}

.label[for=sisow_dag] + .control > .group-3 {
  display: flex;
}
.label[for=sisow_dag] + .control > .group-3 .field:not(:last-child) {
  margin-right: 5px;
}

.label[for=afterpay_terms] {
  display: block !important;
}

#sisow_gender {
  background: #fff;
  color: #000;
}

.checkout-index-index .opc-block-summary.amcheckout-summary-container {
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  cursor: default;
}

.checkout-index-index #checkout .additional-options {
  margin: 0;
  background: #fff;
}

#checkout .checkout-payment-method .actions-toolbar {
  margin-bottom: 20px;
  text-align: center;
}

#checkout .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout, #checkout .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .checkout-billing-address .-summary.amcheckout-button.-edit > .checkout-payment-method .actions-toolbar .amasty.checkout, .amcheckout-step-container .checkout-billing-address #checkout .amcheckout-main-container.-modern.-layout-3columns .-summary.amcheckout-button.-edit > .checkout-payment-method .actions-toolbar .amasty.checkout {
  float: none;
  width: 70%;
}

#checkout .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, #checkout .amcheckout-step-container .amcheckout-shipping-methods .checkout-payment-method .amcheckout-payment-methods .amcheckout-method.payment-method._active, #checkout .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-shipping-methods .amcheckout-method.payment-method._active, #checkout .amcheckout-step-container .amcheckout-shipping-methods .shipping-address-items .amcheckout-method.shipping-address-item.selected-item, #checkout .amcheckout-step-container .shipping-address-items .amcheckout-shipping-methods .amcheckout-method.shipping-address-item.selected-item, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-shipping-methods .amcheckout-method {
  padding: 6px 10px;
}

#checkout .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}

.am-checkout .product-item .product-item-inner {
  flex-direction: column;
}

#checkout .amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block, .amcheckout-step-container .checkout-billing-address #checkout .amcheckout-button.-edit .amcheckout-summary-container .product-item-details .product-item-name-block {
  flex-direction: column;
  align-items: flex-start;
}

.field.amcheckout-comment {
  width: 100% !important;
}

.field.amcheckout-comment {
  width: 100% !important;
}

#checkout .product-item-inner .subtotal {
  width: 100% !important;
}

.checkout-index-index .amcheckout-summary-container span[data-bind="i18n: excludingTaxMessage"],
.checkout-index-index .amcheckout-summary-container span[data-bind="i18n: includingTaxMessage"] {
  display: none;
}

.checkout-index-index .gw-euvat-field .field-tooltip {
  display: none;
}

.checkout-index-index .field .message.warning {
  color: #832227;
  margin-bottom: 0;
  padding: 5px 0 0;
}

.checkout-index-index .gw-euvat-field .field-tooltip {
  display: none;
}

.checkout-index-index .field .message.warning {
  color: #832227;
  margin-bottom: 0;
  padding: 5px 0 0;
}

.amcheckout-checkboxes-container.amcheckout-checkboxes {
  width: 100% !important;
}

.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show, .amcheckout-step-container .checkout-billing-address .checkout-index-index .amcheckout-button.-edit .amcheckout-additional-options .checkout-agreement .action-show {
  color: #4d4d4d;
  background: transparent;
  padding: 0;
}
.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show:hover, .amcheckout-step-container .checkout-billing-address .checkout-index-index .amcheckout-button.-edit .amcheckout-additional-options .checkout-agreement .action-show:hover {
  text-decoration: underline;
}

.payment-option.discount-code {
  margin: 1rem 0 !important;
}
.payment-option.discount-code .messages .message-error {
  background: darkred !important;
  border: 1px solid darkred !important;
  margin: 15px 0 10px 0 !important;
}

.amcheckout-additional-options.additional-options:has(.amcheckout-checkboxes-container) {
  margin-bottom: 1rem !important;
}

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

.payment-method-content .actions-toolbar {
  display: none;
}

.checkout-index-index .checkout-header .description {
  font-size: 18px;
}

.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0;
  width: 70%;
}

.amcheckout-additional-options.additional-options:has(.amcheckout-checkboxes-container) {
  margin-bottom: 1rem !important;
}

.checkout-payment-method.submit {
  padding: 0 20px !important;
}
.checkout-payment-method.submit .payment-methods .actions-toolbar button.action {
  width: 100% !important;
}

.checkout-payment-method.submit .payment-methods .actions-toolbar button.action {
  min-height: 50px;
  width: 100% !important;
}

@media screen and (max-width: 382px) {
  table.data.table.table-totals tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  table.data.table.table-totals tr td {
    padding: 0;
  }
}
.form-shipping-address div[name="shippingAddress.pc_postcode_disable"] > label.label {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .checkout-index-index .product-item-details {
    width: calc(100% - 78px);
  }
}
@media screen and (min-width: 768px) {
  .checkout-index-index .product {
    flex-direction: row;
  }
  .amcheckout-block.amcheckout-step-container.-summary, .amcheckout-step-container .checkout-billing-address .amcheckout-block.-summary.amcheckout-button.-edit {
    border: 1px solid #d4d4d4;
    background: #fff;
  }
  .checkout-index-index .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title, .amcheckout-step-container .checkout-billing-address .checkout-index-index .amcheckout-main-container.-modern .amcheckout-button.-edit .amcheckout-summary-container .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner, .amcheckout-step-container .checkout-billing-address .checkout-index-index .amcheckout-button.-edit .amcheckout-summary-container .product-item-details .product-item-inner {
    align-items: center;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .details-qty, .amcheckout-step-container .checkout-billing-address .checkout-index-index .amcheckout-button.-edit .amcheckout-summary-container .details-qty {
    margin-left: 15px;
  }
}
.blog-view-toggle-buttons-container {
  display: none;
}

.blog-posts.grid-view {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.blog-posts-post.blog-post {
  background-color: #f5f7fa;
  padding: 1rem;
  text-decoration: none;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
.blog-posts-post.blog-post p:not(:last-child) {
  margin-bottom: 1rem;
}

.blog-post-title {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.blog-post-info {
  list-style: none;
}
.blog-post-info li {
  font-style: italic;
  font-size: 0.8rem;
  margin-left: 0 !important;
  color: #4d4d4d;
}

.blog-post-featured-image-wrapper picture img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-post-read-more {
  font-size: 0.9rem;
  color: #4d4d4d;
  font-style: italic;
}

.blog-pagination {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.blog-pagination a {
  text-decoration: none;
  color: #4d4d4d;
}
.blog-pagination a.blog-pagination-current {
  font-weight: 700;
}

.blog-sidebar-block .block-title {
  font-size: 1.5rem;
  color: #4d4d4d;
  margin-bottom: 1rem;
}
.blog-sidebar-block .blog-sidebar-block-content {
  border-top: none;
  padding: 0;
}
.blog-sidebar-block .blog-sidebar-block-content .block-recent-posts {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog-sidebar-block .blog-sidebar-block-content .block-recent-posts .block-recent-posts-item {
  margin-left: 0;
  padding: 1rem;
  background-color: #f5f7fa;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog-sidebar-block .blog-sidebar-block-content .block-recent-posts .block-recent-posts-item .block-recent-posts-link {
  text-decoration: none;
  font-size: 1.3rem;
  color: #4d4d4d;
}

/* Single blog reset */
.aw_blog-post-view .page-wrapper .blog-posts-post.blog-post {
  background-color: transparent;
  padding: 0;
}
.aw_blog-post-view .page-wrapper .blog-posts-post.blog-post .blog-post-header {
  margin-bottom: 1rem;
}
.aw_blog-post-view .page-wrapper .blog-post-content {
  margin-bottom: 1rem;
}
.aw_blog-post-view .page-wrapper .blog-post-content [data-content-type=text] p:not(:last-of-type) {
  margin-bottom: 1rem !important;
}
.aw_blog-post-view .page-wrapper .blog-post-content [data-content-type=text] a {
  display: inline !important;
}
.aw_blog-post-view .page-wrapper .block.prev-next {
  display: none;
}
.aw_blog-post-view .page-wrapper #blog-related-posts {
  display: none;
}

@media only screen and (min-width: 768px) {
  .blog-posts.grid-view {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .aw_blog-index-index .page-wrapper .content__columns,
  .aw_blog-post-view .page-wrapper .content__columns {
    flex-direction: row-reverse;
  }
  .aw_blog-index-index .page-wrapper .blog-posts-post.blog-post {
    box-shadow: 0 0 0 0;
    transition: 0.3s;
  }
  .aw_blog-index-index .page-wrapper .blog-posts-post.blog-post:hover {
    box-shadow: 0 0 5px #a7918b;
  }
  .aw_blog-index-index .page-wrapper .blog-posts-post.blog-post:hover .blog-post-read-more {
    text-decoration: underline;
  }
  .aw_blog-post-view .page-wrapper .blog-sidebar-block .block-title {
    margin-top: 1.2rem;
  }
  .blog-sidebar-block .block-title {
    margin-top: 1.4rem;
  }
  .blog-sidebar-block .blog-sidebar-block-content .block-recent-posts .block-recent-posts-item {
    box-shadow: 0 0 0 0;
    transition: 0.3s;
  }
  .blog-sidebar-block .blog-sidebar-block-content .block-recent-posts .block-recent-posts-item:hover {
    box-shadow: 0 0 5px #a7918b;
  }
  .blog-sidebar-block .blog-sidebar-block-content .block-recent-posts .block-recent-posts-item .block-recent-posts-link {
    font-size: 1.1rem;
  }
}
.whatsapp__link {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
  border: 1px solid #59c23a;
  background: #59c23a;
  color: #fff;
  text-align: center;
}
.whatsapp__link i {
  font-size: 40px;
  display: inline-block;
  margin-top: 8px;
}

._amcheckout-selectable-container, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-shipping-methods .amcheckout-items, .amcheckout-step-container .shipping-address-items, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-items {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

._amcheckout-selectable-item, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .checkout-payment-method .amcheckout-payment-methods .payment-method, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-shipping-methods .amcheckout-method, .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item, .amcheckout-step-container .shipping-address-items .shipping-address-item, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-items .shipping-address-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type), .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type), .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type), .amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover, .amcheckout-step-container .shipping-address-items .shipping-address-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .-selected.payment-method, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active, .amcheckout-step-container .amcheckout-shipping-methods .-selected.amcheckout-method, .amcheckout-step-container .shipping-address-items .-selected.shipping-address-item, .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item {
  border-color: #1979c3;
}

@media all and (min-width: 768px) {
  ._amcheckout-selectable-item, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .checkout-payment-method .amcheckout-payment-methods .payment-method, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-shipping-methods .amcheckout-method, .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item, .amcheckout-step-container .shipping-address-items .shipping-address-item, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-items .shipping-address-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n+2), .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n+2), .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n+2), .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.am-checkout.-modern {
  box-sizing: border-box;
  padding: 0;
  background: none;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  padding: 5px 20px;
  height: auto;
  border-radius: 2px;
  background: #1979c3;
  color: #fff;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}

.am-checkout.-modern.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
  order: inherit;
  text-align: start;
}

.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}

.amcheckout-step-container, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  font-size: 16px;
}
.amcheckout-step-container > li, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit > li, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .checkout-billing-address .amcheckout-button.-edit > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-title {
  display: block;
  margin: 0;
  padding: 15px;
  background: #eee;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-title > .amcheckout-icon {
  position: relative;
  float: right;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 2px solid #1979c3;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover, .amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-title > .amcheckout-icon:before {
  position: absolute;
  top: 41%;
  left: 50%;
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1979c3;
  border-bottom: 2px solid #1979c3;
  content: "";
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) rotate(45deg);
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > .legend + br, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .fieldset > .legend + br {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .note, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .note {
  color: #777;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):not(.gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):not(.gpay-card-info-container) {
  border: none;
  border-radius: 2px;
  background: #1979c3;
  box-shadow: none;
  color: #fff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit button:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address, .amcheckout-step-container .checkout-billing-address .-new-address.amcheckout-button.-edit, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-button.-new-address {
  margin-top: 20px;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary {
  float: none;
  margin: 0 15px 0 0;
  padding: 12px 16px;
  font-size: 16px;
}
.amcheckout-step-container .action-edit-address, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  padding: 14px 30px;
  background: #315499;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type=number]:focus, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=number]:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type=text], .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=text],
.amcheckout-step-container input[type=password],
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=password],
.amcheckout-step-container input[type=url],
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=url],
.amcheckout-step-container input[type=tel],
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=tel],
.amcheckout-step-container input[type=search],
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=search],
.amcheckout-step-container input[type=number],
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=number],
.amcheckout-step-container input[type=datetime],
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=datetime],
.amcheckout-step-container input[type=email],
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=email],
.amcheckout-step-container select,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit select {
  height: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
}
.amcheckout-step-container .checkout-agreements .action-show, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
}
.amcheckout-step-container .checkout-agreements .action-show, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}

.amcheckout-step-container input[type=checkbox], .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=checkbox],
.amcheckout-step-container input[type=radio],
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=radio] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  top: unset;
  left: unset;
}
.amcheckout-step-container input[type=checkbox] + label, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=checkbox] + label,
.amcheckout-step-container input[type=radio] + label,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=radio] + label {
  display: flex;
  cursor: pointer;
}
.amcheckout-step-container input[type=checkbox] + label span:only-child, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=checkbox] + label span:only-child,
.amcheckout-step-container input[type=radio] + label span:only-child,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=radio] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type=checkbox] + label:before, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=checkbox] + label:before,
.amcheckout-step-container input[type=radio] + label:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=radio] + label:before {
  display: inline-block;
  box-sizing: border-box;
  margin: 3px 15px 0 0;
  min-width: 15px;
  min-height: 15px;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  background: #fff !important;
  content: "";
  cursor: pointer;
}
.amcheckout-step-container input[type=checkbox] + label:hover:before, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=checkbox] + label:hover:before,
.amcheckout-step-container input[type=radio] + label:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=radio] + label:hover:before,
.amcheckout-step-container input[type=checkbox]:checked + label:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=checkbox]:checked + label:before,
.amcheckout-step-container input[type=radio]:checked + label:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=radio]:checked + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type=checkbox] + label:before, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=checkbox] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type=checkbox]:checked + label:before, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=checkbox]:checked + label:before {
  border-width: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
}
.amcheckout-step-container input[type=radio] + label:before, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=radio] + label:before {
  border-radius: 50%;
  transition: all 0.2s ease;
}
.amcheckout-step-container input[type=radio]:checked + label:before, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit input[type=radio]:checked + label:before {
  border-width: 5px;
}

.amcheckout-step-container .amcheckout-form-login, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-form-login,
.amcheckout-step-container .form-login,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .form-login {
  margin-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .form-login .amcheckout-email {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  margin-left: 10px;
  height: 40px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  margin-left: auto;
  color: #363636;
  line-height: 40px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password.-confirm,
.amcheckout-step-container .form-login .amcheckout-password.-confirm {
  float: right;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .form-login .actions-toolbar {
  margin-bottom: 20px;
}

.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button, .amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address .amcheckout-button.-edit, .amcheckout-step-container .checkout-billing-address .amcheckout-shipping-address .amcheckout-button.-edit, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-button.-select {
  float: right;
  border: 1px solid #1787e0;
  background: #ddf0ff;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-button.-select:hover {
  background: #1787e0;
  color: #fff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-button.-edit {
  padding-left: 0;
  background: none;
  color: #4e4e4e;
  font-size: 16px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-button.-edit:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: "";
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}

.amcheckout-step-container .shipping-address-items .shipping-address-item, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-items .shipping-address-item {
  padding: 20px;
  line-height: 30px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}

.amcheckout-step-container .amcheckout-shipping-methods, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}

.amcheckout-step-container .checkout-billing-address .actions-toolbar, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-delivery-date .field, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  padding: 0;
  border: none !important;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  padding: 20px;
  align-items: flex-start;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}

.amcheckout-step-container .amcheckout-summary-container, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-summary-container .items-in-cart {
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 0;
  width: 10px;
  height: 15px;
  border: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  margin: 0;
  border: 1px solid #d4d4d4;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  display: flex;
  align-items: center;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  border: 1px solid #1787e0;
  border-radius: 2px;
  background: #f0f8ff;
  color: #1787e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-summary-container .details-qty {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-summary-container .table-totals {
  width: 100%;
  border: none;
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}

.amcheckout-step-container .amcheckout-additional-options, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-additional-options {
  margin: 0;
  padding: 0 20px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  font-size: 0;
}
.amcheckout-step-container .amcheckout-additional-options > *, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > *, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}

.amcheckout-step-container .opc-payment-additional, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .opc-payment-additional .payment-option-content {
  padding-right: 0;
  padding-left: 0;
}
.amcheckout-step-container .opc-payment-additional .label, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}

.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}

@media only screen and (min-width: 1024px) {
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern .amcheckout-button.-edit .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern .amcheckout-button.-edit .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker,
  .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern .amcheckout-button.-edit .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern .amcheckout-button.-edit .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern .amcheckout-button.-edit .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern .amcheckout-button.-edit .amcheckout-summary-container .amcheckout-title {
    background: #eee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern .amcheckout-button.-edit .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern .amcheckout-button.-edit .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern .amcheckout-button.-edit .amcheckout-summary-container .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern .amcheckout-button.-edit .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment,
  .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern .amcheckout-button.-edit .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern .amcheckout-button.-edit .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 35%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern .amcheckout-button.-edit .amcheckout-additional-options .amcheckout-comment {
    width: 65%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern .amcheckout-button.-edit .checkout-payment-method .payment-option-title {
    border: none;
  }
  .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - 440px);
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    width: 380px;
    transition: all 0.3s ease;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    overflow: auto;
    max-height: 100vh;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary, .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .checkout-billing-address .-summary.amcheckout-button.-edit, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-2columns .-summary.amcheckout-button.-edit {
    border: 1px solid #d4d4d4;
    background: #fff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar, .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .checkout-billing-address .-summary.amcheckout-button.-edit > .checkout-payment-method .actions-toolbar, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-2columns .-summary.amcheckout-button.-edit > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout, .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .checkout-billing-address .-summary.amcheckout-button.-edit > .checkout-payment-method .actions-toolbar .amasty.checkout, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-2columns .-summary.amcheckout-button.-edit > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-2columns .amcheckout-button.-edit .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-2columns .amcheckout-button.-edit .amcheckout-summary-container .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-2columns .amcheckout-button.-edit .amcheckout-summary-container .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-2columns .amcheckout-button.-edit .amcheckout-summary-container .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-2columns .amcheckout-button.-edit .amcheckout-summary-container .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-2columns .amcheckout-button.-edit .amcheckout-additional-options {
    background: #fff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-2columns .amcheckout-button.-edit .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment,
  .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-2columns .amcheckout-button.-edit .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-3columns .amcheckout-button.-edit .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-3columns .amcheckout-button.-edit .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-3columns .amcheckout-button.-edit .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-3columns .amcheckout-button.-edit .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password,
  .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-3columns .amcheckout-button.-edit .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-3columns .amcheckout-button.-edit .amcheckout-shipping-address .shipping-address-item, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-item, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-3columns .amcheckout-button.-edit .amcheckout-button.-edit .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-3columns .amcheckout-button.-edit .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-details,
  .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-3columns .amcheckout-button.-edit .amcheckout-button.-edit .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type), .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-3columns .amcheckout-button.-edit .amcheckout-shipping-address .shipping-address-item:not(:last-of-type), .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-item:not(:last-of-type), .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-3columns .amcheckout-button.-edit .amcheckout-button.-edit .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
  .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-3columns .amcheckout-button.-edit .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-details:not(:last-of-type),
  .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-3columns .amcheckout-button.-edit .amcheckout-button.-edit .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-3columns .amcheckout-button.-edit .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-3columns .amcheckout-button.-edit .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type), .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-3columns .amcheckout-button.-edit .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-3columns .amcheckout-button.-edit .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type), .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-3columns .amcheckout-button.-edit .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-3columns .amcheckout-button.-edit .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-3columns .amcheckout-button.-edit .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger, .amcheckout-step-container .checkout-billing-address .amcheckout-main-container.-modern.-layout-3columns .amcheckout-button.-edit .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    position: absolute;
    top: 7px;
    right: 7px;
    margin: 0;
  }
}
.pagebuilder-column-group .pagebuilder-column-line {
  flex-display: wrap;
}
.pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
  width: 100% !important;
}

@media screen and (min-width: 992px) {
  .pagebuilder-column-group .pagebuilder-column-line {
    flex-direction: row;
  }
}
@media only screen and (max-width: 910px) {
  #mm-nav .mm-panels .mm-panel .mm-navbar {
    margin-top: 60px;
  }
  #mm-nav .mm-panels .mm-panel .nav__items {
    margin-top: 40px;
  }
  .wwk-sidebar-popup#wwkSidebarPopupMobile {
    padding: 0;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.modal .modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  width: 300px;
  text-align: center;
  /* Yes button styles */
  /* No button styles */
}
.modal .modal-content button {
  margin: 10px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  color: white;
}
.modal .modal-content button:hover {
  opacity: 0.8;
}
.modal .modal-content #yes-button {
  background-color: #ea532e;
}
.modal .modal-content #no-button {
  background-color: #832227;
}/** 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
}
/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.webwinkelkeur-small-score .rating-summary {
        float: left;
        margin-right: 10px;
}

.webwinkelkeur-small-score .brandicon {
        background: url(../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/WebwinkelKeur_Magento2/images/webwinkelkeur_brand_icon.png) no-repeat;
        background-size: 20px;
        width: 25px;
        height: 25px;
        position: absolute;
        margin: -3px 0 0 -24px;
}

.webwinkelkeur-small-score p {
        display: block;
        padding: 4px;
        margin-bottom: 0;
}

.webwinkelkeur-small-score a {
        margin-left: 25px;
}

.webwinkelkeur-big-score.default, .webwinkelkeur-big-score.nl {
        background-image: url(../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/WebwinkelKeur_Magento2/images/webwinkelkeur_brand.svg);
        background-position: 50% 20%;
}

.webwinkelkeur-big-score.de,.webwinkelkeur-big-score.en,.webwinkelkeur-big-score.es,.webwinkelkeur-big-score.fr {
        background-image: url(../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/WebwinkelKeur_Magento2/images/valuedshops_brand.svg);
        background-position: 50% 30%;
}

.webwinkelkeur-big-score {
        padding: 20px;
        width: 250px;
        background: #f8f8f8 no-repeat 60px 20px;
        background-size: 250px;
        image-rendering: auto;
}

.webwinkelkeur-big-score p {
        display: block;
        margin-top: 120px;
        margin-bottom: 5px;
}

.webwinkelkeur-big-score .score {
        font-weight: 700;
        font-size: 16px;
        border-bottom: 1px solid rgba(126,128,126,0.08);
        display: block;
}

.webwinkelkeur-big-score .text {
        display: block;
        font-size: 13px;
        margin-top: 8px;
}

.trustprofile-small-score .rating-summary {
        float: left;
        margin-right: 10px;
}

.trustprofile-small-score .brandicon {
        background: url(../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/WebwinkelKeur_Magento2/images/trustprofile_brand_icon.png) no-repeat;
        background-size: 20px;
        width: 25px;
        height: 25px;
        position: absolute;
        margin: -3px 0 0 -24px;
}

.trustprofile-small-score p {
        display: block;
        padding: 4px;
        margin-bottom: 0;
}

.trustprofile-small-score a {
        margin-left: 25px;
}

.trustprofile-big-score {
        background-color: #f8f8f8;
        background-image: url(../../frontend/gerrits-ecommerce/mineraalverf-v2/nl_NL/WebwinkelKeur_Magento2/images/trustprofile_brand.svg);
        background-repeat: no-repeat;
        background-position: 50% 30%;
        background-size: 250px;
        padding: 20px;
        width: 250px;
        image-rendering: auto;
}

.trustprofile-big-score p {
        display: block;
        margin-top: 120px;
        margin-bottom: 5px;
}

.trustprofile-big-score .score {
        font-weight: 700;
        font-size: 16px;
        border-bottom: 1px solid rgba(126,128,126,0.08);
        display: block;
}

.trustprofile-big-score .text {
        display: block;
        font-size: 13px;
        margin-top: 8px;
}