﻿@import url(/Skins/BEA/Fonts/EurostileMed.css);

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0
    }

    33% {
        opacity: 1
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 0
    }

    33% {
        opacity: 1
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeInOut {
    0% {
        opacity: 0
    }

    33% {
        opacity: 1
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeInOut {
    0% {
        opacity: 0
    }

    33% {
        opacity: 1
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


@-webkit-keyframes nojs {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        height: 0
    }
}

@-moz-keyframes nojs {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        height: 0
    }
}

@-o-keyframes nojs {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        height: 0
    }
}

@keyframes nojs {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        height: 0
    }
}

@keyframes load {
    50% {
        background: #444;
        height: 100%;
        margin-top: 0
    }

    0%,to {
        background: #ff6c15;
        height: 10%;
        margin-top: 25%
    }
}

@-webkit-keyframes slideUpFade {
    from {
        opacity: 0;
        top: 40px;
    }

    to {
        opacity: 1;
        top: 0;
    }
}

@keyframes slideUpFade {
    from {
        opacity: 0;
        top: 40px;
    }

    to {
        opacity: 1;
        top: 0;
    }
}

@-webkit-keyframes slideDownFade {
    from {
        opacity: 0;
        top: -40px;
    }

    to {
        opacity: 1;
        top: 0;
    }
}

@keyframes slideDownFade {
    from {
        opacity: 0;
        top: -40px;
    }

    to {
        opacity: 1;
        top: 0;
    }
}

@-webkit-keyframes popIn {
    0% {
        border-radius: 50%;
        opacity: 0;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    80% {
        border-radius: 10%;
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        border-radius: 0;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes popIn {
    0% {
        border-radius: 50%;
        opacity: 0;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    80% {
        border-radius: 10%;
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        border-radius: 0;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes swingDown {
    0% {
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }

    80% {
        -webkit-transform: rotateX(15deg);
        transform: rotateX(15deg);
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
}

@keyframes swingDown {
    0% {
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }

    80% {
        -webkit-transform: rotateX(15deg);
        transform: rotateX(15deg);
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
}

@-webkit-keyframes swingUp {
    0% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }

    80% {
        -webkit-transform: rotateX(-15deg);
        transform: rotateX(-15deg);
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
}

@keyframes swingUp {
    0% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }

    80% {
        -webkit-transform: rotateX(-15deg);
        transform: rotateX(-15deg);
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
}

@-webkit-keyframes swingRight {
    0% {
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    80% {
        -webkit-transform: rotateY(15deg);
        transform: rotateY(15deg);
    }

    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}

@keyframes swingRight {
    0% {
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    80% {
        -webkit-transform: rotateY(15deg);
        transform: rotateY(15deg);
    }

    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}

@-webkit-keyframes swingLeft {
    0% {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }

    80% {
        -webkit-transform: rotateY(-15deg);
        transform: rotateY(-15deg);
    }

    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}

@keyframes swingLeft {
    0% {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }

    80% {
        -webkit-transform: rotateY(-15deg);
        transform: rotateY(-15deg);
    }

    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}

body {
    font-family: 'Open Sans',Arial,sans-serif;
    color: #000;
    padding: 0;
    font-size: 16px;
    line-height: 1.6em;
    overflow-y: scroll
}

.dragged {
    position: absolute;
    top: 0;
    opacity: .5;
    z-index: 2000
}

#PartnerList .table-row .drag-handle, #ThemenList .table-row .drag-handle {
    cursor: move
}

#PartnerList .table-row td {
    vertical-align: middle
}

#PartnerList a {
    padding: 5px
}
.entered-promo a {
    color: #e2000b;
}

h1 {
    font-size: 30px;
    font-family: Eurostile;
}

.placeholder {
    background-color: #e2000b !important;
    height: 5px
}

    .placeholder:before {
        content: " ";
        border: #e2000b 1px
    }

h2 {
    font-size: 26px;
    font-family: Eurostile;
}

h3 {
    font-size: 21px;
    font-family: Eurostile;
}

a {
    color: #000
}

    a:focus {
        outline: 0
    }

    a[disabled] {
        color: #ccc;
        cursor: default
    }

p {
    margin-bottom: 24px
}

.line {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#left, #right {
    font-size: 100px
}

.slim-page {
    max-width: 1260px;
    margin: auto;
}

.relative {
    position: relative
}

#searchpreview, #searchpreviewmobile {
    width: 100%;
    /*left: 0;*/
    right: 0;
    top: 43px;
    position: absolute;
    max-height: 0px;
    box-shadow: 0 2px 20px 0;
    z-index: 5;
    background-color: #fff;
    overflow-x: hidden;
    transition: max-height 0.2s ease-in-out, width 0.2s ease-in-out, opacity 0.2s linear, right 0.2s linear;
    opacity: 0;
    max-width: 1254px;
    width: calc(100vw - 666px);
}
    #searchpreview:not(.open),
    #searchpreviewmobile:not(.open) {
        width: 100% !important;
    }
    #searchpreview.open, #searchpreviewmobile.open {
        max-height: calc(80vh - 100px);
        opacity: 1;
    }

        #searchpreview.open::before, #searchpreviewmobile.open::before {
            content: 'X';
            position: absolute;
            top: 4px;
            right: 10px;
            font-size: 16px;
            line-height: 20px;
            display: inline-block;
            background-color: #fff;
            border: 1px solid rgba(0,0,0,0.1);
            width: 20px;
            text-align: center;
            font-weight: bold;
        }

    #searchpreview.loading, #searchpreviewmobile.loading { /*:not(.open)*/
        min-height: 30px;
        opacity: 1;
    }
        #searchpreview.loading:not(.open),
        #searchpreviewmobile.loading:not(.open) {
            max-height: 30px;
            width: 100%;
        }
    #searchpreview::after,
    #searchpreviewmobile::after {
        content: '';
        position: absolute;
        height: 0%;
        opacity: 0;
        transition: opacity 0.2s linear;
        color: #555;
    }
    #searchpreview.loading::after,
    #searchpreviewmobile.loading::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background: url('../images/loader.svg') no-repeat center;
        background-size: 30px;
        background-color: #fff;
        line-height: 30px;
        left: 0;
        top: 0;
        opacity: 0.8;
    }

    #searchpreview .result-group-searchterms,
    #searchpreview .result-group-products, 
    #searchpreviewmobile .result-group-searchterms, 
    #searchpreviewmobile .result-group-products {
        clear: both;
    }

    #searchpreview .group-header,
    #searchpreviewmobile .group-header {
        padding-bottom: 0;
        margin-bottom: 0;
        text-align: left;
        padding-left: 5px;
        font-size: inherit;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }

    #searchpreview ul, 
    #searchpreviewmobile ul {
        padding-left: 15px;
        list-style: none;
        text-align: left;
    }

        #searchpreview ul a, 
        #searchpreviewmobile ul a {
            font-size: 14px;
            line-height: 18px;
            font-weight: bold;
            padding-right: 18px;
            position: relative;
            display: inline-block;
        }

            #searchpreview ul a::after,
            #searchpreviewmobile ul a::after {
                content: '>';
                position: absolute;
                right: 3px;
                color: #969696;
            }

            #searchpreview ul a:last-child,
            #searchpreviewmobile ul a:last-child {
                padding-right: 0;
            }

                #searchpreview ul a:last-child::after,
                #searchpreviewmobile ul a:last-child::after {
                    content: '';
                }

    #searchpreview .row,
    #searchpreviewmobile .row {
        margin: 0
    }

    #searchpreview a.first-nested,
    #searchpreviewmobile a.first-nested {
        pointer-events: none;
        text-decoration: unset;
    }

    #searchpreview .product-grid-item,
    #searchpreviewmobile .product-grid-item {
        display: block;
        width: 100%;
        margin: 0;
        padding: 5px 0;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        height: auto;
        transition: unset;
        cursor: pointer;
    }

        #searchpreview .product-grid-item::after,
        #searchpreviewmobile .product-grid-item::after {
            content: '';
            display: block;
            clear: both;
        }

    #searchpreview .grid-item-image-wrap,
    #searchpreviewmobile .grid-item-image-wrap {
        width: 60px;
        float: left;
        margin: 0;
    }

    #searchpreview .product-grid-item:hover,
    #searchpreviewmobile .product-grid-item:hover {
        box-shadow: unset;
        background-color: #add8e6
    }

    #searchpreview .grid-item-name-wrap,
    #searchpreviewmobile .grid-item-name-wrap {
        font-size: 15px;
        line-height: 19px;
        width: calc(100% - 60px);
        float: right;
        text-align: left;
        padding: 0 10px;
        margin: 0;
        height: 60px;
        overflow: hidden;
    }

        #searchpreview .grid-item-name-wrap a ,
            #searchpreviewmobile .grid-item-name-wrap a {
            font-family: 'clicker regular', 'Heebo', Arial, sans-serif;
            color: #3f7cbd;
        }

.line.collapsed:before {
    content: '';
    display: block;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out
}

.no-js .lazyload, .no-js img:not([src]) {
    display: none !important
}

.fade-in {
    animation-name: fadeIn;
    animation-duration: 1.3s;
    animation-timing-function: cubic-bezier(0,0,.4,1);
    animation-fill-mode: forwards
}
.slideUp-Fade {
    -webkit-animation: slideUpFade .6s ease-out forwards;
    animation: slideUpFade .6s ease-out forwards;
}

.slideDown-Fade {
    -webkit-animation: slideDownFade .3s ease-out forwards;
    animation: slideDownFade .3s ease-out forwards;
}

.popIn {
    -webkit-animation: popIn .3s ease-out forwards;
    animation: popIn .3s ease-out forwards;
}

.swingDown, .swingUp {
    -webkit-animation: swingDown .4s ease-out forwards;
    animation: swingDown .4s ease-out forwards;
    -webkit-backface-visibility: none;
    backface-visibility: none;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swingUp {
    -webkit-animation-name: swingUp;
    animation-name: swingUp;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

.swingLeft, .swingRight {
    -webkit-animation: swingLeft .4s ease-out forwards;
    animation: swingLeft .4s ease-out forwards;
    -webkit-backface-visibility: none;
    backface-visibility: none;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.line.collapsed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0)
}

.dropdown-menu a.btn-lg:hover {
    color: #23527c;
    text-decoration: none;
    font-weight: 700;
    font-size: 28px;
    padding: 0
}

.dropdown-menu .container a img {
    width: 100%;
    border-radius: 5px
}

.nav ul.dropdown-menu:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.81)
}

.dropdown-menu .container a {
    text-decoration: none;
    color: #666
}

.line.collapsed .hamb-bottom, .line.collapsed .hamb-top, .line.collapsed:hover .hamb-bottom, .line.collapsed:hover .hamb-top, .line.collapsed:hover:before {
    -webkit-transition: all .35s ease-in-out
}

.line:not(.collapsed) .hamb-middle {
    background-color: #1a1a1a
}

.line:not(.collapsed) .hamb-bottom, .line:not(.collapsed) .hamb-top {
    margin-top: -2px;
    background-color: red;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.line:not(.collapsed) .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08)
}

.line:not(.collapsed) .hamb-middle {
    display: none
}

.line:not(.collapsed) .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08)
}

.line:not(.collapsed):before {
    content: '';
    display: block;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out
}

.line:not(.collapsed):hover:before {
    opacity: 1;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out
}
.btntopic-default {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 0;
    display: inline-block;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 1px solid #dadada;
}

.btntopic-primary {
    display: inline-block;
    color: #fff;
    background-color: #e2000b;
    text-align: center;
    border: 0;
    outline: 0;
    -webkit-transition: background-color .1s ease;
    -o-transition: background-color .1s ease;
    transition: background-color .1s ease;
    font-size: 16px;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 0;
    display: inline-block;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
}

.btn {
    font-size: 16px;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 0
}

.btn-lg {
    font-size: 18px;
    padding: 10px 16px
}

.btn-sm {
    font-size: 12px;
    padding: 5px 10px
}

.input-group-btn .btn {
    margin-top: 0;
    margin-bottom: 0
}

.btn-default {
    background: #fff;
    color: #000;
    border-color: #dadada
}
    .choose-payment-method-button {
        width: auto;
        min-width: 170px;
    }
    .btn-admin:hover, .btn-default:hover {
        border-color: #ccc
    }

    .btn-default:hover, .btntopic-default:hover {
        background-color: #e6e6e6;
        border-color: #ccc
    }

.btn-admin {
    background: #666;
    color: #fff;
    border-color: #dadada
}

    .btn-admin:hover {
        background: #a7a7a7;
        color: #000
    }

.admincontent a {
    height: 180px
}

    .admincontent a div {
        height: 100%
    }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    padding: 0 12px;
    min-height: 34px;
    line-height: 32px
}

.form-label-prefix-required, .form-label-suffix-required {
    color: #ff6348
}

.form-label-suffix {
    font-size: 12px
}

.btn-primary {
    display: inline-block;
    color: #fff;
    background-color: #e2000b;
    text-align: center;
    border: 0;
    outline: 0;
    -webkit-transition: background-color .1s ease;
    -o-transition: background-color .1s ease;
    transition: background-color .1s ease
}

    .btn-primary:focus, .btn-primary:hover {
        outline: 0;
        background-color: #e2000b;
        color: #fff
    }

#leftswipe, #rightswipe {
    position: fixed;
    z-index: 10001;
    width: 0%;
    border-color: Transparent;
    background-color: #ff6c15;
    opacity: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: width 400ms ease-in,opacity .4s ease-out;
    -moz-transition: width 400ms ease-in,opacity .4s ease-out;
    -o-transition: width 400ms ease-in,opacity .4s ease-out;
    transition: width 400ms ease-in,opacity .4s ease-out
}

#rightswipe {
    border-radius: 50%/0 400px 400px 0;
    left: 0
}

#leftswipe {
    border-radius: 50%/400px 0 0 400px;
    right: 0
}

