.breadcrumb {
    background: #fff;
    position: absolute;
    top: 120px;
    z-index: 1;
    left: 0;
    right: 0;
    padding-top: 3px;
    padding-bottom: 3px;
}

.has--menu-bottom-bar .breadcrumb,
.has--usp-bar .breadcrumb {
    top: 150px;
}

.has--menu-bottom-bar.has--usp-bar .breadcrumb {
    top: 180px;
}

.content--breadcrumb .breadcrumb--separator.is--last-category {
    display: none;
}

.breadcrumb .content--breadcrumb.container {
    background: none;
    border: none;
    color: #012C57 !important;
    padding-left: 1rem;
}

.breadcrumb .content--breadcrumb.container .breadcrumb--link,
.breadcrumb .content--breadcrumb.container .breadcrumb--link:hover,
.breadcrumb .content--breadcrumb.container .breadcrumb--link:active {
    color: #012C57 !important;
}

.content--breadcrumb .breadcrumb--link {
    padding: 0;
}

.content--breadcrumb .breadcrumb--separator {
    padding: 1px 8px;
}

.product--image-container.desktop {
    background: none !important;
}

.article-view .image-slider--thumbnails .thumbnail--link {
    width: 120px;
    height: 120px;
}

@media screen and (min-width: 1200px) {
    .product--image-container.desktop {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        max-width: 600px;
        bottom: 0;
        padding-left: 25px;
        padding-right: 5px;
    }
    .article-view .image-slider--thumbnails .thumbnail--link {
        background:#fff;
    }
    .image-slider--thumbnails .thumbnail--link {
        margin: 0px 0px 20px 0px;
        margin: 0rem 0rem 1.25rem 0rem;
        display: block;
    }
    .image-slider--thumbnails .thumbnail--link {
         margin-bottom: 3px;
    }
    .image-slider--item .image--element {
        display:none;
    }
    .product--image-container.mobile {
        display:none;
    }
}

@media screen and (min-width: 1200px) {
    .image-slider--thumbnails {
        display:block;
        width: 120px;
        height: 100%;
        margin: 0rem 1.25rem 0rem 0rem;
        position: relative;
        top: 0;
        left: 0;
        float: left;
    }
}


@media (min-width: 1200px) {
    .hero-unit .article-view .extended-buy {
        background: #FFFFFF;
        width: 530px;
        padding: 35px;
        position: relative;
        top: 90px;
        right: -817px;
        border-radius: 3px;
    }
}


.price--content {
    font-weight: normal;
}

.price--line-through {
    display: inline-block;
    font-size: 170%;
    color: #012C57;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    line-height: 28px;
}

.price--line-through:after {
    width: 100%;
    background: linear-gradient(to bottom right, transparent calc(50% - 1px), red, transparent calc(50% + 1px));

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
}

section .teaser {
    max-width:832px;
}

.article-view .image-slider--thumbnails .thumbnail--link {
    border-radius:5px;
}
.content--wrapper section .img-container {
    border-radius:5px;
    overflow: hidden;
}

.content--wrapper section .img-container img {
    padding:0px;
    width:100%;
}

.hero-unit .shoe-size {
    float:initial;
    padding-top:5px;
}

.product--notification .notification--button {
    background: #009ee3;
    border-color: #009ee3;
    height: 39px;
    color: #fff;
}

@media screen and (min-width: 1600px) {
    .hero-unit .article-view .extended-buy {
        right: calc(-65% + 60px);
    }

    .product--image-container.desktop {
        /*left: 14%;*/
    }
}

