/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 * COLORI PREDEFINITI SUN ON LENS
 * ARANCIONE:       #eb870d
 * VIOLA CHIARO:    #ceacd1
 * VIOLA:           #793081
 */
.main-menu a {
    transition: all .5s ease-in-out;
}
.user-select .current-item svg {
    width: 24px !important;
    height: 24px !important;
    color: #7e2987 !important;
    margin: 0px 0px 0px 0px !important;
}
.pk-cart .user-select .current-item svg {
    width: 28px !important;
    height: 28px !important;
}
.user-select .current-item svg use {
    transform: scale(.9) !important;
}
.pk-fixed-button .cart-products-count.cart-counter.absolute {
    background-color: #eb870d !important;
}
.pk-cart.dd_el .header-item-counter.cart-products-count {
    border-radius: 50% 50% 50% 50%;
    width: 14px;
    height: 14px;
    min-width: 14px;
    line-height: 8px;
    position: absolute;
    transform: translate(-50%, 0);
    top: 0;
    left: 50%;
    margin: 10px 0px 0px 8px;
    background-color: #eb870d !important;
    padding: 4px !important;
    color: #fff !important;
}
.pk-languages ul.opt-list.dd_container  {
    min-width: 60px !important;
    max-width: min-content !important;
    width: auto !important;
}
.pk-languages ul.opt-list.dd_container li a img {
    width: 22px !important;
    height: 14px !important;
}

.pk-search-widget fieldset button {
    color: #ceacd1 !important
}

/* ESCLUDI ORDINAMENTO IN LISTA */
.products-sort-order > .dropdown-menu > a[href$="product.reference.asc"],
.products-sort-order > .dropdown-menu > a[href$="product.reference.desc"],
.products-sort-order > .dropdown-menu > a[href$="product.sales.desc"],
.products-sort-order > .dropdown-menu > a[href$="product.position.asc"] {
    display: none !important;
}

/* SOTTO MENU BRANDS - NO IMAGES */
#submenu_brand.dropdown-brands img { /* OK */
    display: none;
    opacity: 0;
    width: 0 !important;
    height: 0 !important;
    position: absolute;
    z-index: -1 !important;
    left: -9999999px;
    top: -9999999px;
}
#submenu_brand.dropdown-brands figcaption { /* OK */
    position: absolute;
    display: flex;
}
#submenu_brand a.db.oh::before { /* OK ??? */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2 !important;
    pointer-events: auto;
    content: "";
    position: absolute;
}
#submenu_brand a.db.oh { /* OK ??? */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(55, 145, 34, .3);
    justify-content: center;
    display: flex;
    margin: 100px auto;
}
/* FIX SLIDER PRICE */
#search_filters .ui-slider .ui-slider-handle {
    position: relative;
    display: inline-flex;
    top:-2px !important
}
p[id^="facet_label"] {
    margin-bottom: .3em !important;
}

/* BRAND PAGE */
#brands_logo_page_it .manuf-indent,
#brands_logo_page_en .manuf-indent {
    min-height: 150px;
    align-items: center;
    display: flex;  
}

#brands_logo_page_it .manuf-indent a,
#brands_logo_page_en .manuf-indent a {
    text-align: center;
}