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

@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;
}

.skip-link {
    position: absolute;
    top: -40px;
    /* Hide off-screen by default */
    left: 0;
    background: #000;
    /* Background color */
    color: #fff;
    /* Text color */
    padding: 8px 12px;
    z-index: 1000;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    transition: top 0.2s ease;
}

/* When focused, bring it into view */
.skip-link:focus {
    top: 0;
}

.glyphicon {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-star {
    font-size: 15px;
    color: #FFA800;
    font-family: 'Glyphicons Halflings';
}

.glyphicon-star-empty {
    color: #777777;
    display: inline !important;
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

* {
    box-sizing: border-box;
}

:root {
    /*red*/
    --lightest-red: #fcdddd;
    --very-light-red: #f9bbbb;
    --lighter-red: #f69898;
    --light-red: #f37676;
    --red: #f05454;

    /*blue*/
    --lightest-blue: #d6dadf;
    --very-light-blue: #acb5bf;
    --lighter-blue: #83919e;
    --light-blue: #596c7e;
    --blue: #30475E;
    --dark-blue: #1d3146;
    --darker-blue: #011428;

    /*other*/
    --grey: #e8e8e8;
    --white: #ffffff;
    --highlight: #ffff72;

    /*dimensions*/
    --maxwidth-content: 1280px;

    --default-radius: 6.7px;
    --nav-radius: 20px;
    --box-shadow: #83919e88;

    --bg-fade: 0 0 0 99999px rgba(0, 0, 0, .4);

}

@keyframes fade-background {
    from {
        box-shadow: none;
    }

    to {
        box-shadow: var(--bg-fade);
    }
}

/* enables anchors for object elements */
a:has(object) {
    position: relative;
    display: inline-block;
}

a:has(object):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

body {
    display: flex;
    flex-direction: column;
    margin: 0;
    font-family: Supreme-Regular, serif;
    font-size: 1rem;
    color: var(--blue);
    background-color: var(--grey);
    min-height: 100dvh;
}

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

/* General Styles */

.maxwidth-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: var(--maxwidth-content);
    margin: 0 auto;
    padding: 0 5px;
}

a {
    color: var(--red);
    text-decoration: none;
}

h1 {
    font-family: Supreme-Extrabold, serif;
    font-size: 2.3rem;
    font-weight: normal;
}

h2 {
    font-family: Supreme-Regular, serif;
    font-size: 1.5rem;
    font-weight: normal;
}

h1 a,
h2 a {
    color: var(--blue);
    text-decoration: none;
}

h1 a:hover,
h2 a:hover {
    color: var(--light-blue);
    text-decoration: none;
}

.description {
    font-family: Supreme-Medium, serif;
    font-size: 1rem;
}

.navigation {
    font-family: Supreme-Medium, serif;
    font-size: 1rem;
}

.price {
    font-family: Supreme-Extrabold, serif;
    font-size: 4.3rem;
}

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

/*reza*/
#accountform .ls-slide {
    overflow-x: auto;
}

#accountform .ls-slider table {
    border-radius: 0px;
    position: relative;
}

#accountform .ls-slider table button {
    border-radius: var(--default-radius);
}

main.maxwidth-wrapper .srchtable tr:not(:last-of-type) td:not(.srchapages) {
    cursor: pointer;
    border-radius: 6.7px;
    background-color: white;
    box-shadow: 0px 0px 5px var(--box-shadow);
    margin-bottom: 20px;
    font-size: inherit;
}

main.maxwidth-wrapper .srchtable tr:not(:last-of-type) td:not(.srchapages):hover {
    box-shadow: 0px 0px 15px var(--box-shadow);
}

main.maxwidth-wrapper .srchtable tr:not(:last-of-type) td:not(.srchapages) div:not(:first-child) {
    padding-left: 20px;
}

main.maxwidth-wrapper .srchtable tr:not(:last-of-type) td:not(.srchapages) ul {
    margin-top: 20px;
    font-size: 14px !important;
}

main.maxwidth-wrapper .srchtable tr:not(:last-of-type) td:not(.srchapages) div .art2varianten {
    margin-left: -10px;
    float: left;
    font-size: small !important;
}

main.maxwidth-wrapper .srchtable tr:not(:last-of-type) td:not(.srchapages) .fancybox-image img {
    margin: 15px auto;
}

main.maxwidth-wrapper .srchtable tr:not(:last-of-type) td:not(.srchapages) a {
    font-weight: bolder;
    font-size: larger;
}

main.maxwidth-wrapper .srchtable tr:not(:last-of-type) td:not(.srchapages) div small a,
main.maxwidth-wrapper .srchtable tr:not(:last-of-type) td:not(.srchapages) a ul,
main.maxwidth-wrapper .srchtable tr:not(:last-of-type) td:not(.srchapages) div .art2varianten a,
main.maxwidth-wrapper .srchtable tr:not(:last-of-type) td:not(.srchapages) .eelsheetlink {
    font-weight: normal;
    font-size: 14px !important;
}

table.srchtable div:has(img) {
    margin: auto;
}