.swipe {
    opacity: .5 !important;
    width: 10% !important
}
.category-header p {
    margin-bottom: 5px;
}
.category-header > a {
    font-weight: bold;
}
.category-header,.category-bottom {
    text-align: left;
    clear: both;
}
.category-header img{
    margin-bottom:24px;
}

.form-control {
    max-width: 100%;
    font-size: 16px
}

.input-sm {
    font-size: 12px
}

.input-lg {
    font-size: 18px
}

.has-success .form-control {
    border-color: rgba(149,204,82,.44)
}

    .has-success .form-control:focus {
        border-color: #82c184;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #b3e289;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #b3e289
    }

.form-description {
    font-size: 12px;
    line-height: 20px
}

.button {
    display: inline-block;
    margin: 2px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #f0f0f0;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #000
}

    .button:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .button:focus, .button:hover {
        color: #333;
        text-decoration: none
    }

    .button.active, .button:active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .button.disabled, .button[disabled], fieldset[disabled] .button {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none
    }

a.button {
    text-decoration: none
}

.call-to-action {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

    .call-to-action.active, .call-to-action:active, .call-to-action:focus, .call-to-action:hover, .open .dropdown-toggle.call-to-action {
        color: #fff;
        background-color: #3276b1;
        border-color: #285e8e
    }

    .call-to-action.active, .call-to-action:active, .open .dropdown-toggle.call-to-action {
        background-image: none
    }

    .call-to-action.disabled, .call-to-action.disabled.active, .call-to-action.disabled:active, .call-to-action.disabled:focus, .call-to-action.disabled:hover, .call-to-action[disabled], .call-to-action[disabled].active, .call-to-action[disabled]:active, .call-to-action[disabled]:focus, .call-to-action[disabled]:hover, fieldset[disabled] .call-to-action, fieldset[disabled] .call-to-action.active, fieldset[disabled] .call-to-action:active, fieldset[disabled] .call-to-action:focus, fieldset[disabled] .call-to-action:hover {
        background-color: #428bca;
        border-color: #357ebd
    }

    .call-to-action .badge {
        color: #428bca;
        background-color: #fff
    }

.background {
    max-width: 1920px;
    margin: auto
}

.background, .body-background {
    background-color: #fff
}


.tl-line:first-child {
    animation: scroll-down 6s ease;
    animation-delay: 6s;
    animation-direction:alternate;
    transform: translateY(0%);
    animation-iteration-count: infinite;
}
.tl-line:nth-child(2) {
    animation: scroll-up 6s ease;
    animation-delay: 6s;
    animation-direction: alternate;
    transform: translateY(0%);
    animation-iteration-count: infinite;
    color: #FFEC00;
}
.tl-line.tl-red {
    background-color: #e2000b;
    color:#000;
}
.hasCode .tl-line:first-child {
    animation: scroll-down-hasCode 5s ease;
    animation-delay: 1.5s;
    animation-direction: alternate;
    transform: translateY(0%);
    animation-iteration-count: infinite;
}

.hasCode .tl-line:nth-child(2) {
    animation: scroll-up-hasCode 5s ease;
    animation-delay: 1.5s;
    animation-direction: alternate;
    transform: translateY(0%);
    animation-iteration-count: infinite;
}

.tl-line-wrap:hover .tl-line {
    animation-play-state: paused;
}
.acode-topline select{
    max-width:100%;
}

@-moz-keyframes scroll-up {
    0%,40% {
        -moz-transform: translateY(0%);
    }

    60%, 100% {
        -moz-transform: translateY(-100%);
    }
}

@-webkit-keyframes scroll-up {
    0%,40% {
        -webkit-transform: translateY(0%);
    }

    60%, 100% {
        -webkit-transform: translateY(-100%);
    }
}
@keyframes scroll-up {
    0%,40% {
       transform: translateY(0%);
    }

    60%, 100% {
        transform: translateY(-100%);
    }
}

    @-moz-keyframes scroll-down {
        0%,40% {
            -moz-transform: translateY(0%);
        }

        60%, 100% {
            -moz-transform: translateY(100%);
        }

}


@-webkit-keyframes scroll-down {
    0%,40% {
        -webkit-transform: translateY(0%);
    }

    60%, 100% {
        -webkit-transform: translateY(100%);
    }
}
@keyframes scroll-down {
    0%,40% {
        transform: translateY(0%);
    }

    60%, 100% {
        transform: translateY(100%);
    }
}



@-moz-keyframes scroll-down-hasCode {
    0%, 30% {
        -moz-transform: translateY(0%);
    }

    40%, 100% {
        -moz-transform: translateY(100%);
    }
}

@-webkit-keyframes scroll-down-hasCode {
    0%, 30% {
        -webkit-transform: translateY(0%);
    }

    40%, 100% {
        -webkit-transform: translateY(100%);
    }
}

@keyframes scroll-down-hasCode {
    0%, 30% {
        transform: translateY(0%);
    }

    40%, 100% {
        transform: translateY(100%);
    }
}

/* Keyframes for scrolling up */
@-moz-keyframes scroll-up-hasCode {
    0%, 30% {
        -moz-transform: translateY(0%);
    }

    40%, 100% {
        -moz-transform: translateY(-100%);
    }
}

@-webkit-keyframes scroll-up-hasCode {
    0%, 30% {
        -webkit-transform: translateY(0%);
    }

    40%, 100% {
        -webkit-transform: translateY(-100%);
    }
}

@keyframes scroll-up-hasCode {
    0%, 30% {
        transform: translateY(0%);
    }

    40%, 100% {
        transform: translateY(-100%);
    }
}
#InfoMessage {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    text-align: center;
    background-color: rgba(128, 128, 128, 0.9);
    color: white;
    padding: 10px;
}

    #InfoMessage i {
        float: right;
        margin-right: 5px;
        cursor: pointer;
    }

.top-line .ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
   
    margin-top: -3px;
}

.top-line .full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #FFEC00;
}

.top-line .empty-stars:before, .full-stars:before {
    content: "\2605\0020\2605\0020\2605\0020\2605\0020\2605";
    font-size: 9pt;
}

.top-line .empty-stars:before {
    -webkit-text-stroke: 1px #fff;
}

.top-line .full-stars:before {
    -webkit-text-stroke: 1px #FFEC00;
}
/* Webkit-text-stroke is not supported on firefox or IE */

.scroll-hidden {
    display: none;
}

/* Firefox */
@-moz-document url-prefix() {
    .top-line .full-stars {
        color: #FFEC00;
    }
}

.tl-line {
    height: 38px;
    width: 100vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
    padding: 0 60px 0 15px;
}

.top-line {
    padding-top: 0px;
    color: #fff;
    background-color: #666;
    height: 38px;
    text-align: center;
    position: relative;
}
.tl-line-wrap{
    height:38px;
 overflow:hidden;
}

.top-line span {
    margin-right: 30px;
    margin-top: 2px;
    font-size: 13px
}

    .top-line .svg {
        fill: #fff;
        margin: 0 6px -4px 0
    }
.top-line .social {
    display: inline-block;
}

    .top-line .social svg,.top-line .social img {
        height: 20px;
    }
.tl-line.tl-red {
    color: #fff;
    font-weight: bold;
}

.top-line .tl-red span, .top-line .tl-red a {
    font-size: 20px;
    margin-right: 0;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
}
.admindiv {
    width: 332px;
    border: solid 0;
    float: left;
    margin-top: -10px
}

    .admindiv h6 {
        color: #333;
        font-family: 'Open Sans';
        font-size: 13px;
        margin: 0
    }

    .admindiv .svg {
        fill: #333
    }

    .counter, .counter span {
        position: absolute;
        width: 20px
    }

    .counter {
        background-color: #e2000b;
        color: #fff;
        font-family: Eurostile;
        font-size: 13px;
        height: 20px;
        right: 25px;
        border-radius: 20px;
        top: 28px
    }

    .counter span {
        top: -1.5px;
        left: 0;
        text-align: center
    }

    .catalog .form-group {
        margin-bottom: 0px;
    }

    .topic-page {
        max-width: 50em;
        margin: 0 auto;
        color: #000;
    }

    .hiddenlist {
        list-style-type: none;
        padding: 0;
    }

    .smallprint {
        font-size: 70%;
        clear: both;
        text-align: left;
    }

    .topic-page #box {
        text-align: center;
    }

    .topic-page #box img {
        max-width: 100%;
    }

    .topic-page h1, .topic-page h2 {
        font-family: Eurostile;
    }

    .topic-page h3, .topic-page h4, .topic-page h5, .topic-page h6 {
        font-family: 'Open Sans';
        font-weight: bold;
    }

    .topic-page a.cta-hard {
        display: inline-block;
        color: #fff;
        background-color: #000;
        border: 1px solid #000;
        padding: 0.3em 0.8em;
    }

    .topic-page .cta-disabled {
        display: inline-block;
        color: #999;
        background-color: #fff;
        border: 1px solid #999;
        padding: 0.3em 0.8em;
    }

.topic-page a.cta-soft, .topic-page button.cta-soft {
    display: inline-block;
    color: #000;
    border: 1px solid #000;
    padding: 0.3em 0.8em;
}
    .topic-page button.cta-soft{
        background-color:#e69090;
    }
.topic-page button.cta-soft.selected {
    background-color: #00cc11;
}
    .topic-page .cta-soft, .topic-page .cta-hard, .topic-page .cta-disabled {
        margin-top: 1em;
    }


    .topic-page a, .link-style a, .topic-content a, .bold-red, .product-description-wrap a {
        color: #e2000b;
        text-decoration: none;
        font-weight: bold;
    }

        .topic-page a:hover, .link-style a:hover, .topic-content a:hover {
            text-decoration: underline;
        }

    .topic-page .link-box {
        text-align: center;
    }

    .topic-page .partner-link {
        color: #000;
        text-decoration: none !important;
    }

    .body-wrapper {
        padding-bottom: 40px;
    }

    .body-wrapper.slide {
        height: 500px;
    }

.headline img, .highlightrow img, .logo-wrap img, img.grid-item-image.product-image.related-item-image.lazyloaded.fade-in {
    max-width: 100%;
}
.headline video {
    max-width: 100%;
    width:100%;
}
    .headline.row {
        margin-right: -15px;
        margin-left: -15px;
        text-align: center
    }

    .headline .relative {
        min-height: 175px;
    }

    .headline h5 {
        text-align: center;
        bottom: 60px;
        left: 0;
        margin: 0
    }

    .titel-default {
        padding: 3px 7px;
        background-color: rgba(0,0,0,.8);
        color: #fff;
        font-family: Eurostile;
        font-size: 20px;
        text-shadow: 1px 1px rgba(0,0,0,.25)
    }

    #lng, .headline h5, .headline h6 {
        position: absolute;
        right: 0;
    }

    .headline h6 {
        bottom: 15px;
        left: 0;
        margin: 0;
    }
        .headline h6.teasertitel-video, .headline h5.teasertitel-video {
            text-align: left;
            padding-left:8px;
        }

    .headline h6 span {
        font-family: 'Open Sans';
        font-size: 13px
    }

    .headline h6 span img, .headline svg {
        margin: -5px 0 -5px -5px
    }

    .headline .titel-default {
        display: inline-block;
        max-width: 80%
    }
span.titel-default.teaser-video {
    font-size: 13.33px;
}

.headline h6 .teaser-video span {
    font-size: 8.67px;
}

a.btn.btn-default.teaser-video {
    font-size: 10.67px;
    padding: 2px 8px;
}

.headline h6 .teaser-video span
svg {
    margin: -5px 0 -3px -5px;
    width: 12px;
    height: 12px;
}
    .logo-wrap {
        padding-bottom: 18px;
        padding-top: 18px;
        text-align: center
    }

#lng {
    top: 0;
    margin-right: 15px;
    width: 65px;
    height: 100%;
    display: flex;
    align-items: center;
}

        #lng .dropdown-menu {
            z-index: 4;
            position: relative;
            width: 35px;
            text-align: center;
            background: #666;
            display: none !important;
            min-height: 60px
        }

        #lng .dropdown.open .dropdown-menu {
            display: block !important
        }

    #lng .dropdown-backdrop {
        display: none
    }

    #lng a {
        color: #fff;
        text-decoration: none
    }

    #P-Links input, #P-Links > div > div {
        width: 100%
    }

    #P-detailsIndi hr {
        margin-top: 5px;
        margin-bottom: 5px;
        border-color: #666
    }

    #P-detailsIndi .deleteRow {
        position: absolute;
        right: 0;
        z-index: 1;
    }

    #P-Links .deleteRow {
        float: right;
        position: absolute;
        right: 8px
    }
