.sidenav:not(.wc-sheet) {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    height: 100%;
    width: 375px;
    background-color: #fff;
    z-index: 5;
}
.sidenav:not(.wc-sheet) .card-body .sidenav-col {
    overflow-x: hidden;
    padding: 1rem 0;
    height: 100%;
    width: 100%;
    background: #fff;
    max-width: 100%;
}

.sidenav .card {
    height: 100%;
    width: 100%;
    border: none;
    background-color: #fff;
}
.sidenav .card .card-header.close {
    opacity: 1;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.sidenav .card .card-header .close-legend:not(:disabled):not(.disabled) {
    line-height: 1rem;
}
.sidenav .card .card-header .close-legend:not(:disabled):not(.disabled) > span {
    line-height: 1rem;
}
.sidenav .card .card-header .close-legend:not(:disabled):not(.disabled) > span > span {
    position: relative;
    top: -1px;
}
.sidenav .card .card-body {
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
}
@media (max-width: 767.98px) {
    .sidenav .card .card-body {
        gap: 3.5rem;
    }
}
.sidenav .card .card-body .sidenav-col {
    flex: 1 1 0;
    width: 0;
    height: 100%;
    max-width: 100%;
}
.sidenav .card .card-body .sidenav-col .productInfo .benefits {
    padding: 1rem 0px;
}
.sidenav .card .card-body .sidenav-col .productInfo .benefits .tab-pane_title {
    font-size: 0.875rem;
    letter-spacing: 0;
    margin-bottom: 0.5rem !important;
}
.sidenav .card .card-body .sidenav-col .productInfo .benefits .tab-pane_title i {
    display: none;
}
.sidenav .card .card-body .sidenav-col .productInfo .benefits p,
.sidenav .card .card-body .sidenav-col .productInfo .benefits td {
    font-size: 0.875rem;
}
.sidenav .card .card-body .sidenav-col .productInfo .benefits p {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.sidenav .card .card-body .sidenav-col .productInfo .benefits .separator {
    display: block;
    width: 100%;
    height: 1px;
    padding: 0.5rem 0px;
    border: 0px;
    margin: 0px;
}
.sidenav .card .card-body .sidenav-col .productInfo .theme_detail_benefits #productDetails {
    margin-bottom: 1.5rem !important;
    font-size: 1.25rem;
}
.sidenav .card .card-body .sidenav-col .productInfo .theme_detail_benefits .tab-pane[role=tabpanel] {
    padding: 0;
}
.sidenav .card .card-body .sidenav-col .productInfo .theme_detail_benefits .tab-pane[role=tabpanel] .tab-pane_box .tab-pane_title {
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
}
.sidenav .card .card-body .sidenav-col.card-body_cross-selling {
    padding: 0;
    height: 100%;
    position: relative;
}
.sidenav .card .card-body .sidenav-col.card-body_cross-selling .cross_selling_inline-item {
    position: relative;
    border: 2px solid transparent;
    border-bottom: 1px solid #DFDFDF;
}
.sidenav .card .card-body .sidenav-col.card-body_cross-selling .cross_selling_inline-item .selectedProduct {
    display: none;
    font-size: 0.75rem;
    color: #fff;
    background: #FFBA00;
    padding: 3px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: 0;
}
.sidenav .card .card-body .sidenav-col.card-body_cross-selling .cross_selling_inline-item .itemActionBlock {
    margin-bottom: 2rem;
}
.sidenav .card .card-body .sidenav-col.card-body_cross-selling .cross_selling_inline-item .itemActionBlock .itemButtons button.addToProduct {
    display: block;
}
.sidenav .card .card-body .sidenav-col.card-body_cross-selling .cross_selling_inline-item .itemActionBlock .itemButtons button.unselectToProduct {
    display: none;
}
.sidenav .card .card-body .sidenav-col.card-body_cross-selling .cross_selling_inline-item:last-of-type {
    border-bottom: 0;
}
.sidenav .card .card-body .sidenav-col.card-body_cross-selling .cross_selling_inline-item.active .selectedProduct {
    display: block;
}
.sidenav .card .card-body .sidenav-col.card-body_cross-selling .cross_selling_inline-item.active .itemActionBlock {
    margin-bottom: 2rem;
}
.sidenav .card .card-body .sidenav-col.card-body_cross-selling .cross_selling_inline-item.active .itemActionBlock .itemButtons button.addToProduct {
    display: none;
}
.sidenav .card .card-body .sidenav-col.card-body_cross-selling .cross_selling_inline-item.active .itemActionBlock .itemButtons button.unselectToProduct {
    display: block;
}
.sidenav .card .card-body .sidenav-col.card-body_cross-selling .cross_selling_inline-item .productBox .itemInfo .link {
    display: none;
}
.sidenav .card .card-body .sidenav-col[data-col=compose] {
    background-color: #fff;
}
.sidenav.active {
    display: block;
    right: 0;
}
.sidenav.active.sidenavCompose {
    max-width: 750px;
    width: 100%;
    animation: sidenavCompose_open 500ms;
    z-index: 100;
}
@keyframes sidenavCompose_open {
    0% {
        width: 375px;
    }
    100% {
        width: 750px;
    }
}
@media (max-width: 767.98px) {
    .sidenav.active.sidenavCompose {
        animation: none;
    }
}
.sidenav.active.sidenavCompose .card .card-body .sidenav-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    max-width: 100%;
}
@media (max-width: 767.98px) {
    .sidenav.active.sidenavCompose .card .card-body .sidenav-col {
        flex-direction: column;
    }
}
.sidenav.active.sidenavCompose .card .card-body .sidenav-col[data-col=base] {
    left: 0;
    z-index: 1;
    border-right: 1px solid #DFDFDF;
}
@media (max-width: 767.98px) {
    .sidenav.active.sidenavCompose .card .card-body .sidenav-col[data-col=base] {
        max-width: 100%;
        border-right: 0;
        z-index: 0;
    }
}
.sidenav.active.sidenavComposeClose {
    max-width: 375px;
    width: 100%;
    animation: sidenavCompose_close 500ms;
    z-index: 101;
}
@keyframes sidenavCompose_close {
    0% {
        width: 750px;
    }
    100% {
        width: 375px;
    }
}
@media (max-width: 767.98px) {
    .sidenav.active.sidenavComposeClose {
        max-width: 100%;
        animation: none;
    }
}
@media (max-width: 767.98px) {
    .sidenav.active {
        width: 100%;
    }
}
.sidenav.active .card {
    box-shadow: inset 2px 0 5px 0 rgba(0, 0, 0, 0.04);
}
.sidenav.no-push {
    z-index: 9;
    right: -375px;
}
.sidenav.no-push.active {
    right: 0;
    animation: sidenav_open 500ms;
}
@keyframes sidenav_open {
    0% {
        right: -375px;
    }
    100% {
        right: 0;
    }
}
.sidenav.no-push.active.nonactive {
    right: -375px;
    animation: sidenav_close 500ms;
}
@keyframes sidenav_close {
    0% {
        right: 0;
    }
    100% {
        right: -375px;
    }
}

