/***** Next 3 sections copied from customstyle.css-Because it affects all other modal too *******/

/***** Category page mobile version modal height *******/
.modal-dialog,
.modal-content {
    /* 80% of window height */
    height: 100%;
}
.modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100% - 120px);
    overflow-y: scroll;
}

/***** Category page mobile version modal title styles *******/
.btnmobifiltertitle { color: #666666; background-color: #ffffff;
font-weight: 900;
border: none;
padding-bottom: 0px;
margin-bottom: -50px;
padding-top: 0px;
margin-top: 0px;
}