#amazon-add-cart-button-0 {
    margin: auto;
}

#modalBody {
    height: 700px;
    width: 100%;
}

#page-body .basket-item-container .basket-item .basket-item-container-right {
    display: block;
    margin-left: auto;
}

#page-body .basket-item-container .basket-item .basket-item-container-right.preview {
    display: none;
}

#registration .modal-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    position: relative;
}

#registration .modal-footer {
    -ms-flex-align: center;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    align-items: center;
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: flex-end;
    padding: 1rem;
}

#registration .row {
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

#thumb-carousel .owl-item {
    height: 120px;
    overflow: hidden;
}

/* ========================================
   SAUBERE OWL CAROUSEL LÖSUNG
   ======================================== */

/* 1. Verhindere dass Ceres Loading Animation (120px) das Carousel beeinflusst */
.page-singleitem .single-carousel.owl-carousel {
    min-height: 0 !important; /* Überschreibt loading-animation height: 120px */
}

/* 2. Setze korrekte Container-Höhen für Single Item Carousel */
.page-singleitem .single-carousel.owl-carousel .owl-stage-outer {
    /* Lasse AutoHeight funktionieren, aber setze sinnvolle Mindesthöhe */
    min-height: 300px !important;
}

/* 3. Stelle sicher, dass Image Container korrekte Proportionen haben */
.page-singleitem .single-carousel.owl-carousel .owl-item {
    min-height: 300px;
}

#thumb-carousel .owl-stage {
    display: flex;
}

#thumb-carousel,
.owl-thumbs.owl-carousel {
    margin-top: 24px !important;
}

#vue-app {
    overflow: hidden;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.a-twitter {
    background-color: #1b95e0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    height: 20px;
    padding: 1px 8px 1px 6px;
    position: relative;
}

.add-item button {
    margin: 0 5px !important;
}

.add-to-basket-container {
    display: flex;
}

.add-to-basket-container .quantity-input-container {
    margin-right: 15px;
}

.add-to-basket-container > button {
    color: #000;
    font-size: 1.3rem;
    height: 100%;
    padding: 0.5rem 1rem;
}

.add-to-wish-list.active i {
    color: #d9534f !important;
}

.amazon-add-cart-button {
    margin-left: 0 !important;
    margin-top: 15px;
    text-align: left;
    width: 50% !important;
}

.amazonpay-button-view1 {
    width: 100%;
}

.availability.badge {
    position: static;
}

.availability_1 {
    background-color: #28a745;
    color: #fff;
}

