.btn-skip-to:focus {
    transform: scale(1);
    }
.btn-skip-to {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 200ms;
    transform: scale(0);
    margin: 1%;
    z-index: 1070;
    background: #ffffff;
    border: 3px solid #ba0e0e;
    font-weight: 400;
    color: #525252;
    text-align: center;
    vertical-align: middle;
    padding: 0.625rem 0.9375rem;
    border-radius: 0.125rem;
    font-weight: bolder;
    text-decoration: none;
    }
:focus, .focus {
    box-shadow: none;
    outline: none;
    }


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .sidepanel-left .box-normal .box-normal-link, .h4, .h5, .h6 {
    margin-bottom: 1rem;
    font-family: 'Denver', sans-serif;
    line-height: 1.2;
    }
h1, .h1 {
    font-size: 1.75rem;
    }
h2, .h2 {
    font-size: 1.45rem;
    }
h3, .h3, .sidepanel-left .box-normal .box-normal-link {
    font-size: 1.2rem;
    }
h4, .h4 {
    font-size: 0.875rem;
    }
h5, .h5 {
    font-size: 0.875rem;
    }
h6, .h6 {
    font-size: 0.875rem;
    }
.lead {
    font-size: 1.09375rem;
    font-weight: 300;
    }
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
    }
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
    }
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
    }
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
    }
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
small,
.small {
    font-size: 0.75rem;
    font-weight: 400;
    }
mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
    }
.list-unstyled, .list-icons {
    padding-left: 0;
    list-style: none;
    }
.list-inline {
    padding-left: 0;
    list-style: none;
    }
.list-inline-item {
    display: inline-block;
    }
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
    }
.initialism {
    font-size: 90%;
    text-transform: uppercase;
    }
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.09375rem;
    }
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #888888;
    }
.blockquote-footer::before {
    content: '— ';
    }
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #282828;
    }
.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #ebebeb;
    }
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ebebeb;
    }
.table tbody + tbody {
    border-top: 2px solid #ebebeb;
    }
.table-sm th,
.table-sm td {
    padding: 0.5rem 1rem;
    }
.table-bordered {
    border: 1px solid #ebebeb;
    }
.table-bordered th,
.table-bordered td {
    border: 1px solid #ebebeb;
    }
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
    }
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
    }
.table-striped tbody tr:nth-of-type(even) {
    background-color: #eff1f2;
    }
.table-hover tbody tr:hover {
    color: #282828;
    background-color: #eff1f2;
    }
.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #fdedb8;
    }
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #fbde7a;
    }
.table-hover .table-primary:hover {
    background-color: #fce79f;
    }
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #fce79f;
    }
.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #cfcfcf;
    }
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #a5a5a5;
    }
.table-hover .table-secondary:hover {
    background-color: #c2c2c2;
    }
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c2c2c2;
    }
.table-success,
.table-success > th,
.table-success > td {
    background-color: #bfddc0;
    }
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #89c18a;
    }
.table-hover .table-success:hover {
    background-color: #aed4b0;
    }
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #aed4b0;
    }
.table-info,
.table-info > th,
.table-info > td {
    background-color: #cfcfcf;
    }
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #a5a5a5;
    }
.table-hover .table-info:hover {
    background-color: #c2c2c2;
    }
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #c2c2c2;
    }
.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fce2c6;
    }
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #f9ca94;
    }
.table-hover .table-warning:hover {
    background-color: #fbd6ae;
    }
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #fbd6ae;
    }
.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #ebb8b8;
    }
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #db7a7a;
    }
.table-hover .table-danger:hover {
    background-color: #e5a4a4;
    }
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #e5a4a4;
    }
.table-light,
.table-light > th,
.table-light > td {
    background-color: #fcfdfe;
    }
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #fafbfc;
    }
.table-hover .table-light:hover {
    background-color: #e9f0f8;
    }
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #e9f0f8;
    }
.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #cfcfcf;
    }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #a5a5a5;
    }
.table-hover .table-dark:hover {
    background-color: #c2c2c2;
    }
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #c2c2c2;
    }
.table-gray,
.table-gray > th,
.table-gray > td {
    background-color: #d7d7d7;
    }
.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
    border-color: #888888;
    }
.table-hover .table-gray:hover {
    background-color: #cacaca;
    }
.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
    background-color: #cacaca;
    }
.table-gray-light,
.table-gray-light > th,
.table-gray-light > td {
    background-color: #fcfdfe;
    }
.table-gray-light th,
.table-gray-light td,
.table-gray-light thead th,
.table-gray-light tbody + tbody {
    border-color: #fafbfc;
    }
.table-hover .table-gray-light:hover {
    background-color: #e9f0f8;
    }
.table-hover .table-gray-light:hover > td,
.table-hover .table-gray-light:hover > th {
    background-color: #e9f0f8;
    }
