@charset "UTF-8";
/* grid breakpoints */
/* grid containers */
/* links */
/* cards */
/* tables */
/* breadcrumbs */
/* navs */
/* modals */
/* progress */
/* options */
/* dropdowns */
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas {
    -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-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../../../NOVA/themes/base/fontawesome/webfonts/fa-solid-900.woff2") format("woff2");
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

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

.fa-list::before {
    content: "\f03a";
}

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

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

.fa-search::before {
    content: "\f002";
}

.fa-shopping-cart::before {
    content: "\f07a";
}

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

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .sidepanel-left .box-normal .box-normal-link, .h4, .h5, .h6{
    margin-bottom: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #eee;
}

h1, .h1 {
    font-size: 1.875rem;
}

h2, .h2{
    font-size: 1.875rem;
}

h3, .h3, .sidepanel-left .box-normal .box-normal-link {
    font-size: 1rem;
}

h4, .h4 {
    font-size: 0.875rem;
}

h5, .h5 {
    font-size: 0.875rem;
}

h6, .h6 {
    font-size: 0.875rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #212121;
}

small,
.small {
    font-size: 0.875em;
    font-weight: 400;
}

mark{
    padding: 0.2em;
    background-color: #fcf8e3;
}

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

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #eee;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eee;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eee;
}

.table tbody + tbody {
    border-top: 2px solid #eee;
}

.table-sm th,
.table-sm td {
    padding: 0.5rem 1rem;
}

.table-bordered {
    border: 1px solid #eee;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #eee;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #424242;
}

.table-hover tbody tr:hover {
    color: #eee;
    background-color: #212121;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: 0.625rem 0.9375rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #eee;
    background-color: #212121;
    background-clip: padding-box;
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #eee;
    background-color: #212121;
    border-color: #4f8f26;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(0, 0, 0, 0);
}

.form-control::placeholder {
    color: #707070;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    appearance: none;
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212121;
}

select.form-control:focus::-ms-value {
    color: #212121;
    background-color: #ffffff;
}

