/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

div.dealer-logo{
    height: 200px;
    background: url('assets/css/images/dealer_unilux_logo_default.png') no-repeat center center;
    background: var(--dealer-logo-url) no-repeat center center;
    background-size: contain;
}

div.dealer-list-logo{
    height: 100%;
    width: 100%;
    background: url('assets/css/images/dealer_unilux_logo_default.png') no-repeat center center;
    background: var(--dealer-list-logo-url) no-repeat center center;
    background-size: contain;
}

div.dealer-list-item{
    background-color: #f8f8f8;
    padding: 20px;
}

div.dealer-list-item:hover{
    background-color: rgba(251, 185, 0, 0.32);
}

ul.dealer-type-list{
    list-style: none;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 25px;
}
li.dealer-type-item{
    padding-left: 5px;
}
li.dealer-type-item:before{
    position: absolute;
    display: block;
    content: "";
    background: var(--dealer-type-img) no-repeat center center;
    background-size: cover;
    width: 25px;
    height: 25px;
    left: 0;
    margin-left: 15px;
}
div#dealers-map{
    height: 100%;
    min-height: 500px;
    max-height: 600px;
}

.gf-numberfield{
    width: 100% !important;
    margin-top: 8px !important;
}

#logo img{
    width: 100%;
}

.kiyoh-shop-snippets .rating-box{
    margin: 0 !important;
    margin-right: 10px !important;
}

footer.footer-wrapper {
	overflow:hidden;
}

/* section.woocommerce-order-details > section.woocommerce-customer-details{
    display: none !important;
}
section.woocommerce-order-details > table:nth-of-type(n+2){
    display: none !important;
}
section.woocommerce-order-details > h3 {
    display: none !important;
}
section.woocommerce-order-details > address{
    display: none !important;
} */

/** STYLING FOR POSTCODE AUTOCOMPLETE LIBRARY **/
.postcodenl-autocomplete-menu-open {
	max-height: 150px !important;
}
.postcodenl-autocomplete-menu-items {
	max-height: 150px !important;
}


/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}