
a:hover{
    color: #fdb040;
    text-decoration: unset;

}
.main-category-name .cat-name h2{
    text-align: left;
    font-size: 1rem;
}
    
.banner {
    padding: 50px 0px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.banner h1 {
    margin: 0;
    color: #FFF;
    position: relative;
    z-index:1;
}
h2{
    font-size: 1em;
    font-weight: 500;
    font-family: 'Archivo';
}

.category-column {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    
}

.image-area {
    position: relative;
    
}

.category-column .image {
    width: 100%;
    border-radius: 12px;
    transition: transform 0.3s ease;
}
.category-column .image img{
    border-radius: 12px;
    transition: transform 0.3s ease;
    max-height: 150px;
    width: 100%;
    object-fit: cover;
}

.hover_effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 165px;
    object-position:top;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    color: #fff; /* White text color */
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 12px; /* Match the image border-radius */
    z-index: -2;
    padding: 20px 10px;
    text-align: left;
}
.hover_effect:after {
    content: '';
    position: absolute;
    object-position:top;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    border-radius: 12px;
    transition: opacity 0.3s ease;
}
.child-categories{
	position: relative;
    z-index: 1;
    text-align: center;
}
.image-area:hover .image {
    /* transform: scale(1.1); */
}

        /* Base styles for the icon */
        .scroll-icon {

            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 40px;
            height: 40px;
            background-color: #32436d;
            color: #fff;
            border-radius: 50%;
            display: none;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 5;
            transition: opacity 0.3s, transform 0.3s;
            opacity: 0;
            left: 50%;
            transform: translateX(-50%) !important;
        }

        /* Show the icon when scrolled down */
        .scroll-icon.show {
            opacity: 1;
        }

        /* Style for down arrow */
        .scroll-icon.down .arrow-icon {
            width: 50px;
            border-radius: 100px;
        }

        /* Style for up arrow */
        .scroll-icon.up .arrow-icon {
            transform: rotate(180deg);
            width: 50px;
            border-radius: 100px;
        }
        #myModal .main-category-name{
            position: relative;
            z-index: 1;
        }
        #myModal .main-category-name h2{
            color: #FFF;
            text-decoration: unset;
            font-size: 16px;
            font-family: 'Archivo';
            font-weight: 400px;
        }
        .cat_descp_drop{
            padding: 20px 0px;
        }
        .cat_descp_drop p{
            color: #FFF;
        }
        .drop_cat_descp svg, .drop_cat_descp .cat-name{
            cursor: pointer;
        }
        .cat_descp_drop {
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            transition: max-height 0.5s ease, opacity 0.5s ease;
        }

        .cat_descp_drop.show {
            max-height: 500px; /* Adjust this value based on the expected content height */
            opacity: 1;
        }


@media(min-width: 600px){
    .image-area:hover .hover_effect {
        opacity: 1;
        z-index: 2;
    }
    .open_popup_mobile{
        cursor: pointer;
    }
    
    
}
select.orderby{
        border: 1px solid;
        border-radius: 6px;
        padding: 14px;
        background-color: #e6e6e6;
        text-align: left;
        color: #32436d;

    }

    .kadence-shop-top-item.kadence-woo-results-count{
        display: none;
    }
    .kadence-shop-top-row{
        justify-content: space-between;
    }
.main-category-name {
    margin-top: 15px;
}

.main-category-name .cat-name h2 {
    margin: 0;
}
.main-category-name .link{
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}
.main-category-name svg{
    font-size: 12px;
    width: 20px;
    color: #32436d;
}

span.kb-svg-icon-wrap.kb-svg-icon-fe_arrowUpRight.kt-btn-icon-side-right {
    border-radius: 8px;
    padding: 5px 8px 8px 8px;
    background-color: var(--global-palette1);
}
.child-categories a{
	color: #FFF;
	text-decoration: unset;
    font-family: 'Archivo';
    display: block;
    margin-bottom: 5px;
    
}

.kadence-shop-top-row{
    width: 100%;
}
.banner .main-category-name{
    position: relative;
    z-index: 1;
}

@media(max-width: 600px){
    h1{
        font-size: 2rem;
    }
    .scroll-icon {
        display: flex;
    }
    .prod_cat_row{
        justify-content: center;
    }
    .kadence-woo-results-count p{
        text-align: center;
    }
    select.orderby{
        border: 1px solid;
        border-radius: 6px;
        padding: 14px;
        background-color: #e6e6e6;
        text-align: left;
        color: #32436d;

    }
    .kadence-shop-top-row{
        justify-content: center;
    }
    
}