.col-form-label {
    padding-top: calc(0.625rem + 1px);
    padding-bottom: calc(0.625rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.form-control-sm {
    height: calc(1em + 0.75rem + 2px);
    padding: 0.375rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #1C871E;
    padding-right: calc(1.5em + 1.25rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231C871E' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.3125rem) center;
    background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #1C871E;
    box-shadow: 0 0 0 0.2rem rgba(28, 135, 30, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
    padding-right: 3.75rem !important;
    background-position: right 1.875rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1.25rem);
    background-position: top calc(0.375em + 0.3125rem) right calc(0.375em + 0.3125rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #1C871E;
    padding-right: calc(0.75em + 3.75rem) !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23212121' x='0px' y='0px' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cpolygon  points='16,18.2 11.8,14.6 12.4,13.8 16,16.8 19.6,13.8 20.2,14.6 '/%3E%3C/svg%3E") no-repeat right center/auto 100%, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231C871E' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 2.8125rem/calc(0.75em + 0.625rem) calc(0.75em + 0.625rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #1C871E;
    box-shadow: 0 0 0 0.2rem rgba(28, 135, 30, 0.25);
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #b90000;
    padding-right: calc(1.5em + 1.25rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23b90000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23b90000' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.3125rem) center;
    background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #b90000;
    box-shadow: 0 0 0 0.2rem rgba(185, 0, 0, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
    padding-right: 3.75rem !important;
    background-position: right 1.875rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1.25rem);
    background-position: top calc(0.375em + 0.3125rem) right calc(0.375em + 0.3125rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #b90000;
    padding-right: calc(0.75em + 3.75rem) !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23212121' x='0px' y='0px' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cpolygon  points='16,18.2 11.8,14.6 12.4,13.8 16,16.8 19.6,13.8 20.2,14.6 '/%3E%3C/svg%3E") no-repeat right center/auto 100%, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23b90000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23b90000' stroke='none'/%3e%3c/svg%3e") center right 2.8125rem/calc(0.75em + 0.625rem) calc(0.75em + 0.625rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #b90000;
    box-shadow: 0 0 0 0.2rem rgba(185, 0, 0, 0.25);
}

.btn {
    display: inline-block;
    font-weight: 600;
    color: #212121;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.625rem 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212121;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    box-shadow: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #eee;
    background-color: #2a570d;
    border-color: #2a570d;
    box-shadow: none;
}

.btn-primary:hover {
    color: #212121;
    background-color: #ecb51a;
    border-color: #e6ae13;
}

.btn-primary:focus, .btn-primary.focus {
    color: #212121;
    background-color: #ecb51a;
    border-color: #e6ae13;
    box-shadow: 0 0 0 0 rgba(208, 168, 57, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #eeeeee;
    background-color: #3f791c;
    border-color: #4f8f26;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .btn-primary[data-toggle=collapse]:not(.navbar-toggler) {
    color: #212121;
    background-color: #e6ae13;
    border-color: #daa512;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > .btn-primary[data-toggle=collapse]:focus:not(.navbar-toggler) {
    box-shadow: 0 0 0 0 rgba(208, 168, 57, 0.5);
}

.btn-secondary {
    color: #eee;
    background-color: #212121;
    border-color: #212121;
    box-shadow: none;
}

.btn-secondary:hover {
    color: #eee;
    background-color: #0e0e0e;
    border-color: #080808;
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #eee;
    background-color: #0e0e0e;
    border-color: #080808;
    box-shadow: 0 0 0 0 rgba(65, 65, 65, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #eee;
    background-color: #212121;
    border-color: #212121;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .show > .btn-secondary[data-toggle=collapse]:not(.navbar-toggler) {
    color: #eee;
    background-color: #080808;
    border-color: #010101;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .show > .btn-secondary[data-toggle=collapse]:focus:not(.navbar-toggler) {
    box-shadow: 0 0 0 0 rgba(65, 65, 65, 0.5);
}

.btn-danger {
    color: #eee;
    background-color: #b90000;
    border-color: #b90000;
    box-shadow: none;
}

.btn-danger:hover {
    color: #eee;
    background-color: #930000;
    border-color: #860000;
}

.btn-danger:focus, .btn-danger.focus {
    color: #eee;
    background-color: #930000;
    border-color: #860000;
    box-shadow: 0 0 0 0 rgba(194, 37, 37, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #eee;
    background-color: #b90000;
    border-color: #b90000;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle, .show > .btn-danger[data-toggle=collapse]:not(.navbar-toggler) {
    color: #eee;
    background-color: #860000;
    border-color: #790000;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus, .show > .btn-danger[data-toggle=collapse]:focus:not(.navbar-toggler) {
    box-shadow: 0 0 0 0 rgba(194, 37, 37, 0.5);
}

.btn-outline-primary {
    color: #8fd13f;
    border-color: #4f8f26;
}

.btn-outline-primary:hover {
    color: #eeeeee;
    background-color: #3f791c;
    border-color: #4f8f26;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0 rgba(239, 192, 61, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #8fd13f;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle, .show > .btn-outline-primary[data-toggle=collapse]:not(.navbar-toggler) {
    color: #eeeeee;
    background-color: #3f791c;
    border-color: #4f8f26;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus, .show > .btn-outline-primary[data-toggle=collapse]:focus:not(.navbar-toggler) {
    box-shadow: 0 0 0 0 rgba(239, 192, 61, 0.5);
}

.btn-outline-secondary {
    color: #212121;
    border-color: #212121;
}

.btn-outline-secondary:hover {
    color: #eee;
    background-color: #212121;
    border-color: #212121;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0 rgba(33, 33, 33, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #212121;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle, .show > .btn-outline-secondary[data-toggle=collapse]:not(.navbar-toggler) {
    color: #eee;
    background-color: #212121;
    border-color: #212121;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus, .show > .btn-outline-secondary[data-toggle=collapse]:focus:not(.navbar-toggler) {
    box-shadow: 0 0 0 0 rgba(33, 33, 33, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #eee;
    text-decoration: underline;
}

.btn-link:hover {
    color: #8fd13f;
    text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: none;
}

.btn-link:disabled, .btn-link.disabled {
    color: #707070;
    pointer-events: none;
}

.btn-lg{
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn-sm{
    padding: 0.375rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 0;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.35s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.collapsing.width {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.width {
        transition: none;
    }
}

.dropdown{
    position: relative;
}

.dropdown-toggle, [data-toggle=collapse]:not(.navbar-toggler) {
    white-space: nowrap;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0 0;
    margin: 0.125rem 0 0;
    font-size: 0.875rem;
    color: #eee;
    text-align: left;
    list-style: none;
    background-color: #212121;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.0625rem 0.75rem rgba(0, 0, 0, 0.16);
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #eee;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #212121;
    text-decoration: none;
    background-color: #eee;
}

.dropdown-item.active, .dropdown-item:active {
    color: #212121;
    text-decoration: none;
    background-color: #eee;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #eee;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.btn-group{
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn{
    position: relative;
    flex: 1 1 auto;
}

.btn-group > .btn:hover{
    z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active{
    z-index: 1;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group.show .dropdown-toggle, .btn-group.show [data-toggle=collapse]:not(.navbar-toggler) {
    box-shadow: none;
}

.btn-group.show .dropdown-toggle.btn-link, .btn-group.show .btn-link[data-toggle=collapse]:not(.navbar-toggler) {
    box-shadow: none;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control, .input-group > .custom-select{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select{
    margin-left: -1px;
}

.input-group > .form-control:focus, .input-group > .custom-select:focus{
    z-index: 3;
}

.input-group-prepend,
.input-group-append {
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.625rem 0.9375rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #eee;
    text-align: center;
    white-space: nowrap;
    background-color: #212121;
    border: 1px solid #eee;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
    margin-top: 0;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5rem;
    print-color-adjust: exact;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.15625rem;
    opacity: 0;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: 0.625rem 2.8125rem 0.625rem 0.9375rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212121;
    vertical-align: middle;
    background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23212121' x='0px' y='0px' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cpolygon  points='16,18.2 11.8,14.6 12.4,13.8 16,16.8 19.6,13.8 20.2,14.6 '/%3E%3C/svg%3E") no-repeat right center/auto 100%;
    border: 1px solid #212121;
    border-radius: 0;
    box-shadow: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #4f8f26;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(239, 192, 61, 0.25);
}

.custom-select:focus::-ms-value {
    color: #212121;
    background-color: #ffffff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.9375rem;
    background-image: none;
}

.custom-select:disabled {
    color: #212121;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212121;
}

.custom-select-sm {
    height: calc(1em + 0.75rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select{
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-select{
        transition: none;
    }
}

.leo-trust {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    padding: 20px 0;
    gap: 18px
}

.leo-trust > div {
    display: grid;
    grid-template-columns:36px 1fr;
    column-gap: 10px;
    align-items: center
}

.leo-trust img {
    width: 30px;
    height: 30px;
    grid-row: span 2
}

.leo-trust b, .leo-trust span {
    display: block
}

.leo-trust span {
    font-size: 12px;
    color: #c3cac6
}

.leo-knowledge {
    background-image: linear-gradient(120deg, rgba(3, 15, 8, .96), rgba(9, 35, 18, .88)), url("../../../../assets/images/backgrounds/bg-startseite-wissen-2400.webp");
    background-size: cover;
    background-position: center;
    padding: 38px 0;
    color: #fff
}

.leo-knowledge__grid {
    display: grid;
    grid-template-columns:1.3fr repeat(5, 1fr);
    gap: 14px;
    align-items: stretch
}

.leo-knowledge__intro {
    padding: 12px
}

.leo-knowledge__intro h2 {
    font-size: 32px;
    margin: 6px 0
}

.leo-guide-card {
    border: 1px solid #315a35;
    background: rgba(0, 0, 0, .22);
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 14px;
    text-decoration: none
}

.leo-guide-card img {
    height: 130px;
    width: 100%;
    object-fit: cover
}

.leo-guide-card b, .leo-guide-card span {
    display: block;
    padding: 0 12px
}

.leo-guide-card b {
    color: #8fd13f;
    text-transform: uppercase;
    margin-top: 10px
}

.leo-guide-card span {
    font-size: 12px
}

.leo-eyebrow {
    text-transform: uppercase;
    color: #8fd13f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em
}

.leo-category-grid {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    gap: 14px
}

.leo-category-grid a {
    border: 1px solid #dce3dd;
    border-radius: 9px;
    padding: 14px;
    text-align: center;
    background: #fff;
    transition: .2s;
    color: #2a570d;
    text-decoration: none
}

.leo-category-grid a:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 38px rgba(0, 0, 0, .13)
}

.leo-category-grid img {
    height: 155px;
    object-fit: contain;
    margin: auto
}

.leo-category-grid b, .leo-category-grid span {
    display: block;
    color: #2a570d
}

.leo-category-grid span {
    font-size: 12px;
    color: #2a570d
}

.leo-hero {
    position: relative;
    max-height: 1029px;
    min-height: unset;
    color: #fff;
    padding: 42px 0 0;
    overflow: hidden
}

.leo-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(90deg, rgba(2, 12, 6, .96) 0%, rgba(2, 12, 6, .78) 38%, rgba(2, 12, 6, .28) 70%, rgba(2, 12, 6, .08) 100%);
    z-index: 1
}

.leo-hero__bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0
}

.leo-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:1fr 1.3fr;
    gap: 40px;
    align-items: center
}

.leo-hero__copy h1 {
    font-size: clamp(42px, 5vw, 72px);
    line-height: .98;
    text-transform: uppercase;
    margin: 8px 0 18px
}

.leo-hero__copy h1 span {
    display: block;
    color: #8fd13f
}

.leo-hero__copy > p {
    font-size: 18px;
    max-width: 610px;
    color: #dbe8da
}

.leo-checklist {
    list-style: none;
    padding: 0;
    margin: 20px 0 26px
}

.leo-checklist li {
    margin: 8px 0
}

.leo-checklist li:before {
    content: "✓";
    color: #8fd13f;
    font-weight: 900;
    margin-right: 9px
}

.leo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 12px 20px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid transparent;
    cursor: pointer
}

.leo-btn--primary {
    background: #2a570d;
    color: #eee;
    text-decoration: none
}

.leo-btn--primary:hover {
    background: #3f791c
}

.leo-hero__quick {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    gap: 14px;
    margin-top: 28px;
    padding-bottom: 26px;
    position: relative;
    z-index: 3
}

.leo-hero__quick a {
    background: rgba(0, 0, 0, .34);
    border: 1px solid #39583a;
    border-radius: 8px;
    padding: 13px;
    text-align: center;
    text-decoration: none;
}

.leo-hero__quick img {
    height: 130px;
    margin: auto;
    object-fit: contain
}

.leo-hero__quick b, .leo-hero__quick span {
    display: block
}

.leo-hero__quick span {
    font-size: 12px;
    color: #8fd13f
}

.leo-container {
    width: min(1440px, calc(100% - 32px));
    margin-inline: auto
}

@media (max-width: 1100px) {
    .leo-hero__grid {
        grid-template-columns:1fr
    }

    .leo-knowledge__grid {
        grid-template-columns:repeat(3, 1fr)
    }

    .leo-knowledge__intro {
        grid-column: 1/-1
    }

    .leo-category-grid {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 760px) {
    .leo-hero {
        padding-top: 24px;
        max-height: 1700px;
    }

    .leo-hero__quick {
        grid-template-columns:1fr 1fr
    }

    .leo-trust {
        grid-template-columns:1fr 1fr
    }

    .leo-category-grid {
        grid-template-columns:1fr 1fr
    }

    .leo-knowledge__grid {
        grid-template-columns:1fr 1fr
    }
}

@media (max-width: 480px) {
    .leo-hero__quick, .leo-category-grid, .leo-knowledge__grid, .leo-trust{
        grid-template-columns:1fr
    }

    .leo-hero {
        max-height: 1700px;
    }
}

@media (max-width: 760px) {
    .leo-hero::before {
        background-image: linear-gradient(180deg, rgba(2, 12, 6, .82), rgba(2, 12, 6, .96))
    }

    .leo-hero__bg-img {
        object-position: center top
    }
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #313131;
    background-clip: border-box;
    border: 1px solid #212121;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #eee;
    border-bottom: 1px solid #212121;
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #707070;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #212121;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: 0;
    line-height: 1.25;
    color: #eee;
    text-decoration: none;
    background-color: transparent;
    border: 0 solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #8fd13f;
    text-decoration: none;
    background-color: transparent;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(239, 192, 61, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
}

.page-item.active .page-link {
    z-index: 3;
    color: #eee;
    background-color: transparent;
    border-color: transparent;
}

.page-item.disabled .page-link {
    color: #eee;
    pointer-events: none;
    cursor: auto;
    background-color: transparent;
    border-color: #dee2e6;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:hover, a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-primary {
    color: #eeeeee;
    background-color: #3f791c;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #212121;
    background-color: #e6ae13;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(239, 192, 61, 0.5);
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #eee;
    background-color: #080808;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, 0.5);
}

a.badge-success:hover, a.badge-success:focus {
    color: #eee;
    background-color: #135d15;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(28, 135, 30, 0.5);
}

a.badge-info:hover, a.badge-info:focus {
    color: #eee;
    background-color: #393939;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #eee;
    background-color: #7b4d1a;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(165, 104, 35, 0.5);
}

.badge-danger {
    color: #eee;
    background-color: #b90000;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #eee;
    background-color: #860000;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(185, 0, 0, 0.5);
}

.badge-light {
    color: #212121;
    background-color: #eee;
}

a.badge-light:hover, a.badge-light:focus {
    color: #212121;
    background-color: gainsboro;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #eee;
    background-color: #080808;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, 0.5);
}

a.badge-gray:hover, a.badge-gray:focus {
    color: #eee;
    background-color: #575757;
}

a.badge-gray:focus, a.badge-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(112, 112, 112, 0.5);
}

a.badge-gray-light:hover, a.badge-gray-light:focus {
    color: #212121;
    background-color: gainsboro;
}

a.badge-gray-light:focus, a.badge-gray-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

a.badge-gray-medium:hover, a.badge-gray-medium:focus {
    color: #ffffff;
    background-color: #6f6f6f;
}

a.badge-gray-medium:focus, a.badge-gray-medium.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(136, 136, 136, 0.5);
}

a.badge-gray-dark:hover, a.badge-gray-dark:focus {
    color: #212121;
    background-color: gainsboro;
}

a.badge-gray-dark:focus, a.badge-gray-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

a.badge-gray-darker:hover, a.badge-gray-darker:focus {
    color: #eee;
    background-color: #080808;
}

a.badge-gray-darker:focus, a.badge-gray-darker.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, 0.5);
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}

.alert-info {
    color: #2b2b2b;
    background-color: gainsboro;
    border-color: #cfcfcf;
}

.alert-info hr {
    border-top-color: #c2c2c2;
}

.alert-danger {
    color: #600000;
    background-color: #f1cccc;
    border-color: #ebb8b8;
}

.alert-danger hr {
    border-top-color: #e5a4a4;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.65625rem;
    background-color: #eee;
    box-shadow: none;
}

.close {
    float: right;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.5;
}

.close:hover {
    color: #000000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #212121;
}

.modal-header .close {
    padding: 0.5rem 0;
    margin: -0.5rem 0 -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 0;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem 0 0.25rem;
    border-top: 1px solid #212121;
}

.modal-footer > * {
    margin: 0.25rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: min-content;
    }

    .modal-content {
        box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg{
        max-width: 800px;
    }
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.active.carousel-item-right{
    transform: translateX(100%);
}

.active.carousel-item-left{
    transform: translateX(-100%);
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border{
        animation-duration: 1.5s;
    }
}

.align-middle {
    vertical-align: middle !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #e6ae13 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #080808 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #135d15 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #393939 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #7b4d1a !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #860000 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: gainsboro !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #080808 !important;
}

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
    background-color: #575757 !important;
}

a.bg-gray-light:hover, a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
    background-color: gainsboro !important;
}

a.bg-gray-medium:hover, a.bg-gray-medium:focus,
button.bg-gray-medium:hover,
button.bg-gray-medium:focus {
    background-color: #6f6f6f !important;
}

a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
    background-color: gainsboro !important;
}

a.bg-gray-darker:hover, a.bg-gray-darker:focus,
button.bg-gray-darker:hover,
button.bg-gray-darker:focus {
    background-color: #080808 !important;
}

.border {
    border: 1px solid #212121 !important;
}

.border-0 {
    border: 0 !important;
}

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

.d-none {
    display: none !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: flex !important;
    }
}

@media (min-width: 1300px) {
    .d-xl-none {
        display: none !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-center {
    justify-content: center !important;
}

.align-self-end {
    align-self: flex-end !important;
}

@media (min-width: 992px) {

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-none {
    box-shadow: none !important;
}

.mx-1{
    margin-right: 0.25rem !important;
}

.mb-1{
    margin-bottom: 0.25rem !important;
}

.mx-1{
    margin-left: 0.25rem !important;
}

.mt-2{
    margin-top: 0.5rem !important;
}

.mr-2{
    margin-right: 0.5rem !important;
}

.mb-3{
    margin-bottom: 1rem !important;
}

.mb-4{
    margin-bottom: 1.5rem !important;
}

.mb-5{
    margin-bottom: 2rem !important;
}

.pt-0{
    padding-top: 0 !important;
}

.m-auto {
    margin: auto !important;
}

.mr-auto{
    margin-right: auto !important;
}

@media (min-width: 768px) {

    .pr-md-8{
        padding-right: 5rem !important;
    }
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-center {
    text-align: center !important;
}

.text-white {
    color: #ffffff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #ce9c11 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: black !important;
}

a.text-success:hover, a.text-success:focus {
    color: #0f4810 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #2c2c2c !important;
}

.text-warning {
    color: #a56823 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #664016 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #6d0000 !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cfcfcf !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: black !important;
}

a.text-gray:hover, a.text-gray:focus {
    color: #4a4a4a !important;
}

a.text-gray-light:hover, a.text-gray-light:focus {
    color: #cfcfcf !important;
}

a.text-gray-medium:hover, a.text-gray-medium:focus {
    color: #626262 !important;
}

a.text-gray-dark:hover, a.text-gray-dark:focus {
    color: #cfcfcf !important;
}

a.text-gray-darker:hover, a.text-gray-darker:focus {
    color: black !important;
}

.visible {
    visibility: visible !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #eee;
        page-break-inside: avoid;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #ffffff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }
}

@keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}

select.bs-select-hidden, select.selectpicker{
    display: none !important;
}

/* consent */
/* colors */
/* prefix */
/* z-index */
.consent-hidden {
    display: none !important;
}

.consent-no-space {
    margin: 0 !important;
}

.consent-btn {
    display: inline-block;
    border-radius: 0;
    padding: 0.45rem 0.85rem;
    font-size: 0.75rem;
    outline: 0;
    transition: all 0.2s;
    cursor: pointer;
    border: 0.0625rem solid transparent;
}

@media (min-width: 768px) {
    .consent-btn {
        padding: 0.65rem 1.25rem;
        font-size: 0.875rem;
    }
}

.consent-btn-primary {
    background-color: #435a6b;
    border-color: #435a6b;
    color: #eee;
}

.consent-btn-primary:hover {
    background-color: #344653;
    border-color: #344653;
    color: #eee;
}

.consent-btn-primary:focus {
    background-color: #2f404c;
    border-color: #2f404c;
    color: #eee;
    box-shadow: 0 0 0 0.1875rem rgba(47, 64, 76, 0.5);
}

.consent-btn-outline-primary {
    background-color: transparent;
    border-color: #435a6b;
    color: #435a6b;
}

.consent-btn-outline-primary:hover {
    background-color: #344653;
    border-color: #344653;
    color: #eee;
}

.consent-btn-outline-primary:focus {
    background-color: #2f404c;
    border-color: #2f404c;
    color: #eee;
    box-shadow: 0 0 0 0.1875rem rgba(47, 64, 76, 0.5);
}

.consent-btn-tertiary {
    background-color: #ffffff;
    border-color: #397c26;
    color: #212121;
}

.consent-btn-tertiary:hover {
    background-color: #2c5f1d;
    border-color: #2c5f1d;
    color: #eee;
}

.consent-btn-tertiary:focus {
    background-color: #27551a;
    border-color: #27551a;
    color: #eee;
    box-shadow: 0 0 0 0.1875rem rgba(39, 85, 26, 0.5);
}

.consent-btn-helper {
    margin: -0.25rem;
    display: flex;
    flex-wrap: wrap;
}

.consent-btn-helper > div {
    padding: 0 0.25rem;
    width: 100%;
}

.consent-btn-helper > div > .consent-btn {
    margin: 0.25rem 0;
    flex-grow: 1;
    font-weight: 600;
}

.consent-btn-helper .consent-accept {
    width: 100%;
}

@media (max-width: 991.98px) {
    .consent-btn-helper > div {
        width: 100%;
    }

    .consent-btn-helper > div > .consent-btn {
        width: 100%;
        font-size: 0.875rem;
        display: block;
        padding: 0.85rem;
    }
}

.consent-btn-block {
    width: 100%;
}

.consent-btn-sm {
    padding: 0.45rem 0.85rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.consent-btn-holder {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    align-items: start;
}

.consent-btn-holder > div:last-child {
    margin: 0 0 0 auto;
}

.consent-btn-holder > div:first-child {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

@media (min-width: 768px) {
    .consent-btn-holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        align-items: center;
    }
}

@media (max-width: 991.98px) {
    .consent-btn-holder > div:last-child {
        margin: 1rem 0 0;
    }
}

@media (min-width: 768px) {
    .consent-switch {
        padding-left: 3.5rem;
    }
}

.consent-switch .consent-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.consent-switch .consent-input:checked ~ .consent-label::before {
    background-color: #324350;
}

.consent-switch .consent-input:checked ~ .consent-label::after {
    left: 1.375rem;
}

.consent-switch .consent-input:disabled ~ .consent-label::before {
    opacity: 0.25;
}

.consent-switch .consent-input:focus {
    outline: none;
}

.consent-switch .consent-input:focus + .consent-label::before {
    outline: 2px solid #f7df9b;
}

.consent-switch .consent-label {
    padding-left: 3.5rem;
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #435a6b;
    margin-bottom: 0.25rem;
}

.consent-switch .consent-label::before, .consent-switch .consent-label::after {
    content: "";
    float: left;
    margin-top: 0.125rem;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s;
    cursor: pointer;
}

.consent-switch .consent-label::before {
    background-color: #dddddd;
    border-radius: 10rem;
    width: 2.5rem;
    height: 1.25rem;
}

.consent-switch .consent-label::after {
    border-radius: 50%;
    background-color: #ffffff;
    height: 1rem;
    width: 1rem;
    top: 0.125rem;
    left: 0.125rem;
}

@media (min-width: 768px) {
    .consent-switch .consent-label {
        margin-left: -3.5rem;
        margin-bottom: 0;
    }
}

.consent-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    background-color: rgba(21, 28, 33, 0.9);
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.2s;
    padding: 1rem;
}

.consent-modal:not(.show) {
    opacity: 0;
    visibility: hidden;
}

.consent-modal:not(.active) {
    display: none;
}

.consent-modal-content {
    margin: 2rem auto 0;
    max-width: 40rem;
    padding: 1rem;
    background: #ffffff;
    border-radius: 0;
    position: relative;
}

.consent-modal-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 2rem;
    margin: auto;
    box-shadow: 0px 0.25rem 0.625rem rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    z-index: -1;
}

@media (min-width: 768px) {
    .consent-modal-content {
        padding: 2rem;
    }
}

.consent-modal-close {
    border: 0;
    background: transparent;
    color: #525252;
    position: absolute;
    right: 0;
    top: 0;
    outline: 0;
    cursor: pointer;
    padding: 1rem;
    transition: all 0.2s;
}

.consent-modal-close i.fa {
    font-size: 1.375rem;
}

.consent-modal-close:hover, .consent-modal-close:focus {
    color: #8fd13f;
}

.consent-modal-icon {
    width: 4.0625rem;
    height: 4.0625rem;
    border-radius: 50%;
    background-color: inherit;
    color: #435a6b;
    padding: 1rem;
    margin: -1rem auto -2rem;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .consent-modal-icon {
        margin-top: -2rem;
    }
}

#consent-manager {
    font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    color: #525252;
    font-size: 0.875rem;
    line-height: 1.5;
    position: fixed;
    z-index: 20000;
    bottom: 2rem;
    left: 1rem;
    right: 1rem;
}

#consent-manager, #consent-manager *, #consent-manager *::before, #consent-manager *::after {
    box-sizing: border-box;
}

#consent-manager a {
    color: #435a6b;
}

#consent-manager a:hover {
    text-decoration: none;
}

#consent-manager p {
    margin: 0 0 1rem;
}

#consent-manager p:last-child {
    margin-bottom: 0;
}

#consent-manager img, #consent-manager svg {
    vertical-align: baseline;
}

#consent-manager strong {
    font-weight: 600;
    color: #435a6b;
}

#consent-manager hr {
    height: 0;
    border: 0;
    border-bottom: 0.0625rem solid #dddddd;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#consent-manager ul {
    margin: 1rem 0;
    padding-left: 2em;
}

#consent-manager ul li {
    margin: 0;
}

#consent-manager:not(.active) {
    display: none;
}

.consent-icon {
    display: inline-block;
    vertical-align: -0.2em;
    width: 1em;
    height: 1em;
    margin-left: 0.25em;
}

.consent-help {
    color: #525252;
    font-size: 0.9em;
    margin-top: 0.5rem;
    display: block;
}

.consent-display-3, .consent-display-2, .consent-display-1 {
    font-weight: 600;
    color: #435a6b;
    margin-bottom: 1rem;
    display: block;
}

.consent-display-1 {
    font-size: 1.25rem;
}

@media (min-width: 768px) {
    .consent-display-1 {
        font-size: 1.5rem;
    }
}

.consent-display-2 {
    font-size: 1.1rem;
}

.consent-display-3 {
    font-size: 0.85rem;
}

#consent-banner {
    border: 0.0625rem solid #dddddd;
    border-radius: 0;
    padding: 2rem 1rem 1rem;
    color: #525252;
    background-color: #ffffff;
    width: 100%;
    max-width: 75rem;
    margin: auto;
    transition: all 0.2s;
}