.table-gray-medium,
.table-gray-medium > th,
.table-gray-medium > td {
    background-color: #f9f9f9;
    }
.table-gray-medium th,
.table-gray-medium td,
.table-gray-medium thead th,
.table-gray-medium tbody + tbody {
    border-color: whitesmoke;
    }
.table-hover .table-gray-medium:hover {
    background-color: #ececec;
    }
.table-hover .table-gray-medium:hover > td,
.table-hover .table-gray-medium:hover > th {
    background-color: #ececec;
    }
.table-gray-dark,
.table-gray-dark > th,
.table-gray-dark > td {
    background-color: #e3e3e3;
    }
.table-gray-dark th,
.table-gray-dark td,
.table-gray-dark thead th,
.table-gray-dark tbody + tbody {
    border-color: #cbcbcb;
    }
.table-hover .table-gray-dark:hover {
    background-color: #d6d6d6;
    }
.table-hover .table-gray-dark:hover > td,
.table-hover .table-gray-dark:hover > th {
    background-color: #d6d6d6;
    }
.table-gray-darker,
.table-gray-darker > th,
.table-gray-darker > td {
    background-color: #cfcfcf;
    }
.table-gray-darker th,
.table-gray-darker td,
.table-gray-darker thead th,
.table-gray-darker tbody + tbody {
    border-color: #a5a5a5;
    }
.table-hover .table-gray-darker:hover {
    background-color: #c2c2c2;
    }
.table-hover .table-gray-darker:hover > td,
.table-hover .table-gray-darker:hover > th {
    background-color: #c2c2c2;
    }
.table-active,
.table-active > th,
.table-active > td {
    background-color: #eff1f2;
    }
.table-hover .table-active:hover {
    background-color: #e4e9f2;
    }
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: #e4e9f2;
    }
.table .thead-dark th {
    color: #ffffff;
    background-color: #343a40;
    border-color: #454d55;
    }
.table .thead-light th {
    color: #282828;
    background-color: #e9ecef;
    border-color: #ebebeb;
    }
.table-dark {
    color: #ffffff;
    background-color: #343a40;
    }
.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
    }
.table-dark.table-bordered {
    border: 0;
    }
.table-dark.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.05);
    }
.table-dark.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.075);
    }
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        }
    .table-responsive-sm > .table-bordered {
        border: 0;
        }
    }
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        }
    .table-responsive-md > .table-bordered {
        border: 0;
        }
    }
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        }
    .table-responsive-lg > .table-bordered {
        border: 0;
        }
    }
@media (max-width: 1299.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        }
    .table-responsive-xl > .table-bordered {
        border: 0;
        }
    }
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    }
.table-responsive > .table-bordered {
    border: 0;
    }
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
        }
    }
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
.noUi-target {
    position: relative
    }
.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
    }
.noUi-connects {
    overflow: hidden;
    z-index: 0
    }
.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
    }
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
    }
.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0
    }
.noUi-horizontal .noUi-origin {
    height: 0
    }
.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
    }
.noUi-touch-area {
    height: 100%;
    width: 100%
    }
.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s
    }
.noUi-state-drag * {
    cursor: inherit !important
    }
.noUi-horizontal {
    height: 18px
    }
.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px
    }
.noUi-vertical {
    width: 18px
    }
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px
    }
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
    }
.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
    }
.noUi-connects {
    border-radius: 3px
    }
.noUi-connect {
    background: #3fb8af
    }
.noUi-draggable {
    cursor: ew-resize
    }
.noUi-vertical .noUi-draggable {
    cursor: ns-resize
    }
.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
    }
.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
    }
.noUi-handle:after, .noUi-handle:before {
    content: '';
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
    }
.noUi-handle:after {
    left: 17px
    }
.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
    }
.noUi-vertical .noUi-handle:after {
    top: 17px
    }
[disabled] .noUi-connect {
    background: #b8b8b8
    }
[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
    }
.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
.noUi-pips {
    position: absolute;
    color: #999
    }
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
    }
.noUi-value-sub {
    color: #ccc;
    font-size: 10px
    }
.noUi-marker {
    position: absolute;
    background: #ccc
    }
.noUi-marker-sub {
    background: #aaa
    }
.noUi-marker-large {
    background: #aaa
    }
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
    }
.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
    }
.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
    }
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
    }
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
    }
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
    }
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
    }
.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px
    }
.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
    }
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
    }
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
    }
.noUi-marker-vertical.noUi-marker-large {
    width: 15px
    }
.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
    }
.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
    }
.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
    }
.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px
    }
.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px
    }
.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: black;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    }
.slick-lightbox .slick-loading .slick-list {
    background-color: transparent;
    }
.slick-lightbox .slick-prev {
    left: 15px;
    }