/*for accessibility purpose*/
#prod-gpsr table tbody tr td a img.gpsrdoclist-pic,
#prod-gpsr table tbody tr td.gpsrdoclist-label a {
    margin: 0px 5px;
}

/*reza*/
/*fixing order checkout buttons*/
.quickbasket form.orderform .ls-slide a {
    border: none;
    box-shadow: none;
    color: var(--blue);
}

/*fixing order checkout buttons*/
/*campus upload btn*/
.quickbasket .section-container form.form .form-group {
    display: flex;
    align-items: stretch;
    max-width: 300px;
    margin-bottom: 15px;
}

.quickbasket .section-container form.form .icon-container {
    background-color: #2c3e50;
    color: white;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.quickbasket .section-container form.form .icon-person {
    width: 16px;
    height: 16px;
}

.quickbasket .section-container form.form input[type="file"],
.quickbasket .section-container form.form input[type="text"] {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    outline: none;
}

.quickbasket .section-container form.form input:focus {
    border-color: #2c3e50;
}

.quickbasket .section-container form.form .file-input-hidden {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.quickbasket .section-container form.form .file-input-text {
    cursor: pointer;
    background-color: white;
}

.quickbasket .section-container form.form label {
    text-wrap: nowrap;
    margin: auto;
    margin-right: 15px;
}

/*campus upload btn*/

@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;
    }

    /*reza was here*/
    footer.page-footer .payments {
        margin-top: 15px;
    }

    footer.page-footer .payments img {
        margin: 0px 15px 0px 0px;
    }

    .footer-impressum a p {
        margin: 25px 0px !important;
    }

    footer.page-footer .payment-contact {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    /*reza was here*/
}

.maxwidth-wrapper .hidden-print .table-responsive {
    overflow-x: auto;
}

/* Header Styles */

header {
    max-width: 100%;
    height: 169px;
    position: relative;
}

header>* {
    padding: 5px;
}

header .logo-svg {
    height: auto;
    width: 232px;
    padding-bottom: 10px;
}

header .logo-slogan {
    position: absolute;
    top: 47px;
    left: 102px;
    right: 0;
    bottom: 0;
    font-family: Supreme-Bold, serif;
    color: var(--blue);
    white-space: nowrap;
    font-size: 0.9rem;
}

header .left-header {
    max-width: 330px;
    width: 100%;
    flex-grow: 0;
    display: flex;
}

header .left-header>* {
    margin: auto 0;
}

header .left-header>a {
    width: fit-content;
}

header .middle-header {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

header .middle-header>* {
    padding: 0 15px;
}

header .middle-header .upper *:last-child {
    margin-left: auto;
    margin-right: 0px;
}

header .upper>* {
    margin-top: 48px;
    margin-right: 65px;
}

header .upper {
    display: flex;
    height: 95px;
}

header .lower {
    display: flex;
    height: 75px;
}

header .lower>* {
    margin: auto 0;
    max-height: 30px;
}

header .middle-header .upper {
    font-size: 0.9rem;
}

header .middle-header .upper .lngswitchlinks a {
    display: inline;
    padding: 0 8px;
    font-family: Supreme-Bold, serif;
    color: var(--blue);
}

header .middle-header .upper .lngswitchlinks .separator {
    border-right: 1px solid var(--blue);
    margin: 7px 0;
}

header .middle-header .upper .phone {
    font-weight: bold;
    padding-right: 5px;
}

header .middle-header .upper .phone-mobile {
    display: none;
    font-weight: bold;
}

header .middle-header .upper .phone-mobile-icon {
    padding-left: 5px;
    max-height: 19px;
}

header .middle-header .lower .search-bar {
    width: 100%;
}

header .middle-header .lower .search-bar>* {
    position: relative;
}

header .middle-header .lower .search-bar .form-control {
    border-color: var(--red);
}

header .middle-header .lower .search-bar .btn,
header .middle-header .lower .search-bar .btn:focus,
header .middle-header .lower .search-bar .btn:active,
header .middle-header .lower .search-bar .btn:hover {
    color: var(--red);
    background-color: var(--white);
    border: 0px;
    position: absolute;
    right: 12px;
    top: 20%;
    padding: 0px;
    z-index: 5;
}

header .middle-header .lower .search-bar input {
    z-index: 4;
    position: relative;
}

header .middle-header .lower .search-bar input:focus,
header .middle-header .lower .search-bar input:active {
    animation-name: fade-background;
    animation-duration: 0.5s;
    box-shadow: var(--bg-fade);
}

header .righ-header {
    flex-grow: 0;
    max-width: 240px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

header .righ-header .upper>*:first-child,
header .righ-header .lower>*:first-child {
    margin-left: auto;
    margin-right: 0px;
}

header .righ-header .lower>* {
    padding-left: 17px;
    color: var(--red);
}

header .righ-header .lower svg {
    height: 30px;
    width: auto;
}

header .righ-header .lower .phone-mobile {
    display: none;
}

header .righ-header .lower .cartlogo>a {
    height: 100%;
    display: flex;
}

header .righ-header .lower .cartlogo span {
    margin: auto;
    margin-left: 5px;
    padding: 1px 4px;
    color: var(--grey);
    background: var(--red);
    font-family: Supreme-Bold, serif;
    border-radius: var(--default-radius);
    white-space: nowrap;
}

header .ls-overlay-box,
.ls-focus-box {
    border: 1px solid var(--blue);
    -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: var(--default-radius);
    animation-name: fade-background;
    animation-duration: 0.5s;
    box-shadow: var(--bg-fade);
    z-index: 100;
}

header .b2b-button {
    border-radius: var(--default-radius);
    margin-left: 25px !important;
    margin-top: 48px;
    left: 100%;
    font-size: 0.9rem;
    padding: 5px 10px;

    position: absolute;

    width: min-content;
    height: min-content;

    color: var(--grey);
    background: var(--blue);
    display: flex;
    flex-direction: column;
}

header .b2b-button .heading {
    font-family: Supreme-Bold, serif;
    white-space: nowrap;

}

header .b2b-button .content {
    margin-top: 5px;
    white-space: wrap;
}

header .menu-button>.b2b-button {
    display: none;
}

header .b2b-button:hover {
    box-shadow: 0px 0px 15px var(--box-shadow);
    color: var(--white);
}


@media only screen and (max-width: 1850px) {
    header .b2b-button {
        display: none;
    }

    header .menu-button>.b2b-button {
        position: relative;
        margin: 0;
        left: inherit;
        display: flex;
        flex-direction: column;
        transform: translateY(-40%);
    }

    header .upper>* {
        margin-right: 30px;
    }

    header .middle-header .phone-desktop {
        display: none !important;
    }

    header .middle-header .upper .phone-mobile {
        display: flex;
    }

}

@media only screen and (max-width: 1050px) {
    header .menu-button>.b2b-button {
        display: none;
    }
}

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


@media only screen and (max-width: 1280px) {
    header {
        max-width: 100%;
        height: 90px;
        font-size: 110%;
        position: unset;
    }

    header .logo-svg {
        height: 50px;
        width: auto;
        padding-bottom: 0px;
        padding-left: 10px;
    }

    header .upper,
    header .lower {
        display: flex;
        height: 100%;
    }

    header .upper>*,
    header .lower>* {
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 40px;
    }

    header .left-header {
        max-width: 330px;
    }

    header .left-header>* {
        margin-top: 25px;
    }

    header .logo-slogan {
        display: none;
    }

    header .middle-header>* {
        padding: 0px;
    }

    header .middle-header .upper>*:first-child {
        margin-left: auto;
    }

    header .middle-header .upper>*:last-child {
        margin-left: 0;
        margin-right: 40px;
    }

    header .righ-header .upper {
        display: none;
    }

    header .middle-header .lower {
        height: 0;
        overflow: visible;
    }

    header .middle-header .lower .search-bar {
        display: block;
        position: absolute;
        left: 20%;
        width: 60%;
        top: 95px;
        margin: 0;
    }

    header .middle-header .lower .search-bar .form-control {
        height: 30px;
    }

    header .righ-header {
        max-width: unset;
        width: unset;
    }

    header .righ-header .lower>* {
        padding-left: 0px;
    }

    header .righ-header .lower>*:last-child {
        margin-right: 15px;
    }

    header .righ-header .lower>*:first-child {
        margin-left: 0px;
        margin-right: 40px;
    }

    .header-hide-mobile {
        display: none !important;
    }

    header .menu-button>.b2b-button {
        transform: none;
    }
}

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

    header .logo-svg {
        height: 30px;
        width: auto;
        padding-bottom: 0px;
    }

    header .upper>*,
    header .lower>* {
        margin-top: 50px;
    }

    header .left-header>* {
        margin-top: 43px;
    }

    header .righ-header .lower>* {
        margin-top: 43px;
    }

    header .middle-header .upper> :not(*:first-child) {
        display: none;
    }

    header .middle-header .phone-mobile {
        display: none;
    }

    header .righ-header .lower .phone-mobile {
        display: block;
    }

    header .righ-header .lower .phone-mobile svg {
        color: var(--red);
        height: 23px;
        width: auto;
    }

    /* for btn text issue on narrow screens	*/
    .abtnblock .input-group a.form-control {
        height: fit-content;
    }

    .abtnblock .input-group span.input-group-addon {
        height: auto !important;
    }

    .abtnblock .input-group span.glyphicon-shopping-cart::before {
        position: relative;
        top: 30%;
    }

    /* for btn text issue on narrow screens	*/

}

#shopauskunft-widget {
    display: flex;
    text-align: right;
    color: var(--blue);
    position: relative;
    top: -2px;
}

#shopauskunft-widget .shopauskunft-logo {
    height: 42px;
    display: none;
}

