@import '_content/Admin/Admin.bwx95ljp1i.bundle.scp.css';
@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.bundle.scp.css';
@import '_content/Components/Components.odlv4ivj16.bundle.scp.css';



.width-100[b-xymcvozmmr] {
    width: 100%;
    float: left;
}

[b-xymcvozmmr] .width-100 {
    width: 100%;
    float: left;
}

[b-xymcvozmmr] .collapse-account {
    width: 100%;
    float: left;
}

[b-xymcvozmmr] .list-group-item {
    transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

[b-xymcvozmmr] .rt-summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: .5rem;
    font-weight: 600;
    color: #212529;
    list-style: none;
}

[b-xymcvozmmr] .rt-summary::-webkit-details-marker {
    display: none;
}

[b-xymcvozmmr] .rt-details {
    border: 1px dashed #e9ecef;
    border-radius: .5rem;
    padding: .75rem 1rem;
}

[b-xymcvozmmr] .rt-body {
    padding-top: .5rem;
}


[b-xymcvozmmr] .account-title,
[b-xymcvozmmr] .adress-title {
    font-size: clamp(1.3rem, 5vw, 1.1rem);
    font-weight: 700;
    color: #000000;
    line-height: 1;
    text-transform: uppercase;
}

[b-xymcvozmmr] .account-page-section .title-account-name {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px #000 solid;
    margin-bottom: 1rem;
    text-transform: uppercase;
    padding-bottom: 10px;
}

[b-xymcvozmmr] .cart-card,
[b-xymcvozmmr] .account-page-section .dropdown-account {
    padding: 15px;
    background-color: #E4E9E1;
    border-radius: .5rem;
}

[b-xymcvozmmr] .account-page-section .form-label {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: .5rem;
}

[b-xymcvozmmr] .nav-link-account {
    width: 100%;
    float: left;
    color: #000;
    font-size:15px;
    padding: 5px 0px;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

    [b-xymcvozmmr] .nav-link-account img {
        opacity: 0.3;
    }

    [b-xymcvozmmr] .nav-link-account.active {
        font-weight: bold;
    }

        [b-xymcvozmmr] .nav-link-account.active img {
            opacity: 1;
        }

    [b-xymcvozmmr] .nav-link-account:hover {
        font-weight: bold;
        text-decoration: none;
    }

        [b-xymcvozmmr] .nav-link-account:hover img {
            opacity: 1;
        }

[b-xymcvozmmr] .right-account-details .table-no-records {
    background: transparent;
}

[b-xymcvozmmr] .col-icon .hydrated {
    font-size: 1.8rem;
    color: #000000;
}

[b-xymcvozmmr] .col-icon .cart-subtitle {
    display: flex;
    align-items: center;
    gap: 10px;
}

[b-xymcvozmmr] .dropdown-account {
    width: 100%;
    float: left;
    position: sticky;
    top: 85px;
    margin-bottom: 30px;
    border-radius:.5rem;
}

[b-xymcvozmmr] .user-profile {
    display: flex;
    align-items: start;
}

    [b-xymcvozmmr] .user-profile img {
        width: 75px;
        height: auto;
        margin-top: -6px;
    }

    [b-xymcvozmmr] .user-profile .up-info {
        display: flex;
        flex-direction: column;
    }

        [b-xymcvozmmr] .user-profile .up-info .up-name {
            font-size: 1.8rem;
            color: #000;
            margin-bottom: 5px;
            font-weight: 700;
            line-height: 1;
        }

[b-xymcvozmmr] .user-profile .up-details {
    display: flex;
    align-items: center;
}

    [b-xymcvozmmr] .user-profile .up-details .up-item {
        display: flex;
        align-items: center;
        color: #000;
        font-size: 15px;
        position: relative;
    }

        [b-xymcvozmmr] .user-profile .up-details .up-item:first-of-type {
            padding-right: 15px;
            margin-right: 15px;
        }

            [b-xymcvozmmr] .user-profile .up-details .up-item:first-of-type::after {
                content: '';
                width: 2px;
                height: 15px;
                background: #eee;
                position: absolute;
                right: 0;
            }

    [b-xymcvozmmr] .user-profile .btn-link {
        font-weight: 500;
        color: #198754;
        display: flex;
        align-items: center;
    }

[b-xymcvozmmr] .AccountShortcut {
    margin-top: 1.5rem;
}

    [b-xymcvozmmr] .AccountShortcut .shortcut-item {
        border-radius: .5rem;
        padding: 15px;
        margin: 0;
        position: relative;
        border: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        background: #F5F5F5;
    }

[b-xymcvozmmr] .shortcut-item .shortcut-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
}

    [b-xymcvozmmr] .shortcut-item .shortcut-header .shortcut-title {
        margin-bottom: 0;
        font-weight: 700;
        font-size: 1.2rem;
        color: #000;
    }

    [b-xymcvozmmr] .shortcut-item .shortcut-header .shortcut-icon {
        font-size: 24px;
        color: #4b4b4b;
    }

[b-xymcvozmmr] .shortcut-item .btn-link {
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: fit-content;
}

[b-xymcvozmmr] .modal-edit .form-control{
    border-radius: .5rem;
}

[b-xymcvozmmr] .modal-footer .btn-primary.btn-caption.btn-sm {
    border-radius: 0;
}

[b-xymcvozmmr] .modal-footer .btn-outline-secondary{
    border-radius:0;
    border: 1px solid #212529;
    color: #212529;
}

[b-xymcvozmmr] .modal .form-check-input:checked {
    background-color: #1f2e4d;
    border-color: #1f2e4d;
}

[b-xymcvozmmr] .modal-footer .btn-outline-secondary:hover {
    color: #fff;
    background-color: #212529;
    border: 1px solid #212529;
}

[b-xymcvozmmr] .modal .btn-close:focus {
    box-shadow: 0 0 0 .25rem rgba(47,82,73,.5);
}

[b-xymcvozmmr] .account-page-section .btn-light {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #ffffff;
}

[b-xymcvozmmr] .right-account-details .btn-light {
    padding: .375rem .75rem;
}

    [b-xymcvozmmr] .account-page-section .btn-light:active:focus,
    [b-xymcvozmmr] .account-page-section .btn-light:focus{
        box-shadow:none;
    }

    [b-xymcvozmmr] .btn-secondary.btn-light {
        background-color: #dedede !important;
        border-color: #dedede;
    }

    [b-xymcvozmmr] .btn-secondary.btn-light:hover {
        background-color: #ccc !important;
        border-color: #ccc;
    }

[b-xymcvozmmr] .btn-link-dark.bg-light {
    background-color: #f5f5f5 !important
}

    [b-xymcvozmmr] .btn-link-dark.bg-light:hover {
        background-color: #e9e9e9 !important
    }

[b-xymcvozmmr] .order-box .card {
    background-color: #F9F9F4;
}



[b-xymcvozmmr] .nav-admin-tabs .nav-tabs{
    border-bottom:0;
}
[b-xymcvozmmr] .nav-tabs .nav-link:focus, 
[b-xymcvozmmr] .nav-tabs .nav-link:hover {
    border-color: #f5f5f5 !important;
}

[b-xymcvozmmr] .custom-grid a{
    color:#fff;
}

[b-xymcvozmmr] .first-order {
    border-top-left-radius: 0;
}

[b-xymcvozmmr] .bg-success {
    background-color: #2F5249 !important;
}

[b-xymcvozmmr] .order-nr {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #807d7a;
    position: relative;
    top: -2px;
}

[b-xymcvozmmr] .order-title a {
    color: #000;
}

[b-xymcvozmmr] .order-btn-group {
}

[b-xymcvozmmr] .adress-title {
    margin-top: 0px;
    margin-bottom: 10px;
}

    [b-xymcvozmmr] .account-title .hydrated,
    [b-xymcvozmmr] .adress-title .hydrated{
        font-size: 20px;
        margin-bottom: -3px;
        --ionicon-stroke-width: 40px;
    }

[b-xymcvozmmr] .table-bg {
    width: 100%;
    float: left;
    background: #f5f5f5;
    border-radius: .5rem;
    padding: 15px 15px;
    margin-top: 15px;
}
[b-xymcvozmmr] .btn-primary.btn-dark.btn-caption.btn-sm {
    background-color: #1c1f23;
    border: 2px solid #1c1f23;
}

[b-xymcvozmmr] .deleteIcon {
    font-size:19px;
    --ionicon-stroke-width: 40px;
}

[b-xymcvozmmr] .small-adress-title {
    position: relative;
    margin-top: -10px;
}


[b-xymcvozmmr] .small-heading {
    font-size: 14px;
    color: #9b9b9b;
}

[b-xymcvozmmr] .box-item {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #1f2e4d;
}

    [b-xymcvozmmr] .box-item:last-of-type {
        border-bottom: 0px solid #1f2e4d;
    }

[b-xymcvozmmr] .form-control {
    overflow: hidden;
}

[b-xymcvozmmr] .nav-admin-tabs .nav-link {
    color: #000;
}

    [b-xymcvozmmr] .nav-admin-tabs .nav-link.active {
        font-weight: bold;
        border: 0;
    }

[b-xymcvozmmr] .address-btns {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
}

[b-xymcvozmmr] .settings-addresses .address-btns {
    padding-left: 0 !important;
}

[b-xymcvozmmr] .notification-count {
    border-radius: .5rem;
    color: #fff;
    background-color: #de1c37;
    text-align: center;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    padding: 2px 6px;
    line-height: 1.3;
    font-weight: normal !important;
}


[b-xymcvozmmr] .return-item {
    transition: background-color .15s ease, box-shadow .15s ease, border-color .15s ease;
}

    [b-xymcvozmmr] .return-item:hover {
        background-color: #f9fafb;
    }

[b-xymcvozmmr] .return-item-selected {
    border-color: var(--bs-primary);
    background-color: rgba(13, 110, 253, .03);
    box-shadow: 0 0 0 1px rgba(13, 110, 253, .1);
}

[b-xymcvozmmr] .return-item-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

[b-xymcvozmmr] .return-status-badge {
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    white-space: nowrap;
}

[b-xymcvozmmr] .return-chip {
    font-size: .7rem;
    background-color: rgba(13,110,253,.05);
    border: 1px solid rgba(13,110,253,.2);
}

@media (max-width: 576px) {
    [b-xymcvozmmr] .return-item-image {
        width: 64px;
        height: 64px;
    }
}

[b-xymcvozmmr] .order-tracking {
    position: relative;
}

    [b-xymcvozmmr] .order-tracking .stage {
        display: flex; 
        align-items: start;
    }

        [b-xymcvozmmr] .order-tracking .stage .stage-date {
            width: 95px;
            display: flex;
            flex-direction: column;
            text-align: right;
            font-size: 14px;
            padding: 0 20px 20px 0;
            color: #666;
        }

            [b-xymcvozmmr] .order-tracking .stage:last-of-type .stage-date {
                padding-bottom: 0;
            }

        [b-xymcvozmmr] .order-tracking .stage .stage-details {
            display: flex;
            flex-direction: column;
            padding: 0 0 45px 20px;
            position: relative;
            color: #666;
            border-left: 1px solid #ccc;
            width: calc(100% - 95px);
        }

            [b-xymcvozmmr] .order-tracking .stage:last-of-type .stage-details {
                padding-bottom: 0;
            }

        [b-xymcvozmmr] .order-tracking .stage .stage-details::before {
            content: '';
            position: absolute;
            left: -5px;
            top: 7px;
            width: 8px;
            height: 8px;
            background-color: #a5a5a5;
            border-radius: 50%;
            box-shadow: 0 0 0 5px #fff;
        }

        [b-xymcvozmmr] .order-tracking .stage .stage-title {
            color: #000;
        }

        [b-xymcvozmmr] .order-tracking .stage .stage-location {
            display: flex;
            align-items: center;
        }

            [b-xymcvozmmr] .order-tracking .stage .stage-location img {
                opacity: 0.5;
                margin-right: 3px;
                width: 16px;
                height: auto;
            }


[b-xymcvozmmr] .custom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .5rem;
}

[b-xymcvozmmr] .order-items .card:first-child{
    border-top-left-radius:0;
}

[b-xymcvozmmr] .grid-item {
    color: #000;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    transition: .2s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #E4E9E1;
    gap: 10px;
}

    [b-xymcvozmmr] .grid-item:hover {
        transform: translateY(-2px);
    }


[b-xymcvozmmr] .orders-return .product-img {
    width: 120px;
    max-width: 120px;
    height: auto;
    object-fit: contain;
}

@media (max-width: 575.98px) {
    [b-xymcvozmmr] .orders-return .product-img {
        width: 96px;
        max-width: 96px;
    }
}

[b-xymcvozmmr] .return-card .card-footer {
    border-top: 0;
    border-top: 1px solid rgba(0,0,0,.05);
}

[b-xymcvozmmr] .orders-return-footer {
    box-shadow: 0 -2px 12px rgba(0,0,0,.06);
}


@media(min-width: 767px) {
    .collapse-account[b-xymcvozmmr] {
        display: block !important;
    }

        .collapse-account:not(show)[b-xymcvozmmr] {
            display: block !important;
        }

    [b-xymcvozmmr] .account-name {
        display: none;
    }

    [b-xymcvozmmr] .left-box {
        border-right: 1px solid #1f2e4d;
        padding-left: 35px;
    }

    [b-xymcvozmmr] .right-box {
        padding-right: 35px;
    }
}

@media(max-width: 767px) {
    [b-xymcvozmmr] .order-btn-group {
        flex-direction: column;
    }

        [b-xymcvozmmr] .order-btn-group .btn-light:first-child {
            border-top-left-radius: .5rem;
            border-top-right-radius: .5rem;
            border-bottom-left-radius:0;
        }

        [b-xymcvozmmr] .order-btn-group .btn-light:last-of-type {
            border-bottom-left-radius: .5rem;
            border-bottom-right-radius: .5rem;
            border-top-right-radius:0;
        }

    [b-xymcvozmmr] .account-name-link {
        display: none;
    }

    [b-xymcvozmmr] .box {
        padding: 20px 30px
    }

    [b-xymcvozmmr] .collapse-account {
        margin-top: 10px;
    }
}

@media(max-width: 991px) {

    [b-xymcvozmmr] .order-items .card{
        margin-top:0 !important;
    }

    [b-xymcvozmmr] .custom-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    [b-xymcvozmmr] .card {
        height: auto !important;
        margin-top: 15px !important;
    }

    [b-xymcvozmmr] .order-box .btn-dark {
        float: left !important;
        margin-top: 10px;
    }

    [b-xymcvozmmr] .order-btn-group {
        width: 100%;
        float: left;
    }
}

@media(min-width: 991px) {
    [b-xymcvozmmr] .border-card {
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }
}

@media(max-width: 576px) {

    [b-xymcvozmmr] .card-box{
        flex-direction:column;
        gap:.5rem;
    }

        [b-xymcvozmmr] .card-box .btn-primary.btn-caption{
            margin-left:0 !important;
        }

        [b-xymcvozmmr] .custom-grid {
            grid-template-columns: repeat(1, 1fr);
        }

    [b-xymcvozmmr] .order-tracking .stage .stage-details {
        font-size: 15px;
    }

    [b-xymcvozmmr] .order-tracking .stage .stage-date {
        width: 95px;
        display: flex;
        flex-direction: column;
        text-align: right;
        font-size: 13px;
        padding: 0 20px 20px 0;
        color: #666;
    }
}

.article-item[b-h70p4xp2k0] {
    width: 100%;
    float: left;
    padding: 0px 0px;
    border-radius: .5rem;
    margin: 1rem 0;
    height: 520px;
}


.article-clip[b-h70p4xp2k0] {
    height: 300px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.ArticlesCategories[b-h70p4xp2k0]{
    margin: 1rem 0;
}

.ShortDescription[b-h70p4xp2k0] {
    max-height: 75px;
    height: auto;
    overflow: hidden;
}

.thumbnail-image[b-ppsdjl21r5] {
    overflow: hidden;
    height: 100px;
    text-align: center;
    border: 1px solid #efefef;
}

    .thumbnail-image img[b-ppsdjl21r5] {
        max-width: 100%;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.xzoom-thumbs[b-ppsdjl21r5] {
    overflow: hidden !important;
    height: 100px;
}

    .xzoom-thumbs .owl-stage[b-ppsdjl21r5] {
        float: none;
        margin: 0 auto;
    }

.owl-carousel .owl-item[b-ppsdjl21r5] {
    margin-right: 10px !important;
}

@media (max-width: 990px) {
    .ArticleRating[b-ppsdjl21r5] {
        zoom: 0.8;
    }
}

@media (max-width: 576px) {
    .left-article-section h1[b-ppsdjl21r5] {
        font-size: 22px;
    }

    .left-article-section .h2[b-ppsdjl21r5], .left-article-section h2[b-ppsdjl21r5] {
        font-size: 1.2rem;
    }
}





[b-igl3ewgc0v] .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

[b-igl3ewgc0v] .carousel-item {
    position: relative;
    float: left;
    width: 100%;
    margin-right: -100%;
}

[b-igl3ewgc0v] .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    color: #fff;
    text-align: center;
}
[b-igl3ewgc0v] .carousel-caption {
    text-shadow: 0 0 3px #000;
    font-size: 27px;

}

    [b-igl3ewgc0v] .carousel-caption h3 {
        font-size: 32px;
        color: #de1c37
    }

[b-igl3ewgc0v] .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

[b-igl3ewgc0v] .carousel-fade .carousel-inner .active {
    opacity: 1;
}

[b-igl3ewgc0v] .carousel.carousel-fade .active.left,
[b-igl3ewgc0v] .carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

[b-igl3ewgc0v] .carousel-item {
    transition: opacity 0.5s !important;
}


[b-igl3ewgc0v] .home-pager {
    width: 100%;
    margin-top: 20px;
}

[b-igl3ewgc0v] .home-pager .pagination .btn-prev {
    font-size: 30px;
    background: #efefef;
    line-height: 23px;
    margin-right: 10px;
}

[b-igl3ewgc0v] .home-pager .pagination .btn-next {
    font-size: 30px;
    background: #efefef;
    line-height: 23px;
}

[b-igl3ewgc0v] .home-pager .pagination .pagination-number {
    display: none
}

[b-igl3ewgc0v] .GuestbookComments {
    text-align: center;
    padding: 10px;
    font-size: 18px;
    background: #efefef;
    border-radius: .5rem;
}

[b-igl3ewgc0v] .newsletter-subscribe {
    text-align: center;
    color: #fff;
    padding: 20px 10px;
    background: #2F5249;
}

    [b-igl3ewgc0v] .newsletter-subscribe .btn {
        background-color: #E4E9E1;
        color: #000000;
    }

.GalleryPage img[b-igl3ewgc0v] {
    max-width: 100%;
}


[b-igl3ewgc0v] .article-image {
    position: relative;
    overflow: hidden;
}

    [b-igl3ewgc0v] .article-image img {
        transition: transform 0.5s ease;
    }

    [b-igl3ewgc0v] .article-image:hover img {
        transform: scale(1.1);
    }
    

[b-igl3ewgc0v] ion-icon {
    --ionicon-stroke-width: 40px;
}

    [b-igl3ewgc0v] .article-image::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100px;
        height: 100px;
        background: rgba(214, 41, 8, 0.4);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0.5s ease, opacity 0.5s ease, width 0.5s ease, height 0.5s ease;
        opacity: 0;
        pointer-events: none;
        z-index: 2;
    }

    [b-igl3ewgc0v] .article-image:hover::after {
        width: 200%;
        height: 200%; 
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
        border-radius:10px;
    }