#P-details .deleteRow {
    position: absolute;
    right: 15px;
    top: 23px;
    z-index: 1;
}

    .label-wert {
        margin-left: 5px
    }

    .label-text, .label-wert {
        margin-right: 5px;
        width: 100px
    }

    .delete {
        position: absolute;
        right: 5px;
        top: 5px;
        color: red;
        cursor: pointer
    }

    .deleteRow .replaced-svg {
        fill: red
    }

    .breadcrumb {
        background: #fff;
        font-size: 14px;
        padding: 0;
        color: #000;
        margin-bottom: 0;
        border-radius: 0;
        font-weight: 700;
        float: right;
        width: 50%;
        z-index: 1
    }

    .bread-sep {
        margin: 0 5px;
        float: left;
    }

    .btn-breadcrumb .btn:not(:last-child):after, .btn-breadcrumb .btn:not(:last-child):before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        border-left: 10px solid #fff;
        position: absolute;
        top: 50%;
        margin-top: -17px;
        left: 100%;
        z-index: 3
    }

    .btn-breadcrumb .btn:not(:last-child):before {
        border-left: 10px solid #adadad;
        margin-left: 1px
    }

    .btn-breadcrumb.btn-group {
        position: unset;
        display: block;
        width: unset
    }

    .btn-bread {
        margin: 0;
        background-color: transparent;
        border-bottom: 0;
        border-top: 0;
        transition: all .3s;
        border-right: 1px #adadad solid
    }

    .btn-bread:active {
        box-shadow: none
    }

    .btn-bread:hover {
        background: #e2000b;
        border-color: #adadad;
        transition: all .3s
    }

    .btn-breadcrumb .btn {
        padding: 6px 12px 6px 24px
    }

    .btn-breadcrumb .btn:first-child {
        padding: 6px 6px 6px 10px
    }

    .btn-breadcrumb .btn:last-child {
        padding: 6px 18px 6px 24px
    }

    .btn-breadcrumb .btn.btn-bread:not(:last-child):after {
        border-left: 10px solid #ebebeb;
        transition: all .3s
    }

    .btn-breadcrumb .btn.btn-bread:hover:not(:last-child):after {
        border-left: 10px solid #e2000b;
        transition: all .3s
    }

    .btn-breadcrumb .btn.btn-bread:hover:not(:last-child):before, .btn-breadcrumb .btn.btn-bread:not(:last-child):before {
        border-left: 10px solid #adadad
    }

    .SectionTitleText {
        color: #e2000b;
        float: left;
    }


    .dropdown {
        position: static !important;
        -webkit-transition: all .5s ease-in-out
    }

    .nav > li.dropdown.open .dropdown-menu, .no-js .nav li.dropdown:hover .dropdown-menu {
        display: table;
        width: 100%;
        left: 0;
        right: 0;
        border: 0;
        margin-top: 9px;
        opacity: 1;
        z-index: 4;
        -webkit-transition: all .5s,z-index 0s;
        -o-transition: all .5s,z-index 0s;
        transition: all .5s,z-index 0s
    }

    .dropdown .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        border: 0;
        margin-top: 9px;
        display: block !important;
        z-index: -10000;
        overflow: hidden !important;
        opacity: 0 !important
    }

    .dropdown.open .dropdown-menu, .no-js li.dropdown:hover .dropdown-menu {
        min-height: 400px;
        opacity: 1 !important;
        background: inherit;
        -webkit-transition: all .5s,z-index 0s !important;
        -moz-transition: all .5s,z-index 0s !important;
        -ms-transition: all .5s,z-index 0s !important;
        -o-transition: all .5s,z-index 0s !important;
        transition: all .5s,z-index 0s !important
    }

    .no-js .no-js-warning {
        -webkit-animation: nojs 2s;
        -moz-animation: nojs 2s;
        -o-animation: nojs 2s;
        animation: nojs 2s;
        animation-delay: 5s;
        animation-timing-function: cubic-bezier(0,0,.4,1);
        animation-fill-mode: forwards
    }

    .titel {
        padding: 2px;
        position: relative;
        color: #fff;
        text-decoration: none;
        font-family: 'Eurostile';
        font-size: 17px;
        text-shadow: 1px 1px rgba(0,0,0,.25),0 0 4px rgba(0,0,0,.15)
    }

    .titel a {
        position: relative;
        color: #fff;
        text-decoration: none;
        font-family: 'Eurostile';
        font-size: 17px;
        text-shadow: 1px 1px rgba(0,0,0,.25),0 0 4px rgba(0,0,0,.15);
        margin-bottom: 10px
    }

    .subkat {
        width: 187px
    }

    .subkat li:hover {
        text-overflow: inherit;
        font-weight: bold;
        white-space: normal;
    }

    .subkat li.titel:hover {
        font-weight: normal;
    }

    .subkat li {
        padding-left: 8px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .v-info {
        position: absolute;
        top:0px;
        box-shadow: 3px 3px 3px 0px rgba(0,0,0,.15);
    }

    .code-info .col-xs-6.col-sm-3.col-md-4 {
        padding: 10px;
    }

    .dashboard table a {
        color: #e2000b;
    }

    .sale {
        background-color: #e2000b;
        color: #fff;
        font-size: 12px;
        padding: 2.5px 5px;
        text-shadow: 1px 1px rgba(0,0,0,.25);
        text-transform: uppercase;
        z-index: 1;
    }
.sale-bf {
    background-color:#000;
}
    .product-info-wrap {
        font-size: 14px
    }

    .product-details, stock-detail {
        color: #666
    }

    .product-page-header {
        margin-top: 0;
        font-family: Eurostile;
        font-size: 36px;
        color: #000
    }

    .product-manufacturer img {
        max-width: 115px
    }

    .migration-2-page .address-control .col-sm-6 {
        width: 100%;
    }

    .searchadv {
        float: left;
        margin-left: -22px
    }

    .searchadvheader {
        margin-left: 280px
    }

    .searchadvheader .row {
        height: 300px
    }

    .col-centered {
        float: none;
        margin: 0 auto;
    }

#btn-clear-history {
    margin-top: 15px;
    position: absolute;
    right: 15px;
    color: #e2000b;
    cursor:pointer;
}
#btn-clear-history:hover {
    text-decoration:underline;
}
.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }

        .MultiCarousel .MultiCarousel-inner .mc-item {
            float: left;
            padding: 5px;
        }

        .MultiCarousel .MultiCarousel-inner .mc-item > div {
            text-align: center;
            padding: 10px;
            margin: 10px;
            background: #f1f1f1;
            color: #666;
        }

    .MultiCarousel .leftLst, .MultiCarousel .rightLst {
        position: absolute;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        top: calc(50% - 20px);
        opacity: 0;
        transition: opacity 0.2s ease-in-out;
    }
    .MultiCarousel:hover .leftLst, .MultiCarousel:hover .rightLst {
        opacity:1
    }
        .MultiCarousel .leftLst span, .MultiCarousel .rightLst span {
            font-size:14px
        }
    .MultiCarousel .leftLst {
        left: 0;
    }

    .MultiCarousel .rightLst {
        right: 0;
    }

        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
            pointer-events: none;
            background: #ccc;
            display:none;
        }
    .highlightcarousel .carousel-control, .teasercarousel .carousel-control {
        width: 8%;
        width: 0px;
    }

    .highlightcarousel .carousel-control.left, .highlightcarousel .carousel-control.right, .teasercarousel .carousel-control.left, .teasercarousel .carousel-control.right {
        margin-right: 40px;
        margin-left: 32px;
        background-image: none;
        opacity: 1;
    }

    .highlightcarousel .carousel-control.left, .teasercarousel .carousel-control.left {
        left: 0;
    }

    .highlightcarousel .carousel-control.right, .teasercarousel .carousel-control.right {
        right: 0;
    }

    .highlightcarousel .carousel-control > a > span, .teasercarousel .carousel-control > a > span {
        color: white;
        font-size: 29px !important;
        text-shadow: 0px 0px 2px black;
    }

.highlightcarousel .carousel-inner > .next.left, .highlightcarousel .carousel-inner > .prev.right, .teasercarousel > .carousel-inner > .next.left, .teasercarousel > .carousel-inner > .prev.right {
    left: 0;
}

.highlightcarousel .carousel-inner > .item.active, .highlightcarousel .carousel-inner > .item.next, .highlightcarousel .carousel-inner > .item.prev, .teasercarousel > .carousel-inner > .item.active, .teasercarousel > .carousel-inner > .item.next, .teasercarousel > .carousel-inner > .item.prev {
    display: block;
}

.highlightcarousel .carousel-inner > .item.next, .highlightcarousel .carousel-inner > .item.prev, .teasercarousel > .carousel-inner > .item.next, .teasercarousel > .carousel-inner > .item.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.highlightcarousel .carousel-inner > .item, .teasercarousel > .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left !important;
    -o-transition: .6s ease-in-out left !important;
    transition: .6s ease-in-out left !important;
    transform: none !important;
}

    .highlightcarousel, .teasercarousel {
        max-width: 100% !important;
        margin: 0 !important;
        max-height: 100% !important;
    }

    .highlightcarousel .item, .teasercarousel .item {
        margin: 0 !important;
    }

    .highlightcarousel .carousel-col, .teasercarousel .carousel-col {
        position: relative;
        min-height: 1px;
        float: left;
    }

    .highlightcarousel .active.left .carousel-col:first-child, .teasercarousel .active.left .carousel-col:first-child {
        opacity: 1;
    }

    .highlightcarousel .active.right .carousel-col:last-child, .teasercarousel .active.right .carousel-col:last-child {
        opacity: 1;
    }

    .highlightcarousel .active.right .carousel-col, .highlightcarousel .active.left .carousel-col, .teasercarousel .active.right .carousel-col, .teasercarousel .active.left .carousel-col {
        opacity: 0;
    }

    .highlightcarousel .active > div, .teasercarousel .active > div {
        display: none;
    }

    .highlightcarousel .active > div:first-child, .teasercarousel .active > div:first-child {
        display: block;
    }
    /*xs*/
    @media (max-width: 767px) {
        #btn-clear-history {
            left: 15px;
            bottom:0;
            right:unset;
        }

        .highlightcarousel .carousel-inner .active.left {
        left: -50%;
    }

    .highlightcarousel .carousel-inner .active.right {
        left: 50%;
    }

    .highlightcarousel .carousel-inner .next {
        left: 50%;
    }

    .highlightcarousel .carousel-inner .prev {
        left: -50%;
    }

    .highlightcarousel .active.right .carousel-col:nth-child(2) {
        opacity: 1;
    }

    .highlightcarousel .active > div:first-child + div {
        display: block;
    }

        .teasercarousel > .carousel-inner > .active.left {
            left: -100%;
        }

        .teasercarousel > .carousel-inner > .active.right {
            left: 100%;
        }

        .teasercarousel > .carousel-inner > .next {
            left: 100%;
        }

        .teasercarousel > .carousel-inner > .prev {
            left: -100%;
        }

    .teasercarousel .active.right .carousel-col:nth-child(2) {
        opacity: 1;
    }
}

/*sm&md*/
@media (min-width: 768px) and (max-width: 1199px) {
    .highlightcarousel .carousel-inner .active.left {
        left: -33%;
    }

    .highlightcarousel .carousel-inner .active.right {
        left: 33%;
    }

    .highlightcarousel .carousel-inner .next {
        left: 33%;
    }

    .highlightcarousel .carousel-inner .prev {
        left: -33%;
    }

    .highlightcarousel .active.right .carousel-col:nth-child(3) {
        opacity: 1;
    }


    .highlightcarousel .active > div:first-child + div {
        display: block;
    }

        .highlightcarousel .active > div:first-child + div + div {
            display: block;
        }
}
/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    .teasercarousel > .carousel-inner > .active.left {
        left: -50%;
    }

    .teasercarousel > .carousel-inner > .active.right {
        left: 50%;
    }

    .teasercarousel > .carousel-inner > .next {
        left: 50%;
    }

    .teasercarousel > .carousel-inner > .prev {
        left: -50%;
    }

    .teasercarousel .carousel-col {
        width: 50%;
    }

    .teasercarousel .active > div:first-child + div {
        display: block;
    }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
    .teasercarousel > .carousel-inner > .active.left {
        left: -33%;
    }

    .teasercarousel > .carousel-inner > .active.right {
        left: 33%;
    }

    .teasercarousel > .carousel-inner > .next {
        left: 33%;
    }

    .teasercarousel > .carousel-inner > .prev {
        left: -33%;
    }

    .teasercarousel .carousel-col {
        width: 33%;
    }

    .teasercarousel .active.right .carousel-col:nth-child(3) {
        opacity: 1;
    }

    .teasercarousel .active > div:first-child + div {
        display: block;
    }

        .teasercarousel .active > div:first-child + div + div {
            display: block;
        }
}
/*lg*/
@media (min-width: 1200px) {
    .highlightcarousel .carousel-inner .active.left {
        left: -16.66666667%;
    }

    .highlightcarousel .carousel-inner .active.right {
        left: 16.66666667%;
    }

    .highlightcarousel .carousel-inner .next {
        left: 16.66666667%;
    }

    .highlightcarousel .carousel-inner .prev {
        left: -16.66666667%;
    }


    .highlightcarousel .active > div:first-child + div {
        display: block;
    }

        .highlightcarousel .active > div:first-child + div + div {
            display: block;
        }

            .highlightcarousel .active > div:first-child + div + div + div {
                display: block;
            }

                .highlightcarousel .active > div:first-child + div + div + div + div {
                    display: block;
                }

                    .highlightcarousel .active > div:first-child + div + div + div + div + div {
                        display: block;
                    }

                        .highlightcarousel .active > div:first-child + div + div + div + div + div + div {
                            display: block;
                        }

    .highlightcarousel .carousel-control.left,
    .highlightcarousel .carousel-control.right,
    .teasercarousel .carousel-control.left,
    .teasercarousel .carousel-control.right {
        display: none;
    }

    .teasercarousel > .carousel-inner > .active.left {
        left: -25%;
    }

    .teasercarousel > .carousel-inner > .active.right {
        left: 25%;
    }

    .teasercarousel > .carousel-inner > .next {
        left: 25%;
    }

    .teasercarousel > .carousel-inner > .prev {
        left: -25%;
    }


    .teasercarousel .active > div:first-child + div {
        display: block;
    }

        .teasercarousel .active > div:first-child + div + div {
            display: block;
        }

            .teasercarousel .active > div:first-child + div + div + div {
                display: block;
            }
}




.birthday-field {
    display: inline-block;
    width: auto !important;
}

.col-md-4 .carousel-indicators {
    bottom: -15px
}

.col-md-4 .randombox, .randombox {
    text-align: center;
    min-height: 344px;
    max-height: 344px
}

.col-md-6 .randombox {
    text-align: center;
    height: 343px
}

.col-md-6 .carousel {
    padding: 0 10px
}

.randombox {
    margin-top: 10px;
    min-height: 306px;
    max-height: 306px
}

.col-md-4 .randombox .add-to-wishlist, .sub-footer span {
    float: right
}