#consent-banner,
#consent-banner .consent-banner-actions,
#consent-banner .consent-btn {
    position: relative;
    pointer-events: auto;
}

#consent-manager.mini > #consent-banner,
.mini > #consent-banner {
    display: none;
}

#consent-manager.fading > #consent-banner,
.fading > #consent-banner {
    transform: translateY(50%);
    opacity: 0;
}

:not(.fading) > #consent-banner {
    position: relative;
}

:not(.fading) > #consent-banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 2rem;
    margin: auto;
    box-shadow: 0px 0.25rem 0.625rem rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    z-index: -1;
}

@media (min-width: 768px) {
    #consent-banner {
        padding: 1rem 2rem;
    }
}

.consent-banner-icon {
    border-radius: 10rem;
    padding: 0.75rem;
    width: 3.4375rem;
    height: 3.4375rem;
    background-color: inherit;
    border: 0.0625rem solid #dddddd;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    color: #435a6b;
}

.consent-banner-icon::before {
    content: "";
    background-color: inherit;
    width: calc(100% + 0.125rem);
    height: calc(50% + 0.125rem);
    position: absolute;
    left: -0.0625rem;
    top: 50%;
}

.consent-banner-icon svg {
    z-index: 1;
    position: relative;
}

@media (min-width: 992px) {
    .consent-banner-icon {
        left: 0;
        top: 50%;
    }

    .consent-banner-icon::before {
        width: calc(50% + 0.125rem);
        height: calc(100% + 0.125rem);
        left: 50%;
        top: -0.0625rem;
    }
}

.consent-banner-body {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}

@media (min-width: 768px) {
    .consent-banner-body {
        flex-direction: row-reverse;
    }
}

.consent-banner-description {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.consent-banner-actions {
    margin-top: 1rem;
    width: 100%;
}

@media (min-width: 768px) {
    .consent-banner-actions {
        margin-top: 0;
        margin-left: 2rem;
        width: 16.875rem;
    }
}

.consent-show-more {
    text-align: right;
    display: block;
    margin: 0;
}

@media (min-width: 768px) {
    .consent-show-more {
        float: right;
    }
}

@media (max-width: 991.98px) {
    .consent-show-more {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        font-size: 0.8rem;
        margin: 1rem 0;
    }
}

.consent-more-description {
    background: #fff;
    padding: 1rem;
    border-radius: 0;
    margin-top: 1rem;
}

.consent-info {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0.0625rem solid #dddddd;
    border-radius: 0;
    padding: 0.5rem 1rem;
}

#consent-settings-btn {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    z-index: 1050;
    background: #ffffff;
    border-radius: 10rem;
    padding: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    outline: 0;
    cursor: pointer;
    transition: all 0.2s;
}

#consent-settings-btn:hover, #consent-settings-btn:focus {
    background: #435a6b;
}

:not(.mini) > #consent-settings-btn {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
}

#consent-settings-btn .consent-icon {
    margin: 0;
    width: 100%;
    height: 100%;
}

a.give-consent-preview:focus-visible {
    color: #8fd13f;
    text-decoration: none;
}

/*!
 * bootstrap-fileinput v5.5.4
 * http://plugins.krajee.com/file-input
 *
 * Krajee default styling for bootstrap-fileinput.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2024, Kartik Visweswaran{
    width: 0;
    height: 0;
}

@keyframes bounce {
    0%, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateZ(0);
    }
    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scaleX(1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes shake {
    0%, to {
        transform: translateZ(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        transform: translateX(0);
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    to {
        transform: rotate(0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    0% {
        transform: scaleX(1);
    }
    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes wobble {
    0% {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        transform: none;
    }
}

@keyframes jello {
    0%, 11.1%, to {
        transform: none;
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    to {
        transform: none;
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        transform: none;
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translateZ(0);
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

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

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        transform: perspective(400px);
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1;
    }
    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }
    50% {
        transform: rotate(-10deg);
    }
    70% {
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

/* Mobile responsive adjustments for all themes */
@media (max-width: 768px) {
    .theme-light .slider-pause-controls .slider-pause-btn,
    .theme-default .slider-pause-controls .slider-pause-btn,
    .theme-dark .slider-pause-controls .slider-pause-btn,
    .theme-bar .slider-pause-controls .slider-pause-btn {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    .theme-light .slider-pause-controls .slider-pause-btn i,
    .theme-default .slider-pause-controls .slider-pause-btn i,
    .theme-dark .slider-pause-controls .slider-pause-btn i,
    .theme-bar .slider-pause-controls .slider-pause-btn i {
        font-size: 12px;
    }
}

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs4/dt-1.12.0/r-2.3.0
 *
 * Included libraries:
 *   DataTables 1.12.0, Responsive 2.3.0
 */
table.dataTable td.dt-control {
    text-align: center;
    cursor: pointer;
}

table.dataTable td.dt-control:before {
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: inline-block;
    color: white;
    border: 0.15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 1em;
    content: "+";
    background-color: #31b131;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
    content: "-";
    background-color: #d33333;
}

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled, table.dataTable thead > tr > td.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting_asc_disabled, table.dataTable thead > tr > td.sorting_desc_disabled {
    cursor: pointer;
    position: relative;
    padding-right: 26px;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:after {
    position: absolute;
    display: block;
    opacity: 0.125;
    right: 10px;
    line-height: 9px;
    font-size: 0.9em;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:before {
    bottom: 50%;
    content: "▴";
}

table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:after {
    top: 50%;
    content: "▾";
}

table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:after {
    opacity: 0.6;
}

table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting_asc_disabled:before {
    display: none;
}

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
    outline: none;
}

div.dataTables_scrollBody table.dataTable thead > tr > th:before, div.dataTables_scrollBody table.dataTable thead > tr > th:after, div.dataTables_scrollBody table.dataTable thead > tr > td:before, div.dataTables_scrollBody table.dataTable thead > tr > td:after {
    display: none;
}

div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 2px;
}

div.dataTables_processing > div:last-child {
    position: relative;
    width: 80px;
    height: 15px;
    margin: 1em auto;
}

div.dataTables_processing > div:last-child > div {
    position: absolute;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgba(2, 117, 216, 0.9);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dataTables_processing > div:last-child > div:nth-child(1) {
    left: 8px;
    animation: datatables-loader-1 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(2) {
    left: 8px;
    animation: datatables-loader-2 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(3) {
    left: 32px;
    animation: datatables-loader-2 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(4) {
    left: 56px;
    animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes datatables-loader-3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes datatables-loader-2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
}

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

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
    text-align: center;
}

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

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
    text-align: justify;
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
    white-space: nowrap;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    text-align: left;
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
    text-align: left;
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
    text-align: center;
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
    text-align: right;
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
    text-align: justify;
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap;
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
    text-align: left;
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
    text-align: center;
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
    text-align: right;
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
    text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap;
}

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

table.dataTable td, table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
}

table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: transparent;
}

table.dataTable > tbody > tr {
    background-color: transparent;
}

table.dataTable > tbody > tr.selected > * {
    box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.9);
    color: white;
}

table.dataTable.table-striped > tbody > tr.odd > * {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
}

table.dataTable.table-striped > tbody > tr.odd.selected > * {
    box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.95);
}

table.dataTable.table-hover > tbody > tr:hover > * {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075);
}