[b-igl3ewgc0v] .articles-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 40px;
}

[b-igl3ewgc0v] .article-item {
    position: relative;
}

[b-igl3ewgc0v] .article-image .img-article {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

[b-igl3ewgc0v] .article-item .article-content .ArtDate {
    font-size: 14px;
    line-height: 22px;
    text-decoration: underline;
    color: #2F5249;
    font-weight: 600;
    display:flex;
    align-items:center;
    gap:5px;
}

[b-igl3ewgc0v] .article-item .article-content .ArticlesFrontDesc {
    margin-bottom: 0;
    color: #807d7a;
    font-weight: 500;
    max-height: 75px;
    overflow: hidden;
    letter-spacing: 0px;
}

[b-igl3ewgc0v] .article-image{
    border-radius:10px;
}

[b-igl3ewgc0v] .article-item .article-content .article-title {
    font-family: "Signika";
    font-size: clamp(16px, 5vw, 20px);
    letter-spacing: 0px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
}

[b-igl3ewgc0v] .article-item:first-of-type .article-image {
    height: 500px;
    overflow: hidden;
}

[b-igl3ewgc0v] .article-item:first-of-type .ArticlesFrontDesc {
    display: none;
}

[b-igl3ewgc0v] .article-item:first-of-type .article-content {
    padding: 40px;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
    border-radius: 15px;
}

[b-igl3ewgc0v] .article-item:first-of-type .article-content .ArtDate{
    color:#fff;
}

[b-igl3ewgc0v] .article-item:nth-of-type(2) .article-content .ArtBadge,
[b-igl3ewgc0v] .article-item:nth-of-type(3) .article-content .ArtBadge {
    display: none;
}

[b-igl3ewgc0v] .article-item:first-of-type .article-content .article-title {
    font-size: 28px;
    color: #ffffff;
}

[b-igl3ewgc0v] .bg-badge-green{
    width:100px;
    background-color:#00603f;
    margin-bottom:10px;
}
[b-igl3ewgc0v] .article-item:first-of-type .article-content .ArtBadge a{
    color:#fff;
    font-size:13px;
    text-transform:uppercase;
    font-weight:600;
}

[b-igl3ewgc0v] .article-image .img-article:first-of-type {
    width: 100%;
}

[b-igl3ewgc0v] .article-item:nth-of-type(2),
[b-igl3ewgc0v] .article-item:nth-of-type(3) {
    display: flex;
}

    [b-igl3ewgc0v] .article-item:nth-of-type(2) .article-image,
    [b-igl3ewgc0v] .article-item:nth-of-type(3) .article-image {
        flex: 0 0 45%;
        height: 230px;
    }

    [b-igl3ewgc0v] .article-item:nth-of-type(2) .article-content,
    [b-igl3ewgc0v] .article-item:nth-of-type(3) .article-content {
        display:flex;
        flex-direction:column;
        justify-content:center;
        height:100%;
        flex: 1;
        right: 0;
        left: unset;
        bottom: unset;
        top: 0;
        width: 50%;
    }

[b-igl3ewgc0v] .article-item .article-image a {
    display: flex;
    height: 100%;
}

[b-igl3ewgc0v] .article-item .article-image img {
    min-height: 100%;
    object-fit: cover;
    border-radius:10px;
}

[b-igl3ewgc0v] .article-item .article-content {
    width: 94.5%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
    [b-igl3ewgc0v] .article-item .article-content:first-of-type {
        background-color:rgba(0,0,0,0.71);
    }

        [b-igl3ewgc0v] .article-item .article-content:first-of-type .article-title {
            font-size: 28px;
            letter-spacing: 1px;
            line-height: 28px;
        }

[b-igl3ewgc0v] .ArtDate {
    font-size: 12px;
    color: #ccc;
    margin-bottom: 10px
}

@media (min-width: 991px) {
    [b-igl3ewgc0v] .articles-section .article-item:first-of-type {
        grid-row: span 2;
    }
}
@media(max-width:990px) {

    
    [b-igl3ewgc0v] .article-item .article-image .img-article {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    [b-igl3ewgc0v] .article-item:first-of-type .article-content {
        padding: 1rem;
        background: transparent;
    }

        [b-igl3ewgc0v] .article-item:first-of-type .article-content .ArtBadge{
            display:none;
        }

        [b-igl3ewgc0v] .article-item:first-of-type .article-content .article-title {
            color: #000000;
            font-size: clamp(16px, 5vw, 20px);
            letter-spacing:0px;
        }

    [b-igl3ewgc0v] .article-item:first-of-type .ArticlesFrontDesc{
        display:block;
    }

    [b-igl3ewgc0v] .article-item:first-of-type .article-content .ArtDate{
        color:#2F5249;
    }

    [b-igl3ewgc0v] .articles-section {
        grid-template-columns: 1fr;
    }

    [b-igl3ewgc0v] .article-item {
        padding-bottom: 0px;
    }

    [b-igl3ewgc0v] .article-item {
        display: flex;
        flex-direction: row;
    }

    [b-igl3ewgc0v] .article-image {
        flex: 0 0 48%;
        height: auto;
    }

    [b-igl3ewgc0v] .article-content {
        flex: 1;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
 

    [b-igl3ewgc0v] .article-item .article-content .article-title {
        margin-bottom: 0.5rem;
    }

    [b-igl3ewgc0v] .article-item:first-of-type .article-image {
        height: 230px;
        flex:0 0 45%;
    }

    [b-igl3ewgc0v] .article-item .article-image img {
        object-fit: cover;
        width: 100%;
        height: auto;
    }

    [b-igl3ewgc0v] .article-item .article-content {
        position: relative;
        padding: 1rem;
        width: 100%;
        bottom: unset;
        left: unset;
    }

    [b-igl3ewgc0v] .article-item:nth-of-type(2) .article-content,
    [b-igl3ewgc0v] .article-item:nth-of-type(3) .article-content {
        width: 100%;
        padding: 1rem;
    }
}

@media(max-width:767px) {

    [b-igl3ewgc0v] .newsletter-subscribe .input-group {
        width: 100% !important;
    }
}

@media(max-width:576px) {

    [b-igl3ewgc0v] .newsletter-subscribe .input-group {
        flex-direction:column;
        margin-bottom: 0 !important;
    }
     
    [b-igl3ewgc0v] .newsletter-subscribe .newsletter .btn-primary,
    [b-igl3ewgc0v] .newsletter-subscribe .newsletter .form-control {
        width: 100%;
        margin-left: 0 !important;
        height:38px;
    }

    [b-igl3ewgc0v] .article-item {
        flex-direction: column;
        height: fit-content;
    }

        [b-igl3ewgc0v] .article-item .article-image .img-article{
                border-bottom-right-radius:0px;
                border-bottom-left-radius:0px;
                border-top-right-radius:10px;
        }
}

[b-olm52rxgej] .prod-dd-btn, .prod-dd-btn[b-olm52rxgej] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    max-width: 260px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    line-height: 1.1;
}

    [b-olm52rxgej] .prod-dd-btn:focus, .prod-dd-btn:focus[b-olm52rxgej] {
        box-shadow: 0 0 0 .2rem rgba(13,110,253,.15);
    }

[b-olm52rxgej] .prod-dd-title, .prod-dd-title[b-olm52rxgej] {
    font-size: 12px;
    opacity: .75;
    white-space: nowrap;
}

[b-olm52rxgej] .prod-dd-value, .prod-dd-value[b-olm52rxgej] {
    font-size: 13px;
    font-weight: 600;
    max-width: 170px;
}

[b-olm52rxgej] .prod-dd-menu, .prod-dd-menu[b-olm52rxgej] {
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.10);
    padding: .35rem;
    min-width: 260px;
    max-height: 320px;
    overflow: auto;
}

    [b-olm52rxgej] .prod-dd-menu .dropdown-item, .prod-dd-menu .dropdown-item[b-olm52rxgej] {
        border-radius: 8px;
        padding: .5rem .6rem;
        font-size: 13px;
    }

        [b-olm52rxgej] .prod-dd-menu .dropdown-item.active, .prod-dd-menu .dropdown-item.active[b-olm52rxgej] {
            font-weight: 700;
        }

.product-option-list[b-l7tsvpyutw] {
    width: 100%;
    float: left;
}

[b-l7tsvpyutw] .product-option-list label {
    border: solid 1px #ccc;
    padding: 7px;
    border-radius: .5rem;
    font-size: 13px;
    cursor: pointer;
    display: block;
    width: auto;
    float: left;
    line-height: 23px;
    margin-right: 7px;
    margin-top: 5px;
}

[b-l7tsvpyutw] .product-option-list input {
    width: 15px !important;
    height: 15px !important;
}

[b-l7tsvpyutw] .product-option-list label:hover {
    background-color: #efefef;
}

.btn .badge[b-l7tsvpyutw] {
    left: 5px;
}


.product-page-section .product-gallery-section .first-image[b-l7tsvpyutw] {
    height: 440px;
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 0;
}

.product-gallery-section .first-image img[b-l7tsvpyutw] {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-page-section .product-gallery-section .xzoom-gallery[b-l7tsvpyutw] {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.xzoom-thumbs[b-l7tsvpyutw] {
    overflow: hidden !important;
    height: 100px;
}

[b-l7tsvpyutw] .xzoom-thumbs .owl-stage {
    float: none;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

[b-l7tsvpyutw] .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

[b-l7tsvpyutw] .owl-carousel .owl-item {
    margin-right: 10px !important;
}

[b-l7tsvpyutw] .xzoom-preview {
    z-index: 10 !important;
}

.xzoom-thumbs[b-l7tsvpyutw] {
    position: relative;
}

[b-l7tsvpyutw] .xzoom-thumbs .owl-prev {
    position: absolute;
    left: 0;
    top: 30%;
    right: unset;
    width: 20px;
}

[b-l7tsvpyutw] .xzoom-thumbs .owl-next {
    position: absolute;
    left: unset;
    top: 30%;
    right: 0;
    width: 20px;
}

[b-l7tsvpyutw] .xzoom-thumbs .owl-stage {
    float: none;
    margin: 0 auto;
    text-align: center;
}
.product-favorite-comparator-section[b-l7tsvpyutw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .product-favorite-comparator-section[b-l7tsvpyutw],
    .product-favorite-comparator-section .btn-link[b-l7tsvpyutw] {
        font-size: 0.9rem;
    }

    [b-l7tsvpyutw] .btn-product .btn-caption{
        border-top-left-radius:0;
        border-bottom-left-radius:0;
    }

.product-favorite-comparator-section .btn-link[b-l7tsvpyutw] {
    color: #000000;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.product-favorite-comparator-section .btn:focus[b-l7tsvpyutw] {
    box-shadow: none;
}

.product-page-section .product-gallery-section .first-image[b-l7tsvpyutw]  iframe {
    width: 100% !important;
    height: 100% !important;
}

.product-page-section .product-gallery-section .xzoom-gallery[b-l7tsvpyutw] {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.xzoom-thumbs[b-l7tsvpyutw] {
    overflow: hidden !important;
    height: 100px;
}

    .xzoom-thumbs.owl-carousel .owl-item button img[b-l7tsvpyutw] {
        width: 50px;
        margin: auto
    }

[b-l7tsvpyutw] .xzoom-thumbs .owl-stage {
    float: none;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

[b-l7tsvpyutw] .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

[b-l7tsvpyutw] .xzoom-preview {
    z-index: 10 !important;
}

.xzoom-thumbs[b-l7tsvpyutw] {
    position: relative;
}

[b-l7tsvpyutw] .xzoom-thumbs .owl-prev {
    position: absolute;
    left: 0;
    top: 30%;
    right: unset;
    width: 20px;
}

[b-l7tsvpyutw] .xzoom-thumbs .owl-next {
    position: absolute;
    left: unset;
    top: 30%;
    right: 0;
    width: 20px;
}

[b-l7tsvpyutw] .xzoom-thumbs .owl-stage {
    float: none;
    margin: 0 auto;
    text-align: center;
}

[b-l7tsvpyutw] .btn-add-cart {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: start;
}




[b-l7tsvpyutw] .product-comment {
    padding: 1rem;
    background-color: #E4E9E1;
    border-radius: .5rem;
    margin-bottom: 10px;
}

[b-l7tsvpyutw] .table-dark {
    --bs-table-bg: #2F5249;
}

[b-l7tsvpyutw] .table-striped > tbody > tr {
    --bs-table-accent-bg: #ffffff;
}

[b-l7tsvpyutw] .page-title {
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-weight: 700;
    font-size: clamp(22px, 5vw, 32px);
    flex-wrap: wrap;
    margin-bottom:0;
}

[b-l7tsvpyutw] .product-sumbox-sub-series {
    font-size: 1rem;
    font-weight:400;
}

[b-l7tsvpyutw] .imb-benefits a.imb-benefit:hover .imb-benefit__title {
    text-decoration: underline;
}


[b-l7tsvpyutw] .product-summary h3, .product-summary h2[b-l7tsvpyutw], .product-summary h1[b-l7tsvpyutw] {
    margin-bottom: 20px;
}

[b-l7tsvpyutw] .product-page-section .prod-info {
    padding-right: 35px;
    padding-left: 35px;
}

[b-l7tsvpyutw] .prod-quantity {
    width: 140px;
    float: left;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 5px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0px;
    margin-bottom: 0px;
}

    [b-l7tsvpyutw] .prod-quantity .plus {
        height: 100%;
        float: right;
        border-left: 1px solid #eee;
        border-right: 0px solid #eee;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        cursor: pointer;
        transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        color: #000;
        line-height: 45px;
    }

    [b-l7tsvpyutw] .prod-quantity .minus {
        height: 100%;
        float: left;
        border-left: 0 solid #eee;
        border-right: 1px solid #eee;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        cursor: pointer;
        transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        color: #000;
        line-height: 45px;
    }

    [b-l7tsvpyutw] .prod-quantity .plus,
    [b-l7tsvpyutw] .prod-quantity .minus {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        border: 0;
        transition: .2s ease-in;
    }

        [b-l7tsvpyutw] .prod-quantity .plus:hover,
        [b-l7tsvpyutw] .prod-quantity .minus:hover {
            background-color: var(--light-gray)
        }

        [b-l7tsvpyutw] .prod-quantity .plus ion-icon,
        [b-l7tsvpyutw] .prod-quantity .minus ion-icon {
            width: 1.25em;
            height: 1.25em;
        }

    [b-l7tsvpyutw] .prod-quantity .quantity-select {
        width: 74px;
        float: left;
        text-align: center;
        float: left;
        text-align: center;
        border: 0 solid #fff !important;
        height: 100%;
        border-radius: 0;
    }

[b-l7tsvpyutw] .product-gallery-section {
    position: sticky;
    top:80px;
    overflow: visible;
}

    [b-l7tsvpyutw] .product-gallery-section .discount-badge {
        position: absolute;
        left: 10px;
        z-index: 2;
        padding: 6px 10px;
        border-radius: .25rem;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        top: 10px;
        background: linear-gradient(135deg,#ef4444,#b91c1c);
    }

    [b-l7tsvpyutw] .product-gallery-section .first-image {
        position: relative;
        z-index: 1;
    }

[b-l7tsvpyutw] .product-comment {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}




[b-l7tsvpyutw] .product-details-description {
    padding: 1.25rem 0;
}

[b-l7tsvpyutw] .text-medium, .text-medium[b-l7tsvpyutw] {
    font-weight: 600 !important;
    margin-bottom: 0.625rem;
}

[b-l7tsvpyutw] .product-submenu {
    margin: 3.75rem 0
}

[b-l7tsvpyutw] .product-submenu-item {
    border-top: 1px solid #e9ecef;
}

[b-l7tsvpyutw] .submenu-button {
    background: transparent;
    border: 0;
    padding: 24px 0;
    text-align: left;
    width: 100%;
}

[b-l7tsvpyutw] .submenu-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

[b-l7tsvpyutw] .submenu-title {
    margin: 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.1;
}

[b-l7tsvpyutw] .price-cart {
    font-size: 1.25rem;
    font-weight: 600;
}

[b-l7tsvpyutw] .price-cart .from {
    font-size: .875rem;
}

    [b-l7tsvpyutw] .price-cart .currency {
        font-size: .875rem;
        font-weight: 500;
        opacity: .85;
    }




@media (max-width:1440px) {
    .product-page-section[b-l7tsvpyutw]  .main-row .col-gallery {
        padding-left: 15px;
    }

    .product-page-section[b-l7tsvpyutw]  .prod-info {
        padding-right: 15px;
        padding-left: 15px;
    }
}


@media(min-width:990px) {

    [b-l7tsvpyutw] .price-cart {
        font-size: 1.5rem;
    }

    [b-l7tsvpyutw] .product-summary .contact {
        flex-flow: row wrap;
        width: auto;
    }

        [b-l7tsvpyutw] .product-summary .contact .contact-item {
            flex-grow: 1;
            margin: initial;
            width: auto;
        }
}


@media(max-width: 990px) {

    .product-page-section .product-gallery-section .first-image[b-l7tsvpyutw] {
        height: 40vh;
    }
}

@media(max-width:767px) {
    .product-page-section .product-gallery-section .first-image[b-l7tsvpyutw] {
        height: 35vh;
    }

    .product-favorite-comparator-section[b-l7tsvpyutw] {
        flex-direction: column;
        align-items: start;
    }

    .product-page-section[b-l7tsvpyutw]  .prod-info {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width:576px) {

    .btn-add-cart[b-l7tsvpyutw] {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        background: #fff;
        z-index: 90;
        border-top: 1px solid #ccc;
        padding: 15px;
        text-align: center;
        display: flex;
        justify-content: space-between;
    }

    [b-l7tsvpyutw] .btn-add-cart .btn-primary img {
        display: none;
    }

    .quantity-selector .form-control[b-l7tsvpyutw] {
        width: 100px;
    }

    [b-l7tsvpyutw] .product-gallery-section::after {
        display: none;
    }

}

@media(max-width:420px){
    [b-l7tsvpyutw] .quantity-selector .form-control {
        width: 60px;
    }
}

.rating-stars[b-18ydp1md0v], .rating-stars[b-18ydp1md0v] {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: .35rem;
    align-items: center;
}

.rating-stars-input[b-18ydp1md0v], .rating-stars-input[b-18ydp1md0v] {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    margin: 0;
    cursor: pointer;
    background: url('/images/imbutelieri/products/star.svg') center/contain no-repeat;
}

    .rating-stars-input:hover[b-18ydp1md0v], .rating-stars-input:hover ~ .rating-stars-input[b-18ydp1md0v],
    .rating-stars-input:hover[b-18ydp1md0v], .rating-stars-input:hover ~ .rating-stars-input[b-18ydp1md0v] {
        background-image: url('/images/imbutelieri/products/star-filled.svg') !important;
    }

    .rating-stars-input:checked[b-18ydp1md0v], .rating-stars-input:checked ~ .rating-stars-input[b-18ydp1md0v],
    .rating-stars-input:checked[b-18ydp1md0v], .rating-stars-input:checked ~ .rating-stars-input[b-18ydp1md0v] {
        background-image: url('/images/imbutelieri/products/star-filled.svg') !important;
    }

.rating-bars[b-18ydp1md0v], .rating-bars[b-18ydp1md0v] {
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
}

.rating-bar-row[b-18ydp1md0v], .rating-bar-row[b-18ydp1md0v] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 0;
    background-color: transparent;
    padding: 0;
    text-align: left;
}

    .rating-bar-row:hover[b-18ydp1md0v], .rating-bar-row:hover[b-18ydp1md0v] {
        background-color: #F9F9F4;
    }

.rating-bar-value[b-18ydp1md0v] {
    font-weight: 600;
}

.rating-bar-mid[b-18ydp1md0v] {
    flex: 1;
}

.rating-progress[b-18ydp1md0v] {
    height: 12px;
    border-radius: 10px;
    background: #e9ecef;
}

.rating-progress-fill[b-18ydp1md0v] {
    border-radius: 8px;
    background: #2F5249;
}

.rating-bar-right[b-18ydp1md0v] {
    text-align: right;
    width: 10px;
}

.rating-bar-left[b-18ydp1md0v] {
    display: flex;
    align-items: center;
    gap: .35rem;
    justify-content: flex-start;
    width: 30px;
}

.review-item:first-of-type[b-18ydp1md0v] {
    border-top: 1px solid #cad1de;
}

.review-item[b-18ydp1md0v] {
    border-bottom: 1px solid #cad1de;
    padding: 1rem 0;
}


.filters-canvas[b-0wr0obt6up] {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    height: 75vh;
}

    .filters-canvas .offcanvas-header[b-0wr0obt6up] {
        border-bottom: 1px solid rgba(0,0,0,.08);
    }

.filters-canvas-layout[b-0wr0obt6up] {
    display: grid;
    grid-template-columns: 170px 1fr;
    height: 100%;
    min-height: 0;
}

.filters-canvas-nav[b-0wr0obt6up] {
    border-right: 1px solid rgba(0,0,0,.08);
    overflow: auto;
    padding: .5rem .25rem;
}

.filters-canvas-navitem[b-0wr0obt6up] {
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent;
    padding: .6rem .75rem;
    border-radius: .6rem;
    font-weight: 600;
    font-size: 14px;
}


.filters-canvas-wrapper[b-0wr0obt6up] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .25rem;
    cursor: pointer;
    font-size: 14px;
}

.filters-canvas-navitem.active[b-0wr0obt6up] {
    background: rgba(13,110,253,.08);
}

.filters-canvas-content[b-0wr0obt6up] {
    overflow: auto;
    padding: .5rem;
    min-height: 0;
}

.filters-canvas-list[b-0wr0obt6up] {
    overflow: auto;
    padding-right: .25rem;
}

.filters-canvas-footer[b-0wr0obt6up] {
    display: flex;
    gap: .75rem;
    padding: .75rem 1rem calc(.75rem + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(0,0,0,.08);
    background: #fff;
}

    .filters-canvas-footer .btn[b-0wr0obt6up] {
        flex: 1;
    }

.filters-canvas-catitem.child[b-0wr0obt6up] {
    padding-left: 16px;
    opacity: .95;
}

.filters-canvas-link[b-0wr0obt6up] {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: .35rem .25rem;
}


[b-qbnck8lzab] h1, [b-qbnck8lzab] h2, [b-qbnck8lzab] h3, [b-qbnck8lzab] h4, [b-qbnck8lzab] h5, [b-qbnck8lzab] h6,
[b-qbnck8lzab] .h1, [b-qbnck8lzab] .h2, [b-qbnck8lzab] .h3, [b-qbnck8lzab] .h4, [b-qbnck8lzab] .h5, [b-qbnck8lzab] .h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.4;
    color: inherit;
}

    [b-qbnck8lzab] h1 small, [b-qbnck8lzab] h1 .small,
    [b-qbnck8lzab] h2 small, [b-qbnck8lzab] h2 .small,
    [b-qbnck8lzab] h3 small, [b-qbnck8lzab] h3 .small,
    [b-qbnck8lzab] h4 small, [b-qbnck8lzab] h4 .small,
    [b-qbnck8lzab] h5 small, [b-qbnck8lzab] h5 .small,
    [b-qbnck8lzab] h6 small, [b-qbnck8lzab] h6 .small,
    [b-qbnck8lzab] .h1 small, [b-qbnck8lzab] .h1 .small,
    [b-qbnck8lzab] .h2 small, [b-qbnck8lzab] .h2 .small,
    [b-qbnck8lzab] .h3 small, [b-qbnck8lzab] .h3 .small,
    [b-qbnck8lzab] .h4 small, [b-qbnck8lzab] .h4 .small,
    [b-qbnck8lzab] .h5 small, [b-qbnck8lzab] .h5 .small,
    [b-qbnck8lzab] .h6 small, [b-qbnck8lzab] .h6 .small {
        font-weight: 400;
        line-height: 1;
    }

[b-qbnck8lzab] h1, [b-qbnck8lzab] .h1,
[b-qbnck8lzab] h2, [b-qbnck8lzab] .h2,
[b-qbnck8lzab] h3, [b-qbnck8lzab] .h3,
[b-qbnck8lzab] h4, [b-qbnck8lzab] .h4,
[b-qbnck8lzab] h5, [b-qbnck8lzab] .h5,
[b-qbnck8lzab] h6, [b-qbnck8lzab] .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    [b-qbnck8lzab] h1 small, [b-qbnck8lzab] h1 .small,
    [b-qbnck8lzab] .h1 small, [b-qbnck8lzab] .h1 .small,
    [b-qbnck8lzab] h2 small, [b-qbnck8lzab] h2 .small,
    [b-qbnck8lzab] .h2 small, [b-qbnck8lzab] .h2 .small,
    [b-qbnck8lzab] h3 small, [b-qbnck8lzab] h3 .small,
    [b-qbnck8lzab] .h3 small, [b-qbnck8lzab] .h3 .small {
        font-size: 65%;
    }

    [b-qbnck8lzab] h4 small, [b-qbnck8lzab] h4 .small,
    [b-qbnck8lzab] .h4 small, [b-qbnck8lzab] .h4 .small,
    [b-qbnck8lzab] h5 small, [b-qbnck8lzab] h5 .small,
    [b-qbnck8lzab] .h5 small, [b-qbnck8lzab] .h5 .small,
    [b-qbnck8lzab] h6 small, [b-qbnck8lzab] h6 .small,
    [b-qbnck8lzab] .h6 small, [b-qbnck8lzab] .h6 .small {
        font-size: 75%;
    }

[b-qbnck8lzab] h1, [b-qbnck8lzab] .h1 {
    font-size: 28px;
}

[b-qbnck8lzab] h2, [b-qbnck8lzab] .h2 {
    font-size: 21px;
}

[b-qbnck8lzab] h3, [b-qbnck8lzab] .h3 {
    font-size: 16px;
}

[b-qbnck8lzab] h4, [b-qbnck8lzab] .h4 {
    font-size: 15px;
}

[b-qbnck8lzab] h5, [b-qbnck8lzab] .h5 {
    font-size: 14px;
}

[b-qbnck8lzab] h6, [b-qbnck8lzab] .h6 {
    font-size: 11px;
}

[b-qbnck8lzab] p {
    margin: 0 0 10px;
}

[b-qbnck8lzab] .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    [b-qbnck8lzab] h1, [b-qbnck8lzab] .h1,
    [b-qbnck8lzab] h2, [b-qbnck8lzab] .h2,
    [b-qbnck8lzab] h3, [b-qbnck8lzab] .h3 {
        margin-top: 20px;
    }

    [b-qbnck8lzab] h1, [b-qbnck8lzab] .h1 {
        font-size: 32px;
    }

    [b-qbnck8lzab] h2, [b-qbnck8lzab] .h2 {
        font-size: 25px;
    }

    [b-qbnck8lzab] h3, [b-qbnck8lzab] .h3 {
        font-size: 21px;
    }

    [b-qbnck8lzab] h4, [b-qbnck8lzab] .h4 {
        font-size: 17px;
    }

    [b-qbnck8lzab] .lead {
        font-size: 21px;
    }
}

[b-qbnck8lzab] a, a[b-qbnck8lzab], [b-qbnck8lzab] .btn-link, .btn-lnk[b-qbnck8lzab] {
    text-decoration: none;
    box-shadow: none !important;
    color: #000000;
    transition: all .2s;
}

[b-qbnck8lzab] .btn-primary {
    box-shadow: none !important;
}

[b-qbnck8lzab] .font-weight-700 {
    font-weight: 700;
}

[b-qbnck8lzab] .search-select-toggle {
    cursor: pointer;
    background-color: #fff;
}

    [b-qbnck8lzab] .search-select-toggle[disabled] {
        cursor: not-allowed;
    }

[b-qbnck8lzab] .search-select-toggle-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-qbnck8lzab] .search-select-menu {
    border-radius: .75rem;
    overflow: hidden;
    min-width: 260px;
}

[b-qbnck8lzab] .search-select-list {
    max-height: 260px;
    overflow-y: auto;
}

[b-qbnck8lzab] .search-select-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: .4rem;
    padding-bottom: .4rem;
    cursor: pointer;
    border-left: 0;
    border-right: 0;
}

    [b-qbnck8lzab] .search-select-item:first-child {
        border-top: 0;
    }

    [b-qbnck8lzab] .search-select-item:last-child {
        border-bottom: 0;
    }

    [b-qbnck8lzab] .search-select-item:hover {
        background-color: rgba(13, 110, 253, 0.06);
    }

[b-qbnck8lzab] .search-select-item-title {
    font-size: .9rem;
}

[b-qbnck8lzab] .search-select-item-check {
    opacity: 0;
    transition: opacity .15s ease-in-out;
    font-size: 1.1rem;
}

    [b-qbnck8lzab] .search-select-item-check.is-selected {
        opacity: 1;
    }


[b-qbnck8lzab] .text-with-button .blue-text {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    opacity: .95;
    font-size: clamp(.85rem, calc(.6vw + .75rem), 1rem);
}

[b-qbnck8lzab] .text-with-button .h-caption {
    font-weight: 800;
    line-height: 1.1;
    font-size: clamp(1.35rem, calc(2.5vw + .8rem), 2.75rem);
    text-wrap: balance;
}

[b-qbnck8lzab] .form-group, .form-group[b-qbnck8lzab] {
    margin-bottom: 1rem;
}

[b-qbnck8lzab] ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

[b-qbnck8lzab] ::-webkit-scrollbar-thumb {
    background: #ccc;
}

[b-qbnck8lzab] ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

[b-qbnck8lzab] :focus-visible {
    outline: none !important;
}

[b-qbnck8lzab] .site-logo {
    max-width: 170px;
}

    [b-qbnck8lzab] .site-logo img {
        width: 100%;
        height: auto;
    }

[b-qbnck8lzab] .bg-green-light {
    background-color: #F9F9F4;
}

[b-qbnck8lzab] .h-caption {
    font-weight: 600;
}

.container-fluid[b-qbnck8lzab], [b-qbnck8lzab] .container-fluid, .page-section[b-qbnck8lzab], [b-qbnck8lzab] .page-section {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.page-section[b-qbnck8lzab], [b-qbnck8lzab] .page-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    [b-qbnck8lzab] .page-section.high-top, [b-qbnck8lzab] .container-fluid.high-top {
        margin-top: -43px;
    }

.page-header[b-qbnck8lzab], [b-qbnck8lzab] .page-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 3rem 0 4rem;
}

    [b-qbnck8lzab] .page-header.high-top {
        margin-top: -43px;
    }

.background-close-cart[b-qbnck8lzab] {
    position: absolute;
    right: 100%;
    left: -100vw;
    background-color: rgba(0,0,0,.47);
    height: 100vh;
    top: 0;
}

[b-qbnck8lzab] .bg-brand {
    background-color: #2F5249;
}

[b-qbnck8lzab] .bg-black, .bg-black[b-qbnck8lzab] {
    background-color: #000;
}

[b-qbnck8lzab] .text-brand {
    color: #2F5249 !important;
}


[b-qbnck8lzab] .header-top {
    padding: 5px 0px;
}

    [b-qbnck8lzab] .header-top a {
        color: #fff;
        font-size: 14px;
    }


[b-qbnck8lzab] .red-link {
    color: #2F5249;
    text-decoration: underline;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    cursor: pointer;
    border: none;
    box-shadow: none;
    background: transparent;
}


[b-qbnck8lzab] .btn-primary, [b-qbnck8lzab] .btn-secondary {
    font-weight: 600;
    font-size: 15px;
    padding: 10px 2rem;
    border-radius: .5rem;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

[b-qbnck8lzab] .btn-primary {
    color: #fff;
    background-color: #2F5249;
    border-color: #2F5249;
}

    [b-qbnck8lzab] .btn-primary::before {
        content: "";
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient(120deg, rgba(255,255,255,0.3), rgba(255,255,255,0));
        transform: skewX(-20deg);
        transition: all 0.5s ease;
        z-index: 1;
    }

    [b-qbnck8lzab] .btn-primary:hover::before {
        left: 125%;
    }

    [b-qbnck8lzab] .btn-primary:hover {
        color: #fff;
        background-color: #476A5B;
        border-color: #476A5B;
    }

[b-qbnck8lzab] .btn-secondary {
    color: #000;
    background-color: #fff;
    border-color: #2F5249;
}

    [b-qbnck8lzab] .btn-secondary::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #2F5249;
        z-index: -1;
        transition: width 0.3s ease;
    }

    [b-qbnck8lzab] .btn-secondary:hover::before {
        width: 100%;
    }

    [b-qbnck8lzab] .btn-secondary:hover {
        color: #fff;
    }

    [b-qbnck8lzab] .btn-primary.small, [b-qbnck8lzab] .btn-secondary.small, [b-qbnck8lzab] .btn-outline.small {
        padding: 5px 1rem;
        font-size: 12px;
    }

[b-qbnck8lzab] .icon-button-menu {
    padding: 0px 5px;
    display: flex;
    align-items: center;
    background: transparent !important;
    position: relative;
    box-shadow: none;
    border: none;
    justify-content: center;
    z-index: 0;
}

    [b-qbnck8lzab] .icon-button-menu img {
        width: 30px;
        height: auto;
    }

    [b-qbnck8lzab] .icon-button-menu.logged-in::after {
        display: block !important;
        content: '';
        position: absolute;
        top: 3px;
        right: 5px;
        width: 10px;
        height: 10px;
        background-color: #2F5249;
        border-radius: 50%;
        border: none;
        margin: 0;
        z-index: 1;
    }

    [b-qbnck8lzab] .icon-button-menu::before {
        display: none !important;
    }

[b-qbnck8lzab] .icon-button {
    padding: 3px;
    display: flex;
    align-items: center;
    background: transparent;
    border: 1px solid #000;
    border-radius: 50%;
    box-shadow: none;
    transition: all .2s;
}

    [b-qbnck8lzab] .icon-button img {
        width: 15px;
        height: auto;
    }

    [b-qbnck8lzab] .icon-button:hover {
        background-color: #000;
        color: #fff;
    }

        [b-qbnck8lzab] .icon-button:hover img {
            filter: invert(1);
        }

[b-qbnck8lzab] .text-button {
    color: #000;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    cursor: pointer;
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
}

[b-qbnck8lzab] .add-to-cart-button, .add-to-cart-button[b-qbnck8lzab] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    position: relative;
    padding: 5px 10px;
    border-radius: 5px;
    gap: 5px;
}

    [b-qbnck8lzab] .add-to-cart-button img, .add-to-cart-button[b-qbnck8lzab]  img, [b-qbnck8lzab] .add-to-cart-button img {
        filter: invert(1);
    }

@keyframes cart-bounce-b-qbnck8lzab {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-6px);
    }

    60% {
        transform: translateY(2px);
    }

    80% {
        transform: translateY(-4px);
    }

    100% {
        transform: translateY(0);
    }
}

[b-qbnck8lzab] .add-to-cart-button:hover img,
[b-qbnck8lzab] .add-to-cart-button:hover img {
    animation: cart-bounce-b-qbnck8lzab 0.6s cubic-bezier(.4,1.5,.6,1) 1;
}

[b-qbnck8lzab] .add-to-cart-button .badge, [b-qbnck8lzab] .add-to-cart-button .badge {
    position: absolute;
    top: 6px;
    right: 23px;
    border-radius: 50%;
    background: #000;
    color: #fff;
}

.account-nav[b-qbnck8lzab]  .icon-button-menu.dropdown-toggle::after {
    display: none;
}

[b-qbnck8lzab] .user-consent {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

    [b-qbnck8lzab] .user-consent a {
        font-weight: bold;
        color: #000;
    }

.fixed-top[b-qbnck8lzab] {
    top: 0;
    -webkit-box-shadow: 0 15px 13px -20px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 15px 13px -20px rgba(0, 0, 0, .75);
    box-shadow: 0 15px 13px -20px rgba(0, 0, 0, .75);
    background-color: #fff;
    z-index: 20;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

.affix .hide-affix[b-qbnck8lzab] {
    display: none
}

[b-qbnck8lzab] .small-pagination .pagination .pagination-number {
    display: none
}

[b-qbnck8lzab] .small-pagination .pagination {
    display: flex;
    justify-content: center;
}

[b-qbnck8lzab] .pagination .btn-secondary, [b-qbnck8lzab] .pagination .btn-light {
    padding: 5px 10px;
    border: none;
    border-radius: .5rem;
    margin: 0px 2px;
}

[b-qbnck8lzab] .pagination .btn-light {
    color: #000;
    background-color: #ececec !important;
}

[b-qbnck8lzab] .pagination img {
    width: 25px !important;
    height: 25px !important;
}

.dropdown-menu[b-qbnck8lzab] {
    display: none;
}

    .dropdown-menu.show[b-qbnck8lzab] {
        display: block;
    }

.carousel-indicators li[b-qbnck8lzab] {
    text-indent: -999px;
}

.MyBanner .carousel-indicators[b-qbnck8lzab] {
    z-index: 2;
}

[b-qbnck8lzab] .carousel-control-prev, [b-qbnck8lzab] .carousel-control-next {
    width: 7%;
}

.btn-light[b-qbnck8lzab] {
    background-color: #ececec !important
}

[b-qbnck8lzab] .form-group .control-label {
    font-weight: 700;
    margin-right: 5px
}


.shopping-cart-top .shopping-cart-link[b-qbnck8lzab] {
    background: transparent;
    border: none;
}

.shopping-cart-top-box .pagination-number[b-qbnck8lzab] {
    display: none;
}

.shopping-cart-top-box .total-products[b-qbnck8lzab] {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #000;
    display: flex;
}

.account-nav .account-nav-links .btn.active:first-of-type[b-qbnck8lzab] {
    font-weight: 600;
}

.account-nav .account-nav-links .btn-light:not(:disabled):not(.disabled).active[b-qbnck8lzab], .account-nav .account-nav-links .btn-light:not(:disabled):not(.disabled):active[b-qbnck8lzab] {
    background-color: #aac5dc !important
}

.account-nav[b-qbnck8lzab]  .account-nav-greeting {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.account-nav[b-qbnck8lzab]  .account-nav-actions {
    display: flex;
    flex-direction: column;
}

.account-nav[b-qbnck8lzab]  .btn-link {
    background: transparent !important;
    font-size: 14px;
    color: #000;
    padding: 5px 0;
    display: flex;
    align-items: center;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #eee;
    box-shadow: none !important;
    text-align: left;
    text-transform: none;
    justify-content: start;
}

.account-nav[b-qbnck8lzab]  .account-nav-actions .btn-link .left-icon {
    color: #ffffff;
    font-size: 19px;
    margin-right: 7px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e4e4e4;
    border-radius: 10px;
    padding: 5px;
}

[b-qbnck8lzab] .bg-success, .bg-success[b-qbnck8lzab] {
    background-color: #2F5249 !important;
}

.account-nav[b-qbnck8lzab]  .account-nav-actions .btn-link.admin .left-icon {
    background: #2F5249;
}

.account-nav[b-qbnck8lzab]  .account-nav-actions .btn-link .left-icon img {
    max-width: 100%;
    height: auto;
}

[b-qbnck8lzab] .search-box .search-button img,
.account-nav[b-qbnck8lzab]  .account-nav-actions .btn-link.admin .left-icon img {
    filter: invert(1)
}


[b-qbnck8lzab] .departments-menu .navbar-collapse .menu-header {
    display: none;
}

[b-qbnck8lzab] .departments-menu .menu-header .close-menu.icon-button {
    float: right;
    cursor: pointer;
    background: #fff;
}

    [b-qbnck8lzab] .departments-menu .menu-header .close-menu.icon-button:hover {
        background: #2F5249;
        border-color: #2F5249;
    }

[b-qbnck8lzab] .departments-menu .menu-header .menu-logo {
    max-width: 90px;
}

    [b-qbnck8lzab] .departments-menu .menu-header .menu-logo img {
        max-width: 100%;
    }

[b-qbnck8lzab] .menu-content {
    display: flex;
    align-items: center;
}

.departments-menu[b-qbnck8lzab] {
    width: 100%;
}

    .departments-menu .nav-link[b-qbnck8lzab], .product-category-menu .nav-link[b-qbnck8lzab] {
        font-weight: 700;
        padding: .5rem 1rem;
    }

    .departments-menu.bg-light[b-qbnck8lzab] {
        background-color: #efefef !important
    }

.departments-menu .navbar-nav[b-qbnck8lzab], .product-category-menu .navbar-nav[b-qbnck8lzab] {
    position: relative;
    margin-top: 0
}

.navbar-brand[b-qbnck8lzab] {
    display: none
}

.departments-menu .nav-item[b-qbnck8lzab], .product-category-menu .nav-item[b-qbnck8lzab] {
    position: unset
}

.carousel-caption[b-qbnck8lzab] {
    position: absolute;
    right: unset;
    bottom: 0;
    left: 6%;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: left;
    height: 100%;
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-items: center;
    align-content: center;
    text-shadow: unset !important;
}


[b-qbnck8lzab] .carousel-item img {
    width: 100%;
    height: auto;
}

#cookie-consent[b-qbnck8lzab] {
    position: fixed;
    bottom: 0;
    top: unset;
    height: 55px;
    margin: 0;
    background-color: #202121;
    padding: 0 35px
}

    #cookie-consent .navbar-right a[b-qbnck8lzab] {
        margin-right: 20px
    }

    #cookie-consent .navbar-right[b-qbnck8lzab] {
        margin-top: 11px
    }

[b-qbnck8lzab] .header1 {
    padding: 5px;
    font-size: 15px;
    margin-bottom: 10px;
}

    [b-qbnck8lzab] .header1 a {
        margin-bottom: 0;
        line-height: 28px;
        padding: 0 5px;
        font-size: 14px;
        display: inline-block;
        color: rgba(0, 0, 0, .5)
    }

[b-qbnck8lzab] .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 1rem;
    padding: .5rem 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[b-qbnck8lzab] .categories-list .nav-link img {
    width: 23px;
    height: auto;
}

[b-qbnck8lzab] .navbar-light .navbar-nav .nav-link:hover {
    color: #2F5249 !important;
}

.culture-nav[b-qbnck8lzab], .account-nav[b-qbnck8lzab] {
    padding: 0;
    cursor: pointer
}

    .account-nav .dropdown-menu[b-qbnck8lzab] {
        text-align: center;
        padding: 10px;
        font-size: 16px;
        min-width: 180px;
        position: absolute;
        border-radius: 0;
    }

    .culture-nav.navbar[b-qbnck8lzab] {
        padding: 0
    }

.culture-nav[b-qbnck8lzab] {
    cursor: pointer
}

[b-qbnck8lzab] .culture-nav .dropdown-item.active {
    background-color: #dedede;
    color: rgba(0, 0, 0, .75)
}

[b-qbnck8lzab] .culture-nav .dropdown-menu {
    min-width: 65px;
    right: 0;
    left: inherit;
    font-size: 12px;
    position: absolute
}

[b-qbnck8lzab] .culture-nav .nav-link {
    font-size: 13px !important
}

.slick-next[b-qbnck8lzab]:before, .slick-prev[b-qbnck8lzab]:before {
    color: #1f1f1f
}

.slick-prev[b-qbnck8lzab] {
    z-index: 2
}

    .slick-next[b-qbnck8lzab]:before, .slick-prev[b-qbnck8lzab]:before {
        color: #6d6d6d !important
    }

[b-qbnck8lzab] .page-section iframe {
    border-radius: .5rem;
}


[b-qbnck8lzab] .owl-theme .owl-dots .owl-dot.active span {
    background: #2F5249;
}

[b-qbnck8lzab] .products-grid .discount-badge,
[b-qbnck8lzab] .products-grid .stock-badge.product-stock {
    position: absolute;
    left: 10px;
    z-index: 2;
    padding: 6px 10px;
    border-radius: .25rem;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

[b-qbnck8lzab] .products-grid .discount-badge {
    top: 10px;
    background: linear-gradient(135deg,#ef4444,#b91c1c);
}

[b-qbnck8lzab] .products-grid .stock-badge.product-stock {
    bottom: 10px;
    background: rgba(2,6,23,.75);
}

@keyframes zoom-b-qbnck8lzab {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

[b-qbnck8lzab] .carousel-inner .carousel-item img {
    animation: zoom-b-qbnck8lzab 6s ease-in-out;
    animation-fill-mode: forwards;
}

[b-qbnck8lzab] .product-grid-items .grid-image .add-to-favorites-button {
    opacity: 0;
    transition: all .2s;
}

[b-qbnck8lzab] .product:hover .grid-image .add-to-favorites-button {
    opacity: 1;
}

[b-qbnck8lzab] .add-to-favorites-button img,
[b-qbnck8lzab] .add-to-favorites-button button {
    position: absolute;
    right: 10px;
    top: 10px;
    outline: 0;
    opacity: 0;
    width: 30px;
    height: 30px;
}

[b-qbnck8lzab] .add-to-favorites-button img {
    width: 30px;
    height: auto !important;
    opacity: 1;
}

[b-qbnck8lzab] .compare-nav .dropdown-menu {
    border-radius: .5rem;
}

    [b-qbnck8lzab] .compare-nav .dropdown-menu a {
        color: #000;
        background: transparent !important;
        cursor: pointer;
    }

        [b-qbnck8lzab] .compare-nav .dropdown-menu a:hover {
            color: #2F5249;
        }

[b-qbnck8lzab] .compare-table {
    font-size: 15px;
}

header a[b-qbnck8lzab] {
    color: rgba(0, 0, 0, .6);
    font-size: 14px
}

.navbar-nav[b-qbnck8lzab] {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.card[b-qbnck8lzab] {
    padding: 20px;
}

.col[b-qbnck8lzab], .col-auto[b-qbnck8lzab] {
    padding-right: 15px;
    padding-left: 15px;
}

dl[b-qbnck8lzab], ol[b-qbnck8lzab], ul[b-qbnck8lzab] {
    margin-top: 0;
    margin-bottom: 1rem;
}


[b-qbnck8lzab] img {
    vertical-align: middle;
    border-style: none;
    image-rendering: auto;
    image-rendering: optimizequality;
    image-rendering: -webkit-optimize-contrast;
    aspect-ratio: attr(width) / attr(height);
}

[b-qbnck8lzab] .d-none {
    display: none;
}

[b-qbnck8lzab] .input-group-prepend .btn, [b-qbnck8lzab] .input-group-append .btn {
    z-index: 0
}

[b-qbnck8lzab] .button-edit-admin {
    position: fixed;
    right: 10px;
    bottom: 120px;
    padding: 5px 21px !important;
    font-size: 12px;
    z-index: 2;
}

div[b-qbnck8lzab] {
    outline: 1px;
}

a[b-qbnck8lzab] {
    color: #4e88e7;
    text-decoration: none;
}

    a:hover[b-qbnck8lzab] {
        text-decoration: none
    }

    a.btn-dark[b-qbnck8lzab], a.btn-default[b-qbnck8lzab], a.btn-primary[b-qbnck8lzab], a.btn-dark:hover[b-qbnck8lzab], a.btn-default:hover[b-qbnck8lzab], a.btn-primary:hover[b-qbnck8lzab] {
        color: #fff;
    }


[b-qbnck8lzab] .dropdown-toggle::after {
    display: none
}

.navbar[b-qbnck8lzab] {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

#navbar-main.navbar[b-qbnck8lzab] {
    padding: 20px 0px;
}

    #navbar-main.navbar.fixed-top[b-qbnck8lzab] {
        padding: 10px 0px;
    }

.admin-body[b-qbnck8lzab] {
    padding-top: 100px
}

.button-edit-admin[b-qbnck8lzab] {
    position: fixed;
    opacity: .8;
    z-index: 99;
    right: 10px;
    bottom: 55px;
}

.fixed-top[b-qbnck8lzab] {
    top: 0;
    -webkit-box-shadow: 0 15px 13px -20px rgba(0,0,0,.75);
    -moz-box-shadow: 0 15px 13px -20px rgba(0,0,0,.75);
    box-shadow: 0 15px 13px -20px rgba(0,0,0,.75);
    background-color: #fff;
    z-index: 20;
}

.affix .hide-affix[b-qbnck8lzab] {
    display: none;
}

#button-top[b-qbnck8lzab] {
    display: flex;
    padding: 8px;
    z-index: 12;
    position: fixed;
    background: #2F5249;
    right: 10px;
    bottom: 75px;
    opacity: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    transition: opacity .5s linear, background .2s, color .2s;
    border: 1px solid #fff;
}

    #button-top[b-qbnck8lzab]  img {
        filter: invert(1);
        width: 20px;
        height: auto;
    }

    #button-top.show[b-qbnck8lzab] {
        opacity: 1 !important;
        transition: opacity .25s ease-in;
    }

[b-qbnck8lzab] .btn-light {
    background-color: #ececec;
    color: #000;
    border-radius: .5rem;
    font-weight: 500;
    padding: 7px 25px;
}

[b-qbnck8lzab] .form-group .control-label {
    font-weight: bold;
    margin-right: 5px
}

.compare-count-badge[b-qbnck8lzab], .favorite-count-badge[b-qbnck8lzab], .shopping-cart-count-badge[b-qbnck8lzab] {
    border-radius: 10px;
    color: #fff;
    background-color: #2F5249;
    float: right;
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    right: -5px;
    top: -5px;
    line-height: 20px;
}

[b-qbnck8lzab] .favorite-top-nav a:active, [b-qbnck8lzab] .favorite-top-nav a:focus, [b-qbnck8lzab] .comparator-top-nav a:active, [b-qbnck8lzab] .comparator-top-nav a:focus, [b-qbnck8lzab] .shopping-cart-top .shopping-cart-link:focus, [b-qbnck8lzab] .notifications-menu-link.active {
    background-color: transparent !important;
    outline: none;
}

.account-nav .nav-link:focus[b-qbnck8lzab], .account-nav .nav-link:active[b-qbnck8lzab], .account-nav .nav-item:active[b-qbnck8lzab] {
    background-color: #efefef;
}

.header-search .search-button[b-qbnck8lzab] {
    background-color: #2F5249;
    color: #000;
    height: 38px;
    width: 38px;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .header-search .search-button img[b-qbnck8lzab] {
        filter: invert(1);
    }

.header-search[b-qbnck8lzab]  .search-box {
    width: 325px;
    position: relative;
}

.header-search[b-qbnck8lzab]  .form-control {
    padding: .375rem .75rem;
    background-color: transparent;
    border-radius: .5rem;
    border: none;
    height: unset;
    color: #fff;
    border: 1px solid #2F5249;
}

    .header-search[b-qbnck8lzab]  .form-control::placeholder {
        color: #fff;
    }

.search-suggestions[b-qbnck8lzab] {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 50px;
    background: #fff;
    z-index: 100;
    padding: 20px;
    border-radius: .5rem;
    border: 1px solid #efefef;
}

    .search-suggestions[b-qbnck8lzab]  .search-subtitle {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
    }

[b-qbnck8lzab] .product-subcategories-menu .dropdown-menu ul {
    width: 72%;
}

.search-suggestions ul[b-qbnck8lzab], [b-qbnck8lzab] .dropdown-menu ul {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}

.departments-menu[b-qbnck8lzab], .product-category-menu[b-qbnck8lzab] {
    padding: 0;
}

[b-qbnck8lzab] .departments-menu .nav-link, [b-qbnck8lzab] .product-category-menu .nav-link {
    font-weight: bold;
    padding: .5rem 1rem;
}

[b-qbnck8lzab] .product-category-menu .navbar-nav, [b-qbnck8lzab] .departments-menu .navbar-nav {
    position: relative;
}

.navbar-brand[b-qbnck8lzab] {
    display: none;
}

.product-category-menu .nav-item[b-qbnck8lzab], .departments-menu .nav-item[b-qbnck8lzab] {
    position: unset;
}

[b-qbnck8lzab] .product-category-menu .dropdown-menu a {
    word-wrap: break-word;
    white-space: unset;
}

.product-category-menu .submenu-items[b-qbnck8lzab]  li {
    padding: .25rem 1.5rem;
}

[b-qbnck8lzab] .product-category-menu ul.product-subcategory-list li:hover, [b-qbnck8lzab] .product-category-menu .dropdown-item.active {
    background-color: #f8f9fa;
}

[b-qbnck8lzab] .products-menu-button {
    background-color: #2F5249;
    color: #fff;
    min-width: 250px;
    text-align: left;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 0;
    box-shadow: none !important;
    display: flex;
    align-items: center;
}

    [b-qbnck8lzab] .products-menu-button::after {
        display: none;
    }

[b-qbnck8lzab] .categories-menu, [b-qbnck8lzab] .product-category-menu {
    position: unset;
}


.product-category-menu[b-qbnck8lzab]  .nav-link:hover {
    color: #2F5249 !important;
}

.product-category-menu .dropdown-menu[b-qbnck8lzab], [b-qbnck8lzab] .product-menu-description {
    padding: 10px;
    width: calc(100% - 280px);
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
    border-radius: 0;
    border: none;
    height: 100%;
    margin: 0;
}


.product-category-menu[b-qbnck8lzab]  .nav-link.dropdown-toggle {
    position: relative;
    overflow: hidden;
}

    .product-category-menu[b-qbnck8lzab]  .nav-link.dropdown-toggle[aria-expanded=true] {
        color: #2F5249 !important;
    }


[b-qbnck8lzab] .product-category-menu .categories-list {
    position: absolute;
    z-index: 2;
    height: fit-content;
    width: 100%;
    background: #fff;
    flex-direction: column;
    border: 1px solid #efefef;
    left: 0;
    top: unset;
    padding: 0;
    margin: 0;
    z-index: 5;
}

    [b-qbnck8lzab] .product-category-menu .categories-list.show {
        display: flex;
    }

    [b-qbnck8lzab] .product-category-menu .categories-list .main-categories-list {
        width: 280px;
        position: unset;
        background-color: #F9F9F4;
        height: 100%;
        flex-direction: column;
    }

        [b-qbnck8lzab] .product-category-menu .categories-list .main-categories-list .nav-link {
            color: #000 !important;
        }

            [b-qbnck8lzab] .product-category-menu .categories-list .main-categories-list .nav-link:hover {
                color: #2F5249 !important;
            }

.product-category-menu[b-qbnck8lzab]  .submenu-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(290px, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-category-menu .dropdown-menu .submenu-items[b-qbnck8lzab]  li {
    padding: 0;
    margin-bottom: 10px;
}

    .product-category-menu .dropdown-menu .submenu-items[b-qbnck8lzab]  li a {
        font-size: 14px;
        color: #000;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0;
        background: transparent !important;
    }

        .product-category-menu .dropdown-menu .submenu-items[b-qbnck8lzab]  li a:hover {
            color: #2F5249;
        }

        .product-category-menu .dropdown-menu .submenu-items[b-qbnck8lzab]  li a.dropdown-item::before {
            display: none;
        }

.product-category-menu .dropdown-menu .submenu-items[b-qbnck8lzab]  .dropdown-title {
    margin-bottom: 10px;
    font-size: 15px;
    color: #2F5249;
}


[b-qbnck8lzab] .main-categories-list .button-toggle-mobile img {
    width: 18px;
    height: 18px;
    filter: invert(1);
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

[b-qbnck8lzab] .main-categories-list .button-toggle-mobile.show img {
    transform: rotate(90deg);
}

.product-category-menu .dropdown-menu[b-qbnck8lzab]  .product-subcategory-list {
    margin-bottom: 0;
}

    .product-category-menu .dropdown-menu[b-qbnck8lzab]  .product-subcategory-list li {
        background: transparent !important;
        margin-bottom: 5px;
    }

        .product-category-menu .dropdown-menu[b-qbnck8lzab]  .product-subcategory-list li a {
            margin-bottom: 0;
            font-weight: normal;
            text-transform: unset;
            background: transparent !important;
        }

            .product-category-menu .dropdown-menu[b-qbnck8lzab]  .product-subcategory-list li a:hover {
                color: #2F5249;
            }

        .product-category-menu .dropdown-menu[b-qbnck8lzab]  .product-subcategory-list li:last-child {
            margin-bottom: 10px;
        }

.submenu-items[b-qbnck8lzab] {
    float: left;
}

[b-qbnck8lzab] .product-menu-description {
    display: flex;
    align-items: center;
}

    [b-qbnck8lzab] .product-menu-description .row {
        margin: 0 -5px;
        height: 100%;
    }

        [b-qbnck8lzab] .product-menu-description .row .col-desc {
            padding-left: 5px;
            padding-right: 5px;
            margin-bottom: 10px;
        }

    [b-qbnck8lzab] .product-menu-description .mini-banner {
        width: 100%;
        display: flex;
        align-items: center;
        border-radius: .5rem;
        overflow: hidden;
        height: 100%;
    }

        [b-qbnck8lzab] .product-menu-description .mini-banner img {
            max-width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: auto;
            min-height: 100%;
            border-radius: .5rem;
            transition: all .3s;
        }

        [b-qbnck8lzab] .product-menu-description .mini-banner:hover img {
            filter: brightness(0.9);
            transform: scale(1.05)
        }

        [b-qbnck8lzab] .product-menu-description .mini-banner a {
            position: relative;
            height: 100%;
        }

[b-qbnck8lzab] .product-list-fixed {
    display: none;
}

[b-qbnck8lzab] .fixed-top .product-list-fixed {
    display: flex;
}

[b-qbnck8lzab] .product-list-fixed .products-menu-button {
    min-width: unset;
    padding: 6px 12px;
    border-radius: .5rem;
}

[b-qbnck8lzab] .header-notification {
    padding: 10px 0px;
    text-align: center;
    background-color: #EE4B2B;
    color: #fff;
}

[b-qbnck8lzab] .header-top span {
    color: #fff;
    font-weight: 600;
}

[b-qbnck8lzab] .product-list-fixed .product-category-menu .categories-list {
    margin-top: 10px;
}

#cookie-consent[b-qbnck8lzab] {
    position: fixed;
    bottom: 0;
    top: unset;
    height: 55px;
    margin: 0;
    background-color: #202121;
    padding: 0 35px;
}

    #cookie-consent .navbar-right a[b-qbnck8lzab] {
        margin-right: 20px;
    }

    #cookie-consent .navbar-right[b-qbnck8lzab] {
        margin-top: 11px;
    }

.header1[b-qbnck8lzab] {
    padding: 5px;
    font-size: 15px;
    margin-bottom: 10px
}

.navbar-light .navbar-nav .nav-link:hover[b-qbnck8lzab], .navbar-light .navbar-nav .nav-link:focus[b-qbnck8lzab] {
    color: #0082e6 !important;
}

footer a:hover[b-qbnck8lzab] {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: underline
}

.FooterTitle[b-qbnck8lzab] {
    font-size: 16px;
}

[b-qbnck8lzab] .HeadZone {
    padding: 10px;
    color: #dc3545;
    margin-top: 20px;
}

[b-qbnck8lzab] .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: transparent;
    padding: 5px 0;
    font-size: 12px;
    color: #6c757d;
    flex-wrap: wrap
}

    [b-qbnck8lzab] .breadcrumb a {
        color: #6c757d;
        cursor: pointer;
    }

        [b-qbnck8lzab] .breadcrumb a:hover {
            color: #444;
            text-decoration: underline;
        }

[b-qbnck8lzab] .breadcrumb-item + .breadcrumb-item::before {
    float: none
}

[b-qbnck8lzab] .slick-prev:before, .slick-next[b-qbnck8lzab]:before {
    color: #1f1f1f;
}

[b-qbnck8lzab] .slick-prev {
    z-index: 2;
}

    [b-qbnck8lzab] .slick-prev:before, .slick-next[b-qbnck8lzab]:before {
        color: #6d6d6d !important;
    }

.product-option-list label[b-qbnck8lzab] {
    border: solid 1px #ccc;
    padding: 7px;
    border-radius: .5rem;
    font-size: 13px;
    cursor: pointer;
    line-height: 23px;
    margin-right: 10px
}

.product-option-list input[b-qbnck8lzab] {
    width: 15px !important;
    height: 15px !important
}

.product-option-list label:hover[b-qbnck8lzab] {
    background-color: #efefef;
}

.product-option-list input:disabled + span[b-qbnck8lzab] {
    color: #ccc;
}


.add-to-favorites-button[b-qbnck8lzab] {
    position: absolute;
    bottom: 50px;
    right: 10px;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.45);
    height: 30px;
    width: 30px;
    border-radius: 3px;
}