#shopauskunft-widget .shopauskunft-logo img {
    height: 100%;
    width: auto;
    padding-right: 5px;
}

#shopauskunft-widget .pane {
    display: flex;
    flex-direction: column;
}

#shopauskunft-widget .star,
#shopauskunft-widget .points {
    display: inline-block;
}

#shopauskunft-widget .star {
    width: 1.3rem;
    padding-left: 1px;
    color: var(--red);
}

#shopauskunft-widget .star svg {
    width: 100%;
}

#shopauskunft-widget .stars {
    float: left;
    padding-left: 3px;
    display: inline;
    width: 100%;
}

#shopauskunft-widget .points {
    display: inline;
    padding-left: 5px;
    font-size: 1.3rem;
}

#shopauskunft-widget .points .highlight {
    color: var(--red);
    font-family: Supreme-Bold, serif;
}

#shopauskunft-widget .glyphicon-star {
    font-size: 15px;
    color: var(--red);
    font-family: 'Glyphicons Halflings';
}

#shopauskunft-widget .subline-wrapper {
    font-size: 90%;
    position: relative;
    /* top: -3px; */
}

/* Header Navigation Styles */

header.navigation {
    background-color: var(--red);
    color: var(--grey);
    height: 32px;
}

header.navigation a {
    color: var(--grey);
}