#sidenavWrapper {
    position: relative;
    transition: transform 0.5s;
    left: 0;
}
#sidenavWrapper.active {
    left: -375px;
    border: 1px solid transparent;
    background: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    animation: sidenavWrapper_open 500ms;
}
@keyframes sidenavWrapper_open {
    0% {
        left: 0;
    }
    100% {
        left: -375px;
    }
}
@media (max-width: 767.98px) {
    #sidenavWrapper.active {
        left: -100%;
    }
    @keyframes sidenavWrapper_open {
        0% {
            left: 0;
        }
        100% {
            left: -100%;
        }
    }
}
#sidenavWrapper.active .headerMain {
    left: -377px;
    right: 375px;
    transition: transform 0.5s;
    animation: headerMain_open 500ms;
}
@keyframes headerMain_open {
    0% {
        left: 0;
        right: 0;
    }
    100% {
        left: -377px;
        right: 375px;
    }
}
@media (max-width: 767.98px) {
    #sidenavWrapper.active .headerMain {
        left: calc(-100% + 2px);
        right: 100%;
    }
    @keyframes headerMain_open {
        0% {
            left: 0;
            right: 0;
        }
        100% {
            left: calc(-100% + 2px);
            right: 100%;
        }
    }
}
#sidenavWrapper.active.no-push {
    left: 0;
    animation: none;
}
#sidenavWrapper.active.no-push .headerMain {
    left: 0;
    right: 0;
    animation: none;
}
#sidenavWrapper.active.sidenavCompose {
    left: -750px;
    animation: sidenavWrapperCompose_open 500ms;
}
@keyframes sidenavWrapperCompose_open {
    0% {
        left: -375px;
    }
    100% {
        left: -750px;
    }
}
@media (max-width: 767.98px) {
    #sidenavWrapper.active.sidenavCompose {
        left: -100%;
    }
    @keyframes sidenavWrapper_open {
        0% {
            left: 0;
        }
        100% {
            left: -100%;
        }
    }
}
#sidenavWrapper.active.sidenavCompose .headerMain {
    left: -752px;
    right: 750px;
    transition: transform 0.5s;
    animation: headerMainCompose_open 500ms;
}
@keyframes headerMainCompose_open {
    0% {
        left: -377px;
        right: 375px;
    }
    100% {
        left: -752px;
        right: 750px;
    }
}
@media (max-width: 767.98px) {
    #sidenavWrapper.active.sidenavCompose .headerMain {
        left: calc(-100% + 2px);
        right: 100%;
    }
    @keyframes headerMain_open {
        0% {
            left: 0;
            right: 0;
        }
        100% {
            left: calc(-100% + 2px);
            right: 100%;
        }
    }
}
#sidenavWrapper.active.sidenavComposeClose {
    left: -375px;
    animation: sidenavWrapperCompose_close 500ms;
}
@keyframes sidenavWrapperCompose_close {
    0% {
        left: -750px;
    }
    100% {
        left: -375px;
    }
}
#sidenavWrapper.active.sidenavComposeClose .headerMain {
    left: -377px;
    right: 375px;
    transition: transform 0.5s;
    animation: headerMainCompose_close 500ms;
}
@keyframes headerMainCompose_close {
    0% {
        left: -752px;
        right: 750px;
    }
    100% {
        left: -377px;
        right: 375px;
    }
}
@media (max-width: 767.98px) {
    #sidenavWrapper.active.sidenavComposeClose .headerMain {
        left: calc(-100% + 2px);
        right: 100%;
    }
    @keyframes headerMain_open {
        0% {
            left: 0;
            right: 0;
        }
        100% {
            left: calc(-100% + 2px);
            right: 100%;
        }
    }
}
#sidenavWrapper.nonactive {
    left: 0;
    border: 1px solid transparent;
    animation: sidenavWrapper_close 500ms;
    background: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}