/* start: fav-icon static/animated */
.fav-heart-ct {
    position: relative;
    height: 30px;
    width: 30px;
    display: inline-block;
    float: left;
    overflow: hidden;
}
.imgcartwrap .fav-heart-ct {
    float: none;
    filter: drop-shadow(-2px 0px 2px white)drop-shadow(2px 0px 2px white);
    /*filter: drop-shadow(-1px 0px 0px white) drop-shadow(1px 0px 0px white)drop-shadow(0px 1px 0px white)drop-shadow(0px -1px 0px white);*/
}
    /*.fav-heart-ct:hover,*/
    .fav-heart-ct.is-active {
        overflow: visible;
    }

.fav-heart {
    position: absolute;
    left: -35px;
    top: -35px;
    width: 100px;
    height: 100px;
    background: url("../images/icons/heart.png") no-repeat;
    background-position: 0 0;
    cursor: pointer;
    transition: background-position 1s steps(28);
    transition-duration: 0s;
    outline:hidden;
}
/*.fav-heart:hover,*/
.fav-heart-ct.is-active .fav-heart {
    transition-duration: 1s;
    background-position: -2800px 0;
}

.is-on-wishlist .fav-heart {
    background-position: -2800px 0;
}
/* end: fav-icon static/animated */


.imgcartwrap{
    position:relative;
}
    .imgcartwrap:hover .addtocart-list .cartbtn a, .imgcartwrap:hover .addtocart-list .wishbtn a, .addtocart-list .wishbtn .is-on-wishlist {
        
        opacity: 1;
    }

.addtocart-list {
    position: absolute;
    bottom: 0;
    right: 0;
    filter: drop-shadow(-2px 0px 2px white)drop-shadow(2px 0px 2px white);
    transition: all 0.5s;
    z-index: 1;
}
    .addtocart-list .cartbtn, .addtocart-list .wishbtn {
        float:right;
        

    }
        .addtocart-list .cartbtn a, .addtocart-list .wishbtn a {
            padding: 5px;
            opacity: 0;
        }
        .addtocart-list .wishbtn a {
            opacity: 0;
            transition: all 0.5s;
        }
            .addtocart-list .cartbtn a img {
                height: 36px;
            }
        .addtocart-list .wishbtn a i {
            font-size: 26px;
        }

        .addtocart-list .form-group{
            margin-bottom:5px;
        }


.col-md-4 .add-to-cart-group {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 290px
}

.image-icons img {
    width: 50px
}

#Filialeinfo, .featured-item-row {
    transition: all .5s ease-in-out
}

    .featured-item-row .carousel-inner {
        transition: all .5s ease-in-out;
        border: 1px solid rgba(0,0,0,.1);
        margin-bottom: 10px
    }

.featured-item-name-wrap {
    font-size: 15px;
    height: 45px;
    line-height: 15px !important;
    overflow: hidden
}

#Filialeinfo {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    position: absolute;
    z-index: 12;
    background-color: #fff;
    margin-top: -21px;
    box-shadow: 0 0 16px 1px;
    visibility: hidden;
    opacity: 0;
    padding: 5px
}

    #Filialeinfo span {
        border-top: solid 1px;
        padding-top: 5px;
        padding-bottom: 5px
    }

.product-grid-item {
    margin: 0;
    height: auto;
    transition: all .5s ease-in-out
}

    .featured-item-row .carousel-inner:hover, .product-grid-item:hover {
        box-shadow: 0 0 20px 0
    }

.home-featured-products .product-grid-item {
    height: 360px
}

.featuredCartWrap {
    height: 100px;
    text-align: center;
    left: 8%;
    right: 8%
}

.productsearch {
    position: relative;
    z-index: 1;
    background: #fff;
    border-bottom: 1px solid;
    border-top: 1px solid
}

    .productsearch .dropdown-menu {
        z-index: 1;
        background-color: #fff !important;
        padding: 0;
        margin: 0
    }

    .productsearch .dropdown.open .dropdown-menu, .productsearch .dropdown:hover .dropdown-menu {
        z-index: 1;
        background-color: #fff !important;
        min-height: 100px !important;
        opacity: 1 !important;
        padding: 10px;
        border-bottom: 1px solid;
        border-top: 1px solid;
        border-radius: 0
    }

.col-md-12 .col-sm-3 .related-products .related-item-row .related-item:nth-child(n+5), .col-sm-12.col-xs-6.product-grid-item.related-item:nth-child(n+5), .view-larger-wrap {
    display: none
}

.add-to-wishlist-plus:before {
    position: absolute;
    color: #69696f;
    margin-top: -8px;
    margin-left: 10px;
    font-weight: 700;
    content: ""
}

.grid-item-name-wrap {
    font-size: 15px;
    line-height: 22px
}

.img-thumbnail {
    border: 0;
    padding: 0
}

.minrow {
    margin-left: -15px;
    margin-right: -15px
}

.highlightrow .minrow {
    margin-bottom: 25px
}

.highlightrow {
    margin-top: 36px;
    text-align: center
}

    .highlightrow h5 {
        border-bottom: 1px solid #ccc;
        line-height: .1em;
        margin-bottom: 35px
    }

        .highlightrow h5 span {
            border-left: 25px solid #fff;
            border-right: 25px solid #fff
        }

    .highlightrow .products {
        margin-bottom: 10px
    }

        .highlightrow .product-list-products .products img:not(.svg), .highlightrow .products img:not(.svg) {
            width: 100%;
            box-shadow: 3px 3px 3px rgba(0,0,0,.15);
            border-radius: 0
        }

    .highlightrow.product-list-item {
        width: 100%;
        margin: auto
    }

    .highlightrow .products .description {
        font-family: 'Open Sans';
        font-size: 14px;
        margin: 15px 0 0;
        overflow: hidden;
        text-align: left;
        font-weight: 600;
        line-height: 14px;
        color: #000;
        height: 28px
    }

.adminbutton {
    position: fixed;
    top: 50%;
    opacity: .3;
    right: 0;
    z-index: 1
}

#stock-wrap {
    white-space: nowrap;
}


.stock-detail {
    margin-bottom: 0
}

span.info {
    font-size: small;
    color: #797979;
}

.product-price .price {
    font-size: 24px !important
}

.product-price {
    box-shadow: 0 0 8px rgba(0,0,0,.15);
    padding: 10px;
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 10px
}

    .product-price .no-points {
        color: #999;
        margin-top: 10px;
        margin-bottom: 0
    }

    .product-price .info-points {
        fill: #999;
        position: absolute;
        bottom: 12px;
        right: 10px
    }
.products > a, .imgcartwrap .product-list-item-image-link {
    display: inline-block;
    padding-top: 100%;
    width: 100%;
    position: relative;
    vertical-align: top;
}
    .products > a > img, .imgcartwrap .product-list-item-image-link > img {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
.highlightrow .products .price {
    font-size: 18px;
}

.highlightrow .products .price, .product-price .price {
    color: #e2000b;
    margin: 0;
    text-align: left;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 16px
}

@media (min-width:391px) and (max-width:450px) {
    .highlightrow .product-list-products .products {
        height: 289px
    }
}

@media (min-width:451px) and (max-width:490px) {
    .highlightrow .product-list-products .products {
        height: 309px
    }
}

@media (min-width:491px) and (max-width:550px) {
    .highlightrow .product-list-products .products {
        height: 339px
    }
}

@media (min-width:551px) and (max-width:590px) {
    .highlightrow .product-list-products .products {
        height: 359px
    }
}

@media (min-width:591px) and (max-width:650px) {
    .highlightrow .product-list-products .products {
        height: 389px
    }
}

@media (min-width:651px) and (max-width:690px) {
    .highlightrow .product-list-products .products {
        height: 409px
    }
}

@media (min-width:691px) and (max-width:767px) {
    .highlightrow .product-list-products .products {
        height: 448px
    }
}

@media (min-width:768px) and (max-width:830px) {
    .highlightrow .product-list-products .products {
        height: 331px
    }
}

@media (min-width:831px) and (max-width:991px) {
    .highlightrow .product-list-products .products {
        height: 385px
    }
}

@media (min-width:992px) and (max-width:1070px) {
    .highlightrow .product-list-products .products {
        height: 260px
    }
}

@media (min-width:1071px) and (max-width:1199px) {
    .highlightrow .product-list-products .products {
        height: 284px
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .highlightrow .product-list-products .products {
        height: 329px;
    }
}

@media (min-width:1301px) and (max-width:1400px) {
    .highlightrow .product-list-products .products {
        height: 350px;
    }
}

@media (min-width:1401px) and (max-width:1500px) {
    .highlightrow .product-list-products .products {
        height: 309px;
    }
}

@media (min-width:1501px) and (max-width:1600px) {
    .highlightrow .product-list-products .products {
        height: 326px;
    }
}

@media (min-width:1601px) and (max-width:1700px) {
    .highlightrow .product-list-products .products {
        height: 342px;
    }
}

@media (min-width:1701px) and (max-width:1800px) {
    .highlightrow .product-list-products .products {
        height: 359px;
    }
}

@media (min-width:1801px) {
    .highlightrow .product-list-products .products {
        height: 379px;
    }
}

@media (max-width:490px) {
    .highlightrow .btnTeaser {
        margin-top: -30px;
    }
    .list-mode .pricewrap .beascore,
    .list-mode .pricewrap .price,
    .list-mode .pricewrap .variant-price {
        margin-left: 0 !important;
    }
}
@media (min-width:992px) {
#stockShop-wrap span{
    width:241%;
}
    
}
@media (min-width:992px) and (max-width:1800px),(max-width:950px) {
    .pricewrap {
        height: 50px;
    }

    .highlightrow .products .price {
        font-size: 18px;
    }

        .highlightrow .products .price .oldprice {
            display: block;
        }

        .highlightrow .products .price span, .product-price .price .oldprice {
            color: #666;
            margin: -3px 0 -5px 0 !important;
            line-height: normal !important;
        }
}

.highlightrow .products .price span, .product-price .price .oldprice {
    color: #666;
    margin: 0;
    text-align: left;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 100;
    line-height: 3px
}

    .highlightrow .products .price span span, .product-price .price .oldprice span {
        font-size: 50%;
        vertical-align: 10px
    }

.highlightrow .products .beascore, .product-price .beascore {
    color: #000;
    margin: 5px 0 0;
    text-align: left;
    font-family: 'Open Sans';
    line-height: 12px;
    font-size: 14px
}

.social-links .icon {
    display: inline-block;
    background: #ff6c15;
    border-radius: 4px;
    padding-top: 10px;
    width: 40px;
    height: 41px;
    color: #fff;
    font-size: 22px;
    text-align: center
}

.carousel {
    margin-top: 20px;
    max-width: 600px;
    max-height: 100px;
    text-align: center
}

.image-wrap img, .image-wrap iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.image-wrap:before {
    display: block;
    padding-top: 100%;
    content: "";
}

.image-wrap {
    position: relative;
}

.medium-image-wrap {
    max-height: 615px;
    width: 100%
}



    .medium-image-wrap iframe, .medium-image-wrap img {
        max-width: 100%;
        height: 100%;
        width: 100%
    }

#filter-frontdrop {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0;
    background-color: grey;
    opacity: 0.5;
    z-index: 5;
    width: auto;
}

#filter-wrap {
    transition: height 0.35s ease; /* must be equal to bootstrap.collapse */
}
#productfilter {
    position: relative;
    background-color: #f2f2f2;
    color: #e2000b;
    padding: 10px 15px;
    margin-bottom: 30px
}

    #productfilter hr {
        margin-top: 10px;
        border-color: #ccc;
        margin-bottom: 10px
    }
    #productfilter .form-group {
        margin-bottom: 0; /* prevent wrong resize due inner and outer margin */
    }

#contact-box {
    text-align: left;
    display: inline-block;
    transition: margin 0.35s ease; /* must be equal to bootstrap.collapse */
    font-size: 14px;
    line-height: 16px;
}

    #contact-box:not(.sticky-filter):not(.transition) {
        margin: 0 !important;
        transition: none;
    }

    #contact-box .filter-title {
        font-family: inherit;
        font-weight: bold;
        padding-bottom: 10px;
        position: relative;
        padding-right: 14px;
    }
    #contact-box .up {
        margin-right: 3px;
        position: absolute;
        right: 0;
        top: -3px;
    }
    .topic-content {
        display: inline-block; /*prevent wrong size at collapsing due margin on inner elements*/
    }
        .topic-content p {
            margin-bottom: 10px;
            /*font-size: 14px;
            line-height: 16px;*/
        }
    #contact-box-form {
        position: relative;
    }
        #contact-box-form::after {
            content: '';
            position: absolute;
            height: 0%;
            opacity: 0;
            transition: opacity 0.2s linear;
        }
        #contact-box-form.loading::after {
            content: '';
            position: absolute;
            height: 100%;
            width: 100%;
            background: url('../images/loader.svg') no-repeat center;
            background-size: 30px;
            background-color: #fff;
            line-height: 30px;
            left: 0;
            top: 0;
            opacity: 0.8;
        }
        #contact-box-form form {
            display: inline-block; /*prevent wrong size at collapsing due margin on inner elements*/
            width: 100%;
        }

/* start: view-mode-control */
.entity-view-control-wrap {
    padding-bottom: 30px;
    text-align: left;
}
.entity-view-control-inner {
    display: inline-block;
    background-color: #f2f2f2;
    padding: 5px;
    height: 38px;
    width:100%;
    vertical-align: top;
}
/* end: view-mode-control */
/* start: view-mode-selector */
.entity-view-mode-wrap {
    float: right;
    height: 28px;
    padding-right: 4px;
}

.entity-view-mode-item {
    margin-left: 15px;
    font-size: 24px;
    line-height: 28px;
    display: inline-block;
    color: #808080;
    cursor: pointer;
}

    .entity-view-mode-item i {
        vertical-align: top;
    }

/* end: view-mode-selector */

/* start: view-sort-selector */
.entity-view-sort-wrap {
    float: left;
    height: 28px;
}