header.navigation a:hover {
    color: var(--white);
}

header.navigation .container-fluid {
    padding: 0;
    height: 100%;
}

header.navigation .navbar {
    display: flex;
    padding: 0 5px;
    list-style: none;
    justify-content: space-between;
    height: 100%;
}

header.navigation .navbar>li {
    display: flex;
    padding: 0 5px;
}

header.navigation .navbar>li>a {
    padding: 0 0 0 10px;
    margin: auto 0;
    border-left: 1px solid var(--grey);
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-radius: 0;
}

header.navigation .navbar>li .dropdown-menu {
    padding: 5px 0 10px 0;
    position: absolute;
    top: 42px;
    /* 32px + 10px */
    left: 0;
    right: 0;
    margin-inline: auto;

    width: var(--maxwidth-content);

    display: none;
    background-color: var(--red);
    border-radius: var(--nav-radius);
}

header.navigation ul {
    list-style: none;
    padding: 0;
}

header.navigation li.open .dropdown-menu {
    display: block;
    z-index: 10;
}

header.navigation .collapse.in {
    display: block;
}

header.navigation .dropdown-menu li {
    font-family: Supreme-Regular, serif;
    padding: 2px 5px;
}

header.navigation li.dropdown-header {
    margin: 0;
    padding: 15px 0 5px 0;
    font-family: Supreme-ExtraBold, serif;
    font-size: 100%;
}

@media only screen and (min-width: 1281px) {
    header.navigation .navbar-header {
        display: none;
    }

    header.navigation .navbar-collapse.collapse {
        display: block !important;
        overflow: visible !important;
        max-height: unset;
        height: 100%;
    }
}