table.dataTable.table-hover > tbody > tr.selected:hover > * {
    box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.975);
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table > thead .sorting:before, div.dataTables_scrollBody > table > thead .sorting_asc:before, div.dataTables_scrollBody > table > thead .sorting_desc:before, div.dataTables_scrollBody > table > thead .sorting:after, div.dataTables_scrollBody > table > thead .sorting_asc:after, div.dataTables_scrollBody > table > thead .sorting_desc:after {
    display: none;
}

div.dataTables_scrollBody > table > tbody tr:first-child th, div.dataTables_scrollBody > table > tbody tr:first-child td {
    border-top: none;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important;
    }
}

table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
    padding-right: 20px;
}

table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: 0.85em;
}

table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
    top: 5px;
}

table.table-bordered.dataTable {
    border-right-width: 0;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    border-right-width: 1px;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
    padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
    padding-right: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
    cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
    display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    top: 50%;
    left: 5px;
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: white;
    border: 0.15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 1em;
    content: "+";
    background-color: #0275d8;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
    content: "-";
    background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
    padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
    left: 4px;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    line-height: 14px;
    text-indent: 3px;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control, table.dataTable.dtr-column > tbody > tr > th.dtr-control, table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
    position: relative;
    cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control:before, table.dataTable.dtr-column > tbody > tr > th.dtr-control:before, table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
    top: 50%;
    left: 50%;
    height: 0.8em;
    width: 0.8em;
    margin-top: -0.5em;
    margin-left: -0.5em;
    display: block;
    position: absolute;
    color: white;
    border: 0.15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 1em;
    content: "+";
    background-color: #0275d8;
}

table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before, table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before, table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
    content: "-";
    background-color: #d33333;
}

table.dataTable > tbody > tr.child {
    padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
    background: transparent !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
    border-bottom: 1px solid #efefef;
    padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
    padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
    border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: bold;
}

div.dtr-modal {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    z-index: 102;
    background-color: #f5f5f7;
    border: 1px solid black;
    border-radius: 0.5em;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
    position: relative;
    padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 12;
}

div.dtr-modal div.dtr-modal-close:hover {
    background-color: #eaeaea;
}

div.dtr-modal div.dtr-modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
    div.dtr-modal div.dtr-modal-display {
        width: 95%;
    }
}

div.dtr-bs-modal table.table tr:first-child td {
    border-top: none;
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
    src: local("Raleway-Regular"), local("Raleway-Regular"), url("../base/fonts/raleway/Raleway-Regular.woff2") format("woff2");
    font-display: optional;
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 500;
    src: local("Raleway-Medium"), local("Raleway-Medium"), url("../base/fonts/raleway/Raleway-Medium.woff2") format("woff2");
    font-display: optional;
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 700;
    src: local("Raleway-Bold"), local("Raleway-Bold"), url("../base/fonts/raleway/Raleway-Bold.woff2") format("woff2");
    font-display: optional;
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    src: local("Poppins-Light"), local("Poppins-Light"), url("../base/fonts/poppins/Poppins-Light.woff2") format("woff2");
    font-display: optional;
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: local("Poppins-Regular"), local("Poppins-Regular"), url("../base/fonts/poppins/Poppins-Regular.woff2") format("woff2");
    font-display: optional;
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: local("Poppins-SemiBold"), local("Poppins-SemiBold"), url("../base/fonts/poppins/Poppins-SemiBold.woff2") format("woff2");
    font-display: optional;
}

.container-fluid-xl {
    max-width: 103.125rem;
}

@media (min-width: 992px) {

    .lg-row-lg {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .lg-row-lg > .col,
    .lg-row-lg > [class*=col-] {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 97vw;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1250px;
    }
}

.badge {
    border: 1px solid transparent;
    text-decoration: none;
    word-break: break-word;
    white-space: normal;
}

a.badge-outline-primary:hover, a.badge-outline-primary:focus {
    color: #212121;
    background-color: #e6ae13;
}

a.badge-outline-primary:focus, a.badge-outline-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(239, 192, 61, 0.5);
}

.badge-outline-secondary {
    border-color: #eee;
    color: #eee;
}

a.badge-outline-secondary:hover, a.badge-outline-secondary:focus {
    color: #eee;
    background-color: #080808;
}

a.badge-outline-secondary:focus, a.badge-outline-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, 0.5);
}

a.badge-outline-success:hover, a.badge-outline-success:focus {
    color: #eee;
    background-color: #135d15;
}

a.badge-outline-success:focus, a.badge-outline-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(28, 135, 30, 0.5);
}

a.badge-outline-info:hover, a.badge-outline-info:focus {
    color: #eee;
    background-color: #393939;
}

a.badge-outline-info:focus, a.badge-outline-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

a.badge-outline-warning:hover, a.badge-outline-warning:focus {
    color: #eee;
    background-color: #7b4d1a;
}

a.badge-outline-warning:focus, a.badge-outline-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(165, 104, 35, 0.5);
}

a.badge-outline-danger:hover, a.badge-outline-danger:focus {
    color: #eee;
    background-color: #860000;
}

a.badge-outline-danger:focus, a.badge-outline-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(185, 0, 0, 0.5);
}

a.badge-outline-light:hover, a.badge-outline-light:focus {
    color: #212121;
    background-color: gainsboro;
}

a.badge-outline-light:focus, a.badge-outline-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

a.badge-outline-dark:hover, a.badge-outline-dark:focus {
    color: #eee;
    background-color: #080808;
}

a.badge-outline-dark:focus, a.badge-outline-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, 0.5);
}

a.badge-outline-gray:hover, a.badge-outline-gray:focus {
    color: #eee;
    background-color: #575757;
}

a.badge-outline-gray:focus, a.badge-outline-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(112, 112, 112, 0.5);
}

a.badge-outline-gray-light:hover, a.badge-outline-gray-light:focus {
    color: #212121;
    background-color: gainsboro;
}

a.badge-outline-gray-light:focus, a.badge-outline-gray-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

a.badge-outline-gray-medium:hover, a.badge-outline-gray-medium:focus {
    color: #ffffff;
    background-color: #6f6f6f;
}

a.badge-outline-gray-medium:focus, a.badge-outline-gray-medium.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(136, 136, 136, 0.5);
}

a.badge-outline-gray-dark:hover, a.badge-outline-gray-dark:focus {
    color: #212121;
    background-color: gainsboro;
}

a.badge-outline-gray-dark:focus, a.badge-outline-gray-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

a.badge-outline-gray-darker:hover, a.badge-outline-gray-darker:focus {
    color: #eee;
    background-color: #080808;
}

a.badge-outline-gray-darker:focus, a.badge-outline-gray-darker.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, 0.5);
}

.badge-light {
    color: #212121;
}

.badge-outline-secondary {
    border-color: #eee;
    color: #eee;
}

.bubble {
    font-size: 1rem;
    border: 2px solid #eee;
    border-radius: 50%;
    padding: 12px;
    background: #fff;
    margin-top: -1.5rem;
}

.variation .badge {
    display: inline-flex;
    align-items: center;
}

.badge-not-available {
    margin-left: auto;
}

.close{
    position: static;
    float: right;
    background: none;
    padding: 0;
    border: 0;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus{
    opacity: 1;
}

.close:hover{
    cursor: pointer;
}

.nav-dividers .nav-item {
    position: relative;
}

.nav-dividers .nav-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.5rem;
    height: calc(100% - 1rem);
    border-right: 0.0625rem solid currentColor;
}

.nav-link {
    text-decoration: none;
}

.navbar-toggler {
    font-size: 0;
    border: 0;
    height: 1.5625rem;
    padding: 0;
}

.navbar-toggler:focus, .navbar-toggler.focus {
    outline: 0;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: none;
    height: 0.125rem;
    background-color: transparent;
    width: 1.25rem;
    display: inline-block;
    position: relative;
    transition: all 0.2s;
    border-radius: 1rem;
}

.navbar-toggler .navbar-toggler-icon:before, .navbar-toggler .navbar-toggler-icon:after {
    content: "";
    height: inherit;
    width: inherit;
    transform-origin: center;
    background-color: currentColor;
    display: inherit;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s;
    border-radius: inherit;
}

.navbar-toggler .navbar-toggler-icon:before {
    transform: translateX(-50%) rotate(45deg);
}

.navbar-toggler .navbar-toggler-icon:after {
    transform: translateX(-50%) rotate(-45deg);
}

.navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
    background-color: currentColor;
}

.navbar-toggler[aria-expanded=false] .navbar-toggler-icon:before {
    transform: translateX(-50%) translateY(-0.375rem);
}

.navbar-toggler[aria-expanded=false] .navbar-toggler-icon:after {
    transform: translateX(-50%) translateY(0.375rem);
}

@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }
}

.nav-scrollbar {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.nav-scrollbar .nav, .nav-scrollbar .navbar-nav {
    flex-wrap: nowrap;
}

.nav-scrollbar .nav-item {
    white-space: nowrap;
}

.nav-scrollbar-inner {
    overflow-x: auto;
    padding-bottom: 1.5rem; /*margin-bottom: -(map-get($spacers, 4));*/
    align-self: flex-start;
}

.nav-scrollbar-arrow {
    width: 3rem;
    cursor: pointer;
    transition: opacity 0.2s;
    font-size: 1rem;
    z-index: 1;
}

.nav-scrollbar-arrow.left {
    background-image: linear-gradient(to right, #212121 30%, rgba(33, 33, 33, 0.01) 100%);
    background-repeat: repeat-x;
    left: 0;
    padding-right: 2rem;
    margin-right: -3rem;
}

.nav-scrollbar-arrow.right {
    background-image: linear-gradient(to right, rgba(33, 33, 33, 0.01) 0%, #212121 70%);
    background-repeat: repeat-x;
    right: 0;
    padding-left: 2rem;
    margin-left: -3rem;
}

.nav-scrollbar-arrow.disabled {
    pointer-events: none;
    opacity: 0;
}

#shop-nav .nav-link i {
    position: relative;
}

#shop-nav .nav-item .table-responsive {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.nav-panel .nav .nav {
    padding-left: 0.5rem;
}

.nav-scrollbar-item .nav-mobile-heading {
    display: block;
    padding-right: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .nav-scrollbar-item .nav-mobile-heading {
        padding-right: 0;
    }
}

.nav-scrollbar-item .dropdown-body {
    padding: 0;
}

@media (min-width: 992px) {
    .nav-scrollbar-item .dropdown-body {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }
}

.breadcrumb-wrapper {
    align-items: center;
}

@media (min-width: 992px) {
    .breadcrumb-wrapper {
        border-style: solid;
        border-color: #888888;
        border-width: 1px 0;
    }
}

.breadcrumb {
    font-size: 0.8125rem;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb-item {
    display: none;
}

@media (min-width: 768px) {
    .breadcrumb-item {
        display: flex;
    }
}

.breadcrumb-item.active {
    font-weight: 700;
}

.breadcrumb-item.first {
    padding-left: 0;
}

.breadcrumb-item.first::before {
    display: none;
}

.breadcrumb-arrow {
    display: flex;
}

@media (min-width: 768px) {
    .breadcrumb-arrow {
        display: none;
    }
}

.breadcrumb-arrow:first-child::before {
    content: '\f053' !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    margin-right: 6px;
}

.breadcrumb-arrow:not(:first-child) {
    padding-left: 0;
}

.breadcrumb-arrow:not(:first-child)::before {
    content: none;
}

.navigation-arrows {
    display: none;
}

@media (min-width: 768px) {
    .navigation-arrows {
        display: flex;
        justify-content: flex-end;
    }
}

.navigation-arrows .btn {
    float: right;
}

.has-left-sidebar .breadcrumb-container {
    padding-left: 0;
    padding-right: 0;
}

.breadcrumb-backtolist {
    display: flex;
}

.breadcrumb-backtolist::before {
    content: '\f053' !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    margin-right: 6px;
}

.breadcrumb-backtolist::after {
    content: "|";
    margin-left: 6px;
    margin-right: 6px;
}

.btn {
    text-decoration: none;
}

.btn-primary {
    overflow: hidden;
    position: relative;
}

@media (hover) {
    .btn-primary:hover {
        background-color: #f2cc63;
        border-color: #f2cc63;
        color: #212121;
    }
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #212121;
    color: #eee;
    border-color: #212121;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .btn-primary[data-toggle=collapse]:not(.navbar-toggler) {
    background-color: #eeeeee;
    border-color: #4f8f26;
    color: #212121;
}

.btn-outline-primary {
    border-color: #4f8f26;
    background-color: transparent;
    color: #8fd13f;
    position: relative;
    overflow: hidden;
}

@media (hover) {
    .btn-outline-primary:hover {
        background-color: white;
        color: #212121;
    }
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    background-color: transparent;
    color: #888888;
    border-color: #888888;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle, .show > .btn-outline-primary[data-toggle=collapse]:not(.navbar-toggler) {
    border-color: #4f8f26;
    background-color: #3f791c;
    color: #eee;
}

.btn-outline-primary:not(:disabled):not(.disabled):active::after, .btn-outline-primary:not(:disabled):not(.disabled).active::after, .show > .btn-outline-primary.dropdown-toggle::after, .show > .btn-outline-primary[data-toggle=collapse]:not(.navbar-toggler)::after {
    width: 300%;
}

@media (hover) {
    .btn-secondary:hover {
        background-color: #353535;
        border-color: #353535;
    }
}

.btn-outline-secondary {
    border-color: #eee;
    background-color: transparent;
    color: #eee;
}

@media (hover) {
    .btn-outline-secondary:hover {
        border-color: #555555;
        background-color: #555555;
        color: #eee;
    }
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    background-color: transparent;
    color: #888888;
    border-color: #888888;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle, .show > .btn-outline-secondary[data-toggle=collapse]:not(.navbar-toggler) {
    border-color: #555555;
    background-color: #555555;
    color: #eee;
}

/* add to cart btn */
#add-to-cart .btn .btn-basket-check span {
    margin-right: 0.25rem;
    display: none;
}

@media (min-width: 576px) {
    #add-to-cart .btn .btn-basket-check span {
        display: inline-block;
    }
}