.entity-view-sort-ct {
    padding-top: 28px;
    max-height: 0;
    min-width: 150px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: max-height 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

    .entity-view-sort-ct.open,
    .entity-view-sort-ct:hover {
        max-height: 300px;
        background-color: rgba(255,255,255,0.9);
        box-shadow: 0 0 4px 2px rgba(0,0,0,0.4);
        z-index: 2;
    }

.entity-view-sort-item {
    padding: 0 15px;
    font-size: 16px;
    line-height: 28px;
    display: block;
    text-align: left;
    transition: margin 0.1s ease;
    color: #808080;
    cursor: pointer;
}

    .entity-view-sort-item span {
        margin-left: 0px;
    }

    .entity-view-sort-item i {
        float: left;
        line-height: 28px;
        font-size: 16px;
        display: inline-block;
        width: 28px;
        /*text-align: center;*/
    }

.entity-view-sort-current {
    color: #e2000b;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
}
/* end: view-sort-selector */

/* start: view-mode-selector + view-sort-selector */
.entity-view-active {
    color: #e2000b;
    font-weight: bold;
}
/* end: view-mode-selector + view-sort-selector */

/* start: view-mode LIST */
.list-mode .products {
    width: auto;
    float: none;
    display: block !important;
    margin-bottom: 30px;
    height: auto !important;
}

    .list-mode .products .product-wrap {
        position: relative;
        padding: 15px;
        border: 1px solid rgba(0,0,0,0.2);
        box-shadow: 1px 1px 8px rgba(0,0,0,.15);
    }

    .list-mode .products:hover .product-wrap {
        margin: 0;
    }

    .list-mode .products .product-wrap:after {
        content: '';
        display: block;
        clear: both;
    }

.product-list-products .cartbtn {
    display: none;
}
#list-wrap.list-mode .cartbtn {
    display: block;
}
.list-mode .imgcartwrap {
    width: 200px;
    float: left;
    position: unset;
}

    .list-mode .imgcartwrap .addtocart-list,
    .list-mode .imgcartwrap .add-to-cart-group {
        position: unset;
        margin: 0;
        filter: unset;
        transition: unset;
    }

    .list-mode .imgcartwrap .product-variants-button::before,
    .list-mode .imgcartwrap .js-wishlist-button::before,
    .list-mode .imgcartwrap .js-add-to-cart-button::before {
        content: unset;
    }

    .list-mode .imgcartwrap .js-wishlist-button {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1;
        opacity: 1;
    }

    .list-mode .imgcartwrap .js-add-to-cart-button {
        position: absolute;
        bottom: 15px;
        right: 15px;
        z-index: 1;
        opacity: 1;
        border-radius: 0;
        /*display: inline-block;*/
        /*color: #3f7cbd;*/
        /*background-color: #C7D8EA;*/
        /*text-align: center;*/
        /*border-color: #C7D8EA;*/
        padding: 6px 12px;
    }

        .list-mode .imgcartwrap .js-add-to-cart-button span {
            display: inline;
        }

.list-mode .products .product-wrap > a:not(.edit-product) {
    width: calc(100% - 200px);
    float: left;
    padding: 0 0 60px 15px;
}
.list-mode a.edit-product {
    top: 65px;
}
.list-mode .admin-sku {
    top: 100px !important;
}
.list-mode .products .description {
    text-align: left;
    font-size: 26px;
    /*font-family: 'clicker regular', 'Heebo', Arial, sans-serif;*/
    /*color: #3f7cbd;*/
    height: 2.4em;
    line-height: 1.2em;
    padding-right: 40px;
    margin-top: 0;
}

#list-wrap .inner-detail {
    display: none;
}
#list-wrap.list-mode .inner-detail {
    display: block;
    margin: 0 !important;
    padding: 0 40px 15px 0;
}

#list-wrap.list-mode > .minrow > br {
    display: none;
}

#list-wrap.list-mode .inner-detail > .col-md-7,
#list-wrap.list-mode .inner-detail > .col-md-12 {
    padding: 0;
    position: unset;
    width: unset;
    float: none;
    margin: 0 -15px;
}

.list-mode .inner-detail .minrow {
    margin-top: 0;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.8em;
    margin: 0 !important;
}

.list-mode .inner-detail .prop-sku {
    position: absolute;
    bottom: 38px;
    width: calc(100% - 70px);
}

.list-mode .inner-detail.stock-detail .minrow {
    /*width: 50%;*/
}
.list-mode .inner-detail.stock-detail .minrow:nth-child(1) {
}

.list-mode .pricewrap {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    position: relative;
    padding-bottom: 15px;
    height:auto;
}
    .list-mode .pricewrap::after {
        content: '';
        display: block;
        clear: both;
    }

    .list-mode .pricewrap .beascore,
    .list-mode .pricewrap .price,
    .list-mode .pricewrap .variant-price {
        width: 215px;
        float: right;
        text-align: left;
        clear: both;
    }

.list-mode .regular-price {
    position: absolute;
    right: 0;
    bottom: 0;
}

    .list-mode .regular-price span {
        display: inline !important;
    }

.list-mode .products .bubble-info {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.list-mode .bubble-info::after {
    content: attr(data-original-title);
    font-size: 0.8em;
    line-height: 18px;
    padding-left: 5px;
}
/* end: view-mode LIST */

.item {
    margin-left: -12.5px;
    margin-right: -12.5px;
    width: 100%
}

    .item .thumb {
        padding: 3px;
        width: 20%;
        cursor: pointer;
        height: 100px;
        float: left;
        position: relative
    }

        .item .thumb img {
            max-width: 100%;
            max-height: 100px;
            margin: 2px
        }

.thumb .yt-play {
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,.5));
    position: absolute;
    display: block;
    height: 48px;
    width: 48px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.thumb .yt-vid {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
    padding-bottom: 100%;
}

    .thumb .yt-vid img {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.carousel-control .svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.product-image.lazyload, .product-image.lazyloading {
    padding-top: 100%;
    width: 350px !important;
    max-width: 100%;
    max-height: 0;
}

.headline img.lazyload, .medium-image-wrap.lazyload, .partner-img.lazyload, .product-image.lazyload {
    background: url(/Skins/BEA/Images/loader.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px
}

.partner-img.lazyloaded {
    background: 0 0
}

.partner-img {
    max-height: 100px;
}

.sub-footer {
    background-color: #fff;
    font-family: 'Open Sans';
    font-size: 10px;
    color: #666
}

.email.svg {
    fill: #666;
    position: absolute;
    left: 0;
    bottom: 39px
}


#newsletter-success .btn-success {
    background-color: #007F00;
    padding: 0.75em;
}

.btnNewsletter, .newsletter {
    width: 100%;
    height: 36px;
    font-family: 'Open Sans';
    font-size: 13px
}

.newsletter {
    padding-left: 40px;
    outline: 0;
    color: #666;
    margin-top: 20px;
    border: 0;
    background-color: #fff
}

#newsletter > div {
    position: relative;
    padding-right: 10px
}

.btnNewsletter {
    margin-top: 3px;
    color: #fff;
    border: solid 1px #fff;
    background-color: transparent
}

.footer {
    border-top: 1px solid #666;
    font-size: 14px;
    background-color: #666;
    color: #e5e5e5;
    font-family: 'Open Sans'
}

    .footer .svg {
        height: 40px
    }

    .footer a .svg, .footer span .svg {
        fill: #fff;
        margin: -15px 5px -15px 0
    }

.footer-content .svg-text {
    margin-bottom: 15px
}

.footer-col {
    margin-bottom: 15px;
}

.footer-content .svg-text-once {
    margin-bottom: 15px;
    margin-top: 15px
}


.footer-content .svg-text-once-top {
    margin-bottom: 15px;
    margin-top: 15px
}

.footer-content {
    line-height: 20.5px;
    font-size: 14px;
    padding-top: 35px;
    padding-bottom: 35px
}

    .footer-content.row {
        margin-left: -15px;
        margin-right: -15px
    }

    .footer-content a {
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 14px;
        display: block;
        color: #fff
    }

    .footer-content .svg-Link {
        height: 40px;
        width: 40px;
        margin-right: 25px;
        display: inline-block
    }

.footer .social {
    margin-top: 25px
}

    .footer .social .svg {
        margin: 0
    }

.footer h2 {
    cursor: pointer;
    padding: 5px;
    display: table;
    background-color: #333;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Eurostile';
    font-size: 20px;
    text-shadow: 1px 1px rgba(0,0,0,.25);
    margin-left: -5px
}

ul.footer-list {
    padding: 0;
    margin: 0 0 32px;
    list-style: none;
    line-height: 24px;
    color: #a2a3ad
}

.footer-list a {
    color: #65677d
}

.footer-heading {
    font-weight: 700;
    padding-bottom: 12px;
    color: #8e90a0;
    text-shadow: 1px 1px 0 rgba(255,255,255,.77);
    font-size: 15px
}

.sub-footer span a {
    margin-left: 10px
}

.grow {
    transition: all .4s ease-in-out
}

    .grow:hover {
        transform: scale(1.2)
    }

tr:nth-child(even) {
    background: #eaeaea
}

ul.field_errors {
    display: initial
}

    ul.field_errors li {
        background-color: #E2000B;
        text-decoration: none;
        display: block;
        color: #fff;
        padding: 0.75em;
        border-radius: 5px;
    }

.closeButton {
    display: block;
    position: absolute;
    top: 0;
    right: 2px;
    font-size: 25px;
    cursor: pointer
}

#customerInfo {
    position: fixed;
    width: 400px;
    height: 300px;
    margin: auto;
    background: #faeb84;
    border: 1px #000 solid;
    border-radius: 5px;
    left: 40%;
    text-align: center
}

#CustomerModal {
    display: none;
    position: fixed;
    z-index: 3000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.4)
}

#referralModal p {
    margin-bottom: 0;
}

.modalBodyReferralSections {
    float: none;
    margin-bottom: 10px;
    margin-top: 10px;
}

.success {
    color: green;
}

.error {
    color: red;
}

.referralMessages {
    padding-top: 8px;
    text-align: left;
}

.sendReferralMail {
    margin-bottom: 10px;
}

.nav-pills > li > a {
    border-radius: 0
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #000;
    background-color: #e9e9e9
}

.tab-content > .active {
    display: block;
    background-color: #e9e9e9;
    padding: 5px
}

.navbar-nav {
    margin-top: 35px;
    margin-bottom: 46px
}

.navbar-form {
    padding-right: 15px;
    border-top: 1px solid rgba(204,204,204,.42);
    margin-bottom: 0
}

.navbar {
    border-radius: 0;
    border: 0;
    z-index: 3;
}

.navbar-default {
    background-color: #fff
}

    .navbar-default .navbar-collapse {
        border-color: #efefef
    }

.attrList a {
    display: block;
    padding: 5px 10px
}

#treeCat {
    background: #fafafa
}

.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .tree ul {
        margin: 0 0 0 1em;
        position: relative
    }

        .tree ul ul {
            margin-left: .5em
        }

        .tree ul li:before, .tree ul:before {
            content: "";
            display: block;
            position: absolute;
            left: 0
        }

        .tree ul:before {
            bottom: 0;
            border-left: 1px solid;
            width: 0;
            top: 0
        }

    .tree li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        color: #369;
        font-weight: 700;
        position: relative
    }

    .tree ul li:before {
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        top: 1em
    }

    .tree ul li:last-child:before {
        background: #fafafa;
        height: auto;
        top: 1em;
        bottom: 0
    }

.indicator {
    margin-right: 5px
}

.tree li a {
    text-decoration: none;
    color: #369
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color: #369;
    border: 0;
    background: 0 0;
    margin: 0;
    padding: 0;
    outline: 0
}

.navbar-default .navbar-nav {
    margin-left: 149px
}

    .navbar-default .navbar-nav > li:nth-child(1), .navbar-default .navbar-nav > li:nth-child(1) .titel {
        background-color: #e43d30
    }

    .navbar-default .navbar-nav > li:nth-child(2), .navbar-default .navbar-nav > li:nth-child(2) .titel {
        background-color: #ff5f00
    }

    .navbar-default .navbar-nav > li:nth-child(3), .navbar-default .navbar-nav > li:nth-child(3) .titel {
        background-color: #93d500
    }

    .navbar-default .navbar-nav > li:nth-child(4), .navbar-default .navbar-nav > li:nth-child(4) .titel {
        background-color: #00c4b3
    }

    .navbar-default .navbar-nav > li:nth-child(5), .navbar-default .navbar-nav > li:nth-child(5) .titel {
        background-color: #0082ca
    }

    .navbar-default .navbar-nav > li:nth-child(6), .navbar-default .navbar-nav > li:nth-child(6) .titel {
        background-color: #93358d
    }
    .navbar-default .navbar-nav > .vstatus:nth-child(7) {
        clear: both;
        background: #93d500;
    }
    .navbar-default .navbar-nav > li:nth-child(8) {
        background-color: #ff5f00
    }
    .navbar-default .navbar-nav > li:nth-child(9) {
        background-color: #e43d30
    }

    .navbar-default .navbar-nav > li > a {
        position: relative;
        height: 100%;
        color: #fff;
        text-decoration: none;
        font-family: 'Eurostile';
        padding: 0;
        font-size: 20px;
        text-shadow: 1px 1px rgba(0,0,0,.25),0 0 4px rgba(0,0,0,.15)
    }

.navbar-default .navbar-brand {
    color: #8f909e;
    text-shadow: 1px 1px 0 rgba(255,255,255,.47);
    font-weight: 700
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent
}

.navbar.navbar-default.topnav {
    margin-bottom: 12px
}

#nav-head-wrapper {
    z-index: 5
}

.search-form-group {
    display: flex;
    position: relative;
    justify-content: space-between
}

.stylish-input-group div {
    z-index: 2
}

.stylish-input-group .input-group-addon {
    background: #fff !important;
    padding: 6px 30px
}

.focused {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    border-radius: 4px;
    outline-color: #ff6c15
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
    margin-top: 0
}

.stylish-input-group label {
    border: 0;
    background: 0 0;
    outline: 0
}

