/*YOUR CUSTOM STYLES*/
.dropdown-menu.dropdown-menu-category{
    /* margin-top: -12px !important; */
}

.dropdown-menu-category-section-content .menu-link {
    margin-right:15px;
    float:right;
}

/******************************************* MATJUJU add for MOBILE VIEW****************************************/
@media only screen and (max-width:767px) {

    .row[data-gutter="15"] > [class^="col-"]{
        margin-bottom: 5px;
    }

    .col-md-2 {
        width: 50%;
        padding: .1875rem;
        float: left;
    }

    /* .product_home {
        -webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.15) , 0 0 1px rgba(0,0,0,0.15);
        box-shadow: 0 3px 2px rgba(0,0,0,0.15) , 0 0 1px rgba(0,0,0,0.15);
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 15px;
        background: #000;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        position: relative;
    } */
    .product_home {
        /* width: 45.66667%; */
        /* padding: 0.3125rem; */
        padding: 0.6rem;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 210px;
     }

    .product-img-wrap {
        position: relative;
        /* height: 100%; */
        overflow: hidden;
        margin: 5px;
        /* margin-bottom: 10px; */
    }
    .product-caption {
        padding: 0px 7px 0px 7px;
        position: relative;
        text-transform: uppercase;
    }
    .product-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 4;
        text-indent: 99999;
    }
    
    

}
/******************************************* MATJUJU add for MOBILE VIEW****************************************/