.search-no-results[b-qbnck8lzab] {
    padding-top: 120px;
    text-align: center;
    color: #999;
    background: url('../images/not-found.svg') center top no-repeat;
    background-size: 100px;
}

.add-to-cart-button .badge[b-qbnck8lzab] {
    margin-left: 5px;
}

.attributes-panel[b-qbnck8lzab] {
    padding: 10px;
    border: solid 1px #ccc;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 20px;
    background: #fff;
}

    .attributes-panel img[b-qbnck8lzab] {
        height: 100px;
        max-width: 100%;
        margin: auto;
    }

    .attributes-panel .category-title[b-qbnck8lzab] {
        display: block;
    }

.products-count[b-qbnck8lzab] {
    float: right;
    color: #ccc;
    display: inline;
    font-size: 11px;
}

[b-qbnck8lzab] .product-subcategories-menu a {
    font-size: 13px
}


[b-qbnck8lzab] .contact-card-title {
    margin: 0 0 6px;
    font-size: 1.125rem;
    line-height: 1.25;
}


[b-qbnck8lzab] .quantity-select {
    font-size: 1rem;
}

[b-qbnck8lzab] .drawer-items-quantity .text-end {
    flex-direction: column;
}

input[type=radio][b-qbnck8lzab], [b-qbnck8lzab] input[type=radio], .form-check-input[type=checkbox][b-qbnck8lzab], [b-qbnck8lzab] .form-check-input[type=checkbox] {
    padding: 0.5em;
    border-radius: 2px;
    margin-right: .25em;
}