#add-to-cart .btn svg {
    /* this is the check icon */
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    /* move the icon on the right - outside the button */
}

#add-to-cart .btn.is-added .btn-basket-check {
    /* product added to the cart - hide text message on the left with no transition*/
    color: transparent;
    top: 50%;
    transform: translateY(-50%);
}

#add-to-cart .btn.is-added svg {
    /* product added to the cart - move the svg back inside the button */
    top: 50%;
    transform: translateY(-50%);
}

.badge-circle-1 {
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 44px;
    width: 44px;
    height: 44px;
    border: 1px solid #707070;
    opacity: 0.8;
    color: #707070;
    font-size: 18px;
    line-height: 15px;
    border-radius: 50% !important;
    transition: all 0.2s;
}

.badge-circle-1::before {
    display: none;
}

.badge-circle-1.badge-circle-no-sizes {
    width: unset;
    height: unset;
    min-width: unset;
}

.badge-circle-1.circle-small {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 14px !important;
    line-height: 12px !important;
}

.badge-circle-1:hover {
    color: #212121;
    border-color: #212121;
    opacity: 1 !important;
    background: #fff;
}

.badge-circle-1.on-list {
    animation: size 0.4s;
    color: #fff;
    opacity: 1;
    border: 1px solid #4f8f26;
    background-color: #3f791c;
}

.btn-danger {
    color: #ffffff;
}

.btn-danger:hover {
    color: #ffffff;
}

.btn-filter-box {
    text-decoration: none;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-header {
    border-bottom: 0;
}

.card-columns {
    column-count: 1;
}

.card-columns .card {
    margin-bottom: 0.75rem;
    display: inline-block;
    width: 100%;
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 2;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 3;
    }
}

.card-columns.manufacturers-columns {
    column-count: 2;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

@media (min-width: 768px) {
    .card-columns.manufacturers-columns {
        column-count: 3;
    }
}

@media (min-width: 992px) {
    .card-columns.manufacturers-columns {
        column-count: 4;
    }
}

@media (min-width: 992px) {
    .card-columns.card-columns-2 {
        column-count: 2;
    }
}

.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:not(.slider-no-preview) {
        padding-right: 50px;
    }
}

.carousel:not(.slick-initialized).slick-lazy > div {
    width: 100%;
}

@media (max-width: 767.98px) {
    .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
        width: calc(100% / var(--display-count-sm));
        min-width: calc(100% / var(--display-count-sm));
    }
}

@media (min-width: 768px) {
    .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
        width: calc(100% / var(--display-count-md));
        min-width: calc(100% / var(--display-count-md));
    }
}

@media (min-width: 992px) {
    .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
        width: calc(100% / var(--display-count-lg));
        min-width: calc(100% / var(--display-count-lg));
    }
}

@media (min-width: 1300px) {
    .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
        width: calc(100% / var(--display-count-xl));
        min-width: calc(100% / var(--display-count-xl));
    }
}

.carousel:not(.slick-initialized).slick-type-product {
    --display-count-sm: 2;
    --display-count-md: 3;
    --display-count-lg: 5;
    --display-count-xl: 7;
}

@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: 50%;
        min-width: 50%;
    }
}

@media (min-width: 992px) {
    .carousel:not(.slick-initialized).slick-type-news .product-wrapper {
        width: 33.3333333333%;
        min-width: 33.3333333333%;
    }
}

@media (min-width: 1300px) {
    .carousel:not(.slick-initialized).slick-type-news .product-wrapper {
        width: 20%;
        min-width: 20%;
    }
}

.carousel:not(.slick-initialized).slick-type-box .product-wrapper {
    width: 100%;
    min-width: 100%;
}

.carousel:not(.slick-initialized).slick-type-half .product-wrapper {
    width: 50%;
    min-width: 50%;
}

@media (min-width: 1300px) {
    .carousel:not(.slick-initialized).slick-type-half .product-wrapper {
        width: 33.3333333333%;
        min-width: 33.3333333333%;
    }
}

@media (max-width: 767.98px) {
    .carousel:not(.slick-initialized).slick-type-three .product-wrapper {
        width: 100%;
        min-width: 100%;
    }
}

@media (min-width: 768px) {
    .carousel:not(.slick-initialized).slick-type-three .product-wrapper {
        width: 50%;
        min-width: 50%;
    }
}

@media (min-width: 1300px) {
    .carousel:not(.slick-initialized).slick-type-three .product-wrapper {
        width: 33.3333333333%;
        min-width: 33.3333333333%;
    }
}

.carousel:not(.slick-initialized) .product-wrapper {
    padding: 0 1rem;
}

.carousel:hover .slick-arrow {
    opacity: 1;
}