.badge, .tag {
    border-radius: .1rem;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1.5;
    padding: .25em .4em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.badge-bundle {
    display: none !important;
}

.badge-primary, .tag-primary {
    background-color: #ebae00;
    color: #fff;
}

.badge-success, .tag-success {
    /*background-color: #28a745; <--- Barrierefreiheit */
    background-color: #1e7e34;
    color: #ffffff;
}

.cmp-product-thumb .special-tags .special-tag, .cmp-product-thumb .special-tags .tag, .cmp-product-thumb .special-tags .badge, .cmp-product-thumb .special-tags .tag {
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
    display: block;
    font-size: .9rem;
    font-weight: 300;
    left: 0;
    margin-bottom: 5px;
    padding: .3em .5em .2rem;
    position: static;
}

.basket-item-container {
    overflow: hidden;
    position: relative;
}

.basket-item-container .basket-item {
    display: flex;
}

.basket-item-container .basket-item .basket-item-container-right {
    display: none;
    margin-left: auto;
}

.basket-item-container .basket-item .basket-item-container-right .item-remove-container {
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: right;
}

.basket-item-container .basket-item .basket-item-container-right .item-remove-container>.item-remove-button {
    background: none;
    border: none;
    color: #dc3545;
    cursor: pointer;
    padding: 0;
}

.basket-item-container .basket-item .basket-item-container-right .item-remove-container>.item-remove-button:hover {
    box-shadow: none;
}

.basket-item-container .basket-item .basket-item-container-right .item-total-price {
    font-weight: 700;
    font-size: 1.3rem;
    text-align: center;
    white-space: nowrap;
    color: #000;
    line-height: 1.2;
}

.basket-item-container .basket-item .basket-item-container-right .price-box {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.basket-item-container .basket-item .basket-item-container-right .qty-box-container {
    margin: 0 0 0 10px;
}

.basket-item-container .basket-item .basket-item-container-right .qty-box-container .qty-box {
    margin: 0 0 5px auto;
}

.basket-item-container .basket-item .basket-item-container-right .qty-box-container .qty-box .qty-input {
    color: black;
    margin-left: auto;
}

.basket-item-container .basket-item .basket-item-container-right.preview {
    display: block;
}

.basket-item-container .basket-item .image-container {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    width: 75px;
}

.basket-item-container .basket-item .meta-container-wrapper {
    min-width: 0;
    width: 100%;
}

.basket-item-container .basket-item .meta-container-wrapper .meta-container-wrapper-inner {
    display: flex;
}

.basket-item-container .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container {
    display: flex;
    min-width: 0;
    width: 100%;
}

.basket-item-container .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container .item-name {
    font-weight: 700;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.basket-item-container .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container>div {
    position: relative;
    width: 100%;
}

.basket-item-container.basket-small:not(:first-child) {
    padding-top: 10px;
}

.basket-item-container.basket-small:not(:last-child) {
    padding-bottom: 10px;
}

.basket-preview {
    -ms-flex-flow: column nowrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: flex;
    flex-flow: column nowrap;
}

.basket-preview .basket-preview-content {
    -ms-flex: 1;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
}

.basket-preview .list {
    -ms-flex: 1 1 auto;
    -ms-flex-flow: column nowrap;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    display: flex;
    flex: 1 1 auto;
    flex-flow: column nowrap;
    overflow: auto;
}

.basket-preview .totals dd, .basket-preview .totals dt {
    margin-bottom: 0;
}

.bg-primary {
    background-color: #008ebd !important;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: rgba(0,0,0,0.25);
    top: 0;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 .5rem .5rem .5rem;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    border-bottom: 1px solid #f7f7f7;
    content: "";
    display: block;
    left: 50%;
    margin-left: -.5rem;
    position: absolute;
    top: 0;
    width: 1rem;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    height: 1rem;
    margin: .2rem 0;
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-left-color: #fff;
    right: 1px;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    border-left-color: rgba(0,0,0,0.25);
    right: 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: .5rem 0 .5rem .5rem;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem;
}

.btn {
    line-height: 1.1;
    padding: .5rem 1rem;
}

.btn.btn-medium {
    min-width: 10rem;
}

.btn.btn-remove-address {
    background-color: #dc3545;
    color: #fff;
    margin-right: -5px;
}

.btn>.fa {
    float: right;
}

.btn>span+.fa {
    margin-left: 5px;
    margin-top: 1px;
}

.card, .cmp-address-list .items>div:first-child {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid #fbba00;
    border-radius: .1rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
}

.card-header h5 {
    padding-left: 1.25em;
}

.carousel-control {
    display: none;
}

.categoryView .thumb-content .row.f-area {
    margin-top: 20px;
}

.cmp {
    position: relative;
}

.cmp-address-list .add-item {
    position: absolute;
}

.cmp-address-list .dropdown-menu {
    border: 1px solid #dcdbd8;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.cmp-address-list .item {
    border-bottom: 1px solid #dcdbd8;
    padding: 0;
    position: relative;
}

.cmp-address-list .item input {
    display: none;
}

.cmp-address-list .item input:checked+.item-inner {
    -webkit-box-shadow: inset 0 0 0 0.1rem #ebae00;
    background-color: #d9edf7;
    box-shadow: inset 0 0 0 0.1rem #ebae00;
    color: #000;
}

.cmp-address-list .item-content {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    display: inline-block;
    flex: 1 1 auto;
    width: 100%;
}

.cmp-address-list .item-content strong, .cmp-address-list .item-content span {
    display: block;
}

.cmp-address-list .item-edit .btn {
    height: 2.2rem;
    padding-right: 9px;
    width: 2.2rem;
}

.cmp-address-list .item-edit .fa {
    -webkit-transition: all .2s ease-in-out;
    color: #fff;
    margin-top: 1px;
    transition: all .2s ease-in-out;
}

.cmp-address-list .item-inner {
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    padding: 1em;
}

.cmp-address-list .item-remove .btn {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    height: 2.2rem;
    padding-right: 11px;
    width: 2.2rem;
}

.cmp-address-list .item:last-of-type {
    border-bottom: none;
}

.cmp-address-list .items>div:first-child {
    margin-bottom: 0;
}

.cmp-address-list ul {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    list-style: none;
    margin: 0;
    max-height: 500px;
    overflow-x: none;
    overflow-y: auto;
    padding: 0;
    width: 100%;
}

.cmp-contact {
    margin-left: 20px;
    margin-right: 20px;
}

.cmp-method-list .method-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.cmp-method-list .method-list-item .content {
    padding-left: .5rem;
    width: calc( 100% - 3.5rem);
}

.cmp-method-list .method-list-item .content, .cmp-method-list .method-list-item .icon {
    display: inline-block;
    vertical-align: middle;
}

.cmp-method-list .method-list-item input {
    display: none;
    transition: box-shadow 2s, -webkit-box-shadow 2s;
}

.cmp-method-list .method-list-item input:checked+label, .cmp-method-list .method-list-item input:checked+.label {
    box-shadow: inset 0 0 0 0.1rem #ebae00;
}

.cmp-method-list .method-list-item label, .cmp-method-list .method-list-item .label {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #dcdbd8;
    border-radius: .1rem;
    cursor: pointer;
    display: flex;
    height: 5rem;
    margin-bottom: 0;
    overflow: hidden;
    padding: .5em;
    width: 100%;
}

.cmp-method-list.list .content {
    padding-left: .5rem;
    position: relative;
    width: calc( 100% - 4rem);
}

.cmp-method-list.list .icon {
    width: 4rem;
}

.cmp-paginator {
    float: right;
    line-height: 1;
    min-height: calc(1rem + 1rem + 2px);
}

.cmp-product-thumb {
    background-color: #fff;
    margin-bottom: 15px;
    overflow: hidden;
    padding: .8rem;
    width: 100%;
}

.cmp-product-thumb .add-to-basket-lg-container {
    -webkit-transform: rotate(360deg);
    -webkit-transition: 300ms ease-out;
    border-color: transparent #F7F7F9 transparent transparent;
    border-style: solid;
    border-width: 0px 70px 70px 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    transition: 300ms ease-out;
    z-index: 99;
}

.cmp-product-thumb .add-to-basket-lg-container:hover {
    border-color: transparent #ebae00 transparent transparent;
}

.cmp-product-thumb .add-to-basket-lg-container:hover>i {
    color: #fff;
}

.cmp-product-thumb .add-to-basket-lg-container>i {
    -webkit-transition: 300ms ease-out;
    position: absolute;
    right: -56px;
    top: 11px;
    transition: 300ms ease-out;
}

.cmp-product-thumb .category-list-view-port {
    display: none;
}

.cmp-product-thumb .main-image {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff;
    display: flex;
    overflow: hidden;
    position: absolute;
}

.cmp-product-thumb .main-image .owl-carousel {
    height: 100%;
    margin: auto;
    width: 100%;
}

.cmp-product-thumb .main-image .owl-carousel .owl-stage-outer {
    height: 100%;
}

.cmp-product-thumb .main-image .owl-carousel .owl-stage-outer .owl-stage {
    height: 100%;
}

.cmp-product-thumb .main-image .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
    margin-right: 10px;
    width: 260px;
}

.cmp-product-thumb .main-image .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.cmp-product-thumb .main-image>noscript, .cmp-product-thumb .main-image a>img {
    bottom: -9999px;
    height: auto;
    left: -9999px;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: -9999px;
    top: -9999px;
    width: auto;
}

.cmp-product-thumb .price {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
    margin-left: auto;
    min-height: 21px;
}

.cmp-product-thumb .price-view-port {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0;
}

.cmp-product-thumb .prices {
    text-align: right;
}

.cmp-product-thumb .special-tags {
    bottom: auto;
    left: 0;
    padding: .5rem;
    position: absolute;
    right: auto;
    top: 0;
    z-index: 100;
}

.cmp-product-thumb .thumb-background {
    -webkit-box-shadow: 0 0 0 0 transparent;
    -webkit-transform: scaleX(1) scaleY(1);
    -webkit-transform-origin: top right;
    -webkit-transition: all 200ms ease-in-out;
    background-color: #fff;
    border: 1px solid transparent;
    bottom: -2px;
    box-shadow: 0 0 0 0 transparent;
    display: block;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    transform: scaleX(1) scaleY(1);
    transform-origin: top right;
    transition: all 200ms ease-in-out;
}

.cmp-product-thumb .thumb-content {
    -webkit-transition: all 200ms ease-in-out;
    background-color: #fff;
    display: inline-block;
    height: auto;
    margin: 0;
    margin-left: -.3em;
    padding: .8rem;
    position: relative;
    transition: all 200ms ease-in-out;
    vertical-align: top;
    width: 100%;
}

.cmp-product-thumb .thumb-image {
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.cmp-product-thumb .thumb-inner {
    -webkit-transition: all 400ms;
    height: 100%;
    position: relative;
    transition: all 400ms;
}

.cmp-product-thumb .thumb-meta {
    margin-top: .5rem;
    text-align: left;
}

.cmp-product-thumb .thumb-title {
    color: #4b4d4d;
    display: block;
    font-weight: 400;
    line-height: 1.5em;
    min-height: 32px;
    position: relative;
    text-align: left;
    font-size: 100%;
}

.cmp-totals dd {
    text-align: right;
    width: 30%;
}

.cmp-totals dt {
    width: 70%;
}

.cmp-totals dt, .cmp-totals dd {
    display: inline-block;
    vertical-align: top;
}

.cmp::before {
    -webkit-transition: opacity 300ms, width 0ms 310ms, height 0ms 310ms;
    background-color: rgba(0,0,0,0.6);
    content: "";
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 300ms, width 0ms 310ms, height 0ms 310ms;
    width: 0;
    z-index: 1080;
}

.component-loading:before {
    -webkit-transition: opacity .1s ease-out;
    background: #f7f7f9;
    border-radius: 1px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .1s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}

.container-max {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: auto;
}

.crossprice {
    color: red;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.custom-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
    background-color: #fff;
    border: 0px solid rgba(0,0,0,0.15);
    border-radius: .1rem;
    color: #495057;
    display: inline-block;
    font-weight: 400;
    height: auto;
    line-height: 1.2;
    padding: .8rem 2rem .8rem 1rem;
    vertical-align: middle;
    width: 100%;
}

.d-none {
    display: none !important;
}

.display-flex {
    display: flex;
}

.dropdown-menu .basket-item-container .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container .item-name {
    color: white;
}

.dropdown-menu .input-unit input[type],
.dropdown-menu .input-unit textarea,
.dropdown-menu .input-unit input:not([type="checkbox"]),
.dropdown-menu .input-unit input:not([type="radio"]),
.dropdown-menu .input-unit .input-unit-preview {
    line-height: inherit!important;
    padding: 6px 12px;
}

.dropdown-menu .input-unit.form-group {
    border: none;
}

.dropdown-menu.show {
    display: block;
    z-index: 9999;
}

.dropdown-toggle::after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
}

.f-area {
    bottom: 12px;
    position: absolute;
    width: 100%;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%;
}

.footer-legal-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-legal-list li {
    margin-right: 10px;
    position: relative;
}

.footer-legal-list li:not(:last-child)::after {
    content: "|";
    margin-left: 10px;
}

.form-check {
    display: block;
    margin-bottom: .75rem;
    padding-left: 1.25rem;
    position: relative;
    transition: all .3s ease;
}

.form-check-input {
    margin-left: -1.25rem;
    margin-top: .2rem;
    position: absolute;
}

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

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

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

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-cog:before {
    content: "\e019";
}

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

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

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

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

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

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-eject:before {
    content: "\e078";
}

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

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

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

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

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-film:before {
    content: "\e009";
}

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

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-font:before {
    content: "\e047";
}

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

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-glass:before {
    content: "\e001";
}

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

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-heart:before {
    content: "\e005";
}

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

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

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

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-link:before {
    content: "\e144";
}

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

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

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

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

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

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-oil:before {
    content: "\e238";
}

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

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

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

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-queen:before {
    content: "\e212";
}

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

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-share:before {
    content: "\e066";
}

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

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

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

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

.glyphicon-stats:before {
    content: "\e185";
}

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

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

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-th-large:before {
    content: "\e010";
}

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

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

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

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

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-transfer:before {
    content: "\e178";
}

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

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-usd:before {
    content: "\e148";
}

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

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

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

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.grecaptcha-badge {
}

.grid-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.grid-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 15px 0;
    min-height: 340px;
    padding: 20px;
    position: relative;
}

.h1 {
    font-size: 2rem;
}

.icon .square-inner img {
    width: 100%;
}

.img-basket-small {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.img-fluid {
    height: auto;
    max-width: 100%;
}

.input-group {
    -ms-flex-align: stretch;
    -ms-flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.input-group>.form-control, .input-group>.form-control-plaintext, .input-group>.custom-select, .input-group>.custom-file {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    margin-bottom: 0;
    position: relative;
    width: 1%;
}

.input-group>.form-control:not(:last-child), .input-group>.custom-select:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-unit {
    width: 100%;
}

.input-unit.form-group {
    border: 1px solid #dcdbd8;
    border-radius: .1rem;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.input-unit.textarea {
    border: 1px solid #dcdbd8;
    border-radius: .1rem;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.input-unit.textarea textarea {
    resize: none;
    width: 100%;
}

.invoice-addresses-select .item-controls .item-edit button span, .shipping-addresses-select .item-controls .item-edit button span {
    display: none;
}

.invoice-addresses-select .item-controls .item-edit button, .shipping-addresses-select .item-controls .item-edit button {
    min-width: inherit;
}

.isBasketPreview > .dropdown-menu {
    text-align: left;
    width: 30em;
}

.isLogin .dropdown-menu input:-moz-autofill {
    background-color: #fff !important;
    color: #333 !important;
}

.isLogin .dropdown-menu input:-webkit-autofill,
.isLogin .dropdown-menu input:-webkit-autofill:hover,
.isLogin .dropdown-menu input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    -webkit-text-fill-color: #333 !important;
    background-color: #fff !important;
}

.isLogin .dropdown-menu input:focus,
.isLogin .dropdown-menu input[type="email"]:focus,
.isLogin .dropdown-menu input[type="password"]:focus {
    position: relative;
    z-index: 1001;
}

.isLogin .dropdown-menu:has(input:focus),
.isLogin .dropdown-menu:has(input[type="email"]:focus),
.isLogin .dropdown-menu:has(input[type="password"]:focus) {
    display: block;
    opacity: 1;
    visibility: visible;
}

.isLogin .dropdown.open > .dropdown-menu,
.isLogin .dropdown.show > .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.isLogin .dropdown:focus-within > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.lb-cancel {
    background: url(../images/loading.gif) no-repeat;
    display: block;
    height: 32px;
    margin: 0 auto;
    width: 32px;
}

.lb-container {
    padding: 4px;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
}

.lb-loader {
    height: 25%;
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 43%;
    width: 100%;
}

.lb-nav {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.lb-nav a {
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
    outline: none;
}

.lb-nav a.lb-prev {
    float: left;
    left: 0;
    width: 50%;
}

.lb-outerContainer {
    background-color: white;
    height: 250px;
    margin: 0 auto;
    position: relative;
    width: 250px;
}

.lb-prev, .lb-next {
    cursor: pointer;
    display: block;
    height: 100%;
}

.lightbox {
    font-weight: normal;
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10000;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
}

.lightboxOverlay {
    background-color: black;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 9999;
}

.list-controls {
    position: relative;
}

.list-controls .list-controls-inner {
    background: #efefef;
    padding: 0.5em;
}

.list-controls .list-sort, .list-controls .list-itemsperpage {
    display: block;
    padding: 0.5em;
}

.login-pwd-reset {
    width: 350px;
}

.login-pwd-reset .input-unit+.error-msg {
    color: #d9534f;
    display: none;
    font-size: 12px;
    margin-bottom: 10px;
}

.login-pwd-reset .input-unit.error+.error-msg {
    display: block;
}

.main-header .container-max {
    padding-left: 0;
    padding-right: 0;
}

.mainNavigation .nav > li > a {
    padding: 0 15px;
}

.mb-3, .m-b-1, .my-3, .m-y-1 {
    margin-bottom: 1rem !important;
}

.mb-5, .m-b-3, .my-5, .m-y-3 {
    margin-bottom: 3rem !important;
}

.message__background {
    background: #ffffff !important;
}

.message__logo-container {
    display: none !important;
}

.message__messaging {
    color: black !important;
}

.ml-0, .m-l-0, .mx-0, .m-x-0 {
    margin-left: 0 !important;
}

.modal-body .embed-responsive {
    height: 700px;
    width: 100%;
}

.modal-body input[name="username"] {
    display: none;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3, .m-t-1, .my-3, .m-y-1 {
    margin-top: 1rem !important;
}

.mt-5, .m-t-3, .my-5, .m-y-3 {
    margin-top: 3rem !important;
}

.navbar .isLogin .dropdown:focus-within > .dropdown-menu {
    display: block;
    opacity: 1;
    position: absolute;
    visibility: visible;
    z-index: 1000;
}

.navigation-visible .navigation-overlay, body.aside-visible .aside-overlay {
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    height: 0 !important;
    opacity: 0.5;
}

.no-touch .navbar .nav > li.dropdown.isLogin:hover > ul {
    display: none !important;
}

.no-touch .navbar .nav > li.dropdown:hover > ul,
.no-touch .navbar .nav > li.dropdown:hover > #login-change > div > ul,
.no-touch .navbar .navbar-information .nav > li.dropdown.open > ul {
    display: block !important;
}

.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    display: none;
    position: relative;
    width: 100%;
    z-index: 1;
}

.owl-carousel .disabled {
    display: none;
}

.owl-carousel .owl-dots {
    display: block;
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    float: left;
    min-height: 120px;
    position: relative;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
}

.owl-carousel .owl-item img {
    border: 1px solid #dedede;
    border-radius: 10px 10px 0 0;
    display: block;
    object-fit: contain;
    vertical-align: middle;
    width: 100%;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    user-select: none;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled, .owl-carousel .owl-single-item-nav.disabled {
    display: none;
}

.owl-carousel .owl-stage {
    -ms-touch-action: pan-Y;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    -webkit-transform: translate3d(0px, 0px, 0px);
    overflow: hidden;
    position: relative;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-theme .owl-dots {
    -webkit-tap-highlight-color: transparent;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot {
    display: none;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    background: #D6D6D6;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease;
    width: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-thumbs .owl-item .prop-1-1 {
    align-items: center !important;
    background: #fff !important;
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 12px !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04) !important;
    display: flex !important;
    height: 100px !important;
    justify-content: center !important;
    margin: 0 8px !important;
    max-height: 75px !important;
    max-width: 75px !important;
    min-height: 75px !important;
    min-width: 75px !important;
    overflow: hidden !important;
    position: relative !important;
    width: 7em !important;
}

.owl-thumbs .owl-item .prop-1-1 img {
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
    display: block !important;
    height: 90% !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    width: 7em !important;
}

.owl-thumbs .owl-item .prop-1-1::before,
.owl-thumbs .owl-item .prop-1-1::after,
.owl-thumbs .owl-item .prop-1-1 svg {
    content: none !important;
    display: none !important;
}

.owl-thumbs .owl-thumb {
    -o-object-fit: contain;
    background: #fff;
    border: 1px solid transparent;
    display: inline-block;
    height: 8em;
    margin: .5rem .5rem 0 0;
    object-fit: contain;
    vertical-align: middle;
    width: 8em;
}

.owl-thumbs .owl-thumb.active, .owl-thumbs .owl-thumb:hover {
    border: 1px solid #ebae00;
    cursor: pointer;
}

.page-category-content #page-body ul li {
    color: #000;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.8px;
    line-height: 27px;
}

.page-category-item .filter-wrapper {
    display: none;
}

.page-content {
    padding-top: 1rem;
}

.page-content.basket {
    color: #282d2f;
    margin-top: 30px;
    padding-bottom: 30px;
}

.page-content.basket, .page-content.checkout, .page-content.contact, .page-content.myaccount {
    color: #282d2f;
    margin-top: 30px;
    padding-bottom: 30px;
}

.page-item.active .page-link {
    background-color: #ebae00;
    border-color: #ebae00;
    color: #fff;
    z-index: 1;
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: #6c757d;
    cursor: auto;
    pointer-events: none;
}

.page-item:first-child .page-link {
    border-bottom-left-radius: .1rem;
    border-top-left-radius: .1rem;
    margin-left: 0;
}

.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #ebae00;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
    position: relative;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-singleitem .quantity-input-container .qty-btn {
    border: none;
    display: block;
    margin: 0;
    padding: 1px 6px;
}

.page-singleitem .quantity-input-container .qty-btn:active {
    box-shadow: inherit;
}

.page-singleitem .quantity-input-container .qty-btn:focus {
    outline: inherit;
}

.pagination {
    border-radius: .1rem;
    display: flex;
    list-style: none;
    padding-left: 0;
}

.pagination>li {
    cursor: pointer;
}

.paypalSmartButtons {
    border: 0 !important;
    display: flex !important;
    height: auto !important;
    margin-bottom: 15px;
    margin-left: auto !important;
    padding: 0;
}

.paypalSmartButtons > div {
    margin: 10px 0 0 !important;
}

.paypalSmartButtons > div:first-child {
    margin-left: 0 !important;
    margin-right: 10px !important;
}

.paypalSmartButtons > div:not(:only-child):last-child {
    margin-left: 10px !important;
    margin-right: 0 !important;
}

.pl-0 {
    padding-left: 0!important;
}

.pl-3, .p-l-1, .px-3, .p-x-1 {
    padding-left: 1rem !important;
}

.popover {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: .2rem;
    display: block;
    font-family: Custom-Font,Helvetica,Arial,sans-serif;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: 276px;
    position: absolute;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: break-word;
    z-index: 99999;
}

.popover .arrow {
    display: block;
    height: .5rem;
    margin: 0 .2rem;
    position: absolute;
    width: 1rem;
}

.popover .arrow::before, .popover .arrow::after {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute;
}

.popover-body {
    color: #212529;
    padding: .5rem .75rem;
}

.popover-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.2rem - 1px);
    border-top-right-radius: calc(.2rem - 1px);
    color: inherit;
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 0;
    padding: .5rem .75rem;
}

.position-relative {
    position: relative !important;
}

.product-list {
    -ms-flex-flow: row wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    display: flex;
    flex-flow: row wrap;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
}

.pt-4, .p-t-2, .py-4, .p-y-2 {
    padding-top: 1.5rem !important;
}

.qty-box {
    display: flex;
    height: 41px;
    width: fit-content;
}

.qty-box .qty-btn-container {
    background: #f4f4f4;
    border: 1px solid #dcdbd8;
    border-left: none;
    border-radius: 0 .1rem .1rem 0;
    overflow: hidden;
    position: relative;
    width: 25px;
}

.qty-box .qty-btn-container .qty-btn {
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.26, 1);
    border-radius: .1rem;
    color: black;
    cursor: pointer;
    height: calc(50% - .5px);
    text-align: center;
    transition: all 0.2s cubic-bezier(0, 0, 0.26, 1);
    width: 100%;
}

.qty-box .qty-btn-container .qty-btn.disabled {
    cursor: not-allowed;
    opacity: .5;
}

.qty-box .qty-input {
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.26, 1);
    border: 1px solid #dcdbd8;
    border-radius: .1rem 0 0 .1rem;
    height: 100%;
    outline: none;
    padding: 0;
    text-align: center;
    transition: all 0.2s cubic-bezier(0, 0, 0.26, 1);
    width: 48px;
}

.recommend-twitter i {
    background: transparent 0 0 no-repeat;
    background-color: #1b95e0;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
    display: inline-block;
    height: 14px;
    position: relative;
    top: 2px;
    width: 14px;
}

.single #single-carousel {
    background: #fff;
}

.single .price {
    display: block;
    font-weight: bold;
}

.single-carousel .owl-item {
    align-items: flex-start !important;
    height: 100%;
    position: relative;
}

.single-carousel .owl-item .prop-1-1 {
    align-items: flex-start;
    display: flex;
    height: auto;
    justify-content: center;
    overflow: visible;
    padding-bottom: 0;
    position: relative;
    width: 100%;
}

.single-carousel .owl-item .prop-1-1 a {
    align-items: flex-start;
    display: flex;
    height: auto;
    justify-content: center;
    position: static;
    width: 100%;
}

.single-carousel .owl-item .prop-1-1 img {
    display: block;
    height: auto !important;
    margin: 0 !important;
    max-height: 400px !important;
    max-width: 100%;
    object-fit: contain !important;
    position: static;
    width: 100% !important;
}

.single-carousel .owl-item .prop-1-1,
.single-carousel .owl-item .prop-1-1 a {
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

.social-list .btn>.fa {
    float: left;
    margin-top: 2px;
}

.social-list .fb_iframe_widget iframe {
    width: 120px !important;
}

.social-list .fb_iframe_widget span {
    margin: -5px;
    width: 130px !important;
}

.square-container {
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.square-container .square-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.square-inner.main-image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.submenu {
    display: none;
}

.swiper-container {
    height: 390px;
}

.swiper-slide .slide-text.container {
    height: 390px;
}

.swiper-slide .slide-text.container .pdt-price {
    font-size: 26px;
}

.swiper-slide .slide-text.container .pdt-price .uvp {
    display: block;
    font-size: 85%;
}

.swiper-slide .slide-text.container .slidedetails h3 {
    font-size: 21px;
}

.swiper-slide .slide-text.container .slidedetails h4 {
    font-size: 18px;
}

.swiper-slide > img {
    width: 100%;
}

.tab-pane ul li {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.text-muted {
    color: #6c757d !important;
}

.touch .navbar .nav > li.dropdown.isLogin.open > ul {
    display: none !important;
}

.touch .navbar .nav > li.dropdown.open > ul {
    display: block !important;
}

.ueber-images {
    margin: 15px;
    width: 100%;
}

.wish-list-item {
    border-bottom: 1px solid #dcdbd8;
    overflow: hidden;
    padding: 10px 0px;
}

.wish-list-item>div.row {
    display: flex;
    height: 100px;
}

.wish-list-item>div.row .wish-list-availability.availability_1 {
    background-color: inherit;
    color: #28a745;
}

.wish-list-item>div.row .wish-list-image-container {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.wish-list-item>div.row .wish-list-image-container a>img {
    bottom: -9999px;
    height: auto;
    left: -9999px;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: -9999px;
    top: -9999px;
    width: auto;
}

.wish-list-item>div.row>.wish-list-container {
    display: flex;
}

.wish-list-item>div.row>.wish-list-container>.wish-list-price {
    font-size: 1.4em;
}

.wish-list-item>div.row>.wish-list-container>.wish-list-remove {
    -webkit-transition: color .2s ease-in-out;
    color: #b2b1a7;
    cursor: pointer;
    display: flex;
    font-size: 1.5rem;
    margin-left: auto;
    transition: color .2s ease-in-out;
}

.wish-list-item>div.row>.wish-list-texts {
    -ms-flex-item-align: center;
    align-self: center;
}

.wish-list-name {
    font-size: 1.15rem;
    line-height: inherit;
}

.wrapper-right .wrapper-inner, body>#vue-error .wrapper-right .wrapper-inner {
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
}

dd {
    margin-left: 0;
}

div.amazonpay-button-container {
    max-width: none !important;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
}

script, script2 {
    color: #fff !important;
    display: none !important;
    opacity: 0 !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .cmp-product-thumb .price {
        font-size: 20px;
    }
    .swiper-slide .slide-text.container .pdt-price {
        font-size: 15px;
    }
    .swiper-slide .slide-text.container .slidedetails h3 {
        font-size: 19px;
        line-height: 22px;
    }
    .swiper-slide .slide-text.container .slidedetails h4 {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 1600px) and (min-width: 1200px) {
    .swiper-slide .slide-text.container .pdt-price {
        font-size: 15px;
    }
    .swiper-slide .slide-text.container .slidedetails h3 {
        font-size: 19px;
        line-height: 22px;
    }
    .swiper-slide .slide-text.container .slidedetails h4 {
        font-size: 14px;
    }
}

@media (max-width: 767px) and (min-width: 320px) {
    .swiper-slide .slide-text.container .pdt-price {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .itemBoxInner-pdng .row.f-area {
        position: static;
    }
    .responsive {
        padding: 0;
    }
    .slider-caption {
        margin: 0;
        right: 0;
        width: 100%;
    }
    .swiper-slide .slide-text.container .slidedetails h3 span {
        line-height: 20px;
    }
    .swiper-slide .slide-text.container .slidedetails h4 {
        line-height: 20px;
    }
}

@media (max-width: 991px) {
    .hamburger-mobile {
        max-width: 100%;
    }
    .payicon a img {
        max-width: 84px;
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    .cmp-product-thumb .price {
        font-size: 16px;
        line-height: inherit;
    }
    .item-details-btn a {
        font-size: 12px;
    }
    .swiper-slide .slide-text.container .pdt-price {
        font-size: 15px;
    }
    .swiper-slide .slide-text.container .slidedetails h3 {
        font-size: 17px;
        line-height: 20px;
    }
    .swiper-slide .slide-text.container .slidedetails h4 {
        font-size: 11px;
        line-height: 13px;
    }
}

@media (max-width: 992px) {
    .nav-main .nav > li > #login-change > div a {
        color: black;
    }
    .nav-main .nav > li > #login-change > div a .linktxt {
        color: white;
    }
}

@media (min-width: 1600px) {
    .swiper-slide .slide-text.container .pdt-price {
        position: inherit;
    }
}

@media (min-width: 576px) {
    .cmp-address-list .add-item {
        right: 1em;
        top: 1em;
    }
    .cmp-product-thumb {
        border: 1px solid #cdcdcd;
        border-radius: 10px;
        margin-bottom: 30px;
        padding: 0;
    }
    .cmp-product-thumb .img-fluid {
        transition: transform 0.4s cubic-bezier(0, 0, 0.26, 1),opacity 0.3s cubic-bezier(0, 0, 0.26, 1),-webkit-transform 0.3s cubic-bezier(0, 0, 0.26, 1);
    }
    .cmp-product-thumb:hover {
        z-index: 1000;
    }
    .cmp-product-thumb:hover .img-fluid {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    .list-controls .list-sort, .list-controls .list-itemsperpage {
        display: inline-block;
    }
    .main .basket .basket-item-container .basket-item-container-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
    }
    .main .basket .basket-item-container .basket-item-container-right .qty-box-container {
        margin-right: 0;
        flex-shrink: 0;
    }
    .product-list li {
        display: flex;
    }
    .product-list.grid li {
        -webkit-box-shadow: none;
        box-shadow: none;
        display: flex;
    }
}

@media (min-width: 768px) {
    .cmp-address-list .item-inner .item-controls {
        width: 80px;
    }
    .cmp-address-list .items {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }
    .cmp-method-list .method-list {
        -ms-flex-flow: row wrap;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        display: flex;
        flex-flow: row wrap;
    }
    .cmp-method-list.list .method-list-item {
        -ms-flex-flow: row nowrap;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        display: flex;
        flex-flow: row nowrap;
        width: 100%;
    }
    .d-md-none {
        display: none !important;
    }
    .isContact a .glyphicon {
        margin-top: 10px !important;
    }
    .mainmenu {
        margin-top: 20px;
    }
    .product-list.grid li {
        display: flex;
    }
}

@media (min-width: 992px) {
    .control-wish-list > a > span, .control-wish-list > a > i {
        padding-top: 10px;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .product-list.grid li {
        display: flex;
    }
}

#ts_product_sticker_container {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e9ecef;
}

#ts_product_sticker_container:empty {
    display: none;
}

#product-reviews .mt-4 h5 {
    color: #333;
    font-weight: 600;
    margin-bottom: 1rem;
}

/* TrustedShops Reviews Styling */
#ts_product_sticker {
    border-radius: 4px;
    overflow: hidden;
}

/* Feedback Container Styling */
.feedback-container {
    padding: 0 1rem;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
    #ts_product_sticker_container {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    #product-reviews .mt-4 h5 {
        font-size: 1.1rem;
    }
}

/* Bild-Rendering Fixes für SingleItemView */
.page-singleitem .item-image-carousel {
    width: 100%;
    height: auto;
}

.page-singleitem .owl-carousel .owl-item img {
    width: 100%;
    height: auto;
    display: block;
}

.page-singleitem .carousel-inner img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Fix für Thumbnail-Carousel */
.page-singleitem #thumb-carousel img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Vue-Komponenten Container Stabilisierung */
.feedback-container,
[class*="ts-product"] {
    min-height: 1px; /* Verhindert Layout-Shift */
}

/* Verhindert halbe Bilddarstellung */
.page-singleitem .single-item-image,
.page-singleitem .item-details-image {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
}

/* 4. Fixe Aspect-Ratio für Produktbilder - ersetzt fehlerhafte prop-1-1 Logik */
.page-singleitem .single-carousel.owl-carousel .prop-1-1 {
    position: relative;
    width: 100%;
    height: 400px !important; /* Feste, angemessene Höhe statt problematischem padding-bottom */
    padding-bottom: 0 !important; /* Deaktiviere Ceres prop-1-1 padding-bottom Berechnung */
    overflow: hidden;
}

/* 5. Optimierte Bilddarstellung in Single Carousel */
.page-singleitem .single-carousel.owl-carousel .prop-1-1 picture,
.page-singleitem .single-carousel.owl-carousel .prop-1-1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain; /* Behält Aspect Ratio bei, zeigt komplettes Bild */
}

.text_underline {
    display: inline;
    background-image: linear-gradient(#fbba00, #fbba00);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding-bottom: 0px; /* optionaler Abstand */
}
.text_dotted_underline {
    display: inline;
    background-image: radial-gradient(#fbba00 1.5px, transparent 1.5px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
    background-position: 0 100%;
    padding-bottom: 4px; /* optionaler Abstand */
}

/* ===========================
   HORIZONTALE QUANTITY INPUT KOMPONENTE - CSS OVERRIDE
   Überschreibt das Ceres Vue Layout für bessere Touch-Targets
   =========================== */

/* Basis Layout Override - von vertikal zu horizontal */
.qty-box,
.qty-box-horizontal {
    display: grid !important;
    grid-template-columns: 44px 60px 44px !important;
    grid-template-areas: "minus input plus" !important;
    align-items: center !important;
    height: 44px !important;
    width: 148px !important;
    border: 1px solid #dcdbd8 !important;
    border-radius: 0.25rem !important;
    overflow: hidden !important;
    background: #fff !important;
    box-shadow: none !important;
    position: relative !important;
}

/* Input-Field Anpassungen - in der Mitte */
.qty-box .qty-input,
.qty-box-horizontal .qty-input {
    grid-area: input !important;
    width: 60px !important;
    max-width: 60px !important;
    height: 44px !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 4px !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    background-color: #fff !important;
    color: #212529 !important;
    outline: none !important;
    box-shadow: none !important;
    transition: background-color 0.2s ease-in-out !important;
    margin: 0 !important;
    border-left: 1px solid #dcdbd8 !important;
    border-right: 1px solid #dcdbd8 !important;
}

.qty-box .qty-input:focus,
.qty-box-horizontal .qty-input:focus {
    background-color: #f8f9fa !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Button Styles - größere Touch-Targets für horizontales Layout */
.qty-box-horizontal .qty-btn,
.qty-box-horizontal .qty-btn-minus,
.qty-box-horizontal .qty-btn-plus {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 44px !important;
    min-height: 44px !important;
    width: 44px !important;
    height: 44px !important;
    background-color: #f8f9fa !important;
    border: none !important;
    border-radius: 0 !important;
    color: #495057 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    position: static !important;
    top: auto !important;
    bottom: auto !important;
}

/* Plus Button (rechts) */
.qty-box-horizontal .qty-btn-plus {
    grid-area: plus !important;
    border-radius: 0 0.25rem 0.25rem 0 !important;
}

/* Minus Button (links) */
.qty-box-horizontal .qty-btn-minus {
    grid-area: minus !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

/* Button Hover States für horizontales Layout */
.qty-box-horizontal .qty-btn:hover:not(.disabled),
.qty-box-horizontal .qty-btn-minus:hover:not(.disabled),
.qty-box-horizontal .qty-btn-plus:hover:not(.disabled) {
    background-color: #e9ecef !important;
    color: #212529 !important;
}

.qty-box-horizontal .qty-btn:active:not(.disabled),
.qty-box-horizontal .qty-btn-minus:active:not(.disabled),
.qty-box-horizontal .qty-btn-plus:active:not(.disabled) {
    background-color: #dee2e6 !important;
    transform: scale(0.98) !important;
}

.qty-box-horizontal .qty-btn:focus:not(.disabled),
.qty-box-horizontal .qty-btn-minus:focus:not(.disabled),
.qty-box-horizontal .qty-btn-plus:focus:not(.disabled) {
    background-color: #e9ecef !important;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25) !important;
    outline: none !important;
}

/* Disabled State für horizontales Layout */
.qty-box-horizontal .qty-btn.disabled,
.qty-box-horizontal .qty-btn-minus.disabled,
.qty-box-horizontal .qty-btn-plus.disabled {
    background-color: #f8f9fa !important;
    color: #adb5bd !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

/* Button Container - für vertikales Layout (Standard Ceres) */
.qty-box .qty-btn-container {
    display: contents !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    position: static !important;
    overflow: visible !important;
}

/* Button Styles - größere Touch-Targets für vertikales Layout */
.qty-box .qty-btn-container .qty-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 44px !important;
    min-height: 44px !important;
    width: 44px !important;
    height: 44px !important;
    background-color: #f8f9fa !important;
    border: none !important;
    border-radius: 0 !important;
    color: #495057 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    position: static !important;
    top: auto !important;
    bottom: auto !important;
}

/* Plus Button (erster Button im DOM) - soll rechts stehen */
.qty-box .qty-btn-container .qty-btn:first-child {
    grid-area: plus !important;
    border-radius: 0 0.25rem 0.25rem 0 !important;
}

/* Minus Button (zweiter Button im DOM) - soll links stehen */
.qty-box .qty-btn-container .qty-btn:last-child {
    grid-area: minus !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

/* Button Hover States für vertikales Layout */
.qty-box .qty-btn-container .qty-btn:hover:not(.disabled) {
    background-color: #e9ecef !important;
    color: #212529 !important;
}

.qty-box .qty-btn-container .qty-btn:active:not(.disabled) {
    background-color: #dee2e6 !important;
    transform: scale(0.98) !important;
}

.qty-box .qty-btn-container .qty-btn:focus:not(.disabled) {
    background-color: #e9ecef !important;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25) !important;
    outline: none !important;
}

/* Disabled State für vertikales Layout */
.qty-box .qty-btn-container .qty-btn.disabled {
    background-color: #f8f9fa !important;
    color: #adb5bd !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

/* Mobile Optimierungen */
@media (max-width: 768px) {
    .qty-box,
    .qty-box-horizontal {
        grid-template-columns: 48px 1fr 48px !important;
        height: 48px !important;
    }

    .qty-box .qty-btn-container .qty-btn,
    .qty-box-horizontal .qty-btn,
    .qty-box-horizontal .qty-btn-minus,
    .qty-box-horizontal .qty-btn-plus {
        min-width: 48px !important;
        min-height: 48px !important;
        width: 48px !important;
        height: 48px !important;
        font-size: 18px !important;
    }

    .qty-box .qty-input,
    .qty-box-horizontal .qty-input {
        height: 48px !important;
        font-size: 18px !important;
    }
}

/* Accessibility Verbesserungen */
@media (prefers-reduced-motion: reduce) {
    .qty-box .qty-btn-container .qty-btn,
    .qty-box-horizontal .qty-btn,
    .qty-box-horizontal .qty-btn-minus,
    .qty-box-horizontal .qty-btn-plus {
        transition: none !important;
    }

    .qty-box .qty-btn-container .qty-btn:active:not(.disabled),
    .qty-box-horizontal .qty-btn:active:not(.disabled),
    .qty-box-horizontal .qty-btn-minus:active:not(.disabled),
    .qty-box-horizontal .qty-btn-plus:active:not(.disabled) {
        transform: none !important;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .qty-box,
    .qty-box-horizontal {
        border: 2px solid #000 !important;
    }

    .qty-box .qty-btn-container .qty-btn,
    .qty-box-horizontal .qty-btn,
    .qty-box-horizontal .qty-btn-minus,
    .qty-box-horizontal .qty-btn-plus {
        border: 1px solid #000 !important;
    }

    .qty-box .qty-btn-container .qty-btn:focus:not(.disabled),
    .qty-box-horizontal .qty-btn:focus:not(.disabled),
    .qty-box-horizontal .qty-btn-minus:focus:not(.disabled),
    .qty-box-horizontal .qty-btn-plus:focus:not(.disabled) {
        box-shadow: 0 0 0 3px #ffbf47 !important;
    }
}

/* Spezielle Container Anpassungen */
.add-to-basket-container .qty-box,
.add-to-basket-container .qty-box-horizontal {
    margin-right: 8px;
}

.single-rightside .add-to-basket-container .qty-box,
.single-rightside .add-to-basket-container .qty-box-horizontal {
    margin-bottom: 12px;
}

/* Fix für Icons in den Buttons */
.qty-box .qty-btn-container .qty-btn .fa,
.qty-box-horizontal .qty-btn .fa,
.qty-box-horizontal .qty-btn-minus .fa,
.qty-box-horizontal .qty-btn-plus .fa {
    margin: 0 !important;
    line-height: 1 !important;
}

/* ===========================
   ACCESSIBILITY FIXES - KONTRAST
   Besserer Kontrast für WCAG 2.1 AA Compliance
   =========================== */

/* Login-Formular - besserer Kontrast für Labels und Inputs */
.container-max.login .input-unit label,
.container-max.login .input-unit .input-unit-label,
.loginForm label,
.login-pwd-reset label,
label[for*="email"],
label[for*="password"] {
    color: #212529 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

/* Login Input-Felder - besserer Kontrast */
.container-max.login .input-unit input[type="email"],
.container-max.login .input-unit input[type="password"],
.container-max.login .input-unit input[type="text"],
.loginForm input[type="email"],
.loginForm input[type="password"],
.login-pwd-reset input[type="email"],
.login-pwd-reset input[type="password"],
input[id*="email"],
input[id*="password"] {
    color: #212529 !important;
    background-color: #ffffff !important;
    border: 2px solid #495057 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

/* Focus States für bessere Sichtbarkeit - CI-konform */
.container-max.login .input-unit input[type="email"]:focus,
.container-max.login .input-unit input[type="password"]:focus,
.container-max.login .input-unit input[type="text"]:focus,
.loginForm input[type="email"]:focus,
.loginForm input[type="password"]:focus,
.login-pwd-reset input[type="email"]:focus,
.login-pwd-reset input[type="password"]:focus,
input[id*="email"]:focus,
input[id*="password"]:focus {
    border-color: #fbba00 !important;
    outline: 2px solid #fbba00 !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 3px rgba(251, 186, 0, 0.25) !important;
}

/* Placeholder Text - besserer Kontrast */
.container-max.login .input-unit input::placeholder,
.loginForm input::placeholder,
.login-pwd-reset input::placeholder {
    color: #6c757d !important;
    opacity: 1 !important;
}

/* Error States - besserer Kontrast */
.container-max.login .input-unit.has-error label,
.loginForm .has-error label,
.login-pwd-reset .input-unit.has-error label {
    color: #dc3545 !important;
    font-weight: 700 !important;
}

.container-max.login .input-unit.has-error input,
.loginForm .has-error input,
.login-pwd-reset .input-unit.has-error input {
    border-color: #dc3545 !important;
    color: #212529 !important;
}

/* Login Buttons - CI-konform gelb mit schwarzer Schrift */
.container-max.login button[type="submit"],
.loginForm .btn,
.login-pwd-reset .btn {
    background-color: #fbba00 !important;
    border-color: #fbba00 !important;
    color: #000000 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.container-max.login button[type="submit"]:hover,
.loginForm .btn:hover,
.login-pwd-reset .btn:hover {
    background-color: #ebae00 !important;
    border-color: #ebae00 !important;
    color: #000000 !important;
}

/* Links in Login-Bereich - CI-konform */
.container-max.login a,
.loginForm a,
.login-pwd-reset a,
.small.text-appearance {
    color: #000000;
    text-decoration: none;
    border-bottom: 2px solid var(--ci-yellow);
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.container-max.login a:hover,
.loginForm a:hover,
.login-pwd-reset a:hover,
.small.text-appearance:hover {
    color: #000000;
    text-decoration: none;
    border-bottom-color: var(--ci-yellow-hover);
    transform: translateY(-1px);
}

/* ===========================
   GLOBALE BUTTON CI-KONFORMITÄT
   Alle Buttons auf Corporate Yellow umgestellt
   =========================== */

/* Primäre Buttons - CI Yellow */
/* Alte Button-Regeln entfernt - siehe Corporate Identity Sektion oben */

/* ===========================
   WARENKORB LAYOUT VERBESSERUNGEN
   Größere Preise und bessere Ausrichtung
   =========================== */

/* Verbesserte Ausrichtung für Warenkorb Items */
.basket-item-container .basket-item .basket-item-container-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
}

/* Basket Preview - Preis weiß */
.cmp-basket-preview-list .basket-item-container .item-total-price {
    color: #ffffff !important;
    font-size: 1.3rem;
    font-weight: 600;
}

/* Normaler Warenkorb - Preis bleibt dunkel */
.page-content.basket .basket-item-container .item-total-price {
    color: #212529;
    font-size: 1.3rem;
    font-weight: 600;
}

/* Responsive Anpassungen für mobile Geräte */
@media (max-width: 767px) {
    .basket-item-container .basket-item .basket-item-container-right {
        flex-direction: column !important;
        align-items: center !important;
        gap: 0.5rem !important;
    }

    .basket-item-container .basket-item .basket-item-container-right .qty-box-container {
        margin-right: 0 !important;
        align-self: center;
    }

    .basket-item-container .basket-item .basket-item-container-right .price-box {
        align-items: center !important;
        margin-left: 0 !important;
    }

    .basket-item-container .basket-item .basket-item-container-right .item-total-price {
        font-size: 1.1rem !important;
        text-align: center !important;
    }
}

/* ===========================
   TOUCH-TARGET FIXES FÜR PRODUKTLISTE
   Vergrößert kleine Berührungszielbereiche
   =========================== */

/* Sortierung Select - größeres Touch-Target */
#article-order-select,
.ArticleOrderSelect,
select.form-control {
    min-height: 44px !important;
    padding: 8px 12px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

/* Pagination Links - größere Touch-Targets */
.page-link {
    min-height: 44px !important;
    min-width: 44px !important;
    padding: 8px 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
}

/* Navigation und Kategorie Links - NUR für Seitennavigation */
.subnavigationPanel .treeLink,
.subnavigationPanel .navigationTree a {
    min-height: 44px !important;
    padding: 8px 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
}

/* List-Controls Links - vorsichtiger Ansatz */
.list-controls a:not(.hidden-xs):not(.hidden-sm):not(.hidden-md):not(.hidden-lg) {
    min-height: 44px !important;
    padding: 8px 12px !important;
}

/* Fix für openCloseToggle Positionierung - NUR für Seitennavigation */
.subnavigationPanel .navigationTree li {
    position: relative !important;
}

.subnavigationPanel .openCloseToggle {
    position: absolute !important;
    display: block !important;
    z-index: 1 !important;
    top: 8px !important;
    height: 24px !important;
    left: 0 !important;
    width: 18px !important;
}

/* Hauptnavigation - openCloseToggle verstecken */
.mainNavigation .openCloseToggle {
    display: none !important;
}

/* Filter Toggle Button */
.filter-toggle {
    min-height: 44px !important;
    min-width: 44px !important;
    padding: 8px 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Mobile Optimierungen für Touch-Targets */
@media (max-width: 768px) {
    #article-order-select,
    .ArticleOrderSelect,
    select.form-control {
        min-height: 48px !important;
        font-size: 18px !important;
    }

    .page-link {
        min-height: 48px !important;
        min-width: 48px !important;
        font-size: 18px !important;
    }

    .subnavigationPanel .treeLink,
    .subnavigationPanel .navigationTree a {
        min-height: 48px !important;
        font-size: 18px !important;
    }

    .filter-toggle {
        min-height: 48px !important;
        min-width: 48px !important;
    }
}

/* Hover States für bessere UX */
.page-link:hover:not(.disabled),
.treeLink:hover,
.filter-toggle:hover {
    background-color: #f8f9fa !important;
    text-decoration: none !important;
}

/* Focus States für Accessibility */
.page-link:focus,
.treeLink:focus,
.filter-toggle:focus,
#article-order-select:focus {
    outline: 2px solid #007bff !important;
    outline-offset: 2px !important;
}

/* ===========================
   CORPORATE IDENTITY - BUTTONS
   Elegante Lösung ohne !important Overkill
   =========================== */

/* CSS Custom Properties für CI Farben */
:root {
    --ci-yellow: #fbba00;
    --ci-yellow-hover: #ebae00;
    --ci-yellow-active: #d9a300;
    --ci-text: #000000;
    --danger-color: #dc3545;
    --danger-hover: #c82333;
}

/* Corporate Identity - Nur für spezifische Bereiche */
.btn-primary,
.add-to-basket-container .btn,
.checkout .btn:not(.btn-danger):not(.btn-warning),
.basket .btn:not(.item-remove-button):not(.btn-danger) {
    background-color: var(--ci-yellow);
    border-color: var(--ci-yellow);
    color: var(--ci-text);
    transition: all 0.3s ease;
}

/* Hover - nur für CI Buttons */
.btn-primary:hover,
.add-to-basket-container .btn:hover,
.checkout .btn:not(.btn-danger):not(.btn-warning):hover,
.basket .btn:not(.item-remove-button):not(.btn-danger):hover {
    background-color: var(--ci-yellow-hover);
    border-color: var(--ci-yellow-hover);
    color: var(--ci-text);
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Focus - sanfter Ansatz */
.btn-primary:focus,
button[type="submit"]:focus {
    outline: 2px solid var(--ci-yellow);
    outline-offset: 2px;
}

/* Active */
.btn-primary:active,
button[type="submit"]:active {
    background-color: var(--ci-yellow-active);
    transform: translateY(0);
}

/* Sekundäre Buttons */
.btn-secondary,
.btn-outline-primary {
    background-color: transparent;
    border: 2px solid var(--ci-yellow);
    color: var(--ci-yellow);
    font-weight: 600;
}

.btn-secondary:hover,
.btn-outline-primary:hover {
    background-color: var(--ci-yellow);
    color: var(--ci-text);
}

/* Danger Buttons behalten rote Farbe */
.btn-danger,
.btn-warning {
    background-color: var(--danger-color);
    border-color: var(--danger-color);
    color: white;
}

.btn-danger:hover,
.btn-warning:hover {
    background-color: var(--danger-hover);
    border-color: var(--danger-hover);
}

/* ===========================
   AUSNAHMEN - Spezielle Cases
   =========================== */

/* PayPal-Buttons komplett ausschließen */
.paypalSmartButtons,
.paypalSmartButtons *,
[class*="paypal"],
[id*="paypal"] {
    all: revert;
    background-color: transparent !important;
}

/* Löschen-Buttons - sauberer Ansatz */
.item-remove-button {
    background: white;
    border: 1px solid #e9ecef;
    color: var(--danger-color);
    font-weight: 600;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
}

.item-remove-button:hover {
    background: #f8f9fa;
    color: var(--danger-hover);
    border-color: var(--danger-color);
}

.item-remove-button:focus {
    outline: 2px solid var(--danger-color);
    outline-offset: 2px;
}
