.fullpage{
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    overflow:auto;
}

.frontStoreSearchBox{
    width:100%
}

.frontstore-header{
    background: #f8f8f8;
    border-bottom: 1px solid #e8e8e8;
    height: 80px;
}

.frontstore-header div{
    padding:5px 10px 5px 10px;
}

.frontstore-content{
    position: relative;
    padding:5px;
    background: #f1f1f1;
    overflow:auto;
}

.product-card > md-card-title{
    padding: 16px 16px 0px!important;
}

.frontstore-filters{
    width:250px;
    overflow:auto;
}

.card-product-image{
    height:250px;
    margin: 0 auto 0px;
    padding-top:5px;
}

.card-product-image img{
    max-height: 100%;
    max-width: 100%;
}

md-button .button-popup{
    background-color: red;
    z-index:100;
}

@media(max-width:576px){
    .frontstore-header{
        background: #f8f8f8;
        border-bottom: 1px solid #e8e8e8;
        height: 150px;
    }

    #logo{
        width:200px;
    }

    #header-buttons{
        position: absolute;
        top:2px;
        right:0px;
    }
}
