@font-face {
    font-family: 'stmmhaus-icons';
    font-style: normal;
    font-weight: normal;
    src:
            url('fonts/stmmhaus-icons.woff2') format('woff2');
            url('fonts/stmmhaus-icons.ttf') format('truetype'),
            url('fonts/stmmhaus-icons.woff') format('woff'),
            url('fonts/stmmhaus-icons.svg') format('svg');
    font-display: block;
}
@media (min-width: 768px) {
    .ds-product-images {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(45% - 1rem);
        flex: 0 0 calc(45% - 1rem);
        max-width: calc(45% - 1rem);
    }
    .ds-product-main {
        -ms-flex: 0 0 calc(55% - .5rem);
        flex: 0 0 calc(55% - .5rem);
        max-width: calc(55% - .5rem);
    }
}
.payment-method-check-item label {
    flex-wrap: wrap;
}
.payment-method-check-item #paypal_message {
    width: 100%;
    margin-top: 12px;
}
.policy-cookie-settings {
    bottom: 24px;
    border-radius: 0.5em;
    left: 2.5rem;
    transform: translateY(0px);
    padding: 0.4em;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: box-shadow 0.6s ease-in-out;
    background-color: #fff;
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    display: flex;
    flex-wrap: nowrap;
    z-index: 9999;
}
.policy-cookie-settings img{
    vertical-align: baseline;
    max-height: 30px;
    max-width: 30px;
    margin: 0 auto;
}

.policy-cookie-settings img{
    background-color: transparent;
    border: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 0;
    line-height: 0;
    margin: 0;
    box-shadow: none;
    min-width: 0;
}
.policy-cookie-settings button {
    background-color: transparent;
}
@media (max-width: 1540px) {
    .policy-cookie-settings {
        bottom: 84px;
        left: 1rem;
    }

}
@media (min-width: 1024px) and (max-width: 1540px) {
    #oct-policy{
        margin-left: 75px;
        margin-right: 75px;
    }
}
@media (min-width: 1540px) {
    #oct-policy{
        margin-left: 115px;
        margin-right: 115px;
    }
}
[class^='stmmhaus-icon-'], [class*=' stmmhaus-icon-'] {
    font-family: 'stmmhaus-icons' !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    speak: never;
    font-variant: normal;
    font-size: 18px;
}
.stmmhaus-icon-delivery:before {
    content: "\E916";
}
.usps-list {
    list-style: none;
    padding-left: 0!important;
}
.usps-list__item {
    position: relative;
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 10px;
}
.stmmhaus-icon-return:before {
    content: "\E934";
}
.stmmhaus-icon-box-packed:before {
    content: "\E907";
}
.usps-list__item.stock .usps-list__text span{
    color: #00881f;
}
.stmmhaus-icon-box-stock:before {
    content: '\E90e';
}
.product-discount-title, .ds-product-price-discount, .tax-details {
    color: var(--ds-secondary-text-color);
}
.ds-module-title {
    order: 1;
}
.ds-module-stock {
    order: 2;
}
.ds-module-rating {
    order: 3;
}
.ds-module-rating {
    order: 3;
}
.ds-module-price {
    order: 4;
}
.ds-module-cart {
    order: 6;
}
.ds-module-item .product-tax-note  {
    order: 5;
}
.ds-category-item-rating .product-discount {
    order: 4
}
.ds-category-item-rating .ds-module-rating  {
    order: 1
}
.ds-category-item-rating .ds-module-price {
    order: 2;
}
.ds-category-item-rating .product-tax-note {
    order: 3;
}