@import url('https://fonts.cdnfonts.com/css/helvetica-neue-5?styles=103510,103499,103502,103503'); /* https://www.cdnfonts.com/helvetica-neue-5.font */

:root {
    --default-font-stack: 'Helvetica Neue', sans-serif;
    --lightgray: #F5F5F2;
    --lightgreen: #E9ECE6; /*primary with 0.15 opacity */
    --darksandred: #D4CABE;
    --sandred: #F6F4F2; /* dark sand red with 0.2 opacity */
    --lightsandred: #E9E3DD;
}

/* Start - header / footer */
header {
    background-color: var(--lightgray);
    height: auto !important;
    margin-bottom:30px;
}

header,
footer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media (min-width: 576px) {
    header,
    footer {
        max-width: calc(540px - 15px - 15px);
    }
}

@media (min-width: 768px) {
    header,
    footer {
        max-width: calc(720px - 15px - 15px);
    }
}

@media (min-width: 992px) {
    header,
    footer {
        max-width: calc(960px - 15px - 15px);
    }
}

@media (min-width: 1200px) {
    header,
    footer {
        max-width: calc(1140px - 15px - 15px);
    }
}

@media (min-width: 1400px) {
    header,
    footer {
        max-width: calc(1320px - 15px - 15px);
    }
}

header .preheader-text {
    display: flex;
    justify-content: flex-end;
}

header .preheader-text > * {
    font-size:14px;
}

header .preheader-text > * + * {
    margin-left:30px;
}

header .preheader-text > * > a {
    font-size:inherit;
    font-weight:700;
}

header .preheader-text > * > a.active {
    color:var(--secondary);
}

header .header-top {
    padding: 15px 0;
}

header .header-mdl {
    padding: 15px 0px;
}

@media (min-width: 768px) {
    header .header-mdl .hm-inner {
        position:relative;
    }

    header .header-mdl .hm-inner .header-logo {
        position:absolute;
        left:-15px;
        bottom:0px;
    }
}

header .header-logo img {
    max-height: 70px;
    max-width: none;
}

header .header-form {
    margin-right:30px;
    max-width:450px;
}

header .header-form .search-box {
    border-color: white;
    color: var(--primary);
    height: 32px;
    padding: 0px;
    padding-left: 32px;
}

@media (max-width: 991px) {
    .header-form.search-open {
        z-index: 99;
    }

    header:has(.header-form.search-open) .custom-balken {
        opacity: 0;
    }

    header .navbar-toggler {
        display: none !important;
    }
}

header .header-form button {
    background: white;
    color: var(--primary);
    left: 0px;
    right: auto;
    padding: 0px;
    height: 32px;
    width: 32px;
}

header .user-icon span, header .favorites-icon span, header .comparisons-icon span, header .cart-icon span {
    background-color: var(--secondary);
}

header .custom-balken {
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    padding-bottom:15px;
}

header .custom-balken > div {
    background-color: var(--primary);
    border-left: 3px solid #000000;
    width: 85%;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    transform: skew(-15deg);
    margin-right: -15px; /* because of skew */
}

header .custom-balken > div > span {
    color: white;
    font-weight: 700;
    font-style: italic;
    height: 32px;
    line-height: 32px;
    transform: skew(15deg);
}

header .header_list li {
    margin-right:0px;
}

.header_list li:before {
    display:none;
}

footer section {
    padding-left:15px;
    padding-right:15px;
}

footer section article .title::before {
    height:1px;
    width:100%;
}

footer section article .title h2 {
    font-weight:300;
    font-size:var(--default-font-size);
    line-height:var(--default-line-height);
    margin-bottom: 18px;
}

footer section article .msw-richtext * {
    font-weight:700;
}

footer > *:last-child {
    background-color:var(--primary);
}

footer > *:last-child * {
    color:var(--lightgreen);
}

footer > *:last-child section {
    padding-top:15px;
    padding-bottom:15px;
}

footer > *:last-child section * {
    font-weight:300 !important;
}
/* End - header / footer */

/* Start - general */
.title h2 {
    font-weight:700;
    text-transform:none;
}

b, strong {
    font-weight: 700 !important;
}

section {
    padding: 30px 0px;
}

.msw-block-area + .msw-block-area {
    margin-top:30px;
}

.btn-primary,
.btn-secondary {
    border-radius: 0px !important;
    padding: 5px 10px;
}
/* End - general */

/* Start - msw-richtext widget */
.msw-richtext .rt-vsmallfs {
    font-size: 500%;
}
/* End - msw-richtext widget */