@keyframes sidenavWrapper_close {
    0% {
        left: -375px;
    }
    100% {
        left: 0;
    }
}
#sidenavWrapper.nonactive .headerMain {
    left: 0;
    right: 0;
    transition: transform 0.5s;
    animation: headerMain_close 500ms;
}
@keyframes headerMain_close {
    0% {
        left: -375px;
        right: 375px;
    }
    100% {
        left: 0;
        right: 0;
    }
}
#sidenavWrapper.nonactive.no-push {
    left: 0;
    animation: none;
}
#sidenavWrapper.nonactive.no-push .headerMain {
    left: 0;
    right: 0;
    animation: none;
}

#sidenavBlocker {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1045;
    transition: all 0.5s;
    display: none;
}
#sidenavBlocker.active {
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    left: -375px;
    animation: sidenavBlocker 500ms;
}
@keyframes sidenavBlocker {
    0% {
        left: 0;
    }
    100% {
        left: -375px;
    }
}
@media (max-width: 767.98px) {
    #sidenavBlocker.active {
        display: none;
    }
}
#sidenavBlocker.active.sidenavCompose {
    left: -750px;
    animation: sidenavBlockerCompose 500ms;
}
@keyframes sidenavBlockerCompose {
    0% {
        left: -375px;
    }
    100% {
        left: -750px;
    }
}
@media (max-width: 767.98px) {
    #sidenavBlocker.active.sidenavCompose {
        display: none;
    }
}
#sidenavBlocker.active.sidenavComposeClose {
    left: -375px;
    animation: sidenavBlockerComposeClose 500ms;
}
@keyframes sidenavBlockerComposeClose {
    0% {
        left: -750px;
    }
    100% {
        left: -375px;
    }
}

