.ps-theme-woosq {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
    .ps-theme-woosq {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ps-theme-woosq {
        overflow: auto !important;
    }
}

.ps-theme-woosq.ps-active-x>.ps-scrollbar-x-rail,
.ps-theme-woosq.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: transparent;
}

.ps-theme-woosq.ps-in-scrolling {
    pointer-events: none;
}

.ps-theme-woosq.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: rgba(0, 0, 0, .1) !important;
}

.ps-theme-woosq.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, .58);
}

.ps-theme-woosq.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: rgba(0, 0, 0, .1) !important;
}

.ps-theme-woosq.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, .58);
    width: 6px;
    border-radius: 3px;
}

.ps-theme-woosq>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 6px;
    border-radius: 3px;
}

.ps-theme-woosq>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    background-color: rgba(0, 0, 0, .58);
    border-radius: 0;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    bottom: 0;
    /* there must be 'bottom' for ps-scrollbar-x */
    height: 6px !important;
    border-radius: 3px !important;
}

.ps-theme-woosq>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,
.ps-theme-woosq>.ps-scrollbar-x-rail:active>.ps-scrollbar-x {
    height: 6px;
    border-radius: 3px;
}

.ps-theme-woosq>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 6px;
    border-radius: 3px;
}

.ps-theme-woosq>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    background-color: rgba(0, 0, 0, .58);
    /* border-radius: 0; */
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y */
    width: 6px !important;
    border-radius: 3px !important;
}

.ps-theme-woosq>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ps-theme-woosq>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
    width: 6px;
    border-radius: 3px;
}

.ps-theme-woosq:hover.ps-in-scrolling {
    pointer-events: none;
}

.ps-theme-woosq:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: rgba(0, 0, 0, .58);
}

.ps-theme-woosq:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, .58);
    height: 6px;
    border-radius: 3px;
}

.ps-theme-woosq:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: rgba(0, 0, 0, .58);
}

.ps-theme-woosq:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, .58);
    width: 6px;
    border-radius: 3px;
}

.ps-theme-woosq:hover>.ps-scrollbar-x-rail:hover {
    background-color: rgba(0, 0, 0, .1);
    opacity: 1;
}

.ps-theme-woosq:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, .58);
}

.ps-theme-woosq:hover>.ps-scrollbar-y-rail:hover {
    background-color: rgba(0, 0, 0, .1);
    opacity: 1;
}

.ps-theme-woosq:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, .58);
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 70px;
    padding-right: 70px;
}

.footer_logo {
    padding: 0px 0 0 0 !important;
}