.form-check-input:focus[b-qbnck8lzab], [b-qbnck8lzab] .form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(75,110,75,.25);
}


input[type="checkbox"]:checked[b-qbnck8lzab], [b-qbnck8lzab] input[type="checkbox"]:checked, input[type="radio"]:checked[b-qbnck8lzab], [b-qbnck8lzab] input[type="radio"]:checked {
    background-image: url(/images/general/white-check.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    background-color: #2F5249;
    border-color: #2F5249;
}

.owl-item[b-qbnck8lzab] {
    float: left;
}

.owl-carousel .owl-stage[b-qbnck8lzab] {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

[b-qbnck8lzab] .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    gap: 5px;
}

[b-qbnck8lzab] .homepage-carousel .owl-item:not(:last-child) .box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 84px;
    background: #f4eee4;
}

[b-qbnck8lzab] .product-list .product.products-grid .grid-image {
    width: 100%;
}

[b-qbnck8lzab] .box img {
    width: 50px !important;
    max-width: 100%;
    height: auto;
    transition: all 0.2s ease-in;
}

[b-qbnck8lzab] .width-100 {
    width: 100%;
    float: left;
}

[b-qbnck8lzab] .thumbnail-image {
    height: 100px;
    overflow: hidden;
    text-align: center;
    position: relative;
    cursor: pointer;
    width: 100%;
    max-width: 115px;
    float: left;
    border: 1px solid #efefef;
}

    [b-qbnck8lzab] .thumbnail-image .xzoom-gallery {
        width: auto !important;
        height: auto;
        border: 0px solid #efefef;
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

[b-qbnck8lzab] .owl-carousel.owl-drag .owl-item {
    margin-right: 10px;
    float: left;
}

[b-qbnck8lzab] .owl-stage-outer {
    justify-content: center;
}

[b-qbnck8lzab] .ratings-list .radio-inline {
    margin-right: 10px;
}

    [b-qbnck8lzab] .ratings-list .radio-inline input {
        width: 15px;
        height: 15px;
    }

[b-qbnck8lzab] .ArticleRating {
    color: #ffc107;
}


[b-qbnck8lzab] .login-section .btn .facebook, [b-qbnck8lzab] .login-section .btn .google {
    float: left;
    font-size: 20px;
    line-height: 21px;
    margin-right: 10px;
}

[b-qbnck8lzab] .account-table-section {
    width: 100%;
}

    [b-qbnck8lzab] .account-table-section td {
        vertical-align: middle;
        padding: 10px
    }

    [b-qbnck8lzab] .account-table-section tr {
        border-top: solid 1px #e0e0e0;
    }

[b-qbnck8lzab] .account-page-section .card h3 {
    margin-top: 0
}

[b-qbnck8lzab] .account-page-section .account-menu {
    margin-bottom: 20px;
    background-color: #dedede !important;
}

[b-qbnck8lzab] .account-menu .navbar-nav .nav-link.active {
    font-weight: bold !important;
}

[b-qbnck8lzab] .account-page-section .order-toggle {
    padding: 10px;
    background-color: #efefef;
    border-radius: .5rem;
    cursor: pointer;
}

[b-qbnck8lzab] .compare-products-section {
    background: #fff;
    width: 100%;
    padding: 10px
}

[b-qbnck8lzab] .compare-nav {
    padding: 0;
}

    [b-qbnck8lzab] .compare-nav .nav-tabs .nav-link {
        background-color: #000;
        color: #fff !important;
        text-align: left;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
        padding: 10px 15px;
        border-radius: 10px 10px 0px 0px;
        box-shadow: none !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        [b-qbnck8lzab] .compare-nav .nav-tabs .nav-link:hover {
            color: #fff !important;
        }

[b-qbnck8lzab] .nav-tabs .nav-item.show .nav-link,
[b-qbnck8lzab] .nav-tabs .nav-link.active {
    background-color: #F9F9F4;
}

[b-qbnck8lzab] .compare-table .product-image .btn, [b-qbnck8lzab] .favorite-items .product-image .btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    color: #848484;
    font-size: 12px;
    font-family: cursive;
}

[b-qbnck8lzab] .compare-table .product-image {
    min-height: 200px;
    max-width: 200px;
    text-align: center;
    display: flex;
    position: relative;
    margin-bottom: 15px;
    align-items: center;
}

[b-qbnck8lzab] .compare-table .product-title {
    max-width: 200px;
}

[b-qbnck8lzab] .compare-table .product-image img {
    max-height: 200px;
    width: auto;
    margin: auto;
}

[b-qbnck8lzab] .compare-table td {
    vertical-align: top;
    padding: 0 10px
}

[b-qbnck8lzab] .compare-table {
    min-width: 800px;
}


[b-qbnck8lzab] .display-on-mobile-900 .navbar-toggler:focus {
    box-shadow: none;
}

[b-qbnck8lzab] .text-with-button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}

    [b-qbnck8lzab] .text-with-button a {
        margin-top: 10px;
    }