@media screen and (min-width: 78.75em) {
    .image-slider--thumbnails {
        width: 120px;
    }

    .image-slider--thumbnails .thumbnail--link {
        margin-bottom: 3px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .hero-unit .article-view .extended-buy {
        right: calc(-100% + 620px);
    }
}

.product-actions .row {
    margin: 0;
}

.grid-row [class*="col-"].gender-link, .grid-row [class*="col-"].successor-link {
    float: right;
}
.gender-link a, .successor-link a {
    color: #9E9E9E;
    text-transform: uppercase;
}

p.rating-container {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 1260px) {
    .hero-unit .article-view .extended-buy .product-text {
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 20px;
        line-height: 30px;
    }
}

.hero-unit .article-view .btn:disabled, .product--buybox .buybox--button {
    background: #009ee3;
    font-size: 18px;
    margin-top: 10px;
}

.side-buttons {
    position: absolute;
    right: -60px;
    width: 60px;
    top: 10px;
}

.side-buttons > div {
    width: 60px;
    height: 60px;
    margin-bottom: 8px;
    text-align: center;
    font-size: 12px;
    background: #009ee3;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.side-buttons > div a {
    color: #fff !important;
    padding: 7px;
    display: block;
}

.side-buttons > div a i {
    font-size: 25px;
}

.configurator--form {
    position: relative;
}


.delivery {
   /* display: none; */
    position: absolute;
    bottom: 5px;
    right: 40px;
}

.delivery .instockdetailinfo {
    display: none;
}

.hero-unit .article-view .extended-buy .model {
    margin-top: 4px;
}
/*
section .teaser p,
section.security p,
section.comfort p {
    font-size: 18px;
}
*/
section.security h3,
section.comfort h3 {
   /* font-size: 22px;*/
    margin-bottom: 16px;
    margin-top:0px;
}

.details-section .content .grid-row .grid-container {
    width: 70%;
    margin-right: 30%;
}

.details-section .content .grid-row .grid-container.small {
    width: 60%;
    margin-left: 20%;
}

.details-section .content .grid-row .grid-container .big-text {
    font-size: 18px;
    font-weight: bold;
}

.details-section h3 {
    margin-bottom: 0;
}

.details-section h4 {
    margin: 0;
    color: #012C57 !important
}

.details-section .teaser p {
    margin: 0;
    margin-top: 10px;
}

.grid-container .grid-row.has--border-bottom:last-of-type {
    border-bottom: 0;
}

.details-section .content .grid-row .grid-container, .details-section .content .grid-row .grid-container .lh55 {
    font-size: 18px;
    line-height: 25px;
    min-height: 50px;
    padding-top: 4px;
}

.details-section .content .grid-row .grid-container .big-text {
    line-height: 28px;
    min-height: 26px;
}

.details-section .content .grid-row .grid-container img {
    border-radius: 8px;
}

.btn.is--primary.download--btn {
    padding: 10px 60px;
    font-size: 16px;
    border-radius: 10px;
}

.btn.is--primary.download--btn i {
    margin-right: 5px;
    font-size: 22px;
    position: relative;
    top: 2px;
}


.accordion {
    background-color: #fff;
    color: #012C57;
    cursor: pointer;
    padding: 22px 30px 22px 3px;
    margin: 0 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    line-height: 33px;
    /*font-size: 175%;*/
    font-weight: normal;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    padding-left: 45px;
}

.qanda .panel {
    padding-left: 97px;
}

.acc-active, .accordion:hover {
    background-color: #fff;
    color: #009ee3;
}

.acc-active {
    border-bottom: none;
}

.panel {
    padding: 0 54px;
    margin: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    font-size: 20px;
    border-bottom: 1px solid #009ee3;
}

.accordion::before {
    content: '';
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    float: left;
    margin-right: 20px;
    padding: 4px;
    border-radius: 3px;
    background: url('../img/acc-arrow.png') center center no-repeat;
    background-size: contain;
    font-size: 175%;
    font-weight: normal;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion.acc-active::before {
    content: '';
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
/*
.panel p {
    font-size: 17px;
}*/

section .teaser p {
    margin-bottom:25px;
}

section .teaser h2 {
    margin-bottom: 20px !important;
    margin-top:20px;
}

.review .teaser p {
    margin-bottom: 40px !important;
}

.review .content .featured {
    margin-top: 120px;
    margin-bottom: 60px;
}

.review .content .comment--author {
    margin: 0;
    font-weight: normal;
}

.review .content .featured .rating-container {
    padding: 10px 0 !important;
}

.review .content .featured .rating-container .rating {
    margin-bottom: 20px;
}

.review .content .featured .rating-container .rating img {
    display: inline-block;
}

.review .content .featured .rating-container .rating .score {
    margin-left: 10px;
    font-size: 17px;
    position: relative;
    bottom: 6px;
}

.review .content .featured .rating-container .rating-text {
    color: #012C57;
    font-size: 20px;
    line-height: 32px;
}

.review .content .featured .review--author {
    text-align: center;
    color: #012C57;
    font-size: 16px;
    margin-top: 15px;
}

.review .content .grid-container .stars,
.review .content .grid-container .stars-label,
.review .content .grid-container .comment-author-block {
    display: inline-block;
}

.review .content .grid-container .stars-label {
    margin-left: 10px;
    margin-right: 20px;
    position: relative;
    bottom: 4px;
}

.review .content .grid-container .comment-author-block {
    font-size: 16px;
    position: relative;
    bottom: 4px;
}

.review .content .grid-container .comment-author-block .comment--author {
    font-size: 16px;
}

.review .content .grid-container .stars i {
    font-size: 175%;
    background-size: cover;
}

.review .content .grid-container .comment--text {
    color: #012C57;
    font-size: 125%;
}

#showallvotes, #togglevoteform {
    font-size: 16px;
    padding: 8px 35px;
    border-radius: 10px;
    border-color: #9e9e9e;
    border-width: 2px;
}

#showallvotes {
    background: #9e9e9e;
    margin-right: 15px;
}

.review > .content {
    margin-bottom: 40px;
}

.owl-carousel > div {
    padding: 0 70px;
    cursor:pointer;
}

.footer-main {
    margin-top: 5px;
}

.product--image-container.desktop {
    padding-top: 50px !important;
    /*margin-top: 50px;*/
}

.mobile-price, .mobile-image {
    display: none;
}

.detail-brother-article {
    display: none;
}

.size-guide-label {
    display: none;
}

/* The progress container (grey background) */
.progress-container {
    width: 100%;
    height: 8px;
    background: #002b55;
    display: none;
}

/* The progress bar (scroll indicator) */
.progress-bar {
    height: 8px;
    background: #009ee3;
    width: 0%;
    z-index: 100;
}

.mobile-slider {
    display: none;
}

.mobile-slider h3 {
    font-size: 18px !important;
    text-align: center;
}

.mobile-slider p {
    text-align: center;
}


.review .content .grid-container .comment-author-block.mobile {
    display: none;
}

.v5-mobile-wrapper {
    /*display: none;*/
}

.details-section .content .read-more-trigger {
    display: none;
}

.buybox-icons img {
    height: 50px;
    position: absolute;
    right: 18px;
}

.hero-unit .productfeatures {
    /*width: 55% !important;*/
}

.breadcrumb .content--breadcrumb.container .breadcrumb--entry.is--frontpage,
.breadcrumb .content--breadcrumb.container .breadcrumb--entry.is--last-category {
    font-weight: bold;
}

@media (min-width: 768px) {
    .hero-unit .productfeatures li {
        width: 200px;
        font-size: 15px;
    }

    .hero-unit .productfeatures li img {
        height: 130px !important;
        max-width: 42%;
    }
}

@media (min-width: 1024px) {
    .textfield-left {
        width: 100%;
        float: none;
    }
}

.sticky-buybox p.product--tax {
    margin-bottom: 0;
}

.qanda .content .accordion:last-of-type,
.qanda .content .panel:last-of-type {
    border-bottom: none;
}

.similar .bx-wrapper, .also-bought .bx-wrapper {
    margin: 0 auto;
}

.similar .bx-wrapper .bx-controls-direction a, .also-bought .bx-wrapper .bx-controls-direction a {
    z-index:99;
}

@media (min-width: 1260px) {
    .qanda {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .delivery {
        /* display: none; */
        position: absolute;
        bottom: -6px;
        right: 31px;
    }

    .delivery .instockdetailinfo {
        display: none;
    }

    .delivery .stock-color {
        font-size: 1em;
    }

    .sticky-buybox p.product--tax {
        font-size: 9px;
        line-height: 11px;
        margin-bottom: 0;
        clear:both;
    }

    .btn.is--primary.download--btn {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .breadcrumb .content--breadcrumb.container .breadcrumb--entry.is--frontpage,
    .breadcrumb .content--breadcrumb.container .breadcrumb--entry.is--last-category {
        font-weight: normal;
    }

    .hero-unit .productfeatures {
        width: 100% !important;
    }

    .buybox-icons img {
        display: none;
    }

    .extended-buy .product--notification {
        margin-top: 15px;
    }

    .details-section .content.details-read-more {
        position: relative;
        max-height: 145px;
        overflow: hidden;
    }

    .details-section .content.details-read-more.transition {
        -webkit-transition: max-height 300ms ease;
        -moz-transition: max-height 300ms ease;
        -ms-transition: max-height 300ms ease;
        -o-transition: max-height 300ms ease;
        transition: max-height 300ms ease;
    }

    .details-section .content.details-read-more.collapsed {
        max-height: 3000px;
    }

    .details-section .content.details-read-more .read-more-trigger {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        background: rgba(235, 235, 235, 1);
    }

    .details-section .content.details-read-more.collapsed .read-more-trigger {
        display: none;
    }

    .details-section {
        min-height: auto !important;
    }

    .details-section .content.details-read-more .read-more-trigger:before {
        position: absolute;
        content: '';
        display: block;
        top: -60px;
        left: 0;
        right: 0;
        height: 60px;
        background: -moz-linear-gradient(top, rgba(235, 235, 235, 0) 0%, rgba(235, 235, 235, 1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(235, 235, 235, 0) 0%, rgba(235, 235, 235, 1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(235, 235, 235, 0) 0%, rgba(235, 235, 235, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ebebeb', endColorstr='#ebebeb', GradientType=0); /* IE6-9 */
    }

    .sticky-buybox.active {
        bottom: 0;
        padding-left: 5px;
        padding-right: 5px;
    }

    body {
        padding-bottom: 150px;
    }

    .sticky-buybox {
        position: fixed;
        display: block;
        z-index: 999;
        background: #fff;
        left: 0;
        right: 0;
        bottom: -100%;
        padding-top: 12px;
        padding-bottom: 12px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    }

    .sticky-buybox.transition {
        -webkit-transition: bottom 500ms ease-in-out;
        -moz-transition: bottom 500ms ease-in-out;
        -ms-transition: bottom 500ms ease-in-out;
        -o-transition: bottom 500ms ease-in-out;
        transition: bottom 500ms ease-in-out;
    }

    .sticky-buybox .col-left,
    .sticky-buybox .col-right {
        float: left;
    }

    .sticky-buybox .col-left {
        width: 40%;
    }

    .sticky-buybox .col-right {
        width: 60%;
    }

    .sticky-buybox .col-left h1 {
        font-size: 17px;
        margin: 20px 0 5px;
    }

    .sticky-buybox .col-left .price--content {
        font-size: 17px;
    }

    .sticky-buybox .col-right .product--configurator {
        width: 50%;
        float: left;
        padding-right: 2%;
    }

    .sticky-buybox .col-right .buybox--form {
        width: 50%;
        float: left;
    }

    .sticky-buybox .col-right .buybox--form .buybox--button-container .is--primary.is--large,
    .sticky-buybox .col-right .buybox--form .buybox--button-container .is--disabled.is--large,
    .sticky-buybox .col-right .buybox--form .is--notification.is--primary.is--large {
        width: 100%;
        line-height: 20px;
        height: 50px;
        font-size: 12px;
        text-align: center;
        text-transform: none;
        word-break: break-word;
    }

    .sticky-buybox .col-right .buybox--form .is--primary.is--large.buybox-disabled {
        padding-top: 15px;
    }

    .sticky-buybox .col-left .image {
        float: left;
        height: auto;
        margin-right: 3%;
        width: 45%;
        max-height: 55px;
    }

    .sticky-buybox .col-left .image img {
        max-height: 55px;
    }

    .sticky-buybox .col-left .product--price {
        width: 51%;
        float: left;
        text-align: right;
    }

    .sticky-buybox .col-left .product--price .price--line-through {
        font-size: 110%;
        line-height: 15px;
        margin-bottom: 0;
    }

    .sticky-buybox .reset--configuration {
        display: none;
    }

    .sticky-buybox .select-field {
        height: 50px;
    }

    .sticky-buybox .select-field select {
        background: #EBEBEB;
        border-radius: 5px;
        color: #012c57;
        font-weight: bold;
        border: none;
        padding-right: 10px;
        font-size: 12px;
    }

    .sticky-buybox .select-field:after {
        display: none !important;
    }

    .sticky-buybox .select-field select:hover {
        background: #EBEBEB;
        color: #012c57;
        font-weight: bold;
        border: none;
    }

    .sticky-buybox .col-left h1 {
        display: none;
    }


    .shop--navigation .navigation--list {
        position: absolute;
        top: -47px;
    }

    .header-main .shop--navigation .navigation--entry.entry--account,
    .header-main .shop--navigation .navigation--entry.entry--support,
    .header-main .shop--navigation .navigation--entry.entry--faq,
    .header-main .shop--navigation .navigation--entry.entry--notepad,
    .header-main .shop--navigation .navigation--entry.entry--cart {
        display: none;
    }

    .header-main .shop--navigation .navigation--entry.entry--notepad.is--in-use,
    .header-main .shop--navigation .navigation--entry.entry--cart.is--in-use {
        display: block;
        float: right;
        width: 55px;
        text-align: center;
    }

    .header-main .shop--navigation .navigation--entry .badge {
        background: #009ee3;
    }

    .header-main .shop--navigation .navigation--entry.entry--search {
        position: relative;
        margin-left: 55px;
    }

    .header-main .shop--navigation .navigation--entry.entry--notepad.is--in-use .mobile-hint,
    .header-main .shop--navigation .navigation--entry.entry--cart.is--in-use .mobile-hint,
    .header-main .shop--navigation .navigation--entry.entry--menu-left .mobile-hint,
    .header-main .shop--navigation .navigation--entry.entry--search .mobile-hint {
        font-size: 9px;
        position: absolute;
        bottom: -18px;
        left: -10px;
        right: -10px;
        text-align: center;
        color: #fff;
        font-weight: 700;
        display: block !important;
    }

    .header-main .shop--navigation .navigation--entry.entry--menu-left .mobile-hint {
        left: 11px;
    }

    .header-main .shop--navigation .navigation--entry.entry--search .mobile-hint {
        bottom: -3px;
    }

    .header-main .shop--navigation .navigation--entry.entry--search {
        float: left;
        margin-left: 45px;
        margin-top: 4px;
    }

    .v5-desktop-wrapper {
        display: none;
    }

    .v5-mobile-wrapper {
        /*display: block;*/
    }

    .owl-carousel > div {
        padding: 0;
    }

    .bx-wrapper .bx-controls-direction a {
        width: 18px !important;
        height: 30px !important;
        background-size: contain !important;
        margin-top: -15px !important;
        z-index: 10 !important;
    }

    .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -15px;
    }

    .bx-wrapper .bx-controls-direction a.bx-next {
        right: -15px;
    }

    section.similar .content {
        width: 90%;
    }


    .threesixty .viewer a {
        position: relative;
    }

    .threesixty .viewer a::before {
        content: '';
        width: 70px;
        height: 70px;
        background: url('../img/zoom-icon.png') top left no-repeat;
        top: 50px;
        left: 40px;
        position: absolute;
        background-size: contain;
        z-index: 999;
    }


    section.details-section .content {
        width: 95%;
    }


    section.details-section .content > .grid-container > .grid-row > div {
        width: 100%;
        margin: 0;
        padding: 0 0;
    }

    .details-section .content .grid-row .grid-container {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
    }

    .lh55 {
        line-height: 20px;
    }

    section.details-section .content > .grid-container > .grid-row > div > div > div {
        width: 95%;
        margin: 0 2.5%;
    }
/*
    section.details-section .content > .grid-container > .grid-row > div:first-of-type > div > div {
        width: 45%;
        float: left;
        margin: 0 2.5%;
    }
*/

    .grid-container .grid-row.has--border-bottom:last-of-type {
        border-bottom: 1px solid #9d9d9d;
    }

    .details-section .content .grid-row .grid-container.small {
        margin: 0;
        width: 100%;
    }

    .details-section .content .grid-row .grid-container .big-text {
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
    }

    .details-section .content .grid-row .grid-container .lh55 > div {
        float: left;
        width: 50%;
        margin-left: 0;
        margin-right: 0;
    }

    .details-section .content .grid-row .grid-container img {
        border-radius: 3px;
        max-width: 20px;
    }

    section.security > .content,
    section.comfort > .content {
        display: none;
    }

    .details-section, .comfort, .security, .similar {
        padding-bottom: 20px;
        padding-top: 40px;
    }

    section.qanda .content {
        width: 90%;
    }

    .accordion {
        font-size: 120%;
        line-height: 22px;
    }

    .qanda .panel {
        margin: 0;
        padding: 0 0 0 60px;
    }

    .qanda .panel p {
        font-size: 15px;
    }

    .accordion::before {
        width: 15px;
        height: 15px;
        position: absolute;
        left: 0;
    }

    section.review .teaser h2 {
        margin-bottom: 10px !important;
    }

    section.review .teaser p {
        height: auto;
        line-height: inherit;
        font-size: 16px;
        margin-bottom: 20px !important;
        color: #012C57 !important
    }

    .review .teaser p > img {
        vertical-align: middle;
        width: 25px;
        margin-top: -4px;
    }

    .review, .qanda {
        padding: 30px 0;
    }

    .qanda {
        padding-bottom: 0;
    }

    section.qanda .teaser h2 {
        margin-bottom: 10px !important;
    }

    section.qanda .teaser p {
        display: none;
    }

    section.review .mobile-slider h3 {
        display: none;
    }

    section.review .mobile-slider p {
        text-align: left;
        color: #012C57 !important;
    }

    section.review .mobile-slider p.comment--text {
        font-size: 16px;
        margin-top: 10px;
    }

    .after-mobile-slider .text-center {
        margin: 0 auto !important;
        float: none !important;

    }

    section.review .mobile-slider .comment-author-block img {
        width: 60px;
        float: left;
        margin-right: 10px;
        display:none;
    }

    section.review .mobile-slider .inner-scroll-container > div {
        padding: 10px;
        border: 1px solid #9e9e9e;
        border-radius: 8px;
        background: #fff;
    }

    section.review .mobile-slider .inner-scroll-container > div .stars,
    section.review .mobile-slider .inner-scroll-container > div .stars-label {
        display: inline;
        font-size: 12px;
    }

    .threesixty .viewer img {
        width: 90%;
    }

    #preview-votes {
        display: none;
    }

    #allvotes .comment-author-block.mobile {
        clear: both;
        margin: 0.5rem 2%;
    }

    #allvotes .stars, #allvotes .stars-label {
        display: inline;
    }

    #showallvotes, #togglevoteform {
        margin-right: 0;
        margin-bottom: 10px;
        width: 90%;
        text-align: center;
    }

    .comment-author-block {
        display: none !important;
    }

    .comment-author-block.mobile {
        display: block !important;
    }

    .qanda:after {
        display: none;
    }

    section.review .content {
        width: 90%;
    }

    section.review .content .featured {
        display: none;
    }

    .mobile-slider {
        display: block;
        position: relative;
    }

    .mobile-slider:before, .mobile-slider:after {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 40px;
        display: block;
        content: '';
        z-index: 5;
    }

    .mobile-slider:before {
        left: 0;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
    }

    .mobile-slider:after {
        right: 0;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
    }

    .comfort .mobile-slider:before {
        background: -moz-linear-gradient(left, rgba(235, 235, 235, .8) 0%, rgba(235, 235, 235, 0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(235, 235, 235, .8) 0%, rgba(235, 235, 235, 0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(235, 235, 235, .8) 0%, rgba(235, 235, 235, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
    }

    .comfort .mobile-slider:after {
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
    }

    .mobile-slider .outer-scroll-container {
        overflow-y: scroll;
    }

    .mobile-slider .controls a {
        position: absolute;
        top: 46vw;
        margin-top: -30px;
        outline: 0;
        width: 18px;
        height: 30px;
        text-indent: -9999px;
        z-index: 10;
        background-size: contain !important;
    }

    .mobile-slider .controls a.prev {
        left: 10px;
        background: url(https://www.haix.de/custom/plugins/SensusABTesting/Resources/views/frontend/_public/img/haix/right-chevron.png) no-repeat top left;
    }

    .mobile-slider .controls a.next {
        right: 10px;
        background: url(https://www.haix.de/custom/plugins/SensusABTesting/Resources/views/frontend/_public/img/haix/left-chevron.png) no-repeat top left;
    }

    .mobile-slider .inner-scroll-container:after {
        content: '';
        display: block;
        clear: both;
    }

    .mobile-slider .inner-scroll-container > div {
        float: left;
        padding: 5px;
        min-height: 465px;
    }

    .progress-container {
        display: block;
        z-index: 3000;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
    }



    .page-wrap {
        padding-top: 70px;
    }


    .header-main {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        height: 70px;
        z-index: 100;
    }

    .buybox-form {
        position: relative;
        margin-top: 30px;
    }

    .buybox-form .buybox--button-container,
    .buybox-form .mobile-image {
        position: absolute;
        bottom: 0;
    }

    .buybox-form .buybox--button-container {
        margin-left: 50%;
    }

    .buybox-form .mobile-price {
        margin-left: 30%;
    }


    .hero-unit .article-view .extended-buy {
        top: 266px;
        padding: 10px;
    }

    .size-guide-label {
        display: block;
    }

    .detail-brother-article {
        display: block;
        float: right;
    }

    .gender-link a, .successor-link a {
        display: none;
    }

    .hero-unit .article-view {
        height: 340px;
        /*background: none !important;*/
        background-size: cover;
        margin-top: -19px;
    }

    .breadcrumb,
    .has--menu-bottom-bar .breadcrumb,
    .has--usp-bar .breadcrumb{
        border-radius: 0px 5px 5px 0px;
        top: 81px;
        right: auto;
        padding-right: 10px;
    }

    .content--breadcrumb {
        font-size: 11px;
        font-weight: bold;
    }

    .content--breadcrumb .breadcrumb--entry,
    .content--breadcrumb .breadcrumb--separator {
        display: none !important;
    }

    .content--breadcrumb .breadcrumb--entry.is--last-category,
    .content--breadcrumb .breadcrumb--separator.is--last-category {
        display: list-item !important;
    }

    .side-buttons {
        right: -5px;
        width: 90px;
        top: -256px;
    }

    .side-buttons > div {
        font-size: 8px;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        float: left;
        margin-right: 5px;
    }

    .side-buttons > div a i {
        font-size: 18px;
    }

    .product--image-container {
        position: absolute;
        right: 0;
        top: 107px;
        left: 0;
        height: 300px;
        z-index: 0;
        padding: 0;
    }

    /*.image-slider--dots {
        display: none;
    }*/

    .hero-unit .article-view .extended-buy h1 {
        font-size: 22px;
    }

    .hero-unit .article-view .extended-buy .model {
        font-size: 13px;
    }

    .hero-unit .article-view .extended-buy .product-text {
        font-size: 15px;
        margin-bottom: 10px;
        height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .image-slider--container {
        height: 340px;
    }

    .hero-unit > .grid-container > .grid-row:first-of-type {
        padding-bottom: 370px;
    }

    .hero-unit .product--tax,
    .hero-unit .price {
        display: none;
    }

    .hero-unit .mobile-price .product--tax {
        display: block;
        font-size: 9px;
        line-height: 15px;
        margin-bottom: 0;
    }

    .hero-unit .shoe-size {
        text-align: center;
        font-size: 12px;
    }

    .hero-unit .shoe-size h3 {
        margin: 0;
        font-size: 15px;
    }

    .hero-unit .article-view .select-field {
        height: 40px;
    }

    .hero-unit .article-view .select-field::after {
        top: 0;
    }

    .hero-unit .article-view .btn:disabled, .product--buybox .buybox--button {
        line-height: 20px;
        height: 40px !important;
        width: auto !important;
        font-size: 15px;
        float: right;
        text-transform: uppercase;
        padding: 0 7px;
        white-space: nowrap;
        line-height: 38px;
    }

    .hero-unit .productfeatures li {
        width: 33%;
        padding: 15px !important;
        font-size: 10px;
        margin-bottom: 15px;
        height: 150px;
    }

    .textfield-left {
        min-height: inherit;
    }

    /*
        .hero-unit .productfeatures li.mobile-hidden {
            display: none;
        }
    */
    .hero-unit .textfield-left {
        background: #dbdbdb;
    }

    .hero-unit .textfield-right {
        display: none;
    }

    .hero-unit .productfeatures li img {
        max-width: 45%;
        margin: 0 auto;
    }

    .hero-unit .text {
        border-top: none;
    }

    section .teaser {
        width: 90%;
    }

    section .teaser h2 {
        font-size: 20px;
        line-height: 30px;
    }

    section .teaser p, section.security p, section.comfort p {
        font-size: 16px;
        line-height: 24px;
    }

    .security {
        padding-top: 20px;
    }

    .image-slider--item {
        overflow: hidden;
        background: #fff;
    }

    .image-slider--item.is--empty-image {
        background: none;
    }

    .image-slider--item .image--media img {
        max-width: inherit;
        width: auto;
        height: auto;
        max-height: 100%;
    }

    .image-slider--item:first-of-type .image--media img {
        max-width: inherit;
        max-height: 100%;
        width: auto;
        height: 100%;
        margin: 0 auto;
        min-width: 100%;
    }

    .mobile-price, .mobile-image {
        display: block;
    }

    .mobile-price {
        width: 140px;
        float: left;
        font-size: 14px;
        text-align: right;
    }

    .mobile-price .price--content {
        font-size: 110%;
    }

    .mobile-price .price--line-through {
        font-size: 90%;
        line-height: 16px;
        margin-bottom: 0;
    }

    .mobile-image {
        width: 30%;
        float: left;
    }

    .buybox--button-container {
        width: 50%;
        float: right;
    }

    .sticky-buybox .buybox--button-container {
        width: 100%;
        float: none;
    }
}
@media screen and (min-width: 768px) {
    .also-bought--content .v5-mobile-wrapper, .also-bought .mobile-slider, .similar .v5-mobile-wrapper, .similar .mobile-slider {
         display: none;
     }
    .also-bought--content .v5-desktop-wrapper, .similar .v5-desktop-wrapper {
        display: block;
    }
}

@media (min-width: 1024px) {
    .comfort:after {
        display:none;
    }
}

@media screen and (max-width: 1200px) and (min-width: 860px) {
    .hero-unit .productfeatures li {
        font-size:15px;
    }
}

@media (max-width: 1000px) {
    .hero-unit .productfeatures li img {
        max-width: 65%;
        height: 93px !important;
    }
}

.hero-unit .text {
    border-top: 12px solid #012c57;
}

@media (min-width: 768px) {
    .hero-unit .text {
        border-top: 12px solid #012c57;
    }

    .buybox--button-container a.is--primary.is--large {
        line-height: 55px;
    }
}

@media (min-width: 1024px) {
    .hero-unit .text {
        border-top: 12px solid #012c57;
    }
}

@media (min-width: 1260px) {
    .hero-unit .text {
        border-top: 12px solid #012c57;
    }
}

@media (max-width: 768px) {

    .zopim {
        display: none !important;
    }
}

@media (min-width: 768px) {

    .threesixty .viewer a {
        position: relative;
        width: 30%;
        margin: 0 auto;
    }

    .threesixty .viewer a img {
        width: 100% !important;
    }

    .threesixty .viewer a::after {
        content: '';
        width: 175px;
        height: 175px;
        background: url('../img/zoom-icon.png') top left no-repeat;
        top: 0;
        left: 0;
        position: absolute;
    }
}

@media (min-width: 1024px) {
    .threesixty .viewer a::after {
        top: 0;
        left: 0;
    }
}

@media (min-width: 1200px) {
    .threesixty .viewer a::after {
        top: 0;
        left: 0;
    }
}

.threesixty {
    padding-top: 70px;
    padding-bottom: 30px;
    min-height: inherit;
}

@media (min-width: 1260px) {
    .threesixty {
        padding-top: 130px;
        padding-bottom: 30px;
    }
}

.model .color, .model .gender {
    color: #002b55;
}

.detail-brother-article a {
    color: #9E9E9E;
}

.share-modal-container {
    padding: 10px;
}

.share-modal-container .share-link {
    padding: 5px;
    width: 80%;
    border-top: none;
    border-left: none;
    border-right: none;
}

.share-modal-container .image {
    width: 33%;
    float: left;
}

.share-modal-container h1 {
    font-size: 20px;
}

.share-modal.js--modal .header {
    border-bottom: 0;
}

.share-modal.js--modal .header .title {
    color: #012C57;
}

.configurator--form.selection--form .select-field.has--error {
    border: 2px solid red;
}

.v5-desktop-wrapper .big-text {
    font-size: 20px;
    text-transform: uppercase;
}

.v5-desktop-wrapper .big-text .font-light {
    font-size: 18px;
    text-transform: none;
}

@media screen and (max-width: 650px) {
    .sticky-buybox .col-right .buybox--form .is--notification.is--primary.is--large {
        padding: 10px 20px 1px 20px;
        line-height: 15px;
    }
}

@media screen and (max-width: 550px) {
    .sticky-buybox .col-right .buybox--form .is--notification.is--primary.is--large {
        padding: 10px 8px 1px 8px;
    }
}

.sticky-buybox.cookiebar-active .container {
    padding-bottom:25px;
}

@media screen and (min-width: 650px) and (max-width: 1200px) {
    .sticky-buybox .col-right .buybox--form .is--notification.is--primary.is--large {
        font-size: 15px;
        padding-top: 15px;
        padding-left: 1px;
        padding-right: 1px;
    }
}

@media screen and (min-width: 64em) {
    .sticky-buybox.transition {
        padding-top:0px;
        padding-bottom:0px;
    }
    .sticky-buybox .col-left h1 {
        margin-top:13px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .sticky-buybox .col-left .product--price {
        padding-top:8px;
    }
    .sticky-buybox .select-field select, .sticky-buybox .col-right .buybox--form .buybox--button-container .is--primary.is--large {
        font-size:16px;
    }
    .sticky-buybox .col-right .product--configurator, .sticky-buybox .col-right .buybox--form {
        margin-top:12px;
        margin-bottom:9px;
    }
}

/*.content--wrapper section.review .featured .col-25 {
    display:none;
}*/

#allvotes.grid-container {
    max-width:1920px;
}

#allvotes .comment-author-block.mobile .comment--author {
    padding-left:2%;
}

.review .content .featured .rating img {
    float: left;
    margin-right: 10px;
}

.review .content .featured .rating .stars-label {
    float: left;
    font-size: 15px;
    padding-top: 6px;
    margin-right: 20px;
}

.review .content .featured .rating .comment--author {
    font-size: 19px;
    padding-top: 4px;
}

section.review .mobile-slider {
    margin-top: -30px;
    margin-bottom: 15px;
}

p.faqhighlighted {
    font-weight:bold;
    color:#012C57;
}

p.faqhighlighted:before {
    content: '\2192';
    font-size: 24px;
    overflow: hidden;
    margin-right: 7px;
    color:#012C57;
}

@media screen and (max-width: 600px) {
    p.faqhighlighted:before {
        font-size: 20px;
    }
}

@media screen and (min-width: 64em) {
    .sticky-buybox.transition {
        -webkit-transition: bottom 500ms ease-in-out;
        -moz-transition: bottom 500ms ease-in-out;
        -ms-transition: bottom 500ms ease-in-out;
        -o-transition: bottom 500ms ease-in-out;
        transition: bottom 500ms ease-in-out;
    }
}

.threesixty .viewer {
    overflow: hidden;
}

.threesixty .viewer .content--iframe {
    height:100vh;
    border:0;
}

.threesixty .viewer .iframecontainer {
    margin-top:-30vh;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

@media screen and (max-width: 600px) {
    .threesixty .viewer .content--iframe {
        height:70vh;
    }
    .threesixty .viewer .iframecontainer {
        margin-top: -24vh;
    }
}

@media screen and (max-width: 768px) and (min-width: 500px) {
    .shop--navigation .entry--menu-left {
        left:110px;
    }
}

@media screen and (max-width: 1200px) {
    .hero-unit .article-view .select-field select {
        float:right;
        width:70%;
    }
}

@media screen and (min-height: 1000px) {
    .threesixty .viewer .iframecontainer {
        margin-top: -30vh;
    }
    .threesixty .viewer .content--iframe {
        height:85vh;
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .header-main .shop--navigation .navigation--entry.entry--search {
        margin-top:48px;
    }

    .progress-container {
        top: 142px;
    }

    .progress-container.sticky-nav-active {
        top: 60px;
    }

    .advanced-menu {
        top: 148px;
    }

    .advanced-menu.sticky-nav-active {
        top: 61px;
        position: fixed;
    }

    .header-main.sticky-nav-active .shop--navigation .navigation--entry.entry--search .main-search--form {
        display:none;
    }
    .header-main.sticky-nav-active {
        height: 60px;
        overflow-y: hidden;
    }

    .mobile-slider .inner-scroll-container > div {
        height:280px;
    }

    .threesixty .viewer a::after {
        width: 120px;
        height: 120px;
        background-size: 120px 120px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .header-main .navigation-main .navigation--entry .navigation--link {
        font-size: 0.62rem;
        padding-top:0.96rem;
    }
    .progress-container.sticky-nav-active {
        top:53px;
    }
}

@media screen and (min-width: 1200px) {
    .hero-unit .article-view .extended-buy {
        top: 50px;
    }

    .image-slider--dots {
        display:none;
    }
    .header-main .mobile-hint {
        display:none !important;
    }
}

@media screen and (max-width: 1199px) {
    .hero-unit .article-view .extended-buy {
        top: 385px;
    }
    .review .mobile-slider .outer-scroll-container .inner-scroll-container, .similar .mobile-slider .outer-scroll-container .inner-scroll-container {
        overflow-y:hidden;
        max-height:480px;
    }
}

@media screen and (max-width: 768px) {
    .product--image-container {
        top:7px;
    }
    .side-buttons {
        top:-339px;
    }
    .hero-unit .article-view .extended-buy {
        top:350px;
    }
    .shoesize-link {
        display:none;
    }

}

.js--modal .image-slider--thumbnails .thumbnail--link {
    display:inline-block;
}
.icon-heart-inactive {
    width: 30px;
    height: 26px;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    background: url('../../../../frontend/img/note-inactive.png');
    background-size: contain;
}

.hero-unit .productfeatures li img.icon-nosvg {
    margin: 0 auto;
    width: 61%;
    max-width: 61%;
    height: 110px !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

@media screen and (max-width: 1200px) {
    .hero-unit .productfeatures li img.icon-nosvg {
        margin: 0 auto;
        width: 122px;
        max-width: 100%;
        height: 100% !important;
        margin-bottom: 3px;
        margin-top: 4px;
    }

    .details-section .content .grid-row .grid-container .lh55 {
        font-size:14px;
    }
    .details-section .content .grid-row .grid-container .lh55 > div.big-text {
        padding-left:6px;
    }
}

@media screen and (max-width: 850px) {
    .hero-unit .productfeatures li img.icon-nosvg {
        margin: -1px auto;
        width: 118px;
        max-width: 100%;
        height: 120px !important;
        margin-bottom: 2px;
        margin-top: 8px;
    }

}

@media screen and (max-width: 767px) {
    .hero-unit .productfeatures li img.icon-nosvg {
        max-width: 69%;
        transform: scale(1.05);
        margin-top: -6px;
        margin-bottom: 0px;
        height: auto !important;
    }
}

@media screen and (max-width: 500px) {
    .hero-unit .productfeatures li img.icon-nosvg {
        transform: scale(1.25);
        margin-top: -1px;
        margin-bottom: 1px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .hero-unit .article-view .extended-buy {
        top: 429px;
    }
    .side-buttons {
        top: -335px;
    }

    .icon-heart-inactive {
        width: 17px;
        height: 15px;
    }
    .buybox--inner {
        margin-bottom:50px;
    }
    .buybox--button-container a.is--primary.is--large {
        line-height:40px;
    }
}

.image-slider--container .arrow.is--right {
    right:1rem;
}


@media screen and (max-width: 768px) {
    section p .moretext {
        display:none;
    }
    .icon-heart-inactive {
        width: 17px;
        height: 15px;
    }
    .sticky-buybox p.product--tax {
        clear: initial;
    }


}

@media screen and (max-width: 500px) {
    .sticky-buybox .col-right .buybox--form .buybox--button-container .is--primary.is--large {
        line-height: 17px;
        padding-top: 6px;
    }
    .hero-unit .shoe-size {
        text-align: left;
    }
    .hero-unit .article-view .select-field select {
        width:100%;
    }
    .buybox-form .mobile-price {
        width: 100%;
        margin-left:0px;
    }
    .buybox-form .buybox--button-container {
        position: relative;
    }
    .buybox-form {
        margin-bottom: -22px;
        margin-top: 20px;
    }

    .buybox-form .mobile-image {
        max-height:115px;
    }

    .buybox-form .article-sku {
        display: none;
    }
}

@media screen and (min-width: 500px) {
    .mobile-slider .controls a {
        top:21vw;
    }
}

.action--close--notes.is--hidden {
    display:block !important;
    float:right;
    margin: 10px;
}

#detail--product-reviews {
    margin-top: -100px;
    position: absolute;
}

.comment-iteration3, .comment-iteration4 {
    display:none;
}

.benefits-seperator {
    display:none;
}

.details-section.hasnot360 {
    margin-top: -66px;
}

@media screen and (max-width: 768px) {
    .image-slider--container {
       /* margin-top: 81px; */
    }
}


@media screen and (max-width: 1024px)  and (min-width: 768px) {
    .hero-unit .article-view .extended-buy {
        top: 410px;
    }
}

@media screen and (max-width: 1023px)  and (min-width: 768px) {
    .comfort .mobile-slider .col-6-l, .security .mobile-slider .col-6-l {
        width:46%;
    }
    .comfort .mobile-slider .inner-scroll-container > div, .security .mobile-slider .inner-scroll-container > div {
        min-height:320px;
    }
}


@media screen and (max-width: 768px) and (min-width: 768px) {
    .hero-unit .article-view {
        margin-top:64px;
    }
    .hero-unit .article-view .extended-buy {
        top:349px;
    }
}


@media screen and (max-width: 1200px)  and (min-width: 768px) {
    .image-slider--dots {
        top: 16.825rem;
    }

    .breadcrumb,
    .has--menu-bottom-bar .breadcrumb,
    .has--usp-bar .breadcrumb {
        top: 135px;
    }

    .header-main .shop--navigation .navigation--entry.entry--notepad.is--in-use, .header-main .shop--navigation .navigation--entry.entry--cart.is--in-use {
        margin-top:42px;
    }

    .buybox-form .mobile-image {
        display:none;
    }

    .buy-primary-information {
        max-width:55%;
        float:left;
    }
    .product--buybox.block {
        float:right;
        max-width:44%;
    }
    .hero-unit .article-view .select-field select {
        width:100%;
    }
    .buybox-form .mobile-price {
        margin-left:0px;
    }
    .detail-brother-article {
        float:inherit;
    }

    .product--buybox.block .grid-container {
        display:none;
    }

    .hero-unit > .grid-container > .grid-row:first-of-type {
        padding-bottom: 320px;
    }
}

@media screen and (max-width: 768px) and (min-width: 768px) {
    .image-slider--dots {
        top: -0.3875rem;
    }
    .hero-unit > .grid-container > .grid-row:first-of-type {
        padding-bottom: 220px;
    }
}

.hero-unit .article-view {
    background-position-x: -100px;
}

.img-container img.icon-img {
    max-width: 30%;
    position: absolute;
    right: 6px;
    bottom: 6px;
}
/*
@media screen and (max-width: 1200px) {
    .image-slider--item.stage-image .image--element {
        width: 100%;
        min-height: 100%;
        height: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: -50%;
        margin-top: 75px;
    }

    .image-slider--item.stage-image .image--element .image--media img {
        height: auto;
    }
}*/

.img-container.has-no-image {
    min-height: 200px;
}

.img-container.has-no-image img.icon-img  {
    width: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 45px;
    bottom: auto;
}


@media screen and (max-width: 1200px) and (min-width: 600px) {
    .image-slider--item.stage-image .image--element {
        width: 100%;
        background-size: cover;
        background-position: center;
    }

    .image-slider--item.stage-image .image--element img {
        display: none;
    }
}

.image-slider--thumbnails .thumbnail--image.sensus-video {
    margin-top: 20px;
}

.image--gallery .image-slider--thumbnails .thumbnail--image.sensus-video {
    margin-top: 0;
}

.article-sku {
    margin-top: 5px;
    display: block;
    clear: both;
}
/*
@media screen and (max-width: 768px) {
    .details-section .content .grid-row .grid-container .big-text {
        padding-right: 40px;
        word-break: break-word;
        height: 40px;
    }
}*/

    .details-section .content .grid-row .grid-container .lh55 > div.big-text {
        line-height: 25px;
    }

.product--buybox .buybox--button.is--successor:hover {
    border: 1px solid #dadae5;
}

@media screen and (min-width: 30em) {
    .product--buybox .buybox--button.is--successor {
        line-height: 38px;
        line-height: 2.375rem;
        width: 63%;
    }
}

@media (min-width: 768px) {
    .product--buybox .buybox--button.is--successor {
        line-height: 55px;
        text-transform: uppercase;
    }
}

.hero-unit .article-view .extended-buy {
    border: 1px solid #dadae5;
}

@media screen and (min-width: 1200px) {
    .image-slider--thumbnails {
        max-height: 614px;
    }
}

@media screen and (min-width: 1260px) {
    .image-slider--thumbnails {
        max-height: 614px;
    }
}

.article-view .image-slider--thumbnails .thumbnails--arrow.is--top, .article-view .image-slider--thumbnails .thumbnails--arrow.is--bottom {
    left: 24px;
}

@media (min-width: 1260px) {
    section.similar .teaser h2, section.also-bought .teaser h2 {
        font-size: 30px;
    }
    section.also-bought .teaser {
        max-width:1000px;
    }
    section.also-bought {
        margin-top: 100px;
    }

}



@media (min-width: 1024px) {
    .accordion {
        padding-left: 100px;
    }

    .accordion::before {
        position: absolute;
        left: 35px;
    }
}





.hero-unit .article-view .extended-buy {
    background: #FFFFFF !important;
}

.hero-unit .article-view .extended-buy,
.article-view .image-slider--thumbnails .thumbnail--link,
.content--wrapper section .img-container{
    border-radius: 0 !important;
}

.security .img-container,
.comfort .img-container {
    border: 1px solid #dadae5;
}

.review, .qanda, .details-section, .threesixty {
    padding: 30px 0px !important;
}

.comfort, .security {
    padding: 40px 0px !important;
}

.image-slider--item.remove-image {
    display: none;
}

@media screen and (max-width: 1200px) {
    .image-slider--item.remove-image {
        display: inline-block;
        background: transparent;
        width:0%;
    }

    .image-slider--item.remove-image .image--element {
        display: none;
    }
}


@media screen and (max-width: 1200px) and (min-width: 768px) {
    .buybox-form .buybox--button-container {
        bottom: 42px;
    }
}


@media screen and (min-width: 1820px) {
    .hero-unit .article-view {
        background-position-x: center;
    }
}

.buybox-link-content {
    padding: 10px;
}

.buybox--link-title {
    margin-bottom: 10px;
}

@media screen and (min-width: 78.75em) {
    a.buybox--button.block.btn.is--primary.is--center.is--large.is--notification {
        margin-left: 0;
    }
}

.details-section .grid-row .col-12.center {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.details-section .grid-row .col-12.center .grid-container {
    margin-right: auto;
    margin-left: auto;
}

.product--price .price--discount-icon {
    padding: 6px 7px 6px 7px;
    padding: .375rem .4375rem .375rem .4375rem;
    margin: 0px 5px 0px 5px;
    margin: 0rem .3125rem 0rem .3125rem;
    font-size: 13px;
    font-size: .8125rem;
    border-radius: 3px;
    border-radius: .1875rem;
    display: inline-block;
    position: relative;
    background: #e74c3c;
    color: #fff;
    text-align: center;
    font-weight: 700;
    vertical-align: top;
}

.laststock-hint {
    color: #feb60c;
    font-weight:bold
}

.laststock-hint i {
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

p.product--tax, p.laststock-hint {
    margin-bottom: 10px;
}


@media screen and (max-width: 500px) {
    .hero-unit .mobile-price .product--tax {
        margin-left: 140px;
    }
}

.page-wrap {
    overflow-x: hidden;
}

section.similar .content, section.also-bought .content {
    /* display:none; */
}

.backgroundimgcontainer {
    position: absolute !important;
    width: 100vw;
    max-height: 100%;
    overflow: hidden;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .backgroundimgcontainer {
        max-height:66%;
    }
}

@media screen and (max-width: 768px) {
    .backgroundimgcontainer {
        max-height: 44%;
    }
}

@media screen and (min-width: 768px) {
    section.similar .content, section.also-bought .content {
        display:block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .backgroundimgcontainer {
        max-height: 57%;
    }

    .breadcrumb .content--breadcrumb.container {
        margin-top: 25px;
    }

    .buybox-form .mobile-price {
        margin-left: calc(-280px + 70%);
    }

    .article-sku {
        float: right;
        margin-top: -17px;
        margin-bottom: 22px;
    }
}

@media screen and (min-width: 768.1px) and (max-width: 1199px) {
    .image-slider--container {
        margin-top: -71px;
    }

    .buybox-form .mobile-price {
        width: 250px;
        margin-top: -23px;
        margin-left: calc(-305px + 70%);
    }

    .sticky-buybox .col-left .image img {
        max-height: 70px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1120px) {
    .buybox-form .mobile-price {
        margin-left: calc(-320px + 70%);
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .buybox-form .mobile-price {
        width: 250px;
        margin-top: -36px;
        margin-left: calc(100% - 250px);
    }

    .buybox-form .buybox--button-container {
        bottom:20px;
    }

    .article-sku {
        margin-top: 43px;
        margin-bottom: 0px;
    }

}

.sticky-buybox .product--tax {
    font-size: 8px;
}

@media screen and (min-width: 1200px) {
    .sticky-buybox .product--tax {
        font-size:11px;
    }
}

@media screen and (max-width: 768px) {
    .product--detail-upper .product--buybox {
        margin-top:-30px;
    }

    .sticky-buybox .product--tax {
        overflow: visible;
        width: 100vw;
        float: none;
        clear: both;
        font-size: 10px;
    }

    .menu-bottom-bar .container {
        position: fixed;
        top: 74px;
        z-index: 2999;
        background-color: #009ee3;
    }
}

.hero-unit .article-view {
    background-image:none;
}

.dvsn-cart-cross-selling .basket--quantity {
    display:none;
}

.is--inactive-container a.buybox--button.block.btn.is--primary.is--center.is--large {
    margin-left: 0;
}

section.test_rating {
    background-color:#494b32;
    text-align:center;
    min-height:auto;
    position: relative;
}

.test_rating .rating_container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 5px;
}

.test_rating .rating_title {
    font-size: 20px;
    text-transform: uppercase;
    font-color: #fff;
    color: #fff;
    font-weight: bold;
}

.rating_summary {
    color:#d89e49;
    height: 133px;
    width: 186px;
    float: right;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.rating_summary_text {
    -moz-transform: rotate(-8.5deg);
    -ms-transform: rotate(-8.5deg);
    -o-transform: rotate(-8.5deg);
    -webkit-transform: rotate(-8.5deg);
    transform: rotate(-8.5deg);
    margin-top: 88px;
    font-weight: bold;
    font-size: 16px;
}

.tested_by {
    font-size: 41px;
    font-weight: bold;
    text-transform: uppercase;
    color: #d89e49;
    max-width: 600px;
    text-align: left;
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.rating_vote {
    width:574px;
    margin-left:1%;
    margin-right:1%;
    float:left;
    text-align:center;
}

.rating_title {
    font-size:14px;
}

.legend_mark {
    width:5px;
    height:5px;
    margin-left: auto;
    margin-right: auto;
}

.rating_graphs {
    height:200px;
}

.graph_legend {
    width: 276px;
    position: absolute;
    z-index: 5;
}

.graph_legend_item {
    width: auto;
    float: right;
    font-weight: bold;
    font-size: 10px;
    padding: 0px 3px;
}

.graph_row {
    width:16%; float:left; text-align: center;
}

.graph_grade {
    height: 150px;
    text-align: center;
    width:100%;
    border-bottom:2px solid #000;
    position: relative;
}

.rating_grade {
    color:#000;
    font-size:13px;

}

.graph_wide {
    width:40%;
    background-color: #fff;
    height: 1%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 1px;
    left: 30%;
}

.rating_rating {
    color:#d89e49;
    font-weight:bold;
    font-size:14px;
    margin-bottom: 15px;
}

.graph_small {
    width:10%;
    bottom:0px;
    position: absolute;
}

.graph_small:nth-child(2) {
    margin-left:10%;
}

.graph_small:nth-child(3) {
    margin-left:20%;
}

.graph_small:nth-child(4) {
    margin-left:30%;
}

.graph_small:nth-child(5) {
    margin-left:40%;
}

.graph_small:nth-child(6) {
    margin-left:50%;
}

.rating_expand {
    text-transform: uppercase;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
    cursor: pointer;
}

.rating_expanded {
    display:none;
}

.rating_vote img {
    max-width: 80px;
    height: 80px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.rating_headline {
    max-width:800px;
    margin-left: auto;
    margin-right: auto;
}

.test_rating:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    width: 0;
    height: 0;
    border-top: solid 30px #494b32;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
    z-index: 1;
}

.test_expanded:after {
    top:calc(100% - 30px);
    border-top: solid 30px #fff !important;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rating_expander {
    margin-left: auto;
    margin-right: auto;
    max-width: 18px;
    position: absolute;
    right: calc(50% - 9px);
    z-index: 9;
    padding-top: 1px;
    cursor:pointer;
}

.test_expanded .rating_expander {
    display:none;
}

@media screen and (max-width: 1200px) and (min-width:630px) {
    .rating_vote {
        margin-left: calc((100vw - 600px) / 2);
    }

    .rating_expanded .rating_vote:last-child {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 629px) {
    .rating_vote {
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-top: 15px;
        max-width: 90vw;
    }

}

@media screen and (max-width: 768px) {
    .rating_grade {
        font-size: 11px;
    }

    .rating_expanded {
        margin-bottom:30px;
    }
}

@media screen and (max-width: 850px) {
    .tested_by {
        max-width: calc(100vw - 300px);
        font-size: 30px;
        margin-left: 20px;
        padding-bottom: 10px;
    }

    .rating_summary {
        margin-right:40px;
        margin-left: 15px;
        font-size: 30px;
    }
}

@media screen and (max-width: 625px) {
    .tested_by {
        font-size:24px;
        line-height:33px;
        padding-bottom: 10px;
    }
}

.made-in-europe-banner {
    background: #002b55;
    color: #fff;
    width: 100vw;
    padding-top: 60px;
    padding-bottom: 60px;
}

.made-in-europe-banner .container {
    background: transparent;
}

.made-in-europe-banner::after {
    content: '';
    display: block;
    clear: both;
}

.made-in-europe-banner .col-left {
    float: left;
    width: 40%;
}

.made-in-europe-banner .col-left img {
    max-height: 300px;
}

.made-in-europe-banner .col-right {
    float: right;
    width: 55%;
    text-transform: uppercase;
    text-align: right;
}

.made-in-europe-banner .col-right .intro {
    font-size: 60px;
    font-weight: bold;
    line-height: 60px;
}

.made-in-europe-banner .col-right .made-in-europe-button {
    border: 1px solid #fff;
    padding: 5px 40px;
    color: #fff;
    background: transparent;
    font-weight: bold;
    margin-top: 40px;
    display: inline-block;
    font-size: 23px;
}

@media screen and (max-width: 1150px) {
    .made-in-europe-banner .col-left,
    .made-in-europe-banner .col-right,
    .made-in-europe-banner .intro {
        float: none;
        width: 100%;
        padding: 10px;
        text-align: center;
        font-size: 40px !important;
        line-height: 40px !important;
    }

    .made-in-europe-banner .col-left img {
        margin: 0 auto;
    }
}

.dvsn-cart-cross-selling .box--slider .product--title {
    height: auto;
}

.is--ctl-checkout .ajax--cart .dvsn-cart-cross-selling .product--box {
    min-height: auto;
}

.sticky-buybox .buybox--quantity {
    width: 65.2%;
    margin-top: 0px;
    float: right;
}

.extended-buy .buybox--quantity {
    width:100%;
    float:none;
}

.extended-buy .buybox--quantity .select-field {
    max-width: 100%;
}

@media screen and (min-width: 1260px) {
    .similar {
        padding: 35px 0px 5px 0px;
    }
}

.youtube-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
}

@media screen and (max-width: 768px) and (min-width: 768px) {
    .product--buybox .product--configurator {
        margin-top: 25px;
    }
}


.mixmatch-slider .product--box {
    width: 100% !important;
}

.mixmatch-slider .product--box .box--content {
    padding: 0;
    border: 0;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .mixmatch-slider .box--basic .product--info {
        min-height: 160px;
    }
}

.mixmatch-slider .box--basic .product--image {
    width: 100%;
    height: auto;
}

.mixmatch-slider .safetyclass_mobile,
.mixmatch-slider .product--box .product--price-info {
    display: none;
}

.mixmatch .product-slider--arrow.arrow--next {
    border: none;
    background: url('https://www.haix.de/custom/plugins/SensusABTesting/Resources/views/frontend/_public/img/haix/left-chevron.png') no-repeat center left;
    background-size: contain;
    margin-top: -20px;
}

.mixmatch .product-slider--arrow.arrow--next:before {
    display: none;
}

.mixmatch .product-slider--arrow.arrow--prev {
    border: none;
    background: url('https://www.haix.de/custom/plugins/SensusABTesting/Resources/views/frontend/_public/img/haix/right-chevron.png') no-repeat center right;
    background-size: contain;
    margin-top: -20px;
}

.mixmatch .product-slider--arrow.arrow--prev:before {
    display: none;
}

.mixmatch .product-slider {
    z-index: 9;
}

@media screen and (max-width: 768px) {
    .mixmatch {
        padding-top: 50px;
    }

    .mixmatch-teaser_image {
        display: none;
    }

    .quick-view .product--image-container {
        top: auto;
        position: static;
        height: auto;
    }

    .quick-view .image-slider--item .image--media img {
        width: 100%;
        height: auto;
    }

    .quick-view .buybox--button-container {
        float: none;
        width: 100%;
    }

    .quick-view .product--buybox .buybox--button {
        width: 100% !important;
    }
}



@media screen and (max-width: 1200px) {
    .mixmatch .product-slider--arrow.arrow--next {
        right: -15px;
        margin-top: -30px;
    }
    .mixmatch .product-slider--arrow.arrow--prev {
        left: -15px;
        margin-top: -30px;
    }

    .mixmatch {
        padding-top: 50px;
    }

    .mixmatch-teaser_image {
        display: none;
    }

    .mixmatch .product-slider {
        left: -5px;
    }

    .quick-view .product--image-container {
        top: auto;
        position: static;
        height: auto;
    }

    .quick-view .image-slider--item .image--media img {
        width: 100%;
        height: auto;
    }

    .quick-view .buybox--button-container {
        float: none;
        width: 100%;
    }

    .quick-view .product--buybox .buybox--button {
        width: 100% !important;
    }

    .quick-view .image-slider--container {
        height: 200px;
    }
    .quick-view  .product--detail-upper .product--buybox {
        margin-top: 0;
    }

    .quick-view .product--details .product--buybox .content--discount .price--line {
        position: static !important;
        margin-top: 0 !important;
    }

    section.mixmatch .content {
        width: 85%;
    }
}

.quick-view .product--image-container,
.quick-view .image-slider--container{
    display: block;
}


.quick-view .image-slider--item .image--element{
    display: inline-block;
}

.mixmatch .accordion {
    color: #012C57 !important;
    font-size: 18px;
    font-weight: bold;
}

.mixmatch .panel {
    padding: 0;
    width: 87%;
    margin: 0 auto;
    overflow: visible;
    border-bottom: none;
}

section.mixmatch {
    min-height: auto;
}

.quick-view .product--arguments {
    display: none;
}

.quick-view .modal--close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.quick-view--view .view--content .buy-btn--cart-text {
    display: inline !important;
}

.quick-view--view .view--content .buybox--button-container .icon--basket {
    display: none !important;
}


@media screen and (min-width: 1200px) {
    .backgroundimgcontainer {
        width: 90%;
    }

    .hero-unit .article-view .extended-buy {
        width: 40%;
        top: auto;
        right: -60%;
        bottom: 0;
        height: inherit;
        padding-top: 40px;
        z-index: 9;
        border: 0;
    }

    .hero-unit .article-view .extended-buy .buy-primary-information,
    .hero-unit .article-view .extended-buy .product--buybox {
        max-width: 550px;
    }
}

@media (min-width: 1260px) {
    .hero-unit .article-view {
        height: 680px;
    }

    .image-slider--thumbnails {
        max-height: 620px;
    }
}