/*header*/
header#sp-header {
    background: #fff;
}

/*table*/
table td {
    border: 1px solid #ececec;
    padding: 10px;
    font-size: 14px;
}
.modal-inner-block {
    color: #000;
}

table tr:first-child {
    background: #000;
    color: #fff !IMPORTANT;
}
table tr:nth-child(even) {
    background: #ececec;
    color: #000 !IMPORTANT;
}

/*footer*/
#sp-footer, #sp-footer a {
    color: #000 !IMPORTANT;
}
#sp-footer a:HovER {
    OPACITY: 0.8;
}

/*off canvas*/
span.fa.fa-remove:before {
    color: #fff !important;
    content: 'x' !important;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-left {
    float: right !important;
}

/*logo*/
.logo-image {
    height: 88px !important;
    width: auto !important;
}

div#sp-logo {
    padding: 0px !important;
}

.logo-image-phone {
    height: 88px !important;
}