.search-form-group .svg {
    fill: #666;
    position: absolute;
    margin-top: 2px;
    right: 0px;
}

.navbar-form .search-box, .navbar-form .search-go {
    height: 38px;
    font-family: 'Open Sans';
    font-size: 13px
}

.navbar-form .search-box {
    outline: 0;
    width: 170px;
    border: solid 1px #333;
    border-radius: 0;
    padding-right: 30px;
    background-color: #fff;
    color: #666
}

.navbar-form .search-go {
    padding: 5px 14px;
    max-width: 75px;
    margin-left: 4px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #333;
    color: #fff
}

#navigation ul > .container-fluid {
    margin-left: 151px;
    margin-top: 10px
}

.navbar-nav > li {
    width: 184px;
    padding-top: 9px;
    padding-bottom: 9px;
    margin: 1.5px
}
    .navbar-nav > li.vstatus {
        width: 371px;
    }

    .panel-default > .panel-heading {
        color: #333;
        background-color: #fff;
        border-color: #e4e5e7;
        padding: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .panel-default > .panel-heading a {
        display: block;
        padding: 10px 15px
    }

        .panel-default > .panel-heading a:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear
        }

        .panel-default > .panel-heading a[aria-expanded=true] {
            background-color: #eee
        }

            .panel-default > .panel-heading a[aria-expanded=true]:after {
                content: "\2212";
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg)
            }

        .panel-default > .panel-heading a[aria-expanded=false]:after {
            content: "\002b";
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0
}

    .accordion-option .title {
        font-size: 20px;
        font-weight: 700;
        float: left;
        padding: 0;
        margin: 0
    }

    .accordion-option .toggle-accordion {
        float: right;
        font-size: 16px;
        color: #6a6c6f
    }

.sliderdiv {
    position: absolute;
    padding: 5px;
    min-width: 300px;
    bottom: 10%;
    left: 10%;
    background: rgba(18,18,18,.41);
    color: #ff6c15;
    font-size: larger
}

    .sliderdiv .btn:hover {
        color: #fbfbfb;
        background-color: #ffa600ed;
        box-shadow: #d0d0d0 0 0 16px 2px
    }

    .sliderdiv .btn {
        float: right;
        border-radius: unset;
        background-color: orange;
        color: #000;
        transition: all .6s ease-in-out;
        box-shadow: none
    }

    .sliderdiv h2 {
        font-weight: 700;
        font-size: 50px;
        font-variant: small-caps
    }

    .sliderdiv span {
        color: #fff;
        font-variant: small-caps
    }

.checkbox input[type=checkbox] {
    visibility: hidden
}

.checkbox, .checkbox label {
    width: 20px;
    height: 20px;
    position: relative
}

    .checkbox label {
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        background: #eee;
        border: 1px solid #ddd
    }

        .checkbox label:after {
            opacity: 0;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background: 0 0;
            top: 4px;
            left: 5px;
            border: 3px solid #333;
            border-top: none;
            border-right: none;
            transition: opacity .5s;
            transform: rotate(-45deg);
            box-sizing: unset
        }

        .checkbox label:hover::after {
            opacity: .5
        }

    .checkbox input[type=checkbox]:checked + label:after {
        opacity: 1;
        border-color: #ff6c15
    }



.mainslider {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden
}

    .mainslider img {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0
    }

.home-image {
    margin-bottom: 24px
}

.arrow.replaced-svg {
    position: relative;
    margin-left: 30px;
    margin-bottom: -7px;
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(-30px);
    }

    60% {
        transform: translateX(-15px);
    }
}

.html5-video-player:not(.ytp-transparent), .html5-video-player.unstarted-mode, .html5-video-player.ad-interrupting, .html5-video-player.ended-mode, .html5-video-player.ytp-fullscreen {
    background-color: #fff !important;
}
@media (min-width:768px) {
    .body-wrapper {
        min-height: 500px
    }

    .footer-content > div {
        min-height: 260px
    }

    .mobile-hide {
        display: none !important
    }

    .mainslider {
        position: relative;
        height: 500px;
        overflow: hidden
    }


    #navigation .vstatus {
        display: none;
    }
    .navbar-nav > li > .dropdown-menu {
        height: 0;
    }
}

@media (max-width:1205px) {
    .add-to-cart-group button {
        width: 100% !important
    }

    .list-mode .add-to-cart-group button {
        width: calc(100% - 30px) !important
    }

    .list-mode .pricewrap .beascore,
    .list-mode .pricewrap .price,
    .list-mode .pricewrap .variant-price {
        float: none;
        
    }
    .list-mode .products .price .oldprice {
        display: unset;
    }
}



@media (max-width:767px) {
    #nav-container {
        position: fixed;
        top: 38px;
        width: 100%;
        z-index: 1001;
    }
    .top-line {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1003;
    }
    .notices {
        margin-top: 158.8px;
    }
    .imgcartwrap .addtocart-list a {
        opacity: 1;
    }
    .list-mode .products .description {
        font-size: 18px;
    }
    .list-mode .imgcartwrap {
        width: 177px;
        float: left;
        position: unset;
    }
    .list-mode .products .product-wrap > a:not(.edit-product) {
        width: calc(100% - 177px);        
    }
    .four-fifths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .two-fifths, .two-thirds {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0
    }

    .dropdown .dropdown-menu {
        max-height: 0 !important;
    }

    .navbar-form .form-group {
        width: 100%;
    }
    #searchpreview, #searchpreviewmobile {
        width: 100%;
    }
    .navbar-form.search-wrap {
        margin-top: -5px;
    }
   
    
}
@media (max-width: 550px) {
    .list-mode .imgcartwrap .js-wishlist-button {
        top: 15px;
        right: 15px;
    }

    .list-mode .imgcartwrap {
        width: 100%;
    }

    #list-wrap.list-mode .inner-detail {
        padding-right: 0;
    }

    .list-mode .products .product-wrap > a:not(.edit-product) {
        width: 100%;
        padding-left: 0;
        padding-top: 5px;
    }

    .list-mode .products:hover .product-wrap {
        margin: auto;
    }

    .list-mode .products .product-wrap {
        max-width: 382px;
        margin: auto;
    }



    .list-mode .pricewrap .beascore, .list-mode .pricewrap .price, .list-mode .pricewrap .variant-price {
        margin-left: 0;
    }
}

.close {
    opacity: .6;
}

    .close:hover, .modal-header {
        opacity: 1
    }

.header-cart {
    margin: 10px 0 0
}

.user-links {
    font-size: 14px;
    margin-right: 55px
}

.footernav .navbar-nav {
    margin: 0
}

.nav-input-pad {
    padding: 9px 15px 0
}

.nav-button-pad {
    padding: 5px 15px 0
}

.inputbox {
    width: 90%;
    left: 50%;
    color: #000;
    transform: translate(-50%,-50%);
    position: relative
}

    .inputbox input {
        min-width: 0;
        box-sizing: border-box;
        font-size: 16px;
        border: 0;
        background: 0 0;
        width: 20px;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 100%;
        transition: width .4s ease-in-out,border-radius .4s ease-in-out,padding .2s;
        transition-delay: 0s,.4s,0s;
        box-shadow: 0 0 0 2px currentColor;
        color: inherit;
        cursor: pointer;
        padding: 0;
        font-weight: lighter;
        font-family: 'Roboto'
    }

        .inputbox input:focus, .inputbox input:valid {
            background: #fff;
            width: 100%;
            transition-delay: .4s,0s,.4s;
            outline: 0;
            border-radius: 5px;
            cursor: text;
            padding-left: 16.5px
        }

            .inputbox input:focus + .del, .inputbox input:valid + .del {
                pointer-events: all;
                left: calc(100% - 25px);
                -webkit-transition-delay: .4s;
                transition-delay: .4s
            }

                .inputbox input:focus + .del:before, .inputbox input:valid + .del:before {
                    -webkit-transform: translate(-50%,-50%) rotate(-45deg) scaleY(.7);
                    transform: translate(-50%,-50%) rotate(-45deg) scaleY(.7);
                    -webkit-transition-delay: 0s;
                    transition-delay: 0s
                }

                .inputbox input:focus + .del:after, .inputbox input:valid + .del:after {
                    -webkit-transform: translate(-50%,-50%) rotate(45deg) scaleY(.7);
                    transform: translate(-50%,-50%) rotate(45deg) scaleY(.7);
                    -webkit-transition-delay: .2s;
                    transition-delay: .2s
                }

    .inputbox .del {
        position: absolute;
        top: 22px;
        left: 50%;
        transform: translate(-50%,-50%);
        height: 50px;
        width: 50px;
        padding: 0;
        background: 0 0;
        border-radius: 100%;
        border: 0;
        pointer-events: none;
        transition: left .4s ease-in-out;
        transition-delay: 0s;
        color: inherit;
        cursor: pointer
    }

        .count-input input:focus, .inputbox .del:focus {
            outline: 0
        }

        .inputbox .del:after, .inputbox .del:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            background: currentColor;
            width: 2px;
            height: 19.5px;
            -webkit-transform: translate(32.25px,12.25px) translate(-50%,-50%) rotate(-45deg) scaleY(1);
            transform: translate(15.25px,17.25px) translate(-50%,-50%) rotate(-45deg) scaleY(1);
            -webkit-transition: -webkit-transform .2s ease-in-out;
            transition: transform .2s ease-in-out;
            transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
            -webkit-transition-delay: .6s;
            transition-delay: .6s
        }

        .inputbox .del:after {
            width: 1px;
            height: 37.5px;
            -webkit-transform: translate(-50%,-50%) rotate(45deg) scaleY(0);
            transform: translate(-50%,-50%) rotate(45deg) scaleY(0);
            -webkit-transition-delay: .4s;
            transition-delay: .4s
        }

.coloroption:checked + label {
    box-shadow: 0 0 0 2pt #fff,0 0 0 3pt #000
}

.sizeoption:checked + label {
    color: #fff;
    background-color: #ff6c15;
    transition: all .5s ease-in-out
}


.edit-teaser {
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0
}
.edit-product {
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 15px;
    margin: 0;
    z-index:1;
}

.btn-share {
    background-color: #999;
    float: left;
    width: 100%;
    height: 40px;
    transition: all .3s ease-in-out
}

    .btn-share .svg {
        fill: #fff;
        height: 20px;
        width: 20px;
        margin-left: -1px;
        margin-bottom: -5px
    }

.share-icon {
    position: relative;
    margin-bottom: -5px
}

.btn-twitter:hover {
    background-color: #39c !important
}

.btn-facebook:hover {
    background-color: #3d5b96 !important
}

.btn-google:hover {
    background-color: #dd3f34 !important
}

.btn-linkedin {
    background-color: #1884bb !important;
    width: 50px;
    color: #fff !important
}

.btn-pinterest:hover {
    background-color: #bd081c !important
}

.btn-mail:hover {
    background-color: #e2000b
}

#social-wrapper {
    padding: 0
}

#socialShare {
    display: inline;
    margin-right: -30px;
    margin-bottom: 18px
}

.fa-inverse {
    color: unset
}

.email-product-image {
    width: 100%
}

.shorten {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100px
}

.coloroption, .sizeoption, .variant-price span {
    display: none
}
.product-description-wrap {    
    hyphens: auto;
}

.product-info-wrap .sale-price, .product-info-wrap .variant-price {
    font-weight: 700;
    font-size: 30px
}

.colordot, .sizebox {
    cursor: pointer;
    margin-right: 5px;
    height: 30px
}

.sizebox {
    min-width: 40px;
    padding: 0 5px;
    transition: all .5s ease-in-out;
    text-align: center;
    border: solid 1px
}

.colordot {
    border-radius: 100px;
    width: 30px;
    border: 1px #a9a9a9 solid
}

.weiss {
    background-color: #fff
}

.grün {
    background-color: green
}

.schwarz {
    background-color: #000
}

.rot {
    background-color: red
}

.gelb {
    background-color: #ff0
}

.loader {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 175px;
    height: 100px
}

    .loader span {
        display: block;
        background: #444;
        width: 7px;
        height: 10%;
        border-radius: 14px;
        margin-right: 5px;
        float: left;
        margin-top: 25%
    }

        .loader span:last-child {
            margin-right: 0
        }

        .loader span:nth-child(1) {
            animation: load 2s 1.4s infinite linear
        }

        .loader span:nth-child(2) {
            animation: load 2s 1.2s infinite linear
        }

        .loader span:nth-child(3) {
            animation: load 2s 1s infinite linear
        }

        .loader span:nth-child(4) {
            animation: load 2s .8s infinite linear
        }

        .loader span:nth-child(5) {
            animation: load 2s .6s infinite linear
        }

        .loader span:nth-child(6) {
            animation: load 2s .4s infinite linear
        }

        .loader span:nth-child(7) {
            animation: load 2s .2s infinite linear
        }

        .loader span:nth-child(8) {
            animation: load 2s 0s infinite linear
        }

        .loader span:nth-child(9) {
            animation: load 2s .2s infinite linear
        }

        .loader span:nth-child(10) {
            animation: load 2s .4s infinite linear
        }

        .loader span:nth-child(11) {
            animation: load 2s .6s infinite linear
        }

        .loader span:nth-child(12) {
            animation: load 2s .8s infinite linear
        }

        .loader span:nth-child(13) {
            animation: load 2s 1s infinite linear
        }

        .loader span:nth-child(14) {
            animation: load 2s 1.2s infinite linear
        }

        .loader span:nth-child(15) {
            animation: load 2s 1.4s infinite linear
        }

#logo .logoimg {
    width: 154px;
    margin-top: -15px;
    z-index: 5
}

.count-input {
    position: relative;
    width: 100%;
    max-width: 165px;
    margin: 10px 0
}

    .count-input input {
        width: 80px;
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;        
        border-radius: 2px;
        background: 0 0;
        text-align: center;
        outline:0;
    }

input.quantity {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}

.count-input input[type=number]::-webkit-inner-spin-button, .count-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    margin: 0
}