[b-qbnck8lzab] .btn-close:focus {
    box-shadow: 0 0 0 .25rem rgba(47,82,73,.25);
}

[b-qbnck8lzab] .select-form {
    position: relative;
}

    [b-qbnck8lzab] .select-form .form-control {
        position: absolute;
        z-index: 2;
        margin-top: -1px;
    }

    [b-qbnck8lzab] .select-form .label-select-location {
        cursor: pointer;
        padding: 7px;
        border-radius: .5rem;
        border: 1px solid #2F5249;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
        background-color: #fff;
    }

    [b-qbnck8lzab] .select-form .location-select-list, [b-qbnck8lzab] .select-form .product-category-select-list {
        position: absolute;
        max-height: 300px;
        overflow-y: scroll;
        border: 1px solid #dbdbdb;
        border-radius: 0 0 5px 5px;
        box-shadow: 0px 0px 4px #00000038;
        margin-top: 35px;
        z-index: 3;
        width: 100%;
        padding: 10px;
        background: #fff;
    }

    [b-qbnck8lzab] .select-form ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        background: #fff;
        z-index: 3;
        width: 100%;
    }

    [b-qbnck8lzab] .select-form li {
        margin: 0;
        padding: 5px 10px;
        border-bottom: solid 1px #ccc;
        cursor: pointer;
    }

        [b-qbnck8lzab] .select-form li:hover {
            background-color: #efefef;
        }


[b-qbnck8lzab] .guestbook-comment {
    padding: 10px;
    background-color: #e8e8e8;
    border-radius: .5rem;
    margin-bottom: 10px;
}


@-webkit-keyframes slide-in-right {
    100% {
        transform: translateX(-100%);
    }
}

@keyframes slide-in-right-b-qbnck8lzab {
    100% {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes slide-in-left {
    100% {
        transform: translateX(100%);
    }
}

@keyframes slide-in-left-b-qbnck8lzab {
    100% {
        transform: translateX(100%);
    }
}


@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: rotate(10deg);
    }

    25% {
        -webkit-transform: rotate(-10deg);
    }

    50% {
        -webkit-transform: rotate(20deg);
    }

    75% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes arrowRight-b-qbnck8lzab {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(3px);
    }
}



[b-qbnck8lzab] .border-custom {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #eee;
}

[b-qbnck8lzab] .card.empty {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 1rem !important;
    text-align: center;
}

    [b-qbnck8lzab] .card.empty h2 {
        font-weight: bold;
    }

[b-qbnck8lzab] .owl-carousel .owl-nav button.owl-next,
[b-qbnck8lzab] .owl-carousel .owl-nav button.owl-prev {
    background-color: #2F5249;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    [b-qbnck8lzab] .owl-carousel .owl-nav button.owl-next span,
    [b-qbnck8lzab] .owl-carousel .owl-nav button.owl-prev span {
        height: 0;
        font-size: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

[b-qbnck8lzab] .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    [b-qbnck8lzab] .owl-nav button.owl-prev {
        left: 0;
    }

    [b-qbnck8lzab] .owl-nav button.owl-next {
        right: 0;
    }

[b-qbnck8lzab] .form-transport .form-control {
    border: 0;
}

[b-qbnck8lzab] .file-drop-zone {
    padding: 1rem;
    border: 2px dashed #fff;
}

[b-qbnck8lzab] .newsletter-subscribe {
    background-color: #2F5249;
    color: #fff;
    padding: 1rem 0;
}

    [b-qbnck8lzab] .newsletter-subscribe .btn-primary {
        background-color: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.1);
    }


[b-qbnck8lzab] .icon-box {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    background: #F9F9F4;
}

[b-qbnck8lzab] .badge-about {
    display: inline-block;
    color: #2F5249;
    border: 1px solid #2F5249;
    border-radius: .5rem;
    padding: .35em .65em;
    line-height: 1;
    font-weight: 700;
}


[b-qbnck8lzab] .form-control, .form-control[b-qbnck8lzab] {
    border: 1px solid #2F5249;
    border-radius: .5rem;
    color: #000000;
    box-shadow: none !important;
}

[b-qbnck8lzab] .product-sort-bar .page-nr,
[b-qbnck8lzab] .product-sort-bar .form-control {
    border-radius: .5rem;
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

[b-qbnck8lzab] .product-data {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 130px;
    justify-content: space-between;
    padding: 10px 12px 12px 12px;
}

.MyBanner .carousel-inner[b-qbnck8lzab],
.MyBanner .carousel-item[b-qbnck8lzab] {
    width: 100%;
    max-width: 100vw;
    aspect-ratio: 2;
    min-height: 200px;
    max-height: 700px;
    background: #eee;
}

.MyBanner .banner-link img[b-qbnck8lzab] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    max-height: 700px;
    border-radius: 0;
}

[b-qbnck8lzab] .offcanvas-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

[b-qbnck8lzab] .offcanvas-footer {
    border-top: 1px solid #dee2e6;
    flex-shrink: 0;
}

[b-qbnck8lzab] .offcanvas-body,
[b-qbnck8lzab] .offcanvas-content {
    padding: .75rem;
}

[b-qbnck8lzab] .footer-title {
    margin-bottom: 1rem;
}

    [b-qbnck8lzab] .footer-title:after {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        background-color: #ffffff;
    }

[b-qbnck8lzab] .form-control::placeholder,
[b-qbnck8lzab] .form-control:-ms-input-placeholder,
[b-qbnck8lzab] .form-control::-moz-placeholder,
[b-qbnck8lzab] .form-control:-moz-placeholder,
[b-qbnck8lzab] .form-control::-webkit-input-placeholder {
    color: #000000;
}

footer[b-qbnck8lzab] {
    background-color: #2F5249;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1rem 0;
    color: #ffffff;
    line-height: 30px;
}

    footer[b-qbnck8lzab]  h6 {
        font-weight: 700;
    }

[b-qbnck8lzab] .footer-links {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

[b-qbnck8lzab] .footer-bottom p {
    margin-bottom: 0;
}

[b-qbnck8lzab] .footer-links li a {
    color: #ffffff;
    text-decoration: none;
}

    [b-qbnck8lzab] .footer-links li a:hover {
        text-decoration: underline;
    }

[b-qbnck8lzab] .footer-bottom {
    text-align: center;
    font-size: 14px;
}

[b-qbnck8lzab] .flex-phones {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

    [b-qbnck8lzab] .flex-phones span {
        white-space: nowrap;
    }


[b-qbnck8lzab] .category-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "large large"
        "first second"
        "third fourth";
    gap: .5rem;
}

[b-qbnck8lzab] .category-item {
    background: #E4E9E1;
    border: 1px solid #efefef;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    border-radius: .5rem;
}

[b-qbnck8lzab] .category-large {
    grid-area: large;
    flex-direction: column-reverse;
    align-items: center;
}


[b-qbnck8lzab] .category-first {
    grid-area: first;
}

[b-qbnck8lzab] .category-second {
    grid-area: second;
}

[b-qbnck8lzab] .category-third {
    grid-area: third;
}

[b-qbnck8lzab] .category-fourth {
    grid-area: fourth;
}

[b-qbnck8lzab] .category-item > .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

[b-qbnck8lzab] .category-item .category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 170px;
    max-width: 200px;
    aspect-ratio: 1/1;
}

[b-qbnck8lzab] .category-large .category-image {
    max-width: 300px;
    max-height: 300px;
}

[b-qbnck8lzab] .category-count {
    font-size: 0.9rem;
    color: #666;
}

[b-qbnck8lzab] .category-item .text .title {
    font-size: clamp(1rem,5vw,1.2rem);
    font-weight: 600;
    text-decoration: none;
}

[b-qbnck8lzab] .product-grid-items {
    display: grid;
    gap: .5rem;
    align-items: stretch;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
}


[b-qbnck8lzab] .rating-average {
    font-size: 14px;
}

[b-qbnck8lzab] .star {
    color: #f9bf3b;
    font-size: 18px;
}

[b-qbnck8lzab] .star-empty {
    color: #CCC;
}

[b-qbnck8lzab] .product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
    font-size: clamp(14px, 1.6vw, 17px);
    line-height: 1.25;
}