.slick-lightbox .slick-next {
    right: 15px;
    }
.slick-lightbox-hide {
    opacity: 0;
    }
.slick-lightbox-hide.slick-lightbox-ie {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    }
.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0;
    }
.slick-lightbox-hide-init.slick-lightbox-ie {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    }
.slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
.slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden;
    }
.slick-lightbox-slick-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    }
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    }
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center;
    }
.slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
    }
.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
    }
.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    color: white;
    }
.slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    }
.slick-lightbox-close:focus {
    outline: none;
    }
.slick-lightbox-close:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '×';
    }
.pass-graybar {
    height: 3px;
    background-color: #ccc;
    width: 100%;
    position: relative;
    }
.pass-colorbar {
    height: 3px;
    background-image: url(../../js/password/passwordstrength.jpg);
    position: absolute;
    top: 0;
    left: 0;
    }
.pass-percent, .pass-text {
    font-size: 1em;
    }
.pass-percent {
    margin-right: 5px;
    }
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.125rem;
    }
.alert-heading {
    color: inherit;
    }
.alert-link {
    font-weight: 600;
    text-decoration: underline;
    }
.alert-default {
    background: #eff1f2;
    }
.alert-dismissible {
    padding-right: 3.8125rem;
    }
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
    }
.alert-gray {
    color: #3a3a3a;
    background-color: #e2e2e2;
    border-color: #d7d7d7;
    }
.alert-gray hr {
    border-top-color: #cacaca;
    }
.alert-gray .alert-link {
    color: #212121;
    }
.alert-gray-light {
    color: #7f8082;
    background-color: #fdfdfe;
    border-color: #fcfdfe;
    }
.alert-gray-light hr {
    border-top-color: #e9f0f8;
    }
.alert-gray-light .alert-link {
    color: #666768;
    }
.alert-gray-medium {
    color: #7a7a7a;
    background-color: #fbfbfb;
    border-color: #f9f9f9;
    }
.alert-gray-medium hr {
    border-top-color: #ececec;
    }
.alert-gray-medium .alert-link {
    color: #616161;
    }
.alert-gray-dark {
    color: #515151;
    background-color: #ebebeb;
    border-color: #e3e3e3;
    }
.alert-gray-dark hr {
    border-top-color: #d6d6d6;
    }
.alert-gray-dark .alert-link {
    color: #010101;
    }
.alert-gray-darker {
    color: #2b2b2b;
    background-color: #f7f8fa;
    border-color: #cfcfcf;
    }
.alert-gray-darker hr {
    border-top-color: #c2c2c2;
    }
.alert-gray-darker .alert-link {
    color: #121212;
    }
.alert-primary {
    background-color: #d4f0f5;
    color: #26b6cf;
    }
.alert-primary hr {
    border-top-color: #26b6cf;
    }
.alert-primary .alert-link {
    }
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
    }
.alert-secondary hr {
    border-top-color: #c8cbcf;
    }
.alert-secondary .alert-link {
    color: #202326;
    }
.alert-success {
    background-color: #d8f3df;
    color: #3cc261;
    }
.alert-success hr {
    border-top-color: #3cc261;
    }
.alert-success .alert-link {
    color: #0b2e13;
    }
.alert-info {
    background-color: #d4f0f5;
    color: #26b6cf;
    }
.alert-info hr {
    border-top-color: #26b6cf;
    }
.alert-info .alert-link {
    color: #26b6cf;
    }
.alert-warning {
    background-color: #fff2df;
    color: #eba239;
    }
.alert-warning hr {
    border-top-color: #eba239;
    }
.alert-warning .alert-link {
    color: #eba239;
    }
.alert-danger {
    background-color: #f2d3d1;
    color: #bd2219;
    }
.alert-danger hr {
    border-top-color: #bd2219;
    }
.alert-danger .alert-link {
    color: #bd2219;
    }
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
    }
.alert-light hr {
    border-top-color: #ececf6;
    }
.alert-light .alert-link {
    color: #686868;
    }
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
    }
.alert-dark hr {
    border-top-color: #b9bbbe;
    }
.alert-dark .alert-link {
    color: #040505;
    }
.bg-secondary {
    background-color: #6c757d !important;
    }
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
    }
.bg-success {
    background-color: #28a745 !important;
    }
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
    }
.bg-info {
    background-color: #17a2b8 !important;
    }
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
    }
.bg-warning {
    background-color: #ffc107 !important;
    }
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
    }
.bg-danger {
    background-color: #dc3545 !important;
    }
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
    }
.bg-light {
    background-color: #eff1f2 !important;
    }
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
    }
.bg-dark {
    background-color: #282828 !important;
    color: #ffffff;
    }
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
    }
.bg-white {
    background-color: #fff !important;
    }
.bg-transparent {
    background-color: transparent !important;
    }