.count-input .incr-btn {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    top: 50%;
    color: #e2000b;
    right: 0;
    margin-top: -15px;
    text-decoration: none
}

a.incr-btn:active {
    color: #000
}

.count-input .incr-btn:first-child {
    right: auto;
    left: 0;
    top: 46%
}

.count-input.count-input-sm {
    max-width: 125px
}

    .count-input.count-input-sm input {
        height: 36px
    }

.count-input.count-input-lg {
    max-width: 200px
}

    .count-input.count-input-lg input {
        height: 70px;
        border-radius: 3px
    }

.status-bullet-0 {
    color: #ffec00;
}
.status-bullet-1 {
    color: #e2000b;
}
.status-bullet-2 {
    color: #090;
}
.in-stock {
    color: #090;
    display: inline-flex;
}

.out-stock, .soon-stock {
    color: #f60;
    display: inline-flex;
}

.out-stock {
    color: #e2000b
}

.add-to-cart-group button {
    position: relative;
    width: 215px
}

.btn.js-wishlist-button {
    background-color: #fff;
    border: 1px solid #000;
    color: #000
}

.js-add-to-cart-button .cart {
    fill: #fff
}

.js-add-to-cart-button .cart, .js-wishlist-button .heart {
    width: 30px;
    height: 30px;
    float: left
}

.js-add-to-cart-button span, .js-wishlist-button span {
    position: absolute;
    top: 25%;
    left: 70px;
    bottom: 25%;
    font-size: 14px
}

.page-action-bar .btn {
    margin-right: 5px;
}

    .page-action-bar .btn:last-child {
        margin-right: 0px;
    }

.checkout-page-title, .entity-page-header {
    color: #000;
    font-family: 'Eurostile';
    margin: 0;
    font-size: 36px
}

.js-handle-auto-save-btn .add-notes-checkout-button {
    display: none;
}

.inactive {
    opacity: 0.7;
    color: #808080 !important;
    cursor: default !important;
}

.delfilter {
    position: absolute;
    height: 20px;
    width: 100%;
    left: 13px;
    z-index: 1;
}

    .delfilter:hover img {
        display: unset;
        position: absolute;
        height: 20px;
        margin-top: 2px;
    }

.filter-title i {
    border: solid #666;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    float: right;
    transition: all .2s ease-in-out
}

.filter-title {
    color: #000;
    font-family: 'Eurostile';
    text-transform: uppercase;
    display: block
}

    .filter-title.collapsed i {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-top: 6px
    }

.category-product-counter {
    color: #000;
    font-weight: 600;
    font-size: 14px
}

.up {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg) scaleY(-1);
    margin-top: 10px
}

.sub-entity-list {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0
}

    .sub-entity-list a, .sub-entity-name-link {
        color: #e2000b;
        padding-right: 9%;
        position: relative;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .sub-entity-list-item span, .sub-entity-name-link span {
            color: #666;
            top: 0;
            right: 0;
            position: absolute;
        }

#pricerange span span {
    color: #666;
    right: 0;
    position: absolute;
}

#pricerange .form-group > span {
    display: block;
    position: relative;
    cursor: pointer;
    padding-right: 9%
}

.productlist:hover {
    font-weight: 700;
    background-color: #c3c3c3
}

.productlist {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: #000 1px solid
}

.easyPaginateNav a {
    padding: 5px
}

    .easyPaginateNav a.current {
        font-weight: 700;
        text-decoration: underline
    }

.branch > a > img {
    height: 30px;
    padding: 5px
}

.branchlink {
    margin-right: 5px
}

.clearfilter {
    display: block;
    text-align: right;
    padding-right: 0 !important;
    cursor: pointer
}
.carousel.vertical {
     position: relative;
    
}


 .carousel.vertical .carousel-inner {
     height: 100%;
     width: auto;
    
}

    
     .carousel.vertical .carousel-inner > .item {
         width: auto;
         /* set the animation duration to 1 second */
         transition: 0.5s ease-in-out;
         transform: translate3d(0, 100%, 0);
         top: 0;
        
    }

    
     .carousel.vertical .carousel-inner > .next,
     .carousel.vertical .carousel-inner > .prev,
     .carousel.vertical .carousel-inner > .right {
         transform: translate3d(0, 100%, 0);
         top: 0;
        
    }

        
         .carousel.vertical .carousel-inner > .left,
         .carousel.vertical .carousel-inner > .prev.right,
         .carousel.vertical .carousel-inner > .next.left,
         .carousel.vertical .carousel-inner > .active {
             transform: translate3d(0, 0, 0);
             top: 0;
            
        }

            
             .carousel.vertical .carousel-inner > .active.right,
             .carousel.vertical .carousel-inner > .active.left {
                 transform: translate3d(0, -100%, 0);
                 top: 0;
                
            }


 .carousel.vertical .carousel-indicators {
     display: inline-block;
     width: auto;
     padding: 0;
     margin: 0;
     left: auto;
     right: 10px;
     bottom: 2px;
     z-index: 9;
     font-size: 0;
    
}

    
     .carousel.vertical .carousel-indicators li {
         border: none;
         cursor: pointer;
         display: inline-block;
         width: 18px;
         height: 18px;
         text-indent: -9999px;
         background: url("https://grgs.ro/1/i/sprite.png") no-repeat -528px -502px;
        
    }

        
         .carousel.vertical .carousel-indicators li.active {
             background-position: -528px -524px;
            
        }


 .subTeaserCarousel {
     margin-top: 0;
     max-width: 100% !important;
     margin: 0 !important;
     max-height: 100% !important;
     display: inline-flex;
     align-content: center;
    
}


 .teasercarousel .relative {
     line-height: 0;
    
}
@media (min-width:768px) {
    .logo-wrap {
        text-align: left
    }

    .delfilter img {
        display: none;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .dropdown-menu .container a {
        font-size: xx-small
    }

    .inputbox {
        width: 194px;
        margin-right: 0;
        transform: translate(-50%,-50%);
        position: relative
    }

    .inputbox input {
        min-width: 0;
        box-sizing: border-box;
        font-size: 16px;
        border: 0;
        background: 0 0;
        width: 20px;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-84%);
        border-radius: 100%;
        transition: width .4s ease-in-out,border-radius .4s ease-in-out,padding .2s;
        transition-delay: 0s,.4s,0s;
        box-shadow: 0 0 0 2px currentColor;
        color: inherit;
        cursor: pointer;
        padding: 0;
        font-weight: lighter;
        font-family: 'Roboto'
    }

        .inputbox input:focus, .inputbox input:valid {
            width: 100%;
            transition-delay: .4s,0s,.4s;
            outline: 0;
            border-radius: 5px;
            cursor: text;
            padding-left: 16.5px
        }

            .inputbox input:focus + .del, .inputbox input:valid + .del {
                pointer-events: all;
                transition-delay: .4s;
                left: calc(100% - 80px)
            }

                .inputbox input:focus + .del:focus, .inputbox input:valid + .del:focus {
                    box-shadow: 0 0 0 1px currentColor;
                    height: 37.5px;
                    width: 37.5px
                }

                .inputbox input:focus + .del:before, .inputbox input:valid + .del:before {
                    transform: translate(-50%,-50%) rotate(-45deg) scaleY(.7);
                    transition-delay: 0s
                }

                .inputbox input:focus + .del:after, .inputbox input:valid + .del:after {
                    transform: translate(-50%,-50%) rotate(45deg) scaleY(.7);
                    transition-delay: .2s
                }

    .inputbox .del {
        position: absolute;
        left: 50%;
        height: 50px;
        width: 50px;
        padding: 0;
        background: 0 0;
        border-radius: 100%;
        border: 0;
        pointer-events: none;
        transition: left .4s ease-in-out;
        color: inherit;
        cursor: pointer
    }

        .inputbox .del:focus {
            outline: 0
        }

        .inputbox .del:after, .inputbox .del:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            background: currentColor;
            transition: transform .2s ease-in-out
        }

        .inputbox .del:before {
            width: 2px;
            height: 19.5px;
            transform: translate(7.25px,16.25px) translate(-50%,-50%) rotate(-45deg) scaleY(1);
            transition-delay: .6s
        }

        .inputbox .del:after {
            transform: translate(-50%,-50%) rotate(45deg) scaleY(0);
            transition-delay: .4s
        }

    .navbar-form.navbar-right:last-child {
        margin-right: 0
    }

    .stylish-input-group .input-group-addon {
        background: #fff !important;
        padding: 6px 17px
    }
}

@media (max-width:1400px) {
    #logo .logoimg {
        margin-top: -5px;
        width: 139px;
        z-index: 5
    }
}

@media (max-width:500px) {
    #socialShare {
        width: 100%;
        margin-left: 0
    }

        #socialShare [class*=col-] {
            padding: 0
        }
}

@media (max-width:1615px) {
    .w-img {
        display: none
    }
}

@media (max-width:600px) {
    .top-line .second {
        display: none
    }
}

@media (max-width:1045px) {
    .top-line .fourth {
        display: none
    }
}

@media (max-width:767px) {
    .top-line .tl-red span, .top-line .tl-red a {
        font-size: 16px;
    }

    .marquee {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .marquee-content {
        flex-shrink: 0;
        display: flex;
        justify-content: space-around;
        min-width: 100%;
    }

    @keyframes scroll {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-100%);
        }
    }

    .scroll {
        animation: scroll 10s linear infinite;
        padding: 0 1rem;
    }

    .top-line span{
        margin-right:0;
    }
    .navbar-default .navbar-nav > li.dropdown > a:before {
        line-height: 12px
    }

    .delfilter img {
        display: unset;
        position: absolute;
        height: 20px;
        margin-top: 2px;
    }

    .body-wrapper {
        margin-top: 60px
    }

        .body-wrapper.slide, .mainslider {
            height: 200px
        }

    .mainslider {
        position: relative;
        overflow: hidden
    }

    .dropdown-menu .actionelement, .mobile {
        display: none !important
    }

    .dropdown-menu li.grid-item {
        padding: 0 !important;
        margin: 1%;
        width: 48%
    }

    .dropdown-menu li a {
        display: block;
        border: #0000001a 1px solid;
        padding: 5px 0;
        text-decoration: none;
        color: #000;
        background-color: #fff
    }

    .footer-content > div {
        height: auto
    }

        .footer-content > div h2:after {
            content: "▼";
            font-size: 12px;
            margin-left: 5px
        }

        .footer-content > div h2 {
            width: 100%;
            text-align: center
        }

    .footer h2 {
        margin-left: 0;
    }

    #newsletter > div {
        padding-right: 0px;
    }

    
    .highlightrow .entity-page-products .products:nth-child(n+3) {
        display: unset
    }

    .breadcrumb {
        background: #fff;
        font-size: 14px;
        padding-left: 15px;
        color: #000;
        margin-bottom: 0;
        border-radius: 0;
        font-weight: 700;
        width: unset;
        float: none;
        z-index: 1
    }

    .counter {
        top: 14px;
        right: 0
    }

    .navbar-toggle svg.svg.replaced-svg {
        width: 25px;
        height: 25px;
        margin-top: -5px
    }
    .navbar-toggle img.svg {
        width: 25px;
        height: 25px;
        margin-top: -13px;
    }

    .btn-breadcrumb.btn-group {
        position: unset;
        display: block;
        width: unset;
        padding: 0
    }

    .searchadv {
        float: none
    }

    .searchadvheader {
        margin-left: 0
    }

    .product-page-header {
        font-size: 22px
    }

    #logo .logoimg {
        width: 90px
    }

    #lng {
        margin-right: 0
    }

    .navbar-nav > li {
        width: 100%;
        padding-top: 9px;
        padding-bottom: 9px;
        margin: 1.5px 0;
        min-height: 38px;
    }
    .navbar-nav > li.vstatus {
        width: 32%;
        float:left;
        margin-right: 2%;
        margin-top:30px;
    }
        .navbar-nav > li.vstatus a {
            font-size: 14px !important;
        }
        .navbar-nav > li:last-child{
            margin-right:0;
        }
        .nav ul.dropdown-menu:before {
            content: none
        }

    .navbar-default .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
    }

    #navigation {
        margin-bottom: 200px
    }

        #navigation ul > .container-fluid {
            margin-left: 0;
            margin-top: 10px
        }

    .dropdown.open .dropdown-menu {
        min-height: unset
    }

    .nav.navbar-nav.navbar-right.navbar-form.search-wrap, div#top-nav-collapse {
        padding: 0;
        margin-top: 10px;
        margin-right: 0;
    }

        div#top-nav-collapse.collapsing {
            height: 100vh;
            overflow: hidden;
        }

    .nav > li.dropdown.open .dropdown-menu {
        max-height: unset !important
    }

    #socialShare, .navbar-form .search-box, .subkat {
        width: 100%
    }

    .subkat {
        height: 40px
    }

        .navbar-form .search-go, .subkat li {
            display: none
        }

            .subkat li.titel {
                display: unset;
                padding: 0
            }

    .admindiv {
        width: 288px;
        border: solid 0;
        margin: 0 auto auto
    }

    .navbar-default .navbar-nav {
        margin-left: 0;
        margin-right: 0
    }



    .titel-default {
        font-size: 15px
    }

    .highlightrow h5 span {
        border-left: 15px solid #fff;
        border-right: 15px solid #fff
    }

    #shippingMethodListWrap label {
        display: inline
    }

    .js-rating-star.fa-star:before {
        color: #f7e717
    }

    .variant-options-label {
        font-weight: 700
    }

    .product-image-wrap .product-image {
        display: inline-block;
        max-width: 100%;
        height: auto
    }

    .container-fluid.body-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 10px
    }

    .medium-image-wrap {
        max-height: unset
    }

    .add-to-cart-group button {
        position: relative;
        width: 100%
    }

    .add-to-cart, .add-to-wishlist {
        font-weight: 700
    }

    .add-to-cart-group .form-control {
        height: 45px
    }

    .quantity-field {
        text-align: center
    }

    .table-order {
        text-align: right
    }

    .grid-item {
        padding-bottom: 16px;
        text-align: center;
        transition: all .5s ease-in-out
    }

        .grid-item:hover {
            box-shadow: 0 0 20px 0
        }

    .grid-item-image {
        margin: 0 auto
    }

    .grid-item-image-wrap {
        padding-bottom: 8px
    }

    .entity-image {
        margin: 0 8px 8px 0
    }

    .entity-page-description {
        margin-bottom: 8px
    }

    .sub-entity-list {
        margin-bottom: 16px
    }

    #popup-body {
        margin: 0;
        padding: 0;
        border: 0;
        background: #fff
    }

    .no-template-content {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .highlight-save-email-button {
        transition: all ease .8s;
        box-shadow: 0 0 5px #398439
    }
}
@media (min-width: 992px) {

    .sticky-filter {
        position: fixed;
        top: 154px;
        left: 30px;
        width: calc(calc(100% - 30px) / 4 - 30px);
    }
        .sticky-filter.filter-stuck { /* apply only if already sticky */
            position: absolute;
            top: unset;
            bottom: 0;
            left: 15px;
            width: calc(100% - 30px);
        }
}