.CSI_wrapp {
    padding: 25px;
}
.CSI_wrapp .CSI_box {
    margin-bottom: 1rem;
}
.CSI_wrapp .CSI_box > .title {
    margin: 0;
    padding: 0.5rem 0;
}
.CSI_wrapp .CSI_box .CSI_list {
    min-height: 70px;
    border-top: 1px solid #B7B7B7;
    border-bottom: 1px solid #B7B7B7;
    cursor: pointer;
}
.CSI_wrapp .CSI_box .CSI_list .CSI_item {
    border-bottom: 1px solid #CCCCCC;
    padding: 1rem 0;
}
.CSI_wrapp .CSI_box .CSI_list .CSI_item .title {
    line-height: 1;
    font-size: 1rem;
}
.CSI_wrapp .CSI_box .CSI_list .CSI_item .facts {
    line-height: 1.4;
    font-size: 1rem;
    padding: 0.25rem 0;
}
.CSI_wrapp .CSI_box .CSI_list .CSI_item:last-of-type {
    border-bottom: 0;
}
.CSI_wrapp .CSI_box .CSI_list .CSI_item:hover .title {
    text-decoration: underline;
}
.CSI_wrapp .CSI_box .CSI_list .CSI_item.active .img-fluid {
    border: 2px solid #ffae00;
}

.wc-sheet:not([open]) {
    display: none;
}
.wc-sheet:not([open]) :host .sk-empty,
.wc-sheet:not([open]) :host .skapa-empty {
    display: none;
}

.sidenav:not(.wc-sheet) {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    background-color: #fff;
    z-index: 1032;
    transform: translate(100%);
    transition: transform 0.3s ease-out, opacity 0.15s linear;
    border-radius: 0.5rem 0 0 0.5rem;
    width: 30rem;
}
.sidenav:not(.wc-sheet) .card .card-body .sidenav-col {
    height: 100%;
    width: 100%;
    max-width: 30rem;
    background: transparent;
    overflow-x: hidden;
    padding: 1rem 3rem;
}
.sidenav:not(.wc-sheet) .card .card-body .sidenav-col:has([data-pack]) {
    padding: 1rem 0;
}
@media (max-width: 767.98px) {
    .sidenav:not(.wc-sheet) .card .card-body .sidenav-col {
        padding: 1rem 1.5rem 6rem 1.5rem;
        max-width: 100% !important;
    }
}
@media (max-width: 767.98px) {
    .sidenav:not(.wc-sheet) {
        border-radius: 0.5rem 0.5rem 0 0;
        transform: translate(0, 100%);
    }
    .sidenav:not(.wc-sheet) .busy-load-container {
        border-radius: 0;
    }
}
.sidenav:not(.wc-sheet).sidenav-xs {
    width: 20rem;
    margin-top: 0;
}
.sidenav:not(.wc-sheet).sidenav-xs .card .card-body .sidenav-col {
    max-width: none;
}
@media (max-width: 575.98px) {
    .sidenav:not(.wc-sheet).sidenav-xs {
        width: 100% !important;
        margin-top: 3rem;
    }
}
.sidenav:not(.wc-sheet).sidenav-sm {
    width: 30rem;
    margin-top: 0;
}
.sidenav:not(.wc-sheet).sidenav-sm .card .card-body .sidenav-col {
    max-width: none;
}
@media (max-width: 767.98px) {
    .sidenav:not(.wc-sheet).sidenav-sm {
        width: 100% !important;
        margin-top: 3rem;
    }
}
.sidenav:not(.wc-sheet).sidenav-md {
    width: 40rem;
    margin-top: 0;
}
.sidenav:not(.wc-sheet).sidenav-md .card .card-body .sidenav-col {
    max-width: none;
}
@media (max-width: 991.98px) {
    .sidenav:not(.wc-sheet).sidenav-md {
        width: 100% !important;
        margin-top: 3rem;
    }
}
.sidenav:not(.wc-sheet).sidenav-lg {
    width: 50rem;
    margin-top: 0;
}
.sidenav:not(.wc-sheet).sidenav-lg .card .card-body .sidenav-col {
    max-width: none;
}
@media (max-width: 1199.98px) {
    .sidenav:not(.wc-sheet).sidenav-lg {
        width: 100% !important;
        margin-top: 3rem;
    }
}
.sidenav:not(.wc-sheet).sidenav-xl {
    width: 60rem;
    margin-top: 0;
}
.sidenav:not(.wc-sheet).sidenav-xl .card .card-body .sidenav-col {
    max-width: none;
}
.sidenav:not(.wc-sheet).sidenav-xl {
    width: 100% !important;
    margin-top: 3rem;
}

