/*
Custom css
*/

.quickview .modal-content {
    background: #fffffff4 !important;
    backdrop-filter: blur(20px);
    box-shadow: 0 0 20px 13px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
}

/* #header {
    background: transparent !important;
    backdrop-filter: blur(5px);
} */

#header, .menu-wrapper, #_desktop_top_menu {
    background: transparent !important;
    background-color: transparent !important;
    color: black !important;
    z-index: 9999999;
}


div#amegamenu.fixed-menu {
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.8) !important;
    border-bottom: 1px solid rgba(150, 150, 150, 0.5);
    color: black !important;
    z-index: 9999999;
}

/* .header-top.tablet-h {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    backdrop-filter: blur(8px);
} */

div#amegamenu.fixed-menu-wishlist ul li a, .fixed-menu-wishlist path, .amenu-link {
    fill: black !important;
    color: black !important;
}

#header .header-menu-block .amenu-item a.amenu-link:hover {
    color: #dfa22a !important;
}

#amegamenu:not(.fixed-menu) {
    background: transparent !important;
}

/*
Custom css
*/

.pagination {
    display: flex;
    justify-content: center;
}

.paginate_button {
    width: auto;
}
.pagination .paginate_button.previous a, .pagination .paginate_button.next a {
    width: 100px !important;
    padding: 0.5em 1.5em;
}

.PM_ASCriterionsGroupName {
    color: white !important;
}

#product .product-mainblock .h1 {
    color: black !important;
}

#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping, .product-price-and-shipping .product-price, .new-price, .price, .cart-preview .product-infos .product-price {
    font-size: 18px !important;
}

#product .price, #product .product-price {
    font-size: 24px !important;
    margin-top: 12px !important;
}

#estimateddelivery {
    border-radius: 8px;
}

#block-reassurance ul li img {
    object-fit: contain;
    height: 100px !important;
    max-width: 100px !important;
}

.an_homeslider.owl-carousel.owl-drag.an_homeslider-responsive .owl-item .an_homeslider-item img {
    object-fit: cover !important;
}

.owl-carousel .owl-stage-outer .owl-stage {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: center;
}