/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
*/
.menu-item-language img {
    width: 24px;
    height: auto;
}

/**.pll-parent-menu-item {
    .sub-menu {
        background: transparent;
    }
}*/

.main-header-menu .menu-link, .main-header-menu>a {
    color: #000;
}

#list-item-icon-yellow i {
    color: #f4d000;
    margin-top: 8px;
    margin-bottom: 8px;
}


/** Brand slider */

.brand-slider {
    margin-bottom: 50px;
}
.brand-slider .elementor-widget-image {
    width: 150px !important;
    height: 150px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.4s ease;
    margin: 0 auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.brand-slider .elementor-widget-image .elementor-widget-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
}

.brand-slider .elementor-widget-image img {
    max-width: 80% !important;
    max-height: 80% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.4s ease;
}

.brand-slider .elementor-widget-image:hover {
    border-color: #bbb !important;
}

.brand-slider .elementor-widget-image:hover img {
    filter: grayscale(0%) !important;
    opacity: 1 !important;
}

.yellow-corner {
    position: relative;
    overflow: hidden;
}

.yellow-corner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 50px; 
    height: 50px;
    background-image: url('https://ceramictools.nl/wp-content/uploads/2026/03/Hoekje-Geel.svg');
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}

.shops-slider .elementor-widget-image a img {
    /*max-width: 90% !important;*/
    /*max-height: 80% !important;*/
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    transition: all 0.4s ease;
}

.shops-slider .elementor-widget-image a {
    width: 350px !important;
    height: 200px !important;
    /*border: 1px solid #e0e0e0 !important;*/
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.4s ease;
    margin: 0 auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.shops-slider .elementor-widget-image .elementor-widget-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
}

.footer-our-shops {
    color: #fff;

    .widget-title {
	color: #fff;
    }

    a {
        color: #fff;
	text-decoration: underline;
    }
}

.ast-footer-social-1-wrap .ast-builder-social-element svg {
    width: 25px;
    height: 25px;
}