.sidenav .container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.sidenav .busy-load-container {
    border-radius: 0.5rem 0 0 0.5rem;
}
.sidenav .card {
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
}
.sidenav .card .card-header.close {
    background-color: transparent;
    border-bottom: 0;
}
.sidenav .card .card-header .close-legend {
    margin-left: auto;
}
.sidenav .card .card-header .close-legend:not(:disabled):not(.disabled) {
    line-height: 1;
}
.sidenav .card .card-header .close-legend:not(:disabled):not(.disabled) > span {
    line-height: 1;
}
.sidenav .card .card-header .close-legend:not(:disabled):not(.disabled) > span > span {
    position: relative;
    top: -1px;
}
.sidenav .card .card-body {
    padding: 0;
    position: relative;
}
@media (max-width: 767.98px) {
    .sidenav .card .card-body {
        flex-direction: column;
    }
}
.sidenav .card .card-body .sidenav-col {
    height: 100%;
    flex: 1 1 0;
    width: 0;
}
.sidenav .card .card-body .sidenav-col.busy-load-active {
    min-height: 85vh;
}
@media (max-width: 767.98px) {
    .sidenav .card .card-body .sidenav-col {
        width: 100%;
    }
}
.sidenav .card .card-body .sidenav-col .productInfo {
    /* same as in productInfo.scss */
}
.sidenav .card .card-body .sidenav-col .productInfo .swiper-container .swiper-button-prev {
    left: -10px;
    right: auto;
}
.sidenav .card .card-body .sidenav-col .productInfo .swiper-container .swiper-button-next {
    right: -10px;
    left: auto;
}
.sidenav .card .card-body .sidenav-col .productInfo .benefits {
    padding: 1rem 0px;
}
.sidenav .card .card-body .sidenav-col .productInfo .benefits .tab-pane_title {
    font-size: 1rem;
    letter-spacing: 0;
    margin-bottom: 0.5rem !important;
}
.sidenav .card .card-body .sidenav-col .productInfo .benefits .tab-pane_title i {
    display: none;
}
.sidenav .card .card-body .sidenav-col .productInfo .benefits th,
.sidenav .card .card-body .sidenav-col .productInfo .benefits td {
    font-size: 0.875rem;
    font-weight: 400;
}
.sidenav .card .card-body .sidenav-col .productInfo .benefits p {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}
.sidenav .card .card-body .sidenav-col .productInfo .benefits .separator {
    display: block;
    width: 100%;
    height: 1px;
    padding: 0.5rem 0px;
    border: 0px;
    margin: 0px;
    background: none;
}
.sidenav .card .card-body .sidenav-col .productInfo .theme_detail_benefits #productDetails {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}
.sidenav .card .card-body .sidenav-col .productInfo .theme_detail_benefits .tab-pane[role=tabpanel] {
    padding: 0;
}
.sidenav .card .card-body .sidenav-col .productInfo .theme_detail_benefits .tab-pane[role=tabpanel] .tab-pane_box .tab-pane_title {
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
}
.sidenav .card .card-body .sidenav-col .productInfo .product-info--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.sidenav .card .card-body .sidenav-col .productInfo .product-info--header > a {
    display: block;
    text-decoration: none;
}
.sidenav .card .card-body .sidenav-col .productInfo .product-info--header .productImg {
    display: block;
    max-width: 100%;
    max-height: 500px;
    /* max-width: 250px; */
    /* max-height: 250px; */
}
.sidenav .card .card-body .sidenav-col .productInfo .product-info--header .productImg img.card-img-top {
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
    aspect-ratio: 1/1;
}
.sidenav .card .card-body .sidenav-col .productInfo .product-info--header .slick-arrow {
    height: 40px;
    width: 40px;
    border-radius: 4rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.sidenav .card .card-body .sidenav-col .productInfo .productBox .itemInfo .badge-lower-price_new,
.sidenav .card .card-body .sidenav-col .productInfo .productBox .itemInfo .badge-new-square {
    bottom: 8px;
}
.sidenav .card .card-body .sidenav-col .productInfo .productBox .itemActionBlock {
    padding: 15px 0px 0px 0px;
    margin-bottom: 1rem;
}
.sidenav .card .card-body .sidenav-col .productInfo .productBox .itemActionBlock .itemButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5rem;
    align-items: center;
}
.sidenav .card .card-body .sidenav-col .productInfo .productBox .itemActionBlock .itemButtons button {
    line-height: 1;
}
.sidenav .card .card-body .sidenav-col .productInfo .productBox .itemActionBlock .itemButtons button.addFavorites.btn-only-icon {
    margin-left: 1rem;
}
.sidenav .card .card-body .sidenav-col .productInfo .productBox .itemActionBlock .itemButtons button.btn-only-icon {
    width: 55px;
    min-width: 55px;
    padding: 0;
}
.sidenav .card .card-body .sidenav-col .productInfo .productBox .itemActionBlock .itemButtons button.btn-only-icon .btn-label-text {
    display: none;
}
.sidenav .card .card-body .sidenav-col .productInfo .productBox .itemActionBlock .itemButtons button:first-of-type {
    margin-left: 0 !important;
}
.sidenav .card .card-body .sidenav-col .productInfo .productBox .itemActionBlock .itemButtons-notify-container form .form-group > input {
    flex-grow: 1;
    margin-right: 0.5rem;
}
.sidenav .card .card-body .sidenav-col .productInfo .productBox .message {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}
.sidenav .card .card-body .sidenav-col .productInfo .productBox .message .icon {
    margin: -0.25em 0 0 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.75rem;
    min-width: 1.5rem;
    justify-content: center;
}
.sidenav .card .card-body .sidenav-col .productInfo .productBox .message .icon:before {
    font-size: 1.75em;
}
.sidenav .card .card-body .sidenav-col .productInfo .productBox .stock-wrapper {
    font-size: 0.875rem;
    line-height: 1.375;
    margin-bottom: 0.5rem;
}
.sidenav .card .card-body .sidenav-col .productInfo .productBox .stock-wrapper .stock-icon {
    border-radius: 4rem;
    flex: 0 0 1rem;
    min-width: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.sidenav .card .card-body .sidenav-col .productInfo .productBox .stock-wrapper .stock-icon.red:before {
    content: "\ea10";
    font-size: 1rem;
    color: #CC0008;
    font-family: "ikea-icons", "NotoIKEALatin", "fundament-icons";
    display: inline-block;
    vertical-align: middle;
    padding-right: 0;
    line-height: 1;
}
.sidenav .card .card-body .sidenav-col .productInfo .productBox .stock-wrapper .stock-icon.yellow:before {
    content: "\ea0e";
    font-size: 1rem;
    color: #FFBA00;
    font-family: "ikea-icons", "NotoIKEALatin", "fundament-icons";
    display: inline-block;
    vertical-align: middle;
    padding-right: 0;
    line-height: 1;
}
.sidenav .card .card-body .sidenav-col .productInfo .productBox .stock-wrapper .stock-icon.green:before {
    content: "\ea0c";
    font-size: 1rem;
    color: #0A8A00;
    font-family: "ikea-icons", "NotoIKEALatin", "fundament-icons";
    display: inline-block;
    vertical-align: middle;
    padding-right: 0;
    line-height: 1;
}
.sidenav .card .card-body .sidenav-col .productInfo .productBox .stock-wrapper .message .special-tooltip {
    cursor: pointer;
}
.sidenav .card .card-body .sidenav-col .productInfo .productBox .stock-wrapper .message p {
    margin: 0;
}
.sidenav .card .card-body .sidenav-col .productInfo .productBox .stock-wrapper .message .icon {
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.sidenav .card .card-body .sidenav-col .productInfo .productBox .stock-wrapper .message .icon:before {
    font-size: 1.75em;
    font-size: 1.5rem;
    margin-top: -0.125em;
}
.sidenav .card .card-body .sidenav-col.card-body_cross-selling {
    padding: 0;
    height: 100%;
    position: relative;
}
.sidenav .card .card-body .sidenav-col.card-body_cross-selling .cross_selling_inline-item {
    position: relative;
    border: 2px solid transparent;
    border-bottom: 1px solid #DFDFDF;
}
.sidenav .card .card-body .sidenav-col.card-body_cross-selling .cross_selling_inline-item .selectedProduct {
    display: none;
    font-size: 0.75rem;
    color: #fff;
    background: #FFBA00;
    padding: 3px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: 0;
}
.sidenav .card .card-body .sidenav-col.card-body_cross-selling .cross_selling_inline-item .itemActionBlock .itemButtons button.addToProduct {
    display: block;
}
.sidenav .card .card-body .sidenav-col.card-body_cross-selling .cross_selling_inline-item .itemActionBlock .itemButtons button.unselectToProduct {
    display: none;
}
.sidenav .card .card-body .sidenav-col.card-body_cross-selling .cross_selling_inline-item:last-of-type {
    border-bottom: 0;
}
.sidenav .card .card-body .sidenav-col.card-body_cross-selling .cross_selling_inline-item.active .selectedProduct {
    display: block;
}
.sidenav .card .card-body .sidenav-col.card-body_cross-selling .cross_selling_inline-item.active .itemActionBlock .itemButtons button.addToProduct {
    display: none;
}
.sidenav .card .card-body .sidenav-col.card-body_cross-selling .cross_selling_inline-item.active .itemActionBlock .itemButtons button.unselectToProduct {
    display: block;
}
.sidenav .card .card-body .sidenav-col.card-body_cross-selling .cross_selling_inline-item .productBox .itemInfo .link {
    display: none;
}
@media (min-width: 768px) {
    .sidenav .card .card-body .sidenav-col[data-col=compose] {
        max-width: 50%;
    }
}
@media (max-width: 767.98px) {
    .sidenav {
        width: 100%;
    }
}
.sidenav.active {
    opacity: 1;
    right: 0;
    transform: translate(0);
    transition: all 0.3s ease-out, width 0s;
}
@media (max-width: 767.98px) {
    .sidenav.active {
        transform: translate(0, 3.5rem);
    }
}
.sidenav.active.sidenavCompose {
    max-width: 60rem;
    width: 100%;
    animation: none;
    z-index: 1050;
}
@media (max-width: 767.98px) {
    .sidenav.active.sidenavCompose {
        animation: none;
    }
}
.sidenav.active.sidenavCompose .card .card-body .sidenav-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}
@media (max-width: 767.98px) {
    .sidenav.active.sidenavCompose .card .card-body .sidenav-col {
        flex-direction: column;
    }
}
.sidenav.active.sidenavCompose .card .card-body .sidenav-col[data-col=base] {
    border-right: 1px solid #DFDFDF;
}
@media (max-width: 767.98px) {
    .sidenav.active.sidenavCompose .card .card-body .sidenav-col[data-col=base] {
        border-right: 0;
    }
}
.sidenav.active.sidenavComposeClose {
    max-width: 30rem;
    width: 100%;
    animation: none;
    z-index: 101;
}
@media (max-width: 767.98px) {
    .sidenav.active.sidenavComposeClose {
        max-width: 100%;
        animation: none;
    }
}
.sidenav.active .card {
    box-shadow: none;
}
.sidenav.no-push {
    z-index: 1032;
    right: 0;
}
.sidenav.no-push.active {
    right: 0;
    animation: none;
}
.sidenav.no-push.active.nonactive {
    right: 0;
    animation: none;
}
.sidenav .sidenavListOrder .sidenavListOrderTitle .icon {
    font-size: 2.4em;
}
.sidenav .sidenavListOrder .sidenavListOrderTitle .icon::before {
    vertical-align: top;
}
.sidenav .form_exist > .container > .row > .col-12 {
    flex: 0 0 100% !important;
    max-width: 100%;
}

#sidenavWrapper {
    position: relative;
    transition: none;
    left: 0;
}
#sidenavWrapper.active {
    left: 0;
    border: 1px solid transparent;
    background: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    animation: none;
}
#sidenavWrapper.active .headerMain {
    right: 0;
    left: 0;
    animation: none;
}
#sidenavWrapper.active.no-push {
    left: 0;
    animation: none;
}
#sidenavWrapper.active.no-push .headerMain {
    left: 0;
    right: 0;
    animation: none;
}
#sidenavWrapper.active.sidenavCompose {
    animation: none;
}
#sidenavWrapper.active.sidenavComposeClose {
    animation: none;
    left: 0;
}
#sidenavWrapper.nonactive {
    left: 0;
    border: 1px solid transparent;
    animation: none;
    background: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}