.border-secondary {
    border-color: #6c757d !important;
    }
.border-success {
    border-color: #28a745 !important;
    }
.border-info {
    border-color: #17a2b8 !important;
    }
.border-warning {
    border-color: #ffc107 !important;
    }
.border-danger {
    border-color: #dc3545 !important;
    }
.border-light {
    border-color: #f8f9fa !important;
    }
.border-dark {
    border-color: #343a40 !important;
    }
.border-white {
    border-color: #fff !important;
    }
.checkout-payment-method {
    padding: 0rem 0rem 0rem 0rem
    }
/* footer */
#footer {
    margin-top: 0rem;
    padding: 4rem 0 0;
    }
#footer li {
    margin-bottom: 0.5rem;
    }
#footer .footer-additional-wrapper li {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    }
#footer .card .card-title {
    color: #010101;
    }
#footer .card .card-body {
    padding: 0;
    }
#footer .nav-link {
    padding: 0;
    }
#footer #copyright {
    margin-top: 1rem;
    }
#footer #copyright a {
    }
#footer #copyright > div {
    padding-top: 1rem;
    padding-bottom: 1rem;
    }
.footer-logo {
    background: transparent;
    }
#footer .list-group-item {
    background: transparent;
    }
.footer-social-media a {
    color: #ffffff;
    }
.footer-social-media .fab,
.footer-social-media .fa,
.footer-social-media .la {
    color: #ffffff;
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    font-weight: 300;
    border-radius: 500px;
    font-size: 1.5rem;
    }
.footer-social-media {
    margin-bottom: 0.5rem;
    margin-top: 2rem;
    }
.footer-social-media ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
    }
.fa-facebook-f, .fa-facebook {
    background: #3b5998;
    }
.fa-x-twitter {
    background: #00acee;
    }
.fa-vimeo-v {
    background: #1ab7ea;
    }
.fa-xing, .fa-xing-square {
    background: #126567;
    }
.fa-linkedin, .fa-linkedin-in {
    background: #0e76a8;
    }
.fa-instagram {
    background: #f09433;
    background: -moz-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    }
.fa-skype {
    background: #00aff0;
    }
.fa-pinterest, .fa-pinterest-p {
    background: #d01d15;
    }
.fa-youtube {
    background: #cc181e;
    }
.fa-tiktok {
    background: #ee1d52;
    /*  background: -moz-linear-gradient( #69C9D0 0%, #EE1D52 33%,#EE1D52 66%, #010101 66%);
      background: -webkit-linear-gradient( #69C9D0 0%, #EE1D52 33%,#EE1D52 66%, #010101 66%);
      background: linear-gradient( #69C9D0 0%, #EE1D52 33%, #EE1D52 66%, #010101 66%);*/
    rotate: 15deg;
    }
.carousel {
    transition: opacity 0.2s;
    }
.carousel:not(.slick-initialized).slick-smooth-loading {
    opacity: 0;
    max-height: 12.5rem;
    }
.carousel:not(.slick-initialized).slick-lazy {
    opacity: 1;
    flex-wrap: nowrap;
    display: flex;
    overflow-x: hidden;
    max-height: none;
    }
@media (max-width: 991.98px) {
    .carousel:not(.slick-initialized).slick-lazy {
        padding-right: 1rem;
        }
    }
.carousel:not(.slick-initialized).slick-lazy > div {
    width: 100%;
    }
.carousel .product-wrapper {
    border: 1px solid transparent;
    margin-right: 0.5rem;
    transition: border 0.2s ease;
    }

.carousel .product-wrapper-news {
    margin-right: initial;
    border: none;
    }
.carousel .product-wrapper-news:hover {
    border: none;
    }
@media (max-width: 767.98px) {
    .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
        width: calc((100% - 0rem) / 2);
        min-width: calc((100% - 0rem) / 2);
        }
    }
@media (min-width: 768px) {
    .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
        width: calc((100% - 0.5rem + 1px) / 3);
        min-width: calc((100% - 0.5rem + 1px) / 3);
        }
    }
@media (min-width: 992px) {
    .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
        width: calc((100% - 2rem + 1px) / 3);
        min-width: calc((100% - 2rem + 1px) / 3);
        }
    }
@media (min-width: 1300px) {
    .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
        width: calc((100% - 2rem + 1px) / 3);
        min-width: calc((100% - 2rem + 1px) / 3);
        }
    }
@media (max-width: 767.98px) {
    .carousel:not(.slick-initialized).slick-type-news .product-wrapper {
        width: 100%;
        min-width: 100%;
        }
    }
@media (min-width: 768px) {
    .carousel:not(.slick-initialized).slick-type-news .product-wrapper {
        width: calc((100% - 0rem) / 2);
        min-width: calc((100% - 0rem) / 2);
        }
    }