.slick-arrow {
    font-size: 0;
    border: 0;
    opacity: 0;
    background-color: #888888;
    padding: 1.5rem 0.75rem;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slick-arrow::after {
    font-size: 0.875rem;
}

.slick-arrow:hover {
    background-color: #3f791c;
    color: #ffffff;
}

.slick-arrow:focus {
    outline: 0;
}

.slick-prev {
    left: 1rem;
    transform: translate(-100%, -50%);
}

.slick-prev::after {
    content: '\f053' !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}

@media (max-width: 1299.98px) {
    .slick-prev {
        transform: translate(50%, -50%);
    }
}

.slick-next {
    right: 1rem;
    transform: translate(100%, -50%);
}

.slick-next::after {
    content: '\f054' !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}

@media (max-width: 1299.98px) {
    .slick-next {
        transform: translate(-50%, -50%);
    }
}

.carousel-arrows-inside .slick-prev {
    transform: translate(50%, -50%);
}

.carousel-arrows-inside .slick-next {
    transform: translate(-50%, -50%);
}

.carousel-arrows-inside.carousel-no-gutters .slick-prev {
    transform: translate(0, -50%);
}

.carousel-arrows-inside.carousel-no-gutters .slick-next {
    transform: translate(0, -50%);
}

/* customs */
.carousel-thumbnails {
    margin: 0 -0.5rem;
}

.carousel-thumbnails .slick-arrow {
    flex: 0 0 auto;
    transform: none;
    position: static;
    right: auto;
    left: auto;
    margin-top: 0;
    background: transparent;
    opacity: 1;
}

.carousel-thumbnails .slick-arrow:hover {
    background: transparent;
    color: inherit;
}

[data-toggle=collapse]:not(.navbar-toggler) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.btn[data-toggle=collapse][aria-expanded=true] i.fa-chevron-down {
    transform: rotate(180deg);
}

.dropdown-body,
.dropdown-footer {
    padding: 1.5rem;
}

.dropdown-body:first-child,
.dropdown-footer:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-body:last-child,
.dropdown-footer:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-item {
    background-color: transparent;
    text-decoration: none;
}

.dropdown-item.variation {
    word-break: break-word;
    white-space: normal;
}

.dropdown-toggle, [data-toggle=collapse]:not(.navbar-toggler) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.dropdown-toggle::after, [data-toggle=collapse]:not(.navbar-toggler)::after {
    content: '\f078' !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    margin-left: 0.5rem;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    transition: transform 0.2s;
    will-change: transform;
    border-top: 0;
    font-size: 0.75em;
}

.dropdown-toggle[aria-expanded=true]::after, [aria-expanded=true][data-toggle=collapse]:not(.navbar-toggler)::after {
    transform: rotate(180deg);
}

.dropdown-toggle.no-caret{
    display: block;
}

.dropdown-toggle.no-caret::after{
    display: none;
}

.dropdown-full-width .dropdown-menu {
    width: 100%;
}

.dropdown-toggle, [data-toggle=collapse]:not(.navbar-toggler) {
    white-space: initial;
}

.box .dropdown-menu{
    max-height: 50vh;
    overflow-y: auto;
}

.modal-backdrop.zindex-dropdown {
    z-index: 1020;
}

.square-image {
    position: relative;
    display: flex;
}

.square-image .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.square-image .inner picture {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
}

.square-image .inner a {
    width: 100%;
    height: 100%;
    display: block;
}

.square-image .inner img {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.square-image .inner img.lazyloading {
    color: transparent;
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px;
}

.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((1em + 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;
}

.form-counter {
    border: 1px solid #eee;
    border-radius: 0;
    max-height: calc(1.5em + 1.25rem + 2px);
}

.form-counter .form-control {
    border: 0;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    height: calc(calc(1.5em + 1.25rem + 2px) - 2px);
    -moz-appearance: textfield;
}

.form-counter .form-control::-webkit-inner-spin-button, .form-counter .form-control::-webkit-outer-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}

.form-counter .input-group-text {
    border: 0;
    background: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.form-counter .btn {
    max-height: calc(calc(1.5em + 1.25rem + 2px) - 2px);
}

.form-counter .btn:hover {
    background-color: #212121;
}

input[type=radio]:checked + label, input[type=checkbox]:checked + label {
    font-weight: 700;
}

[data-toggle-password] {
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.custom-select {
    -webkit-appearance: none;
}

legend {
    font-size: 1rem;
    font-weight: bolder;
    padding-bottom: 5px;
    margin: 10px 0 20px 0;
    border-bottom: solid 1px #ebebeb;
}

label[for=city],
label[for=register-shipping_address-city] {
    padding: 0;
}

label {
    display: block;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group.has-error .form-control {
    border: 1px solid #b90000;
}

.fa-sup {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -0.3em;
    background-color: #eeeeee;
    margin-top: -1em;
    padding: 0.4em 0.6em;
    border-radius: 50rem;
    font-size: 0.7em;
    font-family: "Raleway", sans-serif;
    color: #212121;
    max-width: 3em;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cart-icon-dropdown-icon .fa-sup {
    max-width: none;
}

.modal-content {
    padding: 1rem 2rem;
}

@media (max-width: 767.98px) {
    .modal-content {
        padding: 1rem;
    }
}

@media (max-width: 991.98px) {
    .modal-content {
        height: 100%;
    }
}

.modal-content .container {
    padding-right: 0;
    padding-left: 0;
}

.modal-title {
    font-size: 1.25rem;
}

.modal-header {
    border-bottom: 1px solid #212121;
}

.modal-header .close {
    background-color: #212121;
    color: #eee;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    position: absolute;
    right: 50%;
    top: 0;
    transform: translate(50%, -50%);
    outline: 0;
    padding: 0;
    font-size: 1.3125rem;
    font-weight: 700;
    border: 0;
}

.modal-header .close:hover {
    background-color: #3f791c;
    color: #ffffff;
}

@media (min-width: 768px) {
    .modal-header .close {
        right: 0;
        transform: translate(50%, -50%);
    }
}

@media (max-width: 1299.98px) {
    .modal-fullview {
        padding-right: 0 !important;
    }

    .modal-fullview .modal-dialog {
        margin: 0;
        max-width: 100%;
    }

    .modal-fullview .modal-content {
        width: 100%;
    }

    .modal-fullview .close {
        position: fixed;
        top: 1rem;
        right: 1rem;
        transform: none;
        z-index: 1030;
    }
}

.modal-dialog {
    margin-top: 1.75rem;
}

@media (max-width: 991.98px) {
    .modal-dialog {
        height: auto;
    }
}

#productImagesModal .modal-dialog {
    height: auto;
}

#productImagesModal .square-image {
    margin-bottom: 0.25rem;
}

.newsbox {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 2rem;
    position: relative;
}

.newsbox-body {
    flex: 1 1 auto;
    padding: 1rem 0;
}

.newsbox-headline {
    font-weight: 700;
    margin: 1rem 0;
    display: block;
}

.newsbox-author {
    vertical-align: middle;
    display: none;
}

@media (min-width: 576px) {
    .newsbox-author {
        display: inline-block;
    }
}

.blog-overview .blog-overview-main {
    align-items: end;
    margin-top: 3rem;
    margin-bottom: 0.5rem;
}

.blog-overview .blog-overview-main .custom-select {
    margin-bottom: 0.5rem;
}

@media (min-width: 1300px) {
    .blog-overview .blog-overview-main .custom-select {
        margin-bottom: 0;
    }
}

.blog-overview .blog-overview-main .blog-overview-pagination {
    margin-left: auto;
}

.blog-overview .blog-overview-preview {
    margin-top: 1.5rem;
}

.blog-overview .blog-overview-hr {
    margin-top: -0.25rem;
    margin-bottom: 2rem;
}

.blog-preview .blog-preview-comment {
    margin-left: auto;
}

.blog-preview .blog-preview-comment a {
    text-decoration: none;
}

.productbox {
    position: relative;
}

@media (min-width: 768px) {
    .productbox.productbox-hover .productbox-inner::before {
        content: "";
        background-color: #212121;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        transition: all 0.2s ease-in-out;
    }

    .productbox.productbox-hover:hover, .productbox.productbox-hover:focus, .productbox.productbox-hover.focus {
        z-index: 1001;
        outline: none;
    }

    .productbox.productbox-hover:hover .productbox-inner::before, .productbox.productbox-hover:focus .productbox-inner::before, .productbox.productbox-hover.focus .productbox-inner::before {
        box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
        left: -1rem;
        right: -1rem;
        top: -1rem;
        bottom: -1rem;
    }

    .productbox.productbox-hover:hover .productbox-ribbon.ribbon, .productbox.productbox-hover:focus .productbox-ribbon.ribbon, .productbox.productbox-hover.focus .productbox-ribbon.ribbon {
        top: -0.5rem;
        left: -1.5rem;
    }

    .productbox.productbox-hover:focus-visible .productbox-inner::before, .productbox.productbox-hover:focus-within .productbox-inner::before {
        outline: 2px solid #f7df9b;
        border-radius: 0;
    }

    .productbox.productbox-hover:not(:hover, :focus, .focus) .productbox-onhover {
        opacity: 0;
    }

    .productbox.productbox-hover.productbox-column {
        width: 100%;
        height: 100%;
    }

    .productbox.productbox-hover.productbox-column:hover .productbox-inner.pos-abs, .productbox.productbox-hover.productbox-column:focus .productbox-inner.pos-abs, .productbox.productbox-hover.productbox-column.focus .productbox-inner.pos-abs {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
    }

    .productbox.productbox-hover.productbox-column:not(:hover, :focus, .focus) .productbox-onhover {
        display: none;
    }

    .productbox.productbox-hover.productbox-column .variations .form-group {
        margin-bottom: 0.25rem;
    }
}

.productbox .form-counter .btn, .productbox .form-counter .input-group-text {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.productbox textarea {
    height: calc(1.5em + 1.25rem + 2px);
}

.productbox:focus {
    outline: none;
}

.productbox-inner {
    position: relative;
}

.productbox-inner .productbox-title {
    top: 0.5rem;
}

.productbox-quick-actions {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    display: flex;
    z-index: 1;
    justify-content: flex-end;
}

.productbox-quick-actions .btn {
    margin: 0.25rem;
}

.productbox-ribbon.ribbon {
    position: absolute;
    z-index: 1;
    top: 1rem;
    left: -0.5rem;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 991.98px) {
    .productbox-ribbon.ribbon {
        font-size: 0.5625rem;
    }
}

.productbox-image {
    position: relative;
}

.productbox-image .productbox-images a {
    display: block;
}

.productbox-title {
    display: block;
}

.productbox-price {
    font-size: 1rem;
}

.productbox-onhover {
    transition: opacity 0.35s linear;
}

.ribbon {
    position: relative;
    display: inline-block;
    padding: 0.25rem 1rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.3);
}

.ribbon::before, .ribbon::after {
    content: "";
    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-4 {
    background-color: #eee;
    color: #121212;
}

.ribbon-4::before {
    border-right-color: #e6e6e6;
}

.ribbon-7 {
    background-color: #b90000;
    color: #e6e6e6;
}

.ribbon-7::before {
    border-right-color: #9a0000;
}

.ribbon-8 {
    background-color: #ffffff;
    color: #212121;
}

.ribbon-8::before {
    border-right-color: #0c6a4e;
}

.tab-navigation .nav-tabs {
    position: relative;
}

.tab-navigation .nav-item:not(:last-child) {
    margin-right: 2rem;
}

.tab-navigation .nav-link {
    border: 0;
    font-size: 1rem;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.tab-navigation .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 0 6px;
    border-color: #eee;
    border-style: solid;
    transition: width 0.4s;
    width: 0;
}

.tab-navigation .nav-link.active::after, .tab-navigation .nav-link:hover::after {
    width: 100%;
}

.tab-navigation .tab-drop {
    margin-right: 0;
    position: absolute !important;
    right: 0;
    bottom: 0;
    display: block;
    width: 25px;
}

.tab-navigation .tab-drop .dropdown-toggle, .tab-navigation .tab-drop [data-toggle=collapse]:not(.navbar-toggler) {
    margin-right: 0;
    height: 2.7rem;
}

.tab-navigation .tab-drop .dropdown-toggle::after, .tab-navigation .tab-drop [data-toggle=collapse]:not(.navbar-toggler)::after {
    margin: 0;
    font-size: 1.2rem;
    display: block;
    width: 1.5625rem;
    padding-bottom: 0.625rem;
    text-align: center;
    border-bottom: 0;
}

.tab-content {
    margin: 1.5rem 0;
}

a[data-toggle=collapse][aria-expanded=true] i.fa-chevron-down{
    transform: rotate(180deg);
}

.table tbody:first-child tr:first-child td {
    border-top: 0;
}

.table-bordered-outline tr {
    border-width: 0 1px;
    border-style: solid;
    border-color: #212121;
}

.table-bordered-outline tr:first-child {
    border-top-width: 1px;
}

.table-bordered-outline tr:last-child {
    border-bottom-width: 1px;
}

.table-bordered-outline th, .table-bordered-outline td {
    border-width: 0;
}

table caption {
    caption-side: top;
}

table.dataTable td {
    vertical-align: middle;
}

table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > * {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
}

.smoothscroll-top {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 1030;
    width: 47px;
    height: 44px;
    line-height: 44px;
    right: 20px;
    bottom: -20px;
    padding-top: 2px;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.2s;
    background: #ffffff;
    color: #707070;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

.smoothscroll-top.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
    bottom: 20px;
}

.smoothscroll-top i.fa {
    line-height: inherit;
}

.modal-body.js-collapse-filter {
    min-height: 100px;
}

aside h4 {
    margin-bottom: 1rem;
}

aside .card {
    border: none;
    box-shadow: none;
    background-color: transparent;
}

aside .card .card-title {
    margin-bottom: 0.5rem;
    font-size: 1.875rem;
    font-weight: 600;
}

aside .card > .card-body {
    padding: 0;
}

aside .card > .card-body .card-title {
    font-weight: 600;
}

aside .nav-panel .nav {
    flex-wrap: initial;
}

aside .nav-panel > .nav > .active > .nav-link {
    border-bottom: 0.375rem solid #8fd13f;
    cursor: pointer;
}

aside .nav-panel .active > .nav-link {
    font-weight: 700;
}

aside .nav-panel .nav-link[aria-expanded=true] i.fa-chevron-down {
    transform: rotate(180deg);
}

aside .nav-panel .nav-link, aside .nav-panel .nav-item {
    clear: left;
}

aside .box .nav-link,
aside .box .nav a,
aside .box .dropdown-menu .dropdown-item {
    text-decoration: none;
    white-space: normal;
}

aside .box .nav-link {
    padding-left: 0;
    padding-right: 0;
}

aside .box .snippets-categories-nav-link-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.box-categories .dropdown .collapse,
.box-linkgroup .dropdown .collapse {
    background: #212121;
}

.box-categories .nav-link {
    cursor: pointer;
}

#footer-boxes .card {
    background: transparent;
    border: 0;
}

#footer-boxes .card a {
    text-decoration: none;
}

@media (min-width: 768px) {
    .box-normal {
        margin-bottom: 1.5rem;
    }
}

.box-normal .box-normal-link {
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .box-normal .box-normal-link {
        display: none;
    }
}

.box-filter-hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.box-normal-hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
}

@media (min-width: 768px) {
    .box-normal-hr {
        display: none;
    }
}

.box-nav-item {
    margin-top: 0.5rem;
}

@media (min-width: 768px) {
    .box-nav-item {
        margin-top: 0;
    }
}

.box-link-wrapper {
    align-items: center;
    display: flex;
}

.box-link-wrapper .badge {
    margin-left: auto;
}

.characteristic-collapse-btn-inner img {
    margin-right: 0.25rem;
}

html {
    scroll-behavior: smooth;
}

a {
    transition: color 0.2s ease-in-out;
}

.alert-danger {
    color: #b90000;
    background-color: #E8CCD2;
    border-color: #E8CCD2;
}

.alert-danger hr {
    border-top-color: #e0bac2;
}

.alert-info {
    color: #eee;
    background-color: #525252;
    border-color: #525252;
}

.alert-info hr {
    border-top-color: #e4e9f2;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #c3ffc3 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #d8a9b3 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #f2e2b0 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #d3dce9 !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

:focus, .focus {
    box-shadow: none;
    outline: none;
}

button:focus {
    box-shadow: none;
    outline: none;
}

image:focus {
    outline: none;
}

[data-toggle=collapse][aria-expanded=true] i.fa-plus:before {
    content: "\f068";
}

#main-wrapper {
    background: #212121;
}

ul.config-items,
ul.partlist-items {
    padding-left: 15px;
    list-style-position: inside;
}

/* VARIATIONS */
.variations dt {
    font-weight: normal;
    margin-bottom: 8px;
}

.delivery-status .status-1{
    color: #a56823;
}

.delivery-status .status-2{
    color: #1C871E;
}

/* wishlist */
input.form-control[name=wishlist-url] {
    background: #eee;
}

@keyframes fade {
    0% {
        color: transparent;
    }
    35% {
        color: #212121;
    }
    100% {
        color: transparent;
    }
}

@keyframes size {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.content-wrapper a, a.nice-deco{
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: #525252;
    padding: 0 1px;
    cursor: pointer;
}

.content-wrapper a::before, .content-wrapper a::after, a.nice-deco::before, a.nice-deco::after{
    content: "";
    position: absolute;
    background-color: #525252;
    height: 5%;
}

.content-wrapper a::before, a.nice-deco::before{
    width: 0;
    left: 0;
    bottom: 0;
    transition: width ease 0.4s;
}

.content-wrapper a::after, a.nice-deco::after{
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all ease 0.6s;
}

.content-wrapper a:hover::before, .content-wrapper a:focus::before, a.nice-deco:hover::before, a.nice-deco:focus::before{
    width: 100%;
}

.content-wrapper a:hover::after, .content-wrapper a:focus::after, a.nice-deco:hover::after, a.nice-deco:focus::after{
    left: 100%;
    width: 0%;
    transition: all ease 0.2s;
}

.subheadline {
    font-weight: 700;
    margin-bottom: 1rem;
    display: block;
}

main section {
    padding: 2rem 0;
}

@media (min-width: 992px) {
    main section {
        padding: 4rem 0;
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

input.typeahead::-webkit-input-placeholder {
    color: #eee !important;
}

input.typeahead:-moz-placeholder { /* Firefox 18- */
    color: #eee !important;
}

input.typeahead::-moz-placeholder { /* Firefox 19+ */
    color: #eee !important;
}

input.typeahead:-ms-input-placeholder {
    color: #eee !important;
}

.loading {
    min-height: 140px;
}

.ml-auto-util {
    margin-left: auto;
}

.sitemap-group {
    margin-bottom: 2rem;
}

.sitemap-group li{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.sitemap-group .sub-categories {
    padding-left: 1.5rem;
}

.w-100-util {
    width: 100%;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.icon-mr-2 {
    margin-right: 0.5rem;
}

.link-content {
    margin-bottom: 1rem;
}

@keyframes pointLoader {
    0% {
        content: "";
    }
    25% {
        content: ".";
    }
    50% {
        content: "..";
    }
    75% {
        content: "...";
    }
}

.modal-header .close:focus {
    background: #3f791c;
    color: #ffffff;
}

.btn:focus-visible,
.focus,
:focus-visible {
    outline: 2px solid #f7df9b;
    border-radius: 0;
    outline-offset: 1px;
}

.min-w-sm {
    min-width: 9.375rem;
}

.max-h-sm {
    max-height: 9.375rem;
}

@media (min-width: 992px) {

    .lg-min-w-lg {
        min-width: 21.875rem;
    }

    .lg-max-h {
        max-height: 21.875rem;
    }
}

.productbox-price, .tab-navigation .nav-link{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

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

a.text-decoration-underline:hover, .btn-link.text-decoration-underline:hover {
    text-decoration: none;
}

.text-decoration-none-util {
    text-decoration: none;
}

.word-break {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

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

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

.text-muted-util {
    color: #707070;
}

.align-items-center-util {
    align-items: center;
}

.text-nowrap-util {
    white-space: nowrap;
}

.zindex-dropdown {
    z-index: 1000;
}

@page {
    size: a3;
}

/* productlist */
#footer .productlist-filter-headline {
    border-bottom: 0 solid #212121;
    font-size: 0.875rem;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    padding-bottom: 0;
}

.filter-item {
    padding: 0.25rem 0;
    display: block;
    text-decoration: none;
    margin: 0 3px;
}

.filter-item .filter-img {
    width: auto;
    height: 42px;
    max-width: 42px;
    margin: 0.2rem;
    border: 3px solid transparent;
    object-fit: contain;
}

.filter-item.active, .filter-item:active {
    color: #212121;
    font-weight: 600;
    background-color: transparent;
}

.filter-item.active .filter-img, .filter-item:active .filter-img {
    border: 3px solid #4f8f26;
    border-radius: 0;
}

.filter-item.dropdown-item {
    padding: 0.25rem 1.5rem;
}

.filter-item .badge {
    word-break: keep-all;
}

.filter-search-wrapper .form-clear {
    bottom: 13px;
    right: 7px;
}

.filter-search-wrapper .input-group-text {
    background-color: #ffffff;
}

.filter-search-wrapper.input-group-selected .input-group-text{
    transition: none;
    border-color: #4f8f26;
    border-width: 2px;
}

.filter-search-wrapper.input-group-selected .input-group-text {
    border-right-width: 0px;
}

.list-gallery img.first {
    opacity: 1;
    transition: opacity 0.35s linear;
}

.list-gallery img.second {
    opacity: 0;
    transition: opacity 0.35s linear;
}

.list-gallery:hover img.first {
    opacity: 0;
}

.list-gallery:hover img.second {
    opacity: 1;
}

.row.gallery .product-wrapper {
    border-bottom: none;
    border-right: none;
}

#product-list .product-wrapper:not(:last-child) {
    margin-bottom: 4rem;
}

#product-list.layout-gallery .productbox-hover.productbox-show-variations.transition, #product-list.layout-gallery .productbox-hover.productbox-show-variations:hover, #product-list.layout-gallery .productbox-hover.productbox-show-variations:focus, #product-list.layout-gallery .productbox-hover.productbox-show-variations.focus {
    position: absolute;
    z-index: 1000;
    padding: 1rem 1rem 0;
    margin: -1rem;
    width: 100%;
}

#product-list.layout-gallery .productbox-hover.productbox-show-variations.show-variation-collapse:hover {
    background-color: #ffffff;
}

#result-wrapper .title {
    margin-bottom: 1.5rem;
}

#result-wrapper .desc {
    margin-bottom: 2rem;
}

#result-wrapper .desc::after {
    display: block;
    clear: both;
    content: "";
}

.content-cats-small {
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .content-cats-small > div {
        margin-bottom: 1rem;
    }
}

.content-cats-small .sub-categories {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: auto;
    align-items: stretch;
    justify-content: flex-start;
    height: 100%;
}

.content-cats-small .sub-categories .subcategories-image {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.content-cats-small::after {
    display: block;
    clear: both;
    content: "";
}

.content-cats-small .caption {
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .content-cats-small .caption {
        text-align: center;
    }
}

.content-cats-small hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 0;
    list-style: none;
}

.basket-details-add-to-cart {
    margin-top: 1rem;
}

#result-options .col {
    justify-content: space-between;
}

.item-slider.productbox-image {
    margin-bottom: 0;
}

.gallery,
.list {
    align-items: flex-start;
}

.layout-gallery .variations .variation-wrapper .form-group {
    margin-bottom: 0;
}

/* productdetails */
.product-detail .product-image {
    cursor: zoom-in;
}

.product-detail .product-thumbnails-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.product-detail .product-thumbnails-wrapper .product-thumbnails {
    width: 100%;
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 992px) {
    .product-detail .product-thumbnails-wrapper .product-thumbnails {
        margin-bottom: 0;
        display: flex;
    }
}

.product-detail .product-thumbnails-wrapper .product-thumbnails .inner {
    padding: 0.25rem;
}

@media (min-width: 992px) {
    .product-detail .product-thumbnails-wrapper .product-thumbnails .inner {
        padding: 0.5rem;
    }
}

.product-detail .product-manufacturer img {
    max-width: 35px;
}

.delivery-status .list-unstyled{
    margin-bottom: 0;
}

#image_wrapper {
    text-align: right;
}

