.museumcategories{
    border-radius: 3px;
    background: white;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
.museumcategories .catholder {
    padding:10px;

            margin-bottom:15px;
}
.museumcategories .catholder .maincatbox{
    overflow: hidden;
    border-radius: 3px;
            background: white;
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
            position: relative;
}
.museumcategories .catholder .maincatbox .catdescholder{
    position: absolute;
    left:0;right:0;bottom: 0;padding: 20px;
    padding-bottom: 0;
    font-size: 17px;
    color:white;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}
.museumcategories .catholder .maincatbox::after {
    content: "";
    position: absolute;
    left:0;right:0;bottom: 0;
    height:30px;
    background:linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0,0,0, 1));
        pointer-events: none; /* Ensures it doesn’t interfere with interactions */

    z-index: 2;
}
.museumcategories .catholder .maincatbox .catdescholder .catdescholderdescription{
    height: 0;
    margin-top: 20px;
    font-size: 13px;
    max-height: 50%;
    transition: height 0.3s ease-in-out;
    flex-shrink: 0; /* Prevent shrinking */
            overflow: hidden;
            text-overflow: ellipsis;
}
.museumcategories .catholder .maincatbox:hover .catdescholder .catdescholderdescription{
    height: 50px;

}
.museumcategories .catholder img{
    width: 100%;
    height: auto;
}








.museumcategories .itemholder {
    padding:10px;

            margin-bottom:15px;
}
.museumcategories .itemholder .mainitembox{
    overflow: hidden;
    border-radius: 3px;
            background: white;
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
            position: relative;
}
.museumcategories .itemholder .mainitembox .itemdescholder{
    position: absolute;
    left:0;right:0;bottom: 0;padding: 20px;
    padding-bottom: 0;
    font-size: 17px;
    color:white;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
    height: auto;
}
.museumcategories .itemholder .mainitembox::after {
    content: "";
    position: absolute;
    left:0;right:0;bottom: 0;
    height:30px;
    background:linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0,0,0, 1));
        pointer-events: none; /* Ensures it doesn’t interfere with interactions */

    z-index: 2;
}
.museumcategories .itemholder .mainitembox .itemdescholder .itemdescholderdescription{
    height: 0;
    margin-top: 20px;
    font-size: 13px;
    max-height: 50%;
    transition: height 0.3s ease-in-out;
    flex-shrink: 0; /* Prevent shrinking */
            overflow: hidden;
            text-overflow: ellipsis;
}
.museumcategories .itemholder .mainitembox:hover .itemdescholder .itemdescholderdescription{
    height: 150px;

}
.museumcategories .itemholder img{
    width: 100%;
    height: auto;
}
.museumsidebar{
    padding: 11px;
    overflow: hidden;
    border-radius: 3px;
            background: white;
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
            position: relative;
}
.museumsidebar .respdropdown{
display: none;
}

.museumsidebar h2{
    position: relative;
    padding-right: 40px;
    font-size: 18px !important;
    color:#8d8b8b
}
.museumsidebar h2::after{
    content: "";
    position: absolute;
    right:0;top:40%;
    width: 35px;
    border:2px solid #008cff;
    border-radius: 3px;
    z-index: 2;
}
.itemholder .catdesc{
    font-size: 13px !important;
    margin-bottom: 20px;
}


.itemholder h1{
    position: relative;
    padding-right: 40px;
    font-size: 18px !important;
    color:#8d8b8b
}
.itemholder h1::after{
    content: "";
    position: absolute;
    right:0;top:40%;
    width: 35px;
    border:2px solid #008cff;
    border-radius: 3px;
    z-index: 2;
}

.filterholder h3{
    font-size: 15px !important;
    color:#8d8b8b;
    padding-right:20px;
    position: relative;
}
.filterholder h3:after{
    content: "•";
    position: absolute;
    right: 0;
    top: 54%;
    width: 40px;
    color: #008cff;
    border-radius: 3px;
    z-index: 2;
    font-size: 34px;
    line-height: 10px;
}

.filteroptionsholder label{
    font-size: 14px;
    color: #333;
}
.filteroptionsholder input{
    float:left;
}
.filterholder{
    position: relative;
    padding-bottom: 20px;
    max-height: 200px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
.filterholder.opened{
    max-height: none;
    padding-bottom: 40px;

}
.filterholder .opener{
    z-index: 2px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    text-align: center;left:0;right:0;
    padding: 7px 0;
}

.filterholder::after{
    content: "";
    position: absolute;
    left:0;right:0;bottom: 0;
    height:20px;
    background:linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255,255,255, 1));
        pointer-events: none; /* Ensures it doesn’t interfere with interactions */

    z-index: 1;
}


.item-view-wrapper{
    padding:20px;
}
.item-view-wrapper .owl-theme .owl-nav [class*='owl-']{
    background: none;
    color:white;
}
.itemdetailbox h1{
    font-size: 20px;
    padding-right: 25px;
    position: relative;
}
.itemdetailbox h1:after{
    content: "";
    position: absolute;
    right:0;top:40%;
    width: 20px;
    border:2px solid #008cff;
    border-radius: 3px;
    z-index: 2;
}
.itemdetailbox h3{
    font-size: 15px;
    padding-right: 25px;
    position: relative;
}
.itemdetailbox h3:after{
    content: "";
    position: absolute;
    right:0;top:40%;
    width: 20px;
    border:2px solid #008cff;
    border-radius: 3px;
    z-index: 2;
}
.itemdetailbox h2{
    font-size: 18px;
    position: relative;
    color: #8d8b8b;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;

}
.itemdetailbox .cats span {
   
    margin-left: 5px;
}
.itemdetailbox .cats span a{
    color:white;
}
.itemdetailbox .optiontitleholder{
    background: #289CA7;
    color:white;
}


@media (max-width: 766px) {
    .filterholder {
        display: none;

    }
    .museumsidebar{
        margin-bottom: 20px;
        position: relative;
    }
    .museumsidebar .respdropdown{
        display: block;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        /* bottom: 0px; */
        height: 100%;
        width: 50px;
        text-align: center;
        padding-top: 28px;
    }
    .museumcategories{
        margin-right: 0px !important;
        margin-left: 0px !important;
        margin-top: 10px !important;
    }
}