@media (min-width: 992px) {
    .carousel:not(.slick-initialized).slick-type-news .product-wrapper {
        width: calc((100% - 0rem) / 2);
        min-width: calc((100% - 0rem) / 2);
        }
    }
@media (min-width: 1300px) {
    .carousel:not(.slick-initialized).slick-type-news .product-wrapper {
        width: calc((100% - 0rem) / 2);
        min-width: calc((100% - 0rem) / 2);
        }
    }
.carousel:not(.slick-initialized).slick-type-box .product-wrapper {
    width: 100%;
    min-width: 100%;
    }
.carousel:not(.slick-initialized).slick-type-half .product-wrapper {
    width: calc((100% - 0rem) / 2);
    min-width: calc((100% - 0rem) / 2);
    }
@media (min-width: 1300px) {
    .carousel:not(.slick-initialized).slick-type-half .product-wrapper {
        width: calc((100% - 0rem) / 2);
        min-width: calc((100% - 0rem) / 2);
        }
    }
.carousel:not(.slick-initialized) .product-wrapper {
    padding: 0.5rem;
    }
.carousel .slick-arrow {
    opacity: 1;
    }
.carousel:hover .slick-arrow {
    opacity: 1;
    }
.js-slider-wrapper .js-slider-items {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto hidden;
    scroll-snap-type: x mandatory;
    touch-action: manipulation
    }
.js-slider-wrapper .js-slider-items .js-slider-item {
    pointer-events: auto;
    width: calc(100% / 6);
    min-width: calc(100% / 6);
    scroll-snap-align: start;
    }
@media (max-width: 1299.98px) {
    .js-slider-wrapper .js-slider-items .js-slider-item {
        pointer-events: auto;
        width: calc(100% / 4);
        min-width: calc(100% / 4);
        scroll-snap-align: start
        }
    }
@media (max-width: 991.98px) {
    .js-slider-wrapper .js-slider-items .js-slider-item {
        pointer-events: auto;
        width: calc(100% / 4);
        min-width: calc(100% / 4);
        scroll-snap-align: start
        }
    .logo-wrapper, .toggler-logo-wrapper {
        text-align: center;
        width: 100%;
        }
    }
.js-slider-wrapper .js-btn-slider-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
    }
.js-slider-wrapper.js-slider-disabled .js-slider-items {
    flex-wrap: wrap;
    overflow: initial
    }
.productbox-variations .js-slider-wrapper .js-slider-items .js-slider-item {
    width: calc(100% / 4);
    min-width: calc(100% / 4);
    padding: 0 2px
    }
.productbox-variations .js-slider-wrapper .js-slider-items .js-slider-item img {
    padding: 0
    }
.productbox-variations .js-slider-wrapper .js-btn-slider-btns .btn {
    padding: 0 .5rem
    }
.productbox-row .ribbon {
    font-size: 0.6rem;
    top: 0.8rem !important;
    }
.productbox.productbox-hover .productbox-inner::before {
    /*    content: '';
        background-color: #ffffff;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        transition: all 0.2s ease-in-out;*/
    }
.productbox.productbox-hover:hover {
    z-index: 1001;
    border-radius: 0;
    transition: all 0.2s ease;
    background: #ffffff;
    }
.productbox .productbox-ribbon.ribbon {
    position: absolute;
    z-index: 1;
    top: 0.8rem;
    left: -0.5rem;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    }
.productbox:not(.productbox-hover) .productbox-ribbon.ribbon {
    left: 0.5rem;
    opacity: 1;
    }
.productbox-sale-percentage {
    position: relative;
    top: -4rem;
    }
.productbox-image {
    position: relative;
    }
.productbox-image-wrapper-inner a {
    display: block;
    width: 100%;
    height: 100%;
    }
.productbox-image-wrapper-inner img {
    position: relative;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    }
.product-wrapper {
    border: 0.25rem solid transparent;
    padding: 0.5rem;
    border-radius: 0;
    background: transparent;
    }
.product-wrapper-product .item-slider-desc,
.productbox-title {
    display: block;
    top: 0.8rem;
    margin-top: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    }
.productbox.productbox-hover:hover .productbox-ribbon.ribbon {
    top: 0.8rem;
    left: 0.5rem;
    opacity: 1;
    }
.productbox.productbox-hover:not(:hover) .productbox-onhover {
    opacity: 0;
    }
.productbox.productbox-column,
.productbox.productbox-row {
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: all 0.2s ease;
    background: #fff;
    border: 1px solid transparent;
    }
.productbox.productbox-hover.productbox-column:hover .productbox-inner.pos-abs {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    }
.productbox.productbox-hover.productbox-column:not(:hover) .productbox-onhover {
    display: none;
    }
