

/*#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;
}

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

section{
    width: 100%;
    height: auto;
    padding: 0 5vw;
}

section .frame{
    width: 30%;  
    margin: 0 1.5% !important;
    margin-bottom: 2.5vw !important;
 }
 section .frame:hover{
    box-shadow: 0px 19px 4px -13px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 19px 4px -13px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 19px 4px -13px rgba(0,0,0,0.4);
 }
 
 section .frame .catalog{
    width: 100%;
    height: 35vw;
    border: 0.1vw solid lightgrey;
    cursor: pointer;
    overflow: hidden;
 }

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/


section .frame .catalog .image{
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}
section .frame .catalog .image img{
    width: auto;
    height: 100%;
    max-width: none;
}
section .frame:hover .catalog .image{
    transform: translateY(-2.95vw);
}


/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/


section .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) {



    section {
        z-index: 1;
        padding: 3vw 2vw;
        margin-bottom: 10vw;
    }
    section .frame{
        width: 100%;
        height: auto;
        padding: 0;
        margin-right: 0 !important;
        margin-bottom: 5vw !important ;
    }
    section .frame .catalog{
        width: 100%;
        height: 120vw;
    }

    section .frame .catalog .image img{
        width: auto !important;
        height: 100% !important;
        top: 0;
    }      

    section .frame .catalog:hover .image{
        transform: translateY(-9vw);
    }

    section .frame .catalog .view {
        height: 9vw;
        padding: 2.5vw 0;
        font-size: 4vw;
        justify-content: center;
    }

    
}