@media (min-width: 1200px) {
    .sticky-filter {
        width: calc(calc(100% - 30px) / 6 - 30px);
    }

    .inputbox {
        width: 300px;
        left: -62px;
        transform: translate(-50%,-50%);
        position: absolute
    }

        .inputbox input {
            min-width: 0;
            box-sizing: border-box;
            font-size: 16px;
            border: 0;
            background: 0 0;
            width: 20px;
            position: absolute;
            top: 10px;
            left: 50%;
            transform: translateX(-84%);
            border-radius: 100%;
            transition: width .4s ease-in-out,border-radius .4s ease-in-out,padding .2s;
            transition-delay: 0s,.4s,0s;
            box-shadow: 0 0 0 2px currentColor;
            color: inherit;
            cursor: pointer;
            padding: 0;
            font-weight: lighter;
            font-family: 'Roboto'
        }

            .inputbox input:focus, .inputbox input:valid {
                width: 90%;
                transition-delay: .4s,0s,.4s;
                outline: 0;
                border-radius: 5px;
                cursor: text;
                padding-left: 16.5px
            }

                .inputbox input:focus + .del, .inputbox input:valid + .del {
                    pointer-events: all;
                    transition-delay: .4s;
                    left: calc(100% - 115px)
                }

                    .inputbox input:focus + .del:focus, .inputbox input:valid + .del:focus {
                        box-shadow: 0 0 0 1px currentColor;
                        height: 37.5px;
                        width: 37.5px
                    }

                    .inputbox input:focus + .del:before, .inputbox input:valid + .del:before {
                        transform: translate(-50%,-50%) rotate(-45deg) scaleY(.7);
                        transition-delay: 0s
                    }

                    .inputbox input:focus + .del:after, .inputbox input:valid + .del:after {
                        transform: translate(-50%,-50%) rotate(45deg) scaleY(.7);
                        transition-delay: .2s
                    }

        .inputbox .del {
            position: absolute;
            left: 50%;
            height: 50px;
            width: 50px;
            padding: 0;
            background: 0 0;
            border-radius: 100%;
            border: 0;
            pointer-events: none;
            transition: left .4s ease-in-out;
            color: inherit;
            cursor: pointer
        }

            .inputbox .del:focus {
                outline: 0
            }

            .inputbox .del:after, .inputbox .del:before {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                background: currentColor;
                transition: transform .2s ease-in-out
            }

            .inputbox .del:before {
                width: 2px;
                height: 19.5px;
                transform: translate(7.25px,16.25px) translate(-50%,-50%) rotate(-45deg) scaleY(1);
                transition-delay: .6s
            }

            .inputbox .del:after {
                transform: translate(-50%,-50%) rotate(45deg) scaleY(0);
                transition-delay: .4s
            }
    #searchpreview .product-grid-item, 
    #searchpreviewmobile .product-grid-item {
        width: 50%;
        float: left;
    }
}

@media (min-width:1206px) {
    .list-mode .inner-detail .minrow {
        margin-top: 0;
        width: 50%;
        float: left;
        text-align: left;
        font-size: 14px;
    }
    .list-mode .inner-detail.product-details .minrow > .col-xs-6:nth-child(n+1) {
        width: 41.66666667%;
    }
    .list-mode .inner-detail.product-details .minrow > .col-xs-6:nth-child(n+2) {
        width: 58.33333333%;
    }
    .list-mode .inner-detail.stock-detail {
        width: calc(calc(100% - 245px) * 0.75);
        position: absolute;
        bottom: 18px;
    }
        .list-mode .inner-detail.stock-detail .minrow {
            white-space: nowrap;
            width: 66.66666666%;
        }
            .list-mode .inner-detail.stock-detail .minrow > .col-xs-6:nth-child(n+1) {
                width: calc(41.66666667% + 15px);
            }

            .list-mode .inner-detail.stock-detail .minrow > .col-xs-6:nth-child(n+2) {
                width: calc(41.66666667% - 15px);
                padding-left: 0;
            }
        .list-mode .inner-detail.stock-detail .minrow:nth-child(n+2) {
            width: 33.33333333%;
        }
            .list-mode .inner-detail.stock-detail .minrow:nth-child(n+2) > .col-xs-6:nth-child(n+1) {
                width: 58.33333333%;
            }
            .list-mode .inner-detail.stock-detail .minrow:nth-child(n+2) > .col-xs-6:nth-child(n+2) {
                width: 41.66666667%;
            }

}

@media (min-width:1730px) {
    .searchadv {
        margin-left: -305px !important;
        float: left
    }

    .searchadvheader {
        margin-left: 0 !important
    }

        .searchadvheader .row {
            height: 300px
        }
}

@media (max-width:1205px) and (min-width:992px) {
    .js-add-to-cart-button span, .js-wishlist-button span {
        left: 42px !important
    }

    #social-wrapper {
        padding: 0;
        width: 100%
    }
}

@media (max-width:991px) {
    .col-md-4 .randombox {
        text-align: center;
        min-height: 300px;
        max-height: 300px
    }

        .col-md-4 .randombox .add-to-wishlist {
            float: unset !important
        }
    #btnFilter {
        border-radius: 0 5px 5px 0;
        position: fixed;
        left: 0;
        width: 30px;
        line-height: 17px;
        text-transform: uppercase;
        top: 50%;
        z-index: 2;
        word-wrap: break-word;
        white-space: normal;
    }
    .filter-sticky-wrap:not(.sticky-filter) > div {
        width: 100%;
        padding: 0;
    }

    #filter-wrap.showfilter .sticky-filter {
        position: unset;
        width: 100%;
    }
    
    #closeFilter {
        position: absolute;
        right: 15px;
        top: 14px;
        z-index: 4;
    }

    #filter-wrap {
        position: fixed;
        left: -100%;
        height: 100%;
        overflow: auto;
        top: 0px;
        background: #fff;
        padding-top: 50px;
        z-index: 100000000;
        transition: left .5s;
        min-height: 100vh !important;
        overflow: auto;
        max-height: 100vh;
    }
    #contact-box {
        display:none;
    }

    .showfilter {
        left: 0 !important;
    }
    #stock-wrap {
        white-space: normal;
    }
}

@media (min-width:1290px) {
    .medium-image-wrap iframe, .medium-image-wrap img {
        max-height: 615px
    }
}

@media (min-width:1820px) {
    .col-md-5.product-info-column {
        width: 37.666667%;
        margin-left: -85px
    }
    #searchpreview .search-page:not(.no-products) .result-group-categories,
    #searchpreviewmobile .search-page:not(.no-products) .result-group-categories {
        float: left;
        width: 50%;
    }

    #searchpreview .search-page:not(.no-categories) .result-group-productcategories,
    #searchpreviewmobile .search-page:not(.no-categories) .result-group-productcategories {
        float: right;
        width: 50%;
    }
}

@media (min-width:1888px) {
    .navbar-form.search-wrap form {
        margin-right: 20px;
    }
}

@media screen and (min-width: 1935px) {
    .sticky-filter {
        width: calc(calc(1920px - 30px) / 6 - 30px);
        left: calc(calc(100% - 1920px) / 2 + 30px);
    }
}

@media (min-width:957px) and (max-width:1200px) {
    #navigation ul > .container-fluid {
        margin-left: -15px !important;
        margin-right: -15px;
        margin-top: 10px
    }
}

@media (min-width:768px)and (max-width:956px) {
    .navbar-nav > li {
        min-height: 58px
    }

    #navigation ul > .container-fluid {
        margin-left: -2.5px;
        margin-right: -2.5px
    }

    .subkat {
        width: 20%;
        padding-left: 2.5px;
        padding-right: 2.5px
    }
}
@media (min-width: 1401px) {
    .col-lg-20 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
    @media (min-width:1401px)and (max-width:1887px) {
        .counter {
            background-color: #e2000b;
            color: #fff;
            font-family: Eurostile;
            font-size: 13px;
            width: 20px;
            height: 20px;
            position: absolute;
            top: 28px;
            right: 14px;
            border-radius: 20px
        }

        

        .admindiv {
            width: 50%
        }
        #searchpreview, #searchpreviewmobile {
            width: calc(calc(100vw - 60px) * 0.6);
        }

            .admindiv .svg {
                fill: #333;
                width: 40px
            }

            .admindiv h6 {
                color: #333;
                font-family: 'Open Sans';
                font-size: 12px;
                margin: 0
            }

        .navbar-form .search-box {
            outline: 0;
            height: 38px;
            width: 100%;
        }

        ul.nav.navbar-nav {
            width: 51%;
            margin-left: 10%;
            margin-right: -10px
        }

        .navbar-form .search-go {
            padding: 5px 0;
            width: 23%;
            font-size: 12px
        }



        .navbar-form.search-wrap form {
            width: 50%
        }

        .navbar-nav > li {
            width: 16%;
            min-height: 58px
        }

            .navbar-nav > li:first-child, .navbar-nav > li:nth-child(7) {
                margin-left: 0px;
            }

            .navbar-nav > li.vstatus {
                width: 32%;
                min-height: 38px
            }

        .navbar-form.search-wrap {
            width: 40%;
            position: relative;
            margin-left: 0;
            padding-right: 0;
            padding-left: 0
        }

        #navigation ul > .container-fluid {
            margin-left: 9.5%;
            margin-top: 10px
        }
    }

    @media (min-width:768px)and (max-width:1400px) {

        .navbar-form .form-group {
            width: 100%;
        }

        .navbar-form .search-go {
            padding: 5px 0;
            width: 16%;
            font-size: 12px
        }

        .navbar-form .search-box {
            outline: 0;
            height: 38px;
            width: 100%
        }

        div#top-nav-collapse {
            padding: 0
        }

        .admindiv {
            width: 50%
        }
        #searchpreview, #searchpreviewmobile {
            min-width: 736px;
            right: calc(calc(100% - 736px) / 2);
        }

        .navbar-form.search-wrap {
            position: relative;
            margin-left: 0;
            padding-right: 0;
            margin-top: 20px;
            width: 80%;
            padding-left: 0
        }

            .navbar-form.search-wrap form {
                width: 50%
            }

        .navbar-nav > li {
            width: 16%;
            margin: 0 .8% 0 0
        }

            .navbar-nav > li.vstatus {
                width: 32.8%;
                margin: 5px .8% 0 0;
            }

            .navbar-nav > li:last-child, .navbar-nav > li:nth-child(6) {
                margin-right: 0
            }

        ul.nav.navbar-nav {
            margin-left: 0;
            width: 100%;
            margin-bottom: 20px;
            margin-top: 15px
        }
    }

    @media (min-width:768px) and (max-width:1124px) {
        .navbar-nav > li {
            min-height: 54px;
        }

            .navbar-nav > li.vstatus {
                min-height: 34px;
            }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        #searchpreview, #searchpreviewmobile {
            width: calc(100vw - 60px); /* outside padding */
            /*left: -176px;*/ /* logo + inner padding */
            right: calc(calc(100vw - 100px) * -0.32);
        }
    }

    @media (min-width:768px) {
        .navbar-form.search-wrap {
            position: relative;
            margin-left: 0;
            padding-right: 0;
            padding-left: 0
        }

            .navbar-form.search-wrap form {
                float: left
            }

        .navbar-form {
            border-top: none
        }

    }

    @media (min-width:350px) and (max-width:435px) {
    }

    @media (max-width:365px) {
        #logo .logoimg {
            width: 18%;
        }
        .navbar-form.search-wrap {
            margin-top: 15px;
        }
    }

    @media (min-width:436px) and (max-width:767px) {
    }

    @media (max-width:1205px) and (min-width:992px) {
        .js-add-to-cart-button span, .js-wishlist-button span {
            left: 42px !important
        }

        #social-wrapper {
            padding: 0;
            width: 100%
        }
    }

@media (max-height: 829px) {
    .sticky-filter {
        top: 0;
    }
    #contact-box {
        max-height: 100vh;
        overflow: auto;
    }
}

#logoPrint {
    display: none;
}


@media print {

    #breadcrumb,
    .top-line,
    #nav-container,
    .add-to-cart-group,
    #social-wrapper,
    .recommend,
    .related,
    .buyed,
    #productViewModule,
    .productPartners,
    .notices,
    .product-price a,
    .footer-content,
    .sub-footer,
    #partner-wrap {
        display: none;
    }

    .footer {
/*        background-color: #eee !important; 
        -webkit-print-color-adjust: exact;
        margin-top: 0 !important;
        position: relative;
        height: 10px;*/
        display: none;
    }

    .stock-detail {
        margin-bottom: 20px !important;
    }

    #logoPrint {
        display: block;
        background-color: #eee !important;
        -webkit-print-color-adjust: exact;
        margin-bottom: 20px;
    }

    #logoPrint img {
        height: 50px;
        height: 50px;
    }

}