.pulse2 {
    -webkit-animation: pulse2 1s linear infinite;
    -moz-animation: pulse2 1s linear infinite;
    -ms-animation: pulse2 1s linear infinite;
    animation: pulse2 1s linear infinite
    }
@keyframes pulse2 {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
        }
    50% {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
        }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
        }
    }
@-moz-keyframes pulse2 {
    0% {
        -moz-transform: scale(1.1);
        transform: scale(1.1)
        }
    50% {
        -moz-transform: scale(.8);
        transform: scale(.8)
        }
    100% {
        -moz-transform: scale(1);
        transform: scale(1)
        }
    }
@-webkit-keyframes pulse2 {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
        }
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
        }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
        }
    }
@-ms-keyframes pulse2 {
    0% {
        -ms-transform: scale(1.1);
        transform: scale(1.1)
        }
    50% {
        -ms-transform: scale(.8);
        transform: scale(.8)
        }
    100% {
        -ms-transform: scale(1);
        transform: scale(1)
        }
    }
.shares a, .shares, .shares .fa {
    text-decoration: none;
    flex: 1;
    }
.shares {
    display: flex;
    width: 100%;
    }
.shares i {
    background: transparent;
    }
.shares.btn-group.btn-group-justified {
    }
.shares .btn {
    }
.shares .fa:hover, .shares .fa:hover a {
    cursor: pointer;
    }
.shares #copy-btn {
    }
.copy-check {
    }
.shares .mailto {
    }
.shares.black .btn {
    color: #ffffff;
    background-color: #3c414c;
    }
.shares.color .btn {
    background: #ffffff;
    border-color: #3c414c !important
    }
.shares.color .facebook {
    background: #3b5998;
    color: #ffffff;
    }
.shares.color .twitter {
    background: #00acee;
    color: #ffffff;
    }
.shares.color .whatsapp {
    background: #25d366;
    color: #ffffff;
    }
.shares.color .pinterest {
    background: #d01d15;
    color: #ffffff;
    }
.shares.color .mailto {
    background: rgb(241, 192, 0);
    color: #ffffff;
    }
.shares.color .copy {
    background: #757575;
    color: #ffffff;
    }
.ribbon {
    position: relative;
    display: inline-block;
    padding: 0.1rem 0.5rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 600;
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
    border-radius: 5rem;
    box-shadow: 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.0);
    }
.ribbon::before, .ribbon::after {
    content: '';
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    font-size: 0;
    line-height: 0;
    z-index: 5;
    border-top: 0 solid transparent;
    border-bottom: 0.5rem solid transparent;
    bottom: -0.5rem;
    }
.ribbon::before {
    border-right-width: 0.5rem;
    border-right-style: solid;
    left: 0;
    }
.ribbon > [class*=fa-]:last-child {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    font-size: 1rem;
    }
.ribbon-1 {
    background-color: #ffc20f;
    color: #ffffff;
    }
.ribbon-1::before {
    border-right-color: #ffc20f;
    }
.ribbon-2 {
    background-color: #f14705;
    color: #ffffff;
    }
.ribbon-2::before {
    border-right-color: #f14705;
    }
.ribbon-3 {
    background-color: #010101;
    color: #ffffff;
    }
.ribbon-3::before {
    border-right-color: #434343;
    }
.ribbon-4 {
    background-color: #0099cc;
    color: #fff;
    }
.ribbon-4::before {
    border-right-color: #0099cc;
    }
.ribbon-5 {
    background-color: #ffc20f;
    color: #ffffff;
    }
.ribbon-5::before {
    border-right-color: #ffc20f;
    }
.ribbon-6 {
    background-color: #ffc20f;
    color: #ffffff;
    }
.ribbon-6::before {
    border-right-color: #ffc20f;
    }
.ribbon-7 {
    background-color: #f14705;
    color: #ffffff;
    }
.ribbon-7::before {
    border-right-color: #f14705;
    }
.ribbon-8 {
    background-color: #0acf6a;
    color: #ffffff;
    }
.ribbon-8::before {
    border-right-color: #00a750;
    }
.ribbon-9 {
    background-color: #b9006f;
    color: #ffffff;
    }
.ribbon-9::before {
    border-right-color: #9a005d;
    }
.verified-purchase {
    font-weight: 700;
    }
.verified-purchase-notice {
    margin-bottom: 1rem;
    }
#phone {
    flex-flow: column;
    justify-content: center;
    padding: 0.75rem 0;
    font-weight: 300;
    }
.phoneline1 {
    margin: 0 0px 0 0;
    }
.phonenumber {
    font-weight: 600;
    margin: 0 0 0 5px;
    }
.phonenumber a, .phonenumber a:hover {
    text-decoration: none !important;
    color: #282828
    }
.phoneline2 {
    margin: 0px 0 0 5px;
    }
.inner-header-div {
    margin-left: -1rem;
    margin-right: -1rem;
    }