[b-qbnck8lzab] .products-grid .product-name:hover {
    color: #0f172a;
    text-underline-offset: 2px;
}

[b-qbnck8lzab] .product-review {
    min-height: 24px;
}

[b-qbnck8lzab] .product-categories .product--title {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-qbnck8lzab] .products-grid {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    background: #ffffff;
    border-radius: .5rem;
    overflow: hidden;
    isolation: isolate;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

    [b-qbnck8lzab] .products-grid:hover {
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.10);
        border-color: rgba(0, 0, 0, 0.15);
    }

    [b-qbnck8lzab] .products-grid .product__info-bottom {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    [b-qbnck8lzab] .products-grid .grid-image .RemoveFavorites {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        position: absolute;
        z-index: 1;
        opacity: 0;
    }

    [b-qbnck8lzab] .products-grid:hover .grid-image .RemoveFavorites {
        opacity: 1;
    }

[b-qbnck8lzab] .products-grid-left {
    text-align: center;
    display: grid;
    gap: .25rem;
    margin-bottom: 1rem;
}

    [b-qbnck8lzab] .products-grid-left .product--title {
        display: inline-flex;
        gap: .25rem;
        color: rgba(255,255,255,.92);
        text-decoration: none;
    }

[b-qbnck8lzab] .grid-image {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

[b-qbnck8lzab] .grid-image-second {
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
}

[b-qbnck8lzab] .grid-image__actions {
    position: absolute;
    top: 10px;
    right: 10px;
}

[b-qbnck8lzab] .product-info-price {
    display: flex;
    flex-direction: column-reverse;
}

[b-qbnck8lzab] .product-info-price-current {
    font-weight: bold;
    color: #000;
    font-size: 1.1rem;
}

[b-qbnck8lzab] .product-info-old-price-current {
    text-decoration: line-through;
    color: #999;
    font-size: 1rem;
}

[b-qbnck8lzab] .product-categories {
    background: #2F5249;
    color: #fff;
    padding: 1rem;
    text-align: center;
    justify-content: start;
    display: flex;
    flex-direction: column;
    height: 100%;
}

[b-qbnck8lzab] .product-data.product__homepage {
    height: auto;
}

[b-qbnck8lzab] .bg-green-sec {
    background: #437057;
}

[b-qbnck8lzab] .product-categories .box-links {
    display: flex;
    gap: .5rem;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

    [b-qbnck8lzab] .product-categories .box-links a {
        background: rgba(255, 255, 255, 0.1);
        border-radius: .5rem;
        padding: 5px 10px;
        color: white;
        text-decoration: none;
        flex: 1 1 calc(50% - .25rem);
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        overflow-wrap: anywhere;
        word-break: break-word;
        font-size: clamp(.8rem, 5vw, 1rem);
    }

[b-qbnck8lzab] .product.products-grid.next-four:last-child {
    display: none;
}

[b-qbnck8lzab] .btn-outline.btn-sm,
[b-qbnck8lzab] .btn-secondary.btn-sm,
[b-qbnck8lzab] .btn-primary.btn-sm {
    padding: 7px 25px;
    font-weight: 500;
    font-size: .875rem;
}

[b-qbnck8lzab] .btn-outline-secondary:active {
    background-color: transparent;
}

[b-qbnck8lzab] .btn-outline-secondary {
    border-color: #2F5249;
    color: #2F5249;
    border-radius: .5rem;
    text-transform: uppercase;
    font-weight: 500;
}


    [b-qbnck8lzab] .btn-check:focus + .btn-outline-secondary,
    [b-qbnck8lzab] .btn-outline-secondary:focus {
        box-shadow: none;
    }

    [b-qbnck8lzab] .btn-outline-secondary:hover {
        background-color: #2F5249;
        border-color: #2F5249;
        color: #FFFFFF;
    }

[b-qbnck8lzab] .decrement-quantity,
[b-qbnck8lzab] .increment-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-qbnck8lzab] .btn-menu-icon {
    padding: 0px 5px;
    display: flex;
    align-items: center;
    background: transparent !important;
    position: relative;
    box-shadow: none;
    border: none;
    justify-content: center;
    z-index: 0;
}

    [b-qbnck8lzab] .btn-menu-icon img {
        width: 30px;
        height: auto;
    }

    [b-qbnck8lzab] .btn-menu-icon.logged-in::after {
        display: block !important;
        content: '';
        position: absolute;
        top: 3px;
        right: 5px;
        width: 10px;
        height: 10px;
        background-color: #2F5249;
        border-radius: 50%;
        border: none;
        margin: 0;
        z-index: 1;
    }

    [b-qbnck8lzab] .btn-menu-icon::before {
        display: none !important;
    }


[b-qbnck8lzab] .offcanvas-body .decrement-quantity ion-icon,
[b-qbnck8lzab] .offcanvas-body .increment-quantity ion-icon {
    color: #000;
}

[b-qbnck8lzab] .offcanvas-body .decrement-quantity:hover ion-icon,
[b-qbnck8lzab] .offcanvas-body .increment-quantity:hover ion-icon {
    color: #ffffff;
}
[b-qbnck8lzab] .drawer-items__image {
    max-width: 100%;
    position: relative;
    aspect-ratio: 1;
    width: 5rem;
}

    [b-qbnck8lzab] .drawer-items__image img {
        height: 100%;
        left: 0;
        -o-object-fit: contain;
        object-fit: contain;
        position: absolute;
        top: 0;
        width: 100%;
    }

[b-qbnck8lzab] .cart-drawer-totals__item,
[b-qbnck8lzab] .drawer-items__cell.drawer-items__cell--details {
    display: flex;
    align-items: center;
}

[b-qbnck8lzab] .cart-drawer-totals__item {
    justify-content: space-between;
    padding: .5rem;
}

[b-qbnck8lzab] .drawer-items__cell--image {
    padding:0;
    border: 0;
}

[b-qbnck8lzab] .cart-drawer-totals__item--total {
    font-weight: 600;
    text-transform: uppercase;
}

[b-qbnck8lzab] .drawer-items__quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[b-qbnck8lzab] .product, [b-qbnck8lzab] .product--grid, [b-qbnck8lzab] .product-categories {
    min-width: 0;
}



@media(min-width: 1600px) {
    [b-qbnck8lzab] .carousel-caption {
        left: 13%;
    }
}

[b-qbnck8lzab] .recomended-products-home .owl-stage {
    display: flex;
}

[b-qbnck8lzab] .card, .card[b-qbnck8lzab] {
    border: none;
    border-radius: .5rem;
    background-color: #E4E9E1;
    padding: 1rem;
}


[b-qbnck8lzab] .card-light {
    background-color: #F9F9F4;
}

[b-qbnck8lzab] .col-page-text {
    text-align: justify;
    margin-bottom: 2rem;
}



[b-qbnck8lzab] .furn-content .furn-header {
    margin-bottom: 1rem;
}

[b-qbnck8lzab] .furn-slide {
    display: flex;
}

[b-qbnck8lzab] .furn-content,
[b-qbnck8lzab] .furn-main-img {
    flex: 1;
    display: flex;
}

[b-qbnck8lzab] .furn-main-img {
    margin-right: 1rem;
}

    [b-qbnck8lzab] .furn-main-img img {
        width: 100%;
        border-radius: .5rem;
        object-fit: cover;
    }

[b-qbnck8lzab] .furn-content,
[b-qbnck8lzab] .furn-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

[b-qbnck8lzab] .furn-title {
    font-weight: 600;
    margin: 0;
}

[b-qbnck8lzab] .furn-link-all {
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 1.1rem;
}

[b-qbnck8lzab] .furn-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
}

[b-qbnck8lzab] .furn-card {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    [b-qbnck8lzab] .furn-card img {
        width: 100%;
        height: auto;
        border-radius: .5rem;
        margin-bottom: 0.5rem;
    }

[b-qbnck8lzab] .furn-count {
    color: #2F5249;
    font-size: 0.95rem;
    text-align: center;
}

[b-qbnck8lzab] .furn-link {
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}



@media(min-width: 1490px) {
    .container-fluid[b-qbnck8lzab], [b-qbnck8lzab] .container-fluid, .page-section[b-qbnck8lzab], [b-qbnck8lzab] .page-section {
        width: 1450px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media(max-width: 1440px) {
    [b-qbnck8lzab] .products-menu-button {
        min-width: 200px;
    }

    [b-qbnck8lzab] .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
        padding: 0.5rem 0.7rem;
    }

    .departments-list.navbar-nav[b-qbnck8lzab] {
        padding: 0 0 0 1rem;
    }

    .site-logo[b-qbnck8lzab] {
        max-width: 150px;
    }
}

@media(max-width: 1200px) {
    [b-qbnck8lzab] .products-menu-button {
        min-width: 165px;
    }

    [b-qbnck8lzab] .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }

    [b-qbnck8lzab] .navbar-light .navbar-nav .nav-link {
        padding: 0.5rem 0.5rem;
    }

    [b-qbnck8lzab] .side-section {
        width: 55%;
        padding: 15px;
    }

        [b-qbnck8lzab] .side-section.right {
            right: calc(-55% - 2px);
        }
}

@media (min-width: 991px) {
    .product-navbar-toggle.navbar-toggler[b-qbnck8lzab] {
        display: none;
    }

    [b-qbnck8lzab] .product-category-menu .dropdown:hover .dropdown-menu {
        display: block;
    }

    [b-qbnck8lzab] .button-toggle-mobile {
        display: none;
    }

    [b-qbnck8lzab] .section-furniture, .section-furniture[b-qbnck8lzab] {
        flex-direction: row;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .shopping-cart-nav li[b-qbnck8lzab] {
        float: left
    }

    .navbar-light .navbar-nav .nav-link[b-qbnck8lzab] {
        font-size: 14px !important;
    }

    .product-list .col-lg-3[b-qbnck8lzab] {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .shopping-cart-nav[b-qbnck8lzab] {
        flex-direction: row;
    }

        .shopping-cart-nav li[b-qbnck8lzab] {
            float: left;
            width: 30%;
        }

        .shopping-cart-nav .nav-link[b-qbnck8lzab] {
            font-size: 13px !important
        }

    .product-category-menu[b-qbnck8lzab] {
        padding: 0;
    }

        .product-category-menu .container-fluid[b-qbnck8lzab], .product-category-menu.navbar[b-qbnck8lzab] {
            
            padding: 0
        }

        .product-category-menu #navbar-toggle-product .close-menu[b-qbnck8lzab], .departments-menu #navbar-toggle-demo .close-menu[b-qbnck8lzab] {
            display: flex !important
        }
}

@media(max-width: 990px) {

    [b-qbnck8lzab] .add-to-cart-button img,
    [b-qbnck8lzab] .owl-carousel .products-grid .product-data .product__info-bottom .product__button .add-to-cart-button img,
    [b-qbnck8lzab] .categories-list .navbar-nav .nav-item .dropdown-toggle ion-icon {
        display: none;
    }

    [b-qbnck8lzab] .product-categories .box-links {
        width: 100%;
    }

    [b-qbnck8lzab] .newsletter-subscribe .newsletter .input-group {
        width: 70% !important;
    }

    [b-qbnck8lzab] .new-products-list-home.product-grid-items .owl-item .product-data .add-to-cart-button img,
    [b-qbnck8lzab] .recomended-products-home.product-grid-items .owl-item .product-data .add-to-cart-button img {
        width: auto;
    }

    [b-qbnck8lzab] .product__info-bottom .product__button .add-to-cart-button {
        width: 100%;
    }

    [b-qbnck8lzab] .add-to-cart-display-text {
        display: block !important;
    }

    [b-qbnck8lzab] .products-grid.product-categories {
        grid-column: 1/3;
    }

    .MyBanner .carousel-inner[b-qbnck8lzab],
    .MyBanner .carousel-item[b-qbnck8lzab] {
        height: 450px;
        max-height: 100%;
    }

    [b-qbnck8lzab] .steps-container .arrow-col img {
        transform: rotate(90deg);
        margin: 15px 0;
    }

    [b-qbnck8lzab] .faq-accordion .btn-faq {
        font-size: 1rem;
    }

    [b-qbnck8lzab] .faq-accordion .card {
        margin-top: 1rem;
    }

    [b-qbnck8lzab] .add-to-cart-button .badge, [b-qbnck8lzab] .add-to-cart-button .badge {
        right: 19px;
    }


    [b-qbnck8lzab] .white-link.larger {
        font-size: 1.6rem;
    }

    [b-qbnck8lzab] .shopping-cart-link .hide-on-mobile {
        font-size: 13px;
    }

    [b-qbnck8lzab] .menu-content {
        max-height: 90vh;
        overflow-y: auto;
        overflow-x: hidden;
        display: block;
    }

    .product-category-menu[b-qbnck8lzab]  .nav-item.dropdown {
        position: relative;
    }

    [b-qbnck8lzab] .button-toggle-mobile {
        background: transparent;
        display: flex;
        align-items: center;
        position: absolute;
        top: 5px;
        right: 0;
        margin: auto;
        border: none;
        color: #2F5249;
        font-size: 23px;
        width: 45px;
        justify-content: end;
        font-weight: bold;
        line-height: 1;
    }

        [b-qbnck8lzab] .button-toggle-mobile span {
            transition: all .3s;
        }

        [b-qbnck8lzab] .button-toggle-mobile[aria-expanded=true] span {
            transform: rotate(45deg);
        }

    [b-qbnck8lzab] .categories-menu {
        width: 100%;
    }

    .product-category-menu[b-qbnck8lzab]  .submenu-items {
        width: 100%;
        padding: 5px;
    }

    .product-category-menu .dropdown-menu .submenu-items[b-qbnck8lzab]  li a.dropdown-item {
        margin-bottom: 5px;
        text-transform: unset;
        color: #fff;
    }

    .product-category-menu .dropdown-menu .submenu-items[b-qbnck8lzab]  li {
        margin-bottom: 6px;
    }

        .product-category-menu .dropdown-menu .submenu-items[b-qbnck8lzab]  li a {
            color: #fff;
        }

    [b-qbnck8lzab] .products-menu-button {
        display: none;
    }

    [b-qbnck8lzab] .departments-menu .navbar-collapse .menu-header {
        padding-bottom: 10px;
        margin-bottom: 5px;
        border-bottom: 1px solid #494949;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    [b-qbnck8lzab] .departments-list.navbar-nav {
        padding: 0;
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid #494949;
    }

        [b-qbnck8lzab] .departments-list.navbar-nav .nav-link {
            color: #000 !important;
        }

    [b-qbnck8lzab] .navbar-light .navbar-nav .nav-link {
        padding: 5px 0;
        line-height: 1.5;
        font-size: 15px;
    }

    [b-qbnck8lzab] .product-list-fixed {
        display: none !important;
    }

    [b-qbnck8lzab] .product-menu-description {
        display: none;
    }

    .navbar.fixed-top[b-qbnck8lzab] {
        padding-top: 10px !important;
    }

    #navbar-main[b-qbnck8lzab] {
        padding: 10px 0;
    }

    [b-qbnck8lzab] .brdswrap {
        overflow-x: scroll;
        position: relative;
        height: 50px;
        z-index: 2;
    }

        [b-qbnck8lzab] .brdswrap .breadcrumb-scroll {
            white-space: nowrap;
            display: table-cell;
        }

            [b-qbnck8lzab] .brdswrap .breadcrumb-scroll li {
                display: inline
            }

        [b-qbnck8lzab] .brdswrap::-webkit-scrollbar {
            display: none;
        }

    [b-qbnck8lzab] .brdgradient {
        content: '';
        width: 40px;
        height: 40px;
        background-image: -webkit-linear-gradient(to right,rgba(255,255,255,.25) 10%,rgba(255,255,255,.55) 21%,rgba(255,255,255,.75) 38%,#fff 100%);
        background-image: linear-gradient(to right,rgba(255,255,255,.25) 10%,rgba(255,255,255,.55) 21%,rgba(255,255,255,.75) 38%,#fff 100%);
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        transition: .1s ease;
    }

    .departments-menu.bg-light[b-qbnck8lzab] {
        padding: 0;
    }

    [b-qbnck8lzab] .account-menu h3 {
        padding-left: 0 !important;
    }

    [b-qbnck8lzab] .account-table-section tr {
        background: #fff;
        margin-bottom: 10px;
    }

        [b-qbnck8lzab] .account-table-section tr td {
            display: inline-flex;
            padding: 5px;
        }

    .table-responsive-md td[b-qbnck8lzab] {
        display: inline-block;
    }
    
    .product-category-menu .nav-link[b-qbnck8lzab] {
        border-bottom: solid 1px #ccc;
    }

    .department-nav-toggle.navbar-toggler[b-qbnck8lzab] {
        background: transparent;
    }

        .department-nav-toggle.navbar-toggler[b-qbnck8lzab]  img {
            filter: invert(1);
        }

    


    [b-qbnck8lzab] .product-category-menu .dropdown-toggle::after, [b-qbnck8lzab] .departments-menu .dropdown-toggle::after {
        display: none;
    }

    [b-qbnck8lzab] .product-category-menu .navbar-collapse, [b-qbnck8lzab] .departments-menu .navbar-collapse {
        background-color: #2c2c2e;
        position: fixed;
        top: 0;
        bottom: 0;
        left: calc(-60% - 2px);
        width: 60% !important;
        padding: 10px;
        visibility: hidden;
        z-index: 999;
        transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
    }

        [b-qbnck8lzab] .product-category-menu .navbar-collapse.show, [b-qbnck8lzab] .departments-menu .navbar-collapse.show {
            visibility: visible;
            animation: slide-in-left-b-vro3i4vx3n .3s forwards;
            -webkit-animation: slide-in-left .3s forwards;
        }

        [b-qbnck8lzab] .product-category-menu .navbar-collapse .nav-link, [b-qbnck8lzab] .departments-menu .navbar-collapse .nav-link {
            color: #fff !important;
        }

    [b-qbnck8lzab] .product-category-menu .categories-list .main-categories-list .nav-link {
        color: #fff !important;
    }

    [b-qbnck8lzab] .categories-list .nav-link img {
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate( 148deg ) brightness(106%) contrast(124%)
    }

    [b-qbnck8lzab] .background-close-menu {
        position: absolute;
        left: 100%;
        right: -100vw;
        background-color: rgba(0,0,0,.47);
        height: 100vh;
        top: 0;
    }


    [b-qbnck8lzab] .product-category-menu #navbar-toggle-product .close-menu, [b-qbnck8lzab] .departments-menu #navbar-toggle-demo .close-menu {
        cursor: pointer;
        display: flex !important;
    }

    [b-qbnck8lzab] .product-category-menu .dropdown-menu {
        padding: 0;
        background-color: #efefef;
        border: 0;
    }

    .product-category-menu .submenu-items[b-qbnck8lzab]  li {
        padding: .25rem 10px;
    }

    .product-category-menu .submenu-items[b-qbnck8lzab]  a {
        padding: .25rem 10px;
    }

    [b-qbnck8lzab] .product-category-menu .dropdown-menu, [b-qbnck8lzab] .departments-menu .dropdown-menu {
        min-width: unset;
        position: unset;
        background: transparent;
        padding: 0;
        width: 100%;
    }

    [b-qbnck8lzab] .product-category-menu .categories-list {
        display: flex;
    }

        [b-qbnck8lzab] .product-category-menu .categories-list .main-categories-list {
            width: unset;
            position: unset;
            background: transparent;
            overflow-x: hidden;
            max-height: unset;
        }

    [b-qbnck8lzab] .display-on-mobile-900 {
        display: flex !important
    }

    .button-display-filters[b-qbnck8lzab] {
        display: block !important;
        cursor: pointer;
        background-color: #efefef;
        line-height: 30px;
        border-radius: .5rem;
        color: #000;
        font-weight: bold;
    }

    [b-qbnck8lzab] .products-display-filters {
        display: none;
        margin-top: 10px;
    }

    [b-qbnck8lzab] .button-products-display-filters {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 10px;
        width: 45%;
        color: #fff !important;
        margin: auto;
        left: 0;
        z-index: 5;
        right: 0;
        border-radius: .5rem;
        font-size: 1rem;
        font-weight: bold;
        border: 1px solid #2F5249;
        background: #2c2c2e;
        padding: 5px;
    }

    footer .text-right[b-qbnck8lzab] {
        text-align: center !important;
    }
}

@media(max-width: 800px) {
    [b-qbnck8lzab] .shopping-cart-link .hide-on-mobile {
        display: none;
    }

    .account-nav .dropdown-menu[b-qbnck8lzab] {
        left: -70px;
    }
}

@media(max-width: 767px) {

    
    [b-qbnck8lzab] .furn-slide {
        flex-direction: column;
    }

        [b-qbnck8lzab] .furn-slide .furn-main-img {
            order: 2;
            margin-right: 0;
            margin-top: 1rem;
            justify-content: center;
        }

        [b-qbnck8lzab] .furn-slide .furn-content {
            order: 1;
        }

    [b-qbnck8lzab] .header-search .search-button {
        top: 2px;
    }

    [b-qbnck8lzab] .carousel-control-prev, [b-qbnck8lzab] .carousel-control-next {
        display: none;
    }


    [b-qbnck8lzab] .newsletter-subscribe .newsletter .input-group {
        width: 95% !important;
    }

    [b-qbnck8lzab] .carousel-caption {
        width: 94%;
    }

    [b-qbnck8lzab] .product-data {
        height: auto;
    }

    [b-qbnck8lzab] .icon-button-menu.logged-in::after {
        top: 0;
    }

    .search-box[b-qbnck8lzab], .hide-on-mobile[b-qbnck8lzab] {
        display: none
    }

    [b-qbnck8lzab] .banner-link {
        width: 100%;
        float: left;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    [b-qbnck8lzab] .category-item {
        flex-direction: column-reverse;
        align-items: center;
        gap: 10px;
    }

    .MyBanner .carousel-inner[b-qbnck8lzab],
    .MyBanner .carousel-item[b-qbnck8lzab] {
        height: 400px;
        max-height: 100%;
    }


    [b-qbnck8lzab] .add-to-favorites-button {
        opacity: 1;
    }

    [b-qbnck8lzab] .col-icons {
        padding-left: 0px;
        padding-right: 0px;
    }

    [b-qbnck8lzab] .search-suggestions {
        top: 60px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    [b-qbnck8lzab] .article-item .article-thumb {
        height: 220px;
    }

    [b-qbnck8lzab] .article-item .article-details {
        padding: 25px 15px;
    }

        [b-qbnck8lzab] .article-item .article-details .art-title {
            max-height: 60px;
            line-height: 1.2;
            font-size: 1rem;
        }

    [b-qbnck8lzab] .product-category-menu .navbar-collapse, [b-qbnck8lzab] .departments-menu .navbar-collapse {
        left: calc(-75% - 2px);
        width: 75% !important;
    }

    [b-qbnck8lzab] .side-section {
        width: 75%;
    }

        [b-qbnck8lzab] .side-section.right {
            right: calc(-75% - 2px);
        }

    .article-category-page[b-qbnck8lzab] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .left-article-section[b-qbnck8lzab] {
        order: 2;
    }

    .right-article-section[b-qbnck8lzab] {
        order: 1;
        margin-bottom: 15px;
    }

    .article-page-section[b-qbnck8lzab] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .header1 p[b-qbnck8lzab] {
        padding: 0
    }

    [b-qbnck8lzab] .culture-nav .nav-link {
        padding: 0;
    }

    [b-qbnck8lzab] .show-on-mobile-700 {
        display: block !important
    }

    #navbar-main .col-1[b-qbnck8lzab] {
        width: auto;
        max-width: fit-content;
    }

    [b-qbnck8lzab] .product-category-menu .submenu-items {
        display: block !important;
    }

    [b-qbnck8lzab] .product-category-menu .dropdown-menu, [b-qbnck8lzab] .departments-menu .dropdown-menu {
    }

    .product-sort-bar .form-control[b-qbnck8lzab] {
        max-width: 133px !important;
        font-size: 15px
    }

    .product-sort-bar .ResultOnPage[b-qbnck8lzab], .product-sort-bar .control-label[b-qbnck8lzab] {
        font-size: 12px !important;
    }

    .pagination-number .btn[b-qbnck8lzab] {
        font-size: 12px;
    }

    .navbar-brand[b-qbnck8lzab] {
        display: block;
    }

    .shopping-cart-top .dropdown-menu[b-qbnck8lzab] {
        left: inherit;
        right: -35px;
    }

    .shopping-cart-nav[b-qbnck8lzab] {
        flex-direction: row;
    }

        .shopping-cart-nav .nav-link[b-qbnck8lzab] {
            font-size: 12px !important
        }

    .shopping-items-list a[b-qbnck8lzab], .shopping-items-list[b-qbnck8lzab] {
        font-size: 12px
    }

    [b-qbnck8lzab] .header-top a {
        font-size: 12px
    }

        [b-qbnck8lzab] .header-top a img {
            width: 18px;
        }

    [b-qbnck8lzab] #navbar-main.navbar {
        padding: 10px 0px;
    }

    [b-qbnck8lzab] .col-auto.header-search {
        padding-right: 0;
        padding-left: 0;
        position: unset;
    }

    .button-search-mobile[b-qbnck8lzab] {
        display: flex !important;
    }

    .button-close-search-mobile[b-qbnck8lzab] {
        border: none;
        background: transparent;
        cursor: pointer;
        display: flex !important;
        align-items: center;
        top: 4px;
        position: absolute;
    }

        .button-close-search-mobile[b-qbnck8lzab]  img {
            filter: invert(1);
        }

    .header-search[b-qbnck8lzab]  .search-box {
        display: none;
        position: absolute;
        top: 42px;
        right: 0px;
        background: #2c2c2e;
        z-index: 4;
        width: 100%;
        height: 100%;
        padding: 8px 20px;
        height: 60px;
        padding-left: 6px;
        border-bottom: 1px solid #000;
    }

    .search-box .form-control[b-qbnck8lzab] {
        width: 90%;
        min-width: 250px !important;
        position: absolute;
        right: 0;
        top: 2px;
    }

    [b-qbnck8lzab] .hide-on-mobile {
        display: none !important;
    }

    .product-page-section .product-gallery-section .first-image[b-qbnck8lzab] {
        height: 400px !important;
    }

    .table-responsive-md td[b-qbnck8lzab] {
        display: inline-block;
        width: 100%;
    }
}



@media (min-width: 576px) {
    [b-qbnck8lzab] .product-grid-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    [b-qbnck8lzab] .product-grid-items {
        grid-template-columns: repeat(4, 1fr);
    }

    [b-qbnck8lzab] .form-details__already-customer {
        align-items: center;
        flex-direction: row;
    }

    [b-qbnck8lzab] .product-categories .box-links a {
        flex-basis: 100%;
    }
}

@media (min-width: 992px) {

    [b-qbnck8lzab] .product-list .products-grid .product-name {
        font-size: 1rem;
    }

    [b-qbnck8lzab] .category-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas:
            "first large third"
            "second large fourth";
    }

    [b-qbnck8lzab] .products-grid .product-name {
        font-size: 1.2rem;
        min-height: 2rem;
    }

    [b-qbnck8lzab] .product-grid-items {
        grid-template-columns: repeat(4, 1fr);
    }

    [b-qbnck8lzab] .products-grid .product__info-bottom {
        align-items: center;
        flex-direction: row;
    }

    [b-qbnck8lzab] .products-grid .product-stock {
        text-align: left;
    }
}

@media (min-width: 1250px) {
    [b-qbnck8lzab] .product-grid-items {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media(max-width: 576px) {

    [b-qbnck8lzab] .pagination .pagination-number:nth-child(5),
    [b-qbnck8lzab] .pagination .pagination-number:nth-child(6),
    [b-qbnck8lzab] .pagination .pagination-number:nth-child(7) {
        display: none;
    }

    .header-search[b-qbnck8lzab]  .search-box {
        top: 40px;
    }

    [b-qbnck8lzab] .text-with-button .btn-primary {
        padding: 5px 10px;
    }

    [b-qbnck8lzab] .newsletter-subscribe .newsletter .input-group .btn-primary,
    [b-qbnck8lzab] .newsletter-subscribe .newsletter .input-group .form-control {
        width: 100%;
        margin-left: 0 !important;
        min-height: 38px;
        border-radius: .5rem !important;
    }

    [b-qbnck8lzab] .grid-image {
        max-height: 260px;
        min-height: 230px;
        max-width: 100%;
    }

    [b-qbnck8lzab] .category-item,
    [b-qbnck8lzab] .category-grid,
    [b-qbnck8lzab] .product-categories .box-links,
    [b-qbnck8lzab] .product-grid-items {
        gap: 6px;
    }

    .MyBanner .carousel-inner[b-qbnck8lzab],
    .MyBanner .carousel-item[b-qbnck8lzab] {
        height: 380px;
        max-height: 100%;
    }


    [b-qbnck8lzab] .page-section, .page-section[b-qbnck8lzab] {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    [b-qbnck8lzab] .department-nav-toggle.navbar-toggler img {
        width: 25px;
        height: auto;
    }

    [b-qbnck8lzab] .product-category-menu .navbar-collapse, [b-qbnck8lzab] .departments-menu .navbar-collapse {
        left: -100%;
        width: 100% !important;
    }

    [b-qbnck8lzab] .side-section {
        width: 100%;
    }

        [b-qbnck8lzab] .side-section.right {
            right: -100%;
        }

    .shopping-items-list .shopping-cart-quantity[b-qbnck8lzab], .shopping-items-list .CartPrice[b-qbnck8lzab], .shopping-items-list .shopping-cart-delete[b-qbnck8lzab] {
        width: 33%
    }

    .article-clip img[b-qbnck8lzab] {
        min-width: unset;
        max-width: 100%;
        width: auto;
    }

    .article-clip[b-qbnck8lzab] {
        height: 240px;
    }

    .article-item[b-qbnck8lzab] {
        height: 450px !important;
    }

    .product-menu-description[b-qbnck8lzab] {
        width: 100%;
        float: left;
        overflow: hidden;
    }

        .product-menu-description img[b-qbnck8lzab] {
            width: auto !important;
            height: auto !important;
            max-width: 100%;
        }

    .fixed-top[b-qbnck8lzab]  .header-search .search-box {
        top: 40px;
    }
}

@media(max-width: 480px) {
    [b-qbnck8lzab] .banner-link img {
        width: auto;
        height: 100%;
    }

    [b-qbnck8lzab] .site-logo {
        width: 140px;
        max-width: unset;
        margin-right: 0 !important;
    }

    .header-search[b-qbnck8lzab]  .search-box {
        top: 40px;
    }

    [b-qbnck8lzab] .header-top .hide-on-mobile {
        display: none;
    }

    .product-category-menu[b-qbnck8lzab]  .submenu-items {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        columns: 1 auto;
    }
}

@media screen and (min-width:380px) and (max-width:480px) {
    [b-qbnck8lzab] .carousel-item {
        height: 270px;
    }
}

@media(max-width: 450px) {
    [b-qbnck8lzab] .icon-button-menu img {
        width: 24px;
    }

    .header-search[b-qbnck8lzab]  .search-box {
        top: 37px;
    }

    .fixed-top[b-qbnck8lzab]  .header-search .search-box {
        top: 37px;
    }

    .account-nav[b-qbnck8lzab]  .icon-button-menu {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    [b-qbnck8lzab] .icon-button-menu.logged-in::after {
        right: -1px;
    }

    [b-qbnck8lzab] .col-icons {
        padding-left: 0;
        padding-right: 0;
    }

    [b-qbnck8lzab] .product-data {
        padding: 6px;
    }
}

@media(max-width: 380px) {
    [b-qbnck8lzab] .carousel-item {
        height: 230px;
    }

    [b-qbnck8lzab] .product-data {
        padding: 4px;
    }
}


[b-qbnck8lzab] .left-product-categories-section {
    padding: 10px;
    background-color: #F9F9F4;
    max-height: 450px;
    overflow: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    [b-qbnck8lzab] .left-product-categories-section .product-subcategories-menu a {
        font-size: 13px;
    }

    [b-qbnck8lzab] .left-product-categories-section ul, [b-qbnck8lzab] .left-product-atributes-section ul {
        list-style-type: none;
        padding: 0;
    }

        [b-qbnck8lzab] .left-product-categories-section ul li {
            padding: 3px 0
        }

    [b-qbnck8lzab] .left-product-categories-section a {
        color: #000;
        font-size: 15px;
        cursor: pointer;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    [b-qbnck8lzab] .left-product-categories-section .products-count {
        color: #000;
        font-size: 13px;
        margin-left: 5px;
    }

[b-qbnck8lzab] .category-title img {
    filter: invert(1);
}


[b-qbnck8lzab] .category-title {
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    background: #2F5249;
    color: #fff;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

@media (max-width: 990px) {

    [b-qbnck8lzab] .categ_margin {
        margin-bottom: 1rem;
    }

    [b-qbnck8lzab] .products-display-filters, [b-qbnck8lzab] .left-product-categories-section {
        display: none;
        margin-top: 0;
    }

    [b-qbnck8lzab] .left-product-categories-section {
        margin-bottom: 20px
    }

    [b-qbnck8lzab] .category-title {
        border-radius: .5rem;
    }

    [b-qbnck8lzab] .button-display-filters {
        display: flex !important;
        cursor: pointer;
        background-color: #F9F9F4;
        line-height: 30px;
        border-radius: .5rem;
        color: #000;
        font-weight: bold;
        padding: 2px 15px;
        font-size: 1rem;
        align-items: center;
        width: fit-content;
        margin-bottom: 1rem;
    }

    [b-qbnck8lzab] .brdswrap {
        overflow-x: scroll;
        position: relative;
        height: 50px;
        overflow-y: hidden;
    }

    [b-qbnck8lzab] h1, h1[b-qbnck8lzab] {
        font-size: 1.8rem;
    }
}

[b-qbnck8lzab] .left-product-atributes-section .selected-filter a {
    display: inline-block;
    font-size: 13px;
    color: #6c757d;
    border-radius: 30px;
    border: solid 1px #ccc;
    padding: 2px 5px;
    cursor: pointer;
}

    [b-qbnck8lzab] .left-product-atributes-section .selected-filter a:hover span {
        color: #de1c37
    }

[b-qbnck8lzab] .attributes-panel {
    padding: 10px;
    border: solid 1px #ccc;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 20px;
    background: #fff;
}

[b-qbnck8lzab] .row.product-list .col-prod {
    padding-left: .25rem;
    padding-right: .25rem;
}

[b-qbnck8lzab] .selected-filters {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

    [b-qbnck8lzab] .selected-filters .selected-item {
        display: flex;
        align-items: center;
        font-size: 15px;
        margin-bottom: 3px;
    }

    [b-qbnck8lzab] .selected-filters .selected-filter {
        display: inline-flex;
        align-items: center;
        font-size: 13px;
        color: #6c757d;
        background-color: #F9F9F4;
        border-radius: 0;
        border: solid 1px #E0E0DD;
        padding: 0px 5px;
        margin-right: 5px;
        cursor: pointer;
        transition: all .2s;
    }

    [b-qbnck8lzab] .selected-filters a {
        display: flex;
        align-items: center;
    }

[b-qbnck8lzab] .product-list .grid-image .add-to-favorites-button {
    opacity: 0;
    transition: all .2s;
}

[b-qbnck8lzab] .product-item {
    box-shadow: none;
    border: 1px solid #E0E0DD;
    border-radius: 0;
    margin: 0;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    [b-qbnck8lzab] .product-item .product-image {
        min-height: unset;
        padding-top: 20px;
        padding-bottom: 0px;
        margin: 0;
        flex-direction: column;
    }

        [b-qbnck8lzab] .product-item .product-image img {
            max-height: unset;
            margin: auto;
            max-width: 100%;
            height: auto;
            max-height: 220px;
            margin-bottom: 10px;
        }

[b-qbnck8lzab] .recently-visites-products .product-item {
    margin: 0 10px;
}

[b-qbnck8lzab] .product-item.small .product-details {
    min-height: 130px
}

[b-qbnck8lzab] .product-item.small .product-image {
    min-height: 200px;
}

    [b-qbnck8lzab] .product-item.small .product-image img {
        max-height: 200px;
    }

[b-qbnck8lzab] .product-item .product-title {
    display: block;
    height: 50px;
    overflow: hidden;
}

[b-qbnck8lzab] .product-rating a {
    margin-right: 10px
}


[b-qbnck8lzab] .product-sort-bar {
    color: #6c757d;
    margin-bottom: 5px;
}

    [b-qbnck8lzab] .product-sort-bar .control-label {
        text-align: right;
        padding: 0 0 0 5px;
        margin-left: 0;
        font-size: 13px;
        font-weight: 500;
        color: #000;
    }


[b-qbnck8lzab] .atribute-box {
    padding: 10px;
    background: #F9F9F4;
    margin: 10px 0;
    cursor: pointer;
    border-radius: 10px;
}

    [b-qbnck8lzab] .atribute-box .atribute-title {
        font-size: 1rem;
        font-weight: 600;
    }

        [b-qbnck8lzab] .atribute-box .atribute-title .atribute-content.open {
            margin-top: 10px;
        }

[b-qbnck8lzab] .atribute-content {
    overflow: hidden;
    transition: max-height 0.3s ease;
    max-height: 0;
}

    [b-qbnck8lzab] .atribute-content.open {
        max-height: 250px;
    }


[b-qbnck8lzab] .atribute-box .atributes-list {
    max-height: 240px;
    overflow: auto;
    margin-bottom: 0;
    margin-top: 1rem;
}

[b-qbnck8lzab] .atribute-box .atribute-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
}

    [b-qbnck8lzab] .atribute-box .atribute-item a {
        font-size: 15px;
        color: #777;
        cursor: pointer;
    }

    [b-qbnck8lzab] .atribute-box .atribute-item .products-count {
        color: #777;
    }


.filter-more-link[b-qbnck8lzab] {
    display: flex;
    align-items: center;
    font-size: .875rem;
    text-decoration: none;
    font-weight: 600;
}

    .filter-more-link ion-icon[b-qbnck8lzab] {
        font-size: 18px;
        margin-right: .5rem;
    }

[b-qbnck8lzab] .pagination .btn-secondary, [b-qbnck8lzab] .pagination .btn-light {
    color: #fff;
    background-color: #000;
    border-radius: 35px;
    margin: 0.1rem 0.15rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8em;
}



    [b-qbnck8lzab] .pagination .btn-secondary:not(:disabled):not(.disabled):active,
    [b-qbnck8lzab] .pagination .btn-secondary:not(:disabled):not(.disabled).active,
    [b-qbnck8lzab] .pagination .show > .btn-secondary.dropdown-toggle {
        background-color: #000;
    }

[b-qbnck8lzab] .pagination .btn-light {
    color: #000;
}


[b-qbnck8lzab] .product-old-price {
    font-size: 23px;
    color: #999;
    font-weight: 500;
}

[b-qbnck8lzab] .price-cart .product-price-section {
    font-size: 24px;
    color: #232222;
    margin-right: 1.5rem;
    flex-direction: column;
    align-items: start;
}

[b-qbnck8lzab] .product-price-section {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-price-section .product-old-price[b-qbnck8lzab] {
    font-size: clamp(1.05rem,5vw,1.3rem);
}

.prod-info .price-cart .product-price-section .product-old-price[b-qbnck8lzab] {
    color: #232222 !important;
}
.container[b-qbnck8lzab] {
    max-width: 960px;
}

.site-header[b-qbnck8lzab] {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    z-index:1;
}

    .site-header a[b-qbnck8lzab] {
        color: #8e8e8e;
        transition: color .15s ease-in-out;
    }

        .site-header a:hover[b-qbnck8lzab] {
            color: #fff;
            text-decoration: none;
        }

.product-device[b-qbnck8lzab] {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    transform: rotate(30deg);
}

    .product-device[b-qbnck8lzab]::before {
        position: absolute;
        top: 10%;
        right: 10px;
        bottom: 10%;
        left: 10px;
        content: "";
        background-color: rgba(255, 255, 255, .1);
        border-radius: .5rem;
    }

.product-device-2[b-qbnck8lzab] {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
}

.flex-equal > *[b-qbnck8lzab] {
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal > *[b-qbnck8lzab] {
        flex: 1;
    }
}




[b-qbnck8lzab] .EditGenralBtn {
    position: absolute;
    right: 0;
}

[b-qbnck8lzab] .pagination .btn {
    margin-right: 5px;
}

[b-qbnck8lzab] .pagination .btn-secondary {
    color: #fff;
}

.xzoom-source[b-qbnck8lzab], .xzoom-preview[b-qbnck8lzab] {
    display: none !important
}

[b-qbnck8lzab] .description-filters {
    margin-bottom: 1rem;
}

[b-qbnck8lzab] .form-order {
    margin-right: 10px;
}

[b-qbnck8lzab] .atribute-box .title-category {
    font-weight: 600;
}


@media (max-width:991) {
    .col-products[b-qbnck8lzab] {
        padding-bottom: 90px;
    }
}

@media (min-width:1500px) {
    [b-qbnck8lzab] .col-filters {
        flex: 0 0 22%;
        max-width: 22%;
        width: 22%;
    }

    [b-qbnck8lzab] .col-products {
        flex: 0 0 78%;
        max-width: 78%;
        width: 78%;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
    [b-qbnck8lzab] .col-filters {
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%;
    }

    [b-qbnck8lzab] .col-products {
        flex: 0 0 80%;
        max-width: 80%;
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    [b-qbnck8lzab] .product-sort-bar .form-control {
        max-width: 133px !important;
        font-size: 15px;
    }
}

@media(max-width: 576px) {
    h1[b-qbnck8lzab], [b-qbnck8lzab] h1 {
        font-size: 1.6rem;
    }

    [b-qbnck8lzab] .product-sort-bar .control-label {
        display: none;
    }
}

@media screen and (max-width:480px) {
    [b-qbnck8lzab] .product-sort-bar .justify-content-end {
        justify-content: space-between !important;
        flex: 0 0 100%;
        max-width: 100%;
        align-items: start;
        width: 100%;
    }

    [b-qbnck8lzab] .product-categories .box-links a {
        padding: 5px;
    }
}

@media(max-width: 407px) {

    [b-qbnck8lzab] .description-filters {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.shopping-cart-nav[b-h74wvg5n3j] {
    margin-bottom: 20px;
}

    .shopping-cart-nav[b-h74wvg5n3j]  a {
        color: #6c757d;
        font-weight: 300;
        font-size: 17px;
    }

.shape-left.bottom-shape[b-h74wvg5n3j]::after {
    bottom: 0;
    filter: grayscale(1);
}

[b-h74wvg5n3j] .sticky-summary {
    position: sticky;
    top: 90px;
}

.cart-header[b-h74wvg5n3j], [b-h74wvg5n3j] .cart-header {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.shopping-items-list[b-h74wvg5n3j], [b-h74wvg5n3j] .shopping-items-list {
    padding: 10px 0;
    font-size: 14px;
    background-color: #fff;
    background-clip: border-box;
    margin-bottom: 10px;
    border-radius: 0px;
}

    .shopping-items-list[b-h74wvg5n3j]  .prod-img img, [b-h74wvg5n3j] .shopping-items-list .prod-img img {
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: auto;
        min-height: 100%;
    }

    .shopping-items-list[b-h74wvg5n3j]  .CartPrice, [b-h74wvg5n3j] .CartPrice {
        color: #2F5249;
        font-size: 1.25rem;
        font-weight: bold;
    }

        .shopping-items-list[b-h74wvg5n3j]  .CartPrice .OldPrice, [b-h74wvg5n3j] .CartPrice .OldPrice {
            color: #000;
            font-size: 14px;
        }

    .shopping-items-list[b-h74wvg5n3j]  .shopping-cart-quantity .form-control {
        width: 60px;
        padding: 5px;
        height: 32px;
        min-height: unset;
    }

    .shopping-items-list[b-h74wvg5n3j]  .cart-title, [b-h74wvg5n3j] .cart-title {
        font-size: 1.2rem;
        text-transform: uppercase;
        color: #000;
        margin-top: 10px;
        font-weight: bold;
        display: flex;
        align-items: center;
    }

        .shopping-items-list[b-h74wvg5n3j]  .cart-title ion-icon, [b-h74wvg5n3j] .cart-title ion-icon {
            font-size: 20px;
            margin-right: .5rem;
        }

    .shopping-items-list[b-h74wvg5n3j]  .cart-subtitle, [b-h74wvg5n3j] .cart-subtitle {
        font-size: clamp(1rem,6vw,1.2rem);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: bold;
        margin-top: 10px;
    }

        [b-h74wvg5n3j] .cart-subtitle{
            display:flex;
        }
        [b-h74wvg5n3j] .cart-info {
            display: flex;
            gap: 5px;
        }

[b-h74wvg5n3j] .col-icon ion-icon,
[b-h74wvg5n3j] .cart-info ion-icon {
    color: #2F5249;
    font-size: 20px;
    margin-right: 5px;
    flex-shrink: 0;
}

[b-h74wvg5n3j] .col-icon ion-icon{
    color:#000000;
}

[b-h74wvg5n3j] .delete-button {
    position: absolute;
    top:0;
    right:0;
}

.voucher-section[b-h74wvg5n3j], [b-h74wvg5n3j] .voucher-section,
.cart-summary[b-h74wvg5n3j], [b-h74wvg5n3j] .cart-summary {
    padding: 1rem;
    background-color: #E4E9E1;
    border: none;
    border-radius: .5rem;
}

    [b-h74wvg5n3j] .voucher-section .form-control, [b-h74wvg5n3j] .form-control {
        border-radius: .5rem;
    }

    [b-h74wvg5n3j] .voucher-section .form-horizontal {
        display: flex;
        align-items: center;
        margin: 0 -5px;
    }

        [b-h74wvg5n3j] .voucher-section .form-horizontal .col-voucher {
            padding-left: 5px;
            padding-right: 5px;
        }

[b-h74wvg5n3j] .summary-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

    [b-h74wvg5n3j] .summary-item.total {
        font-size: 1.2rem;
        border-top: 1px solid #000000;
        padding:10px 0;
        font-weight:bold;
    }

    [b-h74wvg5n3j] .summary-item label {
        margin-bottom: 0;
    }

    [b-h74wvg5n3j] .summary-item b {
        display: inline-flex;
        flex-wrap: wrap;
    }

.SoppingCartPage[b-h74wvg5n3j]  .card {
    box-shadow: none;
    padding: 0;
    border: none;
}


[b-h74wvg5n3j] .summary-item b {
    font-size: 1.1rem;
    text-align: right;
}



.shopping-cart-nav[b-h74wvg5n3j] {
    margin-bottom: 20px;
    color: #000;
}

    .shopping-cart-nav[b-h74wvg5n3j]  a {
        color: #000;
        font-weight: 300;
        font-size: 17px;
        position: relative;
    }

    .shopping-cart-nav[b-h74wvg5n3j]  li a.active:before {
        background-color: #2F5249;
        color: #fff;
    }

[b-h74wvg5n3j] .table-bg {
    background: #F9F9F4;
    padding: 1rem;
    margin-bottom: 15px;
    font-size: 15px;
    width: 100%;
    float: left;
    border-radius:.5rem;
}

[b-h74wvg5n3j] .cart-card {
    margin-bottom: 20px;
    background-color: #F9F9F4;
    padding: 1rem;
    border-radius: .5rem;
}

[b-h74wvg5n3j] .small-adress-title {
    position: relative;
    margin-top: -5px;
}

[b-h74wvg5n3j] .user-consent {
    align-items: start;
}

    [b-h74wvg5n3j] .user-consent input {
        margin-top: 1px;
    }

[b-h74wvg5n3j] .shopping-cart-quantity .quantity-selector {
    display: inline-flex;
    border-radius: .5rem;
}


    [b-h74wvg5n3j] .shopping-cart-quantity .quantity-selector .decrement-quantity {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem;
    }
    [b-h74wvg5n3j] .shopping-cart-quantity .quantity-selector .increment-quantity {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    [b-h74wvg5n3j] .shopping-cart-quantity .quantity-selector .form-control {
        padding: 5px;
        width: 65px;
        height: 36px;
        border:1px solid #2F5249;
        text-align: center;
        border-radius: 0;
        box-shadow: none !important;
        background-color: #ffffff;
        border-radius: 0px !important;
    }

[b-h74wvg5n3j] .fixed-on-mob{
    width:100%;
}

    [b-h74wvg5n3j] .fixed-on-mob .btn-primary{
        gap:5px;
    }


    [b-h74wvg5n3j] .decrement-quantity:disabled {
        opacity: .45;
       
    }

.shopping-items-list[b-h74wvg5n3j], [b-h74wvg5n3j] .shopping-items-list {
    padding: 12px 0;
    font-size: 14px;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0;
}

[b-h74wvg5n3j] .cart-item {
    width: 100%;
}

[b-h74wvg5n3j] .cart-item__img .prod-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 180px;
}

.shopping-items-list[b-h74wvg5n3j]  .cartitem-title, [b-h74wvg5n3j] .cartitem-title {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    display: block;
}

[b-h74wvg5n3j] .cart-item__attr {
    font-size: 12px;
}


.shopping-items-list[b-h74wvg5n3j]  .CartPrice, [b-h74wvg5n3j] .CartPrice {
    color: #2F5249;
    font-size: 1.25rem;
    font-weight: 700;
}

    .shopping-items-list[b-h74wvg5n3j]  .CartPrice .OldPrice, [b-h74wvg5n3j] .CartPrice .OldPrice {
        color: #000;
        font-size: 14px;
        text-decoration: line-through;
        margin-right: 4px;
    }

[b-h74wvg5n3j] .cart-price__new {
    color: #2F5249;
}


.shopping-items-list[b-h74wvg5n3j]  .cartitem-quantity-price, [b-h74wvg5n3j] .cartitem-quantity-price {
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-h74wvg5n3j] .shopping-cart-quantity .quantity-selector {
    display: inline-flex;
    border-radius: .5rem;
    overflow: hidden;
}

    [b-h74wvg5n3j] .shopping-cart-quantity .quantity-selector .decrement-quantity,
    [b-h74wvg5n3j] .shopping-cart-quantity .quantity-selector .increment-quantity {
        border: 1px solid #2F5249;
        background-color: #2F5249;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        transition: all .2s;
        color: #ffffff;
        min-width: 36px;
        min-height: 36px;
    }

    [b-h74wvg5n3j] .shopping-cart-quantity .quantity-selector .form-control {
        padding: 5px;
        width: 60px;
        height: 36px;
        border: 1px solid #2F5249;
        text-align: center;
        border-radius: 0 !important;
        box-shadow: none !important;
        background-color: #ffffff;
    }


[b-h74wvg5n3j] .cart-optionals {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    margin-top: .25rem;
}

[b-h74wvg5n3j] .cart-optional {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .35rem .5rem;
    font-size: 13px;
}

[b-h74wvg5n3j] .cart-optional__old {
    margin-left: .25rem;
}

[b-h74wvg5n3j] .cart-optional__price {
    color: #dd0404;
    font-weight: 600;
}

[b-h74wvg5n3j] .cart-optional__qty {
    height: 30px;
    padding: 2px 6px;
    line-height: 15px;
    width: auto;
    min-width: 64px;
}




@media (max-width: 990px) {
    [b-h74wvg5n3j] .sticky-summary {
        position: initial;
    }

    .shopping-items-list[b-h74wvg5n3j]  .cartitem-title, [b-h74wvg5n3j] .cartitem-title {
        font-size: 15px;
    }
}


@media (max-width: 576px) {

    [b-h74wvg5n3j] .shopping-items-list {
        border: 1px solid #eee;
        border-radius: .5rem;
        padding: 10px;
        margin-bottom: 10px;
    }

    [b-h74wvg5n3j] .cart-item__img .prod-img img {
        max-height: 130px;
    }
    [b-h74wvg5n3j] .cart-optional__qty {
        display: block;
        margin-top: 4px;
    }
}

    @media (max-width: 1200px) {
        [b-h74wvg5n3j] .shopping-items-list {
        justify-content: end;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .shopping-cart-nav[b-h74wvg5n3j] {
        flex-direction: row;
    }

        .shopping-cart-nav[b-h74wvg5n3j]  .nav-link {
            font-size: 13px !important;
        }

        .shopping-cart-nav[b-h74wvg5n3j]  li {
            float: left;
            width: 30%;
        }

    .shopping-items-list .form-control[b-h74wvg5n3j] {
        padding: 5px;
    }
}

@media(max-width: 990px) {

    [b-h74wvg5n3j] .sticky-summary{
        position:initial;
    }

    [b-h74wvg5n3j] .fixed-on-mob {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 20;
        background: #fff;
        padding: 10px;
        border-top: 1px solid #ccc;
    }

    .shopping-items-list[b-h74wvg5n3j]  .cartitem-title, [b-h74wvg5n3j] .cartitem-title {
        font-size: 15px;
    }

    .shopping-items-list[b-h74wvg5n3j]  .cart-title, [b-h74wvg5n3j] .cart-title {
        font-size: 1.1rem;
        margin-right: 1rem !important;
    }

    .cart-header[b-h74wvg5n3j] , [b-h74wvg5n3j] .cart-header {
        padding: 3rem 0 2rem;
    }
}

@media (max-width: 767px) {
    .shopping-cart-nav[b-h74wvg5n3j] {
        flex-direction: row;
    }

        .shopping-cart-nav[b-h74wvg5n3j] .nav-link {
            font-size: 12px !important;
        }

        .shopping-cart-nav[b-h74wvg5n3j]  li a:before {
            display: block !important;
            width: 30px;
            margin: auto;
        }

        .shopping-cart-nav[b-h74wvg5n3j]  li:nth-child(2) a:before, .shopping-cart-nav[b-h74wvg5n3j]  li:nth-child(3) a:before, .shopping-cart-nav[b-h74wvg5n3j]  li:first-child a:before {
            margin-right: auto;
        }
}

@media(max-width: 576px) {

    [b-h74wvg5n3j] .cart-card .cart-subtitle{
        margin-bottom:10px;
    }

    [b-h74wvg5n3j] .cart-card .card-down {
        flex-direction: column;
        align-items: flex-start !important;
        margin-bottom: 1rem;
    }

    [b-h74wvg5n3j] .shopping-cart-delete .icon-button {
        padding: 1px;
    }

    [b-h74wvg5n3j] .btn-primary.small {
        padding: 3px 15px;
    }

    .shopping-items-list[b-h74wvg5n3j]  .cart-title ion-icon, [b-h74wvg5n3j] .cart-title ion-icon,
    [b-h74wvg5n3j] .cart-title img {
        margin-right: 5px !important;
    }

    .cart-summary[b-h74wvg5n3j] , [b-h74wvg5n3j] .cart-summary {
        padding: 15px;
    }
}