#sidenavWrapper.nonactive .headerMain {
    left: 0;
    right: 0;
    transition: transform 0.5s;
    animation: none;
}
#sidenavWrapper.nonactive.no-push {
    left: 0;
    animation: none;
}
#sidenavWrapper.nonactive.no-push .headerMain {
    left: 0;
    right: 0;
    animation: none;
}

#sidenavBlocker {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1031;
    transition: all 0.5s;
    display: none;
}
#sidenavBlocker.active {
    display: block;
    background-color: rgba(0, 0, 0, 0.125);
    left: 0;
    animation: none;
}
#sidenavBlocker.active.sidenavCompose {
    left: 0;
    animation: none;
}
@media (max-width: 767.98px) {
    #sidenavBlocker.active.sidenavCompose {
        display: block;
    }
}
#sidenavBlocker.active.sidenavComposeClose {
    left: 0;
    animation: none;
}

.CSI_wrapp {
    padding: 0;
}
.CSI_wrapp .CSI_box {
    margin-bottom: 1rem;
}
.CSI_wrapp .CSI_box > .title {
    margin: 0;
    padding: 0.5rem 0;
    font-weight: bold;
}
.CSI_wrapp .CSI_box .CSI_list {
    min-height: 70px;
    border-top: 0;
    border-bottom: 0;
    margin: 0.5rem 0;
    cursor: pointer;
}
.CSI_wrapp .CSI_box .CSI_list .CSI_item {
    border-bottom: 1px solid #CCCCCC;
    padding: 1rem 0;
}
.CSI_wrapp .CSI_box .CSI_list .CSI_item .title {
    line-height: 1;
    font-size: 1rem;
}
.CSI_wrapp .CSI_box .CSI_list .CSI_item .facts {
    line-height: 1.4;
    font-size: 1rem;
    padding: 0.25rem 0;
}
.CSI_wrapp .CSI_box .CSI_list .CSI_item:last-of-type {
    border-bottom: 0;
}
.CSI_wrapp .CSI_box .CSI_list .CSI_item:hover .title {
    text-decoration: underline;
}
.CSI_wrapp .CSI_box .CSI_list .CSI_item.active .img-fluid {
    border: 2px solid #ffae00;
    border-radius: 0.25rem;
    padding: 0.25rem;
}

.ikeafamily-sidebar .icon::before {
    font-size: 1.25rem;
}
.ikeafamily-sidebar h6, .ikeafamily-sidebar p {
    font-size: 0.875rem;
    line-height: 1.5;
}

#ikeafamily-sidebar label input[type=radio] {
    height: 1.25rem;
    width: 1.25rem;
    cursor: pointer;
}
#ikeafamily-sidebar label:hover {
    cursor: pointer;
}

.tooltip .tooltip-inner {
    color: #111;
    padding: 0.75rem !important;
    background-color: white;
    border-radius: 0;
    border: 1px solid #dfdfdf;
    box-shadow: 0px 2px 5px #707070;
}
.tooltip .arrow {
    display: none !important;
}

.tooltip .tooltip-inner-ikea-family h5 {
    color: white;
}

.tooltip-inner-ikea-family {
    max-width: 250px;
    padding: 1.5rem !important;
    color: white;
    text-align: center;
    background-color: black;
    border-radius: 1rem;
}

.tooltip-inner-ikea-family-benefits {
    max-width: 200px;
    padding: 0.8rem !important;
    color: white;
    text-align: center;
    background-color: black;
    border-radius: 1rem;
}
