body, .lg-on, .lg-backdrop, .lg-toolbar {
    background-color: #fff !important;
}

.lg-sub-html {
    background-color: #fff !important;
    color: #000 !important;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: #f37239 !important;
    color: #fff !important;
    border-radius: 0px !important;
    -webkit-transition: .2s background-color linear;
                    transition: .2s background-color linear;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.lg-sub-html a {
    color: #f37239 !important;
    -webkit-transition: .2s color linear;
                    transition: .2s color linear;
}

.lg-sub-html a:hover {
    color: #000 !important;
}

.lg-toolbar .lg-icon {
    color: #000 !important;
}

.lg-toolbar .lg-icon:hover {
    color: #f37239 !important;
}

#lg-counter {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    color: #000 !important;
    padding-top: 18px !important;
}

#lg-counter:before {
    top: 10px !important;
}

.lg-outer .lg-toggle-thumb {
    color: #fff!important;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #f37239 !important;
}