@media only screen and (max-width: 1280px) {
    header.navigation .navbar-collapse.collapse {
        margin: 0;
        position: absolute;
        top: 0;
        background-color: var(--red);
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        max-width: 500px;
        z-index: 7;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    header.navigation .navbar-collapse.collapse::-webkit-scrollbar {
        display: none;
    }

    header.navigation {
        height: 40px;
    }

    header.navigation .navbar-header {
        display: block;
    }

    header.navigation .navbar-toggle {
        padding: 0;
        margin: 0;
        display: block;
        width: 50px;
        height: 40px;
        position: relative;
        background-color: transparent;
        background-image: none;
        border: 0;
    }

    header.navigation .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: var(--white);
        margin: 0 auto;
    }

    header.navigation .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px;
    }

    header.navigation .navbar-toggle[aria-expanded='true'] {
        position: absolute;
        left: 440px;
        top: 50px;
        display: inline-block;
        z-index: 10;
    }

    header.navigation .navbar-toggle[aria-expanded='true']:before {
        content: "\2715";
        font-size: 200%;
    }

    header.navigation .navbar-toggle[aria-expanded='true'] .icon-bar {
        display: none;
    }

    header.navigation .navbar {
        flex-direction: column;
        justify-content: flex-start;
        margin: 125px 0 0 0;
        padding: 0 20px;
        width: 100%;
        height: 100%;
    }

    header.navigation .navbar>li {
        margin: 0;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        border-bottom: 1px solid var(--white);
        border-radius: 0;
        font-family: Supreme-Regular, serif;
        font-size: 130%;
        width: 100%;
    }

    /*header.navigation .dropdown-menu li {*/
    /*    width: 100%;*/
    /*}*/

    header.navigation li.dropdown-header {
        padding: 10px 5px;
    }

    header.navigation .navbar li>a {
        border: 0;
        width: 100%;
        display: block;
        padding: 15px 0 10px 0;
    }

    header.navigation .navbar .ls-slide li>a {
        padding: 15px 0 10px 22px;
    }

    header.navigation .navbar.submenuopen>li:not(.open) {
        display: none;
    }

    header.navigation .navbar>li>a:after {
        content: "\e258";
        font-family: 'Glyphicons Halflings';
        right: 13%;
        position: absolute;
    }

    header.navigation .navbar.submenuopen>li.open>a:after {
        content: "\e257";
        "\e258";
    }

    header.navigation .navbar.submenuopen .maxwidth-wrapper {
        flex-direction: column;
    }

    header.navigation .navbar.submenuopen>li.open .ls-slide-l-33 {
        width: 100%;
        padding: 0 10px 0 10px;
    }

    /* reza menu mobile */
    /* Main menu animation */
    header.navigation .navbar-collapse {
        transform: translateX(-100%);
        transition: transform 0.5s ease-out;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100svh;
        height: 100dvh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: env(safe-area-inset-bottom);
        z-index: 1000;
    }

    header.navigation .navbar-collapse.in {
        transform: translateX(0);
        overflow-x: hidden;
    }

    /* Submenu animations */
    header.navigation .dropdown-menu {
        display: block !important;
        position: fixed !important;
        top: 200px !important;
        left: 0 !important;
        width: 100% !important;
        height: calc(100svh - 200px) !important;
        height: calc(100dvh - 200px) !important;
        z-index: 1001 !important;
        transform: translateX(-100%);
        transition: transform 0.6s ease-out;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-top: 0px !important;
        padding-bottom: env(safe-area-inset-bottom);
    }

    header.navigation .open>.dropdown-menu {
        transform: translateX(0);
        -ms-overflow-style: none;
        /* Hide scrollbar for IE and Edge */
        scrollbar-width: none;
        /*Hide scrollbar for Firefox */
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    header.navigation .open>.dropdown-menu::-webkit-scrollbar {
        display: none;
    }

    /* Back button styling */
    header.navigation .navbar.submenuopen>li.open>a:before {
        position: fixed;
        top: 15px;
        left: 15px;
        z-index: 1050;
        font-size: 20px;
    }

    /* Keep the toggle button visible */
    header.navigation .navbar-toggle[aria-expanded="true"] {
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 1100;
    }

    /* Ensure column layout is full width */
    header.navigation .maxwidth-wrapper {
        width: 89.5% !important
    }

    header.navigation .dropdown-menu .ls-slide-l-33 {
        width: 100% !important;
    }

    /* Prevent scrolling of background */
    html.navopen body {
        overflow: hidden !important;
    }

    header.navigation .maxwidth-wrapper .dropdown-header {
        border-bottom: 3px double var(--white);
        margin-top: 15px;
        padding-top: 15px;
        border-radius: 0px !important;
    }

    /* Then remove the border from the first dropdown-header in the first column of each maxwidth-wrapper */
    header.navigation .maxwidth-wrapper .ls-slide:last-child>ul>li.dropdown-header:last-child {
        border-bottom: none;
    }

    header.navigation .dropdown-header {
        padding: 15px 0 10px 10px !important;
    }

    header.navigation .dropdown-header a {
        padding: 0px !important;
    }

    header.navigation .menu-item-divider {
        border-bottom: 1px solid var(--white);
        border-radius: 0px !important;
        padding: 10px 0px;
    }

    header.navigation .menu-item-divider:last-child {
        border-top: none;
    }

    header.navigation .ls-slide a:after {
        content: "\e258";
        font-family: 'Glyphicons Halflings';
        right: 13%;
        position: absolute;
    }

    header.navigation .open .dropdown-menu .maxwidth-wrapper {
        width: 100%;
        margin: 0px;
    }

    header.navigation .dropdown-toggle {
        font-family: Supreme-ExtraBold, serif;
        font-size: 115%;
        font-weight: bolder;
    }

    /* reza menu mobile */
}




@media only screen and (max-width: 500px) {
    header.navigation .navbar-toggle[aria-expanded='true'] {
        position: absolute;
        right: 10px;
        left: unset;
        top: 50px;
        display: inline-block;
        z-index: 10;
    }

}



/* Main Content */

main.maxwidth-wrapper {
    margin-top: 30px;
    background-color: var(--grey);
    flex-direction: column;
}

main>h1,
main>h2,
main>h3,
main>h4,
main>p {
    padding: 5px;
}

main a {
    color: var(--blue);
}

/* General Styles */

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

.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: var(--red);
}

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

.bg-danger {
    background-color: #f2dede;
    border: 1px solid var(--red);
    border-radius: var(--default-radius);
    margin: 10px 0px;
    padding: 7px;
}

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

/* Breadcrumbs */

.breadcrumb {
    border: none;
    background-color: transparent;
    padding: 4px 15px;
    margin-bottom: 20px;
    list-style: none;
    margin-top: 0px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    content: ">\00a0";
    padding: 0 5px;
}

