/* Supreme font by Jérémie Hornus, Ilya Naumoff. Copyright (C) 2024 Indian Type Foundry */

@font-face {
    font-family: 'Supreme';
    font-style: normal;
    font-weight: 300;
    src: url('/lib/font/Supreme-Extralight.woff2') format('woff2'),
        url('/lib/font/Supreme-Extralight.woff') format('woff'),
        url('/lib/font/Supreme-Extralight.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Supreme';
    font-style: normal;
    font-weight: 400;
    src: url('/lib/font/Supreme-Light.woff2') format('woff2'),
        url('/lib/font/Supreme-Light.woff') format('woff'),
        url('/lib/font/Supreme-Light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Supreme';
    font-style: normal;
    font-weight: 500;
    src: url('/lib/font/Supreme-Regular.woff2') format('woff2'),
        url('/lib/font/Supreme-Regular.woff') format('woff'),
        url('/lib/font/Supreme-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Supreme';
    font-style: normal;
    font-weight: 600;
    src: url('/lib/font/Supreme-Medium.woff2') format('woff2'),
        url('/lib/font/Supreme-Medium.woff') format('woff'),
        url('/lib/font/Supreme-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Supreme';
    font-style: normal;
    font-weight: 700;
    src: url('/lib/font/Supreme-Bold.woff2') format('woff2'),
        url('/lib/font/Supreme-Bold.woff') format('woff'),
        url('/lib/font/Supreme-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Supreme';
    font-style: normal;
    font-weight: 800;
    src: url('/lib/font/Supreme-Extrabold.woff2') format('woff2'),
        url('/lib/font/Supreme-Extrabold.woff') format('woff'),
        url('/lib/font/Supreme-Extrabold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/lib/font/glyphicons-halflings-regular.eot');
    src: url('/lib/font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/lib/font/glyphicons-halflings-regular.woff2') format('woff2'), url('/lib/font/glyphicons-halflings-regular.woff') format('woff'), url('/lib/font/glyphicons-halflings-regular.ttf') format('truetype'), url('/lib/font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
    font-display: swap;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: #e8e8e8;
    font-weight: 500;
    font-family: "Supreme", "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333333;
}

body.navbody {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

a {
    color: #992f17;
    text-decoration: none;
}

h1,
.h1 {
    font-size: 38px;
}

h2,
.h2 {
    font-size: 32px;
}

h3,
.h3 {
    font-size: 26px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
    font-size: 75%;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

p {
    margin: 0 0 10px;
}

small,
.small {
    font-size: 85%;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

@media (max-width: 768px) {

    html.lock,
    html.lock body {
        overflow: hidden;
        position: relative;
    }
}

.svg {
    fill: currentcolor;
    stroke-width: 0.2;
    stroke: currentcolor;
}

.maxwidth-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
}

.row {
    margin: 0 !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-nowrap {
    white-space: nowrap;
}

.hidden {
    display: none !important;
}

.bg-warning {
    background-color: #fcf8e3;
}

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

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* Bootstrap form style imports*/
.text-primary {
    color: #992f17;
}

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

.bg-danger {
    background-color: #f2dede;
}

.visible-print-inline {
    display: none !important;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

th {
    text-align: left;
}

/* Bootstrap Buttons and Forms*/

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px !important;
    font-size: 20px !important;
    line-height: 1.3333333 !important;
    border-radius: 6px !important;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

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

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    /* white-space: nowrap; */
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-group>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #992f17;
    border-color: #832814;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default:active,
.btn-default.active {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:focus,
.btn-default.focus {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-primary {
    color: #ffffff;
    background-color: #992f17;
    border-color: #832814;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #6d2110;
    border-color: #140603;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #6d2110;
    border-color: #4e180c;
}

.btn-primary:active,
.btn-primary.active {
    color: #ffffff;
    background-color: #6d2110;
    border-color: #4e180c;
}

.btn-link {
    border-color: transparent;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #992f17;
    font-weight: normal;
    border-radius: 0;
}

.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #561b0d;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.input-group-addon:last-child {
    border-left: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-default {
    border-color: #dddddd;
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-heading {
    padding: 10px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}

.panel-title>a {
    display: flex;
}

.panel-body {
    padding: 15px;
}

.panel-group .panel-footer {
    border-top: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

@media (min-width: 768px) {
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
}

/* Tables, mainly for order.php*/

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table>tbody>tr>th,
.table>tbody>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table tr.success {
    background-color: #dff0d8;
}

.table-condensed th,
.table-condensed td {
    padding: 5px;
}

/* Lists */

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.list-group-item>.badge {
    float: right;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

/* End of Bootstrap imports*/



header.top-bar,
footer.page-footer {
    background-color: #444;
    flex: 0 0 auto;
}

body>main.maxwidth-wrapper {
    width: 100%;
    flex: 1 0 auto;
    position: relative;
    padding-bottom: 80px;
}

body>main img {
    max-width: 100%;
    height: auto;
}

header.top-bar {
    display: flex;
    justify-content: space-between;
}

header.top-bar>* {
    height: 40px;
    padding: 5px 0;
    flex: 1;
}

header.top-bar .right-menu {
    display: flex;
    max-width: 350px;
    flex-basis: 350px;
    justify-content: space-between;
    justify-self: flex-start;
}

header.top-bar .input-group-addon,
.ls-dark-display {
    color: #bbb;
    width: fit-content;
    background-color: #444;
    border-color: #444;
}

header.top-bar .input-group button,
header.top-bar .input-group input[type="submit"],
.ls-light-button {
    color: #444;
    background-color: #bbb;
    border-color: #bbb;
}

header.top-bar .input-group button .ls-glyph,
header.top-bar .input-group input[type="submit"] .ls-glyph,
.ls-light-button .ls-glyph {
    fill: #444;
    stroke: #444;
}

header.top-bar .input-group button:hover,
header.top-bar .input-group input[type="submit"]:hover,
.ls-light-button:hover {
    color: #222;
}

header.top-bar .input-group button:hover .ls-glyph,
header.top-bar .input-group input[type="submit"]:hover .ls-glyph,
.ls-light-button:hover .ls-glyph {
    fill: #222;
    stroke: #222;
}

header.top-bar .input-group button:active,
header.top-bar .input-group button:focus,
header.top-bar .input-group input[type="submit"]:active,
header.top-bar .input-group input[type="submit"]:focus,
.ls-light-button:active,
.ls-light-button:focus {
    color: #000;
    background-color: #bbb;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    border-color: #bbb;
}

.ls-glyph {
    overflow: visible;
    width: 1em;
}

.ls-light-text {
    font-size: 16px;
    line-height: 1.42857143;
    color: #bbb;
}

.ls-light-control {
    color: #bbb;
    text-decoration: none !important;
    cursor: pointer;
    fill: #bbb;
    stroke: #bbb;
}

.ls-light-control .ls-glyph {
    fill: #bbb;
    stroke: #bbb;
}

.ls-light-control:hover:not(:active),
.ls-light-control:focus:not(:active),
.ls-light-control:hover:not(:active) .ls-glyph,
.ls-light-control:focus:not(:active) .ls-glyph {
    color: #ddd;
    fill: #ddd;
    stroke: #ddd;
}

.ls-light-control:active,
.ls-light-control:active .ls-glyph {
    color: #fff;
    fill: #fff;
    stroke: #fff;
}

.ls-dark-control {
    color: #444;
    text-decoration: none !important;
    cursor: pointer;
}

.ls-dark-control:hover:not(:active),
.ls-dark-control:focus:not(:active) {
    color: #222;
}

.ls-dark-control:active {
    color: #000;
}


.ls-overlay-box {
    background: #fff;
    border: 1px solid #bbb;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.175);
    border-radius: 1px;
}

.ls-input,
header.top-bar .input-group .form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.ls-input:focus,
header.top-bar .input-group .form-control:focus {
    border-color: #66afe9;
}

/* Collapse toggle styles */

.collapse.in,
.panel-collapse.in {
    max-height: unset;
    transition: max-height 0.15s ease-in;
}

.collapse,
.panel-collapse {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}


header.top-bar .light-cart span {
    padding: 0 2px;
}

header.top-bar .search {
    margin: 0 auto;
    width: 100%;
}

header.top-bar .menu-button,
header.top-bar .light-cart {
    line-height: 30px;
    white-space: nowrap;
    text-transform: uppercase;
    display: inline-block;
}

header.top-bar .menu-button>.glyphicon {
    line-height: 30px;
}

header.top-bar .menu-button[data-open="true"] .menu-overlay {
    display: block;
}

header.top-bar .menu-overlay {
    display: none;
    color: #000;
    position: absolute;
    z-index: 3000;
    background-color: white;
    padding: 5px;
    top: 100%;
}

header.top-bar .login-button>span {
    max-width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

header.top-bar .menu-overlay .input-group {
    min-width: 200px;
    display: flex;
    padding: 2px;
}

header.top-bar .menu-overlay th {
    padding-bottom: 5px;
}

header.top-bar .menu-overlay td {
    font-weight: 400;
}

header.top-bar .menu-overlay th,
header.top-bar .menu-overlay td {
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    color: #444;
}

header.top-bar .menu-overlay td {
    font-size: 16px;
    line-height: 1.428571429;
    font-weight: 300;
}

header.top-bar .menu-overlay th {
    font-size: 21px;
    line-height: 1.428571429;
    font-weight: 500;
}

header.top-bar .lngswitchlinks {
    white-space: nowrap;
    justify-self: flex-start;
    max-width: 350px;
    flex-basis: 350px;
}

@media only screen and (max-width: 1029px) {
    header.top-bar .lngswitchlinks {
        flex: 0;
    }
}

header.top-bar .lngswitchlinks .menu-button a,
header.top-bar .lngswitchlinks .menu-button>span {
    display: inline;
    padding: 0 8px;
    line-height: 30px;
}

header.top-bar .lngswitchlinks .separator {
    border-right: 1px solid #bbb;
    margin: 7px 0;
}


@media only screen and (max-width: 599px) {
    header.top-bar {
        position: relative;
    }

    header.top-bar .menu-overlay {
        left: 0;
        width: 100%;
    }

    header.top-bar .search-bar {
        display: none;
    }

    header.top-bar .login-button:not(.mobile) {
        display: none;
    }

    header.top-bar .light-cart:last-child {
        padding-right: 5px;
    }
}

@media only screen and (min-width: 600px) {
    header.top-bar {
        padding: 0 15px;
    }

    header.top-bar .menu-button {
        position: relative;
    }

    header.top-bar .login-button.mobile {
        display: none;
    }

    header.top-bar .menu-overlay:not(.left) {
        right: 0;
    }

    header.top-bar .menu-overlay.left {
        left: 0;
    }

    header.top-bar .search-bar {
        max-width: 300px;
        flex-basis: 300px;
    }

    header.top-bar .search-menu-button {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    header.lower-header .shopauskunft {
        display: none;
    }
}

@media only screen and (max-width: 599px) {
    .lower-header .logo span {
        font-size: 30px;
    }

    header.lower-header .phone *:first-child {
        font-size: 23px;
    }

    header.lower-header .phone *:last-child {
        font-size: 11px;
        margin-top: -1px;
    }
}

@media only screen and (min-width: 600px) {
    .lower-header .logo span {
        font-size: 47px;
    }

    header.lower-header .phone *:first-child {
        font-size: 38px;
    }

    header.lower-header .phone *:last-child {
        font-size: 16px;
        font-weight: 300;
        margin-top: 4px;
    }
}

header.lower-header {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

header.lower-header .logo {
    order: 2;
}

.logo {
    text-decoration: none;
    margin-right: auto;
}

.logo span {
    font-family: Verdana;
    font-style: italic;
    font-weight: bold;
    line-height: 41px;
    display: inline-block;
}

.logo span:first-child {
    color: #19278a;
}

.logo span:last-child {
    color: #992f17;
}

header.lower-header .shopauskunft {
    width: 220px;
    height: 41px;
    margin-right: 15px;
    order: 3;
}

header.lower-header .shopauskunft .pane {
    border: none;
    margin-top: -61px;
    margin-left: 48px;
}

header.lower-header .shopauskunft-logo img {
    width: auto;
    height: 60px;
    margin-top: -7px;
}

header.lower-header .shopauskunft .rating-spread,
header.lower-header .shopauskunft .excerpt {
    display: none;
}

header.lower-header .phone {
    order: 4;
}

header.lower-header .phone * {
    display: block;
}

header.lower-header .phone a:first-child {
    color: #bbb;
    text-decoration: none;
    line-height: 30px;
}

header.lower-header .phone span:last-child {
    line-height: 11px;
    padding-left: 2px;
    color: #444;
}

header.lower-header nav {
    order: 5;
    width: 100%;
}

header.lower-header nav:before {
    display: table;
    clear: both;
    content: " ";
}

header.lower-header nav .container-fluid {
    padding: 0;
}

header.lower-header nav .container-fluid:before,
header.lower-header nav .container-fluid:after,
header.lower-header nav .navbar-header:before,
header.lower-header nav .navbar-header:after,
header.lower-header nav .nav:before,
header.lower-header nav .nav:after,
header.lower-header nav .collapse {
    display: none;
}

header.lower-header nav .collapse.in {
    display: block;
}


header.lower-header nav .navbar-header .icon-bar {
    background-color: #444;
}

header.lower-header nav .nav>li.nonsep .dropdown-menu {
    padding: 5px 0 10px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

header.lower-header nav .nav>li.nonsep.open>.dropdown-menu {
    display: block;
}

@media only screen and (max-width: 767px) {
    html.navopen>body>footer {
        display: none;
    }

    html.navopen>body>main.maxwidth-wrapper>*:not(header) {
        display: none !important;
    }

    header.lower-header nav .container-fluid {
        height: 100%;
    }

    header.lower-header nav .navbar-collapse {
        margin: 10px 0 0;
        position: absolute;
        background-color: #fff;
        z-index: 2000;
        left: 0;
        width: 100%;
        overflow-y: scroll;
    }

    header.lower-header nav .navbar-collapse[aria-expanded="false"] {
        display: none;
    }

    header.lower-header nav .collapsing {
        -webkit-transition: none;
        transition: none;
        height: 100vh !important;
    }

    header.lower-header nav .navbar-header {
        margin: 0;
        height: 100%;
    }

    header.lower-header nav .navbar-header button {
        padding: 0 0 0 5px;
        margin: 0;
        display: block;
        top: 50%;
        transform: translateY(-55%);
        float: none;
        width: 48px;
        height: 48px;
    }

    .navbar-toggle {
        position: relative;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 4px;
    }

    header.lower-header nav .navbar-header button[aria-expanded='true'] .icon-bar {
        display: none;
    }

    header.lower-header nav .navbar-header button[aria-expanded='true']:before {
        content: "\2715";
        font-size: 27px;
        font-weight: 800;
        line-height: 10px;
        width: 22px;
        display: inline-block;
        float: left;
    }

    header.lower-header nav {
        order: 1;
        width: auto;
        align-self: stretch;
    }

    header.lower-header nav .nav {
        flex-direction: column;
        justify-content: flex-start;
        margin: 0;
        width: 100%;
        height: 100%;
    }

    header.lower-header nav .nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

    header.lower-header nav .nav>li.nonsep .dropdown-menu {
        background-color: transparent;
    }


    header.lower-header nav .nav>li.nonsep {
        padding: 10px 0 10px 30px;
    }

    header.lower-header nav .nav>li.nonsep>a,
    header.lower-header nav .nav>li.nonsep>a:focus,
    header.lower-header nav .nav>li.nonsep>a:hover,
    header.lower-header nav .nav>li.nonsep>a:active {
        color: #222;
        font-weight: 400;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    header.lower-header nav .nav .col-md-4 {
        padding-right: 0;
    }

    header.lower-header nav .nav>li.nonsep li li>a:focus,
    header.lower-header nav .nav>li.nonsep li li>a:active {
        color: #000;
        font-weight: 500;
    }

    header.lower-header nav .nav>li.separator {
        display: block;
        padding: 0 10px;
    }

    header.lower-header nav .nav>li.separator>div {
        display: block;
        padding: 0;
        line-height: 0;
        border: none;
        border-bottom: 1px solid #444;
        width: 100%;
    }

    header.lower-header nav .nav.submenuopen>li.nonsep.open>a:before {
        content: "\e257";
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 200;
        vertical-align: bottom;
        margin-left: -20px;
        font-size: 16px;
        position: absolute;
    }

    header.lower-header nav .nav.submenuopen>li.nonsep:not(.open),
    header.lower-header nav .nav.submenuopen>li.separator {
        display: none;
    }

    header.lower-header nav .open .dropdown-menu {
        position: static !important;
        float: none !important;
        width: auto !important;
        margin-top: 0 !important;
        background-color: transparent !important;
        border: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    header.lower-header nav .nav .multi-column-dropdown a {
        font-weight: 400;
        font-size: 27px;
        padding: 3px 0;
        color: #777;
    }

    header.lower-header nav .nav .multi-column-dropdown h4 {
        color: #444;
    }

    header.lower-header nav .open .dropdown-menu .ls-slide-l-33 {
        width: 100%;
        padding: 0 0 0 14px;
    }
}

@media only screen and (min-width: 768px) {

    header.lower-header nav .navbar-header button {
        display: none;
    }

    header.lower-header nav .nav .row {
        display: flex;
    }

    header.lower-header nav .nav {
        justify-content: space-between;
        margin-top: 20px;
        width: 100%;
    }

    header.lower-header nav .navbar-collapse {
        background-color: transparent;
    }

    header.lower-header nav .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        max-height: 5000px;
        padding-bottom: 0;
        overflow: visible !important;
    }

    header.lower-header nav .nav .multi-column-dropdown a {
        font-size: 16px;
        line-height: 30px;
    }

    header.lower-header nav .nav .multi-column-dropdown a {
        font-weight: 400;
        padding: 0;
    }

    header.lower-header nav .nav .multi-column-dropdown h4 {
        color: #444;
    }

    header.lower-header nav .nav>li.separator div {
        border-right: 1px solid #444;
        margin: 3px 0;
    }

    header.lower-header nav .nav>li>a {
        line-height: 22px;
    }

    header.lower-header nav .nav>li a:active,
    header.lower-header nav .nav>li a:focus {
        color: #000;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    header.lower-header nav .nav>li a:hover:not(:active) {
        color: #222;
    }

    header.lower-header nav .nav>li>a:hover {
        text-shadow: -0.02ex 0 currentColor, 0.02ex 0 currentColor;
    }

}

header.lower-header nav .nav {
    margin-bottom: 5px;
    display: flex;
    position: relative;
    list-style: none;
    padding: 0;
}

header.lower-header nav .nav a {
    color: #444;
    border: none !important;
    font-weight: 300;
    background-color: transparent !important;
    text-align: left;
    display: inline-block;
}

header.lower-header nav .nav>li>a {
    font-size: 27px;
}

@media only screen and (max-width: 900px) {
    header.lower-header nav .nav>li.nonsep>a {
        font-size: 18px !important;
    }
}

@media only screen and (min-width: 901px) and (max-width: 1200px) {
    header.lower-header nav .nav>li.nonsep>a {
        font-size: 21px !important;
    }
}

header.lower-header nav .nav>li.nonsep {
    min-width: unset;
}

header.lower-header nav .nav>li.nonsep a:first-child {
    padding-left: 0;
    padding-right: 0;
}

header.lower-header nav .nav>li a .caret {
    display: none;
}

header.lower-header nav .nav .multi-column-dropdown .dropdown-header {
    padding: 0;
}

header.lower-header nav .nav .multi-column-dropdown h4 {
    margin: 0;
    padding: 5px 0;
    font-weight: 500;
    font-size: 22px;
}

/* Navigaion */


main.maxwidth-wrapper {
    background-color: #e8e8e8;
}

footer {
    margin: 0 !important;
}

footer.manufacturers {
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    margin: 0 -10px !important;
}

footer.manufacturers>div {
    width: 20%;
    margin: auto;
}

footer.manufacturers img {
    max-height: 40px;
    max-width: 100%;
    width: auto;
    filter: brightness(0.5);
}

footer.page-footer .maxwidth-wrapper {
    display: flex;
    flex: 1;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

footer.page-footer .maxwidth-wrapper>div {
    width: 32%;
    max-width: 300px;
    text-align: left;
    padding: 10px 0;
    position: relative;
}

@media only screen and (max-width: 599px) {
    footer.page-footer .maxwidth-wrapper>div.overview {
        width: 100%;
        max-width: 100%;
    }

    footer.page-footer .maxwidth-wrapper>div {
        width: 50%;
        max-width: 50%;
        padding: 10px 0;
    }

    footer.page-footer .maxwidth-wrapper>div.contact {
        text-align: right;
    }

    footer.page-footer .maxwidth-wrapper>div.contact>img {
        margin-left: auto;
    }
}

footer.page-footer .logo span {
    font-size: 37px;
    color: #bbb;
    margin-bottom: 8px;
}

footer.page-footer .overview,
footer.page-footer .contact {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

footer.page-footer .contact>.ls-light-control {
    padding: 4px 0;
}

footer.page-footer .overview p {
    font-weight: 300;
}

footer.page-footer .overview .payments,
footer.page-footer .contact .newsletter {
    margin-top: auto;
}

footer.page-footer .overview .payments {
    -webkit-filter: brightness(0.7333);
    filter: brightness(0.7333);
}

footer.page-footer .overview .payments:hover {
    -webkit-filter: brightness(0.8666);
    filter: brightness(0.8666);
}

footer.page-footer .overview .payments img {
    max-height: 18px;
    width: auto;
}

footer.page-footer .overview .payments img:nth-child(2) {
    margin: 0 5px
}

footer.page-footer .shopauskunft {
    width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer.page-footer .shopauskunft .pane {
    border: none;
    margin-top: -61px;
    margin-left: 48px;
    margin-bottom: 8px;
}

footer.page-footer .shopauskunft .rating-spread .progress {
    height: 16px !important;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px !important;
}

footer.page-footer .shopauskunft .rating-spread .progress-stars span {
    font-size: 14px;
    position: relative;
    top: -2px;
}

@media (min-width: 600px) and (max-width: 690px),
(max-width: 440px) {
    footer.page-footer .shopauskunft .star {
        display: none;
    }

    footer.page-footer .shopauskunft .points {
        float: left;
    }
}

footer.page-footer .shopauskunft-logo img {
    width: auto;
    height: 60px;
    margin-top: 5px;
}

footer.page-footer .shopauskunft .excerpt {
    display: none;
}

footer.page-footer .contact img {
    width: 50%;
    height: auto;
    min-height: 1px;
    /*IE11*/
    margin: 10px 0;
    max-width: 200px;
}

footer.page-footer .contact .glyphicon {
    margin-right: 5px;
    line-height: 30px;
}

.ls-textslide {

    display: flex;
    flex-direction: column;
    flex: auto;
    margin: auto;
}

.ls-textslide .info,
.ls-textslide .title,
.ls-textslide .content {
    width: 80%;
    margin: auto;
}

.ls-textslide .info {
    font-weight: bold;
    margin-bottom: 15px;
}

.ls-textslide .title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 34px;
}

.ls-textslide .content {}

.ls-prodslide {
    font-size: 0.9rem;
}

.ls-prodslide .caption {
    margin-top: auto;
    font-weight: bold;
    margin-bottom: 3px;
}

.ls-prodslide .caption+div {
    margin-bottom: auto;
}

.ls-prodslide .price {
    font-size: 1.3rem;
}

.thumbnail {
    margin: 0;
    border: solid #cccccc 1px;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.175);
    border-radius: 1px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 4px;
    background: #fff;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

.thumbnail>img,
.thumbnail a>img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.ls-prodslide .caption .pricetag {
    order: 2;
    margin-top: auto;
}

.pricetag {
    /* color: #00008a !important; */
    color: #000000 !important;
    font-weight: 600;
    white-space: nowrap;
}

.pricetag-green {
    color: #686868 !important;
    font-weight: 800;
    white-space: nowrap;
}

.freeshippinghint {
    font-size: 14px;
}

.fourrating {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.fourrating>* {
    width: 25%;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .fourrating>* {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .ls-hide-mobile {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .ls-hide-desktop {
        display: none !important;
    }
}

.ls-excerpt {
    width: 100%;
}

.ls-excerpt p {
    font-size: 16px;
    padding-bottom: 10px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.ls-info-wrap {
    padding: 0 10px;
}

.ls-blog-wrap {
    margin: 0 auto;
    max-width: 780px;
}

.ls-blog-wrap>h1,
.ls-info-wrap>h1,
.ls-info-wrap>h2,
.ls-blog-wrap>h2,
.ls-blog-wrap>h3,
.ls-info-wrap>h3,
.ls-blog-wrap>h4,
.ls-info-wrap>h4 {
    font-size: 22px;
    margin: 30px 0 15px 0;
    color: #000;
    font-weight: bold;
}

.ls-blog-wrap>h2,
.ls-info-wrap>h2 {
    color: #888;
    font-weight: 500;
}

.ls-blog-wrap>h3,
.ls-info-wrap>h3,
.ls-blog-wrap>h4,
.ls-info-wrap>h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 5px 0;
}

.ls-blog-wrap>h4,
.ls-info-wrap>h4 {
    color: #888;
    font-weight: 500;
}

.ls-blog-wrap>p,
.ls-info-wrap>p {
    text-align: justify;
    margin: 0;
}

.ls-blog-wrap>.ls-slider,
.ls-info-wrap>.ls-slider {
    margin: 0 -5px;
}

.ls-prodslide a.caption {
    text-decoration: none;
}

.ls-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.ls-slide {
    padding: 5px;
    display: flex;
}

.ls-slide-l-100 {
    width: 100%;
}

.ls-slide-l-75 {
    width: 75%;
}

.ls-slide-l-50 {
    width: 50%;
}

.ls-slide-l-25 {
    width: 25%;
}

.ls-slide-l-33 {
    width: 33.333333333333333%;
}

.ls-slide-l-66 {
    width: 66.666666666666666%;
}

.ls-slide-l-16 {
    width: 16.66666667%;
}

.ls-slide-l-41 {
    width: 41.66666667%;
}

@media only screen and (min-width: 768px) {

    .ls-slide-l-50.ls-slide .ls-blogslide,
    .ls-slide-l-100.ls-slide .ls-blogslide,
    .ls-slide-l-50.ls-slide .ls-prodslide {
        flex-direction: row;
    }

    .ls-slide-l-50.ls-slide .ls-prodslide>*:first-child img,
    .ls-slide-l-50.ls-slide .ls-prodslide>*:first-child picture {
        max-width: 200px !important;
        width: 100%;
        margin: auto;
    }

    .ls-slide-l-50.ls-slide .ls-blogslide>*:first-child img,
    .ls-slide-l-50.ls-slide .ls-blogslide>*:first-child picture {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        height: auto;
        max-width: none !important;
        width: auto;
    }

    .ls-slide-l-100.ls-slide .ls-blogslide>*:first-child {
        margin-right: 10px;
        width: 50%;
        flex: 1 0 auto;
        max-width: 400px;
    }

    .ls-slide-l-100.ls-slide .ls-blogslide>*:last-child {
        flex: 0 1 100%;
    }

    .ls-slide-l-50.ls-slide .ls-blogslide>*:first-child,
    .ls-slide-l-50.ls-slide .ls-prodslide>*:first-child {
        margin-right: 10px;
        width: 50%;
    }

    .ls-slide-l-50.ls-slide .ls-blogslide>*:first-child {
        position: relative;
        overflow: hidden;
    }

    .ls-slide-l-50.ls-slide .ls-blogslide>*:last-child,
    .ls-slide-l-50.ls-slide .ls-prodslide>*:last-child {
        margin-left: 10px;
        width: 50%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 400px) {
    .ls-slide-m-100 {
        width: 100%;
    }

    .ls-slide-m-75 {
        width: 75%;
    }

    .ls-slide-m-50 {
        width: 50%;
    }

    .ls-slide-m-25 {
        width: 25%;
    }

    .ls-slide-m-100.ls-slide .ls-blogslide,
    .ls-slide-m-100.ls-slide .ls-prodslide {
        flex-direction: row;
    }

    .ls-slide-m-100.ls-slide .ls-blogslide>*:first-child,
    .ls-slide-m-100.ls-slide .ls-prodslide>*:first-child {
        margin-right: 10px;
        width: 50%;
    }

    .ls-slide-m-100.ls-slide .ls-blogslide>*:first-child {
        position: relative;
        overflow: hidden;
    }

    .ls-slide-m-100.ls-slide .ls-prodslide>*:first-child img,
    .ls-slide-m-100.ls-slide .ls-prodslide>*:first-child picture {
        max-width: 200px !important;
        width: 100%;
        margin: auto;
    }

    .ls-slide-m-100.ls-slide .ls-blogslide>*:first-child img,
    .ls-slide-m-100.ls-slide .ls-blogslide>*:first-child picture {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        height: auto;
        max-width: none !important;
        width: auto;
    }

    .ls-slide-m-100.ls-slide .ls-blogslide>*:last-child,
    .ls-slide-m-100.ls-slide .ls-prodslide>*:last-child {
        margin-left: 10px;
        width: 50%;
    }
}

@media only screen and (max-width: 399px) {
    .ls-slide {
        width: 100%;
    }
}

.ls-updates-logo {
    width: 80px;
    margin-top: auto;
    padding-top: 5px;
    height: auto;
    filter: brightness(0.5);
    margin-left: auto;
}

.ls-slide .ls-overlay-box {
    padding: 4px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.ls-slide .ls-prodslide p {
    margin: auto 0 0;
}

.ls-slide .ls-prodslide img,
.ls-slide .ls-prodslide picture {
    margin: auto;
    width: 128px;
}

.ls-slide .ls-prodslide>div:first-child {
    display: flex;
}

.ls-slide .ls-prodslide .vathint:hover {
    text-decoration: underline;
}

.ls-slide>* {
    width: 100%;
}

.ls-slide>a:hover {
    color: black;
    border-color: #888;
    filter: brightness(1.05);
}

.ls-slide .ls-overlay-box>div:first-child {
    min-height: 1px;
}

.ls-slide .ls-overlay-box>div:last-child {
    padding: 4px;
    flex-direction: column;
    flex: auto;
    display: flex;
}

.ls-carousel {
    overflow: hidden;
    position: relative;
    margin: 5px;
    transition: background-position-x 0.8s;
    background-size: contain;
}

.ls-carousel-layer {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0;
    height: 100%;
    transition: transform 0s;
}

.ls-carousel-layer.main {
    position: relative;
    height: auto;
}

.ls-carousel-layer>* {
    flex: 1;
    position: relative;
}

.ls-carousel-layer a {
    width: 100%;
    height: 100%;
    display: block;
}

.ls-carousel.sliding .ls-carousel-layer {
    transition: transform 0.8s;
}

.ls-carousel .ls-carousel-control.right {
    right: 0;
    background: url(/lib/images/control-right-white.png)no-repeat 90% center;
}

.ls-carousel .ls-carousel-control.left {
    left: 0;
    background: url(/lib/images/control-left-white.png) no-repeat 10% center;
}

.ls-carousel .ls-carousel-control:hover,
.ls-carousel .ls-carousel-control.interacthint:hover {
    opacity: 0.3;
    cursor: pointer;
}

.ls-carousel .ls-carousel-control {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 20%;
    opacity: 0;
}

.ls-carousel .ls-carousel-control.interacthint {
    opacity: 0.1;
}

.ls-carousel .ls-textoverlay {
    position: absolute;
    background-color: rgba(196, 196, 196, 0.7);
    color: #454545;
    padding: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    text-align: left;
    white-space: nowrap;
}

.carousel-pricebox {
    position: absolute;
    color: #d8021a;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
}

.carousel-pricebox>span {
    font-size: 10px;
}

.ls-carousel .ls-stripeoverlay {
    position: absolute;
    text-align: left;
}

.ls-carousel .ls-stripeoverlay>div {
    background-color: #d8021a;
    color: #ffffff;
    width: 100%;
    padding: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: 2px;
}

@media (min-width: 600px) {

    .ls-carousel .ls-textoverlay,
    .ls-carousel .ls-stripeoverlay>div {
        padding: 10px;
        font-size: 15px;
        line-height: 22px;
    }

    .carousel-pricebox {
        font-size: 35px;
    }
}

@media (max-width: 899px) {
    .ls-carousel-layer {
        padding-bottom: 60px;
    }

    .ls-carousel-layer:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: -50%;
        background-color: #fff;
        height: 60px;
        width: 200%;
    }

    .ls-carousel .ls-carousel-control {
        height: calc(100% - 60px);
    }

    .ls-carousel .ls-stripeoverlay>div {
        background-color: transparent !important;
        color: #444 !important;
        margin: 0;
        display: inline;
        padding: 0;
    }

    .ls-carousel .ls-stripeoverlay>div:after {
        content: ' ';
    }

    .ls-carousel .carousel-pricebox {
        color: #000 !important;
    }

    .ls-carousel .carousel-pricebox,
    .ls-carousel .ls-textoverlay,
    .ls-carousel .ls-stripeoverlay {
        display: inline-block;
        position: relative;
        top: auto !important;
        bottom: -100% !important;
        right: 0 !important;
        left: auto !important;
        float: right;
        line-height: 16px;
        padding: 10px 0 0;
        min-height: 60px;
    }

    .ls-carousel .ls-textoverlay,
    .ls-carousel .ls-stripeoverlay {
        right: auto !important;
        left: 0 !important;
        background: none;
        float: left;
        width: 60%;
        padding-left: 10px;
        font-weight: 500;
    }

    .ls-carousel .carousel-pricebox {
        padding-right: 10px;
    }

    .ls-carousel .ls-textoverlay br {
        content: '';
    }

    .ls-carousel .ls-textoverlay br:after {
        content: ' ';
    }
}

@media (min-width: 900px) {
    .carousel-pricebox {
        font-size: 57px;
    }

    .ls-carousel .ls-stripeoverlay>div {
        font-size: 17px;
        line-height: 18px;
        padding: 5px;
    }
}

@media (min-width: 1200px) {
    .ls-carousel .ls-textoverlay {
        padding: 10px;
        font-size: 22px;
        line-height: 28px;
    }

    .carousel-pricebox {
        font-size: 70px;
    }

    .carousel-pricebox>span {
        font-size: 26px;
    }

    .ls-carousel .ls-stripeoverlay>div {
        padding: 3px 15px;
        font-size: 28px;
        margin-bottom: 5px;
        line-height: 28px;
    }
}

.ls-paypal-banner {
    margin: 10px 0 0 0;
    min-height: 25px;
}

.ls-paypal-banner>img {
    width: 200px;
    cursor: pointer;
    height: auto;
}

.ls-paypal-spinner {
    text-align: right;
    padding: 0 75px 0 0;
}

.ls-paypal-spinner:after {
    content: ' ';
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 4px solid #444;
    border-radius: 12px;
    border-bottom-color: #fff;
    -webkit-animation: inifinispin 1s linear infinite;
    -moz-animation: inifinispin 1s linear infinite;
    -ms-animation: inifinispin 1s linear infinite;
    -o-animation: inifinispin 1s linear infinite;
    animation: inifinispin 1s linear infinite;
}

@-webkit-keyframes inifinispin

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes inifinispin {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#cookiewrapper {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
}

#cookiesettings {
    display: none;
}

#cookiewrapper .box {
    background-color: #FFFFFF;
    padding: 10px;
    width: 300px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    border-radius: 4px;
}

#cookiedisclaimer .box {
    width: 300px;
}

#cookiesettings .box {
    max-width: 500px;
    min-width: 300px;
    width: 100%;
}

#cookiewrapper .box>* {
    margin: 0 auto 10px auto;
}

#cookiewrapper .box>*:last-child {
    margin: 0 auto;
}

#cookiewrapper h2 {
    font-size: x-large;
    margin-right: auto;
    margin-left: auto;
}

#cookiewrapper span {
    flex-grow: 1;
    font-size: 11.5pt;
}

#cookiewrapper .footer {
    color: #8d8d8d;
}

#cookiewrapper .button,
.cookie.button {
    display: inline-block;
    border: 1px solid #992f17;
    background-color: #992f17;
    color: #ffffff;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 5px;
}

#cookiewrapper .button-row {
    display: flex;
    width: 100%;
}

#cookiewrapper .button-row .button {
    width: auto;
    text-align: center;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

#cookiewrapper .grey {
    background-color: #dddddd;
    color: #000000;
}

#cookiesettings .category {
    width: 100%;
    background-color: #dddddd;
    border-radius: 4px;
    padding: 5px;
    font-size: 11.5pt;
    font-weight: bold;
}

#cookiesettings .category label {
    width: 100%;
    display: flex;
}

#cookiesettings .category input {
    margin-left: auto;
    transform: scale(1.5);
    margin-right: 4px;
    margin-bottom: 3px;
}

#cookiesettings .category.description {
    background-color: #FFFFFF;
    margin-top: 5px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}

#cookiesettings .category.description a {
    text-decoration: underline;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