.inner-header-div .nav-link {
    padding: 0.275rem 1rem;
    }
@media (min-width: 992px) {
    header #mainNavigation {
        margin-right: 1rem;
        }
    }
@media (max-width: 991.98px) {
    header .dropup, header .dropright, header .dropdown, header .dropleft, header .col, header [class*=col-] {
        position: static;
        }
    header .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        height: 100vh !important;
        -webkit-overflow-scrolling: touch;
        max-width: 16.875rem;
        transition: all 0.2s ease-in-out;
        z-index: 1050;
        width: 100%;
        background: #ffffff;
        }
    header .navbar-collapse:not(.show) {
        transform: translateX(-100%);
        }
    header .navbar-nav {
        transition: all 0.2s ease-in-out;
        }
    header .navbar-nav .categories-recursive-dropdown.dropdown-menu .nav .nav-item .nav-link {
        border-bottom: 0px solid #ffffff !important;
        }
    .container.subcategory-wrapper {
        padding: 0;
        }
    #shop-nav {
        margin-right: 0.5rem;
        }
    #shop-nav .nav-link i {
        color: #282828;
        }
    #shop-nav .nav-link {
        color: #282828;
        font-size: 1.5rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        }
    header .navbar-nav .nav-item, header .navbar-nav .nav-link {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        }
    header .navbar-nav .nav-link {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        display: flex;
        font-size: .875rem;
        align-items: center;
        justify-content: space-between;
        }
    header .navbar-nav .nav-link::after {
        content: '\f054' !important;
        font-family: 'Line Awesome Free' !important;
        font-weight: 900;
        margin-left: 0.5rem;
        margin-top: 0;
        font-size: 0.75em;
        }
    header .navbar-nav .nav-item.dropdown > .nav-link > .product-count {
        display: none;
        }
    header .navbar-nav .nav-item:not(.dropdown) .nav-link::after {
        display: none;
        }
    header .navbar-nav .dropdown-menu {
        position: absolute;
        left: 100%;
        top: 0;
        box-shadow: none;
        width: 100%;
        padding: 0 0.5rem !important;
        margin: 0;
        background: #ffffff;
        }
    header .navbar-nav .dropdown-menu:not(.show) {
        display: none;
        }
    header .navbar-nav .dropdown-body {
        margin: 0;
        }
    header .navbar-nav .dropdown-body .container {
        padding: 0;
        }
    header .navbar-nav .nav {
        flex-direction: column;
        }
    header .nav-mobile-header {
        padding-left: 1rem;
        padding-right: 1rem;
        }
    header .nav-mobile-header > .row {
        height: 3.125rem;
        }
    header .nav-mobile-header .nav-mobile-header-hr {
        margin-top: 0;
        margin-bottom: 0;
        }
    header .nav-mobile-body {
        height: calc(100vh - 3.125rem);
        height: calc(var(--vh, 1vh) * 100 - 3.125rem);
        overflow-y: auto;
        position: relative;
        }
    header .nav-scrollbar-inner {
        overflow: visible;
        padding: 0 0.5rem !important;
        }
    header .nav-right {
        font-size: 1rem;
        }
    header .nav-right .dropdown-menu {
        width: 100%;
        }
    }
@media (min-width: 992px) {
    header .navbar-collapse {
        height: 3rem;
        }
    header .navbar-nav .categories-recursive-dropdown.dropdown-menu {
        background: #fff;
        font-size: 0.8rem;
        margin-top: 0;
        text-indent: 5px;
        }
    header .navbar-nav > .nav-item > .nav-link::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        border-width: 0 0 3px;
        border-color: transparent;
        border-style: solid;
        transition: width 0.2s;
        width: 0;
        }
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.active {
        font-weight: 600;
        }
    header .navbar-nav > .nav-item.active > .nav-link::before, header .navbar-nav > .nav-item:hover > .nav-link::before, header .navbar-nav > .nav-item.hover > .nav-link::before {
        width: 100%;
        }
    header .navbar-nav > .nav-item > .dropdown-menu {
        max-height: calc(100vh - 12.5rem);
        overflow: auto;
        margin-top: -0.03125rem;
        background: #eff1f2;
        border-bottom: 0px solid #eff1f2;
        }
    header .navbar-nav > .nav-item.dropdown-full {
        position: static;
        }
    header .navbar-nav > .nav-item.dropdown-full .dropdown-menu {
        width: 100%;
        }
    header .navbar-nav > .nav-item .product-count {
        display: none;
        }
    header .navbar-nav > .nav-item .nav {
        flex-wrap: wrap;
        }
    header .navbar-nav .nav .nav-link {
        padding: 0;
        }
    header .navbar-nav .nav .nav-link::after {
        display: none;
        }
    header .navbar-nav .dropdown .nav-item {
        width: 100%;
        }
    header .nav-mobile-body {
        align-self: flex-start;
        width: 100%;
        }
    header .nav-scrollbar-inner {
        width: 100%;
        }
    header .nav-right .nav-link {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        }
    header .submenu-headline::after {
        display: none;
        }
    header .submenu-headline-toplevel {
        margin-bottom: 0rem;
        font-weight: 400;
        background: #ffffff;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: flex-start;
        line-height: 1.5rem;
        text-indent: 0.5rem;
        }
    header .submenu-headline-toplevel:before {
        content: '\f105';
        position: absolute;
        font-family: 'Line Awesome Free';
        right: 1.5rem;
        font-size: 1.5rem;
        line-height: 1.5rem;
        height: 1.5rem;
        background: #ffffff;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%);
        font-weight: 900;
        }
    header .submenu-headline-toplevel + .dropdown-menu {
        display: block;
        position: static !important;
        box-shadow: none;
        }
    header .submenu-headline-toplevel + .dropdown-menu > .nav {
        flex-direction: column;
        }
    }