/* Start - navigation widget */
.msw-listnav ul {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.msw-listnav ul > li > a {
    background-color: var(--secondary);
    color:white;
    display:flex;
    height:100%;
    font-size: var(--default-h2-font-size);
    font-weight: 700;
    padding:0px 5px;
}

.msw-listnav ul > li.nav-active-path > a,
.msw-listnav ul > li.nav-active > a {
    background-color: var(--primary);
}

.msw-listnav ul > li > a::before {
    background-image: url(/indiv.ras1/Oxni/Assets/icons/oxni_bigarrow_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    content:'';
    color: white;
    display: inline-block;
    height:100%;
    width:30px;
    margin-right:5px;
}
/* End - navigation widget */

/* Start - breadcrumb > span */
.msw-breadcrumb {
    display: flex;
    flex-wrap:wrap;
    font-size: 150%;
    border-bottom: 2px solid var(--primary);
}
.msw-breadcrumb * {
    font-size:inherit;
}

.msw-breadcrumb > .bc-separator {
    margin: 0px 5px;
}

.msw-breadcrumb > *:nth-last-child(2) {
    font-weight:700;
}

.msw-breadcrumb > .eo-breadcrumb {
    display:none;
}
/* End - breadcrumb > span */

/* Start - filter widget */
.side-box  {
    margin-bottom:10px;
}

.side-box-title h6 {
    background-color: var(--lightgreen);
    border: 0px;
    color: var(--primary);
    text-transform: none;
    height: 32px;
    line-height: 32px;
    padding: 0px 10px;
    font-weight:700;
}

.chars-block .side-box-title.chars-title h6 i {
    color: var(--primary);
    display: block;
    top: 50%;
    right: 10px;
    height: 18px;
}

.chars-block .side-box-title.chars-title h6 i::before {
    content:'';
    display: block;
    background-size: contain;
    background-repeat:no-repeat;
    background-position:center center;
    height: 18px;
    width: 18px;
}

.chars-block .side-box-title.chars-title h6 i.down::before {
    background-image:url(/indiv.ras1/Oxni/Assets/icons/oxni_smallarrow_down.svg);
}

.chars-block .side-box-title.chars-title h6 i.up::before {
    background-image:url(/indiv.ras1/Oxni/Assets/icons/oxni_smallarrow_up.svg);
}

.quantity-box-detail ul li {
    border-bottom: 0px;
}

.quantity-box-detail ul li > div {
    align-items: center;
    display:flex;
    color: var(--primary);
    margin:5px 0px;
}

.quantity-box-detail ul li > div input[type=checkbox] {
    margin-right: 10px;
}

.quantity-box-detail ul li > div label {
    font-size: 87.5%;
    font-weight: 700;
    margin-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.quantity-box-detail ul li > div span {
    float: none;
    font-weight:400;
    font-size: 87.5%;
}

.tpl .mshop.charsearch .range-slider.with-histogram {
    background-color:var(--sandred);
}

.tpl .mshop.charsearch .range-slider > div > .possible-range, .tpl .mshop.charsearch .range-slider > div > .histogram-entry {
    background-color: var(--darksandred);
}

.tpl .mshop.charsearch .range-slider > div > .possible-range.inactive, .tpl .mshop.charsearch .range-slider > div > .histogram-entry.inactive {
    background-color: var(--lightsandred);
}

.tpl .mshop.charsearch .range-slider .filterslider__ui .filterslider__track {
    background: var(--darksandred);
}

.tpl .mshop.charsearch .range-slider .filterslider__ui .filterslider__activetrack {
    background: var(--darksandred);
}

.tpl .mshop.charsearch .range-slider .filterslider__ui .filterslider__handle {
    background: var(--darksandred);
    border-color:white;
}

.range-slider > div > .custom-from-value.text {
    border:0px;
    left:0px;
}

.range-slider > div > .custom-to-value.text {
    border:0px;
    right:0px;
}
/* End - filter widget */

/* Start - product detail view */
.products-tabs .tab-content {
    margin-top:0px;
}

.products-tabs .nav .nav-item a {
    font-weight:700;
    text-transform: none;
}

.product-detail-variant-section .producttable td.amount {
    white-space: nowrap;
    vertical-align: middle;
}

.product-detail-variant-section .producttable td.amount form {
    display: inline;
}

.products-detail-section .quickview-product-detail h2.box-title {
    font-weight: 700;
}
/* End - product detail view */
/* Start - category gallery */
.category-description * {
    color: var(--primary);
}

.categorygallery .common-cart-box {
    border-color: var(--darksandred);
}

.categorygallery .common-cart-box .common-cart-info {
    background-color:var(--primary);
    margin:-15px -15px 15px -15px;
    padding: 15px;
}

.categorygallery .common-cart-box .common-cart-info .cart-name {
    color: var(--white);
    font-weight:700;
    margin:0px;
}
/* End - category gallery */

/* Start - product gallery */
.list-description * {
    color: var(--primary);
}

.productgallery .product-box .common-cart-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.productgallery .product-box .common-cart-info .cart-name {
    color: var(--primary);
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 15px;
}

.productgallery .product-box .common-cart-info > form {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -16px;
}

.productgallery .product-box .common-cart-info > form input[type="submit"] {
    border-radius: 0px;    font-weight: 700;
    width: 100%;
    text-align: left;
    font-weight: 700;
    padding: 0px 15px;
    height: 40px;
    line-height: 40px;
}

.productgallery .product-box .common-cart-info > form .variants-block select {
    appearance:none;
    cursor:pointer;
    background-color: var(--lightgreen);
    background-image:url(/indiv.ras1/Oxni/Assets/icons/oxni_smallarrow_down.svg);
    background-position: right 15px center;
    background-repeat:no-repeat;
    background-size:18px 18px;
    padding: 7px 15px;
    padding-right:48px;
}

.productslider .common-cart-img, .producergallery .common-cart-img, .categorygallery .common-cart-img, .productgallery .common-cart-img {
    margin-bottom: 15px;
}

.productslider .common-cart-box .cart-price, .producergallery .common-cart-box .cart-price, .categorygallery .common-cart-box .cart-price, .productgallery .common-cart-box .cart-price {
    color: var(--secondary);
    font-weight: 700;
    font-size: 22px;
}

.productslider .common-cart-box .cart-price, .producergallery .common-cart-box .cart-price + .price-currency-price-unit,
.categorygallery .common-cart-box .cart-price, .productgallery .common-cart-box .cart-price + .price-currency-price-unit {
    font-size: 87.5%;
}
/* End - product gallery */

/* Start - toast */
.toast-container .toast-type-success {
    color: var(--primary);
}

.toast-container .toast-type-success .toast-item-bar {
    background-color: var(--primary);
}

.toast-container .basket-insert-confirmation .proceeding-commands a.toast-bg-success, .toast-container .basket-insert-confirmation .proceeding-commands a.toast-bg-success:link, .toast-container .basket-insert-confirmation .proceeding-commands a.toast-bg-success:visited, .toast-container .basket-insert-confirmation .proceeding-commands a.toast-bg-success:active, .toast-container .favorites-insert-confirmation .proceeding-commands a.toast-bg-success, .toast-container .favorites-insert-confirmation .proceeding-commands a.toast-bg-success:link, .toast-container .favorites-insert-confirmation .proceeding-commands a.toast-bg-success:visited, .toast-container .favorites-insert-confirmation .proceeding-commands a.toast-bg-success:active, .toast-container .comparison-insert-confirmation .proceeding-commands a.toast-bg-success, .toast-container .comparison-insert-confirmation .proceeding-commands a.toast-bg-success:link, .toast-container .comparison-insert-confirmation .proceeding-commands a.toast-bg-success:visited, .toast-container .comparison-insert-confirmation .proceeding-commands a.toast-bg-success:active {
    border-radius:0px !important;
}
/* End - toast */

/* Start - pagination */
.tpl .shoppager {
    margin-top:30px;
}
.tpl .shoppager .results {
    padding-top: 0px;
    font-size: 18px;
}

.shoppager > div {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    position:relative;
}

.shoppager > div::after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -2px;
    height: 1px;
    background-color: var(--primary);
}

.tpl .shoppager nav ul.pagination {
    padding-top:0px;
}

.pagination li a {
    background-color: var(--white);
    color: var(--primary);
    font-weight: 700;
    margin: 0px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
    width: 30px;
}

.pagination li a i {
    line-height:30px;
}

.pagination li a:hover, .pagination li.active a {
    background-color:var(--white);
    color:var(--secondary);
}
/* End - pagination */

/* Start - main container only styles */
.main-container section .title::before {
    display:none;
}

.main-container section .title h2 {
    padding-bottom:0px;
}
/* End - main container only styles */

/* Start - html widget styles */
.msw-html ul.custom-big-list {
    list-style-type: none;
}

@media (min-width: 576px) {
    .msw-html ul.custom-big-list {
        margin-left: 100px;
    }
}

.msw-html ul.custom-big-list li {
    list-style-type: none;

}

.msw-html ul.custom-big-list li + li {
    margin-top:15px;
}

.msw-html ul.custom-big-list li span {
    background-color: var(--secondary);
    color: var(--white);
    font-size: var(--default-h2-font-size);
    font-weight: 700;
    padding: 2px 10px;
}
/* End - html widget styles */

/* Start - currency widget */
.mshop.currency-chooser select {
    appearance: none;
    cursor: pointer;
    background-color: var(--lightgreen);
    background-image: url(/indiv.ras1/Oxni/Assets/icons/oxni_smallarrow_down.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    padding: 7px 15px;
    padding-right: 48px;
}
/* End - currency widget */

/* Start - custom mainpageentry widget */
.msw-block-area .custom-mainpageentry {
    position:relative;
    padding-bottom:24px;
    padding-top:24px;
    max-width:1920px;
    margin:0px auto;
}

.msw-block-area .custom-mainpageentry .container {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.msw-block-area .custom-mainpageentry .container > ul {
    margin: 0px;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    list-style-type:none;
    position:absolute;
    top:0px;
    left:45px;
}

.msw-block-area .custom-mainpageentry .container > ul > li {
    list-style-type:none;
}

.msw-block-area .custom-mainpageentry .container > ul > li > a {
    background-color: var(--secondary);
    color: white;
    display: flex;
    height:48px;
    line-height:48px;
    list-style-type: none;
    font-size: var(--default-h2-font-size);
    font-weight: 700;
    padding: 0px 5px;
}

.msw-block-area .custom-mainpageentry .container > ul > li.nav-active-path > a,
.msw-block-area .custom-mainpageentry .container > ul > li.nav-active > a {
    background-color: var(--primary);
}

.msw-block-area .custom-mainpageentry .container > ul > li > a::before {
    background-image: url(/indiv.ras1/Oxni/Assets/icons/oxni_bigarrow_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
    color: white;
    display: inline-block;
    height: 100%;
    width: 30px;
    margin-right: 5px;
}

.msw-block-area .custom-mainpageentry picture,
.msw-block-area .custom-mainpageentry picture img {
    display: block;
}

.msw-block-area .custom-mainpageentry .container .textbox-1 {
    background-color: var(--lightgray);
    position:absolute;
    bottom:24px;
    left:0px;
    padding:25px;
    width:calc(50% - 15px);
}

.msw-block-area .custom-mainpageentry .container .textbox-1 * {
    color:var(--secondary);
}

.msw-block-area .custom-mainpageentry .container .textbox-1 h1 {
    font-size: var(--default-h2-font-size);
    line-height: 1.2;
    font-weight: 700;
    margin-bottom:15px;
}

.msw-block-area .custom-mainpageentry .container .textbox-1 > a {
    display: block;
    position: absolute;
    right: 15px;
    bottom: -24px;
    height:48px;
    line-height:48px;
    font-size: var(--default-h2-font-size);
    font-weight:700;
    padding:0px 16px;
    padding-left:62px;
    background-color:var(--primary);
    color:var(--white);
}

.msw-block-area .custom-mainpageentry .container .textbox-1 > a::before {
    display:block;
    content:'';
    background-image: url(/indiv.ras1/Oxni/Assets/icons/oxni_bigarrow_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 16px;
    top: 0px;
    bottom: 0px;
    width: 30px;
}

.msw-block-area .custom-mainpageentry .container .textbox-2 {
    background-color: var(--lightgray);
    position:absolute;
    bottom:0px;
    right:0px;
    padding:15px;
    width:calc(50% - 15px);
}

.msw-block-area .custom-mainpageentry .container .textbox-2 * {
    color: var(--primary);
    font-size: var(--default-h2-font-size);
    font-weight:700; 
    line-height: 1.2;
}

@media (max-width: 575px) {
    .msw-block-area .custom-mainpageentry .container {
        position: static !important;
        padding-left: 15px;
        padding-right: 15px;
        margin-top:30px;
    }

    .msw-block-area .custom-mainpageentry .container > * {
        position:static !important;
    }

    .msw-block-area .custom-mainpageentry .container > * + * {
        margin-top:30px;
    }

    .msw-block-area .custom-mainpageentry .container .textbox-1,
    .msw-block-area .custom-mainpageentry .container .textbox-2 {
        padding:15px;
        width:100%;
    }

    .msw-block-area .custom-mainpageentry .container .textbox-1 > a {
        position:relative;
        width: 100%;
        right: 0px;
        left: 0px;
        bottom:-15px;
    }
}
/* End - custom mainpageentry widget */

/* Start - containerstyles */
.msw-sub-area.custom-bg-gray {
    background-color: var(--lightgray);
}

.msw-block-area.custom-bg-gray {
    background-color: var(--lightgray);
    height: 100%;
}

@media (min-width: 576px) {
    .msw-block-area.custom-width-50 > * {
        margin-left:auto;
        margin-right:auto;
        max-width:50%;
    }
}

.msw-block-area.custom-inner-padding {
    padding:30px;
}
/* End - containerstyles */