

/*#qodef-page-header{
    /*display: none;
}*/

#dunker_core_woo_dropdown_cart-2,
#search-3,
#qodef-page-header .qodef-widget-holder #search-6,
#qodef-page-header .qodef-widget-holder #qodef-search-form-4-formsearch,
#qodef-page-mobile-header .qodef-widget-holder {
    display: none !important;
}

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

#catalogs{
    width: 100%;
    height: auto;
    padding: 0 10vw;
}


#catalogs .title{
    width: 100%;
    padding: 2vw 0;
    text-align: center;
    font-family: "Gochi Hand", Sans-serif;
    font-size: 5vw;
    font-weight: bold;
    color: black;
    letter-spacing: 0.4vw;
    color: #6f6f6f;
}

 #catalogs .frame{
    width: 100%;  
    margin-bottom: 1.5vw !important;
 }
 
 #catalogs .frame .catalog{
    height: 35vw;
 }

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

#catalogs .full .catalog{
    width: 100%;  
}
#catalogs .half .catalog{
    width: 49%;
}
#catalogs .half .catalog:nth-child(1){
    margin-right: 2%;
}

#catalogs .frame .catalog{
    overflow: hidden;
    border: 0.1vw solid lightgrey;
    cursor: pointer;
}


#catalogs .frame .catalog .image{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#catalogs .frame .catalog .image img{
    width: auto;
    height: 100%;
    max-width: none;
    z-index: 2;
}
#catalogs .frame .catalog:hover .image{
    transform: translateY(-3vw);
}



#catalogs .frame .catalog .image .overlay{
    width: 100%;
    height: 100%;   
    background-color: transparent;
    font-family: "Gochi Hand", Sans-serif;
    font-size: 6vw;
    font-weight: bold;
    letter-spacing: 0.1vw;
    color: white;
    opacity: 1;
    z-index: 20;
}
#catalogs .frame .catalog:hover .image .overlay{
    opacity: 1;
    background: rgb(20 20 20 / 33%);
    font-size: 6.5vw;
}



#catalogs .frame .catalog .view{
    width: 100%;
    height: 3vw;
    bottom: 0;
    left: 0;
    padding: 0.75vw 1.5vw;
    background-color: black;
    color: white;
    font-size: 1vw;
    font-weight: bold;
    justify-content: left;
    z-index: -1;
}


/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////// MOBILE catalog ///////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/



@media (max-width: 991px) and (orientation: portrait) {



    #catalogs {
        z-index: 1;
        padding: 0 2vw;
        margin-top: 5vw !important;
        margin-bottom: 10vw !important;
    }
    #catalogs .frame{
        width: 100%;
        height: auto;
        padding: 0;
    }
    #catalogs .frame .catalog{
        width: 100%;
        height: 120vw;
        margin-bottom: 5vw !important;
    }

    #catalogs .frame .catalog .image img{
        width: auto !important;
        height: 100% !important;
        top: 0;
    }      
    #catalogs .frame .catalog:hover .image{
        transform: translateY(-9vw);
    }

    #catalogs .frame .catalog .image .overlay{
        font-size: 16vw;
    }
    #catalogs .frame .catalog:hover .image .overlay {
        font-size: 16.5vw;
    }


    #catalogs .frame .catalog .view {
        height: 9vw;
        padding: 2.5vw 0;
        font-size: 4vw;
        justify-content: center;
    }

    
}