@media (max-width: 767px) {
    ol.breadcrumb {
        margin: -10px 5px 0 -10px;
        padding: 0;
        display: flex;
    }

    .breadcrumb>li {
        display: none;
        white-space: nowrap;
        min-width: 0;
    }

    .breadcrumb>li:last-child {
        display: flex;
        flex: 1 1 auto;
    }

    .breadcrumb>li:first-child {
        display: inline-block;
        flex: 0 0 auto;
    }

    .breadcrumb>li:first-child>a>span {
        min-width: 48px;
    }

    .breadcrumb>li:first-child>a>span::before {
        font-size: large;
        margin-left: 25px;
    }

    .breadcrumb>li>a {
        display: flex;
        min-width: 0;
    }

    .breadcrumb>li+li:before {
        padding: 0 4px 0 6px;
        margin-top: 13px
    }

    .breadcrumb>li>a>span {
        display: block;
        line-height: 48px;
        white-space: nowrap;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    /*reza*/
    main.maxwidth-wrapper .srchtable tr:not(:nth-last-of-type(2)):not(:last-of-type) td {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;

    }

    main.maxwidth-wrapper .srchtable tr td img {
        width: 250px;
        height: auto;
        margin: auto;
    }

    main.maxwidth-wrapper .srchtable tr:not(:nth-last-of-type(2)):not(:last-of-type) td div:not(:first-child) {
        padding-left: 20px;
    }

    main.maxwidth-wrapper .srchtable tr:not(:nth-last-of-type(2)):not(:last-of-type) td ul {
        margin-top: 20px;
        font-size: 14px !important;
    }

    main.maxwidth-wrapper .srchtable tr:not(:nth-last-of-type(2)):not(:last-of-type) td div .art2varianten {
        margin-left: -10px;
        float: left;
        font-size: small !important;
    }

    /*reza*/
}

/* Bootstrap Buttons and Forms*/

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

.input-group {
    position: relative;
    display: flex;
    flex-direction: row;
}

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

.input-group-addon .ls-glyph {
    height: 100% !important;
    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: var(--default-radius) !important;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-btn>.btn {
    height: 32px;
    padding: 4px 10px;
    border-radius: var(--default-radius);
}

.input-group-sm>.input-group-addon {
    height: 32px;
    width: fit-content;
    padding: 4px;
    border-radius: var(--default-radius);
}

.input-group .form-control {
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

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

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    color: var(--blue);
    background-color: var(--white);
    background-image: none;
    border: 1px solid var(--blue);
    border-radius: var(--default-radius);
    -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;
    border-radius: var(--default-radius);
}

.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 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.4);
}

.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:first-child:not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

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

.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-default {
    color: var(--blue);
    background-color: var(--white);
    border-color: var(--lighter-blue);
}

.btn-default:active,
.btn-default.active {
    color: var(--blue);
    background-color: var(--white);
    border-color: var(--lighter-blue);
}

.btn-default:focus,
.btn-default.focus {
    color: var(--blue);
    background-color: var(--white);
    border-color: var(--lighter-blue);
}

.btn-default:hover {
    color: var(--blue);
    background-color: var(--white);
    border-color: var(--lighter-blue);
}

.btn-primary {
    color: var(--white);
    background-color: var(--red);
    border-color: var(--red);
}

.btn-secondary {
    color: var(--blue);
    background-color: var(--white);
    border-color: var(--blue);
}

.btn-primary:focus,
.btn-primary.focus {
    color: var(--white);
    background-color: var(--light-red);
    border-color: var(--red);
}

.btn-primary:hover {
    color: var(--white);
    background-color: var(--light-red);
    border-color: var(--red);
}

.btn-primary:active,
.btn-primary.active {
    color: var(--white);
    background-color: var(--light-red);
    border-color: var(--red);
}

.btn-primary+.input-group-addon {
    color: var(--red);
    background-color: var(--white);
    border-color: var(--red);
}

.btn-link {
    border-color: transparent;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--red);
    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-addon,
.input-group-btn {
    /* width: 1%; */
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    color: var(--white);
    text-align: center;
    background-color: var(--blue);
    border: 1px solid var(--blue);
    border-radius: var(--default-radius);

}

.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: var(--white);
    border-radius: var(--default-radius);
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px var(--box-shadow);
    box-shadow: 0px 0px 5px var(--box-shadow);
}

.panel:hover {
    -webkit-box-shadow: 0px 0px 15px var(--box-shadow);
    box-shadow: 0px 0px 15px var(--box-shadow);
}

.panel-default {
    -webkit-box-shadow: 0px 0px 5px var(--box-shadow);
    box-shadow: 0px 0px 5px var(--box-shadow);
}

.panel-default>.panel-heading {
    color: var(--blue);
    background-color: var(--white);
}

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

.panel-heading {
    padding: 10px;
    border-bottom: 1px solid transparent;
}

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

#chgloginfrm .do-pass-form-group {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: center;
}

#chgloginfrm .do-pass-form-group #dopass {
    position: relative;
    margin-right: 5px;
    margin-top: 4px;
}

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

.form-inline {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.form-inline>* {
    margin: auto 3px;
}

.form-inline:last-child {
    margin-right: 0px;
}

@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;
    margin-left: 5px;
}

.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: var(--red);
    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;
    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: 1rem;
}

.ls-light-text {
    color: var(--grey);
}

.ls-control {
    color: var(--blue);
    text-decoration: none !important;
    cursor: pointer;
}

.ls-light-control {
    color: var(--grey);
    text-decoration: none !important;
    cursor: pointer;
    fill: var(--grey);
    stroke: var(--grey);
}

.ls-light-control .ls-glyph {
    fill: var(--grey);
    stroke: var(--grey);
}

.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: var(--white);
    fill: var(--white);
    stroke: var(--white);
}

.ls-light-control:active,
.ls-light-control:active .ls-glyph {
    color: var(--white);
    fill: var(--white);
    stroke: var(--white);
}

.ls-dark-control {
    color: var(--blue);
    text-decoration: none !important;
    cursor: pointer;
}

.ls-dark-control:hover:not(:active),
.ls-dark-control:focus:not(:active) {
    color: var(--light-blue);
}

.ls-dark-control:active {
    color: var(--darker-blue);
}