#image_wrapper img{
    outline: none !important;
}

#image_wrapper .gallery-with-action-main {
    height: 100%;
}

#image_wrapper .product-detail-image-topbar {
    margin-bottom: 1.5rem;
}

#image_wrapper.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(33, 33, 33, 0.5);
    overflow: hidden;
    padding: 3rem;
}

#image_wrapper.fullscreen .product-actions {
    display: none;
}

#image_wrapper.fullscreen .gallery-with-action-main {
    background: #ffffff;
}

#image_wrapper.fullscreen .product-detail-image-preview-bar {
    background: #ffffff;
}

#image_wrapper.fullscreen .product-detail-image-topbar {
    background: #ffffff;
    height: 20px;
    display: block;
    margin-bottom: 0;
}

#image_wrapper.fullscreen .product-detail-image-topbar #image_fullscreen_close {
    background-color: #212121;
    color: #eee;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    outline: 0;
    padding: 0;
    font-size: 1.3125rem;
    font-weight: 700;
    border: 0;
}

#image_wrapper.fullscreen .product-detail-image-topbar #image_fullscreen_close:hover {
    background-color: #3f791c;
    color: #ffffff;
}

#image_wrapper.fullscreen #gallery {
    margin-bottom: 0;
}

#image_wrapper.fullscreen #gallery .product-image {
    cursor: pointer;
}

#image_wrapper.fullscreen #gallery .square-image .inner img {
    margin: 0 auto;
    left: initial;
    top: initial;
    -webkit-transform: initial;
    transform: initial;
}

#image_wrapper.fullscreen #gallery .slick-arrow {
    display: block !important;
}

#image_wrapper.fullscreen #gallery_preview_wrapper {
    width: 100%;
    padding: 1rem;
    max-width: 760px;
}

@media (min-width: 768px) {
    #image_wrapper.fullscreen #gallery_preview_wrapper {
        width: 80%;
    }
}

#image_wrapper #gallery:not(.slick-initialized) {
    padding: 0;
}

#image_wrapper #gallery .slick-arrow {
    display: none !important;
    background-color: transparent;
}

#image_wrapper #gallery .slick-arrow:hover {
    background-color: #3f791c;
}

#image_wrapper .product-thumbnails .square-image {
    margin-bottom: 0;
}

#image_wrapper .product-thumbnails:not(.slick-initialized) div.js-gallery-images {
    width: 15.8%;
    min-width: 15.8%;
    height: 100%;
    padding: 0;
    border: 1px solid #212121;
    border-radius: 0;
    margin: 0 0.5rem;
}

#image_wrapper .product-thumbnails:not(.slick-initialized) div.js-gallery-images:not(.preview-first) {
    opacity: 0.5;
}

@media (max-width: 1299.98px) {
    #image_wrapper .product-thumbnails:not(.slick-initialized) div.js-gallery-images {
        width: 14.4%;
        min-width: 14.4%;
    }
}

#image_wrapper .product-thumbnails:not(.slick-initialized) div.js-gallery-images.first-ml {
    margin-left: auto;
}

#image_wrapper .product-thumbnails:not(.slick-initialized) div.js-gallery-images.last-mr {
    margin-right: auto;
}

#image_wrapper .product-thumbnails:not(.slick-initialized).slick-count-default div.js-gallery-images {
    width: calc(20% - 1rem);
    min-width: calc(20% - 1rem);
}

#image_wrapper .product-thumbnails:not(.slick-initialized) .slick-prev {
    margin-right: -0.5rem;
    animation: 0.5s fadeIn;
    animation-fill-mode: forwards;
    opacity: 0;
}

#image_wrapper .product-thumbnails:not(.slick-initialized) .slick-next {
    margin-left: -0.5rem;
    animation: 0.5s fadeIn;
    animation-fill-mode: forwards;
    opacity: 0;
}

.modal-body .tab-content {
    margin-top: 0;
    margin-bottom: 1rem;
}

#add-to-cart {
    margin-top: 2rem;
}

@media print {
    #add-to-cart {
        display: none !important;
    }
}

#add-to-cart .alert .purchase-info {
    margin-top: 0.5rem;
}

.basket-form-inline {
    text-align: center;
    margin-bottom: 1rem;
}

.basket-form-inline .col:first-child {
    margin-bottom: 1rem;
}

#form_bundles .row {
    margin-bottom: 4rem;
    margin-top: -0.5rem;
    align-items: center;
}

@media (min-width: 768px) {
    #form_bundles .row {
        justify-content: center;
    }
}

#form_bundles .bundle-price {
    text-align: center;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    #form_bundles .bundle-price {
        text-align: right;
        margin-bottom: 0;
    }
}

#form_bundles .bundle-price .text-warning {
    margin-left: 0.25rem;
}

.tab-navigation{
    margin-bottom: 4rem;
}

.variations .variation-badge {
    white-space: nowrap;
}

.variations .variation-badge.badge-right {
    margin-left: auto;
}

.variations .variation-badge:not(.badge-right) {
    margin-left: 0.25rem;
}

#productImagesModal .modal-header {
    padding: 0;
    border: 0;
}

.reviews{
    margin-top: 1rem;
}

#reviews-overview {
    align-items: center;
}

#reviews-overview .card {
    margin-bottom: 1rem;
}

#article_rating {
    margin-bottom: 1rem;
    width: auto;
}

.product-attributes {
    margin-top: 1rem;
}

.product-attributes tr > td {
    word-break: break-word;
    vertical-align: middle;
}

@media (max-width: 991.98px) {
    .product-attributes tr > td {
        padding: 0.5rem 0.75rem;
    }

    .product-attributes tr > td:first-child {
        width: 40%;
    }
}

.product-attributes .attr-characteristic a {
    vertical-align: top;
}

.product-attributes .attr-characteristic a:last-child {
    margin: 0;
}

.estimated-delivery {
    color: #707070;
    font-size: 0.75rem;
    display: inline-block;
}

.attr-characteristic a {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
}

/* footer */
#footer li {
    margin-bottom: 0.5rem;
}

#footer .card .card-title {
    color: #212121;
}

#footer .card .card-body {
    padding: 0;
}

#footer .nav-link {
    padding: 0.2rem 0;
}

#footer .newsletter-footer {
    text-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    #footer .newsletter-footer {
        text-align: left;
    }
}

#footer .newsletter-footer .newsletter-email-wrapper {
    margin-bottom: 0;
}

#footer.newsletter-active #footer-boxes {
    margin-top: 1.5rem;
}

@media (min-width: 992px) {
    #footer.newsletter-active #footer-boxes {
        margin-top: 4rem;
    }
}

#footer a:not(.btn),
#footer .productlist-filter-headline,
#footer .newsletter-footer-heading,
#footer .btn-outline-primary {
    color: #ffffff;
}

#footer .btn-outline-primary:hover {
    color: #212121;
}

#footer a:not(.btn):hover {
    color: #8fd13f;
}

#footer .label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) label {
    color: #212121;
}

#footer .box-categories .dropdown .collapse, #footer .box-linkgroup .dropdown .collapse {
    background: #212121;
}

#footer .table-striped tr {
    background-color: #212121;
}

@media (max-width: 991.98px) {
    .sidepanel-left {
        margin-top: 1.5rem;
    }
}

@media (min-width: 992px) {
    .sidepanel-left {
        padding-right: 2rem;
    }
}

@media (min-width: 1300px) {
    .sidepanel-left {
        padding-right: 4rem;
    }
}

/* login */
.register-wrapper {
    margin-bottom: 0.5rem;
    display: block;
}

