/* _content/Elecprodux.Frontend/Pages/Checkout/CheckoutPage.razor.rz.scp.css */
.quantity-wrapper[b-bh5i3wkzuc] {
    display: flex;
    flex-direction: row;
}

.quantity-text[b-bh5i3wkzuc] {
    width: 35px;
    height: 39px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}

input.quantity-text[b-bh5i3wkzuc]::-webkit-outer-spin-button,
input.quantity-text[b-bh5i3wkzuc]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.quantity-wrapper button[b-bh5i3wkzuc] {
    padding: 7px 10px 8px;
    height: 41px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    cursor: pointer;
}

.quantity-wrapper .minus[b-bh5i3wkzuc] {
    border-right: 0;
}

.quantity-wrapper .plus[b-bh5i3wkzuc] {
    border-left: 0;
}

.quantity-wrapper button.minus:hover[b-bh5i3wkzuc],
.quantity-wrapper button.plus:hover[b-bh5i3wkzuc] {
    background: #eeeeee;
}
/* _content/Elecprodux.Frontend/Pages/Home/HomeBanner.razor.rz.scp.css */
[b-z9ojv15mhe] .home-container {
    position: relative;
    display: inline-block;
}

[b-z9ojv15mhe] .home-banner-text {
    width: 90%;
    position: absolute;
    color: white;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    padding: 30px;
}


.background[b-z9ojv15mhe] {
    position: relative;
    background: url("imgs/electrolux-care-ecoline-2880x1036.jpg") rgb(203 203 203);
    background-blend-mode: multiply;
    height: 100%;
    min-height: 80vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* _content/Elecprodux.Frontend/Pages/Index.razor.rz.scp.css */
/* _content/Elecprodux.Frontend/Pages/Product/CompareDialog.razor.rz.scp.css */
.compare-dialog[b-wlbbpb1o0k] {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 100%;
    background-color: #F1F6F4;
}

[b-wlbbpb1o0k] .product-compare-card {
    position: relative;
    padding: 15px 20px;
}

[b-wlbbpb1o0k] .product-compare-close-icon {
    position: absolute;
    top: 9px;
    right: 6px;
    line-height: 0;
    padding: 0;
    background: none;
    border: none;
    width: 10px;
}
/* _content/Elecprodux.Frontend/Pages/Product/Index.razor.rz.scp.css */
.products-section[b-s0piwnn8ll] {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.filter-section[b-s0piwnn8ll] {
    margin-bottom: 20px;
}

.filter-container[b-s0piwnn8ll] {
    display: flex;
    flex-direction: row;
}

.pagination-container[b-s0piwnn8ll] {
    text-align: center;
    width: 100%;
}

.page-header-section[b-s0piwnn8ll] {
    /*background-image: url("http://localhost:1337/uploads/V1_5639ce25be.jpg?updated_at=2022-04-14T08:03:05.574Z");*/
    height: 150px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.page-title[b-s0piwnn8ll] {
    text-align: center;
}
/* _content/Elecprodux.Frontend/Pages/Product/Products.razor.rz.scp.css */

[b-1xcorj4atj] .product-image {
    background-size: contain;
}
/* _content/Elecprodux.Frontend/Shared/Footer.razor.rz.scp.css */
/* _content/Elecprodux.Frontend/Shared/LoadingCircle.razor.rz.scp.css */
.lds-roller[b-q495f1ke71] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-roller div[b-q495f1ke71] {
        animation: lds-roller-b-q495f1ke71 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div[b-q495f1ke71]:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #000;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1)[b-q495f1ke71] {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1)[b-q495f1ke71]:after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2)[b-q495f1ke71] {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2)[b-q495f1ke71]:after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3)[b-q495f1ke71] {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3)[b-q495f1ke71]:after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4)[b-q495f1ke71] {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4)[b-q495f1ke71]:after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5)[b-q495f1ke71] {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5)[b-q495f1ke71]:after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6)[b-q495f1ke71] {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6)[b-q495f1ke71]:after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7)[b-q495f1ke71] {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7)[b-q495f1ke71]:after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8)[b-q495f1ke71] {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8)[b-q495f1ke71]:after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller-b-q495f1ke71 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/Elecprodux.Frontend/Shared/MainLayout.razor.rz.scp.css */
.quantity-wrapper[b-cpp51hh746] {
    display: flex;
    flex-direction: row;
}
.quantity-text[b-cpp51hh746] {
    width: 35px;
    height: 39px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}
input.quantity-text[b-cpp51hh746]::-webkit-outer-spin-button,
input.quantity-text[b-cpp51hh746]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}
.quantity-wrapper button[b-cpp51hh746] {
    padding: 7px 10px 8px;
    height: 41px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    cursor: pointer;
}
.quantity-wrapper .minus[b-cpp51hh746] {
    border-right: 0;
}
.quantity-wrapper .plus[b-cpp51hh746] {
    border-left: 0;
}
.quantity-wrapper button.minus:hover[b-cpp51hh746],
.quantity-wrapper button.plus:hover[b-cpp51hh746] {
    background: #eeeeee;
}


.page[b-cpp51hh746] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cpp51hh746] {
    flex: 1;
}

.sidebar[b-cpp51hh746] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-cpp51hh746] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cpp51hh746]  a, .top-row .btn-link[b-cpp51hh746] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-cpp51hh746] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-cpp51hh746] {
        display: none;
    }

    .top-row.auth[b-cpp51hh746] {
        justify-content: space-between;
    }

    .top-row a[b-cpp51hh746], .top-row .btn-link[b-cpp51hh746] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cpp51hh746] {
        flex-direction: row;
    }

    .sidebar[b-cpp51hh746] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cpp51hh746] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-cpp51hh746], article[b-cpp51hh746] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


.cart-wrapper[b-cpp51hh746] {
    position: relative;
}
.cart-count-badge[b-cpp51hh746] {
    position: absolute;
    top: -2px;
}
/* _content/Elecprodux.Frontend/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-am6r5kc439] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-am6r5kc439] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-am6r5kc439] {
    font-size: 1.1rem;
}

.oi[b-am6r5kc439] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-am6r5kc439] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-am6r5kc439] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-am6r5kc439] {
        padding-bottom: 1rem;
    }

    .nav-item[b-am6r5kc439]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-am6r5kc439]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-am6r5kc439]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-am6r5kc439] {
        display: none;
    }

    .collapse[b-am6r5kc439] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