.ls-overlay-box {
    -webkit-box-shadow: 0px 0px 5px var(--box-shadow);
    box-shadow: 0px 0px 5px var(--box-shadow);
    /* border: 1px solid var(--lighter-blue); */
    border-radius: var(--default-radius);
}

.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;
    display: block;
}

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

#div_subdirs .panel-default .collapse,
#filter .collapse {
    max-height: 0;
    display: none;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}

#div_subdirs .panel-default .collapse.in,
#filter .collapse.in {
    max-height: unset;
    transition: max-height 0.15s ease-in;
    display: block;
}

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

header .menu-button,
header .light-cart {
    white-space: nowrap;
    display: inline-block;
}

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

header .menu-overlay {
    display: none;
    color: var(--blue);
    position: absolute;
    background-color: var(--white);
    padding: 5px;
}

header .login-button {
    cursor: pointer;
}

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

header .menu-overlay .input-group {
    min-width: 200px;
    padding-bottom: 5px;
}

header .menu-overlay .input-group:last-child {
    padding-bottom: 0px;
}

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

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

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

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

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

header .lngswitchlinks {
    white-space: nowrap;
    justify-self: flex-start;
}

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

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

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

    /*reza*/
    footer.page-footer .maxwidth-wrapper>div.contact {
        text-align: left;
        font-size: small;
    }

    footer.page-footer .shopauskunft {
        font-size: small;
    }

    footer.page-footer .shopauskunft a {
        line-height: 30px;
    }

    main.maxwidth-wrapper .srchtable tr:not(:nth-last-of-type(2)):not(:last-of-type) td {
        display: flex;
        flex-wrap: wrap;

    }

    main.maxwidth-wrapper .srchtable tr:not(:nth-last-of-type(2)):not(:last-of-type) td div {
        display: inherit;
        width: 100%;
    }

    main.maxwidth-wrapper .srchtable tr td img {
        width: auto;
        height: auto;
        margin: auto;
    }

    main.maxwidth-wrapper .srchtable tr:not(:nth-last-of-type(2)):not(:last-of-type) td div:not(:first-child) {
        padding-left: 20px;
        display: inline-block;
    }

    main.maxwidth-wrapper .srchtable tr:not(:nth-last-of-type(2)):not(:last-of-type) td ul {
        margin-top: 20px;
        font-size: 14px !important;
    }

    /*reza*/
}

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

    header .menu-button {
        position: relative;
    }

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

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

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

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

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%;
    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;
        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;
    }

    main.maxwidth-wrapper .srchtable tr:not(:last-of-type) td:not(.srchapages) .fancybox-image img {
        width: 80px !important;
        height: auto !important;
    }
}

@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 */

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 {
    text-align: left;
    padding: 20px 0;
}

footer.page-footer .maxwidth-wrapper>div:first-child {
    padding-left: 5px;
}

footer.page-footer .maxwidth-wrapper>div:last-child {
    padding-right: 5px;
}

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

    footer.page-footer .badges {
        display: none !important;
    }

    footer.page-footer .maxwidth-wrapper>div.overview {
        margin: 0 33%;
        padding-top: 40px;
    }

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

    /*reza was here*/
    footer.page-footer .footer-impressum {
        display: flex;
    }

    footer.page-footer .payments {
        display: flex;
        flex-direction: row;
        align-content: center;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }

    footer.page-footer .payments img {
        margin: 0px 15px 0px 0px
    }

    footer.page-footer .overview {
        width: 50% !important;
        max-width: 50% !important;
    }

    footer.page-footer .payment-contact {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-evenly;
    }
}

@media only screen and (max-width: 599px) {
    footer.page-footer .maxwidth-wrapper>div.overview {
        margin: auto;
        padding-top: 40px;
    }

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

    footer.page-footer .footer-impressum {
        display: flex;
    }

    footer.page-footer .payments {
        display: flex;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }

    footer.page-footer .payments img {
        margin: 10px 0px 15px 0px !important;
    }

    /*reza was here*/
}

footer.page-footer .logo {
    /* margin-top: auto; */
    margin: auto 0;
    max-width: 250px;
}

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

footer.page-footer .contact {
    width: fit-content;
}

footer.page-footer .overview {
    width: 20%;
    max-width: 20%;
}

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

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

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

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

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

/*footer.page-footer .shopauskunft {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    text-align: center !important;*/
/*}*/

footer.page-footer .shopauskunft * {
    margin: auto;
}

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

footer.page-footer .badges {
    display: flex;
    justify-content: center;
}

footer.page-footer .badges>* {
    margin: auto;
}

.ls-info-slide-full-width {
    background-color: var(--red);
}

.ls-info-slide {
    color: var(--grey);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 370px;
    width: 1540px;
    margin: 0 auto;
    flex-wrap: wrap;

}

.ls-info-slide>div {
    width: 33%;
}

.ls-info-slide .info-text-column {
    height: 100%;
    display: flex;
    margin-right: 140px;
}

.ls-info-slide .info-text {
    margin: auto 0;
}

.ls-info-slide .info-text h2 {
    margin: 0 0 15px 0;
    font-size: 2rem;
    font-family: Supreme-Extrabold, serif;
}