@media (min-width: 768px) {
    .register-wrapper {
        display: inline-block;
    }
}

.resetpw-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    .resetpw-wrapper {
        margin-left: 1rem;
    }
}

div.dataTables_wrapper div.dataTables_filter input[type=search] {
    margin-left: 0;
    width: 100%;
}

@keyframes ringLoader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.cart-dropdown .cart-dropdown-empty {
    padding: 0.5rem;
}

.cart-dropdown.dropdown-menu.show {
    overflow-y: auto;
    max-height: calc(90vh - 2.8rem);
}

@media (min-width: 992px) {
    .cart-dropdown.dropdown-menu.show {
        max-height: calc(90vh - 2.8rem);
    }
}

/* cart-dropdown-label */
.cart-icon-dropdown .cart-icon-dropdown-price {
    white-space: nowrap;
    display: none;
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    .cart-icon-dropdown .cart-icon-dropdown-price {
        display: inline-block;
    }
}

.cart-icon-dropdown.not-empty .cart-icon-dropdown-price {
    margin-left: 1rem;
}

@media (min-width: 768px) {
    .cart-icon-dropdown:not(.not-empty) .cart-icon-dropdown-icon {
        margin-right: 1rem;
    }
}

/* index */
.basket .basket-heading {
    margin-bottom: 1rem;
}

.basket .basket-empty {
    text-align: center;
}

.basket .basket-empty .alert {
    margin-top: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 2rem;
}

.form-control:focus + .input-group-append .input-group-text {
    border-color: #4f8f26;
}

/* contact */
.contact-form legend {
    border: 0;
}

.contact-form .contact-form-privacy {
    text-align: left;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .contact-form .contact-form-privacy {
        text-align: right;
    }
}

.contact-form .is-top {
    margin-top: 2rem;
}

.contact-form .contact-form-hr {
    margin-bottom: 2rem;
}

.snippets-filter-item-icon-right {
    margin-right: 0.5rem;
}

/* alert */
.alert-wrapper .close {
    margin-left: 1rem;
}

/* shipping-tax-info */
.vat_info {
    color: #707070;
}

.vat_info abbr {
    display: inline-block;
}

/* stock-status */
.status-icon {
    margin-right: 0.5rem;
}

.product-wrapper.freegift .inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

header .dropdown-menu {
    background-color: #ffffff;
    color: #212121;
}

header .dropdown-menu a {
    color: #212121;
}

@media (max-width: 991.98px) {
    header .nav-mobile-body .dropdown-menu {
        background: #212121;
        color: #ffffff;
    }

    header .nav-mobile-body .dropdown-menu a {
        color: #ffffff;
    }
}

header .table, header .dropdown-item, header .btn-outline-primary {
    color: #8fd13f;
}

#jtl-nav-wrapper .label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) label {
    background-color: #ffffff;
    color: #212121;
}

@media (min-width: 992px) {
    header .navbar-nav > .nav-item > .nav-link::before {
        border-color: #ffffff;
    }
}

#shop-nav .fas.fa-search,
.search-wrapper .fas.fa-search,
#shop-nav .fas.fa-shopping-cart,
.search-wrapper .fas.fa-shopping-cart,
#shop-nav .fas.fa-user,
.search-wrapper .fas.fa-user,
#shop-nav .fas.fa-heart,
.search-wrapper .fas.fa-heart,
#shop-nav .fas.fa-list,
.search-wrapper .fas.fa-list {
    background-position: center center;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
}

#shop-nav .fas.fa-search::before,
.search-wrapper .fas.fa-search::before,
#shop-nav .fas.fa-shopping-cart::before,
.search-wrapper .fas.fa-shopping-cart::before,
#shop-nav .fas.fa-user::before,
.search-wrapper .fas.fa-user::before,
#shop-nav .fas.fa-heart::before,
.search-wrapper .fas.fa-heart::before,
#shop-nav .fas.fa-list::before,
.search-wrapper .fas.fa-list::before {
    content: none;
}

#shop-nav .fas.fa-shopping-cart,
.search-wrapper .fas.fa-shopping-cart,
#shop-nav .fas.fa-user,
.search-wrapper .fas.fa-user,
#shop-nav .fas.fa-heart,
.search-wrapper .fas.fa-heart,
#shop-nav .fas.fa-list,
.search-wrapper .fas.fa-list,
#shop-nav .fas.fa-shopping-cart .fa-sup,
.search-wrapper .fas.fa-shopping-cart .fa-sup,
#shop-nav .fas.fa-user .fa-sup,
.search-wrapper .fas.fa-user .fa-sup,
#shop-nav .fas.fa-heart .fa-sup,
.search-wrapper .fas.fa-heart .fa-sup,
#shop-nav .fas.fa-list .fa-sup,
.search-wrapper .fas.fa-list .fa-sup {
    filter: invert(1);
}

#shop-nav .fas.fa-search,
.search-wrapper .fas.fa-search {
    background-image: url(../base/images/search_icon.svg);
}

@media (max-width: 991.98px) {
    #shop-nav .fas.fa-search,
    .search-wrapper .fas.fa-search {
        filter: invert(1);
    }
}

#shop-nav .fas.fa-shopping-cart,
.search-wrapper .fas.fa-shopping-cart {
    background-image: url(../base/images/icon_cart.svg);
}

#shop-nav .fas.fa-user,
.search-wrapper .fas.fa-user {
    background-image: url(../base/images/icon_user.svg);
}

#shop-nav .fas.fa-heart,
.search-wrapper .fas.fa-heart {
    background-image: url(../base/images/icon_heart.svg);
}

#shop-nav .fas.fa-list,
.search-wrapper .fas.fa-list {
    background-image: url(../base/images/icon_list.svg);
}

.search-wrapper .btn-secondary {
    border-left: 0;
}

#shop-nav .dropdown-menu.show .btn-primary {
    color: #ffffff;
}

.btn {
    font-weight: 400;
}

.btn-primary {
    color: #eee;
    background-color: #3f791c;
    border-color: #4f8f26;
    box-shadow: none;
}

.btn-primary:hover {
    color: #eee;
    background-color: #3f791c;
    border-color: #3f791c;
}

.btn-primary:focus, .btn-primary.focus {
    color: #eee;
    background-color: #3f791c;
    border-color: #3f791c;
    box-shadow: 0 0 0 0 rgba(65, 65, 65, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #212121;
    background-color: #eee;
    border-color: #eee;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .btn-primary[data-toggle=collapse]:not(.navbar-toggler) {
    color: #212121;
    background-color: #eee;
    border-color: #eee;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > .btn-primary[data-toggle=collapse]:focus:not(.navbar-toggler) {
    box-shadow: 0 0 0 0 rgba(65, 65, 65, 0.5);
}

.btn-outline-primary {
    border-color: #4f8f26;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle, .show > .btn-outline-secondary[data-toggle=collapse]:not(.navbar-toggler) {
    background-color: #212121;
    color: #8fd13f;
}

#image_wrapper #gallery .slick-arrow {
    background: #212121;
}

@media (min-width: 992px) {
    .container-fluid .carousel-arrows-inside {
        margin: 0 50px;
    }
}

.carousel-arrows-inside .slick-arrow {
    top: 35%;
}

.carousel-arrows-inside .slick-prev {
    transform: translate(-100%, -50%);
    left: 0;
}

.carousel-arrows-inside .slick-next {
    transform: translate(100%, -50%);
    right: 0;
}

.slick-arrow {
    background-color: #212121;
    color: #ffffff;
    width: 50px;
    height: 50px;
    padding: 0.25rem;
    transform: translateY(-50%);
}

.slick-arrow::after {
    font-size: 1.875rem;
}

.slick-arrow:hover {
    background-color: #3f791c;
    color: #ffffff;
}

.slick-arrow:focus {
    outline: 0;
}

.carousel-thumbnails .slick-arrow {
    color: #707070;
    width: initial;
    height: initial;
    padding: 0.5rem;
}

.hr-sect {
    flex-direction: column;
}

.hr-sect::before {
    content: initial;
}

.hr-sect::after {
    content: "";
    margin: 10px 0 0 10px;
}

@media (max-width: 991.98px) {
    .hr-sect {
        border: 0;
    }
}

.pagination-wrapper, .productbox-inner .productbox-title, .product-wrapper-product{
    font-family: "Poppins", sans-serif;
}

.blog-preview-author {
    font-weight: bold;
}

.page-item {
    position: relative;
}

.page-item.active {
    font-weight: 700;
}

.page-item.active .page-link::after {
    border-bottom: 4px solid #212121;
}

.pagination-wrapper:not(.pagination-no-wrapper) {
    border-top: 1px solid #212121;
    border-bottom: 1px solid #212121;
}

.productbox-quick-actions .product-actions {
    flex-direction: column;
}

.badge-circle-1{
    border-color: #212121;
    opacity: 0;
    color: #212121;
}

.badge-circle-1:hover, .badge-circle-1:focus{
    background-color: #3f791c;
    border-color: #4f8f26;
    color: #ffffff;
    opacity: 1;
}

.gallery-with-action:hover .badge-circle-1, .product-wrapper:hover .badge-circle-1, .product-wrapper:focus .badge-circle-1{
    opacity: 1;
}

.productbox-price {
    font-weight: 700;
}

.tab-navigation .nav-link::after {
    border-width: 0 0 3px;
}

.product-list.layout-gallery .productbox .productbox-title, .product-list.layout-gallery .productbox .productbox-title a{
    text-decoration: none;
    text-align: center;
    font-weight: 300;
    margin: 10px 0 5px;
}

.product-list.layout-gallery .productbox .productbox-title:hover, .product-list.layout-gallery .productbox .productbox-title a:hover{
    text-decoration: underline;
}

.product-list.layout-gallery .productbox .price_wrapper{
    text-align: center;
}

.productbox-ribbon.ribbon {
    top: 3rem;
}

.productlist-page-nav-top {
    border-color: #212121;
    margin-bottom: 0.5rem;
}

.productlist-page-nav-bottom {
    border-color: #212121;
    margin-top: 0.5rem;
}

input.typeahead::-webkit-input-placeholder,
input.typeahead:-moz-placeholder,
input.typeahead::-moz-placeholder,
input.typeahead:-ms-input-placeholder {
    color: #707070 !important;
}

aside .nav-panel > .nav > .active > .nav-link {
    border-bottom: 0.375rem solid #212121;
}

aside .dropdown-toggle:not(.btn-secondary)::after, aside [data-toggle=collapse]:not(.btn-secondary):not(.navbar-toggler)::after {
    color: #212121;
}

@media (max-width: 991.98px) {
    aside .box {
        margin-bottom: 3rem;
    }

    aside .box-normal-hr {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .sidepanel-left .box-normal .box-normal-link {
        border-bottom: 1px solid #212121;
        padding-bottom: 0.5rem;
        margin-bottom: 1rem;
        font-weight: bold !important;
    }
}

.choose_quantity .btn {
    color: #eee;
}

.filter-item .badge{
    word-break: keep-all;
    min-width: 40px;
    line-height: inherit;
}

.card-header{
    background: transparent;
}

.badge, .custom-select{
    font-family: "Poppins", sans-serif;
}

.badge-primary {
    color: #ffffff;
    background-color: #000000;
}

.modal-header .close,
#image_wrapper.fullscreen .product-detail-image-topbar #image_fullscreen_close {
    background: #ffffff;
}

#footer {
    padding: 0;
}

#footer .newsletter-footer {
    margin: auto;
    flex-direction: column;
    text-align: center;
}

@media (min-width: 768px) {
    #footer .newsletter-footer {
        width: 80%;
    }
}

#footer .newsletter-footer .newsletter-footer-heading {
    font-weight: bold;
    font-size: 1.25rem;
}

#footer .newsletter-footer + hr {
    border: 0;
}

#footer .newsletter-email-wrapper button[type=submit] {
    background: #eee;
    color: #212121;
    font-weight: 700;
    -webkit-box-shadow: inset 0px 0px 1px 1px #000000;
    -moz-box-shadow: inset 0px 0px 1px 1px #000000;
    box-shadow: inset 0px 0px 1px 1px #000000;
}

#footer .newsletter-email-wrapper button[type=submit]:hover, #footer .newsletter-email-wrapper button[type=submit]:focus {
    background: #212121;
}

.productlist-page-nav, .content-cats-small .sub-categories a, .product-offer .variations, .stock-information, .price_wrapper{
    font-family: "Poppins", sans-serif;
}

.box-filter-hr {
    border-top: 1px solid #eee;
}

@media (min-width: 992px) {
    .productlist-filter-headline {
        border-bottom: 1px solid #eee;
    }
}

.form-control {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}




/*# sourceMappingURL=leotheme.css.map */
