/*START FONT*/
@font-face {
    font-family: "PT Sans";
    src: url("https://use.typekit.net/af/02253d/000000000000000077359b88/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/02253d/000000000000000077359b88/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/02253d/000000000000000077359b88/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "PT Sans";
    src: url("https://use.typekit.net/af/4095d6/000000000000000077359b8a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/4095d6/000000000000000077359b8a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/4095d6/000000000000000077359b8a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "PT Sans";
    src: url("https://use.typekit.net/af/de3684/000000000000000077359b8f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/de3684/000000000000000077359b8f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/de3684/000000000000000077359b8f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

@font-face {
    font-family: "PT Sans";
    src: url("https://use.typekit.net/af/fc7d50/000000000000000077359b92/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/fc7d50/000000000000000077359b92/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/fc7d50/000000000000000077359b92/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 700;
    font-stretch: normal;
}
/*END FONT*/
.ui {
    font-family: 'PT Sans' !important;
    letter-spacing: 0.5px;
}

.ui.form input:not([type]), .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=email], .ui.form input[type=file], .ui.form input[type=number], .ui.form input[type=password], .ui.form input[type=search], .ui.form input[type=tel], .ui.form input[type=text], .ui.form input[type=time], .ui.form input[type=url] {
    font-family: 'PT Sans' !important;
    letter-spacing: 0.5px;
}

button, input, optgroup, select, textarea {
    font-family: 'PT Sans' !important;
    letter-spacing: 0.5px;
}

.colorLink {
    cursor: pointer !important;
    color: #AC5334 !important;
    text-decoration: underline !important;
}

    .colorLink:hover {
        cursor: pointer !important;
        color: #854028 !important;
        text-decoration: underline !important;
    }

h1 {
    font-size: 2rem;
    font-family: 'PT Sans';
    letter-spacing: 0.5px;
}

    h1,
    h1:last-child {
        margin-bottom: 3rem;
    }

        h1:first-child,
        h2:first-child,
        h3:first-child,
        h4:first-child,
        h5:first-child {
            margin-top: inherit;
        }

h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
}

.ui.sub.header {
    text-transform: none;
    font-weight: normal;
    font-size: 1.1rem;
}

h1 + .ui.sub.header {
    margin-bottom: 1rem;
    margin-top: -3rem;
}

img {
    max-width: 100%;
    height: auto;
}

.ui.secondary.button,
.ui.secondary.buttons .button {
    background-color: #AC5334 !important;
    color: #F8EEE1;
    transition: background-color 0.3s;
}

.ui.secondary.button:hover,
.ui.secondary.buttons .button:hover {
    background-color: #854028 !important;
}

.ui.primary.button,
.ui.primary.buttons .button {
    background-color: #000 !important;
    color: #F8EEE1 !important;
    transition: background-color 0.3s;
}

.ui.primary.button:hover,
.ui.primary.buttons .button:hover {
    background-color: #4d4d4d !important;
}

.ui.table thead {
    border-bottom: 1px solid #ababab;
}

.ui.table thead th {
    border: none;
    border-bottom: 1px solid #ababab;
}

.ui.table [class*="right aligned"],
.ui.table[class*="right aligned"] {
    text-align: left;
}

.ui.table th:first-child,
.ui.table td:first-child {
    padding-left: 0;
}

.ui.table th:last-child,
.ui.table td:last-child {
    padding-right: 0;
}

.ui.button {
    text-transform: uppercase;
    margin: 0 .5em .5em 0;
}

.ui[class*="right floated"].button,
.ui[class*="right floated"].buttons {
    margin-left: 0.5em;
}

.ui.osid-red.label,
.ui.osid-red.labels .label {
    background-color: #cd363d !important;
    border-color: #cd363d !important;
    color: #fff !important;
}

.ui.osid-green.label,
.ui.osid-green.labels .label {
    background-color: #5fa755 !important;
    border-color: #5fa755 !important;
    color: #fff !important;
}

.ui.osid-blue.label,
.ui.osid-blue.labels .label {
    background-color: #578bc7 !important;
    border-color: #578bc7 !important;
    color: #fff !important;
}

.ui.osid-yellow.label,
.ui.osid-yellow.labels .label {
    background-color: #faf051 !important;
    border-color: #faf051 !important;
    color: #fff !important;
}

.ui.osid-orange.label,
.ui.osid-orange.labels .label {
    background-color: #d97834 !important;
    border-color: #d97834 !important;
    color: #fff !important;
}

.ui.osid-grey.label,
.ui.osid-gray.labels .label {
    background-color: #939496 !important;
    border-color: #939496 !important;
    color: #fff !important;
}

.ui.osid-white.label,
.ui.osid-white.labels .label {
    background-color: #fff !important;
    border: .5px solid #939496 !important;
    color: #fff !important;
}

.ui.osid-purple.label,
.ui.osid-purple.labels .label {
    background-color: #7e5ea1 !important;
    border-color: #7e5ea1 !important;
    color: #fff !important;
}

.ui.osid-pink.label,
.ui.osid-pink.labels .label {
    background-color: #e5a1ae !important;
    border-color: #e5a1ae !important;
    color: #fff !important;
}

.ui.osid-light-pink.label,
.ui.osid-light-pink.labels .label {
    background-color: #e3a083 !important;
    border-color: #e3a083 !important;
    color: #fff !important;
}

.ui.osid-black.label,
.ui.osid-black.labels .label {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.ui.steps {
    margin: 3em 0 1em;
    width: 100%;
}

@media (min-width: 992px) {
    .ui.steps {
        width: auto;
    }
}

.ui.steps:first-child {
    border-radius: 0;
}

.ui.steps .step {
    padding: 1.125em 2em;
}

    .ui.steps .step.active {
        background-color: #F8EEE1;
    }

        .ui.steps .step.active:after {
            background-color: #F8EEE1;
        }

@media (min-width: 320px) {
    .ui.steps .step {
        padding: 0.65em 1em;
    }
}

@media (min-width: 1200px) {
    .ui.steps .step {
        padding: 1.125em 2em;
    }
}

.ui.steps .step .title {
    font-size: 1em;
}

@media (min-width: 320px) {
    .ui.steps .step .title {
        font-size: 1em;
    }
}

@media (min-width: 768px) {
    .ui.steps .step .title {
        font-size: 1em;
    }
}

@media (min-width: 1200px) {
    .ui.steps .step .title {
        font-size: 1.16em;
    }
}

.ui.steps .step:last-child {
    border-right: 1px solid #b1b1b1;
}

@media (min-width: 992px) {
    .ui.steps .step:last-child {
        border-right: none;
    }
}

.ui.steps .step > .icon {
    display: none;
}

@media (min-width: 992px) {
    .ui.steps .step > .icon {
        display: block;
    }
}

.ui.steps,
.ui.steps:last-child {
    margin-bottom: 3rem;
}

    .ui.steps:not(.vertical) .step > img.icon {
        width: 3rem;
    }

    .ui.steps .disabled.step > img.icon {
        opacity: 0.3;
    }

.ui.card > .image > img,
.ui.cards > .card > .image > img {
    width: 100%;
}

        .ui.form textarea,
        ui.selection,
        .ui.modal,
        .ui.modal > .icon:first-child + *, .ui.modal > :first-child:not(.icon),
        .ui.modal > :last-child,
        .ui.segment,
        .ui.button,
        .button.ui,
        .ui.form input,
        .ui.fluid.dropdown,
        .ui.message,
        .ui.steps,
        .ui.steps .step,
        .ui.card,
        .ui.card > :last-child, .ui.cards > .card > :last-child,
        .ui.card > .image > img,
        .ui.cards a.card,
        .ui.card,
        .ui.cards > .card > .image > img,
        .cart-icon-products .ui.button,
        .info-box .ui.button,
        .shortcuts .shortcut > a,
        .owl-theme .owl-nav [class*='owl-'] {
            border-top-left-radius: 0 !important;
            border-top-right-radius: 0 !important;
            border-bottom-left-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
        }

            .ui.cards a.card:hover,
            .ui.cards a.card.selected {
                transform: translateY(-5px);
                box-shadow: 0 1px 3px 0 #ababab, 0 0 0 1px #ababab;
            }

            .ui.cards a.card.selected {
                box-shadow: 0 0px 5px 5px #ababab;
            }

            .ui.cards a.card .image {
                padding: 1rem;
                display: -webkit-box; /* iOS 6-, Safari 3.1-6 */
                display: -moz-box; /* Firefox 19 */
                display: -ms-flexbox; /* IE 10 */
                display: -webkit-flex; /* Chrome */
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #FFF;
            }

            .ui.cards a.card .content {
                border-top: 1px solid #ababab;
                font-weight: bold;
                color: #353535; /*#5d6f7d;*/
            }

                .ui.cards a.card .content .description {
                    font-weight: normal;
                }

                .ui.cards a.card .content a {
                    color: #5d6f7d;
                }

                    .ui.cards a.card .content a:hover {
                        color: #5d6f7d;
                    }

                .ui.cards a.card .content > .header {
                    font-size: 1em;
                    color: #5d6f7d;
                }

                    .ui.cards a.card .content > .header + .description {
                        margin-top: 0;
                    }

a.ui.card {
    transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
    box-shadow: 0 1px 3px 0 #ababab, 0 0 0 1px #ababab;
}

    a.ui.card:hover,
    a.ui.card.selected {
        transform: translateY(-5px);
        box-shadow: 0 1px 3px 0 #ababab, 0 0 0 1px #ababab;
    }

    a.ui.card.selected {
        box-shadow: 0 0px 5px 5px #ababab;
    }

    a.ui.card .image {
        padding: 1rem;
        display: -webkit-box; /* iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* Firefox 19 */
        display: -ms-flexbox; /* IE 10 */
        display: -webkit-flex; /* Chrome */
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FFF;
    }

    a.ui.card > .content {
        border-top: 1px solid #ababab;
        font-weight: bold;
        color: #5d6f7d;
    }

        a.ui.card > .content .description {
            font-weight: normal;
            line-height: 1.1em !important;
        }

        a.ui.card > .content a {
            color: #5d6f7d;
        }

            a.ui.card > .content a:hover {
                color: #5d6f7d;
            }

        a.ui.card > .content > .header,
        a.ui.card > .content > .header:not(.ui) {
            font-size: 1em;
            color: #5d6f7d;
        }

            a.ui.card > .content > .header + .description,
            a.ui.card > .content > .header:not(.ui) + .description {
                margin-top: 0;
            }

.ui.cards.bck-cards a.card .content,
.selectable-cards.bck-cards a.card .content,
.ui.cards.bck-cards a.card .header,
.selectable-cards.bck-cards a.card .header,
.ui.cards.bck-cards a.card .description,
.selectable-cards.bck-cards a.card .description {
    transition: background-color 0.3s, color 0.3s;
}

.ui.cards.bck-cards a.card:hover .content,
.selectable-cards.bck-cards a.card:hover .content,
.ui.cards.bck-cards a.card.selected .content,
.selectable-cards.bck-cards a.card.selected .content {
    background-color: #49834E !important;
    color: #f8eee1 !important;
}

    .ui.cards.bck-cards a.card:hover .content .header,
    .selectable-cards.bck-cards a.card:hover .content .header,
    .ui.cards.bck-cards a.card.selected .content .header,
    .selectable-cards.bck-cards a.card.selected .content .header,
    .ui.cards.bck-cards a.card:hover .content .description,
    .selectable-cards.bck-cards a.card:hover .content .description,
    .ui.cards.bck-cards a.card.selected .content .description,
    .selectable-cards.bck-cards a.card.selected .content .description {
        color: #f8eee1 !important;
    }

.ui.icon.message {
    display: block;
}

    .ui.icon.message > img.icon:not(.close) {
        width: 3rem;
        margin-bottom: 1rem;
    }

.ui.header,
.ui.header:first-child {
    margin: calc(3.85714286rem) 0 1rem;
}

.ui.form .field:last-child,
.ui.form .fields:last-child .field,
.ui.form .fields .field {
    margin-bottom: 1em;
}

.ui.form input:read-only,
.ui.form input[type=text]:focus:read-only {
    background-color: transparent;
    color: #9b9b9b;
}

.ui.form .disabled.field,
.ui.form .disabled.fields .field,
.ui.form .field :disabled {
    opacity: 1;
}

.ui.form .field.disabled > label,
.ui.form .fields.disabled > label {
    opacity: 1;
}

.ui.form .field.disabled input {
    background-color: #d3d3d3;
}

.ui.form .field .helper {
    float: right;
    color: #484848;
}

.ui.default.dropdown:not(.button) > .text,
.ui.dropdown:not(.button) > .default.text {
    color: #a6a6a6;
}

.ui.form ::-webkit-input-placeholder {
    color: #a8a8a8;
}

.ui.form :focus::-webkit-input-placeholder {
    color: transparent;
}

.ui.form ::placeholder {
    color: #a8a8a8;
}

.ui.form :focus::placeholder {
    color: transparent;
}

.ui.form ::-ms-input-placeholder {
    color: #a8a8a8;
}

.ui.form :focus::-ms-input-placeholder {
    color: transparent;
}

.clearing-float {
    overflow: hidden;
}

.align-right {
    text-align: right;
}

    .align-right .ui.button {
        margin-right: 0;
        margin-left: 0.5em;
    }

.clearfix::before,
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.margin-bottom {
    margin-bottom: 3rem;
}

.ui.form {
    margin-bottom: 3rem;
}

.form-group {
    margin-bottom: 5rem;
}

.ui.form hr {
    margin-bottom: 5rem;
}

body {
    background-color: #eeeeee;
    line-height: 1em !important;
    font-family: 'PT Sans' !important;
    letter-spacing: 0.5px;
}

.ui.breadcrumb {
    margin-bottom: 1rem;
    color: #8e8e8e;
    font-weight: normal;
}

    .ui.breadcrumb a {
        color: #8e8e8e;
        font-weight: normal;
    }

        .ui.breadcrumb a:hover {
            color: #8e8e8e;
        }

    .ui.breadcrumb .active.section {
        font-weight: normal;
    }

body.pushable {
    background-color: #eeeeee !important;
}

    body.pushable > .pusher,
    .ui.pusher {
        background-color: #eeeeee;
    }

.pushable > .fixed {
    position: relative;
    z-index: 5;
    width: 100%;
}

html.ios {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

    html.ios,
    html.ios body {
        height: initial !important;
    }

.sidebar-filter-button {
    position: absolute;
    top: 180px;
    left: -1px;
    background-color: #FFF;
    border: 1px solid #ababab;
    padding: 10px 10px;
    color: #353535;
    cursor: pointer;
}

    .sidebar-filter-button:hover {
        color: #353535;
    }

.ui.form.filter-form .field {
    margin-bottom: 0.5em;
}

.sidebar-filter {
    padding-top: 2rem;
}

strong {
    font-weight: 700;
}

.main-header {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 1rem;
}

    .main-header .ui.menu a.item {
        text-transform: uppercase;
        font-weight: 700;
    }

    .main-header .ui.menu {
        margin: 0;
    }

.user-info-content {
    text-transform: none;
    font-size: 0.8rem;
    line-height: 1.3em;
    font-weight: 400;
}

.user-info-icon {
    display: -webkit-box; /* iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* Firefox 19 */
    display: -ms-flexbox; /* IE 10 */
    display: -webkit-flex; /* Chrome */
    display: flex;
    align-items: center;
}

    .user-info-icon img {
        margin: 0 .35rem 0 0;
        width: 1.75em;
        height: auto;
    }

.header-logo-wrapper {
    position: relative;
    width: 134px;
}

.header-logo-wrapper .header-logo img {
    max-width: 100%;
    height: auto;
}

/*
.logo_img {
    max-width: 15em !important;
    height: auto;
}
 */

@media only screen and (min-width: 375px) {
    .logo_img {
        max-width: 19.75em !important;
        height: auto;
    }
}
.cart-icon {
    position: relative;
    display: -webkit-box; /* iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* Firefox 19 */
    display: -ms-flexbox; /* IE 10 */
    display: -webkit-flex; /* Chrome */
    display: flex;
    align-items: center;
}

.cart-icon img {
    width: 2rem;
    height: auto;
}

@media only screen and (max-width: 651px) {
    .cart-icon-wrapper {
        margin-top: -5px;
        position: relative;
        cursor: pointer;
    }
    .user-info-menu {
        margin-left: -125px !important;
        padding-top: 50px !important;
        font-size: 0.7rem;
    }
}

/*@media only screen and (min-width: 521px) and (max-width: 660px) {
    .cart-icon-wrapper {
        margin-top: 40px;
        position: relative;
        cursor: pointer;
    }
}*/

@media only screen and (min-width: 661px) {
    .cart-icon-wrapper {
        position: relative;
        cursor: pointer;
    }
}

.cart-icon-wrapper .ui.floating.label {
    top: auto;
    bottom: -0.5em;
}

.cart-icon-products-wrapper {
    max-height: 350px;
    overflow-y: auto;
}

.cart-icon-products {
    display: none;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 100%;
    padding: 1em;
    background-color: #FFF;
    min-width: 250px;
}

    .cart-icon-products .ui.table tr td {
        border: none;
    }

    .cart-icon-products .ui.table tr {
        padding: 0 !important;
    }

    .cart-icon-products .ui.table th {
        padding: .5em;
    }

        .cart-icon-products .ui.table th:first-child {
            padding-left: 0;
        }

    .cart-icon-products .ui.table td {
        padding: .5em;
        font-size: 0.9em;
        vertical-align: top;
        line-height: 1.3;
    }

        .cart-icon-products .ui.table td:first-child {
            padding-left: 0;
            padding-bottom: 0 !important;
        }

    .cart-icon-products .ui.button {
        width: 100%;
        text-align: center;
        border-radius: 0;
    }

.info-boxes {
    margin-bottom: 3rem;
}

    .info-boxes p:last-child {
        margin-bottom: 1em;
    }

.info-box-1,
.info-box-2,
.info-box-3,
.info-box-4 {
    opacity: 0;
    transition: opacity .5s;
}

    .info-box-1.active,
    .info-box-2.active,
    .info-box-3.active,
    .info-box-4.active {
        opacity: 1;
    }

.info-box {
    background-color: #FFFFFF;
    padding: 2rem 2rem 1rem 2rem;
    height: 100%;
    transition: box-shadow 0.5s;
}

    .info-box:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    }

    .info-box .ui.button {
        width: 100%;
        text-align: left;
        border-radius: 0;
        text-transform: none;
        color: #F8EEE1;
        background-color: #AA5435;
    }

.product-list {
    margin-bottom: 3rem;
}

.shortcuts {
    background-color: #FFFFFF;
    padding: 4rem 0;
}

    .shortcuts .shortcut > a {
        position: relative;
        border: 2px solid #000;
        border-radius: 0;
        display: -webkit-box; /* iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* Firefox 19 */
        display: -ms-flexbox; /* IE 10 */
        display: -webkit-flex; /* Chrome */
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row-reverse;
        padding: 0.5rem 1rem;
        color: #000;
        font-weight: bold !important;
        background-color: #FFFFFF;
        overflow: hidden;
        transition: background-color 0.3s, justify-content 0.3s;
    }

.shortcuts .shortcut > a:hover {
    background-color: #000;
    color: #FFF;
}

.shortcuts .shortcut > a:hover .shortcut-title {
    left: 1.5rem;
}

.shortcuts .shortcut > a:hover .shortcut-arrow {
    right: 0.5rem;
    opacity: 1;
}

        .shortcuts .shortcut > a .shortcut-icon {
            display: -webkit-box; /* iOS 6-, Safari 3.1-6 */
            display: -moz-box; /* Firefox 19 */
            display: -ms-flexbox; /* IE 10 */
            display: -webkit-flex; /* Chrome */
            display: flex;
            align-items: center;
            margin-right: 0.5rem;
        }

.shortcuts .shortcut > a .shortcut-icon img {
    width: 2rem;
    height: auto;
}

.shortcuts .shortcut > a .shortcut-title {
    position: absolute;
    left: 3.5rem;
    transition: color 0.3s, left 0.3s, transform 0.3s;
}

.shortcuts .shortcut > a .shortcut-arrow {
    font-size: 1.3em;
    position: absolute;
    right: -3.5rem;
    opacity: 0;
    transition: opacity 0.3s, right 0.3s;
}

.shortcuts .shortcut > a .shortcut-arrow i {
    transition: color 0.3s, background-color 0.3s;
}

/* -- ADDED 03.05.2019 -- */
.shortcuts .shortcut-inverted {
    margin-top: 1rem;
    background-color: #dfe9ce !important;
    color: #000;
}

    .shortcuts .shortcut-inverted > a {
        position: relative;
        border: 1px solid #476b1d;
        border-radius: 0px;
        display: -webkit-box; /* iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* Firefox 19 */
        display: -ms-flexbox; /* IE 10 */
        display: -webkit-flex; /* Chrome */
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row-reverse;
        padding: 0.5rem 1rem;
        color: #000;
        background-color: #dfe9ce;
        overflow: hidden;
        transition: background-color 0.3s, justify-content 0.3s;
    }

.shortcuts .shortcut-inverted > a:hover {
    background-color: #313131;
    color: #FFF;
}

.shortcuts .shortcut-inverted > a:hover .shortcut-title {
    left: 1.5rem;
}

.shortcuts .shortcut-inverted > a:hover .shortcut-arrow {
    right: 0.5rem;
    opacity: 1;
}

.shortcuts .shortcut-inverted > a:hover .shortcut-icon {
    opacity: 0;
}

        .shortcuts .shortcut-inverted > a .shortcut-icon {
            display: -webkit-box; /* iOS 6-, Safari 3.1-6 */
            display: -moz-box; /* Firefox 19 */
            display: -ms-flexbox; /* IE 10 */
            display: -webkit-flex; /* Chrome */
            display: flex;
            align-items: center;
            margin-right: 0.5rem;
        }

.shortcuts .shortcut-inverted > a .shortcut-icon img {
    width: 2rem;
    height: auto;
    filter: saturate(100%) brightness(0%);
}

.shortcuts .shortcut-inverted > a .shortcut-title {
    position: absolute;
    left: 3.5rem;
    transition: color 0.3s, left 0.3s, transform 0.3s;
}

.shortcuts .shortcut-inverted > a .shortcut-arrow {
    font-size: 1.3em;
    position: absolute;
    right: -3.5rem;
    opacity: 0;
    transition: opacity 0.3s, right 0.3s;
}

.shortcuts .shortcut-inverted > a .shortcut-arrow i {
    transition: color 0.3s, background-color 0.3s;
}

.delivery-address {
    display: none;
}

.cart-product-img {
    margin-bottom: 1rem;
}

.cart-products {
    margin-bottom: 2rem;
}

    .cart-products .ui.segment {
        margin-bottom: 2rem;
    }

.cart-products-table a {
    color: #49834e;
    text-decoration: underline;
}

.cart-products-table .cart-products-table-links a {
    text-decoration: none;
    text-transform: uppercase;
}

    .cart-products-table .cart-products-table-links a.red {
        color: #ab5335;
    }

.cart-product-details {
    overflow: hidden;
}

.cart-product-price {
    font-weight: normal;
}

.cart-product-price-total {
    color: #476b1d;
}

.cart-product-title {
    font-size: 1.3rem;
}

.cart-product-quantity {
    font-weight: normal;
}

    .ui.form .cart-product-quantity input,
    .cart-product-quantity input {
        width: 80px;
    }

.cart-totals .ui.table td {
    padding-bottom: .5em;
    padding-top: .5em;
}

.cart-totals-sum {
    font-weight: bold;
}

.cart-totals-vat {
    font-style: italic;
}

.cart-totals {
    border-bottom: 5px solid #555555;
    margin-bottom: 1rem;
}

.ui.card > .content > .description, .ui.cards > .card > .content > .description {
    color: #353535 !important;
}

.steps-info {
    margin-bottom: 3rem;
}

.steps-form .ui.cards a.card .content,
.steps-form a.ui.card .content {
    text-transform: uppercase;
}

    .steps-form .ui.cards a.card .content .description,
    .steps-form a.ui.card .content .description {
        text-transform: none;
    }

.steps-slider .owl-carousel .item {
    padding: 12px 50px 3px 50px;
}

.steps-slider h2 {
    margin-top: 2rem;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

    .owl-theme .owl-nav [class*='owl-'] {
        background-color: transparent;
        color: #000000;
        border: none;
        font-size: 30px;
        padding: 0;
        width: 43px;
        height: 41px;
        display: -webkit-box; /* iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* Firefox 19 */
        display: -ms-flexbox; /* IE 10 */
        display: -webkit-flex; /* Chrome */
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(-50%);
    }

        .owl-theme .owl-nav [class*='owl-']:hover {
            background-color: transparent;
            color: #000000;
        }

    .owl-theme .owl-nav .owl-prev {
        position: absolute;
        left: -15px;
    }

    .owl-theme .owl-nav .owl-next {
        position: absolute;
        right: -15px;
        padding-left: 10px;
        text-align: left;
    }

.owl-theme .owl-dots {
    position: absolute;
    bottom: 55px;
    width: 100%;
}

    .owl-theme .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
        background-color: #FFF;
        margin: 5px 4px;
    }

.ui.card .title {
    font-size: 1.3rem;
    margin-right: 1em;
    float: left;
    color: #494949;
}

.ui.card .title-right {
    overflow: hidden;
}

.product-iframe {
    width: 100%;
    height: 850px;
    border: none;
    background-color: #FFF;
}

.product-iframe-sub {
    background-color: #494949;
    color: #FFF;
    padding: 10px;
    display: -webkit-box; /* iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* Firefox 19 */
    display: -ms-flexbox; /* IE 10 */
    display: -webkit-flex; /* Chrome */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .product-iframe-sub > div {
        margin-left: 1rem;
    }

.ui.form .product-iframe-sub input[type=number] {
    width: 80px;
}

.ui.calendar .ui.popup {
    max-width: none;
    padding: 0;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui.calendar .calendar:focus {
    outline: 0;
}

.ui.calendar .ui.popup .ui.grid {
    display: block;
    white-space: nowrap;
}

    .ui.calendar .ui.popup .ui.grid > .column {
        width: auto;
    }

.ui.calendar .ui.table.year,
.ui.calendar .ui.table.month,
.ui.calendar .ui.table.minute {
    min-width: 15em;
}

.ui.calendar .ui.table.day {
    min-width: 18em;
}

.ui.calendar .ui.table.hour {
    min-width: 20em;
}

.ui.calendar .ui.table tr th,
.ui.calendar .ui.table tr td {
    padding: 0.5em;
    white-space: nowrap;
}

.ui.calendar .ui.table tr th {
    border-left: none;
}

    .ui.calendar .ui.table tr th .icon {
        margin: 0;
    }

    .ui.calendar .ui.table tr th .icon {
        margin: 0;
    }

.ui.calendar .ui.table tr:first-child th {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.ui.calendar .ui.table.day tr:first-child th {
    border: none;
}

.ui.calendar .ui.table.day tr:nth-child(2) th {
    padding-top: 0.2em;
    padding-bottom: 0.3em;
}

.ui.calendar .ui.table tr td {
    padding-left: 0.1em;
    padding-right: 0.1em;
}

.ui.calendar .ui.table tr .link {
    cursor: pointer;
}

.ui.calendar .ui.table tr .prev.link {
    width: 14.28571429%;
    position: absolute;
    left: 0;
}

.ui.calendar .ui.table tr .next.link {
    width: 14.28571429%;
    position: absolute;
    right: 0;
}

.ui.calendar .ui.table tr .disabled {
    pointer-events: none;
    color: rgba(40, 40, 40, 0.3);
}

.ui.calendar .ui.table tr td.today {
    font-weight: bold;
}

.ui.calendar .ui.table tr td.range {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95);
    box-shadow: none;
}

.ui.calendar .ui.table.inverted tr td.range {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    box-shadow: none;
}

.ui.calendar .calendar:focus .ui.table tbody tr td.focus,
.ui.calendar .calendar.active .ui.table tbody tr td.focus {
    box-shadow: inset 0 0 0 1px #85B7D9;
}

.ui.calendar .calendar:focus .ui.table.inverted tbody tr td.focus,
.ui.calendar .calendar.active .ui.table.inverted tbody tr td.focus {
    box-shadow: inset 0 0 0 1px #85B7D9;
}

.product-filter {
    background-color: #FFF;
    padding: 15px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px
}

    .product-filter h2 {
        font-size: 18px;
        text-transform: uppercase;
        /*margin-top: 25px !important*/
    }

    .product-filter label {
        font-weight: 300
    }

    .product-filter .checkbox {
        margin-bottom: 0
    }

.product-filter-clear {
    margin-top: 15px
}

.product-filter-form {
    display: none
}

.product-filter-show {
    position: relative;
    cursor: pointer;
    color: #2a6c0a;
    font-weight: 700;
    padding-right: 15px;
}

    .product-filter-show:after {
        content: "^";
        font-size: 1.6em;
        font-family: 'PT Sans';
        letter-spacing: 0.5px;
        font-style: normal;
        font-weight: bold;
        position: absolute;
        right: 0;
        top: -4px;
        transform: translateY(0);
        transition: transform .3s;
        transform: rotate(180deg)
    }

    .product-filter-show.active:after {
        transform: rotate(360deg);
        top: 0;
    }

    .product-filter-show small {
        color: #373737;
        font-weight: normal
    }

.rekvisitaQuantity {
    text-align: center;
}

.filterHeaderMarginTop {
    padding-top: 15px !important;
}

.ui.secondary.menu .item {
    margin: 0 !important;
    padding: 0 !important;
}

.steps-info a {
    border-bottom: 2px solid rgba(42, 108, 10, 0.3);
    font-weight: bold;
}

    .steps-info a:hover, a:focus {
        color: #2a6c0a;
        text-decoration: none;
    }

/*------------------- Responsivt --------------------*/
@media only screen and (min-width: 320px) {
    .ui.steps .step {
        padding: 0.65em 1em;
    }

    .ui.steps .step .title {
        font-size: 1em;
    }
}

@media only screen and (max-width: 335px) {
    .user-info-icon {
        display: none;
    }

    .user-info-content {
        font-size: 0.7rem;
    }

    .ui.stackable.menu .right.menu.user-info-menu {
        position: absolute;
        right: 0;
        top: 50px;
    }

        .ui.stackable.menu .right.menu.user-info-menu .ui.item {
            justify-content: flex-end;
        }

    .ui.stackable.menu .right.menu.user-menu a.ui.item {
        /*    padding-top: 50px !important;*/
        padding-left: 5px !important;
        /*padding-right: 5px;
        margin-left: 2px;
        margin-right: 2px;*/
        font-size: .7em !important;
    }
}
@media only screen and (min-width: 336px) and (max-width: 379px) {
    .user-info-icon {
        display: none;
    }

    .user-info-content {
        font-size: 0.7rem;
    }

    .ui.stackable.menu .right.menu.user-info-menu {
        position: absolute;
        right: 0;
        top: 50px;
    }

        .ui.stackable.menu .right.menu.user-info-menu .ui.item {
            justify-content: flex-end;
        }

    .ui.stackable.menu .right.menu.user-menu a.ui.item {
        /*    padding-top: 50px !important;*/
        padding-left: 5px !important;
        /*padding-right: 5px;
        margin-left: 2px;
        margin-right: 2px;*/
        font-size: .8em !important;
    }
}

@media only screen and (min-width: 380px) and (max-width: 652px) {
    .ui.stackable.menu .right.menu.user-menu a.ui.item {
/*        padding-top: 50px !important;*/
        padding-left: 8px !important;
        /*padding-right: 5px;
        margin-left: 2px;
        margin-right: 2px;*/
        font-size: .9em !important;
    }
}

@media only screen and (min-width: 520px) {
    /*.ui.secondary.menu .item {
        margin: 0 .3125em !important;
        padding: 10px 0 0 20px !important;
    }*/
}

@media only screen and (max-width: 521px) (max-width: 600px) {
    /*.ui.stackable.menu .right.menu.user-menu a.ui.item {
        padding-left: 15px !important;*/
        /*padding-right: 5px;
        margin-left: 2px;
        margin-right: 2px;*/
        /*font-size: .9em !important;
    }*/
}

@media only screen and (min-width: 651px) {
    .ui.secondary.menu .item {
        margin: 0 .3125em !important;
        padding: 10px 0 0 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .ui.six.doubling.cards > .card,
    /*.ui.seven.stackable.cards > .card,*/
    .ui.stackable.cards > .card {
        width: calc(50% - 2em) !important;
    }

    .ui.stackable.cards {
        display: -webkit-box !important; /* iOS 6-, Safari 3.1-6 */
        display: -moz-box !important; /* Firefox 19 */
        display: -ms-flexbox !important; /* IE 10 */
        display: -webkit-flex !important; /* Chrome */
        display: flex !important; /* Opera 12.1, Firefox 20+ */
    }

        .ui.stackable.cards .card:first-child {
            margin: 1em !important;
        }

    .ui.cards a.card .content {
        word-wrap: break-word;
    }

}

@media only screen and (min-width: 768px) {
    .ui.table thead {
        border-bottom: none;
    }

    .ui.button {
        margin-bottom: 0;
    }

    .right.aligned .ui.button {
        margin-right: 0;
        margin-left: 0.5em;
    }

    .ui.steps .step .title {
        font-size: 1em;
    }

    .pushable > .fixed {
        position: fixed;
    }

    .user-info-menu {
        align-self: flex-start !important;
        padding: 10px 0 0 0 !important;
    }

    .cart-icon-products .ui.table td:first-child {
        padding-bottom: .5em;
    }

    .cart-product-img {
        float: left;
        margin-bottom: 0;
        margin-right: 2rem;
    }

    .cart-totals {
        float: right;
        width: 50%;
    }

    .steps-slider .owl-carousel .item {
        padding: 12px 8px 3px 8px;
    }

    .owl-theme .owl-nav .owl-prev {
        left: -45px;
    }

    .owl-theme .owl-nav .owl-next {
        right: -45px;
    }

    .product-filter {
        margin-bottom: 15px
    }

    .product-filter-form {
        display: block !important
    }

    .product-filter-show {
        display: none
    }

    .ui.secondary.menu .item {
        margin: 0 !important;
        padding: 0 0 0 30px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ui.container {
        width: 95% !important;
    }

    .ui.seven.doubling.cards > .card {
        width: calc(33.33333333% - 2em);
        margin-left: 1em;
        margin-right: 1em;
    }

    .ui.seven.cards > .card {
        width: calc(25% - 1em) !important;
    }
}

@media only screen and (max-width: 991px) {
    .ui.stackable.secondary.menu {
        flex-direction: row !important;
    }

    .user-info-content {
        font-size: 0.75rem;
    }

    .ui.stackable.menu .right.menu.user-info-menu {
        position: absolute;
        right: 0;
        top: 50px;
    }

        .ui.stackable.menu .right.menu.user-info-menu .ui.item {
            justify-content: flex-end;
        }

    .ui.stackable.menu .right.menu.user-menu {
        flex-direction: row;
    }

        .ui.stackable.menu .right.menu.user-menu a.ui.item {
            /*padding-top: 30px;
	padding-bottom: 30px;*/
            width: auto !important;
        }

            .ui.stackable.menu .right.menu.user-menu a.ui.item:first-child {
                padding-left: 0;
                margin-left: 0;
            }

    .ui.stackable.menu .right.menu.cart-menu .cart-icon.ui.item {
        padding-top: 0 !important;
    }

    .right.menu.cart-menu {
        position: absolute;
        top: 15px;
        right: 20px;
    }

    .ui.stackable.menu .right.item, .ui.stackable.menu .right.menu {
        margin-left: 0px !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 991px) {
    .user-menu {
        padding-top: 20px;
    }

    .menu.stackable.ui .cart-menu.menu.right .item.ui.cart-icon {
        padding-right: 20px !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 767px) {
    .user-menu {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .ui.table [class*="right aligned"],
    .ui.table[class*="right aligned"] {
        text-align: right;
    }

    .ui.steps {
        width: auto;
    }

        .ui.steps .step:last-child {
            border-right: none;
        }

        .ui.steps .step > .icon {
            display: block;
        }

    .ui.icon.message {
        display: -webkit-box; /* iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* Firefox 19 */
        display: -ms-flexbox; /* IE 10 */
        display: -webkit-flex; /* Chrome */
        display: flex; /* Opera 12.1, Firefox 20+ */
        padding: 1.5em 2em;
    }

        .ui.icon.message > img.icon:not(.close) {
            width: 6rem;
            margin-bottom: 0;
        }

    body.pushable > .pusher,
    .ui.pusher {
        padding-top: 180px;
    }

    .main-header.ui.fixed {
        position: fixed;
    }

    .main-header {
        margin-bottom: 0;
        position: fixed;
        z-index: 6;
        top: 0;
        width: 100%;
    }

        .main-header .ui.menu a.item.user-info,
        .main-header .ui.menu a.item.cart-icon {
            padding-bottom: 0;
            padding-top: 0;
        }

        .main-header .ui.menu {
            font-size: 1.1rem;
        }

    .header-logo-wrapper {
        width: 225px;
    }

        .header-logo-wrapper .header-logo {
            position: absolute;
        }

    .ui.secondary.menu .item {
        margin: 0 .3125em 0 0.8em !important;
        padding: 0 !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) {
    .main-header {
        height: 7em;
    }

    .user-menu {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .ui.steps .step {
        padding: 1.125em 2em;
    }

        .ui.steps .step .title {
            font-size: 1.16em;
        }

    .main-header .ui.menu {
        font-size: 1.3rem;
        min-height: 2.72em;
    }

    .user-info-content {
        font-size: 1rem;
    }

    .ui.secondary.menu .item {
        margin: 0 .3125em 0 1.5em !important;
        padding: 0 !important;
    }
}

@media only screen and (min-width: 768px) {
    #tagTable_wrapper .ui.stackable.grid.top .row {
        margin-top: 10px !important;
        margin-bottom: 0px !important;
        height: 80px !important;
    }
}

@media only screen and (max-width: 767px) {
    #tagTable_wrapper .ui.stackable.grid.top .row {
        height: 100px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

        #tagTable_wrapper .ui.stackable.grid.top .row .search {
            width: 50% !important;
        }

        #tagTable_wrapper .ui.stackable.grid.top .row .pages {
            width: 50% !important;
        }
}

#tagTable_wrapper .ui.stackable.grid.top .row .search {
    height: 50px !important;
}

#tagTable_wrapper .ui.stackable.grid.top .row .pages {
    height: 50px !important;
}

#tagTable.selection.ui.dropdown {
    width: 25px !important;
}

#tagTable.selection.ui.dropdown {
    width: 25px !important;
}

.dataTables_empty {
    padding-left: 10px !important;
}

.ui.checkbox.acceptTerms .box:before, .ui.checkbox.acceptTerms label:before {
    outline: 2px solid #AB5335;
    border: 0px;
}
/*.ui.checkbox.acceptTerms input:checked ~ .box:after, .ui.checkbox.acceptTerms input:checked ~ label:after {
    outline: 2px solid #3a5a14;
}*/

.ui.checkbox .box:before, .ui.checkbox label:before,
.ui.checkbox input:checked ~ .box::before, .ui.checkbox input:checked ~ label::before {
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

.gridErstMerkStorfe {
    padding-top: 0px !important;
}

@media only screen and (min-width: 769px) {
    #adresserHeader {
        margin-bottom:-70px;
    }
}
@media only screen and (max-width: 768px) {
    #adresserHeader {
        margin-bottom: -50px;
        margin-top: -50px;
    }
    #adresserHeaderInfoText {
        margin-top: -50px;
    }
}
.modal-header {
    background-color: #dfe9ce;
    color: #000 !important;
}
.ui.message {
    color: #000 !important;
}
.img_startside {
    height: 100% !important;
    width: 100% !important;
}

.img_dyreart {
    height: 100% !important;
    max-width: 180px !important;
}

.img_formaal {
    height: 100% !important;
    max-width: 229px !important;
}
.img_merker {
    max-width: 150px !important;
}
.ui.steps .step .title ~ .description {
    font-weight: bold !important;
}
.ui.message p {
/*    font-weight: bold;*/
}
.btnOnAddCheckout {
    background-color: #476b1d !important;
}