header .submenu-headline-image {
    margin-bottom: 0rem;
    display: none;
    }
header img.submenu-headline-image {
    max-height: 55px;
    max-width: 55px;
    width: auto;
    float: left;
    margin-right: 7px;
    }
@media (min-width: 992px) {
    header .submenu-headline-image {
        display: block;
        }
    }
header #burger-menu {
    margin-right: 1rem;
    margin-left:0.5rem;
    }
@media (min-width: 992px) {
    .nav-item-lg-m {
        margin-top: 0.15rem;
        margin-bottom: 0.15rem;
        }
    }
.newsletter-background {
    background-image: url(../base/images/newsletter_background.jpg);
    background-position: center center;
    background-size: cover;
    }
.form-row.productlist-item-detail.text-nowrap-util dd,
.form-row.productlist-item-detail.text-nowrap-util dt {
    line-height: 1rem;
    margin: 0;
    }
.subcategories-image {
    float: left;
    max-width: 65px;
    height: auto;
    }
.sub-cat-listing {
    background: #ffffff;
    border: 3px solid #ffffff;
    }
.sub-cat-listing:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1.5px solid #eff1f2;
    pointer-events: none;
    }
.sub-cat-listing a {
    width: 100%;
    display: inline-block;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    vertical-align: middle;
    }
.productlist-page-nav {
    clear: both;
    }
.offcanvas .card-header {
    display: none;
    }
.cart-dropdown-shipping-notice {
    color: #888888;
    }
.basket-summary-notice-weight-wrapper {
    }
.required-info {
    margin: 1rem 0;
    }
.required-info .required-star {
    color: #b90000;
    }
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) {
    position: relative;
    }
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) label {
    display: block;
    background: #ffffff;
    position: absolute;
    cursor: text;
    top: 0;
    font-size: 0.7525rem;
    margin: 0;
    padding: 0 0.3125rem;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    left: 0.9375rem;
    z-index: 10;
    line-height: 1.3;
    pointer-events: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - (2 * 0.9375rem));
    }
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) label:after {
    background: #ffffff;
    height: 0.125rem;
    top: 45%;
    z-index: -1;
    }
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) .form-control::placeholder {
    transition: all 0.2s ease-in-out;
    }
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) .form-control:placeholder-shown:not(:focus)::placeholder {
    opacity: 0;
    }
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) .form-control:placeholder-shown:not(:focus) ~ label {
    top: calc((1.5em + 1.25rem + 2px) / 2);
    font-size: 0.875rem;
    color: #707070;
    /*&:after { display: none; }*/
    }
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) .form-control:placeholder-shown:not(:focus).form-control-sm ~ label {
    top: calc((1.5em + 0.75rem + 2px) / 2);
    font-size: 0.875rem;
    }
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) .form-control:placeholder-shown:not(:focus).form-control-lg ~ label {
    top: calc((1.5em + 1rem + 2px) / 2);
    font-size: 1rem;
    }
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox).typeahead-required .col-form-label::after {
    content: '*';
    color: #b90000;
    }
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox).typeahead-required label:not(.focused) {
    top: calc((1.5em + 1.25rem + 2px) / 2);
    font-size: 0.875rem;
    color: #707070;
    }
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) .input-group-prepend + input + label {
    left: 3.5rem;
    }
.label-slide input[required] + .col-form-label::after, .label-slide textarea[required] + .col-form-label::after, .label-slide select[required] + .col-form-label::after {
    content: '*';
    color: #b90000;
    }
.label-slide .form-group ~ .valid-feedback, .label-slide .form-group ~ .valid-tooltip {
    display: block;
    }
.label-slide .form-group ~ .invalid-feedback, .label-slide .form-group ~ .invalid-tooltip {
    display: block;
    }