.ls-info-slide .key-feature {
    display: flex;
    flex-direction: row;
    height: 28%;
}

.ls-info-slide .key-feature .icon-box {
    width: 75px;
    height: 75px;
    background-color: var(--grey);
    margin: auto 15px;
    border-radius: var(--default-radius);
}

.ls-info-slide .key-feature .feature-info {
    margin: auto 0;
    font-size: 1.4rem;
    font-family: Supreme-Light, serif;
}

.ls-info-slide .key-feature .feature-info b {
    margin: auto 0;
    font-weight: normal;
    font-family: Supreme-Bold, serif;
}


.ls-prodslide {
    color: var(--blue);
    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 div:last-of-type { */
/*     margin-top: auto; */
/* } */

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

.thumbnail {
    margin: 0;
    -webkit-box-shadow: 0px 0px 5px var(--box-shadow);
    box-shadow: 0px 0px 5px var(--box-shadow);
    border-radius: var(--default-radius);
    border: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 4px;
}

.thumbnail:hover {
    -webkit-box-shadow: 0px 0px 15px var(--box-shadow);
    box-shadow: 0px 0px 15px var(--box-shadow);
}

.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: var(--blue) !important;
    font-weight: 600;
    white-space: nowrap;
}

.pricetag-green {
    color: var(--blue) !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: 900px) {
    .ls-hide-mobile {
        display: none !important;
    }
}

@media (min-width: 901px) {
    .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;
    font-weight: bold;
}

.ls-blog-wrap>h2,
.ls-info-wrap>h2 {
    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;
    overflow-y: visible;
}

.ls-slider.scroll {
    overflow-x: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
}

.ls-slider-full-width {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.ls-slide {
    padding: 5px;
    display: flex;
    border-radius: var(--default-radius);
}

.ls-slide>a {
    -webkit-box-shadow: 0px 0px 5px var(--box-shadow);
    box-shadow: 0px 0px 5px var(--box-shadow);
}

.ls-slider.scroll>.ls-slide {
    flex: none;
}

.ls-slide img {
    width: 100%;
    vertical-align: bottom
}

main.maxwidth-wrapper #div_below .ls-blog-wrap .ls-slider .ls-slide a.link-button {
    -webkit-box-shadow: none;
    box-shadow: none;
}

main.maxwidth-wrapper #div_below .ls-blog-wrap .ls-slider .ls-slide a.link-button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 1280px) {
    .ls-slider.scroll {
        overflow-x: scroll;
    }
}

.ls-slide * {
    border-radius: inherit;
}

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

.ls-slide-fixed {
    min-width: 230px;
    margin-right: 30px;
}

@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%;
    }

    /*  reza fix btn btn-default label problem on narrow screens  */
    #div_article #sortbar-buttons .btn-default {
        padding: 5px !important;
        font-size: 3.85vw !important;
    }

    #div_article #sortbar-buttons {
        margin: auto;
    }

    #div_article .sortbar {
        text-align: center;
    }

    /*  reza fix btn btn-default label problem on narrow screens  */
}

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

.ls-slide .ls-overlay-box {
    background-color: var(--white);
    padding: 10px 20px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.scroll .ls-slide .ls-prodslide {
    width: 230px;
}

.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 {
    -webkit-box-shadow: 0px 0px 15px var(--box-shadow);
    box-shadow: 0px 0px 15px var(--box-shadow);
}

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

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

.ls-carousel {
    overflow: hidden;
    position: relative;
    transition: background-position-x 0.8s;
    background-size: contain;
    border-radius: var(--default-radius);
    -webkit-box-shadow: 0px 0px 5px var(--box-shadow);
    box-shadow: 0px 0px 5px var(--box-shadow);
}

.ls-carousel * {
    border-radius: inherit;
}

.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: 10px;
    background: url(/lib/images/control-right-white.png)no-repeat right center;
    background-size: 35px;
}

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

.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;
    min-width: 70px;
}

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

/* Banner css by Reza */
.banner {
    background-color: #2c3e50;
    color: white;
    padding: 13px;
    border-radius: var(--default-radius);
    position: relative;
    max-width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.banner div {
    line-height: 45px
}

.arrow-button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0.13em solid;
}

.arrow {
    width: 11px;
    height: 12px;
    border-top: 0.13em solid;
    border-right: 0.13em solid;
    transform: rotate(45deg);
    position: relative;
    left: -4px;
    border-radius: 0px;
}

/* Banner css by Reza */
@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;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

#cookiesettings {
    display: none;
}

#cookiewrapper .box {
    background-color: var(--white);
    padding: 10px;
    width: 350px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    border-radius: 4px;
}

#cookiedisclaimer .box,
#cookiesettings .box {
    max-width: 500px;
    min-width: 300px;
    width: 100%;
    z-index: 15;
}

#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;
    background-color: var(--red);
    color: var(--grey);
    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;
}

/* fix business and services icons */
.bandscontainer {
    display: flex;
    align-items: center;
}

.bandscontainer .center {
    text-align: center;
    margin-top: 0;
    margin-right: 25px;
    width: 33%;
}

/* fix business and services icons */
